32107 lines
1.6 MiB
32107 lines
1.6 MiB
#include "pch-cpp.hpp"
|
|
|
|
#ifndef _MSC_VER
|
|
# include <alloca.h>
|
|
#else
|
|
# include <malloc.h>
|
|
#endif
|
|
|
|
|
|
#include <limits>
|
|
|
|
|
|
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, typename T3>
|
|
struct VirtualActionInvoker3
|
|
{
|
|
typedef void (*Action)(void*, T1, T2, T3, const RuntimeMethod*);
|
|
|
|
static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3)
|
|
{
|
|
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
|
|
((Action)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method);
|
|
}
|
|
};
|
|
template <typename R>
|
|
struct VirtualFuncInvoker0
|
|
{
|
|
typedef R (*Func)(void*, const RuntimeMethod*);
|
|
|
|
static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj)
|
|
{
|
|
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
|
|
return ((Func)invokeData.methodPtr)(obj, invokeData.method);
|
|
}
|
|
};
|
|
template <typename R, typename T1>
|
|
struct VirtualFuncInvoker1
|
|
{
|
|
typedef R (*Func)(void*, T1, const RuntimeMethod*);
|
|
|
|
static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1)
|
|
{
|
|
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
|
|
return ((Func)invokeData.methodPtr)(obj, p1, invokeData.method);
|
|
}
|
|
};
|
|
template <typename R, typename T1, typename T2>
|
|
struct VirtualFuncInvoker2
|
|
{
|
|
typedef R (*Func)(void*, T1, T2, const RuntimeMethod*);
|
|
|
|
static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2)
|
|
{
|
|
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
|
|
return ((Func)invokeData.methodPtr)(obj, p1, p2, invokeData.method);
|
|
}
|
|
};
|
|
struct InterfaceActionInvoker0
|
|
{
|
|
typedef void (*Action)(void*, const RuntimeMethod*);
|
|
|
|
static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj)
|
|
{
|
|
const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface);
|
|
((Action)invokeData.methodPtr)(obj, invokeData.method);
|
|
}
|
|
};
|
|
template <typename T1>
|
|
struct InterfaceActionInvoker1
|
|
{
|
|
typedef void (*Action)(void*, T1, const RuntimeMethod*);
|
|
|
|
static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1)
|
|
{
|
|
const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface);
|
|
((Action)invokeData.methodPtr)(obj, p1, invokeData.method);
|
|
}
|
|
};
|
|
template <typename R>
|
|
struct InterfaceFuncInvoker0
|
|
{
|
|
typedef R (*Func)(void*, const RuntimeMethod*);
|
|
|
|
static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj)
|
|
{
|
|
const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface);
|
|
return ((Func)invokeData.methodPtr)(obj, invokeData.method);
|
|
}
|
|
};
|
|
|
|
// System.Action`1<System.Object>
|
|
struct Action_1_t6F9EB113EB3F16226AEF811A2744F4111C116C87;
|
|
// System.Action`1<UnityEngine.InputSystem.InputAction/CallbackContext>
|
|
struct Action_1_tEB0353AA1A112B6F2D921B58DCC9D9D4C0498E6E;
|
|
// System.Action`2<UnityEngine.InputSystem.InputDevice,UnityEngine.InputSystem.InputDeviceChange>
|
|
struct Action_2_tB79528C85CFEF7DFF52C575DDAA398D2FE6BC333;
|
|
// System.Action`2<UnityEngine.InputSystem.InputDevice,UnityEngine.InputSystem.LowLevel.InputEventPtr>
|
|
struct Action_2_tBB6A2D36E83BB3B7BFA2ACD51493D5740A3D7F2E;
|
|
// System.Action`2<UnityEngine.InputSystem.LowLevel.InputEventPtr,UnityEngine.InputSystem.InputDevice>
|
|
struct Action_2_t4943DD8C32CAB983950535CEF3BABA85DF8C9AAA;
|
|
// System.Action`2<System.Object,UnityEngine.InputSystem.InputActionChange>
|
|
struct Action_2_t4D6C6A84A6B44BE6193A1F64753F6E48558FBE9D;
|
|
// System.Action`2<System.Object,System.Int32Enum>
|
|
struct Action_2_t9C4E97D0565650F0AEF7C72077EB8A0F9326E40B;
|
|
// System.Action`2<System.String,UnityEngine.InputSystem.InputControlLayoutChange>
|
|
struct Action_2_t4797B88C63509F2EE4385D6DABE6A4B5AD5393F7;
|
|
// System.Collections.Generic.Dictionary`2<System.Int32,UnityEngine.InputSystem.InputDevice>
|
|
struct Dictionary_2_t0B4F40FB3850F8F8B487CCD9F64B8CF9ED139AB3;
|
|
// System.Collections.Generic.Dictionary`2<UnityEngine.InputSystem.Utilities.InternedString,System.Func`1<UnityEngine.InputSystem.Layouts.InputControlLayout>>
|
|
struct Dictionary_2_tFF0F3921D8B2465193365C2463B7D6A977E874DA;
|
|
// System.Collections.Generic.Dictionary`2<UnityEngine.InputSystem.Utilities.InternedString,UnityEngine.InputSystem.Utilities.InternedString[]>
|
|
struct Dictionary_2_tA8E192E813E347FF19EC3868E2C565607445394C;
|
|
// System.Collections.Generic.Dictionary`2<UnityEngine.InputSystem.Utilities.InternedString,UnityEngine.InputSystem.Utilities.InternedString>
|
|
struct Dictionary_2_t433D1FE2CDB69C9F583F79D5252A34112439D0AD;
|
|
// System.Collections.Generic.Dictionary`2<UnityEngine.InputSystem.Utilities.InternedString,System.String>
|
|
struct Dictionary_2_tEB3FF1660C6129E11F3B4771A549DE9F169B5103;
|
|
// System.Collections.Generic.Dictionary`2<UnityEngine.InputSystem.Utilities.InternedString,System.Type>
|
|
struct Dictionary_2_t1FFEE4C9AF6AF524CAD4FDCEA8F3AB34E585451D;
|
|
// System.Collections.Generic.Dictionary`2<UnityEngine.InputSystem.Utilities.InternedString,UnityEngine.InputSystem.Layouts.InputControlLayout/Collection/PrecompiledLayout>
|
|
struct Dictionary_2_tD68C40116E127FE79F9E7AF07820CFDDBF20A8C1;
|
|
// System.Collections.Generic.Dictionary`2<System.String,System.Int32>
|
|
struct Dictionary_2_t5C8F46F5D57502270DD9E1DA8303B23C7FE85588;
|
|
// 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.InputAction>
|
|
struct IEnumerable_1_tF698ACF2B4E7CE4BC0C4069EC68E5689FF07102B;
|
|
// System.Collections.Generic.IEnumerable`1<UnityEngine.InputSystem.InputActionMap>
|
|
struct IEnumerable_1_t27AE3FE4EE1028D3DDAC438986A2F5B206A0A150;
|
|
// System.Collections.Generic.IEnumerable`1<UnityEngine.InputSystem.InputDevice>
|
|
struct IEnumerable_1_t940FA7702741D1A57781199D26ADBA3FE01EC8EE;
|
|
// System.Collections.Generic.IEnumerable`1<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;
|
|
// UnityEngine.InputSystem.InputProcessor`1<System.Single>
|
|
struct InputProcessor_1_tFE49B42CB371A9A2A3F29802695BD251947AD0B4;
|
|
// System.Collections.Generic.List`1<UnityEngine.InputSystem.InputAction>
|
|
struct List_1_tE1DF165936F3562084DB454140315041796A957F;
|
|
// System.Collections.Generic.List`1<UnityEngine.InputSystem.Utilities.NameAndParameters>
|
|
struct List_1_tF542FB9F97D34CC06B085D6872645B0DC0AA5E43;
|
|
// System.Collections.Generic.List`1<System.Object>
|
|
struct List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D;
|
|
// System.Collections.Generic.List`1<UnityEngine.InputSystem.Layouts.InputControlLayout/Collection/LayoutMatcher>
|
|
struct List_1_t4E502B2E42676E48E6F9A8F0251ADB1DF4BD490E;
|
|
// System.Predicate`1<UnityEngine.InputSystem.InputBinding>
|
|
struct Predicate_1_t80FB7E5C66BEF660F7A73B065A0027BEB853ED76;
|
|
// UnityEngine.InputSystem.Utilities.SavedStructState`1<UnityEngine.InputSystem.InputActionState/GlobalState>
|
|
struct SavedStructState_1_t847839F95EAB8F77D10AD4C82CE8538B637380EE;
|
|
// UnityEngine.InputSystem.Utilities.SavedStructState`1/TypedRestore<UnityEngine.InputSystem.InputActionState/GlobalState>
|
|
struct TypedRestore_t6392D1A147D6C459F25550CF1D106E5E9BB83BF0;
|
|
// System.Action`1<System.Object>[]
|
|
struct Action_1U5BU5D_t9AF7A60AA589F7071315F3DA2F77CD32CB43FB5D;
|
|
// System.Action`1<UnityEngine.InputSystem.InputAction/CallbackContext>[]
|
|
struct Action_1U5BU5D_tB846E6FE2326CCD34124D1E5D70117C9D33DEE76;
|
|
// System.Action`2<UnityEngine.InputSystem.InputDevice,UnityEngine.InputSystem.InputDeviceChange>[]
|
|
struct Action_2U5BU5D_tE696881AB7B602657DE1A212B1F9322B7F472FBB;
|
|
// System.Action`2<UnityEngine.InputSystem.InputDevice,UnityEngine.InputSystem.LowLevel.InputEventPtr>[]
|
|
struct Action_2U5BU5D_t493765D280908ABBDC5280C16C38A55BEB3FB645;
|
|
// System.Action`2<UnityEngine.InputSystem.LowLevel.InputEventPtr,UnityEngine.InputSystem.InputDevice>[]
|
|
struct Action_2U5BU5D_tF0EAC88CF3D1AADA46955EC4879598BCF64FEA5B;
|
|
// System.Action`2<System.Object,UnityEngine.InputSystem.InputActionChange>[]
|
|
struct Action_2U5BU5D_tE313524623BEAF7FD2ABCEDAD1C5A2C556630373;
|
|
// System.Action`2<System.Object,System.Int32Enum>[]
|
|
struct Action_2U5BU5D_t08DE08A7C6B16A0D8F39E2B23A45796CD1D1C4D1;
|
|
// System.Action`2<System.String,UnityEngine.InputSystem.InputControlLayoutChange>[]
|
|
struct Action_2U5BU5D_t03D844ECB7234028DD3556FBAD4097B4835CA7A4;
|
|
// UnityEngine.InputSystem.InputProcessor`1<System.Single>[]
|
|
struct InputProcessor_1U5BU5D_tFEE411B67EEAA6B997AF875A65D072993C8C809C;
|
|
// System.Action[]
|
|
struct ActionU5BU5D_tF6161335A0A12A221AB081D78725C8AB6FE506D2;
|
|
// System.Byte[]
|
|
struct ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031;
|
|
// System.Char[]
|
|
struct CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB;
|
|
// System.Delegate[]
|
|
struct DelegateU5BU5D_tC5AB7E8F745616680F337909D3A8E6C722CDF771;
|
|
// System.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.InputDeviceFindControlLayoutDelegate[]
|
|
struct InputDeviceFindControlLayoutDelegateU5BU5D_t9B27C1115622DAB0A04E3C93E8A9D64EBFDA27BC;
|
|
// UnityEngine.InputSystem.InputProcessor[]
|
|
struct InputProcessorU5BU5D_t79582BEBC3FAF824D9762566AA6E979F95E6EB64;
|
|
// System.IntPtr[]
|
|
struct IntPtrU5BU5D_tFD177F8C806A6921AD7150264CCC62FA00CAD832;
|
|
// UnityEngine.InputSystem.Utilities.InternedString[]
|
|
struct InternedStringU5BU5D_t0B851758733FC0B118D84BE83AED10A0404C18D5;
|
|
// UnityEngine.InputSystem.Utilities.NamedValue[]
|
|
struct NamedValueU5BU5D_tADD8F1373B88C55F68499688D72C21A97F63303A;
|
|
// System.Object[]
|
|
struct ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918;
|
|
// System.Diagnostics.StackTrace[]
|
|
struct StackTraceU5BU5D_t32FBCB20930EAF5BAE3F450FF75228E5450DA0DF;
|
|
// System.String[]
|
|
struct StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248;
|
|
// System.Type[]
|
|
struct TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB;
|
|
// System.UInt32[]
|
|
struct UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA;
|
|
// UnityEngine.InputSystem.InputActionRebindingExtensions/ParameterOverride[]
|
|
struct ParameterOverrideU5BU5D_tC408277D7E98D32E4B0AEFA1E2EDDB74790897EE;
|
|
// UnityEngine.InputSystem.InputControlScheme/DeviceRequirement[]
|
|
struct DeviceRequirementU5BU5D_t0496FAAB7554B7BFC270BA53BA6A5EFD5DE061CE;
|
|
// UnityEngine.InputSystem.InputManager/AvailableDevice[]
|
|
struct AvailableDeviceU5BU5D_t47A5F4F158146E9E9066D29DB4494D96AF8F1DB5;
|
|
// UnityEngine.InputSystem.InputManager/StateChangeMonitorTimeout[]
|
|
struct StateChangeMonitorTimeoutU5BU5D_t475D94CE66B17064D5DE2966779E7E9006A09D82;
|
|
// UnityEngine.InputSystem.InputManager/StateChangeMonitorsForDevice[]
|
|
struct StateChangeMonitorsForDeviceU5BU5D_tA1D732EEFF09F568D8FDA6908633B6DAD38B61F4;
|
|
// System.Action
|
|
struct Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07;
|
|
// System.ArgumentException
|
|
struct ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263;
|
|
// System.ArgumentNullException
|
|
struct ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129;
|
|
// System.ArgumentOutOfRangeException
|
|
struct ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F;
|
|
// System.AsyncCallback
|
|
struct AsyncCallback_t7FEF460CBDCFB9C5FA2EF776984778B9A4145F4C;
|
|
// System.Reflection.Binder
|
|
struct Binder_t91BFCE95A7057FADF4D8A1A342AFE52872246235;
|
|
// UnityEngine.InputSystem.Controls.ButtonControl
|
|
struct ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF;
|
|
// System.DelegateData
|
|
struct DelegateData_t9B286B493293CD2D23A5B2B5EF0E5B1324C2B77E;
|
|
// UnityEngine.InputSystem.Utilities.DisplayStringFormatAttribute
|
|
struct DisplayStringFormatAttribute_t3C53E0C127ADC7CED74D9E4B13A6F1804577D89B;
|
|
// System.Reflection.FieldInfo
|
|
struct FieldInfo_t;
|
|
// System.IAsyncResult
|
|
struct IAsyncResult_t7B9B5A0ECB35DCEC31B8A8122C37D687369253B5;
|
|
// System.Collections.IDictionary
|
|
struct IDictionary_t6D03155AF1FA9083817AA5B6AD7DEEACC26AB220;
|
|
// 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.InputSystem.Utilities.ISavedState
|
|
struct ISavedState_tC899A3970A1A39D623ABACC592E3E346F0CA7401;
|
|
// UnityEngine.InputSystem.InputAction
|
|
struct InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD;
|
|
// UnityEngine.InputSystem.InputActionAsset
|
|
struct InputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D;
|
|
// UnityEngine.InputSystem.InputActionMap
|
|
struct InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09;
|
|
// UnityEngine.InputSystem.InputActionReference
|
|
struct InputActionReference_t64730C6B41271E0983FC21BFB416169F5D6BC4A1;
|
|
// UnityEngine.InputSystem.InputActionState
|
|
struct InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700;
|
|
// UnityEngine.InputSystem.InputBindingComposite
|
|
struct InputBindingComposite_tA9230435A30FB5B2D4967D6FAE7EFABBBF26C0C0;
|
|
// UnityEngine.InputSystem.InputControl
|
|
struct InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E;
|
|
// UnityEngine.InputSystem.Layouts.InputControlAttribute
|
|
struct InputControlAttribute_t312CA97B153666F873279E81BA4054684715368D;
|
|
// UnityEngine.InputSystem.InputControlScheme
|
|
struct InputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434;
|
|
// UnityEngine.InputSystem.InputDevice
|
|
struct InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B;
|
|
// UnityEngine.InputSystem.LowLevel.InputDeviceCommandDelegate
|
|
struct InputDeviceCommandDelegate_tC0083621670090AD9D172C546FE833562AABF809;
|
|
// UnityEngine.InputSystem.LowLevel.InputDeviceExecuteCommandDelegate
|
|
struct InputDeviceExecuteCommandDelegate_t94A8BB806676141BFD8EFA497EC51C685778718A;
|
|
// UnityEngine.InputSystem.Layouts.InputDeviceFindControlLayoutDelegate
|
|
struct InputDeviceFindControlLayoutDelegate_t533E695E7CFD2DEB4FEDA1A9E72D9F5F5AEF4A3E;
|
|
// UnityEngine.InputSystem.LowLevel.InputEvent
|
|
struct InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5;
|
|
// UnityEngine.InputSystem.InputManager
|
|
struct InputManager_t69FCFDAC90F8EBB8EF4950CC0BE617D842A39210;
|
|
// UnityEngine.InputSystem.InputProcessor
|
|
struct InputProcessor_t71DA6677A0295DC87736E1D8D208FEA75D860457;
|
|
// UnityEngine.InputSystem.InputRemoting
|
|
struct InputRemoting_tCBC35AAA3A034ECED8F33C5BA5257F2EB2B05114;
|
|
// UnityEngine.InputSystem.InputSettings
|
|
struct InputSettings_tBA8835B505722A59702A08BCBA46ECF0B0274EEF;
|
|
// System.Int32
|
|
struct Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C;
|
|
// System.InvalidOperationException
|
|
struct InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB;
|
|
// System.Reflection.MemberFilter
|
|
struct MemberFilter_tF644F1AE82F611B677CE1964D5A3277DDA21D553;
|
|
// System.Reflection.MemberInfo
|
|
struct MemberInfo_t;
|
|
// System.Reflection.MethodInfo
|
|
struct MethodInfo_t;
|
|
// System.NotSupportedException
|
|
struct NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A;
|
|
// UnityEngine.Object
|
|
struct Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C;
|
|
// System.Runtime.Serialization.SafeSerializationManager
|
|
struct SafeSerializationManager_tCBB85B95DFD1634237140CD892E82D06ECB3F5E6;
|
|
// UnityEngine.ScriptableObject
|
|
struct ScriptableObject_tB3BFDB921A1B1795B38A5417D3B97A89A140436A;
|
|
// System.Single
|
|
struct Single_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C;
|
|
// System.String
|
|
struct String_t;
|
|
// System.Text.StringBuilder
|
|
struct StringBuilder_t;
|
|
// System.Type
|
|
struct Type_t;
|
|
// System.UInt16
|
|
struct UInt16_tF4C148C876015C212FD72652D0B6ED8CC247A455;
|
|
// System.Void
|
|
struct Void_t4861ACF8F4594C3437BB48B6E56783494B843915;
|
|
// UnityEngine.InputSystem.InputActionRebindingExtensions/<>c__DisplayClass25_0
|
|
struct U3CU3Ec__DisplayClass25_0_t48070A760B3049299E660D2E5D0967466654CB46;
|
|
// UnityEngine.InputSystem.InputActionRebindingExtensions/DeferBindingResolutionWrapper
|
|
struct DeferBindingResolutionWrapper_tBEB0D0DEA05F9681F0189610B4D7B0CEAD32AC8C;
|
|
// UnityEngine.InputSystem.InputActionSetupExtensions/<>c__DisplayClass5_0
|
|
struct U3CU3Ec__DisplayClass5_0_tB435DA1271128A428B8472B611AF30D81CDDA858;
|
|
// 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.InputActionRebindingExtensions/RebindingOperation/<>c__DisplayClass32_0
|
|
struct U3CU3Ec__DisplayClass32_0_t02D7434797D66D68FBC3BADE6D89D0BEB1323109;
|
|
|
|
IL2CPP_EXTERN_C RuntimeClass* Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Func_2_tAB9727E0C937894E19032D575D98A8A9AB5EE47D_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Guid_t_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* 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* IInputInteraction_t689E6823744061ED815FB936C3EB3FDD3594B844_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* InputActionReference_t64730C6B41271E0983FC21BFB416169F5D6BC4A1_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* InputBindingComposite_tA9230435A30FB5B2D4967D6FAE7EFABBBF26C0C0_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* InputBindingU5BU5D_t7E47E87B9CAE12B6F6A0659008B425C58D84BB57_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* InputUpdate_t3D4F0AD6CD83C86A73B8165929FF0CB151A07CCD_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Mathf_tE284D016E3B297B72311AAD9EB8F0E643F6A4682_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Predicate_1_t80FB7E5C66BEF660F7A73B065A0027BEB853ED76_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* ReadOnlyArray_1_t21E90B3F1DF1E9A2088EA0523F03C47910735BCA_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* ReadOnlyArray_1_tB688C6ED4807227AAD260815DAFB574392403081_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* RuntimeObject_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* SavedStructState_1_t847839F95EAB8F77D10AD4C82CE8538B637380EE_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* StringBuilder_t_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* String_t_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Type_t_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* TypedRestore_t6392D1A147D6C459F25550CF1D106E5E9BB83BF0_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* U3CGetPartNamesU3Ed__12_t8BCAC80872285E88D3B83FED9489CAEE929F0996_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec__DisplayClass5_0_tB435DA1271128A428B8472B611AF30D81CDDA858_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec_t5252D685BC8618F6B58F8A7BCB7EA519D16E1DE5_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec_t75DDF1C33A25FCBBF1610D9DB76198230D25CF93_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* U3Cget_controlsU3Ed__2_t09B5C7D3532D39371222B9D7A3E9A0D114A49717_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral008F6E1BE2B28B633406A8328A0C886C24DD0A51;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral023DD7331D6D2552C2332AAE94DB1E66780AE095;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral0510939941CDB183622745A84DC0AE2FC3D661E3;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral0799B561CE278919C40BB1C34D2F98E8CD4729A9;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral081C3977031A2708947D1006615EE867270023FE;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral0D52B98D58DD8EF50D05DDB2F9E6A291EFC7F82A;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral0DBCE863EC8656E24A0F9573E2C08AFC17924A25;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral12D642B27F33DC34EB2F4B85EB2C6E918959BC79;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral13E5A09E90E8D32E985B42C9BEA2BCEC1B095C6C;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral1A709BF7D084A4E4C1731842F3480E6ED73FABD0;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral20825170D1B0DA2A733E78D5B035FF14697DA12B;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral214D5287FCA77F80A3BF9A069F67C5838E783185;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral22C0BFC803D5BD7AC2BA78E866EC35DBF4356A5B;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral2386E77CF610F786B06A91AF2C1B3FD2282D2745;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral2B6D6F48C27C60C3B55391AB377D9DC8F5639AA1;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral2CAED8E78EF5B137FB8738FFD8A8CBD38B16A8EF;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral324B7BF2CA4CDF2B0890671B3810E93A4B864259;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral3687F6C34127AA343C8699F486E8CA91D14A5E23;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral375BF8E68ED3326F6C25502332DEFC12102D49C0;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral37B97248AD78DD69BA3DF192A954DA136A0917D3;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral3A38F099E8455AB689BE3047D74FAFF31510DF90;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral3D0876C1556DFC2E63862DAD485048B7A5B2BBE9;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral3D7EC1A1DA5CDACEB158D4329E42648E828EF12E;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral42646B33B50B6AA15E22733C8900716F0FE19E1D;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral4473DAEBAA4524D75A5E202E3CE0F38C1C0026F4;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral47DFE361DAD7290FD45FE1FDCA1AEA46F3602510;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral4C50683E6ABA3D51752EA47B0E512594C9784BC4;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral4DADDC5FA7ADD49716435B7FC12C954EA15FE32F;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral522A7A5C300859374C0C29A9B5EF8997E6E336A0;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral54458377977B39746D8739B34B60A49EA898EDAE;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral55AEF7F30385EB8DF1314ED507CF01BBFD2FF24F;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral65DBA1F817F76596576BE01405DE5D8ADE10A4F4;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral6863AA8102F47C253DBDD60BF081AECA704C242A;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral68D990D5CA2A48068E89FECD78BFA59617B8BE88;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral6AFB9DE0AE0FF1E10B22FB55FFAE1E018088F245;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral6ECA399E538EA49F0F44550B6F83C20738623A9E;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral6F2F051B870D03723E4D16A5D15E1378DC8376CF;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral6F907D48D51F8D6803AF1A32952509842067054C;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral706E4A2130E9FB23DCBE3D1DACA3384AB5CEBD9C;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral76A2534B54F17A2DD56BEE175BE3A4A68B4F3389;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral7B270D6FCB70F674CAC652B0A324808733815D26;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral7F67F2BEECF89EF5CDF8DE4682F3A9B37BE8E5AE;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral83FC796976B715B3448FD6019E8714D2B969E6DF;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral86BBAACC00198DBB3046818AD3FC2AA10AE48DE1;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral87349429C7ED3D4BC828002C363F17B5C2E4102F;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral876C4B39B6E4D0187090400768899C71D99DE90D;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral8FC56FFE7C0C861EE9BC69EEFD34282F2BE4BFE6;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral90F0368FD1E939DF97C4180C4159E1B8783C898C;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral951CCB49640C8F9E81FB4E0D82730321F4E15BB3;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral980CBB093018591456B69178E83F653F14CCBC30;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral99DD0A50F36BDC54A835CF8C3BF1EB797BD6412F;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral9B58620806380D2BFCBC5E0CD1448D402CA69A64;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral9BD8BFCCD034050ABDF24FC357095653412B69BB;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralA41CA1583CF7F9B7681B6464696960B8E54B3A96;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralA42779B09629BCE81B76EF626A57A0B40F2AD827;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralAE07EF50524899069F7A42B789480D715CD1AE19;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralB1924E1103B83D449864E173998C9310AD8B7D5B;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralB478D62C1CCFE64334E0F60F11021C6461111693;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralB64E2B4463C15E61C4C4E33618C871843AA861F2;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralB6713AB41F645B1332D5092A3B104BA65B9896D6;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralB6C9037B307855F5B5464912040656FEE2423F2F;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralB83C20F0372B83AFCF2F380FFFEDF0FC5B2716DF;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralB8F1CBA6625D31C7F105FD9B170B5D360DCC1B3B;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralBA03FB8E910CC2F749A4A74729997E629F35DE29;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralBC360CD99585D695B6C7BA42BE764C75440AD047;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralC026D1A37AA204D6CA517A96D25D686A147AF449;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralC6A3E1DB935CF25A980156D5C40EDF5E3DAB7FE0;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralCCD58B2B5FA050DE08838A2736640B22F9625704;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralCE18B047107AA23D1AA9B2ED32D316148E02655F;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralCE75AD1ED67116F1690D5201EA0BA8543296CCA6;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralE2CFE3035BF06BF7663FBEA36B1CCD690EC0FACB;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralE502D3ABEEE32F3637243373A0B40507CCD0D40F;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralE975D50E8C238280C509E19EC40AF46A2E29C0F5;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralEB9331669B60C315ADB2F574C3C7DBA9736364CD;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralF4356F3B317F52F71C3D5E501CA338241D6296D4;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralF54A85523A928B8033935F4501FF43783607FE6E;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralF893F82969862911E64FDB6CD387571ADE87284C;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralF9010398F7F524C05AB19445BDCE02E617A3E267;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralF94AA613862F53AAD0F034DAF760AFDD9509B693;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralF9713754839120C7B6DEE23AD243B8E1932E5F31;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralF9D47BEBDBAAC54A8BF7B3E3E36CE2A742352FB5;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralFAAED55F148F74B2C74F8C745D3CF6CBC766B1DC;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralFE79FF373808574898C82AC1320C55C1182FB75A;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralFE885205DA2ED2F044021264F91527DF50C05E68;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralFFFED9A318CA9EC2239501CAC6803F2D1ACB8935;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ArrayHelpers_Append_TisDeviceRequirement_t80E71C44DF1923C15D3AA025242B7348EBF8B056_mE100EC8CB72CA39DC9713CE06C23649C5B25B670_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ArrayHelpers_Append_TisInputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09_mDD565733D54190446D9F6187595AF43A4F6A6255_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ArrayHelpers_Append_TisInputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD_m65F6D710F364C55BBE4272559AD6ABBE5E9402C2_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ArrayHelpers_Append_TisInputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5_m12810AF1B6E9365D28CA2BC63AB33C01A89745ED_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ArrayHelpers_Append_TisInputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434_mEE562A52D13EFE1A51A24BA9FEA35B34F21FF6DB_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ArrayHelpers_Copy_TisIInputInteraction_t689E6823744061ED815FB936C3EB3FDD3594B844_mD2F659518B8A83FE66EC8FAB9BFBB4FBAB6BCA51_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ArrayHelpers_Copy_TisInputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09_m5A1E0A08717E9AA66582DE294CCEC8B9003EE304_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ArrayHelpers_Copy_TisInputBindingComposite_tA9230435A30FB5B2D4967D6FAE7EFABBBF26C0C0_mCA8ECADB81EEFEF784E8A31D374758A6C3A3C8A2_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ArrayHelpers_Copy_TisInputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E_m9ED19ECF59DECAB264523A2B9EE052551064EF23_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ArrayHelpers_Copy_TisInputProcessor_t71DA6677A0295DC87736E1D8D208FEA75D860457_m7ACD5F3109D674E0A2485A36F1D0108889895602_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ArrayHelpers_EraseAt_TisInputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD_mD51D4D3D4A54A2974BE092F939D4B2623F00C5E3_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ArrayHelpers_EraseAt_TisInputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5_m757B63C01B56E8B6E9B92C2BAC27AE32AF0F9CE8_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ArrayHelpers_EraseAt_TisInputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434_m1E89C17875F8B90951E360F40E8CE8CC1DB71A0E_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ArrayHelpers_Erase_TisInputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09_mBABAA346C1404BEFAAFF1EB952C37CCDD617DEE2_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ArrayHelpers_IndexOfReference_TisInputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD_TisInputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD_m8B3B061F9A9A0BBCE7269146B92494F9DBC440F8_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ArrayHelpers_IndexOf_TisInputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5_m00F9E786676AB334D1E4D83AD70B9D93F42132D9_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ArrayHelpers_InsertAt_TisInputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5_m036C272003ED36284DD0D4EAE689143ED75E4B9F_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ArrayHelpers_LengthSafe_TisInputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD_m4FC82F363FD10EA198D433E52C7C5FF8763B1AC1_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ArrayHelpers_LengthSafe_TisInputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5_m65BEB25B025FF72F8F17C6F867829599AEEB076B_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* BindingSyntax_Erase_mE4732F0746606D900BC3979B5BF47FF6D38BA60E_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* BindingSyntax_InsertPartBinding_m185A5F20C7409DF4AACF34951AA84964BD9CEFB9_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* BindingSyntax_NextPartBinding_m383BB56F7A338D34AD3ADFB3C7024EB8B0BEBFF4_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* BindingSyntax_PreviousPartBinding_m239009D6C3524F84E74C4102E5C1E0F527D3810E_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* BindingSyntax_To_m64599928AD6EFC50EE791D4F04811CB55C2E8841_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* BindingSyntax_Triggering_m2090ECD5152B7EBE45A5B720A386C9E50E80EFD9_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* BindingSyntax_WithGroup_m2B935C9542F810629065D4C2DDD16FB6E1BAEC73_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* BindingSyntax_WithGroups_m59E98C5CA5074236A2439A1BE4144C8F3DC19F3F_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* BindingSyntax_WithInteraction_mCE7E9DC5A2927956F4A89F55FE5D0A083936042B_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* BindingSyntax_WithInteractions_m34F4F4A3D3B93E4E4E335D80FEEB2287EFF0C220_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* BindingSyntax_WithName_m84E96F1B1A63C0A07AD0A42EF79717C506BE7B0F_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* BindingSyntax_WithPath_mD6D680E58841D295A89E74D6AC3B95467B254E1F_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* BindingSyntax_WithProcessor_m2FD9C1A3B16647C578EF8723249ABF6B45E7F9AC_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* BindingSyntax_WithProcessors_m1D1DFD638C569F15C7CB962A6C4333C7DFAE2C63_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* BindingSyntax_get_binding_mD523829C7E70FD21D7FE3F44C365FD2E5378BDC6_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* CallbackArray_1_Clear_m09AF6F894F70AD8EF91FC3837C6D0838F3B70E87_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* CallbackArray_1_Clear_m4F1011DEB0ACEA85B15AD98661422A4FD2D05CB7_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* CallbackArray_1_get_length_m3C50042E1C2A1DA8489E324AF7137CFABFB617FA_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* CallbackArray_1_get_length_mB663B7347904881654D8D369AEAE5FE34BE7F16D_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ControlSchemeSyntax_AddDeviceEntry_m323E5093DF461E12B20E93ACE48498A3BDB2AE75_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ControlSchemeSyntax_WithBindingGroup_m3FA28F3C89C3D0B20FF773312CDE8493BF8711F7_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* CustomAttributeExtensions_GetCustomAttribute_TisDisplayStringFormatAttribute_t3C53E0C127ADC7CED74D9E4B13A6F1804577D89B_m5B29C3E9BD28517B0F6965DF2191F6CF450A421C_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* CustomAttributeExtensions_GetCustomAttribute_TisInputControlAttribute_t312CA97B153666F873279E81BA4054684715368D_m5BF35110764C49D649395920E4A14FE63F656C77_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* CustomAttributeExtensions_GetCustomAttribute_TisInputControlAttribute_t312CA97B153666F873279E81BA4054684715368D_m5C864BCC82F21CFA7A020D8095A6B228E8837ED2_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* DelegateHelpers_InvokeCallbacksSafe_TisCallbackContext_tB251EE41F509C6E8A6B05EC97C029A45DF4F5FA8_m876CCCC92963B709E7FE1F22D5F72C1097CCC27C_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* DelegateHelpers_InvokeCallbacksSafe_TisRuntimeObject_TisInputActionChange_t74A940E885D3DE6C4E6F76E542A99616E331A360_m0990F81100BFF7089114321F9D60A01B159F25C4_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* DelegateHelpers_InvokeCallbacksSafe_TisRuntimeObject_m3765984E32F53D8A5A25B14A6E8A71B9234740F4_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_Contains_TisInputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09_mDB4A35240D267764A47303CA94557A173E5AF220_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_Contains_TisInputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B_mA3F267ABE7A61F1761301790F4D93711DAE2E5BE_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_Where_TisString_t_m023A6F9F603FD87F583C617CEAD9C3288A048D0A_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_Dispose_m290E1A523D4AE97FCE9B66F9D5ACFD11492DF12C_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_MoveNext_mC5C32E17ECD0E901BEA64BF3CBC3089E6E26593C_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_get_Current_mD5DC99016B8C174C9130765ADAF80D22EEF6293C_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* InlinedArray_1_AppendWithCapacity_m0BB7422AECD3B69BE501CAC88C9BF72860C4B833_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* InlinedArray_1_RemoveAtByMovingTailWithCapacity_m593184E88A3826AFFD6C77355A54AF58620D7381_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* InlinedArray_1_RemoveAtWithCapacity_m3E6523CB7947153FE46338D863E27E2881A5EC2A_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* InlinedArray_1_get_Item_m8D45A4E6092362E4D489909A5AFA12CB3714B627_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* InlinedArray_1_set_Item_m2E2B2DE5259AF60444A1C4F320E3DEE86F76F666_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* InputActionReference_SetInternal_m953C49C2F169CEB8A34ED2F35B9976FD23F3C83C_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* InputActionReference_Set_m6FD5F9454BE84DCF93582263A8D5F9E78D78299A_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* InputActionReference_Set_mA08B7801CA2E7C3BB7C5C4F282538F1616734B86_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* InputActionSetupExtensions_AddActionMap_m18085CE4FD26F1C8C7DCE171A2A78AE26049D172_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* InputActionSetupExtensions_AddActionMap_mE00B299A1CC9591EC7877BD80F5A1466887EE92C_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* InputActionSetupExtensions_AddAction_m625FCCD17EFCEBF2B88DE018F54E9238485F33A6_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* InputActionSetupExtensions_AddBinding_m53A02FB892F4E5B0AEDB68B415115F9E2173D697_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* InputActionSetupExtensions_AddBinding_m8B817E32D0B53D778039B0ED49A422EA605420BD_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* InputActionSetupExtensions_AddBinding_mA207778AB2C0D5E466EF73346B24C1AC5EDB5A08_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* InputActionSetupExtensions_AddBinding_mAC258E43997507C9535D41F8F16B9752D8D45B90_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* InputActionSetupExtensions_AddBinding_mFC01F90D089616E7FC177DE6AAA7977CDBEDA3C9_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* InputActionSetupExtensions_AddCompositeBinding_m085EC0C01ED112CAAF6A1BE5ADCE1BD6FE6980AA_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* InputActionSetupExtensions_AddControlScheme_m53D42E207B072C61426D94884A8CB4680A52C72D_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* InputActionSetupExtensions_AddControlScheme_mE47DFB68FF6F5A385E08DF17DA4D3D3DCA9363B7_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* InputActionSetupExtensions_ChangeBindingWithGroup_mF06FFF238A051FA772F9F4A183135140EFC89E15_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* InputActionSetupExtensions_ChangeBindingWithId_m2517170E510439021816E340395B479C68F61594_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* InputActionSetupExtensions_ChangeBindingWithId_m3145072797320689650598AAFEFFD71709A351A7_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* InputActionSetupExtensions_ChangeBindingWithPath_mB51B8F821BEF744BE2161CE7F635DE1EE933858E_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* InputActionSetupExtensions_ChangeBinding_m5EA531608C7C545FA8F703FFFA1A2C95AAADDED1_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* InputActionSetupExtensions_ChangeBinding_m9AB86B96B4F7D54CE9E13187A6E3B5F0FA57C027_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* InputActionSetupExtensions_ChangeBinding_mE60E98EFD698778F876D9FA69178D1D142AC57F6_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* InputActionSetupExtensions_ChangeCompositeBinding_m542E904E2F4DF1E95EB55FE182AEDB5FFE65CCBD_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* InputActionSetupExtensions_RemoveActionMap_m5CFBB5E154AC463EF6052542F7DD1DF20C73D471_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* InputActionSetupExtensions_RemoveActionMap_mAABB20A199311FD0E7D1ACFC1F72676C2F15F47F_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* InputActionSetupExtensions_RemoveAction_mA39494309315DBDD566904DA3D3CA445E2AB2127_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* InputActionSetupExtensions_RemoveAction_mF9B9DA47AA32406A4E6BF2BFBC081132EC333D9B_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* InputActionSetupExtensions_RemoveControlScheme_mDC3CAA54B810F8AABBE8C2331DD0340C3323EBD4_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* InputActionSetupExtensions_Rename_m7A287AED78B4D4789D75396B5FC6DF08D2984982_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* InputActionState_OnBeforeInitialUpdate_m3DDED6A8CB37D5384F4989FE98357CD8C2D305FA_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* InputActionState_ReadCompositePartValue_TisSingle_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_TisDefaultComparer_1_tD5AE5A1A1257191A99DD8A768794EDC0D6032AA7_mAD4AA7A33A3E667843255521211038C2259BAD91_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* InputActionState_ReadValue_TisSingle_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_mFBC09D8966BA50744DD4A7F7327A9E9920AB778E_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* InputBindingComposite_GetDisplayFormatString_m583767552C1C45D6B8F9507AA915158318B7F902_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* InputBindingComposite_GetExpectedControlLayoutName_mA9E6558CDBE8C07EF568E09B1821CFBFEFE7C185_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* InputBindingComposite_GetValueType_mC19AD54C65B7F39B5319D3786B5A36441EF9FF68_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* InputControlList_1_Resize_mD8ABE532A3137AE6DB04E627832CC7AFC3EA268F_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* InputControlList_1__ctor_m40EFE93F71620E2B24F796AABE7F66FC2E5DC8C1_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_Item_m5D4706328D23F2ECD32879BC9561A629382EFAB1_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* InteractionState_set_triggerControlIndex_m59641351155913B51FDBB126F7022A28B6CF24ED_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1_AddRange_m3AD5F115E9B4C113EF429999079886F2BF5C7A9E_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_m920A07E4A0E9313AD012130084B2CB3B9D514A44_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1_get_HasValue_m00D904EE8851201746126144230D13B95AA124FE_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1_get_HasValue_m10F5D8220C8CD543BCD307C415B1D11649B1E7CF_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1_get_Value_mE150078CC558A29C692883678E28B7E377940133_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ReadOnlyArray_1_GetEnumerator_m0E0F54CBE8A97E29DF0E94868092EAEB05C609EA_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ReadOnlyArray_1_ToArray_m979DD9449486BEEE332E18BC5DCDCB3E86E09B95_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ReadOnlyArray_1_get_Count_mC5926BE617B0AC5B74104072E867B33527B37B61_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ReadOnlyArray_1_get_Item_mDAAB3D7833424DD373EA449309C8728D5BA96C4A_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* SavedStructState_1__ctor_mA30A55C10E99CB4972BC805596222DC745AD3720_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ScriptableObject_CreateInstance_TisInputActionReference_t64730C6B41271E0983FC21BFB416169F5D6BC4A1_mBEDFA5D250E26DA02AC5BC2D26338EC2551F7415_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_U3CSaveAndResetStateU3Eb__135_0_m2A0B2E0747FEA156EB90BAC1CD14FCCEDE5BC58C_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3CSaveAndResetStateU3Eb__135_1_mA27FE54152A3A6DF29A8E5D8CEE2389564B6C837_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass5_0_U3CRemoveActionU3Eb__0_m22146F0C5FB915CDF46DC1838839BCC7A56E0FCC_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeType* InputBindingComposite_1_tBDF5298257039EEDB07762B01F3C2729012FBFB3_0_0_0_var;
|
|
struct ActionMapIndices_t013BEFD76B7FE52E413C5DBF5C7CDA4194800CBD;
|
|
struct BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA;
|
|
struct Delegate_t_marshaled_com;
|
|
struct Delegate_t_marshaled_pinvoke;
|
|
struct DeviceRequirement_t80E71C44DF1923C15D3AA025242B7348EBF8B056_marshaled_com;
|
|
struct DeviceRequirement_t80E71C44DF1923C15D3AA025242B7348EBF8B056_marshaled_pinvoke;
|
|
struct Exception_t_marshaled_com;
|
|
struct Exception_t_marshaled_pinvoke;
|
|
struct InputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434;;
|
|
struct InputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434_marshaled_com;
|
|
struct InputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434_marshaled_com;;
|
|
struct InputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434_marshaled_pinvoke;
|
|
struct InputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434_marshaled_pinvoke;;
|
|
struct InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5;
|
|
struct InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE;
|
|
struct TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D;
|
|
|
|
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 InputProcessorU5BU5D_t79582BEBC3FAF824D9762566AA6E979F95E6EB64;
|
|
struct ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918;
|
|
struct StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248;
|
|
struct DeviceRequirementU5BU5D_t0496FAAB7554B7BFC270BA53BA6A5EFD5DE061CE;
|
|
|
|
IL2CPP_EXTERN_C_BEGIN
|
|
IL2CPP_EXTERN_C_END
|
|
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
|
|
// System.Collections.Generic.List`1<UnityEngine.InputSystem.InputAction>
|
|
struct List_1_tE1DF165936F3562084DB454140315041796A957F : public RuntimeObject
|
|
{
|
|
// T[] System.Collections.Generic.List`1::_items
|
|
InputActionU5BU5D_t6F881A9FE5C2016615C8D2E0B192608EA5FCE810* ____items_1;
|
|
// System.Int32 System.Collections.Generic.List`1::_size
|
|
int32_t ____size_2;
|
|
// System.Int32 System.Collections.Generic.List`1::_version
|
|
int32_t ____version_3;
|
|
// System.Object System.Collections.Generic.List`1::_syncRoot
|
|
RuntimeObject* ____syncRoot_4;
|
|
};
|
|
|
|
// System.Collections.Generic.List`1<System.Object>
|
|
struct List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D : public RuntimeObject
|
|
{
|
|
// T[] System.Collections.Generic.List`1::_items
|
|
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ____items_1;
|
|
// System.Int32 System.Collections.Generic.List`1::_size
|
|
int32_t ____size_2;
|
|
// System.Int32 System.Collections.Generic.List`1::_version
|
|
int32_t ____version_3;
|
|
// System.Object System.Collections.Generic.List`1::_syncRoot
|
|
RuntimeObject* ____syncRoot_4;
|
|
};
|
|
|
|
// System.Attribute
|
|
struct Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA : public RuntimeObject
|
|
{
|
|
};
|
|
|
|
// UnityEngine.InputSystem.InputActionSetupExtensions
|
|
struct InputActionSetupExtensions_tE9F68BACC00675CB9A204995C84224C03680C2AD : public RuntimeObject
|
|
{
|
|
};
|
|
|
|
// UnityEngine.InputSystem.InputSystem
|
|
struct InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164 : public RuntimeObject
|
|
{
|
|
};
|
|
|
|
// System.Reflection.MemberInfo
|
|
struct MemberInfo_t : public RuntimeObject
|
|
{
|
|
};
|
|
|
|
// System.String
|
|
struct String_t : public RuntimeObject
|
|
{
|
|
// System.Int32 System.String::_stringLength
|
|
int32_t ____stringLength_4;
|
|
// System.Char System.String::_firstChar
|
|
Il2CppChar ____firstChar_5;
|
|
};
|
|
|
|
// 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
|
|
{
|
|
};
|
|
|
|
// UnityEngine.InputSystem.InputActionRebindingExtensions/DeferBindingResolutionWrapper
|
|
struct DeferBindingResolutionWrapper_tBEB0D0DEA05F9681F0189610B4D7B0CEAD32AC8C : public RuntimeObject
|
|
{
|
|
};
|
|
|
|
// UnityEngine.InputSystem.InputActionState/<>c
|
|
struct U3CU3Ec_t5252D685BC8618F6B58F8A7BCB7EA519D16E1DE5 : public RuntimeObject
|
|
{
|
|
};
|
|
|
|
// UnityEngine.InputSystem.InputBinding/<>c
|
|
struct U3CU3Ec_t75DDF1C33A25FCBBF1610D9DB76198230D25CF93 : public RuntimeObject
|
|
{
|
|
};
|
|
|
|
// 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.Reflection.FieldInfo[] UnityEngine.InputSystem.InputBindingComposite/<GetPartNames>d__12::<>7__wrap1
|
|
FieldInfoU5BU5D_t50D47CBECF1AEB152F555803E3329D9E34DBF8D8* ___U3CU3E7__wrap1_5;
|
|
// System.Int32 UnityEngine.InputSystem.InputBindingComposite/<GetPartNames>d__12::<>7__wrap2
|
|
int32_t ___U3CU3E7__wrap2_6;
|
|
};
|
|
|
|
// UnityEngine.InputSystem.InputActionRebindingExtensions/RebindingOperation/<>c__DisplayClass32_0
|
|
struct U3CU3Ec__DisplayClass32_0_t02D7434797D66D68FBC3BADE6D89D0BEB1323109 : public RuntimeObject
|
|
{
|
|
// System.String UnityEngine.InputSystem.InputActionRebindingExtensions/RebindingOperation/<>c__DisplayClass32_0::group
|
|
String_t* ___group_0;
|
|
};
|
|
|
|
// UnityEngine.InputSystem.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.InputAction>
|
|
struct Enumerator_t4EE46D190C0BA16331A4B18A6F0E5FE0CFAEB7EA
|
|
{
|
|
// TValue[] UnityEngine.InputSystem.Utilities.ReadOnlyArray`1/Enumerator::m_Array
|
|
InputActionU5BU5D_t6F881A9FE5C2016615C8D2E0B192608EA5FCE810* ___m_Array_0;
|
|
// System.Int32 UnityEngine.InputSystem.Utilities.ReadOnlyArray`1/Enumerator::m_IndexStart
|
|
int32_t ___m_IndexStart_1;
|
|
// System.Int32 UnityEngine.InputSystem.Utilities.ReadOnlyArray`1/Enumerator::m_IndexEnd
|
|
int32_t ___m_IndexEnd_2;
|
|
// System.Int32 UnityEngine.InputSystem.Utilities.ReadOnlyArray`1/Enumerator::m_Index
|
|
int32_t ___m_Index_3;
|
|
};
|
|
|
|
// UnityEngine.InputSystem.Utilities.ReadOnlyArray`1/Enumerator<System.Object>
|
|
struct Enumerator_t13B0EDB01F0A85A952803970AFD1073D96A46C94
|
|
{
|
|
// TValue[] UnityEngine.InputSystem.Utilities.ReadOnlyArray`1/Enumerator::m_Array
|
|
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___m_Array_0;
|
|
// System.Int32 UnityEngine.InputSystem.Utilities.ReadOnlyArray`1/Enumerator::m_IndexStart
|
|
int32_t ___m_IndexStart_1;
|
|
// System.Int32 UnityEngine.InputSystem.Utilities.ReadOnlyArray`1/Enumerator::m_IndexEnd
|
|
int32_t ___m_IndexEnd_2;
|
|
// System.Int32 UnityEngine.InputSystem.Utilities.ReadOnlyArray`1/Enumerator::m_Index
|
|
int32_t ___m_Index_3;
|
|
};
|
|
|
|
// UnityEngine.InputSystem.Utilities.InlinedArray`1<System.Action`1<System.Object>>
|
|
struct InlinedArray_1_t90D679876AE3A52129F69F403ECC9AD16D60AD9F
|
|
{
|
|
// System.Int32 UnityEngine.InputSystem.Utilities.InlinedArray`1::length
|
|
int32_t ___length_0;
|
|
// TValue UnityEngine.InputSystem.Utilities.InlinedArray`1::firstValue
|
|
Action_1_t6F9EB113EB3F16226AEF811A2744F4111C116C87* ___firstValue_1;
|
|
// TValue[] UnityEngine.InputSystem.Utilities.InlinedArray`1::additionalValues
|
|
Action_1U5BU5D_t9AF7A60AA589F7071315F3DA2F77CD32CB43FB5D* ___additionalValues_2;
|
|
};
|
|
|
|
// UnityEngine.InputSystem.Utilities.InlinedArray`1<System.Action`1<UnityEngine.InputSystem.InputAction/CallbackContext>>
|
|
struct InlinedArray_1_tC208D319D19C2B3DF550BD9CDC11549F23D8F91B
|
|
{
|
|
// System.Int32 UnityEngine.InputSystem.Utilities.InlinedArray`1::length
|
|
int32_t ___length_0;
|
|
// TValue UnityEngine.InputSystem.Utilities.InlinedArray`1::firstValue
|
|
Action_1_tEB0353AA1A112B6F2D921B58DCC9D9D4C0498E6E* ___firstValue_1;
|
|
// TValue[] UnityEngine.InputSystem.Utilities.InlinedArray`1::additionalValues
|
|
Action_1U5BU5D_tB846E6FE2326CCD34124D1E5D70117C9D33DEE76* ___additionalValues_2;
|
|
};
|
|
|
|
// UnityEngine.InputSystem.Utilities.InlinedArray`1<System.Action`2<UnityEngine.InputSystem.InputDevice,UnityEngine.InputSystem.InputDeviceChange>>
|
|
struct InlinedArray_1_tC156E68CC1D19C7411B135D705222BBA02E1E546
|
|
{
|
|
// System.Int32 UnityEngine.InputSystem.Utilities.InlinedArray`1::length
|
|
int32_t ___length_0;
|
|
// TValue UnityEngine.InputSystem.Utilities.InlinedArray`1::firstValue
|
|
Action_2_tB79528C85CFEF7DFF52C575DDAA398D2FE6BC333* ___firstValue_1;
|
|
// TValue[] UnityEngine.InputSystem.Utilities.InlinedArray`1::additionalValues
|
|
Action_2U5BU5D_tE696881AB7B602657DE1A212B1F9322B7F472FBB* ___additionalValues_2;
|
|
};
|
|
|
|
// UnityEngine.InputSystem.Utilities.InlinedArray`1<System.Action`2<UnityEngine.InputSystem.InputDevice,UnityEngine.InputSystem.LowLevel.InputEventPtr>>
|
|
struct InlinedArray_1_t0C164496D3AC9C0D8B5986F12B3E22F94E904138
|
|
{
|
|
// System.Int32 UnityEngine.InputSystem.Utilities.InlinedArray`1::length
|
|
int32_t ___length_0;
|
|
// TValue UnityEngine.InputSystem.Utilities.InlinedArray`1::firstValue
|
|
Action_2_tBB6A2D36E83BB3B7BFA2ACD51493D5740A3D7F2E* ___firstValue_1;
|
|
// TValue[] UnityEngine.InputSystem.Utilities.InlinedArray`1::additionalValues
|
|
Action_2U5BU5D_t493765D280908ABBDC5280C16C38A55BEB3FB645* ___additionalValues_2;
|
|
};
|
|
|
|
// UnityEngine.InputSystem.Utilities.InlinedArray`1<System.Action`2<UnityEngine.InputSystem.LowLevel.InputEventPtr,UnityEngine.InputSystem.InputDevice>>
|
|
struct InlinedArray_1_tCB69E3C40A7449F79D455D118402BE76E07EDD3B
|
|
{
|
|
// System.Int32 UnityEngine.InputSystem.Utilities.InlinedArray`1::length
|
|
int32_t ___length_0;
|
|
// TValue UnityEngine.InputSystem.Utilities.InlinedArray`1::firstValue
|
|
Action_2_t4943DD8C32CAB983950535CEF3BABA85DF8C9AAA* ___firstValue_1;
|
|
// TValue[] UnityEngine.InputSystem.Utilities.InlinedArray`1::additionalValues
|
|
Action_2U5BU5D_tF0EAC88CF3D1AADA46955EC4879598BCF64FEA5B* ___additionalValues_2;
|
|
};
|
|
|
|
// UnityEngine.InputSystem.Utilities.InlinedArray`1<System.Action`2<System.Object,UnityEngine.InputSystem.InputActionChange>>
|
|
struct InlinedArray_1_tF80F63393E0BF97AFE20E770FC71798135300300
|
|
{
|
|
// System.Int32 UnityEngine.InputSystem.Utilities.InlinedArray`1::length
|
|
int32_t ___length_0;
|
|
// TValue UnityEngine.InputSystem.Utilities.InlinedArray`1::firstValue
|
|
Action_2_t4D6C6A84A6B44BE6193A1F64753F6E48558FBE9D* ___firstValue_1;
|
|
// TValue[] UnityEngine.InputSystem.Utilities.InlinedArray`1::additionalValues
|
|
Action_2U5BU5D_tE313524623BEAF7FD2ABCEDAD1C5A2C556630373* ___additionalValues_2;
|
|
};
|
|
|
|
// UnityEngine.InputSystem.Utilities.InlinedArray`1<System.Action`2<System.Object,System.Int32Enum>>
|
|
struct InlinedArray_1_t66B446915962ECC0D384842B4F4E81EC8296EC84
|
|
{
|
|
// System.Int32 UnityEngine.InputSystem.Utilities.InlinedArray`1::length
|
|
int32_t ___length_0;
|
|
// TValue UnityEngine.InputSystem.Utilities.InlinedArray`1::firstValue
|
|
Action_2_t9C4E97D0565650F0AEF7C72077EB8A0F9326E40B* ___firstValue_1;
|
|
// TValue[] UnityEngine.InputSystem.Utilities.InlinedArray`1::additionalValues
|
|
Action_2U5BU5D_t08DE08A7C6B16A0D8F39E2B23A45796CD1D1C4D1* ___additionalValues_2;
|
|
};
|
|
|
|
// UnityEngine.InputSystem.Utilities.InlinedArray`1<System.Action`2<System.String,UnityEngine.InputSystem.InputControlLayoutChange>>
|
|
struct InlinedArray_1_t6CA0FBB125302D36470046647247C3C186DA3C81
|
|
{
|
|
// System.Int32 UnityEngine.InputSystem.Utilities.InlinedArray`1::length
|
|
int32_t ___length_0;
|
|
// TValue UnityEngine.InputSystem.Utilities.InlinedArray`1::firstValue
|
|
Action_2_t4797B88C63509F2EE4385D6DABE6A4B5AD5393F7* ___firstValue_1;
|
|
// TValue[] UnityEngine.InputSystem.Utilities.InlinedArray`1::additionalValues
|
|
Action_2U5BU5D_t03D844ECB7234028DD3556FBAD4097B4835CA7A4* ___additionalValues_2;
|
|
};
|
|
|
|
// UnityEngine.InputSystem.Utilities.InlinedArray`1<UnityEngine.InputSystem.InputProcessor`1<System.Single>>
|
|
struct InlinedArray_1_t2A86A6C75E0160EE14310E053C5249518871D847
|
|
{
|
|
// System.Int32 UnityEngine.InputSystem.Utilities.InlinedArray`1::length
|
|
int32_t ___length_0;
|
|
// TValue UnityEngine.InputSystem.Utilities.InlinedArray`1::firstValue
|
|
InputProcessor_1_tFE49B42CB371A9A2A3F29802695BD251947AD0B4* ___firstValue_1;
|
|
// TValue[] UnityEngine.InputSystem.Utilities.InlinedArray`1::additionalValues
|
|
InputProcessor_1U5BU5D_tFEE411B67EEAA6B997AF875A65D072993C8C809C* ___additionalValues_2;
|
|
};
|
|
|
|
// UnityEngine.InputSystem.Utilities.InlinedArray`1<System.Action>
|
|
struct InlinedArray_1_tD7279E61A2C2BCBF7B9BA61C55E889A59A778B32
|
|
{
|
|
// System.Int32 UnityEngine.InputSystem.Utilities.InlinedArray`1::length
|
|
int32_t ___length_0;
|
|
// TValue UnityEngine.InputSystem.Utilities.InlinedArray`1::firstValue
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* ___firstValue_1;
|
|
// TValue[] UnityEngine.InputSystem.Utilities.InlinedArray`1::additionalValues
|
|
ActionU5BU5D_tF6161335A0A12A221AB081D78725C8AB6FE506D2* ___additionalValues_2;
|
|
};
|
|
|
|
// UnityEngine.InputSystem.Utilities.InlinedArray`1<UnityEngine.InputSystem.LowLevel.InputDeviceCommandDelegate>
|
|
struct InlinedArray_1_t8574959399B65CB49207DFFDE0842E996E6DBBED
|
|
{
|
|
// System.Int32 UnityEngine.InputSystem.Utilities.InlinedArray`1::length
|
|
int32_t ___length_0;
|
|
// TValue UnityEngine.InputSystem.Utilities.InlinedArray`1::firstValue
|
|
InputDeviceCommandDelegate_tC0083621670090AD9D172C546FE833562AABF809* ___firstValue_1;
|
|
// TValue[] UnityEngine.InputSystem.Utilities.InlinedArray`1::additionalValues
|
|
InputDeviceCommandDelegateU5BU5D_t243984810DCC1E9828C0D6665D0B7AC435A43D9A* ___additionalValues_2;
|
|
};
|
|
|
|
// UnityEngine.InputSystem.Utilities.InlinedArray`1<UnityEngine.InputSystem.Layouts.InputDeviceFindControlLayoutDelegate>
|
|
struct InlinedArray_1_t6FEF55D1987F9E3301E4FF894670C2B041308E88
|
|
{
|
|
// System.Int32 UnityEngine.InputSystem.Utilities.InlinedArray`1::length
|
|
int32_t ___length_0;
|
|
// TValue UnityEngine.InputSystem.Utilities.InlinedArray`1::firstValue
|
|
InputDeviceFindControlLayoutDelegate_t533E695E7CFD2DEB4FEDA1A9E72D9F5F5AEF4A3E* ___firstValue_1;
|
|
// TValue[] UnityEngine.InputSystem.Utilities.InlinedArray`1::additionalValues
|
|
InputDeviceFindControlLayoutDelegateU5BU5D_t9B27C1115622DAB0A04E3C93E8A9D64EBFDA27BC* ___additionalValues_2;
|
|
};
|
|
|
|
// UnityEngine.InputSystem.Utilities.InlinedArray`1<System.Object>
|
|
struct InlinedArray_1_t686EF64AD1CAE4599FCACB01447C59FA04174EF4
|
|
{
|
|
// System.Int32 UnityEngine.InputSystem.Utilities.InlinedArray`1::length
|
|
int32_t ___length_0;
|
|
// TValue UnityEngine.InputSystem.Utilities.InlinedArray`1::firstValue
|
|
RuntimeObject* ___firstValue_1;
|
|
// TValue[] UnityEngine.InputSystem.Utilities.InlinedArray`1::additionalValues
|
|
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___additionalValues_2;
|
|
};
|
|
|
|
// 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;
|
|
};
|
|
|
|
// UnityEngine.InputSystem.Utilities.ReadOnlyArray`1<UnityEngine.InputSystem.InputAction>
|
|
struct ReadOnlyArray_1_t87BBFDC4C52C189E583DEC4E87E663DF435F7915
|
|
{
|
|
// TValue[] UnityEngine.InputSystem.Utilities.ReadOnlyArray`1::m_Array
|
|
InputActionU5BU5D_t6F881A9FE5C2016615C8D2E0B192608EA5FCE810* ___m_Array_0;
|
|
// System.Int32 UnityEngine.InputSystem.Utilities.ReadOnlyArray`1::m_StartIndex
|
|
int32_t ___m_StartIndex_1;
|
|
// System.Int32 UnityEngine.InputSystem.Utilities.ReadOnlyArray`1::m_Length
|
|
int32_t ___m_Length_2;
|
|
};
|
|
|
|
// UnityEngine.InputSystem.Utilities.ReadOnlyArray`1<UnityEngine.InputSystem.InputActionMap>
|
|
struct ReadOnlyArray_1_tB688C6ED4807227AAD260815DAFB574392403081
|
|
{
|
|
// TValue[] UnityEngine.InputSystem.Utilities.ReadOnlyArray`1::m_Array
|
|
InputActionMapU5BU5D_t4B352E8DA73976FEDA107E35E81FB5BE6838C045* ___m_Array_0;
|
|
// System.Int32 UnityEngine.InputSystem.Utilities.ReadOnlyArray`1::m_StartIndex
|
|
int32_t ___m_StartIndex_1;
|
|
// System.Int32 UnityEngine.InputSystem.Utilities.ReadOnlyArray`1::m_Length
|
|
int32_t ___m_Length_2;
|
|
};
|
|
|
|
// UnityEngine.InputSystem.Utilities.ReadOnlyArray`1<UnityEngine.InputSystem.InputBinding>
|
|
struct ReadOnlyArray_1_tF49E7A2430C7D717C5DF8A8C2626314D0D9C1CF4
|
|
{
|
|
// TValue[] UnityEngine.InputSystem.Utilities.ReadOnlyArray`1::m_Array
|
|
InputBindingU5BU5D_t7E47E87B9CAE12B6F6A0659008B425C58D84BB57* ___m_Array_0;
|
|
// System.Int32 UnityEngine.InputSystem.Utilities.ReadOnlyArray`1::m_StartIndex
|
|
int32_t ___m_StartIndex_1;
|
|
// System.Int32 UnityEngine.InputSystem.Utilities.ReadOnlyArray`1::m_Length
|
|
int32_t ___m_Length_2;
|
|
};
|
|
|
|
// UnityEngine.InputSystem.Utilities.ReadOnlyArray`1<UnityEngine.InputSystem.InputControlScheme>
|
|
struct ReadOnlyArray_1_tC41FC1476A6CC9385BDD74ECC6D3AF66A6C82BF9
|
|
{
|
|
// TValue[] UnityEngine.InputSystem.Utilities.ReadOnlyArray`1::m_Array
|
|
InputControlSchemeU5BU5D_tAE603126FBD4D6B8F67EA6F8CFA531A646C63D86* ___m_Array_0;
|
|
// System.Int32 UnityEngine.InputSystem.Utilities.ReadOnlyArray`1::m_StartIndex
|
|
int32_t ___m_StartIndex_1;
|
|
// System.Int32 UnityEngine.InputSystem.Utilities.ReadOnlyArray`1::m_Length
|
|
int32_t ___m_Length_2;
|
|
};
|
|
|
|
// UnityEngine.InputSystem.Utilities.ReadOnlyArray`1<UnityEngine.InputSystem.InputDevice>
|
|
struct ReadOnlyArray_1_t21E90B3F1DF1E9A2088EA0523F03C47910735BCA
|
|
{
|
|
// TValue[] UnityEngine.InputSystem.Utilities.ReadOnlyArray`1::m_Array
|
|
InputDeviceU5BU5D_tA9AEFC6AF63557D3D5DCFB2B26DDA6F63147D548* ___m_Array_0;
|
|
// System.Int32 UnityEngine.InputSystem.Utilities.ReadOnlyArray`1::m_StartIndex
|
|
int32_t ___m_StartIndex_1;
|
|
// System.Int32 UnityEngine.InputSystem.Utilities.ReadOnlyArray`1::m_Length
|
|
int32_t ___m_Length_2;
|
|
};
|
|
|
|
// UnityEngine.InputSystem.Utilities.ReadOnlyArray`1<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;
|
|
};
|
|
|
|
// System.Boolean
|
|
struct Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22
|
|
{
|
|
// System.Boolean System.Boolean::m_value
|
|
bool ___m_value_0;
|
|
};
|
|
|
|
// 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;
|
|
};
|
|
|
|
// 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.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;
|
|
};
|
|
|
|
// UnityEngine.InputSystem.InputActionProperty
|
|
struct InputActionProperty_tE5B1633784A72FC044A0BB5C0BE140DD7BD84FAD
|
|
{
|
|
// System.Boolean UnityEngine.InputSystem.InputActionProperty::m_UseReference
|
|
bool ___m_UseReference_0;
|
|
// UnityEngine.InputSystem.InputAction UnityEngine.InputSystem.InputActionProperty::m_Action
|
|
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* ___m_Action_1;
|
|
// UnityEngine.InputSystem.InputActionReference UnityEngine.InputSystem.InputActionProperty::m_Reference
|
|
InputActionReference_t64730C6B41271E0983FC21BFB416169F5D6BC4A1* ___m_Reference_2;
|
|
};
|
|
// Native definition for P/Invoke marshalling of UnityEngine.InputSystem.InputActionProperty
|
|
struct InputActionProperty_tE5B1633784A72FC044A0BB5C0BE140DD7BD84FAD_marshaled_pinvoke
|
|
{
|
|
int32_t ___m_UseReference_0;
|
|
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* ___m_Action_1;
|
|
InputActionReference_t64730C6B41271E0983FC21BFB416169F5D6BC4A1* ___m_Reference_2;
|
|
};
|
|
// Native definition for COM marshalling of UnityEngine.InputSystem.InputActionProperty
|
|
struct InputActionProperty_tE5B1633784A72FC044A0BB5C0BE140DD7BD84FAD_marshaled_com
|
|
{
|
|
int32_t ___m_UseReference_0;
|
|
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* ___m_Action_1;
|
|
InputActionReference_t64730C6B41271E0983FC21BFB416169F5D6BC4A1* ___m_Reference_2;
|
|
};
|
|
|
|
// UnityEngine.InputSystem.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.InputBindingCompositeContext
|
|
struct InputBindingCompositeContext_t961CAA1DF29D7D4E0AE0AEF22400B285E17B1390
|
|
{
|
|
// UnityEngine.InputSystem.InputActionState UnityEngine.InputSystem.InputBindingCompositeContext::m_State
|
|
InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* ___m_State_0;
|
|
// System.Int32 UnityEngine.InputSystem.InputBindingCompositeContext::m_BindingIndex
|
|
int32_t ___m_BindingIndex_1;
|
|
};
|
|
// Native definition for P/Invoke marshalling of UnityEngine.InputSystem.InputBindingCompositeContext
|
|
struct InputBindingCompositeContext_t961CAA1DF29D7D4E0AE0AEF22400B285E17B1390_marshaled_pinvoke
|
|
{
|
|
InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* ___m_State_0;
|
|
int32_t ___m_BindingIndex_1;
|
|
};
|
|
// Native definition for COM marshalling of UnityEngine.InputSystem.InputBindingCompositeContext
|
|
struct InputBindingCompositeContext_t961CAA1DF29D7D4E0AE0AEF22400B285E17B1390_marshaled_com
|
|
{
|
|
InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* ___m_State_0;
|
|
int32_t ___m_BindingIndex_1;
|
|
};
|
|
|
|
// UnityEngine.InputSystem.InputControlScheme
|
|
struct InputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434
|
|
{
|
|
// System.String UnityEngine.InputSystem.InputControlScheme::m_Name
|
|
String_t* ___m_Name_0;
|
|
// System.String UnityEngine.InputSystem.InputControlScheme::m_BindingGroup
|
|
String_t* ___m_BindingGroup_1;
|
|
// UnityEngine.InputSystem.InputControlScheme/DeviceRequirement[] UnityEngine.InputSystem.InputControlScheme::m_DeviceRequirements
|
|
DeviceRequirementU5BU5D_t0496FAAB7554B7BFC270BA53BA6A5EFD5DE061CE* ___m_DeviceRequirements_2;
|
|
};
|
|
// Native definition for P/Invoke marshalling of UnityEngine.InputSystem.InputControlScheme
|
|
struct InputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434_marshaled_pinvoke
|
|
{
|
|
char* ___m_Name_0;
|
|
char* ___m_BindingGroup_1;
|
|
DeviceRequirement_t80E71C44DF1923C15D3AA025242B7348EBF8B056_marshaled_pinvoke* ___m_DeviceRequirements_2;
|
|
};
|
|
// Native definition for COM marshalling of UnityEngine.InputSystem.InputControlScheme
|
|
struct InputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434_marshaled_com
|
|
{
|
|
Il2CppChar* ___m_Name_0;
|
|
Il2CppChar* ___m_BindingGroup_1;
|
|
DeviceRequirement_t80E71C44DF1923C15D3AA025242B7348EBF8B056_marshaled_com* ___m_DeviceRequirements_2;
|
|
};
|
|
|
|
// UnityEngine.InputSystem.Layouts.InputDeviceDescription
|
|
struct InputDeviceDescription_tE86DD77422AAF60ADDAC788B31E5A05E739B708F
|
|
{
|
|
// System.String UnityEngine.InputSystem.Layouts.InputDeviceDescription::m_InterfaceName
|
|
String_t* ___m_InterfaceName_0;
|
|
// System.String UnityEngine.InputSystem.Layouts.InputDeviceDescription::m_DeviceClass
|
|
String_t* ___m_DeviceClass_1;
|
|
// System.String UnityEngine.InputSystem.Layouts.InputDeviceDescription::m_Manufacturer
|
|
String_t* ___m_Manufacturer_2;
|
|
// System.String UnityEngine.InputSystem.Layouts.InputDeviceDescription::m_Product
|
|
String_t* ___m_Product_3;
|
|
// System.String UnityEngine.InputSystem.Layouts.InputDeviceDescription::m_Serial
|
|
String_t* ___m_Serial_4;
|
|
// System.String UnityEngine.InputSystem.Layouts.InputDeviceDescription::m_Version
|
|
String_t* ___m_Version_5;
|
|
// System.String UnityEngine.InputSystem.Layouts.InputDeviceDescription::m_Capabilities
|
|
String_t* ___m_Capabilities_6;
|
|
};
|
|
// Native definition for P/Invoke marshalling of UnityEngine.InputSystem.Layouts.InputDeviceDescription
|
|
struct InputDeviceDescription_tE86DD77422AAF60ADDAC788B31E5A05E739B708F_marshaled_pinvoke
|
|
{
|
|
char* ___m_InterfaceName_0;
|
|
char* ___m_DeviceClass_1;
|
|
char* ___m_Manufacturer_2;
|
|
char* ___m_Product_3;
|
|
char* ___m_Serial_4;
|
|
char* ___m_Version_5;
|
|
char* ___m_Capabilities_6;
|
|
};
|
|
// Native definition for COM marshalling of UnityEngine.InputSystem.Layouts.InputDeviceDescription
|
|
struct InputDeviceDescription_tE86DD77422AAF60ADDAC788B31E5A05E739B708F_marshaled_com
|
|
{
|
|
Il2CppChar* ___m_InterfaceName_0;
|
|
Il2CppChar* ___m_DeviceClass_1;
|
|
Il2CppChar* ___m_Manufacturer_2;
|
|
Il2CppChar* ___m_Product_3;
|
|
Il2CppChar* ___m_Serial_4;
|
|
Il2CppChar* ___m_Version_5;
|
|
Il2CppChar* ___m_Capabilities_6;
|
|
};
|
|
|
|
// UnityEngine.InputSystem.LowLevel.InputEventPtr
|
|
struct InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0
|
|
{
|
|
// UnityEngine.InputSystem.LowLevel.InputEvent* UnityEngine.InputSystem.LowLevel.InputEventPtr::m_EventPtr
|
|
InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5* ___m_EventPtr_0;
|
|
};
|
|
|
|
// UnityEngine.InputSystem.LowLevel.InputMetrics
|
|
struct InputMetrics_t78495D1E8D7F510AC82FAD0A297AE5FA4AAC1338
|
|
{
|
|
// System.Int32 UnityEngine.InputSystem.LowLevel.InputMetrics::<maxNumDevices>k__BackingField
|
|
int32_t ___U3CmaxNumDevicesU3Ek__BackingField_0;
|
|
// System.Int32 UnityEngine.InputSystem.LowLevel.InputMetrics::<currentNumDevices>k__BackingField
|
|
int32_t ___U3CcurrentNumDevicesU3Ek__BackingField_1;
|
|
// System.Int32 UnityEngine.InputSystem.LowLevel.InputMetrics::<maxStateSizeInBytes>k__BackingField
|
|
int32_t ___U3CmaxStateSizeInBytesU3Ek__BackingField_2;
|
|
// System.Int32 UnityEngine.InputSystem.LowLevel.InputMetrics::<currentStateSizeInBytes>k__BackingField
|
|
int32_t ___U3CcurrentStateSizeInBytesU3Ek__BackingField_3;
|
|
// System.Int32 UnityEngine.InputSystem.LowLevel.InputMetrics::<currentControlCount>k__BackingField
|
|
int32_t ___U3CcurrentControlCountU3Ek__BackingField_4;
|
|
// System.Int32 UnityEngine.InputSystem.LowLevel.InputMetrics::<currentLayoutCount>k__BackingField
|
|
int32_t ___U3CcurrentLayoutCountU3Ek__BackingField_5;
|
|
// System.Int32 UnityEngine.InputSystem.LowLevel.InputMetrics::<totalEventBytes>k__BackingField
|
|
int32_t ___U3CtotalEventBytesU3Ek__BackingField_6;
|
|
// System.Int32 UnityEngine.InputSystem.LowLevel.InputMetrics::<totalEventCount>k__BackingField
|
|
int32_t ___U3CtotalEventCountU3Ek__BackingField_7;
|
|
// System.Int32 UnityEngine.InputSystem.LowLevel.InputMetrics::<totalUpdateCount>k__BackingField
|
|
int32_t ___U3CtotalUpdateCountU3Ek__BackingField_8;
|
|
// System.Double UnityEngine.InputSystem.LowLevel.InputMetrics::<totalEventProcessingTime>k__BackingField
|
|
double ___U3CtotalEventProcessingTimeU3Ek__BackingField_9;
|
|
// System.Double UnityEngine.InputSystem.LowLevel.InputMetrics::<totalEventLagTime>k__BackingField
|
|
double ___U3CtotalEventLagTimeU3Ek__BackingField_10;
|
|
};
|
|
|
|
// System.Int32
|
|
struct Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C
|
|
{
|
|
// System.Int32 System.Int32::m_value
|
|
int32_t ___m_value_0;
|
|
};
|
|
|
|
// System.Int64
|
|
struct Int64_t092CFB123BE63C28ACDAF65C68F21A526050DBA3
|
|
{
|
|
// System.Int64 System.Int64::m_value
|
|
int64_t ___m_value_0;
|
|
};
|
|
|
|
// System.IntPtr
|
|
struct IntPtr_t
|
|
{
|
|
// System.Void* System.IntPtr::m_value
|
|
void* ___m_value_0;
|
|
};
|
|
|
|
// 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];
|
|
};
|
|
};
|
|
|
|
// 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.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;
|
|
};
|
|
|
|
// System.Void
|
|
struct Void_t4861ACF8F4594C3437BB48B6E56783494B843915
|
|
{
|
|
union
|
|
{
|
|
struct
|
|
{
|
|
};
|
|
uint8_t Void_t4861ACF8F4594C3437BB48B6E56783494B843915__padding[1];
|
|
};
|
|
};
|
|
|
|
// UnityEngine.InputSystem.InputAction/CallbackContext
|
|
struct CallbackContext_tB251EE41F509C6E8A6B05EC97C029A45DF4F5FA8
|
|
{
|
|
// UnityEngine.InputSystem.InputActionState UnityEngine.InputSystem.InputAction/CallbackContext::m_State
|
|
InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* ___m_State_0;
|
|
// System.Int32 UnityEngine.InputSystem.InputAction/CallbackContext::m_ActionIndex
|
|
int32_t ___m_ActionIndex_1;
|
|
};
|
|
// Native definition for P/Invoke marshalling of UnityEngine.InputSystem.InputAction/CallbackContext
|
|
struct CallbackContext_tB251EE41F509C6E8A6B05EC97C029A45DF4F5FA8_marshaled_pinvoke
|
|
{
|
|
InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* ___m_State_0;
|
|
int32_t ___m_ActionIndex_1;
|
|
};
|
|
// Native definition for COM marshalling of UnityEngine.InputSystem.InputAction/CallbackContext
|
|
struct CallbackContext_tB251EE41F509C6E8A6B05EC97C029A45DF4F5FA8_marshaled_com
|
|
{
|
|
InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* ___m_State_0;
|
|
int32_t ___m_ActionIndex_1;
|
|
};
|
|
|
|
// UnityEngine.InputSystem.InputActionMap/DeviceArray
|
|
struct DeviceArray_t7F2F2D8A9D5CAF504DC1A21C1FEF79BCA9E4761E
|
|
{
|
|
// System.Boolean UnityEngine.InputSystem.InputActionMap/DeviceArray::m_HaveValue
|
|
bool ___m_HaveValue_0;
|
|
// System.Int32 UnityEngine.InputSystem.InputActionMap/DeviceArray::m_DeviceCount
|
|
int32_t ___m_DeviceCount_1;
|
|
// UnityEngine.InputSystem.InputDevice[] UnityEngine.InputSystem.InputActionMap/DeviceArray::m_DeviceArray
|
|
InputDeviceU5BU5D_tA9AEFC6AF63557D3D5DCFB2B26DDA6F63147D548* ___m_DeviceArray_2;
|
|
};
|
|
// Native definition for P/Invoke marshalling of UnityEngine.InputSystem.InputActionMap/DeviceArray
|
|
struct DeviceArray_t7F2F2D8A9D5CAF504DC1A21C1FEF79BCA9E4761E_marshaled_pinvoke
|
|
{
|
|
int32_t ___m_HaveValue_0;
|
|
int32_t ___m_DeviceCount_1;
|
|
InputDeviceU5BU5D_tA9AEFC6AF63557D3D5DCFB2B26DDA6F63147D548* ___m_DeviceArray_2;
|
|
};
|
|
// Native definition for COM marshalling of UnityEngine.InputSystem.InputActionMap/DeviceArray
|
|
struct DeviceArray_t7F2F2D8A9D5CAF504DC1A21C1FEF79BCA9E4761E_marshaled_com
|
|
{
|
|
int32_t ___m_HaveValue_0;
|
|
int32_t ___m_DeviceCount_1;
|
|
InputDeviceU5BU5D_tA9AEFC6AF63557D3D5DCFB2B26DDA6F63147D548* ___m_DeviceArray_2;
|
|
};
|
|
|
|
// UnityEngine.InputSystem.InputActionSetupExtensions/BindingSyntax
|
|
struct BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317
|
|
{
|
|
// UnityEngine.InputSystem.InputActionMap UnityEngine.InputSystem.InputActionSetupExtensions/BindingSyntax::m_ActionMap
|
|
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* ___m_ActionMap_0;
|
|
// UnityEngine.InputSystem.InputAction UnityEngine.InputSystem.InputActionSetupExtensions/BindingSyntax::m_Action
|
|
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* ___m_Action_1;
|
|
// System.Int32 UnityEngine.InputSystem.InputActionSetupExtensions/BindingSyntax::m_BindingIndexInMap
|
|
int32_t ___m_BindingIndexInMap_2;
|
|
};
|
|
// Native definition for P/Invoke marshalling of UnityEngine.InputSystem.InputActionSetupExtensions/BindingSyntax
|
|
struct BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317_marshaled_pinvoke
|
|
{
|
|
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* ___m_ActionMap_0;
|
|
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* ___m_Action_1;
|
|
int32_t ___m_BindingIndexInMap_2;
|
|
};
|
|
// Native definition for COM marshalling of UnityEngine.InputSystem.InputActionSetupExtensions/BindingSyntax
|
|
struct BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317_marshaled_com
|
|
{
|
|
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* ___m_ActionMap_0;
|
|
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* ___m_Action_1;
|
|
int32_t ___m_BindingIndexInMap_2;
|
|
};
|
|
|
|
// UnityEngine.InputSystem.InputActionSetupExtensions/CompositeSyntax
|
|
struct CompositeSyntax_t462FE69194A2B9572B4CB2A0108D10622B820C30
|
|
{
|
|
// UnityEngine.InputSystem.InputAction UnityEngine.InputSystem.InputActionSetupExtensions/CompositeSyntax::m_Action
|
|
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* ___m_Action_0;
|
|
// UnityEngine.InputSystem.InputActionMap UnityEngine.InputSystem.InputActionSetupExtensions/CompositeSyntax::m_ActionMap
|
|
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* ___m_ActionMap_1;
|
|
// System.Int32 UnityEngine.InputSystem.InputActionSetupExtensions/CompositeSyntax::m_BindingIndexInMap
|
|
int32_t ___m_BindingIndexInMap_2;
|
|
};
|
|
// Native definition for P/Invoke marshalling of UnityEngine.InputSystem.InputActionSetupExtensions/CompositeSyntax
|
|
struct CompositeSyntax_t462FE69194A2B9572B4CB2A0108D10622B820C30_marshaled_pinvoke
|
|
{
|
|
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* ___m_Action_0;
|
|
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* ___m_ActionMap_1;
|
|
int32_t ___m_BindingIndexInMap_2;
|
|
};
|
|
// Native definition for COM marshalling of UnityEngine.InputSystem.InputActionSetupExtensions/CompositeSyntax
|
|
struct CompositeSyntax_t462FE69194A2B9572B4CB2A0108D10622B820C30_marshaled_com
|
|
{
|
|
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* ___m_Action_0;
|
|
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* ___m_ActionMap_1;
|
|
int32_t ___m_BindingIndexInMap_2;
|
|
};
|
|
|
|
// UnityEngine.InputSystem.InputActionState/ActionMapIndices
|
|
struct ActionMapIndices_t013BEFD76B7FE52E413C5DBF5C7CDA4194800CBD
|
|
{
|
|
// System.Int32 UnityEngine.InputSystem.InputActionState/ActionMapIndices::actionStartIndex
|
|
int32_t ___actionStartIndex_0;
|
|
// System.Int32 UnityEngine.InputSystem.InputActionState/ActionMapIndices::actionCount
|
|
int32_t ___actionCount_1;
|
|
// System.Int32 UnityEngine.InputSystem.InputActionState/ActionMapIndices::controlStartIndex
|
|
int32_t ___controlStartIndex_2;
|
|
// System.Int32 UnityEngine.InputSystem.InputActionState/ActionMapIndices::controlCount
|
|
int32_t ___controlCount_3;
|
|
// System.Int32 UnityEngine.InputSystem.InputActionState/ActionMapIndices::bindingStartIndex
|
|
int32_t ___bindingStartIndex_4;
|
|
// System.Int32 UnityEngine.InputSystem.InputActionState/ActionMapIndices::bindingCount
|
|
int32_t ___bindingCount_5;
|
|
// System.Int32 UnityEngine.InputSystem.InputActionState/ActionMapIndices::interactionStartIndex
|
|
int32_t ___interactionStartIndex_6;
|
|
// System.Int32 UnityEngine.InputSystem.InputActionState/ActionMapIndices::interactionCount
|
|
int32_t ___interactionCount_7;
|
|
// System.Int32 UnityEngine.InputSystem.InputActionState/ActionMapIndices::processorStartIndex
|
|
int32_t ___processorStartIndex_8;
|
|
// System.Int32 UnityEngine.InputSystem.InputActionState/ActionMapIndices::processorCount
|
|
int32_t ___processorCount_9;
|
|
// System.Int32 UnityEngine.InputSystem.InputActionState/ActionMapIndices::compositeStartIndex
|
|
int32_t ___compositeStartIndex_10;
|
|
// System.Int32 UnityEngine.InputSystem.InputActionState/ActionMapIndices::compositeCount
|
|
int32_t ___compositeCount_11;
|
|
};
|
|
|
|
// UnityEngine.InputSystem.InputActionState/BindingState
|
|
struct BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA
|
|
{
|
|
union
|
|
{
|
|
struct
|
|
{
|
|
union
|
|
{
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
// System.Byte UnityEngine.InputSystem.InputActionState/BindingState::m_ControlCount
|
|
uint8_t ___m_ControlCount_0;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
uint8_t ___m_ControlCount_0_forAlignmentOnly;
|
|
};
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
char ___m_InteractionCount_1_OffsetPadding[1];
|
|
// System.Byte UnityEngine.InputSystem.InputActionState/BindingState::m_InteractionCount
|
|
uint8_t ___m_InteractionCount_1;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
char ___m_InteractionCount_1_OffsetPadding_forAlignmentOnly[1];
|
|
uint8_t ___m_InteractionCount_1_forAlignmentOnly;
|
|
};
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
char ___m_ProcessorCount_2_OffsetPadding[2];
|
|
// System.Byte UnityEngine.InputSystem.InputActionState/BindingState::m_ProcessorCount
|
|
uint8_t ___m_ProcessorCount_2;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
char ___m_ProcessorCount_2_OffsetPadding_forAlignmentOnly[2];
|
|
uint8_t ___m_ProcessorCount_2_forAlignmentOnly;
|
|
};
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
char ___m_MapIndex_3_OffsetPadding[3];
|
|
// System.Byte UnityEngine.InputSystem.InputActionState/BindingState::m_MapIndex
|
|
uint8_t ___m_MapIndex_3;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
char ___m_MapIndex_3_OffsetPadding_forAlignmentOnly[3];
|
|
uint8_t ___m_MapIndex_3_forAlignmentOnly;
|
|
};
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
char ___m_Flags_4_OffsetPadding[4];
|
|
// System.Byte UnityEngine.InputSystem.InputActionState/BindingState::m_Flags
|
|
uint8_t ___m_Flags_4;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
char ___m_Flags_4_OffsetPadding_forAlignmentOnly[4];
|
|
uint8_t ___m_Flags_4_forAlignmentOnly;
|
|
};
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
char ___m_PartIndex_5_OffsetPadding[5];
|
|
// System.Byte UnityEngine.InputSystem.InputActionState/BindingState::m_PartIndex
|
|
uint8_t ___m_PartIndex_5;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
char ___m_PartIndex_5_OffsetPadding_forAlignmentOnly[5];
|
|
uint8_t ___m_PartIndex_5_forAlignmentOnly;
|
|
};
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
char ___m_ActionIndex_6_OffsetPadding[6];
|
|
// System.UInt16 UnityEngine.InputSystem.InputActionState/BindingState::m_ActionIndex
|
|
uint16_t ___m_ActionIndex_6;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
char ___m_ActionIndex_6_OffsetPadding_forAlignmentOnly[6];
|
|
uint16_t ___m_ActionIndex_6_forAlignmentOnly;
|
|
};
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
char ___m_CompositeOrCompositeBindingIndex_7_OffsetPadding[8];
|
|
// System.UInt16 UnityEngine.InputSystem.InputActionState/BindingState::m_CompositeOrCompositeBindingIndex
|
|
uint16_t ___m_CompositeOrCompositeBindingIndex_7;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
char ___m_CompositeOrCompositeBindingIndex_7_OffsetPadding_forAlignmentOnly[8];
|
|
uint16_t ___m_CompositeOrCompositeBindingIndex_7_forAlignmentOnly;
|
|
};
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
char ___m_ProcessorStartIndex_8_OffsetPadding[10];
|
|
// System.UInt16 UnityEngine.InputSystem.InputActionState/BindingState::m_ProcessorStartIndex
|
|
uint16_t ___m_ProcessorStartIndex_8;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
char ___m_ProcessorStartIndex_8_OffsetPadding_forAlignmentOnly[10];
|
|
uint16_t ___m_ProcessorStartIndex_8_forAlignmentOnly;
|
|
};
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
char ___m_InteractionStartIndex_9_OffsetPadding[12];
|
|
// System.UInt16 UnityEngine.InputSystem.InputActionState/BindingState::m_InteractionStartIndex
|
|
uint16_t ___m_InteractionStartIndex_9;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
char ___m_InteractionStartIndex_9_OffsetPadding_forAlignmentOnly[12];
|
|
uint16_t ___m_InteractionStartIndex_9_forAlignmentOnly;
|
|
};
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
char ___m_ControlStartIndex_10_OffsetPadding[14];
|
|
// System.UInt16 UnityEngine.InputSystem.InputActionState/BindingState::m_ControlStartIndex
|
|
uint16_t ___m_ControlStartIndex_10;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
char ___m_ControlStartIndex_10_OffsetPadding_forAlignmentOnly[14];
|
|
uint16_t ___m_ControlStartIndex_10_forAlignmentOnly;
|
|
};
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
char ___m_PressTime_11_OffsetPadding[16];
|
|
// System.Double UnityEngine.InputSystem.InputActionState/BindingState::m_PressTime
|
|
double ___m_PressTime_11;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
char ___m_PressTime_11_OffsetPadding_forAlignmentOnly[16];
|
|
double ___m_PressTime_11_forAlignmentOnly;
|
|
};
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
char ___m_TriggerEventIdForComposite_12_OffsetPadding[24];
|
|
// System.Int32 UnityEngine.InputSystem.InputActionState/BindingState::m_TriggerEventIdForComposite
|
|
int32_t ___m_TriggerEventIdForComposite_12;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
char ___m_TriggerEventIdForComposite_12_OffsetPadding_forAlignmentOnly[24];
|
|
int32_t ___m_TriggerEventIdForComposite_12_forAlignmentOnly;
|
|
};
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
char _____padding_13_OffsetPadding[28];
|
|
// System.Int32 UnityEngine.InputSystem.InputActionState/BindingState::__padding
|
|
int32_t _____padding_13;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
char _____padding_13_OffsetPadding_forAlignmentOnly[28];
|
|
int32_t _____padding_13_forAlignmentOnly;
|
|
};
|
|
};
|
|
};
|
|
uint8_t BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA__padding[32];
|
|
};
|
|
};
|
|
|
|
// 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;
|
|
};
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
char ___m_TimerMonitorIndex_9_OffsetPadding[40];
|
|
// System.Int64 UnityEngine.InputSystem.InputActionState/InteractionState::m_TimerMonitorIndex
|
|
int64_t ___m_TimerMonitorIndex_9;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
char ___m_TimerMonitorIndex_9_OffsetPadding_forAlignmentOnly[40];
|
|
int64_t ___m_TimerMonitorIndex_9_forAlignmentOnly;
|
|
};
|
|
};
|
|
};
|
|
uint8_t InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE__padding[48];
|
|
};
|
|
};
|
|
|
|
// 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_3;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
uint8_t ___m_Phase_3_forAlignmentOnly;
|
|
};
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
char ___m_Flags_4_OffsetPadding[1];
|
|
// System.Byte UnityEngine.InputSystem.InputActionState/TriggerState::m_Flags
|
|
uint8_t ___m_Flags_4;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
char ___m_Flags_4_OffsetPadding_forAlignmentOnly[1];
|
|
uint8_t ___m_Flags_4_forAlignmentOnly;
|
|
};
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
char ___m_MapIndex_5_OffsetPadding[2];
|
|
// System.Byte UnityEngine.InputSystem.InputActionState/TriggerState::m_MapIndex
|
|
uint8_t ___m_MapIndex_5;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
char ___m_MapIndex_5_OffsetPadding_forAlignmentOnly[2];
|
|
uint8_t ___m_MapIndex_5_forAlignmentOnly;
|
|
};
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
char ___m_ControlIndex_6_OffsetPadding[4];
|
|
// System.UInt16 UnityEngine.InputSystem.InputActionState/TriggerState::m_ControlIndex
|
|
uint16_t ___m_ControlIndex_6;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
char ___m_ControlIndex_6_OffsetPadding_forAlignmentOnly[4];
|
|
uint16_t ___m_ControlIndex_6_forAlignmentOnly;
|
|
};
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
char ___m_Time_7_OffsetPadding[8];
|
|
// System.Double UnityEngine.InputSystem.InputActionState/TriggerState::m_Time
|
|
double ___m_Time_7;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
char ___m_Time_7_OffsetPadding_forAlignmentOnly[8];
|
|
double ___m_Time_7_forAlignmentOnly;
|
|
};
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
char ___m_StartTime_8_OffsetPadding[16];
|
|
// System.Double UnityEngine.InputSystem.InputActionState/TriggerState::m_StartTime
|
|
double ___m_StartTime_8;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
char ___m_StartTime_8_OffsetPadding_forAlignmentOnly[16];
|
|
double ___m_StartTime_8_forAlignmentOnly;
|
|
};
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
char ___m_BindingIndex_9_OffsetPadding[24];
|
|
// System.UInt16 UnityEngine.InputSystem.InputActionState/TriggerState::m_BindingIndex
|
|
uint16_t ___m_BindingIndex_9;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
char ___m_BindingIndex_9_OffsetPadding_forAlignmentOnly[24];
|
|
uint16_t ___m_BindingIndex_9_forAlignmentOnly;
|
|
};
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
char ___m_InteractionIndex_10_OffsetPadding[26];
|
|
// System.UInt16 UnityEngine.InputSystem.InputActionState/TriggerState::m_InteractionIndex
|
|
uint16_t ___m_InteractionIndex_10;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
char ___m_InteractionIndex_10_OffsetPadding_forAlignmentOnly[26];
|
|
uint16_t ___m_InteractionIndex_10_forAlignmentOnly;
|
|
};
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
char ___m_Magnitude_11_OffsetPadding[28];
|
|
// System.Single UnityEngine.InputSystem.InputActionState/TriggerState::m_Magnitude
|
|
float ___m_Magnitude_11;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
char ___m_Magnitude_11_OffsetPadding_forAlignmentOnly[28];
|
|
float ___m_Magnitude_11_forAlignmentOnly;
|
|
};
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
char ___m_LastPerformedInUpdate_12_OffsetPadding[32];
|
|
// System.UInt32 UnityEngine.InputSystem.InputActionState/TriggerState::m_LastPerformedInUpdate
|
|
uint32_t ___m_LastPerformedInUpdate_12;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
char ___m_LastPerformedInUpdate_12_OffsetPadding_forAlignmentOnly[32];
|
|
uint32_t ___m_LastPerformedInUpdate_12_forAlignmentOnly;
|
|
};
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
char ___m_LastCanceledInUpdate_13_OffsetPadding[36];
|
|
// System.UInt32 UnityEngine.InputSystem.InputActionState/TriggerState::m_LastCanceledInUpdate
|
|
uint32_t ___m_LastCanceledInUpdate_13;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
char ___m_LastCanceledInUpdate_13_OffsetPadding_forAlignmentOnly[36];
|
|
uint32_t ___m_LastCanceledInUpdate_13_forAlignmentOnly;
|
|
};
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
char ___m_PressedInUpdate_14_OffsetPadding[40];
|
|
// System.UInt32 UnityEngine.InputSystem.InputActionState/TriggerState::m_PressedInUpdate
|
|
uint32_t ___m_PressedInUpdate_14;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
char ___m_PressedInUpdate_14_OffsetPadding_forAlignmentOnly[40];
|
|
uint32_t ___m_PressedInUpdate_14_forAlignmentOnly;
|
|
};
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
char ___m_ReleasedInUpdate_15_OffsetPadding[44];
|
|
// System.UInt32 UnityEngine.InputSystem.InputActionState/TriggerState::m_ReleasedInUpdate
|
|
uint32_t ___m_ReleasedInUpdate_15;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
char ___m_ReleasedInUpdate_15_OffsetPadding_forAlignmentOnly[44];
|
|
uint32_t ___m_ReleasedInUpdate_15_forAlignmentOnly;
|
|
};
|
|
};
|
|
};
|
|
uint8_t TriggerState_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;
|
|
// System.UInt16* UnityEngine.InputSystem.InputActionState/UnmanagedMemory::controlGroupingAndComplexity
|
|
uint16_t* ___controlGroupingAndComplexity_16;
|
|
// System.Boolean UnityEngine.InputSystem.InputActionState/UnmanagedMemory::controlGroupingInitialized
|
|
bool ___controlGroupingInitialized_17;
|
|
// UnityEngine.InputSystem.InputActionState/ActionMapIndices* UnityEngine.InputSystem.InputActionState/UnmanagedMemory::mapIndices
|
|
ActionMapIndices_t013BEFD76B7FE52E413C5DBF5C7CDA4194800CBD* ___mapIndices_18;
|
|
};
|
|
// Native definition for P/Invoke marshalling of UnityEngine.InputSystem.InputActionState/UnmanagedMemory
|
|
struct UnmanagedMemory_t862EBE5224929ED0E2F989D790EB6B8633E612A2_marshaled_pinvoke
|
|
{
|
|
void* ___basePtr_0;
|
|
int32_t ___mapCount_1;
|
|
int32_t ___actionCount_2;
|
|
int32_t ___interactionCount_3;
|
|
int32_t ___bindingCount_4;
|
|
int32_t ___controlCount_5;
|
|
int32_t ___compositeCount_6;
|
|
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* ___actionStates_7;
|
|
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* ___bindingStates_8;
|
|
InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE* ___interactionStates_9;
|
|
float* ___controlMagnitudes_10;
|
|
float* ___compositeMagnitudes_11;
|
|
int32_t* ___enabledControls_12;
|
|
uint16_t* ___actionBindingIndicesAndCounts_13;
|
|
uint16_t* ___actionBindingIndices_14;
|
|
int32_t* ___controlIndexToBindingIndex_15;
|
|
uint16_t* ___controlGroupingAndComplexity_16;
|
|
int32_t ___controlGroupingInitialized_17;
|
|
ActionMapIndices_t013BEFD76B7FE52E413C5DBF5C7CDA4194800CBD* ___mapIndices_18;
|
|
};
|
|
// Native definition for COM marshalling of UnityEngine.InputSystem.InputActionState/UnmanagedMemory
|
|
struct UnmanagedMemory_t862EBE5224929ED0E2F989D790EB6B8633E612A2_marshaled_com
|
|
{
|
|
void* ___basePtr_0;
|
|
int32_t ___mapCount_1;
|
|
int32_t ___actionCount_2;
|
|
int32_t ___interactionCount_3;
|
|
int32_t ___bindingCount_4;
|
|
int32_t ___controlCount_5;
|
|
int32_t ___compositeCount_6;
|
|
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* ___actionStates_7;
|
|
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* ___bindingStates_8;
|
|
InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE* ___interactionStates_9;
|
|
float* ___controlMagnitudes_10;
|
|
float* ___compositeMagnitudes_11;
|
|
int32_t* ___enabledControls_12;
|
|
uint16_t* ___actionBindingIndicesAndCounts_13;
|
|
uint16_t* ___actionBindingIndices_14;
|
|
int32_t* ___controlIndexToBindingIndex_15;
|
|
uint16_t* ___controlGroupingAndComplexity_16;
|
|
int32_t ___controlGroupingInitialized_17;
|
|
ActionMapIndices_t013BEFD76B7FE52E413C5DBF5C7CDA4194800CBD* ___mapIndices_18;
|
|
};
|
|
|
|
// 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.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/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.InputManager/StateChangeMonitorTimeout
|
|
struct StateChangeMonitorTimeout_t9D00677B36798F8E8A4FA1DC5797CBD5F5C4F1DE
|
|
{
|
|
// UnityEngine.InputSystem.InputControl UnityEngine.InputSystem.InputManager/StateChangeMonitorTimeout::control
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* ___control_0;
|
|
// System.Double UnityEngine.InputSystem.InputManager/StateChangeMonitorTimeout::time
|
|
double ___time_1;
|
|
// UnityEngine.InputSystem.LowLevel.IInputStateChangeMonitor UnityEngine.InputSystem.InputManager/StateChangeMonitorTimeout::monitor
|
|
RuntimeObject* ___monitor_2;
|
|
// System.Int64 UnityEngine.InputSystem.InputManager/StateChangeMonitorTimeout::monitorIndex
|
|
int64_t ___monitorIndex_3;
|
|
// System.Int32 UnityEngine.InputSystem.InputManager/StateChangeMonitorTimeout::timerIndex
|
|
int32_t ___timerIndex_4;
|
|
};
|
|
// Native definition for P/Invoke marshalling of UnityEngine.InputSystem.InputManager/StateChangeMonitorTimeout
|
|
struct StateChangeMonitorTimeout_t9D00677B36798F8E8A4FA1DC5797CBD5F5C4F1DE_marshaled_pinvoke
|
|
{
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* ___control_0;
|
|
double ___time_1;
|
|
RuntimeObject* ___monitor_2;
|
|
int64_t ___monitorIndex_3;
|
|
int32_t ___timerIndex_4;
|
|
};
|
|
// Native definition for COM marshalling of UnityEngine.InputSystem.InputManager/StateChangeMonitorTimeout
|
|
struct StateChangeMonitorTimeout_t9D00677B36798F8E8A4FA1DC5797CBD5F5C4F1DE_marshaled_com
|
|
{
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* ___control_0;
|
|
double ___time_1;
|
|
RuntimeObject* ___monitor_2;
|
|
int64_t ___monitorIndex_3;
|
|
int32_t ___timerIndex_4;
|
|
};
|
|
|
|
// UnityEngine.InputSystem.LowLevel.InputStateBuffers/DoubleBuffers
|
|
struct DoubleBuffers_tC70880E0E4F69237E763403F28F65B807E94A9ED
|
|
{
|
|
// System.Void** UnityEngine.InputSystem.LowLevel.InputStateBuffers/DoubleBuffers::deviceToBufferMapping
|
|
void** ___deviceToBufferMapping_0;
|
|
};
|
|
|
|
// UnityEngine.InputSystem.LowLevel.InputUpdate/UpdateStepCount
|
|
struct UpdateStepCount_tF3C9095BD6614FD4E6024DAF43DE8F5602D8E324
|
|
{
|
|
// System.Boolean UnityEngine.InputSystem.LowLevel.InputUpdate/UpdateStepCount::m_WasUpdated
|
|
bool ___m_WasUpdated_0;
|
|
// System.UInt32 UnityEngine.InputSystem.LowLevel.InputUpdate/UpdateStepCount::<value>k__BackingField
|
|
uint32_t ___U3CvalueU3Ek__BackingField_1;
|
|
};
|
|
// Native definition for P/Invoke marshalling of UnityEngine.InputSystem.LowLevel.InputUpdate/UpdateStepCount
|
|
struct UpdateStepCount_tF3C9095BD6614FD4E6024DAF43DE8F5602D8E324_marshaled_pinvoke
|
|
{
|
|
int32_t ___m_WasUpdated_0;
|
|
uint32_t ___U3CvalueU3Ek__BackingField_1;
|
|
};
|
|
// Native definition for COM marshalling of UnityEngine.InputSystem.LowLevel.InputUpdate/UpdateStepCount
|
|
struct UpdateStepCount_tF3C9095BD6614FD4E6024DAF43DE8F5602D8E324_marshaled_com
|
|
{
|
|
int32_t ___m_WasUpdated_0;
|
|
uint32_t ___U3CvalueU3Ek__BackingField_1;
|
|
};
|
|
|
|
// UnityEngine.InputSystem.Utilities.CallbackArray`1<System.Action`1<System.Object>>
|
|
struct CallbackArray_1_tB6F9AD05405749A2888C89224C8F5ECF4E1C0411
|
|
{
|
|
// System.Boolean UnityEngine.InputSystem.Utilities.CallbackArray`1::m_CannotMutateCallbacksArray
|
|
bool ___m_CannotMutateCallbacksArray_0;
|
|
// UnityEngine.InputSystem.Utilities.InlinedArray`1<TDelegate> UnityEngine.InputSystem.Utilities.CallbackArray`1::m_Callbacks
|
|
InlinedArray_1_t90D679876AE3A52129F69F403ECC9AD16D60AD9F ___m_Callbacks_1;
|
|
// UnityEngine.InputSystem.Utilities.InlinedArray`1<TDelegate> UnityEngine.InputSystem.Utilities.CallbackArray`1::m_CallbacksToAdd
|
|
InlinedArray_1_t90D679876AE3A52129F69F403ECC9AD16D60AD9F ___m_CallbacksToAdd_2;
|
|
// UnityEngine.InputSystem.Utilities.InlinedArray`1<TDelegate> UnityEngine.InputSystem.Utilities.CallbackArray`1::m_CallbacksToRemove
|
|
InlinedArray_1_t90D679876AE3A52129F69F403ECC9AD16D60AD9F ___m_CallbacksToRemove_3;
|
|
};
|
|
|
|
// UnityEngine.InputSystem.Utilities.CallbackArray`1<System.Action`1<UnityEngine.InputSystem.InputAction/CallbackContext>>
|
|
struct CallbackArray_1_tDFF8C4C6015023B6C2E70BAD26D8BC6BF00D8775
|
|
{
|
|
// System.Boolean UnityEngine.InputSystem.Utilities.CallbackArray`1::m_CannotMutateCallbacksArray
|
|
bool ___m_CannotMutateCallbacksArray_0;
|
|
// UnityEngine.InputSystem.Utilities.InlinedArray`1<TDelegate> UnityEngine.InputSystem.Utilities.CallbackArray`1::m_Callbacks
|
|
InlinedArray_1_tC208D319D19C2B3DF550BD9CDC11549F23D8F91B ___m_Callbacks_1;
|
|
// UnityEngine.InputSystem.Utilities.InlinedArray`1<TDelegate> UnityEngine.InputSystem.Utilities.CallbackArray`1::m_CallbacksToAdd
|
|
InlinedArray_1_tC208D319D19C2B3DF550BD9CDC11549F23D8F91B ___m_CallbacksToAdd_2;
|
|
// UnityEngine.InputSystem.Utilities.InlinedArray`1<TDelegate> UnityEngine.InputSystem.Utilities.CallbackArray`1::m_CallbacksToRemove
|
|
InlinedArray_1_tC208D319D19C2B3DF550BD9CDC11549F23D8F91B ___m_CallbacksToRemove_3;
|
|
};
|
|
|
|
// UnityEngine.InputSystem.Utilities.CallbackArray`1<System.Action`2<UnityEngine.InputSystem.InputDevice,UnityEngine.InputSystem.InputDeviceChange>>
|
|
struct CallbackArray_1_t2CA72B1E4C1404A9DA6888410ADA4EAF32795333
|
|
{
|
|
// System.Boolean UnityEngine.InputSystem.Utilities.CallbackArray`1::m_CannotMutateCallbacksArray
|
|
bool ___m_CannotMutateCallbacksArray_0;
|
|
// UnityEngine.InputSystem.Utilities.InlinedArray`1<TDelegate> UnityEngine.InputSystem.Utilities.CallbackArray`1::m_Callbacks
|
|
InlinedArray_1_tC156E68CC1D19C7411B135D705222BBA02E1E546 ___m_Callbacks_1;
|
|
// UnityEngine.InputSystem.Utilities.InlinedArray`1<TDelegate> UnityEngine.InputSystem.Utilities.CallbackArray`1::m_CallbacksToAdd
|
|
InlinedArray_1_tC156E68CC1D19C7411B135D705222BBA02E1E546 ___m_CallbacksToAdd_2;
|
|
// UnityEngine.InputSystem.Utilities.InlinedArray`1<TDelegate> UnityEngine.InputSystem.Utilities.CallbackArray`1::m_CallbacksToRemove
|
|
InlinedArray_1_tC156E68CC1D19C7411B135D705222BBA02E1E546 ___m_CallbacksToRemove_3;
|
|
};
|
|
|
|
// UnityEngine.InputSystem.Utilities.CallbackArray`1<System.Action`2<UnityEngine.InputSystem.InputDevice,UnityEngine.InputSystem.LowLevel.InputEventPtr>>
|
|
struct CallbackArray_1_t6CDC364469641FDEFC50305004914224252C5C85
|
|
{
|
|
// System.Boolean UnityEngine.InputSystem.Utilities.CallbackArray`1::m_CannotMutateCallbacksArray
|
|
bool ___m_CannotMutateCallbacksArray_0;
|
|
// UnityEngine.InputSystem.Utilities.InlinedArray`1<TDelegate> UnityEngine.InputSystem.Utilities.CallbackArray`1::m_Callbacks
|
|
InlinedArray_1_t0C164496D3AC9C0D8B5986F12B3E22F94E904138 ___m_Callbacks_1;
|
|
// UnityEngine.InputSystem.Utilities.InlinedArray`1<TDelegate> UnityEngine.InputSystem.Utilities.CallbackArray`1::m_CallbacksToAdd
|
|
InlinedArray_1_t0C164496D3AC9C0D8B5986F12B3E22F94E904138 ___m_CallbacksToAdd_2;
|
|
// UnityEngine.InputSystem.Utilities.InlinedArray`1<TDelegate> UnityEngine.InputSystem.Utilities.CallbackArray`1::m_CallbacksToRemove
|
|
InlinedArray_1_t0C164496D3AC9C0D8B5986F12B3E22F94E904138 ___m_CallbacksToRemove_3;
|
|
};
|
|
|
|
// UnityEngine.InputSystem.Utilities.CallbackArray`1<System.Action`2<UnityEngine.InputSystem.LowLevel.InputEventPtr,UnityEngine.InputSystem.InputDevice>>
|
|
struct CallbackArray_1_t85DCE036F5C6200B85D9AF68EE20A7675DD9AC37
|
|
{
|
|
// System.Boolean UnityEngine.InputSystem.Utilities.CallbackArray`1::m_CannotMutateCallbacksArray
|
|
bool ___m_CannotMutateCallbacksArray_0;
|
|
// UnityEngine.InputSystem.Utilities.InlinedArray`1<TDelegate> UnityEngine.InputSystem.Utilities.CallbackArray`1::m_Callbacks
|
|
InlinedArray_1_tCB69E3C40A7449F79D455D118402BE76E07EDD3B ___m_Callbacks_1;
|
|
// UnityEngine.InputSystem.Utilities.InlinedArray`1<TDelegate> UnityEngine.InputSystem.Utilities.CallbackArray`1::m_CallbacksToAdd
|
|
InlinedArray_1_tCB69E3C40A7449F79D455D118402BE76E07EDD3B ___m_CallbacksToAdd_2;
|
|
// UnityEngine.InputSystem.Utilities.InlinedArray`1<TDelegate> UnityEngine.InputSystem.Utilities.CallbackArray`1::m_CallbacksToRemove
|
|
InlinedArray_1_tCB69E3C40A7449F79D455D118402BE76E07EDD3B ___m_CallbacksToRemove_3;
|
|
};
|
|
|
|
// UnityEngine.InputSystem.Utilities.CallbackArray`1<System.Action`2<System.Object,UnityEngine.InputSystem.InputActionChange>>
|
|
struct CallbackArray_1_tC72D651E25D95D1B5D837A010859EDE49AD131FA
|
|
{
|
|
// System.Boolean UnityEngine.InputSystem.Utilities.CallbackArray`1::m_CannotMutateCallbacksArray
|
|
bool ___m_CannotMutateCallbacksArray_0;
|
|
// UnityEngine.InputSystem.Utilities.InlinedArray`1<TDelegate> UnityEngine.InputSystem.Utilities.CallbackArray`1::m_Callbacks
|
|
InlinedArray_1_tF80F63393E0BF97AFE20E770FC71798135300300 ___m_Callbacks_1;
|
|
// UnityEngine.InputSystem.Utilities.InlinedArray`1<TDelegate> UnityEngine.InputSystem.Utilities.CallbackArray`1::m_CallbacksToAdd
|
|
InlinedArray_1_tF80F63393E0BF97AFE20E770FC71798135300300 ___m_CallbacksToAdd_2;
|
|
// UnityEngine.InputSystem.Utilities.InlinedArray`1<TDelegate> UnityEngine.InputSystem.Utilities.CallbackArray`1::m_CallbacksToRemove
|
|
InlinedArray_1_tF80F63393E0BF97AFE20E770FC71798135300300 ___m_CallbacksToRemove_3;
|
|
};
|
|
|
|
// UnityEngine.InputSystem.Utilities.CallbackArray`1<System.Action`2<System.Object,System.Int32Enum>>
|
|
struct CallbackArray_1_t728037423B0E59AED45A54BD4669276E085A3A43
|
|
{
|
|
// System.Boolean UnityEngine.InputSystem.Utilities.CallbackArray`1::m_CannotMutateCallbacksArray
|
|
bool ___m_CannotMutateCallbacksArray_0;
|
|
// UnityEngine.InputSystem.Utilities.InlinedArray`1<TDelegate> UnityEngine.InputSystem.Utilities.CallbackArray`1::m_Callbacks
|
|
InlinedArray_1_t66B446915962ECC0D384842B4F4E81EC8296EC84 ___m_Callbacks_1;
|
|
// UnityEngine.InputSystem.Utilities.InlinedArray`1<TDelegate> UnityEngine.InputSystem.Utilities.CallbackArray`1::m_CallbacksToAdd
|
|
InlinedArray_1_t66B446915962ECC0D384842B4F4E81EC8296EC84 ___m_CallbacksToAdd_2;
|
|
// UnityEngine.InputSystem.Utilities.InlinedArray`1<TDelegate> UnityEngine.InputSystem.Utilities.CallbackArray`1::m_CallbacksToRemove
|
|
InlinedArray_1_t66B446915962ECC0D384842B4F4E81EC8296EC84 ___m_CallbacksToRemove_3;
|
|
};
|
|
|
|
// UnityEngine.InputSystem.Utilities.CallbackArray`1<System.Action`2<System.String,UnityEngine.InputSystem.InputControlLayoutChange>>
|
|
struct CallbackArray_1_t766EB5E63A2D3692C554B40CB077C80A0D3633CC
|
|
{
|
|
// System.Boolean UnityEngine.InputSystem.Utilities.CallbackArray`1::m_CannotMutateCallbacksArray
|
|
bool ___m_CannotMutateCallbacksArray_0;
|
|
// UnityEngine.InputSystem.Utilities.InlinedArray`1<TDelegate> UnityEngine.InputSystem.Utilities.CallbackArray`1::m_Callbacks
|
|
InlinedArray_1_t6CA0FBB125302D36470046647247C3C186DA3C81 ___m_Callbacks_1;
|
|
// UnityEngine.InputSystem.Utilities.InlinedArray`1<TDelegate> UnityEngine.InputSystem.Utilities.CallbackArray`1::m_CallbacksToAdd
|
|
InlinedArray_1_t6CA0FBB125302D36470046647247C3C186DA3C81 ___m_CallbacksToAdd_2;
|
|
// UnityEngine.InputSystem.Utilities.InlinedArray`1<TDelegate> UnityEngine.InputSystem.Utilities.CallbackArray`1::m_CallbacksToRemove
|
|
InlinedArray_1_t6CA0FBB125302D36470046647247C3C186DA3C81 ___m_CallbacksToRemove_3;
|
|
};
|
|
|
|
// UnityEngine.InputSystem.Utilities.CallbackArray`1<System.Action>
|
|
struct CallbackArray_1_t346DB7B424423D4F14A14CFE2C0734F62447A529
|
|
{
|
|
// System.Boolean UnityEngine.InputSystem.Utilities.CallbackArray`1::m_CannotMutateCallbacksArray
|
|
bool ___m_CannotMutateCallbacksArray_0;
|
|
// UnityEngine.InputSystem.Utilities.InlinedArray`1<TDelegate> UnityEngine.InputSystem.Utilities.CallbackArray`1::m_Callbacks
|
|
InlinedArray_1_tD7279E61A2C2BCBF7B9BA61C55E889A59A778B32 ___m_Callbacks_1;
|
|
// UnityEngine.InputSystem.Utilities.InlinedArray`1<TDelegate> UnityEngine.InputSystem.Utilities.CallbackArray`1::m_CallbacksToAdd
|
|
InlinedArray_1_tD7279E61A2C2BCBF7B9BA61C55E889A59A778B32 ___m_CallbacksToAdd_2;
|
|
// UnityEngine.InputSystem.Utilities.InlinedArray`1<TDelegate> UnityEngine.InputSystem.Utilities.CallbackArray`1::m_CallbacksToRemove
|
|
InlinedArray_1_tD7279E61A2C2BCBF7B9BA61C55E889A59A778B32 ___m_CallbacksToRemove_3;
|
|
};
|
|
|
|
// UnityEngine.InputSystem.Utilities.CallbackArray`1<UnityEngine.InputSystem.LowLevel.InputDeviceCommandDelegate>
|
|
struct CallbackArray_1_t7C2A86AF46E04B281542BEADE553C9DF6B1A0885
|
|
{
|
|
// System.Boolean UnityEngine.InputSystem.Utilities.CallbackArray`1::m_CannotMutateCallbacksArray
|
|
bool ___m_CannotMutateCallbacksArray_0;
|
|
// UnityEngine.InputSystem.Utilities.InlinedArray`1<TDelegate> UnityEngine.InputSystem.Utilities.CallbackArray`1::m_Callbacks
|
|
InlinedArray_1_t8574959399B65CB49207DFFDE0842E996E6DBBED ___m_Callbacks_1;
|
|
// UnityEngine.InputSystem.Utilities.InlinedArray`1<TDelegate> UnityEngine.InputSystem.Utilities.CallbackArray`1::m_CallbacksToAdd
|
|
InlinedArray_1_t8574959399B65CB49207DFFDE0842E996E6DBBED ___m_CallbacksToAdd_2;
|
|
// UnityEngine.InputSystem.Utilities.InlinedArray`1<TDelegate> UnityEngine.InputSystem.Utilities.CallbackArray`1::m_CallbacksToRemove
|
|
InlinedArray_1_t8574959399B65CB49207DFFDE0842E996E6DBBED ___m_CallbacksToRemove_3;
|
|
};
|
|
|
|
// UnityEngine.InputSystem.Utilities.CallbackArray`1<UnityEngine.InputSystem.Layouts.InputDeviceFindControlLayoutDelegate>
|
|
struct CallbackArray_1_t52995C3D8849483AA8BD7ABCDB6094548AF3BE8D
|
|
{
|
|
// System.Boolean UnityEngine.InputSystem.Utilities.CallbackArray`1::m_CannotMutateCallbacksArray
|
|
bool ___m_CannotMutateCallbacksArray_0;
|
|
// UnityEngine.InputSystem.Utilities.InlinedArray`1<TDelegate> UnityEngine.InputSystem.Utilities.CallbackArray`1::m_Callbacks
|
|
InlinedArray_1_t6FEF55D1987F9E3301E4FF894670C2B041308E88 ___m_Callbacks_1;
|
|
// UnityEngine.InputSystem.Utilities.InlinedArray`1<TDelegate> UnityEngine.InputSystem.Utilities.CallbackArray`1::m_CallbacksToAdd
|
|
InlinedArray_1_t6FEF55D1987F9E3301E4FF894670C2B041308E88 ___m_CallbacksToAdd_2;
|
|
// UnityEngine.InputSystem.Utilities.InlinedArray`1<TDelegate> UnityEngine.InputSystem.Utilities.CallbackArray`1::m_CallbacksToRemove
|
|
InlinedArray_1_t6FEF55D1987F9E3301E4FF894670C2B041308E88 ___m_CallbacksToRemove_3;
|
|
};
|
|
|
|
// UnityEngine.InputSystem.Utilities.CallbackArray`1<System.Object>
|
|
struct CallbackArray_1_t70C9B62D06582BEAC403C9259B541A2D8D4B4A1F
|
|
{
|
|
// System.Boolean UnityEngine.InputSystem.Utilities.CallbackArray`1::m_CannotMutateCallbacksArray
|
|
bool ___m_CannotMutateCallbacksArray_0;
|
|
// UnityEngine.InputSystem.Utilities.InlinedArray`1<TDelegate> UnityEngine.InputSystem.Utilities.CallbackArray`1::m_Callbacks
|
|
InlinedArray_1_t686EF64AD1CAE4599FCACB01447C59FA04174EF4 ___m_Callbacks_1;
|
|
// UnityEngine.InputSystem.Utilities.InlinedArray`1<TDelegate> UnityEngine.InputSystem.Utilities.CallbackArray`1::m_CallbacksToAdd
|
|
InlinedArray_1_t686EF64AD1CAE4599FCACB01447C59FA04174EF4 ___m_CallbacksToAdd_2;
|
|
// UnityEngine.InputSystem.Utilities.InlinedArray`1<TDelegate> UnityEngine.InputSystem.Utilities.CallbackArray`1::m_CallbacksToRemove
|
|
InlinedArray_1_t686EF64AD1CAE4599FCACB01447C59FA04174EF4 ___m_CallbacksToRemove_3;
|
|
};
|
|
|
|
// UnityEngine.InputSystem.Utilities.InlinedArray`1<UnityEngine.InputSystem.InputManager/StateChangeMonitorTimeout>
|
|
struct InlinedArray_1_t63A16C5FE53708C13F492320BA02E124371662FA
|
|
{
|
|
// System.Int32 UnityEngine.InputSystem.Utilities.InlinedArray`1::length
|
|
int32_t ___length_0;
|
|
// TValue UnityEngine.InputSystem.Utilities.InlinedArray`1::firstValue
|
|
StateChangeMonitorTimeout_t9D00677B36798F8E8A4FA1DC5797CBD5F5C4F1DE ___firstValue_1;
|
|
// TValue[] UnityEngine.InputSystem.Utilities.InlinedArray`1::additionalValues
|
|
StateChangeMonitorTimeoutU5BU5D_t475D94CE66B17064D5DE2966779E7E9006A09D82* ___additionalValues_2;
|
|
};
|
|
|
|
// UnityEngine.InputSystem.InputControlList`1<UnityEngine.InputSystem.InputControl>
|
|
struct InputControlList_1_tDCD1283F428BB911908D4A86066022F6FEF337BA
|
|
{
|
|
// System.Int32 UnityEngine.InputSystem.InputControlList`1::m_Count
|
|
int32_t ___m_Count_0;
|
|
// Unity.Collections.NativeArray`1<System.UInt64> UnityEngine.InputSystem.InputControlList`1::m_Indices
|
|
NativeArray_1_t07975297AD7F7512193094A7C0703BA872EF7A7B ___m_Indices_1;
|
|
// Unity.Collections.Allocator UnityEngine.InputSystem.InputControlList`1::m_Allocator
|
|
int32_t ___m_Allocator_2;
|
|
};
|
|
|
|
// UnityEngine.InputSystem.InputControlList`1<System.Object>
|
|
struct InputControlList_1_t48EC0F64E524A57EFE5948AFCA4A576846FC1C31
|
|
{
|
|
// System.Int32 UnityEngine.InputSystem.InputControlList`1::m_Count
|
|
int32_t ___m_Count_0;
|
|
// Unity.Collections.NativeArray`1<System.UInt64> UnityEngine.InputSystem.InputControlList`1::m_Indices
|
|
NativeArray_1_t07975297AD7F7512193094A7C0703BA872EF7A7B ___m_Indices_1;
|
|
// Unity.Collections.Allocator UnityEngine.InputSystem.InputControlList`1::m_Allocator
|
|
int32_t ___m_Allocator_2;
|
|
};
|
|
|
|
// System.Nullable`1<UnityEngine.InputSystem.Utilities.ReadOnlyArray`1<UnityEngine.InputSystem.InputDevice>>
|
|
struct Nullable_1_t6B4D7100F56DCBBBD57A82F0DE4C93A1BA86EC4D
|
|
{
|
|
// System.Boolean System.Nullable`1::hasValue
|
|
bool ___hasValue_0;
|
|
// T System.Nullable`1::value
|
|
ReadOnlyArray_1_t21E90B3F1DF1E9A2088EA0523F03C47910735BCA ___value_1;
|
|
};
|
|
|
|
// System.Nullable`1<UnityEngine.InputSystem.Utilities.ReadOnlyArray`1<System.Object>>
|
|
struct Nullable_1_t9230A6967C12EE20A8968F95FBD11C10D7DC5DC9
|
|
{
|
|
// System.Boolean System.Nullable`1::hasValue
|
|
bool ___hasValue_0;
|
|
// T System.Nullable`1::value
|
|
ReadOnlyArray_1_t40B8DDDCD6ACBA3B2C0AF1387BE23D68DAEF77B5 ___value_1;
|
|
};
|
|
|
|
// System.Nullable`1<UnityEngine.InputSystem.InputBinding>
|
|
struct Nullable_1_t11786EE914FE65E70B9671129B0DFC4D0DE80C44
|
|
{
|
|
// System.Boolean System.Nullable`1::hasValue
|
|
bool ___hasValue_0;
|
|
// T System.Nullable`1::value
|
|
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 ___value_1;
|
|
};
|
|
|
|
// System.Nullable`1<UnityEngine.InputSystem.InputControlScheme>
|
|
struct Nullable_1_t16AD7DAD50FE498393D70E4661FB4349D271C2EE
|
|
{
|
|
// System.Boolean System.Nullable`1::hasValue
|
|
bool ___hasValue_0;
|
|
// T System.Nullable`1::value
|
|
InputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434 ___value_1;
|
|
};
|
|
|
|
// 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;
|
|
};
|
|
// Native definition for P/Invoke marshalling of System.Exception
|
|
struct Exception_t_marshaled_pinvoke
|
|
{
|
|
char* ____className_1;
|
|
char* ____message_2;
|
|
RuntimeObject* ____data_3;
|
|
Exception_t_marshaled_pinvoke* ____innerException_4;
|
|
char* ____helpURL_5;
|
|
Il2CppIUnknown* ____stackTrace_6;
|
|
char* ____stackTraceString_7;
|
|
char* ____remoteStackTraceString_8;
|
|
int32_t ____remoteStackIndex_9;
|
|
Il2CppIUnknown* ____dynamicMethods_10;
|
|
int32_t ____HResult_11;
|
|
char* ____source_12;
|
|
SafeSerializationManager_tCBB85B95DFD1634237140CD892E82D06ECB3F5E6* ____safeSerializationManager_13;
|
|
StackTraceU5BU5D_t32FBCB20930EAF5BAE3F450FF75228E5450DA0DF* ___captured_traces_14;
|
|
Il2CppSafeArray/*NONE*/* ___native_trace_ips_15;
|
|
int32_t ___caught_in_unmanaged_16;
|
|
};
|
|
// Native definition for COM marshalling of System.Exception
|
|
struct Exception_t_marshaled_com
|
|
{
|
|
Il2CppChar* ____className_1;
|
|
Il2CppChar* ____message_2;
|
|
RuntimeObject* ____data_3;
|
|
Exception_t_marshaled_com* ____innerException_4;
|
|
Il2CppChar* ____helpURL_5;
|
|
Il2CppIUnknown* ____stackTrace_6;
|
|
Il2CppChar* ____stackTraceString_7;
|
|
Il2CppChar* ____remoteStackTraceString_8;
|
|
int32_t ____remoteStackIndex_9;
|
|
Il2CppIUnknown* ____dynamicMethods_10;
|
|
int32_t ____HResult_11;
|
|
Il2CppChar* ____source_12;
|
|
SafeSerializationManager_tCBB85B95DFD1634237140CD892E82D06ECB3F5E6* ____safeSerializationManager_13;
|
|
StackTraceU5BU5D_t32FBCB20930EAF5BAE3F450FF75228E5450DA0DF* ___captured_traces_14;
|
|
Il2CppSafeArray/*NONE*/* ___native_trace_ips_15;
|
|
int32_t ___caught_in_unmanaged_16;
|
|
};
|
|
|
|
// System.Runtime.InteropServices.GCHandle
|
|
struct GCHandle_tC44F6F72EE68BD4CFABA24309DA7A179D41127DC
|
|
{
|
|
// System.IntPtr System.Runtime.InteropServices.GCHandle::handle
|
|
intptr_t ___handle_0;
|
|
};
|
|
|
|
// UnityEngine.InputSystem.InputBindingComposite
|
|
struct InputBindingComposite_tA9230435A30FB5B2D4967D6FAE7EFABBBF26C0C0 : public RuntimeObject
|
|
{
|
|
};
|
|
|
|
// 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.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.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.InputProcessor
|
|
struct InputProcessor_t71DA6677A0295DC87736E1D8D208FEA75D860457 : public RuntimeObject
|
|
{
|
|
};
|
|
|
|
// 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;
|
|
};
|
|
|
|
// 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;
|
|
};
|
|
|
|
// UnityEngine.InputSystem.LowLevel.InputUpdate
|
|
struct InputUpdate_t3D4F0AD6CD83C86A73B8165929FF0CB151A07CCD : public RuntimeObject
|
|
{
|
|
};
|
|
|
|
// UnityEngine.InputSystem.Utilities.NameAndParameters
|
|
struct NameAndParameters_t8F37102128EFD31CA57808AE6E3D1244758DEA01
|
|
{
|
|
// System.String UnityEngine.InputSystem.Utilities.NameAndParameters::<name>k__BackingField
|
|
String_t* ___U3CnameU3Ek__BackingField_0;
|
|
// UnityEngine.InputSystem.Utilities.ReadOnlyArray`1<UnityEngine.InputSystem.Utilities.NamedValue> UnityEngine.InputSystem.Utilities.NameAndParameters::<parameters>k__BackingField
|
|
ReadOnlyArray_1_t4A15F7D15ACB297B45A08889D51E4CACEAD4EDF9 ___U3CparametersU3Ek__BackingField_1;
|
|
};
|
|
// Native definition for P/Invoke marshalling of UnityEngine.InputSystem.Utilities.NameAndParameters
|
|
struct NameAndParameters_t8F37102128EFD31CA57808AE6E3D1244758DEA01_marshaled_pinvoke
|
|
{
|
|
char* ___U3CnameU3Ek__BackingField_0;
|
|
ReadOnlyArray_1_t4A15F7D15ACB297B45A08889D51E4CACEAD4EDF9 ___U3CparametersU3Ek__BackingField_1;
|
|
};
|
|
// Native definition for COM marshalling of UnityEngine.InputSystem.Utilities.NameAndParameters
|
|
struct NameAndParameters_t8F37102128EFD31CA57808AE6E3D1244758DEA01_marshaled_com
|
|
{
|
|
Il2CppChar* ___U3CnameU3Ek__BackingField_0;
|
|
ReadOnlyArray_1_t4A15F7D15ACB297B45A08889D51E4CACEAD4EDF9 ___U3CparametersU3Ek__BackingField_1;
|
|
};
|
|
|
|
// UnityEngine.Object
|
|
struct Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C : public RuntimeObject
|
|
{
|
|
// System.IntPtr UnityEngine.Object::m_CachedPtr
|
|
intptr_t ___m_CachedPtr_0;
|
|
};
|
|
// 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;
|
|
};
|
|
|
|
// UnityEngine.InputSystem.InputActionRebindingExtensions/<>c__DisplayClass25_0
|
|
struct U3CU3Ec__DisplayClass25_0_t48070A760B3049299E660D2E5D0967466654CB46 : public RuntimeObject
|
|
{
|
|
// UnityEngine.InputSystem.Utilities.ReadOnlyArray`1<UnityEngine.InputSystem.InputBinding> UnityEngine.InputSystem.InputActionRebindingExtensions/<>c__DisplayClass25_0::bindings
|
|
ReadOnlyArray_1_tF49E7A2430C7D717C5DF8A8C2626314D0D9C1CF4 ___bindings_0;
|
|
// System.Int32 UnityEngine.InputSystem.InputActionRebindingExtensions/<>c__DisplayClass25_0::firstPartIndex
|
|
int32_t ___firstPartIndex_1;
|
|
// System.String[] UnityEngine.InputSystem.InputActionRebindingExtensions/<>c__DisplayClass25_0::partStrings
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___partStrings_2;
|
|
// System.Int32 UnityEngine.InputSystem.InputActionRebindingExtensions/<>c__DisplayClass25_0::partCount
|
|
int32_t ___partCount_3;
|
|
};
|
|
|
|
// UnityEngine.InputSystem.InputActionSetupExtensions/<>c__DisplayClass5_0
|
|
struct U3CU3Ec__DisplayClass5_0_tB435DA1271128A428B8472B611AF30D81CDDA858 : public RuntimeObject
|
|
{
|
|
// UnityEngine.InputSystem.InputBinding UnityEngine.InputSystem.InputActionSetupExtensions/<>c__DisplayClass5_0::binding
|
|
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 ___binding_0;
|
|
};
|
|
|
|
// UnityEngine.InputSystem.InputActionSetupExtensions/ControlSchemeSyntax
|
|
struct ControlSchemeSyntax_t4C14E0745C729675BFFADA8275391ACBAD73227D
|
|
{
|
|
// UnityEngine.InputSystem.InputActionAsset UnityEngine.InputSystem.InputActionSetupExtensions/ControlSchemeSyntax::m_Asset
|
|
InputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D* ___m_Asset_0;
|
|
// System.Int32 UnityEngine.InputSystem.InputActionSetupExtensions/ControlSchemeSyntax::m_ControlSchemeIndex
|
|
int32_t ___m_ControlSchemeIndex_1;
|
|
// UnityEngine.InputSystem.InputControlScheme UnityEngine.InputSystem.InputActionSetupExtensions/ControlSchemeSyntax::m_ControlScheme
|
|
InputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434 ___m_ControlScheme_2;
|
|
};
|
|
// Native definition for P/Invoke marshalling of UnityEngine.InputSystem.InputActionSetupExtensions/ControlSchemeSyntax
|
|
struct ControlSchemeSyntax_t4C14E0745C729675BFFADA8275391ACBAD73227D_marshaled_pinvoke
|
|
{
|
|
InputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D* ___m_Asset_0;
|
|
int32_t ___m_ControlSchemeIndex_1;
|
|
InputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434_marshaled_pinvoke ___m_ControlScheme_2;
|
|
};
|
|
// Native definition for COM marshalling of UnityEngine.InputSystem.InputActionSetupExtensions/ControlSchemeSyntax
|
|
struct ControlSchemeSyntax_t4C14E0745C729675BFFADA8275391ACBAD73227D_marshaled_com
|
|
{
|
|
InputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D* ___m_Asset_0;
|
|
int32_t ___m_ControlSchemeIndex_1;
|
|
InputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434_marshaled_com ___m_ControlScheme_2;
|
|
};
|
|
|
|
// UnityEngine.InputSystem.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__2
|
|
int32_t ___U3CtotalBindingCountU3E5__2_5;
|
|
// System.Int32 UnityEngine.InputSystem.InputBindingCompositeContext/<get_controls>d__2::<bindingIndex>5__3
|
|
int32_t ___U3CbindingIndexU3E5__3_6;
|
|
// UnityEngine.InputSystem.InputActionState/BindingState UnityEngine.InputSystem.InputBindingCompositeContext/<get_controls>d__2::<bindingState>5__4
|
|
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA ___U3CbindingStateU3E5__4_7;
|
|
// System.Int32 UnityEngine.InputSystem.InputBindingCompositeContext/<get_controls>d__2::<controlStartIndex>5__5
|
|
int32_t ___U3CcontrolStartIndexU3E5__5_8;
|
|
// System.Int32 UnityEngine.InputSystem.InputBindingCompositeContext/<get_controls>d__2::<i>5__6
|
|
int32_t ___U3CiU3E5__6_9;
|
|
};
|
|
|
|
// 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;
|
|
};
|
|
|
|
// 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.Nullable`1<UnityEngine.InputSystem.InputBinding> UnityEngine.InputSystem.InputActionMap::m_BindingMask
|
|
Nullable_1_t11786EE914FE65E70B9671129B0DFC4D0DE80C44 ___m_BindingMask_11;
|
|
// UnityEngine.InputSystem.InputActionMap/Flags UnityEngine.InputSystem.InputActionMap::m_Flags
|
|
int32_t ___m_Flags_12;
|
|
// System.Int32 UnityEngine.InputSystem.InputActionMap::m_ParameterOverridesCount
|
|
int32_t ___m_ParameterOverridesCount_13;
|
|
// UnityEngine.InputSystem.InputActionRebindingExtensions/ParameterOverride[] UnityEngine.InputSystem.InputActionMap::m_ParameterOverrides
|
|
ParameterOverrideU5BU5D_tC408277D7E98D32E4B0AEFA1E2EDDB74790897EE* ___m_ParameterOverrides_14;
|
|
// UnityEngine.InputSystem.InputActionMap/DeviceArray UnityEngine.InputSystem.InputActionMap::m_Devices
|
|
DeviceArray_t7F2F2D8A9D5CAF504DC1A21C1FEF79BCA9E4761E ___m_Devices_15;
|
|
// UnityEngine.InputSystem.Utilities.CallbackArray`1<System.Action`1<UnityEngine.InputSystem.InputAction/CallbackContext>> UnityEngine.InputSystem.InputActionMap::m_ActionCallbacks
|
|
CallbackArray_1_tDFF8C4C6015023B6C2E70BAD26D8BC6BF00D8775 ___m_ActionCallbacks_16;
|
|
// System.Collections.Generic.Dictionary`2<System.String,System.Int32> UnityEngine.InputSystem.InputActionMap::m_ActionIndexByNameOrId
|
|
Dictionary_2_t5C8F46F5D57502270DD9E1DA8303B23C7FE85588* ___m_ActionIndexByNameOrId_17;
|
|
};
|
|
|
|
// 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.Boolean UnityEngine.InputSystem.InputBindingResolver::m_IsControlOnlyResolve
|
|
bool ___m_IsControlOnlyResolve_10;
|
|
// System.Collections.Generic.List`1<UnityEngine.InputSystem.Utilities.NameAndParameters> UnityEngine.InputSystem.InputBindingResolver::m_Parameters
|
|
List_1_tF542FB9F97D34CC06B085D6872645B0DC0AA5E43* ___m_Parameters_11;
|
|
};
|
|
// 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_marshaled_pinvoke ___memory_5;
|
|
IInputInteractionU5BU5D_t175AB10EB3221C36393F258F530F94D8DD01CB93* ___interactions_6;
|
|
InputProcessorU5BU5D_t79582BEBC3FAF824D9762566AA6E979F95E6EB64* ___processors_7;
|
|
InputBindingCompositeU5BU5D_tB9A645573A56F8DC9EC7AD84F1BE24C2B0F4319E* ___composites_8;
|
|
Nullable_1_t11786EE914FE65E70B9671129B0DFC4D0DE80C44 ___bindingMask_9;
|
|
int32_t ___m_IsControlOnlyResolve_10;
|
|
List_1_tF542FB9F97D34CC06B085D6872645B0DC0AA5E43* ___m_Parameters_11;
|
|
};
|
|
// 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_marshaled_com ___memory_5;
|
|
IInputInteractionU5BU5D_t175AB10EB3221C36393F258F530F94D8DD01CB93* ___interactions_6;
|
|
InputProcessorU5BU5D_t79582BEBC3FAF824D9762566AA6E979F95E6EB64* ___processors_7;
|
|
InputBindingCompositeU5BU5D_tB9A645573A56F8DC9EC7AD84F1BE24C2B0F4319E* ___composites_8;
|
|
Nullable_1_t11786EE914FE65E70B9671129B0DFC4D0DE80C44 ___bindingMask_9;
|
|
int32_t ___m_IsControlOnlyResolve_10;
|
|
List_1_tF542FB9F97D34CC06B085D6872645B0DC0AA5E43* ___m_Parameters_11;
|
|
};
|
|
|
|
// 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.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;
|
|
};
|
|
|
|
// System.MulticastDelegate
|
|
struct MulticastDelegate_t : public Delegate_t
|
|
{
|
|
// System.Delegate[] System.MulticastDelegate::delegates
|
|
DelegateU5BU5D_tC5AB7E8F745616680F337909D3A8E6C722CDF771* ___delegates_13;
|
|
};
|
|
// Native definition for P/Invoke marshalling of System.MulticastDelegate
|
|
struct MulticastDelegate_t_marshaled_pinvoke : public Delegate_t_marshaled_pinvoke
|
|
{
|
|
Delegate_t_marshaled_pinvoke** ___delegates_13;
|
|
};
|
|
// Native definition for COM marshalling of System.MulticastDelegate
|
|
struct MulticastDelegate_t_marshaled_com : public Delegate_t_marshaled_com
|
|
{
|
|
Delegate_t_marshaled_com** ___delegates_13;
|
|
};
|
|
|
|
// UnityEngine.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;
|
|
};
|
|
|
|
// System.Func`2<System.String,System.Boolean>
|
|
struct Func_2_tAB9727E0C937894E19032D575D98A8A9AB5EE47D : public MulticastDelegate_t
|
|
{
|
|
};
|
|
|
|
// 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;
|
|
};
|
|
|
|
// System.Predicate`1<UnityEngine.InputSystem.InputBinding>
|
|
struct Predicate_1_t80FB7E5C66BEF660F7A73B065A0027BEB853ED76 : public MulticastDelegate_t
|
|
{
|
|
};
|
|
|
|
// System.Action
|
|
struct Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07 : public MulticastDelegate_t
|
|
{
|
|
};
|
|
|
|
// System.ArgumentException
|
|
struct ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263 : public SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295
|
|
{
|
|
// System.String System.ArgumentException::_paramName
|
|
String_t* ____paramName_18;
|
|
};
|
|
|
|
// UnityEngine.InputSystem.InputActionAsset
|
|
struct InputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D : public ScriptableObject_tB3BFDB921A1B1795B38A5417D3B97A89A140436A
|
|
{
|
|
// UnityEngine.InputSystem.InputActionMap[] UnityEngine.InputSystem.InputActionAsset::m_ActionMaps
|
|
InputActionMapU5BU5D_t4B352E8DA73976FEDA107E35E81FB5BE6838C045* ___m_ActionMaps_5;
|
|
// UnityEngine.InputSystem.InputControlScheme[] UnityEngine.InputSystem.InputActionAsset::m_ControlSchemes
|
|
InputControlSchemeU5BU5D_tAE603126FBD4D6B8F67EA6F8CFA531A646C63D86* ___m_ControlSchemes_6;
|
|
// UnityEngine.InputSystem.InputActionState UnityEngine.InputSystem.InputActionAsset::m_SharedStateForAllMaps
|
|
InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* ___m_SharedStateForAllMaps_7;
|
|
// System.Nullable`1<UnityEngine.InputSystem.InputBinding> UnityEngine.InputSystem.InputActionAsset::m_BindingMask
|
|
Nullable_1_t11786EE914FE65E70B9671129B0DFC4D0DE80C44 ___m_BindingMask_8;
|
|
// System.Int32 UnityEngine.InputSystem.InputActionAsset::m_ParameterOverridesCount
|
|
int32_t ___m_ParameterOverridesCount_9;
|
|
// UnityEngine.InputSystem.InputActionRebindingExtensions/ParameterOverride[] UnityEngine.InputSystem.InputActionAsset::m_ParameterOverrides
|
|
ParameterOverrideU5BU5D_tC408277D7E98D32E4B0AEFA1E2EDDB74790897EE* ___m_ParameterOverrides_10;
|
|
// UnityEngine.InputSystem.InputActionMap/DeviceArray UnityEngine.InputSystem.InputActionAsset::m_Devices
|
|
DeviceArray_t7F2F2D8A9D5CAF504DC1A21C1FEF79BCA9E4761E ___m_Devices_11;
|
|
};
|
|
|
|
// UnityEngine.InputSystem.InputActionReference
|
|
struct InputActionReference_t64730C6B41271E0983FC21BFB416169F5D6BC4A1 : public ScriptableObject_tB3BFDB921A1B1795B38A5417D3B97A89A140436A
|
|
{
|
|
// UnityEngine.InputSystem.InputActionAsset UnityEngine.InputSystem.InputActionReference::m_Asset
|
|
InputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D* ___m_Asset_4;
|
|
// System.String UnityEngine.InputSystem.InputActionReference::m_ActionId
|
|
String_t* ___m_ActionId_5;
|
|
// UnityEngine.InputSystem.InputAction UnityEngine.InputSystem.InputActionReference::m_Action
|
|
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* ___m_Action_6;
|
|
};
|
|
|
|
// UnityEngine.InputSystem.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.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.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;
|
|
// UnityEngine.InputSystem.InputSettings/BackgroundBehavior UnityEngine.InputSystem.InputSettings::m_BackgroundBehavior
|
|
int32_t ___m_BackgroundBehavior_9;
|
|
// UnityEngine.InputSystem.InputSettings/EditorInputBehaviorInPlayMode UnityEngine.InputSystem.InputSettings::m_EditorInputBehaviorInPlayMode
|
|
int32_t ___m_EditorInputBehaviorInPlayMode_10;
|
|
// System.Single UnityEngine.InputSystem.InputSettings::m_DefaultDeadzoneMin
|
|
float ___m_DefaultDeadzoneMin_11;
|
|
// System.Single UnityEngine.InputSystem.InputSettings::m_DefaultDeadzoneMax
|
|
float ___m_DefaultDeadzoneMax_12;
|
|
// System.Single UnityEngine.InputSystem.InputSettings::m_DefaultButtonPressPoint
|
|
float ___m_DefaultButtonPressPoint_13;
|
|
// System.Single UnityEngine.InputSystem.InputSettings::m_ButtonReleaseThreshold
|
|
float ___m_ButtonReleaseThreshold_14;
|
|
// System.Single UnityEngine.InputSystem.InputSettings::m_DefaultTapTime
|
|
float ___m_DefaultTapTime_15;
|
|
// System.Single UnityEngine.InputSystem.InputSettings::m_DefaultSlowTapTime
|
|
float ___m_DefaultSlowTapTime_16;
|
|
// System.Single UnityEngine.InputSystem.InputSettings::m_DefaultHoldTime
|
|
float ___m_DefaultHoldTime_17;
|
|
// System.Single UnityEngine.InputSystem.InputSettings::m_TapRadius
|
|
float ___m_TapRadius_18;
|
|
// System.Single UnityEngine.InputSystem.InputSettings::m_MultiTapDelayTime
|
|
float ___m_MultiTapDelayTime_19;
|
|
// System.Boolean UnityEngine.InputSystem.InputSettings::m_DisableRedundantEventsMerging
|
|
bool ___m_DisableRedundantEventsMerging_20;
|
|
// System.Boolean UnityEngine.InputSystem.InputSettings::m_ShortcutKeysConsumeInputs
|
|
bool ___m_ShortcutKeysConsumeInputs_21;
|
|
// System.Collections.Generic.HashSet`1<System.String> UnityEngine.InputSystem.InputSettings::m_FeatureFlags
|
|
HashSet_1_tEFC6605F7DE53F71946C33FD371E53C3100F2178* ___m_FeatureFlags_22;
|
|
};
|
|
|
|
// System.InvalidOperationException
|
|
struct InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB : public SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295
|
|
{
|
|
};
|
|
|
|
// System.NotSupportedException
|
|
struct NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A : public SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295
|
|
{
|
|
};
|
|
|
|
// 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.Utilities.SavedStructState`1<UnityEngine.InputSystem.InputActionState/GlobalState>
|
|
struct SavedStructState_1_t847839F95EAB8F77D10AD4C82CE8538B637380EE : public RuntimeObject
|
|
{
|
|
// T UnityEngine.InputSystem.Utilities.SavedStructState`1::m_State
|
|
GlobalState_tC6D38701EF2670B99D214B9A482C428DFEA8408A ___m_State_0;
|
|
// UnityEngine.InputSystem.Utilities.SavedStructState`1/TypedRestore<T> UnityEngine.InputSystem.Utilities.SavedStructState`1::m_RestoreAction
|
|
TypedRestore_t6392D1A147D6C459F25550CF1D106E5E9BB83BF0* ___m_RestoreAction_1;
|
|
// System.Action UnityEngine.InputSystem.Utilities.SavedStructState`1::m_StaticDisposeCurrentState
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* ___m_StaticDisposeCurrentState_2;
|
|
};
|
|
|
|
// UnityEngine.InputSystem.Utilities.SavedStructState`1/TypedRestore<UnityEngine.InputSystem.InputActionState/GlobalState>
|
|
struct TypedRestore_t6392D1A147D6C459F25550CF1D106E5E9BB83BF0 : public MulticastDelegate_t
|
|
{
|
|
};
|
|
|
|
// System.ArgumentNullException
|
|
struct ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129 : public ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263
|
|
{
|
|
};
|
|
|
|
// System.ArgumentOutOfRangeException
|
|
struct ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F : public ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263
|
|
{
|
|
// System.Object System.ArgumentOutOfRangeException::_actualValue
|
|
RuntimeObject* ____actualValue_19;
|
|
};
|
|
|
|
// UnityEngine.InputSystem.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.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;
|
|
// UnityEngine.InputSystem.LowLevel.InputEventPtr UnityEngine.InputSystem.InputActionState::m_CurrentlyProcessingThisEvent
|
|
InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0 ___m_CurrentlyProcessingThisEvent_11;
|
|
// System.Action UnityEngine.InputSystem.InputActionState::m_OnBeforeUpdateDelegate
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* ___m_OnBeforeUpdateDelegate_12;
|
|
// System.Action UnityEngine.InputSystem.InputActionState::m_OnAfterUpdateDelegate
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* ___m_OnAfterUpdateDelegate_13;
|
|
};
|
|
|
|
// UnityEngine.InputSystem.Controls.ButtonControl
|
|
struct ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF : public AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7
|
|
{
|
|
// System.Single UnityEngine.InputSystem.Controls.ButtonControl::pressPoint
|
|
float ___pressPoint_33;
|
|
};
|
|
|
|
// System.Collections.Generic.List`1<UnityEngine.InputSystem.InputAction>
|
|
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.InputAction>
|
|
|
|
// System.Collections.Generic.List`1<System.Object>
|
|
struct List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D_StaticFields
|
|
{
|
|
// T[] System.Collections.Generic.List`1::s_emptyArray
|
|
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___s_emptyArray_5;
|
|
};
|
|
|
|
// System.Collections.Generic.List`1<System.Object>
|
|
|
|
// System.Attribute
|
|
|
|
// System.Attribute
|
|
|
|
// UnityEngine.InputSystem.InputActionSetupExtensions
|
|
|
|
// UnityEngine.InputSystem.InputActionSetupExtensions
|
|
|
|
// UnityEngine.InputSystem.InputSystem
|
|
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.InputSystem
|
|
|
|
// System.Reflection.MemberInfo
|
|
|
|
// System.Reflection.MemberInfo
|
|
|
|
// System.String
|
|
struct String_t_StaticFields
|
|
{
|
|
// System.String System.String::Empty
|
|
String_t* ___Empty_6;
|
|
};
|
|
|
|
// System.String
|
|
|
|
// System.Text.StringBuilder
|
|
|
|
// System.Text.StringBuilder
|
|
|
|
// System.ValueType
|
|
|
|
// System.ValueType
|
|
|
|
// UnityEngine.InputSystem.InputActionRebindingExtensions/DeferBindingResolutionWrapper
|
|
|
|
// UnityEngine.InputSystem.InputActionRebindingExtensions/DeferBindingResolutionWrapper
|
|
|
|
// UnityEngine.InputSystem.InputActionState/<>c
|
|
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__135_0
|
|
TypedRestore_t6392D1A147D6C459F25550CF1D106E5E9BB83BF0* ___U3CU3E9__135_0_1;
|
|
// System.Action UnityEngine.InputSystem.InputActionState/<>c::<>9__135_1
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* ___U3CU3E9__135_1_2;
|
|
};
|
|
|
|
// UnityEngine.InputSystem.InputActionState/<>c
|
|
|
|
// UnityEngine.InputSystem.InputBinding/<>c
|
|
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.InputBinding/<>c
|
|
|
|
// UnityEngine.InputSystem.InputBindingComposite/<GetPartNames>d__12
|
|
|
|
// UnityEngine.InputSystem.InputBindingComposite/<GetPartNames>d__12
|
|
|
|
// UnityEngine.InputSystem.InputActionRebindingExtensions/RebindingOperation/<>c__DisplayClass32_0
|
|
|
|
// UnityEngine.InputSystem.InputActionRebindingExtensions/RebindingOperation/<>c__DisplayClass32_0
|
|
|
|
// UnityEngine.InputSystem.InputBindingCompositeContext/DefaultComparer`1<System.Single>
|
|
|
|
// UnityEngine.InputSystem.InputBindingCompositeContext/DefaultComparer`1<System.Single>
|
|
|
|
// UnityEngine.InputSystem.Utilities.ReadOnlyArray`1/Enumerator<UnityEngine.InputSystem.InputAction>
|
|
|
|
// UnityEngine.InputSystem.Utilities.ReadOnlyArray`1/Enumerator<UnityEngine.InputSystem.InputAction>
|
|
|
|
// UnityEngine.InputSystem.Utilities.ReadOnlyArray`1/Enumerator<System.Object>
|
|
|
|
// UnityEngine.InputSystem.Utilities.ReadOnlyArray`1/Enumerator<System.Object>
|
|
|
|
// UnityEngine.InputSystem.Utilities.InlinedArray`1<System.Action`1<System.Object>>
|
|
|
|
// UnityEngine.InputSystem.Utilities.InlinedArray`1<System.Action`1<System.Object>>
|
|
|
|
// UnityEngine.InputSystem.Utilities.InlinedArray`1<System.Action`1<UnityEngine.InputSystem.InputAction/CallbackContext>>
|
|
|
|
// UnityEngine.InputSystem.Utilities.InlinedArray`1<System.Action`1<UnityEngine.InputSystem.InputAction/CallbackContext>>
|
|
|
|
// UnityEngine.InputSystem.Utilities.InlinedArray`1<System.Action`2<UnityEngine.InputSystem.InputDevice,UnityEngine.InputSystem.InputDeviceChange>>
|
|
|
|
// UnityEngine.InputSystem.Utilities.InlinedArray`1<System.Action`2<UnityEngine.InputSystem.InputDevice,UnityEngine.InputSystem.InputDeviceChange>>
|
|
|
|
// UnityEngine.InputSystem.Utilities.InlinedArray`1<System.Action`2<UnityEngine.InputSystem.InputDevice,UnityEngine.InputSystem.LowLevel.InputEventPtr>>
|
|
|
|
// UnityEngine.InputSystem.Utilities.InlinedArray`1<System.Action`2<UnityEngine.InputSystem.InputDevice,UnityEngine.InputSystem.LowLevel.InputEventPtr>>
|
|
|
|
// UnityEngine.InputSystem.Utilities.InlinedArray`1<System.Action`2<UnityEngine.InputSystem.LowLevel.InputEventPtr,UnityEngine.InputSystem.InputDevice>>
|
|
|
|
// UnityEngine.InputSystem.Utilities.InlinedArray`1<System.Action`2<UnityEngine.InputSystem.LowLevel.InputEventPtr,UnityEngine.InputSystem.InputDevice>>
|
|
|
|
// UnityEngine.InputSystem.Utilities.InlinedArray`1<System.Action`2<System.Object,UnityEngine.InputSystem.InputActionChange>>
|
|
|
|
// UnityEngine.InputSystem.Utilities.InlinedArray`1<System.Action`2<System.Object,UnityEngine.InputSystem.InputActionChange>>
|
|
|
|
// UnityEngine.InputSystem.Utilities.InlinedArray`1<System.Action`2<System.Object,System.Int32Enum>>
|
|
|
|
// UnityEngine.InputSystem.Utilities.InlinedArray`1<System.Action`2<System.Object,System.Int32Enum>>
|
|
|
|
// UnityEngine.InputSystem.Utilities.InlinedArray`1<System.Action`2<System.String,UnityEngine.InputSystem.InputControlLayoutChange>>
|
|
|
|
// UnityEngine.InputSystem.Utilities.InlinedArray`1<System.Action`2<System.String,UnityEngine.InputSystem.InputControlLayoutChange>>
|
|
|
|
// UnityEngine.InputSystem.Utilities.InlinedArray`1<UnityEngine.InputSystem.InputProcessor`1<System.Single>>
|
|
|
|
// UnityEngine.InputSystem.Utilities.InlinedArray`1<UnityEngine.InputSystem.InputProcessor`1<System.Single>>
|
|
|
|
// UnityEngine.InputSystem.Utilities.InlinedArray`1<System.Action>
|
|
|
|
// UnityEngine.InputSystem.Utilities.InlinedArray`1<System.Action>
|
|
|
|
// UnityEngine.InputSystem.Utilities.InlinedArray`1<UnityEngine.InputSystem.LowLevel.InputDeviceCommandDelegate>
|
|
|
|
// UnityEngine.InputSystem.Utilities.InlinedArray`1<UnityEngine.InputSystem.LowLevel.InputDeviceCommandDelegate>
|
|
|
|
// UnityEngine.InputSystem.Utilities.InlinedArray`1<UnityEngine.InputSystem.Layouts.InputDeviceFindControlLayoutDelegate>
|
|
|
|
// UnityEngine.InputSystem.Utilities.InlinedArray`1<UnityEngine.InputSystem.Layouts.InputDeviceFindControlLayoutDelegate>
|
|
|
|
// UnityEngine.InputSystem.Utilities.InlinedArray`1<System.Object>
|
|
|
|
// UnityEngine.InputSystem.Utilities.InlinedArray`1<System.Object>
|
|
|
|
// Unity.Collections.NativeArray`1<System.Byte>
|
|
|
|
// Unity.Collections.NativeArray`1<System.Byte>
|
|
|
|
// Unity.Collections.NativeArray`1<System.UInt64>
|
|
|
|
// Unity.Collections.NativeArray`1<System.UInt64>
|
|
|
|
// UnityEngine.InputSystem.Utilities.ReadOnlyArray`1<UnityEngine.InputSystem.InputAction>
|
|
|
|
// UnityEngine.InputSystem.Utilities.ReadOnlyArray`1<UnityEngine.InputSystem.InputAction>
|
|
|
|
// UnityEngine.InputSystem.Utilities.ReadOnlyArray`1<UnityEngine.InputSystem.InputActionMap>
|
|
|
|
// UnityEngine.InputSystem.Utilities.ReadOnlyArray`1<UnityEngine.InputSystem.InputActionMap>
|
|
|
|
// UnityEngine.InputSystem.Utilities.ReadOnlyArray`1<UnityEngine.InputSystem.InputBinding>
|
|
|
|
// UnityEngine.InputSystem.Utilities.ReadOnlyArray`1<UnityEngine.InputSystem.InputBinding>
|
|
|
|
// UnityEngine.InputSystem.Utilities.ReadOnlyArray`1<UnityEngine.InputSystem.InputControlScheme>
|
|
|
|
// UnityEngine.InputSystem.Utilities.ReadOnlyArray`1<UnityEngine.InputSystem.InputControlScheme>
|
|
|
|
// UnityEngine.InputSystem.Utilities.ReadOnlyArray`1<UnityEngine.InputSystem.InputDevice>
|
|
|
|
// UnityEngine.InputSystem.Utilities.ReadOnlyArray`1<UnityEngine.InputSystem.InputDevice>
|
|
|
|
// UnityEngine.InputSystem.Utilities.ReadOnlyArray`1<UnityEngine.InputSystem.Utilities.NamedValue>
|
|
|
|
// UnityEngine.InputSystem.Utilities.ReadOnlyArray`1<UnityEngine.InputSystem.Utilities.NamedValue>
|
|
|
|
// UnityEngine.InputSystem.Utilities.ReadOnlyArray`1<System.Object>
|
|
|
|
// UnityEngine.InputSystem.Utilities.ReadOnlyArray`1<System.Object>
|
|
|
|
// System.Boolean
|
|
struct Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_StaticFields
|
|
{
|
|
// System.String System.Boolean::TrueString
|
|
String_t* ___TrueString_5;
|
|
// System.String System.Boolean::FalseString
|
|
String_t* ___FalseString_6;
|
|
};
|
|
|
|
// System.Boolean
|
|
|
|
// System.Byte
|
|
|
|
// System.Byte
|
|
|
|
// System.Char
|
|
struct Char_t521A6F19B456D956AF452D926C32709DC03D6B17_StaticFields
|
|
{
|
|
// System.Byte[] System.Char::s_categoryForLatin1
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___s_categoryForLatin1_3;
|
|
};
|
|
|
|
// System.Char
|
|
|
|
// UnityEngine.InputSystem.Utilities.DisplayStringFormatAttribute
|
|
|
|
// UnityEngine.InputSystem.Utilities.DisplayStringFormatAttribute
|
|
|
|
// System.Double
|
|
|
|
// System.Double
|
|
|
|
// System.Reflection.FieldInfo
|
|
|
|
// System.Reflection.FieldInfo
|
|
|
|
// UnityEngine.InputSystem.Utilities.FourCC
|
|
|
|
// UnityEngine.InputSystem.Utilities.FourCC
|
|
|
|
// System.Guid
|
|
struct Guid_t_StaticFields
|
|
{
|
|
// System.Guid System.Guid::Empty
|
|
Guid_t ___Empty_0;
|
|
};
|
|
|
|
// System.Guid
|
|
|
|
// UnityEngine.InputSystem.InputActionProperty
|
|
|
|
// UnityEngine.InputSystem.InputActionProperty
|
|
|
|
// UnityEngine.InputSystem.InputBinding
|
|
|
|
// UnityEngine.InputSystem.InputBinding
|
|
|
|
// UnityEngine.InputSystem.InputBindingCompositeContext
|
|
|
|
// UnityEngine.InputSystem.InputBindingCompositeContext
|
|
|
|
// UnityEngine.InputSystem.InputControlScheme
|
|
|
|
// UnityEngine.InputSystem.InputControlScheme
|
|
|
|
// UnityEngine.InputSystem.Layouts.InputDeviceDescription
|
|
|
|
// UnityEngine.InputSystem.Layouts.InputDeviceDescription
|
|
|
|
// UnityEngine.InputSystem.LowLevel.InputEventPtr
|
|
|
|
// UnityEngine.InputSystem.LowLevel.InputEventPtr
|
|
|
|
// UnityEngine.InputSystem.LowLevel.InputMetrics
|
|
|
|
// UnityEngine.InputSystem.LowLevel.InputMetrics
|
|
|
|
// System.Int32
|
|
|
|
// System.Int32
|
|
|
|
// System.Int64
|
|
|
|
// System.Int64
|
|
|
|
// System.IntPtr
|
|
struct IntPtr_t_StaticFields
|
|
{
|
|
// System.IntPtr System.IntPtr::Zero
|
|
intptr_t ___Zero_1;
|
|
};
|
|
|
|
// System.IntPtr
|
|
|
|
// UnityEngine.InputSystem.Utilities.InternedString
|
|
|
|
// UnityEngine.InputSystem.Utilities.InternedString
|
|
|
|
// UnityEngine.Mathf
|
|
struct Mathf_tE284D016E3B297B72311AAD9EB8F0E643F6A4682_StaticFields
|
|
{
|
|
// System.Single UnityEngine.Mathf::Epsilon
|
|
float ___Epsilon_0;
|
|
};
|
|
|
|
// UnityEngine.Mathf
|
|
|
|
// UnityEngineInternal.Input.NativeInputEvent
|
|
|
|
// UnityEngineInternal.Input.NativeInputEvent
|
|
|
|
// UnityEngine.InputSystem.Utilities.PrimitiveValue
|
|
|
|
// UnityEngine.InputSystem.Utilities.PrimitiveValue
|
|
|
|
// UnityEngine.PropertyAttribute
|
|
|
|
// UnityEngine.PropertyAttribute
|
|
|
|
// System.Single
|
|
|
|
// System.Single
|
|
|
|
// UnityEngine.InputSystem.Utilities.TypeTable
|
|
|
|
// UnityEngine.InputSystem.Utilities.TypeTable
|
|
|
|
// System.UInt16
|
|
|
|
// System.UInt16
|
|
|
|
// System.UInt32
|
|
|
|
// System.UInt32
|
|
|
|
// System.Void
|
|
|
|
// System.Void
|
|
|
|
// UnityEngine.InputSystem.InputAction/CallbackContext
|
|
|
|
// UnityEngine.InputSystem.InputAction/CallbackContext
|
|
|
|
// UnityEngine.InputSystem.InputActionMap/DeviceArray
|
|
|
|
// UnityEngine.InputSystem.InputActionMap/DeviceArray
|
|
|
|
// UnityEngine.InputSystem.InputActionSetupExtensions/BindingSyntax
|
|
|
|
// UnityEngine.InputSystem.InputActionSetupExtensions/BindingSyntax
|
|
|
|
// UnityEngine.InputSystem.InputActionSetupExtensions/CompositeSyntax
|
|
|
|
// UnityEngine.InputSystem.InputActionSetupExtensions/CompositeSyntax
|
|
|
|
// UnityEngine.InputSystem.InputActionState/ActionMapIndices
|
|
|
|
// UnityEngine.InputSystem.InputActionState/ActionMapIndices
|
|
|
|
// UnityEngine.InputSystem.InputActionState/BindingState
|
|
|
|
// UnityEngine.InputSystem.InputActionState/BindingState
|
|
|
|
// UnityEngine.InputSystem.InputActionState/InteractionState
|
|
|
|
// UnityEngine.InputSystem.InputActionState/InteractionState
|
|
|
|
// UnityEngine.InputSystem.InputActionState/TriggerState
|
|
|
|
// UnityEngine.InputSystem.InputActionState/TriggerState
|
|
|
|
// UnityEngine.InputSystem.InputActionState/UnmanagedMemory
|
|
|
|
// UnityEngine.InputSystem.InputActionState/UnmanagedMemory
|
|
|
|
// UnityEngine.InputSystem.InputBindingCompositeContext/PartBinding
|
|
|
|
// UnityEngine.InputSystem.InputBindingCompositeContext/PartBinding
|
|
|
|
// UnityEngine.InputSystem.Layouts.InputControlLayout/Collection
|
|
|
|
// UnityEngine.InputSystem.Layouts.InputControlLayout/Collection
|
|
|
|
// UnityEngine.InputSystem.InputControlScheme/DeviceRequirement
|
|
|
|
// UnityEngine.InputSystem.InputControlScheme/DeviceRequirement
|
|
|
|
// UnityEngine.InputSystem.InputManager/StateChangeMonitorTimeout
|
|
|
|
// UnityEngine.InputSystem.InputManager/StateChangeMonitorTimeout
|
|
|
|
// UnityEngine.InputSystem.LowLevel.InputStateBuffers/DoubleBuffers
|
|
|
|
// UnityEngine.InputSystem.LowLevel.InputStateBuffers/DoubleBuffers
|
|
|
|
// UnityEngine.InputSystem.LowLevel.InputUpdate/UpdateStepCount
|
|
|
|
// UnityEngine.InputSystem.LowLevel.InputUpdate/UpdateStepCount
|
|
|
|
// UnityEngine.InputSystem.Utilities.CallbackArray`1<System.Action`1<System.Object>>
|
|
|
|
// UnityEngine.InputSystem.Utilities.CallbackArray`1<System.Action`1<System.Object>>
|
|
|
|
// UnityEngine.InputSystem.Utilities.CallbackArray`1<System.Action`1<UnityEngine.InputSystem.InputAction/CallbackContext>>
|
|
|
|
// UnityEngine.InputSystem.Utilities.CallbackArray`1<System.Action`1<UnityEngine.InputSystem.InputAction/CallbackContext>>
|
|
|
|
// UnityEngine.InputSystem.Utilities.CallbackArray`1<System.Action`2<UnityEngine.InputSystem.InputDevice,UnityEngine.InputSystem.InputDeviceChange>>
|
|
|
|
// UnityEngine.InputSystem.Utilities.CallbackArray`1<System.Action`2<UnityEngine.InputSystem.InputDevice,UnityEngine.InputSystem.InputDeviceChange>>
|
|
|
|
// UnityEngine.InputSystem.Utilities.CallbackArray`1<System.Action`2<UnityEngine.InputSystem.InputDevice,UnityEngine.InputSystem.LowLevel.InputEventPtr>>
|
|
|
|
// UnityEngine.InputSystem.Utilities.CallbackArray`1<System.Action`2<UnityEngine.InputSystem.InputDevice,UnityEngine.InputSystem.LowLevel.InputEventPtr>>
|
|
|
|
// UnityEngine.InputSystem.Utilities.CallbackArray`1<System.Action`2<UnityEngine.InputSystem.LowLevel.InputEventPtr,UnityEngine.InputSystem.InputDevice>>
|
|
|
|
// UnityEngine.InputSystem.Utilities.CallbackArray`1<System.Action`2<UnityEngine.InputSystem.LowLevel.InputEventPtr,UnityEngine.InputSystem.InputDevice>>
|
|
|
|
// UnityEngine.InputSystem.Utilities.CallbackArray`1<System.Action`2<System.Object,UnityEngine.InputSystem.InputActionChange>>
|
|
|
|
// UnityEngine.InputSystem.Utilities.CallbackArray`1<System.Action`2<System.Object,UnityEngine.InputSystem.InputActionChange>>
|
|
|
|
// UnityEngine.InputSystem.Utilities.CallbackArray`1<System.Action`2<System.Object,System.Int32Enum>>
|
|
|
|
// UnityEngine.InputSystem.Utilities.CallbackArray`1<System.Action`2<System.Object,System.Int32Enum>>
|
|
|
|
// UnityEngine.InputSystem.Utilities.CallbackArray`1<System.Action`2<System.String,UnityEngine.InputSystem.InputControlLayoutChange>>
|
|
|
|
// UnityEngine.InputSystem.Utilities.CallbackArray`1<System.Action`2<System.String,UnityEngine.InputSystem.InputControlLayoutChange>>
|
|
|
|
// UnityEngine.InputSystem.Utilities.CallbackArray`1<System.Action>
|
|
|
|
// UnityEngine.InputSystem.Utilities.CallbackArray`1<System.Action>
|
|
|
|
// UnityEngine.InputSystem.Utilities.CallbackArray`1<UnityEngine.InputSystem.LowLevel.InputDeviceCommandDelegate>
|
|
|
|
// UnityEngine.InputSystem.Utilities.CallbackArray`1<UnityEngine.InputSystem.LowLevel.InputDeviceCommandDelegate>
|
|
|
|
// UnityEngine.InputSystem.Utilities.CallbackArray`1<UnityEngine.InputSystem.Layouts.InputDeviceFindControlLayoutDelegate>
|
|
|
|
// UnityEngine.InputSystem.Utilities.CallbackArray`1<UnityEngine.InputSystem.Layouts.InputDeviceFindControlLayoutDelegate>
|
|
|
|
// UnityEngine.InputSystem.Utilities.CallbackArray`1<System.Object>
|
|
|
|
// UnityEngine.InputSystem.Utilities.CallbackArray`1<System.Object>
|
|
|
|
// UnityEngine.InputSystem.Utilities.InlinedArray`1<UnityEngine.InputSystem.InputManager/StateChangeMonitorTimeout>
|
|
|
|
// UnityEngine.InputSystem.Utilities.InlinedArray`1<UnityEngine.InputSystem.InputManager/StateChangeMonitorTimeout>
|
|
|
|
// UnityEngine.InputSystem.InputControlList`1<UnityEngine.InputSystem.InputControl>
|
|
|
|
// UnityEngine.InputSystem.InputControlList`1<UnityEngine.InputSystem.InputControl>
|
|
|
|
// UnityEngine.InputSystem.InputControlList`1<System.Object>
|
|
|
|
// UnityEngine.InputSystem.InputControlList`1<System.Object>
|
|
|
|
// System.Nullable`1<UnityEngine.InputSystem.Utilities.ReadOnlyArray`1<UnityEngine.InputSystem.InputDevice>>
|
|
|
|
// System.Nullable`1<UnityEngine.InputSystem.Utilities.ReadOnlyArray`1<UnityEngine.InputSystem.InputDevice>>
|
|
|
|
// System.Nullable`1<UnityEngine.InputSystem.Utilities.ReadOnlyArray`1<System.Object>>
|
|
|
|
// System.Nullable`1<UnityEngine.InputSystem.Utilities.ReadOnlyArray`1<System.Object>>
|
|
|
|
// System.Nullable`1<UnityEngine.InputSystem.InputBinding>
|
|
|
|
// System.Nullable`1<UnityEngine.InputSystem.InputBinding>
|
|
|
|
// System.Nullable`1<UnityEngine.InputSystem.InputControlScheme>
|
|
|
|
// System.Nullable`1<UnityEngine.InputSystem.InputControlScheme>
|
|
|
|
// System.Delegate
|
|
|
|
// System.Delegate
|
|
|
|
// System.Exception
|
|
struct Exception_t_StaticFields
|
|
{
|
|
// System.Object System.Exception::s_EDILock
|
|
RuntimeObject* ___s_EDILock_0;
|
|
};
|
|
|
|
// System.Exception
|
|
|
|
// System.Runtime.InteropServices.GCHandle
|
|
|
|
// System.Runtime.InteropServices.GCHandle
|
|
|
|
// UnityEngine.InputSystem.InputBindingComposite
|
|
struct InputBindingComposite_tA9230435A30FB5B2D4967D6FAE7EFABBBF26C0C0_StaticFields
|
|
{
|
|
// UnityEngine.InputSystem.Utilities.TypeTable UnityEngine.InputSystem.InputBindingComposite::s_Composites
|
|
TypeTable_tEAC1ECAD849469DEA65DA2FC65B19C2D4739B67E ___s_Composites_0;
|
|
};
|
|
|
|
// UnityEngine.InputSystem.InputBindingComposite
|
|
|
|
// UnityEngine.InputSystem.Layouts.InputControlAttribute
|
|
|
|
// UnityEngine.InputSystem.Layouts.InputControlAttribute
|
|
|
|
// UnityEngine.InputSystem.LowLevel.InputEvent
|
|
|
|
// UnityEngine.InputSystem.LowLevel.InputEvent
|
|
|
|
// UnityEngine.InputSystem.LowLevel.InputEventBuffer
|
|
|
|
// UnityEngine.InputSystem.LowLevel.InputEventBuffer
|
|
|
|
// UnityEngine.InputSystem.InputInteractionContext
|
|
|
|
// UnityEngine.InputSystem.InputInteractionContext
|
|
|
|
// UnityEngine.InputSystem.InputProcessor
|
|
struct InputProcessor_t71DA6677A0295DC87736E1D8D208FEA75D860457_StaticFields
|
|
{
|
|
// UnityEngine.InputSystem.Utilities.TypeTable UnityEngine.InputSystem.InputProcessor::s_Processors
|
|
TypeTable_tEAC1ECAD849469DEA65DA2FC65B19C2D4739B67E ___s_Processors_0;
|
|
};
|
|
|
|
// UnityEngine.InputSystem.InputProcessor
|
|
|
|
// UnityEngine.InputSystem.LowLevel.InputStateBlock
|
|
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.InputStateBlock
|
|
|
|
// UnityEngine.InputSystem.LowLevel.InputStateBuffers
|
|
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.InputStateBuffers
|
|
|
|
// UnityEngine.InputSystem.LowLevel.InputUpdate
|
|
struct InputUpdate_t3D4F0AD6CD83C86A73B8165929FF0CB151A07CCD_StaticFields
|
|
{
|
|
// System.UInt32 UnityEngine.InputSystem.LowLevel.InputUpdate::s_UpdateStepCount
|
|
uint32_t ___s_UpdateStepCount_0;
|
|
// UnityEngine.InputSystem.LowLevel.InputUpdateType UnityEngine.InputSystem.LowLevel.InputUpdate::s_LatestUpdateType
|
|
int32_t ___s_LatestUpdateType_1;
|
|
// UnityEngine.InputSystem.LowLevel.InputUpdate/UpdateStepCount UnityEngine.InputSystem.LowLevel.InputUpdate::s_PlayerUpdateStepCount
|
|
UpdateStepCount_tF3C9095BD6614FD4E6024DAF43DE8F5602D8E324 ___s_PlayerUpdateStepCount_2;
|
|
};
|
|
|
|
// UnityEngine.InputSystem.LowLevel.InputUpdate
|
|
|
|
// UnityEngine.InputSystem.Utilities.NameAndParameters
|
|
|
|
// UnityEngine.InputSystem.Utilities.NameAndParameters
|
|
|
|
// UnityEngine.Object
|
|
struct Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_StaticFields
|
|
{
|
|
// System.Int32 UnityEngine.Object::OffsetOfInstanceIDInCPlusPlusObject
|
|
int32_t ___OffsetOfInstanceIDInCPlusPlusObject_1;
|
|
};
|
|
|
|
// UnityEngine.Object
|
|
|
|
// System.RuntimeTypeHandle
|
|
|
|
// System.RuntimeTypeHandle
|
|
|
|
// UnityEngine.InputSystem.InputActionRebindingExtensions/<>c__DisplayClass25_0
|
|
|
|
// UnityEngine.InputSystem.InputActionRebindingExtensions/<>c__DisplayClass25_0
|
|
|
|
// UnityEngine.InputSystem.InputActionSetupExtensions/<>c__DisplayClass5_0
|
|
|
|
// UnityEngine.InputSystem.InputActionSetupExtensions/<>c__DisplayClass5_0
|
|
|
|
// UnityEngine.InputSystem.InputActionSetupExtensions/ControlSchemeSyntax
|
|
|
|
// UnityEngine.InputSystem.InputActionSetupExtensions/ControlSchemeSyntax
|
|
|
|
// UnityEngine.InputSystem.InputBindingCompositeContext/<get_controls>d__2
|
|
|
|
// UnityEngine.InputSystem.InputBindingCompositeContext/<get_controls>d__2
|
|
|
|
// UnityEngine.InputSystem.Utilities.InlinedArray`1<System.Runtime.InteropServices.GCHandle>
|
|
|
|
// UnityEngine.InputSystem.Utilities.InlinedArray`1<System.Runtime.InteropServices.GCHandle>
|
|
|
|
// UnityEngine.InputSystem.InputAction
|
|
|
|
// UnityEngine.InputSystem.InputAction
|
|
|
|
// UnityEngine.InputSystem.InputActionMap
|
|
struct InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09_StaticFields
|
|
{
|
|
// System.Int32 UnityEngine.InputSystem.InputActionMap::s_DeferBindingResolution
|
|
int32_t ___s_DeferBindingResolution_18;
|
|
};
|
|
|
|
// UnityEngine.InputSystem.InputActionMap
|
|
|
|
// UnityEngine.InputSystem.InputBindingResolver
|
|
|
|
// UnityEngine.InputSystem.InputBindingResolver
|
|
|
|
// UnityEngine.InputSystem.InputControl
|
|
|
|
// UnityEngine.InputSystem.InputControl
|
|
|
|
// UnityEngine.InputSystem.LowLevel.InputEventStream
|
|
|
|
// UnityEngine.InputSystem.LowLevel.InputEventStream
|
|
|
|
// System.MulticastDelegate
|
|
|
|
// System.MulticastDelegate
|
|
|
|
// UnityEngine.ScriptableObject
|
|
|
|
// UnityEngine.ScriptableObject
|
|
|
|
// System.SystemException
|
|
|
|
// System.SystemException
|
|
|
|
// System.Type
|
|
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;
|
|
};
|
|
|
|
// System.Type
|
|
|
|
// System.Func`2<System.String,System.Boolean>
|
|
|
|
// System.Func`2<System.String,System.Boolean>
|
|
|
|
// UnityEngine.InputSystem.InputControl`1<System.Single>
|
|
|
|
// UnityEngine.InputSystem.InputControl`1<System.Single>
|
|
|
|
// System.Predicate`1<UnityEngine.InputSystem.InputBinding>
|
|
|
|
// System.Predicate`1<UnityEngine.InputSystem.InputBinding>
|
|
|
|
// System.Action
|
|
|
|
// System.Action
|
|
|
|
// System.ArgumentException
|
|
|
|
// System.ArgumentException
|
|
|
|
// UnityEngine.InputSystem.InputActionAsset
|
|
|
|
// UnityEngine.InputSystem.InputActionAsset
|
|
|
|
// UnityEngine.InputSystem.InputActionReference
|
|
|
|
// UnityEngine.InputSystem.InputActionReference
|
|
|
|
// UnityEngine.InputSystem.InputDevice
|
|
|
|
// UnityEngine.InputSystem.InputDevice
|
|
|
|
// UnityEngine.InputSystem.InputManager
|
|
|
|
// UnityEngine.InputSystem.InputManager
|
|
|
|
// UnityEngine.InputSystem.InputSettings
|
|
|
|
// UnityEngine.InputSystem.InputSettings
|
|
|
|
// System.InvalidOperationException
|
|
|
|
// System.InvalidOperationException
|
|
|
|
// System.NotSupportedException
|
|
|
|
// System.NotSupportedException
|
|
|
|
// UnityEngine.InputSystem.InputActionState/GlobalState
|
|
|
|
// UnityEngine.InputSystem.InputActionState/GlobalState
|
|
|
|
// UnityEngine.InputSystem.Utilities.SavedStructState`1<UnityEngine.InputSystem.InputActionState/GlobalState>
|
|
|
|
// UnityEngine.InputSystem.Utilities.SavedStructState`1<UnityEngine.InputSystem.InputActionState/GlobalState>
|
|
|
|
// UnityEngine.InputSystem.Utilities.SavedStructState`1/TypedRestore<UnityEngine.InputSystem.InputActionState/GlobalState>
|
|
|
|
// UnityEngine.InputSystem.Utilities.SavedStructState`1/TypedRestore<UnityEngine.InputSystem.InputActionState/GlobalState>
|
|
|
|
// System.ArgumentNullException
|
|
|
|
// System.ArgumentNullException
|
|
|
|
// System.ArgumentOutOfRangeException
|
|
|
|
// System.ArgumentOutOfRangeException
|
|
|
|
// UnityEngine.InputSystem.Controls.AxisControl
|
|
|
|
// UnityEngine.InputSystem.Controls.AxisControl
|
|
|
|
// UnityEngine.InputSystem.InputActionState
|
|
struct InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700_StaticFields
|
|
{
|
|
// UnityEngine.InputSystem.InputActionState/GlobalState UnityEngine.InputSystem.InputActionState::s_GlobalState
|
|
GlobalState_tC6D38701EF2670B99D214B9A482C428DFEA8408A ___s_GlobalState_14;
|
|
};
|
|
|
|
// UnityEngine.InputSystem.InputActionState
|
|
|
|
// UnityEngine.InputSystem.Controls.ButtonControl
|
|
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.Controls.ButtonControl
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
// System.String[]
|
|
struct StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248 : public RuntimeArray
|
|
{
|
|
ALIGN_FIELD (8) String_t* m_Items[1];
|
|
|
|
inline String_t* GetAt(il2cpp_array_size_t index) const
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items[index];
|
|
}
|
|
inline String_t** GetAddressAt(il2cpp_array_size_t index)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAt(il2cpp_array_size_t index, String_t* value)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
|
|
}
|
|
inline String_t* GetAtUnchecked(il2cpp_array_size_t index) const
|
|
{
|
|
return m_Items[index];
|
|
}
|
|
inline String_t** GetAddressAtUnchecked(il2cpp_array_size_t index)
|
|
{
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAtUnchecked(il2cpp_array_size_t index, String_t* value)
|
|
{
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
|
|
}
|
|
};
|
|
// UnityEngine.InputSystem.InputActionMap[]
|
|
struct InputActionMapU5BU5D_t4B352E8DA73976FEDA107E35E81FB5BE6838C045 : public RuntimeArray
|
|
{
|
|
ALIGN_FIELD (8) InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* m_Items[1];
|
|
|
|
inline InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* GetAt(il2cpp_array_size_t index) const
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items[index];
|
|
}
|
|
inline InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09** GetAddressAt(il2cpp_array_size_t index)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAt(il2cpp_array_size_t index, InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* value)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
|
|
}
|
|
inline InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* GetAtUnchecked(il2cpp_array_size_t index) const
|
|
{
|
|
return m_Items[index];
|
|
}
|
|
inline InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09** GetAddressAtUnchecked(il2cpp_array_size_t index)
|
|
{
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAtUnchecked(il2cpp_array_size_t index, InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* value)
|
|
{
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
|
|
}
|
|
};
|
|
// UnityEngine.InputSystem.InputAction[]
|
|
struct InputActionU5BU5D_t6F881A9FE5C2016615C8D2E0B192608EA5FCE810 : public RuntimeArray
|
|
{
|
|
ALIGN_FIELD (8) InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* m_Items[1];
|
|
|
|
inline InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* GetAt(il2cpp_array_size_t index) const
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items[index];
|
|
}
|
|
inline InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD** GetAddressAt(il2cpp_array_size_t index)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAt(il2cpp_array_size_t index, InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* value)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
|
|
}
|
|
inline InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* GetAtUnchecked(il2cpp_array_size_t index) const
|
|
{
|
|
return m_Items[index];
|
|
}
|
|
inline InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD** GetAddressAtUnchecked(il2cpp_array_size_t index)
|
|
{
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAtUnchecked(il2cpp_array_size_t index, InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* value)
|
|
{
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
|
|
}
|
|
};
|
|
// UnityEngine.InputSystem.InputBinding[]
|
|
struct InputBindingU5BU5D_t7E47E87B9CAE12B6F6A0659008B425C58D84BB57 : public RuntimeArray
|
|
{
|
|
ALIGN_FIELD (8) InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 m_Items[1];
|
|
|
|
inline InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 GetAt(il2cpp_array_size_t index) const
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items[index];
|
|
}
|
|
inline InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5* GetAddressAt(il2cpp_array_size_t index)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAt(il2cpp_array_size_t index, InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 value)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___m_Name_2), (void*)NULL);
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___m_Id_3), (void*)NULL);
|
|
#endif
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___m_Path_4), (void*)NULL);
|
|
#endif
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___m_Interactions_5), (void*)NULL);
|
|
#endif
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___m_Processors_6), (void*)NULL);
|
|
#endif
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___m_Groups_7), (void*)NULL);
|
|
#endif
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___m_Action_8), (void*)NULL);
|
|
#endif
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___m_OverridePath_10), (void*)NULL);
|
|
#endif
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___m_OverrideInteractions_11), (void*)NULL);
|
|
#endif
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___m_OverrideProcessors_12), (void*)NULL);
|
|
#endif
|
|
}
|
|
inline InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 GetAtUnchecked(il2cpp_array_size_t index) const
|
|
{
|
|
return m_Items[index];
|
|
}
|
|
inline InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5* GetAddressAtUnchecked(il2cpp_array_size_t index)
|
|
{
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAtUnchecked(il2cpp_array_size_t index, InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 value)
|
|
{
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___m_Name_2), (void*)NULL);
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___m_Id_3), (void*)NULL);
|
|
#endif
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___m_Path_4), (void*)NULL);
|
|
#endif
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___m_Interactions_5), (void*)NULL);
|
|
#endif
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___m_Processors_6), (void*)NULL);
|
|
#endif
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___m_Groups_7), (void*)NULL);
|
|
#endif
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___m_Action_8), (void*)NULL);
|
|
#endif
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___m_OverridePath_10), (void*)NULL);
|
|
#endif
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___m_OverrideInteractions_11), (void*)NULL);
|
|
#endif
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___m_OverrideProcessors_12), (void*)NULL);
|
|
#endif
|
|
}
|
|
};
|
|
// UnityEngine.InputSystem.InputControlScheme[]
|
|
struct InputControlSchemeU5BU5D_tAE603126FBD4D6B8F67EA6F8CFA531A646C63D86 : public RuntimeArray
|
|
{
|
|
ALIGN_FIELD (8) InputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434 m_Items[1];
|
|
|
|
inline InputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434 GetAt(il2cpp_array_size_t index) const
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items[index];
|
|
}
|
|
inline InputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434* GetAddressAt(il2cpp_array_size_t index)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAt(il2cpp_array_size_t index, InputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434 value)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___m_Name_0), (void*)NULL);
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___m_BindingGroup_1), (void*)NULL);
|
|
#endif
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___m_DeviceRequirements_2), (void*)NULL);
|
|
#endif
|
|
}
|
|
inline InputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434 GetAtUnchecked(il2cpp_array_size_t index) const
|
|
{
|
|
return m_Items[index];
|
|
}
|
|
inline InputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434* GetAddressAtUnchecked(il2cpp_array_size_t index)
|
|
{
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAtUnchecked(il2cpp_array_size_t index, InputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434 value)
|
|
{
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___m_Name_0), (void*)NULL);
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___m_BindingGroup_1), (void*)NULL);
|
|
#endif
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___m_DeviceRequirements_2), (void*)NULL);
|
|
#endif
|
|
}
|
|
};
|
|
// UnityEngine.InputSystem.InputControlScheme/DeviceRequirement[]
|
|
struct DeviceRequirementU5BU5D_t0496FAAB7554B7BFC270BA53BA6A5EFD5DE061CE : public RuntimeArray
|
|
{
|
|
ALIGN_FIELD (8) DeviceRequirement_t80E71C44DF1923C15D3AA025242B7348EBF8B056 m_Items[1];
|
|
|
|
inline DeviceRequirement_t80E71C44DF1923C15D3AA025242B7348EBF8B056 GetAt(il2cpp_array_size_t index) const
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items[index];
|
|
}
|
|
inline DeviceRequirement_t80E71C44DF1923C15D3AA025242B7348EBF8B056* GetAddressAt(il2cpp_array_size_t index)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAt(il2cpp_array_size_t index, DeviceRequirement_t80E71C44DF1923C15D3AA025242B7348EBF8B056 value)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___m_ControlPath_0), (void*)NULL);
|
|
}
|
|
inline DeviceRequirement_t80E71C44DF1923C15D3AA025242B7348EBF8B056 GetAtUnchecked(il2cpp_array_size_t index) const
|
|
{
|
|
return m_Items[index];
|
|
}
|
|
inline DeviceRequirement_t80E71C44DF1923C15D3AA025242B7348EBF8B056* GetAddressAtUnchecked(il2cpp_array_size_t index)
|
|
{
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAtUnchecked(il2cpp_array_size_t index, DeviceRequirement_t80E71C44DF1923C15D3AA025242B7348EBF8B056 value)
|
|
{
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___m_ControlPath_0), (void*)NULL);
|
|
}
|
|
};
|
|
// UnityEngine.InputSystem.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.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);
|
|
}
|
|
};
|
|
// 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);
|
|
}
|
|
};
|
|
// System.Object[]
|
|
struct ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918 : public RuntimeArray
|
|
{
|
|
ALIGN_FIELD (8) RuntimeObject* m_Items[1];
|
|
|
|
inline RuntimeObject* GetAt(il2cpp_array_size_t index) const
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items[index];
|
|
}
|
|
inline RuntimeObject** GetAddressAt(il2cpp_array_size_t index)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAt(il2cpp_array_size_t index, RuntimeObject* value)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
|
|
}
|
|
inline RuntimeObject* GetAtUnchecked(il2cpp_array_size_t index) const
|
|
{
|
|
return m_Items[index];
|
|
}
|
|
inline RuntimeObject** GetAddressAtUnchecked(il2cpp_array_size_t index)
|
|
{
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAtUnchecked(il2cpp_array_size_t index, RuntimeObject* value)
|
|
{
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
|
|
}
|
|
};
|
|
|
|
IL2CPP_EXTERN_C void InputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434_marshal_pinvoke(const InputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434& unmarshaled, InputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434_marshaled_pinvoke& marshaled);
|
|
IL2CPP_EXTERN_C void InputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434_marshal_pinvoke_back(const InputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434_marshaled_pinvoke& marshaled, InputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434& unmarshaled);
|
|
IL2CPP_EXTERN_C void InputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434_marshal_pinvoke_cleanup(InputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434_marshaled_pinvoke& marshaled);
|
|
IL2CPP_EXTERN_C void InputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434_marshal_com(const InputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434& unmarshaled, InputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434_marshaled_com& marshaled);
|
|
IL2CPP_EXTERN_C void InputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434_marshal_com_back(const InputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434_marshaled_com& marshaled, InputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434& unmarshaled);
|
|
IL2CPP_EXTERN_C void InputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434_marshal_com_cleanup(InputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434_marshaled_com& marshaled);
|
|
|
|
// TValue UnityEngine.InputSystem.Utilities.ReadOnlyArray`1<UnityEngine.InputSystem.InputBinding>::get_Item(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 ReadOnlyArray_1_get_Item_mDAAB3D7833424DD373EA449309C8728D5BA96C4A_gshared (ReadOnlyArray_1_tF49E7A2430C7D717C5DF8A8C2626314D0D9C1CF4* __this, int32_t ___0_index, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Linq.Enumerable::Contains<System.Object>(System.Collections.Generic.IEnumerable`1<TSource>,TSource)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Enumerable_Contains_TisRuntimeObject_mBCDB5870C52FC5BD2B6AE472A749FC03B9CF8958_gshared (RuntimeObject* ___0_source, RuntimeObject* ___1_value, const RuntimeMethod* method) ;
|
|
// T UnityEngine.ScriptableObject::CreateInstance<System.Object>()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ScriptableObject_CreateInstance_TisRuntimeObject_mC07BE383F5EF546F4191035A679930852BC19BDA_gshared (const RuntimeMethod* method) ;
|
|
// System.Int32 UnityEngine.InputSystem.Utilities.ArrayHelpers::Append<System.Object>(TValue[]&,TValue)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ArrayHelpers_Append_TisRuntimeObject_mD816F80434FA8521E5E4299018AD7E6A56D0DAB5_gshared (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918** ___0_array, RuntimeObject* ___1_value, const RuntimeMethod* method) ;
|
|
// System.Boolean UnityEngine.InputSystem.Utilities.ArrayHelpers::Erase<System.Object>(TValue[]&,TValue)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ArrayHelpers_Erase_TisRuntimeObject_m154DEB88E8DBC315C7127B709BE95BCDBE102CDB_gshared (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918** ___0_array, RuntimeObject* ___1_value, const RuntimeMethod* method) ;
|
|
// TValue[] UnityEngine.InputSystem.Utilities.ReadOnlyArray`1<UnityEngine.InputSystem.InputBinding>::ToArray()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputBindingU5BU5D_t7E47E87B9CAE12B6F6A0659008B425C58D84BB57* ReadOnlyArray_1_ToArray_m979DD9449486BEEE332E18BC5DCDCB3E86E09B95_gshared (ReadOnlyArray_1_tF49E7A2430C7D717C5DF8A8C2626314D0D9C1CF4* __this, const RuntimeMethod* method) ;
|
|
// System.Int32 UnityEngine.InputSystem.Utilities.ArrayHelpers::IndexOfReference<System.Object,System.Object>(TFirst[],TSecond,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ArrayHelpers_IndexOfReference_TisRuntimeObject_TisRuntimeObject_m58ECC31F75FD822671542E4F31BCFD292120D6C0_gshared (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___0_array, RuntimeObject* ___1_value, int32_t ___2_count, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.InputSystem.Utilities.ArrayHelpers::EraseAt<System.Object>(TValue[]&,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArrayHelpers_EraseAt_TisRuntimeObject_m76588B1AE523B56461F373763C8FEB648CE6E9B5_gshared (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918** ___0_array, int32_t ___1_index, const RuntimeMethod* method) ;
|
|
// System.Void System.Predicate`1<UnityEngine.InputSystem.InputBinding>::.ctor(System.Object,System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Predicate_1__ctor_m1CD318216451530484DBA65D42224483A827B37E_gshared (Predicate_1_t80FB7E5C66BEF660F7A73B065A0027BEB853ED76* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method) ;
|
|
// System.Int32 UnityEngine.InputSystem.Utilities.ArrayHelpers::IndexOf<UnityEngine.InputSystem.InputBinding>(TValue[],System.Predicate`1<TValue>)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ArrayHelpers_IndexOf_TisInputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5_m00F9E786676AB334D1E4D83AD70B9D93F42132D9_gshared (InputBindingU5BU5D_t7E47E87B9CAE12B6F6A0659008B425C58D84BB57* ___0_array, Predicate_1_t80FB7E5C66BEF660F7A73B065A0027BEB853ED76* ___1_predicate, const RuntimeMethod* method) ;
|
|
// System.Int32 UnityEngine.InputSystem.Utilities.ArrayHelpers::Append<UnityEngine.InputSystem.InputBinding>(TValue[]&,TValue)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ArrayHelpers_Append_TisInputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5_m12810AF1B6E9365D28CA2BC63AB33C01A89745ED_gshared (InputBindingU5BU5D_t7E47E87B9CAE12B6F6A0659008B425C58D84BB57** ___0_array, InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 ___1_value, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.InputSystem.Utilities.ArrayHelpers::InsertAt<UnityEngine.InputSystem.InputBinding>(TValue[]&,System.Int32,TValue)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArrayHelpers_InsertAt_TisInputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5_m036C272003ED36284DD0D4EAE689143ED75E4B9F_gshared (InputBindingU5BU5D_t7E47E87B9CAE12B6F6A0659008B425C58D84BB57** ___0_array, int32_t ___1_index, InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 ___2_value, const RuntimeMethod* method) ;
|
|
// System.Int32 UnityEngine.InputSystem.Utilities.ArrayHelpers::LengthSafe<UnityEngine.InputSystem.InputBinding>(TValue[])
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ArrayHelpers_LengthSafe_TisInputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5_m65BEB25B025FF72F8F17C6F867829599AEEB076B_gshared (InputBindingU5BU5D_t7E47E87B9CAE12B6F6A0659008B425C58D84BB57* ___0_array, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Nullable`1<UnityEngine.InputSystem.InputControlScheme>::get_HasValue()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Nullable_1_get_HasValue_m00D904EE8851201746126144230D13B95AA124FE_gshared_inline (Nullable_1_t16AD7DAD50FE498393D70E4661FB4349D271C2EE* __this, const RuntimeMethod* method) ;
|
|
// System.Int32 UnityEngine.InputSystem.Utilities.ArrayHelpers::Append<UnityEngine.InputSystem.InputControlScheme>(TValue[]&,TValue)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ArrayHelpers_Append_TisInputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434_mEE562A52D13EFE1A51A24BA9FEA35B34F21FF6DB_gshared (InputControlSchemeU5BU5D_tAE603126FBD4D6B8F67EA6F8CFA531A646C63D86** ___0_array, InputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434 ___1_value, const RuntimeMethod* method) ;
|
|
// System.Int32 UnityEngine.InputSystem.Utilities.ReadOnlyArray`1<UnityEngine.InputSystem.InputControlScheme>::get_Count()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t ReadOnlyArray_1_get_Count_mC5926BE617B0AC5B74104072E867B33527B37B61_gshared_inline (ReadOnlyArray_1_tC41FC1476A6CC9385BDD74ECC6D3AF66A6C82BF9* __this, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.InputSystem.Utilities.ArrayHelpers::EraseAt<UnityEngine.InputSystem.InputControlScheme>(TValue[]&,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArrayHelpers_EraseAt_TisInputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434_m1E89C17875F8B90951E360F40E8CE8CC1DB71A0E_gshared (InputControlSchemeU5BU5D_tAE603126FBD4D6B8F67EA6F8CFA531A646C63D86** ___0_array, int32_t ___1_index, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.InputSystem.Utilities.ArrayHelpers::EraseAt<UnityEngine.InputSystem.InputBinding>(TValue[]&,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArrayHelpers_EraseAt_TisInputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5_m757B63C01B56E8B6E9B92C2BAC27AE32AF0F9CE8_gshared (InputBindingU5BU5D_t7E47E87B9CAE12B6F6A0659008B425C58D84BB57** ___0_array, int32_t ___1_index, const RuntimeMethod* method) ;
|
|
// System.Int32 UnityEngine.InputSystem.Utilities.ArrayHelpers::Append<UnityEngine.InputSystem.InputControlScheme/DeviceRequirement>(TValue[]&,TValue)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ArrayHelpers_Append_TisDeviceRequirement_t80E71C44DF1923C15D3AA025242B7348EBF8B056_mE100EC8CB72CA39DC9713CE06C23649C5B25B670_gshared (DeviceRequirementU5BU5D_t0496FAAB7554B7BFC270BA53BA6A5EFD5DE061CE** ___0_array, DeviceRequirement_t80E71C44DF1923C15D3AA025242B7348EBF8B056 ___1_value, const RuntimeMethod* method) ;
|
|
// TValue[] UnityEngine.InputSystem.Utilities.ArrayHelpers::Copy<System.Object>(TValue[])
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ArrayHelpers_Copy_TisRuntimeObject_m80D24211D4D837AC731F84AFCC132F79ECC3E9D2_gshared (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___0_array, 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) ;
|
|
// 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.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 ___0_allocator, int32_t ___1_initialCapacity, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.InputSystem.InputControlList`1<System.Object>::Resize(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputControlList_1_Resize_m35F534D3037CFD63A99311DBFD097DB4DD558A1A_gshared (InputControlList_1_t48EC0F64E524A57EFE5948AFCA4A576846FC1C31* __this, int32_t ___0_size, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.InputSystem.InputControlList`1<System.Object>::set_Item(System.Int32,TControl)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputControlList_1_set_Item_m33514925B7CCDD59E151A0A40DA6F9AD7B5DBB0C_gshared (InputControlList_1_t48EC0F64E524A57EFE5948AFCA4A576846FC1C31* __this, int32_t ___0_index, RuntimeObject* ___1_value, 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.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) ;
|
|
// 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 ___0_index, const RuntimeMethod* method) ;
|
|
// System.Int32 UnityEngine.InputSystem.Utilities.CallbackArray`1<System.Object>::get_length()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CallbackArray_1_get_length_m81CB1E446FBEF126C2096B08E643D63ACDDBD0F1_gshared (CallbackArray_1_t70C9B62D06582BEAC403C9259B541A2D8D4B4A1F* __this, const RuntimeMethod* method) ;
|
|
// System.Int32 UnityEngine.InputSystem.Utilities.ArrayHelpers::LengthSafe<System.Object>(TValue[])
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ArrayHelpers_LengthSafe_TisRuntimeObject_mD211A752C4B07E786E186DCC41B4CA1EE762F9AC_gshared (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___0_array, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.InputSystem.Utilities.DelegateHelpers::InvokeCallbacksSafe<System.Object,System.Int32Enum>(UnityEngine.InputSystem.Utilities.CallbackArray`1<System.Action`2<TValue1,TValue2>>&,TValue1,TValue2,System.String,System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DelegateHelpers_InvokeCallbacksSafe_TisRuntimeObject_TisInt32Enum_tCBAC8BA2BFF3A845FA599F303093BBBA374B6F0C_mF7445A5052E3D2DB0556210D61A66CDD923F6E46_gshared (CallbackArray_1_t728037423B0E59AED45A54BD4669276E085A3A43* ___0_callbacks, RuntimeObject* ___1_argument1, int32_t ___2_argument2, String_t* ___3_callbackName, RuntimeObject* ___4_context, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.InputSystem.Utilities.DelegateHelpers::InvokeCallbacksSafe<UnityEngine.InputSystem.InputAction/CallbackContext>(UnityEngine.InputSystem.Utilities.CallbackArray`1<System.Action`1<TValue>>&,TValue,System.String,System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DelegateHelpers_InvokeCallbacksSafe_TisCallbackContext_tB251EE41F509C6E8A6B05EC97C029A45DF4F5FA8_m876CCCC92963B709E7FE1F22D5F72C1097CCC27C_gshared (CallbackArray_1_tDFF8C4C6015023B6C2E70BAD26D8BC6BF00D8775* ___0_callbacks, CallbackContext_tB251EE41F509C6E8A6B05EC97C029A45DF4F5FA8 ___1_argument, String_t* ___2_callbackName, RuntimeObject* ___3_context, const RuntimeMethod* method) ;
|
|
// TValue UnityEngine.InputSystem.InputActionState::ReadValue<System.Single>(System.Int32,System.Int32,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float InputActionState_ReadValue_TisSingle_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_mFBC09D8966BA50744DD4A7F7327A9E9920AB778E_gshared (InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* __this, int32_t ___0_bindingIndex, int32_t ___1_controlIndex, bool ___2_ignoreComposites, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.InputSystem.Utilities.SavedStructState`1/TypedRestore<UnityEngine.InputSystem.InputActionState/GlobalState>::.ctor(System.Object,System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TypedRestore__ctor_mE95F5447715E8372823A459EEF5D4B6116093AD4_gshared (TypedRestore_t6392D1A147D6C459F25550CF1D106E5E9BB83BF0* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.InputSystem.Utilities.SavedStructState`1<UnityEngine.InputSystem.InputActionState/GlobalState>::.ctor(T&,UnityEngine.InputSystem.Utilities.SavedStructState`1/TypedRestore<T>,System.Action)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SavedStructState_1__ctor_mA30A55C10E99CB4972BC805596222DC745AD3720_gshared (SavedStructState_1_t847839F95EAB8F77D10AD4C82CE8538B637380EE* __this, GlobalState_tC6D38701EF2670B99D214B9A482C428DFEA8408A* ___0_state, TypedRestore_t6392D1A147D6C459F25550CF1D106E5E9BB83BF0* ___1_restoreAction, Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* ___2_staticDisposeCurrentState, const RuntimeMethod* method) ;
|
|
// System.Int32 UnityEngine.InputSystem.Utilities.InlinedArray`1<System.Runtime.InteropServices.GCHandle>::AppendWithCapacity(TValue,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t InlinedArray_1_AppendWithCapacity_m0BB7422AECD3B69BE501CAC88C9BF72860C4B833_gshared (InlinedArray_1_tD165225A32CD54B946FB419909F21C082C70A5B2* __this, GCHandle_tC44F6F72EE68BD4CFABA24309DA7A179D41127DC ___0_value, int32_t ___1_capacityIncrement, const RuntimeMethod* method) ;
|
|
// TValue UnityEngine.InputSystem.Utilities.InlinedArray`1<System.Runtime.InteropServices.GCHandle>::get_Item(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GCHandle_tC44F6F72EE68BD4CFABA24309DA7A179D41127DC InlinedArray_1_get_Item_m8D45A4E6092362E4D489909A5AFA12CB3714B627_gshared (InlinedArray_1_tD165225A32CD54B946FB419909F21C082C70A5B2* __this, int32_t ___0_index, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.InputSystem.Utilities.InlinedArray`1<System.Runtime.InteropServices.GCHandle>::RemoveAtByMovingTailWithCapacity(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InlinedArray_1_RemoveAtByMovingTailWithCapacity_m593184E88A3826AFFD6C77355A54AF58620D7381_gshared (InlinedArray_1_tD165225A32CD54B946FB419909F21C082C70A5B2* __this, int32_t ___0_index, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.InputSystem.Utilities.InlinedArray`1<System.Runtime.InteropServices.GCHandle>::set_Item(System.Int32,TValue)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InlinedArray_1_set_Item_m2E2B2DE5259AF60444A1C4F320E3DEE86F76F666_gshared (InlinedArray_1_tD165225A32CD54B946FB419909F21C082C70A5B2* __this, int32_t ___0_index, GCHandle_tC44F6F72EE68BD4CFABA24309DA7A179D41127DC ___1_value, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.InputSystem.Utilities.DelegateHelpers::InvokeCallbacksSafe<System.Object>(UnityEngine.InputSystem.Utilities.CallbackArray`1<System.Action`1<TValue>>&,TValue,System.String,System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DelegateHelpers_InvokeCallbacksSafe_TisRuntimeObject_m3765984E32F53D8A5A25B14A6E8A71B9234740F4_gshared (CallbackArray_1_tB6F9AD05405749A2888C89224C8F5ECF4E1C0411* ___0_callbacks, RuntimeObject* ___1_argument, String_t* ___2_callbackName, RuntimeObject* ___3_context, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.InputSystem.Utilities.CallbackArray`1<System.Object>::Clear()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CallbackArray_1_Clear_m153646C8911B8497C38B1F78FC0B24AF66CB3101_gshared (CallbackArray_1_t70C9B62D06582BEAC403C9259B541A2D8D4B4A1F* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Collections.Generic.List`1<System.Object>::AddRange(System.Collections.Generic.IEnumerable`1<T>)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_AddRange_m1F76B300133150E6046C5FED00E88B5DE0A02E17_gshared (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* __this, RuntimeObject* ___0_collection, const RuntimeMethod* method) ;
|
|
// System.Void System.Collections.Generic.List`1<System.Object>::Add(T)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void List_1_Add_mEBCF994CC3814631017F46A387B1A192ED6C85C7_gshared_inline (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* __this, RuntimeObject* ___0_item, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.InputSystem.Utilities.InlinedArray`1<System.Runtime.InteropServices.GCHandle>::RemoveAtWithCapacity(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InlinedArray_1_RemoveAtWithCapacity_m3E6523CB7947153FE46338D863E27E2881A5EC2A_gshared (InlinedArray_1_tD165225A32CD54B946FB419909F21C082C70A5B2* __this, int32_t ___0_index, const RuntimeMethod* method) ;
|
|
// 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* ___0_object, intptr_t ___1_method, 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_m5DAF16724887B42DDBBF391C7F375749E8AA4AD7_gshared (RuntimeObject* ___0_source, Func_2_tE1F0D41563EE092E5E5540B061449FDE88F1DC00* ___1_predicate, 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_m9EFD5CBA0FF05E990D56D14EE1BD1E289E6BE9EA_gshared (MemberInfo_t* ___0_element, bool ___1_inherit, const RuntimeMethod* method) ;
|
|
// T System.Reflection.CustomAttributeExtensions::GetCustomAttribute<System.Object>(System.Reflection.MemberInfo)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* CustomAttributeExtensions_GetCustomAttribute_TisRuntimeObject_m5B4B712DB5F08EBF4518A1973C9F11C15A4BEAE9_gshared (MemberInfo_t* ___0_element, 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 ___0_bindingIndex, int32_t ___1_partNumber, bool* ___2_buttonValuePtr, int32_t* ___3_controlIndex, DefaultComparer_1_tD5AE5A1A1257191A99DD8A768794EDC0D6032AA7 ___4_comparer, const RuntimeMethod* method) ;
|
|
|
|
// System.Void System.Object::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2 (RuntimeObject* __this, const RuntimeMethod* method) ;
|
|
// System.String UnityEngine.InputSystem.InputControlScheme::get_bindingGroup()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* InputControlScheme_get_bindingGroup_m44B4669B8B5D5FDEE8DB190307415AA2F99F5835_inline (InputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434* __this, const RuntimeMethod* method) ;
|
|
// System.Boolean System.String::Equals(System.String,System.StringComparison)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_Equals_m7BDFC0B951005B9DC2BAED464AFE68FF7E9ACE5A (String_t* __this, String_t* ___0_value, int32_t ___1_comparisonType, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.InputSystem.InputActionState::DeferredResolutionOfBindings()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionState_DeferredResolutionOfBindings_m607A0C4428312C015F0C7B0E1338B834EB776A52 (const RuntimeMethod* method) ;
|
|
// TValue UnityEngine.InputSystem.Utilities.ReadOnlyArray`1<UnityEngine.InputSystem.InputBinding>::get_Item(System.Int32)
|
|
inline InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 ReadOnlyArray_1_get_Item_mDAAB3D7833424DD373EA449309C8728D5BA96C4A (ReadOnlyArray_1_tF49E7A2430C7D717C5DF8A8C2626314D0D9C1CF4* __this, int32_t ___0_index, const RuntimeMethod* method)
|
|
{
|
|
return (( InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 (*) (ReadOnlyArray_1_tF49E7A2430C7D717C5DF8A8C2626314D0D9C1CF4*, int32_t, const RuntimeMethod*))ReadOnlyArray_1_get_Item_mDAAB3D7833424DD373EA449309C8728D5BA96C4A_gshared)(__this, ___0_index, method);
|
|
}
|
|
// System.String UnityEngine.InputSystem.InputBinding::get_name()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* InputBinding_get_name_mA8D3C357E272E1C140226BDB8ABEE6FCA8693705_inline (InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5* __this, const RuntimeMethod* method) ;
|
|
// System.Boolean System.String::Equals(System.String,System.String,System.StringComparison)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_Equals_mCC34895D0DB2AD440C9D8767032215BC86B5C48B (String_t* ___0_a, String_t* ___1_b, int32_t ___2_comparisonType, const RuntimeMethod* method) ;
|
|
// System.Boolean System.String::IsNullOrEmpty(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_IsNullOrEmpty_mEA9E3FB005AC28FE02E69FCF95A7B8456192B478 (String_t* ___0_value, const RuntimeMethod* method) ;
|
|
// System.String System.String::Concat(System.String,System.String,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_m8855A6DE10F84DA7F4EC113CADDB59873A25573B (String_t* ___0_str0, String_t* ___1_str1, String_t* ___2_str2, const RuntimeMethod* method) ;
|
|
// System.Boolean UnityEngine.Object::op_Inequality(UnityEngine.Object,UnityEngine.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Object_op_Inequality_mD0BE578448EAA61948F25C32F8DD55AB1F778602 (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C* ___0_x, Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C* ___1_y, const RuntimeMethod* method) ;
|
|
// UnityEngine.InputSystem.InputAction UnityEngine.InputSystem.InputActionReference::get_action()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* InputActionReference_get_action_m395EDEA6A93B54555D22323FDA6E1B1E931CE6EF (InputActionReference_t64730C6B41271E0983FC21BFB416169F5D6BC4A1* __this, const RuntimeMethod* method) ;
|
|
// UnityEngine.InputSystem.InputAction UnityEngine.InputSystem.InputActionProperty::get_action()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* InputActionProperty_get_action_mABF2197D9CC6586E5DFB0481CF9C1B2586F41A47 (InputActionProperty_tE5B1633784A72FC044A0BB5C0BE140DD7BD84FAD* __this, const RuntimeMethod* method) ;
|
|
// UnityEngine.InputSystem.InputActionReference UnityEngine.InputSystem.InputActionProperty::get_reference()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputActionReference_t64730C6B41271E0983FC21BFB416169F5D6BC4A1* InputActionProperty_get_reference_m71A5E6BC4908F5AD358FAE3821EEFB236AFC71D3 (InputActionProperty_tE5B1633784A72FC044A0BB5C0BE140DD7BD84FAD* __this, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.InputSystem.InputActionProperty::.ctor(UnityEngine.InputSystem.InputAction)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionProperty__ctor_m0E922A8B1C135221416D4ADB0B28FE1BCA80209A (InputActionProperty_tE5B1633784A72FC044A0BB5C0BE140DD7BD84FAD* __this, InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* ___0_action, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.InputSystem.InputActionProperty::.ctor(UnityEngine.InputSystem.InputActionReference)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionProperty__ctor_m1B4A297857D1968B4021B8ED04B4FEA1624CAE38 (InputActionProperty_tE5B1633784A72FC044A0BB5C0BE140DD7BD84FAD* __this, InputActionReference_t64730C6B41271E0983FC21BFB416169F5D6BC4A1* ___0_reference, const RuntimeMethod* method) ;
|
|
// System.Boolean UnityEngine.Object::op_Equality(UnityEngine.Object,UnityEngine.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Object_op_Equality_mB6120F782D83091EF56A198FCEBCF066DB4A9605 (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C* ___0_x, Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C* ___1_y, const RuntimeMethod* method) ;
|
|
// System.Boolean UnityEngine.InputSystem.InputActionProperty::Equals(UnityEngine.InputSystem.InputActionProperty)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputActionProperty_Equals_m0C06212922B79EBA82960388EB39C48458009F98 (InputActionProperty_tE5B1633784A72FC044A0BB5C0BE140DD7BD84FAD* __this, InputActionProperty_tE5B1633784A72FC044A0BB5C0BE140DD7BD84FAD ___0_other, const RuntimeMethod* method) ;
|
|
// System.Boolean UnityEngine.InputSystem.InputActionProperty::Equals(UnityEngine.InputSystem.InputAction)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputActionProperty_Equals_m97BF84F9329A5012737F02DA31691B9C9FDE989E (InputActionProperty_tE5B1633784A72FC044A0BB5C0BE140DD7BD84FAD* __this, InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* ___0_other, const RuntimeMethod* method) ;
|
|
// System.Boolean UnityEngine.InputSystem.InputActionProperty::Equals(UnityEngine.InputSystem.InputActionReference)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputActionProperty_Equals_mB10D5450B844184F08BAB09296129F539BEC7432 (InputActionProperty_tE5B1633784A72FC044A0BB5C0BE140DD7BD84FAD* __this, InputActionReference_t64730C6B41271E0983FC21BFB416169F5D6BC4A1* ___0_other, const RuntimeMethod* method) ;
|
|
// System.Boolean UnityEngine.InputSystem.InputActionProperty::Equals(System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputActionProperty_Equals_m2068BC73A36627EB4AE36D09CCF389E8B0B5F5BC (InputActionProperty_tE5B1633784A72FC044A0BB5C0BE140DD7BD84FAD* __this, RuntimeObject* ___0_obj, const RuntimeMethod* method) ;
|
|
// System.Int32 UnityEngine.InputSystem.InputActionProperty::GetHashCode()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t InputActionProperty_GetHashCode_mE5D1A51A7D75FBD7332A14ACCA7EA94A91D3BAED (InputActionProperty_tE5B1633784A72FC044A0BB5C0BE140DD7BD84FAD* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Guid::.ctor(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Guid__ctor_mAE66BA1C43B4194F4F7991E2E30370E36CBBF830 (Guid_t* __this, String_t* ___0_g, const RuntimeMethod* method) ;
|
|
// UnityEngine.InputSystem.InputAction UnityEngine.InputSystem.InputActionAsset::FindAction(System.Guid)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* InputActionAsset_FindAction_m16E1640E2BBADC5F408EA6F05C81D593269CD24A (InputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D* __this, Guid_t ___0_guid, const RuntimeMethod* method) ;
|
|
// UnityEngine.InputSystem.InputActionMap UnityEngine.InputSystem.InputAction::get_actionMap()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* InputAction_get_actionMap_m43B509A85057642A7DD0B89E4F27044ABB5B5E93 (InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* __this, const RuntimeMethod* method) ;
|
|
// UnityEngine.InputSystem.InputActionAsset UnityEngine.InputSystem.InputActionMap::get_asset()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR InputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D* InputActionMap_get_asset_mBE901C135AA146247F9A05D72116F8FF15063052_inline (InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* __this, const RuntimeMethod* method) ;
|
|
// System.String System.String::Format(System.String,System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Format_mA8DBB4C2516B9723C5A41E6CB1E2FAF4BBE96DD8 (String_t* ___0_format, RuntimeObject* ___1_arg0, 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* ___0_message, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.InputSystem.InputActionReference::SetInternal(UnityEngine.InputSystem.InputActionAsset,UnityEngine.InputSystem.InputAction)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionReference_SetInternal_m953C49C2F169CEB8A34ED2F35B9976FD23F3C83C (InputActionReference_t64730C6B41271E0983FC21BFB416169F5D6BC4A1* __this, InputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D* ___0_asset, InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* ___1_action, 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* ___0_paramName, const RuntimeMethod* method) ;
|
|
// UnityEngine.InputSystem.InputActionMap UnityEngine.InputSystem.InputActionAsset::FindActionMap(System.String,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* InputActionAsset_FindActionMap_mE04E63102310DA7662194A4D283E2E42D90CCC75 (InputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D* __this, String_t* ___0_nameOrId, bool ___1_throwIfNotFound, const RuntimeMethod* method) ;
|
|
// System.String System.String::Format(System.String,System.Object,System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Format_mFB7DA489BD99F4670881FF50EC017BFB0A5C0987 (String_t* ___0_format, RuntimeObject* ___1_arg0, RuntimeObject* ___2_arg1, 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* ___0_message, String_t* ___1_paramName, const RuntimeMethod* method) ;
|
|
// UnityEngine.InputSystem.InputAction UnityEngine.InputSystem.InputActionMap::FindAction(System.String,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* InputActionMap_FindAction_m94A9B02203CFFA97310EC589FAD4CCB15898F0A3 (InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* __this, String_t* ___0_actionNameOrId, bool ___1_throwIfNotFound, 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_mA0534D6E2AE4D67A6BD8D45B3321323930EB930C (String_t* ___0_format, RuntimeObject* ___1_arg0, RuntimeObject* ___2_arg1, RuntimeObject* ___3_arg2, const RuntimeMethod* method) ;
|
|
// UnityEngine.InputSystem.Utilities.ReadOnlyArray`1<UnityEngine.InputSystem.InputActionMap> UnityEngine.InputSystem.InputActionAsset::get_actionMaps()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ReadOnlyArray_1_tB688C6ED4807227AAD260815DAFB574392403081 InputActionAsset_get_actionMaps_m4466B91D0F82214F6B3CBE373B64D785657B63B4 (InputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D* __this, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Linq.Enumerable::Contains<UnityEngine.InputSystem.InputActionMap>(System.Collections.Generic.IEnumerable`1<TSource>,TSource)
|
|
inline bool Enumerable_Contains_TisInputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09_mDB4A35240D267764A47303CA94557A173E5AF220 (RuntimeObject* ___0_source, InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* ___1_value, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (RuntimeObject*, InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09*, const RuntimeMethod*))Enumerable_Contains_TisRuntimeObject_mBCDB5870C52FC5BD2B6AE472A749FC03B9CF8958_gshared)(___0_source, ___1_value, method);
|
|
}
|
|
// System.Guid UnityEngine.InputSystem.InputAction::get_id()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Guid_t InputAction_get_id_mC9CBAB090420289E55D0BE9A6582EA3B08C40624 (InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* __this, const RuntimeMethod* method) ;
|
|
// System.String System.Guid::ToString()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Guid_ToString_m2BFFD5FA726E03FA707AAFCCF065896C46D5290C (Guid_t* __this, const RuntimeMethod* method) ;
|
|
// System.String UnityEngine.InputSystem.InputActionReference::GetDisplayName(UnityEngine.InputSystem.InputAction)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* InputActionReference_GetDisplayName_mE97C6DA2412BF20294AA795A67C9384E6476FFC2 (InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* ___0_action, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.Object::set_name(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object_set_name_mC79E6DC8FFD72479C90F0C4CC7F42A0FEAF5AE47 (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C* __this, String_t* ___0_value, const RuntimeMethod* method) ;
|
|
// System.String UnityEngine.Object::get_name()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Object_get_name_mAC2F6B897CF1303BA4249B4CB55271AFACBB6392 (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C* __this, const RuntimeMethod* method) ;
|
|
// System.String UnityEngine.InputSystem.InputActionMap::get_name()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* InputActionMap_get_name_mCB679DD2375CBD4A3F7A3419CEDF8AE928CDEBC8_inline (InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* __this, const RuntimeMethod* method) ;
|
|
// System.String UnityEngine.InputSystem.InputAction::get_name()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* InputAction_get_name_m1F0AADC84A46CBF2EEE3AEACB760189F68D50938_inline (InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* __this, const RuntimeMethod* method) ;
|
|
// System.String System.String::Concat(System.String[])
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_m647EBF831F54B6DF7D5AFA5FD012CF4EE7571B6A (StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___0_values, const RuntimeMethod* method) ;
|
|
// System.String UnityEngine.Object::ToString()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Object_ToString_m590B13E2C40DB814E3CF9C3615952B3CC7C4B36C (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C* __this, const RuntimeMethod* method) ;
|
|
// T UnityEngine.ScriptableObject::CreateInstance<UnityEngine.InputSystem.InputActionReference>()
|
|
inline InputActionReference_t64730C6B41271E0983FC21BFB416169F5D6BC4A1* ScriptableObject_CreateInstance_TisInputActionReference_t64730C6B41271E0983FC21BFB416169F5D6BC4A1_mBEDFA5D250E26DA02AC5BC2D26338EC2551F7415 (const RuntimeMethod* method)
|
|
{
|
|
return (( InputActionReference_t64730C6B41271E0983FC21BFB416169F5D6BC4A1* (*) (const RuntimeMethod*))ScriptableObject_CreateInstance_TisRuntimeObject_mC07BE383F5EF546F4191035A679930852BC19BDA_gshared)(method);
|
|
}
|
|
// System.Void UnityEngine.InputSystem.InputActionReference::Set(UnityEngine.InputSystem.InputAction)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionReference_Set_m6FD5F9454BE84DCF93582263A8D5F9E78D78299A (InputActionReference_t64730C6B41271E0983FC21BFB416169F5D6BC4A1* __this, InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* ___0_action, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.ScriptableObject::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ScriptableObject__ctor_mD037FDB0B487295EA47F79A4DB1BF1846C9087FF (ScriptableObject_tB3BFDB921A1B1795B38A5417D3B97A89A140436A* __this, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.InputSystem.InputActionMap::.ctor(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionMap__ctor_m3B19C13398EF209E7E1966A207D36EDE392224D0 (InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* __this, String_t* ___0_name, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.InputSystem.InputActionMap::GenerateId()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionMap_GenerateId_m6FC0A5B76B8328F054247006C47CCD58A97742AC (InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* __this, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.InputSystem.InputActionSetupExtensions::AddActionMap(UnityEngine.InputSystem.InputActionAsset,UnityEngine.InputSystem.InputActionMap)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionSetupExtensions_AddActionMap_m18085CE4FD26F1C8C7DCE171A2A78AE26049D172 (InputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D* ___0_asset, InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* ___1_map, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.InputSystem.InputActionMap::OnWantToChangeSetup()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionMap_OnWantToChangeSetup_mD707DBD72381DDA998D621111323299E600E9B76 (InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* __this, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.InputSystem.InputActionAsset::OnWantToChangeSetup()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionAsset_OnWantToChangeSetup_m78DAFB875CFA40705B468F7AEA0C69E68A163D8F (InputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D* __this, const RuntimeMethod* method) ;
|
|
// System.Int32 UnityEngine.InputSystem.Utilities.ArrayHelpers::Append<UnityEngine.InputSystem.InputActionMap>(TValue[]&,TValue)
|
|
inline int32_t ArrayHelpers_Append_TisInputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09_mDD565733D54190446D9F6187595AF43A4F6A6255 (InputActionMapU5BU5D_t4B352E8DA73976FEDA107E35E81FB5BE6838C045** ___0_array, InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* ___1_value, const RuntimeMethod* method)
|
|
{
|
|
return (( int32_t (*) (InputActionMapU5BU5D_t4B352E8DA73976FEDA107E35E81FB5BE6838C045**, InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09*, const RuntimeMethod*))ArrayHelpers_Append_TisRuntimeObject_mD816F80434FA8521E5E4299018AD7E6A56D0DAB5_gshared)(___0_array, ___1_value, method);
|
|
}
|
|
// System.Void UnityEngine.InputSystem.InputActionAsset::OnSetupChanged()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionAsset_OnSetupChanged_mEED476CAA97B20D567EB74033D8020E74507B563 (InputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D* __this, const RuntimeMethod* method) ;
|
|
// System.Boolean UnityEngine.InputSystem.Utilities.ArrayHelpers::Erase<UnityEngine.InputSystem.InputActionMap>(TValue[]&,TValue)
|
|
inline bool ArrayHelpers_Erase_TisInputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09_mBABAA346C1404BEFAAFF1EB952C37CCDD617DEE2 (InputActionMapU5BU5D_t4B352E8DA73976FEDA107E35E81FB5BE6838C045** ___0_array, InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* ___1_value, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (InputActionMapU5BU5D_t4B352E8DA73976FEDA107E35E81FB5BE6838C045**, InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09*, const RuntimeMethod*))ArrayHelpers_Erase_TisRuntimeObject_m154DEB88E8DBC315C7127B709BE95BCDBE102CDB_gshared)(___0_array, ___1_value, method);
|
|
}
|
|
// System.Void UnityEngine.InputSystem.InputActionSetupExtensions::RemoveActionMap(UnityEngine.InputSystem.InputActionAsset,UnityEngine.InputSystem.InputActionMap)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionSetupExtensions_RemoveActionMap_m5CFBB5E154AC463EF6052542F7DD1DF20C73D471 (InputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D* ___0_asset, InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* ___1_map, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.InputSystem.InputAction::.ctor(System.String,UnityEngine.InputSystem.InputActionType,System.String,System.String,System.String,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputAction__ctor_mD042AD3CC86AEDEB5FB1F8CD9E834FE35F9060B9 (InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* __this, String_t* ___0_name, int32_t ___1_type, String_t* ___2_binding, String_t* ___3_interactions, String_t* ___4_processors, String_t* ___5_expectedControlType, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.InputSystem.InputAction::set_expectedControlType(System.String)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void InputAction_set_expectedControlType_m0E0E3EDBBE07A99D6E264DD7ABB839B6F06B0A57_inline (InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* __this, String_t* ___0_value, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.InputSystem.InputAction::GenerateId()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputAction_GenerateId_mEFFB96A9811B4AC63713D7D933C9B77D2B80F3FD (InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* __this, const RuntimeMethod* method) ;
|
|
// System.Int32 UnityEngine.InputSystem.Utilities.ArrayHelpers::Append<UnityEngine.InputSystem.InputAction>(TValue[]&,TValue)
|
|
inline int32_t ArrayHelpers_Append_TisInputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD_m65F6D710F364C55BBE4272559AD6ABBE5E9402C2 (InputActionU5BU5D_t6F881A9FE5C2016615C8D2E0B192608EA5FCE810** ___0_array, InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* ___1_value, const RuntimeMethod* method)
|
|
{
|
|
return (( int32_t (*) (InputActionU5BU5D_t6F881A9FE5C2016615C8D2E0B192608EA5FCE810**, InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD*, const RuntimeMethod*))ArrayHelpers_Append_TisRuntimeObject_mD816F80434FA8521E5E4299018AD7E6A56D0DAB5_gshared)(___0_array, ___1_value, method);
|
|
}
|
|
// UnityEngine.InputSystem.InputActionSetupExtensions/BindingSyntax UnityEngine.InputSystem.InputActionSetupExtensions::AddBinding(UnityEngine.InputSystem.InputAction,System.String,System.String,System.String,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 InputActionSetupExtensions_AddBinding_m22E4A437A2AD06C6326D8BEB45114B5DBD2F7168 (InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* ___0_action, String_t* ___1_path, String_t* ___2_interactions, String_t* ___3_processors, String_t* ___4_groups, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.InputSystem.InputActionMap::OnSetupChanged()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionMap_OnSetupChanged_m0CD64158CBD6EC889E07B65FB49F097B7C3FBC84 (InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* __this, const RuntimeMethod* method) ;
|
|
// UnityEngine.InputSystem.Utilities.ReadOnlyArray`1<UnityEngine.InputSystem.InputBinding> UnityEngine.InputSystem.InputAction::get_bindings()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ReadOnlyArray_1_tF49E7A2430C7D717C5DF8A8C2626314D0D9C1CF4 InputAction_get_bindings_m88182F2EA5781CC756B38FDCC87450F46B1199B6 (InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* __this, const RuntimeMethod* method) ;
|
|
// TValue[] UnityEngine.InputSystem.Utilities.ReadOnlyArray`1<UnityEngine.InputSystem.InputBinding>::ToArray()
|
|
inline InputBindingU5BU5D_t7E47E87B9CAE12B6F6A0659008B425C58D84BB57* ReadOnlyArray_1_ToArray_m979DD9449486BEEE332E18BC5DCDCB3E86E09B95 (ReadOnlyArray_1_tF49E7A2430C7D717C5DF8A8C2626314D0D9C1CF4* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( InputBindingU5BU5D_t7E47E87B9CAE12B6F6A0659008B425C58D84BB57* (*) (ReadOnlyArray_1_tF49E7A2430C7D717C5DF8A8C2626314D0D9C1CF4*, const RuntimeMethod*))ReadOnlyArray_1_ToArray_m979DD9449486BEEE332E18BC5DCDCB3E86E09B95_gshared)(__this, method);
|
|
}
|
|
// System.Int32 UnityEngine.InputSystem.Utilities.ArrayHelpers::IndexOfReference<UnityEngine.InputSystem.InputAction,UnityEngine.InputSystem.InputAction>(TFirst[],TSecond,System.Int32)
|
|
inline int32_t ArrayHelpers_IndexOfReference_TisInputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD_TisInputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD_m8B3B061F9A9A0BBCE7269146B92494F9DBC440F8 (InputActionU5BU5D_t6F881A9FE5C2016615C8D2E0B192608EA5FCE810* ___0_array, InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* ___1_value, int32_t ___2_count, const RuntimeMethod* method)
|
|
{
|
|
return (( int32_t (*) (InputActionU5BU5D_t6F881A9FE5C2016615C8D2E0B192608EA5FCE810*, InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD*, int32_t, const RuntimeMethod*))ArrayHelpers_IndexOfReference_TisRuntimeObject_TisRuntimeObject_m58ECC31F75FD822671542E4F31BCFD292120D6C0_gshared)(___0_array, ___1_value, ___2_count, method);
|
|
}
|
|
// System.Void UnityEngine.InputSystem.Utilities.ArrayHelpers::EraseAt<UnityEngine.InputSystem.InputAction>(TValue[]&,System.Int32)
|
|
inline void ArrayHelpers_EraseAt_TisInputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD_mD51D4D3D4A54A2974BE092F939D4B2623F00C5E3 (InputActionU5BU5D_t6F881A9FE5C2016615C8D2E0B192608EA5FCE810** ___0_array, int32_t ___1_index, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (InputActionU5BU5D_t6F881A9FE5C2016615C8D2E0B192608EA5FCE810**, int32_t, const RuntimeMethod*))ArrayHelpers_EraseAt_TisRuntimeObject_m76588B1AE523B56461F373763C8FEB648CE6E9B5_gshared)(___0_array, ___1_index, method);
|
|
}
|
|
// System.Void UnityEngine.InputSystem.InputActionSetupExtensions/<>c__DisplayClass5_0::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass5_0__ctor_mB09023B78E0E753DC7EF6560C9776184F4B0AB1D (U3CU3Ec__DisplayClass5_0_tB435DA1271128A428B8472B611AF30D81CDDA858* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Predicate`1<UnityEngine.InputSystem.InputBinding>::.ctor(System.Object,System.IntPtr)
|
|
inline void Predicate_1__ctor_m1CD318216451530484DBA65D42224483A827B37E (Predicate_1_t80FB7E5C66BEF660F7A73B065A0027BEB853ED76* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Predicate_1_t80FB7E5C66BEF660F7A73B065A0027BEB853ED76*, RuntimeObject*, intptr_t, const RuntimeMethod*))Predicate_1__ctor_m1CD318216451530484DBA65D42224483A827B37E_gshared)(__this, ___0_object, ___1_method, method);
|
|
}
|
|
// System.Int32 UnityEngine.InputSystem.Utilities.ArrayHelpers::IndexOf<UnityEngine.InputSystem.InputBinding>(TValue[],System.Predicate`1<TValue>)
|
|
inline int32_t ArrayHelpers_IndexOf_TisInputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5_m00F9E786676AB334D1E4D83AD70B9D93F42132D9 (InputBindingU5BU5D_t7E47E87B9CAE12B6F6A0659008B425C58D84BB57* ___0_array, Predicate_1_t80FB7E5C66BEF660F7A73B065A0027BEB853ED76* ___1_predicate, const RuntimeMethod* method)
|
|
{
|
|
return (( int32_t (*) (InputBindingU5BU5D_t7E47E87B9CAE12B6F6A0659008B425C58D84BB57*, Predicate_1_t80FB7E5C66BEF660F7A73B065A0027BEB853ED76*, const RuntimeMethod*))ArrayHelpers_IndexOf_TisInputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5_m00F9E786676AB334D1E4D83AD70B9D93F42132D9_gshared)(___0_array, ___1_predicate, method);
|
|
}
|
|
// UnityEngine.InputSystem.InputAction UnityEngine.InputSystem.InputActionAsset::FindAction(System.String,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* InputActionAsset_FindAction_m50D07EAFAA8628B9793E7BBEEB2E89C2A9C45C00 (InputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D* __this, String_t* ___0_actionNameOrId, bool ___1_throwIfNotFound, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.InputSystem.InputActionSetupExtensions::RemoveAction(UnityEngine.InputSystem.InputAction)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionSetupExtensions_RemoveAction_mA39494309315DBDD566904DA3D3CA445E2AB2127 (InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* ___0_action, 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* ___0_value, 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* ___0_value, 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* ___0_value, 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* ___0_value, const RuntimeMethod* method) ;
|
|
// UnityEngine.InputSystem.InputActionSetupExtensions/BindingSyntax UnityEngine.InputSystem.InputActionSetupExtensions::AddBinding(UnityEngine.InputSystem.InputAction,UnityEngine.InputSystem.InputBinding)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 InputActionSetupExtensions_AddBinding_m53A02FB892F4E5B0AEDB68B415115F9E2173D697 (InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* ___0_action, InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 ___1_binding, 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.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* ___0_value, const RuntimeMethod* method) ;
|
|
// UnityEngine.InputSystem.InputActionMap UnityEngine.InputSystem.InputAction::GetOrCreateActionMap()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* InputAction_GetOrCreateActionMap_m6809DD783BF15CAD7E12A6A2C74877ADDEC551BE (InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* __this, const RuntimeMethod* method) ;
|
|
// System.Int32 UnityEngine.InputSystem.InputActionSetupExtensions::AddBindingInternal(UnityEngine.InputSystem.InputActionMap,UnityEngine.InputSystem.InputBinding,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t InputActionSetupExtensions_AddBindingInternal_mCCE39F1618CBB8D9184F2EEFAC18429FCDF2405C (InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* ___0_map, InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 ___1_binding, int32_t ___2_bindingIndex, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.InputSystem.InputActionSetupExtensions/BindingSyntax::.ctor(UnityEngine.InputSystem.InputActionMap,System.Int32,UnityEngine.InputSystem.InputAction)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BindingSyntax__ctor_mC1F4AFD3294F170D71F474F895D4789F29875682 (BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317* __this, InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* ___0_map, int32_t ___1_bindingIndexInMap, InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* ___2_action, 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* ___0_paramName, String_t* ___1_message, const RuntimeMethod* method) ;
|
|
// UnityEngine.InputSystem.InputActionSetupExtensions/BindingSyntax UnityEngine.InputSystem.InputActionSetupExtensions::AddBinding(UnityEngine.InputSystem.InputActionMap,UnityEngine.InputSystem.InputBinding)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 InputActionSetupExtensions_AddBinding_m8B817E32D0B53D778039B0ED49A422EA605420BD (InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* ___0_actionMap, InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 ___1_binding, const RuntimeMethod* method) ;
|
|
// UnityEngine.InputSystem.InputActionSetupExtensions/BindingSyntax UnityEngine.InputSystem.InputActionSetupExtensions::AddBinding(UnityEngine.InputSystem.InputActionMap,System.String,System.String,System.String,System.String,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 InputActionSetupExtensions_AddBinding_mAC258E43997507C9535D41F8F16B9752D8D45B90 (InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* ___0_actionMap, String_t* ___1_path, String_t* ___2_interactions, String_t* ___3_groups, String_t* ___4_action, String_t* ___5_processors, const RuntimeMethod* method) ;
|
|
// UnityEngine.InputSystem.InputActionSetupExtensions/BindingSyntax UnityEngine.InputSystem.InputActionSetupExtensions::AddBinding(UnityEngine.InputSystem.InputActionMap,System.String,System.Guid,System.String,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 InputActionSetupExtensions_AddBinding_m280CE7D47E29AA4144F40148E080A069402EC4D1 (InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* ___0_actionMap, String_t* ___1_path, Guid_t ___2_action, String_t* ___3_interactions, String_t* ___4_groups, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Guid::op_Equality(System.Guid,System.Guid)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Guid_op_Equality_mAD728A1A4FB970715E84B7D346E094FE5EF2A240 (Guid_t ___0_a, Guid_t ___1_b, const RuntimeMethod* method) ;
|
|
// System.String UnityEngine.InputSystem.InputBinding::get_path()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* InputBinding_get_path_m7572AB04038339C47BF0C62A3B07BFA6CB8A33B5_inline (InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5* __this, const RuntimeMethod* method) ;
|
|
// System.String UnityEngine.InputSystem.Utilities.NameAndParameters::ParseName(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* NameAndParameters_ParseName_m0D1CA5ADD50166A4895728F245A2AEE6B8F812C3 (String_t* ___0_text, 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* ___0_value, 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 ___0_value, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.InputSystem.InputActionSetupExtensions/CompositeSyntax::.ctor(UnityEngine.InputSystem.InputActionMap,UnityEngine.InputSystem.InputAction,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CompositeSyntax__ctor_mBA31B0CF9F6D1D91562BD67F7F569BBC97803780 (CompositeSyntax_t462FE69194A2B9572B4CB2A0108D10622B820C30* __this, InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* ___0_map, InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* ___1_action, int32_t ___2_compositeIndex, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.InputSystem.InputBinding::GenerateId()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputBinding_GenerateId_m4A7902F29EEF0552BEE8064D7A28945039A80312 (InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5* __this, const RuntimeMethod* method) ;
|
|
// System.Int32 UnityEngine.InputSystem.Utilities.ArrayHelpers::Append<UnityEngine.InputSystem.InputBinding>(TValue[]&,TValue)
|
|
inline int32_t ArrayHelpers_Append_TisInputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5_m12810AF1B6E9365D28CA2BC63AB33C01A89745ED (InputBindingU5BU5D_t7E47E87B9CAE12B6F6A0659008B425C58D84BB57** ___0_array, InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 ___1_value, const RuntimeMethod* method)
|
|
{
|
|
return (( int32_t (*) (InputBindingU5BU5D_t7E47E87B9CAE12B6F6A0659008B425C58D84BB57**, InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5, const RuntimeMethod*))ArrayHelpers_Append_TisInputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5_m12810AF1B6E9365D28CA2BC63AB33C01A89745ED_gshared)(___0_array, ___1_value, method);
|
|
}
|
|
// System.Void UnityEngine.InputSystem.Utilities.ArrayHelpers::InsertAt<UnityEngine.InputSystem.InputBinding>(TValue[]&,System.Int32,TValue)
|
|
inline void ArrayHelpers_InsertAt_TisInputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5_m036C272003ED36284DD0D4EAE689143ED75E4B9F (InputBindingU5BU5D_t7E47E87B9CAE12B6F6A0659008B425C58D84BB57** ___0_array, int32_t ___1_index, InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 ___2_value, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (InputBindingU5BU5D_t7E47E87B9CAE12B6F6A0659008B425C58D84BB57**, int32_t, InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5, const RuntimeMethod*))ArrayHelpers_InsertAt_TisInputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5_m036C272003ED36284DD0D4EAE689143ED75E4B9F_gshared)(___0_array, ___1_index, ___2_value, method);
|
|
}
|
|
// System.Void UnityEngine.InputSystem.InputActionAsset::MarkAsDirty()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionAsset_MarkAsDirty_m65D3BAB7EE1E612A15EF7BFE3E1ED7EBA354AB3F (InputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D* __this, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.InputSystem.InputActionMap::OnBindingModified()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionMap_OnBindingModified_m5D83F89CFCDD65DDE6ACF1C887676F7F8C5707B2 (InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* __this, const RuntimeMethod* method) ;
|
|
// System.Int32 UnityEngine.InputSystem.InputAction::BindingIndexOnActionToBindingIndexOnMap(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t InputAction_BindingIndexOnActionToBindingIndexOnMap_mCC5353C51215568F0B647255DC1122BDDDAC2817 (InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* __this, int32_t ___0_indexOfBindingOnAction, const RuntimeMethod* method) ;
|
|
// UnityEngine.InputSystem.InputActionSetupExtensions/BindingSyntax UnityEngine.InputSystem.InputActionSetupExtensions::ChangeBinding(UnityEngine.InputSystem.InputAction,UnityEngine.InputSystem.InputBinding)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 InputActionSetupExtensions_ChangeBinding_m9AB86B96B4F7D54CE9E13187A6E3B5F0FA57C027 (InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* ___0_action, InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 ___1_match, const RuntimeMethod* method) ;
|
|
// System.Int32 UnityEngine.InputSystem.Utilities.ArrayHelpers::LengthSafe<UnityEngine.InputSystem.InputBinding>(TValue[])
|
|
inline int32_t ArrayHelpers_LengthSafe_TisInputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5_m65BEB25B025FF72F8F17C6F867829599AEEB076B (InputBindingU5BU5D_t7E47E87B9CAE12B6F6A0659008B425C58D84BB57* ___0_array, const RuntimeMethod* method)
|
|
{
|
|
return (( int32_t (*) (InputBindingU5BU5D_t7E47E87B9CAE12B6F6A0659008B425C58D84BB57*, const RuntimeMethod*))ArrayHelpers_LengthSafe_TisInputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5_m65BEB25B025FF72F8F17C6F867829599AEEB076B_gshared)(___0_array, method);
|
|
}
|
|
// System.Void System.ArgumentOutOfRangeException::.ctor(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentOutOfRangeException__ctor_mBC1D5DEEA1BA41DE77228CB27D6BAFEB6DCCBF4A (ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F* __this, String_t* ___0_paramName, 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 ___0_value, const RuntimeMethod* method) ;
|
|
// System.Guid UnityEngine.InputSystem.InputAction::get_idDontGenerate()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Guid_t InputAction_get_idDontGenerate_m9DBA751EC8095D792094F30E3CB5FC147B786D0B (InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* __this, const RuntimeMethod* method) ;
|
|
// System.Int32 UnityEngine.InputSystem.InputActionMap::FindBindingRelativeToMap(UnityEngine.InputSystem.InputBinding)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t InputActionMap_FindBindingRelativeToMap_m0B7479E18C8F95F1E38FDF10A260118F3EDED8A8 (InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* __this, InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 ___0_mask, const RuntimeMethod* method) ;
|
|
// System.Boolean UnityEngine.InputSystem.InputBinding::get_isComposite()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputBinding_get_isComposite_mC921167E3321A149A7BD32E545460BAFA840217A (InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5* __this, const RuntimeMethod* method) ;
|
|
// System.Boolean UnityEngine.InputSystem.InputBinding::TriggersAction(UnityEngine.InputSystem.InputAction)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputBinding_TriggersAction_mD94DC2CB394C8AAC23FE57729C7628E2B64593F8 (InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5* __this, InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* ___0_action, const RuntimeMethod* method) ;
|
|
// System.Boolean System.String::op_Equality(System.String,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1 (String_t* ___0_a, String_t* ___1_b, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.InputSystem.InputActionMap::ClearActionLookupTable()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionMap_ClearActionLookupTable_mFDD685BBCF21C3AB01AA03119CFBA1589C65F2BA (InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* __this, const RuntimeMethod* method) ;
|
|
// System.String UnityEngine.InputSystem.InputBinding::get_action()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* InputBinding_get_action_mD21AC8EB2B81B5569FD857B27BACE7789B968A7E_inline (InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5* __this, const RuntimeMethod* method) ;
|
|
// System.Int32 System.String::Compare(System.String,System.String,System.StringComparison)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_Compare_mB21E4512DAFACE027D2DD3FE75DD6E69CE315009 (String_t* ___0_strA, String_t* ___1_strB, int32_t ___2_comparisonType, const RuntimeMethod* method) ;
|
|
// System.String UnityEngine.InputSystem.InputControlScheme::get_name()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* InputControlScheme_get_name_mF9B3B36BFFF1B3D776B3EC862650970FA5AF35D4_inline (InputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434* __this, const RuntimeMethod* method) ;
|
|
// System.String System.String::Concat(System.String,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_m9E3155FB84015C823606188F53B47CB44C444991 (String_t* ___0_str0, String_t* ___1_str1, const RuntimeMethod* method) ;
|
|
// System.Nullable`1<UnityEngine.InputSystem.InputControlScheme> UnityEngine.InputSystem.InputActionAsset::FindControlScheme(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Nullable_1_t16AD7DAD50FE498393D70E4661FB4349D271C2EE InputActionAsset_FindControlScheme_m4A820A3C7677CFF7FD78627F83FFC4156C8E9736 (InputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D* __this, String_t* ___0_name, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Nullable`1<UnityEngine.InputSystem.InputControlScheme>::get_HasValue()
|
|
inline bool Nullable_1_get_HasValue_m00D904EE8851201746126144230D13B95AA124FE_inline (Nullable_1_t16AD7DAD50FE498393D70E4661FB4349D271C2EE* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (Nullable_1_t16AD7DAD50FE498393D70E4661FB4349D271C2EE*, const RuntimeMethod*))Nullable_1_get_HasValue_m00D904EE8851201746126144230D13B95AA124FE_gshared_inline)(__this, method);
|
|
}
|
|
// System.Int32 UnityEngine.InputSystem.Utilities.ArrayHelpers::Append<UnityEngine.InputSystem.InputControlScheme>(TValue[]&,TValue)
|
|
inline int32_t ArrayHelpers_Append_TisInputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434_mEE562A52D13EFE1A51A24BA9FEA35B34F21FF6DB (InputControlSchemeU5BU5D_tAE603126FBD4D6B8F67EA6F8CFA531A646C63D86** ___0_array, InputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434 ___1_value, const RuntimeMethod* method)
|
|
{
|
|
return (( int32_t (*) (InputControlSchemeU5BU5D_tAE603126FBD4D6B8F67EA6F8CFA531A646C63D86**, InputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434, const RuntimeMethod*))ArrayHelpers_Append_TisInputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434_mEE562A52D13EFE1A51A24BA9FEA35B34F21FF6DB_gshared)(___0_array, ___1_value, method);
|
|
}
|
|
// UnityEngine.InputSystem.Utilities.ReadOnlyArray`1<UnityEngine.InputSystem.InputControlScheme> UnityEngine.InputSystem.InputActionAsset::get_controlSchemes()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ReadOnlyArray_1_tC41FC1476A6CC9385BDD74ECC6D3AF66A6C82BF9 InputActionAsset_get_controlSchemes_m257644C546BD6221DD62251F6C7C2A2CC11BD099 (InputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D* __this, const RuntimeMethod* method) ;
|
|
// System.Int32 UnityEngine.InputSystem.Utilities.ReadOnlyArray`1<UnityEngine.InputSystem.InputControlScheme>::get_Count()
|
|
inline int32_t ReadOnlyArray_1_get_Count_mC5926BE617B0AC5B74104072E867B33527B37B61_inline (ReadOnlyArray_1_tC41FC1476A6CC9385BDD74ECC6D3AF66A6C82BF9* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( int32_t (*) (ReadOnlyArray_1_tC41FC1476A6CC9385BDD74ECC6D3AF66A6C82BF9*, const RuntimeMethod*))ReadOnlyArray_1_get_Count_mC5926BE617B0AC5B74104072E867B33527B37B61_gshared_inline)(__this, method);
|
|
}
|
|
// System.Void UnityEngine.InputSystem.InputControlScheme::.ctor(System.String,System.Collections.Generic.IEnumerable`1<UnityEngine.InputSystem.InputControlScheme/DeviceRequirement>,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputControlScheme__ctor_m486DF1DBF79E9D205BE6A147DDF93D8100EB0FB7 (InputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434* __this, String_t* ___0_name, RuntimeObject* ___1_devices, String_t* ___2_bindingGroup, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.InputSystem.InputActionSetupExtensions::AddControlScheme(UnityEngine.InputSystem.InputActionAsset,UnityEngine.InputSystem.InputControlScheme)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionSetupExtensions_AddControlScheme_m53D42E207B072C61426D94884A8CB4680A52C72D (InputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D* ___0_asset, InputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434 ___1_controlScheme, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.InputSystem.InputActionSetupExtensions/ControlSchemeSyntax::.ctor(UnityEngine.InputSystem.InputActionAsset,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ControlSchemeSyntax__ctor_mC9D52218791DF243E99E920F7772166EFD825977 (ControlSchemeSyntax_t4C14E0745C729675BFFADA8275391ACBAD73227D* __this, InputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D* ___0_asset, int32_t ___1_index, const RuntimeMethod* method) ;
|
|
// System.Int32 UnityEngine.InputSystem.InputActionAsset::FindControlSchemeIndex(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t InputActionAsset_FindControlSchemeIndex_m765CEC376752C62AF08B9F005C8893F0D62DED2D (InputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D* __this, String_t* ___0_name, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.InputSystem.Utilities.ArrayHelpers::EraseAt<UnityEngine.InputSystem.InputControlScheme>(TValue[]&,System.Int32)
|
|
inline void ArrayHelpers_EraseAt_TisInputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434_m1E89C17875F8B90951E360F40E8CE8CC1DB71A0E (InputControlSchemeU5BU5D_tAE603126FBD4D6B8F67EA6F8CFA531A646C63D86** ___0_array, int32_t ___1_index, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (InputControlSchemeU5BU5D_tAE603126FBD4D6B8F67EA6F8CFA531A646C63D86**, int32_t, const RuntimeMethod*))ArrayHelpers_EraseAt_TisInputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434_m1E89C17875F8B90951E360F40E8CE8CC1DB71A0E_gshared)(___0_array, ___1_index, method);
|
|
}
|
|
// System.Void UnityEngine.InputSystem.InputActionSetupExtensions/ControlSchemeSyntax::.ctor(UnityEngine.InputSystem.InputControlScheme)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ControlSchemeSyntax__ctor_m242A15F1F9201DC96CEFCFF8696759540D1F2F95 (ControlSchemeSyntax_t4C14E0745C729675BFFADA8275391ACBAD73227D* __this, InputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434 ___0_controlScheme, const RuntimeMethod* method) ;
|
|
// UnityEngine.InputSystem.InputActionSetupExtensions/ControlSchemeSyntax UnityEngine.InputSystem.InputActionSetupExtensions/ControlSchemeSyntax::WithBindingGroup(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ControlSchemeSyntax_t4C14E0745C729675BFFADA8275391ACBAD73227D ControlSchemeSyntax_WithBindingGroup_m3FA28F3C89C3D0B20FF773312CDE8493BF8711F7 (ControlSchemeSyntax_t4C14E0745C729675BFFADA8275391ACBAD73227D* __this, String_t* ___0_bindingGroup, const RuntimeMethod* method) ;
|
|
// UnityEngine.InputSystem.InputControlScheme UnityEngine.InputSystem.InputActionSetupExtensions/ControlSchemeSyntax::Done()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434 ControlSchemeSyntax_Done_m6DB5799BDD8C3B2FD8428A788152D95DFB74EE15 (ControlSchemeSyntax_t4C14E0745C729675BFFADA8275391ACBAD73227D* __this, const RuntimeMethod* method) ;
|
|
// UnityEngine.InputSystem.InputActionSetupExtensions/ControlSchemeSyntax UnityEngine.InputSystem.InputActionSetupExtensions/ControlSchemeSyntax::WithRequiredDevice(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ControlSchemeSyntax_t4C14E0745C729675BFFADA8275391ACBAD73227D ControlSchemeSyntax_WithRequiredDevice_mAFC72E5BFF4F4724E208AB15CC379ABD786EFFCE (ControlSchemeSyntax_t4C14E0745C729675BFFADA8275391ACBAD73227D* __this, String_t* ___0_controlPath, const RuntimeMethod* method) ;
|
|
// UnityEngine.InputSystem.InputActionSetupExtensions/ControlSchemeSyntax UnityEngine.InputSystem.InputActionSetupExtensions/ControlSchemeSyntax::WithOptionalDevice(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ControlSchemeSyntax_t4C14E0745C729675BFFADA8275391ACBAD73227D ControlSchemeSyntax_WithOptionalDevice_mB17551E2EB7F96585BD6E01573D9494664E9EED7 (ControlSchemeSyntax_t4C14E0745C729675BFFADA8275391ACBAD73227D* __this, String_t* ___0_controlPath, const RuntimeMethod* method) ;
|
|
// UnityEngine.InputSystem.InputActionSetupExtensions/ControlSchemeSyntax UnityEngine.InputSystem.InputActionSetupExtensions/ControlSchemeSyntax::OrWithRequiredDevice(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ControlSchemeSyntax_t4C14E0745C729675BFFADA8275391ACBAD73227D ControlSchemeSyntax_OrWithRequiredDevice_m43958B0E5766DDEB56087E4271512A5A97B30AA6 (ControlSchemeSyntax_t4C14E0745C729675BFFADA8275391ACBAD73227D* __this, String_t* ___0_controlPath, const RuntimeMethod* method) ;
|
|
// UnityEngine.InputSystem.InputActionSetupExtensions/ControlSchemeSyntax UnityEngine.InputSystem.InputActionSetupExtensions/ControlSchemeSyntax::OrWithOptionalDevice(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ControlSchemeSyntax_t4C14E0745C729675BFFADA8275391ACBAD73227D ControlSchemeSyntax_OrWithOptionalDevice_m4FAD0C920C5F78242F300DAA320C32196FCA4CC5 (ControlSchemeSyntax_t4C14E0745C729675BFFADA8275391ACBAD73227D* __this, String_t* ___0_controlPath, const RuntimeMethod* method) ;
|
|
// System.Boolean UnityEngine.InputSystem.InputActionSetupExtensions/BindingSyntax::get_valid()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BindingSyntax_get_valid_m233A0DBDBE0B5AAB4B078F8FD39B1C60EFB6040C (BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317* __this, const RuntimeMethod* method) ;
|
|
// System.Int32 UnityEngine.InputSystem.InputAction::BindingIndexOnMapToBindingIndexOnAction(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t InputAction_BindingIndexOnMapToBindingIndexOnAction_m6C8DAD4DF561F60CE11779614D512D40FF95AA8E (InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* __this, int32_t ___0_indexOfBindingOnMap, const RuntimeMethod* method) ;
|
|
// System.Int32 UnityEngine.InputSystem.InputActionSetupExtensions/BindingSyntax::get_bindingIndex()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BindingSyntax_get_bindingIndex_m7B8ED99A862CA950D0259AC04D12F14A30B144EB (BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317* __this, const RuntimeMethod* method) ;
|
|
// UnityEngine.InputSystem.InputBinding UnityEngine.InputSystem.InputActionSetupExtensions/BindingSyntax::get_binding()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 BindingSyntax_get_binding_mD523829C7E70FD21D7FE3F44C365FD2E5378BDC6 (BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317* __this, const RuntimeMethod* method) ;
|
|
// UnityEngine.InputSystem.InputActionSetupExtensions/BindingSyntax UnityEngine.InputSystem.InputActionSetupExtensions/BindingSyntax::WithName(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 BindingSyntax_WithName_m84E96F1B1A63C0A07AD0A42EF79717C506BE7B0F (BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317* __this, String_t* ___0_name, const RuntimeMethod* method) ;
|
|
// UnityEngine.InputSystem.InputActionSetupExtensions/BindingSyntax UnityEngine.InputSystem.InputActionSetupExtensions/BindingSyntax::WithPath(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 BindingSyntax_WithPath_mD6D680E58841D295A89E74D6AC3B95467B254E1F (BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317* __this, String_t* ___0_path, const RuntimeMethod* method) ;
|
|
// System.Int32 System.String::IndexOf(System.Char)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_IndexOf_mE21E78F35EF4A7768E385A72814C88D22B689966 (String_t* __this, Il2CppChar ___0_value, const RuntimeMethod* method) ;
|
|
// UnityEngine.InputSystem.InputActionSetupExtensions/BindingSyntax UnityEngine.InputSystem.InputActionSetupExtensions/BindingSyntax::WithGroups(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 BindingSyntax_WithGroups_m59E98C5CA5074236A2439A1BE4144C8F3DC19F3F (BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317* __this, String_t* ___0_groups, const RuntimeMethod* method) ;
|
|
// UnityEngine.InputSystem.InputActionSetupExtensions/BindingSyntax UnityEngine.InputSystem.InputActionSetupExtensions/BindingSyntax::WithGroup(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 BindingSyntax_WithGroup_m2B935C9542F810629065D4C2DDD16FB6E1BAEC73 (BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317* __this, String_t* ___0_group, const RuntimeMethod* method) ;
|
|
// System.String UnityEngine.InputSystem.InputBinding::get_groups()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* InputBinding_get_groups_m1DC26248582F17A515C8A84BA5B2FB85712CFD7A_inline (InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5* __this, const RuntimeMethod* method) ;
|
|
// System.String System.String::Join(System.String,System.String[])
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Join_m557B6B554B87C1742FA0B128500073B421ED0BFD (String_t* ___0_separator, StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___1_value, const RuntimeMethod* method) ;
|
|
// UnityEngine.InputSystem.InputActionSetupExtensions/BindingSyntax UnityEngine.InputSystem.InputActionSetupExtensions/BindingSyntax::WithInteractions(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 BindingSyntax_WithInteractions_m34F4F4A3D3B93E4E4E335D80FEEB2287EFF0C220 (BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317* __this, String_t* ___0_interactions, const RuntimeMethod* method) ;
|
|
// UnityEngine.InputSystem.InputActionSetupExtensions/BindingSyntax UnityEngine.InputSystem.InputActionSetupExtensions/BindingSyntax::WithInteraction(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 BindingSyntax_WithInteraction_mCE7E9DC5A2927956F4A89F55FE5D0A083936042B (BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317* __this, String_t* ___0_interaction, const RuntimeMethod* method) ;
|
|
// System.String UnityEngine.InputSystem.InputBinding::get_interactions()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* InputBinding_get_interactions_m95979C848A67C2BBE77749BDBC747ED335297639_inline (InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5* __this, const RuntimeMethod* method) ;
|
|
// UnityEngine.InputSystem.InputActionSetupExtensions/BindingSyntax UnityEngine.InputSystem.InputActionSetupExtensions/BindingSyntax::WithProcessors(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 BindingSyntax_WithProcessors_m1D1DFD638C569F15C7CB962A6C4333C7DFAE2C63 (BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317* __this, String_t* ___0_processors, const RuntimeMethod* method) ;
|
|
// UnityEngine.InputSystem.InputActionSetupExtensions/BindingSyntax UnityEngine.InputSystem.InputActionSetupExtensions/BindingSyntax::WithProcessor(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 BindingSyntax_WithProcessor_m2FD9C1A3B16647C578EF8723249ABF6B45E7F9AC (BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317* __this, String_t* ___0_processor, 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.Boolean UnityEngine.InputSystem.InputAction::get_isSingletonAction()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputAction_get_isSingletonAction_m064CF3435995753C3C7C5675BE6F4FBC904E9EC6 (InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* __this, const RuntimeMethod* method) ;
|
|
// UnityEngine.InputSystem.InputActionSetupExtensions/BindingSyntax UnityEngine.InputSystem.InputActionSetupExtensions/BindingSyntax::Triggering(UnityEngine.InputSystem.InputAction)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 BindingSyntax_Triggering_m2090ECD5152B7EBE45A5B720A386C9E50E80EFD9 (BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317* __this, InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* ___0_action, const RuntimeMethod* method) ;
|
|
// UnityEngine.InputSystem.InputActionSetupExtensions/BindingSyntax UnityEngine.InputSystem.InputActionSetupExtensions/BindingSyntax::To(UnityEngine.InputSystem.InputBinding)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 BindingSyntax_To_m64599928AD6EFC50EE791D4F04811CB55C2E8841 (BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317* __this, InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 ___0_binding, const RuntimeMethod* method) ;
|
|
// UnityEngine.InputSystem.InputActionSetupExtensions/BindingSyntax UnityEngine.InputSystem.InputActionSetupExtensions/BindingSyntax::Iterate(System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 BindingSyntax_Iterate_m600D48CD0D12454B5E91A45AA3409C2DA6D916A2 (BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317* __this, bool ___0_next, const RuntimeMethod* method) ;
|
|
// UnityEngine.InputSystem.InputActionSetupExtensions/BindingSyntax UnityEngine.InputSystem.InputActionSetupExtensions/BindingSyntax::NextBinding()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 BindingSyntax_NextBinding_mC8BBB78A42B0ECCDDED9B2681F82346C94826D6B (BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317* __this, const RuntimeMethod* method) ;
|
|
// UnityEngine.InputSystem.InputActionSetupExtensions/BindingSyntax UnityEngine.InputSystem.InputActionSetupExtensions/BindingSyntax::PreviousBinding()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 BindingSyntax_PreviousBinding_mB4CE3F2F2273053E2EF9AFCBBC14BF9536034B15 (BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317* __this, const RuntimeMethod* method) ;
|
|
// UnityEngine.InputSystem.InputActionSetupExtensions/BindingSyntax UnityEngine.InputSystem.InputActionSetupExtensions/BindingSyntax::IteratePartBinding(System.Boolean,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 BindingSyntax_IteratePartBinding_m4D4F4D4CDD4F843AA797F746F45E726330DDBCB4 (BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317* __this, bool ___0_next, String_t* ___1_partName, const RuntimeMethod* method) ;
|
|
// UnityEngine.InputSystem.InputActionSetupExtensions/BindingSyntax UnityEngine.InputSystem.InputActionSetupExtensions/BindingSyntax::NextPartBinding(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 BindingSyntax_NextPartBinding_m383BB56F7A338D34AD3ADFB3C7024EB8B0BEBFF4 (BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317* __this, String_t* ___0_partName, const RuntimeMethod* method) ;
|
|
// UnityEngine.InputSystem.InputActionSetupExtensions/BindingSyntax UnityEngine.InputSystem.InputActionSetupExtensions/BindingSyntax::PreviousPartBinding(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 BindingSyntax_PreviousPartBinding_m239009D6C3524F84E74C4102E5C1E0F527D3810E (BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317* __this, String_t* ___0_partName, const RuntimeMethod* method) ;
|
|
// UnityEngine.InputSystem.InputActionSetupExtensions/BindingSyntax UnityEngine.InputSystem.InputActionSetupExtensions/BindingSyntax::IterateCompositeBinding(System.Boolean,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 BindingSyntax_IterateCompositeBinding_m56409867E5F9D430DD2E56BDB50DC2DD28ECBEAE (BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317* __this, bool ___0_next, String_t* ___1_compositeName, const RuntimeMethod* method) ;
|
|
// UnityEngine.InputSystem.InputActionSetupExtensions/BindingSyntax UnityEngine.InputSystem.InputActionSetupExtensions/BindingSyntax::NextCompositeBinding(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 BindingSyntax_NextCompositeBinding_mD2DD237EA1E174E559F8B19CC6369453F2B2759B (BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317* __this, String_t* ___0_compositeName, const RuntimeMethod* method) ;
|
|
// UnityEngine.InputSystem.InputActionSetupExtensions/BindingSyntax UnityEngine.InputSystem.InputActionSetupExtensions/BindingSyntax::PreviousCompositeBinding(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 BindingSyntax_PreviousCompositeBinding_mA751DAE5DF06B7043E14B008F950AF5A5DBB2BEE (BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317* __this, String_t* ___0_compositeName, const RuntimeMethod* method) ;
|
|
// System.Boolean UnityEngine.InputSystem.InputBinding::get_isPartOfComposite()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputBinding_get_isPartOfComposite_mD3D9F71341741A95B2DAEB202209B4AA0D692498 (InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5* __this, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.InputSystem.Utilities.ArrayHelpers::EraseAt<UnityEngine.InputSystem.InputBinding>(TValue[]&,System.Int32)
|
|
inline void ArrayHelpers_EraseAt_TisInputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5_m757B63C01B56E8B6E9B92C2BAC27AE32AF0F9CE8 (InputBindingU5BU5D_t7E47E87B9CAE12B6F6A0659008B425C58D84BB57** ___0_array, int32_t ___1_index, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (InputBindingU5BU5D_t7E47E87B9CAE12B6F6A0659008B425C58D84BB57**, int32_t, const RuntimeMethod*))ArrayHelpers_EraseAt_TisInputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5_m757B63C01B56E8B6E9B92C2BAC27AE32AF0F9CE8_gshared)(___0_array, ___1_index, method);
|
|
}
|
|
// System.Void UnityEngine.InputSystem.InputActionSetupExtensions/BindingSyntax::Erase()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BindingSyntax_Erase_mE4732F0746606D900BC3979B5BF47FF6D38BA60E (BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317* __this, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.InputSystem.InputBinding::set_isPartOfComposite(System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputBinding_set_isPartOfComposite_m852AAC0E8FEF7524D6E0121BD7809FF52946DCD9 (InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5* __this, bool ___0_value, const RuntimeMethod* method) ;
|
|
// UnityEngine.InputSystem.InputActionSetupExtensions/BindingSyntax UnityEngine.InputSystem.InputActionSetupExtensions/BindingSyntax::InsertPartBinding(System.String,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 BindingSyntax_InsertPartBinding_m185A5F20C7409DF4AACF34951AA84964BD9CEFB9 (BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317* __this, String_t* ___0_partName, String_t* ___1_path, const RuntimeMethod* method) ;
|
|
// System.Int32 UnityEngine.InputSystem.InputActionSetupExtensions/CompositeSyntax::get_bindingIndex()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CompositeSyntax_get_bindingIndex_mF7AC2FB0B109BA032FE5EB9987010EB762DD1B24 (CompositeSyntax_t462FE69194A2B9572B4CB2A0108D10622B820C30* __this, const RuntimeMethod* method) ;
|
|
// UnityEngine.InputSystem.InputActionRebindingExtensions/DeferBindingResolutionWrapper UnityEngine.InputSystem.InputActionRebindingExtensions::DeferBindingResolution()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DeferBindingResolutionWrapper_tBEB0D0DEA05F9681F0189610B4D7B0CEAD32AC8C* InputActionRebindingExtensions_DeferBindingResolution_m05E2D1866743FA3C80331F1D95D91EA32EBD5E99 (const RuntimeMethod* method) ;
|
|
// UnityEngine.InputSystem.InputActionSetupExtensions/CompositeSyntax UnityEngine.InputSystem.InputActionSetupExtensions/CompositeSyntax::With(System.String,System.String,System.String,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CompositeSyntax_t462FE69194A2B9572B4CB2A0108D10622B820C30 CompositeSyntax_With_m73EF244DCB169044504CF7DCE47C3DA52C7796C4 (CompositeSyntax_t462FE69194A2B9572B4CB2A0108D10622B820C30* __this, String_t* ___0_name, String_t* ___1_binding, String_t* ___2_groups, String_t* ___3_processors, 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* ___0_value, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.InputSystem.InputActionSetupExtensions/ControlSchemeSyntax::AddDeviceEntry(System.String,UnityEngine.InputSystem.InputControlScheme/DeviceRequirement/Flags)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ControlSchemeSyntax_AddDeviceEntry_m323E5093DF461E12B20E93ACE48498A3BDB2AE75 (ControlSchemeSyntax_t4C14E0745C729675BFFADA8275391ACBAD73227D* __this, String_t* ___0_controlPath, int32_t ___1_flags, const RuntimeMethod* method) ;
|
|
// System.Int32 UnityEngine.InputSystem.Utilities.ArrayHelpers::Append<UnityEngine.InputSystem.InputControlScheme/DeviceRequirement>(TValue[]&,TValue)
|
|
inline int32_t ArrayHelpers_Append_TisDeviceRequirement_t80E71C44DF1923C15D3AA025242B7348EBF8B056_mE100EC8CB72CA39DC9713CE06C23649C5B25B670 (DeviceRequirementU5BU5D_t0496FAAB7554B7BFC270BA53BA6A5EFD5DE061CE** ___0_array, DeviceRequirement_t80E71C44DF1923C15D3AA025242B7348EBF8B056 ___1_value, const RuntimeMethod* method)
|
|
{
|
|
return (( int32_t (*) (DeviceRequirementU5BU5D_t0496FAAB7554B7BFC270BA53BA6A5EFD5DE061CE**, DeviceRequirement_t80E71C44DF1923C15D3AA025242B7348EBF8B056, const RuntimeMethod*))ArrayHelpers_Append_TisDeviceRequirement_t80E71C44DF1923C15D3AA025242B7348EBF8B056_mE100EC8CB72CA39DC9713CE06C23649C5B25B670_gshared)(___0_array, ___1_value, method);
|
|
}
|
|
// System.Boolean UnityEngine.InputSystem.InputBinding::op_Equality(UnityEngine.InputSystem.InputBinding,UnityEngine.InputSystem.InputBinding)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputBinding_op_Equality_m5F39FE7F1185A92648A4D437BE4E72B86F92EBC3 (InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 ___0_left, InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 ___1_right, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.InputSystem.InputActionState::ClaimDataFrom(UnityEngine.InputSystem.InputBindingResolver)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionState_ClaimDataFrom_m816026D646659753973EF3048580FA0A360B4F31 (InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* __this, InputBindingResolver_t66B4B619D1942B6B7EAAFC96643E516AA4093E56 ___0_resolver, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.InputSystem.InputActionState::AddToGlobalList()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionState_AddToGlobalList_mF9BDE3F882ABAC53B8E84181FBD71F0C69EC7CA9 (InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* __this, const RuntimeMethod* method) ;
|
|
// UnityEngine.InputSystem.InputSettings UnityEngine.InputSystem.InputSystem::get_settings()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputSettings_tBA8835B505722A59702A08BCBA46ECF0B0274EEF* InputSystem_get_settings_m8E3E9C0907904CBDBAE96354142AB0A87C7A3B74 (const RuntimeMethod* method) ;
|
|
// System.Boolean UnityEngine.InputSystem.InputSettings::IsFeatureEnabled(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputSettings_IsFeatureEnabled_mA9209A0E45A1FECA302CD2F39965735CC4897E68 (InputSettings_tBA8835B505722A59702A08BCBA46ECF0B0274EEF* __this, String_t* ___0_featureName, const RuntimeMethod* method) ;
|
|
// System.Int32* UnityEngine.InputSystem.InputActionState::get_controlIndexToBindingIndex()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t* InputActionState_get_controlIndexToBindingIndex_mBA1C3C9E1F99F371755872CD87573FCFD6E1AAC6 (InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* __this, const RuntimeMethod* method) ;
|
|
// UnityEngine.InputSystem.InputActionState/BindingState* UnityEngine.InputSystem.InputActionState::get_bindingStates()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* InputActionState_get_bindingStates_mF497553BC159C0B3BFE6A8BAD6336EB09CB4B2DE (InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* __this, const RuntimeMethod* method) ;
|
|
// System.Boolean UnityEngine.InputSystem.InputActionState/BindingState::get_isPartOfComposite()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BindingState_get_isPartOfComposite_m70F70F3B0BEFE2E296ECDAD016DA21F9A9574533 (BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* __this, const RuntimeMethod* method) ;
|
|
// System.Int32 UnityEngine.InputSystem.InputActionState/BindingState::get_compositeOrCompositeBindingIndex()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BindingState_get_compositeOrCompositeBindingIndex_m383AEFE1AA276D530D90A4DBE19C5B957726CE34 (BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* __this, const RuntimeMethod* method) ;
|
|
// System.Int32 UnityEngine.InputSystem.InputActionState::get_totalBindingCount()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t InputActionState_get_totalBindingCount_mB2BF62C18C7F2D59E9045FC9A9D4F199C07337F9 (InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* __this, const RuntimeMethod* method) ;
|
|
// System.UInt16* UnityEngine.InputSystem.InputActionState::get_controlGroupingAndComplexity()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint16_t* InputActionState_get_controlGroupingAndComplexity_mCC4F6F2A155AFF6A04B5997ABAE6E0617A4118F3 (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.InputActionState::ComputeControlGroupingIfNecessary()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionState_ComputeControlGroupingIfNecessary_m88E433E568F4182E5E84E3DD6B120AF7F24CD16E (InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Object::Finalize()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object_Finalize_mC98C96301CCABFE00F1A7EF8E15DF507CACD42B2 (RuntimeObject* __this, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.InputSystem.InputActionState::Destroy(System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionState_Destroy_m51CDCBCF67DE2F6A227507C77EA21507A6CA520A (InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* __this, bool ___0_isFinalizing, const RuntimeMethod* method) ;
|
|
// System.Boolean UnityEngine.InputSystem.InputActionMap::get_enabled()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputActionMap_get_enabled_mB89FAA20F1EA1884A28829B3E350822D7456E888 (InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* __this, const RuntimeMethod* method) ;
|
|
// UnityEngine.InputSystem.InputActionState/ActionMapIndices* UnityEngine.InputSystem.InputActionState::get_mapIndices()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ActionMapIndices_t013BEFD76B7FE52E413C5DBF5C7CDA4194800CBD* InputActionState_get_mapIndices_mF75C8F6FFBE91E223291E569223DC642F82A4879 (InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* __this, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.InputSystem.InputActionState::DisableControls(System.Int32,System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionState_DisableControls_m8C6B11EE45D796B5CDFEA63F2806E2FFF34EA176 (InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* __this, int32_t ___0_mapIndex, int32_t ___1_controlStartIndex, int32_t ___2_numControls, const RuntimeMethod* method) ;
|
|
// System.Int32 UnityEngine.InputSystem.InputActionState::get_totalMapCount()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t InputActionState_get_totalMapCount_m40628218F03A5A6FFC10A826641A5A115A760345 (InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* __this, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.InputSystem.InputActionState::RemoveMapFromGlobalList()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionState_RemoveMapFromGlobalList_m7C458CF33D682D37C86857AA53BE85A74B5132EA (InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* __this, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.InputSystem.InputActionState/UnmanagedMemory::Dispose()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnmanagedMemory_Dispose_m5EF84448B0C1606D96748DD15CD7667710E23783 (UnmanagedMemory_t862EBE5224929ED0E2F989D790EB6B8633E612A2* __this, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.InputSystem.InputActionState::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionState__ctor_m7D416EE726DD286EFEE5756E563A37F330B92746 (InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* __this, const RuntimeMethod* method) ;
|
|
// TValue[] UnityEngine.InputSystem.Utilities.ArrayHelpers::Copy<UnityEngine.InputSystem.InputActionMap>(TValue[])
|
|
inline InputActionMapU5BU5D_t4B352E8DA73976FEDA107E35E81FB5BE6838C045* ArrayHelpers_Copy_TisInputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09_m5A1E0A08717E9AA66582DE294CCEC8B9003EE304 (InputActionMapU5BU5D_t4B352E8DA73976FEDA107E35E81FB5BE6838C045* ___0_array, const RuntimeMethod* method)
|
|
{
|
|
return (( InputActionMapU5BU5D_t4B352E8DA73976FEDA107E35E81FB5BE6838C045* (*) (InputActionMapU5BU5D_t4B352E8DA73976FEDA107E35E81FB5BE6838C045*, const RuntimeMethod*))ArrayHelpers_Copy_TisRuntimeObject_m80D24211D4D837AC731F84AFCC132F79ECC3E9D2_gshared)(___0_array, method);
|
|
}
|
|
// TValue[] UnityEngine.InputSystem.Utilities.ArrayHelpers::Copy<UnityEngine.InputSystem.InputControl>(TValue[])
|
|
inline InputControlU5BU5D_t0B951FEF1504D6340387C4735F5D6F426F40FE17* ArrayHelpers_Copy_TisInputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E_m9ED19ECF59DECAB264523A2B9EE052551064EF23 (InputControlU5BU5D_t0B951FEF1504D6340387C4735F5D6F426F40FE17* ___0_array, const RuntimeMethod* method)
|
|
{
|
|
return (( InputControlU5BU5D_t0B951FEF1504D6340387C4735F5D6F426F40FE17* (*) (InputControlU5BU5D_t0B951FEF1504D6340387C4735F5D6F426F40FE17*, const RuntimeMethod*))ArrayHelpers_Copy_TisRuntimeObject_m80D24211D4D837AC731F84AFCC132F79ECC3E9D2_gshared)(___0_array, method);
|
|
}
|
|
// TValue[] UnityEngine.InputSystem.Utilities.ArrayHelpers::Copy<UnityEngine.InputSystem.IInputInteraction>(TValue[])
|
|
inline IInputInteractionU5BU5D_t175AB10EB3221C36393F258F530F94D8DD01CB93* ArrayHelpers_Copy_TisIInputInteraction_t689E6823744061ED815FB936C3EB3FDD3594B844_mD2F659518B8A83FE66EC8FAB9BFBB4FBAB6BCA51 (IInputInteractionU5BU5D_t175AB10EB3221C36393F258F530F94D8DD01CB93* ___0_array, const RuntimeMethod* method)
|
|
{
|
|
return (( IInputInteractionU5BU5D_t175AB10EB3221C36393F258F530F94D8DD01CB93* (*) (IInputInteractionU5BU5D_t175AB10EB3221C36393F258F530F94D8DD01CB93*, const RuntimeMethod*))ArrayHelpers_Copy_TisRuntimeObject_m80D24211D4D837AC731F84AFCC132F79ECC3E9D2_gshared)(___0_array, method);
|
|
}
|
|
// TValue[] UnityEngine.InputSystem.Utilities.ArrayHelpers::Copy<UnityEngine.InputSystem.InputProcessor>(TValue[])
|
|
inline InputProcessorU5BU5D_t79582BEBC3FAF824D9762566AA6E979F95E6EB64* ArrayHelpers_Copy_TisInputProcessor_t71DA6677A0295DC87736E1D8D208FEA75D860457_m7ACD5F3109D674E0A2485A36F1D0108889895602 (InputProcessorU5BU5D_t79582BEBC3FAF824D9762566AA6E979F95E6EB64* ___0_array, const RuntimeMethod* method)
|
|
{
|
|
return (( InputProcessorU5BU5D_t79582BEBC3FAF824D9762566AA6E979F95E6EB64* (*) (InputProcessorU5BU5D_t79582BEBC3FAF824D9762566AA6E979F95E6EB64*, const RuntimeMethod*))ArrayHelpers_Copy_TisRuntimeObject_m80D24211D4D837AC731F84AFCC132F79ECC3E9D2_gshared)(___0_array, method);
|
|
}
|
|
// TValue[] UnityEngine.InputSystem.Utilities.ArrayHelpers::Copy<UnityEngine.InputSystem.InputBindingComposite>(TValue[])
|
|
inline InputBindingCompositeU5BU5D_tB9A645573A56F8DC9EC7AD84F1BE24C2B0F4319E* ArrayHelpers_Copy_TisInputBindingComposite_tA9230435A30FB5B2D4967D6FAE7EFABBBF26C0C0_mCA8ECADB81EEFEF784E8A31D374758A6C3A3C8A2 (InputBindingCompositeU5BU5D_tB9A645573A56F8DC9EC7AD84F1BE24C2B0F4319E* ___0_array, const RuntimeMethod* method)
|
|
{
|
|
return (( InputBindingCompositeU5BU5D_tB9A645573A56F8DC9EC7AD84F1BE24C2B0F4319E* (*) (InputBindingCompositeU5BU5D_tB9A645573A56F8DC9EC7AD84F1BE24C2B0F4319E*, const RuntimeMethod*))ArrayHelpers_Copy_TisRuntimeObject_m80D24211D4D837AC731F84AFCC132F79ECC3E9D2_gshared)(___0_array, method);
|
|
}
|
|
// UnityEngine.InputSystem.InputActionState/UnmanagedMemory UnityEngine.InputSystem.InputActionState/UnmanagedMemory::Clone()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR UnmanagedMemory_t862EBE5224929ED0E2F989D790EB6B8633E612A2 UnmanagedMemory_Clone_mD94246F91C5AF05C0D379BD1192FFAC46342664E (UnmanagedMemory_t862EBE5224929ED0E2F989D790EB6B8633E612A2* __this, const RuntimeMethod* method) ;
|
|
// UnityEngine.InputSystem.InputActionState UnityEngine.InputSystem.InputActionState::Clone()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* InputActionState_Clone_m47C14D737D198E9FE1D210DD22B5E7BE07C93916 (InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* __this, const RuntimeMethod* method) ;
|
|
// System.Nullable`1<UnityEngine.InputSystem.Utilities.ReadOnlyArray`1<UnityEngine.InputSystem.InputDevice>> UnityEngine.InputSystem.InputActionMap::get_devices()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Nullable_1_t6B4D7100F56DCBBBD57A82F0DE4C93A1BA86EC4D InputActionMap_get_devices_m64AF699BF3464AC1B42D1905F48F1F794BAE1961 (InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* __this, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Nullable`1<UnityEngine.InputSystem.Utilities.ReadOnlyArray`1<UnityEngine.InputSystem.InputDevice>>::get_HasValue()
|
|
inline bool Nullable_1_get_HasValue_m10F5D8220C8CD543BCD307C415B1D11649B1E7CF_inline (Nullable_1_t6B4D7100F56DCBBBD57A82F0DE4C93A1BA86EC4D* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (Nullable_1_t6B4D7100F56DCBBBD57A82F0DE4C93A1BA86EC4D*, const RuntimeMethod*))Nullable_1_get_HasValue_mCFAE024F6D64C44DB819487820F558B885E9FEC9_gshared_inline)(__this, method);
|
|
}
|
|
// T System.Nullable`1<UnityEngine.InputSystem.Utilities.ReadOnlyArray`1<UnityEngine.InputSystem.InputDevice>>::get_Value()
|
|
inline ReadOnlyArray_1_t21E90B3F1DF1E9A2088EA0523F03C47910735BCA Nullable_1_get_Value_mE150078CC558A29C692883678E28B7E377940133 (Nullable_1_t6B4D7100F56DCBBBD57A82F0DE4C93A1BA86EC4D* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( ReadOnlyArray_1_t21E90B3F1DF1E9A2088EA0523F03C47910735BCA (*) (Nullable_1_t6B4D7100F56DCBBBD57A82F0DE4C93A1BA86EC4D*, const RuntimeMethod*))Nullable_1_get_Value_mF1240DA96906AD3B71CAAACB531C78D0AA94E2F6_gshared)(__this, method);
|
|
}
|
|
// System.Boolean System.Linq.Enumerable::Contains<UnityEngine.InputSystem.InputDevice>(System.Collections.Generic.IEnumerable`1<TSource>,TSource)
|
|
inline bool Enumerable_Contains_TisInputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B_mA3F267ABE7A61F1761301790F4D93711DAE2E5BE (RuntimeObject* ___0_source, InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* ___1_value, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (RuntimeObject*, InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B*, const RuntimeMethod*))Enumerable_Contains_TisRuntimeObject_mBCDB5870C52FC5BD2B6AE472A749FC03B9CF8958_gshared)(___0_source, ___1_value, 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.String UnityEngine.InputSystem.InputBinding::get_effectivePath()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* InputBinding_get_effectivePath_m9F49F3735120AACFDD029C4A4F5A436389BE2E7F (InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5* __this, const RuntimeMethod* method) ;
|
|
// UnityEngine.InputSystem.InputControl UnityEngine.InputSystem.InputControlPath::TryFindControl(UnityEngine.InputSystem.InputControl,System.String,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* InputControlPath_TryFindControl_mB04CAAD8C690DAFC7592D8718571985D6BED2203 (InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* ___0_control, String_t* ___1_path, int32_t ___2_indexInPath, 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.InputBindingComposite::CallFinishSetup(UnityEngine.InputSystem.InputBindingCompositeContext&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputBindingComposite_CallFinishSetup_m353FD7C5A12F13BF05EDFE5162740241CCE1EA07 (InputBindingComposite_tA9230435A30FB5B2D4967D6FAE7EFABBBF26C0C0* __this, InputBindingCompositeContext_t961CAA1DF29D7D4E0AE0AEF22400B285E17B1390* ___0_context, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.InputSystem.InputActionState::DisableAllActions(UnityEngine.InputSystem.InputActionMap)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionState_DisableAllActions_mB47ADDF0CFBA1E8F45858B3251A6C08CC5F13C69 (InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* __this, InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* ___0_map, const RuntimeMethod* method) ;
|
|
// UnityEngine.InputSystem.Utilities.ReadOnlyArray`1<UnityEngine.InputSystem.InputAction> UnityEngine.InputSystem.InputActionMap::get_actions()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ReadOnlyArray_1_t87BBFDC4C52C189E583DEC4E87E663DF435F7915 InputActionMap_get_actions_mC8FEA8D1BC6F750FBE202105EF0E7F41C166DF1E (InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* __this, const RuntimeMethod* method) ;
|
|
// UnityEngine.InputSystem.Utilities.ReadOnlyArray`1/Enumerator<TValue> UnityEngine.InputSystem.Utilities.ReadOnlyArray`1<UnityEngine.InputSystem.InputAction>::GetEnumerator()
|
|
inline Enumerator_t4EE46D190C0BA16331A4B18A6F0E5FE0CFAEB7EA ReadOnlyArray_1_GetEnumerator_m0E0F54CBE8A97E29DF0E94868092EAEB05C609EA (ReadOnlyArray_1_t87BBFDC4C52C189E583DEC4E87E663DF435F7915* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( Enumerator_t4EE46D190C0BA16331A4B18A6F0E5FE0CFAEB7EA (*) (ReadOnlyArray_1_t87BBFDC4C52C189E583DEC4E87E663DF435F7915*, const RuntimeMethod*))ReadOnlyArray_1_GetEnumerator_mE43A032C7C67896D9F8377C6C1C863C22F3044B6_gshared)(__this, method);
|
|
}
|
|
// System.Void UnityEngine.InputSystem.Utilities.ReadOnlyArray`1/Enumerator<UnityEngine.InputSystem.InputAction>::Dispose()
|
|
inline void Enumerator_Dispose_m290E1A523D4AE97FCE9B66F9D5ACFD11492DF12C (Enumerator_t4EE46D190C0BA16331A4B18A6F0E5FE0CFAEB7EA* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Enumerator_t4EE46D190C0BA16331A4B18A6F0E5FE0CFAEB7EA*, const RuntimeMethod*))Enumerator_Dispose_m041721B53AC187277BACB4EA9C86E299322EB0AB_gshared)(__this, method);
|
|
}
|
|
// TValue UnityEngine.InputSystem.Utilities.ReadOnlyArray`1/Enumerator<UnityEngine.InputSystem.InputAction>::get_Current()
|
|
inline InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* Enumerator_get_Current_mD5DC99016B8C174C9130765ADAF80D22EEF6293C (Enumerator_t4EE46D190C0BA16331A4B18A6F0E5FE0CFAEB7EA* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* (*) (Enumerator_t4EE46D190C0BA16331A4B18A6F0E5FE0CFAEB7EA*, const RuntimeMethod*))Enumerator_get_Current_mC38F33A423715DE1D9EAD3EADE1C8C03C52E4465_gshared)(__this, method);
|
|
}
|
|
// UnityEngine.InputSystem.InputActionPhase UnityEngine.InputSystem.InputAction::get_phase()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t InputAction_get_phase_mA9B46F817A05ED2094C318354A05895FE4E1F891 (InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* __this, const RuntimeMethod* method) ;
|
|
// System.Boolean UnityEngine.InputSystem.InputExtensions::IsInProgress(UnityEngine.InputSystem.InputActionPhase)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputExtensions_IsInProgress_m25007106321076468BF7FE0FA4B3685FC6A6B7BA (int32_t ___0_phase, const RuntimeMethod* method) ;
|
|
// UnityEngine.InputSystem.InputControl UnityEngine.InputSystem.InputAction::get_activeControl()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* InputAction_get_activeControl_m1FE60E2AD60BA8C13A4D4EB7B5628422FC348081 (InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* __this, const RuntimeMethod* method) ;
|
|
// System.Boolean UnityEngine.InputSystem.InputAction::ActiveControlIsValid(UnityEngine.InputSystem.InputControl)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputAction_ActiveControlIsValid_m6FB8411D52F0347D45BE1E6F93152DFA0B3FB29C (InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* __this, InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* ___0_control, 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 ___0_allocator, int32_t ___1_initialCapacity, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (InputControlList_1_tDCD1283F428BB911908D4A86066022F6FEF337BA*, int32_t, int32_t, const RuntimeMethod*))InputControlList_1__ctor_m987A3431D9F93F50F147AB0255B875BA1C4151CA_gshared)(__this, ___0_allocator, ___1_initialCapacity, method);
|
|
}
|
|
// System.Void UnityEngine.InputSystem.InputControlList`1<UnityEngine.InputSystem.InputControl>::Resize(System.Int32)
|
|
inline void InputControlList_1_Resize_mD8ABE532A3137AE6DB04E627832CC7AFC3EA268F (InputControlList_1_tDCD1283F428BB911908D4A86066022F6FEF337BA* __this, int32_t ___0_size, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (InputControlList_1_tDCD1283F428BB911908D4A86066022F6FEF337BA*, int32_t, const RuntimeMethod*))InputControlList_1_Resize_m35F534D3037CFD63A99311DBFD097DB4DD558A1A_gshared)(__this, ___0_size, method);
|
|
}
|
|
// UnityEngine.InputSystem.InputActionState/TriggerState* UnityEngine.InputSystem.InputActionState::get_actionStates()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* InputActionState_get_actionStates_mFDC87519E9E826C5DAEE9E13058312FF82E16E0B (InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* __this, const RuntimeMethod* method) ;
|
|
// System.Int32 UnityEngine.InputSystem.InputActionState/TriggerState::get_controlIndex()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TriggerState_get_controlIndex_m61654A5C957F0DE7C600F5741F4BA5EE901DAF14 (TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* __this, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.InputSystem.InputControlList`1<UnityEngine.InputSystem.InputControl>::set_Item(System.Int32,TControl)
|
|
inline void InputControlList_1_set_Item_m5D4706328D23F2ECD32879BC9561A629382EFAB1 (InputControlList_1_tDCD1283F428BB911908D4A86066022F6FEF337BA* __this, int32_t ___0_index, InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* ___1_value, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (InputControlList_1_tDCD1283F428BB911908D4A86066022F6FEF337BA*, int32_t, InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E*, const RuntimeMethod*))InputControlList_1_set_Item_m33514925B7CCDD59E151A0A40DA6F9AD7B5DBB0C_gshared)(__this, ___0_index, ___1_value, method);
|
|
}
|
|
// System.Int32 UnityEngine.InputSystem.InputActionState/TriggerState::get_bindingIndex()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t TriggerState_get_bindingIndex_mD851F8DDC14C14E5FE80E64F78F24A4FE8328133_inline (TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* __this, const RuntimeMethod* method) ;
|
|
// System.Int32 UnityEngine.InputSystem.InputActionState/BindingState::get_interactionStartIndex()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BindingState_get_interactionStartIndex_m4439E4A04B1884E5ACB3B5EDE03C0B5DAB78D09B (BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* __this, const RuntimeMethod* method) ;
|
|
// UnityEngine.InputSystem.InputActionState/InteractionState* UnityEngine.InputSystem.InputActionState::get_interactionStates()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE* InputActionState_get_interactionStates_mBA543F82BCCE87A8DAB9547346EAB8E972AB4C3F (InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* __this, const RuntimeMethod* method) ;
|
|
// UnityEngine.InputSystem.InputActionPhase UnityEngine.InputSystem.InputActionState/InteractionState::get_phase()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t InteractionState_get_phase_m478B9D7AAE57D8540C544DE41EC0AA57E3C63A18_inline (InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE* __this, const RuntimeMethod* method) ;
|
|
// System.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) ;
|
|
// System.Void UnityEngine.InputSystem.InputActionState::ResetInteractionState(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionState_ResetInteractionState_mBFB2B6A9CCC9C3460DB08301AC8ABAEF84C6BBDC (InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* __this, int32_t ___0_interactionIndex, 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::ResetActionState(System.Int32,UnityEngine.InputSystem.InputActionPhase,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionState_ResetActionState_m46C922F1B051588FDDF342C701B0F62872B5C987 (InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* __this, int32_t ___0_actionIndex, int32_t ___1_toPhase, bool ___2_hardReset, const RuntimeMethod* method) ;
|
|
// System.Boolean UnityEngine.InputSystem.Utilities.ReadOnlyArray`1/Enumerator<UnityEngine.InputSystem.InputAction>::MoveNext()
|
|
inline bool Enumerator_MoveNext_mC5C32E17ECD0E901BEA64BF3CBC3089E6E26593C (Enumerator_t4EE46D190C0BA16331A4B18A6F0E5FE0CFAEB7EA* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (Enumerator_t4EE46D190C0BA16331A4B18A6F0E5FE0CFAEB7EA*, const RuntimeMethod*))Enumerator_MoveNext_m95272BAC87E97D7B862DB72A8639565003BD244B_gshared)(__this, method);
|
|
}
|
|
// System.Void UnityEngine.InputSystem.InputActionState::DisableControls(UnityEngine.InputSystem.InputActionMap)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionState_DisableControls_mE81999939A867BC89025BDBA798ED98BB5802A70 (InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* __this, InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* ___0_map, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.InputSystem.InputActionMap::ClearCachedActionData(System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionMap_ClearCachedActionData_m330736EE1B1191D865E9E464C14259A2B86DBAAA (InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* __this, bool ___0_onlyControls, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.InputSystem.InputActionState::NotifyListenersOfActionChange(UnityEngine.InputSystem.InputActionChange)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionState_NotifyListenersOfActionChange_m8BC93855EF57E416EA020A9CDC90B48572046CDD (InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* __this, int32_t ___0_change, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.InputSystem.InputActionState::FinishBindingCompositeSetups()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionState_FinishBindingCompositeSetups_m112F6656640F64EA7E4961D21D464595BA9408A8 (InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* __this, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.InputSystem.InputActionState::RestoreActionStatesAfterReResolvingBindings(UnityEngine.InputSystem.InputActionState/UnmanagedMemory,UnityEngine.InputSystem.InputControlList`1<UnityEngine.InputSystem.InputControl>,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionState_RestoreActionStatesAfterReResolvingBindings_mB7D24391F503478415455D6EC67A7D0AC61D6ACA (InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* __this, UnmanagedMemory_t862EBE5224929ED0E2F989D790EB6B8633E612A2 ___0_oldState, InputControlList_1_tDCD1283F428BB911908D4A86066022F6FEF337BA ___1_activeControls, bool ___2_isFullResolve, 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 ___0_value, 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 ___0_value, 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 ___0_value, 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 ___0_value, 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 ___0_value, 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 ___0_value, const RuntimeMethod* method) ;
|
|
// System.Int32 UnityEngine.InputSystem.InputActionState/TriggerState::get_mapIndex()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t TriggerState_get_mapIndex_m2EF42EE7F026B1FEAE73AD21ACF2891AB8A8C07E_inline (TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* __this, const RuntimeMethod* method) ;
|
|
// System.Int32 UnityEngine.InputSystem.InputActionState::get_totalActionCount()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t InputActionState_get_totalActionCount_m08844D247DB65BA7AFBB66B4755414081ABD01A2 (InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* __this, const RuntimeMethod* method) ;
|
|
// System.Int32 UnityEngine.InputSystem.InputActionState/BindingState::get_actionIndex()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BindingState_get_actionIndex_m086C5EA34E744AAC4C9D94DC9A878030EEECC96F (BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* __this, const RuntimeMethod* method) ;
|
|
// System.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/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_initialStateCheckPending(System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BindingState_set_initialStateCheckPending_m02F0256CF0A2CD366377F69C0A587162BE4AAB8D (BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* __this, bool ___0_value, 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.Int32 UnityEngine.InputSystem.InputActionState/BindingState::get_controlStartIndex()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t BindingState_get_controlStartIndex_m092BC6AC34AC08B2EC1258A278AB4A7518407466_inline (BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* __this, const RuntimeMethod* method) ;
|
|
// System.Int32 UnityEngine.InputSystem.InputActionState/BindingState::get_controlCount()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t BindingState_get_controlCount_mADA09E8D0B3F2EEA8447CD2F67F5ADFF29790391_inline (BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* __this, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.InputSystem.InputActionState::EnableControls(System.Int32,System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionState_EnableControls_m7A9F2CBD3432A4A1553D51149F42B172F6F1D45D (InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* __this, int32_t ___0_mapIndex, int32_t ___1_controlStartIndex, int32_t ___2_numControls, 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 ___0_value, const RuntimeMethod* method) ;
|
|
// System.Int32 UnityEngine.InputSystem.InputControlList`1<UnityEngine.InputSystem.InputControl>::get_Count()
|
|
inline int32_t InputControlList_1_get_Count_m5B820C76C808D235DDFA474A8025370547ECC993_inline (InputControlList_1_tDCD1283F428BB911908D4A86066022F6FEF337BA* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( int32_t (*) (InputControlList_1_tDCD1283F428BB911908D4A86066022F6FEF337BA*, const RuntimeMethod*))InputControlList_1_get_Count_m663DD04B3605E201E0BD4AC5D7CD4E92A81A4E53_gshared_inline)(__this, method);
|
|
}
|
|
// 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 ___0_index, const RuntimeMethod* method)
|
|
{
|
|
return (( InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* (*) (InputControlList_1_tDCD1283F428BB911908D4A86066022F6FEF337BA*, int32_t, const RuntimeMethod*))InputControlList_1_get_Item_mA6D11AC01076BDE34EE9C019D4A348E3C404DBA6_gshared)(__this, ___0_index, method);
|
|
}
|
|
// System.Int32 UnityEngine.InputSystem.InputActionState::FindControlIndexOnBinding(System.Int32,UnityEngine.InputSystem.InputControl)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t InputActionState_FindControlIndexOnBinding_mDB6F9918513F9A108671DCE7B2C263C89BBD1443 (InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* __this, int32_t ___0_bindingIndex, InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* ___1_control, 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 ___0_value, const RuntimeMethod* method) ;
|
|
// System.Single UnityEngine.InputSystem.InputActionState/TriggerState::get_magnitude()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float TriggerState_get_magnitude_m69D6E5428A5409F494566C9847738D73DB0E4B53_inline (TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* __this, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.InputSystem.InputActionState/TriggerState::set_magnitude(System.Single)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TriggerState_set_magnitude_mA0137E16AE1583892CA47D1DCF18AFA2487B44C9 (TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* __this, float ___0_value, 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 ___0_value, 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 ___0_value, 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 ___0_value, 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 ___0_value, 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 ___0_value, 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/TriggerState::set_mapIndex(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TriggerState_set_mapIndex_mA74FE020F8DB85B61A16EE6BF0BE4A58C48A4923 (TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* __this, int32_t ___0_value, 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 ___0_value, 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/TriggerState::set_time(System.Double)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void TriggerState_set_time_m316DF2AFC1F34386975756AB652DB628B954CEA5_inline (TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* __this, double ___0_value, 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::StartTimeout(System.Single,UnityEngine.InputSystem.InputActionState/TriggerState&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionState_StartTimeout_m9B0C446694F02F51D199861AD7FF435426A42B0F (InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* __this, float ___0_seconds, TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* ___1_trigger, 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 ___0_value, 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 ___0_value, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.InputSystem.InputActionState::HookOnBeforeUpdate()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionState_HookOnBeforeUpdate_m2899AA00B0052B8B7FA7EFD8052C3EEC777D8790 (InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* __this, const RuntimeMethod* method) ;
|
|
// System.Int32 UnityEngine.InputSystem.Utilities.CallbackArray`1<System.Action`2<System.Object,UnityEngine.InputSystem.InputActionChange>>::get_length()
|
|
inline int32_t CallbackArray_1_get_length_mB663B7347904881654D8D369AEAE5FE34BE7F16D (CallbackArray_1_tC72D651E25D95D1B5D837A010859EDE49AD131FA* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( int32_t (*) (CallbackArray_1_tC72D651E25D95D1B5D837A010859EDE49AD131FA*, const RuntimeMethod*))CallbackArray_1_get_length_m81CB1E446FBEF126C2096B08E643D63ACDDBD0F1_gshared)(__this, method);
|
|
}
|
|
// System.Int32 UnityEngine.InputSystem.Utilities.ArrayHelpers::LengthSafe<UnityEngine.InputSystem.InputAction>(TValue[])
|
|
inline int32_t ArrayHelpers_LengthSafe_TisInputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD_m4FC82F363FD10EA198D433E52C7C5FF8763B1AC1 (InputActionU5BU5D_t6F881A9FE5C2016615C8D2E0B192608EA5FCE810* ___0_array, const RuntimeMethod* method)
|
|
{
|
|
return (( int32_t (*) (InputActionU5BU5D_t6F881A9FE5C2016615C8D2E0B192608EA5FCE810*, const RuntimeMethod*))ArrayHelpers_LengthSafe_TisRuntimeObject_mD211A752C4B07E786E186DCC41B4CA1EE762F9AC_gshared)(___0_array, method);
|
|
}
|
|
// System.Void UnityEngine.InputSystem.InputActionState::NotifyListenersOfActionChange(UnityEngine.InputSystem.InputActionChange,System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionState_NotifyListenersOfActionChange_m96882C035C59BC450C5489927A1DF3F06597B888 (int32_t ___0_change, RuntimeObject* ___1_actionOrMapOrAsset, const RuntimeMethod* method) ;
|
|
// System.Boolean UnityEngine.InputSystem.InputAction::get_enabled()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputAction_get_enabled_mA1E3523D89FCD4649E787A4BFE9D5863674846FA (InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* __this, const RuntimeMethod* method) ;
|
|
// System.Boolean UnityEngine.InputSystem.InputActionState/TriggerState::get_isPassThrough()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TriggerState_get_isPassThrough_mB7D87BF1876C0E39D9F556AC7CB4A8A08BB331EA (TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* __this, const RuntimeMethod* method) ;
|
|
// System.Boolean UnityEngine.InputSystem.InputActionState::IsActionBoundToControlFromDevice(UnityEngine.InputSystem.InputDevice,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputActionState_IsActionBoundToControlFromDevice_mB7D4F45DA50CDB0C83FB917E2FC6186D65478F89 (InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* __this, InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* ___0_device, int32_t ___1_actionIndex, const RuntimeMethod* method) ;
|
|
// System.UInt16 UnityEngine.InputSystem.InputActionState::GetActionBindingStartIndexAndCount(System.Int32,System.UInt16&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint16_t InputActionState_GetActionBindingStartIndexAndCount_m574BD7CCCB2F51A4C6DA102FA3EAB1B9D86BFF1B (InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* __this, int32_t ___0_actionIndex, uint16_t* ___1_bindingCount, const RuntimeMethod* method) ;
|
|
// System.Double UnityEngine.InputSystem.LowLevel.InputState::get_currentTime()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double InputState_get_currentTime_m9C0661AF1D774AF749A9B9207EEB6090D77AA364 (const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.InputSystem.InputActionState::ResetInteractionStateAndCancelIfNecessary(System.Int32,System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionState_ResetInteractionStateAndCancelIfNecessary_mF6C5D5CF70D78AD372E5E34FF522916322288A1A (InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* __this, int32_t ___0_mapIndex, int32_t ___1_bindingIndex, int32_t ___2_interactionIndex, const RuntimeMethod* method) ;
|
|
// System.Boolean UnityEngine.InputSystem.InputActionState::ChangePhaseOfAction(UnityEngine.InputSystem.InputActionPhase,UnityEngine.InputSystem.InputActionState/TriggerState&,UnityEngine.InputSystem.InputActionPhase)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputActionState_ChangePhaseOfAction_m08AA286C86CDD9C261C39FD8193EEC4DBD81155A (InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* __this, int32_t ___0_newPhase, TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* ___1_trigger, int32_t ___2_phaseAfterPerformedOrCanceled, 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 ___0_value, 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 ___0_value, 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 ___0_value, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.InputSystem.InputActionState::EnableControls(UnityEngine.InputSystem.InputActionMap)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionState_EnableControls_mE69C0AA8D4A555232C2B057C85ABB303F740F9AD (InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* __this, InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* ___0_map, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.InputSystem.InputActionState::EnableControls(UnityEngine.InputSystem.InputAction)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionState_EnableControls_m6D67EAC4117B765B85388724AC625C0425E2B3F8 (InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* __this, InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* ___0_action, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.InputSystem.InputActionState::DisableControls(UnityEngine.InputSystem.InputAction)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionState_DisableControls_m752949865C959C344B01849B9CF2D9B0FE15BABB (InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* __this, InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* ___0_action, const RuntimeMethod* method) ;
|
|
// System.Boolean UnityEngine.InputSystem.InputActionState::IsControlEnabled(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputActionState_IsControlEnabled_mF2AD1819F4016E44C5DD409B24E6C0753FAF3728 (InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* __this, int32_t ___0_controlIndex, const RuntimeMethod* method) ;
|
|
// System.Int64 UnityEngine.InputSystem.InputActionState::ToCombinedMapAndControlAndBindingIndex(System.Int32,System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t InputActionState_ToCombinedMapAndControlAndBindingIndex_mFE5669F21048E72B1E6DF5E7DFD8A4C7A2B6C1C3 (InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* __this, int32_t ___0_mapIndex, int32_t ___1_controlIndex, int32_t ___2_bindingIndex, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.InputSystem.InputActionState::SetInitialStateCheckPending(UnityEngine.InputSystem.InputActionState/BindingState*,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionState_SetInitialStateCheckPending_m1F23E65C1DD23FC3F879DA6E9A29CB66C29F8D22 (InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* __this, BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* ___0_bindingStatePtr, bool ___1_value, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.InputSystem.InputManager::AddStateChangeMonitor(UnityEngine.InputSystem.InputControl,UnityEngine.InputSystem.LowLevel.IInputStateChangeMonitor,System.Int64,System.UInt32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputManager_AddStateChangeMonitor_m1C245057EBCF7C66ED9756078F33B659BF2408EA (InputManager_t69FCFDAC90F8EBB8EF4950CC0BE617D842A39210* __this, InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* ___0_control, RuntimeObject* ___1_monitor, int64_t ___2_monitorIndex, uint32_t ___3_groupIndex, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.InputSystem.InputActionState::SetControlEnabled(System.Int32,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionState_SetControlEnabled_mF54D64F225A13F400FFDBBBAE1EB4686C6C5E43C (InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* __this, int32_t ___0_controlIndex, bool ___1_state, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.InputSystem.InputManager::RemoveStateChangeMonitor(UnityEngine.InputSystem.InputControl,UnityEngine.InputSystem.LowLevel.IInputStateChangeMonitor,System.Int64)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputManager_RemoveStateChangeMonitor_m42ABBCBBAFDF907F11E8DD737DEF32A4CBE6C7C4 (InputManager_t69FCFDAC90F8EBB8EF4950CC0BE617D842A39210* __this, InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* ___0_control, RuntimeObject* ___1_monitor, int64_t ___2_monitorIndex, const RuntimeMethod* method) ;
|
|
// System.UInt32* UnityEngine.InputSystem.InputActionState::get_enabledControls()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t* InputActionState_get_enabledControls_mA0923D4E2072CCFCABAAC1B514FA7CB7E816DBA8 (InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Action::.ctor(System.Object,System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action__ctor_mBDC7B0B4A3F583B64C2896F01BDED360772F67DC (Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* __this, RuntimeObject* ___0_object, intptr_t ___1_method, 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* ___0_value, 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* ___0_value, const RuntimeMethod* method) ;
|
|
// UnityEngine.InputSystem.LowLevel.InputUpdateType UnityEngine.InputSystem.LowLevel.InputState::get_currentUpdateType()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t InputState_get_currentUpdateType_m77DBCEC0F6E435740C44467281149B2F74025C10_inline (const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.InputSystem.InputActionState::UnhookOnBeforeUpdate()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionState_UnhookOnBeforeUpdate_m77544BB4B572E1E0701436819AE304DE53E54541 (InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* __this, const RuntimeMethod* method) ;
|
|
// System.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.Boolean UnityEngine.InputSystem.InputActionState::IsActiveControl(System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputActionState_IsActiveControl_m71726B6471BB1F87C3AB89C8C36ACDE5F3880C2A (InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* __this, int32_t ___0_bindingIndex, int32_t ___1_controlIndex, const RuntimeMethod* method) ;
|
|
// System.Boolean UnityEngine.InputSystem.InputControlExtensions::CheckStateIsAtDefault(UnityEngine.InputSystem.InputControl)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputControlExtensions_CheckStateIsAtDefault_m8C55E5D5B66053B46D87FF8851F206550A24819E (InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* ___0_control, 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.Boolean UnityEngine.InputSystem.InputControl::IsValueConsideredPressed(System.Single)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputControl_IsValueConsideredPressed_m08D42218CF549930DA6E83B0EF75DE8B40A33BF6 (InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* __this, float ___0_value, const RuntimeMethod* method) ;
|
|
// System.Double UnityEngine.InputSystem.InputActionState/BindingState::get_pressTime()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR double BindingState_get_pressTime_m4B6FB5F9DCF16C18B649686BAEB840C281E40E47_inline (BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* __this, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.InputSystem.InputActionState/BindingState::set_pressTime(System.Double)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void BindingState_set_pressTime_mDDC0159EFDB94A30296688B598166FF2D641300A_inline (BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* __this, double ___0_value, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.InputSystem.InputManager::SignalStateChangeMonitor(UnityEngine.InputSystem.InputControl,UnityEngine.InputSystem.LowLevel.IInputStateChangeMonitor)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputManager_SignalStateChangeMonitor_m0F588D3884DC8A333168B8DBBE61FC2262464551 (InputManager_t69FCFDAC90F8EBB8EF4950CC0BE617D842A39210* __this, InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* ___0_control, RuntimeObject* ___1_monitor, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.InputSystem.InputManager::FireStateChangeNotifications()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputManager_FireStateChangeNotifications_mBB18D1EB1C08ED9581D45F341459412B60F19690 (InputManager_t69FCFDAC90F8EBB8EF4950CC0BE617D842A39210* __this, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.InputSystem.InputActionState::SplitUpMapAndControlAndBindingIndex(System.Int64,System.Int32&,System.Int32&,System.Int32&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionState_SplitUpMapAndControlAndBindingIndex_mBD7F3F58366FE5EEE89419ECAF9CE835E7735F0A (InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* __this, int64_t ___0_mapControlAndBindingIndex, int32_t* ___1_mapIndex, int32_t* ___2_controlIndex, int32_t* ___3_bindingIndex, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.InputSystem.InputActionState::ProcessControlStateChange(System.Int32,System.Int32,System.Int32,System.Double,UnityEngine.InputSystem.LowLevel.InputEventPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionState_ProcessControlStateChange_m98A7933A34DC1E17174CA78E5DD077E347F5799A (InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* __this, int32_t ___0_mapIndex, int32_t ___1_controlIndex, int32_t ___2_bindingIndex, double ___3_time, InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0 ___4_eventPtr, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.InputSystem.InputActionState::ProcessTimeout(System.Double,System.Int32,System.Int32,System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionState_ProcessTimeout_mABA99DEABD2674CE5AF5C66EB048046B8B867CB9 (InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* __this, double ___0_time, int32_t ___1_mapIndex, int32_t ___2_controlIndex, int32_t ___3_bindingIndex, int32_t ___4_interactionIndex, 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 ___0_value, 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 ___0_value, const RuntimeMethod* method) ;
|
|
// System.Single* UnityEngine.InputSystem.InputActionState::get_controlMagnitudes()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float* InputActionState_get_controlMagnitudes_mEF08D8D3E87DC58752AB27DE1F88FBC004C4D9D7 (InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* __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) ;
|
|
// UnityEngine.InputSystem.LowLevel.InputEvent* UnityEngine.InputSystem.LowLevel.InputEventPtr::op_Implicit(UnityEngine.InputSystem.LowLevel.InputEventPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5* InputEventPtr_op_Implicit_mB86DFF1D9054A0670DBBDFE4C3A11422F60EB209 (InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0 ___0_eventPtr, const RuntimeMethod* method) ;
|
|
// System.Boolean UnityEngine.InputSystem.InputActionState::ShouldIgnoreInputOnCompositeBinding(UnityEngine.InputSystem.InputActionState/BindingState*,UnityEngine.InputSystem.LowLevel.InputEvent*)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputActionState_ShouldIgnoreInputOnCompositeBinding_mE1A5267891FB810DD5A31BD61FB5D2E3093D27B8 (BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* ___0_binding, InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5* ___1_eventPtr, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.InputSystem.InputActionState::ProcessInteractions(UnityEngine.InputSystem.InputActionState/TriggerState&,System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionState_ProcessInteractions_m2DAC0EB74024B9AE2A3C7CCB7200B311A84A8D98 (InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* __this, TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* ___0_trigger, int32_t ___1_interactionStartIndex, int32_t ___2_interactionCount, const RuntimeMethod* method) ;
|
|
// System.Boolean UnityEngine.InputSystem.InputActionState::IsConflictingInput(UnityEngine.InputSystem.InputActionState/TriggerState&,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputActionState_IsConflictingInput_m7C2BAAF79242C27F43B99984887C083EDADCAB8A (InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* __this, TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* ___0_trigger, int32_t ___1_actionIndex, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.InputSystem.InputActionState::ProcessButtonState(UnityEngine.InputSystem.InputActionState/TriggerState&,System.Int32,UnityEngine.InputSystem.InputActionState/BindingState*)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionState_ProcessButtonState_m3238234B40491CD61C2E055DC1BFEA4BE746530A (InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* __this, TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* ___0_trigger, int32_t ___1_actionIndex, BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* ___2_bindingStatePtr, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.InputSystem.InputActionState::ProcessDefaultInteraction(UnityEngine.InputSystem.InputActionState/TriggerState&,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionState_ProcessDefaultInteraction_m9E8267CD0556F656E8EA960015AC60CC9FF25138 (InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* __this, TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* ___0_trigger, int32_t ___1_actionIndex, 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.Single UnityEngine.InputSystem.Controls.ButtonControl::get_pressPointOrDefault()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float ButtonControl_get_pressPointOrDefault_mE386900B1B58DDD0099C2F309E57AFBEB49F9F9D (ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* __this, const RuntimeMethod* method) ;
|
|
// System.Boolean UnityEngine.InputSystem.InputActionState/TriggerState::get_isPressed()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TriggerState_get_isPressed_m605D8D11246CD07B2B8A926889E189E468235A8F (TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* __this, const RuntimeMethod* method) ;
|
|
// System.Int32 UnityEngine.InputSystem.LowLevel.InputEvent::get_eventId()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t InputEvent_get_eventId_mD480444BF28136F8FF8288C83C4489B9A6B992A0 (InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5* __this, const RuntimeMethod* method) ;
|
|
// System.Boolean UnityEngine.InputSystem.InputActionState/TriggerState::get_mayNeedConflictResolution()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TriggerState_get_mayNeedConflictResolution_mA75E74E05A52014904B4B9816A4E8CB79441CC04 (TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* __this, const RuntimeMethod* method) ;
|
|
// System.Boolean UnityEngine.InputSystem.InputActionState/TriggerState::get_hasMultipleConcurrentActuations()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TriggerState_get_hasMultipleConcurrentActuations_mF4D0F4CBCD1335CB209F2DC6A7B5C200DAC6037B (TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* __this, const RuntimeMethod* method) ;
|
|
// System.Boolean UnityEngine.Mathf::Approximately(System.Single,System.Single)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Mathf_Approximately_m1DADD012A8FC82E11FB282501AE2EBBF9A77150B_inline (float ___0_a, float ___1_b, const RuntimeMethod* method) ;
|
|
// System.Boolean UnityEngine.InputSystem.InputActionState::IsActuated(UnityEngine.InputSystem.InputActionState/TriggerState&,System.Single)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputActionState_IsActuated_m81D95E562F1704C589A1E2C0041C826B24483E59 (TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* ___0_trigger, float ___1_threshold, 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 ___0_value, 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 ___0_value, const RuntimeMethod* method) ;
|
|
// System.Single UnityEngine.Mathf::Max(System.Single,System.Single)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float Mathf_Max_mF5379E63D2BBAC76D090748695D833934F8AD051_inline (float ___0_a, float ___1_b, 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 ___0_value, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.InputSystem.InputActionState::StopTimeout(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionState_StopTimeout_m3618B6709CA06E383E303497893A5D9D3B53CEB4 (InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* __this, int32_t ___0_interactionIndex, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.InputSystem.InputManager::AddStateChangeMonitorTimeout(UnityEngine.InputSystem.InputControl,UnityEngine.InputSystem.LowLevel.IInputStateChangeMonitor,System.Double,System.Int64,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputManager_AddStateChangeMonitorTimeout_mC6AEF512D3D61ACCC189D3FB19B18296CD3D8BFF (InputManager_t69FCFDAC90F8EBB8EF4950CC0BE617D842A39210* __this, InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* ___0_control, RuntimeObject* ___1_monitor, double ___2_time, int64_t ___3_monitorIndex, int32_t ___4_timerIndex, 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 ___0_value, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.InputSystem.InputActionState/InteractionState::set_timerMonitorIndex(System.Int64)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void InteractionState_set_timerMonitorIndex_m0C22737BEEA712F11C64C20FD485C250A1E38497_inline (InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE* __this, int64_t ___0_value, const RuntimeMethod* method) ;
|
|
// System.Int64 UnityEngine.InputSystem.InputActionState/InteractionState::get_timerMonitorIndex()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int64_t InteractionState_get_timerMonitorIndex_m62CA25C75A48ED908B2D5AF97D69E4C397156ABA_inline (InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE* __this, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.InputSystem.InputManager::RemoveStateChangeMonitorTimeout(UnityEngine.InputSystem.LowLevel.IInputStateChangeMonitor,System.Int64,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputManager_RemoveStateChangeMonitorTimeout_m112395C79777E5B919B945ABA0A6B76C9F320528 (InputManager_t69FCFDAC90F8EBB8EF4950CC0BE617D842A39210* __this, RuntimeObject* ___0_monitor, int64_t ___1_monitorIndex, int32_t ___2_timerIndex, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.InputSystem.InputActionState::ChangePhaseOfActionInternal(System.Int32,UnityEngine.InputSystem.InputActionState/TriggerState*,UnityEngine.InputSystem.InputActionPhase,UnityEngine.InputSystem.InputActionState/TriggerState&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionState_ChangePhaseOfActionInternal_mB737C927DDC8B77EF5C98365A9CE2D5CADD3BFD3 (InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* __this, int32_t ___0_actionIndex, TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* ___1_actionState, int32_t ___2_newPhase, TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* ___3_trigger, const RuntimeMethod* method) ;
|
|
// System.Boolean UnityEngine.InputSystem.InputActionState/TriggerState::get_inProcessing()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TriggerState_get_inProcessing_mB8327E526299E9565C9B24584AC32C8E798C5073 (TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* __this, const RuntimeMethod* method) ;
|
|
// UnityEngine.InputSystem.InputActionState/TriggerState/Flags UnityEngine.InputSystem.InputActionState/TriggerState::get_flags()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t TriggerState_get_flags_m03F4E9C66A2CC7854DC09C87A81D28DACD4063CD_inline (TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* __this, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.InputSystem.InputActionState/TriggerState::set_flags(UnityEngine.InputSystem.InputActionState/TriggerState/Flags)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TriggerState_set_flags_m15D5CB1647EE3083045A3720E91189EE3FC5E1EF (TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* __this, int32_t ___0_value, const RuntimeMethod* 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.LowLevel.InputEventPtr::set_handled(System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputEventPtr_set_handled_m855A75D4B98470B0A814FB8627608595FC9E9EF0 (InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0* __this, bool ___0_value, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.InputSystem.InputActionState::CallActionListeners(System.Int32,UnityEngine.InputSystem.InputActionMap,UnityEngine.InputSystem.InputActionPhase,UnityEngine.InputSystem.Utilities.CallbackArray`1<System.Action`1<UnityEngine.InputSystem.InputAction/CallbackContext>>&,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionState_CallActionListeners_mAAF093B0FB0498719E81AF0F30E7D3806F39D501 (InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* __this, int32_t ___0_actionIndex, InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* ___1_actionMap, int32_t ___2_phase, CallbackArray_1_tDFF8C4C6015023B6C2E70BAD26D8BC6BF00D8775* ___3_listeners, String_t* ___4_callbackName, const RuntimeMethod* method) ;
|
|
// System.Int32 UnityEngine.InputSystem.Utilities.CallbackArray`1<System.Action`1<UnityEngine.InputSystem.InputAction/CallbackContext>>::get_length()
|
|
inline int32_t CallbackArray_1_get_length_m3C50042E1C2A1DA8489E324AF7137CFABFB617FA (CallbackArray_1_tDFF8C4C6015023B6C2E70BAD26D8BC6BF00D8775* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( int32_t (*) (CallbackArray_1_tDFF8C4C6015023B6C2E70BAD26D8BC6BF00D8775*, const RuntimeMethod*))CallbackArray_1_get_length_m81CB1E446FBEF126C2096B08E643D63ACDDBD0F1_gshared)(__this, method);
|
|
}
|
|
// UnityEngine.InputSystem.InputAction UnityEngine.InputSystem.InputAction/CallbackContext::get_action()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* CallbackContext_get_action_mE1ABC0E3E19C045663AB8EDAB9A9205B8C181CE4 (CallbackContext_tB251EE41F509C6E8A6B05EC97C029A45DF4F5FA8* __this, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.InputSystem.Utilities.DelegateHelpers::InvokeCallbacksSafe<System.Object,UnityEngine.InputSystem.InputActionChange>(UnityEngine.InputSystem.Utilities.CallbackArray`1<System.Action`2<TValue1,TValue2>>&,TValue1,TValue2,System.String,System.Object)
|
|
inline void DelegateHelpers_InvokeCallbacksSafe_TisRuntimeObject_TisInputActionChange_t74A940E885D3DE6C4E6F76E542A99616E331A360_m0990F81100BFF7089114321F9D60A01B159F25C4 (CallbackArray_1_tC72D651E25D95D1B5D837A010859EDE49AD131FA* ___0_callbacks, RuntimeObject* ___1_argument1, int32_t ___2_argument2, String_t* ___3_callbackName, RuntimeObject* ___4_context, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (CallbackArray_1_tC72D651E25D95D1B5D837A010859EDE49AD131FA*, RuntimeObject*, int32_t, String_t*, RuntimeObject*, const RuntimeMethod*))DelegateHelpers_InvokeCallbacksSafe_TisRuntimeObject_TisInt32Enum_tCBAC8BA2BFF3A845FA599F303093BBBA374B6F0C_mF7445A5052E3D2DB0556210D61A66CDD923F6E46_gshared)(___0_callbacks, ___1_argument1, ___2_argument2, ___3_callbackName, ___4_context, method);
|
|
}
|
|
// System.Void UnityEngine.InputSystem.Utilities.DelegateHelpers::InvokeCallbacksSafe<UnityEngine.InputSystem.InputAction/CallbackContext>(UnityEngine.InputSystem.Utilities.CallbackArray`1<System.Action`1<TValue>>&,TValue,System.String,System.Object)
|
|
inline void DelegateHelpers_InvokeCallbacksSafe_TisCallbackContext_tB251EE41F509C6E8A6B05EC97C029A45DF4F5FA8_m876CCCC92963B709E7FE1F22D5F72C1097CCC27C (CallbackArray_1_tDFF8C4C6015023B6C2E70BAD26D8BC6BF00D8775* ___0_callbacks, CallbackContext_tB251EE41F509C6E8A6B05EC97C029A45DF4F5FA8 ___1_argument, String_t* ___2_callbackName, RuntimeObject* ___3_context, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (CallbackArray_1_tDFF8C4C6015023B6C2E70BAD26D8BC6BF00D8775*, CallbackContext_tB251EE41F509C6E8A6B05EC97C029A45DF4F5FA8, String_t*, RuntimeObject*, const RuntimeMethod*))DelegateHelpers_InvokeCallbacksSafe_TisCallbackContext_tB251EE41F509C6E8A6B05EC97C029A45DF4F5FA8_m876CCCC92963B709E7FE1F22D5F72C1097CCC27C_gshared)(___0_callbacks, ___1_argument, ___2_callbackName, ___3_context, 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* ___0_trigger, 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 ___0_newPhase, TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* ___1_trigger, int32_t ___2_phaseAfterPerformed, bool ___3_processNextInteractionOnCancel, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.InputSystem.InputControlExtensions::ReadValueIntoBuffer(UnityEngine.InputSystem.InputControl,System.Void*,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputControlExtensions_ReadValueIntoBuffer_mF44AE9865A7746ADA21A1A3F3771E8D271FFF281 (InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* ___0_control, void* ___1_buffer, int32_t ___2_bufferSize, const RuntimeMethod* method) ;
|
|
// System.Int32 UnityEngine.InputSystem.InputActionState/BindingState::get_processorCount()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t BindingState_get_processorCount_m673F60A870C4116290C808A3C5FE22311BF4993E_inline (BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* __this, const RuntimeMethod* method) ;
|
|
// System.Int32 UnityEngine.InputSystem.InputActionState/BindingState::get_processorStartIndex()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BindingState_get_processorStartIndex_mD9816B3C354C1025844BCCDC75F0FF62F80CDA01 (BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* __this, const RuntimeMethod* method) ;
|
|
// System.Int32 UnityEngine.InputSystem.InputActionState/BindingState::get_partIndex()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t BindingState_get_partIndex_mF704A62747932C1AC0CD5384ACFDA1B0089E6E06_inline (BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* __this, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.InputSystem.InputActionState::ReadValue(System.Int32,System.Int32,System.Void*,System.Int32,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionState_ReadValue_m683D5F57CC8FC79648B7F9B6AA78218873E6F291 (InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* __this, int32_t ___0_bindingIndex, int32_t ___1_controlIndex, void* ___2_buffer, int32_t ___3_bufferSize, bool ___4_ignoreComposites, const RuntimeMethod* method) ;
|
|
// System.Object UnityEngine.InputSystem.InputActionState::ReadValueAsObject(System.Int32,System.Int32,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* InputActionState_ReadValueAsObject_mA724EE1B78929286F3FE31F654763BB32890E7A3 (InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* __this, int32_t ___0_bindingIndex, int32_t ___1_controlIndex, bool ___2_ignoreComposites, const RuntimeMethod* method) ;
|
|
// System.Object UnityEngine.InputSystem.InputControlExtensions::ReadValueAsObject(UnityEngine.InputSystem.InputControl)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* InputControlExtensions_ReadValueAsObject_m6AAC50A829A11A153DCFA5A18FBCF2706311BB9A (InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* ___0_control, const RuntimeMethod* method) ;
|
|
// TValue UnityEngine.InputSystem.InputActionState::ReadValue<System.Single>(System.Int32,System.Int32,System.Boolean)
|
|
inline float InputActionState_ReadValue_TisSingle_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_mFBC09D8966BA50744DD4A7F7327A9E9920AB778E (InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* __this, int32_t ___0_bindingIndex, int32_t ___1_controlIndex, bool ___2_ignoreComposites, const RuntimeMethod* method)
|
|
{
|
|
return (( float (*) (InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700*, int32_t, int32_t, bool, const RuntimeMethod*))InputActionState_ReadValue_TisSingle_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_mFBC09D8966BA50744DD4A7F7327A9E9920AB778E_gshared)(__this, ___0_bindingIndex, ___1_controlIndex, ___2_ignoreComposites, method);
|
|
}
|
|
// System.Void UnityEngine.InputSystem.Utilities.SavedStructState`1/TypedRestore<UnityEngine.InputSystem.InputActionState/GlobalState>::.ctor(System.Object,System.IntPtr)
|
|
inline void TypedRestore__ctor_mE95F5447715E8372823A459EEF5D4B6116093AD4 (TypedRestore_t6392D1A147D6C459F25550CF1D106E5E9BB83BF0* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (TypedRestore_t6392D1A147D6C459F25550CF1D106E5E9BB83BF0*, RuntimeObject*, intptr_t, const RuntimeMethod*))TypedRestore__ctor_mE95F5447715E8372823A459EEF5D4B6116093AD4_gshared)(__this, ___0_object, ___1_method, method);
|
|
}
|
|
// System.Void UnityEngine.InputSystem.Utilities.SavedStructState`1<UnityEngine.InputSystem.InputActionState/GlobalState>::.ctor(T&,UnityEngine.InputSystem.Utilities.SavedStructState`1/TypedRestore<T>,System.Action)
|
|
inline void SavedStructState_1__ctor_mA30A55C10E99CB4972BC805596222DC745AD3720 (SavedStructState_1_t847839F95EAB8F77D10AD4C82CE8538B637380EE* __this, GlobalState_tC6D38701EF2670B99D214B9A482C428DFEA8408A* ___0_state, TypedRestore_t6392D1A147D6C459F25550CF1D106E5E9BB83BF0* ___1_restoreAction, Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* ___2_staticDisposeCurrentState, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (SavedStructState_1_t847839F95EAB8F77D10AD4C82CE8538B637380EE*, GlobalState_tC6D38701EF2670B99D214B9A482C428DFEA8408A*, TypedRestore_t6392D1A147D6C459F25550CF1D106E5E9BB83BF0*, Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07*, const RuntimeMethod*))SavedStructState_1__ctor_mA30A55C10E99CB4972BC805596222DC745AD3720_gshared)(__this, ___0_state, ___1_restoreAction, ___2_staticDisposeCurrentState, method);
|
|
}
|
|
// System.Void UnityEngine.InputSystem.InputActionState::CompactGlobalList()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionState_CompactGlobalList_m9C77152F2EF857F9B2AA7E860BADE57378241995 (const RuntimeMethod* method) ;
|
|
// System.Runtime.InteropServices.GCHandle System.Runtime.InteropServices.GCHandle::Alloc(System.Object,System.Runtime.InteropServices.GCHandleType)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GCHandle_tC44F6F72EE68BD4CFABA24309DA7A179D41127DC GCHandle_Alloc_m3BFD398427352FC756FFE078F01A504B681352EC (RuntimeObject* ___0_value, int32_t ___1_type, const RuntimeMethod* method) ;
|
|
// System.Int32 UnityEngine.InputSystem.Utilities.InlinedArray`1<System.Runtime.InteropServices.GCHandle>::AppendWithCapacity(TValue,System.Int32)
|
|
inline int32_t InlinedArray_1_AppendWithCapacity_m0BB7422AECD3B69BE501CAC88C9BF72860C4B833 (InlinedArray_1_tD165225A32CD54B946FB419909F21C082C70A5B2* __this, GCHandle_tC44F6F72EE68BD4CFABA24309DA7A179D41127DC ___0_value, int32_t ___1_capacityIncrement, const RuntimeMethod* method)
|
|
{
|
|
return (( int32_t (*) (InlinedArray_1_tD165225A32CD54B946FB419909F21C082C70A5B2*, GCHandle_tC44F6F72EE68BD4CFABA24309DA7A179D41127DC, int32_t, const RuntimeMethod*))InlinedArray_1_AppendWithCapacity_m0BB7422AECD3B69BE501CAC88C9BF72860C4B833_gshared)(__this, ___0_value, ___1_capacityIncrement, method);
|
|
}
|
|
// TValue UnityEngine.InputSystem.Utilities.InlinedArray`1<System.Runtime.InteropServices.GCHandle>::get_Item(System.Int32)
|
|
inline GCHandle_tC44F6F72EE68BD4CFABA24309DA7A179D41127DC InlinedArray_1_get_Item_m8D45A4E6092362E4D489909A5AFA12CB3714B627 (InlinedArray_1_tD165225A32CD54B946FB419909F21C082C70A5B2* __this, int32_t ___0_index, const RuntimeMethod* method)
|
|
{
|
|
return (( GCHandle_tC44F6F72EE68BD4CFABA24309DA7A179D41127DC (*) (InlinedArray_1_tD165225A32CD54B946FB419909F21C082C70A5B2*, int32_t, const RuntimeMethod*))InlinedArray_1_get_Item_m8D45A4E6092362E4D489909A5AFA12CB3714B627_gshared)(__this, ___0_index, method);
|
|
}
|
|
// System.Object System.Runtime.InteropServices.GCHandle::get_Target()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* GCHandle_get_Target_m481F9508DA5E384D33CD1F4450060DC56BBD4CD5 (GCHandle_tC44F6F72EE68BD4CFABA24309DA7A179D41127DC* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Runtime.InteropServices.GCHandle::Free()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GCHandle_Free_m1320A260E487EB1EA6D95F9E54BFFCB5A4EF83A3 (GCHandle_tC44F6F72EE68BD4CFABA24309DA7A179D41127DC* __this, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.InputSystem.Utilities.InlinedArray`1<System.Runtime.InteropServices.GCHandle>::RemoveAtByMovingTailWithCapacity(System.Int32)
|
|
inline void InlinedArray_1_RemoveAtByMovingTailWithCapacity_m593184E88A3826AFFD6C77355A54AF58620D7381 (InlinedArray_1_tD165225A32CD54B946FB419909F21C082C70A5B2* __this, int32_t ___0_index, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (InlinedArray_1_tD165225A32CD54B946FB419909F21C082C70A5B2*, int32_t, const RuntimeMethod*))InlinedArray_1_RemoveAtByMovingTailWithCapacity_m593184E88A3826AFFD6C77355A54AF58620D7381_gshared)(__this, ___0_index, method);
|
|
}
|
|
// System.Boolean System.Runtime.InteropServices.GCHandle::get_IsAllocated()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool GCHandle_get_IsAllocated_m241908103D8D867E11CCAB73C918729825E86843 (GCHandle_tC44F6F72EE68BD4CFABA24309DA7A179D41127DC* __this, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.InputSystem.Utilities.InlinedArray`1<System.Runtime.InteropServices.GCHandle>::set_Item(System.Int32,TValue)
|
|
inline void InlinedArray_1_set_Item_m2E2B2DE5259AF60444A1C4F320E3DEE86F76F666 (InlinedArray_1_tD165225A32CD54B946FB419909F21C082C70A5B2* __this, int32_t ___0_index, GCHandle_tC44F6F72EE68BD4CFABA24309DA7A179D41127DC ___1_value, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (InlinedArray_1_tD165225A32CD54B946FB419909F21C082C70A5B2*, int32_t, GCHandle_tC44F6F72EE68BD4CFABA24309DA7A179D41127DC, const RuntimeMethod*))InlinedArray_1_set_Item_m2E2B2DE5259AF60444A1C4F320E3DEE86F76F666_gshared)(__this, ___0_index, ___1_value, method);
|
|
}
|
|
// System.Void UnityEngine.InputSystem.Utilities.DelegateHelpers::InvokeCallbacksSafe<System.Object>(UnityEngine.InputSystem.Utilities.CallbackArray`1<System.Action`1<TValue>>&,TValue,System.String,System.Object)
|
|
inline void DelegateHelpers_InvokeCallbacksSafe_TisRuntimeObject_m3765984E32F53D8A5A25B14A6E8A71B9234740F4 (CallbackArray_1_tB6F9AD05405749A2888C89224C8F5ECF4E1C0411* ___0_callbacks, RuntimeObject* ___1_argument, String_t* ___2_callbackName, RuntimeObject* ___3_context, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (CallbackArray_1_tB6F9AD05405749A2888C89224C8F5ECF4E1C0411*, RuntimeObject*, String_t*, RuntimeObject*, const RuntimeMethod*))DelegateHelpers_InvokeCallbacksSafe_TisRuntimeObject_m3765984E32F53D8A5A25B14A6E8A71B9234740F4_gshared)(___0_callbacks, ___1_argument, ___2_callbackName, ___3_context, method);
|
|
}
|
|
// System.Void UnityEngine.InputSystem.InputActionState::DestroyAllActionMapStates()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionState_DestroyAllActionMapStates_m3FAAD7591A6D7A09F77466903CF12E2B44E51F3E (const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.InputSystem.Utilities.CallbackArray`1<System.Action`2<System.Object,UnityEngine.InputSystem.InputActionChange>>::Clear()
|
|
inline void CallbackArray_1_Clear_m09AF6F894F70AD8EF91FC3837C6D0838F3B70E87 (CallbackArray_1_tC72D651E25D95D1B5D837A010859EDE49AD131FA* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (CallbackArray_1_tC72D651E25D95D1B5D837A010859EDE49AD131FA*, const RuntimeMethod*))CallbackArray_1_Clear_m153646C8911B8497C38B1F78FC0B24AF66CB3101_gshared)(__this, method);
|
|
}
|
|
// System.Void UnityEngine.InputSystem.Utilities.CallbackArray`1<System.Action`1<System.Object>>::Clear()
|
|
inline void CallbackArray_1_Clear_m4F1011DEB0ACEA85B15AD98661422A4FD2D05CB7 (CallbackArray_1_tB6F9AD05405749A2888C89224C8F5ECF4E1C0411* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (CallbackArray_1_tB6F9AD05405749A2888C89224C8F5ECF4E1C0411*, const RuntimeMethod*))CallbackArray_1_Clear_m153646C8911B8497C38B1F78FC0B24AF66CB3101_gshared)(__this, method);
|
|
}
|
|
// System.Void System.Collections.Generic.List`1<UnityEngine.InputSystem.InputAction>::AddRange(System.Collections.Generic.IEnumerable`1<T>)
|
|
inline void List_1_AddRange_m3AD5F115E9B4C113EF429999079886F2BF5C7A9E (List_1_tE1DF165936F3562084DB454140315041796A957F* __this, RuntimeObject* ___0_collection, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (List_1_tE1DF165936F3562084DB454140315041796A957F*, RuntimeObject*, const RuntimeMethod*))List_1_AddRange_m1F76B300133150E6046C5FED00E88B5DE0A02E17_gshared)(__this, ___0_collection, method);
|
|
}
|
|
// System.Void System.Collections.Generic.List`1<UnityEngine.InputSystem.InputAction>::Add(T)
|
|
inline void List_1_Add_m920A07E4A0E9313AD012130084B2CB3B9D514A44_inline (List_1_tE1DF165936F3562084DB454140315041796A957F* __this, InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* ___0_item, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (List_1_tE1DF165936F3562084DB454140315041796A957F*, InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD*, const RuntimeMethod*))List_1_Add_mEBCF994CC3814631017F46A387B1A192ED6C85C7_gshared_inline)(__this, ___0_item, method);
|
|
}
|
|
// System.Void UnityEngine.InputSystem.Utilities.InlinedArray`1<System.Runtime.InteropServices.GCHandle>::RemoveAtWithCapacity(System.Int32)
|
|
inline void InlinedArray_1_RemoveAtWithCapacity_m3E6523CB7947153FE46338D863E27E2881A5EC2A (InlinedArray_1_tD165225A32CD54B946FB419909F21C082C70A5B2* __this, int32_t ___0_index, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (InlinedArray_1_tD165225A32CD54B946FB419909F21C082C70A5B2*, int32_t, const RuntimeMethod*))InlinedArray_1_RemoveAtWithCapacity_m3E6523CB7947153FE46338D863E27E2881A5EC2A_gshared)(__this, ___0_index, method);
|
|
}
|
|
// System.Boolean UnityEngine.InputSystem.InputActionState::CanUseDevice(UnityEngine.InputSystem.InputDevice)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputActionState_CanUseDevice_m7477C8DB79546DC5B0194DEA17F14CB6C4C1429A (InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* __this, InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* ___0_device, const RuntimeMethod* method) ;
|
|
// System.Boolean UnityEngine.InputSystem.InputActionState::IsUsingDevice(UnityEngine.InputSystem.InputDevice)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputActionState_IsUsingDevice_m94971884138AE5567581A1DEF6BAB8D1E272538A (InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* __this, InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* ___0_device, const RuntimeMethod* method) ;
|
|
// System.Boolean UnityEngine.InputSystem.InputActionMap/DeviceArray::Remove(UnityEngine.InputSystem.InputDevice)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DeviceArray_Remove_mF9EBA5B0312BFA393749FD8A3F26BCE119A5B76E (DeviceArray_t7F2F2D8A9D5CAF504DC1A21C1FEF79BCA9E4761E* __this, InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* ___0_device, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.InputSystem.InputActionState::ResetActionStatesDrivenBy(UnityEngine.InputSystem.InputDevice)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionState_ResetActionStatesDrivenBy_m571F3F380EAA31B4385A6CCDF59405EF11FC8EDF (InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* __this, InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* ___0_device, const RuntimeMethod* method) ;
|
|
// System.Boolean UnityEngine.InputSystem.InputActionMap::LazyResolveBindings(System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputActionMap_LazyResolveBindings_mCB1046F522ABF3C6AFF11358D1EADE95875BB76B (InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* __this, bool ___0_fullResolve, const RuntimeMethod* method) ;
|
|
// System.Boolean UnityEngine.InputSystem.InputActionMap::ResolveBindingsIfNecessary()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputActionMap_ResolveBindingsIfNecessary_m0233826C82F2E43D8A804066120B70BE7FDA7D14 (InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* __this, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.InputSystem.InputActionMap::Disable()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionMap_Disable_m987468348648610F8B84D4F481592FF37AF5445C (InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.NotSupportedException::.ctor(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotSupportedException__ctor_mE174750CF0247BBB47544FFD71D66BB89630945B (NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A* __this, String_t* ___0_message, 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.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 ___0_value, 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 ___0_value, 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 ___0_value, 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 ___0_value, 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 ___0_value, 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 ___0_value, 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 ___0_value, 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 ___0_value, 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 ___0_value, 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 ___0_value, 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 ___0_value, 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 ___0_value, 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.Void UnityEngine.InputSystem.InputActionState/BindingState::set_isComposite(System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BindingState_set_isComposite_mBC0F2C0E27005B33175E88953E4184690BD7535A (BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* __this, bool ___0_value, 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 ___0_value, 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 ___0_value, 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* ___0_paramName, String_t* ___1_message, 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 ___0_value, 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.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.Void UnityEngine.InputSystem.InputActionState/TriggerState::set_mayNeedConflictResolution(System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TriggerState_set_mayNeedConflictResolution_mF816D62C874DEC1DAC0EEDD72DCE2EA37F4761D0 (TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* __this, bool ___0_value, 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_mD7BD28D5AE7E4901B225B7DFFE2B568EE7BDC0C9 (int64_t ___0_size, int32_t ___1_alignment, int32_t ___2_allocator, const RuntimeMethod* method) ;
|
|
// System.Void Unity.Collections.LowLevel.Unsafe.UnsafeUtility::MemClear(System.Void*,System.Int64)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnsafeUtility_MemClear_m6C4377117084A11A667A567BC2F5E606A632A7C1 (void* ___0_destination, int64_t ___1_size, 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 ___0_mapCount, int32_t ___1_actionCount, int32_t ___2_bindingCount, int32_t ___3_controlCount, int32_t ___4_interactionCount, int32_t ___5_compositeCount, 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_mFF99F4F02FE7F735AB30D8987D6953E55A2B23E1 (void* ___0_memory, int32_t ___1_allocator, 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_m5CEA91ACDADC522E584AE3A2AB2B0B74393A9177 (void* ___0_destination, void* ___1_source, int64_t ___2_size, 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 ___0_memory, 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 UnityEngine.InputSystem.InputActionState::ResetGlobals()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionState_ResetGlobals_m17F3492806EDC7C56CE3EC3A3D8E4FA1790F854A (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 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* ___0_value, 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* ___0_value, 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* ___0_value, 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* ___0_path, String_t* ___1_action, String_t* ___2_groups, String_t* ___3_processors, String_t* ___4_interactions, String_t* ___5_name, const RuntimeMethod* method) ;
|
|
// UnityEngine.InputSystem.Utilities.NameAndParameters UnityEngine.InputSystem.Utilities.NameAndParameters::Parse(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NameAndParameters_t8F37102128EFD31CA57808AE6E3D1244758DEA01 NameAndParameters_Parse_m00F845B5458F20E4C574DFB572A38F21A8D218A4 (String_t* ___0_text, 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_m1F4894E8DC089811D6252148AD5858E58D43A7BD (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* ___0_object, intptr_t ___1_method, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Func_2_tAB9727E0C937894E19032D575D98A8A9AB5EE47D*, RuntimeObject*, intptr_t, const RuntimeMethod*))Func_2__ctor_m13C0A7F33154D861E2A041B52E88461832DA1697_gshared)(__this, ___0_object, ___1_method, 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_m023A6F9F603FD87F583C617CEAD9C3288A048D0A (RuntimeObject* ___0_source, Func_2_tAB9727E0C937894E19032D575D98A8A9AB5EE47D* ___1_predicate, const RuntimeMethod* method)
|
|
{
|
|
return (( RuntimeObject* (*) (RuntimeObject*, Func_2_tAB9727E0C937894E19032D575D98A8A9AB5EE47D*, const RuntimeMethod*))Enumerable_Where_TisRuntimeObject_m5DAF16724887B42DDBBF391C7F375749E8AA4AD7_gshared)(___0_source, ___1_predicate, 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_m8159F953B3D62AA54A0853A6E9573CDC0F63E158 (String_t* ___0_separator, RuntimeObject* ___1_values, 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 UnityEngine.InputSystem.InputBinding::Equals(UnityEngine.InputSystem.InputBinding)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputBinding_Equals_mE7316D871A85E3BC44B93B85DD5F16F2FB3CF4C8 (InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5* __this, InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 ___0_other, 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* ___0_obj, 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* ___0_value, 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 ___0_value, 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** ___0_deviceLayoutName, String_t** ___1_controlPath, int32_t ___2_options, InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* ___3_control, 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 ___0_options, InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* ___1_control, 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_m24F36F78680B9F122DBFBFAF093BD3B44F0941D8 (String_t* ___0_path, String_t** ___1_deviceLayoutName, String_t** ___2_controlPath, int32_t ___3_options, InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* ___4_control, 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_m384B03B3BA240D9C9EF0AFF872654E4AB384D171 (String_t* ___0_text, const RuntimeMethod* method) ;
|
|
// System.String UnityEngine.InputSystem.InputInteraction::GetDisplayName(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* InputInteraction_GetDisplayName_mC302D46E65A899E0ED9663F9AC773E0C87B71901 (String_t* ___0_interaction, 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* ___0_binding, int32_t ___1_options, 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 ___0_binding, 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_m0A3E70D748E3E17DEA06FAD3553F3049F169A190 (String_t* ___0_firstList, String_t* ___1_secondList, Il2CppChar ___2_separator, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Guid::op_Inequality(System.Guid,System.Guid)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Guid_op_Inequality_mAA2FAB73FCD2CB2D2128ECF7016AC16AFBDF6163 (Guid_t ___0_a, Guid_t ___1_b, 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.Type UnityEngine.InputSystem.Utilities.TypeTable::LookupTypeRegistration(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* TypeTable_LookupTypeRegistration_m89DCEA471CDF7CDB994D67D3726482805C0AE29A (TypeTable_tEAC1ECAD849469DEA65DA2FC65B19C2D4739B67E* __this, String_t* ___0_name, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Type::op_Equality(System.Type,System.Type)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC (Type_t* ___0_left, Type_t* ___1_right, const RuntimeMethod* method) ;
|
|
// System.Type System.Type::GetTypeFromHandle(System.RuntimeTypeHandle)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57 (RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B ___0_handle, 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_m9CE3EA9B8DFBBBC2BD6BFB81B4D66FB6922C089C (Type_t* ___0_type, Type_t* ___1_genericTypeDefinition, int32_t ___2_argumentIndex, 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_mA38D84E1D9AA016F414CF2265C4B0DB1FEBBAB74 (FieldInfo_t* ___0_left, FieldInfo_t* ___1_right, const RuntimeMethod* method) ;
|
|
// T System.Reflection.CustomAttributeExtensions::GetCustomAttribute<UnityEngine.InputSystem.Layouts.InputControlAttribute>(System.Reflection.MemberInfo,System.Boolean)
|
|
inline InputControlAttribute_t312CA97B153666F873279E81BA4054684715368D* CustomAttributeExtensions_GetCustomAttribute_TisInputControlAttribute_t312CA97B153666F873279E81BA4054684715368D_m5BF35110764C49D649395920E4A14FE63F656C77 (MemberInfo_t* ___0_element, bool ___1_inherit, const RuntimeMethod* method)
|
|
{
|
|
return (( InputControlAttribute_t312CA97B153666F873279E81BA4054684715368D* (*) (MemberInfo_t*, bool, const RuntimeMethod*))CustomAttributeExtensions_GetCustomAttribute_TisRuntimeObject_m9EFD5CBA0FF05E990D56D14EE1BD1E289E6BE9EA_gshared)(___0_element, ___1_inherit, 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 ___0_U3CU3E1__state, const RuntimeMethod* method) ;
|
|
// T System.Reflection.CustomAttributeExtensions::GetCustomAttribute<UnityEngine.InputSystem.Utilities.DisplayStringFormatAttribute>(System.Reflection.MemberInfo)
|
|
inline DisplayStringFormatAttribute_t3C53E0C127ADC7CED74D9E4B13A6F1804577D89B* CustomAttributeExtensions_GetCustomAttribute_TisDisplayStringFormatAttribute_t3C53E0C127ADC7CED74D9E4B13A6F1804577D89B_m5B29C3E9BD28517B0F6965DF2191F6CF450A421C (MemberInfo_t* ___0_element, const RuntimeMethod* method)
|
|
{
|
|
return (( DisplayStringFormatAttribute_t3C53E0C127ADC7CED74D9E4B13A6F1804577D89B* (*) (MemberInfo_t*, const RuntimeMethod*))CustomAttributeExtensions_GetCustomAttribute_TisRuntimeObject_m5B4B712DB5F08EBF4518A1973C9F11C15A4BEAE9_gshared)(___0_element, 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_m66483AADCCC13272EBDCD94D31D2E52603C24BDF (const RuntimeMethod* method) ;
|
|
// T System.Reflection.CustomAttributeExtensions::GetCustomAttribute<UnityEngine.InputSystem.Layouts.InputControlAttribute>(System.Reflection.MemberInfo)
|
|
inline InputControlAttribute_t312CA97B153666F873279E81BA4054684715368D* CustomAttributeExtensions_GetCustomAttribute_TisInputControlAttribute_t312CA97B153666F873279E81BA4054684715368D_m5C864BCC82F21CFA7A020D8095A6B228E8837ED2 (MemberInfo_t* ___0_element, const RuntimeMethod* method)
|
|
{
|
|
return (( InputControlAttribute_t312CA97B153666F873279E81BA4054684715368D* (*) (MemberInfo_t*, const RuntimeMethod*))CustomAttributeExtensions_GetCustomAttribute_TisRuntimeObject_m5B4B712DB5F08EBF4518A1973C9F11C15A4BEAE9_gshared)(___0_element, 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 ___0_U3CU3E1__state, 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 ___0_bindingIndex, int32_t ___1_partNumber, 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 ___0_partNumber, 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 ___0_bindingIndex, int32_t ___1_partNumber, bool* ___2_buttonValuePtr, int32_t* ___3_controlIndex, DefaultComparer_1_tD5AE5A1A1257191A99DD8A768794EDC0D6032AA7 ___4_comparer, 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, ___0_bindingIndex, ___1_partNumber, ___2_buttonValuePtr, ___3_controlIndex, ___4_comparer, method);
|
|
}
|
|
// System.Boolean UnityEngine.InputSystem.InputBindingCompositeContext::ReadValueAsButton(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputBindingCompositeContext_ReadValueAsButton_mD3F30463AD217008C8DC0F42BA59BDC8EB37D0DB (InputBindingCompositeContext_t961CAA1DF29D7D4E0AE0AEF22400B285E17B1390* __this, int32_t ___0_partNumber, 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 ___0_bindingIndex, int32_t ___1_partNumber, void* ___2_buffer, int32_t ___3_bufferSize, 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 ___0_partNumber, void* ___1_buffer, int32_t ___2_bufferSize, 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 ___0_bindingIndex, int32_t ___1_partNumber, 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 ___0_partNumber, const RuntimeMethod* method) ;
|
|
// System.Double UnityEngine.InputSystem.InputActionState::GetCompositePartPressTime(System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double InputActionState_GetCompositePartPressTime_m21F92D0FEC43DD8DF7F4CA04856B2D3ECA356CB3 (InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* __this, int32_t ___0_bindingIndex, int32_t ___1_partNumber, const RuntimeMethod* method) ;
|
|
// System.Double UnityEngine.InputSystem.InputBindingCompositeContext::GetPressTime(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double InputBindingCompositeContext_GetPressTime_mA919F3E37F086C2BFEEB6EB17A75B1A6CFF2E58A (InputBindingCompositeContext_t961CAA1DF29D7D4E0AE0AEF22400B285E17B1390* __this, int32_t ___0_partNumber, const RuntimeMethod* method) ;
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void UnityEngine.InputSystem.InputActionRebindingExtensions/RebindingOperation/<>c__DisplayClass32_0::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass32_0__ctor_m4ED3AFA799C90AFD80E17F044C9E2A99E7E0846A (U3CU3Ec__DisplayClass32_0_t02D7434797D66D68FBC3BADE6D89D0BEB1323109* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Boolean UnityEngine.InputSystem.InputActionRebindingExtensions/RebindingOperation/<>c__DisplayClass32_0::<WithTargetBinding>b__0(UnityEngine.InputSystem.InputControlScheme)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CU3Ec__DisplayClass32_0_U3CWithTargetBindingU3Eb__0_m2135F652046E74E1955EAFF73288FA7E7DFD16A2 (U3CU3Ec__DisplayClass32_0_t02D7434797D66D68FBC3BADE6D89D0BEB1323109* __this, InputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434 ___0_x, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// asset.controlSchemes.IndexOf(x => group.Equals(x.bindingGroup, StringComparison.InvariantCultureIgnoreCase));
|
|
String_t* L_0 = __this->___group_0;
|
|
String_t* L_1;
|
|
L_1 = InputControlScheme_get_bindingGroup_m44B4669B8B5D5FDEE8DB190307415AA2F99F5835_inline((&___0_x), NULL);
|
|
NullCheck(L_0);
|
|
bool L_2;
|
|
L_2 = String_Equals_m7BDFC0B951005B9DC2BAED464AFE68FF7E9ACE5A(L_0, L_1, 3, NULL);
|
|
return L_2;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void UnityEngine.InputSystem.InputActionRebindingExtensions/DeferBindingResolutionWrapper::Acquire()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DeferBindingResolutionWrapper_Acquire_mB9832C0A8B28C6C8B3A114B986E9EC0E360FFE4E (DeferBindingResolutionWrapper_tBEB0D0DEA05F9681F0189610B4D7B0CEAD32AC8C* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// ++InputActionMap.s_DeferBindingResolution;
|
|
int32_t L_0 = ((InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09_StaticFields*)il2cpp_codegen_static_fields_for(InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09_il2cpp_TypeInfo_var))->___s_DeferBindingResolution_18;
|
|
((InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09_StaticFields*)il2cpp_codegen_static_fields_for(InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09_il2cpp_TypeInfo_var))->___s_DeferBindingResolution_18 = ((int32_t)il2cpp_codegen_add(L_0, 1));
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.InputSystem.InputActionRebindingExtensions/DeferBindingResolutionWrapper::Dispose()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DeferBindingResolutionWrapper_Dispose_m2B132F95F4EEE40B87CD0CAE44165F189199CC90 (DeferBindingResolutionWrapper_tBEB0D0DEA05F9681F0189610B4D7B0CEAD32AC8C* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// if (InputActionMap.s_DeferBindingResolution > 0)
|
|
int32_t L_0 = ((InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09_StaticFields*)il2cpp_codegen_static_fields_for(InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09_il2cpp_TypeInfo_var))->___s_DeferBindingResolution_18;
|
|
if ((((int32_t)L_0) <= ((int32_t)0)))
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
// --InputActionMap.s_DeferBindingResolution;
|
|
int32_t L_1 = ((InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09_StaticFields*)il2cpp_codegen_static_fields_for(InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09_il2cpp_TypeInfo_var))->___s_DeferBindingResolution_18;
|
|
((InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09_StaticFields*)il2cpp_codegen_static_fields_for(InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09_il2cpp_TypeInfo_var))->___s_DeferBindingResolution_18 = ((int32_t)il2cpp_codegen_subtract(L_1, 1));
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
// if (InputActionMap.s_DeferBindingResolution == 0)
|
|
int32_t L_2 = ((InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09_StaticFields*)il2cpp_codegen_static_fields_for(InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09_il2cpp_TypeInfo_var))->___s_DeferBindingResolution_18;
|
|
if (L_2)
|
|
{
|
|
goto IL_0020;
|
|
}
|
|
}
|
|
{
|
|
// InputActionState.DeferredResolutionOfBindings();
|
|
InputActionState_DeferredResolutionOfBindings_m607A0C4428312C015F0C7B0E1338B834EB776A52(NULL);
|
|
}
|
|
|
|
IL_0020:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.InputSystem.InputActionRebindingExtensions/DeferBindingResolutionWrapper::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DeferBindingResolutionWrapper__ctor_m5BAC382DB41CD195209084BD779477DDA78E4DC0 (DeferBindingResolutionWrapper_tBEB0D0DEA05F9681F0189610B4D7B0CEAD32AC8C* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void UnityEngine.InputSystem.InputActionRebindingExtensions/<>c__DisplayClass25_0::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass25_0__ctor_mEA2103A848EBEFC0A7783FBDEF5BE156AF9C06A0 (U3CU3Ec__DisplayClass25_0_t48070A760B3049299E660D2E5D0967466654CB46* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.String UnityEngine.InputSystem.InputActionRebindingExtensions/<>c__DisplayClass25_0::<GetBindingDisplayString>b__0(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* U3CU3Ec__DisplayClass25_0_U3CGetBindingDisplayStringU3Eb__0_mE35A48928D0919B1B5F66D85E8C543B66C6A1188 (U3CU3Ec__DisplayClass25_0_t48070A760B3049299E660D2E5D0967466654CB46* __this, String_t* ___0_fragment, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlyArray_1_get_Item_mDAAB3D7833424DD373EA449309C8728D5BA96C4A_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2386E77CF610F786B06A91AF2C1B3FD2282D2745);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA42779B09629BCE81B76EF626A57A0B40F2AD827);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
String_t* V_0 = NULL;
|
|
int32_t V_1 = 0;
|
|
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
{
|
|
// var result = string.Empty;
|
|
String_t* L_0 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6;
|
|
V_0 = L_0;
|
|
// for (var i = 0; i < partCount; ++i)
|
|
V_1 = 0;
|
|
goto IL_0059;
|
|
}
|
|
|
|
IL_000a:
|
|
{
|
|
// if (!string.Equals(bindings[firstPartIndex + i].name, fragment, StringComparison.InvariantCultureIgnoreCase))
|
|
ReadOnlyArray_1_tF49E7A2430C7D717C5DF8A8C2626314D0D9C1CF4* L_1 = (&__this->___bindings_0);
|
|
int32_t L_2 = __this->___firstPartIndex_1;
|
|
int32_t L_3 = V_1;
|
|
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 L_4;
|
|
L_4 = ReadOnlyArray_1_get_Item_mDAAB3D7833424DD373EA449309C8728D5BA96C4A(L_1, ((int32_t)il2cpp_codegen_add(L_2, L_3)), ReadOnlyArray_1_get_Item_mDAAB3D7833424DD373EA449309C8728D5BA96C4A_RuntimeMethod_var);
|
|
V_2 = L_4;
|
|
String_t* L_5;
|
|
L_5 = InputBinding_get_name_mA8D3C357E272E1C140226BDB8ABEE6FCA8693705_inline((&V_2), NULL);
|
|
String_t* L_6 = ___0_fragment;
|
|
bool L_7;
|
|
L_7 = String_Equals_mCC34895D0DB2AD440C9D8767032215BC86B5C48B(L_5, L_6, 3, NULL);
|
|
if (!L_7)
|
|
{
|
|
goto IL_0055;
|
|
}
|
|
}
|
|
{
|
|
// if (!string.IsNullOrEmpty(result))
|
|
String_t* L_8 = V_0;
|
|
bool L_9;
|
|
L_9 = String_IsNullOrEmpty_mEA9E3FB005AC28FE02E69FCF95A7B8456192B478(L_8, NULL);
|
|
if (L_9)
|
|
{
|
|
goto IL_004c;
|
|
}
|
|
}
|
|
{
|
|
// result = $"{result}|{partStrings[i]}";
|
|
String_t* L_10 = V_0;
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_11 = __this->___partStrings_2;
|
|
int32_t L_12 = V_1;
|
|
NullCheck(L_11);
|
|
int32_t L_13 = L_12;
|
|
String_t* L_14 = (L_11)->GetAt(static_cast<il2cpp_array_size_t>(L_13));
|
|
String_t* L_15;
|
|
L_15 = String_Concat_m8855A6DE10F84DA7F4EC113CADDB59873A25573B(L_10, _stringLiteralA42779B09629BCE81B76EF626A57A0B40F2AD827, L_14, NULL);
|
|
V_0 = L_15;
|
|
goto IL_0055;
|
|
}
|
|
|
|
IL_004c:
|
|
{
|
|
// result = partStrings[i];
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_16 = __this->___partStrings_2;
|
|
int32_t L_17 = V_1;
|
|
NullCheck(L_16);
|
|
int32_t L_18 = L_17;
|
|
String_t* L_19 = (L_16)->GetAt(static_cast<il2cpp_array_size_t>(L_18));
|
|
V_0 = L_19;
|
|
}
|
|
|
|
IL_0055:
|
|
{
|
|
// for (var i = 0; i < partCount; ++i)
|
|
int32_t L_20 = V_1;
|
|
V_1 = ((int32_t)il2cpp_codegen_add(L_20, 1));
|
|
}
|
|
|
|
IL_0059:
|
|
{
|
|
// for (var i = 0; i < partCount; ++i)
|
|
int32_t L_21 = V_1;
|
|
int32_t L_22 = __this->___partCount_3;
|
|
if ((((int32_t)L_21) < ((int32_t)L_22)))
|
|
{
|
|
goto IL_000a;
|
|
}
|
|
}
|
|
{
|
|
// if (string.IsNullOrEmpty(result))
|
|
String_t* L_23 = V_0;
|
|
bool L_24;
|
|
L_24 = String_IsNullOrEmpty_mEA9E3FB005AC28FE02E69FCF95A7B8456192B478(L_23, NULL);
|
|
if (!L_24)
|
|
{
|
|
goto IL_0070;
|
|
}
|
|
}
|
|
{
|
|
// result = " ";
|
|
V_0 = _stringLiteral2386E77CF610F786B06A91AF2C1B3FD2282D2745;
|
|
}
|
|
|
|
IL_0070:
|
|
{
|
|
// return result;
|
|
String_t* L_25 = V_0;
|
|
return L_25;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// Conversion methods for marshalling of: UnityEngine.InputSystem.InputActionProperty
|
|
IL2CPP_EXTERN_C void InputActionProperty_tE5B1633784A72FC044A0BB5C0BE140DD7BD84FAD_marshal_pinvoke(const InputActionProperty_tE5B1633784A72FC044A0BB5C0BE140DD7BD84FAD& unmarshaled, InputActionProperty_tE5B1633784A72FC044A0BB5C0BE140DD7BD84FAD_marshaled_pinvoke& marshaled)
|
|
{
|
|
Exception_t* ___m_Action_1Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'm_Action' of type 'InputActionProperty': Reference type field marshaling is not supported.");
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(___m_Action_1Exception, NULL);
|
|
}
|
|
IL2CPP_EXTERN_C void InputActionProperty_tE5B1633784A72FC044A0BB5C0BE140DD7BD84FAD_marshal_pinvoke_back(const InputActionProperty_tE5B1633784A72FC044A0BB5C0BE140DD7BD84FAD_marshaled_pinvoke& marshaled, InputActionProperty_tE5B1633784A72FC044A0BB5C0BE140DD7BD84FAD& unmarshaled)
|
|
{
|
|
Exception_t* ___m_Action_1Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'm_Action' of type 'InputActionProperty': Reference type field marshaling is not supported.");
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(___m_Action_1Exception, NULL);
|
|
}
|
|
// Conversion method for clean up from marshalling of: UnityEngine.InputSystem.InputActionProperty
|
|
IL2CPP_EXTERN_C void InputActionProperty_tE5B1633784A72FC044A0BB5C0BE140DD7BD84FAD_marshal_pinvoke_cleanup(InputActionProperty_tE5B1633784A72FC044A0BB5C0BE140DD7BD84FAD_marshaled_pinvoke& marshaled)
|
|
{
|
|
}
|
|
// Conversion methods for marshalling of: UnityEngine.InputSystem.InputActionProperty
|
|
IL2CPP_EXTERN_C void InputActionProperty_tE5B1633784A72FC044A0BB5C0BE140DD7BD84FAD_marshal_com(const InputActionProperty_tE5B1633784A72FC044A0BB5C0BE140DD7BD84FAD& unmarshaled, InputActionProperty_tE5B1633784A72FC044A0BB5C0BE140DD7BD84FAD_marshaled_com& marshaled)
|
|
{
|
|
Exception_t* ___m_Action_1Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'm_Action' of type 'InputActionProperty': Reference type field marshaling is not supported.");
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(___m_Action_1Exception, NULL);
|
|
}
|
|
IL2CPP_EXTERN_C void InputActionProperty_tE5B1633784A72FC044A0BB5C0BE140DD7BD84FAD_marshal_com_back(const InputActionProperty_tE5B1633784A72FC044A0BB5C0BE140DD7BD84FAD_marshaled_com& marshaled, InputActionProperty_tE5B1633784A72FC044A0BB5C0BE140DD7BD84FAD& unmarshaled)
|
|
{
|
|
Exception_t* ___m_Action_1Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'm_Action' of type 'InputActionProperty': Reference type field marshaling is not supported.");
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(___m_Action_1Exception, NULL);
|
|
}
|
|
// Conversion method for clean up from marshalling of: UnityEngine.InputSystem.InputActionProperty
|
|
IL2CPP_EXTERN_C void InputActionProperty_tE5B1633784A72FC044A0BB5C0BE140DD7BD84FAD_marshal_com_cleanup(InputActionProperty_tE5B1633784A72FC044A0BB5C0BE140DD7BD84FAD_marshaled_com& marshaled)
|
|
{
|
|
}
|
|
// UnityEngine.InputSystem.InputAction UnityEngine.InputSystem.InputActionProperty::get_action()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* InputActionProperty_get_action_mABF2197D9CC6586E5DFB0481CF9C1B2586F41A47 (InputActionProperty_tE5B1633784A72FC044A0BB5C0BE140DD7BD84FAD* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// public InputAction action => m_UseReference ? m_Reference != null ? m_Reference.action : null : m_Action;
|
|
bool L_0 = __this->___m_UseReference_0;
|
|
if (L_0)
|
|
{
|
|
goto IL_000f;
|
|
}
|
|
}
|
|
{
|
|
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_1 = __this->___m_Action_1;
|
|
return L_1;
|
|
}
|
|
|
|
IL_000f:
|
|
{
|
|
InputActionReference_t64730C6B41271E0983FC21BFB416169F5D6BC4A1* L_2 = __this->___m_Reference_2;
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_3;
|
|
L_3 = Object_op_Inequality_mD0BE578448EAA61948F25C32F8DD55AB1F778602(L_2, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
|
|
if (L_3)
|
|
{
|
|
goto IL_001f;
|
|
}
|
|
}
|
|
{
|
|
return (InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD*)NULL;
|
|
}
|
|
|
|
IL_001f:
|
|
{
|
|
InputActionReference_t64730C6B41271E0983FC21BFB416169F5D6BC4A1* L_4 = __this->___m_Reference_2;
|
|
NullCheck(L_4);
|
|
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_5;
|
|
L_5 = InputActionReference_get_action_m395EDEA6A93B54555D22323FDA6E1B1E931CE6EF(L_4, NULL);
|
|
return L_5;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* InputActionProperty_get_action_mABF2197D9CC6586E5DFB0481CF9C1B2586F41A47_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
InputActionProperty_tE5B1633784A72FC044A0BB5C0BE140DD7BD84FAD* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<InputActionProperty_tE5B1633784A72FC044A0BB5C0BE140DD7BD84FAD*>(__this + _offset);
|
|
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* _returnValue;
|
|
_returnValue = InputActionProperty_get_action_mABF2197D9CC6586E5DFB0481CF9C1B2586F41A47(_thisAdjusted, method);
|
|
return _returnValue;
|
|
}
|
|
// UnityEngine.InputSystem.InputActionReference UnityEngine.InputSystem.InputActionProperty::get_reference()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputActionReference_t64730C6B41271E0983FC21BFB416169F5D6BC4A1* InputActionProperty_get_reference_m71A5E6BC4908F5AD358FAE3821EEFB236AFC71D3 (InputActionProperty_tE5B1633784A72FC044A0BB5C0BE140DD7BD84FAD* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public InputActionReference reference => m_UseReference ? m_Reference : null;
|
|
bool L_0 = __this->___m_UseReference_0;
|
|
if (L_0)
|
|
{
|
|
goto IL_000a;
|
|
}
|
|
}
|
|
{
|
|
return (InputActionReference_t64730C6B41271E0983FC21BFB416169F5D6BC4A1*)NULL;
|
|
}
|
|
|
|
IL_000a:
|
|
{
|
|
InputActionReference_t64730C6B41271E0983FC21BFB416169F5D6BC4A1* L_1 = __this->___m_Reference_2;
|
|
return L_1;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C InputActionReference_t64730C6B41271E0983FC21BFB416169F5D6BC4A1* InputActionProperty_get_reference_m71A5E6BC4908F5AD358FAE3821EEFB236AFC71D3_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
InputActionProperty_tE5B1633784A72FC044A0BB5C0BE140DD7BD84FAD* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<InputActionProperty_tE5B1633784A72FC044A0BB5C0BE140DD7BD84FAD*>(__this + _offset);
|
|
InputActionReference_t64730C6B41271E0983FC21BFB416169F5D6BC4A1* _returnValue;
|
|
_returnValue = InputActionProperty_get_reference_m71A5E6BC4908F5AD358FAE3821EEFB236AFC71D3(_thisAdjusted, method);
|
|
return _returnValue;
|
|
}
|
|
// System.Void UnityEngine.InputSystem.InputActionProperty::.ctor(UnityEngine.InputSystem.InputAction)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionProperty__ctor_m0E922A8B1C135221416D4ADB0B28FE1BCA80209A (InputActionProperty_tE5B1633784A72FC044A0BB5C0BE140DD7BD84FAD* __this, InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* ___0_action, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// m_UseReference = false;
|
|
__this->___m_UseReference_0 = (bool)0;
|
|
// m_Action = action;
|
|
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_0 = ___0_action;
|
|
__this->___m_Action_1 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_Action_1), (void*)L_0);
|
|
// m_Reference = null;
|
|
__this->___m_Reference_2 = (InputActionReference_t64730C6B41271E0983FC21BFB416169F5D6BC4A1*)NULL;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_Reference_2), (void*)(InputActionReference_t64730C6B41271E0983FC21BFB416169F5D6BC4A1*)NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void InputActionProperty__ctor_m0E922A8B1C135221416D4ADB0B28FE1BCA80209A_AdjustorThunk (RuntimeObject* __this, InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* ___0_action, const RuntimeMethod* method)
|
|
{
|
|
InputActionProperty_tE5B1633784A72FC044A0BB5C0BE140DD7BD84FAD* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<InputActionProperty_tE5B1633784A72FC044A0BB5C0BE140DD7BD84FAD*>(__this + _offset);
|
|
InputActionProperty__ctor_m0E922A8B1C135221416D4ADB0B28FE1BCA80209A(_thisAdjusted, ___0_action, method);
|
|
}
|
|
// System.Void UnityEngine.InputSystem.InputActionProperty::.ctor(UnityEngine.InputSystem.InputActionReference)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionProperty__ctor_m1B4A297857D1968B4021B8ED04B4FEA1624CAE38 (InputActionProperty_tE5B1633784A72FC044A0BB5C0BE140DD7BD84FAD* __this, InputActionReference_t64730C6B41271E0983FC21BFB416169F5D6BC4A1* ___0_reference, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// m_UseReference = true;
|
|
__this->___m_UseReference_0 = (bool)1;
|
|
// m_Action = null;
|
|
__this->___m_Action_1 = (InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD*)NULL;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_Action_1), (void*)(InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD*)NULL);
|
|
// m_Reference = reference;
|
|
InputActionReference_t64730C6B41271E0983FC21BFB416169F5D6BC4A1* L_0 = ___0_reference;
|
|
__this->___m_Reference_2 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_Reference_2), (void*)L_0);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void InputActionProperty__ctor_m1B4A297857D1968B4021B8ED04B4FEA1624CAE38_AdjustorThunk (RuntimeObject* __this, InputActionReference_t64730C6B41271E0983FC21BFB416169F5D6BC4A1* ___0_reference, const RuntimeMethod* method)
|
|
{
|
|
InputActionProperty_tE5B1633784A72FC044A0BB5C0BE140DD7BD84FAD* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<InputActionProperty_tE5B1633784A72FC044A0BB5C0BE140DD7BD84FAD*>(__this + _offset);
|
|
InputActionProperty__ctor_m1B4A297857D1968B4021B8ED04B4FEA1624CAE38(_thisAdjusted, ___0_reference, method);
|
|
}
|
|
// System.Boolean UnityEngine.InputSystem.InputActionProperty::Equals(UnityEngine.InputSystem.InputActionProperty)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputActionProperty_Equals_m0C06212922B79EBA82960388EB39C48458009F98 (InputActionProperty_tE5B1633784A72FC044A0BB5C0BE140DD7BD84FAD* __this, InputActionProperty_tE5B1633784A72FC044A0BB5C0BE140DD7BD84FAD ___0_other, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// return m_Reference == other.m_Reference &&
|
|
// m_UseReference == other.m_UseReference &&
|
|
// m_Action == other.m_Action;
|
|
InputActionReference_t64730C6B41271E0983FC21BFB416169F5D6BC4A1* L_0 = __this->___m_Reference_2;
|
|
InputActionProperty_tE5B1633784A72FC044A0BB5C0BE140DD7BD84FAD L_1 = ___0_other;
|
|
InputActionReference_t64730C6B41271E0983FC21BFB416169F5D6BC4A1* L_2 = L_1.___m_Reference_2;
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_3;
|
|
L_3 = Object_op_Equality_mB6120F782D83091EF56A198FCEBCF066DB4A9605(L_0, L_2, NULL);
|
|
if (!L_3)
|
|
{
|
|
goto IL_0030;
|
|
}
|
|
}
|
|
{
|
|
bool L_4 = __this->___m_UseReference_0;
|
|
InputActionProperty_tE5B1633784A72FC044A0BB5C0BE140DD7BD84FAD L_5 = ___0_other;
|
|
bool L_6 = L_5.___m_UseReference_0;
|
|
if ((!(((uint32_t)L_4) == ((uint32_t)L_6))))
|
|
{
|
|
goto IL_0030;
|
|
}
|
|
}
|
|
{
|
|
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_7 = __this->___m_Action_1;
|
|
InputActionProperty_tE5B1633784A72FC044A0BB5C0BE140DD7BD84FAD L_8 = ___0_other;
|
|
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_9 = L_8.___m_Action_1;
|
|
return (bool)((((RuntimeObject*)(InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD*)L_7) == ((RuntimeObject*)(InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD*)L_9))? 1 : 0);
|
|
}
|
|
|
|
IL_0030:
|
|
{
|
|
return (bool)0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C bool InputActionProperty_Equals_m0C06212922B79EBA82960388EB39C48458009F98_AdjustorThunk (RuntimeObject* __this, InputActionProperty_tE5B1633784A72FC044A0BB5C0BE140DD7BD84FAD ___0_other, const RuntimeMethod* method)
|
|
{
|
|
InputActionProperty_tE5B1633784A72FC044A0BB5C0BE140DD7BD84FAD* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<InputActionProperty_tE5B1633784A72FC044A0BB5C0BE140DD7BD84FAD*>(__this + _offset);
|
|
bool _returnValue;
|
|
_returnValue = InputActionProperty_Equals_m0C06212922B79EBA82960388EB39C48458009F98(_thisAdjusted, ___0_other, method);
|
|
return _returnValue;
|
|
}
|
|
// System.Boolean UnityEngine.InputSystem.InputActionProperty::Equals(UnityEngine.InputSystem.InputAction)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputActionProperty_Equals_m97BF84F9329A5012737F02DA31691B9C9FDE989E (InputActionProperty_tE5B1633784A72FC044A0BB5C0BE140DD7BD84FAD* __this, InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* ___0_other, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// return ReferenceEquals(action, other);
|
|
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_0;
|
|
L_0 = InputActionProperty_get_action_mABF2197D9CC6586E5DFB0481CF9C1B2586F41A47(__this, NULL);
|
|
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_1 = ___0_other;
|
|
return (bool)((((RuntimeObject*)(InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD*)L_0) == ((RuntimeObject*)(InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD*)L_1))? 1 : 0);
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C bool InputActionProperty_Equals_m97BF84F9329A5012737F02DA31691B9C9FDE989E_AdjustorThunk (RuntimeObject* __this, InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* ___0_other, const RuntimeMethod* method)
|
|
{
|
|
InputActionProperty_tE5B1633784A72FC044A0BB5C0BE140DD7BD84FAD* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<InputActionProperty_tE5B1633784A72FC044A0BB5C0BE140DD7BD84FAD*>(__this + _offset);
|
|
bool _returnValue;
|
|
_returnValue = InputActionProperty_Equals_m97BF84F9329A5012737F02DA31691B9C9FDE989E(_thisAdjusted, ___0_other, method);
|
|
return _returnValue;
|
|
}
|
|
// System.Boolean UnityEngine.InputSystem.InputActionProperty::Equals(UnityEngine.InputSystem.InputActionReference)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputActionProperty_Equals_mB10D5450B844184F08BAB09296129F539BEC7432 (InputActionProperty_tE5B1633784A72FC044A0BB5C0BE140DD7BD84FAD* __this, InputActionReference_t64730C6B41271E0983FC21BFB416169F5D6BC4A1* ___0_other, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// return m_Reference == other;
|
|
InputActionReference_t64730C6B41271E0983FC21BFB416169F5D6BC4A1* L_0 = __this->___m_Reference_2;
|
|
InputActionReference_t64730C6B41271E0983FC21BFB416169F5D6BC4A1* L_1 = ___0_other;
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_2;
|
|
L_2 = Object_op_Equality_mB6120F782D83091EF56A198FCEBCF066DB4A9605(L_0, L_1, NULL);
|
|
return L_2;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C bool InputActionProperty_Equals_mB10D5450B844184F08BAB09296129F539BEC7432_AdjustorThunk (RuntimeObject* __this, InputActionReference_t64730C6B41271E0983FC21BFB416169F5D6BC4A1* ___0_other, const RuntimeMethod* method)
|
|
{
|
|
InputActionProperty_tE5B1633784A72FC044A0BB5C0BE140DD7BD84FAD* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<InputActionProperty_tE5B1633784A72FC044A0BB5C0BE140DD7BD84FAD*>(__this + _offset);
|
|
bool _returnValue;
|
|
_returnValue = InputActionProperty_Equals_mB10D5450B844184F08BAB09296129F539BEC7432(_thisAdjusted, ___0_other, method);
|
|
return _returnValue;
|
|
}
|
|
// System.Boolean UnityEngine.InputSystem.InputActionProperty::Equals(System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputActionProperty_Equals_m2068BC73A36627EB4AE36D09CCF389E8B0B5F5BC (InputActionProperty_tE5B1633784A72FC044A0BB5C0BE140DD7BD84FAD* __this, RuntimeObject* ___0_obj, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputActionReference_t64730C6B41271E0983FC21BFB416169F5D6BC4A1_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// if (m_UseReference)
|
|
bool L_0 = __this->___m_UseReference_0;
|
|
if (!L_0)
|
|
{
|
|
goto IL_0015;
|
|
}
|
|
}
|
|
{
|
|
// return Equals(obj as InputActionReference);
|
|
RuntimeObject* L_1 = ___0_obj;
|
|
bool L_2;
|
|
L_2 = InputActionProperty_Equals_mB10D5450B844184F08BAB09296129F539BEC7432(__this, ((InputActionReference_t64730C6B41271E0983FC21BFB416169F5D6BC4A1*)IsInstClass((RuntimeObject*)L_1, InputActionReference_t64730C6B41271E0983FC21BFB416169F5D6BC4A1_il2cpp_TypeInfo_var)), NULL);
|
|
return L_2;
|
|
}
|
|
|
|
IL_0015:
|
|
{
|
|
// return Equals(obj as InputAction);
|
|
RuntimeObject* L_3 = ___0_obj;
|
|
bool L_4;
|
|
L_4 = InputActionProperty_Equals_m97BF84F9329A5012737F02DA31691B9C9FDE989E(__this, ((InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD*)IsInstSealed((RuntimeObject*)L_3, InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD_il2cpp_TypeInfo_var)), NULL);
|
|
return L_4;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C bool InputActionProperty_Equals_m2068BC73A36627EB4AE36D09CCF389E8B0B5F5BC_AdjustorThunk (RuntimeObject* __this, RuntimeObject* ___0_obj, const RuntimeMethod* method)
|
|
{
|
|
InputActionProperty_tE5B1633784A72FC044A0BB5C0BE140DD7BD84FAD* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<InputActionProperty_tE5B1633784A72FC044A0BB5C0BE140DD7BD84FAD*>(__this + _offset);
|
|
bool _returnValue;
|
|
_returnValue = InputActionProperty_Equals_m2068BC73A36627EB4AE36D09CCF389E8B0B5F5BC(_thisAdjusted, ___0_obj, method);
|
|
return _returnValue;
|
|
}
|
|
// System.Int32 UnityEngine.InputSystem.InputActionProperty::GetHashCode()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t InputActionProperty_GetHashCode_mE5D1A51A7D75FBD7332A14ACCA7EA94A91D3BAED (InputActionProperty_tE5B1633784A72FC044A0BB5C0BE140DD7BD84FAD* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// if (m_UseReference)
|
|
bool L_0 = __this->___m_UseReference_0;
|
|
if (!L_0)
|
|
{
|
|
goto IL_0024;
|
|
}
|
|
}
|
|
{
|
|
// return m_Reference != null ? m_Reference.GetHashCode() : 0;
|
|
InputActionReference_t64730C6B41271E0983FC21BFB416169F5D6BC4A1* L_1 = __this->___m_Reference_2;
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_2;
|
|
L_2 = Object_op_Inequality_mD0BE578448EAA61948F25C32F8DD55AB1F778602(L_1, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
|
|
if (L_2)
|
|
{
|
|
goto IL_0018;
|
|
}
|
|
}
|
|
{
|
|
return 0;
|
|
}
|
|
|
|
IL_0018:
|
|
{
|
|
InputActionReference_t64730C6B41271E0983FC21BFB416169F5D6BC4A1* L_3 = __this->___m_Reference_2;
|
|
NullCheck(L_3);
|
|
int32_t L_4;
|
|
L_4 = VirtualFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, L_3);
|
|
return L_4;
|
|
}
|
|
|
|
IL_0024:
|
|
{
|
|
// return m_Action != null ? m_Action.GetHashCode() : 0;
|
|
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_5 = __this->___m_Action_1;
|
|
if (L_5)
|
|
{
|
|
goto IL_002e;
|
|
}
|
|
}
|
|
{
|
|
return 0;
|
|
}
|
|
|
|
IL_002e:
|
|
{
|
|
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_6 = __this->___m_Action_1;
|
|
NullCheck(L_6);
|
|
int32_t L_7;
|
|
L_7 = VirtualFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, L_6);
|
|
return L_7;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C int32_t InputActionProperty_GetHashCode_mE5D1A51A7D75FBD7332A14ACCA7EA94A91D3BAED_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
InputActionProperty_tE5B1633784A72FC044A0BB5C0BE140DD7BD84FAD* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<InputActionProperty_tE5B1633784A72FC044A0BB5C0BE140DD7BD84FAD*>(__this + _offset);
|
|
int32_t _returnValue;
|
|
_returnValue = InputActionProperty_GetHashCode_mE5D1A51A7D75FBD7332A14ACCA7EA94A91D3BAED(_thisAdjusted, method);
|
|
return _returnValue;
|
|
}
|
|
// System.Boolean UnityEngine.InputSystem.InputActionProperty::op_Equality(UnityEngine.InputSystem.InputActionProperty,UnityEngine.InputSystem.InputActionProperty)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputActionProperty_op_Equality_mDBBFEA787A68A86DA2DDB96320C5D94DD3EF60FD (InputActionProperty_tE5B1633784A72FC044A0BB5C0BE140DD7BD84FAD ___0_left, InputActionProperty_tE5B1633784A72FC044A0BB5C0BE140DD7BD84FAD ___1_right, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// return left.Equals(right);
|
|
InputActionProperty_tE5B1633784A72FC044A0BB5C0BE140DD7BD84FAD L_0 = ___1_right;
|
|
bool L_1;
|
|
L_1 = InputActionProperty_Equals_m0C06212922B79EBA82960388EB39C48458009F98((&___0_left), L_0, NULL);
|
|
return L_1;
|
|
}
|
|
}
|
|
// System.Boolean UnityEngine.InputSystem.InputActionProperty::op_Inequality(UnityEngine.InputSystem.InputActionProperty,UnityEngine.InputSystem.InputActionProperty)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputActionProperty_op_Inequality_mCECAB23F7BD37CB44892D652DD30ED64189F3316 (InputActionProperty_tE5B1633784A72FC044A0BB5C0BE140DD7BD84FAD ___0_left, InputActionProperty_tE5B1633784A72FC044A0BB5C0BE140DD7BD84FAD ___1_right, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// return !left.Equals(right);
|
|
InputActionProperty_tE5B1633784A72FC044A0BB5C0BE140DD7BD84FAD L_0 = ___1_right;
|
|
bool L_1;
|
|
L_1 = InputActionProperty_Equals_m0C06212922B79EBA82960388EB39C48458009F98((&___0_left), 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
|
|
// UnityEngine.InputSystem.InputActionAsset UnityEngine.InputSystem.InputActionReference::get_asset()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D* InputActionReference_get_asset_m2ACB50A0D73B81FAB21C6BC80C59CB87814BEE2E (InputActionReference_t64730C6B41271E0983FC21BFB416169F5D6BC4A1* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public InputActionAsset asset => m_Asset;
|
|
InputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D* L_0 = __this->___m_Asset_4;
|
|
return L_0;
|
|
}
|
|
}
|
|
// UnityEngine.InputSystem.InputAction UnityEngine.InputSystem.InputActionReference::get_action()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* InputActionReference_get_action_m395EDEA6A93B54555D22323FDA6E1B1E931CE6EF (InputActionReference_t64730C6B41271E0983FC21BFB416169F5D6BC4A1* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// if (m_Action == null)
|
|
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_0 = __this->___m_Action_6;
|
|
if (L_0)
|
|
{
|
|
goto IL_0034;
|
|
}
|
|
}
|
|
{
|
|
// if (m_Asset == null)
|
|
InputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D* L_1 = __this->___m_Asset_4;
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_2;
|
|
L_2 = Object_op_Equality_mB6120F782D83091EF56A198FCEBCF066DB4A9605(L_1, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
|
|
if (!L_2)
|
|
{
|
|
goto IL_0018;
|
|
}
|
|
}
|
|
{
|
|
// return null;
|
|
return (InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD*)NULL;
|
|
}
|
|
|
|
IL_0018:
|
|
{
|
|
// m_Action = m_Asset.FindAction(new Guid(m_ActionId));
|
|
InputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D* L_3 = __this->___m_Asset_4;
|
|
String_t* L_4 = __this->___m_ActionId_5;
|
|
Guid_t L_5;
|
|
memset((&L_5), 0, sizeof(L_5));
|
|
Guid__ctor_mAE66BA1C43B4194F4F7991E2E30370E36CBBF830((&L_5), L_4, /*hidden argument*/NULL);
|
|
NullCheck(L_3);
|
|
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_6;
|
|
L_6 = InputActionAsset_FindAction_m16E1640E2BBADC5F408EA6F05C81D593269CD24A(L_3, L_5, NULL);
|
|
__this->___m_Action_6 = L_6;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_Action_6), (void*)L_6);
|
|
}
|
|
|
|
IL_0034:
|
|
{
|
|
// return m_Action;
|
|
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_7 = __this->___m_Action_6;
|
|
return L_7;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.InputSystem.InputActionReference::Set(UnityEngine.InputSystem.InputAction)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionReference_Set_m6FD5F9454BE84DCF93582263A8D5F9E78D78299A (InputActionReference_t64730C6B41271E0983FC21BFB416169F5D6BC4A1* __this, InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* ___0_action, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* V_0 = NULL;
|
|
{
|
|
// if (action == null)
|
|
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_0 = ___0_action;
|
|
if (L_0)
|
|
{
|
|
goto IL_0012;
|
|
}
|
|
}
|
|
{
|
|
// m_Asset = default;
|
|
__this->___m_Asset_4 = (InputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D*)NULL;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_Asset_4), (void*)(InputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D*)NULL);
|
|
// m_ActionId = default;
|
|
__this->___m_ActionId_5 = (String_t*)NULL;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_ActionId_5), (void*)(String_t*)NULL);
|
|
// return;
|
|
return;
|
|
}
|
|
|
|
IL_0012:
|
|
{
|
|
// var map = action.actionMap;
|
|
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_1 = ___0_action;
|
|
NullCheck(L_1);
|
|
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_2;
|
|
L_2 = InputAction_get_actionMap_m43B509A85057642A7DD0B89E4F27044ABB5B5E93(L_1, NULL);
|
|
V_0 = L_2;
|
|
// if (map == null || map.asset == null)
|
|
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_3 = V_0;
|
|
if (!L_3)
|
|
{
|
|
goto IL_002a;
|
|
}
|
|
}
|
|
{
|
|
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_4 = V_0;
|
|
NullCheck(L_4);
|
|
InputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D* L_5;
|
|
L_5 = InputActionMap_get_asset_mBE901C135AA146247F9A05D72116F8FF15063052_inline(L_4, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_6;
|
|
L_6 = Object_op_Equality_mB6120F782D83091EF56A198FCEBCF066DB4A9605(L_5, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
|
|
if (!L_6)
|
|
{
|
|
goto IL_003b;
|
|
}
|
|
}
|
|
|
|
IL_002a:
|
|
{
|
|
// throw new InvalidOperationException(
|
|
// $"Action '{action}' must be part of an InputActionAsset in order to be able to create an InputActionReference for it");
|
|
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_7 = ___0_action;
|
|
String_t* L_8;
|
|
L_8 = String_Format_mA8DBB4C2516B9723C5A41E6CB1E2FAF4BBE96DD8(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB83C20F0372B83AFCF2F380FFFEDF0FC5B2716DF)), L_7, 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*)&InputActionReference_Set_m6FD5F9454BE84DCF93582263A8D5F9E78D78299A_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_003b:
|
|
{
|
|
// SetInternal(map.asset, action);
|
|
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_10 = V_0;
|
|
NullCheck(L_10);
|
|
InputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D* L_11;
|
|
L_11 = InputActionMap_get_asset_mBE901C135AA146247F9A05D72116F8FF15063052_inline(L_10, NULL);
|
|
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_12 = ___0_action;
|
|
InputActionReference_SetInternal_m953C49C2F169CEB8A34ED2F35B9976FD23F3C83C(__this, L_11, L_12, NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.InputSystem.InputActionReference::Set(UnityEngine.InputSystem.InputActionAsset,System.String,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionReference_Set_mA08B7801CA2E7C3BB7C5C4F282538F1616734B86 (InputActionReference_t64730C6B41271E0983FC21BFB416169F5D6BC4A1* __this, InputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D* ___0_asset, String_t* ___1_mapName, String_t* ___2_actionName, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* V_0 = NULL;
|
|
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* G_B8_0 = NULL;
|
|
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* G_B7_0 = NULL;
|
|
{
|
|
// if (asset == null)
|
|
InputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D* L_0 = ___0_asset;
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_1;
|
|
L_1 = Object_op_Equality_mB6120F782D83091EF56A198FCEBCF066DB4A9605(L_0, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
|
|
if (!L_1)
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
// throw new ArgumentNullException(nameof(asset));
|
|
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*)&_stringLiteral37B97248AD78DD69BA3DF192A954DA136A0917D3)), NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputActionReference_Set_mA08B7801CA2E7C3BB7C5C4F282538F1616734B86_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
// if (string.IsNullOrEmpty(mapName))
|
|
String_t* L_3 = ___1_mapName;
|
|
bool L_4;
|
|
L_4 = String_IsNullOrEmpty_mEA9E3FB005AC28FE02E69FCF95A7B8456192B478(L_3, NULL);
|
|
if (!L_4)
|
|
{
|
|
goto IL_0027;
|
|
}
|
|
}
|
|
{
|
|
// throw new ArgumentNullException(nameof(mapName));
|
|
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*)&_stringLiteral22C0BFC803D5BD7AC2BA78E866EC35DBF4356A5B)), NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputActionReference_Set_mA08B7801CA2E7C3BB7C5C4F282538F1616734B86_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_0027:
|
|
{
|
|
// if (string.IsNullOrEmpty(actionName))
|
|
String_t* L_6 = ___2_actionName;
|
|
bool L_7;
|
|
L_7 = String_IsNullOrEmpty_mEA9E3FB005AC28FE02E69FCF95A7B8456192B478(L_6, NULL);
|
|
if (!L_7)
|
|
{
|
|
goto IL_003a;
|
|
}
|
|
}
|
|
{
|
|
// throw new ArgumentNullException(nameof(actionName));
|
|
ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_8 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_8);
|
|
ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_8, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral324B7BF2CA4CDF2B0890671B3810E93A4B864259)), NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputActionReference_Set_mA08B7801CA2E7C3BB7C5C4F282538F1616734B86_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_003a:
|
|
{
|
|
// var actionMap = asset.FindActionMap(mapName);
|
|
InputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D* L_9 = ___0_asset;
|
|
String_t* L_10 = ___1_mapName;
|
|
NullCheck(L_9);
|
|
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_11;
|
|
L_11 = InputActionAsset_FindActionMap_mE04E63102310DA7662194A4D283E2E42D90CCC75(L_9, L_10, (bool)0, NULL);
|
|
// if (actionMap == null)
|
|
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_12 = L_11;
|
|
G_B7_0 = L_12;
|
|
if (L_12)
|
|
{
|
|
G_B8_0 = L_12;
|
|
goto IL_005c;
|
|
}
|
|
}
|
|
{
|
|
// throw new ArgumentException($"No action map '{mapName}' in '{asset}'", nameof(mapName));
|
|
String_t* L_13 = ___1_mapName;
|
|
InputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D* L_14 = ___0_asset;
|
|
String_t* L_15;
|
|
L_15 = String_Format_mFB7DA489BD99F4670881FF50EC017BFB0A5C0987(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral90F0368FD1E939DF97C4180C4159E1B8783C898C)), L_13, L_14, NULL);
|
|
ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_16 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_16);
|
|
ArgumentException__ctor_m8F9D40CE19D19B698A70F9A258640EB52DB39B62(L_16, L_15, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral22C0BFC803D5BD7AC2BA78E866EC35DBF4356A5B)), NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_16, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputActionReference_Set_mA08B7801CA2E7C3BB7C5C4F282538F1616734B86_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_005c:
|
|
{
|
|
// var action = actionMap.FindAction(actionName);
|
|
String_t* L_17 = ___2_actionName;
|
|
NullCheck(G_B8_0);
|
|
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_18;
|
|
L_18 = InputActionMap_FindAction_m94A9B02203CFFA97310EC589FAD4CCB15898F0A3(G_B8_0, L_17, (bool)0, NULL);
|
|
V_0 = L_18;
|
|
// if (action == null)
|
|
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_19 = V_0;
|
|
if (L_19)
|
|
{
|
|
goto IL_007f;
|
|
}
|
|
}
|
|
{
|
|
// throw new ArgumentException($"No action '{actionName}' in map '{mapName}' of asset '{asset}'",
|
|
// nameof(actionName));
|
|
String_t* L_20 = ___2_actionName;
|
|
String_t* L_21 = ___1_mapName;
|
|
InputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D* L_22 = ___0_asset;
|
|
String_t* L_23;
|
|
L_23 = String_Format_mA0534D6E2AE4D67A6BD8D45B3321323930EB930C(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral3D0876C1556DFC2E63862DAD485048B7A5B2BBE9)), L_20, L_21, L_22, NULL);
|
|
ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_24 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_24);
|
|
ArgumentException__ctor_m8F9D40CE19D19B698A70F9A258640EB52DB39B62(L_24, L_23, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral324B7BF2CA4CDF2B0890671B3810E93A4B864259)), NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_24, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputActionReference_Set_mA08B7801CA2E7C3BB7C5C4F282538F1616734B86_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_007f:
|
|
{
|
|
// SetInternal(asset, action);
|
|
InputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D* L_25 = ___0_asset;
|
|
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_26 = V_0;
|
|
InputActionReference_SetInternal_m953C49C2F169CEB8A34ED2F35B9976FD23F3C83C(__this, L_25, L_26, NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.InputSystem.InputActionReference::SetInternal(UnityEngine.InputSystem.InputActionAsset,UnityEngine.InputSystem.InputAction)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionReference_SetInternal_m953C49C2F169CEB8A34ED2F35B9976FD23F3C83C (InputActionReference_t64730C6B41271E0983FC21BFB416169F5D6BC4A1* __this, InputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D* ___0_asset, InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* ___1_action, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerable_Contains_TisInputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09_mDB4A35240D267764A47303CA94557A173E5AF220_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlyArray_1_tB688C6ED4807227AAD260815DAFB574392403081_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* V_0 = NULL;
|
|
Guid_t V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
{
|
|
// var actionMap = action.actionMap;
|
|
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_0 = ___1_action;
|
|
NullCheck(L_0);
|
|
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_1;
|
|
L_1 = InputAction_get_actionMap_m43B509A85057642A7DD0B89E4F27044ABB5B5E93(L_0, NULL);
|
|
V_0 = L_1;
|
|
// if (!asset.actionMaps.Contains(actionMap))
|
|
InputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D* L_2 = ___0_asset;
|
|
NullCheck(L_2);
|
|
ReadOnlyArray_1_tB688C6ED4807227AAD260815DAFB574392403081 L_3;
|
|
L_3 = InputActionAsset_get_actionMaps_m4466B91D0F82214F6B3CBE373B64D785657B63B4(L_2, NULL);
|
|
ReadOnlyArray_1_tB688C6ED4807227AAD260815DAFB574392403081 L_4 = L_3;
|
|
RuntimeObject* L_5 = Box(ReadOnlyArray_1_tB688C6ED4807227AAD260815DAFB574392403081_il2cpp_TypeInfo_var, &L_4);
|
|
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_6 = V_0;
|
|
bool L_7;
|
|
L_7 = Enumerable_Contains_TisInputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09_mDB4A35240D267764A47303CA94557A173E5AF220((RuntimeObject*)L_5, L_6, Enumerable_Contains_TisInputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09_mDB4A35240D267764A47303CA94557A173E5AF220_RuntimeMethod_var);
|
|
if (L_7)
|
|
{
|
|
goto IL_0031;
|
|
}
|
|
}
|
|
{
|
|
// throw new ArgumentException(
|
|
// $"Action '{action}' is not contained in asset '{asset}'", nameof(action));
|
|
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_8 = ___1_action;
|
|
InputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D* L_9 = ___0_asset;
|
|
String_t* L_10;
|
|
L_10 = String_Format_mFB7DA489BD99F4670881FF50EC017BFB0A5C0987(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7F67F2BEECF89EF5CDF8DE4682F3A9B37BE8E5AE)), L_8, L_9, NULL);
|
|
ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_11 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_11);
|
|
ArgumentException__ctor_m8F9D40CE19D19B698A70F9A258640EB52DB39B62(L_11, L_10, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF9010398F7F524C05AB19445BDCE02E617A3E267)), NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_11, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputActionReference_SetInternal_m953C49C2F169CEB8A34ED2F35B9976FD23F3C83C_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_0031:
|
|
{
|
|
// m_Asset = asset;
|
|
InputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D* L_12 = ___0_asset;
|
|
__this->___m_Asset_4 = L_12;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_Asset_4), (void*)L_12);
|
|
// m_ActionId = action.id.ToString();
|
|
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_13 = ___1_action;
|
|
NullCheck(L_13);
|
|
Guid_t L_14;
|
|
L_14 = InputAction_get_id_mC9CBAB090420289E55D0BE9A6582EA3B08C40624(L_13, NULL);
|
|
V_1 = L_14;
|
|
String_t* L_15;
|
|
L_15 = Guid_ToString_m2BFFD5FA726E03FA707AAFCCF065896C46D5290C((&V_1), NULL);
|
|
__this->___m_ActionId_5 = L_15;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_ActionId_5), (void*)L_15);
|
|
// name = GetDisplayName(action);
|
|
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_16 = ___1_action;
|
|
String_t* L_17;
|
|
L_17 = InputActionReference_GetDisplayName_mE97C6DA2412BF20294AA795A67C9384E6476FFC2(L_16, NULL);
|
|
Object_set_name_mC79E6DC8FFD72479C90F0C4CC7F42A0FEAF5AE47(__this, L_17, NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.String UnityEngine.InputSystem.InputActionReference::ToString()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* InputActionReference_ToString_m198573B4C0D05A39CE7C4EF1D96E82DE87DBE114 (InputActionReference_t64730C6B41271E0983FC21BFB416169F5D6BC4A1* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral86BBAACC00198DBB3046818AD3FC2AA10AE48DE1);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral876C4B39B6E4D0187090400768899C71D99DE90D);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* V_0 = NULL;
|
|
String_t* V_1 = NULL;
|
|
il2cpp::utils::ExceptionSupportStack<RuntimeObject*, 1> __active_exceptions;
|
|
try
|
|
{// begin try (depth: 1)
|
|
// var action = this.action;
|
|
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_0;
|
|
L_0 = InputActionReference_get_action_m395EDEA6A93B54555D22323FDA6E1B1E931CE6EF(__this, NULL);
|
|
V_0 = L_0;
|
|
// return $"{m_Asset.name}:{action.actionMap.name}/{action.name}";
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_1 = (StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)SZArrayNew(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var, (uint32_t)5);
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_2 = L_1;
|
|
InputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D* L_3 = __this->___m_Asset_4;
|
|
NullCheck(L_3);
|
|
String_t* L_4;
|
|
L_4 = Object_get_name_mAC2F6B897CF1303BA4249B4CB55271AFACBB6392(L_3, NULL);
|
|
NullCheck(L_2);
|
|
ArrayElementTypeCheck (L_2, L_4);
|
|
(L_2)->SetAt(static_cast<il2cpp_array_size_t>(0), (String_t*)L_4);
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_5 = L_2;
|
|
NullCheck(L_5);
|
|
ArrayElementTypeCheck (L_5, _stringLiteral876C4B39B6E4D0187090400768899C71D99DE90D);
|
|
(L_5)->SetAt(static_cast<il2cpp_array_size_t>(1), (String_t*)_stringLiteral876C4B39B6E4D0187090400768899C71D99DE90D);
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_6 = L_5;
|
|
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_7 = V_0;
|
|
NullCheck(L_7);
|
|
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_8;
|
|
L_8 = InputAction_get_actionMap_m43B509A85057642A7DD0B89E4F27044ABB5B5E93(L_7, NULL);
|
|
NullCheck(L_8);
|
|
String_t* L_9;
|
|
L_9 = InputActionMap_get_name_mCB679DD2375CBD4A3F7A3419CEDF8AE928CDEBC8_inline(L_8, NULL);
|
|
NullCheck(L_6);
|
|
ArrayElementTypeCheck (L_6, L_9);
|
|
(L_6)->SetAt(static_cast<il2cpp_array_size_t>(2), (String_t*)L_9);
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_10 = L_6;
|
|
NullCheck(L_10);
|
|
ArrayElementTypeCheck (L_10, _stringLiteral86BBAACC00198DBB3046818AD3FC2AA10AE48DE1);
|
|
(L_10)->SetAt(static_cast<il2cpp_array_size_t>(3), (String_t*)_stringLiteral86BBAACC00198DBB3046818AD3FC2AA10AE48DE1);
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_11 = L_10;
|
|
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_12 = V_0;
|
|
NullCheck(L_12);
|
|
String_t* L_13;
|
|
L_13 = InputAction_get_name_m1F0AADC84A46CBF2EEE3AEACB760189F68D50938_inline(L_12, NULL);
|
|
NullCheck(L_11);
|
|
ArrayElementTypeCheck (L_11, L_13);
|
|
(L_11)->SetAt(static_cast<il2cpp_array_size_t>(4), (String_t*)L_13);
|
|
String_t* L_14;
|
|
L_14 = String_Concat_m647EBF831F54B6DF7D5AFA5FD012CF4EE7571B6A(L_11, NULL);
|
|
V_1 = L_14;
|
|
goto IL_0080;
|
|
}// end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RuntimeObject_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex)))
|
|
{
|
|
IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex);
|
|
goto CATCH_004a;
|
|
}
|
|
throw e;
|
|
}
|
|
|
|
CATCH_004a:
|
|
{// begin catch(System.Object)
|
|
{
|
|
// catch
|
|
// if (m_Asset != null)
|
|
InputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D* L_15 = __this->___m_Asset_4;
|
|
il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var)));
|
|
bool L_16;
|
|
L_16 = Object_op_Inequality_mD0BE578448EAA61948F25C32F8DD55AB1F778602(L_15, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
|
|
if (!L_16)
|
|
{
|
|
goto IL_0077;
|
|
}
|
|
}
|
|
{
|
|
// return $"{m_Asset.name}:{m_ActionId}";
|
|
InputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D* L_17 = __this->___m_Asset_4;
|
|
NullCheck(L_17);
|
|
String_t* L_18;
|
|
L_18 = Object_get_name_mAC2F6B897CF1303BA4249B4CB55271AFACBB6392(L_17, NULL);
|
|
String_t* L_19 = __this->___m_ActionId_5;
|
|
String_t* L_20;
|
|
L_20 = String_Concat_m8855A6DE10F84DA7F4EC113CADDB59873A25573B(L_18, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral876C4B39B6E4D0187090400768899C71D99DE90D)), L_19, NULL);
|
|
V_1 = L_20;
|
|
IL2CPP_POP_ACTIVE_EXCEPTION();
|
|
goto IL_0080;
|
|
}
|
|
|
|
IL_0077:
|
|
{
|
|
// }
|
|
IL2CPP_POP_ACTIVE_EXCEPTION();
|
|
goto IL_0079;
|
|
}
|
|
}// end catch (depth: 1)
|
|
|
|
IL_0079:
|
|
{
|
|
// return base.ToString();
|
|
String_t* L_21;
|
|
L_21 = Object_ToString_m590B13E2C40DB814E3CF9C3615952B3CC7C4B36C(__this, NULL);
|
|
return L_21;
|
|
}
|
|
|
|
IL_0080:
|
|
{
|
|
// }
|
|
String_t* L_22 = V_1;
|
|
return L_22;
|
|
}
|
|
}
|
|
// System.String UnityEngine.InputSystem.InputActionReference::GetDisplayName(UnityEngine.InputSystem.InputAction)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* InputActionReference_GetDisplayName_mE97C6DA2412BF20294AA795A67C9384E6476FFC2 (InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* ___0_action, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral86BBAACC00198DBB3046818AD3FC2AA10AE48DE1);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
String_t* G_B5_0 = NULL;
|
|
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* G_B4_0 = NULL;
|
|
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* G_B3_0 = NULL;
|
|
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* G_B11_0 = NULL;
|
|
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* G_B10_0 = NULL;
|
|
String_t* G_B12_0 = NULL;
|
|
{
|
|
// return !string.IsNullOrEmpty(action?.actionMap?.name) ? $"{action.actionMap?.name}/{action.name}" : action?.name;
|
|
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_0 = ___0_action;
|
|
if (L_0)
|
|
{
|
|
goto IL_0006;
|
|
}
|
|
}
|
|
{
|
|
G_B5_0 = ((String_t*)(NULL));
|
|
goto IL_0018;
|
|
}
|
|
|
|
IL_0006:
|
|
{
|
|
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_1 = ___0_action;
|
|
NullCheck(L_1);
|
|
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_2;
|
|
L_2 = InputAction_get_actionMap_m43B509A85057642A7DD0B89E4F27044ABB5B5E93(L_1, NULL);
|
|
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_3 = L_2;
|
|
G_B3_0 = L_3;
|
|
if (L_3)
|
|
{
|
|
G_B4_0 = L_3;
|
|
goto IL_0013;
|
|
}
|
|
}
|
|
{
|
|
G_B5_0 = ((String_t*)(NULL));
|
|
goto IL_0018;
|
|
}
|
|
|
|
IL_0013:
|
|
{
|
|
NullCheck(G_B4_0);
|
|
String_t* L_4;
|
|
L_4 = InputActionMap_get_name_mCB679DD2375CBD4A3F7A3419CEDF8AE928CDEBC8_inline(G_B4_0, NULL);
|
|
G_B5_0 = L_4;
|
|
}
|
|
|
|
IL_0018:
|
|
{
|
|
bool L_5;
|
|
L_5 = String_IsNullOrEmpty_mEA9E3FB005AC28FE02E69FCF95A7B8456192B478(G_B5_0, NULL);
|
|
if (!L_5)
|
|
{
|
|
goto IL_002b;
|
|
}
|
|
}
|
|
{
|
|
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_6 = ___0_action;
|
|
if (L_6)
|
|
{
|
|
goto IL_0024;
|
|
}
|
|
}
|
|
{
|
|
return (String_t*)NULL;
|
|
}
|
|
|
|
IL_0024:
|
|
{
|
|
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_7 = ___0_action;
|
|
NullCheck(L_7);
|
|
String_t* L_8;
|
|
L_8 = InputAction_get_name_m1F0AADC84A46CBF2EEE3AEACB760189F68D50938_inline(L_7, NULL);
|
|
return L_8;
|
|
}
|
|
|
|
IL_002b:
|
|
{
|
|
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_9 = ___0_action;
|
|
NullCheck(L_9);
|
|
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_10;
|
|
L_10 = InputAction_get_actionMap_m43B509A85057642A7DD0B89E4F27044ABB5B5E93(L_9, NULL);
|
|
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_11 = L_10;
|
|
G_B10_0 = L_11;
|
|
if (L_11)
|
|
{
|
|
G_B11_0 = L_11;
|
|
goto IL_0038;
|
|
}
|
|
}
|
|
{
|
|
G_B12_0 = ((String_t*)(NULL));
|
|
goto IL_003d;
|
|
}
|
|
|
|
IL_0038:
|
|
{
|
|
NullCheck(G_B11_0);
|
|
String_t* L_12;
|
|
L_12 = InputActionMap_get_name_mCB679DD2375CBD4A3F7A3419CEDF8AE928CDEBC8_inline(G_B11_0, NULL);
|
|
G_B12_0 = L_12;
|
|
}
|
|
|
|
IL_003d:
|
|
{
|
|
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_13 = ___0_action;
|
|
NullCheck(L_13);
|
|
String_t* L_14;
|
|
L_14 = InputAction_get_name_m1F0AADC84A46CBF2EEE3AEACB760189F68D50938_inline(L_13, NULL);
|
|
String_t* L_15;
|
|
L_15 = String_Concat_m8855A6DE10F84DA7F4EC113CADDB59873A25573B(G_B12_0, _stringLiteral86BBAACC00198DBB3046818AD3FC2AA10AE48DE1, L_14, NULL);
|
|
return L_15;
|
|
}
|
|
}
|
|
// System.String UnityEngine.InputSystem.InputActionReference::ToDisplayName()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* InputActionReference_ToDisplayName_m0398EF4B3F60D6DD35021AB0A9AA4096EC1E4B05 (InputActionReference_t64730C6B41271E0983FC21BFB416169F5D6BC4A1* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// return string.IsNullOrEmpty(name) ? GetDisplayName(action) : name;
|
|
String_t* L_0;
|
|
L_0 = Object_get_name_mAC2F6B897CF1303BA4249B4CB55271AFACBB6392(__this, NULL);
|
|
bool L_1;
|
|
L_1 = String_IsNullOrEmpty_mEA9E3FB005AC28FE02E69FCF95A7B8456192B478(L_0, NULL);
|
|
if (L_1)
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_2;
|
|
L_2 = Object_get_name_mAC2F6B897CF1303BA4249B4CB55271AFACBB6392(__this, NULL);
|
|
return L_2;
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_3;
|
|
L_3 = InputActionReference_get_action_m395EDEA6A93B54555D22323FDA6E1B1E931CE6EF(__this, NULL);
|
|
String_t* L_4;
|
|
L_4 = InputActionReference_GetDisplayName_mE97C6DA2412BF20294AA795A67C9384E6476FFC2(L_3, NULL);
|
|
return L_4;
|
|
}
|
|
}
|
|
// UnityEngine.InputSystem.InputAction UnityEngine.InputSystem.InputActionReference::op_Implicit(UnityEngine.InputSystem.InputActionReference)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* InputActionReference_op_Implicit_m58C74EE8E2CEB388C50609EEBAA3BE5BD08BD43D (InputActionReference_t64730C6B41271E0983FC21BFB416169F5D6BC4A1* ___0_reference, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// return reference?.action;
|
|
InputActionReference_t64730C6B41271E0983FC21BFB416169F5D6BC4A1* L_0 = ___0_reference;
|
|
if (L_0)
|
|
{
|
|
goto IL_0005;
|
|
}
|
|
}
|
|
{
|
|
return (InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD*)NULL;
|
|
}
|
|
|
|
IL_0005:
|
|
{
|
|
InputActionReference_t64730C6B41271E0983FC21BFB416169F5D6BC4A1* L_1 = ___0_reference;
|
|
NullCheck(L_1);
|
|
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_2;
|
|
L_2 = InputActionReference_get_action_m395EDEA6A93B54555D22323FDA6E1B1E931CE6EF(L_1, NULL);
|
|
return L_2;
|
|
}
|
|
}
|
|
// UnityEngine.InputSystem.InputActionReference UnityEngine.InputSystem.InputActionReference::Create(UnityEngine.InputSystem.InputAction)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputActionReference_t64730C6B41271E0983FC21BFB416169F5D6BC4A1* InputActionReference_Create_m67AED8299DAEF2F2CAE54E3F20C045EF393CCAD2 (InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* ___0_action, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ScriptableObject_CreateInstance_TisInputActionReference_t64730C6B41271E0983FC21BFB416169F5D6BC4A1_mBEDFA5D250E26DA02AC5BC2D26338EC2551F7415_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// if (action == null)
|
|
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_0 = ___0_action;
|
|
if (L_0)
|
|
{
|
|
goto IL_0005;
|
|
}
|
|
}
|
|
{
|
|
// return null;
|
|
return (InputActionReference_t64730C6B41271E0983FC21BFB416169F5D6BC4A1*)NULL;
|
|
}
|
|
|
|
IL_0005:
|
|
{
|
|
// var reference = CreateInstance<InputActionReference>();
|
|
InputActionReference_t64730C6B41271E0983FC21BFB416169F5D6BC4A1* L_1;
|
|
L_1 = ScriptableObject_CreateInstance_TisInputActionReference_t64730C6B41271E0983FC21BFB416169F5D6BC4A1_mBEDFA5D250E26DA02AC5BC2D26338EC2551F7415(ScriptableObject_CreateInstance_TisInputActionReference_t64730C6B41271E0983FC21BFB416169F5D6BC4A1_mBEDFA5D250E26DA02AC5BC2D26338EC2551F7415_RuntimeMethod_var);
|
|
// reference.Set(action);
|
|
InputActionReference_t64730C6B41271E0983FC21BFB416169F5D6BC4A1* L_2 = L_1;
|
|
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_3 = ___0_action;
|
|
NullCheck(L_2);
|
|
InputActionReference_Set_m6FD5F9454BE84DCF93582263A8D5F9E78D78299A(L_2, L_3, NULL);
|
|
// return reference;
|
|
return L_2;
|
|
}
|
|
}
|
|
// UnityEngine.InputSystem.InputAction UnityEngine.InputSystem.InputActionReference::ToInputAction()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* InputActionReference_ToInputAction_mA47B4EEAF88C563544D7E4E43CD528F2639104A6 (InputActionReference_t64730C6B41271E0983FC21BFB416169F5D6BC4A1* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// return action;
|
|
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_0;
|
|
L_0 = InputActionReference_get_action_m395EDEA6A93B54555D22323FDA6E1B1E931CE6EF(__this, NULL);
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.InputSystem.InputActionReference::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionReference__ctor_m36A98C171209D10EB89EC5F308192A6696345874 (InputActionReference_t64730C6B41271E0983FC21BFB416169F5D6BC4A1* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
ScriptableObject__ctor_mD037FDB0B487295EA47F79A4DB1BF1846C9087FF(__this, NULL);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// UnityEngine.InputSystem.InputActionMap UnityEngine.InputSystem.InputActionSetupExtensions::AddActionMap(UnityEngine.InputSystem.InputActionAsset,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* InputActionSetupExtensions_AddActionMap_mE00B299A1CC9591EC7877BD80F5A1466887EE92C (InputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D* ___0_asset, String_t* ___1_name, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* V_0 = NULL;
|
|
{
|
|
// if (asset == null)
|
|
InputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D* L_0 = ___0_asset;
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_1;
|
|
L_1 = Object_op_Equality_mB6120F782D83091EF56A198FCEBCF066DB4A9605(L_0, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
|
|
if (!L_1)
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
// throw new ArgumentNullException(nameof(asset));
|
|
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*)&_stringLiteral37B97248AD78DD69BA3DF192A954DA136A0917D3)), NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputActionSetupExtensions_AddActionMap_mE00B299A1CC9591EC7877BD80F5A1466887EE92C_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
// if (string.IsNullOrEmpty(name))
|
|
String_t* L_3 = ___1_name;
|
|
bool L_4;
|
|
L_4 = String_IsNullOrEmpty_mEA9E3FB005AC28FE02E69FCF95A7B8456192B478(L_3, NULL);
|
|
if (!L_4)
|
|
{
|
|
goto IL_0027;
|
|
}
|
|
}
|
|
{
|
|
// throw new ArgumentNullException(nameof(name));
|
|
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*)&_stringLiteralCE18B047107AA23D1AA9B2ED32D316148E02655F)), NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputActionSetupExtensions_AddActionMap_mE00B299A1CC9591EC7877BD80F5A1466887EE92C_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_0027:
|
|
{
|
|
// if (asset.FindActionMap(name) != null)
|
|
InputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D* L_6 = ___0_asset;
|
|
String_t* L_7 = ___1_name;
|
|
NullCheck(L_6);
|
|
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_8;
|
|
L_8 = InputActionAsset_FindActionMap_mE04E63102310DA7662194A4D283E2E42D90CCC75(L_6, L_7, (bool)0, NULL);
|
|
if (!L_8)
|
|
{
|
|
goto IL_0047;
|
|
}
|
|
}
|
|
{
|
|
// throw new InvalidOperationException(
|
|
// $"An action map called '{name}' already exists in the asset");
|
|
String_t* L_9 = ___1_name;
|
|
String_t* L_10;
|
|
L_10 = String_Concat_m8855A6DE10F84DA7F4EC113CADDB59873A25573B(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralCCD58B2B5FA050DE08838A2736640B22F9625704)), L_9, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral9B58620806380D2BFCBC5E0CD1448D402CA69A64)), NULL);
|
|
InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_11 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_11);
|
|
InvalidOperationException__ctor_mE4CB6F4712AB6D99A2358FBAE2E052B3EE976162(L_11, L_10, NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_11, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputActionSetupExtensions_AddActionMap_mE00B299A1CC9591EC7877BD80F5A1466887EE92C_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_0047:
|
|
{
|
|
// var map = new InputActionMap(name);
|
|
String_t* L_12 = ___1_name;
|
|
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_13 = (InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09*)il2cpp_codegen_object_new(InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09_il2cpp_TypeInfo_var);
|
|
NullCheck(L_13);
|
|
InputActionMap__ctor_m3B19C13398EF209E7E1966A207D36EDE392224D0(L_13, L_12, NULL);
|
|
V_0 = L_13;
|
|
// map.GenerateId();
|
|
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_14 = V_0;
|
|
NullCheck(L_14);
|
|
InputActionMap_GenerateId_m6FC0A5B76B8328F054247006C47CCD58A97742AC(L_14, NULL);
|
|
// asset.AddActionMap(map);
|
|
InputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D* L_15 = ___0_asset;
|
|
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_16 = V_0;
|
|
InputActionSetupExtensions_AddActionMap_m18085CE4FD26F1C8C7DCE171A2A78AE26049D172(L_15, L_16, NULL);
|
|
// return map;
|
|
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_17 = V_0;
|
|
return L_17;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.InputSystem.InputActionSetupExtensions::AddActionMap(UnityEngine.InputSystem.InputActionAsset,UnityEngine.InputSystem.InputActionMap)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionSetupExtensions_AddActionMap_m18085CE4FD26F1C8C7DCE171A2A78AE26049D172 (InputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D* ___0_asset, InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* ___1_map, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArrayHelpers_Append_TisInputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09_mDD565733D54190446D9F6187595AF43A4F6A6255_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// if (asset == null)
|
|
InputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D* L_0 = ___0_asset;
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_1;
|
|
L_1 = Object_op_Equality_mB6120F782D83091EF56A198FCEBCF066DB4A9605(L_0, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
|
|
if (!L_1)
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
// throw new ArgumentNullException(nameof(asset));
|
|
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*)&_stringLiteral37B97248AD78DD69BA3DF192A954DA136A0917D3)), NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputActionSetupExtensions_AddActionMap_m18085CE4FD26F1C8C7DCE171A2A78AE26049D172_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
// if (map == null)
|
|
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_3 = ___1_map;
|
|
if (L_3)
|
|
{
|
|
goto IL_0022;
|
|
}
|
|
}
|
|
{
|
|
// throw new ArgumentNullException(nameof(map));
|
|
ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_4 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_4);
|
|
ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_4, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral0D52B98D58DD8EF50D05DDB2F9E6A291EFC7F82A)), NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputActionSetupExtensions_AddActionMap_m18085CE4FD26F1C8C7DCE171A2A78AE26049D172_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_0022:
|
|
{
|
|
// if (string.IsNullOrEmpty(map.name))
|
|
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_5 = ___1_map;
|
|
NullCheck(L_5);
|
|
String_t* L_6;
|
|
L_6 = InputActionMap_get_name_mCB679DD2375CBD4A3F7A3419CEDF8AE928CDEBC8_inline(L_5, NULL);
|
|
bool L_7;
|
|
L_7 = String_IsNullOrEmpty_mEA9E3FB005AC28FE02E69FCF95A7B8456192B478(L_6, NULL);
|
|
if (!L_7)
|
|
{
|
|
goto IL_003a;
|
|
}
|
|
}
|
|
{
|
|
// throw new InvalidOperationException("Maps added to an input action asset must be named");
|
|
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, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB478D62C1CCFE64334E0F60F11021C6461111693)), NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputActionSetupExtensions_AddActionMap_m18085CE4FD26F1C8C7DCE171A2A78AE26049D172_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_003a:
|
|
{
|
|
// if (map.asset != null)
|
|
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_9 = ___1_map;
|
|
NullCheck(L_9);
|
|
InputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D* L_10;
|
|
L_10 = InputActionMap_get_asset_mBE901C135AA146247F9A05D72116F8FF15063052_inline(L_9, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_11;
|
|
L_11 = Object_op_Inequality_mD0BE578448EAA61948F25C32F8DD55AB1F778602(L_10, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
|
|
if (!L_11)
|
|
{
|
|
goto IL_0060;
|
|
}
|
|
}
|
|
{
|
|
// throw new InvalidOperationException(
|
|
// $"Cannot add map '{map}' to asset '{asset}' as it has already been added to asset '{map.asset}'");
|
|
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_12 = ___1_map;
|
|
InputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D* L_13 = ___0_asset;
|
|
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_14 = ___1_map;
|
|
NullCheck(L_14);
|
|
InputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D* L_15;
|
|
L_15 = InputActionMap_get_asset_mBE901C135AA146247F9A05D72116F8FF15063052_inline(L_14, NULL);
|
|
String_t* L_16;
|
|
L_16 = String_Format_mA0534D6E2AE4D67A6BD8D45B3321323930EB930C(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralBA03FB8E910CC2F749A4A74729997E629F35DE29)), L_12, L_13, L_15, NULL);
|
|
InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_17 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_17);
|
|
InvalidOperationException__ctor_mE4CB6F4712AB6D99A2358FBAE2E052B3EE976162(L_17, L_16, NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_17, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputActionSetupExtensions_AddActionMap_m18085CE4FD26F1C8C7DCE171A2A78AE26049D172_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_0060:
|
|
{
|
|
// if (asset.FindActionMap(map.name) != null)
|
|
InputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D* L_18 = ___0_asset;
|
|
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_19 = ___1_map;
|
|
NullCheck(L_19);
|
|
String_t* L_20;
|
|
L_20 = InputActionMap_get_name_mCB679DD2375CBD4A3F7A3419CEDF8AE928CDEBC8_inline(L_19, NULL);
|
|
NullCheck(L_18);
|
|
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_21;
|
|
L_21 = InputActionAsset_FindActionMap_mE04E63102310DA7662194A4D283E2E42D90CCC75(L_18, L_20, (bool)0, NULL);
|
|
if (!L_21)
|
|
{
|
|
goto IL_008a;
|
|
}
|
|
}
|
|
{
|
|
// throw new InvalidOperationException(
|
|
// $"An action map called '{map.name}' already exists in the asset");
|
|
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_22 = ___1_map;
|
|
NullCheck(L_22);
|
|
String_t* L_23;
|
|
L_23 = InputActionMap_get_name_mCB679DD2375CBD4A3F7A3419CEDF8AE928CDEBC8_inline(L_22, NULL);
|
|
String_t* L_24;
|
|
L_24 = String_Concat_m8855A6DE10F84DA7F4EC113CADDB59873A25573B(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralCCD58B2B5FA050DE08838A2736640B22F9625704)), L_23, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral9B58620806380D2BFCBC5E0CD1448D402CA69A64)), 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*)&InputActionSetupExtensions_AddActionMap_m18085CE4FD26F1C8C7DCE171A2A78AE26049D172_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_008a:
|
|
{
|
|
// map.OnWantToChangeSetup();
|
|
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_26 = ___1_map;
|
|
NullCheck(L_26);
|
|
InputActionMap_OnWantToChangeSetup_mD707DBD72381DDA998D621111323299E600E9B76(L_26, NULL);
|
|
// asset.OnWantToChangeSetup();
|
|
InputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D* L_27 = ___0_asset;
|
|
NullCheck(L_27);
|
|
InputActionAsset_OnWantToChangeSetup_m78DAFB875CFA40705B468F7AEA0C69E68A163D8F(L_27, NULL);
|
|
// ArrayHelpers.Append(ref asset.m_ActionMaps, map);
|
|
InputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D* L_28 = ___0_asset;
|
|
NullCheck(L_28);
|
|
InputActionMapU5BU5D_t4B352E8DA73976FEDA107E35E81FB5BE6838C045** L_29 = (&L_28->___m_ActionMaps_5);
|
|
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_30 = ___1_map;
|
|
int32_t L_31;
|
|
L_31 = ArrayHelpers_Append_TisInputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09_mDD565733D54190446D9F6187595AF43A4F6A6255(L_29, L_30, ArrayHelpers_Append_TisInputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09_mDD565733D54190446D9F6187595AF43A4F6A6255_RuntimeMethod_var);
|
|
// map.m_Asset = asset;
|
|
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_32 = ___1_map;
|
|
InputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D* L_33 = ___0_asset;
|
|
NullCheck(L_32);
|
|
L_32->___m_Asset_2 = L_33;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_32->___m_Asset_2), (void*)L_33);
|
|
// asset.OnSetupChanged();
|
|
InputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D* L_34 = ___0_asset;
|
|
NullCheck(L_34);
|
|
InputActionAsset_OnSetupChanged_mEED476CAA97B20D567EB74033D8020E74507B563(L_34, NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.InputSystem.InputActionSetupExtensions::RemoveActionMap(UnityEngine.InputSystem.InputActionAsset,UnityEngine.InputSystem.InputActionMap)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionSetupExtensions_RemoveActionMap_m5CFBB5E154AC463EF6052542F7DD1DF20C73D471 (InputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D* ___0_asset, InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* ___1_map, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArrayHelpers_Erase_TisInputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09_mBABAA346C1404BEFAAFF1EB952C37CCDD617DEE2_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// if (asset == null)
|
|
InputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D* L_0 = ___0_asset;
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_1;
|
|
L_1 = Object_op_Equality_mB6120F782D83091EF56A198FCEBCF066DB4A9605(L_0, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
|
|
if (!L_1)
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
// throw new ArgumentNullException(nameof(asset));
|
|
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*)&_stringLiteral37B97248AD78DD69BA3DF192A954DA136A0917D3)), NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputActionSetupExtensions_RemoveActionMap_m5CFBB5E154AC463EF6052542F7DD1DF20C73D471_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
// if (map == null)
|
|
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_3 = ___1_map;
|
|
if (L_3)
|
|
{
|
|
goto IL_0022;
|
|
}
|
|
}
|
|
{
|
|
// throw new ArgumentNullException(nameof(map));
|
|
ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_4 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_4);
|
|
ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_4, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral0D52B98D58DD8EF50D05DDB2F9E6A291EFC7F82A)), NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputActionSetupExtensions_RemoveActionMap_m5CFBB5E154AC463EF6052542F7DD1DF20C73D471_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_0022:
|
|
{
|
|
// map.OnWantToChangeSetup();
|
|
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_5 = ___1_map;
|
|
NullCheck(L_5);
|
|
InputActionMap_OnWantToChangeSetup_mD707DBD72381DDA998D621111323299E600E9B76(L_5, NULL);
|
|
// asset.OnWantToChangeSetup();
|
|
InputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D* L_6 = ___0_asset;
|
|
NullCheck(L_6);
|
|
InputActionAsset_OnWantToChangeSetup_m78DAFB875CFA40705B468F7AEA0C69E68A163D8F(L_6, NULL);
|
|
// if (map.m_Asset != asset)
|
|
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_7 = ___1_map;
|
|
NullCheck(L_7);
|
|
InputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D* L_8 = L_7->___m_Asset_2;
|
|
InputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D* L_9 = ___0_asset;
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_10;
|
|
L_10 = Object_op_Inequality_mD0BE578448EAA61948F25C32F8DD55AB1F778602(L_8, L_9, NULL);
|
|
if (!L_10)
|
|
{
|
|
goto IL_003d;
|
|
}
|
|
}
|
|
{
|
|
// return;
|
|
return;
|
|
}
|
|
|
|
IL_003d:
|
|
{
|
|
// ArrayHelpers.Erase(ref asset.m_ActionMaps, map);
|
|
InputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D* L_11 = ___0_asset;
|
|
NullCheck(L_11);
|
|
InputActionMapU5BU5D_t4B352E8DA73976FEDA107E35E81FB5BE6838C045** L_12 = (&L_11->___m_ActionMaps_5);
|
|
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_13 = ___1_map;
|
|
bool L_14;
|
|
L_14 = ArrayHelpers_Erase_TisInputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09_mBABAA346C1404BEFAAFF1EB952C37CCDD617DEE2(L_12, L_13, ArrayHelpers_Erase_TisInputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09_mBABAA346C1404BEFAAFF1EB952C37CCDD617DEE2_RuntimeMethod_var);
|
|
// map.m_Asset = null;
|
|
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_15 = ___1_map;
|
|
NullCheck(L_15);
|
|
L_15->___m_Asset_2 = (InputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D*)NULL;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_15->___m_Asset_2), (void*)(InputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D*)NULL);
|
|
// asset.OnSetupChanged();
|
|
InputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D* L_16 = ___0_asset;
|
|
NullCheck(L_16);
|
|
InputActionAsset_OnSetupChanged_mEED476CAA97B20D567EB74033D8020E74507B563(L_16, NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.InputSystem.InputActionSetupExtensions::RemoveActionMap(UnityEngine.InputSystem.InputActionAsset,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionSetupExtensions_RemoveActionMap_mAABB20A199311FD0E7D1ACFC1F72676C2F15F47F (InputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D* ___0_asset, String_t* ___1_nameOrId, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* V_0 = NULL;
|
|
{
|
|
// if (asset == null)
|
|
InputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D* L_0 = ___0_asset;
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_1;
|
|
L_1 = Object_op_Equality_mB6120F782D83091EF56A198FCEBCF066DB4A9605(L_0, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
|
|
if (!L_1)
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
// throw new ArgumentNullException(nameof(asset));
|
|
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*)&_stringLiteral37B97248AD78DD69BA3DF192A954DA136A0917D3)), NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputActionSetupExtensions_RemoveActionMap_mAABB20A199311FD0E7D1ACFC1F72676C2F15F47F_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
// if (nameOrId == null)
|
|
String_t* L_3 = ___1_nameOrId;
|
|
if (L_3)
|
|
{
|
|
goto IL_0022;
|
|
}
|
|
}
|
|
{
|
|
// throw new ArgumentNullException(nameof(nameOrId));
|
|
ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_4 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_4);
|
|
ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_4, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralC026D1A37AA204D6CA517A96D25D686A147AF449)), NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputActionSetupExtensions_RemoveActionMap_mAABB20A199311FD0E7D1ACFC1F72676C2F15F47F_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_0022:
|
|
{
|
|
// var map = asset.FindActionMap(nameOrId);
|
|
InputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D* L_5 = ___0_asset;
|
|
String_t* L_6 = ___1_nameOrId;
|
|
NullCheck(L_5);
|
|
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_7;
|
|
L_7 = InputActionAsset_FindActionMap_mE04E63102310DA7662194A4D283E2E42D90CCC75(L_5, L_6, (bool)0, NULL);
|
|
V_0 = L_7;
|
|
// if (map != null)
|
|
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_8 = V_0;
|
|
if (!L_8)
|
|
{
|
|
goto IL_0035;
|
|
}
|
|
}
|
|
{
|
|
// asset.RemoveActionMap(map);
|
|
InputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D* L_9 = ___0_asset;
|
|
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_10 = V_0;
|
|
InputActionSetupExtensions_RemoveActionMap_m5CFBB5E154AC463EF6052542F7DD1DF20C73D471(L_9, L_10, NULL);
|
|
}
|
|
|
|
IL_0035:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// UnityEngine.InputSystem.InputAction UnityEngine.InputSystem.InputActionSetupExtensions::AddAction(UnityEngine.InputSystem.InputActionMap,System.String,UnityEngine.InputSystem.InputActionType,System.String,System.String,System.String,System.String,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* InputActionSetupExtensions_AddAction_m625FCCD17EFCEBF2B88DE018F54E9238485F33A6 (InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* ___0_map, String_t* ___1_name, int32_t ___2_type, String_t* ___3_binding, String_t* ___4_interactions, String_t* ___5_processors, String_t* ___6_groups, String_t* ___7_expectedControlLayout, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArrayHelpers_Append_TisInputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD_m65F6D710F364C55BBE4272559AD6ABBE5E9402C2_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* V_0 = NULL;
|
|
{
|
|
// if (map == null)
|
|
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_0 = ___0_map;
|
|
if (L_0)
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
// throw new ArgumentNullException(nameof(map));
|
|
ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_1 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_1);
|
|
ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral0D52B98D58DD8EF50D05DDB2F9E6A291EFC7F82A)), NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputActionSetupExtensions_AddAction_m625FCCD17EFCEBF2B88DE018F54E9238485F33A6_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
// if (string.IsNullOrEmpty(name))
|
|
String_t* L_2 = ___1_name;
|
|
bool L_3;
|
|
L_3 = String_IsNullOrEmpty_mEA9E3FB005AC28FE02E69FCF95A7B8456192B478(L_2, NULL);
|
|
if (!L_3)
|
|
{
|
|
goto IL_0026;
|
|
}
|
|
}
|
|
{
|
|
// throw new ArgumentException("Action must have name", nameof(name));
|
|
ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_4 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_4);
|
|
ArgumentException__ctor_m8F9D40CE19D19B698A70F9A258640EB52DB39B62(L_4, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB6713AB41F645B1332D5092A3B104BA65B9896D6)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralCE18B047107AA23D1AA9B2ED32D316148E02655F)), NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputActionSetupExtensions_AddAction_m625FCCD17EFCEBF2B88DE018F54E9238485F33A6_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_0026:
|
|
{
|
|
// map.OnWantToChangeSetup();
|
|
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_5 = ___0_map;
|
|
NullCheck(L_5);
|
|
InputActionMap_OnWantToChangeSetup_mD707DBD72381DDA998D621111323299E600E9B76(L_5, NULL);
|
|
// if (map.FindAction(name) != null)
|
|
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_6 = ___0_map;
|
|
String_t* L_7 = ___1_name;
|
|
NullCheck(L_6);
|
|
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_8;
|
|
L_8 = InputActionMap_FindAction_m94A9B02203CFFA97310EC589FAD4CCB15898F0A3(L_6, L_7, (bool)0, NULL);
|
|
if (!L_8)
|
|
{
|
|
goto IL_006c;
|
|
}
|
|
}
|
|
{
|
|
// throw new InvalidOperationException(
|
|
// $"Cannot add action with duplicate name '{name}' to set '{map.name}'");
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_9 = (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_10 = L_9;
|
|
NullCheck(L_10);
|
|
ArrayElementTypeCheck (L_10, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralAE07EF50524899069F7A42B789480D715CD1AE19)));
|
|
(L_10)->SetAt(static_cast<il2cpp_array_size_t>(0), (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralAE07EF50524899069F7A42B789480D715CD1AE19)));
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_11 = L_10;
|
|
String_t* L_12 = ___1_name;
|
|
NullCheck(L_11);
|
|
ArrayElementTypeCheck (L_11, L_12);
|
|
(L_11)->SetAt(static_cast<il2cpp_array_size_t>(1), (String_t*)L_12);
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_13 = L_11;
|
|
NullCheck(L_13);
|
|
ArrayElementTypeCheck (L_13, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE502D3ABEEE32F3637243373A0B40507CCD0D40F)));
|
|
(L_13)->SetAt(static_cast<il2cpp_array_size_t>(2), (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE502D3ABEEE32F3637243373A0B40507CCD0D40F)));
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_14 = L_13;
|
|
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_15 = ___0_map;
|
|
NullCheck(L_15);
|
|
String_t* L_16;
|
|
L_16 = InputActionMap_get_name_mCB679DD2375CBD4A3F7A3419CEDF8AE928CDEBC8_inline(L_15, NULL);
|
|
NullCheck(L_14);
|
|
ArrayElementTypeCheck (L_14, L_16);
|
|
(L_14)->SetAt(static_cast<il2cpp_array_size_t>(3), (String_t*)L_16);
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_17 = L_14;
|
|
NullCheck(L_17);
|
|
ArrayElementTypeCheck (L_17, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral42646B33B50B6AA15E22733C8900716F0FE19E1D)));
|
|
(L_17)->SetAt(static_cast<il2cpp_array_size_t>(4), (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral42646B33B50B6AA15E22733C8900716F0FE19E1D)));
|
|
String_t* L_18;
|
|
L_18 = String_Concat_m647EBF831F54B6DF7D5AFA5FD012CF4EE7571B6A(L_17, NULL);
|
|
InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_19 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_19);
|
|
InvalidOperationException__ctor_mE4CB6F4712AB6D99A2358FBAE2E052B3EE976162(L_19, L_18, NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_19, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputActionSetupExtensions_AddAction_m625FCCD17EFCEBF2B88DE018F54E9238485F33A6_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_006c:
|
|
{
|
|
// var action = new InputAction(name, type)
|
|
// {
|
|
// expectedControlType = expectedControlLayout
|
|
// };
|
|
String_t* L_20 = ___1_name;
|
|
int32_t L_21 = ___2_type;
|
|
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_22 = (InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD*)il2cpp_codegen_object_new(InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD_il2cpp_TypeInfo_var);
|
|
NullCheck(L_22);
|
|
InputAction__ctor_mD042AD3CC86AEDEB5FB1F8CD9E834FE35F9060B9(L_22, L_20, L_21, (String_t*)NULL, (String_t*)NULL, (String_t*)NULL, (String_t*)NULL, NULL);
|
|
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_23 = L_22;
|
|
String_t* L_24 = ___7_expectedControlLayout;
|
|
NullCheck(L_23);
|
|
InputAction_set_expectedControlType_m0E0E3EDBBE07A99D6E264DD7ABB839B6F06B0A57_inline(L_23, L_24, NULL);
|
|
V_0 = L_23;
|
|
// action.GenerateId();
|
|
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_25 = V_0;
|
|
NullCheck(L_25);
|
|
InputAction_GenerateId_mEFFB96A9811B4AC63713D7D933C9B77D2B80F3FD(L_25, NULL);
|
|
// ArrayHelpers.Append(ref map.m_Actions, action);
|
|
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_26 = ___0_map;
|
|
NullCheck(L_26);
|
|
InputActionU5BU5D_t6F881A9FE5C2016615C8D2E0B192608EA5FCE810** L_27 = (&L_26->___m_Actions_3);
|
|
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_28 = V_0;
|
|
int32_t L_29;
|
|
L_29 = ArrayHelpers_Append_TisInputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD_m65F6D710F364C55BBE4272559AD6ABBE5E9402C2(L_27, L_28, ArrayHelpers_Append_TisInputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD_m65F6D710F364C55BBE4272559AD6ABBE5E9402C2_RuntimeMethod_var);
|
|
// action.m_ActionMap = map;
|
|
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_30 = V_0;
|
|
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_31 = ___0_map;
|
|
NullCheck(L_30);
|
|
L_30->___m_ActionMap_14 = L_31;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_30->___m_ActionMap_14), (void*)L_31);
|
|
// if (!string.IsNullOrEmpty(binding))
|
|
String_t* L_32 = ___3_binding;
|
|
bool L_33;
|
|
L_33 = String_IsNullOrEmpty_mEA9E3FB005AC28FE02E69FCF95A7B8456192B478(L_32, NULL);
|
|
if (L_33)
|
|
{
|
|
goto IL_00b2;
|
|
}
|
|
}
|
|
{
|
|
// action.AddBinding(binding, interactions: interactions, processors: processors, groups: groups);
|
|
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_34 = V_0;
|
|
String_t* L_35 = ___3_binding;
|
|
String_t* L_36 = ___4_interactions;
|
|
String_t* L_37 = ___5_processors;
|
|
String_t* L_38 = ___6_groups;
|
|
BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 L_39;
|
|
L_39 = InputActionSetupExtensions_AddBinding_m22E4A437A2AD06C6326D8BEB45114B5DBD2F7168(L_34, L_35, L_36, L_37, L_38, NULL);
|
|
goto IL_00e9;
|
|
}
|
|
|
|
IL_00b2:
|
|
{
|
|
// if (!string.IsNullOrEmpty(groups))
|
|
String_t* L_40 = ___6_groups;
|
|
bool L_41;
|
|
L_41 = String_IsNullOrEmpty_mEA9E3FB005AC28FE02E69FCF95A7B8456192B478(L_40, NULL);
|
|
if (L_41)
|
|
{
|
|
goto IL_00d3;
|
|
}
|
|
}
|
|
{
|
|
// throw new ArgumentException(
|
|
// $"No binding path was specified for action '{action}' but groups was specified ('{groups}'); cannot apply groups without binding",
|
|
// nameof(groups));
|
|
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_42 = V_0;
|
|
String_t* L_43 = ___6_groups;
|
|
String_t* L_44;
|
|
L_44 = String_Format_mFB7DA489BD99F4670881FF50EC017BFB0A5C0987(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF9713754839120C7B6DEE23AD243B8E1932E5F31)), L_42, L_43, NULL);
|
|
ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_45 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_45);
|
|
ArgumentException__ctor_m8F9D40CE19D19B698A70F9A258640EB52DB39B62(L_45, L_44, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral4C50683E6ABA3D51752EA47B0E512594C9784BC4)), NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_45, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputActionSetupExtensions_AddAction_m625FCCD17EFCEBF2B88DE018F54E9238485F33A6_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_00d3:
|
|
{
|
|
// action.m_Interactions = interactions;
|
|
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_46 = V_0;
|
|
String_t* L_47 = ___4_interactions;
|
|
NullCheck(L_46);
|
|
L_46->___m_Interactions_5 = L_47;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_46->___m_Interactions_5), (void*)L_47);
|
|
// action.m_Processors = processors;
|
|
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_48 = V_0;
|
|
String_t* L_49 = ___5_processors;
|
|
NullCheck(L_48);
|
|
L_48->___m_Processors_4 = L_49;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_48->___m_Processors_4), (void*)L_49);
|
|
// map.OnSetupChanged();
|
|
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_50 = ___0_map;
|
|
NullCheck(L_50);
|
|
InputActionMap_OnSetupChanged_m0CD64158CBD6EC889E07B65FB49F097B7C3FBC84(L_50, NULL);
|
|
}
|
|
|
|
IL_00e9:
|
|
{
|
|
// return action;
|
|
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_51 = V_0;
|
|
return L_51;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.InputSystem.InputActionSetupExtensions::RemoveAction(UnityEngine.InputSystem.InputAction)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionSetupExtensions_RemoveAction_mA39494309315DBDD566904DA3D3CA445E2AB2127 (InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* ___0_action, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArrayHelpers_EraseAt_TisInputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD_mD51D4D3D4A54A2974BE092F939D4B2623F00C5E3_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArrayHelpers_IndexOfReference_TisInputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD_TisInputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD_m8B3B061F9A9A0BBCE7269146B92494F9DBC440F8_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArrayHelpers_IndexOf_TisInputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5_m00F9E786676AB334D1E4D83AD70B9D93F42132D9_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputBindingU5BU5D_t7E47E87B9CAE12B6F6A0659008B425C58D84BB57_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Predicate_1_t80FB7E5C66BEF660F7A73B065A0027BEB853ED76_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlyArray_1_ToArray_m979DD9449486BEEE332E18BC5DCDCB3E86E09B95_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass5_0_U3CRemoveActionU3Eb__0_m22146F0C5FB915CDF46DC1838839BCC7A56E0FCC_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass5_0_tB435DA1271128A428B8472B611AF30D81CDDA858_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* V_0 = NULL;
|
|
InputBindingU5BU5D_t7E47E87B9CAE12B6F6A0659008B425C58D84BB57* V_1 = NULL;
|
|
int32_t V_2 = 0;
|
|
int32_t V_3 = 0;
|
|
ReadOnlyArray_1_tF49E7A2430C7D717C5DF8A8C2626314D0D9C1CF4 V_4;
|
|
memset((&V_4), 0, sizeof(V_4));
|
|
InputBindingU5BU5D_t7E47E87B9CAE12B6F6A0659008B425C58D84BB57* V_5 = NULL;
|
|
InputBindingU5BU5D_t7E47E87B9CAE12B6F6A0659008B425C58D84BB57* V_6 = NULL;
|
|
int32_t V_7 = 0;
|
|
int32_t V_8 = 0;
|
|
U3CU3Ec__DisplayClass5_0_tB435DA1271128A428B8472B611AF30D81CDDA858* V_9 = NULL;
|
|
{
|
|
// if (action == null)
|
|
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_0 = ___0_action;
|
|
if (L_0)
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
// throw new ArgumentNullException(nameof(action));
|
|
ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_1 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_1);
|
|
ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF9010398F7F524C05AB19445BDCE02E617A3E267)), NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputActionSetupExtensions_RemoveAction_mA39494309315DBDD566904DA3D3CA445E2AB2127_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
// var actionMap = action.actionMap;
|
|
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_2 = ___0_action;
|
|
NullCheck(L_2);
|
|
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_3;
|
|
L_3 = InputAction_get_actionMap_m43B509A85057642A7DD0B89E4F27044ABB5B5E93(L_2, NULL);
|
|
V_0 = L_3;
|
|
// if (actionMap == null)
|
|
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_4 = V_0;
|
|
if (L_4)
|
|
{
|
|
goto IL_002e;
|
|
}
|
|
}
|
|
{
|
|
// throw new ArgumentException(
|
|
// $"Action '{action}' does not belong to an action map; nowhere to remove from", nameof(action));
|
|
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_5 = ___0_action;
|
|
String_t* L_6;
|
|
L_6 = String_Format_mA8DBB4C2516B9723C5A41E6CB1E2FAF4BBE96DD8(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB6C9037B307855F5B5464912040656FEE2423F2F)), L_5, NULL);
|
|
ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_7 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_7);
|
|
ArgumentException__ctor_m8F9D40CE19D19B698A70F9A258640EB52DB39B62(L_7, L_6, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF9010398F7F524C05AB19445BDCE02E617A3E267)), NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputActionSetupExtensions_RemoveAction_mA39494309315DBDD566904DA3D3CA445E2AB2127_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_002e:
|
|
{
|
|
// actionMap.OnWantToChangeSetup();
|
|
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_8 = V_0;
|
|
NullCheck(L_8);
|
|
InputActionMap_OnWantToChangeSetup_mD707DBD72381DDA998D621111323299E600E9B76(L_8, NULL);
|
|
// var bindingsForAction = action.bindings.ToArray();
|
|
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_9 = ___0_action;
|
|
NullCheck(L_9);
|
|
ReadOnlyArray_1_tF49E7A2430C7D717C5DF8A8C2626314D0D9C1CF4 L_10;
|
|
L_10 = InputAction_get_bindings_m88182F2EA5781CC756B38FDCC87450F46B1199B6(L_9, NULL);
|
|
V_4 = L_10;
|
|
InputBindingU5BU5D_t7E47E87B9CAE12B6F6A0659008B425C58D84BB57* L_11;
|
|
L_11 = ReadOnlyArray_1_ToArray_m979DD9449486BEEE332E18BC5DCDCB3E86E09B95((&V_4), ReadOnlyArray_1_ToArray_m979DD9449486BEEE332E18BC5DCDCB3E86E09B95_RuntimeMethod_var);
|
|
V_1 = L_11;
|
|
// var index = actionMap.m_Actions.IndexOfReference(action);
|
|
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_12 = V_0;
|
|
NullCheck(L_12);
|
|
InputActionU5BU5D_t6F881A9FE5C2016615C8D2E0B192608EA5FCE810* L_13 = L_12->___m_Actions_3;
|
|
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_14 = ___0_action;
|
|
int32_t L_15;
|
|
L_15 = ArrayHelpers_IndexOfReference_TisInputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD_TisInputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD_m8B3B061F9A9A0BBCE7269146B92494F9DBC440F8(L_13, L_14, (-1), ArrayHelpers_IndexOfReference_TisInputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD_TisInputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD_m8B3B061F9A9A0BBCE7269146B92494F9DBC440F8_RuntimeMethod_var);
|
|
V_2 = L_15;
|
|
// ArrayHelpers.EraseAt(ref actionMap.m_Actions, index);
|
|
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_16 = V_0;
|
|
NullCheck(L_16);
|
|
InputActionU5BU5D_t6F881A9FE5C2016615C8D2E0B192608EA5FCE810** L_17 = (&L_16->___m_Actions_3);
|
|
int32_t L_18 = V_2;
|
|
ArrayHelpers_EraseAt_TisInputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD_mD51D4D3D4A54A2974BE092F939D4B2623F00C5E3(L_17, L_18, ArrayHelpers_EraseAt_TisInputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD_mD51D4D3D4A54A2974BE092F939D4B2623F00C5E3_RuntimeMethod_var);
|
|
// action.m_ActionMap = null;
|
|
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_19 = ___0_action;
|
|
NullCheck(L_19);
|
|
L_19->___m_ActionMap_14 = (InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09*)NULL;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_19->___m_ActionMap_14), (void*)(InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09*)NULL);
|
|
// action.m_SingletonActionBindings = bindingsForAction;
|
|
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_20 = ___0_action;
|
|
InputBindingU5BU5D_t7E47E87B9CAE12B6F6A0659008B425C58D84BB57* L_21 = V_1;
|
|
NullCheck(L_20);
|
|
L_20->___m_SingletonActionBindings_6 = L_21;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_20->___m_SingletonActionBindings_6), (void*)L_21);
|
|
// var newActionMapBindingCount = actionMap.m_Bindings.Length - bindingsForAction.Length;
|
|
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_22 = V_0;
|
|
NullCheck(L_22);
|
|
InputBindingU5BU5D_t7E47E87B9CAE12B6F6A0659008B425C58D84BB57* L_23 = L_22->___m_Bindings_4;
|
|
NullCheck(L_23);
|
|
InputBindingU5BU5D_t7E47E87B9CAE12B6F6A0659008B425C58D84BB57* L_24 = V_1;
|
|
NullCheck(L_24);
|
|
V_3 = ((int32_t)il2cpp_codegen_subtract(((int32_t)(((RuntimeArray*)L_23)->max_length)), ((int32_t)(((RuntimeArray*)L_24)->max_length))));
|
|
// if (newActionMapBindingCount == 0)
|
|
int32_t L_25 = V_3;
|
|
if (L_25)
|
|
{
|
|
goto IL_0085;
|
|
}
|
|
}
|
|
{
|
|
// actionMap.m_Bindings = null;
|
|
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_26 = V_0;
|
|
NullCheck(L_26);
|
|
L_26->___m_Bindings_4 = (InputBindingU5BU5D_t7E47E87B9CAE12B6F6A0659008B425C58D84BB57*)NULL;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_26->___m_Bindings_4), (void*)(InputBindingU5BU5D_t7E47E87B9CAE12B6F6A0659008B425C58D84BB57*)NULL);
|
|
goto IL_00f5;
|
|
}
|
|
|
|
IL_0085:
|
|
{
|
|
// var newActionMapBindings = new InputBinding[newActionMapBindingCount];
|
|
int32_t L_27 = V_3;
|
|
InputBindingU5BU5D_t7E47E87B9CAE12B6F6A0659008B425C58D84BB57* L_28 = (InputBindingU5BU5D_t7E47E87B9CAE12B6F6A0659008B425C58D84BB57*)(InputBindingU5BU5D_t7E47E87B9CAE12B6F6A0659008B425C58D84BB57*)SZArrayNew(InputBindingU5BU5D_t7E47E87B9CAE12B6F6A0659008B425C58D84BB57_il2cpp_TypeInfo_var, (uint32_t)L_27);
|
|
V_5 = L_28;
|
|
// var oldActionMapBindings = actionMap.m_Bindings;
|
|
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_29 = V_0;
|
|
NullCheck(L_29);
|
|
InputBindingU5BU5D_t7E47E87B9CAE12B6F6A0659008B425C58D84BB57* L_30 = L_29->___m_Bindings_4;
|
|
V_6 = L_30;
|
|
// var bindingIndex = 0;
|
|
V_7 = 0;
|
|
// for (var i = 0; i < oldActionMapBindings.Length; ++i)
|
|
V_8 = 0;
|
|
goto IL_00e5;
|
|
}
|
|
|
|
IL_009d:
|
|
{
|
|
U3CU3Ec__DisplayClass5_0_tB435DA1271128A428B8472B611AF30D81CDDA858* L_31 = (U3CU3Ec__DisplayClass5_0_tB435DA1271128A428B8472B611AF30D81CDDA858*)il2cpp_codegen_object_new(U3CU3Ec__DisplayClass5_0_tB435DA1271128A428B8472B611AF30D81CDDA858_il2cpp_TypeInfo_var);
|
|
NullCheck(L_31);
|
|
U3CU3Ec__DisplayClass5_0__ctor_mB09023B78E0E753DC7EF6560C9776184F4B0AB1D(L_31, NULL);
|
|
V_9 = L_31;
|
|
// var binding = oldActionMapBindings[i];
|
|
U3CU3Ec__DisplayClass5_0_tB435DA1271128A428B8472B611AF30D81CDDA858* L_32 = V_9;
|
|
InputBindingU5BU5D_t7E47E87B9CAE12B6F6A0659008B425C58D84BB57* L_33 = V_6;
|
|
int32_t L_34 = V_8;
|
|
NullCheck(L_33);
|
|
int32_t L_35 = L_34;
|
|
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 L_36 = (L_33)->GetAt(static_cast<il2cpp_array_size_t>(L_35));
|
|
NullCheck(L_32);
|
|
L_32->___binding_0 = L_36;
|
|
Il2CppCodeGenWriteBarrier((void**)&(((&L_32->___binding_0))->___m_Name_2), (void*)NULL);
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&(((&L_32->___binding_0))->___m_Id_3), (void*)NULL);
|
|
#endif
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&(((&L_32->___binding_0))->___m_Path_4), (void*)NULL);
|
|
#endif
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&(((&L_32->___binding_0))->___m_Interactions_5), (void*)NULL);
|
|
#endif
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&(((&L_32->___binding_0))->___m_Processors_6), (void*)NULL);
|
|
#endif
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&(((&L_32->___binding_0))->___m_Groups_7), (void*)NULL);
|
|
#endif
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&(((&L_32->___binding_0))->___m_Action_8), (void*)NULL);
|
|
#endif
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&(((&L_32->___binding_0))->___m_OverridePath_10), (void*)NULL);
|
|
#endif
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&(((&L_32->___binding_0))->___m_OverrideInteractions_11), (void*)NULL);
|
|
#endif
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&(((&L_32->___binding_0))->___m_OverrideProcessors_12), (void*)NULL);
|
|
#endif
|
|
// if (bindingsForAction.IndexOf(b => b == binding) == -1)
|
|
InputBindingU5BU5D_t7E47E87B9CAE12B6F6A0659008B425C58D84BB57* L_37 = V_1;
|
|
U3CU3Ec__DisplayClass5_0_tB435DA1271128A428B8472B611AF30D81CDDA858* L_38 = V_9;
|
|
Predicate_1_t80FB7E5C66BEF660F7A73B065A0027BEB853ED76* L_39 = (Predicate_1_t80FB7E5C66BEF660F7A73B065A0027BEB853ED76*)il2cpp_codegen_object_new(Predicate_1_t80FB7E5C66BEF660F7A73B065A0027BEB853ED76_il2cpp_TypeInfo_var);
|
|
NullCheck(L_39);
|
|
Predicate_1__ctor_m1CD318216451530484DBA65D42224483A827B37E(L_39, L_38, (intptr_t)((void*)U3CU3Ec__DisplayClass5_0_U3CRemoveActionU3Eb__0_m22146F0C5FB915CDF46DC1838839BCC7A56E0FCC_RuntimeMethod_var), NULL);
|
|
int32_t L_40;
|
|
L_40 = ArrayHelpers_IndexOf_TisInputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5_m00F9E786676AB334D1E4D83AD70B9D93F42132D9(L_37, L_39, ArrayHelpers_IndexOf_TisInputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5_m00F9E786676AB334D1E4D83AD70B9D93F42132D9_RuntimeMethod_var);
|
|
if ((!(((uint32_t)L_40) == ((uint32_t)(-1)))))
|
|
{
|
|
goto IL_00df;
|
|
}
|
|
}
|
|
{
|
|
// newActionMapBindings[bindingIndex++] = binding;
|
|
InputBindingU5BU5D_t7E47E87B9CAE12B6F6A0659008B425C58D84BB57* L_41 = V_5;
|
|
int32_t L_42 = V_7;
|
|
int32_t L_43 = L_42;
|
|
V_7 = ((int32_t)il2cpp_codegen_add(L_43, 1));
|
|
U3CU3Ec__DisplayClass5_0_tB435DA1271128A428B8472B611AF30D81CDDA858* L_44 = V_9;
|
|
NullCheck(L_44);
|
|
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 L_45 = L_44->___binding_0;
|
|
NullCheck(L_41);
|
|
(L_41)->SetAt(static_cast<il2cpp_array_size_t>(L_43), (InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5)L_45);
|
|
}
|
|
|
|
IL_00df:
|
|
{
|
|
// for (var i = 0; i < oldActionMapBindings.Length; ++i)
|
|
int32_t L_46 = V_8;
|
|
V_8 = ((int32_t)il2cpp_codegen_add(L_46, 1));
|
|
}
|
|
|
|
IL_00e5:
|
|
{
|
|
// for (var i = 0; i < oldActionMapBindings.Length; ++i)
|
|
int32_t L_47 = V_8;
|
|
InputBindingU5BU5D_t7E47E87B9CAE12B6F6A0659008B425C58D84BB57* L_48 = V_6;
|
|
NullCheck(L_48);
|
|
if ((((int32_t)L_47) < ((int32_t)((int32_t)(((RuntimeArray*)L_48)->max_length)))))
|
|
{
|
|
goto IL_009d;
|
|
}
|
|
}
|
|
{
|
|
// actionMap.m_Bindings = newActionMapBindings;
|
|
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_49 = V_0;
|
|
InputBindingU5BU5D_t7E47E87B9CAE12B6F6A0659008B425C58D84BB57* L_50 = V_5;
|
|
NullCheck(L_49);
|
|
L_49->___m_Bindings_4 = L_50;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_49->___m_Bindings_4), (void*)L_50);
|
|
}
|
|
|
|
IL_00f5:
|
|
{
|
|
// actionMap.OnSetupChanged();
|
|
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_51 = V_0;
|
|
NullCheck(L_51);
|
|
InputActionMap_OnSetupChanged_m0CD64158CBD6EC889E07B65FB49F097B7C3FBC84(L_51, NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.InputSystem.InputActionSetupExtensions::RemoveAction(UnityEngine.InputSystem.InputActionAsset,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionSetupExtensions_RemoveAction_mF9B9DA47AA32406A4E6BF2BFBC081132EC333D9B (InputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D* ___0_asset, String_t* ___1_nameOrId, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* G_B6_0 = NULL;
|
|
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* G_B5_0 = NULL;
|
|
{
|
|
// if (asset == null)
|
|
InputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D* L_0 = ___0_asset;
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_1;
|
|
L_1 = Object_op_Equality_mB6120F782D83091EF56A198FCEBCF066DB4A9605(L_0, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
|
|
if (!L_1)
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
// throw new ArgumentNullException(nameof(asset));
|
|
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*)&_stringLiteral37B97248AD78DD69BA3DF192A954DA136A0917D3)), NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputActionSetupExtensions_RemoveAction_mF9B9DA47AA32406A4E6BF2BFBC081132EC333D9B_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
// if (nameOrId == null)
|
|
String_t* L_3 = ___1_nameOrId;
|
|
if (L_3)
|
|
{
|
|
goto IL_0022;
|
|
}
|
|
}
|
|
{
|
|
// throw new ArgumentNullException(nameof(nameOrId));
|
|
ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_4 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_4);
|
|
ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_4, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralC026D1A37AA204D6CA517A96D25D686A147AF449)), NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputActionSetupExtensions_RemoveAction_mF9B9DA47AA32406A4E6BF2BFBC081132EC333D9B_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_0022:
|
|
{
|
|
// var action = asset.FindAction(nameOrId);
|
|
InputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D* L_5 = ___0_asset;
|
|
String_t* L_6 = ___1_nameOrId;
|
|
NullCheck(L_5);
|
|
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_7;
|
|
L_7 = InputActionAsset_FindAction_m50D07EAFAA8628B9793E7BBEEB2E89C2A9C45C00(L_5, L_6, (bool)0, NULL);
|
|
// action?.RemoveAction();
|
|
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_8 = L_7;
|
|
G_B5_0 = L_8;
|
|
if (L_8)
|
|
{
|
|
G_B6_0 = L_8;
|
|
goto IL_002f;
|
|
}
|
|
}
|
|
{
|
|
return;
|
|
}
|
|
|
|
IL_002f:
|
|
{
|
|
InputActionSetupExtensions_RemoveAction_mA39494309315DBDD566904DA3D3CA445E2AB2127(G_B6_0, NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// UnityEngine.InputSystem.InputActionSetupExtensions/BindingSyntax UnityEngine.InputSystem.InputActionSetupExtensions::AddBinding(UnityEngine.InputSystem.InputAction,System.String,System.String,System.String,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 InputActionSetupExtensions_AddBinding_m22E4A437A2AD06C6326D8BEB45114B5DBD2F7168 (InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* ___0_action, String_t* ___1_path, String_t* ___2_interactions, String_t* ___3_processors, String_t* ___4_groups, const RuntimeMethod* method)
|
|
{
|
|
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
// return AddBinding(action, new InputBinding
|
|
// {
|
|
// path = path,
|
|
// interactions = interactions,
|
|
// processors = processors,
|
|
// groups = groups
|
|
// });
|
|
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_0 = ___0_action;
|
|
il2cpp_codegen_initobj((&V_0), sizeof(InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5));
|
|
String_t* L_1 = ___1_path;
|
|
InputBinding_set_path_m69ED486A68B0D864FCB334D955AE2CD1517A9592_inline((&V_0), L_1, NULL);
|
|
String_t* L_2 = ___2_interactions;
|
|
InputBinding_set_interactions_m7324708C33901B1CB6398ED7B752CEF827A44DD6_inline((&V_0), L_2, NULL);
|
|
String_t* L_3 = ___3_processors;
|
|
InputBinding_set_processors_mC28DCE710EB5DDB4AC144FCE6C0E17843A8F2E0B_inline((&V_0), L_3, NULL);
|
|
String_t* L_4 = ___4_groups;
|
|
InputBinding_set_groups_mF2767924C74B69A77893A53B9A49A42D101E59E0_inline((&V_0), L_4, NULL);
|
|
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 L_5 = V_0;
|
|
BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 L_6;
|
|
L_6 = InputActionSetupExtensions_AddBinding_m53A02FB892F4E5B0AEDB68B415115F9E2173D697(L_0, L_5, NULL);
|
|
return L_6;
|
|
}
|
|
}
|
|
// UnityEngine.InputSystem.InputActionSetupExtensions/BindingSyntax UnityEngine.InputSystem.InputActionSetupExtensions::AddBinding(UnityEngine.InputSystem.InputAction,UnityEngine.InputSystem.InputControl)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 InputActionSetupExtensions_AddBinding_mA207778AB2C0D5E466EF73346B24C1AC5EDB5A08 (InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* ___0_action, InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* ___1_control, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// if (control == null)
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_0 = ___1_control;
|
|
if (L_0)
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
// throw new ArgumentNullException(nameof(control));
|
|
ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_1 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_1);
|
|
ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralFAAED55F148F74B2C74F8C745D3CF6CBC766B1DC)), NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputActionSetupExtensions_AddBinding_mA207778AB2C0D5E466EF73346B24C1AC5EDB5A08_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
// return AddBinding(action, control.path);
|
|
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_2 = ___0_action;
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_3 = ___1_control;
|
|
NullCheck(L_3);
|
|
String_t* L_4;
|
|
L_4 = InputControl_get_path_mB32F887DB25DF6EF5D6B85D513EC4F9452BD146F(L_3, NULL);
|
|
BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 L_5;
|
|
L_5 = InputActionSetupExtensions_AddBinding_m22E4A437A2AD06C6326D8BEB45114B5DBD2F7168(L_2, L_4, (String_t*)NULL, (String_t*)NULL, (String_t*)NULL, NULL);
|
|
return L_5;
|
|
}
|
|
}
|
|
// UnityEngine.InputSystem.InputActionSetupExtensions/BindingSyntax UnityEngine.InputSystem.InputActionSetupExtensions::AddBinding(UnityEngine.InputSystem.InputAction,UnityEngine.InputSystem.InputBinding)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 InputActionSetupExtensions_AddBinding_m53A02FB892F4E5B0AEDB68B415115F9E2173D697 (InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* ___0_action, InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 ___1_binding, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
{
|
|
// if (action == null)
|
|
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_0 = ___0_action;
|
|
if (L_0)
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
// throw new ArgumentNullException(nameof(action));
|
|
ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_1 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_1);
|
|
ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF9010398F7F524C05AB19445BDCE02E617A3E267)), NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputActionSetupExtensions_AddBinding_m53A02FB892F4E5B0AEDB68B415115F9E2173D697_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
// binding.action = action.name;
|
|
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_2 = ___0_action;
|
|
NullCheck(L_2);
|
|
String_t* L_3;
|
|
L_3 = InputAction_get_name_m1F0AADC84A46CBF2EEE3AEACB760189F68D50938_inline(L_2, NULL);
|
|
InputBinding_set_action_mBFC24A1E7B97CE6A90E3EBD80B886F5D83BEE376_inline((&___1_binding), L_3, NULL);
|
|
// var actionMap = action.GetOrCreateActionMap();
|
|
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_4 = ___0_action;
|
|
NullCheck(L_4);
|
|
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_5;
|
|
L_5 = InputAction_GetOrCreateActionMap_m6809DD783BF15CAD7E12A6A2C74877ADDEC551BE(L_4, NULL);
|
|
// var bindingIndex = AddBindingInternal(actionMap, binding);
|
|
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_6 = L_5;
|
|
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 L_7 = ___1_binding;
|
|
int32_t L_8;
|
|
L_8 = InputActionSetupExtensions_AddBindingInternal_mCCE39F1618CBB8D9184F2EEFAC18429FCDF2405C(L_6, L_7, (-1), NULL);
|
|
V_0 = L_8;
|
|
// return new BindingSyntax(actionMap, bindingIndex);
|
|
int32_t L_9 = V_0;
|
|
BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 L_10;
|
|
memset((&L_10), 0, sizeof(L_10));
|
|
BindingSyntax__ctor_mC1F4AFD3294F170D71F474F895D4789F29875682((&L_10), L_6, L_9, (InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD*)NULL, /*hidden argument*/NULL);
|
|
return L_10;
|
|
}
|
|
}
|
|
// UnityEngine.InputSystem.InputActionSetupExtensions/BindingSyntax UnityEngine.InputSystem.InputActionSetupExtensions::AddBinding(UnityEngine.InputSystem.InputActionMap,System.String,System.String,System.String,System.String,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 InputActionSetupExtensions_AddBinding_mAC258E43997507C9535D41F8F16B9752D8D45B90 (InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* ___0_actionMap, String_t* ___1_path, String_t* ___2_interactions, String_t* ___3_groups, String_t* ___4_action, String_t* ___5_processors, const RuntimeMethod* method)
|
|
{
|
|
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
// if (path == null)
|
|
String_t* L_0 = ___1_path;
|
|
if (L_0)
|
|
{
|
|
goto IL_0013;
|
|
}
|
|
}
|
|
{
|
|
// throw new ArgumentNullException(nameof(path), "Binding path cannot be null");
|
|
ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_1 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_1);
|
|
ArgumentNullException__ctor_m6D9C7B47EA708382838B264BA02EBB7576DFA155(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralFE79FF373808574898C82AC1320C55C1182FB75A)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF54A85523A928B8033935F4501FF43783607FE6E)), NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputActionSetupExtensions_AddBinding_mAC258E43997507C9535D41F8F16B9752D8D45B90_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_0013:
|
|
{
|
|
// return AddBinding(actionMap,
|
|
// new InputBinding
|
|
// {
|
|
// path = path,
|
|
// interactions = interactions,
|
|
// groups = groups,
|
|
// action = action,
|
|
// processors = processors,
|
|
// });
|
|
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_2 = ___0_actionMap;
|
|
il2cpp_codegen_initobj((&V_0), sizeof(InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5));
|
|
String_t* L_3 = ___1_path;
|
|
InputBinding_set_path_m69ED486A68B0D864FCB334D955AE2CD1517A9592_inline((&V_0), L_3, NULL);
|
|
String_t* L_4 = ___2_interactions;
|
|
InputBinding_set_interactions_m7324708C33901B1CB6398ED7B752CEF827A44DD6_inline((&V_0), L_4, NULL);
|
|
String_t* L_5 = ___3_groups;
|
|
InputBinding_set_groups_mF2767924C74B69A77893A53B9A49A42D101E59E0_inline((&V_0), L_5, NULL);
|
|
String_t* L_6 = ___4_action;
|
|
InputBinding_set_action_mBFC24A1E7B97CE6A90E3EBD80B886F5D83BEE376_inline((&V_0), L_6, NULL);
|
|
String_t* L_7 = ___5_processors;
|
|
InputBinding_set_processors_mC28DCE710EB5DDB4AC144FCE6C0E17843A8F2E0B_inline((&V_0), L_7, NULL);
|
|
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 L_8 = V_0;
|
|
BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 L_9;
|
|
L_9 = InputActionSetupExtensions_AddBinding_m8B817E32D0B53D778039B0ED49A422EA605420BD(L_2, L_8, NULL);
|
|
return L_9;
|
|
}
|
|
}
|
|
// UnityEngine.InputSystem.InputActionSetupExtensions/BindingSyntax UnityEngine.InputSystem.InputActionSetupExtensions::AddBinding(UnityEngine.InputSystem.InputActionMap,System.String,UnityEngine.InputSystem.InputAction,System.String,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 InputActionSetupExtensions_AddBinding_mFC01F90D089616E7FC177DE6AAA7977CDBEDA3C9 (InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* ___0_actionMap, String_t* ___1_path, InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* ___2_action, String_t* ___3_interactions, String_t* ___4_groups, const RuntimeMethod* method)
|
|
{
|
|
String_t* V_0 = NULL;
|
|
String_t* V_1 = NULL;
|
|
{
|
|
// if (action != null && action.actionMap != actionMap)
|
|
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_0 = ___2_action;
|
|
if (!L_0)
|
|
{
|
|
goto IL_0023;
|
|
}
|
|
}
|
|
{
|
|
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_1 = ___2_action;
|
|
NullCheck(L_1);
|
|
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_2;
|
|
L_2 = InputAction_get_actionMap_m43B509A85057642A7DD0B89E4F27044ABB5B5E93(L_1, NULL);
|
|
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_3 = ___0_actionMap;
|
|
if ((((RuntimeObject*)(InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09*)L_2) == ((RuntimeObject*)(InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09*)L_3)))
|
|
{
|
|
goto IL_0023;
|
|
}
|
|
}
|
|
{
|
|
// throw new ArgumentException(
|
|
// $"Action '{action}' is not part of action map '{actionMap}'", nameof(action));
|
|
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_4 = ___2_action;
|
|
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_5 = ___0_actionMap;
|
|
String_t* L_6;
|
|
L_6 = String_Format_mFB7DA489BD99F4670881FF50EC017BFB0A5C0987(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral081C3977031A2708947D1006615EE867270023FE)), L_4, L_5, NULL);
|
|
ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_7 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_7);
|
|
ArgumentException__ctor_m8F9D40CE19D19B698A70F9A258640EB52DB39B62(L_7, L_6, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF9010398F7F524C05AB19445BDCE02E617A3E267)), NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputActionSetupExtensions_AddBinding_mFC01F90D089616E7FC177DE6AAA7977CDBEDA3C9_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_0023:
|
|
{
|
|
// if (action == null)
|
|
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_8 = ___2_action;
|
|
if (L_8)
|
|
{
|
|
goto IL_0033;
|
|
}
|
|
}
|
|
{
|
|
// return AddBinding(actionMap, path: path, interactions: interactions, groups: groups);
|
|
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_9 = ___0_actionMap;
|
|
String_t* L_10 = ___1_path;
|
|
String_t* L_11 = ___3_interactions;
|
|
String_t* L_12 = ___4_groups;
|
|
BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 L_13;
|
|
L_13 = InputActionSetupExtensions_AddBinding_mAC258E43997507C9535D41F8F16B9752D8D45B90(L_9, L_10, L_11, L_12, (String_t*)NULL, (String_t*)NULL, NULL);
|
|
return L_13;
|
|
}
|
|
|
|
IL_0033:
|
|
{
|
|
// return AddBinding(actionMap, path: path, interactions: interactions, groups: groups,
|
|
// action: action.id);
|
|
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_14 = ___0_actionMap;
|
|
String_t* L_15 = ___1_path;
|
|
String_t* L_16 = ___3_interactions;
|
|
V_0 = L_16;
|
|
String_t* L_17 = ___4_groups;
|
|
V_1 = L_17;
|
|
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_18 = ___2_action;
|
|
NullCheck(L_18);
|
|
Guid_t L_19;
|
|
L_19 = InputAction_get_id_mC9CBAB090420289E55D0BE9A6582EA3B08C40624(L_18, NULL);
|
|
String_t* L_20 = V_0;
|
|
String_t* L_21 = V_1;
|
|
BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 L_22;
|
|
L_22 = InputActionSetupExtensions_AddBinding_m280CE7D47E29AA4144F40148E080A069402EC4D1(L_14, L_15, L_19, L_20, L_21, NULL);
|
|
return L_22;
|
|
}
|
|
}
|
|
// UnityEngine.InputSystem.InputActionSetupExtensions/BindingSyntax UnityEngine.InputSystem.InputActionSetupExtensions::AddBinding(UnityEngine.InputSystem.InputActionMap,System.String,System.Guid,System.String,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 InputActionSetupExtensions_AddBinding_m280CE7D47E29AA4144F40148E080A069402EC4D1 (InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* ___0_actionMap, String_t* ___1_path, Guid_t ___2_action, String_t* ___3_interactions, String_t* ___4_groups, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Guid_t_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// if (action == Guid.Empty)
|
|
Guid_t L_0 = ___2_action;
|
|
Guid_t L_1 = ((Guid_t_StaticFields*)il2cpp_codegen_static_fields_for(Guid_t_il2cpp_TypeInfo_var))->___Empty_0;
|
|
bool L_2;
|
|
L_2 = Guid_op_Equality_mAD728A1A4FB970715E84B7D346E094FE5EF2A240(L_0, L_1, NULL);
|
|
if (!L_2)
|
|
{
|
|
goto IL_001a;
|
|
}
|
|
}
|
|
{
|
|
// return AddBinding(actionMap, path: path, interactions: interactions, groups: groups);
|
|
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_3 = ___0_actionMap;
|
|
String_t* L_4 = ___1_path;
|
|
String_t* L_5 = ___3_interactions;
|
|
String_t* L_6 = ___4_groups;
|
|
BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 L_7;
|
|
L_7 = InputActionSetupExtensions_AddBinding_mAC258E43997507C9535D41F8F16B9752D8D45B90(L_3, L_4, L_5, L_6, (String_t*)NULL, (String_t*)NULL, NULL);
|
|
return L_7;
|
|
}
|
|
|
|
IL_001a:
|
|
{
|
|
// return AddBinding(actionMap, path: path, interactions: interactions, groups: groups,
|
|
// action: action.ToString());
|
|
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_8 = ___0_actionMap;
|
|
String_t* L_9 = ___1_path;
|
|
String_t* L_10 = ___3_interactions;
|
|
String_t* L_11 = ___4_groups;
|
|
String_t* L_12;
|
|
L_12 = Guid_ToString_m2BFFD5FA726E03FA707AAFCCF065896C46D5290C((&___2_action), NULL);
|
|
BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 L_13;
|
|
L_13 = InputActionSetupExtensions_AddBinding_mAC258E43997507C9535D41F8F16B9752D8D45B90(L_8, L_9, L_10, L_11, L_12, (String_t*)NULL, NULL);
|
|
return L_13;
|
|
}
|
|
}
|
|
// UnityEngine.InputSystem.InputActionSetupExtensions/BindingSyntax UnityEngine.InputSystem.InputActionSetupExtensions::AddBinding(UnityEngine.InputSystem.InputActionMap,UnityEngine.InputSystem.InputBinding)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 InputActionSetupExtensions_AddBinding_m8B817E32D0B53D778039B0ED49A422EA605420BD (InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* ___0_actionMap, InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 ___1_binding, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
{
|
|
// if (actionMap == null)
|
|
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_0 = ___0_actionMap;
|
|
if (L_0)
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
// throw new ArgumentNullException(nameof(actionMap));
|
|
ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_1 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_1);
|
|
ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralCE75AD1ED67116F1690D5201EA0BA8543296CCA6)), NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputActionSetupExtensions_AddBinding_m8B817E32D0B53D778039B0ED49A422EA605420BD_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
// if (binding.path == null)
|
|
String_t* L_2;
|
|
L_2 = InputBinding_get_path_m7572AB04038339C47BF0C62A3B07BFA6CB8A33B5_inline((&___1_binding), NULL);
|
|
if (L_2)
|
|
{
|
|
goto IL_0027;
|
|
}
|
|
}
|
|
{
|
|
// throw new ArgumentException("Binding path cannot be null", nameof(binding));
|
|
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*)&_stringLiteralF54A85523A928B8033935F4501FF43783607FE6E)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF4356F3B317F52F71C3D5E501CA338241D6296D4)), NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputActionSetupExtensions_AddBinding_m8B817E32D0B53D778039B0ED49A422EA605420BD_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_0027:
|
|
{
|
|
// var bindingIndex = AddBindingInternal(actionMap, binding);
|
|
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_4 = ___0_actionMap;
|
|
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 L_5 = ___1_binding;
|
|
int32_t L_6;
|
|
L_6 = InputActionSetupExtensions_AddBindingInternal_mCCE39F1618CBB8D9184F2EEFAC18429FCDF2405C(L_4, L_5, (-1), NULL);
|
|
V_0 = L_6;
|
|
// return new BindingSyntax(actionMap, bindingIndex);
|
|
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_7 = ___0_actionMap;
|
|
int32_t L_8 = V_0;
|
|
BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 L_9;
|
|
memset((&L_9), 0, sizeof(L_9));
|
|
BindingSyntax__ctor_mC1F4AFD3294F170D71F474F895D4789F29875682((&L_9), L_7, L_8, (InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD*)NULL, /*hidden argument*/NULL);
|
|
return L_9;
|
|
}
|
|
}
|
|
// UnityEngine.InputSystem.InputActionSetupExtensions/CompositeSyntax UnityEngine.InputSystem.InputActionSetupExtensions::AddCompositeBinding(UnityEngine.InputSystem.InputAction,System.String,System.String,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CompositeSyntax_t462FE69194A2B9572B4CB2A0108D10622B820C30 InputActionSetupExtensions_AddCompositeBinding_m085EC0C01ED112CAAF6A1BE5ADCE1BD6FE6980AA (InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* ___0_action, String_t* ___1_composite, String_t* ___2_interactions, String_t* ___3_processors, const RuntimeMethod* method)
|
|
{
|
|
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
int32_t V_1 = 0;
|
|
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
{
|
|
// if (action == null)
|
|
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_0 = ___0_action;
|
|
if (L_0)
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
// throw new ArgumentNullException(nameof(action));
|
|
ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_1 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_1);
|
|
ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF9010398F7F524C05AB19445BDCE02E617A3E267)), NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputActionSetupExtensions_AddCompositeBinding_m085EC0C01ED112CAAF6A1BE5ADCE1BD6FE6980AA_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
// if (string.IsNullOrEmpty(composite))
|
|
String_t* L_2 = ___1_composite;
|
|
bool L_3;
|
|
L_3 = String_IsNullOrEmpty_mEA9E3FB005AC28FE02E69FCF95A7B8456192B478(L_2, NULL);
|
|
if (!L_3)
|
|
{
|
|
goto IL_0026;
|
|
}
|
|
}
|
|
{
|
|
// throw new ArgumentException("Composite name cannot be null or empty", nameof(composite));
|
|
ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_4 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_4);
|
|
ArgumentException__ctor_m8F9D40CE19D19B698A70F9A258640EB52DB39B62(L_4, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral6F907D48D51F8D6803AF1A32952509842067054C)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral6863AA8102F47C253DBDD60BF081AECA704C242A)), NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputActionSetupExtensions_AddCompositeBinding_m085EC0C01ED112CAAF6A1BE5ADCE1BD6FE6980AA_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_0026:
|
|
{
|
|
// var actionMap = action.GetOrCreateActionMap();
|
|
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_5 = ___0_action;
|
|
NullCheck(L_5);
|
|
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_6;
|
|
L_6 = InputAction_GetOrCreateActionMap_m6809DD783BF15CAD7E12A6A2C74877ADDEC551BE(L_5, NULL);
|
|
// var binding = new InputBinding
|
|
// {
|
|
// name = NameAndParameters.ParseName(composite),
|
|
// path = composite,
|
|
// interactions = interactions,
|
|
// processors = processors,
|
|
// isComposite = true,
|
|
// action = action.name
|
|
// };
|
|
il2cpp_codegen_initobj((&V_2), sizeof(InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5));
|
|
String_t* L_7 = ___1_composite;
|
|
String_t* L_8;
|
|
L_8 = NameAndParameters_ParseName_m0D1CA5ADD50166A4895728F245A2AEE6B8F812C3(L_7, NULL);
|
|
InputBinding_set_name_mAE0C23C6678C2814FC1171F379BB8E9E7F666997_inline((&V_2), L_8, NULL);
|
|
String_t* L_9 = ___1_composite;
|
|
InputBinding_set_path_m69ED486A68B0D864FCB334D955AE2CD1517A9592_inline((&V_2), L_9, NULL);
|
|
String_t* L_10 = ___2_interactions;
|
|
InputBinding_set_interactions_m7324708C33901B1CB6398ED7B752CEF827A44DD6_inline((&V_2), L_10, NULL);
|
|
String_t* L_11 = ___3_processors;
|
|
InputBinding_set_processors_mC28DCE710EB5DDB4AC144FCE6C0E17843A8F2E0B_inline((&V_2), L_11, NULL);
|
|
InputBinding_set_isComposite_m7A0CE3435DC8322463DCD4E08B912AF7AD0F75C0((&V_2), (bool)1, NULL);
|
|
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_12 = ___0_action;
|
|
NullCheck(L_12);
|
|
String_t* L_13;
|
|
L_13 = InputAction_get_name_m1F0AADC84A46CBF2EEE3AEACB760189F68D50938_inline(L_12, NULL);
|
|
InputBinding_set_action_mBFC24A1E7B97CE6A90E3EBD80B886F5D83BEE376_inline((&V_2), L_13, NULL);
|
|
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 L_14 = V_2;
|
|
V_0 = L_14;
|
|
// var bindingIndex = AddBindingInternal(actionMap, binding);
|
|
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_15 = L_6;
|
|
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 L_16 = V_0;
|
|
int32_t L_17;
|
|
L_17 = InputActionSetupExtensions_AddBindingInternal_mCCE39F1618CBB8D9184F2EEFAC18429FCDF2405C(L_15, L_16, (-1), NULL);
|
|
V_1 = L_17;
|
|
// return new CompositeSyntax(actionMap, action, bindingIndex);
|
|
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_18 = ___0_action;
|
|
int32_t L_19 = V_1;
|
|
CompositeSyntax_t462FE69194A2B9572B4CB2A0108D10622B820C30 L_20;
|
|
memset((&L_20), 0, sizeof(L_20));
|
|
CompositeSyntax__ctor_mBA31B0CF9F6D1D91562BD67F7F569BBC97803780((&L_20), L_15, L_18, L_19, /*hidden argument*/NULL);
|
|
return L_20;
|
|
}
|
|
}
|
|
// System.Int32 UnityEngine.InputSystem.InputActionSetupExtensions::AddBindingInternal(UnityEngine.InputSystem.InputActionMap,UnityEngine.InputSystem.InputBinding,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t InputActionSetupExtensions_AddBindingInternal_mCCE39F1618CBB8D9184F2EEFAC18429FCDF2405C (InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* ___0_map, InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 ___1_binding, int32_t ___2_bindingIndex, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArrayHelpers_Append_TisInputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5_m12810AF1B6E9365D28CA2BC63AB33C01A89745ED_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArrayHelpers_InsertAt_TisInputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5_m036C272003ED36284DD0D4EAE689143ED75E4B9F_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// if (string.IsNullOrEmpty(binding.m_Id))
|
|
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 L_0 = ___1_binding;
|
|
String_t* L_1 = L_0.___m_Id_3;
|
|
bool L_2;
|
|
L_2 = String_IsNullOrEmpty_mEA9E3FB005AC28FE02E69FCF95A7B8456192B478(L_1, NULL);
|
|
if (!L_2)
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
// binding.GenerateId();
|
|
InputBinding_GenerateId_m4A7902F29EEF0552BEE8064D7A28945039A80312((&___1_binding), NULL);
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
// if (bindingIndex < 0)
|
|
int32_t L_3 = ___2_bindingIndex;
|
|
if ((((int32_t)L_3) >= ((int32_t)0)))
|
|
{
|
|
goto IL_0028;
|
|
}
|
|
}
|
|
{
|
|
// bindingIndex = ArrayHelpers.Append(ref map.m_Bindings, binding);
|
|
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_4 = ___0_map;
|
|
NullCheck(L_4);
|
|
InputBindingU5BU5D_t7E47E87B9CAE12B6F6A0659008B425C58D84BB57** L_5 = (&L_4->___m_Bindings_4);
|
|
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 L_6 = ___1_binding;
|
|
int32_t L_7;
|
|
L_7 = ArrayHelpers_Append_TisInputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5_m12810AF1B6E9365D28CA2BC63AB33C01A89745ED(L_5, L_6, ArrayHelpers_Append_TisInputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5_m12810AF1B6E9365D28CA2BC63AB33C01A89745ED_RuntimeMethod_var);
|
|
___2_bindingIndex = L_7;
|
|
goto IL_0035;
|
|
}
|
|
|
|
IL_0028:
|
|
{
|
|
// ArrayHelpers.InsertAt(ref map.m_Bindings, bindingIndex, binding);
|
|
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_8 = ___0_map;
|
|
NullCheck(L_8);
|
|
InputBindingU5BU5D_t7E47E87B9CAE12B6F6A0659008B425C58D84BB57** L_9 = (&L_8->___m_Bindings_4);
|
|
int32_t L_10 = ___2_bindingIndex;
|
|
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 L_11 = ___1_binding;
|
|
ArrayHelpers_InsertAt_TisInputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5_m036C272003ED36284DD0D4EAE689143ED75E4B9F(L_9, L_10, L_11, ArrayHelpers_InsertAt_TisInputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5_m036C272003ED36284DD0D4EAE689143ED75E4B9F_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0035:
|
|
{
|
|
// if (map.asset != null)
|
|
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_12 = ___0_map;
|
|
NullCheck(L_12);
|
|
InputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D* L_13;
|
|
L_13 = InputActionMap_get_asset_mBE901C135AA146247F9A05D72116F8FF15063052_inline(L_12, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_14;
|
|
L_14 = Object_op_Inequality_mD0BE578448EAA61948F25C32F8DD55AB1F778602(L_13, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
|
|
if (!L_14)
|
|
{
|
|
goto IL_004e;
|
|
}
|
|
}
|
|
{
|
|
// map.asset.MarkAsDirty();
|
|
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_15 = ___0_map;
|
|
NullCheck(L_15);
|
|
InputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D* L_16;
|
|
L_16 = InputActionMap_get_asset_mBE901C135AA146247F9A05D72116F8FF15063052_inline(L_15, NULL);
|
|
NullCheck(L_16);
|
|
InputActionAsset_MarkAsDirty_m65D3BAB7EE1E612A15EF7BFE3E1ED7EBA354AB3F(L_16, NULL);
|
|
}
|
|
|
|
IL_004e:
|
|
{
|
|
// if (map.m_SingletonAction != null)
|
|
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_17 = ___0_map;
|
|
NullCheck(L_17);
|
|
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_18 = L_17->___m_SingletonAction_8;
|
|
if (!L_18)
|
|
{
|
|
goto IL_0067;
|
|
}
|
|
}
|
|
{
|
|
// map.m_SingletonAction.m_SingletonActionBindings = map.m_Bindings;
|
|
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_19 = ___0_map;
|
|
NullCheck(L_19);
|
|
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_20 = L_19->___m_SingletonAction_8;
|
|
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_21 = ___0_map;
|
|
NullCheck(L_21);
|
|
InputBindingU5BU5D_t7E47E87B9CAE12B6F6A0659008B425C58D84BB57* L_22 = L_21->___m_Bindings_4;
|
|
NullCheck(L_20);
|
|
L_20->___m_SingletonActionBindings_6 = L_22;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_20->___m_SingletonActionBindings_6), (void*)L_22);
|
|
}
|
|
|
|
IL_0067:
|
|
{
|
|
// map.OnBindingModified();
|
|
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_23 = ___0_map;
|
|
NullCheck(L_23);
|
|
InputActionMap_OnBindingModified_m5D83F89CFCDD65DDE6ACF1C887676F7F8C5707B2(L_23, NULL);
|
|
// return bindingIndex;
|
|
int32_t L_24 = ___2_bindingIndex;
|
|
return L_24;
|
|
}
|
|
}
|
|
// UnityEngine.InputSystem.InputActionSetupExtensions/BindingSyntax UnityEngine.InputSystem.InputActionSetupExtensions::ChangeBinding(UnityEngine.InputSystem.InputAction,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 InputActionSetupExtensions_ChangeBinding_mE60E98EFD698778F876D9FA69178D1D142AC57F6 (InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* ___0_action, int32_t ___1_index, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
{
|
|
// if (action == null)
|
|
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_0 = ___0_action;
|
|
if (L_0)
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
// throw new ArgumentNullException(nameof(action));
|
|
ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_1 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_1);
|
|
ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF9010398F7F524C05AB19445BDCE02E617A3E267)), NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputActionSetupExtensions_ChangeBinding_mE60E98EFD698778F876D9FA69178D1D142AC57F6_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
// var indexOnMap = action.BindingIndexOnActionToBindingIndexOnMap(index);
|
|
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_2 = ___0_action;
|
|
int32_t L_3 = ___1_index;
|
|
NullCheck(L_2);
|
|
int32_t L_4;
|
|
L_4 = InputAction_BindingIndexOnActionToBindingIndexOnMap_mCC5353C51215568F0B647255DC1122BDDDAC2817(L_2, L_3, NULL);
|
|
V_0 = L_4;
|
|
// return new BindingSyntax(action.GetOrCreateActionMap(), indexOnMap, action);
|
|
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_5 = ___0_action;
|
|
NullCheck(L_5);
|
|
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_6;
|
|
L_6 = InputAction_GetOrCreateActionMap_m6809DD783BF15CAD7E12A6A2C74877ADDEC551BE(L_5, NULL);
|
|
int32_t L_7 = V_0;
|
|
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_8 = ___0_action;
|
|
BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 L_9;
|
|
memset((&L_9), 0, sizeof(L_9));
|
|
BindingSyntax__ctor_mC1F4AFD3294F170D71F474F895D4789F29875682((&L_9), L_6, L_7, L_8, /*hidden argument*/NULL);
|
|
return L_9;
|
|
}
|
|
}
|
|
// UnityEngine.InputSystem.InputActionSetupExtensions/BindingSyntax UnityEngine.InputSystem.InputActionSetupExtensions::ChangeBinding(UnityEngine.InputSystem.InputAction,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 InputActionSetupExtensions_ChangeBinding_m70C699A66FCAC31B76FD16ACEC93903C26B85B10 (InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* ___0_action, String_t* ___1_name, const RuntimeMethod* method)
|
|
{
|
|
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
// return action.ChangeBinding(new InputBinding { name = name });
|
|
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_0 = ___0_action;
|
|
il2cpp_codegen_initobj((&V_0), sizeof(InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5));
|
|
String_t* L_1 = ___1_name;
|
|
InputBinding_set_name_mAE0C23C6678C2814FC1171F379BB8E9E7F666997_inline((&V_0), L_1, NULL);
|
|
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 L_2 = V_0;
|
|
BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 L_3;
|
|
L_3 = InputActionSetupExtensions_ChangeBinding_m9AB86B96B4F7D54CE9E13187A6E3B5F0FA57C027(L_0, L_2, NULL);
|
|
return L_3;
|
|
}
|
|
}
|
|
// UnityEngine.InputSystem.InputActionSetupExtensions/BindingSyntax UnityEngine.InputSystem.InputActionSetupExtensions::ChangeBinding(UnityEngine.InputSystem.InputActionMap,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 InputActionSetupExtensions_ChangeBinding_m5EA531608C7C545FA8F703FFFA1A2C95AAADDED1 (InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* ___0_actionMap, int32_t ___1_index, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArrayHelpers_LengthSafe_TisInputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5_m65BEB25B025FF72F8F17C6F867829599AEEB076B_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// if (actionMap == null)
|
|
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_0 = ___0_actionMap;
|
|
if (L_0)
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
// throw new ArgumentNullException(nameof(actionMap));
|
|
ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_1 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_1);
|
|
ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralCE75AD1ED67116F1690D5201EA0BA8543296CCA6)), NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputActionSetupExtensions_ChangeBinding_m5EA531608C7C545FA8F703FFFA1A2C95AAADDED1_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
// if (index < 0 || index >= actionMap.m_Bindings.LengthSafe())
|
|
int32_t L_2 = ___1_index;
|
|
if ((((int32_t)L_2) < ((int32_t)0)))
|
|
{
|
|
goto IL_0020;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_3 = ___1_index;
|
|
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_4 = ___0_actionMap;
|
|
NullCheck(L_4);
|
|
InputBindingU5BU5D_t7E47E87B9CAE12B6F6A0659008B425C58D84BB57* L_5 = L_4->___m_Bindings_4;
|
|
int32_t L_6;
|
|
L_6 = ArrayHelpers_LengthSafe_TisInputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5_m65BEB25B025FF72F8F17C6F867829599AEEB076B(L_5, ArrayHelpers_LengthSafe_TisInputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5_m65BEB25B025FF72F8F17C6F867829599AEEB076B_RuntimeMethod_var);
|
|
if ((((int32_t)L_3) < ((int32_t)L_6)))
|
|
{
|
|
goto IL_002b;
|
|
}
|
|
}
|
|
|
|
IL_0020:
|
|
{
|
|
// throw new ArgumentOutOfRangeException(nameof(index));
|
|
ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F* L_7 = (ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_7);
|
|
ArgumentOutOfRangeException__ctor_mBC1D5DEEA1BA41DE77228CB27D6BAFEB6DCCBF4A(L_7, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2B6D6F48C27C60C3B55391AB377D9DC8F5639AA1)), NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputActionSetupExtensions_ChangeBinding_m5EA531608C7C545FA8F703FFFA1A2C95AAADDED1_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_002b:
|
|
{
|
|
// return new BindingSyntax(actionMap, index);
|
|
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_8 = ___0_actionMap;
|
|
int32_t L_9 = ___1_index;
|
|
BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 L_10;
|
|
memset((&L_10), 0, sizeof(L_10));
|
|
BindingSyntax__ctor_mC1F4AFD3294F170D71F474F895D4789F29875682((&L_10), L_8, L_9, (InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD*)NULL, /*hidden argument*/NULL);
|
|
return L_10;
|
|
}
|
|
}
|
|
// UnityEngine.InputSystem.InputActionSetupExtensions/BindingSyntax UnityEngine.InputSystem.InputActionSetupExtensions::ChangeBindingWithId(UnityEngine.InputSystem.InputAction,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 InputActionSetupExtensions_ChangeBindingWithId_m2517170E510439021816E340395B479C68F61594 (InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* ___0_action, String_t* ___1_id, const RuntimeMethod* method)
|
|
{
|
|
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
// if (action == null)
|
|
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_0 = ___0_action;
|
|
if (L_0)
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
// throw new ArgumentNullException(nameof(action));
|
|
ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_1 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_1);
|
|
ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF9010398F7F524C05AB19445BDCE02E617A3E267)), NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputActionSetupExtensions_ChangeBindingWithId_m2517170E510439021816E340395B479C68F61594_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
// return action.ChangeBinding(new InputBinding {m_Id = id});
|
|
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_2 = ___0_action;
|
|
il2cpp_codegen_initobj((&V_0), sizeof(InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5));
|
|
String_t* L_3 = ___1_id;
|
|
(&V_0)->___m_Id_3 = L_3;
|
|
Il2CppCodeGenWriteBarrier((void**)(&(&V_0)->___m_Id_3), (void*)L_3);
|
|
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 L_4 = V_0;
|
|
BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 L_5;
|
|
L_5 = InputActionSetupExtensions_ChangeBinding_m9AB86B96B4F7D54CE9E13187A6E3B5F0FA57C027(L_2, L_4, NULL);
|
|
return L_5;
|
|
}
|
|
}
|
|
// UnityEngine.InputSystem.InputActionSetupExtensions/BindingSyntax UnityEngine.InputSystem.InputActionSetupExtensions::ChangeBindingWithId(UnityEngine.InputSystem.InputAction,System.Guid)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 InputActionSetupExtensions_ChangeBindingWithId_m3145072797320689650598AAFEFFD71709A351A7 (InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* ___0_action, Guid_t ___1_id, const RuntimeMethod* method)
|
|
{
|
|
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
// if (action == null)
|
|
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_0 = ___0_action;
|
|
if (L_0)
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
// throw new ArgumentNullException(nameof(action));
|
|
ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_1 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_1);
|
|
ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF9010398F7F524C05AB19445BDCE02E617A3E267)), NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputActionSetupExtensions_ChangeBindingWithId_m3145072797320689650598AAFEFFD71709A351A7_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
// return action.ChangeBinding(new InputBinding {id = id});
|
|
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_2 = ___0_action;
|
|
il2cpp_codegen_initobj((&V_0), sizeof(InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5));
|
|
Guid_t L_3 = ___1_id;
|
|
InputBinding_set_id_m2127BEF40BFD2193AC28E155D15A2BF077974069((&V_0), L_3, NULL);
|
|
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 L_4 = V_0;
|
|
BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 L_5;
|
|
L_5 = InputActionSetupExtensions_ChangeBinding_m9AB86B96B4F7D54CE9E13187A6E3B5F0FA57C027(L_2, L_4, NULL);
|
|
return L_5;
|
|
}
|
|
}
|
|
// UnityEngine.InputSystem.InputActionSetupExtensions/BindingSyntax UnityEngine.InputSystem.InputActionSetupExtensions::ChangeBindingWithGroup(UnityEngine.InputSystem.InputAction,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 InputActionSetupExtensions_ChangeBindingWithGroup_mF06FFF238A051FA772F9F4A183135140EFC89E15 (InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* ___0_action, String_t* ___1_group, const RuntimeMethod* method)
|
|
{
|
|
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
// if (action == null)
|
|
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_0 = ___0_action;
|
|
if (L_0)
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
// throw new ArgumentNullException(nameof(action));
|
|
ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_1 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_1);
|
|
ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF9010398F7F524C05AB19445BDCE02E617A3E267)), NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputActionSetupExtensions_ChangeBindingWithGroup_mF06FFF238A051FA772F9F4A183135140EFC89E15_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
// return action.ChangeBinding(new InputBinding {groups = group});
|
|
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_2 = ___0_action;
|
|
il2cpp_codegen_initobj((&V_0), sizeof(InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5));
|
|
String_t* L_3 = ___1_group;
|
|
InputBinding_set_groups_mF2767924C74B69A77893A53B9A49A42D101E59E0_inline((&V_0), L_3, NULL);
|
|
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 L_4 = V_0;
|
|
BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 L_5;
|
|
L_5 = InputActionSetupExtensions_ChangeBinding_m9AB86B96B4F7D54CE9E13187A6E3B5F0FA57C027(L_2, L_4, NULL);
|
|
return L_5;
|
|
}
|
|
}
|
|
// UnityEngine.InputSystem.InputActionSetupExtensions/BindingSyntax UnityEngine.InputSystem.InputActionSetupExtensions::ChangeBindingWithPath(UnityEngine.InputSystem.InputAction,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 InputActionSetupExtensions_ChangeBindingWithPath_mB51B8F821BEF744BE2161CE7F635DE1EE933858E (InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* ___0_action, String_t* ___1_path, const RuntimeMethod* method)
|
|
{
|
|
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
// if (action == null)
|
|
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_0 = ___0_action;
|
|
if (L_0)
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
// throw new ArgumentNullException(nameof(action));
|
|
ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_1 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_1);
|
|
ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF9010398F7F524C05AB19445BDCE02E617A3E267)), NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputActionSetupExtensions_ChangeBindingWithPath_mB51B8F821BEF744BE2161CE7F635DE1EE933858E_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
// return action.ChangeBinding(new InputBinding {path = path});
|
|
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_2 = ___0_action;
|
|
il2cpp_codegen_initobj((&V_0), sizeof(InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5));
|
|
String_t* L_3 = ___1_path;
|
|
InputBinding_set_path_m69ED486A68B0D864FCB334D955AE2CD1517A9592_inline((&V_0), L_3, NULL);
|
|
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 L_4 = V_0;
|
|
BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 L_5;
|
|
L_5 = InputActionSetupExtensions_ChangeBinding_m9AB86B96B4F7D54CE9E13187A6E3B5F0FA57C027(L_2, L_4, NULL);
|
|
return L_5;
|
|
}
|
|
}
|
|
// UnityEngine.InputSystem.InputActionSetupExtensions/BindingSyntax UnityEngine.InputSystem.InputActionSetupExtensions::ChangeBinding(UnityEngine.InputSystem.InputAction,UnityEngine.InputSystem.InputBinding)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 InputActionSetupExtensions_ChangeBinding_m9AB86B96B4F7D54CE9E13187A6E3B5F0FA57C027 (InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* ___0_action, InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 ___1_match, const RuntimeMethod* method)
|
|
{
|
|
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* V_0 = NULL;
|
|
int32_t V_1 = 0;
|
|
Guid_t V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 V_3;
|
|
memset((&V_3), 0, sizeof(V_3));
|
|
{
|
|
// if (action == null)
|
|
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_0 = ___0_action;
|
|
if (L_0)
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
// throw new ArgumentNullException(nameof(action));
|
|
ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_1 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_1);
|
|
ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF9010398F7F524C05AB19445BDCE02E617A3E267)), NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputActionSetupExtensions_ChangeBinding_m9AB86B96B4F7D54CE9E13187A6E3B5F0FA57C027_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
// var actionMap = action.GetOrCreateActionMap();
|
|
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_2 = ___0_action;
|
|
NullCheck(L_2);
|
|
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_3;
|
|
L_3 = InputAction_GetOrCreateActionMap_m6809DD783BF15CAD7E12A6A2C74877ADDEC551BE(L_2, NULL);
|
|
V_0 = L_3;
|
|
// int bindingIndexInMap = -1;
|
|
V_1 = (-1);
|
|
// var id = action.idDontGenerate;
|
|
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_4 = ___0_action;
|
|
NullCheck(L_4);
|
|
Guid_t L_5;
|
|
L_5 = InputAction_get_idDontGenerate_m9DBA751EC8095D792094F30E3CB5FC147B786D0B(L_4, NULL);
|
|
// match.action = action.id.ToString();
|
|
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_6 = ___0_action;
|
|
NullCheck(L_6);
|
|
Guid_t L_7;
|
|
L_7 = InputAction_get_id_mC9CBAB090420289E55D0BE9A6582EA3B08C40624(L_6, NULL);
|
|
V_2 = L_7;
|
|
String_t* L_8;
|
|
L_8 = Guid_ToString_m2BFFD5FA726E03FA707AAFCCF065896C46D5290C((&V_2), NULL);
|
|
InputBinding_set_action_mBFC24A1E7B97CE6A90E3EBD80B886F5D83BEE376_inline((&___1_match), L_8, NULL);
|
|
// bindingIndexInMap = actionMap.FindBindingRelativeToMap(match);
|
|
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_9 = V_0;
|
|
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 L_10 = ___1_match;
|
|
NullCheck(L_9);
|
|
int32_t L_11;
|
|
L_11 = InputActionMap_FindBindingRelativeToMap_m0B7479E18C8F95F1E38FDF10A260118F3EDED8A8(L_9, L_10, NULL);
|
|
V_1 = L_11;
|
|
// if (bindingIndexInMap == -1)
|
|
int32_t L_12 = V_1;
|
|
if ((!(((uint32_t)L_12) == ((uint32_t)(-1)))))
|
|
{
|
|
goto IL_005a;
|
|
}
|
|
}
|
|
{
|
|
// match.action = action.name;
|
|
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_13 = ___0_action;
|
|
NullCheck(L_13);
|
|
String_t* L_14;
|
|
L_14 = InputAction_get_name_m1F0AADC84A46CBF2EEE3AEACB760189F68D50938_inline(L_13, NULL);
|
|
InputBinding_set_action_mBFC24A1E7B97CE6A90E3EBD80B886F5D83BEE376_inline((&___1_match), L_14, NULL);
|
|
// bindingIndexInMap = actionMap.FindBindingRelativeToMap(match);
|
|
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_15 = V_0;
|
|
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 L_16 = ___1_match;
|
|
NullCheck(L_15);
|
|
int32_t L_17;
|
|
L_17 = InputActionMap_FindBindingRelativeToMap_m0B7479E18C8F95F1E38FDF10A260118F3EDED8A8(L_15, L_16, NULL);
|
|
V_1 = L_17;
|
|
}
|
|
|
|
IL_005a:
|
|
{
|
|
// if (bindingIndexInMap == -1)
|
|
int32_t L_18 = V_1;
|
|
if ((!(((uint32_t)L_18) == ((uint32_t)(-1)))))
|
|
{
|
|
goto IL_0068;
|
|
}
|
|
}
|
|
{
|
|
// return default;
|
|
il2cpp_codegen_initobj((&V_3), sizeof(BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317));
|
|
BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 L_19 = V_3;
|
|
return L_19;
|
|
}
|
|
|
|
IL_0068:
|
|
{
|
|
// return new BindingSyntax(actionMap, bindingIndexInMap);
|
|
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_20 = V_0;
|
|
int32_t L_21 = V_1;
|
|
BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 L_22;
|
|
memset((&L_22), 0, sizeof(L_22));
|
|
BindingSyntax__ctor_mC1F4AFD3294F170D71F474F895D4789F29875682((&L_22), L_20, L_21, (InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD*)NULL, /*hidden argument*/NULL);
|
|
return L_22;
|
|
}
|
|
}
|
|
// UnityEngine.InputSystem.InputActionSetupExtensions/BindingSyntax UnityEngine.InputSystem.InputActionSetupExtensions::ChangeCompositeBinding(UnityEngine.InputSystem.InputAction,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 InputActionSetupExtensions_ChangeCompositeBinding_m542E904E2F4DF1E95EB55FE182AEDB5FFE65CCBD (InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* ___0_action, String_t* ___1_compositeName, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArrayHelpers_LengthSafe_TisInputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5_m65BEB25B025FF72F8F17C6F867829599AEEB076B_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* V_0 = NULL;
|
|
InputBindingU5BU5D_t7E47E87B9CAE12B6F6A0659008B425C58D84BB57* V_1 = NULL;
|
|
int32_t V_2 = 0;
|
|
int32_t V_3 = 0;
|
|
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5* V_4 = NULL;
|
|
BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 V_5;
|
|
memset((&V_5), 0, sizeof(V_5));
|
|
{
|
|
// if (action == null)
|
|
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_0 = ___0_action;
|
|
if (L_0)
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
// throw new ArgumentNullException(nameof(action));
|
|
ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_1 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_1);
|
|
ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF9010398F7F524C05AB19445BDCE02E617A3E267)), NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputActionSetupExtensions_ChangeCompositeBinding_m542E904E2F4DF1E95EB55FE182AEDB5FFE65CCBD_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
// if (string.IsNullOrEmpty(compositeName))
|
|
String_t* L_2 = ___1_compositeName;
|
|
bool L_3;
|
|
L_3 = String_IsNullOrEmpty_mEA9E3FB005AC28FE02E69FCF95A7B8456192B478(L_2, NULL);
|
|
if (!L_3)
|
|
{
|
|
goto IL_0021;
|
|
}
|
|
}
|
|
{
|
|
// throw new ArgumentNullException(nameof(compositeName));
|
|
ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_4 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_4);
|
|
ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_4, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralFFFED9A318CA9EC2239501CAC6803F2D1ACB8935)), NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputActionSetupExtensions_ChangeCompositeBinding_m542E904E2F4DF1E95EB55FE182AEDB5FFE65CCBD_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_0021:
|
|
{
|
|
// var actionMap = action.GetOrCreateActionMap();
|
|
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_5 = ___0_action;
|
|
NullCheck(L_5);
|
|
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_6;
|
|
L_6 = InputAction_GetOrCreateActionMap_m6809DD783BF15CAD7E12A6A2C74877ADDEC551BE(L_5, NULL);
|
|
V_0 = L_6;
|
|
// var bindings = actionMap.m_Bindings;
|
|
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_7 = V_0;
|
|
NullCheck(L_7);
|
|
InputBindingU5BU5D_t7E47E87B9CAE12B6F6A0659008B425C58D84BB57* L_8 = L_7->___m_Bindings_4;
|
|
V_1 = L_8;
|
|
// var numBindings = bindings.LengthSafe();
|
|
InputBindingU5BU5D_t7E47E87B9CAE12B6F6A0659008B425C58D84BB57* L_9 = V_1;
|
|
int32_t L_10;
|
|
L_10 = ArrayHelpers_LengthSafe_TisInputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5_m65BEB25B025FF72F8F17C6F867829599AEEB076B(L_9, ArrayHelpers_LengthSafe_TisInputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5_m65BEB25B025FF72F8F17C6F867829599AEEB076B_RuntimeMethod_var);
|
|
V_2 = L_10;
|
|
// for (var i = 0; i < numBindings; ++i)
|
|
V_3 = 0;
|
|
goto IL_0088;
|
|
}
|
|
|
|
IL_003a:
|
|
{
|
|
// ref var binding = ref bindings[i];
|
|
InputBindingU5BU5D_t7E47E87B9CAE12B6F6A0659008B425C58D84BB57* L_11 = V_1;
|
|
int32_t L_12 = V_3;
|
|
NullCheck(L_11);
|
|
V_4 = ((L_11)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_12)));
|
|
// if (!binding.isComposite || !binding.TriggersAction(action))
|
|
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5* L_13 = V_4;
|
|
bool L_14;
|
|
L_14 = InputBinding_get_isComposite_mC921167E3321A149A7BD32E545460BAFA840217A(L_13, NULL);
|
|
if (!L_14)
|
|
{
|
|
goto IL_0084;
|
|
}
|
|
}
|
|
{
|
|
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5* L_15 = V_4;
|
|
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_16 = ___0_action;
|
|
bool L_17;
|
|
L_17 = InputBinding_TriggersAction_mD94DC2CB394C8AAC23FE57729C7628E2B64593F8(L_15, L_16, NULL);
|
|
if (!L_17)
|
|
{
|
|
goto IL_0084;
|
|
}
|
|
}
|
|
{
|
|
// if (compositeName.Equals(binding.name, StringComparison.InvariantCultureIgnoreCase)
|
|
// || compositeName.Equals(NameAndParameters.ParseName(binding.path),
|
|
// StringComparison.InvariantCultureIgnoreCase))
|
|
String_t* L_18 = ___1_compositeName;
|
|
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5* L_19 = V_4;
|
|
String_t* L_20;
|
|
L_20 = InputBinding_get_name_mA8D3C357E272E1C140226BDB8ABEE6FCA8693705_inline(L_19, NULL);
|
|
NullCheck(L_18);
|
|
bool L_21;
|
|
L_21 = String_Equals_m7BDFC0B951005B9DC2BAED464AFE68FF7E9ACE5A(L_18, L_20, 3, NULL);
|
|
if (L_21)
|
|
{
|
|
goto IL_007b;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_22 = ___1_compositeName;
|
|
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5* L_23 = V_4;
|
|
String_t* L_24;
|
|
L_24 = InputBinding_get_path_m7572AB04038339C47BF0C62A3B07BFA6CB8A33B5_inline(L_23, NULL);
|
|
String_t* L_25;
|
|
L_25 = NameAndParameters_ParseName_m0D1CA5ADD50166A4895728F245A2AEE6B8F812C3(L_24, NULL);
|
|
NullCheck(L_22);
|
|
bool L_26;
|
|
L_26 = String_Equals_m7BDFC0B951005B9DC2BAED464AFE68FF7E9ACE5A(L_22, L_25, 3, NULL);
|
|
if (!L_26)
|
|
{
|
|
goto IL_0084;
|
|
}
|
|
}
|
|
|
|
IL_007b:
|
|
{
|
|
// return new BindingSyntax(actionMap, i, action);
|
|
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_27 = V_0;
|
|
int32_t L_28 = V_3;
|
|
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_29 = ___0_action;
|
|
BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 L_30;
|
|
memset((&L_30), 0, sizeof(L_30));
|
|
BindingSyntax__ctor_mC1F4AFD3294F170D71F474F895D4789F29875682((&L_30), L_27, L_28, L_29, /*hidden argument*/NULL);
|
|
return L_30;
|
|
}
|
|
|
|
IL_0084:
|
|
{
|
|
// for (var i = 0; i < numBindings; ++i)
|
|
int32_t L_31 = V_3;
|
|
V_3 = ((int32_t)il2cpp_codegen_add(L_31, 1));
|
|
}
|
|
|
|
IL_0088:
|
|
{
|
|
// for (var i = 0; i < numBindings; ++i)
|
|
int32_t L_32 = V_3;
|
|
int32_t L_33 = V_2;
|
|
if ((((int32_t)L_32) < ((int32_t)L_33)))
|
|
{
|
|
goto IL_003a;
|
|
}
|
|
}
|
|
{
|
|
// return default;
|
|
il2cpp_codegen_initobj((&V_5), sizeof(BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317));
|
|
BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 L_34 = V_5;
|
|
return L_34;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.InputSystem.InputActionSetupExtensions::Rename(UnityEngine.InputSystem.InputAction,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionSetupExtensions_Rename_m7A287AED78B4D4789D75396B5FC6DF08D2984982 (InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* ___0_action, String_t* ___1_newName, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArrayHelpers_LengthSafe_TisInputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5_m65BEB25B025FF72F8F17C6F867829599AEEB076B_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* V_0 = NULL;
|
|
String_t* V_1 = NULL;
|
|
InputBindingU5BU5D_t7E47E87B9CAE12B6F6A0659008B425C58D84BB57* V_2 = NULL;
|
|
int32_t V_3 = 0;
|
|
int32_t V_4 = 0;
|
|
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* G_B9_0 = NULL;
|
|
InputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D* G_B16_0 = NULL;
|
|
{
|
|
// if (action == null)
|
|
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_0 = ___0_action;
|
|
if (L_0)
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
// throw new ArgumentNullException(nameof(action));
|
|
ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_1 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_1);
|
|
ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF9010398F7F524C05AB19445BDCE02E617A3E267)), NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputActionSetupExtensions_Rename_m7A287AED78B4D4789D75396B5FC6DF08D2984982_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
// if (string.IsNullOrEmpty(newName))
|
|
String_t* L_2 = ___1_newName;
|
|
bool L_3;
|
|
L_3 = String_IsNullOrEmpty_mEA9E3FB005AC28FE02E69FCF95A7B8456192B478(L_2, NULL);
|
|
if (!L_3)
|
|
{
|
|
goto IL_0021;
|
|
}
|
|
}
|
|
{
|
|
// throw new ArgumentNullException(nameof(newName));
|
|
ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_4 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_4);
|
|
ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_4, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral4473DAEBAA4524D75A5E202E3CE0F38C1C0026F4)), NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputActionSetupExtensions_Rename_m7A287AED78B4D4789D75396B5FC6DF08D2984982_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_0021:
|
|
{
|
|
// if (action.name == newName)
|
|
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_5 = ___0_action;
|
|
NullCheck(L_5);
|
|
String_t* L_6;
|
|
L_6 = InputAction_get_name_m1F0AADC84A46CBF2EEE3AEACB760189F68D50938_inline(L_5, NULL);
|
|
String_t* L_7 = ___1_newName;
|
|
bool L_8;
|
|
L_8 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_6, L_7, NULL);
|
|
if (!L_8)
|
|
{
|
|
goto IL_0030;
|
|
}
|
|
}
|
|
{
|
|
// return;
|
|
return;
|
|
}
|
|
|
|
IL_0030:
|
|
{
|
|
// var actionMap = action.actionMap;
|
|
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_9 = ___0_action;
|
|
NullCheck(L_9);
|
|
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_10;
|
|
L_10 = InputAction_get_actionMap_m43B509A85057642A7DD0B89E4F27044ABB5B5E93(L_9, NULL);
|
|
V_0 = L_10;
|
|
// if (actionMap?.FindAction(newName) != null)
|
|
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_11 = V_0;
|
|
if (L_11)
|
|
{
|
|
goto IL_003d;
|
|
}
|
|
}
|
|
{
|
|
G_B9_0 = ((InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD*)(NULL));
|
|
goto IL_0045;
|
|
}
|
|
|
|
IL_003d:
|
|
{
|
|
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_12 = V_0;
|
|
String_t* L_13 = ___1_newName;
|
|
NullCheck(L_12);
|
|
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_14;
|
|
L_14 = InputActionMap_FindAction_m94A9B02203CFFA97310EC589FAD4CCB15898F0A3(L_12, L_13, (bool)0, NULL);
|
|
G_B9_0 = L_14;
|
|
}
|
|
|
|
IL_0045:
|
|
{
|
|
if (!G_B9_0)
|
|
{
|
|
goto IL_005a;
|
|
}
|
|
}
|
|
{
|
|
// throw new InvalidOperationException(
|
|
// $"Cannot rename '{action}' to '{newName}' in map '{actionMap}' as the map already contains an action with that name");
|
|
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_15 = ___0_action;
|
|
String_t* L_16 = ___1_newName;
|
|
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_17 = V_0;
|
|
String_t* L_18;
|
|
L_18 = String_Format_mA0534D6E2AE4D67A6BD8D45B3321323930EB930C(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB64E2B4463C15E61C4C4E33618C871843AA861F2)), L_15, L_16, L_17, NULL);
|
|
InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_19 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_19);
|
|
InvalidOperationException__ctor_mE4CB6F4712AB6D99A2358FBAE2E052B3EE976162(L_19, L_18, NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_19, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputActionSetupExtensions_Rename_m7A287AED78B4D4789D75396B5FC6DF08D2984982_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_005a:
|
|
{
|
|
// var oldName = action.m_Name;
|
|
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_20 = ___0_action;
|
|
NullCheck(L_20);
|
|
String_t* L_21 = L_20->___m_Name_0;
|
|
V_1 = L_21;
|
|
// action.m_Name = newName;
|
|
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_22 = ___0_action;
|
|
String_t* L_23 = ___1_newName;
|
|
NullCheck(L_22);
|
|
L_22->___m_Name_0 = L_23;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_22->___m_Name_0), (void*)L_23);
|
|
// actionMap?.ClearActionLookupTable();
|
|
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_24 = V_0;
|
|
if (!L_24)
|
|
{
|
|
goto IL_0071;
|
|
}
|
|
}
|
|
{
|
|
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_25 = V_0;
|
|
NullCheck(L_25);
|
|
InputActionMap_ClearActionLookupTable_mFDD685BBCF21C3AB01AA03119CFBA1589C65F2BA(L_25, NULL);
|
|
}
|
|
|
|
IL_0071:
|
|
{
|
|
// if (actionMap?.asset != null)
|
|
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_26 = V_0;
|
|
if (L_26)
|
|
{
|
|
goto IL_0077;
|
|
}
|
|
}
|
|
{
|
|
G_B16_0 = ((InputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D*)(NULL));
|
|
goto IL_007d;
|
|
}
|
|
|
|
IL_0077:
|
|
{
|
|
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_27 = V_0;
|
|
NullCheck(L_27);
|
|
InputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D* L_28;
|
|
L_28 = InputActionMap_get_asset_mBE901C135AA146247F9A05D72116F8FF15063052_inline(L_27, NULL);
|
|
G_B16_0 = L_28;
|
|
}
|
|
|
|
IL_007d:
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_29;
|
|
L_29 = Object_op_Inequality_mD0BE578448EAA61948F25C32F8DD55AB1F778602(G_B16_0, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
|
|
if (!L_29)
|
|
{
|
|
goto IL_0093;
|
|
}
|
|
}
|
|
{
|
|
// actionMap?.asset.MarkAsDirty();
|
|
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_30 = V_0;
|
|
if (!L_30)
|
|
{
|
|
goto IL_0093;
|
|
}
|
|
}
|
|
{
|
|
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_31 = V_0;
|
|
NullCheck(L_31);
|
|
InputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D* L_32;
|
|
L_32 = InputActionMap_get_asset_mBE901C135AA146247F9A05D72116F8FF15063052_inline(L_31, NULL);
|
|
NullCheck(L_32);
|
|
InputActionAsset_MarkAsDirty_m65D3BAB7EE1E612A15EF7BFE3E1ED7EBA354AB3F(L_32, NULL);
|
|
}
|
|
|
|
IL_0093:
|
|
{
|
|
// var bindings = action.GetOrCreateActionMap().m_Bindings;
|
|
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_33 = ___0_action;
|
|
NullCheck(L_33);
|
|
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_34;
|
|
L_34 = InputAction_GetOrCreateActionMap_m6809DD783BF15CAD7E12A6A2C74877ADDEC551BE(L_33, NULL);
|
|
NullCheck(L_34);
|
|
InputBindingU5BU5D_t7E47E87B9CAE12B6F6A0659008B425C58D84BB57* L_35 = L_34->___m_Bindings_4;
|
|
V_2 = L_35;
|
|
// var bindingCount = bindings.LengthSafe();
|
|
InputBindingU5BU5D_t7E47E87B9CAE12B6F6A0659008B425C58D84BB57* L_36 = V_2;
|
|
int32_t L_37;
|
|
L_37 = ArrayHelpers_LengthSafe_TisInputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5_m65BEB25B025FF72F8F17C6F867829599AEEB076B(L_36, ArrayHelpers_LengthSafe_TisInputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5_m65BEB25B025FF72F8F17C6F867829599AEEB076B_RuntimeMethod_var);
|
|
V_3 = L_37;
|
|
// for (var i = 0; i < bindingCount; ++i)
|
|
V_4 = 0;
|
|
goto IL_00d5;
|
|
}
|
|
|
|
IL_00ab:
|
|
{
|
|
// if (string.Compare(bindings[i].action, oldName, StringComparison.InvariantCultureIgnoreCase) == 0)
|
|
InputBindingU5BU5D_t7E47E87B9CAE12B6F6A0659008B425C58D84BB57* L_38 = V_2;
|
|
int32_t L_39 = V_4;
|
|
NullCheck(L_38);
|
|
String_t* L_40;
|
|
L_40 = InputBinding_get_action_mD21AC8EB2B81B5569FD857B27BACE7789B968A7E_inline(((L_38)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_39))), NULL);
|
|
String_t* L_41 = V_1;
|
|
int32_t L_42;
|
|
L_42 = String_Compare_mB21E4512DAFACE027D2DD3FE75DD6E69CE315009(L_40, L_41, 3, NULL);
|
|
if (L_42)
|
|
{
|
|
goto IL_00cf;
|
|
}
|
|
}
|
|
{
|
|
// bindings[i].action = newName;
|
|
InputBindingU5BU5D_t7E47E87B9CAE12B6F6A0659008B425C58D84BB57* L_43 = V_2;
|
|
int32_t L_44 = V_4;
|
|
NullCheck(L_43);
|
|
String_t* L_45 = ___1_newName;
|
|
InputBinding_set_action_mBFC24A1E7B97CE6A90E3EBD80B886F5D83BEE376_inline(((L_43)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_44))), L_45, NULL);
|
|
}
|
|
|
|
IL_00cf:
|
|
{
|
|
// for (var i = 0; i < bindingCount; ++i)
|
|
int32_t L_46 = V_4;
|
|
V_4 = ((int32_t)il2cpp_codegen_add(L_46, 1));
|
|
}
|
|
|
|
IL_00d5:
|
|
{
|
|
// for (var i = 0; i < bindingCount; ++i)
|
|
int32_t L_47 = V_4;
|
|
int32_t L_48 = V_3;
|
|
if ((((int32_t)L_47) < ((int32_t)L_48)))
|
|
{
|
|
goto IL_00ab;
|
|
}
|
|
}
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.InputSystem.InputActionSetupExtensions::AddControlScheme(UnityEngine.InputSystem.InputActionAsset,UnityEngine.InputSystem.InputControlScheme)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionSetupExtensions_AddControlScheme_m53D42E207B072C61426D94884A8CB4680A52C72D (InputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D* ___0_asset, InputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434 ___1_controlScheme, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArrayHelpers_Append_TisInputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434_mEE562A52D13EFE1A51A24BA9FEA35B34F21FF6DB_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_get_HasValue_m00D904EE8851201746126144230D13B95AA124FE_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Nullable_1_t16AD7DAD50FE498393D70E4661FB4349D271C2EE V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
// if (asset == null)
|
|
InputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D* L_0 = ___0_asset;
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_1;
|
|
L_1 = Object_op_Equality_mB6120F782D83091EF56A198FCEBCF066DB4A9605(L_0, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
|
|
if (!L_1)
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
// throw new ArgumentNullException(nameof(asset));
|
|
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*)&_stringLiteral37B97248AD78DD69BA3DF192A954DA136A0917D3)), NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputActionSetupExtensions_AddControlScheme_m53D42E207B072C61426D94884A8CB4680A52C72D_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
// if (string.IsNullOrEmpty(controlScheme.name))
|
|
String_t* L_3;
|
|
L_3 = InputControlScheme_get_name_mF9B3B36BFFF1B3D776B3EC862650970FA5AF35D4_inline((&___1_controlScheme), NULL);
|
|
bool L_4;
|
|
L_4 = String_IsNullOrEmpty_mEA9E3FB005AC28FE02E69FCF95A7B8456192B478(L_3, NULL);
|
|
if (!L_4)
|
|
{
|
|
goto IL_003d;
|
|
}
|
|
}
|
|
{
|
|
// throw new ArgumentException("Cannot add control scheme without name to asset " + asset.name, nameof(controlScheme));
|
|
InputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D* L_5 = ___0_asset;
|
|
NullCheck(L_5);
|
|
String_t* L_6;
|
|
L_6 = Object_get_name_mAC2F6B897CF1303BA4249B4CB55271AFACBB6392(L_5, NULL);
|
|
String_t* L_7;
|
|
L_7 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF893F82969862911E64FDB6CD387571ADE87284C)), L_6, NULL);
|
|
ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_8 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_8);
|
|
ArgumentException__ctor_m8F9D40CE19D19B698A70F9A258640EB52DB39B62(L_8, L_7, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral0510939941CDB183622745A84DC0AE2FC3D661E3)), NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputActionSetupExtensions_AddControlScheme_m53D42E207B072C61426D94884A8CB4680A52C72D_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_003d:
|
|
{
|
|
// if (asset.FindControlScheme(controlScheme.name) != null)
|
|
InputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D* L_9 = ___0_asset;
|
|
String_t* L_10;
|
|
L_10 = InputControlScheme_get_name_mF9B3B36BFFF1B3D776B3EC862650970FA5AF35D4_inline((&___1_controlScheme), NULL);
|
|
NullCheck(L_9);
|
|
Nullable_1_t16AD7DAD50FE498393D70E4661FB4349D271C2EE L_11;
|
|
L_11 = InputActionAsset_FindControlScheme_m4A820A3C7677CFF7FD78627F83FFC4156C8E9736(L_9, L_10, NULL);
|
|
V_0 = L_11;
|
|
bool L_12;
|
|
L_12 = Nullable_1_get_HasValue_m00D904EE8851201746126144230D13B95AA124FE_inline((&V_0), Nullable_1_get_HasValue_m00D904EE8851201746126144230D13B95AA124FE_RuntimeMethod_var);
|
|
if (!L_12)
|
|
{
|
|
goto IL_0090;
|
|
}
|
|
}
|
|
{
|
|
// throw new InvalidOperationException(
|
|
// $"Asset '{asset.name}' already contains a control scheme called '{controlScheme.name}'");
|
|
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*)&_stringLiteral76A2534B54F17A2DD56BEE175BE3A4A68B4F3389)));
|
|
(L_14)->SetAt(static_cast<il2cpp_array_size_t>(0), (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral76A2534B54F17A2DD56BEE175BE3A4A68B4F3389)));
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_15 = L_14;
|
|
InputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D* L_16 = ___0_asset;
|
|
NullCheck(L_16);
|
|
String_t* L_17;
|
|
L_17 = Object_get_name_mAC2F6B897CF1303BA4249B4CB55271AFACBB6392(L_16, NULL);
|
|
NullCheck(L_15);
|
|
ArrayElementTypeCheck (L_15, L_17);
|
|
(L_15)->SetAt(static_cast<il2cpp_array_size_t>(1), (String_t*)L_17);
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_18 = L_15;
|
|
NullCheck(L_18);
|
|
ArrayElementTypeCheck (L_18, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral6F2F051B870D03723E4D16A5D15E1378DC8376CF)));
|
|
(L_18)->SetAt(static_cast<il2cpp_array_size_t>(2), (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral6F2F051B870D03723E4D16A5D15E1378DC8376CF)));
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_19 = L_18;
|
|
String_t* L_20;
|
|
L_20 = InputControlScheme_get_name_mF9B3B36BFFF1B3D776B3EC862650970FA5AF35D4_inline((&___1_controlScheme), NULL);
|
|
NullCheck(L_19);
|
|
ArrayElementTypeCheck (L_19, L_20);
|
|
(L_19)->SetAt(static_cast<il2cpp_array_size_t>(3), (String_t*)L_20);
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_21 = L_19;
|
|
NullCheck(L_21);
|
|
ArrayElementTypeCheck (L_21, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral42646B33B50B6AA15E22733C8900716F0FE19E1D)));
|
|
(L_21)->SetAt(static_cast<il2cpp_array_size_t>(4), (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral42646B33B50B6AA15E22733C8900716F0FE19E1D)));
|
|
String_t* L_22;
|
|
L_22 = String_Concat_m647EBF831F54B6DF7D5AFA5FD012CF4EE7571B6A(L_21, NULL);
|
|
InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_23 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_23);
|
|
InvalidOperationException__ctor_mE4CB6F4712AB6D99A2358FBAE2E052B3EE976162(L_23, L_22, NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_23, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputActionSetupExtensions_AddControlScheme_m53D42E207B072C61426D94884A8CB4680A52C72D_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_0090:
|
|
{
|
|
// ArrayHelpers.Append(ref asset.m_ControlSchemes, controlScheme);
|
|
InputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D* L_24 = ___0_asset;
|
|
NullCheck(L_24);
|
|
InputControlSchemeU5BU5D_tAE603126FBD4D6B8F67EA6F8CFA531A646C63D86** L_25 = (&L_24->___m_ControlSchemes_6);
|
|
InputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434 L_26 = ___1_controlScheme;
|
|
int32_t L_27;
|
|
L_27 = ArrayHelpers_Append_TisInputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434_mEE562A52D13EFE1A51A24BA9FEA35B34F21FF6DB(L_25, L_26, ArrayHelpers_Append_TisInputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434_mEE562A52D13EFE1A51A24BA9FEA35B34F21FF6DB_RuntimeMethod_var);
|
|
// asset.MarkAsDirty();
|
|
InputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D* L_28 = ___0_asset;
|
|
NullCheck(L_28);
|
|
InputActionAsset_MarkAsDirty_m65D3BAB7EE1E612A15EF7BFE3E1ED7EBA354AB3F(L_28, NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// UnityEngine.InputSystem.InputActionSetupExtensions/ControlSchemeSyntax UnityEngine.InputSystem.InputActionSetupExtensions::AddControlScheme(UnityEngine.InputSystem.InputActionAsset,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ControlSchemeSyntax_t4C14E0745C729675BFFADA8275391ACBAD73227D InputActionSetupExtensions_AddControlScheme_mE47DFB68FF6F5A385E08DF17DA4D3D3DCA9363B7 (InputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D* ___0_asset, String_t* ___1_name, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlyArray_1_get_Count_mC5926BE617B0AC5B74104072E867B33527B37B61_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
ReadOnlyArray_1_tC41FC1476A6CC9385BDD74ECC6D3AF66A6C82BF9 V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
{
|
|
// if (asset == null)
|
|
InputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D* L_0 = ___0_asset;
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_1;
|
|
L_1 = Object_op_Equality_mB6120F782D83091EF56A198FCEBCF066DB4A9605(L_0, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
|
|
if (!L_1)
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
// throw new ArgumentNullException(nameof(asset));
|
|
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*)&_stringLiteral37B97248AD78DD69BA3DF192A954DA136A0917D3)), NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputActionSetupExtensions_AddControlScheme_mE47DFB68FF6F5A385E08DF17DA4D3D3DCA9363B7_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
// if (string.IsNullOrEmpty(name))
|
|
String_t* L_3 = ___1_name;
|
|
bool L_4;
|
|
L_4 = String_IsNullOrEmpty_mEA9E3FB005AC28FE02E69FCF95A7B8456192B478(L_3, NULL);
|
|
if (!L_4)
|
|
{
|
|
goto IL_0027;
|
|
}
|
|
}
|
|
{
|
|
// throw new ArgumentNullException(nameof(name));
|
|
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*)&_stringLiteralCE18B047107AA23D1AA9B2ED32D316148E02655F)), NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputActionSetupExtensions_AddControlScheme_mE47DFB68FF6F5A385E08DF17DA4D3D3DCA9363B7_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_0027:
|
|
{
|
|
// var index = asset.controlSchemes.Count;
|
|
InputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D* L_6 = ___0_asset;
|
|
NullCheck(L_6);
|
|
ReadOnlyArray_1_tC41FC1476A6CC9385BDD74ECC6D3AF66A6C82BF9 L_7;
|
|
L_7 = InputActionAsset_get_controlSchemes_m257644C546BD6221DD62251F6C7C2A2CC11BD099(L_6, NULL);
|
|
V_1 = L_7;
|
|
int32_t L_8;
|
|
L_8 = ReadOnlyArray_1_get_Count_mC5926BE617B0AC5B74104072E867B33527B37B61_inline((&V_1), ReadOnlyArray_1_get_Count_mC5926BE617B0AC5B74104072E867B33527B37B61_RuntimeMethod_var);
|
|
V_0 = L_8;
|
|
// asset.AddControlScheme(new InputControlScheme(name));
|
|
InputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D* L_9 = ___0_asset;
|
|
String_t* L_10 = ___1_name;
|
|
InputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434 L_11;
|
|
memset((&L_11), 0, sizeof(L_11));
|
|
InputControlScheme__ctor_m486DF1DBF79E9D205BE6A147DDF93D8100EB0FB7((&L_11), L_10, (RuntimeObject*)NULL, (String_t*)NULL, /*hidden argument*/NULL);
|
|
InputActionSetupExtensions_AddControlScheme_m53D42E207B072C61426D94884A8CB4680A52C72D(L_9, L_11, NULL);
|
|
// return new ControlSchemeSyntax(asset, index);
|
|
InputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D* L_12 = ___0_asset;
|
|
int32_t L_13 = V_0;
|
|
ControlSchemeSyntax_t4C14E0745C729675BFFADA8275391ACBAD73227D L_14;
|
|
memset((&L_14), 0, sizeof(L_14));
|
|
ControlSchemeSyntax__ctor_mC9D52218791DF243E99E920F7772166EFD825977((&L_14), L_12, L_13, /*hidden argument*/NULL);
|
|
return L_14;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.InputSystem.InputActionSetupExtensions::RemoveControlScheme(UnityEngine.InputSystem.InputActionAsset,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionSetupExtensions_RemoveControlScheme_mDC3CAA54B810F8AABBE8C2331DD0340C3323EBD4 (InputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D* ___0_asset, String_t* ___1_name, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArrayHelpers_EraseAt_TisInputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434_m1E89C17875F8B90951E360F40E8CE8CC1DB71A0E_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
{
|
|
// if (asset == null)
|
|
InputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D* L_0 = ___0_asset;
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_1;
|
|
L_1 = Object_op_Equality_mB6120F782D83091EF56A198FCEBCF066DB4A9605(L_0, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
|
|
if (!L_1)
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
// throw new ArgumentNullException(nameof(asset));
|
|
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*)&_stringLiteral37B97248AD78DD69BA3DF192A954DA136A0917D3)), NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputActionSetupExtensions_RemoveControlScheme_mDC3CAA54B810F8AABBE8C2331DD0340C3323EBD4_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
// if (string.IsNullOrEmpty(name))
|
|
String_t* L_3 = ___1_name;
|
|
bool L_4;
|
|
L_4 = String_IsNullOrEmpty_mEA9E3FB005AC28FE02E69FCF95A7B8456192B478(L_3, NULL);
|
|
if (!L_4)
|
|
{
|
|
goto IL_0027;
|
|
}
|
|
}
|
|
{
|
|
// throw new ArgumentNullException(nameof(name));
|
|
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*)&_stringLiteralCE18B047107AA23D1AA9B2ED32D316148E02655F)), NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputActionSetupExtensions_RemoveControlScheme_mDC3CAA54B810F8AABBE8C2331DD0340C3323EBD4_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_0027:
|
|
{
|
|
// var index = asset.FindControlSchemeIndex(name);
|
|
InputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D* L_6 = ___0_asset;
|
|
String_t* L_7 = ___1_name;
|
|
NullCheck(L_6);
|
|
int32_t L_8;
|
|
L_8 = InputActionAsset_FindControlSchemeIndex_m765CEC376752C62AF08B9F005C8893F0D62DED2D(L_6, L_7, NULL);
|
|
V_0 = L_8;
|
|
// if (index != -1)
|
|
int32_t L_9 = V_0;
|
|
if ((((int32_t)L_9) == ((int32_t)(-1))))
|
|
{
|
|
goto IL_003f;
|
|
}
|
|
}
|
|
{
|
|
// ArrayHelpers.EraseAt(ref asset.m_ControlSchemes, index);
|
|
InputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D* L_10 = ___0_asset;
|
|
NullCheck(L_10);
|
|
InputControlSchemeU5BU5D_tAE603126FBD4D6B8F67EA6F8CFA531A646C63D86** L_11 = (&L_10->___m_ControlSchemes_6);
|
|
int32_t L_12 = V_0;
|
|
ArrayHelpers_EraseAt_TisInputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434_m1E89C17875F8B90951E360F40E8CE8CC1DB71A0E(L_11, L_12, ArrayHelpers_EraseAt_TisInputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434_m1E89C17875F8B90951E360F40E8CE8CC1DB71A0E_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_003f:
|
|
{
|
|
// asset.MarkAsDirty();
|
|
InputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D* L_13 = ___0_asset;
|
|
NullCheck(L_13);
|
|
InputActionAsset_MarkAsDirty_m65D3BAB7EE1E612A15EF7BFE3E1ED7EBA354AB3F(L_13, NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// UnityEngine.InputSystem.InputControlScheme UnityEngine.InputSystem.InputActionSetupExtensions::WithBindingGroup(UnityEngine.InputSystem.InputControlScheme,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434 InputActionSetupExtensions_WithBindingGroup_mDD8AE73D3DA36D2B531AB148D4C3DD1849909952 (InputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434 ___0_scheme, String_t* ___1_bindingGroup, const RuntimeMethod* method)
|
|
{
|
|
ControlSchemeSyntax_t4C14E0745C729675BFFADA8275391ACBAD73227D V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
// return new ControlSchemeSyntax(scheme).WithBindingGroup(bindingGroup).Done();
|
|
InputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434 L_0 = ___0_scheme;
|
|
ControlSchemeSyntax_t4C14E0745C729675BFFADA8275391ACBAD73227D L_1;
|
|
memset((&L_1), 0, sizeof(L_1));
|
|
ControlSchemeSyntax__ctor_m242A15F1F9201DC96CEFCFF8696759540D1F2F95((&L_1), L_0, /*hidden argument*/NULL);
|
|
V_0 = L_1;
|
|
String_t* L_2 = ___1_bindingGroup;
|
|
ControlSchemeSyntax_t4C14E0745C729675BFFADA8275391ACBAD73227D L_3;
|
|
L_3 = ControlSchemeSyntax_WithBindingGroup_m3FA28F3C89C3D0B20FF773312CDE8493BF8711F7((&V_0), L_2, NULL);
|
|
V_0 = L_3;
|
|
InputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434 L_4;
|
|
L_4 = ControlSchemeSyntax_Done_m6DB5799BDD8C3B2FD8428A788152D95DFB74EE15((&V_0), NULL);
|
|
return L_4;
|
|
}
|
|
}
|
|
// UnityEngine.InputSystem.InputControlScheme UnityEngine.InputSystem.InputActionSetupExtensions::WithDevice(UnityEngine.InputSystem.InputControlScheme,System.String,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434 InputActionSetupExtensions_WithDevice_mD33B520BD8DFAE7DB05DB3AAE03F9B5906FF336B (InputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434 ___0_scheme, String_t* ___1_controlPath, bool ___2_required, const RuntimeMethod* method)
|
|
{
|
|
ControlSchemeSyntax_t4C14E0745C729675BFFADA8275391ACBAD73227D V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
// if (required)
|
|
bool L_0 = ___2_required;
|
|
if (!L_0)
|
|
{
|
|
goto IL_001b;
|
|
}
|
|
}
|
|
{
|
|
// return new ControlSchemeSyntax(scheme).WithRequiredDevice(controlPath).Done();
|
|
InputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434 L_1 = ___0_scheme;
|
|
ControlSchemeSyntax_t4C14E0745C729675BFFADA8275391ACBAD73227D L_2;
|
|
memset((&L_2), 0, sizeof(L_2));
|
|
ControlSchemeSyntax__ctor_m242A15F1F9201DC96CEFCFF8696759540D1F2F95((&L_2), L_1, /*hidden argument*/NULL);
|
|
V_0 = L_2;
|
|
String_t* L_3 = ___1_controlPath;
|
|
ControlSchemeSyntax_t4C14E0745C729675BFFADA8275391ACBAD73227D L_4;
|
|
L_4 = ControlSchemeSyntax_WithRequiredDevice_mAFC72E5BFF4F4724E208AB15CC379ABD786EFFCE((&V_0), L_3, NULL);
|
|
V_0 = L_4;
|
|
InputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434 L_5;
|
|
L_5 = ControlSchemeSyntax_Done_m6DB5799BDD8C3B2FD8428A788152D95DFB74EE15((&V_0), NULL);
|
|
return L_5;
|
|
}
|
|
|
|
IL_001b:
|
|
{
|
|
// return new ControlSchemeSyntax(scheme).WithOptionalDevice(controlPath).Done();
|
|
InputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434 L_6 = ___0_scheme;
|
|
ControlSchemeSyntax_t4C14E0745C729675BFFADA8275391ACBAD73227D L_7;
|
|
memset((&L_7), 0, sizeof(L_7));
|
|
ControlSchemeSyntax__ctor_m242A15F1F9201DC96CEFCFF8696759540D1F2F95((&L_7), L_6, /*hidden argument*/NULL);
|
|
V_0 = L_7;
|
|
String_t* L_8 = ___1_controlPath;
|
|
ControlSchemeSyntax_t4C14E0745C729675BFFADA8275391ACBAD73227D L_9;
|
|
L_9 = ControlSchemeSyntax_WithOptionalDevice_mB17551E2EB7F96585BD6E01573D9494664E9EED7((&V_0), L_8, NULL);
|
|
V_0 = L_9;
|
|
InputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434 L_10;
|
|
L_10 = ControlSchemeSyntax_Done_m6DB5799BDD8C3B2FD8428A788152D95DFB74EE15((&V_0), NULL);
|
|
return L_10;
|
|
}
|
|
}
|
|
// UnityEngine.InputSystem.InputControlScheme UnityEngine.InputSystem.InputActionSetupExtensions::WithRequiredDevice(UnityEngine.InputSystem.InputControlScheme,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434 InputActionSetupExtensions_WithRequiredDevice_mA6C8AE388AAC70B4EF53D4F1A0CBBD3215C8C0AD (InputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434 ___0_scheme, String_t* ___1_controlPath, const RuntimeMethod* method)
|
|
{
|
|
ControlSchemeSyntax_t4C14E0745C729675BFFADA8275391ACBAD73227D V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
// return new ControlSchemeSyntax(scheme).WithRequiredDevice(controlPath).Done();
|
|
InputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434 L_0 = ___0_scheme;
|
|
ControlSchemeSyntax_t4C14E0745C729675BFFADA8275391ACBAD73227D L_1;
|
|
memset((&L_1), 0, sizeof(L_1));
|
|
ControlSchemeSyntax__ctor_m242A15F1F9201DC96CEFCFF8696759540D1F2F95((&L_1), L_0, /*hidden argument*/NULL);
|
|
V_0 = L_1;
|
|
String_t* L_2 = ___1_controlPath;
|
|
ControlSchemeSyntax_t4C14E0745C729675BFFADA8275391ACBAD73227D L_3;
|
|
L_3 = ControlSchemeSyntax_WithRequiredDevice_mAFC72E5BFF4F4724E208AB15CC379ABD786EFFCE((&V_0), L_2, NULL);
|
|
V_0 = L_3;
|
|
InputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434 L_4;
|
|
L_4 = ControlSchemeSyntax_Done_m6DB5799BDD8C3B2FD8428A788152D95DFB74EE15((&V_0), NULL);
|
|
return L_4;
|
|
}
|
|
}
|
|
// UnityEngine.InputSystem.InputControlScheme UnityEngine.InputSystem.InputActionSetupExtensions::WithOptionalDevice(UnityEngine.InputSystem.InputControlScheme,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434 InputActionSetupExtensions_WithOptionalDevice_m377023B3BCF59F41CF091CC5E4AACE21B1AA59E2 (InputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434 ___0_scheme, String_t* ___1_controlPath, const RuntimeMethod* method)
|
|
{
|
|
ControlSchemeSyntax_t4C14E0745C729675BFFADA8275391ACBAD73227D V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
// return new ControlSchemeSyntax(scheme).WithOptionalDevice(controlPath).Done();
|
|
InputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434 L_0 = ___0_scheme;
|
|
ControlSchemeSyntax_t4C14E0745C729675BFFADA8275391ACBAD73227D L_1;
|
|
memset((&L_1), 0, sizeof(L_1));
|
|
ControlSchemeSyntax__ctor_m242A15F1F9201DC96CEFCFF8696759540D1F2F95((&L_1), L_0, /*hidden argument*/NULL);
|
|
V_0 = L_1;
|
|
String_t* L_2 = ___1_controlPath;
|
|
ControlSchemeSyntax_t4C14E0745C729675BFFADA8275391ACBAD73227D L_3;
|
|
L_3 = ControlSchemeSyntax_WithOptionalDevice_mB17551E2EB7F96585BD6E01573D9494664E9EED7((&V_0), L_2, NULL);
|
|
V_0 = L_3;
|
|
InputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434 L_4;
|
|
L_4 = ControlSchemeSyntax_Done_m6DB5799BDD8C3B2FD8428A788152D95DFB74EE15((&V_0), NULL);
|
|
return L_4;
|
|
}
|
|
}
|
|
// UnityEngine.InputSystem.InputControlScheme UnityEngine.InputSystem.InputActionSetupExtensions::OrWithRequiredDevice(UnityEngine.InputSystem.InputControlScheme,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434 InputActionSetupExtensions_OrWithRequiredDevice_m361F352D51CDF247476E58E4D4667E8DAF85D597 (InputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434 ___0_scheme, String_t* ___1_controlPath, const RuntimeMethod* method)
|
|
{
|
|
ControlSchemeSyntax_t4C14E0745C729675BFFADA8275391ACBAD73227D V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
// return new ControlSchemeSyntax(scheme).OrWithRequiredDevice(controlPath).Done();
|
|
InputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434 L_0 = ___0_scheme;
|
|
ControlSchemeSyntax_t4C14E0745C729675BFFADA8275391ACBAD73227D L_1;
|
|
memset((&L_1), 0, sizeof(L_1));
|
|
ControlSchemeSyntax__ctor_m242A15F1F9201DC96CEFCFF8696759540D1F2F95((&L_1), L_0, /*hidden argument*/NULL);
|
|
V_0 = L_1;
|
|
String_t* L_2 = ___1_controlPath;
|
|
ControlSchemeSyntax_t4C14E0745C729675BFFADA8275391ACBAD73227D L_3;
|
|
L_3 = ControlSchemeSyntax_OrWithRequiredDevice_m43958B0E5766DDEB56087E4271512A5A97B30AA6((&V_0), L_2, NULL);
|
|
V_0 = L_3;
|
|
InputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434 L_4;
|
|
L_4 = ControlSchemeSyntax_Done_m6DB5799BDD8C3B2FD8428A788152D95DFB74EE15((&V_0), NULL);
|
|
return L_4;
|
|
}
|
|
}
|
|
// UnityEngine.InputSystem.InputControlScheme UnityEngine.InputSystem.InputActionSetupExtensions::OrWithOptionalDevice(UnityEngine.InputSystem.InputControlScheme,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434 InputActionSetupExtensions_OrWithOptionalDevice_mB713E308A5CACE32BE27A6C2B37C678752A4C639 (InputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434 ___0_scheme, String_t* ___1_controlPath, const RuntimeMethod* method)
|
|
{
|
|
ControlSchemeSyntax_t4C14E0745C729675BFFADA8275391ACBAD73227D V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
// return new ControlSchemeSyntax(scheme).OrWithOptionalDevice(controlPath).Done();
|
|
InputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434 L_0 = ___0_scheme;
|
|
ControlSchemeSyntax_t4C14E0745C729675BFFADA8275391ACBAD73227D L_1;
|
|
memset((&L_1), 0, sizeof(L_1));
|
|
ControlSchemeSyntax__ctor_m242A15F1F9201DC96CEFCFF8696759540D1F2F95((&L_1), L_0, /*hidden argument*/NULL);
|
|
V_0 = L_1;
|
|
String_t* L_2 = ___1_controlPath;
|
|
ControlSchemeSyntax_t4C14E0745C729675BFFADA8275391ACBAD73227D L_3;
|
|
L_3 = ControlSchemeSyntax_OrWithOptionalDevice_m4FAD0C920C5F78242F300DAA320C32196FCA4CC5((&V_0), L_2, NULL);
|
|
V_0 = L_3;
|
|
InputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434 L_4;
|
|
L_4 = ControlSchemeSyntax_Done_m6DB5799BDD8C3B2FD8428A788152D95DFB74EE15((&V_0), NULL);
|
|
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.InputActionSetupExtensions/BindingSyntax
|
|
IL2CPP_EXTERN_C void BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317_marshal_pinvoke(const BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317& unmarshaled, BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317_marshaled_pinvoke& marshaled)
|
|
{
|
|
Exception_t* ___m_ActionMap_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'm_ActionMap' of type 'BindingSyntax': Reference type field marshaling is not supported.");
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(___m_ActionMap_0Exception, NULL);
|
|
}
|
|
IL2CPP_EXTERN_C void BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317_marshal_pinvoke_back(const BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317_marshaled_pinvoke& marshaled, BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317& unmarshaled)
|
|
{
|
|
Exception_t* ___m_ActionMap_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'm_ActionMap' of type 'BindingSyntax': Reference type field marshaling is not supported.");
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(___m_ActionMap_0Exception, NULL);
|
|
}
|
|
// Conversion method for clean up from marshalling of: UnityEngine.InputSystem.InputActionSetupExtensions/BindingSyntax
|
|
IL2CPP_EXTERN_C void BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317_marshal_pinvoke_cleanup(BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317_marshaled_pinvoke& marshaled)
|
|
{
|
|
}
|
|
// Conversion methods for marshalling of: UnityEngine.InputSystem.InputActionSetupExtensions/BindingSyntax
|
|
IL2CPP_EXTERN_C void BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317_marshal_com(const BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317& unmarshaled, BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317_marshaled_com& marshaled)
|
|
{
|
|
Exception_t* ___m_ActionMap_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'm_ActionMap' of type 'BindingSyntax': Reference type field marshaling is not supported.");
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(___m_ActionMap_0Exception, NULL);
|
|
}
|
|
IL2CPP_EXTERN_C void BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317_marshal_com_back(const BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317_marshaled_com& marshaled, BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317& unmarshaled)
|
|
{
|
|
Exception_t* ___m_ActionMap_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'm_ActionMap' of type 'BindingSyntax': Reference type field marshaling is not supported.");
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(___m_ActionMap_0Exception, NULL);
|
|
}
|
|
// Conversion method for clean up from marshalling of: UnityEngine.InputSystem.InputActionSetupExtensions/BindingSyntax
|
|
IL2CPP_EXTERN_C void BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317_marshal_com_cleanup(BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317_marshaled_com& marshaled)
|
|
{
|
|
}
|
|
// System.Boolean UnityEngine.InputSystem.InputActionSetupExtensions/BindingSyntax::get_valid()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BindingSyntax_get_valid_m233A0DBDBE0B5AAB4B078F8FD39B1C60EFB6040C (BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArrayHelpers_LengthSafe_TisInputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5_m65BEB25B025FF72F8F17C6F867829599AEEB076B_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// public bool valid => m_ActionMap != null && m_BindingIndexInMap >= 0 && m_BindingIndexInMap < m_ActionMap.m_Bindings.LengthSafe();
|
|
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_0 = __this->___m_ActionMap_0;
|
|
if (!L_0)
|
|
{
|
|
goto IL_002a;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_1 = __this->___m_BindingIndexInMap_2;
|
|
if ((((int32_t)L_1) < ((int32_t)0)))
|
|
{
|
|
goto IL_002a;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_2 = __this->___m_BindingIndexInMap_2;
|
|
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_3 = __this->___m_ActionMap_0;
|
|
NullCheck(L_3);
|
|
InputBindingU5BU5D_t7E47E87B9CAE12B6F6A0659008B425C58D84BB57* L_4 = L_3->___m_Bindings_4;
|
|
int32_t L_5;
|
|
L_5 = ArrayHelpers_LengthSafe_TisInputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5_m65BEB25B025FF72F8F17C6F867829599AEEB076B(L_4, ArrayHelpers_LengthSafe_TisInputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5_m65BEB25B025FF72F8F17C6F867829599AEEB076B_RuntimeMethod_var);
|
|
return (bool)((((int32_t)L_2) < ((int32_t)L_5))? 1 : 0);
|
|
}
|
|
|
|
IL_002a:
|
|
{
|
|
return (bool)0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C bool BindingSyntax_get_valid_m233A0DBDBE0B5AAB4B078F8FD39B1C60EFB6040C_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317*>(__this + _offset);
|
|
bool _returnValue;
|
|
_returnValue = BindingSyntax_get_valid_m233A0DBDBE0B5AAB4B078F8FD39B1C60EFB6040C(_thisAdjusted, method);
|
|
return _returnValue;
|
|
}
|
|
// System.Int32 UnityEngine.InputSystem.InputActionSetupExtensions/BindingSyntax::get_bindingIndex()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BindingSyntax_get_bindingIndex_m7B8ED99A862CA950D0259AC04D12F14A30B144EB (BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// if (!valid)
|
|
bool L_0;
|
|
L_0 = BindingSyntax_get_valid_m233A0DBDBE0B5AAB4B078F8FD39B1C60EFB6040C(__this, NULL);
|
|
if (L_0)
|
|
{
|
|
goto IL_000a;
|
|
}
|
|
}
|
|
{
|
|
// return -1;
|
|
return (-1);
|
|
}
|
|
|
|
IL_000a:
|
|
{
|
|
// if (m_Action != null)
|
|
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_1 = __this->___m_Action_1;
|
|
if (!L_1)
|
|
{
|
|
goto IL_0024;
|
|
}
|
|
}
|
|
{
|
|
// return m_Action.BindingIndexOnMapToBindingIndexOnAction(m_BindingIndexInMap);
|
|
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_2 = __this->___m_Action_1;
|
|
int32_t L_3 = __this->___m_BindingIndexInMap_2;
|
|
NullCheck(L_2);
|
|
int32_t L_4;
|
|
L_4 = InputAction_BindingIndexOnMapToBindingIndexOnAction_m6C8DAD4DF561F60CE11779614D512D40FF95AA8E(L_2, L_3, NULL);
|
|
return L_4;
|
|
}
|
|
|
|
IL_0024:
|
|
{
|
|
// return m_BindingIndexInMap;
|
|
int32_t L_5 = __this->___m_BindingIndexInMap_2;
|
|
return L_5;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C int32_t BindingSyntax_get_bindingIndex_m7B8ED99A862CA950D0259AC04D12F14A30B144EB_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317*>(__this + _offset);
|
|
int32_t _returnValue;
|
|
_returnValue = BindingSyntax_get_bindingIndex_m7B8ED99A862CA950D0259AC04D12F14A30B144EB(_thisAdjusted, method);
|
|
return _returnValue;
|
|
}
|
|
// UnityEngine.InputSystem.InputBinding UnityEngine.InputSystem.InputActionSetupExtensions/BindingSyntax::get_binding()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 BindingSyntax_get_binding_mD523829C7E70FD21D7FE3F44C365FD2E5378BDC6 (BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// if (!valid)
|
|
bool L_0;
|
|
L_0 = BindingSyntax_get_valid_m233A0DBDBE0B5AAB4B078F8FD39B1C60EFB6040C(__this, NULL);
|
|
if (L_0)
|
|
{
|
|
goto IL_0013;
|
|
}
|
|
}
|
|
{
|
|
// throw new InvalidOperationException("BindingSyntax accessor is not valid");
|
|
InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_1 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_1);
|
|
InvalidOperationException__ctor_mE4CB6F4712AB6D99A2358FBAE2E052B3EE976162(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral68D990D5CA2A48068E89FECD78BFA59617B8BE88)), NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&BindingSyntax_get_binding_mD523829C7E70FD21D7FE3F44C365FD2E5378BDC6_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_0013:
|
|
{
|
|
// return m_ActionMap.m_Bindings[m_BindingIndexInMap];
|
|
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_2 = __this->___m_ActionMap_0;
|
|
NullCheck(L_2);
|
|
InputBindingU5BU5D_t7E47E87B9CAE12B6F6A0659008B425C58D84BB57* L_3 = L_2->___m_Bindings_4;
|
|
int32_t L_4 = __this->___m_BindingIndexInMap_2;
|
|
NullCheck(L_3);
|
|
int32_t L_5 = L_4;
|
|
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 L_6 = (L_3)->GetAt(static_cast<il2cpp_array_size_t>(L_5));
|
|
return L_6;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 BindingSyntax_get_binding_mD523829C7E70FD21D7FE3F44C365FD2E5378BDC6_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317*>(__this + _offset);
|
|
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 _returnValue;
|
|
_returnValue = BindingSyntax_get_binding_mD523829C7E70FD21D7FE3F44C365FD2E5378BDC6(_thisAdjusted, method);
|
|
return _returnValue;
|
|
}
|
|
// System.Void UnityEngine.InputSystem.InputActionSetupExtensions/BindingSyntax::.ctor(UnityEngine.InputSystem.InputActionMap,System.Int32,UnityEngine.InputSystem.InputAction)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BindingSyntax__ctor_mC1F4AFD3294F170D71F474F895D4789F29875682 (BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317* __this, InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* ___0_map, int32_t ___1_bindingIndexInMap, InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* ___2_action, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// m_ActionMap = map;
|
|
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_0 = ___0_map;
|
|
__this->___m_ActionMap_0 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_ActionMap_0), (void*)L_0);
|
|
// m_BindingIndexInMap = bindingIndexInMap;
|
|
int32_t L_1 = ___1_bindingIndexInMap;
|
|
__this->___m_BindingIndexInMap_2 = L_1;
|
|
// m_Action = action;
|
|
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_2 = ___2_action;
|
|
__this->___m_Action_1 = L_2;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_Action_1), (void*)L_2);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void BindingSyntax__ctor_mC1F4AFD3294F170D71F474F895D4789F29875682_AdjustorThunk (RuntimeObject* __this, InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* ___0_map, int32_t ___1_bindingIndexInMap, InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* ___2_action, const RuntimeMethod* method)
|
|
{
|
|
BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317*>(__this + _offset);
|
|
BindingSyntax__ctor_mC1F4AFD3294F170D71F474F895D4789F29875682(_thisAdjusted, ___0_map, ___1_bindingIndexInMap, ___2_action, method);
|
|
}
|
|
// UnityEngine.InputSystem.InputActionSetupExtensions/BindingSyntax UnityEngine.InputSystem.InputActionSetupExtensions/BindingSyntax::WithName(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 BindingSyntax_WithName_m84E96F1B1A63C0A07AD0A42EF79717C506BE7B0F (BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317* __this, String_t* ___0_name, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// if (!valid)
|
|
bool L_0;
|
|
L_0 = BindingSyntax_get_valid_m233A0DBDBE0B5AAB4B078F8FD39B1C60EFB6040C(__this, NULL);
|
|
if (L_0)
|
|
{
|
|
goto IL_0013;
|
|
}
|
|
}
|
|
{
|
|
// throw new InvalidOperationException("Accessor is not valid");
|
|
InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_1 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_1);
|
|
InvalidOperationException__ctor_mE4CB6F4712AB6D99A2358FBAE2E052B3EE976162(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral3A38F099E8455AB689BE3047D74FAFF31510DF90)), NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&BindingSyntax_WithName_m84E96F1B1A63C0A07AD0A42EF79717C506BE7B0F_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_0013:
|
|
{
|
|
// m_ActionMap.m_Bindings[m_BindingIndexInMap].name = name;
|
|
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_2 = __this->___m_ActionMap_0;
|
|
NullCheck(L_2);
|
|
InputBindingU5BU5D_t7E47E87B9CAE12B6F6A0659008B425C58D84BB57* L_3 = L_2->___m_Bindings_4;
|
|
int32_t L_4 = __this->___m_BindingIndexInMap_2;
|
|
NullCheck(L_3);
|
|
String_t* L_5 = ___0_name;
|
|
InputBinding_set_name_mAE0C23C6678C2814FC1171F379BB8E9E7F666997_inline(((L_3)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_4))), L_5, NULL);
|
|
// m_ActionMap.OnBindingModified();
|
|
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_6 = __this->___m_ActionMap_0;
|
|
NullCheck(L_6);
|
|
InputActionMap_OnBindingModified_m5D83F89CFCDD65DDE6ACF1C887676F7F8C5707B2(L_6, NULL);
|
|
// return this;
|
|
BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 L_7 = (*(BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317*)__this);
|
|
return L_7;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 BindingSyntax_WithName_m84E96F1B1A63C0A07AD0A42EF79717C506BE7B0F_AdjustorThunk (RuntimeObject* __this, String_t* ___0_name, const RuntimeMethod* method)
|
|
{
|
|
BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317*>(__this + _offset);
|
|
BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 _returnValue;
|
|
_returnValue = BindingSyntax_WithName_m84E96F1B1A63C0A07AD0A42EF79717C506BE7B0F(_thisAdjusted, ___0_name, method);
|
|
return _returnValue;
|
|
}
|
|
// UnityEngine.InputSystem.InputActionSetupExtensions/BindingSyntax UnityEngine.InputSystem.InputActionSetupExtensions/BindingSyntax::WithPath(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 BindingSyntax_WithPath_mD6D680E58841D295A89E74D6AC3B95467B254E1F (BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317* __this, String_t* ___0_path, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// if (!valid)
|
|
bool L_0;
|
|
L_0 = BindingSyntax_get_valid_m233A0DBDBE0B5AAB4B078F8FD39B1C60EFB6040C(__this, NULL);
|
|
if (L_0)
|
|
{
|
|
goto IL_0013;
|
|
}
|
|
}
|
|
{
|
|
// throw new InvalidOperationException("Accessor is not valid");
|
|
InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_1 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_1);
|
|
InvalidOperationException__ctor_mE4CB6F4712AB6D99A2358FBAE2E052B3EE976162(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral3A38F099E8455AB689BE3047D74FAFF31510DF90)), NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&BindingSyntax_WithPath_mD6D680E58841D295A89E74D6AC3B95467B254E1F_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_0013:
|
|
{
|
|
// m_ActionMap.m_Bindings[m_BindingIndexInMap].path = path;
|
|
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_2 = __this->___m_ActionMap_0;
|
|
NullCheck(L_2);
|
|
InputBindingU5BU5D_t7E47E87B9CAE12B6F6A0659008B425C58D84BB57* L_3 = L_2->___m_Bindings_4;
|
|
int32_t L_4 = __this->___m_BindingIndexInMap_2;
|
|
NullCheck(L_3);
|
|
String_t* L_5 = ___0_path;
|
|
InputBinding_set_path_m69ED486A68B0D864FCB334D955AE2CD1517A9592_inline(((L_3)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_4))), L_5, NULL);
|
|
// m_ActionMap.OnBindingModified();
|
|
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_6 = __this->___m_ActionMap_0;
|
|
NullCheck(L_6);
|
|
InputActionMap_OnBindingModified_m5D83F89CFCDD65DDE6ACF1C887676F7F8C5707B2(L_6, NULL);
|
|
// return this;
|
|
BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 L_7 = (*(BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317*)__this);
|
|
return L_7;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 BindingSyntax_WithPath_mD6D680E58841D295A89E74D6AC3B95467B254E1F_AdjustorThunk (RuntimeObject* __this, String_t* ___0_path, const RuntimeMethod* method)
|
|
{
|
|
BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317*>(__this + _offset);
|
|
BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 _returnValue;
|
|
_returnValue = BindingSyntax_WithPath_mD6D680E58841D295A89E74D6AC3B95467B254E1F(_thisAdjusted, ___0_path, method);
|
|
return _returnValue;
|
|
}
|
|
// UnityEngine.InputSystem.InputActionSetupExtensions/BindingSyntax UnityEngine.InputSystem.InputActionSetupExtensions/BindingSyntax::WithGroup(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 BindingSyntax_WithGroup_m2B935C9542F810629065D4C2DDD16FB6E1BAEC73 (BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317* __this, String_t* ___0_group, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// if (!valid)
|
|
bool L_0;
|
|
L_0 = BindingSyntax_get_valid_m233A0DBDBE0B5AAB4B078F8FD39B1C60EFB6040C(__this, NULL);
|
|
if (L_0)
|
|
{
|
|
goto IL_0013;
|
|
}
|
|
}
|
|
{
|
|
// throw new InvalidOperationException("Accessor is not valid");
|
|
InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_1 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_1);
|
|
InvalidOperationException__ctor_mE4CB6F4712AB6D99A2358FBAE2E052B3EE976162(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral3A38F099E8455AB689BE3047D74FAFF31510DF90)), NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&BindingSyntax_WithGroup_m2B935C9542F810629065D4C2DDD16FB6E1BAEC73_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_0013:
|
|
{
|
|
// if (string.IsNullOrEmpty(group))
|
|
String_t* L_2 = ___0_group;
|
|
bool L_3;
|
|
L_3 = String_IsNullOrEmpty_mEA9E3FB005AC28FE02E69FCF95A7B8456192B478(L_2, NULL);
|
|
if (!L_3)
|
|
{
|
|
goto IL_002b;
|
|
}
|
|
}
|
|
{
|
|
// throw new ArgumentException("Group name cannot be null or empty", nameof(group));
|
|
ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_4 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_4);
|
|
ArgumentException__ctor_m8F9D40CE19D19B698A70F9A258640EB52DB39B62(L_4, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB1924E1103B83D449864E173998C9310AD8B7D5B)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral20825170D1B0DA2A733E78D5B035FF14697DA12B)), NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&BindingSyntax_WithGroup_m2B935C9542F810629065D4C2DDD16FB6E1BAEC73_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_002b:
|
|
{
|
|
// if (group.IndexOf(InputBinding.Separator) != -1)
|
|
String_t* L_5 = ___0_group;
|
|
NullCheck(L_5);
|
|
int32_t L_6;
|
|
L_6 = String_IndexOf_mE21E78F35EF4A7768E385A72814C88D22B689966(L_5, ((int32_t)59), NULL);
|
|
if ((((int32_t)L_6) == ((int32_t)(-1))))
|
|
{
|
|
goto IL_0052;
|
|
}
|
|
}
|
|
{
|
|
// throw new ArgumentException(
|
|
// $"Group name cannot contain separator character '{InputBinding.Separator}'", nameof(group));
|
|
Il2CppChar L_7 = ((Il2CppChar)((int32_t)59));
|
|
RuntimeObject* L_8 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var)), &L_7);
|
|
String_t* L_9;
|
|
L_9 = String_Format_mA8DBB4C2516B9723C5A41E6CB1E2FAF4BBE96DD8(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral375BF8E68ED3326F6C25502332DEFC12102D49C0)), L_8, NULL);
|
|
ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_10 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_10);
|
|
ArgumentException__ctor_m8F9D40CE19D19B698A70F9A258640EB52DB39B62(L_10, L_9, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral20825170D1B0DA2A733E78D5B035FF14697DA12B)), NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_10, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&BindingSyntax_WithGroup_m2B935C9542F810629065D4C2DDD16FB6E1BAEC73_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_0052:
|
|
{
|
|
// return WithGroups(group);
|
|
String_t* L_11 = ___0_group;
|
|
BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 L_12;
|
|
L_12 = BindingSyntax_WithGroups_m59E98C5CA5074236A2439A1BE4144C8F3DC19F3F(__this, L_11, NULL);
|
|
return L_12;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 BindingSyntax_WithGroup_m2B935C9542F810629065D4C2DDD16FB6E1BAEC73_AdjustorThunk (RuntimeObject* __this, String_t* ___0_group, const RuntimeMethod* method)
|
|
{
|
|
BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317*>(__this + _offset);
|
|
BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 _returnValue;
|
|
_returnValue = BindingSyntax_WithGroup_m2B935C9542F810629065D4C2DDD16FB6E1BAEC73(_thisAdjusted, ___0_group, method);
|
|
return _returnValue;
|
|
}
|
|
// UnityEngine.InputSystem.InputActionSetupExtensions/BindingSyntax UnityEngine.InputSystem.InputActionSetupExtensions/BindingSyntax::WithGroups(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 BindingSyntax_WithGroups_m59E98C5CA5074236A2439A1BE4144C8F3DC19F3F (BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317* __this, String_t* ___0_groups, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral951CCB49640C8F9E81FB4E0D82730321F4E15BB3);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
String_t* V_0 = NULL;
|
|
{
|
|
// if (!valid)
|
|
bool L_0;
|
|
L_0 = BindingSyntax_get_valid_m233A0DBDBE0B5AAB4B078F8FD39B1C60EFB6040C(__this, NULL);
|
|
if (L_0)
|
|
{
|
|
goto IL_0013;
|
|
}
|
|
}
|
|
{
|
|
// throw new InvalidOperationException("Accessor is not valid");
|
|
InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_1 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_1);
|
|
InvalidOperationException__ctor_mE4CB6F4712AB6D99A2358FBAE2E052B3EE976162(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral3A38F099E8455AB689BE3047D74FAFF31510DF90)), NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&BindingSyntax_WithGroups_m59E98C5CA5074236A2439A1BE4144C8F3DC19F3F_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_0013:
|
|
{
|
|
// if (string.IsNullOrEmpty(groups))
|
|
String_t* L_2 = ___0_groups;
|
|
bool L_3;
|
|
L_3 = String_IsNullOrEmpty_mEA9E3FB005AC28FE02E69FCF95A7B8456192B478(L_2, NULL);
|
|
if (!L_3)
|
|
{
|
|
goto IL_0022;
|
|
}
|
|
}
|
|
{
|
|
// return this;
|
|
BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 L_4 = (*(BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317*)__this);
|
|
return L_4;
|
|
}
|
|
|
|
IL_0022:
|
|
{
|
|
// var currentGroups = m_ActionMap.m_Bindings[m_BindingIndexInMap].groups;
|
|
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_5 = __this->___m_ActionMap_0;
|
|
NullCheck(L_5);
|
|
InputBindingU5BU5D_t7E47E87B9CAE12B6F6A0659008B425C58D84BB57* L_6 = L_5->___m_Bindings_4;
|
|
int32_t L_7 = __this->___m_BindingIndexInMap_2;
|
|
NullCheck(L_6);
|
|
String_t* L_8;
|
|
L_8 = InputBinding_get_groups_m1DC26248582F17A515C8A84BA5B2FB85712CFD7A_inline(((L_6)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_7))), NULL);
|
|
V_0 = L_8;
|
|
// if (!string.IsNullOrEmpty(currentGroups))
|
|
String_t* L_9 = V_0;
|
|
bool L_10;
|
|
L_10 = String_IsNullOrEmpty_mEA9E3FB005AC28FE02E69FCF95A7B8456192B478(L_9, NULL);
|
|
if (L_10)
|
|
{
|
|
goto IL_0060;
|
|
}
|
|
}
|
|
{
|
|
// groups = string.Join(InputBinding.kSeparatorString, currentGroups, groups);
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_11 = (StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)SZArrayNew(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var, (uint32_t)2);
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_12 = L_11;
|
|
String_t* L_13 = V_0;
|
|
NullCheck(L_12);
|
|
ArrayElementTypeCheck (L_12, L_13);
|
|
(L_12)->SetAt(static_cast<il2cpp_array_size_t>(0), (String_t*)L_13);
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_14 = L_12;
|
|
String_t* L_15 = ___0_groups;
|
|
NullCheck(L_14);
|
|
ArrayElementTypeCheck (L_14, L_15);
|
|
(L_14)->SetAt(static_cast<il2cpp_array_size_t>(1), (String_t*)L_15);
|
|
String_t* L_16;
|
|
L_16 = String_Join_m557B6B554B87C1742FA0B128500073B421ED0BFD(_stringLiteral951CCB49640C8F9E81FB4E0D82730321F4E15BB3, L_14, NULL);
|
|
___0_groups = L_16;
|
|
}
|
|
|
|
IL_0060:
|
|
{
|
|
// m_ActionMap.m_Bindings[m_BindingIndexInMap].groups = groups;
|
|
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_17 = __this->___m_ActionMap_0;
|
|
NullCheck(L_17);
|
|
InputBindingU5BU5D_t7E47E87B9CAE12B6F6A0659008B425C58D84BB57* L_18 = L_17->___m_Bindings_4;
|
|
int32_t L_19 = __this->___m_BindingIndexInMap_2;
|
|
NullCheck(L_18);
|
|
String_t* L_20 = ___0_groups;
|
|
InputBinding_set_groups_mF2767924C74B69A77893A53B9A49A42D101E59E0_inline(((L_18)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_19))), L_20, NULL);
|
|
// m_ActionMap.OnBindingModified();
|
|
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_21 = __this->___m_ActionMap_0;
|
|
NullCheck(L_21);
|
|
InputActionMap_OnBindingModified_m5D83F89CFCDD65DDE6ACF1C887676F7F8C5707B2(L_21, NULL);
|
|
// return this;
|
|
BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 L_22 = (*(BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317*)__this);
|
|
return L_22;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 BindingSyntax_WithGroups_m59E98C5CA5074236A2439A1BE4144C8F3DC19F3F_AdjustorThunk (RuntimeObject* __this, String_t* ___0_groups, const RuntimeMethod* method)
|
|
{
|
|
BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317*>(__this + _offset);
|
|
BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 _returnValue;
|
|
_returnValue = BindingSyntax_WithGroups_m59E98C5CA5074236A2439A1BE4144C8F3DC19F3F(_thisAdjusted, ___0_groups, method);
|
|
return _returnValue;
|
|
}
|
|
// UnityEngine.InputSystem.InputActionSetupExtensions/BindingSyntax UnityEngine.InputSystem.InputActionSetupExtensions/BindingSyntax::WithInteraction(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 BindingSyntax_WithInteraction_mCE7E9DC5A2927956F4A89F55FE5D0A083936042B (BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317* __this, String_t* ___0_interaction, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// if (!valid)
|
|
bool L_0;
|
|
L_0 = BindingSyntax_get_valid_m233A0DBDBE0B5AAB4B078F8FD39B1C60EFB6040C(__this, NULL);
|
|
if (L_0)
|
|
{
|
|
goto IL_0013;
|
|
}
|
|
}
|
|
{
|
|
// throw new InvalidOperationException("Accessor is not valid");
|
|
InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_1 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_1);
|
|
InvalidOperationException__ctor_mE4CB6F4712AB6D99A2358FBAE2E052B3EE976162(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral3A38F099E8455AB689BE3047D74FAFF31510DF90)), NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&BindingSyntax_WithInteraction_mCE7E9DC5A2927956F4A89F55FE5D0A083936042B_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_0013:
|
|
{
|
|
// if (string.IsNullOrEmpty(interaction))
|
|
String_t* L_2 = ___0_interaction;
|
|
bool L_3;
|
|
L_3 = String_IsNullOrEmpty_mEA9E3FB005AC28FE02E69FCF95A7B8456192B478(L_2, NULL);
|
|
if (!L_3)
|
|
{
|
|
goto IL_002b;
|
|
}
|
|
}
|
|
{
|
|
// throw new ArgumentException("Interaction cannot be null or empty", nameof(interaction));
|
|
ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_4 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_4);
|
|
ArgumentException__ctor_m8F9D40CE19D19B698A70F9A258640EB52DB39B62(L_4, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral65DBA1F817F76596576BE01405DE5D8ADE10A4F4)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral023DD7331D6D2552C2332AAE94DB1E66780AE095)), NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&BindingSyntax_WithInteraction_mCE7E9DC5A2927956F4A89F55FE5D0A083936042B_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_002b:
|
|
{
|
|
// if (interaction.IndexOf(InputBinding.Separator) != -1)
|
|
String_t* L_5 = ___0_interaction;
|
|
NullCheck(L_5);
|
|
int32_t L_6;
|
|
L_6 = String_IndexOf_mE21E78F35EF4A7768E385A72814C88D22B689966(L_5, ((int32_t)59), NULL);
|
|
if ((((int32_t)L_6) == ((int32_t)(-1))))
|
|
{
|
|
goto IL_0052;
|
|
}
|
|
}
|
|
{
|
|
// throw new ArgumentException(
|
|
// $"Interaction string cannot contain separator character '{InputBinding.Separator}'", nameof(interaction));
|
|
Il2CppChar L_7 = ((Il2CppChar)((int32_t)59));
|
|
RuntimeObject* L_8 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var)), &L_7);
|
|
String_t* L_9;
|
|
L_9 = String_Format_mA8DBB4C2516B9723C5A41E6CB1E2FAF4BBE96DD8(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7B270D6FCB70F674CAC652B0A324808733815D26)), L_8, NULL);
|
|
ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_10 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_10);
|
|
ArgumentException__ctor_m8F9D40CE19D19B698A70F9A258640EB52DB39B62(L_10, L_9, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral023DD7331D6D2552C2332AAE94DB1E66780AE095)), NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_10, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&BindingSyntax_WithInteraction_mCE7E9DC5A2927956F4A89F55FE5D0A083936042B_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_0052:
|
|
{
|
|
// return WithInteractions(interaction);
|
|
String_t* L_11 = ___0_interaction;
|
|
BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 L_12;
|
|
L_12 = BindingSyntax_WithInteractions_m34F4F4A3D3B93E4E4E335D80FEEB2287EFF0C220(__this, L_11, NULL);
|
|
return L_12;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 BindingSyntax_WithInteraction_mCE7E9DC5A2927956F4A89F55FE5D0A083936042B_AdjustorThunk (RuntimeObject* __this, String_t* ___0_interaction, const RuntimeMethod* method)
|
|
{
|
|
BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317*>(__this + _offset);
|
|
BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 _returnValue;
|
|
_returnValue = BindingSyntax_WithInteraction_mCE7E9DC5A2927956F4A89F55FE5D0A083936042B(_thisAdjusted, ___0_interaction, method);
|
|
return _returnValue;
|
|
}
|
|
// UnityEngine.InputSystem.InputActionSetupExtensions/BindingSyntax UnityEngine.InputSystem.InputActionSetupExtensions/BindingSyntax::WithInteractions(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 BindingSyntax_WithInteractions_m34F4F4A3D3B93E4E4E335D80FEEB2287EFF0C220 (BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317* __this, String_t* ___0_interactions, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral951CCB49640C8F9E81FB4E0D82730321F4E15BB3);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
String_t* V_0 = NULL;
|
|
{
|
|
// if (!valid)
|
|
bool L_0;
|
|
L_0 = BindingSyntax_get_valid_m233A0DBDBE0B5AAB4B078F8FD39B1C60EFB6040C(__this, NULL);
|
|
if (L_0)
|
|
{
|
|
goto IL_0013;
|
|
}
|
|
}
|
|
{
|
|
// throw new InvalidOperationException("Accessor is not valid");
|
|
InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_1 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_1);
|
|
InvalidOperationException__ctor_mE4CB6F4712AB6D99A2358FBAE2E052B3EE976162(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral3A38F099E8455AB689BE3047D74FAFF31510DF90)), NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&BindingSyntax_WithInteractions_m34F4F4A3D3B93E4E4E335D80FEEB2287EFF0C220_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_0013:
|
|
{
|
|
// if (string.IsNullOrEmpty(interactions))
|
|
String_t* L_2 = ___0_interactions;
|
|
bool L_3;
|
|
L_3 = String_IsNullOrEmpty_mEA9E3FB005AC28FE02E69FCF95A7B8456192B478(L_2, NULL);
|
|
if (!L_3)
|
|
{
|
|
goto IL_0022;
|
|
}
|
|
}
|
|
{
|
|
// return this;
|
|
BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 L_4 = (*(BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317*)__this);
|
|
return L_4;
|
|
}
|
|
|
|
IL_0022:
|
|
{
|
|
// var currentInteractions = m_ActionMap.m_Bindings[m_BindingIndexInMap].interactions;
|
|
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_5 = __this->___m_ActionMap_0;
|
|
NullCheck(L_5);
|
|
InputBindingU5BU5D_t7E47E87B9CAE12B6F6A0659008B425C58D84BB57* L_6 = L_5->___m_Bindings_4;
|
|
int32_t L_7 = __this->___m_BindingIndexInMap_2;
|
|
NullCheck(L_6);
|
|
String_t* L_8;
|
|
L_8 = InputBinding_get_interactions_m95979C848A67C2BBE77749BDBC747ED335297639_inline(((L_6)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_7))), NULL);
|
|
V_0 = L_8;
|
|
// if (!string.IsNullOrEmpty(currentInteractions))
|
|
String_t* L_9 = V_0;
|
|
bool L_10;
|
|
L_10 = String_IsNullOrEmpty_mEA9E3FB005AC28FE02E69FCF95A7B8456192B478(L_9, NULL);
|
|
if (L_10)
|
|
{
|
|
goto IL_0060;
|
|
}
|
|
}
|
|
{
|
|
// interactions = string.Join(InputBinding.kSeparatorString, currentInteractions, interactions);
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_11 = (StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)SZArrayNew(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var, (uint32_t)2);
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_12 = L_11;
|
|
String_t* L_13 = V_0;
|
|
NullCheck(L_12);
|
|
ArrayElementTypeCheck (L_12, L_13);
|
|
(L_12)->SetAt(static_cast<il2cpp_array_size_t>(0), (String_t*)L_13);
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_14 = L_12;
|
|
String_t* L_15 = ___0_interactions;
|
|
NullCheck(L_14);
|
|
ArrayElementTypeCheck (L_14, L_15);
|
|
(L_14)->SetAt(static_cast<il2cpp_array_size_t>(1), (String_t*)L_15);
|
|
String_t* L_16;
|
|
L_16 = String_Join_m557B6B554B87C1742FA0B128500073B421ED0BFD(_stringLiteral951CCB49640C8F9E81FB4E0D82730321F4E15BB3, L_14, NULL);
|
|
___0_interactions = L_16;
|
|
}
|
|
|
|
IL_0060:
|
|
{
|
|
// m_ActionMap.m_Bindings[m_BindingIndexInMap].interactions = interactions;
|
|
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_17 = __this->___m_ActionMap_0;
|
|
NullCheck(L_17);
|
|
InputBindingU5BU5D_t7E47E87B9CAE12B6F6A0659008B425C58D84BB57* L_18 = L_17->___m_Bindings_4;
|
|
int32_t L_19 = __this->___m_BindingIndexInMap_2;
|
|
NullCheck(L_18);
|
|
String_t* L_20 = ___0_interactions;
|
|
InputBinding_set_interactions_m7324708C33901B1CB6398ED7B752CEF827A44DD6_inline(((L_18)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_19))), L_20, NULL);
|
|
// m_ActionMap.OnBindingModified();
|
|
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_21 = __this->___m_ActionMap_0;
|
|
NullCheck(L_21);
|
|
InputActionMap_OnBindingModified_m5D83F89CFCDD65DDE6ACF1C887676F7F8C5707B2(L_21, NULL);
|
|
// return this;
|
|
BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 L_22 = (*(BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317*)__this);
|
|
return L_22;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 BindingSyntax_WithInteractions_m34F4F4A3D3B93E4E4E335D80FEEB2287EFF0C220_AdjustorThunk (RuntimeObject* __this, String_t* ___0_interactions, const RuntimeMethod* method)
|
|
{
|
|
BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317*>(__this + _offset);
|
|
BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 _returnValue;
|
|
_returnValue = BindingSyntax_WithInteractions_m34F4F4A3D3B93E4E4E335D80FEEB2287EFF0C220(_thisAdjusted, ___0_interactions, method);
|
|
return _returnValue;
|
|
}
|
|
// UnityEngine.InputSystem.InputActionSetupExtensions/BindingSyntax UnityEngine.InputSystem.InputActionSetupExtensions/BindingSyntax::WithProcessor(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 BindingSyntax_WithProcessor_m2FD9C1A3B16647C578EF8723249ABF6B45E7F9AC (BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317* __this, String_t* ___0_processor, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// if (!valid)
|
|
bool L_0;
|
|
L_0 = BindingSyntax_get_valid_m233A0DBDBE0B5AAB4B078F8FD39B1C60EFB6040C(__this, NULL);
|
|
if (L_0)
|
|
{
|
|
goto IL_0013;
|
|
}
|
|
}
|
|
{
|
|
// throw new InvalidOperationException("Accessor is not valid");
|
|
InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_1 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_1);
|
|
InvalidOperationException__ctor_mE4CB6F4712AB6D99A2358FBAE2E052B3EE976162(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral3A38F099E8455AB689BE3047D74FAFF31510DF90)), NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&BindingSyntax_WithProcessor_m2FD9C1A3B16647C578EF8723249ABF6B45E7F9AC_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_0013:
|
|
{
|
|
// if (string.IsNullOrEmpty(processor))
|
|
String_t* L_2 = ___0_processor;
|
|
bool L_3;
|
|
L_3 = String_IsNullOrEmpty_mEA9E3FB005AC28FE02E69FCF95A7B8456192B478(L_2, NULL);
|
|
if (!L_3)
|
|
{
|
|
goto IL_002b;
|
|
}
|
|
}
|
|
{
|
|
// throw new ArgumentException("Processor cannot be null or empty", nameof(processor));
|
|
ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_4 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_4);
|
|
ArgumentException__ctor_m8F9D40CE19D19B698A70F9A258640EB52DB39B62(L_4, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral47DFE361DAD7290FD45FE1FDCA1AEA46F3602510)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral6ECA399E538EA49F0F44550B6F83C20738623A9E)), NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&BindingSyntax_WithProcessor_m2FD9C1A3B16647C578EF8723249ABF6B45E7F9AC_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_002b:
|
|
{
|
|
// if (processor.IndexOf(InputBinding.Separator) != -1)
|
|
String_t* L_5 = ___0_processor;
|
|
NullCheck(L_5);
|
|
int32_t L_6;
|
|
L_6 = String_IndexOf_mE21E78F35EF4A7768E385A72814C88D22B689966(L_5, ((int32_t)59), NULL);
|
|
if ((((int32_t)L_6) == ((int32_t)(-1))))
|
|
{
|
|
goto IL_0052;
|
|
}
|
|
}
|
|
{
|
|
// throw new ArgumentException(
|
|
// $"Interaction string cannot contain separator character '{InputBinding.Separator}'", nameof(processor));
|
|
Il2CppChar L_7 = ((Il2CppChar)((int32_t)59));
|
|
RuntimeObject* L_8 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var)), &L_7);
|
|
String_t* L_9;
|
|
L_9 = String_Format_mA8DBB4C2516B9723C5A41E6CB1E2FAF4BBE96DD8(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7B270D6FCB70F674CAC652B0A324808733815D26)), L_8, NULL);
|
|
ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_10 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_10);
|
|
ArgumentException__ctor_m8F9D40CE19D19B698A70F9A258640EB52DB39B62(L_10, L_9, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral6ECA399E538EA49F0F44550B6F83C20738623A9E)), NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_10, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&BindingSyntax_WithProcessor_m2FD9C1A3B16647C578EF8723249ABF6B45E7F9AC_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_0052:
|
|
{
|
|
// return WithProcessors(processor);
|
|
String_t* L_11 = ___0_processor;
|
|
BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 L_12;
|
|
L_12 = BindingSyntax_WithProcessors_m1D1DFD638C569F15C7CB962A6C4333C7DFAE2C63(__this, L_11, NULL);
|
|
return L_12;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 BindingSyntax_WithProcessor_m2FD9C1A3B16647C578EF8723249ABF6B45E7F9AC_AdjustorThunk (RuntimeObject* __this, String_t* ___0_processor, const RuntimeMethod* method)
|
|
{
|
|
BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317*>(__this + _offset);
|
|
BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 _returnValue;
|
|
_returnValue = BindingSyntax_WithProcessor_m2FD9C1A3B16647C578EF8723249ABF6B45E7F9AC(_thisAdjusted, ___0_processor, method);
|
|
return _returnValue;
|
|
}
|
|
// UnityEngine.InputSystem.InputActionSetupExtensions/BindingSyntax UnityEngine.InputSystem.InputActionSetupExtensions/BindingSyntax::WithProcessors(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 BindingSyntax_WithProcessors_m1D1DFD638C569F15C7CB962A6C4333C7DFAE2C63 (BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317* __this, String_t* ___0_processors, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral951CCB49640C8F9E81FB4E0D82730321F4E15BB3);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
String_t* V_0 = NULL;
|
|
{
|
|
// if (!valid)
|
|
bool L_0;
|
|
L_0 = BindingSyntax_get_valid_m233A0DBDBE0B5AAB4B078F8FD39B1C60EFB6040C(__this, NULL);
|
|
if (L_0)
|
|
{
|
|
goto IL_0013;
|
|
}
|
|
}
|
|
{
|
|
// throw new InvalidOperationException("Accessor is not valid");
|
|
InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_1 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_1);
|
|
InvalidOperationException__ctor_mE4CB6F4712AB6D99A2358FBAE2E052B3EE976162(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral3A38F099E8455AB689BE3047D74FAFF31510DF90)), NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&BindingSyntax_WithProcessors_m1D1DFD638C569F15C7CB962A6C4333C7DFAE2C63_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_0013:
|
|
{
|
|
// if (string.IsNullOrEmpty(processors))
|
|
String_t* L_2 = ___0_processors;
|
|
bool L_3;
|
|
L_3 = String_IsNullOrEmpty_mEA9E3FB005AC28FE02E69FCF95A7B8456192B478(L_2, NULL);
|
|
if (!L_3)
|
|
{
|
|
goto IL_0022;
|
|
}
|
|
}
|
|
{
|
|
// return this;
|
|
BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 L_4 = (*(BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317*)__this);
|
|
return L_4;
|
|
}
|
|
|
|
IL_0022:
|
|
{
|
|
// var currentProcessors = m_ActionMap.m_Bindings[m_BindingIndexInMap].processors;
|
|
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_5 = __this->___m_ActionMap_0;
|
|
NullCheck(L_5);
|
|
InputBindingU5BU5D_t7E47E87B9CAE12B6F6A0659008B425C58D84BB57* L_6 = L_5->___m_Bindings_4;
|
|
int32_t L_7 = __this->___m_BindingIndexInMap_2;
|
|
NullCheck(L_6);
|
|
String_t* L_8;
|
|
L_8 = InputBinding_get_processors_m53E89CC8513B30038D71FEACD23B9D87C2CDB637_inline(((L_6)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_7))), NULL);
|
|
V_0 = L_8;
|
|
// if (!string.IsNullOrEmpty(currentProcessors))
|
|
String_t* L_9 = V_0;
|
|
bool L_10;
|
|
L_10 = String_IsNullOrEmpty_mEA9E3FB005AC28FE02E69FCF95A7B8456192B478(L_9, NULL);
|
|
if (L_10)
|
|
{
|
|
goto IL_0060;
|
|
}
|
|
}
|
|
{
|
|
// processors = string.Join(InputBinding.kSeparatorString, currentProcessors, processors);
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_11 = (StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)SZArrayNew(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var, (uint32_t)2);
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_12 = L_11;
|
|
String_t* L_13 = V_0;
|
|
NullCheck(L_12);
|
|
ArrayElementTypeCheck (L_12, L_13);
|
|
(L_12)->SetAt(static_cast<il2cpp_array_size_t>(0), (String_t*)L_13);
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_14 = L_12;
|
|
String_t* L_15 = ___0_processors;
|
|
NullCheck(L_14);
|
|
ArrayElementTypeCheck (L_14, L_15);
|
|
(L_14)->SetAt(static_cast<il2cpp_array_size_t>(1), (String_t*)L_15);
|
|
String_t* L_16;
|
|
L_16 = String_Join_m557B6B554B87C1742FA0B128500073B421ED0BFD(_stringLiteral951CCB49640C8F9E81FB4E0D82730321F4E15BB3, L_14, NULL);
|
|
___0_processors = L_16;
|
|
}
|
|
|
|
IL_0060:
|
|
{
|
|
// m_ActionMap.m_Bindings[m_BindingIndexInMap].processors = processors;
|
|
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_17 = __this->___m_ActionMap_0;
|
|
NullCheck(L_17);
|
|
InputBindingU5BU5D_t7E47E87B9CAE12B6F6A0659008B425C58D84BB57* L_18 = L_17->___m_Bindings_4;
|
|
int32_t L_19 = __this->___m_BindingIndexInMap_2;
|
|
NullCheck(L_18);
|
|
String_t* L_20 = ___0_processors;
|
|
InputBinding_set_processors_mC28DCE710EB5DDB4AC144FCE6C0E17843A8F2E0B_inline(((L_18)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_19))), L_20, NULL);
|
|
// m_ActionMap.OnBindingModified();
|
|
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_21 = __this->___m_ActionMap_0;
|
|
NullCheck(L_21);
|
|
InputActionMap_OnBindingModified_m5D83F89CFCDD65DDE6ACF1C887676F7F8C5707B2(L_21, NULL);
|
|
// return this;
|
|
BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 L_22 = (*(BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317*)__this);
|
|
return L_22;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 BindingSyntax_WithProcessors_m1D1DFD638C569F15C7CB962A6C4333C7DFAE2C63_AdjustorThunk (RuntimeObject* __this, String_t* ___0_processors, const RuntimeMethod* method)
|
|
{
|
|
BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317*>(__this + _offset);
|
|
BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 _returnValue;
|
|
_returnValue = BindingSyntax_WithProcessors_m1D1DFD638C569F15C7CB962A6C4333C7DFAE2C63(_thisAdjusted, ___0_processors, method);
|
|
return _returnValue;
|
|
}
|
|
// UnityEngine.InputSystem.InputActionSetupExtensions/BindingSyntax UnityEngine.InputSystem.InputActionSetupExtensions/BindingSyntax::Triggering(UnityEngine.InputSystem.InputAction)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 BindingSyntax_Triggering_m2090ECD5152B7EBE45A5B720A386C9E50E80EFD9 (BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317* __this, InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* ___0_action, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// if (!valid)
|
|
bool L_0;
|
|
L_0 = BindingSyntax_get_valid_m233A0DBDBE0B5AAB4B078F8FD39B1C60EFB6040C(__this, NULL);
|
|
if (L_0)
|
|
{
|
|
goto IL_0013;
|
|
}
|
|
}
|
|
{
|
|
// throw new InvalidOperationException("Accessor is not valid");
|
|
InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_1 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_1);
|
|
InvalidOperationException__ctor_mE4CB6F4712AB6D99A2358FBAE2E052B3EE976162(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral3A38F099E8455AB689BE3047D74FAFF31510DF90)), NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&BindingSyntax_Triggering_m2090ECD5152B7EBE45A5B720A386C9E50E80EFD9_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_0013:
|
|
{
|
|
// if (action == null)
|
|
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_2 = ___0_action;
|
|
if (L_2)
|
|
{
|
|
goto IL_0021;
|
|
}
|
|
}
|
|
{
|
|
// throw new ArgumentNullException(nameof(action));
|
|
ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_3 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_3);
|
|
ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_3, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF9010398F7F524C05AB19445BDCE02E617A3E267)), NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&BindingSyntax_Triggering_m2090ECD5152B7EBE45A5B720A386C9E50E80EFD9_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_0021:
|
|
{
|
|
// if (action.isSingletonAction)
|
|
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_4 = ___0_action;
|
|
NullCheck(L_4);
|
|
bool L_5;
|
|
L_5 = InputAction_get_isSingletonAction_m064CF3435995753C3C7C5675BE6F4FBC904E9EC6(L_4, NULL);
|
|
if (!L_5)
|
|
{
|
|
goto IL_003f;
|
|
}
|
|
}
|
|
{
|
|
// throw new ArgumentException(
|
|
// $"Cannot change the action a binding triggers on singleton action '{action}'", nameof(action));
|
|
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_6 = ___0_action;
|
|
String_t* L_7;
|
|
L_7 = String_Format_mA8DBB4C2516B9723C5A41E6CB1E2FAF4BBE96DD8(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE2CFE3035BF06BF7663FBEA36B1CCD690EC0FACB)), L_6, NULL);
|
|
ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_8 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_8);
|
|
ArgumentException__ctor_m8F9D40CE19D19B698A70F9A258640EB52DB39B62(L_8, L_7, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF9010398F7F524C05AB19445BDCE02E617A3E267)), NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&BindingSyntax_Triggering_m2090ECD5152B7EBE45A5B720A386C9E50E80EFD9_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_003f:
|
|
{
|
|
// m_ActionMap.m_Bindings[m_BindingIndexInMap].action = action.name;
|
|
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_9 = __this->___m_ActionMap_0;
|
|
NullCheck(L_9);
|
|
InputBindingU5BU5D_t7E47E87B9CAE12B6F6A0659008B425C58D84BB57* L_10 = L_9->___m_Bindings_4;
|
|
int32_t L_11 = __this->___m_BindingIndexInMap_2;
|
|
NullCheck(L_10);
|
|
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_12 = ___0_action;
|
|
NullCheck(L_12);
|
|
String_t* L_13;
|
|
L_13 = InputAction_get_name_m1F0AADC84A46CBF2EEE3AEACB760189F68D50938_inline(L_12, NULL);
|
|
InputBinding_set_action_mBFC24A1E7B97CE6A90E3EBD80B886F5D83BEE376_inline(((L_10)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_11))), L_13, NULL);
|
|
// m_ActionMap.OnBindingModified();
|
|
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_14 = __this->___m_ActionMap_0;
|
|
NullCheck(L_14);
|
|
InputActionMap_OnBindingModified_m5D83F89CFCDD65DDE6ACF1C887676F7F8C5707B2(L_14, NULL);
|
|
// return this;
|
|
BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 L_15 = (*(BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317*)__this);
|
|
return L_15;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 BindingSyntax_Triggering_m2090ECD5152B7EBE45A5B720A386C9E50E80EFD9_AdjustorThunk (RuntimeObject* __this, InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* ___0_action, const RuntimeMethod* method)
|
|
{
|
|
BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317*>(__this + _offset);
|
|
BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 _returnValue;
|
|
_returnValue = BindingSyntax_Triggering_m2090ECD5152B7EBE45A5B720A386C9E50E80EFD9(_thisAdjusted, ___0_action, method);
|
|
return _returnValue;
|
|
}
|
|
// UnityEngine.InputSystem.InputActionSetupExtensions/BindingSyntax UnityEngine.InputSystem.InputActionSetupExtensions/BindingSyntax::To(UnityEngine.InputSystem.InputBinding)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 BindingSyntax_To_m64599928AD6EFC50EE791D4F04811CB55C2E8841 (BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317* __this, InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 ___0_binding, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// if (!valid)
|
|
bool L_0;
|
|
L_0 = BindingSyntax_get_valid_m233A0DBDBE0B5AAB4B078F8FD39B1C60EFB6040C(__this, NULL);
|
|
if (L_0)
|
|
{
|
|
goto IL_0013;
|
|
}
|
|
}
|
|
{
|
|
// throw new InvalidOperationException("Accessor is not valid");
|
|
InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_1 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_1);
|
|
InvalidOperationException__ctor_mE4CB6F4712AB6D99A2358FBAE2E052B3EE976162(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral3A38F099E8455AB689BE3047D74FAFF31510DF90)), NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&BindingSyntax_To_m64599928AD6EFC50EE791D4F04811CB55C2E8841_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_0013:
|
|
{
|
|
// m_ActionMap.m_Bindings[m_BindingIndexInMap] = binding;
|
|
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_2 = __this->___m_ActionMap_0;
|
|
NullCheck(L_2);
|
|
InputBindingU5BU5D_t7E47E87B9CAE12B6F6A0659008B425C58D84BB57* L_3 = L_2->___m_Bindings_4;
|
|
int32_t L_4 = __this->___m_BindingIndexInMap_2;
|
|
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 L_5 = ___0_binding;
|
|
NullCheck(L_3);
|
|
(L_3)->SetAt(static_cast<il2cpp_array_size_t>(L_4), (InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5)L_5);
|
|
// if (m_ActionMap.m_SingletonAction != null)
|
|
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_6 = __this->___m_ActionMap_0;
|
|
NullCheck(L_6);
|
|
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_7 = L_6->___m_SingletonAction_8;
|
|
if (!L_7)
|
|
{
|
|
goto IL_0062;
|
|
}
|
|
}
|
|
{
|
|
// m_ActionMap.m_Bindings[m_BindingIndexInMap].action = m_ActionMap.m_SingletonAction.name;
|
|
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_8 = __this->___m_ActionMap_0;
|
|
NullCheck(L_8);
|
|
InputBindingU5BU5D_t7E47E87B9CAE12B6F6A0659008B425C58D84BB57* L_9 = L_8->___m_Bindings_4;
|
|
int32_t L_10 = __this->___m_BindingIndexInMap_2;
|
|
NullCheck(L_9);
|
|
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_11 = __this->___m_ActionMap_0;
|
|
NullCheck(L_11);
|
|
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_12 = L_11->___m_SingletonAction_8;
|
|
NullCheck(L_12);
|
|
String_t* L_13;
|
|
L_13 = InputAction_get_name_m1F0AADC84A46CBF2EEE3AEACB760189F68D50938_inline(L_12, NULL);
|
|
InputBinding_set_action_mBFC24A1E7B97CE6A90E3EBD80B886F5D83BEE376_inline(((L_9)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_10))), L_13, NULL);
|
|
}
|
|
|
|
IL_0062:
|
|
{
|
|
// m_ActionMap.OnBindingModified();
|
|
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_14 = __this->___m_ActionMap_0;
|
|
NullCheck(L_14);
|
|
InputActionMap_OnBindingModified_m5D83F89CFCDD65DDE6ACF1C887676F7F8C5707B2(L_14, NULL);
|
|
// return this;
|
|
BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 L_15 = (*(BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317*)__this);
|
|
return L_15;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 BindingSyntax_To_m64599928AD6EFC50EE791D4F04811CB55C2E8841_AdjustorThunk (RuntimeObject* __this, InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 ___0_binding, const RuntimeMethod* method)
|
|
{
|
|
BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317*>(__this + _offset);
|
|
BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 _returnValue;
|
|
_returnValue = BindingSyntax_To_m64599928AD6EFC50EE791D4F04811CB55C2E8841(_thisAdjusted, ___0_binding, method);
|
|
return _returnValue;
|
|
}
|
|
// UnityEngine.InputSystem.InputActionSetupExtensions/BindingSyntax UnityEngine.InputSystem.InputActionSetupExtensions/BindingSyntax::NextBinding()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 BindingSyntax_NextBinding_mC8BBB78A42B0ECCDDED9B2681F82346C94826D6B (BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// return Iterate(true);
|
|
BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 L_0;
|
|
L_0 = BindingSyntax_Iterate_m600D48CD0D12454B5E91A45AA3409C2DA6D916A2(__this, (bool)1, NULL);
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 BindingSyntax_NextBinding_mC8BBB78A42B0ECCDDED9B2681F82346C94826D6B_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317*>(__this + _offset);
|
|
BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 _returnValue;
|
|
_returnValue = BindingSyntax_NextBinding_mC8BBB78A42B0ECCDDED9B2681F82346C94826D6B(_thisAdjusted, method);
|
|
return _returnValue;
|
|
}
|
|
// UnityEngine.InputSystem.InputActionSetupExtensions/BindingSyntax UnityEngine.InputSystem.InputActionSetupExtensions/BindingSyntax::PreviousBinding()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 BindingSyntax_PreviousBinding_mB4CE3F2F2273053E2EF9AFCBBC14BF9536034B15 (BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// return Iterate(false);
|
|
BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 L_0;
|
|
L_0 = BindingSyntax_Iterate_m600D48CD0D12454B5E91A45AA3409C2DA6D916A2(__this, (bool)0, NULL);
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 BindingSyntax_PreviousBinding_mB4CE3F2F2273053E2EF9AFCBBC14BF9536034B15_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317*>(__this + _offset);
|
|
BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 _returnValue;
|
|
_returnValue = BindingSyntax_PreviousBinding_mB4CE3F2F2273053E2EF9AFCBBC14BF9536034B15(_thisAdjusted, method);
|
|
return _returnValue;
|
|
}
|
|
// UnityEngine.InputSystem.InputActionSetupExtensions/BindingSyntax UnityEngine.InputSystem.InputActionSetupExtensions/BindingSyntax::NextPartBinding(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 BindingSyntax_NextPartBinding_m383BB56F7A338D34AD3ADFB3C7024EB8B0BEBFF4 (BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317* __this, String_t* ___0_partName, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// if (string.IsNullOrEmpty(partName))
|
|
String_t* L_0 = ___0_partName;
|
|
bool L_1;
|
|
L_1 = String_IsNullOrEmpty_mEA9E3FB005AC28FE02E69FCF95A7B8456192B478(L_0, NULL);
|
|
if (!L_1)
|
|
{
|
|
goto IL_0013;
|
|
}
|
|
}
|
|
{
|
|
// throw new ArgumentNullException(nameof(partName));
|
|
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*)&_stringLiteral980CBB093018591456B69178E83F653F14CCBC30)), NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&BindingSyntax_NextPartBinding_m383BB56F7A338D34AD3ADFB3C7024EB8B0BEBFF4_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_0013:
|
|
{
|
|
// return IteratePartBinding(true, partName);
|
|
String_t* L_3 = ___0_partName;
|
|
BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 L_4;
|
|
L_4 = BindingSyntax_IteratePartBinding_m4D4F4D4CDD4F843AA797F746F45E726330DDBCB4(__this, (bool)1, L_3, NULL);
|
|
return L_4;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 BindingSyntax_NextPartBinding_m383BB56F7A338D34AD3ADFB3C7024EB8B0BEBFF4_AdjustorThunk (RuntimeObject* __this, String_t* ___0_partName, const RuntimeMethod* method)
|
|
{
|
|
BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317*>(__this + _offset);
|
|
BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 _returnValue;
|
|
_returnValue = BindingSyntax_NextPartBinding_m383BB56F7A338D34AD3ADFB3C7024EB8B0BEBFF4(_thisAdjusted, ___0_partName, method);
|
|
return _returnValue;
|
|
}
|
|
// UnityEngine.InputSystem.InputActionSetupExtensions/BindingSyntax UnityEngine.InputSystem.InputActionSetupExtensions/BindingSyntax::PreviousPartBinding(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 BindingSyntax_PreviousPartBinding_m239009D6C3524F84E74C4102E5C1E0F527D3810E (BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317* __this, String_t* ___0_partName, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// if (string.IsNullOrEmpty(partName))
|
|
String_t* L_0 = ___0_partName;
|
|
bool L_1;
|
|
L_1 = String_IsNullOrEmpty_mEA9E3FB005AC28FE02E69FCF95A7B8456192B478(L_0, NULL);
|
|
if (!L_1)
|
|
{
|
|
goto IL_0013;
|
|
}
|
|
}
|
|
{
|
|
// throw new ArgumentNullException(nameof(partName));
|
|
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*)&_stringLiteral980CBB093018591456B69178E83F653F14CCBC30)), NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&BindingSyntax_PreviousPartBinding_m239009D6C3524F84E74C4102E5C1E0F527D3810E_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_0013:
|
|
{
|
|
// return IteratePartBinding(false, partName);
|
|
String_t* L_3 = ___0_partName;
|
|
BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 L_4;
|
|
L_4 = BindingSyntax_IteratePartBinding_m4D4F4D4CDD4F843AA797F746F45E726330DDBCB4(__this, (bool)0, L_3, NULL);
|
|
return L_4;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 BindingSyntax_PreviousPartBinding_m239009D6C3524F84E74C4102E5C1E0F527D3810E_AdjustorThunk (RuntimeObject* __this, String_t* ___0_partName, const RuntimeMethod* method)
|
|
{
|
|
BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317*>(__this + _offset);
|
|
BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 _returnValue;
|
|
_returnValue = BindingSyntax_PreviousPartBinding_m239009D6C3524F84E74C4102E5C1E0F527D3810E(_thisAdjusted, ___0_partName, method);
|
|
return _returnValue;
|
|
}
|
|
// UnityEngine.InputSystem.InputActionSetupExtensions/BindingSyntax UnityEngine.InputSystem.InputActionSetupExtensions/BindingSyntax::NextCompositeBinding(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 BindingSyntax_NextCompositeBinding_mD2DD237EA1E174E559F8B19CC6369453F2B2759B (BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317* __this, String_t* ___0_compositeName, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// return IterateCompositeBinding(true, compositeName);
|
|
String_t* L_0 = ___0_compositeName;
|
|
BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 L_1;
|
|
L_1 = BindingSyntax_IterateCompositeBinding_m56409867E5F9D430DD2E56BDB50DC2DD28ECBEAE(__this, (bool)1, L_0, NULL);
|
|
return L_1;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 BindingSyntax_NextCompositeBinding_mD2DD237EA1E174E559F8B19CC6369453F2B2759B_AdjustorThunk (RuntimeObject* __this, String_t* ___0_compositeName, const RuntimeMethod* method)
|
|
{
|
|
BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317*>(__this + _offset);
|
|
BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 _returnValue;
|
|
_returnValue = BindingSyntax_NextCompositeBinding_mD2DD237EA1E174E559F8B19CC6369453F2B2759B(_thisAdjusted, ___0_compositeName, method);
|
|
return _returnValue;
|
|
}
|
|
// UnityEngine.InputSystem.InputActionSetupExtensions/BindingSyntax UnityEngine.InputSystem.InputActionSetupExtensions/BindingSyntax::PreviousCompositeBinding(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 BindingSyntax_PreviousCompositeBinding_mA751DAE5DF06B7043E14B008F950AF5A5DBB2BEE (BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317* __this, String_t* ___0_compositeName, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// return IterateCompositeBinding(false, compositeName);
|
|
String_t* L_0 = ___0_compositeName;
|
|
BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 L_1;
|
|
L_1 = BindingSyntax_IterateCompositeBinding_m56409867E5F9D430DD2E56BDB50DC2DD28ECBEAE(__this, (bool)0, L_0, NULL);
|
|
return L_1;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 BindingSyntax_PreviousCompositeBinding_mA751DAE5DF06B7043E14B008F950AF5A5DBB2BEE_AdjustorThunk (RuntimeObject* __this, String_t* ___0_compositeName, const RuntimeMethod* method)
|
|
{
|
|
BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317*>(__this + _offset);
|
|
BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 _returnValue;
|
|
_returnValue = BindingSyntax_PreviousCompositeBinding_mA751DAE5DF06B7043E14B008F950AF5A5DBB2BEE(_thisAdjusted, ___0_compositeName, method);
|
|
return _returnValue;
|
|
}
|
|
// UnityEngine.InputSystem.InputActionSetupExtensions/BindingSyntax UnityEngine.InputSystem.InputActionSetupExtensions/BindingSyntax::Iterate(System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 BindingSyntax_Iterate_m600D48CD0D12454B5E91A45AA3409C2DA6D916A2 (BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317* __this, bool ___0_next, const RuntimeMethod* method)
|
|
{
|
|
InputBindingU5BU5D_t7E47E87B9CAE12B6F6A0659008B425C58D84BB57* V_0 = NULL;
|
|
int32_t V_1 = 0;
|
|
BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
int32_t G_B7_0 = 0;
|
|
int32_t G_B6_0 = 0;
|
|
int32_t G_B8_0 = 0;
|
|
int32_t G_B8_1 = 0;
|
|
{
|
|
// if (m_ActionMap == null)
|
|
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_0 = __this->___m_ActionMap_0;
|
|
if (L_0)
|
|
{
|
|
goto IL_0012;
|
|
}
|
|
}
|
|
{
|
|
// return default;
|
|
il2cpp_codegen_initobj((&V_2), sizeof(BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317));
|
|
BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 L_1 = V_2;
|
|
return L_1;
|
|
}
|
|
|
|
IL_0012:
|
|
{
|
|
// var bindings = m_ActionMap.m_Bindings;
|
|
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_2 = __this->___m_ActionMap_0;
|
|
NullCheck(L_2);
|
|
InputBindingU5BU5D_t7E47E87B9CAE12B6F6A0659008B425C58D84BB57* L_3 = L_2->___m_Bindings_4;
|
|
V_0 = L_3;
|
|
// if (bindings == null)
|
|
InputBindingU5BU5D_t7E47E87B9CAE12B6F6A0659008B425C58D84BB57* L_4 = V_0;
|
|
if (L_4)
|
|
{
|
|
goto IL_002b;
|
|
}
|
|
}
|
|
{
|
|
// return default;
|
|
il2cpp_codegen_initobj((&V_2), sizeof(BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317));
|
|
BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 L_5 = V_2;
|
|
return L_5;
|
|
}
|
|
|
|
IL_002b:
|
|
{
|
|
// var index = m_BindingIndexInMap;
|
|
int32_t L_6 = __this->___m_BindingIndexInMap_2;
|
|
V_1 = L_6;
|
|
}
|
|
|
|
IL_0032:
|
|
{
|
|
// index += next ? 1 : -1;
|
|
int32_t L_7 = V_1;
|
|
bool L_8 = ___0_next;
|
|
G_B6_0 = L_7;
|
|
if (L_8)
|
|
{
|
|
G_B7_0 = L_7;
|
|
goto IL_0039;
|
|
}
|
|
}
|
|
{
|
|
G_B8_0 = (-1);
|
|
G_B8_1 = G_B6_0;
|
|
goto IL_003a;
|
|
}
|
|
|
|
IL_0039:
|
|
{
|
|
G_B8_0 = 1;
|
|
G_B8_1 = G_B7_0;
|
|
}
|
|
|
|
IL_003a:
|
|
{
|
|
V_1 = ((int32_t)il2cpp_codegen_add(G_B8_1, G_B8_0));
|
|
// if (index < 0 || index >= bindings.Length)
|
|
int32_t L_9 = V_1;
|
|
if ((((int32_t)L_9) < ((int32_t)0)))
|
|
{
|
|
goto IL_0046;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_10 = V_1;
|
|
InputBindingU5BU5D_t7E47E87B9CAE12B6F6A0659008B425C58D84BB57* L_11 = V_0;
|
|
NullCheck(L_11);
|
|
if ((((int32_t)L_10) < ((int32_t)((int32_t)(((RuntimeArray*)L_11)->max_length)))))
|
|
{
|
|
goto IL_0050;
|
|
}
|
|
}
|
|
|
|
IL_0046:
|
|
{
|
|
// return default;
|
|
il2cpp_codegen_initobj((&V_2), sizeof(BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317));
|
|
BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 L_12 = V_2;
|
|
return L_12;
|
|
}
|
|
|
|
IL_0050:
|
|
{
|
|
// if (m_Action == null || bindings[index].TriggersAction(m_Action))
|
|
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_13 = __this->___m_Action_1;
|
|
if (!L_13)
|
|
{
|
|
goto IL_006c;
|
|
}
|
|
}
|
|
{
|
|
InputBindingU5BU5D_t7E47E87B9CAE12B6F6A0659008B425C58D84BB57* L_14 = V_0;
|
|
int32_t L_15 = V_1;
|
|
NullCheck(L_14);
|
|
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_16 = __this->___m_Action_1;
|
|
bool L_17;
|
|
L_17 = InputBinding_TriggersAction_mD94DC2CB394C8AAC23FE57729C7628E2B64593F8(((L_14)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_15))), L_16, NULL);
|
|
if (!L_17)
|
|
{
|
|
goto IL_0032;
|
|
}
|
|
}
|
|
|
|
IL_006c:
|
|
{
|
|
// return new BindingSyntax(m_ActionMap, index, m_Action);
|
|
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_18 = __this->___m_ActionMap_0;
|
|
int32_t L_19 = V_1;
|
|
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_20 = __this->___m_Action_1;
|
|
BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 L_21;
|
|
memset((&L_21), 0, sizeof(L_21));
|
|
BindingSyntax__ctor_mC1F4AFD3294F170D71F474F895D4789F29875682((&L_21), L_18, L_19, L_20, /*hidden argument*/NULL);
|
|
return L_21;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 BindingSyntax_Iterate_m600D48CD0D12454B5E91A45AA3409C2DA6D916A2_AdjustorThunk (RuntimeObject* __this, bool ___0_next, const RuntimeMethod* method)
|
|
{
|
|
BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317*>(__this + _offset);
|
|
BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 _returnValue;
|
|
_returnValue = BindingSyntax_Iterate_m600D48CD0D12454B5E91A45AA3409C2DA6D916A2(_thisAdjusted, ___0_next, method);
|
|
return _returnValue;
|
|
}
|
|
// UnityEngine.InputSystem.InputActionSetupExtensions/BindingSyntax UnityEngine.InputSystem.InputActionSetupExtensions/BindingSyntax::IterateCompositeBinding(System.Boolean,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 BindingSyntax_IterateCompositeBinding_m56409867E5F9D430DD2E56BDB50DC2DD28ECBEAE (BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317* __this, bool ___0_next, String_t* ___1_compositeName, const RuntimeMethod* method)
|
|
{
|
|
BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
String_t* V_1 = NULL;
|
|
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 V_3;
|
|
memset((&V_3), 0, sizeof(V_3));
|
|
{
|
|
// for (var accessor = Iterate(next); accessor.valid; accessor = accessor.Iterate(next))
|
|
bool L_0 = ___0_next;
|
|
BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 L_1;
|
|
L_1 = BindingSyntax_Iterate_m600D48CD0D12454B5E91A45AA3409C2DA6D916A2(__this, L_0, NULL);
|
|
V_0 = L_1;
|
|
goto IL_0064;
|
|
}
|
|
|
|
IL_000a:
|
|
{
|
|
// if (!accessor.binding.isComposite)
|
|
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 L_2;
|
|
L_2 = BindingSyntax_get_binding_mD523829C7E70FD21D7FE3F44C365FD2E5378BDC6((&V_0), NULL);
|
|
V_2 = L_2;
|
|
bool L_3;
|
|
L_3 = InputBinding_get_isComposite_mC921167E3321A149A7BD32E545460BAFA840217A((&V_2), NULL);
|
|
if (!L_3)
|
|
{
|
|
goto IL_005b;
|
|
}
|
|
}
|
|
{
|
|
// if (compositeName == null)
|
|
String_t* L_4 = ___1_compositeName;
|
|
if (L_4)
|
|
{
|
|
goto IL_0020;
|
|
}
|
|
}
|
|
{
|
|
// return accessor;
|
|
BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 L_5 = V_0;
|
|
return L_5;
|
|
}
|
|
|
|
IL_0020:
|
|
{
|
|
// if (compositeName.Equals(accessor.binding.name, StringComparison.InvariantCultureIgnoreCase))
|
|
String_t* L_6 = ___1_compositeName;
|
|
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 L_7;
|
|
L_7 = BindingSyntax_get_binding_mD523829C7E70FD21D7FE3F44C365FD2E5378BDC6((&V_0), NULL);
|
|
V_2 = L_7;
|
|
String_t* L_8;
|
|
L_8 = InputBinding_get_name_mA8D3C357E272E1C140226BDB8ABEE6FCA8693705_inline((&V_2), NULL);
|
|
NullCheck(L_6);
|
|
bool L_9;
|
|
L_9 = String_Equals_m7BDFC0B951005B9DC2BAED464AFE68FF7E9ACE5A(L_6, L_8, 3, NULL);
|
|
if (!L_9)
|
|
{
|
|
goto IL_003a;
|
|
}
|
|
}
|
|
{
|
|
// return accessor;
|
|
BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 L_10 = V_0;
|
|
return L_10;
|
|
}
|
|
|
|
IL_003a:
|
|
{
|
|
// var name = NameAndParameters.ParseName(accessor.binding.path);
|
|
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 L_11;
|
|
L_11 = BindingSyntax_get_binding_mD523829C7E70FD21D7FE3F44C365FD2E5378BDC6((&V_0), NULL);
|
|
V_2 = L_11;
|
|
String_t* L_12;
|
|
L_12 = InputBinding_get_path_m7572AB04038339C47BF0C62A3B07BFA6CB8A33B5_inline((&V_2), NULL);
|
|
String_t* L_13;
|
|
L_13 = NameAndParameters_ParseName_m0D1CA5ADD50166A4895728F245A2AEE6B8F812C3(L_12, NULL);
|
|
V_1 = L_13;
|
|
// if (compositeName.Equals(name, StringComparison.InvariantCultureIgnoreCase))
|
|
String_t* L_14 = ___1_compositeName;
|
|
String_t* L_15 = V_1;
|
|
NullCheck(L_14);
|
|
bool L_16;
|
|
L_16 = String_Equals_m7BDFC0B951005B9DC2BAED464AFE68FF7E9ACE5A(L_14, L_15, 3, NULL);
|
|
if (!L_16)
|
|
{
|
|
goto IL_005b;
|
|
}
|
|
}
|
|
{
|
|
// return accessor;
|
|
BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 L_17 = V_0;
|
|
return L_17;
|
|
}
|
|
|
|
IL_005b:
|
|
{
|
|
// for (var accessor = Iterate(next); accessor.valid; accessor = accessor.Iterate(next))
|
|
bool L_18 = ___0_next;
|
|
BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 L_19;
|
|
L_19 = BindingSyntax_Iterate_m600D48CD0D12454B5E91A45AA3409C2DA6D916A2((&V_0), L_18, NULL);
|
|
V_0 = L_19;
|
|
}
|
|
|
|
IL_0064:
|
|
{
|
|
// for (var accessor = Iterate(next); accessor.valid; accessor = accessor.Iterate(next))
|
|
bool L_20;
|
|
L_20 = BindingSyntax_get_valid_m233A0DBDBE0B5AAB4B078F8FD39B1C60EFB6040C((&V_0), NULL);
|
|
if (L_20)
|
|
{
|
|
goto IL_000a;
|
|
}
|
|
}
|
|
{
|
|
// return default;
|
|
il2cpp_codegen_initobj((&V_3), sizeof(BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317));
|
|
BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 L_21 = V_3;
|
|
return L_21;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 BindingSyntax_IterateCompositeBinding_m56409867E5F9D430DD2E56BDB50DC2DD28ECBEAE_AdjustorThunk (RuntimeObject* __this, bool ___0_next, String_t* ___1_compositeName, const RuntimeMethod* method)
|
|
{
|
|
BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317*>(__this + _offset);
|
|
BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 _returnValue;
|
|
_returnValue = BindingSyntax_IterateCompositeBinding_m56409867E5F9D430DD2E56BDB50DC2DD28ECBEAE(_thisAdjusted, ___0_next, ___1_compositeName, method);
|
|
return _returnValue;
|
|
}
|
|
// UnityEngine.InputSystem.InputActionSetupExtensions/BindingSyntax UnityEngine.InputSystem.InputActionSetupExtensions/BindingSyntax::IteratePartBinding(System.Boolean,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 BindingSyntax_IteratePartBinding_m4D4F4D4CDD4F843AA797F746F45E726330DDBCB4 (BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317* __this, bool ___0_next, String_t* ___1_partName, const RuntimeMethod* method)
|
|
{
|
|
BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
{
|
|
// if (!valid)
|
|
bool L_0;
|
|
L_0 = BindingSyntax_get_valid_m233A0DBDBE0B5AAB4B078F8FD39B1C60EFB6040C(__this, NULL);
|
|
if (L_0)
|
|
{
|
|
goto IL_0012;
|
|
}
|
|
}
|
|
{
|
|
// return default;
|
|
il2cpp_codegen_initobj((&V_0), sizeof(BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317));
|
|
BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 L_1 = V_0;
|
|
return L_1;
|
|
}
|
|
|
|
IL_0012:
|
|
{
|
|
// if (binding.isComposite)
|
|
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 L_2;
|
|
L_2 = BindingSyntax_get_binding_mD523829C7E70FD21D7FE3F44C365FD2E5378BDC6(__this, NULL);
|
|
V_1 = L_2;
|
|
bool L_3;
|
|
L_3 = InputBinding_get_isComposite_mC921167E3321A149A7BD32E545460BAFA840217A((&V_1), NULL);
|
|
if (!L_3)
|
|
{
|
|
goto IL_002f;
|
|
}
|
|
}
|
|
{
|
|
// if (!next)
|
|
bool L_4 = ___0_next;
|
|
if (L_4)
|
|
{
|
|
goto IL_0049;
|
|
}
|
|
}
|
|
{
|
|
// return default;
|
|
il2cpp_codegen_initobj((&V_0), sizeof(BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317));
|
|
BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 L_5 = V_0;
|
|
return L_5;
|
|
}
|
|
|
|
IL_002f:
|
|
{
|
|
// else if (!binding.isPartOfComposite)
|
|
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 L_6;
|
|
L_6 = BindingSyntax_get_binding_mD523829C7E70FD21D7FE3F44C365FD2E5378BDC6(__this, NULL);
|
|
V_1 = L_6;
|
|
bool L_7;
|
|
L_7 = InputBinding_get_isPartOfComposite_mD3D9F71341741A95B2DAEB202209B4AA0D692498((&V_1), NULL);
|
|
if (L_7)
|
|
{
|
|
goto IL_0049;
|
|
}
|
|
}
|
|
{
|
|
// return default;
|
|
il2cpp_codegen_initobj((&V_0), sizeof(BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317));
|
|
BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 L_8 = V_0;
|
|
return L_8;
|
|
}
|
|
|
|
IL_0049:
|
|
{
|
|
// for (var accessor = Iterate(next); accessor.valid; accessor = accessor.Iterate(next))
|
|
bool L_9 = ___0_next;
|
|
BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 L_10;
|
|
L_10 = BindingSyntax_Iterate_m600D48CD0D12454B5E91A45AA3409C2DA6D916A2(__this, L_9, NULL);
|
|
V_2 = L_10;
|
|
goto IL_0091;
|
|
}
|
|
|
|
IL_0053:
|
|
{
|
|
// if (!accessor.binding.isPartOfComposite)
|
|
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 L_11;
|
|
L_11 = BindingSyntax_get_binding_mD523829C7E70FD21D7FE3F44C365FD2E5378BDC6((&V_2), NULL);
|
|
V_1 = L_11;
|
|
bool L_12;
|
|
L_12 = InputBinding_get_isPartOfComposite_mD3D9F71341741A95B2DAEB202209B4AA0D692498((&V_1), NULL);
|
|
if (L_12)
|
|
{
|
|
goto IL_006e;
|
|
}
|
|
}
|
|
{
|
|
// return default;
|
|
il2cpp_codegen_initobj((&V_0), sizeof(BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317));
|
|
BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 L_13 = V_0;
|
|
return L_13;
|
|
}
|
|
|
|
IL_006e:
|
|
{
|
|
// if (partName.Equals(accessor.binding.name, StringComparison.InvariantCultureIgnoreCase))
|
|
String_t* L_14 = ___1_partName;
|
|
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 L_15;
|
|
L_15 = BindingSyntax_get_binding_mD523829C7E70FD21D7FE3F44C365FD2E5378BDC6((&V_2), NULL);
|
|
V_1 = L_15;
|
|
String_t* L_16;
|
|
L_16 = InputBinding_get_name_mA8D3C357E272E1C140226BDB8ABEE6FCA8693705_inline((&V_1), NULL);
|
|
NullCheck(L_14);
|
|
bool L_17;
|
|
L_17 = String_Equals_m7BDFC0B951005B9DC2BAED464AFE68FF7E9ACE5A(L_14, L_16, 3, NULL);
|
|
if (!L_17)
|
|
{
|
|
goto IL_0088;
|
|
}
|
|
}
|
|
{
|
|
// return accessor;
|
|
BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 L_18 = V_2;
|
|
return L_18;
|
|
}
|
|
|
|
IL_0088:
|
|
{
|
|
// for (var accessor = Iterate(next); accessor.valid; accessor = accessor.Iterate(next))
|
|
bool L_19 = ___0_next;
|
|
BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 L_20;
|
|
L_20 = BindingSyntax_Iterate_m600D48CD0D12454B5E91A45AA3409C2DA6D916A2((&V_2), L_19, NULL);
|
|
V_2 = L_20;
|
|
}
|
|
|
|
IL_0091:
|
|
{
|
|
// for (var accessor = Iterate(next); accessor.valid; accessor = accessor.Iterate(next))
|
|
bool L_21;
|
|
L_21 = BindingSyntax_get_valid_m233A0DBDBE0B5AAB4B078F8FD39B1C60EFB6040C((&V_2), NULL);
|
|
if (L_21)
|
|
{
|
|
goto IL_0053;
|
|
}
|
|
}
|
|
{
|
|
// return default;
|
|
il2cpp_codegen_initobj((&V_0), sizeof(BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317));
|
|
BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 L_22 = V_0;
|
|
return L_22;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 BindingSyntax_IteratePartBinding_m4D4F4D4CDD4F843AA797F746F45E726330DDBCB4_AdjustorThunk (RuntimeObject* __this, bool ___0_next, String_t* ___1_partName, const RuntimeMethod* method)
|
|
{
|
|
BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317*>(__this + _offset);
|
|
BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 _returnValue;
|
|
_returnValue = BindingSyntax_IteratePartBinding_m4D4F4D4CDD4F843AA797F746F45E726330DDBCB4(_thisAdjusted, ___0_next, ___1_partName, method);
|
|
return _returnValue;
|
|
}
|
|
// System.Void UnityEngine.InputSystem.InputActionSetupExtensions/BindingSyntax::Erase()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BindingSyntax_Erase_mE4732F0746606D900BC3979B5BF47FF6D38BA60E (BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArrayHelpers_EraseAt_TisInputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5_m757B63C01B56E8B6E9B92C2BAC27AE32AF0F9CE8_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArrayHelpers_LengthSafe_TisInputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5_m65BEB25B025FF72F8F17C6F867829599AEEB076B_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// if (!valid)
|
|
bool L_0;
|
|
L_0 = BindingSyntax_get_valid_m233A0DBDBE0B5AAB4B078F8FD39B1C60EFB6040C(__this, NULL);
|
|
if (L_0)
|
|
{
|
|
goto IL_0013;
|
|
}
|
|
}
|
|
{
|
|
// throw new InvalidOperationException("Instance not valid");
|
|
InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_1 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_1);
|
|
InvalidOperationException__ctor_mE4CB6F4712AB6D99A2358FBAE2E052B3EE976162(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral6AFB9DE0AE0FF1E10B22FB55FFAE1E018088F245)), NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&BindingSyntax_Erase_mE4732F0746606D900BC3979B5BF47FF6D38BA60E_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_0013:
|
|
{
|
|
// var isComposite = m_ActionMap.m_Bindings[m_BindingIndexInMap].isComposite;
|
|
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_2 = __this->___m_ActionMap_0;
|
|
NullCheck(L_2);
|
|
InputBindingU5BU5D_t7E47E87B9CAE12B6F6A0659008B425C58D84BB57* L_3 = L_2->___m_Bindings_4;
|
|
int32_t L_4 = __this->___m_BindingIndexInMap_2;
|
|
NullCheck(L_3);
|
|
bool L_5;
|
|
L_5 = InputBinding_get_isComposite_mC921167E3321A149A7BD32E545460BAFA840217A(((L_3)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_4))), NULL);
|
|
// ArrayHelpers.EraseAt(ref m_ActionMap.m_Bindings, m_BindingIndexInMap);
|
|
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_6 = __this->___m_ActionMap_0;
|
|
NullCheck(L_6);
|
|
InputBindingU5BU5D_t7E47E87B9CAE12B6F6A0659008B425C58D84BB57** L_7 = (&L_6->___m_Bindings_4);
|
|
int32_t L_8 = __this->___m_BindingIndexInMap_2;
|
|
ArrayHelpers_EraseAt_TisInputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5_m757B63C01B56E8B6E9B92C2BAC27AE32AF0F9CE8(L_7, L_8, ArrayHelpers_EraseAt_TisInputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5_m757B63C01B56E8B6E9B92C2BAC27AE32AF0F9CE8_RuntimeMethod_var);
|
|
// if (isComposite)
|
|
if (!L_5)
|
|
{
|
|
goto IL_0093;
|
|
}
|
|
}
|
|
{
|
|
goto IL_005e;
|
|
}
|
|
|
|
IL_0048:
|
|
{
|
|
// ArrayHelpers.EraseAt(ref m_ActionMap.m_Bindings, m_BindingIndexInMap);
|
|
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_9 = __this->___m_ActionMap_0;
|
|
NullCheck(L_9);
|
|
InputBindingU5BU5D_t7E47E87B9CAE12B6F6A0659008B425C58D84BB57** L_10 = (&L_9->___m_Bindings_4);
|
|
int32_t L_11 = __this->___m_BindingIndexInMap_2;
|
|
ArrayHelpers_EraseAt_TisInputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5_m757B63C01B56E8B6E9B92C2BAC27AE32AF0F9CE8(L_10, L_11, ArrayHelpers_EraseAt_TisInputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5_m757B63C01B56E8B6E9B92C2BAC27AE32AF0F9CE8_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_005e:
|
|
{
|
|
// while (m_BindingIndexInMap < m_ActionMap.m_Bindings.LengthSafe() && m_ActionMap.m_Bindings[m_BindingIndexInMap].isPartOfComposite)
|
|
int32_t L_12 = __this->___m_BindingIndexInMap_2;
|
|
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_13 = __this->___m_ActionMap_0;
|
|
NullCheck(L_13);
|
|
InputBindingU5BU5D_t7E47E87B9CAE12B6F6A0659008B425C58D84BB57* L_14 = L_13->___m_Bindings_4;
|
|
int32_t L_15;
|
|
L_15 = ArrayHelpers_LengthSafe_TisInputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5_m65BEB25B025FF72F8F17C6F867829599AEEB076B(L_14, ArrayHelpers_LengthSafe_TisInputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5_m65BEB25B025FF72F8F17C6F867829599AEEB076B_RuntimeMethod_var);
|
|
if ((((int32_t)L_12) >= ((int32_t)L_15)))
|
|
{
|
|
goto IL_0093;
|
|
}
|
|
}
|
|
{
|
|
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_16 = __this->___m_ActionMap_0;
|
|
NullCheck(L_16);
|
|
InputBindingU5BU5D_t7E47E87B9CAE12B6F6A0659008B425C58D84BB57* L_17 = L_16->___m_Bindings_4;
|
|
int32_t L_18 = __this->___m_BindingIndexInMap_2;
|
|
NullCheck(L_17);
|
|
bool L_19;
|
|
L_19 = InputBinding_get_isPartOfComposite_mD3D9F71341741A95B2DAEB202209B4AA0D692498(((L_17)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_18))), NULL);
|
|
if (L_19)
|
|
{
|
|
goto IL_0048;
|
|
}
|
|
}
|
|
|
|
IL_0093:
|
|
{
|
|
// m_ActionMap.OnBindingModified();
|
|
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_20 = __this->___m_ActionMap_0;
|
|
NullCheck(L_20);
|
|
InputActionMap_OnBindingModified_m5D83F89CFCDD65DDE6ACF1C887676F7F8C5707B2(L_20, NULL);
|
|
// if (m_ActionMap.m_SingletonAction != null)
|
|
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_21 = __this->___m_ActionMap_0;
|
|
NullCheck(L_21);
|
|
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_22 = L_21->___m_SingletonAction_8;
|
|
if (!L_22)
|
|
{
|
|
goto IL_00c6;
|
|
}
|
|
}
|
|
{
|
|
// m_ActionMap.m_SingletonAction.m_SingletonActionBindings = m_ActionMap.m_Bindings;
|
|
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_23 = __this->___m_ActionMap_0;
|
|
NullCheck(L_23);
|
|
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_24 = L_23->___m_SingletonAction_8;
|
|
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_25 = __this->___m_ActionMap_0;
|
|
NullCheck(L_25);
|
|
InputBindingU5BU5D_t7E47E87B9CAE12B6F6A0659008B425C58D84BB57* L_26 = L_25->___m_Bindings_4;
|
|
NullCheck(L_24);
|
|
L_24->___m_SingletonActionBindings_6 = L_26;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_24->___m_SingletonActionBindings_6), (void*)L_26);
|
|
}
|
|
|
|
IL_00c6:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void BindingSyntax_Erase_mE4732F0746606D900BC3979B5BF47FF6D38BA60E_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317*>(__this + _offset);
|
|
BindingSyntax_Erase_mE4732F0746606D900BC3979B5BF47FF6D38BA60E(_thisAdjusted, method);
|
|
}
|
|
// UnityEngine.InputSystem.InputActionSetupExtensions/BindingSyntax UnityEngine.InputSystem.InputActionSetupExtensions/BindingSyntax::InsertPartBinding(System.String,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 BindingSyntax_InsertPartBinding_m185A5F20C7409DF4AACF34951AA84964BD9CEFB9 (BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317* __this, String_t* ___0_partName, String_t* ___1_path, 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));
|
|
{
|
|
// if (string.IsNullOrEmpty(partName))
|
|
String_t* L_0 = ___0_partName;
|
|
bool L_1;
|
|
L_1 = String_IsNullOrEmpty_mEA9E3FB005AC28FE02E69FCF95A7B8456192B478(L_0, NULL);
|
|
if (!L_1)
|
|
{
|
|
goto IL_0013;
|
|
}
|
|
}
|
|
{
|
|
// throw new ArgumentNullException(nameof(partName));
|
|
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*)&_stringLiteral980CBB093018591456B69178E83F653F14CCBC30)), NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&BindingSyntax_InsertPartBinding_m185A5F20C7409DF4AACF34951AA84964BD9CEFB9_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_0013:
|
|
{
|
|
// if (!valid)
|
|
bool L_3;
|
|
L_3 = BindingSyntax_get_valid_m233A0DBDBE0B5AAB4B078F8FD39B1C60EFB6040C(__this, NULL);
|
|
if (L_3)
|
|
{
|
|
goto IL_0026;
|
|
}
|
|
}
|
|
{
|
|
// throw new InvalidOperationException("Binding accessor is not valid");
|
|
InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_4 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_4);
|
|
InvalidOperationException__ctor_mE4CB6F4712AB6D99A2358FBAE2E052B3EE976162(L_4, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral706E4A2130E9FB23DCBE3D1DACA3384AB5CEBD9C)), NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&BindingSyntax_InsertPartBinding_m185A5F20C7409DF4AACF34951AA84964BD9CEFB9_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_0026:
|
|
{
|
|
// var binding = this.binding;
|
|
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 L_5;
|
|
L_5 = BindingSyntax_get_binding_mD523829C7E70FD21D7FE3F44C365FD2E5378BDC6(__this, NULL);
|
|
V_0 = L_5;
|
|
// if (!binding.isPartOfComposite && !binding.isComposite)
|
|
bool L_6;
|
|
L_6 = InputBinding_get_isPartOfComposite_mD3D9F71341741A95B2DAEB202209B4AA0D692498((&V_0), NULL);
|
|
if (L_6)
|
|
{
|
|
goto IL_004a;
|
|
}
|
|
}
|
|
{
|
|
bool L_7;
|
|
L_7 = InputBinding_get_isComposite_mC921167E3321A149A7BD32E545460BAFA840217A((&V_0), NULL);
|
|
if (L_7)
|
|
{
|
|
goto IL_004a;
|
|
}
|
|
}
|
|
{
|
|
// throw new InvalidOperationException("Binding accessor must point to composite or part binding");
|
|
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, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral87349429C7ED3D4BC828002C363F17B5C2E4102F)), NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&BindingSyntax_InsertPartBinding_m185A5F20C7409DF4AACF34951AA84964BD9CEFB9_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_004a:
|
|
{
|
|
// AddBindingInternal(m_ActionMap,
|
|
// new InputBinding { path = path, isPartOfComposite = true, name = partName },
|
|
// m_BindingIndexInMap + 1);
|
|
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_9 = __this->___m_ActionMap_0;
|
|
il2cpp_codegen_initobj((&V_1), sizeof(InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5));
|
|
String_t* L_10 = ___1_path;
|
|
InputBinding_set_path_m69ED486A68B0D864FCB334D955AE2CD1517A9592_inline((&V_1), L_10, NULL);
|
|
InputBinding_set_isPartOfComposite_m852AAC0E8FEF7524D6E0121BD7809FF52946DCD9((&V_1), (bool)1, NULL);
|
|
String_t* L_11 = ___0_partName;
|
|
InputBinding_set_name_mAE0C23C6678C2814FC1171F379BB8E9E7F666997_inline((&V_1), L_11, NULL);
|
|
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 L_12 = V_1;
|
|
int32_t L_13 = __this->___m_BindingIndexInMap_2;
|
|
int32_t L_14;
|
|
L_14 = InputActionSetupExtensions_AddBindingInternal_mCCE39F1618CBB8D9184F2EEFAC18429FCDF2405C(L_9, L_12, ((int32_t)il2cpp_codegen_add(L_13, 1)), NULL);
|
|
// return new BindingSyntax(m_ActionMap, m_BindingIndexInMap + 1, m_Action);
|
|
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_15 = __this->___m_ActionMap_0;
|
|
int32_t L_16 = __this->___m_BindingIndexInMap_2;
|
|
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_17 = __this->___m_Action_1;
|
|
BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 L_18;
|
|
memset((&L_18), 0, sizeof(L_18));
|
|
BindingSyntax__ctor_mC1F4AFD3294F170D71F474F895D4789F29875682((&L_18), L_15, ((int32_t)il2cpp_codegen_add(L_16, 1)), L_17, /*hidden argument*/NULL);
|
|
return L_18;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 BindingSyntax_InsertPartBinding_m185A5F20C7409DF4AACF34951AA84964BD9CEFB9_AdjustorThunk (RuntimeObject* __this, String_t* ___0_partName, String_t* ___1_path, const RuntimeMethod* method)
|
|
{
|
|
BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317*>(__this + _offset);
|
|
BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 _returnValue;
|
|
_returnValue = BindingSyntax_InsertPartBinding_m185A5F20C7409DF4AACF34951AA84964BD9CEFB9(_thisAdjusted, ___0_partName, ___1_path, method);
|
|
return _returnValue;
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// Conversion methods for marshalling of: UnityEngine.InputSystem.InputActionSetupExtensions/CompositeSyntax
|
|
IL2CPP_EXTERN_C void CompositeSyntax_t462FE69194A2B9572B4CB2A0108D10622B820C30_marshal_pinvoke(const CompositeSyntax_t462FE69194A2B9572B4CB2A0108D10622B820C30& unmarshaled, CompositeSyntax_t462FE69194A2B9572B4CB2A0108D10622B820C30_marshaled_pinvoke& marshaled)
|
|
{
|
|
Exception_t* ___m_Action_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'm_Action' of type 'CompositeSyntax': Reference type field marshaling is not supported.");
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(___m_Action_0Exception, NULL);
|
|
}
|
|
IL2CPP_EXTERN_C void CompositeSyntax_t462FE69194A2B9572B4CB2A0108D10622B820C30_marshal_pinvoke_back(const CompositeSyntax_t462FE69194A2B9572B4CB2A0108D10622B820C30_marshaled_pinvoke& marshaled, CompositeSyntax_t462FE69194A2B9572B4CB2A0108D10622B820C30& unmarshaled)
|
|
{
|
|
Exception_t* ___m_Action_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'm_Action' of type 'CompositeSyntax': Reference type field marshaling is not supported.");
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(___m_Action_0Exception, NULL);
|
|
}
|
|
// Conversion method for clean up from marshalling of: UnityEngine.InputSystem.InputActionSetupExtensions/CompositeSyntax
|
|
IL2CPP_EXTERN_C void CompositeSyntax_t462FE69194A2B9572B4CB2A0108D10622B820C30_marshal_pinvoke_cleanup(CompositeSyntax_t462FE69194A2B9572B4CB2A0108D10622B820C30_marshaled_pinvoke& marshaled)
|
|
{
|
|
}
|
|
// Conversion methods for marshalling of: UnityEngine.InputSystem.InputActionSetupExtensions/CompositeSyntax
|
|
IL2CPP_EXTERN_C void CompositeSyntax_t462FE69194A2B9572B4CB2A0108D10622B820C30_marshal_com(const CompositeSyntax_t462FE69194A2B9572B4CB2A0108D10622B820C30& unmarshaled, CompositeSyntax_t462FE69194A2B9572B4CB2A0108D10622B820C30_marshaled_com& marshaled)
|
|
{
|
|
Exception_t* ___m_Action_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'm_Action' of type 'CompositeSyntax': Reference type field marshaling is not supported.");
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(___m_Action_0Exception, NULL);
|
|
}
|
|
IL2CPP_EXTERN_C void CompositeSyntax_t462FE69194A2B9572B4CB2A0108D10622B820C30_marshal_com_back(const CompositeSyntax_t462FE69194A2B9572B4CB2A0108D10622B820C30_marshaled_com& marshaled, CompositeSyntax_t462FE69194A2B9572B4CB2A0108D10622B820C30& unmarshaled)
|
|
{
|
|
Exception_t* ___m_Action_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'm_Action' of type 'CompositeSyntax': Reference type field marshaling is not supported.");
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(___m_Action_0Exception, NULL);
|
|
}
|
|
// Conversion method for clean up from marshalling of: UnityEngine.InputSystem.InputActionSetupExtensions/CompositeSyntax
|
|
IL2CPP_EXTERN_C void CompositeSyntax_t462FE69194A2B9572B4CB2A0108D10622B820C30_marshal_com_cleanup(CompositeSyntax_t462FE69194A2B9572B4CB2A0108D10622B820C30_marshaled_com& marshaled)
|
|
{
|
|
}
|
|
// System.Int32 UnityEngine.InputSystem.InputActionSetupExtensions/CompositeSyntax::get_bindingIndex()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CompositeSyntax_get_bindingIndex_mF7AC2FB0B109BA032FE5EB9987010EB762DD1B24 (CompositeSyntax_t462FE69194A2B9572B4CB2A0108D10622B820C30* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// if (m_ActionMap == null)
|
|
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_0 = __this->___m_ActionMap_1;
|
|
if (L_0)
|
|
{
|
|
goto IL_000a;
|
|
}
|
|
}
|
|
{
|
|
// return -1;
|
|
return (-1);
|
|
}
|
|
|
|
IL_000a:
|
|
{
|
|
// if (m_Action != null)
|
|
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_1 = __this->___m_Action_0;
|
|
if (!L_1)
|
|
{
|
|
goto IL_0024;
|
|
}
|
|
}
|
|
{
|
|
// return m_Action.BindingIndexOnMapToBindingIndexOnAction(m_BindingIndexInMap);
|
|
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_2 = __this->___m_Action_0;
|
|
int32_t L_3 = __this->___m_BindingIndexInMap_2;
|
|
NullCheck(L_2);
|
|
int32_t L_4;
|
|
L_4 = InputAction_BindingIndexOnMapToBindingIndexOnAction_m6C8DAD4DF561F60CE11779614D512D40FF95AA8E(L_2, L_3, NULL);
|
|
return L_4;
|
|
}
|
|
|
|
IL_0024:
|
|
{
|
|
// return m_BindingIndexInMap;
|
|
int32_t L_5 = __this->___m_BindingIndexInMap_2;
|
|
return L_5;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C int32_t CompositeSyntax_get_bindingIndex_mF7AC2FB0B109BA032FE5EB9987010EB762DD1B24_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
CompositeSyntax_t462FE69194A2B9572B4CB2A0108D10622B820C30* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<CompositeSyntax_t462FE69194A2B9572B4CB2A0108D10622B820C30*>(__this + _offset);
|
|
int32_t _returnValue;
|
|
_returnValue = CompositeSyntax_get_bindingIndex_mF7AC2FB0B109BA032FE5EB9987010EB762DD1B24(_thisAdjusted, method);
|
|
return _returnValue;
|
|
}
|
|
// System.Void UnityEngine.InputSystem.InputActionSetupExtensions/CompositeSyntax::.ctor(UnityEngine.InputSystem.InputActionMap,UnityEngine.InputSystem.InputAction,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CompositeSyntax__ctor_mBA31B0CF9F6D1D91562BD67F7F569BBC97803780 (CompositeSyntax_t462FE69194A2B9572B4CB2A0108D10622B820C30* __this, InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* ___0_map, InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* ___1_action, int32_t ___2_compositeIndex, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// m_Action = action;
|
|
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_0 = ___1_action;
|
|
__this->___m_Action_0 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_Action_0), (void*)L_0);
|
|
// m_ActionMap = map;
|
|
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_1 = ___0_map;
|
|
__this->___m_ActionMap_1 = L_1;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_ActionMap_1), (void*)L_1);
|
|
// m_BindingIndexInMap = compositeIndex;
|
|
int32_t L_2 = ___2_compositeIndex;
|
|
__this->___m_BindingIndexInMap_2 = L_2;
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void CompositeSyntax__ctor_mBA31B0CF9F6D1D91562BD67F7F569BBC97803780_AdjustorThunk (RuntimeObject* __this, InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* ___0_map, InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* ___1_action, int32_t ___2_compositeIndex, const RuntimeMethod* method)
|
|
{
|
|
CompositeSyntax_t462FE69194A2B9572B4CB2A0108D10622B820C30* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<CompositeSyntax_t462FE69194A2B9572B4CB2A0108D10622B820C30*>(__this + _offset);
|
|
CompositeSyntax__ctor_mBA31B0CF9F6D1D91562BD67F7F569BBC97803780(_thisAdjusted, ___0_map, ___1_action, ___2_compositeIndex, method);
|
|
}
|
|
// UnityEngine.InputSystem.InputActionSetupExtensions/CompositeSyntax UnityEngine.InputSystem.InputActionSetupExtensions/CompositeSyntax::With(System.String,System.String,System.String,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CompositeSyntax_t462FE69194A2B9572B4CB2A0108D10622B820C30 CompositeSyntax_With_m73EF244DCB169044504CF7DCE47C3DA52C7796C4 (CompositeSyntax_t462FE69194A2B9572B4CB2A0108D10622B820C30* __this, String_t* ___0_name, String_t* ___1_binding, String_t* ___2_groups, String_t* ___3_processors, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
DeferBindingResolutionWrapper_tBEB0D0DEA05F9681F0189610B4D7B0CEAD32AC8C* V_0 = NULL;
|
|
int32_t V_1 = 0;
|
|
String_t* V_2 = NULL;
|
|
{
|
|
// using (InputActionRebindingExtensions.DeferBindingResolution())
|
|
DeferBindingResolutionWrapper_tBEB0D0DEA05F9681F0189610B4D7B0CEAD32AC8C* L_0;
|
|
L_0 = InputActionRebindingExtensions_DeferBindingResolution_m05E2D1866743FA3C80331F1D95D91EA32EBD5E99(NULL);
|
|
V_0 = L_0;
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_006f:
|
|
{// begin finally (depth: 1)
|
|
{
|
|
DeferBindingResolutionWrapper_tBEB0D0DEA05F9681F0189610B4D7B0CEAD32AC8C* L_1 = V_0;
|
|
if (!L_1)
|
|
{
|
|
goto IL_0078;
|
|
}
|
|
}
|
|
{
|
|
DeferBindingResolutionWrapper_tBEB0D0DEA05F9681F0189610B4D7B0CEAD32AC8C* L_2 = V_0;
|
|
NullCheck(L_2);
|
|
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_2);
|
|
}
|
|
|
|
IL_0078:
|
|
{
|
|
return;
|
|
}
|
|
}// end finally (depth: 1)
|
|
});
|
|
try
|
|
{// begin try (depth: 1)
|
|
{
|
|
// if (m_Action != null)
|
|
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_3 = __this->___m_Action_0;
|
|
if (!L_3)
|
|
{
|
|
goto IL_0028_1;
|
|
}
|
|
}
|
|
{
|
|
// bindingIndex = m_Action.AddBinding(path: binding, groups: groups, processors: processors)
|
|
// .m_BindingIndexInMap;
|
|
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_4 = __this->___m_Action_0;
|
|
String_t* L_5 = ___1_binding;
|
|
String_t* L_6 = ___2_groups;
|
|
V_2 = L_6;
|
|
String_t* L_7 = ___3_processors;
|
|
String_t* L_8 = V_2;
|
|
BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 L_9;
|
|
L_9 = InputActionSetupExtensions_AddBinding_m22E4A437A2AD06C6326D8BEB45114B5DBD2F7168(L_4, L_5, (String_t*)NULL, L_7, L_8, NULL);
|
|
int32_t L_10 = L_9.___m_BindingIndexInMap_2;
|
|
V_1 = L_10;
|
|
goto IL_003f_1;
|
|
}
|
|
|
|
IL_0028_1:
|
|
{
|
|
// bindingIndex = m_ActionMap.AddBinding(path: binding, groups: groups, processors: processors)
|
|
// .m_BindingIndexInMap;
|
|
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_11 = __this->___m_ActionMap_1;
|
|
String_t* L_12 = ___1_binding;
|
|
String_t* L_13 = ___2_groups;
|
|
String_t* L_14 = ___3_processors;
|
|
BindingSyntax_t5FB93D8F3518B4640E42E067ECB15541CD123317 L_15;
|
|
L_15 = InputActionSetupExtensions_AddBinding_mAC258E43997507C9535D41F8F16B9752D8D45B90(L_11, L_12, (String_t*)NULL, L_13, (String_t*)NULL, L_14, NULL);
|
|
int32_t L_16 = L_15.___m_BindingIndexInMap_2;
|
|
V_1 = L_16;
|
|
}
|
|
|
|
IL_003f_1:
|
|
{
|
|
// m_ActionMap.m_Bindings[bindingIndex].name = name;
|
|
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_17 = __this->___m_ActionMap_1;
|
|
NullCheck(L_17);
|
|
InputBindingU5BU5D_t7E47E87B9CAE12B6F6A0659008B425C58D84BB57* L_18 = L_17->___m_Bindings_4;
|
|
int32_t L_19 = V_1;
|
|
NullCheck(L_18);
|
|
String_t* L_20 = ___0_name;
|
|
InputBinding_set_name_mAE0C23C6678C2814FC1171F379BB8E9E7F666997_inline(((L_18)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_19))), L_20, NULL);
|
|
// m_ActionMap.m_Bindings[bindingIndex].isPartOfComposite = true;
|
|
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_21 = __this->___m_ActionMap_1;
|
|
NullCheck(L_21);
|
|
InputBindingU5BU5D_t7E47E87B9CAE12B6F6A0659008B425C58D84BB57* L_22 = L_21->___m_Bindings_4;
|
|
int32_t L_23 = V_1;
|
|
NullCheck(L_22);
|
|
InputBinding_set_isPartOfComposite_m852AAC0E8FEF7524D6E0121BD7809FF52946DCD9(((L_22)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_23))), (bool)1, NULL);
|
|
// }
|
|
goto IL_0079;
|
|
}
|
|
}// end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_0079:
|
|
{
|
|
// return this;
|
|
CompositeSyntax_t462FE69194A2B9572B4CB2A0108D10622B820C30 L_24 = (*(CompositeSyntax_t462FE69194A2B9572B4CB2A0108D10622B820C30*)__this);
|
|
return L_24;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C CompositeSyntax_t462FE69194A2B9572B4CB2A0108D10622B820C30 CompositeSyntax_With_m73EF244DCB169044504CF7DCE47C3DA52C7796C4_AdjustorThunk (RuntimeObject* __this, String_t* ___0_name, String_t* ___1_binding, String_t* ___2_groups, String_t* ___3_processors, const RuntimeMethod* method)
|
|
{
|
|
CompositeSyntax_t462FE69194A2B9572B4CB2A0108D10622B820C30* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<CompositeSyntax_t462FE69194A2B9572B4CB2A0108D10622B820C30*>(__this + _offset);
|
|
CompositeSyntax_t462FE69194A2B9572B4CB2A0108D10622B820C30 _returnValue;
|
|
_returnValue = CompositeSyntax_With_m73EF244DCB169044504CF7DCE47C3DA52C7796C4(_thisAdjusted, ___0_name, ___1_binding, ___2_groups, ___3_processors, method);
|
|
return _returnValue;
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
|
|
|
|
// Conversion methods for marshalling of: UnityEngine.InputSystem.InputActionSetupExtensions/ControlSchemeSyntax
|
|
IL2CPP_EXTERN_C void ControlSchemeSyntax_t4C14E0745C729675BFFADA8275391ACBAD73227D_marshal_pinvoke(const ControlSchemeSyntax_t4C14E0745C729675BFFADA8275391ACBAD73227D& unmarshaled, ControlSchemeSyntax_t4C14E0745C729675BFFADA8275391ACBAD73227D_marshaled_pinvoke& marshaled)
|
|
{
|
|
Exception_t* ___m_Asset_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'm_Asset' of type 'ControlSchemeSyntax': Reference type field marshaling is not supported.");
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(___m_Asset_0Exception, NULL);
|
|
}
|
|
IL2CPP_EXTERN_C void ControlSchemeSyntax_t4C14E0745C729675BFFADA8275391ACBAD73227D_marshal_pinvoke_back(const ControlSchemeSyntax_t4C14E0745C729675BFFADA8275391ACBAD73227D_marshaled_pinvoke& marshaled, ControlSchemeSyntax_t4C14E0745C729675BFFADA8275391ACBAD73227D& unmarshaled)
|
|
{
|
|
Exception_t* ___m_Asset_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'm_Asset' of type 'ControlSchemeSyntax': Reference type field marshaling is not supported.");
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(___m_Asset_0Exception, NULL);
|
|
}
|
|
// Conversion method for clean up from marshalling of: UnityEngine.InputSystem.InputActionSetupExtensions/ControlSchemeSyntax
|
|
IL2CPP_EXTERN_C void ControlSchemeSyntax_t4C14E0745C729675BFFADA8275391ACBAD73227D_marshal_pinvoke_cleanup(ControlSchemeSyntax_t4C14E0745C729675BFFADA8275391ACBAD73227D_marshaled_pinvoke& marshaled)
|
|
{
|
|
}
|
|
|
|
|
|
// Conversion methods for marshalling of: UnityEngine.InputSystem.InputActionSetupExtensions/ControlSchemeSyntax
|
|
IL2CPP_EXTERN_C void ControlSchemeSyntax_t4C14E0745C729675BFFADA8275391ACBAD73227D_marshal_com(const ControlSchemeSyntax_t4C14E0745C729675BFFADA8275391ACBAD73227D& unmarshaled, ControlSchemeSyntax_t4C14E0745C729675BFFADA8275391ACBAD73227D_marshaled_com& marshaled)
|
|
{
|
|
Exception_t* ___m_Asset_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'm_Asset' of type 'ControlSchemeSyntax': Reference type field marshaling is not supported.");
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(___m_Asset_0Exception, NULL);
|
|
}
|
|
IL2CPP_EXTERN_C void ControlSchemeSyntax_t4C14E0745C729675BFFADA8275391ACBAD73227D_marshal_com_back(const ControlSchemeSyntax_t4C14E0745C729675BFFADA8275391ACBAD73227D_marshaled_com& marshaled, ControlSchemeSyntax_t4C14E0745C729675BFFADA8275391ACBAD73227D& unmarshaled)
|
|
{
|
|
Exception_t* ___m_Asset_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'm_Asset' of type 'ControlSchemeSyntax': Reference type field marshaling is not supported.");
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(___m_Asset_0Exception, NULL);
|
|
}
|
|
// Conversion method for clean up from marshalling of: UnityEngine.InputSystem.InputActionSetupExtensions/ControlSchemeSyntax
|
|
IL2CPP_EXTERN_C void ControlSchemeSyntax_t4C14E0745C729675BFFADA8275391ACBAD73227D_marshal_com_cleanup(ControlSchemeSyntax_t4C14E0745C729675BFFADA8275391ACBAD73227D_marshaled_com& marshaled)
|
|
{
|
|
}
|
|
// System.Void UnityEngine.InputSystem.InputActionSetupExtensions/ControlSchemeSyntax::.ctor(UnityEngine.InputSystem.InputActionAsset,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ControlSchemeSyntax__ctor_mC9D52218791DF243E99E920F7772166EFD825977 (ControlSchemeSyntax_t4C14E0745C729675BFFADA8275391ACBAD73227D* __this, InputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D* ___0_asset, int32_t ___1_index, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// m_Asset = asset;
|
|
InputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D* L_0 = ___0_asset;
|
|
__this->___m_Asset_0 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_Asset_0), (void*)L_0);
|
|
// m_ControlSchemeIndex = index;
|
|
int32_t L_1 = ___1_index;
|
|
__this->___m_ControlSchemeIndex_1 = L_1;
|
|
// m_ControlScheme = new InputControlScheme();
|
|
InputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434* L_2 = (&__this->___m_ControlScheme_2);
|
|
il2cpp_codegen_initobj(L_2, sizeof(InputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434));
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void ControlSchemeSyntax__ctor_mC9D52218791DF243E99E920F7772166EFD825977_AdjustorThunk (RuntimeObject* __this, InputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D* ___0_asset, int32_t ___1_index, const RuntimeMethod* method)
|
|
{
|
|
ControlSchemeSyntax_t4C14E0745C729675BFFADA8275391ACBAD73227D* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<ControlSchemeSyntax_t4C14E0745C729675BFFADA8275391ACBAD73227D*>(__this + _offset);
|
|
ControlSchemeSyntax__ctor_mC9D52218791DF243E99E920F7772166EFD825977(_thisAdjusted, ___0_asset, ___1_index, method);
|
|
}
|
|
// System.Void UnityEngine.InputSystem.InputActionSetupExtensions/ControlSchemeSyntax::.ctor(UnityEngine.InputSystem.InputControlScheme)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ControlSchemeSyntax__ctor_m242A15F1F9201DC96CEFCFF8696759540D1F2F95 (ControlSchemeSyntax_t4C14E0745C729675BFFADA8275391ACBAD73227D* __this, InputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434 ___0_controlScheme, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// m_Asset = null;
|
|
__this->___m_Asset_0 = (InputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D*)NULL;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_Asset_0), (void*)(InputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D*)NULL);
|
|
// m_ControlSchemeIndex = -1;
|
|
__this->___m_ControlSchemeIndex_1 = (-1);
|
|
// m_ControlScheme = controlScheme;
|
|
InputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434 L_0 = ___0_controlScheme;
|
|
__this->___m_ControlScheme_2 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)&(((&__this->___m_ControlScheme_2))->___m_Name_0), (void*)NULL);
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&(((&__this->___m_ControlScheme_2))->___m_BindingGroup_1), (void*)NULL);
|
|
#endif
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&(((&__this->___m_ControlScheme_2))->___m_DeviceRequirements_2), (void*)NULL);
|
|
#endif
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void ControlSchemeSyntax__ctor_m242A15F1F9201DC96CEFCFF8696759540D1F2F95_AdjustorThunk (RuntimeObject* __this, InputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434 ___0_controlScheme, const RuntimeMethod* method)
|
|
{
|
|
ControlSchemeSyntax_t4C14E0745C729675BFFADA8275391ACBAD73227D* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<ControlSchemeSyntax_t4C14E0745C729675BFFADA8275391ACBAD73227D*>(__this + _offset);
|
|
ControlSchemeSyntax__ctor_m242A15F1F9201DC96CEFCFF8696759540D1F2F95(_thisAdjusted, ___0_controlScheme, method);
|
|
}
|
|
// UnityEngine.InputSystem.InputActionSetupExtensions/ControlSchemeSyntax UnityEngine.InputSystem.InputActionSetupExtensions/ControlSchemeSyntax::WithBindingGroup(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ControlSchemeSyntax_t4C14E0745C729675BFFADA8275391ACBAD73227D ControlSchemeSyntax_WithBindingGroup_m3FA28F3C89C3D0B20FF773312CDE8493BF8711F7 (ControlSchemeSyntax_t4C14E0745C729675BFFADA8275391ACBAD73227D* __this, String_t* ___0_bindingGroup, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// if (string.IsNullOrEmpty(bindingGroup))
|
|
String_t* L_0 = ___0_bindingGroup;
|
|
bool L_1;
|
|
L_1 = String_IsNullOrEmpty_mEA9E3FB005AC28FE02E69FCF95A7B8456192B478(L_0, NULL);
|
|
if (!L_1)
|
|
{
|
|
goto IL_0013;
|
|
}
|
|
}
|
|
{
|
|
// throw new ArgumentNullException(nameof(bindingGroup));
|
|
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*)&_stringLiteral214D5287FCA77F80A3BF9A069F67C5838E783185)), NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ControlSchemeSyntax_WithBindingGroup_m3FA28F3C89C3D0B20FF773312CDE8493BF8711F7_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_0013:
|
|
{
|
|
// if (m_Asset == null)
|
|
InputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D* L_3 = __this->___m_Asset_0;
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_4;
|
|
L_4 = Object_op_Equality_mB6120F782D83091EF56A198FCEBCF066DB4A9605(L_3, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
|
|
if (!L_4)
|
|
{
|
|
goto IL_002f;
|
|
}
|
|
}
|
|
{
|
|
// m_ControlScheme.m_BindingGroup = bindingGroup;
|
|
InputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434* L_5 = (&__this->___m_ControlScheme_2);
|
|
String_t* L_6 = ___0_bindingGroup;
|
|
L_5->___m_BindingGroup_1 = L_6;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_5->___m_BindingGroup_1), (void*)L_6);
|
|
goto IL_004b;
|
|
}
|
|
|
|
IL_002f:
|
|
{
|
|
// m_Asset.m_ControlSchemes[m_ControlSchemeIndex].bindingGroup = bindingGroup;
|
|
InputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D* L_7 = __this->___m_Asset_0;
|
|
NullCheck(L_7);
|
|
InputControlSchemeU5BU5D_tAE603126FBD4D6B8F67EA6F8CFA531A646C63D86* L_8 = L_7->___m_ControlSchemes_6;
|
|
int32_t L_9 = __this->___m_ControlSchemeIndex_1;
|
|
NullCheck(L_8);
|
|
String_t* L_10 = ___0_bindingGroup;
|
|
InputControlScheme_set_bindingGroup_m45652B55467096810968C7DE049A5EC9B374A021_inline(((L_8)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_9))), L_10, NULL);
|
|
}
|
|
|
|
IL_004b:
|
|
{
|
|
// return this;
|
|
ControlSchemeSyntax_t4C14E0745C729675BFFADA8275391ACBAD73227D L_11 = (*(ControlSchemeSyntax_t4C14E0745C729675BFFADA8275391ACBAD73227D*)__this);
|
|
return L_11;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C ControlSchemeSyntax_t4C14E0745C729675BFFADA8275391ACBAD73227D ControlSchemeSyntax_WithBindingGroup_m3FA28F3C89C3D0B20FF773312CDE8493BF8711F7_AdjustorThunk (RuntimeObject* __this, String_t* ___0_bindingGroup, const RuntimeMethod* method)
|
|
{
|
|
ControlSchemeSyntax_t4C14E0745C729675BFFADA8275391ACBAD73227D* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<ControlSchemeSyntax_t4C14E0745C729675BFFADA8275391ACBAD73227D*>(__this + _offset);
|
|
ControlSchemeSyntax_t4C14E0745C729675BFFADA8275391ACBAD73227D _returnValue;
|
|
_returnValue = ControlSchemeSyntax_WithBindingGroup_m3FA28F3C89C3D0B20FF773312CDE8493BF8711F7(_thisAdjusted, ___0_bindingGroup, method);
|
|
return _returnValue;
|
|
}
|
|
// UnityEngine.InputSystem.InputActionSetupExtensions/ControlSchemeSyntax UnityEngine.InputSystem.InputActionSetupExtensions/ControlSchemeSyntax::WithRequiredDevice(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ControlSchemeSyntax_t4C14E0745C729675BFFADA8275391ACBAD73227D ControlSchemeSyntax_WithRequiredDevice_mAFC72E5BFF4F4724E208AB15CC379ABD786EFFCE (ControlSchemeSyntax_t4C14E0745C729675BFFADA8275391ACBAD73227D* __this, String_t* ___0_controlPath, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// AddDeviceEntry(controlPath, InputControlScheme.DeviceRequirement.Flags.None);
|
|
String_t* L_0 = ___0_controlPath;
|
|
ControlSchemeSyntax_AddDeviceEntry_m323E5093DF461E12B20E93ACE48498A3BDB2AE75(__this, L_0, 0, NULL);
|
|
// return this;
|
|
ControlSchemeSyntax_t4C14E0745C729675BFFADA8275391ACBAD73227D L_1 = (*(ControlSchemeSyntax_t4C14E0745C729675BFFADA8275391ACBAD73227D*)__this);
|
|
return L_1;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C ControlSchemeSyntax_t4C14E0745C729675BFFADA8275391ACBAD73227D ControlSchemeSyntax_WithRequiredDevice_mAFC72E5BFF4F4724E208AB15CC379ABD786EFFCE_AdjustorThunk (RuntimeObject* __this, String_t* ___0_controlPath, const RuntimeMethod* method)
|
|
{
|
|
ControlSchemeSyntax_t4C14E0745C729675BFFADA8275391ACBAD73227D* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<ControlSchemeSyntax_t4C14E0745C729675BFFADA8275391ACBAD73227D*>(__this + _offset);
|
|
ControlSchemeSyntax_t4C14E0745C729675BFFADA8275391ACBAD73227D _returnValue;
|
|
_returnValue = ControlSchemeSyntax_WithRequiredDevice_mAFC72E5BFF4F4724E208AB15CC379ABD786EFFCE(_thisAdjusted, ___0_controlPath, method);
|
|
return _returnValue;
|
|
}
|
|
// UnityEngine.InputSystem.InputActionSetupExtensions/ControlSchemeSyntax UnityEngine.InputSystem.InputActionSetupExtensions/ControlSchemeSyntax::WithOptionalDevice(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ControlSchemeSyntax_t4C14E0745C729675BFFADA8275391ACBAD73227D ControlSchemeSyntax_WithOptionalDevice_mB17551E2EB7F96585BD6E01573D9494664E9EED7 (ControlSchemeSyntax_t4C14E0745C729675BFFADA8275391ACBAD73227D* __this, String_t* ___0_controlPath, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// AddDeviceEntry(controlPath, InputControlScheme.DeviceRequirement.Flags.Optional);
|
|
String_t* L_0 = ___0_controlPath;
|
|
ControlSchemeSyntax_AddDeviceEntry_m323E5093DF461E12B20E93ACE48498A3BDB2AE75(__this, L_0, 1, NULL);
|
|
// return this;
|
|
ControlSchemeSyntax_t4C14E0745C729675BFFADA8275391ACBAD73227D L_1 = (*(ControlSchemeSyntax_t4C14E0745C729675BFFADA8275391ACBAD73227D*)__this);
|
|
return L_1;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C ControlSchemeSyntax_t4C14E0745C729675BFFADA8275391ACBAD73227D ControlSchemeSyntax_WithOptionalDevice_mB17551E2EB7F96585BD6E01573D9494664E9EED7_AdjustorThunk (RuntimeObject* __this, String_t* ___0_controlPath, const RuntimeMethod* method)
|
|
{
|
|
ControlSchemeSyntax_t4C14E0745C729675BFFADA8275391ACBAD73227D* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<ControlSchemeSyntax_t4C14E0745C729675BFFADA8275391ACBAD73227D*>(__this + _offset);
|
|
ControlSchemeSyntax_t4C14E0745C729675BFFADA8275391ACBAD73227D _returnValue;
|
|
_returnValue = ControlSchemeSyntax_WithOptionalDevice_mB17551E2EB7F96585BD6E01573D9494664E9EED7(_thisAdjusted, ___0_controlPath, method);
|
|
return _returnValue;
|
|
}
|
|
// UnityEngine.InputSystem.InputActionSetupExtensions/ControlSchemeSyntax UnityEngine.InputSystem.InputActionSetupExtensions/ControlSchemeSyntax::OrWithRequiredDevice(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ControlSchemeSyntax_t4C14E0745C729675BFFADA8275391ACBAD73227D ControlSchemeSyntax_OrWithRequiredDevice_m43958B0E5766DDEB56087E4271512A5A97B30AA6 (ControlSchemeSyntax_t4C14E0745C729675BFFADA8275391ACBAD73227D* __this, String_t* ___0_controlPath, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// AddDeviceEntry(controlPath, InputControlScheme.DeviceRequirement.Flags.Or);
|
|
String_t* L_0 = ___0_controlPath;
|
|
ControlSchemeSyntax_AddDeviceEntry_m323E5093DF461E12B20E93ACE48498A3BDB2AE75(__this, L_0, 2, NULL);
|
|
// return this;
|
|
ControlSchemeSyntax_t4C14E0745C729675BFFADA8275391ACBAD73227D L_1 = (*(ControlSchemeSyntax_t4C14E0745C729675BFFADA8275391ACBAD73227D*)__this);
|
|
return L_1;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C ControlSchemeSyntax_t4C14E0745C729675BFFADA8275391ACBAD73227D ControlSchemeSyntax_OrWithRequiredDevice_m43958B0E5766DDEB56087E4271512A5A97B30AA6_AdjustorThunk (RuntimeObject* __this, String_t* ___0_controlPath, const RuntimeMethod* method)
|
|
{
|
|
ControlSchemeSyntax_t4C14E0745C729675BFFADA8275391ACBAD73227D* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<ControlSchemeSyntax_t4C14E0745C729675BFFADA8275391ACBAD73227D*>(__this + _offset);
|
|
ControlSchemeSyntax_t4C14E0745C729675BFFADA8275391ACBAD73227D _returnValue;
|
|
_returnValue = ControlSchemeSyntax_OrWithRequiredDevice_m43958B0E5766DDEB56087E4271512A5A97B30AA6(_thisAdjusted, ___0_controlPath, method);
|
|
return _returnValue;
|
|
}
|
|
// UnityEngine.InputSystem.InputActionSetupExtensions/ControlSchemeSyntax UnityEngine.InputSystem.InputActionSetupExtensions/ControlSchemeSyntax::OrWithOptionalDevice(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ControlSchemeSyntax_t4C14E0745C729675BFFADA8275391ACBAD73227D ControlSchemeSyntax_OrWithOptionalDevice_m4FAD0C920C5F78242F300DAA320C32196FCA4CC5 (ControlSchemeSyntax_t4C14E0745C729675BFFADA8275391ACBAD73227D* __this, String_t* ___0_controlPath, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// AddDeviceEntry(controlPath,
|
|
// InputControlScheme.DeviceRequirement.Flags.Optional |
|
|
// InputControlScheme.DeviceRequirement.Flags.Or);
|
|
String_t* L_0 = ___0_controlPath;
|
|
ControlSchemeSyntax_AddDeviceEntry_m323E5093DF461E12B20E93ACE48498A3BDB2AE75(__this, L_0, 3, NULL);
|
|
// return this;
|
|
ControlSchemeSyntax_t4C14E0745C729675BFFADA8275391ACBAD73227D L_1 = (*(ControlSchemeSyntax_t4C14E0745C729675BFFADA8275391ACBAD73227D*)__this);
|
|
return L_1;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C ControlSchemeSyntax_t4C14E0745C729675BFFADA8275391ACBAD73227D ControlSchemeSyntax_OrWithOptionalDevice_m4FAD0C920C5F78242F300DAA320C32196FCA4CC5_AdjustorThunk (RuntimeObject* __this, String_t* ___0_controlPath, const RuntimeMethod* method)
|
|
{
|
|
ControlSchemeSyntax_t4C14E0745C729675BFFADA8275391ACBAD73227D* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<ControlSchemeSyntax_t4C14E0745C729675BFFADA8275391ACBAD73227D*>(__this + _offset);
|
|
ControlSchemeSyntax_t4C14E0745C729675BFFADA8275391ACBAD73227D _returnValue;
|
|
_returnValue = ControlSchemeSyntax_OrWithOptionalDevice_m4FAD0C920C5F78242F300DAA320C32196FCA4CC5(_thisAdjusted, ___0_controlPath, method);
|
|
return _returnValue;
|
|
}
|
|
// UnityEngine.InputSystem.InputControlScheme UnityEngine.InputSystem.InputActionSetupExtensions/ControlSchemeSyntax::Done()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434 ControlSchemeSyntax_Done_m6DB5799BDD8C3B2FD8428A788152D95DFB74EE15 (ControlSchemeSyntax_t4C14E0745C729675BFFADA8275391ACBAD73227D* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// if (m_Asset != null)
|
|
InputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D* L_0 = __this->___m_Asset_0;
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_1;
|
|
L_1 = Object_op_Inequality_mD0BE578448EAA61948F25C32F8DD55AB1F778602(L_0, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
|
|
if (!L_1)
|
|
{
|
|
goto IL_0025;
|
|
}
|
|
}
|
|
{
|
|
// return m_Asset.m_ControlSchemes[m_ControlSchemeIndex];
|
|
InputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D* L_2 = __this->___m_Asset_0;
|
|
NullCheck(L_2);
|
|
InputControlSchemeU5BU5D_tAE603126FBD4D6B8F67EA6F8CFA531A646C63D86* L_3 = L_2->___m_ControlSchemes_6;
|
|
int32_t L_4 = __this->___m_ControlSchemeIndex_1;
|
|
NullCheck(L_3);
|
|
int32_t L_5 = L_4;
|
|
InputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434 L_6 = (L_3)->GetAt(static_cast<il2cpp_array_size_t>(L_5));
|
|
return L_6;
|
|
}
|
|
|
|
IL_0025:
|
|
{
|
|
// return m_ControlScheme;
|
|
InputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434 L_7 = __this->___m_ControlScheme_2;
|
|
return L_7;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C InputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434 ControlSchemeSyntax_Done_m6DB5799BDD8C3B2FD8428A788152D95DFB74EE15_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
ControlSchemeSyntax_t4C14E0745C729675BFFADA8275391ACBAD73227D* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<ControlSchemeSyntax_t4C14E0745C729675BFFADA8275391ACBAD73227D*>(__this + _offset);
|
|
InputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434 _returnValue;
|
|
_returnValue = ControlSchemeSyntax_Done_m6DB5799BDD8C3B2FD8428A788152D95DFB74EE15(_thisAdjusted, method);
|
|
return _returnValue;
|
|
}
|
|
// System.Void UnityEngine.InputSystem.InputActionSetupExtensions/ControlSchemeSyntax::AddDeviceEntry(System.String,UnityEngine.InputSystem.InputControlScheme/DeviceRequirement/Flags)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ControlSchemeSyntax_AddDeviceEntry_m323E5093DF461E12B20E93ACE48498A3BDB2AE75 (ControlSchemeSyntax_t4C14E0745C729675BFFADA8275391ACBAD73227D* __this, String_t* ___0_controlPath, int32_t ___1_flags, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArrayHelpers_Append_TisDeviceRequirement_t80E71C44DF1923C15D3AA025242B7348EBF8B056_mE100EC8CB72CA39DC9713CE06C23649C5B25B670_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
InputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
DeviceRequirement_t80E71C44DF1923C15D3AA025242B7348EBF8B056 V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
InputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434 G_B5_0;
|
|
memset((&G_B5_0), 0, sizeof(G_B5_0));
|
|
{
|
|
// if (string.IsNullOrEmpty(controlPath))
|
|
String_t* L_0 = ___0_controlPath;
|
|
bool L_1;
|
|
L_1 = String_IsNullOrEmpty_mEA9E3FB005AC28FE02E69FCF95A7B8456192B478(L_0, NULL);
|
|
if (!L_1)
|
|
{
|
|
goto IL_0013;
|
|
}
|
|
}
|
|
{
|
|
// throw new ArgumentNullException(nameof(controlPath));
|
|
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*)&_stringLiteral83FC796976B715B3448FD6019E8714D2B969E6DF)), NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ControlSchemeSyntax_AddDeviceEntry_m323E5093DF461E12B20E93ACE48498A3BDB2AE75_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_0013:
|
|
{
|
|
// var scheme = m_Asset != null ? m_Asset.m_ControlSchemes[m_ControlSchemeIndex] : m_ControlScheme;
|
|
InputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D* L_3 = __this->___m_Asset_0;
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_4;
|
|
L_4 = Object_op_Inequality_mD0BE578448EAA61948F25C32F8DD55AB1F778602(L_3, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
|
|
if (L_4)
|
|
{
|
|
goto IL_0029;
|
|
}
|
|
}
|
|
{
|
|
InputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434 L_5 = __this->___m_ControlScheme_2;
|
|
G_B5_0 = L_5;
|
|
goto IL_003f;
|
|
}
|
|
|
|
IL_0029:
|
|
{
|
|
InputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D* L_6 = __this->___m_Asset_0;
|
|
NullCheck(L_6);
|
|
InputControlSchemeU5BU5D_tAE603126FBD4D6B8F67EA6F8CFA531A646C63D86* L_7 = L_6->___m_ControlSchemes_6;
|
|
int32_t L_8 = __this->___m_ControlSchemeIndex_1;
|
|
NullCheck(L_7);
|
|
int32_t L_9 = L_8;
|
|
InputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434 L_10 = (L_7)->GetAt(static_cast<il2cpp_array_size_t>(L_9));
|
|
G_B5_0 = L_10;
|
|
}
|
|
|
|
IL_003f:
|
|
{
|
|
V_0 = G_B5_0;
|
|
// ArrayHelpers.Append(ref scheme.m_DeviceRequirements,
|
|
// new InputControlScheme.DeviceRequirement
|
|
// {
|
|
// m_ControlPath = controlPath,
|
|
// m_Flags = flags,
|
|
// });
|
|
DeviceRequirementU5BU5D_t0496FAAB7554B7BFC270BA53BA6A5EFD5DE061CE** L_11 = (&(&V_0)->___m_DeviceRequirements_2);
|
|
il2cpp_codegen_initobj((&V_1), sizeof(DeviceRequirement_t80E71C44DF1923C15D3AA025242B7348EBF8B056));
|
|
String_t* L_12 = ___0_controlPath;
|
|
(&V_1)->___m_ControlPath_0 = L_12;
|
|
Il2CppCodeGenWriteBarrier((void**)(&(&V_1)->___m_ControlPath_0), (void*)L_12);
|
|
int32_t L_13 = ___1_flags;
|
|
(&V_1)->___m_Flags_1 = L_13;
|
|
DeviceRequirement_t80E71C44DF1923C15D3AA025242B7348EBF8B056 L_14 = V_1;
|
|
int32_t L_15;
|
|
L_15 = ArrayHelpers_Append_TisDeviceRequirement_t80E71C44DF1923C15D3AA025242B7348EBF8B056_mE100EC8CB72CA39DC9713CE06C23649C5B25B670(L_11, L_14, ArrayHelpers_Append_TisDeviceRequirement_t80E71C44DF1923C15D3AA025242B7348EBF8B056_mE100EC8CB72CA39DC9713CE06C23649C5B25B670_RuntimeMethod_var);
|
|
// if (m_Asset == null)
|
|
InputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D* L_16 = __this->___m_Asset_0;
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_17;
|
|
L_17 = Object_op_Equality_mB6120F782D83091EF56A198FCEBCF066DB4A9605(L_16, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
|
|
if (!L_17)
|
|
{
|
|
goto IL_007c;
|
|
}
|
|
}
|
|
{
|
|
// m_ControlScheme = scheme;
|
|
InputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434 L_18 = V_0;
|
|
__this->___m_ControlScheme_2 = L_18;
|
|
Il2CppCodeGenWriteBarrier((void**)&(((&__this->___m_ControlScheme_2))->___m_Name_0), (void*)NULL);
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&(((&__this->___m_ControlScheme_2))->___m_BindingGroup_1), (void*)NULL);
|
|
#endif
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&(((&__this->___m_ControlScheme_2))->___m_DeviceRequirements_2), (void*)NULL);
|
|
#endif
|
|
return;
|
|
}
|
|
|
|
IL_007c:
|
|
{
|
|
// m_Asset.m_ControlSchemes[m_ControlSchemeIndex] = scheme;
|
|
InputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D* L_19 = __this->___m_Asset_0;
|
|
NullCheck(L_19);
|
|
InputControlSchemeU5BU5D_tAE603126FBD4D6B8F67EA6F8CFA531A646C63D86* L_20 = L_19->___m_ControlSchemes_6;
|
|
int32_t L_21 = __this->___m_ControlSchemeIndex_1;
|
|
InputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434 L_22 = V_0;
|
|
NullCheck(L_20);
|
|
(L_20)->SetAt(static_cast<il2cpp_array_size_t>(L_21), (InputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434)L_22);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void ControlSchemeSyntax_AddDeviceEntry_m323E5093DF461E12B20E93ACE48498A3BDB2AE75_AdjustorThunk (RuntimeObject* __this, String_t* ___0_controlPath, int32_t ___1_flags, const RuntimeMethod* method)
|
|
{
|
|
ControlSchemeSyntax_t4C14E0745C729675BFFADA8275391ACBAD73227D* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<ControlSchemeSyntax_t4C14E0745C729675BFFADA8275391ACBAD73227D*>(__this + _offset);
|
|
ControlSchemeSyntax_AddDeviceEntry_m323E5093DF461E12B20E93ACE48498A3BDB2AE75(_thisAdjusted, ___0_controlPath, ___1_flags, method);
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void UnityEngine.InputSystem.InputActionSetupExtensions/<>c__DisplayClass5_0::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass5_0__ctor_mB09023B78E0E753DC7EF6560C9776184F4B0AB1D (U3CU3Ec__DisplayClass5_0_tB435DA1271128A428B8472B611AF30D81CDDA858* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Boolean UnityEngine.InputSystem.InputActionSetupExtensions/<>c__DisplayClass5_0::<RemoveAction>b__0(UnityEngine.InputSystem.InputBinding)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CU3Ec__DisplayClass5_0_U3CRemoveActionU3Eb__0_m22146F0C5FB915CDF46DC1838839BCC7A56E0FCC (U3CU3Ec__DisplayClass5_0_tB435DA1271128A428B8472B611AF30D81CDDA858* __this, InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 ___0_b, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// if (bindingsForAction.IndexOf(b => b == binding) == -1)
|
|
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 L_0 = ___0_b;
|
|
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 L_1 = __this->___binding_0;
|
|
bool L_2;
|
|
L_2 = InputBinding_op_Equality_m5F39FE7F1185A92648A4D437BE4E72B86F92EBC3(L_0, L_1, NULL);
|
|
return L_2;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Int32 UnityEngine.InputSystem.InputActionState::get_totalCompositeCount()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t InputActionState_get_totalCompositeCount_mA94813CAA6B9B1662AA2224792F20AF88152B9E9 (InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public int totalCompositeCount => memory.compositeCount;
|
|
UnmanagedMemory_t862EBE5224929ED0E2F989D790EB6B8633E612A2* L_0 = (&__this->___memory_7);
|
|
int32_t L_1 = L_0->___compositeCount_6;
|
|
return L_1;
|
|
}
|
|
}
|
|
// System.Int32 UnityEngine.InputSystem.InputActionState::get_totalMapCount()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t InputActionState_get_totalMapCount_m40628218F03A5A6FFC10A826641A5A115A760345 (InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public int totalMapCount => memory.mapCount;
|
|
UnmanagedMemory_t862EBE5224929ED0E2F989D790EB6B8633E612A2* L_0 = (&__this->___memory_7);
|
|
int32_t L_1 = L_0->___mapCount_1;
|
|
return L_1;
|
|
}
|
|
}
|
|
// System.Int32 UnityEngine.InputSystem.InputActionState::get_totalActionCount()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t InputActionState_get_totalActionCount_m08844D247DB65BA7AFBB66B4755414081ABD01A2 (InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public int totalActionCount => memory.actionCount;
|
|
UnmanagedMemory_t862EBE5224929ED0E2F989D790EB6B8633E612A2* L_0 = (&__this->___memory_7);
|
|
int32_t L_1 = L_0->___actionCount_2;
|
|
return L_1;
|
|
}
|
|
}
|
|
// System.Int32 UnityEngine.InputSystem.InputActionState::get_totalBindingCount()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t InputActionState_get_totalBindingCount_mB2BF62C18C7F2D59E9045FC9A9D4F199C07337F9 (InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public int totalBindingCount => memory.bindingCount;
|
|
UnmanagedMemory_t862EBE5224929ED0E2F989D790EB6B8633E612A2* L_0 = (&__this->___memory_7);
|
|
int32_t L_1 = L_0->___bindingCount_4;
|
|
return L_1;
|
|
}
|
|
}
|
|
// System.Int32 UnityEngine.InputSystem.InputActionState::get_totalInteractionCount()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t InputActionState_get_totalInteractionCount_m6F171C1D1E2B35769D04361CFB6891EEA92629AB (InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public int totalInteractionCount => memory.interactionCount;
|
|
UnmanagedMemory_t862EBE5224929ED0E2F989D790EB6B8633E612A2* L_0 = (&__this->___memory_7);
|
|
int32_t L_1 = L_0->___interactionCount_3;
|
|
return L_1;
|
|
}
|
|
}
|
|
// System.Int32 UnityEngine.InputSystem.InputActionState::get_totalControlCount()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t InputActionState_get_totalControlCount_m259C7D5BFA4DC3AF4D222DE9FEFF81B6CD2A5353 (InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public int totalControlCount => memory.controlCount;
|
|
UnmanagedMemory_t862EBE5224929ED0E2F989D790EB6B8633E612A2* L_0 = (&__this->___memory_7);
|
|
int32_t L_1 = L_0->___controlCount_5;
|
|
return L_1;
|
|
}
|
|
}
|
|
// UnityEngine.InputSystem.InputActionState/ActionMapIndices* UnityEngine.InputSystem.InputActionState::get_mapIndices()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ActionMapIndices_t013BEFD76B7FE52E413C5DBF5C7CDA4194800CBD* InputActionState_get_mapIndices_mF75C8F6FFBE91E223291E569223DC642F82A4879 (InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public ActionMapIndices* mapIndices => memory.mapIndices;
|
|
UnmanagedMemory_t862EBE5224929ED0E2F989D790EB6B8633E612A2* L_0 = (&__this->___memory_7);
|
|
ActionMapIndices_t013BEFD76B7FE52E413C5DBF5C7CDA4194800CBD* L_1 = L_0->___mapIndices_18;
|
|
return L_1;
|
|
}
|
|
}
|
|
// UnityEngine.InputSystem.InputActionState/TriggerState* UnityEngine.InputSystem.InputActionState::get_actionStates()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* InputActionState_get_actionStates_mFDC87519E9E826C5DAEE9E13058312FF82E16E0B (InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public TriggerState* actionStates => memory.actionStates;
|
|
UnmanagedMemory_t862EBE5224929ED0E2F989D790EB6B8633E612A2* L_0 = (&__this->___memory_7);
|
|
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_1 = L_0->___actionStates_7;
|
|
return L_1;
|
|
}
|
|
}
|
|
// UnityEngine.InputSystem.InputActionState/BindingState* UnityEngine.InputSystem.InputActionState::get_bindingStates()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* InputActionState_get_bindingStates_mF497553BC159C0B3BFE6A8BAD6336EB09CB4B2DE (InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public BindingState* bindingStates => memory.bindingStates;
|
|
UnmanagedMemory_t862EBE5224929ED0E2F989D790EB6B8633E612A2* L_0 = (&__this->___memory_7);
|
|
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* L_1 = L_0->___bindingStates_8;
|
|
return L_1;
|
|
}
|
|
}
|
|
// UnityEngine.InputSystem.InputActionState/InteractionState* UnityEngine.InputSystem.InputActionState::get_interactionStates()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE* InputActionState_get_interactionStates_mBA543F82BCCE87A8DAB9547346EAB8E972AB4C3F (InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public InteractionState* interactionStates => memory.interactionStates;
|
|
UnmanagedMemory_t862EBE5224929ED0E2F989D790EB6B8633E612A2* L_0 = (&__this->___memory_7);
|
|
InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE* L_1 = L_0->___interactionStates_9;
|
|
return L_1;
|
|
}
|
|
}
|
|
// System.Int32* UnityEngine.InputSystem.InputActionState::get_controlIndexToBindingIndex()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t* InputActionState_get_controlIndexToBindingIndex_mBA1C3C9E1F99F371755872CD87573FCFD6E1AAC6 (InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public int* controlIndexToBindingIndex => memory.controlIndexToBindingIndex;
|
|
UnmanagedMemory_t862EBE5224929ED0E2F989D790EB6B8633E612A2* L_0 = (&__this->___memory_7);
|
|
int32_t* L_1 = L_0->___controlIndexToBindingIndex_15;
|
|
return L_1;
|
|
}
|
|
}
|
|
// System.UInt16* UnityEngine.InputSystem.InputActionState::get_controlGroupingAndComplexity()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint16_t* InputActionState_get_controlGroupingAndComplexity_mCC4F6F2A155AFF6A04B5997ABAE6E0617A4118F3 (InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public ushort* controlGroupingAndComplexity => memory.controlGroupingAndComplexity;
|
|
UnmanagedMemory_t862EBE5224929ED0E2F989D790EB6B8633E612A2* L_0 = (&__this->___memory_7);
|
|
uint16_t* L_1 = L_0->___controlGroupingAndComplexity_16;
|
|
return L_1;
|
|
}
|
|
}
|
|
// System.Single* UnityEngine.InputSystem.InputActionState::get_controlMagnitudes()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float* InputActionState_get_controlMagnitudes_mEF08D8D3E87DC58752AB27DE1F88FBC004C4D9D7 (InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public float* controlMagnitudes => memory.controlMagnitudes;
|
|
UnmanagedMemory_t862EBE5224929ED0E2F989D790EB6B8633E612A2* L_0 = (&__this->___memory_7);
|
|
float* L_1 = L_0->___controlMagnitudes_10;
|
|
return L_1;
|
|
}
|
|
}
|
|
// System.UInt32* UnityEngine.InputSystem.InputActionState::get_enabledControls()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t* InputActionState_get_enabledControls_mA0923D4E2072CCFCABAAC1B514FA7CB7E816DBA8 (InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public uint* enabledControls => (uint*)memory.enabledControls;
|
|
UnmanagedMemory_t862EBE5224929ED0E2F989D790EB6B8633E612A2* L_0 = (&__this->___memory_7);
|
|
int32_t* L_1 = L_0->___enabledControls_12;
|
|
return (uint32_t*)(L_1);
|
|
}
|
|
}
|
|
// System.Boolean UnityEngine.InputSystem.InputActionState::get_isProcessingControlStateChange()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputActionState_get_isProcessingControlStateChange_mAB7000CD816F59CB081491E9FDBAD667EF6B2659 (InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public bool isProcessingControlStateChange => m_InProcessControlStateChange;
|
|
bool L_0 = __this->___m_InProcessControlStateChange_10;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.InputSystem.InputActionState::Initialize(UnityEngine.InputSystem.InputBindingResolver)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionState_Initialize_mED35FDA6F570976157B027B2802C312A829BE69C (InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* __this, InputBindingResolver_t66B4B619D1942B6B7EAAFC96643E516AA4093E56 ___0_resolver, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// ClaimDataFrom(resolver);
|
|
InputBindingResolver_t66B4B619D1942B6B7EAAFC96643E516AA4093E56 L_0 = ___0_resolver;
|
|
InputActionState_ClaimDataFrom_m816026D646659753973EF3048580FA0A360B4F31(__this, L_0, NULL);
|
|
// AddToGlobalList();
|
|
InputActionState_AddToGlobalList_mF9BDE3F882ABAC53B8E84181FBD71F0C69EC7CA9(__this, NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.InputSystem.InputActionState::ComputeControlGroupingIfNecessary()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionState_ComputeControlGroupingIfNecessary_m88E433E568F4182E5E84E3DD6B120AF7F24CD16E (InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral54458377977B39746D8739B34B60A49EA898EDAE);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
bool V_0 = false;
|
|
uint32_t V_1 = 0;
|
|
int32_t V_2 = 0;
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* V_3 = NULL;
|
|
int32_t V_4 = 0;
|
|
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* V_5 = NULL;
|
|
int32_t V_6 = 0;
|
|
int32_t V_7 = 0;
|
|
int32_t V_8 = 0;
|
|
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* V_9 = NULL;
|
|
int32_t V_10 = 0;
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* V_11 = NULL;
|
|
{
|
|
// if (memory.controlGroupingInitialized)
|
|
UnmanagedMemory_t862EBE5224929ED0E2F989D790EB6B8633E612A2* L_0 = (&__this->___memory_7);
|
|
bool L_1 = L_0->___controlGroupingInitialized_17;
|
|
if (!L_1)
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
// return;
|
|
return;
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
// var disableControlGrouping = InputSystem.settings.IsFeatureEnabled(InputFeatureNames.kDisableShortcutSupport);
|
|
il2cpp_codegen_runtime_class_init_inline(InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var);
|
|
InputSettings_tBA8835B505722A59702A08BCBA46ECF0B0274EEF* L_2;
|
|
L_2 = InputSystem_get_settings_m8E3E9C0907904CBDBAE96354142AB0A87C7A3B74(NULL);
|
|
NullCheck(L_2);
|
|
bool L_3;
|
|
L_3 = InputSettings_IsFeatureEnabled_mA9209A0E45A1FECA302CD2F39965735CC4897E68(L_2, _stringLiteral54458377977B39746D8739B34B60A49EA898EDAE, NULL);
|
|
V_0 = L_3;
|
|
// var currentGroup = 1u;
|
|
V_1 = 1;
|
|
// for (var i = 0; i < totalControlCount; ++i)
|
|
V_2 = 0;
|
|
goto IL_0122;
|
|
}
|
|
|
|
IL_0027:
|
|
{
|
|
// var control = controls[i];
|
|
InputControlU5BU5D_t0B951FEF1504D6340387C4735F5D6F426F40FE17* L_4 = __this->___controls_2;
|
|
int32_t L_5 = V_2;
|
|
NullCheck(L_4);
|
|
int32_t L_6 = L_5;
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_7 = (L_4)->GetAt(static_cast<il2cpp_array_size_t>(L_6));
|
|
V_3 = L_7;
|
|
// var bindingIndex = controlIndexToBindingIndex[i];
|
|
int32_t* L_8;
|
|
L_8 = InputActionState_get_controlIndexToBindingIndex_mBA1C3C9E1F99F371755872CD87573FCFD6E1AAC6(__this, NULL);
|
|
int32_t L_9 = V_2;
|
|
int32_t L_10 = *((int32_t*)((int32_t*)il2cpp_codegen_add((intptr_t)L_8, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_9), 4)))));
|
|
V_4 = L_10;
|
|
// ref var binding = ref bindingStates[bindingIndex];
|
|
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* L_11;
|
|
L_11 = InputActionState_get_bindingStates_mF497553BC159C0B3BFE6A8BAD6336EB09CB4B2DE(__this, NULL);
|
|
int32_t L_12 = V_4;
|
|
uint32_t L_13 = sizeof(BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA);
|
|
V_5 = (BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)il2cpp_codegen_add((intptr_t)L_11, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_12), (int32_t)L_13))));
|
|
// var complexity = 1;
|
|
V_6 = 1;
|
|
// if (binding.isPartOfComposite && !disableControlGrouping)
|
|
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* L_14 = V_5;
|
|
bool L_15;
|
|
L_15 = BindingState_get_isPartOfComposite_m70F70F3B0BEFE2E296ECDAD016DA21F9A9574533(L_14, NULL);
|
|
if (!L_15)
|
|
{
|
|
goto IL_00ae;
|
|
}
|
|
}
|
|
{
|
|
bool L_16 = V_0;
|
|
if (L_16)
|
|
{
|
|
goto IL_00ae;
|
|
}
|
|
}
|
|
{
|
|
// var compositeBindingIndex = binding.compositeOrCompositeBindingIndex;
|
|
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* L_17 = V_5;
|
|
int32_t L_18;
|
|
L_18 = BindingState_get_compositeOrCompositeBindingIndex_m383AEFE1AA276D530D90A4DBE19C5B957726CE34(L_17, NULL);
|
|
V_7 = L_18;
|
|
// for (var n = compositeBindingIndex + 1; n < totalBindingCount; ++n)
|
|
int32_t L_19 = V_7;
|
|
V_8 = ((int32_t)il2cpp_codegen_add(L_19, 1));
|
|
goto IL_00a4;
|
|
}
|
|
|
|
IL_0071:
|
|
{
|
|
// ref var partBinding = ref bindingStates[n];
|
|
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* L_20;
|
|
L_20 = InputActionState_get_bindingStates_mF497553BC159C0B3BFE6A8BAD6336EB09CB4B2DE(__this, NULL);
|
|
int32_t L_21 = V_8;
|
|
uint32_t L_22 = sizeof(BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA);
|
|
V_9 = (BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)il2cpp_codegen_add((intptr_t)L_20, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_21), (int32_t)L_22))));
|
|
// if (!partBinding.isPartOfComposite || partBinding.compositeOrCompositeBindingIndex != compositeBindingIndex)
|
|
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* L_23 = V_9;
|
|
bool L_24;
|
|
L_24 = BindingState_get_isPartOfComposite_m70F70F3B0BEFE2E296ECDAD016DA21F9A9574533(L_23, NULL);
|
|
if (!L_24)
|
|
{
|
|
goto IL_00ae;
|
|
}
|
|
}
|
|
{
|
|
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* L_25 = V_9;
|
|
int32_t L_26;
|
|
L_26 = BindingState_get_compositeOrCompositeBindingIndex_m383AEFE1AA276D530D90A4DBE19C5B957726CE34(L_25, NULL);
|
|
int32_t L_27 = V_7;
|
|
if ((!(((uint32_t)L_26) == ((uint32_t)L_27))))
|
|
{
|
|
goto IL_00ae;
|
|
}
|
|
}
|
|
{
|
|
// ++complexity;
|
|
int32_t L_28 = V_6;
|
|
V_6 = ((int32_t)il2cpp_codegen_add(L_28, 1));
|
|
// for (var n = compositeBindingIndex + 1; n < totalBindingCount; ++n)
|
|
int32_t L_29 = V_8;
|
|
V_8 = ((int32_t)il2cpp_codegen_add(L_29, 1));
|
|
}
|
|
|
|
IL_00a4:
|
|
{
|
|
// for (var n = compositeBindingIndex + 1; n < totalBindingCount; ++n)
|
|
int32_t L_30 = V_8;
|
|
int32_t L_31;
|
|
L_31 = InputActionState_get_totalBindingCount_mB2BF62C18C7F2D59E9045FC9A9D4F199C07337F9(__this, NULL);
|
|
if ((((int32_t)L_30) < ((int32_t)L_31)))
|
|
{
|
|
goto IL_0071;
|
|
}
|
|
}
|
|
|
|
IL_00ae:
|
|
{
|
|
// controlGroupingAndComplexity[i * 2 + 1] = (ushort)complexity;
|
|
uint16_t* L_32;
|
|
L_32 = InputActionState_get_controlGroupingAndComplexity_mCC4F6F2A155AFF6A04B5997ABAE6E0617A4118F3(__this, NULL);
|
|
int32_t L_33 = V_2;
|
|
int32_t L_34 = V_6;
|
|
*((int16_t*)((uint16_t*)il2cpp_codegen_add((intptr_t)L_32, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_multiply(L_33, 2)), 1))), 2))))) = (int16_t)((int32_t)(uint16_t)L_34);
|
|
// if (controlGroupingAndComplexity[i * 2] == 0)
|
|
uint16_t* L_35;
|
|
L_35 = InputActionState_get_controlGroupingAndComplexity_mCC4F6F2A155AFF6A04B5997ABAE6E0617A4118F3(__this, NULL);
|
|
int32_t L_36 = V_2;
|
|
int32_t L_37 = *((uint16_t*)((uint16_t*)il2cpp_codegen_add((intptr_t)L_35, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)((int32_t)il2cpp_codegen_multiply(L_36, 2))), 2)))));
|
|
if (L_37)
|
|
{
|
|
goto IL_011e;
|
|
}
|
|
}
|
|
{
|
|
// if (!disableControlGrouping)
|
|
bool L_38 = V_0;
|
|
if (L_38)
|
|
{
|
|
goto IL_010a;
|
|
}
|
|
}
|
|
{
|
|
// for (var n = 0; n < totalControlCount; ++n)
|
|
V_10 = 0;
|
|
goto IL_0100;
|
|
}
|
|
|
|
IL_00d9:
|
|
{
|
|
// var otherControl = controls[n];
|
|
InputControlU5BU5D_t0B951FEF1504D6340387C4735F5D6F426F40FE17* L_39 = __this->___controls_2;
|
|
int32_t L_40 = V_10;
|
|
NullCheck(L_39);
|
|
int32_t L_41 = L_40;
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_42 = (L_39)->GetAt(static_cast<il2cpp_array_size_t>(L_41));
|
|
V_11 = L_42;
|
|
// if (control != otherControl)
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_43 = V_3;
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_44 = V_11;
|
|
if ((!(((RuntimeObject*)(InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E*)L_43) == ((RuntimeObject*)(InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E*)L_44))))
|
|
{
|
|
goto IL_00fa;
|
|
}
|
|
}
|
|
{
|
|
// controlGroupingAndComplexity[n * 2] = (ushort)currentGroup;
|
|
uint16_t* L_45;
|
|
L_45 = InputActionState_get_controlGroupingAndComplexity_mCC4F6F2A155AFF6A04B5997ABAE6E0617A4118F3(__this, NULL);
|
|
int32_t L_46 = V_10;
|
|
uint32_t L_47 = V_1;
|
|
*((int16_t*)((uint16_t*)il2cpp_codegen_add((intptr_t)L_45, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)((int32_t)il2cpp_codegen_multiply(L_46, 2))), 2))))) = (int16_t)((int32_t)(uint16_t)L_47);
|
|
}
|
|
|
|
IL_00fa:
|
|
{
|
|
// for (var n = 0; n < totalControlCount; ++n)
|
|
int32_t L_48 = V_10;
|
|
V_10 = ((int32_t)il2cpp_codegen_add(L_48, 1));
|
|
}
|
|
|
|
IL_0100:
|
|
{
|
|
// for (var n = 0; n < totalControlCount; ++n)
|
|
int32_t L_49 = V_10;
|
|
int32_t L_50;
|
|
L_50 = InputActionState_get_totalControlCount_m259C7D5BFA4DC3AF4D222DE9FEFF81B6CD2A5353(__this, NULL);
|
|
if ((((int32_t)L_49) < ((int32_t)L_50)))
|
|
{
|
|
goto IL_00d9;
|
|
}
|
|
}
|
|
|
|
IL_010a:
|
|
{
|
|
// controlGroupingAndComplexity[i * 2] = (ushort)currentGroup;
|
|
uint16_t* L_51;
|
|
L_51 = InputActionState_get_controlGroupingAndComplexity_mCC4F6F2A155AFF6A04B5997ABAE6E0617A4118F3(__this, NULL);
|
|
int32_t L_52 = V_2;
|
|
uint32_t L_53 = V_1;
|
|
*((int16_t*)((uint16_t*)il2cpp_codegen_add((intptr_t)L_51, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)((int32_t)il2cpp_codegen_multiply(L_52, 2))), 2))))) = (int16_t)((int32_t)(uint16_t)L_53);
|
|
// ++currentGroup;
|
|
uint32_t L_54 = V_1;
|
|
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_54, 1));
|
|
}
|
|
|
|
IL_011e:
|
|
{
|
|
// for (var i = 0; i < totalControlCount; ++i)
|
|
int32_t L_55 = V_2;
|
|
V_2 = ((int32_t)il2cpp_codegen_add(L_55, 1));
|
|
}
|
|
|
|
IL_0122:
|
|
{
|
|
// for (var i = 0; i < totalControlCount; ++i)
|
|
int32_t L_56 = V_2;
|
|
int32_t L_57;
|
|
L_57 = InputActionState_get_totalControlCount_m259C7D5BFA4DC3AF4D222DE9FEFF81B6CD2A5353(__this, NULL);
|
|
if ((((int32_t)L_56) < ((int32_t)L_57)))
|
|
{
|
|
goto IL_0027;
|
|
}
|
|
}
|
|
{
|
|
// memory.controlGroupingInitialized = true;
|
|
UnmanagedMemory_t862EBE5224929ED0E2F989D790EB6B8633E612A2* L_58 = (&__this->___memory_7);
|
|
L_58->___controlGroupingInitialized_17 = (bool)1;
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.InputSystem.InputActionState::ClaimDataFrom(UnityEngine.InputSystem.InputBindingResolver)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionState_ClaimDataFrom_m816026D646659753973EF3048580FA0A360B4F31 (InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* __this, InputBindingResolver_t66B4B619D1942B6B7EAAFC96643E516AA4093E56 ___0_resolver, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// totalProcessorCount = resolver.totalProcessorCount;
|
|
InputBindingResolver_t66B4B619D1942B6B7EAAFC96643E516AA4093E56 L_0 = ___0_resolver;
|
|
int32_t L_1 = L_0.___totalProcessorCount_0;
|
|
__this->___totalProcessorCount_6 = L_1;
|
|
// maps = resolver.maps;
|
|
InputBindingResolver_t66B4B619D1942B6B7EAAFC96643E516AA4093E56 L_2 = ___0_resolver;
|
|
InputActionMapU5BU5D_t4B352E8DA73976FEDA107E35E81FB5BE6838C045* L_3 = L_2.___maps_3;
|
|
__this->___maps_1 = L_3;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___maps_1), (void*)L_3);
|
|
// interactions = resolver.interactions;
|
|
InputBindingResolver_t66B4B619D1942B6B7EAAFC96643E516AA4093E56 L_4 = ___0_resolver;
|
|
IInputInteractionU5BU5D_t175AB10EB3221C36393F258F530F94D8DD01CB93* L_5 = L_4.___interactions_6;
|
|
__this->___interactions_3 = L_5;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___interactions_3), (void*)L_5);
|
|
// processors = resolver.processors;
|
|
InputBindingResolver_t66B4B619D1942B6B7EAAFC96643E516AA4093E56 L_6 = ___0_resolver;
|
|
InputProcessorU5BU5D_t79582BEBC3FAF824D9762566AA6E979F95E6EB64* L_7 = L_6.___processors_7;
|
|
__this->___processors_4 = L_7;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___processors_4), (void*)L_7);
|
|
// composites = resolver.composites;
|
|
InputBindingResolver_t66B4B619D1942B6B7EAAFC96643E516AA4093E56 L_8 = ___0_resolver;
|
|
InputBindingCompositeU5BU5D_tB9A645573A56F8DC9EC7AD84F1BE24C2B0F4319E* L_9 = L_8.___composites_8;
|
|
__this->___composites_5 = L_9;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___composites_5), (void*)L_9);
|
|
// controls = resolver.controls;
|
|
InputBindingResolver_t66B4B619D1942B6B7EAAFC96643E516AA4093E56 L_10 = ___0_resolver;
|
|
InputControlU5BU5D_t0B951FEF1504D6340387C4735F5D6F426F40FE17* L_11 = L_10.___controls_4;
|
|
__this->___controls_2 = L_11;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___controls_2), (void*)L_11);
|
|
// memory = resolver.memory;
|
|
InputBindingResolver_t66B4B619D1942B6B7EAAFC96643E516AA4093E56 L_12 = ___0_resolver;
|
|
UnmanagedMemory_t862EBE5224929ED0E2F989D790EB6B8633E612A2 L_13 = L_12.___memory_5;
|
|
__this->___memory_7 = L_13;
|
|
// resolver.memory = new UnmanagedMemory();
|
|
UnmanagedMemory_t862EBE5224929ED0E2F989D790EB6B8633E612A2* L_14 = (&(&___0_resolver)->___memory_5);
|
|
il2cpp_codegen_initobj(L_14, sizeof(UnmanagedMemory_t862EBE5224929ED0E2F989D790EB6B8633E612A2));
|
|
// ComputeControlGroupingIfNecessary();
|
|
InputActionState_ComputeControlGroupingIfNecessary_m88E433E568F4182E5E84E3DD6B120AF7F24CD16E(__this, NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.InputSystem.InputActionState::Finalize()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionState_Finalize_mEF6E4C60D72F443C9772E48AA288E82195F1D8F9 (InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_0009:
|
|
{// begin finally (depth: 1)
|
|
// }
|
|
Object_Finalize_mC98C96301CCABFE00F1A7EF8E15DF507CACD42B2(__this, NULL);
|
|
return;
|
|
}// end finally (depth: 1)
|
|
});
|
|
try
|
|
{// begin try (depth: 1)
|
|
// Destroy(isFinalizing: true);
|
|
InputActionState_Destroy_m51CDCBCF67DE2F6A227507C77EA21507A6CA520A(__this, (bool)1, NULL);
|
|
goto IL_0010;
|
|
}// end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_0010:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.InputSystem.InputActionState::Dispose()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionState_Dispose_m72C771177F6D31BE676116B49DE758E0F1E67C87 (InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// Destroy();
|
|
InputActionState_Destroy_m51CDCBCF67DE2F6A227507C77EA21507A6CA520A(__this, (bool)0, NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.InputSystem.InputActionState::Destroy(System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionState_Destroy_m51CDCBCF67DE2F6A227507C77EA21507A6CA520A (InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* __this, bool ___0_isFinalizing, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* V_1 = NULL;
|
|
InputActionU5BU5D_t6F881A9FE5C2016615C8D2E0B192608EA5FCE810* V_2 = NULL;
|
|
int32_t V_3 = 0;
|
|
{
|
|
// if (!isFinalizing)
|
|
bool L_0 = ___0_isFinalizing;
|
|
if (L_0)
|
|
{
|
|
goto IL_00b5;
|
|
}
|
|
}
|
|
{
|
|
// for (var i = 0; i < totalMapCount; ++i)
|
|
V_0 = 0;
|
|
goto IL_00a3;
|
|
}
|
|
|
|
IL_000d:
|
|
{
|
|
// var map = maps[i];
|
|
InputActionMapU5BU5D_t4B352E8DA73976FEDA107E35E81FB5BE6838C045* L_1 = __this->___maps_1;
|
|
int32_t L_2 = V_0;
|
|
NullCheck(L_1);
|
|
int32_t L_3 = L_2;
|
|
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_4 = (L_1)->GetAt(static_cast<il2cpp_array_size_t>(L_3));
|
|
V_1 = L_4;
|
|
// if (map.enabled)
|
|
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_5 = V_1;
|
|
NullCheck(L_5);
|
|
bool L_6;
|
|
L_6 = InputActionMap_get_enabled_mB89FAA20F1EA1884A28829B3E350822D7456E888(L_5, NULL);
|
|
if (!L_6)
|
|
{
|
|
goto IL_004f;
|
|
}
|
|
}
|
|
{
|
|
// DisableControls(i, mapIndices[i].controlStartIndex, mapIndices[i].controlCount);
|
|
int32_t L_7 = V_0;
|
|
ActionMapIndices_t013BEFD76B7FE52E413C5DBF5C7CDA4194800CBD* L_8;
|
|
L_8 = InputActionState_get_mapIndices_mF75C8F6FFBE91E223291E569223DC642F82A4879(__this, NULL);
|
|
int32_t L_9 = V_0;
|
|
uint32_t L_10 = sizeof(ActionMapIndices_t013BEFD76B7FE52E413C5DBF5C7CDA4194800CBD);
|
|
NullCheck(((ActionMapIndices_t013BEFD76B7FE52E413C5DBF5C7CDA4194800CBD*)il2cpp_codegen_add((intptr_t)L_8, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_9), (int32_t)L_10)))));
|
|
int32_t L_11 = ((ActionMapIndices_t013BEFD76B7FE52E413C5DBF5C7CDA4194800CBD*)il2cpp_codegen_add((intptr_t)L_8, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_9), (int32_t)L_10))))->___controlStartIndex_2;
|
|
ActionMapIndices_t013BEFD76B7FE52E413C5DBF5C7CDA4194800CBD* L_12;
|
|
L_12 = InputActionState_get_mapIndices_mF75C8F6FFBE91E223291E569223DC642F82A4879(__this, NULL);
|
|
int32_t L_13 = V_0;
|
|
uint32_t L_14 = sizeof(ActionMapIndices_t013BEFD76B7FE52E413C5DBF5C7CDA4194800CBD);
|
|
NullCheck(((ActionMapIndices_t013BEFD76B7FE52E413C5DBF5C7CDA4194800CBD*)il2cpp_codegen_add((intptr_t)L_12, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_13), (int32_t)L_14)))));
|
|
int32_t L_15 = ((ActionMapIndices_t013BEFD76B7FE52E413C5DBF5C7CDA4194800CBD*)il2cpp_codegen_add((intptr_t)L_12, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_13), (int32_t)L_14))))->___controlCount_3;
|
|
InputActionState_DisableControls_m8C6B11EE45D796B5CDFEA63F2806E2FFF34EA176(__this, L_7, L_11, L_15, NULL);
|
|
}
|
|
|
|
IL_004f:
|
|
{
|
|
// if (map.m_Asset != null)
|
|
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_16 = V_1;
|
|
NullCheck(L_16);
|
|
InputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D* L_17 = L_16->___m_Asset_2;
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_18;
|
|
L_18 = Object_op_Inequality_mD0BE578448EAA61948F25C32F8DD55AB1F778602(L_17, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
|
|
if (!L_18)
|
|
{
|
|
goto IL_0069;
|
|
}
|
|
}
|
|
{
|
|
// map.m_Asset.m_SharedStateForAllMaps = null;
|
|
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_19 = V_1;
|
|
NullCheck(L_19);
|
|
InputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D* L_20 = L_19->___m_Asset_2;
|
|
NullCheck(L_20);
|
|
L_20->___m_SharedStateForAllMaps_7 = (InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700*)NULL;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_20->___m_SharedStateForAllMaps_7), (void*)(InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700*)NULL);
|
|
}
|
|
|
|
IL_0069:
|
|
{
|
|
// map.m_State = null;
|
|
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_21 = V_1;
|
|
NullCheck(L_21);
|
|
L_21->___m_State_10 = (InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700*)NULL;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_21->___m_State_10), (void*)(InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700*)NULL);
|
|
// map.m_MapIndexInState = kInvalidIndex;
|
|
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_22 = V_1;
|
|
NullCheck(L_22);
|
|
L_22->___m_MapIndexInState_9 = (-1);
|
|
// map.m_EnabledActionsCount = 0;
|
|
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_23 = V_1;
|
|
NullCheck(L_23);
|
|
L_23->___m_EnabledActionsCount_7 = 0;
|
|
// var actions = map.m_Actions;
|
|
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_24 = V_1;
|
|
NullCheck(L_24);
|
|
InputActionU5BU5D_t6F881A9FE5C2016615C8D2E0B192608EA5FCE810* L_25 = L_24->___m_Actions_3;
|
|
V_2 = L_25;
|
|
// if (actions != null)
|
|
InputActionU5BU5D_t6F881A9FE5C2016615C8D2E0B192608EA5FCE810* L_26 = V_2;
|
|
if (!L_26)
|
|
{
|
|
goto IL_009f;
|
|
}
|
|
}
|
|
{
|
|
// for (var n = 0; n < actions.Length; ++n)
|
|
V_3 = 0;
|
|
goto IL_0099;
|
|
}
|
|
|
|
IL_008c:
|
|
{
|
|
// actions[n].m_ActionIndexInState = kInvalidIndex;
|
|
InputActionU5BU5D_t6F881A9FE5C2016615C8D2E0B192608EA5FCE810* L_27 = V_2;
|
|
int32_t L_28 = V_3;
|
|
NullCheck(L_27);
|
|
int32_t L_29 = L_28;
|
|
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_30 = (L_27)->GetAt(static_cast<il2cpp_array_size_t>(L_29));
|
|
NullCheck(L_30);
|
|
L_30->___m_ActionIndexInState_13 = (-1);
|
|
// for (var n = 0; n < actions.Length; ++n)
|
|
int32_t L_31 = V_3;
|
|
V_3 = ((int32_t)il2cpp_codegen_add(L_31, 1));
|
|
}
|
|
|
|
IL_0099:
|
|
{
|
|
// for (var n = 0; n < actions.Length; ++n)
|
|
int32_t L_32 = V_3;
|
|
InputActionU5BU5D_t6F881A9FE5C2016615C8D2E0B192608EA5FCE810* L_33 = V_2;
|
|
NullCheck(L_33);
|
|
if ((((int32_t)L_32) < ((int32_t)((int32_t)(((RuntimeArray*)L_33)->max_length)))))
|
|
{
|
|
goto IL_008c;
|
|
}
|
|
}
|
|
|
|
IL_009f:
|
|
{
|
|
// for (var i = 0; i < totalMapCount; ++i)
|
|
int32_t L_34 = V_0;
|
|
V_0 = ((int32_t)il2cpp_codegen_add(L_34, 1));
|
|
}
|
|
|
|
IL_00a3:
|
|
{
|
|
// for (var i = 0; i < totalMapCount; ++i)
|
|
int32_t L_35 = V_0;
|
|
int32_t L_36;
|
|
L_36 = InputActionState_get_totalMapCount_m40628218F03A5A6FFC10A826641A5A115A760345(__this, NULL);
|
|
if ((((int32_t)L_35) < ((int32_t)L_36)))
|
|
{
|
|
goto IL_000d;
|
|
}
|
|
}
|
|
{
|
|
// RemoveMapFromGlobalList();
|
|
InputActionState_RemoveMapFromGlobalList_m7C458CF33D682D37C86857AA53BE85A74B5132EA(__this, NULL);
|
|
}
|
|
|
|
IL_00b5:
|
|
{
|
|
// memory.Dispose();
|
|
UnmanagedMemory_t862EBE5224929ED0E2F989D790EB6B8633E612A2* L_37 = (&__this->___memory_7);
|
|
UnmanagedMemory_Dispose_m5EF84448B0C1606D96748DD15CD7667710E23783(L_37, NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// UnityEngine.InputSystem.InputActionState UnityEngine.InputSystem.InputActionState::Clone()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* InputActionState_Clone_m47C14D737D198E9FE1D210DD22B5E7BE07C93916 (InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArrayHelpers_Copy_TisIInputInteraction_t689E6823744061ED815FB936C3EB3FDD3594B844_mD2F659518B8A83FE66EC8FAB9BFBB4FBAB6BCA51_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArrayHelpers_Copy_TisInputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09_m5A1E0A08717E9AA66582DE294CCEC8B9003EE304_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArrayHelpers_Copy_TisInputBindingComposite_tA9230435A30FB5B2D4967D6FAE7EFABBBF26C0C0_mCA8ECADB81EEFEF784E8A31D374758A6C3A3C8A2_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArrayHelpers_Copy_TisInputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E_m9ED19ECF59DECAB264523A2B9EE052551064EF23_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArrayHelpers_Copy_TisInputProcessor_t71DA6677A0295DC87736E1D8D208FEA75D860457_m7ACD5F3109D674E0A2485A36F1D0108889895602_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// return new InputActionState
|
|
// {
|
|
// maps = ArrayHelpers.Copy(maps),
|
|
// controls = ArrayHelpers.Copy(controls),
|
|
// interactions = ArrayHelpers.Copy(interactions),
|
|
// processors = ArrayHelpers.Copy(processors),
|
|
// composites = ArrayHelpers.Copy(composites),
|
|
// totalProcessorCount = totalProcessorCount,
|
|
// memory = memory.Clone(),
|
|
// };
|
|
InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* L_0 = (InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700*)il2cpp_codegen_object_new(InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700_il2cpp_TypeInfo_var);
|
|
NullCheck(L_0);
|
|
InputActionState__ctor_m7D416EE726DD286EFEE5756E563A37F330B92746(L_0, NULL);
|
|
InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* L_1 = L_0;
|
|
InputActionMapU5BU5D_t4B352E8DA73976FEDA107E35E81FB5BE6838C045* L_2 = __this->___maps_1;
|
|
InputActionMapU5BU5D_t4B352E8DA73976FEDA107E35E81FB5BE6838C045* L_3;
|
|
L_3 = ArrayHelpers_Copy_TisInputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09_m5A1E0A08717E9AA66582DE294CCEC8B9003EE304(L_2, ArrayHelpers_Copy_TisInputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09_m5A1E0A08717E9AA66582DE294CCEC8B9003EE304_RuntimeMethod_var);
|
|
NullCheck(L_1);
|
|
L_1->___maps_1 = L_3;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_1->___maps_1), (void*)L_3);
|
|
InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* L_4 = L_1;
|
|
InputControlU5BU5D_t0B951FEF1504D6340387C4735F5D6F426F40FE17* L_5 = __this->___controls_2;
|
|
InputControlU5BU5D_t0B951FEF1504D6340387C4735F5D6F426F40FE17* L_6;
|
|
L_6 = ArrayHelpers_Copy_TisInputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E_m9ED19ECF59DECAB264523A2B9EE052551064EF23(L_5, ArrayHelpers_Copy_TisInputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E_m9ED19ECF59DECAB264523A2B9EE052551064EF23_RuntimeMethod_var);
|
|
NullCheck(L_4);
|
|
L_4->___controls_2 = L_6;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_4->___controls_2), (void*)L_6);
|
|
InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* L_7 = L_4;
|
|
IInputInteractionU5BU5D_t175AB10EB3221C36393F258F530F94D8DD01CB93* L_8 = __this->___interactions_3;
|
|
IInputInteractionU5BU5D_t175AB10EB3221C36393F258F530F94D8DD01CB93* L_9;
|
|
L_9 = ArrayHelpers_Copy_TisIInputInteraction_t689E6823744061ED815FB936C3EB3FDD3594B844_mD2F659518B8A83FE66EC8FAB9BFBB4FBAB6BCA51(L_8, ArrayHelpers_Copy_TisIInputInteraction_t689E6823744061ED815FB936C3EB3FDD3594B844_mD2F659518B8A83FE66EC8FAB9BFBB4FBAB6BCA51_RuntimeMethod_var);
|
|
NullCheck(L_7);
|
|
L_7->___interactions_3 = L_9;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_7->___interactions_3), (void*)L_9);
|
|
InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* L_10 = L_7;
|
|
InputProcessorU5BU5D_t79582BEBC3FAF824D9762566AA6E979F95E6EB64* L_11 = __this->___processors_4;
|
|
InputProcessorU5BU5D_t79582BEBC3FAF824D9762566AA6E979F95E6EB64* L_12;
|
|
L_12 = ArrayHelpers_Copy_TisInputProcessor_t71DA6677A0295DC87736E1D8D208FEA75D860457_m7ACD5F3109D674E0A2485A36F1D0108889895602(L_11, ArrayHelpers_Copy_TisInputProcessor_t71DA6677A0295DC87736E1D8D208FEA75D860457_m7ACD5F3109D674E0A2485A36F1D0108889895602_RuntimeMethod_var);
|
|
NullCheck(L_10);
|
|
L_10->___processors_4 = L_12;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_10->___processors_4), (void*)L_12);
|
|
InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* L_13 = L_10;
|
|
InputBindingCompositeU5BU5D_tB9A645573A56F8DC9EC7AD84F1BE24C2B0F4319E* L_14 = __this->___composites_5;
|
|
InputBindingCompositeU5BU5D_tB9A645573A56F8DC9EC7AD84F1BE24C2B0F4319E* L_15;
|
|
L_15 = ArrayHelpers_Copy_TisInputBindingComposite_tA9230435A30FB5B2D4967D6FAE7EFABBBF26C0C0_mCA8ECADB81EEFEF784E8A31D374758A6C3A3C8A2(L_14, ArrayHelpers_Copy_TisInputBindingComposite_tA9230435A30FB5B2D4967D6FAE7EFABBBF26C0C0_mCA8ECADB81EEFEF784E8A31D374758A6C3A3C8A2_RuntimeMethod_var);
|
|
NullCheck(L_13);
|
|
L_13->___composites_5 = L_15;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_13->___composites_5), (void*)L_15);
|
|
InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* L_16 = L_13;
|
|
int32_t L_17 = __this->___totalProcessorCount_6;
|
|
NullCheck(L_16);
|
|
L_16->___totalProcessorCount_6 = L_17;
|
|
InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* L_18 = L_16;
|
|
UnmanagedMemory_t862EBE5224929ED0E2F989D790EB6B8633E612A2* L_19 = (&__this->___memory_7);
|
|
UnmanagedMemory_t862EBE5224929ED0E2F989D790EB6B8633E612A2 L_20;
|
|
L_20 = UnmanagedMemory_Clone_mD94246F91C5AF05C0D379BD1192FFAC46342664E(L_19, NULL);
|
|
NullCheck(L_18);
|
|
L_18->___memory_7 = L_20;
|
|
return L_18;
|
|
}
|
|
}
|
|
// System.Object UnityEngine.InputSystem.InputActionState::System.ICloneable.Clone()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* InputActionState_System_ICloneable_Clone_m1853B8C9FB017EFEBBC68735AAF81EA6B1553F32 (InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// return Clone();
|
|
InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* L_0;
|
|
L_0 = InputActionState_Clone_m47C14D737D198E9FE1D210DD22B5E7BE07C93916(__this, NULL);
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Boolean UnityEngine.InputSystem.InputActionState::IsUsingDevice(UnityEngine.InputSystem.InputDevice)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputActionState_IsUsingDevice_m94971884138AE5567581A1DEF6BAB8D1E272538A (InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* __this, InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* ___0_device, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerable_Contains_TisInputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B_mA3F267ABE7A61F1761301790F4D93711DAE2E5BE_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_get_HasValue_m10F5D8220C8CD543BCD307C415B1D11649B1E7CF_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_get_Value_mE150078CC558A29C692883678E28B7E377940133_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlyArray_1_t21E90B3F1DF1E9A2088EA0523F03C47910735BCA_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
bool V_0 = false;
|
|
int32_t V_1 = 0;
|
|
Nullable_1_t6B4D7100F56DCBBBD57A82F0DE4C93A1BA86EC4D V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
int32_t V_3 = 0;
|
|
{
|
|
// var haveMapsWithoutDeviceRestrictions = false;
|
|
V_0 = (bool)0;
|
|
// for (var i = 0; i < totalMapCount; ++i)
|
|
V_1 = 0;
|
|
goto IL_003b;
|
|
}
|
|
|
|
IL_0006:
|
|
{
|
|
// var map = maps[i];
|
|
InputActionMapU5BU5D_t4B352E8DA73976FEDA107E35E81FB5BE6838C045* L_0 = __this->___maps_1;
|
|
int32_t L_1 = V_1;
|
|
NullCheck(L_0);
|
|
int32_t L_2 = L_1;
|
|
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_3 = (L_0)->GetAt(static_cast<il2cpp_array_size_t>(L_2));
|
|
// var devicesForMap = map.devices;
|
|
NullCheck(L_3);
|
|
Nullable_1_t6B4D7100F56DCBBBD57A82F0DE4C93A1BA86EC4D L_4;
|
|
L_4 = InputActionMap_get_devices_m64AF699BF3464AC1B42D1905F48F1F794BAE1961(L_3, NULL);
|
|
V_2 = L_4;
|
|
// if (devicesForMap == null)
|
|
bool L_5;
|
|
L_5 = Nullable_1_get_HasValue_m10F5D8220C8CD543BCD307C415B1D11649B1E7CF_inline((&V_2), Nullable_1_get_HasValue_m10F5D8220C8CD543BCD307C415B1D11649B1E7CF_RuntimeMethod_var);
|
|
if (L_5)
|
|
{
|
|
goto IL_0021;
|
|
}
|
|
}
|
|
{
|
|
// haveMapsWithoutDeviceRestrictions = true;
|
|
V_0 = (bool)1;
|
|
goto IL_0037;
|
|
}
|
|
|
|
IL_0021:
|
|
{
|
|
// else if (devicesForMap.Value.Contains(device))
|
|
ReadOnlyArray_1_t21E90B3F1DF1E9A2088EA0523F03C47910735BCA L_6;
|
|
L_6 = Nullable_1_get_Value_mE150078CC558A29C692883678E28B7E377940133((&V_2), Nullable_1_get_Value_mE150078CC558A29C692883678E28B7E377940133_RuntimeMethod_var);
|
|
ReadOnlyArray_1_t21E90B3F1DF1E9A2088EA0523F03C47910735BCA L_7 = L_6;
|
|
RuntimeObject* L_8 = Box(ReadOnlyArray_1_t21E90B3F1DF1E9A2088EA0523F03C47910735BCA_il2cpp_TypeInfo_var, &L_7);
|
|
InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* L_9 = ___0_device;
|
|
bool L_10;
|
|
L_10 = Enumerable_Contains_TisInputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B_mA3F267ABE7A61F1761301790F4D93711DAE2E5BE((RuntimeObject*)L_8, L_9, Enumerable_Contains_TisInputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B_mA3F267ABE7A61F1761301790F4D93711DAE2E5BE_RuntimeMethod_var);
|
|
if (!L_10)
|
|
{
|
|
goto IL_0037;
|
|
}
|
|
}
|
|
{
|
|
// return true;
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0037:
|
|
{
|
|
// for (var i = 0; i < totalMapCount; ++i)
|
|
int32_t L_11 = V_1;
|
|
V_1 = ((int32_t)il2cpp_codegen_add(L_11, 1));
|
|
}
|
|
|
|
IL_003b:
|
|
{
|
|
// for (var i = 0; i < totalMapCount; ++i)
|
|
int32_t L_12 = V_1;
|
|
int32_t L_13;
|
|
L_13 = InputActionState_get_totalMapCount_m40628218F03A5A6FFC10A826641A5A115A760345(__this, NULL);
|
|
if ((((int32_t)L_12) < ((int32_t)L_13)))
|
|
{
|
|
goto IL_0006;
|
|
}
|
|
}
|
|
{
|
|
// if (!haveMapsWithoutDeviceRestrictions)
|
|
bool L_14 = V_0;
|
|
if (L_14)
|
|
{
|
|
goto IL_0049;
|
|
}
|
|
}
|
|
{
|
|
// return false;
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0049:
|
|
{
|
|
// for (var i = 0; i < totalControlCount; ++i)
|
|
V_3 = 0;
|
|
goto IL_0063;
|
|
}
|
|
|
|
IL_004d:
|
|
{
|
|
// if (controls[i].device == device)
|
|
InputControlU5BU5D_t0B951FEF1504D6340387C4735F5D6F426F40FE17* L_15 = __this->___controls_2;
|
|
int32_t L_16 = V_3;
|
|
NullCheck(L_15);
|
|
int32_t L_17 = L_16;
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_18 = (L_15)->GetAt(static_cast<il2cpp_array_size_t>(L_17));
|
|
NullCheck(L_18);
|
|
InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* L_19;
|
|
L_19 = InputControl_get_device_mAB3E013F566CF3407B8C36BC781EBD751DFAB324_inline(L_18, NULL);
|
|
InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* L_20 = ___0_device;
|
|
if ((!(((RuntimeObject*)(InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B*)L_19) == ((RuntimeObject*)(InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B*)L_20))))
|
|
{
|
|
goto IL_005f;
|
|
}
|
|
}
|
|
{
|
|
// return true;
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_005f:
|
|
{
|
|
// for (var i = 0; i < totalControlCount; ++i)
|
|
int32_t L_21 = V_3;
|
|
V_3 = ((int32_t)il2cpp_codegen_add(L_21, 1));
|
|
}
|
|
|
|
IL_0063:
|
|
{
|
|
// for (var i = 0; i < totalControlCount; ++i)
|
|
int32_t L_22 = V_3;
|
|
int32_t L_23;
|
|
L_23 = InputActionState_get_totalControlCount_m259C7D5BFA4DC3AF4D222DE9FEFF81B6CD2A5353(__this, NULL);
|
|
if ((((int32_t)L_22) < ((int32_t)L_23)))
|
|
{
|
|
goto IL_004d;
|
|
}
|
|
}
|
|
{
|
|
// return false;
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Boolean UnityEngine.InputSystem.InputActionState::CanUseDevice(UnityEngine.InputSystem.InputDevice)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputActionState_CanUseDevice_m7477C8DB79546DC5B0194DEA17F14CB6C4C1429A (InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* __this, InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* ___0_device, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerable_Contains_TisInputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B_mA3F267ABE7A61F1761301790F4D93711DAE2E5BE_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_get_HasValue_m10F5D8220C8CD543BCD307C415B1D11649B1E7CF_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_get_Value_mE150078CC558A29C692883678E28B7E377940133_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlyArray_1_t21E90B3F1DF1E9A2088EA0523F03C47910735BCA_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
bool V_0 = false;
|
|
int32_t V_1 = 0;
|
|
Nullable_1_t6B4D7100F56DCBBBD57A82F0DE4C93A1BA86EC4D V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
int32_t V_3 = 0;
|
|
InputBindingU5BU5D_t7E47E87B9CAE12B6F6A0659008B425C58D84BB57* V_4 = NULL;
|
|
int32_t V_5 = 0;
|
|
int32_t V_6 = 0;
|
|
{
|
|
// var haveMapWithoutDeviceRestrictions = false;
|
|
V_0 = (bool)0;
|
|
// for (var i = 0; i < totalMapCount; ++i)
|
|
V_1 = 0;
|
|
goto IL_003b;
|
|
}
|
|
|
|
IL_0006:
|
|
{
|
|
// var map = maps[i];
|
|
InputActionMapU5BU5D_t4B352E8DA73976FEDA107E35E81FB5BE6838C045* L_0 = __this->___maps_1;
|
|
int32_t L_1 = V_1;
|
|
NullCheck(L_0);
|
|
int32_t L_2 = L_1;
|
|
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_3 = (L_0)->GetAt(static_cast<il2cpp_array_size_t>(L_2));
|
|
// var devicesForMap = map.devices;
|
|
NullCheck(L_3);
|
|
Nullable_1_t6B4D7100F56DCBBBD57A82F0DE4C93A1BA86EC4D L_4;
|
|
L_4 = InputActionMap_get_devices_m64AF699BF3464AC1B42D1905F48F1F794BAE1961(L_3, NULL);
|
|
V_2 = L_4;
|
|
// if (devicesForMap == null)
|
|
bool L_5;
|
|
L_5 = Nullable_1_get_HasValue_m10F5D8220C8CD543BCD307C415B1D11649B1E7CF_inline((&V_2), Nullable_1_get_HasValue_m10F5D8220C8CD543BCD307C415B1D11649B1E7CF_RuntimeMethod_var);
|
|
if (L_5)
|
|
{
|
|
goto IL_0021;
|
|
}
|
|
}
|
|
{
|
|
// haveMapWithoutDeviceRestrictions = true;
|
|
V_0 = (bool)1;
|
|
goto IL_0037;
|
|
}
|
|
|
|
IL_0021:
|
|
{
|
|
// else if (devicesForMap.Value.Contains(device))
|
|
ReadOnlyArray_1_t21E90B3F1DF1E9A2088EA0523F03C47910735BCA L_6;
|
|
L_6 = Nullable_1_get_Value_mE150078CC558A29C692883678E28B7E377940133((&V_2), Nullable_1_get_Value_mE150078CC558A29C692883678E28B7E377940133_RuntimeMethod_var);
|
|
ReadOnlyArray_1_t21E90B3F1DF1E9A2088EA0523F03C47910735BCA L_7 = L_6;
|
|
RuntimeObject* L_8 = Box(ReadOnlyArray_1_t21E90B3F1DF1E9A2088EA0523F03C47910735BCA_il2cpp_TypeInfo_var, &L_7);
|
|
InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* L_9 = ___0_device;
|
|
bool L_10;
|
|
L_10 = Enumerable_Contains_TisInputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B_mA3F267ABE7A61F1761301790F4D93711DAE2E5BE((RuntimeObject*)L_8, L_9, Enumerable_Contains_TisInputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B_mA3F267ABE7A61F1761301790F4D93711DAE2E5BE_RuntimeMethod_var);
|
|
if (!L_10)
|
|
{
|
|
goto IL_0037;
|
|
}
|
|
}
|
|
{
|
|
// return true;
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0037:
|
|
{
|
|
// for (var i = 0; i < totalMapCount; ++i)
|
|
int32_t L_11 = V_1;
|
|
V_1 = ((int32_t)il2cpp_codegen_add(L_11, 1));
|
|
}
|
|
|
|
IL_003b:
|
|
{
|
|
// for (var i = 0; i < totalMapCount; ++i)
|
|
int32_t L_12 = V_1;
|
|
int32_t L_13;
|
|
L_13 = InputActionState_get_totalMapCount_m40628218F03A5A6FFC10A826641A5A115A760345(__this, NULL);
|
|
if ((((int32_t)L_12) < ((int32_t)L_13)))
|
|
{
|
|
goto IL_0006;
|
|
}
|
|
}
|
|
{
|
|
// if (!haveMapWithoutDeviceRestrictions)
|
|
bool L_14 = V_0;
|
|
if (L_14)
|
|
{
|
|
goto IL_0049;
|
|
}
|
|
}
|
|
{
|
|
// return false;
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0049:
|
|
{
|
|
// for (var i = 0; i < totalMapCount; ++i)
|
|
V_3 = 0;
|
|
goto IL_0094;
|
|
}
|
|
|
|
IL_004d:
|
|
{
|
|
// var map = maps[i];
|
|
InputActionMapU5BU5D_t4B352E8DA73976FEDA107E35E81FB5BE6838C045* L_15 = __this->___maps_1;
|
|
int32_t L_16 = V_3;
|
|
NullCheck(L_15);
|
|
int32_t L_17 = L_16;
|
|
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_18 = (L_15)->GetAt(static_cast<il2cpp_array_size_t>(L_17));
|
|
// var bindings = map.m_Bindings;
|
|
NullCheck(L_18);
|
|
InputBindingU5BU5D_t7E47E87B9CAE12B6F6A0659008B425C58D84BB57* L_19 = L_18->___m_Bindings_4;
|
|
V_4 = L_19;
|
|
// if (bindings == null)
|
|
InputBindingU5BU5D_t7E47E87B9CAE12B6F6A0659008B425C58D84BB57* L_20 = V_4;
|
|
if (!L_20)
|
|
{
|
|
goto IL_0090;
|
|
}
|
|
}
|
|
{
|
|
// var bindingCount = bindings.Length;
|
|
InputBindingU5BU5D_t7E47E87B9CAE12B6F6A0659008B425C58D84BB57* L_21 = V_4;
|
|
NullCheck(L_21);
|
|
V_5 = ((int32_t)(((RuntimeArray*)L_21)->max_length));
|
|
// for (var n = 0; n < bindingCount; ++n)
|
|
V_6 = 0;
|
|
goto IL_008a;
|
|
}
|
|
|
|
IL_006b:
|
|
{
|
|
// if (InputControlPath.TryFindControl(device, bindings[n].effectivePath) != null)
|
|
InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* L_22 = ___0_device;
|
|
InputBindingU5BU5D_t7E47E87B9CAE12B6F6A0659008B425C58D84BB57* L_23 = V_4;
|
|
int32_t L_24 = V_6;
|
|
NullCheck(L_23);
|
|
String_t* L_25;
|
|
L_25 = InputBinding_get_effectivePath_m9F49F3735120AACFDD029C4A4F5A436389BE2E7F(((L_23)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_24))), NULL);
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_26;
|
|
L_26 = InputControlPath_TryFindControl_mB04CAAD8C690DAFC7592D8718571985D6BED2203(L_22, L_25, 0, NULL);
|
|
if (!L_26)
|
|
{
|
|
goto IL_0084;
|
|
}
|
|
}
|
|
{
|
|
// return true;
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0084:
|
|
{
|
|
// for (var n = 0; n < bindingCount; ++n)
|
|
int32_t L_27 = V_6;
|
|
V_6 = ((int32_t)il2cpp_codegen_add(L_27, 1));
|
|
}
|
|
|
|
IL_008a:
|
|
{
|
|
// for (var n = 0; n < bindingCount; ++n)
|
|
int32_t L_28 = V_6;
|
|
int32_t L_29 = V_5;
|
|
if ((((int32_t)L_28) < ((int32_t)L_29)))
|
|
{
|
|
goto IL_006b;
|
|
}
|
|
}
|
|
|
|
IL_0090:
|
|
{
|
|
// for (var i = 0; i < totalMapCount; ++i)
|
|
int32_t L_30 = V_3;
|
|
V_3 = ((int32_t)il2cpp_codegen_add(L_30, 1));
|
|
}
|
|
|
|
IL_0094:
|
|
{
|
|
// for (var i = 0; i < totalMapCount; ++i)
|
|
int32_t L_31 = V_3;
|
|
int32_t L_32;
|
|
L_32 = InputActionState_get_totalMapCount_m40628218F03A5A6FFC10A826641A5A115A760345(__this, NULL);
|
|
if ((((int32_t)L_31) < ((int32_t)L_32)))
|
|
{
|
|
goto IL_004d;
|
|
}
|
|
}
|
|
{
|
|
// return false;
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Boolean UnityEngine.InputSystem.InputActionState::HasEnabledActions()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputActionState_HasEnabledActions_m97F9F576468FE2EE79124732AAC35AF25E1C7EE7 (InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* __this, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
{
|
|
// for (var i = 0; i < totalMapCount; ++i)
|
|
V_0 = 0;
|
|
goto IL_0019;
|
|
}
|
|
|
|
IL_0004:
|
|
{
|
|
// var map = maps[i];
|
|
InputActionMapU5BU5D_t4B352E8DA73976FEDA107E35E81FB5BE6838C045* L_0 = __this->___maps_1;
|
|
int32_t L_1 = V_0;
|
|
NullCheck(L_0);
|
|
int32_t L_2 = L_1;
|
|
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_3 = (L_0)->GetAt(static_cast<il2cpp_array_size_t>(L_2));
|
|
// if (map.enabled)
|
|
NullCheck(L_3);
|
|
bool L_4;
|
|
L_4 = InputActionMap_get_enabled_mB89FAA20F1EA1884A28829B3E350822D7456E888(L_3, NULL);
|
|
if (!L_4)
|
|
{
|
|
goto IL_0015;
|
|
}
|
|
}
|
|
{
|
|
// return true;
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0015:
|
|
{
|
|
// for (var i = 0; i < totalMapCount; ++i)
|
|
int32_t L_5 = V_0;
|
|
V_0 = ((int32_t)il2cpp_codegen_add(L_5, 1));
|
|
}
|
|
|
|
IL_0019:
|
|
{
|
|
// for (var i = 0; i < totalMapCount; ++i)
|
|
int32_t L_6 = V_0;
|
|
int32_t L_7;
|
|
L_7 = InputActionState_get_totalMapCount_m40628218F03A5A6FFC10A826641A5A115A760345(__this, NULL);
|
|
if ((((int32_t)L_6) < ((int32_t)L_7)))
|
|
{
|
|
goto IL_0004;
|
|
}
|
|
}
|
|
{
|
|
// return false;
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.InputSystem.InputActionState::FinishBindingCompositeSetups()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionState_FinishBindingCompositeSetups_m112F6656640F64EA7E4961D21D464595BA9408A8 (InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* __this, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* V_1 = NULL;
|
|
InputBindingCompositeContext_t961CAA1DF29D7D4E0AE0AEF22400B285E17B1390 V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
InputBindingCompositeContext_t961CAA1DF29D7D4E0AE0AEF22400B285E17B1390 V_3;
|
|
memset((&V_3), 0, sizeof(V_3));
|
|
{
|
|
// for (var i = 0; i < totalBindingCount; ++i)
|
|
V_0 = 0;
|
|
goto IL_0058;
|
|
}
|
|
|
|
IL_0004:
|
|
{
|
|
// ref var binding = ref bindingStates[i];
|
|
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* L_0;
|
|
L_0 = InputActionState_get_bindingStates_mF497553BC159C0B3BFE6A8BAD6336EB09CB4B2DE(__this, NULL);
|
|
int32_t L_1 = V_0;
|
|
uint32_t L_2 = sizeof(BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA);
|
|
V_1 = (BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)il2cpp_codegen_add((intptr_t)L_0, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_1), (int32_t)L_2))));
|
|
// if (!binding.isComposite || binding.compositeOrCompositeBindingIndex == -1)
|
|
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* L_3 = V_1;
|
|
bool L_4;
|
|
L_4 = BindingState_get_isComposite_m02D577818B65F95F8D28E857696E429425C352FE(L_3, NULL);
|
|
if (!L_4)
|
|
{
|
|
goto IL_0054;
|
|
}
|
|
}
|
|
{
|
|
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* L_5 = V_1;
|
|
int32_t L_6;
|
|
L_6 = BindingState_get_compositeOrCompositeBindingIndex_m383AEFE1AA276D530D90A4DBE19C5B957726CE34(L_5, NULL);
|
|
if ((((int32_t)L_6) == ((int32_t)(-1))))
|
|
{
|
|
goto IL_0054;
|
|
}
|
|
}
|
|
{
|
|
// var composite = composites[binding.compositeOrCompositeBindingIndex];
|
|
InputBindingCompositeU5BU5D_tB9A645573A56F8DC9EC7AD84F1BE24C2B0F4319E* L_7 = __this->___composites_5;
|
|
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* L_8 = V_1;
|
|
int32_t L_9;
|
|
L_9 = BindingState_get_compositeOrCompositeBindingIndex_m383AEFE1AA276D530D90A4DBE19C5B957726CE34(L_8, NULL);
|
|
NullCheck(L_7);
|
|
int32_t L_10 = L_9;
|
|
InputBindingComposite_tA9230435A30FB5B2D4967D6FAE7EFABBBF26C0C0* L_11 = (L_7)->GetAt(static_cast<il2cpp_array_size_t>(L_10));
|
|
// var context = new InputBindingCompositeContext { m_State = this, m_BindingIndex = i };
|
|
il2cpp_codegen_initobj((&V_3), sizeof(InputBindingCompositeContext_t961CAA1DF29D7D4E0AE0AEF22400B285E17B1390));
|
|
(&V_3)->___m_State_0 = __this;
|
|
Il2CppCodeGenWriteBarrier((void**)(&(&V_3)->___m_State_0), (void*)__this);
|
|
int32_t L_12 = V_0;
|
|
(&V_3)->___m_BindingIndex_1 = L_12;
|
|
InputBindingCompositeContext_t961CAA1DF29D7D4E0AE0AEF22400B285E17B1390 L_13 = V_3;
|
|
V_2 = L_13;
|
|
// composite.CallFinishSetup(ref context);
|
|
NullCheck(L_11);
|
|
InputBindingComposite_CallFinishSetup_m353FD7C5A12F13BF05EDFE5162740241CCE1EA07(L_11, (&V_2), NULL);
|
|
}
|
|
|
|
IL_0054:
|
|
{
|
|
// for (var i = 0; i < totalBindingCount; ++i)
|
|
int32_t L_14 = V_0;
|
|
V_0 = ((int32_t)il2cpp_codegen_add(L_14, 1));
|
|
}
|
|
|
|
IL_0058:
|
|
{
|
|
// for (var i = 0; i < totalBindingCount; ++i)
|
|
int32_t L_15 = V_0;
|
|
int32_t L_16;
|
|
L_16 = InputActionState_get_totalBindingCount_mB2BF62C18C7F2D59E9045FC9A9D4F199C07337F9(__this, NULL);
|
|
if ((((int32_t)L_15) < ((int32_t)L_16)))
|
|
{
|
|
goto IL_0004;
|
|
}
|
|
}
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.InputSystem.InputActionState::PrepareForBindingReResolution(System.Boolean,UnityEngine.InputSystem.InputControlList`1<UnityEngine.InputSystem.InputControl>&,System.Boolean&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionState_PrepareForBindingReResolution_mF43BD25D5A6EA259447AE7E236C7EE1FFB58CF7A (InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* __this, bool ___0_needFullResolve, InputControlList_1_tDCD1283F428BB911908D4A86066022F6FEF337BA* ___1_activeControls, bool* ___2_hasEnabledActions, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_Dispose_m290E1A523D4AE97FCE9B66F9D5ACFD11492DF12C_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_mC5C32E17ECD0E901BEA64BF3CBC3089E6E26593C_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_mD5DC99016B8C174C9130765ADAF80D22EEF6293C_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputControlList_1_Resize_mD8ABE532A3137AE6DB04E627832CC7AFC3EA268F_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputControlList_1__ctor_m40EFE93F71620E2B24F796AABE7F66FC2E5DC8C1_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputControlList_1_set_Item_m5D4706328D23F2ECD32879BC9561A629382EFAB1_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlyArray_1_GetEnumerator_m0E0F54CBE8A97E29DF0E94868092EAEB05C609EA_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
bool V_0 = false;
|
|
int32_t V_1 = 0;
|
|
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* V_2 = NULL;
|
|
Enumerator_t4EE46D190C0BA16331A4B18A6F0E5FE0CFAEB7EA V_3;
|
|
memset((&V_3), 0, sizeof(V_3));
|
|
ReadOnlyArray_1_t87BBFDC4C52C189E583DEC4E87E663DF435F7915 V_4;
|
|
memset((&V_4), 0, sizeof(V_4));
|
|
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* V_5 = NULL;
|
|
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* V_6 = NULL;
|
|
int32_t V_7 = 0;
|
|
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA V_8;
|
|
memset((&V_8), 0, sizeof(V_8));
|
|
int32_t V_9 = 0;
|
|
int32_t V_10 = 0;
|
|
{
|
|
// var needToCloneActiveControls = false;
|
|
V_0 = (bool)0;
|
|
// for (var i = 0; i < totalMapCount; ++i)
|
|
V_1 = 0;
|
|
goto IL_01a4;
|
|
}
|
|
|
|
IL_0009:
|
|
{
|
|
// var map = maps[i];
|
|
InputActionMapU5BU5D_t4B352E8DA73976FEDA107E35E81FB5BE6838C045* L_0 = __this->___maps_1;
|
|
int32_t L_1 = V_1;
|
|
NullCheck(L_0);
|
|
int32_t L_2 = L_1;
|
|
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_3 = (L_0)->GetAt(static_cast<il2cpp_array_size_t>(L_2));
|
|
V_2 = L_3;
|
|
// if (map.enabled)
|
|
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_4 = V_2;
|
|
NullCheck(L_4);
|
|
bool L_5;
|
|
L_5 = InputActionMap_get_enabled_mB89FAA20F1EA1884A28829B3E350822D7456E888(L_4, NULL);
|
|
if (!L_5)
|
|
{
|
|
goto IL_0196;
|
|
}
|
|
}
|
|
{
|
|
// hasEnabledActions = true;
|
|
bool* L_6 = ___2_hasEnabledActions;
|
|
*((int8_t*)L_6) = (int8_t)1;
|
|
// if (needFullResolve)
|
|
bool L_7 = ___0_needFullResolve;
|
|
if (!L_7)
|
|
{
|
|
goto IL_002f;
|
|
}
|
|
}
|
|
{
|
|
// DisableAllActions(map);
|
|
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_8 = V_2;
|
|
InputActionState_DisableAllActions_mB47ADDF0CFBA1E8F45858B3251A6C08CC5F13C69(__this, L_8, NULL);
|
|
goto IL_0196;
|
|
}
|
|
|
|
IL_002f:
|
|
{
|
|
// foreach (var action in map.actions)
|
|
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_9 = V_2;
|
|
NullCheck(L_9);
|
|
ReadOnlyArray_1_t87BBFDC4C52C189E583DEC4E87E663DF435F7915 L_10;
|
|
L_10 = InputActionMap_get_actions_mC8FEA8D1BC6F750FBE202105EF0E7F41C166DF1E(L_9, NULL);
|
|
V_4 = L_10;
|
|
Enumerator_t4EE46D190C0BA16331A4B18A6F0E5FE0CFAEB7EA L_11;
|
|
L_11 = ReadOnlyArray_1_GetEnumerator_m0E0F54CBE8A97E29DF0E94868092EAEB05C609EA((&V_4), ReadOnlyArray_1_GetEnumerator_m0E0F54CBE8A97E29DF0E94868092EAEB05C609EA_RuntimeMethod_var);
|
|
V_3 = L_11;
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_0181:
|
|
{// begin finally (depth: 1)
|
|
Enumerator_Dispose_m290E1A523D4AE97FCE9B66F9D5ACFD11492DF12C((&V_3), Enumerator_Dispose_m290E1A523D4AE97FCE9B66F9D5ACFD11492DF12C_RuntimeMethod_var);
|
|
return;
|
|
}// end finally (depth: 1)
|
|
});
|
|
try
|
|
{// begin try (depth: 1)
|
|
{
|
|
goto IL_0173_1;
|
|
}
|
|
|
|
IL_0044_1:
|
|
{
|
|
// foreach (var action in map.actions)
|
|
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_12;
|
|
L_12 = Enumerator_get_Current_mD5DC99016B8C174C9130765ADAF80D22EEF6293C((&V_3), Enumerator_get_Current_mD5DC99016B8C174C9130765ADAF80D22EEF6293C_RuntimeMethod_var);
|
|
V_5 = L_12;
|
|
// if (!action.phase.IsInProgress())
|
|
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_13 = V_5;
|
|
NullCheck(L_13);
|
|
int32_t L_14;
|
|
L_14 = InputAction_get_phase_mA9B46F817A05ED2094C318354A05895FE4E1F891(L_13, NULL);
|
|
bool L_15;
|
|
L_15 = InputExtensions_IsInProgress_m25007106321076468BF7FE0FA4B3685FC6A6B7BA(L_14, NULL);
|
|
if (!L_15)
|
|
{
|
|
goto IL_0173_1;
|
|
}
|
|
}
|
|
{
|
|
// if (action.ActiveControlIsValid(action.activeControl))
|
|
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_16 = V_5;
|
|
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_17 = V_5;
|
|
NullCheck(L_17);
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_18;
|
|
L_18 = InputAction_get_activeControl_m1FE60E2AD60BA8C13A4D4EB7B5628422FC348081(L_17, NULL);
|
|
NullCheck(L_16);
|
|
bool L_19;
|
|
L_19 = InputAction_ActiveControlIsValid_m6FB8411D52F0347D45BE1E6F93152DFA0B3FB29C(L_16, L_18, NULL);
|
|
if (!L_19)
|
|
{
|
|
goto IL_0164_1;
|
|
}
|
|
}
|
|
{
|
|
// if (needToCloneActiveControls == false)
|
|
bool L_20 = V_0;
|
|
if (L_20)
|
|
{
|
|
goto IL_008f_1;
|
|
}
|
|
}
|
|
{
|
|
// activeControls = new InputControlList<InputControl>(Allocator.Temp);
|
|
InputControlList_1_tDCD1283F428BB911908D4A86066022F6FEF337BA* L_21 = ___1_activeControls;
|
|
InputControlList_1_tDCD1283F428BB911908D4A86066022F6FEF337BA L_22;
|
|
memset((&L_22), 0, sizeof(L_22));
|
|
InputControlList_1__ctor_m40EFE93F71620E2B24F796AABE7F66FC2E5DC8C1((&L_22), 2, 0, /*hidden argument*/InputControlList_1__ctor_m40EFE93F71620E2B24F796AABE7F66FC2E5DC8C1_RuntimeMethod_var);
|
|
*(InputControlList_1_tDCD1283F428BB911908D4A86066022F6FEF337BA*)L_21 = L_22;
|
|
// activeControls.Resize(totalControlCount);
|
|
InputControlList_1_tDCD1283F428BB911908D4A86066022F6FEF337BA* L_23 = ___1_activeControls;
|
|
int32_t L_24;
|
|
L_24 = InputActionState_get_totalControlCount_m259C7D5BFA4DC3AF4D222DE9FEFF81B6CD2A5353(__this, NULL);
|
|
InputControlList_1_Resize_mD8ABE532A3137AE6DB04E627832CC7AFC3EA268F(L_23, L_24, InputControlList_1_Resize_mD8ABE532A3137AE6DB04E627832CC7AFC3EA268F_RuntimeMethod_var);
|
|
// needToCloneActiveControls = true;
|
|
V_0 = (bool)1;
|
|
}
|
|
|
|
IL_008f_1:
|
|
{
|
|
// ref var actionState = ref actionStates[action.m_ActionIndexInState];
|
|
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_25;
|
|
L_25 = InputActionState_get_actionStates_mFDC87519E9E826C5DAEE9E13058312FF82E16E0B(__this, NULL);
|
|
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_26 = V_5;
|
|
NullCheck(L_26);
|
|
int32_t L_27 = L_26->___m_ActionIndexInState_13;
|
|
uint32_t L_28 = sizeof(TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D);
|
|
V_6 = (TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*)((TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*)il2cpp_codegen_add((intptr_t)L_25, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_27), (int32_t)L_28))));
|
|
// var activeControlIndex = actionState.controlIndex;
|
|
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_29 = V_6;
|
|
int32_t L_30;
|
|
L_30 = TriggerState_get_controlIndex_m61654A5C957F0DE7C600F5741F4BA5EE901DAF14(L_29, NULL);
|
|
V_7 = L_30;
|
|
// activeControls[activeControlIndex] = controls[activeControlIndex];
|
|
InputControlList_1_tDCD1283F428BB911908D4A86066022F6FEF337BA* L_31 = ___1_activeControls;
|
|
int32_t L_32 = V_7;
|
|
InputControlU5BU5D_t0B951FEF1504D6340387C4735F5D6F426F40FE17* L_33 = __this->___controls_2;
|
|
int32_t L_34 = V_7;
|
|
NullCheck(L_33);
|
|
int32_t L_35 = L_34;
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_36 = (L_33)->GetAt(static_cast<il2cpp_array_size_t>(L_35));
|
|
InputControlList_1_set_Item_m5D4706328D23F2ECD32879BC9561A629382EFAB1(L_31, L_32, L_36, InputControlList_1_set_Item_m5D4706328D23F2ECD32879BC9561A629382EFAB1_RuntimeMethod_var);
|
|
// var bindingState = bindingStates[actionState.bindingIndex];
|
|
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* L_37;
|
|
L_37 = InputActionState_get_bindingStates_mF497553BC159C0B3BFE6A8BAD6336EB09CB4B2DE(__this, NULL);
|
|
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_38 = V_6;
|
|
int32_t L_39;
|
|
L_39 = TriggerState_get_bindingIndex_mD851F8DDC14C14E5FE80E64F78F24A4FE8328133_inline(L_38, NULL);
|
|
uint32_t L_40 = sizeof(BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA);
|
|
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA L_41 = (*(BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)il2cpp_codegen_add((intptr_t)L_37, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_39), (int32_t)L_40)))));
|
|
V_8 = L_41;
|
|
// for (var n = 0; n < bindingState.interactionCount; ++n)
|
|
V_9 = 0;
|
|
goto IL_0157_1;
|
|
}
|
|
|
|
IL_00e3_1:
|
|
{
|
|
// var interactionIndex = bindingState.interactionStartIndex + n;
|
|
int32_t L_42;
|
|
L_42 = BindingState_get_interactionStartIndex_m4439E4A04B1884E5ACB3B5EDE03C0B5DAB78D09B((&V_8), NULL);
|
|
int32_t L_43 = V_9;
|
|
V_10 = ((int32_t)il2cpp_codegen_add(L_42, L_43));
|
|
// if (!interactionStates[interactionIndex].phase.IsInProgress())
|
|
InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE* L_44;
|
|
L_44 = InputActionState_get_interactionStates_mBA543F82BCCE87A8DAB9547346EAB8E972AB4C3F(__this, NULL);
|
|
int32_t L_45 = V_10;
|
|
uint32_t L_46 = sizeof(InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE);
|
|
int32_t L_47;
|
|
L_47 = InteractionState_get_phase_m478B9D7AAE57D8540C544DE41EC0AA57E3C63A18_inline((InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE*)((InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE*)il2cpp_codegen_add((intptr_t)L_44, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_45), (int32_t)L_46)))), NULL);
|
|
bool L_48;
|
|
L_48 = InputExtensions_IsInProgress_m25007106321076468BF7FE0FA4B3685FC6A6B7BA(L_47, NULL);
|
|
if (!L_48)
|
|
{
|
|
goto IL_0151_1;
|
|
}
|
|
}
|
|
{
|
|
// activeControlIndex = interactionStates[interactionIndex]
|
|
// .triggerControlIndex;
|
|
InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE* L_49;
|
|
L_49 = InputActionState_get_interactionStates_mBA543F82BCCE87A8DAB9547346EAB8E972AB4C3F(__this, NULL);
|
|
int32_t L_50 = V_10;
|
|
uint32_t L_51 = sizeof(InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE);
|
|
int32_t L_52;
|
|
L_52 = InteractionState_get_triggerControlIndex_m14C692459EE9B4DEF0380D3F8D81B161671A4861((InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE*)((InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE*)il2cpp_codegen_add((intptr_t)L_49, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_50), (int32_t)L_51)))), NULL);
|
|
V_7 = L_52;
|
|
// if (action.ActiveControlIsValid(controls[activeControlIndex]))
|
|
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_53 = V_5;
|
|
InputControlU5BU5D_t0B951FEF1504D6340387C4735F5D6F426F40FE17* L_54 = __this->___controls_2;
|
|
int32_t L_55 = V_7;
|
|
NullCheck(L_54);
|
|
int32_t L_56 = L_55;
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_57 = (L_54)->GetAt(static_cast<il2cpp_array_size_t>(L_56));
|
|
NullCheck(L_53);
|
|
bool L_58;
|
|
L_58 = InputAction_ActiveControlIsValid_m6FB8411D52F0347D45BE1E6F93152DFA0B3FB29C(L_53, L_57, NULL);
|
|
if (!L_58)
|
|
{
|
|
goto IL_0149_1;
|
|
}
|
|
}
|
|
{
|
|
// activeControls[activeControlIndex] = controls[activeControlIndex];
|
|
InputControlList_1_tDCD1283F428BB911908D4A86066022F6FEF337BA* L_59 = ___1_activeControls;
|
|
int32_t L_60 = V_7;
|
|
InputControlU5BU5D_t0B951FEF1504D6340387C4735F5D6F426F40FE17* L_61 = __this->___controls_2;
|
|
int32_t L_62 = V_7;
|
|
NullCheck(L_61);
|
|
int32_t L_63 = L_62;
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_64 = (L_61)->GetAt(static_cast<il2cpp_array_size_t>(L_63));
|
|
InputControlList_1_set_Item_m5D4706328D23F2ECD32879BC9561A629382EFAB1(L_59, L_60, L_64, InputControlList_1_set_Item_m5D4706328D23F2ECD32879BC9561A629382EFAB1_RuntimeMethod_var);
|
|
goto IL_0151_1;
|
|
}
|
|
|
|
IL_0149_1:
|
|
{
|
|
// ResetInteractionState(interactionIndex);
|
|
int32_t L_65 = V_10;
|
|
InputActionState_ResetInteractionState_mBFB2B6A9CCC9C3460DB08301AC8ABAEF84C6BBDC(__this, L_65, NULL);
|
|
}
|
|
|
|
IL_0151_1:
|
|
{
|
|
// for (var n = 0; n < bindingState.interactionCount; ++n)
|
|
int32_t L_66 = V_9;
|
|
V_9 = ((int32_t)il2cpp_codegen_add(L_66, 1));
|
|
}
|
|
|
|
IL_0157_1:
|
|
{
|
|
// for (var n = 0; n < bindingState.interactionCount; ++n)
|
|
int32_t L_67 = V_9;
|
|
int32_t L_68;
|
|
L_68 = BindingState_get_interactionCount_mED48D9B70A4476FAF32F3628574321BC7132735C_inline((&V_8), NULL);
|
|
if ((((int32_t)L_67) < ((int32_t)L_68)))
|
|
{
|
|
goto IL_00e3_1;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0173_1;
|
|
}
|
|
|
|
IL_0164_1:
|
|
{
|
|
// ResetActionState(action.m_ActionIndexInState);
|
|
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_69 = V_5;
|
|
NullCheck(L_69);
|
|
int32_t L_70 = L_69->___m_ActionIndexInState_13;
|
|
InputActionState_ResetActionState_m46C922F1B051588FDDF342C701B0F62872B5C987(__this, L_70, 1, (bool)0, NULL);
|
|
}
|
|
|
|
IL_0173_1:
|
|
{
|
|
// foreach (var action in map.actions)
|
|
bool L_71;
|
|
L_71 = Enumerator_MoveNext_mC5C32E17ECD0E901BEA64BF3CBC3089E6E26593C((&V_3), Enumerator_MoveNext_mC5C32E17ECD0E901BEA64BF3CBC3089E6E26593C_RuntimeMethod_var);
|
|
if (L_71)
|
|
{
|
|
goto IL_0044_1;
|
|
}
|
|
}
|
|
{
|
|
goto IL_018f;
|
|
}
|
|
}// end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_018f:
|
|
{
|
|
// DisableControls(map);
|
|
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_72 = V_2;
|
|
InputActionState_DisableControls_mE81999939A867BC89025BDBA798ED98BB5802A70(__this, L_72, NULL);
|
|
}
|
|
|
|
IL_0196:
|
|
{
|
|
// map.ClearCachedActionData(onlyControls: !needFullResolve);
|
|
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_73 = V_2;
|
|
bool L_74 = ___0_needFullResolve;
|
|
NullCheck(L_73);
|
|
InputActionMap_ClearCachedActionData_m330736EE1B1191D865E9E464C14259A2B86DBAAA(L_73, (bool)((((int32_t)L_74) == ((int32_t)0))? 1 : 0), NULL);
|
|
// for (var i = 0; i < totalMapCount; ++i)
|
|
int32_t L_75 = V_1;
|
|
V_1 = ((int32_t)il2cpp_codegen_add(L_75, 1));
|
|
}
|
|
|
|
IL_01a4:
|
|
{
|
|
// for (var i = 0; i < totalMapCount; ++i)
|
|
int32_t L_76 = V_1;
|
|
int32_t L_77;
|
|
L_77 = InputActionState_get_totalMapCount_m40628218F03A5A6FFC10A826641A5A115A760345(__this, NULL);
|
|
if ((((int32_t)L_76) < ((int32_t)L_77)))
|
|
{
|
|
goto IL_0009;
|
|
}
|
|
}
|
|
{
|
|
// NotifyListenersOfActionChange(InputActionChange.BoundControlsAboutToChange);
|
|
InputActionState_NotifyListenersOfActionChange_m8BC93855EF57E416EA020A9CDC90B48572046CDD(__this, 7, NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.InputSystem.InputActionState::FinishBindingResolution(System.Boolean,UnityEngine.InputSystem.InputActionState/UnmanagedMemory,UnityEngine.InputSystem.InputControlList`1<UnityEngine.InputSystem.InputControl>,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionState_FinishBindingResolution_m6C8C323A03C82F12AF5CE115D2ADDB6346C36D9E (InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* __this, bool ___0_hasEnabledActions, UnmanagedMemory_t862EBE5224929ED0E2F989D790EB6B8633E612A2 ___1_oldMemory, InputControlList_1_tDCD1283F428BB911908D4A86066022F6FEF337BA ___2_activeControls, bool ___3_isFullResolve, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// FinishBindingCompositeSetups();
|
|
InputActionState_FinishBindingCompositeSetups_m112F6656640F64EA7E4961D21D464595BA9408A8(__this, NULL);
|
|
// if (hasEnabledActions)
|
|
bool L_0 = ___0_hasEnabledActions;
|
|
if (!L_0)
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
// RestoreActionStatesAfterReResolvingBindings(oldMemory, activeControls, isFullResolve);
|
|
UnmanagedMemory_t862EBE5224929ED0E2F989D790EB6B8633E612A2 L_1 = ___1_oldMemory;
|
|
InputControlList_1_tDCD1283F428BB911908D4A86066022F6FEF337BA L_2 = ___2_activeControls;
|
|
bool L_3 = ___3_isFullResolve;
|
|
InputActionState_RestoreActionStatesAfterReResolvingBindings_mB7D24391F503478415455D6EC67A7D0AC61D6ACA(__this, L_1, L_2, L_3, NULL);
|
|
return;
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
// NotifyListenersOfActionChange(InputActionChange.BoundControlsChanged);
|
|
InputActionState_NotifyListenersOfActionChange_m8BC93855EF57E416EA020A9CDC90B48572046CDD(__this, 8, NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.InputSystem.InputActionState::RestoreActionStatesAfterReResolvingBindings(UnityEngine.InputSystem.InputActionState/UnmanagedMemory,UnityEngine.InputSystem.InputControlList`1<UnityEngine.InputSystem.InputControl>,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionState_RestoreActionStatesAfterReResolvingBindings_mB7D24391F503478415455D6EC67A7D0AC61D6ACA (InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* __this, UnmanagedMemory_t862EBE5224929ED0E2F989D790EB6B8633E612A2 ___0_oldState, InputControlList_1_tDCD1283F428BB911908D4A86066022F6FEF337BA ___1_activeControls, bool ___2_isFullResolve, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArrayHelpers_LengthSafe_TisInputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD_m4FC82F363FD10EA198D433E52C7C5FF8763B1AC1_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CallbackArray_1_get_length_mB663B7347904881654D8D369AEAE5FE34BE7F16D_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_Dispose_m290E1A523D4AE97FCE9B66F9D5ACFD11492DF12C_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_mC5C32E17ECD0E901BEA64BF3CBC3089E6E26593C_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_mD5DC99016B8C174C9130765ADAF80D22EEF6293C_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputControlList_1_get_Count_m5B820C76C808D235DDFA474A8025370547ECC993_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputControlList_1_get_Item_m1D6E78B065D973C67C6BCB0F9E994AA93E15229A_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlyArray_1_GetEnumerator_m0E0F54CBE8A97E29DF0E94868092EAEB05C609EA_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* V_1 = NULL;
|
|
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* V_2 = NULL;
|
|
int32_t V_3 = 0;
|
|
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* V_4 = NULL;
|
|
int32_t V_5 = 0;
|
|
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* V_6 = NULL;
|
|
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* V_7 = NULL;
|
|
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* V_8 = NULL;
|
|
int32_t V_9 = 0;
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* V_10 = NULL;
|
|
int32_t V_11 = 0;
|
|
int32_t V_12 = 0;
|
|
InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE* V_13 = NULL;
|
|
InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE* V_14 = NULL;
|
|
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D V_15;
|
|
memset((&V_15), 0, sizeof(V_15));
|
|
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D V_16;
|
|
memset((&V_16), 0, sizeof(V_16));
|
|
int32_t V_17 = 0;
|
|
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* V_18 = NULL;
|
|
ReadOnlyArray_1_t87BBFDC4C52C189E583DEC4E87E663DF435F7915 V_19;
|
|
memset((&V_19), 0, sizeof(V_19));
|
|
Enumerator_t4EE46D190C0BA16331A4B18A6F0E5FE0CFAEB7EA V_20;
|
|
memset((&V_20), 0, sizeof(V_20));
|
|
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* V_21 = NULL;
|
|
{
|
|
// if (!isFullResolve)
|
|
bool L_0 = ___2_isFullResolve;
|
|
// for (var actionIndex = 0; actionIndex < totalActionCount; ++actionIndex)
|
|
V_0 = 0;
|
|
goto IL_0097;
|
|
}
|
|
|
|
IL_0009:
|
|
{
|
|
// ref var oldActionState = ref oldState.actionStates[actionIndex];
|
|
UnmanagedMemory_t862EBE5224929ED0E2F989D790EB6B8633E612A2 L_1 = ___0_oldState;
|
|
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_2 = L_1.___actionStates_7;
|
|
int32_t L_3 = V_0;
|
|
uint32_t L_4 = sizeof(TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D);
|
|
V_1 = (TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*)((TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*)il2cpp_codegen_add((intptr_t)L_2, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_3), (int32_t)L_4))));
|
|
// ref var newActionState = ref actionStates[actionIndex];
|
|
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_5;
|
|
L_5 = InputActionState_get_actionStates_mFDC87519E9E826C5DAEE9E13058312FF82E16E0B(__this, NULL);
|
|
int32_t L_6 = V_0;
|
|
uint32_t L_7 = sizeof(TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D);
|
|
V_2 = (TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*)((TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*)il2cpp_codegen_add((intptr_t)L_5, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_6), (int32_t)L_7))));
|
|
// newActionState.lastCanceledInUpdate = oldActionState.lastCanceledInUpdate;
|
|
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_8 = V_2;
|
|
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_9 = V_1;
|
|
uint32_t L_10;
|
|
L_10 = TriggerState_get_lastCanceledInUpdate_m0131CE5316D3C8EA449892CCDFA8FD658F32CB7B_inline(L_9, NULL);
|
|
TriggerState_set_lastCanceledInUpdate_m32E322779C9521C446AD9FD18987A7D30386E481_inline(L_8, L_10, NULL);
|
|
// newActionState.lastPerformedInUpdate = oldActionState.lastPerformedInUpdate;
|
|
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_11 = V_2;
|
|
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_12 = V_1;
|
|
uint32_t L_13;
|
|
L_13 = TriggerState_get_lastPerformedInUpdate_m03A7B1C49F3E698D08D1AABBF5B75B6160419686_inline(L_12, NULL);
|
|
TriggerState_set_lastPerformedInUpdate_m3643DF0285D087F45DA8D87CD27A54C782153629_inline(L_11, L_13, NULL);
|
|
// newActionState.pressedInUpdate = oldActionState.pressedInUpdate;
|
|
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_14 = V_2;
|
|
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_15 = V_1;
|
|
uint32_t L_16;
|
|
L_16 = TriggerState_get_pressedInUpdate_m52D6A5C1E728BF49BC129207376149B2E3C87E89_inline(L_15, NULL);
|
|
TriggerState_set_pressedInUpdate_m6C8318D4DE435B22A2277E4836F45274A8A14A5B_inline(L_14, L_16, NULL);
|
|
// newActionState.releasedInUpdate = oldActionState.releasedInUpdate;
|
|
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_17 = V_2;
|
|
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_18 = V_1;
|
|
uint32_t L_19;
|
|
L_19 = TriggerState_get_releasedInUpdate_m1C256A76659DE3EE62BF1A86B055FBC7A93238B4_inline(L_18, NULL);
|
|
TriggerState_set_releasedInUpdate_mB50246B19DDC67E032785E0C601E0EE6F81FF737_inline(L_17, L_19, NULL);
|
|
// newActionState.startTime = oldActionState.startTime;
|
|
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_20 = V_2;
|
|
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_21 = V_1;
|
|
double L_22;
|
|
L_22 = TriggerState_get_startTime_mD52E8758CA46F480B5BA5B0BAB6BB7EF793B6F68_inline(L_21, NULL);
|
|
TriggerState_set_startTime_mE949DC15C580566A6C93904D659C91E1AC633609_inline(L_20, L_22, NULL);
|
|
// if (oldActionState.phase != InputActionPhase.Disabled)
|
|
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_23 = V_1;
|
|
int32_t L_24;
|
|
L_24 = TriggerState_get_phase_m11BDB3D761D241980978DA52027C1E3B507D0D6D_inline(L_23, NULL);
|
|
if (!L_24)
|
|
{
|
|
goto IL_0093;
|
|
}
|
|
}
|
|
{
|
|
// newActionState.phase = InputActionPhase.Waiting;
|
|
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_25 = V_2;
|
|
TriggerState_set_phase_mF4C392049D7510A9AEA8E32B21D57816BEEF7183(L_25, 1, NULL);
|
|
// if (isFullResolve)
|
|
bool L_26 = ___2_isFullResolve;
|
|
if (!L_26)
|
|
{
|
|
goto IL_0093;
|
|
}
|
|
}
|
|
{
|
|
// ++maps[newActionState.mapIndex].m_EnabledActionsCount;
|
|
InputActionMapU5BU5D_t4B352E8DA73976FEDA107E35E81FB5BE6838C045* L_27 = __this->___maps_1;
|
|
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_28 = V_2;
|
|
int32_t L_29;
|
|
L_29 = TriggerState_get_mapIndex_m2EF42EE7F026B1FEAE73AD21ACF2891AB8A8C07E_inline(L_28, NULL);
|
|
NullCheck(L_27);
|
|
int32_t L_30 = L_29;
|
|
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_31 = (L_27)->GetAt(static_cast<il2cpp_array_size_t>(L_30));
|
|
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_32 = L_31;
|
|
NullCheck(L_32);
|
|
int32_t L_33 = L_32->___m_EnabledActionsCount_7;
|
|
NullCheck(L_32);
|
|
L_32->___m_EnabledActionsCount_7 = ((int32_t)il2cpp_codegen_add(L_33, 1));
|
|
}
|
|
|
|
IL_0093:
|
|
{
|
|
// for (var actionIndex = 0; actionIndex < totalActionCount; ++actionIndex)
|
|
int32_t L_34 = V_0;
|
|
V_0 = ((int32_t)il2cpp_codegen_add(L_34, 1));
|
|
}
|
|
|
|
IL_0097:
|
|
{
|
|
// for (var actionIndex = 0; actionIndex < totalActionCount; ++actionIndex)
|
|
int32_t L_35 = V_0;
|
|
int32_t L_36;
|
|
L_36 = InputActionState_get_totalActionCount_m08844D247DB65BA7AFBB66B4755414081ABD01A2(__this, NULL);
|
|
if ((((int32_t)L_35) < ((int32_t)L_36)))
|
|
{
|
|
goto IL_0009;
|
|
}
|
|
}
|
|
{
|
|
// for (var bindingIndex = 0; bindingIndex < totalBindingCount; ++bindingIndex)
|
|
V_3 = 0;
|
|
goto IL_0379;
|
|
}
|
|
|
|
IL_00aa:
|
|
{
|
|
// ref var newBindingState = ref memory.bindingStates[bindingIndex];
|
|
UnmanagedMemory_t862EBE5224929ED0E2F989D790EB6B8633E612A2* L_37 = (&__this->___memory_7);
|
|
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* L_38 = L_37->___bindingStates_8;
|
|
int32_t L_39 = V_3;
|
|
uint32_t L_40 = sizeof(BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA);
|
|
V_4 = (BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)il2cpp_codegen_add((intptr_t)L_38, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_39), (int32_t)L_40))));
|
|
// if (newBindingState.isPartOfComposite)
|
|
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* L_41 = V_4;
|
|
bool L_42;
|
|
L_42 = BindingState_get_isPartOfComposite_m70F70F3B0BEFE2E296ECDAD016DA21F9A9574533(L_41, NULL);
|
|
if (L_42)
|
|
{
|
|
goto IL_0375;
|
|
}
|
|
}
|
|
{
|
|
// if (newBindingState.isComposite)
|
|
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* L_43 = V_4;
|
|
bool L_44;
|
|
L_44 = BindingState_get_isComposite_m02D577818B65F95F8D28E857696E429425C352FE(L_43, NULL);
|
|
if (!L_44)
|
|
{
|
|
goto IL_00fe;
|
|
}
|
|
}
|
|
{
|
|
// var compositeIndex = newBindingState.compositeOrCompositeBindingIndex;
|
|
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* L_45 = V_4;
|
|
int32_t L_46;
|
|
L_46 = BindingState_get_compositeOrCompositeBindingIndex_m383AEFE1AA276D530D90A4DBE19C5B957726CE34(L_45, NULL);
|
|
V_9 = L_46;
|
|
// memory.compositeMagnitudes[compositeIndex] = oldState.compositeMagnitudes[compositeIndex];
|
|
UnmanagedMemory_t862EBE5224929ED0E2F989D790EB6B8633E612A2* L_47 = (&__this->___memory_7);
|
|
float* L_48 = L_47->___compositeMagnitudes_11;
|
|
int32_t L_49 = V_9;
|
|
UnmanagedMemory_t862EBE5224929ED0E2F989D790EB6B8633E612A2 L_50 = ___0_oldState;
|
|
float* L_51 = L_50.___compositeMagnitudes_11;
|
|
int32_t L_52 = V_9;
|
|
float L_53 = *((float*)((float*)il2cpp_codegen_add((intptr_t)L_51, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_52), 4)))));
|
|
*((float*)((float*)il2cpp_codegen_add((intptr_t)L_48, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_49), 4))))) = (float)L_53;
|
|
}
|
|
|
|
IL_00fe:
|
|
{
|
|
// var actionIndex = newBindingState.actionIndex;
|
|
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* L_54 = V_4;
|
|
int32_t L_55;
|
|
L_55 = BindingState_get_actionIndex_m086C5EA34E744AAC4C9D94DC9A878030EEECC96F(L_54, NULL);
|
|
V_5 = L_55;
|
|
// if (actionIndex == kInvalidIndex)
|
|
int32_t L_56 = V_5;
|
|
if ((((int32_t)L_56) == ((int32_t)(-1))))
|
|
{
|
|
goto IL_0375;
|
|
}
|
|
}
|
|
{
|
|
// ref var newActionState = ref actionStates[actionIndex];
|
|
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_57;
|
|
L_57 = InputActionState_get_actionStates_mFDC87519E9E826C5DAEE9E13058312FF82E16E0B(__this, NULL);
|
|
int32_t L_58 = V_5;
|
|
uint32_t L_59 = sizeof(TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D);
|
|
V_6 = (TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*)((TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*)il2cpp_codegen_add((intptr_t)L_57, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_58), (int32_t)L_59))));
|
|
// if (newActionState.isDisabled)
|
|
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_60 = V_6;
|
|
bool L_61;
|
|
L_61 = TriggerState_get_isDisabled_m9AC6EF45F9C18ADF229F46BB9DDF954CBAC8A4B8(L_60, NULL);
|
|
if (L_61)
|
|
{
|
|
goto IL_0375;
|
|
}
|
|
}
|
|
{
|
|
// newBindingState.initialStateCheckPending = newBindingState.wantsInitialStateCheck;
|
|
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* L_62 = V_4;
|
|
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* L_63 = V_4;
|
|
bool L_64;
|
|
L_64 = BindingState_get_wantsInitialStateCheck_m4F1AE61E783B8D99BCD9927461EFB25C4CDD397C(L_63, NULL);
|
|
BindingState_set_initialStateCheckPending_m02F0256CF0A2CD366377F69C0A587162BE4AAB8D(L_62, L_64, NULL);
|
|
// EnableControls(newBindingState.mapIndex, newBindingState.controlStartIndex,
|
|
// newBindingState.controlCount);
|
|
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* L_65 = V_4;
|
|
int32_t L_66;
|
|
L_66 = BindingState_get_mapIndex_m224C8C86BB0984312AB801E7397C84E0C9279AEA_inline(L_65, NULL);
|
|
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* L_67 = V_4;
|
|
int32_t L_68;
|
|
L_68 = BindingState_get_controlStartIndex_m092BC6AC34AC08B2EC1258A278AB4A7518407466_inline(L_67, NULL);
|
|
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* L_69 = V_4;
|
|
int32_t L_70;
|
|
L_70 = BindingState_get_controlCount_mADA09E8D0B3F2EEA8447CD2F67F5ADFF29790391_inline(L_69, NULL);
|
|
InputActionState_EnableControls_m7A9F2CBD3432A4A1553D51149F42B172F6F1D45D(__this, L_66, L_68, L_70, NULL);
|
|
// if (isFullResolve)
|
|
bool L_71 = ___2_isFullResolve;
|
|
if (L_71)
|
|
{
|
|
goto IL_0375;
|
|
}
|
|
}
|
|
{
|
|
// ref var oldBindingState = ref memory.bindingStates[bindingIndex];
|
|
UnmanagedMemory_t862EBE5224929ED0E2F989D790EB6B8633E612A2* L_72 = (&__this->___memory_7);
|
|
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* L_73 = L_72->___bindingStates_8;
|
|
int32_t L_74 = V_3;
|
|
uint32_t L_75 = sizeof(BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA);
|
|
V_7 = (BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)il2cpp_codegen_add((intptr_t)L_73, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_74), (int32_t)L_75))));
|
|
// newBindingState.triggerEventIdForComposite = oldBindingState.triggerEventIdForComposite;
|
|
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* L_76 = V_4;
|
|
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* L_77 = V_7;
|
|
int32_t L_78;
|
|
L_78 = BindingState_get_triggerEventIdForComposite_m3D7E7E524EFB329F4EE66CC8988173A2764A2444_inline(L_77, NULL);
|
|
BindingState_set_triggerEventIdForComposite_mDEA5F26E6130E09D3ED2D62554F47F5F0B978307_inline(L_76, L_78, NULL);
|
|
// ref var oldActionState = ref oldState.actionStates[actionIndex];
|
|
UnmanagedMemory_t862EBE5224929ED0E2F989D790EB6B8633E612A2 L_79 = ___0_oldState;
|
|
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_80 = L_79.___actionStates_7;
|
|
int32_t L_81 = V_5;
|
|
uint32_t L_82 = sizeof(TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D);
|
|
V_8 = (TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*)((TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*)il2cpp_codegen_add((intptr_t)L_80, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_81), (int32_t)L_82))));
|
|
// if (bindingIndex == oldActionState.bindingIndex && oldActionState.phase.IsInProgress() &&
|
|
// activeControls.Count > 0 && activeControls[oldActionState.controlIndex] != null)
|
|
int32_t L_83 = V_3;
|
|
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_84 = V_8;
|
|
int32_t L_85;
|
|
L_85 = TriggerState_get_bindingIndex_mD851F8DDC14C14E5FE80E64F78F24A4FE8328133_inline(L_84, NULL);
|
|
if ((!(((uint32_t)L_83) == ((uint32_t)L_85))))
|
|
{
|
|
goto IL_0375;
|
|
}
|
|
}
|
|
{
|
|
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_86 = V_8;
|
|
int32_t L_87;
|
|
L_87 = TriggerState_get_phase_m11BDB3D761D241980978DA52027C1E3B507D0D6D_inline(L_86, NULL);
|
|
bool L_88;
|
|
L_88 = InputExtensions_IsInProgress_m25007106321076468BF7FE0FA4B3685FC6A6B7BA(L_87, NULL);
|
|
if (!L_88)
|
|
{
|
|
goto IL_0375;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_89;
|
|
L_89 = InputControlList_1_get_Count_m5B820C76C808D235DDFA474A8025370547ECC993_inline((&___1_activeControls), InputControlList_1_get_Count_m5B820C76C808D235DDFA474A8025370547ECC993_RuntimeMethod_var);
|
|
if ((((int32_t)L_89) <= ((int32_t)0)))
|
|
{
|
|
goto IL_0375;
|
|
}
|
|
}
|
|
{
|
|
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_90 = V_8;
|
|
int32_t L_91;
|
|
L_91 = TriggerState_get_controlIndex_m61654A5C957F0DE7C600F5741F4BA5EE901DAF14(L_90, NULL);
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_92;
|
|
L_92 = InputControlList_1_get_Item_m1D6E78B065D973C67C6BCB0F9E994AA93E15229A((&___1_activeControls), L_91, InputControlList_1_get_Item_m1D6E78B065D973C67C6BCB0F9E994AA93E15229A_RuntimeMethod_var);
|
|
if (!L_92)
|
|
{
|
|
goto IL_0375;
|
|
}
|
|
}
|
|
{
|
|
// var control = activeControls[oldActionState.controlIndex];
|
|
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_93 = V_8;
|
|
int32_t L_94;
|
|
L_94 = TriggerState_get_controlIndex_m61654A5C957F0DE7C600F5741F4BA5EE901DAF14(L_93, NULL);
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_95;
|
|
L_95 = InputControlList_1_get_Item_m1D6E78B065D973C67C6BCB0F9E994AA93E15229A((&___1_activeControls), L_94, InputControlList_1_get_Item_m1D6E78B065D973C67C6BCB0F9E994AA93E15229A_RuntimeMethod_var);
|
|
V_10 = L_95;
|
|
// var newControlIndex = FindControlIndexOnBinding(bindingIndex, control);
|
|
int32_t L_96 = V_3;
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_97 = V_10;
|
|
int32_t L_98;
|
|
L_98 = InputActionState_FindControlIndexOnBinding_mDB6F9918513F9A108671DCE7B2C263C89BBD1443(__this, L_96, L_97, NULL);
|
|
V_11 = L_98;
|
|
// if (newControlIndex != kInvalidIndex)
|
|
int32_t L_99 = V_11;
|
|
if ((((int32_t)L_99) == ((int32_t)(-1))))
|
|
{
|
|
goto IL_023f;
|
|
}
|
|
}
|
|
{
|
|
// newActionState.phase = oldActionState.phase;
|
|
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_100 = V_6;
|
|
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_101 = V_8;
|
|
int32_t L_102;
|
|
L_102 = TriggerState_get_phase_m11BDB3D761D241980978DA52027C1E3B507D0D6D_inline(L_101, NULL);
|
|
TriggerState_set_phase_mF4C392049D7510A9AEA8E32B21D57816BEEF7183(L_100, L_102, NULL);
|
|
// newActionState.controlIndex = newControlIndex;
|
|
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_103 = V_6;
|
|
int32_t L_104 = V_11;
|
|
TriggerState_set_controlIndex_m22920FF140D4A3E3738DFC782BD851BC7E2B6266(L_103, L_104, NULL);
|
|
// newActionState.magnitude = oldActionState.magnitude;
|
|
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_105 = V_6;
|
|
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_106 = V_8;
|
|
float L_107;
|
|
L_107 = TriggerState_get_magnitude_m69D6E5428A5409F494566C9847738D73DB0E4B53_inline(L_106, NULL);
|
|
TriggerState_set_magnitude_mA0137E16AE1583892CA47D1DCF18AFA2487B44C9(L_105, L_107, NULL);
|
|
// newActionState.interactionIndex = oldActionState.interactionIndex;
|
|
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_108 = V_6;
|
|
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_109 = V_8;
|
|
int32_t L_110;
|
|
L_110 = TriggerState_get_interactionIndex_mDA74F3F62A69C872BBF1803967687E53E622DA46(L_109, NULL);
|
|
TriggerState_set_interactionIndex_mEB92C007E39BD22BE638934BD159148764618164(L_108, L_110, NULL);
|
|
// memory.controlMagnitudes[newControlIndex] = oldActionState.magnitude;
|
|
UnmanagedMemory_t862EBE5224929ED0E2F989D790EB6B8633E612A2* L_111 = (&__this->___memory_7);
|
|
float* L_112 = L_111->___controlMagnitudes_10;
|
|
int32_t L_113 = V_11;
|
|
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_114 = V_8;
|
|
float L_115;
|
|
L_115 = TriggerState_get_magnitude_m69D6E5428A5409F494566C9847738D73DB0E4B53_inline(L_114, NULL);
|
|
*((float*)((float*)il2cpp_codegen_add((intptr_t)L_112, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_113), 4))))) = (float)L_115;
|
|
}
|
|
|
|
IL_023f:
|
|
{
|
|
// for (var n = 0; n < newBindingState.interactionCount; ++n)
|
|
V_12 = 0;
|
|
goto IL_0367;
|
|
}
|
|
|
|
IL_0247:
|
|
{
|
|
// ref var oldInteractionState = ref oldState.interactionStates[oldBindingState.interactionStartIndex + n];
|
|
UnmanagedMemory_t862EBE5224929ED0E2F989D790EB6B8633E612A2 L_116 = ___0_oldState;
|
|
InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE* L_117 = L_116.___interactionStates_9;
|
|
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* L_118 = V_7;
|
|
int32_t L_119;
|
|
L_119 = BindingState_get_interactionStartIndex_m4439E4A04B1884E5ACB3B5EDE03C0B5DAB78D09B(L_118, NULL);
|
|
int32_t L_120 = V_12;
|
|
uint32_t L_121 = sizeof(InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE);
|
|
V_13 = (InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE*)((InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE*)il2cpp_codegen_add((intptr_t)L_117, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)((int32_t)il2cpp_codegen_add(L_119, L_120))), (int32_t)L_121))));
|
|
// if (!oldInteractionState.phase.IsInProgress())
|
|
InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE* L_122 = V_13;
|
|
int32_t L_123;
|
|
L_123 = InteractionState_get_phase_m478B9D7AAE57D8540C544DE41EC0AA57E3C63A18_inline(L_122, NULL);
|
|
bool L_124;
|
|
L_124 = InputExtensions_IsInProgress_m25007106321076468BF7FE0FA4B3685FC6A6B7BA(L_123, NULL);
|
|
if (!L_124)
|
|
{
|
|
goto IL_0361;
|
|
}
|
|
}
|
|
{
|
|
// control = activeControls[oldInteractionState.triggerControlIndex];
|
|
InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE* L_125 = V_13;
|
|
int32_t L_126;
|
|
L_126 = InteractionState_get_triggerControlIndex_m14C692459EE9B4DEF0380D3F8D81B161671A4861(L_125, NULL);
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_127;
|
|
L_127 = InputControlList_1_get_Item_m1D6E78B065D973C67C6BCB0F9E994AA93E15229A((&___1_activeControls), L_126, InputControlList_1_get_Item_m1D6E78B065D973C67C6BCB0F9E994AA93E15229A_RuntimeMethod_var);
|
|
V_10 = L_127;
|
|
// if (control == null)
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_128 = V_10;
|
|
if (!L_128)
|
|
{
|
|
goto IL_0361;
|
|
}
|
|
}
|
|
{
|
|
// newControlIndex = FindControlIndexOnBinding(bindingIndex, control);
|
|
int32_t L_129 = V_3;
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_130 = V_10;
|
|
int32_t L_131;
|
|
L_131 = InputActionState_FindControlIndexOnBinding_mDB6F9918513F9A108671DCE7B2C263C89BBD1443(__this, L_129, L_130, NULL);
|
|
V_11 = L_131;
|
|
// ref var newInteractionState = ref interactionStates[newBindingState.interactionStartIndex + n];
|
|
InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE* L_132;
|
|
L_132 = InputActionState_get_interactionStates_mBA543F82BCCE87A8DAB9547346EAB8E972AB4C3F(__this, NULL);
|
|
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* L_133 = V_4;
|
|
int32_t L_134;
|
|
L_134 = BindingState_get_interactionStartIndex_m4439E4A04B1884E5ACB3B5EDE03C0B5DAB78D09B(L_133, NULL);
|
|
int32_t L_135 = V_12;
|
|
uint32_t L_136 = sizeof(InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE);
|
|
V_14 = (InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE*)((InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE*)il2cpp_codegen_add((intptr_t)L_132, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)((int32_t)il2cpp_codegen_add(L_134, L_135))), (int32_t)L_136))));
|
|
// newInteractionState.phase = oldInteractionState.phase;
|
|
InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE* L_137 = V_14;
|
|
InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE* L_138 = V_13;
|
|
int32_t L_139;
|
|
L_139 = InteractionState_get_phase_m478B9D7AAE57D8540C544DE41EC0AA57E3C63A18_inline(L_138, NULL);
|
|
InteractionState_set_phase_m3A2D1A98F600B7B2580392878057207EA7C1397A(L_137, L_139, NULL);
|
|
// newInteractionState.performedTime = oldInteractionState.performedTime;
|
|
InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE* L_140 = V_14;
|
|
InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE* L_141 = V_13;
|
|
double L_142;
|
|
L_142 = InteractionState_get_performedTime_m9249E85237D76B773AE77DA835BBC042785C7D24_inline(L_141, NULL);
|
|
InteractionState_set_performedTime_mCD385C7F94EF23C531A8FBF30A5BC05559FE0631_inline(L_140, L_142, NULL);
|
|
// newInteractionState.startTime = oldInteractionState.startTime;
|
|
InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE* L_143 = V_14;
|
|
InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE* L_144 = V_13;
|
|
double L_145;
|
|
L_145 = InteractionState_get_startTime_m6DB82A88100CFC618BDA1401E4144B353871DC40_inline(L_144, NULL);
|
|
InteractionState_set_startTime_m0610D1FDECE3F5770B3A8B93CA0810A7DF9900A5_inline(L_143, L_145, NULL);
|
|
// newInteractionState.triggerControlIndex = newControlIndex;
|
|
InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE* L_146 = V_14;
|
|
int32_t L_147 = V_11;
|
|
InteractionState_set_triggerControlIndex_m59641351155913B51FDBB126F7022A28B6CF24ED(L_146, L_147, NULL);
|
|
// if (oldInteractionState.isTimerRunning)
|
|
InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE* L_148 = V_13;
|
|
bool L_149;
|
|
L_149 = InteractionState_get_isTimerRunning_m869788E708A252FD2268471D20D560629CAC3E40(L_148, NULL);
|
|
if (!L_149)
|
|
{
|
|
goto IL_0361;
|
|
}
|
|
}
|
|
{
|
|
// var trigger = new TriggerState
|
|
// {
|
|
// mapIndex = newBindingState.mapIndex,
|
|
// controlIndex = newControlIndex,
|
|
// bindingIndex = bindingIndex,
|
|
// time = oldInteractionState.timerStartTime,
|
|
// interactionIndex = newBindingState.interactionStartIndex + n
|
|
// };
|
|
il2cpp_codegen_initobj((&V_16), sizeof(TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D));
|
|
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* L_150 = V_4;
|
|
int32_t L_151;
|
|
L_151 = BindingState_get_mapIndex_m224C8C86BB0984312AB801E7397C84E0C9279AEA_inline(L_150, NULL);
|
|
TriggerState_set_mapIndex_mA74FE020F8DB85B61A16EE6BF0BE4A58C48A4923((&V_16), L_151, NULL);
|
|
int32_t L_152 = V_11;
|
|
TriggerState_set_controlIndex_m22920FF140D4A3E3738DFC782BD851BC7E2B6266((&V_16), L_152, NULL);
|
|
int32_t L_153 = V_3;
|
|
TriggerState_set_bindingIndex_m11CEA53F0EDB785459A2038B9224D1C9BE2CE494((&V_16), L_153, NULL);
|
|
InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE* L_154 = V_13;
|
|
double L_155;
|
|
L_155 = InteractionState_get_timerStartTime_mC13D1B442CFA811EED0DBEE05329D6DF3FBEB3BA_inline(L_154, NULL);
|
|
TriggerState_set_time_m316DF2AFC1F34386975756AB652DB628B954CEA5_inline((&V_16), L_155, NULL);
|
|
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* L_156 = V_4;
|
|
int32_t L_157;
|
|
L_157 = BindingState_get_interactionStartIndex_m4439E4A04B1884E5ACB3B5EDE03C0B5DAB78D09B(L_156, NULL);
|
|
int32_t L_158 = V_12;
|
|
TriggerState_set_interactionIndex_mEB92C007E39BD22BE638934BD159148764618164((&V_16), ((int32_t)il2cpp_codegen_add(L_157, L_158)), NULL);
|
|
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D L_159 = V_16;
|
|
V_15 = L_159;
|
|
// StartTimeout(oldInteractionState.timerDuration, ref trigger);
|
|
InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE* L_160 = V_13;
|
|
float L_161;
|
|
L_161 = InteractionState_get_timerDuration_mB84B3C865B815642CD39EBE08150F074E4792E88_inline(L_160, NULL);
|
|
InputActionState_StartTimeout_m9B0C446694F02F51D199861AD7FF435426A42B0F(__this, L_161, (&V_15), NULL);
|
|
// newInteractionState.totalTimeoutCompletionDone = oldInteractionState.totalTimeoutCompletionDone;
|
|
InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE* L_162 = V_14;
|
|
InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE* L_163 = V_13;
|
|
float L_164;
|
|
L_164 = InteractionState_get_totalTimeoutCompletionDone_mE3B53A3CAD6815356DEB95ED550FD3D0549483CB_inline(L_163, NULL);
|
|
InteractionState_set_totalTimeoutCompletionDone_m7E622CEF597EEB0567FD1E6476786F3DF4A7C553_inline(L_162, L_164, NULL);
|
|
// newInteractionState.totalTimeoutCompletionTimeRemaining = oldInteractionState.totalTimeoutCompletionTimeRemaining;
|
|
InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE* L_165 = V_14;
|
|
InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE* L_166 = V_13;
|
|
float L_167;
|
|
L_167 = InteractionState_get_totalTimeoutCompletionTimeRemaining_m27D25B76E20EAA77749D81CC86DB72F43D71AC88_inline(L_166, NULL);
|
|
InteractionState_set_totalTimeoutCompletionTimeRemaining_m4F2D19F74032232A06E44FF9C30F28047D55A898_inline(L_165, L_167, NULL);
|
|
}
|
|
|
|
IL_0361:
|
|
{
|
|
// for (var n = 0; n < newBindingState.interactionCount; ++n)
|
|
int32_t L_168 = V_12;
|
|
V_12 = ((int32_t)il2cpp_codegen_add(L_168, 1));
|
|
}
|
|
|
|
IL_0367:
|
|
{
|
|
// for (var n = 0; n < newBindingState.interactionCount; ++n)
|
|
int32_t L_169 = V_12;
|
|
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* L_170 = V_4;
|
|
int32_t L_171;
|
|
L_171 = BindingState_get_interactionCount_mED48D9B70A4476FAF32F3628574321BC7132735C_inline(L_170, NULL);
|
|
if ((((int32_t)L_169) < ((int32_t)L_171)))
|
|
{
|
|
goto IL_0247;
|
|
}
|
|
}
|
|
|
|
IL_0375:
|
|
{
|
|
// for (var bindingIndex = 0; bindingIndex < totalBindingCount; ++bindingIndex)
|
|
int32_t L_172 = V_3;
|
|
V_3 = ((int32_t)il2cpp_codegen_add(L_172, 1));
|
|
}
|
|
|
|
IL_0379:
|
|
{
|
|
// for (var bindingIndex = 0; bindingIndex < totalBindingCount; ++bindingIndex)
|
|
int32_t L_173 = V_3;
|
|
int32_t L_174;
|
|
L_174 = InputActionState_get_totalBindingCount_mB2BF62C18C7F2D59E9045FC9A9D4F199C07337F9(__this, NULL);
|
|
if ((((int32_t)L_173) < ((int32_t)L_174)))
|
|
{
|
|
goto IL_00aa;
|
|
}
|
|
}
|
|
{
|
|
// HookOnBeforeUpdate();
|
|
InputActionState_HookOnBeforeUpdate_m2899AA00B0052B8B7FA7EFD8052C3EEC777D8790(__this, NULL);
|
|
// NotifyListenersOfActionChange(InputActionChange.BoundControlsChanged);
|
|
InputActionState_NotifyListenersOfActionChange_m8BC93855EF57E416EA020A9CDC90B48572046CDD(__this, 8, NULL);
|
|
// if (isFullResolve && s_GlobalState.onActionChange.length > 0)
|
|
bool L_175 = ___2_isFullResolve;
|
|
if (!L_175)
|
|
{
|
|
goto IL_0442;
|
|
}
|
|
}
|
|
{
|
|
CallbackArray_1_tC72D651E25D95D1B5D837A010859EDE49AD131FA* L_176 = (&(&((InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700_StaticFields*)il2cpp_codegen_static_fields_for(InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700_il2cpp_TypeInfo_var))->___s_GlobalState_14)->___onActionChange_1);
|
|
int32_t L_177;
|
|
L_177 = CallbackArray_1_get_length_mB663B7347904881654D8D369AEAE5FE34BE7F16D(L_176, CallbackArray_1_get_length_mB663B7347904881654D8D369AEAE5FE34BE7F16D_RuntimeMethod_var);
|
|
if ((((int32_t)L_177) <= ((int32_t)0)))
|
|
{
|
|
goto IL_0442;
|
|
}
|
|
}
|
|
{
|
|
// for (var i = 0; i < totalMapCount; ++i)
|
|
V_17 = 0;
|
|
goto IL_0435;
|
|
}
|
|
|
|
IL_03b5:
|
|
{
|
|
// var map = maps[i];
|
|
InputActionMapU5BU5D_t4B352E8DA73976FEDA107E35E81FB5BE6838C045* L_178 = __this->___maps_1;
|
|
int32_t L_179 = V_17;
|
|
NullCheck(L_178);
|
|
int32_t L_180 = L_179;
|
|
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_181 = (L_178)->GetAt(static_cast<il2cpp_array_size_t>(L_180));
|
|
V_18 = L_181;
|
|
// if (map.m_SingletonAction == null && map.m_EnabledActionsCount == map.m_Actions.LengthSafe())
|
|
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_182 = V_18;
|
|
NullCheck(L_182);
|
|
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_183 = L_182->___m_SingletonAction_8;
|
|
if (L_183)
|
|
{
|
|
goto IL_03e8;
|
|
}
|
|
}
|
|
{
|
|
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_184 = V_18;
|
|
NullCheck(L_184);
|
|
int32_t L_185 = L_184->___m_EnabledActionsCount_7;
|
|
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_186 = V_18;
|
|
NullCheck(L_186);
|
|
InputActionU5BU5D_t6F881A9FE5C2016615C8D2E0B192608EA5FCE810* L_187 = L_186->___m_Actions_3;
|
|
int32_t L_188;
|
|
L_188 = ArrayHelpers_LengthSafe_TisInputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD_m4FC82F363FD10EA198D433E52C7C5FF8763B1AC1(L_187, ArrayHelpers_LengthSafe_TisInputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD_m4FC82F363FD10EA198D433E52C7C5FF8763B1AC1_RuntimeMethod_var);
|
|
if ((!(((uint32_t)L_185) == ((uint32_t)L_188))))
|
|
{
|
|
goto IL_03e8;
|
|
}
|
|
}
|
|
{
|
|
// NotifyListenersOfActionChange(InputActionChange.ActionMapEnabled, map);
|
|
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_189 = V_18;
|
|
InputActionState_NotifyListenersOfActionChange_m96882C035C59BC450C5489927A1DF3F06597B888(2, L_189, NULL);
|
|
goto IL_042f;
|
|
}
|
|
|
|
IL_03e8:
|
|
{
|
|
// var actions = map.actions;
|
|
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_190 = V_18;
|
|
NullCheck(L_190);
|
|
ReadOnlyArray_1_t87BBFDC4C52C189E583DEC4E87E663DF435F7915 L_191;
|
|
L_191 = InputActionMap_get_actions_mC8FEA8D1BC6F750FBE202105EF0E7F41C166DF1E(L_190, NULL);
|
|
V_19 = L_191;
|
|
// foreach (var action in actions)
|
|
Enumerator_t4EE46D190C0BA16331A4B18A6F0E5FE0CFAEB7EA L_192;
|
|
L_192 = ReadOnlyArray_1_GetEnumerator_m0E0F54CBE8A97E29DF0E94868092EAEB05C609EA((&V_19), ReadOnlyArray_1_GetEnumerator_m0E0F54CBE8A97E29DF0E94868092EAEB05C609EA_RuntimeMethod_var);
|
|
V_20 = L_192;
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_0421:
|
|
{// begin finally (depth: 1)
|
|
Enumerator_Dispose_m290E1A523D4AE97FCE9B66F9D5ACFD11492DF12C((&V_20), Enumerator_Dispose_m290E1A523D4AE97FCE9B66F9D5ACFD11492DF12C_RuntimeMethod_var);
|
|
return;
|
|
}// end finally (depth: 1)
|
|
});
|
|
try
|
|
{// begin try (depth: 1)
|
|
{
|
|
goto IL_0416_1;
|
|
}
|
|
|
|
IL_03fc_1:
|
|
{
|
|
// foreach (var action in actions)
|
|
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_193;
|
|
L_193 = Enumerator_get_Current_mD5DC99016B8C174C9130765ADAF80D22EEF6293C((&V_20), Enumerator_get_Current_mD5DC99016B8C174C9130765ADAF80D22EEF6293C_RuntimeMethod_var);
|
|
V_21 = L_193;
|
|
// if (action.enabled)
|
|
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_194 = V_21;
|
|
NullCheck(L_194);
|
|
bool L_195;
|
|
L_195 = InputAction_get_enabled_mA1E3523D89FCD4649E787A4BFE9D5863674846FA(L_194, NULL);
|
|
if (!L_195)
|
|
{
|
|
goto IL_0416_1;
|
|
}
|
|
}
|
|
{
|
|
// NotifyListenersOfActionChange(InputActionChange.ActionEnabled, action);
|
|
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_196 = V_21;
|
|
InputActionState_NotifyListenersOfActionChange_m96882C035C59BC450C5489927A1DF3F06597B888(0, L_196, NULL);
|
|
}
|
|
|
|
IL_0416_1:
|
|
{
|
|
// foreach (var action in actions)
|
|
bool L_197;
|
|
L_197 = Enumerator_MoveNext_mC5C32E17ECD0E901BEA64BF3CBC3089E6E26593C((&V_20), Enumerator_MoveNext_mC5C32E17ECD0E901BEA64BF3CBC3089E6E26593C_RuntimeMethod_var);
|
|
if (L_197)
|
|
{
|
|
goto IL_03fc_1;
|
|
}
|
|
}
|
|
{
|
|
goto IL_042f;
|
|
}
|
|
}// end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_042f:
|
|
{
|
|
// for (var i = 0; i < totalMapCount; ++i)
|
|
int32_t L_198 = V_17;
|
|
V_17 = ((int32_t)il2cpp_codegen_add(L_198, 1));
|
|
}
|
|
|
|
IL_0435:
|
|
{
|
|
// for (var i = 0; i < totalMapCount; ++i)
|
|
int32_t L_199 = V_17;
|
|
int32_t L_200;
|
|
L_200 = InputActionState_get_totalMapCount_m40628218F03A5A6FFC10A826641A5A115A760345(__this, NULL);
|
|
if ((((int32_t)L_199) < ((int32_t)L_200)))
|
|
{
|
|
goto IL_03b5;
|
|
}
|
|
}
|
|
|
|
IL_0442:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Boolean UnityEngine.InputSystem.InputActionState::IsActiveControl(System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputActionState_IsActiveControl_m71726B6471BB1F87C3AB89C8C36ACDE5F3880C2A (InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* __this, int32_t ___0_bindingIndex, int32_t ___1_controlIndex, const RuntimeMethod* method)
|
|
{
|
|
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* V_0 = NULL;
|
|
int32_t V_1 = 0;
|
|
int32_t V_2 = 0;
|
|
{
|
|
// ref var bindingState = ref bindingStates[bindingIndex];
|
|
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* L_0;
|
|
L_0 = InputActionState_get_bindingStates_mF497553BC159C0B3BFE6A8BAD6336EB09CB4B2DE(__this, NULL);
|
|
int32_t L_1 = ___0_bindingIndex;
|
|
uint32_t L_2 = sizeof(BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA);
|
|
V_0 = (BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)il2cpp_codegen_add((intptr_t)L_0, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_1), (int32_t)L_2))));
|
|
// var actionIndex = bindingState.actionIndex;
|
|
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* L_3 = V_0;
|
|
int32_t L_4;
|
|
L_4 = BindingState_get_actionIndex_m086C5EA34E744AAC4C9D94DC9A878030EEECC96F(L_3, NULL);
|
|
V_1 = L_4;
|
|
// if (actionIndex == kInvalidIndex)
|
|
int32_t L_5 = V_1;
|
|
if ((!(((uint32_t)L_5) == ((uint32_t)(-1)))))
|
|
{
|
|
goto IL_001e;
|
|
}
|
|
}
|
|
{
|
|
// return false;
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_001e:
|
|
{
|
|
// if (actionStates[actionIndex].controlIndex == controlIndex)
|
|
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_6;
|
|
L_6 = InputActionState_get_actionStates_mFDC87519E9E826C5DAEE9E13058312FF82E16E0B(__this, NULL);
|
|
int32_t L_7 = V_1;
|
|
uint32_t L_8 = sizeof(TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D);
|
|
int32_t L_9;
|
|
L_9 = TriggerState_get_controlIndex_m61654A5C957F0DE7C600F5741F4BA5EE901DAF14((TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*)((TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*)il2cpp_codegen_add((intptr_t)L_6, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_7), (int32_t)L_8)))), NULL);
|
|
int32_t L_10 = ___1_controlIndex;
|
|
if ((!(((uint32_t)L_9) == ((uint32_t)L_10))))
|
|
{
|
|
goto IL_0038;
|
|
}
|
|
}
|
|
{
|
|
// return true;
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0038:
|
|
{
|
|
// for (var i = 0; i < bindingState.interactionCount; ++i)
|
|
V_2 = 0;
|
|
goto IL_0066;
|
|
}
|
|
|
|
IL_003c:
|
|
{
|
|
// if (interactionStates[bindingStates->interactionStartIndex + i].triggerControlIndex == controlIndex)
|
|
InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE* L_11;
|
|
L_11 = InputActionState_get_interactionStates_mBA543F82BCCE87A8DAB9547346EAB8E972AB4C3F(__this, NULL);
|
|
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* L_12;
|
|
L_12 = InputActionState_get_bindingStates_mF497553BC159C0B3BFE6A8BAD6336EB09CB4B2DE(__this, NULL);
|
|
int32_t L_13;
|
|
L_13 = BindingState_get_interactionStartIndex_m4439E4A04B1884E5ACB3B5EDE03C0B5DAB78D09B((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)L_12, NULL);
|
|
int32_t L_14 = V_2;
|
|
uint32_t L_15 = sizeof(InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE);
|
|
int32_t L_16;
|
|
L_16 = InteractionState_get_triggerControlIndex_m14C692459EE9B4DEF0380D3F8D81B161671A4861((InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE*)((InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE*)il2cpp_codegen_add((intptr_t)L_11, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)((int32_t)il2cpp_codegen_add(L_13, L_14))), (int32_t)L_15)))), NULL);
|
|
int32_t L_17 = ___1_controlIndex;
|
|
if ((!(((uint32_t)L_16) == ((uint32_t)L_17))))
|
|
{
|
|
goto IL_0062;
|
|
}
|
|
}
|
|
{
|
|
// return true;
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0062:
|
|
{
|
|
// for (var i = 0; i < bindingState.interactionCount; ++i)
|
|
int32_t L_18 = V_2;
|
|
V_2 = ((int32_t)il2cpp_codegen_add(L_18, 1));
|
|
}
|
|
|
|
IL_0066:
|
|
{
|
|
// for (var i = 0; i < bindingState.interactionCount; ++i)
|
|
int32_t L_19 = V_2;
|
|
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* L_20 = V_0;
|
|
int32_t L_21;
|
|
L_21 = BindingState_get_interactionCount_mED48D9B70A4476FAF32F3628574321BC7132735C_inline(L_20, NULL);
|
|
if ((((int32_t)L_19) < ((int32_t)L_21)))
|
|
{
|
|
goto IL_003c;
|
|
}
|
|
}
|
|
{
|
|
// return false;
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Int32 UnityEngine.InputSystem.InputActionState::FindControlIndexOnBinding(System.Int32,UnityEngine.InputSystem.InputControl)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t InputActionState_FindControlIndexOnBinding_mDB6F9918513F9A108671DCE7B2C263C89BBD1443 (InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* __this, int32_t ___0_bindingIndex, InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* ___1_control, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
int32_t V_2 = 0;
|
|
{
|
|
// var controlStartIndex = bindingStates[bindingIndex].controlStartIndex;
|
|
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* L_0;
|
|
L_0 = InputActionState_get_bindingStates_mF497553BC159C0B3BFE6A8BAD6336EB09CB4B2DE(__this, NULL);
|
|
int32_t L_1 = ___0_bindingIndex;
|
|
uint32_t L_2 = sizeof(BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA);
|
|
int32_t L_3;
|
|
L_3 = BindingState_get_controlStartIndex_m092BC6AC34AC08B2EC1258A278AB4A7518407466_inline((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)il2cpp_codegen_add((intptr_t)L_0, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_1), (int32_t)L_2)))), NULL);
|
|
V_0 = L_3;
|
|
// var controlCount = bindingStates[bindingIndex].controlCount;
|
|
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* L_4;
|
|
L_4 = InputActionState_get_bindingStates_mF497553BC159C0B3BFE6A8BAD6336EB09CB4B2DE(__this, NULL);
|
|
int32_t L_5 = ___0_bindingIndex;
|
|
uint32_t L_6 = sizeof(BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA);
|
|
int32_t L_7;
|
|
L_7 = BindingState_get_controlCount_mADA09E8D0B3F2EEA8447CD2F67F5ADFF29790391_inline((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)il2cpp_codegen_add((intptr_t)L_4, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_5), (int32_t)L_6)))), NULL);
|
|
V_1 = L_7;
|
|
// for (var n = 0; n < controlCount; ++n)
|
|
V_2 = 0;
|
|
goto IL_0045;
|
|
}
|
|
|
|
IL_0030:
|
|
{
|
|
// if (control == controls[controlStartIndex + n])
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_8 = ___1_control;
|
|
InputControlU5BU5D_t0B951FEF1504D6340387C4735F5D6F426F40FE17* L_9 = __this->___controls_2;
|
|
int32_t L_10 = V_0;
|
|
int32_t L_11 = V_2;
|
|
NullCheck(L_9);
|
|
int32_t L_12 = ((int32_t)il2cpp_codegen_add(L_10, L_11));
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_13 = (L_9)->GetAt(static_cast<il2cpp_array_size_t>(L_12));
|
|
if ((!(((RuntimeObject*)(InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E*)L_8) == ((RuntimeObject*)(InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E*)L_13))))
|
|
{
|
|
goto IL_0041;
|
|
}
|
|
}
|
|
{
|
|
// return controlStartIndex + n;
|
|
int32_t L_14 = V_0;
|
|
int32_t L_15 = V_2;
|
|
return ((int32_t)il2cpp_codegen_add(L_14, L_15));
|
|
}
|
|
|
|
IL_0041:
|
|
{
|
|
// for (var n = 0; n < controlCount; ++n)
|
|
int32_t L_16 = V_2;
|
|
V_2 = ((int32_t)il2cpp_codegen_add(L_16, 1));
|
|
}
|
|
|
|
IL_0045:
|
|
{
|
|
// for (var n = 0; n < controlCount; ++n)
|
|
int32_t L_17 = V_2;
|
|
int32_t L_18 = V_1;
|
|
if ((((int32_t)L_17) < ((int32_t)L_18)))
|
|
{
|
|
goto IL_0030;
|
|
}
|
|
}
|
|
{
|
|
// return kInvalidIndex;
|
|
return (-1);
|
|
}
|
|
}
|
|
// System.Void UnityEngine.InputSystem.InputActionState::ResetActionStatesDrivenBy(UnityEngine.InputSystem.InputDevice)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionState_ResetActionStatesDrivenBy_m571F3F380EAA31B4385A6CCDF59405EF11FC8EDF (InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* __this, InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* ___0_device, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
DeferBindingResolutionWrapper_tBEB0D0DEA05F9681F0189610B4D7B0CEAD32AC8C* V_0 = NULL;
|
|
int32_t V_1 = 0;
|
|
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* V_2 = NULL;
|
|
int32_t V_3 = 0;
|
|
{
|
|
// using (InputActionRebindingExtensions.DeferBindingResolution())
|
|
DeferBindingResolutionWrapper_tBEB0D0DEA05F9681F0189610B4D7B0CEAD32AC8C* L_0;
|
|
L_0 = InputActionRebindingExtensions_DeferBindingResolution_m05E2D1866743FA3C80331F1D95D91EA32EBD5E99(NULL);
|
|
V_0 = L_0;
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_0074:
|
|
{// begin finally (depth: 1)
|
|
{
|
|
DeferBindingResolutionWrapper_tBEB0D0DEA05F9681F0189610B4D7B0CEAD32AC8C* L_1 = V_0;
|
|
if (!L_1)
|
|
{
|
|
goto IL_007d;
|
|
}
|
|
}
|
|
{
|
|
DeferBindingResolutionWrapper_tBEB0D0DEA05F9681F0189610B4D7B0CEAD32AC8C* L_2 = V_0;
|
|
NullCheck(L_2);
|
|
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_2);
|
|
}
|
|
|
|
IL_007d:
|
|
{
|
|
return;
|
|
}
|
|
}// end finally (depth: 1)
|
|
});
|
|
try
|
|
{// begin try (depth: 1)
|
|
{
|
|
// for (var actionIndex = 0; actionIndex < totalActionCount; ++actionIndex)
|
|
V_1 = 0;
|
|
goto IL_0069_1;
|
|
}
|
|
|
|
IL_000a_1:
|
|
{
|
|
// var actionState = &actionStates[actionIndex];
|
|
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_3;
|
|
L_3 = InputActionState_get_actionStates_mFDC87519E9E826C5DAEE9E13058312FF82E16E0B(__this, NULL);
|
|
int32_t L_4 = V_1;
|
|
uint32_t L_5 = sizeof(TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D);
|
|
V_2 = (TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*)((uintptr_t)((TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*)il2cpp_codegen_add((intptr_t)L_3, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_4), (int32_t)L_5)))));
|
|
// if (actionState->phase == InputActionPhase.Waiting || actionState->phase == InputActionPhase.Disabled)
|
|
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_6 = V_2;
|
|
int32_t L_7;
|
|
L_7 = TriggerState_get_phase_m11BDB3D761D241980978DA52027C1E3B507D0D6D_inline((TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*)L_6, NULL);
|
|
if ((((int32_t)L_7) == ((int32_t)1)))
|
|
{
|
|
goto IL_0065_1;
|
|
}
|
|
}
|
|
{
|
|
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_8 = V_2;
|
|
int32_t L_9;
|
|
L_9 = TriggerState_get_phase_m11BDB3D761D241980978DA52027C1E3B507D0D6D_inline((TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*)L_8, NULL);
|
|
if (!L_9)
|
|
{
|
|
goto IL_0065_1;
|
|
}
|
|
}
|
|
{
|
|
// if (actionState->isPassThrough)
|
|
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_10 = V_2;
|
|
bool L_11;
|
|
L_11 = TriggerState_get_isPassThrough_mB7D87BF1876C0E39D9F556AC7CB4A8A08BB331EA((TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*)L_10, NULL);
|
|
if (!L_11)
|
|
{
|
|
goto IL_0041_1;
|
|
}
|
|
}
|
|
{
|
|
// if (!IsActionBoundToControlFromDevice(device, actionIndex))
|
|
InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* L_12 = ___0_device;
|
|
int32_t L_13 = V_1;
|
|
bool L_14;
|
|
L_14 = InputActionState_IsActionBoundToControlFromDevice_mB7D4F45DA50CDB0C83FB917E2FC6186D65478F89(__this, L_12, L_13, NULL);
|
|
if (L_14)
|
|
{
|
|
goto IL_005c_1;
|
|
}
|
|
}
|
|
{
|
|
// continue;
|
|
goto IL_0065_1;
|
|
}
|
|
|
|
IL_0041_1:
|
|
{
|
|
// var controlIndex = actionState->controlIndex;
|
|
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_15 = V_2;
|
|
int32_t L_16;
|
|
L_16 = TriggerState_get_controlIndex_m61654A5C957F0DE7C600F5741F4BA5EE901DAF14((TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*)L_15, NULL);
|
|
V_3 = L_16;
|
|
// if (controlIndex == -1)
|
|
int32_t L_17 = V_3;
|
|
if ((((int32_t)L_17) == ((int32_t)(-1))))
|
|
{
|
|
goto IL_0065_1;
|
|
}
|
|
}
|
|
{
|
|
// var control = controls[controlIndex];
|
|
InputControlU5BU5D_t0B951FEF1504D6340387C4735F5D6F426F40FE17* L_18 = __this->___controls_2;
|
|
int32_t L_19 = V_3;
|
|
NullCheck(L_18);
|
|
int32_t L_20 = L_19;
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_21 = (L_18)->GetAt(static_cast<il2cpp_array_size_t>(L_20));
|
|
// if (control.device != device)
|
|
NullCheck(L_21);
|
|
InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* L_22;
|
|
L_22 = InputControl_get_device_mAB3E013F566CF3407B8C36BC781EBD751DFAB324_inline(L_21, NULL);
|
|
InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* L_23 = ___0_device;
|
|
if ((!(((RuntimeObject*)(InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B*)L_22) == ((RuntimeObject*)(InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B*)L_23))))
|
|
{
|
|
goto IL_0065_1;
|
|
}
|
|
}
|
|
|
|
IL_005c_1:
|
|
{
|
|
// ResetActionState(actionIndex);
|
|
int32_t L_24 = V_1;
|
|
InputActionState_ResetActionState_m46C922F1B051588FDDF342C701B0F62872B5C987(__this, L_24, 1, (bool)0, NULL);
|
|
}
|
|
|
|
IL_0065_1:
|
|
{
|
|
// for (var actionIndex = 0; actionIndex < totalActionCount; ++actionIndex)
|
|
int32_t L_25 = V_1;
|
|
V_1 = ((int32_t)il2cpp_codegen_add(L_25, 1));
|
|
}
|
|
|
|
IL_0069_1:
|
|
{
|
|
// for (var actionIndex = 0; actionIndex < totalActionCount; ++actionIndex)
|
|
int32_t L_26 = V_1;
|
|
int32_t L_27;
|
|
L_27 = InputActionState_get_totalActionCount_m08844D247DB65BA7AFBB66B4755414081ABD01A2(__this, NULL);
|
|
if ((((int32_t)L_26) < ((int32_t)L_27)))
|
|
{
|
|
goto IL_000a_1;
|
|
}
|
|
}
|
|
{
|
|
// }
|
|
goto IL_007e;
|
|
}
|
|
}// end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_007e:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Boolean UnityEngine.InputSystem.InputActionState::IsActionBoundToControlFromDevice(UnityEngine.InputSystem.InputDevice,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputActionState_IsActionBoundToControlFromDevice_mB7D4F45DA50CDB0C83FB917E2FC6186D65478F89 (InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* __this, InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* ___0_device, int32_t ___1_actionIndex, const RuntimeMethod* method)
|
|
{
|
|
bool V_0 = false;
|
|
uint16_t V_1 = 0;
|
|
uint16_t V_2 = 0;
|
|
int32_t V_3 = 0;
|
|
uint16_t V_4 = 0;
|
|
int32_t V_5 = 0;
|
|
int32_t V_6 = 0;
|
|
int32_t V_7 = 0;
|
|
{
|
|
// var usesControlFromDevice = false;
|
|
V_0 = (bool)0;
|
|
// var bindingStartIndex = GetActionBindingStartIndexAndCount(actionIndex, out var bindingCount);
|
|
int32_t L_0 = ___1_actionIndex;
|
|
uint16_t L_1;
|
|
L_1 = InputActionState_GetActionBindingStartIndexAndCount_m574BD7CCCB2F51A4C6DA102FA3EAB1B9D86BFF1B(__this, L_0, (&V_2), NULL);
|
|
V_1 = L_1;
|
|
// for (var i = 0; i < bindingCount; ++i)
|
|
V_3 = 0;
|
|
goto IL_0082;
|
|
}
|
|
|
|
IL_0010:
|
|
{
|
|
// var bindingIndex = memory.actionBindingIndices[bindingStartIndex + i];
|
|
UnmanagedMemory_t862EBE5224929ED0E2F989D790EB6B8633E612A2* L_2 = (&__this->___memory_7);
|
|
uint16_t* L_3 = L_2->___actionBindingIndices_14;
|
|
uint16_t L_4 = V_1;
|
|
int32_t L_5 = V_3;
|
|
int32_t L_6 = *((uint16_t*)((uint16_t*)il2cpp_codegen_add((intptr_t)L_3, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)((int32_t)il2cpp_codegen_add((int32_t)L_4, L_5))), 2)))));
|
|
V_4 = (uint16_t)L_6;
|
|
// var controlCount = bindingStates[bindingIndex].controlCount;
|
|
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* L_7;
|
|
L_7 = InputActionState_get_bindingStates_mF497553BC159C0B3BFE6A8BAD6336EB09CB4B2DE(__this, NULL);
|
|
uint16_t L_8 = V_4;
|
|
uint32_t L_9 = sizeof(BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA);
|
|
int32_t L_10;
|
|
L_10 = BindingState_get_controlCount_mADA09E8D0B3F2EEA8447CD2F67F5ADFF29790391_inline((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)il2cpp_codegen_add((intptr_t)L_7, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_8), (int32_t)L_9)))), NULL);
|
|
V_5 = L_10;
|
|
// var controlStartIndex = bindingStates[bindingIndex].controlStartIndex;
|
|
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* L_11;
|
|
L_11 = InputActionState_get_bindingStates_mF497553BC159C0B3BFE6A8BAD6336EB09CB4B2DE(__this, NULL);
|
|
uint16_t L_12 = V_4;
|
|
uint32_t L_13 = sizeof(BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA);
|
|
int32_t L_14;
|
|
L_14 = BindingState_get_controlStartIndex_m092BC6AC34AC08B2EC1258A278AB4A7518407466_inline((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)il2cpp_codegen_add((intptr_t)L_11, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_12), (int32_t)L_13)))), NULL);
|
|
V_6 = L_14;
|
|
// for (var n = 0; n < controlCount; ++n)
|
|
V_7 = 0;
|
|
goto IL_0078;
|
|
}
|
|
|
|
IL_005a:
|
|
{
|
|
// var control = controls[controlStartIndex + n];
|
|
InputControlU5BU5D_t0B951FEF1504D6340387C4735F5D6F426F40FE17* L_15 = __this->___controls_2;
|
|
int32_t L_16 = V_6;
|
|
int32_t L_17 = V_7;
|
|
NullCheck(L_15);
|
|
int32_t L_18 = ((int32_t)il2cpp_codegen_add(L_16, L_17));
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_19 = (L_15)->GetAt(static_cast<il2cpp_array_size_t>(L_18));
|
|
// if (control.device == device)
|
|
NullCheck(L_19);
|
|
InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* L_20;
|
|
L_20 = InputControl_get_device_mAB3E013F566CF3407B8C36BC781EBD751DFAB324_inline(L_19, NULL);
|
|
InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* L_21 = ___0_device;
|
|
if ((!(((RuntimeObject*)(InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B*)L_20) == ((RuntimeObject*)(InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B*)L_21))))
|
|
{
|
|
goto IL_0072;
|
|
}
|
|
}
|
|
{
|
|
// usesControlFromDevice = true;
|
|
V_0 = (bool)1;
|
|
// break;
|
|
goto IL_007e;
|
|
}
|
|
|
|
IL_0072:
|
|
{
|
|
// for (var n = 0; n < controlCount; ++n)
|
|
int32_t L_22 = V_7;
|
|
V_7 = ((int32_t)il2cpp_codegen_add(L_22, 1));
|
|
}
|
|
|
|
IL_0078:
|
|
{
|
|
// for (var n = 0; n < controlCount; ++n)
|
|
int32_t L_23 = V_7;
|
|
int32_t L_24 = V_5;
|
|
if ((((int32_t)L_23) < ((int32_t)L_24)))
|
|
{
|
|
goto IL_005a;
|
|
}
|
|
}
|
|
|
|
IL_007e:
|
|
{
|
|
// for (var i = 0; i < bindingCount; ++i)
|
|
int32_t L_25 = V_3;
|
|
V_3 = ((int32_t)il2cpp_codegen_add(L_25, 1));
|
|
}
|
|
|
|
IL_0082:
|
|
{
|
|
// for (var i = 0; i < bindingCount; ++i)
|
|
int32_t L_26 = V_3;
|
|
uint16_t L_27 = V_2;
|
|
if ((((int32_t)L_26) < ((int32_t)L_27)))
|
|
{
|
|
goto IL_0010;
|
|
}
|
|
}
|
|
{
|
|
// return usesControlFromDevice;
|
|
bool L_28 = V_0;
|
|
return L_28;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.InputSystem.InputActionState::ResetActionState(System.Int32,UnityEngine.InputSystem.InputActionPhase,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionState_ResetActionState_m46C922F1B051588FDDF342C701B0F62872B5C987 (InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* __this, int32_t ___0_actionIndex, int32_t ___1_toPhase, bool ___2_hardReset, const RuntimeMethod* method)
|
|
{
|
|
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* V_0 = NULL;
|
|
int32_t V_1 = 0;
|
|
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;
|
|
{
|
|
// var actionState = &actionStates[actionIndex];
|
|
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_0;
|
|
L_0 = InputActionState_get_actionStates_mFDC87519E9E826C5DAEE9E13058312FF82E16E0B(__this, NULL);
|
|
int32_t L_1 = ___0_actionIndex;
|
|
uint32_t L_2 = sizeof(TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D);
|
|
V_0 = (TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*)((uintptr_t)((TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*)il2cpp_codegen_add((intptr_t)L_0, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_1), (int32_t)L_2)))));
|
|
// if (actionState->phase != InputActionPhase.Waiting && actionState->phase != InputActionPhase.Disabled)
|
|
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_3 = V_0;
|
|
int32_t L_4;
|
|
L_4 = TriggerState_get_phase_m11BDB3D761D241980978DA52027C1E3B507D0D6D_inline((TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*)L_3, NULL);
|
|
if ((((int32_t)L_4) == ((int32_t)1)))
|
|
{
|
|
goto IL_00c1;
|
|
}
|
|
}
|
|
{
|
|
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_5 = V_0;
|
|
int32_t L_6;
|
|
L_6 = TriggerState_get_phase_m11BDB3D761D241980978DA52027C1E3B507D0D6D_inline((TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*)L_5, NULL);
|
|
if (!L_6)
|
|
{
|
|
goto IL_00c1;
|
|
}
|
|
}
|
|
{
|
|
// actionState->time = InputState.currentTime;
|
|
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_7 = V_0;
|
|
double L_8;
|
|
L_8 = InputState_get_currentTime_m9C0661AF1D774AF749A9B9207EEB6090D77AA364(NULL);
|
|
TriggerState_set_time_m316DF2AFC1F34386975756AB652DB628B954CEA5_inline((TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*)L_7, L_8, NULL);
|
|
// if (actionState->interactionIndex != kInvalidIndex)
|
|
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_9 = V_0;
|
|
int32_t L_10;
|
|
L_10 = TriggerState_get_interactionIndex_mDA74F3F62A69C872BBF1803967687E53E622DA46((TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*)L_9, NULL);
|
|
if ((((int32_t)L_10) == ((int32_t)(-1))))
|
|
{
|
|
goto IL_009f;
|
|
}
|
|
}
|
|
{
|
|
// var bindingIndex = actionState->bindingIndex;
|
|
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_11 = V_0;
|
|
int32_t L_12;
|
|
L_12 = TriggerState_get_bindingIndex_mD851F8DDC14C14E5FE80E64F78F24A4FE8328133_inline((TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*)L_11, NULL);
|
|
V_1 = L_12;
|
|
// if (bindingIndex != kInvalidIndex)
|
|
int32_t L_13 = V_1;
|
|
if ((((int32_t)L_13) == ((int32_t)(-1))))
|
|
{
|
|
goto IL_00c1;
|
|
}
|
|
}
|
|
{
|
|
// var mapIndex = actionState->mapIndex;
|
|
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_14 = V_0;
|
|
int32_t L_15;
|
|
L_15 = TriggerState_get_mapIndex_m2EF42EE7F026B1FEAE73AD21ACF2891AB8A8C07E_inline((TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*)L_14, NULL);
|
|
V_2 = L_15;
|
|
// var interactionCount = bindingStates[bindingIndex].interactionCount;
|
|
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* L_16;
|
|
L_16 = InputActionState_get_bindingStates_mF497553BC159C0B3BFE6A8BAD6336EB09CB4B2DE(__this, NULL);
|
|
int32_t L_17 = V_1;
|
|
uint32_t L_18 = sizeof(BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA);
|
|
int32_t L_19;
|
|
L_19 = BindingState_get_interactionCount_mED48D9B70A4476FAF32F3628574321BC7132735C_inline((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)il2cpp_codegen_add((intptr_t)L_16, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_17), (int32_t)L_18)))), NULL);
|
|
V_3 = L_19;
|
|
// var interactionStartIndex = bindingStates[bindingIndex].interactionStartIndex;
|
|
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* L_20;
|
|
L_20 = InputActionState_get_bindingStates_mF497553BC159C0B3BFE6A8BAD6336EB09CB4B2DE(__this, NULL);
|
|
int32_t L_21 = V_1;
|
|
uint32_t L_22 = sizeof(BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA);
|
|
int32_t L_23;
|
|
L_23 = BindingState_get_interactionStartIndex_m4439E4A04B1884E5ACB3B5EDE03C0B5DAB78D09B((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)il2cpp_codegen_add((intptr_t)L_20, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_21), (int32_t)L_22)))), NULL);
|
|
V_4 = L_23;
|
|
// for (var i = 0; i < interactionCount; ++i)
|
|
V_5 = 0;
|
|
goto IL_0098;
|
|
}
|
|
|
|
IL_0081:
|
|
{
|
|
// var interactionIndex = interactionStartIndex + i;
|
|
int32_t L_24 = V_4;
|
|
int32_t L_25 = V_5;
|
|
V_6 = ((int32_t)il2cpp_codegen_add(L_24, L_25));
|
|
// ResetInteractionStateAndCancelIfNecessary(mapIndex, bindingIndex, interactionIndex);
|
|
int32_t L_26 = V_2;
|
|
int32_t L_27 = V_1;
|
|
int32_t L_28 = V_6;
|
|
InputActionState_ResetInteractionStateAndCancelIfNecessary_mF6C5D5CF70D78AD372E5E34FF522916322288A1A(__this, L_26, L_27, L_28, NULL);
|
|
// for (var i = 0; i < interactionCount; ++i)
|
|
int32_t L_29 = V_5;
|
|
V_5 = ((int32_t)il2cpp_codegen_add(L_29, 1));
|
|
}
|
|
|
|
IL_0098:
|
|
{
|
|
// for (var i = 0; i < interactionCount; ++i)
|
|
int32_t L_30 = V_5;
|
|
int32_t L_31 = V_3;
|
|
if ((((int32_t)L_30) < ((int32_t)L_31)))
|
|
{
|
|
goto IL_0081;
|
|
}
|
|
}
|
|
{
|
|
goto IL_00c1;
|
|
}
|
|
|
|
IL_009f:
|
|
{
|
|
// if (actionState->phase != InputActionPhase.Canceled)
|
|
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_32 = V_0;
|
|
int32_t L_33;
|
|
L_33 = TriggerState_get_phase_m11BDB3D761D241980978DA52027C1E3B507D0D6D_inline((TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*)L_32, NULL);
|
|
if ((((int32_t)L_33) == ((int32_t)4)))
|
|
{
|
|
goto IL_00c1;
|
|
}
|
|
}
|
|
{
|
|
// ChangePhaseOfAction(InputActionPhase.Canceled, ref actionStates[actionIndex]);
|
|
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_34;
|
|
L_34 = InputActionState_get_actionStates_mFDC87519E9E826C5DAEE9E13058312FF82E16E0B(__this, NULL);
|
|
int32_t L_35 = ___0_actionIndex;
|
|
uint32_t L_36 = sizeof(TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D);
|
|
bool L_37;
|
|
L_37 = InputActionState_ChangePhaseOfAction_m08AA286C86CDD9C261C39FD8193EEC4DBD81155A(__this, 4, (TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*)((TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*)il2cpp_codegen_add((intptr_t)L_34, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_35), (int32_t)L_36)))), 1, NULL);
|
|
}
|
|
|
|
IL_00c1:
|
|
{
|
|
// actionState->phase = toPhase;
|
|
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_38 = V_0;
|
|
int32_t L_39 = ___1_toPhase;
|
|
TriggerState_set_phase_mF4C392049D7510A9AEA8E32B21D57816BEEF7183((TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*)L_38, L_39, NULL);
|
|
// actionState->controlIndex = kInvalidIndex;
|
|
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_40 = V_0;
|
|
TriggerState_set_controlIndex_m22920FF140D4A3E3738DFC782BD851BC7E2B6266((TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*)L_40, (-1), NULL);
|
|
// actionState->bindingIndex = memory.actionBindingIndices[memory.actionBindingIndicesAndCounts[actionIndex]];
|
|
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_41 = V_0;
|
|
UnmanagedMemory_t862EBE5224929ED0E2F989D790EB6B8633E612A2* L_42 = (&__this->___memory_7);
|
|
uint16_t* L_43 = L_42->___actionBindingIndices_14;
|
|
UnmanagedMemory_t862EBE5224929ED0E2F989D790EB6B8633E612A2* L_44 = (&__this->___memory_7);
|
|
uint16_t* L_45 = L_44->___actionBindingIndicesAndCounts_13;
|
|
int32_t L_46 = ___0_actionIndex;
|
|
int32_t L_47 = *((uint16_t*)((uint16_t*)il2cpp_codegen_add((intptr_t)L_45, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_46), 2)))));
|
|
int32_t L_48 = *((uint16_t*)((uint16_t*)il2cpp_codegen_add((intptr_t)L_43, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_47), 2)))));
|
|
TriggerState_set_bindingIndex_m11CEA53F0EDB785459A2038B9224D1C9BE2CE494((TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*)L_41, L_48, NULL);
|
|
// actionState->interactionIndex = kInvalidIndex;
|
|
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_49 = V_0;
|
|
TriggerState_set_interactionIndex_mEB92C007E39BD22BE638934BD159148764618164((TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*)L_49, (-1), NULL);
|
|
// actionState->startTime = 0;
|
|
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_50 = V_0;
|
|
TriggerState_set_startTime_mE949DC15C580566A6C93904D659C91E1AC633609_inline((TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*)L_50, (0.0), NULL);
|
|
// actionState->time = 0;
|
|
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_51 = V_0;
|
|
TriggerState_set_time_m316DF2AFC1F34386975756AB652DB628B954CEA5_inline((TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*)L_51, (0.0), NULL);
|
|
// actionState->hasMultipleConcurrentActuations = false;
|
|
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_52 = V_0;
|
|
TriggerState_set_hasMultipleConcurrentActuations_mAAE5EFF3DEAEF29E03745460483F884F6B510DD9((TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*)L_52, (bool)0, NULL);
|
|
// actionState->inProcessing = false;
|
|
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_53 = V_0;
|
|
TriggerState_set_inProcessing_mC1D7D0622801ABE29CC8B5638C2CE2123215505B((TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*)L_53, (bool)0, NULL);
|
|
// actionState->isPressed = false;
|
|
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_54 = V_0;
|
|
TriggerState_set_isPressed_m9986CFE49D3E5842C1DA6E082F6F33DCA187B8D5((TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*)L_54, (bool)0, NULL);
|
|
// if (hardReset)
|
|
bool L_55 = ___2_hardReset;
|
|
if (!L_55)
|
|
{
|
|
goto IL_014f;
|
|
}
|
|
}
|
|
{
|
|
// actionState->lastCanceledInUpdate = default;
|
|
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_56 = V_0;
|
|
TriggerState_set_lastCanceledInUpdate_m32E322779C9521C446AD9FD18987A7D30386E481_inline((TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*)L_56, 0, NULL);
|
|
// actionState->lastPerformedInUpdate = default;
|
|
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_57 = V_0;
|
|
TriggerState_set_lastPerformedInUpdate_m3643DF0285D087F45DA8D87CD27A54C782153629_inline((TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*)L_57, 0, NULL);
|
|
// actionState->pressedInUpdate = default;
|
|
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_58 = V_0;
|
|
TriggerState_set_pressedInUpdate_m6C8318D4DE435B22A2277E4836F45274A8A14A5B_inline((TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*)L_58, 0, NULL);
|
|
// actionState->releasedInUpdate = default;
|
|
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_59 = V_0;
|
|
TriggerState_set_releasedInUpdate_mB50246B19DDC67E032785E0C601E0EE6F81FF737_inline((TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*)L_59, 0, NULL);
|
|
}
|
|
|
|
IL_014f:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// UnityEngine.InputSystem.InputActionState/TriggerState& UnityEngine.InputSystem.InputActionState::FetchActionState(UnityEngine.InputSystem.InputAction)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* InputActionState_FetchActionState_mF07C3995291CAE3BFB52199E083C9D53C06E0718 (InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* __this, InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* ___0_action, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// return ref actionStates[action.m_ActionIndexInState];
|
|
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_0;
|
|
L_0 = InputActionState_get_actionStates_mFDC87519E9E826C5DAEE9E13058312FF82E16E0B(__this, NULL);
|
|
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_1 = ___0_action;
|
|
NullCheck(L_1);
|
|
int32_t L_2 = L_1->___m_ActionIndexInState_13;
|
|
uint32_t L_3 = sizeof(TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D);
|
|
return (TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*)(((TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*)il2cpp_codegen_add((intptr_t)L_0, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_2), (int32_t)L_3)))));
|
|
}
|
|
}
|
|
// UnityEngine.InputSystem.InputActionState/ActionMapIndices UnityEngine.InputSystem.InputActionState::FetchMapIndices(UnityEngine.InputSystem.InputActionMap)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ActionMapIndices_t013BEFD76B7FE52E413C5DBF5C7CDA4194800CBD InputActionState_FetchMapIndices_m525BE60A32DBE88E011D22B833CB3489672EC913 (InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* __this, InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* ___0_map, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// return mapIndices[map.m_MapIndexInState];
|
|
ActionMapIndices_t013BEFD76B7FE52E413C5DBF5C7CDA4194800CBD* L_0;
|
|
L_0 = InputActionState_get_mapIndices_mF75C8F6FFBE91E223291E569223DC642F82A4879(__this, NULL);
|
|
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_1 = ___0_map;
|
|
NullCheck(L_1);
|
|
int32_t L_2 = L_1->___m_MapIndexInState_9;
|
|
uint32_t L_3 = sizeof(ActionMapIndices_t013BEFD76B7FE52E413C5DBF5C7CDA4194800CBD);
|
|
ActionMapIndices_t013BEFD76B7FE52E413C5DBF5C7CDA4194800CBD L_4 = (*(ActionMapIndices_t013BEFD76B7FE52E413C5DBF5C7CDA4194800CBD*)((ActionMapIndices_t013BEFD76B7FE52E413C5DBF5C7CDA4194800CBD*)il2cpp_codegen_add((intptr_t)L_0, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_2), (int32_t)L_3)))));
|
|
return L_4;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.InputSystem.InputActionState::EnableAllActions(UnityEngine.InputSystem.InputActionMap)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionState_EnableAllActions_m8EDB37FFE0D91CC5E349EF19E225F819C4BC108F (InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* __this, InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* ___0_map, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
int32_t V_2 = 0;
|
|
int32_t V_3 = 0;
|
|
int32_t V_4 = 0;
|
|
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* V_5 = NULL;
|
|
{
|
|
// EnableControls(map);
|
|
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_0 = ___0_map;
|
|
InputActionState_EnableControls_mE69C0AA8D4A555232C2B057C85ABB303F740F9AD(__this, L_0, NULL);
|
|
// var mapIndex = map.m_MapIndexInState;
|
|
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_1 = ___0_map;
|
|
NullCheck(L_1);
|
|
int32_t L_2 = L_1->___m_MapIndexInState_9;
|
|
V_0 = L_2;
|
|
// var actionCount = mapIndices[mapIndex].actionCount;
|
|
ActionMapIndices_t013BEFD76B7FE52E413C5DBF5C7CDA4194800CBD* L_3;
|
|
L_3 = InputActionState_get_mapIndices_mF75C8F6FFBE91E223291E569223DC642F82A4879(__this, NULL);
|
|
int32_t L_4 = V_0;
|
|
uint32_t L_5 = sizeof(ActionMapIndices_t013BEFD76B7FE52E413C5DBF5C7CDA4194800CBD);
|
|
NullCheck(((ActionMapIndices_t013BEFD76B7FE52E413C5DBF5C7CDA4194800CBD*)il2cpp_codegen_add((intptr_t)L_3, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_4), (int32_t)L_5)))));
|
|
int32_t L_6 = ((ActionMapIndices_t013BEFD76B7FE52E413C5DBF5C7CDA4194800CBD*)il2cpp_codegen_add((intptr_t)L_3, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_4), (int32_t)L_5))))->___actionCount_1;
|
|
V_1 = L_6;
|
|
// var actionStartIndex = mapIndices[mapIndex].actionStartIndex;
|
|
ActionMapIndices_t013BEFD76B7FE52E413C5DBF5C7CDA4194800CBD* L_7;
|
|
L_7 = InputActionState_get_mapIndices_mF75C8F6FFBE91E223291E569223DC642F82A4879(__this, NULL);
|
|
int32_t L_8 = V_0;
|
|
uint32_t L_9 = sizeof(ActionMapIndices_t013BEFD76B7FE52E413C5DBF5C7CDA4194800CBD);
|
|
NullCheck(((ActionMapIndices_t013BEFD76B7FE52E413C5DBF5C7CDA4194800CBD*)il2cpp_codegen_add((intptr_t)L_7, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_8), (int32_t)L_9)))));
|
|
int32_t L_10 = ((ActionMapIndices_t013BEFD76B7FE52E413C5DBF5C7CDA4194800CBD*)il2cpp_codegen_add((intptr_t)L_7, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_8), (int32_t)L_9))))->___actionStartIndex_0;
|
|
V_2 = L_10;
|
|
// for (var i = 0; i < actionCount; ++i)
|
|
V_3 = 0;
|
|
goto IL_0074;
|
|
}
|
|
|
|
IL_003e:
|
|
{
|
|
// var actionIndex = actionStartIndex + i;
|
|
int32_t L_11 = V_2;
|
|
int32_t L_12 = V_3;
|
|
V_4 = ((int32_t)il2cpp_codegen_add(L_11, L_12));
|
|
// var actionState = &actionStates[actionIndex];
|
|
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_13;
|
|
L_13 = InputActionState_get_actionStates_mFDC87519E9E826C5DAEE9E13058312FF82E16E0B(__this, NULL);
|
|
int32_t L_14 = V_4;
|
|
uint32_t L_15 = sizeof(TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D);
|
|
V_5 = (TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*)((uintptr_t)((TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*)il2cpp_codegen_add((intptr_t)L_13, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_14), (int32_t)L_15)))));
|
|
// if (actionState->isDisabled)
|
|
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_16 = V_5;
|
|
bool L_17;
|
|
L_17 = TriggerState_get_isDisabled_m9AC6EF45F9C18ADF229F46BB9DDF954CBAC8A4B8((TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*)L_16, NULL);
|
|
if (!L_17)
|
|
{
|
|
goto IL_0068;
|
|
}
|
|
}
|
|
{
|
|
// actionState->phase = InputActionPhase.Waiting;
|
|
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_18 = V_5;
|
|
TriggerState_set_phase_mF4C392049D7510A9AEA8E32B21D57816BEEF7183((TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*)L_18, 1, NULL);
|
|
}
|
|
|
|
IL_0068:
|
|
{
|
|
// actionState->inProcessing = false;
|
|
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_19 = V_5;
|
|
TriggerState_set_inProcessing_mC1D7D0622801ABE29CC8B5638C2CE2123215505B((TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*)L_19, (bool)0, NULL);
|
|
// for (var i = 0; i < actionCount; ++i)
|
|
int32_t L_20 = V_3;
|
|
V_3 = ((int32_t)il2cpp_codegen_add(L_20, 1));
|
|
}
|
|
|
|
IL_0074:
|
|
{
|
|
// for (var i = 0; i < actionCount; ++i)
|
|
int32_t L_21 = V_3;
|
|
int32_t L_22 = V_1;
|
|
if ((((int32_t)L_21) < ((int32_t)L_22)))
|
|
{
|
|
goto IL_003e;
|
|
}
|
|
}
|
|
{
|
|
// map.m_EnabledActionsCount = actionCount;
|
|
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_23 = ___0_map;
|
|
int32_t L_24 = V_1;
|
|
NullCheck(L_23);
|
|
L_23->___m_EnabledActionsCount_7 = L_24;
|
|
// HookOnBeforeUpdate();
|
|
InputActionState_HookOnBeforeUpdate_m2899AA00B0052B8B7FA7EFD8052C3EEC777D8790(__this, NULL);
|
|
// if (map.m_SingletonAction != null)
|
|
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_25 = ___0_map;
|
|
NullCheck(L_25);
|
|
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_26 = L_25->___m_SingletonAction_8;
|
|
if (!L_26)
|
|
{
|
|
goto IL_009a;
|
|
}
|
|
}
|
|
{
|
|
// NotifyListenersOfActionChange(InputActionChange.ActionEnabled, map.m_SingletonAction);
|
|
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_27 = ___0_map;
|
|
NullCheck(L_27);
|
|
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_28 = L_27->___m_SingletonAction_8;
|
|
InputActionState_NotifyListenersOfActionChange_m96882C035C59BC450C5489927A1DF3F06597B888(0, L_28, NULL);
|
|
return;
|
|
}
|
|
|
|
IL_009a:
|
|
{
|
|
// NotifyListenersOfActionChange(InputActionChange.ActionMapEnabled, map);
|
|
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_29 = ___0_map;
|
|
InputActionState_NotifyListenersOfActionChange_m96882C035C59BC450C5489927A1DF3F06597B888(2, L_29, NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.InputSystem.InputActionState::EnableControls(UnityEngine.InputSystem.InputActionMap)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionState_EnableControls_mE69C0AA8D4A555232C2B057C85ABB303F740F9AD (InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* __this, InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* ___0_map, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
int32_t V_2 = 0;
|
|
{
|
|
// var mapIndex = map.m_MapIndexInState;
|
|
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_0 = ___0_map;
|
|
NullCheck(L_0);
|
|
int32_t L_1 = L_0->___m_MapIndexInState_9;
|
|
V_0 = L_1;
|
|
// var controlCount = mapIndices[mapIndex].controlCount;
|
|
ActionMapIndices_t013BEFD76B7FE52E413C5DBF5C7CDA4194800CBD* L_2;
|
|
L_2 = InputActionState_get_mapIndices_mF75C8F6FFBE91E223291E569223DC642F82A4879(__this, NULL);
|
|
int32_t L_3 = V_0;
|
|
uint32_t L_4 = sizeof(ActionMapIndices_t013BEFD76B7FE52E413C5DBF5C7CDA4194800CBD);
|
|
NullCheck(((ActionMapIndices_t013BEFD76B7FE52E413C5DBF5C7CDA4194800CBD*)il2cpp_codegen_add((intptr_t)L_2, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_3), (int32_t)L_4)))));
|
|
int32_t L_5 = ((ActionMapIndices_t013BEFD76B7FE52E413C5DBF5C7CDA4194800CBD*)il2cpp_codegen_add((intptr_t)L_2, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_3), (int32_t)L_4))))->___controlCount_3;
|
|
V_1 = L_5;
|
|
// var controlStartIndex = mapIndices[mapIndex].controlStartIndex;
|
|
ActionMapIndices_t013BEFD76B7FE52E413C5DBF5C7CDA4194800CBD* L_6;
|
|
L_6 = InputActionState_get_mapIndices_mF75C8F6FFBE91E223291E569223DC642F82A4879(__this, NULL);
|
|
int32_t L_7 = V_0;
|
|
uint32_t L_8 = sizeof(ActionMapIndices_t013BEFD76B7FE52E413C5DBF5C7CDA4194800CBD);
|
|
NullCheck(((ActionMapIndices_t013BEFD76B7FE52E413C5DBF5C7CDA4194800CBD*)il2cpp_codegen_add((intptr_t)L_6, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_7), (int32_t)L_8)))));
|
|
int32_t L_9 = ((ActionMapIndices_t013BEFD76B7FE52E413C5DBF5C7CDA4194800CBD*)il2cpp_codegen_add((intptr_t)L_6, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_7), (int32_t)L_8))))->___controlStartIndex_2;
|
|
V_2 = L_9;
|
|
// if (controlCount > 0)
|
|
int32_t L_10 = V_1;
|
|
if ((((int32_t)L_10) <= ((int32_t)0)))
|
|
{
|
|
goto IL_0040;
|
|
}
|
|
}
|
|
{
|
|
// EnableControls(mapIndex, controlStartIndex, controlCount);
|
|
int32_t L_11 = V_0;
|
|
int32_t L_12 = V_2;
|
|
int32_t L_13 = V_1;
|
|
InputActionState_EnableControls_m7A9F2CBD3432A4A1553D51149F42B172F6F1D45D(__this, L_11, L_12, L_13, NULL);
|
|
}
|
|
|
|
IL_0040:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.InputSystem.InputActionState::EnableSingleAction(UnityEngine.InputSystem.InputAction)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionState_EnableSingleAction_mB940ABBDDF1A14DA254BB09AB792282507C952C4 (InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* __this, InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* ___0_action, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
{
|
|
// EnableControls(action);
|
|
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_0 = ___0_action;
|
|
InputActionState_EnableControls_m6D67EAC4117B765B85388724AC625C0425E2B3F8(__this, L_0, NULL);
|
|
// var actionIndex = action.m_ActionIndexInState;
|
|
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_1 = ___0_action;
|
|
NullCheck(L_1);
|
|
int32_t L_2 = L_1->___m_ActionIndexInState_13;
|
|
V_0 = L_2;
|
|
// actionStates[actionIndex].phase = InputActionPhase.Waiting;
|
|
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_3;
|
|
L_3 = InputActionState_get_actionStates_mFDC87519E9E826C5DAEE9E13058312FF82E16E0B(__this, NULL);
|
|
int32_t L_4 = V_0;
|
|
uint32_t L_5 = sizeof(TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D);
|
|
TriggerState_set_phase_mF4C392049D7510A9AEA8E32B21D57816BEEF7183((TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*)((TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*)il2cpp_codegen_add((intptr_t)L_3, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_4), (int32_t)L_5)))), 1, NULL);
|
|
// ++action.m_ActionMap.m_EnabledActionsCount;
|
|
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_6 = ___0_action;
|
|
NullCheck(L_6);
|
|
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_7 = L_6->___m_ActionMap_14;
|
|
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_8 = L_7;
|
|
NullCheck(L_8);
|
|
int32_t L_9 = L_8->___m_EnabledActionsCount_7;
|
|
NullCheck(L_8);
|
|
L_8->___m_EnabledActionsCount_7 = ((int32_t)il2cpp_codegen_add(L_9, 1));
|
|
// HookOnBeforeUpdate();
|
|
InputActionState_HookOnBeforeUpdate_m2899AA00B0052B8B7FA7EFD8052C3EEC777D8790(__this, NULL);
|
|
// NotifyListenersOfActionChange(InputActionChange.ActionEnabled, action);
|
|
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_10 = ___0_action;
|
|
InputActionState_NotifyListenersOfActionChange_m96882C035C59BC450C5489927A1DF3F06597B888(0, L_10, NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.InputSystem.InputActionState::EnableControls(UnityEngine.InputSystem.InputAction)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionState_EnableControls_m6D67EAC4117B765B85388724AC625C0425E2B3F8 (InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* __this, InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* ___0_action, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
int32_t V_2 = 0;
|
|
int32_t V_3 = 0;
|
|
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* V_4 = NULL;
|
|
int32_t V_5 = 0;
|
|
int32_t V_6 = 0;
|
|
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* V_7 = NULL;
|
|
int32_t V_8 = 0;
|
|
{
|
|
// var actionIndex = action.m_ActionIndexInState;
|
|
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_0 = ___0_action;
|
|
NullCheck(L_0);
|
|
int32_t L_1 = L_0->___m_ActionIndexInState_13;
|
|
V_0 = L_1;
|
|
// var map = action.m_ActionMap;
|
|
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_2 = ___0_action;
|
|
NullCheck(L_2);
|
|
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_3 = L_2->___m_ActionMap_14;
|
|
// var mapIndex = map.m_MapIndexInState;
|
|
NullCheck(L_3);
|
|
int32_t L_4 = L_3->___m_MapIndexInState_9;
|
|
V_1 = L_4;
|
|
// var bindingStartIndex = mapIndices[mapIndex].bindingStartIndex;
|
|
ActionMapIndices_t013BEFD76B7FE52E413C5DBF5C7CDA4194800CBD* L_5;
|
|
L_5 = InputActionState_get_mapIndices_mF75C8F6FFBE91E223291E569223DC642F82A4879(__this, NULL);
|
|
int32_t L_6 = V_1;
|
|
uint32_t L_7 = sizeof(ActionMapIndices_t013BEFD76B7FE52E413C5DBF5C7CDA4194800CBD);
|
|
NullCheck(((ActionMapIndices_t013BEFD76B7FE52E413C5DBF5C7CDA4194800CBD*)il2cpp_codegen_add((intptr_t)L_5, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_6), (int32_t)L_7)))));
|
|
int32_t L_8 = ((ActionMapIndices_t013BEFD76B7FE52E413C5DBF5C7CDA4194800CBD*)il2cpp_codegen_add((intptr_t)L_5, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_6), (int32_t)L_7))))->___bindingStartIndex_4;
|
|
V_2 = L_8;
|
|
// var bindingCount = mapIndices[mapIndex].bindingCount;
|
|
ActionMapIndices_t013BEFD76B7FE52E413C5DBF5C7CDA4194800CBD* L_9;
|
|
L_9 = InputActionState_get_mapIndices_mF75C8F6FFBE91E223291E569223DC642F82A4879(__this, NULL);
|
|
int32_t L_10 = V_1;
|
|
uint32_t L_11 = sizeof(ActionMapIndices_t013BEFD76B7FE52E413C5DBF5C7CDA4194800CBD);
|
|
NullCheck(((ActionMapIndices_t013BEFD76B7FE52E413C5DBF5C7CDA4194800CBD*)il2cpp_codegen_add((intptr_t)L_9, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_10), (int32_t)L_11)))));
|
|
int32_t L_12 = ((ActionMapIndices_t013BEFD76B7FE52E413C5DBF5C7CDA4194800CBD*)il2cpp_codegen_add((intptr_t)L_9, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_10), (int32_t)L_11))))->___bindingCount_5;
|
|
V_3 = L_12;
|
|
// var bindingStatesPtr = memory.bindingStates;
|
|
UnmanagedMemory_t862EBE5224929ED0E2F989D790EB6B8633E612A2* L_13 = (&__this->___memory_7);
|
|
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* L_14 = L_13->___bindingStates_8;
|
|
V_4 = L_14;
|
|
// for (var i = 0; i < bindingCount; ++i)
|
|
V_5 = 0;
|
|
goto IL_009d;
|
|
}
|
|
|
|
IL_0051:
|
|
{
|
|
// var bindingIndex = bindingStartIndex + i;
|
|
int32_t L_15 = V_2;
|
|
int32_t L_16 = V_5;
|
|
V_6 = ((int32_t)il2cpp_codegen_add(L_15, L_16));
|
|
// var bindingState = &bindingStatesPtr[bindingIndex];
|
|
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* L_17 = V_4;
|
|
int32_t L_18 = V_6;
|
|
uint32_t L_19 = sizeof(BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA);
|
|
V_7 = (BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)((uintptr_t)((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)il2cpp_codegen_add((intptr_t)L_17, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_18), (int32_t)L_19)))));
|
|
// if (bindingState->actionIndex != actionIndex)
|
|
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* L_20 = V_7;
|
|
int32_t L_21;
|
|
L_21 = BindingState_get_actionIndex_m086C5EA34E744AAC4C9D94DC9A878030EEECC96F((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)L_20, NULL);
|
|
int32_t L_22 = V_0;
|
|
if ((!(((uint32_t)L_21) == ((uint32_t)L_22))))
|
|
{
|
|
goto IL_0097;
|
|
}
|
|
}
|
|
{
|
|
// if (bindingState->isPartOfComposite)
|
|
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* L_23 = V_7;
|
|
bool L_24;
|
|
L_24 = BindingState_get_isPartOfComposite_m70F70F3B0BEFE2E296ECDAD016DA21F9A9574533((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)L_23, NULL);
|
|
if (L_24)
|
|
{
|
|
goto IL_0097;
|
|
}
|
|
}
|
|
{
|
|
// var controlCount = bindingState->controlCount;
|
|
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* L_25 = V_7;
|
|
int32_t L_26;
|
|
L_26 = BindingState_get_controlCount_mADA09E8D0B3F2EEA8447CD2F67F5ADFF29790391_inline((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)L_25, NULL);
|
|
V_8 = L_26;
|
|
// if (controlCount == 0)
|
|
int32_t L_27 = V_8;
|
|
if (!L_27)
|
|
{
|
|
goto IL_0097;
|
|
}
|
|
}
|
|
{
|
|
// EnableControls(mapIndex, bindingState->controlStartIndex, controlCount);
|
|
int32_t L_28 = V_1;
|
|
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* L_29 = V_7;
|
|
int32_t L_30;
|
|
L_30 = BindingState_get_controlStartIndex_m092BC6AC34AC08B2EC1258A278AB4A7518407466_inline((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)L_29, NULL);
|
|
int32_t L_31 = V_8;
|
|
InputActionState_EnableControls_m7A9F2CBD3432A4A1553D51149F42B172F6F1D45D(__this, L_28, L_30, L_31, NULL);
|
|
}
|
|
|
|
IL_0097:
|
|
{
|
|
// for (var i = 0; i < bindingCount; ++i)
|
|
int32_t L_32 = V_5;
|
|
V_5 = ((int32_t)il2cpp_codegen_add(L_32, 1));
|
|
}
|
|
|
|
IL_009d:
|
|
{
|
|
// for (var i = 0; i < bindingCount; ++i)
|
|
int32_t L_33 = V_5;
|
|
int32_t L_34 = V_3;
|
|
if ((((int32_t)L_33) < ((int32_t)L_34)))
|
|
{
|
|
goto IL_0051;
|
|
}
|
|
}
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.InputSystem.InputActionState::DisableAllActions(UnityEngine.InputSystem.InputActionMap)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionState_DisableAllActions_mB47ADDF0CFBA1E8F45858B3251A6C08CC5F13C69 (InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* __this, InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* ___0_map, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
int32_t V_2 = 0;
|
|
bool V_3 = false;
|
|
int32_t V_4 = 0;
|
|
int32_t V_5 = 0;
|
|
{
|
|
// DisableControls(map);
|
|
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_0 = ___0_map;
|
|
InputActionState_DisableControls_mE81999939A867BC89025BDBA798ED98BB5802A70(__this, L_0, NULL);
|
|
// var mapIndex = map.m_MapIndexInState;
|
|
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_1 = ___0_map;
|
|
NullCheck(L_1);
|
|
int32_t L_2 = L_1->___m_MapIndexInState_9;
|
|
V_0 = L_2;
|
|
// var actionStartIndex = mapIndices[mapIndex].actionStartIndex;
|
|
ActionMapIndices_t013BEFD76B7FE52E413C5DBF5C7CDA4194800CBD* L_3;
|
|
L_3 = InputActionState_get_mapIndices_mF75C8F6FFBE91E223291E569223DC642F82A4879(__this, NULL);
|
|
int32_t L_4 = V_0;
|
|
uint32_t L_5 = sizeof(ActionMapIndices_t013BEFD76B7FE52E413C5DBF5C7CDA4194800CBD);
|
|
NullCheck(((ActionMapIndices_t013BEFD76B7FE52E413C5DBF5C7CDA4194800CBD*)il2cpp_codegen_add((intptr_t)L_3, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_4), (int32_t)L_5)))));
|
|
int32_t L_6 = ((ActionMapIndices_t013BEFD76B7FE52E413C5DBF5C7CDA4194800CBD*)il2cpp_codegen_add((intptr_t)L_3, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_4), (int32_t)L_5))))->___actionStartIndex_0;
|
|
V_1 = L_6;
|
|
// var actionCount = mapIndices[mapIndex].actionCount;
|
|
ActionMapIndices_t013BEFD76B7FE52E413C5DBF5C7CDA4194800CBD* L_7;
|
|
L_7 = InputActionState_get_mapIndices_mF75C8F6FFBE91E223291E569223DC642F82A4879(__this, NULL);
|
|
int32_t L_8 = V_0;
|
|
uint32_t L_9 = sizeof(ActionMapIndices_t013BEFD76B7FE52E413C5DBF5C7CDA4194800CBD);
|
|
NullCheck(((ActionMapIndices_t013BEFD76B7FE52E413C5DBF5C7CDA4194800CBD*)il2cpp_codegen_add((intptr_t)L_7, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_8), (int32_t)L_9)))));
|
|
int32_t L_10 = ((ActionMapIndices_t013BEFD76B7FE52E413C5DBF5C7CDA4194800CBD*)il2cpp_codegen_add((intptr_t)L_7, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_8), (int32_t)L_9))))->___actionCount_1;
|
|
V_2 = L_10;
|
|
// var allActionsEnabled = map.m_EnabledActionsCount == actionCount;
|
|
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_11 = ___0_map;
|
|
NullCheck(L_11);
|
|
int32_t L_12 = L_11->___m_EnabledActionsCount_7;
|
|
int32_t L_13 = V_2;
|
|
V_3 = (bool)((((int32_t)L_12) == ((int32_t)L_13))? 1 : 0);
|
|
// for (var i = 0; i < actionCount; ++i)
|
|
V_4 = 0;
|
|
goto IL_0089;
|
|
}
|
|
|
|
IL_0049:
|
|
{
|
|
// var actionIndex = actionStartIndex + i;
|
|
int32_t L_14 = V_1;
|
|
int32_t L_15 = V_4;
|
|
V_5 = ((int32_t)il2cpp_codegen_add(L_14, L_15));
|
|
// if (actionStates[actionIndex].phase != InputActionPhase.Disabled)
|
|
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_16;
|
|
L_16 = InputActionState_get_actionStates_mFDC87519E9E826C5DAEE9E13058312FF82E16E0B(__this, NULL);
|
|
int32_t L_17 = V_5;
|
|
uint32_t L_18 = sizeof(TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D);
|
|
int32_t L_19;
|
|
L_19 = TriggerState_get_phase_m11BDB3D761D241980978DA52027C1E3B507D0D6D_inline((TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*)((TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*)il2cpp_codegen_add((intptr_t)L_16, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_17), (int32_t)L_18)))), NULL);
|
|
if (!L_19)
|
|
{
|
|
goto IL_0083;
|
|
}
|
|
}
|
|
{
|
|
// ResetActionState(actionIndex, toPhase: InputActionPhase.Disabled);
|
|
int32_t L_20 = V_5;
|
|
InputActionState_ResetActionState_m46C922F1B051588FDDF342C701B0F62872B5C987(__this, L_20, 0, (bool)0, NULL);
|
|
// if (!allActionsEnabled)
|
|
bool L_21 = V_3;
|
|
if (L_21)
|
|
{
|
|
goto IL_0083;
|
|
}
|
|
}
|
|
{
|
|
// NotifyListenersOfActionChange(InputActionChange.ActionDisabled, map.m_Actions[i]);
|
|
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_22 = ___0_map;
|
|
NullCheck(L_22);
|
|
InputActionU5BU5D_t6F881A9FE5C2016615C8D2E0B192608EA5FCE810* L_23 = L_22->___m_Actions_3;
|
|
int32_t L_24 = V_4;
|
|
NullCheck(L_23);
|
|
int32_t L_25 = L_24;
|
|
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_26 = (L_23)->GetAt(static_cast<il2cpp_array_size_t>(L_25));
|
|
InputActionState_NotifyListenersOfActionChange_m96882C035C59BC450C5489927A1DF3F06597B888(1, L_26, NULL);
|
|
}
|
|
|
|
IL_0083:
|
|
{
|
|
// for (var i = 0; i < actionCount; ++i)
|
|
int32_t L_27 = V_4;
|
|
V_4 = ((int32_t)il2cpp_codegen_add(L_27, 1));
|
|
}
|
|
|
|
IL_0089:
|
|
{
|
|
// for (var i = 0; i < actionCount; ++i)
|
|
int32_t L_28 = V_4;
|
|
int32_t L_29 = V_2;
|
|
if ((((int32_t)L_28) < ((int32_t)L_29)))
|
|
{
|
|
goto IL_0049;
|
|
}
|
|
}
|
|
{
|
|
// map.m_EnabledActionsCount = 0;
|
|
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_30 = ___0_map;
|
|
NullCheck(L_30);
|
|
L_30->___m_EnabledActionsCount_7 = 0;
|
|
// if (map.m_SingletonAction != null)
|
|
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_31 = ___0_map;
|
|
NullCheck(L_31);
|
|
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_32 = L_31->___m_SingletonAction_8;
|
|
if (!L_32)
|
|
{
|
|
goto IL_00aa;
|
|
}
|
|
}
|
|
{
|
|
// NotifyListenersOfActionChange(InputActionChange.ActionDisabled, map.m_SingletonAction);
|
|
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_33 = ___0_map;
|
|
NullCheck(L_33);
|
|
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_34 = L_33->___m_SingletonAction_8;
|
|
InputActionState_NotifyListenersOfActionChange_m96882C035C59BC450C5489927A1DF3F06597B888(1, L_34, NULL);
|
|
return;
|
|
}
|
|
|
|
IL_00aa:
|
|
{
|
|
// else if (allActionsEnabled)
|
|
bool L_35 = V_3;
|
|
if (!L_35)
|
|
{
|
|
goto IL_00b4;
|
|
}
|
|
}
|
|
{
|
|
// NotifyListenersOfActionChange(InputActionChange.ActionMapDisabled, map);
|
|
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_36 = ___0_map;
|
|
InputActionState_NotifyListenersOfActionChange_m96882C035C59BC450C5489927A1DF3F06597B888(3, L_36, NULL);
|
|
}
|
|
|
|
IL_00b4:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.InputSystem.InputActionState::DisableControls(UnityEngine.InputSystem.InputActionMap)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionState_DisableControls_mE81999939A867BC89025BDBA798ED98BB5802A70 (InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* __this, InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* ___0_map, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
int32_t V_2 = 0;
|
|
{
|
|
// var mapIndex = map.m_MapIndexInState;
|
|
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_0 = ___0_map;
|
|
NullCheck(L_0);
|
|
int32_t L_1 = L_0->___m_MapIndexInState_9;
|
|
V_0 = L_1;
|
|
// var controlCount = mapIndices[mapIndex].controlCount;
|
|
ActionMapIndices_t013BEFD76B7FE52E413C5DBF5C7CDA4194800CBD* L_2;
|
|
L_2 = InputActionState_get_mapIndices_mF75C8F6FFBE91E223291E569223DC642F82A4879(__this, NULL);
|
|
int32_t L_3 = V_0;
|
|
uint32_t L_4 = sizeof(ActionMapIndices_t013BEFD76B7FE52E413C5DBF5C7CDA4194800CBD);
|
|
NullCheck(((ActionMapIndices_t013BEFD76B7FE52E413C5DBF5C7CDA4194800CBD*)il2cpp_codegen_add((intptr_t)L_2, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_3), (int32_t)L_4)))));
|
|
int32_t L_5 = ((ActionMapIndices_t013BEFD76B7FE52E413C5DBF5C7CDA4194800CBD*)il2cpp_codegen_add((intptr_t)L_2, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_3), (int32_t)L_4))))->___controlCount_3;
|
|
V_1 = L_5;
|
|
// var controlStartIndex = mapIndices[mapIndex].controlStartIndex;
|
|
ActionMapIndices_t013BEFD76B7FE52E413C5DBF5C7CDA4194800CBD* L_6;
|
|
L_6 = InputActionState_get_mapIndices_mF75C8F6FFBE91E223291E569223DC642F82A4879(__this, NULL);
|
|
int32_t L_7 = V_0;
|
|
uint32_t L_8 = sizeof(ActionMapIndices_t013BEFD76B7FE52E413C5DBF5C7CDA4194800CBD);
|
|
NullCheck(((ActionMapIndices_t013BEFD76B7FE52E413C5DBF5C7CDA4194800CBD*)il2cpp_codegen_add((intptr_t)L_6, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_7), (int32_t)L_8)))));
|
|
int32_t L_9 = ((ActionMapIndices_t013BEFD76B7FE52E413C5DBF5C7CDA4194800CBD*)il2cpp_codegen_add((intptr_t)L_6, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_7), (int32_t)L_8))))->___controlStartIndex_2;
|
|
V_2 = L_9;
|
|
// if (controlCount > 0)
|
|
int32_t L_10 = V_1;
|
|
if ((((int32_t)L_10) <= ((int32_t)0)))
|
|
{
|
|
goto IL_0040;
|
|
}
|
|
}
|
|
{
|
|
// DisableControls(mapIndex, controlStartIndex, controlCount);
|
|
int32_t L_11 = V_0;
|
|
int32_t L_12 = V_2;
|
|
int32_t L_13 = V_1;
|
|
InputActionState_DisableControls_m8C6B11EE45D796B5CDFEA63F2806E2FFF34EA176(__this, L_11, L_12, L_13, NULL);
|
|
}
|
|
|
|
IL_0040:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.InputSystem.InputActionState::DisableSingleAction(UnityEngine.InputSystem.InputAction)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionState_DisableSingleAction_m998DDE29061E4548FBF5488C924FDC4F92732249 (InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* __this, InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* ___0_action, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// DisableControls(action);
|
|
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_0 = ___0_action;
|
|
InputActionState_DisableControls_m752949865C959C344B01849B9CF2D9B0FE15BABB(__this, L_0, NULL);
|
|
// ResetActionState(action.m_ActionIndexInState, toPhase: InputActionPhase.Disabled);
|
|
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_1 = ___0_action;
|
|
NullCheck(L_1);
|
|
int32_t L_2 = L_1->___m_ActionIndexInState_13;
|
|
InputActionState_ResetActionState_m46C922F1B051588FDDF342C701B0F62872B5C987(__this, L_2, 0, (bool)0, NULL);
|
|
// --action.m_ActionMap.m_EnabledActionsCount;
|
|
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_3 = ___0_action;
|
|
NullCheck(L_3);
|
|
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_4 = L_3->___m_ActionMap_14;
|
|
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_5 = L_4;
|
|
NullCheck(L_5);
|
|
int32_t L_6 = L_5->___m_EnabledActionsCount_7;
|
|
NullCheck(L_5);
|
|
L_5->___m_EnabledActionsCount_7 = ((int32_t)il2cpp_codegen_subtract(L_6, 1));
|
|
// NotifyListenersOfActionChange(InputActionChange.ActionDisabled, action);
|
|
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_7 = ___0_action;
|
|
InputActionState_NotifyListenersOfActionChange_m96882C035C59BC450C5489927A1DF3F06597B888(1, L_7, NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.InputSystem.InputActionState::DisableControls(UnityEngine.InputSystem.InputAction)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionState_DisableControls_m752949865C959C344B01849B9CF2D9B0FE15BABB (InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* __this, InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* ___0_action, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
int32_t V_2 = 0;
|
|
int32_t V_3 = 0;
|
|
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* V_4 = NULL;
|
|
int32_t V_5 = 0;
|
|
int32_t V_6 = 0;
|
|
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* V_7 = NULL;
|
|
int32_t V_8 = 0;
|
|
{
|
|
// var actionIndex = action.m_ActionIndexInState;
|
|
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_0 = ___0_action;
|
|
NullCheck(L_0);
|
|
int32_t L_1 = L_0->___m_ActionIndexInState_13;
|
|
V_0 = L_1;
|
|
// var map = action.m_ActionMap;
|
|
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_2 = ___0_action;
|
|
NullCheck(L_2);
|
|
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_3 = L_2->___m_ActionMap_14;
|
|
// var mapIndex = map.m_MapIndexInState;
|
|
NullCheck(L_3);
|
|
int32_t L_4 = L_3->___m_MapIndexInState_9;
|
|
V_1 = L_4;
|
|
// var bindingStartIndex = mapIndices[mapIndex].bindingStartIndex;
|
|
ActionMapIndices_t013BEFD76B7FE52E413C5DBF5C7CDA4194800CBD* L_5;
|
|
L_5 = InputActionState_get_mapIndices_mF75C8F6FFBE91E223291E569223DC642F82A4879(__this, NULL);
|
|
int32_t L_6 = V_1;
|
|
uint32_t L_7 = sizeof(ActionMapIndices_t013BEFD76B7FE52E413C5DBF5C7CDA4194800CBD);
|
|
NullCheck(((ActionMapIndices_t013BEFD76B7FE52E413C5DBF5C7CDA4194800CBD*)il2cpp_codegen_add((intptr_t)L_5, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_6), (int32_t)L_7)))));
|
|
int32_t L_8 = ((ActionMapIndices_t013BEFD76B7FE52E413C5DBF5C7CDA4194800CBD*)il2cpp_codegen_add((intptr_t)L_5, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_6), (int32_t)L_7))))->___bindingStartIndex_4;
|
|
V_2 = L_8;
|
|
// var bindingCount = mapIndices[mapIndex].bindingCount;
|
|
ActionMapIndices_t013BEFD76B7FE52E413C5DBF5C7CDA4194800CBD* L_9;
|
|
L_9 = InputActionState_get_mapIndices_mF75C8F6FFBE91E223291E569223DC642F82A4879(__this, NULL);
|
|
int32_t L_10 = V_1;
|
|
uint32_t L_11 = sizeof(ActionMapIndices_t013BEFD76B7FE52E413C5DBF5C7CDA4194800CBD);
|
|
NullCheck(((ActionMapIndices_t013BEFD76B7FE52E413C5DBF5C7CDA4194800CBD*)il2cpp_codegen_add((intptr_t)L_9, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_10), (int32_t)L_11)))));
|
|
int32_t L_12 = ((ActionMapIndices_t013BEFD76B7FE52E413C5DBF5C7CDA4194800CBD*)il2cpp_codegen_add((intptr_t)L_9, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_10), (int32_t)L_11))))->___bindingCount_5;
|
|
V_3 = L_12;
|
|
// var bindingStatesPtr = memory.bindingStates;
|
|
UnmanagedMemory_t862EBE5224929ED0E2F989D790EB6B8633E612A2* L_13 = (&__this->___memory_7);
|
|
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* L_14 = L_13->___bindingStates_8;
|
|
V_4 = L_14;
|
|
// for (var i = 0; i < bindingCount; ++i)
|
|
V_5 = 0;
|
|
goto IL_009d;
|
|
}
|
|
|
|
IL_0051:
|
|
{
|
|
// var bindingIndex = bindingStartIndex + i;
|
|
int32_t L_15 = V_2;
|
|
int32_t L_16 = V_5;
|
|
V_6 = ((int32_t)il2cpp_codegen_add(L_15, L_16));
|
|
// var bindingState = &bindingStatesPtr[bindingIndex];
|
|
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* L_17 = V_4;
|
|
int32_t L_18 = V_6;
|
|
uint32_t L_19 = sizeof(BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA);
|
|
V_7 = (BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)((uintptr_t)((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)il2cpp_codegen_add((intptr_t)L_17, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_18), (int32_t)L_19)))));
|
|
// if (bindingState->actionIndex != actionIndex)
|
|
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* L_20 = V_7;
|
|
int32_t L_21;
|
|
L_21 = BindingState_get_actionIndex_m086C5EA34E744AAC4C9D94DC9A878030EEECC96F((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)L_20, NULL);
|
|
int32_t L_22 = V_0;
|
|
if ((!(((uint32_t)L_21) == ((uint32_t)L_22))))
|
|
{
|
|
goto IL_0097;
|
|
}
|
|
}
|
|
{
|
|
// if (bindingState->isPartOfComposite)
|
|
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* L_23 = V_7;
|
|
bool L_24;
|
|
L_24 = BindingState_get_isPartOfComposite_m70F70F3B0BEFE2E296ECDAD016DA21F9A9574533((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)L_23, NULL);
|
|
if (L_24)
|
|
{
|
|
goto IL_0097;
|
|
}
|
|
}
|
|
{
|
|
// var controlCount = bindingState->controlCount;
|
|
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* L_25 = V_7;
|
|
int32_t L_26;
|
|
L_26 = BindingState_get_controlCount_mADA09E8D0B3F2EEA8447CD2F67F5ADFF29790391_inline((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)L_25, NULL);
|
|
V_8 = L_26;
|
|
// if (controlCount == 0)
|
|
int32_t L_27 = V_8;
|
|
if (!L_27)
|
|
{
|
|
goto IL_0097;
|
|
}
|
|
}
|
|
{
|
|
// DisableControls(mapIndex, bindingState->controlStartIndex, controlCount);
|
|
int32_t L_28 = V_1;
|
|
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* L_29 = V_7;
|
|
int32_t L_30;
|
|
L_30 = BindingState_get_controlStartIndex_m092BC6AC34AC08B2EC1258A278AB4A7518407466_inline((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)L_29, NULL);
|
|
int32_t L_31 = V_8;
|
|
InputActionState_DisableControls_m8C6B11EE45D796B5CDFEA63F2806E2FFF34EA176(__this, L_28, L_30, L_31, NULL);
|
|
}
|
|
|
|
IL_0097:
|
|
{
|
|
// for (var i = 0; i < bindingCount; ++i)
|
|
int32_t L_32 = V_5;
|
|
V_5 = ((int32_t)il2cpp_codegen_add(L_32, 1));
|
|
}
|
|
|
|
IL_009d:
|
|
{
|
|
// for (var i = 0; i < bindingCount; ++i)
|
|
int32_t L_33 = V_5;
|
|
int32_t L_34 = V_3;
|
|
if ((((int32_t)L_33) < ((int32_t)L_34)))
|
|
{
|
|
goto IL_0051;
|
|
}
|
|
}
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.InputSystem.InputActionState::EnableControls(System.Int32,System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionState_EnableControls_m7A9F2CBD3432A4A1553D51149F42B172F6F1D45D (InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* __this, int32_t ___0_mapIndex, int32_t ___1_controlStartIndex, int32_t ___2_numControls, 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;
|
|
int32_t V_1 = 0;
|
|
int32_t V_2 = 0;
|
|
int32_t V_3 = 0;
|
|
int64_t V_4 = 0;
|
|
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* V_5 = NULL;
|
|
{
|
|
// var manager = InputSystem.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;
|
|
// for (var i = 0; i < numControls; ++i)
|
|
V_1 = 0;
|
|
goto IL_007f;
|
|
}
|
|
|
|
IL_000a:
|
|
{
|
|
// var controlIndex = controlStartIndex + i;
|
|
int32_t L_1 = ___1_controlStartIndex;
|
|
int32_t L_2 = V_1;
|
|
V_2 = ((int32_t)il2cpp_codegen_add(L_1, L_2));
|
|
// if (IsControlEnabled(controlIndex))
|
|
int32_t L_3 = V_2;
|
|
bool L_4;
|
|
L_4 = InputActionState_IsControlEnabled_mF2AD1819F4016E44C5DD409B24E6C0753FAF3728(__this, L_3, NULL);
|
|
if (L_4)
|
|
{
|
|
goto IL_007b;
|
|
}
|
|
}
|
|
{
|
|
// var bindingIndex = controlIndexToBindingIndex[controlIndex];
|
|
int32_t* L_5;
|
|
L_5 = InputActionState_get_controlIndexToBindingIndex_mBA1C3C9E1F99F371755872CD87573FCFD6E1AAC6(__this, NULL);
|
|
int32_t L_6 = V_2;
|
|
int32_t L_7 = *((int32_t*)((int32_t*)il2cpp_codegen_add((intptr_t)L_5, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_6), 4)))));
|
|
V_3 = L_7;
|
|
// var mapControlAndBindingIndex = ToCombinedMapAndControlAndBindingIndex(mapIndex, controlIndex, bindingIndex);
|
|
int32_t L_8 = ___0_mapIndex;
|
|
int32_t L_9 = V_2;
|
|
int32_t L_10 = V_3;
|
|
int64_t L_11;
|
|
L_11 = InputActionState_ToCombinedMapAndControlAndBindingIndex_mFE5669F21048E72B1E6DF5E7DFD8A4C7A2B6C1C3(__this, L_8, L_9, L_10, NULL);
|
|
V_4 = L_11;
|
|
// var bindingStatePtr = &bindingStates[bindingIndex];
|
|
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* L_12;
|
|
L_12 = InputActionState_get_bindingStates_mF497553BC159C0B3BFE6A8BAD6336EB09CB4B2DE(__this, NULL);
|
|
int32_t L_13 = V_3;
|
|
uint32_t L_14 = sizeof(BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA);
|
|
V_5 = (BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)((uintptr_t)((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)il2cpp_codegen_add((intptr_t)L_12, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_13), (int32_t)L_14)))));
|
|
// if (bindingStatePtr->wantsInitialStateCheck)
|
|
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* L_15 = V_5;
|
|
bool L_16;
|
|
L_16 = BindingState_get_wantsInitialStateCheck_m4F1AE61E783B8D99BCD9927461EFB25C4CDD397C((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)L_15, NULL);
|
|
if (!L_16)
|
|
{
|
|
goto IL_0054;
|
|
}
|
|
}
|
|
{
|
|
// SetInitialStateCheckPending(bindingStatePtr, true);
|
|
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* L_17 = V_5;
|
|
InputActionState_SetInitialStateCheckPending_m1F23E65C1DD23FC3F879DA6E9A29CB66C29F8D22(__this, L_17, (bool)1, NULL);
|
|
}
|
|
|
|
IL_0054:
|
|
{
|
|
// manager.AddStateChangeMonitor(controls[controlIndex], this, mapControlAndBindingIndex, controlGroupingAndComplexity[controlIndex * 2]);
|
|
InputManager_t69FCFDAC90F8EBB8EF4950CC0BE617D842A39210* L_18 = V_0;
|
|
InputControlU5BU5D_t0B951FEF1504D6340387C4735F5D6F426F40FE17* L_19 = __this->___controls_2;
|
|
int32_t L_20 = V_2;
|
|
NullCheck(L_19);
|
|
int32_t L_21 = L_20;
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_22 = (L_19)->GetAt(static_cast<il2cpp_array_size_t>(L_21));
|
|
int64_t L_23 = V_4;
|
|
uint16_t* L_24;
|
|
L_24 = InputActionState_get_controlGroupingAndComplexity_mCC4F6F2A155AFF6A04B5997ABAE6E0617A4118F3(__this, NULL);
|
|
int32_t L_25 = V_2;
|
|
int32_t L_26 = *((uint16_t*)((uint16_t*)il2cpp_codegen_add((intptr_t)L_24, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)((int32_t)il2cpp_codegen_multiply(L_25, 2))), 2)))));
|
|
NullCheck(L_18);
|
|
InputManager_AddStateChangeMonitor_m1C245057EBCF7C66ED9756078F33B659BF2408EA(L_18, L_22, __this, L_23, L_26, NULL);
|
|
// SetControlEnabled(controlIndex, true);
|
|
int32_t L_27 = V_2;
|
|
InputActionState_SetControlEnabled_mF54D64F225A13F400FFDBBBAE1EB4686C6C5E43C(__this, L_27, (bool)1, NULL);
|
|
}
|
|
|
|
IL_007b:
|
|
{
|
|
// for (var i = 0; i < numControls; ++i)
|
|
int32_t L_28 = V_1;
|
|
V_1 = ((int32_t)il2cpp_codegen_add(L_28, 1));
|
|
}
|
|
|
|
IL_007f:
|
|
{
|
|
// for (var i = 0; i < numControls; ++i)
|
|
int32_t L_29 = V_1;
|
|
int32_t L_30 = ___2_numControls;
|
|
if ((((int32_t)L_29) < ((int32_t)L_30)))
|
|
{
|
|
goto IL_000a;
|
|
}
|
|
}
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.InputSystem.InputActionState::DisableControls(System.Int32,System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionState_DisableControls_m8C6B11EE45D796B5CDFEA63F2806E2FFF34EA176 (InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* __this, int32_t ___0_mapIndex, int32_t ___1_controlStartIndex, int32_t ___2_numControls, 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;
|
|
int32_t V_1 = 0;
|
|
int32_t V_2 = 0;
|
|
int32_t V_3 = 0;
|
|
int64_t V_4 = 0;
|
|
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* V_5 = NULL;
|
|
{
|
|
// var manager = InputSystem.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;
|
|
// for (var i = 0; i < numControls; ++i)
|
|
V_1 = 0;
|
|
goto IL_0071;
|
|
}
|
|
|
|
IL_000a:
|
|
{
|
|
// var controlIndex = controlStartIndex + i;
|
|
int32_t L_1 = ___1_controlStartIndex;
|
|
int32_t L_2 = V_1;
|
|
V_2 = ((int32_t)il2cpp_codegen_add(L_1, L_2));
|
|
// if (!IsControlEnabled(controlIndex))
|
|
int32_t L_3 = V_2;
|
|
bool L_4;
|
|
L_4 = InputActionState_IsControlEnabled_mF2AD1819F4016E44C5DD409B24E6C0753FAF3728(__this, L_3, NULL);
|
|
if (!L_4)
|
|
{
|
|
goto IL_006d;
|
|
}
|
|
}
|
|
{
|
|
// var bindingIndex = controlIndexToBindingIndex[controlIndex];
|
|
int32_t* L_5;
|
|
L_5 = InputActionState_get_controlIndexToBindingIndex_mBA1C3C9E1F99F371755872CD87573FCFD6E1AAC6(__this, NULL);
|
|
int32_t L_6 = V_2;
|
|
int32_t L_7 = *((int32_t*)((int32_t*)il2cpp_codegen_add((intptr_t)L_5, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_6), 4)))));
|
|
V_3 = L_7;
|
|
// var mapControlAndBindingIndex = ToCombinedMapAndControlAndBindingIndex(mapIndex, controlIndex, bindingIndex);
|
|
int32_t L_8 = ___0_mapIndex;
|
|
int32_t L_9 = V_2;
|
|
int32_t L_10 = V_3;
|
|
int64_t L_11;
|
|
L_11 = InputActionState_ToCombinedMapAndControlAndBindingIndex_mFE5669F21048E72B1E6DF5E7DFD8A4C7A2B6C1C3(__this, L_8, L_9, L_10, NULL);
|
|
V_4 = L_11;
|
|
// var bindingStatePtr = &bindingStates[bindingIndex];
|
|
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* L_12;
|
|
L_12 = InputActionState_get_bindingStates_mF497553BC159C0B3BFE6A8BAD6336EB09CB4B2DE(__this, NULL);
|
|
int32_t L_13 = V_3;
|
|
uint32_t L_14 = sizeof(BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA);
|
|
V_5 = (BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)((uintptr_t)((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)il2cpp_codegen_add((intptr_t)L_12, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_13), (int32_t)L_14)))));
|
|
// if (bindingStatePtr->wantsInitialStateCheck)
|
|
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* L_15 = V_5;
|
|
bool L_16;
|
|
L_16 = BindingState_get_wantsInitialStateCheck_m4F1AE61E783B8D99BCD9927461EFB25C4CDD397C((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)L_15, NULL);
|
|
if (!L_16)
|
|
{
|
|
goto IL_0054;
|
|
}
|
|
}
|
|
{
|
|
// SetInitialStateCheckPending(bindingStatePtr, false);
|
|
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* L_17 = V_5;
|
|
InputActionState_SetInitialStateCheckPending_m1F23E65C1DD23FC3F879DA6E9A29CB66C29F8D22(__this, L_17, (bool)0, NULL);
|
|
}
|
|
|
|
IL_0054:
|
|
{
|
|
// manager.RemoveStateChangeMonitor(controls[controlIndex], this, mapControlAndBindingIndex);
|
|
InputManager_t69FCFDAC90F8EBB8EF4950CC0BE617D842A39210* L_18 = V_0;
|
|
InputControlU5BU5D_t0B951FEF1504D6340387C4735F5D6F426F40FE17* L_19 = __this->___controls_2;
|
|
int32_t L_20 = V_2;
|
|
NullCheck(L_19);
|
|
int32_t L_21 = L_20;
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_22 = (L_19)->GetAt(static_cast<il2cpp_array_size_t>(L_21));
|
|
int64_t L_23 = V_4;
|
|
NullCheck(L_18);
|
|
InputManager_RemoveStateChangeMonitor_m42ABBCBBAFDF907F11E8DD737DEF32A4CBE6C7C4(L_18, L_22, __this, L_23, NULL);
|
|
// SetControlEnabled(controlIndex, false);
|
|
int32_t L_24 = V_2;
|
|
InputActionState_SetControlEnabled_mF54D64F225A13F400FFDBBBAE1EB4686C6C5E43C(__this, L_24, (bool)0, NULL);
|
|
}
|
|
|
|
IL_006d:
|
|
{
|
|
// for (var i = 0; i < numControls; ++i)
|
|
int32_t L_25 = V_1;
|
|
V_1 = ((int32_t)il2cpp_codegen_add(L_25, 1));
|
|
}
|
|
|
|
IL_0071:
|
|
{
|
|
// for (var i = 0; i < numControls; ++i)
|
|
int32_t L_26 = V_1;
|
|
int32_t L_27 = ___2_numControls;
|
|
if ((((int32_t)L_26) < ((int32_t)L_27)))
|
|
{
|
|
goto IL_000a;
|
|
}
|
|
}
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.InputSystem.InputActionState::SetInitialStateCheckPending(System.Int32,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionState_SetInitialStateCheckPending_m193FA3DC505583B4D00B519FD85598E3C053EE6A (InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* __this, int32_t ___0_actionIndex, bool ___1_value, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
int32_t V_2 = 0;
|
|
int32_t V_3 = 0;
|
|
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* V_4 = NULL;
|
|
{
|
|
// var mapIndex = actionStates[actionIndex].mapIndex;
|
|
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_0;
|
|
L_0 = InputActionState_get_actionStates_mFDC87519E9E826C5DAEE9E13058312FF82E16E0B(__this, NULL);
|
|
int32_t L_1 = ___0_actionIndex;
|
|
uint32_t L_2 = sizeof(TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D);
|
|
int32_t L_3;
|
|
L_3 = TriggerState_get_mapIndex_m2EF42EE7F026B1FEAE73AD21ACF2891AB8A8C07E_inline((TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*)((TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*)il2cpp_codegen_add((intptr_t)L_0, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_1), (int32_t)L_2)))), NULL);
|
|
V_0 = L_3;
|
|
// var bindingStartIndex = mapIndices[mapIndex].bindingStartIndex;
|
|
ActionMapIndices_t013BEFD76B7FE52E413C5DBF5C7CDA4194800CBD* L_4;
|
|
L_4 = InputActionState_get_mapIndices_mF75C8F6FFBE91E223291E569223DC642F82A4879(__this, NULL);
|
|
int32_t L_5 = V_0;
|
|
uint32_t L_6 = sizeof(ActionMapIndices_t013BEFD76B7FE52E413C5DBF5C7CDA4194800CBD);
|
|
NullCheck(((ActionMapIndices_t013BEFD76B7FE52E413C5DBF5C7CDA4194800CBD*)il2cpp_codegen_add((intptr_t)L_4, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_5), (int32_t)L_6)))));
|
|
int32_t L_7 = ((ActionMapIndices_t013BEFD76B7FE52E413C5DBF5C7CDA4194800CBD*)il2cpp_codegen_add((intptr_t)L_4, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_5), (int32_t)L_6))))->___bindingStartIndex_4;
|
|
V_1 = L_7;
|
|
// var bindingCount = mapIndices[mapIndex].bindingCount;
|
|
ActionMapIndices_t013BEFD76B7FE52E413C5DBF5C7CDA4194800CBD* L_8;
|
|
L_8 = InputActionState_get_mapIndices_mF75C8F6FFBE91E223291E569223DC642F82A4879(__this, NULL);
|
|
int32_t L_9 = V_0;
|
|
uint32_t L_10 = sizeof(ActionMapIndices_t013BEFD76B7FE52E413C5DBF5C7CDA4194800CBD);
|
|
NullCheck(((ActionMapIndices_t013BEFD76B7FE52E413C5DBF5C7CDA4194800CBD*)il2cpp_codegen_add((intptr_t)L_8, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_9), (int32_t)L_10)))));
|
|
int32_t L_11 = ((ActionMapIndices_t013BEFD76B7FE52E413C5DBF5C7CDA4194800CBD*)il2cpp_codegen_add((intptr_t)L_8, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_9), (int32_t)L_10))))->___bindingCount_5;
|
|
V_2 = L_11;
|
|
// for (var i = 0; i < bindingCount; ++i)
|
|
V_3 = 0;
|
|
goto IL_0079;
|
|
}
|
|
|
|
IL_0046:
|
|
{
|
|
// ref var bindingState = ref bindingStates[bindingStartIndex + i];
|
|
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* L_12;
|
|
L_12 = InputActionState_get_bindingStates_mF497553BC159C0B3BFE6A8BAD6336EB09CB4B2DE(__this, NULL);
|
|
int32_t L_13 = V_1;
|
|
int32_t L_14 = V_3;
|
|
uint32_t L_15 = sizeof(BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA);
|
|
V_4 = (BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)il2cpp_codegen_add((intptr_t)L_12, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)((int32_t)il2cpp_codegen_add(L_13, L_14))), (int32_t)L_15))));
|
|
// if (bindingState.actionIndex == actionIndex && !bindingState.isPartOfComposite)
|
|
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* L_16 = V_4;
|
|
int32_t L_17;
|
|
L_17 = BindingState_get_actionIndex_m086C5EA34E744AAC4C9D94DC9A878030EEECC96F(L_16, NULL);
|
|
int32_t L_18 = ___0_actionIndex;
|
|
if ((!(((uint32_t)L_17) == ((uint32_t)L_18))))
|
|
{
|
|
goto IL_0075;
|
|
}
|
|
}
|
|
{
|
|
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* L_19 = V_4;
|
|
bool L_20;
|
|
L_20 = BindingState_get_isPartOfComposite_m70F70F3B0BEFE2E296ECDAD016DA21F9A9574533(L_19, NULL);
|
|
if (L_20)
|
|
{
|
|
goto IL_0075;
|
|
}
|
|
}
|
|
{
|
|
// bindingState.initialStateCheckPending = value;
|
|
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* L_21 = V_4;
|
|
bool L_22 = ___1_value;
|
|
BindingState_set_initialStateCheckPending_m02F0256CF0A2CD366377F69C0A587162BE4AAB8D(L_21, L_22, NULL);
|
|
}
|
|
|
|
IL_0075:
|
|
{
|
|
// for (var i = 0; i < bindingCount; ++i)
|
|
int32_t L_23 = V_3;
|
|
V_3 = ((int32_t)il2cpp_codegen_add(L_23, 1));
|
|
}
|
|
|
|
IL_0079:
|
|
{
|
|
// for (var i = 0; i < bindingCount; ++i)
|
|
int32_t L_24 = V_3;
|
|
int32_t L_25 = V_2;
|
|
if ((((int32_t)L_24) < ((int32_t)L_25)))
|
|
{
|
|
goto IL_0046;
|
|
}
|
|
}
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.InputSystem.InputActionState::SetInitialStateCheckPending(UnityEngine.InputSystem.InputActionState/BindingState*,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionState_SetInitialStateCheckPending_m1F23E65C1DD23FC3F879DA6E9A29CB66C29F8D22 (InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* __this, BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* ___0_bindingStatePtr, bool ___1_value, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
{
|
|
// if (bindingStatePtr->isPartOfComposite)
|
|
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* L_0 = ___0_bindingStatePtr;
|
|
bool L_1;
|
|
L_1 = BindingState_get_isPartOfComposite_m70F70F3B0BEFE2E296ECDAD016DA21F9A9574533((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)L_0, NULL);
|
|
if (!L_1)
|
|
{
|
|
goto IL_0026;
|
|
}
|
|
}
|
|
{
|
|
// var compositeIndex = bindingStatePtr->compositeOrCompositeBindingIndex;
|
|
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* L_2 = ___0_bindingStatePtr;
|
|
int32_t L_3;
|
|
L_3 = BindingState_get_compositeOrCompositeBindingIndex_m383AEFE1AA276D530D90A4DBE19C5B957726CE34((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)L_2, NULL);
|
|
V_0 = L_3;
|
|
// bindingStates[compositeIndex].initialStateCheckPending = value;
|
|
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* L_4;
|
|
L_4 = InputActionState_get_bindingStates_mF497553BC159C0B3BFE6A8BAD6336EB09CB4B2DE(__this, NULL);
|
|
int32_t L_5 = V_0;
|
|
uint32_t L_6 = sizeof(BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA);
|
|
bool L_7 = ___1_value;
|
|
BindingState_set_initialStateCheckPending_m02F0256CF0A2CD366377F69C0A587162BE4AAB8D((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)il2cpp_codegen_add((intptr_t)L_4, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_5), (int32_t)L_6)))), L_7, NULL);
|
|
return;
|
|
}
|
|
|
|
IL_0026:
|
|
{
|
|
// bindingStatePtr->initialStateCheckPending = value;
|
|
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* L_8 = ___0_bindingStatePtr;
|
|
bool L_9 = ___1_value;
|
|
BindingState_set_initialStateCheckPending_m02F0256CF0A2CD366377F69C0A587162BE4AAB8D((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)L_8, L_9, NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Boolean UnityEngine.InputSystem.InputActionState::IsControlEnabled(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputActionState_IsControlEnabled_mF2AD1819F4016E44C5DD409B24E6C0753FAF3728 (InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* __this, int32_t ___0_controlIndex, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
uint32_t V_1 = 0;
|
|
{
|
|
// var intIndex = controlIndex / 32;
|
|
int32_t L_0 = ___0_controlIndex;
|
|
V_0 = ((int32_t)(L_0/((int32_t)32)));
|
|
// var mask = 1U << (controlIndex % 32);
|
|
int32_t L_1 = ___0_controlIndex;
|
|
V_1 = ((int32_t)(1<<((int32_t)(((int32_t)(L_1%((int32_t)32)))&((int32_t)31)))));
|
|
// return (enabledControls[intIndex] & mask) != 0;
|
|
uint32_t* L_2;
|
|
L_2 = InputActionState_get_enabledControls_mA0923D4E2072CCFCABAAC1B514FA7CB7E816DBA8(__this, NULL);
|
|
int32_t L_3 = V_0;
|
|
int32_t L_4 = *((uint32_t*)((uint32_t*)il2cpp_codegen_add((intptr_t)L_2, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_3), 4)))));
|
|
uint32_t L_5 = V_1;
|
|
return (bool)((!(((uint32_t)((int32_t)(L_4&(int32_t)L_5))) <= ((uint32_t)0)))? 1 : 0);
|
|
}
|
|
}
|
|
// System.Void UnityEngine.InputSystem.InputActionState::SetControlEnabled(System.Int32,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionState_SetControlEnabled_mF54D64F225A13F400FFDBBBAE1EB4686C6C5E43C (InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* __this, int32_t ___0_controlIndex, bool ___1_state, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
uint32_t V_1 = 0;
|
|
{
|
|
// var intIndex = controlIndex / 32;
|
|
int32_t L_0 = ___0_controlIndex;
|
|
V_0 = ((int32_t)(L_0/((int32_t)32)));
|
|
// var mask = 1U << (controlIndex % 32);
|
|
int32_t L_1 = ___0_controlIndex;
|
|
V_1 = ((int32_t)(1<<((int32_t)(((int32_t)(L_1%((int32_t)32)))&((int32_t)31)))));
|
|
// if (state)
|
|
bool L_2 = ___1_state;
|
|
if (!L_2)
|
|
{
|
|
goto IL_0023;
|
|
}
|
|
}
|
|
{
|
|
// enabledControls[intIndex] |= mask;
|
|
uint32_t* L_3;
|
|
L_3 = InputActionState_get_enabledControls_mA0923D4E2072CCFCABAAC1B514FA7CB7E816DBA8(__this, NULL);
|
|
int32_t L_4 = V_0;
|
|
uint32_t* L_5 = ((uint32_t*)il2cpp_codegen_add((intptr_t)L_3, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_4), 4))));
|
|
int32_t L_6 = *((uint32_t*)L_5);
|
|
uint32_t L_7 = V_1;
|
|
*((int32_t*)L_5) = (int32_t)((int32_t)(L_6|(int32_t)L_7));
|
|
return;
|
|
}
|
|
|
|
IL_0023:
|
|
{
|
|
// enabledControls[intIndex] &= ~mask;
|
|
uint32_t* L_8;
|
|
L_8 = InputActionState_get_enabledControls_mA0923D4E2072CCFCABAAC1B514FA7CB7E816DBA8(__this, NULL);
|
|
int32_t L_9 = V_0;
|
|
uint32_t* L_10 = ((uint32_t*)il2cpp_codegen_add((intptr_t)L_8, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_9), 4))));
|
|
int32_t L_11 = *((uint32_t*)L_10);
|
|
uint32_t L_12 = V_1;
|
|
*((int32_t*)L_10) = (int32_t)((int32_t)(L_11&(int32_t)((~L_12))));
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.InputSystem.InputActionState::HookOnBeforeUpdate()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionState_HookOnBeforeUpdate_m2899AA00B0052B8B7FA7EFD8052C3EEC777D8790 (InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputActionState_OnBeforeInitialUpdate_m3DDED6A8CB37D5384F4989FE98357CD8C2D305FA_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// if (m_OnBeforeUpdateHooked)
|
|
bool L_0 = __this->___m_OnBeforeUpdateHooked_8;
|
|
if (!L_0)
|
|
{
|
|
goto IL_0009;
|
|
}
|
|
}
|
|
{
|
|
// return;
|
|
return;
|
|
}
|
|
|
|
IL_0009:
|
|
{
|
|
// if (m_OnBeforeUpdateDelegate == null)
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_1 = __this->___m_OnBeforeUpdateDelegate_12;
|
|
if (L_1)
|
|
{
|
|
goto IL_0023;
|
|
}
|
|
}
|
|
{
|
|
// m_OnBeforeUpdateDelegate = OnBeforeInitialUpdate;
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_2 = (Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07*)il2cpp_codegen_object_new(Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07_il2cpp_TypeInfo_var);
|
|
NullCheck(L_2);
|
|
Action__ctor_mBDC7B0B4A3F583B64C2896F01BDED360772F67DC(L_2, __this, (intptr_t)((void*)InputActionState_OnBeforeInitialUpdate_m3DDED6A8CB37D5384F4989FE98357CD8C2D305FA_RuntimeMethod_var), NULL);
|
|
__this->___m_OnBeforeUpdateDelegate_12 = L_2;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_OnBeforeUpdateDelegate_12), (void*)L_2);
|
|
}
|
|
|
|
IL_0023:
|
|
{
|
|
// InputSystem.s_Manager.onBeforeUpdate += m_OnBeforeUpdateDelegate;
|
|
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;
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_4 = __this->___m_OnBeforeUpdateDelegate_12;
|
|
NullCheck(L_3);
|
|
InputManager_add_onBeforeUpdate_m78F75D0A08D23335D863A2942AABF3D143E4BD95(L_3, L_4, NULL);
|
|
// m_OnBeforeUpdateHooked = true;
|
|
__this->___m_OnBeforeUpdateHooked_8 = (bool)1;
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.InputSystem.InputActionState::UnhookOnBeforeUpdate()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionState_UnhookOnBeforeUpdate_m77544BB4B572E1E0701436819AE304DE53E54541 (InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// if (!m_OnBeforeUpdateHooked)
|
|
bool L_0 = __this->___m_OnBeforeUpdateHooked_8;
|
|
if (L_0)
|
|
{
|
|
goto IL_0009;
|
|
}
|
|
}
|
|
{
|
|
// return;
|
|
return;
|
|
}
|
|
|
|
IL_0009:
|
|
{
|
|
// InputSystem.s_Manager.onBeforeUpdate -= m_OnBeforeUpdateDelegate;
|
|
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;
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_2 = __this->___m_OnBeforeUpdateDelegate_12;
|
|
NullCheck(L_1);
|
|
InputManager_remove_onBeforeUpdate_m63D72B2E2A1F5DDC97213F8928034C6FBD61DC87(L_1, L_2, NULL);
|
|
// m_OnBeforeUpdateHooked = false;
|
|
__this->___m_OnBeforeUpdateHooked_8 = (bool)0;
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.InputSystem.InputActionState::OnBeforeInitialUpdate()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionState_OnBeforeInitialUpdate_m3DDED6A8CB37D5384F4989FE98357CD8C2D305FA (InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
double V_0 = 0.0;
|
|
InputManager_t69FCFDAC90F8EBB8EF4950CC0BE617D842A39210* V_1 = NULL;
|
|
int32_t V_2 = 0;
|
|
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* V_3 = NULL;
|
|
int32_t V_4 = 0;
|
|
int32_t V_5 = 0;
|
|
bool V_6 = false;
|
|
bool V_7 = false;
|
|
int32_t V_8 = 0;
|
|
int32_t V_9 = 0;
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* V_10 = NULL;
|
|
{
|
|
// if (InputState.currentUpdateType == InputUpdateType.BeforeRender
|
|
// #if UNITY_EDITOR
|
|
// || InputState.currentUpdateType == InputUpdateType.Editor
|
|
// #endif
|
|
// )
|
|
int32_t L_0;
|
|
L_0 = InputState_get_currentUpdateType_m77DBCEC0F6E435740C44467281149B2F74025C10_inline(NULL);
|
|
if ((!(((uint32_t)L_0) == ((uint32_t)4))))
|
|
{
|
|
goto IL_0009;
|
|
}
|
|
}
|
|
{
|
|
// return;
|
|
return;
|
|
}
|
|
|
|
IL_0009:
|
|
{
|
|
// UnhookOnBeforeUpdate();
|
|
InputActionState_UnhookOnBeforeUpdate_m77544BB4B572E1E0701436819AE304DE53E54541(__this, NULL);
|
|
// var time = InputState.currentTime;
|
|
double L_1;
|
|
L_1 = InputState_get_currentTime_m9C0661AF1D774AF749A9B9207EEB6090D77AA364(NULL);
|
|
V_0 = L_1;
|
|
// var manager = InputSystem.s_Manager;
|
|
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;
|
|
V_1 = L_2;
|
|
// for (var bindingIndex = 0; bindingIndex < totalBindingCount; ++bindingIndex)
|
|
V_2 = 0;
|
|
goto IL_00df;
|
|
}
|
|
|
|
IL_0022:
|
|
{
|
|
// ref var bindingState = ref bindingStates[bindingIndex];
|
|
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* L_3;
|
|
L_3 = InputActionState_get_bindingStates_mF497553BC159C0B3BFE6A8BAD6336EB09CB4B2DE(__this, NULL);
|
|
int32_t L_4 = V_2;
|
|
uint32_t L_5 = sizeof(BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA);
|
|
V_3 = (BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)il2cpp_codegen_add((intptr_t)L_3, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_4), (int32_t)L_5))));
|
|
// if (!bindingState.initialStateCheckPending)
|
|
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* L_6 = V_3;
|
|
bool L_7;
|
|
L_7 = BindingState_get_initialStateCheckPending_m71EFD1D03180986B04065A6549A1DC2C1C168E70(L_6, NULL);
|
|
if (!L_7)
|
|
{
|
|
goto IL_00db;
|
|
}
|
|
}
|
|
{
|
|
// bindingState.initialStateCheckPending = false;
|
|
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* L_8 = V_3;
|
|
BindingState_set_initialStateCheckPending_m02F0256CF0A2CD366377F69C0A587162BE4AAB8D(L_8, (bool)0, NULL);
|
|
// var controlStartIndex = bindingState.controlStartIndex;
|
|
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* L_9 = V_3;
|
|
int32_t L_10;
|
|
L_10 = BindingState_get_controlStartIndex_m092BC6AC34AC08B2EC1258A278AB4A7518407466_inline(L_9, NULL);
|
|
V_4 = L_10;
|
|
// var controlCount = bindingState.controlCount;
|
|
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* L_11 = V_3;
|
|
int32_t L_12;
|
|
L_12 = BindingState_get_controlCount_mADA09E8D0B3F2EEA8447CD2F67F5ADFF29790391_inline(L_11, NULL);
|
|
V_5 = L_12;
|
|
// var isComposite = bindingState.isComposite;
|
|
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* L_13 = V_3;
|
|
bool L_14;
|
|
L_14 = BindingState_get_isComposite_m02D577818B65F95F8D28E857696E429425C352FE(L_13, NULL);
|
|
V_6 = L_14;
|
|
// var didFindControlToSignal = false;
|
|
V_7 = (bool)0;
|
|
// for (var n = 0; n < controlCount; ++n)
|
|
V_8 = 0;
|
|
goto IL_00d5;
|
|
}
|
|
|
|
IL_0065:
|
|
{
|
|
// var controlIndex = controlStartIndex + n;
|
|
int32_t L_15 = V_4;
|
|
int32_t L_16 = V_8;
|
|
V_9 = ((int32_t)il2cpp_codegen_add(L_15, L_16));
|
|
// var control = controls[controlIndex];
|
|
InputControlU5BU5D_t0B951FEF1504D6340387C4735F5D6F426F40FE17* L_17 = __this->___controls_2;
|
|
int32_t L_18 = V_9;
|
|
NullCheck(L_17);
|
|
int32_t L_19 = L_18;
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_20 = (L_17)->GetAt(static_cast<il2cpp_array_size_t>(L_19));
|
|
V_10 = L_20;
|
|
// if (IsActiveControl(bindingIndex, controlIndex))
|
|
int32_t L_21 = V_2;
|
|
int32_t L_22 = V_9;
|
|
bool L_23;
|
|
L_23 = InputActionState_IsActiveControl_m71726B6471BB1F87C3AB89C8C36ACDE5F3880C2A(__this, L_21, L_22, NULL);
|
|
if (L_23)
|
|
{
|
|
goto IL_00cf;
|
|
}
|
|
}
|
|
{
|
|
// if (!control.CheckStateIsAtDefault())
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_24 = V_10;
|
|
bool L_25;
|
|
L_25 = InputControlExtensions_CheckStateIsAtDefault_m8C55E5D5B66053B46D87FF8851F206550A24819E(L_24, NULL);
|
|
if (L_25)
|
|
{
|
|
goto IL_00cf;
|
|
}
|
|
}
|
|
{
|
|
// if (control.IsValueConsideredPressed(control.EvaluateMagnitude()))
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_26 = V_10;
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_27 = V_10;
|
|
NullCheck(L_27);
|
|
float L_28;
|
|
L_28 = InputControl_EvaluateMagnitude_mA16CB7AD6DBA9C7D91FBAFE823D30141B2A88F58(L_27, NULL);
|
|
NullCheck(L_26);
|
|
bool L_29;
|
|
L_29 = InputControl_IsValueConsideredPressed_m08D42218CF549930DA6E83B0EF75DE8B40A33BF6(L_26, L_28, NULL);
|
|
if (!L_29)
|
|
{
|
|
goto IL_00bc;
|
|
}
|
|
}
|
|
{
|
|
// if (bindingState.pressTime == default || bindingState.pressTime > time)
|
|
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* L_30 = V_3;
|
|
double L_31;
|
|
L_31 = BindingState_get_pressTime_m4B6FB5F9DCF16C18B649686BAEB840C281E40E47_inline(L_30, NULL);
|
|
if ((((double)L_31) == ((double)(0.0))))
|
|
{
|
|
goto IL_00b5;
|
|
}
|
|
}
|
|
{
|
|
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* L_32 = V_3;
|
|
double L_33;
|
|
L_33 = BindingState_get_pressTime_m4B6FB5F9DCF16C18B649686BAEB840C281E40E47_inline(L_32, NULL);
|
|
double L_34 = V_0;
|
|
if ((!(((double)L_33) > ((double)L_34))))
|
|
{
|
|
goto IL_00bc;
|
|
}
|
|
}
|
|
|
|
IL_00b5:
|
|
{
|
|
// bindingState.pressTime = time;
|
|
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* L_35 = V_3;
|
|
double L_36 = V_0;
|
|
BindingState_set_pressTime_mDDC0159EFDB94A30296688B598166FF2D641300A_inline(L_35, L_36, NULL);
|
|
}
|
|
|
|
IL_00bc:
|
|
{
|
|
// if (isComposite && didFindControlToSignal)
|
|
bool L_37 = V_6;
|
|
bool L_38 = V_7;
|
|
if (((int32_t)((int32_t)L_37&(int32_t)L_38)))
|
|
{
|
|
goto IL_00cf;
|
|
}
|
|
}
|
|
{
|
|
// manager.SignalStateChangeMonitor(control, this);
|
|
InputManager_t69FCFDAC90F8EBB8EF4950CC0BE617D842A39210* L_39 = V_1;
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_40 = V_10;
|
|
NullCheck(L_39);
|
|
InputManager_SignalStateChangeMonitor_m0F588D3884DC8A333168B8DBBE61FC2262464551(L_39, L_40, __this, NULL);
|
|
// didFindControlToSignal = true;
|
|
V_7 = (bool)1;
|
|
}
|
|
|
|
IL_00cf:
|
|
{
|
|
// for (var n = 0; n < controlCount; ++n)
|
|
int32_t L_41 = V_8;
|
|
V_8 = ((int32_t)il2cpp_codegen_add(L_41, 1));
|
|
}
|
|
|
|
IL_00d5:
|
|
{
|
|
// for (var n = 0; n < controlCount; ++n)
|
|
int32_t L_42 = V_8;
|
|
int32_t L_43 = V_5;
|
|
if ((((int32_t)L_42) < ((int32_t)L_43)))
|
|
{
|
|
goto IL_0065;
|
|
}
|
|
}
|
|
|
|
IL_00db:
|
|
{
|
|
// for (var bindingIndex = 0; bindingIndex < totalBindingCount; ++bindingIndex)
|
|
int32_t L_44 = V_2;
|
|
V_2 = ((int32_t)il2cpp_codegen_add(L_44, 1));
|
|
}
|
|
|
|
IL_00df:
|
|
{
|
|
// for (var bindingIndex = 0; bindingIndex < totalBindingCount; ++bindingIndex)
|
|
int32_t L_45 = V_2;
|
|
int32_t L_46;
|
|
L_46 = InputActionState_get_totalBindingCount_mB2BF62C18C7F2D59E9045FC9A9D4F199C07337F9(__this, NULL);
|
|
if ((((int32_t)L_45) < ((int32_t)L_46)))
|
|
{
|
|
goto IL_0022;
|
|
}
|
|
}
|
|
{
|
|
// manager.FireStateChangeNotifications();
|
|
InputManager_t69FCFDAC90F8EBB8EF4950CC0BE617D842A39210* L_47 = V_1;
|
|
NullCheck(L_47);
|
|
InputManager_FireStateChangeNotifications_mBB18D1EB1C08ED9581D45F341459412B60F19690(L_47, NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.InputSystem.InputActionState::UnityEngine.InputSystem.LowLevel.IInputStateChangeMonitor.NotifyControlStateChanged(UnityEngine.InputSystem.InputControl,System.Double,UnityEngine.InputSystem.LowLevel.InputEventPtr,System.Int64)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionState_UnityEngine_InputSystem_LowLevel_IInputStateChangeMonitor_NotifyControlStateChanged_m35644408634C8CF46027AFDD9829D3489BFCD61B (InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* __this, InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* ___0_control, double ___1_time, InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0 ___2_eventPtr, int64_t ___3_mapControlAndBindingIndex, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
int32_t V_2 = 0;
|
|
{
|
|
// SplitUpMapAndControlAndBindingIndex(mapControlAndBindingIndex, out var mapIndex, out var controlIndex, out var bindingIndex);
|
|
int64_t L_0 = ___3_mapControlAndBindingIndex;
|
|
InputActionState_SplitUpMapAndControlAndBindingIndex_mBD7F3F58366FE5EEE89419ECAF9CE835E7735F0A(__this, L_0, (&V_0), (&V_1), (&V_2), NULL);
|
|
// ProcessControlStateChange(mapIndex, controlIndex, bindingIndex, time, eventPtr);
|
|
int32_t L_1 = V_0;
|
|
int32_t L_2 = V_1;
|
|
int32_t L_3 = V_2;
|
|
double L_4 = ___1_time;
|
|
InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0 L_5 = ___2_eventPtr;
|
|
InputActionState_ProcessControlStateChange_m98A7933A34DC1E17174CA78E5DD077E347F5799A(__this, L_1, L_2, L_3, L_4, L_5, NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.InputSystem.InputActionState::UnityEngine.InputSystem.LowLevel.IInputStateChangeMonitor.NotifyTimerExpired(UnityEngine.InputSystem.InputControl,System.Double,System.Int64,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionState_UnityEngine_InputSystem_LowLevel_IInputStateChangeMonitor_NotifyTimerExpired_m61A3BC384FEBD1CB062E267EDFD02FB9647AD17A (InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* __this, InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* ___0_control, double ___1_time, int64_t ___2_mapControlAndBindingIndex, int32_t ___3_interactionIndex, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
int32_t V_2 = 0;
|
|
{
|
|
// SplitUpMapAndControlAndBindingIndex(mapControlAndBindingIndex, out var mapIndex, out var controlIndex, out var bindingIndex);
|
|
int64_t L_0 = ___2_mapControlAndBindingIndex;
|
|
InputActionState_SplitUpMapAndControlAndBindingIndex_mBD7F3F58366FE5EEE89419ECAF9CE835E7735F0A(__this, L_0, (&V_0), (&V_1), (&V_2), NULL);
|
|
// ProcessTimeout(time, mapIndex, controlIndex, bindingIndex, interactionIndex);
|
|
double L_1 = ___1_time;
|
|
int32_t L_2 = V_0;
|
|
int32_t L_3 = V_1;
|
|
int32_t L_4 = V_2;
|
|
int32_t L_5 = ___3_interactionIndex;
|
|
InputActionState_ProcessTimeout_mABA99DEABD2674CE5AF5C66EB048046B8B867CB9(__this, L_1, L_2, L_3, L_4, L_5, NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Int64 UnityEngine.InputSystem.InputActionState::ToCombinedMapAndControlAndBindingIndex(System.Int32,System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t InputActionState_ToCombinedMapAndControlAndBindingIndex_mFE5669F21048E72B1E6DF5E7DFD8A4C7A2B6C1C3 (InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* __this, int32_t ___0_mapIndex, int32_t ___1_controlIndex, int32_t ___2_bindingIndex, const RuntimeMethod* method)
|
|
{
|
|
uint16_t V_0 = 0;
|
|
{
|
|
// var complexity = controlGroupingAndComplexity[controlIndex * 2 + 1];
|
|
uint16_t* L_0;
|
|
L_0 = InputActionState_get_controlGroupingAndComplexity_mCC4F6F2A155AFF6A04B5997ABAE6E0617A4118F3(__this, NULL);
|
|
int32_t L_1 = ___1_controlIndex;
|
|
int32_t L_2 = *((uint16_t*)((uint16_t*)il2cpp_codegen_add((intptr_t)L_0, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_multiply(L_1, 2)), 1))), 2)))));
|
|
V_0 = (uint16_t)L_2;
|
|
// var result = (long)controlIndex;
|
|
int32_t L_3 = ___1_controlIndex;
|
|
// result |= (long)bindingIndex << 24;
|
|
int32_t L_4 = ___2_bindingIndex;
|
|
// result |= (long)mapIndex << 40;
|
|
int32_t L_5 = ___0_mapIndex;
|
|
// result |= (long)complexity << 48;
|
|
uint16_t L_6 = V_0;
|
|
// return result;
|
|
return ((int64_t)(((int64_t)(((int64_t)(((int64_t)L_3)|((int64_t)(((int64_t)L_4)<<((int32_t)24)))))|((int64_t)(((int64_t)L_5)<<((int32_t)40)))))|((int64_t)(((int64_t)(uint64_t)L_6)<<((int32_t)48)))));
|
|
}
|
|
}
|
|
// System.Void UnityEngine.InputSystem.InputActionState::SplitUpMapAndControlAndBindingIndex(System.Int64,System.Int32&,System.Int32&,System.Int32&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionState_SplitUpMapAndControlAndBindingIndex_mBD7F3F58366FE5EEE89419ECAF9CE835E7735F0A (InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* __this, int64_t ___0_mapControlAndBindingIndex, int32_t* ___1_mapIndex, int32_t* ___2_controlIndex, int32_t* ___3_bindingIndex, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// controlIndex = (int)(mapControlAndBindingIndex & 0x00ffffff);
|
|
int32_t* L_0 = ___2_controlIndex;
|
|
int64_t L_1 = ___0_mapControlAndBindingIndex;
|
|
*((int32_t*)L_0) = (int32_t)((int32_t)((int64_t)(L_1&((int64_t)((int32_t)16777215)))));
|
|
// bindingIndex = (int)((mapControlAndBindingIndex >> 24) & 0xffff);
|
|
int32_t* L_2 = ___3_bindingIndex;
|
|
int64_t L_3 = ___0_mapControlAndBindingIndex;
|
|
*((int32_t*)L_2) = (int32_t)((int32_t)((int64_t)(((int64_t)(L_3>>((int32_t)24)))&((int64_t)((int32_t)65535)))));
|
|
// mapIndex = (int)((mapControlAndBindingIndex >> 40) & 0xff);
|
|
int32_t* L_4 = ___1_mapIndex;
|
|
int64_t L_5 = ___0_mapControlAndBindingIndex;
|
|
*((int32_t*)L_4) = (int32_t)((int32_t)((int64_t)(((int64_t)(L_5>>((int32_t)40)))&((int64_t)((int32_t)255)))));
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Int32 UnityEngine.InputSystem.InputActionState::GetComplexityFromMonitorIndex(System.Int64)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t InputActionState_GetComplexityFromMonitorIndex_m1F1C7435841BDD58A1FA3E57C6381EF1803085F3 (int64_t ___0_mapControlAndBindingIndex, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// return (int)((mapControlAndBindingIndex >> 48) & 0xff);
|
|
int64_t L_0 = ___0_mapControlAndBindingIndex;
|
|
return ((int32_t)((int64_t)(((int64_t)(L_0>>((int32_t)48)))&((int64_t)((int32_t)255)))));
|
|
}
|
|
}
|
|
// System.Void UnityEngine.InputSystem.InputActionState::ProcessControlStateChange(System.Int32,System.Int32,System.Int32,System.Double,UnityEngine.InputSystem.LowLevel.InputEventPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionState_ProcessControlStateChange_m98A7933A34DC1E17174CA78E5DD077E347F5799A (InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* __this, int32_t ___0_mapIndex, int32_t ___1_controlIndex, int32_t ___2_bindingIndex, double ___3_time, InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0 ___4_eventPtr, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
DeferBindingResolutionWrapper_tBEB0D0DEA05F9681F0189610B4D7B0CEAD32AC8C* V_0 = NULL;
|
|
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* V_1 = NULL;
|
|
int32_t V_2 = 0;
|
|
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D V_3;
|
|
memset((&V_3), 0, sizeof(V_3));
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* V_4 = NULL;
|
|
bool V_5 = false;
|
|
bool V_6 = false;
|
|
int32_t V_7 = 0;
|
|
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D V_8;
|
|
memset((&V_8), 0, sizeof(V_8));
|
|
int32_t V_9 = 0;
|
|
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* V_10 = NULL;
|
|
int32_t V_11 = 0;
|
|
InputBindingCompositeContext_t961CAA1DF29D7D4E0AE0AEF22400B285E17B1390 V_12;
|
|
memset((&V_12), 0, sizeof(V_12));
|
|
int32_t V_13 = 0;
|
|
InputBindingCompositeContext_t961CAA1DF29D7D4E0AE0AEF22400B285E17B1390 V_14;
|
|
memset((&V_14), 0, sizeof(V_14));
|
|
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* G_B4_0 = NULL;
|
|
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* G_B3_0 = NULL;
|
|
int32_t G_B5_0 = 0;
|
|
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* G_B5_1 = NULL;
|
|
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* G_B7_0 = NULL;
|
|
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* G_B6_0 = NULL;
|
|
int32_t G_B8_0 = 0;
|
|
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* G_B8_1 = NULL;
|
|
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* G_B12_0 = NULL;
|
|
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* G_B11_0 = NULL;
|
|
float G_B13_0 = 0.0f;
|
|
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* G_B13_1 = NULL;
|
|
{
|
|
// using (InputActionRebindingExtensions.DeferBindingResolution())
|
|
DeferBindingResolutionWrapper_tBEB0D0DEA05F9681F0189610B4D7B0CEAD32AC8C* L_0;
|
|
L_0 = InputActionRebindingExtensions_DeferBindingResolution_m05E2D1866743FA3C80331F1D95D91EA32EBD5E99(NULL);
|
|
V_0 = L_0;
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_027d:
|
|
{// begin finally (depth: 1)
|
|
{
|
|
DeferBindingResolutionWrapper_tBEB0D0DEA05F9681F0189610B4D7B0CEAD32AC8C* L_1 = V_0;
|
|
if (!L_1)
|
|
{
|
|
goto IL_0286;
|
|
}
|
|
}
|
|
{
|
|
DeferBindingResolutionWrapper_tBEB0D0DEA05F9681F0189610B4D7B0CEAD32AC8C* L_2 = V_0;
|
|
NullCheck(L_2);
|
|
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_2);
|
|
}
|
|
|
|
IL_0286:
|
|
{
|
|
return;
|
|
}
|
|
}// end finally (depth: 1)
|
|
});
|
|
try
|
|
{// begin try (depth: 1)
|
|
{
|
|
// m_InProcessControlStateChange = true;
|
|
__this->___m_InProcessControlStateChange_10 = (bool)1;
|
|
// m_CurrentlyProcessingThisEvent = eventPtr;
|
|
InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0 L_3 = ___4_eventPtr;
|
|
__this->___m_CurrentlyProcessingThisEvent_11 = L_3;
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_0269_1:
|
|
{// begin finally (depth: 2)
|
|
// m_InProcessControlStateChange = default;
|
|
__this->___m_InProcessControlStateChange_10 = (bool)0;
|
|
// m_CurrentlyProcessingThisEvent = default;
|
|
InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0* L_4 = (&__this->___m_CurrentlyProcessingThisEvent_11);
|
|
il2cpp_codegen_initobj(L_4, sizeof(InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0));
|
|
// }
|
|
return;
|
|
}// end finally (depth: 2)
|
|
});
|
|
try
|
|
{// begin try (depth: 2)
|
|
{
|
|
// var bindingStatePtr = &bindingStates[bindingIndex];
|
|
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* L_5;
|
|
L_5 = InputActionState_get_bindingStates_mF497553BC159C0B3BFE6A8BAD6336EB09CB4B2DE(__this, NULL);
|
|
int32_t L_6 = ___2_bindingIndex;
|
|
uint32_t L_7 = sizeof(BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA);
|
|
V_1 = (BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)((uintptr_t)((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)il2cpp_codegen_add((intptr_t)L_5, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_6), (int32_t)L_7)))));
|
|
// var actionIndex = bindingStatePtr->actionIndex;
|
|
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* L_8 = V_1;
|
|
int32_t L_9;
|
|
L_9 = BindingState_get_actionIndex_m086C5EA34E744AAC4C9D94DC9A878030EEECC96F((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)L_8, NULL);
|
|
V_2 = L_9;
|
|
// var trigger = new TriggerState
|
|
// {
|
|
// mapIndex = mapIndex,
|
|
// controlIndex = controlIndex,
|
|
// bindingIndex = bindingIndex,
|
|
// interactionIndex = kInvalidIndex,
|
|
// time = time,
|
|
// startTime = time,
|
|
// isPassThrough = actionIndex != kInvalidIndex && actionStates[actionIndex].isPassThrough,
|
|
// isButton = actionIndex != kInvalidIndex && actionStates[actionIndex].isButton,
|
|
// };
|
|
il2cpp_codegen_initobj((&V_8), sizeof(TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D));
|
|
int32_t L_10 = ___0_mapIndex;
|
|
TriggerState_set_mapIndex_mA74FE020F8DB85B61A16EE6BF0BE4A58C48A4923((&V_8), L_10, NULL);
|
|
int32_t L_11 = ___1_controlIndex;
|
|
TriggerState_set_controlIndex_m22920FF140D4A3E3738DFC782BD851BC7E2B6266((&V_8), L_11, NULL);
|
|
int32_t L_12 = ___2_bindingIndex;
|
|
TriggerState_set_bindingIndex_m11CEA53F0EDB785459A2038B9224D1C9BE2CE494((&V_8), L_12, NULL);
|
|
TriggerState_set_interactionIndex_mEB92C007E39BD22BE638934BD159148764618164((&V_8), (-1), NULL);
|
|
double L_13 = ___3_time;
|
|
TriggerState_set_time_m316DF2AFC1F34386975756AB652DB628B954CEA5_inline((&V_8), L_13, NULL);
|
|
double L_14 = ___3_time;
|
|
TriggerState_set_startTime_mE949DC15C580566A6C93904D659C91E1AC633609_inline((&V_8), L_14, NULL);
|
|
int32_t L_15 = V_2;
|
|
G_B3_0 = (&V_8);
|
|
if ((((int32_t)L_15) == ((int32_t)(-1))))
|
|
{
|
|
G_B4_0 = (&V_8);
|
|
goto IL_0085_2;
|
|
}
|
|
}
|
|
{
|
|
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_16;
|
|
L_16 = InputActionState_get_actionStates_mFDC87519E9E826C5DAEE9E13058312FF82E16E0B(__this, NULL);
|
|
int32_t L_17 = V_2;
|
|
uint32_t L_18 = sizeof(TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D);
|
|
bool L_19;
|
|
L_19 = TriggerState_get_isPassThrough_mB7D87BF1876C0E39D9F556AC7CB4A8A08BB331EA((TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*)((TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*)il2cpp_codegen_add((intptr_t)L_16, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_17), (int32_t)L_18)))), NULL);
|
|
G_B5_0 = ((int32_t)(L_19));
|
|
G_B5_1 = G_B3_0;
|
|
goto IL_0086_2;
|
|
}
|
|
|
|
IL_0085_2:
|
|
{
|
|
G_B5_0 = 0;
|
|
G_B5_1 = G_B4_0;
|
|
}
|
|
|
|
IL_0086_2:
|
|
{
|
|
TriggerState_set_isPassThrough_mB79395E044730B34F0C358AA576513FD07AFF6D8(G_B5_1, (bool)G_B5_0, NULL);
|
|
int32_t L_20 = V_2;
|
|
G_B6_0 = (&V_8);
|
|
if ((((int32_t)L_20) == ((int32_t)(-1))))
|
|
{
|
|
G_B7_0 = (&V_8);
|
|
goto IL_00a8_2;
|
|
}
|
|
}
|
|
{
|
|
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_21;
|
|
L_21 = InputActionState_get_actionStates_mFDC87519E9E826C5DAEE9E13058312FF82E16E0B(__this, NULL);
|
|
int32_t L_22 = V_2;
|
|
uint32_t L_23 = sizeof(TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D);
|
|
bool L_24;
|
|
L_24 = TriggerState_get_isButton_mEFE0D6005E46DEFA45A5CC6784C70543B72B583A((TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*)((TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*)il2cpp_codegen_add((intptr_t)L_21, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_22), (int32_t)L_23)))), NULL);
|
|
G_B8_0 = ((int32_t)(L_24));
|
|
G_B8_1 = G_B6_0;
|
|
goto IL_00a9_2;
|
|
}
|
|
|
|
IL_00a8_2:
|
|
{
|
|
G_B8_0 = 0;
|
|
G_B8_1 = G_B7_0;
|
|
}
|
|
|
|
IL_00a9_2:
|
|
{
|
|
TriggerState_set_isButton_mA84B356F7660D59E0565BCFAA3FD493C4DFE949D(G_B8_1, (bool)G_B8_0, NULL);
|
|
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D L_25 = V_8;
|
|
V_3 = L_25;
|
|
// if (m_OnBeforeUpdateHooked)
|
|
bool L_26 = __this->___m_OnBeforeUpdateHooked_8;
|
|
if (!L_26)
|
|
{
|
|
goto IL_00c0_2;
|
|
}
|
|
}
|
|
{
|
|
// bindingStatePtr->initialStateCheckPending = false;
|
|
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* L_27 = V_1;
|
|
BindingState_set_initialStateCheckPending_m02F0256CF0A2CD366377F69C0A587162BE4AAB8D((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)L_27, (bool)0, NULL);
|
|
}
|
|
|
|
IL_00c0_2:
|
|
{
|
|
// var control = controls[controlIndex];
|
|
InputControlU5BU5D_t0B951FEF1504D6340387C4735F5D6F426F40FE17* L_28 = __this->___controls_2;
|
|
int32_t L_29 = ___1_controlIndex;
|
|
NullCheck(L_28);
|
|
int32_t L_30 = L_29;
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_31 = (L_28)->GetAt(static_cast<il2cpp_array_size_t>(L_30));
|
|
V_4 = L_31;
|
|
// trigger.magnitude = control.CheckStateIsAtDefault() ? 0f : control.EvaluateMagnitude();
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_32 = V_4;
|
|
bool L_33;
|
|
L_33 = InputControlExtensions_CheckStateIsAtDefault_m8C55E5D5B66053B46D87FF8851F206550A24819E(L_32, NULL);
|
|
G_B11_0 = (&V_3);
|
|
if (L_33)
|
|
{
|
|
G_B12_0 = (&V_3);
|
|
goto IL_00de_2;
|
|
}
|
|
}
|
|
{
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_34 = V_4;
|
|
NullCheck(L_34);
|
|
float L_35;
|
|
L_35 = InputControl_EvaluateMagnitude_mA16CB7AD6DBA9C7D91FBAFE823D30141B2A88F58(L_34, NULL);
|
|
G_B13_0 = L_35;
|
|
G_B13_1 = G_B11_0;
|
|
goto IL_00e3_2;
|
|
}
|
|
|
|
IL_00de_2:
|
|
{
|
|
G_B13_0 = (0.0f);
|
|
G_B13_1 = G_B12_0;
|
|
}
|
|
|
|
IL_00e3_2:
|
|
{
|
|
TriggerState_set_magnitude_mA0137E16AE1583892CA47D1DCF18AFA2487B44C9(G_B13_1, G_B13_0, NULL);
|
|
// controlMagnitudes[controlIndex] = trigger.magnitude;
|
|
float* L_36;
|
|
L_36 = InputActionState_get_controlMagnitudes_mEF08D8D3E87DC58752AB27DE1F88FBC004C4D9D7(__this, NULL);
|
|
int32_t L_37 = ___1_controlIndex;
|
|
float L_38;
|
|
L_38 = TriggerState_get_magnitude_m69D6E5428A5409F494566C9847738D73DB0E4B53_inline((&V_3), NULL);
|
|
*((float*)((float*)il2cpp_codegen_add((intptr_t)L_36, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_37), 4))))) = (float)L_38;
|
|
// if (control.IsValueConsideredPressed(trigger.magnitude))
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_39 = V_4;
|
|
float L_40;
|
|
L_40 = TriggerState_get_magnitude_m69D6E5428A5409F494566C9847738D73DB0E4B53_inline((&V_3), NULL);
|
|
NullCheck(L_39);
|
|
bool L_41;
|
|
L_41 = InputControl_IsValueConsideredPressed_m08D42218CF549930DA6E83B0EF75DE8B40A33BF6(L_39, L_40, NULL);
|
|
if (!L_41)
|
|
{
|
|
goto IL_0138_2;
|
|
}
|
|
}
|
|
{
|
|
// if (bindingStatePtr->pressTime == default || bindingStatePtr->pressTime > trigger.time)
|
|
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* L_42 = V_1;
|
|
double L_43;
|
|
L_43 = BindingState_get_pressTime_m4B6FB5F9DCF16C18B649686BAEB840C281E40E47_inline((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)L_42, NULL);
|
|
if ((((double)L_43) == ((double)(0.0))))
|
|
{
|
|
goto IL_012b_2;
|
|
}
|
|
}
|
|
{
|
|
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* L_44 = V_1;
|
|
double L_45;
|
|
L_45 = BindingState_get_pressTime_m4B6FB5F9DCF16C18B649686BAEB840C281E40E47_inline((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)L_44, NULL);
|
|
double L_46;
|
|
L_46 = TriggerState_get_time_m24F76F03E47DEFAEB40652814E189E13433EA29C_inline((&V_3), NULL);
|
|
if ((!(((double)L_45) > ((double)L_46))))
|
|
{
|
|
goto IL_0138_2;
|
|
}
|
|
}
|
|
|
|
IL_012b_2:
|
|
{
|
|
// bindingStatePtr->pressTime = trigger.time;
|
|
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* L_47 = V_1;
|
|
double L_48;
|
|
L_48 = TriggerState_get_time_m24F76F03E47DEFAEB40652814E189E13433EA29C_inline((&V_3), NULL);
|
|
BindingState_set_pressTime_mDDC0159EFDB94A30296688B598166FF2D641300A_inline((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)L_47, L_48, NULL);
|
|
}
|
|
|
|
IL_0138_2:
|
|
{
|
|
// var haveInteractionsOnComposite = false;
|
|
V_5 = (bool)0;
|
|
// if (bindingStatePtr->isPartOfComposite)
|
|
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* L_49 = V_1;
|
|
bool L_50;
|
|
L_50 = BindingState_get_isPartOfComposite_m70F70F3B0BEFE2E296ECDAD016DA21F9A9574533((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)L_49, NULL);
|
|
if (!L_50)
|
|
{
|
|
goto IL_01fe_2;
|
|
}
|
|
}
|
|
{
|
|
// var compositeBindingIndex = bindingStatePtr->compositeOrCompositeBindingIndex;
|
|
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* L_51 = V_1;
|
|
int32_t L_52;
|
|
L_52 = BindingState_get_compositeOrCompositeBindingIndex_m383AEFE1AA276D530D90A4DBE19C5B957726CE34((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)L_51, NULL);
|
|
V_9 = L_52;
|
|
// var compositeBindingPtr = &bindingStates[compositeBindingIndex];
|
|
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* L_53;
|
|
L_53 = InputActionState_get_bindingStates_mF497553BC159C0B3BFE6A8BAD6336EB09CB4B2DE(__this, NULL);
|
|
int32_t L_54 = V_9;
|
|
uint32_t L_55 = sizeof(BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA);
|
|
V_10 = (BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)((uintptr_t)((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)il2cpp_codegen_add((intptr_t)L_53, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_54), (int32_t)L_55)))));
|
|
// if (ShouldIgnoreInputOnCompositeBinding(compositeBindingPtr, eventPtr))
|
|
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* L_56 = V_10;
|
|
InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0 L_57 = ___4_eventPtr;
|
|
InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5* L_58;
|
|
L_58 = InputEventPtr_op_Implicit_mB86DFF1D9054A0670DBBDFE4C3A11422F60EB209(L_57, NULL);
|
|
bool L_59;
|
|
L_59 = InputActionState_ShouldIgnoreInputOnCompositeBinding_mE1A5267891FB810DD5A31BD61FB5D2E3093D27B8(L_56, L_58, NULL);
|
|
if (!L_59)
|
|
{
|
|
goto IL_0177_2;
|
|
}
|
|
}
|
|
{
|
|
// return;
|
|
goto IL_0287;
|
|
}
|
|
|
|
IL_0177_2:
|
|
{
|
|
// var compositeIndex = bindingStates[compositeBindingIndex].compositeOrCompositeBindingIndex;
|
|
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* L_60;
|
|
L_60 = InputActionState_get_bindingStates_mF497553BC159C0B3BFE6A8BAD6336EB09CB4B2DE(__this, NULL);
|
|
int32_t L_61 = V_9;
|
|
uint32_t L_62 = sizeof(BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA);
|
|
int32_t L_63;
|
|
L_63 = BindingState_get_compositeOrCompositeBindingIndex_m383AEFE1AA276D530D90A4DBE19C5B957726CE34((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)il2cpp_codegen_add((intptr_t)L_60, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_61), (int32_t)L_62)))), NULL);
|
|
V_11 = L_63;
|
|
// var compositeContext = new InputBindingCompositeContext
|
|
// {
|
|
// m_State = this,
|
|
// m_BindingIndex = compositeBindingIndex
|
|
// };
|
|
il2cpp_codegen_initobj((&V_14), sizeof(InputBindingCompositeContext_t961CAA1DF29D7D4E0AE0AEF22400B285E17B1390));
|
|
(&V_14)->___m_State_0 = __this;
|
|
Il2CppCodeGenWriteBarrier((void**)(&(&V_14)->___m_State_0), (void*)__this);
|
|
int32_t L_64 = V_9;
|
|
(&V_14)->___m_BindingIndex_1 = L_64;
|
|
InputBindingCompositeContext_t961CAA1DF29D7D4E0AE0AEF22400B285E17B1390 L_65 = V_14;
|
|
V_12 = L_65;
|
|
// trigger.magnitude = composites[compositeIndex].EvaluateMagnitude(ref compositeContext);
|
|
InputBindingCompositeU5BU5D_tB9A645573A56F8DC9EC7AD84F1BE24C2B0F4319E* L_66 = __this->___composites_5;
|
|
int32_t L_67 = V_11;
|
|
NullCheck(L_66);
|
|
int32_t L_68 = L_67;
|
|
InputBindingComposite_tA9230435A30FB5B2D4967D6FAE7EFABBBF26C0C0* L_69 = (L_66)->GetAt(static_cast<il2cpp_array_size_t>(L_68));
|
|
NullCheck(L_69);
|
|
float L_70;
|
|
L_70 = VirtualFuncInvoker1< float, InputBindingCompositeContext_t961CAA1DF29D7D4E0AE0AEF22400B285E17B1390* >::Invoke(8 /* System.Single UnityEngine.InputSystem.InputBindingComposite::EvaluateMagnitude(UnityEngine.InputSystem.InputBindingCompositeContext&) */, L_69, (&V_12));
|
|
TriggerState_set_magnitude_mA0137E16AE1583892CA47D1DCF18AFA2487B44C9((&V_3), L_70, NULL);
|
|
// memory.compositeMagnitudes[compositeIndex] = trigger.magnitude;
|
|
UnmanagedMemory_t862EBE5224929ED0E2F989D790EB6B8633E612A2* L_71 = (&__this->___memory_7);
|
|
float* L_72 = L_71->___compositeMagnitudes_11;
|
|
int32_t L_73 = V_11;
|
|
float L_74;
|
|
L_74 = TriggerState_get_magnitude_m69D6E5428A5409F494566C9847738D73DB0E4B53_inline((&V_3), NULL);
|
|
*((float*)((float*)il2cpp_codegen_add((intptr_t)L_72, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_73), 4))))) = (float)L_74;
|
|
// var interactionCountOnComposite = compositeBindingPtr->interactionCount;
|
|
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* L_75 = V_10;
|
|
int32_t L_76;
|
|
L_76 = BindingState_get_interactionCount_mED48D9B70A4476FAF32F3628574321BC7132735C_inline((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)L_75, NULL);
|
|
V_13 = L_76;
|
|
// if (interactionCountOnComposite > 0)
|
|
int32_t L_77 = V_13;
|
|
if ((((int32_t)L_77) <= ((int32_t)0)))
|
|
{
|
|
goto IL_01fe_2;
|
|
}
|
|
}
|
|
{
|
|
// haveInteractionsOnComposite = true;
|
|
V_5 = (bool)1;
|
|
// ProcessInteractions(ref trigger,
|
|
// compositeBindingPtr->interactionStartIndex,
|
|
// interactionCountOnComposite);
|
|
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* L_78 = V_10;
|
|
int32_t L_79;
|
|
L_79 = BindingState_get_interactionStartIndex_m4439E4A04B1884E5ACB3B5EDE03C0B5DAB78D09B((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)L_78, NULL);
|
|
int32_t L_80 = V_13;
|
|
InputActionState_ProcessInteractions_m2DAC0EB74024B9AE2A3C7CCB7200B311A84A8D98(__this, (&V_3), L_79, L_80, NULL);
|
|
}
|
|
|
|
IL_01fe_2:
|
|
{
|
|
// var isConflictingInput = IsConflictingInput(ref trigger, actionIndex);
|
|
int32_t L_81 = V_2;
|
|
bool L_82;
|
|
L_82 = InputActionState_IsConflictingInput_m7C2BAAF79242C27F43B99984887C083EDADCAB8A(__this, (&V_3), L_81, NULL);
|
|
V_6 = L_82;
|
|
// bindingStatePtr = &bindingStates[trigger.bindingIndex]; // IsConflictingInput may switch us to a different binding.
|
|
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* L_83;
|
|
L_83 = InputActionState_get_bindingStates_mF497553BC159C0B3BFE6A8BAD6336EB09CB4B2DE(__this, NULL);
|
|
int32_t L_84;
|
|
L_84 = TriggerState_get_bindingIndex_mD851F8DDC14C14E5FE80E64F78F24A4FE8328133_inline((&V_3), NULL);
|
|
uint32_t L_85 = sizeof(BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA);
|
|
V_1 = (BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)((uintptr_t)((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)il2cpp_codegen_add((intptr_t)L_83, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_84), (int32_t)L_85)))));
|
|
// if (!isConflictingInput)
|
|
bool L_86 = V_6;
|
|
if (L_86)
|
|
{
|
|
goto IL_022f_2;
|
|
}
|
|
}
|
|
{
|
|
// ProcessButtonState(ref trigger, actionIndex, bindingStatePtr);
|
|
int32_t L_87 = V_2;
|
|
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* L_88 = V_1;
|
|
InputActionState_ProcessButtonState_m3238234B40491CD61C2E055DC1BFEA4BE746530A(__this, (&V_3), L_87, L_88, NULL);
|
|
}
|
|
|
|
IL_022f_2:
|
|
{
|
|
// var interactionCount = bindingStatePtr->interactionCount;
|
|
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* L_89 = V_1;
|
|
int32_t L_90;
|
|
L_90 = BindingState_get_interactionCount_mED48D9B70A4476FAF32F3628574321BC7132735C_inline((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)L_89, NULL);
|
|
V_7 = L_90;
|
|
// if (interactionCount > 0 && !bindingStatePtr->isPartOfComposite)
|
|
int32_t L_91 = V_7;
|
|
if ((((int32_t)L_91) <= ((int32_t)0)))
|
|
{
|
|
goto IL_0256_2;
|
|
}
|
|
}
|
|
{
|
|
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* L_92 = V_1;
|
|
bool L_93;
|
|
L_93 = BindingState_get_isPartOfComposite_m70F70F3B0BEFE2E296ECDAD016DA21F9A9574533((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)L_92, NULL);
|
|
if (L_93)
|
|
{
|
|
goto IL_0256_2;
|
|
}
|
|
}
|
|
{
|
|
// ProcessInteractions(ref trigger, bindingStatePtr->interactionStartIndex, interactionCount);
|
|
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* L_94 = V_1;
|
|
int32_t L_95;
|
|
L_95 = BindingState_get_interactionStartIndex_m4439E4A04B1884E5ACB3B5EDE03C0B5DAB78D09B((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)L_94, NULL);
|
|
int32_t L_96 = V_7;
|
|
InputActionState_ProcessInteractions_m2DAC0EB74024B9AE2A3C7CCB7200B311A84A8D98(__this, (&V_3), L_95, L_96, NULL);
|
|
goto IL_0287;
|
|
}
|
|
|
|
IL_0256_2:
|
|
{
|
|
// else if (!haveInteractionsOnComposite && !isConflictingInput)
|
|
bool L_97 = V_5;
|
|
if (L_97)
|
|
{
|
|
goto IL_0267_2;
|
|
}
|
|
}
|
|
{
|
|
bool L_98 = V_6;
|
|
if (L_98)
|
|
{
|
|
goto IL_0267_2;
|
|
}
|
|
}
|
|
{
|
|
// ProcessDefaultInteraction(ref trigger, actionIndex);
|
|
int32_t L_99 = V_2;
|
|
InputActionState_ProcessDefaultInteraction_m9E8267CD0556F656E8EA960015AC60CC9FF25138(__this, (&V_3), L_99, NULL);
|
|
}
|
|
|
|
IL_0267_2:
|
|
{
|
|
// }
|
|
goto IL_0287;
|
|
}
|
|
}// end try (depth: 2)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
}// end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_0287:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.InputSystem.InputActionState::ProcessButtonState(UnityEngine.InputSystem.InputActionState/TriggerState&,System.Int32,UnityEngine.InputSystem.InputActionState/BindingState*)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionState_ProcessButtonState_m3238234B40491CD61C2E055DC1BFEA4BE746530A (InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* __this, TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* ___0_trigger, int32_t ___1_actionIndex, BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* ___2_bindingStatePtr, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputUpdate_t3D4F0AD6CD83C86A73B8165929FF0CB151A07CCD_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* V_0 = NULL;
|
|
float V_1 = 0.0f;
|
|
float V_2 = 0.0f;
|
|
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* V_3 = NULL;
|
|
float V_4 = 0.0f;
|
|
float G_B3_0 = 0.0f;
|
|
{
|
|
// var control = controls[trigger.controlIndex];
|
|
InputControlU5BU5D_t0B951FEF1504D6340387C4735F5D6F426F40FE17* L_0 = __this->___controls_2;
|
|
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_1 = ___0_trigger;
|
|
int32_t L_2;
|
|
L_2 = TriggerState_get_controlIndex_m61654A5C957F0DE7C600F5741F4BA5EE901DAF14(L_1, NULL);
|
|
NullCheck(L_0);
|
|
int32_t L_3 = L_2;
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_4 = (L_0)->GetAt(static_cast<il2cpp_array_size_t>(L_3));
|
|
V_0 = L_4;
|
|
// var pressPoint = control.isButton
|
|
// ? ((ButtonControl)control).pressPointOrDefault
|
|
// : ButtonControl.s_GlobalDefaultButtonPressPoint;
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_5 = V_0;
|
|
NullCheck(L_5);
|
|
bool L_6;
|
|
L_6 = InputControl_get_isButton_m4634F4F40450AA969DA851B73E2A2226239F3BEF(L_5, NULL);
|
|
if (L_6)
|
|
{
|
|
goto IL_001d;
|
|
}
|
|
}
|
|
{
|
|
float L_7 = ((ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF_StaticFields*)il2cpp_codegen_static_fields_for(ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF_il2cpp_TypeInfo_var))->___s_GlobalDefaultButtonPressPoint_34;
|
|
G_B3_0 = L_7;
|
|
goto IL_0028;
|
|
}
|
|
|
|
IL_001d:
|
|
{
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_8 = V_0;
|
|
NullCheck(((ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF*)CastclassClass((RuntimeObject*)L_8, ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF_il2cpp_TypeInfo_var)));
|
|
float L_9;
|
|
L_9 = ButtonControl_get_pressPointOrDefault_mE386900B1B58DDD0099C2F309E57AFBEB49F9F9D(((ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF*)CastclassClass((RuntimeObject*)L_8, ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF_il2cpp_TypeInfo_var)), NULL);
|
|
G_B3_0 = L_9;
|
|
}
|
|
|
|
IL_0028:
|
|
{
|
|
V_1 = G_B3_0;
|
|
// var controlActuation = controlMagnitudes[trigger.controlIndex];
|
|
float* L_10;
|
|
L_10 = InputActionState_get_controlMagnitudes_mEF08D8D3E87DC58752AB27DE1F88FBC004C4D9D7(__this, NULL);
|
|
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_11 = ___0_trigger;
|
|
int32_t L_12;
|
|
L_12 = TriggerState_get_controlIndex_m61654A5C957F0DE7C600F5741F4BA5EE901DAF14(L_11, NULL);
|
|
float L_13 = *((float*)((float*)il2cpp_codegen_add((intptr_t)L_10, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_12), 4)))));
|
|
// if (controlActuation <= pressPoint * ButtonControl.s_GlobalDefaultButtonReleaseThreshold)
|
|
float L_14 = V_1;
|
|
float L_15 = ((ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF_StaticFields*)il2cpp_codegen_static_fields_for(ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF_il2cpp_TypeInfo_var))->___s_GlobalDefaultButtonReleaseThreshold_35;
|
|
if ((!(((float)L_13) <= ((float)((float)il2cpp_codegen_multiply(L_14, L_15))))))
|
|
{
|
|
goto IL_0052;
|
|
}
|
|
}
|
|
{
|
|
// bindingStatePtr->pressTime = 0d;
|
|
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* L_16 = ___2_bindingStatePtr;
|
|
BindingState_set_pressTime_mDDC0159EFDB94A30296688B598166FF2D641300A_inline((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)L_16, (0.0), NULL);
|
|
}
|
|
|
|
IL_0052:
|
|
{
|
|
// var actuation = trigger.magnitude;
|
|
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_17 = ___0_trigger;
|
|
float L_18;
|
|
L_18 = TriggerState_get_magnitude_m69D6E5428A5409F494566C9847738D73DB0E4B53_inline(L_17, NULL);
|
|
V_2 = L_18;
|
|
// var actionState = &actionStates[actionIndex];
|
|
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_19;
|
|
L_19 = InputActionState_get_actionStates_mFDC87519E9E826C5DAEE9E13058312FF82E16E0B(__this, NULL);
|
|
int32_t L_20 = ___1_actionIndex;
|
|
uint32_t L_21 = sizeof(TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D);
|
|
V_3 = (TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*)((uintptr_t)((TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*)il2cpp_codegen_add((intptr_t)L_19, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_20), (int32_t)L_21)))));
|
|
// if (!actionState->isPressed && actuation >= pressPoint)
|
|
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_22 = V_3;
|
|
bool L_23;
|
|
L_23 = TriggerState_get_isPressed_m605D8D11246CD07B2B8A926889E189E468235A8F((TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*)L_22, NULL);
|
|
if (L_23)
|
|
{
|
|
goto IL_008a;
|
|
}
|
|
}
|
|
{
|
|
float L_24 = V_2;
|
|
float L_25 = V_1;
|
|
if ((!(((float)L_24) >= ((float)L_25))))
|
|
{
|
|
goto IL_008a;
|
|
}
|
|
}
|
|
{
|
|
// actionState->pressedInUpdate = InputUpdate.s_UpdateStepCount;
|
|
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_26 = V_3;
|
|
uint32_t L_27 = ((InputUpdate_t3D4F0AD6CD83C86A73B8165929FF0CB151A07CCD_StaticFields*)il2cpp_codegen_static_fields_for(InputUpdate_t3D4F0AD6CD83C86A73B8165929FF0CB151A07CCD_il2cpp_TypeInfo_var))->___s_UpdateStepCount_0;
|
|
TriggerState_set_pressedInUpdate_m6C8318D4DE435B22A2277E4836F45274A8A14A5B_inline((TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*)L_26, L_27, NULL);
|
|
// actionState->isPressed = true;
|
|
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_28 = V_3;
|
|
TriggerState_set_isPressed_m9986CFE49D3E5842C1DA6E082F6F33DCA187B8D5((TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*)L_28, (bool)1, NULL);
|
|
return;
|
|
}
|
|
|
|
IL_008a:
|
|
{
|
|
// else if (actionState->isPressed)
|
|
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_29 = V_3;
|
|
bool L_30;
|
|
L_30 = TriggerState_get_isPressed_m605D8D11246CD07B2B8A926889E189E468235A8F((TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*)L_29, NULL);
|
|
if (!L_30)
|
|
{
|
|
goto IL_00b2;
|
|
}
|
|
}
|
|
{
|
|
// var releasePoint = pressPoint * ButtonControl.s_GlobalDefaultButtonReleaseThreshold;
|
|
float L_31 = V_1;
|
|
float L_32 = ((ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF_StaticFields*)il2cpp_codegen_static_fields_for(ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF_il2cpp_TypeInfo_var))->___s_GlobalDefaultButtonReleaseThreshold_35;
|
|
V_4 = ((float)il2cpp_codegen_multiply(L_31, L_32));
|
|
// if (actuation <= releasePoint)
|
|
float L_33 = V_2;
|
|
float L_34 = V_4;
|
|
if ((!(((float)L_33) <= ((float)L_34))))
|
|
{
|
|
goto IL_00b2;
|
|
}
|
|
}
|
|
{
|
|
// actionState->releasedInUpdate = InputUpdate.s_UpdateStepCount;
|
|
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_35 = V_3;
|
|
uint32_t L_36 = ((InputUpdate_t3D4F0AD6CD83C86A73B8165929FF0CB151A07CCD_StaticFields*)il2cpp_codegen_static_fields_for(InputUpdate_t3D4F0AD6CD83C86A73B8165929FF0CB151A07CCD_il2cpp_TypeInfo_var))->___s_UpdateStepCount_0;
|
|
TriggerState_set_releasedInUpdate_mB50246B19DDC67E032785E0C601E0EE6F81FF737_inline((TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*)L_35, L_36, NULL);
|
|
// actionState->isPressed = false;
|
|
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_37 = V_3;
|
|
TriggerState_set_isPressed_m9986CFE49D3E5842C1DA6E082F6F33DCA187B8D5((TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*)L_37, (bool)0, NULL);
|
|
}
|
|
|
|
IL_00b2:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Boolean UnityEngine.InputSystem.InputActionState::ShouldIgnoreInputOnCompositeBinding(UnityEngine.InputSystem.InputActionState/BindingState*,UnityEngine.InputSystem.LowLevel.InputEvent*)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputActionState_ShouldIgnoreInputOnCompositeBinding_mE1A5267891FB810DD5A31BD61FB5D2E3093D27B8 (BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* ___0_binding, InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5* ___1_eventPtr, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
{
|
|
// if (eventPtr == null)
|
|
InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5* L_0 = ___1_eventPtr;
|
|
if ((!(((uintptr_t)L_0) == ((uintptr_t)((uintptr_t)0)))))
|
|
{
|
|
goto IL_0007;
|
|
}
|
|
}
|
|
{
|
|
// return false;
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0007:
|
|
{
|
|
// var eventId = eventPtr->eventId;
|
|
InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5* L_1 = ___1_eventPtr;
|
|
int32_t L_2;
|
|
L_2 = InputEvent_get_eventId_mD480444BF28136F8FF8288C83C4489B9A6B992A0((InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5*)L_1, NULL);
|
|
V_0 = L_2;
|
|
// if (eventId != 0 && binding->triggerEventIdForComposite == eventId)
|
|
int32_t L_3 = V_0;
|
|
if (!L_3)
|
|
{
|
|
goto IL_001c;
|
|
}
|
|
}
|
|
{
|
|
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* L_4 = ___0_binding;
|
|
int32_t L_5;
|
|
L_5 = BindingState_get_triggerEventIdForComposite_m3D7E7E524EFB329F4EE66CC8988173A2764A2444_inline((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)L_4, NULL);
|
|
int32_t L_6 = V_0;
|
|
if ((!(((uint32_t)L_5) == ((uint32_t)L_6))))
|
|
{
|
|
goto IL_001c;
|
|
}
|
|
}
|
|
{
|
|
// return true;
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_001c:
|
|
{
|
|
// binding->triggerEventIdForComposite = eventId;
|
|
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* L_7 = ___0_binding;
|
|
int32_t L_8 = V_0;
|
|
BindingState_set_triggerEventIdForComposite_mDEA5F26E6130E09D3ED2D62554F47F5F0B978307_inline((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)L_7, L_8, NULL);
|
|
// return false;
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Boolean UnityEngine.InputSystem.InputActionState::IsConflictingInput(UnityEngine.InputSystem.InputActionState/TriggerState&,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputActionState_IsConflictingInput_m7C2BAAF79242C27F43B99984887C083EDADCAB8A (InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* __this, TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* ___0_trigger, int32_t ___1_actionIndex, const RuntimeMethod* method)
|
|
{
|
|
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* V_0 = NULL;
|
|
int32_t V_1 = 0;
|
|
int32_t V_2 = 0;
|
|
bool V_3 = false;
|
|
int32_t V_4 = 0;
|
|
int32_t V_5 = 0;
|
|
uint16_t V_6 = 0;
|
|
uint16_t V_7 = 0;
|
|
float V_8 = 0.0f;
|
|
int32_t V_9 = 0;
|
|
int32_t V_10 = 0;
|
|
int32_t V_11 = 0;
|
|
int32_t V_12 = 0;
|
|
uint16_t V_13 = 0;
|
|
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* V_14 = NULL;
|
|
int32_t V_15 = 0;
|
|
int32_t V_16 = 0;
|
|
float V_17 = 0.0f;
|
|
int32_t V_18 = 0;
|
|
int32_t V_19 = 0;
|
|
float V_20 = 0.0f;
|
|
int32_t V_21 = 0;
|
|
int32_t V_22 = 0;
|
|
int32_t V_23 = 0;
|
|
int32_t G_B11_0 = 0;
|
|
{
|
|
// var actionState = &actionStates[actionIndex];
|
|
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_0;
|
|
L_0 = InputActionState_get_actionStates_mFDC87519E9E826C5DAEE9E13058312FF82E16E0B(__this, NULL);
|
|
int32_t L_1 = ___1_actionIndex;
|
|
uint32_t L_2 = sizeof(TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D);
|
|
V_0 = (TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*)((uintptr_t)((TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*)il2cpp_codegen_add((intptr_t)L_0, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_1), (int32_t)L_2)))));
|
|
// if (!actionState->mayNeedConflictResolution)
|
|
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_3 = V_0;
|
|
bool L_4;
|
|
L_4 = TriggerState_get_mayNeedConflictResolution_mA75E74E05A52014904B4B9816A4E8CB79441CC04((TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*)L_3, NULL);
|
|
if (L_4)
|
|
{
|
|
goto IL_001c;
|
|
}
|
|
}
|
|
{
|
|
// return false;
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_001c:
|
|
{
|
|
// var triggerControlIndex = trigger.controlIndex;
|
|
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_5 = ___0_trigger;
|
|
int32_t L_6;
|
|
L_6 = TriggerState_get_controlIndex_m61654A5C957F0DE7C600F5741F4BA5EE901DAF14(L_5, NULL);
|
|
V_1 = L_6;
|
|
// if (bindingStates[trigger.bindingIndex].isPartOfComposite)
|
|
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* L_7;
|
|
L_7 = InputActionState_get_bindingStates_mF497553BC159C0B3BFE6A8BAD6336EB09CB4B2DE(__this, NULL);
|
|
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_8 = ___0_trigger;
|
|
int32_t L_9;
|
|
L_9 = TriggerState_get_bindingIndex_mD851F8DDC14C14E5FE80E64F78F24A4FE8328133_inline(L_8, NULL);
|
|
uint32_t L_10 = sizeof(BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA);
|
|
bool L_11;
|
|
L_11 = BindingState_get_isPartOfComposite_m70F70F3B0BEFE2E296ECDAD016DA21F9A9574533((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)il2cpp_codegen_add((intptr_t)L_7, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_9), (int32_t)L_10)))), NULL);
|
|
if (!L_11)
|
|
{
|
|
goto IL_0072;
|
|
}
|
|
}
|
|
{
|
|
// var compositeBindingIndex = bindingStates[trigger.bindingIndex].compositeOrCompositeBindingIndex;
|
|
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* L_12;
|
|
L_12 = InputActionState_get_bindingStates_mF497553BC159C0B3BFE6A8BAD6336EB09CB4B2DE(__this, NULL);
|
|
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_13 = ___0_trigger;
|
|
int32_t L_14;
|
|
L_14 = TriggerState_get_bindingIndex_mD851F8DDC14C14E5FE80E64F78F24A4FE8328133_inline(L_13, NULL);
|
|
uint32_t L_15 = sizeof(BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA);
|
|
int32_t L_16;
|
|
L_16 = BindingState_get_compositeOrCompositeBindingIndex_m383AEFE1AA276D530D90A4DBE19C5B957726CE34((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)il2cpp_codegen_add((intptr_t)L_12, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_14), (int32_t)L_15)))), NULL);
|
|
V_4 = L_16;
|
|
// triggerControlIndex = bindingStates[compositeBindingIndex].controlStartIndex;
|
|
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* L_17;
|
|
L_17 = InputActionState_get_bindingStates_mF497553BC159C0B3BFE6A8BAD6336EB09CB4B2DE(__this, NULL);
|
|
int32_t L_18 = V_4;
|
|
uint32_t L_19 = sizeof(BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA);
|
|
int32_t L_20;
|
|
L_20 = BindingState_get_controlStartIndex_m092BC6AC34AC08B2EC1258A278AB4A7518407466_inline((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)il2cpp_codegen_add((intptr_t)L_17, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_18), (int32_t)L_19)))), NULL);
|
|
V_1 = L_20;
|
|
}
|
|
|
|
IL_0072:
|
|
{
|
|
// var actionStateControlIndex = actionState->controlIndex;
|
|
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_21 = V_0;
|
|
int32_t L_22;
|
|
L_22 = TriggerState_get_controlIndex_m61654A5C957F0DE7C600F5741F4BA5EE901DAF14((TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*)L_21, NULL);
|
|
V_2 = L_22;
|
|
// if (bindingStates[actionState->bindingIndex].isPartOfComposite)
|
|
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* L_23;
|
|
L_23 = InputActionState_get_bindingStates_mF497553BC159C0B3BFE6A8BAD6336EB09CB4B2DE(__this, NULL);
|
|
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_24 = V_0;
|
|
int32_t L_25;
|
|
L_25 = TriggerState_get_bindingIndex_mD851F8DDC14C14E5FE80E64F78F24A4FE8328133_inline((TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*)L_24, NULL);
|
|
uint32_t L_26 = sizeof(BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA);
|
|
bool L_27;
|
|
L_27 = BindingState_get_isPartOfComposite_m70F70F3B0BEFE2E296ECDAD016DA21F9A9574533((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)il2cpp_codegen_add((intptr_t)L_23, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_25), (int32_t)L_26)))), NULL);
|
|
if (!L_27)
|
|
{
|
|
goto IL_00c8;
|
|
}
|
|
}
|
|
{
|
|
// var compositeBindingIndex = bindingStates[actionState->bindingIndex].compositeOrCompositeBindingIndex;
|
|
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* L_28;
|
|
L_28 = InputActionState_get_bindingStates_mF497553BC159C0B3BFE6A8BAD6336EB09CB4B2DE(__this, NULL);
|
|
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_29 = V_0;
|
|
int32_t L_30;
|
|
L_30 = TriggerState_get_bindingIndex_mD851F8DDC14C14E5FE80E64F78F24A4FE8328133_inline((TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*)L_29, NULL);
|
|
uint32_t L_31 = sizeof(BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA);
|
|
int32_t L_32;
|
|
L_32 = BindingState_get_compositeOrCompositeBindingIndex_m383AEFE1AA276D530D90A4DBE19C5B957726CE34((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)il2cpp_codegen_add((intptr_t)L_28, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_30), (int32_t)L_31)))), NULL);
|
|
V_5 = L_32;
|
|
// actionStateControlIndex = bindingStates[compositeBindingIndex].controlStartIndex;
|
|
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* L_33;
|
|
L_33 = InputActionState_get_bindingStates_mF497553BC159C0B3BFE6A8BAD6336EB09CB4B2DE(__this, NULL);
|
|
int32_t L_34 = V_5;
|
|
uint32_t L_35 = sizeof(BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA);
|
|
int32_t L_36;
|
|
L_36 = BindingState_get_controlStartIndex_m092BC6AC34AC08B2EC1258A278AB4A7518407466_inline((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)il2cpp_codegen_add((intptr_t)L_33, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_34), (int32_t)L_35)))), NULL);
|
|
V_2 = L_36;
|
|
}
|
|
|
|
IL_00c8:
|
|
{
|
|
// if (actionStateControlIndex == kInvalidIndex)
|
|
int32_t L_37 = V_2;
|
|
if ((!(((uint32_t)L_37) == ((uint32_t)(-1)))))
|
|
{
|
|
goto IL_00da;
|
|
}
|
|
}
|
|
{
|
|
// actionState->magnitude = trigger.magnitude;
|
|
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_38 = V_0;
|
|
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_39 = ___0_trigger;
|
|
float L_40;
|
|
L_40 = TriggerState_get_magnitude_m69D6E5428A5409F494566C9847738D73DB0E4B53_inline(L_39, NULL);
|
|
TriggerState_set_magnitude_mA0137E16AE1583892CA47D1DCF18AFA2487B44C9((TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*)L_38, L_40, NULL);
|
|
// return false;
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_00da:
|
|
{
|
|
// var isControlCurrentlyDrivingTheAction = triggerControlIndex == actionStateControlIndex ||
|
|
// controls[triggerControlIndex] == controls[actionStateControlIndex]; // Same control, different binding.
|
|
int32_t L_41 = V_1;
|
|
int32_t L_42 = V_2;
|
|
if ((((int32_t)L_41) == ((int32_t)L_42)))
|
|
{
|
|
goto IL_00f2;
|
|
}
|
|
}
|
|
{
|
|
InputControlU5BU5D_t0B951FEF1504D6340387C4735F5D6F426F40FE17* L_43 = __this->___controls_2;
|
|
int32_t L_44 = V_1;
|
|
NullCheck(L_43);
|
|
int32_t L_45 = L_44;
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_46 = (L_43)->GetAt(static_cast<il2cpp_array_size_t>(L_45));
|
|
InputControlU5BU5D_t0B951FEF1504D6340387C4735F5D6F426F40FE17* L_47 = __this->___controls_2;
|
|
int32_t L_48 = V_2;
|
|
NullCheck(L_47);
|
|
int32_t L_49 = L_48;
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_50 = (L_47)->GetAt(static_cast<il2cpp_array_size_t>(L_49));
|
|
G_B11_0 = ((((RuntimeObject*)(InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E*)L_46) == ((RuntimeObject*)(InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E*)L_50))? 1 : 0);
|
|
goto IL_00f3;
|
|
}
|
|
|
|
IL_00f2:
|
|
{
|
|
G_B11_0 = 1;
|
|
}
|
|
|
|
IL_00f3:
|
|
{
|
|
V_3 = (bool)G_B11_0;
|
|
// if (trigger.magnitude > actionState->magnitude)
|
|
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_51 = ___0_trigger;
|
|
float L_52;
|
|
L_52 = TriggerState_get_magnitude_m69D6E5428A5409F494566C9847738D73DB0E4B53_inline(L_51, NULL);
|
|
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_53 = V_0;
|
|
float L_54;
|
|
L_54 = TriggerState_get_magnitude_m69D6E5428A5409F494566C9847738D73DB0E4B53_inline((TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*)L_53, NULL);
|
|
if ((!(((float)L_52) > ((float)L_54))))
|
|
{
|
|
goto IL_0134;
|
|
}
|
|
}
|
|
{
|
|
// if (trigger.magnitude > 0 && !isControlCurrentlyDrivingTheAction && actionState->magnitude > 0)
|
|
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_55 = ___0_trigger;
|
|
float L_56;
|
|
L_56 = TriggerState_get_magnitude_m69D6E5428A5409F494566C9847738D73DB0E4B53_inline(L_55, NULL);
|
|
if ((!(((float)L_56) > ((float)(0.0f)))))
|
|
{
|
|
goto IL_0126;
|
|
}
|
|
}
|
|
{
|
|
bool L_57 = V_3;
|
|
if (L_57)
|
|
{
|
|
goto IL_0126;
|
|
}
|
|
}
|
|
{
|
|
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_58 = V_0;
|
|
float L_59;
|
|
L_59 = TriggerState_get_magnitude_m69D6E5428A5409F494566C9847738D73DB0E4B53_inline((TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*)L_58, NULL);
|
|
if ((!(((float)L_59) > ((float)(0.0f)))))
|
|
{
|
|
goto IL_0126;
|
|
}
|
|
}
|
|
{
|
|
// actionState->hasMultipleConcurrentActuations = true;
|
|
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_60 = V_0;
|
|
TriggerState_set_hasMultipleConcurrentActuations_mAAE5EFF3DEAEF29E03745460483F884F6B510DD9((TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*)L_60, (bool)1, NULL);
|
|
}
|
|
|
|
IL_0126:
|
|
{
|
|
// actionState->magnitude = trigger.magnitude;
|
|
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_61 = V_0;
|
|
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_62 = ___0_trigger;
|
|
float L_63;
|
|
L_63 = TriggerState_get_magnitude_m69D6E5428A5409F494566C9847738D73DB0E4B53_inline(L_62, NULL);
|
|
TriggerState_set_magnitude_mA0137E16AE1583892CA47D1DCF18AFA2487B44C9((TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*)L_61, L_63, NULL);
|
|
// return false;
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0134:
|
|
{
|
|
// if (trigger.magnitude < actionState->magnitude)
|
|
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_64 = ___0_trigger;
|
|
float L_65;
|
|
L_65 = TriggerState_get_magnitude_m69D6E5428A5409F494566C9847738D73DB0E4B53_inline(L_64, NULL);
|
|
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_66 = V_0;
|
|
float L_67;
|
|
L_67 = TriggerState_get_magnitude_m69D6E5428A5409F494566C9847738D73DB0E4B53_inline((TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*)L_66, NULL);
|
|
if ((!(((float)L_65) < ((float)L_67))))
|
|
{
|
|
goto IL_0363;
|
|
}
|
|
}
|
|
{
|
|
// if (!isControlCurrentlyDrivingTheAction)
|
|
bool L_68 = V_3;
|
|
if (L_68)
|
|
{
|
|
goto IL_015e;
|
|
}
|
|
}
|
|
{
|
|
// if (trigger.magnitude > 0)
|
|
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_69 = ___0_trigger;
|
|
float L_70;
|
|
L_70 = TriggerState_get_magnitude_m69D6E5428A5409F494566C9847738D73DB0E4B53_inline(L_69, NULL);
|
|
if ((!(((float)L_70) > ((float)(0.0f)))))
|
|
{
|
|
goto IL_015c;
|
|
}
|
|
}
|
|
{
|
|
// actionState->hasMultipleConcurrentActuations = true;
|
|
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_71 = V_0;
|
|
TriggerState_set_hasMultipleConcurrentActuations_mAAE5EFF3DEAEF29E03745460483F884F6B510DD9((TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*)L_71, (bool)1, NULL);
|
|
}
|
|
|
|
IL_015c:
|
|
{
|
|
// return true;
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_015e:
|
|
{
|
|
// if (!actionState->hasMultipleConcurrentActuations)
|
|
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_72 = V_0;
|
|
bool L_73;
|
|
L_73 = TriggerState_get_hasMultipleConcurrentActuations_mF4D0F4CBCD1335CB209F2DC6A7B5C200DAC6037B((TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*)L_72, NULL);
|
|
if (L_73)
|
|
{
|
|
goto IL_0174;
|
|
}
|
|
}
|
|
{
|
|
// actionState->magnitude = trigger.magnitude;
|
|
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_74 = V_0;
|
|
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_75 = ___0_trigger;
|
|
float L_76;
|
|
L_76 = TriggerState_get_magnitude_m69D6E5428A5409F494566C9847738D73DB0E4B53_inline(L_75, NULL);
|
|
TriggerState_set_magnitude_mA0137E16AE1583892CA47D1DCF18AFA2487B44C9((TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*)L_74, L_76, NULL);
|
|
// return false;
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0174:
|
|
{
|
|
// var bindingStartIndex = GetActionBindingStartIndexAndCount(actionIndex, out var bindingCount);
|
|
int32_t L_77 = ___1_actionIndex;
|
|
uint16_t L_78;
|
|
L_78 = InputActionState_GetActionBindingStartIndexAndCount_m574BD7CCCB2F51A4C6DA102FA3EAB1B9D86BFF1B(__this, L_77, (&V_7), NULL);
|
|
V_6 = L_78;
|
|
// var highestActuationLevel = trigger.magnitude;
|
|
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_79 = ___0_trigger;
|
|
float L_80;
|
|
L_80 = TriggerState_get_magnitude_m69D6E5428A5409F494566C9847738D73DB0E4B53_inline(L_79, NULL);
|
|
V_8 = L_80;
|
|
// var controlWithHighestActuation = kInvalidIndex;
|
|
V_9 = (-1);
|
|
// var bindingWithHighestActuation = kInvalidIndex;
|
|
V_10 = (-1);
|
|
// var numActuations = 0;
|
|
V_11 = 0;
|
|
// for (var i = 0; i < bindingCount; ++i)
|
|
V_12 = 0;
|
|
goto IL_028b;
|
|
}
|
|
|
|
IL_0198:
|
|
{
|
|
// var bindingIndex = memory.actionBindingIndices[bindingStartIndex + i];
|
|
UnmanagedMemory_t862EBE5224929ED0E2F989D790EB6B8633E612A2* L_81 = (&__this->___memory_7);
|
|
uint16_t* L_82 = L_81->___actionBindingIndices_14;
|
|
uint16_t L_83 = V_6;
|
|
int32_t L_84 = V_12;
|
|
int32_t L_85 = *((uint16_t*)((uint16_t*)il2cpp_codegen_add((intptr_t)L_82, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)((int32_t)il2cpp_codegen_add((int32_t)L_83, L_84))), 2)))));
|
|
V_13 = (uint16_t)L_85;
|
|
// var binding = &memory.bindingStates[bindingIndex];
|
|
UnmanagedMemory_t862EBE5224929ED0E2F989D790EB6B8633E612A2* L_86 = (&__this->___memory_7);
|
|
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* L_87 = L_86->___bindingStates_8;
|
|
uint16_t L_88 = V_13;
|
|
uint32_t L_89 = sizeof(BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA);
|
|
V_14 = (BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)((uintptr_t)((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)il2cpp_codegen_add((intptr_t)L_87, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_88), (int32_t)L_89)))));
|
|
// if (binding->isComposite)
|
|
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* L_90 = V_14;
|
|
bool L_91;
|
|
L_91 = BindingState_get_isComposite_m02D577818B65F95F8D28E857696E429425C352FE((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)L_90, NULL);
|
|
if (!L_91)
|
|
{
|
|
goto IL_0225;
|
|
}
|
|
}
|
|
{
|
|
// var firstControlIndex = binding->controlStartIndex;
|
|
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* L_92 = V_14;
|
|
int32_t L_93;
|
|
L_93 = BindingState_get_controlStartIndex_m092BC6AC34AC08B2EC1258A278AB4A7518407466_inline((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)L_92, NULL);
|
|
V_15 = L_93;
|
|
// var compositeIndex = binding->compositeOrCompositeBindingIndex;
|
|
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* L_94 = V_14;
|
|
int32_t L_95;
|
|
L_95 = BindingState_get_compositeOrCompositeBindingIndex_m383AEFE1AA276D530D90A4DBE19C5B957726CE34((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)L_94, NULL);
|
|
V_16 = L_95;
|
|
// var magnitude = memory.compositeMagnitudes[compositeIndex];
|
|
UnmanagedMemory_t862EBE5224929ED0E2F989D790EB6B8633E612A2* L_96 = (&__this->___memory_7);
|
|
float* L_97 = L_96->___compositeMagnitudes_11;
|
|
int32_t L_98 = V_16;
|
|
float L_99 = *((float*)((float*)il2cpp_codegen_add((intptr_t)L_97, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_98), 4)))));
|
|
V_17 = L_99;
|
|
// if (magnitude > 0)
|
|
float L_100 = V_17;
|
|
if ((!(((float)L_100) > ((float)(0.0f)))))
|
|
{
|
|
goto IL_0206;
|
|
}
|
|
}
|
|
{
|
|
// ++numActuations;
|
|
int32_t L_101 = V_11;
|
|
V_11 = ((int32_t)il2cpp_codegen_add(L_101, 1));
|
|
}
|
|
|
|
IL_0206:
|
|
{
|
|
// if (magnitude > highestActuationLevel)
|
|
float L_102 = V_17;
|
|
float L_103 = V_8;
|
|
if ((!(((float)L_102) > ((float)L_103))))
|
|
{
|
|
goto IL_0285;
|
|
}
|
|
}
|
|
{
|
|
// controlWithHighestActuation = firstControlIndex;
|
|
int32_t L_104 = V_15;
|
|
V_9 = L_104;
|
|
// bindingWithHighestActuation = controlIndexToBindingIndex[firstControlIndex];
|
|
int32_t* L_105;
|
|
L_105 = InputActionState_get_controlIndexToBindingIndex_mBA1C3C9E1F99F371755872CD87573FCFD6E1AAC6(__this, NULL);
|
|
int32_t L_106 = V_15;
|
|
int32_t L_107 = *((int32_t*)((int32_t*)il2cpp_codegen_add((intptr_t)L_105, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_106), 4)))));
|
|
V_10 = L_107;
|
|
// highestActuationLevel = magnitude;
|
|
float L_108 = V_17;
|
|
V_8 = L_108;
|
|
goto IL_0285;
|
|
}
|
|
|
|
IL_0225:
|
|
{
|
|
// else if (!binding->isPartOfComposite)
|
|
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* L_109 = V_14;
|
|
bool L_110;
|
|
L_110 = BindingState_get_isPartOfComposite_m70F70F3B0BEFE2E296ECDAD016DA21F9A9574533((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)L_109, NULL);
|
|
if (L_110)
|
|
{
|
|
goto IL_0285;
|
|
}
|
|
}
|
|
{
|
|
// for (var n = 0; n < binding->controlCount; ++n)
|
|
V_18 = 0;
|
|
goto IL_027a;
|
|
}
|
|
|
|
IL_0233:
|
|
{
|
|
// var controlIndex = binding->controlStartIndex + n;
|
|
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* L_111 = V_14;
|
|
int32_t L_112;
|
|
L_112 = BindingState_get_controlStartIndex_m092BC6AC34AC08B2EC1258A278AB4A7518407466_inline((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)L_111, NULL);
|
|
int32_t L_113 = V_18;
|
|
V_19 = ((int32_t)il2cpp_codegen_add(L_112, L_113));
|
|
// var magnitude = memory.controlMagnitudes[controlIndex];
|
|
UnmanagedMemory_t862EBE5224929ED0E2F989D790EB6B8633E612A2* L_114 = (&__this->___memory_7);
|
|
float* L_115 = L_114->___controlMagnitudes_10;
|
|
int32_t L_116 = V_19;
|
|
float L_117 = *((float*)((float*)il2cpp_codegen_add((intptr_t)L_115, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_116), 4)))));
|
|
V_20 = L_117;
|
|
// if (magnitude > 0)
|
|
float L_118 = V_20;
|
|
if ((!(((float)L_118) > ((float)(0.0f)))))
|
|
{
|
|
goto IL_0262;
|
|
}
|
|
}
|
|
{
|
|
// ++numActuations;
|
|
int32_t L_119 = V_11;
|
|
V_11 = ((int32_t)il2cpp_codegen_add(L_119, 1));
|
|
}
|
|
|
|
IL_0262:
|
|
{
|
|
// if (magnitude > highestActuationLevel)
|
|
float L_120 = V_20;
|
|
float L_121 = V_8;
|
|
if ((!(((float)L_120) > ((float)L_121))))
|
|
{
|
|
goto IL_0274;
|
|
}
|
|
}
|
|
{
|
|
// controlWithHighestActuation = controlIndex;
|
|
int32_t L_122 = V_19;
|
|
V_9 = L_122;
|
|
// bindingWithHighestActuation = bindingIndex;
|
|
uint16_t L_123 = V_13;
|
|
V_10 = L_123;
|
|
// highestActuationLevel = magnitude;
|
|
float L_124 = V_20;
|
|
V_8 = L_124;
|
|
}
|
|
|
|
IL_0274:
|
|
{
|
|
// for (var n = 0; n < binding->controlCount; ++n)
|
|
int32_t L_125 = V_18;
|
|
V_18 = ((int32_t)il2cpp_codegen_add(L_125, 1));
|
|
}
|
|
|
|
IL_027a:
|
|
{
|
|
// for (var n = 0; n < binding->controlCount; ++n)
|
|
int32_t L_126 = V_18;
|
|
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* L_127 = V_14;
|
|
int32_t L_128;
|
|
L_128 = BindingState_get_controlCount_mADA09E8D0B3F2EEA8447CD2F67F5ADFF29790391_inline((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)L_127, NULL);
|
|
if ((((int32_t)L_126) < ((int32_t)L_128)))
|
|
{
|
|
goto IL_0233;
|
|
}
|
|
}
|
|
|
|
IL_0285:
|
|
{
|
|
// for (var i = 0; i < bindingCount; ++i)
|
|
int32_t L_129 = V_12;
|
|
V_12 = ((int32_t)il2cpp_codegen_add(L_129, 1));
|
|
}
|
|
|
|
IL_028b:
|
|
{
|
|
// for (var i = 0; i < bindingCount; ++i)
|
|
int32_t L_130 = V_12;
|
|
uint16_t L_131 = V_7;
|
|
if ((((int32_t)L_130) < ((int32_t)L_131)))
|
|
{
|
|
goto IL_0198;
|
|
}
|
|
}
|
|
{
|
|
// if (numActuations <= 1)
|
|
int32_t L_132 = V_11;
|
|
if ((((int32_t)L_132) > ((int32_t)1)))
|
|
{
|
|
goto IL_02a0;
|
|
}
|
|
}
|
|
{
|
|
// actionState->hasMultipleConcurrentActuations = false;
|
|
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_133 = V_0;
|
|
TriggerState_set_hasMultipleConcurrentActuations_mAAE5EFF3DEAEF29E03745460483F884F6B510DD9((TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*)L_133, (bool)0, NULL);
|
|
}
|
|
|
|
IL_02a0:
|
|
{
|
|
// if (controlWithHighestActuation != kInvalidIndex)
|
|
int32_t L_134 = V_9;
|
|
if ((((int32_t)L_134) == ((int32_t)(-1))))
|
|
{
|
|
goto IL_0363;
|
|
}
|
|
}
|
|
{
|
|
// trigger.controlIndex = controlWithHighestActuation;
|
|
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_135 = ___0_trigger;
|
|
int32_t L_136 = V_9;
|
|
TriggerState_set_controlIndex_m22920FF140D4A3E3738DFC782BD851BC7E2B6266(L_135, L_136, NULL);
|
|
// trigger.bindingIndex = bindingWithHighestActuation;
|
|
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_137 = ___0_trigger;
|
|
int32_t L_138 = V_10;
|
|
TriggerState_set_bindingIndex_m11CEA53F0EDB785459A2038B9224D1C9BE2CE494(L_137, L_138, NULL);
|
|
// trigger.magnitude = highestActuationLevel;
|
|
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_139 = ___0_trigger;
|
|
float L_140 = V_8;
|
|
TriggerState_set_magnitude_mA0137E16AE1583892CA47D1DCF18AFA2487B44C9(L_139, L_140, NULL);
|
|
// if (actionState->bindingIndex != bindingWithHighestActuation)
|
|
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_141 = V_0;
|
|
int32_t L_142;
|
|
L_142 = TriggerState_get_bindingIndex_mD851F8DDC14C14E5FE80E64F78F24A4FE8328133_inline((TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*)L_141, NULL);
|
|
int32_t L_143 = V_10;
|
|
if ((((int32_t)L_142) == ((int32_t)L_143)))
|
|
{
|
|
goto IL_0349;
|
|
}
|
|
}
|
|
{
|
|
// if (actionState->interactionIndex != kInvalidIndex)
|
|
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_144 = V_0;
|
|
int32_t L_145;
|
|
L_145 = TriggerState_get_interactionIndex_mDA74F3F62A69C872BBF1803967687E53E622DA46((TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*)L_144, NULL);
|
|
if ((((int32_t)L_145) == ((int32_t)(-1))))
|
|
{
|
|
goto IL_02df;
|
|
}
|
|
}
|
|
{
|
|
// ResetInteractionState(actionState->interactionIndex);
|
|
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_146 = V_0;
|
|
int32_t L_147;
|
|
L_147 = TriggerState_get_interactionIndex_mDA74F3F62A69C872BBF1803967687E53E622DA46((TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*)L_146, NULL);
|
|
InputActionState_ResetInteractionState_mBFB2B6A9CCC9C3460DB08301AC8ABAEF84C6BBDC(__this, L_147, NULL);
|
|
}
|
|
|
|
IL_02df:
|
|
{
|
|
// var bindingState = &bindingStates[bindingWithHighestActuation];
|
|
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* L_148;
|
|
L_148 = InputActionState_get_bindingStates_mF497553BC159C0B3BFE6A8BAD6336EB09CB4B2DE(__this, NULL);
|
|
int32_t L_149 = V_10;
|
|
uint32_t L_150 = sizeof(BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA);
|
|
// var interactionCount = bindingState->interactionCount;
|
|
uintptr_t L_151 = ((uintptr_t)((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)il2cpp_codegen_add((intptr_t)L_148, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_149), (int32_t)L_150)))));
|
|
int32_t L_152;
|
|
L_152 = BindingState_get_interactionCount_mED48D9B70A4476FAF32F3628574321BC7132735C_inline((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)L_151, NULL);
|
|
V_21 = L_152;
|
|
// var interactionStartIndex = bindingState->interactionStartIndex;
|
|
int32_t L_153;
|
|
L_153 = BindingState_get_interactionStartIndex_m4439E4A04B1884E5ACB3B5EDE03C0B5DAB78D09B((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)L_151, NULL);
|
|
V_22 = L_153;
|
|
// for (var i = 0; i < interactionCount; ++i)
|
|
V_23 = 0;
|
|
goto IL_0343;
|
|
}
|
|
|
|
IL_0305:
|
|
{
|
|
// if (!interactionStates[interactionStartIndex + i].phase.IsInProgress())
|
|
InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE* L_154;
|
|
L_154 = InputActionState_get_interactionStates_mBA543F82BCCE87A8DAB9547346EAB8E972AB4C3F(__this, NULL);
|
|
int32_t L_155 = V_22;
|
|
int32_t L_156 = V_23;
|
|
uint32_t L_157 = sizeof(InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE);
|
|
int32_t L_158;
|
|
L_158 = InteractionState_get_phase_m478B9D7AAE57D8540C544DE41EC0AA57E3C63A18_inline((InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE*)((InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE*)il2cpp_codegen_add((intptr_t)L_154, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)((int32_t)il2cpp_codegen_add(L_155, L_156))), (int32_t)L_157)))), NULL);
|
|
bool L_159;
|
|
L_159 = InputExtensions_IsInProgress_m25007106321076468BF7FE0FA4B3685FC6A6B7BA(L_158, NULL);
|
|
if (!L_159)
|
|
{
|
|
goto IL_033d;
|
|
}
|
|
}
|
|
{
|
|
// actionState->interactionIndex = interactionStartIndex + i;
|
|
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_160 = V_0;
|
|
int32_t L_161 = V_22;
|
|
int32_t L_162 = V_23;
|
|
TriggerState_set_interactionIndex_mEB92C007E39BD22BE638934BD159148764618164((TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*)L_160, ((int32_t)il2cpp_codegen_add(L_161, L_162)), NULL);
|
|
// trigger.interactionIndex = interactionStartIndex + i;
|
|
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_163 = ___0_trigger;
|
|
int32_t L_164 = V_22;
|
|
int32_t L_165 = V_23;
|
|
TriggerState_set_interactionIndex_mEB92C007E39BD22BE638934BD159148764618164(L_163, ((int32_t)il2cpp_codegen_add(L_164, L_165)), NULL);
|
|
// break;
|
|
goto IL_0349;
|
|
}
|
|
|
|
IL_033d:
|
|
{
|
|
// for (var i = 0; i < interactionCount; ++i)
|
|
int32_t L_166 = V_23;
|
|
V_23 = ((int32_t)il2cpp_codegen_add(L_166, 1));
|
|
}
|
|
|
|
IL_0343:
|
|
{
|
|
// for (var i = 0; i < interactionCount; ++i)
|
|
int32_t L_167 = V_23;
|
|
int32_t L_168 = V_21;
|
|
if ((((int32_t)L_167) < ((int32_t)L_168)))
|
|
{
|
|
goto IL_0305;
|
|
}
|
|
}
|
|
|
|
IL_0349:
|
|
{
|
|
// actionState->controlIndex = controlWithHighestActuation;
|
|
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_169 = V_0;
|
|
int32_t L_170 = V_9;
|
|
TriggerState_set_controlIndex_m22920FF140D4A3E3738DFC782BD851BC7E2B6266((TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*)L_169, L_170, NULL);
|
|
// actionState->bindingIndex = bindingWithHighestActuation;
|
|
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_171 = V_0;
|
|
int32_t L_172 = V_10;
|
|
TriggerState_set_bindingIndex_m11CEA53F0EDB785459A2038B9224D1C9BE2CE494((TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*)L_171, L_172, NULL);
|
|
// actionState->magnitude = highestActuationLevel;
|
|
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_173 = V_0;
|
|
float L_174 = V_8;
|
|
TriggerState_set_magnitude_mA0137E16AE1583892CA47D1DCF18AFA2487B44C9((TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*)L_173, L_174, NULL);
|
|
// return false;
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0363:
|
|
{
|
|
// if (!isControlCurrentlyDrivingTheAction && Mathf.Approximately(trigger.magnitude, actionState->magnitude))
|
|
bool L_175 = V_3;
|
|
if (L_175)
|
|
{
|
|
goto IL_038f;
|
|
}
|
|
}
|
|
{
|
|
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_176 = ___0_trigger;
|
|
float L_177;
|
|
L_177 = TriggerState_get_magnitude_m69D6E5428A5409F494566C9847738D73DB0E4B53_inline(L_176, NULL);
|
|
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_178 = V_0;
|
|
float L_179;
|
|
L_179 = TriggerState_get_magnitude_m69D6E5428A5409F494566C9847738D73DB0E4B53_inline((TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*)L_178, NULL);
|
|
bool L_180;
|
|
L_180 = Mathf_Approximately_m1DADD012A8FC82E11FB282501AE2EBBF9A77150B_inline(L_177, L_179, NULL);
|
|
if (!L_180)
|
|
{
|
|
goto IL_038f;
|
|
}
|
|
}
|
|
{
|
|
// if (trigger.magnitude > 0)
|
|
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_181 = ___0_trigger;
|
|
float L_182;
|
|
L_182 = TriggerState_get_magnitude_m69D6E5428A5409F494566C9847738D73DB0E4B53_inline(L_181, NULL);
|
|
if ((!(((float)L_182) > ((float)(0.0f)))))
|
|
{
|
|
goto IL_038d;
|
|
}
|
|
}
|
|
{
|
|
// actionState->hasMultipleConcurrentActuations = true;
|
|
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_183 = V_0;
|
|
TriggerState_set_hasMultipleConcurrentActuations_mAAE5EFF3DEAEF29E03745460483F884F6B510DD9((TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*)L_183, (bool)1, NULL);
|
|
}
|
|
|
|
IL_038d:
|
|
{
|
|
// return true;
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_038f:
|
|
{
|
|
// return false;
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.UInt16 UnityEngine.InputSystem.InputActionState::GetActionBindingStartIndexAndCount(System.Int32,System.UInt16&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint16_t InputActionState_GetActionBindingStartIndexAndCount_m574BD7CCCB2F51A4C6DA102FA3EAB1B9D86BFF1B (InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* __this, int32_t ___0_actionIndex, uint16_t* ___1_bindingCount, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// bindingCount = memory.actionBindingIndicesAndCounts[actionIndex * 2 + 1];
|
|
uint16_t* L_0 = ___1_bindingCount;
|
|
UnmanagedMemory_t862EBE5224929ED0E2F989D790EB6B8633E612A2* L_1 = (&__this->___memory_7);
|
|
uint16_t* L_2 = L_1->___actionBindingIndicesAndCounts_13;
|
|
int32_t L_3 = ___0_actionIndex;
|
|
int32_t L_4 = *((uint16_t*)((uint16_t*)il2cpp_codegen_add((intptr_t)L_2, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_multiply(L_3, 2)), 1))), 2)))));
|
|
*((int16_t*)L_0) = (int16_t)L_4;
|
|
// return memory.actionBindingIndicesAndCounts[actionIndex * 2];
|
|
UnmanagedMemory_t862EBE5224929ED0E2F989D790EB6B8633E612A2* L_5 = (&__this->___memory_7);
|
|
uint16_t* L_6 = L_5->___actionBindingIndicesAndCounts_13;
|
|
int32_t L_7 = ___0_actionIndex;
|
|
int32_t L_8 = *((uint16_t*)((uint16_t*)il2cpp_codegen_add((intptr_t)L_6, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)((int32_t)il2cpp_codegen_multiply(L_7, 2))), 2)))));
|
|
return (uint16_t)L_8;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.InputSystem.InputActionState::ProcessDefaultInteraction(UnityEngine.InputSystem.InputActionState/TriggerState&,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionState_ProcessDefaultInteraction_m9E8267CD0556F656E8EA960015AC60CC9FF25138 (InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* __this, TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* ___0_trigger, int32_t ___1_actionIndex, 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;
|
|
}
|
|
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* V_0 = NULL;
|
|
int32_t V_1 = 0;
|
|
float V_2 = 0.0f;
|
|
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* V_3 = NULL;
|
|
float V_4 = 0.0f;
|
|
float V_5 = 0.0f;
|
|
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* V_6 = NULL;
|
|
float V_7 = 0.0f;
|
|
float V_8 = 0.0f;
|
|
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* V_9 = NULL;
|
|
float V_10 = 0.0f;
|
|
float G_B7_0 = 0.0f;
|
|
float G_B6_0 = 0.0f;
|
|
float G_B9_0 = 0.0f;
|
|
float G_B8_0 = 0.0f;
|
|
float G_B10_0 = 0.0f;
|
|
float G_B10_1 = 0.0f;
|
|
float G_B18_0 = 0.0f;
|
|
float G_B29_0 = 0.0f;
|
|
{
|
|
// var actionState = &actionStates[actionIndex];
|
|
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_0;
|
|
L_0 = InputActionState_get_actionStates_mFDC87519E9E826C5DAEE9E13058312FF82E16E0B(__this, NULL);
|
|
int32_t L_1 = ___1_actionIndex;
|
|
uint32_t L_2 = sizeof(TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D);
|
|
V_0 = (TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*)((uintptr_t)((TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*)il2cpp_codegen_add((intptr_t)L_0, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_1), (int32_t)L_2)))));
|
|
// switch (actionState->phase)
|
|
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_3 = V_0;
|
|
int32_t L_4;
|
|
L_4 = TriggerState_get_phase_m11BDB3D761D241980978DA52027C1E3B507D0D6D_inline((TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*)L_3, NULL);
|
|
V_1 = L_4;
|
|
int32_t L_5 = V_1;
|
|
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_5, 1)))
|
|
{
|
|
case 0:
|
|
{
|
|
goto IL_002e;
|
|
}
|
|
case 1:
|
|
{
|
|
goto IL_00bb;
|
|
}
|
|
case 2:
|
|
{
|
|
goto IL_0143;
|
|
}
|
|
}
|
|
}
|
|
{
|
|
return;
|
|
}
|
|
|
|
IL_002e:
|
|
{
|
|
// if (trigger.isPassThrough)
|
|
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_6 = ___0_trigger;
|
|
bool L_7;
|
|
L_7 = TriggerState_get_isPassThrough_mB7D87BF1876C0E39D9F556AC7CB4A8A08BB331EA(L_6, NULL);
|
|
if (!L_7)
|
|
{
|
|
goto IL_0041;
|
|
}
|
|
}
|
|
{
|
|
// ChangePhaseOfAction(InputActionPhase.Performed, ref trigger,
|
|
// phaseAfterPerformedOrCanceled: InputActionPhase.Waiting);
|
|
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_8 = ___0_trigger;
|
|
bool L_9;
|
|
L_9 = InputActionState_ChangePhaseOfAction_m08AA286C86CDD9C261C39FD8193EEC4DBD81155A(__this, 3, L_8, 1, NULL);
|
|
// break;
|
|
return;
|
|
}
|
|
|
|
IL_0041:
|
|
{
|
|
// if (trigger.isButton)
|
|
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_10 = ___0_trigger;
|
|
bool L_11;
|
|
L_11 = TriggerState_get_isButton_mEFE0D6005E46DEFA45A5CC6784C70543B72B583A(L_10, NULL);
|
|
if (!L_11)
|
|
{
|
|
goto IL_0096;
|
|
}
|
|
}
|
|
{
|
|
// var actuation = trigger.magnitude;
|
|
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_12 = ___0_trigger;
|
|
float L_13;
|
|
L_13 = TriggerState_get_magnitude_m69D6E5428A5409F494566C9847738D73DB0E4B53_inline(L_12, NULL);
|
|
// if (actuation > 0)
|
|
float L_14 = L_13;
|
|
G_B6_0 = L_14;
|
|
if ((!(((float)L_14) > ((float)(0.0f)))))
|
|
{
|
|
G_B7_0 = L_14;
|
|
goto IL_0061;
|
|
}
|
|
}
|
|
{
|
|
// ChangePhaseOfAction(InputActionPhase.Started, ref trigger);
|
|
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_15 = ___0_trigger;
|
|
bool L_16;
|
|
L_16 = InputActionState_ChangePhaseOfAction_m08AA286C86CDD9C261C39FD8193EEC4DBD81155A(__this, 2, L_15, 1, NULL);
|
|
G_B7_0 = G_B6_0;
|
|
}
|
|
|
|
IL_0061:
|
|
{
|
|
// var threshold = controls[trigger.controlIndex] is ButtonControl button ? button.pressPointOrDefault : ButtonControl.s_GlobalDefaultButtonPressPoint;
|
|
InputControlU5BU5D_t0B951FEF1504D6340387C4735F5D6F426F40FE17* L_17 = __this->___controls_2;
|
|
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_18 = ___0_trigger;
|
|
int32_t L_19;
|
|
L_19 = TriggerState_get_controlIndex_m61654A5C957F0DE7C600F5741F4BA5EE901DAF14(L_18, NULL);
|
|
NullCheck(L_17);
|
|
int32_t L_20 = L_19;
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_21 = (L_17)->GetAt(static_cast<il2cpp_array_size_t>(L_20));
|
|
V_3 = ((ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF*)IsInstClass((RuntimeObject*)L_21, ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF_il2cpp_TypeInfo_var));
|
|
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_22 = V_3;
|
|
G_B8_0 = G_B7_0;
|
|
if (L_22)
|
|
{
|
|
G_B9_0 = G_B7_0;
|
|
goto IL_007e;
|
|
}
|
|
}
|
|
{
|
|
float L_23 = ((ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF_StaticFields*)il2cpp_codegen_static_fields_for(ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF_il2cpp_TypeInfo_var))->___s_GlobalDefaultButtonPressPoint_34;
|
|
G_B10_0 = L_23;
|
|
G_B10_1 = G_B8_0;
|
|
goto IL_0084;
|
|
}
|
|
|
|
IL_007e:
|
|
{
|
|
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_24 = V_3;
|
|
NullCheck(L_24);
|
|
float L_25;
|
|
L_25 = ButtonControl_get_pressPointOrDefault_mE386900B1B58DDD0099C2F309E57AFBEB49F9F9D(L_24, NULL);
|
|
G_B10_0 = L_25;
|
|
G_B10_1 = G_B9_0;
|
|
}
|
|
|
|
IL_0084:
|
|
{
|
|
V_2 = G_B10_0;
|
|
// if (actuation >= threshold)
|
|
float L_26 = V_2;
|
|
if ((!(((float)G_B10_1) >= ((float)L_26))))
|
|
{
|
|
goto IL_01c1;
|
|
}
|
|
}
|
|
{
|
|
// ChangePhaseOfAction(InputActionPhase.Performed, ref trigger,
|
|
// phaseAfterPerformedOrCanceled: InputActionPhase.Performed);
|
|
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_27 = ___0_trigger;
|
|
bool L_28;
|
|
L_28 = InputActionState_ChangePhaseOfAction_m08AA286C86CDD9C261C39FD8193EEC4DBD81155A(__this, 3, L_27, 3, NULL);
|
|
return;
|
|
}
|
|
|
|
IL_0096:
|
|
{
|
|
// if (IsActuated(ref trigger))
|
|
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_29 = ___0_trigger;
|
|
bool L_30;
|
|
L_30 = InputActionState_IsActuated_m81D95E562F1704C589A1E2C0041C826B24483E59(L_29, (0.0f), NULL);
|
|
if (!L_30)
|
|
{
|
|
goto IL_01c1;
|
|
}
|
|
}
|
|
{
|
|
// ChangePhaseOfAction(InputActionPhase.Started, ref trigger);
|
|
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_31 = ___0_trigger;
|
|
bool L_32;
|
|
L_32 = InputActionState_ChangePhaseOfAction_m08AA286C86CDD9C261C39FD8193EEC4DBD81155A(__this, 2, L_31, 1, NULL);
|
|
// ChangePhaseOfAction(InputActionPhase.Performed, ref trigger,
|
|
// phaseAfterPerformedOrCanceled: InputActionPhase.Started);
|
|
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_33 = ___0_trigger;
|
|
bool L_34;
|
|
L_34 = InputActionState_ChangePhaseOfAction_m08AA286C86CDD9C261C39FD8193EEC4DBD81155A(__this, 3, L_33, 2, NULL);
|
|
// break;
|
|
return;
|
|
}
|
|
|
|
IL_00bb:
|
|
{
|
|
// if (actionState->isButton)
|
|
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_35 = V_0;
|
|
bool L_36;
|
|
L_36 = TriggerState_get_isButton_mEFE0D6005E46DEFA45A5CC6784C70543B72B583A((TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*)L_35, NULL);
|
|
if (!L_36)
|
|
{
|
|
goto IL_0120;
|
|
}
|
|
}
|
|
{
|
|
// var actuation = trigger.magnitude;
|
|
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_37 = ___0_trigger;
|
|
float L_38;
|
|
L_38 = TriggerState_get_magnitude_m69D6E5428A5409F494566C9847738D73DB0E4B53_inline(L_37, NULL);
|
|
V_4 = L_38;
|
|
// var threshold = controls[trigger.controlIndex] is ButtonControl button ? button.pressPointOrDefault : ButtonControl.s_GlobalDefaultButtonPressPoint;
|
|
InputControlU5BU5D_t0B951FEF1504D6340387C4735F5D6F426F40FE17* L_39 = __this->___controls_2;
|
|
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_40 = ___0_trigger;
|
|
int32_t L_41;
|
|
L_41 = TriggerState_get_controlIndex_m61654A5C957F0DE7C600F5741F4BA5EE901DAF14(L_40, NULL);
|
|
NullCheck(L_39);
|
|
int32_t L_42 = L_41;
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_43 = (L_39)->GetAt(static_cast<il2cpp_array_size_t>(L_42));
|
|
V_6 = ((ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF*)IsInstClass((RuntimeObject*)L_43, ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF_il2cpp_TypeInfo_var));
|
|
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_44 = V_6;
|
|
if (L_44)
|
|
{
|
|
goto IL_00ea;
|
|
}
|
|
}
|
|
{
|
|
float L_45 = ((ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF_StaticFields*)il2cpp_codegen_static_fields_for(ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF_il2cpp_TypeInfo_var))->___s_GlobalDefaultButtonPressPoint_34;
|
|
G_B18_0 = L_45;
|
|
goto IL_00f1;
|
|
}
|
|
|
|
IL_00ea:
|
|
{
|
|
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_46 = V_6;
|
|
NullCheck(L_46);
|
|
float L_47;
|
|
L_47 = ButtonControl_get_pressPointOrDefault_mE386900B1B58DDD0099C2F309E57AFBEB49F9F9D(L_46, NULL);
|
|
G_B18_0 = L_47;
|
|
}
|
|
|
|
IL_00f1:
|
|
{
|
|
V_5 = G_B18_0;
|
|
// if (actuation >= threshold)
|
|
float L_48 = V_4;
|
|
float L_49 = V_5;
|
|
if ((!(((float)L_48) >= ((float)L_49))))
|
|
{
|
|
goto IL_0104;
|
|
}
|
|
}
|
|
{
|
|
// ChangePhaseOfAction(InputActionPhase.Performed, ref trigger,
|
|
// phaseAfterPerformedOrCanceled: InputActionPhase.Performed);
|
|
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_50 = ___0_trigger;
|
|
bool L_51;
|
|
L_51 = InputActionState_ChangePhaseOfAction_m08AA286C86CDD9C261C39FD8193EEC4DBD81155A(__this, 3, L_50, 3, NULL);
|
|
return;
|
|
}
|
|
|
|
IL_0104:
|
|
{
|
|
// else if (Mathf.Approximately(actuation, 0))
|
|
float L_52 = V_4;
|
|
bool L_53;
|
|
L_53 = Mathf_Approximately_m1DADD012A8FC82E11FB282501AE2EBBF9A77150B_inline(L_52, (0.0f), NULL);
|
|
if (!L_53)
|
|
{
|
|
goto IL_01c1;
|
|
}
|
|
}
|
|
{
|
|
// ChangePhaseOfAction(InputActionPhase.Canceled, ref trigger);
|
|
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_54 = ___0_trigger;
|
|
bool L_55;
|
|
L_55 = InputActionState_ChangePhaseOfAction_m08AA286C86CDD9C261C39FD8193EEC4DBD81155A(__this, 4, L_54, 1, NULL);
|
|
return;
|
|
}
|
|
|
|
IL_0120:
|
|
{
|
|
// if (!IsActuated(ref trigger))
|
|
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_56 = ___0_trigger;
|
|
bool L_57;
|
|
L_57 = InputActionState_IsActuated_m81D95E562F1704C589A1E2C0041C826B24483E59(L_56, (0.0f), NULL);
|
|
if (L_57)
|
|
{
|
|
goto IL_0138;
|
|
}
|
|
}
|
|
{
|
|
// ChangePhaseOfAction(InputActionPhase.Canceled, ref trigger);
|
|
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_58 = ___0_trigger;
|
|
bool L_59;
|
|
L_59 = InputActionState_ChangePhaseOfAction_m08AA286C86CDD9C261C39FD8193EEC4DBD81155A(__this, 4, L_58, 1, NULL);
|
|
return;
|
|
}
|
|
|
|
IL_0138:
|
|
{
|
|
// ChangePhaseOfAction(InputActionPhase.Performed, ref trigger,
|
|
// phaseAfterPerformedOrCanceled: InputActionPhase.Started);
|
|
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_60 = ___0_trigger;
|
|
bool L_61;
|
|
L_61 = InputActionState_ChangePhaseOfAction_m08AA286C86CDD9C261C39FD8193EEC4DBD81155A(__this, 3, L_60, 2, NULL);
|
|
// break;
|
|
return;
|
|
}
|
|
|
|
IL_0143:
|
|
{
|
|
// if (actionState->isButton)
|
|
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_62 = V_0;
|
|
bool L_63;
|
|
L_63 = TriggerState_get_isButton_mEFE0D6005E46DEFA45A5CC6784C70543B72B583A((TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*)L_62, NULL);
|
|
if (!L_63)
|
|
{
|
|
goto IL_01af;
|
|
}
|
|
}
|
|
{
|
|
// var actuation = trigger.magnitude;
|
|
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_64 = ___0_trigger;
|
|
float L_65;
|
|
L_65 = TriggerState_get_magnitude_m69D6E5428A5409F494566C9847738D73DB0E4B53_inline(L_64, NULL);
|
|
V_7 = L_65;
|
|
// var pressPoint = controls[trigger.controlIndex] is ButtonControl button ? button.pressPointOrDefault : ButtonControl.s_GlobalDefaultButtonPressPoint;
|
|
InputControlU5BU5D_t0B951FEF1504D6340387C4735F5D6F426F40FE17* L_66 = __this->___controls_2;
|
|
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_67 = ___0_trigger;
|
|
int32_t L_68;
|
|
L_68 = TriggerState_get_controlIndex_m61654A5C957F0DE7C600F5741F4BA5EE901DAF14(L_67, NULL);
|
|
NullCheck(L_66);
|
|
int32_t L_69 = L_68;
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_70 = (L_66)->GetAt(static_cast<il2cpp_array_size_t>(L_69));
|
|
V_9 = ((ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF*)IsInstClass((RuntimeObject*)L_70, ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF_il2cpp_TypeInfo_var));
|
|
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_71 = V_9;
|
|
if (L_71)
|
|
{
|
|
goto IL_0172;
|
|
}
|
|
}
|
|
{
|
|
float L_72 = ((ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF_StaticFields*)il2cpp_codegen_static_fields_for(ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF_il2cpp_TypeInfo_var))->___s_GlobalDefaultButtonPressPoint_34;
|
|
G_B29_0 = L_72;
|
|
goto IL_0179;
|
|
}
|
|
|
|
IL_0172:
|
|
{
|
|
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_73 = V_9;
|
|
NullCheck(L_73);
|
|
float L_74;
|
|
L_74 = ButtonControl_get_pressPointOrDefault_mE386900B1B58DDD0099C2F309E57AFBEB49F9F9D(L_73, NULL);
|
|
G_B29_0 = L_74;
|
|
}
|
|
|
|
IL_0179:
|
|
{
|
|
V_8 = G_B29_0;
|
|
// if (Mathf.Approximately(0f, actuation))
|
|
float L_75 = V_7;
|
|
bool L_76;
|
|
L_76 = Mathf_Approximately_m1DADD012A8FC82E11FB282501AE2EBBF9A77150B_inline((0.0f), L_75, NULL);
|
|
if (!L_76)
|
|
{
|
|
goto IL_0194;
|
|
}
|
|
}
|
|
{
|
|
// ChangePhaseOfAction(InputActionPhase.Canceled, ref trigger);
|
|
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_77 = ___0_trigger;
|
|
bool L_78;
|
|
L_78 = InputActionState_ChangePhaseOfAction_m08AA286C86CDD9C261C39FD8193EEC4DBD81155A(__this, 4, L_77, 1, NULL);
|
|
return;
|
|
}
|
|
|
|
IL_0194:
|
|
{
|
|
// var threshold = pressPoint * ButtonControl.s_GlobalDefaultButtonReleaseThreshold;
|
|
float L_79 = V_8;
|
|
float L_80 = ((ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF_StaticFields*)il2cpp_codegen_static_fields_for(ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF_il2cpp_TypeInfo_var))->___s_GlobalDefaultButtonReleaseThreshold_35;
|
|
V_10 = ((float)il2cpp_codegen_multiply(L_79, L_80));
|
|
// if (actuation <= threshold)
|
|
float L_81 = V_7;
|
|
float L_82 = V_10;
|
|
if ((!(((float)L_81) <= ((float)L_82))))
|
|
{
|
|
goto IL_01c1;
|
|
}
|
|
}
|
|
{
|
|
// ChangePhaseOfAction(InputActionPhase.Started, ref trigger);
|
|
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_83 = ___0_trigger;
|
|
bool L_84;
|
|
L_84 = InputActionState_ChangePhaseOfAction_m08AA286C86CDD9C261C39FD8193EEC4DBD81155A(__this, 2, L_83, 1, NULL);
|
|
return;
|
|
}
|
|
|
|
IL_01af:
|
|
{
|
|
// else if (actionState->isPassThrough)
|
|
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_85 = V_0;
|
|
bool L_86;
|
|
L_86 = TriggerState_get_isPassThrough_mB7D87BF1876C0E39D9F556AC7CB4A8A08BB331EA((TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*)L_85, NULL);
|
|
if (!L_86)
|
|
{
|
|
goto IL_01c1;
|
|
}
|
|
}
|
|
{
|
|
// ChangePhaseOfAction(InputActionPhase.Performed, ref trigger,
|
|
// phaseAfterPerformedOrCanceled: InputActionPhase.Performed);
|
|
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_87 = ___0_trigger;
|
|
bool L_88;
|
|
L_88 = InputActionState_ChangePhaseOfAction_m08AA286C86CDD9C261C39FD8193EEC4DBD81155A(__this, 3, L_87, 3, NULL);
|
|
}
|
|
|
|
IL_01c1:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.InputSystem.InputActionState::ProcessInteractions(UnityEngine.InputSystem.InputActionState/TriggerState&,System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionState_ProcessInteractions_m2DAC0EB74024B9AE2A3C7CCB7200B311A84A8D98 (InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* __this, TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* ___0_trigger, int32_t ___1_interactionStartIndex, int32_t ___2_interactionCount, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IInputInteraction_t689E6823744061ED815FB936C3EB3FDD3594B844_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
InputInteractionContext_t4CDBDF3C6506B5C6C49523AA83127AB02599A92C V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
InputInteractionContext_t4CDBDF3C6506B5C6C49523AA83127AB02599A92C V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
int32_t V_2 = 0;
|
|
int32_t V_3 = 0;
|
|
InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE V_4;
|
|
memset((&V_4), 0, sizeof(V_4));
|
|
{
|
|
// var context = new InputInteractionContext
|
|
// {
|
|
// m_State = this,
|
|
// m_TriggerState = trigger
|
|
// };
|
|
il2cpp_codegen_initobj((&V_1), sizeof(InputInteractionContext_t4CDBDF3C6506B5C6C49523AA83127AB02599A92C));
|
|
(&V_1)->___m_State_0 = __this;
|
|
Il2CppCodeGenWriteBarrier((void**)(&(&V_1)->___m_State_0), (void*)__this);
|
|
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_0 = ___0_trigger;
|
|
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D L_1 = (*(TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*)L_0);
|
|
(&V_1)->___m_TriggerState_2 = L_1;
|
|
InputInteractionContext_t4CDBDF3C6506B5C6C49523AA83127AB02599A92C L_2 = V_1;
|
|
V_0 = L_2;
|
|
// for (var i = 0; i < interactionCount; ++i)
|
|
V_2 = 0;
|
|
goto IL_0084;
|
|
}
|
|
|
|
IL_0023:
|
|
{
|
|
// var index = interactionStartIndex + i;
|
|
int32_t L_3 = ___1_interactionStartIndex;
|
|
int32_t L_4 = V_2;
|
|
V_3 = ((int32_t)il2cpp_codegen_add(L_3, L_4));
|
|
// var state = interactionStates[index];
|
|
InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE* L_5;
|
|
L_5 = InputActionState_get_interactionStates_mBA543F82BCCE87A8DAB9547346EAB8E972AB4C3F(__this, NULL);
|
|
int32_t L_6 = V_3;
|
|
uint32_t L_7 = sizeof(InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE);
|
|
InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE L_8 = (*(InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE*)((InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE*)il2cpp_codegen_add((intptr_t)L_5, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_6), (int32_t)L_7)))));
|
|
V_4 = L_8;
|
|
// var interaction = interactions[index];
|
|
IInputInteractionU5BU5D_t175AB10EB3221C36393F258F530F94D8DD01CB93* L_9 = __this->___interactions_3;
|
|
int32_t L_10 = V_3;
|
|
NullCheck(L_9);
|
|
int32_t L_11 = L_10;
|
|
RuntimeObject* L_12 = (L_9)->GetAt(static_cast<il2cpp_array_size_t>(L_11));
|
|
// context.m_TriggerState.phase = state.phase;
|
|
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_13 = (&(&V_0)->___m_TriggerState_2);
|
|
int32_t L_14;
|
|
L_14 = InteractionState_get_phase_m478B9D7AAE57D8540C544DE41EC0AA57E3C63A18_inline((&V_4), NULL);
|
|
TriggerState_set_phase_mF4C392049D7510A9AEA8E32B21D57816BEEF7183(L_13, L_14, NULL);
|
|
// context.m_TriggerState.startTime = state.startTime;
|
|
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_15 = (&(&V_0)->___m_TriggerState_2);
|
|
double L_16;
|
|
L_16 = InteractionState_get_startTime_m6DB82A88100CFC618BDA1401E4144B353871DC40_inline((&V_4), NULL);
|
|
TriggerState_set_startTime_mE949DC15C580566A6C93904D659C91E1AC633609_inline(L_15, L_16, NULL);
|
|
// context.m_TriggerState.interactionIndex = index;
|
|
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_17 = (&(&V_0)->___m_TriggerState_2);
|
|
int32_t L_18 = V_3;
|
|
TriggerState_set_interactionIndex_mEB92C007E39BD22BE638934BD159148764618164(L_17, L_18, NULL);
|
|
// interaction.Process(ref context);
|
|
NullCheck(L_12);
|
|
InterfaceActionInvoker1< InputInteractionContext_t4CDBDF3C6506B5C6C49523AA83127AB02599A92C* >::Invoke(0 /* System.Void UnityEngine.InputSystem.IInputInteraction::Process(UnityEngine.InputSystem.InputInteractionContext&) */, IInputInteraction_t689E6823744061ED815FB936C3EB3FDD3594B844_il2cpp_TypeInfo_var, L_12, (&V_0));
|
|
// for (var i = 0; i < interactionCount; ++i)
|
|
int32_t L_19 = V_2;
|
|
V_2 = ((int32_t)il2cpp_codegen_add(L_19, 1));
|
|
}
|
|
|
|
IL_0084:
|
|
{
|
|
// for (var i = 0; i < interactionCount; ++i)
|
|
int32_t L_20 = V_2;
|
|
int32_t L_21 = ___2_interactionCount;
|
|
if ((((int32_t)L_20) < ((int32_t)L_21)))
|
|
{
|
|
goto IL_0023;
|
|
}
|
|
}
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.InputSystem.InputActionState::ProcessTimeout(System.Double,System.Int32,System.Int32,System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionState_ProcessTimeout_mABA99DEABD2674CE5AF5C66EB048046B8B867CB9 (InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* __this, double ___0_time, int32_t ___1_mapIndex, int32_t ___2_controlIndex, int32_t ___3_bindingIndex, int32_t ___4_interactionIndex, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IInputInteraction_t689E6823744061ED815FB936C3EB3FDD3594B844_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE* V_0 = NULL;
|
|
InputInteractionContext_t4CDBDF3C6506B5C6C49523AA83127AB02599A92C V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
InputInteractionContext_t4CDBDF3C6506B5C6C49523AA83127AB02599A92C V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D V_3;
|
|
memset((&V_3), 0, sizeof(V_3));
|
|
{
|
|
// ref var currentState = ref interactionStates[interactionIndex];
|
|
InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE* L_0;
|
|
L_0 = InputActionState_get_interactionStates_mBA543F82BCCE87A8DAB9547346EAB8E972AB4C3F(__this, NULL);
|
|
int32_t L_1 = ___4_interactionIndex;
|
|
uint32_t L_2 = sizeof(InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE);
|
|
V_0 = (InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE*)((InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE*)il2cpp_codegen_add((intptr_t)L_0, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_1), (int32_t)L_2))));
|
|
// var context = new InputInteractionContext
|
|
// {
|
|
// m_State = this,
|
|
// m_TriggerState =
|
|
// new TriggerState
|
|
// {
|
|
// phase = currentState.phase,
|
|
// time = time,
|
|
// mapIndex = mapIndex,
|
|
// controlIndex = controlIndex,
|
|
// bindingIndex = bindingIndex,
|
|
// interactionIndex = interactionIndex,
|
|
// startTime = currentState.startTime
|
|
// },
|
|
// timerHasExpired = true,
|
|
// };
|
|
il2cpp_codegen_initobj((&V_2), sizeof(InputInteractionContext_t4CDBDF3C6506B5C6C49523AA83127AB02599A92C));
|
|
(&V_2)->___m_State_0 = __this;
|
|
Il2CppCodeGenWriteBarrier((void**)(&(&V_2)->___m_State_0), (void*)__this);
|
|
il2cpp_codegen_initobj((&V_3), sizeof(TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D));
|
|
InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE* L_3 = V_0;
|
|
int32_t L_4;
|
|
L_4 = InteractionState_get_phase_m478B9D7AAE57D8540C544DE41EC0AA57E3C63A18_inline(L_3, NULL);
|
|
TriggerState_set_phase_mF4C392049D7510A9AEA8E32B21D57816BEEF7183((&V_3), L_4, NULL);
|
|
double L_5 = ___0_time;
|
|
TriggerState_set_time_m316DF2AFC1F34386975756AB652DB628B954CEA5_inline((&V_3), L_5, NULL);
|
|
int32_t L_6 = ___1_mapIndex;
|
|
TriggerState_set_mapIndex_mA74FE020F8DB85B61A16EE6BF0BE4A58C48A4923((&V_3), L_6, NULL);
|
|
int32_t L_7 = ___2_controlIndex;
|
|
TriggerState_set_controlIndex_m22920FF140D4A3E3738DFC782BD851BC7E2B6266((&V_3), L_7, NULL);
|
|
int32_t L_8 = ___3_bindingIndex;
|
|
TriggerState_set_bindingIndex_m11CEA53F0EDB785459A2038B9224D1C9BE2CE494((&V_3), L_8, NULL);
|
|
int32_t L_9 = ___4_interactionIndex;
|
|
TriggerState_set_interactionIndex_mEB92C007E39BD22BE638934BD159148764618164((&V_3), L_9, NULL);
|
|
InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE* L_10 = V_0;
|
|
double L_11;
|
|
L_11 = InteractionState_get_startTime_m6DB82A88100CFC618BDA1401E4144B353871DC40_inline(L_10, NULL);
|
|
TriggerState_set_startTime_mE949DC15C580566A6C93904D659C91E1AC633609_inline((&V_3), L_11, NULL);
|
|
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D L_12 = V_3;
|
|
(&V_2)->___m_TriggerState_2 = L_12;
|
|
InputInteractionContext_set_timerHasExpired_m047512398BBD01A222077E48CA8DC3548F02135B((&V_2), (bool)1, NULL);
|
|
InputInteractionContext_t4CDBDF3C6506B5C6C49523AA83127AB02599A92C L_13 = V_2;
|
|
V_1 = L_13;
|
|
// currentState.isTimerRunning = false;
|
|
InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE* L_14 = V_0;
|
|
InteractionState_set_isTimerRunning_m2DFE4F795C65D4A05D797F8A7F346238CF57F016(L_14, (bool)0, NULL);
|
|
// currentState.totalTimeoutCompletionTimeRemaining =
|
|
// Mathf.Max(currentState.totalTimeoutCompletionTimeRemaining - currentState.timerDuration, 0);
|
|
InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE* L_15 = V_0;
|
|
InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE* L_16 = V_0;
|
|
float L_17;
|
|
L_17 = InteractionState_get_totalTimeoutCompletionTimeRemaining_m27D25B76E20EAA77749D81CC86DB72F43D71AC88_inline(L_16, NULL);
|
|
InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE* L_18 = V_0;
|
|
float L_19;
|
|
L_19 = InteractionState_get_timerDuration_mB84B3C865B815642CD39EBE08150F074E4792E88_inline(L_18, NULL);
|
|
float L_20;
|
|
L_20 = Mathf_Max_mF5379E63D2BBAC76D090748695D833934F8AD051_inline(((float)il2cpp_codegen_subtract(L_17, L_19)), (0.0f), NULL);
|
|
InteractionState_set_totalTimeoutCompletionTimeRemaining_m4F2D19F74032232A06E44FF9C30F28047D55A898_inline(L_15, L_20, NULL);
|
|
// currentState.timerDuration = default;
|
|
InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE* L_21 = V_0;
|
|
InteractionState_set_timerDuration_m6E90C8FA06295247F9A964261927B1059ECF918E_inline(L_21, (0.0f), NULL);
|
|
// interactions[interactionIndex].Process(ref context);
|
|
IInputInteractionU5BU5D_t175AB10EB3221C36393F258F530F94D8DD01CB93* L_22 = __this->___interactions_3;
|
|
int32_t L_23 = ___4_interactionIndex;
|
|
NullCheck(L_22);
|
|
int32_t L_24 = L_23;
|
|
RuntimeObject* L_25 = (L_22)->GetAt(static_cast<il2cpp_array_size_t>(L_24));
|
|
NullCheck(L_25);
|
|
InterfaceActionInvoker1< InputInteractionContext_t4CDBDF3C6506B5C6C49523AA83127AB02599A92C* >::Invoke(0 /* System.Void UnityEngine.InputSystem.IInputInteraction::Process(UnityEngine.InputSystem.InputInteractionContext&) */, IInputInteraction_t689E6823744061ED815FB936C3EB3FDD3594B844_il2cpp_TypeInfo_var, L_25, (&V_1));
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.InputSystem.InputActionState::SetTotalTimeoutCompletionTime(System.Single,UnityEngine.InputSystem.InputActionState/TriggerState&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionState_SetTotalTimeoutCompletionTime_mF3EFE5D4D46A1FC9CF10AC3749C1DE6EDB0ECFA3 (InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* __this, float ___0_seconds, TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* ___1_trigger, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// ref var interactionState = ref interactionStates[trigger.interactionIndex];
|
|
InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE* L_0;
|
|
L_0 = InputActionState_get_interactionStates_mBA543F82BCCE87A8DAB9547346EAB8E972AB4C3F(__this, NULL);
|
|
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_1 = ___1_trigger;
|
|
int32_t L_2;
|
|
L_2 = TriggerState_get_interactionIndex_mDA74F3F62A69C872BBF1803967687E53E622DA46(L_1, NULL);
|
|
uint32_t L_3 = sizeof(InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE);
|
|
// interactionState.totalTimeoutCompletionDone = 0;
|
|
InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE* L_4 = ((InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE*)il2cpp_codegen_add((intptr_t)L_0, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_2), (int32_t)L_3))));
|
|
InteractionState_set_totalTimeoutCompletionDone_m7E622CEF597EEB0567FD1E6476786F3DF4A7C553_inline((InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE*)L_4, (0.0f), NULL);
|
|
// interactionState.totalTimeoutCompletionTimeRemaining = seconds;
|
|
float L_5 = ___0_seconds;
|
|
InteractionState_set_totalTimeoutCompletionTimeRemaining_m4F2D19F74032232A06E44FF9C30F28047D55A898_inline((InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE*)L_4, L_5, NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.InputSystem.InputActionState::StartTimeout(System.Single,UnityEngine.InputSystem.InputActionState/TriggerState&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionState_StartTimeout_m9B0C446694F02F51D199861AD7FF435426A42B0F (InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* __this, float ___0_seconds, TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* ___1_trigger, 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;
|
|
double V_1 = 0.0;
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* V_2 = NULL;
|
|
int32_t V_3 = 0;
|
|
int64_t V_4 = 0;
|
|
InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE* G_B2_0 = NULL;
|
|
InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE* G_B1_0 = NULL;
|
|
{
|
|
// var manager = InputSystem.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;
|
|
// var currentTime = trigger.time;
|
|
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_1 = ___1_trigger;
|
|
double L_2;
|
|
L_2 = TriggerState_get_time_m24F76F03E47DEFAEB40652814E189E13433EA29C_inline(L_1, NULL);
|
|
V_1 = L_2;
|
|
// var control = controls[trigger.controlIndex];
|
|
InputControlU5BU5D_t0B951FEF1504D6340387C4735F5D6F426F40FE17* L_3 = __this->___controls_2;
|
|
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_4 = ___1_trigger;
|
|
int32_t L_5;
|
|
L_5 = TriggerState_get_controlIndex_m61654A5C957F0DE7C600F5741F4BA5EE901DAF14(L_4, NULL);
|
|
NullCheck(L_3);
|
|
int32_t L_6 = L_5;
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_7 = (L_3)->GetAt(static_cast<il2cpp_array_size_t>(L_6));
|
|
V_2 = L_7;
|
|
// var interactionIndex = trigger.interactionIndex;
|
|
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_8 = ___1_trigger;
|
|
int32_t L_9;
|
|
L_9 = TriggerState_get_interactionIndex_mDA74F3F62A69C872BBF1803967687E53E622DA46(L_8, NULL);
|
|
V_3 = L_9;
|
|
// var monitorIndex =
|
|
// ToCombinedMapAndControlAndBindingIndex(trigger.mapIndex, trigger.controlIndex, trigger.bindingIndex);
|
|
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_10 = ___1_trigger;
|
|
int32_t L_11;
|
|
L_11 = TriggerState_get_mapIndex_m2EF42EE7F026B1FEAE73AD21ACF2891AB8A8C07E_inline(L_10, NULL);
|
|
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_12 = ___1_trigger;
|
|
int32_t L_13;
|
|
L_13 = TriggerState_get_controlIndex_m61654A5C957F0DE7C600F5741F4BA5EE901DAF14(L_12, NULL);
|
|
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_14 = ___1_trigger;
|
|
int32_t L_15;
|
|
L_15 = TriggerState_get_bindingIndex_mD851F8DDC14C14E5FE80E64F78F24A4FE8328133_inline(L_14, NULL);
|
|
int64_t L_16;
|
|
L_16 = InputActionState_ToCombinedMapAndControlAndBindingIndex_mFE5669F21048E72B1E6DF5E7DFD8A4C7A2B6C1C3(__this, L_11, L_13, L_15, NULL);
|
|
V_4 = L_16;
|
|
// ref var interactionState = ref interactionStates[interactionIndex];
|
|
InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE* L_17;
|
|
L_17 = InputActionState_get_interactionStates_mBA543F82BCCE87A8DAB9547346EAB8E972AB4C3F(__this, NULL);
|
|
int32_t L_18 = V_3;
|
|
uint32_t L_19 = sizeof(InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE);
|
|
// if (interactionState.isTimerRunning)
|
|
InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE* L_20 = ((InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE*)il2cpp_codegen_add((intptr_t)L_17, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_18), (int32_t)L_19))));
|
|
bool L_21;
|
|
L_21 = InteractionState_get_isTimerRunning_m869788E708A252FD2268471D20D560629CAC3E40((InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE*)L_20, NULL);
|
|
G_B1_0 = L_20;
|
|
if (!L_21)
|
|
{
|
|
G_B2_0 = L_20;
|
|
goto IL_005b;
|
|
}
|
|
}
|
|
{
|
|
// StopTimeout(interactionIndex);
|
|
int32_t L_22 = V_3;
|
|
InputActionState_StopTimeout_m3618B6709CA06E383E303497893A5D9D3B53CEB4(__this, L_22, NULL);
|
|
G_B2_0 = G_B1_0;
|
|
}
|
|
|
|
IL_005b:
|
|
{
|
|
// manager.AddStateChangeMonitorTimeout(control, this, currentTime + seconds, monitorIndex,
|
|
// interactionIndex);
|
|
InputManager_t69FCFDAC90F8EBB8EF4950CC0BE617D842A39210* L_23 = V_0;
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_24 = V_2;
|
|
double L_25 = V_1;
|
|
float L_26 = ___0_seconds;
|
|
int64_t L_27 = V_4;
|
|
int32_t L_28 = V_3;
|
|
NullCheck(L_23);
|
|
InputManager_AddStateChangeMonitorTimeout_mC6AEF512D3D61ACCC189D3FB19B18296CD3D8BFF(L_23, L_24, __this, ((double)il2cpp_codegen_add(L_25, ((double)L_26))), L_27, L_28, NULL);
|
|
// interactionState.isTimerRunning = true;
|
|
InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE* L_29 = G_B2_0;
|
|
InteractionState_set_isTimerRunning_m2DFE4F795C65D4A05D797F8A7F346238CF57F016((InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE*)L_29, (bool)1, NULL);
|
|
// interactionState.timerStartTime = currentTime;
|
|
InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE* L_30 = L_29;
|
|
double L_31 = V_1;
|
|
InteractionState_set_timerStartTime_m25E60D5CBC7599323F6EE54C1A046E77CD019456_inline((InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE*)L_30, L_31, NULL);
|
|
// interactionState.timerDuration = seconds;
|
|
InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE* L_32 = L_30;
|
|
float L_33 = ___0_seconds;
|
|
InteractionState_set_timerDuration_m6E90C8FA06295247F9A964261927B1059ECF918E_inline((InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE*)L_32, L_33, NULL);
|
|
// interactionState.timerMonitorIndex = monitorIndex;
|
|
int64_t L_34 = V_4;
|
|
InteractionState_set_timerMonitorIndex_m0C22737BEEA712F11C64C20FD485C250A1E38497_inline((InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE*)L_32, L_34, NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.InputSystem.InputActionState::StopTimeout(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionState_StopTimeout_m3618B6709CA06E383E303497893A5D9D3B53CEB4 (InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* __this, int32_t ___0_interactionIndex, 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;
|
|
}
|
|
InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE* V_0 = NULL;
|
|
{
|
|
// ref var interactionState = ref interactionStates[interactionIndex];
|
|
InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE* L_0;
|
|
L_0 = InputActionState_get_interactionStates_mBA543F82BCCE87A8DAB9547346EAB8E972AB4C3F(__this, NULL);
|
|
int32_t L_1 = ___0_interactionIndex;
|
|
uint32_t L_2 = sizeof(InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE);
|
|
V_0 = (InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE*)((InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE*)il2cpp_codegen_add((intptr_t)L_0, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_1), (int32_t)L_2))));
|
|
// var manager = InputSystem.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;
|
|
// manager.RemoveStateChangeMonitorTimeout(this, interactionState.timerMonitorIndex, interactionIndex);
|
|
InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE* L_4 = V_0;
|
|
int64_t L_5;
|
|
L_5 = InteractionState_get_timerMonitorIndex_m62CA25C75A48ED908B2D5AF97D69E4C397156ABA_inline(L_4, NULL);
|
|
int32_t L_6 = ___0_interactionIndex;
|
|
NullCheck(L_3);
|
|
InputManager_RemoveStateChangeMonitorTimeout_m112395C79777E5B919B945ABA0A6B76C9F320528(L_3, __this, L_5, L_6, NULL);
|
|
// interactionState.isTimerRunning = false;
|
|
InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE* L_7 = V_0;
|
|
InteractionState_set_isTimerRunning_m2DFE4F795C65D4A05D797F8A7F346238CF57F016(L_7, (bool)0, NULL);
|
|
// interactionState.totalTimeoutCompletionDone += interactionState.timerDuration;
|
|
InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE* L_8 = V_0;
|
|
InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE* L_9 = L_8;
|
|
float L_10;
|
|
L_10 = InteractionState_get_totalTimeoutCompletionDone_mE3B53A3CAD6815356DEB95ED550FD3D0549483CB_inline(L_9, NULL);
|
|
InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE* L_11 = V_0;
|
|
float L_12;
|
|
L_12 = InteractionState_get_timerDuration_mB84B3C865B815642CD39EBE08150F074E4792E88_inline(L_11, NULL);
|
|
InteractionState_set_totalTimeoutCompletionDone_m7E622CEF597EEB0567FD1E6476786F3DF4A7C553_inline(L_9, ((float)il2cpp_codegen_add(L_10, L_12)), NULL);
|
|
// interactionState.totalTimeoutCompletionTimeRemaining =
|
|
// Mathf.Max(interactionState.totalTimeoutCompletionTimeRemaining - interactionState.timerDuration, 0);
|
|
InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE* L_13 = V_0;
|
|
InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE* L_14 = V_0;
|
|
float L_15;
|
|
L_15 = InteractionState_get_totalTimeoutCompletionTimeRemaining_m27D25B76E20EAA77749D81CC86DB72F43D71AC88_inline(L_14, NULL);
|
|
InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE* L_16 = V_0;
|
|
float L_17;
|
|
L_17 = InteractionState_get_timerDuration_mB84B3C865B815642CD39EBE08150F074E4792E88_inline(L_16, NULL);
|
|
float L_18;
|
|
L_18 = Mathf_Max_mF5379E63D2BBAC76D090748695D833934F8AD051_inline(((float)il2cpp_codegen_subtract(L_15, L_17)), (0.0f), NULL);
|
|
InteractionState_set_totalTimeoutCompletionTimeRemaining_m4F2D19F74032232A06E44FF9C30F28047D55A898_inline(L_13, L_18, NULL);
|
|
// interactionState.timerDuration = default;
|
|
InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE* L_19 = V_0;
|
|
InteractionState_set_timerDuration_m6E90C8FA06295247F9A964261927B1059ECF918E_inline(L_19, (0.0f), NULL);
|
|
// interactionState.timerStartTime = default;
|
|
InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE* L_20 = V_0;
|
|
InteractionState_set_timerStartTime_m25E60D5CBC7599323F6EE54C1A046E77CD019456_inline(L_20, (0.0), NULL);
|
|
// interactionState.timerMonitorIndex = default;
|
|
InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE* L_21 = V_0;
|
|
InteractionState_set_timerMonitorIndex_m0C22737BEEA712F11C64C20FD485C250A1E38497_inline(L_21, ((int64_t)0), NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.InputSystem.InputActionState::ChangePhaseOfInteraction(UnityEngine.InputSystem.InputActionPhase,UnityEngine.InputSystem.InputActionState/TriggerState&,UnityEngine.InputSystem.InputActionPhase,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionState_ChangePhaseOfInteraction_m2C8360A5E802D76061B3CB996BE23AD626F4A63F (InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* __this, int32_t ___0_newPhase, TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* ___1_trigger, int32_t ___2_phaseAfterPerformed, bool ___3_processNextInteractionOnCancel, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
int32_t V_2 = 0;
|
|
InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE* V_3 = NULL;
|
|
int32_t V_4 = 0;
|
|
int32_t V_5 = 0;
|
|
int32_t V_6 = 0;
|
|
int32_t V_7 = 0;
|
|
int32_t V_8 = 0;
|
|
double V_9 = 0.0;
|
|
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D V_10;
|
|
memset((&V_10), 0, sizeof(V_10));
|
|
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D 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;
|
|
{
|
|
// var interactionIndex = trigger.interactionIndex;
|
|
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_0 = ___1_trigger;
|
|
int32_t L_1;
|
|
L_1 = TriggerState_get_interactionIndex_mDA74F3F62A69C872BBF1803967687E53E622DA46(L_0, NULL);
|
|
V_0 = L_1;
|
|
// var bindingIndex = trigger.bindingIndex;
|
|
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_2 = ___1_trigger;
|
|
int32_t L_3;
|
|
L_3 = TriggerState_get_bindingIndex_mD851F8DDC14C14E5FE80E64F78F24A4FE8328133_inline(L_2, NULL);
|
|
V_1 = L_3;
|
|
// var phaseAfterPerformedOrCanceled = InputActionPhase.Waiting;
|
|
V_2 = 1;
|
|
// if (newPhase == InputActionPhase.Performed)
|
|
int32_t L_4 = ___0_newPhase;
|
|
if ((!(((uint32_t)L_4) == ((uint32_t)3))))
|
|
{
|
|
goto IL_0016;
|
|
}
|
|
}
|
|
{
|
|
// phaseAfterPerformedOrCanceled = phaseAfterPerformed;
|
|
int32_t L_5 = ___2_phaseAfterPerformed;
|
|
V_2 = L_5;
|
|
}
|
|
|
|
IL_0016:
|
|
{
|
|
// ref var interactionState = ref interactionStates[interactionIndex];
|
|
InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE* L_6;
|
|
L_6 = InputActionState_get_interactionStates_mBA543F82BCCE87A8DAB9547346EAB8E972AB4C3F(__this, NULL);
|
|
int32_t L_7 = V_0;
|
|
uint32_t L_8 = sizeof(InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE);
|
|
V_3 = (InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE*)((InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE*)il2cpp_codegen_add((intptr_t)L_6, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_7), (int32_t)L_8))));
|
|
// if (interactionState.isTimerRunning)
|
|
InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE* L_9 = V_3;
|
|
bool L_10;
|
|
L_10 = InteractionState_get_isTimerRunning_m869788E708A252FD2268471D20D560629CAC3E40(L_9, NULL);
|
|
if (!L_10)
|
|
{
|
|
goto IL_003b;
|
|
}
|
|
}
|
|
{
|
|
// StopTimeout(trigger.interactionIndex);
|
|
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_11 = ___1_trigger;
|
|
int32_t L_12;
|
|
L_12 = TriggerState_get_interactionIndex_mDA74F3F62A69C872BBF1803967687E53E622DA46(L_11, NULL);
|
|
InputActionState_StopTimeout_m3618B6709CA06E383E303497893A5D9D3B53CEB4(__this, L_12, NULL);
|
|
}
|
|
|
|
IL_003b:
|
|
{
|
|
// interactionState.phase = newPhase;
|
|
InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE* L_13 = V_3;
|
|
int32_t L_14 = ___0_newPhase;
|
|
InteractionState_set_phase_m3A2D1A98F600B7B2580392878057207EA7C1397A(L_13, L_14, NULL);
|
|
// interactionState.triggerControlIndex = trigger.controlIndex;
|
|
InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE* L_15 = V_3;
|
|
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_16 = ___1_trigger;
|
|
int32_t L_17;
|
|
L_17 = TriggerState_get_controlIndex_m61654A5C957F0DE7C600F5741F4BA5EE901DAF14(L_16, NULL);
|
|
InteractionState_set_triggerControlIndex_m59641351155913B51FDBB126F7022A28B6CF24ED(L_15, L_17, NULL);
|
|
// interactionState.startTime = trigger.startTime;
|
|
InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE* L_18 = V_3;
|
|
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_19 = ___1_trigger;
|
|
double L_20;
|
|
L_20 = TriggerState_get_startTime_mD52E8758CA46F480B5BA5B0BAB6BB7EF793B6F68_inline(L_19, NULL);
|
|
InteractionState_set_startTime_m0610D1FDECE3F5770B3A8B93CA0810A7DF9900A5_inline(L_18, L_20, NULL);
|
|
// if (newPhase == InputActionPhase.Performed)
|
|
int32_t L_21 = ___0_newPhase;
|
|
if ((!(((uint32_t)L_21) == ((uint32_t)3))))
|
|
{
|
|
goto IL_006a;
|
|
}
|
|
}
|
|
{
|
|
// interactionState.performedTime = trigger.time;
|
|
InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE* L_22 = V_3;
|
|
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_23 = ___1_trigger;
|
|
double L_24;
|
|
L_24 = TriggerState_get_time_m24F76F03E47DEFAEB40652814E189E13433EA29C_inline(L_23, NULL);
|
|
InteractionState_set_performedTime_mCD385C7F94EF23C531A8FBF30A5BC05559FE0631_inline(L_22, L_24, NULL);
|
|
}
|
|
|
|
IL_006a:
|
|
{
|
|
// var actionIndex = bindingStates[bindingIndex].actionIndex; // We already had to tap this array and entry in ProcessControlStateChange.
|
|
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* L_25;
|
|
L_25 = InputActionState_get_bindingStates_mF497553BC159C0B3BFE6A8BAD6336EB09CB4B2DE(__this, NULL);
|
|
int32_t L_26 = V_1;
|
|
uint32_t L_27 = sizeof(BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA);
|
|
int32_t L_28;
|
|
L_28 = BindingState_get_actionIndex_m086C5EA34E744AAC4C9D94DC9A878030EEECC96F((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)il2cpp_codegen_add((intptr_t)L_25, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_26), (int32_t)L_27)))), NULL);
|
|
V_4 = L_28;
|
|
// if (actionIndex != -1)
|
|
int32_t L_29 = V_4;
|
|
if ((((int32_t)L_29) == ((int32_t)(-1))))
|
|
{
|
|
goto IL_0334;
|
|
}
|
|
}
|
|
{
|
|
// if (actionStates[actionIndex].phase == InputActionPhase.Waiting)
|
|
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_30;
|
|
L_30 = InputActionState_get_actionStates_mFDC87519E9E826C5DAEE9E13058312FF82E16E0B(__this, NULL);
|
|
int32_t L_31 = V_4;
|
|
uint32_t L_32 = sizeof(TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D);
|
|
int32_t L_33;
|
|
L_33 = TriggerState_get_phase_m11BDB3D761D241980978DA52027C1E3B507D0D6D_inline((TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*)((TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*)il2cpp_codegen_add((intptr_t)L_30, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_31), (int32_t)L_32)))), NULL);
|
|
if ((!(((uint32_t)L_33) == ((uint32_t)1))))
|
|
{
|
|
goto IL_00b1;
|
|
}
|
|
}
|
|
{
|
|
// if (!ChangePhaseOfAction(newPhase, ref trigger,
|
|
// phaseAfterPerformedOrCanceled: phaseAfterPerformedOrCanceled))
|
|
int32_t L_34 = ___0_newPhase;
|
|
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_35 = ___1_trigger;
|
|
int32_t L_36 = V_2;
|
|
bool L_37;
|
|
L_37 = InputActionState_ChangePhaseOfAction_m08AA286C86CDD9C261C39FD8193EEC4DBD81155A(__this, L_34, L_35, L_36, NULL);
|
|
if (L_37)
|
|
{
|
|
goto IL_0334;
|
|
}
|
|
}
|
|
{
|
|
// return;
|
|
return;
|
|
}
|
|
|
|
IL_00b1:
|
|
{
|
|
// else if (newPhase == InputActionPhase.Canceled && actionStates[actionIndex].interactionIndex == trigger.interactionIndex)
|
|
int32_t L_38 = ___0_newPhase;
|
|
if ((!(((uint32_t)L_38) == ((uint32_t)4))))
|
|
{
|
|
goto IL_02ae;
|
|
}
|
|
}
|
|
{
|
|
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_39;
|
|
L_39 = InputActionState_get_actionStates_mFDC87519E9E826C5DAEE9E13058312FF82E16E0B(__this, NULL);
|
|
int32_t L_40 = V_4;
|
|
uint32_t L_41 = sizeof(TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D);
|
|
int32_t L_42;
|
|
L_42 = TriggerState_get_interactionIndex_mDA74F3F62A69C872BBF1803967687E53E622DA46((TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*)((TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*)il2cpp_codegen_add((intptr_t)L_39, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_40), (int32_t)L_41)))), NULL);
|
|
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_43 = ___1_trigger;
|
|
int32_t L_44;
|
|
L_44 = TriggerState_get_interactionIndex_mDA74F3F62A69C872BBF1803967687E53E622DA46(L_43, NULL);
|
|
if ((!(((uint32_t)L_42) == ((uint32_t)L_44))))
|
|
{
|
|
goto IL_02ae;
|
|
}
|
|
}
|
|
{
|
|
// if (!ChangePhaseOfAction(newPhase, ref trigger))
|
|
int32_t L_45 = ___0_newPhase;
|
|
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_46 = ___1_trigger;
|
|
bool L_47;
|
|
L_47 = InputActionState_ChangePhaseOfAction_m08AA286C86CDD9C261C39FD8193EEC4DBD81155A(__this, L_45, L_46, 1, NULL);
|
|
if (L_47)
|
|
{
|
|
goto IL_00e5;
|
|
}
|
|
}
|
|
{
|
|
// return;
|
|
return;
|
|
}
|
|
|
|
IL_00e5:
|
|
{
|
|
// if (processNextInteractionOnCancel == false)
|
|
bool L_48 = ___3_processNextInteractionOnCancel;
|
|
if (L_48)
|
|
{
|
|
goto IL_00ea;
|
|
}
|
|
}
|
|
{
|
|
// return;
|
|
return;
|
|
}
|
|
|
|
IL_00ea:
|
|
{
|
|
// var interactionStartIndex = bindingStates[bindingIndex].interactionStartIndex;
|
|
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* L_49;
|
|
L_49 = InputActionState_get_bindingStates_mF497553BC159C0B3BFE6A8BAD6336EB09CB4B2DE(__this, NULL);
|
|
int32_t L_50 = V_1;
|
|
uint32_t L_51 = sizeof(BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA);
|
|
int32_t L_52;
|
|
L_52 = BindingState_get_interactionStartIndex_m4439E4A04B1884E5ACB3B5EDE03C0B5DAB78D09B((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)il2cpp_codegen_add((intptr_t)L_49, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_50), (int32_t)L_51)))), NULL);
|
|
V_5 = L_52;
|
|
// var numInteractions = bindingStates[bindingIndex].interactionCount;
|
|
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* L_53;
|
|
L_53 = InputActionState_get_bindingStates_mF497553BC159C0B3BFE6A8BAD6336EB09CB4B2DE(__this, NULL);
|
|
int32_t L_54 = V_1;
|
|
uint32_t L_55 = sizeof(BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA);
|
|
int32_t L_56;
|
|
L_56 = BindingState_get_interactionCount_mED48D9B70A4476FAF32F3628574321BC7132735C_inline((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)il2cpp_codegen_add((intptr_t)L_53, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_54), (int32_t)L_55)))), NULL);
|
|
V_6 = L_56;
|
|
// for (var i = 0; i < numInteractions; ++i)
|
|
V_7 = 0;
|
|
goto IL_02a0;
|
|
}
|
|
|
|
IL_0120:
|
|
{
|
|
// var index = interactionStartIndex + i;
|
|
int32_t L_57 = V_5;
|
|
int32_t L_58 = V_7;
|
|
V_8 = ((int32_t)il2cpp_codegen_add(L_57, L_58));
|
|
// if (index != trigger.interactionIndex && (interactionStates[index].phase == InputActionPhase.Started ||
|
|
// interactionStates[index].phase == InputActionPhase.Performed))
|
|
int32_t L_59 = V_8;
|
|
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_60 = ___1_trigger;
|
|
int32_t L_61;
|
|
L_61 = TriggerState_get_interactionIndex_mDA74F3F62A69C872BBF1803967687E53E622DA46(L_60, NULL);
|
|
if ((((int32_t)L_59) == ((int32_t)L_61)))
|
|
{
|
|
goto IL_029a;
|
|
}
|
|
}
|
|
{
|
|
InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE* L_62;
|
|
L_62 = InputActionState_get_interactionStates_mBA543F82BCCE87A8DAB9547346EAB8E972AB4C3F(__this, NULL);
|
|
int32_t L_63 = V_8;
|
|
uint32_t L_64 = sizeof(InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE);
|
|
int32_t L_65;
|
|
L_65 = InteractionState_get_phase_m478B9D7AAE57D8540C544DE41EC0AA57E3C63A18_inline((InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE*)((InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE*)il2cpp_codegen_add((intptr_t)L_62, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_63), (int32_t)L_64)))), NULL);
|
|
if ((((int32_t)L_65) == ((int32_t)2)))
|
|
{
|
|
goto IL_0169;
|
|
}
|
|
}
|
|
{
|
|
InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE* L_66;
|
|
L_66 = InputActionState_get_interactionStates_mBA543F82BCCE87A8DAB9547346EAB8E972AB4C3F(__this, NULL);
|
|
int32_t L_67 = V_8;
|
|
uint32_t L_68 = sizeof(InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE);
|
|
int32_t L_69;
|
|
L_69 = InteractionState_get_phase_m478B9D7AAE57D8540C544DE41EC0AA57E3C63A18_inline((InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE*)((InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE*)il2cpp_codegen_add((intptr_t)L_66, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_67), (int32_t)L_68)))), NULL);
|
|
if ((!(((uint32_t)L_69) == ((uint32_t)3))))
|
|
{
|
|
goto IL_029a;
|
|
}
|
|
}
|
|
|
|
IL_0169:
|
|
{
|
|
// var startTime = interactionStates[index].startTime;
|
|
InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE* L_70;
|
|
L_70 = InputActionState_get_interactionStates_mBA543F82BCCE87A8DAB9547346EAB8E972AB4C3F(__this, NULL);
|
|
int32_t L_71 = V_8;
|
|
uint32_t L_72 = sizeof(InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE);
|
|
double L_73;
|
|
L_73 = InteractionState_get_startTime_m6DB82A88100CFC618BDA1401E4144B353871DC40_inline((InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE*)((InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE*)il2cpp_codegen_add((intptr_t)L_70, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_71), (int32_t)L_72)))), NULL);
|
|
V_9 = L_73;
|
|
// var triggerForInteraction = new TriggerState
|
|
// {
|
|
// phase = InputActionPhase.Started,
|
|
// controlIndex = interactionStates[index].triggerControlIndex,
|
|
// bindingIndex = trigger.bindingIndex,
|
|
// interactionIndex = index,
|
|
// mapIndex = trigger.mapIndex,
|
|
// time = startTime,
|
|
// startTime = startTime,
|
|
// };
|
|
il2cpp_codegen_initobj((&V_11), sizeof(TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D));
|
|
TriggerState_set_phase_mF4C392049D7510A9AEA8E32B21D57816BEEF7183((&V_11), 2, NULL);
|
|
InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE* L_74;
|
|
L_74 = InputActionState_get_interactionStates_mBA543F82BCCE87A8DAB9547346EAB8E972AB4C3F(__this, NULL);
|
|
int32_t L_75 = V_8;
|
|
uint32_t L_76 = sizeof(InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE);
|
|
int32_t L_77;
|
|
L_77 = InteractionState_get_triggerControlIndex_m14C692459EE9B4DEF0380D3F8D81B161671A4861((InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE*)((InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE*)il2cpp_codegen_add((intptr_t)L_74, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_75), (int32_t)L_76)))), NULL);
|
|
TriggerState_set_controlIndex_m22920FF140D4A3E3738DFC782BD851BC7E2B6266((&V_11), L_77, NULL);
|
|
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_78 = ___1_trigger;
|
|
int32_t L_79;
|
|
L_79 = TriggerState_get_bindingIndex_mD851F8DDC14C14E5FE80E64F78F24A4FE8328133_inline(L_78, NULL);
|
|
TriggerState_set_bindingIndex_m11CEA53F0EDB785459A2038B9224D1C9BE2CE494((&V_11), L_79, NULL);
|
|
int32_t L_80 = V_8;
|
|
TriggerState_set_interactionIndex_mEB92C007E39BD22BE638934BD159148764618164((&V_11), L_80, NULL);
|
|
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_81 = ___1_trigger;
|
|
int32_t L_82;
|
|
L_82 = TriggerState_get_mapIndex_m2EF42EE7F026B1FEAE73AD21ACF2891AB8A8C07E_inline(L_81, NULL);
|
|
TriggerState_set_mapIndex_mA74FE020F8DB85B61A16EE6BF0BE4A58C48A4923((&V_11), L_82, NULL);
|
|
double L_83 = V_9;
|
|
TriggerState_set_time_m316DF2AFC1F34386975756AB652DB628B954CEA5_inline((&V_11), L_83, NULL);
|
|
double L_84 = V_9;
|
|
TriggerState_set_startTime_mE949DC15C580566A6C93904D659C91E1AC633609_inline((&V_11), L_84, NULL);
|
|
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D L_85 = V_11;
|
|
V_10 = L_85;
|
|
// if (!ChangePhaseOfAction(InputActionPhase.Started, ref triggerForInteraction))
|
|
bool L_86;
|
|
L_86 = InputActionState_ChangePhaseOfAction_m08AA286C86CDD9C261C39FD8193EEC4DBD81155A(__this, 2, (&V_10), 1, NULL);
|
|
if (L_86)
|
|
{
|
|
goto IL_01f4;
|
|
}
|
|
}
|
|
{
|
|
// return;
|
|
return;
|
|
}
|
|
|
|
IL_01f4:
|
|
{
|
|
// if (interactionStates[index].phase == InputActionPhase.Performed)
|
|
InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE* L_87;
|
|
L_87 = InputActionState_get_interactionStates_mBA543F82BCCE87A8DAB9547346EAB8E972AB4C3F(__this, NULL);
|
|
int32_t L_88 = V_8;
|
|
uint32_t L_89 = sizeof(InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE);
|
|
int32_t L_90;
|
|
L_90 = InteractionState_get_phase_m478B9D7AAE57D8540C544DE41EC0AA57E3C63A18_inline((InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE*)((InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE*)il2cpp_codegen_add((intptr_t)L_87, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_88), (int32_t)L_89)))), NULL);
|
|
if ((!(((uint32_t)L_90) == ((uint32_t)3))))
|
|
{
|
|
goto IL_0334;
|
|
}
|
|
}
|
|
{
|
|
// triggerForInteraction = new TriggerState
|
|
// {
|
|
// phase = InputActionPhase.Performed,
|
|
// controlIndex = interactionStates[index].triggerControlIndex,
|
|
// bindingIndex = trigger.bindingIndex,
|
|
// interactionIndex = index,
|
|
// mapIndex = trigger.mapIndex,
|
|
// time = interactionStates[index].performedTime, // Time when the interaction performed.
|
|
// startTime = startTime,
|
|
// };
|
|
il2cpp_codegen_initobj((&V_11), sizeof(TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D));
|
|
TriggerState_set_phase_mF4C392049D7510A9AEA8E32B21D57816BEEF7183((&V_11), 3, NULL);
|
|
InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE* L_91;
|
|
L_91 = InputActionState_get_interactionStates_mBA543F82BCCE87A8DAB9547346EAB8E972AB4C3F(__this, NULL);
|
|
int32_t L_92 = V_8;
|
|
uint32_t L_93 = sizeof(InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE);
|
|
int32_t L_94;
|
|
L_94 = InteractionState_get_triggerControlIndex_m14C692459EE9B4DEF0380D3F8D81B161671A4861((InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE*)((InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE*)il2cpp_codegen_add((intptr_t)L_91, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_92), (int32_t)L_93)))), NULL);
|
|
TriggerState_set_controlIndex_m22920FF140D4A3E3738DFC782BD851BC7E2B6266((&V_11), L_94, NULL);
|
|
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_95 = ___1_trigger;
|
|
int32_t L_96;
|
|
L_96 = TriggerState_get_bindingIndex_mD851F8DDC14C14E5FE80E64F78F24A4FE8328133_inline(L_95, NULL);
|
|
TriggerState_set_bindingIndex_m11CEA53F0EDB785459A2038B9224D1C9BE2CE494((&V_11), L_96, NULL);
|
|
int32_t L_97 = V_8;
|
|
TriggerState_set_interactionIndex_mEB92C007E39BD22BE638934BD159148764618164((&V_11), L_97, NULL);
|
|
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_98 = ___1_trigger;
|
|
int32_t L_99;
|
|
L_99 = TriggerState_get_mapIndex_m2EF42EE7F026B1FEAE73AD21ACF2891AB8A8C07E_inline(L_98, NULL);
|
|
TriggerState_set_mapIndex_mA74FE020F8DB85B61A16EE6BF0BE4A58C48A4923((&V_11), L_99, NULL);
|
|
InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE* L_100;
|
|
L_100 = InputActionState_get_interactionStates_mBA543F82BCCE87A8DAB9547346EAB8E972AB4C3F(__this, NULL);
|
|
int32_t L_101 = V_8;
|
|
uint32_t L_102 = sizeof(InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE);
|
|
double L_103;
|
|
L_103 = InteractionState_get_performedTime_m9249E85237D76B773AE77DA835BBC042785C7D24_inline((InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE*)((InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE*)il2cpp_codegen_add((intptr_t)L_100, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_101), (int32_t)L_102)))), NULL);
|
|
TriggerState_set_time_m316DF2AFC1F34386975756AB652DB628B954CEA5_inline((&V_11), L_103, NULL);
|
|
double L_104 = V_9;
|
|
TriggerState_set_startTime_mE949DC15C580566A6C93904D659C91E1AC633609_inline((&V_11), L_104, NULL);
|
|
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D L_105 = V_11;
|
|
V_10 = L_105;
|
|
// if (!ChangePhaseOfAction(InputActionPhase.Performed, ref triggerForInteraction))
|
|
bool L_106;
|
|
L_106 = InputActionState_ChangePhaseOfAction_m08AA286C86CDD9C261C39FD8193EEC4DBD81155A(__this, 3, (&V_10), 1, NULL);
|
|
if (L_106)
|
|
{
|
|
goto IL_0334;
|
|
}
|
|
}
|
|
{
|
|
// return;
|
|
return;
|
|
}
|
|
|
|
IL_029a:
|
|
{
|
|
// for (var i = 0; i < numInteractions; ++i)
|
|
int32_t L_107 = V_7;
|
|
V_7 = ((int32_t)il2cpp_codegen_add(L_107, 1));
|
|
}
|
|
|
|
IL_02a0:
|
|
{
|
|
// for (var i = 0; i < numInteractions; ++i)
|
|
int32_t L_108 = V_7;
|
|
int32_t L_109 = V_6;
|
|
if ((((int32_t)L_108) < ((int32_t)L_109)))
|
|
{
|
|
goto IL_0120;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0334;
|
|
}
|
|
|
|
IL_02ae:
|
|
{
|
|
// else if (actionStates[actionIndex].interactionIndex == trigger.interactionIndex)
|
|
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_110;
|
|
L_110 = InputActionState_get_actionStates_mFDC87519E9E826C5DAEE9E13058312FF82E16E0B(__this, NULL);
|
|
int32_t L_111 = V_4;
|
|
uint32_t L_112 = sizeof(TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D);
|
|
int32_t L_113;
|
|
L_113 = TriggerState_get_interactionIndex_mDA74F3F62A69C872BBF1803967687E53E622DA46((TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*)((TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*)il2cpp_codegen_add((intptr_t)L_110, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_111), (int32_t)L_112)))), NULL);
|
|
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_114 = ___1_trigger;
|
|
int32_t L_115;
|
|
L_115 = TriggerState_get_interactionIndex_mDA74F3F62A69C872BBF1803967687E53E622DA46(L_114, NULL);
|
|
if ((!(((uint32_t)L_113) == ((uint32_t)L_115))))
|
|
{
|
|
goto IL_0334;
|
|
}
|
|
}
|
|
{
|
|
// if (!ChangePhaseOfAction(newPhase, ref trigger, phaseAfterPerformedOrCanceled))
|
|
int32_t L_116 = ___0_newPhase;
|
|
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_117 = ___1_trigger;
|
|
int32_t L_118 = V_2;
|
|
bool L_119;
|
|
L_119 = InputActionState_ChangePhaseOfAction_m08AA286C86CDD9C261C39FD8193EEC4DBD81155A(__this, L_116, L_117, L_118, NULL);
|
|
if (L_119)
|
|
{
|
|
goto IL_02d8;
|
|
}
|
|
}
|
|
{
|
|
// return;
|
|
return;
|
|
}
|
|
|
|
IL_02d8:
|
|
{
|
|
// if (newPhase == InputActionPhase.Performed)
|
|
int32_t L_120 = ___0_newPhase;
|
|
if ((!(((uint32_t)L_120) == ((uint32_t)3))))
|
|
{
|
|
goto IL_0334;
|
|
}
|
|
}
|
|
{
|
|
// var interactionStartIndex = bindingStates[bindingIndex].interactionStartIndex;
|
|
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* L_121;
|
|
L_121 = InputActionState_get_bindingStates_mF497553BC159C0B3BFE6A8BAD6336EB09CB4B2DE(__this, NULL);
|
|
int32_t L_122 = V_1;
|
|
uint32_t L_123 = sizeof(BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA);
|
|
int32_t L_124;
|
|
L_124 = BindingState_get_interactionStartIndex_m4439E4A04B1884E5ACB3B5EDE03C0B5DAB78D09B((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)il2cpp_codegen_add((intptr_t)L_121, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_122), (int32_t)L_123)))), NULL);
|
|
V_12 = L_124;
|
|
// var numInteractions = bindingStates[bindingIndex].interactionCount;
|
|
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* L_125;
|
|
L_125 = InputActionState_get_bindingStates_mF497553BC159C0B3BFE6A8BAD6336EB09CB4B2DE(__this, NULL);
|
|
int32_t L_126 = V_1;
|
|
uint32_t L_127 = sizeof(BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA);
|
|
int32_t L_128;
|
|
L_128 = BindingState_get_interactionCount_mED48D9B70A4476FAF32F3628574321BC7132735C_inline((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)il2cpp_codegen_add((intptr_t)L_125, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_126), (int32_t)L_127)))), NULL);
|
|
V_13 = L_128;
|
|
// for (var i = 0; i < numInteractions; ++i)
|
|
V_14 = 0;
|
|
goto IL_032e;
|
|
}
|
|
|
|
IL_030f:
|
|
{
|
|
// var index = interactionStartIndex + i;
|
|
int32_t L_129 = V_12;
|
|
int32_t L_130 = V_14;
|
|
V_15 = ((int32_t)il2cpp_codegen_add(L_129, L_130));
|
|
// if (index != trigger.interactionIndex)
|
|
int32_t L_131 = V_15;
|
|
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_132 = ___1_trigger;
|
|
int32_t L_133;
|
|
L_133 = TriggerState_get_interactionIndex_mDA74F3F62A69C872BBF1803967687E53E622DA46(L_132, NULL);
|
|
if ((((int32_t)L_131) == ((int32_t)L_133)))
|
|
{
|
|
goto IL_0328;
|
|
}
|
|
}
|
|
{
|
|
// ResetInteractionState(index);
|
|
int32_t L_134 = V_15;
|
|
InputActionState_ResetInteractionState_mBFB2B6A9CCC9C3460DB08301AC8ABAEF84C6BBDC(__this, L_134, NULL);
|
|
}
|
|
|
|
IL_0328:
|
|
{
|
|
// for (var i = 0; i < numInteractions; ++i)
|
|
int32_t L_135 = V_14;
|
|
V_14 = ((int32_t)il2cpp_codegen_add(L_135, 1));
|
|
}
|
|
|
|
IL_032e:
|
|
{
|
|
// for (var i = 0; i < numInteractions; ++i)
|
|
int32_t L_136 = V_14;
|
|
int32_t L_137 = V_13;
|
|
if ((((int32_t)L_136) < ((int32_t)L_137)))
|
|
{
|
|
goto IL_030f;
|
|
}
|
|
}
|
|
|
|
IL_0334:
|
|
{
|
|
// if (newPhase == InputActionPhase.Performed && actionStates[actionIndex].interactionIndex != trigger.interactionIndex)
|
|
int32_t L_138 = ___0_newPhase;
|
|
if ((!(((uint32_t)L_138) == ((uint32_t)3))))
|
|
{
|
|
goto IL_0356;
|
|
}
|
|
}
|
|
{
|
|
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_139;
|
|
L_139 = InputActionState_get_actionStates_mFDC87519E9E826C5DAEE9E13058312FF82E16E0B(__this, NULL);
|
|
int32_t L_140 = V_4;
|
|
uint32_t L_141 = sizeof(TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D);
|
|
int32_t L_142;
|
|
L_142 = TriggerState_get_interactionIndex_mDA74F3F62A69C872BBF1803967687E53E622DA46((TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*)((TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*)il2cpp_codegen_add((intptr_t)L_139, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_140), (int32_t)L_141)))), NULL);
|
|
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_143 = ___1_trigger;
|
|
int32_t L_144;
|
|
L_144 = TriggerState_get_interactionIndex_mDA74F3F62A69C872BBF1803967687E53E622DA46(L_143, NULL);
|
|
if ((!(((uint32_t)L_142) == ((uint32_t)L_144))))
|
|
{
|
|
goto IL_037a;
|
|
}
|
|
}
|
|
|
|
IL_0356:
|
|
{
|
|
// else if (newPhase == InputActionPhase.Performed && phaseAfterPerformed != InputActionPhase.Waiting)
|
|
int32_t L_145 = ___0_newPhase;
|
|
if ((!(((uint32_t)L_145) == ((uint32_t)3))))
|
|
{
|
|
goto IL_0366;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_146 = ___2_phaseAfterPerformed;
|
|
if ((((int32_t)L_146) == ((int32_t)1)))
|
|
{
|
|
goto IL_0366;
|
|
}
|
|
}
|
|
{
|
|
// interactionState.phase = phaseAfterPerformed;
|
|
InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE* L_147 = V_3;
|
|
int32_t L_148 = ___2_phaseAfterPerformed;
|
|
InteractionState_set_phase_m3A2D1A98F600B7B2580392878057207EA7C1397A(L_147, L_148, NULL);
|
|
return;
|
|
}
|
|
|
|
IL_0366:
|
|
{
|
|
// else if (newPhase == InputActionPhase.Performed || newPhase == InputActionPhase.Canceled)
|
|
int32_t L_149 = ___0_newPhase;
|
|
if ((((int32_t)L_149) == ((int32_t)3)))
|
|
{
|
|
goto IL_036e;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_150 = ___0_newPhase;
|
|
if ((!(((uint32_t)L_150) == ((uint32_t)4))))
|
|
{
|
|
goto IL_037a;
|
|
}
|
|
}
|
|
|
|
IL_036e:
|
|
{
|
|
// ResetInteractionState(trigger.interactionIndex);
|
|
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_151 = ___1_trigger;
|
|
int32_t L_152;
|
|
L_152 = TriggerState_get_interactionIndex_mDA74F3F62A69C872BBF1803967687E53E622DA46(L_151, NULL);
|
|
InputActionState_ResetInteractionState_mBFB2B6A9CCC9C3460DB08301AC8ABAEF84C6BBDC(__this, L_152, NULL);
|
|
}
|
|
|
|
IL_037a:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Boolean UnityEngine.InputSystem.InputActionState::ChangePhaseOfAction(UnityEngine.InputSystem.InputActionPhase,UnityEngine.InputSystem.InputActionState/TriggerState&,UnityEngine.InputSystem.InputActionPhase)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputActionState_ChangePhaseOfAction_m08AA286C86CDD9C261C39FD8193EEC4DBD81155A (InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* __this, int32_t ___0_newPhase, TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* ___1_trigger, int32_t ___2_phaseAfterPerformedOrCanceled, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* V_1 = NULL;
|
|
bool V_2 = false;
|
|
{
|
|
// var actionIndex = bindingStates[trigger.bindingIndex].actionIndex;
|
|
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* L_0;
|
|
L_0 = InputActionState_get_bindingStates_mF497553BC159C0B3BFE6A8BAD6336EB09CB4B2DE(__this, NULL);
|
|
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_1 = ___1_trigger;
|
|
int32_t L_2;
|
|
L_2 = TriggerState_get_bindingIndex_mD851F8DDC14C14E5FE80E64F78F24A4FE8328133_inline(L_1, NULL);
|
|
uint32_t L_3 = sizeof(BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA);
|
|
int32_t L_4;
|
|
L_4 = BindingState_get_actionIndex_m086C5EA34E744AAC4C9D94DC9A878030EEECC96F((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)il2cpp_codegen_add((intptr_t)L_0, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_2), (int32_t)L_3)))), NULL);
|
|
V_0 = L_4;
|
|
// if (actionIndex == kInvalidIndex)
|
|
int32_t L_5 = V_0;
|
|
if ((!(((uint32_t)L_5) == ((uint32_t)(-1)))))
|
|
{
|
|
goto IL_0021;
|
|
}
|
|
}
|
|
{
|
|
// return true; // No action associated with binding.
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0021:
|
|
{
|
|
// var actionState = &actionStates[actionIndex];
|
|
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_6;
|
|
L_6 = InputActionState_get_actionStates_mFDC87519E9E826C5DAEE9E13058312FF82E16E0B(__this, NULL);
|
|
int32_t L_7 = V_0;
|
|
uint32_t L_8 = sizeof(TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D);
|
|
V_1 = (TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*)((uintptr_t)((TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*)il2cpp_codegen_add((intptr_t)L_6, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_7), (int32_t)L_8)))));
|
|
// if (actionState->isDisabled)
|
|
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_9 = V_1;
|
|
bool L_10;
|
|
L_10 = TriggerState_get_isDisabled_m9AC6EF45F9C18ADF229F46BB9DDF954CBAC8A4B8((TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*)L_9, NULL);
|
|
if (!L_10)
|
|
{
|
|
goto IL_003d;
|
|
}
|
|
}
|
|
{
|
|
// return true;
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_003d:
|
|
{
|
|
// actionState->inProcessing = true;
|
|
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_11 = V_1;
|
|
TriggerState_set_inProcessing_mC1D7D0622801ABE29CC8B5638C2CE2123215505B((TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*)L_11, (bool)1, NULL);
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_0107:
|
|
{// begin finally (depth: 1)
|
|
// actionState->inProcessing = false;
|
|
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_12 = V_1;
|
|
TriggerState_set_inProcessing_mC1D7D0622801ABE29CC8B5638C2CE2123215505B((TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*)L_12, (bool)0, NULL);
|
|
// }
|
|
return;
|
|
}// end finally (depth: 1)
|
|
});
|
|
try
|
|
{// begin try (depth: 1)
|
|
{
|
|
// if (actionState->isPassThrough && trigger.interactionIndex == kInvalidIndex)
|
|
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_13 = V_1;
|
|
bool L_14;
|
|
L_14 = TriggerState_get_isPassThrough_mB7D87BF1876C0E39D9F556AC7CB4A8A08BB331EA((TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*)L_13, NULL);
|
|
if (!L_14)
|
|
{
|
|
goto IL_0071_1;
|
|
}
|
|
}
|
|
{
|
|
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_15 = ___1_trigger;
|
|
int32_t L_16;
|
|
L_16 = TriggerState_get_interactionIndex_mDA74F3F62A69C872BBF1803967687E53E622DA46(L_15, NULL);
|
|
if ((!(((uint32_t)L_16) == ((uint32_t)(-1)))))
|
|
{
|
|
goto IL_0071_1;
|
|
}
|
|
}
|
|
{
|
|
// ChangePhaseOfActionInternal(actionIndex, actionState, newPhase, ref trigger);
|
|
int32_t L_17 = V_0;
|
|
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_18 = V_1;
|
|
int32_t L_19 = ___0_newPhase;
|
|
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_20 = ___1_trigger;
|
|
InputActionState_ChangePhaseOfActionInternal_mB737C927DDC8B77EF5C98365A9CE2D5CADD3BFD3(__this, L_17, L_18, L_19, L_20, NULL);
|
|
// if (!actionState->inProcessing)
|
|
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_21 = V_1;
|
|
bool L_22;
|
|
L_22 = TriggerState_get_inProcessing_mB8327E526299E9565C9B24584AC32C8E798C5073((TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*)L_21, NULL);
|
|
if (L_22)
|
|
{
|
|
goto IL_0105_1;
|
|
}
|
|
}
|
|
{
|
|
// return false;
|
|
V_2 = (bool)0;
|
|
goto IL_0130;
|
|
}
|
|
|
|
IL_0071_1:
|
|
{
|
|
// else if (newPhase == InputActionPhase.Performed && actionState->phase == InputActionPhase.Waiting)
|
|
int32_t L_23 = ___0_newPhase;
|
|
if ((!(((uint32_t)L_23) == ((uint32_t)3))))
|
|
{
|
|
goto IL_00d3_1;
|
|
}
|
|
}
|
|
{
|
|
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_24 = V_1;
|
|
int32_t L_25;
|
|
L_25 = TriggerState_get_phase_m11BDB3D761D241980978DA52027C1E3B507D0D6D_inline((TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*)L_24, NULL);
|
|
if ((!(((uint32_t)L_25) == ((uint32_t)1))))
|
|
{
|
|
goto IL_00d3_1;
|
|
}
|
|
}
|
|
{
|
|
// ChangePhaseOfActionInternal(actionIndex, actionState, InputActionPhase.Started, ref trigger);
|
|
int32_t L_26 = V_0;
|
|
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_27 = V_1;
|
|
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_28 = ___1_trigger;
|
|
InputActionState_ChangePhaseOfActionInternal_mB737C927DDC8B77EF5C98365A9CE2D5CADD3BFD3(__this, L_26, L_27, 2, L_28, NULL);
|
|
// if (!actionState->inProcessing)
|
|
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_29 = V_1;
|
|
bool L_30;
|
|
L_30 = TriggerState_get_inProcessing_mB8327E526299E9565C9B24584AC32C8E798C5073((TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*)L_29, NULL);
|
|
if (L_30)
|
|
{
|
|
goto IL_0097_1;
|
|
}
|
|
}
|
|
{
|
|
// return false;
|
|
V_2 = (bool)0;
|
|
goto IL_0130;
|
|
}
|
|
|
|
IL_0097_1:
|
|
{
|
|
// ChangePhaseOfActionInternal(actionIndex, actionState, newPhase, ref trigger);
|
|
int32_t L_31 = V_0;
|
|
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_32 = V_1;
|
|
int32_t L_33 = ___0_newPhase;
|
|
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_34 = ___1_trigger;
|
|
InputActionState_ChangePhaseOfActionInternal_mB737C927DDC8B77EF5C98365A9CE2D5CADD3BFD3(__this, L_31, L_32, L_33, L_34, NULL);
|
|
// if (!actionState->inProcessing)
|
|
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_35 = V_1;
|
|
bool L_36;
|
|
L_36 = TriggerState_get_inProcessing_mB8327E526299E9565C9B24584AC32C8E798C5073((TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*)L_35, NULL);
|
|
if (L_36)
|
|
{
|
|
goto IL_00b0_1;
|
|
}
|
|
}
|
|
{
|
|
// return false;
|
|
V_2 = (bool)0;
|
|
goto IL_0130;
|
|
}
|
|
|
|
IL_00b0_1:
|
|
{
|
|
// if (phaseAfterPerformedOrCanceled == InputActionPhase.Waiting)
|
|
int32_t L_37 = ___2_phaseAfterPerformedOrCanceled;
|
|
if ((!(((uint32_t)L_37) == ((uint32_t)1))))
|
|
{
|
|
goto IL_00be_1;
|
|
}
|
|
}
|
|
{
|
|
// ChangePhaseOfActionInternal(actionIndex, actionState, InputActionPhase.Canceled, ref trigger);
|
|
int32_t L_38 = V_0;
|
|
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_39 = V_1;
|
|
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_40 = ___1_trigger;
|
|
InputActionState_ChangePhaseOfActionInternal_mB737C927DDC8B77EF5C98365A9CE2D5CADD3BFD3(__this, L_38, L_39, 4, L_40, NULL);
|
|
}
|
|
|
|
IL_00be_1:
|
|
{
|
|
// if (!actionState->inProcessing)
|
|
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_41 = V_1;
|
|
bool L_42;
|
|
L_42 = TriggerState_get_inProcessing_mB8327E526299E9565C9B24584AC32C8E798C5073((TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*)L_41, NULL);
|
|
if (L_42)
|
|
{
|
|
goto IL_00ca_1;
|
|
}
|
|
}
|
|
{
|
|
// return false;
|
|
V_2 = (bool)0;
|
|
goto IL_0130;
|
|
}
|
|
|
|
IL_00ca_1:
|
|
{
|
|
// actionState->phase = phaseAfterPerformedOrCanceled;
|
|
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_43 = V_1;
|
|
int32_t L_44 = ___2_phaseAfterPerformedOrCanceled;
|
|
TriggerState_set_phase_mF4C392049D7510A9AEA8E32B21D57816BEEF7183((TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*)L_43, L_44, NULL);
|
|
goto IL_010f;
|
|
}
|
|
|
|
IL_00d3_1:
|
|
{
|
|
// else if (actionState->phase != newPhase || newPhase == InputActionPhase.Performed) // We allow Performed to trigger repeatedly.
|
|
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_45 = V_1;
|
|
int32_t L_46;
|
|
L_46 = TriggerState_get_phase_m11BDB3D761D241980978DA52027C1E3B507D0D6D_inline((TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*)L_45, NULL);
|
|
int32_t L_47 = ___0_newPhase;
|
|
if ((!(((uint32_t)L_46) == ((uint32_t)L_47))))
|
|
{
|
|
goto IL_00e0_1;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_48 = ___0_newPhase;
|
|
if ((!(((uint32_t)L_48) == ((uint32_t)3))))
|
|
{
|
|
goto IL_0105_1;
|
|
}
|
|
}
|
|
|
|
IL_00e0_1:
|
|
{
|
|
// ChangePhaseOfActionInternal(actionIndex, actionState, newPhase, ref trigger);
|
|
int32_t L_49 = V_0;
|
|
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_50 = V_1;
|
|
int32_t L_51 = ___0_newPhase;
|
|
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_52 = ___1_trigger;
|
|
InputActionState_ChangePhaseOfActionInternal_mB737C927DDC8B77EF5C98365A9CE2D5CADD3BFD3(__this, L_49, L_50, L_51, L_52, NULL);
|
|
// if (!actionState->inProcessing)
|
|
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_53 = V_1;
|
|
bool L_54;
|
|
L_54 = TriggerState_get_inProcessing_mB8327E526299E9565C9B24584AC32C8E798C5073((TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*)L_53, NULL);
|
|
if (L_54)
|
|
{
|
|
goto IL_00f6_1;
|
|
}
|
|
}
|
|
{
|
|
// return false;
|
|
V_2 = (bool)0;
|
|
goto IL_0130;
|
|
}
|
|
|
|
IL_00f6_1:
|
|
{
|
|
// if (newPhase == InputActionPhase.Performed || newPhase == InputActionPhase.Canceled)
|
|
int32_t L_55 = ___0_newPhase;
|
|
if ((((int32_t)L_55) == ((int32_t)3)))
|
|
{
|
|
goto IL_00fe_1;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_56 = ___0_newPhase;
|
|
if ((!(((uint32_t)L_56) == ((uint32_t)4))))
|
|
{
|
|
goto IL_0105_1;
|
|
}
|
|
}
|
|
|
|
IL_00fe_1:
|
|
{
|
|
// actionState->phase = phaseAfterPerformedOrCanceled;
|
|
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_57 = V_1;
|
|
int32_t L_58 = ___2_phaseAfterPerformedOrCanceled;
|
|
TriggerState_set_phase_mF4C392049D7510A9AEA8E32B21D57816BEEF7183((TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*)L_57, L_58, NULL);
|
|
}
|
|
|
|
IL_0105_1:
|
|
{
|
|
// }
|
|
goto IL_010f;
|
|
}
|
|
}// end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_010f:
|
|
{
|
|
// if (actionState->phase == InputActionPhase.Waiting)
|
|
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_59 = V_1;
|
|
int32_t L_60;
|
|
L_60 = TriggerState_get_phase_m11BDB3D761D241980978DA52027C1E3B507D0D6D_inline((TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*)L_59, NULL);
|
|
if ((!(((uint32_t)L_60) == ((uint32_t)1))))
|
|
{
|
|
goto IL_012e;
|
|
}
|
|
}
|
|
{
|
|
// actionState->controlIndex = kInvalidIndex;
|
|
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_61 = V_1;
|
|
TriggerState_set_controlIndex_m22920FF140D4A3E3738DFC782BD851BC7E2B6266((TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*)L_61, (-1), NULL);
|
|
// actionState->flags &= ~TriggerState.Flags.HaveMagnitude;
|
|
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_62 = V_1;
|
|
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_63 = L_62;
|
|
int32_t L_64;
|
|
L_64 = TriggerState_get_flags_m03F4E9C66A2CC7854DC09C87A81D28DACD4063CD_inline((TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*)L_63, NULL);
|
|
TriggerState_set_flags_m15D5CB1647EE3083045A3720E91189EE3FC5E1EF((TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*)L_63, ((int32_t)((int32_t)L_64&((int32_t)-2))), NULL);
|
|
}
|
|
|
|
IL_012e:
|
|
{
|
|
// return true;
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0130:
|
|
{
|
|
// }
|
|
bool L_65 = V_2;
|
|
return L_65;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.InputSystem.InputActionState::ChangePhaseOfActionInternal(System.Int32,UnityEngine.InputSystem.InputActionState/TriggerState*,UnityEngine.InputSystem.InputActionPhase,UnityEngine.InputSystem.InputActionState/TriggerState&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionState_ChangePhaseOfActionInternal_mB737C927DDC8B77EF5C98365A9CE2D5CADD3BFD3 (InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* __this, int32_t ___0_actionIndex, TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* ___1_actionState, int32_t ___2_newPhase, TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* ___3_trigger, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputUpdate_t3D4F0AD6CD83C86A73B8165929FF0CB151A07CCD_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral008F6E1BE2B28B633406A8328A0C886C24DD0A51);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA41CA1583CF7F9B7681B6464696960B8E54B3A96);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEB9331669B60C315ADB2F574C3C7DBA9736364CD);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* V_1 = NULL;
|
|
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* V_2 = NULL;
|
|
{
|
|
// var newState = trigger;
|
|
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_0 = ___3_trigger;
|
|
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D L_1 = (*(TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*)L_0);
|
|
V_0 = L_1;
|
|
// newState.flags = actionState->flags; // Preserve flags.
|
|
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_2 = ___1_actionState;
|
|
int32_t L_3;
|
|
L_3 = TriggerState_get_flags_m03F4E9C66A2CC7854DC09C87A81D28DACD4063CD_inline((TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*)L_2, NULL);
|
|
TriggerState_set_flags_m15D5CB1647EE3083045A3720E91189EE3FC5E1EF((&V_0), L_3, NULL);
|
|
// if (newPhase != InputActionPhase.Canceled)
|
|
int32_t L_4 = ___2_newPhase;
|
|
if ((((int32_t)L_4) == ((int32_t)4)))
|
|
{
|
|
goto IL_0029;
|
|
}
|
|
}
|
|
{
|
|
// newState.magnitude = trigger.magnitude;
|
|
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_5 = ___3_trigger;
|
|
float L_6;
|
|
L_6 = TriggerState_get_magnitude_m69D6E5428A5409F494566C9847738D73DB0E4B53_inline(L_5, NULL);
|
|
TriggerState_set_magnitude_mA0137E16AE1583892CA47D1DCF18AFA2487B44C9((&V_0), L_6, NULL);
|
|
goto IL_0035;
|
|
}
|
|
|
|
IL_0029:
|
|
{
|
|
// newState.magnitude = 0;
|
|
TriggerState_set_magnitude_mA0137E16AE1583892CA47D1DCF18AFA2487B44C9((&V_0), (0.0f), NULL);
|
|
}
|
|
|
|
IL_0035:
|
|
{
|
|
// newState.phase = newPhase;
|
|
int32_t L_7 = ___2_newPhase;
|
|
TriggerState_set_phase_mF4C392049D7510A9AEA8E32B21D57816BEEF7183((&V_0), L_7, NULL);
|
|
// if (newPhase == InputActionPhase.Performed)
|
|
int32_t L_8 = ___2_newPhase;
|
|
if ((!(((uint32_t)L_8) == ((uint32_t)3))))
|
|
{
|
|
goto IL_008e;
|
|
}
|
|
}
|
|
{
|
|
// newState.lastPerformedInUpdate = InputUpdate.s_UpdateStepCount;
|
|
uint32_t L_9 = ((InputUpdate_t3D4F0AD6CD83C86A73B8165929FF0CB151A07CCD_StaticFields*)il2cpp_codegen_static_fields_for(InputUpdate_t3D4F0AD6CD83C86A73B8165929FF0CB151A07CCD_il2cpp_TypeInfo_var))->___s_UpdateStepCount_0;
|
|
TriggerState_set_lastPerformedInUpdate_m3643DF0285D087F45DA8D87CD27A54C782153629_inline((&V_0), L_9, NULL);
|
|
// newState.lastCanceledInUpdate = actionState->lastCanceledInUpdate;
|
|
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_10 = ___1_actionState;
|
|
uint32_t L_11;
|
|
L_11 = TriggerState_get_lastCanceledInUpdate_m0131CE5316D3C8EA449892CCDFA8FD658F32CB7B_inline((TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*)L_10, NULL);
|
|
TriggerState_set_lastCanceledInUpdate_m32E322779C9521C446AD9FD18987A7D30386E481_inline((&V_0), L_11, NULL);
|
|
// if (controlGroupingAndComplexity[trigger.controlIndex * 2 + 1] > 1 &&
|
|
// // we can end up switching to performed state from an interaction with a timeout, at which point
|
|
// // the original event will probably have been removed from memory, so make sure to check
|
|
// // we still have one
|
|
// m_CurrentlyProcessingThisEvent.valid)
|
|
uint16_t* L_12;
|
|
L_12 = InputActionState_get_controlGroupingAndComplexity_mCC4F6F2A155AFF6A04B5997ABAE6E0617A4118F3(__this, NULL);
|
|
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_13 = ___3_trigger;
|
|
int32_t L_14;
|
|
L_14 = TriggerState_get_controlIndex_m61654A5C957F0DE7C600F5741F4BA5EE901DAF14(L_13, NULL);
|
|
int32_t L_15 = *((uint16_t*)((uint16_t*)il2cpp_codegen_add((intptr_t)L_12, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_multiply(L_14, 2)), 1))), 2)))));
|
|
if ((((int32_t)L_15) <= ((int32_t)1)))
|
|
{
|
|
goto IL_00c7;
|
|
}
|
|
}
|
|
{
|
|
InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0* L_16 = (&__this->___m_CurrentlyProcessingThisEvent_11);
|
|
bool L_17;
|
|
L_17 = InputEventPtr_get_valid_m27705F3E3203539F9C0C5857F48DCC35EC158012(L_16, NULL);
|
|
if (!L_17)
|
|
{
|
|
goto IL_00c7;
|
|
}
|
|
}
|
|
{
|
|
// m_CurrentlyProcessingThisEvent.handled = true;
|
|
InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0* L_18 = (&__this->___m_CurrentlyProcessingThisEvent_11);
|
|
InputEventPtr_set_handled_m855A75D4B98470B0A814FB8627608595FC9E9EF0(L_18, (bool)1, NULL);
|
|
goto IL_00c7;
|
|
}
|
|
|
|
IL_008e:
|
|
{
|
|
// else if (newPhase == InputActionPhase.Canceled)
|
|
int32_t L_19 = ___2_newPhase;
|
|
if ((!(((uint32_t)L_19) == ((uint32_t)4))))
|
|
{
|
|
goto IL_00ad;
|
|
}
|
|
}
|
|
{
|
|
// newState.lastCanceledInUpdate = InputUpdate.s_UpdateStepCount;
|
|
uint32_t L_20 = ((InputUpdate_t3D4F0AD6CD83C86A73B8165929FF0CB151A07CCD_StaticFields*)il2cpp_codegen_static_fields_for(InputUpdate_t3D4F0AD6CD83C86A73B8165929FF0CB151A07CCD_il2cpp_TypeInfo_var))->___s_UpdateStepCount_0;
|
|
TriggerState_set_lastCanceledInUpdate_m32E322779C9521C446AD9FD18987A7D30386E481_inline((&V_0), L_20, NULL);
|
|
// newState.lastPerformedInUpdate = actionState->lastPerformedInUpdate;
|
|
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_21 = ___1_actionState;
|
|
uint32_t L_22;
|
|
L_22 = TriggerState_get_lastPerformedInUpdate_m03A7B1C49F3E698D08D1AABBF5B75B6160419686_inline((TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*)L_21, NULL);
|
|
TriggerState_set_lastPerformedInUpdate_m3643DF0285D087F45DA8D87CD27A54C782153629_inline((&V_0), L_22, NULL);
|
|
goto IL_00c7;
|
|
}
|
|
|
|
IL_00ad:
|
|
{
|
|
// newState.lastPerformedInUpdate = actionState->lastPerformedInUpdate;
|
|
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_23 = ___1_actionState;
|
|
uint32_t L_24;
|
|
L_24 = TriggerState_get_lastPerformedInUpdate_m03A7B1C49F3E698D08D1AABBF5B75B6160419686_inline((TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*)L_23, NULL);
|
|
TriggerState_set_lastPerformedInUpdate_m3643DF0285D087F45DA8D87CD27A54C782153629_inline((&V_0), L_24, NULL);
|
|
// newState.lastCanceledInUpdate = actionState->lastCanceledInUpdate;
|
|
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_25 = ___1_actionState;
|
|
uint32_t L_26;
|
|
L_26 = TriggerState_get_lastCanceledInUpdate_m0131CE5316D3C8EA449892CCDFA8FD658F32CB7B_inline((TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*)L_25, NULL);
|
|
TriggerState_set_lastCanceledInUpdate_m32E322779C9521C446AD9FD18987A7D30386E481_inline((&V_0), L_26, NULL);
|
|
}
|
|
|
|
IL_00c7:
|
|
{
|
|
// newState.pressedInUpdate = actionState->pressedInUpdate;
|
|
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_27 = ___1_actionState;
|
|
uint32_t L_28;
|
|
L_28 = TriggerState_get_pressedInUpdate_m52D6A5C1E728BF49BC129207376149B2E3C87E89_inline((TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*)L_27, NULL);
|
|
TriggerState_set_pressedInUpdate_m6C8318D4DE435B22A2277E4836F45274A8A14A5B_inline((&V_0), L_28, NULL);
|
|
// newState.releasedInUpdate = actionState->releasedInUpdate;
|
|
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_29 = ___1_actionState;
|
|
uint32_t L_30;
|
|
L_30 = TriggerState_get_releasedInUpdate_m1C256A76659DE3EE62BF1A86B055FBC7A93238B4_inline((TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*)L_29, NULL);
|
|
TriggerState_set_releasedInUpdate_mB50246B19DDC67E032785E0C601E0EE6F81FF737_inline((&V_0), L_30, NULL);
|
|
// if (newPhase == InputActionPhase.Started)
|
|
int32_t L_31 = ___2_newPhase;
|
|
if ((!(((uint32_t)L_31) == ((uint32_t)2))))
|
|
{
|
|
goto IL_00f3;
|
|
}
|
|
}
|
|
{
|
|
// newState.startTime = newState.time;
|
|
double L_32;
|
|
L_32 = TriggerState_get_time_m24F76F03E47DEFAEB40652814E189E13433EA29C_inline((&V_0), NULL);
|
|
TriggerState_set_startTime_mE949DC15C580566A6C93904D659C91E1AC633609_inline((&V_0), L_32, NULL);
|
|
}
|
|
|
|
IL_00f3:
|
|
{
|
|
// *actionState = newState;
|
|
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_33 = ___1_actionState;
|
|
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D L_34 = V_0;
|
|
*(TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*)L_33 = L_34;
|
|
// var map = maps[trigger.mapIndex];
|
|
InputActionMapU5BU5D_t4B352E8DA73976FEDA107E35E81FB5BE6838C045* L_35 = __this->___maps_1;
|
|
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_36 = ___3_trigger;
|
|
int32_t L_37;
|
|
L_37 = TriggerState_get_mapIndex_m2EF42EE7F026B1FEAE73AD21ACF2891AB8A8C07E_inline(L_36, NULL);
|
|
NullCheck(L_35);
|
|
int32_t L_38 = L_37;
|
|
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_39 = (L_35)->GetAt(static_cast<il2cpp_array_size_t>(L_38));
|
|
V_1 = L_39;
|
|
// var action = map.m_Actions[actionIndex - mapIndices[trigger.mapIndex].actionStartIndex];
|
|
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_40 = V_1;
|
|
NullCheck(L_40);
|
|
InputActionU5BU5D_t6F881A9FE5C2016615C8D2E0B192608EA5FCE810* L_41 = L_40->___m_Actions_3;
|
|
int32_t L_42 = ___0_actionIndex;
|
|
ActionMapIndices_t013BEFD76B7FE52E413C5DBF5C7CDA4194800CBD* L_43;
|
|
L_43 = InputActionState_get_mapIndices_mF75C8F6FFBE91E223291E569223DC642F82A4879(__this, NULL);
|
|
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_44 = ___3_trigger;
|
|
int32_t L_45;
|
|
L_45 = TriggerState_get_mapIndex_m2EF42EE7F026B1FEAE73AD21ACF2891AB8A8C07E_inline(L_44, NULL);
|
|
uint32_t L_46 = sizeof(ActionMapIndices_t013BEFD76B7FE52E413C5DBF5C7CDA4194800CBD);
|
|
NullCheck(((ActionMapIndices_t013BEFD76B7FE52E413C5DBF5C7CDA4194800CBD*)il2cpp_codegen_add((intptr_t)L_43, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_45), (int32_t)L_46)))));
|
|
int32_t L_47 = ((ActionMapIndices_t013BEFD76B7FE52E413C5DBF5C7CDA4194800CBD*)il2cpp_codegen_add((intptr_t)L_43, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_45), (int32_t)L_46))))->___actionStartIndex_0;
|
|
NullCheck(L_41);
|
|
int32_t L_48 = ((int32_t)il2cpp_codegen_subtract(L_42, L_47));
|
|
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_49 = (L_41)->GetAt(static_cast<il2cpp_array_size_t>(L_48));
|
|
V_2 = L_49;
|
|
// trigger.phase = newPhase;
|
|
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_50 = ___3_trigger;
|
|
int32_t L_51 = ___2_newPhase;
|
|
TriggerState_set_phase_mF4C392049D7510A9AEA8E32B21D57816BEEF7183(L_50, L_51, NULL);
|
|
int32_t L_52 = ___2_newPhase;
|
|
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_52, 2)))
|
|
{
|
|
case 0:
|
|
{
|
|
goto IL_014b;
|
|
}
|
|
case 1:
|
|
{
|
|
goto IL_0160;
|
|
}
|
|
case 2:
|
|
{
|
|
goto IL_0175;
|
|
}
|
|
}
|
|
}
|
|
{
|
|
return;
|
|
}
|
|
|
|
IL_014b:
|
|
{
|
|
// CallActionListeners(actionIndex, map, newPhase, ref action.m_OnStarted, "started");
|
|
int32_t L_53 = ___0_actionIndex;
|
|
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_54 = V_1;
|
|
int32_t L_55 = ___2_newPhase;
|
|
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_56 = V_2;
|
|
NullCheck(L_56);
|
|
CallbackArray_1_tDFF8C4C6015023B6C2E70BAD26D8BC6BF00D8775* L_57 = (&L_56->___m_OnStarted_15);
|
|
InputActionState_CallActionListeners_mAAF093B0FB0498719E81AF0F30E7D3806F39D501(__this, L_53, L_54, L_55, L_57, _stringLiteral008F6E1BE2B28B633406A8328A0C886C24DD0A51, NULL);
|
|
// break;
|
|
return;
|
|
}
|
|
|
|
IL_0160:
|
|
{
|
|
// CallActionListeners(actionIndex, map, newPhase, ref action.m_OnPerformed, "performed");
|
|
int32_t L_58 = ___0_actionIndex;
|
|
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_59 = V_1;
|
|
int32_t L_60 = ___2_newPhase;
|
|
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_61 = V_2;
|
|
NullCheck(L_61);
|
|
CallbackArray_1_tDFF8C4C6015023B6C2E70BAD26D8BC6BF00D8775* L_62 = (&L_61->___m_OnPerformed_17);
|
|
InputActionState_CallActionListeners_mAAF093B0FB0498719E81AF0F30E7D3806F39D501(__this, L_58, L_59, L_60, L_62, _stringLiteralA41CA1583CF7F9B7681B6464696960B8E54B3A96, NULL);
|
|
// break;
|
|
return;
|
|
}
|
|
|
|
IL_0175:
|
|
{
|
|
// CallActionListeners(actionIndex, map, newPhase, ref action.m_OnCanceled, "canceled");
|
|
int32_t L_63 = ___0_actionIndex;
|
|
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_64 = V_1;
|
|
int32_t L_65 = ___2_newPhase;
|
|
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_66 = V_2;
|
|
NullCheck(L_66);
|
|
CallbackArray_1_tDFF8C4C6015023B6C2E70BAD26D8BC6BF00D8775* L_67 = (&L_66->___m_OnCanceled_16);
|
|
InputActionState_CallActionListeners_mAAF093B0FB0498719E81AF0F30E7D3806F39D501(__this, L_63, L_64, L_65, L_67, _stringLiteralEB9331669B60C315ADB2F574C3C7DBA9736364CD, NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.InputSystem.InputActionState::CallActionListeners(System.Int32,UnityEngine.InputSystem.InputActionMap,UnityEngine.InputSystem.InputActionPhase,UnityEngine.InputSystem.Utilities.CallbackArray`1<System.Action`1<UnityEngine.InputSystem.InputAction/CallbackContext>>&,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionState_CallActionListeners_mAAF093B0FB0498719E81AF0F30E7D3806F39D501 (InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* __this, int32_t ___0_actionIndex, InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* ___1_actionMap, int32_t ___2_phase, CallbackArray_1_tDFF8C4C6015023B6C2E70BAD26D8BC6BF00D8775* ___3_listeners, String_t* ___4_callbackName, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CallbackArray_1_get_length_m3C50042E1C2A1DA8489E324AF7137CFABFB617FA_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CallbackArray_1_get_length_mB663B7347904881654D8D369AEAE5FE34BE7F16D_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DelegateHelpers_InvokeCallbacksSafe_TisCallbackContext_tB251EE41F509C6E8A6B05EC97C029A45DF4F5FA8_m876CCCC92963B709E7FE1F22D5F72C1097CCC27C_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DelegateHelpers_InvokeCallbacksSafe_TisRuntimeObject_TisInputActionChange_t74A940E885D3DE6C4E6F76E542A99616E331A360_m0990F81100BFF7089114321F9D60A01B159F25C4_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB8F1CBA6625D31C7F105FD9B170B5D360DCC1B3B);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
CallbackArray_1_tDFF8C4C6015023B6C2E70BAD26D8BC6BF00D8775 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
CallbackContext_tB251EE41F509C6E8A6B05EC97C029A45DF4F5FA8 V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* V_2 = NULL;
|
|
CallbackContext_tB251EE41F509C6E8A6B05EC97C029A45DF4F5FA8 V_3;
|
|
memset((&V_3), 0, sizeof(V_3));
|
|
int32_t V_4 = 0;
|
|
{
|
|
// var callbacksOnMap = actionMap.m_ActionCallbacks;
|
|
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_0 = ___1_actionMap;
|
|
NullCheck(L_0);
|
|
CallbackArray_1_tDFF8C4C6015023B6C2E70BAD26D8BC6BF00D8775 L_1 = L_0->___m_ActionCallbacks_16;
|
|
V_0 = L_1;
|
|
// if (listeners.length == 0 && callbacksOnMap.length == 0 && s_GlobalState.onActionChange.length == 0)
|
|
CallbackArray_1_tDFF8C4C6015023B6C2E70BAD26D8BC6BF00D8775* L_2 = ___3_listeners;
|
|
int32_t L_3;
|
|
L_3 = CallbackArray_1_get_length_m3C50042E1C2A1DA8489E324AF7137CFABFB617FA(L_2, CallbackArray_1_get_length_m3C50042E1C2A1DA8489E324AF7137CFABFB617FA_RuntimeMethod_var);
|
|
if (L_3)
|
|
{
|
|
goto IL_002b;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_4;
|
|
L_4 = CallbackArray_1_get_length_m3C50042E1C2A1DA8489E324AF7137CFABFB617FA((&V_0), CallbackArray_1_get_length_m3C50042E1C2A1DA8489E324AF7137CFABFB617FA_RuntimeMethod_var);
|
|
if (L_4)
|
|
{
|
|
goto IL_002b;
|
|
}
|
|
}
|
|
{
|
|
CallbackArray_1_tC72D651E25D95D1B5D837A010859EDE49AD131FA* L_5 = (&(&((InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700_StaticFields*)il2cpp_codegen_static_fields_for(InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700_il2cpp_TypeInfo_var))->___s_GlobalState_14)->___onActionChange_1);
|
|
int32_t L_6;
|
|
L_6 = CallbackArray_1_get_length_mB663B7347904881654D8D369AEAE5FE34BE7F16D(L_5, CallbackArray_1_get_length_mB663B7347904881654D8D369AEAE5FE34BE7F16D_RuntimeMethod_var);
|
|
if (L_6)
|
|
{
|
|
goto IL_002b;
|
|
}
|
|
}
|
|
{
|
|
// return;
|
|
return;
|
|
}
|
|
|
|
IL_002b:
|
|
{
|
|
// var context = new InputAction.CallbackContext
|
|
// {
|
|
// m_State = this,
|
|
// m_ActionIndex = actionIndex,
|
|
// };
|
|
il2cpp_codegen_initobj((&V_3), sizeof(CallbackContext_tB251EE41F509C6E8A6B05EC97C029A45DF4F5FA8));
|
|
(&V_3)->___m_State_0 = __this;
|
|
Il2CppCodeGenWriteBarrier((void**)(&(&V_3)->___m_State_0), (void*)__this);
|
|
int32_t L_7 = ___0_actionIndex;
|
|
(&V_3)->___m_ActionIndex_1 = L_7;
|
|
CallbackContext_tB251EE41F509C6E8A6B05EC97C029A45DF4F5FA8 L_8 = V_3;
|
|
V_1 = L_8;
|
|
// var action = context.action;
|
|
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_9;
|
|
L_9 = CallbackContext_get_action_mE1ABC0E3E19C045663AB8EDAB9A9205B8C181CE4((&V_1), NULL);
|
|
V_2 = L_9;
|
|
// if (s_GlobalState.onActionChange.length > 0)
|
|
CallbackArray_1_tC72D651E25D95D1B5D837A010859EDE49AD131FA* L_10 = (&(&((InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700_StaticFields*)il2cpp_codegen_static_fields_for(InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700_il2cpp_TypeInfo_var))->___s_GlobalState_14)->___onActionChange_1);
|
|
int32_t L_11;
|
|
L_11 = CallbackArray_1_get_length_mB663B7347904881654D8D369AEAE5FE34BE7F16D(L_10, CallbackArray_1_get_length_mB663B7347904881654D8D369AEAE5FE34BE7F16D_RuntimeMethod_var);
|
|
if ((((int32_t)L_11) <= ((int32_t)0)))
|
|
{
|
|
goto IL_0099;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_12 = ___2_phase;
|
|
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_12, 2)))
|
|
{
|
|
case 0:
|
|
{
|
|
goto IL_0074;
|
|
}
|
|
case 1:
|
|
{
|
|
goto IL_0079;
|
|
}
|
|
case 2:
|
|
{
|
|
goto IL_007e;
|
|
}
|
|
}
|
|
}
|
|
{
|
|
return;
|
|
}
|
|
|
|
IL_0074:
|
|
{
|
|
// change = InputActionChange.ActionStarted;
|
|
V_4 = 4;
|
|
// break;
|
|
goto IL_0081;
|
|
}
|
|
|
|
IL_0079:
|
|
{
|
|
// change = InputActionChange.ActionPerformed;
|
|
V_4 = 5;
|
|
// break;
|
|
goto IL_0081;
|
|
}
|
|
|
|
IL_007e:
|
|
{
|
|
// change = InputActionChange.ActionCanceled;
|
|
V_4 = 6;
|
|
}
|
|
|
|
IL_0081:
|
|
{
|
|
// DelegateHelpers.InvokeCallbacksSafe(ref s_GlobalState.onActionChange, action, change, "InputSystem.onActionChange");
|
|
CallbackArray_1_tC72D651E25D95D1B5D837A010859EDE49AD131FA* L_13 = (&(&((InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700_StaticFields*)il2cpp_codegen_static_fields_for(InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700_il2cpp_TypeInfo_var))->___s_GlobalState_14)->___onActionChange_1);
|
|
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_14 = V_2;
|
|
int32_t L_15 = V_4;
|
|
DelegateHelpers_InvokeCallbacksSafe_TisRuntimeObject_TisInputActionChange_t74A940E885D3DE6C4E6F76E542A99616E331A360_m0990F81100BFF7089114321F9D60A01B159F25C4(L_13, L_14, L_15, _stringLiteralB8F1CBA6625D31C7F105FD9B170B5D360DCC1B3B, NULL, DelegateHelpers_InvokeCallbacksSafe_TisRuntimeObject_TisInputActionChange_t74A940E885D3DE6C4E6F76E542A99616E331A360_m0990F81100BFF7089114321F9D60A01B159F25C4_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0099:
|
|
{
|
|
// DelegateHelpers.InvokeCallbacksSafe(ref listeners, context, callbackName, action);
|
|
CallbackArray_1_tDFF8C4C6015023B6C2E70BAD26D8BC6BF00D8775* L_16 = ___3_listeners;
|
|
CallbackContext_tB251EE41F509C6E8A6B05EC97C029A45DF4F5FA8 L_17 = V_1;
|
|
String_t* L_18 = ___4_callbackName;
|
|
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_19 = V_2;
|
|
DelegateHelpers_InvokeCallbacksSafe_TisCallbackContext_tB251EE41F509C6E8A6B05EC97C029A45DF4F5FA8_m876CCCC92963B709E7FE1F22D5F72C1097CCC27C(L_16, L_17, L_18, L_19, DelegateHelpers_InvokeCallbacksSafe_TisCallbackContext_tB251EE41F509C6E8A6B05EC97C029A45DF4F5FA8_m876CCCC92963B709E7FE1F22D5F72C1097CCC27C_RuntimeMethod_var);
|
|
// DelegateHelpers.InvokeCallbacksSafe(ref callbacksOnMap, context, callbackName, actionMap);
|
|
CallbackContext_tB251EE41F509C6E8A6B05EC97C029A45DF4F5FA8 L_20 = V_1;
|
|
String_t* L_21 = ___4_callbackName;
|
|
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_22 = ___1_actionMap;
|
|
DelegateHelpers_InvokeCallbacksSafe_TisCallbackContext_tB251EE41F509C6E8A6B05EC97C029A45DF4F5FA8_m876CCCC92963B709E7FE1F22D5F72C1097CCC27C((&V_0), L_20, L_21, L_22, DelegateHelpers_InvokeCallbacksSafe_TisCallbackContext_tB251EE41F509C6E8A6B05EC97C029A45DF4F5FA8_m876CCCC92963B709E7FE1F22D5F72C1097CCC27C_RuntimeMethod_var);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Object UnityEngine.InputSystem.InputActionState::GetActionOrNoneString(UnityEngine.InputSystem.InputActionState/TriggerState&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* InputActionState_GetActionOrNoneString_m6E78469E6AE87421BFAD5E0DB1EA9336C296C93C (InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* __this, TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* ___0_trigger, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF94AA613862F53AAD0F034DAF760AFDD9509B693);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* V_0 = NULL;
|
|
{
|
|
// var action = GetActionOrNull(ref trigger);
|
|
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_0 = ___0_trigger;
|
|
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_1;
|
|
L_1 = InputActionState_GetActionOrNull_m05F35815429747AF9B62AD4F02E86095E4527E49(__this, L_0, NULL);
|
|
V_0 = L_1;
|
|
// if (action == null)
|
|
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_2 = V_0;
|
|
if (L_2)
|
|
{
|
|
goto IL_0011;
|
|
}
|
|
}
|
|
{
|
|
// return "<none>";
|
|
return _stringLiteralF94AA613862F53AAD0F034DAF760AFDD9509B693;
|
|
}
|
|
|
|
IL_0011:
|
|
{
|
|
// return action;
|
|
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_3 = V_0;
|
|
return L_3;
|
|
}
|
|
}
|
|
// UnityEngine.InputSystem.InputAction UnityEngine.InputSystem.InputActionState::GetActionOrNull(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* InputActionState_GetActionOrNull_mA153B3BAE32C8DE156B1D1761CA155522020432A (InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* __this, int32_t ___0_bindingIndex, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
int32_t V_2 = 0;
|
|
{
|
|
// var actionIndex = bindingStates[bindingIndex].actionIndex;
|
|
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* L_0;
|
|
L_0 = InputActionState_get_bindingStates_mF497553BC159C0B3BFE6A8BAD6336EB09CB4B2DE(__this, NULL);
|
|
int32_t L_1 = ___0_bindingIndex;
|
|
uint32_t L_2 = sizeof(BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA);
|
|
int32_t L_3;
|
|
L_3 = BindingState_get_actionIndex_m086C5EA34E744AAC4C9D94DC9A878030EEECC96F((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)il2cpp_codegen_add((intptr_t)L_0, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_1), (int32_t)L_2)))), NULL);
|
|
V_0 = L_3;
|
|
// if (actionIndex == kInvalidIndex)
|
|
int32_t L_4 = V_0;
|
|
if ((!(((uint32_t)L_4) == ((uint32_t)(-1)))))
|
|
{
|
|
goto IL_001c;
|
|
}
|
|
}
|
|
{
|
|
// return null;
|
|
return (InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD*)NULL;
|
|
}
|
|
|
|
IL_001c:
|
|
{
|
|
// var mapIndex = bindingStates[bindingIndex].mapIndex;
|
|
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* L_5;
|
|
L_5 = InputActionState_get_bindingStates_mF497553BC159C0B3BFE6A8BAD6336EB09CB4B2DE(__this, NULL);
|
|
int32_t L_6 = ___0_bindingIndex;
|
|
uint32_t L_7 = sizeof(BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA);
|
|
int32_t L_8;
|
|
L_8 = BindingState_get_mapIndex_m224C8C86BB0984312AB801E7397C84E0C9279AEA_inline((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)il2cpp_codegen_add((intptr_t)L_5, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_6), (int32_t)L_7)))), NULL);
|
|
V_1 = L_8;
|
|
// var actionStartIndex = mapIndices[mapIndex].actionStartIndex;
|
|
ActionMapIndices_t013BEFD76B7FE52E413C5DBF5C7CDA4194800CBD* L_9;
|
|
L_9 = InputActionState_get_mapIndices_mF75C8F6FFBE91E223291E569223DC642F82A4879(__this, NULL);
|
|
int32_t L_10 = V_1;
|
|
uint32_t L_11 = sizeof(ActionMapIndices_t013BEFD76B7FE52E413C5DBF5C7CDA4194800CBD);
|
|
NullCheck(((ActionMapIndices_t013BEFD76B7FE52E413C5DBF5C7CDA4194800CBD*)il2cpp_codegen_add((intptr_t)L_9, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_10), (int32_t)L_11)))));
|
|
int32_t L_12 = ((ActionMapIndices_t013BEFD76B7FE52E413C5DBF5C7CDA4194800CBD*)il2cpp_codegen_add((intptr_t)L_9, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_10), (int32_t)L_11))))->___actionStartIndex_0;
|
|
V_2 = L_12;
|
|
// return maps[mapIndex].m_Actions[actionIndex - actionStartIndex];
|
|
InputActionMapU5BU5D_t4B352E8DA73976FEDA107E35E81FB5BE6838C045* L_13 = __this->___maps_1;
|
|
int32_t L_14 = V_1;
|
|
NullCheck(L_13);
|
|
int32_t L_15 = L_14;
|
|
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_16 = (L_13)->GetAt(static_cast<il2cpp_array_size_t>(L_15));
|
|
NullCheck(L_16);
|
|
InputActionU5BU5D_t6F881A9FE5C2016615C8D2E0B192608EA5FCE810* L_17 = L_16->___m_Actions_3;
|
|
int32_t L_18 = V_0;
|
|
int32_t L_19 = V_2;
|
|
NullCheck(L_17);
|
|
int32_t L_20 = ((int32_t)il2cpp_codegen_subtract(L_18, L_19));
|
|
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_21 = (L_17)->GetAt(static_cast<il2cpp_array_size_t>(L_20));
|
|
return L_21;
|
|
}
|
|
}
|
|
// 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* ___0_trigger, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
{
|
|
// var actionIndex = bindingStates[trigger.bindingIndex].actionIndex;
|
|
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* L_0;
|
|
L_0 = InputActionState_get_bindingStates_mF497553BC159C0B3BFE6A8BAD6336EB09CB4B2DE(__this, NULL);
|
|
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_1 = ___0_trigger;
|
|
int32_t L_2;
|
|
L_2 = TriggerState_get_bindingIndex_mD851F8DDC14C14E5FE80E64F78F24A4FE8328133_inline(L_1, NULL);
|
|
uint32_t L_3 = sizeof(BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA);
|
|
int32_t L_4;
|
|
L_4 = BindingState_get_actionIndex_m086C5EA34E744AAC4C9D94DC9A878030EEECC96F((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)il2cpp_codegen_add((intptr_t)L_0, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_2), (int32_t)L_3)))), NULL);
|
|
V_0 = L_4;
|
|
// if (actionIndex == kInvalidIndex)
|
|
int32_t L_5 = V_0;
|
|
if ((!(((uint32_t)L_5) == ((uint32_t)(-1)))))
|
|
{
|
|
goto IL_0021;
|
|
}
|
|
}
|
|
{
|
|
// return null;
|
|
return (InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD*)NULL;
|
|
}
|
|
|
|
IL_0021:
|
|
{
|
|
// var actionStartIndex = mapIndices[trigger.mapIndex].actionStartIndex;
|
|
ActionMapIndices_t013BEFD76B7FE52E413C5DBF5C7CDA4194800CBD* L_6;
|
|
L_6 = InputActionState_get_mapIndices_mF75C8F6FFBE91E223291E569223DC642F82A4879(__this, NULL);
|
|
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_7 = ___0_trigger;
|
|
int32_t L_8;
|
|
L_8 = TriggerState_get_mapIndex_m2EF42EE7F026B1FEAE73AD21ACF2891AB8A8C07E_inline(L_7, NULL);
|
|
uint32_t L_9 = sizeof(ActionMapIndices_t013BEFD76B7FE52E413C5DBF5C7CDA4194800CBD);
|
|
NullCheck(((ActionMapIndices_t013BEFD76B7FE52E413C5DBF5C7CDA4194800CBD*)il2cpp_codegen_add((intptr_t)L_6, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_8), (int32_t)L_9)))));
|
|
int32_t L_10 = ((ActionMapIndices_t013BEFD76B7FE52E413C5DBF5C7CDA4194800CBD*)il2cpp_codegen_add((intptr_t)L_6, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_8), (int32_t)L_9))))->___actionStartIndex_0;
|
|
V_1 = L_10;
|
|
// return maps[trigger.mapIndex].m_Actions[actionIndex - actionStartIndex];
|
|
InputActionMapU5BU5D_t4B352E8DA73976FEDA107E35E81FB5BE6838C045* L_11 = __this->___maps_1;
|
|
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_12 = ___0_trigger;
|
|
int32_t L_13;
|
|
L_13 = TriggerState_get_mapIndex_m2EF42EE7F026B1FEAE73AD21ACF2891AB8A8C07E_inline(L_12, NULL);
|
|
NullCheck(L_11);
|
|
int32_t L_14 = L_13;
|
|
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_15 = (L_11)->GetAt(static_cast<il2cpp_array_size_t>(L_14));
|
|
NullCheck(L_15);
|
|
InputActionU5BU5D_t6F881A9FE5C2016615C8D2E0B192608EA5FCE810* L_16 = L_15->___m_Actions_3;
|
|
int32_t L_17 = V_0;
|
|
int32_t L_18 = V_1;
|
|
NullCheck(L_16);
|
|
int32_t L_19 = ((int32_t)il2cpp_codegen_subtract(L_17, L_18));
|
|
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_20 = (L_16)->GetAt(static_cast<il2cpp_array_size_t>(L_19));
|
|
return L_20;
|
|
}
|
|
}
|
|
// 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* ___0_trigger, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// return controls[trigger.controlIndex];
|
|
InputControlU5BU5D_t0B951FEF1504D6340387C4735F5D6F426F40FE17* L_0 = __this->___controls_2;
|
|
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_1 = ___0_trigger;
|
|
int32_t L_2;
|
|
L_2 = TriggerState_get_controlIndex_m61654A5C957F0DE7C600F5741F4BA5EE901DAF14(L_1, NULL);
|
|
NullCheck(L_0);
|
|
int32_t L_3 = L_2;
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_4 = (L_0)->GetAt(static_cast<il2cpp_array_size_t>(L_3));
|
|
return L_4;
|
|
}
|
|
}
|
|
// UnityEngine.InputSystem.IInputInteraction UnityEngine.InputSystem.InputActionState::GetInteractionOrNull(UnityEngine.InputSystem.InputActionState/TriggerState&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* InputActionState_GetInteractionOrNull_m8D59F45A1AE683BCF3591C9518489E66B09D84F1 (InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* __this, TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* ___0_trigger, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// if (trigger.interactionIndex == kInvalidIndex)
|
|
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_0 = ___0_trigger;
|
|
int32_t L_1;
|
|
L_1 = TriggerState_get_interactionIndex_mDA74F3F62A69C872BBF1803967687E53E622DA46(L_0, NULL);
|
|
if ((!(((uint32_t)L_1) == ((uint32_t)(-1)))))
|
|
{
|
|
goto IL_000b;
|
|
}
|
|
}
|
|
{
|
|
// return null;
|
|
return (RuntimeObject*)NULL;
|
|
}
|
|
|
|
IL_000b:
|
|
{
|
|
// return interactions[trigger.interactionIndex];
|
|
IInputInteractionU5BU5D_t175AB10EB3221C36393F258F530F94D8DD01CB93* L_2 = __this->___interactions_3;
|
|
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_3 = ___0_trigger;
|
|
int32_t L_4;
|
|
L_4 = TriggerState_get_interactionIndex_mDA74F3F62A69C872BBF1803967687E53E622DA46(L_3, NULL);
|
|
NullCheck(L_2);
|
|
int32_t L_5 = L_4;
|
|
RuntimeObject* L_6 = (L_2)->GetAt(static_cast<il2cpp_array_size_t>(L_5));
|
|
return L_6;
|
|
}
|
|
}
|
|
// System.Int32 UnityEngine.InputSystem.InputActionState::GetBindingIndexInMap(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t InputActionState_GetBindingIndexInMap_mB3B0F339A1360C5950D4CD7FB166D0529DC25BE5 (InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* __this, int32_t ___0_bindingIndex, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
{
|
|
// var mapIndex = bindingStates[bindingIndex].mapIndex;
|
|
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* L_0;
|
|
L_0 = InputActionState_get_bindingStates_mF497553BC159C0B3BFE6A8BAD6336EB09CB4B2DE(__this, NULL);
|
|
int32_t L_1 = ___0_bindingIndex;
|
|
uint32_t L_2 = sizeof(BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA);
|
|
int32_t L_3;
|
|
L_3 = BindingState_get_mapIndex_m224C8C86BB0984312AB801E7397C84E0C9279AEA_inline((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)il2cpp_codegen_add((intptr_t)L_0, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_1), (int32_t)L_2)))), NULL);
|
|
V_0 = L_3;
|
|
// var bindingStartIndex = mapIndices[mapIndex].bindingStartIndex;
|
|
ActionMapIndices_t013BEFD76B7FE52E413C5DBF5C7CDA4194800CBD* L_4;
|
|
L_4 = InputActionState_get_mapIndices_mF75C8F6FFBE91E223291E569223DC642F82A4879(__this, NULL);
|
|
int32_t L_5 = V_0;
|
|
uint32_t L_6 = sizeof(ActionMapIndices_t013BEFD76B7FE52E413C5DBF5C7CDA4194800CBD);
|
|
NullCheck(((ActionMapIndices_t013BEFD76B7FE52E413C5DBF5C7CDA4194800CBD*)il2cpp_codegen_add((intptr_t)L_4, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_5), (int32_t)L_6)))));
|
|
int32_t L_7 = ((ActionMapIndices_t013BEFD76B7FE52E413C5DBF5C7CDA4194800CBD*)il2cpp_codegen_add((intptr_t)L_4, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_5), (int32_t)L_6))))->___bindingStartIndex_4;
|
|
V_1 = L_7;
|
|
// return bindingIndex - bindingStartIndex;
|
|
int32_t L_8 = ___0_bindingIndex;
|
|
int32_t L_9 = V_1;
|
|
return ((int32_t)il2cpp_codegen_subtract(L_8, L_9));
|
|
}
|
|
}
|
|
// System.Int32 UnityEngine.InputSystem.InputActionState::GetBindingIndexInState(System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t InputActionState_GetBindingIndexInState_m7822730C6FFAAF9A073AB290333349766202564A (InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* __this, int32_t ___0_mapIndex, int32_t ___1_bindingIndexInMap, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// var bindingStartIndex = mapIndices[mapIndex].bindingStartIndex;
|
|
ActionMapIndices_t013BEFD76B7FE52E413C5DBF5C7CDA4194800CBD* L_0;
|
|
L_0 = InputActionState_get_mapIndices_mF75C8F6FFBE91E223291E569223DC642F82A4879(__this, NULL);
|
|
int32_t L_1 = ___0_mapIndex;
|
|
uint32_t L_2 = sizeof(ActionMapIndices_t013BEFD76B7FE52E413C5DBF5C7CDA4194800CBD);
|
|
NullCheck(((ActionMapIndices_t013BEFD76B7FE52E413C5DBF5C7CDA4194800CBD*)il2cpp_codegen_add((intptr_t)L_0, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_1), (int32_t)L_2)))));
|
|
int32_t L_3 = ((ActionMapIndices_t013BEFD76B7FE52E413C5DBF5C7CDA4194800CBD*)il2cpp_codegen_add((intptr_t)L_0, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_1), (int32_t)L_2))))->___bindingStartIndex_4;
|
|
// return bindingStartIndex + bindingIndexInMap;
|
|
int32_t L_4 = ___1_bindingIndexInMap;
|
|
return ((int32_t)il2cpp_codegen_add(L_3, L_4));
|
|
}
|
|
}
|
|
// UnityEngine.InputSystem.InputActionState/BindingState& UnityEngine.InputSystem.InputActionState::GetBindingState(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* InputActionState_GetBindingState_m55D2E391D943A8F60E030507CE88279D80A8ACEA (InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* __this, int32_t ___0_bindingIndex, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// return ref bindingStates[bindingIndex];
|
|
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* L_0;
|
|
L_0 = InputActionState_get_bindingStates_mF497553BC159C0B3BFE6A8BAD6336EB09CB4B2DE(__this, NULL);
|
|
int32_t L_1 = ___0_bindingIndex;
|
|
uint32_t L_2 = sizeof(BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA);
|
|
return (BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)(((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)il2cpp_codegen_add((intptr_t)L_0, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_1), (int32_t)L_2)))));
|
|
}
|
|
}
|
|
// UnityEngine.InputSystem.InputBinding& UnityEngine.InputSystem.InputActionState::GetBinding(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5* InputActionState_GetBinding_mCD8CADCB4DE46ABB8D5365B352B81C0D1A6E3C15 (InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* __this, int32_t ___0_bindingIndex, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
{
|
|
// var mapIndex = bindingStates[bindingIndex].mapIndex;
|
|
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* L_0;
|
|
L_0 = InputActionState_get_bindingStates_mF497553BC159C0B3BFE6A8BAD6336EB09CB4B2DE(__this, NULL);
|
|
int32_t L_1 = ___0_bindingIndex;
|
|
uint32_t L_2 = sizeof(BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA);
|
|
int32_t L_3;
|
|
L_3 = BindingState_get_mapIndex_m224C8C86BB0984312AB801E7397C84E0C9279AEA_inline((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)il2cpp_codegen_add((intptr_t)L_0, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_1), (int32_t)L_2)))), NULL);
|
|
V_0 = L_3;
|
|
// var bindingStartIndex = mapIndices[mapIndex].bindingStartIndex;
|
|
ActionMapIndices_t013BEFD76B7FE52E413C5DBF5C7CDA4194800CBD* L_4;
|
|
L_4 = InputActionState_get_mapIndices_mF75C8F6FFBE91E223291E569223DC642F82A4879(__this, NULL);
|
|
int32_t L_5 = V_0;
|
|
uint32_t L_6 = sizeof(ActionMapIndices_t013BEFD76B7FE52E413C5DBF5C7CDA4194800CBD);
|
|
NullCheck(((ActionMapIndices_t013BEFD76B7FE52E413C5DBF5C7CDA4194800CBD*)il2cpp_codegen_add((intptr_t)L_4, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_5), (int32_t)L_6)))));
|
|
int32_t L_7 = ((ActionMapIndices_t013BEFD76B7FE52E413C5DBF5C7CDA4194800CBD*)il2cpp_codegen_add((intptr_t)L_4, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_5), (int32_t)L_6))))->___bindingStartIndex_4;
|
|
V_1 = L_7;
|
|
// return ref maps[mapIndex].m_Bindings[bindingIndex - bindingStartIndex];
|
|
InputActionMapU5BU5D_t4B352E8DA73976FEDA107E35E81FB5BE6838C045* L_8 = __this->___maps_1;
|
|
int32_t L_9 = V_0;
|
|
NullCheck(L_8);
|
|
int32_t L_10 = L_9;
|
|
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_11 = (L_8)->GetAt(static_cast<il2cpp_array_size_t>(L_10));
|
|
NullCheck(L_11);
|
|
InputBindingU5BU5D_t7E47E87B9CAE12B6F6A0659008B425C58D84BB57* L_12 = L_11->___m_Bindings_4;
|
|
int32_t L_13 = ___0_bindingIndex;
|
|
int32_t L_14 = V_1;
|
|
NullCheck(L_12);
|
|
return ((L_12)->GetAddressAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_subtract(L_13, L_14)))));
|
|
}
|
|
}
|
|
// UnityEngine.InputSystem.InputActionMap UnityEngine.InputSystem.InputActionState::GetActionMap(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* InputActionState_GetActionMap_mD2A9D175AA50EFD80466069ECAF5E2DB30327C7E (InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* __this, int32_t ___0_bindingIndex, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
{
|
|
// var mapIndex = bindingStates[bindingIndex].mapIndex;
|
|
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* L_0;
|
|
L_0 = InputActionState_get_bindingStates_mF497553BC159C0B3BFE6A8BAD6336EB09CB4B2DE(__this, NULL);
|
|
int32_t L_1 = ___0_bindingIndex;
|
|
uint32_t L_2 = sizeof(BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA);
|
|
int32_t L_3;
|
|
L_3 = BindingState_get_mapIndex_m224C8C86BB0984312AB801E7397C84E0C9279AEA_inline((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)il2cpp_codegen_add((intptr_t)L_0, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_1), (int32_t)L_2)))), NULL);
|
|
V_0 = L_3;
|
|
// return maps[mapIndex];
|
|
InputActionMapU5BU5D_t4B352E8DA73976FEDA107E35E81FB5BE6838C045* L_4 = __this->___maps_1;
|
|
int32_t L_5 = V_0;
|
|
NullCheck(L_4);
|
|
int32_t L_6 = L_5;
|
|
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_7 = (L_4)->GetAt(static_cast<il2cpp_array_size_t>(L_6));
|
|
return L_7;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.InputSystem.InputActionState::ResetInteractionStateAndCancelIfNecessary(System.Int32,System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionState_ResetInteractionStateAndCancelIfNecessary_mF6C5D5CF70D78AD372E5E34FF522916322288A1A (InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* __this, int32_t ___0_mapIndex, int32_t ___1_bindingIndex, int32_t ___2_interactionIndex, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
{
|
|
// var actionIndex = bindingStates[bindingIndex].actionIndex;
|
|
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* L_0;
|
|
L_0 = InputActionState_get_bindingStates_mF497553BC159C0B3BFE6A8BAD6336EB09CB4B2DE(__this, NULL);
|
|
int32_t L_1 = ___1_bindingIndex;
|
|
uint32_t L_2 = sizeof(BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA);
|
|
int32_t L_3;
|
|
L_3 = BindingState_get_actionIndex_m086C5EA34E744AAC4C9D94DC9A878030EEECC96F((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)il2cpp_codegen_add((intptr_t)L_0, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_1), (int32_t)L_2)))), NULL);
|
|
V_0 = L_3;
|
|
// if (actionStates[actionIndex].interactionIndex == interactionIndex)
|
|
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_4;
|
|
L_4 = InputActionState_get_actionStates_mFDC87519E9E826C5DAEE9E13058312FF82E16E0B(__this, NULL);
|
|
int32_t L_5 = V_0;
|
|
uint32_t L_6 = sizeof(TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D);
|
|
int32_t L_7;
|
|
L_7 = TriggerState_get_interactionIndex_mDA74F3F62A69C872BBF1803967687E53E622DA46((TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*)((TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*)il2cpp_codegen_add((intptr_t)L_4, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_5), (int32_t)L_6)))), NULL);
|
|
int32_t L_8 = ___2_interactionIndex;
|
|
if ((!(((uint32_t)L_7) == ((uint32_t)L_8))))
|
|
{
|
|
goto IL_0079;
|
|
}
|
|
}
|
|
{
|
|
// switch (interactionStates[interactionIndex].phase)
|
|
InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE* L_9;
|
|
L_9 = InputActionState_get_interactionStates_mBA543F82BCCE87A8DAB9547346EAB8E972AB4C3F(__this, NULL);
|
|
int32_t L_10 = ___2_interactionIndex;
|
|
uint32_t L_11 = sizeof(InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE);
|
|
int32_t L_12;
|
|
L_12 = InteractionState_get_phase_m478B9D7AAE57D8540C544DE41EC0AA57E3C63A18_inline((InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE*)((InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE*)il2cpp_codegen_add((intptr_t)L_9, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_10), (int32_t)L_11)))), NULL);
|
|
V_1 = L_12;
|
|
int32_t L_13 = V_1;
|
|
if ((!(((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_13, 2))) <= ((uint32_t)1))))
|
|
{
|
|
goto IL_0063;
|
|
}
|
|
}
|
|
{
|
|
// ChangePhaseOfInteraction(InputActionPhase.Canceled, ref actionStates[actionIndex], processNextInteractionOnCancel: false);
|
|
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_14;
|
|
L_14 = InputActionState_get_actionStates_mFDC87519E9E826C5DAEE9E13058312FF82E16E0B(__this, NULL);
|
|
int32_t L_15 = V_0;
|
|
uint32_t L_16 = sizeof(TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D);
|
|
InputActionState_ChangePhaseOfInteraction_m2C8360A5E802D76061B3CB996BE23AD626F4A63F(__this, 4, (TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*)((TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*)il2cpp_codegen_add((intptr_t)L_14, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_15), (int32_t)L_16)))), 1, (bool)0, NULL);
|
|
}
|
|
|
|
IL_0063:
|
|
{
|
|
// actionStates[actionIndex].interactionIndex = kInvalidIndex;
|
|
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_17;
|
|
L_17 = InputActionState_get_actionStates_mFDC87519E9E826C5DAEE9E13058312FF82E16E0B(__this, NULL);
|
|
int32_t L_18 = V_0;
|
|
uint32_t L_19 = sizeof(TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D);
|
|
TriggerState_set_interactionIndex_mEB92C007E39BD22BE638934BD159148764618164((TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*)((TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*)il2cpp_codegen_add((intptr_t)L_17, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_18), (int32_t)L_19)))), (-1), NULL);
|
|
}
|
|
|
|
IL_0079:
|
|
{
|
|
// ResetInteractionState(interactionIndex);
|
|
int32_t L_20 = ___2_interactionIndex;
|
|
InputActionState_ResetInteractionState_mBFB2B6A9CCC9C3460DB08301AC8ABAEF84C6BBDC(__this, L_20, NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.InputSystem.InputActionState::ResetInteractionState(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionState_ResetInteractionState_mBFB2B6A9CCC9C3460DB08301AC8ABAEF84C6BBDC (InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* __this, int32_t ___0_interactionIndex, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IInputInteraction_t689E6823744061ED815FB936C3EB3FDD3594B844_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
// interactions[interactionIndex].Reset();
|
|
IInputInteractionU5BU5D_t175AB10EB3221C36393F258F530F94D8DD01CB93* L_0 = __this->___interactions_3;
|
|
int32_t L_1 = ___0_interactionIndex;
|
|
NullCheck(L_0);
|
|
int32_t L_2 = L_1;
|
|
RuntimeObject* L_3 = (L_0)->GetAt(static_cast<il2cpp_array_size_t>(L_2));
|
|
NullCheck(L_3);
|
|
InterfaceActionInvoker0::Invoke(1 /* System.Void UnityEngine.InputSystem.IInputInteraction::Reset() */, IInputInteraction_t689E6823744061ED815FB936C3EB3FDD3594B844_il2cpp_TypeInfo_var, L_3);
|
|
// if (interactionStates[interactionIndex].isTimerRunning)
|
|
InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE* L_4;
|
|
L_4 = InputActionState_get_interactionStates_mBA543F82BCCE87A8DAB9547346EAB8E972AB4C3F(__this, NULL);
|
|
int32_t L_5 = ___0_interactionIndex;
|
|
uint32_t L_6 = sizeof(InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE);
|
|
bool L_7;
|
|
L_7 = InteractionState_get_isTimerRunning_m869788E708A252FD2268471D20D560629CAC3E40((InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE*)((InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE*)il2cpp_codegen_add((intptr_t)L_4, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_5), (int32_t)L_6)))), NULL);
|
|
if (!L_7)
|
|
{
|
|
goto IL_002b;
|
|
}
|
|
}
|
|
{
|
|
// StopTimeout(interactionIndex);
|
|
int32_t L_8 = ___0_interactionIndex;
|
|
InputActionState_StopTimeout_m3618B6709CA06E383E303497893A5D9D3B53CEB4(__this, L_8, NULL);
|
|
}
|
|
|
|
IL_002b:
|
|
{
|
|
// interactionStates[interactionIndex] =
|
|
// new InteractionState
|
|
// {
|
|
// // We never set interactions to disabled. This way we don't have to go through them
|
|
// // when we disable/enable actions.
|
|
// phase = InputActionPhase.Waiting,
|
|
// triggerControlIndex = kInvalidIndex
|
|
// };
|
|
InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE* L_9;
|
|
L_9 = InputActionState_get_interactionStates_mBA543F82BCCE87A8DAB9547346EAB8E972AB4C3F(__this, NULL);
|
|
int32_t L_10 = ___0_interactionIndex;
|
|
uint32_t L_11 = sizeof(InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE);
|
|
il2cpp_codegen_initobj((&V_0), sizeof(InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE));
|
|
InteractionState_set_phase_m3A2D1A98F600B7B2580392878057207EA7C1397A((&V_0), 1, NULL);
|
|
InteractionState_set_triggerControlIndex_m59641351155913B51FDBB126F7022A28B6CF24ED((&V_0), (-1), NULL);
|
|
InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE L_12 = V_0;
|
|
*(InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE*)((InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE*)il2cpp_codegen_add((intptr_t)L_9, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_10), (int32_t)L_11)))) = L_12;
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Int32 UnityEngine.InputSystem.InputActionState::GetValueSizeInBytes(System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t InputActionState_GetValueSizeInBytes_mEE80A4597CD84ADB051F9C73939B5C7F2E8BDC4C (InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* __this, int32_t ___0_bindingIndex, int32_t ___1_controlIndex, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
{
|
|
// if (bindingStates[bindingIndex].isPartOfComposite) ////TODO: instead, just have compositeOrCompositeBindingIndex be invalid
|
|
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* L_0;
|
|
L_0 = InputActionState_get_bindingStates_mF497553BC159C0B3BFE6A8BAD6336EB09CB4B2DE(__this, NULL);
|
|
int32_t L_1 = ___0_bindingIndex;
|
|
uint32_t L_2 = sizeof(BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA);
|
|
bool L_3;
|
|
L_3 = BindingState_get_isPartOfComposite_m70F70F3B0BEFE2E296ECDAD016DA21F9A9574533((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)il2cpp_codegen_add((intptr_t)L_0, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_1), (int32_t)L_2)))), NULL);
|
|
if (!L_3)
|
|
{
|
|
goto IL_0051;
|
|
}
|
|
}
|
|
{
|
|
// var compositeBindingIndex = bindingStates[bindingIndex].compositeOrCompositeBindingIndex;
|
|
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* L_4;
|
|
L_4 = InputActionState_get_bindingStates_mF497553BC159C0B3BFE6A8BAD6336EB09CB4B2DE(__this, NULL);
|
|
int32_t L_5 = ___0_bindingIndex;
|
|
uint32_t L_6 = sizeof(BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA);
|
|
int32_t L_7;
|
|
L_7 = BindingState_get_compositeOrCompositeBindingIndex_m383AEFE1AA276D530D90A4DBE19C5B957726CE34((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)il2cpp_codegen_add((intptr_t)L_4, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_5), (int32_t)L_6)))), NULL);
|
|
V_0 = L_7;
|
|
// var compositeIndex = bindingStates[compositeBindingIndex].compositeOrCompositeBindingIndex;
|
|
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* L_8;
|
|
L_8 = InputActionState_get_bindingStates_mF497553BC159C0B3BFE6A8BAD6336EB09CB4B2DE(__this, NULL);
|
|
int32_t L_9 = V_0;
|
|
uint32_t L_10 = sizeof(BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA);
|
|
int32_t L_11;
|
|
L_11 = BindingState_get_compositeOrCompositeBindingIndex_m383AEFE1AA276D530D90A4DBE19C5B957726CE34((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)il2cpp_codegen_add((intptr_t)L_8, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_9), (int32_t)L_10)))), NULL);
|
|
V_1 = L_11;
|
|
// var compositeObject = composites[compositeIndex];
|
|
InputBindingCompositeU5BU5D_tB9A645573A56F8DC9EC7AD84F1BE24C2B0F4319E* L_12 = __this->___composites_5;
|
|
int32_t L_13 = V_1;
|
|
NullCheck(L_12);
|
|
int32_t L_14 = L_13;
|
|
InputBindingComposite_tA9230435A30FB5B2D4967D6FAE7EFABBBF26C0C0* L_15 = (L_12)->GetAt(static_cast<il2cpp_array_size_t>(L_14));
|
|
// return compositeObject.valueSizeInBytes;
|
|
NullCheck(L_15);
|
|
int32_t L_16;
|
|
L_16 = VirtualFuncInvoker0< int32_t >::Invoke(5 /* System.Int32 UnityEngine.InputSystem.InputBindingComposite::get_valueSizeInBytes() */, L_15);
|
|
return L_16;
|
|
}
|
|
|
|
IL_0051:
|
|
{
|
|
// var control = controls[controlIndex];
|
|
InputControlU5BU5D_t0B951FEF1504D6340387C4735F5D6F426F40FE17* L_17 = __this->___controls_2;
|
|
int32_t L_18 = ___1_controlIndex;
|
|
NullCheck(L_17);
|
|
int32_t L_19 = L_18;
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_20 = (L_17)->GetAt(static_cast<il2cpp_array_size_t>(L_19));
|
|
// return control.valueSizeInBytes;
|
|
NullCheck(L_20);
|
|
int32_t L_21;
|
|
L_21 = VirtualFuncInvoker0< int32_t >::Invoke(5 /* System.Int32 UnityEngine.InputSystem.InputControl::get_valueSizeInBytes() */, L_20);
|
|
return L_21;
|
|
}
|
|
}
|
|
// System.Type UnityEngine.InputSystem.InputActionState::GetValueType(System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* InputActionState_GetValueType_m123467AFF4D4D4771699D076799574354FADC1B2 (InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* __this, int32_t ___0_bindingIndex, int32_t ___1_controlIndex, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
{
|
|
// if (bindingStates[bindingIndex].isPartOfComposite) ////TODO: instead, just have compositeOrCompositeBindingIndex be invalid
|
|
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* L_0;
|
|
L_0 = InputActionState_get_bindingStates_mF497553BC159C0B3BFE6A8BAD6336EB09CB4B2DE(__this, NULL);
|
|
int32_t L_1 = ___0_bindingIndex;
|
|
uint32_t L_2 = sizeof(BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA);
|
|
bool L_3;
|
|
L_3 = BindingState_get_isPartOfComposite_m70F70F3B0BEFE2E296ECDAD016DA21F9A9574533((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)il2cpp_codegen_add((intptr_t)L_0, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_1), (int32_t)L_2)))), NULL);
|
|
if (!L_3)
|
|
{
|
|
goto IL_0051;
|
|
}
|
|
}
|
|
{
|
|
// var compositeBindingIndex = bindingStates[bindingIndex].compositeOrCompositeBindingIndex;
|
|
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* L_4;
|
|
L_4 = InputActionState_get_bindingStates_mF497553BC159C0B3BFE6A8BAD6336EB09CB4B2DE(__this, NULL);
|
|
int32_t L_5 = ___0_bindingIndex;
|
|
uint32_t L_6 = sizeof(BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA);
|
|
int32_t L_7;
|
|
L_7 = BindingState_get_compositeOrCompositeBindingIndex_m383AEFE1AA276D530D90A4DBE19C5B957726CE34((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)il2cpp_codegen_add((intptr_t)L_4, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_5), (int32_t)L_6)))), NULL);
|
|
V_0 = L_7;
|
|
// var compositeIndex = bindingStates[compositeBindingIndex].compositeOrCompositeBindingIndex;
|
|
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* L_8;
|
|
L_8 = InputActionState_get_bindingStates_mF497553BC159C0B3BFE6A8BAD6336EB09CB4B2DE(__this, NULL);
|
|
int32_t L_9 = V_0;
|
|
uint32_t L_10 = sizeof(BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA);
|
|
int32_t L_11;
|
|
L_11 = BindingState_get_compositeOrCompositeBindingIndex_m383AEFE1AA276D530D90A4DBE19C5B957726CE34((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)il2cpp_codegen_add((intptr_t)L_8, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_9), (int32_t)L_10)))), NULL);
|
|
V_1 = L_11;
|
|
// var compositeObject = composites[compositeIndex];
|
|
InputBindingCompositeU5BU5D_tB9A645573A56F8DC9EC7AD84F1BE24C2B0F4319E* L_12 = __this->___composites_5;
|
|
int32_t L_13 = V_1;
|
|
NullCheck(L_12);
|
|
int32_t L_14 = L_13;
|
|
InputBindingComposite_tA9230435A30FB5B2D4967D6FAE7EFABBBF26C0C0* L_15 = (L_12)->GetAt(static_cast<il2cpp_array_size_t>(L_14));
|
|
// return compositeObject.valueType;
|
|
NullCheck(L_15);
|
|
Type_t* L_16;
|
|
L_16 = VirtualFuncInvoker0< Type_t* >::Invoke(4 /* System.Type UnityEngine.InputSystem.InputBindingComposite::get_valueType() */, L_15);
|
|
return L_16;
|
|
}
|
|
|
|
IL_0051:
|
|
{
|
|
// var control = controls[controlIndex];
|
|
InputControlU5BU5D_t0B951FEF1504D6340387C4735F5D6F426F40FE17* L_17 = __this->___controls_2;
|
|
int32_t L_18 = ___1_controlIndex;
|
|
NullCheck(L_17);
|
|
int32_t L_19 = L_18;
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_20 = (L_17)->GetAt(static_cast<il2cpp_array_size_t>(L_19));
|
|
// return control.valueType;
|
|
NullCheck(L_20);
|
|
Type_t* L_21;
|
|
L_21 = VirtualFuncInvoker0< Type_t* >::Invoke(4 /* System.Type UnityEngine.InputSystem.InputControl::get_valueType() */, L_20);
|
|
return L_21;
|
|
}
|
|
}
|
|
// System.Boolean UnityEngine.InputSystem.InputActionState::IsActuated(UnityEngine.InputSystem.InputActionState/TriggerState&,System.Single)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputActionState_IsActuated_m81D95E562F1704C589A1E2C0041C826B24483E59 (TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* ___0_trigger, float ___1_threshold, const RuntimeMethod* method)
|
|
{
|
|
float V_0 = 0.0f;
|
|
{
|
|
// var magnitude = trigger.magnitude;
|
|
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_0 = ___0_trigger;
|
|
float L_1;
|
|
L_1 = TriggerState_get_magnitude_m69D6E5428A5409F494566C9847738D73DB0E4B53_inline(L_0, NULL);
|
|
V_0 = L_1;
|
|
// if (magnitude < 0)
|
|
float L_2 = V_0;
|
|
if ((!(((float)L_2) < ((float)(0.0f)))))
|
|
{
|
|
goto IL_0011;
|
|
}
|
|
}
|
|
{
|
|
// return true;
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0011:
|
|
{
|
|
// if (Mathf.Approximately(threshold, 0))
|
|
float L_3 = ___1_threshold;
|
|
bool L_4;
|
|
L_4 = Mathf_Approximately_m1DADD012A8FC82E11FB282501AE2EBBF9A77150B_inline(L_3, (0.0f), NULL);
|
|
if (!L_4)
|
|
{
|
|
goto IL_0027;
|
|
}
|
|
}
|
|
{
|
|
// return magnitude > 0;
|
|
float L_5 = V_0;
|
|
return (bool)((((float)L_5) > ((float)(0.0f)))? 1 : 0);
|
|
}
|
|
|
|
IL_0027:
|
|
{
|
|
// return magnitude >= threshold;
|
|
float L_6 = V_0;
|
|
float L_7 = ___1_threshold;
|
|
return (bool)((((int32_t)((!(((float)L_6) >= ((float)L_7)))? 1 : 0)) == ((int32_t)0))? 1 : 0);
|
|
}
|
|
}
|
|
// System.Void UnityEngine.InputSystem.InputActionState::ReadValue(System.Int32,System.Int32,System.Void*,System.Int32,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionState_ReadValue_m683D5F57CC8FC79648B7F9B6AA78218873E6F291 (InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* __this, int32_t ___0_bindingIndex, int32_t ___1_controlIndex, void* ___2_buffer, int32_t ___3_bufferSize, bool ___4_ignoreComposites, const RuntimeMethod* method)
|
|
{
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* V_0 = NULL;
|
|
int32_t V_1 = 0;
|
|
int32_t V_2 = 0;
|
|
int32_t V_3 = 0;
|
|
InputBindingCompositeContext_t961CAA1DF29D7D4E0AE0AEF22400B285E17B1390 V_4;
|
|
memset((&V_4), 0, sizeof(V_4));
|
|
InputBindingCompositeContext_t961CAA1DF29D7D4E0AE0AEF22400B285E17B1390 V_5;
|
|
memset((&V_5), 0, sizeof(V_5));
|
|
int32_t V_6 = 0;
|
|
int32_t V_7 = 0;
|
|
{
|
|
// InputControl control = null;
|
|
V_0 = (InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E*)NULL;
|
|
// if (!ignoreComposites && bindingStates[bindingIndex].isPartOfComposite)
|
|
bool L_0 = ___4_ignoreComposites;
|
|
if (L_0)
|
|
{
|
|
goto IL_007c;
|
|
}
|
|
}
|
|
{
|
|
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* L_1;
|
|
L_1 = InputActionState_get_bindingStates_mF497553BC159C0B3BFE6A8BAD6336EB09CB4B2DE(__this, NULL);
|
|
int32_t L_2 = ___0_bindingIndex;
|
|
uint32_t L_3 = sizeof(BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA);
|
|
bool L_4;
|
|
L_4 = BindingState_get_isPartOfComposite_m70F70F3B0BEFE2E296ECDAD016DA21F9A9574533((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)il2cpp_codegen_add((intptr_t)L_1, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_2), (int32_t)L_3)))), NULL);
|
|
if (!L_4)
|
|
{
|
|
goto IL_007c;
|
|
}
|
|
}
|
|
{
|
|
// var compositeBindingIndex = bindingStates[bindingIndex].compositeOrCompositeBindingIndex;
|
|
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* L_5;
|
|
L_5 = InputActionState_get_bindingStates_mF497553BC159C0B3BFE6A8BAD6336EB09CB4B2DE(__this, NULL);
|
|
int32_t L_6 = ___0_bindingIndex;
|
|
uint32_t L_7 = sizeof(BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA);
|
|
int32_t L_8;
|
|
L_8 = BindingState_get_compositeOrCompositeBindingIndex_m383AEFE1AA276D530D90A4DBE19C5B957726CE34((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)il2cpp_codegen_add((intptr_t)L_5, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_6), (int32_t)L_7)))), NULL);
|
|
V_2 = L_8;
|
|
// var compositeIndex = bindingStates[compositeBindingIndex].compositeOrCompositeBindingIndex;
|
|
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* L_9;
|
|
L_9 = InputActionState_get_bindingStates_mF497553BC159C0B3BFE6A8BAD6336EB09CB4B2DE(__this, NULL);
|
|
int32_t L_10 = V_2;
|
|
uint32_t L_11 = sizeof(BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA);
|
|
int32_t L_12;
|
|
L_12 = BindingState_get_compositeOrCompositeBindingIndex_m383AEFE1AA276D530D90A4DBE19C5B957726CE34((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)il2cpp_codegen_add((intptr_t)L_9, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_10), (int32_t)L_11)))), NULL);
|
|
V_3 = L_12;
|
|
// var compositeObject = composites[compositeIndex];
|
|
InputBindingCompositeU5BU5D_tB9A645573A56F8DC9EC7AD84F1BE24C2B0F4319E* L_13 = __this->___composites_5;
|
|
int32_t L_14 = V_3;
|
|
NullCheck(L_13);
|
|
int32_t L_15 = L_14;
|
|
InputBindingComposite_tA9230435A30FB5B2D4967D6FAE7EFABBBF26C0C0* L_16 = (L_13)->GetAt(static_cast<il2cpp_array_size_t>(L_15));
|
|
// var context = new InputBindingCompositeContext
|
|
// {
|
|
// m_State = this,
|
|
// m_BindingIndex = compositeBindingIndex
|
|
// };
|
|
il2cpp_codegen_initobj((&V_5), sizeof(InputBindingCompositeContext_t961CAA1DF29D7D4E0AE0AEF22400B285E17B1390));
|
|
(&V_5)->___m_State_0 = __this;
|
|
Il2CppCodeGenWriteBarrier((void**)(&(&V_5)->___m_State_0), (void*)__this);
|
|
int32_t L_17 = V_2;
|
|
(&V_5)->___m_BindingIndex_1 = L_17;
|
|
InputBindingCompositeContext_t961CAA1DF29D7D4E0AE0AEF22400B285E17B1390 L_18 = V_5;
|
|
V_4 = L_18;
|
|
// compositeObject.ReadValue(ref context, buffer, bufferSize);
|
|
void* L_19 = ___2_buffer;
|
|
int32_t L_20 = ___3_bufferSize;
|
|
NullCheck(L_16);
|
|
VirtualActionInvoker3< InputBindingCompositeContext_t961CAA1DF29D7D4E0AE0AEF22400B285E17B1390*, void*, int32_t >::Invoke(6 /* System.Void UnityEngine.InputSystem.InputBindingComposite::ReadValue(UnityEngine.InputSystem.InputBindingCompositeContext&,System.Void*,System.Int32) */, L_16, (&V_4), L_19, L_20);
|
|
// bindingIndex = compositeBindingIndex;
|
|
int32_t L_21 = V_2;
|
|
___0_bindingIndex = L_21;
|
|
goto IL_008e;
|
|
}
|
|
|
|
IL_007c:
|
|
{
|
|
// control = controls[controlIndex];
|
|
InputControlU5BU5D_t0B951FEF1504D6340387C4735F5D6F426F40FE17* L_22 = __this->___controls_2;
|
|
int32_t L_23 = ___1_controlIndex;
|
|
NullCheck(L_22);
|
|
int32_t L_24 = L_23;
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_25 = (L_22)->GetAt(static_cast<il2cpp_array_size_t>(L_24));
|
|
V_0 = L_25;
|
|
// control.ReadValueIntoBuffer(buffer, bufferSize);
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_26 = V_0;
|
|
void* L_27 = ___2_buffer;
|
|
int32_t L_28 = ___3_bufferSize;
|
|
InputControlExtensions_ReadValueIntoBuffer_mF44AE9865A7746ADA21A1A3F3771E8D271FFF281(L_26, L_27, L_28, NULL);
|
|
}
|
|
|
|
IL_008e:
|
|
{
|
|
// var processorCount = bindingStates[bindingIndex].processorCount;
|
|
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* L_29;
|
|
L_29 = InputActionState_get_bindingStates_mF497553BC159C0B3BFE6A8BAD6336EB09CB4B2DE(__this, NULL);
|
|
int32_t L_30 = ___0_bindingIndex;
|
|
uint32_t L_31 = sizeof(BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA);
|
|
int32_t L_32;
|
|
L_32 = BindingState_get_processorCount_m673F60A870C4116290C808A3C5FE22311BF4993E_inline((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)il2cpp_codegen_add((intptr_t)L_29, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_30), (int32_t)L_31)))), NULL);
|
|
V_1 = L_32;
|
|
// if (processorCount > 0)
|
|
int32_t L_33 = V_1;
|
|
if ((((int32_t)L_33) <= ((int32_t)0)))
|
|
{
|
|
goto IL_00e4;
|
|
}
|
|
}
|
|
{
|
|
// var processorStartIndex = bindingStates[bindingIndex].processorStartIndex;
|
|
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* L_34;
|
|
L_34 = InputActionState_get_bindingStates_mF497553BC159C0B3BFE6A8BAD6336EB09CB4B2DE(__this, NULL);
|
|
int32_t L_35 = ___0_bindingIndex;
|
|
uint32_t L_36 = sizeof(BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA);
|
|
int32_t L_37;
|
|
L_37 = BindingState_get_processorStartIndex_mD9816B3C354C1025844BCCDC75F0FF62F80CDA01((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)il2cpp_codegen_add((intptr_t)L_34, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_35), (int32_t)L_36)))), NULL);
|
|
V_6 = L_37;
|
|
// for (var i = 0; i < processorCount; ++i)
|
|
V_7 = 0;
|
|
goto IL_00df;
|
|
}
|
|
|
|
IL_00c4:
|
|
{
|
|
// processors[processorStartIndex + i].Process(buffer, bufferSize, control);
|
|
InputProcessorU5BU5D_t79582BEBC3FAF824D9762566AA6E979F95E6EB64* L_38 = __this->___processors_4;
|
|
int32_t L_39 = V_6;
|
|
int32_t L_40 = V_7;
|
|
NullCheck(L_38);
|
|
int32_t L_41 = ((int32_t)il2cpp_codegen_add(L_39, L_40));
|
|
InputProcessor_t71DA6677A0295DC87736E1D8D208FEA75D860457* L_42 = (L_38)->GetAt(static_cast<il2cpp_array_size_t>(L_41));
|
|
void* L_43 = ___2_buffer;
|
|
int32_t L_44 = ___3_bufferSize;
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_45 = V_0;
|
|
NullCheck(L_42);
|
|
VirtualActionInvoker3< void*, int32_t, InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* >::Invoke(5 /* System.Void UnityEngine.InputSystem.InputProcessor::Process(System.Void*,System.Int32,UnityEngine.InputSystem.InputControl) */, L_42, L_43, L_44, L_45);
|
|
// for (var i = 0; i < processorCount; ++i)
|
|
int32_t L_46 = V_7;
|
|
V_7 = ((int32_t)il2cpp_codegen_add(L_46, 1));
|
|
}
|
|
|
|
IL_00df:
|
|
{
|
|
// for (var i = 0; i < processorCount; ++i)
|
|
int32_t L_47 = V_7;
|
|
int32_t L_48 = V_1;
|
|
if ((((int32_t)L_47) < ((int32_t)L_48)))
|
|
{
|
|
goto IL_00c4;
|
|
}
|
|
}
|
|
|
|
IL_00e4:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Single UnityEngine.InputSystem.InputActionState::EvaluateCompositePartMagnitude(System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float InputActionState_EvaluateCompositePartMagnitude_m75015048EFB32626A744C538A8962B78B3E3D8C8 (InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* __this, int32_t ___0_bindingIndex, int32_t ___1_partNumber, const RuntimeMethod* method)
|
|
{
|
|
float V_0 = 0.0f;
|
|
int32_t V_1 = 0;
|
|
int32_t V_2 = 0;
|
|
int32_t V_3 = 0;
|
|
int32_t V_4 = 0;
|
|
{
|
|
// var firstChildBindingIndex = bindingIndex + 1;
|
|
int32_t L_0 = ___0_bindingIndex;
|
|
// var currentMagnitude = float.MinValue;
|
|
V_0 = (-(std::numeric_limits<float>::max)());
|
|
// for (var index = firstChildBindingIndex; index < totalBindingCount && bindingStates[index].isPartOfComposite; ++index)
|
|
V_1 = ((int32_t)il2cpp_codegen_add(L_0, 1));
|
|
goto IL_007b;
|
|
}
|
|
|
|
IL_000c:
|
|
{
|
|
// if (bindingStates[index].partIndex != partNumber)
|
|
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* L_1;
|
|
L_1 = InputActionState_get_bindingStates_mF497553BC159C0B3BFE6A8BAD6336EB09CB4B2DE(__this, NULL);
|
|
int32_t L_2 = V_1;
|
|
uint32_t L_3 = sizeof(BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA);
|
|
int32_t L_4;
|
|
L_4 = BindingState_get_partIndex_mF704A62747932C1AC0CD5384ACFDA1B0089E6E06_inline((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)il2cpp_codegen_add((intptr_t)L_1, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_2), (int32_t)L_3)))), NULL);
|
|
int32_t L_5 = ___1_partNumber;
|
|
if ((!(((uint32_t)L_4) == ((uint32_t)L_5))))
|
|
{
|
|
goto IL_0077;
|
|
}
|
|
}
|
|
{
|
|
// var controlCount = bindingStates[index].controlCount;
|
|
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* L_6;
|
|
L_6 = InputActionState_get_bindingStates_mF497553BC159C0B3BFE6A8BAD6336EB09CB4B2DE(__this, NULL);
|
|
int32_t L_7 = V_1;
|
|
uint32_t L_8 = sizeof(BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA);
|
|
int32_t L_9;
|
|
L_9 = BindingState_get_controlCount_mADA09E8D0B3F2EEA8447CD2F67F5ADFF29790391_inline((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)il2cpp_codegen_add((intptr_t)L_6, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_7), (int32_t)L_8)))), NULL);
|
|
V_2 = L_9;
|
|
// var controlStartIndex = bindingStates[index].controlStartIndex;
|
|
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* L_10;
|
|
L_10 = InputActionState_get_bindingStates_mF497553BC159C0B3BFE6A8BAD6336EB09CB4B2DE(__this, NULL);
|
|
int32_t L_11 = V_1;
|
|
uint32_t L_12 = sizeof(BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA);
|
|
int32_t L_13;
|
|
L_13 = BindingState_get_controlStartIndex_m092BC6AC34AC08B2EC1258A278AB4A7518407466_inline((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)il2cpp_codegen_add((intptr_t)L_10, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_11), (int32_t)L_12)))), NULL);
|
|
V_3 = L_13;
|
|
// for (var i = 0; i < controlCount; ++i)
|
|
V_4 = 0;
|
|
goto IL_0072;
|
|
}
|
|
|
|
IL_0055:
|
|
{
|
|
// var control = controls[controlStartIndex + i];
|
|
InputControlU5BU5D_t0B951FEF1504D6340387C4735F5D6F426F40FE17* L_14 = __this->___controls_2;
|
|
int32_t L_15 = V_3;
|
|
int32_t L_16 = V_4;
|
|
NullCheck(L_14);
|
|
int32_t L_17 = ((int32_t)il2cpp_codegen_add(L_15, L_16));
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_18 = (L_14)->GetAt(static_cast<il2cpp_array_size_t>(L_17));
|
|
// currentMagnitude = Mathf.Max(control.EvaluateMagnitude(), currentMagnitude);
|
|
NullCheck(L_18);
|
|
float L_19;
|
|
L_19 = InputControl_EvaluateMagnitude_mA16CB7AD6DBA9C7D91FBAFE823D30141B2A88F58(L_18, NULL);
|
|
float L_20 = V_0;
|
|
float L_21;
|
|
L_21 = Mathf_Max_mF5379E63D2BBAC76D090748695D833934F8AD051_inline(L_19, L_20, NULL);
|
|
V_0 = L_21;
|
|
// for (var i = 0; i < controlCount; ++i)
|
|
int32_t L_22 = V_4;
|
|
V_4 = ((int32_t)il2cpp_codegen_add(L_22, 1));
|
|
}
|
|
|
|
IL_0072:
|
|
{
|
|
// for (var i = 0; i < controlCount; ++i)
|
|
int32_t L_23 = V_4;
|
|
int32_t L_24 = V_2;
|
|
if ((((int32_t)L_23) < ((int32_t)L_24)))
|
|
{
|
|
goto IL_0055;
|
|
}
|
|
}
|
|
|
|
IL_0077:
|
|
{
|
|
// for (var index = firstChildBindingIndex; index < totalBindingCount && bindingStates[index].isPartOfComposite; ++index)
|
|
int32_t L_25 = V_1;
|
|
V_1 = ((int32_t)il2cpp_codegen_add(L_25, 1));
|
|
}
|
|
|
|
IL_007b:
|
|
{
|
|
// for (var index = firstChildBindingIndex; index < totalBindingCount && bindingStates[index].isPartOfComposite; ++index)
|
|
int32_t L_26 = V_1;
|
|
int32_t L_27;
|
|
L_27 = InputActionState_get_totalBindingCount_mB2BF62C18C7F2D59E9045FC9A9D4F199C07337F9(__this, NULL);
|
|
if ((((int32_t)L_26) >= ((int32_t)L_27)))
|
|
{
|
|
goto IL_009e;
|
|
}
|
|
}
|
|
{
|
|
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* L_28;
|
|
L_28 = InputActionState_get_bindingStates_mF497553BC159C0B3BFE6A8BAD6336EB09CB4B2DE(__this, NULL);
|
|
int32_t L_29 = V_1;
|
|
uint32_t L_30 = sizeof(BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA);
|
|
bool L_31;
|
|
L_31 = BindingState_get_isPartOfComposite_m70F70F3B0BEFE2E296ECDAD016DA21F9A9574533((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)il2cpp_codegen_add((intptr_t)L_28, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_29), (int32_t)L_30)))), NULL);
|
|
if (L_31)
|
|
{
|
|
goto IL_000c;
|
|
}
|
|
}
|
|
|
|
IL_009e:
|
|
{
|
|
// return currentMagnitude;
|
|
float L_32 = V_0;
|
|
return L_32;
|
|
}
|
|
}
|
|
// System.Double UnityEngine.InputSystem.InputActionState::GetCompositePartPressTime(System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double InputActionState_GetCompositePartPressTime_m21F92D0FEC43DD8DF7F4CA04856B2D3ECA356CB3 (InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* __this, int32_t ___0_bindingIndex, int32_t ___1_partNumber, const RuntimeMethod* method)
|
|
{
|
|
double V_0 = 0.0;
|
|
int32_t V_1 = 0;
|
|
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* V_2 = NULL;
|
|
{
|
|
// var firstChildBindingIndex = bindingIndex + 1;
|
|
int32_t L_0 = ___0_bindingIndex;
|
|
// var pressTime = double.MaxValue;
|
|
V_0 = (1.7976931348623157E+308);
|
|
// for (var index = firstChildBindingIndex; index < totalBindingCount && bindingStates[index].isPartOfComposite; ++index)
|
|
V_1 = ((int32_t)il2cpp_codegen_add(L_0, 1));
|
|
goto IL_004f;
|
|
}
|
|
|
|
IL_0010:
|
|
{
|
|
// ref var bindingState = ref bindingStates[index];
|
|
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* L_1;
|
|
L_1 = InputActionState_get_bindingStates_mF497553BC159C0B3BFE6A8BAD6336EB09CB4B2DE(__this, NULL);
|
|
int32_t L_2 = V_1;
|
|
uint32_t L_3 = sizeof(BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA);
|
|
V_2 = (BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)il2cpp_codegen_add((intptr_t)L_1, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_2), (int32_t)L_3))));
|
|
// if (bindingState.partIndex != partNumber)
|
|
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* L_4 = V_2;
|
|
int32_t L_5;
|
|
L_5 = BindingState_get_partIndex_mF704A62747932C1AC0CD5384ACFDA1B0089E6E06_inline(L_4, NULL);
|
|
int32_t L_6 = ___1_partNumber;
|
|
if ((!(((uint32_t)L_5) == ((uint32_t)L_6))))
|
|
{
|
|
goto IL_004b;
|
|
}
|
|
}
|
|
{
|
|
// if (bindingState.pressTime != default && bindingState.pressTime < pressTime)
|
|
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* L_7 = V_2;
|
|
double L_8;
|
|
L_8 = BindingState_get_pressTime_m4B6FB5F9DCF16C18B649686BAEB840C281E40E47_inline(L_7, NULL);
|
|
if ((((double)L_8) == ((double)(0.0))))
|
|
{
|
|
goto IL_004b;
|
|
}
|
|
}
|
|
{
|
|
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* L_9 = V_2;
|
|
double L_10;
|
|
L_10 = BindingState_get_pressTime_m4B6FB5F9DCF16C18B649686BAEB840C281E40E47_inline(L_9, NULL);
|
|
double L_11 = V_0;
|
|
if ((!(((double)L_10) < ((double)L_11))))
|
|
{
|
|
goto IL_004b;
|
|
}
|
|
}
|
|
{
|
|
// pressTime = bindingState.pressTime;
|
|
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* L_12 = V_2;
|
|
double L_13;
|
|
L_13 = BindingState_get_pressTime_m4B6FB5F9DCF16C18B649686BAEB840C281E40E47_inline(L_12, NULL);
|
|
V_0 = L_13;
|
|
}
|
|
|
|
IL_004b:
|
|
{
|
|
// for (var index = firstChildBindingIndex; index < totalBindingCount && bindingStates[index].isPartOfComposite; ++index)
|
|
int32_t L_14 = V_1;
|
|
V_1 = ((int32_t)il2cpp_codegen_add(L_14, 1));
|
|
}
|
|
|
|
IL_004f:
|
|
{
|
|
// for (var index = firstChildBindingIndex; index < totalBindingCount && bindingStates[index].isPartOfComposite; ++index)
|
|
int32_t L_15 = V_1;
|
|
int32_t L_16;
|
|
L_16 = InputActionState_get_totalBindingCount_mB2BF62C18C7F2D59E9045FC9A9D4F199C07337F9(__this, NULL);
|
|
if ((((int32_t)L_15) >= ((int32_t)L_16)))
|
|
{
|
|
goto IL_006f;
|
|
}
|
|
}
|
|
{
|
|
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* L_17;
|
|
L_17 = InputActionState_get_bindingStates_mF497553BC159C0B3BFE6A8BAD6336EB09CB4B2DE(__this, NULL);
|
|
int32_t L_18 = V_1;
|
|
uint32_t L_19 = sizeof(BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA);
|
|
bool L_20;
|
|
L_20 = BindingState_get_isPartOfComposite_m70F70F3B0BEFE2E296ECDAD016DA21F9A9574533((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)il2cpp_codegen_add((intptr_t)L_17, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_18), (int32_t)L_19)))), NULL);
|
|
if (L_20)
|
|
{
|
|
goto IL_0010;
|
|
}
|
|
}
|
|
|
|
IL_006f:
|
|
{
|
|
// if (pressTime == double.MaxValue)
|
|
double L_21 = V_0;
|
|
if ((!(((double)L_21) == ((double)(1.7976931348623157E+308)))))
|
|
{
|
|
goto IL_0085;
|
|
}
|
|
}
|
|
{
|
|
// return -1d;
|
|
return (-1.0);
|
|
}
|
|
|
|
IL_0085:
|
|
{
|
|
// return pressTime;
|
|
double L_22 = V_0;
|
|
return L_22;
|
|
}
|
|
}
|
|
// 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 ___0_bindingIndex, int32_t ___1_partNumber, void* ___2_buffer, int32_t ___3_bufferSize, const RuntimeMethod* method)
|
|
{
|
|
float V_0 = 0.0f;
|
|
int32_t V_1 = 0;
|
|
int32_t V_2 = 0;
|
|
int32_t V_3 = 0;
|
|
int32_t V_4 = 0;
|
|
int32_t V_5 = 0;
|
|
float V_6 = 0.0f;
|
|
{
|
|
// var firstChildBindingIndex = bindingIndex + 1;
|
|
int32_t L_0 = ___0_bindingIndex;
|
|
// var currentMagnitude = float.MinValue;
|
|
V_0 = (-(std::numeric_limits<float>::max)());
|
|
// for (var index = firstChildBindingIndex; index < totalBindingCount && bindingStates[index].isPartOfComposite; ++index)
|
|
V_1 = ((int32_t)il2cpp_codegen_add(L_0, 1));
|
|
goto IL_0092;
|
|
}
|
|
|
|
IL_000f:
|
|
{
|
|
// if (bindingStates[index].partIndex != partNumber)
|
|
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* L_1;
|
|
L_1 = InputActionState_get_bindingStates_mF497553BC159C0B3BFE6A8BAD6336EB09CB4B2DE(__this, NULL);
|
|
int32_t L_2 = V_1;
|
|
uint32_t L_3 = sizeof(BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA);
|
|
int32_t L_4;
|
|
L_4 = BindingState_get_partIndex_mF704A62747932C1AC0CD5384ACFDA1B0089E6E06_inline((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)il2cpp_codegen_add((intptr_t)L_1, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_2), (int32_t)L_3)))), NULL);
|
|
int32_t L_5 = ___1_partNumber;
|
|
if ((!(((uint32_t)L_4) == ((uint32_t)L_5))))
|
|
{
|
|
goto IL_008e;
|
|
}
|
|
}
|
|
{
|
|
// var controlCount = bindingStates[index].controlCount;
|
|
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* L_6;
|
|
L_6 = InputActionState_get_bindingStates_mF497553BC159C0B3BFE6A8BAD6336EB09CB4B2DE(__this, NULL);
|
|
int32_t L_7 = V_1;
|
|
uint32_t L_8 = sizeof(BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA);
|
|
int32_t L_9;
|
|
L_9 = BindingState_get_controlCount_mADA09E8D0B3F2EEA8447CD2F67F5ADFF29790391_inline((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)il2cpp_codegen_add((intptr_t)L_6, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_7), (int32_t)L_8)))), NULL);
|
|
V_2 = L_9;
|
|
// var controlStartIndex = bindingStates[index].controlStartIndex;
|
|
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* L_10;
|
|
L_10 = InputActionState_get_bindingStates_mF497553BC159C0B3BFE6A8BAD6336EB09CB4B2DE(__this, NULL);
|
|
int32_t L_11 = V_1;
|
|
uint32_t L_12 = sizeof(BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA);
|
|
int32_t L_13;
|
|
L_13 = BindingState_get_controlStartIndex_m092BC6AC34AC08B2EC1258A278AB4A7518407466_inline((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)il2cpp_codegen_add((intptr_t)L_10, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_11), (int32_t)L_12)))), NULL);
|
|
V_3 = L_13;
|
|
// for (var i = 0; i < controlCount; ++i)
|
|
V_4 = 0;
|
|
goto IL_0089;
|
|
}
|
|
|
|
IL_0058:
|
|
{
|
|
// var thisControlIndex = controlStartIndex + i;
|
|
int32_t L_14 = V_3;
|
|
int32_t L_15 = V_4;
|
|
V_5 = ((int32_t)il2cpp_codegen_add(L_14, L_15));
|
|
// var control = controls[thisControlIndex];
|
|
InputControlU5BU5D_t0B951FEF1504D6340387C4735F5D6F426F40FE17* L_16 = __this->___controls_2;
|
|
int32_t L_17 = V_5;
|
|
NullCheck(L_16);
|
|
int32_t L_18 = L_17;
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_19 = (L_16)->GetAt(static_cast<il2cpp_array_size_t>(L_18));
|
|
// var magnitude = control.EvaluateMagnitude();
|
|
NullCheck(L_19);
|
|
float L_20;
|
|
L_20 = InputControl_EvaluateMagnitude_mA16CB7AD6DBA9C7D91FBAFE823D30141B2A88F58(L_19, NULL);
|
|
V_6 = L_20;
|
|
// if (magnitude < currentMagnitude)
|
|
float L_21 = V_6;
|
|
float L_22 = V_0;
|
|
if ((((float)L_21) < ((float)L_22)))
|
|
{
|
|
goto IL_0083;
|
|
}
|
|
}
|
|
{
|
|
// ReadValue(index, thisControlIndex, buffer, bufferSize, ignoreComposites: true);
|
|
int32_t L_23 = V_1;
|
|
int32_t L_24 = V_5;
|
|
void* L_25 = ___2_buffer;
|
|
int32_t L_26 = ___3_bufferSize;
|
|
InputActionState_ReadValue_m683D5F57CC8FC79648B7F9B6AA78218873E6F291(__this, L_23, L_24, L_25, L_26, (bool)1, NULL);
|
|
// currentMagnitude = magnitude;
|
|
float L_27 = V_6;
|
|
V_0 = L_27;
|
|
}
|
|
|
|
IL_0083:
|
|
{
|
|
// for (var i = 0; i < controlCount; ++i)
|
|
int32_t L_28 = V_4;
|
|
V_4 = ((int32_t)il2cpp_codegen_add(L_28, 1));
|
|
}
|
|
|
|
IL_0089:
|
|
{
|
|
// for (var i = 0; i < controlCount; ++i)
|
|
int32_t L_29 = V_4;
|
|
int32_t L_30 = V_2;
|
|
if ((((int32_t)L_29) < ((int32_t)L_30)))
|
|
{
|
|
goto IL_0058;
|
|
}
|
|
}
|
|
|
|
IL_008e:
|
|
{
|
|
// for (var index = firstChildBindingIndex; index < totalBindingCount && bindingStates[index].isPartOfComposite; ++index)
|
|
int32_t L_31 = V_1;
|
|
V_1 = ((int32_t)il2cpp_codegen_add(L_31, 1));
|
|
}
|
|
|
|
IL_0092:
|
|
{
|
|
// for (var index = firstChildBindingIndex; index < totalBindingCount && bindingStates[index].isPartOfComposite; ++index)
|
|
int32_t L_32 = V_1;
|
|
int32_t L_33;
|
|
L_33 = InputActionState_get_totalBindingCount_mB2BF62C18C7F2D59E9045FC9A9D4F199C07337F9(__this, NULL);
|
|
if ((((int32_t)L_32) >= ((int32_t)L_33)))
|
|
{
|
|
goto IL_00b5;
|
|
}
|
|
}
|
|
{
|
|
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* L_34;
|
|
L_34 = InputActionState_get_bindingStates_mF497553BC159C0B3BFE6A8BAD6336EB09CB4B2DE(__this, NULL);
|
|
int32_t L_35 = V_1;
|
|
uint32_t L_36 = sizeof(BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA);
|
|
bool L_37;
|
|
L_37 = BindingState_get_isPartOfComposite_m70F70F3B0BEFE2E296ECDAD016DA21F9A9574533((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)il2cpp_codegen_add((intptr_t)L_34, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_35), (int32_t)L_36)))), NULL);
|
|
if (L_37)
|
|
{
|
|
goto IL_000f;
|
|
}
|
|
}
|
|
|
|
IL_00b5:
|
|
{
|
|
// return currentMagnitude > float.MinValue;
|
|
float L_38 = V_0;
|
|
return (bool)((((float)L_38) > ((float)(-(std::numeric_limits<float>::max)())))? 1 : 0);
|
|
}
|
|
}
|
|
// 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 ___0_bindingIndex, int32_t ___1_partNumber, const RuntimeMethod* method)
|
|
{
|
|
float V_0 = 0.0f;
|
|
RuntimeObject* 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;
|
|
float V_7 = 0.0f;
|
|
{
|
|
// var firstChildBindingIndex = bindingIndex + 1;
|
|
int32_t L_0 = ___0_bindingIndex;
|
|
// var currentMagnitude = float.MinValue;
|
|
V_0 = (-(std::numeric_limits<float>::max)());
|
|
// object currentValue = null;
|
|
V_1 = NULL;
|
|
// for (var index = firstChildBindingIndex; index < totalBindingCount && bindingStates[index].isPartOfComposite; ++index)
|
|
V_2 = ((int32_t)il2cpp_codegen_add(L_0, 1));
|
|
goto IL_0094;
|
|
}
|
|
|
|
IL_0011:
|
|
{
|
|
// if (bindingStates[index].partIndex != partNumber)
|
|
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* L_1;
|
|
L_1 = InputActionState_get_bindingStates_mF497553BC159C0B3BFE6A8BAD6336EB09CB4B2DE(__this, NULL);
|
|
int32_t L_2 = V_2;
|
|
uint32_t L_3 = sizeof(BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA);
|
|
int32_t L_4;
|
|
L_4 = BindingState_get_partIndex_mF704A62747932C1AC0CD5384ACFDA1B0089E6E06_inline((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)il2cpp_codegen_add((intptr_t)L_1, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_2), (int32_t)L_3)))), NULL);
|
|
int32_t L_5 = ___1_partNumber;
|
|
if ((!(((uint32_t)L_4) == ((uint32_t)L_5))))
|
|
{
|
|
goto IL_0090;
|
|
}
|
|
}
|
|
{
|
|
// var controlCount = bindingStates[index].controlCount;
|
|
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* L_6;
|
|
L_6 = InputActionState_get_bindingStates_mF497553BC159C0B3BFE6A8BAD6336EB09CB4B2DE(__this, NULL);
|
|
int32_t L_7 = V_2;
|
|
uint32_t L_8 = sizeof(BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA);
|
|
int32_t L_9;
|
|
L_9 = BindingState_get_controlCount_mADA09E8D0B3F2EEA8447CD2F67F5ADFF29790391_inline((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)il2cpp_codegen_add((intptr_t)L_6, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_7), (int32_t)L_8)))), NULL);
|
|
V_3 = L_9;
|
|
// var controlStartIndex = bindingStates[index].controlStartIndex;
|
|
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* L_10;
|
|
L_10 = InputActionState_get_bindingStates_mF497553BC159C0B3BFE6A8BAD6336EB09CB4B2DE(__this, NULL);
|
|
int32_t L_11 = V_2;
|
|
uint32_t L_12 = sizeof(BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA);
|
|
int32_t L_13;
|
|
L_13 = BindingState_get_controlStartIndex_m092BC6AC34AC08B2EC1258A278AB4A7518407466_inline((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)il2cpp_codegen_add((intptr_t)L_10, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_11), (int32_t)L_12)))), NULL);
|
|
V_4 = L_13;
|
|
// for (var i = 0; i < controlCount; ++i)
|
|
V_5 = 0;
|
|
goto IL_008b;
|
|
}
|
|
|
|
IL_005b:
|
|
{
|
|
// var thisControlIndex = controlStartIndex + i;
|
|
int32_t L_14 = V_4;
|
|
int32_t L_15 = V_5;
|
|
V_6 = ((int32_t)il2cpp_codegen_add(L_14, L_15));
|
|
// var control = controls[thisControlIndex];
|
|
InputControlU5BU5D_t0B951FEF1504D6340387C4735F5D6F426F40FE17* L_16 = __this->___controls_2;
|
|
int32_t L_17 = V_6;
|
|
NullCheck(L_16);
|
|
int32_t L_18 = L_17;
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_19 = (L_16)->GetAt(static_cast<il2cpp_array_size_t>(L_18));
|
|
// var magnitude = control.EvaluateMagnitude();
|
|
NullCheck(L_19);
|
|
float L_20;
|
|
L_20 = InputControl_EvaluateMagnitude_mA16CB7AD6DBA9C7D91FBAFE823D30141B2A88F58(L_19, NULL);
|
|
V_7 = L_20;
|
|
// if (magnitude < currentMagnitude)
|
|
float L_21 = V_7;
|
|
float L_22 = V_0;
|
|
if ((((float)L_21) < ((float)L_22)))
|
|
{
|
|
goto IL_0085;
|
|
}
|
|
}
|
|
{
|
|
// currentValue = ReadValueAsObject(index, thisControlIndex, ignoreComposites: true);
|
|
int32_t L_23 = V_2;
|
|
int32_t L_24 = V_6;
|
|
RuntimeObject* L_25;
|
|
L_25 = InputActionState_ReadValueAsObject_mA724EE1B78929286F3FE31F654763BB32890E7A3(__this, L_23, L_24, (bool)1, NULL);
|
|
V_1 = L_25;
|
|
// currentMagnitude = magnitude;
|
|
float L_26 = V_7;
|
|
V_0 = L_26;
|
|
}
|
|
|
|
IL_0085:
|
|
{
|
|
// for (var i = 0; i < controlCount; ++i)
|
|
int32_t L_27 = V_5;
|
|
V_5 = ((int32_t)il2cpp_codegen_add(L_27, 1));
|
|
}
|
|
|
|
IL_008b:
|
|
{
|
|
// for (var i = 0; i < controlCount; ++i)
|
|
int32_t L_28 = V_5;
|
|
int32_t L_29 = V_3;
|
|
if ((((int32_t)L_28) < ((int32_t)L_29)))
|
|
{
|
|
goto IL_005b;
|
|
}
|
|
}
|
|
|
|
IL_0090:
|
|
{
|
|
// for (var index = firstChildBindingIndex; index < totalBindingCount && bindingStates[index].isPartOfComposite; ++index)
|
|
int32_t L_30 = V_2;
|
|
V_2 = ((int32_t)il2cpp_codegen_add(L_30, 1));
|
|
}
|
|
|
|
IL_0094:
|
|
{
|
|
// for (var index = firstChildBindingIndex; index < totalBindingCount && bindingStates[index].isPartOfComposite; ++index)
|
|
int32_t L_31 = V_2;
|
|
int32_t L_32;
|
|
L_32 = InputActionState_get_totalBindingCount_mB2BF62C18C7F2D59E9045FC9A9D4F199C07337F9(__this, NULL);
|
|
if ((((int32_t)L_31) >= ((int32_t)L_32)))
|
|
{
|
|
goto IL_00b7;
|
|
}
|
|
}
|
|
{
|
|
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* L_33;
|
|
L_33 = InputActionState_get_bindingStates_mF497553BC159C0B3BFE6A8BAD6336EB09CB4B2DE(__this, NULL);
|
|
int32_t L_34 = V_2;
|
|
uint32_t L_35 = sizeof(BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA);
|
|
bool L_36;
|
|
L_36 = BindingState_get_isPartOfComposite_m70F70F3B0BEFE2E296ECDAD016DA21F9A9574533((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)il2cpp_codegen_add((intptr_t)L_33, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_34), (int32_t)L_35)))), NULL);
|
|
if (L_36)
|
|
{
|
|
goto IL_0011;
|
|
}
|
|
}
|
|
|
|
IL_00b7:
|
|
{
|
|
// return currentValue;
|
|
RuntimeObject* L_37 = V_1;
|
|
return L_37;
|
|
}
|
|
}
|
|
// System.Object UnityEngine.InputSystem.InputActionState::ReadValueAsObject(System.Int32,System.Int32,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* InputActionState_ReadValueAsObject_mA724EE1B78929286F3FE31F654763BB32890E7A3 (InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* __this, int32_t ___0_bindingIndex, int32_t ___1_controlIndex, bool ___2_ignoreComposites, const RuntimeMethod* method)
|
|
{
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* V_0 = NULL;
|
|
RuntimeObject* V_1 = NULL;
|
|
int32_t V_2 = 0;
|
|
int32_t V_3 = 0;
|
|
InputBindingCompositeContext_t961CAA1DF29D7D4E0AE0AEF22400B285E17B1390 V_4;
|
|
memset((&V_4), 0, sizeof(V_4));
|
|
InputBindingCompositeContext_t961CAA1DF29D7D4E0AE0AEF22400B285E17B1390 V_5;
|
|
memset((&V_5), 0, sizeof(V_5));
|
|
int32_t V_6 = 0;
|
|
int32_t V_7 = 0;
|
|
int32_t V_8 = 0;
|
|
{
|
|
// InputControl control = null;
|
|
V_0 = (InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E*)NULL;
|
|
// object value = null;
|
|
V_1 = NULL;
|
|
// if (!ignoreComposites && bindingStates[bindingIndex].isPartOfComposite) ////TODO: instead, just have compositeOrCompositeBindingIndex be invalid
|
|
bool L_0 = ___2_ignoreComposites;
|
|
if (L_0)
|
|
{
|
|
goto IL_007b;
|
|
}
|
|
}
|
|
{
|
|
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* L_1;
|
|
L_1 = InputActionState_get_bindingStates_mF497553BC159C0B3BFE6A8BAD6336EB09CB4B2DE(__this, NULL);
|
|
int32_t L_2 = ___0_bindingIndex;
|
|
uint32_t L_3 = sizeof(BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA);
|
|
bool L_4;
|
|
L_4 = BindingState_get_isPartOfComposite_m70F70F3B0BEFE2E296ECDAD016DA21F9A9574533((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)il2cpp_codegen_add((intptr_t)L_1, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_2), (int32_t)L_3)))), NULL);
|
|
if (!L_4)
|
|
{
|
|
goto IL_007b;
|
|
}
|
|
}
|
|
{
|
|
// var compositeBindingIndex = bindingStates[bindingIndex].compositeOrCompositeBindingIndex;
|
|
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* L_5;
|
|
L_5 = InputActionState_get_bindingStates_mF497553BC159C0B3BFE6A8BAD6336EB09CB4B2DE(__this, NULL);
|
|
int32_t L_6 = ___0_bindingIndex;
|
|
uint32_t L_7 = sizeof(BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA);
|
|
int32_t L_8;
|
|
L_8 = BindingState_get_compositeOrCompositeBindingIndex_m383AEFE1AA276D530D90A4DBE19C5B957726CE34((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)il2cpp_codegen_add((intptr_t)L_5, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_6), (int32_t)L_7)))), NULL);
|
|
V_2 = L_8;
|
|
// var compositeIndex = bindingStates[compositeBindingIndex].compositeOrCompositeBindingIndex;
|
|
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* L_9;
|
|
L_9 = InputActionState_get_bindingStates_mF497553BC159C0B3BFE6A8BAD6336EB09CB4B2DE(__this, NULL);
|
|
int32_t L_10 = V_2;
|
|
uint32_t L_11 = sizeof(BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA);
|
|
int32_t L_12;
|
|
L_12 = BindingState_get_compositeOrCompositeBindingIndex_m383AEFE1AA276D530D90A4DBE19C5B957726CE34((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)il2cpp_codegen_add((intptr_t)L_9, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_10), (int32_t)L_11)))), NULL);
|
|
V_3 = L_12;
|
|
// var compositeObject = composites[compositeIndex];
|
|
InputBindingCompositeU5BU5D_tB9A645573A56F8DC9EC7AD84F1BE24C2B0F4319E* L_13 = __this->___composites_5;
|
|
int32_t L_14 = V_3;
|
|
NullCheck(L_13);
|
|
int32_t L_15 = L_14;
|
|
InputBindingComposite_tA9230435A30FB5B2D4967D6FAE7EFABBBF26C0C0* L_16 = (L_13)->GetAt(static_cast<il2cpp_array_size_t>(L_15));
|
|
// var context = new InputBindingCompositeContext
|
|
// {
|
|
// m_State = this,
|
|
// m_BindingIndex = compositeBindingIndex
|
|
// };
|
|
il2cpp_codegen_initobj((&V_5), sizeof(InputBindingCompositeContext_t961CAA1DF29D7D4E0AE0AEF22400B285E17B1390));
|
|
(&V_5)->___m_State_0 = __this;
|
|
Il2CppCodeGenWriteBarrier((void**)(&(&V_5)->___m_State_0), (void*)__this);
|
|
int32_t L_17 = V_2;
|
|
(&V_5)->___m_BindingIndex_1 = L_17;
|
|
InputBindingCompositeContext_t961CAA1DF29D7D4E0AE0AEF22400B285E17B1390 L_18 = V_5;
|
|
V_4 = L_18;
|
|
// value = compositeObject.ReadValueAsObject(ref context);
|
|
NullCheck(L_16);
|
|
RuntimeObject* L_19;
|
|
L_19 = VirtualFuncInvoker1< RuntimeObject*, InputBindingCompositeContext_t961CAA1DF29D7D4E0AE0AEF22400B285E17B1390* >::Invoke(7 /* System.Object UnityEngine.InputSystem.InputBindingComposite::ReadValueAsObject(UnityEngine.InputSystem.InputBindingCompositeContext&) */, L_16, (&V_4));
|
|
V_1 = L_19;
|
|
// bindingIndex = compositeBindingIndex;
|
|
int32_t L_20 = V_2;
|
|
___0_bindingIndex = L_20;
|
|
goto IL_008f;
|
|
}
|
|
|
|
IL_007b:
|
|
{
|
|
// if (controlIndex != kInvalidIndex)
|
|
int32_t L_21 = ___1_controlIndex;
|
|
if ((((int32_t)L_21) == ((int32_t)(-1))))
|
|
{
|
|
goto IL_008f;
|
|
}
|
|
}
|
|
{
|
|
// control = controls[controlIndex];
|
|
InputControlU5BU5D_t0B951FEF1504D6340387C4735F5D6F426F40FE17* L_22 = __this->___controls_2;
|
|
int32_t L_23 = ___1_controlIndex;
|
|
NullCheck(L_22);
|
|
int32_t L_24 = L_23;
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_25 = (L_22)->GetAt(static_cast<il2cpp_array_size_t>(L_24));
|
|
V_0 = L_25;
|
|
// value = control.ReadValueAsObject();
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_26 = V_0;
|
|
RuntimeObject* L_27;
|
|
L_27 = InputControlExtensions_ReadValueAsObject_m6AAC50A829A11A153DCFA5A18FBCF2706311BB9A(L_26, NULL);
|
|
V_1 = L_27;
|
|
}
|
|
|
|
IL_008f:
|
|
{
|
|
// if (value != null)
|
|
RuntimeObject* L_28 = V_1;
|
|
if (!L_28)
|
|
{
|
|
goto IL_00ea;
|
|
}
|
|
}
|
|
{
|
|
// var processorCount = bindingStates[bindingIndex].processorCount;
|
|
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* L_29;
|
|
L_29 = InputActionState_get_bindingStates_mF497553BC159C0B3BFE6A8BAD6336EB09CB4B2DE(__this, NULL);
|
|
int32_t L_30 = ___0_bindingIndex;
|
|
uint32_t L_31 = sizeof(BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA);
|
|
int32_t L_32;
|
|
L_32 = BindingState_get_processorCount_m673F60A870C4116290C808A3C5FE22311BF4993E_inline((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)il2cpp_codegen_add((intptr_t)L_29, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_30), (int32_t)L_31)))), NULL);
|
|
V_6 = L_32;
|
|
// if (processorCount > 0)
|
|
int32_t L_33 = V_6;
|
|
if ((((int32_t)L_33) <= ((int32_t)0)))
|
|
{
|
|
goto IL_00ea;
|
|
}
|
|
}
|
|
{
|
|
// var processorStartIndex = bindingStates[bindingIndex].processorStartIndex;
|
|
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* L_34;
|
|
L_34 = InputActionState_get_bindingStates_mF497553BC159C0B3BFE6A8BAD6336EB09CB4B2DE(__this, NULL);
|
|
int32_t L_35 = ___0_bindingIndex;
|
|
uint32_t L_36 = sizeof(BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA);
|
|
int32_t L_37;
|
|
L_37 = BindingState_get_processorStartIndex_mD9816B3C354C1025844BCCDC75F0FF62F80CDA01((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)il2cpp_codegen_add((intptr_t)L_34, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_35), (int32_t)L_36)))), NULL);
|
|
V_7 = L_37;
|
|
// for (var i = 0; i < processorCount; ++i)
|
|
V_8 = 0;
|
|
goto IL_00e4;
|
|
}
|
|
|
|
IL_00ca:
|
|
{
|
|
// value = processors[processorStartIndex + i].ProcessAsObject(value, control);
|
|
InputProcessorU5BU5D_t79582BEBC3FAF824D9762566AA6E979F95E6EB64* L_38 = __this->___processors_4;
|
|
int32_t L_39 = V_7;
|
|
int32_t L_40 = V_8;
|
|
NullCheck(L_38);
|
|
int32_t L_41 = ((int32_t)il2cpp_codegen_add(L_39, L_40));
|
|
InputProcessor_t71DA6677A0295DC87736E1D8D208FEA75D860457* L_42 = (L_38)->GetAt(static_cast<il2cpp_array_size_t>(L_41));
|
|
RuntimeObject* L_43 = V_1;
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_44 = V_0;
|
|
NullCheck(L_42);
|
|
RuntimeObject* L_45;
|
|
L_45 = VirtualFuncInvoker2< RuntimeObject*, RuntimeObject*, InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* >::Invoke(4 /* System.Object UnityEngine.InputSystem.InputProcessor::ProcessAsObject(System.Object,UnityEngine.InputSystem.InputControl) */, L_42, L_43, L_44);
|
|
V_1 = L_45;
|
|
// for (var i = 0; i < processorCount; ++i)
|
|
int32_t L_46 = V_8;
|
|
V_8 = ((int32_t)il2cpp_codegen_add(L_46, 1));
|
|
}
|
|
|
|
IL_00e4:
|
|
{
|
|
// for (var i = 0; i < processorCount; ++i)
|
|
int32_t L_47 = V_8;
|
|
int32_t L_48 = V_6;
|
|
if ((((int32_t)L_47) < ((int32_t)L_48)))
|
|
{
|
|
goto IL_00ca;
|
|
}
|
|
}
|
|
|
|
IL_00ea:
|
|
{
|
|
// return value;
|
|
RuntimeObject* L_49 = V_1;
|
|
return L_49;
|
|
}
|
|
}
|
|
// System.Boolean UnityEngine.InputSystem.InputActionState::ReadValueAsButton(System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputActionState_ReadValueAsButton_mDC9D78458B05CDFF565051B47B6AB27B91F9AB43 (InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* __this, int32_t ___0_bindingIndex, int32_t ___1_controlIndex, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputActionState_ReadValue_TisSingle_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_mFBC09D8966BA50744DD4A7F7327A9E9920AB778E_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* V_0 = NULL;
|
|
float V_1 = 0.0f;
|
|
{
|
|
// var buttonControl = default(ButtonControl);
|
|
V_0 = (ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF*)NULL;
|
|
// if (!bindingStates[bindingIndex].isPartOfComposite)
|
|
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* L_0;
|
|
L_0 = InputActionState_get_bindingStates_mF497553BC159C0B3BFE6A8BAD6336EB09CB4B2DE(__this, NULL);
|
|
int32_t L_1 = ___0_bindingIndex;
|
|
uint32_t L_2 = sizeof(BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA);
|
|
bool L_3;
|
|
L_3 = BindingState_get_isPartOfComposite_m70F70F3B0BEFE2E296ECDAD016DA21F9A9574533((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)il2cpp_codegen_add((intptr_t)L_0, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_1), (int32_t)L_2)))), NULL);
|
|
if (L_3)
|
|
{
|
|
goto IL_0027;
|
|
}
|
|
}
|
|
{
|
|
// buttonControl = controls[controlIndex] as ButtonControl;
|
|
InputControlU5BU5D_t0B951FEF1504D6340387C4735F5D6F426F40FE17* L_4 = __this->___controls_2;
|
|
int32_t L_5 = ___1_controlIndex;
|
|
NullCheck(L_4);
|
|
int32_t L_6 = L_5;
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_7 = (L_4)->GetAt(static_cast<il2cpp_array_size_t>(L_6));
|
|
V_0 = ((ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF*)IsInstClass((RuntimeObject*)L_7, ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF_il2cpp_TypeInfo_var));
|
|
}
|
|
|
|
IL_0027:
|
|
{
|
|
// var floatValue = ReadValue<float>(bindingIndex, controlIndex);
|
|
int32_t L_8 = ___0_bindingIndex;
|
|
int32_t L_9 = ___1_controlIndex;
|
|
float L_10;
|
|
L_10 = InputActionState_ReadValue_TisSingle_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_mFBC09D8966BA50744DD4A7F7327A9E9920AB778E(__this, L_8, L_9, (bool)0, InputActionState_ReadValue_TisSingle_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_mFBC09D8966BA50744DD4A7F7327A9E9920AB778E_RuntimeMethod_var);
|
|
V_1 = L_10;
|
|
// if (buttonControl != null)
|
|
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_11 = V_0;
|
|
if (!L_11)
|
|
{
|
|
goto IL_0041;
|
|
}
|
|
}
|
|
{
|
|
// return floatValue >= buttonControl.pressPointOrDefault;
|
|
float L_12 = V_1;
|
|
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_13 = V_0;
|
|
NullCheck(L_13);
|
|
float L_14;
|
|
L_14 = ButtonControl_get_pressPointOrDefault_mE386900B1B58DDD0099C2F309E57AFBEB49F9F9D(L_13, NULL);
|
|
return (bool)((((int32_t)((!(((float)L_12) >= ((float)L_14)))? 1 : 0)) == ((int32_t)0))? 1 : 0);
|
|
}
|
|
|
|
IL_0041:
|
|
{
|
|
// return floatValue >= ButtonControl.s_GlobalDefaultButtonPressPoint;
|
|
float L_15 = V_1;
|
|
float L_16 = ((ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF_StaticFields*)il2cpp_codegen_static_fields_for(ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF_il2cpp_TypeInfo_var))->___s_GlobalDefaultButtonPressPoint_34;
|
|
return (bool)((((int32_t)((!(((float)L_15) >= ((float)L_16)))? 1 : 0)) == ((int32_t)0))? 1 : 0);
|
|
}
|
|
}
|
|
// UnityEngine.InputSystem.Utilities.ISavedState UnityEngine.InputSystem.InputActionState::SaveAndResetState()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* InputActionState_SaveAndResetState_m5C182CDA2D97D462720E612129AF6E8F37D6AEA3 (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SavedStructState_1__ctor_mA30A55C10E99CB4972BC805596222DC745AD3720_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SavedStructState_1_t847839F95EAB8F77D10AD4C82CE8538B637380EE_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypedRestore_t6392D1A147D6C459F25550CF1D106E5E9BB83BF0_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_U3CSaveAndResetStateU3Eb__135_0_m2A0B2E0747FEA156EB90BAC1CD14FCCEDE5BC58C_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_U3CSaveAndResetStateU3Eb__135_1_mA27FE54152A3A6DF29A8E5D8CEE2389564B6C837_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_t5252D685BC8618F6B58F8A7BCB7EA519D16E1DE5_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
TypedRestore_t6392D1A147D6C459F25550CF1D106E5E9BB83BF0* G_B2_0 = NULL;
|
|
GlobalState_tC6D38701EF2670B99D214B9A482C428DFEA8408A* G_B2_1 = NULL;
|
|
TypedRestore_t6392D1A147D6C459F25550CF1D106E5E9BB83BF0* G_B1_0 = NULL;
|
|
GlobalState_tC6D38701EF2670B99D214B9A482C428DFEA8408A* G_B1_1 = NULL;
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* G_B4_0 = NULL;
|
|
TypedRestore_t6392D1A147D6C459F25550CF1D106E5E9BB83BF0* G_B4_1 = NULL;
|
|
GlobalState_tC6D38701EF2670B99D214B9A482C428DFEA8408A* G_B4_2 = NULL;
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* G_B3_0 = NULL;
|
|
TypedRestore_t6392D1A147D6C459F25550CF1D106E5E9BB83BF0* G_B3_1 = NULL;
|
|
GlobalState_tC6D38701EF2670B99D214B9A482C428DFEA8408A* G_B3_2 = NULL;
|
|
{
|
|
// var savedState = new SavedStructState<GlobalState>(
|
|
// ref s_GlobalState,
|
|
// (ref GlobalState state) => s_GlobalState = state, // restore
|
|
// () => ResetGlobals()); // static dispose
|
|
il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_t5252D685BC8618F6B58F8A7BCB7EA519D16E1DE5_il2cpp_TypeInfo_var);
|
|
TypedRestore_t6392D1A147D6C459F25550CF1D106E5E9BB83BF0* L_0 = ((U3CU3Ec_t5252D685BC8618F6B58F8A7BCB7EA519D16E1DE5_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t5252D685BC8618F6B58F8A7BCB7EA519D16E1DE5_il2cpp_TypeInfo_var))->___U3CU3E9__135_0_1;
|
|
TypedRestore_t6392D1A147D6C459F25550CF1D106E5E9BB83BF0* L_1 = L_0;
|
|
G_B1_0 = L_1;
|
|
G_B1_1 = (&((InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700_StaticFields*)il2cpp_codegen_static_fields_for(InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700_il2cpp_TypeInfo_var))->___s_GlobalState_14);
|
|
if (L_1)
|
|
{
|
|
G_B2_0 = L_1;
|
|
G_B2_1 = (&((InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700_StaticFields*)il2cpp_codegen_static_fields_for(InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700_il2cpp_TypeInfo_var))->___s_GlobalState_14);
|
|
goto IL_0024;
|
|
}
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_t5252D685BC8618F6B58F8A7BCB7EA519D16E1DE5_il2cpp_TypeInfo_var);
|
|
U3CU3Ec_t5252D685BC8618F6B58F8A7BCB7EA519D16E1DE5* L_2 = ((U3CU3Ec_t5252D685BC8618F6B58F8A7BCB7EA519D16E1DE5_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t5252D685BC8618F6B58F8A7BCB7EA519D16E1DE5_il2cpp_TypeInfo_var))->___U3CU3E9_0;
|
|
TypedRestore_t6392D1A147D6C459F25550CF1D106E5E9BB83BF0* L_3 = (TypedRestore_t6392D1A147D6C459F25550CF1D106E5E9BB83BF0*)il2cpp_codegen_object_new(TypedRestore_t6392D1A147D6C459F25550CF1D106E5E9BB83BF0_il2cpp_TypeInfo_var);
|
|
NullCheck(L_3);
|
|
TypedRestore__ctor_mE95F5447715E8372823A459EEF5D4B6116093AD4(L_3, L_2, (intptr_t)((void*)U3CU3Ec_U3CSaveAndResetStateU3Eb__135_0_m2A0B2E0747FEA156EB90BAC1CD14FCCEDE5BC58C_RuntimeMethod_var), NULL);
|
|
TypedRestore_t6392D1A147D6C459F25550CF1D106E5E9BB83BF0* L_4 = L_3;
|
|
((U3CU3Ec_t5252D685BC8618F6B58F8A7BCB7EA519D16E1DE5_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t5252D685BC8618F6B58F8A7BCB7EA519D16E1DE5_il2cpp_TypeInfo_var))->___U3CU3E9__135_0_1 = L_4;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((U3CU3Ec_t5252D685BC8618F6B58F8A7BCB7EA519D16E1DE5_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t5252D685BC8618F6B58F8A7BCB7EA519D16E1DE5_il2cpp_TypeInfo_var))->___U3CU3E9__135_0_1), (void*)L_4);
|
|
G_B2_0 = L_4;
|
|
G_B2_1 = G_B1_1;
|
|
}
|
|
|
|
IL_0024:
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_t5252D685BC8618F6B58F8A7BCB7EA519D16E1DE5_il2cpp_TypeInfo_var);
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_5 = ((U3CU3Ec_t5252D685BC8618F6B58F8A7BCB7EA519D16E1DE5_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t5252D685BC8618F6B58F8A7BCB7EA519D16E1DE5_il2cpp_TypeInfo_var))->___U3CU3E9__135_1_2;
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_6 = L_5;
|
|
G_B3_0 = L_6;
|
|
G_B3_1 = G_B2_0;
|
|
G_B3_2 = G_B2_1;
|
|
if (L_6)
|
|
{
|
|
G_B4_0 = L_6;
|
|
G_B4_1 = G_B2_0;
|
|
G_B4_2 = G_B2_1;
|
|
goto IL_0043;
|
|
}
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_t5252D685BC8618F6B58F8A7BCB7EA519D16E1DE5_il2cpp_TypeInfo_var);
|
|
U3CU3Ec_t5252D685BC8618F6B58F8A7BCB7EA519D16E1DE5* L_7 = ((U3CU3Ec_t5252D685BC8618F6B58F8A7BCB7EA519D16E1DE5_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t5252D685BC8618F6B58F8A7BCB7EA519D16E1DE5_il2cpp_TypeInfo_var))->___U3CU3E9_0;
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_8 = (Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07*)il2cpp_codegen_object_new(Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07_il2cpp_TypeInfo_var);
|
|
NullCheck(L_8);
|
|
Action__ctor_mBDC7B0B4A3F583B64C2896F01BDED360772F67DC(L_8, L_7, (intptr_t)((void*)U3CU3Ec_U3CSaveAndResetStateU3Eb__135_1_mA27FE54152A3A6DF29A8E5D8CEE2389564B6C837_RuntimeMethod_var), NULL);
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_9 = L_8;
|
|
((U3CU3Ec_t5252D685BC8618F6B58F8A7BCB7EA519D16E1DE5_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t5252D685BC8618F6B58F8A7BCB7EA519D16E1DE5_il2cpp_TypeInfo_var))->___U3CU3E9__135_1_2 = L_9;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((U3CU3Ec_t5252D685BC8618F6B58F8A7BCB7EA519D16E1DE5_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t5252D685BC8618F6B58F8A7BCB7EA519D16E1DE5_il2cpp_TypeInfo_var))->___U3CU3E9__135_1_2), (void*)L_9);
|
|
G_B4_0 = L_9;
|
|
G_B4_1 = G_B3_1;
|
|
G_B4_2 = G_B3_2;
|
|
}
|
|
|
|
IL_0043:
|
|
{
|
|
SavedStructState_1_t847839F95EAB8F77D10AD4C82CE8538B637380EE* L_10 = (SavedStructState_1_t847839F95EAB8F77D10AD4C82CE8538B637380EE*)il2cpp_codegen_object_new(SavedStructState_1_t847839F95EAB8F77D10AD4C82CE8538B637380EE_il2cpp_TypeInfo_var);
|
|
NullCheck(L_10);
|
|
SavedStructState_1__ctor_mA30A55C10E99CB4972BC805596222DC745AD3720(L_10, G_B4_2, G_B4_1, G_B4_0, SavedStructState_1__ctor_mA30A55C10E99CB4972BC805596222DC745AD3720_RuntimeMethod_var);
|
|
// s_GlobalState = default;
|
|
il2cpp_codegen_initobj((&((InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700_StaticFields*)il2cpp_codegen_static_fields_for(InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700_il2cpp_TypeInfo_var))->___s_GlobalState_14), sizeof(GlobalState_tC6D38701EF2670B99D214B9A482C428DFEA8408A));
|
|
// return savedState;
|
|
return L_10;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.InputSystem.InputActionState::AddToGlobalList()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionState_AddToGlobalList_mF9BDE3F882ABAC53B8E84181FBD71F0C69EC7CA9 (InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InlinedArray_1_AppendWithCapacity_m0BB7422AECD3B69BE501CAC88C9BF72860C4B833_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
GCHandle_tC44F6F72EE68BD4CFABA24309DA7A179D41127DC V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
// CompactGlobalList();
|
|
InputActionState_CompactGlobalList_m9C77152F2EF857F9B2AA7E860BADE57378241995(NULL);
|
|
// var handle = GCHandle.Alloc(this, GCHandleType.Weak);
|
|
GCHandle_tC44F6F72EE68BD4CFABA24309DA7A179D41127DC L_0;
|
|
L_0 = GCHandle_Alloc_m3BFD398427352FC756FFE078F01A504B681352EC(__this, 0, NULL);
|
|
V_0 = L_0;
|
|
// s_GlobalState.globalList.AppendWithCapacity(handle);
|
|
InlinedArray_1_tD165225A32CD54B946FB419909F21C082C70A5B2* L_1 = (&(&((InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700_StaticFields*)il2cpp_codegen_static_fields_for(InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700_il2cpp_TypeInfo_var))->___s_GlobalState_14)->___globalList_0);
|
|
GCHandle_tC44F6F72EE68BD4CFABA24309DA7A179D41127DC L_2 = V_0;
|
|
int32_t L_3;
|
|
L_3 = InlinedArray_1_AppendWithCapacity_m0BB7422AECD3B69BE501CAC88C9BF72860C4B833(L_1, L_2, ((int32_t)10), InlinedArray_1_AppendWithCapacity_m0BB7422AECD3B69BE501CAC88C9BF72860C4B833_RuntimeMethod_var);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.InputSystem.InputActionState::RemoveMapFromGlobalList()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionState_RemoveMapFromGlobalList_m7C458CF33D682D37C86857AA53BE85A74B5132EA (InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InlinedArray_1_RemoveAtByMovingTailWithCapacity_m593184E88A3826AFFD6C77355A54AF58620D7381_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InlinedArray_1_get_Item_m8D45A4E6092362E4D489909A5AFA12CB3714B627_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
GCHandle_tC44F6F72EE68BD4CFABA24309DA7A179D41127DC V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
{
|
|
// var count = s_GlobalState.globalList.length;
|
|
InlinedArray_1_tD165225A32CD54B946FB419909F21C082C70A5B2* L_0 = (&(&((InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700_StaticFields*)il2cpp_codegen_static_fields_for(InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700_il2cpp_TypeInfo_var))->___s_GlobalState_14)->___globalList_0);
|
|
int32_t L_1 = L_0->___length_0;
|
|
V_0 = L_1;
|
|
// for (var i = 0; i < count; ++i)
|
|
V_1 = 0;
|
|
goto IL_005c;
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
// if (s_GlobalState.globalList[i].Target == this)
|
|
InlinedArray_1_tD165225A32CD54B946FB419909F21C082C70A5B2* L_2 = (&(&((InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700_StaticFields*)il2cpp_codegen_static_fields_for(InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700_il2cpp_TypeInfo_var))->___s_GlobalState_14)->___globalList_0);
|
|
int32_t L_3 = V_1;
|
|
GCHandle_tC44F6F72EE68BD4CFABA24309DA7A179D41127DC L_4;
|
|
L_4 = InlinedArray_1_get_Item_m8D45A4E6092362E4D489909A5AFA12CB3714B627(L_2, L_3, InlinedArray_1_get_Item_m8D45A4E6092362E4D489909A5AFA12CB3714B627_RuntimeMethod_var);
|
|
V_2 = L_4;
|
|
RuntimeObject* L_5;
|
|
L_5 = GCHandle_get_Target_m481F9508DA5E384D33CD1F4450060DC56BBD4CD5((&V_2), NULL);
|
|
if ((!(((RuntimeObject*)(RuntimeObject*)L_5) == ((RuntimeObject*)(InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700*)__this))))
|
|
{
|
|
goto IL_0058;
|
|
}
|
|
}
|
|
{
|
|
// s_GlobalState.globalList[i].Free();
|
|
InlinedArray_1_tD165225A32CD54B946FB419909F21C082C70A5B2* L_6 = (&(&((InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700_StaticFields*)il2cpp_codegen_static_fields_for(InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700_il2cpp_TypeInfo_var))->___s_GlobalState_14)->___globalList_0);
|
|
int32_t L_7 = V_1;
|
|
GCHandle_tC44F6F72EE68BD4CFABA24309DA7A179D41127DC L_8;
|
|
L_8 = InlinedArray_1_get_Item_m8D45A4E6092362E4D489909A5AFA12CB3714B627(L_6, L_7, InlinedArray_1_get_Item_m8D45A4E6092362E4D489909A5AFA12CB3714B627_RuntimeMethod_var);
|
|
V_2 = L_8;
|
|
GCHandle_Free_m1320A260E487EB1EA6D95F9E54BFFCB5A4EF83A3((&V_2), NULL);
|
|
// s_GlobalState.globalList.RemoveAtByMovingTailWithCapacity(i);
|
|
InlinedArray_1_tD165225A32CD54B946FB419909F21C082C70A5B2* L_9 = (&(&((InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700_StaticFields*)il2cpp_codegen_static_fields_for(InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700_il2cpp_TypeInfo_var))->___s_GlobalState_14)->___globalList_0);
|
|
int32_t L_10 = V_1;
|
|
InlinedArray_1_RemoveAtByMovingTailWithCapacity_m593184E88A3826AFFD6C77355A54AF58620D7381(L_9, L_10, InlinedArray_1_RemoveAtByMovingTailWithCapacity_m593184E88A3826AFFD6C77355A54AF58620D7381_RuntimeMethod_var);
|
|
// break;
|
|
return;
|
|
}
|
|
|
|
IL_0058:
|
|
{
|
|
// for (var i = 0; i < count; ++i)
|
|
int32_t L_11 = V_1;
|
|
V_1 = ((int32_t)il2cpp_codegen_add(L_11, 1));
|
|
}
|
|
|
|
IL_005c:
|
|
{
|
|
// for (var i = 0; i < count; ++i)
|
|
int32_t L_12 = V_1;
|
|
int32_t L_13 = V_0;
|
|
if ((((int32_t)L_12) < ((int32_t)L_13)))
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.InputSystem.InputActionState::CompactGlobalList()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionState_CompactGlobalList_m9C77152F2EF857F9B2AA7E860BADE57378241995 (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InlinedArray_1_get_Item_m8D45A4E6092362E4D489909A5AFA12CB3714B627_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InlinedArray_1_set_Item_m2E2B2DE5259AF60444A1C4F320E3DEE86F76F666_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
int32_t V_2 = 0;
|
|
GCHandle_tC44F6F72EE68BD4CFABA24309DA7A179D41127DC V_3;
|
|
memset((&V_3), 0, sizeof(V_3));
|
|
GCHandle_tC44F6F72EE68BD4CFABA24309DA7A179D41127DC V_4;
|
|
memset((&V_4), 0, sizeof(V_4));
|
|
{
|
|
// var length = s_GlobalState.globalList.length;
|
|
InlinedArray_1_tD165225A32CD54B946FB419909F21C082C70A5B2* L_0 = (&(&((InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700_StaticFields*)il2cpp_codegen_static_fields_for(InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700_il2cpp_TypeInfo_var))->___s_GlobalState_14)->___globalList_0);
|
|
int32_t L_1 = L_0->___length_0;
|
|
V_0 = L_1;
|
|
// var head = 0;
|
|
V_1 = 0;
|
|
// for (var i = 0; i < length; ++i)
|
|
V_2 = 0;
|
|
goto IL_0094;
|
|
}
|
|
|
|
IL_0016:
|
|
{
|
|
// var handle = s_GlobalState.globalList[i];
|
|
InlinedArray_1_tD165225A32CD54B946FB419909F21C082C70A5B2* L_2 = (&(&((InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700_StaticFields*)il2cpp_codegen_static_fields_for(InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700_il2cpp_TypeInfo_var))->___s_GlobalState_14)->___globalList_0);
|
|
int32_t L_3 = V_2;
|
|
GCHandle_tC44F6F72EE68BD4CFABA24309DA7A179D41127DC L_4;
|
|
L_4 = InlinedArray_1_get_Item_m8D45A4E6092362E4D489909A5AFA12CB3714B627(L_2, L_3, InlinedArray_1_get_Item_m8D45A4E6092362E4D489909A5AFA12CB3714B627_RuntimeMethod_var);
|
|
V_3 = L_4;
|
|
// if (handle.IsAllocated && handle.Target != null)
|
|
bool L_5;
|
|
L_5 = GCHandle_get_IsAllocated_m241908103D8D867E11CCAB73C918729825E86843((&V_3), NULL);
|
|
if (!L_5)
|
|
{
|
|
goto IL_0054;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject* L_6;
|
|
L_6 = GCHandle_get_Target_m481F9508DA5E384D33CD1F4450060DC56BBD4CD5((&V_3), NULL);
|
|
if (!L_6)
|
|
{
|
|
goto IL_0054;
|
|
}
|
|
}
|
|
{
|
|
// if (head != i)
|
|
int32_t L_7 = V_1;
|
|
int32_t L_8 = V_2;
|
|
if ((((int32_t)L_7) == ((int32_t)L_8)))
|
|
{
|
|
goto IL_004e;
|
|
}
|
|
}
|
|
{
|
|
// s_GlobalState.globalList[head] = handle;
|
|
InlinedArray_1_tD165225A32CD54B946FB419909F21C082C70A5B2* L_9 = (&(&((InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700_StaticFields*)il2cpp_codegen_static_fields_for(InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700_il2cpp_TypeInfo_var))->___s_GlobalState_14)->___globalList_0);
|
|
int32_t L_10 = V_1;
|
|
GCHandle_tC44F6F72EE68BD4CFABA24309DA7A179D41127DC L_11 = V_3;
|
|
InlinedArray_1_set_Item_m2E2B2DE5259AF60444A1C4F320E3DEE86F76F666(L_9, L_10, L_11, InlinedArray_1_set_Item_m2E2B2DE5259AF60444A1C4F320E3DEE86F76F666_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_004e:
|
|
{
|
|
// ++head;
|
|
int32_t L_12 = V_1;
|
|
V_1 = ((int32_t)il2cpp_codegen_add(L_12, 1));
|
|
goto IL_0090;
|
|
}
|
|
|
|
IL_0054:
|
|
{
|
|
// if (handle.IsAllocated)
|
|
bool L_13;
|
|
L_13 = GCHandle_get_IsAllocated_m241908103D8D867E11CCAB73C918729825E86843((&V_3), NULL);
|
|
if (!L_13)
|
|
{
|
|
goto IL_0076;
|
|
}
|
|
}
|
|
{
|
|
// s_GlobalState.globalList[i].Free();
|
|
InlinedArray_1_tD165225A32CD54B946FB419909F21C082C70A5B2* L_14 = (&(&((InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700_StaticFields*)il2cpp_codegen_static_fields_for(InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700_il2cpp_TypeInfo_var))->___s_GlobalState_14)->___globalList_0);
|
|
int32_t L_15 = V_2;
|
|
GCHandle_tC44F6F72EE68BD4CFABA24309DA7A179D41127DC L_16;
|
|
L_16 = InlinedArray_1_get_Item_m8D45A4E6092362E4D489909A5AFA12CB3714B627(L_14, L_15, InlinedArray_1_get_Item_m8D45A4E6092362E4D489909A5AFA12CB3714B627_RuntimeMethod_var);
|
|
V_4 = L_16;
|
|
GCHandle_Free_m1320A260E487EB1EA6D95F9E54BFFCB5A4EF83A3((&V_4), NULL);
|
|
}
|
|
|
|
IL_0076:
|
|
{
|
|
// s_GlobalState.globalList[i] = default;
|
|
InlinedArray_1_tD165225A32CD54B946FB419909F21C082C70A5B2* L_17 = (&(&((InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700_StaticFields*)il2cpp_codegen_static_fields_for(InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700_il2cpp_TypeInfo_var))->___s_GlobalState_14)->___globalList_0);
|
|
int32_t L_18 = V_2;
|
|
il2cpp_codegen_initobj((&V_4), sizeof(GCHandle_tC44F6F72EE68BD4CFABA24309DA7A179D41127DC));
|
|
GCHandle_tC44F6F72EE68BD4CFABA24309DA7A179D41127DC L_19 = V_4;
|
|
InlinedArray_1_set_Item_m2E2B2DE5259AF60444A1C4F320E3DEE86F76F666(L_17, L_18, L_19, InlinedArray_1_set_Item_m2E2B2DE5259AF60444A1C4F320E3DEE86F76F666_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0090:
|
|
{
|
|
// for (var i = 0; i < length; ++i)
|
|
int32_t L_20 = V_2;
|
|
V_2 = ((int32_t)il2cpp_codegen_add(L_20, 1));
|
|
}
|
|
|
|
IL_0094:
|
|
{
|
|
// for (var i = 0; i < length; ++i)
|
|
int32_t L_21 = V_2;
|
|
int32_t L_22 = V_0;
|
|
if ((((int32_t)L_21) < ((int32_t)L_22)))
|
|
{
|
|
goto IL_0016;
|
|
}
|
|
}
|
|
{
|
|
// s_GlobalState.globalList.length = head;
|
|
InlinedArray_1_tD165225A32CD54B946FB419909F21C082C70A5B2* L_23 = (&(&((InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700_StaticFields*)il2cpp_codegen_static_fields_for(InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700_il2cpp_TypeInfo_var))->___s_GlobalState_14)->___globalList_0);
|
|
int32_t L_24 = V_1;
|
|
L_23->___length_0 = L_24;
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.InputSystem.InputActionState::NotifyListenersOfActionChange(UnityEngine.InputSystem.InputActionChange)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionState_NotifyListenersOfActionChange_m8BC93855EF57E416EA020A9CDC90B48572046CDD (InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* __this, int32_t ___0_change, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* V_1 = NULL;
|
|
{
|
|
// for (var i = 0; i < totalMapCount; ++i)
|
|
V_0 = 0;
|
|
goto IL_004b;
|
|
}
|
|
|
|
IL_0004:
|
|
{
|
|
// var map = maps[i];
|
|
InputActionMapU5BU5D_t4B352E8DA73976FEDA107E35E81FB5BE6838C045* L_0 = __this->___maps_1;
|
|
int32_t L_1 = V_0;
|
|
NullCheck(L_0);
|
|
int32_t L_2 = L_1;
|
|
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_3 = (L_0)->GetAt(static_cast<il2cpp_array_size_t>(L_2));
|
|
V_1 = L_3;
|
|
// if (map.m_SingletonAction != null)
|
|
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_4 = V_1;
|
|
NullCheck(L_4);
|
|
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_5 = L_4->___m_SingletonAction_8;
|
|
if (!L_5)
|
|
{
|
|
goto IL_0023;
|
|
}
|
|
}
|
|
{
|
|
// NotifyListenersOfActionChange(change, map.m_SingletonAction);
|
|
int32_t L_6 = ___0_change;
|
|
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_7 = V_1;
|
|
NullCheck(L_7);
|
|
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_8 = L_7->___m_SingletonAction_8;
|
|
InputActionState_NotifyListenersOfActionChange_m96882C035C59BC450C5489927A1DF3F06597B888(L_6, L_8, NULL);
|
|
goto IL_0047;
|
|
}
|
|
|
|
IL_0023:
|
|
{
|
|
// else if (map.m_Asset == null)
|
|
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_9 = V_1;
|
|
NullCheck(L_9);
|
|
InputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D* L_10 = L_9->___m_Asset_2;
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_11;
|
|
L_11 = Object_op_Equality_mB6120F782D83091EF56A198FCEBCF066DB4A9605(L_10, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
|
|
if (!L_11)
|
|
{
|
|
goto IL_003a;
|
|
}
|
|
}
|
|
{
|
|
// NotifyListenersOfActionChange(change, map);
|
|
int32_t L_12 = ___0_change;
|
|
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_13 = V_1;
|
|
InputActionState_NotifyListenersOfActionChange_m96882C035C59BC450C5489927A1DF3F06597B888(L_12, L_13, NULL);
|
|
goto IL_0047;
|
|
}
|
|
|
|
IL_003a:
|
|
{
|
|
// NotifyListenersOfActionChange(change, map.m_Asset);
|
|
int32_t L_14 = ___0_change;
|
|
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_15 = V_1;
|
|
NullCheck(L_15);
|
|
InputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D* L_16 = L_15->___m_Asset_2;
|
|
InputActionState_NotifyListenersOfActionChange_m96882C035C59BC450C5489927A1DF3F06597B888(L_14, L_16, NULL);
|
|
// return;
|
|
return;
|
|
}
|
|
|
|
IL_0047:
|
|
{
|
|
// for (var i = 0; i < totalMapCount; ++i)
|
|
int32_t L_17 = V_0;
|
|
V_0 = ((int32_t)il2cpp_codegen_add(L_17, 1));
|
|
}
|
|
|
|
IL_004b:
|
|
{
|
|
// for (var i = 0; i < totalMapCount; ++i)
|
|
int32_t L_18 = V_0;
|
|
int32_t L_19;
|
|
L_19 = InputActionState_get_totalMapCount_m40628218F03A5A6FFC10A826641A5A115A760345(__this, NULL);
|
|
if ((((int32_t)L_18) < ((int32_t)L_19)))
|
|
{
|
|
goto IL_0004;
|
|
}
|
|
}
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.InputSystem.InputActionState::NotifyListenersOfActionChange(UnityEngine.InputSystem.InputActionChange,System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionState_NotifyListenersOfActionChange_m96882C035C59BC450C5489927A1DF3F06597B888 (int32_t ___0_change, RuntimeObject* ___1_actionOrMapOrAsset, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DelegateHelpers_InvokeCallbacksSafe_TisRuntimeObject_TisInputActionChange_t74A940E885D3DE6C4E6F76E542A99616E331A360_m0990F81100BFF7089114321F9D60A01B159F25C4_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DelegateHelpers_InvokeCallbacksSafe_TisRuntimeObject_m3765984E32F53D8A5A25B14A6E8A71B9234740F4_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0DBCE863EC8656E24A0F9573E2C08AFC17924A25);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral522A7A5C300859374C0C29A9B5EF8997E6E336A0);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// DelegateHelpers.InvokeCallbacksSafe(ref s_GlobalState.onActionChange, actionOrMapOrAsset, change, "onActionChange");
|
|
CallbackArray_1_tC72D651E25D95D1B5D837A010859EDE49AD131FA* L_0 = (&(&((InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700_StaticFields*)il2cpp_codegen_static_fields_for(InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700_il2cpp_TypeInfo_var))->___s_GlobalState_14)->___onActionChange_1);
|
|
RuntimeObject* L_1 = ___1_actionOrMapOrAsset;
|
|
int32_t L_2 = ___0_change;
|
|
DelegateHelpers_InvokeCallbacksSafe_TisRuntimeObject_TisInputActionChange_t74A940E885D3DE6C4E6F76E542A99616E331A360_m0990F81100BFF7089114321F9D60A01B159F25C4(L_0, L_1, L_2, _stringLiteral522A7A5C300859374C0C29A9B5EF8997E6E336A0, NULL, DelegateHelpers_InvokeCallbacksSafe_TisRuntimeObject_TisInputActionChange_t74A940E885D3DE6C4E6F76E542A99616E331A360_m0990F81100BFF7089114321F9D60A01B159F25C4_RuntimeMethod_var);
|
|
// if (change == InputActionChange.BoundControlsChanged)
|
|
int32_t L_3 = ___0_change;
|
|
if ((!(((uint32_t)L_3) == ((uint32_t)8))))
|
|
{
|
|
goto IL_0031;
|
|
}
|
|
}
|
|
{
|
|
// DelegateHelpers.InvokeCallbacksSafe(ref s_GlobalState.onActionControlsChanged, actionOrMapOrAsset, "onActionControlsChange");
|
|
CallbackArray_1_tB6F9AD05405749A2888C89224C8F5ECF4E1C0411* L_4 = (&(&((InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700_StaticFields*)il2cpp_codegen_static_fields_for(InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700_il2cpp_TypeInfo_var))->___s_GlobalState_14)->___onActionControlsChanged_2);
|
|
RuntimeObject* L_5 = ___1_actionOrMapOrAsset;
|
|
DelegateHelpers_InvokeCallbacksSafe_TisRuntimeObject_m3765984E32F53D8A5A25B14A6E8A71B9234740F4(L_4, L_5, _stringLiteral0DBCE863EC8656E24A0F9573E2C08AFC17924A25, NULL, DelegateHelpers_InvokeCallbacksSafe_TisRuntimeObject_m3765984E32F53D8A5A25B14A6E8A71B9234740F4_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0031:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.InputSystem.InputActionState::ResetGlobals()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionState_ResetGlobals_m17F3492806EDC7C56CE3EC3A3D8E4FA1790F854A (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CallbackArray_1_Clear_m09AF6F894F70AD8EF91FC3837C6D0838F3B70E87_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CallbackArray_1_Clear_m4F1011DEB0ACEA85B15AD98661422A4FD2D05CB7_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InlinedArray_1_get_Item_m8D45A4E6092362E4D489909A5AFA12CB3714B627_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
GCHandle_tC44F6F72EE68BD4CFABA24309DA7A179D41127DC V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
{
|
|
// DestroyAllActionMapStates();
|
|
InputActionState_DestroyAllActionMapStates_m3FAAD7591A6D7A09F77466903CF12E2B44E51F3E(NULL);
|
|
// for (var i = 0; i < s_GlobalState.globalList.length; ++i)
|
|
V_0 = 0;
|
|
goto IL_003f;
|
|
}
|
|
|
|
IL_0009:
|
|
{
|
|
// if (s_GlobalState.globalList[i].IsAllocated)
|
|
InlinedArray_1_tD165225A32CD54B946FB419909F21C082C70A5B2* L_0 = (&(&((InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700_StaticFields*)il2cpp_codegen_static_fields_for(InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700_il2cpp_TypeInfo_var))->___s_GlobalState_14)->___globalList_0);
|
|
int32_t L_1 = V_0;
|
|
GCHandle_tC44F6F72EE68BD4CFABA24309DA7A179D41127DC L_2;
|
|
L_2 = InlinedArray_1_get_Item_m8D45A4E6092362E4D489909A5AFA12CB3714B627(L_0, L_1, InlinedArray_1_get_Item_m8D45A4E6092362E4D489909A5AFA12CB3714B627_RuntimeMethod_var);
|
|
V_1 = L_2;
|
|
bool L_3;
|
|
L_3 = GCHandle_get_IsAllocated_m241908103D8D867E11CCAB73C918729825E86843((&V_1), NULL);
|
|
if (!L_3)
|
|
{
|
|
goto IL_003b;
|
|
}
|
|
}
|
|
{
|
|
// s_GlobalState.globalList[i].Free();
|
|
InlinedArray_1_tD165225A32CD54B946FB419909F21C082C70A5B2* L_4 = (&(&((InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700_StaticFields*)il2cpp_codegen_static_fields_for(InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700_il2cpp_TypeInfo_var))->___s_GlobalState_14)->___globalList_0);
|
|
int32_t L_5 = V_0;
|
|
GCHandle_tC44F6F72EE68BD4CFABA24309DA7A179D41127DC L_6;
|
|
L_6 = InlinedArray_1_get_Item_m8D45A4E6092362E4D489909A5AFA12CB3714B627(L_4, L_5, InlinedArray_1_get_Item_m8D45A4E6092362E4D489909A5AFA12CB3714B627_RuntimeMethod_var);
|
|
V_1 = L_6;
|
|
GCHandle_Free_m1320A260E487EB1EA6D95F9E54BFFCB5A4EF83A3((&V_1), NULL);
|
|
}
|
|
|
|
IL_003b:
|
|
{
|
|
// for (var i = 0; i < s_GlobalState.globalList.length; ++i)
|
|
int32_t L_7 = V_0;
|
|
V_0 = ((int32_t)il2cpp_codegen_add(L_7, 1));
|
|
}
|
|
|
|
IL_003f:
|
|
{
|
|
// for (var i = 0; i < s_GlobalState.globalList.length; ++i)
|
|
int32_t L_8 = V_0;
|
|
InlinedArray_1_tD165225A32CD54B946FB419909F21C082C70A5B2* L_9 = (&(&((InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700_StaticFields*)il2cpp_codegen_static_fields_for(InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700_il2cpp_TypeInfo_var))->___s_GlobalState_14)->___globalList_0);
|
|
int32_t L_10 = L_9->___length_0;
|
|
if ((((int32_t)L_8) < ((int32_t)L_10)))
|
|
{
|
|
goto IL_0009;
|
|
}
|
|
}
|
|
{
|
|
// s_GlobalState.globalList.length = 0;
|
|
InlinedArray_1_tD165225A32CD54B946FB419909F21C082C70A5B2* L_11 = (&(&((InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700_StaticFields*)il2cpp_codegen_static_fields_for(InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700_il2cpp_TypeInfo_var))->___s_GlobalState_14)->___globalList_0);
|
|
L_11->___length_0 = 0;
|
|
// s_GlobalState.onActionChange.Clear();
|
|
CallbackArray_1_tC72D651E25D95D1B5D837A010859EDE49AD131FA* L_12 = (&(&((InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700_StaticFields*)il2cpp_codegen_static_fields_for(InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700_il2cpp_TypeInfo_var))->___s_GlobalState_14)->___onActionChange_1);
|
|
CallbackArray_1_Clear_m09AF6F894F70AD8EF91FC3837C6D0838F3B70E87(L_12, CallbackArray_1_Clear_m09AF6F894F70AD8EF91FC3837C6D0838F3B70E87_RuntimeMethod_var);
|
|
// s_GlobalState.onActionControlsChanged.Clear();
|
|
CallbackArray_1_tB6F9AD05405749A2888C89224C8F5ECF4E1C0411* L_13 = (&(&((InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700_StaticFields*)il2cpp_codegen_static_fields_for(InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700_il2cpp_TypeInfo_var))->___s_GlobalState_14)->___onActionControlsChanged_2);
|
|
CallbackArray_1_Clear_m4F1011DEB0ACEA85B15AD98661422A4FD2D05CB7(L_13, CallbackArray_1_Clear_m4F1011DEB0ACEA85B15AD98661422A4FD2D05CB7_RuntimeMethod_var);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Int32 UnityEngine.InputSystem.InputActionState::FindAllEnabledActions(System.Collections.Generic.List`1<UnityEngine.InputSystem.InputAction>)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t InputActionState_FindAllEnabledActions_m78CF62AFA739FA6E2FA8EF57C981986B48C8C25F (List_1_tE1DF165936F3562084DB454140315041796A957F* ___0_result, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InlinedArray_1_get_Item_m8D45A4E6092362E4D489909A5AFA12CB3714B627_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_AddRange_m3AD5F115E9B4C113EF429999079886F2BF5C7A9E_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_m920A07E4A0E9313AD012130084B2CB3B9D514A44_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
int32_t V_2 = 0;
|
|
GCHandle_tC44F6F72EE68BD4CFABA24309DA7A179D41127DC V_3;
|
|
memset((&V_3), 0, sizeof(V_3));
|
|
InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* V_4 = NULL;
|
|
int32_t V_5 = 0;
|
|
InputActionMapU5BU5D_t4B352E8DA73976FEDA107E35E81FB5BE6838C045* V_6 = NULL;
|
|
int32_t V_7 = 0;
|
|
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* V_8 = NULL;
|
|
InputActionU5BU5D_t6F881A9FE5C2016615C8D2E0B192608EA5FCE810* V_9 = NULL;
|
|
int32_t V_10 = 0;
|
|
int32_t V_11 = 0;
|
|
int32_t V_12 = 0;
|
|
{
|
|
// var numFound = 0;
|
|
V_0 = 0;
|
|
// var stateCount = s_GlobalState.globalList.length;
|
|
InlinedArray_1_tD165225A32CD54B946FB419909F21C082C70A5B2* L_0 = (&(&((InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700_StaticFields*)il2cpp_codegen_static_fields_for(InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700_il2cpp_TypeInfo_var))->___s_GlobalState_14)->___globalList_0);
|
|
int32_t L_1 = L_0->___length_0;
|
|
V_1 = L_1;
|
|
// for (var i = 0; i < stateCount; ++i)
|
|
V_2 = 0;
|
|
goto IL_010e;
|
|
}
|
|
|
|
IL_0019:
|
|
{
|
|
// var handle = s_GlobalState.globalList[i];
|
|
InlinedArray_1_tD165225A32CD54B946FB419909F21C082C70A5B2* L_2 = (&(&((InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700_StaticFields*)il2cpp_codegen_static_fields_for(InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700_il2cpp_TypeInfo_var))->___s_GlobalState_14)->___globalList_0);
|
|
int32_t L_3 = V_2;
|
|
GCHandle_tC44F6F72EE68BD4CFABA24309DA7A179D41127DC L_4;
|
|
L_4 = InlinedArray_1_get_Item_m8D45A4E6092362E4D489909A5AFA12CB3714B627(L_2, L_3, InlinedArray_1_get_Item_m8D45A4E6092362E4D489909A5AFA12CB3714B627_RuntimeMethod_var);
|
|
V_3 = L_4;
|
|
// if (!handle.IsAllocated)
|
|
bool L_5;
|
|
L_5 = GCHandle_get_IsAllocated_m241908103D8D867E11CCAB73C918729825E86843((&V_3), NULL);
|
|
if (!L_5)
|
|
{
|
|
goto IL_010a;
|
|
}
|
|
}
|
|
{
|
|
// var state = (InputActionState)handle.Target;
|
|
RuntimeObject* L_6;
|
|
L_6 = GCHandle_get_Target_m481F9508DA5E384D33CD1F4450060DC56BBD4CD5((&V_3), NULL);
|
|
V_4 = ((InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700*)CastclassClass((RuntimeObject*)L_6, InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700_il2cpp_TypeInfo_var));
|
|
// if (state == null)
|
|
InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* L_7 = V_4;
|
|
if (!L_7)
|
|
{
|
|
goto IL_010a;
|
|
}
|
|
}
|
|
{
|
|
// var mapCount = state.totalMapCount;
|
|
InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* L_8 = V_4;
|
|
NullCheck(L_8);
|
|
int32_t L_9;
|
|
L_9 = InputActionState_get_totalMapCount_m40628218F03A5A6FFC10A826641A5A115A760345(L_8, NULL);
|
|
V_5 = L_9;
|
|
// var maps = state.maps;
|
|
InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* L_10 = V_4;
|
|
NullCheck(L_10);
|
|
InputActionMapU5BU5D_t4B352E8DA73976FEDA107E35E81FB5BE6838C045* L_11 = L_10->___maps_1;
|
|
V_6 = L_11;
|
|
// for (var n = 0; n < mapCount; ++n)
|
|
V_7 = 0;
|
|
goto IL_0101;
|
|
}
|
|
|
|
IL_0065:
|
|
{
|
|
// var map = maps[n];
|
|
InputActionMapU5BU5D_t4B352E8DA73976FEDA107E35E81FB5BE6838C045* L_12 = V_6;
|
|
int32_t L_13 = V_7;
|
|
NullCheck(L_12);
|
|
int32_t L_14 = L_13;
|
|
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_15 = (L_12)->GetAt(static_cast<il2cpp_array_size_t>(L_14));
|
|
V_8 = L_15;
|
|
// if (!map.enabled)
|
|
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_16 = V_8;
|
|
NullCheck(L_16);
|
|
bool L_17;
|
|
L_17 = InputActionMap_get_enabled_mB89FAA20F1EA1884A28829B3E350822D7456E888(L_16, NULL);
|
|
if (!L_17)
|
|
{
|
|
goto IL_00fb;
|
|
}
|
|
}
|
|
{
|
|
// var actions = map.m_Actions;
|
|
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_18 = V_8;
|
|
NullCheck(L_18);
|
|
InputActionU5BU5D_t6F881A9FE5C2016615C8D2E0B192608EA5FCE810* L_19 = L_18->___m_Actions_3;
|
|
V_9 = L_19;
|
|
// var actionCount = actions.Length;
|
|
InputActionU5BU5D_t6F881A9FE5C2016615C8D2E0B192608EA5FCE810* L_20 = V_9;
|
|
NullCheck(L_20);
|
|
V_10 = ((int32_t)(((RuntimeArray*)L_20)->max_length));
|
|
// if (map.m_EnabledActionsCount == actionCount)
|
|
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_21 = V_8;
|
|
NullCheck(L_21);
|
|
int32_t L_22 = L_21->___m_EnabledActionsCount_7;
|
|
int32_t L_23 = V_10;
|
|
if ((!(((uint32_t)L_22) == ((uint32_t)L_23))))
|
|
{
|
|
goto IL_00a1;
|
|
}
|
|
}
|
|
{
|
|
// result.AddRange(actions);
|
|
List_1_tE1DF165936F3562084DB454140315041796A957F* L_24 = ___0_result;
|
|
InputActionU5BU5D_t6F881A9FE5C2016615C8D2E0B192608EA5FCE810* L_25 = V_9;
|
|
NullCheck(L_24);
|
|
List_1_AddRange_m3AD5F115E9B4C113EF429999079886F2BF5C7A9E(L_24, (RuntimeObject*)L_25, List_1_AddRange_m3AD5F115E9B4C113EF429999079886F2BF5C7A9E_RuntimeMethod_var);
|
|
// numFound += actionCount;
|
|
int32_t L_26 = V_0;
|
|
int32_t L_27 = V_10;
|
|
V_0 = ((int32_t)il2cpp_codegen_add(L_26, L_27));
|
|
goto IL_00fb;
|
|
}
|
|
|
|
IL_00a1:
|
|
{
|
|
// var actionStartIndex = state.mapIndices[map.m_MapIndexInState].actionStartIndex;
|
|
InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* L_28 = V_4;
|
|
NullCheck(L_28);
|
|
ActionMapIndices_t013BEFD76B7FE52E413C5DBF5C7CDA4194800CBD* L_29;
|
|
L_29 = InputActionState_get_mapIndices_mF75C8F6FFBE91E223291E569223DC642F82A4879(L_28, NULL);
|
|
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_30 = V_8;
|
|
NullCheck(L_30);
|
|
int32_t L_31 = L_30->___m_MapIndexInState_9;
|
|
uint32_t L_32 = sizeof(ActionMapIndices_t013BEFD76B7FE52E413C5DBF5C7CDA4194800CBD);
|
|
NullCheck(((ActionMapIndices_t013BEFD76B7FE52E413C5DBF5C7CDA4194800CBD*)il2cpp_codegen_add((intptr_t)L_29, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_31), (int32_t)L_32)))));
|
|
int32_t L_33 = ((ActionMapIndices_t013BEFD76B7FE52E413C5DBF5C7CDA4194800CBD*)il2cpp_codegen_add((intptr_t)L_29, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_31), (int32_t)L_32))))->___actionStartIndex_0;
|
|
V_11 = L_33;
|
|
// for (var k = 0; k < actionCount; ++k)
|
|
V_12 = 0;
|
|
goto IL_00f5;
|
|
}
|
|
|
|
IL_00c4:
|
|
{
|
|
// if (state.actionStates[actionStartIndex + k].phase != InputActionPhase.Disabled)
|
|
InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* L_34 = V_4;
|
|
NullCheck(L_34);
|
|
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_35;
|
|
L_35 = InputActionState_get_actionStates_mFDC87519E9E826C5DAEE9E13058312FF82E16E0B(L_34, NULL);
|
|
int32_t L_36 = V_11;
|
|
int32_t L_37 = V_12;
|
|
uint32_t L_38 = sizeof(TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D);
|
|
int32_t L_39;
|
|
L_39 = TriggerState_get_phase_m11BDB3D761D241980978DA52027C1E3B507D0D6D_inline((TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*)((TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*)il2cpp_codegen_add((intptr_t)L_35, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)((int32_t)il2cpp_codegen_add(L_36, L_37))), (int32_t)L_38)))), NULL);
|
|
if (!L_39)
|
|
{
|
|
goto IL_00ef;
|
|
}
|
|
}
|
|
{
|
|
// result.Add(actions[k]);
|
|
List_1_tE1DF165936F3562084DB454140315041796A957F* L_40 = ___0_result;
|
|
InputActionU5BU5D_t6F881A9FE5C2016615C8D2E0B192608EA5FCE810* L_41 = V_9;
|
|
int32_t L_42 = V_12;
|
|
NullCheck(L_41);
|
|
int32_t L_43 = L_42;
|
|
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_44 = (L_41)->GetAt(static_cast<il2cpp_array_size_t>(L_43));
|
|
NullCheck(L_40);
|
|
List_1_Add_m920A07E4A0E9313AD012130084B2CB3B9D514A44_inline(L_40, L_44, List_1_Add_m920A07E4A0E9313AD012130084B2CB3B9D514A44_RuntimeMethod_var);
|
|
// ++numFound;
|
|
int32_t L_45 = V_0;
|
|
V_0 = ((int32_t)il2cpp_codegen_add(L_45, 1));
|
|
}
|
|
|
|
IL_00ef:
|
|
{
|
|
// for (var k = 0; k < actionCount; ++k)
|
|
int32_t L_46 = V_12;
|
|
V_12 = ((int32_t)il2cpp_codegen_add(L_46, 1));
|
|
}
|
|
|
|
IL_00f5:
|
|
{
|
|
// for (var k = 0; k < actionCount; ++k)
|
|
int32_t L_47 = V_12;
|
|
int32_t L_48 = V_10;
|
|
if ((((int32_t)L_47) < ((int32_t)L_48)))
|
|
{
|
|
goto IL_00c4;
|
|
}
|
|
}
|
|
|
|
IL_00fb:
|
|
{
|
|
// for (var n = 0; n < mapCount; ++n)
|
|
int32_t L_49 = V_7;
|
|
V_7 = ((int32_t)il2cpp_codegen_add(L_49, 1));
|
|
}
|
|
|
|
IL_0101:
|
|
{
|
|
// for (var n = 0; n < mapCount; ++n)
|
|
int32_t L_50 = V_7;
|
|
int32_t L_51 = V_5;
|
|
if ((((int32_t)L_50) < ((int32_t)L_51)))
|
|
{
|
|
goto IL_0065;
|
|
}
|
|
}
|
|
|
|
IL_010a:
|
|
{
|
|
// for (var i = 0; i < stateCount; ++i)
|
|
int32_t L_52 = V_2;
|
|
V_2 = ((int32_t)il2cpp_codegen_add(L_52, 1));
|
|
}
|
|
|
|
IL_010e:
|
|
{
|
|
// for (var i = 0; i < stateCount; ++i)
|
|
int32_t L_53 = V_2;
|
|
int32_t L_54 = V_1;
|
|
if ((((int32_t)L_53) < ((int32_t)L_54)))
|
|
{
|
|
goto IL_0019;
|
|
}
|
|
}
|
|
{
|
|
// return numFound;
|
|
int32_t L_55 = V_0;
|
|
return L_55;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.InputSystem.InputActionState::OnDeviceChange(UnityEngine.InputSystem.InputDevice,UnityEngine.InputSystem.InputDeviceChange)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionState_OnDeviceChange_m493E1B0AE0CFD5A22FFEFCDD6440A5605D7E8CFA (InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* ___0_device, int32_t ___1_change, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InlinedArray_1_RemoveAtWithCapacity_m3E6523CB7947153FE46338D863E27E2881A5EC2A_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InlinedArray_1_get_Item_m8D45A4E6092362E4D489909A5AFA12CB3714B627_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
GCHandle_tC44F6F72EE68BD4CFABA24309DA7A179D41127DC V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* V_2 = NULL;
|
|
bool V_3 = false;
|
|
GCHandle_tC44F6F72EE68BD4CFABA24309DA7A179D41127DC V_4;
|
|
memset((&V_4), 0, sizeof(V_4));
|
|
int32_t V_5 = 0;
|
|
int32_t V_6 = 0;
|
|
InputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D* G_B14_0 = NULL;
|
|
InputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D* G_B13_0 = NULL;
|
|
{
|
|
// for (var i = 0; i < s_GlobalState.globalList.length; ++i)
|
|
V_0 = 0;
|
|
goto IL_0159;
|
|
}
|
|
|
|
IL_0007:
|
|
{
|
|
// var handle = s_GlobalState.globalList[i];
|
|
InlinedArray_1_tD165225A32CD54B946FB419909F21C082C70A5B2* L_0 = (&(&((InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700_StaticFields*)il2cpp_codegen_static_fields_for(InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700_il2cpp_TypeInfo_var))->___s_GlobalState_14)->___globalList_0);
|
|
int32_t L_1 = V_0;
|
|
GCHandle_tC44F6F72EE68BD4CFABA24309DA7A179D41127DC L_2;
|
|
L_2 = InlinedArray_1_get_Item_m8D45A4E6092362E4D489909A5AFA12CB3714B627(L_0, L_1, InlinedArray_1_get_Item_m8D45A4E6092362E4D489909A5AFA12CB3714B627_RuntimeMethod_var);
|
|
V_1 = L_2;
|
|
// if (!handle.IsAllocated || handle.Target == null)
|
|
bool L_3;
|
|
L_3 = GCHandle_get_IsAllocated_m241908103D8D867E11CCAB73C918729825E86843((&V_1), NULL);
|
|
if (!L_3)
|
|
{
|
|
goto IL_002a;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject* L_4;
|
|
L_4 = GCHandle_get_Target_m481F9508DA5E384D33CD1F4450060DC56BBD4CD5((&V_1), NULL);
|
|
if (L_4)
|
|
{
|
|
goto IL_0065;
|
|
}
|
|
}
|
|
|
|
IL_002a:
|
|
{
|
|
// if (handle.IsAllocated)
|
|
bool L_5;
|
|
L_5 = GCHandle_get_IsAllocated_m241908103D8D867E11CCAB73C918729825E86843((&V_1), NULL);
|
|
if (!L_5)
|
|
{
|
|
goto IL_004c;
|
|
}
|
|
}
|
|
{
|
|
// s_GlobalState.globalList[i].Free();
|
|
InlinedArray_1_tD165225A32CD54B946FB419909F21C082C70A5B2* L_6 = (&(&((InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700_StaticFields*)il2cpp_codegen_static_fields_for(InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700_il2cpp_TypeInfo_var))->___s_GlobalState_14)->___globalList_0);
|
|
int32_t L_7 = V_0;
|
|
GCHandle_tC44F6F72EE68BD4CFABA24309DA7A179D41127DC L_8;
|
|
L_8 = InlinedArray_1_get_Item_m8D45A4E6092362E4D489909A5AFA12CB3714B627(L_6, L_7, InlinedArray_1_get_Item_m8D45A4E6092362E4D489909A5AFA12CB3714B627_RuntimeMethod_var);
|
|
V_4 = L_8;
|
|
GCHandle_Free_m1320A260E487EB1EA6D95F9E54BFFCB5A4EF83A3((&V_4), NULL);
|
|
}
|
|
|
|
IL_004c:
|
|
{
|
|
// s_GlobalState.globalList.RemoveAtWithCapacity(i);
|
|
InlinedArray_1_tD165225A32CD54B946FB419909F21C082C70A5B2* L_9 = (&(&((InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700_StaticFields*)il2cpp_codegen_static_fields_for(InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700_il2cpp_TypeInfo_var))->___s_GlobalState_14)->___globalList_0);
|
|
int32_t L_10 = V_0;
|
|
InlinedArray_1_RemoveAtWithCapacity_m3E6523CB7947153FE46338D863E27E2881A5EC2A(L_9, L_10, InlinedArray_1_RemoveAtWithCapacity_m3E6523CB7947153FE46338D863E27E2881A5EC2A_RuntimeMethod_var);
|
|
// --i;
|
|
int32_t L_11 = V_0;
|
|
V_0 = ((int32_t)il2cpp_codegen_subtract(L_11, 1));
|
|
// continue;
|
|
goto IL_0155;
|
|
}
|
|
|
|
IL_0065:
|
|
{
|
|
// var state = (InputActionState)handle.Target;
|
|
RuntimeObject* L_12;
|
|
L_12 = GCHandle_get_Target_m481F9508DA5E384D33CD1F4450060DC56BBD4CD5((&V_1), NULL);
|
|
V_2 = ((InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700*)CastclassClass((RuntimeObject*)L_12, InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700_il2cpp_TypeInfo_var));
|
|
// var needsFullResolve = true;
|
|
V_3 = (bool)1;
|
|
int32_t L_13 = ___1_change;
|
|
switch (L_13)
|
|
{
|
|
case 0:
|
|
{
|
|
goto IL_00a7;
|
|
}
|
|
case 1:
|
|
{
|
|
goto IL_00b7;
|
|
}
|
|
case 2:
|
|
{
|
|
goto IL_012f;
|
|
}
|
|
case 3:
|
|
{
|
|
goto IL_012f;
|
|
}
|
|
case 4:
|
|
{
|
|
goto IL_012f;
|
|
}
|
|
case 5:
|
|
{
|
|
goto IL_012f;
|
|
}
|
|
case 6:
|
|
{
|
|
goto IL_0109;
|
|
}
|
|
case 7:
|
|
{
|
|
goto IL_0109;
|
|
}
|
|
case 8:
|
|
{
|
|
goto IL_011d;
|
|
}
|
|
case 9:
|
|
{
|
|
goto IL_011d;
|
|
}
|
|
}
|
|
}
|
|
{
|
|
goto IL_012f;
|
|
}
|
|
|
|
IL_00a7:
|
|
{
|
|
// if (!state.CanUseDevice(device))
|
|
InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* L_14 = V_2;
|
|
InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* L_15 = ___0_device;
|
|
NullCheck(L_14);
|
|
bool L_16;
|
|
L_16 = InputActionState_CanUseDevice_m7477C8DB79546DC5B0194DEA17F14CB6C4C1429A(L_14, L_15, NULL);
|
|
if (!L_16)
|
|
{
|
|
goto IL_0155;
|
|
}
|
|
}
|
|
{
|
|
// needsFullResolve = false;
|
|
V_3 = (bool)0;
|
|
// break;
|
|
goto IL_012f;
|
|
}
|
|
|
|
IL_00b7:
|
|
{
|
|
// if (!state.IsUsingDevice(device))
|
|
InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* L_17 = V_2;
|
|
InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* L_18 = ___0_device;
|
|
NullCheck(L_17);
|
|
bool L_19;
|
|
L_19 = InputActionState_IsUsingDevice_m94971884138AE5567581A1DEF6BAB8D1E272538A(L_17, L_18, NULL);
|
|
if (!L_19)
|
|
{
|
|
goto IL_0155;
|
|
}
|
|
}
|
|
{
|
|
// for (var n = 0; n < state.totalMapCount; ++n)
|
|
V_5 = 0;
|
|
goto IL_00fb;
|
|
}
|
|
|
|
IL_00c8:
|
|
{
|
|
// var map = state.maps[n];
|
|
InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* L_20 = V_2;
|
|
NullCheck(L_20);
|
|
InputActionMapU5BU5D_t4B352E8DA73976FEDA107E35E81FB5BE6838C045* L_21 = L_20->___maps_1;
|
|
int32_t L_22 = V_5;
|
|
NullCheck(L_21);
|
|
int32_t L_23 = L_22;
|
|
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_24 = (L_21)->GetAt(static_cast<il2cpp_array_size_t>(L_23));
|
|
// map.m_Devices.Remove(device);
|
|
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_25 = L_24;
|
|
NullCheck(L_25);
|
|
DeviceArray_t7F2F2D8A9D5CAF504DC1A21C1FEF79BCA9E4761E* L_26 = (&L_25->___m_Devices_15);
|
|
InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* L_27 = ___0_device;
|
|
bool L_28;
|
|
L_28 = DeviceArray_Remove_mF9EBA5B0312BFA393749FD8A3F26BCE119A5B76E(L_26, L_27, NULL);
|
|
// map.asset?.m_Devices.Remove(device);
|
|
NullCheck(L_25);
|
|
InputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D* L_29;
|
|
L_29 = InputActionMap_get_asset_mBE901C135AA146247F9A05D72116F8FF15063052_inline(L_25, NULL);
|
|
InputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D* L_30 = L_29;
|
|
G_B13_0 = L_30;
|
|
if (L_30)
|
|
{
|
|
G_B14_0 = L_30;
|
|
goto IL_00e9;
|
|
}
|
|
}
|
|
{
|
|
goto IL_00f5;
|
|
}
|
|
|
|
IL_00e9:
|
|
{
|
|
NullCheck(G_B14_0);
|
|
DeviceArray_t7F2F2D8A9D5CAF504DC1A21C1FEF79BCA9E4761E* L_31 = (&G_B14_0->___m_Devices_11);
|
|
InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* L_32 = ___0_device;
|
|
bool L_33;
|
|
L_33 = DeviceArray_Remove_mF9EBA5B0312BFA393749FD8A3F26BCE119A5B76E(L_31, L_32, NULL);
|
|
}
|
|
|
|
IL_00f5:
|
|
{
|
|
// for (var n = 0; n < state.totalMapCount; ++n)
|
|
int32_t L_34 = V_5;
|
|
V_5 = ((int32_t)il2cpp_codegen_add(L_34, 1));
|
|
}
|
|
|
|
IL_00fb:
|
|
{
|
|
// for (var n = 0; n < state.totalMapCount; ++n)
|
|
int32_t L_35 = V_5;
|
|
InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* L_36 = V_2;
|
|
NullCheck(L_36);
|
|
int32_t L_37;
|
|
L_37 = InputActionState_get_totalMapCount_m40628218F03A5A6FFC10A826641A5A115A760345(L_36, NULL);
|
|
if ((((int32_t)L_35) < ((int32_t)L_37)))
|
|
{
|
|
goto IL_00c8;
|
|
}
|
|
}
|
|
{
|
|
// needsFullResolve = false;
|
|
V_3 = (bool)0;
|
|
// break;
|
|
goto IL_012f;
|
|
}
|
|
|
|
IL_0109:
|
|
{
|
|
// if (!state.IsUsingDevice(device) && !state.CanUseDevice(device))
|
|
InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* L_38 = V_2;
|
|
InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* L_39 = ___0_device;
|
|
NullCheck(L_38);
|
|
bool L_40;
|
|
L_40 = InputActionState_IsUsingDevice_m94971884138AE5567581A1DEF6BAB8D1E272538A(L_38, L_39, NULL);
|
|
if (L_40)
|
|
{
|
|
goto IL_012f;
|
|
}
|
|
}
|
|
{
|
|
InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* L_41 = V_2;
|
|
InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* L_42 = ___0_device;
|
|
NullCheck(L_41);
|
|
bool L_43;
|
|
L_43 = InputActionState_CanUseDevice_m7477C8DB79546DC5B0194DEA17F14CB6C4C1429A(L_41, L_42, NULL);
|
|
if (L_43)
|
|
{
|
|
goto IL_012f;
|
|
}
|
|
}
|
|
{
|
|
// continue;
|
|
goto IL_0155;
|
|
}
|
|
|
|
IL_011d:
|
|
{
|
|
// if (!state.IsUsingDevice(device))
|
|
InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* L_44 = V_2;
|
|
InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* L_45 = ___0_device;
|
|
NullCheck(L_44);
|
|
bool L_46;
|
|
L_46 = InputActionState_IsUsingDevice_m94971884138AE5567581A1DEF6BAB8D1E272538A(L_44, L_45, NULL);
|
|
if (!L_46)
|
|
{
|
|
goto IL_0155;
|
|
}
|
|
}
|
|
{
|
|
// state.ResetActionStatesDrivenBy(device);
|
|
InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* L_47 = V_2;
|
|
InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* L_48 = ___0_device;
|
|
NullCheck(L_47);
|
|
InputActionState_ResetActionStatesDrivenBy_m571F3F380EAA31B4385A6CCDF59405EF11FC8EDF(L_47, L_48, NULL);
|
|
// continue; // No re-resolving necessary.
|
|
goto IL_0155;
|
|
}
|
|
|
|
IL_012f:
|
|
{
|
|
// for (var n = 0; n < state.totalMapCount; ++n)
|
|
V_6 = 0;
|
|
goto IL_014b;
|
|
}
|
|
|
|
IL_0134:
|
|
{
|
|
// if (state.maps[n].LazyResolveBindings(fullResolve: needsFullResolve))
|
|
InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* L_49 = V_2;
|
|
NullCheck(L_49);
|
|
InputActionMapU5BU5D_t4B352E8DA73976FEDA107E35E81FB5BE6838C045* L_50 = L_49->___maps_1;
|
|
int32_t L_51 = V_6;
|
|
NullCheck(L_50);
|
|
int32_t L_52 = L_51;
|
|
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_53 = (L_50)->GetAt(static_cast<il2cpp_array_size_t>(L_52));
|
|
bool L_54 = V_3;
|
|
NullCheck(L_53);
|
|
bool L_55;
|
|
L_55 = InputActionMap_LazyResolveBindings_mCB1046F522ABF3C6AFF11358D1EADE95875BB76B(L_53, L_54, NULL);
|
|
if (L_55)
|
|
{
|
|
goto IL_0155;
|
|
}
|
|
}
|
|
{
|
|
// for (var n = 0; n < state.totalMapCount; ++n)
|
|
int32_t L_56 = V_6;
|
|
V_6 = ((int32_t)il2cpp_codegen_add(L_56, 1));
|
|
}
|
|
|
|
IL_014b:
|
|
{
|
|
// for (var n = 0; n < state.totalMapCount; ++n)
|
|
int32_t L_57 = V_6;
|
|
InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* L_58 = V_2;
|
|
NullCheck(L_58);
|
|
int32_t L_59;
|
|
L_59 = InputActionState_get_totalMapCount_m40628218F03A5A6FFC10A826641A5A115A760345(L_58, NULL);
|
|
if ((((int32_t)L_57) < ((int32_t)L_59)))
|
|
{
|
|
goto IL_0134;
|
|
}
|
|
}
|
|
|
|
IL_0155:
|
|
{
|
|
// for (var i = 0; i < s_GlobalState.globalList.length; ++i)
|
|
int32_t L_60 = V_0;
|
|
V_0 = ((int32_t)il2cpp_codegen_add(L_60, 1));
|
|
}
|
|
|
|
IL_0159:
|
|
{
|
|
// for (var i = 0; i < s_GlobalState.globalList.length; ++i)
|
|
int32_t L_61 = V_0;
|
|
InlinedArray_1_tD165225A32CD54B946FB419909F21C082C70A5B2* L_62 = (&(&((InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700_StaticFields*)il2cpp_codegen_static_fields_for(InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700_il2cpp_TypeInfo_var))->___s_GlobalState_14)->___globalList_0);
|
|
int32_t L_63 = L_62->___length_0;
|
|
if ((((int32_t)L_61) < ((int32_t)L_63)))
|
|
{
|
|
goto IL_0007;
|
|
}
|
|
}
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.InputSystem.InputActionState::DeferredResolutionOfBindings()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionState_DeferredResolutionOfBindings_m607A0C4428312C015F0C7B0E1338B834EB776A52 (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InlinedArray_1_RemoveAtWithCapacity_m3E6523CB7947153FE46338D863E27E2881A5EC2A_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InlinedArray_1_get_Item_m8D45A4E6092362E4D489909A5AFA12CB3714B627_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
GCHandle_tC44F6F72EE68BD4CFABA24309DA7A179D41127DC V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* V_2 = NULL;
|
|
GCHandle_tC44F6F72EE68BD4CFABA24309DA7A179D41127DC V_3;
|
|
memset((&V_3), 0, sizeof(V_3));
|
|
int32_t V_4 = 0;
|
|
{
|
|
// ++InputActionMap.s_DeferBindingResolution;
|
|
int32_t L_0 = ((InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09_StaticFields*)il2cpp_codegen_static_fields_for(InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09_il2cpp_TypeInfo_var))->___s_DeferBindingResolution_18;
|
|
((InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09_StaticFields*)il2cpp_codegen_static_fields_for(InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09_il2cpp_TypeInfo_var))->___s_DeferBindingResolution_18 = ((int32_t)il2cpp_codegen_add(L_0, 1));
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_00b9:
|
|
{// begin finally (depth: 1)
|
|
// --InputActionMap.s_DeferBindingResolution;
|
|
int32_t L_1 = ((InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09_StaticFields*)il2cpp_codegen_static_fields_for(InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09_il2cpp_TypeInfo_var))->___s_DeferBindingResolution_18;
|
|
((InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09_StaticFields*)il2cpp_codegen_static_fields_for(InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09_il2cpp_TypeInfo_var))->___s_DeferBindingResolution_18 = ((int32_t)il2cpp_codegen_subtract(L_1, 1));
|
|
// }
|
|
return;
|
|
}// end finally (depth: 1)
|
|
});
|
|
try
|
|
{// begin try (depth: 1)
|
|
{
|
|
// for (var i = 0; i < s_GlobalState.globalList.length; ++i)
|
|
V_0 = 0;
|
|
goto IL_00a2_1;
|
|
}
|
|
|
|
IL_0013_1:
|
|
{
|
|
// var handle = s_GlobalState.globalList[i];
|
|
InlinedArray_1_tD165225A32CD54B946FB419909F21C082C70A5B2* L_2 = (&(&((InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700_StaticFields*)il2cpp_codegen_static_fields_for(InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700_il2cpp_TypeInfo_var))->___s_GlobalState_14)->___globalList_0);
|
|
int32_t L_3 = V_0;
|
|
GCHandle_tC44F6F72EE68BD4CFABA24309DA7A179D41127DC L_4;
|
|
L_4 = InlinedArray_1_get_Item_m8D45A4E6092362E4D489909A5AFA12CB3714B627(L_2, L_3, InlinedArray_1_get_Item_m8D45A4E6092362E4D489909A5AFA12CB3714B627_RuntimeMethod_var);
|
|
V_1 = L_4;
|
|
// if (!handle.IsAllocated || handle.Target == null)
|
|
bool L_5;
|
|
L_5 = GCHandle_get_IsAllocated_m241908103D8D867E11CCAB73C918729825E86843((&V_1), NULL);
|
|
if (!L_5)
|
|
{
|
|
goto IL_0036_1;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject* L_6;
|
|
L_6 = GCHandle_get_Target_m481F9508DA5E384D33CD1F4450060DC56BBD4CD5((&V_1), NULL);
|
|
if (L_6)
|
|
{
|
|
goto IL_006d_1;
|
|
}
|
|
}
|
|
|
|
IL_0036_1:
|
|
{
|
|
// if (handle.IsAllocated)
|
|
bool L_7;
|
|
L_7 = GCHandle_get_IsAllocated_m241908103D8D867E11CCAB73C918729825E86843((&V_1), NULL);
|
|
if (!L_7)
|
|
{
|
|
goto IL_0057_1;
|
|
}
|
|
}
|
|
{
|
|
// s_GlobalState.globalList[i].Free();
|
|
InlinedArray_1_tD165225A32CD54B946FB419909F21C082C70A5B2* L_8 = (&(&((InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700_StaticFields*)il2cpp_codegen_static_fields_for(InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700_il2cpp_TypeInfo_var))->___s_GlobalState_14)->___globalList_0);
|
|
int32_t L_9 = V_0;
|
|
GCHandle_tC44F6F72EE68BD4CFABA24309DA7A179D41127DC L_10;
|
|
L_10 = InlinedArray_1_get_Item_m8D45A4E6092362E4D489909A5AFA12CB3714B627(L_8, L_9, InlinedArray_1_get_Item_m8D45A4E6092362E4D489909A5AFA12CB3714B627_RuntimeMethod_var);
|
|
V_3 = L_10;
|
|
GCHandle_Free_m1320A260E487EB1EA6D95F9E54BFFCB5A4EF83A3((&V_3), NULL);
|
|
}
|
|
|
|
IL_0057_1:
|
|
{
|
|
// s_GlobalState.globalList.RemoveAtWithCapacity(i);
|
|
InlinedArray_1_tD165225A32CD54B946FB419909F21C082C70A5B2* L_11 = (&(&((InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700_StaticFields*)il2cpp_codegen_static_fields_for(InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700_il2cpp_TypeInfo_var))->___s_GlobalState_14)->___globalList_0);
|
|
int32_t L_12 = V_0;
|
|
InlinedArray_1_RemoveAtWithCapacity_m3E6523CB7947153FE46338D863E27E2881A5EC2A(L_11, L_12, InlinedArray_1_RemoveAtWithCapacity_m3E6523CB7947153FE46338D863E27E2881A5EC2A_RuntimeMethod_var);
|
|
// --i;
|
|
int32_t L_13 = V_0;
|
|
V_0 = ((int32_t)il2cpp_codegen_subtract(L_13, 1));
|
|
// continue;
|
|
goto IL_009e_1;
|
|
}
|
|
|
|
IL_006d_1:
|
|
{
|
|
// var state = (InputActionState)handle.Target;
|
|
RuntimeObject* L_14;
|
|
L_14 = GCHandle_get_Target_m481F9508DA5E384D33CD1F4450060DC56BBD4CD5((&V_1), NULL);
|
|
V_2 = ((InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700*)CastclassClass((RuntimeObject*)L_14, InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700_il2cpp_TypeInfo_var));
|
|
// for (var n = 0; n < state.totalMapCount; ++n)
|
|
V_4 = 0;
|
|
goto IL_0094_1;
|
|
}
|
|
|
|
IL_007f_1:
|
|
{
|
|
// state.maps[n].ResolveBindingsIfNecessary();
|
|
InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* L_15 = V_2;
|
|
NullCheck(L_15);
|
|
InputActionMapU5BU5D_t4B352E8DA73976FEDA107E35E81FB5BE6838C045* L_16 = L_15->___maps_1;
|
|
int32_t L_17 = V_4;
|
|
NullCheck(L_16);
|
|
int32_t L_18 = L_17;
|
|
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_19 = (L_16)->GetAt(static_cast<il2cpp_array_size_t>(L_18));
|
|
NullCheck(L_19);
|
|
bool L_20;
|
|
L_20 = InputActionMap_ResolveBindingsIfNecessary_m0233826C82F2E43D8A804066120B70BE7FDA7D14(L_19, NULL);
|
|
// for (var n = 0; n < state.totalMapCount; ++n)
|
|
int32_t L_21 = V_4;
|
|
V_4 = ((int32_t)il2cpp_codegen_add(L_21, 1));
|
|
}
|
|
|
|
IL_0094_1:
|
|
{
|
|
// for (var n = 0; n < state.totalMapCount; ++n)
|
|
int32_t L_22 = V_4;
|
|
InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* L_23 = V_2;
|
|
NullCheck(L_23);
|
|
int32_t L_24;
|
|
L_24 = InputActionState_get_totalMapCount_m40628218F03A5A6FFC10A826641A5A115A760345(L_23, NULL);
|
|
if ((((int32_t)L_22) < ((int32_t)L_24)))
|
|
{
|
|
goto IL_007f_1;
|
|
}
|
|
}
|
|
|
|
IL_009e_1:
|
|
{
|
|
// for (var i = 0; i < s_GlobalState.globalList.length; ++i)
|
|
int32_t L_25 = V_0;
|
|
V_0 = ((int32_t)il2cpp_codegen_add(L_25, 1));
|
|
}
|
|
|
|
IL_00a2_1:
|
|
{
|
|
// for (var i = 0; i < s_GlobalState.globalList.length; ++i)
|
|
int32_t L_26 = V_0;
|
|
InlinedArray_1_tD165225A32CD54B946FB419909F21C082C70A5B2* L_27 = (&(&((InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700_StaticFields*)il2cpp_codegen_static_fields_for(InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700_il2cpp_TypeInfo_var))->___s_GlobalState_14)->___globalList_0);
|
|
int32_t L_28 = L_27->___length_0;
|
|
if ((((int32_t)L_26) < ((int32_t)L_28)))
|
|
{
|
|
goto IL_0013_1;
|
|
}
|
|
}
|
|
{
|
|
// }
|
|
goto IL_00c6;
|
|
}
|
|
}// end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_00c6:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.InputSystem.InputActionState::DisableAllActions()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionState_DisableAllActions_m0A5F1B8EE300780F252CC14550BB03428E8BA6FD (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InlinedArray_1_get_Item_m8D45A4E6092362E4D489909A5AFA12CB3714B627_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
GCHandle_tC44F6F72EE68BD4CFABA24309DA7A179D41127DC V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
int32_t V_2 = 0;
|
|
InputActionMapU5BU5D_t4B352E8DA73976FEDA107E35E81FB5BE6838C045* V_3 = NULL;
|
|
int32_t V_4 = 0;
|
|
{
|
|
// for (var i = 0; i < s_GlobalState.globalList.length; ++i)
|
|
V_0 = 0;
|
|
goto IL_005d;
|
|
}
|
|
|
|
IL_0004:
|
|
{
|
|
// var handle = s_GlobalState.globalList[i];
|
|
InlinedArray_1_tD165225A32CD54B946FB419909F21C082C70A5B2* L_0 = (&(&((InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700_StaticFields*)il2cpp_codegen_static_fields_for(InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700_il2cpp_TypeInfo_var))->___s_GlobalState_14)->___globalList_0);
|
|
int32_t L_1 = V_0;
|
|
GCHandle_tC44F6F72EE68BD4CFABA24309DA7A179D41127DC L_2;
|
|
L_2 = InlinedArray_1_get_Item_m8D45A4E6092362E4D489909A5AFA12CB3714B627(L_0, L_1, InlinedArray_1_get_Item_m8D45A4E6092362E4D489909A5AFA12CB3714B627_RuntimeMethod_var);
|
|
V_1 = L_2;
|
|
// if (!handle.IsAllocated || handle.Target == null)
|
|
bool L_3;
|
|
L_3 = GCHandle_get_IsAllocated_m241908103D8D867E11CCAB73C918729825E86843((&V_1), NULL);
|
|
if (!L_3)
|
|
{
|
|
goto IL_0059;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject* L_4;
|
|
L_4 = GCHandle_get_Target_m481F9508DA5E384D33CD1F4450060DC56BBD4CD5((&V_1), NULL);
|
|
if (!L_4)
|
|
{
|
|
goto IL_0059;
|
|
}
|
|
}
|
|
{
|
|
// var state = (InputActionState)handle.Target;
|
|
RuntimeObject* L_5;
|
|
L_5 = GCHandle_get_Target_m481F9508DA5E384D33CD1F4450060DC56BBD4CD5((&V_1), NULL);
|
|
// var mapCount = state.totalMapCount;
|
|
InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* L_6 = ((InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700*)CastclassClass((RuntimeObject*)L_5, InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700_il2cpp_TypeInfo_var));
|
|
NullCheck(L_6);
|
|
int32_t L_7;
|
|
L_7 = InputActionState_get_totalMapCount_m40628218F03A5A6FFC10A826641A5A115A760345(L_6, NULL);
|
|
V_2 = L_7;
|
|
// var maps = state.maps;
|
|
NullCheck(L_6);
|
|
InputActionMapU5BU5D_t4B352E8DA73976FEDA107E35E81FB5BE6838C045* L_8 = L_6->___maps_1;
|
|
V_3 = L_8;
|
|
// for (var n = 0; n < mapCount; ++n)
|
|
V_4 = 0;
|
|
goto IL_0054;
|
|
}
|
|
|
|
IL_0045:
|
|
{
|
|
// maps[n].Disable();
|
|
InputActionMapU5BU5D_t4B352E8DA73976FEDA107E35E81FB5BE6838C045* L_9 = V_3;
|
|
int32_t L_10 = V_4;
|
|
NullCheck(L_9);
|
|
int32_t L_11 = L_10;
|
|
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_12 = (L_9)->GetAt(static_cast<il2cpp_array_size_t>(L_11));
|
|
NullCheck(L_12);
|
|
InputActionMap_Disable_m987468348648610F8B84D4F481592FF37AF5445C(L_12, NULL);
|
|
// for (var n = 0; n < mapCount; ++n)
|
|
int32_t L_13 = V_4;
|
|
V_4 = ((int32_t)il2cpp_codegen_add(L_13, 1));
|
|
}
|
|
|
|
IL_0054:
|
|
{
|
|
// for (var n = 0; n < mapCount; ++n)
|
|
int32_t L_14 = V_4;
|
|
int32_t L_15 = V_2;
|
|
if ((((int32_t)L_14) < ((int32_t)L_15)))
|
|
{
|
|
goto IL_0045;
|
|
}
|
|
}
|
|
|
|
IL_0059:
|
|
{
|
|
// for (var i = 0; i < s_GlobalState.globalList.length; ++i)
|
|
int32_t L_16 = V_0;
|
|
V_0 = ((int32_t)il2cpp_codegen_add(L_16, 1));
|
|
}
|
|
|
|
IL_005d:
|
|
{
|
|
// for (var i = 0; i < s_GlobalState.globalList.length; ++i)
|
|
int32_t L_17 = V_0;
|
|
InlinedArray_1_tD165225A32CD54B946FB419909F21C082C70A5B2* L_18 = (&(&((InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700_StaticFields*)il2cpp_codegen_static_fields_for(InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700_il2cpp_TypeInfo_var))->___s_GlobalState_14)->___globalList_0);
|
|
int32_t L_19 = L_18->___length_0;
|
|
if ((((int32_t)L_17) < ((int32_t)L_19)))
|
|
{
|
|
goto IL_0004;
|
|
}
|
|
}
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.InputSystem.InputActionState::DestroyAllActionMapStates()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionState_DestroyAllActionMapStates_m3FAAD7591A6D7A09F77466903CF12E2B44E51F3E (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InlinedArray_1_RemoveAtWithCapacity_m3E6523CB7947153FE46338D863E27E2881A5EC2A_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InlinedArray_1_get_Item_m8D45A4E6092362E4D489909A5AFA12CB3714B627_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
GCHandle_tC44F6F72EE68BD4CFABA24309DA7A179D41127DC V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
GCHandle_tC44F6F72EE68BD4CFABA24309DA7A179D41127DC V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
{
|
|
goto IL_007c;
|
|
}
|
|
|
|
IL_0002:
|
|
{
|
|
// var index = s_GlobalState.globalList.length - 1;
|
|
InlinedArray_1_tD165225A32CD54B946FB419909F21C082C70A5B2* L_0 = (&(&((InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700_StaticFields*)il2cpp_codegen_static_fields_for(InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700_il2cpp_TypeInfo_var))->___s_GlobalState_14)->___globalList_0);
|
|
int32_t L_1 = L_0->___length_0;
|
|
V_0 = ((int32_t)il2cpp_codegen_subtract(L_1, 1));
|
|
// var handle = s_GlobalState.globalList[index];
|
|
InlinedArray_1_tD165225A32CD54B946FB419909F21C082C70A5B2* L_2 = (&(&((InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700_StaticFields*)il2cpp_codegen_static_fields_for(InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700_il2cpp_TypeInfo_var))->___s_GlobalState_14)->___globalList_0);
|
|
int32_t L_3 = V_0;
|
|
GCHandle_tC44F6F72EE68BD4CFABA24309DA7A179D41127DC L_4;
|
|
L_4 = InlinedArray_1_get_Item_m8D45A4E6092362E4D489909A5AFA12CB3714B627(L_2, L_3, InlinedArray_1_get_Item_m8D45A4E6092362E4D489909A5AFA12CB3714B627_RuntimeMethod_var);
|
|
V_1 = L_4;
|
|
// if (!handle.IsAllocated || handle.Target == null)
|
|
bool L_5;
|
|
L_5 = GCHandle_get_IsAllocated_m241908103D8D867E11CCAB73C918729825E86843((&V_1), NULL);
|
|
if (!L_5)
|
|
{
|
|
goto IL_0037;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject* L_6;
|
|
L_6 = GCHandle_get_Target_m481F9508DA5E384D33CD1F4450060DC56BBD4CD5((&V_1), NULL);
|
|
if (L_6)
|
|
{
|
|
goto IL_006a;
|
|
}
|
|
}
|
|
|
|
IL_0037:
|
|
{
|
|
// if (handle.IsAllocated)
|
|
bool L_7;
|
|
L_7 = GCHandle_get_IsAllocated_m241908103D8D867E11CCAB73C918729825E86843((&V_1), NULL);
|
|
if (!L_7)
|
|
{
|
|
goto IL_0058;
|
|
}
|
|
}
|
|
{
|
|
// s_GlobalState.globalList[index].Free();
|
|
InlinedArray_1_tD165225A32CD54B946FB419909F21C082C70A5B2* L_8 = (&(&((InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700_StaticFields*)il2cpp_codegen_static_fields_for(InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700_il2cpp_TypeInfo_var))->___s_GlobalState_14)->___globalList_0);
|
|
int32_t L_9 = V_0;
|
|
GCHandle_tC44F6F72EE68BD4CFABA24309DA7A179D41127DC L_10;
|
|
L_10 = InlinedArray_1_get_Item_m8D45A4E6092362E4D489909A5AFA12CB3714B627(L_8, L_9, InlinedArray_1_get_Item_m8D45A4E6092362E4D489909A5AFA12CB3714B627_RuntimeMethod_var);
|
|
V_2 = L_10;
|
|
GCHandle_Free_m1320A260E487EB1EA6D95F9E54BFFCB5A4EF83A3((&V_2), NULL);
|
|
}
|
|
|
|
IL_0058:
|
|
{
|
|
// s_GlobalState.globalList.RemoveAtWithCapacity(index);
|
|
InlinedArray_1_tD165225A32CD54B946FB419909F21C082C70A5B2* L_11 = (&(&((InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700_StaticFields*)il2cpp_codegen_static_fields_for(InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700_il2cpp_TypeInfo_var))->___s_GlobalState_14)->___globalList_0);
|
|
int32_t L_12 = V_0;
|
|
InlinedArray_1_RemoveAtWithCapacity_m3E6523CB7947153FE46338D863E27E2881A5EC2A(L_11, L_12, InlinedArray_1_RemoveAtWithCapacity_m3E6523CB7947153FE46338D863E27E2881A5EC2A_RuntimeMethod_var);
|
|
// continue;
|
|
goto IL_007c;
|
|
}
|
|
|
|
IL_006a:
|
|
{
|
|
// var state = (InputActionState)handle.Target;
|
|
RuntimeObject* L_13;
|
|
L_13 = GCHandle_get_Target_m481F9508DA5E384D33CD1F4450060DC56BBD4CD5((&V_1), NULL);
|
|
// state.Destroy();
|
|
NullCheck(((InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700*)CastclassClass((RuntimeObject*)L_13, InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700_il2cpp_TypeInfo_var)));
|
|
InputActionState_Destroy_m51CDCBCF67DE2F6A227507C77EA21507A6CA520A(((InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700*)CastclassClass((RuntimeObject*)L_13, InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700_il2cpp_TypeInfo_var)), (bool)0, NULL);
|
|
}
|
|
|
|
IL_007c:
|
|
{
|
|
// while (s_GlobalState.globalList.length > 0)
|
|
InlinedArray_1_tD165225A32CD54B946FB419909F21C082C70A5B2* L_14 = (&(&((InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700_StaticFields*)il2cpp_codegen_static_fields_for(InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700_il2cpp_TypeInfo_var))->___s_GlobalState_14)->___globalList_0);
|
|
int32_t L_15 = L_14->___length_0;
|
|
if ((((int32_t)L_15) > ((int32_t)0)))
|
|
{
|
|
goto IL_0002;
|
|
}
|
|
}
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.InputSystem.InputActionState::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionState__ctor_m7D416EE726DD286EFEE5756E563A37F330B92746 (InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#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)
|
|
{
|
|
{
|
|
// if (m_TriggerControlIndex == ushort.MaxValue)
|
|
uint16_t L_0 = __this->___m_TriggerControlIndex_0;
|
|
if ((!(((uint32_t)L_0) == ((uint32_t)((int32_t)65535)))))
|
|
{
|
|
goto IL_000f;
|
|
}
|
|
}
|
|
{
|
|
// return kInvalidIndex;
|
|
return (-1);
|
|
}
|
|
|
|
IL_000f:
|
|
{
|
|
// return m_TriggerControlIndex;
|
|
uint16_t L_1 = __this->___m_TriggerControlIndex_0;
|
|
return L_1;
|
|
}
|
|
}
|
|
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(_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 ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// if (value == kInvalidIndex)
|
|
int32_t L_0 = ___0_value;
|
|
if ((!(((uint32_t)L_0) == ((uint32_t)(-1)))))
|
|
{
|
|
goto IL_0010;
|
|
}
|
|
}
|
|
{
|
|
// m_TriggerControlIndex = ushort.MaxValue;
|
|
__this->___m_TriggerControlIndex_0 = (uint16_t)((int32_t)65535);
|
|
return;
|
|
}
|
|
|
|
IL_0010:
|
|
{
|
|
// if (value < 0 || value >= ushort.MaxValue)
|
|
int32_t L_1 = ___0_value;
|
|
if ((((int32_t)L_1) < ((int32_t)0)))
|
|
{
|
|
goto IL_001c;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_2 = ___0_value;
|
|
if ((((int32_t)L_2) < ((int32_t)((int32_t)65535))))
|
|
{
|
|
goto IL_0027;
|
|
}
|
|
}
|
|
|
|
IL_001c:
|
|
{
|
|
// throw new NotSupportedException("More than ushort.MaxValue-1 controls 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*)&_stringLiteralBC360CD99585D695B6C7BA42BE764C75440AD047)), NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InteractionState_set_triggerControlIndex_m59641351155913B51FDBB126F7022A28B6CF24ED_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_0027:
|
|
{
|
|
// m_TriggerControlIndex = (ushort)value;
|
|
int32_t L_4 = ___0_value;
|
|
__this->___m_TriggerControlIndex_0 = (uint16_t)((int32_t)(uint16_t)L_4);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void InteractionState_set_triggerControlIndex_m59641351155913B51FDBB126F7022A28B6CF24ED_AdjustorThunk (RuntimeObject* __this, int32_t ___0_value, const RuntimeMethod* method)
|
|
{
|
|
InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE*>(__this + _offset);
|
|
InteractionState_set_triggerControlIndex_m59641351155913B51FDBB126F7022A28B6CF24ED(_thisAdjusted, ___0_value, 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 ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// set => m_StartTime = value;
|
|
double L_0 = ___0_value;
|
|
__this->___m_StartTime_4 = L_0;
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void InteractionState_set_startTime_m0610D1FDECE3F5770B3A8B93CA0810A7DF9900A5_AdjustorThunk (RuntimeObject* __this, double ___0_value, const RuntimeMethod* method)
|
|
{
|
|
InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE*>(__this + _offset);
|
|
InteractionState_set_startTime_m0610D1FDECE3F5770B3A8B93CA0810A7DF9900A5_inline(_thisAdjusted, ___0_value, 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 ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// set => m_PerformedTime = value;
|
|
double L_0 = ___0_value;
|
|
__this->___m_PerformedTime_6 = L_0;
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void InteractionState_set_performedTime_mCD385C7F94EF23C531A8FBF30A5BC05559FE0631_AdjustorThunk (RuntimeObject* __this, double ___0_value, const RuntimeMethod* method)
|
|
{
|
|
InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE*>(__this + _offset);
|
|
InteractionState_set_performedTime_mCD385C7F94EF23C531A8FBF30A5BC05559FE0631_inline(_thisAdjusted, ___0_value, 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 ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// set => m_TimerStartTime = value;
|
|
double L_0 = ___0_value;
|
|
__this->___m_TimerStartTime_5 = L_0;
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void InteractionState_set_timerStartTime_m25E60D5CBC7599323F6EE54C1A046E77CD019456_AdjustorThunk (RuntimeObject* __this, double ___0_value, const RuntimeMethod* method)
|
|
{
|
|
InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE*>(__this + _offset);
|
|
InteractionState_set_timerStartTime_m25E60D5CBC7599323F6EE54C1A046E77CD019456_inline(_thisAdjusted, ___0_value, 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 ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// set => m_TimerDuration = value;
|
|
float L_0 = ___0_value;
|
|
__this->___m_TimerDuration_3 = L_0;
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void InteractionState_set_timerDuration_m6E90C8FA06295247F9A964261927B1059ECF918E_AdjustorThunk (RuntimeObject* __this, float ___0_value, const RuntimeMethod* method)
|
|
{
|
|
InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE*>(__this + _offset);
|
|
InteractionState_set_timerDuration_m6E90C8FA06295247F9A964261927B1059ECF918E_inline(_thisAdjusted, ___0_value, 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 ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// set => m_TotalTimeoutCompletionTimeDone = value;
|
|
float L_0 = ___0_value;
|
|
__this->___m_TotalTimeoutCompletionTimeDone_7 = L_0;
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void InteractionState_set_totalTimeoutCompletionDone_m7E622CEF597EEB0567FD1E6476786F3DF4A7C553_AdjustorThunk (RuntimeObject* __this, float ___0_value, const RuntimeMethod* method)
|
|
{
|
|
InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE*>(__this + _offset);
|
|
InteractionState_set_totalTimeoutCompletionDone_m7E622CEF597EEB0567FD1E6476786F3DF4A7C553_inline(_thisAdjusted, ___0_value, 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 ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// set => m_TotalTimeoutCompletionTimeRemaining = value;
|
|
float L_0 = ___0_value;
|
|
__this->___m_TotalTimeoutCompletionTimeRemaining_8 = L_0;
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void InteractionState_set_totalTimeoutCompletionTimeRemaining_m4F2D19F74032232A06E44FF9C30F28047D55A898_AdjustorThunk (RuntimeObject* __this, float ___0_value, const RuntimeMethod* method)
|
|
{
|
|
InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE*>(__this + _offset);
|
|
InteractionState_set_totalTimeoutCompletionTimeRemaining_m4F2D19F74032232A06E44FF9C30F28047D55A898_inline(_thisAdjusted, ___0_value, method);
|
|
}
|
|
// System.Int64 UnityEngine.InputSystem.InputActionState/InteractionState::get_timerMonitorIndex()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t InteractionState_get_timerMonitorIndex_m62CA25C75A48ED908B2D5AF97D69E4C397156ABA (InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// get => m_TimerMonitorIndex;
|
|
int64_t L_0 = __this->___m_TimerMonitorIndex_9;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C int64_t InteractionState_get_timerMonitorIndex_m62CA25C75A48ED908B2D5AF97D69E4C397156ABA_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE*>(__this + _offset);
|
|
int64_t _returnValue;
|
|
_returnValue = InteractionState_get_timerMonitorIndex_m62CA25C75A48ED908B2D5AF97D69E4C397156ABA_inline(_thisAdjusted, method);
|
|
return _returnValue;
|
|
}
|
|
// System.Void UnityEngine.InputSystem.InputActionState/InteractionState::set_timerMonitorIndex(System.Int64)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InteractionState_set_timerMonitorIndex_m0C22737BEEA712F11C64C20FD485C250A1E38497 (InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE* __this, int64_t ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// set => m_TimerMonitorIndex = value;
|
|
int64_t L_0 = ___0_value;
|
|
__this->___m_TimerMonitorIndex_9 = L_0;
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void InteractionState_set_timerMonitorIndex_m0C22737BEEA712F11C64C20FD485C250A1E38497_AdjustorThunk (RuntimeObject* __this, int64_t ___0_value, const RuntimeMethod* method)
|
|
{
|
|
InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE*>(__this + _offset);
|
|
InteractionState_set_timerMonitorIndex_m0C22737BEEA712F11C64C20FD485C250A1E38497_inline(_thisAdjusted, ___0_value, 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 ___0_value, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
{
|
|
// if (value)
|
|
bool L_0 = ___0_value;
|
|
if (!L_0)
|
|
{
|
|
goto IL_0013;
|
|
}
|
|
}
|
|
{
|
|
// m_Flags |= (byte)Flags.TimerRunning;
|
|
uint8_t L_1 = __this->___m_Flags_2;
|
|
__this->___m_Flags_2 = (uint8_t)((int32_t)(uint8_t)((int32_t)((int32_t)L_1|1)));
|
|
return;
|
|
}
|
|
|
|
IL_0013:
|
|
{
|
|
// var mask = ~Flags.TimerRunning;
|
|
V_0 = ((int32_t)-2);
|
|
// m_Flags &= (byte)mask;
|
|
uint8_t L_2 = __this->___m_Flags_2;
|
|
int32_t L_3 = V_0;
|
|
__this->___m_Flags_2 = (uint8_t)((int32_t)(uint8_t)((int32_t)((int32_t)L_2&((int32_t)(uint8_t)L_3))));
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void InteractionState_set_isTimerRunning_m2DFE4F795C65D4A05D797F8A7F346238CF57F016_AdjustorThunk (RuntimeObject* __this, bool ___0_value, const RuntimeMethod* method)
|
|
{
|
|
InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE*>(__this + _offset);
|
|
InteractionState_set_isTimerRunning_m2DFE4F795C65D4A05D797F8A7F346238CF57F016(_thisAdjusted, ___0_value, 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 ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// set => m_Phase = (byte)value;
|
|
int32_t L_0 = ___0_value;
|
|
__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 ___0_value, const RuntimeMethod* method)
|
|
{
|
|
InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE*>(__this + _offset);
|
|
InteractionState_set_phase_m3A2D1A98F600B7B2580392878057207EA7C1397A(_thisAdjusted, ___0_value, 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.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 ___0_value, const RuntimeMethod* method)
|
|
{
|
|
uint16_t V_0 = 0;
|
|
{
|
|
// if (value >= ushort.MaxValue)
|
|
int32_t L_0 = ___0_value;
|
|
if ((((int32_t)L_0) < ((int32_t)((int32_t)65535))))
|
|
{
|
|
goto IL_0025;
|
|
}
|
|
}
|
|
{
|
|
// throw new NotSupportedException("Total control count in state cannot exceed byte.MaxValue=" + ushort.MaxValue);
|
|
V_0 = (uint16_t)((int32_t)65535);
|
|
String_t* L_1;
|
|
L_1 = UInt16_ToString_m57629B7E74D92A54414073D5C27D6827C93A4DD5((&V_0), NULL);
|
|
String_t* L_2;
|
|
L_2 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral12D642B27F33DC34EB2F4B85EB2C6E918959BC79)), L_1, NULL);
|
|
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, L_2, NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&BindingState_set_controlStartIndex_mE40175059309D0F31C0C2507C15BCE2AAA6076B3_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_0025:
|
|
{
|
|
// m_ControlStartIndex = (ushort)value;
|
|
int32_t L_4 = ___0_value;
|
|
__this->___m_ControlStartIndex_10 = (uint16_t)((int32_t)(uint16_t)L_4);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void BindingState_set_controlStartIndex_mE40175059309D0F31C0C2507C15BCE2AAA6076B3_AdjustorThunk (RuntimeObject* __this, int32_t ___0_value, const RuntimeMethod* method)
|
|
{
|
|
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*>(__this + _offset);
|
|
BindingState_set_controlStartIndex_mE40175059309D0F31C0C2507C15BCE2AAA6076B3(_thisAdjusted, ___0_value, 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 ___0_value, const RuntimeMethod* method)
|
|
{
|
|
uint8_t V_0 = 0x0;
|
|
{
|
|
// if (value >= byte.MaxValue)
|
|
int32_t L_0 = ___0_value;
|
|
if ((((int32_t)L_0) < ((int32_t)((int32_t)255))))
|
|
{
|
|
goto IL_0025;
|
|
}
|
|
}
|
|
{
|
|
// throw new NotSupportedException("Control count per binding cannot exceed byte.MaxValue=" + byte.MaxValue);
|
|
V_0 = (uint8_t)((int32_t)255);
|
|
String_t* L_1;
|
|
L_1 = Byte_ToString_mB80CE094B94215119578E4D796566E71D7277EE4((&V_0), NULL);
|
|
String_t* L_2;
|
|
L_2 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral3D7EC1A1DA5CDACEB158D4329E42648E828EF12E)), L_1, NULL);
|
|
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, L_2, NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&BindingState_set_controlCount_m366726B8DDECF3ECD59B5CAC16FA0A4E206148EA_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_0025:
|
|
{
|
|
// m_ControlCount = (byte)value;
|
|
int32_t L_4 = ___0_value;
|
|
__this->___m_ControlCount_0 = (uint8_t)((int32_t)(uint8_t)L_4);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void BindingState_set_controlCount_m366726B8DDECF3ECD59B5CAC16FA0A4E206148EA_AdjustorThunk (RuntimeObject* __this, int32_t ___0_value, const RuntimeMethod* method)
|
|
{
|
|
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*>(__this + _offset);
|
|
BindingState_set_controlCount_m366726B8DDECF3ECD59B5CAC16FA0A4E206148EA(_thisAdjusted, ___0_value, 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)
|
|
{
|
|
{
|
|
// if (m_InteractionStartIndex == ushort.MaxValue)
|
|
uint16_t L_0 = __this->___m_InteractionStartIndex_9;
|
|
if ((!(((uint32_t)L_0) == ((uint32_t)((int32_t)65535)))))
|
|
{
|
|
goto IL_000f;
|
|
}
|
|
}
|
|
{
|
|
// return kInvalidIndex;
|
|
return (-1);
|
|
}
|
|
|
|
IL_000f:
|
|
{
|
|
// return m_InteractionStartIndex;
|
|
uint16_t L_1 = __this->___m_InteractionStartIndex_9;
|
|
return L_1;
|
|
}
|
|
}
|
|
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 ___0_value, const RuntimeMethod* method)
|
|
{
|
|
uint16_t V_0 = 0;
|
|
{
|
|
// if (value == kInvalidIndex)
|
|
int32_t L_0 = ___0_value;
|
|
if ((!(((uint32_t)L_0) == ((uint32_t)(-1)))))
|
|
{
|
|
goto IL_0010;
|
|
}
|
|
}
|
|
{
|
|
// m_InteractionStartIndex = ushort.MaxValue;
|
|
__this->___m_InteractionStartIndex_9 = (uint16_t)((int32_t)65535);
|
|
return;
|
|
}
|
|
|
|
IL_0010:
|
|
{
|
|
// if (value >= ushort.MaxValue)
|
|
int32_t L_1 = ___0_value;
|
|
if ((((int32_t)L_1) < ((int32_t)((int32_t)65535))))
|
|
{
|
|
goto IL_0035;
|
|
}
|
|
}
|
|
{
|
|
// throw new NotSupportedException("Interaction count cannot exceed ushort.MaxValue=" + ushort.MaxValue);
|
|
V_0 = (uint16_t)((int32_t)65535);
|
|
String_t* L_2;
|
|
L_2 = UInt16_ToString_m57629B7E74D92A54414073D5C27D6827C93A4DD5((&V_0), NULL);
|
|
String_t* L_3;
|
|
L_3 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral13E5A09E90E8D32E985B42C9BEA2BCEC1B095C6C)), 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_interactionStartIndex_m31FD4650A4C7FB877CC4CC92E64B658A3E90B6F4_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_0035:
|
|
{
|
|
// m_InteractionStartIndex = (ushort)value;
|
|
int32_t L_5 = ___0_value;
|
|
__this->___m_InteractionStartIndex_9 = (uint16_t)((int32_t)(uint16_t)L_5);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void BindingState_set_interactionStartIndex_m31FD4650A4C7FB877CC4CC92E64B658A3E90B6F4_AdjustorThunk (RuntimeObject* __this, int32_t ___0_value, const RuntimeMethod* method)
|
|
{
|
|
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*>(__this + _offset);
|
|
BindingState_set_interactionStartIndex_m31FD4650A4C7FB877CC4CC92E64B658A3E90B6F4(_thisAdjusted, ___0_value, 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 ___0_value, const RuntimeMethod* method)
|
|
{
|
|
uint8_t V_0 = 0x0;
|
|
{
|
|
// if (value >= byte.MaxValue)
|
|
int32_t L_0 = ___0_value;
|
|
if ((((int32_t)L_0) < ((int32_t)((int32_t)255))))
|
|
{
|
|
goto IL_0025;
|
|
}
|
|
}
|
|
{
|
|
// throw new NotSupportedException("Interaction count per binding cannot exceed byte.MaxValue=" + byte.MaxValue);
|
|
V_0 = (uint8_t)((int32_t)255);
|
|
String_t* L_1;
|
|
L_1 = Byte_ToString_mB80CE094B94215119578E4D796566E71D7277EE4((&V_0), NULL);
|
|
String_t* L_2;
|
|
L_2 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral8FC56FFE7C0C861EE9BC69EEFD34282F2BE4BFE6)), L_1, NULL);
|
|
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, L_2, NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&BindingState_set_interactionCount_m8B41F979CEEA85C2294F36299952A03F49E0C65F_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_0025:
|
|
{
|
|
// m_InteractionCount = (byte)value;
|
|
int32_t L_4 = ___0_value;
|
|
__this->___m_InteractionCount_1 = (uint8_t)((int32_t)(uint8_t)L_4);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void BindingState_set_interactionCount_m8B41F979CEEA85C2294F36299952A03F49E0C65F_AdjustorThunk (RuntimeObject* __this, int32_t ___0_value, const RuntimeMethod* method)
|
|
{
|
|
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*>(__this + _offset);
|
|
BindingState_set_interactionCount_m8B41F979CEEA85C2294F36299952A03F49E0C65F(_thisAdjusted, ___0_value, 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)
|
|
{
|
|
{
|
|
// if (m_ProcessorStartIndex == ushort.MaxValue)
|
|
uint16_t L_0 = __this->___m_ProcessorStartIndex_8;
|
|
if ((!(((uint32_t)L_0) == ((uint32_t)((int32_t)65535)))))
|
|
{
|
|
goto IL_000f;
|
|
}
|
|
}
|
|
{
|
|
// return kInvalidIndex;
|
|
return (-1);
|
|
}
|
|
|
|
IL_000f:
|
|
{
|
|
// return m_ProcessorStartIndex;
|
|
uint16_t L_1 = __this->___m_ProcessorStartIndex_8;
|
|
return L_1;
|
|
}
|
|
}
|
|
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 ___0_value, const RuntimeMethod* method)
|
|
{
|
|
uint16_t V_0 = 0;
|
|
{
|
|
// if (value == kInvalidIndex)
|
|
int32_t L_0 = ___0_value;
|
|
if ((!(((uint32_t)L_0) == ((uint32_t)(-1)))))
|
|
{
|
|
goto IL_0010;
|
|
}
|
|
}
|
|
{
|
|
// m_ProcessorStartIndex = ushort.MaxValue;
|
|
__this->___m_ProcessorStartIndex_8 = (uint16_t)((int32_t)65535);
|
|
return;
|
|
}
|
|
|
|
IL_0010:
|
|
{
|
|
// if (value >= ushort.MaxValue)
|
|
int32_t L_1 = ___0_value;
|
|
if ((((int32_t)L_1) < ((int32_t)((int32_t)65535))))
|
|
{
|
|
goto IL_0035;
|
|
}
|
|
}
|
|
{
|
|
// throw new NotSupportedException("Processor count cannot exceed ushort.MaxValue=" + ushort.MaxValue);
|
|
V_0 = (uint16_t)((int32_t)65535);
|
|
String_t* L_2;
|
|
L_2 = UInt16_ToString_m57629B7E74D92A54414073D5C27D6827C93A4DD5((&V_0), NULL);
|
|
String_t* L_3;
|
|
L_3 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral0799B561CE278919C40BB1C34D2F98E8CD4729A9)), 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_processorStartIndex_m51B35F4EF7F3B0A39A6B19338524E3C0855271FE_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_0035:
|
|
{
|
|
// m_ProcessorStartIndex = (ushort)value;
|
|
int32_t L_5 = ___0_value;
|
|
__this->___m_ProcessorStartIndex_8 = (uint16_t)((int32_t)(uint16_t)L_5);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void BindingState_set_processorStartIndex_m51B35F4EF7F3B0A39A6B19338524E3C0855271FE_AdjustorThunk (RuntimeObject* __this, int32_t ___0_value, const RuntimeMethod* method)
|
|
{
|
|
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*>(__this + _offset);
|
|
BindingState_set_processorStartIndex_m51B35F4EF7F3B0A39A6B19338524E3C0855271FE(_thisAdjusted, ___0_value, 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 ___0_value, const RuntimeMethod* method)
|
|
{
|
|
uint8_t V_0 = 0x0;
|
|
{
|
|
// if (value >= byte.MaxValue)
|
|
int32_t L_0 = ___0_value;
|
|
if ((((int32_t)L_0) < ((int32_t)((int32_t)255))))
|
|
{
|
|
goto IL_0025;
|
|
}
|
|
}
|
|
{
|
|
// throw new NotSupportedException("Processor count per binding cannot exceed byte.MaxValue=" + byte.MaxValue);
|
|
V_0 = (uint8_t)((int32_t)255);
|
|
String_t* L_1;
|
|
L_1 = Byte_ToString_mB80CE094B94215119578E4D796566E71D7277EE4((&V_0), NULL);
|
|
String_t* L_2;
|
|
L_2 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral3687F6C34127AA343C8699F486E8CA91D14A5E23)), L_1, NULL);
|
|
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, L_2, NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&BindingState_set_processorCount_m07215D041E2987E40A2F13999493278510C7F4AD_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_0025:
|
|
{
|
|
// m_ProcessorCount = (byte)value;
|
|
int32_t L_4 = ___0_value;
|
|
__this->___m_ProcessorCount_2 = (uint8_t)((int32_t)(uint8_t)L_4);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void BindingState_set_processorCount_m07215D041E2987E40A2F13999493278510C7F4AD_AdjustorThunk (RuntimeObject* __this, int32_t ___0_value, const RuntimeMethod* method)
|
|
{
|
|
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*>(__this + _offset);
|
|
BindingState_set_processorCount_m07215D041E2987E40A2F13999493278510C7F4AD(_thisAdjusted, ___0_value, 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)
|
|
{
|
|
{
|
|
// if (m_ActionIndex == ushort.MaxValue)
|
|
uint16_t L_0 = __this->___m_ActionIndex_6;
|
|
if ((!(((uint32_t)L_0) == ((uint32_t)((int32_t)65535)))))
|
|
{
|
|
goto IL_000f;
|
|
}
|
|
}
|
|
{
|
|
// return kInvalidIndex;
|
|
return (-1);
|
|
}
|
|
|
|
IL_000f:
|
|
{
|
|
// return m_ActionIndex;
|
|
uint16_t L_1 = __this->___m_ActionIndex_6;
|
|
return L_1;
|
|
}
|
|
}
|
|
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 ___0_value, const RuntimeMethod* method)
|
|
{
|
|
uint16_t V_0 = 0;
|
|
{
|
|
// if (value == kInvalidIndex)
|
|
int32_t L_0 = ___0_value;
|
|
if ((!(((uint32_t)L_0) == ((uint32_t)(-1)))))
|
|
{
|
|
goto IL_0010;
|
|
}
|
|
}
|
|
{
|
|
// m_ActionIndex = ushort.MaxValue;
|
|
__this->___m_ActionIndex_6 = (uint16_t)((int32_t)65535);
|
|
return;
|
|
}
|
|
|
|
IL_0010:
|
|
{
|
|
// if (value >= ushort.MaxValue)
|
|
int32_t L_1 = ___0_value;
|
|
if ((((int32_t)L_1) < ((int32_t)((int32_t)65535))))
|
|
{
|
|
goto IL_0035;
|
|
}
|
|
}
|
|
{
|
|
// throw new NotSupportedException("Action count cannot exceed ushort.MaxValue=" + ushort.MaxValue);
|
|
V_0 = (uint16_t)((int32_t)65535);
|
|
String_t* L_2;
|
|
L_2 = UInt16_ToString_m57629B7E74D92A54414073D5C27D6827C93A4DD5((&V_0), NULL);
|
|
String_t* L_3;
|
|
L_3 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral55AEF7F30385EB8DF1314ED507CF01BBFD2FF24F)), 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_actionIndex_mE43B3E74427492F0ED2B0F85BCCCBCBFC6946F1A_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_0035:
|
|
{
|
|
// m_ActionIndex = (ushort)value;
|
|
int32_t L_5 = ___0_value;
|
|
__this->___m_ActionIndex_6 = (uint16_t)((int32_t)(uint16_t)L_5);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void BindingState_set_actionIndex_mE43B3E74427492F0ED2B0F85BCCCBCBFC6946F1A_AdjustorThunk (RuntimeObject* __this, int32_t ___0_value, const RuntimeMethod* method)
|
|
{
|
|
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*>(__this + _offset);
|
|
BindingState_set_actionIndex_mE43B3E74427492F0ED2B0F85BCCCBCBFC6946F1A(_thisAdjusted, ___0_value, 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 ___0_value, const RuntimeMethod* method)
|
|
{
|
|
uint8_t V_0 = 0x0;
|
|
{
|
|
// if (value >= byte.MaxValue)
|
|
int32_t L_0 = ___0_value;
|
|
if ((((int32_t)L_0) < ((int32_t)((int32_t)255))))
|
|
{
|
|
goto IL_0025;
|
|
}
|
|
}
|
|
{
|
|
// throw new NotSupportedException("Map count cannot exceed byte.MaxValue=" + byte.MaxValue);
|
|
V_0 = (uint8_t)((int32_t)255);
|
|
String_t* L_1;
|
|
L_1 = Byte_ToString_mB80CE094B94215119578E4D796566E71D7277EE4((&V_0), NULL);
|
|
String_t* L_2;
|
|
L_2 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral99DD0A50F36BDC54A835CF8C3BF1EB797BD6412F)), L_1, NULL);
|
|
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, L_2, NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&BindingState_set_mapIndex_m35148B095150B8D263AB3D1698E033BDA9BCC52A_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_0025:
|
|
{
|
|
// m_MapIndex = (byte)value;
|
|
int32_t L_4 = ___0_value;
|
|
__this->___m_MapIndex_3 = (uint8_t)((int32_t)(uint8_t)L_4);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void BindingState_set_mapIndex_m35148B095150B8D263AB3D1698E033BDA9BCC52A_AdjustorThunk (RuntimeObject* __this, int32_t ___0_value, const RuntimeMethod* method)
|
|
{
|
|
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*>(__this + _offset);
|
|
BindingState_set_mapIndex_m35148B095150B8D263AB3D1698E033BDA9BCC52A(_thisAdjusted, ___0_value, 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)
|
|
{
|
|
{
|
|
// if (m_CompositeOrCompositeBindingIndex == ushort.MaxValue)
|
|
uint16_t L_0 = __this->___m_CompositeOrCompositeBindingIndex_7;
|
|
if ((!(((uint32_t)L_0) == ((uint32_t)((int32_t)65535)))))
|
|
{
|
|
goto IL_000f;
|
|
}
|
|
}
|
|
{
|
|
// return kInvalidIndex;
|
|
return (-1);
|
|
}
|
|
|
|
IL_000f:
|
|
{
|
|
// return m_CompositeOrCompositeBindingIndex;
|
|
uint16_t L_1 = __this->___m_CompositeOrCompositeBindingIndex_7;
|
|
return L_1;
|
|
}
|
|
}
|
|
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 ___0_value, const RuntimeMethod* method)
|
|
{
|
|
uint16_t V_0 = 0;
|
|
{
|
|
// if (value == kInvalidIndex)
|
|
int32_t L_0 = ___0_value;
|
|
if ((!(((uint32_t)L_0) == ((uint32_t)(-1)))))
|
|
{
|
|
goto IL_0010;
|
|
}
|
|
}
|
|
{
|
|
// m_CompositeOrCompositeBindingIndex = ushort.MaxValue;
|
|
__this->___m_CompositeOrCompositeBindingIndex_7 = (uint16_t)((int32_t)65535);
|
|
return;
|
|
}
|
|
|
|
IL_0010:
|
|
{
|
|
// if (value >= ushort.MaxValue)
|
|
int32_t L_1 = ___0_value;
|
|
if ((((int32_t)L_1) < ((int32_t)((int32_t)65535))))
|
|
{
|
|
goto IL_0035;
|
|
}
|
|
}
|
|
{
|
|
// throw new NotSupportedException("Composite count cannot exceed ushort.MaxValue=" + ushort.MaxValue);
|
|
V_0 = (uint16_t)((int32_t)65535);
|
|
String_t* L_2;
|
|
L_2 = UInt16_ToString_m57629B7E74D92A54414073D5C27D6827C93A4DD5((&V_0), NULL);
|
|
String_t* L_3;
|
|
L_3 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralC6A3E1DB935CF25A980156D5C40EDF5E3DAB7FE0)), 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_compositeOrCompositeBindingIndex_m25083BCA2C5C646F17BAEE88378F36934C8EF488_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_0035:
|
|
{
|
|
// m_CompositeOrCompositeBindingIndex = (ushort)value;
|
|
int32_t L_5 = ___0_value;
|
|
__this->___m_CompositeOrCompositeBindingIndex_7 = (uint16_t)((int32_t)(uint16_t)L_5);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void BindingState_set_compositeOrCompositeBindingIndex_m25083BCA2C5C646F17BAEE88378F36934C8EF488_AdjustorThunk (RuntimeObject* __this, int32_t ___0_value, const RuntimeMethod* method)
|
|
{
|
|
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*>(__this + _offset);
|
|
BindingState_set_compositeOrCompositeBindingIndex_m25083BCA2C5C646F17BAEE88378F36934C8EF488(_thisAdjusted, ___0_value, 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_12;
|
|
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 ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// set => m_TriggerEventIdForComposite = value;
|
|
int32_t L_0 = ___0_value;
|
|
__this->___m_TriggerEventIdForComposite_12 = L_0;
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void BindingState_set_triggerEventIdForComposite_mDEA5F26E6130E09D3ED2D62554F47F5F0B978307_AdjustorThunk (RuntimeObject* __this, int32_t ___0_value, const RuntimeMethod* method)
|
|
{
|
|
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*>(__this + _offset);
|
|
BindingState_set_triggerEventIdForComposite_mDEA5F26E6130E09D3ED2D62554F47F5F0B978307_inline(_thisAdjusted, ___0_value, method);
|
|
}
|
|
// System.Double UnityEngine.InputSystem.InputActionState/BindingState::get_pressTime()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double BindingState_get_pressTime_m4B6FB5F9DCF16C18B649686BAEB840C281E40E47 (BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// get => m_PressTime;
|
|
double L_0 = __this->___m_PressTime_11;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C double BindingState_get_pressTime_m4B6FB5F9DCF16C18B649686BAEB840C281E40E47_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*>(__this + _offset);
|
|
double _returnValue;
|
|
_returnValue = BindingState_get_pressTime_m4B6FB5F9DCF16C18B649686BAEB840C281E40E47_inline(_thisAdjusted, method);
|
|
return _returnValue;
|
|
}
|
|
// System.Void UnityEngine.InputSystem.InputActionState/BindingState::set_pressTime(System.Double)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BindingState_set_pressTime_mDDC0159EFDB94A30296688B598166FF2D641300A (BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* __this, double ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// set => m_PressTime = value;
|
|
double L_0 = ___0_value;
|
|
__this->___m_PressTime_11 = L_0;
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void BindingState_set_pressTime_mDDC0159EFDB94A30296688B598166FF2D641300A_AdjustorThunk (RuntimeObject* __this, double ___0_value, const RuntimeMethod* method)
|
|
{
|
|
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*>(__this + _offset);
|
|
BindingState_set_pressTime_mDDC0159EFDB94A30296688B598166FF2D641300A_inline(_thisAdjusted, ___0_value, 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 ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// set => m_Flags = (byte)value;
|
|
int32_t L_0 = ___0_value;
|
|
__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 ___0_value, const RuntimeMethod* method)
|
|
{
|
|
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*>(__this + _offset);
|
|
BindingState_set_flags_m8C4141BF72A00FA349E94CCA87BDADDEB072C7A9(_thisAdjusted, ___0_value, 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 ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// if (value)
|
|
bool L_0 = ___0_value;
|
|
if (!L_0)
|
|
{
|
|
goto IL_0012;
|
|
}
|
|
}
|
|
{
|
|
// flags |= Flags.ChainsWithNext;
|
|
int32_t L_1;
|
|
L_1 = BindingState_get_flags_mF89FE203000DF09C6DA06665016CCE6A3CA00708_inline(__this, NULL);
|
|
BindingState_set_flags_m8C4141BF72A00FA349E94CCA87BDADDEB072C7A9(__this, ((int32_t)((int32_t)L_1|1)), NULL);
|
|
return;
|
|
}
|
|
|
|
IL_0012:
|
|
{
|
|
// 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&((int32_t)-2))), NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void BindingState_set_chainsWithNext_m9AAC2BB2EF364CB1CDAA2DFD76E3C877693F84EA_AdjustorThunk (RuntimeObject* __this, bool ___0_value, const RuntimeMethod* method)
|
|
{
|
|
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*>(__this + _offset);
|
|
BindingState_set_chainsWithNext_m9AAC2BB2EF364CB1CDAA2DFD76E3C877693F84EA(_thisAdjusted, ___0_value, 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 ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// if (value)
|
|
bool L_0 = ___0_value;
|
|
if (!L_0)
|
|
{
|
|
goto IL_0012;
|
|
}
|
|
}
|
|
{
|
|
// flags |= Flags.EndOfChain;
|
|
int32_t L_1;
|
|
L_1 = BindingState_get_flags_mF89FE203000DF09C6DA06665016CCE6A3CA00708_inline(__this, NULL);
|
|
BindingState_set_flags_m8C4141BF72A00FA349E94CCA87BDADDEB072C7A9(__this, ((int32_t)((int32_t)L_1|2)), NULL);
|
|
return;
|
|
}
|
|
|
|
IL_0012:
|
|
{
|
|
// 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&((int32_t)-3))), NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void BindingState_set_isEndOfChain_mE946792711EF9EC38CE2AC659F2FA77B153306DE_AdjustorThunk (RuntimeObject* __this, bool ___0_value, const RuntimeMethod* method)
|
|
{
|
|
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*>(__this + _offset);
|
|
BindingState_set_isEndOfChain_mE946792711EF9EC38CE2AC659F2FA77B153306DE(_thisAdjusted, ___0_value, 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)
|
|
{
|
|
{
|
|
// public bool isPartOfChain => chainsWithNext || isEndOfChain;
|
|
bool L_0;
|
|
L_0 = BindingState_get_chainsWithNext_m00FEE889165AC180623E3A8533AF0ECCD6776EF4(__this, NULL);
|
|
if (L_0)
|
|
{
|
|
goto IL_000f;
|
|
}
|
|
}
|
|
{
|
|
bool L_1;
|
|
L_1 = BindingState_get_isEndOfChain_m59E9D0EF4D791283BD3CD9B1EF8117643EED357B(__this, NULL);
|
|
return L_1;
|
|
}
|
|
|
|
IL_000f:
|
|
{
|
|
return (bool)1;
|
|
}
|
|
}
|
|
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 ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// if (value)
|
|
bool L_0 = ___0_value;
|
|
if (!L_0)
|
|
{
|
|
goto IL_0012;
|
|
}
|
|
}
|
|
{
|
|
// flags |= Flags.Composite;
|
|
int32_t L_1;
|
|
L_1 = BindingState_get_flags_mF89FE203000DF09C6DA06665016CCE6A3CA00708_inline(__this, NULL);
|
|
BindingState_set_flags_m8C4141BF72A00FA349E94CCA87BDADDEB072C7A9(__this, ((int32_t)((int32_t)L_1|4)), NULL);
|
|
return;
|
|
}
|
|
|
|
IL_0012:
|
|
{
|
|
// 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&((int32_t)-5))), NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void BindingState_set_isComposite_mBC0F2C0E27005B33175E88953E4184690BD7535A_AdjustorThunk (RuntimeObject* __this, bool ___0_value, const RuntimeMethod* method)
|
|
{
|
|
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*>(__this + _offset);
|
|
BindingState_set_isComposite_mBC0F2C0E27005B33175E88953E4184690BD7535A(_thisAdjusted, ___0_value, 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 ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// if (value)
|
|
bool L_0 = ___0_value;
|
|
if (!L_0)
|
|
{
|
|
goto IL_0012;
|
|
}
|
|
}
|
|
{
|
|
// flags |= Flags.PartOfComposite;
|
|
int32_t L_1;
|
|
L_1 = BindingState_get_flags_mF89FE203000DF09C6DA06665016CCE6A3CA00708_inline(__this, NULL);
|
|
BindingState_set_flags_m8C4141BF72A00FA349E94CCA87BDADDEB072C7A9(__this, ((int32_t)((int32_t)L_1|8)), NULL);
|
|
return;
|
|
}
|
|
|
|
IL_0012:
|
|
{
|
|
// 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&((int32_t)-9))), NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void BindingState_set_isPartOfComposite_m927326C9C89F90D8B800DA706BB8018B9D2DAC11_AdjustorThunk (RuntimeObject* __this, bool ___0_value, const RuntimeMethod* method)
|
|
{
|
|
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*>(__this + _offset);
|
|
BindingState_set_isPartOfComposite_m927326C9C89F90D8B800DA706BB8018B9D2DAC11(_thisAdjusted, ___0_value, 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 ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// if (value)
|
|
bool L_0 = ___0_value;
|
|
if (!L_0)
|
|
{
|
|
goto IL_0013;
|
|
}
|
|
}
|
|
{
|
|
// flags |= Flags.InitialStateCheckPending;
|
|
int32_t L_1;
|
|
L_1 = BindingState_get_flags_mF89FE203000DF09C6DA06665016CCE6A3CA00708_inline(__this, NULL);
|
|
BindingState_set_flags_m8C4141BF72A00FA349E94CCA87BDADDEB072C7A9(__this, ((int32_t)((int32_t)L_1|((int32_t)16))), NULL);
|
|
return;
|
|
}
|
|
|
|
IL_0013:
|
|
{
|
|
// 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)-17))), NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void BindingState_set_initialStateCheckPending_m02F0256CF0A2CD366377F69C0A587162BE4AAB8D_AdjustorThunk (RuntimeObject* __this, bool ___0_value, const RuntimeMethod* method)
|
|
{
|
|
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*>(__this + _offset);
|
|
BindingState_set_initialStateCheckPending_m02F0256CF0A2CD366377F69C0A587162BE4AAB8D(_thisAdjusted, ___0_value, 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 ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// if (value)
|
|
bool L_0 = ___0_value;
|
|
if (!L_0)
|
|
{
|
|
goto IL_0013;
|
|
}
|
|
}
|
|
{
|
|
// flags |= Flags.WantsInitialStateCheck;
|
|
int32_t L_1;
|
|
L_1 = BindingState_get_flags_mF89FE203000DF09C6DA06665016CCE6A3CA00708_inline(__this, NULL);
|
|
BindingState_set_flags_m8C4141BF72A00FA349E94CCA87BDADDEB072C7A9(__this, ((int32_t)((int32_t)L_1|((int32_t)32))), NULL);
|
|
return;
|
|
}
|
|
|
|
IL_0013:
|
|
{
|
|
// 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)-33))), NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void BindingState_set_wantsInitialStateCheck_mD5219F26BD7BC8F67667581FE56101E5A3B1951D_AdjustorThunk (RuntimeObject* __this, bool ___0_value, const RuntimeMethod* method)
|
|
{
|
|
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*>(__this + _offset);
|
|
BindingState_set_wantsInitialStateCheck_mD5219F26BD7BC8F67667581FE56101E5A3B1951D(_thisAdjusted, ___0_value, 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 ___0_value, const RuntimeMethod* method)
|
|
{
|
|
uint8_t V_0 = 0x0;
|
|
{
|
|
// if (partIndex < 0)
|
|
int32_t L_0;
|
|
L_0 = BindingState_get_partIndex_mF704A62747932C1AC0CD5384ACFDA1B0089E6E06_inline(__this, NULL);
|
|
if ((((int32_t)L_0) >= ((int32_t)0)))
|
|
{
|
|
goto IL_0019;
|
|
}
|
|
}
|
|
{
|
|
// throw new ArgumentOutOfRangeException(nameof(value), "Part index must not be negative");
|
|
ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F* L_1 = (ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_1);
|
|
ArgumentOutOfRangeException__ctor_mE5B2755F0BEA043CACF915D5CE140859EE58FA66(L_1, ((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_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&BindingState_set_partIndex_m14DBD2788ECD995B24E8BF81058C57341830CA93_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_0019:
|
|
{
|
|
// if (partIndex > byte.MaxValue)
|
|
int32_t L_2;
|
|
L_2 = BindingState_get_partIndex_mF704A62747932C1AC0CD5384ACFDA1B0089E6E06_inline(__this, NULL);
|
|
if ((((int32_t)L_2) <= ((int32_t)((int32_t)255))))
|
|
{
|
|
goto IL_0043;
|
|
}
|
|
}
|
|
{
|
|
// throw new InvalidOperationException("Part count must not exceed byte.MaxValue=" + byte.MaxValue);
|
|
V_0 = (uint8_t)((int32_t)255);
|
|
String_t* L_3;
|
|
L_3 = Byte_ToString_mB80CE094B94215119578E4D796566E71D7277EE4((&V_0), NULL);
|
|
String_t* L_4;
|
|
L_4 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE975D50E8C238280C509E19EC40AF46A2E29C0F5)), L_3, NULL);
|
|
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, L_4, NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&BindingState_set_partIndex_m14DBD2788ECD995B24E8BF81058C57341830CA93_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_0043:
|
|
{
|
|
// m_PartIndex = (byte)value;
|
|
int32_t L_6 = ___0_value;
|
|
__this->___m_PartIndex_5 = (uint8_t)((int32_t)(uint8_t)L_6);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void BindingState_set_partIndex_m14DBD2788ECD995B24E8BF81058C57341830CA93_AdjustorThunk (RuntimeObject* __this, int32_t ___0_value, const RuntimeMethod* method)
|
|
{
|
|
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*>(__this + _offset);
|
|
BindingState_set_partIndex_m14DBD2788ECD995B24E8BF81058C57341830CA93(_thisAdjusted, ___0_value, 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
|
|
// 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_3;
|
|
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 ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// set => m_Phase = (byte)value;
|
|
int32_t L_0 = ___0_value;
|
|
__this->___m_Phase_3 = (uint8_t)((int32_t)(uint8_t)L_0);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void TriggerState_set_phase_mF4C392049D7510A9AEA8E32B21D57816BEEF7183_AdjustorThunk (RuntimeObject* __this, int32_t ___0_value, const RuntimeMethod* method)
|
|
{
|
|
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*>(__this + _offset);
|
|
TriggerState_set_phase_mF4C392049D7510A9AEA8E32B21D57816BEEF7183(_thisAdjusted, ___0_value, 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_7;
|
|
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 ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// set => m_Time = value;
|
|
double L_0 = ___0_value;
|
|
__this->___m_Time_7 = L_0;
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void TriggerState_set_time_m316DF2AFC1F34386975756AB652DB628B954CEA5_AdjustorThunk (RuntimeObject* __this, double ___0_value, const RuntimeMethod* method)
|
|
{
|
|
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*>(__this + _offset);
|
|
TriggerState_set_time_m316DF2AFC1F34386975756AB652DB628B954CEA5_inline(_thisAdjusted, ___0_value, 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_8;
|
|
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 ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// set => m_StartTime = value;
|
|
double L_0 = ___0_value;
|
|
__this->___m_StartTime_8 = L_0;
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void TriggerState_set_startTime_mE949DC15C580566A6C93904D659C91E1AC633609_AdjustorThunk (RuntimeObject* __this, double ___0_value, const RuntimeMethod* method)
|
|
{
|
|
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*>(__this + _offset);
|
|
TriggerState_set_startTime_mE949DC15C580566A6C93904D659C91E1AC633609_inline(_thisAdjusted, ___0_value, 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_11;
|
|
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 ___0_value, 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 = ___0_value;
|
|
__this->___m_Magnitude_11 = L_1;
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void TriggerState_set_magnitude_mA0137E16AE1583892CA47D1DCF18AFA2487B44C9_AdjustorThunk (RuntimeObject* __this, float ___0_value, const RuntimeMethod* method)
|
|
{
|
|
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*>(__this + _offset);
|
|
TriggerState_set_magnitude_mA0137E16AE1583892CA47D1DCF18AFA2487B44C9(_thisAdjusted, ___0_value, 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_5;
|
|
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 ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// if (value < 0 || value > kMaxNumMaps)
|
|
int32_t L_0 = ___0_value;
|
|
if ((((int32_t)L_0) < ((int32_t)0)))
|
|
{
|
|
goto IL_000c;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_1 = ___0_value;
|
|
if ((((int32_t)L_1) <= ((int32_t)((int32_t)255))))
|
|
{
|
|
goto IL_0017;
|
|
}
|
|
}
|
|
|
|
IL_000c:
|
|
{
|
|
// throw new NotSupportedException("More than byte.MaxValue InputActionMaps in a single InputActionState");
|
|
NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A* L_2 = (NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_2);
|
|
NotSupportedException__ctor_mE174750CF0247BBB47544FFD71D66BB89630945B(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral1A709BF7D084A4E4C1731842F3480E6ED73FABD0)), NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TriggerState_set_mapIndex_mA74FE020F8DB85B61A16EE6BF0BE4A58C48A4923_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_0017:
|
|
{
|
|
// m_MapIndex = (byte)value;
|
|
int32_t L_3 = ___0_value;
|
|
__this->___m_MapIndex_5 = (uint8_t)((int32_t)(uint8_t)L_3);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void TriggerState_set_mapIndex_mA74FE020F8DB85B61A16EE6BF0BE4A58C48A4923_AdjustorThunk (RuntimeObject* __this, int32_t ___0_value, const RuntimeMethod* method)
|
|
{
|
|
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*>(__this + _offset);
|
|
TriggerState_set_mapIndex_mA74FE020F8DB85B61A16EE6BF0BE4A58C48A4923(_thisAdjusted, ___0_value, 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)
|
|
{
|
|
{
|
|
// if (m_ControlIndex == kMaxNumControls)
|
|
uint16_t L_0 = __this->___m_ControlIndex_6;
|
|
if ((!(((uint32_t)L_0) == ((uint32_t)((int32_t)65535)))))
|
|
{
|
|
goto IL_000f;
|
|
}
|
|
}
|
|
{
|
|
// return kInvalidIndex;
|
|
return (-1);
|
|
}
|
|
|
|
IL_000f:
|
|
{
|
|
// return m_ControlIndex;
|
|
uint16_t L_1 = __this->___m_ControlIndex_6;
|
|
return L_1;
|
|
}
|
|
}
|
|
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 ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// if (value == kInvalidIndex)
|
|
int32_t L_0 = ___0_value;
|
|
if ((!(((uint32_t)L_0) == ((uint32_t)(-1)))))
|
|
{
|
|
goto IL_0010;
|
|
}
|
|
}
|
|
{
|
|
// m_ControlIndex = ushort.MaxValue;
|
|
__this->___m_ControlIndex_6 = (uint16_t)((int32_t)65535);
|
|
return;
|
|
}
|
|
|
|
IL_0010:
|
|
{
|
|
// if (value < 0 || value >= kMaxNumControls)
|
|
int32_t L_1 = ___0_value;
|
|
if ((((int32_t)L_1) < ((int32_t)0)))
|
|
{
|
|
goto IL_001c;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_2 = ___0_value;
|
|
if ((((int32_t)L_2) < ((int32_t)((int32_t)65535))))
|
|
{
|
|
goto IL_0027;
|
|
}
|
|
}
|
|
|
|
IL_001c:
|
|
{
|
|
// throw new NotSupportedException("More than ushort.MaxValue-1 controls 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*)&_stringLiteralBC360CD99585D695B6C7BA42BE764C75440AD047)), NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TriggerState_set_controlIndex_m22920FF140D4A3E3738DFC782BD851BC7E2B6266_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_0027:
|
|
{
|
|
// m_ControlIndex = (ushort)value;
|
|
int32_t L_4 = ___0_value;
|
|
__this->___m_ControlIndex_6 = (uint16_t)((int32_t)(uint16_t)L_4);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void TriggerState_set_controlIndex_m22920FF140D4A3E3738DFC782BD851BC7E2B6266_AdjustorThunk (RuntimeObject* __this, int32_t ___0_value, const RuntimeMethod* method)
|
|
{
|
|
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*>(__this + _offset);
|
|
TriggerState_set_controlIndex_m22920FF140D4A3E3738DFC782BD851BC7E2B6266(_thisAdjusted, ___0_value, 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_9;
|
|
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 ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// if (value < 0 || value > kMaxNumBindings)
|
|
int32_t L_0 = ___0_value;
|
|
if ((((int32_t)L_0) < ((int32_t)0)))
|
|
{
|
|
goto IL_000c;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_1 = ___0_value;
|
|
if ((((int32_t)L_1) <= ((int32_t)((int32_t)65535))))
|
|
{
|
|
goto IL_0017;
|
|
}
|
|
}
|
|
|
|
IL_000c:
|
|
{
|
|
// throw new NotSupportedException("More than ushort.MaxValue bindings in a single InputActionState");
|
|
NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A* L_2 = (NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_2);
|
|
NotSupportedException__ctor_mE174750CF0247BBB47544FFD71D66BB89630945B(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral4DADDC5FA7ADD49716435B7FC12C954EA15FE32F)), NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TriggerState_set_bindingIndex_m11CEA53F0EDB785459A2038B9224D1C9BE2CE494_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_0017:
|
|
{
|
|
// m_BindingIndex = (ushort)value;
|
|
int32_t L_3 = ___0_value;
|
|
__this->___m_BindingIndex_9 = (uint16_t)((int32_t)(uint16_t)L_3);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void TriggerState_set_bindingIndex_m11CEA53F0EDB785459A2038B9224D1C9BE2CE494_AdjustorThunk (RuntimeObject* __this, int32_t ___0_value, const RuntimeMethod* method)
|
|
{
|
|
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*>(__this + _offset);
|
|
TriggerState_set_bindingIndex_m11CEA53F0EDB785459A2038B9224D1C9BE2CE494(_thisAdjusted, ___0_value, 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)
|
|
{
|
|
{
|
|
// if (m_InteractionIndex == ushort.MaxValue)
|
|
uint16_t L_0 = __this->___m_InteractionIndex_10;
|
|
if ((!(((uint32_t)L_0) == ((uint32_t)((int32_t)65535)))))
|
|
{
|
|
goto IL_000f;
|
|
}
|
|
}
|
|
{
|
|
// return kInvalidIndex;
|
|
return (-1);
|
|
}
|
|
|
|
IL_000f:
|
|
{
|
|
// return m_InteractionIndex;
|
|
uint16_t L_1 = __this->___m_InteractionIndex_10;
|
|
return L_1;
|
|
}
|
|
}
|
|
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 ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// if (value == kInvalidIndex)
|
|
int32_t L_0 = ___0_value;
|
|
if ((!(((uint32_t)L_0) == ((uint32_t)(-1)))))
|
|
{
|
|
goto IL_0010;
|
|
}
|
|
}
|
|
{
|
|
// m_InteractionIndex = ushort.MaxValue;
|
|
__this->___m_InteractionIndex_10 = (uint16_t)((int32_t)65535);
|
|
return;
|
|
}
|
|
|
|
IL_0010:
|
|
{
|
|
// if (value < 0 || value >= ushort.MaxValue)
|
|
int32_t L_1 = ___0_value;
|
|
if ((((int32_t)L_1) < ((int32_t)0)))
|
|
{
|
|
goto IL_001c;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_2 = ___0_value;
|
|
if ((((int32_t)L_2) < ((int32_t)((int32_t)65535))))
|
|
{
|
|
goto IL_0027;
|
|
}
|
|
}
|
|
|
|
IL_001c:
|
|
{
|
|
// throw new NotSupportedException("More than ushort.MaxValue-1 interactions 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*)&_stringLiteral2CAED8E78EF5B137FB8738FFD8A8CBD38B16A8EF)), NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TriggerState_set_interactionIndex_mEB92C007E39BD22BE638934BD159148764618164_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_0027:
|
|
{
|
|
// m_InteractionIndex = (ushort)value;
|
|
int32_t L_4 = ___0_value;
|
|
__this->___m_InteractionIndex_10 = (uint16_t)((int32_t)(uint16_t)L_4);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void TriggerState_set_interactionIndex_mEB92C007E39BD22BE638934BD159148764618164_AdjustorThunk (RuntimeObject* __this, int32_t ___0_value, const RuntimeMethod* method)
|
|
{
|
|
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*>(__this + _offset);
|
|
TriggerState_set_interactionIndex_mEB92C007E39BD22BE638934BD159148764618164(_thisAdjusted, ___0_value, 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_12;
|
|
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 ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// set => m_LastPerformedInUpdate = value;
|
|
uint32_t L_0 = ___0_value;
|
|
__this->___m_LastPerformedInUpdate_12 = L_0;
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void TriggerState_set_lastPerformedInUpdate_m3643DF0285D087F45DA8D87CD27A54C782153629_AdjustorThunk (RuntimeObject* __this, uint32_t ___0_value, const RuntimeMethod* method)
|
|
{
|
|
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*>(__this + _offset);
|
|
TriggerState_set_lastPerformedInUpdate_m3643DF0285D087F45DA8D87CD27A54C782153629_inline(_thisAdjusted, ___0_value, 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_13;
|
|
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 ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// set => m_LastCanceledInUpdate = value;
|
|
uint32_t L_0 = ___0_value;
|
|
__this->___m_LastCanceledInUpdate_13 = L_0;
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void TriggerState_set_lastCanceledInUpdate_m32E322779C9521C446AD9FD18987A7D30386E481_AdjustorThunk (RuntimeObject* __this, uint32_t ___0_value, const RuntimeMethod* method)
|
|
{
|
|
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*>(__this + _offset);
|
|
TriggerState_set_lastCanceledInUpdate_m32E322779C9521C446AD9FD18987A7D30386E481_inline(_thisAdjusted, ___0_value, 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_14;
|
|
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 ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// set => m_PressedInUpdate = value;
|
|
uint32_t L_0 = ___0_value;
|
|
__this->___m_PressedInUpdate_14 = L_0;
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void TriggerState_set_pressedInUpdate_m6C8318D4DE435B22A2277E4836F45274A8A14A5B_AdjustorThunk (RuntimeObject* __this, uint32_t ___0_value, const RuntimeMethod* method)
|
|
{
|
|
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*>(__this + _offset);
|
|
TriggerState_set_pressedInUpdate_m6C8318D4DE435B22A2277E4836F45274A8A14A5B_inline(_thisAdjusted, ___0_value, 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_15;
|
|
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 ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// set => m_ReleasedInUpdate = value;
|
|
uint32_t L_0 = ___0_value;
|
|
__this->___m_ReleasedInUpdate_15 = L_0;
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void TriggerState_set_releasedInUpdate_mB50246B19DDC67E032785E0C601E0EE6F81FF737_AdjustorThunk (RuntimeObject* __this, uint32_t ___0_value, const RuntimeMethod* method)
|
|
{
|
|
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*>(__this + _offset);
|
|
TriggerState_set_releasedInUpdate_mB50246B19DDC67E032785E0C601E0EE6F81FF737_inline(_thisAdjusted, ___0_value, 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 ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// if (value)
|
|
bool L_0 = ___0_value;
|
|
if (!L_0)
|
|
{
|
|
goto IL_0012;
|
|
}
|
|
}
|
|
{
|
|
// flags |= Flags.PassThrough;
|
|
int32_t L_1;
|
|
L_1 = TriggerState_get_flags_m03F4E9C66A2CC7854DC09C87A81D28DACD4063CD_inline(__this, NULL);
|
|
TriggerState_set_flags_m15D5CB1647EE3083045A3720E91189EE3FC5E1EF(__this, ((int32_t)((int32_t)L_1|2)), NULL);
|
|
return;
|
|
}
|
|
|
|
IL_0012:
|
|
{
|
|
// 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&((int32_t)-3))), NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void TriggerState_set_isPassThrough_mB79395E044730B34F0C358AA576513FD07AFF6D8_AdjustorThunk (RuntimeObject* __this, bool ___0_value, const RuntimeMethod* method)
|
|
{
|
|
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*>(__this + _offset);
|
|
TriggerState_set_isPassThrough_mB79395E044730B34F0C358AA576513FD07AFF6D8(_thisAdjusted, ___0_value, 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 ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// if (value)
|
|
bool L_0 = ___0_value;
|
|
if (!L_0)
|
|
{
|
|
goto IL_0013;
|
|
}
|
|
}
|
|
{
|
|
// flags |= Flags.Button;
|
|
int32_t L_1;
|
|
L_1 = TriggerState_get_flags_m03F4E9C66A2CC7854DC09C87A81D28DACD4063CD_inline(__this, NULL);
|
|
TriggerState_set_flags_m15D5CB1647EE3083045A3720E91189EE3FC5E1EF(__this, ((int32_t)((int32_t)L_1|((int32_t)32))), NULL);
|
|
return;
|
|
}
|
|
|
|
IL_0013:
|
|
{
|
|
// 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)-33))), NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void TriggerState_set_isButton_mA84B356F7660D59E0565BCFAA3FD493C4DFE949D_AdjustorThunk (RuntimeObject* __this, bool ___0_value, const RuntimeMethod* method)
|
|
{
|
|
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*>(__this + _offset);
|
|
TriggerState_set_isButton_mA84B356F7660D59E0565BCFAA3FD493C4DFE949D(_thisAdjusted, ___0_value, 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 ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// if (value)
|
|
bool L_0 = ___0_value;
|
|
if (!L_0)
|
|
{
|
|
goto IL_0013;
|
|
}
|
|
}
|
|
{
|
|
// flags |= Flags.Pressed;
|
|
int32_t L_1;
|
|
L_1 = TriggerState_get_flags_m03F4E9C66A2CC7854DC09C87A81D28DACD4063CD_inline(__this, NULL);
|
|
TriggerState_set_flags_m15D5CB1647EE3083045A3720E91189EE3FC5E1EF(__this, ((int32_t)((int32_t)L_1|((int32_t)64))), NULL);
|
|
return;
|
|
}
|
|
|
|
IL_0013:
|
|
{
|
|
// 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)-65))), NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void TriggerState_set_isPressed_m9986CFE49D3E5842C1DA6E082F6F33DCA187B8D5_AdjustorThunk (RuntimeObject* __this, bool ___0_value, const RuntimeMethod* method)
|
|
{
|
|
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*>(__this + _offset);
|
|
TriggerState_set_isPressed_m9986CFE49D3E5842C1DA6E082F6F33DCA187B8D5(_thisAdjusted, ___0_value, 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 ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// if (value)
|
|
bool L_0 = ___0_value;
|
|
if (!L_0)
|
|
{
|
|
goto IL_0012;
|
|
}
|
|
}
|
|
{
|
|
// flags |= Flags.MayNeedConflictResolution;
|
|
int32_t L_1;
|
|
L_1 = TriggerState_get_flags_m03F4E9C66A2CC7854DC09C87A81D28DACD4063CD_inline(__this, NULL);
|
|
TriggerState_set_flags_m15D5CB1647EE3083045A3720E91189EE3FC5E1EF(__this, ((int32_t)((int32_t)L_1|4)), NULL);
|
|
return;
|
|
}
|
|
|
|
IL_0012:
|
|
{
|
|
// 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&((int32_t)-5))), NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void TriggerState_set_mayNeedConflictResolution_mF816D62C874DEC1DAC0EEDD72DCE2EA37F4761D0_AdjustorThunk (RuntimeObject* __this, bool ___0_value, const RuntimeMethod* method)
|
|
{
|
|
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*>(__this + _offset);
|
|
TriggerState_set_mayNeedConflictResolution_mF816D62C874DEC1DAC0EEDD72DCE2EA37F4761D0(_thisAdjusted, ___0_value, 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 ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// if (value)
|
|
bool L_0 = ___0_value;
|
|
if (!L_0)
|
|
{
|
|
goto IL_0012;
|
|
}
|
|
}
|
|
{
|
|
// flags |= Flags.HasMultipleConcurrentActuations;
|
|
int32_t L_1;
|
|
L_1 = TriggerState_get_flags_m03F4E9C66A2CC7854DC09C87A81D28DACD4063CD_inline(__this, NULL);
|
|
TriggerState_set_flags_m15D5CB1647EE3083045A3720E91189EE3FC5E1EF(__this, ((int32_t)((int32_t)L_1|8)), NULL);
|
|
return;
|
|
}
|
|
|
|
IL_0012:
|
|
{
|
|
// 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&((int32_t)-9))), NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void TriggerState_set_hasMultipleConcurrentActuations_mAAE5EFF3DEAEF29E03745460483F884F6B510DD9_AdjustorThunk (RuntimeObject* __this, bool ___0_value, const RuntimeMethod* method)
|
|
{
|
|
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*>(__this + _offset);
|
|
TriggerState_set_hasMultipleConcurrentActuations_mAAE5EFF3DEAEF29E03745460483F884F6B510DD9(_thisAdjusted, ___0_value, 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 ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// if (value)
|
|
bool L_0 = ___0_value;
|
|
if (!L_0)
|
|
{
|
|
goto IL_0013;
|
|
}
|
|
}
|
|
{
|
|
// flags |= Flags.InProcessing;
|
|
int32_t L_1;
|
|
L_1 = TriggerState_get_flags_m03F4E9C66A2CC7854DC09C87A81D28DACD4063CD_inline(__this, NULL);
|
|
TriggerState_set_flags_m15D5CB1647EE3083045A3720E91189EE3FC5E1EF(__this, ((int32_t)((int32_t)L_1|((int32_t)16))), NULL);
|
|
return;
|
|
}
|
|
|
|
IL_0013:
|
|
{
|
|
// 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)-17))), NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void TriggerState_set_inProcessing_mC1D7D0622801ABE29CC8B5638C2CE2123215505B_AdjustorThunk (RuntimeObject* __this, bool ___0_value, const RuntimeMethod* method)
|
|
{
|
|
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*>(__this + _offset);
|
|
TriggerState_set_inProcessing_mC1D7D0622801ABE29CC8B5638C2CE2123215505B(_thisAdjusted, ___0_value, 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_4;
|
|
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 ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// set => m_Flags = (byte)value;
|
|
int32_t L_0 = ___0_value;
|
|
__this->___m_Flags_4 = (uint8_t)((int32_t)(uint8_t)L_0);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void TriggerState_set_flags_m15D5CB1647EE3083045A3720E91189EE3FC5E1EF_AdjustorThunk (RuntimeObject* __this, int32_t ___0_value, const RuntimeMethod* method)
|
|
{
|
|
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*>(__this + _offset);
|
|
TriggerState_set_flags_m15D5CB1647EE3083045A3720E91189EE3FC5E1EF(_thisAdjusted, ___0_value, 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.InputActionState/UnmanagedMemory
|
|
IL2CPP_EXTERN_C void UnmanagedMemory_t862EBE5224929ED0E2F989D790EB6B8633E612A2_marshal_pinvoke(const UnmanagedMemory_t862EBE5224929ED0E2F989D790EB6B8633E612A2& unmarshaled, UnmanagedMemory_t862EBE5224929ED0E2F989D790EB6B8633E612A2_marshaled_pinvoke& marshaled)
|
|
{
|
|
marshaled.___basePtr_0 = unmarshaled.___basePtr_0;
|
|
marshaled.___mapCount_1 = unmarshaled.___mapCount_1;
|
|
marshaled.___actionCount_2 = unmarshaled.___actionCount_2;
|
|
marshaled.___interactionCount_3 = unmarshaled.___interactionCount_3;
|
|
marshaled.___bindingCount_4 = unmarshaled.___bindingCount_4;
|
|
marshaled.___controlCount_5 = unmarshaled.___controlCount_5;
|
|
marshaled.___compositeCount_6 = unmarshaled.___compositeCount_6;
|
|
marshaled.___actionStates_7 = unmarshaled.___actionStates_7;
|
|
marshaled.___bindingStates_8 = unmarshaled.___bindingStates_8;
|
|
marshaled.___interactionStates_9 = unmarshaled.___interactionStates_9;
|
|
marshaled.___controlMagnitudes_10 = unmarshaled.___controlMagnitudes_10;
|
|
marshaled.___compositeMagnitudes_11 = unmarshaled.___compositeMagnitudes_11;
|
|
marshaled.___enabledControls_12 = unmarshaled.___enabledControls_12;
|
|
marshaled.___actionBindingIndicesAndCounts_13 = unmarshaled.___actionBindingIndicesAndCounts_13;
|
|
marshaled.___actionBindingIndices_14 = unmarshaled.___actionBindingIndices_14;
|
|
marshaled.___controlIndexToBindingIndex_15 = unmarshaled.___controlIndexToBindingIndex_15;
|
|
marshaled.___controlGroupingAndComplexity_16 = unmarshaled.___controlGroupingAndComplexity_16;
|
|
marshaled.___controlGroupingInitialized_17 = static_cast<int32_t>(unmarshaled.___controlGroupingInitialized_17);
|
|
marshaled.___mapIndices_18 = unmarshaled.___mapIndices_18;
|
|
}
|
|
IL2CPP_EXTERN_C void UnmanagedMemory_t862EBE5224929ED0E2F989D790EB6B8633E612A2_marshal_pinvoke_back(const UnmanagedMemory_t862EBE5224929ED0E2F989D790EB6B8633E612A2_marshaled_pinvoke& marshaled, UnmanagedMemory_t862EBE5224929ED0E2F989D790EB6B8633E612A2& unmarshaled)
|
|
{
|
|
unmarshaled.___basePtr_0 = marshaled.___basePtr_0;
|
|
int32_t unmarshaledmapCount_temp_1 = 0;
|
|
unmarshaledmapCount_temp_1 = marshaled.___mapCount_1;
|
|
unmarshaled.___mapCount_1 = unmarshaledmapCount_temp_1;
|
|
int32_t unmarshaledactionCount_temp_2 = 0;
|
|
unmarshaledactionCount_temp_2 = marshaled.___actionCount_2;
|
|
unmarshaled.___actionCount_2 = unmarshaledactionCount_temp_2;
|
|
int32_t unmarshaledinteractionCount_temp_3 = 0;
|
|
unmarshaledinteractionCount_temp_3 = marshaled.___interactionCount_3;
|
|
unmarshaled.___interactionCount_3 = unmarshaledinteractionCount_temp_3;
|
|
int32_t unmarshaledbindingCount_temp_4 = 0;
|
|
unmarshaledbindingCount_temp_4 = marshaled.___bindingCount_4;
|
|
unmarshaled.___bindingCount_4 = unmarshaledbindingCount_temp_4;
|
|
int32_t unmarshaledcontrolCount_temp_5 = 0;
|
|
unmarshaledcontrolCount_temp_5 = marshaled.___controlCount_5;
|
|
unmarshaled.___controlCount_5 = unmarshaledcontrolCount_temp_5;
|
|
int32_t unmarshaledcompositeCount_temp_6 = 0;
|
|
unmarshaledcompositeCount_temp_6 = marshaled.___compositeCount_6;
|
|
unmarshaled.___compositeCount_6 = unmarshaledcompositeCount_temp_6;
|
|
unmarshaled.___actionStates_7 = marshaled.___actionStates_7;
|
|
unmarshaled.___bindingStates_8 = marshaled.___bindingStates_8;
|
|
unmarshaled.___interactionStates_9 = marshaled.___interactionStates_9;
|
|
unmarshaled.___controlMagnitudes_10 = marshaled.___controlMagnitudes_10;
|
|
unmarshaled.___compositeMagnitudes_11 = marshaled.___compositeMagnitudes_11;
|
|
unmarshaled.___enabledControls_12 = marshaled.___enabledControls_12;
|
|
unmarshaled.___actionBindingIndicesAndCounts_13 = marshaled.___actionBindingIndicesAndCounts_13;
|
|
unmarshaled.___actionBindingIndices_14 = marshaled.___actionBindingIndices_14;
|
|
unmarshaled.___controlIndexToBindingIndex_15 = marshaled.___controlIndexToBindingIndex_15;
|
|
unmarshaled.___controlGroupingAndComplexity_16 = marshaled.___controlGroupingAndComplexity_16;
|
|
bool unmarshaledcontrolGroupingInitialized_temp_17 = false;
|
|
unmarshaledcontrolGroupingInitialized_temp_17 = static_cast<bool>(marshaled.___controlGroupingInitialized_17);
|
|
unmarshaled.___controlGroupingInitialized_17 = unmarshaledcontrolGroupingInitialized_temp_17;
|
|
unmarshaled.___mapIndices_18 = marshaled.___mapIndices_18;
|
|
}
|
|
// Conversion method for clean up from marshalling of: UnityEngine.InputSystem.InputActionState/UnmanagedMemory
|
|
IL2CPP_EXTERN_C void UnmanagedMemory_t862EBE5224929ED0E2F989D790EB6B8633E612A2_marshal_pinvoke_cleanup(UnmanagedMemory_t862EBE5224929ED0E2F989D790EB6B8633E612A2_marshaled_pinvoke& marshaled)
|
|
{
|
|
}
|
|
// Conversion methods for marshalling of: UnityEngine.InputSystem.InputActionState/UnmanagedMemory
|
|
IL2CPP_EXTERN_C void UnmanagedMemory_t862EBE5224929ED0E2F989D790EB6B8633E612A2_marshal_com(const UnmanagedMemory_t862EBE5224929ED0E2F989D790EB6B8633E612A2& unmarshaled, UnmanagedMemory_t862EBE5224929ED0E2F989D790EB6B8633E612A2_marshaled_com& marshaled)
|
|
{
|
|
marshaled.___basePtr_0 = unmarshaled.___basePtr_0;
|
|
marshaled.___mapCount_1 = unmarshaled.___mapCount_1;
|
|
marshaled.___actionCount_2 = unmarshaled.___actionCount_2;
|
|
marshaled.___interactionCount_3 = unmarshaled.___interactionCount_3;
|
|
marshaled.___bindingCount_4 = unmarshaled.___bindingCount_4;
|
|
marshaled.___controlCount_5 = unmarshaled.___controlCount_5;
|
|
marshaled.___compositeCount_6 = unmarshaled.___compositeCount_6;
|
|
marshaled.___actionStates_7 = unmarshaled.___actionStates_7;
|
|
marshaled.___bindingStates_8 = unmarshaled.___bindingStates_8;
|
|
marshaled.___interactionStates_9 = unmarshaled.___interactionStates_9;
|
|
marshaled.___controlMagnitudes_10 = unmarshaled.___controlMagnitudes_10;
|
|
marshaled.___compositeMagnitudes_11 = unmarshaled.___compositeMagnitudes_11;
|
|
marshaled.___enabledControls_12 = unmarshaled.___enabledControls_12;
|
|
marshaled.___actionBindingIndicesAndCounts_13 = unmarshaled.___actionBindingIndicesAndCounts_13;
|
|
marshaled.___actionBindingIndices_14 = unmarshaled.___actionBindingIndices_14;
|
|
marshaled.___controlIndexToBindingIndex_15 = unmarshaled.___controlIndexToBindingIndex_15;
|
|
marshaled.___controlGroupingAndComplexity_16 = unmarshaled.___controlGroupingAndComplexity_16;
|
|
marshaled.___controlGroupingInitialized_17 = static_cast<int32_t>(unmarshaled.___controlGroupingInitialized_17);
|
|
marshaled.___mapIndices_18 = unmarshaled.___mapIndices_18;
|
|
}
|
|
IL2CPP_EXTERN_C void UnmanagedMemory_t862EBE5224929ED0E2F989D790EB6B8633E612A2_marshal_com_back(const UnmanagedMemory_t862EBE5224929ED0E2F989D790EB6B8633E612A2_marshaled_com& marshaled, UnmanagedMemory_t862EBE5224929ED0E2F989D790EB6B8633E612A2& unmarshaled)
|
|
{
|
|
unmarshaled.___basePtr_0 = marshaled.___basePtr_0;
|
|
int32_t unmarshaledmapCount_temp_1 = 0;
|
|
unmarshaledmapCount_temp_1 = marshaled.___mapCount_1;
|
|
unmarshaled.___mapCount_1 = unmarshaledmapCount_temp_1;
|
|
int32_t unmarshaledactionCount_temp_2 = 0;
|
|
unmarshaledactionCount_temp_2 = marshaled.___actionCount_2;
|
|
unmarshaled.___actionCount_2 = unmarshaledactionCount_temp_2;
|
|
int32_t unmarshaledinteractionCount_temp_3 = 0;
|
|
unmarshaledinteractionCount_temp_3 = marshaled.___interactionCount_3;
|
|
unmarshaled.___interactionCount_3 = unmarshaledinteractionCount_temp_3;
|
|
int32_t unmarshaledbindingCount_temp_4 = 0;
|
|
unmarshaledbindingCount_temp_4 = marshaled.___bindingCount_4;
|
|
unmarshaled.___bindingCount_4 = unmarshaledbindingCount_temp_4;
|
|
int32_t unmarshaledcontrolCount_temp_5 = 0;
|
|
unmarshaledcontrolCount_temp_5 = marshaled.___controlCount_5;
|
|
unmarshaled.___controlCount_5 = unmarshaledcontrolCount_temp_5;
|
|
int32_t unmarshaledcompositeCount_temp_6 = 0;
|
|
unmarshaledcompositeCount_temp_6 = marshaled.___compositeCount_6;
|
|
unmarshaled.___compositeCount_6 = unmarshaledcompositeCount_temp_6;
|
|
unmarshaled.___actionStates_7 = marshaled.___actionStates_7;
|
|
unmarshaled.___bindingStates_8 = marshaled.___bindingStates_8;
|
|
unmarshaled.___interactionStates_9 = marshaled.___interactionStates_9;
|
|
unmarshaled.___controlMagnitudes_10 = marshaled.___controlMagnitudes_10;
|
|
unmarshaled.___compositeMagnitudes_11 = marshaled.___compositeMagnitudes_11;
|
|
unmarshaled.___enabledControls_12 = marshaled.___enabledControls_12;
|
|
unmarshaled.___actionBindingIndicesAndCounts_13 = marshaled.___actionBindingIndicesAndCounts_13;
|
|
unmarshaled.___actionBindingIndices_14 = marshaled.___actionBindingIndices_14;
|
|
unmarshaled.___controlIndexToBindingIndex_15 = marshaled.___controlIndexToBindingIndex_15;
|
|
unmarshaled.___controlGroupingAndComplexity_16 = marshaled.___controlGroupingAndComplexity_16;
|
|
bool unmarshaledcontrolGroupingInitialized_temp_17 = false;
|
|
unmarshaledcontrolGroupingInitialized_temp_17 = static_cast<bool>(marshaled.___controlGroupingInitialized_17);
|
|
unmarshaled.___controlGroupingInitialized_17 = unmarshaledcontrolGroupingInitialized_temp_17;
|
|
unmarshaled.___mapIndices_18 = marshaled.___mapIndices_18;
|
|
}
|
|
// Conversion method for clean up from marshalling of: UnityEngine.InputSystem.InputActionState/UnmanagedMemory
|
|
IL2CPP_EXTERN_C void UnmanagedMemory_t862EBE5224929ED0E2F989D790EB6B8633E612A2_marshal_com_cleanup(UnmanagedMemory_t862EBE5224929ED0E2F989D790EB6B8633E612A2_marshaled_com& marshaled)
|
|
{
|
|
}
|
|
// 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
|
|
// controlCount * sizeof(ushort) * 2 + // controlGrouping
|
|
// 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->___controlCount_5;
|
|
int32_t L_12 = __this->___actionCount_2;
|
|
int32_t L_13 = __this->___bindingCount_4;
|
|
int32_t L_14 = __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_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(((int32_t)il2cpp_codegen_multiply(L_12, 2)), 2)))), ((int32_t)il2cpp_codegen_multiply(L_13, 2)))), ((int32_t)il2cpp_codegen_multiply(((int32_t)(((int32_t)il2cpp_codegen_add(L_14, ((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 ___0_mapCount, int32_t ___1_actionCount, int32_t ___2_bindingCount, int32_t ___3_controlCount, int32_t ___4_interactionCount, int32_t ___5_compositeCount, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
uint8_t* V_1 = NULL;
|
|
{
|
|
// this.mapCount = mapCount;
|
|
int32_t L_0 = ___0_mapCount;
|
|
__this->___mapCount_1 = L_0;
|
|
// this.actionCount = actionCount;
|
|
int32_t L_1 = ___1_actionCount;
|
|
__this->___actionCount_2 = L_1;
|
|
// this.interactionCount = interactionCount;
|
|
int32_t L_2 = ___4_interactionCount;
|
|
__this->___interactionCount_3 = L_2;
|
|
// this.bindingCount = bindingCount;
|
|
int32_t L_3 = ___2_bindingCount;
|
|
__this->___bindingCount_4 = L_3;
|
|
// this.controlCount = controlCount;
|
|
int32_t L_4 = ___3_controlCount;
|
|
__this->___controlCount_5 = L_4;
|
|
// this.compositeCount = compositeCount;
|
|
int32_t L_5 = ___5_compositeCount;
|
|
__this->___compositeCount_6 = L_5;
|
|
// var numBytes = sizeInBytes;
|
|
int32_t L_6;
|
|
L_6 = UnmanagedMemory_get_sizeInBytes_m31935EB8B9F97AA82D613DAFE14D50030154DDFD(__this, NULL);
|
|
V_0 = L_6;
|
|
// var ptr = (byte*)UnsafeUtility.Malloc(numBytes, 8, Allocator.Persistent);
|
|
int32_t L_7 = V_0;
|
|
void* L_8;
|
|
L_8 = UnsafeUtility_Malloc_mD7BD28D5AE7E4901B225B7DFFE2B568EE7BDC0C9(((int64_t)L_7), 8, 4, NULL);
|
|
V_1 = (uint8_t*)L_8;
|
|
// UnsafeUtility.MemClear(ptr, numBytes);
|
|
uint8_t* L_9 = V_1;
|
|
int32_t L_10 = V_0;
|
|
UnsafeUtility_MemClear_m6C4377117084A11A667A567BC2F5E606A632A7C1((void*)L_9, ((int64_t)L_10), NULL);
|
|
// basePtr = ptr;
|
|
uint8_t* L_11 = V_1;
|
|
__this->___basePtr_0 = (void*)L_11;
|
|
// actionStates = (TriggerState*)ptr; ptr += actionCount * sizeof(TriggerState);
|
|
uint8_t* L_12 = V_1;
|
|
__this->___actionStates_7 = (TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*)L_12;
|
|
// actionStates = (TriggerState*)ptr; ptr += actionCount * sizeof(TriggerState);
|
|
uint8_t* L_13 = V_1;
|
|
int32_t L_14 = ___1_actionCount;
|
|
uint32_t L_15 = sizeof(TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D);
|
|
V_1 = ((uint8_t*)il2cpp_codegen_add((intptr_t)L_13, ((int32_t)il2cpp_codegen_multiply(L_14, (int32_t)L_15))));
|
|
// interactionStates = (InteractionState*)ptr; ptr += interactionCount * sizeof(InteractionState);
|
|
uint8_t* L_16 = V_1;
|
|
__this->___interactionStates_9 = (InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE*)L_16;
|
|
// interactionStates = (InteractionState*)ptr; ptr += interactionCount * sizeof(InteractionState);
|
|
uint8_t* L_17 = V_1;
|
|
int32_t L_18 = ___4_interactionCount;
|
|
uint32_t L_19 = sizeof(InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE);
|
|
V_1 = ((uint8_t*)il2cpp_codegen_add((intptr_t)L_17, ((int32_t)il2cpp_codegen_multiply(L_18, (int32_t)L_19))));
|
|
// bindingStates = (BindingState*)ptr; ptr += bindingCount * sizeof(BindingState);
|
|
uint8_t* L_20 = V_1;
|
|
__this->___bindingStates_8 = (BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)L_20;
|
|
// bindingStates = (BindingState*)ptr; ptr += bindingCount * sizeof(BindingState);
|
|
uint8_t* L_21 = V_1;
|
|
int32_t L_22 = ___2_bindingCount;
|
|
uint32_t L_23 = sizeof(BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA);
|
|
V_1 = ((uint8_t*)il2cpp_codegen_add((intptr_t)L_21, ((int32_t)il2cpp_codegen_multiply(L_22, (int32_t)L_23))));
|
|
// mapIndices = (ActionMapIndices*)ptr; ptr += mapCount * sizeof(ActionMapIndices);
|
|
uint8_t* L_24 = V_1;
|
|
__this->___mapIndices_18 = (ActionMapIndices_t013BEFD76B7FE52E413C5DBF5C7CDA4194800CBD*)L_24;
|
|
// mapIndices = (ActionMapIndices*)ptr; ptr += mapCount * sizeof(ActionMapIndices);
|
|
uint8_t* L_25 = V_1;
|
|
int32_t L_26 = ___0_mapCount;
|
|
uint32_t L_27 = sizeof(ActionMapIndices_t013BEFD76B7FE52E413C5DBF5C7CDA4194800CBD);
|
|
V_1 = ((uint8_t*)il2cpp_codegen_add((intptr_t)L_25, ((int32_t)il2cpp_codegen_multiply(L_26, (int32_t)L_27))));
|
|
// controlMagnitudes = (float*)ptr; ptr += controlCount * sizeof(float);
|
|
uint8_t* L_28 = V_1;
|
|
__this->___controlMagnitudes_10 = (float*)L_28;
|
|
// controlMagnitudes = (float*)ptr; ptr += controlCount * sizeof(float);
|
|
uint8_t* L_29 = V_1;
|
|
int32_t L_30 = ___3_controlCount;
|
|
V_1 = ((uint8_t*)il2cpp_codegen_add((intptr_t)L_29, ((int32_t)il2cpp_codegen_multiply(L_30, 4))));
|
|
// compositeMagnitudes = (float*)ptr; ptr += compositeCount * sizeof(float);
|
|
uint8_t* L_31 = V_1;
|
|
__this->___compositeMagnitudes_11 = (float*)L_31;
|
|
// compositeMagnitudes = (float*)ptr; ptr += compositeCount * sizeof(float);
|
|
uint8_t* L_32 = V_1;
|
|
int32_t L_33 = ___5_compositeCount;
|
|
V_1 = ((uint8_t*)il2cpp_codegen_add((intptr_t)L_32, ((int32_t)il2cpp_codegen_multiply(L_33, 4))));
|
|
// controlIndexToBindingIndex = (int*)ptr; ptr += controlCount * sizeof(int);
|
|
uint8_t* L_34 = V_1;
|
|
__this->___controlIndexToBindingIndex_15 = (int32_t*)L_34;
|
|
// controlIndexToBindingIndex = (int*)ptr; ptr += controlCount * sizeof(int);
|
|
uint8_t* L_35 = V_1;
|
|
int32_t L_36 = ___3_controlCount;
|
|
V_1 = ((uint8_t*)il2cpp_codegen_add((intptr_t)L_35, ((int32_t)il2cpp_codegen_multiply(L_36, 4))));
|
|
// controlGroupingAndComplexity = (ushort*)ptr; ptr += controlCount * sizeof(ushort) * 2;
|
|
uint8_t* L_37 = V_1;
|
|
__this->___controlGroupingAndComplexity_16 = (uint16_t*)L_37;
|
|
// controlGroupingAndComplexity = (ushort*)ptr; ptr += controlCount * sizeof(ushort) * 2;
|
|
uint8_t* L_38 = V_1;
|
|
int32_t L_39 = ___3_controlCount;
|
|
V_1 = ((uint8_t*)il2cpp_codegen_add((intptr_t)L_38, ((int32_t)il2cpp_codegen_multiply(((int32_t)il2cpp_codegen_multiply(L_39, 2)), 2))));
|
|
// actionBindingIndicesAndCounts = (ushort*)ptr; ptr += actionCount * sizeof(ushort) * 2;
|
|
uint8_t* L_40 = V_1;
|
|
__this->___actionBindingIndicesAndCounts_13 = (uint16_t*)L_40;
|
|
// actionBindingIndicesAndCounts = (ushort*)ptr; ptr += actionCount * sizeof(ushort) * 2;
|
|
uint8_t* L_41 = V_1;
|
|
int32_t L_42 = ___1_actionCount;
|
|
V_1 = ((uint8_t*)il2cpp_codegen_add((intptr_t)L_41, ((int32_t)il2cpp_codegen_multiply(((int32_t)il2cpp_codegen_multiply(L_42, 2)), 2))));
|
|
// actionBindingIndices = (ushort*)ptr; ptr += bindingCount * sizeof(ushort);
|
|
uint8_t* L_43 = V_1;
|
|
__this->___actionBindingIndices_14 = (uint16_t*)L_43;
|
|
// actionBindingIndices = (ushort*)ptr; ptr += bindingCount * sizeof(ushort);
|
|
uint8_t* L_44 = V_1;
|
|
int32_t L_45 = ___2_bindingCount;
|
|
V_1 = ((uint8_t*)il2cpp_codegen_add((intptr_t)L_44, ((int32_t)il2cpp_codegen_multiply(L_45, 2))));
|
|
// enabledControls = (int*)ptr; ptr += (controlCount + 31) / 32 * sizeof(int);
|
|
uint8_t* L_46 = V_1;
|
|
__this->___enabledControls_12 = (int32_t*)L_46;
|
|
// enabledControls = (int*)ptr; ptr += (controlCount + 31) / 32 * sizeof(int);
|
|
uint8_t* L_47 = V_1;
|
|
int32_t L_48 = ___3_controlCount;
|
|
V_1 = ((uint8_t*)il2cpp_codegen_add((intptr_t)L_47, ((int32_t)il2cpp_codegen_multiply(((int32_t)(((int32_t)il2cpp_codegen_add(L_48, ((int32_t)31)))/((int32_t)32))), 4))));
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void UnmanagedMemory_Allocate_m72EF0DDD8FFA5167D644F6BF7DFB48AB343FD64A_AdjustorThunk (RuntimeObject* __this, int32_t ___0_mapCount, int32_t ___1_actionCount, int32_t ___2_bindingCount, int32_t ___3_controlCount, int32_t ___4_interactionCount, int32_t ___5_compositeCount, const RuntimeMethod* method)
|
|
{
|
|
UnmanagedMemory_t862EBE5224929ED0E2F989D790EB6B8633E612A2* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<UnmanagedMemory_t862EBE5224929ED0E2F989D790EB6B8633E612A2*>(__this + _offset);
|
|
UnmanagedMemory_Allocate_m72EF0DDD8FFA5167D644F6BF7DFB48AB343FD64A(_thisAdjusted, ___0_mapCount, ___1_actionCount, ___2_bindingCount, ___3_controlCount, ___4_interactionCount, ___5_compositeCount, method);
|
|
}
|
|
// System.Void UnityEngine.InputSystem.InputActionState/UnmanagedMemory::Dispose()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnmanagedMemory_Dispose_m5EF84448B0C1606D96748DD15CD7667710E23783 (UnmanagedMemory_t862EBE5224929ED0E2F989D790EB6B8633E612A2* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// if (basePtr == null)
|
|
void* L_0 = __this->___basePtr_0;
|
|
if ((!(((uintptr_t)L_0) == ((uintptr_t)((uintptr_t)0)))))
|
|
{
|
|
goto IL_000b;
|
|
}
|
|
}
|
|
{
|
|
// return;
|
|
return;
|
|
}
|
|
|
|
IL_000b:
|
|
{
|
|
// UnsafeUtility.Free(basePtr, Allocator.Persistent);
|
|
void* L_1 = __this->___basePtr_0;
|
|
UnsafeUtility_Free_mFF99F4F02FE7F735AB30D8987D6953E55A2B23E1(L_1, 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_18 = (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);
|
|
// controlGroupingAndComplexity = null;
|
|
__this->___controlGroupingAndComplexity_16 = (uint16_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;
|
|
// }
|
|
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 ___0_memory, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// UnsafeUtility.MemCpy(mapIndices, memory.mapIndices, memory.mapCount * sizeof(ActionMapIndices));
|
|
ActionMapIndices_t013BEFD76B7FE52E413C5DBF5C7CDA4194800CBD* L_0 = __this->___mapIndices_18;
|
|
UnmanagedMemory_t862EBE5224929ED0E2F989D790EB6B8633E612A2 L_1 = ___0_memory;
|
|
ActionMapIndices_t013BEFD76B7FE52E413C5DBF5C7CDA4194800CBD* L_2 = L_1.___mapIndices_18;
|
|
UnmanagedMemory_t862EBE5224929ED0E2F989D790EB6B8633E612A2 L_3 = ___0_memory;
|
|
int32_t L_4 = L_3.___mapCount_1;
|
|
uint32_t L_5 = sizeof(ActionMapIndices_t013BEFD76B7FE52E413C5DBF5C7CDA4194800CBD);
|
|
UnsafeUtility_MemCpy_m5CEA91ACDADC522E584AE3A2AB2B0B74393A9177((void*)L_0, (void*)L_2, ((int64_t)((int32_t)il2cpp_codegen_multiply(L_4, (int32_t)L_5))), NULL);
|
|
// UnsafeUtility.MemCpy(actionStates, memory.actionStates, memory.actionCount * sizeof(TriggerState));
|
|
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_6 = __this->___actionStates_7;
|
|
UnmanagedMemory_t862EBE5224929ED0E2F989D790EB6B8633E612A2 L_7 = ___0_memory;
|
|
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_8 = L_7.___actionStates_7;
|
|
UnmanagedMemory_t862EBE5224929ED0E2F989D790EB6B8633E612A2 L_9 = ___0_memory;
|
|
int32_t L_10 = L_9.___actionCount_2;
|
|
uint32_t L_11 = sizeof(TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D);
|
|
UnsafeUtility_MemCpy_m5CEA91ACDADC522E584AE3A2AB2B0B74393A9177((void*)L_6, (void*)L_8, ((int64_t)((int32_t)il2cpp_codegen_multiply(L_10, (int32_t)L_11))), NULL);
|
|
// UnsafeUtility.MemCpy(bindingStates, memory.bindingStates, memory.bindingCount * sizeof(BindingState));
|
|
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* L_12 = __this->___bindingStates_8;
|
|
UnmanagedMemory_t862EBE5224929ED0E2F989D790EB6B8633E612A2 L_13 = ___0_memory;
|
|
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* L_14 = L_13.___bindingStates_8;
|
|
UnmanagedMemory_t862EBE5224929ED0E2F989D790EB6B8633E612A2 L_15 = ___0_memory;
|
|
int32_t L_16 = L_15.___bindingCount_4;
|
|
uint32_t L_17 = sizeof(BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA);
|
|
UnsafeUtility_MemCpy_m5CEA91ACDADC522E584AE3A2AB2B0B74393A9177((void*)L_12, (void*)L_14, ((int64_t)((int32_t)il2cpp_codegen_multiply(L_16, (int32_t)L_17))), NULL);
|
|
// UnsafeUtility.MemCpy(interactionStates, memory.interactionStates, memory.interactionCount * sizeof(InteractionState));
|
|
InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE* L_18 = __this->___interactionStates_9;
|
|
UnmanagedMemory_t862EBE5224929ED0E2F989D790EB6B8633E612A2 L_19 = ___0_memory;
|
|
InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE* L_20 = L_19.___interactionStates_9;
|
|
UnmanagedMemory_t862EBE5224929ED0E2F989D790EB6B8633E612A2 L_21 = ___0_memory;
|
|
int32_t L_22 = L_21.___interactionCount_3;
|
|
uint32_t L_23 = sizeof(InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE);
|
|
UnsafeUtility_MemCpy_m5CEA91ACDADC522E584AE3A2AB2B0B74393A9177((void*)L_18, (void*)L_20, ((int64_t)((int32_t)il2cpp_codegen_multiply(L_22, (int32_t)L_23))), NULL);
|
|
// UnsafeUtility.MemCpy(controlMagnitudes, memory.controlMagnitudes, memory.controlCount * sizeof(float));
|
|
float* L_24 = __this->___controlMagnitudes_10;
|
|
UnmanagedMemory_t862EBE5224929ED0E2F989D790EB6B8633E612A2 L_25 = ___0_memory;
|
|
float* L_26 = L_25.___controlMagnitudes_10;
|
|
UnmanagedMemory_t862EBE5224929ED0E2F989D790EB6B8633E612A2 L_27 = ___0_memory;
|
|
int32_t L_28 = L_27.___controlCount_5;
|
|
UnsafeUtility_MemCpy_m5CEA91ACDADC522E584AE3A2AB2B0B74393A9177((void*)L_24, (void*)L_26, ((int64_t)((int32_t)il2cpp_codegen_multiply(L_28, 4))), NULL);
|
|
// UnsafeUtility.MemCpy(compositeMagnitudes, memory.compositeMagnitudes, memory.compositeCount * sizeof(float));
|
|
float* L_29 = __this->___compositeMagnitudes_11;
|
|
UnmanagedMemory_t862EBE5224929ED0E2F989D790EB6B8633E612A2 L_30 = ___0_memory;
|
|
float* L_31 = L_30.___compositeMagnitudes_11;
|
|
UnmanagedMemory_t862EBE5224929ED0E2F989D790EB6B8633E612A2 L_32 = ___0_memory;
|
|
int32_t L_33 = L_32.___compositeCount_6;
|
|
UnsafeUtility_MemCpy_m5CEA91ACDADC522E584AE3A2AB2B0B74393A9177((void*)L_29, (void*)L_31, ((int64_t)((int32_t)il2cpp_codegen_multiply(L_33, 4))), NULL);
|
|
// UnsafeUtility.MemCpy(controlIndexToBindingIndex, memory.controlIndexToBindingIndex, memory.controlCount * sizeof(int));
|
|
int32_t* L_34 = __this->___controlIndexToBindingIndex_15;
|
|
UnmanagedMemory_t862EBE5224929ED0E2F989D790EB6B8633E612A2 L_35 = ___0_memory;
|
|
int32_t* L_36 = L_35.___controlIndexToBindingIndex_15;
|
|
UnmanagedMemory_t862EBE5224929ED0E2F989D790EB6B8633E612A2 L_37 = ___0_memory;
|
|
int32_t L_38 = L_37.___controlCount_5;
|
|
UnsafeUtility_MemCpy_m5CEA91ACDADC522E584AE3A2AB2B0B74393A9177((void*)L_34, (void*)L_36, ((int64_t)((int32_t)il2cpp_codegen_multiply(L_38, 4))), NULL);
|
|
// UnsafeUtility.MemCpy(controlGroupingAndComplexity, memory.controlGroupingAndComplexity, memory.controlCount * sizeof(ushort) * 2);
|
|
uint16_t* L_39 = __this->___controlGroupingAndComplexity_16;
|
|
UnmanagedMemory_t862EBE5224929ED0E2F989D790EB6B8633E612A2 L_40 = ___0_memory;
|
|
uint16_t* L_41 = L_40.___controlGroupingAndComplexity_16;
|
|
UnmanagedMemory_t862EBE5224929ED0E2F989D790EB6B8633E612A2 L_42 = ___0_memory;
|
|
int32_t L_43 = L_42.___controlCount_5;
|
|
UnsafeUtility_MemCpy_m5CEA91ACDADC522E584AE3A2AB2B0B74393A9177((void*)L_39, (void*)L_41, ((int64_t)((int32_t)il2cpp_codegen_multiply(((int32_t)il2cpp_codegen_multiply(L_43, 2)), 2))), NULL);
|
|
// UnsafeUtility.MemCpy(actionBindingIndicesAndCounts, memory.actionBindingIndicesAndCounts, memory.actionCount * sizeof(ushort) * 2);
|
|
uint16_t* L_44 = __this->___actionBindingIndicesAndCounts_13;
|
|
UnmanagedMemory_t862EBE5224929ED0E2F989D790EB6B8633E612A2 L_45 = ___0_memory;
|
|
uint16_t* L_46 = L_45.___actionBindingIndicesAndCounts_13;
|
|
UnmanagedMemory_t862EBE5224929ED0E2F989D790EB6B8633E612A2 L_47 = ___0_memory;
|
|
int32_t L_48 = L_47.___actionCount_2;
|
|
UnsafeUtility_MemCpy_m5CEA91ACDADC522E584AE3A2AB2B0B74393A9177((void*)L_44, (void*)L_46, ((int64_t)((int32_t)il2cpp_codegen_multiply(((int32_t)il2cpp_codegen_multiply(L_48, 2)), 2))), NULL);
|
|
// UnsafeUtility.MemCpy(actionBindingIndices, memory.actionBindingIndices, memory.bindingCount * sizeof(ushort));
|
|
uint16_t* L_49 = __this->___actionBindingIndices_14;
|
|
UnmanagedMemory_t862EBE5224929ED0E2F989D790EB6B8633E612A2 L_50 = ___0_memory;
|
|
uint16_t* L_51 = L_50.___actionBindingIndices_14;
|
|
UnmanagedMemory_t862EBE5224929ED0E2F989D790EB6B8633E612A2 L_52 = ___0_memory;
|
|
int32_t L_53 = L_52.___bindingCount_4;
|
|
UnsafeUtility_MemCpy_m5CEA91ACDADC522E584AE3A2AB2B0B74393A9177((void*)L_49, (void*)L_51, ((int64_t)((int32_t)il2cpp_codegen_multiply(L_53, 2))), NULL);
|
|
// UnsafeUtility.MemCpy(enabledControls, memory.enabledControls, (memory.controlCount + 31) / 32 * sizeof(int));
|
|
int32_t* L_54 = __this->___enabledControls_12;
|
|
UnmanagedMemory_t862EBE5224929ED0E2F989D790EB6B8633E612A2 L_55 = ___0_memory;
|
|
int32_t* L_56 = L_55.___enabledControls_12;
|
|
UnmanagedMemory_t862EBE5224929ED0E2F989D790EB6B8633E612A2 L_57 = ___0_memory;
|
|
int32_t L_58 = L_57.___controlCount_5;
|
|
UnsafeUtility_MemCpy_m5CEA91ACDADC522E584AE3A2AB2B0B74393A9177((void*)L_54, (void*)L_56, ((int64_t)((int32_t)il2cpp_codegen_multiply(((int32_t)(((int32_t)il2cpp_codegen_add(L_58, ((int32_t)31)))/((int32_t)32))), 4))), NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void UnmanagedMemory_CopyDataFrom_m2DD0E82EA80DA571C14373E06297490B77B18B1C_AdjustorThunk (RuntimeObject* __this, UnmanagedMemory_t862EBE5224929ED0E2F989D790EB6B8633E612A2 ___0_memory, const RuntimeMethod* method)
|
|
{
|
|
UnmanagedMemory_t862EBE5224929ED0E2F989D790EB6B8633E612A2* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<UnmanagedMemory_t862EBE5224929ED0E2F989D790EB6B8633E612A2*>(__this + _offset);
|
|
UnmanagedMemory_CopyDataFrom_m2DD0E82EA80DA571C14373E06297490B77B18B1C(_thisAdjusted, ___0_memory, 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));
|
|
UnmanagedMemory_t862EBE5224929ED0E2F989D790EB6B8633E612A2 V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
int32_t V_2 = 0;
|
|
{
|
|
// if (!isAllocated)
|
|
bool L_0;
|
|
L_0 = UnmanagedMemory_get_isAllocated_m168F1B4A70775C0D676FE1CB4DE0C66C0B9C896F(__this, NULL);
|
|
if (L_0)
|
|
{
|
|
goto IL_0012;
|
|
}
|
|
}
|
|
{
|
|
// return new UnmanagedMemory();
|
|
il2cpp_codegen_initobj((&V_1), sizeof(UnmanagedMemory_t862EBE5224929ED0E2F989D790EB6B8633E612A2));
|
|
UnmanagedMemory_t862EBE5224929ED0E2F989D790EB6B8633E612A2 L_1 = V_1;
|
|
return L_1;
|
|
}
|
|
|
|
IL_0012:
|
|
{
|
|
// 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_2 = __this->___mapCount_1;
|
|
int32_t L_3 = __this->___actionCount_2;
|
|
int32_t L_4 = __this->___controlCount_5;
|
|
V_2 = L_4;
|
|
int32_t L_5 = __this->___bindingCount_4;
|
|
int32_t L_6 = V_2;
|
|
int32_t L_7 = __this->___interactionCount_3;
|
|
int32_t L_8 = __this->___compositeCount_6;
|
|
UnmanagedMemory_Allocate_m72EF0DDD8FFA5167D644F6BF7DFB48AB343FD64A((&V_0), L_2, L_3, L_5, L_6, L_7, L_8, NULL);
|
|
// clone.CopyDataFrom(this);
|
|
UnmanagedMemory_t862EBE5224929ED0E2F989D790EB6B8633E612A2 L_9 = (*(UnmanagedMemory_t862EBE5224929ED0E2F989D790EB6B8633E612A2*)__this);
|
|
UnmanagedMemory_CopyDataFrom_m2DD0E82EA80DA571C14373E06297490B77B18B1C((&V_0), L_9, NULL);
|
|
// return clone;
|
|
UnmanagedMemory_t862EBE5224929ED0E2F989D790EB6B8633E612A2 L_10 = V_0;
|
|
return L_10;
|
|
}
|
|
}
|
|
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_m9A2ED568E070AA9B8CFB0C9406437EF39665B19D (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__135_0(UnityEngine.InputSystem.InputActionState/GlobalState&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec_U3CSaveAndResetStateU3Eb__135_0_m2A0B2E0747FEA156EB90BAC1CD14FCCEDE5BC58C (U3CU3Ec_t5252D685BC8618F6B58F8A7BCB7EA519D16E1DE5* __this, GlobalState_tC6D38701EF2670B99D214B9A482C428DFEA8408A* ___0_state, 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 = ___0_state;
|
|
GlobalState_tC6D38701EF2670B99D214B9A482C428DFEA8408A L_1 = (*(GlobalState_tC6D38701EF2670B99D214B9A482C428DFEA8408A*)L_0);
|
|
((InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700_StaticFields*)il2cpp_codegen_static_fields_for(InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700_il2cpp_TypeInfo_var))->___s_GlobalState_14 = L_1;
|
|
Il2CppCodeGenWriteBarrier((void**)&((&(((&((InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700_StaticFields*)il2cpp_codegen_static_fields_for(InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700_il2cpp_TypeInfo_var))->___s_GlobalState_14))->___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_14))->___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_14))->___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_14))->___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_14))->___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_14))->___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_14))->___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_14))->___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_14))->___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_14))->___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_14))->___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_14))->___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_14))->___onActionControlsChanged_2))->___m_CallbacksToRemove_3))->___additionalValues_2), (void*)NULL);
|
|
#endif
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.InputSystem.InputActionState/<>c::<SaveAndResetState>b__135_1()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec_U3CSaveAndResetStateU3Eb__135_1_mA27FE54152A3A6DF29A8E5D8CEE2389564B6C837 (U3CU3Ec_t5252D685BC8618F6B58F8A7BCB7EA519D16E1DE5* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// () => ResetGlobals()); // static dispose
|
|
InputActionState_ResetGlobals_m17F3492806EDC7C56CE3EC3A3D8E4FA1790F854A(NULL);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// Conversion methods for marshalling of: UnityEngine.InputSystem.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* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// set => m_Name = value;
|
|
String_t* L_0 = ___0_value;
|
|
__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* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5*>(__this + _offset);
|
|
InputBinding_set_name_mAE0C23C6678C2814FC1171F379BB8E9E7F666997_inline(_thisAdjusted, ___0_value, 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)
|
|
{
|
|
Guid_t V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
// if (string.IsNullOrEmpty(m_Id))
|
|
String_t* L_0 = __this->___m_Id_3;
|
|
bool L_1;
|
|
L_1 = String_IsNullOrEmpty_mEA9E3FB005AC28FE02E69FCF95A7B8456192B478(L_0, NULL);
|
|
if (!L_1)
|
|
{
|
|
goto IL_0017;
|
|
}
|
|
}
|
|
{
|
|
// return default;
|
|
il2cpp_codegen_initobj((&V_0), sizeof(Guid_t));
|
|
Guid_t L_2 = V_0;
|
|
return L_2;
|
|
}
|
|
|
|
IL_0017:
|
|
{
|
|
// return new Guid(m_Id);
|
|
String_t* L_3 = __this->___m_Id_3;
|
|
Guid_t L_4;
|
|
memset((&L_4), 0, sizeof(L_4));
|
|
Guid__ctor_mAE66BA1C43B4194F4F7991E2E30370E36CBBF830((&L_4), L_3, /*hidden argument*/NULL);
|
|
return L_4;
|
|
}
|
|
}
|
|
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 ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// set => m_Id = value.ToString();
|
|
String_t* L_0;
|
|
L_0 = Guid_ToString_m2BFFD5FA726E03FA707AAFCCF065896C46D5290C((&___0_value), 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 ___0_value, const RuntimeMethod* method)
|
|
{
|
|
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5*>(__this + _offset);
|
|
InputBinding_set_id_m2127BEF40BFD2193AC28E155D15A2BF077974069(_thisAdjusted, ___0_value, 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* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// set => m_Path = value;
|
|
String_t* L_0 = ___0_value;
|
|
__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* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5*>(__this + _offset);
|
|
InputBinding_set_path_m69ED486A68B0D864FCB334D955AE2CD1517A9592_inline(_thisAdjusted, ___0_value, 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* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// set => m_OverridePath = value;
|
|
String_t* L_0 = ___0_value;
|
|
__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* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5*>(__this + _offset);
|
|
InputBinding_set_overridePath_m254083B15DE914A24B72ADAEB458B426693EBBDE_inline(_thisAdjusted, ___0_value, 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* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// set => m_Interactions = value;
|
|
String_t* L_0 = ___0_value;
|
|
__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* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5*>(__this + _offset);
|
|
InputBinding_set_interactions_m7324708C33901B1CB6398ED7B752CEF827A44DD6_inline(_thisAdjusted, ___0_value, 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* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// set => m_OverrideInteractions = value;
|
|
String_t* L_0 = ___0_value;
|
|
__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* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5*>(__this + _offset);
|
|
InputBinding_set_overrideInteractions_mB1F18069CFF50CD35A419EEAB6AEE8F3BA4AB88D_inline(_thisAdjusted, ___0_value, 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* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// set => m_Processors = value;
|
|
String_t* L_0 = ___0_value;
|
|
__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* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5*>(__this + _offset);
|
|
InputBinding_set_processors_mC28DCE710EB5DDB4AC144FCE6C0E17843A8F2E0B_inline(_thisAdjusted, ___0_value, 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* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// set => m_OverrideProcessors = value;
|
|
String_t* L_0 = ___0_value;
|
|
__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* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5*>(__this + _offset);
|
|
InputBinding_set_overrideProcessors_mF193786F6350EB5E0EF63B57530BC89EC304BAE0_inline(_thisAdjusted, ___0_value, 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* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// set => m_Groups = value;
|
|
String_t* L_0 = ___0_value;
|
|
__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* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5*>(__this + _offset);
|
|
InputBinding_set_groups_mF2767924C74B69A77893A53B9A49A42D101E59E0_inline(_thisAdjusted, ___0_value, 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* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// set => m_Action = value;
|
|
String_t* L_0 = ___0_value;
|
|
__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* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5*>(__this + _offset);
|
|
InputBinding_set_action_mBFC24A1E7B97CE6A90E3EBD80B886F5D83BEE376_inline(_thisAdjusted, ___0_value, 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 ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// if (value)
|
|
bool L_0 = ___0_value;
|
|
if (!L_0)
|
|
{
|
|
goto IL_0012;
|
|
}
|
|
}
|
|
{
|
|
// m_Flags |= Flags.Composite;
|
|
int32_t L_1 = __this->___m_Flags_9;
|
|
__this->___m_Flags_9 = ((int32_t)((int32_t)L_1|4));
|
|
return;
|
|
}
|
|
|
|
IL_0012:
|
|
{
|
|
// m_Flags &= ~Flags.Composite;
|
|
int32_t L_2 = __this->___m_Flags_9;
|
|
__this->___m_Flags_9 = ((int32_t)((int32_t)L_2&((int32_t)-5)));
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void InputBinding_set_isComposite_m7A0CE3435DC8322463DCD4E08B912AF7AD0F75C0_AdjustorThunk (RuntimeObject* __this, bool ___0_value, const RuntimeMethod* method)
|
|
{
|
|
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5*>(__this + _offset);
|
|
InputBinding_set_isComposite_m7A0CE3435DC8322463DCD4E08B912AF7AD0F75C0(_thisAdjusted, ___0_value, 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 ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// if (value)
|
|
bool L_0 = ___0_value;
|
|
if (!L_0)
|
|
{
|
|
goto IL_0012;
|
|
}
|
|
}
|
|
{
|
|
// m_Flags |= Flags.PartOfComposite;
|
|
int32_t L_1 = __this->___m_Flags_9;
|
|
__this->___m_Flags_9 = ((int32_t)((int32_t)L_1|8));
|
|
return;
|
|
}
|
|
|
|
IL_0012:
|
|
{
|
|
// m_Flags &= ~Flags.PartOfComposite;
|
|
int32_t L_2 = __this->___m_Flags_9;
|
|
__this->___m_Flags_9 = ((int32_t)((int32_t)L_2&((int32_t)-9)));
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void InputBinding_set_isPartOfComposite_m852AAC0E8FEF7524D6E0121BD7809FF52946DCD9_AdjustorThunk (RuntimeObject* __this, bool ___0_value, const RuntimeMethod* method)
|
|
{
|
|
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5*>(__this + _offset);
|
|
InputBinding_set_isPartOfComposite_m852AAC0E8FEF7524D6E0121BD7809FF52946DCD9(_thisAdjusted, ___0_value, 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)
|
|
{
|
|
{
|
|
// 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_001a;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_1;
|
|
L_1 = InputBinding_get_overrideProcessors_mB061B1A5BAA7AC94038880A74B9A2F7AE4D0AFDA_inline(__this, NULL);
|
|
if (L_1)
|
|
{
|
|
goto IL_001a;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_2;
|
|
L_2 = InputBinding_get_overrideInteractions_mBC50CB48E4F95053F5F44CD720C3E73C9CC765F0_inline(__this, NULL);
|
|
return (bool)((!(((RuntimeObject*)(String_t*)L_2) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
|
|
}
|
|
|
|
IL_001a:
|
|
{
|
|
return (bool)1;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C bool InputBinding_get_hasOverrides_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* ___0_path, String_t* ___1_action, String_t* ___2_groups, String_t* ___3_processors, String_t* ___4_interactions, String_t* ___5_name, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// m_Path = path;
|
|
String_t* L_0 = ___0_path;
|
|
__this->___m_Path_4 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_Path_4), (void*)L_0);
|
|
// m_Action = action;
|
|
String_t* L_1 = ___1_action;
|
|
__this->___m_Action_8 = L_1;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_Action_8), (void*)L_1);
|
|
// m_Groups = groups;
|
|
String_t* L_2 = ___2_groups;
|
|
__this->___m_Groups_7 = L_2;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_Groups_7), (void*)L_2);
|
|
// m_Processors = processors;
|
|
String_t* L_3 = ___3_processors;
|
|
__this->___m_Processors_6 = L_3;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_Processors_6), (void*)L_3);
|
|
// m_Interactions = interactions;
|
|
String_t* L_4 = ___4_interactions;
|
|
__this->___m_Interactions_5 = L_4;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_Interactions_5), (void*)L_4);
|
|
// m_Name = name;
|
|
String_t* L_5 = ___5_name;
|
|
__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* ___0_path, String_t* ___1_action, String_t* ___2_groups, String_t* ___3_processors, String_t* ___4_interactions, String_t* ___5_name, const RuntimeMethod* method)
|
|
{
|
|
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5*>(__this + _offset);
|
|
InputBinding__ctor_mB8E8BE7996739E6DEAD152F0AFD30AEC46B5D18C(_thisAdjusted, ___0_path, ___1_action, ___2_groups, ___3_processors, ___4_interactions, ___5_name, method);
|
|
}
|
|
// System.String UnityEngine.InputSystem.InputBinding::GetNameOfComposite()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* InputBinding_GetNameOfComposite_m1BEF17C0457747BEE3045DF76091D3FDEB4B3174 (InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5* __this, const RuntimeMethod* method)
|
|
{
|
|
NameAndParameters_t8F37102128EFD31CA57808AE6E3D1244758DEA01 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
// if (!isComposite)
|
|
bool L_0;
|
|
L_0 = InputBinding_get_isComposite_mC921167E3321A149A7BD32E545460BAFA840217A(__this, NULL);
|
|
if (L_0)
|
|
{
|
|
goto IL_000a;
|
|
}
|
|
}
|
|
{
|
|
// return null;
|
|
return (String_t*)NULL;
|
|
}
|
|
|
|
IL_000a:
|
|
{
|
|
// return NameAndParameters.Parse(effectivePath).name;
|
|
String_t* L_1;
|
|
L_1 = InputBinding_get_effectivePath_m9F49F3735120AACFDD029C4A4F5A436389BE2E7F(__this, NULL);
|
|
NameAndParameters_t8F37102128EFD31CA57808AE6E3D1244758DEA01 L_2;
|
|
L_2 = NameAndParameters_Parse_m00F845B5458F20E4C574DFB572A38F21A8D218A4(L_1, NULL);
|
|
V_0 = L_2;
|
|
String_t* L_3;
|
|
L_3 = NameAndParameters_get_name_m192631DA1AC9E80863E085B954EC65185AB999BB_inline((&V_0), NULL);
|
|
return L_3;
|
|
}
|
|
}
|
|
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_m1F4894E8DC089811D6252148AD5858E58D43A7BD(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_m70C4490ABDD56EC1B209637A9BE4C6A4918D7BF3 (String_t* ___0_group, const RuntimeMethod* method)
|
|
{
|
|
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
// return new InputBinding {groups = group};
|
|
il2cpp_codegen_initobj((&V_0), sizeof(InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5));
|
|
String_t* L_0 = ___0_group;
|
|
InputBinding_set_groups_mF2767924C74B69A77893A53B9A49A42D101E59E0_inline((&V_0), L_0, NULL);
|
|
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 L_1 = V_0;
|
|
return L_1;
|
|
}
|
|
}
|
|
// UnityEngine.InputSystem.InputBinding UnityEngine.InputSystem.InputBinding::MaskByGroups(System.String[])
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 InputBinding_MaskByGroups_mC13EDB662ED3C2646469B021AE32F6DD4D4D24B3 (StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___0_groups, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerable_Where_TisString_t_m023A6F9F603FD87F583C617CEAD9C3288A048D0A_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));
|
|
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 = ___0_groups;
|
|
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_002f;
|
|
}
|
|
}
|
|
{
|
|
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_002f:
|
|
{
|
|
RuntimeObject* L_6;
|
|
L_6 = Enumerable_Where_TisString_t_m023A6F9F603FD87F583C617CEAD9C3288A048D0A((RuntimeObject*)G_B2_1, G_B2_0, Enumerable_Where_TisString_t_m023A6F9F603FD87F583C617CEAD9C3288A048D0A_RuntimeMethod_var);
|
|
String_t* L_7;
|
|
L_7 = String_Join_m8159F953B3D62AA54A0853A6E9573CDC0F63E158(G_B2_2, L_6, NULL);
|
|
InputBinding_set_groups_mF2767924C74B69A77893A53B9A49A42D101E59E0_inline(G_B2_3, L_7, NULL);
|
|
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 L_8 = V_0;
|
|
return L_8;
|
|
}
|
|
}
|
|
// System.String UnityEngine.InputSystem.InputBinding::get_effectivePath()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* InputBinding_get_effectivePath_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)
|
|
{
|
|
{
|
|
// 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_mEA9E3FB005AC28FE02E69FCF95A7B8456192B478(L_0, NULL);
|
|
if (!L_1)
|
|
{
|
|
goto IL_0026;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_2;
|
|
L_2 = InputBinding_get_action_mD21AC8EB2B81B5569FD857B27BACE7789B968A7E_inline(__this, NULL);
|
|
bool L_3;
|
|
L_3 = String_IsNullOrEmpty_mEA9E3FB005AC28FE02E69FCF95A7B8456192B478(L_2, NULL);
|
|
if (!L_3)
|
|
{
|
|
goto IL_0026;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_4;
|
|
L_4 = InputBinding_get_groups_m1DC26248582F17A515C8A84BA5B2FB85712CFD7A_inline(__this, NULL);
|
|
bool L_5;
|
|
L_5 = String_IsNullOrEmpty_mEA9E3FB005AC28FE02E69FCF95A7B8456192B478(L_4, NULL);
|
|
return L_5;
|
|
}
|
|
|
|
IL_0026:
|
|
{
|
|
return (bool)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 ___0_other, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// return string.Equals(effectivePath, other.effectivePath, StringComparison.InvariantCultureIgnoreCase) &&
|
|
// string.Equals(effectiveInteractions, other.effectiveInteractions, StringComparison.InvariantCultureIgnoreCase) &&
|
|
// string.Equals(effectiveProcessors, other.effectiveProcessors, StringComparison.InvariantCultureIgnoreCase) &&
|
|
// string.Equals(groups, other.groups, StringComparison.InvariantCultureIgnoreCase) &&
|
|
// string.Equals(action, other.action, StringComparison.InvariantCultureIgnoreCase);
|
|
String_t* L_0;
|
|
L_0 = InputBinding_get_effectivePath_m9F49F3735120AACFDD029C4A4F5A436389BE2E7F(__this, NULL);
|
|
String_t* L_1;
|
|
L_1 = InputBinding_get_effectivePath_m9F49F3735120AACFDD029C4A4F5A436389BE2E7F((&___0_other), NULL);
|
|
bool L_2;
|
|
L_2 = String_Equals_mCC34895D0DB2AD440C9D8767032215BC86B5C48B(L_0, L_1, 3, NULL);
|
|
if (!L_2)
|
|
{
|
|
goto IL_0068;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_3;
|
|
L_3 = InputBinding_get_effectiveInteractions_mF13AD82DB0139700CBAA92508678875188F002AA(__this, NULL);
|
|
String_t* L_4;
|
|
L_4 = InputBinding_get_effectiveInteractions_mF13AD82DB0139700CBAA92508678875188F002AA((&___0_other), NULL);
|
|
bool L_5;
|
|
L_5 = String_Equals_mCC34895D0DB2AD440C9D8767032215BC86B5C48B(L_3, L_4, 3, NULL);
|
|
if (!L_5)
|
|
{
|
|
goto IL_0068;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_6;
|
|
L_6 = InputBinding_get_effectiveProcessors_mAC693C1F68498E5A3DC3950D04B1C7928823ACAB(__this, NULL);
|
|
String_t* L_7;
|
|
L_7 = InputBinding_get_effectiveProcessors_mAC693C1F68498E5A3DC3950D04B1C7928823ACAB((&___0_other), NULL);
|
|
bool L_8;
|
|
L_8 = String_Equals_mCC34895D0DB2AD440C9D8767032215BC86B5C48B(L_6, L_7, 3, NULL);
|
|
if (!L_8)
|
|
{
|
|
goto IL_0068;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_9;
|
|
L_9 = InputBinding_get_groups_m1DC26248582F17A515C8A84BA5B2FB85712CFD7A_inline(__this, NULL);
|
|
String_t* L_10;
|
|
L_10 = InputBinding_get_groups_m1DC26248582F17A515C8A84BA5B2FB85712CFD7A_inline((&___0_other), NULL);
|
|
bool L_11;
|
|
L_11 = String_Equals_mCC34895D0DB2AD440C9D8767032215BC86B5C48B(L_9, L_10, 3, NULL);
|
|
if (!L_11)
|
|
{
|
|
goto IL_0068;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_12;
|
|
L_12 = InputBinding_get_action_mD21AC8EB2B81B5569FD857B27BACE7789B968A7E_inline(__this, NULL);
|
|
String_t* L_13;
|
|
L_13 = InputBinding_get_action_mD21AC8EB2B81B5569FD857B27BACE7789B968A7E_inline((&___0_other), NULL);
|
|
bool L_14;
|
|
L_14 = String_Equals_mCC34895D0DB2AD440C9D8767032215BC86B5C48B(L_12, L_13, 3, NULL);
|
|
return L_14;
|
|
}
|
|
|
|
IL_0068:
|
|
{
|
|
return (bool)0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C bool InputBinding_Equals_mE7316D871A85E3BC44B93B85DD5F16F2FB3CF4C8_AdjustorThunk (RuntimeObject* __this, InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 ___0_other, const RuntimeMethod* method)
|
|
{
|
|
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5*>(__this + _offset);
|
|
bool _returnValue;
|
|
_returnValue = InputBinding_Equals_mE7316D871A85E3BC44B93B85DD5F16F2FB3CF4C8(_thisAdjusted, ___0_other, 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* ___0_obj, 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));
|
|
{
|
|
// if (ReferenceEquals(null, obj))
|
|
RuntimeObject* L_0 = ___0_obj;
|
|
if (L_0)
|
|
{
|
|
goto IL_0005;
|
|
}
|
|
}
|
|
{
|
|
// return false;
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0005:
|
|
{
|
|
// return obj is InputBinding binding && Equals(binding);
|
|
RuntimeObject* L_1 = ___0_obj;
|
|
if (!((RuntimeObject*)IsInstSealed((RuntimeObject*)L_1, InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5_il2cpp_TypeInfo_var)))
|
|
{
|
|
goto IL_001c;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject* L_2 = ___0_obj;
|
|
V_0 = ((*(InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5*)((InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5*)(InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5*)UnBox(L_2, InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5_il2cpp_TypeInfo_var))));
|
|
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 L_3 = V_0;
|
|
bool L_4;
|
|
L_4 = InputBinding_Equals_mE7316D871A85E3BC44B93B85DD5F16F2FB3CF4C8(__this, L_3, NULL);
|
|
return L_4;
|
|
}
|
|
|
|
IL_001c:
|
|
{
|
|
return (bool)0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C bool InputBinding_Equals_m0CF51E09F9B6A119A99353A964B96B9940AE44BD_AdjustorThunk (RuntimeObject* __this, RuntimeObject* ___0_obj, const RuntimeMethod* method)
|
|
{
|
|
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5*>(__this + _offset);
|
|
bool _returnValue;
|
|
_returnValue = InputBinding_Equals_m0CF51E09F9B6A119A99353A964B96B9940AE44BD(_thisAdjusted, ___0_obj, 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_m5F39FE7F1185A92648A4D437BE4E72B86F92EBC3 (InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 ___0_left, InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 ___1_right, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// return left.Equals(right);
|
|
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 L_0 = ___1_right;
|
|
bool L_1;
|
|
L_1 = InputBinding_Equals_mE7316D871A85E3BC44B93B85DD5F16F2FB3CF4C8((&___0_left), L_0, NULL);
|
|
return L_1;
|
|
}
|
|
}
|
|
// System.Boolean UnityEngine.InputSystem.InputBinding::op_Inequality(UnityEngine.InputSystem.InputBinding,UnityEngine.InputSystem.InputBinding)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputBinding_op_Inequality_mDCCFAC1B5DCEA468A23E65653BC5938E3FCDCF20 (InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 ___0_left, InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 ___1_right, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// return !(left == right);
|
|
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 L_0 = ___0_left;
|
|
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 L_1 = ___1_right;
|
|
bool L_2;
|
|
L_2 = InputBinding_op_Equality_m5F39FE7F1185A92648A4D437BE4E72B86F92EBC3(L_0, L_1, NULL);
|
|
return (bool)((((int32_t)L_2) == ((int32_t)0))? 1 : 0);
|
|
}
|
|
}
|
|
// System.Int32 UnityEngine.InputSystem.InputBinding::GetHashCode()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t InputBinding_GetHashCode_m9B6CA9B7DD11C4334D3C61563079836B7551A58B (InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5* __this, const RuntimeMethod* method)
|
|
{
|
|
int32_t G_B3_0 = 0;
|
|
int32_t G_B5_0 = 0;
|
|
int32_t G_B4_0 = 0;
|
|
int32_t G_B6_0 = 0;
|
|
int32_t G_B6_1 = 0;
|
|
int32_t G_B8_0 = 0;
|
|
int32_t G_B7_0 = 0;
|
|
int32_t G_B9_0 = 0;
|
|
int32_t G_B9_1 = 0;
|
|
int32_t G_B11_0 = 0;
|
|
int32_t G_B10_0 = 0;
|
|
int32_t G_B12_0 = 0;
|
|
int32_t G_B12_1 = 0;
|
|
int32_t G_B14_0 = 0;
|
|
int32_t G_B13_0 = 0;
|
|
int32_t G_B15_0 = 0;
|
|
int32_t G_B15_1 = 0;
|
|
{
|
|
// var hashCode = (effectivePath != null ? effectivePath.GetHashCode() : 0);
|
|
String_t* L_0;
|
|
L_0 = InputBinding_get_effectivePath_m9F49F3735120AACFDD029C4A4F5A436389BE2E7F(__this, NULL);
|
|
if (L_0)
|
|
{
|
|
goto IL_000b;
|
|
}
|
|
}
|
|
{
|
|
G_B3_0 = 0;
|
|
goto IL_0016;
|
|
}
|
|
|
|
IL_000b:
|
|
{
|
|
String_t* L_1;
|
|
L_1 = InputBinding_get_effectivePath_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_0016:
|
|
{
|
|
// hashCode = (hashCode * 397) ^ (effectiveInteractions != null ? effectiveInteractions.GetHashCode() : 0);
|
|
String_t* L_3;
|
|
L_3 = InputBinding_get_effectiveInteractions_mF13AD82DB0139700CBAA92508678875188F002AA(__this, NULL);
|
|
G_B4_0 = ((int32_t)il2cpp_codegen_multiply(G_B3_0, ((int32_t)397)));
|
|
if (L_3)
|
|
{
|
|
G_B5_0 = ((int32_t)il2cpp_codegen_multiply(G_B3_0, ((int32_t)397)));
|
|
goto IL_0027;
|
|
}
|
|
}
|
|
{
|
|
G_B6_0 = 0;
|
|
G_B6_1 = G_B4_0;
|
|
goto IL_0032;
|
|
}
|
|
|
|
IL_0027:
|
|
{
|
|
String_t* L_4;
|
|
L_4 = InputBinding_get_effectiveInteractions_mF13AD82DB0139700CBAA92508678875188F002AA(__this, NULL);
|
|
NullCheck(L_4);
|
|
int32_t L_5;
|
|
L_5 = VirtualFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, L_4);
|
|
G_B6_0 = L_5;
|
|
G_B6_1 = G_B5_0;
|
|
}
|
|
|
|
IL_0032:
|
|
{
|
|
// hashCode = (hashCode * 397) ^ (effectiveProcessors != null ? effectiveProcessors.GetHashCode() : 0);
|
|
String_t* L_6;
|
|
L_6 = InputBinding_get_effectiveProcessors_mAC693C1F68498E5A3DC3950D04B1C7928823ACAB(__this, NULL);
|
|
G_B7_0 = ((int32_t)il2cpp_codegen_multiply(((int32_t)(G_B6_1^G_B6_0)), ((int32_t)397)));
|
|
if (L_6)
|
|
{
|
|
G_B8_0 = ((int32_t)il2cpp_codegen_multiply(((int32_t)(G_B6_1^G_B6_0)), ((int32_t)397)));
|
|
goto IL_0044;
|
|
}
|
|
}
|
|
{
|
|
G_B9_0 = 0;
|
|
G_B9_1 = G_B7_0;
|
|
goto IL_004f;
|
|
}
|
|
|
|
IL_0044:
|
|
{
|
|
String_t* L_7;
|
|
L_7 = InputBinding_get_effectiveProcessors_mAC693C1F68498E5A3DC3950D04B1C7928823ACAB(__this, NULL);
|
|
NullCheck(L_7);
|
|
int32_t L_8;
|
|
L_8 = VirtualFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, L_7);
|
|
G_B9_0 = L_8;
|
|
G_B9_1 = G_B8_0;
|
|
}
|
|
|
|
IL_004f:
|
|
{
|
|
// hashCode = (hashCode * 397) ^ (groups != null ? groups.GetHashCode() : 0);
|
|
String_t* L_9;
|
|
L_9 = InputBinding_get_groups_m1DC26248582F17A515C8A84BA5B2FB85712CFD7A_inline(__this, NULL);
|
|
G_B10_0 = ((int32_t)il2cpp_codegen_multiply(((int32_t)(G_B9_1^G_B9_0)), ((int32_t)397)));
|
|
if (L_9)
|
|
{
|
|
G_B11_0 = ((int32_t)il2cpp_codegen_multiply(((int32_t)(G_B9_1^G_B9_0)), ((int32_t)397)));
|
|
goto IL_0061;
|
|
}
|
|
}
|
|
{
|
|
G_B12_0 = 0;
|
|
G_B12_1 = G_B10_0;
|
|
goto IL_006c;
|
|
}
|
|
|
|
IL_0061:
|
|
{
|
|
String_t* L_10;
|
|
L_10 = InputBinding_get_groups_m1DC26248582F17A515C8A84BA5B2FB85712CFD7A_inline(__this, NULL);
|
|
NullCheck(L_10);
|
|
int32_t L_11;
|
|
L_11 = VirtualFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, L_10);
|
|
G_B12_0 = L_11;
|
|
G_B12_1 = G_B11_0;
|
|
}
|
|
|
|
IL_006c:
|
|
{
|
|
// hashCode = (hashCode * 397) ^ (action != null ? action.GetHashCode() : 0);
|
|
String_t* L_12;
|
|
L_12 = InputBinding_get_action_mD21AC8EB2B81B5569FD857B27BACE7789B968A7E_inline(__this, NULL);
|
|
G_B13_0 = ((int32_t)il2cpp_codegen_multiply(((int32_t)(G_B12_1^G_B12_0)), ((int32_t)397)));
|
|
if (L_12)
|
|
{
|
|
G_B14_0 = ((int32_t)il2cpp_codegen_multiply(((int32_t)(G_B12_1^G_B12_0)), ((int32_t)397)));
|
|
goto IL_007e;
|
|
}
|
|
}
|
|
{
|
|
G_B15_0 = 0;
|
|
G_B15_1 = G_B13_0;
|
|
goto IL_0089;
|
|
}
|
|
|
|
IL_007e:
|
|
{
|
|
String_t* L_13;
|
|
L_13 = InputBinding_get_action_mD21AC8EB2B81B5569FD857B27BACE7789B968A7E_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_B15_0 = L_14;
|
|
G_B15_1 = G_B14_0;
|
|
}
|
|
|
|
IL_0089:
|
|
{
|
|
// return hashCode;
|
|
return ((int32_t)(G_B15_1^G_B15_0));
|
|
}
|
|
}
|
|
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;
|
|
{
|
|
// 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_mEA9E3FB005AC28FE02E69FCF95A7B8456192B478(L_1, NULL);
|
|
if (L_2)
|
|
{
|
|
goto IL_0029;
|
|
}
|
|
}
|
|
{
|
|
// builder.Append(action);
|
|
StringBuilder_t* L_3 = V_0;
|
|
String_t* L_4;
|
|
L_4 = InputBinding_get_action_mD21AC8EB2B81B5569FD857B27BACE7789B968A7E_inline(__this, NULL);
|
|
NullCheck(L_3);
|
|
StringBuilder_t* L_5;
|
|
L_5 = StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D(L_3, L_4, NULL);
|
|
// builder.Append(':');
|
|
StringBuilder_t* L_6 = V_0;
|
|
NullCheck(L_6);
|
|
StringBuilder_t* L_7;
|
|
L_7 = StringBuilder_Append_m71228B30F05724CD2CD96D9611DCD61BFB96A6E1(L_6, ((int32_t)58), NULL);
|
|
}
|
|
|
|
IL_0029:
|
|
{
|
|
// var path = effectivePath;
|
|
String_t* L_8;
|
|
L_8 = InputBinding_get_effectivePath_m9F49F3735120AACFDD029C4A4F5A436389BE2E7F(__this, NULL);
|
|
V_1 = L_8;
|
|
// if (!string.IsNullOrEmpty(path))
|
|
String_t* L_9 = V_1;
|
|
bool L_10;
|
|
L_10 = String_IsNullOrEmpty_mEA9E3FB005AC28FE02E69FCF95A7B8456192B478(L_9, NULL);
|
|
if (L_10)
|
|
{
|
|
goto IL_0040;
|
|
}
|
|
}
|
|
{
|
|
// builder.Append(path);
|
|
StringBuilder_t* L_11 = V_0;
|
|
String_t* L_12 = V_1;
|
|
NullCheck(L_11);
|
|
StringBuilder_t* L_13;
|
|
L_13 = StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D(L_11, L_12, NULL);
|
|
}
|
|
|
|
IL_0040:
|
|
{
|
|
// if (!string.IsNullOrEmpty(groups))
|
|
String_t* L_14;
|
|
L_14 = InputBinding_get_groups_m1DC26248582F17A515C8A84BA5B2FB85712CFD7A_inline(__this, NULL);
|
|
bool L_15;
|
|
L_15 = String_IsNullOrEmpty_mEA9E3FB005AC28FE02E69FCF95A7B8456192B478(L_14, NULL);
|
|
if (L_15)
|
|
{
|
|
goto IL_006c;
|
|
}
|
|
}
|
|
{
|
|
// builder.Append('[');
|
|
StringBuilder_t* L_16 = V_0;
|
|
NullCheck(L_16);
|
|
StringBuilder_t* L_17;
|
|
L_17 = StringBuilder_Append_m71228B30F05724CD2CD96D9611DCD61BFB96A6E1(L_16, ((int32_t)91), NULL);
|
|
// builder.Append(groups);
|
|
StringBuilder_t* L_18 = V_0;
|
|
String_t* L_19;
|
|
L_19 = InputBinding_get_groups_m1DC26248582F17A515C8A84BA5B2FB85712CFD7A_inline(__this, NULL);
|
|
NullCheck(L_18);
|
|
StringBuilder_t* L_20;
|
|
L_20 = StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D(L_18, L_19, NULL);
|
|
// builder.Append(']');
|
|
StringBuilder_t* L_21 = V_0;
|
|
NullCheck(L_21);
|
|
StringBuilder_t* L_22;
|
|
L_22 = StringBuilder_Append_m71228B30F05724CD2CD96D9611DCD61BFB96A6E1(L_21, ((int32_t)93), NULL);
|
|
}
|
|
|
|
IL_006c:
|
|
{
|
|
// return builder.ToString();
|
|
StringBuilder_t* L_23 = V_0;
|
|
NullCheck(L_23);
|
|
String_t* L_24;
|
|
L_24 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_23);
|
|
return L_24;
|
|
}
|
|
}
|
|
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 ___0_options, InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* ___1_control, const RuntimeMethod* method)
|
|
{
|
|
String_t* V_0 = NULL;
|
|
String_t* V_1 = NULL;
|
|
{
|
|
// return ToDisplayString(out var _, out var _, options, control);
|
|
int32_t L_0 = ___0_options;
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_1 = ___1_control;
|
|
String_t* L_2;
|
|
L_2 = InputBinding_ToDisplayString_mB6A270889FAE216E5B629398566419A341FA2FF0(__this, (&V_0), (&V_1), L_0, L_1, NULL);
|
|
return L_2;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C String_t* InputBinding_ToDisplayString_mBD0B1E38663D188F0BE578D1D2598C9E40170C78_AdjustorThunk (RuntimeObject* __this, int32_t ___0_options, InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* ___1_control, 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, ___0_options, ___1_control, 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** ___0_deviceLayoutName, String_t** ___1_controlPath, int32_t ___2_options, InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* ___3_control, 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;
|
|
RuntimeObject* V_3 = NULL;
|
|
NameAndParameters_t8F37102128EFD31CA57808AE6E3D1244758DEA01 V_4;
|
|
memset((&V_4), 0, sizeof(V_4));
|
|
String_t* V_5 = NULL;
|
|
String_t* G_B9_0 = NULL;
|
|
{
|
|
// if (isComposite)
|
|
bool L_0;
|
|
L_0 = InputBinding_get_isComposite_mC921167E3321A149A7BD32E545460BAFA840217A(__this, NULL);
|
|
if (!L_0)
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
// deviceLayoutName = null;
|
|
String_t** L_1 = ___0_deviceLayoutName;
|
|
*((RuntimeObject**)L_1) = (RuntimeObject*)NULL;
|
|
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_1, (void*)(RuntimeObject*)NULL);
|
|
// controlPath = null;
|
|
String_t** L_2 = ___1_controlPath;
|
|
*((RuntimeObject**)L_2) = (RuntimeObject*)NULL;
|
|
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_2, (void*)(RuntimeObject*)NULL);
|
|
// return string.Empty;
|
|
String_t* L_3 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6;
|
|
return L_3;
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
// var readableStringOptions = default(InputControlPath.HumanReadableStringOptions);
|
|
V_0 = 0;
|
|
// if ((options & DisplayStringOptions.DontOmitDevice) == 0)
|
|
int32_t L_4 = ___2_options;
|
|
if (((int32_t)((int32_t)L_4&2)))
|
|
{
|
|
goto IL_001f;
|
|
}
|
|
}
|
|
{
|
|
// readableStringOptions |= InputControlPath.HumanReadableStringOptions.OmitDevice;
|
|
int32_t L_5 = V_0;
|
|
V_0 = ((int32_t)((int32_t)L_5|2));
|
|
}
|
|
|
|
IL_001f:
|
|
{
|
|
// if ((options & DisplayStringOptions.DontUseShortDisplayNames) == 0)
|
|
int32_t L_6 = ___2_options;
|
|
if (((int32_t)((int32_t)L_6&1)))
|
|
{
|
|
goto IL_0028;
|
|
}
|
|
}
|
|
{
|
|
// readableStringOptions |= InputControlPath.HumanReadableStringOptions.UseShortNames;
|
|
int32_t L_7 = V_0;
|
|
V_0 = ((int32_t)((int32_t)L_7|4));
|
|
}
|
|
|
|
IL_0028:
|
|
{
|
|
// var pathToUse = (options & DisplayStringOptions.IgnoreBindingOverrides) != 0
|
|
// ? path
|
|
// : effectivePath;
|
|
int32_t L_8 = ___2_options;
|
|
if (((int32_t)((int32_t)L_8&8)))
|
|
{
|
|
goto IL_0035;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_9;
|
|
L_9 = InputBinding_get_effectivePath_m9F49F3735120AACFDD029C4A4F5A436389BE2E7F(__this, NULL);
|
|
G_B9_0 = L_9;
|
|
goto IL_003b;
|
|
}
|
|
|
|
IL_0035:
|
|
{
|
|
String_t* L_10;
|
|
L_10 = InputBinding_get_path_m7572AB04038339C47BF0C62A3B07BFA6CB8A33B5_inline(__this, NULL);
|
|
G_B9_0 = L_10;
|
|
}
|
|
|
|
IL_003b:
|
|
{
|
|
// var result = InputControlPath.ToHumanReadableString(pathToUse, out deviceLayoutName, out controlPath, readableStringOptions, control);
|
|
String_t** L_11 = ___0_deviceLayoutName;
|
|
String_t** L_12 = ___1_controlPath;
|
|
int32_t L_13 = V_0;
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_14 = ___3_control;
|
|
String_t* L_15;
|
|
L_15 = InputControlPath_ToHumanReadableString_m24F36F78680B9F122DBFBFAF093BD3B44F0941D8(G_B9_0, L_11, L_12, L_13, L_14, NULL);
|
|
V_1 = L_15;
|
|
// if (!string.IsNullOrEmpty(effectiveInteractions) && (options & DisplayStringOptions.DontIncludeInteractions) == 0)
|
|
String_t* L_16;
|
|
L_16 = InputBinding_get_effectiveInteractions_mF13AD82DB0139700CBAA92508678875188F002AA(__this, NULL);
|
|
bool L_17;
|
|
L_17 = String_IsNullOrEmpty_mEA9E3FB005AC28FE02E69FCF95A7B8456192B478(L_16, NULL);
|
|
if (L_17)
|
|
{
|
|
goto IL_00d7;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_18 = ___2_options;
|
|
if (((int32_t)((int32_t)L_18&4)))
|
|
{
|
|
goto IL_00d7;
|
|
}
|
|
}
|
|
{
|
|
// var interactionString = string.Empty;
|
|
String_t* L_19 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6;
|
|
V_2 = L_19;
|
|
// var parsedInteractions = NameAndParameters.ParseMultiple(effectiveInteractions);
|
|
String_t* L_20;
|
|
L_20 = InputBinding_get_effectiveInteractions_mF13AD82DB0139700CBAA92508678875188F002AA(__this, NULL);
|
|
RuntimeObject* L_21;
|
|
L_21 = NameAndParameters_ParseMultiple_m384B03B3BA240D9C9EF0AFF872654E4AB384D171(L_20, NULL);
|
|
// foreach (var element in parsedInteractions)
|
|
NullCheck(L_21);
|
|
RuntimeObject* L_22;
|
|
L_22 = 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_21);
|
|
V_3 = L_22;
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_00b8:
|
|
{// begin finally (depth: 1)
|
|
{
|
|
RuntimeObject* L_23 = V_3;
|
|
if (!L_23)
|
|
{
|
|
goto IL_00c1;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject* L_24 = V_3;
|
|
NullCheck(L_24);
|
|
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_24);
|
|
}
|
|
|
|
IL_00c1:
|
|
{
|
|
return;
|
|
}
|
|
}// end finally (depth: 1)
|
|
});
|
|
try
|
|
{// begin try (depth: 1)
|
|
{
|
|
goto IL_00ae_1;
|
|
}
|
|
|
|
IL_0074_1:
|
|
{
|
|
// foreach (var element in parsedInteractions)
|
|
RuntimeObject* L_25 = V_3;
|
|
NullCheck(L_25);
|
|
NameAndParameters_t8F37102128EFD31CA57808AE6E3D1244758DEA01 L_26;
|
|
L_26 = InterfaceFuncInvoker0< NameAndParameters_t8F37102128EFD31CA57808AE6E3D1244758DEA01 >::Invoke(0 /* T System.Collections.Generic.IEnumerator`1<UnityEngine.InputSystem.Utilities.NameAndParameters>::get_Current() */, IEnumerator_1_tBBAE7A086BB8551DBC40DA5D2D737592B6A23443_il2cpp_TypeInfo_var, L_25);
|
|
V_4 = L_26;
|
|
// var interaction = element.name;
|
|
String_t* L_27;
|
|
L_27 = NameAndParameters_get_name_m192631DA1AC9E80863E085B954EC65185AB999BB_inline((&V_4), NULL);
|
|
// var interactionDisplayName = InputInteraction.GetDisplayName(interaction);
|
|
String_t* L_28;
|
|
L_28 = InputInteraction_GetDisplayName_mC302D46E65A899E0ED9663F9AC773E0C87B71901(L_27, NULL);
|
|
V_5 = L_28;
|
|
// if (string.IsNullOrEmpty(interactionDisplayName))
|
|
String_t* L_29 = V_5;
|
|
bool L_30;
|
|
L_30 = String_IsNullOrEmpty_mEA9E3FB005AC28FE02E69FCF95A7B8456192B478(L_29, NULL);
|
|
if (L_30)
|
|
{
|
|
goto IL_00ae_1;
|
|
}
|
|
}
|
|
{
|
|
// if (!string.IsNullOrEmpty(interactionString))
|
|
String_t* L_31 = V_2;
|
|
bool L_32;
|
|
L_32 = String_IsNullOrEmpty_mEA9E3FB005AC28FE02E69FCF95A7B8456192B478(L_31, NULL);
|
|
if (L_32)
|
|
{
|
|
goto IL_00ab_1;
|
|
}
|
|
}
|
|
{
|
|
// interactionString = $"{interactionString} or {interactionDisplayName}";
|
|
String_t* L_33 = V_2;
|
|
String_t* L_34 = V_5;
|
|
String_t* L_35;
|
|
L_35 = String_Concat_m8855A6DE10F84DA7F4EC113CADDB59873A25573B(L_33, _stringLiteralFE885205DA2ED2F044021264F91527DF50C05E68, L_34, NULL);
|
|
V_2 = L_35;
|
|
goto IL_00ae_1;
|
|
}
|
|
|
|
IL_00ab_1:
|
|
{
|
|
// interactionString = interactionDisplayName;
|
|
String_t* L_36 = V_5;
|
|
V_2 = L_36;
|
|
}
|
|
|
|
IL_00ae_1:
|
|
{
|
|
// foreach (var element in parsedInteractions)
|
|
RuntimeObject* L_37 = V_3;
|
|
NullCheck(L_37);
|
|
bool L_38;
|
|
L_38 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var, L_37);
|
|
if (L_38)
|
|
{
|
|
goto IL_0074_1;
|
|
}
|
|
}
|
|
{
|
|
goto IL_00c2;
|
|
}
|
|
}// end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_00c2:
|
|
{
|
|
// if (!string.IsNullOrEmpty(interactionString))
|
|
String_t* L_39 = V_2;
|
|
bool L_40;
|
|
L_40 = String_IsNullOrEmpty_mEA9E3FB005AC28FE02E69FCF95A7B8456192B478(L_39, NULL);
|
|
if (L_40)
|
|
{
|
|
goto IL_00d7;
|
|
}
|
|
}
|
|
{
|
|
// result = $"{interactionString} {result}";
|
|
String_t* L_41 = V_2;
|
|
String_t* L_42 = V_1;
|
|
String_t* L_43;
|
|
L_43 = String_Concat_m8855A6DE10F84DA7F4EC113CADDB59873A25573B(L_41, _stringLiteral2386E77CF610F786B06A91AF2C1B3FD2282D2745, L_42, NULL);
|
|
V_1 = L_43;
|
|
}
|
|
|
|
IL_00d7:
|
|
{
|
|
// return result;
|
|
String_t* L_44 = V_1;
|
|
return L_44;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C String_t* InputBinding_ToDisplayString_mB6A270889FAE216E5B629398566419A341FA2FF0_AdjustorThunk (RuntimeObject* __this, String_t** ___0_deviceLayoutName, String_t** ___1_controlPath, int32_t ___2_options, InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* ___3_control, 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, ___0_deviceLayoutName, ___1_controlPath, ___2_options, ___3_control, 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* ___0_action, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// return string.Compare(action.name, this.action, StringComparison.InvariantCultureIgnoreCase) == 0
|
|
// || this.action == action.m_Id;
|
|
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_0 = ___0_action;
|
|
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_mB21E4512DAFACE027D2DD3FE75DD6E69CE315009(L_1, L_2, 3, NULL);
|
|
if (!L_3)
|
|
{
|
|
goto IL_0026;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_4;
|
|
L_4 = InputBinding_get_action_mD21AC8EB2B81B5569FD857B27BACE7789B968A7E_inline(__this, NULL);
|
|
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_5 = ___0_action;
|
|
NullCheck(L_5);
|
|
String_t* L_6 = L_5->___m_Id_3;
|
|
bool L_7;
|
|
L_7 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_4, L_6, NULL);
|
|
return L_7;
|
|
}
|
|
|
|
IL_0026:
|
|
{
|
|
return (bool)1;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C bool InputBinding_TriggersAction_mD94DC2CB394C8AAC23FE57729C7628E2B64593F8_AdjustorThunk (RuntimeObject* __this, InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* ___0_action, const RuntimeMethod* method)
|
|
{
|
|
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5*>(__this + _offset);
|
|
bool _returnValue;
|
|
_returnValue = InputBinding_TriggersAction_mD94DC2CB394C8AAC23FE57729C7628E2B64593F8(_thisAdjusted, ___0_action, 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 ___0_binding, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// return Matches(ref binding);
|
|
bool L_0;
|
|
L_0 = InputBinding_Matches_mCF4F98B26B9EAF88434A3A0C6BF8F9EFF2BF592F(__this, (&___0_binding), 0, NULL);
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C bool InputBinding_Matches_m2B18C0E0A361E2E7139779A41F6C4DA26C6759F3_AdjustorThunk (RuntimeObject* __this, InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5 ___0_binding, const RuntimeMethod* method)
|
|
{
|
|
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5*>(__this + _offset);
|
|
bool _returnValue;
|
|
_returnValue = InputBinding_Matches_m2B18C0E0A361E2E7139779A41F6C4DA26C6759F3(_thisAdjusted, ___0_binding, 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* ___0_binding, int32_t ___1_options, const RuntimeMethod* method)
|
|
{
|
|
bool V_0 = false;
|
|
{
|
|
// if (name != null)
|
|
String_t* L_0;
|
|
L_0 = InputBinding_get_name_mA8D3C357E272E1C140226BDB8ABEE6FCA8693705_inline(__this, NULL);
|
|
if (!L_0)
|
|
{
|
|
goto IL_0027;
|
|
}
|
|
}
|
|
{
|
|
// if (binding.name == null
|
|
// || !StringHelpers.CharacterSeparatedListsHaveAtLeastOneCommonElement(name, binding.name, Separator))
|
|
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5* L_1 = ___0_binding;
|
|
String_t* L_2;
|
|
L_2 = InputBinding_get_name_mA8D3C357E272E1C140226BDB8ABEE6FCA8693705_inline(L_1, NULL);
|
|
if (!L_2)
|
|
{
|
|
goto IL_0025;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_3;
|
|
L_3 = InputBinding_get_name_mA8D3C357E272E1C140226BDB8ABEE6FCA8693705_inline(__this, NULL);
|
|
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5* L_4 = ___0_binding;
|
|
String_t* L_5;
|
|
L_5 = InputBinding_get_name_mA8D3C357E272E1C140226BDB8ABEE6FCA8693705_inline(L_4, NULL);
|
|
bool L_6;
|
|
L_6 = StringHelpers_CharacterSeparatedListsHaveAtLeastOneCommonElement_m0A3E70D748E3E17DEA06FAD3553F3049F169A190(L_3, L_5, ((int32_t)59), NULL);
|
|
if (L_6)
|
|
{
|
|
goto IL_0027;
|
|
}
|
|
}
|
|
|
|
IL_0025:
|
|
{
|
|
// return false;
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0027:
|
|
{
|
|
// if (path != null)
|
|
String_t* L_7;
|
|
L_7 = InputBinding_get_path_m7572AB04038339C47BF0C62A3B07BFA6CB8A33B5_inline(__this, NULL);
|
|
if (!L_7)
|
|
{
|
|
goto IL_004e;
|
|
}
|
|
}
|
|
{
|
|
// if (binding.path == null
|
|
// || !StringHelpers.CharacterSeparatedListsHaveAtLeastOneCommonElement(path, binding.path, Separator))
|
|
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5* L_8 = ___0_binding;
|
|
String_t* L_9;
|
|
L_9 = InputBinding_get_path_m7572AB04038339C47BF0C62A3B07BFA6CB8A33B5_inline(L_8, NULL);
|
|
if (!L_9)
|
|
{
|
|
goto IL_004c;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_10;
|
|
L_10 = InputBinding_get_path_m7572AB04038339C47BF0C62A3B07BFA6CB8A33B5_inline(__this, NULL);
|
|
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5* L_11 = ___0_binding;
|
|
String_t* L_12;
|
|
L_12 = InputBinding_get_path_m7572AB04038339C47BF0C62A3B07BFA6CB8A33B5_inline(L_11, NULL);
|
|
bool L_13;
|
|
L_13 = StringHelpers_CharacterSeparatedListsHaveAtLeastOneCommonElement_m0A3E70D748E3E17DEA06FAD3553F3049F169A190(L_10, L_12, ((int32_t)59), NULL);
|
|
if (L_13)
|
|
{
|
|
goto IL_004e;
|
|
}
|
|
}
|
|
|
|
IL_004c:
|
|
{
|
|
// return false;
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_004e:
|
|
{
|
|
// if (action != null)
|
|
String_t* L_14;
|
|
L_14 = InputBinding_get_action_mD21AC8EB2B81B5569FD857B27BACE7789B968A7E_inline(__this, NULL);
|
|
if (!L_14)
|
|
{
|
|
goto IL_0075;
|
|
}
|
|
}
|
|
{
|
|
// if (binding.action == null
|
|
// || !StringHelpers.CharacterSeparatedListsHaveAtLeastOneCommonElement(action, binding.action, Separator))
|
|
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5* L_15 = ___0_binding;
|
|
String_t* L_16;
|
|
L_16 = InputBinding_get_action_mD21AC8EB2B81B5569FD857B27BACE7789B968A7E_inline(L_15, NULL);
|
|
if (!L_16)
|
|
{
|
|
goto IL_0073;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_17;
|
|
L_17 = InputBinding_get_action_mD21AC8EB2B81B5569FD857B27BACE7789B968A7E_inline(__this, NULL);
|
|
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5* L_18 = ___0_binding;
|
|
String_t* L_19;
|
|
L_19 = InputBinding_get_action_mD21AC8EB2B81B5569FD857B27BACE7789B968A7E_inline(L_18, NULL);
|
|
bool L_20;
|
|
L_20 = StringHelpers_CharacterSeparatedListsHaveAtLeastOneCommonElement_m0A3E70D748E3E17DEA06FAD3553F3049F169A190(L_17, L_19, ((int32_t)59), NULL);
|
|
if (L_20)
|
|
{
|
|
goto IL_0075;
|
|
}
|
|
}
|
|
|
|
IL_0073:
|
|
{
|
|
// return false;
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0075:
|
|
{
|
|
// if (groups != null)
|
|
String_t* L_21;
|
|
L_21 = InputBinding_get_groups_m1DC26248582F17A515C8A84BA5B2FB85712CFD7A_inline(__this, NULL);
|
|
if (!L_21)
|
|
{
|
|
goto IL_00b0;
|
|
}
|
|
}
|
|
{
|
|
// var haveGroupsOnBinding = !string.IsNullOrEmpty(binding.groups);
|
|
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5* L_22 = ___0_binding;
|
|
String_t* L_23;
|
|
L_23 = InputBinding_get_groups_m1DC26248582F17A515C8A84BA5B2FB85712CFD7A_inline(L_22, NULL);
|
|
bool L_24;
|
|
L_24 = String_IsNullOrEmpty_mEA9E3FB005AC28FE02E69FCF95A7B8456192B478(L_23, NULL);
|
|
V_0 = (bool)((((int32_t)L_24) == ((int32_t)0))? 1 : 0);
|
|
// if (!haveGroupsOnBinding && (options & MatchOptions.EmptyGroupMatchesAny) == 0)
|
|
bool L_25 = V_0;
|
|
if (L_25)
|
|
{
|
|
goto IL_0096;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_26 = ___1_options;
|
|
if (((int32_t)((int32_t)L_26&1)))
|
|
{
|
|
goto IL_0096;
|
|
}
|
|
}
|
|
{
|
|
// return false;
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0096:
|
|
{
|
|
// if (haveGroupsOnBinding
|
|
// && !StringHelpers.CharacterSeparatedListsHaveAtLeastOneCommonElement(groups, binding.groups, Separator))
|
|
bool L_27 = V_0;
|
|
if (!L_27)
|
|
{
|
|
goto IL_00b0;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_28;
|
|
L_28 = InputBinding_get_groups_m1DC26248582F17A515C8A84BA5B2FB85712CFD7A_inline(__this, NULL);
|
|
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5* L_29 = ___0_binding;
|
|
String_t* L_30;
|
|
L_30 = InputBinding_get_groups_m1DC26248582F17A515C8A84BA5B2FB85712CFD7A_inline(L_29, NULL);
|
|
bool L_31;
|
|
L_31 = StringHelpers_CharacterSeparatedListsHaveAtLeastOneCommonElement_m0A3E70D748E3E17DEA06FAD3553F3049F169A190(L_28, L_30, ((int32_t)59), NULL);
|
|
if (L_31)
|
|
{
|
|
goto IL_00b0;
|
|
}
|
|
}
|
|
{
|
|
// return false;
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_00b0:
|
|
{
|
|
// if (!string.IsNullOrEmpty(m_Id))
|
|
String_t* L_32 = __this->___m_Id_3;
|
|
bool L_33;
|
|
L_33 = String_IsNullOrEmpty_mEA9E3FB005AC28FE02E69FCF95A7B8456192B478(L_32, NULL);
|
|
if (L_33)
|
|
{
|
|
goto IL_00d2;
|
|
}
|
|
}
|
|
{
|
|
// if (binding.id != id)
|
|
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5* L_34 = ___0_binding;
|
|
Guid_t L_35;
|
|
L_35 = InputBinding_get_id_m660300E55C0AC83F222B63A6229006FC56148D71(L_34, NULL);
|
|
Guid_t L_36;
|
|
L_36 = InputBinding_get_id_m660300E55C0AC83F222B63A6229006FC56148D71(__this, NULL);
|
|
bool L_37;
|
|
L_37 = Guid_op_Inequality_mAA2FAB73FCD2CB2D2128ECF7016AC16AFBDF6163(L_35, L_36, NULL);
|
|
if (!L_37)
|
|
{
|
|
goto IL_00d2;
|
|
}
|
|
}
|
|
{
|
|
// return false;
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_00d2:
|
|
{
|
|
// return true;
|
|
return (bool)1;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C bool InputBinding_Matches_mCF4F98B26B9EAF88434A3A0C6BF8F9EFF2BF592F_AdjustorThunk (RuntimeObject* __this, InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5* ___0_binding, int32_t ___1_options, const RuntimeMethod* method)
|
|
{
|
|
InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5*>(__this + _offset);
|
|
bool _returnValue;
|
|
_returnValue = InputBinding_Matches_mCF4F98B26B9EAF88434A3A0C6BF8F9EFF2BF592F(_thisAdjusted, ___0_binding, ___1_options, method);
|
|
return _returnValue;
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void UnityEngine.InputSystem.InputBinding/<>c::.cctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__cctor_m513F66C0DC98319E28CB0221CE04171008B9DD95 (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* ___0_x, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// return new InputBinding {groups = string.Join(kSeparatorString, groups.Where(x => !string.IsNullOrEmpty(x)))};
|
|
String_t* L_0 = ___0_x;
|
|
bool L_1;
|
|
L_1 = String_IsNullOrEmpty_mEA9E3FB005AC28FE02E69FCF95A7B8456192B478(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* ___0_context, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// return -1;
|
|
return (-1.0f);
|
|
}
|
|
}
|
|
// System.Void UnityEngine.InputSystem.InputBindingComposite::FinishSetup(UnityEngine.InputSystem.InputBindingCompositeContext&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputBindingComposite_FinishSetup_mFCFC44BF82CC9A3F7F382D2D13F265C4F7265AF5 (InputBindingComposite_tA9230435A30FB5B2D4967D6FAE7EFABBBF26C0C0* __this, InputBindingCompositeContext_t961CAA1DF29D7D4E0AE0AEF22400B285E17B1390* ___0_context, 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* ___0_context, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// FinishSetup(ref context);
|
|
InputBindingCompositeContext_t961CAA1DF29D7D4E0AE0AEF22400B285E17B1390* L_0 = ___0_context;
|
|
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_mC19AD54C65B7F39B5319D3786B5A36441EF9FF68 (String_t* ___0_composite, 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;
|
|
{
|
|
// if (string.IsNullOrEmpty(composite))
|
|
String_t* L_0 = ___0_composite;
|
|
bool L_1;
|
|
L_1 = String_IsNullOrEmpty_mEA9E3FB005AC28FE02E69FCF95A7B8456192B478(L_0, NULL);
|
|
if (!L_1)
|
|
{
|
|
goto IL_0013;
|
|
}
|
|
}
|
|
{
|
|
// throw new ArgumentNullException(nameof(composite));
|
|
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*)&_stringLiteral6863AA8102F47C253DBDD60BF081AECA704C242A)), NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputBindingComposite_GetValueType_mC19AD54C65B7F39B5319D3786B5A36441EF9FF68_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_0013:
|
|
{
|
|
// var compositeType = s_Composites.LookupTypeRegistration(composite);
|
|
String_t* L_3 = ___0_composite;
|
|
Type_t* L_4;
|
|
L_4 = TypeTable_LookupTypeRegistration_m89DCEA471CDF7CDB994D67D3726482805C0AE29A((&((InputBindingComposite_tA9230435A30FB5B2D4967D6FAE7EFABBBF26C0C0_StaticFields*)il2cpp_codegen_static_fields_for(InputBindingComposite_tA9230435A30FB5B2D4967D6FAE7EFABBBF26C0C0_il2cpp_TypeInfo_var))->___s_Composites_0), L_3, NULL);
|
|
V_0 = L_4;
|
|
// if (compositeType == null)
|
|
Type_t* L_5 = V_0;
|
|
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
|
|
bool L_6;
|
|
L_6 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_5, (Type_t*)NULL, NULL);
|
|
if (!L_6)
|
|
{
|
|
goto IL_002a;
|
|
}
|
|
}
|
|
{
|
|
// return null;
|
|
return (Type_t*)NULL;
|
|
}
|
|
|
|
IL_002a:
|
|
{
|
|
// return TypeHelpers.GetGenericTypeArgumentFromHierarchy(compositeType, typeof(InputBindingComposite<>), 0);
|
|
Type_t* L_7 = V_0;
|
|
RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_8 = { 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_9;
|
|
L_9 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_8, NULL);
|
|
Type_t* L_10;
|
|
L_10 = TypeHelpers_GetGenericTypeArgumentFromHierarchy_m9CE3EA9B8DFBBBC2BD6BFB81B4D66FB6922C089C(L_7, L_9, 0, NULL);
|
|
return L_10;
|
|
}
|
|
}
|
|
// System.String UnityEngine.InputSystem.InputBindingComposite::GetExpectedControlLayoutName(System.String,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* InputBindingComposite_GetExpectedControlLayoutName_mA9E6558CDBE8C07EF568E09B1821CFBFEFE7C185 (String_t* ___0_composite, String_t* ___1_part, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CustomAttributeExtensions_GetCustomAttribute_TisInputControlAttribute_t312CA97B153666F873279E81BA4054684715368D_m5BF35110764C49D649395920E4A14FE63F656C77_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* G_B10_0 = NULL;
|
|
InputControlAttribute_t312CA97B153666F873279E81BA4054684715368D* G_B9_0 = NULL;
|
|
{
|
|
// if (string.IsNullOrEmpty(composite))
|
|
String_t* L_0 = ___0_composite;
|
|
bool L_1;
|
|
L_1 = String_IsNullOrEmpty_mEA9E3FB005AC28FE02E69FCF95A7B8456192B478(L_0, NULL);
|
|
if (!L_1)
|
|
{
|
|
goto IL_0013;
|
|
}
|
|
}
|
|
{
|
|
// throw new ArgumentNullException(nameof(composite));
|
|
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*)&_stringLiteral6863AA8102F47C253DBDD60BF081AECA704C242A)), NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputBindingComposite_GetExpectedControlLayoutName_mA9E6558CDBE8C07EF568E09B1821CFBFEFE7C185_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_0013:
|
|
{
|
|
// if (string.IsNullOrEmpty(part))
|
|
String_t* L_3 = ___1_part;
|
|
bool L_4;
|
|
L_4 = String_IsNullOrEmpty_mEA9E3FB005AC28FE02E69FCF95A7B8456192B478(L_3, NULL);
|
|
if (!L_4)
|
|
{
|
|
goto IL_0026;
|
|
}
|
|
}
|
|
{
|
|
// throw new ArgumentNullException(nameof(part));
|
|
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*)&_stringLiteral9BD8BFCCD034050ABDF24FC357095653412B69BB)), NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputBindingComposite_GetExpectedControlLayoutName_mA9E6558CDBE8C07EF568E09B1821CFBFEFE7C185_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_0026:
|
|
{
|
|
// var compositeType = s_Composites.LookupTypeRegistration(composite);
|
|
String_t* L_6 = ___0_composite;
|
|
Type_t* L_7;
|
|
L_7 = TypeTable_LookupTypeRegistration_m89DCEA471CDF7CDB994D67D3726482805C0AE29A((&((InputBindingComposite_tA9230435A30FB5B2D4967D6FAE7EFABBBF26C0C0_StaticFields*)il2cpp_codegen_static_fields_for(InputBindingComposite_tA9230435A30FB5B2D4967D6FAE7EFABBBF26C0C0_il2cpp_TypeInfo_var))->___s_Composites_0), L_6, NULL);
|
|
V_0 = L_7;
|
|
// if (compositeType == null)
|
|
Type_t* L_8 = V_0;
|
|
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
|
|
bool L_9;
|
|
L_9 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_8, (Type_t*)NULL, NULL);
|
|
if (!L_9)
|
|
{
|
|
goto IL_003d;
|
|
}
|
|
}
|
|
{
|
|
// return null;
|
|
return (String_t*)NULL;
|
|
}
|
|
|
|
IL_003d:
|
|
{
|
|
// var field = compositeType.GetField(part,
|
|
// BindingFlags.Instance | BindingFlags.IgnoreCase | BindingFlags.Public);
|
|
Type_t* L_10 = V_0;
|
|
String_t* L_11 = ___1_part;
|
|
NullCheck(L_10);
|
|
FieldInfo_t* L_12;
|
|
L_12 = VirtualFuncInvoker2< FieldInfo_t*, String_t*, int32_t >::Invoke(85 /* System.Reflection.FieldInfo System.Type::GetField(System.String,System.Reflection.BindingFlags) */, L_10, L_11, ((int32_t)21));
|
|
V_1 = L_12;
|
|
// if (field == null)
|
|
FieldInfo_t* L_13 = V_1;
|
|
bool L_14;
|
|
L_14 = FieldInfo_op_Equality_mA38D84E1D9AA016F414CF2265C4B0DB1FEBBAB74(L_13, (FieldInfo_t*)NULL, NULL);
|
|
if (!L_14)
|
|
{
|
|
goto IL_0052;
|
|
}
|
|
}
|
|
{
|
|
// return null;
|
|
return (String_t*)NULL;
|
|
}
|
|
|
|
IL_0052:
|
|
{
|
|
// var attribute = field.GetCustomAttribute<InputControlAttribute>(false);
|
|
FieldInfo_t* L_15 = V_1;
|
|
InputControlAttribute_t312CA97B153666F873279E81BA4054684715368D* L_16;
|
|
L_16 = CustomAttributeExtensions_GetCustomAttribute_TisInputControlAttribute_t312CA97B153666F873279E81BA4054684715368D_m5BF35110764C49D649395920E4A14FE63F656C77(L_15, (bool)0, CustomAttributeExtensions_GetCustomAttribute_TisInputControlAttribute_t312CA97B153666F873279E81BA4054684715368D_m5BF35110764C49D649395920E4A14FE63F656C77_RuntimeMethod_var);
|
|
// return attribute?.layout;
|
|
InputControlAttribute_t312CA97B153666F873279E81BA4054684715368D* L_17 = L_16;
|
|
G_B9_0 = L_17;
|
|
if (L_17)
|
|
{
|
|
G_B10_0 = L_17;
|
|
goto IL_005f;
|
|
}
|
|
}
|
|
{
|
|
return (String_t*)NULL;
|
|
}
|
|
|
|
IL_005f:
|
|
{
|
|
NullCheck(G_B10_0);
|
|
String_t* L_18;
|
|
L_18 = InputControlAttribute_get_layout_m3E41A7E382A12A21A7C5C8F60480101DFECE2C94_inline(G_B10_0, NULL);
|
|
return L_18;
|
|
}
|
|
}
|
|
// System.Collections.Generic.IEnumerable`1<System.String> UnityEngine.InputSystem.InputBindingComposite::GetPartNames(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* InputBindingComposite_GetPartNames_m97F5B6103B4C4A55CDBAB39DBA5F68C714E2B54F (String_t* ___0_composite, 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 = ___0_composite;
|
|
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_m583767552C1C45D6B8F9507AA915158318B7F902 (String_t* ___0_composite, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CustomAttributeExtensions_GetCustomAttribute_TisDisplayStringFormatAttribute_t3C53E0C127ADC7CED74D9E4B13A6F1804577D89B_m5B29C3E9BD28517B0F6965DF2191F6CF450A421C_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;
|
|
{
|
|
// if (string.IsNullOrEmpty(composite))
|
|
String_t* L_0 = ___0_composite;
|
|
bool L_1;
|
|
L_1 = String_IsNullOrEmpty_mEA9E3FB005AC28FE02E69FCF95A7B8456192B478(L_0, NULL);
|
|
if (!L_1)
|
|
{
|
|
goto IL_0013;
|
|
}
|
|
}
|
|
{
|
|
// throw new ArgumentNullException(nameof(composite));
|
|
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*)&_stringLiteral6863AA8102F47C253DBDD60BF081AECA704C242A)), NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputBindingComposite_GetDisplayFormatString_m583767552C1C45D6B8F9507AA915158318B7F902_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_0013:
|
|
{
|
|
// var compositeType = s_Composites.LookupTypeRegistration(composite);
|
|
String_t* L_3 = ___0_composite;
|
|
Type_t* L_4;
|
|
L_4 = TypeTable_LookupTypeRegistration_m89DCEA471CDF7CDB994D67D3726482805C0AE29A((&((InputBindingComposite_tA9230435A30FB5B2D4967D6FAE7EFABBBF26C0C0_StaticFields*)il2cpp_codegen_static_fields_for(InputBindingComposite_tA9230435A30FB5B2D4967D6FAE7EFABBBF26C0C0_il2cpp_TypeInfo_var))->___s_Composites_0), L_3, NULL);
|
|
V_0 = L_4;
|
|
// if (compositeType == null)
|
|
Type_t* L_5 = V_0;
|
|
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
|
|
bool L_6;
|
|
L_6 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_5, (Type_t*)NULL, NULL);
|
|
if (!L_6)
|
|
{
|
|
goto IL_002a;
|
|
}
|
|
}
|
|
{
|
|
// return null;
|
|
return (String_t*)NULL;
|
|
}
|
|
|
|
IL_002a:
|
|
{
|
|
// var displayFormatAttribute = compositeType.GetCustomAttribute<DisplayStringFormatAttribute>();
|
|
Type_t* L_7 = V_0;
|
|
DisplayStringFormatAttribute_t3C53E0C127ADC7CED74D9E4B13A6F1804577D89B* L_8;
|
|
L_8 = CustomAttributeExtensions_GetCustomAttribute_TisDisplayStringFormatAttribute_t3C53E0C127ADC7CED74D9E4B13A6F1804577D89B_m5B29C3E9BD28517B0F6965DF2191F6CF450A421C(L_7, CustomAttributeExtensions_GetCustomAttribute_TisDisplayStringFormatAttribute_t3C53E0C127ADC7CED74D9E4B13A6F1804577D89B_m5B29C3E9BD28517B0F6965DF2191F6CF450A421C_RuntimeMethod_var);
|
|
V_1 = L_8;
|
|
// if (displayFormatAttribute == null)
|
|
DisplayStringFormatAttribute_t3C53E0C127ADC7CED74D9E4B13A6F1804577D89B* L_9 = V_1;
|
|
if (L_9)
|
|
{
|
|
goto IL_0036;
|
|
}
|
|
}
|
|
{
|
|
// return null;
|
|
return (String_t*)NULL;
|
|
}
|
|
|
|
IL_0036:
|
|
{
|
|
// return displayFormatAttribute.formatString;
|
|
DisplayStringFormatAttribute_t3C53E0C127ADC7CED74D9E4B13A6F1804577D89B* L_10 = V_1;
|
|
NullCheck(L_10);
|
|
String_t* L_11;
|
|
L_11 = DisplayStringFormatAttribute_get_formatString_mCB36763A3E35FBFF23E0010B14CCB693A8414519_inline(L_10, NULL);
|
|
return L_11;
|
|
}
|
|
}
|
|
// 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 ___0_U3CU3E1__state, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
|
|
int32_t L_0 = ___0_U3CU3E1__state;
|
|
__this->___U3CU3E1__state_0 = L_0;
|
|
int32_t L_1;
|
|
L_1 = Environment_get_CurrentManagedThreadId_m66483AADCCC13272EBDCD94D31D2E52603C24BDF(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_m5C864BCC82F21CFA7A020D8095A6B228E8837ED2_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;
|
|
Type_t* V_1 = NULL;
|
|
FieldInfo_t* V_2 = NULL;
|
|
{
|
|
int32_t L_0 = __this->___U3CU3E1__state_0;
|
|
V_0 = L_0;
|
|
int32_t L_1 = V_0;
|
|
if (!L_1)
|
|
{
|
|
goto IL_0010;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_2 = V_0;
|
|
if ((((int32_t)L_2) == ((int32_t)1)))
|
|
{
|
|
goto IL_008d;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0010:
|
|
{
|
|
__this->___U3CU3E1__state_0 = (-1);
|
|
// if (string.IsNullOrEmpty(composite))
|
|
String_t* L_3 = __this->___composite_3;
|
|
bool L_4;
|
|
L_4 = String_IsNullOrEmpty_mEA9E3FB005AC28FE02E69FCF95A7B8456192B478(L_3, NULL);
|
|
if (!L_4)
|
|
{
|
|
goto IL_002f;
|
|
}
|
|
}
|
|
{
|
|
// throw new ArgumentNullException(nameof(composite));
|
|
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*)&_stringLiteral6863AA8102F47C253DBDD60BF081AECA704C242A)), NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&U3CGetPartNamesU3Ed__12_MoveNext_m39491A355CB6AF575DD77D9549115D15EF8789BD_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_002f:
|
|
{
|
|
// var compositeType = s_Composites.LookupTypeRegistration(composite);
|
|
String_t* L_6 = __this->___composite_3;
|
|
Type_t* L_7;
|
|
L_7 = TypeTable_LookupTypeRegistration_m89DCEA471CDF7CDB994D67D3726482805C0AE29A((&((InputBindingComposite_tA9230435A30FB5B2D4967D6FAE7EFABBBF26C0C0_StaticFields*)il2cpp_codegen_static_fields_for(InputBindingComposite_tA9230435A30FB5B2D4967D6FAE7EFABBBF26C0C0_il2cpp_TypeInfo_var))->___s_Composites_0), L_6, NULL);
|
|
V_1 = L_7;
|
|
// if (compositeType == null)
|
|
Type_t* L_8 = V_1;
|
|
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
|
|
bool L_9;
|
|
L_9 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_8, (Type_t*)NULL, NULL);
|
|
if (!L_9)
|
|
{
|
|
goto IL_004b;
|
|
}
|
|
}
|
|
{
|
|
// yield break;
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_004b:
|
|
{
|
|
// foreach (var field in compositeType.GetFields(BindingFlags.Instance | BindingFlags.Public))
|
|
Type_t* L_10 = V_1;
|
|
NullCheck(L_10);
|
|
FieldInfoU5BU5D_t50D47CBECF1AEB152F555803E3329D9E34DBF8D8* L_11;
|
|
L_11 = VirtualFuncInvoker1< FieldInfoU5BU5D_t50D47CBECF1AEB152F555803E3329D9E34DBF8D8*, int32_t >::Invoke(87 /* System.Reflection.FieldInfo[] System.Type::GetFields(System.Reflection.BindingFlags) */, L_10, ((int32_t)20));
|
|
__this->___U3CU3E7__wrap1_5 = L_11;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CU3E7__wrap1_5), (void*)L_11);
|
|
__this->___U3CU3E7__wrap2_6 = 0;
|
|
goto IL_00a2;
|
|
}
|
|
|
|
IL_0062:
|
|
{
|
|
// foreach (var field in compositeType.GetFields(BindingFlags.Instance | BindingFlags.Public))
|
|
FieldInfoU5BU5D_t50D47CBECF1AEB152F555803E3329D9E34DBF8D8* L_12 = __this->___U3CU3E7__wrap1_5;
|
|
int32_t L_13 = __this->___U3CU3E7__wrap2_6;
|
|
NullCheck(L_12);
|
|
int32_t L_14 = L_13;
|
|
FieldInfo_t* L_15 = (L_12)->GetAt(static_cast<il2cpp_array_size_t>(L_14));
|
|
V_2 = L_15;
|
|
// var controlAttribute = field.GetCustomAttribute<InputControlAttribute>();
|
|
FieldInfo_t* L_16 = V_2;
|
|
InputControlAttribute_t312CA97B153666F873279E81BA4054684715368D* L_17;
|
|
L_17 = CustomAttributeExtensions_GetCustomAttribute_TisInputControlAttribute_t312CA97B153666F873279E81BA4054684715368D_m5C864BCC82F21CFA7A020D8095A6B228E8837ED2(L_16, CustomAttributeExtensions_GetCustomAttribute_TisInputControlAttribute_t312CA97B153666F873279E81BA4054684715368D_m5C864BCC82F21CFA7A020D8095A6B228E8837ED2_RuntimeMethod_var);
|
|
// if (controlAttribute != null)
|
|
if (!L_17)
|
|
{
|
|
goto IL_0094;
|
|
}
|
|
}
|
|
{
|
|
// yield return field.Name;
|
|
FieldInfo_t* L_18 = V_2;
|
|
NullCheck(L_18);
|
|
String_t* L_19;
|
|
L_19 = VirtualFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, L_18);
|
|
__this->___U3CU3E2__current_1 = L_19;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CU3E2__current_1), (void*)L_19);
|
|
__this->___U3CU3E1__state_0 = 1;
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_008d:
|
|
{
|
|
__this->___U3CU3E1__state_0 = (-1);
|
|
}
|
|
|
|
IL_0094:
|
|
{
|
|
int32_t L_20 = __this->___U3CU3E7__wrap2_6;
|
|
__this->___U3CU3E7__wrap2_6 = ((int32_t)il2cpp_codegen_add(L_20, 1));
|
|
}
|
|
|
|
IL_00a2:
|
|
{
|
|
// foreach (var field in compositeType.GetFields(BindingFlags.Instance | BindingFlags.Public))
|
|
int32_t L_21 = __this->___U3CU3E7__wrap2_6;
|
|
FieldInfoU5BU5D_t50D47CBECF1AEB152F555803E3329D9E34DBF8D8* L_22 = __this->___U3CU3E7__wrap1_5;
|
|
NullCheck(L_22);
|
|
if ((((int32_t)L_21) < ((int32_t)((int32_t)(((RuntimeArray*)L_22)->max_length)))))
|
|
{
|
|
goto IL_0062;
|
|
}
|
|
}
|
|
{
|
|
__this->___U3CU3E7__wrap1_5 = (FieldInfoU5BU5D_t50D47CBECF1AEB152F555803E3329D9E34DBF8D8*)NULL;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CU3E7__wrap1_5), (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_m66483AADCCC13272EBDCD94D31D2E52603C24BDF(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* 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);
|
|
U3Cget_controlsU3Ed__2_t09B5C7D3532D39371222B9D7A3E9A0D114A49717* L_1 = L_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);
|
|
return L_1;
|
|
}
|
|
}
|
|
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 ___0_partNumber, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// 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 = ___0_partNumber;
|
|
NullCheck(L_0);
|
|
float L_3;
|
|
L_3 = InputActionState_EvaluateCompositePartMagnitude_m75015048EFB32626A744C538A8962B78B3E3D8C8(L_0, L_1, L_2, NULL);
|
|
return L_3;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C float InputBindingCompositeContext_EvaluateMagnitude_m418436D265278E622B80FD3CB6E6366F5DDD2E1A_AdjustorThunk (RuntimeObject* __this, int32_t ___0_partNumber, const RuntimeMethod* method)
|
|
{
|
|
InputBindingCompositeContext_t961CAA1DF29D7D4E0AE0AEF22400B285E17B1390* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<InputBindingCompositeContext_t961CAA1DF29D7D4E0AE0AEF22400B285E17B1390*>(__this + _offset);
|
|
float _returnValue;
|
|
_returnValue = InputBindingCompositeContext_EvaluateMagnitude_m418436D265278E622B80FD3CB6E6366F5DDD2E1A(_thisAdjusted, ___0_partNumber, 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 ___0_partNumber, 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;
|
|
int32_t V_1 = 0;
|
|
DefaultComparer_1_tD5AE5A1A1257191A99DD8A768794EDC0D6032AA7 V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
{
|
|
// if (m_State == null)
|
|
InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* L_0 = __this->___m_State_0;
|
|
if (L_0)
|
|
{
|
|
goto IL_000a;
|
|
}
|
|
}
|
|
{
|
|
// return default;
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_000a:
|
|
{
|
|
// var buttonValue = false;
|
|
V_0 = (bool)0;
|
|
// m_State.ReadCompositePartValue<float, DefaultComparer<float>>(m_BindingIndex, partNumber, &buttonValue,
|
|
// out _);
|
|
InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* L_1 = __this->___m_State_0;
|
|
int32_t L_2 = __this->___m_BindingIndex_1;
|
|
int32_t L_3 = ___0_partNumber;
|
|
il2cpp_codegen_initobj((&V_2), sizeof(DefaultComparer_1_tD5AE5A1A1257191A99DD8A768794EDC0D6032AA7));
|
|
DefaultComparer_1_tD5AE5A1A1257191A99DD8A768794EDC0D6032AA7 L_4 = V_2;
|
|
NullCheck(L_1);
|
|
float L_5;
|
|
L_5 = InputActionState_ReadCompositePartValue_TisSingle_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_TisDefaultComparer_1_tD5AE5A1A1257191A99DD8A768794EDC0D6032AA7_mAD4AA7A33A3E667843255521211038C2259BAD91(L_1, L_2, L_3, (bool*)((uintptr_t)(&V_0)), (&V_1), L_4, InputActionState_ReadCompositePartValue_TisSingle_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_TisDefaultComparer_1_tD5AE5A1A1257191A99DD8A768794EDC0D6032AA7_mAD4AA7A33A3E667843255521211038C2259BAD91_RuntimeMethod_var);
|
|
// return buttonValue;
|
|
bool L_6 = V_0;
|
|
return L_6;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C bool InputBindingCompositeContext_ReadValueAsButton_mD3F30463AD217008C8DC0F42BA59BDC8EB37D0DB_AdjustorThunk (RuntimeObject* __this, int32_t ___0_partNumber, const RuntimeMethod* method)
|
|
{
|
|
InputBindingCompositeContext_t961CAA1DF29D7D4E0AE0AEF22400B285E17B1390* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<InputBindingCompositeContext_t961CAA1DF29D7D4E0AE0AEF22400B285E17B1390*>(__this + _offset);
|
|
bool _returnValue;
|
|
_returnValue = InputBindingCompositeContext_ReadValueAsButton_mD3F30463AD217008C8DC0F42BA59BDC8EB37D0DB(_thisAdjusted, ___0_partNumber, 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 ___0_partNumber, void* ___1_buffer, int32_t ___2_bufferSize, 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_000b;
|
|
}
|
|
}
|
|
{
|
|
return;
|
|
}
|
|
|
|
IL_000b:
|
|
{
|
|
int32_t L_2 = __this->___m_BindingIndex_1;
|
|
int32_t L_3 = ___0_partNumber;
|
|
void* L_4 = ___1_buffer;
|
|
int32_t L_5 = ___2_bufferSize;
|
|
NullCheck(G_B2_0);
|
|
bool L_6;
|
|
L_6 = InputActionState_ReadCompositePartValue_m32C8489F24CA743141F62FBAD1693E015B37AEDB(G_B2_0, L_2, L_3, L_4, L_5, NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void InputBindingCompositeContext_ReadValue_mC797CA9EDA827FF511B0771EEF21F1B271CF16D8_AdjustorThunk (RuntimeObject* __this, int32_t ___0_partNumber, void* ___1_buffer, int32_t ___2_bufferSize, const RuntimeMethod* method)
|
|
{
|
|
InputBindingCompositeContext_t961CAA1DF29D7D4E0AE0AEF22400B285E17B1390* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<InputBindingCompositeContext_t961CAA1DF29D7D4E0AE0AEF22400B285E17B1390*>(__this + _offset);
|
|
InputBindingCompositeContext_ReadValue_mC797CA9EDA827FF511B0771EEF21F1B271CF16D8(_thisAdjusted, ___0_partNumber, ___1_buffer, ___2_bufferSize, method);
|
|
}
|
|
// System.Object UnityEngine.InputSystem.InputBindingCompositeContext::ReadValueAsObject(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* InputBindingCompositeContext_ReadValueAsObject_mB707A8B03313DBFE4A3DF4867FE6A20AAAFB1882 (InputBindingCompositeContext_t961CAA1DF29D7D4E0AE0AEF22400B285E17B1390* __this, int32_t ___0_partNumber, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// 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 = ___0_partNumber;
|
|
NullCheck(L_0);
|
|
RuntimeObject* L_3;
|
|
L_3 = InputActionState_ReadCompositePartValueAsObject_mC175F414768E9AB0B52C4319CFEE21EC402F1BC0(L_0, L_1, L_2, NULL);
|
|
return L_3;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C RuntimeObject* InputBindingCompositeContext_ReadValueAsObject_mB707A8B03313DBFE4A3DF4867FE6A20AAAFB1882_AdjustorThunk (RuntimeObject* __this, int32_t ___0_partNumber, const RuntimeMethod* method)
|
|
{
|
|
InputBindingCompositeContext_t961CAA1DF29D7D4E0AE0AEF22400B285E17B1390* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<InputBindingCompositeContext_t961CAA1DF29D7D4E0AE0AEF22400B285E17B1390*>(__this + _offset);
|
|
RuntimeObject* _returnValue;
|
|
_returnValue = InputBindingCompositeContext_ReadValueAsObject_mB707A8B03313DBFE4A3DF4867FE6A20AAAFB1882(_thisAdjusted, ___0_partNumber, method);
|
|
return _returnValue;
|
|
}
|
|
// System.Double UnityEngine.InputSystem.InputBindingCompositeContext::GetPressTime(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double InputBindingCompositeContext_GetPressTime_mA919F3E37F086C2BFEEB6EB17A75B1A6CFF2E58A (InputBindingCompositeContext_t961CAA1DF29D7D4E0AE0AEF22400B285E17B1390* __this, int32_t ___0_partNumber, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// return m_State.GetCompositePartPressTime(m_BindingIndex, partNumber);
|
|
InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* L_0 = __this->___m_State_0;
|
|
int32_t L_1 = __this->___m_BindingIndex_1;
|
|
int32_t L_2 = ___0_partNumber;
|
|
NullCheck(L_0);
|
|
double L_3;
|
|
L_3 = InputActionState_GetCompositePartPressTime_m21F92D0FEC43DD8DF7F4CA04856B2D3ECA356CB3(L_0, L_1, L_2, NULL);
|
|
return L_3;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C double InputBindingCompositeContext_GetPressTime_mA919F3E37F086C2BFEEB6EB17A75B1A6CFF2E58A_AdjustorThunk (RuntimeObject* __this, int32_t ___0_partNumber, const RuntimeMethod* method)
|
|
{
|
|
InputBindingCompositeContext_t961CAA1DF29D7D4E0AE0AEF22400B285E17B1390* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<InputBindingCompositeContext_t961CAA1DF29D7D4E0AE0AEF22400B285E17B1390*>(__this + _offset);
|
|
double _returnValue;
|
|
_returnValue = InputBindingCompositeContext_GetPressTime_mA919F3E37F086C2BFEEB6EB17A75B1A6CFF2E58A(_thisAdjusted, ___0_partNumber, method);
|
|
return _returnValue;
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* InputControlScheme_get_bindingGroup_m44B4669B8B5D5FDEE8DB190307415AA2F99F5835_inline (InputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// get => m_BindingGroup;
|
|
String_t* L_0 = __this->___m_BindingGroup_1;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* InputBinding_get_name_mA8D3C357E272E1C140226BDB8ABEE6FCA8693705_inline (InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// get => m_Name;
|
|
String_t* L_0 = __this->___m_Name_2;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR InputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D* InputActionMap_get_asset_mBE901C135AA146247F9A05D72116F8FF15063052_inline (InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public InputActionAsset asset => m_Asset;
|
|
InputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D* L_0 = __this->___m_Asset_2;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* InputActionMap_get_name_mCB679DD2375CBD4A3F7A3419CEDF8AE928CDEBC8_inline (InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public string name => m_Name;
|
|
String_t* L_0 = __this->___m_Name_0;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* InputAction_get_name_m1F0AADC84A46CBF2EEE3AEACB760189F68D50938_inline (InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public string name => m_Name;
|
|
String_t* L_0 = __this->___m_Name_0;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void InputAction_set_expectedControlType_m0E0E3EDBBE07A99D6E264DD7ABB839B6F06B0A57_inline (InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* __this, String_t* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// set => m_ExpectedControlType = value;
|
|
String_t* L_0 = ___0_value;
|
|
__this->___m_ExpectedControlType_2 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_ExpectedControlType_2), (void*)L_0);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void InputBinding_set_path_m69ED486A68B0D864FCB334D955AE2CD1517A9592_inline (InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5* __this, String_t* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// set => m_Path = value;
|
|
String_t* L_0 = ___0_value;
|
|
__this->___m_Path_4 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_Path_4), (void*)L_0);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void InputBinding_set_interactions_m7324708C33901B1CB6398ED7B752CEF827A44DD6_inline (InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5* __this, String_t* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// set => m_Interactions = value;
|
|
String_t* L_0 = ___0_value;
|
|
__this->___m_Interactions_5 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_Interactions_5), (void*)L_0);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void InputBinding_set_processors_mC28DCE710EB5DDB4AC144FCE6C0E17843A8F2E0B_inline (InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5* __this, String_t* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// set => m_Processors = value;
|
|
String_t* L_0 = ___0_value;
|
|
__this->___m_Processors_6 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_Processors_6), (void*)L_0);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void InputBinding_set_groups_mF2767924C74B69A77893A53B9A49A42D101E59E0_inline (InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5* __this, String_t* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// set => m_Groups = value;
|
|
String_t* L_0 = ___0_value;
|
|
__this->___m_Groups_7 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_Groups_7), (void*)L_0);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void InputBinding_set_action_mBFC24A1E7B97CE6A90E3EBD80B886F5D83BEE376_inline (InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5* __this, String_t* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// set => m_Action = value;
|
|
String_t* L_0 = ___0_value;
|
|
__this->___m_Action_8 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_Action_8), (void*)L_0);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* InputBinding_get_path_m7572AB04038339C47BF0C62A3B07BFA6CB8A33B5_inline (InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// get => m_Path;
|
|
String_t* L_0 = __this->___m_Path_4;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void InputBinding_set_name_mAE0C23C6678C2814FC1171F379BB8E9E7F666997_inline (InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5* __this, String_t* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// set => m_Name = value;
|
|
String_t* L_0 = ___0_value;
|
|
__this->___m_Name_2 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_Name_2), (void*)L_0);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* InputBinding_get_action_mD21AC8EB2B81B5569FD857B27BACE7789B968A7E_inline (InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// get => m_Action;
|
|
String_t* L_0 = __this->___m_Action_8;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* InputControlScheme_get_name_mF9B3B36BFFF1B3D776B3EC862650970FA5AF35D4_inline (InputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public string name => m_Name;
|
|
String_t* L_0 = __this->___m_Name_0;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* InputBinding_get_groups_m1DC26248582F17A515C8A84BA5B2FB85712CFD7A_inline (InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// get => m_Groups;
|
|
String_t* L_0 = __this->___m_Groups_7;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* InputBinding_get_interactions_m95979C848A67C2BBE77749BDBC747ED335297639_inline (InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// get => m_Interactions;
|
|
String_t* L_0 = __this->___m_Interactions_5;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* InputBinding_get_processors_m53E89CC8513B30038D71FEACD23B9D87C2CDB637_inline (InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// get => m_Processors;
|
|
String_t* L_0 = __this->___m_Processors_6;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void InputControlScheme_set_bindingGroup_m45652B55467096810968C7DE049A5EC9B374A021_inline (InputControlScheme_tB60FB32F414727140B32E1A0447679DC7ABC8434* __this, String_t* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// set => m_BindingGroup = value;
|
|
String_t* L_0 = ___0_value;
|
|
__this->___m_BindingGroup_1 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_BindingGroup_1), (void*)L_0);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* InputControl_get_device_mAB3E013F566CF3407B8C36BC781EBD751DFAB324_inline (InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public InputDevice device => m_Device;
|
|
InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* L_0 = __this->___m_Device_9;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t TriggerState_get_bindingIndex_mD851F8DDC14C14E5FE80E64F78F24A4FE8328133_inline (TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// get => m_BindingIndex;
|
|
uint16_t L_0 = __this->___m_BindingIndex_9;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t InteractionState_get_phase_m478B9D7AAE57D8540C544DE41EC0AA57E3C63A18_inline (InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// get => (InputActionPhase)m_Phase;
|
|
uint8_t L_0 = __this->___m_Phase_1;
|
|
return (int32_t)(L_0);
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR 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 uint32_t TriggerState_get_lastCanceledInUpdate_m0131CE5316D3C8EA449892CCDFA8FD658F32CB7B_inline (TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// get => m_LastCanceledInUpdate;
|
|
uint32_t L_0 = __this->___m_LastCanceledInUpdate_13;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void TriggerState_set_lastCanceledInUpdate_m32E322779C9521C446AD9FD18987A7D30386E481_inline (TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* __this, uint32_t ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// set => m_LastCanceledInUpdate = value;
|
|
uint32_t L_0 = ___0_value;
|
|
__this->___m_LastCanceledInUpdate_13 = L_0;
|
|
return;
|
|
}
|
|
}
|
|
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_12;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void TriggerState_set_lastPerformedInUpdate_m3643DF0285D087F45DA8D87CD27A54C782153629_inline (TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* __this, uint32_t ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// set => m_LastPerformedInUpdate = value;
|
|
uint32_t L_0 = ___0_value;
|
|
__this->___m_LastPerformedInUpdate_12 = 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_14;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void TriggerState_set_pressedInUpdate_m6C8318D4DE435B22A2277E4836F45274A8A14A5B_inline (TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* __this, uint32_t ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// set => m_PressedInUpdate = value;
|
|
uint32_t L_0 = ___0_value;
|
|
__this->___m_PressedInUpdate_14 = 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_15;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void TriggerState_set_releasedInUpdate_mB50246B19DDC67E032785E0C601E0EE6F81FF737_inline (TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* __this, uint32_t ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// set => m_ReleasedInUpdate = value;
|
|
uint32_t L_0 = ___0_value;
|
|
__this->___m_ReleasedInUpdate_15 = 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_8;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void TriggerState_set_startTime_mE949DC15C580566A6C93904D659C91E1AC633609_inline (TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* __this, double ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// set => m_StartTime = value;
|
|
double L_0 = ___0_value;
|
|
__this->___m_StartTime_8 = L_0;
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t TriggerState_get_phase_m11BDB3D761D241980978DA52027C1E3B507D0D6D_inline (TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// get => (InputActionPhase)m_Phase;
|
|
uint8_t L_0 = __this->___m_Phase_3;
|
|
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_5;
|
|
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_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_triggerEventIdForComposite_m3D7E7E524EFB329F4EE66CC8988173A2764A2444_inline (BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// get => m_TriggerEventIdForComposite;
|
|
int32_t L_0 = __this->___m_TriggerEventIdForComposite_12;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void BindingState_set_triggerEventIdForComposite_mDEA5F26E6130E09D3ED2D62554F47F5F0B978307_inline (BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* __this, int32_t ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// set => m_TriggerEventIdForComposite = value;
|
|
int32_t L_0 = ___0_value;
|
|
__this->___m_TriggerEventIdForComposite_12 = 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_11;
|
|
return L_0;
|
|
}
|
|
}
|
|
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 ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// set => m_PerformedTime = value;
|
|
double L_0 = ___0_value;
|
|
__this->___m_PerformedTime_6 = L_0;
|
|
return;
|
|
}
|
|
}
|
|
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 ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// set => m_StartTime = value;
|
|
double L_0 = ___0_value;
|
|
__this->___m_StartTime_4 = 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 TriggerState_set_time_m316DF2AFC1F34386975756AB652DB628B954CEA5_inline (TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* __this, double ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// set => m_Time = value;
|
|
double L_0 = ___0_value;
|
|
__this->___m_Time_7 = 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 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 ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// set => m_TotalTimeoutCompletionTimeDone = value;
|
|
float L_0 = ___0_value;
|
|
__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 ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// set => m_TotalTimeoutCompletionTimeRemaining = value;
|
|
float L_0 = ___0_value;
|
|
__this->___m_TotalTimeoutCompletionTimeRemaining_8 = L_0;
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t InputState_get_currentUpdateType_m77DBCEC0F6E435740C44467281149B2F74025C10_inline (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputUpdate_t3D4F0AD6CD83C86A73B8165929FF0CB151A07CCD_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// public static InputUpdateType currentUpdateType => InputUpdate.s_LatestUpdateType;
|
|
int32_t L_0 = ((InputUpdate_t3D4F0AD6CD83C86A73B8165929FF0CB151A07CCD_StaticFields*)il2cpp_codegen_static_fields_for(InputUpdate_t3D4F0AD6CD83C86A73B8165929FF0CB151A07CCD_il2cpp_TypeInfo_var))->___s_LatestUpdateType_1;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR double BindingState_get_pressTime_m4B6FB5F9DCF16C18B649686BAEB840C281E40E47_inline (BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// get => m_PressTime;
|
|
double L_0 = __this->___m_PressTime_11;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void BindingState_set_pressTime_mDDC0159EFDB94A30296688B598166FF2D641300A_inline (BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* __this, double ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// set => m_PressTime = value;
|
|
double L_0 = ___0_value;
|
|
__this->___m_PressTime_11 = L_0;
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR double TriggerState_get_time_m24F76F03E47DEFAEB40652814E189E13433EA29C_inline (TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// get => m_Time;
|
|
double L_0 = __this->___m_Time_7;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Mathf_Approximately_m1DADD012A8FC82E11FB282501AE2EBBF9A77150B_inline (float ___0_a, float ___1_b, 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 = ___1_b;
|
|
float L_1 = ___0_a;
|
|
float L_2;
|
|
L_2 = fabsf(((float)il2cpp_codegen_subtract(L_0, L_1)));
|
|
float L_3 = ___0_a;
|
|
float L_4;
|
|
L_4 = fabsf(L_3);
|
|
float L_5 = ___1_b;
|
|
float L_6;
|
|
L_6 = fabsf(L_5);
|
|
float L_7;
|
|
L_7 = Mathf_Max_mF5379E63D2BBAC76D090748695D833934F8AD051_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_mF5379E63D2BBAC76D090748695D833934F8AD051_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 float Mathf_Max_mF5379E63D2BBAC76D090748695D833934F8AD051_inline (float ___0_a, float ___1_b, const RuntimeMethod* method)
|
|
{
|
|
float V_0 = 0.0f;
|
|
float G_B3_0 = 0.0f;
|
|
{
|
|
float L_0 = ___0_a;
|
|
float L_1 = ___1_b;
|
|
if ((((float)L_0) > ((float)L_1)))
|
|
{
|
|
goto IL_0008;
|
|
}
|
|
}
|
|
{
|
|
float L_2 = ___1_b;
|
|
G_B3_0 = L_2;
|
|
goto IL_0009;
|
|
}
|
|
|
|
IL_0008:
|
|
{
|
|
float L_3 = ___0_a;
|
|
G_B3_0 = L_3;
|
|
}
|
|
|
|
IL_0009:
|
|
{
|
|
V_0 = G_B3_0;
|
|
goto IL_000c;
|
|
}
|
|
|
|
IL_000c:
|
|
{
|
|
float L_4 = V_0;
|
|
return L_4;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void InteractionState_set_timerDuration_m6E90C8FA06295247F9A964261927B1059ECF918E_inline (InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE* __this, float ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// set => m_TimerDuration = value;
|
|
float L_0 = ___0_value;
|
|
__this->___m_TimerDuration_3 = L_0;
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void InteractionState_set_timerStartTime_m25E60D5CBC7599323F6EE54C1A046E77CD019456_inline (InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE* __this, double ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// set => m_TimerStartTime = value;
|
|
double L_0 = ___0_value;
|
|
__this->___m_TimerStartTime_5 = L_0;
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void InteractionState_set_timerMonitorIndex_m0C22737BEEA712F11C64C20FD485C250A1E38497_inline (InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE* __this, int64_t ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// set => m_TimerMonitorIndex = value;
|
|
int64_t L_0 = ___0_value;
|
|
__this->___m_TimerMonitorIndex_9 = L_0;
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int64_t InteractionState_get_timerMonitorIndex_m62CA25C75A48ED908B2D5AF97D69E4C397156ABA_inline (InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// get => m_TimerMonitorIndex;
|
|
int64_t L_0 = __this->___m_TimerMonitorIndex_9;
|
|
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_4;
|
|
return (int32_t)(L_0);
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t BindingState_get_processorCount_m673F60A870C4116290C808A3C5FE22311BF4993E_inline (BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// get => m_ProcessorCount;
|
|
uint8_t L_0 = __this->___m_ProcessorCount_2;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t BindingState_get_partIndex_mF704A62747932C1AC0CD5384ACFDA1B0089E6E06_inline (BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// get => m_PartIndex;
|
|
uint8_t L_0 = __this->___m_PartIndex_5;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR 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 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* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// set => m_OverridePath = value;
|
|
String_t* L_0 = ___0_value;
|
|
__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_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* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// set => m_OverrideInteractions = value;
|
|
String_t* L_0 = ___0_value;
|
|
__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_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* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// set => m_OverrideProcessors = value;
|
|
String_t* L_0 = ___0_value;
|
|
__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* 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* 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 bool Nullable_1_get_HasValue_m00D904EE8851201746126144230D13B95AA124FE_gshared_inline (Nullable_1_t16AD7DAD50FE498393D70E4661FB4349D271C2EE* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
bool L_0 = (bool)__this->___hasValue_0;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t ReadOnlyArray_1_get_Count_mC5926BE617B0AC5B74104072E867B33527B37B61_gshared_inline (ReadOnlyArray_1_tC41FC1476A6CC9385BDD74ECC6D3AF66A6C82BF9* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public int Count => m_Length;
|
|
int32_t L_0 = (int32_t)__this->___m_Length_2;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Nullable_1_get_HasValue_mCFAE024F6D64C44DB819487820F558B885E9FEC9_gshared_inline (Nullable_1_t9230A6967C12EE20A8968F95FBD11C10D7DC5DC9* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
bool L_0 = (bool)__this->___hasValue_0;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t 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 void List_1_Add_mEBCF994CC3814631017F46A387B1A192ED6C85C7_gshared_inline (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* __this, RuntimeObject* ___0_item, const RuntimeMethod* method)
|
|
{
|
|
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* V_0 = NULL;
|
|
int32_t V_1 = 0;
|
|
{
|
|
int32_t L_0 = (int32_t)__this->____version_3;
|
|
__this->____version_3 = ((int32_t)il2cpp_codegen_add(L_0, 1));
|
|
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_1 = (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)__this->____items_1;
|
|
V_0 = L_1;
|
|
int32_t L_2 = (int32_t)__this->____size_2;
|
|
V_1 = L_2;
|
|
int32_t L_3 = V_1;
|
|
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_4 = V_0;
|
|
NullCheck(L_4);
|
|
if ((!(((uint32_t)L_3) < ((uint32_t)((int32_t)(((RuntimeArray*)L_4)->max_length))))))
|
|
{
|
|
goto IL_0034;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_5 = V_1;
|
|
__this->____size_2 = ((int32_t)il2cpp_codegen_add(L_5, 1));
|
|
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_6 = V_0;
|
|
int32_t L_7 = V_1;
|
|
RuntimeObject* L_8 = ___0_item;
|
|
NullCheck(L_6);
|
|
(L_6)->SetAt(static_cast<il2cpp_array_size_t>(L_7), (RuntimeObject*)L_8);
|
|
return;
|
|
}
|
|
|
|
IL_0034:
|
|
{
|
|
RuntimeObject* L_9 = ___0_item;
|
|
(( void (*) (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D*, RuntimeObject*, const RuntimeMethod*))il2cpp_codegen_get_method_pointer(il2cpp_rgctx_method(method->klass->rgctx_data, 11)))(__this, L_9, il2cpp_rgctx_method(method->klass->rgctx_data, 11));
|
|
return;
|
|
}
|
|
}
|