35756 lines
1.6 MiB
35756 lines
1.6 MiB
#include "pch-cpp.hpp"
|
|
|
|
#ifndef _MSC_VER
|
|
# include <alloca.h>
|
|
#else
|
|
# include <malloc.h>
|
|
#endif
|
|
|
|
|
|
#include <limits>
|
|
|
|
|
|
template <typename T1, typename T2>
|
|
struct VirtualActionInvoker2
|
|
{
|
|
typedef void (*Action)(void*, T1, T2, const RuntimeMethod*);
|
|
|
|
static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2)
|
|
{
|
|
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
|
|
((Action)invokeData.methodPtr)(obj, p1, p2, invokeData.method);
|
|
}
|
|
};
|
|
template <typename 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);
|
|
}
|
|
};
|
|
template <typename R, typename T1>
|
|
struct InterfaceFuncInvoker1
|
|
{
|
|
typedef R (*Func)(void*, T1, const RuntimeMethod*);
|
|
|
|
static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1)
|
|
{
|
|
const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface);
|
|
return ((Func)invokeData.methodPtr)(obj, p1, 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<System.Object,UnityEngine.InputSystem.InputActionChange>
|
|
struct Action_2_t4D6C6A84A6B44BE6193A1F64753F6E48558FBE9D;
|
|
// System.Action`2<System.Object,System.Int32Enum>
|
|
struct Action_2_t9C4E97D0565650F0AEF7C72077EB8A0F9326E40B;
|
|
// System.Collections.Generic.Dictionary`2<System.Int32,System.Globalization.CultureInfo>
|
|
struct Dictionary_2_t9FA6D82CAFC18769F7515BB51D1C56DAE09381C3;
|
|
// System.Collections.Generic.Dictionary`2<UnityEngine.InputSystem.Utilities.InternedString,System.Type>
|
|
struct Dictionary_2_t1FFEE4C9AF6AF524CAD4FDCEA8F3AB34E585451D;
|
|
// System.Collections.Generic.Dictionary`2<System.String,System.Globalization.CultureInfo>
|
|
struct Dictionary_2_tE1603CE612C16451D1E56FF4D4859D4FE4087C28;
|
|
// System.Collections.Generic.Dictionary`2<System.String,System.Int32>
|
|
struct Dictionary_2_t5C8F46F5D57502270DD9E1DA8303B23C7FE85588;
|
|
// System.Collections.Generic.Dictionary`2<System.String,UnityEngine.InputSystem.Utilities.JsonParser/JsonValue>
|
|
struct Dictionary_2_t6682243BDABA638FCBE4F1D9875B5B1455A7686E;
|
|
// System.Collections.Generic.Dictionary`2<System.Text.RegularExpressions.Regex/CachedCodeEntryKey,System.Text.RegularExpressions.Regex/CachedCodeEntry>
|
|
struct Dictionary_2_t5B5B38BB06341F50E1C75FB53208A2A66CAE57F7;
|
|
// System.Func`2<System.Collections.Generic.KeyValuePair`2<System.Object,UnityEngine.InputSystem.Utilities.JsonParser/JsonValue>,System.Object>
|
|
struct Func_2_tE32F20C3219F9FBFF273C0735FB38DC288042AFC;
|
|
// System.Func`2<System.Collections.Generic.KeyValuePair`2<System.String,UnityEngine.InputSystem.Utilities.JsonParser/JsonValue>,System.String>
|
|
struct Func_2_t6607247B3D14485113F4625701B75EA9FB3C7011;
|
|
// System.Func`2<System.Char,System.Boolean>
|
|
struct Func_2_tF409A653B8F770E0A30CD80D21764FB1DDB2A28F;
|
|
// System.Func`2<UnityEngine.InputSystem.Utilities.NamedValue,System.Object>
|
|
struct Func_2_t95F8C5DB83078AC2200EB11F714DEB6262E3AA4E;
|
|
// System.Func`2<UnityEngine.InputSystem.Utilities.NamedValue,System.String>
|
|
struct Func_2_t526C279A85678AE3DCBB2300E3EF9872CBFACECC;
|
|
// System.Func`2<System.Object,System.Boolean>
|
|
struct Func_2_tE1F0D41563EE092E5E5540B061449FDE88F1DC00;
|
|
// System.Func`2<System.Object,System.Object>
|
|
struct Func_2_tACBF5A1656250800CE861707354491F0611F6624;
|
|
// System.Func`2<System.String,System.Boolean>
|
|
struct Func_2_tAB9727E0C937894E19032D575D98A8A9AB5EE47D;
|
|
// System.Func`2<System.String,System.String>
|
|
struct Func_2_t85D1F7C2022B349817C22FC72C474CD33FFABE93;
|
|
// System.Func`2<UnityEngine.InputSystem.Utilities.JsonParser/JsonValue,System.Object>
|
|
struct Func_2_t9D6D0636D7EE282D3C55AA455C0B6CAC61A117F0;
|
|
// System.Func`2<UnityEngine.InputSystem.Utilities.JsonParser/JsonValue,System.String>
|
|
struct Func_2_t2401365303BAEA06C3B858275C74EF4FBC90D95C;
|
|
// System.Collections.Generic.HashSet`1<System.String>
|
|
struct HashSet_1_tEFC6605F7DE53F71946C33FD371E53C3100F2178;
|
|
// System.Collections.Generic.IEnumerable`1<System.Collections.Generic.KeyValuePair`2<System.Object,UnityEngine.InputSystem.Utilities.JsonParser/JsonValue>>
|
|
struct IEnumerable_1_t3A7203FE421755DA60088F8BC5852780C0A08743;
|
|
// System.Collections.Generic.IEnumerable`1<System.Collections.Generic.KeyValuePair`2<System.String,UnityEngine.InputSystem.Utilities.JsonParser/JsonValue>>
|
|
struct IEnumerable_1_t243A8BF32D5391C89FF66321D96DDEF68BCC05F7;
|
|
// System.Collections.Generic.IEnumerable`1<UnityEngine.InputSystem.Utilities.NameAndParameters>
|
|
struct IEnumerable_1_tE7085BC52C5ABEB257F7DD997C7553035F1B6424;
|
|
// System.Collections.Generic.IEnumerable`1<UnityEngine.InputSystem.Utilities.NamedValue>
|
|
struct IEnumerable_1_tE8770DCFF3ECE985F417877349BCE1223B1DA79E;
|
|
// 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.Utilities.Substring>
|
|
struct IEnumerable_1_tDE18BB328ED95FB272AE8FAE3C13576909589F4D;
|
|
// System.Collections.Generic.IEnumerable`1<UnityEngine.InputSystem.Utilities.JsonParser/JsonValue>
|
|
struct IEnumerable_1_t7886238EF7DC77A68D0FBB352FED1C732EF306A0;
|
|
// System.Collections.Generic.IEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.String,System.Object>>
|
|
struct IEnumerator_1_t913F242211877D391217C9D75152235266FDAF10;
|
|
// System.Collections.Generic.IEnumerator`1<System.String>
|
|
struct IEnumerator_1_t73FD060C436E3C4264A734C8F8DCC01DFF6046B8;
|
|
// System.Collections.Generic.IEnumerator`1<UnityEngine.InputSystem.Utilities.Substring>
|
|
struct IEnumerator_1_t28314E682493CA936A454DA48BFB000CAF4F5D74;
|
|
// System.Collections.Generic.IEnumerator`1<UnityEngine.InputSystem.Utilities.InputActionTrace/ActionEventPtr>
|
|
struct IEnumerator_1_t3F73EBF6F115C27387F41C96FEA1DDA34172922B;
|
|
// System.Collections.Generic.IEqualityComparer`1<System.String>
|
|
struct IEqualityComparer_1_tAE94C8F24AD5B94D4EE85CA9FC59E3409D41CAF7;
|
|
// System.IObservable`1<UnityEngine.InputSystem.LowLevel.InputEventPtr>
|
|
struct IObservable_1_t6A88B15915275CE92411906C989057BD5C18C20A;
|
|
// System.IObserver`1<UnityEngine.InputSystem.LowLevel.InputEventPtr>
|
|
struct IObserver_1_tBA370B49C5227E7D5F575F4CE6A81A040CF7C5D5;
|
|
// UnityEngine.InputSystem.InputControl`1<System.Double>
|
|
struct InputControl_1_t3D0405353C1510181388B799CAB07DCE5DC27CA8;
|
|
// UnityEngine.InputSystem.InputControl`1<System.Int32>
|
|
struct InputControl_1_t6610D981ECAED7950370CC37B55465BBFDDD6A61;
|
|
// UnityEngine.InputSystem.InputControl`1<System.Int32Enum>
|
|
struct InputControl_1_t7BF2CD7940FF24B3BFFCB467493E26B09B136BFB;
|
|
// UnityEngine.InputSystem.InputControl`1<UnityEngine.Quaternion>
|
|
struct InputControl_1_t9C13D8BC7805C38134C3ED7262E9ECF28CC59770;
|
|
// UnityEngine.InputSystem.InputControl`1<System.Single>
|
|
struct InputControl_1_t7A35A4AF63A7AA94678E000D4F3265A1FD84288A;
|
|
// UnityEngine.InputSystem.InputControl`1<UnityEngine.InputSystem.TouchPhase>
|
|
struct InputControl_1_t2BE808A88535A7BD02A4623F3798E6FCDAE1F21E;
|
|
// UnityEngine.InputSystem.InputControl`1<UnityEngine.InputSystem.LowLevel.TouchState>
|
|
struct InputControl_1_t8328183BE585255AE6A8A1F8D5C9DEEDE891A3B3;
|
|
// UnityEngine.InputSystem.InputControl`1<UnityEngine.Vector2>
|
|
struct InputControl_1_tC164085710F2FAA9161295C9B7FE273AF893CF66;
|
|
// UnityEngine.InputSystem.InputControl`1<UnityEngine.Vector3>
|
|
struct InputControl_1_tFF1806D355F3775B3CC4F50471CB900517A8F735;
|
|
// UnityEngine.InputSystem.InputProcessor`1<System.Double>
|
|
struct InputProcessor_1_tAAC8F976DB5D03F250579CEB3CD7D7630C5EFDE9;
|
|
// UnityEngine.InputSystem.InputProcessor`1<System.Int32>
|
|
struct InputProcessor_1_t6E31E29C499C6D9610C662BCCAD45B97D442C96B;
|
|
// UnityEngine.InputSystem.InputProcessor`1<UnityEngine.Quaternion>
|
|
struct InputProcessor_1_t43B1AEC927E378D43D0207A4C031927E872280CE;
|
|
// UnityEngine.InputSystem.InputProcessor`1<System.Single>
|
|
struct InputProcessor_1_tFE49B42CB371A9A2A3F29802695BD251947AD0B4;
|
|
// UnityEngine.InputSystem.InputProcessor`1<UnityEngine.InputSystem.TouchPhase>
|
|
struct InputProcessor_1_t2BDDA39FCEEAE5A9C5F829128BC599C5F8E204D6;
|
|
// UnityEngine.InputSystem.InputProcessor`1<UnityEngine.InputSystem.LowLevel.TouchState>
|
|
struct InputProcessor_1_tCC7634AB386F9C6888B89C0FD440251E67C5D8F7;
|
|
// UnityEngine.InputSystem.InputProcessor`1<UnityEngine.Vector2>
|
|
struct InputProcessor_1_tD1A40E0E5825AAABC3416EC96E087FF6E6351DD2;
|
|
// UnityEngine.InputSystem.InputProcessor`1<UnityEngine.Vector3>
|
|
struct InputProcessor_1_t10DFF33E2326C9CB9E156D4E45DB2D85EFD54C7F;
|
|
// System.Collections.Generic.Dictionary`2/KeyCollection<System.String,UnityEngine.InputSystem.Utilities.JsonParser/JsonValue>
|
|
struct KeyCollection_t787015E8BCAF40CC9149C86CFFA658E4B160F82B;
|
|
// System.Collections.Generic.KeyValuePair`2<UnityEngine.InputSystem.Utilities.InternedString,System.Object>
|
|
struct KeyValuePair_2_tC24A74EF64A292F5C6BA77D0B04CD6620D2DE3AC;
|
|
// System.Collections.Generic.List`1<UnityEngine.InputSystem.Utilities.NameAndParameters>
|
|
struct List_1_tF542FB9F97D34CC06B085D6872645B0DC0AA5E43;
|
|
// System.Collections.Generic.List`1<UnityEngine.InputSystem.Utilities.JsonParser/JsonValue>
|
|
struct List_1_t4A80BCCFB0BC8742C8BB601365DB07226750573A;
|
|
// System.Collections.Generic.Dictionary`2/ValueCollection<System.String,UnityEngine.InputSystem.Utilities.JsonParser/JsonValue>
|
|
struct ValueCollection_tF59ADF472A087CCBB0C12148B96BFFA58CE9ADBA;
|
|
// System.WeakReference`1<System.Text.RegularExpressions.RegexReplacement>
|
|
struct WeakReference_1_tDC6E83496181D1BAFA3B89CBC00BCD0B64450257;
|
|
// System.Action`1<System.Object>[]
|
|
struct Action_1U5BU5D_t9AF7A60AA589F7071315F3DA2F77CD32CB43FB5D;
|
|
// System.Action`1<UnityEngine.InputSystem.InputAction/CallbackContext>[]
|
|
struct Action_1U5BU5D_tB846E6FE2326CCD34124D1E5D70117C9D33DEE76;
|
|
// System.Action`2<System.Object,UnityEngine.InputSystem.InputActionChange>[]
|
|
struct Action_2U5BU5D_tE313524623BEAF7FD2ABCEDAD1C5A2C556630373;
|
|
// System.Collections.Generic.Dictionary`2/Entry<System.String,UnityEngine.InputSystem.Utilities.JsonParser/JsonValue>[]
|
|
struct EntryU5BU5D_tCBB41DBB78386A628338FBE2A9EBF1C5EE90B392;
|
|
// UnityEngine.InputSystem.InputProcessor`1<System.Double>[]
|
|
struct InputProcessor_1U5BU5D_t220C3082A68C5F8C3562FBA5DEC92D06DF6EEC7A;
|
|
// UnityEngine.InputSystem.InputProcessor`1<System.Int32>[]
|
|
struct InputProcessor_1U5BU5D_tB3C64A18219DEBFF75635AE580655A02C187A57E;
|
|
// UnityEngine.InputSystem.InputProcessor`1<UnityEngine.Quaternion>[]
|
|
struct InputProcessor_1U5BU5D_t8533CEA9A58C5C83EB993039C5E7601637DA4140;
|
|
// UnityEngine.InputSystem.InputProcessor`1<System.Single>[]
|
|
struct InputProcessor_1U5BU5D_tFEE411B67EEAA6B997AF875A65D072993C8C809C;
|
|
// UnityEngine.InputSystem.InputProcessor`1<UnityEngine.InputSystem.TouchPhase>[]
|
|
struct InputProcessor_1U5BU5D_t8BE85FD0C7EF54069E5D38FE8543449602581D77;
|
|
// UnityEngine.InputSystem.InputProcessor`1<UnityEngine.InputSystem.LowLevel.TouchState>[]
|
|
struct InputProcessor_1U5BU5D_t2D9B681F9F0B39759619A0D4617FB6B20FB10AC0;
|
|
// UnityEngine.InputSystem.InputProcessor`1<UnityEngine.Vector2>[]
|
|
struct InputProcessor_1U5BU5D_t5083205703ED9D1A4B8037E3BBE765389957231A;
|
|
// UnityEngine.InputSystem.InputProcessor`1<UnityEngine.Vector3>[]
|
|
struct InputProcessor_1U5BU5D_tBA73A89FF9ECD7F1DA5B139ABBA8609E7047B2FF;
|
|
// System.Collections.Generic.KeyValuePair`2<UnityEngine.InputSystem.Utilities.InternedString,System.Object>[]
|
|
struct KeyValuePair_2U5BU5D_tF8154B2302178CCE00D745DBF55F703880469DFC;
|
|
// System.Action[]
|
|
struct ActionU5BU5D_tF6161335A0A12A221AB081D78725C8AB6FE506D2;
|
|
// System.Byte[]
|
|
struct ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031;
|
|
// System.Char[]
|
|
struct CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB;
|
|
// System.Delegate[]
|
|
struct DelegateU5BU5D_tC5AB7E8F745616680F337909D3A8E6C722CDF771;
|
|
// System.Runtime.InteropServices.GCHandle[]
|
|
struct GCHandleU5BU5D_t7EA6F2FA83CDF86871001174CF7D30033AC4A785;
|
|
// UnityEngine.InputSystem.IInputInteraction[]
|
|
struct IInputInteractionU5BU5D_t175AB10EB3221C36393F258F530F94D8DD01CB93;
|
|
// UnityEngine.InputSystem.InputAction[]
|
|
struct InputActionU5BU5D_t6F881A9FE5C2016615C8D2E0B192608EA5FCE810;
|
|
// UnityEngine.InputSystem.InputActionMap[]
|
|
struct InputActionMapU5BU5D_t4B352E8DA73976FEDA107E35E81FB5BE6838C045;
|
|
// UnityEngine.InputSystem.InputActionState[]
|
|
struct InputActionStateU5BU5D_t46F2F9A910A1FE54BEACF73588744B3D1C0A54AB;
|
|
// UnityEngine.InputSystem.InputBinding[]
|
|
struct InputBindingU5BU5D_t7E47E87B9CAE12B6F6A0659008B425C58D84BB57;
|
|
// UnityEngine.InputSystem.InputBindingComposite[]
|
|
struct InputBindingCompositeU5BU5D_tB9A645573A56F8DC9EC7AD84F1BE24C2B0F4319E;
|
|
// UnityEngine.InputSystem.InputControl[]
|
|
struct InputControlU5BU5D_t0B951FEF1504D6340387C4735F5D6F426F40FE17;
|
|
// UnityEngine.InputSystem.InputControlScheme[]
|
|
struct InputControlSchemeU5BU5D_tAE603126FBD4D6B8F67EA6F8CFA531A646C63D86;
|
|
// UnityEngine.InputSystem.InputDevice[]
|
|
struct InputDeviceU5BU5D_tA9AEFC6AF63557D3D5DCFB2B26DDA6F63147D548;
|
|
// UnityEngine.InputSystem.InputProcessor[]
|
|
struct InputProcessorU5BU5D_t79582BEBC3FAF824D9762566AA6E979F95E6EB64;
|
|
// System.Int32[]
|
|
struct Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C;
|
|
// System.IntPtr[]
|
|
struct IntPtrU5BU5D_tFD177F8C806A6921AD7150264CCC62FA00CAD832;
|
|
// UnityEngine.InputSystem.Utilities.InternedString[]
|
|
struct InternedStringU5BU5D_t0B851758733FC0B118D84BE83AED10A0404C18D5;
|
|
// UnityEngine.InputSystem.Utilities.NameAndParameters[]
|
|
struct NameAndParametersU5BU5D_tA6C2AC34ACDB1967A7A2CEF4BE1D717ADA695CA2;
|
|
// UnityEngine.InputSystem.Utilities.NamedValue[]
|
|
struct NamedValueU5BU5D_tADD8F1373B88C55F68499688D72C21A97F63303A;
|
|
// System.Object[]
|
|
struct ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918;
|
|
// System.Diagnostics.StackTrace[]
|
|
struct StackTraceU5BU5D_t32FBCB20930EAF5BAE3F450FF75228E5450DA0DF;
|
|
// System.String[]
|
|
struct StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248;
|
|
// System.Type[]
|
|
struct TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB;
|
|
// System.UInt32[]
|
|
struct UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA;
|
|
// UnityEngine.InputSystem.InputActionRebindingExtensions/ParameterOverride[]
|
|
struct ParameterOverrideU5BU5D_tC408277D7E98D32E4B0AEFA1E2EDDB74790897EE;
|
|
// UnityEngine.InputSystem.Utilities.JsonParser/JsonValue[]
|
|
struct JsonValueU5BU5D_tCC9BDCF1DE43F923B72BEF6FE9AB4FBAEF445DB3;
|
|
// UnityEngine.InputSystem.Layouts.InputDeviceMatcher/MatcherJson/Capability[]
|
|
struct CapabilityU5BU5D_tAB21826273F0E3FC45A0E93F8F7B6368653124EA;
|
|
// System.Action
|
|
struct Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07;
|
|
// UnityEngine.InputSystem.LowLevel.ActionEvent
|
|
struct ActionEvent_tFC934B0EAC602EBEF4E6F4A34EC21B329DE11444;
|
|
// UnityEngine.InputSystem.Controls.AnyKeyControl
|
|
struct AnyKeyControl_t88E59A594CAF1E3A432C3BEC2634C0CA462D8A14;
|
|
// System.ArgumentException
|
|
struct ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263;
|
|
// System.ArgumentNullException
|
|
struct ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129;
|
|
// System.Attribute
|
|
struct Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA;
|
|
// UnityEngine.InputSystem.Controls.AxisControl
|
|
struct AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7;
|
|
// System.Reflection.Binder
|
|
struct Binder_t91BFCE95A7057FADF4D8A1A342AFE52872246235;
|
|
// UnityEngine.InputSystem.Controls.ButtonControl
|
|
struct ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF;
|
|
// System.Globalization.Calendar
|
|
struct Calendar_t0A117CC7532A54C17188C2EFEA1F79DB20DF3A3B;
|
|
// System.Globalization.CompareInfo
|
|
struct CompareInfo_t1B1A6AC3486B570C76ABA52149C9BD4CD82F9E57;
|
|
// System.Globalization.CultureData
|
|
struct CultureData_tEEFDCF4ECA1BBF6C0C8C94EB3541657245598F9D;
|
|
// System.Globalization.CultureInfo
|
|
struct CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0;
|
|
// System.Globalization.DateTimeFormatInfo
|
|
struct DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A;
|
|
// System.DelegateData
|
|
struct DelegateData_t9B286B493293CD2D23A5B2B5EF0E5B1324C2B77E;
|
|
// UnityEngine.InputSystem.Controls.DeltaControl
|
|
struct DeltaControl_t63053AF5E0CD02B62F3CDE79821E4A12F72D573B;
|
|
// UnityEngine.InputSystem.Controls.DiscreteButtonControl
|
|
struct DiscreteButtonControl_t3F3349EABF0E553E7E451EF43441B8EAF105813C;
|
|
// UnityEngine.InputSystem.Utilities.DisplayStringFormatAttribute
|
|
struct DisplayStringFormatAttribute_t3C53E0C127ADC7CED74D9E4B13A6F1804577D89B;
|
|
// UnityEngine.InputSystem.Controls.DoubleControl
|
|
struct DoubleControl_t3707A6260424A2F3636669A2BAFF5CB5E91D2486;
|
|
// UnityEngine.InputSystem.Controls.DpadControl
|
|
struct DpadControl_t517E87BF3EB22369B71EA1941648079B468A45AB;
|
|
// System.Enum
|
|
struct Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2;
|
|
// System.Exception
|
|
struct Exception_t;
|
|
// System.Text.RegularExpressions.ExclusiveReference
|
|
struct ExclusiveReference_t411F04D4CC440EB7399290027E1BBABEF4C28837;
|
|
// System.Reflection.FieldInfo
|
|
struct FieldInfo_t;
|
|
// UnityEngine.InputSystem.Utilities.ForDeviceEventObservable
|
|
struct ForDeviceEventObservable_t8A72659C906D6280192E680AF251425A67A7D889;
|
|
// System.Collections.Hashtable
|
|
struct Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D;
|
|
// UnityEngine.InputSystem.Interactions.HoldInteraction
|
|
struct HoldInteraction_t636DDC457955E74454991E73F9B048F8B5B2BE4E;
|
|
// System.Collections.IDictionary
|
|
struct IDictionary_t6D03155AF1FA9083817AA5B6AD7DEEACC26AB220;
|
|
// System.IDisposable
|
|
struct IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5;
|
|
// System.Collections.IEnumerator
|
|
struct IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA;
|
|
// System.IFormatProvider
|
|
struct IFormatProvider_tC202922D43BFF3525109ABF3FB79625F5646AB52;
|
|
// UnityEngine.InputSystem.IInputInteraction
|
|
struct IInputInteraction_t689E6823744061ED815FB936C3EB3FDD3594B844;
|
|
// System.IndexOutOfRangeException
|
|
struct IndexOutOfRangeException_t7ECB35264FB6CA8FAA516BD958F4B2ADC78E8A82;
|
|
// UnityEngine.InputSystem.InputAction
|
|
struct InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD;
|
|
// UnityEngine.InputSystem.InputActionAsset
|
|
struct InputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D;
|
|
// UnityEngine.InputSystem.InputActionMap
|
|
struct InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09;
|
|
// UnityEngine.InputSystem.InputActionState
|
|
struct InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700;
|
|
// UnityEngine.InputSystem.Utilities.InputActionTrace
|
|
struct InputActionTrace_t046FE0C3746A1C44ADDD9367AA19409D0097AFC7;
|
|
// UnityEngine.InputSystem.InputBindingComposite
|
|
struct InputBindingComposite_tA9230435A30FB5B2D4967D6FAE7EFABBBF26C0C0;
|
|
// UnityEngine.InputSystem.InputControl
|
|
struct InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E;
|
|
// UnityEngine.InputSystem.InputDevice
|
|
struct InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B;
|
|
// UnityEngine.InputSystem.LowLevel.InputEvent
|
|
struct InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5;
|
|
// UnityEngine.InputSystem.InputSettings
|
|
struct InputSettings_tBA8835B505722A59702A08BCBA46ECF0B0274EEF;
|
|
// System.Int32
|
|
struct Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C;
|
|
// UnityEngine.InputSystem.Controls.IntegerControl
|
|
struct IntegerControl_tA24544EFF42204852F638FF5147F754962C997AB;
|
|
// System.InvalidOperationException
|
|
struct InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB;
|
|
// UnityEngine.InputSystem.Controls.KeyControl
|
|
struct KeyControl_t1686D14A78AEC9364B8C7628DD482DE99CC20FE0;
|
|
// System.Reflection.MemberFilter
|
|
struct MemberFilter_tF644F1AE82F611B677CE1964D5A3277DDA21D553;
|
|
// System.Reflection.MethodInfo
|
|
struct MethodInfo_t;
|
|
// UnityEngine.InputSystem.Interactions.MultiTapInteraction
|
|
struct MultiTapInteraction_tF6B6589FF082FC6A879BDA53FB3E86CFF95E8862;
|
|
// System.NotImplementedException
|
|
struct NotImplementedException_t6366FE4DCF15094C51F4833B91A2AE68D4DA90E8;
|
|
// System.NotSupportedException
|
|
struct NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A;
|
|
// System.Globalization.NumberFormatInfo
|
|
struct NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472;
|
|
// UnityEngine.InputSystem.Interactions.PressInteraction
|
|
struct PressInteraction_tE406520D829C4937F95489EFE3F022194A42A8B5;
|
|
// UnityEngine.InputSystem.Utilities.PrimitiveValue
|
|
struct PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4;
|
|
// UnityEngine.InputSystem.Controls.QuaternionControl
|
|
struct QuaternionControl_t18A2F742850FC2FD82A1F980A35C188A29F1A0B1;
|
|
// System.Text.RegularExpressions.Regex
|
|
struct Regex_tE773142C2BE45C5D362B0F815AFF831707A51772;
|
|
// System.Text.RegularExpressions.RegexCode
|
|
struct RegexCode_tA23175D9DA02AD6A79B073E10EC5D225372ED6C7;
|
|
// System.Text.RegularExpressions.RegexRunnerFactory
|
|
struct RegexRunnerFactory_t72373B672C7D8785F63516DDD88834F286AF41E7;
|
|
// System.Runtime.Serialization.SafeSerializationManager
|
|
struct SafeSerializationManager_tCBB85B95DFD1634237140CD892E82D06ECB3F5E6;
|
|
// System.Single
|
|
struct Single_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C;
|
|
// UnityEngine.InputSystem.Interactions.SlowTapInteraction
|
|
struct SlowTapInteraction_tE95CFAB3A4071F717629527AF2DE74D32F1E9D9C;
|
|
// UnityEngine.InputSystem.Controls.StickControl
|
|
struct StickControl_t2608D1388A5015029123635B4B589AC7EE20C50B;
|
|
// System.String
|
|
struct String_t;
|
|
// System.Text.StringBuilder
|
|
struct StringBuilder_t;
|
|
// UnityEngine.InputSystem.Utilities.Substring
|
|
struct Substring_t2E16755269E6716C22074D6BC0A9099915E67849;
|
|
// UnityEngine.InputSystem.Interactions.TapInteraction
|
|
struct TapInteraction_tC08EF9F66AE82FA0F245CBD2838C526535019EBF;
|
|
// System.Globalization.TextInfo
|
|
struct TextInfo_tD3BAFCFD77418851E7D5CB8D2588F47019E414B4;
|
|
// UnityEngine.InputSystem.Controls.TouchControl
|
|
struct TouchControl_t3A64A795FF61A8B27E5EBD61632F23AFCC725079;
|
|
// UnityEngine.InputSystem.Controls.TouchPhaseControl
|
|
struct TouchPhaseControl_t4652C6E0EBFAFA85A31607769876B02C1C9FCAEC;
|
|
// UnityEngine.InputSystem.Controls.TouchPressControl
|
|
struct TouchPressControl_tD5BD68D9FDEAC889591DD7A499864893A43C7CEB;
|
|
// System.Type
|
|
struct Type_t;
|
|
// System.UInt16
|
|
struct UInt16_tF4C148C876015C212FD72652D0B6ED8CC247A455;
|
|
// System.ValueType
|
|
struct ValueType_t6D9B272BD21782F0A9A14F2E41F85A50E97A986F;
|
|
// UnityEngine.InputSystem.Controls.Vector2Control
|
|
struct Vector2Control_t8D1B4021A1D82671AF916D3C0A476AA94E46A432;
|
|
// UnityEngine.InputSystem.Controls.Vector3Control
|
|
struct Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A;
|
|
// System.Void
|
|
struct Void_t4861ACF8F4594C3437BB48B6E56783494B843915;
|
|
// UnityEngine.InputSystem.Controls.DpadControl/DpadAxisControl
|
|
struct DpadAxisControl_t0705D62878EDC266DF6ED6F2C743172649DB79B2;
|
|
// UnityEngine.InputSystem.Utilities.ForDeviceEventObservable/ForDevice
|
|
struct ForDevice_t262FA471E18D6021E182BAE26D2AD560624CE35E;
|
|
// 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.Layouts.InputDeviceMatcher/<>c
|
|
struct U3CU3Ec_tAEFD85D23E35F3965E847F401B7F12DF1213ADC7;
|
|
// UnityEngine.InputSystem.Layouts.InputDeviceMatcher/<get_patterns>d__4
|
|
struct U3Cget_patternsU3Ed__4_t1DEF554289913D08B960B18ACF82952C5F4FBE62;
|
|
// UnityEngine.InputSystem.Utilities.JsonParser/JsonString
|
|
struct JsonString_tE22CDDA995FEFF514F3F334C93B6AB31B49773CB;
|
|
// UnityEngine.InputSystem.Utilities.NameAndParameters/<>c
|
|
struct U3CU3Ec_t8AD7C84FF9F1064C77B838F0D20F40B9543CBCC3;
|
|
// System.Text.RegularExpressions.Regex/CachedCodeEntry
|
|
struct CachedCodeEntry_tE201C3AD65C234AD9ED7A78C95025824A7A9FF39;
|
|
// UnityEngine.InputSystem.Utilities.StringHelpers/<Split>d__9
|
|
struct U3CSplitU3Ed__9_tDF7D6AF6AAF8F188C3A8AC7B3CFA6B382F6D8CDF;
|
|
// UnityEngine.InputSystem.Utilities.StringHelpers/<Tokenize>d__8
|
|
struct U3CTokenizeU3Ed__8_t974A4A167882F66AC70C15513407BB7218E6E64B;
|
|
// UnityEngine.InputSystem.Layouts.InputDeviceMatcher/MatcherJson/Capability
|
|
struct Capability_t1A686C4F719B0408BCBB428021405F440196E16E;
|
|
// UnityEngine.InputSystem.Utilities.JsonParser/JsonValue/<>c
|
|
struct U3CU3Ec_tDE78E61C4107E524195BB8E60CAB17643215F740;
|
|
|
|
IL2CPP_EXTERN_C RuntimeClass* ActionEventPtr_t73A827F31E342D0649AFFDD93F489AC4F88DFB74_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Action_1_tEB0353AA1A112B6F2D921B58DCC9D9D4C0498E6E_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Action_2_t4D6C6A84A6B44BE6193A1F64753F6E48558FBE9D_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* BitConverter_t6E99605185963BC12B3D369E13F2B88997E64A27_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Byte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Convert_t7097FF336D592F7C06D88A98349A44646F91EFFC_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Double_tE150EF3D1D43DEE85D533810AB4C742307EEDE5F_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* DpadControl_t517E87BF3EB22369B71EA1941648079B468A45AB_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Enumerator_tC0F792D149DF8552C0B6721D81AA1D51AF62EEC6_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Exception_t_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* ForDeviceEventObservable_t8A72659C906D6280192E680AF251425A67A7D889_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* ForDevice_t262FA471E18D6021E182BAE26D2AD560624CE35E_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Func_2_t2401365303BAEA06C3B858275C74EF4FBC90D95C_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Func_2_t526C279A85678AE3DCBB2300E3EF9872CBFACECC_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Func_2_t6607247B3D14485113F4625701B75EA9FB3C7011_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Func_2_tAB9727E0C937894E19032D575D98A8A9AB5EE47D_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* IEnumerator_1_t3F73EBF6F115C27387F41C96FEA1DDA34172922B_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* IObservable_1_t6A88B15915275CE92411906C989057BD5C18C20A_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* IObserver_1_tBA370B49C5227E7D5F575F4CE6A81A040CF7C5D5_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* IndexOutOfRangeException_t7ECB35264FB6CA8FAA516BD958F4B2ADC78E8A82_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* InputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* InputActionPhase_t79D9374C1940AA7248377075A0E83122540334C6_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* InputDeviceMatcher_tF9BA551C8BB4AE41672366A7EBEA951543E0C555_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Int16_tB8EF286A9C33492FA6E6D6E67320BE93E794A175_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Int64_t092CFB123BE63C28ACDAF65C68F21A526050DBA3_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* IntPtr_t_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* JsonParser_tF738BE4FBF77CE449E21EA2CE18E937B6692B7E6_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* JsonString_tE22CDDA995FEFF514F3F334C93B6AB31B49773CB_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* JsonValue_t01DB320267C848E729A400EF2345979978F851D2_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* KeyValuePair_2_tBEE55F2A4574C64393155C322376FD98C7BFC7B9_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* List_1_t4A80BCCFB0BC8742C8BB601365DB07226750573A_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* List_1_tF542FB9F97D34CC06B085D6872645B0DC0AA5E43_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Marshal_tD976A56A90263C3CE2B780D4B1CADADE2E70B4A7_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Math_tEB65DE7CA8B083C412C969C92981C030865486CE_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Mathf_tE284D016E3B297B72311AAD9EB8F0E643F6A4682_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* NamedValueU5BU5D_tADD8F1373B88C55F68499688D72C21A97F63303A_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* NamedValue_t1D89B1ACD11D2B5284666865014E67683742B8ED_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* NotImplementedException_t6366FE4DCF15094C51F4833B91A2AE68D4DA90E8_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* NullReferenceException_tBDE63A6D24569B964908408389070C6A9F5005BB_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* ReadOnlyArray_1_t4A15F7D15ACB297B45A08889D51E4CACEAD4EDF9_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Regex_tE773142C2BE45C5D362B0F815AFF831707A51772_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* SByte_tFEFFEF5D2FEBF5207950AE6FAC150FC53B668DB5_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Single_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* StringBuilder_t_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* String_t_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Substring_t2E16755269E6716C22074D6BC0A9099915E67849_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* TypeCode_tBEF9BE86C8BCF5A6B82F3381219738D27804EF79_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Type_t_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* U3CSplitU3Ed__9_tDF7D6AF6AAF8F188C3A8AC7B3CFA6B382F6D8CDF_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* U3CTokenizeU3Ed__8_t974A4A167882F66AC70C15513407BB7218E6E64B_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec_t8AD7C84FF9F1064C77B838F0D20F40B9543CBCC3_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec_tAEFD85D23E35F3965E847F401B7F12DF1213ADC7_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec_tDE78E61C4107E524195BB8E60CAB17643215F740_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* U3Cget_patternsU3Ed__4_t1DEF554289913D08B960B18ACF82952C5F4FBE62_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* UInt16_tF4C148C876015C212FD72652D0B6ED8CC247A455_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* UInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* UInt64_t8F12534CC8FC4B5860F2A2CD1EE79D322E7A41AF_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral0236BACCD260A20F0738D0E7EDBB60850D17B36A;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral0291659353D7703E088B9DCAA8272442CAC27034;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral03BB9A91DF5AF35BC2C4BD3A3DC6BD92997588E5;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral062DB096C728515E033CF8C48A1C1F0B9A79384B;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral0763FE5EB1EAC35DDF3CD44B5645A71888066226;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral0C3C6829C3CCF8020C6AC45B87963ADC095CD44A;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral121D7A5449D23930B3E0BDFA36F57645E3E5313D;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral14B651F3933E2742FD0FE0E45504AD43A5985248;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral1B22F82E513C1BB368DFDBFDFB5FB8C1178CA305;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral1C62C7650E13E5763946286B7B28B980E977B33C;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral1EAE5465A186BC02355FB1EAAFD1F8D6C78CAC09;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral1F3D23A5BEE3026A90ECAAAA0DE7001031E6CEB2;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral20CF6945E827E04A87516400A34C8AB27A5B9CEE;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral278942CDEE22E9328A00EB31BC7DEC0BB8D328F1;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral2827257F729202A8D898EFBF55E3E8B46CCBDF4C;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral28F49FF685EF5968942FC2C44FA5408C4659B72C;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral294F098A1D5E681EDEE8F43BFA8F45CFBA5798A7;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral29E9D8EEDD40E3ADE1579882DA345730D66B63B5;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral2B9260A0D0BC8E1B7544B1D72579656E0BF84211;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral36282FAC116D9FD6B37CC425310E1A8510F08A53;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral3775297E15AD530F68BA7AF3896E3A261B24AD81;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral396055C473BBFEAB74E98B255446DB024FCBF4CE;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral3ABFF555F317FC3F90BBC08DF52BDDE6D0E06A6C;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral42646B33B50B6AA15E22733C8900716F0FE19E1D;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral43187C90BBB5DFB063A95733C9BD65ECD25A2E84;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral4379B0249B80A34ABC2748B5F0D030FD7D4E007C;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral4546ADF8E13AF2C52473C72BD35A7B9570ADE2D1;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral47F26A23D3242B2AC82919E846BDC8915799BDA7;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral4A2C26B8BE2E580DC971589E83E92EC387A3D560;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral4D8D9C94AC5DA5FCED2EC8A64E10E714A2515C30;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral50639CAD49418C7B223CC529395C0E2A3892501C;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral5230F80C3CE5A5AD36D7A247C3CC2EFD3BCFA1FF;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral5379C25D8F9979AD371949D2F3201B2D326743A4;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral54955F5500C6186211E2357D711CD0C3E4017D6B;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral5681935D66AB8593B023866BB591CB9750FDD261;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral56DC1334C5CEAADD03E7FF275D3A349AB0EEE957;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral579A50C67ADB00AC3925859C23590322B2D0BE9D;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral5A65C5353FCF9B2392130B62992E8D50E5552C89;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral5AEDE79F00BF8508555B948D1DE12F274399430A;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral5B4F028A4070094FCA4E7762E2C376A65E2D59C6;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral5BEFD8CC60A79699B5BB00E37BAC5B62D371E174;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral5C2F23CF9F134EF43685EA06DC853A0223731752;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral628D1F19515023762299C5A2AF8A34A399049CE6;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral66F9618FDA792CAB23AF2D7FFB50AB2D3E393DC5;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral6FC0D12F2282BBF3E1A56D6E94B7F937695F9EB3;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral7720D93C700AB5486B175C224CEF31CC1C99380B;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral77A73EBDA78185D665A8799738A9D6885E237CAD;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral77D38C0623F92B292B925F6E72CF5CF99A20D4EB;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral7882604CF792AAD4D965FCD7E31211D540BDBB9C;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral7892D004354C07FF4886165F7EBE54BEC6E286FF;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral79C1B6CFD2183A83DF9782EDEF015695F7D164DB;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral7CBEDCD5FF6A0350179E0A1A9BEB1BCEC50F3773;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral810D1FA60D7FD3B177CF25FA781A68143BB71A01;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral82BA8BFC18D84C67108B27396795EDFAEE187B83;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral83839DD0CC86491E9EE1A2CCF5148C9E932F5608;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral839ED47AB1A82E25028246BC8D7318A261BFF05C;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral83B795AA1ED1FDA5D0B35A2198BEB102D288335E;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral8685DA442A0C3F60D93AE88C01AF905517E58BAA;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral86BBAACC00198DBB3046818AD3FC2AA10AE48DE1;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral8739227E8E687EF781DA0D923452C2686CFF10A2;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral88B5D0E6F79C8EDF1FD287D9EBCA6E2CBBA34F67;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral88BDF3D0791A560245652E772545C49897854443;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral8C9F18A4F030B96447955FBBA1A99FFC43B5D8E0;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral902EE46ED529FAA3EB512845B29D79D32C9E2180;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral9384C6EF2DA5C0BD5274A0DACFF291D0ABBFD8B1;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral987DBAD62F58327E403CC7854409712A13BD33B8;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral9CE1604D659135925CCC4DD1F526AFFE42E689F1;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral9ED931619E39F59A8520C1E3B03FEA2E9A56FB60;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralA185F0FDE2E3A93D140F407291AA8AA60D14D5DA;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralA3C48F920CA03FE8BCEF33375645725C40BA7ADD;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralA3DFC0C77ACADE0EE48DCC73E795A597D0270A73;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralA3F52EE884CB796AF4600C7DC2072A8186379111;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralA9FEAF5F50923952C1AC3A473DE3C7E17D23B907;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralAA236E134566FACF682D16CDBC3E2C735E0EF19D;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralAB6E3483767DC97FB906FC81A895DF7885AB011C;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralAF29A356E2E2350A3712E86EFEC38A631035EEDC;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralB1E5119D36EC43B340C0A0DDC99F1156546EA9DF;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralB3F14BF976EFD974E34846B742502C802FABAE9D;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralB621DC24FF3E939648E534699890E09840B21334;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralB65E0CD2222920FEF0AACB2070F5069A00A0F5E8;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralB7C45DD316C68ABF3429C20058C2981C652192F2;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralB85181E60EE966C0723560A806A877B03B115702;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralBAEB8AB8FA5DBF660BD005C879516F2A127142D3;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralBB5CDAFD76F649736CB6FDF4120DDCD4B7F848E4;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralBFCC6EE94F1B7AA05A04750903E25F93A7188AE0;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralC18C9BB6DF0D5C60CE5A5D2D3D6111BEB6F8CCEB;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralC1AFC65BE2583BD07D830AD871E78B5B10E8C8C9;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralC263EA29ADF3548CFEBC57B532EED28451A56C10;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralC3002A2B85A3B7DFD395054441915FBAB742D4EE;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralC4E550DB7753938B55BD2444CB204B2C254AF826;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralC8B6C397AD44DE62254104CB04CB488F913E2AE5;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralC8FE4FB2F0C7351CCB064A9D9BD65C0FC83D4E12;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralC92385CF8B4C7F761AD0681C15E22CC65128E70E;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralCA28DE9B1EC41301C4E9F1DF15D7C4930F25BDB0;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralCE18B047107AA23D1AA9B2ED32D316148E02655F;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralCE75AD1ED67116F1690D5201EA0BA8543296CCA6;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralCFDA33CEC1161BE8CA5B06D2480EA1925FA4ACBE;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralD54CB7DB750CFD4A202F28E9FE615FE000E19EE4;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralD6315798FF47A5A5AB2AD03739B4783B2AD1305B;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralD64DE515DE159C401BB82652225D6BE22CDAD7A1;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralD9691C4FD8A1F6B09DB1147CA32B442772FB46A1;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralDAF2BD03270A51BF9C135F3694DCAD2D3E66F465;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralDBB6CDA4D5A47DA899D30151C0C04DB0958C5C1F;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralDE7D042A807341C354F398C43F38F92D9AFDAA21;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralDFC8A5C3AC9E75D9C702664348B1F790FCFCB561;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralE166C9564FBDE461738077E3B1B506525EB6ACCC;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralE405B10B27F3652D719FA853EF1C46717CEE64C5;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralE493A589C92D423742E94550596D4C4E4B20CC33;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralE61817B0D19F1C8D40E50CD975A28C9C910F5EAB;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralE91FE173F59B063D620A934CE1A010F2B114C1F3;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralE9BC8412F7672BEDC75EB21FA08240175E04E871;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralECC1D48B6BB2E7B927244EEB11BCE99D76615A27;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralEDF05D6B6E6126A0DECDC059BD62C0F5CE4939F7;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralEE71910C7E19B0D89B96AF6011CDFDAF6EA1CF1C;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralF1E972CD03013DE732424893507C3C55D004E089;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralF3C6C902DBF80139640F6554F0C3392016A8ADF7;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralF3FEA1B7EED06B84D345A14D3BB9E817F4B9EAFE;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralF46630882423754260B554C455FED6E45684A334;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralF9010398F7F524C05AB19445BDCE02E617A3E267;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralF944DCD635F9801F7AC90A407FBC479964DEC024;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralFDB92930DB8178029CF3942AC114F0E09724E568;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralFE3CDBE9D3C244138D4F64C1BEB914490F7E7BBD;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralFE79FF373808574898C82AC1320C55C1182FB75A;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ActionEventPtr_ReadValueAsObject_m73DFA81422C46AA5A7CFC1FF6C11E9B378BB0A77_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ActionEventPtr_ReadValue_m0CED8E49F4086DA8B52A7A87D0A78788A3E934CC_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ArrayHelpers_Append_TisCapability_t1A686C4F719B0408BCBB428021405F440196E16E_m8B8BD182B831DB71826EC682572E39B5C0E25C3D_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ArrayHelpers_Append_TisString_t_m6D05D68DFEEFE14D1324F776E708D9E35D26188C_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* CSharpCodeHelpers_IsProperIdentifier_mE942369074F56C175A61D324E9DF4CC483EDC475_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* CSharpCodeHelpers_MakeIdentifier_mEE275A2689F0DF5DB195F4673DDE66EE976C1B7E_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* CallbackArray_1_LockForChanges_m28F6DEA6003F6D4C4CC4F975CC414FD3D6257A30_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* CallbackArray_1_UnlockForChanges_mE5F5824F68765B2E6128A35F7CA16EF09669430C_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* CallbackArray_1_get_Item_m7478B3AEFF36EB2272B98E478677F4185FF934BC_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* CallbackArray_1_get_length_m270F067D47E83B3315AD0E53E82AAEBB9138C3B7_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* DiscreteButtonControl_FinishSetup_mB78B98BA50A15253EC4FEBEA6E3355960C6E8B07_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* DiscreteButtonControl_WriteValueIntoState_m907591FD082E8BFF3B79E9E177F02FE2A326C206_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_All_TisString_t_mC9652F17237783DC19D1856925318613CDA2B0E3_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_Empty_TisNameAndParameters_t8F37102128EFD31CA57808AE6E3D1244758DEA01_mB7EC334B328DC858AE56A03D0A9FCFA8124C1125_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_Select_TisJsonValue_t01DB320267C848E729A400EF2345979978F851D2_TisString_t_m136CFECF4D1B511E9C669C56CEB297DEE3C56C46_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_Select_TisKeyValuePair_2_t3B08CB565546FAA05345E98661ADF3C33916BDE8_TisString_t_mCEC082708568351E1762C959E0316A2A7868007E_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_Select_TisNamedValue_t1D89B1ACD11D2B5284666865014E67683742B8ED_TisString_t_mABBBF82818B05A51B080A47CF7E81F1C13A146E4_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_ToArray_TisString_t_m3B23EE2DD15B2996E7D2ECA6E74696DA892AA194_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_Dispose_mEBA9B463E0C56E465374E121B30DD6556395FD2A_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_MoveNext_mF057AC27626CFDA56DE3967C9BEA2F87848D0F1C_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_get_Current_mCF93DD185E684427D01288898FAA5BB2B20B3931_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* FourCC__ctor_m305163ED105CA8143DBB6D7D31A77124105B8201_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* InlinedArray_1_AppendWithCapacity_m856433493559E4616B9974203D93B0F6F3743FBE_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* InlinedArray_1_AppendWithCapacity_mA9E181C99B2AAC5D567DC8D2B82D916AA6A0722A_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* InlinedArray_1_AppendWithCapacity_mE5BB445083DAB57E9F43BD32947BDD6ED17BA8FA_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* InlinedArray_1_Append_m9C15BCB725C9DDF777EFE497951661E79C21971F_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* InlinedArray_1_ClearWithCapacity_mB1A620B48F38CC5FF4C09FF8A892DEE7ED426947_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* InlinedArray_1_Clear_mDCFA1C172EA0A7615C259F0FD27498F74086454F_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* InlinedArray_1_RemoveAtWithCapacity_m214DC78880E690C12F2F6190AE03C5125C9D984D_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* InlinedArray_1_RemoveAtWithCapacity_mFA00BEAEB8C403CDF8EC25405831705A046D102D_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* InlinedArray_1_get_Item_m0C8E8595A8338A69B76555F678799BF32CEC8CCE_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* InlinedArray_1_get_Item_m8D30F3B14860D4C714DF8402AB9DE2BAE3C12EFF_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* InlinedArray_1_get_Item_mA131C24B2EC7011082136F25DD6977A4009FEB59_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* InlinedArray_1_set_Item_mBB25A5AB859D05A77FAB737EC43EA83CBB18033A_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* InputActionTrace_OnActionChange_mEA40F22E00D09FAD29E5D2838680D8E0FEC05EC5_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* InputActionTrace_RecordAction_mFBD1B7BAB17B433212B8F324401300830947DA34_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* InputActionTrace_SubscribeTo_m7A1E3D49CAB43092192D3625AC93C35D20887AE6_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* InputActionTrace_SubscribeTo_mD858B57514FB032EAB00BED9FC75894832A1EE1A_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* InputActionTrace_UnsubscribeFrom_mDD438FBE59077CEC9F1D2B89B2CAA5B7E5AF03D8_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* InputActionTrace_UnsubscribeFrom_mEA85B9B11BF16D8A40A8852FB7F8B99B05D248B0_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* InputActionTrace__ctor_mBC1A47CA277548509F03862915ACDD78FB18C1D7_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* InputActionTrace__ctor_mDA1FB9425AAB839E14F93C731FCB35504C9828DA_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* InputArrayExtensions_IndexOfReference_TisInputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09_m3588D00C5A2EF5BD6DB52BD8148B6FE232E3C2BF_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* InputArrayExtensions_IndexOfReference_TisInputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700_m3F4A27E54D872B168C891F35FAF4A60288C33533_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* InputArrayExtensions_IndexOfReference_TisInputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD_m05462AE2217C7541E6408438B5224B816A538E8C_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* InputControl_1_ReadValueFromPreviousFrame_m20D583F8B88B0AEFFAE0706648FD12675B2322A5_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* InputControl_1_ReadValueFromState_m1748B48FE53C7B329B8138F43857E231AC6FC24E_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* InputControl_1_ReadValueFromState_m53845DCF19FD970F61EA42AC0C7D75CB25210568_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* InputControl_1_ReadValueFromState_m90076063D4500290705DBD1D85DA8743D4652C37_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* InputControl_1_ReadValue_m098F74445FF1AFEC68A0C5DB2EDC32AF3F56E281_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* InputControl_1_ReadValue_m1B0D6757EFE874CF44E42908BF77133DCB48A741_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* InputControl_1__ctor_m2C7F28EFDBF7FF584C162ABF432F50CC42834B95_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* InputControl_1__ctor_m34A68ED7F005D7C80341036FC27E6D1188419AAC_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* InputControl_1__ctor_m4A88C587894F0F7BA7505EA6F5F046D93B9B5077_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* InputControl_1__ctor_m4D5061726209A52D1026EE2FCEAA640013A9D22D_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* InputControl_1__ctor_m7BB44A4B8D72ABB24D4EF9A125453A03B8C4411B_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* InputControl_1__ctor_m81FA96B7C59516DFCDB1226FDAE6B1E4F872844A_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* InputControl_1__ctor_m84330ABF23BC4476BE20F5936C78C4DFCDBF4CCF_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* InputControl_1__ctor_mB3901F35CA0BD0496FED2C47743E6D0D9E9C2D50_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* InputControl_GetChildControl_TisAxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7_mE395247B4A734866EFF7A908510EEF5B2CFE3841_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* InputControl_GetChildControl_TisButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF_m37B3269440E54D5C867480E334993426D47F9044_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* InputControl_GetChildControl_TisDeltaControl_t63053AF5E0CD02B62F3CDE79821E4A12F72D573B_m0FA5BE28A4F86FACEF1F48AF590E34A11B02654E_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* InputControl_GetChildControl_TisDoubleControl_t3707A6260424A2F3636669A2BAFF5CB5E91D2486_m64AC966145D619BB3E5B44E73DAFDBA98D0CB591_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* InputControl_GetChildControl_TisIntegerControl_tA24544EFF42204852F638FF5147F754962C997AB_m87D5D6574BD57F88D41DDE18D17933360E255297_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* InputControl_GetChildControl_TisTouchPhaseControl_t4652C6E0EBFAFA85A31607769876B02C1C9FCAEC_m1BC930F9BFFCF3327B8F1C410EBD8742B6DC7E41_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* InputControl_GetChildControl_TisTouchPressControl_tD5BD68D9FDEAC889591DD7A499864893A43C7CEB_m36B3E25F32486FDF22B55DA0D0F6DEA85249737C_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* InputControl_GetChildControl_TisVector2Control_t8D1B4021A1D82671AF916D3C0A476AA94E46A432_m3957D0D8F6F298173F867E33A3E5ED0F9A591F85_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* InputDeviceMatcher_WithCapability_TisString_t_m1112CA401597FBF71FC2FA5C586D3753A53C89A0_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* InputDevice_ExecuteCommand_TisQueryKeyNameCommand_tCEEA57BE2D12A0FFDCD9FE3F8A5851CC31DBE247_mEC411117E8520A9F5137AD54472FB099A55DBD5E_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* JsonParser_NavigateToProperty_mABC16811411CAB28E453A3414AE7E747E914F2C0_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* JsonParser_ParseObjectValue_mD938FE193A6A8FFAB96245A3B8F55F86D368FBBA_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* JsonParser__ctor_m0A320E9D94FBBCD5FCC6429AC7C0616A9E47A148_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* JsonValue_Equals_m07C8103209811DF912BCDE31A9E4DEDA87DB4B56_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* KeyValuePair_2__ctor_mC4A18320F103342E740C5F71ADEC2DBA2A2F0ECB_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* KeyValuePair_2_get_Key_mA6B7939F0F23E60DD9D23F856D215FBA7BB004C3_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* KeyValuePair_2_get_Key_mC668DBB7580ADCE4B3D87DA1C6E91F6E56B9EE84_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* KeyValuePair_2_get_Value_m1425379DCDEDB955455E242B31CD2AE43552B441_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* KeyValuePair_2_get_Value_m4493E1071982412E337500E6AA0B45E1BBC4EACD_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_mA0F712F994883E3BEC29241900DDE5AEBE2561CB_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_mE78869407E32A2635B76A2FAD69DF379E67ABD82_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Clear_m58527EC8CB345DC3E53630A7B599BDCF01B206F8_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m4927EB5635E5ACE121082D775C7DBD0B38A3ECF7_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m54679AACC475270264CAC43D2A0F43672A1D7082_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_mA85C489B00E39A4A5F1E8589C2CE368DE85229BC_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_m1208CC92E9A59D1FD2ABF9D1C5A2BB742F8FC5FD_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* MemoryHelpers_ReadMultipleBitsAsUInt_m637377E693449AE1C39D0107AD24057FC1ACA1E4_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* MemoryHelpers_SetBitsInBuffer_m288254F04A3D3817571CA517F22D5B36FB413406_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* MemoryHelpers_WriteUIntAsMultipleBits_mCD66D6AAF05226A6BF96602113AC1C76B37AD574_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* NameAndParameters_ParseNameAndParameters_m92C42E3F95E86C5EBB3E0D7A30C6DE154C6876A1_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* NameAndParameters_ParseName_m0D1CA5ADD50166A4895728F245A2AEE6B8F812C3_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* NameAndParameters_Parse_m00F845B5458F20E4C574DFB572A38F21A8D218A4_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* NamedValue_ApplyToObject_m9B5513EAC952611D46852EA28EEA151A1D870DBD_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* NamedValue_ParseMultiple_mC8E42688F072AECEBBEE37214D6A9812F124E1C6_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Observable_ForDevice_mC07F2B5FE92912037B20F009A84A19A4710998FC_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* PredictiveParser_ExpectInt_m8BCAD0C431D1C562C80A4C9B3A68A8C8C83C4AA6_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* PredictiveParser_ExpectSingleChar_mBC652F6547A1588C13BA3A9066A801E818CE12CA_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* PredictiveParser_ExpectString_mB9D2D4DB64514E11C5BA9A06FB9FC2F69F423FCB_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* PrimitiveValue_ConvertTo_m3C9A743C61C05379F24963C048A79434034322FC_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* PrimitiveValue_FromObject_m8614FFABB7D5DAF218397AB3C2254089477C8786_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* PrimitiveValue_FromString_m7EC9419F788AA87E359BAA1EE7E857FC86634258_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* PrimitiveValue_ToDateTime_mAD67DD0066EB13465289422A6CCACB343F489040_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* PrimitiveValue_ToType_m747643229B41305A1CADD6E97491F0CCFAB62A42_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ReadOnlyArray_1_GetEnumerator_m6B531B17000F73D30B2898B8E2E097389A812938_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ReadOnlyArray_1__ctor_m0A2A04DEB5DD6904A88BA998F8DFF306E7932261_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ReadOnlyArray_1_get_Count_m76D58AB3E0CF768F6E547B59CAD83CEF522A5242_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ReadOnlySpan_1_Slice_mDEEA4C304B13C8F7A63BC3D60B62FF17BBEE282B_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ReadOnlySpan_1_ToString_mB13A913EF211B14B719EE62133C15C298642E34D_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ReadOnlySpan_1_get_Empty_mD21E73543F21952EEC2C85604B0A17A3BCEC7F7D_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* StringHelpers_CharacterSeparatedListsHaveAtLeastOneCommonElement_m0A3E70D748E3E17DEA06FAD3553F3049F169A190_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* StringHelpers_ExpandTemplateString_mA00BD22DF8D3C21CF5DB7420C5BAB9935B5EF86B_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* StringHelpers_GetPlural_m5A928581053494366B2905658A9919737955AEBA_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* StringHelpers_ReadStringFromBuffer_m08BAA47EF90D3F3A74A8AA354871C18FA7D9B8D2_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* StringHelpers_WriteStringToBuffer_m0719C102DC096F1A565020ED8D1B71BC6B26B8DF_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* TouchPressControl_FinishSetup_mE86DEAED846C1E746F07CA8D451A28CAA5502DC1_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* TouchPressControl_WriteValueIntoState_m32AF2C01D322BAF0A40785DC15ED6A8D8B5C88EC_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* U3CSplitU3Ed__9_System_Collections_IEnumerator_Reset_mB5816591871F45CED738B000C124AECD6783056C_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* U3CTokenizeU3Ed__8_System_Collections_IEnumerator_Reset_m8FB2BAFA8C54922ACD753AA18C5D50CDFC31B3C8_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3CToStringU3Eb__11_0_m99E92EFA116F96F9CEE6DA459E78B6C82569CFDC_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3CToStringU3Eb__11_1_mD596E1D76B6237AB4112E003D11D435F66C74FFF_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3CToStringU3Eb__8_0_m891F744655F5E4AF08248FDE383249741CE6330E_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* U3Cget_patternsU3Ed__4_System_Collections_IEnumerator_Reset_mF3FCE229CC60BBA25672BA8C056713786F754242_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnsafeUtility_SizeOf_TisTouchState_tB05024FB4BCE85BAB82D2224AD4BF1E8B4589A97_mFE961AB914D8126DC425FAFC788195746A8CBA59_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Vector2_get_Item_m18BC65BB0512B16A1F9C8BE4B83A3E7BBAD7064D_RuntimeMethod_var;
|
|
struct ActionEvent_tFC934B0EAC602EBEF4E6F4A34EC21B329DE11444;
|
|
struct ActionMapIndices_t013BEFD76B7FE52E413C5DBF5C7CDA4194800CBD;
|
|
struct BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA;
|
|
struct Capability_t1A686C4F719B0408BCBB428021405F440196E16E;;
|
|
struct Capability_t1A686C4F719B0408BCBB428021405F440196E16E_marshaled_com;
|
|
struct Capability_t1A686C4F719B0408BCBB428021405F440196E16E_marshaled_com;;
|
|
struct Capability_t1A686C4F719B0408BCBB428021405F440196E16E_marshaled_pinvoke;
|
|
struct Capability_t1A686C4F719B0408BCBB428021405F440196E16E_marshaled_pinvoke;;
|
|
struct CultureData_tEEFDCF4ECA1BBF6C0C8C94EB3541657245598F9D_marshaled_com;
|
|
struct CultureData_tEEFDCF4ECA1BBF6C0C8C94EB3541657245598F9D_marshaled_pinvoke;
|
|
struct CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_marshaled_com;
|
|
struct CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_marshaled_pinvoke;
|
|
struct Delegate_t_marshaled_com;
|
|
struct Delegate_t_marshaled_pinvoke;
|
|
struct Exception_t_marshaled_com;
|
|
struct Exception_t_marshaled_pinvoke;
|
|
struct InteractionState_t057CEDBCC55120B30A48DAD0A4111EF8FF62D3AE;
|
|
struct JsonString_tE22CDDA995FEFF514F3F334C93B6AB31B49773CB;;
|
|
struct JsonString_tE22CDDA995FEFF514F3F334C93B6AB31B49773CB_marshaled_com;
|
|
struct JsonString_tE22CDDA995FEFF514F3F334C93B6AB31B49773CB_marshaled_com;;
|
|
struct JsonString_tE22CDDA995FEFF514F3F334C93B6AB31B49773CB_marshaled_pinvoke;
|
|
struct JsonString_tE22CDDA995FEFF514F3F334C93B6AB31B49773CB_marshaled_pinvoke;;
|
|
struct PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4;;
|
|
struct PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4_marshaled_com;
|
|
struct PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4_marshaled_com;;
|
|
struct PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4_marshaled_pinvoke;
|
|
struct PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4_marshaled_pinvoke;;
|
|
struct Substring_t2E16755269E6716C22074D6BC0A9099915E67849;;
|
|
struct Substring_t2E16755269E6716C22074D6BC0A9099915E67849_marshaled_com;
|
|
struct Substring_t2E16755269E6716C22074D6BC0A9099915E67849_marshaled_com;;
|
|
struct Substring_t2E16755269E6716C22074D6BC0A9099915E67849_marshaled_pinvoke;
|
|
struct Substring_t2E16755269E6716C22074D6BC0A9099915E67849_marshaled_pinvoke;;
|
|
struct TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D;
|
|
|
|
struct KeyValuePair_2U5BU5D_tF8154B2302178CCE00D745DBF55F703880469DFC;
|
|
struct IInputInteractionU5BU5D_t175AB10EB3221C36393F258F530F94D8DD01CB93;
|
|
struct InputBindingCompositeU5BU5D_tB9A645573A56F8DC9EC7AD84F1BE24C2B0F4319E;
|
|
struct InputControlU5BU5D_t0B951FEF1504D6340387C4735F5D6F426F40FE17;
|
|
struct NameAndParametersU5BU5D_tA6C2AC34ACDB1967A7A2CEF4BE1D717ADA695CA2;
|
|
struct NamedValueU5BU5D_tADD8F1373B88C55F68499688D72C21A97F63303A;
|
|
struct ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918;
|
|
struct StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248;
|
|
struct JsonValueU5BU5D_tCC9BDCF1DE43F923B72BEF6FE9AB4FBAEF445DB3;
|
|
struct CapabilityU5BU5D_tAB21826273F0E3FC45A0E93F8F7B6368653124EA;
|
|
|
|
IL2CPP_EXTERN_C_BEGIN
|
|
IL2CPP_EXTERN_C_END
|
|
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
|
|
// System.Collections.Generic.Dictionary`2<System.String,UnityEngine.InputSystem.Utilities.JsonParser/JsonValue>
|
|
struct Dictionary_2_t6682243BDABA638FCBE4F1D9875B5B1455A7686E : public RuntimeObject
|
|
{
|
|
// System.Int32[] System.Collections.Generic.Dictionary`2::_buckets
|
|
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ____buckets_0;
|
|
// System.Collections.Generic.Dictionary`2/Entry<TKey,TValue>[] System.Collections.Generic.Dictionary`2::_entries
|
|
EntryU5BU5D_tCBB41DBB78386A628338FBE2A9EBF1C5EE90B392* ____entries_1;
|
|
// System.Int32 System.Collections.Generic.Dictionary`2::_count
|
|
int32_t ____count_2;
|
|
// System.Int32 System.Collections.Generic.Dictionary`2::_freeList
|
|
int32_t ____freeList_3;
|
|
// System.Int32 System.Collections.Generic.Dictionary`2::_freeCount
|
|
int32_t ____freeCount_4;
|
|
// System.Int32 System.Collections.Generic.Dictionary`2::_version
|
|
int32_t ____version_5;
|
|
// System.Collections.Generic.IEqualityComparer`1<TKey> System.Collections.Generic.Dictionary`2::_comparer
|
|
RuntimeObject* ____comparer_6;
|
|
// System.Collections.Generic.Dictionary`2/KeyCollection<TKey,TValue> System.Collections.Generic.Dictionary`2::_keys
|
|
KeyCollection_t787015E8BCAF40CC9149C86CFFA658E4B160F82B* ____keys_7;
|
|
// System.Collections.Generic.Dictionary`2/ValueCollection<TKey,TValue> System.Collections.Generic.Dictionary`2::_values
|
|
ValueCollection_tF59ADF472A087CCBB0C12148B96BFFA58CE9ADBA* ____values_8;
|
|
// System.Object System.Collections.Generic.Dictionary`2::_syncRoot
|
|
RuntimeObject* ____syncRoot_9;
|
|
};
|
|
|
|
// System.Linq.EmptyEnumerable`1<UnityEngine.InputSystem.Utilities.NameAndParameters>
|
|
struct EmptyEnumerable_1_t3B42B1B4CCA466045C2BB6F27A882D8B14E2C226 : public RuntimeObject
|
|
{
|
|
};
|
|
|
|
// System.Collections.Generic.List`1<UnityEngine.InputSystem.Utilities.NameAndParameters>
|
|
struct List_1_tF542FB9F97D34CC06B085D6872645B0DC0AA5E43 : public RuntimeObject
|
|
{
|
|
// T[] System.Collections.Generic.List`1::_items
|
|
NameAndParametersU5BU5D_tA6C2AC34ACDB1967A7A2CEF4BE1D717ADA695CA2* ____items_1;
|
|
// System.Int32 System.Collections.Generic.List`1::_size
|
|
int32_t ____size_2;
|
|
// System.Int32 System.Collections.Generic.List`1::_version
|
|
int32_t ____version_3;
|
|
// System.Object System.Collections.Generic.List`1::_syncRoot
|
|
RuntimeObject* ____syncRoot_4;
|
|
};
|
|
|
|
// System.Collections.Generic.List`1<UnityEngine.InputSystem.Utilities.JsonParser/JsonValue>
|
|
struct List_1_t4A80BCCFB0BC8742C8BB601365DB07226750573A : public RuntimeObject
|
|
{
|
|
// T[] System.Collections.Generic.List`1::_items
|
|
JsonValueU5BU5D_tCC9BDCF1DE43F923B72BEF6FE9AB4FBAEF445DB3* ____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;
|
|
};
|
|
|
|
// UnityEngine.InputSystem.Utilities.ArrayHelpers
|
|
struct ArrayHelpers_t1E3489005D45A29B838AE159F19B43B9A6A6F08B : public RuntimeObject
|
|
{
|
|
};
|
|
|
|
// System.Attribute
|
|
struct Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA : public RuntimeObject
|
|
{
|
|
};
|
|
|
|
// UnityEngine.InputSystem.Utilities.CSharpCodeHelpers
|
|
struct CSharpCodeHelpers_tAE2CDA1470FFCE05AD5D04BA7EBC9750D5365177 : public RuntimeObject
|
|
{
|
|
};
|
|
|
|
// System.Globalization.CultureInfo
|
|
struct CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0 : public RuntimeObject
|
|
{
|
|
// System.Boolean System.Globalization.CultureInfo::m_isReadOnly
|
|
bool ___m_isReadOnly_3;
|
|
// System.Int32 System.Globalization.CultureInfo::cultureID
|
|
int32_t ___cultureID_4;
|
|
// System.Int32 System.Globalization.CultureInfo::parent_lcid
|
|
int32_t ___parent_lcid_5;
|
|
// System.Int32 System.Globalization.CultureInfo::datetime_index
|
|
int32_t ___datetime_index_6;
|
|
// System.Int32 System.Globalization.CultureInfo::number_index
|
|
int32_t ___number_index_7;
|
|
// System.Int32 System.Globalization.CultureInfo::default_calendar_type
|
|
int32_t ___default_calendar_type_8;
|
|
// System.Boolean System.Globalization.CultureInfo::m_useUserOverride
|
|
bool ___m_useUserOverride_9;
|
|
// System.Globalization.NumberFormatInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::numInfo
|
|
NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* ___numInfo_10;
|
|
// System.Globalization.DateTimeFormatInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::dateTimeInfo
|
|
DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* ___dateTimeInfo_11;
|
|
// System.Globalization.TextInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::textInfo
|
|
TextInfo_tD3BAFCFD77418851E7D5CB8D2588F47019E414B4* ___textInfo_12;
|
|
// System.String System.Globalization.CultureInfo::m_name
|
|
String_t* ___m_name_13;
|
|
// System.String System.Globalization.CultureInfo::englishname
|
|
String_t* ___englishname_14;
|
|
// System.String System.Globalization.CultureInfo::nativename
|
|
String_t* ___nativename_15;
|
|
// System.String System.Globalization.CultureInfo::iso3lang
|
|
String_t* ___iso3lang_16;
|
|
// System.String System.Globalization.CultureInfo::iso2lang
|
|
String_t* ___iso2lang_17;
|
|
// System.String System.Globalization.CultureInfo::win3lang
|
|
String_t* ___win3lang_18;
|
|
// System.String System.Globalization.CultureInfo::territory
|
|
String_t* ___territory_19;
|
|
// System.String[] System.Globalization.CultureInfo::native_calendar_names
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___native_calendar_names_20;
|
|
// System.Globalization.CompareInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::compareInfo
|
|
CompareInfo_t1B1A6AC3486B570C76ABA52149C9BD4CD82F9E57* ___compareInfo_21;
|
|
// System.Void* System.Globalization.CultureInfo::textinfo_data
|
|
void* ___textinfo_data_22;
|
|
// System.Int32 System.Globalization.CultureInfo::m_dataItem
|
|
int32_t ___m_dataItem_23;
|
|
// System.Globalization.Calendar System.Globalization.CultureInfo::calendar
|
|
Calendar_t0A117CC7532A54C17188C2EFEA1F79DB20DF3A3B* ___calendar_24;
|
|
// System.Globalization.CultureInfo System.Globalization.CultureInfo::parent_culture
|
|
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* ___parent_culture_25;
|
|
// System.Boolean System.Globalization.CultureInfo::constructed
|
|
bool ___constructed_26;
|
|
// System.Byte[] System.Globalization.CultureInfo::cached_serialized_form
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___cached_serialized_form_27;
|
|
// System.Globalization.CultureData System.Globalization.CultureInfo::m_cultureData
|
|
CultureData_tEEFDCF4ECA1BBF6C0C8C94EB3541657245598F9D* ___m_cultureData_28;
|
|
// System.Boolean System.Globalization.CultureInfo::m_isInherited
|
|
bool ___m_isInherited_29;
|
|
};
|
|
// Native definition for P/Invoke marshalling of System.Globalization.CultureInfo
|
|
struct CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_marshaled_pinvoke
|
|
{
|
|
int32_t ___m_isReadOnly_3;
|
|
int32_t ___cultureID_4;
|
|
int32_t ___parent_lcid_5;
|
|
int32_t ___datetime_index_6;
|
|
int32_t ___number_index_7;
|
|
int32_t ___default_calendar_type_8;
|
|
int32_t ___m_useUserOverride_9;
|
|
NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* ___numInfo_10;
|
|
DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* ___dateTimeInfo_11;
|
|
TextInfo_tD3BAFCFD77418851E7D5CB8D2588F47019E414B4* ___textInfo_12;
|
|
char* ___m_name_13;
|
|
char* ___englishname_14;
|
|
char* ___nativename_15;
|
|
char* ___iso3lang_16;
|
|
char* ___iso2lang_17;
|
|
char* ___win3lang_18;
|
|
char* ___territory_19;
|
|
char** ___native_calendar_names_20;
|
|
CompareInfo_t1B1A6AC3486B570C76ABA52149C9BD4CD82F9E57* ___compareInfo_21;
|
|
void* ___textinfo_data_22;
|
|
int32_t ___m_dataItem_23;
|
|
Calendar_t0A117CC7532A54C17188C2EFEA1F79DB20DF3A3B* ___calendar_24;
|
|
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_marshaled_pinvoke* ___parent_culture_25;
|
|
int32_t ___constructed_26;
|
|
Il2CppSafeArray/*NONE*/* ___cached_serialized_form_27;
|
|
CultureData_tEEFDCF4ECA1BBF6C0C8C94EB3541657245598F9D_marshaled_pinvoke* ___m_cultureData_28;
|
|
int32_t ___m_isInherited_29;
|
|
};
|
|
// Native definition for COM marshalling of System.Globalization.CultureInfo
|
|
struct CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_marshaled_com
|
|
{
|
|
int32_t ___m_isReadOnly_3;
|
|
int32_t ___cultureID_4;
|
|
int32_t ___parent_lcid_5;
|
|
int32_t ___datetime_index_6;
|
|
int32_t ___number_index_7;
|
|
int32_t ___default_calendar_type_8;
|
|
int32_t ___m_useUserOverride_9;
|
|
NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* ___numInfo_10;
|
|
DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* ___dateTimeInfo_11;
|
|
TextInfo_tD3BAFCFD77418851E7D5CB8D2588F47019E414B4* ___textInfo_12;
|
|
Il2CppChar* ___m_name_13;
|
|
Il2CppChar* ___englishname_14;
|
|
Il2CppChar* ___nativename_15;
|
|
Il2CppChar* ___iso3lang_16;
|
|
Il2CppChar* ___iso2lang_17;
|
|
Il2CppChar* ___win3lang_18;
|
|
Il2CppChar* ___territory_19;
|
|
Il2CppChar** ___native_calendar_names_20;
|
|
CompareInfo_t1B1A6AC3486B570C76ABA52149C9BD4CD82F9E57* ___compareInfo_21;
|
|
void* ___textinfo_data_22;
|
|
int32_t ___m_dataItem_23;
|
|
Calendar_t0A117CC7532A54C17188C2EFEA1F79DB20DF3A3B* ___calendar_24;
|
|
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_marshaled_com* ___parent_culture_25;
|
|
int32_t ___constructed_26;
|
|
Il2CppSafeArray/*NONE*/* ___cached_serialized_form_27;
|
|
CultureData_tEEFDCF4ECA1BBF6C0C8C94EB3541657245598F9D_marshaled_com* ___m_cultureData_28;
|
|
int32_t ___m_isInherited_29;
|
|
};
|
|
|
|
// UnityEngine.InputSystem.Utilities.DelegateHelpers
|
|
struct DelegateHelpers_t4FACB851FC2A983B0459251C5FB2088705DCEEF0 : public RuntimeObject
|
|
{
|
|
};
|
|
|
|
// UnityEngine.InputSystem.Utilities.ExceptionHelpers
|
|
struct ExceptionHelpers_tF2961E501E42DFD9270B959B247E945F78FF15EE : public RuntimeObject
|
|
{
|
|
};
|
|
|
|
// UnityEngine.InputSystem.Utilities.ForDeviceEventObservable
|
|
struct ForDeviceEventObservable_t8A72659C906D6280192E680AF251425A67A7D889 : public RuntimeObject
|
|
{
|
|
// System.IObservable`1<UnityEngine.InputSystem.LowLevel.InputEventPtr> UnityEngine.InputSystem.Utilities.ForDeviceEventObservable::m_Source
|
|
RuntimeObject* ___m_Source_0;
|
|
// UnityEngine.InputSystem.InputDevice UnityEngine.InputSystem.Utilities.ForDeviceEventObservable::m_Device
|
|
InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* ___m_Device_1;
|
|
// System.Type UnityEngine.InputSystem.Utilities.ForDeviceEventObservable::m_DeviceType
|
|
Type_t* ___m_DeviceType_2;
|
|
};
|
|
|
|
// UnityEngine.InputSystem.Interactions.HoldInteraction
|
|
struct HoldInteraction_t636DDC457955E74454991E73F9B048F8B5B2BE4E : public RuntimeObject
|
|
{
|
|
// System.Single UnityEngine.InputSystem.Interactions.HoldInteraction::duration
|
|
float ___duration_0;
|
|
// System.Single UnityEngine.InputSystem.Interactions.HoldInteraction::pressPoint
|
|
float ___pressPoint_1;
|
|
// System.Double UnityEngine.InputSystem.Interactions.HoldInteraction::m_TimePressed
|
|
double ___m_TimePressed_2;
|
|
};
|
|
|
|
// UnityEngine.InputSystem.Utilities.InputArrayExtensions
|
|
struct InputArrayExtensions_tC0F0FAB75DEAF880C5764E1232C071CB1BC6E6FE : public RuntimeObject
|
|
{
|
|
};
|
|
|
|
// System.Reflection.MemberInfo
|
|
struct MemberInfo_t : public RuntimeObject
|
|
{
|
|
};
|
|
|
|
// UnityEngine.InputSystem.Utilities.MemoryHelpers
|
|
struct MemoryHelpers_t9AF54CC92C8DCA92B126F4DDDCA8EC54F47F3924 : public RuntimeObject
|
|
{
|
|
};
|
|
|
|
// UnityEngine.InputSystem.Utilities.MiscHelpers
|
|
struct MiscHelpers_t0E2E65567737EF42997B6245617046C681F9AB1D : public RuntimeObject
|
|
{
|
|
};
|
|
|
|
// UnityEngine.InputSystem.Interactions.MultiTapInteraction
|
|
struct MultiTapInteraction_tF6B6589FF082FC6A879BDA53FB3E86CFF95E8862 : public RuntimeObject
|
|
{
|
|
// System.Single UnityEngine.InputSystem.Interactions.MultiTapInteraction::tapTime
|
|
float ___tapTime_0;
|
|
// System.Single UnityEngine.InputSystem.Interactions.MultiTapInteraction::tapDelay
|
|
float ___tapDelay_1;
|
|
// System.Int32 UnityEngine.InputSystem.Interactions.MultiTapInteraction::tapCount
|
|
int32_t ___tapCount_2;
|
|
// System.Single UnityEngine.InputSystem.Interactions.MultiTapInteraction::pressPoint
|
|
float ___pressPoint_3;
|
|
// UnityEngine.InputSystem.Interactions.MultiTapInteraction/TapPhase UnityEngine.InputSystem.Interactions.MultiTapInteraction::m_CurrentTapPhase
|
|
int32_t ___m_CurrentTapPhase_4;
|
|
// System.Int32 UnityEngine.InputSystem.Interactions.MultiTapInteraction::m_CurrentTapCount
|
|
int32_t ___m_CurrentTapCount_5;
|
|
// System.Double UnityEngine.InputSystem.Interactions.MultiTapInteraction::m_CurrentTapStartTime
|
|
double ___m_CurrentTapStartTime_6;
|
|
// System.Double UnityEngine.InputSystem.Interactions.MultiTapInteraction::m_LastTapReleaseTime
|
|
double ___m_LastTapReleaseTime_7;
|
|
};
|
|
|
|
// System.Globalization.NumberFormatInfo
|
|
struct NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472 : public RuntimeObject
|
|
{
|
|
// System.Int32[] System.Globalization.NumberFormatInfo::numberGroupSizes
|
|
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ___numberGroupSizes_1;
|
|
// System.Int32[] System.Globalization.NumberFormatInfo::currencyGroupSizes
|
|
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ___currencyGroupSizes_2;
|
|
// System.Int32[] System.Globalization.NumberFormatInfo::percentGroupSizes
|
|
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ___percentGroupSizes_3;
|
|
// System.String System.Globalization.NumberFormatInfo::positiveSign
|
|
String_t* ___positiveSign_4;
|
|
// System.String System.Globalization.NumberFormatInfo::negativeSign
|
|
String_t* ___negativeSign_5;
|
|
// System.String System.Globalization.NumberFormatInfo::numberDecimalSeparator
|
|
String_t* ___numberDecimalSeparator_6;
|
|
// System.String System.Globalization.NumberFormatInfo::numberGroupSeparator
|
|
String_t* ___numberGroupSeparator_7;
|
|
// System.String System.Globalization.NumberFormatInfo::currencyGroupSeparator
|
|
String_t* ___currencyGroupSeparator_8;
|
|
// System.String System.Globalization.NumberFormatInfo::currencyDecimalSeparator
|
|
String_t* ___currencyDecimalSeparator_9;
|
|
// System.String System.Globalization.NumberFormatInfo::currencySymbol
|
|
String_t* ___currencySymbol_10;
|
|
// System.String System.Globalization.NumberFormatInfo::ansiCurrencySymbol
|
|
String_t* ___ansiCurrencySymbol_11;
|
|
// System.String System.Globalization.NumberFormatInfo::nanSymbol
|
|
String_t* ___nanSymbol_12;
|
|
// System.String System.Globalization.NumberFormatInfo::positiveInfinitySymbol
|
|
String_t* ___positiveInfinitySymbol_13;
|
|
// System.String System.Globalization.NumberFormatInfo::negativeInfinitySymbol
|
|
String_t* ___negativeInfinitySymbol_14;
|
|
// System.String System.Globalization.NumberFormatInfo::percentDecimalSeparator
|
|
String_t* ___percentDecimalSeparator_15;
|
|
// System.String System.Globalization.NumberFormatInfo::percentGroupSeparator
|
|
String_t* ___percentGroupSeparator_16;
|
|
// System.String System.Globalization.NumberFormatInfo::percentSymbol
|
|
String_t* ___percentSymbol_17;
|
|
// System.String System.Globalization.NumberFormatInfo::perMilleSymbol
|
|
String_t* ___perMilleSymbol_18;
|
|
// System.String[] System.Globalization.NumberFormatInfo::nativeDigits
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___nativeDigits_19;
|
|
// System.Int32 System.Globalization.NumberFormatInfo::m_dataItem
|
|
int32_t ___m_dataItem_20;
|
|
// System.Int32 System.Globalization.NumberFormatInfo::numberDecimalDigits
|
|
int32_t ___numberDecimalDigits_21;
|
|
// System.Int32 System.Globalization.NumberFormatInfo::currencyDecimalDigits
|
|
int32_t ___currencyDecimalDigits_22;
|
|
// System.Int32 System.Globalization.NumberFormatInfo::currencyPositivePattern
|
|
int32_t ___currencyPositivePattern_23;
|
|
// System.Int32 System.Globalization.NumberFormatInfo::currencyNegativePattern
|
|
int32_t ___currencyNegativePattern_24;
|
|
// System.Int32 System.Globalization.NumberFormatInfo::numberNegativePattern
|
|
int32_t ___numberNegativePattern_25;
|
|
// System.Int32 System.Globalization.NumberFormatInfo::percentPositivePattern
|
|
int32_t ___percentPositivePattern_26;
|
|
// System.Int32 System.Globalization.NumberFormatInfo::percentNegativePattern
|
|
int32_t ___percentNegativePattern_27;
|
|
// System.Int32 System.Globalization.NumberFormatInfo::percentDecimalDigits
|
|
int32_t ___percentDecimalDigits_28;
|
|
// System.Int32 System.Globalization.NumberFormatInfo::digitSubstitution
|
|
int32_t ___digitSubstitution_29;
|
|
// System.Boolean System.Globalization.NumberFormatInfo::isReadOnly
|
|
bool ___isReadOnly_30;
|
|
// System.Boolean System.Globalization.NumberFormatInfo::m_useUserOverride
|
|
bool ___m_useUserOverride_31;
|
|
// System.Boolean System.Globalization.NumberFormatInfo::m_isInvariant
|
|
bool ___m_isInvariant_32;
|
|
// System.Boolean System.Globalization.NumberFormatInfo::validForParseAsNumber
|
|
bool ___validForParseAsNumber_33;
|
|
// System.Boolean System.Globalization.NumberFormatInfo::validForParseAsCurrency
|
|
bool ___validForParseAsCurrency_34;
|
|
};
|
|
|
|
// UnityEngine.InputSystem.Utilities.NumberHelpers
|
|
struct NumberHelpers_tBC5CA9899F16737D8E426B8E0EF3CD96CF82676B : public RuntimeObject
|
|
{
|
|
};
|
|
|
|
// UnityEngine.InputSystem.Utilities.Observable
|
|
struct Observable_t74D8C01B38DEE3309AAA0204C87021D320DBEF47 : public RuntimeObject
|
|
{
|
|
};
|
|
|
|
// UnityEngine.InputSystem.Interactions.PressInteraction
|
|
struct PressInteraction_tE406520D829C4937F95489EFE3F022194A42A8B5 : public RuntimeObject
|
|
{
|
|
// System.Single UnityEngine.InputSystem.Interactions.PressInteraction::pressPoint
|
|
float ___pressPoint_0;
|
|
// UnityEngine.InputSystem.Interactions.PressBehavior UnityEngine.InputSystem.Interactions.PressInteraction::behavior
|
|
int32_t ___behavior_1;
|
|
// System.Boolean UnityEngine.InputSystem.Interactions.PressInteraction::m_WaitingForRelease
|
|
bool ___m_WaitingForRelease_2;
|
|
};
|
|
|
|
// UnityEngine.InputSystem.Utilities.ReadOnlyArrayExtensions
|
|
struct ReadOnlyArrayExtensions_tC3315EA41D787AC9DE011A2E5D9A771E37FAE61D : public RuntimeObject
|
|
{
|
|
};
|
|
|
|
// UnityEngine.InputSystem.Interactions.SlowTapInteraction
|
|
struct SlowTapInteraction_tE95CFAB3A4071F717629527AF2DE74D32F1E9D9C : public RuntimeObject
|
|
{
|
|
// System.Single UnityEngine.InputSystem.Interactions.SlowTapInteraction::duration
|
|
float ___duration_0;
|
|
// System.Single UnityEngine.InputSystem.Interactions.SlowTapInteraction::pressPoint
|
|
float ___pressPoint_1;
|
|
// System.Double UnityEngine.InputSystem.Interactions.SlowTapInteraction::m_SlowTapStartTime
|
|
double ___m_SlowTapStartTime_2;
|
|
};
|
|
|
|
// 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;
|
|
};
|
|
|
|
// UnityEngine.InputSystem.Utilities.StringHelpers
|
|
struct StringHelpers_t3FFB10FA36ABE7FB6496D420593169678B21AC3D : public RuntimeObject
|
|
{
|
|
};
|
|
|
|
// UnityEngine.InputSystem.Interactions.TapInteraction
|
|
struct TapInteraction_tC08EF9F66AE82FA0F245CBD2838C526535019EBF : public RuntimeObject
|
|
{
|
|
// System.Single UnityEngine.InputSystem.Interactions.TapInteraction::duration
|
|
float ___duration_0;
|
|
// System.Single UnityEngine.InputSystem.Interactions.TapInteraction::pressPoint
|
|
float ___pressPoint_1;
|
|
// System.Double UnityEngine.InputSystem.Interactions.TapInteraction::m_TapStartTime
|
|
double ___m_TapStartTime_2;
|
|
};
|
|
|
|
// 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.Utilities.ForDeviceEventObservable/ForDevice
|
|
struct ForDevice_t262FA471E18D6021E182BAE26D2AD560624CE35E : public RuntimeObject
|
|
{
|
|
// System.IObserver`1<UnityEngine.InputSystem.LowLevel.InputEventPtr> UnityEngine.InputSystem.Utilities.ForDeviceEventObservable/ForDevice::m_Observer
|
|
RuntimeObject* ___m_Observer_0;
|
|
// UnityEngine.InputSystem.InputDevice UnityEngine.InputSystem.Utilities.ForDeviceEventObservable/ForDevice::m_Device
|
|
InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* ___m_Device_1;
|
|
// System.Type UnityEngine.InputSystem.Utilities.ForDeviceEventObservable/ForDevice::m_DeviceType
|
|
Type_t* ___m_DeviceType_2;
|
|
};
|
|
|
|
// UnityEngine.InputSystem.Layouts.InputDeviceMatcher/<>c
|
|
struct U3CU3Ec_tAEFD85D23E35F3965E847F401B7F12DF1213ADC7 : public RuntimeObject
|
|
{
|
|
};
|
|
|
|
// UnityEngine.InputSystem.Utilities.NameAndParameters/<>c
|
|
struct U3CU3Ec_t8AD7C84FF9F1064C77B838F0D20F40B9543CBCC3 : public RuntimeObject
|
|
{
|
|
};
|
|
|
|
// UnityEngine.InputSystem.Utilities.StringHelpers/<Split>d__9
|
|
struct U3CSplitU3Ed__9_tDF7D6AF6AAF8F188C3A8AC7B3CFA6B382F6D8CDF : public RuntimeObject
|
|
{
|
|
// System.Int32 UnityEngine.InputSystem.Utilities.StringHelpers/<Split>d__9::<>1__state
|
|
int32_t ___U3CU3E1__state_0;
|
|
// System.String UnityEngine.InputSystem.Utilities.StringHelpers/<Split>d__9::<>2__current
|
|
String_t* ___U3CU3E2__current_1;
|
|
// System.Int32 UnityEngine.InputSystem.Utilities.StringHelpers/<Split>d__9::<>l__initialThreadId
|
|
int32_t ___U3CU3El__initialThreadId_2;
|
|
// System.String UnityEngine.InputSystem.Utilities.StringHelpers/<Split>d__9::str
|
|
String_t* ___str_3;
|
|
// System.String UnityEngine.InputSystem.Utilities.StringHelpers/<Split>d__9::<>3__str
|
|
String_t* ___U3CU3E3__str_4;
|
|
// System.Func`2<System.Char,System.Boolean> UnityEngine.InputSystem.Utilities.StringHelpers/<Split>d__9::predicate
|
|
Func_2_tF409A653B8F770E0A30CD80D21764FB1DDB2A28F* ___predicate_5;
|
|
// System.Func`2<System.Char,System.Boolean> UnityEngine.InputSystem.Utilities.StringHelpers/<Split>d__9::<>3__predicate
|
|
Func_2_tF409A653B8F770E0A30CD80D21764FB1DDB2A28F* ___U3CU3E3__predicate_6;
|
|
// System.Int32 UnityEngine.InputSystem.Utilities.StringHelpers/<Split>d__9::<length>5__2
|
|
int32_t ___U3ClengthU3E5__2_7;
|
|
// System.Int32 UnityEngine.InputSystem.Utilities.StringHelpers/<Split>d__9::<position>5__3
|
|
int32_t ___U3CpositionU3E5__3_8;
|
|
};
|
|
|
|
// UnityEngine.InputSystem.Utilities.JsonParser/JsonValue/<>c
|
|
struct U3CU3Ec_tDE78E61C4107E524195BB8E60CAB17643215F740 : public RuntimeObject
|
|
{
|
|
};
|
|
|
|
// UnityEngine.InputSystem.Utilities.ReadOnlyArray`1/Enumerator<UnityEngine.InputSystem.InputActionMap>
|
|
struct Enumerator_t6F8E3C50C50BA77214BAA164C6E27F0E2AA547EA
|
|
{
|
|
// TValue[] UnityEngine.InputSystem.Utilities.ReadOnlyArray`1/Enumerator::m_Array
|
|
InputActionMapU5BU5D_t4B352E8DA73976FEDA107E35E81FB5BE6838C045* ___m_Array_0;
|
|
// System.Int32 UnityEngine.InputSystem.Utilities.ReadOnlyArray`1/Enumerator::m_IndexStart
|
|
int32_t ___m_IndexStart_1;
|
|
// System.Int32 UnityEngine.InputSystem.Utilities.ReadOnlyArray`1/Enumerator::m_IndexEnd
|
|
int32_t ___m_IndexEnd_2;
|
|
// System.Int32 UnityEngine.InputSystem.Utilities.ReadOnlyArray`1/Enumerator::m_Index
|
|
int32_t ___m_Index_3;
|
|
};
|
|
|
|
// UnityEngine.InputSystem.Utilities.ReadOnlyArray`1/Enumerator<System.Object>
|
|
struct Enumerator_t13B0EDB01F0A85A952803970AFD1073D96A46C94
|
|
{
|
|
// TValue[] UnityEngine.InputSystem.Utilities.ReadOnlyArray`1/Enumerator::m_Array
|
|
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___m_Array_0;
|
|
// System.Int32 UnityEngine.InputSystem.Utilities.ReadOnlyArray`1/Enumerator::m_IndexStart
|
|
int32_t ___m_IndexStart_1;
|
|
// System.Int32 UnityEngine.InputSystem.Utilities.ReadOnlyArray`1/Enumerator::m_IndexEnd
|
|
int32_t ___m_IndexEnd_2;
|
|
// System.Int32 UnityEngine.InputSystem.Utilities.ReadOnlyArray`1/Enumerator::m_Index
|
|
int32_t ___m_Index_3;
|
|
};
|
|
|
|
// UnityEngine.InputSystem.Utilities.InlinedArray`1<System.Action`1<System.Object>>
|
|
struct InlinedArray_1_t90D679876AE3A52129F69F403ECC9AD16D60AD9F
|
|
{
|
|
// System.Int32 UnityEngine.InputSystem.Utilities.InlinedArray`1::length
|
|
int32_t ___length_0;
|
|
// TValue UnityEngine.InputSystem.Utilities.InlinedArray`1::firstValue
|
|
Action_1_t6F9EB113EB3F16226AEF811A2744F4111C116C87* ___firstValue_1;
|
|
// TValue[] UnityEngine.InputSystem.Utilities.InlinedArray`1::additionalValues
|
|
Action_1U5BU5D_t9AF7A60AA589F7071315F3DA2F77CD32CB43FB5D* ___additionalValues_2;
|
|
};
|
|
|
|
// UnityEngine.InputSystem.Utilities.InlinedArray`1<System.Action`1<UnityEngine.InputSystem.InputAction/CallbackContext>>
|
|
struct InlinedArray_1_tC208D319D19C2B3DF550BD9CDC11549F23D8F91B
|
|
{
|
|
// System.Int32 UnityEngine.InputSystem.Utilities.InlinedArray`1::length
|
|
int32_t ___length_0;
|
|
// TValue UnityEngine.InputSystem.Utilities.InlinedArray`1::firstValue
|
|
Action_1_tEB0353AA1A112B6F2D921B58DCC9D9D4C0498E6E* ___firstValue_1;
|
|
// TValue[] UnityEngine.InputSystem.Utilities.InlinedArray`1::additionalValues
|
|
Action_1U5BU5D_tB846E6FE2326CCD34124D1E5D70117C9D33DEE76* ___additionalValues_2;
|
|
};
|
|
|
|
// UnityEngine.InputSystem.Utilities.InlinedArray`1<System.Action`2<System.Object,UnityEngine.InputSystem.InputActionChange>>
|
|
struct InlinedArray_1_tF80F63393E0BF97AFE20E770FC71798135300300
|
|
{
|
|
// System.Int32 UnityEngine.InputSystem.Utilities.InlinedArray`1::length
|
|
int32_t ___length_0;
|
|
// TValue UnityEngine.InputSystem.Utilities.InlinedArray`1::firstValue
|
|
Action_2_t4D6C6A84A6B44BE6193A1F64753F6E48558FBE9D* ___firstValue_1;
|
|
// TValue[] UnityEngine.InputSystem.Utilities.InlinedArray`1::additionalValues
|
|
Action_2U5BU5D_tE313524623BEAF7FD2ABCEDAD1C5A2C556630373* ___additionalValues_2;
|
|
};
|
|
|
|
// UnityEngine.InputSystem.Utilities.InlinedArray`1<UnityEngine.InputSystem.InputProcessor`1<System.Double>>
|
|
struct InlinedArray_1_tD2A5516062C16A2915875F3C5B996717F9303DBC
|
|
{
|
|
// System.Int32 UnityEngine.InputSystem.Utilities.InlinedArray`1::length
|
|
int32_t ___length_0;
|
|
// TValue UnityEngine.InputSystem.Utilities.InlinedArray`1::firstValue
|
|
InputProcessor_1_tAAC8F976DB5D03F250579CEB3CD7D7630C5EFDE9* ___firstValue_1;
|
|
// TValue[] UnityEngine.InputSystem.Utilities.InlinedArray`1::additionalValues
|
|
InputProcessor_1U5BU5D_t220C3082A68C5F8C3562FBA5DEC92D06DF6EEC7A* ___additionalValues_2;
|
|
};
|
|
|
|
// UnityEngine.InputSystem.Utilities.InlinedArray`1<UnityEngine.InputSystem.InputProcessor`1<System.Int32>>
|
|
struct InlinedArray_1_tCBE1C2CE719FCFE71270323E0AEFF8C6536B0493
|
|
{
|
|
// System.Int32 UnityEngine.InputSystem.Utilities.InlinedArray`1::length
|
|
int32_t ___length_0;
|
|
// TValue UnityEngine.InputSystem.Utilities.InlinedArray`1::firstValue
|
|
InputProcessor_1_t6E31E29C499C6D9610C662BCCAD45B97D442C96B* ___firstValue_1;
|
|
// TValue[] UnityEngine.InputSystem.Utilities.InlinedArray`1::additionalValues
|
|
InputProcessor_1U5BU5D_tB3C64A18219DEBFF75635AE580655A02C187A57E* ___additionalValues_2;
|
|
};
|
|
|
|
// UnityEngine.InputSystem.Utilities.InlinedArray`1<UnityEngine.InputSystem.InputProcessor`1<UnityEngine.Quaternion>>
|
|
struct InlinedArray_1_t209C5F9C876036B8C081C3E70D85ADAA2018197B
|
|
{
|
|
// System.Int32 UnityEngine.InputSystem.Utilities.InlinedArray`1::length
|
|
int32_t ___length_0;
|
|
// TValue UnityEngine.InputSystem.Utilities.InlinedArray`1::firstValue
|
|
InputProcessor_1_t43B1AEC927E378D43D0207A4C031927E872280CE* ___firstValue_1;
|
|
// TValue[] UnityEngine.InputSystem.Utilities.InlinedArray`1::additionalValues
|
|
InputProcessor_1U5BU5D_t8533CEA9A58C5C83EB993039C5E7601637DA4140* ___additionalValues_2;
|
|
};
|
|
|
|
// UnityEngine.InputSystem.Utilities.InlinedArray`1<UnityEngine.InputSystem.InputProcessor`1<System.Single>>
|
|
struct InlinedArray_1_t2A86A6C75E0160EE14310E053C5249518871D847
|
|
{
|
|
// System.Int32 UnityEngine.InputSystem.Utilities.InlinedArray`1::length
|
|
int32_t ___length_0;
|
|
// TValue UnityEngine.InputSystem.Utilities.InlinedArray`1::firstValue
|
|
InputProcessor_1_tFE49B42CB371A9A2A3F29802695BD251947AD0B4* ___firstValue_1;
|
|
// TValue[] UnityEngine.InputSystem.Utilities.InlinedArray`1::additionalValues
|
|
InputProcessor_1U5BU5D_tFEE411B67EEAA6B997AF875A65D072993C8C809C* ___additionalValues_2;
|
|
};
|
|
|
|
// UnityEngine.InputSystem.Utilities.InlinedArray`1<UnityEngine.InputSystem.InputProcessor`1<UnityEngine.InputSystem.TouchPhase>>
|
|
struct InlinedArray_1_t3C09CF0FF8AFDDAE359F6963D9448B01EBD0F9D1
|
|
{
|
|
// System.Int32 UnityEngine.InputSystem.Utilities.InlinedArray`1::length
|
|
int32_t ___length_0;
|
|
// TValue UnityEngine.InputSystem.Utilities.InlinedArray`1::firstValue
|
|
InputProcessor_1_t2BDDA39FCEEAE5A9C5F829128BC599C5F8E204D6* ___firstValue_1;
|
|
// TValue[] UnityEngine.InputSystem.Utilities.InlinedArray`1::additionalValues
|
|
InputProcessor_1U5BU5D_t8BE85FD0C7EF54069E5D38FE8543449602581D77* ___additionalValues_2;
|
|
};
|
|
|
|
// UnityEngine.InputSystem.Utilities.InlinedArray`1<UnityEngine.InputSystem.InputProcessor`1<UnityEngine.InputSystem.LowLevel.TouchState>>
|
|
struct InlinedArray_1_tD4AEEFFEC2CBF49D196A92D16CE8DA15F1532FCD
|
|
{
|
|
// System.Int32 UnityEngine.InputSystem.Utilities.InlinedArray`1::length
|
|
int32_t ___length_0;
|
|
// TValue UnityEngine.InputSystem.Utilities.InlinedArray`1::firstValue
|
|
InputProcessor_1_tCC7634AB386F9C6888B89C0FD440251E67C5D8F7* ___firstValue_1;
|
|
// TValue[] UnityEngine.InputSystem.Utilities.InlinedArray`1::additionalValues
|
|
InputProcessor_1U5BU5D_t2D9B681F9F0B39759619A0D4617FB6B20FB10AC0* ___additionalValues_2;
|
|
};
|
|
|
|
// UnityEngine.InputSystem.Utilities.InlinedArray`1<UnityEngine.InputSystem.InputProcessor`1<UnityEngine.Vector2>>
|
|
struct InlinedArray_1_tE5F1062E65707D24360CEAC52E03D32C6E5BA8BB
|
|
{
|
|
// System.Int32 UnityEngine.InputSystem.Utilities.InlinedArray`1::length
|
|
int32_t ___length_0;
|
|
// TValue UnityEngine.InputSystem.Utilities.InlinedArray`1::firstValue
|
|
InputProcessor_1_tD1A40E0E5825AAABC3416EC96E087FF6E6351DD2* ___firstValue_1;
|
|
// TValue[] UnityEngine.InputSystem.Utilities.InlinedArray`1::additionalValues
|
|
InputProcessor_1U5BU5D_t5083205703ED9D1A4B8037E3BBE765389957231A* ___additionalValues_2;
|
|
};
|
|
|
|
// UnityEngine.InputSystem.Utilities.InlinedArray`1<UnityEngine.InputSystem.InputProcessor`1<UnityEngine.Vector3>>
|
|
struct InlinedArray_1_t3C9FDC2B575450733517AE6D9168B8B7CDA52FBF
|
|
{
|
|
// System.Int32 UnityEngine.InputSystem.Utilities.InlinedArray`1::length
|
|
int32_t ___length_0;
|
|
// TValue UnityEngine.InputSystem.Utilities.InlinedArray`1::firstValue
|
|
InputProcessor_1_t10DFF33E2326C9CB9E156D4E45DB2D85EFD54C7F* ___firstValue_1;
|
|
// TValue[] UnityEngine.InputSystem.Utilities.InlinedArray`1::additionalValues
|
|
InputProcessor_1U5BU5D_tBA73A89FF9ECD7F1DA5B139ABBA8609E7047B2FF* ___additionalValues_2;
|
|
};
|
|
|
|
// UnityEngine.InputSystem.Utilities.InlinedArray`1<System.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.InputAction>
|
|
struct InlinedArray_1_t988D24EB8EBC66E20CEF2436282CE6A215B79BCF
|
|
{
|
|
// System.Int32 UnityEngine.InputSystem.Utilities.InlinedArray`1::length
|
|
int32_t ___length_0;
|
|
// TValue UnityEngine.InputSystem.Utilities.InlinedArray`1::firstValue
|
|
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* ___firstValue_1;
|
|
// TValue[] UnityEngine.InputSystem.Utilities.InlinedArray`1::additionalValues
|
|
InputActionU5BU5D_t6F881A9FE5C2016615C8D2E0B192608EA5FCE810* ___additionalValues_2;
|
|
};
|
|
|
|
// UnityEngine.InputSystem.Utilities.InlinedArray`1<UnityEngine.InputSystem.InputActionMap>
|
|
struct InlinedArray_1_tA400D09B80F15161B84CD387A6FA2EA0249125EB
|
|
{
|
|
// System.Int32 UnityEngine.InputSystem.Utilities.InlinedArray`1::length
|
|
int32_t ___length_0;
|
|
// TValue UnityEngine.InputSystem.Utilities.InlinedArray`1::firstValue
|
|
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* ___firstValue_1;
|
|
// TValue[] UnityEngine.InputSystem.Utilities.InlinedArray`1::additionalValues
|
|
InputActionMapU5BU5D_t4B352E8DA73976FEDA107E35E81FB5BE6838C045* ___additionalValues_2;
|
|
};
|
|
|
|
// UnityEngine.InputSystem.Utilities.InlinedArray`1<UnityEngine.InputSystem.InputActionState>
|
|
struct InlinedArray_1_t4491E87B3C34244B49E0F7EB3C808F6F4F401234
|
|
{
|
|
// System.Int32 UnityEngine.InputSystem.Utilities.InlinedArray`1::length
|
|
int32_t ___length_0;
|
|
// TValue UnityEngine.InputSystem.Utilities.InlinedArray`1::firstValue
|
|
InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* ___firstValue_1;
|
|
// TValue[] UnityEngine.InputSystem.Utilities.InlinedArray`1::additionalValues
|
|
InputActionStateU5BU5D_t46F2F9A910A1FE54BEACF73588744B3D1C0A54AB* ___additionalValues_2;
|
|
};
|
|
|
|
// UnityEngine.InputSystem.Utilities.InlinedArray`1<System.Object>
|
|
struct InlinedArray_1_t686EF64AD1CAE4599FCACB01447C59FA04174EF4
|
|
{
|
|
// System.Int32 UnityEngine.InputSystem.Utilities.InlinedArray`1::length
|
|
int32_t ___length_0;
|
|
// TValue UnityEngine.InputSystem.Utilities.InlinedArray`1::firstValue
|
|
RuntimeObject* ___firstValue_1;
|
|
// TValue[] UnityEngine.InputSystem.Utilities.InlinedArray`1::additionalValues
|
|
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___additionalValues_2;
|
|
};
|
|
|
|
// System.Collections.Generic.KeyValuePair`2<System.Object,System.Object>
|
|
struct KeyValuePair_2_tFC32D2507216293851350D29B64D79F950B55230
|
|
{
|
|
// TKey System.Collections.Generic.KeyValuePair`2::key
|
|
RuntimeObject* ___key_0;
|
|
// TValue System.Collections.Generic.KeyValuePair`2::value
|
|
RuntimeObject* ___value_1;
|
|
};
|
|
|
|
// System.Collections.Generic.KeyValuePair`2<System.String,System.Object>
|
|
struct KeyValuePair_2_tBEE55F2A4574C64393155C322376FD98C7BFC7B9
|
|
{
|
|
// TKey System.Collections.Generic.KeyValuePair`2::key
|
|
String_t* ___key_0;
|
|
// TValue System.Collections.Generic.KeyValuePair`2::value
|
|
RuntimeObject* ___value_1;
|
|
};
|
|
|
|
// 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;
|
|
};
|
|
|
|
// System.Nullable`1<System.Boolean>
|
|
struct Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01
|
|
{
|
|
// System.Boolean System.Nullable`1::hasValue
|
|
bool ___hasValue_0;
|
|
// T System.Nullable`1::value
|
|
bool ___value_1;
|
|
};
|
|
|
|
// UnityEngine.InputSystem.Utilities.ReadOnlyArray`1<UnityEngine.InputSystem.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.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;
|
|
};
|
|
|
|
// System.DateTime
|
|
struct DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D
|
|
{
|
|
// System.UInt64 System.DateTime::_dateData
|
|
uint64_t ____dateData_46;
|
|
};
|
|
|
|
// System.Decimal
|
|
struct Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F
|
|
{
|
|
union
|
|
{
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
// System.Int32 System.Decimal::flags
|
|
int32_t ___flags_8;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
int32_t ___flags_8_forAlignmentOnly;
|
|
};
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
char ___hi_9_OffsetPadding[4];
|
|
// System.Int32 System.Decimal::hi
|
|
int32_t ___hi_9;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
char ___hi_9_OffsetPadding_forAlignmentOnly[4];
|
|
int32_t ___hi_9_forAlignmentOnly;
|
|
};
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
char ___lo_10_OffsetPadding[8];
|
|
// System.Int32 System.Decimal::lo
|
|
int32_t ___lo_10;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
char ___lo_10_OffsetPadding_forAlignmentOnly[8];
|
|
int32_t ___lo_10_forAlignmentOnly;
|
|
};
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
char ___mid_11_OffsetPadding[12];
|
|
// System.Int32 System.Decimal::mid
|
|
int32_t ___mid_11;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
char ___mid_11_OffsetPadding_forAlignmentOnly[12];
|
|
int32_t ___mid_11_forAlignmentOnly;
|
|
};
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
char ___ulomidLE_12_OffsetPadding[8];
|
|
// System.UInt64 System.Decimal::ulomidLE
|
|
uint64_t ___ulomidLE_12;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
char ___ulomidLE_12_OffsetPadding_forAlignmentOnly[8];
|
|
uint64_t ___ulomidLE_12_forAlignmentOnly;
|
|
};
|
|
};
|
|
};
|
|
|
|
// UnityEngine.InputSystem.Utilities.DisplayStringFormatAttribute
|
|
struct DisplayStringFormatAttribute_t3C53E0C127ADC7CED74D9E4B13A6F1804577D89B : public Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA
|
|
{
|
|
// System.String UnityEngine.InputSystem.Utilities.DisplayStringFormatAttribute::<formatString>k__BackingField
|
|
String_t* ___U3CformatStringU3Ek__BackingField_0;
|
|
};
|
|
|
|
// System.Double
|
|
struct Double_tE150EF3D1D43DEE85D533810AB4C742307EEDE5F
|
|
{
|
|
// System.Double System.Double::m_value
|
|
double ___m_value_0;
|
|
};
|
|
|
|
// System.Enum
|
|
struct Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2 : public ValueType_t6D9B272BD21782F0A9A14F2E41F85A50E97A986F
|
|
{
|
|
};
|
|
// Native definition for P/Invoke marshalling of System.Enum
|
|
struct Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2_marshaled_pinvoke
|
|
{
|
|
};
|
|
// Native definition for COM marshalling of System.Enum
|
|
struct Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2_marshaled_com
|
|
{
|
|
};
|
|
|
|
// System.Reflection.FieldInfo
|
|
struct FieldInfo_t : public MemberInfo_t
|
|
{
|
|
};
|
|
|
|
// UnityEngine.InputSystem.Utilities.FourCC
|
|
struct FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED
|
|
{
|
|
// System.Int32 UnityEngine.InputSystem.Utilities.FourCC::m_Code
|
|
int32_t ___m_Code_0;
|
|
};
|
|
|
|
// UnityEngine.InputSystem.InputBinding
|
|
struct InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5
|
|
{
|
|
// System.String UnityEngine.InputSystem.InputBinding::m_Name
|
|
String_t* ___m_Name_2;
|
|
// System.String UnityEngine.InputSystem.InputBinding::m_Id
|
|
String_t* ___m_Id_3;
|
|
// System.String UnityEngine.InputSystem.InputBinding::m_Path
|
|
String_t* ___m_Path_4;
|
|
// System.String UnityEngine.InputSystem.InputBinding::m_Interactions
|
|
String_t* ___m_Interactions_5;
|
|
// System.String UnityEngine.InputSystem.InputBinding::m_Processors
|
|
String_t* ___m_Processors_6;
|
|
// System.String UnityEngine.InputSystem.InputBinding::m_Groups
|
|
String_t* ___m_Groups_7;
|
|
// System.String UnityEngine.InputSystem.InputBinding::m_Action
|
|
String_t* ___m_Action_8;
|
|
// UnityEngine.InputSystem.InputBinding/Flags UnityEngine.InputSystem.InputBinding::m_Flags
|
|
int32_t ___m_Flags_9;
|
|
// System.String UnityEngine.InputSystem.InputBinding::m_OverridePath
|
|
String_t* ___m_OverridePath_10;
|
|
// System.String UnityEngine.InputSystem.InputBinding::m_OverrideInteractions
|
|
String_t* ___m_OverrideInteractions_11;
|
|
// System.String UnityEngine.InputSystem.InputBinding::m_OverrideProcessors
|
|
String_t* ___m_OverrideProcessors_12;
|
|
};
|
|
// Native definition for P/Invoke marshalling of UnityEngine.InputSystem.InputBinding
|
|
struct InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5_marshaled_pinvoke
|
|
{
|
|
char* ___m_Name_2;
|
|
char* ___m_Id_3;
|
|
char* ___m_Path_4;
|
|
char* ___m_Interactions_5;
|
|
char* ___m_Processors_6;
|
|
char* ___m_Groups_7;
|
|
char* ___m_Action_8;
|
|
int32_t ___m_Flags_9;
|
|
char* ___m_OverridePath_10;
|
|
char* ___m_OverrideInteractions_11;
|
|
char* ___m_OverrideProcessors_12;
|
|
};
|
|
// Native definition for COM marshalling of UnityEngine.InputSystem.InputBinding
|
|
struct InputBinding_t0D75BD1538CF81D29450D568D5C938E111633EC5_marshaled_com
|
|
{
|
|
Il2CppChar* ___m_Name_2;
|
|
Il2CppChar* ___m_Id_3;
|
|
Il2CppChar* ___m_Path_4;
|
|
Il2CppChar* ___m_Interactions_5;
|
|
Il2CppChar* ___m_Processors_6;
|
|
Il2CppChar* ___m_Groups_7;
|
|
Il2CppChar* ___m_Action_8;
|
|
int32_t ___m_Flags_9;
|
|
Il2CppChar* ___m_OverridePath_10;
|
|
Il2CppChar* ___m_OverrideInteractions_11;
|
|
Il2CppChar* ___m_OverrideProcessors_12;
|
|
};
|
|
|
|
// UnityEngine.InputSystem.Layouts.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;
|
|
};
|
|
|
|
// System.Int16
|
|
struct Int16_tB8EF286A9C33492FA6E6D6E67320BE93E794A175
|
|
{
|
|
// System.Int16 System.Int16::m_value
|
|
int16_t ___m_value_0;
|
|
};
|
|
|
|
// System.Int32
|
|
struct Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C
|
|
{
|
|
// System.Int32 System.Int32::m_value
|
|
int32_t ___m_value_0;
|
|
};
|
|
|
|
// System.Int64
|
|
struct Int64_t092CFB123BE63C28ACDAF65C68F21A526050DBA3
|
|
{
|
|
// System.Int64 System.Int64::m_value
|
|
int64_t ___m_value_0;
|
|
};
|
|
|
|
// System.IntPtr
|
|
struct IntPtr_t
|
|
{
|
|
// System.Void* System.IntPtr::m_value
|
|
void* ___m_value_0;
|
|
};
|
|
|
|
// 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.InputSystem.Utilities.JsonParser
|
|
struct JsonParser_tF738BE4FBF77CE449E21EA2CE18E937B6692B7E6
|
|
{
|
|
// System.String UnityEngine.InputSystem.Utilities.JsonParser::m_Text
|
|
String_t* ___m_Text_0;
|
|
// System.Int32 UnityEngine.InputSystem.Utilities.JsonParser::m_Length
|
|
int32_t ___m_Length_1;
|
|
// System.Int32 UnityEngine.InputSystem.Utilities.JsonParser::m_Position
|
|
int32_t ___m_Position_2;
|
|
// System.Boolean UnityEngine.InputSystem.Utilities.JsonParser::m_MatchAnyElementInArray
|
|
bool ___m_MatchAnyElementInArray_3;
|
|
// System.Boolean UnityEngine.InputSystem.Utilities.JsonParser::m_DryRun
|
|
bool ___m_DryRun_4;
|
|
};
|
|
// Native definition for P/Invoke marshalling of UnityEngine.InputSystem.Utilities.JsonParser
|
|
struct JsonParser_tF738BE4FBF77CE449E21EA2CE18E937B6692B7E6_marshaled_pinvoke
|
|
{
|
|
char* ___m_Text_0;
|
|
int32_t ___m_Length_1;
|
|
int32_t ___m_Position_2;
|
|
int32_t ___m_MatchAnyElementInArray_3;
|
|
int32_t ___m_DryRun_4;
|
|
};
|
|
// Native definition for COM marshalling of UnityEngine.InputSystem.Utilities.JsonParser
|
|
struct JsonParser_tF738BE4FBF77CE449E21EA2CE18E937B6692B7E6_marshaled_com
|
|
{
|
|
Il2CppChar* ___m_Text_0;
|
|
int32_t ___m_Length_1;
|
|
int32_t ___m_Position_2;
|
|
int32_t ___m_MatchAnyElementInArray_3;
|
|
int32_t ___m_DryRun_4;
|
|
};
|
|
|
|
// 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.PredictiveParser
|
|
struct PredictiveParser_t33E75D237A7F855FDFDD50AA2DDDBBB65DE94248
|
|
{
|
|
// System.Int32 UnityEngine.InputSystem.Utilities.PredictiveParser::m_Position
|
|
int32_t ___m_Position_0;
|
|
};
|
|
|
|
// 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.Quaternion
|
|
struct Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974
|
|
{
|
|
// System.Single UnityEngine.Quaternion::x
|
|
float ___x_0;
|
|
// System.Single UnityEngine.Quaternion::y
|
|
float ___y_1;
|
|
// System.Single UnityEngine.Quaternion::z
|
|
float ___z_2;
|
|
// System.Single UnityEngine.Quaternion::w
|
|
float ___w_3;
|
|
};
|
|
|
|
// System.SByte
|
|
struct SByte_tFEFFEF5D2FEBF5207950AE6FAC150FC53B668DB5
|
|
{
|
|
// System.SByte System.SByte::m_value
|
|
int8_t ___m_value_0;
|
|
};
|
|
|
|
// System.Single
|
|
struct Single_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C
|
|
{
|
|
// System.Single System.Single::m_value
|
|
float ___m_value_0;
|
|
};
|
|
|
|
// UnityEngine.InputSystem.Utilities.Substring
|
|
struct Substring_t2E16755269E6716C22074D6BC0A9099915E67849
|
|
{
|
|
// System.String UnityEngine.InputSystem.Utilities.Substring::m_String
|
|
String_t* ___m_String_0;
|
|
// System.Int32 UnityEngine.InputSystem.Utilities.Substring::m_Index
|
|
int32_t ___m_Index_1;
|
|
// System.Int32 UnityEngine.InputSystem.Utilities.Substring::m_Length
|
|
int32_t ___m_Length_2;
|
|
};
|
|
// Native definition for P/Invoke marshalling of UnityEngine.InputSystem.Utilities.Substring
|
|
struct Substring_t2E16755269E6716C22074D6BC0A9099915E67849_marshaled_pinvoke
|
|
{
|
|
char* ___m_String_0;
|
|
int32_t ___m_Index_1;
|
|
int32_t ___m_Length_2;
|
|
};
|
|
// Native definition for COM marshalling of UnityEngine.InputSystem.Utilities.Substring
|
|
struct Substring_t2E16755269E6716C22074D6BC0A9099915E67849_marshaled_com
|
|
{
|
|
Il2CppChar* ___m_String_0;
|
|
int32_t ___m_Index_1;
|
|
int32_t ___m_Length_2;
|
|
};
|
|
|
|
// System.TimeSpan
|
|
struct TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A
|
|
{
|
|
// System.Int64 System.TimeSpan::_ticks
|
|
int64_t ____ticks_22;
|
|
};
|
|
|
|
// 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.UInt64
|
|
struct UInt64_t8F12534CC8FC4B5860F2A2CD1EE79D322E7A41AF
|
|
{
|
|
// System.UInt64 System.UInt64::m_value
|
|
uint64_t ___m_value_0;
|
|
};
|
|
|
|
// UnityEngine.Vector2
|
|
struct Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7
|
|
{
|
|
// System.Single UnityEngine.Vector2::x
|
|
float ___x_0;
|
|
// System.Single UnityEngine.Vector2::y
|
|
float ___y_1;
|
|
};
|
|
|
|
// UnityEngine.InputSystem.Utilities.Vector2MagnitudeComparer
|
|
struct Vector2MagnitudeComparer_tA43FC290103781CBCFFC2636F73C7B7922BDE79A
|
|
{
|
|
union
|
|
{
|
|
struct
|
|
{
|
|
};
|
|
uint8_t Vector2MagnitudeComparer_tA43FC290103781CBCFFC2636F73C7B7922BDE79A__padding[1];
|
|
};
|
|
};
|
|
|
|
// UnityEngine.Vector3
|
|
struct Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2
|
|
{
|
|
// System.Single UnityEngine.Vector3::x
|
|
float ___x_2;
|
|
// System.Single UnityEngine.Vector3::y
|
|
float ___y_3;
|
|
// System.Single UnityEngine.Vector3::z
|
|
float ___z_4;
|
|
};
|
|
|
|
// UnityEngine.InputSystem.Utilities.Vector3MagnitudeComparer
|
|
struct Vector3MagnitudeComparer_t90E18878C78659AA821D3CA0375E7D844AF0DAFE
|
|
{
|
|
union
|
|
{
|
|
struct
|
|
{
|
|
};
|
|
uint8_t Vector3MagnitudeComparer_t90E18878C78659AA821D3CA0375E7D844AF0DAFE__padding[1];
|
|
};
|
|
};
|
|
|
|
// System.Void
|
|
struct Void_t4861ACF8F4594C3437BB48B6E56783494B843915
|
|
{
|
|
union
|
|
{
|
|
struct
|
|
{
|
|
};
|
|
uint8_t Void_t4861ACF8F4594C3437BB48B6E56783494B843915__padding[1];
|
|
};
|
|
};
|
|
|
|
// UnityEngine.InputSystem.LowLevel.ActionEvent/<m_ValueData>e__FixedBuffer
|
|
struct U3Cm_ValueDataU3Ee__FixedBuffer_t94746BF84FF1BD9ACDDDA17AE7155A9AA40DB97A
|
|
{
|
|
union
|
|
{
|
|
struct
|
|
{
|
|
// System.Byte UnityEngine.InputSystem.LowLevel.ActionEvent/<m_ValueData>e__FixedBuffer::FixedElementField
|
|
uint8_t ___FixedElementField_0;
|
|
};
|
|
uint8_t U3Cm_ValueDataU3Ee__FixedBuffer_t94746BF84FF1BD9ACDDDA17AE7155A9AA40DB97A__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.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/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.Utilities.InputActionTrace/ActionEventPtr
|
|
struct ActionEventPtr_t73A827F31E342D0649AFFDD93F489AC4F88DFB74
|
|
{
|
|
// UnityEngine.InputSystem.InputActionState UnityEngine.InputSystem.Utilities.InputActionTrace/ActionEventPtr::m_State
|
|
InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* ___m_State_0;
|
|
// UnityEngine.InputSystem.LowLevel.ActionEvent* UnityEngine.InputSystem.Utilities.InputActionTrace/ActionEventPtr::m_Ptr
|
|
ActionEvent_tFC934B0EAC602EBEF4E6F4A34EC21B329DE11444* ___m_Ptr_1;
|
|
};
|
|
// Native definition for P/Invoke marshalling of UnityEngine.InputSystem.Utilities.InputActionTrace/ActionEventPtr
|
|
struct ActionEventPtr_t73A827F31E342D0649AFFDD93F489AC4F88DFB74_marshaled_pinvoke
|
|
{
|
|
InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* ___m_State_0;
|
|
ActionEvent_tFC934B0EAC602EBEF4E6F4A34EC21B329DE11444* ___m_Ptr_1;
|
|
};
|
|
// Native definition for COM marshalling of UnityEngine.InputSystem.Utilities.InputActionTrace/ActionEventPtr
|
|
struct ActionEventPtr_t73A827F31E342D0649AFFDD93F489AC4F88DFB74_marshaled_com
|
|
{
|
|
InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* ___m_State_0;
|
|
ActionEvent_tFC934B0EAC602EBEF4E6F4A34EC21B329DE11444* ___m_Ptr_1;
|
|
};
|
|
|
|
// UnityEngine.InputSystem.Utilities.InputActionTrace/Enumerator
|
|
struct Enumerator_tC0F792D149DF8552C0B6721D81AA1D51AF62EEC6
|
|
{
|
|
// UnityEngine.InputSystem.Utilities.InputActionTrace UnityEngine.InputSystem.Utilities.InputActionTrace/Enumerator::m_Trace
|
|
InputActionTrace_t046FE0C3746A1C44ADDD9367AA19409D0097AFC7* ___m_Trace_0;
|
|
// UnityEngine.InputSystem.LowLevel.ActionEvent* UnityEngine.InputSystem.Utilities.InputActionTrace/Enumerator::m_Buffer
|
|
ActionEvent_tFC934B0EAC602EBEF4E6F4A34EC21B329DE11444* ___m_Buffer_1;
|
|
// System.Int32 UnityEngine.InputSystem.Utilities.InputActionTrace/Enumerator::m_EventCount
|
|
int32_t ___m_EventCount_2;
|
|
// UnityEngine.InputSystem.LowLevel.ActionEvent* UnityEngine.InputSystem.Utilities.InputActionTrace/Enumerator::m_CurrentEvent
|
|
ActionEvent_tFC934B0EAC602EBEF4E6F4A34EC21B329DE11444* ___m_CurrentEvent_3;
|
|
// System.Int32 UnityEngine.InputSystem.Utilities.InputActionTrace/Enumerator::m_CurrentIndex
|
|
int32_t ___m_CurrentIndex_4;
|
|
};
|
|
// Native definition for P/Invoke marshalling of UnityEngine.InputSystem.Utilities.InputActionTrace/Enumerator
|
|
struct Enumerator_tC0F792D149DF8552C0B6721D81AA1D51AF62EEC6_marshaled_pinvoke
|
|
{
|
|
InputActionTrace_t046FE0C3746A1C44ADDD9367AA19409D0097AFC7* ___m_Trace_0;
|
|
ActionEvent_tFC934B0EAC602EBEF4E6F4A34EC21B329DE11444* ___m_Buffer_1;
|
|
int32_t ___m_EventCount_2;
|
|
ActionEvent_tFC934B0EAC602EBEF4E6F4A34EC21B329DE11444* ___m_CurrentEvent_3;
|
|
int32_t ___m_CurrentIndex_4;
|
|
};
|
|
// Native definition for COM marshalling of UnityEngine.InputSystem.Utilities.InputActionTrace/Enumerator
|
|
struct Enumerator_tC0F792D149DF8552C0B6721D81AA1D51AF62EEC6_marshaled_com
|
|
{
|
|
InputActionTrace_t046FE0C3746A1C44ADDD9367AA19409D0097AFC7* ___m_Trace_0;
|
|
ActionEvent_tFC934B0EAC602EBEF4E6F4A34EC21B329DE11444* ___m_Buffer_1;
|
|
int32_t ___m_EventCount_2;
|
|
ActionEvent_tFC934B0EAC602EBEF4E6F4A34EC21B329DE11444* ___m_CurrentEvent_3;
|
|
int32_t ___m_CurrentIndex_4;
|
|
};
|
|
|
|
// UnityEngine.InputSystem.Layouts.InputDeviceMatcher/MatcherJson
|
|
struct MatcherJson_t5F54B83ADE9DD6D48FD48D76841EF4CA790DD942
|
|
{
|
|
// System.String UnityEngine.InputSystem.Layouts.InputDeviceMatcher/MatcherJson::interface
|
|
String_t* ___interface_0;
|
|
// System.String[] UnityEngine.InputSystem.Layouts.InputDeviceMatcher/MatcherJson::interfaces
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___interfaces_1;
|
|
// System.String UnityEngine.InputSystem.Layouts.InputDeviceMatcher/MatcherJson::deviceClass
|
|
String_t* ___deviceClass_2;
|
|
// System.String[] UnityEngine.InputSystem.Layouts.InputDeviceMatcher/MatcherJson::deviceClasses
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___deviceClasses_3;
|
|
// System.String UnityEngine.InputSystem.Layouts.InputDeviceMatcher/MatcherJson::manufacturer
|
|
String_t* ___manufacturer_4;
|
|
// System.String[] UnityEngine.InputSystem.Layouts.InputDeviceMatcher/MatcherJson::manufacturers
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___manufacturers_5;
|
|
// System.String UnityEngine.InputSystem.Layouts.InputDeviceMatcher/MatcherJson::product
|
|
String_t* ___product_6;
|
|
// System.String[] UnityEngine.InputSystem.Layouts.InputDeviceMatcher/MatcherJson::products
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___products_7;
|
|
// System.String UnityEngine.InputSystem.Layouts.InputDeviceMatcher/MatcherJson::version
|
|
String_t* ___version_8;
|
|
// System.String[] UnityEngine.InputSystem.Layouts.InputDeviceMatcher/MatcherJson::versions
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___versions_9;
|
|
// UnityEngine.InputSystem.Layouts.InputDeviceMatcher/MatcherJson/Capability[] UnityEngine.InputSystem.Layouts.InputDeviceMatcher/MatcherJson::capabilities
|
|
CapabilityU5BU5D_tAB21826273F0E3FC45A0E93F8F7B6368653124EA* ___capabilities_10;
|
|
};
|
|
// Native definition for P/Invoke marshalling of UnityEngine.InputSystem.Layouts.InputDeviceMatcher/MatcherJson
|
|
struct MatcherJson_t5F54B83ADE9DD6D48FD48D76841EF4CA790DD942_marshaled_pinvoke
|
|
{
|
|
char* ___interface_0;
|
|
char** ___interfaces_1;
|
|
char* ___deviceClass_2;
|
|
char** ___deviceClasses_3;
|
|
char* ___manufacturer_4;
|
|
char** ___manufacturers_5;
|
|
char* ___product_6;
|
|
char** ___products_7;
|
|
char* ___version_8;
|
|
char** ___versions_9;
|
|
Capability_t1A686C4F719B0408BCBB428021405F440196E16E_marshaled_pinvoke* ___capabilities_10;
|
|
};
|
|
// Native definition for COM marshalling of UnityEngine.InputSystem.Layouts.InputDeviceMatcher/MatcherJson
|
|
struct MatcherJson_t5F54B83ADE9DD6D48FD48D76841EF4CA790DD942_marshaled_com
|
|
{
|
|
Il2CppChar* ___interface_0;
|
|
Il2CppChar** ___interfaces_1;
|
|
Il2CppChar* ___deviceClass_2;
|
|
Il2CppChar** ___deviceClasses_3;
|
|
Il2CppChar* ___manufacturer_4;
|
|
Il2CppChar** ___manufacturers_5;
|
|
Il2CppChar* ___product_6;
|
|
Il2CppChar** ___products_7;
|
|
Il2CppChar* ___version_8;
|
|
Il2CppChar** ___versions_9;
|
|
Capability_t1A686C4F719B0408BCBB428021405F440196E16E_marshaled_com* ___capabilities_10;
|
|
};
|
|
|
|
// UnityEngine.InputSystem.Utilities.MemoryHelpers/BitRegion
|
|
struct BitRegion_tFE885CE2CC6C0287CF86BF59672C19D86D8DFC4C
|
|
{
|
|
// System.UInt32 UnityEngine.InputSystem.Utilities.MemoryHelpers/BitRegion::bitOffset
|
|
uint32_t ___bitOffset_0;
|
|
// System.UInt32 UnityEngine.InputSystem.Utilities.MemoryHelpers/BitRegion::sizeInBits
|
|
uint32_t ___sizeInBits_1;
|
|
};
|
|
|
|
// UnityEngine.InputSystem.LowLevel.QueryKeyNameCommand/<nameBuffer>e__FixedBuffer
|
|
struct U3CnameBufferU3Ee__FixedBuffer_tF101426D1EE77D09C5615FAE829F3F32616ED2A4
|
|
{
|
|
union
|
|
{
|
|
struct
|
|
{
|
|
// System.Byte UnityEngine.InputSystem.LowLevel.QueryKeyNameCommand/<nameBuffer>e__FixedBuffer::FixedElementField
|
|
uint8_t ___FixedElementField_0;
|
|
};
|
|
uint8_t U3CnameBufferU3Ee__FixedBuffer_tF101426D1EE77D09C5615FAE829F3F32616ED2A4__padding[256];
|
|
};
|
|
};
|
|
|
|
// UnityEngine.InputSystem.Layouts.InputDeviceMatcher/MatcherJson/Capability
|
|
struct Capability_t1A686C4F719B0408BCBB428021405F440196E16E
|
|
{
|
|
// System.String UnityEngine.InputSystem.Layouts.InputDeviceMatcher/MatcherJson/Capability::path
|
|
String_t* ___path_0;
|
|
// System.String UnityEngine.InputSystem.Layouts.InputDeviceMatcher/MatcherJson/Capability::value
|
|
String_t* ___value_1;
|
|
};
|
|
// Native definition for P/Invoke marshalling of UnityEngine.InputSystem.Layouts.InputDeviceMatcher/MatcherJson/Capability
|
|
struct Capability_t1A686C4F719B0408BCBB428021405F440196E16E_marshaled_pinvoke
|
|
{
|
|
char* ___path_0;
|
|
char* ___value_1;
|
|
};
|
|
// Native definition for COM marshalling of UnityEngine.InputSystem.Layouts.InputDeviceMatcher/MatcherJson/Capability
|
|
struct Capability_t1A686C4F719B0408BCBB428021405F440196E16E_marshaled_com
|
|
{
|
|
Il2CppChar* ___path_0;
|
|
Il2CppChar* ___value_1;
|
|
};
|
|
|
|
// System.ByReference`1<System.Char>
|
|
struct ByReference_1_t7BA5A6CA164F770BC688F21C5978D368716465F5
|
|
{
|
|
// System.IntPtr System.ByReference`1::_value
|
|
intptr_t ____value_0;
|
|
};
|
|
|
|
// UnityEngine.InputSystem.Utilities.CallbackArray`1<System.Action`1<System.Object>>
|
|
struct CallbackArray_1_tB6F9AD05405749A2888C89224C8F5ECF4E1C0411
|
|
{
|
|
// System.Boolean UnityEngine.InputSystem.Utilities.CallbackArray`1::m_CannotMutateCallbacksArray
|
|
bool ___m_CannotMutateCallbacksArray_0;
|
|
// UnityEngine.InputSystem.Utilities.InlinedArray`1<TDelegate> UnityEngine.InputSystem.Utilities.CallbackArray`1::m_Callbacks
|
|
InlinedArray_1_t90D679876AE3A52129F69F403ECC9AD16D60AD9F ___m_Callbacks_1;
|
|
// UnityEngine.InputSystem.Utilities.InlinedArray`1<TDelegate> UnityEngine.InputSystem.Utilities.CallbackArray`1::m_CallbacksToAdd
|
|
InlinedArray_1_t90D679876AE3A52129F69F403ECC9AD16D60AD9F ___m_CallbacksToAdd_2;
|
|
// UnityEngine.InputSystem.Utilities.InlinedArray`1<TDelegate> UnityEngine.InputSystem.Utilities.CallbackArray`1::m_CallbacksToRemove
|
|
InlinedArray_1_t90D679876AE3A52129F69F403ECC9AD16D60AD9F ___m_CallbacksToRemove_3;
|
|
};
|
|
|
|
// UnityEngine.InputSystem.Utilities.CallbackArray`1<System.Action`1<UnityEngine.InputSystem.InputAction/CallbackContext>>
|
|
struct CallbackArray_1_tDFF8C4C6015023B6C2E70BAD26D8BC6BF00D8775
|
|
{
|
|
// System.Boolean UnityEngine.InputSystem.Utilities.CallbackArray`1::m_CannotMutateCallbacksArray
|
|
bool ___m_CannotMutateCallbacksArray_0;
|
|
// UnityEngine.InputSystem.Utilities.InlinedArray`1<TDelegate> UnityEngine.InputSystem.Utilities.CallbackArray`1::m_Callbacks
|
|
InlinedArray_1_tC208D319D19C2B3DF550BD9CDC11549F23D8F91B ___m_Callbacks_1;
|
|
// UnityEngine.InputSystem.Utilities.InlinedArray`1<TDelegate> UnityEngine.InputSystem.Utilities.CallbackArray`1::m_CallbacksToAdd
|
|
InlinedArray_1_tC208D319D19C2B3DF550BD9CDC11549F23D8F91B ___m_CallbacksToAdd_2;
|
|
// UnityEngine.InputSystem.Utilities.InlinedArray`1<TDelegate> UnityEngine.InputSystem.Utilities.CallbackArray`1::m_CallbacksToRemove
|
|
InlinedArray_1_tC208D319D19C2B3DF550BD9CDC11549F23D8F91B ___m_CallbacksToRemove_3;
|
|
};
|
|
|
|
// UnityEngine.InputSystem.Utilities.CallbackArray`1<System.Action`2<System.Object,UnityEngine.InputSystem.InputActionChange>>
|
|
struct CallbackArray_1_tC72D651E25D95D1B5D837A010859EDE49AD131FA
|
|
{
|
|
// System.Boolean UnityEngine.InputSystem.Utilities.CallbackArray`1::m_CannotMutateCallbacksArray
|
|
bool ___m_CannotMutateCallbacksArray_0;
|
|
// UnityEngine.InputSystem.Utilities.InlinedArray`1<TDelegate> UnityEngine.InputSystem.Utilities.CallbackArray`1::m_Callbacks
|
|
InlinedArray_1_tF80F63393E0BF97AFE20E770FC71798135300300 ___m_Callbacks_1;
|
|
// UnityEngine.InputSystem.Utilities.InlinedArray`1<TDelegate> UnityEngine.InputSystem.Utilities.CallbackArray`1::m_CallbacksToAdd
|
|
InlinedArray_1_tF80F63393E0BF97AFE20E770FC71798135300300 ___m_CallbacksToAdd_2;
|
|
// UnityEngine.InputSystem.Utilities.InlinedArray`1<TDelegate> UnityEngine.InputSystem.Utilities.CallbackArray`1::m_CallbacksToRemove
|
|
InlinedArray_1_tF80F63393E0BF97AFE20E770FC71798135300300 ___m_CallbacksToRemove_3;
|
|
};
|
|
|
|
// UnityEngine.InputSystem.Utilities.CallbackArray`1<System.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<System.Object>
|
|
struct CallbackArray_1_t70C9B62D06582BEAC403C9259B541A2D8D4B4A1F
|
|
{
|
|
// System.Boolean UnityEngine.InputSystem.Utilities.CallbackArray`1::m_CannotMutateCallbacksArray
|
|
bool ___m_CannotMutateCallbacksArray_0;
|
|
// UnityEngine.InputSystem.Utilities.InlinedArray`1<TDelegate> UnityEngine.InputSystem.Utilities.CallbackArray`1::m_Callbacks
|
|
InlinedArray_1_t686EF64AD1CAE4599FCACB01447C59FA04174EF4 ___m_Callbacks_1;
|
|
// UnityEngine.InputSystem.Utilities.InlinedArray`1<TDelegate> UnityEngine.InputSystem.Utilities.CallbackArray`1::m_CallbacksToAdd
|
|
InlinedArray_1_t686EF64AD1CAE4599FCACB01447C59FA04174EF4 ___m_CallbacksToAdd_2;
|
|
// UnityEngine.InputSystem.Utilities.InlinedArray`1<TDelegate> UnityEngine.InputSystem.Utilities.CallbackArray`1::m_CallbacksToRemove
|
|
InlinedArray_1_t686EF64AD1CAE4599FCACB01447C59FA04174EF4 ___m_CallbacksToRemove_3;
|
|
};
|
|
|
|
// System.Collections.Generic.KeyValuePair`2<UnityEngine.InputSystem.Utilities.InternedString,System.Object>
|
|
struct KeyValuePair_2_tC24A74EF64A292F5C6BA77D0B04CD6620D2DE3AC
|
|
{
|
|
// TKey System.Collections.Generic.KeyValuePair`2::key
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 ___key_0;
|
|
// TValue System.Collections.Generic.KeyValuePair`2::value
|
|
RuntimeObject* ___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.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.LowLevel.InputDeviceCommand
|
|
struct InputDeviceCommand_t219FD4502984D73D423496E4A2ED7FDB6CBE710E
|
|
{
|
|
union
|
|
{
|
|
struct
|
|
{
|
|
union
|
|
{
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
// UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.LowLevel.InputDeviceCommand::type
|
|
FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED ___type_4;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED ___type_4_forAlignmentOnly;
|
|
};
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
char ___sizeInBytes_5_OffsetPadding[4];
|
|
// System.Int32 UnityEngine.InputSystem.LowLevel.InputDeviceCommand::sizeInBytes
|
|
int32_t ___sizeInBytes_5;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
char ___sizeInBytes_5_OffsetPadding_forAlignmentOnly[4];
|
|
int32_t ___sizeInBytes_5_forAlignmentOnly;
|
|
};
|
|
};
|
|
};
|
|
uint8_t InputDeviceCommand_t219FD4502984D73D423496E4A2ED7FDB6CBE710E__padding[8];
|
|
};
|
|
};
|
|
|
|
// UnityEngine.InputSystem.Layouts.InputDeviceMatcher
|
|
struct InputDeviceMatcher_tF9BA551C8BB4AE41672366A7EBEA951543E0C555
|
|
{
|
|
// System.Collections.Generic.KeyValuePair`2<UnityEngine.InputSystem.Utilities.InternedString,System.Object>[] UnityEngine.InputSystem.Layouts.InputDeviceMatcher::m_Patterns
|
|
KeyValuePair_2U5BU5D_tF8154B2302178CCE00D745DBF55F703880469DFC* ___m_Patterns_0;
|
|
};
|
|
// Native definition for P/Invoke marshalling of UnityEngine.InputSystem.Layouts.InputDeviceMatcher
|
|
struct InputDeviceMatcher_tF9BA551C8BB4AE41672366A7EBEA951543E0C555_marshaled_pinvoke
|
|
{
|
|
KeyValuePair_2_tC24A74EF64A292F5C6BA77D0B04CD6620D2DE3AC* ___m_Patterns_0;
|
|
};
|
|
// Native definition for COM marshalling of UnityEngine.InputSystem.Layouts.InputDeviceMatcher
|
|
struct InputDeviceMatcher_tF9BA551C8BB4AE41672366A7EBEA951543E0C555_marshaled_com
|
|
{
|
|
KeyValuePair_2_tC24A74EF64A292F5C6BA77D0B04CD6620D2DE3AC* ___m_Patterns_0;
|
|
};
|
|
|
|
// UnityEngine.InputSystem.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.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.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.InputSystem.Utilities.NamedValue
|
|
struct NamedValue_t1D89B1ACD11D2B5284666865014E67683742B8ED
|
|
{
|
|
// System.String UnityEngine.InputSystem.Utilities.NamedValue::<name>k__BackingField
|
|
String_t* ___U3CnameU3Ek__BackingField_1;
|
|
// UnityEngine.InputSystem.Utilities.PrimitiveValue UnityEngine.InputSystem.Utilities.NamedValue::<value>k__BackingField
|
|
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 ___U3CvalueU3Ek__BackingField_2;
|
|
};
|
|
// Native definition for P/Invoke marshalling of UnityEngine.InputSystem.Utilities.NamedValue
|
|
struct NamedValue_t1D89B1ACD11D2B5284666865014E67683742B8ED_marshaled_pinvoke
|
|
{
|
|
char* ___U3CnameU3Ek__BackingField_1;
|
|
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4_marshaled_pinvoke ___U3CvalueU3Ek__BackingField_2;
|
|
};
|
|
// Native definition for COM marshalling of UnityEngine.InputSystem.Utilities.NamedValue
|
|
struct NamedValue_t1D89B1ACD11D2B5284666865014E67683742B8ED_marshaled_com
|
|
{
|
|
Il2CppChar* ___U3CnameU3Ek__BackingField_1;
|
|
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4_marshaled_com ___U3CvalueU3Ek__BackingField_2;
|
|
};
|
|
|
|
// 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.Text.RegularExpressions.Regex
|
|
struct Regex_tE773142C2BE45C5D362B0F815AFF831707A51772 : public RuntimeObject
|
|
{
|
|
// System.TimeSpan System.Text.RegularExpressions.Regex::internalMatchTimeout
|
|
TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A ___internalMatchTimeout_10;
|
|
// System.String System.Text.RegularExpressions.Regex::pattern
|
|
String_t* ___pattern_12;
|
|
// System.Text.RegularExpressions.RegexOptions System.Text.RegularExpressions.Regex::roptions
|
|
int32_t ___roptions_13;
|
|
// System.Text.RegularExpressions.RegexRunnerFactory System.Text.RegularExpressions.Regex::factory
|
|
RegexRunnerFactory_t72373B672C7D8785F63516DDD88834F286AF41E7* ___factory_14;
|
|
// System.Collections.Hashtable System.Text.RegularExpressions.Regex::caps
|
|
Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* ___caps_15;
|
|
// System.Collections.Hashtable System.Text.RegularExpressions.Regex::capnames
|
|
Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* ___capnames_16;
|
|
// System.String[] System.Text.RegularExpressions.Regex::capslist
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___capslist_17;
|
|
// System.Int32 System.Text.RegularExpressions.Regex::capsize
|
|
int32_t ___capsize_18;
|
|
// System.Text.RegularExpressions.ExclusiveReference System.Text.RegularExpressions.Regex::_runnerref
|
|
ExclusiveReference_t411F04D4CC440EB7399290027E1BBABEF4C28837* ____runnerref_19;
|
|
// System.WeakReference`1<System.Text.RegularExpressions.RegexReplacement> System.Text.RegularExpressions.Regex::_replref
|
|
WeakReference_1_tDC6E83496181D1BAFA3B89CBC00BCD0B64450257* ____replref_20;
|
|
// System.Text.RegularExpressions.RegexCode System.Text.RegularExpressions.Regex::_code
|
|
RegexCode_tA23175D9DA02AD6A79B073E10EC5D225372ED6C7* ____code_21;
|
|
// System.Boolean System.Text.RegularExpressions.Regex::_refsInitialized
|
|
bool ____refsInitialized_22;
|
|
};
|
|
|
|
// System.RuntimeTypeHandle
|
|
struct RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B
|
|
{
|
|
// System.IntPtr System.RuntimeTypeHandle::value
|
|
intptr_t ___value_0;
|
|
};
|
|
|
|
// System.Globalization.TextInfo
|
|
struct TextInfo_tD3BAFCFD77418851E7D5CB8D2588F47019E414B4 : public RuntimeObject
|
|
{
|
|
// System.String System.Globalization.TextInfo::m_listSeparator
|
|
String_t* ___m_listSeparator_0;
|
|
// System.Boolean System.Globalization.TextInfo::m_isReadOnly
|
|
bool ___m_isReadOnly_1;
|
|
// System.String System.Globalization.TextInfo::m_cultureName
|
|
String_t* ___m_cultureName_2;
|
|
// System.Globalization.CultureData System.Globalization.TextInfo::m_cultureData
|
|
CultureData_tEEFDCF4ECA1BBF6C0C8C94EB3541657245598F9D* ___m_cultureData_3;
|
|
// System.String System.Globalization.TextInfo::m_textInfoName
|
|
String_t* ___m_textInfoName_4;
|
|
// System.Nullable`1<System.Boolean> System.Globalization.TextInfo::m_IsAsciiCasingSameAsInvariant
|
|
Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01 ___m_IsAsciiCasingSameAsInvariant_5;
|
|
// System.String System.Globalization.TextInfo::customCultureName
|
|
String_t* ___customCultureName_7;
|
|
// System.Int32 System.Globalization.TextInfo::m_nDataItem
|
|
int32_t ___m_nDataItem_8;
|
|
// System.Boolean System.Globalization.TextInfo::m_useUserOverride
|
|
bool ___m_useUserOverride_9;
|
|
// System.Int32 System.Globalization.TextInfo::m_win32LangID
|
|
int32_t ___m_win32LangID_10;
|
|
};
|
|
|
|
// UnityEngine.InputSystem.LowLevel.TouchState
|
|
struct TouchState_tB05024FB4BCE85BAB82D2224AD4BF1E8B4589A97
|
|
{
|
|
union
|
|
{
|
|
struct
|
|
{
|
|
union
|
|
{
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
// System.Int32 UnityEngine.InputSystem.LowLevel.TouchState::touchId
|
|
int32_t ___touchId_1;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
int32_t ___touchId_1_forAlignmentOnly;
|
|
};
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
char ___position_2_OffsetPadding[4];
|
|
// UnityEngine.Vector2 UnityEngine.InputSystem.LowLevel.TouchState::position
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___position_2;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
char ___position_2_OffsetPadding_forAlignmentOnly[4];
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___position_2_forAlignmentOnly;
|
|
};
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
char ___delta_3_OffsetPadding[12];
|
|
// UnityEngine.Vector2 UnityEngine.InputSystem.LowLevel.TouchState::delta
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___delta_3;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
char ___delta_3_OffsetPadding_forAlignmentOnly[12];
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___delta_3_forAlignmentOnly;
|
|
};
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
char ___pressure_4_OffsetPadding[20];
|
|
// System.Single UnityEngine.InputSystem.LowLevel.TouchState::pressure
|
|
float ___pressure_4;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
char ___pressure_4_OffsetPadding_forAlignmentOnly[20];
|
|
float ___pressure_4_forAlignmentOnly;
|
|
};
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
char ___radius_5_OffsetPadding[24];
|
|
// UnityEngine.Vector2 UnityEngine.InputSystem.LowLevel.TouchState::radius
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___radius_5;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
char ___radius_5_OffsetPadding_forAlignmentOnly[24];
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___radius_5_forAlignmentOnly;
|
|
};
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
char ___phaseId_6_OffsetPadding[32];
|
|
// System.Byte UnityEngine.InputSystem.LowLevel.TouchState::phaseId
|
|
uint8_t ___phaseId_6;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
char ___phaseId_6_OffsetPadding_forAlignmentOnly[32];
|
|
uint8_t ___phaseId_6_forAlignmentOnly;
|
|
};
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
char ___tapCount_7_OffsetPadding[33];
|
|
// System.Byte UnityEngine.InputSystem.LowLevel.TouchState::tapCount
|
|
uint8_t ___tapCount_7;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
char ___tapCount_7_OffsetPadding_forAlignmentOnly[33];
|
|
uint8_t ___tapCount_7_forAlignmentOnly;
|
|
};
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
char ___displayIndex_8_OffsetPadding[34];
|
|
// System.Byte UnityEngine.InputSystem.LowLevel.TouchState::displayIndex
|
|
uint8_t ___displayIndex_8;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
char ___displayIndex_8_OffsetPadding_forAlignmentOnly[34];
|
|
uint8_t ___displayIndex_8_forAlignmentOnly;
|
|
};
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
char ___flags_9_OffsetPadding[35];
|
|
// System.Byte UnityEngine.InputSystem.LowLevel.TouchState::flags
|
|
uint8_t ___flags_9;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
char ___flags_9_OffsetPadding_forAlignmentOnly[35];
|
|
uint8_t ___flags_9_forAlignmentOnly;
|
|
};
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
char ___updateStepCount_10_OffsetPadding[36];
|
|
// System.UInt32 UnityEngine.InputSystem.LowLevel.TouchState::updateStepCount
|
|
uint32_t ___updateStepCount_10;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
char ___updateStepCount_10_OffsetPadding_forAlignmentOnly[36];
|
|
uint32_t ___updateStepCount_10_forAlignmentOnly;
|
|
};
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
char ___startTime_11_OffsetPadding[40];
|
|
// System.Double UnityEngine.InputSystem.LowLevel.TouchState::startTime
|
|
double ___startTime_11;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
char ___startTime_11_OffsetPadding_forAlignmentOnly[40];
|
|
double ___startTime_11_forAlignmentOnly;
|
|
};
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
char ___startPosition_12_OffsetPadding[48];
|
|
// UnityEngine.Vector2 UnityEngine.InputSystem.LowLevel.TouchState::startPosition
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___startPosition_12;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
char ___startPosition_12_OffsetPadding_forAlignmentOnly[48];
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___startPosition_12_forAlignmentOnly;
|
|
};
|
|
};
|
|
};
|
|
uint8_t TouchState_tB05024FB4BCE85BAB82D2224AD4BF1E8B4589A97__padding[56];
|
|
};
|
|
};
|
|
|
|
// UnityEngine.InputSystem.Utilities.JsonParser/JsonString
|
|
struct JsonString_tE22CDDA995FEFF514F3F334C93B6AB31B49773CB
|
|
{
|
|
// UnityEngine.InputSystem.Utilities.Substring UnityEngine.InputSystem.Utilities.JsonParser/JsonString::text
|
|
Substring_t2E16755269E6716C22074D6BC0A9099915E67849 ___text_0;
|
|
// System.Boolean UnityEngine.InputSystem.Utilities.JsonParser/JsonString::hasEscapes
|
|
bool ___hasEscapes_1;
|
|
};
|
|
// Native definition for P/Invoke marshalling of UnityEngine.InputSystem.Utilities.JsonParser/JsonString
|
|
struct JsonString_tE22CDDA995FEFF514F3F334C93B6AB31B49773CB_marshaled_pinvoke
|
|
{
|
|
Substring_t2E16755269E6716C22074D6BC0A9099915E67849_marshaled_pinvoke ___text_0;
|
|
int32_t ___hasEscapes_1;
|
|
};
|
|
// Native definition for COM marshalling of UnityEngine.InputSystem.Utilities.JsonParser/JsonString
|
|
struct JsonString_tE22CDDA995FEFF514F3F334C93B6AB31B49773CB_marshaled_com
|
|
{
|
|
Substring_t2E16755269E6716C22074D6BC0A9099915E67849_marshaled_com ___text_0;
|
|
int32_t ___hasEscapes_1;
|
|
};
|
|
|
|
// UnityEngine.InputSystem.Utilities.StringHelpers/<Tokenize>d__8
|
|
struct U3CTokenizeU3Ed__8_t974A4A167882F66AC70C15513407BB7218E6E64B : public RuntimeObject
|
|
{
|
|
// System.Int32 UnityEngine.InputSystem.Utilities.StringHelpers/<Tokenize>d__8::<>1__state
|
|
int32_t ___U3CU3E1__state_0;
|
|
// UnityEngine.InputSystem.Utilities.Substring UnityEngine.InputSystem.Utilities.StringHelpers/<Tokenize>d__8::<>2__current
|
|
Substring_t2E16755269E6716C22074D6BC0A9099915E67849 ___U3CU3E2__current_1;
|
|
// System.Int32 UnityEngine.InputSystem.Utilities.StringHelpers/<Tokenize>d__8::<>l__initialThreadId
|
|
int32_t ___U3CU3El__initialThreadId_2;
|
|
// System.String UnityEngine.InputSystem.Utilities.StringHelpers/<Tokenize>d__8::str
|
|
String_t* ___str_3;
|
|
// System.String UnityEngine.InputSystem.Utilities.StringHelpers/<Tokenize>d__8::<>3__str
|
|
String_t* ___U3CU3E3__str_4;
|
|
// System.Int32 UnityEngine.InputSystem.Utilities.StringHelpers/<Tokenize>d__8::<length>5__2
|
|
int32_t ___U3ClengthU3E5__2_5;
|
|
// System.Int32 UnityEngine.InputSystem.Utilities.StringHelpers/<Tokenize>d__8::<endPos>5__3
|
|
int32_t ___U3CendPosU3E5__3_6;
|
|
};
|
|
|
|
// 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;
|
|
};
|
|
|
|
// System.ReadOnlySpan`1<System.Char>
|
|
struct ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1
|
|
{
|
|
// System.ByReference`1<T> System.ReadOnlySpan`1::_pointer
|
|
ByReference_1_t7BA5A6CA164F770BC688F21C5978D368716465F5 ____pointer_0;
|
|
// System.Int32 System.ReadOnlySpan`1::_length
|
|
int32_t ____length_1;
|
|
};
|
|
|
|
// UnityEngine.InputSystem.LowLevel.ActionEvent
|
|
struct ActionEvent_tFC934B0EAC602EBEF4E6F4A34EC21B329DE11444
|
|
{
|
|
union
|
|
{
|
|
struct
|
|
{
|
|
union
|
|
{
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
// UnityEngine.InputSystem.LowLevel.InputEvent UnityEngine.InputSystem.LowLevel.ActionEvent::baseEvent
|
|
InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5 ___baseEvent_0;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5 ___baseEvent_0_forAlignmentOnly;
|
|
};
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
char ___m_ControlIndex_1_OffsetPadding[20];
|
|
// System.UInt16 UnityEngine.InputSystem.LowLevel.ActionEvent::m_ControlIndex
|
|
uint16_t ___m_ControlIndex_1;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
char ___m_ControlIndex_1_OffsetPadding_forAlignmentOnly[20];
|
|
uint16_t ___m_ControlIndex_1_forAlignmentOnly;
|
|
};
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
char ___m_BindingIndex_2_OffsetPadding[22];
|
|
// System.UInt16 UnityEngine.InputSystem.LowLevel.ActionEvent::m_BindingIndex
|
|
uint16_t ___m_BindingIndex_2;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
char ___m_BindingIndex_2_OffsetPadding_forAlignmentOnly[22];
|
|
uint16_t ___m_BindingIndex_2_forAlignmentOnly;
|
|
};
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
char ___m_InteractionIndex_3_OffsetPadding[24];
|
|
// System.UInt16 UnityEngine.InputSystem.LowLevel.ActionEvent::m_InteractionIndex
|
|
uint16_t ___m_InteractionIndex_3;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
char ___m_InteractionIndex_3_OffsetPadding_forAlignmentOnly[24];
|
|
uint16_t ___m_InteractionIndex_3_forAlignmentOnly;
|
|
};
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
char ___m_StateIndex_4_OffsetPadding[26];
|
|
// System.Byte UnityEngine.InputSystem.LowLevel.ActionEvent::m_StateIndex
|
|
uint8_t ___m_StateIndex_4;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
char ___m_StateIndex_4_OffsetPadding_forAlignmentOnly[26];
|
|
uint8_t ___m_StateIndex_4_forAlignmentOnly;
|
|
};
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
char ___m_Phase_5_OffsetPadding[27];
|
|
// System.Byte UnityEngine.InputSystem.LowLevel.ActionEvent::m_Phase
|
|
uint8_t ___m_Phase_5;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
char ___m_Phase_5_OffsetPadding_forAlignmentOnly[27];
|
|
uint8_t ___m_Phase_5_forAlignmentOnly;
|
|
};
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
char ___m_StartTime_6_OffsetPadding[28];
|
|
// System.Double UnityEngine.InputSystem.LowLevel.ActionEvent::m_StartTime
|
|
double ___m_StartTime_6;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
char ___m_StartTime_6_OffsetPadding_forAlignmentOnly[28];
|
|
double ___m_StartTime_6_forAlignmentOnly;
|
|
};
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
char ___m_ValueData_7_OffsetPadding[36];
|
|
// UnityEngine.InputSystem.LowLevel.ActionEvent/<m_ValueData>e__FixedBuffer UnityEngine.InputSystem.LowLevel.ActionEvent::m_ValueData
|
|
U3Cm_ValueDataU3Ee__FixedBuffer_t94746BF84FF1BD9ACDDDA17AE7155A9AA40DB97A ___m_ValueData_7;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
char ___m_ValueData_7_OffsetPadding_forAlignmentOnly[36];
|
|
U3Cm_ValueDataU3Ee__FixedBuffer_t94746BF84FF1BD9ACDDDA17AE7155A9AA40DB97A ___m_ValueData_7_forAlignmentOnly;
|
|
};
|
|
};
|
|
};
|
|
uint8_t ActionEvent_tFC934B0EAC602EBEF4E6F4A34EC21B329DE11444__padding[37];
|
|
};
|
|
};
|
|
|
|
// 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.Utilities.InputActionTrace
|
|
struct InputActionTrace_t046FE0C3746A1C44ADDD9367AA19409D0097AFC7 : public RuntimeObject
|
|
{
|
|
// System.Boolean UnityEngine.InputSystem.Utilities.InputActionTrace::m_SubscribedToAll
|
|
bool ___m_SubscribedToAll_0;
|
|
// System.Boolean UnityEngine.InputSystem.Utilities.InputActionTrace::m_OnActionChangeHooked
|
|
bool ___m_OnActionChangeHooked_1;
|
|
// UnityEngine.InputSystem.Utilities.InlinedArray`1<UnityEngine.InputSystem.InputAction> UnityEngine.InputSystem.Utilities.InputActionTrace::m_SubscribedActions
|
|
InlinedArray_1_t988D24EB8EBC66E20CEF2436282CE6A215B79BCF ___m_SubscribedActions_2;
|
|
// UnityEngine.InputSystem.Utilities.InlinedArray`1<UnityEngine.InputSystem.InputActionMap> UnityEngine.InputSystem.Utilities.InputActionTrace::m_SubscribedActionMaps
|
|
InlinedArray_1_tA400D09B80F15161B84CD387A6FA2EA0249125EB ___m_SubscribedActionMaps_3;
|
|
// UnityEngine.InputSystem.LowLevel.InputEventBuffer UnityEngine.InputSystem.Utilities.InputActionTrace::m_EventBuffer
|
|
InputEventBuffer_t3123D90CE491FA9828E878B2BEF766A3DC6E74FE ___m_EventBuffer_4;
|
|
// UnityEngine.InputSystem.Utilities.InlinedArray`1<UnityEngine.InputSystem.InputActionState> UnityEngine.InputSystem.Utilities.InputActionTrace::m_ActionMapStates
|
|
InlinedArray_1_t4491E87B3C34244B49E0F7EB3C808F6F4F401234 ___m_ActionMapStates_5;
|
|
// UnityEngine.InputSystem.Utilities.InlinedArray`1<UnityEngine.InputSystem.InputActionState> UnityEngine.InputSystem.Utilities.InputActionTrace::m_ActionMapStateClones
|
|
InlinedArray_1_t4491E87B3C34244B49E0F7EB3C808F6F4F401234 ___m_ActionMapStateClones_6;
|
|
// System.Action`1<UnityEngine.InputSystem.InputAction/CallbackContext> UnityEngine.InputSystem.Utilities.InputActionTrace::m_CallbackDelegate
|
|
Action_1_tEB0353AA1A112B6F2D921B58DCC9D9D4C0498E6E* ___m_CallbackDelegate_7;
|
|
// System.Action`2<System.Object,UnityEngine.InputSystem.InputActionChange> UnityEngine.InputSystem.Utilities.InputActionTrace::m_ActionChangeDelegate
|
|
Action_2_t4D6C6A84A6B44BE6193A1F64753F6E48558FBE9D* ___m_ActionChangeDelegate_8;
|
|
};
|
|
|
|
// UnityEngine.InputSystem.InputControl
|
|
struct InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E : public RuntimeObject
|
|
{
|
|
// UnityEngine.InputSystem.LowLevel.InputStateBlock UnityEngine.InputSystem.InputControl::m_StateBlock
|
|
InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5 ___m_StateBlock_0;
|
|
// UnityEngine.InputSystem.Utilities.InternedString UnityEngine.InputSystem.InputControl::m_Name
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 ___m_Name_1;
|
|
// System.String UnityEngine.InputSystem.InputControl::m_Path
|
|
String_t* ___m_Path_2;
|
|
// System.String UnityEngine.InputSystem.InputControl::m_DisplayName
|
|
String_t* ___m_DisplayName_3;
|
|
// System.String UnityEngine.InputSystem.InputControl::m_DisplayNameFromLayout
|
|
String_t* ___m_DisplayNameFromLayout_4;
|
|
// System.String UnityEngine.InputSystem.InputControl::m_ShortDisplayName
|
|
String_t* ___m_ShortDisplayName_5;
|
|
// System.String UnityEngine.InputSystem.InputControl::m_ShortDisplayNameFromLayout
|
|
String_t* ___m_ShortDisplayNameFromLayout_6;
|
|
// UnityEngine.InputSystem.Utilities.InternedString UnityEngine.InputSystem.InputControl::m_Layout
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 ___m_Layout_7;
|
|
// UnityEngine.InputSystem.Utilities.InternedString UnityEngine.InputSystem.InputControl::m_Variants
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 ___m_Variants_8;
|
|
// UnityEngine.InputSystem.InputDevice UnityEngine.InputSystem.InputControl::m_Device
|
|
InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* ___m_Device_9;
|
|
// UnityEngine.InputSystem.InputControl UnityEngine.InputSystem.InputControl::m_Parent
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* ___m_Parent_10;
|
|
// System.Int32 UnityEngine.InputSystem.InputControl::m_UsageCount
|
|
int32_t ___m_UsageCount_11;
|
|
// System.Int32 UnityEngine.InputSystem.InputControl::m_UsageStartIndex
|
|
int32_t ___m_UsageStartIndex_12;
|
|
// System.Int32 UnityEngine.InputSystem.InputControl::m_AliasCount
|
|
int32_t ___m_AliasCount_13;
|
|
// System.Int32 UnityEngine.InputSystem.InputControl::m_AliasStartIndex
|
|
int32_t ___m_AliasStartIndex_14;
|
|
// System.Int32 UnityEngine.InputSystem.InputControl::m_ChildCount
|
|
int32_t ___m_ChildCount_15;
|
|
// System.Int32 UnityEngine.InputSystem.InputControl::m_ChildStartIndex
|
|
int32_t ___m_ChildStartIndex_16;
|
|
// UnityEngine.InputSystem.InputControl/ControlFlags UnityEngine.InputSystem.InputControl::m_ControlFlags
|
|
int32_t ___m_ControlFlags_17;
|
|
// UnityEngine.InputSystem.Utilities.PrimitiveValue UnityEngine.InputSystem.InputControl::m_DefaultState
|
|
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 ___m_DefaultState_18;
|
|
// UnityEngine.InputSystem.Utilities.PrimitiveValue UnityEngine.InputSystem.InputControl::m_MinValue
|
|
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 ___m_MinValue_19;
|
|
// UnityEngine.InputSystem.Utilities.PrimitiveValue UnityEngine.InputSystem.InputControl::m_MaxValue
|
|
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 ___m_MaxValue_20;
|
|
};
|
|
|
|
// System.MulticastDelegate
|
|
struct MulticastDelegate_t : public Delegate_t
|
|
{
|
|
// System.Delegate[] System.MulticastDelegate::delegates
|
|
DelegateU5BU5D_tC5AB7E8F745616680F337909D3A8E6C722CDF771* ___delegates_13;
|
|
};
|
|
// Native definition for P/Invoke marshalling of System.MulticastDelegate
|
|
struct MulticastDelegate_t_marshaled_pinvoke : public Delegate_t_marshaled_pinvoke
|
|
{
|
|
Delegate_t_marshaled_pinvoke** ___delegates_13;
|
|
};
|
|
// Native definition for COM marshalling of System.MulticastDelegate
|
|
struct MulticastDelegate_t_marshaled_com : public Delegate_t_marshaled_com
|
|
{
|
|
Delegate_t_marshaled_com** ___delegates_13;
|
|
};
|
|
|
|
// UnityEngine.InputSystem.LowLevel.QueryKeyNameCommand
|
|
struct QueryKeyNameCommand_tCEEA57BE2D12A0FFDCD9FE3F8A5851CC31DBE247
|
|
{
|
|
union
|
|
{
|
|
struct
|
|
{
|
|
union
|
|
{
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
// UnityEngine.InputSystem.LowLevel.InputDeviceCommand UnityEngine.InputSystem.LowLevel.QueryKeyNameCommand::baseCommand
|
|
InputDeviceCommand_t219FD4502984D73D423496E4A2ED7FDB6CBE710E ___baseCommand_2;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
InputDeviceCommand_t219FD4502984D73D423496E4A2ED7FDB6CBE710E ___baseCommand_2_forAlignmentOnly;
|
|
};
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
char ___scanOrKeyCode_3_OffsetPadding[8];
|
|
// System.Int32 UnityEngine.InputSystem.LowLevel.QueryKeyNameCommand::scanOrKeyCode
|
|
int32_t ___scanOrKeyCode_3;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
char ___scanOrKeyCode_3_OffsetPadding_forAlignmentOnly[8];
|
|
int32_t ___scanOrKeyCode_3_forAlignmentOnly;
|
|
};
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
char ___nameBuffer_4_OffsetPadding[12];
|
|
// UnityEngine.InputSystem.LowLevel.QueryKeyNameCommand/<nameBuffer>e__FixedBuffer UnityEngine.InputSystem.LowLevel.QueryKeyNameCommand::nameBuffer
|
|
U3CnameBufferU3Ee__FixedBuffer_tF101426D1EE77D09C5615FAE829F3F32616ED2A4 ___nameBuffer_4;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
char ___nameBuffer_4_OffsetPadding_forAlignmentOnly[12];
|
|
U3CnameBufferU3Ee__FixedBuffer_tF101426D1EE77D09C5615FAE829F3F32616ED2A4 ___nameBuffer_4_forAlignmentOnly;
|
|
};
|
|
};
|
|
};
|
|
uint8_t QueryKeyNameCommand_tCEEA57BE2D12A0FFDCD9FE3F8A5851CC31DBE247__padding[268];
|
|
};
|
|
};
|
|
|
|
// 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;
|
|
};
|
|
|
|
// UnityEngine.InputSystem.Layouts.InputDeviceMatcher/<get_patterns>d__4
|
|
struct U3Cget_patternsU3Ed__4_t1DEF554289913D08B960B18ACF82952C5F4FBE62 : public RuntimeObject
|
|
{
|
|
// System.Int32 UnityEngine.InputSystem.Layouts.InputDeviceMatcher/<get_patterns>d__4::<>1__state
|
|
int32_t ___U3CU3E1__state_0;
|
|
// System.Collections.Generic.KeyValuePair`2<System.String,System.Object> UnityEngine.InputSystem.Layouts.InputDeviceMatcher/<get_patterns>d__4::<>2__current
|
|
KeyValuePair_2_tBEE55F2A4574C64393155C322376FD98C7BFC7B9 ___U3CU3E2__current_1;
|
|
// System.Int32 UnityEngine.InputSystem.Layouts.InputDeviceMatcher/<get_patterns>d__4::<>l__initialThreadId
|
|
int32_t ___U3CU3El__initialThreadId_2;
|
|
// UnityEngine.InputSystem.Layouts.InputDeviceMatcher UnityEngine.InputSystem.Layouts.InputDeviceMatcher/<get_patterns>d__4::<>4__this
|
|
InputDeviceMatcher_tF9BA551C8BB4AE41672366A7EBEA951543E0C555 ___U3CU3E4__this_3;
|
|
// UnityEngine.InputSystem.Layouts.InputDeviceMatcher UnityEngine.InputSystem.Layouts.InputDeviceMatcher/<get_patterns>d__4::<>3__<>4__this
|
|
InputDeviceMatcher_tF9BA551C8BB4AE41672366A7EBEA951543E0C555 ___U3CU3E3__U3CU3E4__this_4;
|
|
// System.Int32 UnityEngine.InputSystem.Layouts.InputDeviceMatcher/<get_patterns>d__4::<count>5__2
|
|
int32_t ___U3CcountU3E5__2_5;
|
|
// System.Int32 UnityEngine.InputSystem.Layouts.InputDeviceMatcher/<get_patterns>d__4::<i>5__3
|
|
int32_t ___U3CiU3E5__3_6;
|
|
};
|
|
|
|
// UnityEngine.InputSystem.Utilities.JsonParser/JsonValue
|
|
struct JsonValue_t01DB320267C848E729A400EF2345979978F851D2
|
|
{
|
|
// UnityEngine.InputSystem.Utilities.JsonParser/JsonValueType UnityEngine.InputSystem.Utilities.JsonParser/JsonValue::type
|
|
int32_t ___type_0;
|
|
// System.Boolean UnityEngine.InputSystem.Utilities.JsonParser/JsonValue::boolValue
|
|
bool ___boolValue_1;
|
|
// System.Double UnityEngine.InputSystem.Utilities.JsonParser/JsonValue::realValue
|
|
double ___realValue_2;
|
|
// System.Int64 UnityEngine.InputSystem.Utilities.JsonParser/JsonValue::integerValue
|
|
int64_t ___integerValue_3;
|
|
// UnityEngine.InputSystem.Utilities.JsonParser/JsonString UnityEngine.InputSystem.Utilities.JsonParser/JsonValue::stringValue
|
|
JsonString_tE22CDDA995FEFF514F3F334C93B6AB31B49773CB ___stringValue_4;
|
|
// System.Collections.Generic.List`1<UnityEngine.InputSystem.Utilities.JsonParser/JsonValue> UnityEngine.InputSystem.Utilities.JsonParser/JsonValue::arrayValue
|
|
List_1_t4A80BCCFB0BC8742C8BB601365DB07226750573A* ___arrayValue_5;
|
|
// System.Collections.Generic.Dictionary`2<System.String,UnityEngine.InputSystem.Utilities.JsonParser/JsonValue> UnityEngine.InputSystem.Utilities.JsonParser/JsonValue::objectValue
|
|
Dictionary_2_t6682243BDABA638FCBE4F1D9875B5B1455A7686E* ___objectValue_6;
|
|
// System.Object UnityEngine.InputSystem.Utilities.JsonParser/JsonValue::anyValue
|
|
RuntimeObject* ___anyValue_7;
|
|
};
|
|
// Native definition for P/Invoke marshalling of UnityEngine.InputSystem.Utilities.JsonParser/JsonValue
|
|
struct JsonValue_t01DB320267C848E729A400EF2345979978F851D2_marshaled_pinvoke
|
|
{
|
|
int32_t ___type_0;
|
|
int32_t ___boolValue_1;
|
|
double ___realValue_2;
|
|
int64_t ___integerValue_3;
|
|
JsonString_tE22CDDA995FEFF514F3F334C93B6AB31B49773CB_marshaled_pinvoke ___stringValue_4;
|
|
List_1_t4A80BCCFB0BC8742C8BB601365DB07226750573A* ___arrayValue_5;
|
|
Dictionary_2_t6682243BDABA638FCBE4F1D9875B5B1455A7686E* ___objectValue_6;
|
|
Il2CppIUnknown* ___anyValue_7;
|
|
};
|
|
// Native definition for COM marshalling of UnityEngine.InputSystem.Utilities.JsonParser/JsonValue
|
|
struct JsonValue_t01DB320267C848E729A400EF2345979978F851D2_marshaled_com
|
|
{
|
|
int32_t ___type_0;
|
|
int32_t ___boolValue_1;
|
|
double ___realValue_2;
|
|
int64_t ___integerValue_3;
|
|
JsonString_tE22CDDA995FEFF514F3F334C93B6AB31B49773CB_marshaled_com ___stringValue_4;
|
|
List_1_t4A80BCCFB0BC8742C8BB601365DB07226750573A* ___arrayValue_5;
|
|
Dictionary_2_t6682243BDABA638FCBE4F1D9875B5B1455A7686E* ___objectValue_6;
|
|
Il2CppIUnknown* ___anyValue_7;
|
|
};
|
|
|
|
// System.Action`1<UnityEngine.InputSystem.InputAction/CallbackContext>
|
|
struct Action_1_tEB0353AA1A112B6F2D921B58DCC9D9D4C0498E6E : public MulticastDelegate_t
|
|
{
|
|
};
|
|
|
|
// System.Action`2<System.Object,UnityEngine.InputSystem.InputActionChange>
|
|
struct Action_2_t4D6C6A84A6B44BE6193A1F64753F6E48558FBE9D : public MulticastDelegate_t
|
|
{
|
|
};
|
|
|
|
// System.Func`2<System.Char,System.Boolean>
|
|
struct Func_2_tF409A653B8F770E0A30CD80D21764FB1DDB2A28F : public MulticastDelegate_t
|
|
{
|
|
};
|
|
|
|
// System.Func`2<UnityEngine.InputSystem.Utilities.NamedValue,System.String>
|
|
struct Func_2_t526C279A85678AE3DCBB2300E3EF9872CBFACECC : public MulticastDelegate_t
|
|
{
|
|
};
|
|
|
|
// System.Func`2<System.Object,System.Object>
|
|
struct Func_2_tACBF5A1656250800CE861707354491F0611F6624 : public MulticastDelegate_t
|
|
{
|
|
};
|
|
|
|
// System.Func`2<System.String,System.Boolean>
|
|
struct Func_2_tAB9727E0C937894E19032D575D98A8A9AB5EE47D : public MulticastDelegate_t
|
|
{
|
|
};
|
|
|
|
// System.Func`2<System.String,System.String>
|
|
struct Func_2_t85D1F7C2022B349817C22FC72C474CD33FFABE93 : public MulticastDelegate_t
|
|
{
|
|
};
|
|
|
|
// System.Func`2<UnityEngine.InputSystem.Utilities.JsonParser/JsonValue,System.String>
|
|
struct Func_2_t2401365303BAEA06C3B858275C74EF4FBC90D95C : public MulticastDelegate_t
|
|
{
|
|
};
|
|
|
|
// UnityEngine.InputSystem.InputControl`1<System.Double>
|
|
struct InputControl_1_t3D0405353C1510181388B799CAB07DCE5DC27CA8 : public InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E
|
|
{
|
|
// UnityEngine.InputSystem.Utilities.InlinedArray`1<UnityEngine.InputSystem.InputProcessor`1<TValue>> UnityEngine.InputSystem.InputControl`1::m_ProcessorStack
|
|
InlinedArray_1_tD2A5516062C16A2915875F3C5B996717F9303DBC ___m_ProcessorStack_21;
|
|
};
|
|
|
|
// UnityEngine.InputSystem.InputControl`1<System.Int32>
|
|
struct InputControl_1_t6610D981ECAED7950370CC37B55465BBFDDD6A61 : public InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E
|
|
{
|
|
// UnityEngine.InputSystem.Utilities.InlinedArray`1<UnityEngine.InputSystem.InputProcessor`1<TValue>> UnityEngine.InputSystem.InputControl`1::m_ProcessorStack
|
|
InlinedArray_1_tCBE1C2CE719FCFE71270323E0AEFF8C6536B0493 ___m_ProcessorStack_21;
|
|
};
|
|
|
|
// UnityEngine.InputSystem.InputControl`1<UnityEngine.Quaternion>
|
|
struct InputControl_1_t9C13D8BC7805C38134C3ED7262E9ECF28CC59770 : public InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E
|
|
{
|
|
// UnityEngine.InputSystem.Utilities.InlinedArray`1<UnityEngine.InputSystem.InputProcessor`1<TValue>> UnityEngine.InputSystem.InputControl`1::m_ProcessorStack
|
|
InlinedArray_1_t209C5F9C876036B8C081C3E70D85ADAA2018197B ___m_ProcessorStack_21;
|
|
};
|
|
|
|
// UnityEngine.InputSystem.InputControl`1<System.Single>
|
|
struct InputControl_1_t7A35A4AF63A7AA94678E000D4F3265A1FD84288A : public InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E
|
|
{
|
|
// UnityEngine.InputSystem.Utilities.InlinedArray`1<UnityEngine.InputSystem.InputProcessor`1<TValue>> UnityEngine.InputSystem.InputControl`1::m_ProcessorStack
|
|
InlinedArray_1_t2A86A6C75E0160EE14310E053C5249518871D847 ___m_ProcessorStack_21;
|
|
};
|
|
|
|
// UnityEngine.InputSystem.InputControl`1<UnityEngine.InputSystem.TouchPhase>
|
|
struct InputControl_1_t2BE808A88535A7BD02A4623F3798E6FCDAE1F21E : public InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E
|
|
{
|
|
// UnityEngine.InputSystem.Utilities.InlinedArray`1<UnityEngine.InputSystem.InputProcessor`1<TValue>> UnityEngine.InputSystem.InputControl`1::m_ProcessorStack
|
|
InlinedArray_1_t3C09CF0FF8AFDDAE359F6963D9448B01EBD0F9D1 ___m_ProcessorStack_21;
|
|
};
|
|
|
|
// UnityEngine.InputSystem.InputControl`1<UnityEngine.InputSystem.LowLevel.TouchState>
|
|
struct InputControl_1_t8328183BE585255AE6A8A1F8D5C9DEEDE891A3B3 : public InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E
|
|
{
|
|
// UnityEngine.InputSystem.Utilities.InlinedArray`1<UnityEngine.InputSystem.InputProcessor`1<TValue>> UnityEngine.InputSystem.InputControl`1::m_ProcessorStack
|
|
InlinedArray_1_tD4AEEFFEC2CBF49D196A92D16CE8DA15F1532FCD ___m_ProcessorStack_21;
|
|
};
|
|
|
|
// UnityEngine.InputSystem.InputControl`1<UnityEngine.Vector2>
|
|
struct InputControl_1_tC164085710F2FAA9161295C9B7FE273AF893CF66 : public InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E
|
|
{
|
|
// UnityEngine.InputSystem.Utilities.InlinedArray`1<UnityEngine.InputSystem.InputProcessor`1<TValue>> UnityEngine.InputSystem.InputControl`1::m_ProcessorStack
|
|
InlinedArray_1_tE5F1062E65707D24360CEAC52E03D32C6E5BA8BB ___m_ProcessorStack_21;
|
|
};
|
|
|
|
// UnityEngine.InputSystem.InputControl`1<UnityEngine.Vector3>
|
|
struct InputControl_1_tFF1806D355F3775B3CC4F50471CB900517A8F735 : public InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E
|
|
{
|
|
// UnityEngine.InputSystem.Utilities.InlinedArray`1<UnityEngine.InputSystem.InputProcessor`1<TValue>> UnityEngine.InputSystem.InputControl`1::m_ProcessorStack
|
|
InlinedArray_1_t3C9FDC2B575450733517AE6D9168B8B7CDA52FBF ___m_ProcessorStack_21;
|
|
};
|
|
|
|
// System.Collections.Generic.KeyValuePair`2<System.Object,UnityEngine.InputSystem.Utilities.JsonParser/JsonValue>
|
|
struct KeyValuePair_2_tF857B1C753163D05D6CE5351B5146D32C33F0B0C
|
|
{
|
|
// TKey System.Collections.Generic.KeyValuePair`2::key
|
|
RuntimeObject* ___key_0;
|
|
// TValue System.Collections.Generic.KeyValuePair`2::value
|
|
JsonValue_t01DB320267C848E729A400EF2345979978F851D2 ___value_1;
|
|
};
|
|
|
|
// System.Collections.Generic.KeyValuePair`2<System.String,UnityEngine.InputSystem.Utilities.JsonParser/JsonValue>
|
|
struct KeyValuePair_2_t3B08CB565546FAA05345E98661ADF3C33916BDE8
|
|
{
|
|
// TKey System.Collections.Generic.KeyValuePair`2::key
|
|
String_t* ___key_0;
|
|
// TValue System.Collections.Generic.KeyValuePair`2::value
|
|
JsonValue_t01DB320267C848E729A400EF2345979978F851D2 ___value_1;
|
|
};
|
|
|
|
// System.Action
|
|
struct Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07 : public MulticastDelegate_t
|
|
{
|
|
};
|
|
|
|
// System.ArgumentException
|
|
struct ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263 : public SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295
|
|
{
|
|
// System.String System.ArgumentException::_paramName
|
|
String_t* ____paramName_18;
|
|
};
|
|
|
|
// System.IndexOutOfRangeException
|
|
struct IndexOutOfRangeException_t7ECB35264FB6CA8FAA516BD958F4B2ADC78E8A82 : public SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295
|
|
{
|
|
};
|
|
|
|
// 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.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.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.NotImplementedException
|
|
struct NotImplementedException_t6366FE4DCF15094C51F4833B91A2AE68D4DA90E8 : public SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295
|
|
{
|
|
};
|
|
|
|
// System.NotSupportedException
|
|
struct NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A : public SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295
|
|
{
|
|
};
|
|
|
|
// System.NullReferenceException
|
|
struct NullReferenceException_tBDE63A6D24569B964908408389070C6A9F5005BB : 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;
|
|
};
|
|
|
|
// System.Func`2<System.Collections.Generic.KeyValuePair`2<System.String,UnityEngine.InputSystem.Utilities.JsonParser/JsonValue>,System.String>
|
|
struct Func_2_t6607247B3D14485113F4625701B75EA9FB3C7011 : public MulticastDelegate_t
|
|
{
|
|
};
|
|
|
|
// System.ArgumentNullException
|
|
struct ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129 : public ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263
|
|
{
|
|
};
|
|
|
|
// UnityEngine.InputSystem.Controls.AxisControl
|
|
struct AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7 : public InputControl_1_t7A35A4AF63A7AA94678E000D4F3265A1FD84288A
|
|
{
|
|
// UnityEngine.InputSystem.Controls.AxisControl/Clamp UnityEngine.InputSystem.Controls.AxisControl::clamp
|
|
int32_t ___clamp_22;
|
|
// System.Single UnityEngine.InputSystem.Controls.AxisControl::clampMin
|
|
float ___clampMin_23;
|
|
// System.Single UnityEngine.InputSystem.Controls.AxisControl::clampMax
|
|
float ___clampMax_24;
|
|
// System.Single UnityEngine.InputSystem.Controls.AxisControl::clampConstant
|
|
float ___clampConstant_25;
|
|
// System.Boolean UnityEngine.InputSystem.Controls.AxisControl::invert
|
|
bool ___invert_26;
|
|
// System.Boolean UnityEngine.InputSystem.Controls.AxisControl::normalize
|
|
bool ___normalize_27;
|
|
// System.Single UnityEngine.InputSystem.Controls.AxisControl::normalizeMin
|
|
float ___normalizeMin_28;
|
|
// System.Single UnityEngine.InputSystem.Controls.AxisControl::normalizeMax
|
|
float ___normalizeMax_29;
|
|
// System.Single UnityEngine.InputSystem.Controls.AxisControl::normalizeZero
|
|
float ___normalizeZero_30;
|
|
// System.Boolean UnityEngine.InputSystem.Controls.AxisControl::scale
|
|
bool ___scale_31;
|
|
// System.Single UnityEngine.InputSystem.Controls.AxisControl::scaleFactor
|
|
float ___scaleFactor_32;
|
|
};
|
|
|
|
// UnityEngine.InputSystem.Controls.DoubleControl
|
|
struct DoubleControl_t3707A6260424A2F3636669A2BAFF5CB5E91D2486 : public InputControl_1_t3D0405353C1510181388B799CAB07DCE5DC27CA8
|
|
{
|
|
};
|
|
|
|
// 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.IntegerControl
|
|
struct IntegerControl_tA24544EFF42204852F638FF5147F754962C997AB : public InputControl_1_t6610D981ECAED7950370CC37B55465BBFDDD6A61
|
|
{
|
|
};
|
|
|
|
// UnityEngine.InputSystem.Controls.QuaternionControl
|
|
struct QuaternionControl_t18A2F742850FC2FD82A1F980A35C188A29F1A0B1 : public InputControl_1_t9C13D8BC7805C38134C3ED7262E9ECF28CC59770
|
|
{
|
|
// UnityEngine.InputSystem.Controls.AxisControl UnityEngine.InputSystem.Controls.QuaternionControl::<x>k__BackingField
|
|
AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* ___U3CxU3Ek__BackingField_22;
|
|
// UnityEngine.InputSystem.Controls.AxisControl UnityEngine.InputSystem.Controls.QuaternionControl::<y>k__BackingField
|
|
AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* ___U3CyU3Ek__BackingField_23;
|
|
// UnityEngine.InputSystem.Controls.AxisControl UnityEngine.InputSystem.Controls.QuaternionControl::<z>k__BackingField
|
|
AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* ___U3CzU3Ek__BackingField_24;
|
|
// UnityEngine.InputSystem.Controls.AxisControl UnityEngine.InputSystem.Controls.QuaternionControl::<w>k__BackingField
|
|
AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* ___U3CwU3Ek__BackingField_25;
|
|
};
|
|
|
|
// UnityEngine.InputSystem.Controls.TouchControl
|
|
struct TouchControl_t3A64A795FF61A8B27E5EBD61632F23AFCC725079 : public InputControl_1_t8328183BE585255AE6A8A1F8D5C9DEEDE891A3B3
|
|
{
|
|
// UnityEngine.InputSystem.Controls.TouchPressControl UnityEngine.InputSystem.Controls.TouchControl::<press>k__BackingField
|
|
TouchPressControl_tD5BD68D9FDEAC889591DD7A499864893A43C7CEB* ___U3CpressU3Ek__BackingField_22;
|
|
// UnityEngine.InputSystem.Controls.IntegerControl UnityEngine.InputSystem.Controls.TouchControl::<touchId>k__BackingField
|
|
IntegerControl_tA24544EFF42204852F638FF5147F754962C997AB* ___U3CtouchIdU3Ek__BackingField_23;
|
|
// UnityEngine.InputSystem.Controls.Vector2Control UnityEngine.InputSystem.Controls.TouchControl::<position>k__BackingField
|
|
Vector2Control_t8D1B4021A1D82671AF916D3C0A476AA94E46A432* ___U3CpositionU3Ek__BackingField_24;
|
|
// UnityEngine.InputSystem.Controls.DeltaControl UnityEngine.InputSystem.Controls.TouchControl::<delta>k__BackingField
|
|
DeltaControl_t63053AF5E0CD02B62F3CDE79821E4A12F72D573B* ___U3CdeltaU3Ek__BackingField_25;
|
|
// UnityEngine.InputSystem.Controls.AxisControl UnityEngine.InputSystem.Controls.TouchControl::<pressure>k__BackingField
|
|
AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* ___U3CpressureU3Ek__BackingField_26;
|
|
// UnityEngine.InputSystem.Controls.Vector2Control UnityEngine.InputSystem.Controls.TouchControl::<radius>k__BackingField
|
|
Vector2Control_t8D1B4021A1D82671AF916D3C0A476AA94E46A432* ___U3CradiusU3Ek__BackingField_27;
|
|
// UnityEngine.InputSystem.Controls.TouchPhaseControl UnityEngine.InputSystem.Controls.TouchControl::<phase>k__BackingField
|
|
TouchPhaseControl_t4652C6E0EBFAFA85A31607769876B02C1C9FCAEC* ___U3CphaseU3Ek__BackingField_28;
|
|
// UnityEngine.InputSystem.Controls.ButtonControl UnityEngine.InputSystem.Controls.TouchControl::<indirectTouch>k__BackingField
|
|
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ___U3CindirectTouchU3Ek__BackingField_29;
|
|
// UnityEngine.InputSystem.Controls.ButtonControl UnityEngine.InputSystem.Controls.TouchControl::<tap>k__BackingField
|
|
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ___U3CtapU3Ek__BackingField_30;
|
|
// UnityEngine.InputSystem.Controls.IntegerControl UnityEngine.InputSystem.Controls.TouchControl::<tapCount>k__BackingField
|
|
IntegerControl_tA24544EFF42204852F638FF5147F754962C997AB* ___U3CtapCountU3Ek__BackingField_31;
|
|
// UnityEngine.InputSystem.Controls.DoubleControl UnityEngine.InputSystem.Controls.TouchControl::<startTime>k__BackingField
|
|
DoubleControl_t3707A6260424A2F3636669A2BAFF5CB5E91D2486* ___U3CstartTimeU3Ek__BackingField_32;
|
|
// UnityEngine.InputSystem.Controls.Vector2Control UnityEngine.InputSystem.Controls.TouchControl::<startPosition>k__BackingField
|
|
Vector2Control_t8D1B4021A1D82671AF916D3C0A476AA94E46A432* ___U3CstartPositionU3Ek__BackingField_33;
|
|
};
|
|
|
|
// UnityEngine.InputSystem.Controls.TouchPhaseControl
|
|
struct TouchPhaseControl_t4652C6E0EBFAFA85A31607769876B02C1C9FCAEC : public InputControl_1_t2BE808A88535A7BD02A4623F3798E6FCDAE1F21E
|
|
{
|
|
};
|
|
|
|
// UnityEngine.InputSystem.Controls.Vector2Control
|
|
struct Vector2Control_t8D1B4021A1D82671AF916D3C0A476AA94E46A432 : public InputControl_1_tC164085710F2FAA9161295C9B7FE273AF893CF66
|
|
{
|
|
// UnityEngine.InputSystem.Controls.AxisControl UnityEngine.InputSystem.Controls.Vector2Control::<x>k__BackingField
|
|
AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* ___U3CxU3Ek__BackingField_22;
|
|
// UnityEngine.InputSystem.Controls.AxisControl UnityEngine.InputSystem.Controls.Vector2Control::<y>k__BackingField
|
|
AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* ___U3CyU3Ek__BackingField_23;
|
|
};
|
|
|
|
// UnityEngine.InputSystem.Controls.Vector3Control
|
|
struct Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A : public InputControl_1_tFF1806D355F3775B3CC4F50471CB900517A8F735
|
|
{
|
|
// UnityEngine.InputSystem.Controls.AxisControl UnityEngine.InputSystem.Controls.Vector3Control::<x>k__BackingField
|
|
AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* ___U3CxU3Ek__BackingField_22;
|
|
// UnityEngine.InputSystem.Controls.AxisControl UnityEngine.InputSystem.Controls.Vector3Control::<y>k__BackingField
|
|
AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* ___U3CyU3Ek__BackingField_23;
|
|
// UnityEngine.InputSystem.Controls.AxisControl UnityEngine.InputSystem.Controls.Vector3Control::<z>k__BackingField
|
|
AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* ___U3CzU3Ek__BackingField_24;
|
|
};
|
|
|
|
// UnityEngine.InputSystem.Controls.ButtonControl
|
|
struct ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF : public AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7
|
|
{
|
|
// System.Single UnityEngine.InputSystem.Controls.ButtonControl::pressPoint
|
|
float ___pressPoint_33;
|
|
};
|
|
|
|
// UnityEngine.InputSystem.Controls.DeltaControl
|
|
struct DeltaControl_t63053AF5E0CD02B62F3CDE79821E4A12F72D573B : public Vector2Control_t8D1B4021A1D82671AF916D3C0A476AA94E46A432
|
|
{
|
|
// UnityEngine.InputSystem.Controls.AxisControl UnityEngine.InputSystem.Controls.DeltaControl::<up>k__BackingField
|
|
AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* ___U3CupU3Ek__BackingField_24;
|
|
// UnityEngine.InputSystem.Controls.AxisControl UnityEngine.InputSystem.Controls.DeltaControl::<down>k__BackingField
|
|
AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* ___U3CdownU3Ek__BackingField_25;
|
|
// UnityEngine.InputSystem.Controls.AxisControl UnityEngine.InputSystem.Controls.DeltaControl::<left>k__BackingField
|
|
AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* ___U3CleftU3Ek__BackingField_26;
|
|
// UnityEngine.InputSystem.Controls.AxisControl UnityEngine.InputSystem.Controls.DeltaControl::<right>k__BackingField
|
|
AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* ___U3CrightU3Ek__BackingField_27;
|
|
};
|
|
|
|
// UnityEngine.InputSystem.Controls.DpadControl
|
|
struct DpadControl_t517E87BF3EB22369B71EA1941648079B468A45AB : public Vector2Control_t8D1B4021A1D82671AF916D3C0A476AA94E46A432
|
|
{
|
|
// UnityEngine.InputSystem.Controls.ButtonControl UnityEngine.InputSystem.Controls.DpadControl::<up>k__BackingField
|
|
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ___U3CupU3Ek__BackingField_24;
|
|
// UnityEngine.InputSystem.Controls.ButtonControl UnityEngine.InputSystem.Controls.DpadControl::<down>k__BackingField
|
|
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ___U3CdownU3Ek__BackingField_25;
|
|
// UnityEngine.InputSystem.Controls.ButtonControl UnityEngine.InputSystem.Controls.DpadControl::<left>k__BackingField
|
|
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ___U3CleftU3Ek__BackingField_26;
|
|
// UnityEngine.InputSystem.Controls.ButtonControl UnityEngine.InputSystem.Controls.DpadControl::<right>k__BackingField
|
|
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ___U3CrightU3Ek__BackingField_27;
|
|
};
|
|
|
|
// UnityEngine.InputSystem.Controls.StickControl
|
|
struct StickControl_t2608D1388A5015029123635B4B589AC7EE20C50B : public Vector2Control_t8D1B4021A1D82671AF916D3C0A476AA94E46A432
|
|
{
|
|
// UnityEngine.InputSystem.Controls.ButtonControl UnityEngine.InputSystem.Controls.StickControl::<up>k__BackingField
|
|
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ___U3CupU3Ek__BackingField_24;
|
|
// UnityEngine.InputSystem.Controls.ButtonControl UnityEngine.InputSystem.Controls.StickControl::<down>k__BackingField
|
|
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ___U3CdownU3Ek__BackingField_25;
|
|
// UnityEngine.InputSystem.Controls.ButtonControl UnityEngine.InputSystem.Controls.StickControl::<left>k__BackingField
|
|
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ___U3CleftU3Ek__BackingField_26;
|
|
// UnityEngine.InputSystem.Controls.ButtonControl UnityEngine.InputSystem.Controls.StickControl::<right>k__BackingField
|
|
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ___U3CrightU3Ek__BackingField_27;
|
|
};
|
|
|
|
// UnityEngine.InputSystem.Controls.DpadControl/DpadAxisControl
|
|
struct DpadAxisControl_t0705D62878EDC266DF6ED6F2C743172649DB79B2 : public AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7
|
|
{
|
|
// System.Int32 UnityEngine.InputSystem.Controls.DpadControl/DpadAxisControl::<component>k__BackingField
|
|
int32_t ___U3CcomponentU3Ek__BackingField_33;
|
|
};
|
|
|
|
// UnityEngine.InputSystem.Controls.AnyKeyControl
|
|
struct AnyKeyControl_t88E59A594CAF1E3A432C3BEC2634C0CA462D8A14 : public ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF
|
|
{
|
|
};
|
|
|
|
// UnityEngine.InputSystem.Controls.DiscreteButtonControl
|
|
struct DiscreteButtonControl_t3F3349EABF0E553E7E451EF43441B8EAF105813C : public ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF
|
|
{
|
|
// System.Int32 UnityEngine.InputSystem.Controls.DiscreteButtonControl::minValue
|
|
int32_t ___minValue_37;
|
|
// System.Int32 UnityEngine.InputSystem.Controls.DiscreteButtonControl::maxValue
|
|
int32_t ___maxValue_38;
|
|
// System.Int32 UnityEngine.InputSystem.Controls.DiscreteButtonControl::wrapAtValue
|
|
int32_t ___wrapAtValue_39;
|
|
// System.Int32 UnityEngine.InputSystem.Controls.DiscreteButtonControl::nullValue
|
|
int32_t ___nullValue_40;
|
|
// UnityEngine.InputSystem.Controls.DiscreteButtonControl/WriteMode UnityEngine.InputSystem.Controls.DiscreteButtonControl::writeMode
|
|
int32_t ___writeMode_41;
|
|
};
|
|
|
|
// UnityEngine.InputSystem.Controls.KeyControl
|
|
struct KeyControl_t1686D14A78AEC9364B8C7628DD482DE99CC20FE0 : public ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF
|
|
{
|
|
// UnityEngine.InputSystem.Key UnityEngine.InputSystem.Controls.KeyControl::<keyCode>k__BackingField
|
|
int32_t ___U3CkeyCodeU3Ek__BackingField_37;
|
|
// System.Int32 UnityEngine.InputSystem.Controls.KeyControl::m_ScanCode
|
|
int32_t ___m_ScanCode_38;
|
|
};
|
|
|
|
// UnityEngine.InputSystem.Controls.TouchPressControl
|
|
struct TouchPressControl_tD5BD68D9FDEAC889591DD7A499864893A43C7CEB : public ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF
|
|
{
|
|
};
|
|
|
|
// System.Collections.Generic.Dictionary`2<System.String,UnityEngine.InputSystem.Utilities.JsonParser/JsonValue>
|
|
|
|
// System.Collections.Generic.Dictionary`2<System.String,UnityEngine.InputSystem.Utilities.JsonParser/JsonValue>
|
|
|
|
// System.Linq.EmptyEnumerable`1<UnityEngine.InputSystem.Utilities.NameAndParameters>
|
|
struct EmptyEnumerable_1_t3B42B1B4CCA466045C2BB6F27A882D8B14E2C226_StaticFields
|
|
{
|
|
// TElement[] System.Linq.EmptyEnumerable`1::Instance
|
|
NameAndParametersU5BU5D_tA6C2AC34ACDB1967A7A2CEF4BE1D717ADA695CA2* ___Instance_0;
|
|
};
|
|
|
|
// System.Linq.EmptyEnumerable`1<UnityEngine.InputSystem.Utilities.NameAndParameters>
|
|
|
|
// System.Collections.Generic.List`1<UnityEngine.InputSystem.Utilities.NameAndParameters>
|
|
struct List_1_tF542FB9F97D34CC06B085D6872645B0DC0AA5E43_StaticFields
|
|
{
|
|
// T[] System.Collections.Generic.List`1::s_emptyArray
|
|
NameAndParametersU5BU5D_tA6C2AC34ACDB1967A7A2CEF4BE1D717ADA695CA2* ___s_emptyArray_5;
|
|
};
|
|
|
|
// System.Collections.Generic.List`1<UnityEngine.InputSystem.Utilities.NameAndParameters>
|
|
|
|
// System.Collections.Generic.List`1<UnityEngine.InputSystem.Utilities.JsonParser/JsonValue>
|
|
struct List_1_t4A80BCCFB0BC8742C8BB601365DB07226750573A_StaticFields
|
|
{
|
|
// T[] System.Collections.Generic.List`1::s_emptyArray
|
|
JsonValueU5BU5D_tCC9BDCF1DE43F923B72BEF6FE9AB4FBAEF445DB3* ___s_emptyArray_5;
|
|
};
|
|
|
|
// System.Collections.Generic.List`1<UnityEngine.InputSystem.Utilities.JsonParser/JsonValue>
|
|
|
|
// UnityEngine.InputSystem.Utilities.ArrayHelpers
|
|
|
|
// UnityEngine.InputSystem.Utilities.ArrayHelpers
|
|
|
|
// System.Attribute
|
|
|
|
// System.Attribute
|
|
|
|
// UnityEngine.InputSystem.Utilities.CSharpCodeHelpers
|
|
|
|
// UnityEngine.InputSystem.Utilities.CSharpCodeHelpers
|
|
|
|
// System.Globalization.CultureInfo
|
|
struct CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_StaticFields
|
|
{
|
|
// System.Globalization.CultureInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::invariant_culture_info
|
|
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* ___invariant_culture_info_0;
|
|
// System.Object System.Globalization.CultureInfo::shared_table_lock
|
|
RuntimeObject* ___shared_table_lock_1;
|
|
// System.Globalization.CultureInfo System.Globalization.CultureInfo::default_current_culture
|
|
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* ___default_current_culture_2;
|
|
// System.Globalization.CultureInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::s_DefaultThreadCurrentUICulture
|
|
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* ___s_DefaultThreadCurrentUICulture_34;
|
|
// System.Globalization.CultureInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::s_DefaultThreadCurrentCulture
|
|
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* ___s_DefaultThreadCurrentCulture_35;
|
|
// System.Collections.Generic.Dictionary`2<System.Int32,System.Globalization.CultureInfo> System.Globalization.CultureInfo::shared_by_number
|
|
Dictionary_2_t9FA6D82CAFC18769F7515BB51D1C56DAE09381C3* ___shared_by_number_36;
|
|
// System.Collections.Generic.Dictionary`2<System.String,System.Globalization.CultureInfo> System.Globalization.CultureInfo::shared_by_name
|
|
Dictionary_2_tE1603CE612C16451D1E56FF4D4859D4FE4087C28* ___shared_by_name_37;
|
|
// System.Globalization.CultureInfo System.Globalization.CultureInfo::s_UserPreferredCultureInfoInAppX
|
|
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* ___s_UserPreferredCultureInfoInAppX_38;
|
|
// System.Boolean System.Globalization.CultureInfo::IsTaiwanSku
|
|
bool ___IsTaiwanSku_39;
|
|
};
|
|
|
|
// System.Globalization.CultureInfo
|
|
|
|
// UnityEngine.InputSystem.Utilities.DelegateHelpers
|
|
|
|
// UnityEngine.InputSystem.Utilities.DelegateHelpers
|
|
|
|
// UnityEngine.InputSystem.Utilities.ExceptionHelpers
|
|
|
|
// UnityEngine.InputSystem.Utilities.ExceptionHelpers
|
|
|
|
// UnityEngine.InputSystem.Utilities.ForDeviceEventObservable
|
|
|
|
// UnityEngine.InputSystem.Utilities.ForDeviceEventObservable
|
|
|
|
// UnityEngine.InputSystem.Interactions.HoldInteraction
|
|
|
|
// UnityEngine.InputSystem.Interactions.HoldInteraction
|
|
|
|
// UnityEngine.InputSystem.Utilities.InputArrayExtensions
|
|
|
|
// UnityEngine.InputSystem.Utilities.InputArrayExtensions
|
|
|
|
// System.Reflection.MemberInfo
|
|
|
|
// System.Reflection.MemberInfo
|
|
|
|
// UnityEngine.InputSystem.Utilities.MemoryHelpers
|
|
|
|
// UnityEngine.InputSystem.Utilities.MemoryHelpers
|
|
|
|
// UnityEngine.InputSystem.Utilities.MiscHelpers
|
|
|
|
// UnityEngine.InputSystem.Utilities.MiscHelpers
|
|
|
|
// UnityEngine.InputSystem.Interactions.MultiTapInteraction
|
|
|
|
// UnityEngine.InputSystem.Interactions.MultiTapInteraction
|
|
|
|
// System.Globalization.NumberFormatInfo
|
|
struct NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472_StaticFields
|
|
{
|
|
// System.Globalization.NumberFormatInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.NumberFormatInfo::invariantInfo
|
|
NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* ___invariantInfo_0;
|
|
};
|
|
|
|
// System.Globalization.NumberFormatInfo
|
|
|
|
// UnityEngine.InputSystem.Utilities.NumberHelpers
|
|
|
|
// UnityEngine.InputSystem.Utilities.NumberHelpers
|
|
|
|
// UnityEngine.InputSystem.Utilities.Observable
|
|
|
|
// UnityEngine.InputSystem.Utilities.Observable
|
|
|
|
// UnityEngine.InputSystem.Interactions.PressInteraction
|
|
|
|
// UnityEngine.InputSystem.Interactions.PressInteraction
|
|
|
|
// UnityEngine.InputSystem.Utilities.ReadOnlyArrayExtensions
|
|
|
|
// UnityEngine.InputSystem.Utilities.ReadOnlyArrayExtensions
|
|
|
|
// UnityEngine.InputSystem.Interactions.SlowTapInteraction
|
|
|
|
// UnityEngine.InputSystem.Interactions.SlowTapInteraction
|
|
|
|
// System.String
|
|
struct String_t_StaticFields
|
|
{
|
|
// System.String System.String::Empty
|
|
String_t* ___Empty_6;
|
|
};
|
|
|
|
// System.String
|
|
|
|
// System.Text.StringBuilder
|
|
|
|
// System.Text.StringBuilder
|
|
|
|
// UnityEngine.InputSystem.Utilities.StringHelpers
|
|
|
|
// UnityEngine.InputSystem.Utilities.StringHelpers
|
|
|
|
// UnityEngine.InputSystem.Interactions.TapInteraction
|
|
|
|
// UnityEngine.InputSystem.Interactions.TapInteraction
|
|
|
|
// System.ValueType
|
|
|
|
// System.ValueType
|
|
|
|
// UnityEngine.InputSystem.Utilities.ForDeviceEventObservable/ForDevice
|
|
|
|
// UnityEngine.InputSystem.Utilities.ForDeviceEventObservable/ForDevice
|
|
|
|
// UnityEngine.InputSystem.Layouts.InputDeviceMatcher/<>c
|
|
struct U3CU3Ec_tAEFD85D23E35F3965E847F401B7F12DF1213ADC7_StaticFields
|
|
{
|
|
// UnityEngine.InputSystem.Layouts.InputDeviceMatcher/<>c UnityEngine.InputSystem.Layouts.InputDeviceMatcher/<>c::<>9
|
|
U3CU3Ec_tAEFD85D23E35F3965E847F401B7F12DF1213ADC7* ___U3CU3E9_0;
|
|
// System.Func`2<System.Char,System.Boolean> UnityEngine.InputSystem.Layouts.InputDeviceMatcher/<>c::<>9__11_0
|
|
Func_2_tF409A653B8F770E0A30CD80D21764FB1DDB2A28F* ___U3CU3E9__11_0_1;
|
|
};
|
|
|
|
// UnityEngine.InputSystem.Layouts.InputDeviceMatcher/<>c
|
|
|
|
// UnityEngine.InputSystem.Utilities.NameAndParameters/<>c
|
|
struct U3CU3Ec_t8AD7C84FF9F1064C77B838F0D20F40B9543CBCC3_StaticFields
|
|
{
|
|
// UnityEngine.InputSystem.Utilities.NameAndParameters/<>c UnityEngine.InputSystem.Utilities.NameAndParameters/<>c::<>9
|
|
U3CU3Ec_t8AD7C84FF9F1064C77B838F0D20F40B9543CBCC3* ___U3CU3E9_0;
|
|
// System.Func`2<UnityEngine.InputSystem.Utilities.NamedValue,System.String> UnityEngine.InputSystem.Utilities.NameAndParameters/<>c::<>9__8_0
|
|
Func_2_t526C279A85678AE3DCBB2300E3EF9872CBFACECC* ___U3CU3E9__8_0_1;
|
|
};
|
|
|
|
// UnityEngine.InputSystem.Utilities.NameAndParameters/<>c
|
|
|
|
// UnityEngine.InputSystem.Utilities.StringHelpers/<Split>d__9
|
|
|
|
// UnityEngine.InputSystem.Utilities.StringHelpers/<Split>d__9
|
|
|
|
// UnityEngine.InputSystem.Utilities.JsonParser/JsonValue/<>c
|
|
struct U3CU3Ec_tDE78E61C4107E524195BB8E60CAB17643215F740_StaticFields
|
|
{
|
|
// UnityEngine.InputSystem.Utilities.JsonParser/JsonValue/<>c UnityEngine.InputSystem.Utilities.JsonParser/JsonValue/<>c::<>9
|
|
U3CU3Ec_tDE78E61C4107E524195BB8E60CAB17643215F740* ___U3CU3E9_0;
|
|
// System.Func`2<UnityEngine.InputSystem.Utilities.JsonParser/JsonValue,System.String> UnityEngine.InputSystem.Utilities.JsonParser/JsonValue/<>c::<>9__11_0
|
|
Func_2_t2401365303BAEA06C3B858275C74EF4FBC90D95C* ___U3CU3E9__11_0_1;
|
|
// System.Func`2<System.Collections.Generic.KeyValuePair`2<System.String,UnityEngine.InputSystem.Utilities.JsonParser/JsonValue>,System.String> UnityEngine.InputSystem.Utilities.JsonParser/JsonValue/<>c::<>9__11_1
|
|
Func_2_t6607247B3D14485113F4625701B75EA9FB3C7011* ___U3CU3E9__11_1_2;
|
|
};
|
|
|
|
// UnityEngine.InputSystem.Utilities.JsonParser/JsonValue/<>c
|
|
|
|
// UnityEngine.InputSystem.Utilities.ReadOnlyArray`1/Enumerator<UnityEngine.InputSystem.InputActionMap>
|
|
|
|
// UnityEngine.InputSystem.Utilities.ReadOnlyArray`1/Enumerator<UnityEngine.InputSystem.InputActionMap>
|
|
|
|
// 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<System.Object,UnityEngine.InputSystem.InputActionChange>>
|
|
|
|
// UnityEngine.InputSystem.Utilities.InlinedArray`1<System.Action`2<System.Object,UnityEngine.InputSystem.InputActionChange>>
|
|
|
|
// UnityEngine.InputSystem.Utilities.InlinedArray`1<UnityEngine.InputSystem.InputProcessor`1<System.Double>>
|
|
|
|
// UnityEngine.InputSystem.Utilities.InlinedArray`1<UnityEngine.InputSystem.InputProcessor`1<System.Double>>
|
|
|
|
// UnityEngine.InputSystem.Utilities.InlinedArray`1<UnityEngine.InputSystem.InputProcessor`1<System.Int32>>
|
|
|
|
// UnityEngine.InputSystem.Utilities.InlinedArray`1<UnityEngine.InputSystem.InputProcessor`1<System.Int32>>
|
|
|
|
// UnityEngine.InputSystem.Utilities.InlinedArray`1<UnityEngine.InputSystem.InputProcessor`1<UnityEngine.Quaternion>>
|
|
|
|
// UnityEngine.InputSystem.Utilities.InlinedArray`1<UnityEngine.InputSystem.InputProcessor`1<UnityEngine.Quaternion>>
|
|
|
|
// 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<UnityEngine.InputSystem.InputProcessor`1<UnityEngine.InputSystem.TouchPhase>>
|
|
|
|
// UnityEngine.InputSystem.Utilities.InlinedArray`1<UnityEngine.InputSystem.InputProcessor`1<UnityEngine.InputSystem.TouchPhase>>
|
|
|
|
// UnityEngine.InputSystem.Utilities.InlinedArray`1<UnityEngine.InputSystem.InputProcessor`1<UnityEngine.InputSystem.LowLevel.TouchState>>
|
|
|
|
// UnityEngine.InputSystem.Utilities.InlinedArray`1<UnityEngine.InputSystem.InputProcessor`1<UnityEngine.InputSystem.LowLevel.TouchState>>
|
|
|
|
// UnityEngine.InputSystem.Utilities.InlinedArray`1<UnityEngine.InputSystem.InputProcessor`1<UnityEngine.Vector2>>
|
|
|
|
// UnityEngine.InputSystem.Utilities.InlinedArray`1<UnityEngine.InputSystem.InputProcessor`1<UnityEngine.Vector2>>
|
|
|
|
// UnityEngine.InputSystem.Utilities.InlinedArray`1<UnityEngine.InputSystem.InputProcessor`1<UnityEngine.Vector3>>
|
|
|
|
// UnityEngine.InputSystem.Utilities.InlinedArray`1<UnityEngine.InputSystem.InputProcessor`1<UnityEngine.Vector3>>
|
|
|
|
// UnityEngine.InputSystem.Utilities.InlinedArray`1<System.Action>
|
|
|
|
// UnityEngine.InputSystem.Utilities.InlinedArray`1<System.Action>
|
|
|
|
// UnityEngine.InputSystem.Utilities.InlinedArray`1<UnityEngine.InputSystem.InputAction>
|
|
|
|
// UnityEngine.InputSystem.Utilities.InlinedArray`1<UnityEngine.InputSystem.InputAction>
|
|
|
|
// UnityEngine.InputSystem.Utilities.InlinedArray`1<UnityEngine.InputSystem.InputActionMap>
|
|
|
|
// UnityEngine.InputSystem.Utilities.InlinedArray`1<UnityEngine.InputSystem.InputActionMap>
|
|
|
|
// UnityEngine.InputSystem.Utilities.InlinedArray`1<UnityEngine.InputSystem.InputActionState>
|
|
|
|
// UnityEngine.InputSystem.Utilities.InlinedArray`1<UnityEngine.InputSystem.InputActionState>
|
|
|
|
// UnityEngine.InputSystem.Utilities.InlinedArray`1<System.Object>
|
|
|
|
// UnityEngine.InputSystem.Utilities.InlinedArray`1<System.Object>
|
|
|
|
// System.Collections.Generic.KeyValuePair`2<System.Object,System.Object>
|
|
|
|
// System.Collections.Generic.KeyValuePair`2<System.Object,System.Object>
|
|
|
|
// System.Collections.Generic.KeyValuePair`2<System.String,System.Object>
|
|
|
|
// System.Collections.Generic.KeyValuePair`2<System.String,System.Object>
|
|
|
|
// Unity.Collections.NativeArray`1<System.Byte>
|
|
|
|
// Unity.Collections.NativeArray`1<System.Byte>
|
|
|
|
// System.Nullable`1<System.Boolean>
|
|
|
|
// System.Nullable`1<System.Boolean>
|
|
|
|
// UnityEngine.InputSystem.Utilities.ReadOnlyArray`1<UnityEngine.InputSystem.InputActionMap>
|
|
|
|
// UnityEngine.InputSystem.Utilities.ReadOnlyArray`1<UnityEngine.InputSystem.InputActionMap>
|
|
|
|
// 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
|
|
|
|
// System.DateTime
|
|
struct DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_StaticFields
|
|
{
|
|
// System.Int32[] System.DateTime::s_daysToMonth365
|
|
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ___s_daysToMonth365_30;
|
|
// System.Int32[] System.DateTime::s_daysToMonth366
|
|
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ___s_daysToMonth366_31;
|
|
// System.DateTime System.DateTime::MinValue
|
|
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D ___MinValue_32;
|
|
// System.DateTime System.DateTime::MaxValue
|
|
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D ___MaxValue_33;
|
|
// System.DateTime System.DateTime::UnixEpoch
|
|
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D ___UnixEpoch_34;
|
|
};
|
|
|
|
// System.DateTime
|
|
|
|
// System.Decimal
|
|
struct Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_StaticFields
|
|
{
|
|
// System.Decimal System.Decimal::Zero
|
|
Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F ___Zero_3;
|
|
// System.Decimal System.Decimal::One
|
|
Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F ___One_4;
|
|
// System.Decimal System.Decimal::MinusOne
|
|
Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F ___MinusOne_5;
|
|
// System.Decimal System.Decimal::MaxValue
|
|
Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F ___MaxValue_6;
|
|
// System.Decimal System.Decimal::MinValue
|
|
Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F ___MinValue_7;
|
|
};
|
|
|
|
// System.Decimal
|
|
|
|
// UnityEngine.InputSystem.Utilities.DisplayStringFormatAttribute
|
|
|
|
// UnityEngine.InputSystem.Utilities.DisplayStringFormatAttribute
|
|
|
|
// System.Double
|
|
|
|
// System.Double
|
|
|
|
// System.Enum
|
|
struct Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2_StaticFields
|
|
{
|
|
// System.Char[] System.Enum::enumSeperatorCharArray
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___enumSeperatorCharArray_0;
|
|
};
|
|
|
|
// System.Enum
|
|
|
|
// System.Reflection.FieldInfo
|
|
|
|
// System.Reflection.FieldInfo
|
|
|
|
// UnityEngine.InputSystem.Utilities.FourCC
|
|
|
|
// UnityEngine.InputSystem.Utilities.FourCC
|
|
|
|
// UnityEngine.InputSystem.InputBinding
|
|
|
|
// UnityEngine.InputSystem.InputBinding
|
|
|
|
// UnityEngine.InputSystem.Layouts.InputDeviceDescription
|
|
|
|
// UnityEngine.InputSystem.Layouts.InputDeviceDescription
|
|
|
|
// UnityEngine.InputSystem.LowLevel.InputEventPtr
|
|
|
|
// UnityEngine.InputSystem.LowLevel.InputEventPtr
|
|
|
|
// System.Int16
|
|
|
|
// System.Int16
|
|
|
|
// 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.InputSystem.Utilities.JsonParser
|
|
|
|
// UnityEngine.InputSystem.Utilities.JsonParser
|
|
|
|
// 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.PredictiveParser
|
|
|
|
// UnityEngine.InputSystem.Utilities.PredictiveParser
|
|
|
|
// UnityEngine.InputSystem.Utilities.PrimitiveValue
|
|
|
|
// UnityEngine.InputSystem.Utilities.PrimitiveValue
|
|
|
|
// UnityEngine.Quaternion
|
|
struct Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974_StaticFields
|
|
{
|
|
// UnityEngine.Quaternion UnityEngine.Quaternion::identityQuaternion
|
|
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 ___identityQuaternion_4;
|
|
};
|
|
|
|
// UnityEngine.Quaternion
|
|
|
|
// System.SByte
|
|
|
|
// System.SByte
|
|
|
|
// System.Single
|
|
|
|
// System.Single
|
|
|
|
// UnityEngine.InputSystem.Utilities.Substring
|
|
|
|
// UnityEngine.InputSystem.Utilities.Substring
|
|
|
|
// System.TimeSpan
|
|
struct TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A_StaticFields
|
|
{
|
|
// System.TimeSpan System.TimeSpan::Zero
|
|
TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A ___Zero_19;
|
|
// System.TimeSpan System.TimeSpan::MaxValue
|
|
TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A ___MaxValue_20;
|
|
// System.TimeSpan System.TimeSpan::MinValue
|
|
TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A ___MinValue_21;
|
|
};
|
|
|
|
// System.TimeSpan
|
|
|
|
// UnityEngine.InputSystem.Utilities.TypeTable
|
|
|
|
// UnityEngine.InputSystem.Utilities.TypeTable
|
|
|
|
// System.UInt16
|
|
|
|
// System.UInt16
|
|
|
|
// System.UInt32
|
|
|
|
// System.UInt32
|
|
|
|
// System.UInt64
|
|
|
|
// System.UInt64
|
|
|
|
// UnityEngine.Vector2
|
|
struct Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7_StaticFields
|
|
{
|
|
// UnityEngine.Vector2 UnityEngine.Vector2::zeroVector
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___zeroVector_2;
|
|
// UnityEngine.Vector2 UnityEngine.Vector2::oneVector
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___oneVector_3;
|
|
// UnityEngine.Vector2 UnityEngine.Vector2::upVector
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___upVector_4;
|
|
// UnityEngine.Vector2 UnityEngine.Vector2::downVector
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___downVector_5;
|
|
// UnityEngine.Vector2 UnityEngine.Vector2::leftVector
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___leftVector_6;
|
|
// UnityEngine.Vector2 UnityEngine.Vector2::rightVector
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___rightVector_7;
|
|
// UnityEngine.Vector2 UnityEngine.Vector2::positiveInfinityVector
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___positiveInfinityVector_8;
|
|
// UnityEngine.Vector2 UnityEngine.Vector2::negativeInfinityVector
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___negativeInfinityVector_9;
|
|
};
|
|
|
|
// UnityEngine.Vector2
|
|
|
|
// UnityEngine.InputSystem.Utilities.Vector2MagnitudeComparer
|
|
|
|
// UnityEngine.InputSystem.Utilities.Vector2MagnitudeComparer
|
|
|
|
// UnityEngine.Vector3
|
|
struct Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2_StaticFields
|
|
{
|
|
// UnityEngine.Vector3 UnityEngine.Vector3::zeroVector
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___zeroVector_5;
|
|
// UnityEngine.Vector3 UnityEngine.Vector3::oneVector
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___oneVector_6;
|
|
// UnityEngine.Vector3 UnityEngine.Vector3::upVector
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___upVector_7;
|
|
// UnityEngine.Vector3 UnityEngine.Vector3::downVector
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___downVector_8;
|
|
// UnityEngine.Vector3 UnityEngine.Vector3::leftVector
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___leftVector_9;
|
|
// UnityEngine.Vector3 UnityEngine.Vector3::rightVector
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___rightVector_10;
|
|
// UnityEngine.Vector3 UnityEngine.Vector3::forwardVector
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___forwardVector_11;
|
|
// UnityEngine.Vector3 UnityEngine.Vector3::backVector
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___backVector_12;
|
|
// UnityEngine.Vector3 UnityEngine.Vector3::positiveInfinityVector
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___positiveInfinityVector_13;
|
|
// UnityEngine.Vector3 UnityEngine.Vector3::negativeInfinityVector
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___negativeInfinityVector_14;
|
|
};
|
|
|
|
// UnityEngine.Vector3
|
|
|
|
// UnityEngine.InputSystem.Utilities.Vector3MagnitudeComparer
|
|
|
|
// UnityEngine.InputSystem.Utilities.Vector3MagnitudeComparer
|
|
|
|
// System.Void
|
|
|
|
// System.Void
|
|
|
|
// UnityEngine.InputSystem.LowLevel.ActionEvent/<m_ValueData>e__FixedBuffer
|
|
|
|
// UnityEngine.InputSystem.LowLevel.ActionEvent/<m_ValueData>e__FixedBuffer
|
|
|
|
// UnityEngine.InputSystem.InputAction/CallbackContext
|
|
|
|
// UnityEngine.InputSystem.InputAction/CallbackContext
|
|
|
|
// UnityEngine.InputSystem.InputActionMap/DeviceArray
|
|
|
|
// UnityEngine.InputSystem.InputActionMap/DeviceArray
|
|
|
|
// UnityEngine.InputSystem.InputActionState/BindingState
|
|
|
|
// UnityEngine.InputSystem.InputActionState/BindingState
|
|
|
|
// UnityEngine.InputSystem.InputActionState/TriggerState
|
|
|
|
// UnityEngine.InputSystem.InputActionState/TriggerState
|
|
|
|
// UnityEngine.InputSystem.InputActionState/UnmanagedMemory
|
|
|
|
// UnityEngine.InputSystem.InputActionState/UnmanagedMemory
|
|
|
|
// UnityEngine.InputSystem.Utilities.InputActionTrace/ActionEventPtr
|
|
|
|
// UnityEngine.InputSystem.Utilities.InputActionTrace/ActionEventPtr
|
|
|
|
// UnityEngine.InputSystem.Utilities.InputActionTrace/Enumerator
|
|
|
|
// UnityEngine.InputSystem.Utilities.InputActionTrace/Enumerator
|
|
|
|
// UnityEngine.InputSystem.Layouts.InputDeviceMatcher/MatcherJson
|
|
|
|
// UnityEngine.InputSystem.Layouts.InputDeviceMatcher/MatcherJson
|
|
|
|
// UnityEngine.InputSystem.Utilities.MemoryHelpers/BitRegion
|
|
|
|
// UnityEngine.InputSystem.Utilities.MemoryHelpers/BitRegion
|
|
|
|
// UnityEngine.InputSystem.LowLevel.QueryKeyNameCommand/<nameBuffer>e__FixedBuffer
|
|
|
|
// UnityEngine.InputSystem.LowLevel.QueryKeyNameCommand/<nameBuffer>e__FixedBuffer
|
|
|
|
// UnityEngine.InputSystem.Layouts.InputDeviceMatcher/MatcherJson/Capability
|
|
|
|
// UnityEngine.InputSystem.Layouts.InputDeviceMatcher/MatcherJson/Capability
|
|
|
|
// System.ByReference`1<System.Char>
|
|
|
|
// System.ByReference`1<System.Char>
|
|
|
|
// 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<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>
|
|
|
|
// UnityEngine.InputSystem.Utilities.CallbackArray`1<System.Action>
|
|
|
|
// UnityEngine.InputSystem.Utilities.CallbackArray`1<System.Object>
|
|
|
|
// UnityEngine.InputSystem.Utilities.CallbackArray`1<System.Object>
|
|
|
|
// System.Collections.Generic.KeyValuePair`2<UnityEngine.InputSystem.Utilities.InternedString,System.Object>
|
|
|
|
// System.Collections.Generic.KeyValuePair`2<UnityEngine.InputSystem.Utilities.InternedString,System.Object>
|
|
|
|
// System.Nullable`1<UnityEngine.InputSystem.InputBinding>
|
|
|
|
// System.Nullable`1<UnityEngine.InputSystem.InputBinding>
|
|
|
|
// 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.LowLevel.InputDeviceCommand
|
|
|
|
// UnityEngine.InputSystem.LowLevel.InputDeviceCommand
|
|
|
|
// UnityEngine.InputSystem.Layouts.InputDeviceMatcher
|
|
struct InputDeviceMatcher_tF9BA551C8BB4AE41672366A7EBEA951543E0C555_StaticFields
|
|
{
|
|
// UnityEngine.InputSystem.Utilities.InternedString UnityEngine.InputSystem.Layouts.InputDeviceMatcher::kInterfaceKey
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 ___kInterfaceKey_1;
|
|
// UnityEngine.InputSystem.Utilities.InternedString UnityEngine.InputSystem.Layouts.InputDeviceMatcher::kDeviceClassKey
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 ___kDeviceClassKey_2;
|
|
// UnityEngine.InputSystem.Utilities.InternedString UnityEngine.InputSystem.Layouts.InputDeviceMatcher::kManufacturerKey
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 ___kManufacturerKey_3;
|
|
// UnityEngine.InputSystem.Utilities.InternedString UnityEngine.InputSystem.Layouts.InputDeviceMatcher::kProductKey
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 ___kProductKey_4;
|
|
// UnityEngine.InputSystem.Utilities.InternedString UnityEngine.InputSystem.Layouts.InputDeviceMatcher::kVersionKey
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 ___kVersionKey_5;
|
|
};
|
|
|
|
// UnityEngine.InputSystem.Layouts.InputDeviceMatcher
|
|
|
|
// UnityEngine.InputSystem.LowLevel.InputEvent
|
|
|
|
// UnityEngine.InputSystem.LowLevel.InputEvent
|
|
|
|
// UnityEngine.InputSystem.LowLevel.InputEventBuffer
|
|
|
|
// UnityEngine.InputSystem.LowLevel.InputEventBuffer
|
|
|
|
// UnityEngine.InputSystem.InputInteractionContext
|
|
|
|
// UnityEngine.InputSystem.InputInteractionContext
|
|
|
|
// 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.Utilities.NameAndParameters
|
|
|
|
// UnityEngine.InputSystem.Utilities.NameAndParameters
|
|
|
|
// UnityEngine.InputSystem.Utilities.NamedValue
|
|
|
|
// UnityEngine.InputSystem.Utilities.NamedValue
|
|
|
|
// UnityEngine.Object
|
|
struct Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_StaticFields
|
|
{
|
|
// System.Int32 UnityEngine.Object::OffsetOfInstanceIDInCPlusPlusObject
|
|
int32_t ___OffsetOfInstanceIDInCPlusPlusObject_1;
|
|
};
|
|
|
|
// UnityEngine.Object
|
|
|
|
// System.Text.RegularExpressions.Regex
|
|
struct Regex_tE773142C2BE45C5D362B0F815AFF831707A51772_StaticFields
|
|
{
|
|
// System.Int32 System.Text.RegularExpressions.Regex::s_cacheSize
|
|
int32_t ___s_cacheSize_1;
|
|
// System.Collections.Generic.Dictionary`2<System.Text.RegularExpressions.Regex/CachedCodeEntryKey,System.Text.RegularExpressions.Regex/CachedCodeEntry> System.Text.RegularExpressions.Regex::s_cache
|
|
Dictionary_2_t5B5B38BB06341F50E1C75FB53208A2A66CAE57F7* ___s_cache_2;
|
|
// System.Int32 System.Text.RegularExpressions.Regex::s_cacheCount
|
|
int32_t ___s_cacheCount_3;
|
|
// System.Text.RegularExpressions.Regex/CachedCodeEntry System.Text.RegularExpressions.Regex::s_cacheFirst
|
|
CachedCodeEntry_tE201C3AD65C234AD9ED7A78C95025824A7A9FF39* ___s_cacheFirst_4;
|
|
// System.Text.RegularExpressions.Regex/CachedCodeEntry System.Text.RegularExpressions.Regex::s_cacheLast
|
|
CachedCodeEntry_tE201C3AD65C234AD9ED7A78C95025824A7A9FF39* ___s_cacheLast_5;
|
|
// System.TimeSpan System.Text.RegularExpressions.Regex::s_maximumMatchTimeout
|
|
TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A ___s_maximumMatchTimeout_6;
|
|
// System.TimeSpan System.Text.RegularExpressions.Regex::s_defaultMatchTimeout
|
|
TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A ___s_defaultMatchTimeout_8;
|
|
// System.TimeSpan System.Text.RegularExpressions.Regex::InfiniteMatchTimeout
|
|
TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A ___InfiniteMatchTimeout_9;
|
|
};
|
|
|
|
// System.Text.RegularExpressions.Regex
|
|
|
|
// System.RuntimeTypeHandle
|
|
|
|
// System.RuntimeTypeHandle
|
|
|
|
// System.Globalization.TextInfo
|
|
struct TextInfo_tD3BAFCFD77418851E7D5CB8D2588F47019E414B4_StaticFields
|
|
{
|
|
// System.Globalization.TextInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.TextInfo::s_Invariant
|
|
TextInfo_tD3BAFCFD77418851E7D5CB8D2588F47019E414B4* ___s_Invariant_6;
|
|
};
|
|
|
|
// System.Globalization.TextInfo
|
|
|
|
// UnityEngine.InputSystem.LowLevel.TouchState
|
|
|
|
// UnityEngine.InputSystem.LowLevel.TouchState
|
|
|
|
// UnityEngine.InputSystem.Utilities.JsonParser/JsonString
|
|
|
|
// UnityEngine.InputSystem.Utilities.JsonParser/JsonString
|
|
|
|
// UnityEngine.InputSystem.Utilities.StringHelpers/<Tokenize>d__8
|
|
|
|
// UnityEngine.InputSystem.Utilities.StringHelpers/<Tokenize>d__8
|
|
|
|
// UnityEngine.InputSystem.Utilities.InlinedArray`1<System.Runtime.InteropServices.GCHandle>
|
|
|
|
// UnityEngine.InputSystem.Utilities.InlinedArray`1<System.Runtime.InteropServices.GCHandle>
|
|
|
|
// System.ReadOnlySpan`1<System.Char>
|
|
|
|
// System.ReadOnlySpan`1<System.Char>
|
|
|
|
// UnityEngine.InputSystem.LowLevel.ActionEvent
|
|
|
|
// UnityEngine.InputSystem.LowLevel.ActionEvent
|
|
|
|
// 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.Utilities.InputActionTrace
|
|
|
|
// UnityEngine.InputSystem.Utilities.InputActionTrace
|
|
|
|
// UnityEngine.InputSystem.InputControl
|
|
|
|
// UnityEngine.InputSystem.InputControl
|
|
|
|
// System.MulticastDelegate
|
|
|
|
// System.MulticastDelegate
|
|
|
|
// UnityEngine.InputSystem.LowLevel.QueryKeyNameCommand
|
|
|
|
// UnityEngine.InputSystem.LowLevel.QueryKeyNameCommand
|
|
|
|
// 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
|
|
|
|
// UnityEngine.InputSystem.Layouts.InputDeviceMatcher/<get_patterns>d__4
|
|
|
|
// UnityEngine.InputSystem.Layouts.InputDeviceMatcher/<get_patterns>d__4
|
|
|
|
// UnityEngine.InputSystem.Utilities.JsonParser/JsonValue
|
|
|
|
// UnityEngine.InputSystem.Utilities.JsonParser/JsonValue
|
|
|
|
// System.Action`1<UnityEngine.InputSystem.InputAction/CallbackContext>
|
|
|
|
// System.Action`1<UnityEngine.InputSystem.InputAction/CallbackContext>
|
|
|
|
// System.Action`2<System.Object,UnityEngine.InputSystem.InputActionChange>
|
|
|
|
// System.Action`2<System.Object,UnityEngine.InputSystem.InputActionChange>
|
|
|
|
// System.Func`2<System.Char,System.Boolean>
|
|
|
|
// System.Func`2<System.Char,System.Boolean>
|
|
|
|
// System.Func`2<UnityEngine.InputSystem.Utilities.NamedValue,System.String>
|
|
|
|
// System.Func`2<UnityEngine.InputSystem.Utilities.NamedValue,System.String>
|
|
|
|
// System.Func`2<System.Object,System.Object>
|
|
|
|
// System.Func`2<System.Object,System.Object>
|
|
|
|
// System.Func`2<System.String,System.Boolean>
|
|
|
|
// System.Func`2<System.String,System.Boolean>
|
|
|
|
// System.Func`2<System.String,System.String>
|
|
|
|
// System.Func`2<System.String,System.String>
|
|
|
|
// System.Func`2<UnityEngine.InputSystem.Utilities.JsonParser/JsonValue,System.String>
|
|
|
|
// System.Func`2<UnityEngine.InputSystem.Utilities.JsonParser/JsonValue,System.String>
|
|
|
|
// UnityEngine.InputSystem.InputControl`1<System.Double>
|
|
|
|
// UnityEngine.InputSystem.InputControl`1<System.Double>
|
|
|
|
// UnityEngine.InputSystem.InputControl`1<System.Int32>
|
|
|
|
// UnityEngine.InputSystem.InputControl`1<System.Int32>
|
|
|
|
// UnityEngine.InputSystem.InputControl`1<UnityEngine.Quaternion>
|
|
|
|
// UnityEngine.InputSystem.InputControl`1<UnityEngine.Quaternion>
|
|
|
|
// UnityEngine.InputSystem.InputControl`1<System.Single>
|
|
|
|
// UnityEngine.InputSystem.InputControl`1<System.Single>
|
|
|
|
// UnityEngine.InputSystem.InputControl`1<UnityEngine.InputSystem.TouchPhase>
|
|
|
|
// UnityEngine.InputSystem.InputControl`1<UnityEngine.InputSystem.TouchPhase>
|
|
|
|
// UnityEngine.InputSystem.InputControl`1<UnityEngine.InputSystem.LowLevel.TouchState>
|
|
|
|
// UnityEngine.InputSystem.InputControl`1<UnityEngine.InputSystem.LowLevel.TouchState>
|
|
|
|
// UnityEngine.InputSystem.InputControl`1<UnityEngine.Vector2>
|
|
|
|
// UnityEngine.InputSystem.InputControl`1<UnityEngine.Vector2>
|
|
|
|
// UnityEngine.InputSystem.InputControl`1<UnityEngine.Vector3>
|
|
|
|
// UnityEngine.InputSystem.InputControl`1<UnityEngine.Vector3>
|
|
|
|
// System.Collections.Generic.KeyValuePair`2<System.Object,UnityEngine.InputSystem.Utilities.JsonParser/JsonValue>
|
|
|
|
// System.Collections.Generic.KeyValuePair`2<System.Object,UnityEngine.InputSystem.Utilities.JsonParser/JsonValue>
|
|
|
|
// System.Collections.Generic.KeyValuePair`2<System.String,UnityEngine.InputSystem.Utilities.JsonParser/JsonValue>
|
|
|
|
// System.Collections.Generic.KeyValuePair`2<System.String,UnityEngine.InputSystem.Utilities.JsonParser/JsonValue>
|
|
|
|
// System.Action
|
|
|
|
// System.Action
|
|
|
|
// System.ArgumentException
|
|
|
|
// System.ArgumentException
|
|
|
|
// System.IndexOutOfRangeException
|
|
|
|
// System.IndexOutOfRangeException
|
|
|
|
// UnityEngine.InputSystem.InputActionAsset
|
|
|
|
// UnityEngine.InputSystem.InputActionAsset
|
|
|
|
// UnityEngine.InputSystem.InputDevice
|
|
|
|
// UnityEngine.InputSystem.InputDevice
|
|
|
|
// UnityEngine.InputSystem.InputSettings
|
|
|
|
// UnityEngine.InputSystem.InputSettings
|
|
|
|
// System.InvalidOperationException
|
|
|
|
// System.InvalidOperationException
|
|
|
|
// System.NotImplementedException
|
|
|
|
// System.NotImplementedException
|
|
|
|
// System.NotSupportedException
|
|
|
|
// System.NotSupportedException
|
|
|
|
// System.NullReferenceException
|
|
|
|
// System.NullReferenceException
|
|
|
|
// UnityEngine.InputSystem.InputActionState/GlobalState
|
|
|
|
// UnityEngine.InputSystem.InputActionState/GlobalState
|
|
|
|
// System.Func`2<System.Collections.Generic.KeyValuePair`2<System.String,UnityEngine.InputSystem.Utilities.JsonParser/JsonValue>,System.String>
|
|
|
|
// System.Func`2<System.Collections.Generic.KeyValuePair`2<System.String,UnityEngine.InputSystem.Utilities.JsonParser/JsonValue>,System.String>
|
|
|
|
// System.ArgumentNullException
|
|
|
|
// System.ArgumentNullException
|
|
|
|
// UnityEngine.InputSystem.Controls.AxisControl
|
|
|
|
// UnityEngine.InputSystem.Controls.AxisControl
|
|
|
|
// UnityEngine.InputSystem.Controls.DoubleControl
|
|
|
|
// UnityEngine.InputSystem.Controls.DoubleControl
|
|
|
|
// 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.IntegerControl
|
|
|
|
// UnityEngine.InputSystem.Controls.IntegerControl
|
|
|
|
// UnityEngine.InputSystem.Controls.QuaternionControl
|
|
|
|
// UnityEngine.InputSystem.Controls.QuaternionControl
|
|
|
|
// UnityEngine.InputSystem.Controls.TouchControl
|
|
|
|
// UnityEngine.InputSystem.Controls.TouchControl
|
|
|
|
// UnityEngine.InputSystem.Controls.TouchPhaseControl
|
|
|
|
// UnityEngine.InputSystem.Controls.TouchPhaseControl
|
|
|
|
// UnityEngine.InputSystem.Controls.Vector2Control
|
|
|
|
// UnityEngine.InputSystem.Controls.Vector2Control
|
|
|
|
// UnityEngine.InputSystem.Controls.Vector3Control
|
|
|
|
// UnityEngine.InputSystem.Controls.Vector3Control
|
|
|
|
// 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
|
|
|
|
// UnityEngine.InputSystem.Controls.DeltaControl
|
|
|
|
// UnityEngine.InputSystem.Controls.DeltaControl
|
|
|
|
// UnityEngine.InputSystem.Controls.DpadControl
|
|
|
|
// UnityEngine.InputSystem.Controls.DpadControl
|
|
|
|
// UnityEngine.InputSystem.Controls.StickControl
|
|
|
|
// UnityEngine.InputSystem.Controls.StickControl
|
|
|
|
// UnityEngine.InputSystem.Controls.DpadControl/DpadAxisControl
|
|
|
|
// UnityEngine.InputSystem.Controls.DpadControl/DpadAxisControl
|
|
|
|
// UnityEngine.InputSystem.Controls.AnyKeyControl
|
|
|
|
// UnityEngine.InputSystem.Controls.AnyKeyControl
|
|
|
|
// UnityEngine.InputSystem.Controls.DiscreteButtonControl
|
|
|
|
// UnityEngine.InputSystem.Controls.DiscreteButtonControl
|
|
|
|
// UnityEngine.InputSystem.Controls.KeyControl
|
|
|
|
// UnityEngine.InputSystem.Controls.KeyControl
|
|
|
|
// UnityEngine.InputSystem.Controls.TouchPressControl
|
|
|
|
// UnityEngine.InputSystem.Controls.TouchPressControl
|
|
#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.Layouts.InputDeviceMatcher/MatcherJson/Capability[]
|
|
struct CapabilityU5BU5D_tAB21826273F0E3FC45A0E93F8F7B6368653124EA : public RuntimeArray
|
|
{
|
|
ALIGN_FIELD (8) Capability_t1A686C4F719B0408BCBB428021405F440196E16E m_Items[1];
|
|
|
|
inline Capability_t1A686C4F719B0408BCBB428021405F440196E16E GetAt(il2cpp_array_size_t index) const
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items[index];
|
|
}
|
|
inline Capability_t1A686C4F719B0408BCBB428021405F440196E16E* 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, Capability_t1A686C4F719B0408BCBB428021405F440196E16E value)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___path_0), (void*)NULL);
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___value_1), (void*)NULL);
|
|
#endif
|
|
}
|
|
inline Capability_t1A686C4F719B0408BCBB428021405F440196E16E GetAtUnchecked(il2cpp_array_size_t index) const
|
|
{
|
|
return m_Items[index];
|
|
}
|
|
inline Capability_t1A686C4F719B0408BCBB428021405F440196E16E* GetAddressAtUnchecked(il2cpp_array_size_t index)
|
|
{
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAtUnchecked(il2cpp_array_size_t index, Capability_t1A686C4F719B0408BCBB428021405F440196E16E value)
|
|
{
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___path_0), (void*)NULL);
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___value_1), (void*)NULL);
|
|
#endif
|
|
}
|
|
};
|
|
// System.Collections.Generic.KeyValuePair`2<UnityEngine.InputSystem.Utilities.InternedString,System.Object>[]
|
|
struct KeyValuePair_2U5BU5D_tF8154B2302178CCE00D745DBF55F703880469DFC : public RuntimeArray
|
|
{
|
|
ALIGN_FIELD (8) KeyValuePair_2_tC24A74EF64A292F5C6BA77D0B04CD6620D2DE3AC m_Items[1];
|
|
|
|
inline KeyValuePair_2_tC24A74EF64A292F5C6BA77D0B04CD6620D2DE3AC GetAt(il2cpp_array_size_t index) const
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items[index];
|
|
}
|
|
inline KeyValuePair_2_tC24A74EF64A292F5C6BA77D0B04CD6620D2DE3AC* 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, KeyValuePair_2_tC24A74EF64A292F5C6BA77D0B04CD6620D2DE3AC value)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)&((&((m_Items + index)->___key_0))->___m_StringOriginalCase_0), (void*)NULL);
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&((&((m_Items + index)->___key_0))->___m_StringLowerCase_1), (void*)NULL);
|
|
#endif
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___value_1), (void*)NULL);
|
|
#endif
|
|
}
|
|
inline KeyValuePair_2_tC24A74EF64A292F5C6BA77D0B04CD6620D2DE3AC GetAtUnchecked(il2cpp_array_size_t index) const
|
|
{
|
|
return m_Items[index];
|
|
}
|
|
inline KeyValuePair_2_tC24A74EF64A292F5C6BA77D0B04CD6620D2DE3AC* GetAddressAtUnchecked(il2cpp_array_size_t index)
|
|
{
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAtUnchecked(il2cpp_array_size_t index, KeyValuePair_2_tC24A74EF64A292F5C6BA77D0B04CD6620D2DE3AC value)
|
|
{
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)&((&((m_Items + index)->___key_0))->___m_StringOriginalCase_0), (void*)NULL);
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&((&((m_Items + index)->___key_0))->___m_StringLowerCase_1), (void*)NULL);
|
|
#endif
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___value_1), (void*)NULL);
|
|
#endif
|
|
}
|
|
};
|
|
// UnityEngine.InputSystem.InputControl[]
|
|
struct InputControlU5BU5D_t0B951FEF1504D6340387C4735F5D6F426F40FE17 : public RuntimeArray
|
|
{
|
|
ALIGN_FIELD (8) InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* m_Items[1];
|
|
|
|
inline InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* GetAt(il2cpp_array_size_t index) const
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items[index];
|
|
}
|
|
inline InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E** GetAddressAt(il2cpp_array_size_t index)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAt(il2cpp_array_size_t index, InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* value)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
|
|
}
|
|
inline InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* GetAtUnchecked(il2cpp_array_size_t index) const
|
|
{
|
|
return m_Items[index];
|
|
}
|
|
inline InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E** GetAddressAtUnchecked(il2cpp_array_size_t index)
|
|
{
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAtUnchecked(il2cpp_array_size_t index, InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* value)
|
|
{
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
|
|
}
|
|
};
|
|
// UnityEngine.InputSystem.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.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.Object[]
|
|
struct ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918 : public RuntimeArray
|
|
{
|
|
ALIGN_FIELD (8) RuntimeObject* m_Items[1];
|
|
|
|
inline RuntimeObject* GetAt(il2cpp_array_size_t index) const
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items[index];
|
|
}
|
|
inline RuntimeObject** GetAddressAt(il2cpp_array_size_t index)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAt(il2cpp_array_size_t index, RuntimeObject* value)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
|
|
}
|
|
inline RuntimeObject* GetAtUnchecked(il2cpp_array_size_t index) const
|
|
{
|
|
return m_Items[index];
|
|
}
|
|
inline RuntimeObject** GetAddressAtUnchecked(il2cpp_array_size_t index)
|
|
{
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAtUnchecked(il2cpp_array_size_t index, RuntimeObject* value)
|
|
{
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
|
|
}
|
|
};
|
|
// UnityEngine.InputSystem.Utilities.NamedValue[]
|
|
struct NamedValueU5BU5D_tADD8F1373B88C55F68499688D72C21A97F63303A : public RuntimeArray
|
|
{
|
|
ALIGN_FIELD (8) NamedValue_t1D89B1ACD11D2B5284666865014E67683742B8ED m_Items[1];
|
|
|
|
inline NamedValue_t1D89B1ACD11D2B5284666865014E67683742B8ED GetAt(il2cpp_array_size_t index) const
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items[index];
|
|
}
|
|
inline NamedValue_t1D89B1ACD11D2B5284666865014E67683742B8ED* GetAddressAt(il2cpp_array_size_t index)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAt(il2cpp_array_size_t index, NamedValue_t1D89B1ACD11D2B5284666865014E67683742B8ED value)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___U3CnameU3Ek__BackingField_1), (void*)NULL);
|
|
}
|
|
inline NamedValue_t1D89B1ACD11D2B5284666865014E67683742B8ED GetAtUnchecked(il2cpp_array_size_t index) const
|
|
{
|
|
return m_Items[index];
|
|
}
|
|
inline NamedValue_t1D89B1ACD11D2B5284666865014E67683742B8ED* GetAddressAtUnchecked(il2cpp_array_size_t index)
|
|
{
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAtUnchecked(il2cpp_array_size_t index, NamedValue_t1D89B1ACD11D2B5284666865014E67683742B8ED value)
|
|
{
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___U3CnameU3Ek__BackingField_1), (void*)NULL);
|
|
}
|
|
};
|
|
// UnityEngine.InputSystem.Utilities.JsonParser/JsonValue[]
|
|
struct JsonValueU5BU5D_tCC9BDCF1DE43F923B72BEF6FE9AB4FBAEF445DB3 : public RuntimeArray
|
|
{
|
|
ALIGN_FIELD (8) JsonValue_t01DB320267C848E729A400EF2345979978F851D2 m_Items[1];
|
|
|
|
inline JsonValue_t01DB320267C848E729A400EF2345979978F851D2 GetAt(il2cpp_array_size_t index) const
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items[index];
|
|
}
|
|
inline JsonValue_t01DB320267C848E729A400EF2345979978F851D2* 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, JsonValue_t01DB320267C848E729A400EF2345979978F851D2 value)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)&((&((&((m_Items + index)->___stringValue_4))->___text_0))->___m_String_0), (void*)NULL);
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___arrayValue_5), (void*)NULL);
|
|
#endif
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___objectValue_6), (void*)NULL);
|
|
#endif
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___anyValue_7), (void*)NULL);
|
|
#endif
|
|
}
|
|
inline JsonValue_t01DB320267C848E729A400EF2345979978F851D2 GetAtUnchecked(il2cpp_array_size_t index) const
|
|
{
|
|
return m_Items[index];
|
|
}
|
|
inline JsonValue_t01DB320267C848E729A400EF2345979978F851D2* GetAddressAtUnchecked(il2cpp_array_size_t index)
|
|
{
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAtUnchecked(il2cpp_array_size_t index, JsonValue_t01DB320267C848E729A400EF2345979978F851D2 value)
|
|
{
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)&((&((&((m_Items + index)->___stringValue_4))->___text_0))->___m_String_0), (void*)NULL);
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___arrayValue_5), (void*)NULL);
|
|
#endif
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___objectValue_6), (void*)NULL);
|
|
#endif
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___anyValue_7), (void*)NULL);
|
|
#endif
|
|
}
|
|
};
|
|
// UnityEngine.InputSystem.Utilities.NameAndParameters[]
|
|
struct NameAndParametersU5BU5D_tA6C2AC34ACDB1967A7A2CEF4BE1D717ADA695CA2 : public RuntimeArray
|
|
{
|
|
ALIGN_FIELD (8) NameAndParameters_t8F37102128EFD31CA57808AE6E3D1244758DEA01 m_Items[1];
|
|
|
|
inline NameAndParameters_t8F37102128EFD31CA57808AE6E3D1244758DEA01 GetAt(il2cpp_array_size_t index) const
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items[index];
|
|
}
|
|
inline NameAndParameters_t8F37102128EFD31CA57808AE6E3D1244758DEA01* GetAddressAt(il2cpp_array_size_t index)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAt(il2cpp_array_size_t index, NameAndParameters_t8F37102128EFD31CA57808AE6E3D1244758DEA01 value)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___U3CnameU3Ek__BackingField_0), (void*)NULL);
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&((&((m_Items + index)->___U3CparametersU3Ek__BackingField_1))->___m_Array_0), (void*)NULL);
|
|
#endif
|
|
}
|
|
inline NameAndParameters_t8F37102128EFD31CA57808AE6E3D1244758DEA01 GetAtUnchecked(il2cpp_array_size_t index) const
|
|
{
|
|
return m_Items[index];
|
|
}
|
|
inline NameAndParameters_t8F37102128EFD31CA57808AE6E3D1244758DEA01* GetAddressAtUnchecked(il2cpp_array_size_t index)
|
|
{
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAtUnchecked(il2cpp_array_size_t index, NameAndParameters_t8F37102128EFD31CA57808AE6E3D1244758DEA01 value)
|
|
{
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___U3CnameU3Ek__BackingField_0), (void*)NULL);
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&((&((m_Items + index)->___U3CparametersU3Ek__BackingField_1))->___m_Array_0), (void*)NULL);
|
|
#endif
|
|
}
|
|
};
|
|
|
|
IL2CPP_EXTERN_C void Capability_t1A686C4F719B0408BCBB428021405F440196E16E_marshal_pinvoke(const Capability_t1A686C4F719B0408BCBB428021405F440196E16E& unmarshaled, Capability_t1A686C4F719B0408BCBB428021405F440196E16E_marshaled_pinvoke& marshaled);
|
|
IL2CPP_EXTERN_C void Capability_t1A686C4F719B0408BCBB428021405F440196E16E_marshal_pinvoke_back(const Capability_t1A686C4F719B0408BCBB428021405F440196E16E_marshaled_pinvoke& marshaled, Capability_t1A686C4F719B0408BCBB428021405F440196E16E& unmarshaled);
|
|
IL2CPP_EXTERN_C void Capability_t1A686C4F719B0408BCBB428021405F440196E16E_marshal_pinvoke_cleanup(Capability_t1A686C4F719B0408BCBB428021405F440196E16E_marshaled_pinvoke& marshaled);
|
|
IL2CPP_EXTERN_C void Capability_t1A686C4F719B0408BCBB428021405F440196E16E_marshal_com(const Capability_t1A686C4F719B0408BCBB428021405F440196E16E& unmarshaled, Capability_t1A686C4F719B0408BCBB428021405F440196E16E_marshaled_com& marshaled);
|
|
IL2CPP_EXTERN_C void Capability_t1A686C4F719B0408BCBB428021405F440196E16E_marshal_com_back(const Capability_t1A686C4F719B0408BCBB428021405F440196E16E_marshaled_com& marshaled, Capability_t1A686C4F719B0408BCBB428021405F440196E16E& unmarshaled);
|
|
IL2CPP_EXTERN_C void Capability_t1A686C4F719B0408BCBB428021405F440196E16E_marshal_com_cleanup(Capability_t1A686C4F719B0408BCBB428021405F440196E16E_marshaled_com& marshaled);
|
|
IL2CPP_EXTERN_C void Substring_t2E16755269E6716C22074D6BC0A9099915E67849_marshal_pinvoke(const Substring_t2E16755269E6716C22074D6BC0A9099915E67849& unmarshaled, Substring_t2E16755269E6716C22074D6BC0A9099915E67849_marshaled_pinvoke& marshaled);
|
|
IL2CPP_EXTERN_C void Substring_t2E16755269E6716C22074D6BC0A9099915E67849_marshal_pinvoke_back(const Substring_t2E16755269E6716C22074D6BC0A9099915E67849_marshaled_pinvoke& marshaled, Substring_t2E16755269E6716C22074D6BC0A9099915E67849& unmarshaled);
|
|
IL2CPP_EXTERN_C void Substring_t2E16755269E6716C22074D6BC0A9099915E67849_marshal_pinvoke_cleanup(Substring_t2E16755269E6716C22074D6BC0A9099915E67849_marshaled_pinvoke& marshaled);
|
|
IL2CPP_EXTERN_C void Substring_t2E16755269E6716C22074D6BC0A9099915E67849_marshal_com(const Substring_t2E16755269E6716C22074D6BC0A9099915E67849& unmarshaled, Substring_t2E16755269E6716C22074D6BC0A9099915E67849_marshaled_com& marshaled);
|
|
IL2CPP_EXTERN_C void Substring_t2E16755269E6716C22074D6BC0A9099915E67849_marshal_com_back(const Substring_t2E16755269E6716C22074D6BC0A9099915E67849_marshaled_com& marshaled, Substring_t2E16755269E6716C22074D6BC0A9099915E67849& unmarshaled);
|
|
IL2CPP_EXTERN_C void Substring_t2E16755269E6716C22074D6BC0A9099915E67849_marshal_com_cleanup(Substring_t2E16755269E6716C22074D6BC0A9099915E67849_marshaled_com& marshaled);
|
|
IL2CPP_EXTERN_C void JsonString_tE22CDDA995FEFF514F3F334C93B6AB31B49773CB_marshal_pinvoke(const JsonString_tE22CDDA995FEFF514F3F334C93B6AB31B49773CB& unmarshaled, JsonString_tE22CDDA995FEFF514F3F334C93B6AB31B49773CB_marshaled_pinvoke& marshaled);
|
|
IL2CPP_EXTERN_C void JsonString_tE22CDDA995FEFF514F3F334C93B6AB31B49773CB_marshal_pinvoke_back(const JsonString_tE22CDDA995FEFF514F3F334C93B6AB31B49773CB_marshaled_pinvoke& marshaled, JsonString_tE22CDDA995FEFF514F3F334C93B6AB31B49773CB& unmarshaled);
|
|
IL2CPP_EXTERN_C void JsonString_tE22CDDA995FEFF514F3F334C93B6AB31B49773CB_marshal_pinvoke_cleanup(JsonString_tE22CDDA995FEFF514F3F334C93B6AB31B49773CB_marshaled_pinvoke& marshaled);
|
|
IL2CPP_EXTERN_C void JsonString_tE22CDDA995FEFF514F3F334C93B6AB31B49773CB_marshal_com(const JsonString_tE22CDDA995FEFF514F3F334C93B6AB31B49773CB& unmarshaled, JsonString_tE22CDDA995FEFF514F3F334C93B6AB31B49773CB_marshaled_com& marshaled);
|
|
IL2CPP_EXTERN_C void JsonString_tE22CDDA995FEFF514F3F334C93B6AB31B49773CB_marshal_com_back(const JsonString_tE22CDDA995FEFF514F3F334C93B6AB31B49773CB_marshaled_com& marshaled, JsonString_tE22CDDA995FEFF514F3F334C93B6AB31B49773CB& unmarshaled);
|
|
IL2CPP_EXTERN_C void JsonString_tE22CDDA995FEFF514F3F334C93B6AB31B49773CB_marshal_com_cleanup(JsonString_tE22CDDA995FEFF514F3F334C93B6AB31B49773CB_marshaled_com& marshaled);
|
|
IL2CPP_EXTERN_C void PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4_marshal_pinvoke(const PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4& unmarshaled, PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4_marshaled_pinvoke& marshaled);
|
|
IL2CPP_EXTERN_C void PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4_marshal_pinvoke_back(const PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4_marshaled_pinvoke& marshaled, PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4& unmarshaled);
|
|
IL2CPP_EXTERN_C void PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4_marshal_pinvoke_cleanup(PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4_marshaled_pinvoke& marshaled);
|
|
IL2CPP_EXTERN_C void PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4_marshal_com(const PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4& unmarshaled, PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4_marshaled_com& marshaled);
|
|
IL2CPP_EXTERN_C void PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4_marshal_com_back(const PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4_marshaled_com& marshaled, PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4& unmarshaled);
|
|
IL2CPP_EXTERN_C void PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4_marshal_com_cleanup(PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4_marshaled_com& marshaled);
|
|
|
|
// TKey System.Collections.Generic.KeyValuePair`2<UnityEngine.InputSystem.Utilities.InternedString,System.Object>::get_Key()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 KeyValuePair_2_get_Key_mC668DBB7580ADCE4B3D87DA1C6E91F6E56B9EE84_gshared_inline (KeyValuePair_2_tC24A74EF64A292F5C6BA77D0B04CD6620D2DE3AC* __this, const RuntimeMethod* method) ;
|
|
// TValue System.Collections.Generic.KeyValuePair`2<UnityEngine.InputSystem.Utilities.InternedString,System.Object>::get_Value()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* KeyValuePair_2_get_Value_m1425379DCDEDB955455E242B31CD2AE43552B441_gshared_inline (KeyValuePair_2_tC24A74EF64A292F5C6BA77D0B04CD6620D2DE3AC* __this, 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.Int32 UnityEngine.InputSystem.Utilities.ArrayHelpers::Append<UnityEngine.InputSystem.Layouts.InputDeviceMatcher/MatcherJson/Capability>(TValue[]&,TValue)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ArrayHelpers_Append_TisCapability_t1A686C4F719B0408BCBB428021405F440196E16E_m8B8BD182B831DB71826EC682572E39B5C0E25C3D_gshared (CapabilityU5BU5D_tAB21826273F0E3FC45A0E93F8F7B6368653124EA** ___0_array, Capability_t1A686C4F719B0408BCBB428021405F440196E16E ___1_value, const RuntimeMethod* method) ;
|
|
// UnityEngine.InputSystem.Layouts.InputDeviceMatcher UnityEngine.InputSystem.Layouts.InputDeviceMatcher::WithCapability<System.Object>(System.String,TValue)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputDeviceMatcher_tF9BA551C8BB4AE41672366A7EBEA951543E0C555 InputDeviceMatcher_WithCapability_TisRuntimeObject_m293D025907E3D2510221D9704A51DF52C61CD966_gshared (InputDeviceMatcher_tF9BA551C8BB4AE41672366A7EBEA951543E0C555* __this, String_t* ___0_path, RuntimeObject* ___1_value, const RuntimeMethod* method) ;
|
|
// System.Void System.Collections.Generic.KeyValuePair`2<System.Object,System.Object>::.ctor(TKey,TValue)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyValuePair_2__ctor_m0D5C3E0BE2D37252D3F4E0F0EA9A13C9458D4950_gshared (KeyValuePair_2_tFC32D2507216293851350D29B64D79F950B55230* __this, RuntimeObject* ___0_key, RuntimeObject* ___1_value, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.InputSystem.InputControl`1<System.Single>::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputControl_1__ctor_m4D5061726209A52D1026EE2FCEAA640013A9D22D_gshared (InputControl_1_t7A35A4AF63A7AA94678E000D4F3265A1FD84288A* __this, const RuntimeMethod* method) ;
|
|
// TValue UnityEngine.InputSystem.InputControl`1<System.Single>::ReadValueFromState(System.Void*)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float InputControl_1_ReadValueFromState_m1748B48FE53C7B329B8138F43857E231AC6FC24E_gshared (InputControl_1_t7A35A4AF63A7AA94678E000D4F3265A1FD84288A* __this, void* ___0_statePtr, const RuntimeMethod* method) ;
|
|
// TValue UnityEngine.InputSystem.InputControl`1<System.Single>::ReadValue()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float InputControl_1_ReadValue_m1B0D6757EFE874CF44E42908BF77133DCB48A741_gshared (InputControl_1_t7A35A4AF63A7AA94678E000D4F3265A1FD84288A* __this, const RuntimeMethod* method) ;
|
|
// TValue UnityEngine.InputSystem.InputControl`1<System.Single>::ReadValueFromPreviousFrame()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float InputControl_1_ReadValueFromPreviousFrame_m20D583F8B88B0AEFFAE0706648FD12675B2322A5_gshared (InputControl_1_t7A35A4AF63A7AA94678E000D4F3265A1FD84288A* __this, const RuntimeMethod* method) ;
|
|
// TControl UnityEngine.InputSystem.InputControl::GetChildControl<System.Object>(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* InputControl_GetChildControl_TisRuntimeObject_m5E81C3A512C444426EB15097CCF01D73CF1C614C_gshared (InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* __this, String_t* ___0_path, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.InputSystem.InputControl`1<System.Double>::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputControl_1__ctor_m7BB44A4B8D72ABB24D4EF9A125453A03B8C4411B_gshared (InputControl_1_t3D0405353C1510181388B799CAB07DCE5DC27CA8* __this, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.InputSystem.InputControl`1<System.Int32>::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputControl_1__ctor_mB3901F35CA0BD0496FED2C47743E6D0D9E9C2D50_gshared (InputControl_1_t6610D981ECAED7950370CC37B55465BBFDDD6A61* __this, const RuntimeMethod* method) ;
|
|
// System.Int64 UnityEngine.InputSystem.InputDevice::ExecuteCommand<UnityEngine.InputSystem.LowLevel.QueryKeyNameCommand>(TCommand&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t InputDevice_ExecuteCommand_TisQueryKeyNameCommand_tCEEA57BE2D12A0FFDCD9FE3F8A5851CC31DBE247_mEC411117E8520A9F5137AD54472FB099A55DBD5E_gshared (InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* __this, QueryKeyNameCommand_tCEEA57BE2D12A0FFDCD9FE3F8A5851CC31DBE247* ___0_command, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.InputSystem.InputControl`1<UnityEngine.Quaternion>::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputControl_1__ctor_m84330ABF23BC4476BE20F5936C78C4DFCDBF4CCF_gshared (InputControl_1_t9C13D8BC7805C38134C3ED7262E9ECF28CC59770* __this, const RuntimeMethod* method) ;
|
|
// TValue UnityEngine.InputSystem.InputControl`1<System.Int32Enum>::ReadValue()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t InputControl_1_ReadValue_m2D91FC0A31915FCC498882940C163485D51037B2_gshared (InputControl_1_t7BF2CD7940FF24B3BFFCB467493E26B09B136BFB* __this, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.InputSystem.InputControl`1<UnityEngine.InputSystem.LowLevel.TouchState>::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputControl_1__ctor_m4A88C587894F0F7BA7505EA6F5F046D93B9B5077_gshared (InputControl_1_t8328183BE585255AE6A8A1F8D5C9DEEDE891A3B3* __this, const RuntimeMethod* method) ;
|
|
// System.Int32 Unity.Collections.LowLevel.Unsafe.UnsafeUtility::SizeOf<UnityEngine.InputSystem.LowLevel.TouchState>()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnsafeUtility_SizeOf_TisTouchState_tB05024FB4BCE85BAB82D2224AD4BF1E8B4589A97_mFE961AB914D8126DC425FAFC788195746A8CBA59_gshared (const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.InputSystem.InputControl`1<System.Int32Enum>::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputControl_1__ctor_m664D2CFBA5C56D633EE10BFDED1392386F5D47D1_gshared (InputControl_1_t7BF2CD7940FF24B3BFFCB467493E26B09B136BFB* __this, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.InputSystem.InputControl`1<UnityEngine.Vector2>::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputControl_1__ctor_m34A68ED7F005D7C80341036FC27E6D1188419AAC_gshared (InputControl_1_tC164085710F2FAA9161295C9B7FE273AF893CF66* __this, const RuntimeMethod* method) ;
|
|
// TValue UnityEngine.InputSystem.InputControl`1<UnityEngine.Vector2>::ReadValueFromState(System.Void*)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 InputControl_1_ReadValueFromState_m90076063D4500290705DBD1D85DA8743D4652C37_gshared (InputControl_1_tC164085710F2FAA9161295C9B7FE273AF893CF66* __this, void* ___0_statePtr, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.InputSystem.InputControl`1<UnityEngine.Vector3>::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputControl_1__ctor_m81FA96B7C59516DFCDB1226FDAE6B1E4F872844A_gshared (InputControl_1_tFF1806D355F3775B3CC4F50471CB900517A8F735* __this, const RuntimeMethod* method) ;
|
|
// TValue UnityEngine.InputSystem.InputControl`1<UnityEngine.Vector3>::ReadValueFromState(System.Void*)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 InputControl_1_ReadValueFromState_m53845DCF19FD970F61EA42AC0C7D75CB25210568_gshared (InputControl_1_tFF1806D355F3775B3CC4F50471CB900517A8F735* __this, void* ___0_statePtr, const RuntimeMethod* method) ;
|
|
// TValue UnityEngine.InputSystem.Utilities.InlinedArray`1<System.Object>::get_Item(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* InlinedArray_1_get_Item_m36DBC031029BD3E52C31E50BE0B84DA3990A6021_gshared (InlinedArray_1_t686EF64AD1CAE4599FCACB01447C59FA04174EF4* __this, int32_t ___0_index, const RuntimeMethod* method) ;
|
|
// System.Void System.Action`1<UnityEngine.InputSystem.InputAction/CallbackContext>::.ctor(System.Object,System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_1__ctor_mA763900B34C3394F230AE63708F530CA9A192B57_gshared (Action_1_tEB0353AA1A112B6F2D921B58DCC9D9D4C0498E6E* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method) ;
|
|
// System.Int32 UnityEngine.InputSystem.Utilities.InlinedArray`1<System.Object>::AppendWithCapacity(TValue,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t InlinedArray_1_AppendWithCapacity_m9862A91090391A77B2DCC2428616248FC176C180_gshared (InlinedArray_1_t686EF64AD1CAE4599FCACB01447C59FA04174EF4* __this, RuntimeObject* ___0_value, int32_t ___1_capacityIncrement, const RuntimeMethod* method) ;
|
|
// System.Int32 UnityEngine.InputSystem.Utilities.InputArrayExtensions::IndexOfReference<System.Object>(UnityEngine.InputSystem.Utilities.InlinedArray`1<TValue>,TValue)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t InputArrayExtensions_IndexOfReference_TisRuntimeObject_m8D6AA5D90FA43E1196C230ECEB238EBDEFBFC677_gshared (InlinedArray_1_t686EF64AD1CAE4599FCACB01447C59FA04174EF4 ___0_array, RuntimeObject* ___1_value, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.InputSystem.Utilities.InlinedArray`1<System.Object>::RemoveAtWithCapacity(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InlinedArray_1_RemoveAtWithCapacity_mE12D4976DF40F114BA2B56DE9EA9C66F248F466C_gshared (InlinedArray_1_t686EF64AD1CAE4599FCACB01447C59FA04174EF4* __this, int32_t ___0_index, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.InputSystem.Utilities.InlinedArray`1<System.Object>::ClearWithCapacity()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InlinedArray_1_ClearWithCapacity_m15FC7C31ECF4FD7883A384B3ADBA9D6C630B0FBA_gshared (InlinedArray_1_t686EF64AD1CAE4599FCACB01447C59FA04174EF4* __this, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.InputSystem.Utilities.InlinedArray`1<System.Object>::Clear()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InlinedArray_1_Clear_m6B23D5B4AD23FD66691F41F557DACB17B8DE6F11_gshared (InlinedArray_1_t686EF64AD1CAE4599FCACB01447C59FA04174EF4* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Action`2<System.Object,System.Int32Enum>::.ctor(System.Object,System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_2__ctor_m6DEC13F96CE9CD74561DCCA7017E450079C96942_gshared (Action_2_t9C4E97D0565650F0AEF7C72077EB8A0F9326E40B* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method) ;
|
|
// UnityEngine.InputSystem.Utilities.ReadOnlyArray`1/Enumerator<TValue> UnityEngine.InputSystem.Utilities.ReadOnlyArray`1<System.Object>::GetEnumerator()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Enumerator_t13B0EDB01F0A85A952803970AFD1073D96A46C94 ReadOnlyArray_1_GetEnumerator_mE43A032C7C67896D9F8377C6C1C863C22F3044B6_gshared (ReadOnlyArray_1_t40B8DDDCD6ACBA3B2C0AF1387BE23D68DAEF77B5* __this, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.InputSystem.Utilities.ReadOnlyArray`1/Enumerator<System.Object>::Dispose()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator_Dispose_m041721B53AC187277BACB4EA9C86E299322EB0AB_gshared (Enumerator_t13B0EDB01F0A85A952803970AFD1073D96A46C94* __this, const RuntimeMethod* method) ;
|
|
// TValue UnityEngine.InputSystem.Utilities.ReadOnlyArray`1/Enumerator<System.Object>::get_Current()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Enumerator_get_Current_mC38F33A423715DE1D9EAD3EADE1C8C03C52E4465_gshared (Enumerator_t13B0EDB01F0A85A952803970AFD1073D96A46C94* __this, const RuntimeMethod* method) ;
|
|
// System.Boolean UnityEngine.InputSystem.Utilities.ReadOnlyArray`1/Enumerator<System.Object>::MoveNext()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Enumerator_MoveNext_m95272BAC87E97D7B862DB72A8639565003BD244B_gshared (Enumerator_t13B0EDB01F0A85A952803970AFD1073D96A46C94* __this, const RuntimeMethod* method) ;
|
|
// System.Int32 UnityEngine.InputSystem.Utilities.InlinedArray`1<System.Object>::Append(TValue)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t InlinedArray_1_Append_m6F6F0BBCFDD92E35B63DD57C0514A90A193D3B41_gshared (InlinedArray_1_t686EF64AD1CAE4599FCACB01447C59FA04174EF4* __this, RuntimeObject* ___0_value, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.InputSystem.Utilities.InlinedArray`1<System.Object>::set_Item(System.Int32,TValue)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InlinedArray_1_set_Item_m54E627DB989C7713D582AF7ECE740B65D07E7A7A_gshared (InlinedArray_1_t686EF64AD1CAE4599FCACB01447C59FA04174EF4* __this, int32_t ___0_index, RuntimeObject* ___1_value, 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.Boolean System.Linq.Enumerable::All<System.Object>(System.Collections.Generic.IEnumerable`1<TSource>,System.Func`2<TSource,System.Boolean>)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Enumerable_All_TisRuntimeObject_m57CDB9DB99F9E77214B47367D213B06AC3ED97FF_gshared (RuntimeObject* ___0_source, Func_2_tE1F0D41563EE092E5E5540B061449FDE88F1DC00* ___1_predicate, 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.Void UnityEngine.InputSystem.Utilities.CallbackArray`1<System.Object>::LockForChanges()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CallbackArray_1_LockForChanges_mB15D8203ADAEA8AEF523BE53D79B7CF828301CB6_gshared (CallbackArray_1_t70C9B62D06582BEAC403C9259B541A2D8D4B4A1F* __this, const RuntimeMethod* method) ;
|
|
// TDelegate UnityEngine.InputSystem.Utilities.CallbackArray`1<System.Object>::get_Item(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* CallbackArray_1_get_Item_m567E182F190B5CEBFBA0D02E0E33AD7A5E46F7E1_gshared (CallbackArray_1_t70C9B62D06582BEAC403C9259B541A2D8D4B4A1F* __this, int32_t ___0_index, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.InputSystem.Utilities.CallbackArray`1<System.Object>::UnlockForChanges()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CallbackArray_1_UnlockForChanges_mA6BDFF9ECCA7A79D6017AFB24BF5932CC3B30197_gshared (CallbackArray_1_t70C9B62D06582BEAC403C9259B541A2D8D4B4A1F* __this, const RuntimeMethod* method) ;
|
|
// T System.Collections.Generic.List`1<UnityEngine.InputSystem.Utilities.JsonParser/JsonValue>::get_Item(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JsonValue_t01DB320267C848E729A400EF2345979978F851D2 List_1_get_Item_m1208CC92E9A59D1FD2ABF9D1C5A2BB742F8FC5FD_gshared (List_1_t4A80BCCFB0BC8742C8BB601365DB07226750573A* __this, int32_t ___0_index, const RuntimeMethod* method) ;
|
|
// System.Int32 System.Collections.Generic.List`1<UnityEngine.InputSystem.Utilities.JsonParser/JsonValue>::get_Count()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t List_1_get_Count_mA85C489B00E39A4A5F1E8589C2CE368DE85229BC_gshared_inline (List_1_t4A80BCCFB0BC8742C8BB601365DB07226750573A* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Collections.Generic.List`1<UnityEngine.InputSystem.Utilities.JsonParser/JsonValue>::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1__ctor_m4927EB5635E5ACE121082D775C7DBD0B38A3ECF7_gshared (List_1_t4A80BCCFB0BC8742C8BB601365DB07226750573A* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Collections.Generic.List`1<UnityEngine.InputSystem.Utilities.JsonParser/JsonValue>::Add(T)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void List_1_Add_mE78869407E32A2635B76A2FAD69DF379E67ABD82_gshared_inline (List_1_t4A80BCCFB0BC8742C8BB601365DB07226750573A* __this, JsonValue_t01DB320267C848E729A400EF2345979978F851D2 ___0_item, const RuntimeMethod* method) ;
|
|
// System.Void System.Func`2<UnityEngine.InputSystem.Utilities.JsonParser/JsonValue,System.Object>::.ctor(System.Object,System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Func_2__ctor_m6809FD95122AFFED987CFCAEE81B5F2515D48066_gshared (Func_2_t9D6D0636D7EE282D3C55AA455C0B6CAC61A117F0* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method) ;
|
|
// System.Collections.Generic.IEnumerable`1<TResult> System.Linq.Enumerable::Select<UnityEngine.InputSystem.Utilities.JsonParser/JsonValue,System.Object>(System.Collections.Generic.IEnumerable`1<TSource>,System.Func`2<TSource,TResult>)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Enumerable_Select_TisJsonValue_t01DB320267C848E729A400EF2345979978F851D2_TisRuntimeObject_m2A6B61FCF7B697A6CADF64975C46E18E740A2084_gshared (RuntimeObject* ___0_source, Func_2_t9D6D0636D7EE282D3C55AA455C0B6CAC61A117F0* ___1_selector, const RuntimeMethod* method) ;
|
|
// System.Void System.Func`2<System.Collections.Generic.KeyValuePair`2<System.Object,UnityEngine.InputSystem.Utilities.JsonParser/JsonValue>,System.Object>::.ctor(System.Object,System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Func_2__ctor_m438F102A98957D621CF724E763751C78F10E1A14_gshared (Func_2_tE32F20C3219F9FBFF273C0735FB38DC288042AFC* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method) ;
|
|
// System.Collections.Generic.IEnumerable`1<TResult> System.Linq.Enumerable::Select<System.Collections.Generic.KeyValuePair`2<System.Object,UnityEngine.InputSystem.Utilities.JsonParser/JsonValue>,System.Object>(System.Collections.Generic.IEnumerable`1<TSource>,System.Func`2<TSource,TResult>)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Enumerable_Select_TisKeyValuePair_2_tF857B1C753163D05D6CE5351B5146D32C33F0B0C_TisRuntimeObject_mCA2DB4E6ADC01E3B4DBD2ADCA796277EA1688FEB_gshared (RuntimeObject* ___0_source, Func_2_tE32F20C3219F9FBFF273C0735FB38DC288042AFC* ___1_selector, const RuntimeMethod* method) ;
|
|
// TKey System.Collections.Generic.KeyValuePair`2<System.Object,UnityEngine.InputSystem.Utilities.JsonParser/JsonValue>::get_Key()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* KeyValuePair_2_get_Key_mBD9C88CB5A45096243E5CE92DE07B077508B7730_gshared_inline (KeyValuePair_2_tF857B1C753163D05D6CE5351B5146D32C33F0B0C* __this, const RuntimeMethod* method) ;
|
|
// TValue System.Collections.Generic.KeyValuePair`2<System.Object,UnityEngine.InputSystem.Utilities.JsonParser/JsonValue>::get_Value()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR JsonValue_t01DB320267C848E729A400EF2345979978F851D2 KeyValuePair_2_get_Value_mE2F1308AA1361FAC791808BF909523539D8804EA_gshared_inline (KeyValuePair_2_tF857B1C753163D05D6CE5351B5146D32C33F0B0C* __this, const RuntimeMethod* method) ;
|
|
// System.Int32 UnityEngine.InputSystem.Utilities.ReadOnlyArray`1<UnityEngine.InputSystem.Utilities.NamedValue>::get_Count()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t ReadOnlyArray_1_get_Count_m76D58AB3E0CF768F6E547B59CAD83CEF522A5242_gshared_inline (ReadOnlyArray_1_t4A15F7D15ACB297B45A08889D51E4CACEAD4EDF9* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Func`2<UnityEngine.InputSystem.Utilities.NamedValue,System.Object>::.ctor(System.Object,System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Func_2__ctor_m6244264A73E69D93880B6A162036B4655F8B20D0_gshared (Func_2_t95F8C5DB83078AC2200EB11F714DEB6262E3AA4E* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method) ;
|
|
// System.Collections.Generic.IEnumerable`1<TResult> System.Linq.Enumerable::Select<UnityEngine.InputSystem.Utilities.NamedValue,System.Object>(System.Collections.Generic.IEnumerable`1<TSource>,System.Func`2<TSource,TResult>)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Enumerable_Select_TisNamedValue_t1D89B1ACD11D2B5284666865014E67683742B8ED_TisRuntimeObject_m378DFFB019F4288DA3FD096E6C600A21AFC63FFE_gshared (RuntimeObject* ___0_source, Func_2_t95F8C5DB83078AC2200EB11F714DEB6262E3AA4E* ___1_selector, const RuntimeMethod* method) ;
|
|
// TSource[] System.Linq.Enumerable::ToArray<System.Object>(System.Collections.Generic.IEnumerable`1<TSource>)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* Enumerable_ToArray_TisRuntimeObject_mA54265C2C8A0864929ECD300B75E4952D553D17D_gshared (RuntimeObject* ___0_source, const RuntimeMethod* method) ;
|
|
// System.Collections.Generic.IEnumerable`1<TResult> System.Linq.Enumerable::Empty<UnityEngine.InputSystem.Utilities.NameAndParameters>()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* Enumerable_Empty_TisNameAndParameters_t8F37102128EFD31CA57808AE6E3D1244758DEA01_mB7EC334B328DC858AE56A03D0A9FCFA8124C1125_gshared_inline (const RuntimeMethod* method) ;
|
|
// System.Void System.Collections.Generic.List`1<UnityEngine.InputSystem.Utilities.NameAndParameters>::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1__ctor_m54679AACC475270264CAC43D2A0F43672A1D7082_gshared (List_1_tF542FB9F97D34CC06B085D6872645B0DC0AA5E43* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Collections.Generic.List`1<UnityEngine.InputSystem.Utilities.NameAndParameters>::Clear()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void List_1_Clear_m58527EC8CB345DC3E53630A7B599BDCF01B206F8_gshared_inline (List_1_tF542FB9F97D34CC06B085D6872645B0DC0AA5E43* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Collections.Generic.List`1<UnityEngine.InputSystem.Utilities.NameAndParameters>::Add(T)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void List_1_Add_mA0F712F994883E3BEC29241900DDE5AEBE2561CB_gshared_inline (List_1_tF542FB9F97D34CC06B085D6872645B0DC0AA5E43* __this, NameAndParameters_t8F37102128EFD31CA57808AE6E3D1244758DEA01 ___0_item, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.InputSystem.Utilities.ReadOnlyArray`1<UnityEngine.InputSystem.Utilities.NamedValue>::.ctor(TValue[])
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReadOnlyArray_1__ctor_m0A2A04DEB5DD6904A88BA998F8DFF306E7932261_gshared (ReadOnlyArray_1_t4A15F7D15ACB297B45A08889D51E4CACEAD4EDF9* __this, NamedValueU5BU5D_tADD8F1373B88C55F68499688D72C21A97F63303A* ___0_array, const RuntimeMethod* method) ;
|
|
// System.String System.ReadOnlySpan`1<System.Char>::ToString()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ReadOnlySpan_1_ToString_mB13A913EF211B14B719EE62133C15C298642E34D_gshared (ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1* __this, const RuntimeMethod* method) ;
|
|
// System.ReadOnlySpan`1<T> System.ReadOnlySpan`1<System.Char>::get_Empty()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 ReadOnlySpan_1_get_Empty_mD21E73543F21952EEC2C85604B0A17A3BCEC7F7D_gshared (const RuntimeMethod* method) ;
|
|
// System.ReadOnlySpan`1<T> System.ReadOnlySpan`1<System.Char>::Slice(System.Int32,System.Int32)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 ReadOnlySpan_1_Slice_mDEEA4C304B13C8F7A63BC3D60B62FF17BBEE282B_gshared_inline (ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1* __this, int32_t ___0_start, int32_t ___1_length, const RuntimeMethod* method) ;
|
|
// TResult System.Func`2<System.Object,System.Object>::Invoke(T)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* Func_2_Invoke_mDBA25DA5DA5B7E056FB9B026AF041F1385FB58A9_gshared_inline (Func_2_tACBF5A1656250800CE861707354491F0611F6624* __this, RuntimeObject* ___0_arg, const RuntimeMethod* method) ;
|
|
// TResult System.Func`2<System.Char,System.Boolean>::Invoke(T)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Func_2_Invoke_m4733F0A0FE136C9F8DCE4963455215585E8BE2CD_gshared_inline (Func_2_tF409A653B8F770E0A30CD80D21764FB1DDB2A28F* __this, Il2CppChar ___0_arg, const RuntimeMethod* method) ;
|
|
// System.Void System.ReadOnlySpan`1<System.Char>::.ctor(T&,System.Int32)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ReadOnlySpan_1__ctor_m0152E50B40750679B83FF9F30CA539FFBB98EEE8_gshared_inline (ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1* __this, Il2CppChar* ___0_ptr, int32_t ___1_length, const RuntimeMethod* method) ;
|
|
|
|
// System.Boolean UnityEngine.InputSystem.Layouts.InputDeviceMatcher::get_empty()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputDeviceMatcher_get_empty_m0E030073C9FCB8205D37CE5F839D93DB8ACDC99B (InputDeviceMatcher_tF9BA551C8BB4AE41672366A7EBEA951543E0C555* __this, const RuntimeMethod* method) ;
|
|
// TKey System.Collections.Generic.KeyValuePair`2<UnityEngine.InputSystem.Utilities.InternedString,System.Object>::get_Key()
|
|
inline InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 KeyValuePair_2_get_Key_mC668DBB7580ADCE4B3D87DA1C6E91F6E56B9EE84_inline (KeyValuePair_2_tC24A74EF64A292F5C6BA77D0B04CD6620D2DE3AC* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 (*) (KeyValuePair_2_tC24A74EF64A292F5C6BA77D0B04CD6620D2DE3AC*, const RuntimeMethod*))KeyValuePair_2_get_Key_mC668DBB7580ADCE4B3D87DA1C6E91F6E56B9EE84_gshared_inline)(__this, method);
|
|
}
|
|
// TValue System.Collections.Generic.KeyValuePair`2<UnityEngine.InputSystem.Utilities.InternedString,System.Object>::get_Value()
|
|
inline RuntimeObject* KeyValuePair_2_get_Value_m1425379DCDEDB955455E242B31CD2AE43552B441_inline (KeyValuePair_2_tC24A74EF64A292F5C6BA77D0B04CD6620D2DE3AC* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( RuntimeObject* (*) (KeyValuePair_2_tC24A74EF64A292F5C6BA77D0B04CD6620D2DE3AC*, const RuntimeMethod*))KeyValuePair_2_get_Value_m1425379DCDEDB955455E242B31CD2AE43552B441_gshared_inline)(__this, method);
|
|
}
|
|
// System.Boolean UnityEngine.InputSystem.Utilities.InternedString::op_Equality(UnityEngine.InputSystem.Utilities.InternedString,UnityEngine.InputSystem.Utilities.InternedString)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InternedString_op_Equality_m0406355DC90197EF72482719BFC1F046822BABE9 (InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 ___0_a, InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 ___1_b, const RuntimeMethod* method) ;
|
|
// System.Int32 UnityEngine.InputSystem.Utilities.ArrayHelpers::Append<System.String>(TValue[]&,TValue)
|
|
inline int32_t ArrayHelpers_Append_TisString_t_m6D05D68DFEEFE14D1324F776E708D9E35D26188C (StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248** ___0_array, String_t* ___1_value, const RuntimeMethod* method)
|
|
{
|
|
return (( int32_t (*) (StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248**, String_t*, const RuntimeMethod*))ArrayHelpers_Append_TisRuntimeObject_mD816F80434FA8521E5E4299018AD7E6A56D0DAB5_gshared)(___0_array, ___1_value, method);
|
|
}
|
|
// System.String UnityEngine.InputSystem.Utilities.InternedString::op_Implicit(UnityEngine.InputSystem.Utilities.InternedString)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* InternedString_op_Implicit_m99D80AAE853F54FA2EF2603D020C7454B608D2F6 (InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 ___0_str, const RuntimeMethod* method) ;
|
|
// System.Int32 UnityEngine.InputSystem.Utilities.ArrayHelpers::Append<UnityEngine.InputSystem.Layouts.InputDeviceMatcher/MatcherJson/Capability>(TValue[]&,TValue)
|
|
inline int32_t ArrayHelpers_Append_TisCapability_t1A686C4F719B0408BCBB428021405F440196E16E_m8B8BD182B831DB71826EC682572E39B5C0E25C3D (CapabilityU5BU5D_tAB21826273F0E3FC45A0E93F8F7B6368653124EA** ___0_array, Capability_t1A686C4F719B0408BCBB428021405F440196E16E ___1_value, const RuntimeMethod* method)
|
|
{
|
|
return (( int32_t (*) (CapabilityU5BU5D_tAB21826273F0E3FC45A0E93F8F7B6368653124EA**, Capability_t1A686C4F719B0408BCBB428021405F440196E16E, const RuntimeMethod*))ArrayHelpers_Append_TisCapability_t1A686C4F719B0408BCBB428021405F440196E16E_m8B8BD182B831DB71826EC682572E39B5C0E25C3D_gshared)(___0_array, ___1_value, 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) ;
|
|
// UnityEngine.InputSystem.Layouts.InputDeviceMatcher UnityEngine.InputSystem.Layouts.InputDeviceMatcher::WithInterface(System.String,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputDeviceMatcher_tF9BA551C8BB4AE41672366A7EBEA951543E0C555 InputDeviceMatcher_WithInterface_m58A8A1CF9A77598D0F904E13A86F48B3464725E4 (InputDeviceMatcher_tF9BA551C8BB4AE41672366A7EBEA951543E0C555* __this, String_t* ___0_pattern, bool ___1_supportRegex, const RuntimeMethod* method) ;
|
|
// UnityEngine.InputSystem.Layouts.InputDeviceMatcher UnityEngine.InputSystem.Layouts.InputDeviceMatcher::WithDeviceClass(System.String,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputDeviceMatcher_tF9BA551C8BB4AE41672366A7EBEA951543E0C555 InputDeviceMatcher_WithDeviceClass_m303C68EE7902057FB7C4DA6CCAEC4A95B1BEB193 (InputDeviceMatcher_tF9BA551C8BB4AE41672366A7EBEA951543E0C555* __this, String_t* ___0_pattern, bool ___1_supportRegex, const RuntimeMethod* method) ;
|
|
// UnityEngine.InputSystem.Layouts.InputDeviceMatcher UnityEngine.InputSystem.Layouts.InputDeviceMatcher::WithManufacturer(System.String,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputDeviceMatcher_tF9BA551C8BB4AE41672366A7EBEA951543E0C555 InputDeviceMatcher_WithManufacturer_m1D657A87897B8EA1833248EF3D07E265DDE90F00 (InputDeviceMatcher_tF9BA551C8BB4AE41672366A7EBEA951543E0C555* __this, String_t* ___0_pattern, bool ___1_supportRegex, const RuntimeMethod* method) ;
|
|
// UnityEngine.InputSystem.Layouts.InputDeviceMatcher UnityEngine.InputSystem.Layouts.InputDeviceMatcher::WithProduct(System.String,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputDeviceMatcher_tF9BA551C8BB4AE41672366A7EBEA951543E0C555 InputDeviceMatcher_WithProduct_mE94024C38110251CBECB493C7753D417FFC5FD2E (InputDeviceMatcher_tF9BA551C8BB4AE41672366A7EBEA951543E0C555* __this, String_t* ___0_pattern, bool ___1_supportRegex, const RuntimeMethod* method) ;
|
|
// UnityEngine.InputSystem.Layouts.InputDeviceMatcher UnityEngine.InputSystem.Layouts.InputDeviceMatcher::WithVersion(System.String,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputDeviceMatcher_tF9BA551C8BB4AE41672366A7EBEA951543E0C555 InputDeviceMatcher_WithVersion_mB3E3012EA1A23B9F5DC7A7DB4CDED3E3BD14EF71 (InputDeviceMatcher_tF9BA551C8BB4AE41672366A7EBEA951543E0C555* __this, String_t* ___0_pattern, bool ___1_supportRegex, const RuntimeMethod* method) ;
|
|
// UnityEngine.InputSystem.Layouts.InputDeviceMatcher UnityEngine.InputSystem.Layouts.InputDeviceMatcher::WithCapability<System.String>(System.String,TValue)
|
|
inline InputDeviceMatcher_tF9BA551C8BB4AE41672366A7EBEA951543E0C555 InputDeviceMatcher_WithCapability_TisString_t_m1112CA401597FBF71FC2FA5C586D3753A53C89A0 (InputDeviceMatcher_tF9BA551C8BB4AE41672366A7EBEA951543E0C555* __this, String_t* ___0_path, String_t* ___1_value, const RuntimeMethod* method)
|
|
{
|
|
return (( InputDeviceMatcher_tF9BA551C8BB4AE41672366A7EBEA951543E0C555 (*) (InputDeviceMatcher_tF9BA551C8BB4AE41672366A7EBEA951543E0C555*, String_t*, String_t*, const RuntimeMethod*))InputDeviceMatcher_WithCapability_TisRuntimeObject_m293D025907E3D2510221D9704A51DF52C61CD966_gshared)(__this, ___0_path, ___1_value, method);
|
|
}
|
|
// UnityEngine.InputSystem.Layouts.InputDeviceMatcher UnityEngine.InputSystem.Layouts.InputDeviceMatcher/MatcherJson::ToMatcher()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputDeviceMatcher_tF9BA551C8BB4AE41672366A7EBEA951543E0C555 MatcherJson_ToMatcher_m4ED565D247164A737B60BD0C117A3F84F33B2734 (MatcherJson_t5F54B83ADE9DD6D48FD48D76841EF4CA790DD942* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Object::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2 (RuntimeObject* __this, const RuntimeMethod* method) ;
|
|
// System.Int32 System.Environment::get_CurrentManagedThreadId()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Environment_get_CurrentManagedThreadId_m66483AADCCC13272EBDCD94D31D2E52603C24BDF (const RuntimeMethod* method) ;
|
|
// System.String UnityEngine.InputSystem.Utilities.InternedString::ToString()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* InternedString_ToString_mED327D67EF001C5EDFF284336F13C3E3F025993A (InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Collections.Generic.KeyValuePair`2<System.String,System.Object>::.ctor(TKey,TValue)
|
|
inline void KeyValuePair_2__ctor_mC4A18320F103342E740C5F71ADEC2DBA2A2F0ECB (KeyValuePair_2_tBEE55F2A4574C64393155C322376FD98C7BFC7B9* __this, String_t* ___0_key, RuntimeObject* ___1_value, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (KeyValuePair_2_tBEE55F2A4574C64393155C322376FD98C7BFC7B9*, String_t*, RuntimeObject*, const RuntimeMethod*))KeyValuePair_2__ctor_m0D5C3E0BE2D37252D3F4E0F0EA9A13C9458D4950_gshared)(__this, ___0_key, ___1_value, method);
|
|
}
|
|
// System.Void System.NotSupportedException::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotSupportedException__ctor_m1398D0CDE19B36AA3DE9392879738C1EA2439CDF (NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A* __this, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.InputSystem.Layouts.InputDeviceMatcher/<get_patterns>d__4::.ctor(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3Cget_patternsU3Ed__4__ctor_mEACFF8CEB245B21BB3703974AA0C4323F8E8D3D1 (U3Cget_patternsU3Ed__4_t1DEF554289913D08B960B18ACF82952C5F4FBE62* __this, int32_t ___0_U3CU3E1__state, const RuntimeMethod* method) ;
|
|
// System.Collections.Generic.IEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.String,System.Object>> UnityEngine.InputSystem.Layouts.InputDeviceMatcher/<get_patterns>d__4::System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<System.String,System.Object>>.GetEnumerator()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* U3Cget_patternsU3Ed__4_System_Collections_Generic_IEnumerableU3CSystem_Collections_Generic_KeyValuePairU3CSystem_StringU2CSystem_ObjectU3EU3E_GetEnumerator_m6923BD74A9338A50391054FF75FF2F7C3602DBE9 (U3Cget_patternsU3Ed__4_t1DEF554289913D08B960B18ACF82952C5F4FBE62* __this, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.InputSystem.Layouts.InputDeviceMatcher/<>c::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__ctor_m97D30895CEFAD1360B7E9045D09388C23DA4F576 (U3CU3Ec_tAEFD85D23E35F3965E847F401B7F12DF1213ADC7* __this, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Char::IsLetterOrDigit(System.Char)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Char_IsLetterOrDigit_m14049A362108679FD23E424FD9C5C42057359B72 (Il2CppChar ___0_c, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Char::IsWhiteSpace(System.Char)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Char_IsWhiteSpace_m02AEC6EA19513CAFC6882CFCA54C45794D2B5924 (Il2CppChar ___0_c, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.InputSystem.Controls.ButtonControl::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ButtonControl__ctor_mF6F46704B8CC76DA22F543EFF8D136676893ACEB (ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* __this, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.InputSystem.LowLevel.InputStateBlock::set_sizeInBits(System.UInt32)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void InputStateBlock_set_sizeInBits_mE7B623711880E0A1C1E563AF809A24A9C63AE115_inline (InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5* __this, uint32_t ___0_value, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.InputSystem.LowLevel.InputStateBlock::set_format(UnityEngine.InputSystem.Utilities.FourCC)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void InputStateBlock_set_format_mC6AA651913216B6B3CEF1031BC8778182009F73A_inline (InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5* __this, FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED ___0_value, const RuntimeMethod* method) ;
|
|
// System.Boolean UnityEngine.InputSystem.InputControlExtensions::CheckStateIsAtDefault(UnityEngine.InputSystem.InputControl,System.Void*,System.Void*)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputControlExtensions_CheckStateIsAtDefault_m761F16C3F0981273BEACF22A24AEB38D02AA2B93 (InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* ___0_control, void* ___1_statePtr, void* ___2_maskPtr, const RuntimeMethod* method) ;
|
|
// System.Single UnityEngine.Mathf::Clamp(System.Single,System.Single,System.Single)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float Mathf_Clamp_mEB9AEA827D27D20FCC787F7375156AF46BB12BBF_inline (float ___0_value, float ___1_min, float ___2_max, const RuntimeMethod* method) ;
|
|
// System.Single UnityEngine.InputSystem.Processors.NormalizeProcessor::Normalize(System.Single,System.Single,System.Single,System.Single)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float NormalizeProcessor_Normalize_m6B8C94BD2D8640D46A0EFD1FF10B4E311C46DBEB (float ___0_value, float ___1_min, float ___2_max, float ___3_zero, const RuntimeMethod* method) ;
|
|
// System.Single UnityEngine.InputSystem.Processors.NormalizeProcessor::Denormalize(System.Single,System.Single,System.Single,System.Single)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float NormalizeProcessor_Denormalize_m8245020EBC6D0A1B035D71EFCEA1A91EE63C6B82 (float ___0_value, float ___1_min, float ___2_max, float ___3_zero, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.InputSystem.InputControl`1<System.Single>::.ctor()
|
|
inline void InputControl_1__ctor_m4D5061726209A52D1026EE2FCEAA640013A9D22D (InputControl_1_t7A35A4AF63A7AA94678E000D4F3265A1FD84288A* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (InputControl_1_t7A35A4AF63A7AA94678E000D4F3265A1FD84288A*, const RuntimeMethod*))InputControl_1__ctor_m4D5061726209A52D1026EE2FCEAA640013A9D22D_gshared)(__this, method);
|
|
}
|
|
// System.Void UnityEngine.InputSystem.InputControl::FinishSetup()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputControl_FinishSetup_m46B682B124C6E127183D19E1BA86E966472C7C15 (InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* __this, const RuntimeMethod* method) ;
|
|
// System.Boolean UnityEngine.InputSystem.InputControl::get_hasDefaultState()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputControl_get_hasDefaultState_m67D8C00BF67F096D821BB43F381D5C66D6DCBA56 (InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* __this, const RuntimeMethod* method) ;
|
|
// UnityEngine.InputSystem.LowLevel.InputStateBlock UnityEngine.InputSystem.InputControl::get_stateBlock()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5 InputControl_get_stateBlock_mCAE31879EDC6621B35B368B4916219D30EAA0B0B_inline (InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* __this, const RuntimeMethod* method) ;
|
|
// UnityEngine.InputSystem.Utilities.PrimitiveValue UnityEngine.InputSystem.LowLevel.InputStateBlock::FloatToPrimitiveValue(System.Single)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 InputStateBlock_FloatToPrimitiveValue_m46EBD7FE513E6770363E28AFEA74B614CB76A414 (InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5* __this, float ___0_value, const RuntimeMethod* method) ;
|
|
// System.Single UnityEngine.InputSystem.LowLevel.InputStateBlock::ReadFloat(System.Void*)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float InputStateBlock_ReadFloat_mE73AB296192A471AFE5ECA929700364215E469D8 (InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5* __this, void* ___0_statePtr, const RuntimeMethod* method) ;
|
|
// System.Single UnityEngine.InputSystem.Controls.AxisControl::Preprocess(System.Single)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float AxisControl_Preprocess_m35BF332DE6724A350AD1DFE92FA0B8AC815AC3B1 (AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* __this, float ___0_value, const RuntimeMethod* method) ;
|
|
// System.Single UnityEngine.InputSystem.Controls.AxisControl::Unpreprocess(System.Single)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float AxisControl_Unpreprocess_mB5EEFDCF7CFE480C0BEBF717097A5BA39DE78C38 (AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* __this, float ___0_value, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.InputSystem.LowLevel.InputStateBlock::WriteFloat(System.Void*,System.Single)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputStateBlock_WriteFloat_mC76DEFF01258667BBC17EDD58265742133D008BE (InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5* __this, void* ___0_statePtr, float ___1_value, const RuntimeMethod* method) ;
|
|
// TValue UnityEngine.InputSystem.InputControl`1<System.Single>::ReadValueFromState(System.Void*)
|
|
inline float InputControl_1_ReadValueFromState_m1748B48FE53C7B329B8138F43857E231AC6FC24E (InputControl_1_t7A35A4AF63A7AA94678E000D4F3265A1FD84288A* __this, void* ___0_statePtr, const RuntimeMethod* method)
|
|
{
|
|
return (( float (*) (InputControl_1_t7A35A4AF63A7AA94678E000D4F3265A1FD84288A*, void*, const RuntimeMethod*))InputControl_1_ReadValueFromState_m1748B48FE53C7B329B8138F43857E231AC6FC24E_gshared)(__this, ___0_statePtr, 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.Utilities.PrimitiveValue::get_isEmpty()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PrimitiveValue_get_isEmpty_m5EB7E528CDE36950BBE170CE82D1DB78D45E4347 (PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4* __this, const RuntimeMethod* method) ;
|
|
// System.Single UnityEngine.InputSystem.Utilities.PrimitiveValue::ToSingle(System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float PrimitiveValue_ToSingle_mB1DAF285A066B17850C7B390FC83099289D0CF1B (PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4* __this, RuntimeObject* ___0_provider, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.InputSystem.Controls.AxisControl::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AxisControl__ctor_m9648C9B9777699B9028DF822BB5A3884F3865BEE (AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* __this, const RuntimeMethod* method) ;
|
|
// UnityEngine.InputSystem.Utilities.PrimitiveValue UnityEngine.InputSystem.Utilities.PrimitiveValue::op_Implicit(System.Single)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 PrimitiveValue_op_Implicit_m75B949D29E204E30381A923170EC463DA251D624 (float ___0_value, 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) ;
|
|
// TValue UnityEngine.InputSystem.InputControl`1<System.Single>::ReadValue()
|
|
inline float InputControl_1_ReadValue_m1B0D6757EFE874CF44E42908BF77133DCB48A741 (InputControl_1_t7A35A4AF63A7AA94678E000D4F3265A1FD84288A* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( float (*) (InputControl_1_t7A35A4AF63A7AA94678E000D4F3265A1FD84288A*, const RuntimeMethod*))InputControl_1_ReadValue_m1B0D6757EFE874CF44E42908BF77133DCB48A741_gshared)(__this, method);
|
|
}
|
|
// System.Boolean UnityEngine.InputSystem.Controls.ButtonControl::IsValueConsideredPressed(System.Single)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ButtonControl_IsValueConsideredPressed_mD6972CB9A4450A62126875F6630C9073B75B58B0 (ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* __this, float ___0_value, const RuntimeMethod* method) ;
|
|
// UnityEngine.InputSystem.InputDevice UnityEngine.InputSystem.InputControl::get_device()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* InputControl_get_device_mAB3E013F566CF3407B8C36BC781EBD751DFAB324_inline (InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* __this, const RuntimeMethod* method) ;
|
|
// System.Boolean UnityEngine.InputSystem.InputDevice::get_wasUpdatedThisFrame()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputDevice_get_wasUpdatedThisFrame_m0573CC1131BABBE4946A8DF1D12010825F2B172A (InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* __this, const RuntimeMethod* method) ;
|
|
// TValue UnityEngine.InputSystem.InputControl`1<System.Single>::ReadValueFromPreviousFrame()
|
|
inline float InputControl_1_ReadValueFromPreviousFrame_m20D583F8B88B0AEFFAE0706648FD12675B2322A5 (InputControl_1_t7A35A4AF63A7AA94678E000D4F3265A1FD84288A* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( float (*) (InputControl_1_t7A35A4AF63A7AA94678E000D4F3265A1FD84288A*, const RuntimeMethod*))InputControl_1_ReadValueFromPreviousFrame_m20D583F8B88B0AEFFAE0706648FD12675B2322A5_gshared)(__this, method);
|
|
}
|
|
// System.Void UnityEngine.InputSystem.Controls.Vector2Control::FinishSetup()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Vector2Control_FinishSetup_mB2F8C29AA8897111B2C9D3C01088D53AD2BF52F1 (Vector2Control_t8D1B4021A1D82671AF916D3C0A476AA94E46A432* __this, const RuntimeMethod* method) ;
|
|
// TControl UnityEngine.InputSystem.InputControl::GetChildControl<UnityEngine.InputSystem.Controls.AxisControl>(System.String)
|
|
inline AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* InputControl_GetChildControl_TisAxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7_mE395247B4A734866EFF7A908510EEF5B2CFE3841 (InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* __this, String_t* ___0_path, const RuntimeMethod* method)
|
|
{
|
|
return (( AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* (*) (InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E*, String_t*, const RuntimeMethod*))InputControl_GetChildControl_TisRuntimeObject_m5E81C3A512C444426EB15097CCF01D73CF1C614C_gshared)(__this, ___0_path, method);
|
|
}
|
|
// System.Void UnityEngine.InputSystem.Controls.DeltaControl::set_up(UnityEngine.InputSystem.Controls.AxisControl)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void DeltaControl_set_up_m738DF0E92B973E4E6AF5BE9A115458717B745174_inline (DeltaControl_t63053AF5E0CD02B62F3CDE79821E4A12F72D573B* __this, AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* ___0_value, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.InputSystem.Controls.DeltaControl::set_down(UnityEngine.InputSystem.Controls.AxisControl)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void DeltaControl_set_down_mD809599F9F67F402EEFC805F315C0D72F35FFCF0_inline (DeltaControl_t63053AF5E0CD02B62F3CDE79821E4A12F72D573B* __this, AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* ___0_value, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.InputSystem.Controls.DeltaControl::set_left(UnityEngine.InputSystem.Controls.AxisControl)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void DeltaControl_set_left_m1C0E45C2868801280CC30474B9368F23B7400697_inline (DeltaControl_t63053AF5E0CD02B62F3CDE79821E4A12F72D573B* __this, AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* ___0_value, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.InputSystem.Controls.DeltaControl::set_right(UnityEngine.InputSystem.Controls.AxisControl)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void DeltaControl_set_right_m60FBA0555C4E7CA40954DA7EE6BBC0E0032B0905_inline (DeltaControl_t63053AF5E0CD02B62F3CDE79821E4A12F72D573B* __this, AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* ___0_value, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.InputSystem.Controls.Vector2Control::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Vector2Control__ctor_m9F2990DA999344F23AA90F6EE77884A75D4F29F8 (Vector2Control_t8D1B4021A1D82671AF916D3C0A476AA94E46A432* __this, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.InputSystem.Controls.AxisControl::FinishSetup()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AxisControl_FinishSetup_m4C493C95FB35F09A4301EC90AB447496BE97215F (AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* __this, const RuntimeMethod* method) ;
|
|
// UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.LowLevel.InputStateBlock::get_format()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED InputStateBlock_get_format_mA393354EDC4A58DDCBE0990902A49E0A22F15F86_inline (InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5* __this, const RuntimeMethod* method) ;
|
|
// System.Boolean UnityEngine.InputSystem.LowLevel.InputState::IsIntegerFormat(UnityEngine.InputSystem.Utilities.FourCC)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputState_IsIntegerFormat_m0B007B7B09D87CDE8C81506C135A96B1F1E1A8B1 (FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED ___0_format, 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.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.UInt32 UnityEngine.InputSystem.LowLevel.InputStateBlock::get_byteOffset()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint32_t InputStateBlock_get_byteOffset_m6EADE5C9C8B346D38E543E38777ED67ED2AEA0AC_inline (InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5* __this, const RuntimeMethod* method) ;
|
|
// System.UInt32 UnityEngine.InputSystem.LowLevel.InputStateBlock::get_bitOffset()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint32_t InputStateBlock_get_bitOffset_m3165625FF638183247012307A8AC012AEA3D1143_inline (InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5* __this, const RuntimeMethod* method) ;
|
|
// System.UInt32 UnityEngine.InputSystem.LowLevel.InputStateBlock::get_sizeInBits()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint32_t InputStateBlock_get_sizeInBits_m38BFF704420E74EA4F7B85DC24DD3AAD810E8197_inline (InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5* __this, const RuntimeMethod* method) ;
|
|
// System.Int32 UnityEngine.InputSystem.Utilities.MemoryHelpers::ReadTwosComplementMultipleBitsAsInt(System.Void*,System.UInt32,System.UInt32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t MemoryHelpers_ReadTwosComplementMultipleBitsAsInt_m7C69264CDA47FD40FFB70454CB9A97DD75EC315D (void* ___0_ptr, uint32_t ___1_bitOffset, uint32_t ___2_bitCount, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.InputSystem.Utilities.MemoryHelpers::WriteIntAsTwosComplementMultipleBits(System.Void*,System.UInt32,System.UInt32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MemoryHelpers_WriteIntAsTwosComplementMultipleBits_mB5981AEF6EEFF39BA3A1E2F444CAC2EA30C30AFC (void* ___0_ptr, uint32_t ___1_bitOffset, uint32_t ___2_bitCount, int32_t ___3_value, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.InputSystem.InputControl`1<System.Double>::.ctor()
|
|
inline void InputControl_1__ctor_m7BB44A4B8D72ABB24D4EF9A125453A03B8C4411B (InputControl_1_t3D0405353C1510181388B799CAB07DCE5DC27CA8* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (InputControl_1_t3D0405353C1510181388B799CAB07DCE5DC27CA8*, const RuntimeMethod*))InputControl_1__ctor_m7BB44A4B8D72ABB24D4EF9A125453A03B8C4411B_gshared)(__this, method);
|
|
}
|
|
// System.Double UnityEngine.InputSystem.LowLevel.InputStateBlock::ReadDouble(System.Void*)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double InputStateBlock_ReadDouble_mA940861D65BC4427ACAFD16DB69A79E34F5D7CD9 (InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5* __this, void* ___0_statePtr, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.InputSystem.LowLevel.InputStateBlock::WriteDouble(System.Void*,System.Double)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputStateBlock_WriteDouble_m6E297671BA431FF222F079FE816DBAE5F130C725 (InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5* __this, void* ___0_statePtr, double ___1_value, const RuntimeMethod* method) ;
|
|
// TControl UnityEngine.InputSystem.InputControl::GetChildControl<UnityEngine.InputSystem.Controls.ButtonControl>(System.String)
|
|
inline ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* InputControl_GetChildControl_TisButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF_m37B3269440E54D5C867480E334993426D47F9044 (InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* __this, String_t* ___0_path, const RuntimeMethod* method)
|
|
{
|
|
return (( ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* (*) (InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E*, String_t*, const RuntimeMethod*))InputControl_GetChildControl_TisRuntimeObject_m5E81C3A512C444426EB15097CCF01D73CF1C614C_gshared)(__this, ___0_path, method);
|
|
}
|
|
// System.Void UnityEngine.InputSystem.Controls.DpadControl::set_up(UnityEngine.InputSystem.Controls.ButtonControl)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void DpadControl_set_up_m49E5C7A02A13451A4CFBCA4CE96255FF7AA9AC86_inline (DpadControl_t517E87BF3EB22369B71EA1941648079B468A45AB* __this, ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ___0_value, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.InputSystem.Controls.DpadControl::set_down(UnityEngine.InputSystem.Controls.ButtonControl)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void DpadControl_set_down_mA6DD689CB98F2757AF08EA219769DCFB350CE787_inline (DpadControl_t517E87BF3EB22369B71EA1941648079B468A45AB* __this, ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ___0_value, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.InputSystem.Controls.DpadControl::set_left(UnityEngine.InputSystem.Controls.ButtonControl)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void DpadControl_set_left_m0C97C7C0F6A926ABDC410EBA69827AF5CB35C57C_inline (DpadControl_t517E87BF3EB22369B71EA1941648079B468A45AB* __this, ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ___0_value, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.InputSystem.Controls.DpadControl::set_right(UnityEngine.InputSystem.Controls.ButtonControl)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void DpadControl_set_right_m095EB2EE31A2C68EBADC88D50CE3198E67A18922_inline (DpadControl_t517E87BF3EB22369B71EA1941648079B468A45AB* __this, ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ___0_value, const RuntimeMethod* method) ;
|
|
// UnityEngine.InputSystem.Controls.ButtonControl UnityEngine.InputSystem.Controls.DpadControl::get_up()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* DpadControl_get_up_m2B49F8A93B8FD1A5680F760F4F19FE6886306324_inline (DpadControl_t517E87BF3EB22369B71EA1941648079B468A45AB* __this, const RuntimeMethod* method) ;
|
|
// UnityEngine.InputSystem.Controls.ButtonControl UnityEngine.InputSystem.Controls.DpadControl::get_down()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* DpadControl_get_down_mAE2E4790342613370D2EE6DD7807B83DF9D0010F_inline (DpadControl_t517E87BF3EB22369B71EA1941648079B468A45AB* __this, const RuntimeMethod* method) ;
|
|
// UnityEngine.InputSystem.Controls.ButtonControl UnityEngine.InputSystem.Controls.DpadControl::get_left()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* DpadControl_get_left_mA9519E53F7EE6A8C5A7377AB88C67C5E945AB8AD_inline (DpadControl_t517E87BF3EB22369B71EA1941648079B468A45AB* __this, const RuntimeMethod* method) ;
|
|
// UnityEngine.InputSystem.Controls.ButtonControl UnityEngine.InputSystem.Controls.DpadControl::get_right()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* DpadControl_get_right_m3F866DB7B9E268EF46B14C39D999B677F29454CD_inline (DpadControl_t517E87BF3EB22369B71EA1941648079B468A45AB* __this, const RuntimeMethod* method) ;
|
|
// UnityEngine.Vector2 UnityEngine.InputSystem.Controls.DpadControl::MakeDpadVector(System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 DpadControl_MakeDpadVector_mAA0FB9313820797F8F1DCB006A8F2341604CB7F5 (bool ___0_up, bool ___1_down, bool ___2_left, bool ___3_right, bool ___4_normalize, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.Vector2::.ctor(System.Single,System.Single)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7* __this, float ___0_x, float ___1_y, const RuntimeMethod* method) ;
|
|
// System.String UnityEngine.InputSystem.InputControl::get_name()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* InputControl_get_name_mCB68FC91A11BEFA1FF26EA0B5FD39D345C4ADC22 (InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* __this, const RuntimeMethod* method) ;
|
|
// System.Boolean 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.Controls.DpadControl/DpadAxisControl::set_component(System.Int32)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void DpadAxisControl_set_component_mA0E8C0F4875D0881F77D04AF5CB2CB9B871755B2_inline (DpadAxisControl_t0705D62878EDC266DF6ED6F2C743172649DB79B2* __this, int32_t ___0_value, const RuntimeMethod* method) ;
|
|
// System.Int32 UnityEngine.InputSystem.Controls.DpadControl/DpadAxisControl::get_component()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t DpadAxisControl_get_component_m5512C2D2865E1215B0BD00ED35626AA72135DF39_inline (DpadAxisControl_t0705D62878EDC266DF6ED6F2C743172649DB79B2* __this, const RuntimeMethod* method) ;
|
|
// System.Single UnityEngine.Vector2::get_Item(System.Int32)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float Vector2_get_Item_m18BC65BB0512B16A1F9C8BE4B83A3E7BBAD7064D_inline (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7* __this, int32_t ___0_index, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.InputSystem.InputControl`1<System.Int32>::.ctor()
|
|
inline void InputControl_1__ctor_mB3901F35CA0BD0496FED2C47743E6D0D9E9C2D50 (InputControl_1_t6610D981ECAED7950370CC37B55465BBFDDD6A61* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (InputControl_1_t6610D981ECAED7950370CC37B55465BBFDDD6A61*, const RuntimeMethod*))InputControl_1__ctor_mB3901F35CA0BD0496FED2C47743E6D0D9E9C2D50_gshared)(__this, method);
|
|
}
|
|
// System.Int32 UnityEngine.InputSystem.LowLevel.InputStateBlock::ReadInt(System.Void*)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t InputStateBlock_ReadInt_mD3B6B5B084CDE93F49702CCF4AC3428CD5DC984C (InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5* __this, void* ___0_statePtr, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.InputSystem.LowLevel.InputStateBlock::WriteInt(System.Void*,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputStateBlock_WriteInt_mFDD5D19E799EAF75EC14EB38E131612880A5BB18 (InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5* __this, void* ___0_statePtr, int32_t ___1_value, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.InputSystem.InputControl::RefreshConfigurationIfNeeded()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputControl_RefreshConfigurationIfNeeded_mD40AAB0641091C8AFAA5C7B7B6F84A0BEE355368 (InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* __this, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.InputSystem.InputControl::set_displayName(System.String)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void InputControl_set_displayName_mBDE31F798F8EC1EFA502FDC9B0788C46ADBB18B7_inline (InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* __this, String_t* ___0_value, const RuntimeMethod* method) ;
|
|
// UnityEngine.InputSystem.Key UnityEngine.InputSystem.Controls.KeyControl::get_keyCode()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t KeyControl_get_keyCode_m475C6BDC836B053BA6B62739AE649A4732022477_inline (KeyControl_t1686D14A78AEC9364B8C7628DD482DE99CC20FE0* __this, const RuntimeMethod* method) ;
|
|
// UnityEngine.InputSystem.LowLevel.QueryKeyNameCommand UnityEngine.InputSystem.LowLevel.QueryKeyNameCommand::Create(UnityEngine.InputSystem.Key)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR QueryKeyNameCommand_tCEEA57BE2D12A0FFDCD9FE3F8A5851CC31DBE247 QueryKeyNameCommand_Create_m2FD778848D7D9617D247F73C8B61A032F7D52E5D (int32_t ___0_key, const RuntimeMethod* method) ;
|
|
// System.Int64 UnityEngine.InputSystem.InputDevice::ExecuteCommand<UnityEngine.InputSystem.LowLevel.QueryKeyNameCommand>(TCommand&)
|
|
inline int64_t InputDevice_ExecuteCommand_TisQueryKeyNameCommand_tCEEA57BE2D12A0FFDCD9FE3F8A5851CC31DBE247_mEC411117E8520A9F5137AD54472FB099A55DBD5E (InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* __this, QueryKeyNameCommand_tCEEA57BE2D12A0FFDCD9FE3F8A5851CC31DBE247* ___0_command, const RuntimeMethod* method)
|
|
{
|
|
return (( int64_t (*) (InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B*, QueryKeyNameCommand_tCEEA57BE2D12A0FFDCD9FE3F8A5851CC31DBE247*, const RuntimeMethod*))InputDevice_ExecuteCommand_TisQueryKeyNameCommand_tCEEA57BE2D12A0FFDCD9FE3F8A5851CC31DBE247_mEC411117E8520A9F5137AD54472FB099A55DBD5E_gshared)(__this, ___0_command, method);
|
|
}
|
|
// System.String UnityEngine.InputSystem.LowLevel.QueryKeyNameCommand::ReadKeyName()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* QueryKeyNameCommand_ReadKeyName_mE3442B7FD9CC5B3889A5908F2F87F215FF70A61E (QueryKeyNameCommand_tCEEA57BE2D12A0FFDCD9FE3F8A5851CC31DBE247* __this, const RuntimeMethod* method) ;
|
|
// System.Globalization.CultureInfo System.Globalization.CultureInfo::get_InvariantCulture()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* CultureInfo_get_InvariantCulture_mD1E96DC845E34B10F78CB744B0CB5D7D63CEB1E6 (const RuntimeMethod* method) ;
|
|
// System.String System.Globalization.TextInfo::ToTitleCase(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* TextInfo_ToTitleCase_m4E869A132CF39BCFC8129690F85509B098994469 (TextInfo_tD3BAFCFD77418851E7D5CB8D2588F47019E414B4* __this, String_t* ___0_str, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.InputSystem.InputControl`1<UnityEngine.Quaternion>::.ctor()
|
|
inline void InputControl_1__ctor_m84330ABF23BC4476BE20F5936C78C4DFCDBF4CCF (InputControl_1_t9C13D8BC7805C38134C3ED7262E9ECF28CC59770* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (InputControl_1_t9C13D8BC7805C38134C3ED7262E9ECF28CC59770*, const RuntimeMethod*))InputControl_1__ctor_m84330ABF23BC4476BE20F5936C78C4DFCDBF4CCF_gshared)(__this, method);
|
|
}
|
|
// System.Void UnityEngine.InputSystem.Controls.QuaternionControl::set_x(UnityEngine.InputSystem.Controls.AxisControl)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void QuaternionControl_set_x_m2F49C0466CB8E5DB90559E8CB2BB45809ACDDAF9_inline (QuaternionControl_t18A2F742850FC2FD82A1F980A35C188A29F1A0B1* __this, AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* ___0_value, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.InputSystem.Controls.QuaternionControl::set_y(UnityEngine.InputSystem.Controls.AxisControl)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void QuaternionControl_set_y_mC6B61DBAB9E7844BE1719CC1B87114B89F8D30B9_inline (QuaternionControl_t18A2F742850FC2FD82A1F980A35C188A29F1A0B1* __this, AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* ___0_value, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.InputSystem.Controls.QuaternionControl::set_z(UnityEngine.InputSystem.Controls.AxisControl)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void QuaternionControl_set_z_m85AFC3E7A0BC89C1C0AA239BC6F5A5D9D04E61E2_inline (QuaternionControl_t18A2F742850FC2FD82A1F980A35C188A29F1A0B1* __this, AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* ___0_value, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.InputSystem.Controls.QuaternionControl::set_w(UnityEngine.InputSystem.Controls.AxisControl)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void QuaternionControl_set_w_m3BDC9742055DCBC51EA07AB4D17D06B871BDBB52_inline (QuaternionControl_t18A2F742850FC2FD82A1F980A35C188A29F1A0B1* __this, AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* ___0_value, const RuntimeMethod* method) ;
|
|
// UnityEngine.InputSystem.Controls.AxisControl UnityEngine.InputSystem.Controls.QuaternionControl::get_x()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* QuaternionControl_get_x_m7D5D3DF5C7FEF970D4EF1D6A1DCD077B476E69CE_inline (QuaternionControl_t18A2F742850FC2FD82A1F980A35C188A29F1A0B1* __this, const RuntimeMethod* method) ;
|
|
// UnityEngine.InputSystem.Controls.AxisControl UnityEngine.InputSystem.Controls.QuaternionControl::get_y()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* QuaternionControl_get_y_mAD58BB3F383B77B22D292BBBE0C83B585CFAD7F2_inline (QuaternionControl_t18A2F742850FC2FD82A1F980A35C188A29F1A0B1* __this, const RuntimeMethod* method) ;
|
|
// UnityEngine.InputSystem.Controls.AxisControl UnityEngine.InputSystem.Controls.QuaternionControl::get_z()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* QuaternionControl_get_z_mF8682B47CCC5ECF2A1BE5C74641140C09AAF7D23_inline (QuaternionControl_t18A2F742850FC2FD82A1F980A35C188A29F1A0B1* __this, const RuntimeMethod* method) ;
|
|
// UnityEngine.InputSystem.Controls.AxisControl UnityEngine.InputSystem.Controls.QuaternionControl::get_w()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* QuaternionControl_get_w_m51E8425CB164C5124A701BE5893A928C9F597B94_inline (QuaternionControl_t18A2F742850FC2FD82A1F980A35C188A29F1A0B1* __this, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.Quaternion::.ctor(System.Single,System.Single,System.Single,System.Single)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Quaternion__ctor_m868FD60AA65DD5A8AC0C5DEB0608381A8D85FCD8_inline (Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974* __this, float ___0_x, float ___1_y, float ___2_z, float ___3_w, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.InputSystem.Controls.StickControl::set_up(UnityEngine.InputSystem.Controls.ButtonControl)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void StickControl_set_up_m61BA11ACCC32E4F313A3A63DCDCD0533C769003E_inline (StickControl_t2608D1388A5015029123635B4B589AC7EE20C50B* __this, ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ___0_value, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.InputSystem.Controls.StickControl::set_down(UnityEngine.InputSystem.Controls.ButtonControl)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void StickControl_set_down_m44AE8044ED1602811026B03E7D65DF5389CA9467_inline (StickControl_t2608D1388A5015029123635B4B589AC7EE20C50B* __this, ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ___0_value, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.InputSystem.Controls.StickControl::set_left(UnityEngine.InputSystem.Controls.ButtonControl)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void StickControl_set_left_mB60538C7F20D44305A63B946A0FC9DB90DB49794_inline (StickControl_t2608D1388A5015029123635B4B589AC7EE20C50B* __this, ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ___0_value, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.InputSystem.Controls.StickControl::set_right(UnityEngine.InputSystem.Controls.ButtonControl)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void StickControl_set_right_m16E13881E48A3111A8E6FDC9FA51EC106CB86D3E_inline (StickControl_t2608D1388A5015029123635B4B589AC7EE20C50B* __this, ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ___0_value, const RuntimeMethod* method) ;
|
|
// UnityEngine.InputSystem.Controls.TouchPhaseControl UnityEngine.InputSystem.Controls.TouchControl::get_phase()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR TouchPhaseControl_t4652C6E0EBFAFA85A31607769876B02C1C9FCAEC* TouchControl_get_phase_mB82674B59168CD8074E9C371A51B088F76D4AC55_inline (TouchControl_t3A64A795FF61A8B27E5EBD61632F23AFCC725079* __this, const RuntimeMethod* method) ;
|
|
// TValue UnityEngine.InputSystem.InputControl`1<UnityEngine.InputSystem.TouchPhase>::ReadValue()
|
|
inline int32_t InputControl_1_ReadValue_m098F74445FF1AFEC68A0C5DB2EDC32AF3F56E281 (InputControl_1_t2BE808A88535A7BD02A4623F3798E6FCDAE1F21E* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( int32_t (*) (InputControl_1_t2BE808A88535A7BD02A4623F3798E6FCDAE1F21E*, const RuntimeMethod*))InputControl_1_ReadValue_m2D91FC0A31915FCC498882940C163485D51037B2_gshared)(__this, method);
|
|
}
|
|
// System.Void UnityEngine.InputSystem.InputControl`1<UnityEngine.InputSystem.LowLevel.TouchState>::.ctor()
|
|
inline void InputControl_1__ctor_m4A88C587894F0F7BA7505EA6F5F046D93B9B5077 (InputControl_1_t8328183BE585255AE6A8A1F8D5C9DEEDE891A3B3* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (InputControl_1_t8328183BE585255AE6A8A1F8D5C9DEEDE891A3B3*, const RuntimeMethod*))InputControl_1__ctor_m4A88C587894F0F7BA7505EA6F5F046D93B9B5077_gshared)(__this, method);
|
|
}
|
|
// System.Void UnityEngine.InputSystem.Utilities.FourCC::.ctor(System.Char,System.Char,System.Char,System.Char)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FourCC__ctor_mFE3A3F80C6900CD18CB9BDD3C9B604823F2E791F (FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED* __this, Il2CppChar ___0_a, Il2CppChar ___1_b, Il2CppChar ___2_c, Il2CppChar ___3_d, const RuntimeMethod* method) ;
|
|
// TControl UnityEngine.InputSystem.InputControl::GetChildControl<UnityEngine.InputSystem.Controls.TouchPressControl>(System.String)
|
|
inline TouchPressControl_tD5BD68D9FDEAC889591DD7A499864893A43C7CEB* InputControl_GetChildControl_TisTouchPressControl_tD5BD68D9FDEAC889591DD7A499864893A43C7CEB_m36B3E25F32486FDF22B55DA0D0F6DEA85249737C (InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* __this, String_t* ___0_path, const RuntimeMethod* method)
|
|
{
|
|
return (( TouchPressControl_tD5BD68D9FDEAC889591DD7A499864893A43C7CEB* (*) (InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E*, String_t*, const RuntimeMethod*))InputControl_GetChildControl_TisRuntimeObject_m5E81C3A512C444426EB15097CCF01D73CF1C614C_gshared)(__this, ___0_path, method);
|
|
}
|
|
// System.Void UnityEngine.InputSystem.Controls.TouchControl::set_press(UnityEngine.InputSystem.Controls.TouchPressControl)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void TouchControl_set_press_m267FA7B0E99DE1F598EEA07E8938C99A40BD9855_inline (TouchControl_t3A64A795FF61A8B27E5EBD61632F23AFCC725079* __this, TouchPressControl_tD5BD68D9FDEAC889591DD7A499864893A43C7CEB* ___0_value, const RuntimeMethod* method) ;
|
|
// TControl UnityEngine.InputSystem.InputControl::GetChildControl<UnityEngine.InputSystem.Controls.IntegerControl>(System.String)
|
|
inline IntegerControl_tA24544EFF42204852F638FF5147F754962C997AB* InputControl_GetChildControl_TisIntegerControl_tA24544EFF42204852F638FF5147F754962C997AB_m87D5D6574BD57F88D41DDE18D17933360E255297 (InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* __this, String_t* ___0_path, const RuntimeMethod* method)
|
|
{
|
|
return (( IntegerControl_tA24544EFF42204852F638FF5147F754962C997AB* (*) (InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E*, String_t*, const RuntimeMethod*))InputControl_GetChildControl_TisRuntimeObject_m5E81C3A512C444426EB15097CCF01D73CF1C614C_gshared)(__this, ___0_path, method);
|
|
}
|
|
// System.Void UnityEngine.InputSystem.Controls.TouchControl::set_touchId(UnityEngine.InputSystem.Controls.IntegerControl)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void TouchControl_set_touchId_mAE9A8C4419AB2EEFD856E21445536E92BC71E8C7_inline (TouchControl_t3A64A795FF61A8B27E5EBD61632F23AFCC725079* __this, IntegerControl_tA24544EFF42204852F638FF5147F754962C997AB* ___0_value, const RuntimeMethod* method) ;
|
|
// TControl UnityEngine.InputSystem.InputControl::GetChildControl<UnityEngine.InputSystem.Controls.Vector2Control>(System.String)
|
|
inline Vector2Control_t8D1B4021A1D82671AF916D3C0A476AA94E46A432* InputControl_GetChildControl_TisVector2Control_t8D1B4021A1D82671AF916D3C0A476AA94E46A432_m3957D0D8F6F298173F867E33A3E5ED0F9A591F85 (InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* __this, String_t* ___0_path, const RuntimeMethod* method)
|
|
{
|
|
return (( Vector2Control_t8D1B4021A1D82671AF916D3C0A476AA94E46A432* (*) (InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E*, String_t*, const RuntimeMethod*))InputControl_GetChildControl_TisRuntimeObject_m5E81C3A512C444426EB15097CCF01D73CF1C614C_gshared)(__this, ___0_path, method);
|
|
}
|
|
// System.Void UnityEngine.InputSystem.Controls.TouchControl::set_position(UnityEngine.InputSystem.Controls.Vector2Control)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void TouchControl_set_position_m05BC61FE6B7B6676B4CA766BEEA59C5AC1E6F32E_inline (TouchControl_t3A64A795FF61A8B27E5EBD61632F23AFCC725079* __this, Vector2Control_t8D1B4021A1D82671AF916D3C0A476AA94E46A432* ___0_value, const RuntimeMethod* method) ;
|
|
// TControl UnityEngine.InputSystem.InputControl::GetChildControl<UnityEngine.InputSystem.Controls.DeltaControl>(System.String)
|
|
inline DeltaControl_t63053AF5E0CD02B62F3CDE79821E4A12F72D573B* InputControl_GetChildControl_TisDeltaControl_t63053AF5E0CD02B62F3CDE79821E4A12F72D573B_m0FA5BE28A4F86FACEF1F48AF590E34A11B02654E (InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* __this, String_t* ___0_path, const RuntimeMethod* method)
|
|
{
|
|
return (( DeltaControl_t63053AF5E0CD02B62F3CDE79821E4A12F72D573B* (*) (InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E*, String_t*, const RuntimeMethod*))InputControl_GetChildControl_TisRuntimeObject_m5E81C3A512C444426EB15097CCF01D73CF1C614C_gshared)(__this, ___0_path, method);
|
|
}
|
|
// System.Void UnityEngine.InputSystem.Controls.TouchControl::set_delta(UnityEngine.InputSystem.Controls.DeltaControl)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void TouchControl_set_delta_mB7F970B93CC0BE555C0A4629489DFAB57D534541_inline (TouchControl_t3A64A795FF61A8B27E5EBD61632F23AFCC725079* __this, DeltaControl_t63053AF5E0CD02B62F3CDE79821E4A12F72D573B* ___0_value, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.InputSystem.Controls.TouchControl::set_pressure(UnityEngine.InputSystem.Controls.AxisControl)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void TouchControl_set_pressure_mCE69ACE59C4C4DA91CAF53D4D15AF18635995B35_inline (TouchControl_t3A64A795FF61A8B27E5EBD61632F23AFCC725079* __this, AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* ___0_value, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.InputSystem.Controls.TouchControl::set_radius(UnityEngine.InputSystem.Controls.Vector2Control)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void TouchControl_set_radius_mEBCE66C95D761D48705D49DB0AD1FF2B84E953A1_inline (TouchControl_t3A64A795FF61A8B27E5EBD61632F23AFCC725079* __this, Vector2Control_t8D1B4021A1D82671AF916D3C0A476AA94E46A432* ___0_value, const RuntimeMethod* method) ;
|
|
// TControl UnityEngine.InputSystem.InputControl::GetChildControl<UnityEngine.InputSystem.Controls.TouchPhaseControl>(System.String)
|
|
inline TouchPhaseControl_t4652C6E0EBFAFA85A31607769876B02C1C9FCAEC* InputControl_GetChildControl_TisTouchPhaseControl_t4652C6E0EBFAFA85A31607769876B02C1C9FCAEC_m1BC930F9BFFCF3327B8F1C410EBD8742B6DC7E41 (InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* __this, String_t* ___0_path, const RuntimeMethod* method)
|
|
{
|
|
return (( TouchPhaseControl_t4652C6E0EBFAFA85A31607769876B02C1C9FCAEC* (*) (InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E*, String_t*, const RuntimeMethod*))InputControl_GetChildControl_TisRuntimeObject_m5E81C3A512C444426EB15097CCF01D73CF1C614C_gshared)(__this, ___0_path, method);
|
|
}
|
|
// System.Void UnityEngine.InputSystem.Controls.TouchControl::set_phase(UnityEngine.InputSystem.Controls.TouchPhaseControl)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void TouchControl_set_phase_m2C1DF80E1D3F08A1669AB392CFA8767C58704B15_inline (TouchControl_t3A64A795FF61A8B27E5EBD61632F23AFCC725079* __this, TouchPhaseControl_t4652C6E0EBFAFA85A31607769876B02C1C9FCAEC* ___0_value, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.InputSystem.Controls.TouchControl::set_indirectTouch(UnityEngine.InputSystem.Controls.ButtonControl)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void TouchControl_set_indirectTouch_m31B4FC1CAC95B83361F16A1618EFAD7626E03603_inline (TouchControl_t3A64A795FF61A8B27E5EBD61632F23AFCC725079* __this, ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ___0_value, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.InputSystem.Controls.TouchControl::set_tap(UnityEngine.InputSystem.Controls.ButtonControl)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void TouchControl_set_tap_mA78E4789E418A40C5B0F5A6B5A296382506DCA9C_inline (TouchControl_t3A64A795FF61A8B27E5EBD61632F23AFCC725079* __this, ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ___0_value, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.InputSystem.Controls.TouchControl::set_tapCount(UnityEngine.InputSystem.Controls.IntegerControl)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void TouchControl_set_tapCount_mF2D0B14A18FA26370F834796164678077A4D0357_inline (TouchControl_t3A64A795FF61A8B27E5EBD61632F23AFCC725079* __this, IntegerControl_tA24544EFF42204852F638FF5147F754962C997AB* ___0_value, const RuntimeMethod* method) ;
|
|
// TControl UnityEngine.InputSystem.InputControl::GetChildControl<UnityEngine.InputSystem.Controls.DoubleControl>(System.String)
|
|
inline DoubleControl_t3707A6260424A2F3636669A2BAFF5CB5E91D2486* InputControl_GetChildControl_TisDoubleControl_t3707A6260424A2F3636669A2BAFF5CB5E91D2486_m64AC966145D619BB3E5B44E73DAFDBA98D0CB591 (InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* __this, String_t* ___0_path, const RuntimeMethod* method)
|
|
{
|
|
return (( DoubleControl_t3707A6260424A2F3636669A2BAFF5CB5E91D2486* (*) (InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E*, String_t*, const RuntimeMethod*))InputControl_GetChildControl_TisRuntimeObject_m5E81C3A512C444426EB15097CCF01D73CF1C614C_gshared)(__this, ___0_path, method);
|
|
}
|
|
// System.Void UnityEngine.InputSystem.Controls.TouchControl::set_startTime(UnityEngine.InputSystem.Controls.DoubleControl)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void TouchControl_set_startTime_m3AFEFF9640DFA22A85C4D4C75FAAD462733271E1_inline (TouchControl_t3A64A795FF61A8B27E5EBD61632F23AFCC725079* __this, DoubleControl_t3707A6260424A2F3636669A2BAFF5CB5E91D2486* ___0_value, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.InputSystem.Controls.TouchControl::set_startPosition(UnityEngine.InputSystem.Controls.Vector2Control)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void TouchControl_set_startPosition_m3C4F834E13C3D551917A89725BDE8801F37707F0_inline (TouchControl_t3A64A795FF61A8B27E5EBD61632F23AFCC725079* __this, Vector2Control_t8D1B4021A1D82671AF916D3C0A476AA94E46A432* ___0_value, const RuntimeMethod* method) ;
|
|
// System.Int32 Unity.Collections.LowLevel.Unsafe.UnsafeUtility::SizeOf<UnityEngine.InputSystem.LowLevel.TouchState>()
|
|
inline int32_t UnsafeUtility_SizeOf_TisTouchState_tB05024FB4BCE85BAB82D2224AD4BF1E8B4589A97_mFE961AB914D8126DC425FAFC788195746A8CBA59 (const RuntimeMethod* method)
|
|
{
|
|
return (( int32_t (*) (const RuntimeMethod*))UnsafeUtility_SizeOf_TisTouchState_tB05024FB4BCE85BAB82D2224AD4BF1E8B4589A97_mFE961AB914D8126DC425FAFC788195746A8CBA59_gshared)(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.InputControl`1<UnityEngine.InputSystem.TouchPhase>::.ctor()
|
|
inline void InputControl_1__ctor_m2C7F28EFDBF7FF584C162ABF432F50CC42834B95 (InputControl_1_t2BE808A88535A7BD02A4623F3798E6FCDAE1F21E* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (InputControl_1_t2BE808A88535A7BD02A4623F3798E6FCDAE1F21E*, const RuntimeMethod*))InputControl_1__ctor_m664D2CFBA5C56D633EE10BFDED1392386F5D47D1_gshared)(__this, method);
|
|
}
|
|
// System.UInt32 UnityEngine.InputSystem.Utilities.MemoryHelpers::ReadMultipleBitsAsUInt(System.Void*,System.UInt32,System.UInt32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t MemoryHelpers_ReadMultipleBitsAsUInt_m637377E693449AE1C39D0107AD24057FC1ACA1E4 (void* ___0_ptr, uint32_t ___1_bitOffset, uint32_t ___2_bitCount, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.InputSystem.InputControl`1<UnityEngine.Vector2>::.ctor()
|
|
inline void InputControl_1__ctor_m34A68ED7F005D7C80341036FC27E6D1188419AAC (InputControl_1_tC164085710F2FAA9161295C9B7FE273AF893CF66* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (InputControl_1_tC164085710F2FAA9161295C9B7FE273AF893CF66*, const RuntimeMethod*))InputControl_1__ctor_m34A68ED7F005D7C80341036FC27E6D1188419AAC_gshared)(__this, method);
|
|
}
|
|
// System.Void UnityEngine.InputSystem.Controls.Vector2Control::set_x(UnityEngine.InputSystem.Controls.AxisControl)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Vector2Control_set_x_m99BE9EF688C3B153DA726627B3CBD724F8D20BE1_inline (Vector2Control_t8D1B4021A1D82671AF916D3C0A476AA94E46A432* __this, AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* ___0_value, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.InputSystem.Controls.Vector2Control::set_y(UnityEngine.InputSystem.Controls.AxisControl)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Vector2Control_set_y_m9023BACC80F2CF0AE28E2F5D0E9BBA54104E89F8_inline (Vector2Control_t8D1B4021A1D82671AF916D3C0A476AA94E46A432* __this, AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* ___0_value, const RuntimeMethod* method) ;
|
|
// UnityEngine.InputSystem.Controls.AxisControl UnityEngine.InputSystem.Controls.Vector2Control::get_x()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* Vector2Control_get_x_m46EF007B05D977A1DC2213099186F8977FEE0F16_inline (Vector2Control_t8D1B4021A1D82671AF916D3C0A476AA94E46A432* __this, const RuntimeMethod* method) ;
|
|
// UnityEngine.InputSystem.Controls.AxisControl UnityEngine.InputSystem.Controls.Vector2Control::get_y()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* Vector2Control_get_y_mC1161E90D2869FC71970828495EAEB702AF44CBE_inline (Vector2Control_t8D1B4021A1D82671AF916D3C0A476AA94E46A432* __this, const RuntimeMethod* method) ;
|
|
// TValue UnityEngine.InputSystem.InputControl`1<UnityEngine.Vector2>::ReadValueFromState(System.Void*)
|
|
inline Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 InputControl_1_ReadValueFromState_m90076063D4500290705DBD1D85DA8743D4652C37 (InputControl_1_tC164085710F2FAA9161295C9B7FE273AF893CF66* __this, void* ___0_statePtr, const RuntimeMethod* method)
|
|
{
|
|
return (( Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 (*) (InputControl_1_tC164085710F2FAA9161295C9B7FE273AF893CF66*, void*, const RuntimeMethod*))InputControl_1_ReadValueFromState_m90076063D4500290705DBD1D85DA8743D4652C37_gshared)(__this, ___0_statePtr, method);
|
|
}
|
|
// System.Single UnityEngine.Vector2::get_magnitude()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float Vector2_get_magnitude_m5C59B4056420AEFDB291AD0914A3F675330A75CE_inline (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7* __this, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.InputSystem.InputControl`1<UnityEngine.Vector3>::.ctor()
|
|
inline void InputControl_1__ctor_m81FA96B7C59516DFCDB1226FDAE6B1E4F872844A (InputControl_1_tFF1806D355F3775B3CC4F50471CB900517A8F735* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (InputControl_1_tFF1806D355F3775B3CC4F50471CB900517A8F735*, const RuntimeMethod*))InputControl_1__ctor_m81FA96B7C59516DFCDB1226FDAE6B1E4F872844A_gshared)(__this, method);
|
|
}
|
|
// System.Void UnityEngine.InputSystem.Controls.Vector3Control::set_x(UnityEngine.InputSystem.Controls.AxisControl)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Vector3Control_set_x_mD7AE56439D8298AD1289A974418A06CB88485A03_inline (Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* __this, AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* ___0_value, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.InputSystem.Controls.Vector3Control::set_y(UnityEngine.InputSystem.Controls.AxisControl)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Vector3Control_set_y_m76BA1E318379E8A5CB898EAC417A1B9DA76B1051_inline (Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* __this, AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* ___0_value, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.InputSystem.Controls.Vector3Control::set_z(UnityEngine.InputSystem.Controls.AxisControl)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Vector3Control_set_z_m2C88E99EF9B1B1FF4AD91F3253525F134A39EF62_inline (Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* __this, AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* ___0_value, const RuntimeMethod* method) ;
|
|
// UnityEngine.InputSystem.Controls.AxisControl UnityEngine.InputSystem.Controls.Vector3Control::get_x()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* Vector3Control_get_x_m128FBA1E59192C2BCCF6A3FCDCD17A44C4DF4F24_inline (Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* __this, const RuntimeMethod* method) ;
|
|
// UnityEngine.InputSystem.Controls.AxisControl UnityEngine.InputSystem.Controls.Vector3Control::get_y()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* Vector3Control_get_y_mE363057B973B18E66C3715A537EFEED0107158BD_inline (Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* __this, const RuntimeMethod* method) ;
|
|
// UnityEngine.InputSystem.Controls.AxisControl UnityEngine.InputSystem.Controls.Vector3Control::get_z()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* Vector3Control_get_z_m0F438D0997F511F0230C119569957A149ABDDFDC_inline (Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* __this, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.Vector3::.ctor(System.Single,System.Single,System.Single)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Vector3__ctor_m376936E6B999EF1ECBE57D990A386303E2283DE0_inline (Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2* __this, float ___0_x, float ___1_y, float ___2_z, const RuntimeMethod* method) ;
|
|
// TValue UnityEngine.InputSystem.InputControl`1<UnityEngine.Vector3>::ReadValueFromState(System.Void*)
|
|
inline Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 InputControl_1_ReadValueFromState_m53845DCF19FD970F61EA42AC0C7D75CB25210568 (InputControl_1_tFF1806D355F3775B3CC4F50471CB900517A8F735* __this, void* ___0_statePtr, const RuntimeMethod* method)
|
|
{
|
|
return (( Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 (*) (InputControl_1_tFF1806D355F3775B3CC4F50471CB900517A8F735*, void*, const RuntimeMethod*))InputControl_1_ReadValueFromState_m53845DCF19FD970F61EA42AC0C7D75CB25210568_gshared)(__this, ___0_statePtr, method);
|
|
}
|
|
// System.Single UnityEngine.Vector3::get_magnitude()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float Vector3_get_magnitude_mF0D6017E90B345F1F52D1CC564C640F1A847AF2D_inline (Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2* __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.Single UnityEngine.InputSystem.InputSettings::get_defaultHoldTime()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float InputSettings_get_defaultHoldTime_m53F2079FAD3439512EEF73614AD57E557BAF86DF_inline (InputSettings_tBA8835B505722A59702A08BCBA46ECF0B0274EEF* __this, const RuntimeMethod* method) ;
|
|
// System.Boolean UnityEngine.InputSystem.InputInteractionContext::get_timerHasExpired()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputInteractionContext_get_timerHasExpired_m866E38A3EC38A04E69996EC4C0FF5FABDEA26FE0 (InputInteractionContext_t4CDBDF3C6506B5C6C49523AA83127AB02599A92C* __this, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.InputSystem.InputInteractionContext::PerformedAndStayPerformed()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputInteractionContext_PerformedAndStayPerformed_m7545677929A086CACA3F612C692B970224BBF2CD (InputInteractionContext_t4CDBDF3C6506B5C6C49523AA83127AB02599A92C* __this, const RuntimeMethod* method) ;
|
|
// UnityEngine.InputSystem.InputActionPhase UnityEngine.InputSystem.InputInteractionContext::get_phase()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t InputInteractionContext_get_phase_m11DFE9C12EC7A62FCEF30E03A7B5DBAA33607A08 (InputInteractionContext_t4CDBDF3C6506B5C6C49523AA83127AB02599A92C* __this, const RuntimeMethod* method) ;
|
|
// System.Single UnityEngine.InputSystem.Interactions.HoldInteraction::get_pressPointOrDefault()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float HoldInteraction_get_pressPointOrDefault_m579B17668AC4FF74F3DF6152442272920A299FA6 (HoldInteraction_t636DDC457955E74454991E73F9B048F8B5B2BE4E* __this, const RuntimeMethod* method) ;
|
|
// System.Boolean UnityEngine.InputSystem.InputInteractionContext::ControlIsActuated(System.Single)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputInteractionContext_ControlIsActuated_m319B2679B6CBF67B7882FAA8D4065949FFB1AD2F (InputInteractionContext_t4CDBDF3C6506B5C6C49523AA83127AB02599A92C* __this, float ___0_threshold, const RuntimeMethod* method) ;
|
|
// System.Double UnityEngine.InputSystem.InputInteractionContext::get_time()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double InputInteractionContext_get_time_m1B3EC88CAC7622001EE0EEDE14CB394764F6B8BA (InputInteractionContext_t4CDBDF3C6506B5C6C49523AA83127AB02599A92C* __this, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.InputSystem.InputInteractionContext::Started()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputInteractionContext_Started_mCDFBA6E5D2482B6A5E4CEBE81438C3B9E956CBC5 (InputInteractionContext_t4CDBDF3C6506B5C6C49523AA83127AB02599A92C* __this, const RuntimeMethod* method) ;
|
|
// System.Single UnityEngine.InputSystem.Interactions.HoldInteraction::get_durationOrDefault()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float HoldInteraction_get_durationOrDefault_m4312860095BCC9A94D330767AABA0BD923B4B65A (HoldInteraction_t636DDC457955E74454991E73F9B048F8B5B2BE4E* __this, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.InputSystem.InputInteractionContext::SetTimeout(System.Single)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputInteractionContext_SetTimeout_m960E99D5106217C36CC745C114FFA15349B32D18 (InputInteractionContext_t4CDBDF3C6506B5C6C49523AA83127AB02599A92C* __this, float ___0_seconds, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.InputSystem.InputInteractionContext::Canceled()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputInteractionContext_Canceled_mEABA0F3485F0537D2C8413FFDCE3BCA6E650AB41 (InputInteractionContext_t4CDBDF3C6506B5C6C49523AA83127AB02599A92C* __this, const RuntimeMethod* method) ;
|
|
// System.Single UnityEngine.InputSystem.InputSettings::get_defaultTapTime()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float InputSettings_get_defaultTapTime_mC6FD6765646FF55571132E1D60D35B282D8806B7_inline (InputSettings_tBA8835B505722A59702A08BCBA46ECF0B0274EEF* __this, const RuntimeMethod* method) ;
|
|
// System.Single UnityEngine.InputSystem.InputSettings::get_multiTapDelayTime()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float InputSettings_get_multiTapDelayTime_mF820595F3F61089A8A7E9DC28721E8B9014B8ADA_inline (InputSettings_tBA8835B505722A59702A08BCBA46ECF0B0274EEF* __this, const RuntimeMethod* method) ;
|
|
// System.Single UnityEngine.InputSystem.Interactions.MultiTapInteraction::get_pressPointOrDefault()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float MultiTapInteraction_get_pressPointOrDefault_m46B0BB6B31C6D0BB5B2861E04943F612217B11D8 (MultiTapInteraction_tF6B6589FF082FC6A879BDA53FB3E86CFF95E8862* __this, const RuntimeMethod* method) ;
|
|
// System.Single UnityEngine.InputSystem.Interactions.MultiTapInteraction::get_tapTimeOrDefault()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float MultiTapInteraction_get_tapTimeOrDefault_mA91F071B6DFBB62DF04E212C220D0E130EC006D0 (MultiTapInteraction_tF6B6589FF082FC6A879BDA53FB3E86CFF95E8862* __this, const RuntimeMethod* method) ;
|
|
// System.Single UnityEngine.InputSystem.Interactions.MultiTapInteraction::get_tapDelayOrDefault()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float MultiTapInteraction_get_tapDelayOrDefault_m5560C3FE549F481A6C1EA22B504B6242180F6B5F (MultiTapInteraction_tF6B6589FF082FC6A879BDA53FB3E86CFF95E8862* __this, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.InputSystem.InputInteractionContext::SetTotalTimeoutCompletionTime(System.Single)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputInteractionContext_SetTotalTimeoutCompletionTime_mE7A7DDA131B139B3240FE17522504330188E3E2D (InputInteractionContext_t4CDBDF3C6506B5C6C49523AA83127AB02599A92C* __this, float ___0_seconds, const RuntimeMethod* method) ;
|
|
// System.Single UnityEngine.InputSystem.Interactions.MultiTapInteraction::get_releasePointOrDefault()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float MultiTapInteraction_get_releasePointOrDefault_m5EB456F45DDC70896F4D8B5F0A858FD9092E83D6 (MultiTapInteraction_tF6B6589FF082FC6A879BDA53FB3E86CFF95E8862* __this, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.InputSystem.InputInteractionContext::Performed()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputInteractionContext_Performed_mE5EE5D192E483016DC3126ADFAC407112FE49466 (InputInteractionContext_t4CDBDF3C6506B5C6C49523AA83127AB02599A92C* __this, const RuntimeMethod* method) ;
|
|
// System.Single UnityEngine.InputSystem.Interactions.PressInteraction::get_pressPointOrDefault()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float PressInteraction_get_pressPointOrDefault_mA50E2FD64E2E4C56666F90FED027D8AD034B6FB2 (PressInteraction_tE406520D829C4937F95489EFE3F022194A42A8B5* __this, const RuntimeMethod* method) ;
|
|
// System.Single UnityEngine.InputSystem.InputInteractionContext::ComputeMagnitude()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float InputInteractionContext_ComputeMagnitude_mAE8CCDCF368532333B17840B1C9D60BC54625E53 (InputInteractionContext_t4CDBDF3C6506B5C6C49523AA83127AB02599A92C* __this, const RuntimeMethod* method) ;
|
|
// System.Single UnityEngine.InputSystem.Interactions.PressInteraction::get_releasePointOrDefault()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float PressInteraction_get_releasePointOrDefault_m64866453F48F82A6DD0DE00CD53AEA3BB99AB8D3 (PressInteraction_tE406520D829C4937F95489EFE3F022194A42A8B5* __this, const RuntimeMethod* method) ;
|
|
// System.Boolean UnityEngine.InputSystem.InputInteractionContext::get_isStarted()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputInteractionContext_get_isStarted_m6E8CE6624C670B4BE6E689393A34FDC5D77960CD (InputInteractionContext_t4CDBDF3C6506B5C6C49523AA83127AB02599A92C* __this, const RuntimeMethod* method) ;
|
|
// System.Single UnityEngine.InputSystem.InputSettings::get_defaultSlowTapTime()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float InputSettings_get_defaultSlowTapTime_m88791AEF81A2C44CF1E9D2ED7278792CEA3EE525_inline (InputSettings_tBA8835B505722A59702A08BCBA46ECF0B0274EEF* __this, const RuntimeMethod* method) ;
|
|
// System.Boolean UnityEngine.InputSystem.InputInteractionContext::get_isWaiting()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputInteractionContext_get_isWaiting_m812578DFA05C2BAF69F1EEBD7C79E17DC0A534A2 (InputInteractionContext_t4CDBDF3C6506B5C6C49523AA83127AB02599A92C* __this, const RuntimeMethod* method) ;
|
|
// System.Single UnityEngine.InputSystem.Interactions.SlowTapInteraction::get_pressPointOrDefault()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float SlowTapInteraction_get_pressPointOrDefault_mD17D14622503ADD725E233E1CFE07D0D3F74D3C7 (SlowTapInteraction_tE95CFAB3A4071F717629527AF2DE74D32F1E9D9C* __this, const RuntimeMethod* method) ;
|
|
// System.Single UnityEngine.InputSystem.Interactions.SlowTapInteraction::get_durationOrDefault()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float SlowTapInteraction_get_durationOrDefault_m2BB37CE15C1CFE4E50BE8C6E133E6379C11C4235 (SlowTapInteraction_tE95CFAB3A4071F717629527AF2DE74D32F1E9D9C* __this, const RuntimeMethod* method) ;
|
|
// System.Single UnityEngine.InputSystem.Interactions.TapInteraction::get_pressPointOrDefault()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float TapInteraction_get_pressPointOrDefault_mA3B5971DF4015422E1745E7EC2DB5BD25BC09641 (TapInteraction_tC08EF9F66AE82FA0F245CBD2838C526535019EBF* __this, const RuntimeMethod* method) ;
|
|
// System.Single UnityEngine.InputSystem.Interactions.TapInteraction::get_durationOrDefault()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float TapInteraction_get_durationOrDefault_mD3859870381594717CA9D8B1445C1CE065673A83 (TapInteraction_tC08EF9F66AE82FA0F245CBD2838C526535019EBF* __this, const RuntimeMethod* method) ;
|
|
// System.Single UnityEngine.InputSystem.Interactions.TapInteraction::get_releasePointOrDefault()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float TapInteraction_get_releasePointOrDefault_m81EE19799CE45412F08649ACE963D644C210E543 (TapInteraction_tC08EF9F66AE82FA0F245CBD2838C526535019EBF* __this, const RuntimeMethod* method) ;
|
|
// System.Int32 UnityEngine.InputSystem.LowLevel.InputEventBuffer::get_eventCount()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t InputEventBuffer_get_eventCount_mD120699C5A1CEBA76C878BC37DB2E39458F56C8E_inline (InputEventBuffer_t3123D90CE491FA9828E878B2BEF766A3DC6E74FE* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.ArgumentNullException::.ctor(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* __this, String_t* ___0_paramName, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.InputSystem.Utilities.InputActionTrace::SubscribeTo(UnityEngine.InputSystem.InputAction)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionTrace_SubscribeTo_mD858B57514FB032EAB00BED9FC75894832A1EE1A (InputActionTrace_t046FE0C3746A1C44ADDD9367AA19409D0097AFC7* __this, InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* ___0_action, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.InputSystem.Utilities.InputActionTrace::SubscribeTo(UnityEngine.InputSystem.InputActionMap)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionTrace_SubscribeTo_m7A1E3D49CAB43092192D3625AC93C35D20887AE6 (InputActionTrace_t046FE0C3746A1C44ADDD9367AA19409D0097AFC7* __this, InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* ___0_actionMap, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.InputSystem.Utilities.InputActionTrace::HookOnActionChange()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionTrace_HookOnActionChange_m757FFEDD56CE7DB4C26DE3E16A35027BE7B504C2 (InputActionTrace_t046FE0C3746A1C44ADDD9367AA19409D0097AFC7* __this, const RuntimeMethod* method) ;
|
|
// TValue UnityEngine.InputSystem.Utilities.InlinedArray`1<UnityEngine.InputSystem.InputAction>::get_Item(System.Int32)
|
|
inline InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* InlinedArray_1_get_Item_mA131C24B2EC7011082136F25DD6977A4009FEB59 (InlinedArray_1_t988D24EB8EBC66E20CEF2436282CE6A215B79BCF* __this, int32_t ___0_index, const RuntimeMethod* method)
|
|
{
|
|
return (( InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* (*) (InlinedArray_1_t988D24EB8EBC66E20CEF2436282CE6A215B79BCF*, int32_t, const RuntimeMethod*))InlinedArray_1_get_Item_m36DBC031029BD3E52C31E50BE0B84DA3990A6021_gshared)(__this, ___0_index, method);
|
|
}
|
|
// System.Void UnityEngine.InputSystem.Utilities.InputActionTrace::UnsubscribeFrom(UnityEngine.InputSystem.InputAction)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionTrace_UnsubscribeFrom_mDD438FBE59077CEC9F1D2B89B2CAA5B7E5AF03D8 (InputActionTrace_t046FE0C3746A1C44ADDD9367AA19409D0097AFC7* __this, InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* ___0_action, const RuntimeMethod* method) ;
|
|
// TValue UnityEngine.InputSystem.Utilities.InlinedArray`1<UnityEngine.InputSystem.InputActionMap>::get_Item(System.Int32)
|
|
inline InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* InlinedArray_1_get_Item_m8D30F3B14860D4C714DF8402AB9DE2BAE3C12EFF (InlinedArray_1_tA400D09B80F15161B84CD387A6FA2EA0249125EB* __this, int32_t ___0_index, const RuntimeMethod* method)
|
|
{
|
|
return (( InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* (*) (InlinedArray_1_tA400D09B80F15161B84CD387A6FA2EA0249125EB*, int32_t, const RuntimeMethod*))InlinedArray_1_get_Item_m36DBC031029BD3E52C31E50BE0B84DA3990A6021_gshared)(__this, ___0_index, method);
|
|
}
|
|
// System.Void UnityEngine.InputSystem.Utilities.InputActionTrace::UnsubscribeFrom(UnityEngine.InputSystem.InputActionMap)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionTrace_UnsubscribeFrom_mEA85B9B11BF16D8A40A8852FB7F8B99B05D248B0 (InputActionTrace_t046FE0C3746A1C44ADDD9367AA19409D0097AFC7* __this, InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* ___0_actionMap, const RuntimeMethod* method) ;
|
|
// System.Int32 UnityEngine.InputSystem.Utilities.InputActionTrace::get_count()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t InputActionTrace_get_count_mF241CE7FD5077C5995F7C229EFAF062FAAE892BA (InputActionTrace_t046FE0C3746A1C44ADDD9367AA19409D0097AFC7* __this, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.InputSystem.Utilities.InputActionTrace::UnhookOnActionChange()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionTrace_UnhookOnActionChange_m47FC78BBDA82DE71A8D282473851457E80C24FD3 (InputActionTrace_t046FE0C3746A1C44ADDD9367AA19409D0097AFC7* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Action`1<UnityEngine.InputSystem.InputAction/CallbackContext>::.ctor(System.Object,System.IntPtr)
|
|
inline void Action_1__ctor_mA763900B34C3394F230AE63708F530CA9A192B57 (Action_1_tEB0353AA1A112B6F2D921B58DCC9D9D4C0498E6E* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Action_1_tEB0353AA1A112B6F2D921B58DCC9D9D4C0498E6E*, RuntimeObject*, intptr_t, const RuntimeMethod*))Action_1__ctor_mA763900B34C3394F230AE63708F530CA9A192B57_gshared)(__this, ___0_object, ___1_method, method);
|
|
}
|
|
// System.Void UnityEngine.InputSystem.InputAction::add_performed(System.Action`1<UnityEngine.InputSystem.InputAction/CallbackContext>)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputAction_add_performed_m0337FFA16EBEF7AE365C3B558CFDFF7BB9747B54 (InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* __this, Action_1_tEB0353AA1A112B6F2D921B58DCC9D9D4C0498E6E* ___0_value, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.InputSystem.InputAction::add_started(System.Action`1<UnityEngine.InputSystem.InputAction/CallbackContext>)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputAction_add_started_m850C46EBBEEFB3F9760AA83BFD6ECA00850657E5 (InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* __this, Action_1_tEB0353AA1A112B6F2D921B58DCC9D9D4C0498E6E* ___0_value, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.InputSystem.InputAction::add_canceled(System.Action`1<UnityEngine.InputSystem.InputAction/CallbackContext>)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputAction_add_canceled_m69EC253E21CC314BFB350A86E294D0651F5ECA77 (InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* __this, Action_1_tEB0353AA1A112B6F2D921B58DCC9D9D4C0498E6E* ___0_value, const RuntimeMethod* method) ;
|
|
// System.Int32 UnityEngine.InputSystem.Utilities.InlinedArray`1<UnityEngine.InputSystem.InputAction>::AppendWithCapacity(TValue,System.Int32)
|
|
inline int32_t InlinedArray_1_AppendWithCapacity_mE5BB445083DAB57E9F43BD32947BDD6ED17BA8FA (InlinedArray_1_t988D24EB8EBC66E20CEF2436282CE6A215B79BCF* __this, InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* ___0_value, int32_t ___1_capacityIncrement, const RuntimeMethod* method)
|
|
{
|
|
return (( int32_t (*) (InlinedArray_1_t988D24EB8EBC66E20CEF2436282CE6A215B79BCF*, InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD*, int32_t, const RuntimeMethod*))InlinedArray_1_AppendWithCapacity_m9862A91090391A77B2DCC2428616248FC176C180_gshared)(__this, ___0_value, ___1_capacityIncrement, method);
|
|
}
|
|
// System.Void UnityEngine.InputSystem.InputActionMap::add_actionTriggered(System.Action`1<UnityEngine.InputSystem.InputAction/CallbackContext>)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionMap_add_actionTriggered_m07D042C57C782B0715B888F623A17D1E0DA9C7E7 (InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* __this, Action_1_tEB0353AA1A112B6F2D921B58DCC9D9D4C0498E6E* ___0_value, const RuntimeMethod* method) ;
|
|
// System.Int32 UnityEngine.InputSystem.Utilities.InlinedArray`1<UnityEngine.InputSystem.InputActionMap>::AppendWithCapacity(TValue,System.Int32)
|
|
inline int32_t InlinedArray_1_AppendWithCapacity_m856433493559E4616B9974203D93B0F6F3743FBE (InlinedArray_1_tA400D09B80F15161B84CD387A6FA2EA0249125EB* __this, InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* ___0_value, int32_t ___1_capacityIncrement, const RuntimeMethod* method)
|
|
{
|
|
return (( int32_t (*) (InlinedArray_1_tA400D09B80F15161B84CD387A6FA2EA0249125EB*, InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09*, int32_t, const RuntimeMethod*))InlinedArray_1_AppendWithCapacity_m9862A91090391A77B2DCC2428616248FC176C180_gshared)(__this, ___0_value, ___1_capacityIncrement, method);
|
|
}
|
|
// System.Void UnityEngine.InputSystem.InputAction::remove_performed(System.Action`1<UnityEngine.InputSystem.InputAction/CallbackContext>)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputAction_remove_performed_m1BE84CED38F11F17C825FA782B35C92D708E6E44 (InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* __this, Action_1_tEB0353AA1A112B6F2D921B58DCC9D9D4C0498E6E* ___0_value, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.InputSystem.InputAction::remove_started(System.Action`1<UnityEngine.InputSystem.InputAction/CallbackContext>)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputAction_remove_started_m0B782C3E7D5EA619502E7079E1271108A3183D68 (InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* __this, Action_1_tEB0353AA1A112B6F2D921B58DCC9D9D4C0498E6E* ___0_value, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.InputSystem.InputAction::remove_canceled(System.Action`1<UnityEngine.InputSystem.InputAction/CallbackContext>)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputAction_remove_canceled_m7CF8D377C61DB1290E153C56312A7C075544AF7F (InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* __this, Action_1_tEB0353AA1A112B6F2D921B58DCC9D9D4C0498E6E* ___0_value, const RuntimeMethod* method) ;
|
|
// System.Int32 UnityEngine.InputSystem.Utilities.InputArrayExtensions::IndexOfReference<UnityEngine.InputSystem.InputAction>(UnityEngine.InputSystem.Utilities.InlinedArray`1<TValue>,TValue)
|
|
inline int32_t InputArrayExtensions_IndexOfReference_TisInputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD_m05462AE2217C7541E6408438B5224B816A538E8C (InlinedArray_1_t988D24EB8EBC66E20CEF2436282CE6A215B79BCF ___0_array, InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* ___1_value, const RuntimeMethod* method)
|
|
{
|
|
return (( int32_t (*) (InlinedArray_1_t988D24EB8EBC66E20CEF2436282CE6A215B79BCF, InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD*, const RuntimeMethod*))InputArrayExtensions_IndexOfReference_TisRuntimeObject_m8D6AA5D90FA43E1196C230ECEB238EBDEFBFC677_gshared)(___0_array, ___1_value, method);
|
|
}
|
|
// System.Void UnityEngine.InputSystem.Utilities.InlinedArray`1<UnityEngine.InputSystem.InputAction>::RemoveAtWithCapacity(System.Int32)
|
|
inline void InlinedArray_1_RemoveAtWithCapacity_mFA00BEAEB8C403CDF8EC25405831705A046D102D (InlinedArray_1_t988D24EB8EBC66E20CEF2436282CE6A215B79BCF* __this, int32_t ___0_index, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (InlinedArray_1_t988D24EB8EBC66E20CEF2436282CE6A215B79BCF*, int32_t, const RuntimeMethod*))InlinedArray_1_RemoveAtWithCapacity_mE12D4976DF40F114BA2B56DE9EA9C66F248F466C_gshared)(__this, ___0_index, method);
|
|
}
|
|
// System.Void UnityEngine.InputSystem.InputActionMap::remove_actionTriggered(System.Action`1<UnityEngine.InputSystem.InputAction/CallbackContext>)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionMap_remove_actionTriggered_mF5973EE3AD4EFC35F2702D4E3464973D084C3D21 (InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* __this, Action_1_tEB0353AA1A112B6F2D921B58DCC9D9D4C0498E6E* ___0_value, const RuntimeMethod* method) ;
|
|
// System.Int32 UnityEngine.InputSystem.Utilities.InputArrayExtensions::IndexOfReference<UnityEngine.InputSystem.InputActionMap>(UnityEngine.InputSystem.Utilities.InlinedArray`1<TValue>,TValue)
|
|
inline int32_t InputArrayExtensions_IndexOfReference_TisInputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09_m3588D00C5A2EF5BD6DB52BD8148B6FE232E3C2BF (InlinedArray_1_tA400D09B80F15161B84CD387A6FA2EA0249125EB ___0_array, InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* ___1_value, const RuntimeMethod* method)
|
|
{
|
|
return (( int32_t (*) (InlinedArray_1_tA400D09B80F15161B84CD387A6FA2EA0249125EB, InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09*, const RuntimeMethod*))InputArrayExtensions_IndexOfReference_TisRuntimeObject_m8D6AA5D90FA43E1196C230ECEB238EBDEFBFC677_gshared)(___0_array, ___1_value, method);
|
|
}
|
|
// System.Void UnityEngine.InputSystem.Utilities.InlinedArray`1<UnityEngine.InputSystem.InputActionMap>::RemoveAtWithCapacity(System.Int32)
|
|
inline void InlinedArray_1_RemoveAtWithCapacity_m214DC78880E690C12F2F6190AE03C5125C9D984D (InlinedArray_1_tA400D09B80F15161B84CD387A6FA2EA0249125EB* __this, int32_t ___0_index, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (InlinedArray_1_tA400D09B80F15161B84CD387A6FA2EA0249125EB*, int32_t, const RuntimeMethod*))InlinedArray_1_RemoveAtWithCapacity_mE12D4976DF40F114BA2B56DE9EA9C66F248F466C_gshared)(__this, ___0_index, method);
|
|
}
|
|
// System.Int32 UnityEngine.InputSystem.Utilities.InputArrayExtensions::IndexOfReference<UnityEngine.InputSystem.InputActionState>(UnityEngine.InputSystem.Utilities.InlinedArray`1<TValue>,TValue)
|
|
inline int32_t InputArrayExtensions_IndexOfReference_TisInputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700_m3F4A27E54D872B168C891F35FAF4A60288C33533 (InlinedArray_1_t4491E87B3C34244B49E0F7EB3C808F6F4F401234 ___0_array, InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* ___1_value, const RuntimeMethod* method)
|
|
{
|
|
return (( int32_t (*) (InlinedArray_1_t4491E87B3C34244B49E0F7EB3C808F6F4F401234, InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700*, const RuntimeMethod*))InputArrayExtensions_IndexOfReference_TisRuntimeObject_m8D6AA5D90FA43E1196C230ECEB238EBDEFBFC677_gshared)(___0_array, ___1_value, method);
|
|
}
|
|
// System.Int32 UnityEngine.InputSystem.Utilities.InlinedArray`1<UnityEngine.InputSystem.InputActionState>::AppendWithCapacity(TValue,System.Int32)
|
|
inline int32_t InlinedArray_1_AppendWithCapacity_mA9E181C99B2AAC5D567DC8D2B82D916AA6A0722A (InlinedArray_1_t4491E87B3C34244B49E0F7EB3C808F6F4F401234* __this, InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* ___0_value, int32_t ___1_capacityIncrement, const RuntimeMethod* method)
|
|
{
|
|
return (( int32_t (*) (InlinedArray_1_t4491E87B3C34244B49E0F7EB3C808F6F4F401234*, InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700*, int32_t, const RuntimeMethod*))InlinedArray_1_AppendWithCapacity_m9862A91090391A77B2DCC2428616248FC176C180_gshared)(__this, ___0_value, ___1_capacityIncrement, method);
|
|
}
|
|
// System.Int32 UnityEngine.InputSystem.InputAction/CallbackContext::get_valueSizeInBytes()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CallbackContext_get_valueSizeInBytes_m463B4503E147C9692CE4D278C5AAA5548CFD73A3 (CallbackContext_tB251EE41F509C6E8A6B05EC97C029A45DF4F5FA8* __this, const RuntimeMethod* method) ;
|
|
// System.Int32 UnityEngine.InputSystem.LowLevel.ActionEvent::GetEventSizeWithValueSize(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ActionEvent_GetEventSizeWithValueSize_m58A4F1E9CF258862B6A929F1C8ED8BD0C317155B (int32_t ___0_valueSizeInBytes, const RuntimeMethod* method) ;
|
|
// UnityEngine.InputSystem.LowLevel.InputEvent* UnityEngine.InputSystem.LowLevel.InputEventBuffer::AllocateEvent(System.Int32,System.Int32,Unity.Collections.Allocator)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5* InputEventBuffer_AllocateEvent_m8B8C57E4A0764F048F9FC7D61B9E1329A6A2BC7C (InputEventBuffer_t3123D90CE491FA9828E878B2BEF766A3DC6E74FE* __this, int32_t ___0_sizeInBytes, int32_t ___1_capacityIncrementInBytes, int32_t ___2_allocator, const RuntimeMethod* method) ;
|
|
// UnityEngine.InputSystem.InputActionState/TriggerState* UnityEngine.InputSystem.InputActionState::get_actionStates()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* InputActionState_get_actionStates_mFDC87519E9E826C5DAEE9E13058312FF82E16E0B (InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* __this, const RuntimeMethod* method) ;
|
|
// UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.LowLevel.ActionEvent::get_Type()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED ActionEvent_get_Type_m71EE0E777186515C32D7710F110D746C0EE47DDD (const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.InputSystem.LowLevel.InputEvent::set_type(UnityEngine.InputSystem.Utilities.FourCC)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputEvent_set_type_mA12F3F32108A0B88A4EE7BCA8AE7F2972F8E9740 (InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5* __this, FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED ___0_value, const RuntimeMethod* method) ;
|
|
// System.Double UnityEngine.InputSystem.InputActionState/TriggerState::get_time()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR double TriggerState_get_time_m24F76F03E47DEFAEB40652814E189E13433EA29C_inline (TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* __this, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.InputSystem.LowLevel.InputEvent::set_time(System.Double)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputEvent_set_time_m210F97B604C0EEB53FC6CC4D57A10373FC081A0F (InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5* __this, double ___0_value, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.InputSystem.LowLevel.ActionEvent::set_stateIndex(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ActionEvent_set_stateIndex_m6A5B88C7CD64D3BC75B8211484AF25280C5E520B (ActionEvent_tFC934B0EAC602EBEF4E6F4A34EC21B329DE11444* __this, int32_t ___0_value, 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.LowLevel.ActionEvent::set_controlIndex(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ActionEvent_set_controlIndex_m2AC91D48B3CCA9C73415A1F85648CB93B05711E7 (ActionEvent_tFC934B0EAC602EBEF4E6F4A34EC21B329DE11444* __this, int32_t ___0_value, const RuntimeMethod* method) ;
|
|
// System.Int32 UnityEngine.InputSystem.InputActionState/TriggerState::get_bindingIndex()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t TriggerState_get_bindingIndex_mD851F8DDC14C14E5FE80E64F78F24A4FE8328133_inline (TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* __this, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.InputSystem.LowLevel.ActionEvent::set_bindingIndex(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ActionEvent_set_bindingIndex_mF620F2E875C9E6EC9B51271D6E8F469C4E855708 (ActionEvent_tFC934B0EAC602EBEF4E6F4A34EC21B329DE11444* __this, int32_t ___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.LowLevel.ActionEvent::set_interactionIndex(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ActionEvent_set_interactionIndex_m8369A717B14FE2DE5CC74F55A1764EFE2DCE0546 (ActionEvent_tFC934B0EAC602EBEF4E6F4A34EC21B329DE11444* __this, int32_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.LowLevel.ActionEvent::set_startTime(System.Double)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ActionEvent_set_startTime_m421136E6914BF478860D9A2A4C302A8E5C0128F2_inline (ActionEvent_tFC934B0EAC602EBEF4E6F4A34EC21B329DE11444* __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.LowLevel.ActionEvent::set_phase(UnityEngine.InputSystem.InputActionPhase)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ActionEvent_set_phase_mF8ACF6B2396E2351BA691A53450A4013BD011A9F (ActionEvent_tFC934B0EAC602EBEF4E6F4A34EC21B329DE11444* __this, int32_t ___0_value, const RuntimeMethod* method) ;
|
|
// System.Byte* UnityEngine.InputSystem.LowLevel.ActionEvent::get_valueData()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t* ActionEvent_get_valueData_m90D8EEC0EBFC775772BCF3FCB60FCBFA282D3E4C (ActionEvent_tFC934B0EAC602EBEF4E6F4A34EC21B329DE11444* __this, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.InputSystem.InputAction/CallbackContext::ReadValue(System.Void*,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CallbackContext_ReadValue_mD45C68F04343F185BEB52254C7FBC95E6A654309 (CallbackContext_tB251EE41F509C6E8A6B05EC97C029A45DF4F5FA8* __this, void* ___0_buffer, int32_t ___1_bufferSize, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.InputSystem.LowLevel.InputEventBuffer::Reset()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputEventBuffer_Reset_m9E41B3CE9C7556C62AFC55772D7D4FBA8A99360B (InputEventBuffer_t3123D90CE491FA9828E878B2BEF766A3DC6E74FE* __this, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.InputSystem.Utilities.InlinedArray`1<UnityEngine.InputSystem.InputActionState>::ClearWithCapacity()
|
|
inline void InlinedArray_1_ClearWithCapacity_mB1A620B48F38CC5FF4C09FF8A892DEE7ED426947 (InlinedArray_1_t4491E87B3C34244B49E0F7EB3C808F6F4F401234* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (InlinedArray_1_t4491E87B3C34244B49E0F7EB3C808F6F4F401234*, const RuntimeMethod*))InlinedArray_1_ClearWithCapacity_m15FC7C31ECF4FD7883A384B3ADBA9D6C630B0FBA_gshared)(__this, 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.Utilities.InputActionTrace::DisposeInternal()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionTrace_DisposeInternal_m880EA2F10B3C8B986A75254C548168D9F308C080 (InputActionTrace_t046FE0C3746A1C44ADDD9367AA19409D0097AFC7* __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.Char)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringBuilder_t* StringBuilder_Append_m71228B30F05724CD2CD96D9611DCD61BFB96A6E1 (StringBuilder_t* __this, Il2CppChar ___0_value, const RuntimeMethod* method) ;
|
|
// System.Collections.Generic.IEnumerator`1<UnityEngine.InputSystem.Utilities.InputActionTrace/ActionEventPtr> UnityEngine.InputSystem.Utilities.InputActionTrace::GetEnumerator()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* InputActionTrace_GetEnumerator_mD1C716B8685E9FEE9BB4CDC3E47554014651EB09 (InputActionTrace_t046FE0C3746A1C44ADDD9367AA19409D0097AFC7* __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.String UnityEngine.InputSystem.Utilities.InputActionTrace/ActionEventPtr::ToString()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ActionEventPtr_ToString_mF3C8F9B31E7B5F80BDCBE7ECA6F7D0C5FD418F60 (ActionEventPtr_t73A827F31E342D0649AFFDD93F489AC4F88DFB74* __this, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.InputSystem.Utilities.InputActionTrace::UnsubscribeFromAll()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionTrace_UnsubscribeFromAll_m45FFA2F63D670E10196B4EB5E22A6D6DFFFD52FE (InputActionTrace_t046FE0C3746A1C44ADDD9367AA19409D0097AFC7* __this, const RuntimeMethod* method) ;
|
|
// TValue UnityEngine.InputSystem.Utilities.InlinedArray`1<UnityEngine.InputSystem.InputActionState>::get_Item(System.Int32)
|
|
inline InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* InlinedArray_1_get_Item_m0C8E8595A8338A69B76555F678799BF32CEC8CCE (InlinedArray_1_t4491E87B3C34244B49E0F7EB3C808F6F4F401234* __this, int32_t ___0_index, const RuntimeMethod* method)
|
|
{
|
|
return (( InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* (*) (InlinedArray_1_t4491E87B3C34244B49E0F7EB3C808F6F4F401234*, int32_t, const RuntimeMethod*))InlinedArray_1_get_Item_m36DBC031029BD3E52C31E50BE0B84DA3990A6021_gshared)(__this, ___0_index, method);
|
|
}
|
|
// System.Void UnityEngine.InputSystem.InputActionState::Dispose()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionState_Dispose_m72C771177F6D31BE676116B49DE758E0F1E67C87 (InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* __this, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.InputSystem.LowLevel.InputEventBuffer::Dispose()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputEventBuffer_Dispose_mC0CD0CC5F58859A221221F1A3FAE84B8EFB5CFF3 (InputEventBuffer_t3123D90CE491FA9828E878B2BEF766A3DC6E74FE* __this, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.InputSystem.Utilities.InlinedArray`1<UnityEngine.InputSystem.InputActionState>::Clear()
|
|
inline void InlinedArray_1_Clear_mDCFA1C172EA0A7615C259F0FD27498F74086454F (InlinedArray_1_t4491E87B3C34244B49E0F7EB3C808F6F4F401234* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (InlinedArray_1_t4491E87B3C34244B49E0F7EB3C808F6F4F401234*, const RuntimeMethod*))InlinedArray_1_Clear_m6B23D5B4AD23FD66691F41F557DACB17B8DE6F11_gshared)(__this, method);
|
|
}
|
|
// System.Void UnityEngine.InputSystem.InputSystem::remove_onActionChange(System.Action`2<System.Object,UnityEngine.InputSystem.InputActionChange>)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputSystem_remove_onActionChange_m791FB8CBC5B77626551D79D43AB92856F44D23AB (Action_2_t4D6C6A84A6B44BE6193A1F64753F6E48558FBE9D* ___0_value, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.InputSystem.Utilities.InputActionTrace/Enumerator::.ctor(UnityEngine.InputSystem.Utilities.InputActionTrace)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator__ctor_m6063AA7C8ED2D59B6429C7CFEFC3C3184B074F63 (Enumerator_tC0F792D149DF8552C0B6721D81AA1D51AF62EEC6* __this, InputActionTrace_t046FE0C3746A1C44ADDD9367AA19409D0097AFC7* ___0_trace, const RuntimeMethod* method) ;
|
|
// System.Void System.Action`2<System.Object,UnityEngine.InputSystem.InputActionChange>::.ctor(System.Object,System.IntPtr)
|
|
inline void Action_2__ctor_m0084993EFF242AD712CBF7FE45346F734ABFB0B8 (Action_2_t4D6C6A84A6B44BE6193A1F64753F6E48558FBE9D* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Action_2_t4D6C6A84A6B44BE6193A1F64753F6E48558FBE9D*, RuntimeObject*, intptr_t, const RuntimeMethod*))Action_2__ctor_m6DEC13F96CE9CD74561DCCA7017E450079C96942_gshared)(__this, ___0_object, ___1_method, method);
|
|
}
|
|
// System.Void UnityEngine.InputSystem.InputSystem::add_onActionChange(System.Action`2<System.Object,UnityEngine.InputSystem.InputActionChange>)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputSystem_add_onActionChange_m781F9B948CECB8E816D2C8AC924D45B8202C72BC (Action_2_t4D6C6A84A6B44BE6193A1F64753F6E48558FBE9D* ___0_value, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.InputSystem.Utilities.InputActionTrace::RecordAction(UnityEngine.InputSystem.InputAction/CallbackContext)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionTrace_RecordAction_mFBD1B7BAB17B433212B8F324401300830947DA34 (InputActionTrace_t046FE0C3746A1C44ADDD9367AA19409D0097AFC7* __this, CallbackContext_tB251EE41F509C6E8A6B05EC97C029A45DF4F5FA8 ___0_context, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.InputSystem.Utilities.InputActionTrace::CloneActionStateBeforeBindingsChange(UnityEngine.InputSystem.InputActionMap)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionTrace_CloneActionStateBeforeBindingsChange_mA9B74CD2A0548D4056F62B80120C1B65AD95799B (InputActionTrace_t046FE0C3746A1C44ADDD9367AA19409D0097AFC7* __this, InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* ___0_actionMap, const RuntimeMethod* method) ;
|
|
// UnityEngine.InputSystem.Utilities.ReadOnlyArray`1<UnityEngine.InputSystem.InputActionMap> UnityEngine.InputSystem.InputActionAsset::get_actionMaps()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ReadOnlyArray_1_tB688C6ED4807227AAD260815DAFB574392403081 InputActionAsset_get_actionMaps_m4466B91D0F82214F6B3CBE373B64D785657B63B4 (InputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D* __this, const RuntimeMethod* method) ;
|
|
// UnityEngine.InputSystem.Utilities.ReadOnlyArray`1/Enumerator<TValue> UnityEngine.InputSystem.Utilities.ReadOnlyArray`1<UnityEngine.InputSystem.InputActionMap>::GetEnumerator()
|
|
inline Enumerator_t6F8E3C50C50BA77214BAA164C6E27F0E2AA547EA ReadOnlyArray_1_GetEnumerator_m6B531B17000F73D30B2898B8E2E097389A812938 (ReadOnlyArray_1_tB688C6ED4807227AAD260815DAFB574392403081* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( Enumerator_t6F8E3C50C50BA77214BAA164C6E27F0E2AA547EA (*) (ReadOnlyArray_1_tB688C6ED4807227AAD260815DAFB574392403081*, const RuntimeMethod*))ReadOnlyArray_1_GetEnumerator_mE43A032C7C67896D9F8377C6C1C863C22F3044B6_gshared)(__this, method);
|
|
}
|
|
// System.Void UnityEngine.InputSystem.Utilities.ReadOnlyArray`1/Enumerator<UnityEngine.InputSystem.InputActionMap>::Dispose()
|
|
inline void Enumerator_Dispose_mEBA9B463E0C56E465374E121B30DD6556395FD2A (Enumerator_t6F8E3C50C50BA77214BAA164C6E27F0E2AA547EA* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Enumerator_t6F8E3C50C50BA77214BAA164C6E27F0E2AA547EA*, const RuntimeMethod*))Enumerator_Dispose_m041721B53AC187277BACB4EA9C86E299322EB0AB_gshared)(__this, method);
|
|
}
|
|
// TValue UnityEngine.InputSystem.Utilities.ReadOnlyArray`1/Enumerator<UnityEngine.InputSystem.InputActionMap>::get_Current()
|
|
inline InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* Enumerator_get_Current_mCF93DD185E684427D01288898FAA5BB2B20B3931 (Enumerator_t6F8E3C50C50BA77214BAA164C6E27F0E2AA547EA* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* (*) (Enumerator_t6F8E3C50C50BA77214BAA164C6E27F0E2AA547EA*, const RuntimeMethod*))Enumerator_get_Current_mC38F33A423715DE1D9EAD3EADE1C8C03C52E4465_gshared)(__this, method);
|
|
}
|
|
// System.Boolean UnityEngine.InputSystem.Utilities.ReadOnlyArray`1/Enumerator<UnityEngine.InputSystem.InputActionMap>::MoveNext()
|
|
inline bool Enumerator_MoveNext_mF057AC27626CFDA56DE3967C9BEA2F87848D0F1C (Enumerator_t6F8E3C50C50BA77214BAA164C6E27F0E2AA547EA* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (Enumerator_t6F8E3C50C50BA77214BAA164C6E27F0E2AA547EA*, const RuntimeMethod*))Enumerator_MoveNext_m95272BAC87E97D7B862DB72A8639565003BD244B_gshared)(__this, method);
|
|
}
|
|
// 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.Int32 UnityEngine.InputSystem.Utilities.InlinedArray`1<UnityEngine.InputSystem.InputActionState>::Append(TValue)
|
|
inline int32_t InlinedArray_1_Append_m9C15BCB725C9DDF777EFE497951661E79C21971F (InlinedArray_1_t4491E87B3C34244B49E0F7EB3C808F6F4F401234* __this, InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
return (( int32_t (*) (InlinedArray_1_t4491E87B3C34244B49E0F7EB3C808F6F4F401234*, InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700*, const RuntimeMethod*))InlinedArray_1_Append_m6F6F0BBCFDD92E35B63DD57C0514A90A193D3B41_gshared)(__this, ___0_value, method);
|
|
}
|
|
// System.Void UnityEngine.InputSystem.Utilities.InlinedArray`1<UnityEngine.InputSystem.InputActionState>::set_Item(System.Int32,TValue)
|
|
inline void InlinedArray_1_set_Item_mBB25A5AB859D05A77FAB737EC43EA83CBB18033A (InlinedArray_1_t4491E87B3C34244B49E0F7EB3C808F6F4F401234* __this, int32_t ___0_index, InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* ___1_value, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (InlinedArray_1_t4491E87B3C34244B49E0F7EB3C808F6F4F401234*, int32_t, InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700*, const RuntimeMethod*))InlinedArray_1_set_Item_m54E627DB989C7713D582AF7ECE740B65D07E7A7A_gshared)(__this, ___0_index, ___1_value, method);
|
|
}
|
|
// System.Int32 UnityEngine.InputSystem.LowLevel.ActionEvent::get_bindingIndex()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t ActionEvent_get_bindingIndex_m95BC43710F538E6E696644A9CABD5EC4FAA97400_inline (ActionEvent_tFC934B0EAC602EBEF4E6F4A34EC21B329DE11444* __this, const RuntimeMethod* method) ;
|
|
// UnityEngine.InputSystem.InputAction UnityEngine.InputSystem.InputActionState::GetActionOrNull(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* InputActionState_GetActionOrNull_mA153B3BAE32C8DE156B1D1761CA155522020432A (InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* __this, int32_t ___0_bindingIndex, const RuntimeMethod* method) ;
|
|
// UnityEngine.InputSystem.InputAction UnityEngine.InputSystem.Utilities.InputActionTrace/ActionEventPtr::get_action()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* ActionEventPtr_get_action_m23A3313B38BDC794FDA707D321E173923358609F (ActionEventPtr_t73A827F31E342D0649AFFDD93F489AC4F88DFB74* __this, const RuntimeMethod* method) ;
|
|
// UnityEngine.InputSystem.InputActionPhase UnityEngine.InputSystem.LowLevel.ActionEvent::get_phase()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t ActionEvent_get_phase_mA5D0A72C4C5DD7D0F562AAC03812667D7D467AC9_inline (ActionEvent_tFC934B0EAC602EBEF4E6F4A34EC21B329DE11444* __this, const RuntimeMethod* method) ;
|
|
// UnityEngine.InputSystem.InputActionPhase UnityEngine.InputSystem.Utilities.InputActionTrace/ActionEventPtr::get_phase()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ActionEventPtr_get_phase_m26D6B05FAB20762B638F92C5EBDAB9C5556CAE1C (ActionEventPtr_t73A827F31E342D0649AFFDD93F489AC4F88DFB74* __this, const RuntimeMethod* method) ;
|
|
// System.Int32 UnityEngine.InputSystem.LowLevel.ActionEvent::get_controlIndex()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t ActionEvent_get_controlIndex_m6AD8C96BCD3A38D6FFC823F98673549CAADB1715_inline (ActionEvent_tFC934B0EAC602EBEF4E6F4A34EC21B329DE11444* __this, const RuntimeMethod* method) ;
|
|
// UnityEngine.InputSystem.InputControl UnityEngine.InputSystem.Utilities.InputActionTrace/ActionEventPtr::get_control()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* ActionEventPtr_get_control_mFE74D3C7F84BA6B052BD7C51D7CD7D37813CDD68 (ActionEventPtr_t73A827F31E342D0649AFFDD93F489AC4F88DFB74* __this, const RuntimeMethod* method) ;
|
|
// System.Int32 UnityEngine.InputSystem.LowLevel.ActionEvent::get_interactionIndex()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ActionEvent_get_interactionIndex_m5609EC04CE26D86650CF0829F907D478A209286E (ActionEvent_tFC934B0EAC602EBEF4E6F4A34EC21B329DE11444* __this, const RuntimeMethod* method) ;
|
|
// UnityEngine.InputSystem.IInputInteraction UnityEngine.InputSystem.Utilities.InputActionTrace/ActionEventPtr::get_interaction()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ActionEventPtr_get_interaction_mDC4B1654C90382809ED75DFAD09EB2F8767B2F7E (ActionEventPtr_t73A827F31E342D0649AFFDD93F489AC4F88DFB74* __this, const RuntimeMethod* method) ;
|
|
// System.Double UnityEngine.InputSystem.LowLevel.InputEvent::get_time()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double InputEvent_get_time_mD4A6C01A2B7BFB9ECAD089197C573886E3F70ADB (InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5* __this, const RuntimeMethod* method) ;
|
|
// System.Double UnityEngine.InputSystem.Utilities.InputActionTrace/ActionEventPtr::get_time()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double ActionEventPtr_get_time_mE0AF560F5C023A3F2282A284F8D6FE86FDABD1D1 (ActionEventPtr_t73A827F31E342D0649AFFDD93F489AC4F88DFB74* __this, const RuntimeMethod* method) ;
|
|
// System.Double UnityEngine.InputSystem.LowLevel.ActionEvent::get_startTime()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR double ActionEvent_get_startTime_mFC441D783C0FF36A0DCF844F6CB4C51F7B507DC9_inline (ActionEvent_tFC934B0EAC602EBEF4E6F4A34EC21B329DE11444* __this, const RuntimeMethod* method) ;
|
|
// System.Double UnityEngine.InputSystem.Utilities.InputActionTrace/ActionEventPtr::get_startTime()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double ActionEventPtr_get_startTime_mFD59A4BFD01E8DEAF054C649DBDDA7E02FADA523 (ActionEventPtr_t73A827F31E342D0649AFFDD93F489AC4F88DFB74* __this, const RuntimeMethod* method) ;
|
|
// System.Double UnityEngine.InputSystem.Utilities.InputActionTrace/ActionEventPtr::get_duration()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double ActionEventPtr_get_duration_m625EEC2E34F1B813DF7ACDAF7341D7C9D4F5F6DF (ActionEventPtr_t73A827F31E342D0649AFFDD93F489AC4F88DFB74* __this, const RuntimeMethod* method) ;
|
|
// System.Int32 UnityEngine.InputSystem.LowLevel.ActionEvent::get_valueSizeInBytes()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ActionEvent_get_valueSizeInBytes_m76C6A128C9C3E3747FE7917EA1760B74647FD19C (ActionEvent_tFC934B0EAC602EBEF4E6F4A34EC21B329DE11444* __this, const RuntimeMethod* method) ;
|
|
// System.Int32 UnityEngine.InputSystem.Utilities.InputActionTrace/ActionEventPtr::get_valueSizeInBytes()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ActionEventPtr_get_valueSizeInBytes_mBF3829D5312AC6705DD171C026ACA01FCCCB90FD (ActionEventPtr_t73A827F31E342D0649AFFDD93F489AC4F88DFB74* __this, 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) ;
|
|
// 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.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.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.IntPtr::.ctor(System.Void*)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void IntPtr__ctor_m4F9A9B80F01996B610D5AE4797F20B98ECD0A3D9_inline (intptr_t* __this, void* ___0_value, const RuntimeMethod* method) ;
|
|
// System.Object System.Runtime.InteropServices.Marshal::PtrToStructure(System.IntPtr,System.Type)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Marshal_PtrToStructure_m235E141E21BFB69A01B07DDDF1702BA7D5723AC3 (intptr_t ___0_ptr, Type_t* ___1_structureType, const RuntimeMethod* method) ;
|
|
// System.Object UnityEngine.InputSystem.Utilities.InputActionTrace/ActionEventPtr::ReadValueAsObject()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ActionEventPtr_ReadValueAsObject_m73DFA81422C46AA5A7CFC1FF6C11E9B378BB0A77 (ActionEventPtr_t73A827F31E342D0649AFFDD93F489AC4F88DFB74* __this, 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) ;
|
|
// System.Void UnityEngine.InputSystem.Utilities.InputActionTrace/ActionEventPtr::ReadValue(System.Void*,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ActionEventPtr_ReadValue_m0CED8E49F4086DA8B52A7A87D0A78788A3E934CC (ActionEventPtr_t73A827F31E342D0649AFFDD93F489AC4F88DFB74* __this, void* ___0_buffer, int32_t ___1_bufferSize, 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) ;
|
|
// 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 UnityEngine.InputSystem.InputActionMap::get_name()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* InputActionMap_get_name_mCB679DD2375CBD4A3F7A3419CEDF8AE928CDEBC8_inline (InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* __this, const RuntimeMethod* method) ;
|
|
// System.String System.String::Concat(System.String,System.String,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_m8855A6DE10F84DA7F4EC113CADDB59873A25573B (String_t* ___0_str0, String_t* ___1_str1, String_t* ___2_str2, const RuntimeMethod* method) ;
|
|
// System.String System.String::Format(System.String,System.Object[])
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Format_m918500C1EFB475181349A79989BB79BB36102894 (String_t* ___0_format, ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___1_args, const RuntimeMethod* method) ;
|
|
// UnityEngine.InputSystem.LowLevel.InputEventPtr UnityEngine.InputSystem.LowLevel.InputEventBuffer::get_bufferPtr()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0 InputEventBuffer_get_bufferPtr_m7C5E03ED8F0433B3CD4F019DFADDE3983472DACB (InputEventBuffer_t3123D90CE491FA9828E878B2BEF766A3DC6E74FE* __this, const RuntimeMethod* method) ;
|
|
// UnityEngine.InputSystem.LowLevel.InputEvent* UnityEngine.InputSystem.LowLevel.InputEventPtr::get_data()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5* InputEventPtr_get_data_m4694B5F91E787CE9586B5C7113AFEB89D33CC616_inline (InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0* __this, const RuntimeMethod* method) ;
|
|
// UnityEngine.InputSystem.LowLevel.InputEvent* UnityEngine.InputSystem.LowLevel.InputEvent::GetNextInMemory(UnityEngine.InputSystem.LowLevel.InputEvent*)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5* InputEvent_GetNextInMemory_mC3AFC8F09360ED6791DCF32F2788143DDF139E21 (InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5* ___0_currentPtr, const RuntimeMethod* method) ;
|
|
// System.Boolean UnityEngine.InputSystem.Utilities.InputActionTrace/Enumerator::MoveNext()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Enumerator_MoveNext_m5A11A39564FD7F7667C1799748716C19E85483CF (Enumerator_tC0F792D149DF8552C0B6721D81AA1D51AF62EEC6* __this, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.InputSystem.Utilities.InputActionTrace/Enumerator::Reset()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator_Reset_m81A075BD1B8025F01A01697CE29AB6A47FDE4224 (Enumerator_tC0F792D149DF8552C0B6721D81AA1D51AF62EEC6* __this, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.InputSystem.Utilities.InputActionTrace/Enumerator::Dispose()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator_Dispose_m9790CF196DD2B4BA2BE0D22193A856CC91BD4A65 (Enumerator_tC0F792D149DF8552C0B6721D81AA1D51AF62EEC6* __this, const RuntimeMethod* method) ;
|
|
// System.Int32 UnityEngine.InputSystem.LowLevel.ActionEvent::get_stateIndex()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t ActionEvent_get_stateIndex_m9B25D23E723CFD517FEA65A61D0D3587E4205450_inline (ActionEvent_tFC934B0EAC602EBEF4E6F4A34EC21B329DE11444* __this, const RuntimeMethod* method) ;
|
|
// UnityEngine.InputSystem.Utilities.InputActionTrace/ActionEventPtr UnityEngine.InputSystem.Utilities.InputActionTrace/Enumerator::get_Current()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ActionEventPtr_t73A827F31E342D0649AFFDD93F489AC4F88DFB74 Enumerator_get_Current_m72460218A339059A12B275819928F3867FA1409E (Enumerator_tC0F792D149DF8552C0B6721D81AA1D51AF62EEC6* __this, const RuntimeMethod* method) ;
|
|
// System.Object UnityEngine.InputSystem.Utilities.InputActionTrace/Enumerator::System.Collections.IEnumerator.get_Current()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Enumerator_System_Collections_IEnumerator_get_Current_mEB1C895F1A42B12278CA02B62403E00B08BA06CC (Enumerator_tC0F792D149DF8552C0B6721D81AA1D51AF62EEC6* __this, const RuntimeMethod* method) ;
|
|
// System.Single UnityEngine.Vector2::get_sqrMagnitude()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float Vector2_get_sqrMagnitude_mA16336720C14EEF8BA9B55AE33B98C9EE2082BDC_inline (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7* __this, const RuntimeMethod* method) ;
|
|
// System.Int32 UnityEngine.InputSystem.Utilities.Vector2MagnitudeComparer::Compare(UnityEngine.Vector2,UnityEngine.Vector2)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Vector2MagnitudeComparer_Compare_m00A47ECC67D2312D94F75CD0F12C518A256B0EE1 (Vector2MagnitudeComparer_tA43FC290103781CBCFFC2636F73C7B7922BDE79A* __this, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___0_x, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___1_y, const RuntimeMethod* method) ;
|
|
// System.Single UnityEngine.Vector3::get_sqrMagnitude()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float Vector3_get_sqrMagnitude_m43C27DEC47C4811FB30AB474FF2131A963B66FC8_inline (Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2* __this, const RuntimeMethod* method) ;
|
|
// System.Int32 UnityEngine.InputSystem.Utilities.Vector3MagnitudeComparer::Compare(UnityEngine.Vector3,UnityEngine.Vector3)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Vector3MagnitudeComparer_Compare_m69190BF9C5DF909429B8AB7D535AC1A33E4A9A39 (Vector3MagnitudeComparer_t90E18878C78659AA821D3CA0375E7D844AF0DAFE* __this, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___0_x, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___1_y, const RuntimeMethod* method) ;
|
|
// System.Char System.String::get_Chars(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3 (String_t* __this, int32_t ___0_index, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Char::IsDigit(System.Char)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Char_IsDigit_m8C1A38685D548E89FB8A05525B55261CC8D271B2 (Il2CppChar ___0_c, const RuntimeMethod* method) ;
|
|
// System.Int32 System.String::get_Length()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline (String_t* __this, const RuntimeMethod* method) ;
|
|
// System.Boolean UnityEngine.InputSystem.Utilities.CSharpCodeHelpers::IsProperIdentifier(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CSharpCodeHelpers_IsProperIdentifier_mE942369074F56C175A61D324E9DF4CC483EDC475 (String_t* ___0_name, const RuntimeMethod* method) ;
|
|
// System.String[] System.String::Split(System.Char,System.StringSplitOptions)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* String_Split_m9530B73D02054692283BF35C3A27C8F2230946F4 (String_t* __this, Il2CppChar ___0_separator, int32_t ___1_options, 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.Boolean System.Linq.Enumerable::All<System.String>(System.Collections.Generic.IEnumerable`1<TSource>,System.Func`2<TSource,System.Boolean>)
|
|
inline bool Enumerable_All_TisString_t_mC9652F17237783DC19D1856925318613CDA2B0E3 (RuntimeObject* ___0_source, Func_2_tAB9727E0C937894E19032D575D98A8A9AB5EE47D* ___1_predicate, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (RuntimeObject*, Func_2_tAB9727E0C937894E19032D575D98A8A9AB5EE47D*, const RuntimeMethod*))Enumerable_All_TisRuntimeObject_m57CDB9DB99F9E77214B47367D213B06AC3ED97FF_gshared)(___0_source, ___1_predicate, 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.String UnityEngine.InputSystem.Utilities.CSharpCodeHelpers::MakeIdentifier(System.String,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* CSharpCodeHelpers_MakeIdentifier_mEE275A2689F0DF5DB195F4673DDE66EE976C1B7E (String_t* ___0_name, String_t* ___1_suffix, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Char::IsLower(System.Char)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Char_IsLower_m9DDB41367F97CFFE6C46A3B5EDE7D11180B5F1AE (Il2CppChar ___0_c, const RuntimeMethod* method) ;
|
|
// System.Char System.Char::ToUpper(System.Char)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar Char_ToUpper_m7DB51DD07EE52F4CA897807281880930F5CBD2D2 (Il2CppChar ___0_c, const RuntimeMethod* method) ;
|
|
// System.String System.Char::ToString()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Char_ToString_m2A308731F9577C06AF3C0901234E2EAC8327410C (Il2CppChar* __this, const RuntimeMethod* method) ;
|
|
// System.String System.String::Substring(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Substring_m6BA4A3FA3800FE92662D0847CC8E1EEF940DF472 (String_t* __this, int32_t ___0_startIndex, const RuntimeMethod* method) ;
|
|
// System.Int32 UnityEngine.InputSystem.Utilities.CallbackArray`1<System.Action>::get_length()
|
|
inline int32_t CallbackArray_1_get_length_m270F067D47E83B3315AD0E53E82AAEBB9138C3B7 (CallbackArray_1_t346DB7B424423D4F14A14CFE2C0734F62447A529* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( int32_t (*) (CallbackArray_1_t346DB7B424423D4F14A14CFE2C0734F62447A529*, const RuntimeMethod*))CallbackArray_1_get_length_m81CB1E446FBEF126C2096B08E643D63ACDDBD0F1_gshared)(__this, method);
|
|
}
|
|
// System.Void UnityEngine.InputSystem.Utilities.CallbackArray`1<System.Action>::LockForChanges()
|
|
inline void CallbackArray_1_LockForChanges_m28F6DEA6003F6D4C4CC4F975CC414FD3D6257A30 (CallbackArray_1_t346DB7B424423D4F14A14CFE2C0734F62447A529* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (CallbackArray_1_t346DB7B424423D4F14A14CFE2C0734F62447A529*, const RuntimeMethod*))CallbackArray_1_LockForChanges_mB15D8203ADAEA8AEF523BE53D79B7CF828301CB6_gshared)(__this, method);
|
|
}
|
|
// TDelegate UnityEngine.InputSystem.Utilities.CallbackArray`1<System.Action>::get_Item(System.Int32)
|
|
inline Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* CallbackArray_1_get_Item_m7478B3AEFF36EB2272B98E478677F4185FF934BC (CallbackArray_1_t346DB7B424423D4F14A14CFE2C0734F62447A529* __this, int32_t ___0_index, const RuntimeMethod* method)
|
|
{
|
|
return (( Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* (*) (CallbackArray_1_t346DB7B424423D4F14A14CFE2C0734F62447A529*, int32_t, const RuntimeMethod*))CallbackArray_1_get_Item_m567E182F190B5CEBFBA0D02E0E33AD7A5E46F7E1_gshared)(__this, ___0_index, method);
|
|
}
|
|
// System.Void System.Action::Invoke()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Action_Invoke_m7126A54DACA72B845424072887B5F3A51FC3808E_inline (Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* __this, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.Debug::LogException(System.Exception)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Debug_LogException_mAB3F4DC7297ED8FBB49DAA718B70E59A6B0171B0 (Exception_t* ___0_exception, const RuntimeMethod* method) ;
|
|
// System.Type System.Exception::GetType()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* Exception_GetType_mAD1230385BDC06119C339187CC37F22B6A79CF09 (Exception_t* __this, const RuntimeMethod* method) ;
|
|
// System.String System.String::Format(System.String,System.Object,System.Object,System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Format_mA0534D6E2AE4D67A6BD8D45B3321323930EB930C (String_t* ___0_format, RuntimeObject* ___1_arg0, RuntimeObject* ___2_arg1, RuntimeObject* ___3_arg2, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.Debug::LogError(System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Debug_LogError_mB00B2B4468EF3CAF041B038D840820FB84C924B2 (RuntimeObject* ___0_message, const RuntimeMethod* method) ;
|
|
// System.String System.String::Concat(System.String,System.String,System.String,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_m093934F71A9B351911EE46311674ED463B180006 (String_t* ___0_str0, String_t* ___1_str1, String_t* ___2_str2, String_t* ___3_str3, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.InputSystem.Utilities.CallbackArray`1<System.Action>::UnlockForChanges()
|
|
inline void CallbackArray_1_UnlockForChanges_mE5F5824F68765B2E6128A35F7CA16EF09669430C (CallbackArray_1_t346DB7B424423D4F14A14CFE2C0734F62447A529* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (CallbackArray_1_t346DB7B424423D4F14A14CFE2C0734F62447A529*, const RuntimeMethod*))CallbackArray_1_UnlockForChanges_mA6BDFF9ECCA7A79D6017AFB24BF5932CC3B30197_gshared)(__this, method);
|
|
}
|
|
// System.Void System.Attribute::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Attribute__ctor_m79ED1BF1EE36D1E417BA89A0D9F91F8AAD8D19E2 (Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA* __this, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.InputSystem.Utilities.DisplayStringFormatAttribute::set_formatString(System.String)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void DisplayStringFormatAttribute_set_formatString_mBAA0AC2BE26A8D0186624C1D8821D5D0C6110F74_inline (DisplayStringFormatAttribute_t3C53E0C127ADC7CED74D9E4B13A6F1804577D89B* __this, String_t* ___0_value, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.InputSystem.Utilities.FourCC::.ctor(System.Int32)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void FourCC__ctor_mE761C8779BB6DC85BA1662DC9ECEC39D62ED9A56_inline (FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED* __this, int32_t ___0_code, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.InputSystem.Utilities.FourCC::.ctor(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FourCC__ctor_m305163ED105CA8143DBB6D7D31A77124105B8201 (FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED* __this, String_t* ___0_str, const RuntimeMethod* method) ;
|
|
// System.String UnityEngine.InputSystem.Utilities.FourCC::ToString()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* FourCC_ToString_mF802C3309862E0B2A28E7D3A6F3BF49DCC2D5C49 (FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED* __this, const RuntimeMethod* method) ;
|
|
// System.Boolean UnityEngine.InputSystem.Utilities.FourCC::Equals(UnityEngine.InputSystem.Utilities.FourCC)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool FourCC_Equals_m9B183615F19C23E5494CAD8C456F25C7F5297834 (FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED* __this, FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED ___0_other, const RuntimeMethod* method) ;
|
|
// System.Boolean UnityEngine.InputSystem.Utilities.FourCC::Equals(System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool FourCC_Equals_m7B31A102A2E86918022D1FA4D5AB89E0A7CEEB44 (FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED* __this, RuntimeObject* ___0_obj, const RuntimeMethod* method) ;
|
|
// System.Int32 UnityEngine.InputSystem.Utilities.FourCC::GetHashCode()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t FourCC_GetHashCode_m257C85593E1E203C50D4FADCB73ED1D7E40A26C0_inline (FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED* __this, const RuntimeMethod* method) ;
|
|
// UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.Utilities.FourCC::op_Implicit(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED FourCC_op_Implicit_mFEE14A923AACEE90FAAC5234C718CD1B20690F61 (int32_t ___0_i, const RuntimeMethod* method) ;
|
|
// System.Int32 UnityEngine.InputSystem.Utilities.InternedString::get_length()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t InternedString_get_length_m4C5C8B69056154F3B5CF7D696A9D72803FC3FAFD (InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735* __this, const RuntimeMethod* method) ;
|
|
// System.String System.String::Intern(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Intern_m2FE19E8D8CE2641044033E0C7C4B64DC46A00318 (String_t* ___0_str, const RuntimeMethod* method) ;
|
|
// System.String System.String::ToLower(System.Globalization.CultureInfo)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_ToLower_mD22E5D18F36015484078F5BA0F1687DA95904D1E (String_t* __this, CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* ___0_culture, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.InputSystem.Utilities.InternedString::.ctor(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InternedString__ctor_m2E9672D46D84C82F705DE799CE8B6123EB95E935 (InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735* __this, String_t* ___0_text, const RuntimeMethod* method) ;
|
|
// System.Boolean UnityEngine.InputSystem.Utilities.InternedString::IsEmpty()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InternedString_IsEmpty_mA88FAF2562BF41C57C00E68F5A4111B22CFF173B (InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735* __this, const RuntimeMethod* method) ;
|
|
// System.String UnityEngine.InputSystem.Utilities.InternedString::ToLower()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* InternedString_ToLower_m38BACEAA62BB7555B631D016BA58B0313050BBBC_inline (InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735* __this, const RuntimeMethod* method) ;
|
|
// System.Boolean UnityEngine.InputSystem.Utilities.InternedString::Equals(UnityEngine.InputSystem.Utilities.InternedString)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InternedString_Equals_m5D291A2CFFE2373F6AA2880B514DC4D5873EA0B8 (InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735* __this, InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 ___0_other, const RuntimeMethod* method) ;
|
|
// System.Boolean System.String::Equals(System.String,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_Equals_m3354EFE6393BED8DD6E18F69BEA131AAADCC622D (String_t* ___0_a, String_t* ___1_b, const RuntimeMethod* method) ;
|
|
// System.Boolean UnityEngine.InputSystem.Utilities.InternedString::Equals(System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InternedString_Equals_m1075C4917312C8AAB7FAB5BAACA085AADD6160DA (InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735* __this, RuntimeObject* ___0_obj, 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.Int32 UnityEngine.InputSystem.Utilities.InternedString::CompareTo(UnityEngine.InputSystem.Utilities.InternedString)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t InternedString_CompareTo_mCD593A3DFF28EC1FA419B5C8D0CC6C7A8409342B (InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735* __this, InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 ___0_other, const RuntimeMethod* method) ;
|
|
// System.Int32 UnityEngine.InputSystem.Utilities.InternedString::GetHashCode()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t InternedString_GetHashCode_mD53C39966D8663D2289311ACD3AF516B8F51C9CC (InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735* __this, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.InputSystem.Utilities.JsonParser::.ctor(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonParser__ctor_m0A320E9D94FBBCD5FCC6429AC7C0616A9E47A148 (JsonParser_tF738BE4FBF77CE449E21EA2CE18E937B6692B7E6* __this, String_t* ___0_json, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.InputSystem.Utilities.JsonParser::Reset()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonParser_Reset_mF1CF9A42DB26707187F35231383849A1B9EE63CE (JsonParser_tF738BE4FBF77CE449E21EA2CE18E937B6692B7E6* __this, const RuntimeMethod* method) ;
|
|
// System.String System.ValueType::ToString()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ValueType_ToString_mFE1CB83BECC99D07BEA7EAB25AF73BE5A727C04D (RuntimeObject* __this, const RuntimeMethod* method) ;
|
|
// System.String UnityEngine.InputSystem.Utilities.JsonParser::ToString()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* JsonParser_ToString_mD8C9A81BA0FF05288985638F0E21DBAED7E662FD (JsonParser_tF738BE4FBF77CE449E21EA2CE18E937B6692B7E6* __this, const RuntimeMethod* method) ;
|
|
// System.Boolean UnityEngine.InputSystem.Utilities.JsonParser::ParseToken(System.Char)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool JsonParser_ParseToken_mFB1F5DC336328527853F6FD4EA9E41DEE0382B9A (JsonParser_tF738BE4FBF77CE449E21EA2CE18E937B6692B7E6* __this, Il2CppChar ___0_token, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.InputSystem.Utilities.JsonParser::SkipWhitespace()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonParser_SkipWhitespace_m74A37C8E8B96B671528603EC755BEB43F0D9DBC4 (JsonParser_tF738BE4FBF77CE449E21EA2CE18E937B6692B7E6* __this, const RuntimeMethod* method) ;
|
|
// System.Boolean UnityEngine.InputSystem.Utilities.JsonParser::SkipToValue()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool JsonParser_SkipToValue_m0F58382967511D7DCB9FB94F46284FAA9EA9BB03 (JsonParser_tF738BE4FBF77CE449E21EA2CE18E937B6692B7E6* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.NotImplementedException::.ctor(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotImplementedException__ctor_m8339D1A685E8D77CAC9D3260C06B38B5C7CA7742 (NotImplementedException_t6366FE4DCF15094C51F4833B91A2AE68D4DA90E8* __this, String_t* ___0_message, const RuntimeMethod* method) ;
|
|
// System.Boolean UnityEngine.InputSystem.Utilities.JsonParser::ParseValue()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool JsonParser_ParseValue_m6E2E704D9C553F0F3C6951D3AE866C7F994570BD (JsonParser_tF738BE4FBF77CE449E21EA2CE18E937B6692B7E6* __this, const RuntimeMethod* method) ;
|
|
// System.Boolean UnityEngine.InputSystem.Utilities.JsonParser::NavigateToProperty(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool JsonParser_NavigateToProperty_mABC16811411CAB28E453A3414AE7E747E914F2C0 (JsonParser_tF738BE4FBF77CE449E21EA2CE18E937B6692B7E6* __this, String_t* ___0_path, const RuntimeMethod* method) ;
|
|
// System.Boolean UnityEngine.InputSystem.Utilities.JsonParser::ParseValue(UnityEngine.InputSystem.Utilities.JsonParser/JsonValue&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool JsonParser_ParseValue_m236BB59EEC478306884BE3713D5BACDA2C595B59 (JsonParser_tF738BE4FBF77CE449E21EA2CE18E937B6692B7E6* __this, JsonValue_t01DB320267C848E729A400EF2345979978F851D2* ___0_result, const RuntimeMethod* method) ;
|
|
// T System.Collections.Generic.List`1<UnityEngine.InputSystem.Utilities.JsonParser/JsonValue>::get_Item(System.Int32)
|
|
inline JsonValue_t01DB320267C848E729A400EF2345979978F851D2 List_1_get_Item_m1208CC92E9A59D1FD2ABF9D1C5A2BB742F8FC5FD (List_1_t4A80BCCFB0BC8742C8BB601365DB07226750573A* __this, int32_t ___0_index, const RuntimeMethod* method)
|
|
{
|
|
return (( JsonValue_t01DB320267C848E729A400EF2345979978F851D2 (*) (List_1_t4A80BCCFB0BC8742C8BB601365DB07226750573A*, int32_t, const RuntimeMethod*))List_1_get_Item_m1208CC92E9A59D1FD2ABF9D1C5A2BB742F8FC5FD_gshared)(__this, ___0_index, method);
|
|
}
|
|
// System.Boolean UnityEngine.InputSystem.Utilities.JsonParser/JsonValue::op_Equality(UnityEngine.InputSystem.Utilities.JsonParser/JsonValue,UnityEngine.InputSystem.Utilities.JsonParser/JsonValue)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool JsonValue_op_Equality_m6D5E835A0CD7FE0E05F2DAC1D10643D8C92C1966 (JsonValue_t01DB320267C848E729A400EF2345979978F851D2 ___0_left, JsonValue_t01DB320267C848E729A400EF2345979978F851D2 ___1_right, const RuntimeMethod* method) ;
|
|
// System.Int32 System.Collections.Generic.List`1<UnityEngine.InputSystem.Utilities.JsonParser/JsonValue>::get_Count()
|
|
inline int32_t List_1_get_Count_mA85C489B00E39A4A5F1E8589C2CE368DE85229BC_inline (List_1_t4A80BCCFB0BC8742C8BB601365DB07226750573A* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( int32_t (*) (List_1_t4A80BCCFB0BC8742C8BB601365DB07226750573A*, const RuntimeMethod*))List_1_get_Count_mA85C489B00E39A4A5F1E8589C2CE368DE85229BC_gshared_inline)(__this, method);
|
|
}
|
|
// System.Boolean UnityEngine.InputSystem.Utilities.JsonParser::CurrentPropertyHasValueEqualTo(UnityEngine.InputSystem.Utilities.JsonParser/JsonValue)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool JsonParser_CurrentPropertyHasValueEqualTo_m38EF26F952E81A440FA57ED7D044C80D7FEFA5AD (JsonParser_tF738BE4FBF77CE449E21EA2CE18E937B6692B7E6* __this, JsonValue_t01DB320267C848E729A400EF2345979978F851D2 ___0_expectedValue, const RuntimeMethod* method) ;
|
|
// System.Boolean UnityEngine.InputSystem.Utilities.JsonParser::ParseStringValue(UnityEngine.InputSystem.Utilities.JsonParser/JsonValue&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool JsonParser_ParseStringValue_mFAB38802BB3A1B80C536D9491A3463CD2686DBCE (JsonParser_tF738BE4FBF77CE449E21EA2CE18E937B6692B7E6* __this, JsonValue_t01DB320267C848E729A400EF2345979978F851D2* ___0_result, const RuntimeMethod* method) ;
|
|
// System.Boolean UnityEngine.InputSystem.Utilities.JsonParser::ParseArrayValue(UnityEngine.InputSystem.Utilities.JsonParser/JsonValue&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool JsonParser_ParseArrayValue_mD6183CDC9AC8805B9ECF20BA1697D06174A52CDE (JsonParser_tF738BE4FBF77CE449E21EA2CE18E937B6692B7E6* __this, JsonValue_t01DB320267C848E729A400EF2345979978F851D2* ___0_result, const RuntimeMethod* method) ;
|
|
// System.Boolean UnityEngine.InputSystem.Utilities.JsonParser::ParseObjectValue(UnityEngine.InputSystem.Utilities.JsonParser/JsonValue&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool JsonParser_ParseObjectValue_mD938FE193A6A8FFAB96245A3B8F55F86D368FBBA (JsonParser_tF738BE4FBF77CE449E21EA2CE18E937B6692B7E6* __this, JsonValue_t01DB320267C848E729A400EF2345979978F851D2* ___0_result, const RuntimeMethod* method) ;
|
|
// System.Boolean UnityEngine.InputSystem.Utilities.JsonParser::ParseBooleanValue(UnityEngine.InputSystem.Utilities.JsonParser/JsonValue&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool JsonParser_ParseBooleanValue_m29590E58A31FEA78BD1591F47B6B6668316765B3 (JsonParser_tF738BE4FBF77CE449E21EA2CE18E937B6692B7E6* __this, JsonValue_t01DB320267C848E729A400EF2345979978F851D2* ___0_result, const RuntimeMethod* method) ;
|
|
// System.Boolean UnityEngine.InputSystem.Utilities.JsonParser::ParseNullValue(UnityEngine.InputSystem.Utilities.JsonParser/JsonValue&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool JsonParser_ParseNullValue_mB54108F3A3F924948B8464F238F2A11B939EFD8C (JsonParser_tF738BE4FBF77CE449E21EA2CE18E937B6692B7E6* __this, JsonValue_t01DB320267C848E729A400EF2345979978F851D2* ___0_result, const RuntimeMethod* method) ;
|
|
// System.Boolean UnityEngine.InputSystem.Utilities.JsonParser::ParseNumber(UnityEngine.InputSystem.Utilities.JsonParser/JsonValue&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool JsonParser_ParseNumber_m0887BEB6E4B4FBD17F2ACC8CED46BE26928ED2D6 (JsonParser_tF738BE4FBF77CE449E21EA2CE18E937B6692B7E6* __this, JsonValue_t01DB320267C848E729A400EF2345979978F851D2* ___0_result, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.InputSystem.Utilities.Substring::.ctor(System.String,System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Substring__ctor_m26B51DCD265326C6BCEAD778F0FC45407BB5F745 (Substring_t2E16755269E6716C22074D6BC0A9099915E67849* __this, String_t* ___0_str, int32_t ___1_index, int32_t ___2_length, const RuntimeMethod* method) ;
|
|
// UnityEngine.InputSystem.Utilities.JsonParser/JsonValue UnityEngine.InputSystem.Utilities.JsonParser/JsonValue::op_Implicit(UnityEngine.InputSystem.Utilities.JsonParser/JsonString)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JsonValue_t01DB320267C848E729A400EF2345979978F851D2 JsonValue_op_Implicit_m7B603F2A2FFE1EFFA123B06D7C41565DDDE53E50 (JsonString_tE22CDDA995FEFF514F3F334C93B6AB31B49773CB ___0_str, const RuntimeMethod* method) ;
|
|
// System.Void System.Collections.Generic.List`1<UnityEngine.InputSystem.Utilities.JsonParser/JsonValue>::.ctor()
|
|
inline void List_1__ctor_m4927EB5635E5ACE121082D775C7DBD0B38A3ECF7 (List_1_t4A80BCCFB0BC8742C8BB601365DB07226750573A* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (List_1_t4A80BCCFB0BC8742C8BB601365DB07226750573A*, const RuntimeMethod*))List_1__ctor_m4927EB5635E5ACE121082D775C7DBD0B38A3ECF7_gshared)(__this, method);
|
|
}
|
|
// System.Void System.Collections.Generic.List`1<UnityEngine.InputSystem.Utilities.JsonParser/JsonValue>::Add(T)
|
|
inline void List_1_Add_mE78869407E32A2635B76A2FAD69DF379E67ABD82_inline (List_1_t4A80BCCFB0BC8742C8BB601365DB07226750573A* __this, JsonValue_t01DB320267C848E729A400EF2345979978F851D2 ___0_item, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (List_1_t4A80BCCFB0BC8742C8BB601365DB07226750573A*, JsonValue_t01DB320267C848E729A400EF2345979978F851D2, const RuntimeMethod*))List_1_Add_mE78869407E32A2635B76A2FAD69DF379E67ABD82_gshared_inline)(__this, ___0_item, method);
|
|
}
|
|
// UnityEngine.InputSystem.Utilities.JsonParser/JsonValue UnityEngine.InputSystem.Utilities.JsonParser/JsonValue::op_Implicit(System.Collections.Generic.List`1<UnityEngine.InputSystem.Utilities.JsonParser/JsonValue>)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JsonValue_t01DB320267C848E729A400EF2345979978F851D2 JsonValue_op_Implicit_m580A57097A5B318A3E6F5FBD586BE9280C055E87 (List_1_t4A80BCCFB0BC8742C8BB601365DB07226750573A* ___0_array, const RuntimeMethod* method) ;
|
|
// System.Void System.NotImplementedException::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotImplementedException__ctor_mDAB47BC6BD0E342E8F2171E5CABE3E67EA049F1C (NotImplementedException_t6366FE4DCF15094C51F4833B91A2AE68D4DA90E8* __this, const RuntimeMethod* method) ;
|
|
// UnityEngine.InputSystem.Utilities.JsonParser/JsonValue UnityEngine.InputSystem.Utilities.JsonParser/JsonValue::op_Implicit(System.Int64)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JsonValue_t01DB320267C848E729A400EF2345979978F851D2 JsonValue_op_Implicit_mB902B5F5A3C1D3534B4F26E73D9CA67678EEA1C4 (int64_t ___0_val, const RuntimeMethod* method) ;
|
|
// UnityEngine.InputSystem.Utilities.JsonParser/JsonValue UnityEngine.InputSystem.Utilities.JsonParser/JsonValue::op_Implicit(System.Double)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JsonValue_t01DB320267C848E729A400EF2345979978F851D2 JsonValue_op_Implicit_mE72F026E4B06F393EDFB13BA2B24E4E7B1E5AF0B (double ___0_val, const RuntimeMethod* method) ;
|
|
// System.Boolean UnityEngine.InputSystem.Utilities.JsonParser::SkipString(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool JsonParser_SkipString_m0B8CF159A30067F47747588E892BA8A3A68E8426 (JsonParser_tF738BE4FBF77CE449E21EA2CE18E937B6692B7E6* __this, String_t* ___0_text, const RuntimeMethod* method) ;
|
|
// UnityEngine.InputSystem.Utilities.JsonParser/JsonValue UnityEngine.InputSystem.Utilities.JsonParser/JsonValue::op_Implicit(System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JsonValue_t01DB320267C848E729A400EF2345979978F851D2 JsonValue_op_Implicit_m524FB941B2168EE4CE6DB55871F7D7331FA5C9D2 (bool ___0_val, const RuntimeMethod* method) ;
|
|
// System.Boolean UnityEngine.InputSystem.Utilities.JsonParser::get_isAtEnd()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool JsonParser_get_isAtEnd_m3FCC32D42BF150894223ECB530345B69A1A28658 (JsonParser_tF738BE4FBF77CE449E21EA2CE18E937B6692B7E6* __this, const RuntimeMethod* method) ;
|
|
// System.String UnityEngine.InputSystem.Utilities.Substring::ToString()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Substring_ToString_m321AF6BA186DB01349CE3C710F1EA773D38FEF6D (Substring_t2E16755269E6716C22074D6BC0A9099915E67849* __this, const RuntimeMethod* method) ;
|
|
// System.Int32 UnityEngine.InputSystem.Utilities.Substring::get_length()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Substring_get_length_m55986408214CA7DBD05548C1E226DC2E4D6E78FC_inline (Substring_t2E16755269E6716C22074D6BC0A9099915E67849* __this, const RuntimeMethod* method) ;
|
|
// System.Char UnityEngine.InputSystem.Utilities.Substring::get_Item(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar Substring_get_Item_m278F3C7634F20487F36267C4BD49BC96DAE4CAC4 (Substring_t2E16755269E6716C22074D6BC0A9099915E67849* __this, int32_t ___0_index, const RuntimeMethod* method) ;
|
|
// System.String UnityEngine.InputSystem.Utilities.JsonParser/JsonString::ToString()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* JsonString_ToString_m1AD75A1BD9CCF84393B192AB42A4390A70D7944A (JsonString_tE22CDDA995FEFF514F3F334C93B6AB31B49773CB* __this, const RuntimeMethod* method) ;
|
|
// System.Int32 UnityEngine.InputSystem.Utilities.Substring::Compare(UnityEngine.InputSystem.Utilities.Substring,UnityEngine.InputSystem.Utilities.Substring,System.StringComparison)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Substring_Compare_mEB3378051C685973B36959D7EE7F7C661508D81A (Substring_t2E16755269E6716C22074D6BC0A9099915E67849 ___0_left, Substring_t2E16755269E6716C22074D6BC0A9099915E67849 ___1_right, int32_t ___2_comparison, const RuntimeMethod* method) ;
|
|
// System.Char System.Char::ToUpperInvariant(System.Char)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar Char_ToUpperInvariant_m43EADCB6987DB5FC44A6BFDBA8800EBACCEC68C8 (Il2CppChar ___0_c, const RuntimeMethod* method) ;
|
|
// System.Boolean UnityEngine.InputSystem.Utilities.JsonParser/JsonString::Equals(UnityEngine.InputSystem.Utilities.JsonParser/JsonString)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool JsonString_Equals_m259C148AAF9F4FAE016AD6002BA4139BD3E11D0B (JsonString_tE22CDDA995FEFF514F3F334C93B6AB31B49773CB* __this, JsonString_tE22CDDA995FEFF514F3F334C93B6AB31B49773CB ___0_other, const RuntimeMethod* method) ;
|
|
// System.Boolean UnityEngine.InputSystem.Utilities.JsonParser/JsonString::Equals(System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool JsonString_Equals_m87EA82B16D7472FF4DE2CB3EC605E8333F09CA28 (JsonString_tE22CDDA995FEFF514F3F334C93B6AB31B49773CB* __this, RuntimeObject* ___0_obj, const RuntimeMethod* method) ;
|
|
// System.Int32 UnityEngine.InputSystem.Utilities.Substring::GetHashCode()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Substring_GetHashCode_m68743D4DB46190219FCBA41BACC476D7083D5986 (Substring_t2E16755269E6716C22074D6BC0A9099915E67849* __this, const RuntimeMethod* method) ;
|
|
// System.Int32 System.Boolean::GetHashCode()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Boolean_GetHashCode_mEDB6904770C962BAF4510E5D24F08083C33900E3 (bool* __this, const RuntimeMethod* method) ;
|
|
// System.Int32 UnityEngine.InputSystem.Utilities.JsonParser/JsonString::GetHashCode()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t JsonString_GetHashCode_m0F0377C9DCB21C60C06220AC07470F6FF66118C5 (JsonString_tE22CDDA995FEFF514F3F334C93B6AB31B49773CB* __this, const RuntimeMethod* method) ;
|
|
// UnityEngine.InputSystem.Utilities.Substring UnityEngine.InputSystem.Utilities.Substring::op_Implicit(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Substring_t2E16755269E6716C22074D6BC0A9099915E67849 Substring_op_Implicit_mABF0BF448C43C80A01DE18A232F89B9EE19CDF89 (String_t* ___0_s, const RuntimeMethod* method) ;
|
|
// System.Boolean UnityEngine.InputSystem.Utilities.NumberHelpers::Approximately(System.Double,System.Double)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool NumberHelpers_Approximately_mE629167A20513BA6F12F46340969A248EA4C8725_inline (double ___0_a, double ___1_b, const RuntimeMethod* method) ;
|
|
// System.String UnityEngine.InputSystem.Utilities.JsonParser/JsonValue::ToString()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* JsonValue_ToString_mCB50C1E9FCBE4DE2DBFB1307A3E3B54DD87B8D8B (JsonValue_t01DB320267C848E729A400EF2345979978F851D2* __this, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Convert::ToBoolean(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Convert_ToBoolean_m3DEA64CC166C14DD2B3461A04C227A05BC06DFEC (String_t* ___0_value, const RuntimeMethod* method) ;
|
|
// System.Boolean UnityEngine.InputSystem.Utilities.JsonParser/JsonValue::ToBoolean()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool JsonValue_ToBoolean_m738AF635F5A47C27EB4010DA008D0DF3D8E0BC1C (JsonValue_t01DB320267C848E729A400EF2345979978F851D2* __this, const RuntimeMethod* method) ;
|
|
// System.Int64 System.Convert::ToInt64(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t Convert_ToInt64_mE141C5A7AE0C7A127BA9B6D165F3098B10726591 (String_t* ___0_value, const RuntimeMethod* method) ;
|
|
// System.Int64 UnityEngine.InputSystem.Utilities.JsonParser/JsonValue::ToInteger()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t JsonValue_ToInteger_m422B3E6191BBE408D6BE18D417CCE108458AB290 (JsonValue_t01DB320267C848E729A400EF2345979978F851D2* __this, const RuntimeMethod* method) ;
|
|
// System.Single System.Convert::ToSingle(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Convert_ToSingle_m312FA1741E893E5B9D93A208CD15D417B1E4C65C (String_t* ___0_value, const RuntimeMethod* method) ;
|
|
// System.Double UnityEngine.InputSystem.Utilities.JsonParser/JsonValue::ToDouble()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double JsonValue_ToDouble_m40E320A31709875A68F4AD10D96451753DC0D3FB (JsonValue_t01DB320267C848E729A400EF2345979978F851D2* __this, const RuntimeMethod* method) ;
|
|
// System.String System.Boolean::ToString()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Boolean_ToString_m6646C8026B1DF381A1EE8CD13549175E9703CC63 (bool* __this, const RuntimeMethod* method) ;
|
|
// System.String System.Int64::ToString(System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Int64_ToString_m5250B67D3E89B8EB829FB26136E744F1F141B7FD (int64_t* __this, RuntimeObject* ___0_provider, const RuntimeMethod* method) ;
|
|
// System.String System.Double::ToString(System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Double_ToString_m4318830D9F771852FDCF21C14CF9E8ABC7E77357 (double* __this, RuntimeObject* ___0_provider, const RuntimeMethod* method) ;
|
|
// System.Void System.Func`2<UnityEngine.InputSystem.Utilities.JsonParser/JsonValue,System.String>::.ctor(System.Object,System.IntPtr)
|
|
inline void Func_2__ctor_m93B1324D1EB6A7747895ADB6EE4E9614B65242C8 (Func_2_t2401365303BAEA06C3B858275C74EF4FBC90D95C* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Func_2_t2401365303BAEA06C3B858275C74EF4FBC90D95C*, RuntimeObject*, intptr_t, const RuntimeMethod*))Func_2__ctor_m6809FD95122AFFED987CFCAEE81B5F2515D48066_gshared)(__this, ___0_object, ___1_method, method);
|
|
}
|
|
// System.Collections.Generic.IEnumerable`1<TResult> System.Linq.Enumerable::Select<UnityEngine.InputSystem.Utilities.JsonParser/JsonValue,System.String>(System.Collections.Generic.IEnumerable`1<TSource>,System.Func`2<TSource,TResult>)
|
|
inline RuntimeObject* Enumerable_Select_TisJsonValue_t01DB320267C848E729A400EF2345979978F851D2_TisString_t_m136CFECF4D1B511E9C669C56CEB297DEE3C56C46 (RuntimeObject* ___0_source, Func_2_t2401365303BAEA06C3B858275C74EF4FBC90D95C* ___1_selector, const RuntimeMethod* method)
|
|
{
|
|
return (( RuntimeObject* (*) (RuntimeObject*, Func_2_t2401365303BAEA06C3B858275C74EF4FBC90D95C*, const RuntimeMethod*))Enumerable_Select_TisJsonValue_t01DB320267C848E729A400EF2345979978F851D2_TisRuntimeObject_m2A6B61FCF7B697A6CADF64975C46E18E740A2084_gshared)(___0_source, ___1_selector, 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.Void System.Func`2<System.Collections.Generic.KeyValuePair`2<System.String,UnityEngine.InputSystem.Utilities.JsonParser/JsonValue>,System.String>::.ctor(System.Object,System.IntPtr)
|
|
inline void Func_2__ctor_mAA7FA2F2C23C8067042DCB8C54E06779FA521265 (Func_2_t6607247B3D14485113F4625701B75EA9FB3C7011* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Func_2_t6607247B3D14485113F4625701B75EA9FB3C7011*, RuntimeObject*, intptr_t, const RuntimeMethod*))Func_2__ctor_m438F102A98957D621CF724E763751C78F10E1A14_gshared)(__this, ___0_object, ___1_method, method);
|
|
}
|
|
// System.Collections.Generic.IEnumerable`1<TResult> System.Linq.Enumerable::Select<System.Collections.Generic.KeyValuePair`2<System.String,UnityEngine.InputSystem.Utilities.JsonParser/JsonValue>,System.String>(System.Collections.Generic.IEnumerable`1<TSource>,System.Func`2<TSource,TResult>)
|
|
inline RuntimeObject* Enumerable_Select_TisKeyValuePair_2_t3B08CB565546FAA05345E98661ADF3C33916BDE8_TisString_t_mCEC082708568351E1762C959E0316A2A7868007E (RuntimeObject* ___0_source, Func_2_t6607247B3D14485113F4625701B75EA9FB3C7011* ___1_selector, const RuntimeMethod* method)
|
|
{
|
|
return (( RuntimeObject* (*) (RuntimeObject*, Func_2_t6607247B3D14485113F4625701B75EA9FB3C7011*, const RuntimeMethod*))Enumerable_Select_TisKeyValuePair_2_tF857B1C753163D05D6CE5351B5146D32C33F0B0C_TisRuntimeObject_mCA2DB4E6ADC01E3B4DBD2ADCA796277EA1688FEB_gshared)(___0_source, ___1_selector, method);
|
|
}
|
|
// System.Boolean UnityEngine.InputSystem.Utilities.JsonParser/JsonString::op_Equality(UnityEngine.InputSystem.Utilities.JsonParser/JsonString,UnityEngine.InputSystem.Utilities.JsonParser/JsonString)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool JsonString_op_Equality_mC708C3CB7867A6D3914BE13117EA235A37AA2827 (JsonString_tE22CDDA995FEFF514F3F334C93B6AB31B49773CB ___0_left, JsonString_tE22CDDA995FEFF514F3F334C93B6AB31B49773CB ___1_right, const RuntimeMethod* method) ;
|
|
// System.Boolean UnityEngine.InputSystem.Utilities.JsonParser/JsonValue::Equals(System.Object,UnityEngine.InputSystem.Utilities.JsonParser/JsonValue)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool JsonValue_Equals_m91074DE67E37B1A2C089964D36F82170A1177B95 (RuntimeObject* ___0_obj, JsonValue_t01DB320267C848E729A400EF2345979978F851D2 ___1_value, const RuntimeMethod* method) ;
|
|
// System.Boolean UnityEngine.InputSystem.Utilities.JsonParser/JsonValue::Equals(UnityEngine.InputSystem.Utilities.JsonParser/JsonValue)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool JsonValue_Equals_m07C8103209811DF912BCDE31A9E4DEDA87DB4B56 (JsonValue_t01DB320267C848E729A400EF2345979978F851D2* __this, JsonValue_t01DB320267C848E729A400EF2345979978F851D2 ___0_other, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Text.RegularExpressions.Regex::IsMatch(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Regex_IsMatch_m7E96E666FBE7259D7638A3A6A21BE824D2406F49 (Regex_tE773142C2BE45C5D362B0F815AFF831707A51772* __this, String_t* ___0_input, const RuntimeMethod* method) ;
|
|
// UnityEngine.InputSystem.Utilities.JsonParser/JsonString UnityEngine.InputSystem.Utilities.JsonParser/JsonString::op_Implicit(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JsonString_tE22CDDA995FEFF514F3F334C93B6AB31B49773CB JsonString_op_Implicit_m8582B0BD013F021A6B6FA644F73947BC61E94BE8 (String_t* ___0_str, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Int64::TryParse(System.String,System.Int64&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Int64_TryParse_m3FC0128C89CC2331239FC2A0A749BF33455F03D2 (String_t* ___0_s, int64_t* ___1_result, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Double::TryParse(System.String,System.Double&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Double_TryParse_m60AD55BC181D70F661BC2A2294E66B5466C3C018 (String_t* ___0_s, double* ___1_result, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Single::TryParse(System.String,System.Single&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Single_TryParse_mC39FC2D8F1F33DE64685F3A8CE6BDD2164FB9423 (String_t* ___0_s, float* ___1_result, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Int32::TryParse(System.String,System.Int32&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Int32_TryParse_mC928DE2FEC1C35ED5298BDDCA9868076E94B8A21 (String_t* ___0_s, int32_t* ___1_result, const RuntimeMethod* method) ;
|
|
// System.Int64 System.Convert::ToInt64(System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t Convert_ToInt64_mB980D7B1AB7B7071D416EE892C2B736D712BE1B5 (RuntimeObject* ___0_value, const RuntimeMethod* method) ;
|
|
// System.Type System.Object::GetType()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* Object_GetType_mE10A8FC1E57F3DF29972CCBC026C2DC3942263B3 (RuntimeObject* __this, const RuntimeMethod* method) ;
|
|
// System.String System.Enum::GetName(System.Type,System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Enum_GetName_m05FE85181853F756BA6BB2C033DD3590E6114D29 (Type_t* ___0_enumType, RuntimeObject* ___1_value, const RuntimeMethod* method) ;
|
|
// System.Boolean UnityEngine.InputSystem.Utilities.JsonParser/JsonValue::Equals(System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool JsonValue_Equals_m4A516862648D99564D5FA05FC99DF63A275D2996 (JsonValue_t01DB320267C848E729A400EF2345979978F851D2* __this, RuntimeObject* ___0_obj, const RuntimeMethod* method) ;
|
|
// System.Int32 System.Double::GetHashCode()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Double_GetHashCode_m3761FC05AD24D97A68FA1E8412A9454DF3880E32_inline (double* __this, const RuntimeMethod* method) ;
|
|
// System.Int32 System.Int64::GetHashCode()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Int64_GetHashCode_mDB050BE2AC244D92B14D1DF725AAD279CDC48496 (int64_t* __this, const RuntimeMethod* method) ;
|
|
// System.Int32 UnityEngine.InputSystem.Utilities.JsonParser/JsonValue::GetHashCode()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t JsonValue_GetHashCode_m6D9DFCA9CF023D45025BB140C5A65CD21F291092 (JsonValue_t01DB320267C848E729A400EF2345979978F851D2* __this, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.InputSystem.Utilities.JsonParser/JsonValue/<>c::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__ctor_mF5FDEAE943A79ACEDDBD71C7BB62786CC89BEAB6 (U3CU3Ec_tDE78E61C4107E524195BB8E60CAB17643215F740* __this, const RuntimeMethod* method) ;
|
|
// TKey System.Collections.Generic.KeyValuePair`2<System.String,UnityEngine.InputSystem.Utilities.JsonParser/JsonValue>::get_Key()
|
|
inline String_t* KeyValuePair_2_get_Key_mA6B7939F0F23E60DD9D23F856D215FBA7BB004C3_inline (KeyValuePair_2_t3B08CB565546FAA05345E98661ADF3C33916BDE8* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( String_t* (*) (KeyValuePair_2_t3B08CB565546FAA05345E98661ADF3C33916BDE8*, const RuntimeMethod*))KeyValuePair_2_get_Key_mBD9C88CB5A45096243E5CE92DE07B077508B7730_gshared_inline)(__this, method);
|
|
}
|
|
// TValue System.Collections.Generic.KeyValuePair`2<System.String,UnityEngine.InputSystem.Utilities.JsonParser/JsonValue>::get_Value()
|
|
inline JsonValue_t01DB320267C848E729A400EF2345979978F851D2 KeyValuePair_2_get_Value_m4493E1071982412E337500E6AA0B45E1BBC4EACD_inline (KeyValuePair_2_t3B08CB565546FAA05345E98661ADF3C33916BDE8* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( JsonValue_t01DB320267C848E729A400EF2345979978F851D2 (*) (KeyValuePair_2_t3B08CB565546FAA05345E98661ADF3C33916BDE8*, const RuntimeMethod*))KeyValuePair_2_get_Value_mE2F1308AA1361FAC791808BF909523539D8804EA_gshared_inline)(__this, method);
|
|
}
|
|
// System.Boolean UnityEngine.InputSystem.Utilities.MemoryHelpers::ReadSingleBit(System.Void*,System.UInt32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MemoryHelpers_ReadSingleBit_m2195F4D85BE5077C89B8C6DBA2C5A2D25F83CD57 (void* ___0_ptr, uint32_t ___1_bitOffset, const RuntimeMethod* method) ;
|
|
// System.Boolean UnityEngine.InputSystem.Utilities.MemoryHelpers::MemCmpBitRegion(System.Void*,System.Void*,System.UInt32,System.UInt32,System.Void*)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MemoryHelpers_MemCmpBitRegion_mC33AD9C5411D78003CC75D1D2E75707BAC1F4944 (void* ___0_ptr1, void* ___1_ptr2, uint32_t ___2_bitOffset, uint32_t ___3_bitCount, void* ___4_mask, const RuntimeMethod* method) ;
|
|
// System.Int32 Unity.Collections.LowLevel.Unsafe.UnsafeUtility::MemCmp(System.Void*,System.Void*,System.Int64)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UnsafeUtility_MemCmp_mA0E0E1A93F715105E7B576F1603DCAB37717A5EF (void* ___0_ptr1, void* ___1_ptr2, int64_t ___2_size, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.InputSystem.Utilities.MemoryHelpers::WriteUIntAsMultipleBits(System.Void*,System.UInt32,System.UInt32,System.UInt32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MemoryHelpers_WriteUIntAsMultipleBits_mCD66D6AAF05226A6BF96602113AC1C76B37AD574 (void* ___0_ptr, uint32_t ___1_bitOffset, uint32_t ___2_bitCount, uint32_t ___3_value, const RuntimeMethod* method) ;
|
|
// System.Single UnityEngine.InputSystem.Utilities.NumberHelpers::UIntToNormalizedFloat(System.UInt32,System.UInt32,System.UInt32)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float NumberHelpers_UIntToNormalizedFloat_m7AC854D977290A07F9778706649DBE5CA4608189_inline (uint32_t ___0_value, uint32_t ___1_minValue, uint32_t ___2_maxValue, const RuntimeMethod* method) ;
|
|
// System.UInt32 UnityEngine.InputSystem.Utilities.NumberHelpers::NormalizedFloatToUInt(System.Single,System.UInt32,System.UInt32)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint32_t NumberHelpers_NormalizedFloatToUInt_m83A3FB82B0A6D8684366FE38FF074756D652A6AC_inline (float ___0_value, uint32_t ___1_uintMinValue, uint32_t ___2_uintMaxValue, const RuntimeMethod* method) ;
|
|
// System.UInt32 System.Math::Min(System.UInt32,System.UInt32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t Math_Min_m66781C8F3800C6682369B449FFDB62FAD5E87121 (uint32_t ___0_val1, uint32_t ___1_val2, const RuntimeMethod* method) ;
|
|
// System.UInt32 UnityEngine.InputSystem.Utilities.NumberHelpers::AlignToMultipleOf(System.UInt32,System.UInt32)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint32_t NumberHelpers_AlignToMultipleOf_m44B66C972BC1F508B9022564F265D1AA6A001AAE_inline (uint32_t ___0_number, uint32_t ___1_alignment, const RuntimeMethod* method) ;
|
|
// System.Boolean UnityEngine.InputSystem.Utilities.MemoryHelpers/BitRegion::get_isEmpty()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BitRegion_get_isEmpty_mC3A6E466094BEA177ED90EB1C75DACB4CDF79A73 (BitRegion_tFE885CE2CC6C0287CF86BF59672C19D86D8DFC4C* __this, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.InputSystem.Utilities.MemoryHelpers/BitRegion::.ctor(System.UInt32,System.UInt32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BitRegion__ctor_m1E84F3CB4EE2913D35504825FBEA1D09730141EA (BitRegion_tFE885CE2CC6C0287CF86BF59672C19D86D8DFC4C* __this, uint32_t ___0_bitOffset, uint32_t ___1_sizeInBits, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.InputSystem.Utilities.MemoryHelpers/BitRegion::.ctor(System.UInt32,System.UInt32,System.UInt32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BitRegion__ctor_mAE0DA8673E801C54C88661E404E90955BC6BAAC4 (BitRegion_tFE885CE2CC6C0287CF86BF59672C19D86D8DFC4C* __this, uint32_t ___0_byteOffset, uint32_t ___1_bitOffset, uint32_t ___2_sizeInBits, const RuntimeMethod* method) ;
|
|
// System.UInt32 System.Math::Max(System.UInt32,System.UInt32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t Math_Max_m6612C5AE2D40056418765878E8787E4828D2ADD7 (uint32_t ___0_val1, uint32_t ___1_val2, const RuntimeMethod* method) ;
|
|
// UnityEngine.InputSystem.Utilities.MemoryHelpers/BitRegion UnityEngine.InputSystem.Utilities.MemoryHelpers/BitRegion::Overlap(UnityEngine.InputSystem.Utilities.MemoryHelpers/BitRegion)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BitRegion_tFE885CE2CC6C0287CF86BF59672C19D86D8DFC4C BitRegion_Overlap_mE463BD05419F00FCB54C4DBC6232ED631ECDF70E (BitRegion_tFE885CE2CC6C0287CF86BF59672C19D86D8DFC4C* __this, BitRegion_tFE885CE2CC6C0287CF86BF59672C19D86D8DFC4C ___0_other, 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.Void UnityEngine.InputSystem.Utilities.NameAndParameters::set_name(System.String)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void NameAndParameters_set_name_m2801F82D305182583BDF540F3542136507DC8F6B_inline (NameAndParameters_t8F37102128EFD31CA57808AE6E3D1244758DEA01* __this, String_t* ___0_value, const RuntimeMethod* method) ;
|
|
// UnityEngine.InputSystem.Utilities.ReadOnlyArray`1<UnityEngine.InputSystem.Utilities.NamedValue> UnityEngine.InputSystem.Utilities.NameAndParameters::get_parameters()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ReadOnlyArray_1_t4A15F7D15ACB297B45A08889D51E4CACEAD4EDF9 NameAndParameters_get_parameters_m95955C020AC036867502A12AA64D4EB5F5B61135_inline (NameAndParameters_t8F37102128EFD31CA57808AE6E3D1244758DEA01* __this, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.InputSystem.Utilities.NameAndParameters::set_parameters(UnityEngine.InputSystem.Utilities.ReadOnlyArray`1<UnityEngine.InputSystem.Utilities.NamedValue>)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void NameAndParameters_set_parameters_m503C9C51BCCF48E06523966533CA3F490E03D668_inline (NameAndParameters_t8F37102128EFD31CA57808AE6E3D1244758DEA01* __this, ReadOnlyArray_1_t4A15F7D15ACB297B45A08889D51E4CACEAD4EDF9 ___0_value, const RuntimeMethod* method) ;
|
|
// System.Int32 UnityEngine.InputSystem.Utilities.ReadOnlyArray`1<UnityEngine.InputSystem.Utilities.NamedValue>::get_Count()
|
|
inline int32_t ReadOnlyArray_1_get_Count_m76D58AB3E0CF768F6E547B59CAD83CEF522A5242_inline (ReadOnlyArray_1_t4A15F7D15ACB297B45A08889D51E4CACEAD4EDF9* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( int32_t (*) (ReadOnlyArray_1_t4A15F7D15ACB297B45A08889D51E4CACEAD4EDF9*, const RuntimeMethod*))ReadOnlyArray_1_get_Count_m76D58AB3E0CF768F6E547B59CAD83CEF522A5242_gshared_inline)(__this, method);
|
|
}
|
|
// System.Void System.Func`2<UnityEngine.InputSystem.Utilities.NamedValue,System.String>::.ctor(System.Object,System.IntPtr)
|
|
inline void Func_2__ctor_m1760CA39C91164A1A82D79789B1D78B9AE623321 (Func_2_t526C279A85678AE3DCBB2300E3EF9872CBFACECC* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Func_2_t526C279A85678AE3DCBB2300E3EF9872CBFACECC*, RuntimeObject*, intptr_t, const RuntimeMethod*))Func_2__ctor_m6244264A73E69D93880B6A162036B4655F8B20D0_gshared)(__this, ___0_object, ___1_method, method);
|
|
}
|
|
// System.Collections.Generic.IEnumerable`1<TResult> System.Linq.Enumerable::Select<UnityEngine.InputSystem.Utilities.NamedValue,System.String>(System.Collections.Generic.IEnumerable`1<TSource>,System.Func`2<TSource,TResult>)
|
|
inline RuntimeObject* Enumerable_Select_TisNamedValue_t1D89B1ACD11D2B5284666865014E67683742B8ED_TisString_t_mABBBF82818B05A51B080A47CF7E81F1C13A146E4 (RuntimeObject* ___0_source, Func_2_t526C279A85678AE3DCBB2300E3EF9872CBFACECC* ___1_selector, const RuntimeMethod* method)
|
|
{
|
|
return (( RuntimeObject* (*) (RuntimeObject*, Func_2_t526C279A85678AE3DCBB2300E3EF9872CBFACECC*, const RuntimeMethod*))Enumerable_Select_TisNamedValue_t1D89B1ACD11D2B5284666865014E67683742B8ED_TisRuntimeObject_m378DFFB019F4288DA3FD096E6C600A21AFC63FFE_gshared)(___0_source, ___1_selector, method);
|
|
}
|
|
// TSource[] System.Linq.Enumerable::ToArray<System.String>(System.Collections.Generic.IEnumerable`1<TSource>)
|
|
inline StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* Enumerable_ToArray_TisString_t_m3B23EE2DD15B2996E7D2ECA6E74696DA892AA194 (RuntimeObject* ___0_source, const RuntimeMethod* method)
|
|
{
|
|
return (( StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* (*) (RuntimeObject*, const RuntimeMethod*))Enumerable_ToArray_TisRuntimeObject_mA54265C2C8A0864929ECD300B75E4952D553D17D_gshared)(___0_source, 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) ;
|
|
// System.String UnityEngine.InputSystem.Utilities.NameAndParameters::ToString()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* NameAndParameters_ToString_m8AD39CC89BF41DC919459E00C36B63F9D5F4E012 (NameAndParameters_t8F37102128EFD31CA57808AE6E3D1244758DEA01* __this, const RuntimeMethod* method) ;
|
|
// System.Boolean UnityEngine.InputSystem.Utilities.NameAndParameters::ParseMultiple(System.String,System.Collections.Generic.List`1<UnityEngine.InputSystem.Utilities.NameAndParameters>&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NameAndParameters_ParseMultiple_mB740256AB833D91F04DA5BD484CE6BCE5CACBC2C (String_t* ___0_text, List_1_tF542FB9F97D34CC06B085D6872645B0DC0AA5E43** ___1_list, const RuntimeMethod* method) ;
|
|
// System.Collections.Generic.IEnumerable`1<TResult> System.Linq.Enumerable::Empty<UnityEngine.InputSystem.Utilities.NameAndParameters>()
|
|
inline RuntimeObject* Enumerable_Empty_TisNameAndParameters_t8F37102128EFD31CA57808AE6E3D1244758DEA01_mB7EC334B328DC858AE56A03D0A9FCFA8124C1125_inline (const RuntimeMethod* method)
|
|
{
|
|
return (( RuntimeObject* (*) (const RuntimeMethod*))Enumerable_Empty_TisNameAndParameters_t8F37102128EFD31CA57808AE6E3D1244758DEA01_mB7EC334B328DC858AE56A03D0A9FCFA8124C1125_gshared_inline)(method);
|
|
}
|
|
// System.String System.String::Trim()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Trim_mCD6D8C6D4CFD15225D12DB7D3E0544CA80FB8DA5 (String_t* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Collections.Generic.List`1<UnityEngine.InputSystem.Utilities.NameAndParameters>::.ctor()
|
|
inline void List_1__ctor_m54679AACC475270264CAC43D2A0F43672A1D7082 (List_1_tF542FB9F97D34CC06B085D6872645B0DC0AA5E43* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (List_1_tF542FB9F97D34CC06B085D6872645B0DC0AA5E43*, const RuntimeMethod*))List_1__ctor_m54679AACC475270264CAC43D2A0F43672A1D7082_gshared)(__this, method);
|
|
}
|
|
// System.Void System.Collections.Generic.List`1<UnityEngine.InputSystem.Utilities.NameAndParameters>::Clear()
|
|
inline void List_1_Clear_m58527EC8CB345DC3E53630A7B599BDCF01B206F8_inline (List_1_tF542FB9F97D34CC06B085D6872645B0DC0AA5E43* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (List_1_tF542FB9F97D34CC06B085D6872645B0DC0AA5E43*, const RuntimeMethod*))List_1_Clear_m58527EC8CB345DC3E53630A7B599BDCF01B206F8_gshared_inline)(__this, method);
|
|
}
|
|
// UnityEngine.InputSystem.Utilities.NameAndParameters UnityEngine.InputSystem.Utilities.NameAndParameters::ParseNameAndParameters(System.String,System.Int32&,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NameAndParameters_t8F37102128EFD31CA57808AE6E3D1244758DEA01 NameAndParameters_ParseNameAndParameters_m92C42E3F95E86C5EBB3E0D7A30C6DE154C6876A1 (String_t* ___0_text, int32_t* ___1_index, bool ___2_nameOnly, const RuntimeMethod* method) ;
|
|
// System.Void System.Collections.Generic.List`1<UnityEngine.InputSystem.Utilities.NameAndParameters>::Add(T)
|
|
inline void List_1_Add_mA0F712F994883E3BEC29241900DDE5AEBE2561CB_inline (List_1_tF542FB9F97D34CC06B085D6872645B0DC0AA5E43* __this, NameAndParameters_t8F37102128EFD31CA57808AE6E3D1244758DEA01 ___0_item, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (List_1_tF542FB9F97D34CC06B085D6872645B0DC0AA5E43*, NameAndParameters_t8F37102128EFD31CA57808AE6E3D1244758DEA01, const RuntimeMethod*))List_1_Add_mA0F712F994883E3BEC29241900DDE5AEBE2561CB_gshared_inline)(__this, ___0_item, method);
|
|
}
|
|
// System.String System.String::Substring(System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Substring_mB1D94F47935D22E130FF2C01DBB6A4135FBB76CE (String_t* __this, int32_t ___0_startIndex, int32_t ___1_length, const RuntimeMethod* method) ;
|
|
// System.Int32 System.String::IndexOf(System.Char,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_IndexOf_m15B90A59047584420D227EE3A7EAC0C5EAF676F4 (String_t* __this, Il2CppChar ___0_value, int32_t ___1_startIndex, const RuntimeMethod* method) ;
|
|
// UnityEngine.InputSystem.Utilities.NamedValue[] UnityEngine.InputSystem.Utilities.NamedValue::ParseMultiple(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NamedValueU5BU5D_tADD8F1373B88C55F68499688D72C21A97F63303A* NamedValue_ParseMultiple_mC8E42688F072AECEBBEE37214D6A9812F124E1C6 (String_t* ___0_parameterString, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.InputSystem.Utilities.ReadOnlyArray`1<UnityEngine.InputSystem.Utilities.NamedValue>::.ctor(TValue[])
|
|
inline void ReadOnlyArray_1__ctor_m0A2A04DEB5DD6904A88BA998F8DFF306E7932261 (ReadOnlyArray_1_t4A15F7D15ACB297B45A08889D51E4CACEAD4EDF9* __this, NamedValueU5BU5D_tADD8F1373B88C55F68499688D72C21A97F63303A* ___0_array, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (ReadOnlyArray_1_t4A15F7D15ACB297B45A08889D51E4CACEAD4EDF9*, NamedValueU5BU5D_tADD8F1373B88C55F68499688D72C21A97F63303A*, const RuntimeMethod*))ReadOnlyArray_1__ctor_m0A2A04DEB5DD6904A88BA998F8DFF306E7932261_gshared)(__this, ___0_array, method);
|
|
}
|
|
// System.Void UnityEngine.InputSystem.Utilities.NameAndParameters/<>c::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__ctor_m486D1911DD41BBA08431CC7989B715D329BE10F4 (U3CU3Ec_t8AD7C84FF9F1064C77B838F0D20F40B9543CBCC3* __this, const RuntimeMethod* method) ;
|
|
// System.String UnityEngine.InputSystem.Utilities.NamedValue::ToString()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* NamedValue_ToString_m0F6EBEC30931F42BE8B23CCC87490C7142FF93EF (NamedValue_t1D89B1ACD11D2B5284666865014E67683742B8ED* __this, const RuntimeMethod* method) ;
|
|
// System.String UnityEngine.InputSystem.Utilities.NamedValue::get_name()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* NamedValue_get_name_m45E9C3490890CE9E140EFCF1A33781E0939A884F_inline (NamedValue_t1D89B1ACD11D2B5284666865014E67683742B8ED* __this, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.InputSystem.Utilities.NamedValue::set_name(System.String)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void NamedValue_set_name_mCF3BCACF7F87CF0C64AB3E4547BA5876ADF1940C_inline (NamedValue_t1D89B1ACD11D2B5284666865014E67683742B8ED* __this, String_t* ___0_value, const RuntimeMethod* method) ;
|
|
// UnityEngine.InputSystem.Utilities.PrimitiveValue UnityEngine.InputSystem.Utilities.NamedValue::get_value()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 NamedValue_get_value_m511BD4B70448C88B98FE3CCC7483DA07AAC2BBAD_inline (NamedValue_t1D89B1ACD11D2B5284666865014E67683742B8ED* __this, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.InputSystem.Utilities.NamedValue::set_value(UnityEngine.InputSystem.Utilities.PrimitiveValue)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void NamedValue_set_value_mD96CEA0EB28C32139F47AEF613FE40B6DD7A5D7D_inline (NamedValue_t1D89B1ACD11D2B5284666865014E67683742B8ED* __this, PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 ___0_value, const RuntimeMethod* method) ;
|
|
// System.TypeCode UnityEngine.InputSystem.Utilities.PrimitiveValue::get_type()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t PrimitiveValue_get_type_m5E879D643209154FA8B68A45366EB969221CF4F4_inline (PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4* __this, const RuntimeMethod* method) ;
|
|
// System.TypeCode UnityEngine.InputSystem.Utilities.NamedValue::get_type()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NamedValue_get_type_mF2FBED751DA0516D66F46AB32C60DFFE8027380F (NamedValue_t1D89B1ACD11D2B5284666865014E67683742B8ED* __this, const RuntimeMethod* method) ;
|
|
// UnityEngine.InputSystem.Utilities.PrimitiveValue UnityEngine.InputSystem.Utilities.PrimitiveValue::ConvertTo(System.TypeCode)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 PrimitiveValue_ConvertTo_m3C9A743C61C05379F24963C048A79434034322FC (PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4* __this, int32_t ___0_type, const RuntimeMethod* method) ;
|
|
// UnityEngine.InputSystem.Utilities.NamedValue UnityEngine.InputSystem.Utilities.NamedValue::ConvertTo(System.TypeCode)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NamedValue_t1D89B1ACD11D2B5284666865014E67683742B8ED NamedValue_ConvertTo_m24D11B4DFFD04FE9104E962E7BAD9AD744719C40 (NamedValue_t1D89B1ACD11D2B5284666865014E67683742B8ED* __this, int32_t ___0_type, 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 UnityEngine.InputSystem.Utilities.PrimitiveValue::op_Equality(UnityEngine.InputSystem.Utilities.PrimitiveValue,UnityEngine.InputSystem.Utilities.PrimitiveValue)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PrimitiveValue_op_Equality_m8BE927DD619CED4B244E4454A09ED72993A9C3D4 (PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 ___0_left, PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 ___1_right, const RuntimeMethod* method) ;
|
|
// System.Boolean UnityEngine.InputSystem.Utilities.NamedValue::Equals(UnityEngine.InputSystem.Utilities.NamedValue)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NamedValue_Equals_m5FADA66AE3D59B90A3711D5CC97E49E9C8D004FE (NamedValue_t1D89B1ACD11D2B5284666865014E67683742B8ED* __this, NamedValue_t1D89B1ACD11D2B5284666865014E67683742B8ED ___0_other, const RuntimeMethod* method) ;
|
|
// System.Boolean UnityEngine.InputSystem.Utilities.NamedValue::Equals(System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NamedValue_Equals_m86355FFFA5B5AC03EC1BE50F8896AD5C8AADBA75 (NamedValue_t1D89B1ACD11D2B5284666865014E67683742B8ED* __this, RuntimeObject* ___0_obj, const RuntimeMethod* method) ;
|
|
// System.Int32 UnityEngine.InputSystem.Utilities.PrimitiveValue::GetHashCode()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t PrimitiveValue_GetHashCode_m01922EDADB35BFCE99223EA72C831D2876691E03 (PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4* __this, const RuntimeMethod* method) ;
|
|
// System.Int32 UnityEngine.InputSystem.Utilities.NamedValue::GetHashCode()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NamedValue_GetHashCode_mEC04989699012042196140B1FF0FE7DD6A0237AD (NamedValue_t1D89B1ACD11D2B5284666865014E67683742B8ED* __this, const RuntimeMethod* method) ;
|
|
// System.Int32 UnityEngine.InputSystem.Utilities.StringHelpers::CountOccurrences(System.String,System.Char)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t StringHelpers_CountOccurrences_mF1BB446EF34C10970969D34799E8D5F4AC2BA0B1 (String_t* ___0_str, Il2CppChar ___1_ch, const RuntimeMethod* method) ;
|
|
// UnityEngine.InputSystem.Utilities.NamedValue UnityEngine.InputSystem.Utilities.NamedValue::ParseParameter(System.String,System.Int32&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NamedValue_t1D89B1ACD11D2B5284666865014E67683742B8ED NamedValue_ParseParameter_mC658273CD2D431D70D3A7483551C0F4C2A20ACCF (String_t* ___0_parameterString, int32_t* ___1_index, const RuntimeMethod* method) ;
|
|
// UnityEngine.InputSystem.Utilities.PrimitiveValue UnityEngine.InputSystem.Utilities.PrimitiveValue::op_Implicit(System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 PrimitiveValue_op_Implicit_m88DA0724A750D2FC842CD51F66B615E4DE5003BD (bool ___0_value, const RuntimeMethod* method) ;
|
|
// UnityEngine.InputSystem.Utilities.PrimitiveValue UnityEngine.InputSystem.Utilities.PrimitiveValue::FromString(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 PrimitiveValue_FromString_m7EC9419F788AA87E359BAA1EE7E857FC86634258 (String_t* ___0_value, 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) ;
|
|
// 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.TypeCode System.Type::GetTypeCode(System.Type)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Type_GetTypeCode_m2CE476933AF4B381D7A52F4343B70E9878FDF466 (Type_t* ___0_type, const RuntimeMethod* method) ;
|
|
// System.Object UnityEngine.InputSystem.Utilities.PrimitiveValue::ToObject()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* PrimitiveValue_ToObject_m7A6694A54B84F62E02E35C5ED78D8809BCD27979 (PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Reflection.FieldInfo::SetValue(System.Object,System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FieldInfo_SetValue_mD8C0DA3A1A0CFF073F971622BBDBAAB6688B4B6C (FieldInfo_t* __this, RuntimeObject* ___0_obj, RuntimeObject* ___1_value, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.InputSystem.Utilities.NamedValue::ApplyToObject(System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NamedValue_ApplyToObject_m9B5513EAC952611D46852EA28EEA151A1D870DBD (NamedValue_t1D89B1ACD11D2B5284666865014E67683742B8ED* __this, RuntimeObject* ___0_instance, const RuntimeMethod* method) ;
|
|
// System.Double System.Math::Max(System.Double,System.Double)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double Math_Max_m7BAC743E1752A51F258BB82DEBDD13E7C6D3ED26 (double ___0_val1, double ___1_val2, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.InputSystem.Utilities.ForDeviceEventObservable/ForDevice::.ctor(System.Type,UnityEngine.InputSystem.InputDevice,System.IObserver`1<UnityEngine.InputSystem.LowLevel.InputEventPtr>)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ForDevice__ctor_m06C106C1F6C25A151D081C6E95036B949644C27D (ForDevice_t262FA471E18D6021E182BAE26D2AD560624CE35E* __this, Type_t* ___0_deviceType, InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* ___1_device, RuntimeObject* ___2_observer, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Type::op_Inequality(System.Type,System.Type)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Type_op_Inequality_m83209C7BB3C05DFBEA3B6199B0BEFE8037301172 (Type_t* ___0_left, Type_t* ___1_right, const RuntimeMethod* method) ;
|
|
// System.Int32 UnityEngine.InputSystem.LowLevel.InputEventPtr::get_deviceId()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t InputEventPtr_get_deviceId_mD8B68EDC37D90A69EE67A47B3E17F4D80D4620D3 (InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0* __this, const RuntimeMethod* method) ;
|
|
// UnityEngine.InputSystem.InputDevice UnityEngine.InputSystem.InputSystem::GetDeviceById(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* InputSystem_GetDeviceById_mC5C12308F6B71C9AAD24CFBB984E5C3C79F6C099 (int32_t ___0_deviceId, const RuntimeMethod* method) ;
|
|
// System.Int32 UnityEngine.InputSystem.InputDevice::get_deviceId()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t InputDevice_get_deviceId_mC65E69E6117B78DB2F4963F5CF9BF031488AD588_inline (InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* __this, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.InputSystem.Utilities.ForDeviceEventObservable::.ctor(System.IObservable`1<UnityEngine.InputSystem.LowLevel.InputEventPtr>,System.Type,UnityEngine.InputSystem.InputDevice)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ForDeviceEventObservable__ctor_mB1C31FA7E513DB5D377B8F95AB66DBA80A0B2EFC (ForDeviceEventObservable_t8A72659C906D6280192E680AF251425A67A7D889* __this, RuntimeObject* ___0_source, Type_t* ___1_deviceType, InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* ___2_device, const RuntimeMethod* method) ;
|
|
// System.String System.ReadOnlySpan`1<System.Char>::ToString()
|
|
inline String_t* ReadOnlySpan_1_ToString_mB13A913EF211B14B719EE62133C15C298642E34D (ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( String_t* (*) (ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1*, const RuntimeMethod*))ReadOnlySpan_1_ToString_mB13A913EF211B14B719EE62133C15C298642E34D_gshared)(__this, method);
|
|
}
|
|
// System.Void UnityEngine.InputSystem.Utilities.PredictiveParser::ExpectSingleChar(System.ReadOnlySpan`1<System.Char>,System.Char)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PredictiveParser_ExpectSingleChar_mBC652F6547A1588C13BA3A9066A801E818CE12CA (PredictiveParser_t33E75D237A7F855FDFDD50AA2DDDBBB65DE94248* __this, ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 ___0_str, Il2CppChar ___1_c, const RuntimeMethod* method) ;
|
|
// System.Int32 UnityEngine.InputSystem.Utilities.PredictiveParser::ExpectInt(System.ReadOnlySpan`1<System.Char>)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t PredictiveParser_ExpectInt_m8BCAD0C431D1C562C80A4C9B3A68A8C8C83C4AA6 (PredictiveParser_t33E75D237A7F855FDFDD50AA2DDDBBB65DE94248* __this, ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 ___0_str, const RuntimeMethod* method) ;
|
|
// System.ReadOnlySpan`1<T> System.ReadOnlySpan`1<System.Char>::get_Empty()
|
|
inline ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 ReadOnlySpan_1_get_Empty_mD21E73543F21952EEC2C85604B0A17A3BCEC7F7D (const RuntimeMethod* method)
|
|
{
|
|
return (( ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 (*) (const RuntimeMethod*))ReadOnlySpan_1_get_Empty_mD21E73543F21952EEC2C85604B0A17A3BCEC7F7D_gshared)(method);
|
|
}
|
|
// System.ReadOnlySpan`1<T> System.ReadOnlySpan`1<System.Char>::Slice(System.Int32,System.Int32)
|
|
inline ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 ReadOnlySpan_1_Slice_mDEEA4C304B13C8F7A63BC3D60B62FF17BBEE282B_inline (ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1* __this, int32_t ___0_start, int32_t ___1_length, const RuntimeMethod* method)
|
|
{
|
|
return (( ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 (*) (ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1*, int32_t, int32_t, const RuntimeMethod*))ReadOnlySpan_1_Slice_mDEEA4C304B13C8F7A63BC3D60B62FF17BBEE282B_gshared_inline)(__this, ___0_start, ___1_length, method);
|
|
}
|
|
// System.ReadOnlySpan`1<System.Char> UnityEngine.InputSystem.Utilities.PredictiveParser::ExpectString(System.ReadOnlySpan`1<System.Char>)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 PredictiveParser_ExpectString_mB9D2D4DB64514E11C5BA9A06FB9FC2F69F423FCB (PredictiveParser_t33E75D237A7F855FDFDD50AA2DDDBBB65DE94248* __this, ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 ___0_str, const RuntimeMethod* method) ;
|
|
// System.Boolean UnityEngine.InputSystem.Utilities.PredictiveParser::AcceptSingleChar(System.ReadOnlySpan`1<System.Char>,System.Char)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PredictiveParser_AcceptSingleChar_m2200F1C4ED06F07D4981D5A2F4D2F96D3CEC2002 (PredictiveParser_t33E75D237A7F855FDFDD50AA2DDDBBB65DE94248* __this, ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 ___0_str, Il2CppChar ___1_c, const RuntimeMethod* method) ;
|
|
// System.Boolean UnityEngine.InputSystem.Utilities.PredictiveParser::AcceptString(System.ReadOnlySpan`1<System.Char>,System.ReadOnlySpan`1<System.Char>&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PredictiveParser_AcceptString_m786D5F348A934235EFADF3946E405D24E0A22BC1 (PredictiveParser_t33E75D237A7F855FDFDD50AA2DDDBBB65DE94248* __this, ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 ___0_input, ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1* ___1_output, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.InputSystem.Utilities.PredictiveParser::AcceptInt(System.ReadOnlySpan`1<System.Char>)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PredictiveParser_AcceptInt_m4C94C20DE615EA781A1554037E625DCD5CD77986 (PredictiveParser_t33E75D237A7F855FDFDD50AA2DDDBBB65DE94248* __this, ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 ___0_str, const RuntimeMethod* method) ;
|
|
// System.Byte* UnityEngine.InputSystem.Utilities.PrimitiveValue::get_valuePtr()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t* PrimitiveValue_get_valuePtr_mC4D0147F33F8DFB6EDDBEC0379B5DA14CAECA860 (PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4* __this, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.InputSystem.Utilities.PrimitiveValue::.ctor(System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PrimitiveValue__ctor_m5E397D2F1982DB0D98C5A7B90779C77F0F18E69D (PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4* __this, bool ___0_value, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.InputSystem.Utilities.PrimitiveValue::.ctor(System.Char)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PrimitiveValue__ctor_m11F6D92B8EE6F1A6100626EB0DC5279B11A24091 (PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4* __this, Il2CppChar ___0_value, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.InputSystem.Utilities.PrimitiveValue::.ctor(System.Byte)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PrimitiveValue__ctor_m8912405DDD67AE6BD7C3AEFC0CCE6763685BFEF4 (PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4* __this, uint8_t ___0_value, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.InputSystem.Utilities.PrimitiveValue::.ctor(System.SByte)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PrimitiveValue__ctor_m0840C90CF0388B516CA19F4E3D7EE4A4EA4002B7 (PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4* __this, int8_t ___0_value, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.InputSystem.Utilities.PrimitiveValue::.ctor(System.Int16)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PrimitiveValue__ctor_m5A885836261C9EDF048EF197F0590181140A3211 (PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4* __this, int16_t ___0_value, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.InputSystem.Utilities.PrimitiveValue::.ctor(System.UInt16)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PrimitiveValue__ctor_mD492CA654AEBBB0F6EC8E47F79F30EFCD605057C (PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4* __this, uint16_t ___0_value, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.InputSystem.Utilities.PrimitiveValue::.ctor(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PrimitiveValue__ctor_mCEA5ABEF86F4126EA7B799076BBE342DE9BEDCBA (PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4* __this, int32_t ___0_value, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.InputSystem.Utilities.PrimitiveValue::.ctor(System.UInt32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PrimitiveValue__ctor_mAD83AEB23A8D29DE6983041857D76058C9AA0FF0 (PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4* __this, uint32_t ___0_value, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.InputSystem.Utilities.PrimitiveValue::.ctor(System.Int64)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PrimitiveValue__ctor_m40FF7BAD4F8F3EA5246D5969F8F473337A8EBCBB (PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4* __this, int64_t ___0_value, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.InputSystem.Utilities.PrimitiveValue::.ctor(System.UInt64)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PrimitiveValue__ctor_m281D9596586E25F1A5EC68A194CEACE26ABEA8E6 (PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4* __this, uint64_t ___0_value, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.InputSystem.Utilities.PrimitiveValue::.ctor(System.Single)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PrimitiveValue__ctor_m180FCA3F3070CB12B6C06990A5D214F8BBCE7246 (PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4* __this, float ___0_value, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.InputSystem.Utilities.PrimitiveValue::.ctor(System.Double)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PrimitiveValue__ctor_m7F8ED2A1E9AC81A4FD68FD3EAFF2F92BBF14F9B8 (PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4* __this, double ___0_value, const RuntimeMethod* method) ;
|
|
// System.Boolean UnityEngine.InputSystem.Utilities.PrimitiveValue::ToBoolean(System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PrimitiveValue_ToBoolean_m6F7A1CB501C4530A966319D958B44ABA1AA34C51 (PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4* __this, RuntimeObject* ___0_provider, const RuntimeMethod* method) ;
|
|
// System.Char UnityEngine.InputSystem.Utilities.PrimitiveValue::ToChar(System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar PrimitiveValue_ToChar_mB699C9A6DE30BFCB8A5DCEDF1A0AAA1903AABBB3 (PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4* __this, RuntimeObject* ___0_provider, const RuntimeMethod* method) ;
|
|
// UnityEngine.InputSystem.Utilities.PrimitiveValue UnityEngine.InputSystem.Utilities.PrimitiveValue::op_Implicit(System.Char)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 PrimitiveValue_op_Implicit_m572A95BF792BA181261D7F242F7AE559FA2FC699 (Il2CppChar ___0_value, const RuntimeMethod* method) ;
|
|
// System.Byte UnityEngine.InputSystem.Utilities.PrimitiveValue::ToByte(System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t PrimitiveValue_ToByte_m0E28F3584D4F827AF13CF803DA08AF4258042931 (PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4* __this, RuntimeObject* ___0_provider, const RuntimeMethod* method) ;
|
|
// UnityEngine.InputSystem.Utilities.PrimitiveValue UnityEngine.InputSystem.Utilities.PrimitiveValue::op_Implicit(System.Byte)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 PrimitiveValue_op_Implicit_m5F8496E4F1946DA6749C174D022C319790E437EE (uint8_t ___0_value, const RuntimeMethod* method) ;
|
|
// System.SByte UnityEngine.InputSystem.Utilities.PrimitiveValue::ToSByte(System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int8_t PrimitiveValue_ToSByte_mB92487C21FA8DDD6586E283F3D8E5E4F2ED6CF0B (PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4* __this, RuntimeObject* ___0_provider, const RuntimeMethod* method) ;
|
|
// UnityEngine.InputSystem.Utilities.PrimitiveValue UnityEngine.InputSystem.Utilities.PrimitiveValue::op_Implicit(System.SByte)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 PrimitiveValue_op_Implicit_m5B778F6E12186AAD8B5C4FAA81FD9BB1F4F3E863 (int8_t ___0_value, const RuntimeMethod* method) ;
|
|
// System.Int16 UnityEngine.InputSystem.Utilities.PrimitiveValue::ToInt16(System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int16_t PrimitiveValue_ToInt16_mA3480BA85FE00C8F86EEB7346BF589786706739D (PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4* __this, RuntimeObject* ___0_provider, const RuntimeMethod* method) ;
|
|
// UnityEngine.InputSystem.Utilities.PrimitiveValue UnityEngine.InputSystem.Utilities.PrimitiveValue::op_Implicit(System.Int16)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 PrimitiveValue_op_Implicit_m8BC34D6C355708677139852E2C0F30F5CD0512F4 (int16_t ___0_value, const RuntimeMethod* method) ;
|
|
// System.Int32 UnityEngine.InputSystem.Utilities.PrimitiveValue::ToInt32(System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t PrimitiveValue_ToInt32_m5CCE1FB7974A378503F69C5E47060A8B7BEAC40C (PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4* __this, RuntimeObject* ___0_provider, const RuntimeMethod* method) ;
|
|
// UnityEngine.InputSystem.Utilities.PrimitiveValue UnityEngine.InputSystem.Utilities.PrimitiveValue::op_Implicit(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 PrimitiveValue_op_Implicit_mAEEE3AFD629C0F27AA275B5A31D31D148D81F99D (int32_t ___0_value, const RuntimeMethod* method) ;
|
|
// System.Int64 UnityEngine.InputSystem.Utilities.PrimitiveValue::ToInt64(System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t PrimitiveValue_ToInt64_m28E9776D9D4AA90C3A33B1E7B1421A7171245375 (PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4* __this, RuntimeObject* ___0_provider, const RuntimeMethod* method) ;
|
|
// UnityEngine.InputSystem.Utilities.PrimitiveValue UnityEngine.InputSystem.Utilities.PrimitiveValue::op_Implicit(System.Int64)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 PrimitiveValue_op_Implicit_m73A584CE9F050CC4BE65644ABFB03082DC832FA5 (int64_t ___0_value, const RuntimeMethod* method) ;
|
|
// System.UInt64 UnityEngine.InputSystem.Utilities.PrimitiveValue::ToUInt64(System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t PrimitiveValue_ToUInt64_mD96DCBA110C14AA577FF9E63242C72C1B96B4FC4 (PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4* __this, RuntimeObject* ___0_provider, const RuntimeMethod* method) ;
|
|
// UnityEngine.InputSystem.Utilities.PrimitiveValue UnityEngine.InputSystem.Utilities.PrimitiveValue::op_Implicit(System.UInt64)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 PrimitiveValue_op_Implicit_m7C78646C3D3A51BC68BF93A6771FC60F7DCB1EDB (uint64_t ___0_value, const RuntimeMethod* method) ;
|
|
// System.Double UnityEngine.InputSystem.Utilities.PrimitiveValue::ToDouble(System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double PrimitiveValue_ToDouble_mC5A29D23FF257A5910AF74DDB7E1167F2083BA17 (PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4* __this, RuntimeObject* ___0_provider, const RuntimeMethod* method) ;
|
|
// UnityEngine.InputSystem.Utilities.PrimitiveValue UnityEngine.InputSystem.Utilities.PrimitiveValue::op_Implicit(System.Double)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 PrimitiveValue_op_Implicit_m21D16B29AF50C87FC51E3BB67B2177373E62F12B (double ___0_value, const RuntimeMethod* method) ;
|
|
// System.Boolean UnityEngine.InputSystem.Utilities.PrimitiveValue::Equals(UnityEngine.InputSystem.Utilities.PrimitiveValue)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PrimitiveValue_Equals_m29FF95BFD594A6047C7AB91E3D78D357726C4632 (PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4* __this, PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 ___0_other, const RuntimeMethod* method) ;
|
|
// UnityEngine.InputSystem.Utilities.PrimitiveValue UnityEngine.InputSystem.Utilities.PrimitiveValue::FromObject(System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 PrimitiveValue_FromObject_m8614FFABB7D5DAF218397AB3C2254089477C8786 (RuntimeObject* ___0_value, const RuntimeMethod* method) ;
|
|
// System.Boolean UnityEngine.InputSystem.Utilities.PrimitiveValue::Equals(System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PrimitiveValue_Equals_m9A81043E9DFE2F4D6769DB950ADC43DC2A3E5395 (PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4* __this, RuntimeObject* ___0_obj, const RuntimeMethod* method) ;
|
|
// System.Int32 System.Int32::GetHashCode()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Int32_GetHashCode_m253D60FF7527A483E91004B7A2366F13E225E295 (int32_t* __this, const RuntimeMethod* method) ;
|
|
// System.String System.Byte::ToString(System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Byte_ToString_m3F9787FE9A306FE63F388635DEE2733F91588A86 (uint8_t* __this, RuntimeObject* ___0_provider, const RuntimeMethod* method) ;
|
|
// System.String System.SByte::ToString(System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SByte_ToString_m49CC610EC3B380C06F59C71D999DC46B89632B6E (int8_t* __this, RuntimeObject* ___0_provider, const RuntimeMethod* method) ;
|
|
// System.String System.Int16::ToString(System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Int16_ToString_m7A3097301539CDD2229B5569431B43FBD88F94F3 (int16_t* __this, RuntimeObject* ___0_provider, const RuntimeMethod* method) ;
|
|
// System.String System.UInt16::ToString(System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* UInt16_ToString_mCFE0EB73F03E7230D7F2694140FF9CECE793184D (uint16_t* __this, RuntimeObject* ___0_provider, const RuntimeMethod* method) ;
|
|
// System.String System.Int32::ToString(System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Int32_ToString_m3B2730D9F5B0C1C57DCCC8B8DCFB8E5EC4E8979B (int32_t* __this, RuntimeObject* ___0_provider, const RuntimeMethod* method) ;
|
|
// System.String System.UInt32::ToString(System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* UInt32_ToString_m5A3136A9B92E1A5285D56349AD71B4075BD254AC (uint32_t* __this, RuntimeObject* ___0_provider, const RuntimeMethod* method) ;
|
|
// System.String System.UInt64::ToString(System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* UInt64_ToString_mCDDACF05D6B5B3ECB10B1FEEE58ED3407973E7A7 (uint64_t* __this, RuntimeObject* ___0_provider, const RuntimeMethod* method) ;
|
|
// System.String System.Single::ToString(System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Single_ToString_m534852BD7949AA972435783D7B96D0FFB09F6D6A (float* __this, RuntimeObject* ___0_provider, const RuntimeMethod* method) ;
|
|
// System.String UnityEngine.InputSystem.Utilities.PrimitiveValue::ToString()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* PrimitiveValue_ToString_m3AD34182DDDE3E163FD2CEE48FBB477C2A58B707 (PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4* __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.Boolean System.String::Contains(System.Char)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_Contains_mC67F1B9E92187E2BB125A560160DA30A5BA703F2 (String_t* __this, Il2CppChar ___0_value, const RuntimeMethod* method) ;
|
|
// System.Boolean System.String::Contains(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_Contains_m6D77B121FADA7CA5F397C0FABB65DA62DF03B6C3 (String_t* __this, String_t* ___0_value, const RuntimeMethod* method) ;
|
|
// System.Boolean System.String::Contains(System.String,System.StringComparison)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_Contains_m7A165D1B2CDCE967F4522BA710CE7FA05EFA2982 (String_t* __this, String_t* ___0_value, int32_t ___1_comparisonType, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Double::TryParse(System.String,System.Globalization.NumberStyles,System.IFormatProvider,System.Double&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Double_TryParse_m1D39DC22A45BC9A576B9D9130600BFD3CB6DA382 (String_t* ___0_s, int32_t ___1_style, RuntimeObject* ___2_provider, double* ___3_result, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Int64::TryParse(System.String,System.Globalization.NumberStyles,System.IFormatProvider,System.Int64&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Int64_TryParse_m64CEDECE4C3F16B715CA1057801018B2957AE0E3 (String_t* ___0_s, int32_t ___1_style, RuntimeObject* ___2_provider, int64_t* ___3_result, const RuntimeMethod* method) ;
|
|
// System.Int32 System.String::IndexOf(System.String,System.StringComparison)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_IndexOf_m490810CB7ADA9230AC0F8D78E213A8EFED129F55 (String_t* __this, String_t* ___0_value, int32_t ___1_comparisonType, const RuntimeMethod* method) ;
|
|
// System.String System.String::TrimStart()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_TrimStart_m69C2400B208C8F3D1DE6A3E24B4A1095F2B8EDEA (String_t* __this, const RuntimeMethod* method) ;
|
|
// System.Boolean System.String::StartsWith(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_StartsWith_mF75DBA1EB709811E711B44E26FF919C88A8E65C0 (String_t* __this, String_t* ___0_value, const RuntimeMethod* method) ;
|
|
// System.TypeCode UnityEngine.InputSystem.Utilities.PrimitiveValue::GetTypeCode()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t PrimitiveValue_GetTypeCode_mE29FD3A710C0854C62516D7EA95FC90B101B50A1 (PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4* __this, const RuntimeMethod* method) ;
|
|
// System.DateTime UnityEngine.InputSystem.Utilities.PrimitiveValue::ToDateTime(System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D PrimitiveValue_ToDateTime_mAD67DD0066EB13465289422A6CCACB343F489040 (PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4* __this, RuntimeObject* ___0_provider, const RuntimeMethod* method) ;
|
|
// System.Void System.Decimal::.ctor(System.Double)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Decimal__ctor_m2AFBFBDD82F6CD8204054A0EB305CB412055A555 (Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F* __this, double ___0_value, const RuntimeMethod* method) ;
|
|
// System.Decimal UnityEngine.InputSystem.Utilities.PrimitiveValue::ToDecimal(System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F PrimitiveValue_ToDecimal_mD26033F458CB6A218C4B13A0C599A82E1140F3DC (PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4* __this, RuntimeObject* ___0_provider, const RuntimeMethod* method) ;
|
|
// System.String UnityEngine.InputSystem.Utilities.PrimitiveValue::ToString(System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* PrimitiveValue_ToString_m64D487226A4CB6A2E3EE14414214658EEA7DEBE5 (PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4* __this, RuntimeObject* ___0_provider, const RuntimeMethod* method) ;
|
|
// System.Object UnityEngine.InputSystem.Utilities.PrimitiveValue::ToType(System.Type,System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* PrimitiveValue_ToType_m747643229B41305A1CADD6E97491F0CCFAB62A42 (PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4* __this, Type_t* ___0_conversionType, RuntimeObject* ___1_provider, const RuntimeMethod* method) ;
|
|
// System.UInt16 UnityEngine.InputSystem.Utilities.PrimitiveValue::ToUInt16(System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint16_t PrimitiveValue_ToUInt16_m25076B42F7FD4A5829F0F88968E5A72672F0FE79 (PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4* __this, RuntimeObject* ___0_provider, const RuntimeMethod* method) ;
|
|
// System.UInt32 UnityEngine.InputSystem.Utilities.PrimitiveValue::ToUInt32(System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t PrimitiveValue_ToUInt32_m7126A5217DC66C6517720AF63E419D22EF31BA91 (PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4* __this, RuntimeObject* ___0_provider, 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) ;
|
|
// System.Boolean System.String::EndsWith(System.String,System.StringComparison)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_EndsWith_m5E5D307CA6AEB7C08CE782B4693B19D07ADC9075 (String_t* __this, String_t* ___0_value, int32_t ___1_comparisonType, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.InputSystem.Utilities.StringHelpers/<Tokenize>d__8::.ctor(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CTokenizeU3Ed__8__ctor_mFCB5DCEF9B0F44B630C8C831ADC12246A0CA2785 (U3CTokenizeU3Ed__8_t974A4A167882F66AC70C15513407BB7218E6E64B* __this, int32_t ___0_U3CU3E1__state, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.InputSystem.Utilities.StringHelpers/<Split>d__9::.ctor(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CSplitU3Ed__9__ctor_m531A6132094F2E8117F46518BCD07DBECF2F8B60 (U3CSplitU3Ed__9_tDF7D6AF6AAF8F188C3A8AC7B3CFA6B382F6D8CDF* __this, int32_t ___0_U3CU3E1__state, const RuntimeMethod* method) ;
|
|
// System.Char System.Char::ToLower(System.Char)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar Char_ToLower_m238489988C62CB10C7C7CAAEF8F3B2D1C5B5E056 (Il2CppChar ___0_c, const RuntimeMethod* method) ;
|
|
// System.Boolean UnityEngine.InputSystem.Utilities.StringHelpers::WriteStringToBuffer(System.String,System.IntPtr,System.Int32,System.UInt32&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool StringHelpers_WriteStringToBuffer_m0719C102DC096F1A565020ED8D1B71BC6B26B8DF (String_t* ___0_text, intptr_t ___1_buffer, int32_t ___2_bufferSizeInCharacters, uint32_t* ___3_offset, const RuntimeMethod* method) ;
|
|
// System.Boolean System.IntPtr::op_Equality(System.IntPtr,System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool IntPtr_op_Equality_m7D9CDCDE9DC2A0C2C614633F4921E90187FAB271 (intptr_t ___0_value1, intptr_t ___1_value2, const RuntimeMethod* method) ;
|
|
// System.Void* System.IntPtr::op_Explicit(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void* IntPtr_op_Explicit_m2728CBA081E79B97DDCF1D4FAD77B309CA1E94BF (intptr_t ___0_value, const RuntimeMethod* method) ;
|
|
// System.String UnityEngine.InputSystem.Utilities.StringHelpers::ReadStringFromBuffer(System.IntPtr,System.Int32,System.UInt32&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* StringHelpers_ReadStringFromBuffer_m08BAA47EF90D3F3A74A8AA354871C18FA7D9B8D2 (intptr_t ___0_buffer, int32_t ___1_bufferSize, uint32_t* ___2_offset, const RuntimeMethod* method) ;
|
|
// System.String System.Runtime.InteropServices.Marshal::PtrToStringUni(System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Marshal_PtrToStringUni_mF3D662C7F7255D6DDA07416FA6520886F66D0070 (intptr_t ___0_ptr, int32_t ___1_len, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Char::IsControl(System.Char)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Char_IsControl_m133C10360BE82B7580E4D3ECE3C881A6C82B3F7F (Il2CppChar ___0_c, const RuntimeMethod* method) ;
|
|
// TResult System.Func`2<System.String,System.String>::Invoke(T)
|
|
inline String_t* Func_2_Invoke_mED071D4A847678204A843F11D77F10D168FE4D2D_inline (Func_2_t85D1F7C2022B349817C22FC72C474CD33FFABE93* __this, String_t* ___0_arg, const RuntimeMethod* method)
|
|
{
|
|
return (( String_t* (*) (Func_2_t85D1F7C2022B349817C22FC72C474CD33FFABE93*, String_t*, const RuntimeMethod*))Func_2_Invoke_mDBA25DA5DA5B7E056FB9B026AF041F1385FB58A9_gshared_inline)(__this, ___0_arg, method);
|
|
}
|
|
// System.Collections.Generic.IEnumerator`1<UnityEngine.InputSystem.Utilities.Substring> UnityEngine.InputSystem.Utilities.StringHelpers/<Tokenize>d__8::System.Collections.Generic.IEnumerable<UnityEngine.InputSystem.Utilities.Substring>.GetEnumerator()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* U3CTokenizeU3Ed__8_System_Collections_Generic_IEnumerableU3CUnityEngine_InputSystem_Utilities_SubstringU3E_GetEnumerator_m79F809FB39EEDCBAEBBCB6D0BFC16E86A858C9BE (U3CTokenizeU3Ed__8_t974A4A167882F66AC70C15513407BB7218E6E64B* __this, const RuntimeMethod* method) ;
|
|
// TResult System.Func`2<System.Char,System.Boolean>::Invoke(T)
|
|
inline bool Func_2_Invoke_m4733F0A0FE136C9F8DCE4963455215585E8BE2CD_inline (Func_2_tF409A653B8F770E0A30CD80D21764FB1DDB2A28F* __this, Il2CppChar ___0_arg, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (Func_2_tF409A653B8F770E0A30CD80D21764FB1DDB2A28F*, Il2CppChar, const RuntimeMethod*))Func_2_Invoke_m4733F0A0FE136C9F8DCE4963455215585E8BE2CD_gshared_inline)(__this, ___0_arg, method);
|
|
}
|
|
// System.Collections.Generic.IEnumerator`1<System.String> UnityEngine.InputSystem.Utilities.StringHelpers/<Split>d__9::System.Collections.Generic.IEnumerable<System.String>.GetEnumerator()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* U3CSplitU3Ed__9_System_Collections_Generic_IEnumerableU3CSystem_StringU3E_GetEnumerator_m60A98974B57E1F33794FE9CC8A472C3E52C09511 (U3CSplitU3Ed__9_tDF7D6AF6AAF8F188C3A8AC7B3CFA6B382F6D8CDF* __this, 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 System.IndexOutOfRangeException::.ctor(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void IndexOutOfRangeException__ctor_mFD06819F05B815BE2D6E826D4E04F4C449D0A425 (IndexOutOfRangeException_t7ECB35264FB6CA8FAA516BD958F4B2ADC78E8A82* __this, String_t* ___0_message, const RuntimeMethod* method) ;
|
|
// System.Int64 System.BitConverter::DoubleToInt64Bits(System.Double)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int64_t BitConverter_DoubleToInt64Bits_m4F42741818550F9956B5FBAF88C051F4DE5B0AE6_inline (double ___0_value, const RuntimeMethod* method) ;
|
|
// System.Void System.Array::Clear(System.Array,System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Array_Clear_m50BAA3751899858B097D3FF2ED31F284703FE5CB (RuntimeArray* ___0_array, int32_t ___1_index, int32_t ___2_length, const RuntimeMethod* method) ;
|
|
// System.Void System.ThrowHelper::ThrowArgumentOutOfRangeException()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ThrowHelper_ThrowArgumentOutOfRangeException_mD7D90276EDCDF9394A8EA635923E3B48BB71BD56 (const RuntimeMethod* method) ;
|
|
// System.Void System.ReadOnlySpan`1<System.Char>::.ctor(T&,System.Int32)
|
|
inline void ReadOnlySpan_1__ctor_m0152E50B40750679B83FF9F30CA539FFBB98EEE8_inline (ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1* __this, Il2CppChar* ___0_ptr, int32_t ___1_length, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1*, Il2CppChar*, int32_t, const RuntimeMethod*))ReadOnlySpan_1__ctor_m0152E50B40750679B83FF9F30CA539FFBB98EEE8_gshared_inline)(__this, ___0_ptr, ___1_length, method);
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
|
|
|
|
// Conversion methods for marshalling of: UnityEngine.InputSystem.Layouts.InputDeviceMatcher/MatcherJson
|
|
IL2CPP_EXTERN_C void MatcherJson_t5F54B83ADE9DD6D48FD48D76841EF4CA790DD942_marshal_pinvoke(const MatcherJson_t5F54B83ADE9DD6D48FD48D76841EF4CA790DD942& unmarshaled, MatcherJson_t5F54B83ADE9DD6D48FD48D76841EF4CA790DD942_marshaled_pinvoke& marshaled)
|
|
{
|
|
Exception_t* ___interfaces_1Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'interfaces' of type 'MatcherJson'.");
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(___interfaces_1Exception, NULL);
|
|
}
|
|
IL2CPP_EXTERN_C void MatcherJson_t5F54B83ADE9DD6D48FD48D76841EF4CA790DD942_marshal_pinvoke_back(const MatcherJson_t5F54B83ADE9DD6D48FD48D76841EF4CA790DD942_marshaled_pinvoke& marshaled, MatcherJson_t5F54B83ADE9DD6D48FD48D76841EF4CA790DD942& unmarshaled)
|
|
{
|
|
Exception_t* ___interfaces_1Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'interfaces' of type 'MatcherJson'.");
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(___interfaces_1Exception, NULL);
|
|
}
|
|
// Conversion method for clean up from marshalling of: UnityEngine.InputSystem.Layouts.InputDeviceMatcher/MatcherJson
|
|
IL2CPP_EXTERN_C void MatcherJson_t5F54B83ADE9DD6D48FD48D76841EF4CA790DD942_marshal_pinvoke_cleanup(MatcherJson_t5F54B83ADE9DD6D48FD48D76841EF4CA790DD942_marshaled_pinvoke& marshaled)
|
|
{
|
|
}
|
|
|
|
|
|
// Conversion methods for marshalling of: UnityEngine.InputSystem.Layouts.InputDeviceMatcher/MatcherJson
|
|
IL2CPP_EXTERN_C void MatcherJson_t5F54B83ADE9DD6D48FD48D76841EF4CA790DD942_marshal_com(const MatcherJson_t5F54B83ADE9DD6D48FD48D76841EF4CA790DD942& unmarshaled, MatcherJson_t5F54B83ADE9DD6D48FD48D76841EF4CA790DD942_marshaled_com& marshaled)
|
|
{
|
|
Exception_t* ___interfaces_1Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'interfaces' of type 'MatcherJson'.");
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(___interfaces_1Exception, NULL);
|
|
}
|
|
IL2CPP_EXTERN_C void MatcherJson_t5F54B83ADE9DD6D48FD48D76841EF4CA790DD942_marshal_com_back(const MatcherJson_t5F54B83ADE9DD6D48FD48D76841EF4CA790DD942_marshaled_com& marshaled, MatcherJson_t5F54B83ADE9DD6D48FD48D76841EF4CA790DD942& unmarshaled)
|
|
{
|
|
Exception_t* ___interfaces_1Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'interfaces' of type 'MatcherJson'.");
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(___interfaces_1Exception, NULL);
|
|
}
|
|
// Conversion method for clean up from marshalling of: UnityEngine.InputSystem.Layouts.InputDeviceMatcher/MatcherJson
|
|
IL2CPP_EXTERN_C void MatcherJson_t5F54B83ADE9DD6D48FD48D76841EF4CA790DD942_marshal_com_cleanup(MatcherJson_t5F54B83ADE9DD6D48FD48D76841EF4CA790DD942_marshaled_com& marshaled)
|
|
{
|
|
}
|
|
// UnityEngine.InputSystem.Layouts.InputDeviceMatcher/MatcherJson UnityEngine.InputSystem.Layouts.InputDeviceMatcher/MatcherJson::FromMatcher(UnityEngine.InputSystem.Layouts.InputDeviceMatcher)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MatcherJson_t5F54B83ADE9DD6D48FD48D76841EF4CA790DD942 MatcherJson_FromMatcher_m9C2A50BA2D72E01C150C1381DCC8DB0BBE37C9D3 (InputDeviceMatcher_tF9BA551C8BB4AE41672366A7EBEA951543E0C555 ___0_matcher, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArrayHelpers_Append_TisCapability_t1A686C4F719B0408BCBB428021405F440196E16E_m8B8BD182B831DB71826EC682572E39B5C0E25C3D_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArrayHelpers_Append_TisString_t_m6D05D68DFEEFE14D1324F776E708D9E35D26188C_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputDeviceMatcher_tF9BA551C8BB4AE41672366A7EBEA951543E0C555_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KeyValuePair_2_get_Key_mC668DBB7580ADCE4B3D87DA1C6E91F6E56B9EE84_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KeyValuePair_2_get_Value_m1425379DCDEDB955455E242B31CD2AE43552B441_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
MatcherJson_t5F54B83ADE9DD6D48FD48D76841EF4CA790DD942 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
MatcherJson_t5F54B83ADE9DD6D48FD48D76841EF4CA790DD942 V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
KeyValuePair_2U5BU5D_tF8154B2302178CCE00D745DBF55F703880469DFC* V_2 = NULL;
|
|
int32_t V_3 = 0;
|
|
KeyValuePair_2_tC24A74EF64A292F5C6BA77D0B04CD6620D2DE3AC V_4;
|
|
memset((&V_4), 0, sizeof(V_4));
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 V_5;
|
|
memset((&V_5), 0, sizeof(V_5));
|
|
String_t* V_6 = NULL;
|
|
Capability_t1A686C4F719B0408BCBB428021405F440196E16E V_7;
|
|
memset((&V_7), 0, sizeof(V_7));
|
|
{
|
|
// if (matcher.empty)
|
|
bool L_0;
|
|
L_0 = InputDeviceMatcher_get_empty_m0E030073C9FCB8205D37CE5F839D93DB8ACDC99B((&___0_matcher), NULL);
|
|
if (!L_0)
|
|
{
|
|
goto IL_0013;
|
|
}
|
|
}
|
|
{
|
|
// return new MatcherJson();
|
|
il2cpp_codegen_initobj((&V_1), sizeof(MatcherJson_t5F54B83ADE9DD6D48FD48D76841EF4CA790DD942));
|
|
MatcherJson_t5F54B83ADE9DD6D48FD48D76841EF4CA790DD942 L_1 = V_1;
|
|
return L_1;
|
|
}
|
|
|
|
IL_0013:
|
|
{
|
|
// var json = new MatcherJson();
|
|
il2cpp_codegen_initobj((&V_0), sizeof(MatcherJson_t5F54B83ADE9DD6D48FD48D76841EF4CA790DD942));
|
|
// foreach (var pattern in matcher.m_Patterns)
|
|
InputDeviceMatcher_tF9BA551C8BB4AE41672366A7EBEA951543E0C555 L_2 = ___0_matcher;
|
|
KeyValuePair_2U5BU5D_tF8154B2302178CCE00D745DBF55F703880469DFC* L_3 = L_2.___m_Patterns_0;
|
|
V_2 = L_3;
|
|
V_3 = 0;
|
|
goto IL_0187;
|
|
}
|
|
|
|
IL_0029:
|
|
{
|
|
// foreach (var pattern in matcher.m_Patterns)
|
|
KeyValuePair_2U5BU5D_tF8154B2302178CCE00D745DBF55F703880469DFC* L_4 = V_2;
|
|
int32_t L_5 = V_3;
|
|
NullCheck(L_4);
|
|
int32_t L_6 = L_5;
|
|
KeyValuePair_2_tC24A74EF64A292F5C6BA77D0B04CD6620D2DE3AC L_7 = (L_4)->GetAt(static_cast<il2cpp_array_size_t>(L_6));
|
|
V_4 = L_7;
|
|
// var key = pattern.Key;
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_8;
|
|
L_8 = KeyValuePair_2_get_Key_mC668DBB7580ADCE4B3D87DA1C6E91F6E56B9EE84_inline((&V_4), KeyValuePair_2_get_Key_mC668DBB7580ADCE4B3D87DA1C6E91F6E56B9EE84_RuntimeMethod_var);
|
|
V_5 = L_8;
|
|
// var value = pattern.Value.ToString();
|
|
RuntimeObject* L_9;
|
|
L_9 = KeyValuePair_2_get_Value_m1425379DCDEDB955455E242B31CD2AE43552B441_inline((&V_4), KeyValuePair_2_get_Value_m1425379DCDEDB955455E242B31CD2AE43552B441_RuntimeMethod_var);
|
|
NullCheck(L_9);
|
|
String_t* L_10;
|
|
L_10 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_9);
|
|
V_6 = L_10;
|
|
// if (key == kInterfaceKey)
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_11 = V_5;
|
|
il2cpp_codegen_runtime_class_init_inline(InputDeviceMatcher_tF9BA551C8BB4AE41672366A7EBEA951543E0C555_il2cpp_TypeInfo_var);
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_12 = ((InputDeviceMatcher_tF9BA551C8BB4AE41672366A7EBEA951543E0C555_StaticFields*)il2cpp_codegen_static_fields_for(InputDeviceMatcher_tF9BA551C8BB4AE41672366A7EBEA951543E0C555_il2cpp_TypeInfo_var))->___kInterfaceKey_1;
|
|
bool L_13;
|
|
L_13 = InternedString_op_Equality_m0406355DC90197EF72482719BFC1F046822BABE9(L_11, L_12, NULL);
|
|
if (!L_13)
|
|
{
|
|
goto IL_0081;
|
|
}
|
|
}
|
|
{
|
|
// if (json.@interface == null)
|
|
MatcherJson_t5F54B83ADE9DD6D48FD48D76841EF4CA790DD942 L_14 = V_0;
|
|
String_t* L_15 = L_14.___interface_0;
|
|
if (L_15)
|
|
{
|
|
goto IL_006d;
|
|
}
|
|
}
|
|
{
|
|
// json.@interface = value;
|
|
String_t* L_16 = V_6;
|
|
(&V_0)->___interface_0 = L_16;
|
|
Il2CppCodeGenWriteBarrier((void**)(&(&V_0)->___interface_0), (void*)L_16);
|
|
goto IL_0183;
|
|
}
|
|
|
|
IL_006d:
|
|
{
|
|
// ArrayHelpers.Append(ref json.interfaces, value);
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248** L_17 = (&(&V_0)->___interfaces_1);
|
|
String_t* L_18 = V_6;
|
|
int32_t L_19;
|
|
L_19 = ArrayHelpers_Append_TisString_t_m6D05D68DFEEFE14D1324F776E708D9E35D26188C(L_17, L_18, ArrayHelpers_Append_TisString_t_m6D05D68DFEEFE14D1324F776E708D9E35D26188C_RuntimeMethod_var);
|
|
goto IL_0183;
|
|
}
|
|
|
|
IL_0081:
|
|
{
|
|
// else if (key == kDeviceClassKey)
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_20 = V_5;
|
|
il2cpp_codegen_runtime_class_init_inline(InputDeviceMatcher_tF9BA551C8BB4AE41672366A7EBEA951543E0C555_il2cpp_TypeInfo_var);
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_21 = ((InputDeviceMatcher_tF9BA551C8BB4AE41672366A7EBEA951543E0C555_StaticFields*)il2cpp_codegen_static_fields_for(InputDeviceMatcher_tF9BA551C8BB4AE41672366A7EBEA951543E0C555_il2cpp_TypeInfo_var))->___kDeviceClassKey_2;
|
|
bool L_22;
|
|
L_22 = InternedString_op_Equality_m0406355DC90197EF72482719BFC1F046822BABE9(L_20, L_21, NULL);
|
|
if (!L_22)
|
|
{
|
|
goto IL_00b9;
|
|
}
|
|
}
|
|
{
|
|
// if (json.deviceClass == null)
|
|
MatcherJson_t5F54B83ADE9DD6D48FD48D76841EF4CA790DD942 L_23 = V_0;
|
|
String_t* L_24 = L_23.___deviceClass_2;
|
|
if (L_24)
|
|
{
|
|
goto IL_00a5;
|
|
}
|
|
}
|
|
{
|
|
// json.deviceClass = value;
|
|
String_t* L_25 = V_6;
|
|
(&V_0)->___deviceClass_2 = L_25;
|
|
Il2CppCodeGenWriteBarrier((void**)(&(&V_0)->___deviceClass_2), (void*)L_25);
|
|
goto IL_0183;
|
|
}
|
|
|
|
IL_00a5:
|
|
{
|
|
// ArrayHelpers.Append(ref json.deviceClasses, value);
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248** L_26 = (&(&V_0)->___deviceClasses_3);
|
|
String_t* L_27 = V_6;
|
|
int32_t L_28;
|
|
L_28 = ArrayHelpers_Append_TisString_t_m6D05D68DFEEFE14D1324F776E708D9E35D26188C(L_26, L_27, ArrayHelpers_Append_TisString_t_m6D05D68DFEEFE14D1324F776E708D9E35D26188C_RuntimeMethod_var);
|
|
goto IL_0183;
|
|
}
|
|
|
|
IL_00b9:
|
|
{
|
|
// else if (key == kManufacturerKey)
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_29 = V_5;
|
|
il2cpp_codegen_runtime_class_init_inline(InputDeviceMatcher_tF9BA551C8BB4AE41672366A7EBEA951543E0C555_il2cpp_TypeInfo_var);
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_30 = ((InputDeviceMatcher_tF9BA551C8BB4AE41672366A7EBEA951543E0C555_StaticFields*)il2cpp_codegen_static_fields_for(InputDeviceMatcher_tF9BA551C8BB4AE41672366A7EBEA951543E0C555_il2cpp_TypeInfo_var))->___kManufacturerKey_3;
|
|
bool L_31;
|
|
L_31 = InternedString_op_Equality_m0406355DC90197EF72482719BFC1F046822BABE9(L_29, L_30, NULL);
|
|
if (!L_31)
|
|
{
|
|
goto IL_00f1;
|
|
}
|
|
}
|
|
{
|
|
// if (json.manufacturer == null)
|
|
MatcherJson_t5F54B83ADE9DD6D48FD48D76841EF4CA790DD942 L_32 = V_0;
|
|
String_t* L_33 = L_32.___manufacturer_4;
|
|
if (L_33)
|
|
{
|
|
goto IL_00dd;
|
|
}
|
|
}
|
|
{
|
|
// json.manufacturer = value;
|
|
String_t* L_34 = V_6;
|
|
(&V_0)->___manufacturer_4 = L_34;
|
|
Il2CppCodeGenWriteBarrier((void**)(&(&V_0)->___manufacturer_4), (void*)L_34);
|
|
goto IL_0183;
|
|
}
|
|
|
|
IL_00dd:
|
|
{
|
|
// ArrayHelpers.Append(ref json.manufacturers, value);
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248** L_35 = (&(&V_0)->___manufacturers_5);
|
|
String_t* L_36 = V_6;
|
|
int32_t L_37;
|
|
L_37 = ArrayHelpers_Append_TisString_t_m6D05D68DFEEFE14D1324F776E708D9E35D26188C(L_35, L_36, ArrayHelpers_Append_TisString_t_m6D05D68DFEEFE14D1324F776E708D9E35D26188C_RuntimeMethod_var);
|
|
goto IL_0183;
|
|
}
|
|
|
|
IL_00f1:
|
|
{
|
|
// else if (key == kProductKey)
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_38 = V_5;
|
|
il2cpp_codegen_runtime_class_init_inline(InputDeviceMatcher_tF9BA551C8BB4AE41672366A7EBEA951543E0C555_il2cpp_TypeInfo_var);
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_39 = ((InputDeviceMatcher_tF9BA551C8BB4AE41672366A7EBEA951543E0C555_StaticFields*)il2cpp_codegen_static_fields_for(InputDeviceMatcher_tF9BA551C8BB4AE41672366A7EBEA951543E0C555_il2cpp_TypeInfo_var))->___kProductKey_4;
|
|
bool L_40;
|
|
L_40 = InternedString_op_Equality_m0406355DC90197EF72482719BFC1F046822BABE9(L_38, L_39, NULL);
|
|
if (!L_40)
|
|
{
|
|
goto IL_0123;
|
|
}
|
|
}
|
|
{
|
|
// if (json.product == null)
|
|
MatcherJson_t5F54B83ADE9DD6D48FD48D76841EF4CA790DD942 L_41 = V_0;
|
|
String_t* L_42 = L_41.___product_6;
|
|
if (L_42)
|
|
{
|
|
goto IL_0112;
|
|
}
|
|
}
|
|
{
|
|
// json.product = value;
|
|
String_t* L_43 = V_6;
|
|
(&V_0)->___product_6 = L_43;
|
|
Il2CppCodeGenWriteBarrier((void**)(&(&V_0)->___product_6), (void*)L_43);
|
|
goto IL_0183;
|
|
}
|
|
|
|
IL_0112:
|
|
{
|
|
// ArrayHelpers.Append(ref json.products, value);
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248** L_44 = (&(&V_0)->___products_7);
|
|
String_t* L_45 = V_6;
|
|
int32_t L_46;
|
|
L_46 = ArrayHelpers_Append_TisString_t_m6D05D68DFEEFE14D1324F776E708D9E35D26188C(L_44, L_45, ArrayHelpers_Append_TisString_t_m6D05D68DFEEFE14D1324F776E708D9E35D26188C_RuntimeMethod_var);
|
|
goto IL_0183;
|
|
}
|
|
|
|
IL_0123:
|
|
{
|
|
// else if (key == kVersionKey)
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_47 = V_5;
|
|
il2cpp_codegen_runtime_class_init_inline(InputDeviceMatcher_tF9BA551C8BB4AE41672366A7EBEA951543E0C555_il2cpp_TypeInfo_var);
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_48 = ((InputDeviceMatcher_tF9BA551C8BB4AE41672366A7EBEA951543E0C555_StaticFields*)il2cpp_codegen_static_fields_for(InputDeviceMatcher_tF9BA551C8BB4AE41672366A7EBEA951543E0C555_il2cpp_TypeInfo_var))->___kVersionKey_5;
|
|
bool L_49;
|
|
L_49 = InternedString_op_Equality_m0406355DC90197EF72482719BFC1F046822BABE9(L_47, L_48, NULL);
|
|
if (!L_49)
|
|
{
|
|
goto IL_0155;
|
|
}
|
|
}
|
|
{
|
|
// if (json.version == null)
|
|
MatcherJson_t5F54B83ADE9DD6D48FD48D76841EF4CA790DD942 L_50 = V_0;
|
|
String_t* L_51 = L_50.___version_8;
|
|
if (L_51)
|
|
{
|
|
goto IL_0144;
|
|
}
|
|
}
|
|
{
|
|
// json.version = value;
|
|
String_t* L_52 = V_6;
|
|
(&V_0)->___version_8 = L_52;
|
|
Il2CppCodeGenWriteBarrier((void**)(&(&V_0)->___version_8), (void*)L_52);
|
|
goto IL_0183;
|
|
}
|
|
|
|
IL_0144:
|
|
{
|
|
// ArrayHelpers.Append(ref json.versions, value);
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248** L_53 = (&(&V_0)->___versions_9);
|
|
String_t* L_54 = V_6;
|
|
int32_t L_55;
|
|
L_55 = ArrayHelpers_Append_TisString_t_m6D05D68DFEEFE14D1324F776E708D9E35D26188C(L_53, L_54, ArrayHelpers_Append_TisString_t_m6D05D68DFEEFE14D1324F776E708D9E35D26188C_RuntimeMethod_var);
|
|
goto IL_0183;
|
|
}
|
|
|
|
IL_0155:
|
|
{
|
|
// ArrayHelpers.Append(ref json.capabilities, new Capability {path = key, value = value});
|
|
CapabilityU5BU5D_tAB21826273F0E3FC45A0E93F8F7B6368653124EA** L_56 = (&(&V_0)->___capabilities_10);
|
|
il2cpp_codegen_initobj((&V_7), sizeof(Capability_t1A686C4F719B0408BCBB428021405F440196E16E));
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_57 = V_5;
|
|
String_t* L_58;
|
|
L_58 = InternedString_op_Implicit_m99D80AAE853F54FA2EF2603D020C7454B608D2F6(L_57, NULL);
|
|
(&V_7)->___path_0 = L_58;
|
|
Il2CppCodeGenWriteBarrier((void**)(&(&V_7)->___path_0), (void*)L_58);
|
|
String_t* L_59 = V_6;
|
|
(&V_7)->___value_1 = L_59;
|
|
Il2CppCodeGenWriteBarrier((void**)(&(&V_7)->___value_1), (void*)L_59);
|
|
Capability_t1A686C4F719B0408BCBB428021405F440196E16E L_60 = V_7;
|
|
int32_t L_61;
|
|
L_61 = ArrayHelpers_Append_TisCapability_t1A686C4F719B0408BCBB428021405F440196E16E_m8B8BD182B831DB71826EC682572E39B5C0E25C3D(L_56, L_60, ArrayHelpers_Append_TisCapability_t1A686C4F719B0408BCBB428021405F440196E16E_m8B8BD182B831DB71826EC682572E39B5C0E25C3D_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0183:
|
|
{
|
|
int32_t L_62 = V_3;
|
|
V_3 = ((int32_t)il2cpp_codegen_add(L_62, 1));
|
|
}
|
|
|
|
IL_0187:
|
|
{
|
|
// foreach (var pattern in matcher.m_Patterns)
|
|
int32_t L_63 = V_3;
|
|
KeyValuePair_2U5BU5D_tF8154B2302178CCE00D745DBF55F703880469DFC* L_64 = V_2;
|
|
NullCheck(L_64);
|
|
if ((((int32_t)L_63) < ((int32_t)((int32_t)(((RuntimeArray*)L_64)->max_length)))))
|
|
{
|
|
goto IL_0029;
|
|
}
|
|
}
|
|
{
|
|
// return json;
|
|
MatcherJson_t5F54B83ADE9DD6D48FD48D76841EF4CA790DD942 L_65 = V_0;
|
|
return L_65;
|
|
}
|
|
}
|
|
// UnityEngine.InputSystem.Layouts.InputDeviceMatcher UnityEngine.InputSystem.Layouts.InputDeviceMatcher/MatcherJson::ToMatcher()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputDeviceMatcher_tF9BA551C8BB4AE41672366A7EBEA951543E0C555 MatcherJson_ToMatcher_m4ED565D247164A737B60BD0C117A3F84F33B2734 (MatcherJson_t5F54B83ADE9DD6D48FD48D76841EF4CA790DD942* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputDeviceMatcher_WithCapability_TisString_t_m1112CA401597FBF71FC2FA5C586D3753A53C89A0_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
InputDeviceMatcher_tF9BA551C8BB4AE41672366A7EBEA951543E0C555 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* V_1 = NULL;
|
|
int32_t V_2 = 0;
|
|
String_t* V_3 = NULL;
|
|
String_t* V_4 = NULL;
|
|
String_t* V_5 = NULL;
|
|
String_t* V_6 = NULL;
|
|
String_t* V_7 = NULL;
|
|
CapabilityU5BU5D_tAB21826273F0E3FC45A0E93F8F7B6368653124EA* V_8 = NULL;
|
|
Capability_t1A686C4F719B0408BCBB428021405F440196E16E V_9;
|
|
memset((&V_9), 0, sizeof(V_9));
|
|
{
|
|
// var matcher = new InputDeviceMatcher();
|
|
il2cpp_codegen_initobj((&V_0), sizeof(InputDeviceMatcher_tF9BA551C8BB4AE41672366A7EBEA951543E0C555));
|
|
// if (!string.IsNullOrEmpty(@interface))
|
|
String_t* L_0 = __this->___interface_0;
|
|
bool L_1;
|
|
L_1 = String_IsNullOrEmpty_mEA9E3FB005AC28FE02E69FCF95A7B8456192B478(L_0, NULL);
|
|
if (L_1)
|
|
{
|
|
goto IL_0024;
|
|
}
|
|
}
|
|
{
|
|
// matcher = matcher.WithInterface(@interface);
|
|
String_t* L_2 = __this->___interface_0;
|
|
InputDeviceMatcher_tF9BA551C8BB4AE41672366A7EBEA951543E0C555 L_3;
|
|
L_3 = InputDeviceMatcher_WithInterface_m58A8A1CF9A77598D0F904E13A86F48B3464725E4((&V_0), L_2, (bool)1, NULL);
|
|
V_0 = L_3;
|
|
}
|
|
|
|
IL_0024:
|
|
{
|
|
// if (interfaces != null)
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_4 = __this->___interfaces_1;
|
|
if (!L_4)
|
|
{
|
|
goto IL_004f;
|
|
}
|
|
}
|
|
{
|
|
// foreach (var value in interfaces)
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_5 = __this->___interfaces_1;
|
|
V_1 = L_5;
|
|
V_2 = 0;
|
|
goto IL_0049;
|
|
}
|
|
|
|
IL_0037:
|
|
{
|
|
// foreach (var value in interfaces)
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_6 = V_1;
|
|
int32_t L_7 = V_2;
|
|
NullCheck(L_6);
|
|
int32_t L_8 = L_7;
|
|
String_t* L_9 = (L_6)->GetAt(static_cast<il2cpp_array_size_t>(L_8));
|
|
V_3 = L_9;
|
|
// matcher = matcher.WithInterface(value);
|
|
String_t* L_10 = V_3;
|
|
InputDeviceMatcher_tF9BA551C8BB4AE41672366A7EBEA951543E0C555 L_11;
|
|
L_11 = InputDeviceMatcher_WithInterface_m58A8A1CF9A77598D0F904E13A86F48B3464725E4((&V_0), L_10, (bool)1, NULL);
|
|
V_0 = L_11;
|
|
int32_t L_12 = V_2;
|
|
V_2 = ((int32_t)il2cpp_codegen_add(L_12, 1));
|
|
}
|
|
|
|
IL_0049:
|
|
{
|
|
// foreach (var value in interfaces)
|
|
int32_t L_13 = V_2;
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_14 = V_1;
|
|
NullCheck(L_14);
|
|
if ((((int32_t)L_13) < ((int32_t)((int32_t)(((RuntimeArray*)L_14)->max_length)))))
|
|
{
|
|
goto IL_0037;
|
|
}
|
|
}
|
|
|
|
IL_004f:
|
|
{
|
|
// if (!string.IsNullOrEmpty(deviceClass))
|
|
String_t* L_15 = __this->___deviceClass_2;
|
|
bool L_16;
|
|
L_16 = String_IsNullOrEmpty_mEA9E3FB005AC28FE02E69FCF95A7B8456192B478(L_15, NULL);
|
|
if (L_16)
|
|
{
|
|
goto IL_006b;
|
|
}
|
|
}
|
|
{
|
|
// matcher = matcher.WithDeviceClass(deviceClass);
|
|
String_t* L_17 = __this->___deviceClass_2;
|
|
InputDeviceMatcher_tF9BA551C8BB4AE41672366A7EBEA951543E0C555 L_18;
|
|
L_18 = InputDeviceMatcher_WithDeviceClass_m303C68EE7902057FB7C4DA6CCAEC4A95B1BEB193((&V_0), L_17, (bool)1, NULL);
|
|
V_0 = L_18;
|
|
}
|
|
|
|
IL_006b:
|
|
{
|
|
// if (deviceClasses != null)
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_19 = __this->___deviceClasses_3;
|
|
if (!L_19)
|
|
{
|
|
goto IL_0098;
|
|
}
|
|
}
|
|
{
|
|
// foreach (var value in deviceClasses)
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_20 = __this->___deviceClasses_3;
|
|
V_1 = L_20;
|
|
V_2 = 0;
|
|
goto IL_0092;
|
|
}
|
|
|
|
IL_007e:
|
|
{
|
|
// foreach (var value in deviceClasses)
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_21 = V_1;
|
|
int32_t L_22 = V_2;
|
|
NullCheck(L_21);
|
|
int32_t L_23 = L_22;
|
|
String_t* L_24 = (L_21)->GetAt(static_cast<il2cpp_array_size_t>(L_23));
|
|
V_4 = L_24;
|
|
// matcher = matcher.WithDeviceClass(value);
|
|
String_t* L_25 = V_4;
|
|
InputDeviceMatcher_tF9BA551C8BB4AE41672366A7EBEA951543E0C555 L_26;
|
|
L_26 = InputDeviceMatcher_WithDeviceClass_m303C68EE7902057FB7C4DA6CCAEC4A95B1BEB193((&V_0), L_25, (bool)1, NULL);
|
|
V_0 = L_26;
|
|
int32_t L_27 = V_2;
|
|
V_2 = ((int32_t)il2cpp_codegen_add(L_27, 1));
|
|
}
|
|
|
|
IL_0092:
|
|
{
|
|
// foreach (var value in deviceClasses)
|
|
int32_t L_28 = V_2;
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_29 = V_1;
|
|
NullCheck(L_29);
|
|
if ((((int32_t)L_28) < ((int32_t)((int32_t)(((RuntimeArray*)L_29)->max_length)))))
|
|
{
|
|
goto IL_007e;
|
|
}
|
|
}
|
|
|
|
IL_0098:
|
|
{
|
|
// if (!string.IsNullOrEmpty(manufacturer))
|
|
String_t* L_30 = __this->___manufacturer_4;
|
|
bool L_31;
|
|
L_31 = String_IsNullOrEmpty_mEA9E3FB005AC28FE02E69FCF95A7B8456192B478(L_30, NULL);
|
|
if (L_31)
|
|
{
|
|
goto IL_00b4;
|
|
}
|
|
}
|
|
{
|
|
// matcher = matcher.WithManufacturer(manufacturer);
|
|
String_t* L_32 = __this->___manufacturer_4;
|
|
InputDeviceMatcher_tF9BA551C8BB4AE41672366A7EBEA951543E0C555 L_33;
|
|
L_33 = InputDeviceMatcher_WithManufacturer_m1D657A87897B8EA1833248EF3D07E265DDE90F00((&V_0), L_32, (bool)1, NULL);
|
|
V_0 = L_33;
|
|
}
|
|
|
|
IL_00b4:
|
|
{
|
|
// if (manufacturers != null)
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_34 = __this->___manufacturers_5;
|
|
if (!L_34)
|
|
{
|
|
goto IL_00e1;
|
|
}
|
|
}
|
|
{
|
|
// foreach (var value in manufacturers)
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_35 = __this->___manufacturers_5;
|
|
V_1 = L_35;
|
|
V_2 = 0;
|
|
goto IL_00db;
|
|
}
|
|
|
|
IL_00c7:
|
|
{
|
|
// foreach (var value in manufacturers)
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_36 = V_1;
|
|
int32_t L_37 = V_2;
|
|
NullCheck(L_36);
|
|
int32_t L_38 = L_37;
|
|
String_t* L_39 = (L_36)->GetAt(static_cast<il2cpp_array_size_t>(L_38));
|
|
V_5 = L_39;
|
|
// matcher = matcher.WithManufacturer(value);
|
|
String_t* L_40 = V_5;
|
|
InputDeviceMatcher_tF9BA551C8BB4AE41672366A7EBEA951543E0C555 L_41;
|
|
L_41 = InputDeviceMatcher_WithManufacturer_m1D657A87897B8EA1833248EF3D07E265DDE90F00((&V_0), L_40, (bool)1, NULL);
|
|
V_0 = L_41;
|
|
int32_t L_42 = V_2;
|
|
V_2 = ((int32_t)il2cpp_codegen_add(L_42, 1));
|
|
}
|
|
|
|
IL_00db:
|
|
{
|
|
// foreach (var value in manufacturers)
|
|
int32_t L_43 = V_2;
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_44 = V_1;
|
|
NullCheck(L_44);
|
|
if ((((int32_t)L_43) < ((int32_t)((int32_t)(((RuntimeArray*)L_44)->max_length)))))
|
|
{
|
|
goto IL_00c7;
|
|
}
|
|
}
|
|
|
|
IL_00e1:
|
|
{
|
|
// if (!string.IsNullOrEmpty(product))
|
|
String_t* L_45 = __this->___product_6;
|
|
bool L_46;
|
|
L_46 = String_IsNullOrEmpty_mEA9E3FB005AC28FE02E69FCF95A7B8456192B478(L_45, NULL);
|
|
if (L_46)
|
|
{
|
|
goto IL_00fd;
|
|
}
|
|
}
|
|
{
|
|
// matcher = matcher.WithProduct(product);
|
|
String_t* L_47 = __this->___product_6;
|
|
InputDeviceMatcher_tF9BA551C8BB4AE41672366A7EBEA951543E0C555 L_48;
|
|
L_48 = InputDeviceMatcher_WithProduct_mE94024C38110251CBECB493C7753D417FFC5FD2E((&V_0), L_47, (bool)1, NULL);
|
|
V_0 = L_48;
|
|
}
|
|
|
|
IL_00fd:
|
|
{
|
|
// if (products != null)
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_49 = __this->___products_7;
|
|
if (!L_49)
|
|
{
|
|
goto IL_012a;
|
|
}
|
|
}
|
|
{
|
|
// foreach (var value in products)
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_50 = __this->___products_7;
|
|
V_1 = L_50;
|
|
V_2 = 0;
|
|
goto IL_0124;
|
|
}
|
|
|
|
IL_0110:
|
|
{
|
|
// foreach (var value in products)
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_51 = V_1;
|
|
int32_t L_52 = V_2;
|
|
NullCheck(L_51);
|
|
int32_t L_53 = L_52;
|
|
String_t* L_54 = (L_51)->GetAt(static_cast<il2cpp_array_size_t>(L_53));
|
|
V_6 = L_54;
|
|
// matcher = matcher.WithProduct(value);
|
|
String_t* L_55 = V_6;
|
|
InputDeviceMatcher_tF9BA551C8BB4AE41672366A7EBEA951543E0C555 L_56;
|
|
L_56 = InputDeviceMatcher_WithProduct_mE94024C38110251CBECB493C7753D417FFC5FD2E((&V_0), L_55, (bool)1, NULL);
|
|
V_0 = L_56;
|
|
int32_t L_57 = V_2;
|
|
V_2 = ((int32_t)il2cpp_codegen_add(L_57, 1));
|
|
}
|
|
|
|
IL_0124:
|
|
{
|
|
// foreach (var value in products)
|
|
int32_t L_58 = V_2;
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_59 = V_1;
|
|
NullCheck(L_59);
|
|
if ((((int32_t)L_58) < ((int32_t)((int32_t)(((RuntimeArray*)L_59)->max_length)))))
|
|
{
|
|
goto IL_0110;
|
|
}
|
|
}
|
|
|
|
IL_012a:
|
|
{
|
|
// if (!string.IsNullOrEmpty(version))
|
|
String_t* L_60 = __this->___version_8;
|
|
bool L_61;
|
|
L_61 = String_IsNullOrEmpty_mEA9E3FB005AC28FE02E69FCF95A7B8456192B478(L_60, NULL);
|
|
if (L_61)
|
|
{
|
|
goto IL_0146;
|
|
}
|
|
}
|
|
{
|
|
// matcher = matcher.WithVersion(version);
|
|
String_t* L_62 = __this->___version_8;
|
|
InputDeviceMatcher_tF9BA551C8BB4AE41672366A7EBEA951543E0C555 L_63;
|
|
L_63 = InputDeviceMatcher_WithVersion_mB3E3012EA1A23B9F5DC7A7DB4CDED3E3BD14EF71((&V_0), L_62, (bool)1, NULL);
|
|
V_0 = L_63;
|
|
}
|
|
|
|
IL_0146:
|
|
{
|
|
// if (versions != null)
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_64 = __this->___versions_9;
|
|
if (!L_64)
|
|
{
|
|
goto IL_0173;
|
|
}
|
|
}
|
|
{
|
|
// foreach (var value in versions)
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_65 = __this->___versions_9;
|
|
V_1 = L_65;
|
|
V_2 = 0;
|
|
goto IL_016d;
|
|
}
|
|
|
|
IL_0159:
|
|
{
|
|
// foreach (var value in versions)
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_66 = V_1;
|
|
int32_t L_67 = V_2;
|
|
NullCheck(L_66);
|
|
int32_t L_68 = L_67;
|
|
String_t* L_69 = (L_66)->GetAt(static_cast<il2cpp_array_size_t>(L_68));
|
|
V_7 = L_69;
|
|
// matcher = matcher.WithVersion(value);
|
|
String_t* L_70 = V_7;
|
|
InputDeviceMatcher_tF9BA551C8BB4AE41672366A7EBEA951543E0C555 L_71;
|
|
L_71 = InputDeviceMatcher_WithVersion_mB3E3012EA1A23B9F5DC7A7DB4CDED3E3BD14EF71((&V_0), L_70, (bool)1, NULL);
|
|
V_0 = L_71;
|
|
int32_t L_72 = V_2;
|
|
V_2 = ((int32_t)il2cpp_codegen_add(L_72, 1));
|
|
}
|
|
|
|
IL_016d:
|
|
{
|
|
// foreach (var value in versions)
|
|
int32_t L_73 = V_2;
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_74 = V_1;
|
|
NullCheck(L_74);
|
|
if ((((int32_t)L_73) < ((int32_t)((int32_t)(((RuntimeArray*)L_74)->max_length)))))
|
|
{
|
|
goto IL_0159;
|
|
}
|
|
}
|
|
|
|
IL_0173:
|
|
{
|
|
// if (capabilities != null)
|
|
CapabilityU5BU5D_tAB21826273F0E3FC45A0E93F8F7B6368653124EA* L_75 = __this->___capabilities_10;
|
|
if (!L_75)
|
|
{
|
|
goto IL_01b2;
|
|
}
|
|
}
|
|
{
|
|
// foreach (var value in capabilities)
|
|
CapabilityU5BU5D_tAB21826273F0E3FC45A0E93F8F7B6368653124EA* L_76 = __this->___capabilities_10;
|
|
V_8 = L_76;
|
|
V_2 = 0;
|
|
goto IL_01ab;
|
|
}
|
|
|
|
IL_0187:
|
|
{
|
|
// foreach (var value in capabilities)
|
|
CapabilityU5BU5D_tAB21826273F0E3FC45A0E93F8F7B6368653124EA* L_77 = V_8;
|
|
int32_t L_78 = V_2;
|
|
NullCheck(L_77);
|
|
int32_t L_79 = L_78;
|
|
Capability_t1A686C4F719B0408BCBB428021405F440196E16E L_80 = (L_77)->GetAt(static_cast<il2cpp_array_size_t>(L_79));
|
|
V_9 = L_80;
|
|
// matcher = matcher.WithCapability(value.path, value.value);
|
|
Capability_t1A686C4F719B0408BCBB428021405F440196E16E L_81 = V_9;
|
|
String_t* L_82 = L_81.___path_0;
|
|
Capability_t1A686C4F719B0408BCBB428021405F440196E16E L_83 = V_9;
|
|
String_t* L_84 = L_83.___value_1;
|
|
InputDeviceMatcher_tF9BA551C8BB4AE41672366A7EBEA951543E0C555 L_85;
|
|
L_85 = InputDeviceMatcher_WithCapability_TisString_t_m1112CA401597FBF71FC2FA5C586D3753A53C89A0((&V_0), L_82, L_84, InputDeviceMatcher_WithCapability_TisString_t_m1112CA401597FBF71FC2FA5C586D3753A53C89A0_RuntimeMethod_var);
|
|
V_0 = L_85;
|
|
int32_t L_86 = V_2;
|
|
V_2 = ((int32_t)il2cpp_codegen_add(L_86, 1));
|
|
}
|
|
|
|
IL_01ab:
|
|
{
|
|
// foreach (var value in capabilities)
|
|
int32_t L_87 = V_2;
|
|
CapabilityU5BU5D_tAB21826273F0E3FC45A0E93F8F7B6368653124EA* L_88 = V_8;
|
|
NullCheck(L_88);
|
|
if ((((int32_t)L_87) < ((int32_t)((int32_t)(((RuntimeArray*)L_88)->max_length)))))
|
|
{
|
|
goto IL_0187;
|
|
}
|
|
}
|
|
|
|
IL_01b2:
|
|
{
|
|
// return matcher;
|
|
InputDeviceMatcher_tF9BA551C8BB4AE41672366A7EBEA951543E0C555 L_89 = V_0;
|
|
return L_89;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C InputDeviceMatcher_tF9BA551C8BB4AE41672366A7EBEA951543E0C555 MatcherJson_ToMatcher_m4ED565D247164A737B60BD0C117A3F84F33B2734_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
MatcherJson_t5F54B83ADE9DD6D48FD48D76841EF4CA790DD942* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<MatcherJson_t5F54B83ADE9DD6D48FD48D76841EF4CA790DD942*>(__this + _offset);
|
|
InputDeviceMatcher_tF9BA551C8BB4AE41672366A7EBEA951543E0C555 _returnValue;
|
|
_returnValue = MatcherJson_ToMatcher_m4ED565D247164A737B60BD0C117A3F84F33B2734(_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.Layouts.InputDeviceMatcher/MatcherJson/Capability
|
|
IL2CPP_EXTERN_C void Capability_t1A686C4F719B0408BCBB428021405F440196E16E_marshal_pinvoke(const Capability_t1A686C4F719B0408BCBB428021405F440196E16E& unmarshaled, Capability_t1A686C4F719B0408BCBB428021405F440196E16E_marshaled_pinvoke& marshaled)
|
|
{
|
|
marshaled.___path_0 = il2cpp_codegen_marshal_string(unmarshaled.___path_0);
|
|
marshaled.___value_1 = il2cpp_codegen_marshal_string(unmarshaled.___value_1);
|
|
}
|
|
IL2CPP_EXTERN_C void Capability_t1A686C4F719B0408BCBB428021405F440196E16E_marshal_pinvoke_back(const Capability_t1A686C4F719B0408BCBB428021405F440196E16E_marshaled_pinvoke& marshaled, Capability_t1A686C4F719B0408BCBB428021405F440196E16E& unmarshaled)
|
|
{
|
|
unmarshaled.___path_0 = il2cpp_codegen_marshal_string_result(marshaled.___path_0);
|
|
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___path_0), (void*)il2cpp_codegen_marshal_string_result(marshaled.___path_0));
|
|
unmarshaled.___value_1 = il2cpp_codegen_marshal_string_result(marshaled.___value_1);
|
|
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___value_1), (void*)il2cpp_codegen_marshal_string_result(marshaled.___value_1));
|
|
}
|
|
// Conversion method for clean up from marshalling of: UnityEngine.InputSystem.Layouts.InputDeviceMatcher/MatcherJson/Capability
|
|
IL2CPP_EXTERN_C void Capability_t1A686C4F719B0408BCBB428021405F440196E16E_marshal_pinvoke_cleanup(Capability_t1A686C4F719B0408BCBB428021405F440196E16E_marshaled_pinvoke& marshaled)
|
|
{
|
|
il2cpp_codegen_marshal_free(marshaled.___path_0);
|
|
marshaled.___path_0 = NULL;
|
|
il2cpp_codegen_marshal_free(marshaled.___value_1);
|
|
marshaled.___value_1 = NULL;
|
|
}
|
|
// Conversion methods for marshalling of: UnityEngine.InputSystem.Layouts.InputDeviceMatcher/MatcherJson/Capability
|
|
IL2CPP_EXTERN_C void Capability_t1A686C4F719B0408BCBB428021405F440196E16E_marshal_com(const Capability_t1A686C4F719B0408BCBB428021405F440196E16E& unmarshaled, Capability_t1A686C4F719B0408BCBB428021405F440196E16E_marshaled_com& marshaled)
|
|
{
|
|
marshaled.___path_0 = il2cpp_codegen_marshal_bstring(unmarshaled.___path_0);
|
|
marshaled.___value_1 = il2cpp_codegen_marshal_bstring(unmarshaled.___value_1);
|
|
}
|
|
IL2CPP_EXTERN_C void Capability_t1A686C4F719B0408BCBB428021405F440196E16E_marshal_com_back(const Capability_t1A686C4F719B0408BCBB428021405F440196E16E_marshaled_com& marshaled, Capability_t1A686C4F719B0408BCBB428021405F440196E16E& unmarshaled)
|
|
{
|
|
unmarshaled.___path_0 = il2cpp_codegen_marshal_bstring_result(marshaled.___path_0);
|
|
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___path_0), (void*)il2cpp_codegen_marshal_bstring_result(marshaled.___path_0));
|
|
unmarshaled.___value_1 = il2cpp_codegen_marshal_bstring_result(marshaled.___value_1);
|
|
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___value_1), (void*)il2cpp_codegen_marshal_bstring_result(marshaled.___value_1));
|
|
}
|
|
// Conversion method for clean up from marshalling of: UnityEngine.InputSystem.Layouts.InputDeviceMatcher/MatcherJson/Capability
|
|
IL2CPP_EXTERN_C void Capability_t1A686C4F719B0408BCBB428021405F440196E16E_marshal_com_cleanup(Capability_t1A686C4F719B0408BCBB428021405F440196E16E_marshaled_com& marshaled)
|
|
{
|
|
il2cpp_codegen_marshal_free_bstring(marshaled.___path_0);
|
|
marshaled.___path_0 = NULL;
|
|
il2cpp_codegen_marshal_free_bstring(marshaled.___value_1);
|
|
marshaled.___value_1 = NULL;
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void UnityEngine.InputSystem.Layouts.InputDeviceMatcher/<get_patterns>d__4::.ctor(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3Cget_patternsU3Ed__4__ctor_mEACFF8CEB245B21BB3703974AA0C4323F8E8D3D1 (U3Cget_patternsU3Ed__4_t1DEF554289913D08B960B18ACF82952C5F4FBE62* __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.Layouts.InputDeviceMatcher/<get_patterns>d__4::System.IDisposable.Dispose()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3Cget_patternsU3Ed__4_System_IDisposable_Dispose_mEAA90020680C099C964479A7F76521E14EEC6A57 (U3Cget_patternsU3Ed__4_t1DEF554289913D08B960B18ACF82952C5F4FBE62* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Boolean UnityEngine.InputSystem.Layouts.InputDeviceMatcher/<get_patterns>d__4::MoveNext()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3Cget_patternsU3Ed__4_MoveNext_mCF879B341D9E480BE7B8BAAC22C7E5CA141DB74F (U3Cget_patternsU3Ed__4_t1DEF554289913D08B960B18ACF82952C5F4FBE62* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KeyValuePair_2__ctor_mC4A18320F103342E740C5F71ADEC2DBA2A2F0ECB_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KeyValuePair_2_get_Key_mC668DBB7580ADCE4B3D87DA1C6E91F6E56B9EE84_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KeyValuePair_2_get_Value_m1425379DCDEDB955455E242B31CD2AE43552B441_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
int32_t V_2 = 0;
|
|
{
|
|
int32_t L_0 = __this->___U3CU3E1__state_0;
|
|
V_0 = L_0;
|
|
int32_t L_1 = V_0;
|
|
if (!L_1)
|
|
{
|
|
goto IL_0013;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_2 = V_0;
|
|
if ((((int32_t)L_2) == ((int32_t)1)))
|
|
{
|
|
goto IL_009d;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0013:
|
|
{
|
|
__this->___U3CU3E1__state_0 = (-1);
|
|
// if (m_Patterns == null)
|
|
InputDeviceMatcher_tF9BA551C8BB4AE41672366A7EBEA951543E0C555* L_3 = (&__this->___U3CU3E4__this_3);
|
|
KeyValuePair_2U5BU5D_tF8154B2302178CCE00D745DBF55F703880469DFC* L_4 = L_3->___m_Patterns_0;
|
|
if (L_4)
|
|
{
|
|
goto IL_0029;
|
|
}
|
|
}
|
|
{
|
|
// yield break;
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0029:
|
|
{
|
|
// var count = m_Patterns.Length;
|
|
InputDeviceMatcher_tF9BA551C8BB4AE41672366A7EBEA951543E0C555* L_5 = (&__this->___U3CU3E4__this_3);
|
|
KeyValuePair_2U5BU5D_tF8154B2302178CCE00D745DBF55F703880469DFC* L_6 = L_5->___m_Patterns_0;
|
|
NullCheck(L_6);
|
|
__this->___U3CcountU3E5__2_5 = ((int32_t)(((RuntimeArray*)L_6)->max_length));
|
|
// for (var i = 0; i < count; ++i)
|
|
__this->___U3CiU3E5__3_6 = 0;
|
|
goto IL_00b4;
|
|
}
|
|
|
|
IL_0045:
|
|
{
|
|
// yield return new KeyValuePair<string, object>(m_Patterns[i].Key.ToString(), m_Patterns[i].Value);
|
|
InputDeviceMatcher_tF9BA551C8BB4AE41672366A7EBEA951543E0C555* L_7 = (&__this->___U3CU3E4__this_3);
|
|
KeyValuePair_2U5BU5D_tF8154B2302178CCE00D745DBF55F703880469DFC* L_8 = L_7->___m_Patterns_0;
|
|
int32_t L_9 = __this->___U3CiU3E5__3_6;
|
|
NullCheck(L_8);
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_10;
|
|
L_10 = KeyValuePair_2_get_Key_mC668DBB7580ADCE4B3D87DA1C6E91F6E56B9EE84_inline(((L_8)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_9))), KeyValuePair_2_get_Key_mC668DBB7580ADCE4B3D87DA1C6E91F6E56B9EE84_RuntimeMethod_var);
|
|
V_1 = L_10;
|
|
String_t* L_11;
|
|
L_11 = InternedString_ToString_mED327D67EF001C5EDFF284336F13C3E3F025993A((&V_1), NULL);
|
|
InputDeviceMatcher_tF9BA551C8BB4AE41672366A7EBEA951543E0C555* L_12 = (&__this->___U3CU3E4__this_3);
|
|
KeyValuePair_2U5BU5D_tF8154B2302178CCE00D745DBF55F703880469DFC* L_13 = L_12->___m_Patterns_0;
|
|
int32_t L_14 = __this->___U3CiU3E5__3_6;
|
|
NullCheck(L_13);
|
|
RuntimeObject* L_15;
|
|
L_15 = KeyValuePair_2_get_Value_m1425379DCDEDB955455E242B31CD2AE43552B441_inline(((L_13)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_14))), KeyValuePair_2_get_Value_m1425379DCDEDB955455E242B31CD2AE43552B441_RuntimeMethod_var);
|
|
KeyValuePair_2_tBEE55F2A4574C64393155C322376FD98C7BFC7B9 L_16;
|
|
memset((&L_16), 0, sizeof(L_16));
|
|
KeyValuePair_2__ctor_mC4A18320F103342E740C5F71ADEC2DBA2A2F0ECB((&L_16), L_11, L_15, /*hidden argument*/KeyValuePair_2__ctor_mC4A18320F103342E740C5F71ADEC2DBA2A2F0ECB_RuntimeMethod_var);
|
|
__this->___U3CU3E2__current_1 = L_16;
|
|
Il2CppCodeGenWriteBarrier((void**)&(((&__this->___U3CU3E2__current_1))->___key_0), (void*)NULL);
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&(((&__this->___U3CU3E2__current_1))->___value_1), (void*)NULL);
|
|
#endif
|
|
__this->___U3CU3E1__state_0 = 1;
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_009d:
|
|
{
|
|
__this->___U3CU3E1__state_0 = (-1);
|
|
// for (var i = 0; i < count; ++i)
|
|
int32_t L_17 = __this->___U3CiU3E5__3_6;
|
|
V_2 = ((int32_t)il2cpp_codegen_add(L_17, 1));
|
|
int32_t L_18 = V_2;
|
|
__this->___U3CiU3E5__3_6 = L_18;
|
|
}
|
|
|
|
IL_00b4:
|
|
{
|
|
// for (var i = 0; i < count; ++i)
|
|
int32_t L_19 = __this->___U3CiU3E5__3_6;
|
|
int32_t L_20 = __this->___U3CcountU3E5__2_5;
|
|
if ((((int32_t)L_19) < ((int32_t)L_20)))
|
|
{
|
|
goto IL_0045;
|
|
}
|
|
}
|
|
{
|
|
// }
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Collections.Generic.KeyValuePair`2<System.String,System.Object> UnityEngine.InputSystem.Layouts.InputDeviceMatcher/<get_patterns>d__4::System.Collections.Generic.IEnumerator<System.Collections.Generic.KeyValuePair<System.String,System.Object>>.get_Current()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR KeyValuePair_2_tBEE55F2A4574C64393155C322376FD98C7BFC7B9 U3Cget_patternsU3Ed__4_System_Collections_Generic_IEnumeratorU3CSystem_Collections_Generic_KeyValuePairU3CSystem_StringU2CSystem_ObjectU3EU3E_get_Current_mA6159A9429E9B8679DB1A746DC69E34BFE8EDDCC (U3Cget_patternsU3Ed__4_t1DEF554289913D08B960B18ACF82952C5F4FBE62* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
KeyValuePair_2_tBEE55F2A4574C64393155C322376FD98C7BFC7B9 L_0 = __this->___U3CU3E2__current_1;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.InputSystem.Layouts.InputDeviceMatcher/<get_patterns>d__4::System.Collections.IEnumerator.Reset()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3Cget_patternsU3Ed__4_System_Collections_IEnumerator_Reset_mF3FCE229CC60BBA25672BA8C056713786F754242 (U3Cget_patternsU3Ed__4_t1DEF554289913D08B960B18ACF82952C5F4FBE62* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A* L_0 = (NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_0);
|
|
NotSupportedException__ctor_m1398D0CDE19B36AA3DE9392879738C1EA2439CDF(L_0, NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&U3Cget_patternsU3Ed__4_System_Collections_IEnumerator_Reset_mF3FCE229CC60BBA25672BA8C056713786F754242_RuntimeMethod_var)));
|
|
}
|
|
}
|
|
// System.Object UnityEngine.InputSystem.Layouts.InputDeviceMatcher/<get_patterns>d__4::System.Collections.IEnumerator.get_Current()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* U3Cget_patternsU3Ed__4_System_Collections_IEnumerator_get_Current_m52CC52E842FA75664F2B46B2C6AF873A6A3399F1 (U3Cget_patternsU3Ed__4_t1DEF554289913D08B960B18ACF82952C5F4FBE62* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KeyValuePair_2_tBEE55F2A4574C64393155C322376FD98C7BFC7B9_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
KeyValuePair_2_tBEE55F2A4574C64393155C322376FD98C7BFC7B9 L_0 = __this->___U3CU3E2__current_1;
|
|
KeyValuePair_2_tBEE55F2A4574C64393155C322376FD98C7BFC7B9 L_1 = L_0;
|
|
RuntimeObject* L_2 = Box(KeyValuePair_2_tBEE55F2A4574C64393155C322376FD98C7BFC7B9_il2cpp_TypeInfo_var, &L_1);
|
|
return L_2;
|
|
}
|
|
}
|
|
// System.Collections.Generic.IEnumerator`1<System.Collections.Generic.KeyValuePair`2<System.String,System.Object>> UnityEngine.InputSystem.Layouts.InputDeviceMatcher/<get_patterns>d__4::System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<System.String,System.Object>>.GetEnumerator()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* U3Cget_patternsU3Ed__4_System_Collections_Generic_IEnumerableU3CSystem_Collections_Generic_KeyValuePairU3CSystem_StringU2CSystem_ObjectU3EU3E_GetEnumerator_m6923BD74A9338A50391054FF75FF2F7C3602DBE9 (U3Cget_patternsU3Ed__4_t1DEF554289913D08B960B18ACF82952C5F4FBE62* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3Cget_patternsU3Ed__4_t1DEF554289913D08B960B18ACF82952C5F4FBE62_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
U3Cget_patternsU3Ed__4_t1DEF554289913D08B960B18ACF82952C5F4FBE62* 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:
|
|
{
|
|
U3Cget_patternsU3Ed__4_t1DEF554289913D08B960B18ACF82952C5F4FBE62* L_3 = (U3Cget_patternsU3Ed__4_t1DEF554289913D08B960B18ACF82952C5F4FBE62*)il2cpp_codegen_object_new(U3Cget_patternsU3Ed__4_t1DEF554289913D08B960B18ACF82952C5F4FBE62_il2cpp_TypeInfo_var);
|
|
NullCheck(L_3);
|
|
U3Cget_patternsU3Ed__4__ctor_mEACFF8CEB245B21BB3703974AA0C4323F8E8D3D1(L_3, 0, NULL);
|
|
V_0 = L_3;
|
|
}
|
|
|
|
IL_0029:
|
|
{
|
|
U3Cget_patternsU3Ed__4_t1DEF554289913D08B960B18ACF82952C5F4FBE62* L_4 = V_0;
|
|
InputDeviceMatcher_tF9BA551C8BB4AE41672366A7EBEA951543E0C555 L_5 = __this->___U3CU3E3__U3CU3E4__this_4;
|
|
NullCheck(L_4);
|
|
L_4->___U3CU3E4__this_3 = L_5;
|
|
Il2CppCodeGenWriteBarrier((void**)&(((&L_4->___U3CU3E4__this_3))->___m_Patterns_0), (void*)NULL);
|
|
U3Cget_patternsU3Ed__4_t1DEF554289913D08B960B18ACF82952C5F4FBE62* L_6 = V_0;
|
|
return L_6;
|
|
}
|
|
}
|
|
// System.Collections.IEnumerator UnityEngine.InputSystem.Layouts.InputDeviceMatcher/<get_patterns>d__4::System.Collections.IEnumerable.GetEnumerator()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* U3Cget_patternsU3Ed__4_System_Collections_IEnumerable_GetEnumerator_m86B3C7BBA8099055515636F985612403BE7BC9C9 (U3Cget_patternsU3Ed__4_t1DEF554289913D08B960B18ACF82952C5F4FBE62* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
RuntimeObject* L_0;
|
|
L_0 = U3Cget_patternsU3Ed__4_System_Collections_Generic_IEnumerableU3CSystem_Collections_Generic_KeyValuePairU3CSystem_StringU2CSystem_ObjectU3EU3E_GetEnumerator_m6923BD74A9338A50391054FF75FF2F7C3602DBE9(__this, NULL);
|
|
return L_0;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void UnityEngine.InputSystem.Layouts.InputDeviceMatcher/<>c::.cctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__cctor_m8B268535AB7B9B7024A8062BFE5445EF92A0237D (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_tAEFD85D23E35F3965E847F401B7F12DF1213ADC7_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
U3CU3Ec_tAEFD85D23E35F3965E847F401B7F12DF1213ADC7* L_0 = (U3CU3Ec_tAEFD85D23E35F3965E847F401B7F12DF1213ADC7*)il2cpp_codegen_object_new(U3CU3Ec_tAEFD85D23E35F3965E847F401B7F12DF1213ADC7_il2cpp_TypeInfo_var);
|
|
NullCheck(L_0);
|
|
U3CU3Ec__ctor_m97D30895CEFAD1360B7E9045D09388C23DA4F576(L_0, NULL);
|
|
((U3CU3Ec_tAEFD85D23E35F3965E847F401B7F12DF1213ADC7_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tAEFD85D23E35F3965E847F401B7F12DF1213ADC7_il2cpp_TypeInfo_var))->___U3CU3E9_0 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((U3CU3Ec_tAEFD85D23E35F3965E847F401B7F12DF1213ADC7_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tAEFD85D23E35F3965E847F401B7F12DF1213ADC7_il2cpp_TypeInfo_var))->___U3CU3E9_0), (void*)L_0);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.InputSystem.Layouts.InputDeviceMatcher/<>c::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__ctor_m97D30895CEFAD1360B7E9045D09388C23DA4F576 (U3CU3Ec_tAEFD85D23E35F3965E847F401B7F12DF1213ADC7* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Boolean UnityEngine.InputSystem.Layouts.InputDeviceMatcher/<>c::<With>b__11_0(System.Char)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CU3Ec_U3CWithU3Eb__11_0_m8094F84D97E88CF13CCEE8A36A6C6F35315B6D7F (U3CU3Ec_tAEFD85D23E35F3965E847F401B7F12DF1213ADC7* __this, Il2CppChar ___0_ch, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// var mayBeRegex = !str.All(ch => char.IsLetterOrDigit(ch) || char.IsWhiteSpace(ch)) &&
|
|
Il2CppChar L_0 = ___0_ch;
|
|
il2cpp_codegen_runtime_class_init_inline(Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var);
|
|
bool L_1;
|
|
L_1 = Char_IsLetterOrDigit_m14049A362108679FD23E424FD9C5C42057359B72(L_0, NULL);
|
|
if (L_1)
|
|
{
|
|
goto IL_000f;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_2 = ___0_ch;
|
|
il2cpp_codegen_runtime_class_init_inline(Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var);
|
|
bool L_3;
|
|
L_3 = Char_IsWhiteSpace_m02AEC6EA19513CAFC6882CFCA54C45794D2B5924(L_2, NULL);
|
|
return L_3;
|
|
}
|
|
|
|
IL_000f:
|
|
{
|
|
return (bool)1;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void UnityEngine.InputSystem.Controls.AnyKeyControl::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AnyKeyControl__ctor_mAFE1F38BFFB85D3DCBDB986878BBD1795341DD05 (AnyKeyControl_t88E59A594CAF1E3A432C3BEC2634C0CA462D8A14* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// public AnyKeyControl()
|
|
ButtonControl__ctor_mF6F46704B8CC76DA22F543EFF8D136676893ACEB(__this, NULL);
|
|
// m_StateBlock.sizeInBits = 1; // Should be overridden by whoever uses the control.
|
|
InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5* L_0 = (&((InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E*)__this)->___m_StateBlock_0);
|
|
InputStateBlock_set_sizeInBits_mE7B623711880E0A1C1E563AF809A24A9C63AE115_inline(L_0, 1, NULL);
|
|
// m_StateBlock.format = InputStateBlock.FormatBit;
|
|
InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5* L_1 = (&((InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E*)__this)->___m_StateBlock_0);
|
|
il2cpp_codegen_runtime_class_init_inline(InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5_il2cpp_TypeInfo_var);
|
|
FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_2 = ((InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5_StaticFields*)il2cpp_codegen_static_fields_for(InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5_il2cpp_TypeInfo_var))->___FormatBit_2;
|
|
InputStateBlock_set_format_mC6AA651913216B6B3CEF1031BC8778182009F73A_inline(L_1, L_2, NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Single UnityEngine.InputSystem.Controls.AnyKeyControl::ReadUnprocessedValueFromState(System.Void*)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float AnyKeyControl_ReadUnprocessedValueFromState_m9C53F0215C9FA9E564E38DE9C9256CF2C9E658B8 (AnyKeyControl_t88E59A594CAF1E3A432C3BEC2634C0CA462D8A14* __this, void* ___0_statePtr, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// return this.CheckStateIsAtDefault(statePtr) ? 0.0f : 1.0f;
|
|
void* L_0 = ___0_statePtr;
|
|
bool L_1;
|
|
L_1 = InputControlExtensions_CheckStateIsAtDefault_m761F16C3F0981273BEACF22A24AEB38D02AA2B93(__this, L_0, (void*)((uintptr_t)0), NULL);
|
|
if (L_1)
|
|
{
|
|
goto IL_0011;
|
|
}
|
|
}
|
|
{
|
|
return (1.0f);
|
|
}
|
|
|
|
IL_0011:
|
|
{
|
|
return (0.0f);
|
|
}
|
|
}
|
|
#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.Controls.AxisControl::Preprocess(System.Single)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float AxisControl_Preprocess_m35BF332DE6724A350AD1DFE92FA0B8AC815AC3B1 (AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* __this, float ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// if (scale)
|
|
bool L_0 = __this->___scale_31;
|
|
if (!L_0)
|
|
{
|
|
goto IL_0012;
|
|
}
|
|
}
|
|
{
|
|
// value *= scaleFactor;
|
|
float L_1 = ___0_value;
|
|
float L_2 = __this->___scaleFactor_32;
|
|
___0_value = ((float)il2cpp_codegen_multiply(L_1, L_2));
|
|
}
|
|
|
|
IL_0012:
|
|
{
|
|
// if (clamp == Clamp.ToConstantBeforeNormalize)
|
|
int32_t L_3 = __this->___clamp_22;
|
|
if ((!(((uint32_t)L_3) == ((uint32_t)3))))
|
|
{
|
|
goto IL_0037;
|
|
}
|
|
}
|
|
{
|
|
// if (value < clampMin || value > clampMax)
|
|
float L_4 = ___0_value;
|
|
float L_5 = __this->___clampMin_23;
|
|
if ((((float)L_4) < ((float)L_5)))
|
|
{
|
|
goto IL_002d;
|
|
}
|
|
}
|
|
{
|
|
float L_6 = ___0_value;
|
|
float L_7 = __this->___clampMax_24;
|
|
if ((!(((float)L_6) > ((float)L_7))))
|
|
{
|
|
goto IL_0054;
|
|
}
|
|
}
|
|
|
|
IL_002d:
|
|
{
|
|
// value = clampConstant;
|
|
float L_8 = __this->___clampConstant_25;
|
|
___0_value = L_8;
|
|
goto IL_0054;
|
|
}
|
|
|
|
IL_0037:
|
|
{
|
|
// else if (clamp == Clamp.BeforeNormalize)
|
|
int32_t L_9 = __this->___clamp_22;
|
|
if ((!(((uint32_t)L_9) == ((uint32_t)1))))
|
|
{
|
|
goto IL_0054;
|
|
}
|
|
}
|
|
{
|
|
// value = Mathf.Clamp(value, clampMin, clampMax);
|
|
float L_10 = ___0_value;
|
|
float L_11 = __this->___clampMin_23;
|
|
float L_12 = __this->___clampMax_24;
|
|
float L_13;
|
|
L_13 = Mathf_Clamp_mEB9AEA827D27D20FCC787F7375156AF46BB12BBF_inline(L_10, L_11, L_12, NULL);
|
|
___0_value = L_13;
|
|
}
|
|
|
|
IL_0054:
|
|
{
|
|
// if (normalize)
|
|
bool L_14 = __this->___normalize_27;
|
|
if (!L_14)
|
|
{
|
|
goto IL_0076;
|
|
}
|
|
}
|
|
{
|
|
// value = NormalizeProcessor.Normalize(value, normalizeMin, normalizeMax, normalizeZero);
|
|
float L_15 = ___0_value;
|
|
float L_16 = __this->___normalizeMin_28;
|
|
float L_17 = __this->___normalizeMax_29;
|
|
float L_18 = __this->___normalizeZero_30;
|
|
float L_19;
|
|
L_19 = NormalizeProcessor_Normalize_m6B8C94BD2D8640D46A0EFD1FF10B4E311C46DBEB(L_15, L_16, L_17, L_18, NULL);
|
|
___0_value = L_19;
|
|
}
|
|
|
|
IL_0076:
|
|
{
|
|
// if (clamp == Clamp.AfterNormalize)
|
|
int32_t L_20 = __this->___clamp_22;
|
|
if ((!(((uint32_t)L_20) == ((uint32_t)2))))
|
|
{
|
|
goto IL_0093;
|
|
}
|
|
}
|
|
{
|
|
// value = Mathf.Clamp(value, clampMin, clampMax);
|
|
float L_21 = ___0_value;
|
|
float L_22 = __this->___clampMin_23;
|
|
float L_23 = __this->___clampMax_24;
|
|
float L_24;
|
|
L_24 = Mathf_Clamp_mEB9AEA827D27D20FCC787F7375156AF46BB12BBF_inline(L_21, L_22, L_23, NULL);
|
|
___0_value = L_24;
|
|
}
|
|
|
|
IL_0093:
|
|
{
|
|
// if (invert)
|
|
bool L_25 = __this->___invert_26;
|
|
if (!L_25)
|
|
{
|
|
goto IL_00a4;
|
|
}
|
|
}
|
|
{
|
|
// value *= -1.0f;
|
|
float L_26 = ___0_value;
|
|
___0_value = ((float)il2cpp_codegen_multiply(L_26, (-1.0f)));
|
|
}
|
|
|
|
IL_00a4:
|
|
{
|
|
// return value;
|
|
float L_27 = ___0_value;
|
|
return L_27;
|
|
}
|
|
}
|
|
// System.Single UnityEngine.InputSystem.Controls.AxisControl::Unpreprocess(System.Single)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float AxisControl_Unpreprocess_mB5EEFDCF7CFE480C0BEBF717097A5BA39DE78C38 (AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* __this, float ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// if (invert)
|
|
bool L_0 = __this->___invert_26;
|
|
if (!L_0)
|
|
{
|
|
goto IL_0011;
|
|
}
|
|
}
|
|
{
|
|
// value *= -1f;
|
|
float L_1 = ___0_value;
|
|
___0_value = ((float)il2cpp_codegen_multiply(L_1, (-1.0f)));
|
|
}
|
|
|
|
IL_0011:
|
|
{
|
|
// if (normalize)
|
|
bool L_2 = __this->___normalize_27;
|
|
if (!L_2)
|
|
{
|
|
goto IL_0033;
|
|
}
|
|
}
|
|
{
|
|
// value = NormalizeProcessor.Denormalize(value, normalizeMin, normalizeMax, normalizeZero);
|
|
float L_3 = ___0_value;
|
|
float L_4 = __this->___normalizeMin_28;
|
|
float L_5 = __this->___normalizeMax_29;
|
|
float L_6 = __this->___normalizeZero_30;
|
|
float L_7;
|
|
L_7 = NormalizeProcessor_Denormalize_m8245020EBC6D0A1B035D71EFCEA1A91EE63C6B82(L_3, L_4, L_5, L_6, NULL);
|
|
___0_value = L_7;
|
|
}
|
|
|
|
IL_0033:
|
|
{
|
|
// if (scale)
|
|
bool L_8 = __this->___scale_31;
|
|
if (!L_8)
|
|
{
|
|
goto IL_0045;
|
|
}
|
|
}
|
|
{
|
|
// value /= scaleFactor;
|
|
float L_9 = ___0_value;
|
|
float L_10 = __this->___scaleFactor_32;
|
|
___0_value = ((float)(L_9/L_10));
|
|
}
|
|
|
|
IL_0045:
|
|
{
|
|
// return value;
|
|
float L_11 = ___0_value;
|
|
return L_11;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.InputSystem.Controls.AxisControl::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AxisControl__ctor_m9648C9B9777699B9028DF822BB5A3884F3865BEE (AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputControl_1__ctor_m4D5061726209A52D1026EE2FCEAA640013A9D22D_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// public AxisControl()
|
|
InputControl_1__ctor_m4D5061726209A52D1026EE2FCEAA640013A9D22D(__this, InputControl_1__ctor_m4D5061726209A52D1026EE2FCEAA640013A9D22D_RuntimeMethod_var);
|
|
// m_StateBlock.format = InputStateBlock.FormatFloat;
|
|
InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5* L_0 = (&((InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E*)__this)->___m_StateBlock_0);
|
|
il2cpp_codegen_runtime_class_init_inline(InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5_il2cpp_TypeInfo_var);
|
|
FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_1 = ((InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5_StaticFields*)il2cpp_codegen_static_fields_for(InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5_il2cpp_TypeInfo_var))->___FormatFloat_22;
|
|
InputStateBlock_set_format_mC6AA651913216B6B3CEF1031BC8778182009F73A_inline(L_0, L_1, NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.InputSystem.Controls.AxisControl::FinishSetup()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AxisControl_FinishSetup_m4C493C95FB35F09A4301EC90AB447496BE97215F (AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* __this, 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;
|
|
}
|
|
InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
// base.FinishSetup();
|
|
InputControl_FinishSetup_m46B682B124C6E127183D19E1BA86E966472C7C15(__this, NULL);
|
|
// if (!hasDefaultState && normalize && Mathf.Abs(normalizeZero) > Mathf.Epsilon)
|
|
bool L_0;
|
|
L_0 = InputControl_get_hasDefaultState_m67D8C00BF67F096D821BB43F381D5C66D6DCBA56(__this, NULL);
|
|
if (L_0)
|
|
{
|
|
goto IL_0042;
|
|
}
|
|
}
|
|
{
|
|
bool L_1 = __this->___normalize_27;
|
|
if (!L_1)
|
|
{
|
|
goto IL_0042;
|
|
}
|
|
}
|
|
{
|
|
float L_2 = __this->___normalizeZero_30;
|
|
float L_3;
|
|
L_3 = fabsf(L_2);
|
|
float L_4 = ((Mathf_tE284D016E3B297B72311AAD9EB8F0E643F6A4682_StaticFields*)il2cpp_codegen_static_fields_for(Mathf_tE284D016E3B297B72311AAD9EB8F0E643F6A4682_il2cpp_TypeInfo_var))->___Epsilon_0;
|
|
if ((!(((float)L_3) > ((float)L_4))))
|
|
{
|
|
goto IL_0042;
|
|
}
|
|
}
|
|
{
|
|
// m_DefaultState = stateBlock.FloatToPrimitiveValue(normalizeZero);
|
|
InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5 L_5;
|
|
L_5 = InputControl_get_stateBlock_mCAE31879EDC6621B35B368B4916219D30EAA0B0B_inline(__this, NULL);
|
|
V_0 = L_5;
|
|
float L_6 = __this->___normalizeZero_30;
|
|
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 L_7;
|
|
L_7 = InputStateBlock_FloatToPrimitiveValue_m46EBD7FE513E6770363E28AFEA74B614CB76A414((&V_0), L_6, NULL);
|
|
((InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E*)__this)->___m_DefaultState_18 = L_7;
|
|
}
|
|
|
|
IL_0042:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Single UnityEngine.InputSystem.Controls.AxisControl::ReadUnprocessedValueFromState(System.Void*)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float AxisControl_ReadUnprocessedValueFromState_mC99F8EB308D593F86629FFDB28863EA4C2DD9256 (AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* __this, void* ___0_statePtr, const RuntimeMethod* method)
|
|
{
|
|
float V_0 = 0.0f;
|
|
InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5 V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
{
|
|
// var value = stateBlock.ReadFloat(statePtr);
|
|
InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5 L_0;
|
|
L_0 = InputControl_get_stateBlock_mCAE31879EDC6621B35B368B4916219D30EAA0B0B_inline(__this, NULL);
|
|
V_1 = L_0;
|
|
void* L_1 = ___0_statePtr;
|
|
float L_2;
|
|
L_2 = InputStateBlock_ReadFloat_mE73AB296192A471AFE5ECA929700364215E469D8((&V_1), L_1, NULL);
|
|
V_0 = L_2;
|
|
// return Preprocess(value);
|
|
float L_3 = V_0;
|
|
float L_4;
|
|
L_4 = AxisControl_Preprocess_m35BF332DE6724A350AD1DFE92FA0B8AC815AC3B1(__this, L_3, NULL);
|
|
return L_4;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.InputSystem.Controls.AxisControl::WriteValueIntoState(System.Single,System.Void*)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AxisControl_WriteValueIntoState_mC90A5CAE1BE8FF6DFA4B29D75B6F38C93477475C (AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* __this, float ___0_value, void* ___1_statePtr, const RuntimeMethod* method)
|
|
{
|
|
InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
// value = Unpreprocess(value);
|
|
float L_0 = ___0_value;
|
|
float L_1;
|
|
L_1 = AxisControl_Unpreprocess_mB5EEFDCF7CFE480C0BEBF717097A5BA39DE78C38(__this, L_0, NULL);
|
|
___0_value = L_1;
|
|
// stateBlock.WriteFloat(statePtr, value);
|
|
InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5 L_2;
|
|
L_2 = InputControl_get_stateBlock_mCAE31879EDC6621B35B368B4916219D30EAA0B0B_inline(__this, NULL);
|
|
V_0 = L_2;
|
|
void* L_3 = ___1_statePtr;
|
|
float L_4 = ___0_value;
|
|
InputStateBlock_WriteFloat_mC76DEFF01258667BBC17EDD58265742133D008BE((&V_0), L_3, L_4, NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Boolean UnityEngine.InputSystem.Controls.AxisControl::CompareValue(System.Void*,System.Void*)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool AxisControl_CompareValue_m90F8FC2159E43C4C20793E3C1E37A495D307E3CC (AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* __this, void* ___0_firstStatePtr, void* ___1_secondStatePtr, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputControl_1_ReadValueFromState_m1748B48FE53C7B329B8138F43857E231AC6FC24E_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
float V_0 = 0.0f;
|
|
{
|
|
// var currentValue = ReadValueFromState(firstStatePtr);
|
|
void* L_0 = ___0_firstStatePtr;
|
|
float L_1;
|
|
L_1 = InputControl_1_ReadValueFromState_m1748B48FE53C7B329B8138F43857E231AC6FC24E(__this, L_0, InputControl_1_ReadValueFromState_m1748B48FE53C7B329B8138F43857E231AC6FC24E_RuntimeMethod_var);
|
|
// var valueInState = ReadValueFromState(secondStatePtr);
|
|
void* L_2 = ___1_secondStatePtr;
|
|
float L_3;
|
|
L_3 = InputControl_1_ReadValueFromState_m1748B48FE53C7B329B8138F43857E231AC6FC24E(__this, L_2, InputControl_1_ReadValueFromState_m1748B48FE53C7B329B8138F43857E231AC6FC24E_RuntimeMethod_var);
|
|
V_0 = L_3;
|
|
// return !Mathf.Approximately(currentValue, valueInState);
|
|
float L_4 = V_0;
|
|
bool L_5;
|
|
L_5 = Mathf_Approximately_m1DADD012A8FC82E11FB282501AE2EBBF9A77150B_inline(L_1, L_4, NULL);
|
|
return (bool)((((int32_t)L_5) == ((int32_t)0))? 1 : 0);
|
|
}
|
|
}
|
|
// System.Single UnityEngine.InputSystem.Controls.AxisControl::EvaluateMagnitude(System.Void*)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float AxisControl_EvaluateMagnitude_mE8C4B4A557C567CDAC8546C3F683842F4C6DAD05 (AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* __this, void* ___0_statePtr, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputControl_1_ReadValueFromState_m1748B48FE53C7B329B8138F43857E231AC6FC24E_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
float V_0 = 0.0f;
|
|
float V_1 = 0.0f;
|
|
float V_2 = 0.0f;
|
|
{
|
|
// var value = ReadValueFromState(statePtr);
|
|
void* L_0 = ___0_statePtr;
|
|
float L_1;
|
|
L_1 = InputControl_1_ReadValueFromState_m1748B48FE53C7B329B8138F43857E231AC6FC24E(__this, L_0, InputControl_1_ReadValueFromState_m1748B48FE53C7B329B8138F43857E231AC6FC24E_RuntimeMethod_var);
|
|
V_0 = L_1;
|
|
// if (m_MinValue.isEmpty || m_MaxValue.isEmpty)
|
|
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4* L_2 = (&((InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E*)__this)->___m_MinValue_19);
|
|
bool L_3;
|
|
L_3 = PrimitiveValue_get_isEmpty_m5EB7E528CDE36950BBE170CE82D1DB78D45E4347(L_2, NULL);
|
|
if (L_3)
|
|
{
|
|
goto IL_0022;
|
|
}
|
|
}
|
|
{
|
|
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4* L_4 = (&((InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E*)__this)->___m_MaxValue_20);
|
|
bool L_5;
|
|
L_5 = PrimitiveValue_get_isEmpty_m5EB7E528CDE36950BBE170CE82D1DB78D45E4347(L_4, NULL);
|
|
if (!L_5)
|
|
{
|
|
goto IL_0029;
|
|
}
|
|
}
|
|
|
|
IL_0022:
|
|
{
|
|
// return Mathf.Abs(value);
|
|
float L_6 = V_0;
|
|
float L_7;
|
|
L_7 = fabsf(L_6);
|
|
return L_7;
|
|
}
|
|
|
|
IL_0029:
|
|
{
|
|
// var min = m_MinValue.ToSingle();
|
|
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4* L_8 = (&((InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E*)__this)->___m_MinValue_19);
|
|
float L_9;
|
|
L_9 = PrimitiveValue_ToSingle_mB1DAF285A066B17850C7B390FC83099289D0CF1B(L_8, (RuntimeObject*)NULL, NULL);
|
|
V_1 = L_9;
|
|
// var max = m_MaxValue.ToSingle();
|
|
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4* L_10 = (&((InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E*)__this)->___m_MaxValue_20);
|
|
float L_11;
|
|
L_11 = PrimitiveValue_ToSingle_mB1DAF285A066B17850C7B390FC83099289D0CF1B(L_10, (RuntimeObject*)NULL, NULL);
|
|
V_2 = L_11;
|
|
// value = Mathf.Clamp(value, min, max);
|
|
float L_12 = V_0;
|
|
float L_13 = V_1;
|
|
float L_14 = V_2;
|
|
float L_15;
|
|
L_15 = Mathf_Clamp_mEB9AEA827D27D20FCC787F7375156AF46BB12BBF_inline(L_12, L_13, L_14, NULL);
|
|
V_0 = L_15;
|
|
// if (min < 0)
|
|
float L_16 = V_1;
|
|
if ((!(((float)L_16) < ((float)(0.0f)))))
|
|
{
|
|
goto IL_008a;
|
|
}
|
|
}
|
|
{
|
|
// if (value < 0)
|
|
float L_17 = V_0;
|
|
if ((!(((float)L_17) < ((float)(0.0f)))))
|
|
{
|
|
goto IL_0078;
|
|
}
|
|
}
|
|
{
|
|
// return NormalizeProcessor.Normalize(Mathf.Abs(value), 0, Mathf.Abs(min), 0);
|
|
float L_18 = V_0;
|
|
float L_19;
|
|
L_19 = fabsf(L_18);
|
|
float L_20 = V_1;
|
|
float L_21;
|
|
L_21 = fabsf(L_20);
|
|
float L_22;
|
|
L_22 = NormalizeProcessor_Normalize_m6B8C94BD2D8640D46A0EFD1FF10B4E311C46DBEB(L_19, (0.0f), L_21, (0.0f), NULL);
|
|
return L_22;
|
|
}
|
|
|
|
IL_0078:
|
|
{
|
|
// return NormalizeProcessor.Normalize(value, 0, max, 0);
|
|
float L_23 = V_0;
|
|
float L_24 = V_2;
|
|
float L_25;
|
|
L_25 = NormalizeProcessor_Normalize_m6B8C94BD2D8640D46A0EFD1FF10B4E311C46DBEB(L_23, (0.0f), L_24, (0.0f), NULL);
|
|
return L_25;
|
|
}
|
|
|
|
IL_008a:
|
|
{
|
|
// return NormalizeProcessor.Normalize(value, min, max, 0);
|
|
float L_26 = V_0;
|
|
float L_27 = V_1;
|
|
float L_28 = V_2;
|
|
float L_29;
|
|
L_29 = NormalizeProcessor_Normalize_m6B8C94BD2D8640D46A0EFD1FF10B4E311C46DBEB(L_26, L_27, L_28, (0.0f), NULL);
|
|
return L_29;
|
|
}
|
|
}
|
|
#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.Controls.ButtonControl::get_pressPointOrDefault()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float ButtonControl_get_pressPointOrDefault_mE386900B1B58DDD0099C2F309E57AFBEB49F9F9D (ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* __this, 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;
|
|
}
|
|
{
|
|
// public float pressPointOrDefault => pressPoint > 0 ? pressPoint : s_GlobalDefaultButtonPressPoint;
|
|
float L_0 = __this->___pressPoint_33;
|
|
if ((((float)L_0) > ((float)(0.0f))))
|
|
{
|
|
goto IL_0013;
|
|
}
|
|
}
|
|
{
|
|
float L_1 = ((ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF_StaticFields*)il2cpp_codegen_static_fields_for(ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF_il2cpp_TypeInfo_var))->___s_GlobalDefaultButtonPressPoint_34;
|
|
return L_1;
|
|
}
|
|
|
|
IL_0013:
|
|
{
|
|
float L_2 = __this->___pressPoint_33;
|
|
return L_2;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.InputSystem.Controls.ButtonControl::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ButtonControl__ctor_mF6F46704B8CC76DA22F543EFF8D136676893ACEB (ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// public float pressPoint = -1;
|
|
__this->___pressPoint_33 = (-1.0f);
|
|
// public ButtonControl()
|
|
AxisControl__ctor_m9648C9B9777699B9028DF822BB5A3884F3865BEE(__this, NULL);
|
|
// m_StateBlock.format = InputStateBlock.FormatBit;
|
|
InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5* L_0 = (&((InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E*)__this)->___m_StateBlock_0);
|
|
il2cpp_codegen_runtime_class_init_inline(InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5_il2cpp_TypeInfo_var);
|
|
FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_1 = ((InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5_StaticFields*)il2cpp_codegen_static_fields_for(InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5_il2cpp_TypeInfo_var))->___FormatBit_2;
|
|
InputStateBlock_set_format_mC6AA651913216B6B3CEF1031BC8778182009F73A_inline(L_0, L_1, NULL);
|
|
// m_MinValue = 0f;
|
|
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 L_2;
|
|
L_2 = PrimitiveValue_op_Implicit_m75B949D29E204E30381A923170EC463DA251D624((0.0f), NULL);
|
|
((InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E*)__this)->___m_MinValue_19 = L_2;
|
|
// m_MaxValue = 1f;
|
|
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 L_3;
|
|
L_3 = PrimitiveValue_op_Implicit_m75B949D29E204E30381A923170EC463DA251D624((1.0f), NULL);
|
|
((InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E*)__this)->___m_MaxValue_20 = L_3;
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Boolean UnityEngine.InputSystem.Controls.ButtonControl::IsValueConsideredPressed(System.Single)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ButtonControl_IsValueConsideredPressed_mD6972CB9A4450A62126875F6630C9073B75B58B0 (ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* __this, float ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// return value >= pressPointOrDefault;
|
|
float L_0 = ___0_value;
|
|
float L_1;
|
|
L_1 = ButtonControl_get_pressPointOrDefault_mE386900B1B58DDD0099C2F309E57AFBEB49F9F9D(__this, NULL);
|
|
return (bool)((((int32_t)((!(((float)L_0) >= ((float)L_1)))? 1 : 0)) == ((int32_t)0))? 1 : 0);
|
|
}
|
|
}
|
|
// System.Boolean UnityEngine.InputSystem.Controls.ButtonControl::get_isPressed()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ButtonControl_get_isPressed_m947621402F6EC1B957C2DE984806A6500D422EA6 (ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputControl_1_ReadValue_m1B0D6757EFE874CF44E42908BF77133DCB48A741_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// public bool isPressed => IsValueConsideredPressed(ReadValue());
|
|
float L_0;
|
|
L_0 = InputControl_1_ReadValue_m1B0D6757EFE874CF44E42908BF77133DCB48A741(__this, InputControl_1_ReadValue_m1B0D6757EFE874CF44E42908BF77133DCB48A741_RuntimeMethod_var);
|
|
bool L_1;
|
|
L_1 = ButtonControl_IsValueConsideredPressed_mD6972CB9A4450A62126875F6630C9073B75B58B0(__this, L_0, NULL);
|
|
return L_1;
|
|
}
|
|
}
|
|
// System.Boolean UnityEngine.InputSystem.Controls.ButtonControl::get_wasPressedThisFrame()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ButtonControl_get_wasPressedThisFrame_m6ED1DB185035A406B0659A055C3096A5058DBD5B (ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputControl_1_ReadValueFromPreviousFrame_m20D583F8B88B0AEFFAE0706648FD12675B2322A5_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputControl_1_ReadValue_m1B0D6757EFE874CF44E42908BF77133DCB48A741_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// public bool wasPressedThisFrame => device.wasUpdatedThisFrame && IsValueConsideredPressed(ReadValue()) && !IsValueConsideredPressed(ReadValueFromPreviousFrame());
|
|
InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* L_0;
|
|
L_0 = InputControl_get_device_mAB3E013F566CF3407B8C36BC781EBD751DFAB324_inline(__this, NULL);
|
|
NullCheck(L_0);
|
|
bool L_1;
|
|
L_1 = InputDevice_get_wasUpdatedThisFrame_m0573CC1131BABBE4946A8DF1D12010825F2B172A(L_0, NULL);
|
|
if (!L_1)
|
|
{
|
|
goto IL_002b;
|
|
}
|
|
}
|
|
{
|
|
float L_2;
|
|
L_2 = InputControl_1_ReadValue_m1B0D6757EFE874CF44E42908BF77133DCB48A741(__this, InputControl_1_ReadValue_m1B0D6757EFE874CF44E42908BF77133DCB48A741_RuntimeMethod_var);
|
|
bool L_3;
|
|
L_3 = ButtonControl_IsValueConsideredPressed_mD6972CB9A4450A62126875F6630C9073B75B58B0(__this, L_2, NULL);
|
|
if (!L_3)
|
|
{
|
|
goto IL_002b;
|
|
}
|
|
}
|
|
{
|
|
float L_4;
|
|
L_4 = InputControl_1_ReadValueFromPreviousFrame_m20D583F8B88B0AEFFAE0706648FD12675B2322A5(__this, InputControl_1_ReadValueFromPreviousFrame_m20D583F8B88B0AEFFAE0706648FD12675B2322A5_RuntimeMethod_var);
|
|
bool L_5;
|
|
L_5 = ButtonControl_IsValueConsideredPressed_mD6972CB9A4450A62126875F6630C9073B75B58B0(__this, L_4, NULL);
|
|
return (bool)((((int32_t)L_5) == ((int32_t)0))? 1 : 0);
|
|
}
|
|
|
|
IL_002b:
|
|
{
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Boolean UnityEngine.InputSystem.Controls.ButtonControl::get_wasReleasedThisFrame()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ButtonControl_get_wasReleasedThisFrame_m492DB9A10A1EED0FACE2330E230A6DF7650EEC7D (ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputControl_1_ReadValueFromPreviousFrame_m20D583F8B88B0AEFFAE0706648FD12675B2322A5_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputControl_1_ReadValue_m1B0D6757EFE874CF44E42908BF77133DCB48A741_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// public bool wasReleasedThisFrame => device.wasUpdatedThisFrame && !IsValueConsideredPressed(ReadValue()) && IsValueConsideredPressed(ReadValueFromPreviousFrame());
|
|
InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* L_0;
|
|
L_0 = InputControl_get_device_mAB3E013F566CF3407B8C36BC781EBD751DFAB324_inline(__this, NULL);
|
|
NullCheck(L_0);
|
|
bool L_1;
|
|
L_1 = InputDevice_get_wasUpdatedThisFrame_m0573CC1131BABBE4946A8DF1D12010825F2B172A(L_0, NULL);
|
|
if (!L_1)
|
|
{
|
|
goto IL_0028;
|
|
}
|
|
}
|
|
{
|
|
float L_2;
|
|
L_2 = InputControl_1_ReadValue_m1B0D6757EFE874CF44E42908BF77133DCB48A741(__this, InputControl_1_ReadValue_m1B0D6757EFE874CF44E42908BF77133DCB48A741_RuntimeMethod_var);
|
|
bool L_3;
|
|
L_3 = ButtonControl_IsValueConsideredPressed_mD6972CB9A4450A62126875F6630C9073B75B58B0(__this, L_2, NULL);
|
|
if (L_3)
|
|
{
|
|
goto IL_0028;
|
|
}
|
|
}
|
|
{
|
|
float L_4;
|
|
L_4 = InputControl_1_ReadValueFromPreviousFrame_m20D583F8B88B0AEFFAE0706648FD12675B2322A5(__this, InputControl_1_ReadValueFromPreviousFrame_m20D583F8B88B0AEFFAE0706648FD12675B2322A5_RuntimeMethod_var);
|
|
bool L_5;
|
|
L_5 = ButtonControl_IsValueConsideredPressed_mD6972CB9A4450A62126875F6630C9073B75B58B0(__this, L_4, NULL);
|
|
return L_5;
|
|
}
|
|
|
|
IL_0028:
|
|
{
|
|
return (bool)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.Controls.AxisControl UnityEngine.InputSystem.Controls.DeltaControl::get_up()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* DeltaControl_get_up_m93F8CFF6A6792A101241FF3E2CF4EDB0EB63726B (DeltaControl_t63053AF5E0CD02B62F3CDE79821E4A12F72D573B* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public AxisControl up { get; set; }
|
|
AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* L_0 = __this->___U3CupU3Ek__BackingField_24;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.InputSystem.Controls.DeltaControl::set_up(UnityEngine.InputSystem.Controls.AxisControl)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DeltaControl_set_up_m738DF0E92B973E4E6AF5BE9A115458717B745174 (DeltaControl_t63053AF5E0CD02B62F3CDE79821E4A12F72D573B* __this, AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public AxisControl up { get; set; }
|
|
AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* L_0 = ___0_value;
|
|
__this->___U3CupU3Ek__BackingField_24 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CupU3Ek__BackingField_24), (void*)L_0);
|
|
return;
|
|
}
|
|
}
|
|
// UnityEngine.InputSystem.Controls.AxisControl UnityEngine.InputSystem.Controls.DeltaControl::get_down()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* DeltaControl_get_down_mCB5EE107473AD482A36F364956A4D6E31D5F13A1 (DeltaControl_t63053AF5E0CD02B62F3CDE79821E4A12F72D573B* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public AxisControl down { get; set; }
|
|
AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* L_0 = __this->___U3CdownU3Ek__BackingField_25;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.InputSystem.Controls.DeltaControl::set_down(UnityEngine.InputSystem.Controls.AxisControl)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DeltaControl_set_down_mD809599F9F67F402EEFC805F315C0D72F35FFCF0 (DeltaControl_t63053AF5E0CD02B62F3CDE79821E4A12F72D573B* __this, AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public AxisControl down { get; set; }
|
|
AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* L_0 = ___0_value;
|
|
__this->___U3CdownU3Ek__BackingField_25 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CdownU3Ek__BackingField_25), (void*)L_0);
|
|
return;
|
|
}
|
|
}
|
|
// UnityEngine.InputSystem.Controls.AxisControl UnityEngine.InputSystem.Controls.DeltaControl::get_left()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* DeltaControl_get_left_m2E127BCB9BA7F0603571BF26A7F171C62A8DD3DA (DeltaControl_t63053AF5E0CD02B62F3CDE79821E4A12F72D573B* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public AxisControl left { get; set; }
|
|
AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* L_0 = __this->___U3CleftU3Ek__BackingField_26;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.InputSystem.Controls.DeltaControl::set_left(UnityEngine.InputSystem.Controls.AxisControl)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DeltaControl_set_left_m1C0E45C2868801280CC30474B9368F23B7400697 (DeltaControl_t63053AF5E0CD02B62F3CDE79821E4A12F72D573B* __this, AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public AxisControl left { get; set; }
|
|
AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* L_0 = ___0_value;
|
|
__this->___U3CleftU3Ek__BackingField_26 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CleftU3Ek__BackingField_26), (void*)L_0);
|
|
return;
|
|
}
|
|
}
|
|
// UnityEngine.InputSystem.Controls.AxisControl UnityEngine.InputSystem.Controls.DeltaControl::get_right()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* DeltaControl_get_right_m70A525B66BFFB7D921E3C2577E39B589FC1A2997 (DeltaControl_t63053AF5E0CD02B62F3CDE79821E4A12F72D573B* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public AxisControl right { get; set; }
|
|
AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* L_0 = __this->___U3CrightU3Ek__BackingField_27;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.InputSystem.Controls.DeltaControl::set_right(UnityEngine.InputSystem.Controls.AxisControl)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DeltaControl_set_right_m60FBA0555C4E7CA40954DA7EE6BBC0E0032B0905 (DeltaControl_t63053AF5E0CD02B62F3CDE79821E4A12F72D573B* __this, AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public AxisControl right { get; set; }
|
|
AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* L_0 = ___0_value;
|
|
__this->___U3CrightU3Ek__BackingField_27 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CrightU3Ek__BackingField_27), (void*)L_0);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.InputSystem.Controls.DeltaControl::FinishSetup()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DeltaControl_FinishSetup_mF1DF19289091F3AE43F987C082FF105D7A572D0F (DeltaControl_t63053AF5E0CD02B62F3CDE79821E4A12F72D573B* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputControl_GetChildControl_TisAxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7_mE395247B4A734866EFF7A908510EEF5B2CFE3841_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1B22F82E513C1BB368DFDBFDFB5FB8C1178CA305);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5379C25D8F9979AD371949D2F3201B2D326743A4);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8739227E8E687EF781DA0D923452C2686CFF10A2);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB1E5119D36EC43B340C0A0DDC99F1156546EA9DF);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// base.FinishSetup();
|
|
Vector2Control_FinishSetup_mB2F8C29AA8897111B2C9D3C01088D53AD2BF52F1(__this, NULL);
|
|
// up = GetChildControl<AxisControl>("up");
|
|
AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* L_0;
|
|
L_0 = InputControl_GetChildControl_TisAxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7_mE395247B4A734866EFF7A908510EEF5B2CFE3841(__this, _stringLiteral1B22F82E513C1BB368DFDBFDFB5FB8C1178CA305, InputControl_GetChildControl_TisAxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7_mE395247B4A734866EFF7A908510EEF5B2CFE3841_RuntimeMethod_var);
|
|
DeltaControl_set_up_m738DF0E92B973E4E6AF5BE9A115458717B745174_inline(__this, L_0, NULL);
|
|
// down = GetChildControl<AxisControl>("down");
|
|
AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* L_1;
|
|
L_1 = InputControl_GetChildControl_TisAxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7_mE395247B4A734866EFF7A908510EEF5B2CFE3841(__this, _stringLiteral5379C25D8F9979AD371949D2F3201B2D326743A4, InputControl_GetChildControl_TisAxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7_mE395247B4A734866EFF7A908510EEF5B2CFE3841_RuntimeMethod_var);
|
|
DeltaControl_set_down_mD809599F9F67F402EEFC805F315C0D72F35FFCF0_inline(__this, L_1, NULL);
|
|
// left = GetChildControl<AxisControl>("left");
|
|
AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* L_2;
|
|
L_2 = InputControl_GetChildControl_TisAxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7_mE395247B4A734866EFF7A908510EEF5B2CFE3841(__this, _stringLiteral8739227E8E687EF781DA0D923452C2686CFF10A2, InputControl_GetChildControl_TisAxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7_mE395247B4A734866EFF7A908510EEF5B2CFE3841_RuntimeMethod_var);
|
|
DeltaControl_set_left_m1C0E45C2868801280CC30474B9368F23B7400697_inline(__this, L_2, NULL);
|
|
// right = GetChildControl<AxisControl>("right");
|
|
AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* L_3;
|
|
L_3 = InputControl_GetChildControl_TisAxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7_mE395247B4A734866EFF7A908510EEF5B2CFE3841(__this, _stringLiteralB1E5119D36EC43B340C0A0DDC99F1156546EA9DF, InputControl_GetChildControl_TisAxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7_mE395247B4A734866EFF7A908510EEF5B2CFE3841_RuntimeMethod_var);
|
|
DeltaControl_set_right_m60FBA0555C4E7CA40954DA7EE6BBC0E0032B0905_inline(__this, L_3, NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.InputSystem.Controls.DeltaControl::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DeltaControl__ctor_m221788585AD5E0B67F3CFE1199DC6C2B0C237CB4 (DeltaControl_t63053AF5E0CD02B62F3CDE79821E4A12F72D573B* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Vector2Control__ctor_m9F2990DA999344F23AA90F6EE77884A75D4F29F8(__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.Controls.DiscreteButtonControl::FinishSetup()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DiscreteButtonControl_FinishSetup_mB78B98BA50A15253EC4FEBEA6E3355960C6E8B07 (DiscreteButtonControl_t3F3349EABF0E553E7E451EF43441B8EAF105813C* __this, const RuntimeMethod* method)
|
|
{
|
|
InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
// base.FinishSetup();
|
|
AxisControl_FinishSetup_m4C493C95FB35F09A4301EC90AB447496BE97215F(__this, NULL);
|
|
// if (!stateBlock.format.IsIntegerFormat())
|
|
InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5 L_0;
|
|
L_0 = InputControl_get_stateBlock_mCAE31879EDC6621B35B368B4916219D30EAA0B0B_inline(__this, NULL);
|
|
V_0 = L_0;
|
|
FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_1;
|
|
L_1 = InputStateBlock_get_format_mA393354EDC4A58DDCBE0990902A49E0A22F15F86_inline((&V_0), NULL);
|
|
bool L_2;
|
|
L_2 = InputState_IsIntegerFormat_m0B007B7B09D87CDE8C81506C135A96B1F1E1A8B1(L_1, NULL);
|
|
if (L_2)
|
|
{
|
|
goto IL_003f;
|
|
}
|
|
}
|
|
{
|
|
// throw new NotSupportedException(
|
|
// $"Non-integer format '{stateBlock.format}' is not supported for DiscreteButtonControl '{this}'");
|
|
InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5 L_3;
|
|
L_3 = InputControl_get_stateBlock_mCAE31879EDC6621B35B368B4916219D30EAA0B0B_inline(__this, NULL);
|
|
V_0 = L_3;
|
|
FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_4;
|
|
L_4 = InputStateBlock_get_format_mA393354EDC4A58DDCBE0990902A49E0A22F15F86_inline((&V_0), NULL);
|
|
FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_5 = L_4;
|
|
RuntimeObject* L_6 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED_il2cpp_TypeInfo_var)), &L_5);
|
|
String_t* L_7;
|
|
L_7 = String_Format_mFB7DA489BD99F4670881FF50EC017BFB0A5C0987(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralC8B6C397AD44DE62254104CB04CB488F913E2AE5)), L_6, __this, NULL);
|
|
NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A* L_8 = (NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_8);
|
|
NotSupportedException__ctor_mE174750CF0247BBB47544FFD71D66BB89630945B(L_8, L_7, NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DiscreteButtonControl_FinishSetup_mB78B98BA50A15253EC4FEBEA6E3355960C6E8B07_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_003f:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Single UnityEngine.InputSystem.Controls.DiscreteButtonControl::ReadUnprocessedValueFromState(System.Void*)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float DiscreteButtonControl_ReadUnprocessedValueFromState_m7C57182A56097C8CDFB16E067598EDBD60C68BA4 (DiscreteButtonControl_t3F3349EABF0E553E7E451EF43441B8EAF105813C* __this, void* ___0_statePtr, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
float V_1 = 0.0f;
|
|
float G_B12_0 = 0.0f;
|
|
{
|
|
// var valuePtr = (byte*)statePtr + (int)m_StateBlock.byteOffset;
|
|
void* L_0 = ___0_statePtr;
|
|
InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5* L_1 = (&((InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E*)__this)->___m_StateBlock_0);
|
|
uint32_t L_2;
|
|
L_2 = InputStateBlock_get_byteOffset_m6EADE5C9C8B346D38E543E38777ED67ED2AEA0AC_inline(L_1, NULL);
|
|
// var intValue = MemoryHelpers.ReadTwosComplementMultipleBitsAsInt(valuePtr, m_StateBlock.bitOffset, m_StateBlock.sizeInBits);
|
|
InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5* L_3 = (&((InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E*)__this)->___m_StateBlock_0);
|
|
uint32_t L_4;
|
|
L_4 = InputStateBlock_get_bitOffset_m3165625FF638183247012307A8AC012AEA3D1143_inline(L_3, NULL);
|
|
InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5* L_5 = (&((InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E*)__this)->___m_StateBlock_0);
|
|
uint32_t L_6;
|
|
L_6 = InputStateBlock_get_sizeInBits_m38BFF704420E74EA4F7B85DC24DD3AAD810E8197_inline(L_5, NULL);
|
|
int32_t L_7;
|
|
L_7 = MemoryHelpers_ReadTwosComplementMultipleBitsAsInt_m7C69264CDA47FD40FFB70454CB9A97DD75EC315D(((void*)il2cpp_codegen_add((intptr_t)L_0, (int32_t)L_2)), L_4, L_6, NULL);
|
|
V_0 = L_7;
|
|
// var value = 0.0f;
|
|
V_1 = (0.0f);
|
|
// if (minValue > maxValue)
|
|
int32_t L_8 = __this->___minValue_37;
|
|
int32_t L_9 = __this->___maxValue_38;
|
|
if ((((int32_t)L_8) <= ((int32_t)L_9)))
|
|
{
|
|
goto IL_0083;
|
|
}
|
|
}
|
|
{
|
|
// if (wrapAtValue == nullValue)
|
|
int32_t L_10 = __this->___wrapAtValue_39;
|
|
int32_t L_11 = __this->___nullValue_40;
|
|
if ((!(((uint32_t)L_10) == ((uint32_t)L_11))))
|
|
{
|
|
goto IL_0057;
|
|
}
|
|
}
|
|
{
|
|
// wrapAtValue = minValue;
|
|
int32_t L_12 = __this->___minValue_37;
|
|
__this->___wrapAtValue_39 = L_12;
|
|
}
|
|
|
|
IL_0057:
|
|
{
|
|
// if ((intValue >= minValue && intValue <= wrapAtValue)
|
|
// || (intValue != nullValue && intValue <= maxValue))
|
|
int32_t L_13 = V_0;
|
|
int32_t L_14 = __this->___minValue_37;
|
|
if ((((int32_t)L_13) < ((int32_t)L_14)))
|
|
{
|
|
goto IL_0069;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_15 = V_0;
|
|
int32_t L_16 = __this->___wrapAtValue_39;
|
|
if ((((int32_t)L_15) <= ((int32_t)L_16)))
|
|
{
|
|
goto IL_007b;
|
|
}
|
|
}
|
|
|
|
IL_0069:
|
|
{
|
|
int32_t L_17 = V_0;
|
|
int32_t L_18 = __this->___nullValue_40;
|
|
if ((((int32_t)L_17) == ((int32_t)L_18)))
|
|
{
|
|
goto IL_00a2;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_19 = V_0;
|
|
int32_t L_20 = __this->___maxValue_38;
|
|
if ((((int32_t)L_19) > ((int32_t)L_20)))
|
|
{
|
|
goto IL_00a2;
|
|
}
|
|
}
|
|
|
|
IL_007b:
|
|
{
|
|
// value = 1.0f;
|
|
V_1 = (1.0f);
|
|
goto IL_00a2;
|
|
}
|
|
|
|
IL_0083:
|
|
{
|
|
// value = intValue >= minValue && intValue <= maxValue ? 1.0f : 0.0f;
|
|
int32_t L_21 = V_0;
|
|
int32_t L_22 = __this->___minValue_37;
|
|
if ((((int32_t)L_21) < ((int32_t)L_22)))
|
|
{
|
|
goto IL_0095;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_23 = V_0;
|
|
int32_t L_24 = __this->___maxValue_38;
|
|
if ((((int32_t)L_23) <= ((int32_t)L_24)))
|
|
{
|
|
goto IL_009c;
|
|
}
|
|
}
|
|
|
|
IL_0095:
|
|
{
|
|
G_B12_0 = (0.0f);
|
|
goto IL_00a1;
|
|
}
|
|
|
|
IL_009c:
|
|
{
|
|
G_B12_0 = (1.0f);
|
|
}
|
|
|
|
IL_00a1:
|
|
{
|
|
V_1 = G_B12_0;
|
|
}
|
|
|
|
IL_00a2:
|
|
{
|
|
// return Preprocess(value);
|
|
float L_25 = V_1;
|
|
float L_26;
|
|
L_26 = AxisControl_Preprocess_m35BF332DE6724A350AD1DFE92FA0B8AC815AC3B1(__this, L_25, NULL);
|
|
return L_26;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.InputSystem.Controls.DiscreteButtonControl::WriteValueIntoState(System.Single,System.Void*)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DiscreteButtonControl_WriteValueIntoState_m907591FD082E8BFF3B79E9E177F02FE2A326C206 (DiscreteButtonControl_t3F3349EABF0E553E7E451EF43441B8EAF105813C* __this, float ___0_value, void* ___1_statePtr, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
void* G_B3_0 = NULL;
|
|
void* G_B2_0 = NULL;
|
|
int32_t G_B4_0 = 0;
|
|
void* G_B4_1 = NULL;
|
|
{
|
|
// if (writeMode == WriteMode.WriteNullAndMaxValue)
|
|
int32_t L_0 = __this->___writeMode_41;
|
|
if ((!(((uint32_t)L_0) == ((uint32_t)1))))
|
|
{
|
|
goto IL_004b;
|
|
}
|
|
}
|
|
{
|
|
// var valuePtr = (byte*)statePtr + (int)m_StateBlock.byteOffset;
|
|
void* L_1 = ___1_statePtr;
|
|
InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5* L_2 = (&((InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E*)__this)->___m_StateBlock_0);
|
|
uint32_t L_3;
|
|
L_3 = InputStateBlock_get_byteOffset_m6EADE5C9C8B346D38E543E38777ED67ED2AEA0AC_inline(L_2, NULL);
|
|
// var valueToWrite = value >= pressPointOrDefault ? maxValue : nullValue;
|
|
float L_4 = ___0_value;
|
|
float L_5;
|
|
L_5 = ButtonControl_get_pressPointOrDefault_mE386900B1B58DDD0099C2F309E57AFBEB49F9F9D(__this, NULL);
|
|
G_B2_0 = ((void*)il2cpp_codegen_add((intptr_t)L_1, (int32_t)L_3));
|
|
if ((((float)L_4) >= ((float)L_5)))
|
|
{
|
|
G_B3_0 = ((void*)il2cpp_codegen_add((intptr_t)L_1, (int32_t)L_3));
|
|
goto IL_0027;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_6 = __this->___nullValue_40;
|
|
G_B4_0 = L_6;
|
|
G_B4_1 = G_B2_0;
|
|
goto IL_002d;
|
|
}
|
|
|
|
IL_0027:
|
|
{
|
|
int32_t L_7 = __this->___maxValue_38;
|
|
G_B4_0 = L_7;
|
|
G_B4_1 = G_B3_0;
|
|
}
|
|
|
|
IL_002d:
|
|
{
|
|
V_0 = G_B4_0;
|
|
// MemoryHelpers.WriteIntAsTwosComplementMultipleBits(valuePtr, m_StateBlock.bitOffset, m_StateBlock.sizeInBits, valueToWrite);
|
|
InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5* L_8 = (&((InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E*)__this)->___m_StateBlock_0);
|
|
uint32_t L_9;
|
|
L_9 = InputStateBlock_get_bitOffset_m3165625FF638183247012307A8AC012AEA3D1143_inline(L_8, NULL);
|
|
InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5* L_10 = (&((InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E*)__this)->___m_StateBlock_0);
|
|
uint32_t L_11;
|
|
L_11 = InputStateBlock_get_sizeInBits_m38BFF704420E74EA4F7B85DC24DD3AAD810E8197_inline(L_10, NULL);
|
|
int32_t L_12 = V_0;
|
|
MemoryHelpers_WriteIntAsTwosComplementMultipleBits_mB5981AEF6EEFF39BA3A1E2F444CAC2EA30C30AFC(G_B4_1, L_9, L_11, L_12, NULL);
|
|
// return;
|
|
return;
|
|
}
|
|
|
|
IL_004b:
|
|
{
|
|
// throw new NotSupportedException("Writing value states for DiscreteButtonControl is not supported as a single value may correspond to multiple states");
|
|
NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A* L_13 = (NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_13);
|
|
NotSupportedException__ctor_mE174750CF0247BBB47544FFD71D66BB89630945B(L_13, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral4546ADF8E13AF2C52473C72BD35A7B9570ADE2D1)), NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_13, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DiscreteButtonControl_WriteValueIntoState_m907591FD082E8BFF3B79E9E177F02FE2A326C206_RuntimeMethod_var)));
|
|
}
|
|
}
|
|
// System.Void UnityEngine.InputSystem.Controls.DiscreteButtonControl::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DiscreteButtonControl__ctor_mC27C8EF4847496114A491CC16705B97F6CFA2056 (DiscreteButtonControl_t3F3349EABF0E553E7E451EF43441B8EAF105813C* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
ButtonControl__ctor_mF6F46704B8CC76DA22F543EFF8D136676893ACEB(__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.Controls.DoubleControl::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DoubleControl__ctor_m83AB89DB3A9EC88845B31BFF812C36C99F327CDA (DoubleControl_t3707A6260424A2F3636669A2BAFF5CB5E91D2486* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputControl_1__ctor_m7BB44A4B8D72ABB24D4EF9A125453A03B8C4411B_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// public DoubleControl()
|
|
InputControl_1__ctor_m7BB44A4B8D72ABB24D4EF9A125453A03B8C4411B(__this, InputControl_1__ctor_m7BB44A4B8D72ABB24D4EF9A125453A03B8C4411B_RuntimeMethod_var);
|
|
// m_StateBlock.format = InputStateBlock.FormatDouble;
|
|
InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5* L_0 = (&((InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E*)__this)->___m_StateBlock_0);
|
|
il2cpp_codegen_runtime_class_init_inline(InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5_il2cpp_TypeInfo_var);
|
|
FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_1 = ((InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5_StaticFields*)il2cpp_codegen_static_fields_for(InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5_il2cpp_TypeInfo_var))->___FormatDouble_24;
|
|
InputStateBlock_set_format_mC6AA651913216B6B3CEF1031BC8778182009F73A_inline(L_0, L_1, NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Double UnityEngine.InputSystem.Controls.DoubleControl::ReadUnprocessedValueFromState(System.Void*)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double DoubleControl_ReadUnprocessedValueFromState_mE93FDB31C6C3A7026FFDAAF9B25C8994A8E35254 (DoubleControl_t3707A6260424A2F3636669A2BAFF5CB5E91D2486* __this, void* ___0_statePtr, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// return m_StateBlock.ReadDouble(statePtr);
|
|
InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5* L_0 = (&((InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E*)__this)->___m_StateBlock_0);
|
|
void* L_1 = ___0_statePtr;
|
|
double L_2;
|
|
L_2 = InputStateBlock_ReadDouble_mA940861D65BC4427ACAFD16DB69A79E34F5D7CD9(L_0, L_1, NULL);
|
|
return L_2;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.InputSystem.Controls.DoubleControl::WriteValueIntoState(System.Double,System.Void*)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DoubleControl_WriteValueIntoState_m961A12369FCB919FA6DFBB9F46810A58CFA2CC4E (DoubleControl_t3707A6260424A2F3636669A2BAFF5CB5E91D2486* __this, double ___0_value, void* ___1_statePtr, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// m_StateBlock.WriteDouble(statePtr, value);
|
|
InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5* L_0 = (&((InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E*)__this)->___m_StateBlock_0);
|
|
void* L_1 = ___1_statePtr;
|
|
double L_2 = ___0_value;
|
|
InputStateBlock_WriteDouble_m6E297671BA431FF222F079FE816DBAE5F130C725(L_0, L_1, L_2, NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// UnityEngine.InputSystem.Controls.ButtonControl UnityEngine.InputSystem.Controls.DpadControl::get_up()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* DpadControl_get_up_m2B49F8A93B8FD1A5680F760F4F19FE6886306324 (DpadControl_t517E87BF3EB22369B71EA1941648079B468A45AB* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public ButtonControl up { get; set; }
|
|
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_0 = __this->___U3CupU3Ek__BackingField_24;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.InputSystem.Controls.DpadControl::set_up(UnityEngine.InputSystem.Controls.ButtonControl)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DpadControl_set_up_m49E5C7A02A13451A4CFBCA4CE96255FF7AA9AC86 (DpadControl_t517E87BF3EB22369B71EA1941648079B468A45AB* __this, ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public ButtonControl up { get; set; }
|
|
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_0 = ___0_value;
|
|
__this->___U3CupU3Ek__BackingField_24 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CupU3Ek__BackingField_24), (void*)L_0);
|
|
return;
|
|
}
|
|
}
|
|
// UnityEngine.InputSystem.Controls.ButtonControl UnityEngine.InputSystem.Controls.DpadControl::get_down()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* DpadControl_get_down_mAE2E4790342613370D2EE6DD7807B83DF9D0010F (DpadControl_t517E87BF3EB22369B71EA1941648079B468A45AB* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public ButtonControl down { get; set; }
|
|
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_0 = __this->___U3CdownU3Ek__BackingField_25;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.InputSystem.Controls.DpadControl::set_down(UnityEngine.InputSystem.Controls.ButtonControl)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DpadControl_set_down_mA6DD689CB98F2757AF08EA219769DCFB350CE787 (DpadControl_t517E87BF3EB22369B71EA1941648079B468A45AB* __this, ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public ButtonControl down { get; set; }
|
|
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_0 = ___0_value;
|
|
__this->___U3CdownU3Ek__BackingField_25 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CdownU3Ek__BackingField_25), (void*)L_0);
|
|
return;
|
|
}
|
|
}
|
|
// UnityEngine.InputSystem.Controls.ButtonControl UnityEngine.InputSystem.Controls.DpadControl::get_left()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* DpadControl_get_left_mA9519E53F7EE6A8C5A7377AB88C67C5E945AB8AD (DpadControl_t517E87BF3EB22369B71EA1941648079B468A45AB* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public ButtonControl left { get; set; }
|
|
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_0 = __this->___U3CleftU3Ek__BackingField_26;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.InputSystem.Controls.DpadControl::set_left(UnityEngine.InputSystem.Controls.ButtonControl)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DpadControl_set_left_m0C97C7C0F6A926ABDC410EBA69827AF5CB35C57C (DpadControl_t517E87BF3EB22369B71EA1941648079B468A45AB* __this, ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public ButtonControl left { get; set; }
|
|
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_0 = ___0_value;
|
|
__this->___U3CleftU3Ek__BackingField_26 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CleftU3Ek__BackingField_26), (void*)L_0);
|
|
return;
|
|
}
|
|
}
|
|
// UnityEngine.InputSystem.Controls.ButtonControl UnityEngine.InputSystem.Controls.DpadControl::get_right()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* DpadControl_get_right_m3F866DB7B9E268EF46B14C39D999B677F29454CD (DpadControl_t517E87BF3EB22369B71EA1941648079B468A45AB* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public ButtonControl right { get; set; }
|
|
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_0 = __this->___U3CrightU3Ek__BackingField_27;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.InputSystem.Controls.DpadControl::set_right(UnityEngine.InputSystem.Controls.ButtonControl)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DpadControl_set_right_m095EB2EE31A2C68EBADC88D50CE3198E67A18922 (DpadControl_t517E87BF3EB22369B71EA1941648079B468A45AB* __this, ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public ButtonControl right { get; set; }
|
|
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_0 = ___0_value;
|
|
__this->___U3CrightU3Ek__BackingField_27 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CrightU3Ek__BackingField_27), (void*)L_0);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.InputSystem.Controls.DpadControl::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DpadControl__ctor_m0B03D64579F42C2301AB0ACFF70B598631FD457B (DpadControl_t517E87BF3EB22369B71EA1941648079B468A45AB* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// public DpadControl()
|
|
Vector2Control__ctor_m9F2990DA999344F23AA90F6EE77884A75D4F29F8(__this, NULL);
|
|
// m_StateBlock.sizeInBits = 4;
|
|
InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5* L_0 = (&((InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E*)__this)->___m_StateBlock_0);
|
|
InputStateBlock_set_sizeInBits_mE7B623711880E0A1C1E563AF809A24A9C63AE115_inline(L_0, 4, NULL);
|
|
// m_StateBlock.format = InputStateBlock.FormatBit;
|
|
InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5* L_1 = (&((InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E*)__this)->___m_StateBlock_0);
|
|
il2cpp_codegen_runtime_class_init_inline(InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5_il2cpp_TypeInfo_var);
|
|
FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_2 = ((InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5_StaticFields*)il2cpp_codegen_static_fields_for(InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5_il2cpp_TypeInfo_var))->___FormatBit_2;
|
|
InputStateBlock_set_format_mC6AA651913216B6B3CEF1031BC8778182009F73A_inline(L_1, L_2, NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.InputSystem.Controls.DpadControl::FinishSetup()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DpadControl_FinishSetup_m6293E1F88C2B164E4FD459A1EA2CA24A90C6E51E (DpadControl_t517E87BF3EB22369B71EA1941648079B468A45AB* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputControl_GetChildControl_TisButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF_m37B3269440E54D5C867480E334993426D47F9044_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1B22F82E513C1BB368DFDBFDFB5FB8C1178CA305);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5379C25D8F9979AD371949D2F3201B2D326743A4);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8739227E8E687EF781DA0D923452C2686CFF10A2);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB1E5119D36EC43B340C0A0DDC99F1156546EA9DF);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// up = GetChildControl<ButtonControl>("up");
|
|
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_0;
|
|
L_0 = InputControl_GetChildControl_TisButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF_m37B3269440E54D5C867480E334993426D47F9044(__this, _stringLiteral1B22F82E513C1BB368DFDBFDFB5FB8C1178CA305, InputControl_GetChildControl_TisButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF_m37B3269440E54D5C867480E334993426D47F9044_RuntimeMethod_var);
|
|
DpadControl_set_up_m49E5C7A02A13451A4CFBCA4CE96255FF7AA9AC86_inline(__this, L_0, NULL);
|
|
// down = GetChildControl<ButtonControl>("down");
|
|
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_1;
|
|
L_1 = InputControl_GetChildControl_TisButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF_m37B3269440E54D5C867480E334993426D47F9044(__this, _stringLiteral5379C25D8F9979AD371949D2F3201B2D326743A4, InputControl_GetChildControl_TisButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF_m37B3269440E54D5C867480E334993426D47F9044_RuntimeMethod_var);
|
|
DpadControl_set_down_mA6DD689CB98F2757AF08EA219769DCFB350CE787_inline(__this, L_1, NULL);
|
|
// left = GetChildControl<ButtonControl>("left");
|
|
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_2;
|
|
L_2 = InputControl_GetChildControl_TisButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF_m37B3269440E54D5C867480E334993426D47F9044(__this, _stringLiteral8739227E8E687EF781DA0D923452C2686CFF10A2, InputControl_GetChildControl_TisButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF_m37B3269440E54D5C867480E334993426D47F9044_RuntimeMethod_var);
|
|
DpadControl_set_left_m0C97C7C0F6A926ABDC410EBA69827AF5CB35C57C_inline(__this, L_2, NULL);
|
|
// right = GetChildControl<ButtonControl>("right");
|
|
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_3;
|
|
L_3 = InputControl_GetChildControl_TisButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF_m37B3269440E54D5C867480E334993426D47F9044(__this, _stringLiteralB1E5119D36EC43B340C0A0DDC99F1156546EA9DF, InputControl_GetChildControl_TisButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF_m37B3269440E54D5C867480E334993426D47F9044_RuntimeMethod_var);
|
|
DpadControl_set_right_m095EB2EE31A2C68EBADC88D50CE3198E67A18922_inline(__this, L_3, NULL);
|
|
// base.FinishSetup();
|
|
Vector2Control_FinishSetup_mB2F8C29AA8897111B2C9D3C01088D53AD2BF52F1(__this, NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// UnityEngine.Vector2 UnityEngine.InputSystem.Controls.DpadControl::ReadUnprocessedValueFromState(System.Void*)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 DpadControl_ReadUnprocessedValueFromState_m27E3758DA51C6B61F88B8E1E6897DDF50589BCAD (DpadControl_t517E87BF3EB22369B71EA1941648079B468A45AB* __this, void* ___0_statePtr, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputControl_1_ReadValueFromState_m1748B48FE53C7B329B8138F43857E231AC6FC24E_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
bool V_0 = false;
|
|
bool V_1 = false;
|
|
bool V_2 = false;
|
|
{
|
|
// var upIsPressed = up.ReadValueFromState(statePtr) >= up.pressPointOrDefault;
|
|
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_0;
|
|
L_0 = DpadControl_get_up_m2B49F8A93B8FD1A5680F760F4F19FE6886306324_inline(__this, NULL);
|
|
void* L_1 = ___0_statePtr;
|
|
NullCheck(L_0);
|
|
float L_2;
|
|
L_2 = InputControl_1_ReadValueFromState_m1748B48FE53C7B329B8138F43857E231AC6FC24E(L_0, L_1, InputControl_1_ReadValueFromState_m1748B48FE53C7B329B8138F43857E231AC6FC24E_RuntimeMethod_var);
|
|
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_3;
|
|
L_3 = DpadControl_get_up_m2B49F8A93B8FD1A5680F760F4F19FE6886306324_inline(__this, NULL);
|
|
NullCheck(L_3);
|
|
float L_4;
|
|
L_4 = ButtonControl_get_pressPointOrDefault_mE386900B1B58DDD0099C2F309E57AFBEB49F9F9D(L_3, NULL);
|
|
// var downIsPressed = down.ReadValueFromState(statePtr) >= down.pressPointOrDefault;
|
|
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_5;
|
|
L_5 = DpadControl_get_down_mAE2E4790342613370D2EE6DD7807B83DF9D0010F_inline(__this, NULL);
|
|
void* L_6 = ___0_statePtr;
|
|
NullCheck(L_5);
|
|
float L_7;
|
|
L_7 = InputControl_1_ReadValueFromState_m1748B48FE53C7B329B8138F43857E231AC6FC24E(L_5, L_6, InputControl_1_ReadValueFromState_m1748B48FE53C7B329B8138F43857E231AC6FC24E_RuntimeMethod_var);
|
|
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_8;
|
|
L_8 = DpadControl_get_down_mAE2E4790342613370D2EE6DD7807B83DF9D0010F_inline(__this, NULL);
|
|
NullCheck(L_8);
|
|
float L_9;
|
|
L_9 = ButtonControl_get_pressPointOrDefault_mE386900B1B58DDD0099C2F309E57AFBEB49F9F9D(L_8, NULL);
|
|
V_0 = (bool)((((int32_t)((!(((float)L_7) >= ((float)L_9)))? 1 : 0)) == ((int32_t)0))? 1 : 0);
|
|
// var leftIsPressed = left.ReadValueFromState(statePtr) >= left.pressPointOrDefault;
|
|
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_10;
|
|
L_10 = DpadControl_get_left_mA9519E53F7EE6A8C5A7377AB88C67C5E945AB8AD_inline(__this, NULL);
|
|
void* L_11 = ___0_statePtr;
|
|
NullCheck(L_10);
|
|
float L_12;
|
|
L_12 = InputControl_1_ReadValueFromState_m1748B48FE53C7B329B8138F43857E231AC6FC24E(L_10, L_11, InputControl_1_ReadValueFromState_m1748B48FE53C7B329B8138F43857E231AC6FC24E_RuntimeMethod_var);
|
|
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_13;
|
|
L_13 = DpadControl_get_left_mA9519E53F7EE6A8C5A7377AB88C67C5E945AB8AD_inline(__this, NULL);
|
|
NullCheck(L_13);
|
|
float L_14;
|
|
L_14 = ButtonControl_get_pressPointOrDefault_mE386900B1B58DDD0099C2F309E57AFBEB49F9F9D(L_13, NULL);
|
|
V_1 = (bool)((((int32_t)((!(((float)L_12) >= ((float)L_14)))? 1 : 0)) == ((int32_t)0))? 1 : 0);
|
|
// var rightIsPressed = right.ReadValueFromState(statePtr) >= right.pressPointOrDefault;
|
|
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_15;
|
|
L_15 = DpadControl_get_right_m3F866DB7B9E268EF46B14C39D999B677F29454CD_inline(__this, NULL);
|
|
void* L_16 = ___0_statePtr;
|
|
NullCheck(L_15);
|
|
float L_17;
|
|
L_17 = InputControl_1_ReadValueFromState_m1748B48FE53C7B329B8138F43857E231AC6FC24E(L_15, L_16, InputControl_1_ReadValueFromState_m1748B48FE53C7B329B8138F43857E231AC6FC24E_RuntimeMethod_var);
|
|
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_18;
|
|
L_18 = DpadControl_get_right_m3F866DB7B9E268EF46B14C39D999B677F29454CD_inline(__this, NULL);
|
|
NullCheck(L_18);
|
|
float L_19;
|
|
L_19 = ButtonControl_get_pressPointOrDefault_mE386900B1B58DDD0099C2F309E57AFBEB49F9F9D(L_18, NULL);
|
|
V_2 = (bool)((((int32_t)((!(((float)L_17) >= ((float)L_19)))? 1 : 0)) == ((int32_t)0))? 1 : 0);
|
|
// return MakeDpadVector(upIsPressed, downIsPressed, leftIsPressed, rightIsPressed);
|
|
bool L_20 = V_0;
|
|
bool L_21 = V_1;
|
|
bool L_22 = V_2;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_23;
|
|
L_23 = DpadControl_MakeDpadVector_mAA0FB9313820797F8F1DCB006A8F2341604CB7F5((bool)((((int32_t)((!(((float)L_2) >= ((float)L_4)))? 1 : 0)) == ((int32_t)0))? 1 : 0), L_20, L_21, L_22, (bool)1, NULL);
|
|
return L_23;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.InputSystem.Controls.DpadControl::WriteValueIntoState(UnityEngine.Vector2,System.Void*)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DpadControl_WriteValueIntoState_m9B7680D9CBF1347BA15822B383BA56D22835C7FF (DpadControl_t517E87BF3EB22369B71EA1941648079B468A45AB* __this, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___0_value, void* ___1_statePtr, const RuntimeMethod* method)
|
|
{
|
|
bool V_0 = false;
|
|
bool V_1 = false;
|
|
bool V_2 = false;
|
|
bool V_3 = false;
|
|
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* G_B2_0 = NULL;
|
|
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* G_B1_0 = NULL;
|
|
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* G_B3_0 = NULL;
|
|
float G_B4_0 = 0.0f;
|
|
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* G_B4_1 = NULL;
|
|
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* G_B6_0 = NULL;
|
|
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* G_B5_0 = NULL;
|
|
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* G_B7_0 = NULL;
|
|
float G_B8_0 = 0.0f;
|
|
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* G_B8_1 = NULL;
|
|
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* G_B10_0 = NULL;
|
|
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* G_B9_0 = NULL;
|
|
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* G_B11_0 = NULL;
|
|
float G_B12_0 = 0.0f;
|
|
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* G_B12_1 = NULL;
|
|
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* G_B14_0 = NULL;
|
|
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* G_B13_0 = NULL;
|
|
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* G_B15_0 = NULL;
|
|
float G_B16_0 = 0.0f;
|
|
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* G_B16_1 = NULL;
|
|
{
|
|
// var upIsPressed = up.IsValueConsideredPressed(value.y);
|
|
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_0;
|
|
L_0 = DpadControl_get_up_m2B49F8A93B8FD1A5680F760F4F19FE6886306324_inline(__this, NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_1 = ___0_value;
|
|
float L_2 = L_1.___y_1;
|
|
NullCheck(L_0);
|
|
bool L_3;
|
|
L_3 = ButtonControl_IsValueConsideredPressed_mD6972CB9A4450A62126875F6630C9073B75B58B0(L_0, L_2, NULL);
|
|
V_0 = L_3;
|
|
// var downIsPressed = down.IsValueConsideredPressed(value.y * -1f);
|
|
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_4;
|
|
L_4 = DpadControl_get_down_mAE2E4790342613370D2EE6DD7807B83DF9D0010F_inline(__this, NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_5 = ___0_value;
|
|
float L_6 = L_5.___y_1;
|
|
NullCheck(L_4);
|
|
bool L_7;
|
|
L_7 = ButtonControl_IsValueConsideredPressed_mD6972CB9A4450A62126875F6630C9073B75B58B0(L_4, ((float)il2cpp_codegen_multiply(L_6, (-1.0f))), NULL);
|
|
V_1 = L_7;
|
|
// var leftIsPressed = left.IsValueConsideredPressed(value.x * -1f);
|
|
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_8;
|
|
L_8 = DpadControl_get_left_mA9519E53F7EE6A8C5A7377AB88C67C5E945AB8AD_inline(__this, NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_9 = ___0_value;
|
|
float L_10 = L_9.___x_0;
|
|
NullCheck(L_8);
|
|
bool L_11;
|
|
L_11 = ButtonControl_IsValueConsideredPressed_mD6972CB9A4450A62126875F6630C9073B75B58B0(L_8, ((float)il2cpp_codegen_multiply(L_10, (-1.0f))), NULL);
|
|
V_2 = L_11;
|
|
// var rightIsPressed = right.IsValueConsideredPressed(value.x);
|
|
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_12;
|
|
L_12 = DpadControl_get_right_m3F866DB7B9E268EF46B14C39D999B677F29454CD_inline(__this, NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_13 = ___0_value;
|
|
float L_14 = L_13.___x_0;
|
|
NullCheck(L_12);
|
|
bool L_15;
|
|
L_15 = ButtonControl_IsValueConsideredPressed_mD6972CB9A4450A62126875F6630C9073B75B58B0(L_12, L_14, NULL);
|
|
V_3 = L_15;
|
|
// up.WriteValueIntoState(upIsPressed && !downIsPressed ? value.y : 0f, statePtr);
|
|
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_16;
|
|
L_16 = DpadControl_get_up_m2B49F8A93B8FD1A5680F760F4F19FE6886306324_inline(__this, NULL);
|
|
bool L_17 = V_0;
|
|
G_B1_0 = L_16;
|
|
if (!L_17)
|
|
{
|
|
G_B2_0 = L_16;
|
|
goto IL_0060;
|
|
}
|
|
}
|
|
{
|
|
bool L_18 = V_1;
|
|
G_B2_0 = G_B1_0;
|
|
if (!L_18)
|
|
{
|
|
G_B3_0 = G_B1_0;
|
|
goto IL_0067;
|
|
}
|
|
}
|
|
|
|
IL_0060:
|
|
{
|
|
G_B4_0 = (0.0f);
|
|
G_B4_1 = G_B2_0;
|
|
goto IL_006d;
|
|
}
|
|
|
|
IL_0067:
|
|
{
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_19 = ___0_value;
|
|
float L_20 = L_19.___y_1;
|
|
G_B4_0 = L_20;
|
|
G_B4_1 = G_B3_0;
|
|
}
|
|
|
|
IL_006d:
|
|
{
|
|
void* L_21 = ___1_statePtr;
|
|
NullCheck(G_B4_1);
|
|
VirtualActionInvoker2< float, void* >::Invoke(17 /* System.Void UnityEngine.InputSystem.InputControl`1<System.Single>::WriteValueIntoState(TValue,System.Void*) */, G_B4_1, G_B4_0, L_21);
|
|
// down.WriteValueIntoState(downIsPressed && !upIsPressed ? value.y * -1f : 0f, statePtr);
|
|
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_22;
|
|
L_22 = DpadControl_get_down_mAE2E4790342613370D2EE6DD7807B83DF9D0010F_inline(__this, NULL);
|
|
bool L_23 = V_1;
|
|
G_B5_0 = L_22;
|
|
if (!L_23)
|
|
{
|
|
G_B6_0 = L_22;
|
|
goto IL_007f;
|
|
}
|
|
}
|
|
{
|
|
bool L_24 = V_0;
|
|
G_B6_0 = G_B5_0;
|
|
if (!L_24)
|
|
{
|
|
G_B7_0 = G_B5_0;
|
|
goto IL_0086;
|
|
}
|
|
}
|
|
|
|
IL_007f:
|
|
{
|
|
G_B8_0 = (0.0f);
|
|
G_B8_1 = G_B6_0;
|
|
goto IL_0092;
|
|
}
|
|
|
|
IL_0086:
|
|
{
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_25 = ___0_value;
|
|
float L_26 = L_25.___y_1;
|
|
G_B8_0 = ((float)il2cpp_codegen_multiply(L_26, (-1.0f)));
|
|
G_B8_1 = G_B7_0;
|
|
}
|
|
|
|
IL_0092:
|
|
{
|
|
void* L_27 = ___1_statePtr;
|
|
NullCheck(G_B8_1);
|
|
VirtualActionInvoker2< float, void* >::Invoke(17 /* System.Void UnityEngine.InputSystem.InputControl`1<System.Single>::WriteValueIntoState(TValue,System.Void*) */, G_B8_1, G_B8_0, L_27);
|
|
// left.WriteValueIntoState(leftIsPressed && !rightIsPressed ? value.x * -1f : 0f, statePtr);
|
|
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_28;
|
|
L_28 = DpadControl_get_left_mA9519E53F7EE6A8C5A7377AB88C67C5E945AB8AD_inline(__this, NULL);
|
|
bool L_29 = V_2;
|
|
G_B9_0 = L_28;
|
|
if (!L_29)
|
|
{
|
|
G_B10_0 = L_28;
|
|
goto IL_00a4;
|
|
}
|
|
}
|
|
{
|
|
bool L_30 = V_3;
|
|
G_B10_0 = G_B9_0;
|
|
if (!L_30)
|
|
{
|
|
G_B11_0 = G_B9_0;
|
|
goto IL_00ab;
|
|
}
|
|
}
|
|
|
|
IL_00a4:
|
|
{
|
|
G_B12_0 = (0.0f);
|
|
G_B12_1 = G_B10_0;
|
|
goto IL_00b7;
|
|
}
|
|
|
|
IL_00ab:
|
|
{
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_31 = ___0_value;
|
|
float L_32 = L_31.___x_0;
|
|
G_B12_0 = ((float)il2cpp_codegen_multiply(L_32, (-1.0f)));
|
|
G_B12_1 = G_B11_0;
|
|
}
|
|
|
|
IL_00b7:
|
|
{
|
|
void* L_33 = ___1_statePtr;
|
|
NullCheck(G_B12_1);
|
|
VirtualActionInvoker2< float, void* >::Invoke(17 /* System.Void UnityEngine.InputSystem.InputControl`1<System.Single>::WriteValueIntoState(TValue,System.Void*) */, G_B12_1, G_B12_0, L_33);
|
|
// right.WriteValueIntoState(rightIsPressed && !leftIsPressed ? value.x : 0f, statePtr);
|
|
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_34;
|
|
L_34 = DpadControl_get_right_m3F866DB7B9E268EF46B14C39D999B677F29454CD_inline(__this, NULL);
|
|
bool L_35 = V_3;
|
|
G_B13_0 = L_34;
|
|
if (!L_35)
|
|
{
|
|
G_B14_0 = L_34;
|
|
goto IL_00c9;
|
|
}
|
|
}
|
|
{
|
|
bool L_36 = V_2;
|
|
G_B14_0 = G_B13_0;
|
|
if (!L_36)
|
|
{
|
|
G_B15_0 = G_B13_0;
|
|
goto IL_00d0;
|
|
}
|
|
}
|
|
|
|
IL_00c9:
|
|
{
|
|
G_B16_0 = (0.0f);
|
|
G_B16_1 = G_B14_0;
|
|
goto IL_00d6;
|
|
}
|
|
|
|
IL_00d0:
|
|
{
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_37 = ___0_value;
|
|
float L_38 = L_37.___x_0;
|
|
G_B16_0 = L_38;
|
|
G_B16_1 = G_B15_0;
|
|
}
|
|
|
|
IL_00d6:
|
|
{
|
|
void* L_39 = ___1_statePtr;
|
|
NullCheck(G_B16_1);
|
|
VirtualActionInvoker2< float, void* >::Invoke(17 /* System.Void UnityEngine.InputSystem.InputControl`1<System.Single>::WriteValueIntoState(TValue,System.Void*) */, G_B16_1, G_B16_0, L_39);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// UnityEngine.Vector2 UnityEngine.InputSystem.Controls.DpadControl::MakeDpadVector(System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 DpadControl_MakeDpadVector_mAA0FB9313820797F8F1DCB006A8F2341604CB7F5 (bool ___0_up, bool ___1_down, bool ___2_left, bool ___3_right, bool ___4_normalize, const RuntimeMethod* method)
|
|
{
|
|
float V_0 = 0.0f;
|
|
float V_1 = 0.0f;
|
|
float V_2 = 0.0f;
|
|
float V_3 = 0.0f;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_4;
|
|
memset((&V_4), 0, sizeof(V_4));
|
|
float G_B3_0 = 0.0f;
|
|
float G_B6_0 = 0.0f;
|
|
float G_B9_0 = 0.0f;
|
|
float G_B12_0 = 0.0f;
|
|
{
|
|
// var upValue = up ? 1.0f : 0.0f;
|
|
bool L_0 = ___0_up;
|
|
if (L_0)
|
|
{
|
|
goto IL_000a;
|
|
}
|
|
}
|
|
{
|
|
G_B3_0 = (0.0f);
|
|
goto IL_000f;
|
|
}
|
|
|
|
IL_000a:
|
|
{
|
|
G_B3_0 = (1.0f);
|
|
}
|
|
|
|
IL_000f:
|
|
{
|
|
V_0 = G_B3_0;
|
|
// var downValue = down ? -1.0f : 0.0f;
|
|
bool L_1 = ___1_down;
|
|
if (L_1)
|
|
{
|
|
goto IL_001a;
|
|
}
|
|
}
|
|
{
|
|
G_B6_0 = (0.0f);
|
|
goto IL_001f;
|
|
}
|
|
|
|
IL_001a:
|
|
{
|
|
G_B6_0 = (-1.0f);
|
|
}
|
|
|
|
IL_001f:
|
|
{
|
|
V_1 = G_B6_0;
|
|
// var leftValue = left ? -1.0f : 0.0f;
|
|
bool L_2 = ___2_left;
|
|
if (L_2)
|
|
{
|
|
goto IL_002a;
|
|
}
|
|
}
|
|
{
|
|
G_B9_0 = (0.0f);
|
|
goto IL_002f;
|
|
}
|
|
|
|
IL_002a:
|
|
{
|
|
G_B9_0 = (-1.0f);
|
|
}
|
|
|
|
IL_002f:
|
|
{
|
|
V_2 = G_B9_0;
|
|
// var rightValue = right ? 1.0f : 0.0f;
|
|
bool L_3 = ___3_right;
|
|
if (L_3)
|
|
{
|
|
goto IL_003a;
|
|
}
|
|
}
|
|
{
|
|
G_B12_0 = (0.0f);
|
|
goto IL_003f;
|
|
}
|
|
|
|
IL_003a:
|
|
{
|
|
G_B12_0 = (1.0f);
|
|
}
|
|
|
|
IL_003f:
|
|
{
|
|
V_3 = G_B12_0;
|
|
// var result = new Vector2(leftValue + rightValue, upValue + downValue);
|
|
float L_4 = V_2;
|
|
float L_5 = V_3;
|
|
float L_6 = V_0;
|
|
float L_7 = V_1;
|
|
Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline((&V_4), ((float)il2cpp_codegen_add(L_4, L_5)), ((float)il2cpp_codegen_add(L_6, L_7)), NULL);
|
|
// if (normalize)
|
|
bool L_8 = ___4_normalize;
|
|
if (!L_8)
|
|
{
|
|
goto IL_008e;
|
|
}
|
|
}
|
|
{
|
|
// if (result.x != 0 && result.y != 0)
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_9 = V_4;
|
|
float L_10 = L_9.___x_0;
|
|
if ((((float)L_10) == ((float)(0.0f))))
|
|
{
|
|
goto IL_008e;
|
|
}
|
|
}
|
|
{
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_11 = V_4;
|
|
float L_12 = L_11.___y_1;
|
|
if ((((float)L_12) == ((float)(0.0f))))
|
|
{
|
|
goto IL_008e;
|
|
}
|
|
}
|
|
{
|
|
// result = new Vector2(result.x * diagonal, result.y * diagonal);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_13 = V_4;
|
|
float L_14 = L_13.___x_0;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_15 = V_4;
|
|
float L_16 = L_15.___y_1;
|
|
Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline((&V_4), ((float)il2cpp_codegen_multiply(L_14, (0.707107008f))), ((float)il2cpp_codegen_multiply(L_16, (0.707107008f))), NULL);
|
|
}
|
|
|
|
IL_008e:
|
|
{
|
|
// return result;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_17 = V_4;
|
|
return L_17;
|
|
}
|
|
}
|
|
// UnityEngine.Vector2 UnityEngine.InputSystem.Controls.DpadControl::MakeDpadVector(System.Single,System.Single,System.Single,System.Single)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 DpadControl_MakeDpadVector_m5F53CF11B80175D8FF9856B2E126978C65C82CE6 (float ___0_up, float ___1_down, float ___2_left, float ___3_right, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// return new Vector2(-left + right, up - down);
|
|
float L_0 = ___2_left;
|
|
float L_1 = ___3_right;
|
|
float L_2 = ___0_up;
|
|
float L_3 = ___1_down;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_4;
|
|
memset((&L_4), 0, sizeof(L_4));
|
|
Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline((&L_4), ((float)il2cpp_codegen_add(((-L_0)), L_1)), ((float)il2cpp_codegen_subtract(L_2, L_3)), /*hidden argument*/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
|
|
// System.Int32 UnityEngine.InputSystem.Controls.DpadControl/DpadAxisControl::get_component()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DpadAxisControl_get_component_m5512C2D2865E1215B0BD00ED35626AA72135DF39 (DpadAxisControl_t0705D62878EDC266DF6ED6F2C743172649DB79B2* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public int component { get; set; }
|
|
int32_t L_0 = __this->___U3CcomponentU3Ek__BackingField_33;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.InputSystem.Controls.DpadControl/DpadAxisControl::set_component(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DpadAxisControl_set_component_mA0E8C0F4875D0881F77D04AF5CB2CB9B871755B2 (DpadAxisControl_t0705D62878EDC266DF6ED6F2C743172649DB79B2* __this, int32_t ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public int component { get; set; }
|
|
int32_t L_0 = ___0_value;
|
|
__this->___U3CcomponentU3Ek__BackingField_33 = L_0;
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.InputSystem.Controls.DpadControl/DpadAxisControl::FinishSetup()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DpadAxisControl_FinishSetup_m82D4A2A6CE4A4E85BD764ABD0DA9142788084FBF (DpadAxisControl_t0705D62878EDC266DF6ED6F2C743172649DB79B2* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral062DB096C728515E033CF8C48A1C1F0B9A79384B);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
DpadAxisControl_t0705D62878EDC266DF6ED6F2C743172649DB79B2* G_B2_0 = NULL;
|
|
DpadAxisControl_t0705D62878EDC266DF6ED6F2C743172649DB79B2* G_B1_0 = NULL;
|
|
int32_t G_B3_0 = 0;
|
|
DpadAxisControl_t0705D62878EDC266DF6ED6F2C743172649DB79B2* G_B3_1 = NULL;
|
|
{
|
|
// base.FinishSetup();
|
|
AxisControl_FinishSetup_m4C493C95FB35F09A4301EC90AB447496BE97215F(__this, NULL);
|
|
// component = name == "x" ? 0 : 1;
|
|
String_t* L_0;
|
|
L_0 = InputControl_get_name_mCB68FC91A11BEFA1FF26EA0B5FD39D345C4ADC22(__this, NULL);
|
|
bool L_1;
|
|
L_1 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_0, _stringLiteral062DB096C728515E033CF8C48A1C1F0B9A79384B, NULL);
|
|
G_B1_0 = __this;
|
|
if (L_1)
|
|
{
|
|
G_B2_0 = __this;
|
|
goto IL_001c;
|
|
}
|
|
}
|
|
{
|
|
G_B3_0 = 1;
|
|
G_B3_1 = G_B1_0;
|
|
goto IL_001d;
|
|
}
|
|
|
|
IL_001c:
|
|
{
|
|
G_B3_0 = 0;
|
|
G_B3_1 = G_B2_0;
|
|
}
|
|
|
|
IL_001d:
|
|
{
|
|
NullCheck(G_B3_1);
|
|
DpadAxisControl_set_component_mA0E8C0F4875D0881F77D04AF5CB2CB9B871755B2_inline(G_B3_1, G_B3_0, NULL);
|
|
// m_StateBlock = m_Parent.m_StateBlock;
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_2 = ((InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E*)__this)->___m_Parent_10;
|
|
NullCheck(L_2);
|
|
InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5 L_3 = L_2->___m_StateBlock_0;
|
|
((InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E*)__this)->___m_StateBlock_0 = L_3;
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Single UnityEngine.InputSystem.Controls.DpadControl/DpadAxisControl::ReadUnprocessedValueFromState(System.Void*)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float DpadAxisControl_ReadUnprocessedValueFromState_m99446E69F06FECC110F29653999AA405166364A3 (DpadAxisControl_t0705D62878EDC266DF6ED6F2C743172649DB79B2* __this, void* ___0_statePtr, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DpadControl_t517E87BF3EB22369B71EA1941648079B468A45AB_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
// var value = ((DpadControl)m_Parent).ReadUnprocessedValueFromState(statePtr);
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_0 = ((InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E*)__this)->___m_Parent_10;
|
|
void* L_1 = ___0_statePtr;
|
|
NullCheck(((DpadControl_t517E87BF3EB22369B71EA1941648079B468A45AB*)CastclassClass((RuntimeObject*)L_0, DpadControl_t517E87BF3EB22369B71EA1941648079B468A45AB_il2cpp_TypeInfo_var)));
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_2;
|
|
L_2 = VirtualFuncInvoker1< Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7, void* >::Invoke(16 /* TValue UnityEngine.InputSystem.InputControl`1<UnityEngine.Vector2>::ReadUnprocessedValueFromState(System.Void*) */, ((DpadControl_t517E87BF3EB22369B71EA1941648079B468A45AB*)CastclassClass((RuntimeObject*)L_0, DpadControl_t517E87BF3EB22369B71EA1941648079B468A45AB_il2cpp_TypeInfo_var)), L_1);
|
|
V_0 = L_2;
|
|
// return value[component];
|
|
int32_t L_3;
|
|
L_3 = DpadAxisControl_get_component_m5512C2D2865E1215B0BD00ED35626AA72135DF39_inline(__this, NULL);
|
|
float L_4;
|
|
L_4 = Vector2_get_Item_m18BC65BB0512B16A1F9C8BE4B83A3E7BBAD7064D_inline((&V_0), L_3, NULL);
|
|
return L_4;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.InputSystem.Controls.DpadControl/DpadAxisControl::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DpadAxisControl__ctor_m2E5122BF4AF738016AB9C28A4AAB3C6ED87B94F3 (DpadAxisControl_t0705D62878EDC266DF6ED6F2C743172649DB79B2* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
AxisControl__ctor_m9648C9B9777699B9028DF822BB5A3884F3865BEE(__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.Controls.IntegerControl::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void IntegerControl__ctor_mC6E1C70B301EE12C2590B64C2DD53F02A577892D (IntegerControl_tA24544EFF42204852F638FF5147F754962C997AB* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputControl_1__ctor_mB3901F35CA0BD0496FED2C47743E6D0D9E9C2D50_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// public IntegerControl()
|
|
InputControl_1__ctor_mB3901F35CA0BD0496FED2C47743E6D0D9E9C2D50(__this, InputControl_1__ctor_mB3901F35CA0BD0496FED2C47743E6D0D9E9C2D50_RuntimeMethod_var);
|
|
// m_StateBlock.format = InputStateBlock.FormatInt;
|
|
InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5* L_0 = (&((InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E*)__this)->___m_StateBlock_0);
|
|
il2cpp_codegen_runtime_class_init_inline(InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5_il2cpp_TypeInfo_var);
|
|
FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_1 = ((InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5_StaticFields*)il2cpp_codegen_static_fields_for(InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5_il2cpp_TypeInfo_var))->___FormatInt_6;
|
|
InputStateBlock_set_format_mC6AA651913216B6B3CEF1031BC8778182009F73A_inline(L_0, L_1, NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Int32 UnityEngine.InputSystem.Controls.IntegerControl::ReadUnprocessedValueFromState(System.Void*)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t IntegerControl_ReadUnprocessedValueFromState_m70AF5322D1C06A6976EC9AA12A8579524CA32B8D (IntegerControl_tA24544EFF42204852F638FF5147F754962C997AB* __this, void* ___0_statePtr, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// return m_StateBlock.ReadInt(statePtr);
|
|
InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5* L_0 = (&((InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E*)__this)->___m_StateBlock_0);
|
|
void* L_1 = ___0_statePtr;
|
|
int32_t L_2;
|
|
L_2 = InputStateBlock_ReadInt_mD3B6B5B084CDE93F49702CCF4AC3428CD5DC984C(L_0, L_1, NULL);
|
|
return L_2;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.InputSystem.Controls.IntegerControl::WriteValueIntoState(System.Int32,System.Void*)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void IntegerControl_WriteValueIntoState_m96A8482393E4B26DBB5F3A925A0134D9FABE65B4 (IntegerControl_tA24544EFF42204852F638FF5147F754962C997AB* __this, int32_t ___0_value, void* ___1_statePtr, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// m_StateBlock.WriteInt(statePtr, value);
|
|
InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5* L_0 = (&((InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E*)__this)->___m_StateBlock_0);
|
|
void* L_1 = ___1_statePtr;
|
|
int32_t L_2 = ___0_value;
|
|
InputStateBlock_WriteInt_mFDD5D19E799EAF75EC14EB38E131612880A5BB18(L_0, L_1, L_2, 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.Key UnityEngine.InputSystem.Controls.KeyControl::get_keyCode()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t KeyControl_get_keyCode_m475C6BDC836B053BA6B62739AE649A4732022477 (KeyControl_t1686D14A78AEC9364B8C7628DD482DE99CC20FE0* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public Key keyCode { get; set; }
|
|
int32_t L_0 = __this->___U3CkeyCodeU3Ek__BackingField_37;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.InputSystem.Controls.KeyControl::set_keyCode(UnityEngine.InputSystem.Key)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyControl_set_keyCode_mC5A750983557C0CD8818BCE6189F8F6293948394 (KeyControl_t1686D14A78AEC9364B8C7628DD482DE99CC20FE0* __this, int32_t ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public Key keyCode { get; set; }
|
|
int32_t L_0 = ___0_value;
|
|
__this->___U3CkeyCodeU3Ek__BackingField_37 = L_0;
|
|
return;
|
|
}
|
|
}
|
|
// System.Int32 UnityEngine.InputSystem.Controls.KeyControl::get_scanCode()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t KeyControl_get_scanCode_mB8B20F645E26A2B9E94A9A5C160C50C5AC8A752E (KeyControl_t1686D14A78AEC9364B8C7628DD482DE99CC20FE0* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// RefreshConfigurationIfNeeded();
|
|
InputControl_RefreshConfigurationIfNeeded_mD40AAB0641091C8AFAA5C7B7B6F84A0BEE355368(__this, NULL);
|
|
// return m_ScanCode;
|
|
int32_t L_0 = __this->___m_ScanCode_38;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.InputSystem.Controls.KeyControl::RefreshConfiguration()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyControl_RefreshConfiguration_m12EA6795230BA7D3F8E275266EFBC18824E33C29 (KeyControl_t1686D14A78AEC9364B8C7628DD482DE99CC20FE0* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputDevice_ExecuteCommand_TisQueryKeyNameCommand_tCEEA57BE2D12A0FFDCD9FE3F8A5851CC31DBE247_mEC411117E8520A9F5137AD54472FB099A55DBD5E_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
QueryKeyNameCommand_tCEEA57BE2D12A0FFDCD9FE3F8A5851CC31DBE247 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
String_t* V_1 = NULL;
|
|
TextInfo_tD3BAFCFD77418851E7D5CB8D2588F47019E414B4* V_2 = NULL;
|
|
String_t* V_3 = NULL;
|
|
{
|
|
// displayName = null;
|
|
InputControl_set_displayName_mBDE31F798F8EC1EFA502FDC9B0788C46ADBB18B7_inline(__this, (String_t*)NULL, NULL);
|
|
// m_ScanCode = 0;
|
|
__this->___m_ScanCode_38 = 0;
|
|
// var command = QueryKeyNameCommand.Create(keyCode);
|
|
int32_t L_0;
|
|
L_0 = KeyControl_get_keyCode_m475C6BDC836B053BA6B62739AE649A4732022477_inline(__this, NULL);
|
|
QueryKeyNameCommand_tCEEA57BE2D12A0FFDCD9FE3F8A5851CC31DBE247 L_1;
|
|
L_1 = QueryKeyNameCommand_Create_m2FD778848D7D9617D247F73C8B61A032F7D52E5D(L_0, NULL);
|
|
V_0 = L_1;
|
|
// if (device.ExecuteCommand(ref command) > 0)
|
|
InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* L_2;
|
|
L_2 = InputControl_get_device_mAB3E013F566CF3407B8C36BC781EBD751DFAB324_inline(__this, NULL);
|
|
NullCheck(L_2);
|
|
int64_t L_3;
|
|
L_3 = InputDevice_ExecuteCommand_TisQueryKeyNameCommand_tCEEA57BE2D12A0FFDCD9FE3F8A5851CC31DBE247_mEC411117E8520A9F5137AD54472FB099A55DBD5E(L_2, (&V_0), InputDevice_ExecuteCommand_TisQueryKeyNameCommand_tCEEA57BE2D12A0FFDCD9FE3F8A5851CC31DBE247_mEC411117E8520A9F5137AD54472FB099A55DBD5E_RuntimeMethod_var);
|
|
if ((((int64_t)L_3) <= ((int64_t)((int64_t)0))))
|
|
{
|
|
goto IL_007f;
|
|
}
|
|
}
|
|
{
|
|
// m_ScanCode = command.scanOrKeyCode;
|
|
QueryKeyNameCommand_tCEEA57BE2D12A0FFDCD9FE3F8A5851CC31DBE247 L_4 = V_0;
|
|
int32_t L_5 = L_4.___scanOrKeyCode_3;
|
|
__this->___m_ScanCode_38 = L_5;
|
|
// var rawKeyName = command.ReadKeyName();
|
|
String_t* L_6;
|
|
L_6 = QueryKeyNameCommand_ReadKeyName_mE3442B7FD9CC5B3889A5908F2F87F215FF70A61E((&V_0), NULL);
|
|
V_1 = L_6;
|
|
// if (string.IsNullOrEmpty(rawKeyName))
|
|
String_t* L_7 = V_1;
|
|
bool L_8;
|
|
L_8 = String_IsNullOrEmpty_mEA9E3FB005AC28FE02E69FCF95A7B8456192B478(L_7, NULL);
|
|
if (!L_8)
|
|
{
|
|
goto IL_004f;
|
|
}
|
|
}
|
|
{
|
|
// displayName = rawKeyName;
|
|
String_t* L_9 = V_1;
|
|
InputControl_set_displayName_mBDE31F798F8EC1EFA502FDC9B0788C46ADBB18B7_inline(__this, L_9, NULL);
|
|
// return;
|
|
return;
|
|
}
|
|
|
|
IL_004f:
|
|
{
|
|
// var textInfo = CultureInfo.InvariantCulture.TextInfo;
|
|
il2cpp_codegen_runtime_class_init_inline(CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var);
|
|
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_10;
|
|
L_10 = CultureInfo_get_InvariantCulture_mD1E96DC845E34B10F78CB744B0CB5D7D63CEB1E6(NULL);
|
|
NullCheck(L_10);
|
|
TextInfo_tD3BAFCFD77418851E7D5CB8D2588F47019E414B4* L_11;
|
|
L_11 = VirtualFuncInvoker0< TextInfo_tD3BAFCFD77418851E7D5CB8D2588F47019E414B4* >::Invoke(10 /* System.Globalization.TextInfo System.Globalization.CultureInfo::get_TextInfo() */, L_10);
|
|
V_2 = L_11;
|
|
// var keyNameLowerCase = textInfo.ToLower(rawKeyName);
|
|
TextInfo_tD3BAFCFD77418851E7D5CB8D2588F47019E414B4* L_12 = V_2;
|
|
String_t* L_13 = V_1;
|
|
NullCheck(L_12);
|
|
String_t* L_14;
|
|
L_14 = VirtualFuncInvoker1< String_t*, String_t* >::Invoke(9 /* System.String System.Globalization.TextInfo::ToLower(System.String) */, L_12, L_13);
|
|
V_3 = L_14;
|
|
// if (string.IsNullOrEmpty(keyNameLowerCase))
|
|
String_t* L_15 = V_3;
|
|
bool L_16;
|
|
L_16 = String_IsNullOrEmpty_mEA9E3FB005AC28FE02E69FCF95A7B8456192B478(L_15, NULL);
|
|
if (!L_16)
|
|
{
|
|
goto IL_0072;
|
|
}
|
|
}
|
|
{
|
|
// displayName = rawKeyName;
|
|
String_t* L_17 = V_1;
|
|
InputControl_set_displayName_mBDE31F798F8EC1EFA502FDC9B0788C46ADBB18B7_inline(__this, L_17, NULL);
|
|
// return;
|
|
return;
|
|
}
|
|
|
|
IL_0072:
|
|
{
|
|
// displayName = textInfo.ToTitleCase(keyNameLowerCase);
|
|
TextInfo_tD3BAFCFD77418851E7D5CB8D2588F47019E414B4* L_18 = V_2;
|
|
String_t* L_19 = V_3;
|
|
NullCheck(L_18);
|
|
String_t* L_20;
|
|
L_20 = TextInfo_ToTitleCase_m4E869A132CF39BCFC8129690F85509B098994469(L_18, L_19, NULL);
|
|
InputControl_set_displayName_mBDE31F798F8EC1EFA502FDC9B0788C46ADBB18B7_inline(__this, L_20, NULL);
|
|
}
|
|
|
|
IL_007f:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.InputSystem.Controls.KeyControl::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyControl__ctor_m73F145B86E485B4C152E3FDC7CF0D1FEF5D9C6CE (KeyControl_t1686D14A78AEC9364B8C7628DD482DE99CC20FE0* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
ButtonControl__ctor_mF6F46704B8CC76DA22F543EFF8D136676893ACEB(__this, NULL);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// UnityEngine.InputSystem.Controls.AxisControl UnityEngine.InputSystem.Controls.QuaternionControl::get_x()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* QuaternionControl_get_x_m7D5D3DF5C7FEF970D4EF1D6A1DCD077B476E69CE (QuaternionControl_t18A2F742850FC2FD82A1F980A35C188A29F1A0B1* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public AxisControl x { get; private set; }
|
|
AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* L_0 = __this->___U3CxU3Ek__BackingField_22;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.InputSystem.Controls.QuaternionControl::set_x(UnityEngine.InputSystem.Controls.AxisControl)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void QuaternionControl_set_x_m2F49C0466CB8E5DB90559E8CB2BB45809ACDDAF9 (QuaternionControl_t18A2F742850FC2FD82A1F980A35C188A29F1A0B1* __this, AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public AxisControl x { get; private set; }
|
|
AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* L_0 = ___0_value;
|
|
__this->___U3CxU3Ek__BackingField_22 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CxU3Ek__BackingField_22), (void*)L_0);
|
|
return;
|
|
}
|
|
}
|
|
// UnityEngine.InputSystem.Controls.AxisControl UnityEngine.InputSystem.Controls.QuaternionControl::get_y()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* QuaternionControl_get_y_mAD58BB3F383B77B22D292BBBE0C83B585CFAD7F2 (QuaternionControl_t18A2F742850FC2FD82A1F980A35C188A29F1A0B1* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public AxisControl y { get; private set; }
|
|
AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* L_0 = __this->___U3CyU3Ek__BackingField_23;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.InputSystem.Controls.QuaternionControl::set_y(UnityEngine.InputSystem.Controls.AxisControl)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void QuaternionControl_set_y_mC6B61DBAB9E7844BE1719CC1B87114B89F8D30B9 (QuaternionControl_t18A2F742850FC2FD82A1F980A35C188A29F1A0B1* __this, AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public AxisControl y { get; private set; }
|
|
AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* L_0 = ___0_value;
|
|
__this->___U3CyU3Ek__BackingField_23 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CyU3Ek__BackingField_23), (void*)L_0);
|
|
return;
|
|
}
|
|
}
|
|
// UnityEngine.InputSystem.Controls.AxisControl UnityEngine.InputSystem.Controls.QuaternionControl::get_z()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* QuaternionControl_get_z_mF8682B47CCC5ECF2A1BE5C74641140C09AAF7D23 (QuaternionControl_t18A2F742850FC2FD82A1F980A35C188A29F1A0B1* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public AxisControl z { get; private set; }
|
|
AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* L_0 = __this->___U3CzU3Ek__BackingField_24;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.InputSystem.Controls.QuaternionControl::set_z(UnityEngine.InputSystem.Controls.AxisControl)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void QuaternionControl_set_z_m85AFC3E7A0BC89C1C0AA239BC6F5A5D9D04E61E2 (QuaternionControl_t18A2F742850FC2FD82A1F980A35C188A29F1A0B1* __this, AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public AxisControl z { get; private set; }
|
|
AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* L_0 = ___0_value;
|
|
__this->___U3CzU3Ek__BackingField_24 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CzU3Ek__BackingField_24), (void*)L_0);
|
|
return;
|
|
}
|
|
}
|
|
// UnityEngine.InputSystem.Controls.AxisControl UnityEngine.InputSystem.Controls.QuaternionControl::get_w()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* QuaternionControl_get_w_m51E8425CB164C5124A701BE5893A928C9F597B94 (QuaternionControl_t18A2F742850FC2FD82A1F980A35C188A29F1A0B1* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public AxisControl w { get; private set; }
|
|
AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* L_0 = __this->___U3CwU3Ek__BackingField_25;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.InputSystem.Controls.QuaternionControl::set_w(UnityEngine.InputSystem.Controls.AxisControl)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void QuaternionControl_set_w_m3BDC9742055DCBC51EA07AB4D17D06B871BDBB52 (QuaternionControl_t18A2F742850FC2FD82A1F980A35C188A29F1A0B1* __this, AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public AxisControl w { get; private set; }
|
|
AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* L_0 = ___0_value;
|
|
__this->___U3CwU3Ek__BackingField_25 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CwU3Ek__BackingField_25), (void*)L_0);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.InputSystem.Controls.QuaternionControl::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void QuaternionControl__ctor_mC4C73D459EDC9CF6F1EBBC25CC23F85CED83A455 (QuaternionControl_t18A2F742850FC2FD82A1F980A35C188A29F1A0B1* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputControl_1__ctor_m84330ABF23BC4476BE20F5936C78C4DFCDBF4CCF_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// public QuaternionControl()
|
|
InputControl_1__ctor_m84330ABF23BC4476BE20F5936C78C4DFCDBF4CCF(__this, InputControl_1__ctor_m84330ABF23BC4476BE20F5936C78C4DFCDBF4CCF_RuntimeMethod_var);
|
|
// m_StateBlock.sizeInBits = sizeof(float) * 4 * 8;
|
|
InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5* L_0 = (&((InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E*)__this)->___m_StateBlock_0);
|
|
InputStateBlock_set_sizeInBits_mE7B623711880E0A1C1E563AF809A24A9C63AE115_inline(L_0, ((int32_t)128), NULL);
|
|
// m_StateBlock.format = InputStateBlock.FormatQuaternion;
|
|
InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5* L_1 = (&((InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E*)__this)->___m_StateBlock_0);
|
|
il2cpp_codegen_runtime_class_init_inline(InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5_il2cpp_TypeInfo_var);
|
|
FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_2 = ((InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5_StaticFields*)il2cpp_codegen_static_fields_for(InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5_il2cpp_TypeInfo_var))->___FormatQuaternion_28;
|
|
InputStateBlock_set_format_mC6AA651913216B6B3CEF1031BC8778182009F73A_inline(L_1, L_2, NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.InputSystem.Controls.QuaternionControl::FinishSetup()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void QuaternionControl_FinishSetup_m40375F3AB5476A811D2DCCCACC4F202A8B45B153 (QuaternionControl_t18A2F742850FC2FD82A1F980A35C188A29F1A0B1* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputControl_GetChildControl_TisAxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7_mE395247B4A734866EFF7A908510EEF5B2CFE3841_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral062DB096C728515E033CF8C48A1C1F0B9A79384B);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9384C6EF2DA5C0BD5274A0DACFF291D0ABBFD8B1);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9CE1604D659135925CCC4DD1F526AFFE42E689F1);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA9FEAF5F50923952C1AC3A473DE3C7E17D23B907);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// x = GetChildControl<AxisControl>("x");
|
|
AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* L_0;
|
|
L_0 = InputControl_GetChildControl_TisAxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7_mE395247B4A734866EFF7A908510EEF5B2CFE3841(__this, _stringLiteral062DB096C728515E033CF8C48A1C1F0B9A79384B, InputControl_GetChildControl_TisAxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7_mE395247B4A734866EFF7A908510EEF5B2CFE3841_RuntimeMethod_var);
|
|
QuaternionControl_set_x_m2F49C0466CB8E5DB90559E8CB2BB45809ACDDAF9_inline(__this, L_0, NULL);
|
|
// y = GetChildControl<AxisControl>("y");
|
|
AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* L_1;
|
|
L_1 = InputControl_GetChildControl_TisAxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7_mE395247B4A734866EFF7A908510EEF5B2CFE3841(__this, _stringLiteral9384C6EF2DA5C0BD5274A0DACFF291D0ABBFD8B1, InputControl_GetChildControl_TisAxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7_mE395247B4A734866EFF7A908510EEF5B2CFE3841_RuntimeMethod_var);
|
|
QuaternionControl_set_y_mC6B61DBAB9E7844BE1719CC1B87114B89F8D30B9_inline(__this, L_1, NULL);
|
|
// z = GetChildControl<AxisControl>("z");
|
|
AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* L_2;
|
|
L_2 = InputControl_GetChildControl_TisAxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7_mE395247B4A734866EFF7A908510EEF5B2CFE3841(__this, _stringLiteral9CE1604D659135925CCC4DD1F526AFFE42E689F1, InputControl_GetChildControl_TisAxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7_mE395247B4A734866EFF7A908510EEF5B2CFE3841_RuntimeMethod_var);
|
|
QuaternionControl_set_z_m85AFC3E7A0BC89C1C0AA239BC6F5A5D9D04E61E2_inline(__this, L_2, NULL);
|
|
// w = GetChildControl<AxisControl>("w");
|
|
AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* L_3;
|
|
L_3 = InputControl_GetChildControl_TisAxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7_mE395247B4A734866EFF7A908510EEF5B2CFE3841(__this, _stringLiteralA9FEAF5F50923952C1AC3A473DE3C7E17D23B907, InputControl_GetChildControl_TisAxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7_mE395247B4A734866EFF7A908510EEF5B2CFE3841_RuntimeMethod_var);
|
|
QuaternionControl_set_w_m3BDC9742055DCBC51EA07AB4D17D06B871BDBB52_inline(__this, L_3, NULL);
|
|
// base.FinishSetup();
|
|
InputControl_FinishSetup_m46B682B124C6E127183D19E1BA86E966472C7C15(__this, NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// UnityEngine.Quaternion UnityEngine.InputSystem.Controls.QuaternionControl::ReadUnprocessedValueFromState(System.Void*)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 QuaternionControl_ReadUnprocessedValueFromState_mD0F319984E20C6F252983EE98E037A13C64B2BD5 (QuaternionControl_t18A2F742850FC2FD82A1F980A35C188A29F1A0B1* __this, void* ___0_statePtr, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputControl_1_ReadValueFromState_m1748B48FE53C7B329B8138F43857E231AC6FC24E_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// return new Quaternion(x.ReadValueFromState(statePtr), y.ReadValueFromState(statePtr), z.ReadValueFromState(statePtr),
|
|
// w.ReadUnprocessedValueFromState(statePtr));
|
|
AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* L_0;
|
|
L_0 = QuaternionControl_get_x_m7D5D3DF5C7FEF970D4EF1D6A1DCD077B476E69CE_inline(__this, NULL);
|
|
void* L_1 = ___0_statePtr;
|
|
NullCheck(L_0);
|
|
float L_2;
|
|
L_2 = InputControl_1_ReadValueFromState_m1748B48FE53C7B329B8138F43857E231AC6FC24E(L_0, L_1, InputControl_1_ReadValueFromState_m1748B48FE53C7B329B8138F43857E231AC6FC24E_RuntimeMethod_var);
|
|
AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* L_3;
|
|
L_3 = QuaternionControl_get_y_mAD58BB3F383B77B22D292BBBE0C83B585CFAD7F2_inline(__this, NULL);
|
|
void* L_4 = ___0_statePtr;
|
|
NullCheck(L_3);
|
|
float L_5;
|
|
L_5 = InputControl_1_ReadValueFromState_m1748B48FE53C7B329B8138F43857E231AC6FC24E(L_3, L_4, InputControl_1_ReadValueFromState_m1748B48FE53C7B329B8138F43857E231AC6FC24E_RuntimeMethod_var);
|
|
AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* L_6;
|
|
L_6 = QuaternionControl_get_z_mF8682B47CCC5ECF2A1BE5C74641140C09AAF7D23_inline(__this, NULL);
|
|
void* L_7 = ___0_statePtr;
|
|
NullCheck(L_6);
|
|
float L_8;
|
|
L_8 = InputControl_1_ReadValueFromState_m1748B48FE53C7B329B8138F43857E231AC6FC24E(L_6, L_7, InputControl_1_ReadValueFromState_m1748B48FE53C7B329B8138F43857E231AC6FC24E_RuntimeMethod_var);
|
|
AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* L_9;
|
|
L_9 = QuaternionControl_get_w_m51E8425CB164C5124A701BE5893A928C9F597B94_inline(__this, NULL);
|
|
void* L_10 = ___0_statePtr;
|
|
NullCheck(L_9);
|
|
float L_11;
|
|
L_11 = VirtualFuncInvoker1< float, void* >::Invoke(16 /* TValue UnityEngine.InputSystem.InputControl`1<System.Single>::ReadUnprocessedValueFromState(System.Void*) */, L_9, L_10);
|
|
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 L_12;
|
|
memset((&L_12), 0, sizeof(L_12));
|
|
Quaternion__ctor_m868FD60AA65DD5A8AC0C5DEB0608381A8D85FCD8_inline((&L_12), L_2, L_5, L_8, L_11, /*hidden argument*/NULL);
|
|
return L_12;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.InputSystem.Controls.QuaternionControl::WriteValueIntoState(UnityEngine.Quaternion,System.Void*)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void QuaternionControl_WriteValueIntoState_mC0BA0B3CC116CF5BB1AA2EEA90AF7E4638401474 (QuaternionControl_t18A2F742850FC2FD82A1F980A35C188A29F1A0B1* __this, Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 ___0_value, void* ___1_statePtr, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// x.WriteValueIntoState(value.x, statePtr);
|
|
AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* L_0;
|
|
L_0 = QuaternionControl_get_x_m7D5D3DF5C7FEF970D4EF1D6A1DCD077B476E69CE_inline(__this, NULL);
|
|
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 L_1 = ___0_value;
|
|
float L_2 = L_1.___x_0;
|
|
void* L_3 = ___1_statePtr;
|
|
NullCheck(L_0);
|
|
VirtualActionInvoker2< float, void* >::Invoke(17 /* System.Void UnityEngine.InputSystem.InputControl`1<System.Single>::WriteValueIntoState(TValue,System.Void*) */, L_0, L_2, L_3);
|
|
// y.WriteValueIntoState(value.y, statePtr);
|
|
AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* L_4;
|
|
L_4 = QuaternionControl_get_y_mAD58BB3F383B77B22D292BBBE0C83B585CFAD7F2_inline(__this, NULL);
|
|
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 L_5 = ___0_value;
|
|
float L_6 = L_5.___y_1;
|
|
void* L_7 = ___1_statePtr;
|
|
NullCheck(L_4);
|
|
VirtualActionInvoker2< float, void* >::Invoke(17 /* System.Void UnityEngine.InputSystem.InputControl`1<System.Single>::WriteValueIntoState(TValue,System.Void*) */, L_4, L_6, L_7);
|
|
// z.WriteValueIntoState(value.z, statePtr);
|
|
AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* L_8;
|
|
L_8 = QuaternionControl_get_z_mF8682B47CCC5ECF2A1BE5C74641140C09AAF7D23_inline(__this, NULL);
|
|
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 L_9 = ___0_value;
|
|
float L_10 = L_9.___z_2;
|
|
void* L_11 = ___1_statePtr;
|
|
NullCheck(L_8);
|
|
VirtualActionInvoker2< float, void* >::Invoke(17 /* System.Void UnityEngine.InputSystem.InputControl`1<System.Single>::WriteValueIntoState(TValue,System.Void*) */, L_8, L_10, L_11);
|
|
// w.WriteValueIntoState(value.w, statePtr);
|
|
AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* L_12;
|
|
L_12 = QuaternionControl_get_w_m51E8425CB164C5124A701BE5893A928C9F597B94_inline(__this, NULL);
|
|
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 L_13 = ___0_value;
|
|
float L_14 = L_13.___w_3;
|
|
void* L_15 = ___1_statePtr;
|
|
NullCheck(L_12);
|
|
VirtualActionInvoker2< float, void* >::Invoke(17 /* System.Void UnityEngine.InputSystem.InputControl`1<System.Single>::WriteValueIntoState(TValue,System.Void*) */, L_12, L_14, L_15);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// UnityEngine.InputSystem.Controls.ButtonControl UnityEngine.InputSystem.Controls.StickControl::get_up()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* StickControl_get_up_m3CFD06B0296A6B547BCA8B892D9EEB86237873DF (StickControl_t2608D1388A5015029123635B4B589AC7EE20C50B* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public ButtonControl up { get; set; }
|
|
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_0 = __this->___U3CupU3Ek__BackingField_24;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.InputSystem.Controls.StickControl::set_up(UnityEngine.InputSystem.Controls.ButtonControl)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StickControl_set_up_m61BA11ACCC32E4F313A3A63DCDCD0533C769003E (StickControl_t2608D1388A5015029123635B4B589AC7EE20C50B* __this, ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public ButtonControl up { get; set; }
|
|
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_0 = ___0_value;
|
|
__this->___U3CupU3Ek__BackingField_24 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CupU3Ek__BackingField_24), (void*)L_0);
|
|
return;
|
|
}
|
|
}
|
|
// UnityEngine.InputSystem.Controls.ButtonControl UnityEngine.InputSystem.Controls.StickControl::get_down()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* StickControl_get_down_m95C020BB315A773FB0830E6899E7CF27858AF34C (StickControl_t2608D1388A5015029123635B4B589AC7EE20C50B* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public ButtonControl down { get; set; }
|
|
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_0 = __this->___U3CdownU3Ek__BackingField_25;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.InputSystem.Controls.StickControl::set_down(UnityEngine.InputSystem.Controls.ButtonControl)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StickControl_set_down_m44AE8044ED1602811026B03E7D65DF5389CA9467 (StickControl_t2608D1388A5015029123635B4B589AC7EE20C50B* __this, ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public ButtonControl down { get; set; }
|
|
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_0 = ___0_value;
|
|
__this->___U3CdownU3Ek__BackingField_25 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CdownU3Ek__BackingField_25), (void*)L_0);
|
|
return;
|
|
}
|
|
}
|
|
// UnityEngine.InputSystem.Controls.ButtonControl UnityEngine.InputSystem.Controls.StickControl::get_left()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* StickControl_get_left_mF0AB5BA3E19B59BBBE3EA85352A7C6E00846A40A (StickControl_t2608D1388A5015029123635B4B589AC7EE20C50B* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public ButtonControl left { get; set; }
|
|
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_0 = __this->___U3CleftU3Ek__BackingField_26;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.InputSystem.Controls.StickControl::set_left(UnityEngine.InputSystem.Controls.ButtonControl)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StickControl_set_left_mB60538C7F20D44305A63B946A0FC9DB90DB49794 (StickControl_t2608D1388A5015029123635B4B589AC7EE20C50B* __this, ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public ButtonControl left { get; set; }
|
|
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_0 = ___0_value;
|
|
__this->___U3CleftU3Ek__BackingField_26 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CleftU3Ek__BackingField_26), (void*)L_0);
|
|
return;
|
|
}
|
|
}
|
|
// UnityEngine.InputSystem.Controls.ButtonControl UnityEngine.InputSystem.Controls.StickControl::get_right()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* StickControl_get_right_m6339C289400D3D64458A0D69A4FBAFF6CBA62A55 (StickControl_t2608D1388A5015029123635B4B589AC7EE20C50B* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public ButtonControl right { get; set; }
|
|
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_0 = __this->___U3CrightU3Ek__BackingField_27;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.InputSystem.Controls.StickControl::set_right(UnityEngine.InputSystem.Controls.ButtonControl)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StickControl_set_right_m16E13881E48A3111A8E6FDC9FA51EC106CB86D3E (StickControl_t2608D1388A5015029123635B4B589AC7EE20C50B* __this, ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public ButtonControl right { get; set; }
|
|
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_0 = ___0_value;
|
|
__this->___U3CrightU3Ek__BackingField_27 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CrightU3Ek__BackingField_27), (void*)L_0);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.InputSystem.Controls.StickControl::FinishSetup()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StickControl_FinishSetup_m881719BEE1AAC168FA76C3AB599A7EBCF7D00F80 (StickControl_t2608D1388A5015029123635B4B589AC7EE20C50B* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputControl_GetChildControl_TisButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF_m37B3269440E54D5C867480E334993426D47F9044_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1B22F82E513C1BB368DFDBFDFB5FB8C1178CA305);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5379C25D8F9979AD371949D2F3201B2D326743A4);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8739227E8E687EF781DA0D923452C2686CFF10A2);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB1E5119D36EC43B340C0A0DDC99F1156546EA9DF);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// base.FinishSetup();
|
|
Vector2Control_FinishSetup_mB2F8C29AA8897111B2C9D3C01088D53AD2BF52F1(__this, NULL);
|
|
// up = GetChildControl<ButtonControl>("up");
|
|
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_0;
|
|
L_0 = InputControl_GetChildControl_TisButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF_m37B3269440E54D5C867480E334993426D47F9044(__this, _stringLiteral1B22F82E513C1BB368DFDBFDFB5FB8C1178CA305, InputControl_GetChildControl_TisButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF_m37B3269440E54D5C867480E334993426D47F9044_RuntimeMethod_var);
|
|
StickControl_set_up_m61BA11ACCC32E4F313A3A63DCDCD0533C769003E_inline(__this, L_0, NULL);
|
|
// down = GetChildControl<ButtonControl>("down");
|
|
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_1;
|
|
L_1 = InputControl_GetChildControl_TisButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF_m37B3269440E54D5C867480E334993426D47F9044(__this, _stringLiteral5379C25D8F9979AD371949D2F3201B2D326743A4, InputControl_GetChildControl_TisButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF_m37B3269440E54D5C867480E334993426D47F9044_RuntimeMethod_var);
|
|
StickControl_set_down_m44AE8044ED1602811026B03E7D65DF5389CA9467_inline(__this, L_1, NULL);
|
|
// left = GetChildControl<ButtonControl>("left");
|
|
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_2;
|
|
L_2 = InputControl_GetChildControl_TisButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF_m37B3269440E54D5C867480E334993426D47F9044(__this, _stringLiteral8739227E8E687EF781DA0D923452C2686CFF10A2, InputControl_GetChildControl_TisButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF_m37B3269440E54D5C867480E334993426D47F9044_RuntimeMethod_var);
|
|
StickControl_set_left_mB60538C7F20D44305A63B946A0FC9DB90DB49794_inline(__this, L_2, NULL);
|
|
// right = GetChildControl<ButtonControl>("right");
|
|
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_3;
|
|
L_3 = InputControl_GetChildControl_TisButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF_m37B3269440E54D5C867480E334993426D47F9044(__this, _stringLiteralB1E5119D36EC43B340C0A0DDC99F1156546EA9DF, InputControl_GetChildControl_TisButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF_m37B3269440E54D5C867480E334993426D47F9044_RuntimeMethod_var);
|
|
StickControl_set_right_m16E13881E48A3111A8E6FDC9FA51EC106CB86D3E_inline(__this, L_3, NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.InputSystem.Controls.StickControl::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StickControl__ctor_m3097A574D2AA9DADE4090C0286470094F67D0F8D (StickControl_t2608D1388A5015029123635B4B589AC7EE20C50B* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Vector2Control__ctor_m9F2990DA999344F23AA90F6EE77884A75D4F29F8(__this, NULL);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// UnityEngine.InputSystem.Controls.TouchPressControl UnityEngine.InputSystem.Controls.TouchControl::get_press()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TouchPressControl_tD5BD68D9FDEAC889591DD7A499864893A43C7CEB* TouchControl_get_press_mFE6656905CFF085E99AE78F24FF71C0CA5DC5E81 (TouchControl_t3A64A795FF61A8B27E5EBD61632F23AFCC725079* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public TouchPressControl press { get; set; }
|
|
TouchPressControl_tD5BD68D9FDEAC889591DD7A499864893A43C7CEB* L_0 = __this->___U3CpressU3Ek__BackingField_22;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.InputSystem.Controls.TouchControl::set_press(UnityEngine.InputSystem.Controls.TouchPressControl)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TouchControl_set_press_m267FA7B0E99DE1F598EEA07E8938C99A40BD9855 (TouchControl_t3A64A795FF61A8B27E5EBD61632F23AFCC725079* __this, TouchPressControl_tD5BD68D9FDEAC889591DD7A499864893A43C7CEB* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public TouchPressControl press { get; set; }
|
|
TouchPressControl_tD5BD68D9FDEAC889591DD7A499864893A43C7CEB* L_0 = ___0_value;
|
|
__this->___U3CpressU3Ek__BackingField_22 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CpressU3Ek__BackingField_22), (void*)L_0);
|
|
return;
|
|
}
|
|
}
|
|
// UnityEngine.InputSystem.Controls.IntegerControl UnityEngine.InputSystem.Controls.TouchControl::get_touchId()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR IntegerControl_tA24544EFF42204852F638FF5147F754962C997AB* TouchControl_get_touchId_m9ACEFE6CD131049B309B85D2F15E58732B4D1036 (TouchControl_t3A64A795FF61A8B27E5EBD61632F23AFCC725079* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public IntegerControl touchId { get; set; }
|
|
IntegerControl_tA24544EFF42204852F638FF5147F754962C997AB* L_0 = __this->___U3CtouchIdU3Ek__BackingField_23;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.InputSystem.Controls.TouchControl::set_touchId(UnityEngine.InputSystem.Controls.IntegerControl)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TouchControl_set_touchId_mAE9A8C4419AB2EEFD856E21445536E92BC71E8C7 (TouchControl_t3A64A795FF61A8B27E5EBD61632F23AFCC725079* __this, IntegerControl_tA24544EFF42204852F638FF5147F754962C997AB* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public IntegerControl touchId { get; set; }
|
|
IntegerControl_tA24544EFF42204852F638FF5147F754962C997AB* L_0 = ___0_value;
|
|
__this->___U3CtouchIdU3Ek__BackingField_23 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CtouchIdU3Ek__BackingField_23), (void*)L_0);
|
|
return;
|
|
}
|
|
}
|
|
// UnityEngine.InputSystem.Controls.Vector2Control UnityEngine.InputSystem.Controls.TouchControl::get_position()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2Control_t8D1B4021A1D82671AF916D3C0A476AA94E46A432* TouchControl_get_position_m362565B94CA1CF45F79F7EAB5FE75B9BCB1ACAAF (TouchControl_t3A64A795FF61A8B27E5EBD61632F23AFCC725079* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public Vector2Control position { get; set; }
|
|
Vector2Control_t8D1B4021A1D82671AF916D3C0A476AA94E46A432* L_0 = __this->___U3CpositionU3Ek__BackingField_24;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.InputSystem.Controls.TouchControl::set_position(UnityEngine.InputSystem.Controls.Vector2Control)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TouchControl_set_position_m05BC61FE6B7B6676B4CA766BEEA59C5AC1E6F32E (TouchControl_t3A64A795FF61A8B27E5EBD61632F23AFCC725079* __this, Vector2Control_t8D1B4021A1D82671AF916D3C0A476AA94E46A432* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public Vector2Control position { get; set; }
|
|
Vector2Control_t8D1B4021A1D82671AF916D3C0A476AA94E46A432* L_0 = ___0_value;
|
|
__this->___U3CpositionU3Ek__BackingField_24 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CpositionU3Ek__BackingField_24), (void*)L_0);
|
|
return;
|
|
}
|
|
}
|
|
// UnityEngine.InputSystem.Controls.DeltaControl UnityEngine.InputSystem.Controls.TouchControl::get_delta()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DeltaControl_t63053AF5E0CD02B62F3CDE79821E4A12F72D573B* TouchControl_get_delta_mA3E61B0F417DD7D9C1CF1A4AF09691F1E36197CE (TouchControl_t3A64A795FF61A8B27E5EBD61632F23AFCC725079* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public DeltaControl delta { get; set; }
|
|
DeltaControl_t63053AF5E0CD02B62F3CDE79821E4A12F72D573B* L_0 = __this->___U3CdeltaU3Ek__BackingField_25;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.InputSystem.Controls.TouchControl::set_delta(UnityEngine.InputSystem.Controls.DeltaControl)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TouchControl_set_delta_mB7F970B93CC0BE555C0A4629489DFAB57D534541 (TouchControl_t3A64A795FF61A8B27E5EBD61632F23AFCC725079* __this, DeltaControl_t63053AF5E0CD02B62F3CDE79821E4A12F72D573B* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public DeltaControl delta { get; set; }
|
|
DeltaControl_t63053AF5E0CD02B62F3CDE79821E4A12F72D573B* L_0 = ___0_value;
|
|
__this->___U3CdeltaU3Ek__BackingField_25 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CdeltaU3Ek__BackingField_25), (void*)L_0);
|
|
return;
|
|
}
|
|
}
|
|
// UnityEngine.InputSystem.Controls.AxisControl UnityEngine.InputSystem.Controls.TouchControl::get_pressure()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* TouchControl_get_pressure_m86A2D4A48339069A146471742183521889DBB8EE (TouchControl_t3A64A795FF61A8B27E5EBD61632F23AFCC725079* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public AxisControl pressure { get; set; }
|
|
AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* L_0 = __this->___U3CpressureU3Ek__BackingField_26;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.InputSystem.Controls.TouchControl::set_pressure(UnityEngine.InputSystem.Controls.AxisControl)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TouchControl_set_pressure_mCE69ACE59C4C4DA91CAF53D4D15AF18635995B35 (TouchControl_t3A64A795FF61A8B27E5EBD61632F23AFCC725079* __this, AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public AxisControl pressure { get; set; }
|
|
AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* L_0 = ___0_value;
|
|
__this->___U3CpressureU3Ek__BackingField_26 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CpressureU3Ek__BackingField_26), (void*)L_0);
|
|
return;
|
|
}
|
|
}
|
|
// UnityEngine.InputSystem.Controls.Vector2Control UnityEngine.InputSystem.Controls.TouchControl::get_radius()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2Control_t8D1B4021A1D82671AF916D3C0A476AA94E46A432* TouchControl_get_radius_mF8022B68109BD29A1B4C9F9465A85530698CDABE (TouchControl_t3A64A795FF61A8B27E5EBD61632F23AFCC725079* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public Vector2Control radius { get; set; }
|
|
Vector2Control_t8D1B4021A1D82671AF916D3C0A476AA94E46A432* L_0 = __this->___U3CradiusU3Ek__BackingField_27;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.InputSystem.Controls.TouchControl::set_radius(UnityEngine.InputSystem.Controls.Vector2Control)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TouchControl_set_radius_mEBCE66C95D761D48705D49DB0AD1FF2B84E953A1 (TouchControl_t3A64A795FF61A8B27E5EBD61632F23AFCC725079* __this, Vector2Control_t8D1B4021A1D82671AF916D3C0A476AA94E46A432* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public Vector2Control radius { get; set; }
|
|
Vector2Control_t8D1B4021A1D82671AF916D3C0A476AA94E46A432* L_0 = ___0_value;
|
|
__this->___U3CradiusU3Ek__BackingField_27 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CradiusU3Ek__BackingField_27), (void*)L_0);
|
|
return;
|
|
}
|
|
}
|
|
// UnityEngine.InputSystem.Controls.TouchPhaseControl UnityEngine.InputSystem.Controls.TouchControl::get_phase()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TouchPhaseControl_t4652C6E0EBFAFA85A31607769876B02C1C9FCAEC* TouchControl_get_phase_mB82674B59168CD8074E9C371A51B088F76D4AC55 (TouchControl_t3A64A795FF61A8B27E5EBD61632F23AFCC725079* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public TouchPhaseControl phase { get; set; }
|
|
TouchPhaseControl_t4652C6E0EBFAFA85A31607769876B02C1C9FCAEC* L_0 = __this->___U3CphaseU3Ek__BackingField_28;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.InputSystem.Controls.TouchControl::set_phase(UnityEngine.InputSystem.Controls.TouchPhaseControl)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TouchControl_set_phase_m2C1DF80E1D3F08A1669AB392CFA8767C58704B15 (TouchControl_t3A64A795FF61A8B27E5EBD61632F23AFCC725079* __this, TouchPhaseControl_t4652C6E0EBFAFA85A31607769876B02C1C9FCAEC* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public TouchPhaseControl phase { get; set; }
|
|
TouchPhaseControl_t4652C6E0EBFAFA85A31607769876B02C1C9FCAEC* L_0 = ___0_value;
|
|
__this->___U3CphaseU3Ek__BackingField_28 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CphaseU3Ek__BackingField_28), (void*)L_0);
|
|
return;
|
|
}
|
|
}
|
|
// UnityEngine.InputSystem.Controls.ButtonControl UnityEngine.InputSystem.Controls.TouchControl::get_indirectTouch()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* TouchControl_get_indirectTouch_m37E441C16359F1B0DC1D2D14970B5253592A4684 (TouchControl_t3A64A795FF61A8B27E5EBD61632F23AFCC725079* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public ButtonControl indirectTouch { get; set; }
|
|
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_0 = __this->___U3CindirectTouchU3Ek__BackingField_29;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.InputSystem.Controls.TouchControl::set_indirectTouch(UnityEngine.InputSystem.Controls.ButtonControl)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TouchControl_set_indirectTouch_m31B4FC1CAC95B83361F16A1618EFAD7626E03603 (TouchControl_t3A64A795FF61A8B27E5EBD61632F23AFCC725079* __this, ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public ButtonControl indirectTouch { get; set; }
|
|
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_0 = ___0_value;
|
|
__this->___U3CindirectTouchU3Ek__BackingField_29 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CindirectTouchU3Ek__BackingField_29), (void*)L_0);
|
|
return;
|
|
}
|
|
}
|
|
// UnityEngine.InputSystem.Controls.ButtonControl UnityEngine.InputSystem.Controls.TouchControl::get_tap()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* TouchControl_get_tap_m5BD396F9C124DA9336F60E7CFE08EFD0D1018B78 (TouchControl_t3A64A795FF61A8B27E5EBD61632F23AFCC725079* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public ButtonControl tap { get; set; }
|
|
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_0 = __this->___U3CtapU3Ek__BackingField_30;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.InputSystem.Controls.TouchControl::set_tap(UnityEngine.InputSystem.Controls.ButtonControl)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TouchControl_set_tap_mA78E4789E418A40C5B0F5A6B5A296382506DCA9C (TouchControl_t3A64A795FF61A8B27E5EBD61632F23AFCC725079* __this, ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public ButtonControl tap { get; set; }
|
|
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_0 = ___0_value;
|
|
__this->___U3CtapU3Ek__BackingField_30 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CtapU3Ek__BackingField_30), (void*)L_0);
|
|
return;
|
|
}
|
|
}
|
|
// UnityEngine.InputSystem.Controls.IntegerControl UnityEngine.InputSystem.Controls.TouchControl::get_tapCount()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR IntegerControl_tA24544EFF42204852F638FF5147F754962C997AB* TouchControl_get_tapCount_mFE67214C13E765B80FC3E9204838D73C800D510B (TouchControl_t3A64A795FF61A8B27E5EBD61632F23AFCC725079* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public IntegerControl tapCount { get; set; }
|
|
IntegerControl_tA24544EFF42204852F638FF5147F754962C997AB* L_0 = __this->___U3CtapCountU3Ek__BackingField_31;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.InputSystem.Controls.TouchControl::set_tapCount(UnityEngine.InputSystem.Controls.IntegerControl)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TouchControl_set_tapCount_mF2D0B14A18FA26370F834796164678077A4D0357 (TouchControl_t3A64A795FF61A8B27E5EBD61632F23AFCC725079* __this, IntegerControl_tA24544EFF42204852F638FF5147F754962C997AB* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public IntegerControl tapCount { get; set; }
|
|
IntegerControl_tA24544EFF42204852F638FF5147F754962C997AB* L_0 = ___0_value;
|
|
__this->___U3CtapCountU3Ek__BackingField_31 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CtapCountU3Ek__BackingField_31), (void*)L_0);
|
|
return;
|
|
}
|
|
}
|
|
// UnityEngine.InputSystem.Controls.DoubleControl UnityEngine.InputSystem.Controls.TouchControl::get_startTime()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DoubleControl_t3707A6260424A2F3636669A2BAFF5CB5E91D2486* TouchControl_get_startTime_m0550B8FD449E849119B3F48989A510D8A70677E0 (TouchControl_t3A64A795FF61A8B27E5EBD61632F23AFCC725079* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public DoubleControl startTime { get; set; }
|
|
DoubleControl_t3707A6260424A2F3636669A2BAFF5CB5E91D2486* L_0 = __this->___U3CstartTimeU3Ek__BackingField_32;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.InputSystem.Controls.TouchControl::set_startTime(UnityEngine.InputSystem.Controls.DoubleControl)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TouchControl_set_startTime_m3AFEFF9640DFA22A85C4D4C75FAAD462733271E1 (TouchControl_t3A64A795FF61A8B27E5EBD61632F23AFCC725079* __this, DoubleControl_t3707A6260424A2F3636669A2BAFF5CB5E91D2486* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public DoubleControl startTime { get; set; }
|
|
DoubleControl_t3707A6260424A2F3636669A2BAFF5CB5E91D2486* L_0 = ___0_value;
|
|
__this->___U3CstartTimeU3Ek__BackingField_32 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CstartTimeU3Ek__BackingField_32), (void*)L_0);
|
|
return;
|
|
}
|
|
}
|
|
// UnityEngine.InputSystem.Controls.Vector2Control UnityEngine.InputSystem.Controls.TouchControl::get_startPosition()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2Control_t8D1B4021A1D82671AF916D3C0A476AA94E46A432* TouchControl_get_startPosition_m426A12E819DF1C81A21015C806BC255E69C97783 (TouchControl_t3A64A795FF61A8B27E5EBD61632F23AFCC725079* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public Vector2Control startPosition { get; set; }
|
|
Vector2Control_t8D1B4021A1D82671AF916D3C0A476AA94E46A432* L_0 = __this->___U3CstartPositionU3Ek__BackingField_33;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.InputSystem.Controls.TouchControl::set_startPosition(UnityEngine.InputSystem.Controls.Vector2Control)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TouchControl_set_startPosition_m3C4F834E13C3D551917A89725BDE8801F37707F0 (TouchControl_t3A64A795FF61A8B27E5EBD61632F23AFCC725079* __this, Vector2Control_t8D1B4021A1D82671AF916D3C0A476AA94E46A432* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public Vector2Control startPosition { get; set; }
|
|
Vector2Control_t8D1B4021A1D82671AF916D3C0A476AA94E46A432* L_0 = ___0_value;
|
|
__this->___U3CstartPositionU3Ek__BackingField_33 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CstartPositionU3Ek__BackingField_33), (void*)L_0);
|
|
return;
|
|
}
|
|
}
|
|
// System.Boolean UnityEngine.InputSystem.Controls.TouchControl::get_isInProgress()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TouchControl_get_isInProgress_m453C4D3C5AD0AEE956EDFC6B54E452C3D61100F0 (TouchControl_t3A64A795FF61A8B27E5EBD61632F23AFCC725079* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputControl_1_ReadValue_m098F74445FF1AFEC68A0C5DB2EDC32AF3F56E281_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
{
|
|
// switch (phase.ReadValue())
|
|
TouchPhaseControl_t4652C6E0EBFAFA85A31607769876B02C1C9FCAEC* L_0;
|
|
L_0 = TouchControl_get_phase_mB82674B59168CD8074E9C371A51B088F76D4AC55_inline(__this, NULL);
|
|
NullCheck(L_0);
|
|
int32_t L_1;
|
|
L_1 = InputControl_1_ReadValue_m098F74445FF1AFEC68A0C5DB2EDC32AF3F56E281(L_0, InputControl_1_ReadValue_m098F74445FF1AFEC68A0C5DB2EDC32AF3F56E281_RuntimeMethod_var);
|
|
V_0 = L_1;
|
|
int32_t L_2 = V_0;
|
|
if ((!(((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_2, 1))) > ((uint32_t)1))))
|
|
{
|
|
goto IL_0016;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_3 = V_0;
|
|
if ((!(((uint32_t)L_3) == ((uint32_t)5))))
|
|
{
|
|
goto IL_0018;
|
|
}
|
|
}
|
|
|
|
IL_0016:
|
|
{
|
|
// return true;
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0018:
|
|
{
|
|
// return false;
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.InputSystem.Controls.TouchControl::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TouchControl__ctor_m7A05A3ABAE79DD084555969DF217C4871E1DF447 (TouchControl_t3A64A795FF61A8B27E5EBD61632F23AFCC725079* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputControl_1__ctor_m4A88C587894F0F7BA7505EA6F5F046D93B9B5077_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// public TouchControl()
|
|
InputControl_1__ctor_m4A88C587894F0F7BA7505EA6F5F046D93B9B5077(__this, InputControl_1__ctor_m4A88C587894F0F7BA7505EA6F5F046D93B9B5077_RuntimeMethod_var);
|
|
// m_StateBlock.format = new FourCC('T', 'O', 'U', 'C');
|
|
InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5* L_0 = (&((InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E*)__this)->___m_StateBlock_0);
|
|
FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_1;
|
|
memset((&L_1), 0, sizeof(L_1));
|
|
FourCC__ctor_mFE3A3F80C6900CD18CB9BDD3C9B604823F2E791F((&L_1), ((int32_t)84), ((int32_t)79), ((int32_t)85), ((int32_t)67), /*hidden argument*/NULL);
|
|
InputStateBlock_set_format_mC6AA651913216B6B3CEF1031BC8778182009F73A_inline(L_0, L_1, NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.InputSystem.Controls.TouchControl::FinishSetup()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TouchControl_FinishSetup_m57D5E9AE2F99225E7421867F7D55FEC0E9361740 (TouchControl_t3A64A795FF61A8B27E5EBD61632F23AFCC725079* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputControl_GetChildControl_TisAxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7_mE395247B4A734866EFF7A908510EEF5B2CFE3841_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputControl_GetChildControl_TisButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF_m37B3269440E54D5C867480E334993426D47F9044_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputControl_GetChildControl_TisDeltaControl_t63053AF5E0CD02B62F3CDE79821E4A12F72D573B_m0FA5BE28A4F86FACEF1F48AF590E34A11B02654E_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputControl_GetChildControl_TisDoubleControl_t3707A6260424A2F3636669A2BAFF5CB5E91D2486_m64AC966145D619BB3E5B44E73DAFDBA98D0CB591_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputControl_GetChildControl_TisIntegerControl_tA24544EFF42204852F638FF5147F754962C997AB_m87D5D6574BD57F88D41DDE18D17933360E255297_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputControl_GetChildControl_TisTouchPhaseControl_t4652C6E0EBFAFA85A31607769876B02C1C9FCAEC_m1BC930F9BFFCF3327B8F1C410EBD8742B6DC7E41_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputControl_GetChildControl_TisTouchPressControl_tD5BD68D9FDEAC889591DD7A499864893A43C7CEB_m36B3E25F32486FDF22B55DA0D0F6DEA85249737C_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputControl_GetChildControl_TisVector2Control_t8D1B4021A1D82671AF916D3C0A476AA94E46A432_m3957D0D8F6F298173F867E33A3E5ED0F9A591F85_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0291659353D7703E088B9DCAA8272442CAC27034);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral03BB9A91DF5AF35BC2C4BD3A3DC6BD92997588E5);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral20CF6945E827E04A87516400A34C8AB27A5B9CEE);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral396055C473BBFEAB74E98B255446DB024FCBF4CE);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7882604CF792AAD4D965FCD7E31211D540BDBB9C);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral88BDF3D0791A560245652E772545C49897854443);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8C9F18A4F030B96447955FBBA1A99FFC43B5D8E0);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC92385CF8B4C7F761AD0681C15E22CC65128E70E);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCA28DE9B1EC41301C4E9F1DF15D7C4930F25BDB0);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDFC8A5C3AC9E75D9C702664348B1F790FCFCB561);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE405B10B27F3652D719FA853EF1C46717CEE64C5);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE61817B0D19F1C8D40E50CD975A28C9C910F5EAB);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// press = GetChildControl<TouchPressControl>("press");
|
|
TouchPressControl_tD5BD68D9FDEAC889591DD7A499864893A43C7CEB* L_0;
|
|
L_0 = InputControl_GetChildControl_TisTouchPressControl_tD5BD68D9FDEAC889591DD7A499864893A43C7CEB_m36B3E25F32486FDF22B55DA0D0F6DEA85249737C(__this, _stringLiteral03BB9A91DF5AF35BC2C4BD3A3DC6BD92997588E5, InputControl_GetChildControl_TisTouchPressControl_tD5BD68D9FDEAC889591DD7A499864893A43C7CEB_m36B3E25F32486FDF22B55DA0D0F6DEA85249737C_RuntimeMethod_var);
|
|
TouchControl_set_press_m267FA7B0E99DE1F598EEA07E8938C99A40BD9855_inline(__this, L_0, NULL);
|
|
// touchId = GetChildControl<IntegerControl>("touchId");
|
|
IntegerControl_tA24544EFF42204852F638FF5147F754962C997AB* L_1;
|
|
L_1 = InputControl_GetChildControl_TisIntegerControl_tA24544EFF42204852F638FF5147F754962C997AB_m87D5D6574BD57F88D41DDE18D17933360E255297(__this, _stringLiteralCA28DE9B1EC41301C4E9F1DF15D7C4930F25BDB0, InputControl_GetChildControl_TisIntegerControl_tA24544EFF42204852F638FF5147F754962C997AB_m87D5D6574BD57F88D41DDE18D17933360E255297_RuntimeMethod_var);
|
|
TouchControl_set_touchId_mAE9A8C4419AB2EEFD856E21445536E92BC71E8C7_inline(__this, L_1, NULL);
|
|
// position = GetChildControl<Vector2Control>("position");
|
|
Vector2Control_t8D1B4021A1D82671AF916D3C0A476AA94E46A432* L_2;
|
|
L_2 = InputControl_GetChildControl_TisVector2Control_t8D1B4021A1D82671AF916D3C0A476AA94E46A432_m3957D0D8F6F298173F867E33A3E5ED0F9A591F85(__this, _stringLiteral88BDF3D0791A560245652E772545C49897854443, InputControl_GetChildControl_TisVector2Control_t8D1B4021A1D82671AF916D3C0A476AA94E46A432_m3957D0D8F6F298173F867E33A3E5ED0F9A591F85_RuntimeMethod_var);
|
|
TouchControl_set_position_m05BC61FE6B7B6676B4CA766BEEA59C5AC1E6F32E_inline(__this, L_2, NULL);
|
|
// delta = GetChildControl<DeltaControl>("delta");
|
|
DeltaControl_t63053AF5E0CD02B62F3CDE79821E4A12F72D573B* L_3;
|
|
L_3 = InputControl_GetChildControl_TisDeltaControl_t63053AF5E0CD02B62F3CDE79821E4A12F72D573B_m0FA5BE28A4F86FACEF1F48AF590E34A11B02654E(__this, _stringLiteralC92385CF8B4C7F761AD0681C15E22CC65128E70E, InputControl_GetChildControl_TisDeltaControl_t63053AF5E0CD02B62F3CDE79821E4A12F72D573B_m0FA5BE28A4F86FACEF1F48AF590E34A11B02654E_RuntimeMethod_var);
|
|
TouchControl_set_delta_mB7F970B93CC0BE555C0A4629489DFAB57D534541_inline(__this, L_3, NULL);
|
|
// pressure = GetChildControl<AxisControl>("pressure");
|
|
AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* L_4;
|
|
L_4 = InputControl_GetChildControl_TisAxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7_mE395247B4A734866EFF7A908510EEF5B2CFE3841(__this, _stringLiteral7882604CF792AAD4D965FCD7E31211D540BDBB9C, InputControl_GetChildControl_TisAxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7_mE395247B4A734866EFF7A908510EEF5B2CFE3841_RuntimeMethod_var);
|
|
TouchControl_set_pressure_mCE69ACE59C4C4DA91CAF53D4D15AF18635995B35_inline(__this, L_4, NULL);
|
|
// radius = GetChildControl<Vector2Control>("radius");
|
|
Vector2Control_t8D1B4021A1D82671AF916D3C0A476AA94E46A432* L_5;
|
|
L_5 = InputControl_GetChildControl_TisVector2Control_t8D1B4021A1D82671AF916D3C0A476AA94E46A432_m3957D0D8F6F298173F867E33A3E5ED0F9A591F85(__this, _stringLiteral8C9F18A4F030B96447955FBBA1A99FFC43B5D8E0, InputControl_GetChildControl_TisVector2Control_t8D1B4021A1D82671AF916D3C0A476AA94E46A432_m3957D0D8F6F298173F867E33A3E5ED0F9A591F85_RuntimeMethod_var);
|
|
TouchControl_set_radius_mEBCE66C95D761D48705D49DB0AD1FF2B84E953A1_inline(__this, L_5, NULL);
|
|
// phase = GetChildControl<TouchPhaseControl>("phase");
|
|
TouchPhaseControl_t4652C6E0EBFAFA85A31607769876B02C1C9FCAEC* L_6;
|
|
L_6 = InputControl_GetChildControl_TisTouchPhaseControl_t4652C6E0EBFAFA85A31607769876B02C1C9FCAEC_m1BC930F9BFFCF3327B8F1C410EBD8742B6DC7E41(__this, _stringLiteral396055C473BBFEAB74E98B255446DB024FCBF4CE, InputControl_GetChildControl_TisTouchPhaseControl_t4652C6E0EBFAFA85A31607769876B02C1C9FCAEC_m1BC930F9BFFCF3327B8F1C410EBD8742B6DC7E41_RuntimeMethod_var);
|
|
TouchControl_set_phase_m2C1DF80E1D3F08A1669AB392CFA8767C58704B15_inline(__this, L_6, NULL);
|
|
// indirectTouch = GetChildControl<ButtonControl>("indirectTouch");
|
|
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_7;
|
|
L_7 = InputControl_GetChildControl_TisButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF_m37B3269440E54D5C867480E334993426D47F9044(__this, _stringLiteral20CF6945E827E04A87516400A34C8AB27A5B9CEE, InputControl_GetChildControl_TisButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF_m37B3269440E54D5C867480E334993426D47F9044_RuntimeMethod_var);
|
|
TouchControl_set_indirectTouch_m31B4FC1CAC95B83361F16A1618EFAD7626E03603_inline(__this, L_7, NULL);
|
|
// tap = GetChildControl<ButtonControl>("tap");
|
|
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_8;
|
|
L_8 = InputControl_GetChildControl_TisButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF_m37B3269440E54D5C867480E334993426D47F9044(__this, _stringLiteralDFC8A5C3AC9E75D9C702664348B1F790FCFCB561, InputControl_GetChildControl_TisButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF_m37B3269440E54D5C867480E334993426D47F9044_RuntimeMethod_var);
|
|
TouchControl_set_tap_mA78E4789E418A40C5B0F5A6B5A296382506DCA9C_inline(__this, L_8, NULL);
|
|
// tapCount = GetChildControl<IntegerControl>("tapCount");
|
|
IntegerControl_tA24544EFF42204852F638FF5147F754962C997AB* L_9;
|
|
L_9 = InputControl_GetChildControl_TisIntegerControl_tA24544EFF42204852F638FF5147F754962C997AB_m87D5D6574BD57F88D41DDE18D17933360E255297(__this, _stringLiteralE405B10B27F3652D719FA853EF1C46717CEE64C5, InputControl_GetChildControl_TisIntegerControl_tA24544EFF42204852F638FF5147F754962C997AB_m87D5D6574BD57F88D41DDE18D17933360E255297_RuntimeMethod_var);
|
|
TouchControl_set_tapCount_mF2D0B14A18FA26370F834796164678077A4D0357_inline(__this, L_9, NULL);
|
|
// startTime = GetChildControl<DoubleControl>("startTime");
|
|
DoubleControl_t3707A6260424A2F3636669A2BAFF5CB5E91D2486* L_10;
|
|
L_10 = InputControl_GetChildControl_TisDoubleControl_t3707A6260424A2F3636669A2BAFF5CB5E91D2486_m64AC966145D619BB3E5B44E73DAFDBA98D0CB591(__this, _stringLiteral0291659353D7703E088B9DCAA8272442CAC27034, InputControl_GetChildControl_TisDoubleControl_t3707A6260424A2F3636669A2BAFF5CB5E91D2486_m64AC966145D619BB3E5B44E73DAFDBA98D0CB591_RuntimeMethod_var);
|
|
TouchControl_set_startTime_m3AFEFF9640DFA22A85C4D4C75FAAD462733271E1_inline(__this, L_10, NULL);
|
|
// startPosition = GetChildControl<Vector2Control>("startPosition");
|
|
Vector2Control_t8D1B4021A1D82671AF916D3C0A476AA94E46A432* L_11;
|
|
L_11 = InputControl_GetChildControl_TisVector2Control_t8D1B4021A1D82671AF916D3C0A476AA94E46A432_m3957D0D8F6F298173F867E33A3E5ED0F9A591F85(__this, _stringLiteralE61817B0D19F1C8D40E50CD975A28C9C910F5EAB, InputControl_GetChildControl_TisVector2Control_t8D1B4021A1D82671AF916D3C0A476AA94E46A432_m3957D0D8F6F298173F867E33A3E5ED0F9A591F85_RuntimeMethod_var);
|
|
TouchControl_set_startPosition_m3C4F834E13C3D551917A89725BDE8801F37707F0_inline(__this, L_11, NULL);
|
|
// base.FinishSetup();
|
|
InputControl_FinishSetup_m46B682B124C6E127183D19E1BA86E966472C7C15(__this, NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// UnityEngine.InputSystem.LowLevel.TouchState UnityEngine.InputSystem.Controls.TouchControl::ReadUnprocessedValueFromState(System.Void*)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TouchState_tB05024FB4BCE85BAB82D2224AD4BF1E8B4589A97 TouchControl_ReadUnprocessedValueFromState_m586EE43A09475F6948D3FA60BE6FEA789D268337 (TouchControl_t3A64A795FF61A8B27E5EBD61632F23AFCC725079* __this, void* ___0_statePtr, const RuntimeMethod* method)
|
|
{
|
|
TouchState_tB05024FB4BCE85BAB82D2224AD4BF1E8B4589A97* V_0 = NULL;
|
|
{
|
|
// var valuePtr = (TouchState*)((byte*)statePtr + (int)m_StateBlock.byteOffset);
|
|
void* L_0 = ___0_statePtr;
|
|
InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5* L_1 = (&((InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E*)__this)->___m_StateBlock_0);
|
|
uint32_t L_2;
|
|
L_2 = InputStateBlock_get_byteOffset_m6EADE5C9C8B346D38E543E38777ED67ED2AEA0AC_inline(L_1, NULL);
|
|
V_0 = (TouchState_tB05024FB4BCE85BAB82D2224AD4BF1E8B4589A97*)((void*)il2cpp_codegen_add((intptr_t)L_0, (int32_t)L_2));
|
|
// return *valuePtr;
|
|
TouchState_tB05024FB4BCE85BAB82D2224AD4BF1E8B4589A97* L_3 = V_0;
|
|
TouchState_tB05024FB4BCE85BAB82D2224AD4BF1E8B4589A97 L_4 = (*(TouchState_tB05024FB4BCE85BAB82D2224AD4BF1E8B4589A97*)L_3);
|
|
return L_4;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.InputSystem.Controls.TouchControl::WriteValueIntoState(UnityEngine.InputSystem.LowLevel.TouchState,System.Void*)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TouchControl_WriteValueIntoState_m0042F0D8FA0D1FB43CA18F3C0AA0ACA0B7B9DDC2 (TouchControl_t3A64A795FF61A8B27E5EBD61632F23AFCC725079* __this, TouchState_tB05024FB4BCE85BAB82D2224AD4BF1E8B4589A97 ___0_value, void* ___1_statePtr, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UnsafeUtility_SizeOf_TisTouchState_tB05024FB4BCE85BAB82D2224AD4BF1E8B4589A97_mFE961AB914D8126DC425FAFC788195746A8CBA59_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
TouchState_tB05024FB4BCE85BAB82D2224AD4BF1E8B4589A97* V_0 = NULL;
|
|
{
|
|
// var valuePtr = (TouchState*)((byte*)statePtr + (int)m_StateBlock.byteOffset);
|
|
void* L_0 = ___1_statePtr;
|
|
InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5* L_1 = (&((InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E*)__this)->___m_StateBlock_0);
|
|
uint32_t L_2;
|
|
L_2 = InputStateBlock_get_byteOffset_m6EADE5C9C8B346D38E543E38777ED67ED2AEA0AC_inline(L_1, NULL);
|
|
V_0 = (TouchState_tB05024FB4BCE85BAB82D2224AD4BF1E8B4589A97*)((void*)il2cpp_codegen_add((intptr_t)L_0, (int32_t)L_2));
|
|
// UnsafeUtility.MemCpy(valuePtr, UnsafeUtility.AddressOf(ref value), UnsafeUtility.SizeOf<TouchState>());
|
|
TouchState_tB05024FB4BCE85BAB82D2224AD4BF1E8B4589A97* L_3 = V_0;
|
|
void* L_4;
|
|
L_4 = il2cpp_codegen_unsafe_cast((&___0_value));
|
|
int32_t L_5;
|
|
L_5 = UnsafeUtility_SizeOf_TisTouchState_tB05024FB4BCE85BAB82D2224AD4BF1E8B4589A97_mFE961AB914D8126DC425FAFC788195746A8CBA59(UnsafeUtility_SizeOf_TisTouchState_tB05024FB4BCE85BAB82D2224AD4BF1E8B4589A97_mFE961AB914D8126DC425FAFC788195746A8CBA59_RuntimeMethod_var);
|
|
UnsafeUtility_MemCpy_m5CEA91ACDADC522E584AE3A2AB2B0B74393A9177((void*)L_3, L_4, ((int64_t)L_5), 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.Controls.TouchPhaseControl::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TouchPhaseControl__ctor_m76D52D2CDBC41512C35BC70649F0B91ADDAE4D59 (TouchPhaseControl_t4652C6E0EBFAFA85A31607769876B02C1C9FCAEC* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputControl_1__ctor_m2C7F28EFDBF7FF584C162ABF432F50CC42834B95_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// public TouchPhaseControl()
|
|
InputControl_1__ctor_m2C7F28EFDBF7FF584C162ABF432F50CC42834B95(__this, InputControl_1__ctor_m2C7F28EFDBF7FF584C162ABF432F50CC42834B95_RuntimeMethod_var);
|
|
// m_StateBlock.format = InputStateBlock.FormatInt;
|
|
InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5* L_0 = (&((InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E*)__this)->___m_StateBlock_0);
|
|
il2cpp_codegen_runtime_class_init_inline(InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5_il2cpp_TypeInfo_var);
|
|
FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_1 = ((InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5_StaticFields*)il2cpp_codegen_static_fields_for(InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5_il2cpp_TypeInfo_var))->___FormatInt_6;
|
|
InputStateBlock_set_format_mC6AA651913216B6B3CEF1031BC8778182009F73A_inline(L_0, L_1, NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// UnityEngine.InputSystem.TouchPhase UnityEngine.InputSystem.Controls.TouchPhaseControl::ReadUnprocessedValueFromState(System.Void*)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TouchPhaseControl_ReadUnprocessedValueFromState_mEC35965EF401E57021992FB5B2BB5963252B9176 (TouchPhaseControl_t4652C6E0EBFAFA85A31607769876B02C1C9FCAEC* __this, void* ___0_statePtr, const RuntimeMethod* method)
|
|
{
|
|
InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
// var intValue = stateBlock.ReadInt(statePtr);
|
|
InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5 L_0;
|
|
L_0 = InputControl_get_stateBlock_mCAE31879EDC6621B35B368B4916219D30EAA0B0B_inline(__this, NULL);
|
|
V_0 = L_0;
|
|
void* L_1 = ___0_statePtr;
|
|
int32_t L_2;
|
|
L_2 = InputStateBlock_ReadInt_mD3B6B5B084CDE93F49702CCF4AC3428CD5DC984C((&V_0), L_1, NULL);
|
|
// return (TouchPhase)intValue;
|
|
return (int32_t)(L_2);
|
|
}
|
|
}
|
|
// System.Void UnityEngine.InputSystem.Controls.TouchPhaseControl::WriteValueIntoState(UnityEngine.InputSystem.TouchPhase,System.Void*)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TouchPhaseControl_WriteValueIntoState_mBE59FAE3BCBDA9C678A90F3734DAF855639F9752 (TouchPhaseControl_t4652C6E0EBFAFA85A31607769876B02C1C9FCAEC* __this, int32_t ___0_value, void* ___1_statePtr, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// var valuePtr = (byte*)statePtr + (int)m_StateBlock.byteOffset;
|
|
void* L_0 = ___1_statePtr;
|
|
InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5* L_1 = (&((InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E*)__this)->___m_StateBlock_0);
|
|
uint32_t L_2;
|
|
L_2 = InputStateBlock_get_byteOffset_m6EADE5C9C8B346D38E543E38777ED67ED2AEA0AC_inline(L_1, NULL);
|
|
// *(TouchPhase*)valuePtr = value;
|
|
int32_t L_3 = ___0_value;
|
|
*((int32_t*)((void*)il2cpp_codegen_add((intptr_t)L_0, (int32_t)L_2))) = (int32_t)L_3;
|
|
// }
|
|
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.Controls.TouchPressControl::FinishSetup()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TouchPressControl_FinishSetup_mE86DEAED846C1E746F07CA8D451A28CAA5502DC1 (TouchPressControl_tD5BD68D9FDEAC889591DD7A499864893A43C7CEB* __this, const RuntimeMethod* method)
|
|
{
|
|
InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
// base.FinishSetup();
|
|
AxisControl_FinishSetup_m4C493C95FB35F09A4301EC90AB447496BE97215F(__this, NULL);
|
|
// if (!stateBlock.format.IsIntegerFormat())
|
|
InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5 L_0;
|
|
L_0 = InputControl_get_stateBlock_mCAE31879EDC6621B35B368B4916219D30EAA0B0B_inline(__this, NULL);
|
|
V_0 = L_0;
|
|
FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_1;
|
|
L_1 = InputStateBlock_get_format_mA393354EDC4A58DDCBE0990902A49E0A22F15F86_inline((&V_0), NULL);
|
|
bool L_2;
|
|
L_2 = InputState_IsIntegerFormat_m0B007B7B09D87CDE8C81506C135A96B1F1E1A8B1(L_1, NULL);
|
|
if (L_2)
|
|
{
|
|
goto IL_003f;
|
|
}
|
|
}
|
|
{
|
|
// throw new NotSupportedException(
|
|
// $"Non-integer format '{stateBlock.format}' is not supported for TouchButtonControl '{this}'");
|
|
InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5 L_3;
|
|
L_3 = InputControl_get_stateBlock_mCAE31879EDC6621B35B368B4916219D30EAA0B0B_inline(__this, NULL);
|
|
V_0 = L_3;
|
|
FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_4;
|
|
L_4 = InputStateBlock_get_format_mA393354EDC4A58DDCBE0990902A49E0A22F15F86_inline((&V_0), NULL);
|
|
FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_5 = L_4;
|
|
RuntimeObject* L_6 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED_il2cpp_TypeInfo_var)), &L_5);
|
|
String_t* L_7;
|
|
L_7 = String_Format_mFB7DA489BD99F4670881FF50EC017BFB0A5C0987(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2B9260A0D0BC8E1B7544B1D72579656E0BF84211)), L_6, __this, NULL);
|
|
NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A* L_8 = (NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_8);
|
|
NotSupportedException__ctor_mE174750CF0247BBB47544FFD71D66BB89630945B(L_8, L_7, NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TouchPressControl_FinishSetup_mE86DEAED846C1E746F07CA8D451A28CAA5502DC1_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_003f:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Single UnityEngine.InputSystem.Controls.TouchPressControl::ReadUnprocessedValueFromState(System.Void*)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float TouchPressControl_ReadUnprocessedValueFromState_m162536515D067CC4FCFFE46CA51B1D13BF08B822 (TouchPressControl_tD5BD68D9FDEAC889591DD7A499864893A43C7CEB* __this, void* ___0_statePtr, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
float V_1 = 0.0f;
|
|
{
|
|
// var valuePtr = (byte*)statePtr + (int)m_StateBlock.byteOffset;
|
|
void* L_0 = ___0_statePtr;
|
|
InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5* L_1 = (&((InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E*)__this)->___m_StateBlock_0);
|
|
uint32_t L_2;
|
|
L_2 = InputStateBlock_get_byteOffset_m6EADE5C9C8B346D38E543E38777ED67ED2AEA0AC_inline(L_1, NULL);
|
|
// var uintValue = MemoryHelpers.ReadMultipleBitsAsUInt(valuePtr, m_StateBlock.bitOffset, m_StateBlock.sizeInBits);
|
|
InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5* L_3 = (&((InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E*)__this)->___m_StateBlock_0);
|
|
uint32_t L_4;
|
|
L_4 = InputStateBlock_get_bitOffset_m3165625FF638183247012307A8AC012AEA3D1143_inline(L_3, NULL);
|
|
InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5* L_5 = (&((InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E*)__this)->___m_StateBlock_0);
|
|
uint32_t L_6;
|
|
L_6 = InputStateBlock_get_sizeInBits_m38BFF704420E74EA4F7B85DC24DD3AAD810E8197_inline(L_5, NULL);
|
|
uint32_t L_7;
|
|
L_7 = MemoryHelpers_ReadMultipleBitsAsUInt_m637377E693449AE1C39D0107AD24057FC1ACA1E4(((void*)il2cpp_codegen_add((intptr_t)L_0, (int32_t)L_2)), L_4, L_6, NULL);
|
|
// var phaseValue = (TouchPhase)uintValue;
|
|
V_0 = L_7;
|
|
// var value = 0.0f;
|
|
V_1 = (0.0f);
|
|
// if (phaseValue == TouchPhase.Began || phaseValue == TouchPhase.Stationary ||
|
|
// phaseValue == TouchPhase.Moved)
|
|
int32_t L_8 = V_0;
|
|
if ((((int32_t)L_8) == ((int32_t)1)))
|
|
{
|
|
goto IL_003b;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_9 = V_0;
|
|
if ((((int32_t)L_9) == ((int32_t)5)))
|
|
{
|
|
goto IL_003b;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_10 = V_0;
|
|
if ((!(((uint32_t)L_10) == ((uint32_t)2))))
|
|
{
|
|
goto IL_0041;
|
|
}
|
|
}
|
|
|
|
IL_003b:
|
|
{
|
|
// value = 1;
|
|
V_1 = (1.0f);
|
|
}
|
|
|
|
IL_0041:
|
|
{
|
|
// return Preprocess(value);
|
|
float L_11 = V_1;
|
|
float L_12;
|
|
L_12 = AxisControl_Preprocess_m35BF332DE6724A350AD1DFE92FA0B8AC815AC3B1(__this, L_11, NULL);
|
|
return L_12;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.InputSystem.Controls.TouchPressControl::WriteValueIntoState(System.Single,System.Void*)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TouchPressControl_WriteValueIntoState_m32AF2C01D322BAF0A40785DC15ED6A8D8B5C88EC (TouchPressControl_tD5BD68D9FDEAC889591DD7A499864893A43C7CEB* __this, float ___0_value, void* ___1_statePtr, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// throw new NotSupportedException();
|
|
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*)&TouchPressControl_WriteValueIntoState_m32AF2C01D322BAF0A40785DC15ED6A8D8B5C88EC_RuntimeMethod_var)));
|
|
}
|
|
}
|
|
// System.Void UnityEngine.InputSystem.Controls.TouchPressControl::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TouchPressControl__ctor_m257FF1E4C03BD2CC927220808F404A23641027B2 (TouchPressControl_tD5BD68D9FDEAC889591DD7A499864893A43C7CEB* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
ButtonControl__ctor_mF6F46704B8CC76DA22F543EFF8D136676893ACEB(__this, NULL);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// UnityEngine.InputSystem.Controls.AxisControl UnityEngine.InputSystem.Controls.Vector2Control::get_x()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* Vector2Control_get_x_m46EF007B05D977A1DC2213099186F8977FEE0F16 (Vector2Control_t8D1B4021A1D82671AF916D3C0A476AA94E46A432* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public AxisControl x { get; set; }
|
|
AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* L_0 = __this->___U3CxU3Ek__BackingField_22;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.InputSystem.Controls.Vector2Control::set_x(UnityEngine.InputSystem.Controls.AxisControl)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Vector2Control_set_x_m99BE9EF688C3B153DA726627B3CBD724F8D20BE1 (Vector2Control_t8D1B4021A1D82671AF916D3C0A476AA94E46A432* __this, AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public AxisControl x { get; set; }
|
|
AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* L_0 = ___0_value;
|
|
__this->___U3CxU3Ek__BackingField_22 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CxU3Ek__BackingField_22), (void*)L_0);
|
|
return;
|
|
}
|
|
}
|
|
// UnityEngine.InputSystem.Controls.AxisControl UnityEngine.InputSystem.Controls.Vector2Control::get_y()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* Vector2Control_get_y_mC1161E90D2869FC71970828495EAEB702AF44CBE (Vector2Control_t8D1B4021A1D82671AF916D3C0A476AA94E46A432* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public AxisControl y { get; set; }
|
|
AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* L_0 = __this->___U3CyU3Ek__BackingField_23;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.InputSystem.Controls.Vector2Control::set_y(UnityEngine.InputSystem.Controls.AxisControl)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Vector2Control_set_y_m9023BACC80F2CF0AE28E2F5D0E9BBA54104E89F8 (Vector2Control_t8D1B4021A1D82671AF916D3C0A476AA94E46A432* __this, AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public AxisControl y { get; set; }
|
|
AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* L_0 = ___0_value;
|
|
__this->___U3CyU3Ek__BackingField_23 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CyU3Ek__BackingField_23), (void*)L_0);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.InputSystem.Controls.Vector2Control::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Vector2Control__ctor_m9F2990DA999344F23AA90F6EE77884A75D4F29F8 (Vector2Control_t8D1B4021A1D82671AF916D3C0A476AA94E46A432* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputControl_1__ctor_m34A68ED7F005D7C80341036FC27E6D1188419AAC_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// public Vector2Control()
|
|
InputControl_1__ctor_m34A68ED7F005D7C80341036FC27E6D1188419AAC(__this, InputControl_1__ctor_m34A68ED7F005D7C80341036FC27E6D1188419AAC_RuntimeMethod_var);
|
|
// m_StateBlock.format = InputStateBlock.FormatVector2;
|
|
InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5* L_0 = (&((InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E*)__this)->___m_StateBlock_0);
|
|
il2cpp_codegen_runtime_class_init_inline(InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5_il2cpp_TypeInfo_var);
|
|
FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_1 = ((InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5_StaticFields*)il2cpp_codegen_static_fields_for(InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5_il2cpp_TypeInfo_var))->___FormatVector2_26;
|
|
InputStateBlock_set_format_mC6AA651913216B6B3CEF1031BC8778182009F73A_inline(L_0, L_1, NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.InputSystem.Controls.Vector2Control::FinishSetup()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Vector2Control_FinishSetup_mB2F8C29AA8897111B2C9D3C01088D53AD2BF52F1 (Vector2Control_t8D1B4021A1D82671AF916D3C0A476AA94E46A432* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputControl_GetChildControl_TisAxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7_mE395247B4A734866EFF7A908510EEF5B2CFE3841_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral062DB096C728515E033CF8C48A1C1F0B9A79384B);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9384C6EF2DA5C0BD5274A0DACFF291D0ABBFD8B1);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// x = GetChildControl<AxisControl>("x");
|
|
AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* L_0;
|
|
L_0 = InputControl_GetChildControl_TisAxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7_mE395247B4A734866EFF7A908510EEF5B2CFE3841(__this, _stringLiteral062DB096C728515E033CF8C48A1C1F0B9A79384B, InputControl_GetChildControl_TisAxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7_mE395247B4A734866EFF7A908510EEF5B2CFE3841_RuntimeMethod_var);
|
|
Vector2Control_set_x_m99BE9EF688C3B153DA726627B3CBD724F8D20BE1_inline(__this, L_0, NULL);
|
|
// y = GetChildControl<AxisControl>("y");
|
|
AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* L_1;
|
|
L_1 = InputControl_GetChildControl_TisAxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7_mE395247B4A734866EFF7A908510EEF5B2CFE3841(__this, _stringLiteral9384C6EF2DA5C0BD5274A0DACFF291D0ABBFD8B1, InputControl_GetChildControl_TisAxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7_mE395247B4A734866EFF7A908510EEF5B2CFE3841_RuntimeMethod_var);
|
|
Vector2Control_set_y_m9023BACC80F2CF0AE28E2F5D0E9BBA54104E89F8_inline(__this, L_1, NULL);
|
|
// base.FinishSetup();
|
|
InputControl_FinishSetup_m46B682B124C6E127183D19E1BA86E966472C7C15(__this, NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// UnityEngine.Vector2 UnityEngine.InputSystem.Controls.Vector2Control::ReadUnprocessedValueFromState(System.Void*)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 Vector2Control_ReadUnprocessedValueFromState_mA4C295A9AA66949BF2DAF47C8C1D97978E382026 (Vector2Control_t8D1B4021A1D82671AF916D3C0A476AA94E46A432* __this, void* ___0_statePtr, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// return new Vector2(
|
|
// x.ReadUnprocessedValueFromState(statePtr),
|
|
// y.ReadUnprocessedValueFromState(statePtr));
|
|
AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* L_0;
|
|
L_0 = Vector2Control_get_x_m46EF007B05D977A1DC2213099186F8977FEE0F16_inline(__this, NULL);
|
|
void* L_1 = ___0_statePtr;
|
|
NullCheck(L_0);
|
|
float L_2;
|
|
L_2 = VirtualFuncInvoker1< float, void* >::Invoke(16 /* TValue UnityEngine.InputSystem.InputControl`1<System.Single>::ReadUnprocessedValueFromState(System.Void*) */, L_0, L_1);
|
|
AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* L_3;
|
|
L_3 = Vector2Control_get_y_mC1161E90D2869FC71970828495EAEB702AF44CBE_inline(__this, NULL);
|
|
void* L_4 = ___0_statePtr;
|
|
NullCheck(L_3);
|
|
float L_5;
|
|
L_5 = VirtualFuncInvoker1< float, void* >::Invoke(16 /* TValue UnityEngine.InputSystem.InputControl`1<System.Single>::ReadUnprocessedValueFromState(System.Void*) */, L_3, L_4);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_6;
|
|
memset((&L_6), 0, sizeof(L_6));
|
|
Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline((&L_6), L_2, L_5, /*hidden argument*/NULL);
|
|
return L_6;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.InputSystem.Controls.Vector2Control::WriteValueIntoState(UnityEngine.Vector2,System.Void*)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Vector2Control_WriteValueIntoState_m9B525FF08725B6F8C745B341D59F8E947E40526B (Vector2Control_t8D1B4021A1D82671AF916D3C0A476AA94E46A432* __this, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___0_value, void* ___1_statePtr, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// x.WriteValueIntoState(value.x, statePtr);
|
|
AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* L_0;
|
|
L_0 = Vector2Control_get_x_m46EF007B05D977A1DC2213099186F8977FEE0F16_inline(__this, NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_1 = ___0_value;
|
|
float L_2 = L_1.___x_0;
|
|
void* L_3 = ___1_statePtr;
|
|
NullCheck(L_0);
|
|
VirtualActionInvoker2< float, void* >::Invoke(17 /* System.Void UnityEngine.InputSystem.InputControl`1<System.Single>::WriteValueIntoState(TValue,System.Void*) */, L_0, L_2, L_3);
|
|
// y.WriteValueIntoState(value.y, statePtr);
|
|
AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* L_4;
|
|
L_4 = Vector2Control_get_y_mC1161E90D2869FC71970828495EAEB702AF44CBE_inline(__this, NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_5 = ___0_value;
|
|
float L_6 = L_5.___y_1;
|
|
void* L_7 = ___1_statePtr;
|
|
NullCheck(L_4);
|
|
VirtualActionInvoker2< float, void* >::Invoke(17 /* System.Void UnityEngine.InputSystem.InputControl`1<System.Single>::WriteValueIntoState(TValue,System.Void*) */, L_4, L_6, L_7);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Single UnityEngine.InputSystem.Controls.Vector2Control::EvaluateMagnitude(System.Void*)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Vector2Control_EvaluateMagnitude_m24E5D9D40D892C998423336FBF1AA4854C6F7F41 (Vector2Control_t8D1B4021A1D82671AF916D3C0A476AA94E46A432* __this, void* ___0_statePtr, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputControl_1_ReadValueFromState_m90076063D4500290705DBD1D85DA8743D4652C37_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
// return ReadValueFromState(statePtr).magnitude;
|
|
void* L_0 = ___0_statePtr;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_1;
|
|
L_1 = InputControl_1_ReadValueFromState_m90076063D4500290705DBD1D85DA8743D4652C37(__this, L_0, InputControl_1_ReadValueFromState_m90076063D4500290705DBD1D85DA8743D4652C37_RuntimeMethod_var);
|
|
V_0 = L_1;
|
|
float L_2;
|
|
L_2 = Vector2_get_magnitude_m5C59B4056420AEFDB291AD0914A3F675330A75CE_inline((&V_0), 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
|
|
// UnityEngine.InputSystem.Controls.AxisControl UnityEngine.InputSystem.Controls.Vector3Control::get_x()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* Vector3Control_get_x_m128FBA1E59192C2BCCF6A3FCDCD17A44C4DF4F24 (Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public AxisControl x { get; set; }
|
|
AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* L_0 = __this->___U3CxU3Ek__BackingField_22;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.InputSystem.Controls.Vector3Control::set_x(UnityEngine.InputSystem.Controls.AxisControl)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Vector3Control_set_x_mD7AE56439D8298AD1289A974418A06CB88485A03 (Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* __this, AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public AxisControl x { get; set; }
|
|
AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* L_0 = ___0_value;
|
|
__this->___U3CxU3Ek__BackingField_22 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CxU3Ek__BackingField_22), (void*)L_0);
|
|
return;
|
|
}
|
|
}
|
|
// UnityEngine.InputSystem.Controls.AxisControl UnityEngine.InputSystem.Controls.Vector3Control::get_y()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* Vector3Control_get_y_mE363057B973B18E66C3715A537EFEED0107158BD (Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public AxisControl y { get; set; }
|
|
AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* L_0 = __this->___U3CyU3Ek__BackingField_23;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.InputSystem.Controls.Vector3Control::set_y(UnityEngine.InputSystem.Controls.AxisControl)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Vector3Control_set_y_m76BA1E318379E8A5CB898EAC417A1B9DA76B1051 (Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* __this, AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public AxisControl y { get; set; }
|
|
AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* L_0 = ___0_value;
|
|
__this->___U3CyU3Ek__BackingField_23 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CyU3Ek__BackingField_23), (void*)L_0);
|
|
return;
|
|
}
|
|
}
|
|
// UnityEngine.InputSystem.Controls.AxisControl UnityEngine.InputSystem.Controls.Vector3Control::get_z()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* Vector3Control_get_z_m0F438D0997F511F0230C119569957A149ABDDFDC (Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public AxisControl z { get; set; }
|
|
AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* L_0 = __this->___U3CzU3Ek__BackingField_24;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.InputSystem.Controls.Vector3Control::set_z(UnityEngine.InputSystem.Controls.AxisControl)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Vector3Control_set_z_m2C88E99EF9B1B1FF4AD91F3253525F134A39EF62 (Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* __this, AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public AxisControl z { get; set; }
|
|
AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* L_0 = ___0_value;
|
|
__this->___U3CzU3Ek__BackingField_24 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CzU3Ek__BackingField_24), (void*)L_0);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.InputSystem.Controls.Vector3Control::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Vector3Control__ctor_mBC73E9DC24B4A206D6CAC9298986F0223A6B1B93 (Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputControl_1__ctor_m81FA96B7C59516DFCDB1226FDAE6B1E4F872844A_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// public Vector3Control()
|
|
InputControl_1__ctor_m81FA96B7C59516DFCDB1226FDAE6B1E4F872844A(__this, InputControl_1__ctor_m81FA96B7C59516DFCDB1226FDAE6B1E4F872844A_RuntimeMethod_var);
|
|
// m_StateBlock.format = InputStateBlock.FormatVector3;
|
|
InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5* L_0 = (&((InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E*)__this)->___m_StateBlock_0);
|
|
il2cpp_codegen_runtime_class_init_inline(InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5_il2cpp_TypeInfo_var);
|
|
FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_1 = ((InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5_StaticFields*)il2cpp_codegen_static_fields_for(InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5_il2cpp_TypeInfo_var))->___FormatVector3_27;
|
|
InputStateBlock_set_format_mC6AA651913216B6B3CEF1031BC8778182009F73A_inline(L_0, L_1, NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.InputSystem.Controls.Vector3Control::FinishSetup()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Vector3Control_FinishSetup_mBC7681251090A0FE720F7246CA737505A36A92A9 (Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputControl_GetChildControl_TisAxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7_mE395247B4A734866EFF7A908510EEF5B2CFE3841_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral062DB096C728515E033CF8C48A1C1F0B9A79384B);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9384C6EF2DA5C0BD5274A0DACFF291D0ABBFD8B1);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9CE1604D659135925CCC4DD1F526AFFE42E689F1);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// x = GetChildControl<AxisControl>("x");
|
|
AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* L_0;
|
|
L_0 = InputControl_GetChildControl_TisAxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7_mE395247B4A734866EFF7A908510EEF5B2CFE3841(__this, _stringLiteral062DB096C728515E033CF8C48A1C1F0B9A79384B, InputControl_GetChildControl_TisAxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7_mE395247B4A734866EFF7A908510EEF5B2CFE3841_RuntimeMethod_var);
|
|
Vector3Control_set_x_mD7AE56439D8298AD1289A974418A06CB88485A03_inline(__this, L_0, NULL);
|
|
// y = GetChildControl<AxisControl>("y");
|
|
AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* L_1;
|
|
L_1 = InputControl_GetChildControl_TisAxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7_mE395247B4A734866EFF7A908510EEF5B2CFE3841(__this, _stringLiteral9384C6EF2DA5C0BD5274A0DACFF291D0ABBFD8B1, InputControl_GetChildControl_TisAxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7_mE395247B4A734866EFF7A908510EEF5B2CFE3841_RuntimeMethod_var);
|
|
Vector3Control_set_y_m76BA1E318379E8A5CB898EAC417A1B9DA76B1051_inline(__this, L_1, NULL);
|
|
// z = GetChildControl<AxisControl>("z");
|
|
AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* L_2;
|
|
L_2 = InputControl_GetChildControl_TisAxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7_mE395247B4A734866EFF7A908510EEF5B2CFE3841(__this, _stringLiteral9CE1604D659135925CCC4DD1F526AFFE42E689F1, InputControl_GetChildControl_TisAxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7_mE395247B4A734866EFF7A908510EEF5B2CFE3841_RuntimeMethod_var);
|
|
Vector3Control_set_z_m2C88E99EF9B1B1FF4AD91F3253525F134A39EF62_inline(__this, L_2, NULL);
|
|
// base.FinishSetup();
|
|
InputControl_FinishSetup_m46B682B124C6E127183D19E1BA86E966472C7C15(__this, NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// UnityEngine.Vector3 UnityEngine.InputSystem.Controls.Vector3Control::ReadUnprocessedValueFromState(System.Void*)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 Vector3Control_ReadUnprocessedValueFromState_m5D42999F643C44F0624B8D6D5419780C0660668F (Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* __this, void* ___0_statePtr, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// return new Vector3(
|
|
// x.ReadUnprocessedValueFromState(statePtr),
|
|
// y.ReadUnprocessedValueFromState(statePtr),
|
|
// z.ReadUnprocessedValueFromState(statePtr));
|
|
AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* L_0;
|
|
L_0 = Vector3Control_get_x_m128FBA1E59192C2BCCF6A3FCDCD17A44C4DF4F24_inline(__this, NULL);
|
|
void* L_1 = ___0_statePtr;
|
|
NullCheck(L_0);
|
|
float L_2;
|
|
L_2 = VirtualFuncInvoker1< float, void* >::Invoke(16 /* TValue UnityEngine.InputSystem.InputControl`1<System.Single>::ReadUnprocessedValueFromState(System.Void*) */, L_0, L_1);
|
|
AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* L_3;
|
|
L_3 = Vector3Control_get_y_mE363057B973B18E66C3715A537EFEED0107158BD_inline(__this, NULL);
|
|
void* L_4 = ___0_statePtr;
|
|
NullCheck(L_3);
|
|
float L_5;
|
|
L_5 = VirtualFuncInvoker1< float, void* >::Invoke(16 /* TValue UnityEngine.InputSystem.InputControl`1<System.Single>::ReadUnprocessedValueFromState(System.Void*) */, L_3, L_4);
|
|
AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* L_6;
|
|
L_6 = Vector3Control_get_z_m0F438D0997F511F0230C119569957A149ABDDFDC_inline(__this, NULL);
|
|
void* L_7 = ___0_statePtr;
|
|
NullCheck(L_6);
|
|
float L_8;
|
|
L_8 = VirtualFuncInvoker1< float, void* >::Invoke(16 /* TValue UnityEngine.InputSystem.InputControl`1<System.Single>::ReadUnprocessedValueFromState(System.Void*) */, L_6, L_7);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_9;
|
|
memset((&L_9), 0, sizeof(L_9));
|
|
Vector3__ctor_m376936E6B999EF1ECBE57D990A386303E2283DE0_inline((&L_9), L_2, L_5, L_8, /*hidden argument*/NULL);
|
|
return L_9;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.InputSystem.Controls.Vector3Control::WriteValueIntoState(UnityEngine.Vector3,System.Void*)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Vector3Control_WriteValueIntoState_mC05DA2661BAFB05DA9BEF20DFBF01BEB4AC20309 (Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* __this, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___0_value, void* ___1_statePtr, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// x.WriteValueIntoState(value.x, statePtr);
|
|
AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* L_0;
|
|
L_0 = Vector3Control_get_x_m128FBA1E59192C2BCCF6A3FCDCD17A44C4DF4F24_inline(__this, NULL);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_1 = ___0_value;
|
|
float L_2 = L_1.___x_2;
|
|
void* L_3 = ___1_statePtr;
|
|
NullCheck(L_0);
|
|
VirtualActionInvoker2< float, void* >::Invoke(17 /* System.Void UnityEngine.InputSystem.InputControl`1<System.Single>::WriteValueIntoState(TValue,System.Void*) */, L_0, L_2, L_3);
|
|
// y.WriteValueIntoState(value.y, statePtr);
|
|
AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* L_4;
|
|
L_4 = Vector3Control_get_y_mE363057B973B18E66C3715A537EFEED0107158BD_inline(__this, NULL);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_5 = ___0_value;
|
|
float L_6 = L_5.___y_3;
|
|
void* L_7 = ___1_statePtr;
|
|
NullCheck(L_4);
|
|
VirtualActionInvoker2< float, void* >::Invoke(17 /* System.Void UnityEngine.InputSystem.InputControl`1<System.Single>::WriteValueIntoState(TValue,System.Void*) */, L_4, L_6, L_7);
|
|
// z.WriteValueIntoState(value.z, statePtr);
|
|
AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* L_8;
|
|
L_8 = Vector3Control_get_z_m0F438D0997F511F0230C119569957A149ABDDFDC_inline(__this, NULL);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_9 = ___0_value;
|
|
float L_10 = L_9.___z_4;
|
|
void* L_11 = ___1_statePtr;
|
|
NullCheck(L_8);
|
|
VirtualActionInvoker2< float, void* >::Invoke(17 /* System.Void UnityEngine.InputSystem.InputControl`1<System.Single>::WriteValueIntoState(TValue,System.Void*) */, L_8, L_10, L_11);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Single UnityEngine.InputSystem.Controls.Vector3Control::EvaluateMagnitude(System.Void*)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Vector3Control_EvaluateMagnitude_mAF1AB55769D7DB5332E8E0A745D6AD638993B7B3 (Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* __this, void* ___0_statePtr, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputControl_1_ReadValueFromState_m53845DCF19FD970F61EA42AC0C7D75CB25210568_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
// return ReadValueFromState(statePtr).magnitude;
|
|
void* L_0 = ___0_statePtr;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_1;
|
|
L_1 = InputControl_1_ReadValueFromState_m53845DCF19FD970F61EA42AC0C7D75CB25210568(__this, L_0, InputControl_1_ReadValueFromState_m53845DCF19FD970F61EA42AC0C7D75CB25210568_RuntimeMethod_var);
|
|
V_0 = L_1;
|
|
float L_2;
|
|
L_2 = Vector3_get_magnitude_mF0D6017E90B345F1F52D1CC564C640F1A847AF2D_inline((&V_0), 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.Single UnityEngine.InputSystem.Interactions.HoldInteraction::get_durationOrDefault()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float HoldInteraction_get_durationOrDefault_m4312860095BCC9A94D330767AABA0BD923B4B65A (HoldInteraction_t636DDC457955E74454991E73F9B048F8B5B2BE4E* __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;
|
|
}
|
|
{
|
|
// private float durationOrDefault => duration > 0.0 ? duration : InputSystem.settings.defaultHoldTime;
|
|
float L_0 = __this->___duration_0;
|
|
if ((((double)((double)L_0)) > ((double)(0.0))))
|
|
{
|
|
goto IL_001d;
|
|
}
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var);
|
|
InputSettings_tBA8835B505722A59702A08BCBA46ECF0B0274EEF* L_1;
|
|
L_1 = InputSystem_get_settings_m8E3E9C0907904CBDBAE96354142AB0A87C7A3B74(NULL);
|
|
NullCheck(L_1);
|
|
float L_2;
|
|
L_2 = InputSettings_get_defaultHoldTime_m53F2079FAD3439512EEF73614AD57E557BAF86DF_inline(L_1, NULL);
|
|
return L_2;
|
|
}
|
|
|
|
IL_001d:
|
|
{
|
|
float L_3 = __this->___duration_0;
|
|
return L_3;
|
|
}
|
|
}
|
|
// System.Single UnityEngine.InputSystem.Interactions.HoldInteraction::get_pressPointOrDefault()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float HoldInteraction_get_pressPointOrDefault_m579B17668AC4FF74F3DF6152442272920A299FA6 (HoldInteraction_t636DDC457955E74454991E73F9B048F8B5B2BE4E* __this, 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;
|
|
}
|
|
{
|
|
// private float pressPointOrDefault => pressPoint > 0.0 ? pressPoint : ButtonControl.s_GlobalDefaultButtonPressPoint;
|
|
float L_0 = __this->___pressPoint_1;
|
|
if ((((double)((double)L_0)) > ((double)(0.0))))
|
|
{
|
|
goto IL_0018;
|
|
}
|
|
}
|
|
{
|
|
float L_1 = ((ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF_StaticFields*)il2cpp_codegen_static_fields_for(ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF_il2cpp_TypeInfo_var))->___s_GlobalDefaultButtonPressPoint_34;
|
|
return L_1;
|
|
}
|
|
|
|
IL_0018:
|
|
{
|
|
float L_2 = __this->___pressPoint_1;
|
|
return L_2;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.InputSystem.Interactions.HoldInteraction::Process(UnityEngine.InputSystem.InputInteractionContext&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HoldInteraction_Process_m391C885B092F485920177031362427262FDB0F71 (HoldInteraction_t636DDC457955E74454991E73F9B048F8B5B2BE4E* __this, InputInteractionContext_t4CDBDF3C6506B5C6C49523AA83127AB02599A92C* ___0_context, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
{
|
|
// if (context.timerHasExpired)
|
|
InputInteractionContext_t4CDBDF3C6506B5C6C49523AA83127AB02599A92C* L_0 = ___0_context;
|
|
bool L_1;
|
|
L_1 = InputInteractionContext_get_timerHasExpired_m866E38A3EC38A04E69996EC4C0FF5FABDEA26FE0(L_0, NULL);
|
|
if (!L_1)
|
|
{
|
|
goto IL_000f;
|
|
}
|
|
}
|
|
{
|
|
// context.PerformedAndStayPerformed();
|
|
InputInteractionContext_t4CDBDF3C6506B5C6C49523AA83127AB02599A92C* L_2 = ___0_context;
|
|
InputInteractionContext_PerformedAndStayPerformed_m7545677929A086CACA3F612C692B970224BBF2CD(L_2, NULL);
|
|
// return;
|
|
return;
|
|
}
|
|
|
|
IL_000f:
|
|
{
|
|
// switch (context.phase)
|
|
InputInteractionContext_t4CDBDF3C6506B5C6C49523AA83127AB02599A92C* L_3 = ___0_context;
|
|
int32_t L_4;
|
|
L_4 = InputInteractionContext_get_phase_m11DFE9C12EC7A62FCEF30E03A7B5DBAA33607A08(L_3, NULL);
|
|
V_0 = L_4;
|
|
int32_t L_5 = V_0;
|
|
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_5, 1)))
|
|
{
|
|
case 0:
|
|
{
|
|
goto IL_002b;
|
|
}
|
|
case 1:
|
|
{
|
|
goto IL_0058;
|
|
}
|
|
case 2:
|
|
{
|
|
goto IL_0088;
|
|
}
|
|
}
|
|
}
|
|
{
|
|
return;
|
|
}
|
|
|
|
IL_002b:
|
|
{
|
|
// if (context.ControlIsActuated(pressPointOrDefault))
|
|
InputInteractionContext_t4CDBDF3C6506B5C6C49523AA83127AB02599A92C* L_6 = ___0_context;
|
|
float L_7;
|
|
L_7 = HoldInteraction_get_pressPointOrDefault_m579B17668AC4FF74F3DF6152442272920A299FA6(__this, NULL);
|
|
bool L_8;
|
|
L_8 = InputInteractionContext_ControlIsActuated_m319B2679B6CBF67B7882FAA8D4065949FFB1AD2F(L_6, L_7, NULL);
|
|
if (!L_8)
|
|
{
|
|
goto IL_009c;
|
|
}
|
|
}
|
|
{
|
|
// m_TimePressed = context.time;
|
|
InputInteractionContext_t4CDBDF3C6506B5C6C49523AA83127AB02599A92C* L_9 = ___0_context;
|
|
double L_10;
|
|
L_10 = InputInteractionContext_get_time_m1B3EC88CAC7622001EE0EEDE14CB394764F6B8BA(L_9, NULL);
|
|
__this->___m_TimePressed_2 = L_10;
|
|
// context.Started();
|
|
InputInteractionContext_t4CDBDF3C6506B5C6C49523AA83127AB02599A92C* L_11 = ___0_context;
|
|
InputInteractionContext_Started_mCDFBA6E5D2482B6A5E4CEBE81438C3B9E956CBC5(L_11, NULL);
|
|
// context.SetTimeout(durationOrDefault);
|
|
InputInteractionContext_t4CDBDF3C6506B5C6C49523AA83127AB02599A92C* L_12 = ___0_context;
|
|
float L_13;
|
|
L_13 = HoldInteraction_get_durationOrDefault_m4312860095BCC9A94D330767AABA0BD923B4B65A(__this, NULL);
|
|
InputInteractionContext_SetTimeout_m960E99D5106217C36CC745C114FFA15349B32D18(L_12, L_13, NULL);
|
|
// break;
|
|
return;
|
|
}
|
|
|
|
IL_0058:
|
|
{
|
|
// if (context.time - m_TimePressed >= durationOrDefault)
|
|
InputInteractionContext_t4CDBDF3C6506B5C6C49523AA83127AB02599A92C* L_14 = ___0_context;
|
|
double L_15;
|
|
L_15 = InputInteractionContext_get_time_m1B3EC88CAC7622001EE0EEDE14CB394764F6B8BA(L_14, NULL);
|
|
double L_16 = __this->___m_TimePressed_2;
|
|
float L_17;
|
|
L_17 = HoldInteraction_get_durationOrDefault_m4312860095BCC9A94D330767AABA0BD923B4B65A(__this, NULL);
|
|
if ((!(((double)((double)il2cpp_codegen_subtract(L_15, L_16))) >= ((double)((double)L_17)))))
|
|
{
|
|
goto IL_0074;
|
|
}
|
|
}
|
|
{
|
|
// context.PerformedAndStayPerformed();
|
|
InputInteractionContext_t4CDBDF3C6506B5C6C49523AA83127AB02599A92C* L_18 = ___0_context;
|
|
InputInteractionContext_PerformedAndStayPerformed_m7545677929A086CACA3F612C692B970224BBF2CD(L_18, NULL);
|
|
}
|
|
|
|
IL_0074:
|
|
{
|
|
// if (!context.ControlIsActuated())
|
|
InputInteractionContext_t4CDBDF3C6506B5C6C49523AA83127AB02599A92C* L_19 = ___0_context;
|
|
bool L_20;
|
|
L_20 = InputInteractionContext_ControlIsActuated_m319B2679B6CBF67B7882FAA8D4065949FFB1AD2F(L_19, (0.0f), NULL);
|
|
if (L_20)
|
|
{
|
|
goto IL_009c;
|
|
}
|
|
}
|
|
{
|
|
// context.Canceled();
|
|
InputInteractionContext_t4CDBDF3C6506B5C6C49523AA83127AB02599A92C* L_21 = ___0_context;
|
|
InputInteractionContext_Canceled_mEABA0F3485F0537D2C8413FFDCE3BCA6E650AB41(L_21, NULL);
|
|
// break;
|
|
return;
|
|
}
|
|
|
|
IL_0088:
|
|
{
|
|
// if (!context.ControlIsActuated(pressPointOrDefault))
|
|
InputInteractionContext_t4CDBDF3C6506B5C6C49523AA83127AB02599A92C* L_22 = ___0_context;
|
|
float L_23;
|
|
L_23 = HoldInteraction_get_pressPointOrDefault_m579B17668AC4FF74F3DF6152442272920A299FA6(__this, NULL);
|
|
bool L_24;
|
|
L_24 = InputInteractionContext_ControlIsActuated_m319B2679B6CBF67B7882FAA8D4065949FFB1AD2F(L_22, L_23, NULL);
|
|
if (L_24)
|
|
{
|
|
goto IL_009c;
|
|
}
|
|
}
|
|
{
|
|
// context.Canceled();
|
|
InputInteractionContext_t4CDBDF3C6506B5C6C49523AA83127AB02599A92C* L_25 = ___0_context;
|
|
InputInteractionContext_Canceled_mEABA0F3485F0537D2C8413FFDCE3BCA6E650AB41(L_25, NULL);
|
|
}
|
|
|
|
IL_009c:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.InputSystem.Interactions.HoldInteraction::Reset()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HoldInteraction_Reset_mF660FE0F52E7885FDBC98D163A08764ACD61B904 (HoldInteraction_t636DDC457955E74454991E73F9B048F8B5B2BE4E* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// m_TimePressed = 0;
|
|
__this->___m_TimePressed_2 = (0.0);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.InputSystem.Interactions.HoldInteraction::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HoldInteraction__ctor_m5F4AC8BD5EE545CCA20E3E02C4017B2A5DE9E1AC (HoldInteraction_t636DDC457955E74454991E73F9B048F8B5B2BE4E* __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.Single UnityEngine.InputSystem.Interactions.MultiTapInteraction::get_tapTimeOrDefault()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float MultiTapInteraction_get_tapTimeOrDefault_mA91F071B6DFBB62DF04E212C220D0E130EC006D0 (MultiTapInteraction_tF6B6589FF082FC6A879BDA53FB3E86CFF95E8862* __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;
|
|
}
|
|
{
|
|
// private float tapTimeOrDefault => tapTime > 0.0 ? tapTime : InputSystem.settings.defaultTapTime;
|
|
float L_0 = __this->___tapTime_0;
|
|
if ((((double)((double)L_0)) > ((double)(0.0))))
|
|
{
|
|
goto IL_001d;
|
|
}
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var);
|
|
InputSettings_tBA8835B505722A59702A08BCBA46ECF0B0274EEF* L_1;
|
|
L_1 = InputSystem_get_settings_m8E3E9C0907904CBDBAE96354142AB0A87C7A3B74(NULL);
|
|
NullCheck(L_1);
|
|
float L_2;
|
|
L_2 = InputSettings_get_defaultTapTime_mC6FD6765646FF55571132E1D60D35B282D8806B7_inline(L_1, NULL);
|
|
return L_2;
|
|
}
|
|
|
|
IL_001d:
|
|
{
|
|
float L_3 = __this->___tapTime_0;
|
|
return L_3;
|
|
}
|
|
}
|
|
// System.Single UnityEngine.InputSystem.Interactions.MultiTapInteraction::get_tapDelayOrDefault()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float MultiTapInteraction_get_tapDelayOrDefault_m5560C3FE549F481A6C1EA22B504B6242180F6B5F (MultiTapInteraction_tF6B6589FF082FC6A879BDA53FB3E86CFF95E8862* __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;
|
|
}
|
|
{
|
|
// internal float tapDelayOrDefault => tapDelay > 0.0 ? tapDelay : InputSystem.settings.multiTapDelayTime;
|
|
float L_0 = __this->___tapDelay_1;
|
|
if ((((double)((double)L_0)) > ((double)(0.0))))
|
|
{
|
|
goto IL_001d;
|
|
}
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var);
|
|
InputSettings_tBA8835B505722A59702A08BCBA46ECF0B0274EEF* L_1;
|
|
L_1 = InputSystem_get_settings_m8E3E9C0907904CBDBAE96354142AB0A87C7A3B74(NULL);
|
|
NullCheck(L_1);
|
|
float L_2;
|
|
L_2 = InputSettings_get_multiTapDelayTime_mF820595F3F61089A8A7E9DC28721E8B9014B8ADA_inline(L_1, NULL);
|
|
return L_2;
|
|
}
|
|
|
|
IL_001d:
|
|
{
|
|
float L_3 = __this->___tapDelay_1;
|
|
return L_3;
|
|
}
|
|
}
|
|
// System.Single UnityEngine.InputSystem.Interactions.MultiTapInteraction::get_pressPointOrDefault()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float MultiTapInteraction_get_pressPointOrDefault_m46B0BB6B31C6D0BB5B2861E04943F612217B11D8 (MultiTapInteraction_tF6B6589FF082FC6A879BDA53FB3E86CFF95E8862* __this, 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;
|
|
}
|
|
{
|
|
// private float pressPointOrDefault => pressPoint > 0 ? pressPoint : ButtonControl.s_GlobalDefaultButtonPressPoint;
|
|
float L_0 = __this->___pressPoint_3;
|
|
if ((((float)L_0) > ((float)(0.0f))))
|
|
{
|
|
goto IL_0013;
|
|
}
|
|
}
|
|
{
|
|
float L_1 = ((ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF_StaticFields*)il2cpp_codegen_static_fields_for(ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF_il2cpp_TypeInfo_var))->___s_GlobalDefaultButtonPressPoint_34;
|
|
return L_1;
|
|
}
|
|
|
|
IL_0013:
|
|
{
|
|
float L_2 = __this->___pressPoint_3;
|
|
return L_2;
|
|
}
|
|
}
|
|
// System.Single UnityEngine.InputSystem.Interactions.MultiTapInteraction::get_releasePointOrDefault()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float MultiTapInteraction_get_releasePointOrDefault_m5EB456F45DDC70896F4D8B5F0A858FD9092E83D6 (MultiTapInteraction_tF6B6589FF082FC6A879BDA53FB3E86CFF95E8862* __this, 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;
|
|
}
|
|
{
|
|
// private float releasePointOrDefault => pressPointOrDefault * ButtonControl.s_GlobalDefaultButtonReleaseThreshold;
|
|
float L_0;
|
|
L_0 = MultiTapInteraction_get_pressPointOrDefault_m46B0BB6B31C6D0BB5B2861E04943F612217B11D8(__this, NULL);
|
|
float L_1 = ((ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF_StaticFields*)il2cpp_codegen_static_fields_for(ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF_il2cpp_TypeInfo_var))->___s_GlobalDefaultButtonReleaseThreshold_35;
|
|
return ((float)il2cpp_codegen_multiply(L_0, L_1));
|
|
}
|
|
}
|
|
// System.Void UnityEngine.InputSystem.Interactions.MultiTapInteraction::Process(UnityEngine.InputSystem.InputInteractionContext&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MultiTapInteraction_Process_m3ED51BC92D5043A3570F56E9BDD6106C2E491AEB (MultiTapInteraction_tF6B6589FF082FC6A879BDA53FB3E86CFF95E8862* __this, InputInteractionContext_t4CDBDF3C6506B5C6C49523AA83127AB02599A92C* ___0_context, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
float V_1 = 0.0f;
|
|
float V_2 = 0.0f;
|
|
{
|
|
// if (context.timerHasExpired)
|
|
InputInteractionContext_t4CDBDF3C6506B5C6C49523AA83127AB02599A92C* L_0 = ___0_context;
|
|
bool L_1;
|
|
L_1 = InputInteractionContext_get_timerHasExpired_m866E38A3EC38A04E69996EC4C0FF5FABDEA26FE0(L_0, NULL);
|
|
if (!L_1)
|
|
{
|
|
goto IL_000f;
|
|
}
|
|
}
|
|
{
|
|
// context.Canceled();
|
|
InputInteractionContext_t4CDBDF3C6506B5C6C49523AA83127AB02599A92C* L_2 = ___0_context;
|
|
InputInteractionContext_Canceled_mEABA0F3485F0537D2C8413FFDCE3BCA6E650AB41(L_2, NULL);
|
|
// return;
|
|
return;
|
|
}
|
|
|
|
IL_000f:
|
|
{
|
|
// switch (m_CurrentTapPhase)
|
|
int32_t L_3 = __this->___m_CurrentTapPhase_4;
|
|
V_0 = L_3;
|
|
int32_t L_4 = V_0;
|
|
switch (L_4)
|
|
{
|
|
case 0:
|
|
{
|
|
goto IL_0029;
|
|
}
|
|
case 1:
|
|
{
|
|
goto IL_0084;
|
|
}
|
|
case 2:
|
|
{
|
|
goto IL_00f5;
|
|
}
|
|
}
|
|
}
|
|
{
|
|
return;
|
|
}
|
|
|
|
IL_0029:
|
|
{
|
|
// if (context.ControlIsActuated(pressPointOrDefault))
|
|
InputInteractionContext_t4CDBDF3C6506B5C6C49523AA83127AB02599A92C* L_5 = ___0_context;
|
|
float L_6;
|
|
L_6 = MultiTapInteraction_get_pressPointOrDefault_m46B0BB6B31C6D0BB5B2861E04943F612217B11D8(__this, NULL);
|
|
bool L_7;
|
|
L_7 = InputInteractionContext_ControlIsActuated_m319B2679B6CBF67B7882FAA8D4065949FFB1AD2F(L_5, L_6, NULL);
|
|
if (!L_7)
|
|
{
|
|
goto IL_013f;
|
|
}
|
|
}
|
|
{
|
|
// m_CurrentTapPhase = TapPhase.WaitingForNextRelease;
|
|
__this->___m_CurrentTapPhase_4 = 1;
|
|
// m_CurrentTapStartTime = context.time;
|
|
InputInteractionContext_t4CDBDF3C6506B5C6C49523AA83127AB02599A92C* L_8 = ___0_context;
|
|
double L_9;
|
|
L_9 = InputInteractionContext_get_time_m1B3EC88CAC7622001EE0EEDE14CB394764F6B8BA(L_8, NULL);
|
|
__this->___m_CurrentTapStartTime_6 = L_9;
|
|
// context.Started();
|
|
InputInteractionContext_t4CDBDF3C6506B5C6C49523AA83127AB02599A92C* L_10 = ___0_context;
|
|
InputInteractionContext_Started_mCDFBA6E5D2482B6A5E4CEBE81438C3B9E956CBC5(L_10, NULL);
|
|
// var maxTapTime = tapTimeOrDefault;
|
|
float L_11;
|
|
L_11 = MultiTapInteraction_get_tapTimeOrDefault_mA91F071B6DFBB62DF04E212C220D0E130EC006D0(__this, NULL);
|
|
V_1 = L_11;
|
|
// var maxDelayInBetween = tapDelayOrDefault;
|
|
float L_12;
|
|
L_12 = MultiTapInteraction_get_tapDelayOrDefault_m5560C3FE549F481A6C1EA22B504B6242180F6B5F(__this, NULL);
|
|
V_2 = L_12;
|
|
// context.SetTimeout(maxTapTime);
|
|
InputInteractionContext_t4CDBDF3C6506B5C6C49523AA83127AB02599A92C* L_13 = ___0_context;
|
|
float L_14 = V_1;
|
|
InputInteractionContext_SetTimeout_m960E99D5106217C36CC745C114FFA15349B32D18(L_13, L_14, NULL);
|
|
// context.SetTotalTimeoutCompletionTime(maxTapTime * tapCount + (tapCount - 1) * maxDelayInBetween);
|
|
InputInteractionContext_t4CDBDF3C6506B5C6C49523AA83127AB02599A92C* L_15 = ___0_context;
|
|
float L_16 = V_1;
|
|
int32_t L_17 = __this->___tapCount_2;
|
|
int32_t L_18 = __this->___tapCount_2;
|
|
float L_19 = V_2;
|
|
InputInteractionContext_SetTotalTimeoutCompletionTime_mE7A7DDA131B139B3240FE17522504330188E3E2D(L_15, ((float)il2cpp_codegen_add(((float)il2cpp_codegen_multiply(L_16, ((float)L_17))), ((float)il2cpp_codegen_multiply(((float)((int32_t)il2cpp_codegen_subtract(L_18, 1))), L_19)))), NULL);
|
|
// break;
|
|
return;
|
|
}
|
|
|
|
IL_0084:
|
|
{
|
|
// if (!context.ControlIsActuated(releasePointOrDefault))
|
|
InputInteractionContext_t4CDBDF3C6506B5C6C49523AA83127AB02599A92C* L_20 = ___0_context;
|
|
float L_21;
|
|
L_21 = MultiTapInteraction_get_releasePointOrDefault_m5EB456F45DDC70896F4D8B5F0A858FD9092E83D6(__this, NULL);
|
|
bool L_22;
|
|
L_22 = InputInteractionContext_ControlIsActuated_m319B2679B6CBF67B7882FAA8D4065949FFB1AD2F(L_20, L_21, NULL);
|
|
if (L_22)
|
|
{
|
|
goto IL_013f;
|
|
}
|
|
}
|
|
{
|
|
// if (context.time - m_CurrentTapStartTime <= tapTimeOrDefault)
|
|
InputInteractionContext_t4CDBDF3C6506B5C6C49523AA83127AB02599A92C* L_23 = ___0_context;
|
|
double L_24;
|
|
L_24 = InputInteractionContext_get_time_m1B3EC88CAC7622001EE0EEDE14CB394764F6B8BA(L_23, NULL);
|
|
double L_25 = __this->___m_CurrentTapStartTime_6;
|
|
float L_26;
|
|
L_26 = MultiTapInteraction_get_tapTimeOrDefault_mA91F071B6DFBB62DF04E212C220D0E130EC006D0(__this, NULL);
|
|
if ((!(((double)((double)il2cpp_codegen_subtract(L_24, L_25))) <= ((double)((double)L_26)))))
|
|
{
|
|
goto IL_00ee;
|
|
}
|
|
}
|
|
{
|
|
// ++m_CurrentTapCount;
|
|
int32_t L_27 = __this->___m_CurrentTapCount_5;
|
|
__this->___m_CurrentTapCount_5 = ((int32_t)il2cpp_codegen_add(L_27, 1));
|
|
// if (m_CurrentTapCount >= tapCount)
|
|
int32_t L_28 = __this->___m_CurrentTapCount_5;
|
|
int32_t L_29 = __this->___tapCount_2;
|
|
if ((((int32_t)L_28) < ((int32_t)L_29)))
|
|
{
|
|
goto IL_00ce;
|
|
}
|
|
}
|
|
{
|
|
// context.Performed();
|
|
InputInteractionContext_t4CDBDF3C6506B5C6C49523AA83127AB02599A92C* L_30 = ___0_context;
|
|
InputInteractionContext_Performed_mE5EE5D192E483016DC3126ADFAC407112FE49466(L_30, NULL);
|
|
return;
|
|
}
|
|
|
|
IL_00ce:
|
|
{
|
|
// m_CurrentTapPhase = TapPhase.WaitingForNextPress;
|
|
__this->___m_CurrentTapPhase_4 = 2;
|
|
// m_LastTapReleaseTime = context.time;
|
|
InputInteractionContext_t4CDBDF3C6506B5C6C49523AA83127AB02599A92C* L_31 = ___0_context;
|
|
double L_32;
|
|
L_32 = InputInteractionContext_get_time_m1B3EC88CAC7622001EE0EEDE14CB394764F6B8BA(L_31, NULL);
|
|
__this->___m_LastTapReleaseTime_7 = L_32;
|
|
// context.SetTimeout(tapDelayOrDefault);
|
|
InputInteractionContext_t4CDBDF3C6506B5C6C49523AA83127AB02599A92C* L_33 = ___0_context;
|
|
float L_34;
|
|
L_34 = MultiTapInteraction_get_tapDelayOrDefault_m5560C3FE549F481A6C1EA22B504B6242180F6B5F(__this, NULL);
|
|
InputInteractionContext_SetTimeout_m960E99D5106217C36CC745C114FFA15349B32D18(L_33, L_34, NULL);
|
|
return;
|
|
}
|
|
|
|
IL_00ee:
|
|
{
|
|
// context.Canceled();
|
|
InputInteractionContext_t4CDBDF3C6506B5C6C49523AA83127AB02599A92C* L_35 = ___0_context;
|
|
InputInteractionContext_Canceled_mEABA0F3485F0537D2C8413FFDCE3BCA6E650AB41(L_35, NULL);
|
|
// break;
|
|
return;
|
|
}
|
|
|
|
IL_00f5:
|
|
{
|
|
// if (context.ControlIsActuated(pressPointOrDefault))
|
|
InputInteractionContext_t4CDBDF3C6506B5C6C49523AA83127AB02599A92C* L_36 = ___0_context;
|
|
float L_37;
|
|
L_37 = MultiTapInteraction_get_pressPointOrDefault_m46B0BB6B31C6D0BB5B2861E04943F612217B11D8(__this, NULL);
|
|
bool L_38;
|
|
L_38 = InputInteractionContext_ControlIsActuated_m319B2679B6CBF67B7882FAA8D4065949FFB1AD2F(L_36, L_37, NULL);
|
|
if (!L_38)
|
|
{
|
|
goto IL_013f;
|
|
}
|
|
}
|
|
{
|
|
// if (context.time - m_LastTapReleaseTime <= tapDelayOrDefault)
|
|
InputInteractionContext_t4CDBDF3C6506B5C6C49523AA83127AB02599A92C* L_39 = ___0_context;
|
|
double L_40;
|
|
L_40 = InputInteractionContext_get_time_m1B3EC88CAC7622001EE0EEDE14CB394764F6B8BA(L_39, NULL);
|
|
double L_41 = __this->___m_LastTapReleaseTime_7;
|
|
float L_42;
|
|
L_42 = MultiTapInteraction_get_tapDelayOrDefault_m5560C3FE549F481A6C1EA22B504B6242180F6B5F(__this, NULL);
|
|
if ((!(((double)((double)il2cpp_codegen_subtract(L_40, L_41))) <= ((double)((double)L_42)))))
|
|
{
|
|
goto IL_0139;
|
|
}
|
|
}
|
|
{
|
|
// m_CurrentTapPhase = TapPhase.WaitingForNextRelease;
|
|
__this->___m_CurrentTapPhase_4 = 1;
|
|
// m_CurrentTapStartTime = context.time;
|
|
InputInteractionContext_t4CDBDF3C6506B5C6C49523AA83127AB02599A92C* L_43 = ___0_context;
|
|
double L_44;
|
|
L_44 = InputInteractionContext_get_time_m1B3EC88CAC7622001EE0EEDE14CB394764F6B8BA(L_43, NULL);
|
|
__this->___m_CurrentTapStartTime_6 = L_44;
|
|
// context.SetTimeout(tapTimeOrDefault);
|
|
InputInteractionContext_t4CDBDF3C6506B5C6C49523AA83127AB02599A92C* L_45 = ___0_context;
|
|
float L_46;
|
|
L_46 = MultiTapInteraction_get_tapTimeOrDefault_mA91F071B6DFBB62DF04E212C220D0E130EC006D0(__this, NULL);
|
|
InputInteractionContext_SetTimeout_m960E99D5106217C36CC745C114FFA15349B32D18(L_45, L_46, NULL);
|
|
return;
|
|
}
|
|
|
|
IL_0139:
|
|
{
|
|
// context.Canceled();
|
|
InputInteractionContext_t4CDBDF3C6506B5C6C49523AA83127AB02599A92C* L_47 = ___0_context;
|
|
InputInteractionContext_Canceled_mEABA0F3485F0537D2C8413FFDCE3BCA6E650AB41(L_47, NULL);
|
|
}
|
|
|
|
IL_013f:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.InputSystem.Interactions.MultiTapInteraction::Reset()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MultiTapInteraction_Reset_m427453A1490560A4D67D1EC9FAC4A1BD79FAADBC (MultiTapInteraction_tF6B6589FF082FC6A879BDA53FB3E86CFF95E8862* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// m_CurrentTapPhase = TapPhase.None;
|
|
__this->___m_CurrentTapPhase_4 = 0;
|
|
// m_CurrentTapCount = 0;
|
|
__this->___m_CurrentTapCount_5 = 0;
|
|
// m_CurrentTapStartTime = 0;
|
|
__this->___m_CurrentTapStartTime_6 = (0.0);
|
|
// m_LastTapReleaseTime = 0;
|
|
__this->___m_LastTapReleaseTime_7 = (0.0);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.InputSystem.Interactions.MultiTapInteraction::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MultiTapInteraction__ctor_m272745130F965CC5B632ACBB6C909F5A6E88CB27 (MultiTapInteraction_tF6B6589FF082FC6A879BDA53FB3E86CFF95E8862* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public int tapCount = 2;
|
|
__this->___tapCount_2 = 2;
|
|
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.Single UnityEngine.InputSystem.Interactions.PressInteraction::get_pressPointOrDefault()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float PressInteraction_get_pressPointOrDefault_mA50E2FD64E2E4C56666F90FED027D8AD034B6FB2 (PressInteraction_tE406520D829C4937F95489EFE3F022194A42A8B5* __this, 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;
|
|
}
|
|
{
|
|
// private float pressPointOrDefault => pressPoint > 0 ? pressPoint : ButtonControl.s_GlobalDefaultButtonPressPoint;
|
|
float L_0 = __this->___pressPoint_0;
|
|
if ((((float)L_0) > ((float)(0.0f))))
|
|
{
|
|
goto IL_0013;
|
|
}
|
|
}
|
|
{
|
|
float L_1 = ((ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF_StaticFields*)il2cpp_codegen_static_fields_for(ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF_il2cpp_TypeInfo_var))->___s_GlobalDefaultButtonPressPoint_34;
|
|
return L_1;
|
|
}
|
|
|
|
IL_0013:
|
|
{
|
|
float L_2 = __this->___pressPoint_0;
|
|
return L_2;
|
|
}
|
|
}
|
|
// System.Single UnityEngine.InputSystem.Interactions.PressInteraction::get_releasePointOrDefault()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float PressInteraction_get_releasePointOrDefault_m64866453F48F82A6DD0DE00CD53AEA3BB99AB8D3 (PressInteraction_tE406520D829C4937F95489EFE3F022194A42A8B5* __this, 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;
|
|
}
|
|
{
|
|
// private float releasePointOrDefault => pressPointOrDefault * ButtonControl.s_GlobalDefaultButtonReleaseThreshold;
|
|
float L_0;
|
|
L_0 = PressInteraction_get_pressPointOrDefault_mA50E2FD64E2E4C56666F90FED027D8AD034B6FB2(__this, NULL);
|
|
float L_1 = ((ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF_StaticFields*)il2cpp_codegen_static_fields_for(ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF_il2cpp_TypeInfo_var))->___s_GlobalDefaultButtonReleaseThreshold_35;
|
|
return ((float)il2cpp_codegen_multiply(L_0, L_1));
|
|
}
|
|
}
|
|
// System.Void UnityEngine.InputSystem.Interactions.PressInteraction::Process(UnityEngine.InputSystem.InputInteractionContext&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PressInteraction_Process_mAB7260F1EBF28222EA78F7DD18EFA37A7C6D4CA3 (PressInteraction_tE406520D829C4937F95489EFE3F022194A42A8B5* __this, InputInteractionContext_t4CDBDF3C6506B5C6C49523AA83127AB02599A92C* ___0_context, const RuntimeMethod* method)
|
|
{
|
|
float V_0 = 0.0f;
|
|
int32_t V_1 = 0;
|
|
bool V_2 = false;
|
|
bool V_3 = false;
|
|
{
|
|
// var actuation = context.ComputeMagnitude();
|
|
InputInteractionContext_t4CDBDF3C6506B5C6C49523AA83127AB02599A92C* L_0 = ___0_context;
|
|
float L_1;
|
|
L_1 = InputInteractionContext_ComputeMagnitude_mAE8CCDCF368532333B17840B1C9D60BC54625E53(L_0, NULL);
|
|
V_0 = L_1;
|
|
// switch (behavior)
|
|
int32_t L_2 = __this->___behavior_1;
|
|
V_1 = L_2;
|
|
int32_t L_3 = V_1;
|
|
switch (L_3)
|
|
{
|
|
case 0:
|
|
{
|
|
goto IL_0021;
|
|
}
|
|
case 1:
|
|
{
|
|
goto IL_00a7;
|
|
}
|
|
case 2:
|
|
{
|
|
goto IL_0120;
|
|
}
|
|
}
|
|
}
|
|
{
|
|
return;
|
|
}
|
|
|
|
IL_0021:
|
|
{
|
|
// if (m_WaitingForRelease)
|
|
bool L_4 = __this->___m_WaitingForRelease_2;
|
|
if (!L_4)
|
|
{
|
|
goto IL_0057;
|
|
}
|
|
}
|
|
{
|
|
// if (actuation <= releasePointOrDefault)
|
|
float L_5 = V_0;
|
|
float L_6;
|
|
L_6 = PressInteraction_get_releasePointOrDefault_m64866453F48F82A6DD0DE00CD53AEA3BB99AB8D3(__this, NULL);
|
|
if ((!(((float)L_5) <= ((float)L_6))))
|
|
{
|
|
goto IL_0197;
|
|
}
|
|
}
|
|
{
|
|
// m_WaitingForRelease = false;
|
|
__this->___m_WaitingForRelease_2 = (bool)0;
|
|
// if (Mathf.Approximately(0f, actuation))
|
|
float L_7 = V_0;
|
|
bool L_8;
|
|
L_8 = Mathf_Approximately_m1DADD012A8FC82E11FB282501AE2EBBF9A77150B_inline((0.0f), L_7, NULL);
|
|
if (!L_8)
|
|
{
|
|
goto IL_0050;
|
|
}
|
|
}
|
|
{
|
|
// context.Canceled();
|
|
InputInteractionContext_t4CDBDF3C6506B5C6C49523AA83127AB02599A92C* L_9 = ___0_context;
|
|
InputInteractionContext_Canceled_mEABA0F3485F0537D2C8413FFDCE3BCA6E650AB41(L_9, NULL);
|
|
return;
|
|
}
|
|
|
|
IL_0050:
|
|
{
|
|
// context.Started();
|
|
InputInteractionContext_t4CDBDF3C6506B5C6C49523AA83127AB02599A92C* L_10 = ___0_context;
|
|
InputInteractionContext_Started_mCDFBA6E5D2482B6A5E4CEBE81438C3B9E956CBC5(L_10, NULL);
|
|
return;
|
|
}
|
|
|
|
IL_0057:
|
|
{
|
|
// else if (actuation >= pressPointOrDefault)
|
|
float L_11 = V_0;
|
|
float L_12;
|
|
L_12 = PressInteraction_get_pressPointOrDefault_mA50E2FD64E2E4C56666F90FED027D8AD034B6FB2(__this, NULL);
|
|
if ((!(((float)L_11) >= ((float)L_12))))
|
|
{
|
|
goto IL_006e;
|
|
}
|
|
}
|
|
{
|
|
// m_WaitingForRelease = true;
|
|
__this->___m_WaitingForRelease_2 = (bool)1;
|
|
// context.PerformedAndStayPerformed();
|
|
InputInteractionContext_t4CDBDF3C6506B5C6C49523AA83127AB02599A92C* L_13 = ___0_context;
|
|
InputInteractionContext_PerformedAndStayPerformed_m7545677929A086CACA3F612C692B970224BBF2CD(L_13, NULL);
|
|
return;
|
|
}
|
|
|
|
IL_006e:
|
|
{
|
|
// else if (actuation > 0 && !context.isStarted)
|
|
float L_14 = V_0;
|
|
if ((!(((float)L_14) > ((float)(0.0f)))))
|
|
{
|
|
goto IL_0085;
|
|
}
|
|
}
|
|
{
|
|
InputInteractionContext_t4CDBDF3C6506B5C6C49523AA83127AB02599A92C* L_15 = ___0_context;
|
|
bool L_16;
|
|
L_16 = InputInteractionContext_get_isStarted_m6E8CE6624C670B4BE6E689393A34FDC5D77960CD(L_15, NULL);
|
|
if (L_16)
|
|
{
|
|
goto IL_0085;
|
|
}
|
|
}
|
|
{
|
|
// context.Started();
|
|
InputInteractionContext_t4CDBDF3C6506B5C6C49523AA83127AB02599A92C* L_17 = ___0_context;
|
|
InputInteractionContext_Started_mCDFBA6E5D2482B6A5E4CEBE81438C3B9E956CBC5(L_17, NULL);
|
|
return;
|
|
}
|
|
|
|
IL_0085:
|
|
{
|
|
// else if (Mathf.Approximately(0f, actuation) && context.isStarted)
|
|
float L_18 = V_0;
|
|
bool L_19;
|
|
L_19 = Mathf_Approximately_m1DADD012A8FC82E11FB282501AE2EBBF9A77150B_inline((0.0f), L_18, NULL);
|
|
if (!L_19)
|
|
{
|
|
goto IL_0197;
|
|
}
|
|
}
|
|
{
|
|
InputInteractionContext_t4CDBDF3C6506B5C6C49523AA83127AB02599A92C* L_20 = ___0_context;
|
|
bool L_21;
|
|
L_21 = InputInteractionContext_get_isStarted_m6E8CE6624C670B4BE6E689393A34FDC5D77960CD(L_20, NULL);
|
|
if (!L_21)
|
|
{
|
|
goto IL_0197;
|
|
}
|
|
}
|
|
{
|
|
// context.Canceled();
|
|
InputInteractionContext_t4CDBDF3C6506B5C6C49523AA83127AB02599A92C* L_22 = ___0_context;
|
|
InputInteractionContext_Canceled_mEABA0F3485F0537D2C8413FFDCE3BCA6E650AB41(L_22, NULL);
|
|
// break;
|
|
return;
|
|
}
|
|
|
|
IL_00a7:
|
|
{
|
|
// if (m_WaitingForRelease)
|
|
bool L_23 = __this->___m_WaitingForRelease_2;
|
|
if (!L_23)
|
|
{
|
|
goto IL_00cf;
|
|
}
|
|
}
|
|
{
|
|
// if (actuation <= releasePointOrDefault)
|
|
float L_24 = V_0;
|
|
float L_25;
|
|
L_25 = PressInteraction_get_releasePointOrDefault_m64866453F48F82A6DD0DE00CD53AEA3BB99AB8D3(__this, NULL);
|
|
if ((!(((float)L_24) <= ((float)L_25))))
|
|
{
|
|
goto IL_0197;
|
|
}
|
|
}
|
|
{
|
|
// m_WaitingForRelease = false;
|
|
__this->___m_WaitingForRelease_2 = (bool)0;
|
|
// context.Performed();
|
|
InputInteractionContext_t4CDBDF3C6506B5C6C49523AA83127AB02599A92C* L_26 = ___0_context;
|
|
InputInteractionContext_Performed_mE5EE5D192E483016DC3126ADFAC407112FE49466(L_26, NULL);
|
|
// context.Canceled();
|
|
InputInteractionContext_t4CDBDF3C6506B5C6C49523AA83127AB02599A92C* L_27 = ___0_context;
|
|
InputInteractionContext_Canceled_mEABA0F3485F0537D2C8413FFDCE3BCA6E650AB41(L_27, NULL);
|
|
return;
|
|
}
|
|
|
|
IL_00cf:
|
|
{
|
|
// else if (actuation >= pressPointOrDefault)
|
|
float L_28 = V_0;
|
|
float L_29;
|
|
L_29 = PressInteraction_get_pressPointOrDefault_mA50E2FD64E2E4C56666F90FED027D8AD034B6FB2(__this, NULL);
|
|
if ((!(((float)L_28) >= ((float)L_29))))
|
|
{
|
|
goto IL_00f1;
|
|
}
|
|
}
|
|
{
|
|
// m_WaitingForRelease = true;
|
|
__this->___m_WaitingForRelease_2 = (bool)1;
|
|
// if (!context.isStarted)
|
|
InputInteractionContext_t4CDBDF3C6506B5C6C49523AA83127AB02599A92C* L_30 = ___0_context;
|
|
bool L_31;
|
|
L_31 = InputInteractionContext_get_isStarted_m6E8CE6624C670B4BE6E689393A34FDC5D77960CD(L_30, NULL);
|
|
if (L_31)
|
|
{
|
|
goto IL_0197;
|
|
}
|
|
}
|
|
{
|
|
// context.Started();
|
|
InputInteractionContext_t4CDBDF3C6506B5C6C49523AA83127AB02599A92C* L_32 = ___0_context;
|
|
InputInteractionContext_Started_mCDFBA6E5D2482B6A5E4CEBE81438C3B9E956CBC5(L_32, NULL);
|
|
return;
|
|
}
|
|
|
|
IL_00f1:
|
|
{
|
|
// var started = context.isStarted;
|
|
InputInteractionContext_t4CDBDF3C6506B5C6C49523AA83127AB02599A92C* L_33 = ___0_context;
|
|
bool L_34;
|
|
L_34 = InputInteractionContext_get_isStarted_m6E8CE6624C670B4BE6E689393A34FDC5D77960CD(L_33, NULL);
|
|
V_2 = L_34;
|
|
// if (actuation > 0 && !started)
|
|
float L_35 = V_0;
|
|
if ((!(((float)L_35) > ((float)(0.0f)))))
|
|
{
|
|
goto IL_010a;
|
|
}
|
|
}
|
|
{
|
|
bool L_36 = V_2;
|
|
if (L_36)
|
|
{
|
|
goto IL_010a;
|
|
}
|
|
}
|
|
{
|
|
// context.Started();
|
|
InputInteractionContext_t4CDBDF3C6506B5C6C49523AA83127AB02599A92C* L_37 = ___0_context;
|
|
InputInteractionContext_Started_mCDFBA6E5D2482B6A5E4CEBE81438C3B9E956CBC5(L_37, NULL);
|
|
return;
|
|
}
|
|
|
|
IL_010a:
|
|
{
|
|
// else if (Mathf.Approximately(0, actuation) && started)
|
|
float L_38 = V_0;
|
|
bool L_39;
|
|
L_39 = Mathf_Approximately_m1DADD012A8FC82E11FB282501AE2EBBF9A77150B_inline((0.0f), L_38, NULL);
|
|
bool L_40 = V_2;
|
|
if (!((int32_t)((int32_t)L_39&(int32_t)L_40)))
|
|
{
|
|
goto IL_0197;
|
|
}
|
|
}
|
|
{
|
|
// context.Canceled();
|
|
InputInteractionContext_t4CDBDF3C6506B5C6C49523AA83127AB02599A92C* L_41 = ___0_context;
|
|
InputInteractionContext_Canceled_mEABA0F3485F0537D2C8413FFDCE3BCA6E650AB41(L_41, NULL);
|
|
// break;
|
|
return;
|
|
}
|
|
|
|
IL_0120:
|
|
{
|
|
// if (m_WaitingForRelease)
|
|
bool L_42 = __this->___m_WaitingForRelease_2;
|
|
if (!L_42)
|
|
{
|
|
goto IL_0152;
|
|
}
|
|
}
|
|
{
|
|
// if (actuation <= releasePointOrDefault)
|
|
float L_43 = V_0;
|
|
float L_44;
|
|
L_44 = PressInteraction_get_releasePointOrDefault_m64866453F48F82A6DD0DE00CD53AEA3BB99AB8D3(__this, NULL);
|
|
if ((!(((float)L_43) <= ((float)L_44))))
|
|
{
|
|
goto IL_0197;
|
|
}
|
|
}
|
|
{
|
|
// m_WaitingForRelease = false;
|
|
__this->___m_WaitingForRelease_2 = (bool)0;
|
|
// context.Performed();
|
|
InputInteractionContext_t4CDBDF3C6506B5C6C49523AA83127AB02599A92C* L_45 = ___0_context;
|
|
InputInteractionContext_Performed_mE5EE5D192E483016DC3126ADFAC407112FE49466(L_45, NULL);
|
|
// if (Mathf.Approximately(0, actuation))
|
|
float L_46 = V_0;
|
|
bool L_47;
|
|
L_47 = Mathf_Approximately_m1DADD012A8FC82E11FB282501AE2EBBF9A77150B_inline((0.0f), L_46, NULL);
|
|
if (!L_47)
|
|
{
|
|
goto IL_0197;
|
|
}
|
|
}
|
|
{
|
|
// context.Canceled();
|
|
InputInteractionContext_t4CDBDF3C6506B5C6C49523AA83127AB02599A92C* L_48 = ___0_context;
|
|
InputInteractionContext_Canceled_mEABA0F3485F0537D2C8413FFDCE3BCA6E650AB41(L_48, NULL);
|
|
return;
|
|
}
|
|
|
|
IL_0152:
|
|
{
|
|
// else if (actuation >= pressPointOrDefault)
|
|
float L_49 = V_0;
|
|
float L_50;
|
|
L_50 = PressInteraction_get_pressPointOrDefault_mA50E2FD64E2E4C56666F90FED027D8AD034B6FB2(__this, NULL);
|
|
if ((!(((float)L_49) >= ((float)L_50))))
|
|
{
|
|
goto IL_0169;
|
|
}
|
|
}
|
|
{
|
|
// m_WaitingForRelease = true;
|
|
__this->___m_WaitingForRelease_2 = (bool)1;
|
|
// context.PerformedAndStayPerformed();
|
|
InputInteractionContext_t4CDBDF3C6506B5C6C49523AA83127AB02599A92C* L_51 = ___0_context;
|
|
InputInteractionContext_PerformedAndStayPerformed_m7545677929A086CACA3F612C692B970224BBF2CD(L_51, NULL);
|
|
return;
|
|
}
|
|
|
|
IL_0169:
|
|
{
|
|
// var started = context.isStarted;
|
|
InputInteractionContext_t4CDBDF3C6506B5C6C49523AA83127AB02599A92C* L_52 = ___0_context;
|
|
bool L_53;
|
|
L_53 = InputInteractionContext_get_isStarted_m6E8CE6624C670B4BE6E689393A34FDC5D77960CD(L_52, NULL);
|
|
V_3 = L_53;
|
|
// if (actuation > 0 && !started)
|
|
float L_54 = V_0;
|
|
if ((!(((float)L_54) > ((float)(0.0f)))))
|
|
{
|
|
goto IL_0182;
|
|
}
|
|
}
|
|
{
|
|
bool L_55 = V_3;
|
|
if (L_55)
|
|
{
|
|
goto IL_0182;
|
|
}
|
|
}
|
|
{
|
|
// context.Started();
|
|
InputInteractionContext_t4CDBDF3C6506B5C6C49523AA83127AB02599A92C* L_56 = ___0_context;
|
|
InputInteractionContext_Started_mCDFBA6E5D2482B6A5E4CEBE81438C3B9E956CBC5(L_56, NULL);
|
|
return;
|
|
}
|
|
|
|
IL_0182:
|
|
{
|
|
// else if (Mathf.Approximately(0, actuation) && started)
|
|
float L_57 = V_0;
|
|
bool L_58;
|
|
L_58 = Mathf_Approximately_m1DADD012A8FC82E11FB282501AE2EBBF9A77150B_inline((0.0f), L_57, NULL);
|
|
bool L_59 = V_3;
|
|
if (!((int32_t)((int32_t)L_58&(int32_t)L_59)))
|
|
{
|
|
goto IL_0197;
|
|
}
|
|
}
|
|
{
|
|
// context.Canceled();
|
|
InputInteractionContext_t4CDBDF3C6506B5C6C49523AA83127AB02599A92C* L_60 = ___0_context;
|
|
InputInteractionContext_Canceled_mEABA0F3485F0537D2C8413FFDCE3BCA6E650AB41(L_60, NULL);
|
|
}
|
|
|
|
IL_0197:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.InputSystem.Interactions.PressInteraction::Reset()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PressInteraction_Reset_m0D456DEBA6902B39902E9106A9EB65A591994A1F (PressInteraction_tE406520D829C4937F95489EFE3F022194A42A8B5* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// m_WaitingForRelease = false;
|
|
__this->___m_WaitingForRelease_2 = (bool)0;
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.InputSystem.Interactions.PressInteraction::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PressInteraction__ctor_m4D2726D362441C96E6882527566AD42AA3271956 (PressInteraction_tE406520D829C4937F95489EFE3F022194A42A8B5* __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.Single UnityEngine.InputSystem.Interactions.SlowTapInteraction::get_durationOrDefault()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float SlowTapInteraction_get_durationOrDefault_m2BB37CE15C1CFE4E50BE8C6E133E6379C11C4235 (SlowTapInteraction_tE95CFAB3A4071F717629527AF2DE74D32F1E9D9C* __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;
|
|
}
|
|
{
|
|
// private float durationOrDefault => duration > 0.0f ? duration : InputSystem.settings.defaultSlowTapTime;
|
|
float L_0 = __this->___duration_0;
|
|
if ((((float)L_0) > ((float)(0.0f))))
|
|
{
|
|
goto IL_0018;
|
|
}
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var);
|
|
InputSettings_tBA8835B505722A59702A08BCBA46ECF0B0274EEF* L_1;
|
|
L_1 = InputSystem_get_settings_m8E3E9C0907904CBDBAE96354142AB0A87C7A3B74(NULL);
|
|
NullCheck(L_1);
|
|
float L_2;
|
|
L_2 = InputSettings_get_defaultSlowTapTime_m88791AEF81A2C44CF1E9D2ED7278792CEA3EE525_inline(L_1, NULL);
|
|
return L_2;
|
|
}
|
|
|
|
IL_0018:
|
|
{
|
|
float L_3 = __this->___duration_0;
|
|
return L_3;
|
|
}
|
|
}
|
|
// System.Single UnityEngine.InputSystem.Interactions.SlowTapInteraction::get_pressPointOrDefault()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float SlowTapInteraction_get_pressPointOrDefault_mD17D14622503ADD725E233E1CFE07D0D3F74D3C7 (SlowTapInteraction_tE95CFAB3A4071F717629527AF2DE74D32F1E9D9C* __this, 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;
|
|
}
|
|
{
|
|
// private float pressPointOrDefault => pressPoint > 0 ? pressPoint : ButtonControl.s_GlobalDefaultButtonPressPoint;
|
|
float L_0 = __this->___pressPoint_1;
|
|
if ((((float)L_0) > ((float)(0.0f))))
|
|
{
|
|
goto IL_0013;
|
|
}
|
|
}
|
|
{
|
|
float L_1 = ((ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF_StaticFields*)il2cpp_codegen_static_fields_for(ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF_il2cpp_TypeInfo_var))->___s_GlobalDefaultButtonPressPoint_34;
|
|
return L_1;
|
|
}
|
|
|
|
IL_0013:
|
|
{
|
|
float L_2 = __this->___pressPoint_1;
|
|
return L_2;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.InputSystem.Interactions.SlowTapInteraction::Process(UnityEngine.InputSystem.InputInteractionContext&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SlowTapInteraction_Process_m29B278C7CD75A896DC112E0AA724E3E2B073CE86 (SlowTapInteraction_tE95CFAB3A4071F717629527AF2DE74D32F1E9D9C* __this, InputInteractionContext_t4CDBDF3C6506B5C6C49523AA83127AB02599A92C* ___0_context, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// if (context.isWaiting && context.ControlIsActuated(pressPointOrDefault))
|
|
InputInteractionContext_t4CDBDF3C6506B5C6C49523AA83127AB02599A92C* L_0 = ___0_context;
|
|
bool L_1;
|
|
L_1 = InputInteractionContext_get_isWaiting_m812578DFA05C2BAF69F1EEBD7C79E17DC0A534A2(L_0, NULL);
|
|
if (!L_1)
|
|
{
|
|
goto IL_0029;
|
|
}
|
|
}
|
|
{
|
|
InputInteractionContext_t4CDBDF3C6506B5C6C49523AA83127AB02599A92C* L_2 = ___0_context;
|
|
float L_3;
|
|
L_3 = SlowTapInteraction_get_pressPointOrDefault_mD17D14622503ADD725E233E1CFE07D0D3F74D3C7(__this, NULL);
|
|
bool L_4;
|
|
L_4 = InputInteractionContext_ControlIsActuated_m319B2679B6CBF67B7882FAA8D4065949FFB1AD2F(L_2, L_3, NULL);
|
|
if (!L_4)
|
|
{
|
|
goto IL_0029;
|
|
}
|
|
}
|
|
{
|
|
// m_SlowTapStartTime = context.time;
|
|
InputInteractionContext_t4CDBDF3C6506B5C6C49523AA83127AB02599A92C* L_5 = ___0_context;
|
|
double L_6;
|
|
L_6 = InputInteractionContext_get_time_m1B3EC88CAC7622001EE0EEDE14CB394764F6B8BA(L_5, NULL);
|
|
__this->___m_SlowTapStartTime_2 = L_6;
|
|
// context.Started();
|
|
InputInteractionContext_t4CDBDF3C6506B5C6C49523AA83127AB02599A92C* L_7 = ___0_context;
|
|
InputInteractionContext_Started_mCDFBA6E5D2482B6A5E4CEBE81438C3B9E956CBC5(L_7, NULL);
|
|
// return;
|
|
return;
|
|
}
|
|
|
|
IL_0029:
|
|
{
|
|
// if (context.isStarted && !context.ControlIsActuated(pressPointOrDefault))
|
|
InputInteractionContext_t4CDBDF3C6506B5C6C49523AA83127AB02599A92C* L_8 = ___0_context;
|
|
bool L_9;
|
|
L_9 = InputInteractionContext_get_isStarted_m6E8CE6624C670B4BE6E689393A34FDC5D77960CD(L_8, NULL);
|
|
if (!L_9)
|
|
{
|
|
goto IL_0062;
|
|
}
|
|
}
|
|
{
|
|
InputInteractionContext_t4CDBDF3C6506B5C6C49523AA83127AB02599A92C* L_10 = ___0_context;
|
|
float L_11;
|
|
L_11 = SlowTapInteraction_get_pressPointOrDefault_mD17D14622503ADD725E233E1CFE07D0D3F74D3C7(__this, NULL);
|
|
bool L_12;
|
|
L_12 = InputInteractionContext_ControlIsActuated_m319B2679B6CBF67B7882FAA8D4065949FFB1AD2F(L_10, L_11, NULL);
|
|
if (L_12)
|
|
{
|
|
goto IL_0062;
|
|
}
|
|
}
|
|
{
|
|
// if (context.time - m_SlowTapStartTime >= durationOrDefault)
|
|
InputInteractionContext_t4CDBDF3C6506B5C6C49523AA83127AB02599A92C* L_13 = ___0_context;
|
|
double L_14;
|
|
L_14 = InputInteractionContext_get_time_m1B3EC88CAC7622001EE0EEDE14CB394764F6B8BA(L_13, NULL);
|
|
double L_15 = __this->___m_SlowTapStartTime_2;
|
|
float L_16;
|
|
L_16 = SlowTapInteraction_get_durationOrDefault_m2BB37CE15C1CFE4E50BE8C6E133E6379C11C4235(__this, NULL);
|
|
if ((!(((double)((double)il2cpp_codegen_subtract(L_14, L_15))) >= ((double)((double)L_16)))))
|
|
{
|
|
goto IL_005c;
|
|
}
|
|
}
|
|
{
|
|
// context.Performed();
|
|
InputInteractionContext_t4CDBDF3C6506B5C6C49523AA83127AB02599A92C* L_17 = ___0_context;
|
|
InputInteractionContext_Performed_mE5EE5D192E483016DC3126ADFAC407112FE49466(L_17, NULL);
|
|
return;
|
|
}
|
|
|
|
IL_005c:
|
|
{
|
|
// context.Canceled();
|
|
InputInteractionContext_t4CDBDF3C6506B5C6C49523AA83127AB02599A92C* L_18 = ___0_context;
|
|
InputInteractionContext_Canceled_mEABA0F3485F0537D2C8413FFDCE3BCA6E650AB41(L_18, NULL);
|
|
}
|
|
|
|
IL_0062:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.InputSystem.Interactions.SlowTapInteraction::Reset()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SlowTapInteraction_Reset_m0B999768726D872088311D7C496CC08ACD0CDB24 (SlowTapInteraction_tE95CFAB3A4071F717629527AF2DE74D32F1E9D9C* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// m_SlowTapStartTime = 0.0;
|
|
__this->___m_SlowTapStartTime_2 = (0.0);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.InputSystem.Interactions.SlowTapInteraction::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SlowTapInteraction__ctor_m5F2FF290AD432D73191D449C0A1B14E7D8D4723F (SlowTapInteraction_tE95CFAB3A4071F717629527AF2DE74D32F1E9D9C* __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.Single UnityEngine.InputSystem.Interactions.TapInteraction::get_durationOrDefault()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float TapInteraction_get_durationOrDefault_mD3859870381594717CA9D8B1445C1CE065673A83 (TapInteraction_tC08EF9F66AE82FA0F245CBD2838C526535019EBF* __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;
|
|
}
|
|
{
|
|
// private float durationOrDefault => duration > 0.0 ? duration : InputSystem.settings.defaultTapTime;
|
|
float L_0 = __this->___duration_0;
|
|
if ((((double)((double)L_0)) > ((double)(0.0))))
|
|
{
|
|
goto IL_001d;
|
|
}
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var);
|
|
InputSettings_tBA8835B505722A59702A08BCBA46ECF0B0274EEF* L_1;
|
|
L_1 = InputSystem_get_settings_m8E3E9C0907904CBDBAE96354142AB0A87C7A3B74(NULL);
|
|
NullCheck(L_1);
|
|
float L_2;
|
|
L_2 = InputSettings_get_defaultTapTime_mC6FD6765646FF55571132E1D60D35B282D8806B7_inline(L_1, NULL);
|
|
return L_2;
|
|
}
|
|
|
|
IL_001d:
|
|
{
|
|
float L_3 = __this->___duration_0;
|
|
return L_3;
|
|
}
|
|
}
|
|
// System.Single UnityEngine.InputSystem.Interactions.TapInteraction::get_pressPointOrDefault()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float TapInteraction_get_pressPointOrDefault_mA3B5971DF4015422E1745E7EC2DB5BD25BC09641 (TapInteraction_tC08EF9F66AE82FA0F245CBD2838C526535019EBF* __this, 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;
|
|
}
|
|
{
|
|
// private float pressPointOrDefault => pressPoint > 0 ? pressPoint : ButtonControl.s_GlobalDefaultButtonPressPoint;
|
|
float L_0 = __this->___pressPoint_1;
|
|
if ((((float)L_0) > ((float)(0.0f))))
|
|
{
|
|
goto IL_0013;
|
|
}
|
|
}
|
|
{
|
|
float L_1 = ((ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF_StaticFields*)il2cpp_codegen_static_fields_for(ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF_il2cpp_TypeInfo_var))->___s_GlobalDefaultButtonPressPoint_34;
|
|
return L_1;
|
|
}
|
|
|
|
IL_0013:
|
|
{
|
|
float L_2 = __this->___pressPoint_1;
|
|
return L_2;
|
|
}
|
|
}
|
|
// System.Single UnityEngine.InputSystem.Interactions.TapInteraction::get_releasePointOrDefault()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float TapInteraction_get_releasePointOrDefault_m81EE19799CE45412F08649ACE963D644C210E543 (TapInteraction_tC08EF9F66AE82FA0F245CBD2838C526535019EBF* __this, 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;
|
|
}
|
|
{
|
|
// private float releasePointOrDefault => pressPointOrDefault * ButtonControl.s_GlobalDefaultButtonReleaseThreshold;
|
|
float L_0;
|
|
L_0 = TapInteraction_get_pressPointOrDefault_mA3B5971DF4015422E1745E7EC2DB5BD25BC09641(__this, NULL);
|
|
float L_1 = ((ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF_StaticFields*)il2cpp_codegen_static_fields_for(ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF_il2cpp_TypeInfo_var))->___s_GlobalDefaultButtonReleaseThreshold_35;
|
|
return ((float)il2cpp_codegen_multiply(L_0, L_1));
|
|
}
|
|
}
|
|
// System.Void UnityEngine.InputSystem.Interactions.TapInteraction::Process(UnityEngine.InputSystem.InputInteractionContext&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TapInteraction_Process_m7EADB703B20CF34FD61A006C5608A6BF596A849D (TapInteraction_tC08EF9F66AE82FA0F245CBD2838C526535019EBF* __this, InputInteractionContext_t4CDBDF3C6506B5C6C49523AA83127AB02599A92C* ___0_context, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// if (context.timerHasExpired)
|
|
InputInteractionContext_t4CDBDF3C6506B5C6C49523AA83127AB02599A92C* L_0 = ___0_context;
|
|
bool L_1;
|
|
L_1 = InputInteractionContext_get_timerHasExpired_m866E38A3EC38A04E69996EC4C0FF5FABDEA26FE0(L_0, NULL);
|
|
if (!L_1)
|
|
{
|
|
goto IL_000f;
|
|
}
|
|
}
|
|
{
|
|
// context.Canceled();
|
|
InputInteractionContext_t4CDBDF3C6506B5C6C49523AA83127AB02599A92C* L_2 = ___0_context;
|
|
InputInteractionContext_Canceled_mEABA0F3485F0537D2C8413FFDCE3BCA6E650AB41(L_2, NULL);
|
|
// return;
|
|
return;
|
|
}
|
|
|
|
IL_000f:
|
|
{
|
|
// if (context.isWaiting && context.ControlIsActuated(pressPointOrDefault))
|
|
InputInteractionContext_t4CDBDF3C6506B5C6C49523AA83127AB02599A92C* L_3 = ___0_context;
|
|
bool L_4;
|
|
L_4 = InputInteractionContext_get_isWaiting_m812578DFA05C2BAF69F1EEBD7C79E17DC0A534A2(L_3, NULL);
|
|
if (!L_4)
|
|
{
|
|
goto IL_004a;
|
|
}
|
|
}
|
|
{
|
|
InputInteractionContext_t4CDBDF3C6506B5C6C49523AA83127AB02599A92C* L_5 = ___0_context;
|
|
float L_6;
|
|
L_6 = TapInteraction_get_pressPointOrDefault_mA3B5971DF4015422E1745E7EC2DB5BD25BC09641(__this, NULL);
|
|
bool L_7;
|
|
L_7 = InputInteractionContext_ControlIsActuated_m319B2679B6CBF67B7882FAA8D4065949FFB1AD2F(L_5, L_6, NULL);
|
|
if (!L_7)
|
|
{
|
|
goto IL_004a;
|
|
}
|
|
}
|
|
{
|
|
// m_TapStartTime = context.time;
|
|
InputInteractionContext_t4CDBDF3C6506B5C6C49523AA83127AB02599A92C* L_8 = ___0_context;
|
|
double L_9;
|
|
L_9 = InputInteractionContext_get_time_m1B3EC88CAC7622001EE0EEDE14CB394764F6B8BA(L_8, NULL);
|
|
__this->___m_TapStartTime_2 = L_9;
|
|
// context.Started();
|
|
InputInteractionContext_t4CDBDF3C6506B5C6C49523AA83127AB02599A92C* L_10 = ___0_context;
|
|
InputInteractionContext_Started_mCDFBA6E5D2482B6A5E4CEBE81438C3B9E956CBC5(L_10, NULL);
|
|
// context.SetTimeout(durationOrDefault + 0.00001f);
|
|
InputInteractionContext_t4CDBDF3C6506B5C6C49523AA83127AB02599A92C* L_11 = ___0_context;
|
|
float L_12;
|
|
L_12 = TapInteraction_get_durationOrDefault_mD3859870381594717CA9D8B1445C1CE065673A83(__this, NULL);
|
|
InputInteractionContext_SetTimeout_m960E99D5106217C36CC745C114FFA15349B32D18(L_11, ((float)il2cpp_codegen_add(L_12, (9.99999975E-06f))), NULL);
|
|
// return;
|
|
return;
|
|
}
|
|
|
|
IL_004a:
|
|
{
|
|
// if (context.isStarted && !context.ControlIsActuated(releasePointOrDefault))
|
|
InputInteractionContext_t4CDBDF3C6506B5C6C49523AA83127AB02599A92C* L_13 = ___0_context;
|
|
bool L_14;
|
|
L_14 = InputInteractionContext_get_isStarted_m6E8CE6624C670B4BE6E689393A34FDC5D77960CD(L_13, NULL);
|
|
if (!L_14)
|
|
{
|
|
goto IL_0083;
|
|
}
|
|
}
|
|
{
|
|
InputInteractionContext_t4CDBDF3C6506B5C6C49523AA83127AB02599A92C* L_15 = ___0_context;
|
|
float L_16;
|
|
L_16 = TapInteraction_get_releasePointOrDefault_m81EE19799CE45412F08649ACE963D644C210E543(__this, NULL);
|
|
bool L_17;
|
|
L_17 = InputInteractionContext_ControlIsActuated_m319B2679B6CBF67B7882FAA8D4065949FFB1AD2F(L_15, L_16, NULL);
|
|
if (L_17)
|
|
{
|
|
goto IL_0083;
|
|
}
|
|
}
|
|
{
|
|
// if (context.time - m_TapStartTime <= durationOrDefault)
|
|
InputInteractionContext_t4CDBDF3C6506B5C6C49523AA83127AB02599A92C* L_18 = ___0_context;
|
|
double L_19;
|
|
L_19 = InputInteractionContext_get_time_m1B3EC88CAC7622001EE0EEDE14CB394764F6B8BA(L_18, NULL);
|
|
double L_20 = __this->___m_TapStartTime_2;
|
|
float L_21;
|
|
L_21 = TapInteraction_get_durationOrDefault_mD3859870381594717CA9D8B1445C1CE065673A83(__this, NULL);
|
|
if ((!(((double)((double)il2cpp_codegen_subtract(L_19, L_20))) <= ((double)((double)L_21)))))
|
|
{
|
|
goto IL_007d;
|
|
}
|
|
}
|
|
{
|
|
// context.Performed();
|
|
InputInteractionContext_t4CDBDF3C6506B5C6C49523AA83127AB02599A92C* L_22 = ___0_context;
|
|
InputInteractionContext_Performed_mE5EE5D192E483016DC3126ADFAC407112FE49466(L_22, NULL);
|
|
return;
|
|
}
|
|
|
|
IL_007d:
|
|
{
|
|
// context.Canceled();
|
|
InputInteractionContext_t4CDBDF3C6506B5C6C49523AA83127AB02599A92C* L_23 = ___0_context;
|
|
InputInteractionContext_Canceled_mEABA0F3485F0537D2C8413FFDCE3BCA6E650AB41(L_23, NULL);
|
|
}
|
|
|
|
IL_0083:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.InputSystem.Interactions.TapInteraction::Reset()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TapInteraction_Reset_m0C153E1375CEEDDA47234D8A0488E9BAC595B10D (TapInteraction_tC08EF9F66AE82FA0F245CBD2838C526535019EBF* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// m_TapStartTime = 0;
|
|
__this->___m_TapStartTime_2 = (0.0);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.InputSystem.Interactions.TapInteraction::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TapInteraction__ctor_m7B10200081548320E16B6670EADDCD76F1FE3F0C (TapInteraction_tC08EF9F66AE82FA0F245CBD2838C526535019EBF* __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
|
|
// UnityEngine.InputSystem.LowLevel.InputEventBuffer UnityEngine.InputSystem.Utilities.InputActionTrace::get_buffer()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputEventBuffer_t3123D90CE491FA9828E878B2BEF766A3DC6E74FE InputActionTrace_get_buffer_mCB4DEFAA0FBDCEE6519993FAB1073F8750F06BDA (InputActionTrace_t046FE0C3746A1C44ADDD9367AA19409D0097AFC7* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public InputEventBuffer buffer => m_EventBuffer;
|
|
InputEventBuffer_t3123D90CE491FA9828E878B2BEF766A3DC6E74FE L_0 = __this->___m_EventBuffer_4;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Int32 UnityEngine.InputSystem.Utilities.InputActionTrace::get_count()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t InputActionTrace_get_count_mF241CE7FD5077C5995F7C229EFAF062FAAE892BA (InputActionTrace_t046FE0C3746A1C44ADDD9367AA19409D0097AFC7* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public int count => m_EventBuffer.eventCount;
|
|
InputEventBuffer_t3123D90CE491FA9828E878B2BEF766A3DC6E74FE* L_0 = (&__this->___m_EventBuffer_4);
|
|
int32_t L_1;
|
|
L_1 = InputEventBuffer_get_eventCount_mD120699C5A1CEBA76C878BC37DB2E39458F56C8E_inline(L_0, NULL);
|
|
return L_1;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.InputSystem.Utilities.InputActionTrace::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionTrace__ctor_m0FAC25AC4CF459948A57907EFBB05FEBC88FDBDB (InputActionTrace_t046FE0C3746A1C44ADDD9367AA19409D0097AFC7* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public InputActionTrace()
|
|
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.InputSystem.Utilities.InputActionTrace::.ctor(UnityEngine.InputSystem.InputAction)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionTrace__ctor_mBC1A47CA277548509F03862915ACDD78FB18C1D7 (InputActionTrace_t046FE0C3746A1C44ADDD9367AA19409D0097AFC7* __this, InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* ___0_action, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public InputActionTrace(InputAction action)
|
|
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
|
|
// if (action == null)
|
|
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_0 = ___0_action;
|
|
if (L_0)
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
// 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*)&InputActionTrace__ctor_mBC1A47CA277548509F03862915ACDD78FB18C1D7_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
// SubscribeTo(action);
|
|
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_2 = ___0_action;
|
|
InputActionTrace_SubscribeTo_mD858B57514FB032EAB00BED9FC75894832A1EE1A(__this, L_2, NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.InputSystem.Utilities.InputActionTrace::.ctor(UnityEngine.InputSystem.InputActionMap)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionTrace__ctor_mDA1FB9425AAB839E14F93C731FCB35504C9828DA (InputActionTrace_t046FE0C3746A1C44ADDD9367AA19409D0097AFC7* __this, InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* ___0_actionMap, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public InputActionTrace(InputActionMap actionMap)
|
|
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
|
|
// if (actionMap == null)
|
|
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_0 = ___0_actionMap;
|
|
if (L_0)
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
// 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*)&InputActionTrace__ctor_mDA1FB9425AAB839E14F93C731FCB35504C9828DA_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
// SubscribeTo(actionMap);
|
|
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_2 = ___0_actionMap;
|
|
InputActionTrace_SubscribeTo_m7A1E3D49CAB43092192D3625AC93C35D20887AE6(__this, L_2, NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.InputSystem.Utilities.InputActionTrace::SubscribeToAll()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionTrace_SubscribeToAll_mD81B9896CAE58AFCA6DA772C004FD258800947E1 (InputActionTrace_t046FE0C3746A1C44ADDD9367AA19409D0097AFC7* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InlinedArray_1_get_Item_m8D30F3B14860D4C714DF8402AB9DE2BAE3C12EFF_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InlinedArray_1_get_Item_mA131C24B2EC7011082136F25DD6977A4009FEB59_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// if (m_SubscribedToAll)
|
|
bool L_0 = __this->___m_SubscribedToAll_0;
|
|
if (!L_0)
|
|
{
|
|
goto IL_0009;
|
|
}
|
|
}
|
|
{
|
|
// return;
|
|
return;
|
|
}
|
|
|
|
IL_0009:
|
|
{
|
|
// HookOnActionChange();
|
|
InputActionTrace_HookOnActionChange_m757FFEDD56CE7DB4C26DE3E16A35027BE7B504C2(__this, NULL);
|
|
// m_SubscribedToAll = true;
|
|
__this->___m_SubscribedToAll_0 = (bool)1;
|
|
goto IL_0036;
|
|
}
|
|
|
|
IL_0018:
|
|
{
|
|
// UnsubscribeFrom(m_SubscribedActions[m_SubscribedActions.length - 1]);
|
|
InlinedArray_1_t988D24EB8EBC66E20CEF2436282CE6A215B79BCF* L_1 = (&__this->___m_SubscribedActions_2);
|
|
InlinedArray_1_t988D24EB8EBC66E20CEF2436282CE6A215B79BCF* L_2 = (&__this->___m_SubscribedActions_2);
|
|
int32_t L_3 = L_2->___length_0;
|
|
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_4;
|
|
L_4 = InlinedArray_1_get_Item_mA131C24B2EC7011082136F25DD6977A4009FEB59(L_1, ((int32_t)il2cpp_codegen_subtract(L_3, 1)), InlinedArray_1_get_Item_mA131C24B2EC7011082136F25DD6977A4009FEB59_RuntimeMethod_var);
|
|
InputActionTrace_UnsubscribeFrom_mDD438FBE59077CEC9F1D2B89B2CAA5B7E5AF03D8(__this, L_4, NULL);
|
|
}
|
|
|
|
IL_0036:
|
|
{
|
|
// while (m_SubscribedActions.length > 0)
|
|
InlinedArray_1_t988D24EB8EBC66E20CEF2436282CE6A215B79BCF* L_5 = (&__this->___m_SubscribedActions_2);
|
|
int32_t L_6 = L_5->___length_0;
|
|
if ((((int32_t)L_6) > ((int32_t)0)))
|
|
{
|
|
goto IL_0018;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0064;
|
|
}
|
|
|
|
IL_0046:
|
|
{
|
|
// UnsubscribeFrom(m_SubscribedActionMaps[m_SubscribedActionMaps.length - 1]);
|
|
InlinedArray_1_tA400D09B80F15161B84CD387A6FA2EA0249125EB* L_7 = (&__this->___m_SubscribedActionMaps_3);
|
|
InlinedArray_1_tA400D09B80F15161B84CD387A6FA2EA0249125EB* L_8 = (&__this->___m_SubscribedActionMaps_3);
|
|
int32_t L_9 = L_8->___length_0;
|
|
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_10;
|
|
L_10 = InlinedArray_1_get_Item_m8D30F3B14860D4C714DF8402AB9DE2BAE3C12EFF(L_7, ((int32_t)il2cpp_codegen_subtract(L_9, 1)), InlinedArray_1_get_Item_m8D30F3B14860D4C714DF8402AB9DE2BAE3C12EFF_RuntimeMethod_var);
|
|
InputActionTrace_UnsubscribeFrom_mEA85B9B11BF16D8A40A8852FB7F8B99B05D248B0(__this, L_10, NULL);
|
|
}
|
|
|
|
IL_0064:
|
|
{
|
|
// while (m_SubscribedActionMaps.length > 0)
|
|
InlinedArray_1_tA400D09B80F15161B84CD387A6FA2EA0249125EB* L_11 = (&__this->___m_SubscribedActionMaps_3);
|
|
int32_t L_12 = L_11->___length_0;
|
|
if ((((int32_t)L_12) > ((int32_t)0)))
|
|
{
|
|
goto IL_0046;
|
|
}
|
|
}
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.InputSystem.Utilities.InputActionTrace::UnsubscribeFromAll()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionTrace_UnsubscribeFromAll_m45FFA2F63D670E10196B4EB5E22A6D6DFFFD52FE (InputActionTrace_t046FE0C3746A1C44ADDD9367AA19409D0097AFC7* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InlinedArray_1_get_Item_m8D30F3B14860D4C714DF8402AB9DE2BAE3C12EFF_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InlinedArray_1_get_Item_mA131C24B2EC7011082136F25DD6977A4009FEB59_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// if (count == 0)
|
|
int32_t L_0;
|
|
L_0 = InputActionTrace_get_count_mF241CE7FD5077C5995F7C229EFAF062FAAE892BA(__this, NULL);
|
|
if (L_0)
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
// UnhookOnActionChange();
|
|
InputActionTrace_UnhookOnActionChange_m47FC78BBDA82DE71A8D282473851457E80C24FD3(__this, NULL);
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
// m_SubscribedToAll = false;
|
|
__this->___m_SubscribedToAll_0 = (bool)0;
|
|
goto IL_0035;
|
|
}
|
|
|
|
IL_0017:
|
|
{
|
|
// UnsubscribeFrom(m_SubscribedActions[m_SubscribedActions.length - 1]);
|
|
InlinedArray_1_t988D24EB8EBC66E20CEF2436282CE6A215B79BCF* L_1 = (&__this->___m_SubscribedActions_2);
|
|
InlinedArray_1_t988D24EB8EBC66E20CEF2436282CE6A215B79BCF* L_2 = (&__this->___m_SubscribedActions_2);
|
|
int32_t L_3 = L_2->___length_0;
|
|
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_4;
|
|
L_4 = InlinedArray_1_get_Item_mA131C24B2EC7011082136F25DD6977A4009FEB59(L_1, ((int32_t)il2cpp_codegen_subtract(L_3, 1)), InlinedArray_1_get_Item_mA131C24B2EC7011082136F25DD6977A4009FEB59_RuntimeMethod_var);
|
|
InputActionTrace_UnsubscribeFrom_mDD438FBE59077CEC9F1D2B89B2CAA5B7E5AF03D8(__this, L_4, NULL);
|
|
}
|
|
|
|
IL_0035:
|
|
{
|
|
// while (m_SubscribedActions.length > 0)
|
|
InlinedArray_1_t988D24EB8EBC66E20CEF2436282CE6A215B79BCF* L_5 = (&__this->___m_SubscribedActions_2);
|
|
int32_t L_6 = L_5->___length_0;
|
|
if ((((int32_t)L_6) > ((int32_t)0)))
|
|
{
|
|
goto IL_0017;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0063;
|
|
}
|
|
|
|
IL_0045:
|
|
{
|
|
// UnsubscribeFrom(m_SubscribedActionMaps[m_SubscribedActionMaps.length - 1]);
|
|
InlinedArray_1_tA400D09B80F15161B84CD387A6FA2EA0249125EB* L_7 = (&__this->___m_SubscribedActionMaps_3);
|
|
InlinedArray_1_tA400D09B80F15161B84CD387A6FA2EA0249125EB* L_8 = (&__this->___m_SubscribedActionMaps_3);
|
|
int32_t L_9 = L_8->___length_0;
|
|
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_10;
|
|
L_10 = InlinedArray_1_get_Item_m8D30F3B14860D4C714DF8402AB9DE2BAE3C12EFF(L_7, ((int32_t)il2cpp_codegen_subtract(L_9, 1)), InlinedArray_1_get_Item_m8D30F3B14860D4C714DF8402AB9DE2BAE3C12EFF_RuntimeMethod_var);
|
|
InputActionTrace_UnsubscribeFrom_mEA85B9B11BF16D8A40A8852FB7F8B99B05D248B0(__this, L_10, NULL);
|
|
}
|
|
|
|
IL_0063:
|
|
{
|
|
// while (m_SubscribedActionMaps.length > 0)
|
|
InlinedArray_1_tA400D09B80F15161B84CD387A6FA2EA0249125EB* L_11 = (&__this->___m_SubscribedActionMaps_3);
|
|
int32_t L_12 = L_11->___length_0;
|
|
if ((((int32_t)L_12) > ((int32_t)0)))
|
|
{
|
|
goto IL_0045;
|
|
}
|
|
}
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.InputSystem.Utilities.InputActionTrace::SubscribeTo(UnityEngine.InputSystem.InputAction)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionTrace_SubscribeTo_mD858B57514FB032EAB00BED9FC75894832A1EE1A (InputActionTrace_t046FE0C3746A1C44ADDD9367AA19409D0097AFC7* __this, InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* ___0_action, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_1_tEB0353AA1A112B6F2D921B58DCC9D9D4C0498E6E_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InlinedArray_1_AppendWithCapacity_mE5BB445083DAB57E9F43BD32947BDD6ED17BA8FA_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputActionTrace_RecordAction_mFBD1B7BAB17B433212B8F324401300830947DA34_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// 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*)&InputActionTrace_SubscribeTo_mD858B57514FB032EAB00BED9FC75894832A1EE1A_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
// if (m_CallbackDelegate == null)
|
|
Action_1_tEB0353AA1A112B6F2D921B58DCC9D9D4C0498E6E* L_2 = __this->___m_CallbackDelegate_7;
|
|
if (L_2)
|
|
{
|
|
goto IL_0028;
|
|
}
|
|
}
|
|
{
|
|
// m_CallbackDelegate = RecordAction;
|
|
Action_1_tEB0353AA1A112B6F2D921B58DCC9D9D4C0498E6E* L_3 = (Action_1_tEB0353AA1A112B6F2D921B58DCC9D9D4C0498E6E*)il2cpp_codegen_object_new(Action_1_tEB0353AA1A112B6F2D921B58DCC9D9D4C0498E6E_il2cpp_TypeInfo_var);
|
|
NullCheck(L_3);
|
|
Action_1__ctor_mA763900B34C3394F230AE63708F530CA9A192B57(L_3, __this, (intptr_t)((void*)InputActionTrace_RecordAction_mFBD1B7BAB17B433212B8F324401300830947DA34_RuntimeMethod_var), NULL);
|
|
__this->___m_CallbackDelegate_7 = L_3;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_CallbackDelegate_7), (void*)L_3);
|
|
}
|
|
|
|
IL_0028:
|
|
{
|
|
// action.performed += m_CallbackDelegate;
|
|
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_4 = ___0_action;
|
|
Action_1_tEB0353AA1A112B6F2D921B58DCC9D9D4C0498E6E* L_5 = __this->___m_CallbackDelegate_7;
|
|
NullCheck(L_4);
|
|
InputAction_add_performed_m0337FFA16EBEF7AE365C3B558CFDFF7BB9747B54(L_4, L_5, NULL);
|
|
// action.started += m_CallbackDelegate;
|
|
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_6 = ___0_action;
|
|
Action_1_tEB0353AA1A112B6F2D921B58DCC9D9D4C0498E6E* L_7 = __this->___m_CallbackDelegate_7;
|
|
NullCheck(L_6);
|
|
InputAction_add_started_m850C46EBBEEFB3F9760AA83BFD6ECA00850657E5(L_6, L_7, NULL);
|
|
// action.canceled += m_CallbackDelegate;
|
|
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_8 = ___0_action;
|
|
Action_1_tEB0353AA1A112B6F2D921B58DCC9D9D4C0498E6E* L_9 = __this->___m_CallbackDelegate_7;
|
|
NullCheck(L_8);
|
|
InputAction_add_canceled_m69EC253E21CC314BFB350A86E294D0651F5ECA77(L_8, L_9, NULL);
|
|
// m_SubscribedActions.AppendWithCapacity(action);
|
|
InlinedArray_1_t988D24EB8EBC66E20CEF2436282CE6A215B79BCF* L_10 = (&__this->___m_SubscribedActions_2);
|
|
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_11 = ___0_action;
|
|
int32_t L_12;
|
|
L_12 = InlinedArray_1_AppendWithCapacity_mE5BB445083DAB57E9F43BD32947BDD6ED17BA8FA(L_10, L_11, ((int32_t)10), InlinedArray_1_AppendWithCapacity_mE5BB445083DAB57E9F43BD32947BDD6ED17BA8FA_RuntimeMethod_var);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.InputSystem.Utilities.InputActionTrace::SubscribeTo(UnityEngine.InputSystem.InputActionMap)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionTrace_SubscribeTo_m7A1E3D49CAB43092192D3625AC93C35D20887AE6 (InputActionTrace_t046FE0C3746A1C44ADDD9367AA19409D0097AFC7* __this, InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* ___0_actionMap, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_1_tEB0353AA1A112B6F2D921B58DCC9D9D4C0498E6E_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InlinedArray_1_AppendWithCapacity_m856433493559E4616B9974203D93B0F6F3743FBE_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputActionTrace_RecordAction_mFBD1B7BAB17B433212B8F324401300830947DA34_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*)&InputActionTrace_SubscribeTo_m7A1E3D49CAB43092192D3625AC93C35D20887AE6_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
// if (m_CallbackDelegate == null)
|
|
Action_1_tEB0353AA1A112B6F2D921B58DCC9D9D4C0498E6E* L_2 = __this->___m_CallbackDelegate_7;
|
|
if (L_2)
|
|
{
|
|
goto IL_0028;
|
|
}
|
|
}
|
|
{
|
|
// m_CallbackDelegate = RecordAction;
|
|
Action_1_tEB0353AA1A112B6F2D921B58DCC9D9D4C0498E6E* L_3 = (Action_1_tEB0353AA1A112B6F2D921B58DCC9D9D4C0498E6E*)il2cpp_codegen_object_new(Action_1_tEB0353AA1A112B6F2D921B58DCC9D9D4C0498E6E_il2cpp_TypeInfo_var);
|
|
NullCheck(L_3);
|
|
Action_1__ctor_mA763900B34C3394F230AE63708F530CA9A192B57(L_3, __this, (intptr_t)((void*)InputActionTrace_RecordAction_mFBD1B7BAB17B433212B8F324401300830947DA34_RuntimeMethod_var), NULL);
|
|
__this->___m_CallbackDelegate_7 = L_3;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_CallbackDelegate_7), (void*)L_3);
|
|
}
|
|
|
|
IL_0028:
|
|
{
|
|
// actionMap.actionTriggered += m_CallbackDelegate;
|
|
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_4 = ___0_actionMap;
|
|
Action_1_tEB0353AA1A112B6F2D921B58DCC9D9D4C0498E6E* L_5 = __this->___m_CallbackDelegate_7;
|
|
NullCheck(L_4);
|
|
InputActionMap_add_actionTriggered_m07D042C57C782B0715B888F623A17D1E0DA9C7E7(L_4, L_5, NULL);
|
|
// m_SubscribedActionMaps.AppendWithCapacity(actionMap);
|
|
InlinedArray_1_tA400D09B80F15161B84CD387A6FA2EA0249125EB* L_6 = (&__this->___m_SubscribedActionMaps_3);
|
|
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_7 = ___0_actionMap;
|
|
int32_t L_8;
|
|
L_8 = InlinedArray_1_AppendWithCapacity_m856433493559E4616B9974203D93B0F6F3743FBE(L_6, L_7, ((int32_t)10), InlinedArray_1_AppendWithCapacity_m856433493559E4616B9974203D93B0F6F3743FBE_RuntimeMethod_var);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.InputSystem.Utilities.InputActionTrace::UnsubscribeFrom(UnityEngine.InputSystem.InputAction)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionTrace_UnsubscribeFrom_mDD438FBE59077CEC9F1D2B89B2CAA5B7E5AF03D8 (InputActionTrace_t046FE0C3746A1C44ADDD9367AA19409D0097AFC7* __this, InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* ___0_action, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InlinedArray_1_RemoveAtWithCapacity_mFA00BEAEB8C403CDF8EC25405831705A046D102D_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputArrayExtensions_IndexOfReference_TisInputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD_m05462AE2217C7541E6408438B5224B816A538E8C_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
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*)&InputActionTrace_UnsubscribeFrom_mDD438FBE59077CEC9F1D2B89B2CAA5B7E5AF03D8_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
// if (m_CallbackDelegate == null)
|
|
Action_1_tEB0353AA1A112B6F2D921B58DCC9D9D4C0498E6E* L_2 = __this->___m_CallbackDelegate_7;
|
|
if (L_2)
|
|
{
|
|
goto IL_0017;
|
|
}
|
|
}
|
|
{
|
|
// return;
|
|
return;
|
|
}
|
|
|
|
IL_0017:
|
|
{
|
|
// action.performed -= m_CallbackDelegate;
|
|
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_3 = ___0_action;
|
|
Action_1_tEB0353AA1A112B6F2D921B58DCC9D9D4C0498E6E* L_4 = __this->___m_CallbackDelegate_7;
|
|
NullCheck(L_3);
|
|
InputAction_remove_performed_m1BE84CED38F11F17C825FA782B35C92D708E6E44(L_3, L_4, NULL);
|
|
// action.started -= m_CallbackDelegate;
|
|
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_5 = ___0_action;
|
|
Action_1_tEB0353AA1A112B6F2D921B58DCC9D9D4C0498E6E* L_6 = __this->___m_CallbackDelegate_7;
|
|
NullCheck(L_5);
|
|
InputAction_remove_started_m0B782C3E7D5EA619502E7079E1271108A3183D68(L_5, L_6, NULL);
|
|
// action.canceled -= m_CallbackDelegate;
|
|
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_7 = ___0_action;
|
|
Action_1_tEB0353AA1A112B6F2D921B58DCC9D9D4C0498E6E* L_8 = __this->___m_CallbackDelegate_7;
|
|
NullCheck(L_7);
|
|
InputAction_remove_canceled_m7CF8D377C61DB1290E153C56312A7C075544AF7F(L_7, L_8, NULL);
|
|
// var index = m_SubscribedActions.IndexOfReference(action);
|
|
InlinedArray_1_t988D24EB8EBC66E20CEF2436282CE6A215B79BCF L_9 = __this->___m_SubscribedActions_2;
|
|
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_10 = ___0_action;
|
|
int32_t L_11;
|
|
L_11 = InputArrayExtensions_IndexOfReference_TisInputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD_m05462AE2217C7541E6408438B5224B816A538E8C(L_9, L_10, InputArrayExtensions_IndexOfReference_TisInputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD_m05462AE2217C7541E6408438B5224B816A538E8C_RuntimeMethod_var);
|
|
V_0 = L_11;
|
|
// if (index != -1)
|
|
int32_t L_12 = V_0;
|
|
if ((((int32_t)L_12) == ((int32_t)(-1))))
|
|
{
|
|
goto IL_0058;
|
|
}
|
|
}
|
|
{
|
|
// m_SubscribedActions.RemoveAtWithCapacity(index);
|
|
InlinedArray_1_t988D24EB8EBC66E20CEF2436282CE6A215B79BCF* L_13 = (&__this->___m_SubscribedActions_2);
|
|
int32_t L_14 = V_0;
|
|
InlinedArray_1_RemoveAtWithCapacity_mFA00BEAEB8C403CDF8EC25405831705A046D102D(L_13, L_14, InlinedArray_1_RemoveAtWithCapacity_mFA00BEAEB8C403CDF8EC25405831705A046D102D_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0058:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.InputSystem.Utilities.InputActionTrace::UnsubscribeFrom(UnityEngine.InputSystem.InputActionMap)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionTrace_UnsubscribeFrom_mEA85B9B11BF16D8A40A8852FB7F8B99B05D248B0 (InputActionTrace_t046FE0C3746A1C44ADDD9367AA19409D0097AFC7* __this, InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* ___0_actionMap, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InlinedArray_1_RemoveAtWithCapacity_m214DC78880E690C12F2F6190AE03C5125C9D984D_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputArrayExtensions_IndexOfReference_TisInputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09_m3588D00C5A2EF5BD6DB52BD8148B6FE232E3C2BF_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
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*)&InputActionTrace_UnsubscribeFrom_mEA85B9B11BF16D8A40A8852FB7F8B99B05D248B0_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
// if (m_CallbackDelegate == null)
|
|
Action_1_tEB0353AA1A112B6F2D921B58DCC9D9D4C0498E6E* L_2 = __this->___m_CallbackDelegate_7;
|
|
if (L_2)
|
|
{
|
|
goto IL_0017;
|
|
}
|
|
}
|
|
{
|
|
// return;
|
|
return;
|
|
}
|
|
|
|
IL_0017:
|
|
{
|
|
// actionMap.actionTriggered -= m_CallbackDelegate;
|
|
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_3 = ___0_actionMap;
|
|
Action_1_tEB0353AA1A112B6F2D921B58DCC9D9D4C0498E6E* L_4 = __this->___m_CallbackDelegate_7;
|
|
NullCheck(L_3);
|
|
InputActionMap_remove_actionTriggered_mF5973EE3AD4EFC35F2702D4E3464973D084C3D21(L_3, L_4, NULL);
|
|
// var index = m_SubscribedActionMaps.IndexOfReference(actionMap);
|
|
InlinedArray_1_tA400D09B80F15161B84CD387A6FA2EA0249125EB L_5 = __this->___m_SubscribedActionMaps_3;
|
|
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_6 = ___0_actionMap;
|
|
int32_t L_7;
|
|
L_7 = InputArrayExtensions_IndexOfReference_TisInputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09_m3588D00C5A2EF5BD6DB52BD8148B6FE232E3C2BF(L_5, L_6, InputArrayExtensions_IndexOfReference_TisInputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09_m3588D00C5A2EF5BD6DB52BD8148B6FE232E3C2BF_RuntimeMethod_var);
|
|
V_0 = L_7;
|
|
// if (index != -1)
|
|
int32_t L_8 = V_0;
|
|
if ((((int32_t)L_8) == ((int32_t)(-1))))
|
|
{
|
|
goto IL_0040;
|
|
}
|
|
}
|
|
{
|
|
// m_SubscribedActionMaps.RemoveAtWithCapacity(index);
|
|
InlinedArray_1_tA400D09B80F15161B84CD387A6FA2EA0249125EB* L_9 = (&__this->___m_SubscribedActionMaps_3);
|
|
int32_t L_10 = V_0;
|
|
InlinedArray_1_RemoveAtWithCapacity_m214DC78880E690C12F2F6190AE03C5125C9D984D(L_9, L_10, InlinedArray_1_RemoveAtWithCapacity_m214DC78880E690C12F2F6190AE03C5125C9D984D_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0040:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.InputSystem.Utilities.InputActionTrace::RecordAction(UnityEngine.InputSystem.InputAction/CallbackContext)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionTrace_RecordAction_mFBD1B7BAB17B433212B8F324401300830947DA34 (InputActionTrace_t046FE0C3746A1C44ADDD9367AA19409D0097AFC7* __this, CallbackContext_tB251EE41F509C6E8A6B05EC97C029A45DF4F5FA8 ___0_context, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InlinedArray_1_AppendWithCapacity_mA9E181C99B2AAC5D567DC8D2B82D916AA6A0722A_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputArrayExtensions_IndexOfReference_TisInputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700_m3F4A27E54D872B168C891F35FAF4A60288C33533_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
ActionEvent_tFC934B0EAC602EBEF4E6F4A34EC21B329DE11444* V_2 = NULL;
|
|
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* V_3 = NULL;
|
|
uint8_t* V_4 = NULL;
|
|
{
|
|
// var stateIndex = m_ActionMapStates.IndexOfReference(context.m_State);
|
|
InlinedArray_1_t4491E87B3C34244B49E0F7EB3C808F6F4F401234 L_0 = __this->___m_ActionMapStates_5;
|
|
CallbackContext_tB251EE41F509C6E8A6B05EC97C029A45DF4F5FA8 L_1 = ___0_context;
|
|
InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* L_2 = L_1.___m_State_0;
|
|
int32_t L_3;
|
|
L_3 = InputArrayExtensions_IndexOfReference_TisInputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700_m3F4A27E54D872B168C891F35FAF4A60288C33533(L_0, L_2, InputArrayExtensions_IndexOfReference_TisInputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700_m3F4A27E54D872B168C891F35FAF4A60288C33533_RuntimeMethod_var);
|
|
V_0 = L_3;
|
|
// if (stateIndex == -1)
|
|
int32_t L_4 = V_0;
|
|
if ((!(((uint32_t)L_4) == ((uint32_t)(-1)))))
|
|
{
|
|
goto IL_002a;
|
|
}
|
|
}
|
|
{
|
|
// stateIndex = m_ActionMapStates.AppendWithCapacity(context.m_State);
|
|
InlinedArray_1_t4491E87B3C34244B49E0F7EB3C808F6F4F401234* L_5 = (&__this->___m_ActionMapStates_5);
|
|
CallbackContext_tB251EE41F509C6E8A6B05EC97C029A45DF4F5FA8 L_6 = ___0_context;
|
|
InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* L_7 = L_6.___m_State_0;
|
|
int32_t L_8;
|
|
L_8 = InlinedArray_1_AppendWithCapacity_mA9E181C99B2AAC5D567DC8D2B82D916AA6A0722A(L_5, L_7, ((int32_t)10), InlinedArray_1_AppendWithCapacity_mA9E181C99B2AAC5D567DC8D2B82D916AA6A0722A_RuntimeMethod_var);
|
|
V_0 = L_8;
|
|
}
|
|
|
|
IL_002a:
|
|
{
|
|
// HookOnActionChange();
|
|
InputActionTrace_HookOnActionChange_m757FFEDD56CE7DB4C26DE3E16A35027BE7B504C2(__this, NULL);
|
|
// var valueSizeInBytes = context.valueSizeInBytes;
|
|
int32_t L_9;
|
|
L_9 = CallbackContext_get_valueSizeInBytes_m463B4503E147C9692CE4D278C5AAA5548CFD73A3((&___0_context), NULL);
|
|
V_1 = L_9;
|
|
// var eventPtr =
|
|
// (ActionEvent*)m_EventBuffer.AllocateEvent(ActionEvent.GetEventSizeWithValueSize(valueSizeInBytes));
|
|
InputEventBuffer_t3123D90CE491FA9828E878B2BEF766A3DC6E74FE* L_10 = (&__this->___m_EventBuffer_4);
|
|
int32_t L_11 = V_1;
|
|
int32_t L_12;
|
|
L_12 = ActionEvent_GetEventSizeWithValueSize_m58A4F1E9CF258862B6A929F1C8ED8BD0C317155B(L_11, NULL);
|
|
InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5* L_13;
|
|
L_13 = InputEventBuffer_AllocateEvent_m8B8C57E4A0764F048F9FC7D61B9E1329A6A2BC7C(L_10, L_12, ((int32_t)2048), 4, NULL);
|
|
V_2 = (ActionEvent_tFC934B0EAC602EBEF4E6F4A34EC21B329DE11444*)L_13;
|
|
// ref var triggerState = ref context.m_State.actionStates[context.m_ActionIndex];
|
|
CallbackContext_tB251EE41F509C6E8A6B05EC97C029A45DF4F5FA8 L_14 = ___0_context;
|
|
InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* L_15 = L_14.___m_State_0;
|
|
NullCheck(L_15);
|
|
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_16;
|
|
L_16 = InputActionState_get_actionStates_mFDC87519E9E826C5DAEE9E13058312FF82E16E0B(L_15, NULL);
|
|
CallbackContext_tB251EE41F509C6E8A6B05EC97C029A45DF4F5FA8 L_17 = ___0_context;
|
|
int32_t L_18 = L_17.___m_ActionIndex_1;
|
|
uint32_t L_19 = sizeof(TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D);
|
|
V_3 = (TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*)((TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D*)il2cpp_codegen_add((intptr_t)L_16, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_18), (int32_t)L_19))));
|
|
// eventPtr->baseEvent.type = ActionEvent.Type;
|
|
ActionEvent_tFC934B0EAC602EBEF4E6F4A34EC21B329DE11444* L_20 = V_2;
|
|
NullCheck(L_20);
|
|
InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5* L_21 = (&L_20->___baseEvent_0);
|
|
FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_22;
|
|
L_22 = ActionEvent_get_Type_m71EE0E777186515C32D7710F110D746C0EE47DDD(NULL);
|
|
InputEvent_set_type_mA12F3F32108A0B88A4EE7BCA8AE7F2972F8E9740(L_21, L_22, NULL);
|
|
// eventPtr->baseEvent.time = triggerState.time;
|
|
ActionEvent_tFC934B0EAC602EBEF4E6F4A34EC21B329DE11444* L_23 = V_2;
|
|
NullCheck(L_23);
|
|
InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5* L_24 = (&L_23->___baseEvent_0);
|
|
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_25 = V_3;
|
|
double L_26;
|
|
L_26 = TriggerState_get_time_m24F76F03E47DEFAEB40652814E189E13433EA29C_inline(L_25, NULL);
|
|
InputEvent_set_time_m210F97B604C0EEB53FC6CC4D57A10373FC081A0F(L_24, L_26, NULL);
|
|
// eventPtr->stateIndex = stateIndex;
|
|
ActionEvent_tFC934B0EAC602EBEF4E6F4A34EC21B329DE11444* L_27 = V_2;
|
|
int32_t L_28 = V_0;
|
|
ActionEvent_set_stateIndex_m6A5B88C7CD64D3BC75B8211484AF25280C5E520B((ActionEvent_tFC934B0EAC602EBEF4E6F4A34EC21B329DE11444*)L_27, L_28, NULL);
|
|
// eventPtr->controlIndex = triggerState.controlIndex;
|
|
ActionEvent_tFC934B0EAC602EBEF4E6F4A34EC21B329DE11444* L_29 = V_2;
|
|
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_30 = V_3;
|
|
int32_t L_31;
|
|
L_31 = TriggerState_get_controlIndex_m61654A5C957F0DE7C600F5741F4BA5EE901DAF14(L_30, NULL);
|
|
ActionEvent_set_controlIndex_m2AC91D48B3CCA9C73415A1F85648CB93B05711E7((ActionEvent_tFC934B0EAC602EBEF4E6F4A34EC21B329DE11444*)L_29, L_31, NULL);
|
|
// eventPtr->bindingIndex = triggerState.bindingIndex;
|
|
ActionEvent_tFC934B0EAC602EBEF4E6F4A34EC21B329DE11444* L_32 = V_2;
|
|
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_33 = V_3;
|
|
int32_t L_34;
|
|
L_34 = TriggerState_get_bindingIndex_mD851F8DDC14C14E5FE80E64F78F24A4FE8328133_inline(L_33, NULL);
|
|
ActionEvent_set_bindingIndex_mF620F2E875C9E6EC9B51271D6E8F469C4E855708((ActionEvent_tFC934B0EAC602EBEF4E6F4A34EC21B329DE11444*)L_32, L_34, NULL);
|
|
// eventPtr->interactionIndex = triggerState.interactionIndex;
|
|
ActionEvent_tFC934B0EAC602EBEF4E6F4A34EC21B329DE11444* L_35 = V_2;
|
|
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_36 = V_3;
|
|
int32_t L_37;
|
|
L_37 = TriggerState_get_interactionIndex_mDA74F3F62A69C872BBF1803967687E53E622DA46(L_36, NULL);
|
|
ActionEvent_set_interactionIndex_m8369A717B14FE2DE5CC74F55A1764EFE2DCE0546((ActionEvent_tFC934B0EAC602EBEF4E6F4A34EC21B329DE11444*)L_35, L_37, NULL);
|
|
// eventPtr->startTime = triggerState.startTime;
|
|
ActionEvent_tFC934B0EAC602EBEF4E6F4A34EC21B329DE11444* L_38 = V_2;
|
|
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_39 = V_3;
|
|
double L_40;
|
|
L_40 = TriggerState_get_startTime_mD52E8758CA46F480B5BA5B0BAB6BB7EF793B6F68_inline(L_39, NULL);
|
|
ActionEvent_set_startTime_m421136E6914BF478860D9A2A4C302A8E5C0128F2_inline((ActionEvent_tFC934B0EAC602EBEF4E6F4A34EC21B329DE11444*)L_38, L_40, NULL);
|
|
// eventPtr->phase = triggerState.phase;
|
|
ActionEvent_tFC934B0EAC602EBEF4E6F4A34EC21B329DE11444* L_41 = V_2;
|
|
TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* L_42 = V_3;
|
|
int32_t L_43;
|
|
L_43 = TriggerState_get_phase_m11BDB3D761D241980978DA52027C1E3B507D0D6D_inline(L_42, NULL);
|
|
ActionEvent_set_phase_mF8ACF6B2396E2351BA691A53450A4013BD011A9F((ActionEvent_tFC934B0EAC602EBEF4E6F4A34EC21B329DE11444*)L_41, L_43, NULL);
|
|
// var valueBuffer = eventPtr->valueData;
|
|
ActionEvent_tFC934B0EAC602EBEF4E6F4A34EC21B329DE11444* L_44 = V_2;
|
|
uint8_t* L_45;
|
|
L_45 = ActionEvent_get_valueData_m90D8EEC0EBFC775772BCF3FCB60FCBFA282D3E4C((ActionEvent_tFC934B0EAC602EBEF4E6F4A34EC21B329DE11444*)L_44, NULL);
|
|
V_4 = L_45;
|
|
// context.ReadValue(valueBuffer, valueSizeInBytes);
|
|
uint8_t* L_46 = V_4;
|
|
int32_t L_47 = V_1;
|
|
CallbackContext_ReadValue_mD45C68F04343F185BEB52254C7FBC95E6A654309((&___0_context), (void*)L_46, L_47, NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.InputSystem.Utilities.InputActionTrace::Clear()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionTrace_Clear_mD1680ABBBE333B67D83FA4EFB6C67FCA5C480B4B (InputActionTrace_t046FE0C3746A1C44ADDD9367AA19409D0097AFC7* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InlinedArray_1_ClearWithCapacity_mB1A620B48F38CC5FF4C09FF8A892DEE7ED426947_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// m_EventBuffer.Reset();
|
|
InputEventBuffer_t3123D90CE491FA9828E878B2BEF766A3DC6E74FE* L_0 = (&__this->___m_EventBuffer_4);
|
|
InputEventBuffer_Reset_m9E41B3CE9C7556C62AFC55772D7D4FBA8A99360B(L_0, NULL);
|
|
// m_ActionMapStates.ClearWithCapacity();
|
|
InlinedArray_1_t4491E87B3C34244B49E0F7EB3C808F6F4F401234* L_1 = (&__this->___m_ActionMapStates_5);
|
|
InlinedArray_1_ClearWithCapacity_mB1A620B48F38CC5FF4C09FF8A892DEE7ED426947(L_1, InlinedArray_1_ClearWithCapacity_mB1A620B48F38CC5FF4C09FF8A892DEE7ED426947_RuntimeMethod_var);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.InputSystem.Utilities.InputActionTrace::Finalize()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionTrace_Finalize_m7054AB84403B7FD50956D86AEBF261930F6A3753 (InputActionTrace_t046FE0C3746A1C44ADDD9367AA19409D0097AFC7* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_0008:
|
|
{// begin finally (depth: 1)
|
|
// }
|
|
Object_Finalize_mC98C96301CCABFE00F1A7EF8E15DF507CACD42B2(__this, NULL);
|
|
return;
|
|
}// end finally (depth: 1)
|
|
});
|
|
try
|
|
{// begin try (depth: 1)
|
|
// DisposeInternal();
|
|
InputActionTrace_DisposeInternal_m880EA2F10B3C8B986A75254C548168D9F308C080(__this, NULL);
|
|
goto IL_000f;
|
|
}// end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_000f:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.String UnityEngine.InputSystem.Utilities.InputActionTrace::ToString()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* InputActionTrace_ToString_m9AFB2647FE4A669C8F9F70D5F2B45D0127F1AB87 (InputActionTrace_t046FE0C3746A1C44ADDD9367AA19409D0097AFC7* __this, 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*)&IEnumerator_1_t3F73EBF6F115C27387F41C96FEA1DDA34172922B_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringBuilder_t_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5B4F028A4070094FCA4E7762E2C376A65E2D59C6);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBAEB8AB8FA5DBF660BD005C879516F2A127142D3);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
StringBuilder_t* V_0 = NULL;
|
|
bool V_1 = false;
|
|
RuntimeObject* V_2 = NULL;
|
|
ActionEventPtr_t73A827F31E342D0649AFFDD93F489AC4F88DFB74 V_3;
|
|
memset((&V_3), 0, sizeof(V_3));
|
|
{
|
|
// if (count == 0)
|
|
int32_t L_0;
|
|
L_0 = InputActionTrace_get_count_mF241CE7FD5077C5995F7C229EFAF062FAAE892BA(__this, NULL);
|
|
if (L_0)
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
// return "[]";
|
|
return _stringLiteral5B4F028A4070094FCA4E7762E2C376A65E2D59C6;
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
// var str = new StringBuilder();
|
|
StringBuilder_t* L_1 = (StringBuilder_t*)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var);
|
|
NullCheck(L_1);
|
|
StringBuilder__ctor_m1D99713357DE05DAFA296633639DB55F8C30587D(L_1, NULL);
|
|
V_0 = L_1;
|
|
// str.Append('[');
|
|
StringBuilder_t* L_2 = V_0;
|
|
NullCheck(L_2);
|
|
StringBuilder_t* L_3;
|
|
L_3 = StringBuilder_Append_m71228B30F05724CD2CD96D9611DCD61BFB96A6E1(L_2, ((int32_t)91), NULL);
|
|
// var isFirst = true;
|
|
V_1 = (bool)1;
|
|
// foreach (var eventPtr in this)
|
|
RuntimeObject* L_4;
|
|
L_4 = InputActionTrace_GetEnumerator_mD1C716B8685E9FEE9BB4CDC3E47554014651EB09(__this, NULL);
|
|
V_2 = L_4;
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_005e:
|
|
{// begin finally (depth: 1)
|
|
{
|
|
RuntimeObject* L_5 = V_2;
|
|
if (!L_5)
|
|
{
|
|
goto IL_0067;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject* L_6 = V_2;
|
|
NullCheck(L_6);
|
|
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_6);
|
|
}
|
|
|
|
IL_0067:
|
|
{
|
|
return;
|
|
}
|
|
}// end finally (depth: 1)
|
|
});
|
|
try
|
|
{// begin try (depth: 1)
|
|
{
|
|
goto IL_0054_1;
|
|
}
|
|
|
|
IL_0028_1:
|
|
{
|
|
// foreach (var eventPtr in this)
|
|
RuntimeObject* L_7 = V_2;
|
|
NullCheck(L_7);
|
|
ActionEventPtr_t73A827F31E342D0649AFFDD93F489AC4F88DFB74 L_8;
|
|
L_8 = InterfaceFuncInvoker0< ActionEventPtr_t73A827F31E342D0649AFFDD93F489AC4F88DFB74 >::Invoke(0 /* T System.Collections.Generic.IEnumerator`1<UnityEngine.InputSystem.Utilities.InputActionTrace/ActionEventPtr>::get_Current() */, IEnumerator_1_t3F73EBF6F115C27387F41C96FEA1DDA34172922B_il2cpp_TypeInfo_var, L_7);
|
|
V_3 = L_8;
|
|
// if (!isFirst)
|
|
bool L_9 = V_1;
|
|
if (L_9)
|
|
{
|
|
goto IL_003e_1;
|
|
}
|
|
}
|
|
{
|
|
// str.Append(",\n");
|
|
StringBuilder_t* L_10 = V_0;
|
|
NullCheck(L_10);
|
|
StringBuilder_t* L_11;
|
|
L_11 = StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D(L_10, _stringLiteralBAEB8AB8FA5DBF660BD005C879516F2A127142D3, NULL);
|
|
}
|
|
|
|
IL_003e_1:
|
|
{
|
|
// str.Append(eventPtr.ToString());
|
|
StringBuilder_t* L_12 = V_0;
|
|
String_t* L_13;
|
|
L_13 = ActionEventPtr_ToString_mF3C8F9B31E7B5F80BDCBE7ECA6F7D0C5FD418F60((&V_3), NULL);
|
|
NullCheck(L_12);
|
|
StringBuilder_t* L_14;
|
|
L_14 = StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D(L_12, L_13, NULL);
|
|
// isFirst = false;
|
|
V_1 = (bool)0;
|
|
}
|
|
|
|
IL_0054_1:
|
|
{
|
|
// foreach (var eventPtr in this)
|
|
RuntimeObject* L_15 = V_2;
|
|
NullCheck(L_15);
|
|
bool L_16;
|
|
L_16 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var, L_15);
|
|
if (L_16)
|
|
{
|
|
goto IL_0028_1;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0068;
|
|
}
|
|
}// end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_0068:
|
|
{
|
|
// str.Append(']');
|
|
StringBuilder_t* L_17 = V_0;
|
|
NullCheck(L_17);
|
|
StringBuilder_t* L_18;
|
|
L_18 = StringBuilder_Append_m71228B30F05724CD2CD96D9611DCD61BFB96A6E1(L_17, ((int32_t)93), NULL);
|
|
// return str.ToString();
|
|
StringBuilder_t* L_19 = V_0;
|
|
NullCheck(L_19);
|
|
String_t* L_20;
|
|
L_20 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_19);
|
|
return L_20;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.InputSystem.Utilities.InputActionTrace::Dispose()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionTrace_Dispose_m2393A63B8B5C5912614869BD403B3FD379263AEA (InputActionTrace_t046FE0C3746A1C44ADDD9367AA19409D0097AFC7* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// UnsubscribeFromAll();
|
|
InputActionTrace_UnsubscribeFromAll_m45FFA2F63D670E10196B4EB5E22A6D6DFFFD52FE(__this, NULL);
|
|
// DisposeInternal();
|
|
InputActionTrace_DisposeInternal_m880EA2F10B3C8B986A75254C548168D9F308C080(__this, NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.InputSystem.Utilities.InputActionTrace::DisposeInternal()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionTrace_DisposeInternal_m880EA2F10B3C8B986A75254C548168D9F308C080 (InputActionTrace_t046FE0C3746A1C44ADDD9367AA19409D0097AFC7* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InlinedArray_1_Clear_mDCFA1C172EA0A7615C259F0FD27498F74086454F_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InlinedArray_1_get_Item_m0C8E8595A8338A69B76555F678799BF32CEC8CCE_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
{
|
|
// for (var i = 0; i < m_ActionMapStateClones.length; ++i)
|
|
V_0 = 0;
|
|
goto IL_0019;
|
|
}
|
|
|
|
IL_0004:
|
|
{
|
|
// m_ActionMapStateClones[i].Dispose();
|
|
InlinedArray_1_t4491E87B3C34244B49E0F7EB3C808F6F4F401234* L_0 = (&__this->___m_ActionMapStateClones_6);
|
|
int32_t L_1 = V_0;
|
|
InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* L_2;
|
|
L_2 = InlinedArray_1_get_Item_m0C8E8595A8338A69B76555F678799BF32CEC8CCE(L_0, L_1, InlinedArray_1_get_Item_m0C8E8595A8338A69B76555F678799BF32CEC8CCE_RuntimeMethod_var);
|
|
NullCheck(L_2);
|
|
InputActionState_Dispose_m72C771177F6D31BE676116B49DE758E0F1E67C87(L_2, NULL);
|
|
// for (var i = 0; i < m_ActionMapStateClones.length; ++i)
|
|
int32_t L_3 = V_0;
|
|
V_0 = ((int32_t)il2cpp_codegen_add(L_3, 1));
|
|
}
|
|
|
|
IL_0019:
|
|
{
|
|
// for (var i = 0; i < m_ActionMapStateClones.length; ++i)
|
|
int32_t L_4 = V_0;
|
|
InlinedArray_1_t4491E87B3C34244B49E0F7EB3C808F6F4F401234* L_5 = (&__this->___m_ActionMapStateClones_6);
|
|
int32_t L_6 = L_5->___length_0;
|
|
if ((((int32_t)L_4) < ((int32_t)L_6)))
|
|
{
|
|
goto IL_0004;
|
|
}
|
|
}
|
|
{
|
|
// m_EventBuffer.Dispose();
|
|
InputEventBuffer_t3123D90CE491FA9828E878B2BEF766A3DC6E74FE* L_7 = (&__this->___m_EventBuffer_4);
|
|
InputEventBuffer_Dispose_mC0CD0CC5F58859A221221F1A3FAE84B8EFB5CFF3(L_7, NULL);
|
|
// m_ActionMapStates.Clear();
|
|
InlinedArray_1_t4491E87B3C34244B49E0F7EB3C808F6F4F401234* L_8 = (&__this->___m_ActionMapStates_5);
|
|
InlinedArray_1_Clear_mDCFA1C172EA0A7615C259F0FD27498F74086454F(L_8, InlinedArray_1_Clear_mDCFA1C172EA0A7615C259F0FD27498F74086454F_RuntimeMethod_var);
|
|
// m_ActionMapStateClones.Clear();
|
|
InlinedArray_1_t4491E87B3C34244B49E0F7EB3C808F6F4F401234* L_9 = (&__this->___m_ActionMapStateClones_6);
|
|
InlinedArray_1_Clear_mDCFA1C172EA0A7615C259F0FD27498F74086454F(L_9, InlinedArray_1_Clear_mDCFA1C172EA0A7615C259F0FD27498F74086454F_RuntimeMethod_var);
|
|
// if (m_ActionChangeDelegate != null)
|
|
Action_2_t4D6C6A84A6B44BE6193A1F64753F6E48558FBE9D* L_10 = __this->___m_ActionChangeDelegate_8;
|
|
if (!L_10)
|
|
{
|
|
goto IL_0062;
|
|
}
|
|
}
|
|
{
|
|
// InputSystem.onActionChange -= m_ActionChangeDelegate;
|
|
Action_2_t4D6C6A84A6B44BE6193A1F64753F6E48558FBE9D* L_11 = __this->___m_ActionChangeDelegate_8;
|
|
il2cpp_codegen_runtime_class_init_inline(InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var);
|
|
InputSystem_remove_onActionChange_m791FB8CBC5B77626551D79D43AB92856F44D23AB(L_11, NULL);
|
|
// m_ActionChangeDelegate = null;
|
|
__this->___m_ActionChangeDelegate_8 = (Action_2_t4D6C6A84A6B44BE6193A1F64753F6E48558FBE9D*)NULL;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_ActionChangeDelegate_8), (void*)(Action_2_t4D6C6A84A6B44BE6193A1F64753F6E48558FBE9D*)NULL);
|
|
}
|
|
|
|
IL_0062:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Collections.Generic.IEnumerator`1<UnityEngine.InputSystem.Utilities.InputActionTrace/ActionEventPtr> UnityEngine.InputSystem.Utilities.InputActionTrace::GetEnumerator()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* InputActionTrace_GetEnumerator_mD1C716B8685E9FEE9BB4CDC3E47554014651EB09 (InputActionTrace_t046FE0C3746A1C44ADDD9367AA19409D0097AFC7* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_tC0F792D149DF8552C0B6721D81AA1D51AF62EEC6_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// return new Enumerator(this);
|
|
Enumerator_tC0F792D149DF8552C0B6721D81AA1D51AF62EEC6 L_0;
|
|
memset((&L_0), 0, sizeof(L_0));
|
|
Enumerator__ctor_m6063AA7C8ED2D59B6429C7CFEFC3C3184B074F63((&L_0), __this, /*hidden argument*/NULL);
|
|
Enumerator_tC0F792D149DF8552C0B6721D81AA1D51AF62EEC6 L_1 = L_0;
|
|
RuntimeObject* L_2 = Box(Enumerator_tC0F792D149DF8552C0B6721D81AA1D51AF62EEC6_il2cpp_TypeInfo_var, &L_1);
|
|
return (RuntimeObject*)L_2;
|
|
}
|
|
}
|
|
// System.Collections.IEnumerator UnityEngine.InputSystem.Utilities.InputActionTrace::System.Collections.IEnumerable.GetEnumerator()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* InputActionTrace_System_Collections_IEnumerable_GetEnumerator_m32F0FC672908ADB81B8605052F5DEA9AA989E691 (InputActionTrace_t046FE0C3746A1C44ADDD9367AA19409D0097AFC7* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// return GetEnumerator();
|
|
RuntimeObject* L_0;
|
|
L_0 = InputActionTrace_GetEnumerator_mD1C716B8685E9FEE9BB4CDC3E47554014651EB09(__this, NULL);
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.InputSystem.Utilities.InputActionTrace::HookOnActionChange()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionTrace_HookOnActionChange_m757FFEDD56CE7DB4C26DE3E16A35027BE7B504C2 (InputActionTrace_t046FE0C3746A1C44ADDD9367AA19409D0097AFC7* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_2_t4D6C6A84A6B44BE6193A1F64753F6E48558FBE9D_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputActionTrace_OnActionChange_mEA40F22E00D09FAD29E5D2838680D8E0FEC05EC5_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// if (m_OnActionChangeHooked)
|
|
bool L_0 = __this->___m_OnActionChangeHooked_1;
|
|
if (!L_0)
|
|
{
|
|
goto IL_0009;
|
|
}
|
|
}
|
|
{
|
|
// return;
|
|
return;
|
|
}
|
|
|
|
IL_0009:
|
|
{
|
|
// if (m_ActionChangeDelegate == null)
|
|
Action_2_t4D6C6A84A6B44BE6193A1F64753F6E48558FBE9D* L_1 = __this->___m_ActionChangeDelegate_8;
|
|
if (L_1)
|
|
{
|
|
goto IL_0023;
|
|
}
|
|
}
|
|
{
|
|
// m_ActionChangeDelegate = OnActionChange;
|
|
Action_2_t4D6C6A84A6B44BE6193A1F64753F6E48558FBE9D* L_2 = (Action_2_t4D6C6A84A6B44BE6193A1F64753F6E48558FBE9D*)il2cpp_codegen_object_new(Action_2_t4D6C6A84A6B44BE6193A1F64753F6E48558FBE9D_il2cpp_TypeInfo_var);
|
|
NullCheck(L_2);
|
|
Action_2__ctor_m0084993EFF242AD712CBF7FE45346F734ABFB0B8(L_2, __this, (intptr_t)((void*)InputActionTrace_OnActionChange_mEA40F22E00D09FAD29E5D2838680D8E0FEC05EC5_RuntimeMethod_var), NULL);
|
|
__this->___m_ActionChangeDelegate_8 = L_2;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_ActionChangeDelegate_8), (void*)L_2);
|
|
}
|
|
|
|
IL_0023:
|
|
{
|
|
// InputSystem.onActionChange += m_ActionChangeDelegate;
|
|
Action_2_t4D6C6A84A6B44BE6193A1F64753F6E48558FBE9D* L_3 = __this->___m_ActionChangeDelegate_8;
|
|
il2cpp_codegen_runtime_class_init_inline(InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var);
|
|
InputSystem_add_onActionChange_m781F9B948CECB8E816D2C8AC924D45B8202C72BC(L_3, NULL);
|
|
// m_OnActionChangeHooked = true;
|
|
__this->___m_OnActionChangeHooked_1 = (bool)1;
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.InputSystem.Utilities.InputActionTrace::UnhookOnActionChange()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionTrace_UnhookOnActionChange_m47FC78BBDA82DE71A8D282473851457E80C24FD3 (InputActionTrace_t046FE0C3746A1C44ADDD9367AA19409D0097AFC7* __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_OnActionChangeHooked)
|
|
bool L_0 = __this->___m_OnActionChangeHooked_1;
|
|
if (L_0)
|
|
{
|
|
goto IL_0009;
|
|
}
|
|
}
|
|
{
|
|
// return;
|
|
return;
|
|
}
|
|
|
|
IL_0009:
|
|
{
|
|
// InputSystem.onActionChange -= m_ActionChangeDelegate;
|
|
Action_2_t4D6C6A84A6B44BE6193A1F64753F6E48558FBE9D* L_1 = __this->___m_ActionChangeDelegate_8;
|
|
il2cpp_codegen_runtime_class_init_inline(InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var);
|
|
InputSystem_remove_onActionChange_m791FB8CBC5B77626551D79D43AB92856F44D23AB(L_1, NULL);
|
|
// m_OnActionChangeHooked = false;
|
|
__this->___m_OnActionChangeHooked_1 = (bool)0;
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.InputSystem.Utilities.InputActionTrace::OnActionChange(System.Object,UnityEngine.InputSystem.InputActionChange)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionTrace_OnActionChange_mEA40F22E00D09FAD29E5D2838680D8E0FEC05EC5 (InputActionTrace_t046FE0C3746A1C44ADDD9367AA19409D0097AFC7* __this, RuntimeObject* ___0_actionOrMapOrAsset, int32_t ___1_change, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_Dispose_mEBA9B463E0C56E465374E121B30DD6556395FD2A_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_mF057AC27626CFDA56DE3967C9BEA2F87848D0F1C_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_mCF93DD185E684427D01288898FAA5BB2B20B3931_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlyArray_1_GetEnumerator_m6B531B17000F73D30B2898B8E2E097389A812938_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* V_0 = NULL;
|
|
int32_t V_1 = 0;
|
|
InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* V_2 = NULL;
|
|
CallbackContext_tB251EE41F509C6E8A6B05EC97C029A45DF4F5FA8 V_3;
|
|
memset((&V_3), 0, sizeof(V_3));
|
|
CallbackContext_tB251EE41F509C6E8A6B05EC97C029A45DF4F5FA8 V_4;
|
|
memset((&V_4), 0, sizeof(V_4));
|
|
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* V_5 = NULL;
|
|
InputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D* V_6 = NULL;
|
|
Enumerator_t6F8E3C50C50BA77214BAA164C6E27F0E2AA547EA V_7;
|
|
memset((&V_7), 0, sizeof(V_7));
|
|
ReadOnlyArray_1_tB688C6ED4807227AAD260815DAFB574392403081 V_8;
|
|
memset((&V_8), 0, sizeof(V_8));
|
|
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* V_9 = NULL;
|
|
{
|
|
// if (m_SubscribedToAll)
|
|
bool L_0 = __this->___m_SubscribedToAll_0;
|
|
if (!L_0)
|
|
{
|
|
goto IL_0049;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_1 = ___1_change;
|
|
if ((!(((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_1, 4))) <= ((uint32_t)2))))
|
|
{
|
|
goto IL_0049;
|
|
}
|
|
}
|
|
{
|
|
// var triggeredAction = (InputAction)actionOrMapOrAsset;
|
|
RuntimeObject* L_2 = ___0_actionOrMapOrAsset;
|
|
// var actionIndex = triggeredAction.m_ActionIndexInState;
|
|
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_3 = ((InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD*)CastclassSealed((RuntimeObject*)L_2, InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD_il2cpp_TypeInfo_var));
|
|
NullCheck(L_3);
|
|
int32_t L_4 = L_3->___m_ActionIndexInState_13;
|
|
V_1 = L_4;
|
|
// var stateForAction = triggeredAction.m_ActionMap.m_State;
|
|
NullCheck(L_3);
|
|
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_5 = L_3->___m_ActionMap_14;
|
|
NullCheck(L_5);
|
|
InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* L_6 = L_5->___m_State_10;
|
|
V_2 = L_6;
|
|
// var context = new InputAction.CallbackContext
|
|
// {
|
|
// m_State = stateForAction,
|
|
// m_ActionIndex = actionIndex,
|
|
// };
|
|
il2cpp_codegen_initobj((&V_4), sizeof(CallbackContext_tB251EE41F509C6E8A6B05EC97C029A45DF4F5FA8));
|
|
InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* L_7 = V_2;
|
|
(&V_4)->___m_State_0 = L_7;
|
|
Il2CppCodeGenWriteBarrier((void**)(&(&V_4)->___m_State_0), (void*)L_7);
|
|
int32_t L_8 = V_1;
|
|
(&V_4)->___m_ActionIndex_1 = L_8;
|
|
CallbackContext_tB251EE41F509C6E8A6B05EC97C029A45DF4F5FA8 L_9 = V_4;
|
|
V_3 = L_9;
|
|
// RecordAction(context);
|
|
CallbackContext_tB251EE41F509C6E8A6B05EC97C029A45DF4F5FA8 L_10 = V_3;
|
|
InputActionTrace_RecordAction_mFBD1B7BAB17B433212B8F324401300830947DA34(__this, L_10, NULL);
|
|
// return;
|
|
return;
|
|
}
|
|
|
|
IL_0049:
|
|
{
|
|
// if (change != InputActionChange.BoundControlsAboutToChange)
|
|
int32_t L_11 = ___1_change;
|
|
if ((((int32_t)L_11) == ((int32_t)7)))
|
|
{
|
|
goto IL_004e;
|
|
}
|
|
}
|
|
{
|
|
// return;
|
|
return;
|
|
}
|
|
|
|
IL_004e:
|
|
{
|
|
// if (actionOrMapOrAsset is InputAction action)
|
|
RuntimeObject* L_12 = ___0_actionOrMapOrAsset;
|
|
V_0 = ((InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD*)IsInstSealed((RuntimeObject*)L_12, InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD_il2cpp_TypeInfo_var));
|
|
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_13 = V_0;
|
|
if (!L_13)
|
|
{
|
|
goto IL_0065;
|
|
}
|
|
}
|
|
{
|
|
// CloneActionStateBeforeBindingsChange(action.m_ActionMap);
|
|
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_14 = V_0;
|
|
NullCheck(L_14);
|
|
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_15 = L_14->___m_ActionMap_14;
|
|
InputActionTrace_CloneActionStateBeforeBindingsChange_mA9B74CD2A0548D4056F62B80120C1B65AD95799B(__this, L_15, NULL);
|
|
return;
|
|
}
|
|
|
|
IL_0065:
|
|
{
|
|
// else if (actionOrMapOrAsset is InputActionMap actionMap)
|
|
RuntimeObject* L_16 = ___0_actionOrMapOrAsset;
|
|
V_5 = ((InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09*)IsInstSealed((RuntimeObject*)L_16, InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09_il2cpp_TypeInfo_var));
|
|
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_17 = V_5;
|
|
if (!L_17)
|
|
{
|
|
goto IL_007a;
|
|
}
|
|
}
|
|
{
|
|
// CloneActionStateBeforeBindingsChange(actionMap);
|
|
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_18 = V_5;
|
|
InputActionTrace_CloneActionStateBeforeBindingsChange_mA9B74CD2A0548D4056F62B80120C1B65AD95799B(__this, L_18, NULL);
|
|
return;
|
|
}
|
|
|
|
IL_007a:
|
|
{
|
|
// else if (actionOrMapOrAsset is InputActionAsset actionAsset)
|
|
RuntimeObject* L_19 = ___0_actionOrMapOrAsset;
|
|
V_6 = ((InputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D*)IsInstClass((RuntimeObject*)L_19, InputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D_il2cpp_TypeInfo_var));
|
|
InputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D* L_20 = V_6;
|
|
if (!L_20)
|
|
{
|
|
goto IL_00c4;
|
|
}
|
|
}
|
|
{
|
|
// foreach (var actionMapInAsset in actionAsset.actionMaps)
|
|
InputActionAsset_tF217AC5223B4AAA46EBCB44B33E9259FB117417D* L_21 = V_6;
|
|
NullCheck(L_21);
|
|
ReadOnlyArray_1_tB688C6ED4807227AAD260815DAFB574392403081 L_22;
|
|
L_22 = InputActionAsset_get_actionMaps_m4466B91D0F82214F6B3CBE373B64D785657B63B4(L_21, NULL);
|
|
V_8 = L_22;
|
|
Enumerator_t6F8E3C50C50BA77214BAA164C6E27F0E2AA547EA L_23;
|
|
L_23 = ReadOnlyArray_1_GetEnumerator_m6B531B17000F73D30B2898B8E2E097389A812938((&V_8), ReadOnlyArray_1_GetEnumerator_m6B531B17000F73D30B2898B8E2E097389A812938_RuntimeMethod_var);
|
|
V_7 = L_23;
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_00b6:
|
|
{// begin finally (depth: 1)
|
|
Enumerator_Dispose_mEBA9B463E0C56E465374E121B30DD6556395FD2A((&V_7), Enumerator_Dispose_mEBA9B463E0C56E465374E121B30DD6556395FD2A_RuntimeMethod_var);
|
|
return;
|
|
}// end finally (depth: 1)
|
|
});
|
|
try
|
|
{// begin try (depth: 1)
|
|
{
|
|
goto IL_00ab_1;
|
|
}
|
|
|
|
IL_009a_1:
|
|
{
|
|
// foreach (var actionMapInAsset in actionAsset.actionMaps)
|
|
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_24;
|
|
L_24 = Enumerator_get_Current_mCF93DD185E684427D01288898FAA5BB2B20B3931((&V_7), Enumerator_get_Current_mCF93DD185E684427D01288898FAA5BB2B20B3931_RuntimeMethod_var);
|
|
V_9 = L_24;
|
|
// CloneActionStateBeforeBindingsChange(actionMapInAsset);
|
|
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_25 = V_9;
|
|
InputActionTrace_CloneActionStateBeforeBindingsChange_mA9B74CD2A0548D4056F62B80120C1B65AD95799B(__this, L_25, NULL);
|
|
}
|
|
|
|
IL_00ab_1:
|
|
{
|
|
// foreach (var actionMapInAsset in actionAsset.actionMaps)
|
|
bool L_26;
|
|
L_26 = Enumerator_MoveNext_mF057AC27626CFDA56DE3967C9BEA2F87848D0F1C((&V_7), Enumerator_MoveNext_mF057AC27626CFDA56DE3967C9BEA2F87848D0F1C_RuntimeMethod_var);
|
|
if (L_26)
|
|
{
|
|
goto IL_009a_1;
|
|
}
|
|
}
|
|
{
|
|
goto IL_00c4;
|
|
}
|
|
}// end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_00c4:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.InputSystem.Utilities.InputActionTrace::CloneActionStateBeforeBindingsChange(UnityEngine.InputSystem.InputActionMap)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputActionTrace_CloneActionStateBeforeBindingsChange_mA9B74CD2A0548D4056F62B80120C1B65AD95799B (InputActionTrace_t046FE0C3746A1C44ADDD9367AA19409D0097AFC7* __this, InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* ___0_actionMap, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InlinedArray_1_Append_m9C15BCB725C9DDF777EFE497951661E79C21971F_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InlinedArray_1_set_Item_mBB25A5AB859D05A77FAB737EC43EA83CBB18033A_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputArrayExtensions_IndexOfReference_TisInputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700_m3F4A27E54D872B168C891F35FAF4A60288C33533_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* V_0 = NULL;
|
|
int32_t V_1 = 0;
|
|
InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* V_2 = NULL;
|
|
{
|
|
// var state = actionMap.m_State;
|
|
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_0 = ___0_actionMap;
|
|
NullCheck(L_0);
|
|
InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* L_1 = L_0->___m_State_10;
|
|
V_0 = L_1;
|
|
// if (state == null)
|
|
InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* L_2 = V_0;
|
|
if (L_2)
|
|
{
|
|
goto IL_000b;
|
|
}
|
|
}
|
|
{
|
|
// return;
|
|
return;
|
|
}
|
|
|
|
IL_000b:
|
|
{
|
|
// var stateIndex = m_ActionMapStates.IndexOfReference(state);
|
|
InlinedArray_1_t4491E87B3C34244B49E0F7EB3C808F6F4F401234 L_3 = __this->___m_ActionMapStates_5;
|
|
InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* L_4 = V_0;
|
|
int32_t L_5;
|
|
L_5 = InputArrayExtensions_IndexOfReference_TisInputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700_m3F4A27E54D872B168C891F35FAF4A60288C33533(L_3, L_4, InputArrayExtensions_IndexOfReference_TisInputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700_m3F4A27E54D872B168C891F35FAF4A60288C33533_RuntimeMethod_var);
|
|
V_1 = L_5;
|
|
// if (stateIndex == -1)
|
|
int32_t L_6 = V_1;
|
|
if ((!(((uint32_t)L_6) == ((uint32_t)(-1)))))
|
|
{
|
|
goto IL_001d;
|
|
}
|
|
}
|
|
{
|
|
// return;
|
|
return;
|
|
}
|
|
|
|
IL_001d:
|
|
{
|
|
// var clone = state.Clone();
|
|
InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* L_7 = V_0;
|
|
NullCheck(L_7);
|
|
InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* L_8;
|
|
L_8 = InputActionState_Clone_m47C14D737D198E9FE1D210DD22B5E7BE07C93916(L_7, NULL);
|
|
V_2 = L_8;
|
|
// m_ActionMapStateClones.Append(clone);
|
|
InlinedArray_1_t4491E87B3C34244B49E0F7EB3C808F6F4F401234* L_9 = (&__this->___m_ActionMapStateClones_6);
|
|
InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* L_10 = V_2;
|
|
int32_t L_11;
|
|
L_11 = InlinedArray_1_Append_m9C15BCB725C9DDF777EFE497951661E79C21971F(L_9, L_10, InlinedArray_1_Append_m9C15BCB725C9DDF777EFE497951661E79C21971F_RuntimeMethod_var);
|
|
// m_ActionMapStates[stateIndex] = clone;
|
|
InlinedArray_1_t4491E87B3C34244B49E0F7EB3C808F6F4F401234* L_12 = (&__this->___m_ActionMapStates_5);
|
|
int32_t L_13 = V_1;
|
|
InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* L_14 = V_2;
|
|
InlinedArray_1_set_Item_mBB25A5AB859D05A77FAB737EC43EA83CBB18033A(L_12, L_13, L_14, InlinedArray_1_set_Item_mBB25A5AB859D05A77FAB737EC43EA83CBB18033A_RuntimeMethod_var);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// Conversion methods for marshalling of: UnityEngine.InputSystem.Utilities.InputActionTrace/ActionEventPtr
|
|
IL2CPP_EXTERN_C void ActionEventPtr_t73A827F31E342D0649AFFDD93F489AC4F88DFB74_marshal_pinvoke(const ActionEventPtr_t73A827F31E342D0649AFFDD93F489AC4F88DFB74& unmarshaled, ActionEventPtr_t73A827F31E342D0649AFFDD93F489AC4F88DFB74_marshaled_pinvoke& marshaled)
|
|
{
|
|
Exception_t* ___m_State_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'm_State' of type 'ActionEventPtr': Reference type field marshaling is not supported.");
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(___m_State_0Exception, NULL);
|
|
}
|
|
IL2CPP_EXTERN_C void ActionEventPtr_t73A827F31E342D0649AFFDD93F489AC4F88DFB74_marshal_pinvoke_back(const ActionEventPtr_t73A827F31E342D0649AFFDD93F489AC4F88DFB74_marshaled_pinvoke& marshaled, ActionEventPtr_t73A827F31E342D0649AFFDD93F489AC4F88DFB74& unmarshaled)
|
|
{
|
|
Exception_t* ___m_State_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'm_State' of type 'ActionEventPtr': 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.Utilities.InputActionTrace/ActionEventPtr
|
|
IL2CPP_EXTERN_C void ActionEventPtr_t73A827F31E342D0649AFFDD93F489AC4F88DFB74_marshal_pinvoke_cleanup(ActionEventPtr_t73A827F31E342D0649AFFDD93F489AC4F88DFB74_marshaled_pinvoke& marshaled)
|
|
{
|
|
}
|
|
// Conversion methods for marshalling of: UnityEngine.InputSystem.Utilities.InputActionTrace/ActionEventPtr
|
|
IL2CPP_EXTERN_C void ActionEventPtr_t73A827F31E342D0649AFFDD93F489AC4F88DFB74_marshal_com(const ActionEventPtr_t73A827F31E342D0649AFFDD93F489AC4F88DFB74& unmarshaled, ActionEventPtr_t73A827F31E342D0649AFFDD93F489AC4F88DFB74_marshaled_com& marshaled)
|
|
{
|
|
Exception_t* ___m_State_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'm_State' of type 'ActionEventPtr': Reference type field marshaling is not supported.");
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(___m_State_0Exception, NULL);
|
|
}
|
|
IL2CPP_EXTERN_C void ActionEventPtr_t73A827F31E342D0649AFFDD93F489AC4F88DFB74_marshal_com_back(const ActionEventPtr_t73A827F31E342D0649AFFDD93F489AC4F88DFB74_marshaled_com& marshaled, ActionEventPtr_t73A827F31E342D0649AFFDD93F489AC4F88DFB74& unmarshaled)
|
|
{
|
|
Exception_t* ___m_State_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'm_State' of type 'ActionEventPtr': 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.Utilities.InputActionTrace/ActionEventPtr
|
|
IL2CPP_EXTERN_C void ActionEventPtr_t73A827F31E342D0649AFFDD93F489AC4F88DFB74_marshal_com_cleanup(ActionEventPtr_t73A827F31E342D0649AFFDD93F489AC4F88DFB74_marshaled_com& marshaled)
|
|
{
|
|
}
|
|
// UnityEngine.InputSystem.InputAction UnityEngine.InputSystem.Utilities.InputActionTrace/ActionEventPtr::get_action()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* ActionEventPtr_get_action_m23A3313B38BDC794FDA707D321E173923358609F (ActionEventPtr_t73A827F31E342D0649AFFDD93F489AC4F88DFB74* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public InputAction action => m_State.GetActionOrNull(m_Ptr->bindingIndex);
|
|
InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* L_0 = __this->___m_State_0;
|
|
ActionEvent_tFC934B0EAC602EBEF4E6F4A34EC21B329DE11444* L_1 = __this->___m_Ptr_1;
|
|
int32_t L_2;
|
|
L_2 = ActionEvent_get_bindingIndex_m95BC43710F538E6E696644A9CABD5EC4FAA97400_inline((ActionEvent_tFC934B0EAC602EBEF4E6F4A34EC21B329DE11444*)L_1, NULL);
|
|
NullCheck(L_0);
|
|
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_3;
|
|
L_3 = InputActionState_GetActionOrNull_mA153B3BAE32C8DE156B1D1761CA155522020432A(L_0, L_2, NULL);
|
|
return L_3;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* ActionEventPtr_get_action_m23A3313B38BDC794FDA707D321E173923358609F_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
ActionEventPtr_t73A827F31E342D0649AFFDD93F489AC4F88DFB74* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<ActionEventPtr_t73A827F31E342D0649AFFDD93F489AC4F88DFB74*>(__this + _offset);
|
|
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* _returnValue;
|
|
_returnValue = ActionEventPtr_get_action_m23A3313B38BDC794FDA707D321E173923358609F(_thisAdjusted, method);
|
|
return _returnValue;
|
|
}
|
|
// UnityEngine.InputSystem.InputActionPhase UnityEngine.InputSystem.Utilities.InputActionTrace/ActionEventPtr::get_phase()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ActionEventPtr_get_phase_m26D6B05FAB20762B638F92C5EBDAB9C5556CAE1C (ActionEventPtr_t73A827F31E342D0649AFFDD93F489AC4F88DFB74* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public InputActionPhase phase => m_Ptr->phase;
|
|
ActionEvent_tFC934B0EAC602EBEF4E6F4A34EC21B329DE11444* L_0 = __this->___m_Ptr_1;
|
|
int32_t L_1;
|
|
L_1 = ActionEvent_get_phase_mA5D0A72C4C5DD7D0F562AAC03812667D7D467AC9_inline((ActionEvent_tFC934B0EAC602EBEF4E6F4A34EC21B329DE11444*)L_0, NULL);
|
|
return L_1;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C int32_t ActionEventPtr_get_phase_m26D6B05FAB20762B638F92C5EBDAB9C5556CAE1C_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
ActionEventPtr_t73A827F31E342D0649AFFDD93F489AC4F88DFB74* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<ActionEventPtr_t73A827F31E342D0649AFFDD93F489AC4F88DFB74*>(__this + _offset);
|
|
int32_t _returnValue;
|
|
_returnValue = ActionEventPtr_get_phase_m26D6B05FAB20762B638F92C5EBDAB9C5556CAE1C(_thisAdjusted, method);
|
|
return _returnValue;
|
|
}
|
|
// UnityEngine.InputSystem.InputControl UnityEngine.InputSystem.Utilities.InputActionTrace/ActionEventPtr::get_control()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* ActionEventPtr_get_control_mFE74D3C7F84BA6B052BD7C51D7CD7D37813CDD68 (ActionEventPtr_t73A827F31E342D0649AFFDD93F489AC4F88DFB74* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public InputControl control => m_State.controls[m_Ptr->controlIndex];
|
|
InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* L_0 = __this->___m_State_0;
|
|
NullCheck(L_0);
|
|
InputControlU5BU5D_t0B951FEF1504D6340387C4735F5D6F426F40FE17* L_1 = L_0->___controls_2;
|
|
ActionEvent_tFC934B0EAC602EBEF4E6F4A34EC21B329DE11444* L_2 = __this->___m_Ptr_1;
|
|
int32_t L_3;
|
|
L_3 = ActionEvent_get_controlIndex_m6AD8C96BCD3A38D6FFC823F98673549CAADB1715_inline((ActionEvent_tFC934B0EAC602EBEF4E6F4A34EC21B329DE11444*)L_2, NULL);
|
|
NullCheck(L_1);
|
|
int32_t L_4 = L_3;
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_5 = (L_1)->GetAt(static_cast<il2cpp_array_size_t>(L_4));
|
|
return L_5;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* ActionEventPtr_get_control_mFE74D3C7F84BA6B052BD7C51D7CD7D37813CDD68_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
ActionEventPtr_t73A827F31E342D0649AFFDD93F489AC4F88DFB74* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<ActionEventPtr_t73A827F31E342D0649AFFDD93F489AC4F88DFB74*>(__this + _offset);
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* _returnValue;
|
|
_returnValue = ActionEventPtr_get_control_mFE74D3C7F84BA6B052BD7C51D7CD7D37813CDD68(_thisAdjusted, method);
|
|
return _returnValue;
|
|
}
|
|
// UnityEngine.InputSystem.IInputInteraction UnityEngine.InputSystem.Utilities.InputActionTrace/ActionEventPtr::get_interaction()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ActionEventPtr_get_interaction_mDC4B1654C90382809ED75DFAD09EB2F8767B2F7E (ActionEventPtr_t73A827F31E342D0649AFFDD93F489AC4F88DFB74* __this, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
{
|
|
// var index = m_Ptr->interactionIndex;
|
|
ActionEvent_tFC934B0EAC602EBEF4E6F4A34EC21B329DE11444* L_0 = __this->___m_Ptr_1;
|
|
int32_t L_1;
|
|
L_1 = ActionEvent_get_interactionIndex_m5609EC04CE26D86650CF0829F907D478A209286E((ActionEvent_tFC934B0EAC602EBEF4E6F4A34EC21B329DE11444*)L_0, NULL);
|
|
V_0 = L_1;
|
|
// if (index == InputActionState.kInvalidIndex)
|
|
int32_t L_2 = V_0;
|
|
if ((!(((uint32_t)L_2) == ((uint32_t)(-1)))))
|
|
{
|
|
goto IL_0012;
|
|
}
|
|
}
|
|
{
|
|
// return null;
|
|
return (RuntimeObject*)NULL;
|
|
}
|
|
|
|
IL_0012:
|
|
{
|
|
// return m_State.interactions[index];
|
|
InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* L_3 = __this->___m_State_0;
|
|
NullCheck(L_3);
|
|
IInputInteractionU5BU5D_t175AB10EB3221C36393F258F530F94D8DD01CB93* L_4 = L_3->___interactions_3;
|
|
int32_t L_5 = V_0;
|
|
NullCheck(L_4);
|
|
int32_t L_6 = L_5;
|
|
RuntimeObject* L_7 = (L_4)->GetAt(static_cast<il2cpp_array_size_t>(L_6));
|
|
return L_7;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C RuntimeObject* ActionEventPtr_get_interaction_mDC4B1654C90382809ED75DFAD09EB2F8767B2F7E_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
ActionEventPtr_t73A827F31E342D0649AFFDD93F489AC4F88DFB74* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<ActionEventPtr_t73A827F31E342D0649AFFDD93F489AC4F88DFB74*>(__this + _offset);
|
|
RuntimeObject* _returnValue;
|
|
_returnValue = ActionEventPtr_get_interaction_mDC4B1654C90382809ED75DFAD09EB2F8767B2F7E(_thisAdjusted, method);
|
|
return _returnValue;
|
|
}
|
|
// System.Double UnityEngine.InputSystem.Utilities.InputActionTrace/ActionEventPtr::get_time()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double ActionEventPtr_get_time_mE0AF560F5C023A3F2282A284F8D6FE86FDABD1D1 (ActionEventPtr_t73A827F31E342D0649AFFDD93F489AC4F88DFB74* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public double time => m_Ptr->baseEvent.time;
|
|
ActionEvent_tFC934B0EAC602EBEF4E6F4A34EC21B329DE11444* L_0 = __this->___m_Ptr_1;
|
|
NullCheck(L_0);
|
|
InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5* L_1 = (&L_0->___baseEvent_0);
|
|
double L_2;
|
|
L_2 = InputEvent_get_time_mD4A6C01A2B7BFB9ECAD089197C573886E3F70ADB(L_1, NULL);
|
|
return L_2;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C double ActionEventPtr_get_time_mE0AF560F5C023A3F2282A284F8D6FE86FDABD1D1_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
ActionEventPtr_t73A827F31E342D0649AFFDD93F489AC4F88DFB74* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<ActionEventPtr_t73A827F31E342D0649AFFDD93F489AC4F88DFB74*>(__this + _offset);
|
|
double _returnValue;
|
|
_returnValue = ActionEventPtr_get_time_mE0AF560F5C023A3F2282A284F8D6FE86FDABD1D1(_thisAdjusted, method);
|
|
return _returnValue;
|
|
}
|
|
// System.Double UnityEngine.InputSystem.Utilities.InputActionTrace/ActionEventPtr::get_startTime()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double ActionEventPtr_get_startTime_mFD59A4BFD01E8DEAF054C649DBDDA7E02FADA523 (ActionEventPtr_t73A827F31E342D0649AFFDD93F489AC4F88DFB74* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public double startTime => m_Ptr->startTime;
|
|
ActionEvent_tFC934B0EAC602EBEF4E6F4A34EC21B329DE11444* L_0 = __this->___m_Ptr_1;
|
|
double L_1;
|
|
L_1 = ActionEvent_get_startTime_mFC441D783C0FF36A0DCF844F6CB4C51F7B507DC9_inline((ActionEvent_tFC934B0EAC602EBEF4E6F4A34EC21B329DE11444*)L_0, NULL);
|
|
return L_1;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C double ActionEventPtr_get_startTime_mFD59A4BFD01E8DEAF054C649DBDDA7E02FADA523_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
ActionEventPtr_t73A827F31E342D0649AFFDD93F489AC4F88DFB74* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<ActionEventPtr_t73A827F31E342D0649AFFDD93F489AC4F88DFB74*>(__this + _offset);
|
|
double _returnValue;
|
|
_returnValue = ActionEventPtr_get_startTime_mFD59A4BFD01E8DEAF054C649DBDDA7E02FADA523(_thisAdjusted, method);
|
|
return _returnValue;
|
|
}
|
|
// System.Double UnityEngine.InputSystem.Utilities.InputActionTrace/ActionEventPtr::get_duration()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double ActionEventPtr_get_duration_m625EEC2E34F1B813DF7ACDAF7341D7C9D4F5F6DF (ActionEventPtr_t73A827F31E342D0649AFFDD93F489AC4F88DFB74* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public double duration => time - startTime;
|
|
double L_0;
|
|
L_0 = ActionEventPtr_get_time_mE0AF560F5C023A3F2282A284F8D6FE86FDABD1D1(__this, NULL);
|
|
double L_1;
|
|
L_1 = ActionEventPtr_get_startTime_mFD59A4BFD01E8DEAF054C649DBDDA7E02FADA523(__this, NULL);
|
|
return ((double)il2cpp_codegen_subtract(L_0, L_1));
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C double ActionEventPtr_get_duration_m625EEC2E34F1B813DF7ACDAF7341D7C9D4F5F6DF_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
ActionEventPtr_t73A827F31E342D0649AFFDD93F489AC4F88DFB74* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<ActionEventPtr_t73A827F31E342D0649AFFDD93F489AC4F88DFB74*>(__this + _offset);
|
|
double _returnValue;
|
|
_returnValue = ActionEventPtr_get_duration_m625EEC2E34F1B813DF7ACDAF7341D7C9D4F5F6DF(_thisAdjusted, method);
|
|
return _returnValue;
|
|
}
|
|
// System.Int32 UnityEngine.InputSystem.Utilities.InputActionTrace/ActionEventPtr::get_valueSizeInBytes()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ActionEventPtr_get_valueSizeInBytes_mBF3829D5312AC6705DD171C026ACA01FCCCB90FD (ActionEventPtr_t73A827F31E342D0649AFFDD93F489AC4F88DFB74* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public int valueSizeInBytes => m_Ptr->valueSizeInBytes;
|
|
ActionEvent_tFC934B0EAC602EBEF4E6F4A34EC21B329DE11444* L_0 = __this->___m_Ptr_1;
|
|
int32_t L_1;
|
|
L_1 = ActionEvent_get_valueSizeInBytes_m76C6A128C9C3E3747FE7917EA1760B74647FD19C((ActionEvent_tFC934B0EAC602EBEF4E6F4A34EC21B329DE11444*)L_0, NULL);
|
|
return L_1;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C int32_t ActionEventPtr_get_valueSizeInBytes_mBF3829D5312AC6705DD171C026ACA01FCCCB90FD_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
ActionEventPtr_t73A827F31E342D0649AFFDD93F489AC4F88DFB74* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<ActionEventPtr_t73A827F31E342D0649AFFDD93F489AC4F88DFB74*>(__this + _offset);
|
|
int32_t _returnValue;
|
|
_returnValue = ActionEventPtr_get_valueSizeInBytes_mBF3829D5312AC6705DD171C026ACA01FCCCB90FD(_thisAdjusted, method);
|
|
return _returnValue;
|
|
}
|
|
// System.Object UnityEngine.InputSystem.Utilities.InputActionTrace/ActionEventPtr::ReadValueAsObject()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ActionEventPtr_ReadValueAsObject_m73DFA81422C46AA5A7CFC1FF6C11E9B378BB0A77 (ActionEventPtr_t73A827F31E342D0649AFFDD93F489AC4F88DFB74* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Marshal_tD976A56A90263C3CE2B780D4B1CADADE2E70B4A7_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
uint8_t* V_0 = NULL;
|
|
int32_t V_1 = 0;
|
|
int32_t V_2 = 0;
|
|
int32_t V_3 = 0;
|
|
int32_t V_4 = 0;
|
|
InputBindingComposite_tA9230435A30FB5B2D4967D6FAE7EFABBBF26C0C0* V_5 = NULL;
|
|
Type_t* V_6 = NULL;
|
|
{
|
|
// if (m_Ptr == null)
|
|
ActionEvent_tFC934B0EAC602EBEF4E6F4A34EC21B329DE11444* L_0 = __this->___m_Ptr_1;
|
|
if ((!(((uintptr_t)L_0) == ((uintptr_t)((uintptr_t)0)))))
|
|
{
|
|
goto IL_0015;
|
|
}
|
|
}
|
|
{
|
|
// throw new InvalidOperationException("ActionEventPtr is invalid");
|
|
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*)&_stringLiteralA3F52EE884CB796AF4600C7DC2072A8186379111)), NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ActionEventPtr_ReadValueAsObject_m73DFA81422C46AA5A7CFC1FF6C11E9B378BB0A77_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_0015:
|
|
{
|
|
// var valuePtr = m_Ptr->valueData;
|
|
ActionEvent_tFC934B0EAC602EBEF4E6F4A34EC21B329DE11444* L_2 = __this->___m_Ptr_1;
|
|
uint8_t* L_3;
|
|
L_3 = ActionEvent_get_valueData_m90D8EEC0EBFC775772BCF3FCB60FCBFA282D3E4C((ActionEvent_tFC934B0EAC602EBEF4E6F4A34EC21B329DE11444*)L_2, NULL);
|
|
V_0 = L_3;
|
|
// var bindingIndex = m_Ptr->bindingIndex;
|
|
ActionEvent_tFC934B0EAC602EBEF4E6F4A34EC21B329DE11444* L_4 = __this->___m_Ptr_1;
|
|
int32_t L_5;
|
|
L_5 = ActionEvent_get_bindingIndex_m95BC43710F538E6E696644A9CABD5EC4FAA97400_inline((ActionEvent_tFC934B0EAC602EBEF4E6F4A34EC21B329DE11444*)L_4, NULL);
|
|
V_1 = L_5;
|
|
// if (m_State.bindingStates[bindingIndex].isPartOfComposite)
|
|
InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* L_6 = __this->___m_State_0;
|
|
NullCheck(L_6);
|
|
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* L_7;
|
|
L_7 = InputActionState_get_bindingStates_mF497553BC159C0B3BFE6A8BAD6336EB09CB4B2DE(L_6, NULL);
|
|
int32_t L_8 = V_1;
|
|
uint32_t L_9 = sizeof(BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA);
|
|
bool L_10;
|
|
L_10 = BindingState_get_isPartOfComposite_m70F70F3B0BEFE2E296ECDAD016DA21F9A9574533((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)il2cpp_codegen_add((intptr_t)L_7, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_8), (int32_t)L_9)))), NULL);
|
|
if (!L_10)
|
|
{
|
|
goto IL_00c3;
|
|
}
|
|
}
|
|
{
|
|
// var compositeBindingIndex = m_State.bindingStates[bindingIndex].compositeOrCompositeBindingIndex;
|
|
InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* L_11 = __this->___m_State_0;
|
|
NullCheck(L_11);
|
|
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* L_12;
|
|
L_12 = InputActionState_get_bindingStates_mF497553BC159C0B3BFE6A8BAD6336EB09CB4B2DE(L_11, NULL);
|
|
int32_t L_13 = V_1;
|
|
uint32_t L_14 = sizeof(BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA);
|
|
int32_t L_15;
|
|
L_15 = BindingState_get_compositeOrCompositeBindingIndex_m383AEFE1AA276D530D90A4DBE19C5B957726CE34((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)((BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA*)il2cpp_codegen_add((intptr_t)L_12, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_13), (int32_t)L_14)))), NULL);
|
|
V_3 = L_15;
|
|
// var compositeIndex = m_State.bindingStates[compositeBindingIndex].compositeOrCompositeBindingIndex;
|
|
InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* L_16 = __this->___m_State_0;
|
|
NullCheck(L_16);
|
|
BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA* L_17;
|
|
L_17 = InputActionState_get_bindingStates_mF497553BC159C0B3BFE6A8BAD6336EB09CB4B2DE(L_16, NULL);
|
|
int32_t L_18 = V_3;
|
|
uint32_t L_19 = sizeof(BindingState_t69D9579E13933436EAF3A3886EAED220DFD696EA);
|
|
int32_t L_20;
|
|
L_20 = BindingState_get_compositeOrCompositeBindingIndex_m383AEFE1AA276D530D90A4DBE19C5B957726CE34((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_4 = L_20;
|
|
// var composite = m_State.composites[compositeIndex];
|
|
InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* L_21 = __this->___m_State_0;
|
|
NullCheck(L_21);
|
|
InputBindingCompositeU5BU5D_tB9A645573A56F8DC9EC7AD84F1BE24C2B0F4319E* L_22 = L_21->___composites_5;
|
|
int32_t L_23 = V_4;
|
|
NullCheck(L_22);
|
|
int32_t L_24 = L_23;
|
|
InputBindingComposite_tA9230435A30FB5B2D4967D6FAE7EFABBBF26C0C0* L_25 = (L_22)->GetAt(static_cast<il2cpp_array_size_t>(L_24));
|
|
V_5 = L_25;
|
|
// var valueType = composite.valueType;
|
|
InputBindingComposite_tA9230435A30FB5B2D4967D6FAE7EFABBBF26C0C0* L_26 = V_5;
|
|
NullCheck(L_26);
|
|
Type_t* L_27;
|
|
L_27 = VirtualFuncInvoker0< Type_t* >::Invoke(4 /* System.Type UnityEngine.InputSystem.InputBindingComposite::get_valueType() */, L_26);
|
|
V_6 = L_27;
|
|
// if (valueType == null)
|
|
Type_t* L_28 = V_6;
|
|
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
|
|
bool L_29;
|
|
L_29 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_28, (Type_t*)NULL, NULL);
|
|
if (!L_29)
|
|
{
|
|
goto IL_00b5;
|
|
}
|
|
}
|
|
{
|
|
// throw new InvalidOperationException($"Cannot read value from Composite '{composite}' which does not have a valueType set");
|
|
InputBindingComposite_tA9230435A30FB5B2D4967D6FAE7EFABBBF26C0C0* L_30 = V_5;
|
|
String_t* L_31;
|
|
L_31 = String_Format_mA8DBB4C2516B9723C5A41E6CB1E2FAF4BBE96DD8(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral47F26A23D3242B2AC82919E846BDC8915799BDA7)), L_30, NULL);
|
|
InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_32 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_32);
|
|
InvalidOperationException__ctor_mE4CB6F4712AB6D99A2358FBAE2E052B3EE976162(L_32, L_31, NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_32, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ActionEventPtr_ReadValueAsObject_m73DFA81422C46AA5A7CFC1FF6C11E9B378BB0A77_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_00b5:
|
|
{
|
|
// return Marshal.PtrToStructure(new IntPtr(valuePtr), valueType);
|
|
uint8_t* L_33 = V_0;
|
|
intptr_t L_34;
|
|
memset((&L_34), 0, sizeof(L_34));
|
|
IntPtr__ctor_m4F9A9B80F01996B610D5AE4797F20B98ECD0A3D9_inline((&L_34), (void*)L_33, /*hidden argument*/NULL);
|
|
Type_t* L_35 = V_6;
|
|
il2cpp_codegen_runtime_class_init_inline(Marshal_tD976A56A90263C3CE2B780D4B1CADADE2E70B4A7_il2cpp_TypeInfo_var);
|
|
RuntimeObject* L_36;
|
|
L_36 = Marshal_PtrToStructure_m235E141E21BFB69A01B07DDDF1702BA7D5723AC3(L_34, L_35, NULL);
|
|
return L_36;
|
|
}
|
|
|
|
IL_00c3:
|
|
{
|
|
// var valueSizeInBytes = m_Ptr->valueSizeInBytes;
|
|
ActionEvent_tFC934B0EAC602EBEF4E6F4A34EC21B329DE11444* L_37 = __this->___m_Ptr_1;
|
|
int32_t L_38;
|
|
L_38 = ActionEvent_get_valueSizeInBytes_m76C6A128C9C3E3747FE7917EA1760B74647FD19C((ActionEvent_tFC934B0EAC602EBEF4E6F4A34EC21B329DE11444*)L_37, NULL);
|
|
V_2 = L_38;
|
|
// return control.ReadValueFromBufferAsObject(valuePtr, valueSizeInBytes);
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_39;
|
|
L_39 = ActionEventPtr_get_control_mFE74D3C7F84BA6B052BD7C51D7CD7D37813CDD68(__this, NULL);
|
|
uint8_t* L_40 = V_0;
|
|
int32_t L_41 = V_2;
|
|
NullCheck(L_39);
|
|
RuntimeObject* L_42;
|
|
L_42 = VirtualFuncInvoker2< RuntimeObject*, void*, int32_t >::Invoke(7 /* System.Object UnityEngine.InputSystem.InputControl::ReadValueFromBufferAsObject(System.Void*,System.Int32) */, L_39, (void*)L_40, L_41);
|
|
return L_42;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C RuntimeObject* ActionEventPtr_ReadValueAsObject_m73DFA81422C46AA5A7CFC1FF6C11E9B378BB0A77_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
ActionEventPtr_t73A827F31E342D0649AFFDD93F489AC4F88DFB74* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<ActionEventPtr_t73A827F31E342D0649AFFDD93F489AC4F88DFB74*>(__this + _offset);
|
|
RuntimeObject* _returnValue;
|
|
_returnValue = ActionEventPtr_ReadValueAsObject_m73DFA81422C46AA5A7CFC1FF6C11E9B378BB0A77(_thisAdjusted, method);
|
|
return _returnValue;
|
|
}
|
|
// System.Void UnityEngine.InputSystem.Utilities.InputActionTrace/ActionEventPtr::ReadValue(System.Void*,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ActionEventPtr_ReadValue_m0CED8E49F4086DA8B52A7A87D0A78788A3E934CC (ActionEventPtr_t73A827F31E342D0649AFFDD93F489AC4F88DFB74* __this, void* ___0_buffer, int32_t ___1_bufferSize, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
{
|
|
// var valueSizeInBytes = m_Ptr->valueSizeInBytes;
|
|
ActionEvent_tFC934B0EAC602EBEF4E6F4A34EC21B329DE11444* L_0 = __this->___m_Ptr_1;
|
|
int32_t L_1;
|
|
L_1 = ActionEvent_get_valueSizeInBytes_m76C6A128C9C3E3747FE7917EA1760B74647FD19C((ActionEvent_tFC934B0EAC602EBEF4E6F4A34EC21B329DE11444*)L_0, NULL);
|
|
V_0 = L_1;
|
|
// if (bufferSize < valueSizeInBytes)
|
|
int32_t L_2 = ___1_bufferSize;
|
|
int32_t L_3 = V_0;
|
|
if ((((int32_t)L_2) >= ((int32_t)L_3)))
|
|
{
|
|
goto IL_0031;
|
|
}
|
|
}
|
|
{
|
|
// throw new ArgumentException(
|
|
// $"Expected buffer of at least {valueSizeInBytes} bytes but got buffer of just {bufferSize} bytes instead",
|
|
// nameof(bufferSize));
|
|
int32_t L_4 = V_0;
|
|
int32_t L_5 = L_4;
|
|
RuntimeObject* L_6 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var)), &L_5);
|
|
int32_t L_7 = ___1_bufferSize;
|
|
int32_t L_8 = L_7;
|
|
RuntimeObject* L_9 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var)), &L_8);
|
|
String_t* L_10;
|
|
L_10 = String_Format_mFB7DA489BD99F4670881FF50EC017BFB0A5C0987(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral121D7A5449D23930B3E0BDFA36F57645E3E5313D)), L_6, 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*)&_stringLiteralC8FE4FB2F0C7351CCB064A9D9BD65C0FC83D4E12)), NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_11, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ActionEventPtr_ReadValue_m0CED8E49F4086DA8B52A7A87D0A78788A3E934CC_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_0031:
|
|
{
|
|
// UnsafeUtility.MemCpy(buffer, m_Ptr->valueData, valueSizeInBytes);
|
|
void* L_12 = ___0_buffer;
|
|
ActionEvent_tFC934B0EAC602EBEF4E6F4A34EC21B329DE11444* L_13 = __this->___m_Ptr_1;
|
|
uint8_t* L_14;
|
|
L_14 = ActionEvent_get_valueData_m90D8EEC0EBFC775772BCF3FCB60FCBFA282D3E4C((ActionEvent_tFC934B0EAC602EBEF4E6F4A34EC21B329DE11444*)L_13, NULL);
|
|
int32_t L_15 = V_0;
|
|
UnsafeUtility_MemCpy_m5CEA91ACDADC522E584AE3A2AB2B0B74393A9177(L_12, (void*)L_14, ((int64_t)L_15), NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void ActionEventPtr_ReadValue_m0CED8E49F4086DA8B52A7A87D0A78788A3E934CC_AdjustorThunk (RuntimeObject* __this, void* ___0_buffer, int32_t ___1_bufferSize, const RuntimeMethod* method)
|
|
{
|
|
ActionEventPtr_t73A827F31E342D0649AFFDD93F489AC4F88DFB74* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<ActionEventPtr_t73A827F31E342D0649AFFDD93F489AC4F88DFB74*>(__this + _offset);
|
|
ActionEventPtr_ReadValue_m0CED8E49F4086DA8B52A7A87D0A78788A3E934CC(_thisAdjusted, ___0_buffer, ___1_bufferSize, method);
|
|
}
|
|
// System.String UnityEngine.InputSystem.Utilities.InputActionTrace/ActionEventPtr::ToString()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ActionEventPtr_ToString_mF3C8F9B31E7B5F80BDCBE7ECA6F7D0C5FD418F60 (ActionEventPtr_t73A827F31E342D0649AFFDD93F489AC4F88DFB74* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Double_tE150EF3D1D43DEE85D533810AB4C742307EEDE5F_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputActionPhase_t79D9374C1940AA7248377075A0E83122540334C6_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6FC0D12F2282BBF3E1A56D6E94B7F937695F9EB3);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral86BBAACC00198DBB3046818AD3FC2AA10AE48DE1);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD64DE515DE159C401BB82652225D6BE22CDAD7A1);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
String_t* V_0 = NULL;
|
|
String_t* G_B5_0 = NULL;
|
|
{
|
|
// if (m_Ptr == null)
|
|
ActionEvent_tFC934B0EAC602EBEF4E6F4A34EC21B329DE11444* L_0 = __this->___m_Ptr_1;
|
|
if ((!(((uintptr_t)L_0) == ((uintptr_t)((uintptr_t)0)))))
|
|
{
|
|
goto IL_0010;
|
|
}
|
|
}
|
|
{
|
|
// return "<null>";
|
|
return _stringLiteralD64DE515DE159C401BB82652225D6BE22CDAD7A1;
|
|
}
|
|
|
|
IL_0010:
|
|
{
|
|
// var actionName = action.actionMap != null ? $"{action.actionMap.name}/{action.name}" : action.name;
|
|
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_1;
|
|
L_1 = ActionEventPtr_get_action_m23A3313B38BDC794FDA707D321E173923358609F(__this, NULL);
|
|
NullCheck(L_1);
|
|
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_2;
|
|
L_2 = InputAction_get_actionMap_m43B509A85057642A7DD0B89E4F27044ABB5B5E93(L_1, NULL);
|
|
if (L_2)
|
|
{
|
|
goto IL_002a;
|
|
}
|
|
}
|
|
{
|
|
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_3;
|
|
L_3 = ActionEventPtr_get_action_m23A3313B38BDC794FDA707D321E173923358609F(__this, NULL);
|
|
NullCheck(L_3);
|
|
String_t* L_4;
|
|
L_4 = InputAction_get_name_m1F0AADC84A46CBF2EEE3AEACB760189F68D50938_inline(L_3, NULL);
|
|
G_B5_0 = L_4;
|
|
goto IL_004f;
|
|
}
|
|
|
|
IL_002a:
|
|
{
|
|
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_5;
|
|
L_5 = ActionEventPtr_get_action_m23A3313B38BDC794FDA707D321E173923358609F(__this, NULL);
|
|
NullCheck(L_5);
|
|
InputActionMap_tFCE82E0E014319D4DED9F8962B06655DD0420A09* L_6;
|
|
L_6 = InputAction_get_actionMap_m43B509A85057642A7DD0B89E4F27044ABB5B5E93(L_5, NULL);
|
|
NullCheck(L_6);
|
|
String_t* L_7;
|
|
L_7 = InputActionMap_get_name_mCB679DD2375CBD4A3F7A3419CEDF8AE928CDEBC8_inline(L_6, NULL);
|
|
InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* L_8;
|
|
L_8 = ActionEventPtr_get_action_m23A3313B38BDC794FDA707D321E173923358609F(__this, NULL);
|
|
NullCheck(L_8);
|
|
String_t* L_9;
|
|
L_9 = InputAction_get_name_m1F0AADC84A46CBF2EEE3AEACB760189F68D50938_inline(L_8, NULL);
|
|
String_t* L_10;
|
|
L_10 = String_Concat_m8855A6DE10F84DA7F4EC113CADDB59873A25573B(L_7, _stringLiteral86BBAACC00198DBB3046818AD3FC2AA10AE48DE1, L_9, NULL);
|
|
G_B5_0 = L_10;
|
|
}
|
|
|
|
IL_004f:
|
|
{
|
|
V_0 = G_B5_0;
|
|
// return $"{{ action={actionName} phase={phase} time={time} control={control} value={ReadValueAsObject()} interaction={interaction} duration={duration} }}";
|
|
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_11 = (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)SZArrayNew(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var, (uint32_t)7);
|
|
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* 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), (RuntimeObject*)L_13);
|
|
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_14 = L_12;
|
|
int32_t L_15;
|
|
L_15 = ActionEventPtr_get_phase_m26D6B05FAB20762B638F92C5EBDAB9C5556CAE1C(__this, NULL);
|
|
int32_t L_16 = L_15;
|
|
RuntimeObject* L_17 = Box(InputActionPhase_t79D9374C1940AA7248377075A0E83122540334C6_il2cpp_TypeInfo_var, &L_16);
|
|
NullCheck(L_14);
|
|
ArrayElementTypeCheck (L_14, L_17);
|
|
(L_14)->SetAt(static_cast<il2cpp_array_size_t>(1), (RuntimeObject*)L_17);
|
|
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_18 = L_14;
|
|
double L_19;
|
|
L_19 = ActionEventPtr_get_time_mE0AF560F5C023A3F2282A284F8D6FE86FDABD1D1(__this, NULL);
|
|
double L_20 = L_19;
|
|
RuntimeObject* L_21 = Box(Double_tE150EF3D1D43DEE85D533810AB4C742307EEDE5F_il2cpp_TypeInfo_var, &L_20);
|
|
NullCheck(L_18);
|
|
ArrayElementTypeCheck (L_18, L_21);
|
|
(L_18)->SetAt(static_cast<il2cpp_array_size_t>(2), (RuntimeObject*)L_21);
|
|
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_22 = L_18;
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_23;
|
|
L_23 = ActionEventPtr_get_control_mFE74D3C7F84BA6B052BD7C51D7CD7D37813CDD68(__this, NULL);
|
|
NullCheck(L_22);
|
|
ArrayElementTypeCheck (L_22, L_23);
|
|
(L_22)->SetAt(static_cast<il2cpp_array_size_t>(3), (RuntimeObject*)L_23);
|
|
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_24 = L_22;
|
|
RuntimeObject* L_25;
|
|
L_25 = ActionEventPtr_ReadValueAsObject_m73DFA81422C46AA5A7CFC1FF6C11E9B378BB0A77(__this, NULL);
|
|
NullCheck(L_24);
|
|
ArrayElementTypeCheck (L_24, L_25);
|
|
(L_24)->SetAt(static_cast<il2cpp_array_size_t>(4), (RuntimeObject*)L_25);
|
|
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_26 = L_24;
|
|
RuntimeObject* L_27;
|
|
L_27 = ActionEventPtr_get_interaction_mDC4B1654C90382809ED75DFAD09EB2F8767B2F7E(__this, NULL);
|
|
NullCheck(L_26);
|
|
ArrayElementTypeCheck (L_26, L_27);
|
|
(L_26)->SetAt(static_cast<il2cpp_array_size_t>(5), (RuntimeObject*)L_27);
|
|
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_28 = L_26;
|
|
double L_29;
|
|
L_29 = ActionEventPtr_get_duration_m625EEC2E34F1B813DF7ACDAF7341D7C9D4F5F6DF(__this, NULL);
|
|
double L_30 = L_29;
|
|
RuntimeObject* L_31 = Box(Double_tE150EF3D1D43DEE85D533810AB4C742307EEDE5F_il2cpp_TypeInfo_var, &L_30);
|
|
NullCheck(L_28);
|
|
ArrayElementTypeCheck (L_28, L_31);
|
|
(L_28)->SetAt(static_cast<il2cpp_array_size_t>(6), (RuntimeObject*)L_31);
|
|
String_t* L_32;
|
|
L_32 = String_Format_m918500C1EFB475181349A79989BB79BB36102894(_stringLiteral6FC0D12F2282BBF3E1A56D6E94B7F937695F9EB3, L_28, NULL);
|
|
return L_32;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C String_t* ActionEventPtr_ToString_mF3C8F9B31E7B5F80BDCBE7ECA6F7D0C5FD418F60_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
ActionEventPtr_t73A827F31E342D0649AFFDD93F489AC4F88DFB74* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<ActionEventPtr_t73A827F31E342D0649AFFDD93F489AC4F88DFB74*>(__this + _offset);
|
|
String_t* _returnValue;
|
|
_returnValue = ActionEventPtr_ToString_mF3C8F9B31E7B5F80BDCBE7ECA6F7D0C5FD418F60(_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.Utilities.InputActionTrace/Enumerator
|
|
IL2CPP_EXTERN_C void Enumerator_tC0F792D149DF8552C0B6721D81AA1D51AF62EEC6_marshal_pinvoke(const Enumerator_tC0F792D149DF8552C0B6721D81AA1D51AF62EEC6& unmarshaled, Enumerator_tC0F792D149DF8552C0B6721D81AA1D51AF62EEC6_marshaled_pinvoke& marshaled)
|
|
{
|
|
Exception_t* ___m_Trace_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'm_Trace' of type 'Enumerator': Reference type field marshaling is not supported.");
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(___m_Trace_0Exception, NULL);
|
|
}
|
|
IL2CPP_EXTERN_C void Enumerator_tC0F792D149DF8552C0B6721D81AA1D51AF62EEC6_marshal_pinvoke_back(const Enumerator_tC0F792D149DF8552C0B6721D81AA1D51AF62EEC6_marshaled_pinvoke& marshaled, Enumerator_tC0F792D149DF8552C0B6721D81AA1D51AF62EEC6& unmarshaled)
|
|
{
|
|
Exception_t* ___m_Trace_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'm_Trace' of type 'Enumerator': Reference type field marshaling is not supported.");
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(___m_Trace_0Exception, NULL);
|
|
}
|
|
// Conversion method for clean up from marshalling of: UnityEngine.InputSystem.Utilities.InputActionTrace/Enumerator
|
|
IL2CPP_EXTERN_C void Enumerator_tC0F792D149DF8552C0B6721D81AA1D51AF62EEC6_marshal_pinvoke_cleanup(Enumerator_tC0F792D149DF8552C0B6721D81AA1D51AF62EEC6_marshaled_pinvoke& marshaled)
|
|
{
|
|
}
|
|
// Conversion methods for marshalling of: UnityEngine.InputSystem.Utilities.InputActionTrace/Enumerator
|
|
IL2CPP_EXTERN_C void Enumerator_tC0F792D149DF8552C0B6721D81AA1D51AF62EEC6_marshal_com(const Enumerator_tC0F792D149DF8552C0B6721D81AA1D51AF62EEC6& unmarshaled, Enumerator_tC0F792D149DF8552C0B6721D81AA1D51AF62EEC6_marshaled_com& marshaled)
|
|
{
|
|
Exception_t* ___m_Trace_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'm_Trace' of type 'Enumerator': Reference type field marshaling is not supported.");
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(___m_Trace_0Exception, NULL);
|
|
}
|
|
IL2CPP_EXTERN_C void Enumerator_tC0F792D149DF8552C0B6721D81AA1D51AF62EEC6_marshal_com_back(const Enumerator_tC0F792D149DF8552C0B6721D81AA1D51AF62EEC6_marshaled_com& marshaled, Enumerator_tC0F792D149DF8552C0B6721D81AA1D51AF62EEC6& unmarshaled)
|
|
{
|
|
Exception_t* ___m_Trace_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'm_Trace' of type 'Enumerator': Reference type field marshaling is not supported.");
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(___m_Trace_0Exception, NULL);
|
|
}
|
|
// Conversion method for clean up from marshalling of: UnityEngine.InputSystem.Utilities.InputActionTrace/Enumerator
|
|
IL2CPP_EXTERN_C void Enumerator_tC0F792D149DF8552C0B6721D81AA1D51AF62EEC6_marshal_com_cleanup(Enumerator_tC0F792D149DF8552C0B6721D81AA1D51AF62EEC6_marshaled_com& marshaled)
|
|
{
|
|
}
|
|
// System.Void UnityEngine.InputSystem.Utilities.InputActionTrace/Enumerator::.ctor(UnityEngine.InputSystem.Utilities.InputActionTrace)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator__ctor_m6063AA7C8ED2D59B6429C7CFEFC3C3184B074F63 (Enumerator_tC0F792D149DF8552C0B6721D81AA1D51AF62EEC6* __this, InputActionTrace_t046FE0C3746A1C44ADDD9367AA19409D0097AFC7* ___0_trace, const RuntimeMethod* method)
|
|
{
|
|
InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
// m_Trace = trace;
|
|
InputActionTrace_t046FE0C3746A1C44ADDD9367AA19409D0097AFC7* L_0 = ___0_trace;
|
|
__this->___m_Trace_0 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_Trace_0), (void*)L_0);
|
|
// m_Buffer = (ActionEvent*)trace.m_EventBuffer.bufferPtr.data;
|
|
InputActionTrace_t046FE0C3746A1C44ADDD9367AA19409D0097AFC7* L_1 = ___0_trace;
|
|
NullCheck(L_1);
|
|
InputEventBuffer_t3123D90CE491FA9828E878B2BEF766A3DC6E74FE* L_2 = (&L_1->___m_EventBuffer_4);
|
|
InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0 L_3;
|
|
L_3 = InputEventBuffer_get_bufferPtr_m7C5E03ED8F0433B3CD4F019DFADDE3983472DACB(L_2, NULL);
|
|
V_0 = L_3;
|
|
InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5* L_4;
|
|
L_4 = InputEventPtr_get_data_m4694B5F91E787CE9586B5C7113AFEB89D33CC616_inline((&V_0), NULL);
|
|
__this->___m_Buffer_1 = (ActionEvent_tFC934B0EAC602EBEF4E6F4A34EC21B329DE11444*)L_4;
|
|
// m_EventCount = trace.m_EventBuffer.eventCount;
|
|
InputActionTrace_t046FE0C3746A1C44ADDD9367AA19409D0097AFC7* L_5 = ___0_trace;
|
|
NullCheck(L_5);
|
|
InputEventBuffer_t3123D90CE491FA9828E878B2BEF766A3DC6E74FE* L_6 = (&L_5->___m_EventBuffer_4);
|
|
int32_t L_7;
|
|
L_7 = InputEventBuffer_get_eventCount_mD120699C5A1CEBA76C878BC37DB2E39458F56C8E_inline(L_6, NULL);
|
|
__this->___m_EventCount_2 = L_7;
|
|
// m_CurrentEvent = null;
|
|
__this->___m_CurrentEvent_3 = (ActionEvent_tFC934B0EAC602EBEF4E6F4A34EC21B329DE11444*)((uintptr_t)0);
|
|
// m_CurrentIndex = 0;
|
|
__this->___m_CurrentIndex_4 = 0;
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void Enumerator__ctor_m6063AA7C8ED2D59B6429C7CFEFC3C3184B074F63_AdjustorThunk (RuntimeObject* __this, InputActionTrace_t046FE0C3746A1C44ADDD9367AA19409D0097AFC7* ___0_trace, const RuntimeMethod* method)
|
|
{
|
|
Enumerator_tC0F792D149DF8552C0B6721D81AA1D51AF62EEC6* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<Enumerator_tC0F792D149DF8552C0B6721D81AA1D51AF62EEC6*>(__this + _offset);
|
|
Enumerator__ctor_m6063AA7C8ED2D59B6429C7CFEFC3C3184B074F63(_thisAdjusted, ___0_trace, method);
|
|
}
|
|
// System.Boolean UnityEngine.InputSystem.Utilities.InputActionTrace/Enumerator::MoveNext()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Enumerator_MoveNext_m5A11A39564FD7F7667C1799748716C19E85483CF (Enumerator_tC0F792D149DF8552C0B6721D81AA1D51AF62EEC6* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// if (m_CurrentIndex == m_EventCount)
|
|
int32_t L_0 = __this->___m_CurrentIndex_4;
|
|
int32_t L_1 = __this->___m_EventCount_2;
|
|
if ((!(((uint32_t)L_0) == ((uint32_t)L_1))))
|
|
{
|
|
goto IL_0010;
|
|
}
|
|
}
|
|
{
|
|
// return false;
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0010:
|
|
{
|
|
// if (m_CurrentEvent == null)
|
|
ActionEvent_tFC934B0EAC602EBEF4E6F4A34EC21B329DE11444* L_2 = __this->___m_CurrentEvent_3;
|
|
if ((!(((uintptr_t)L_2) == ((uintptr_t)((uintptr_t)0)))))
|
|
{
|
|
goto IL_0034;
|
|
}
|
|
}
|
|
{
|
|
// m_CurrentEvent = m_Buffer;
|
|
ActionEvent_tFC934B0EAC602EBEF4E6F4A34EC21B329DE11444* L_3 = __this->___m_Buffer_1;
|
|
__this->___m_CurrentEvent_3 = L_3;
|
|
// return m_CurrentEvent != null;
|
|
ActionEvent_tFC934B0EAC602EBEF4E6F4A34EC21B329DE11444* L_4 = __this->___m_CurrentEvent_3;
|
|
return (bool)((((int32_t)((((intptr_t)L_4) == ((intptr_t)((uintptr_t)0)))? 1 : 0)) == ((int32_t)0))? 1 : 0);
|
|
}
|
|
|
|
IL_0034:
|
|
{
|
|
// ++m_CurrentIndex;
|
|
int32_t L_5 = __this->___m_CurrentIndex_4;
|
|
__this->___m_CurrentIndex_4 = ((int32_t)il2cpp_codegen_add(L_5, 1));
|
|
// if (m_CurrentIndex == m_EventCount)
|
|
int32_t L_6 = __this->___m_CurrentIndex_4;
|
|
int32_t L_7 = __this->___m_EventCount_2;
|
|
if ((!(((uint32_t)L_6) == ((uint32_t)L_7))))
|
|
{
|
|
goto IL_0052;
|
|
}
|
|
}
|
|
{
|
|
// return false;
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0052:
|
|
{
|
|
// m_CurrentEvent = (ActionEvent*)InputEvent.GetNextInMemory((InputEvent*)m_CurrentEvent);
|
|
ActionEvent_tFC934B0EAC602EBEF4E6F4A34EC21B329DE11444* L_8 = __this->___m_CurrentEvent_3;
|
|
InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5* L_9;
|
|
L_9 = InputEvent_GetNextInMemory_mC3AFC8F09360ED6791DCF32F2788143DDF139E21((InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5*)L_8, NULL);
|
|
__this->___m_CurrentEvent_3 = (ActionEvent_tFC934B0EAC602EBEF4E6F4A34EC21B329DE11444*)L_9;
|
|
// return true;
|
|
return (bool)1;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C bool Enumerator_MoveNext_m5A11A39564FD7F7667C1799748716C19E85483CF_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
Enumerator_tC0F792D149DF8552C0B6721D81AA1D51AF62EEC6* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<Enumerator_tC0F792D149DF8552C0B6721D81AA1D51AF62EEC6*>(__this + _offset);
|
|
bool _returnValue;
|
|
_returnValue = Enumerator_MoveNext_m5A11A39564FD7F7667C1799748716C19E85483CF(_thisAdjusted, method);
|
|
return _returnValue;
|
|
}
|
|
// System.Void UnityEngine.InputSystem.Utilities.InputActionTrace/Enumerator::Reset()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator_Reset_m81A075BD1B8025F01A01697CE29AB6A47FDE4224 (Enumerator_tC0F792D149DF8552C0B6721D81AA1D51AF62EEC6* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// m_CurrentEvent = null;
|
|
__this->___m_CurrentEvent_3 = (ActionEvent_tFC934B0EAC602EBEF4E6F4A34EC21B329DE11444*)((uintptr_t)0);
|
|
// m_CurrentIndex = 0;
|
|
__this->___m_CurrentIndex_4 = 0;
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void Enumerator_Reset_m81A075BD1B8025F01A01697CE29AB6A47FDE4224_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
Enumerator_tC0F792D149DF8552C0B6721D81AA1D51AF62EEC6* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<Enumerator_tC0F792D149DF8552C0B6721D81AA1D51AF62EEC6*>(__this + _offset);
|
|
Enumerator_Reset_m81A075BD1B8025F01A01697CE29AB6A47FDE4224(_thisAdjusted, method);
|
|
}
|
|
// System.Void UnityEngine.InputSystem.Utilities.InputActionTrace/Enumerator::Dispose()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator_Dispose_m9790CF196DD2B4BA2BE0D22193A856CC91BD4A65 (Enumerator_tC0F792D149DF8552C0B6721D81AA1D51AF62EEC6* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void Enumerator_Dispose_m9790CF196DD2B4BA2BE0D22193A856CC91BD4A65_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
Enumerator_tC0F792D149DF8552C0B6721D81AA1D51AF62EEC6* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<Enumerator_tC0F792D149DF8552C0B6721D81AA1D51AF62EEC6*>(__this + _offset);
|
|
Enumerator_Dispose_m9790CF196DD2B4BA2BE0D22193A856CC91BD4A65(_thisAdjusted, method);
|
|
}
|
|
// UnityEngine.InputSystem.Utilities.InputActionTrace/ActionEventPtr UnityEngine.InputSystem.Utilities.InputActionTrace/Enumerator::get_Current()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ActionEventPtr_t73A827F31E342D0649AFFDD93F489AC4F88DFB74 Enumerator_get_Current_m72460218A339059A12B275819928F3867FA1409E (Enumerator_tC0F792D149DF8552C0B6721D81AA1D51AF62EEC6* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InlinedArray_1_get_Item_m0C8E8595A8338A69B76555F678799BF32CEC8CCE_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* V_0 = NULL;
|
|
ActionEventPtr_t73A827F31E342D0649AFFDD93F489AC4F88DFB74 V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
{
|
|
// var state = m_Trace.m_ActionMapStates[m_CurrentEvent->stateIndex];
|
|
InputActionTrace_t046FE0C3746A1C44ADDD9367AA19409D0097AFC7* L_0 = __this->___m_Trace_0;
|
|
NullCheck(L_0);
|
|
InlinedArray_1_t4491E87B3C34244B49E0F7EB3C808F6F4F401234* L_1 = (&L_0->___m_ActionMapStates_5);
|
|
ActionEvent_tFC934B0EAC602EBEF4E6F4A34EC21B329DE11444* L_2 = __this->___m_CurrentEvent_3;
|
|
int32_t L_3;
|
|
L_3 = ActionEvent_get_stateIndex_m9B25D23E723CFD517FEA65A61D0D3587E4205450_inline((ActionEvent_tFC934B0EAC602EBEF4E6F4A34EC21B329DE11444*)L_2, NULL);
|
|
InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* L_4;
|
|
L_4 = InlinedArray_1_get_Item_m0C8E8595A8338A69B76555F678799BF32CEC8CCE(L_1, L_3, InlinedArray_1_get_Item_m0C8E8595A8338A69B76555F678799BF32CEC8CCE_RuntimeMethod_var);
|
|
V_0 = L_4;
|
|
// return new ActionEventPtr
|
|
// {
|
|
// m_State = state,
|
|
// m_Ptr = m_CurrentEvent,
|
|
// };
|
|
il2cpp_codegen_initobj((&V_1), sizeof(ActionEventPtr_t73A827F31E342D0649AFFDD93F489AC4F88DFB74));
|
|
InputActionState_t780948EA293BAA800AD8699518B58B59FFB8A700* L_5 = V_0;
|
|
(&V_1)->___m_State_0 = L_5;
|
|
Il2CppCodeGenWriteBarrier((void**)(&(&V_1)->___m_State_0), (void*)L_5);
|
|
ActionEvent_tFC934B0EAC602EBEF4E6F4A34EC21B329DE11444* L_6 = __this->___m_CurrentEvent_3;
|
|
(&V_1)->___m_Ptr_1 = L_6;
|
|
ActionEventPtr_t73A827F31E342D0649AFFDD93F489AC4F88DFB74 L_7 = V_1;
|
|
return L_7;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C ActionEventPtr_t73A827F31E342D0649AFFDD93F489AC4F88DFB74 Enumerator_get_Current_m72460218A339059A12B275819928F3867FA1409E_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
Enumerator_tC0F792D149DF8552C0B6721D81AA1D51AF62EEC6* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<Enumerator_tC0F792D149DF8552C0B6721D81AA1D51AF62EEC6*>(__this + _offset);
|
|
ActionEventPtr_t73A827F31E342D0649AFFDD93F489AC4F88DFB74 _returnValue;
|
|
_returnValue = Enumerator_get_Current_m72460218A339059A12B275819928F3867FA1409E(_thisAdjusted, method);
|
|
return _returnValue;
|
|
}
|
|
// System.Object UnityEngine.InputSystem.Utilities.InputActionTrace/Enumerator::System.Collections.IEnumerator.get_Current()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Enumerator_System_Collections_IEnumerator_get_Current_mEB1C895F1A42B12278CA02B62403E00B08BA06CC (Enumerator_tC0F792D149DF8552C0B6721D81AA1D51AF62EEC6* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ActionEventPtr_t73A827F31E342D0649AFFDD93F489AC4F88DFB74_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// object IEnumerator.Current => Current;
|
|
ActionEventPtr_t73A827F31E342D0649AFFDD93F489AC4F88DFB74 L_0;
|
|
L_0 = Enumerator_get_Current_m72460218A339059A12B275819928F3867FA1409E(__this, NULL);
|
|
ActionEventPtr_t73A827F31E342D0649AFFDD93F489AC4F88DFB74 L_1 = L_0;
|
|
RuntimeObject* L_2 = Box(ActionEventPtr_t73A827F31E342D0649AFFDD93F489AC4F88DFB74_il2cpp_TypeInfo_var, &L_1);
|
|
return L_2;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C RuntimeObject* Enumerator_System_Collections_IEnumerator_get_Current_mEB1C895F1A42B12278CA02B62403E00B08BA06CC_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
Enumerator_tC0F792D149DF8552C0B6721D81AA1D51AF62EEC6* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<Enumerator_tC0F792D149DF8552C0B6721D81AA1D51AF62EEC6*>(__this + _offset);
|
|
RuntimeObject* _returnValue;
|
|
_returnValue = Enumerator_System_Collections_IEnumerator_get_Current_mEB1C895F1A42B12278CA02B62403E00B08BA06CC(_thisAdjusted, method);
|
|
return _returnValue;
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Int32 UnityEngine.InputSystem.Utilities.Vector2MagnitudeComparer::Compare(UnityEngine.Vector2,UnityEngine.Vector2)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Vector2MagnitudeComparer_Compare_m00A47ECC67D2312D94F75CD0F12C518A256B0EE1 (Vector2MagnitudeComparer_tA43FC290103781CBCFFC2636F73C7B7922BDE79A* __this, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___0_x, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___1_y, const RuntimeMethod* method)
|
|
{
|
|
float V_0 = 0.0f;
|
|
float V_1 = 0.0f;
|
|
{
|
|
// var lenx = x.sqrMagnitude;
|
|
float L_0;
|
|
L_0 = Vector2_get_sqrMagnitude_mA16336720C14EEF8BA9B55AE33B98C9EE2082BDC_inline((&___0_x), NULL);
|
|
V_0 = L_0;
|
|
// var leny = y.sqrMagnitude;
|
|
float L_1;
|
|
L_1 = Vector2_get_sqrMagnitude_mA16336720C14EEF8BA9B55AE33B98C9EE2082BDC_inline((&___1_y), NULL);
|
|
V_1 = L_1;
|
|
// if (lenx < leny)
|
|
float L_2 = V_0;
|
|
float L_3 = V_1;
|
|
if ((!(((float)L_2) < ((float)L_3))))
|
|
{
|
|
goto IL_0016;
|
|
}
|
|
}
|
|
{
|
|
// return -1;
|
|
return (-1);
|
|
}
|
|
|
|
IL_0016:
|
|
{
|
|
// if (lenx > leny)
|
|
float L_4 = V_0;
|
|
float L_5 = V_1;
|
|
if ((!(((float)L_4) > ((float)L_5))))
|
|
{
|
|
goto IL_001c;
|
|
}
|
|
}
|
|
{
|
|
// return 1;
|
|
return 1;
|
|
}
|
|
|
|
IL_001c:
|
|
{
|
|
// return 0;
|
|
return 0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C int32_t Vector2MagnitudeComparer_Compare_m00A47ECC67D2312D94F75CD0F12C518A256B0EE1_AdjustorThunk (RuntimeObject* __this, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___0_x, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___1_y, const RuntimeMethod* method)
|
|
{
|
|
Vector2MagnitudeComparer_tA43FC290103781CBCFFC2636F73C7B7922BDE79A* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<Vector2MagnitudeComparer_tA43FC290103781CBCFFC2636F73C7B7922BDE79A*>(__this + _offset);
|
|
int32_t _returnValue;
|
|
_returnValue = Vector2MagnitudeComparer_Compare_m00A47ECC67D2312D94F75CD0F12C518A256B0EE1(_thisAdjusted, ___0_x, ___1_y, 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.Int32 UnityEngine.InputSystem.Utilities.Vector3MagnitudeComparer::Compare(UnityEngine.Vector3,UnityEngine.Vector3)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Vector3MagnitudeComparer_Compare_m69190BF9C5DF909429B8AB7D535AC1A33E4A9A39 (Vector3MagnitudeComparer_t90E18878C78659AA821D3CA0375E7D844AF0DAFE* __this, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___0_x, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___1_y, const RuntimeMethod* method)
|
|
{
|
|
float V_0 = 0.0f;
|
|
float V_1 = 0.0f;
|
|
{
|
|
// var lenx = x.sqrMagnitude;
|
|
float L_0;
|
|
L_0 = Vector3_get_sqrMagnitude_m43C27DEC47C4811FB30AB474FF2131A963B66FC8_inline((&___0_x), NULL);
|
|
V_0 = L_0;
|
|
// var leny = y.sqrMagnitude;
|
|
float L_1;
|
|
L_1 = Vector3_get_sqrMagnitude_m43C27DEC47C4811FB30AB474FF2131A963B66FC8_inline((&___1_y), NULL);
|
|
V_1 = L_1;
|
|
// if (lenx < leny)
|
|
float L_2 = V_0;
|
|
float L_3 = V_1;
|
|
if ((!(((float)L_2) < ((float)L_3))))
|
|
{
|
|
goto IL_0016;
|
|
}
|
|
}
|
|
{
|
|
// return -1;
|
|
return (-1);
|
|
}
|
|
|
|
IL_0016:
|
|
{
|
|
// if (lenx > leny)
|
|
float L_4 = V_0;
|
|
float L_5 = V_1;
|
|
if ((!(((float)L_4) > ((float)L_5))))
|
|
{
|
|
goto IL_001c;
|
|
}
|
|
}
|
|
{
|
|
// return 1;
|
|
return 1;
|
|
}
|
|
|
|
IL_001c:
|
|
{
|
|
// return 0;
|
|
return 0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C int32_t Vector3MagnitudeComparer_Compare_m69190BF9C5DF909429B8AB7D535AC1A33E4A9A39_AdjustorThunk (RuntimeObject* __this, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___0_x, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___1_y, const RuntimeMethod* method)
|
|
{
|
|
Vector3MagnitudeComparer_t90E18878C78659AA821D3CA0375E7D844AF0DAFE* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<Vector3MagnitudeComparer_t90E18878C78659AA821D3CA0375E7D844AF0DAFE*>(__this + _offset);
|
|
int32_t _returnValue;
|
|
_returnValue = Vector3MagnitudeComparer_Compare_m69190BF9C5DF909429B8AB7D535AC1A33E4A9A39(_thisAdjusted, ___0_x, ___1_y, method);
|
|
return _returnValue;
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Boolean UnityEngine.InputSystem.Utilities.CSharpCodeHelpers::IsProperIdentifier(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CSharpCodeHelpers_IsProperIdentifier_mE942369074F56C175A61D324E9DF4CC483EDC475 (String_t* ___0_name, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
Il2CppChar V_1 = 0x0;
|
|
{
|
|
// if (string.IsNullOrEmpty(name))
|
|
String_t* L_0 = ___0_name;
|
|
bool L_1;
|
|
L_1 = String_IsNullOrEmpty_mEA9E3FB005AC28FE02E69FCF95A7B8456192B478(L_0, NULL);
|
|
if (!L_1)
|
|
{
|
|
goto IL_000a;
|
|
}
|
|
}
|
|
{
|
|
// return false;
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_000a:
|
|
{
|
|
// if (char.IsDigit(name[0]))
|
|
String_t* L_2 = ___0_name;
|
|
NullCheck(L_2);
|
|
Il2CppChar L_3;
|
|
L_3 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_2, 0, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var);
|
|
bool L_4;
|
|
L_4 = Char_IsDigit_m8C1A38685D548E89FB8A05525B55261CC8D271B2(L_3, NULL);
|
|
if (!L_4)
|
|
{
|
|
goto IL_001a;
|
|
}
|
|
}
|
|
{
|
|
// return false;
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_001a:
|
|
{
|
|
// for (var i = 0; i < name.Length; ++i)
|
|
V_0 = 0;
|
|
goto IL_0039;
|
|
}
|
|
|
|
IL_001e:
|
|
{
|
|
// var ch = name[i];
|
|
String_t* L_5 = ___0_name;
|
|
int32_t L_6 = V_0;
|
|
NullCheck(L_5);
|
|
Il2CppChar L_7;
|
|
L_7 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_5, L_6, NULL);
|
|
V_1 = L_7;
|
|
// if (!char.IsLetterOrDigit(ch) && ch != '_')
|
|
Il2CppChar L_8 = V_1;
|
|
il2cpp_codegen_runtime_class_init_inline(Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var);
|
|
bool L_9;
|
|
L_9 = Char_IsLetterOrDigit_m14049A362108679FD23E424FD9C5C42057359B72(L_8, NULL);
|
|
if (L_9)
|
|
{
|
|
goto IL_0035;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_10 = V_1;
|
|
if ((((int32_t)L_10) == ((int32_t)((int32_t)95))))
|
|
{
|
|
goto IL_0035;
|
|
}
|
|
}
|
|
{
|
|
// return false;
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0035:
|
|
{
|
|
// for (var i = 0; i < name.Length; ++i)
|
|
int32_t L_11 = V_0;
|
|
V_0 = ((int32_t)il2cpp_codegen_add(L_11, 1));
|
|
}
|
|
|
|
IL_0039:
|
|
{
|
|
// for (var i = 0; i < name.Length; ++i)
|
|
int32_t L_12 = V_0;
|
|
String_t* L_13 = ___0_name;
|
|
NullCheck(L_13);
|
|
int32_t L_14;
|
|
L_14 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_13, NULL);
|
|
if ((((int32_t)L_12) < ((int32_t)L_14)))
|
|
{
|
|
goto IL_001e;
|
|
}
|
|
}
|
|
{
|
|
// return true;
|
|
return (bool)1;
|
|
}
|
|
}
|
|
// System.Boolean UnityEngine.InputSystem.Utilities.CSharpCodeHelpers::IsEmptyOrProperIdentifier(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CSharpCodeHelpers_IsEmptyOrProperIdentifier_mA791F7D44274DFFDFDC544EF02532A419297D439 (String_t* ___0_name, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// if (string.IsNullOrEmpty(name))
|
|
String_t* L_0 = ___0_name;
|
|
bool L_1;
|
|
L_1 = String_IsNullOrEmpty_mEA9E3FB005AC28FE02E69FCF95A7B8456192B478(L_0, NULL);
|
|
if (!L_1)
|
|
{
|
|
goto IL_000a;
|
|
}
|
|
}
|
|
{
|
|
// return true;
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_000a:
|
|
{
|
|
// return IsProperIdentifier(name);
|
|
String_t* L_2 = ___0_name;
|
|
bool L_3;
|
|
L_3 = CSharpCodeHelpers_IsProperIdentifier_mE942369074F56C175A61D324E9DF4CC483EDC475(L_2, NULL);
|
|
return L_3;
|
|
}
|
|
}
|
|
// System.Boolean UnityEngine.InputSystem.Utilities.CSharpCodeHelpers::IsEmptyOrProperNamespaceName(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CSharpCodeHelpers_IsEmptyOrProperNamespaceName_mEBCBC076801E7F04625DC8725427914BC1B057D5 (String_t* ___0_name, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CSharpCodeHelpers_IsProperIdentifier_mE942369074F56C175A61D324E9DF4CC483EDC475_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerable_All_TisString_t_mC9652F17237783DC19D1856925318613CDA2B0E3_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_2_tAB9727E0C937894E19032D575D98A8A9AB5EE47D_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// if (string.IsNullOrEmpty(name))
|
|
String_t* L_0 = ___0_name;
|
|
bool L_1;
|
|
L_1 = String_IsNullOrEmpty_mEA9E3FB005AC28FE02E69FCF95A7B8456192B478(L_0, NULL);
|
|
if (!L_1)
|
|
{
|
|
goto IL_000a;
|
|
}
|
|
}
|
|
{
|
|
// return true;
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_000a:
|
|
{
|
|
// return name.Split('.').All(IsProperIdentifier);
|
|
String_t* L_2 = ___0_name;
|
|
NullCheck(L_2);
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_3;
|
|
L_3 = String_Split_m9530B73D02054692283BF35C3A27C8F2230946F4(L_2, ((int32_t)46), 0, NULL);
|
|
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, NULL, (intptr_t)((void*)CSharpCodeHelpers_IsProperIdentifier_mE942369074F56C175A61D324E9DF4CC483EDC475_RuntimeMethod_var), NULL);
|
|
bool L_5;
|
|
L_5 = Enumerable_All_TisString_t_mC9652F17237783DC19D1856925318613CDA2B0E3((RuntimeObject*)L_3, L_4, Enumerable_All_TisString_t_mC9652F17237783DC19D1856925318613CDA2B0E3_RuntimeMethod_var);
|
|
return L_5;
|
|
}
|
|
}
|
|
// System.String UnityEngine.InputSystem.Utilities.CSharpCodeHelpers::MakeIdentifier(System.String,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* CSharpCodeHelpers_MakeIdentifier_mEE275A2689F0DF5DB195F4673DDE66EE976C1B7E (String_t* ___0_name, String_t* ___1_suffix, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringBuilder_t_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral50639CAD49418C7B223CC529395C0E2A3892501C);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
bool V_0 = false;
|
|
int32_t V_1 = 0;
|
|
Il2CppChar V_2 = 0x0;
|
|
StringBuilder_t* V_3 = NULL;
|
|
int32_t V_4 = 0;
|
|
Il2CppChar V_5 = 0x0;
|
|
{
|
|
// if (string.IsNullOrEmpty(name))
|
|
String_t* L_0 = ___0_name;
|
|
bool L_1;
|
|
L_1 = String_IsNullOrEmpty_mEA9E3FB005AC28FE02E69FCF95A7B8456192B478(L_0, NULL);
|
|
if (!L_1)
|
|
{
|
|
goto IL_0013;
|
|
}
|
|
}
|
|
{
|
|
// throw new ArgumentNullException(nameof(name));
|
|
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*)&_stringLiteralCE18B047107AA23D1AA9B2ED32D316148E02655F)), NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CSharpCodeHelpers_MakeIdentifier_mEE275A2689F0DF5DB195F4673DDE66EE976C1B7E_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_0013:
|
|
{
|
|
// if (char.IsDigit(name[0]))
|
|
String_t* L_3 = ___0_name;
|
|
NullCheck(L_3);
|
|
Il2CppChar L_4;
|
|
L_4 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_3, 0, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var);
|
|
bool L_5;
|
|
L_5 = Char_IsDigit_m8C1A38685D548E89FB8A05525B55261CC8D271B2(L_4, NULL);
|
|
if (!L_5)
|
|
{
|
|
goto IL_002e;
|
|
}
|
|
}
|
|
{
|
|
// name = "_" + name;
|
|
String_t* L_6 = ___0_name;
|
|
String_t* L_7;
|
|
L_7 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(_stringLiteral50639CAD49418C7B223CC529395C0E2A3892501C, L_6, NULL);
|
|
___0_name = L_7;
|
|
}
|
|
|
|
IL_002e:
|
|
{
|
|
// var nameHasInvalidCharacters = false;
|
|
V_0 = (bool)0;
|
|
// for (var i = 0; i < name.Length; ++i)
|
|
V_1 = 0;
|
|
goto IL_0051;
|
|
}
|
|
|
|
IL_0034:
|
|
{
|
|
// var ch = name[i];
|
|
String_t* L_8 = ___0_name;
|
|
int32_t L_9 = V_1;
|
|
NullCheck(L_8);
|
|
Il2CppChar L_10;
|
|
L_10 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_8, L_9, NULL);
|
|
V_2 = L_10;
|
|
// if (!char.IsLetterOrDigit(ch) && ch != '_')
|
|
Il2CppChar L_11 = V_2;
|
|
il2cpp_codegen_runtime_class_init_inline(Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var);
|
|
bool L_12;
|
|
L_12 = Char_IsLetterOrDigit_m14049A362108679FD23E424FD9C5C42057359B72(L_11, NULL);
|
|
if (L_12)
|
|
{
|
|
goto IL_004d;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_13 = V_2;
|
|
if ((((int32_t)L_13) == ((int32_t)((int32_t)95))))
|
|
{
|
|
goto IL_004d;
|
|
}
|
|
}
|
|
{
|
|
// nameHasInvalidCharacters = true;
|
|
V_0 = (bool)1;
|
|
// break;
|
|
goto IL_005a;
|
|
}
|
|
|
|
IL_004d:
|
|
{
|
|
// for (var i = 0; i < name.Length; ++i)
|
|
int32_t L_14 = V_1;
|
|
V_1 = ((int32_t)il2cpp_codegen_add(L_14, 1));
|
|
}
|
|
|
|
IL_0051:
|
|
{
|
|
// for (var i = 0; i < name.Length; ++i)
|
|
int32_t L_15 = V_1;
|
|
String_t* L_16 = ___0_name;
|
|
NullCheck(L_16);
|
|
int32_t L_17;
|
|
L_17 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_16, NULL);
|
|
if ((((int32_t)L_15) < ((int32_t)L_17)))
|
|
{
|
|
goto IL_0034;
|
|
}
|
|
}
|
|
|
|
IL_005a:
|
|
{
|
|
// if (nameHasInvalidCharacters)
|
|
bool L_18 = V_0;
|
|
if (!L_18)
|
|
{
|
|
goto IL_00a2;
|
|
}
|
|
}
|
|
{
|
|
// var buffer = new StringBuilder();
|
|
StringBuilder_t* L_19 = (StringBuilder_t*)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var);
|
|
NullCheck(L_19);
|
|
StringBuilder__ctor_m1D99713357DE05DAFA296633639DB55F8C30587D(L_19, NULL);
|
|
V_3 = L_19;
|
|
// for (var i = 0; i < name.Length; ++i)
|
|
V_4 = 0;
|
|
goto IL_0090;
|
|
}
|
|
|
|
IL_0068:
|
|
{
|
|
// var ch = name[i];
|
|
String_t* L_20 = ___0_name;
|
|
int32_t L_21 = V_4;
|
|
NullCheck(L_20);
|
|
Il2CppChar L_22;
|
|
L_22 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_20, L_21, NULL);
|
|
V_5 = L_22;
|
|
// if (char.IsLetterOrDigit(ch) || ch == '_')
|
|
Il2CppChar L_23 = V_5;
|
|
il2cpp_codegen_runtime_class_init_inline(Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var);
|
|
bool L_24;
|
|
L_24 = Char_IsLetterOrDigit_m14049A362108679FD23E424FD9C5C42057359B72(L_23, NULL);
|
|
if (L_24)
|
|
{
|
|
goto IL_0081;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_25 = V_5;
|
|
if ((!(((uint32_t)L_25) == ((uint32_t)((int32_t)95)))))
|
|
{
|
|
goto IL_008a;
|
|
}
|
|
}
|
|
|
|
IL_0081:
|
|
{
|
|
// buffer.Append(ch);
|
|
StringBuilder_t* L_26 = V_3;
|
|
Il2CppChar L_27 = V_5;
|
|
NullCheck(L_26);
|
|
StringBuilder_t* L_28;
|
|
L_28 = StringBuilder_Append_m71228B30F05724CD2CD96D9611DCD61BFB96A6E1(L_26, L_27, NULL);
|
|
}
|
|
|
|
IL_008a:
|
|
{
|
|
// for (var i = 0; i < name.Length; ++i)
|
|
int32_t L_29 = V_4;
|
|
V_4 = ((int32_t)il2cpp_codegen_add(L_29, 1));
|
|
}
|
|
|
|
IL_0090:
|
|
{
|
|
// for (var i = 0; i < name.Length; ++i)
|
|
int32_t L_30 = V_4;
|
|
String_t* L_31 = ___0_name;
|
|
NullCheck(L_31);
|
|
int32_t L_32;
|
|
L_32 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_31, NULL);
|
|
if ((((int32_t)L_30) < ((int32_t)L_32)))
|
|
{
|
|
goto IL_0068;
|
|
}
|
|
}
|
|
{
|
|
// name = buffer.ToString();
|
|
StringBuilder_t* L_33 = V_3;
|
|
NullCheck(L_33);
|
|
String_t* L_34;
|
|
L_34 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_33);
|
|
___0_name = L_34;
|
|
}
|
|
|
|
IL_00a2:
|
|
{
|
|
// return name + suffix;
|
|
String_t* L_35 = ___0_name;
|
|
String_t* L_36 = ___1_suffix;
|
|
String_t* L_37;
|
|
L_37 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(L_35, L_36, NULL);
|
|
return L_37;
|
|
}
|
|
}
|
|
// System.String UnityEngine.InputSystem.Utilities.CSharpCodeHelpers::MakeTypeName(System.String,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* CSharpCodeHelpers_MakeTypeName_m4863427D5FC958F35163D8BCCEA2B003F07F72FA (String_t* ___0_name, String_t* ___1_suffix, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
String_t* V_0 = NULL;
|
|
Il2CppChar V_1 = 0x0;
|
|
{
|
|
// var symbolName = MakeIdentifier(name, suffix);
|
|
String_t* L_0 = ___0_name;
|
|
String_t* L_1 = ___1_suffix;
|
|
String_t* L_2;
|
|
L_2 = CSharpCodeHelpers_MakeIdentifier_mEE275A2689F0DF5DB195F4673DDE66EE976C1B7E(L_0, L_1, NULL);
|
|
V_0 = L_2;
|
|
// if (char.IsLower(symbolName[0]))
|
|
String_t* L_3 = V_0;
|
|
NullCheck(L_3);
|
|
Il2CppChar L_4;
|
|
L_4 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_3, 0, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var);
|
|
bool L_5;
|
|
L_5 = Char_IsLower_m9DDB41367F97CFFE6C46A3B5EDE7D11180B5F1AE(L_4, NULL);
|
|
if (!L_5)
|
|
{
|
|
goto IL_0037;
|
|
}
|
|
}
|
|
{
|
|
// symbolName = char.ToUpper(symbolName[0]) + symbolName.Substring(1);
|
|
String_t* L_6 = V_0;
|
|
NullCheck(L_6);
|
|
Il2CppChar L_7;
|
|
L_7 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_6, 0, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var);
|
|
Il2CppChar L_8;
|
|
L_8 = Char_ToUpper_m7DB51DD07EE52F4CA897807281880930F5CBD2D2(L_7, NULL);
|
|
V_1 = L_8;
|
|
String_t* L_9;
|
|
L_9 = Char_ToString_m2A308731F9577C06AF3C0901234E2EAC8327410C((&V_1), NULL);
|
|
String_t* L_10 = V_0;
|
|
NullCheck(L_10);
|
|
String_t* L_11;
|
|
L_11 = String_Substring_m6BA4A3FA3800FE92662D0847CC8E1EEF940DF472(L_10, 1, NULL);
|
|
String_t* L_12;
|
|
L_12 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(L_9, L_11, NULL);
|
|
V_0 = L_12;
|
|
}
|
|
|
|
IL_0037:
|
|
{
|
|
// return symbolName;
|
|
String_t* L_13 = V_0;
|
|
return L_13;
|
|
}
|
|
}
|
|
#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.Utilities.DelegateHelpers::InvokeCallbacksSafe(UnityEngine.InputSystem.Utilities.CallbackArray`1<System.Action>&,System.String,System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DelegateHelpers_InvokeCallbacksSafe_mC518554BC374AB5E3CE4EF06686D91D8E497E029 (CallbackArray_1_t346DB7B424423D4F14A14CFE2C0734F62447A529* ___0_callbacks, String_t* ___1_callbackName, RuntimeObject* ___2_context, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CallbackArray_1_LockForChanges_m28F6DEA6003F6D4C4CC4F975CC414FD3D6257A30_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CallbackArray_1_UnlockForChanges_mE5F5824F68765B2E6128A35F7CA16EF09669430C_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CallbackArray_1_get_Item_m7478B3AEFF36EB2272B98E478677F4185FF934BC_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CallbackArray_1_get_length_m270F067D47E83B3315AD0E53E82AAEBB9138C3B7_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
Exception_t* V_1 = NULL;
|
|
il2cpp::utils::ExceptionSupportStack<RuntimeObject*, 1> __active_exceptions;
|
|
{
|
|
// if (callbacks.length == 0)
|
|
CallbackArray_1_t346DB7B424423D4F14A14CFE2C0734F62447A529* L_0 = ___0_callbacks;
|
|
int32_t L_1;
|
|
L_1 = CallbackArray_1_get_length_m270F067D47E83B3315AD0E53E82AAEBB9138C3B7(L_0, CallbackArray_1_get_length_m270F067D47E83B3315AD0E53E82AAEBB9138C3B7_RuntimeMethod_var);
|
|
if (L_1)
|
|
{
|
|
goto IL_0009;
|
|
}
|
|
}
|
|
{
|
|
// return;
|
|
return;
|
|
}
|
|
|
|
IL_0009:
|
|
{
|
|
// callbacks.LockForChanges();
|
|
CallbackArray_1_t346DB7B424423D4F14A14CFE2C0734F62447A529* L_2 = ___0_callbacks;
|
|
CallbackArray_1_LockForChanges_m28F6DEA6003F6D4C4CC4F975CC414FD3D6257A30(L_2, CallbackArray_1_LockForChanges_m28F6DEA6003F6D4C4CC4F975CC414FD3D6257A30_RuntimeMethod_var);
|
|
// for (var i = 0; i < callbacks.length; ++i)
|
|
V_0 = 0;
|
|
goto IL_0070;
|
|
}
|
|
|
|
IL_0013:
|
|
{
|
|
}
|
|
try
|
|
{// begin try (depth: 1)
|
|
// callbacks[i]();
|
|
CallbackArray_1_t346DB7B424423D4F14A14CFE2C0734F62447A529* L_3 = ___0_callbacks;
|
|
int32_t L_4 = V_0;
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_5;
|
|
L_5 = CallbackArray_1_get_Item_m7478B3AEFF36EB2272B98E478677F4185FF934BC(L_3, L_4, CallbackArray_1_get_Item_m7478B3AEFF36EB2272B98E478677F4185FF934BC_RuntimeMethod_var);
|
|
NullCheck(L_5);
|
|
Action_Invoke_m7126A54DACA72B845424072887B5F3A51FC3808E_inline(L_5, NULL);
|
|
// }
|
|
goto IL_006c;
|
|
}// end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex)))
|
|
{
|
|
IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex);
|
|
goto CATCH_0022;
|
|
}
|
|
throw e;
|
|
}
|
|
|
|
CATCH_0022:
|
|
{// begin catch(System.Exception)
|
|
{
|
|
// catch (Exception exception)
|
|
V_1 = ((Exception_t*)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t*));
|
|
// Debug.LogException(exception);
|
|
Exception_t* L_6 = V_1;
|
|
il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var)));
|
|
Debug_LogException_mAB3F4DC7297ED8FBB49DAA718B70E59A6B0171B0(L_6, NULL);
|
|
// if (context != null)
|
|
RuntimeObject* L_7 = ___2_context;
|
|
if (!L_7)
|
|
{
|
|
goto IL_004a;
|
|
}
|
|
}
|
|
{
|
|
// Debug.LogError($"{exception.GetType().Name} while executing '{callbackName}' callbacks of '{context}'");
|
|
Exception_t* L_8 = V_1;
|
|
NullCheck(L_8);
|
|
Type_t* L_9;
|
|
L_9 = Exception_GetType_mAD1230385BDC06119C339187CC37F22B6A79CF09(L_8, NULL);
|
|
NullCheck(L_9);
|
|
String_t* L_10;
|
|
L_10 = VirtualFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, L_9);
|
|
String_t* L_11 = ___1_callbackName;
|
|
RuntimeObject* L_12 = ___2_context;
|
|
String_t* L_13;
|
|
L_13 = String_Format_mA0534D6E2AE4D67A6BD8D45B3321323930EB930C(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral278942CDEE22E9328A00EB31BC7DEC0BB8D328F1)), L_10, L_11, L_12, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var)));
|
|
Debug_LogError_mB00B2B4468EF3CAF041B038D840820FB84C924B2(L_13, NULL);
|
|
goto IL_006a;
|
|
}
|
|
|
|
IL_004a:
|
|
{
|
|
// Debug.LogError($"{exception.GetType().Name} while executing '{callbackName}' callbacks");
|
|
Exception_t* L_14 = V_1;
|
|
NullCheck(L_14);
|
|
Type_t* L_15;
|
|
L_15 = Exception_GetType_mAD1230385BDC06119C339187CC37F22B6A79CF09(L_14, NULL);
|
|
NullCheck(L_15);
|
|
String_t* L_16;
|
|
L_16 = VirtualFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, L_15);
|
|
String_t* L_17 = ___1_callbackName;
|
|
String_t* L_18;
|
|
L_18 = String_Concat_m093934F71A9B351911EE46311674ED463B180006(L_16, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral29E9D8EEDD40E3ADE1579882DA345730D66B63B5)), L_17, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral77A73EBDA78185D665A8799738A9D6885E237CAD)), NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var)));
|
|
Debug_LogError_mB00B2B4468EF3CAF041B038D840820FB84C924B2(L_18, NULL);
|
|
}
|
|
|
|
IL_006a:
|
|
{
|
|
// }
|
|
IL2CPP_POP_ACTIVE_EXCEPTION();
|
|
goto IL_006c;
|
|
}
|
|
}// end catch (depth: 1)
|
|
|
|
IL_006c:
|
|
{
|
|
// for (var i = 0; i < callbacks.length; ++i)
|
|
int32_t L_19 = V_0;
|
|
V_0 = ((int32_t)il2cpp_codegen_add(L_19, 1));
|
|
}
|
|
|
|
IL_0070:
|
|
{
|
|
// for (var i = 0; i < callbacks.length; ++i)
|
|
int32_t L_20 = V_0;
|
|
CallbackArray_1_t346DB7B424423D4F14A14CFE2C0734F62447A529* L_21 = ___0_callbacks;
|
|
int32_t L_22;
|
|
L_22 = CallbackArray_1_get_length_m270F067D47E83B3315AD0E53E82AAEBB9138C3B7(L_21, CallbackArray_1_get_length_m270F067D47E83B3315AD0E53E82AAEBB9138C3B7_RuntimeMethod_var);
|
|
if ((((int32_t)L_20) < ((int32_t)L_22)))
|
|
{
|
|
goto IL_0013;
|
|
}
|
|
}
|
|
{
|
|
// callbacks.UnlockForChanges();
|
|
CallbackArray_1_t346DB7B424423D4F14A14CFE2C0734F62447A529* L_23 = ___0_callbacks;
|
|
CallbackArray_1_UnlockForChanges_mE5F5824F68765B2E6128A35F7CA16EF09669430C(L_23, CallbackArray_1_UnlockForChanges_mE5F5824F68765B2E6128A35F7CA16EF09669430C_RuntimeMethod_var);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.String UnityEngine.InputSystem.Utilities.DisplayStringFormatAttribute::get_formatString()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DisplayStringFormatAttribute_get_formatString_mCB36763A3E35FBFF23E0010B14CCB693A8414519 (DisplayStringFormatAttribute_t3C53E0C127ADC7CED74D9E4B13A6F1804577D89B* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public string formatString { get; set; }
|
|
String_t* L_0 = __this->___U3CformatStringU3Ek__BackingField_0;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.InputSystem.Utilities.DisplayStringFormatAttribute::set_formatString(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DisplayStringFormatAttribute_set_formatString_mBAA0AC2BE26A8D0186624C1D8821D5D0C6110F74 (DisplayStringFormatAttribute_t3C53E0C127ADC7CED74D9E4B13A6F1804577D89B* __this, String_t* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public string formatString { get; set; }
|
|
String_t* L_0 = ___0_value;
|
|
__this->___U3CformatStringU3Ek__BackingField_0 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CformatStringU3Ek__BackingField_0), (void*)L_0);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.InputSystem.Utilities.DisplayStringFormatAttribute::.ctor(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DisplayStringFormatAttribute__ctor_mC349FD97DEB34649A75F8DBBFEE083263068F79A (DisplayStringFormatAttribute_t3C53E0C127ADC7CED74D9E4B13A6F1804577D89B* __this, String_t* ___0_formatString, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public DisplayStringFormatAttribute(string formatString)
|
|
Attribute__ctor_m79ED1BF1EE36D1E417BA89A0D9F91F8AAD8D19E2(__this, NULL);
|
|
// this.formatString = formatString;
|
|
String_t* L_0 = ___0_formatString;
|
|
DisplayStringFormatAttribute_set_formatString_mBAA0AC2BE26A8D0186624C1D8821D5D0C6110F74_inline(__this, L_0, NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Boolean UnityEngine.InputSystem.Utilities.ExceptionHelpers::IsExceptionIndicatingBugInCode(System.Exception)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ExceptionHelpers_IsExceptionIndicatingBugInCode_m88A696849A8D6B475EE57C75B0B4CD832DBECB24 (Exception_t* ___0_exception, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IndexOutOfRangeException_t7ECB35264FB6CA8FAA516BD958F4B2ADC78E8A82_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NullReferenceException_tBDE63A6D24569B964908408389070C6A9F5005BB_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// return exception is NullReferenceException ||
|
|
// exception is IndexOutOfRangeException ||
|
|
// exception is ArgumentException;
|
|
Exception_t* L_0 = ___0_exception;
|
|
if (((NullReferenceException_tBDE63A6D24569B964908408389070C6A9F5005BB*)IsInstClass((RuntimeObject*)L_0, NullReferenceException_tBDE63A6D24569B964908408389070C6A9F5005BB_il2cpp_TypeInfo_var)))
|
|
{
|
|
goto IL_001a;
|
|
}
|
|
}
|
|
{
|
|
Exception_t* L_1 = ___0_exception;
|
|
if (((IndexOutOfRangeException_t7ECB35264FB6CA8FAA516BD958F4B2ADC78E8A82*)IsInstSealed((RuntimeObject*)L_1, IndexOutOfRangeException_t7ECB35264FB6CA8FAA516BD958F4B2ADC78E8A82_il2cpp_TypeInfo_var)))
|
|
{
|
|
goto IL_001a;
|
|
}
|
|
}
|
|
{
|
|
Exception_t* L_2 = ___0_exception;
|
|
return (bool)((!(((RuntimeObject*)(ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)((ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)IsInstClass((RuntimeObject*)L_2, ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var))) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
|
|
}
|
|
|
|
IL_001a:
|
|
{
|
|
return (bool)1;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void UnityEngine.InputSystem.Utilities.FourCC::.ctor(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FourCC__ctor_mE761C8779BB6DC85BA1662DC9ECEC39D62ED9A56 (FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED* __this, int32_t ___0_code, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// m_Code = code;
|
|
int32_t L_0 = ___0_code;
|
|
__this->___m_Code_0 = L_0;
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void FourCC__ctor_mE761C8779BB6DC85BA1662DC9ECEC39D62ED9A56_AdjustorThunk (RuntimeObject* __this, int32_t ___0_code, const RuntimeMethod* method)
|
|
{
|
|
FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED*>(__this + _offset);
|
|
FourCC__ctor_mE761C8779BB6DC85BA1662DC9ECEC39D62ED9A56_inline(_thisAdjusted, ___0_code, method);
|
|
}
|
|
// System.Void UnityEngine.InputSystem.Utilities.FourCC::.ctor(System.Char,System.Char,System.Char,System.Char)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FourCC__ctor_mFE3A3F80C6900CD18CB9BDD3C9B604823F2E791F (FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED* __this, Il2CppChar ___0_a, Il2CppChar ___1_b, Il2CppChar ___2_c, Il2CppChar ___3_d, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// m_Code = (a << 24) | (b << 16) | (c << 8) | d;
|
|
Il2CppChar L_0 = ___0_a;
|
|
Il2CppChar L_1 = ___1_b;
|
|
Il2CppChar L_2 = ___2_c;
|
|
Il2CppChar L_3 = ___3_d;
|
|
__this->___m_Code_0 = ((int32_t)(((int32_t)(((int32_t)(((int32_t)((int32_t)L_0<<((int32_t)24)))|((int32_t)((int32_t)L_1<<((int32_t)16)))))|((int32_t)((int32_t)L_2<<8))))|(int32_t)L_3));
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void FourCC__ctor_mFE3A3F80C6900CD18CB9BDD3C9B604823F2E791F_AdjustorThunk (RuntimeObject* __this, Il2CppChar ___0_a, Il2CppChar ___1_b, Il2CppChar ___2_c, Il2CppChar ___3_d, const RuntimeMethod* method)
|
|
{
|
|
FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED*>(__this + _offset);
|
|
FourCC__ctor_mFE3A3F80C6900CD18CB9BDD3C9B604823F2E791F(_thisAdjusted, ___0_a, ___1_b, ___2_c, ___3_d, method);
|
|
}
|
|
// System.Void UnityEngine.InputSystem.Utilities.FourCC::.ctor(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FourCC__ctor_m305163ED105CA8143DBB6D7D31A77124105B8201 (FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED* __this, String_t* ___0_str, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
Il2CppChar V_1 = 0x0;
|
|
Il2CppChar V_2 = 0x0;
|
|
Il2CppChar V_3 = 0x0;
|
|
Il2CppChar V_4 = 0x0;
|
|
int32_t G_B8_0 = 0;
|
|
int32_t G_B11_0 = 0;
|
|
int32_t G_B14_0 = 0;
|
|
{
|
|
// : this()
|
|
il2cpp_codegen_initobj(__this, sizeof(FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED));
|
|
// if (str == null)
|
|
String_t* L_0 = ___0_str;
|
|
if (L_0)
|
|
{
|
|
goto IL_0015;
|
|
}
|
|
}
|
|
{
|
|
// throw new ArgumentNullException(nameof(str));
|
|
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*)&_stringLiteralA185F0FDE2E3A93D140F407291AA8AA60D14D5DA)), NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FourCC__ctor_m305163ED105CA8143DBB6D7D31A77124105B8201_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_0015:
|
|
{
|
|
// var length = str.Length;
|
|
String_t* L_2 = ___0_str;
|
|
NullCheck(L_2);
|
|
int32_t L_3;
|
|
L_3 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_2, NULL);
|
|
V_0 = L_3;
|
|
// if (length < 1 || length > 4)
|
|
int32_t L_4 = V_0;
|
|
if ((((int32_t)L_4) < ((int32_t)1)))
|
|
{
|
|
goto IL_0024;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_5 = V_0;
|
|
if ((((int32_t)L_5) <= ((int32_t)4)))
|
|
{
|
|
goto IL_0034;
|
|
}
|
|
}
|
|
|
|
IL_0024:
|
|
{
|
|
// throw new ArgumentException("FourCC string must be one to four characters long!", nameof(str));
|
|
ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_6 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_6);
|
|
ArgumentException__ctor_m8F9D40CE19D19B698A70F9A258640EB52DB39B62(L_6, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral5C2F23CF9F134EF43685EA06DC853A0223731752)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralA185F0FDE2E3A93D140F407291AA8AA60D14D5DA)), NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FourCC__ctor_m305163ED105CA8143DBB6D7D31A77124105B8201_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_0034:
|
|
{
|
|
// var a = str[0];
|
|
String_t* L_7 = ___0_str;
|
|
NullCheck(L_7);
|
|
Il2CppChar L_8;
|
|
L_8 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_7, 0, NULL);
|
|
V_1 = L_8;
|
|
// var b = length > 1 ? str[1] : ' ';
|
|
int32_t L_9 = V_0;
|
|
if ((((int32_t)L_9) > ((int32_t)1)))
|
|
{
|
|
goto IL_0044;
|
|
}
|
|
}
|
|
{
|
|
G_B8_0 = ((int32_t)32);
|
|
goto IL_004b;
|
|
}
|
|
|
|
IL_0044:
|
|
{
|
|
String_t* L_10 = ___0_str;
|
|
NullCheck(L_10);
|
|
Il2CppChar L_11;
|
|
L_11 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_10, 1, NULL);
|
|
G_B8_0 = ((int32_t)(L_11));
|
|
}
|
|
|
|
IL_004b:
|
|
{
|
|
V_2 = G_B8_0;
|
|
// var c = length > 2 ? str[2] : ' ';
|
|
int32_t L_12 = V_0;
|
|
if ((((int32_t)L_12) > ((int32_t)2)))
|
|
{
|
|
goto IL_0054;
|
|
}
|
|
}
|
|
{
|
|
G_B11_0 = ((int32_t)32);
|
|
goto IL_005b;
|
|
}
|
|
|
|
IL_0054:
|
|
{
|
|
String_t* L_13 = ___0_str;
|
|
NullCheck(L_13);
|
|
Il2CppChar L_14;
|
|
L_14 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_13, 2, NULL);
|
|
G_B11_0 = ((int32_t)(L_14));
|
|
}
|
|
|
|
IL_005b:
|
|
{
|
|
V_3 = G_B11_0;
|
|
// var d = length > 3 ? str[3] : ' ';
|
|
int32_t L_15 = V_0;
|
|
if ((((int32_t)L_15) > ((int32_t)3)))
|
|
{
|
|
goto IL_0064;
|
|
}
|
|
}
|
|
{
|
|
G_B14_0 = ((int32_t)32);
|
|
goto IL_006b;
|
|
}
|
|
|
|
IL_0064:
|
|
{
|
|
String_t* L_16 = ___0_str;
|
|
NullCheck(L_16);
|
|
Il2CppChar L_17;
|
|
L_17 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_16, 3, NULL);
|
|
G_B14_0 = ((int32_t)(L_17));
|
|
}
|
|
|
|
IL_006b:
|
|
{
|
|
V_4 = G_B14_0;
|
|
// m_Code = (a << 24) | (b << 16) | (c << 8) | d;
|
|
Il2CppChar L_18 = V_1;
|
|
Il2CppChar L_19 = V_2;
|
|
Il2CppChar L_20 = V_3;
|
|
Il2CppChar L_21 = V_4;
|
|
__this->___m_Code_0 = ((int32_t)(((int32_t)(((int32_t)(((int32_t)((int32_t)L_18<<((int32_t)24)))|((int32_t)((int32_t)L_19<<((int32_t)16)))))|((int32_t)((int32_t)L_20<<8))))|(int32_t)L_21));
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void FourCC__ctor_m305163ED105CA8143DBB6D7D31A77124105B8201_AdjustorThunk (RuntimeObject* __this, String_t* ___0_str, const RuntimeMethod* method)
|
|
{
|
|
FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED*>(__this + _offset);
|
|
FourCC__ctor_m305163ED105CA8143DBB6D7D31A77124105B8201(_thisAdjusted, ___0_str, method);
|
|
}
|
|
// System.Int32 UnityEngine.InputSystem.Utilities.FourCC::op_Implicit(UnityEngine.InputSystem.Utilities.FourCC)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FourCC_op_Implicit_mC296B4E8C4929EACBB7066BB9856C116EE082A7B (FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED ___0_fourCC, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// return fourCC.m_Code;
|
|
FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_0 = ___0_fourCC;
|
|
int32_t L_1 = L_0.___m_Code_0;
|
|
return L_1;
|
|
}
|
|
}
|
|
// UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.Utilities.FourCC::op_Implicit(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED FourCC_op_Implicit_mFEE14A923AACEE90FAAC5234C718CD1B20690F61 (int32_t ___0_i, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// return new FourCC(i);
|
|
int32_t L_0 = ___0_i;
|
|
FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_1;
|
|
memset((&L_1), 0, sizeof(L_1));
|
|
FourCC__ctor_mE761C8779BB6DC85BA1662DC9ECEC39D62ED9A56_inline((&L_1), L_0, /*hidden argument*/NULL);
|
|
return L_1;
|
|
}
|
|
}
|
|
// System.String UnityEngine.InputSystem.Utilities.FourCC::ToString()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* FourCC_ToString_mF802C3309862E0B2A28E7D3A6F3BF49DCC2D5C49 (FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB85181E60EE966C0723560A806A877B03B115702);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// return
|
|
// $"{(char) (m_Code >> 24)}{(char) ((m_Code & 0xff0000) >> 16)}{(char) ((m_Code & 0xff00) >> 8)}{(char) (m_Code & 0xff)}";
|
|
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_0 = (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)SZArrayNew(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var, (uint32_t)4);
|
|
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_1 = L_0;
|
|
int32_t L_2 = __this->___m_Code_0;
|
|
Il2CppChar L_3 = ((Il2CppChar)((int32_t)(uint16_t)((int32_t)(L_2>>((int32_t)24)))));
|
|
RuntimeObject* L_4 = Box(Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var, &L_3);
|
|
NullCheck(L_1);
|
|
ArrayElementTypeCheck (L_1, L_4);
|
|
(L_1)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject*)L_4);
|
|
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_5 = L_1;
|
|
int32_t L_6 = __this->___m_Code_0;
|
|
Il2CppChar L_7 = ((Il2CppChar)((int32_t)(uint16_t)((int32_t)(((int32_t)(L_6&((int32_t)16711680)))>>((int32_t)16)))));
|
|
RuntimeObject* L_8 = Box(Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var, &L_7);
|
|
NullCheck(L_5);
|
|
ArrayElementTypeCheck (L_5, L_8);
|
|
(L_5)->SetAt(static_cast<il2cpp_array_size_t>(1), (RuntimeObject*)L_8);
|
|
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_9 = L_5;
|
|
int32_t L_10 = __this->___m_Code_0;
|
|
Il2CppChar L_11 = ((Il2CppChar)((int32_t)(uint16_t)((int32_t)(((int32_t)(L_10&((int32_t)65280)))>>8))));
|
|
RuntimeObject* L_12 = Box(Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var, &L_11);
|
|
NullCheck(L_9);
|
|
ArrayElementTypeCheck (L_9, L_12);
|
|
(L_9)->SetAt(static_cast<il2cpp_array_size_t>(2), (RuntimeObject*)L_12);
|
|
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_13 = L_9;
|
|
int32_t L_14 = __this->___m_Code_0;
|
|
Il2CppChar L_15 = ((Il2CppChar)((int32_t)(uint16_t)((int32_t)(L_14&((int32_t)255)))));
|
|
RuntimeObject* L_16 = Box(Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var, &L_15);
|
|
NullCheck(L_13);
|
|
ArrayElementTypeCheck (L_13, L_16);
|
|
(L_13)->SetAt(static_cast<il2cpp_array_size_t>(3), (RuntimeObject*)L_16);
|
|
String_t* L_17;
|
|
L_17 = String_Format_m918500C1EFB475181349A79989BB79BB36102894(_stringLiteralB85181E60EE966C0723560A806A877B03B115702, L_13, NULL);
|
|
return L_17;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C String_t* FourCC_ToString_mF802C3309862E0B2A28E7D3A6F3BF49DCC2D5C49_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED*>(__this + _offset);
|
|
String_t* _returnValue;
|
|
_returnValue = FourCC_ToString_mF802C3309862E0B2A28E7D3A6F3BF49DCC2D5C49(_thisAdjusted, method);
|
|
return _returnValue;
|
|
}
|
|
// System.Boolean UnityEngine.InputSystem.Utilities.FourCC::Equals(UnityEngine.InputSystem.Utilities.FourCC)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool FourCC_Equals_m9B183615F19C23E5494CAD8C456F25C7F5297834 (FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED* __this, FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED ___0_other, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// return m_Code == other.m_Code;
|
|
int32_t L_0 = __this->___m_Code_0;
|
|
FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_1 = ___0_other;
|
|
int32_t L_2 = L_1.___m_Code_0;
|
|
return (bool)((((int32_t)L_0) == ((int32_t)L_2))? 1 : 0);
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C bool FourCC_Equals_m9B183615F19C23E5494CAD8C456F25C7F5297834_AdjustorThunk (RuntimeObject* __this, FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED ___0_other, const RuntimeMethod* method)
|
|
{
|
|
FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED*>(__this + _offset);
|
|
bool _returnValue;
|
|
_returnValue = FourCC_Equals_m9B183615F19C23E5494CAD8C456F25C7F5297834(_thisAdjusted, ___0_other, method);
|
|
return _returnValue;
|
|
}
|
|
// System.Boolean UnityEngine.InputSystem.Utilities.FourCC::Equals(System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool FourCC_Equals_m7B31A102A2E86918022D1FA4D5AB89E0A7CEEB44 (FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED* __this, RuntimeObject* ___0_obj, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED 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 FourCC cc && Equals(cc);
|
|
RuntimeObject* L_1 = ___0_obj;
|
|
if (!((RuntimeObject*)IsInstSealed((RuntimeObject*)L_1, FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED_il2cpp_TypeInfo_var)))
|
|
{
|
|
goto IL_001c;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject* L_2 = ___0_obj;
|
|
V_0 = ((*(FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED*)((FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED*)(FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED*)UnBox(L_2, FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED_il2cpp_TypeInfo_var))));
|
|
FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_3 = V_0;
|
|
bool L_4;
|
|
L_4 = FourCC_Equals_m9B183615F19C23E5494CAD8C456F25C7F5297834(__this, L_3, NULL);
|
|
return L_4;
|
|
}
|
|
|
|
IL_001c:
|
|
{
|
|
return (bool)0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C bool FourCC_Equals_m7B31A102A2E86918022D1FA4D5AB89E0A7CEEB44_AdjustorThunk (RuntimeObject* __this, RuntimeObject* ___0_obj, const RuntimeMethod* method)
|
|
{
|
|
FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED*>(__this + _offset);
|
|
bool _returnValue;
|
|
_returnValue = FourCC_Equals_m7B31A102A2E86918022D1FA4D5AB89E0A7CEEB44(_thisAdjusted, ___0_obj, method);
|
|
return _returnValue;
|
|
}
|
|
// System.Int32 UnityEngine.InputSystem.Utilities.FourCC::GetHashCode()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FourCC_GetHashCode_m257C85593E1E203C50D4FADCB73ED1D7E40A26C0 (FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// return m_Code;
|
|
int32_t L_0 = __this->___m_Code_0;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C int32_t FourCC_GetHashCode_m257C85593E1E203C50D4FADCB73ED1D7E40A26C0_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED*>(__this + _offset);
|
|
int32_t _returnValue;
|
|
_returnValue = FourCC_GetHashCode_m257C85593E1E203C50D4FADCB73ED1D7E40A26C0_inline(_thisAdjusted, method);
|
|
return _returnValue;
|
|
}
|
|
// System.Boolean UnityEngine.InputSystem.Utilities.FourCC::op_Equality(UnityEngine.InputSystem.Utilities.FourCC,UnityEngine.InputSystem.Utilities.FourCC)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool FourCC_op_Equality_m3D556D9BE044419563A7F44DCA15F1EB30656D4C (FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED ___0_left, FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED ___1_right, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// return left.m_Code == right.m_Code;
|
|
FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_0 = ___0_left;
|
|
int32_t L_1 = L_0.___m_Code_0;
|
|
FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_2 = ___1_right;
|
|
int32_t L_3 = L_2.___m_Code_0;
|
|
return (bool)((((int32_t)L_1) == ((int32_t)L_3))? 1 : 0);
|
|
}
|
|
}
|
|
// System.Boolean UnityEngine.InputSystem.Utilities.FourCC::op_Inequality(UnityEngine.InputSystem.Utilities.FourCC,UnityEngine.InputSystem.Utilities.FourCC)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool FourCC_op_Inequality_m8E764B9EF56D488E40480A3E69230EF623C7B92B (FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED ___0_left, FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED ___1_right, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// return left.m_Code != right.m_Code;
|
|
FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_0 = ___0_left;
|
|
int32_t L_1 = L_0.___m_Code_0;
|
|
FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_2 = ___1_right;
|
|
int32_t L_3 = L_2.___m_Code_0;
|
|
return (bool)((((int32_t)((((int32_t)L_1) == ((int32_t)L_3))? 1 : 0)) == ((int32_t)0))? 1 : 0);
|
|
}
|
|
}
|
|
// UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.Utilities.FourCC::FromInt32(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED FourCC_FromInt32_m32E03D3A987491D2E191C171F105CE75B71CA01C (int32_t ___0_i, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// return i;
|
|
int32_t L_0 = ___0_i;
|
|
FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_1;
|
|
L_1 = FourCC_op_Implicit_mFEE14A923AACEE90FAAC5234C718CD1B20690F61(L_0, NULL);
|
|
return L_1;
|
|
}
|
|
}
|
|
// System.Int32 UnityEngine.InputSystem.Utilities.FourCC::ToInt32(UnityEngine.InputSystem.Utilities.FourCC)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FourCC_ToInt32_m940F63A53451B147666C53C2306136358DDDEC35 (FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED ___0_fourCC, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// return fourCC.m_Code;
|
|
FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_0 = ___0_fourCC;
|
|
int32_t L_1 = L_0.___m_Code_0;
|
|
return L_1;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
#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.Utilities.InternedString
|
|
IL2CPP_EXTERN_C void InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735_marshal_pinvoke(const InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735& unmarshaled, InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735_marshaled_pinvoke& marshaled)
|
|
{
|
|
marshaled.___m_StringOriginalCase_0 = il2cpp_codegen_marshal_string(unmarshaled.___m_StringOriginalCase_0);
|
|
marshaled.___m_StringLowerCase_1 = il2cpp_codegen_marshal_string(unmarshaled.___m_StringLowerCase_1);
|
|
}
|
|
IL2CPP_EXTERN_C void InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735_marshal_pinvoke_back(const InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735_marshaled_pinvoke& marshaled, InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735& unmarshaled)
|
|
{
|
|
unmarshaled.___m_StringOriginalCase_0 = il2cpp_codegen_marshal_string_result(marshaled.___m_StringOriginalCase_0);
|
|
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___m_StringOriginalCase_0), (void*)il2cpp_codegen_marshal_string_result(marshaled.___m_StringOriginalCase_0));
|
|
unmarshaled.___m_StringLowerCase_1 = il2cpp_codegen_marshal_string_result(marshaled.___m_StringLowerCase_1);
|
|
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___m_StringLowerCase_1), (void*)il2cpp_codegen_marshal_string_result(marshaled.___m_StringLowerCase_1));
|
|
}
|
|
// Conversion method for clean up from marshalling of: UnityEngine.InputSystem.Utilities.InternedString
|
|
IL2CPP_EXTERN_C void InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735_marshal_pinvoke_cleanup(InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735_marshaled_pinvoke& marshaled)
|
|
{
|
|
il2cpp_codegen_marshal_free(marshaled.___m_StringOriginalCase_0);
|
|
marshaled.___m_StringOriginalCase_0 = NULL;
|
|
il2cpp_codegen_marshal_free(marshaled.___m_StringLowerCase_1);
|
|
marshaled.___m_StringLowerCase_1 = NULL;
|
|
}
|
|
// Conversion methods for marshalling of: UnityEngine.InputSystem.Utilities.InternedString
|
|
IL2CPP_EXTERN_C void InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735_marshal_com(const InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735& unmarshaled, InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735_marshaled_com& marshaled)
|
|
{
|
|
marshaled.___m_StringOriginalCase_0 = il2cpp_codegen_marshal_bstring(unmarshaled.___m_StringOriginalCase_0);
|
|
marshaled.___m_StringLowerCase_1 = il2cpp_codegen_marshal_bstring(unmarshaled.___m_StringLowerCase_1);
|
|
}
|
|
IL2CPP_EXTERN_C void InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735_marshal_com_back(const InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735_marshaled_com& marshaled, InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735& unmarshaled)
|
|
{
|
|
unmarshaled.___m_StringOriginalCase_0 = il2cpp_codegen_marshal_bstring_result(marshaled.___m_StringOriginalCase_0);
|
|
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___m_StringOriginalCase_0), (void*)il2cpp_codegen_marshal_bstring_result(marshaled.___m_StringOriginalCase_0));
|
|
unmarshaled.___m_StringLowerCase_1 = il2cpp_codegen_marshal_bstring_result(marshaled.___m_StringLowerCase_1);
|
|
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___m_StringLowerCase_1), (void*)il2cpp_codegen_marshal_bstring_result(marshaled.___m_StringLowerCase_1));
|
|
}
|
|
// Conversion method for clean up from marshalling of: UnityEngine.InputSystem.Utilities.InternedString
|
|
IL2CPP_EXTERN_C void InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735_marshal_com_cleanup(InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735_marshaled_com& marshaled)
|
|
{
|
|
il2cpp_codegen_marshal_free_bstring(marshaled.___m_StringOriginalCase_0);
|
|
marshaled.___m_StringOriginalCase_0 = NULL;
|
|
il2cpp_codegen_marshal_free_bstring(marshaled.___m_StringLowerCase_1);
|
|
marshaled.___m_StringLowerCase_1 = NULL;
|
|
}
|
|
// System.Int32 UnityEngine.InputSystem.Utilities.InternedString::get_length()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t InternedString_get_length_m4C5C8B69056154F3B5CF7D696A9D72803FC3FAFD (InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735* __this, const RuntimeMethod* method)
|
|
{
|
|
String_t* G_B2_0 = NULL;
|
|
String_t* G_B1_0 = NULL;
|
|
{
|
|
// public int length => m_StringLowerCase?.Length ?? 0;
|
|
String_t* L_0 = __this->___m_StringLowerCase_1;
|
|
String_t* L_1 = L_0;
|
|
G_B1_0 = L_1;
|
|
if (L_1)
|
|
{
|
|
G_B2_0 = L_1;
|
|
goto IL_000c;
|
|
}
|
|
}
|
|
{
|
|
return 0;
|
|
}
|
|
|
|
IL_000c:
|
|
{
|
|
NullCheck(G_B2_0);
|
|
int32_t L_2;
|
|
L_2 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(G_B2_0, NULL);
|
|
return L_2;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C int32_t InternedString_get_length_m4C5C8B69056154F3B5CF7D696A9D72803FC3FAFD_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735*>(__this + _offset);
|
|
int32_t _returnValue;
|
|
_returnValue = InternedString_get_length_m4C5C8B69056154F3B5CF7D696A9D72803FC3FAFD(_thisAdjusted, method);
|
|
return _returnValue;
|
|
}
|
|
// System.Void UnityEngine.InputSystem.Utilities.InternedString::.ctor(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InternedString__ctor_m2E9672D46D84C82F705DE799CE8B6123EB95E935 (InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735* __this, String_t* ___0_text, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// if (string.IsNullOrEmpty(text))
|
|
String_t* L_0 = ___0_text;
|
|
bool L_1;
|
|
L_1 = String_IsNullOrEmpty_mEA9E3FB005AC28FE02E69FCF95A7B8456192B478(L_0, NULL);
|
|
if (!L_1)
|
|
{
|
|
goto IL_0017;
|
|
}
|
|
}
|
|
{
|
|
// m_StringOriginalCase = null;
|
|
__this->___m_StringOriginalCase_0 = (String_t*)NULL;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_StringOriginalCase_0), (void*)(String_t*)NULL);
|
|
// m_StringLowerCase = null;
|
|
__this->___m_StringLowerCase_1 = (String_t*)NULL;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_StringLowerCase_1), (void*)(String_t*)NULL);
|
|
return;
|
|
}
|
|
|
|
IL_0017:
|
|
{
|
|
// m_StringOriginalCase = string.Intern(text);
|
|
String_t* L_2 = ___0_text;
|
|
String_t* L_3;
|
|
L_3 = String_Intern_m2FE19E8D8CE2641044033E0C7C4B64DC46A00318(L_2, NULL);
|
|
__this->___m_StringOriginalCase_0 = L_3;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_StringOriginalCase_0), (void*)L_3);
|
|
// m_StringLowerCase = string.Intern(text.ToLower(CultureInfo.InvariantCulture));
|
|
String_t* L_4 = ___0_text;
|
|
il2cpp_codegen_runtime_class_init_inline(CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var);
|
|
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_5;
|
|
L_5 = CultureInfo_get_InvariantCulture_mD1E96DC845E34B10F78CB744B0CB5D7D63CEB1E6(NULL);
|
|
NullCheck(L_4);
|
|
String_t* L_6;
|
|
L_6 = String_ToLower_mD22E5D18F36015484078F5BA0F1687DA95904D1E(L_4, L_5, NULL);
|
|
String_t* L_7;
|
|
L_7 = String_Intern_m2FE19E8D8CE2641044033E0C7C4B64DC46A00318(L_6, NULL);
|
|
__this->___m_StringLowerCase_1 = L_7;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_StringLowerCase_1), (void*)L_7);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void InternedString__ctor_m2E9672D46D84C82F705DE799CE8B6123EB95E935_AdjustorThunk (RuntimeObject* __this, String_t* ___0_text, const RuntimeMethod* method)
|
|
{
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735*>(__this + _offset);
|
|
InternedString__ctor_m2E9672D46D84C82F705DE799CE8B6123EB95E935(_thisAdjusted, ___0_text, method);
|
|
}
|
|
// System.Boolean UnityEngine.InputSystem.Utilities.InternedString::IsEmpty()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InternedString_IsEmpty_mA88FAF2562BF41C57C00E68F5A4111B22CFF173B (InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// return m_StringLowerCase == null;
|
|
String_t* L_0 = __this->___m_StringLowerCase_1;
|
|
return (bool)((((RuntimeObject*)(String_t*)L_0) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C bool InternedString_IsEmpty_mA88FAF2562BF41C57C00E68F5A4111B22CFF173B_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735*>(__this + _offset);
|
|
bool _returnValue;
|
|
_returnValue = InternedString_IsEmpty_mA88FAF2562BF41C57C00E68F5A4111B22CFF173B(_thisAdjusted, method);
|
|
return _returnValue;
|
|
}
|
|
// System.String UnityEngine.InputSystem.Utilities.InternedString::ToLower()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* InternedString_ToLower_m38BACEAA62BB7555B631D016BA58B0313050BBBC (InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// return m_StringLowerCase;
|
|
String_t* L_0 = __this->___m_StringLowerCase_1;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C String_t* InternedString_ToLower_m38BACEAA62BB7555B631D016BA58B0313050BBBC_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735*>(__this + _offset);
|
|
String_t* _returnValue;
|
|
_returnValue = InternedString_ToLower_m38BACEAA62BB7555B631D016BA58B0313050BBBC_inline(_thisAdjusted, method);
|
|
return _returnValue;
|
|
}
|
|
// System.Boolean UnityEngine.InputSystem.Utilities.InternedString::Equals(System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InternedString_Equals_m1075C4917312C8AAB7FAB5BAACA085AADD6160DA (InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735* __this, RuntimeObject* ___0_obj, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
String_t* V_1 = NULL;
|
|
{
|
|
// if (obj is InternedString other)
|
|
RuntimeObject* L_0 = ___0_obj;
|
|
if (!((RuntimeObject*)IsInstSealed((RuntimeObject*)L_0, InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735_il2cpp_TypeInfo_var)))
|
|
{
|
|
goto IL_0017;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject* L_1 = ___0_obj;
|
|
V_0 = ((*(InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735*)((InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735*)(InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735*)UnBox(L_1, InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735_il2cpp_TypeInfo_var))));
|
|
// return Equals(other);
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_2 = V_0;
|
|
bool L_3;
|
|
L_3 = InternedString_Equals_m5D291A2CFFE2373F6AA2880B514DC4D5873EA0B8(__this, L_2, NULL);
|
|
return L_3;
|
|
}
|
|
|
|
IL_0017:
|
|
{
|
|
// if (obj is string str)
|
|
RuntimeObject* L_4 = ___0_obj;
|
|
V_1 = ((String_t*)IsInstSealed((RuntimeObject*)L_4, String_t_il2cpp_TypeInfo_var));
|
|
String_t* L_5 = V_1;
|
|
if (!L_5)
|
|
{
|
|
goto IL_0047;
|
|
}
|
|
}
|
|
{
|
|
// if (m_StringLowerCase == null)
|
|
String_t* L_6 = __this->___m_StringLowerCase_1;
|
|
if (L_6)
|
|
{
|
|
goto IL_0030;
|
|
}
|
|
}
|
|
{
|
|
// return string.IsNullOrEmpty(str);
|
|
String_t* L_7 = V_1;
|
|
bool L_8;
|
|
L_8 = String_IsNullOrEmpty_mEA9E3FB005AC28FE02E69FCF95A7B8456192B478(L_7, NULL);
|
|
return L_8;
|
|
}
|
|
|
|
IL_0030:
|
|
{
|
|
// return string.Equals(m_StringLowerCase, str.ToLower(CultureInfo.InvariantCulture));
|
|
String_t* L_9 = __this->___m_StringLowerCase_1;
|
|
String_t* L_10 = V_1;
|
|
il2cpp_codegen_runtime_class_init_inline(CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var);
|
|
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_11;
|
|
L_11 = CultureInfo_get_InvariantCulture_mD1E96DC845E34B10F78CB744B0CB5D7D63CEB1E6(NULL);
|
|
NullCheck(L_10);
|
|
String_t* L_12;
|
|
L_12 = String_ToLower_mD22E5D18F36015484078F5BA0F1687DA95904D1E(L_10, L_11, NULL);
|
|
bool L_13;
|
|
L_13 = String_Equals_m3354EFE6393BED8DD6E18F69BEA131AAADCC622D(L_9, L_12, NULL);
|
|
return L_13;
|
|
}
|
|
|
|
IL_0047:
|
|
{
|
|
// return false;
|
|
return (bool)0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C bool InternedString_Equals_m1075C4917312C8AAB7FAB5BAACA085AADD6160DA_AdjustorThunk (RuntimeObject* __this, RuntimeObject* ___0_obj, const RuntimeMethod* method)
|
|
{
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735*>(__this + _offset);
|
|
bool _returnValue;
|
|
_returnValue = InternedString_Equals_m1075C4917312C8AAB7FAB5BAACA085AADD6160DA(_thisAdjusted, ___0_obj, method);
|
|
return _returnValue;
|
|
}
|
|
// System.Boolean UnityEngine.InputSystem.Utilities.InternedString::Equals(UnityEngine.InputSystem.Utilities.InternedString)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InternedString_Equals_m5D291A2CFFE2373F6AA2880B514DC4D5873EA0B8 (InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735* __this, InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 ___0_other, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// return ReferenceEquals(m_StringLowerCase, other.m_StringLowerCase);
|
|
String_t* L_0 = __this->___m_StringLowerCase_1;
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_1 = ___0_other;
|
|
String_t* L_2 = L_1.___m_StringLowerCase_1;
|
|
return (bool)((((RuntimeObject*)(String_t*)L_0) == ((RuntimeObject*)(String_t*)L_2))? 1 : 0);
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C bool InternedString_Equals_m5D291A2CFFE2373F6AA2880B514DC4D5873EA0B8_AdjustorThunk (RuntimeObject* __this, InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 ___0_other, const RuntimeMethod* method)
|
|
{
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735*>(__this + _offset);
|
|
bool _returnValue;
|
|
_returnValue = InternedString_Equals_m5D291A2CFFE2373F6AA2880B514DC4D5873EA0B8(_thisAdjusted, ___0_other, method);
|
|
return _returnValue;
|
|
}
|
|
// System.Int32 UnityEngine.InputSystem.Utilities.InternedString::CompareTo(UnityEngine.InputSystem.Utilities.InternedString)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t InternedString_CompareTo_mCD593A3DFF28EC1FA419B5C8D0CC6C7A8409342B (InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735* __this, InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 ___0_other, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// return string.Compare(m_StringLowerCase, other.m_StringLowerCase,
|
|
// StringComparison.InvariantCultureIgnoreCase);
|
|
String_t* L_0 = __this->___m_StringLowerCase_1;
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_1 = ___0_other;
|
|
String_t* L_2 = L_1.___m_StringLowerCase_1;
|
|
int32_t L_3;
|
|
L_3 = String_Compare_mB21E4512DAFACE027D2DD3FE75DD6E69CE315009(L_0, L_2, 3, NULL);
|
|
return L_3;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C int32_t InternedString_CompareTo_mCD593A3DFF28EC1FA419B5C8D0CC6C7A8409342B_AdjustorThunk (RuntimeObject* __this, InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 ___0_other, const RuntimeMethod* method)
|
|
{
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735*>(__this + _offset);
|
|
int32_t _returnValue;
|
|
_returnValue = InternedString_CompareTo_mCD593A3DFF28EC1FA419B5C8D0CC6C7A8409342B(_thisAdjusted, ___0_other, method);
|
|
return _returnValue;
|
|
}
|
|
// System.Int32 UnityEngine.InputSystem.Utilities.InternedString::GetHashCode()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t InternedString_GetHashCode_mD53C39966D8663D2289311ACD3AF516B8F51C9CC (InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// if (m_StringLowerCase == null)
|
|
String_t* L_0 = __this->___m_StringLowerCase_1;
|
|
if (L_0)
|
|
{
|
|
goto IL_000a;
|
|
}
|
|
}
|
|
{
|
|
// return 0;
|
|
return 0;
|
|
}
|
|
|
|
IL_000a:
|
|
{
|
|
// return m_StringLowerCase.GetHashCode();
|
|
String_t* L_1 = __this->___m_StringLowerCase_1;
|
|
NullCheck(L_1);
|
|
int32_t L_2;
|
|
L_2 = VirtualFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, L_1);
|
|
return L_2;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C int32_t InternedString_GetHashCode_mD53C39966D8663D2289311ACD3AF516B8F51C9CC_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735*>(__this + _offset);
|
|
int32_t _returnValue;
|
|
_returnValue = InternedString_GetHashCode_mD53C39966D8663D2289311ACD3AF516B8F51C9CC(_thisAdjusted, method);
|
|
return _returnValue;
|
|
}
|
|
// System.String UnityEngine.InputSystem.Utilities.InternedString::ToString()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* InternedString_ToString_mED327D67EF001C5EDFF284336F13C3E3F025993A (InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
String_t* G_B2_0 = NULL;
|
|
String_t* G_B1_0 = NULL;
|
|
{
|
|
// return m_StringOriginalCase ?? string.Empty;
|
|
String_t* L_0 = __this->___m_StringOriginalCase_0;
|
|
String_t* L_1 = L_0;
|
|
G_B1_0 = L_1;
|
|
if (L_1)
|
|
{
|
|
G_B2_0 = L_1;
|
|
goto IL_000f;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_2 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6;
|
|
G_B2_0 = L_2;
|
|
}
|
|
|
|
IL_000f:
|
|
{
|
|
return G_B2_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C String_t* InternedString_ToString_mED327D67EF001C5EDFF284336F13C3E3F025993A_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735*>(__this + _offset);
|
|
String_t* _returnValue;
|
|
_returnValue = InternedString_ToString_mED327D67EF001C5EDFF284336F13C3E3F025993A(_thisAdjusted, method);
|
|
return _returnValue;
|
|
}
|
|
// System.Boolean UnityEngine.InputSystem.Utilities.InternedString::op_Equality(UnityEngine.InputSystem.Utilities.InternedString,UnityEngine.InputSystem.Utilities.InternedString)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InternedString_op_Equality_m0406355DC90197EF72482719BFC1F046822BABE9 (InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 ___0_a, InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 ___1_b, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// return a.Equals(b);
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_0 = ___1_b;
|
|
bool L_1;
|
|
L_1 = InternedString_Equals_m5D291A2CFFE2373F6AA2880B514DC4D5873EA0B8((&___0_a), L_0, NULL);
|
|
return L_1;
|
|
}
|
|
}
|
|
// System.Boolean UnityEngine.InputSystem.Utilities.InternedString::op_Inequality(UnityEngine.InputSystem.Utilities.InternedString,UnityEngine.InputSystem.Utilities.InternedString)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InternedString_op_Inequality_m18965E6A5E58BD2BBFA4480022D24D1BF4A4221B (InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 ___0_a, InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 ___1_b, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// return !a.Equals(b);
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_0 = ___1_b;
|
|
bool L_1;
|
|
L_1 = InternedString_Equals_m5D291A2CFFE2373F6AA2880B514DC4D5873EA0B8((&___0_a), L_0, NULL);
|
|
return (bool)((((int32_t)L_1) == ((int32_t)0))? 1 : 0);
|
|
}
|
|
}
|
|
// System.Boolean UnityEngine.InputSystem.Utilities.InternedString::op_Equality(UnityEngine.InputSystem.Utilities.InternedString,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InternedString_op_Equality_mCF7615B71D1750E8601472328322181802481884 (InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 ___0_a, String_t* ___1_b, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// return string.Compare(a.m_StringLowerCase, b.ToLower(CultureInfo.InvariantCulture),
|
|
// StringComparison.InvariantCultureIgnoreCase) == 0;
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_0 = ___0_a;
|
|
String_t* L_1 = L_0.___m_StringLowerCase_1;
|
|
String_t* L_2 = ___1_b;
|
|
il2cpp_codegen_runtime_class_init_inline(CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var);
|
|
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_3;
|
|
L_3 = CultureInfo_get_InvariantCulture_mD1E96DC845E34B10F78CB744B0CB5D7D63CEB1E6(NULL);
|
|
NullCheck(L_2);
|
|
String_t* L_4;
|
|
L_4 = String_ToLower_mD22E5D18F36015484078F5BA0F1687DA95904D1E(L_2, L_3, NULL);
|
|
int32_t L_5;
|
|
L_5 = String_Compare_mB21E4512DAFACE027D2DD3FE75DD6E69CE315009(L_1, L_4, 3, NULL);
|
|
return (bool)((((int32_t)L_5) == ((int32_t)0))? 1 : 0);
|
|
}
|
|
}
|
|
// System.Boolean UnityEngine.InputSystem.Utilities.InternedString::op_Inequality(UnityEngine.InputSystem.Utilities.InternedString,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InternedString_op_Inequality_mA8C89F359509950F767DC1B29D1716F2BFB9E99E (InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 ___0_a, String_t* ___1_b, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// return string.Compare(a.m_StringLowerCase, b.ToLower(CultureInfo.InvariantCulture),
|
|
// StringComparison.InvariantCultureIgnoreCase) != 0;
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_0 = ___0_a;
|
|
String_t* L_1 = L_0.___m_StringLowerCase_1;
|
|
String_t* L_2 = ___1_b;
|
|
il2cpp_codegen_runtime_class_init_inline(CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var);
|
|
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_3;
|
|
L_3 = CultureInfo_get_InvariantCulture_mD1E96DC845E34B10F78CB744B0CB5D7D63CEB1E6(NULL);
|
|
NullCheck(L_2);
|
|
String_t* L_4;
|
|
L_4 = String_ToLower_mD22E5D18F36015484078F5BA0F1687DA95904D1E(L_2, L_3, NULL);
|
|
int32_t L_5;
|
|
L_5 = String_Compare_mB21E4512DAFACE027D2DD3FE75DD6E69CE315009(L_1, L_4, 3, NULL);
|
|
return (bool)((!(((uint32_t)L_5) <= ((uint32_t)0)))? 1 : 0);
|
|
}
|
|
}
|
|
// System.Boolean UnityEngine.InputSystem.Utilities.InternedString::op_Equality(System.String,UnityEngine.InputSystem.Utilities.InternedString)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InternedString_op_Equality_m0545E6E83AD5EA01D7C739901880CEED174DAC64 (String_t* ___0_a, InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 ___1_b, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// return string.Compare(a.ToLower(CultureInfo.InvariantCulture), b.m_StringLowerCase,
|
|
// StringComparison.InvariantCultureIgnoreCase) == 0;
|
|
String_t* L_0 = ___0_a;
|
|
il2cpp_codegen_runtime_class_init_inline(CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var);
|
|
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_1;
|
|
L_1 = CultureInfo_get_InvariantCulture_mD1E96DC845E34B10F78CB744B0CB5D7D63CEB1E6(NULL);
|
|
NullCheck(L_0);
|
|
String_t* L_2;
|
|
L_2 = String_ToLower_mD22E5D18F36015484078F5BA0F1687DA95904D1E(L_0, L_1, NULL);
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_3 = ___1_b;
|
|
String_t* L_4 = L_3.___m_StringLowerCase_1;
|
|
int32_t L_5;
|
|
L_5 = String_Compare_mB21E4512DAFACE027D2DD3FE75DD6E69CE315009(L_2, L_4, 3, NULL);
|
|
return (bool)((((int32_t)L_5) == ((int32_t)0))? 1 : 0);
|
|
}
|
|
}
|
|
// System.Boolean UnityEngine.InputSystem.Utilities.InternedString::op_Inequality(System.String,UnityEngine.InputSystem.Utilities.InternedString)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InternedString_op_Inequality_m8B1242A36F677429F034497426BAFE2258368B37 (String_t* ___0_a, InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 ___1_b, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// return string.Compare(a.ToLower(CultureInfo.InvariantCulture), b.m_StringLowerCase,
|
|
// StringComparison.InvariantCultureIgnoreCase) != 0;
|
|
String_t* L_0 = ___0_a;
|
|
il2cpp_codegen_runtime_class_init_inline(CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var);
|
|
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_1;
|
|
L_1 = CultureInfo_get_InvariantCulture_mD1E96DC845E34B10F78CB744B0CB5D7D63CEB1E6(NULL);
|
|
NullCheck(L_0);
|
|
String_t* L_2;
|
|
L_2 = String_ToLower_mD22E5D18F36015484078F5BA0F1687DA95904D1E(L_0, L_1, NULL);
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_3 = ___1_b;
|
|
String_t* L_4 = L_3.___m_StringLowerCase_1;
|
|
int32_t L_5;
|
|
L_5 = String_Compare_mB21E4512DAFACE027D2DD3FE75DD6E69CE315009(L_2, L_4, 3, NULL);
|
|
return (bool)((!(((uint32_t)L_5) <= ((uint32_t)0)))? 1 : 0);
|
|
}
|
|
}
|
|
// System.Boolean UnityEngine.InputSystem.Utilities.InternedString::op_LessThan(UnityEngine.InputSystem.Utilities.InternedString,UnityEngine.InputSystem.Utilities.InternedString)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InternedString_op_LessThan_m1D22C6C17002359906DB87DA4D9C0B557FAF224A (InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 ___0_left, InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 ___1_right, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// return string.Compare(left.m_StringLowerCase, right.m_StringLowerCase,
|
|
// StringComparison.InvariantCultureIgnoreCase) < 0;
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_0 = ___0_left;
|
|
String_t* L_1 = L_0.___m_StringLowerCase_1;
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_2 = ___1_right;
|
|
String_t* L_3 = L_2.___m_StringLowerCase_1;
|
|
int32_t L_4;
|
|
L_4 = String_Compare_mB21E4512DAFACE027D2DD3FE75DD6E69CE315009(L_1, L_3, 3, NULL);
|
|
return (bool)((((int32_t)L_4) < ((int32_t)0))? 1 : 0);
|
|
}
|
|
}
|
|
// System.Boolean UnityEngine.InputSystem.Utilities.InternedString::op_GreaterThan(UnityEngine.InputSystem.Utilities.InternedString,UnityEngine.InputSystem.Utilities.InternedString)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InternedString_op_GreaterThan_mCED3E7C6F24D8CCC5B691AB1080E6058B302BB3C (InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 ___0_left, InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 ___1_right, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// return string.Compare(left.m_StringLowerCase, right.m_StringLowerCase,
|
|
// StringComparison.InvariantCultureIgnoreCase) > 0;
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_0 = ___0_left;
|
|
String_t* L_1 = L_0.___m_StringLowerCase_1;
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_2 = ___1_right;
|
|
String_t* L_3 = L_2.___m_StringLowerCase_1;
|
|
int32_t L_4;
|
|
L_4 = String_Compare_mB21E4512DAFACE027D2DD3FE75DD6E69CE315009(L_1, L_3, 3, NULL);
|
|
return (bool)((((int32_t)L_4) > ((int32_t)0))? 1 : 0);
|
|
}
|
|
}
|
|
// System.String UnityEngine.InputSystem.Utilities.InternedString::op_Implicit(UnityEngine.InputSystem.Utilities.InternedString)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* InternedString_op_Implicit_m99D80AAE853F54FA2EF2603D020C7454B608D2F6 (InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 ___0_str, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// return str.ToString();
|
|
String_t* L_0;
|
|
L_0 = InternedString_ToString_mED327D67EF001C5EDFF284336F13C3E3F025993A((&___0_str), 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.Utilities.JsonParser
|
|
IL2CPP_EXTERN_C void JsonParser_tF738BE4FBF77CE449E21EA2CE18E937B6692B7E6_marshal_pinvoke(const JsonParser_tF738BE4FBF77CE449E21EA2CE18E937B6692B7E6& unmarshaled, JsonParser_tF738BE4FBF77CE449E21EA2CE18E937B6692B7E6_marshaled_pinvoke& marshaled)
|
|
{
|
|
marshaled.___m_Text_0 = il2cpp_codegen_marshal_string(unmarshaled.___m_Text_0);
|
|
marshaled.___m_Length_1 = unmarshaled.___m_Length_1;
|
|
marshaled.___m_Position_2 = unmarshaled.___m_Position_2;
|
|
marshaled.___m_MatchAnyElementInArray_3 = static_cast<int32_t>(unmarshaled.___m_MatchAnyElementInArray_3);
|
|
marshaled.___m_DryRun_4 = static_cast<int32_t>(unmarshaled.___m_DryRun_4);
|
|
}
|
|
IL2CPP_EXTERN_C void JsonParser_tF738BE4FBF77CE449E21EA2CE18E937B6692B7E6_marshal_pinvoke_back(const JsonParser_tF738BE4FBF77CE449E21EA2CE18E937B6692B7E6_marshaled_pinvoke& marshaled, JsonParser_tF738BE4FBF77CE449E21EA2CE18E937B6692B7E6& unmarshaled)
|
|
{
|
|
unmarshaled.___m_Text_0 = il2cpp_codegen_marshal_string_result(marshaled.___m_Text_0);
|
|
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___m_Text_0), (void*)il2cpp_codegen_marshal_string_result(marshaled.___m_Text_0));
|
|
int32_t unmarshaledm_Length_temp_1 = 0;
|
|
unmarshaledm_Length_temp_1 = marshaled.___m_Length_1;
|
|
unmarshaled.___m_Length_1 = unmarshaledm_Length_temp_1;
|
|
int32_t unmarshaledm_Position_temp_2 = 0;
|
|
unmarshaledm_Position_temp_2 = marshaled.___m_Position_2;
|
|
unmarshaled.___m_Position_2 = unmarshaledm_Position_temp_2;
|
|
bool unmarshaledm_MatchAnyElementInArray_temp_3 = false;
|
|
unmarshaledm_MatchAnyElementInArray_temp_3 = static_cast<bool>(marshaled.___m_MatchAnyElementInArray_3);
|
|
unmarshaled.___m_MatchAnyElementInArray_3 = unmarshaledm_MatchAnyElementInArray_temp_3;
|
|
bool unmarshaledm_DryRun_temp_4 = false;
|
|
unmarshaledm_DryRun_temp_4 = static_cast<bool>(marshaled.___m_DryRun_4);
|
|
unmarshaled.___m_DryRun_4 = unmarshaledm_DryRun_temp_4;
|
|
}
|
|
// Conversion method for clean up from marshalling of: UnityEngine.InputSystem.Utilities.JsonParser
|
|
IL2CPP_EXTERN_C void JsonParser_tF738BE4FBF77CE449E21EA2CE18E937B6692B7E6_marshal_pinvoke_cleanup(JsonParser_tF738BE4FBF77CE449E21EA2CE18E937B6692B7E6_marshaled_pinvoke& marshaled)
|
|
{
|
|
il2cpp_codegen_marshal_free(marshaled.___m_Text_0);
|
|
marshaled.___m_Text_0 = NULL;
|
|
}
|
|
// Conversion methods for marshalling of: UnityEngine.InputSystem.Utilities.JsonParser
|
|
IL2CPP_EXTERN_C void JsonParser_tF738BE4FBF77CE449E21EA2CE18E937B6692B7E6_marshal_com(const JsonParser_tF738BE4FBF77CE449E21EA2CE18E937B6692B7E6& unmarshaled, JsonParser_tF738BE4FBF77CE449E21EA2CE18E937B6692B7E6_marshaled_com& marshaled)
|
|
{
|
|
marshaled.___m_Text_0 = il2cpp_codegen_marshal_bstring(unmarshaled.___m_Text_0);
|
|
marshaled.___m_Length_1 = unmarshaled.___m_Length_1;
|
|
marshaled.___m_Position_2 = unmarshaled.___m_Position_2;
|
|
marshaled.___m_MatchAnyElementInArray_3 = static_cast<int32_t>(unmarshaled.___m_MatchAnyElementInArray_3);
|
|
marshaled.___m_DryRun_4 = static_cast<int32_t>(unmarshaled.___m_DryRun_4);
|
|
}
|
|
IL2CPP_EXTERN_C void JsonParser_tF738BE4FBF77CE449E21EA2CE18E937B6692B7E6_marshal_com_back(const JsonParser_tF738BE4FBF77CE449E21EA2CE18E937B6692B7E6_marshaled_com& marshaled, JsonParser_tF738BE4FBF77CE449E21EA2CE18E937B6692B7E6& unmarshaled)
|
|
{
|
|
unmarshaled.___m_Text_0 = il2cpp_codegen_marshal_bstring_result(marshaled.___m_Text_0);
|
|
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___m_Text_0), (void*)il2cpp_codegen_marshal_bstring_result(marshaled.___m_Text_0));
|
|
int32_t unmarshaledm_Length_temp_1 = 0;
|
|
unmarshaledm_Length_temp_1 = marshaled.___m_Length_1;
|
|
unmarshaled.___m_Length_1 = unmarshaledm_Length_temp_1;
|
|
int32_t unmarshaledm_Position_temp_2 = 0;
|
|
unmarshaledm_Position_temp_2 = marshaled.___m_Position_2;
|
|
unmarshaled.___m_Position_2 = unmarshaledm_Position_temp_2;
|
|
bool unmarshaledm_MatchAnyElementInArray_temp_3 = false;
|
|
unmarshaledm_MatchAnyElementInArray_temp_3 = static_cast<bool>(marshaled.___m_MatchAnyElementInArray_3);
|
|
unmarshaled.___m_MatchAnyElementInArray_3 = unmarshaledm_MatchAnyElementInArray_temp_3;
|
|
bool unmarshaledm_DryRun_temp_4 = false;
|
|
unmarshaledm_DryRun_temp_4 = static_cast<bool>(marshaled.___m_DryRun_4);
|
|
unmarshaled.___m_DryRun_4 = unmarshaledm_DryRun_temp_4;
|
|
}
|
|
// Conversion method for clean up from marshalling of: UnityEngine.InputSystem.Utilities.JsonParser
|
|
IL2CPP_EXTERN_C void JsonParser_tF738BE4FBF77CE449E21EA2CE18E937B6692B7E6_marshal_com_cleanup(JsonParser_tF738BE4FBF77CE449E21EA2CE18E937B6692B7E6_marshaled_com& marshaled)
|
|
{
|
|
il2cpp_codegen_marshal_free_bstring(marshaled.___m_Text_0);
|
|
marshaled.___m_Text_0 = NULL;
|
|
}
|
|
// System.Void UnityEngine.InputSystem.Utilities.JsonParser::.ctor(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonParser__ctor_m0A320E9D94FBBCD5FCC6429AC7C0616A9E47A148 (JsonParser_tF738BE4FBF77CE449E21EA2CE18E937B6692B7E6* __this, String_t* ___0_json, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// : this()
|
|
il2cpp_codegen_initobj(__this, sizeof(JsonParser_tF738BE4FBF77CE449E21EA2CE18E937B6692B7E6));
|
|
// if (json == null)
|
|
String_t* L_0 = ___0_json;
|
|
if (L_0)
|
|
{
|
|
goto IL_0015;
|
|
}
|
|
}
|
|
{
|
|
// throw new ArgumentNullException(nameof(json));
|
|
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*)&_stringLiteral43187C90BBB5DFB063A95733C9BD65ECD25A2E84)), NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JsonParser__ctor_m0A320E9D94FBBCD5FCC6429AC7C0616A9E47A148_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_0015:
|
|
{
|
|
// m_Text = json;
|
|
String_t* L_2 = ___0_json;
|
|
__this->___m_Text_0 = L_2;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_Text_0), (void*)L_2);
|
|
// m_Length = json.Length;
|
|
String_t* L_3 = ___0_json;
|
|
NullCheck(L_3);
|
|
int32_t L_4;
|
|
L_4 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_3, NULL);
|
|
__this->___m_Length_1 = L_4;
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void JsonParser__ctor_m0A320E9D94FBBCD5FCC6429AC7C0616A9E47A148_AdjustorThunk (RuntimeObject* __this, String_t* ___0_json, const RuntimeMethod* method)
|
|
{
|
|
JsonParser_tF738BE4FBF77CE449E21EA2CE18E937B6692B7E6* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<JsonParser_tF738BE4FBF77CE449E21EA2CE18E937B6692B7E6*>(__this + _offset);
|
|
JsonParser__ctor_m0A320E9D94FBBCD5FCC6429AC7C0616A9E47A148(_thisAdjusted, ___0_json, method);
|
|
}
|
|
// System.Void UnityEngine.InputSystem.Utilities.JsonParser::Reset()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonParser_Reset_mF1CF9A42DB26707187F35231383849A1B9EE63CE (JsonParser_tF738BE4FBF77CE449E21EA2CE18E937B6692B7E6* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// m_Position = 0;
|
|
__this->___m_Position_2 = 0;
|
|
// m_MatchAnyElementInArray = false;
|
|
__this->___m_MatchAnyElementInArray_3 = (bool)0;
|
|
// m_DryRun = false;
|
|
__this->___m_DryRun_4 = (bool)0;
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void JsonParser_Reset_mF1CF9A42DB26707187F35231383849A1B9EE63CE_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
JsonParser_tF738BE4FBF77CE449E21EA2CE18E937B6692B7E6* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<JsonParser_tF738BE4FBF77CE449E21EA2CE18E937B6692B7E6*>(__this + _offset);
|
|
JsonParser_Reset_mF1CF9A42DB26707187F35231383849A1B9EE63CE(_thisAdjusted, method);
|
|
}
|
|
// System.String UnityEngine.InputSystem.Utilities.JsonParser::ToString()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* JsonParser_ToString_mD8C9A81BA0FF05288985638F0E21DBAED7E662FD (JsonParser_tF738BE4FBF77CE449E21EA2CE18E937B6692B7E6* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonParser_tF738BE4FBF77CE449E21EA2CE18E937B6692B7E6_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA3C48F920CA03FE8BCEF33375645725C40BA7ADD);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// if (m_Text != null)
|
|
String_t* L_0 = __this->___m_Text_0;
|
|
if (!L_0)
|
|
{
|
|
goto IL_002f;
|
|
}
|
|
}
|
|
{
|
|
// return $"{m_Position}: {m_Text.Substring(m_Position)}";
|
|
int32_t L_1 = __this->___m_Position_2;
|
|
int32_t L_2 = L_1;
|
|
RuntimeObject* L_3 = Box(Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var, &L_2);
|
|
String_t* L_4 = __this->___m_Text_0;
|
|
int32_t L_5 = __this->___m_Position_2;
|
|
NullCheck(L_4);
|
|
String_t* L_6;
|
|
L_6 = String_Substring_m6BA4A3FA3800FE92662D0847CC8E1EEF940DF472(L_4, L_5, NULL);
|
|
String_t* L_7;
|
|
L_7 = String_Format_mFB7DA489BD99F4670881FF50EC017BFB0A5C0987(_stringLiteralA3C48F920CA03FE8BCEF33375645725C40BA7ADD, L_3, L_6, NULL);
|
|
return L_7;
|
|
}
|
|
|
|
IL_002f:
|
|
{
|
|
// return base.ToString();
|
|
JsonParser_tF738BE4FBF77CE449E21EA2CE18E937B6692B7E6 L_8 = (*(JsonParser_tF738BE4FBF77CE449E21EA2CE18E937B6692B7E6*)__this);
|
|
JsonParser_tF738BE4FBF77CE449E21EA2CE18E937B6692B7E6 L_9 = L_8;
|
|
RuntimeObject* L_10 = Box(JsonParser_tF738BE4FBF77CE449E21EA2CE18E937B6692B7E6_il2cpp_TypeInfo_var, &L_9);
|
|
String_t* L_11;
|
|
L_11 = ValueType_ToString_mFE1CB83BECC99D07BEA7EAB25AF73BE5A727C04D((ValueType_t6D9B272BD21782F0A9A14F2E41F85A50E97A986F*)L_10, NULL);
|
|
return L_11;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C String_t* JsonParser_ToString_mD8C9A81BA0FF05288985638F0E21DBAED7E662FD_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
JsonParser_tF738BE4FBF77CE449E21EA2CE18E937B6692B7E6* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<JsonParser_tF738BE4FBF77CE449E21EA2CE18E937B6692B7E6*>(__this + _offset);
|
|
String_t* _returnValue;
|
|
_returnValue = JsonParser_ToString_mD8C9A81BA0FF05288985638F0E21DBAED7E662FD(_thisAdjusted, method);
|
|
return _returnValue;
|
|
}
|
|
// System.Boolean UnityEngine.InputSystem.Utilities.JsonParser::NavigateToProperty(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool JsonParser_NavigateToProperty_mABC16811411CAB28E453A3414AE7E747E914F2C0 (JsonParser_tF738BE4FBF77CE449E21EA2CE18E937B6692B7E6* __this, String_t* ___0_path, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
int32_t V_2 = 0;
|
|
Il2CppChar V_3 = 0x0;
|
|
{
|
|
// if (string.IsNullOrEmpty(path))
|
|
String_t* L_0 = ___0_path;
|
|
bool L_1;
|
|
L_1 = String_IsNullOrEmpty_mEA9E3FB005AC28FE02E69FCF95A7B8456192B478(L_0, NULL);
|
|
if (!L_1)
|
|
{
|
|
goto IL_0013;
|
|
}
|
|
}
|
|
{
|
|
// throw new ArgumentNullException(nameof(path));
|
|
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*)&_stringLiteralFE79FF373808574898C82AC1320C55C1182FB75A)), NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JsonParser_NavigateToProperty_mABC16811411CAB28E453A3414AE7E747E914F2C0_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_0013:
|
|
{
|
|
// var pathLength = path.Length;
|
|
String_t* L_3 = ___0_path;
|
|
NullCheck(L_3);
|
|
int32_t L_4;
|
|
L_4 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_3, NULL);
|
|
V_0 = L_4;
|
|
// var pathPosition = 0;
|
|
V_1 = 0;
|
|
// m_DryRun = true;
|
|
__this->___m_DryRun_4 = (bool)1;
|
|
// if (!ParseToken('{'))
|
|
bool L_5;
|
|
L_5 = JsonParser_ParseToken_mFB1F5DC336328527853F6FD4EA9E41DEE0382B9A(__this, ((int32_t)123), NULL);
|
|
if (L_5)
|
|
{
|
|
goto IL_024d;
|
|
}
|
|
}
|
|
{
|
|
// return false;
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0032:
|
|
{
|
|
// SkipWhitespace();
|
|
JsonParser_SkipWhitespace_m74A37C8E8B96B671528603EC755BEB43F0D9DBC4(__this, NULL);
|
|
// if (m_Position == m_Length)
|
|
int32_t L_6 = __this->___m_Position_2;
|
|
int32_t L_7 = __this->___m_Length_1;
|
|
if ((!(((uint32_t)L_6) == ((uint32_t)L_7))))
|
|
{
|
|
goto IL_0048;
|
|
}
|
|
}
|
|
{
|
|
// return false;
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0048:
|
|
{
|
|
// if (m_Text[m_Position] != '"')
|
|
String_t* L_8 = __this->___m_Text_0;
|
|
int32_t L_9 = __this->___m_Position_2;
|
|
NullCheck(L_8);
|
|
Il2CppChar L_10;
|
|
L_10 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_8, L_9, NULL);
|
|
if ((((int32_t)L_10) == ((int32_t)((int32_t)34))))
|
|
{
|
|
goto IL_005f;
|
|
}
|
|
}
|
|
{
|
|
// return false;
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_005f:
|
|
{
|
|
// ++m_Position;
|
|
int32_t L_11 = __this->___m_Position_2;
|
|
__this->___m_Position_2 = ((int32_t)il2cpp_codegen_add(L_11, 1));
|
|
// var pathStartPosition = pathPosition;
|
|
int32_t L_12 = V_1;
|
|
V_2 = L_12;
|
|
goto IL_00a9;
|
|
}
|
|
|
|
IL_0071:
|
|
{
|
|
// var ch = path[pathPosition];
|
|
String_t* L_13 = ___0_path;
|
|
int32_t L_14 = V_1;
|
|
NullCheck(L_13);
|
|
Il2CppChar L_15;
|
|
L_15 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_13, L_14, NULL);
|
|
V_3 = L_15;
|
|
// if (ch == '/' || ch == '[')
|
|
Il2CppChar L_16 = V_3;
|
|
if ((((int32_t)L_16) == ((int32_t)((int32_t)47))))
|
|
{
|
|
goto IL_00ad;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_17 = V_3;
|
|
if ((((int32_t)L_17) == ((int32_t)((int32_t)91))))
|
|
{
|
|
goto IL_00ad;
|
|
}
|
|
}
|
|
{
|
|
// if (m_Text[m_Position] != ch)
|
|
String_t* L_18 = __this->___m_Text_0;
|
|
int32_t L_19 = __this->___m_Position_2;
|
|
NullCheck(L_18);
|
|
Il2CppChar L_20;
|
|
L_20 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_18, L_19, NULL);
|
|
Il2CppChar L_21 = V_3;
|
|
if ((!(((uint32_t)L_20) == ((uint32_t)L_21))))
|
|
{
|
|
goto IL_00ad;
|
|
}
|
|
}
|
|
{
|
|
// ++m_Position;
|
|
int32_t L_22 = __this->___m_Position_2;
|
|
__this->___m_Position_2 = ((int32_t)il2cpp_codegen_add(L_22, 1));
|
|
// ++pathPosition;
|
|
int32_t L_23 = V_1;
|
|
V_1 = ((int32_t)il2cpp_codegen_add(L_23, 1));
|
|
}
|
|
|
|
IL_00a9:
|
|
{
|
|
// while (pathPosition < pathLength)
|
|
int32_t L_24 = V_1;
|
|
int32_t L_25 = V_0;
|
|
if ((((int32_t)L_24) < ((int32_t)L_25)))
|
|
{
|
|
goto IL_0071;
|
|
}
|
|
}
|
|
|
|
IL_00ad:
|
|
{
|
|
// if (m_Position < m_Length && m_Text[m_Position] == '"' && (pathPosition >= pathLength || path[pathPosition] == '/' || path[pathPosition] == '['))
|
|
int32_t L_26 = __this->___m_Position_2;
|
|
int32_t L_27 = __this->___m_Length_1;
|
|
if ((((int32_t)L_26) >= ((int32_t)L_27)))
|
|
{
|
|
goto IL_0185;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_28 = __this->___m_Text_0;
|
|
int32_t L_29 = __this->___m_Position_2;
|
|
NullCheck(L_28);
|
|
Il2CppChar L_30;
|
|
L_30 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_28, L_29, NULL);
|
|
if ((!(((uint32_t)L_30) == ((uint32_t)((int32_t)34)))))
|
|
{
|
|
goto IL_0185;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_31 = V_1;
|
|
int32_t L_32 = V_0;
|
|
if ((((int32_t)L_31) >= ((int32_t)L_32)))
|
|
{
|
|
goto IL_00f3;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_33 = ___0_path;
|
|
int32_t L_34 = V_1;
|
|
NullCheck(L_33);
|
|
Il2CppChar L_35;
|
|
L_35 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_33, L_34, NULL);
|
|
if ((((int32_t)L_35) == ((int32_t)((int32_t)47))))
|
|
{
|
|
goto IL_00f3;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_36 = ___0_path;
|
|
int32_t L_37 = V_1;
|
|
NullCheck(L_36);
|
|
Il2CppChar L_38;
|
|
L_38 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_36, L_37, NULL);
|
|
if ((!(((uint32_t)L_38) == ((uint32_t)((int32_t)91)))))
|
|
{
|
|
goto IL_0185;
|
|
}
|
|
}
|
|
|
|
IL_00f3:
|
|
{
|
|
// ++m_Position;
|
|
int32_t L_39 = __this->___m_Position_2;
|
|
__this->___m_Position_2 = ((int32_t)il2cpp_codegen_add(L_39, 1));
|
|
// if (!SkipToValue())
|
|
bool L_40;
|
|
L_40 = JsonParser_SkipToValue_m0F58382967511D7DCB9FB94F46284FAA9EA9BB03(__this, NULL);
|
|
if (L_40)
|
|
{
|
|
goto IL_010b;
|
|
}
|
|
}
|
|
{
|
|
// return false;
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_010b:
|
|
{
|
|
// if (pathPosition >= pathLength)
|
|
int32_t L_41 = V_1;
|
|
int32_t L_42 = V_0;
|
|
if ((((int32_t)L_41) < ((int32_t)L_42)))
|
|
{
|
|
goto IL_0111;
|
|
}
|
|
}
|
|
{
|
|
// return true;
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0111:
|
|
{
|
|
// if (path[pathPosition] == '/')
|
|
String_t* L_43 = ___0_path;
|
|
int32_t L_44 = V_1;
|
|
NullCheck(L_43);
|
|
Il2CppChar L_45;
|
|
L_45 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_43, L_44, NULL);
|
|
if ((!(((uint32_t)L_45) == ((uint32_t)((int32_t)47)))))
|
|
{
|
|
goto IL_012f;
|
|
}
|
|
}
|
|
{
|
|
// ++pathPosition;
|
|
int32_t L_46 = V_1;
|
|
V_1 = ((int32_t)il2cpp_codegen_add(L_46, 1));
|
|
// if (!ParseToken('{'))
|
|
bool L_47;
|
|
L_47 = JsonParser_ParseToken_mFB1F5DC336328527853F6FD4EA9E41DEE0382B9A(__this, ((int32_t)123), NULL);
|
|
if (L_47)
|
|
{
|
|
goto IL_024d;
|
|
}
|
|
}
|
|
{
|
|
// return false;
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_012f:
|
|
{
|
|
// else if (path[pathPosition] == '[')
|
|
String_t* L_48 = ___0_path;
|
|
int32_t L_49 = V_1;
|
|
NullCheck(L_48);
|
|
Il2CppChar L_50;
|
|
L_50 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_48, L_49, NULL);
|
|
if ((!(((uint32_t)L_50) == ((uint32_t)((int32_t)91)))))
|
|
{
|
|
goto IL_024d;
|
|
}
|
|
}
|
|
{
|
|
// ++pathPosition;
|
|
int32_t L_51 = V_1;
|
|
V_1 = ((int32_t)il2cpp_codegen_add(L_51, 1));
|
|
// if (pathPosition == pathLength)
|
|
int32_t L_52 = V_1;
|
|
int32_t L_53 = V_0;
|
|
if ((!(((uint32_t)L_52) == ((uint32_t)L_53))))
|
|
{
|
|
goto IL_015b;
|
|
}
|
|
}
|
|
{
|
|
// throw new ArgumentException("Malformed JSON property path: " + path, nameof(path));
|
|
String_t* L_54 = ___0_path;
|
|
String_t* L_55;
|
|
L_55 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral83839DD0CC86491E9EE1A2CCF5148C9E932F5608)), L_54, NULL);
|
|
ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_56 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_56);
|
|
ArgumentException__ctor_m8F9D40CE19D19B698A70F9A258640EB52DB39B62(L_56, L_55, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralFE79FF373808574898C82AC1320C55C1182FB75A)), NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_56, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JsonParser_NavigateToProperty_mABC16811411CAB28E453A3414AE7E747E914F2C0_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_015b:
|
|
{
|
|
// if (path[pathPosition] == ']')
|
|
String_t* L_57 = ___0_path;
|
|
int32_t L_58 = V_1;
|
|
NullCheck(L_57);
|
|
Il2CppChar L_59;
|
|
L_59 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_57, L_58, NULL);
|
|
if ((!(((uint32_t)L_59) == ((uint32_t)((int32_t)93)))))
|
|
{
|
|
goto IL_017a;
|
|
}
|
|
}
|
|
{
|
|
// m_MatchAnyElementInArray = true;
|
|
__this->___m_MatchAnyElementInArray_3 = (bool)1;
|
|
// ++pathPosition;
|
|
int32_t L_60 = V_1;
|
|
V_1 = ((int32_t)il2cpp_codegen_add(L_60, 1));
|
|
// if (pathPosition == pathLength)
|
|
int32_t L_61 = V_1;
|
|
int32_t L_62 = V_0;
|
|
if ((!(((uint32_t)L_61) == ((uint32_t)L_62))))
|
|
{
|
|
goto IL_024d;
|
|
}
|
|
}
|
|
{
|
|
// return true;
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_017a:
|
|
{
|
|
// throw new NotImplementedException("Navigating to specific array element");
|
|
NotImplementedException_t6366FE4DCF15094C51F4833B91A2AE68D4DA90E8* L_63 = (NotImplementedException_t6366FE4DCF15094C51F4833B91A2AE68D4DA90E8*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotImplementedException_t6366FE4DCF15094C51F4833B91A2AE68D4DA90E8_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_63);
|
|
NotImplementedException__ctor_m8339D1A685E8D77CAC9D3260C06B38B5C7CA7742(L_63, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral1F3D23A5BEE3026A90ECAAAA0DE7001031E6CEB2)), NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_63, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JsonParser_NavigateToProperty_mABC16811411CAB28E453A3414AE7E747E914F2C0_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_0185:
|
|
{
|
|
// pathPosition = pathStartPosition;
|
|
int32_t L_64 = V_2;
|
|
V_1 = L_64;
|
|
goto IL_0197;
|
|
}
|
|
|
|
IL_0189:
|
|
{
|
|
// ++m_Position;
|
|
int32_t L_65 = __this->___m_Position_2;
|
|
__this->___m_Position_2 = ((int32_t)il2cpp_codegen_add(L_65, 1));
|
|
}
|
|
|
|
IL_0197:
|
|
{
|
|
// while (m_Position < m_Length && m_Text[m_Position] != '"')
|
|
int32_t L_66 = __this->___m_Position_2;
|
|
int32_t L_67 = __this->___m_Length_1;
|
|
if ((((int32_t)L_66) >= ((int32_t)L_67)))
|
|
{
|
|
goto IL_01ba;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_68 = __this->___m_Text_0;
|
|
int32_t L_69 = __this->___m_Position_2;
|
|
NullCheck(L_68);
|
|
Il2CppChar L_70;
|
|
L_70 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_68, L_69, NULL);
|
|
if ((!(((uint32_t)L_70) == ((uint32_t)((int32_t)34)))))
|
|
{
|
|
goto IL_0189;
|
|
}
|
|
}
|
|
|
|
IL_01ba:
|
|
{
|
|
// if (m_Position == m_Length || m_Text[m_Position] != '"')
|
|
int32_t L_71 = __this->___m_Position_2;
|
|
int32_t L_72 = __this->___m_Length_1;
|
|
if ((((int32_t)L_71) == ((int32_t)L_72)))
|
|
{
|
|
goto IL_01dd;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_73 = __this->___m_Text_0;
|
|
int32_t L_74 = __this->___m_Position_2;
|
|
NullCheck(L_73);
|
|
Il2CppChar L_75;
|
|
L_75 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_73, L_74, NULL);
|
|
if ((((int32_t)L_75) == ((int32_t)((int32_t)34))))
|
|
{
|
|
goto IL_01df;
|
|
}
|
|
}
|
|
|
|
IL_01dd:
|
|
{
|
|
// return false;
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_01df:
|
|
{
|
|
// ++m_Position;
|
|
int32_t L_76 = __this->___m_Position_2;
|
|
__this->___m_Position_2 = ((int32_t)il2cpp_codegen_add(L_76, 1));
|
|
// if (!SkipToValue() || !ParseValue())
|
|
bool L_77;
|
|
L_77 = JsonParser_SkipToValue_m0F58382967511D7DCB9FB94F46284FAA9EA9BB03(__this, NULL);
|
|
if (!L_77)
|
|
{
|
|
goto IL_01fd;
|
|
}
|
|
}
|
|
{
|
|
bool L_78;
|
|
L_78 = JsonParser_ParseValue_m6E2E704D9C553F0F3C6951D3AE866C7F994570BD(__this, NULL);
|
|
if (L_78)
|
|
{
|
|
goto IL_01ff;
|
|
}
|
|
}
|
|
|
|
IL_01fd:
|
|
{
|
|
// return false;
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_01ff:
|
|
{
|
|
// SkipWhitespace();
|
|
JsonParser_SkipWhitespace_m74A37C8E8B96B671528603EC755BEB43F0D9DBC4(__this, NULL);
|
|
// if (m_Position == m_Length || m_Text[m_Position] == '}' || m_Text[m_Position] != ',')
|
|
int32_t L_79 = __this->___m_Position_2;
|
|
int32_t L_80 = __this->___m_Length_1;
|
|
if ((((int32_t)L_79) == ((int32_t)L_80)))
|
|
{
|
|
goto IL_023d;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_81 = __this->___m_Text_0;
|
|
int32_t L_82 = __this->___m_Position_2;
|
|
NullCheck(L_81);
|
|
Il2CppChar L_83;
|
|
L_83 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_81, L_82, NULL);
|
|
if ((((int32_t)L_83) == ((int32_t)((int32_t)125))))
|
|
{
|
|
goto IL_023d;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_84 = __this->___m_Text_0;
|
|
int32_t L_85 = __this->___m_Position_2;
|
|
NullCheck(L_84);
|
|
Il2CppChar L_86;
|
|
L_86 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_84, L_85, NULL);
|
|
if ((((int32_t)L_86) == ((int32_t)((int32_t)44))))
|
|
{
|
|
goto IL_023f;
|
|
}
|
|
}
|
|
|
|
IL_023d:
|
|
{
|
|
// return false;
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_023f:
|
|
{
|
|
// ++m_Position;
|
|
int32_t L_87 = __this->___m_Position_2;
|
|
__this->___m_Position_2 = ((int32_t)il2cpp_codegen_add(L_87, 1));
|
|
}
|
|
|
|
IL_024d:
|
|
{
|
|
// while (m_Position < m_Length && pathPosition < pathLength)
|
|
int32_t L_88 = __this->___m_Position_2;
|
|
int32_t L_89 = __this->___m_Length_1;
|
|
if ((((int32_t)L_88) >= ((int32_t)L_89)))
|
|
{
|
|
goto IL_0262;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_90 = V_1;
|
|
int32_t L_91 = V_0;
|
|
if ((((int32_t)L_90) < ((int32_t)L_91)))
|
|
{
|
|
goto IL_0032;
|
|
}
|
|
}
|
|
|
|
IL_0262:
|
|
{
|
|
// return false;
|
|
return (bool)0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C bool JsonParser_NavigateToProperty_mABC16811411CAB28E453A3414AE7E747E914F2C0_AdjustorThunk (RuntimeObject* __this, String_t* ___0_path, const RuntimeMethod* method)
|
|
{
|
|
JsonParser_tF738BE4FBF77CE449E21EA2CE18E937B6692B7E6* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<JsonParser_tF738BE4FBF77CE449E21EA2CE18E937B6692B7E6*>(__this + _offset);
|
|
bool _returnValue;
|
|
_returnValue = JsonParser_NavigateToProperty_mABC16811411CAB28E453A3414AE7E747E914F2C0(_thisAdjusted, ___0_path, method);
|
|
return _returnValue;
|
|
}
|
|
// System.Boolean UnityEngine.InputSystem.Utilities.JsonParser::CurrentPropertyHasValueEqualTo(UnityEngine.InputSystem.Utilities.JsonParser/JsonValue)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool JsonParser_CurrentPropertyHasValueEqualTo_m38EF26F952E81A440FA57ED7D044C80D7FEFA5AD (JsonParser_tF738BE4FBF77CE449E21EA2CE18E937B6692B7E6* __this, JsonValue_t01DB320267C848E729A400EF2345979978F851D2 ___0_expectedValue, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_mA85C489B00E39A4A5F1E8589C2CE368DE85229BC_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_m1208CC92E9A59D1FD2ABF9D1C5A2BB742F8FC5FD_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
JsonValue_t01DB320267C848E729A400EF2345979978F851D2 V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
bool V_2 = false;
|
|
List_1_t4A80BCCFB0BC8742C8BB601365DB07226750573A* V_3 = NULL;
|
|
int32_t V_4 = 0;
|
|
{
|
|
// var savedPosition = m_Position;
|
|
int32_t L_0 = __this->___m_Position_2;
|
|
V_0 = L_0;
|
|
// m_DryRun = false;
|
|
__this->___m_DryRun_4 = (bool)0;
|
|
// if (!ParseValue(out var propertyValue))
|
|
bool L_1;
|
|
L_1 = JsonParser_ParseValue_m236BB59EEC478306884BE3713D5BACDA2C595B59(__this, (&V_1), NULL);
|
|
if (L_1)
|
|
{
|
|
goto IL_0021;
|
|
}
|
|
}
|
|
{
|
|
// m_Position = savedPosition;
|
|
int32_t L_2 = V_0;
|
|
__this->___m_Position_2 = L_2;
|
|
// return false;
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0021:
|
|
{
|
|
// m_Position = savedPosition;
|
|
int32_t L_3 = V_0;
|
|
__this->___m_Position_2 = L_3;
|
|
// var isMatch = false;
|
|
V_2 = (bool)0;
|
|
// if (propertyValue.type == JsonValueType.Array && m_MatchAnyElementInArray)
|
|
JsonValue_t01DB320267C848E729A400EF2345979978F851D2 L_4 = V_1;
|
|
int32_t L_5 = L_4.___type_0;
|
|
if ((!(((uint32_t)L_5) == ((uint32_t)5))))
|
|
{
|
|
goto IL_006b;
|
|
}
|
|
}
|
|
{
|
|
bool L_6 = __this->___m_MatchAnyElementInArray_3;
|
|
if (!L_6)
|
|
{
|
|
goto IL_006b;
|
|
}
|
|
}
|
|
{
|
|
// var array = propertyValue.arrayValue;
|
|
JsonValue_t01DB320267C848E729A400EF2345979978F851D2 L_7 = V_1;
|
|
List_1_t4A80BCCFB0BC8742C8BB601365DB07226750573A* L_8 = L_7.___arrayValue_5;
|
|
V_3 = L_8;
|
|
// for (var i = 0; !isMatch && i < array.Count; ++i)
|
|
V_4 = 0;
|
|
goto IL_005c;
|
|
}
|
|
|
|
IL_0047:
|
|
{
|
|
// isMatch = array[i] == expectedValue;
|
|
List_1_t4A80BCCFB0BC8742C8BB601365DB07226750573A* L_9 = V_3;
|
|
int32_t L_10 = V_4;
|
|
NullCheck(L_9);
|
|
JsonValue_t01DB320267C848E729A400EF2345979978F851D2 L_11;
|
|
L_11 = List_1_get_Item_m1208CC92E9A59D1FD2ABF9D1C5A2BB742F8FC5FD(L_9, L_10, List_1_get_Item_m1208CC92E9A59D1FD2ABF9D1C5A2BB742F8FC5FD_RuntimeMethod_var);
|
|
JsonValue_t01DB320267C848E729A400EF2345979978F851D2 L_12 = ___0_expectedValue;
|
|
bool L_13;
|
|
L_13 = JsonValue_op_Equality_m6D5E835A0CD7FE0E05F2DAC1D10643D8C92C1966(L_11, L_12, NULL);
|
|
V_2 = L_13;
|
|
// for (var i = 0; !isMatch && i < array.Count; ++i)
|
|
int32_t L_14 = V_4;
|
|
V_4 = ((int32_t)il2cpp_codegen_add(L_14, 1));
|
|
}
|
|
|
|
IL_005c:
|
|
{
|
|
// for (var i = 0; !isMatch && i < array.Count; ++i)
|
|
bool L_15 = V_2;
|
|
if (L_15)
|
|
{
|
|
goto IL_0073;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_16 = V_4;
|
|
List_1_t4A80BCCFB0BC8742C8BB601365DB07226750573A* L_17 = V_3;
|
|
NullCheck(L_17);
|
|
int32_t L_18;
|
|
L_18 = List_1_get_Count_mA85C489B00E39A4A5F1E8589C2CE368DE85229BC_inline(L_17, List_1_get_Count_mA85C489B00E39A4A5F1E8589C2CE368DE85229BC_RuntimeMethod_var);
|
|
if ((((int32_t)L_16) < ((int32_t)L_18)))
|
|
{
|
|
goto IL_0047;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0073;
|
|
}
|
|
|
|
IL_006b:
|
|
{
|
|
// isMatch = propertyValue == expectedValue;
|
|
JsonValue_t01DB320267C848E729A400EF2345979978F851D2 L_19 = V_1;
|
|
JsonValue_t01DB320267C848E729A400EF2345979978F851D2 L_20 = ___0_expectedValue;
|
|
bool L_21;
|
|
L_21 = JsonValue_op_Equality_m6D5E835A0CD7FE0E05F2DAC1D10643D8C92C1966(L_19, L_20, NULL);
|
|
V_2 = L_21;
|
|
}
|
|
|
|
IL_0073:
|
|
{
|
|
// return isMatch;
|
|
bool L_22 = V_2;
|
|
return L_22;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C bool JsonParser_CurrentPropertyHasValueEqualTo_m38EF26F952E81A440FA57ED7D044C80D7FEFA5AD_AdjustorThunk (RuntimeObject* __this, JsonValue_t01DB320267C848E729A400EF2345979978F851D2 ___0_expectedValue, const RuntimeMethod* method)
|
|
{
|
|
JsonParser_tF738BE4FBF77CE449E21EA2CE18E937B6692B7E6* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<JsonParser_tF738BE4FBF77CE449E21EA2CE18E937B6692B7E6*>(__this + _offset);
|
|
bool _returnValue;
|
|
_returnValue = JsonParser_CurrentPropertyHasValueEqualTo_m38EF26F952E81A440FA57ED7D044C80D7FEFA5AD(_thisAdjusted, ___0_expectedValue, method);
|
|
return _returnValue;
|
|
}
|
|
// System.Boolean UnityEngine.InputSystem.Utilities.JsonParser::ParseToken(System.Char)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool JsonParser_ParseToken_mFB1F5DC336328527853F6FD4EA9E41DEE0382B9A (JsonParser_tF738BE4FBF77CE449E21EA2CE18E937B6692B7E6* __this, Il2CppChar ___0_token, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// SkipWhitespace();
|
|
JsonParser_SkipWhitespace_m74A37C8E8B96B671528603EC755BEB43F0D9DBC4(__this, NULL);
|
|
// if (m_Position == m_Length)
|
|
int32_t L_0 = __this->___m_Position_2;
|
|
int32_t L_1 = __this->___m_Length_1;
|
|
if ((!(((uint32_t)L_0) == ((uint32_t)L_1))))
|
|
{
|
|
goto IL_0016;
|
|
}
|
|
}
|
|
{
|
|
// return false;
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0016:
|
|
{
|
|
// if (m_Text[m_Position] != token)
|
|
String_t* L_2 = __this->___m_Text_0;
|
|
int32_t L_3 = __this->___m_Position_2;
|
|
NullCheck(L_2);
|
|
Il2CppChar L_4;
|
|
L_4 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_2, L_3, NULL);
|
|
Il2CppChar L_5 = ___0_token;
|
|
if ((((int32_t)L_4) == ((int32_t)L_5)))
|
|
{
|
|
goto IL_002c;
|
|
}
|
|
}
|
|
{
|
|
// return false;
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_002c:
|
|
{
|
|
// ++m_Position;
|
|
int32_t L_6 = __this->___m_Position_2;
|
|
__this->___m_Position_2 = ((int32_t)il2cpp_codegen_add(L_6, 1));
|
|
// SkipWhitespace();
|
|
JsonParser_SkipWhitespace_m74A37C8E8B96B671528603EC755BEB43F0D9DBC4(__this, NULL);
|
|
// return m_Position < m_Length;
|
|
int32_t L_7 = __this->___m_Position_2;
|
|
int32_t L_8 = __this->___m_Length_1;
|
|
return (bool)((((int32_t)L_7) < ((int32_t)L_8))? 1 : 0);
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C bool JsonParser_ParseToken_mFB1F5DC336328527853F6FD4EA9E41DEE0382B9A_AdjustorThunk (RuntimeObject* __this, Il2CppChar ___0_token, const RuntimeMethod* method)
|
|
{
|
|
JsonParser_tF738BE4FBF77CE449E21EA2CE18E937B6692B7E6* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<JsonParser_tF738BE4FBF77CE449E21EA2CE18E937B6692B7E6*>(__this + _offset);
|
|
bool _returnValue;
|
|
_returnValue = JsonParser_ParseToken_mFB1F5DC336328527853F6FD4EA9E41DEE0382B9A(_thisAdjusted, ___0_token, method);
|
|
return _returnValue;
|
|
}
|
|
// System.Boolean UnityEngine.InputSystem.Utilities.JsonParser::ParseValue()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool JsonParser_ParseValue_m6E2E704D9C553F0F3C6951D3AE866C7F994570BD (JsonParser_tF738BE4FBF77CE449E21EA2CE18E937B6692B7E6* __this, const RuntimeMethod* method)
|
|
{
|
|
JsonValue_t01DB320267C848E729A400EF2345979978F851D2 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
// return ParseValue(out var result);
|
|
bool L_0;
|
|
L_0 = JsonParser_ParseValue_m236BB59EEC478306884BE3713D5BACDA2C595B59(__this, (&V_0), NULL);
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C bool JsonParser_ParseValue_m6E2E704D9C553F0F3C6951D3AE866C7F994570BD_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
JsonParser_tF738BE4FBF77CE449E21EA2CE18E937B6692B7E6* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<JsonParser_tF738BE4FBF77CE449E21EA2CE18E937B6692B7E6*>(__this + _offset);
|
|
bool _returnValue;
|
|
_returnValue = JsonParser_ParseValue_m6E2E704D9C553F0F3C6951D3AE866C7F994570BD(_thisAdjusted, method);
|
|
return _returnValue;
|
|
}
|
|
// System.Boolean UnityEngine.InputSystem.Utilities.JsonParser::ParseValue(UnityEngine.InputSystem.Utilities.JsonParser/JsonValue&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool JsonParser_ParseValue_m236BB59EEC478306884BE3713D5BACDA2C595B59 (JsonParser_tF738BE4FBF77CE449E21EA2CE18E937B6692B7E6* __this, JsonValue_t01DB320267C848E729A400EF2345979978F851D2* ___0_result, const RuntimeMethod* method)
|
|
{
|
|
Il2CppChar V_0 = 0x0;
|
|
{
|
|
// result = default;
|
|
JsonValue_t01DB320267C848E729A400EF2345979978F851D2* L_0 = ___0_result;
|
|
il2cpp_codegen_initobj(L_0, sizeof(JsonValue_t01DB320267C848E729A400EF2345979978F851D2));
|
|
// SkipWhitespace();
|
|
JsonParser_SkipWhitespace_m74A37C8E8B96B671528603EC755BEB43F0D9DBC4(__this, NULL);
|
|
// if (m_Position == m_Length)
|
|
int32_t L_1 = __this->___m_Position_2;
|
|
int32_t L_2 = __this->___m_Length_1;
|
|
if ((!(((uint32_t)L_1) == ((uint32_t)L_2))))
|
|
{
|
|
goto IL_001d;
|
|
}
|
|
}
|
|
{
|
|
// return false;
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_001d:
|
|
{
|
|
// var ch = m_Text[m_Position];
|
|
String_t* L_3 = __this->___m_Text_0;
|
|
int32_t L_4 = __this->___m_Position_2;
|
|
NullCheck(L_3);
|
|
Il2CppChar L_5;
|
|
L_5 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_3, L_4, NULL);
|
|
V_0 = L_5;
|
|
Il2CppChar L_6 = V_0;
|
|
if ((!(((uint32_t)L_6) <= ((uint32_t)((int32_t)102)))))
|
|
{
|
|
goto IL_0045;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_7 = V_0;
|
|
if ((((int32_t)L_7) == ((int32_t)((int32_t)34))))
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_8 = V_0;
|
|
if ((((int32_t)L_8) == ((int32_t)((int32_t)91))))
|
|
{
|
|
goto IL_0061;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_9 = V_0;
|
|
if ((((int32_t)L_9) == ((int32_t)((int32_t)102))))
|
|
{
|
|
goto IL_0077;
|
|
}
|
|
}
|
|
{
|
|
goto IL_008d;
|
|
}
|
|
|
|
IL_0045:
|
|
{
|
|
Il2CppChar L_10 = V_0;
|
|
if ((((int32_t)L_10) == ((int32_t)((int32_t)110))))
|
|
{
|
|
goto IL_0082;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_11 = V_0;
|
|
if ((((int32_t)L_11) == ((int32_t)((int32_t)116))))
|
|
{
|
|
goto IL_0077;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_12 = V_0;
|
|
if ((((int32_t)L_12) == ((int32_t)((int32_t)123))))
|
|
{
|
|
goto IL_006c;
|
|
}
|
|
}
|
|
{
|
|
goto IL_008d;
|
|
}
|
|
|
|
IL_0056:
|
|
{
|
|
// if (ParseStringValue(out result))
|
|
JsonValue_t01DB320267C848E729A400EF2345979978F851D2* L_13 = ___0_result;
|
|
bool L_14;
|
|
L_14 = JsonParser_ParseStringValue_mFAB38802BB3A1B80C536D9491A3463CD2686DBCE(__this, L_13, NULL);
|
|
if (!L_14)
|
|
{
|
|
goto IL_0098;
|
|
}
|
|
}
|
|
{
|
|
// return true;
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0061:
|
|
{
|
|
// if (ParseArrayValue(out result))
|
|
JsonValue_t01DB320267C848E729A400EF2345979978F851D2* L_15 = ___0_result;
|
|
bool L_16;
|
|
L_16 = JsonParser_ParseArrayValue_mD6183CDC9AC8805B9ECF20BA1697D06174A52CDE(__this, L_15, NULL);
|
|
if (!L_16)
|
|
{
|
|
goto IL_0098;
|
|
}
|
|
}
|
|
{
|
|
// return true;
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_006c:
|
|
{
|
|
// if (ParseObjectValue(out result))
|
|
JsonValue_t01DB320267C848E729A400EF2345979978F851D2* L_17 = ___0_result;
|
|
bool L_18;
|
|
L_18 = JsonParser_ParseObjectValue_mD938FE193A6A8FFAB96245A3B8F55F86D368FBBA(__this, L_17, NULL);
|
|
if (!L_18)
|
|
{
|
|
goto IL_0098;
|
|
}
|
|
}
|
|
{
|
|
// return true;
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0077:
|
|
{
|
|
// if (ParseBooleanValue(out result))
|
|
JsonValue_t01DB320267C848E729A400EF2345979978F851D2* L_19 = ___0_result;
|
|
bool L_20;
|
|
L_20 = JsonParser_ParseBooleanValue_m29590E58A31FEA78BD1591F47B6B6668316765B3(__this, L_19, NULL);
|
|
if (!L_20)
|
|
{
|
|
goto IL_0098;
|
|
}
|
|
}
|
|
{
|
|
// return true;
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0082:
|
|
{
|
|
// if (ParseNullValue(out result))
|
|
JsonValue_t01DB320267C848E729A400EF2345979978F851D2* L_21 = ___0_result;
|
|
bool L_22;
|
|
L_22 = JsonParser_ParseNullValue_mB54108F3A3F924948B8464F238F2A11B939EFD8C(__this, L_21, NULL);
|
|
if (!L_22)
|
|
{
|
|
goto IL_0098;
|
|
}
|
|
}
|
|
{
|
|
// return true;
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_008d:
|
|
{
|
|
// if (ParseNumber(out result))
|
|
JsonValue_t01DB320267C848E729A400EF2345979978F851D2* L_23 = ___0_result;
|
|
bool L_24;
|
|
L_24 = JsonParser_ParseNumber_m0887BEB6E4B4FBD17F2ACC8CED46BE26928ED2D6(__this, L_23, NULL);
|
|
if (!L_24)
|
|
{
|
|
goto IL_0098;
|
|
}
|
|
}
|
|
{
|
|
// return true;
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0098:
|
|
{
|
|
// return false;
|
|
return (bool)0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C bool JsonParser_ParseValue_m236BB59EEC478306884BE3713D5BACDA2C595B59_AdjustorThunk (RuntimeObject* __this, JsonValue_t01DB320267C848E729A400EF2345979978F851D2* ___0_result, const RuntimeMethod* method)
|
|
{
|
|
JsonParser_tF738BE4FBF77CE449E21EA2CE18E937B6692B7E6* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<JsonParser_tF738BE4FBF77CE449E21EA2CE18E937B6692B7E6*>(__this + _offset);
|
|
bool _returnValue;
|
|
_returnValue = JsonParser_ParseValue_m236BB59EEC478306884BE3713D5BACDA2C595B59(_thisAdjusted, ___0_result, method);
|
|
return _returnValue;
|
|
}
|
|
// System.Boolean UnityEngine.InputSystem.Utilities.JsonParser::ParseStringValue(UnityEngine.InputSystem.Utilities.JsonParser/JsonValue&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool JsonParser_ParseStringValue_mFAB38802BB3A1B80C536D9491A3463CD2686DBCE (JsonParser_tF738BE4FBF77CE449E21EA2CE18E937B6692B7E6* __this, JsonValue_t01DB320267C848E729A400EF2345979978F851D2* ___0_result, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
bool V_1 = false;
|
|
Il2CppChar V_2 = 0x0;
|
|
JsonString_tE22CDDA995FEFF514F3F334C93B6AB31B49773CB V_3;
|
|
memset((&V_3), 0, sizeof(V_3));
|
|
{
|
|
// result = default;
|
|
JsonValue_t01DB320267C848E729A400EF2345979978F851D2* L_0 = ___0_result;
|
|
il2cpp_codegen_initobj(L_0, sizeof(JsonValue_t01DB320267C848E729A400EF2345979978F851D2));
|
|
// SkipWhitespace();
|
|
JsonParser_SkipWhitespace_m74A37C8E8B96B671528603EC755BEB43F0D9DBC4(__this, NULL);
|
|
// if (m_Position == m_Length || m_Text[m_Position] != '"')
|
|
int32_t L_1 = __this->___m_Position_2;
|
|
int32_t L_2 = __this->___m_Length_1;
|
|
if ((((int32_t)L_1) == ((int32_t)L_2)))
|
|
{
|
|
goto IL_0030;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_3 = __this->___m_Text_0;
|
|
int32_t L_4 = __this->___m_Position_2;
|
|
NullCheck(L_3);
|
|
Il2CppChar L_5;
|
|
L_5 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_3, L_4, NULL);
|
|
if ((((int32_t)L_5) == ((int32_t)((int32_t)34))))
|
|
{
|
|
goto IL_0032;
|
|
}
|
|
}
|
|
|
|
IL_0030:
|
|
{
|
|
// return false;
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0032:
|
|
{
|
|
// ++m_Position;
|
|
int32_t L_6 = __this->___m_Position_2;
|
|
__this->___m_Position_2 = ((int32_t)il2cpp_codegen_add(L_6, 1));
|
|
// var startIndex = m_Position;
|
|
int32_t L_7 = __this->___m_Position_2;
|
|
V_0 = L_7;
|
|
// var hasEscapes = false;
|
|
V_1 = (bool)0;
|
|
goto IL_00e1;
|
|
}
|
|
|
|
IL_004e:
|
|
{
|
|
// var ch = m_Text[m_Position];
|
|
String_t* L_8 = __this->___m_Text_0;
|
|
int32_t L_9 = __this->___m_Position_2;
|
|
NullCheck(L_8);
|
|
Il2CppChar L_10;
|
|
L_10 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_8, L_9, NULL);
|
|
V_2 = L_10;
|
|
// if (ch == '\\')
|
|
Il2CppChar L_11 = V_2;
|
|
if ((!(((uint32_t)L_11) == ((uint32_t)((int32_t)92)))))
|
|
{
|
|
goto IL_0085;
|
|
}
|
|
}
|
|
{
|
|
// ++m_Position;
|
|
int32_t L_12 = __this->___m_Position_2;
|
|
__this->___m_Position_2 = ((int32_t)il2cpp_codegen_add(L_12, 1));
|
|
// if (m_Position == m_Length)
|
|
int32_t L_13 = __this->___m_Position_2;
|
|
int32_t L_14 = __this->___m_Length_1;
|
|
if ((((int32_t)L_13) == ((int32_t)L_14)))
|
|
{
|
|
goto IL_00f2;
|
|
}
|
|
}
|
|
{
|
|
// hasEscapes = true;
|
|
V_1 = (bool)1;
|
|
goto IL_00d3;
|
|
}
|
|
|
|
IL_0085:
|
|
{
|
|
// else if (ch == '"')
|
|
Il2CppChar L_15 = V_2;
|
|
if ((!(((uint32_t)L_15) == ((uint32_t)((int32_t)34)))))
|
|
{
|
|
goto IL_00d3;
|
|
}
|
|
}
|
|
{
|
|
// ++m_Position;
|
|
int32_t L_16 = __this->___m_Position_2;
|
|
__this->___m_Position_2 = ((int32_t)il2cpp_codegen_add(L_16, 1));
|
|
// result = new JsonString
|
|
// {
|
|
// text = new Substring(m_Text, startIndex, m_Position - startIndex - 1),
|
|
// hasEscapes = hasEscapes
|
|
// };
|
|
JsonValue_t01DB320267C848E729A400EF2345979978F851D2* L_17 = ___0_result;
|
|
il2cpp_codegen_initobj((&V_3), sizeof(JsonString_tE22CDDA995FEFF514F3F334C93B6AB31B49773CB));
|
|
String_t* L_18 = __this->___m_Text_0;
|
|
int32_t L_19 = V_0;
|
|
int32_t L_20 = __this->___m_Position_2;
|
|
int32_t L_21 = V_0;
|
|
Substring_t2E16755269E6716C22074D6BC0A9099915E67849 L_22;
|
|
memset((&L_22), 0, sizeof(L_22));
|
|
Substring__ctor_m26B51DCD265326C6BCEAD778F0FC45407BB5F745((&L_22), L_18, L_19, ((int32_t)il2cpp_codegen_subtract(((int32_t)il2cpp_codegen_subtract(L_20, L_21)), 1)), /*hidden argument*/NULL);
|
|
(&V_3)->___text_0 = L_22;
|
|
Il2CppCodeGenWriteBarrier((void**)&(((&(&V_3)->___text_0))->___m_String_0), (void*)NULL);
|
|
bool L_23 = V_1;
|
|
(&V_3)->___hasEscapes_1 = L_23;
|
|
JsonString_tE22CDDA995FEFF514F3F334C93B6AB31B49773CB L_24 = V_3;
|
|
JsonValue_t01DB320267C848E729A400EF2345979978F851D2 L_25;
|
|
L_25 = JsonValue_op_Implicit_m7B603F2A2FFE1EFFA123B06D7C41565DDDE53E50(L_24, NULL);
|
|
*(JsonValue_t01DB320267C848E729A400EF2345979978F851D2*)L_17 = L_25;
|
|
Il2CppCodeGenWriteBarrier((void**)&((&((&(((JsonValue_t01DB320267C848E729A400EF2345979978F851D2*)L_17)->___stringValue_4))->___text_0))->___m_String_0), (void*)NULL);
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&(((JsonValue_t01DB320267C848E729A400EF2345979978F851D2*)L_17)->___arrayValue_5), (void*)NULL);
|
|
#endif
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&(((JsonValue_t01DB320267C848E729A400EF2345979978F851D2*)L_17)->___objectValue_6), (void*)NULL);
|
|
#endif
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&(((JsonValue_t01DB320267C848E729A400EF2345979978F851D2*)L_17)->___anyValue_7), (void*)NULL);
|
|
#endif
|
|
// return true;
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_00d3:
|
|
{
|
|
// ++m_Position;
|
|
int32_t L_26 = __this->___m_Position_2;
|
|
__this->___m_Position_2 = ((int32_t)il2cpp_codegen_add(L_26, 1));
|
|
}
|
|
|
|
IL_00e1:
|
|
{
|
|
// while (m_Position < m_Length)
|
|
int32_t L_27 = __this->___m_Position_2;
|
|
int32_t L_28 = __this->___m_Length_1;
|
|
if ((((int32_t)L_27) < ((int32_t)L_28)))
|
|
{
|
|
goto IL_004e;
|
|
}
|
|
}
|
|
|
|
IL_00f2:
|
|
{
|
|
// return false;
|
|
return (bool)0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C bool JsonParser_ParseStringValue_mFAB38802BB3A1B80C536D9491A3463CD2686DBCE_AdjustorThunk (RuntimeObject* __this, JsonValue_t01DB320267C848E729A400EF2345979978F851D2* ___0_result, const RuntimeMethod* method)
|
|
{
|
|
JsonParser_tF738BE4FBF77CE449E21EA2CE18E937B6692B7E6* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<JsonParser_tF738BE4FBF77CE449E21EA2CE18E937B6692B7E6*>(__this + _offset);
|
|
bool _returnValue;
|
|
_returnValue = JsonParser_ParseStringValue_mFAB38802BB3A1B80C536D9491A3463CD2686DBCE(_thisAdjusted, ___0_result, method);
|
|
return _returnValue;
|
|
}
|
|
// System.Boolean UnityEngine.InputSystem.Utilities.JsonParser::ParseArrayValue(UnityEngine.InputSystem.Utilities.JsonParser/JsonValue&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool JsonParser_ParseArrayValue_mD6183CDC9AC8805B9ECF20BA1697D06174A52CDE (JsonParser_tF738BE4FBF77CE449E21EA2CE18E937B6692B7E6* __this, JsonValue_t01DB320267C848E729A400EF2345979978F851D2* ___0_result, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_mE78869407E32A2635B76A2FAD69DF379E67ABD82_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_m4927EB5635E5ACE121082D775C7DBD0B38A3ECF7_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t4A80BCCFB0BC8742C8BB601365DB07226750573A_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
List_1_t4A80BCCFB0BC8742C8BB601365DB07226750573A* V_0 = NULL;
|
|
JsonValue_t01DB320267C848E729A400EF2345979978F851D2 V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
JsonValue_t01DB320267C848E729A400EF2345979978F851D2 V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
Il2CppChar V_3 = 0x0;
|
|
{
|
|
// result = default;
|
|
JsonValue_t01DB320267C848E729A400EF2345979978F851D2* L_0 = ___0_result;
|
|
il2cpp_codegen_initobj(L_0, sizeof(JsonValue_t01DB320267C848E729A400EF2345979978F851D2));
|
|
// SkipWhitespace();
|
|
JsonParser_SkipWhitespace_m74A37C8E8B96B671528603EC755BEB43F0D9DBC4(__this, NULL);
|
|
// if (m_Position == m_Length || m_Text[m_Position] != '[')
|
|
int32_t L_1 = __this->___m_Position_2;
|
|
int32_t L_2 = __this->___m_Length_1;
|
|
if ((((int32_t)L_1) == ((int32_t)L_2)))
|
|
{
|
|
goto IL_0030;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_3 = __this->___m_Text_0;
|
|
int32_t L_4 = __this->___m_Position_2;
|
|
NullCheck(L_3);
|
|
Il2CppChar L_5;
|
|
L_5 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_3, L_4, NULL);
|
|
if ((((int32_t)L_5) == ((int32_t)((int32_t)91))))
|
|
{
|
|
goto IL_0032;
|
|
}
|
|
}
|
|
|
|
IL_0030:
|
|
{
|
|
// return false;
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0032:
|
|
{
|
|
// ++m_Position;
|
|
int32_t L_6 = __this->___m_Position_2;
|
|
__this->___m_Position_2 = ((int32_t)il2cpp_codegen_add(L_6, 1));
|
|
// if (m_Position == m_Length)
|
|
int32_t L_7 = __this->___m_Position_2;
|
|
int32_t L_8 = __this->___m_Length_1;
|
|
if ((!(((uint32_t)L_7) == ((uint32_t)L_8))))
|
|
{
|
|
goto IL_0050;
|
|
}
|
|
}
|
|
{
|
|
// return false;
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0050:
|
|
{
|
|
// if (m_Text[m_Position] == ']')
|
|
String_t* L_9 = __this->___m_Text_0;
|
|
int32_t L_10 = __this->___m_Position_2;
|
|
NullCheck(L_9);
|
|
Il2CppChar L_11;
|
|
L_11 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_9, L_10, NULL);
|
|
if ((!(((uint32_t)L_11) == ((uint32_t)((int32_t)93)))))
|
|
{
|
|
goto IL_008c;
|
|
}
|
|
}
|
|
{
|
|
// result = new JsonValue { type = JsonValueType.Array };
|
|
JsonValue_t01DB320267C848E729A400EF2345979978F851D2* L_12 = ___0_result;
|
|
il2cpp_codegen_initobj((&V_1), sizeof(JsonValue_t01DB320267C848E729A400EF2345979978F851D2));
|
|
(&V_1)->___type_0 = 5;
|
|
JsonValue_t01DB320267C848E729A400EF2345979978F851D2 L_13 = V_1;
|
|
*(JsonValue_t01DB320267C848E729A400EF2345979978F851D2*)L_12 = L_13;
|
|
Il2CppCodeGenWriteBarrier((void**)&((&((&(((JsonValue_t01DB320267C848E729A400EF2345979978F851D2*)L_12)->___stringValue_4))->___text_0))->___m_String_0), (void*)NULL);
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&(((JsonValue_t01DB320267C848E729A400EF2345979978F851D2*)L_12)->___arrayValue_5), (void*)NULL);
|
|
#endif
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&(((JsonValue_t01DB320267C848E729A400EF2345979978F851D2*)L_12)->___objectValue_6), (void*)NULL);
|
|
#endif
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&(((JsonValue_t01DB320267C848E729A400EF2345979978F851D2*)L_12)->___anyValue_7), (void*)NULL);
|
|
#endif
|
|
// ++m_Position;
|
|
int32_t L_14 = __this->___m_Position_2;
|
|
__this->___m_Position_2 = ((int32_t)il2cpp_codegen_add(L_14, 1));
|
|
// return true;
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_008c:
|
|
{
|
|
// List<JsonValue> values = null;
|
|
V_0 = (List_1_t4A80BCCFB0BC8742C8BB601365DB07226750573A*)NULL;
|
|
// if (!m_DryRun)
|
|
bool L_15 = __this->___m_DryRun_4;
|
|
if (L_15)
|
|
{
|
|
goto IL_0120;
|
|
}
|
|
}
|
|
{
|
|
// values = new List<JsonValue>();
|
|
List_1_t4A80BCCFB0BC8742C8BB601365DB07226750573A* L_16 = (List_1_t4A80BCCFB0BC8742C8BB601365DB07226750573A*)il2cpp_codegen_object_new(List_1_t4A80BCCFB0BC8742C8BB601365DB07226750573A_il2cpp_TypeInfo_var);
|
|
NullCheck(L_16);
|
|
List_1__ctor_m4927EB5635E5ACE121082D775C7DBD0B38A3ECF7(L_16, List_1__ctor_m4927EB5635E5ACE121082D775C7DBD0B38A3ECF7_RuntimeMethod_var);
|
|
V_0 = L_16;
|
|
goto IL_0120;
|
|
}
|
|
|
|
IL_00a1:
|
|
{
|
|
// if (!ParseValue(out var value))
|
|
bool L_17;
|
|
L_17 = JsonParser_ParseValue_m236BB59EEC478306884BE3713D5BACDA2C595B59(__this, (&V_2), NULL);
|
|
if (L_17)
|
|
{
|
|
goto IL_00ad;
|
|
}
|
|
}
|
|
{
|
|
// return false;
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_00ad:
|
|
{
|
|
// if (!m_DryRun)
|
|
bool L_18 = __this->___m_DryRun_4;
|
|
if (L_18)
|
|
{
|
|
goto IL_00bc;
|
|
}
|
|
}
|
|
{
|
|
// values.Add(value);
|
|
List_1_t4A80BCCFB0BC8742C8BB601365DB07226750573A* L_19 = V_0;
|
|
JsonValue_t01DB320267C848E729A400EF2345979978F851D2 L_20 = V_2;
|
|
NullCheck(L_19);
|
|
List_1_Add_mE78869407E32A2635B76A2FAD69DF379E67ABD82_inline(L_19, L_20, List_1_Add_mE78869407E32A2635B76A2FAD69DF379E67ABD82_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_00bc:
|
|
{
|
|
// SkipWhitespace();
|
|
JsonParser_SkipWhitespace_m74A37C8E8B96B671528603EC755BEB43F0D9DBC4(__this, NULL);
|
|
// if (m_Position == m_Length)
|
|
int32_t L_21 = __this->___m_Position_2;
|
|
int32_t L_22 = __this->___m_Length_1;
|
|
if ((!(((uint32_t)L_21) == ((uint32_t)L_22))))
|
|
{
|
|
goto IL_00d2;
|
|
}
|
|
}
|
|
{
|
|
// return false;
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_00d2:
|
|
{
|
|
// var ch = m_Text[m_Position];
|
|
String_t* L_23 = __this->___m_Text_0;
|
|
int32_t L_24 = __this->___m_Position_2;
|
|
NullCheck(L_23);
|
|
Il2CppChar L_25;
|
|
L_25 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_23, L_24, NULL);
|
|
V_3 = L_25;
|
|
// if (ch == ']')
|
|
Il2CppChar L_26 = V_3;
|
|
if ((!(((uint32_t)L_26) == ((uint32_t)((int32_t)93)))))
|
|
{
|
|
goto IL_010d;
|
|
}
|
|
}
|
|
{
|
|
// ++m_Position;
|
|
int32_t L_27 = __this->___m_Position_2;
|
|
__this->___m_Position_2 = ((int32_t)il2cpp_codegen_add(L_27, 1));
|
|
// if (!m_DryRun)
|
|
bool L_28 = __this->___m_DryRun_4;
|
|
if (L_28)
|
|
{
|
|
goto IL_010b;
|
|
}
|
|
}
|
|
{
|
|
// result = values;
|
|
JsonValue_t01DB320267C848E729A400EF2345979978F851D2* L_29 = ___0_result;
|
|
List_1_t4A80BCCFB0BC8742C8BB601365DB07226750573A* L_30 = V_0;
|
|
JsonValue_t01DB320267C848E729A400EF2345979978F851D2 L_31;
|
|
L_31 = JsonValue_op_Implicit_m580A57097A5B318A3E6F5FBD586BE9280C055E87(L_30, NULL);
|
|
*(JsonValue_t01DB320267C848E729A400EF2345979978F851D2*)L_29 = L_31;
|
|
Il2CppCodeGenWriteBarrier((void**)&((&((&(((JsonValue_t01DB320267C848E729A400EF2345979978F851D2*)L_29)->___stringValue_4))->___text_0))->___m_String_0), (void*)NULL);
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&(((JsonValue_t01DB320267C848E729A400EF2345979978F851D2*)L_29)->___arrayValue_5), (void*)NULL);
|
|
#endif
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&(((JsonValue_t01DB320267C848E729A400EF2345979978F851D2*)L_29)->___objectValue_6), (void*)NULL);
|
|
#endif
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&(((JsonValue_t01DB320267C848E729A400EF2345979978F851D2*)L_29)->___anyValue_7), (void*)NULL);
|
|
#endif
|
|
}
|
|
|
|
IL_010b:
|
|
{
|
|
// return true;
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_010d:
|
|
{
|
|
// if (ch == ',')
|
|
Il2CppChar L_32 = V_3;
|
|
if ((!(((uint32_t)L_32) == ((uint32_t)((int32_t)44)))))
|
|
{
|
|
goto IL_0120;
|
|
}
|
|
}
|
|
{
|
|
// ++m_Position;
|
|
int32_t L_33 = __this->___m_Position_2;
|
|
__this->___m_Position_2 = ((int32_t)il2cpp_codegen_add(L_33, 1));
|
|
}
|
|
|
|
IL_0120:
|
|
{
|
|
// while (m_Position < m_Length)
|
|
int32_t L_34 = __this->___m_Position_2;
|
|
int32_t L_35 = __this->___m_Length_1;
|
|
if ((((int32_t)L_34) < ((int32_t)L_35)))
|
|
{
|
|
goto IL_00a1;
|
|
}
|
|
}
|
|
{
|
|
// return false;
|
|
return (bool)0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C bool JsonParser_ParseArrayValue_mD6183CDC9AC8805B9ECF20BA1697D06174A52CDE_AdjustorThunk (RuntimeObject* __this, JsonValue_t01DB320267C848E729A400EF2345979978F851D2* ___0_result, const RuntimeMethod* method)
|
|
{
|
|
JsonParser_tF738BE4FBF77CE449E21EA2CE18E937B6692B7E6* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<JsonParser_tF738BE4FBF77CE449E21EA2CE18E937B6692B7E6*>(__this + _offset);
|
|
bool _returnValue;
|
|
_returnValue = JsonParser_ParseArrayValue_mD6183CDC9AC8805B9ECF20BA1697D06174A52CDE(_thisAdjusted, ___0_result, method);
|
|
return _returnValue;
|
|
}
|
|
// System.Boolean UnityEngine.InputSystem.Utilities.JsonParser::ParseObjectValue(UnityEngine.InputSystem.Utilities.JsonParser/JsonValue&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool JsonParser_ParseObjectValue_mD938FE193A6A8FFAB96245A3B8F55F86D368FBBA (JsonParser_tF738BE4FBF77CE449E21EA2CE18E937B6692B7E6* __this, JsonValue_t01DB320267C848E729A400EF2345979978F851D2* ___0_result, const RuntimeMethod* method)
|
|
{
|
|
JsonValue_t01DB320267C848E729A400EF2345979978F851D2 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
JsonValue_t01DB320267C848E729A400EF2345979978F851D2 V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
JsonValue_t01DB320267C848E729A400EF2345979978F851D2 V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
{
|
|
// result = default;
|
|
JsonValue_t01DB320267C848E729A400EF2345979978F851D2* L_0 = ___0_result;
|
|
il2cpp_codegen_initobj(L_0, sizeof(JsonValue_t01DB320267C848E729A400EF2345979978F851D2));
|
|
// if (!ParseToken('{'))
|
|
bool L_1;
|
|
L_1 = JsonParser_ParseToken_mFB1F5DC336328527853F6FD4EA9E41DEE0382B9A(__this, ((int32_t)123), NULL);
|
|
if (L_1)
|
|
{
|
|
goto IL_0013;
|
|
}
|
|
}
|
|
{
|
|
// return false;
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0013:
|
|
{
|
|
// if (m_Position < m_Length && m_Text[m_Position] == '}')
|
|
int32_t L_2 = __this->___m_Position_2;
|
|
int32_t L_3 = __this->___m_Length_1;
|
|
if ((((int32_t)L_2) >= ((int32_t)L_3)))
|
|
{
|
|
goto IL_00da;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_4 = __this->___m_Text_0;
|
|
int32_t L_5 = __this->___m_Position_2;
|
|
NullCheck(L_4);
|
|
Il2CppChar L_6;
|
|
L_6 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_4, L_5, NULL);
|
|
if ((!(((uint32_t)L_6) == ((uint32_t)((int32_t)125)))))
|
|
{
|
|
goto IL_00da;
|
|
}
|
|
}
|
|
{
|
|
// result = new JsonValue { type = JsonValueType.Object };
|
|
JsonValue_t01DB320267C848E729A400EF2345979978F851D2* L_7 = ___0_result;
|
|
il2cpp_codegen_initobj((&V_0), sizeof(JsonValue_t01DB320267C848E729A400EF2345979978F851D2));
|
|
(&V_0)->___type_0 = 6;
|
|
JsonValue_t01DB320267C848E729A400EF2345979978F851D2 L_8 = V_0;
|
|
*(JsonValue_t01DB320267C848E729A400EF2345979978F851D2*)L_7 = L_8;
|
|
Il2CppCodeGenWriteBarrier((void**)&((&((&(((JsonValue_t01DB320267C848E729A400EF2345979978F851D2*)L_7)->___stringValue_4))->___text_0))->___m_String_0), (void*)NULL);
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&(((JsonValue_t01DB320267C848E729A400EF2345979978F851D2*)L_7)->___arrayValue_5), (void*)NULL);
|
|
#endif
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&(((JsonValue_t01DB320267C848E729A400EF2345979978F851D2*)L_7)->___objectValue_6), (void*)NULL);
|
|
#endif
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&(((JsonValue_t01DB320267C848E729A400EF2345979978F851D2*)L_7)->___anyValue_7), (void*)NULL);
|
|
#endif
|
|
// ++m_Position;
|
|
int32_t L_9 = __this->___m_Position_2;
|
|
__this->___m_Position_2 = ((int32_t)il2cpp_codegen_add(L_9, 1));
|
|
// return true;
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0063:
|
|
{
|
|
// if (!ParseStringValue(out var propertyName))
|
|
bool L_10;
|
|
L_10 = JsonParser_ParseStringValue_mFAB38802BB3A1B80C536D9491A3463CD2686DBCE(__this, (&V_1), NULL);
|
|
if (L_10)
|
|
{
|
|
goto IL_006f;
|
|
}
|
|
}
|
|
{
|
|
// return false;
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_006f:
|
|
{
|
|
// if (!SkipToValue())
|
|
bool L_11;
|
|
L_11 = JsonParser_SkipToValue_m0F58382967511D7DCB9FB94F46284FAA9EA9BB03(__this, NULL);
|
|
if (L_11)
|
|
{
|
|
goto IL_0079;
|
|
}
|
|
}
|
|
{
|
|
// return false;
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0079:
|
|
{
|
|
// if (!ParseValue(out var propertyValue))
|
|
bool L_12;
|
|
L_12 = JsonParser_ParseValue_m236BB59EEC478306884BE3713D5BACDA2C595B59(__this, (&V_2), NULL);
|
|
if (L_12)
|
|
{
|
|
goto IL_0085;
|
|
}
|
|
}
|
|
{
|
|
// return false;
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0085:
|
|
{
|
|
// if (!m_DryRun)
|
|
bool L_13 = __this->___m_DryRun_4;
|
|
if (L_13)
|
|
{
|
|
goto IL_0093;
|
|
}
|
|
}
|
|
{
|
|
// throw new NotImplementedException();
|
|
NotImplementedException_t6366FE4DCF15094C51F4833B91A2AE68D4DA90E8* L_14 = (NotImplementedException_t6366FE4DCF15094C51F4833B91A2AE68D4DA90E8*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotImplementedException_t6366FE4DCF15094C51F4833B91A2AE68D4DA90E8_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_14);
|
|
NotImplementedException__ctor_mDAB47BC6BD0E342E8F2171E5CABE3E67EA049F1C(L_14, NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_14, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JsonParser_ParseObjectValue_mD938FE193A6A8FFAB96245A3B8F55F86D368FBBA_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_0093:
|
|
{
|
|
// SkipWhitespace();
|
|
JsonParser_SkipWhitespace_m74A37C8E8B96B671528603EC755BEB43F0D9DBC4(__this, NULL);
|
|
// if (m_Position < m_Length && m_Text[m_Position] == '}')
|
|
int32_t L_15 = __this->___m_Position_2;
|
|
int32_t L_16 = __this->___m_Length_1;
|
|
if ((((int32_t)L_15) >= ((int32_t)L_16)))
|
|
{
|
|
goto IL_00da;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_17 = __this->___m_Text_0;
|
|
int32_t L_18 = __this->___m_Position_2;
|
|
NullCheck(L_17);
|
|
Il2CppChar L_19;
|
|
L_19 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_17, L_18, NULL);
|
|
if ((!(((uint32_t)L_19) == ((uint32_t)((int32_t)125)))))
|
|
{
|
|
goto IL_00da;
|
|
}
|
|
}
|
|
{
|
|
// if (!m_DryRun)
|
|
bool L_20 = __this->___m_DryRun_4;
|
|
if (L_20)
|
|
{
|
|
goto IL_00ca;
|
|
}
|
|
}
|
|
{
|
|
// throw new NotImplementedException();
|
|
NotImplementedException_t6366FE4DCF15094C51F4833B91A2AE68D4DA90E8* L_21 = (NotImplementedException_t6366FE4DCF15094C51F4833B91A2AE68D4DA90E8*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotImplementedException_t6366FE4DCF15094C51F4833B91A2AE68D4DA90E8_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_21);
|
|
NotImplementedException__ctor_mDAB47BC6BD0E342E8F2171E5CABE3E67EA049F1C(L_21, NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_21, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JsonParser_ParseObjectValue_mD938FE193A6A8FFAB96245A3B8F55F86D368FBBA_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_00ca:
|
|
{
|
|
// ++m_Position;
|
|
int32_t L_22 = __this->___m_Position_2;
|
|
__this->___m_Position_2 = ((int32_t)il2cpp_codegen_add(L_22, 1));
|
|
// return true;
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_00da:
|
|
{
|
|
// while (m_Position < m_Length)
|
|
int32_t L_23 = __this->___m_Position_2;
|
|
int32_t L_24 = __this->___m_Length_1;
|
|
if ((((int32_t)L_23) < ((int32_t)L_24)))
|
|
{
|
|
goto IL_0063;
|
|
}
|
|
}
|
|
{
|
|
// return false;
|
|
return (bool)0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C bool JsonParser_ParseObjectValue_mD938FE193A6A8FFAB96245A3B8F55F86D368FBBA_AdjustorThunk (RuntimeObject* __this, JsonValue_t01DB320267C848E729A400EF2345979978F851D2* ___0_result, const RuntimeMethod* method)
|
|
{
|
|
JsonParser_tF738BE4FBF77CE449E21EA2CE18E937B6692B7E6* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<JsonParser_tF738BE4FBF77CE449E21EA2CE18E937B6692B7E6*>(__this + _offset);
|
|
bool _returnValue;
|
|
_returnValue = JsonParser_ParseObjectValue_mD938FE193A6A8FFAB96245A3B8F55F86D368FBBA(_thisAdjusted, ___0_result, method);
|
|
return _returnValue;
|
|
}
|
|
// System.Boolean UnityEngine.InputSystem.Utilities.JsonParser::ParseNumber(UnityEngine.InputSystem.Utilities.JsonParser/JsonValue&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool JsonParser_ParseNumber_m0887BEB6E4B4FBD17F2ACC8CED46BE26928ED2D6 (JsonParser_tF738BE4FBF77CE449E21EA2CE18E937B6692B7E6* __this, JsonValue_t01DB320267C848E729A400EF2345979978F851D2* ___0_result, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
bool V_0 = false;
|
|
bool V_1 = false;
|
|
int64_t V_2 = 0;
|
|
double V_3 = 0.0;
|
|
double V_4 = 0.0;
|
|
int32_t V_5 = 0;
|
|
Il2CppChar V_6 = 0x0;
|
|
Il2CppChar V_7 = 0x0;
|
|
bool V_8 = false;
|
|
int32_t V_9 = 0;
|
|
int32_t V_10 = 0;
|
|
float V_11 = 0.0f;
|
|
{
|
|
// result = default;
|
|
JsonValue_t01DB320267C848E729A400EF2345979978F851D2* L_0 = ___0_result;
|
|
il2cpp_codegen_initobj(L_0, sizeof(JsonValue_t01DB320267C848E729A400EF2345979978F851D2));
|
|
// SkipWhitespace();
|
|
JsonParser_SkipWhitespace_m74A37C8E8B96B671528603EC755BEB43F0D9DBC4(__this, NULL);
|
|
// if (m_Position == m_Length)
|
|
int32_t L_1 = __this->___m_Position_2;
|
|
int32_t L_2 = __this->___m_Length_1;
|
|
if ((!(((uint32_t)L_1) == ((uint32_t)L_2))))
|
|
{
|
|
goto IL_001d;
|
|
}
|
|
}
|
|
{
|
|
// return false;
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_001d:
|
|
{
|
|
// var negative = false;
|
|
V_0 = (bool)0;
|
|
// var haveFractionalPart = false;
|
|
V_1 = (bool)0;
|
|
// var integralPart = 0L;
|
|
V_2 = ((int64_t)0);
|
|
// var fractionalPart = 0.0;
|
|
V_3 = (0.0);
|
|
// var fractionalDivisor = 10.0;
|
|
V_4 = (10.0);
|
|
// var exponent = 0;
|
|
V_5 = 0;
|
|
// if (m_Text[m_Position] == '-')
|
|
String_t* L_3 = __this->___m_Text_0;
|
|
int32_t L_4 = __this->___m_Position_2;
|
|
NullCheck(L_3);
|
|
Il2CppChar L_5;
|
|
L_5 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_3, L_4, NULL);
|
|
if ((!(((uint32_t)L_5) == ((uint32_t)((int32_t)45)))))
|
|
{
|
|
goto IL_0061;
|
|
}
|
|
}
|
|
{
|
|
// negative = true;
|
|
V_0 = (bool)1;
|
|
// ++m_Position;
|
|
int32_t L_6 = __this->___m_Position_2;
|
|
__this->___m_Position_2 = ((int32_t)il2cpp_codegen_add(L_6, 1));
|
|
}
|
|
|
|
IL_0061:
|
|
{
|
|
// if (m_Position == m_Length || !char.IsDigit(m_Text[m_Position]))
|
|
int32_t L_7 = __this->___m_Position_2;
|
|
int32_t L_8 = __this->___m_Length_1;
|
|
if ((((int32_t)L_7) == ((int32_t)L_8)))
|
|
{
|
|
goto IL_0087;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_9 = __this->___m_Text_0;
|
|
int32_t L_10 = __this->___m_Position_2;
|
|
NullCheck(L_9);
|
|
Il2CppChar L_11;
|
|
L_11 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_9, L_10, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var);
|
|
bool L_12;
|
|
L_12 = Char_IsDigit_m8C1A38685D548E89FB8A05525B55261CC8D271B2(L_11, NULL);
|
|
if (L_12)
|
|
{
|
|
goto IL_00ca;
|
|
}
|
|
}
|
|
|
|
IL_0087:
|
|
{
|
|
// return false;
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0089:
|
|
{
|
|
// var ch = m_Text[m_Position];
|
|
String_t* L_13 = __this->___m_Text_0;
|
|
int32_t L_14 = __this->___m_Position_2;
|
|
NullCheck(L_13);
|
|
Il2CppChar L_15;
|
|
L_15 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_13, L_14, NULL);
|
|
V_6 = L_15;
|
|
// if (ch == '.')
|
|
Il2CppChar L_16 = V_6;
|
|
if ((((int32_t)L_16) == ((int32_t)((int32_t)46))))
|
|
{
|
|
goto IL_00d8;
|
|
}
|
|
}
|
|
{
|
|
// if (ch < '0' || ch > '9')
|
|
Il2CppChar L_17 = V_6;
|
|
if ((((int32_t)L_17) < ((int32_t)((int32_t)48))))
|
|
{
|
|
goto IL_00d8;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_18 = V_6;
|
|
if ((((int32_t)L_18) > ((int32_t)((int32_t)57))))
|
|
{
|
|
goto IL_00d8;
|
|
}
|
|
}
|
|
{
|
|
// integralPart = integralPart * 10 + ch - '0';
|
|
int64_t L_19 = V_2;
|
|
Il2CppChar L_20 = V_6;
|
|
V_2 = ((int64_t)il2cpp_codegen_subtract(((int64_t)il2cpp_codegen_add(((int64_t)il2cpp_codegen_multiply(L_19, ((int64_t)((int32_t)10)))), ((int64_t)(uint64_t)L_20))), ((int64_t)((int32_t)48))));
|
|
// ++m_Position;
|
|
int32_t L_21 = __this->___m_Position_2;
|
|
__this->___m_Position_2 = ((int32_t)il2cpp_codegen_add(L_21, 1));
|
|
}
|
|
|
|
IL_00ca:
|
|
{
|
|
// while (m_Position < m_Length)
|
|
int32_t L_22 = __this->___m_Position_2;
|
|
int32_t L_23 = __this->___m_Length_1;
|
|
if ((((int32_t)L_22) < ((int32_t)L_23)))
|
|
{
|
|
goto IL_0089;
|
|
}
|
|
}
|
|
|
|
IL_00d8:
|
|
{
|
|
// if (m_Position < m_Length && m_Text[m_Position] == '.')
|
|
int32_t L_24 = __this->___m_Position_2;
|
|
int32_t L_25 = __this->___m_Length_1;
|
|
if ((((int32_t)L_24) >= ((int32_t)L_25)))
|
|
{
|
|
goto IL_018e;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_26 = __this->___m_Text_0;
|
|
int32_t L_27 = __this->___m_Position_2;
|
|
NullCheck(L_26);
|
|
Il2CppChar L_28;
|
|
L_28 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_26, L_27, NULL);
|
|
if ((!(((uint32_t)L_28) == ((uint32_t)((int32_t)46)))))
|
|
{
|
|
goto IL_018e;
|
|
}
|
|
}
|
|
{
|
|
// haveFractionalPart = true;
|
|
V_1 = (bool)1;
|
|
// ++m_Position;
|
|
int32_t L_29 = __this->___m_Position_2;
|
|
__this->___m_Position_2 = ((int32_t)il2cpp_codegen_add(L_29, 1));
|
|
// if (m_Position == m_Length || !char.IsDigit(m_Text[m_Position]))
|
|
int32_t L_30 = __this->___m_Position_2;
|
|
int32_t L_31 = __this->___m_Length_1;
|
|
if ((((int32_t)L_30) == ((int32_t)L_31)))
|
|
{
|
|
goto IL_0137;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_32 = __this->___m_Text_0;
|
|
int32_t L_33 = __this->___m_Position_2;
|
|
NullCheck(L_32);
|
|
Il2CppChar L_34;
|
|
L_34 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_32, L_33, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var);
|
|
bool L_35;
|
|
L_35 = Char_IsDigit_m8C1A38685D548E89FB8A05525B55261CC8D271B2(L_34, NULL);
|
|
if (L_35)
|
|
{
|
|
goto IL_0180;
|
|
}
|
|
}
|
|
|
|
IL_0137:
|
|
{
|
|
// return false;
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0139:
|
|
{
|
|
// var ch = m_Text[m_Position];
|
|
String_t* L_36 = __this->___m_Text_0;
|
|
int32_t L_37 = __this->___m_Position_2;
|
|
NullCheck(L_36);
|
|
Il2CppChar L_38;
|
|
L_38 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_36, L_37, NULL);
|
|
V_7 = L_38;
|
|
// if (ch < '0' || ch > '9')
|
|
Il2CppChar L_39 = V_7;
|
|
if ((((int32_t)L_39) < ((int32_t)((int32_t)48))))
|
|
{
|
|
goto IL_018e;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_40 = V_7;
|
|
if ((((int32_t)L_40) > ((int32_t)((int32_t)57))))
|
|
{
|
|
goto IL_018e;
|
|
}
|
|
}
|
|
{
|
|
// fractionalPart = (ch - '0') / fractionalDivisor + fractionalPart;
|
|
Il2CppChar L_41 = V_7;
|
|
double L_42 = V_4;
|
|
double L_43 = V_3;
|
|
V_3 = ((double)il2cpp_codegen_add(((double)(((double)((int32_t)il2cpp_codegen_subtract((int32_t)L_41, ((int32_t)48))))/L_42)), L_43));
|
|
// fractionalDivisor *= 10;
|
|
double L_44 = V_4;
|
|
V_4 = ((double)il2cpp_codegen_multiply(L_44, (10.0)));
|
|
// ++m_Position;
|
|
int32_t L_45 = __this->___m_Position_2;
|
|
__this->___m_Position_2 = ((int32_t)il2cpp_codegen_add(L_45, 1));
|
|
}
|
|
|
|
IL_0180:
|
|
{
|
|
// while (m_Position < m_Length)
|
|
int32_t L_46 = __this->___m_Position_2;
|
|
int32_t L_47 = __this->___m_Length_1;
|
|
if ((((int32_t)L_46) < ((int32_t)L_47)))
|
|
{
|
|
goto IL_0139;
|
|
}
|
|
}
|
|
|
|
IL_018e:
|
|
{
|
|
// if (m_Position < m_Length && (m_Text[m_Position] == 'e' || m_Text[m_Position] == 'E'))
|
|
int32_t L_48 = __this->___m_Position_2;
|
|
int32_t L_49 = __this->___m_Length_1;
|
|
if ((((int32_t)L_48) >= ((int32_t)L_49)))
|
|
{
|
|
goto IL_02b2;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_50 = __this->___m_Text_0;
|
|
int32_t L_51 = __this->___m_Position_2;
|
|
NullCheck(L_50);
|
|
Il2CppChar L_52;
|
|
L_52 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_50, L_51, NULL);
|
|
if ((((int32_t)L_52) == ((int32_t)((int32_t)101))))
|
|
{
|
|
goto IL_01cc;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_53 = __this->___m_Text_0;
|
|
int32_t L_54 = __this->___m_Position_2;
|
|
NullCheck(L_53);
|
|
Il2CppChar L_55;
|
|
L_55 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_53, L_54, NULL);
|
|
if ((!(((uint32_t)L_55) == ((uint32_t)((int32_t)69)))))
|
|
{
|
|
goto IL_02b2;
|
|
}
|
|
}
|
|
|
|
IL_01cc:
|
|
{
|
|
// ++m_Position;
|
|
int32_t L_56 = __this->___m_Position_2;
|
|
__this->___m_Position_2 = ((int32_t)il2cpp_codegen_add(L_56, 1));
|
|
// var isNegative = false;
|
|
V_8 = (bool)0;
|
|
// if (m_Position < m_Length && m_Text[m_Position] == '-')
|
|
int32_t L_57 = __this->___m_Position_2;
|
|
int32_t L_58 = __this->___m_Length_1;
|
|
if ((((int32_t)L_57) >= ((int32_t)L_58)))
|
|
{
|
|
goto IL_0213;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_59 = __this->___m_Text_0;
|
|
int32_t L_60 = __this->___m_Position_2;
|
|
NullCheck(L_59);
|
|
Il2CppChar L_61;
|
|
L_61 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_59, L_60, NULL);
|
|
if ((!(((uint32_t)L_61) == ((uint32_t)((int32_t)45)))))
|
|
{
|
|
goto IL_0213;
|
|
}
|
|
}
|
|
{
|
|
// isNegative = true;
|
|
V_8 = (bool)1;
|
|
// ++m_Position;
|
|
int32_t L_62 = __this->___m_Position_2;
|
|
__this->___m_Position_2 = ((int32_t)il2cpp_codegen_add(L_62, 1));
|
|
goto IL_0244;
|
|
}
|
|
|
|
IL_0213:
|
|
{
|
|
// else if (m_Position < m_Length && m_Text[m_Position] == '+')
|
|
int32_t L_63 = __this->___m_Position_2;
|
|
int32_t L_64 = __this->___m_Length_1;
|
|
if ((((int32_t)L_63) >= ((int32_t)L_64)))
|
|
{
|
|
goto IL_0244;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_65 = __this->___m_Text_0;
|
|
int32_t L_66 = __this->___m_Position_2;
|
|
NullCheck(L_65);
|
|
Il2CppChar L_67;
|
|
L_67 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_65, L_66, NULL);
|
|
if ((!(((uint32_t)L_67) == ((uint32_t)((int32_t)43)))))
|
|
{
|
|
goto IL_0244;
|
|
}
|
|
}
|
|
{
|
|
// ++m_Position;
|
|
int32_t L_68 = __this->___m_Position_2;
|
|
__this->___m_Position_2 = ((int32_t)il2cpp_codegen_add(L_68, 1));
|
|
}
|
|
|
|
IL_0244:
|
|
{
|
|
// var multiplier = 1;
|
|
V_9 = 1;
|
|
goto IL_0282;
|
|
}
|
|
|
|
IL_0249:
|
|
{
|
|
// var digit = m_Text[m_Position] - '0';
|
|
String_t* L_69 = __this->___m_Text_0;
|
|
int32_t L_70 = __this->___m_Position_2;
|
|
NullCheck(L_69);
|
|
Il2CppChar L_71;
|
|
L_71 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_69, L_70, NULL);
|
|
V_10 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_71, ((int32_t)48)));
|
|
// exponent *= multiplier;
|
|
int32_t L_72 = V_5;
|
|
int32_t L_73 = V_9;
|
|
V_5 = ((int32_t)il2cpp_codegen_multiply(L_72, L_73));
|
|
// exponent += digit;
|
|
int32_t L_74 = V_5;
|
|
int32_t L_75 = V_10;
|
|
V_5 = ((int32_t)il2cpp_codegen_add(L_74, L_75));
|
|
// multiplier *= 10;
|
|
int32_t L_76 = V_9;
|
|
V_9 = ((int32_t)il2cpp_codegen_multiply(L_76, ((int32_t)10)));
|
|
// ++m_Position;
|
|
int32_t L_77 = __this->___m_Position_2;
|
|
__this->___m_Position_2 = ((int32_t)il2cpp_codegen_add(L_77, 1));
|
|
}
|
|
|
|
IL_0282:
|
|
{
|
|
// while (m_Position < m_Length && char.IsDigit(m_Text[m_Position]))
|
|
int32_t L_78 = __this->___m_Position_2;
|
|
int32_t L_79 = __this->___m_Length_1;
|
|
if ((((int32_t)L_78) >= ((int32_t)L_79)))
|
|
{
|
|
goto IL_02a8;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_80 = __this->___m_Text_0;
|
|
int32_t L_81 = __this->___m_Position_2;
|
|
NullCheck(L_80);
|
|
Il2CppChar L_82;
|
|
L_82 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_80, L_81, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var);
|
|
bool L_83;
|
|
L_83 = Char_IsDigit_m8C1A38685D548E89FB8A05525B55261CC8D271B2(L_82, NULL);
|
|
if (L_83)
|
|
{
|
|
goto IL_0249;
|
|
}
|
|
}
|
|
|
|
IL_02a8:
|
|
{
|
|
// if (isNegative)
|
|
bool L_84 = V_8;
|
|
if (!L_84)
|
|
{
|
|
goto IL_02b2;
|
|
}
|
|
}
|
|
{
|
|
// exponent *= -1;
|
|
int32_t L_85 = V_5;
|
|
V_5 = ((int32_t)il2cpp_codegen_multiply(L_85, (-1)));
|
|
}
|
|
|
|
IL_02b2:
|
|
{
|
|
// if (!m_DryRun)
|
|
bool L_86 = __this->___m_DryRun_4;
|
|
if (L_86)
|
|
{
|
|
goto IL_0319;
|
|
}
|
|
}
|
|
{
|
|
// if (!haveFractionalPart && exponent == 0)
|
|
bool L_87 = V_1;
|
|
if (L_87)
|
|
{
|
|
goto IL_02e1;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_88 = V_5;
|
|
if (L_88)
|
|
{
|
|
goto IL_02e1;
|
|
}
|
|
}
|
|
{
|
|
// if (negative)
|
|
bool L_89 = V_0;
|
|
if (!L_89)
|
|
{
|
|
goto IL_02d3;
|
|
}
|
|
}
|
|
{
|
|
// result = -integralPart;
|
|
JsonValue_t01DB320267C848E729A400EF2345979978F851D2* L_90 = ___0_result;
|
|
int64_t L_91 = V_2;
|
|
JsonValue_t01DB320267C848E729A400EF2345979978F851D2 L_92;
|
|
L_92 = JsonValue_op_Implicit_mB902B5F5A3C1D3534B4F26E73D9CA67678EEA1C4(((-L_91)), NULL);
|
|
*(JsonValue_t01DB320267C848E729A400EF2345979978F851D2*)L_90 = L_92;
|
|
Il2CppCodeGenWriteBarrier((void**)&((&((&(((JsonValue_t01DB320267C848E729A400EF2345979978F851D2*)L_90)->___stringValue_4))->___text_0))->___m_String_0), (void*)NULL);
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&(((JsonValue_t01DB320267C848E729A400EF2345979978F851D2*)L_90)->___arrayValue_5), (void*)NULL);
|
|
#endif
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&(((JsonValue_t01DB320267C848E729A400EF2345979978F851D2*)L_90)->___objectValue_6), (void*)NULL);
|
|
#endif
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&(((JsonValue_t01DB320267C848E729A400EF2345979978F851D2*)L_90)->___anyValue_7), (void*)NULL);
|
|
#endif
|
|
goto IL_0319;
|
|
}
|
|
|
|
IL_02d3:
|
|
{
|
|
// result = integralPart;
|
|
JsonValue_t01DB320267C848E729A400EF2345979978F851D2* L_93 = ___0_result;
|
|
int64_t L_94 = V_2;
|
|
JsonValue_t01DB320267C848E729A400EF2345979978F851D2 L_95;
|
|
L_95 = JsonValue_op_Implicit_mB902B5F5A3C1D3534B4F26E73D9CA67678EEA1C4(L_94, NULL);
|
|
*(JsonValue_t01DB320267C848E729A400EF2345979978F851D2*)L_93 = L_95;
|
|
Il2CppCodeGenWriteBarrier((void**)&((&((&(((JsonValue_t01DB320267C848E729A400EF2345979978F851D2*)L_93)->___stringValue_4))->___text_0))->___m_String_0), (void*)NULL);
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&(((JsonValue_t01DB320267C848E729A400EF2345979978F851D2*)L_93)->___arrayValue_5), (void*)NULL);
|
|
#endif
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&(((JsonValue_t01DB320267C848E729A400EF2345979978F851D2*)L_93)->___objectValue_6), (void*)NULL);
|
|
#endif
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&(((JsonValue_t01DB320267C848E729A400EF2345979978F851D2*)L_93)->___anyValue_7), (void*)NULL);
|
|
#endif
|
|
goto IL_0319;
|
|
}
|
|
|
|
IL_02e1:
|
|
{
|
|
// if (negative)
|
|
bool L_96 = V_0;
|
|
if (!L_96)
|
|
{
|
|
goto IL_02ee;
|
|
}
|
|
}
|
|
{
|
|
// value = (float)-(integralPart + fractionalPart);
|
|
int64_t L_97 = V_2;
|
|
double L_98 = V_3;
|
|
V_11 = ((float)((-((double)il2cpp_codegen_add(((double)L_97), L_98)))));
|
|
goto IL_02f5;
|
|
}
|
|
|
|
IL_02ee:
|
|
{
|
|
// value = (float)(integralPart + fractionalPart);
|
|
int64_t L_99 = V_2;
|
|
double L_100 = V_3;
|
|
V_11 = ((float)((double)il2cpp_codegen_add(((double)L_99), L_100)));
|
|
}
|
|
|
|
IL_02f5:
|
|
{
|
|
// if (exponent != 0)
|
|
int32_t L_101 = V_5;
|
|
if (!L_101)
|
|
{
|
|
goto IL_030b;
|
|
}
|
|
}
|
|
{
|
|
// value *= Mathf.Pow(10, exponent);
|
|
float L_102 = V_11;
|
|
int32_t L_103 = V_5;
|
|
float L_104;
|
|
L_104 = powf((10.0f), ((float)L_103));
|
|
V_11 = ((float)il2cpp_codegen_multiply(L_102, L_104));
|
|
}
|
|
|
|
IL_030b:
|
|
{
|
|
// result = value;
|
|
JsonValue_t01DB320267C848E729A400EF2345979978F851D2* L_105 = ___0_result;
|
|
float L_106 = V_11;
|
|
JsonValue_t01DB320267C848E729A400EF2345979978F851D2 L_107;
|
|
L_107 = JsonValue_op_Implicit_mE72F026E4B06F393EDFB13BA2B24E4E7B1E5AF0B(((double)L_106), NULL);
|
|
*(JsonValue_t01DB320267C848E729A400EF2345979978F851D2*)L_105 = L_107;
|
|
Il2CppCodeGenWriteBarrier((void**)&((&((&(((JsonValue_t01DB320267C848E729A400EF2345979978F851D2*)L_105)->___stringValue_4))->___text_0))->___m_String_0), (void*)NULL);
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&(((JsonValue_t01DB320267C848E729A400EF2345979978F851D2*)L_105)->___arrayValue_5), (void*)NULL);
|
|
#endif
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&(((JsonValue_t01DB320267C848E729A400EF2345979978F851D2*)L_105)->___objectValue_6), (void*)NULL);
|
|
#endif
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&(((JsonValue_t01DB320267C848E729A400EF2345979978F851D2*)L_105)->___anyValue_7), (void*)NULL);
|
|
#endif
|
|
}
|
|
|
|
IL_0319:
|
|
{
|
|
// return true;
|
|
return (bool)1;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C bool JsonParser_ParseNumber_m0887BEB6E4B4FBD17F2ACC8CED46BE26928ED2D6_AdjustorThunk (RuntimeObject* __this, JsonValue_t01DB320267C848E729A400EF2345979978F851D2* ___0_result, const RuntimeMethod* method)
|
|
{
|
|
JsonParser_tF738BE4FBF77CE449E21EA2CE18E937B6692B7E6* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<JsonParser_tF738BE4FBF77CE449E21EA2CE18E937B6692B7E6*>(__this + _offset);
|
|
bool _returnValue;
|
|
_returnValue = JsonParser_ParseNumber_m0887BEB6E4B4FBD17F2ACC8CED46BE26928ED2D6(_thisAdjusted, ___0_result, method);
|
|
return _returnValue;
|
|
}
|
|
// System.Boolean UnityEngine.InputSystem.Utilities.JsonParser::ParseBooleanValue(UnityEngine.InputSystem.Utilities.JsonParser/JsonValue&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool JsonParser_ParseBooleanValue_m29590E58A31FEA78BD1591F47B6B6668316765B3 (JsonParser_tF738BE4FBF77CE449E21EA2CE18E937B6692B7E6* __this, JsonValue_t01DB320267C848E729A400EF2345979978F851D2* ___0_result, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral77D38C0623F92B292B925F6E72CF5CF99A20D4EB);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB7C45DD316C68ABF3429C20058C2981C652192F2);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// SkipWhitespace();
|
|
JsonParser_SkipWhitespace_m74A37C8E8B96B671528603EC755BEB43F0D9DBC4(__this, NULL);
|
|
// if (SkipString("true"))
|
|
bool L_0;
|
|
L_0 = JsonParser_SkipString_m0B8CF159A30067F47747588E892BA8A3A68E8426(__this, _stringLiteralB7C45DD316C68ABF3429C20058C2981C652192F2, NULL);
|
|
if (!L_0)
|
|
{
|
|
goto IL_0021;
|
|
}
|
|
}
|
|
{
|
|
// result = true;
|
|
JsonValue_t01DB320267C848E729A400EF2345979978F851D2* L_1 = ___0_result;
|
|
JsonValue_t01DB320267C848E729A400EF2345979978F851D2 L_2;
|
|
L_2 = JsonValue_op_Implicit_m524FB941B2168EE4CE6DB55871F7D7331FA5C9D2((bool)1, NULL);
|
|
*(JsonValue_t01DB320267C848E729A400EF2345979978F851D2*)L_1 = L_2;
|
|
Il2CppCodeGenWriteBarrier((void**)&((&((&(((JsonValue_t01DB320267C848E729A400EF2345979978F851D2*)L_1)->___stringValue_4))->___text_0))->___m_String_0), (void*)NULL);
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&(((JsonValue_t01DB320267C848E729A400EF2345979978F851D2*)L_1)->___arrayValue_5), (void*)NULL);
|
|
#endif
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&(((JsonValue_t01DB320267C848E729A400EF2345979978F851D2*)L_1)->___objectValue_6), (void*)NULL);
|
|
#endif
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&(((JsonValue_t01DB320267C848E729A400EF2345979978F851D2*)L_1)->___anyValue_7), (void*)NULL);
|
|
#endif
|
|
// return true;
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0021:
|
|
{
|
|
// if (SkipString("false"))
|
|
bool L_3;
|
|
L_3 = JsonParser_SkipString_m0B8CF159A30067F47747588E892BA8A3A68E8426(__this, _stringLiteral77D38C0623F92B292B925F6E72CF5CF99A20D4EB, NULL);
|
|
if (!L_3)
|
|
{
|
|
goto IL_003c;
|
|
}
|
|
}
|
|
{
|
|
// result = false;
|
|
JsonValue_t01DB320267C848E729A400EF2345979978F851D2* L_4 = ___0_result;
|
|
JsonValue_t01DB320267C848E729A400EF2345979978F851D2 L_5;
|
|
L_5 = JsonValue_op_Implicit_m524FB941B2168EE4CE6DB55871F7D7331FA5C9D2((bool)0, NULL);
|
|
*(JsonValue_t01DB320267C848E729A400EF2345979978F851D2*)L_4 = L_5;
|
|
Il2CppCodeGenWriteBarrier((void**)&((&((&(((JsonValue_t01DB320267C848E729A400EF2345979978F851D2*)L_4)->___stringValue_4))->___text_0))->___m_String_0), (void*)NULL);
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&(((JsonValue_t01DB320267C848E729A400EF2345979978F851D2*)L_4)->___arrayValue_5), (void*)NULL);
|
|
#endif
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&(((JsonValue_t01DB320267C848E729A400EF2345979978F851D2*)L_4)->___objectValue_6), (void*)NULL);
|
|
#endif
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&(((JsonValue_t01DB320267C848E729A400EF2345979978F851D2*)L_4)->___anyValue_7), (void*)NULL);
|
|
#endif
|
|
// return true;
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_003c:
|
|
{
|
|
// result = default;
|
|
JsonValue_t01DB320267C848E729A400EF2345979978F851D2* L_6 = ___0_result;
|
|
il2cpp_codegen_initobj(L_6, sizeof(JsonValue_t01DB320267C848E729A400EF2345979978F851D2));
|
|
// return false;
|
|
return (bool)0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C bool JsonParser_ParseBooleanValue_m29590E58A31FEA78BD1591F47B6B6668316765B3_AdjustorThunk (RuntimeObject* __this, JsonValue_t01DB320267C848E729A400EF2345979978F851D2* ___0_result, const RuntimeMethod* method)
|
|
{
|
|
JsonParser_tF738BE4FBF77CE449E21EA2CE18E937B6692B7E6* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<JsonParser_tF738BE4FBF77CE449E21EA2CE18E937B6692B7E6*>(__this + _offset);
|
|
bool _returnValue;
|
|
_returnValue = JsonParser_ParseBooleanValue_m29590E58A31FEA78BD1591F47B6B6668316765B3(_thisAdjusted, ___0_result, method);
|
|
return _returnValue;
|
|
}
|
|
// System.Boolean UnityEngine.InputSystem.Utilities.JsonParser::ParseNullValue(UnityEngine.InputSystem.Utilities.JsonParser/JsonValue&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool JsonParser_ParseNullValue_mB54108F3A3F924948B8464F238F2A11B939EFD8C (JsonParser_tF738BE4FBF77CE449E21EA2CE18E937B6692B7E6* __this, JsonValue_t01DB320267C848E729A400EF2345979978F851D2* ___0_result, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5BEFD8CC60A79699B5BB00E37BAC5B62D371E174);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// result = default;
|
|
JsonValue_t01DB320267C848E729A400EF2345979978F851D2* L_0 = ___0_result;
|
|
il2cpp_codegen_initobj(L_0, sizeof(JsonValue_t01DB320267C848E729A400EF2345979978F851D2));
|
|
// return SkipString("null");
|
|
bool L_1;
|
|
L_1 = JsonParser_SkipString_m0B8CF159A30067F47747588E892BA8A3A68E8426(__this, _stringLiteral5BEFD8CC60A79699B5BB00E37BAC5B62D371E174, NULL);
|
|
return L_1;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C bool JsonParser_ParseNullValue_mB54108F3A3F924948B8464F238F2A11B939EFD8C_AdjustorThunk (RuntimeObject* __this, JsonValue_t01DB320267C848E729A400EF2345979978F851D2* ___0_result, const RuntimeMethod* method)
|
|
{
|
|
JsonParser_tF738BE4FBF77CE449E21EA2CE18E937B6692B7E6* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<JsonParser_tF738BE4FBF77CE449E21EA2CE18E937B6692B7E6*>(__this + _offset);
|
|
bool _returnValue;
|
|
_returnValue = JsonParser_ParseNullValue_mB54108F3A3F924948B8464F238F2A11B939EFD8C(_thisAdjusted, ___0_result, method);
|
|
return _returnValue;
|
|
}
|
|
// System.Boolean UnityEngine.InputSystem.Utilities.JsonParser::SkipToValue()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool JsonParser_SkipToValue_m0F58382967511D7DCB9FB94F46284FAA9EA9BB03 (JsonParser_tF738BE4FBF77CE449E21EA2CE18E937B6692B7E6* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// SkipWhitespace();
|
|
JsonParser_SkipWhitespace_m74A37C8E8B96B671528603EC755BEB43F0D9DBC4(__this, NULL);
|
|
// if (m_Position == m_Length || m_Text[m_Position] != ':')
|
|
int32_t L_0 = __this->___m_Position_2;
|
|
int32_t L_1 = __this->___m_Length_1;
|
|
if ((((int32_t)L_0) == ((int32_t)L_1)))
|
|
{
|
|
goto IL_0029;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_2 = __this->___m_Text_0;
|
|
int32_t L_3 = __this->___m_Position_2;
|
|
NullCheck(L_2);
|
|
Il2CppChar L_4;
|
|
L_4 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_2, L_3, NULL);
|
|
if ((((int32_t)L_4) == ((int32_t)((int32_t)58))))
|
|
{
|
|
goto IL_002b;
|
|
}
|
|
}
|
|
|
|
IL_0029:
|
|
{
|
|
// return false;
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_002b:
|
|
{
|
|
// ++m_Position;
|
|
int32_t L_5 = __this->___m_Position_2;
|
|
__this->___m_Position_2 = ((int32_t)il2cpp_codegen_add(L_5, 1));
|
|
// SkipWhitespace();
|
|
JsonParser_SkipWhitespace_m74A37C8E8B96B671528603EC755BEB43F0D9DBC4(__this, NULL);
|
|
// return true;
|
|
return (bool)1;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C bool JsonParser_SkipToValue_m0F58382967511D7DCB9FB94F46284FAA9EA9BB03_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
JsonParser_tF738BE4FBF77CE449E21EA2CE18E937B6692B7E6* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<JsonParser_tF738BE4FBF77CE449E21EA2CE18E937B6692B7E6*>(__this + _offset);
|
|
bool _returnValue;
|
|
_returnValue = JsonParser_SkipToValue_m0F58382967511D7DCB9FB94F46284FAA9EA9BB03(_thisAdjusted, method);
|
|
return _returnValue;
|
|
}
|
|
// System.Boolean UnityEngine.InputSystem.Utilities.JsonParser::SkipString(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool JsonParser_SkipString_m0B8CF159A30067F47747588E892BA8A3A68E8426 (JsonParser_tF738BE4FBF77CE449E21EA2CE18E937B6692B7E6* __this, String_t* ___0_text, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
{
|
|
// SkipWhitespace();
|
|
JsonParser_SkipWhitespace_m74A37C8E8B96B671528603EC755BEB43F0D9DBC4(__this, NULL);
|
|
// var length = text.Length;
|
|
String_t* L_0 = ___0_text;
|
|
NullCheck(L_0);
|
|
int32_t L_1;
|
|
L_1 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_0, NULL);
|
|
V_0 = L_1;
|
|
// if (m_Position + length >= m_Length)
|
|
int32_t L_2 = __this->___m_Position_2;
|
|
int32_t L_3 = V_0;
|
|
int32_t L_4 = __this->___m_Length_1;
|
|
if ((((int32_t)((int32_t)il2cpp_codegen_add(L_2, L_3))) < ((int32_t)L_4)))
|
|
{
|
|
goto IL_001f;
|
|
}
|
|
}
|
|
{
|
|
// return false;
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_001f:
|
|
{
|
|
// for (var i = 0; i < length; ++i)
|
|
V_1 = 0;
|
|
goto IL_0045;
|
|
}
|
|
|
|
IL_0023:
|
|
{
|
|
// if (m_Text[m_Position + i] != text[i])
|
|
String_t* L_5 = __this->___m_Text_0;
|
|
int32_t L_6 = __this->___m_Position_2;
|
|
int32_t L_7 = V_1;
|
|
NullCheck(L_5);
|
|
Il2CppChar L_8;
|
|
L_8 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_5, ((int32_t)il2cpp_codegen_add(L_6, L_7)), NULL);
|
|
String_t* L_9 = ___0_text;
|
|
int32_t L_10 = V_1;
|
|
NullCheck(L_9);
|
|
Il2CppChar L_11;
|
|
L_11 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_9, L_10, NULL);
|
|
if ((((int32_t)L_8) == ((int32_t)L_11)))
|
|
{
|
|
goto IL_0041;
|
|
}
|
|
}
|
|
{
|
|
// return false;
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0041:
|
|
{
|
|
// for (var i = 0; i < length; ++i)
|
|
int32_t L_12 = V_1;
|
|
V_1 = ((int32_t)il2cpp_codegen_add(L_12, 1));
|
|
}
|
|
|
|
IL_0045:
|
|
{
|
|
// for (var i = 0; i < length; ++i)
|
|
int32_t L_13 = V_1;
|
|
int32_t L_14 = V_0;
|
|
if ((((int32_t)L_13) < ((int32_t)L_14)))
|
|
{
|
|
goto IL_0023;
|
|
}
|
|
}
|
|
{
|
|
// m_Position += length;
|
|
int32_t L_15 = __this->___m_Position_2;
|
|
int32_t L_16 = V_0;
|
|
__this->___m_Position_2 = ((int32_t)il2cpp_codegen_add(L_15, L_16));
|
|
// return true;
|
|
return (bool)1;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C bool JsonParser_SkipString_m0B8CF159A30067F47747588E892BA8A3A68E8426_AdjustorThunk (RuntimeObject* __this, String_t* ___0_text, const RuntimeMethod* method)
|
|
{
|
|
JsonParser_tF738BE4FBF77CE449E21EA2CE18E937B6692B7E6* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<JsonParser_tF738BE4FBF77CE449E21EA2CE18E937B6692B7E6*>(__this + _offset);
|
|
bool _returnValue;
|
|
_returnValue = JsonParser_SkipString_m0B8CF159A30067F47747588E892BA8A3A68E8426(_thisAdjusted, ___0_text, method);
|
|
return _returnValue;
|
|
}
|
|
// System.Void UnityEngine.InputSystem.Utilities.JsonParser::SkipWhitespace()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonParser_SkipWhitespace_m74A37C8E8B96B671528603EC755BEB43F0D9DBC4 (JsonParser_tF738BE4FBF77CE449E21EA2CE18E937B6692B7E6* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
goto IL_0010;
|
|
}
|
|
|
|
IL_0002:
|
|
{
|
|
// ++m_Position;
|
|
int32_t L_0 = __this->___m_Position_2;
|
|
__this->___m_Position_2 = ((int32_t)il2cpp_codegen_add(L_0, 1));
|
|
}
|
|
|
|
IL_0010:
|
|
{
|
|
// while (m_Position < m_Length && char.IsWhiteSpace(m_Text[m_Position]))
|
|
int32_t L_1 = __this->___m_Position_2;
|
|
int32_t L_2 = __this->___m_Length_1;
|
|
if ((((int32_t)L_1) >= ((int32_t)L_2)))
|
|
{
|
|
goto IL_0036;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_3 = __this->___m_Text_0;
|
|
int32_t L_4 = __this->___m_Position_2;
|
|
NullCheck(L_3);
|
|
Il2CppChar L_5;
|
|
L_5 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_3, L_4, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var);
|
|
bool L_6;
|
|
L_6 = Char_IsWhiteSpace_m02AEC6EA19513CAFC6882CFCA54C45794D2B5924(L_5, NULL);
|
|
if (L_6)
|
|
{
|
|
goto IL_0002;
|
|
}
|
|
}
|
|
|
|
IL_0036:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void JsonParser_SkipWhitespace_m74A37C8E8B96B671528603EC755BEB43F0D9DBC4_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
JsonParser_tF738BE4FBF77CE449E21EA2CE18E937B6692B7E6* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<JsonParser_tF738BE4FBF77CE449E21EA2CE18E937B6692B7E6*>(__this + _offset);
|
|
JsonParser_SkipWhitespace_m74A37C8E8B96B671528603EC755BEB43F0D9DBC4(_thisAdjusted, method);
|
|
}
|
|
// System.Boolean UnityEngine.InputSystem.Utilities.JsonParser::get_isAtEnd()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool JsonParser_get_isAtEnd_m3FCC32D42BF150894223ECB530345B69A1A28658 (JsonParser_tF738BE4FBF77CE449E21EA2CE18E937B6692B7E6* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public bool isAtEnd => m_Position >= m_Length;
|
|
int32_t L_0 = __this->___m_Position_2;
|
|
int32_t L_1 = __this->___m_Length_1;
|
|
return (bool)((((int32_t)((((int32_t)L_0) < ((int32_t)L_1))? 1 : 0)) == ((int32_t)0))? 1 : 0);
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C bool JsonParser_get_isAtEnd_m3FCC32D42BF150894223ECB530345B69A1A28658_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
JsonParser_tF738BE4FBF77CE449E21EA2CE18E937B6692B7E6* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<JsonParser_tF738BE4FBF77CE449E21EA2CE18E937B6692B7E6*>(__this + _offset);
|
|
bool _returnValue;
|
|
_returnValue = JsonParser_get_isAtEnd_m3FCC32D42BF150894223ECB530345B69A1A28658(_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.Utilities.JsonParser/JsonString
|
|
IL2CPP_EXTERN_C void JsonString_tE22CDDA995FEFF514F3F334C93B6AB31B49773CB_marshal_pinvoke(const JsonString_tE22CDDA995FEFF514F3F334C93B6AB31B49773CB& unmarshaled, JsonString_tE22CDDA995FEFF514F3F334C93B6AB31B49773CB_marshaled_pinvoke& marshaled)
|
|
{
|
|
Substring_t2E16755269E6716C22074D6BC0A9099915E67849_marshal_pinvoke(unmarshaled.___text_0, marshaled.___text_0);
|
|
marshaled.___hasEscapes_1 = static_cast<int32_t>(unmarshaled.___hasEscapes_1);
|
|
}
|
|
IL2CPP_EXTERN_C void JsonString_tE22CDDA995FEFF514F3F334C93B6AB31B49773CB_marshal_pinvoke_back(const JsonString_tE22CDDA995FEFF514F3F334C93B6AB31B49773CB_marshaled_pinvoke& marshaled, JsonString_tE22CDDA995FEFF514F3F334C93B6AB31B49773CB& unmarshaled)
|
|
{
|
|
Substring_t2E16755269E6716C22074D6BC0A9099915E67849 unmarshaledtext_temp_0;
|
|
memset((&unmarshaledtext_temp_0), 0, sizeof(unmarshaledtext_temp_0));
|
|
Substring_t2E16755269E6716C22074D6BC0A9099915E67849_marshal_pinvoke_back(marshaled.___text_0, unmarshaledtext_temp_0);
|
|
unmarshaled.___text_0 = unmarshaledtext_temp_0;
|
|
Il2CppCodeGenWriteBarrier((void**)&(((&unmarshaled.___text_0))->___m_String_0), (void*)NULL);
|
|
bool unmarshaledhasEscapes_temp_1 = false;
|
|
unmarshaledhasEscapes_temp_1 = static_cast<bool>(marshaled.___hasEscapes_1);
|
|
unmarshaled.___hasEscapes_1 = unmarshaledhasEscapes_temp_1;
|
|
}
|
|
// Conversion method for clean up from marshalling of: UnityEngine.InputSystem.Utilities.JsonParser/JsonString
|
|
IL2CPP_EXTERN_C void JsonString_tE22CDDA995FEFF514F3F334C93B6AB31B49773CB_marshal_pinvoke_cleanup(JsonString_tE22CDDA995FEFF514F3F334C93B6AB31B49773CB_marshaled_pinvoke& marshaled)
|
|
{
|
|
Substring_t2E16755269E6716C22074D6BC0A9099915E67849_marshal_pinvoke_cleanup(marshaled.___text_0);
|
|
}
|
|
|
|
|
|
// Conversion methods for marshalling of: UnityEngine.InputSystem.Utilities.JsonParser/JsonString
|
|
IL2CPP_EXTERN_C void JsonString_tE22CDDA995FEFF514F3F334C93B6AB31B49773CB_marshal_com(const JsonString_tE22CDDA995FEFF514F3F334C93B6AB31B49773CB& unmarshaled, JsonString_tE22CDDA995FEFF514F3F334C93B6AB31B49773CB_marshaled_com& marshaled)
|
|
{
|
|
Substring_t2E16755269E6716C22074D6BC0A9099915E67849_marshal_com(unmarshaled.___text_0, marshaled.___text_0);
|
|
marshaled.___hasEscapes_1 = static_cast<int32_t>(unmarshaled.___hasEscapes_1);
|
|
}
|
|
IL2CPP_EXTERN_C void JsonString_tE22CDDA995FEFF514F3F334C93B6AB31B49773CB_marshal_com_back(const JsonString_tE22CDDA995FEFF514F3F334C93B6AB31B49773CB_marshaled_com& marshaled, JsonString_tE22CDDA995FEFF514F3F334C93B6AB31B49773CB& unmarshaled)
|
|
{
|
|
Substring_t2E16755269E6716C22074D6BC0A9099915E67849 unmarshaledtext_temp_0;
|
|
memset((&unmarshaledtext_temp_0), 0, sizeof(unmarshaledtext_temp_0));
|
|
Substring_t2E16755269E6716C22074D6BC0A9099915E67849_marshal_com_back(marshaled.___text_0, unmarshaledtext_temp_0);
|
|
unmarshaled.___text_0 = unmarshaledtext_temp_0;
|
|
Il2CppCodeGenWriteBarrier((void**)&(((&unmarshaled.___text_0))->___m_String_0), (void*)NULL);
|
|
bool unmarshaledhasEscapes_temp_1 = false;
|
|
unmarshaledhasEscapes_temp_1 = static_cast<bool>(marshaled.___hasEscapes_1);
|
|
unmarshaled.___hasEscapes_1 = unmarshaledhasEscapes_temp_1;
|
|
}
|
|
// Conversion method for clean up from marshalling of: UnityEngine.InputSystem.Utilities.JsonParser/JsonString
|
|
IL2CPP_EXTERN_C void JsonString_tE22CDDA995FEFF514F3F334C93B6AB31B49773CB_marshal_com_cleanup(JsonString_tE22CDDA995FEFF514F3F334C93B6AB31B49773CB_marshaled_com& marshaled)
|
|
{
|
|
Substring_t2E16755269E6716C22074D6BC0A9099915E67849_marshal_com_cleanup(marshaled.___text_0);
|
|
}
|
|
// System.String UnityEngine.InputSystem.Utilities.JsonParser/JsonString::ToString()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* JsonString_ToString_m1AD75A1BD9CCF84393B192AB42A4390A70D7944A (JsonString_tE22CDDA995FEFF514F3F334C93B6AB31B49773CB* __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;
|
|
int32_t V_1 = 0;
|
|
int32_t V_2 = 0;
|
|
Il2CppChar V_3 = 0x0;
|
|
{
|
|
// if (!hasEscapes)
|
|
bool L_0 = __this->___hasEscapes_1;
|
|
if (L_0)
|
|
{
|
|
goto IL_001a;
|
|
}
|
|
}
|
|
{
|
|
// return text.ToString();
|
|
Substring_t2E16755269E6716C22074D6BC0A9099915E67849* L_1 = (&__this->___text_0);
|
|
String_t* L_2;
|
|
L_2 = Substring_ToString_m321AF6BA186DB01349CE3C710F1EA773D38FEF6D(L_1, NULL);
|
|
return L_2;
|
|
}
|
|
|
|
IL_001a:
|
|
{
|
|
// var builder = new StringBuilder();
|
|
StringBuilder_t* L_3 = (StringBuilder_t*)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var);
|
|
NullCheck(L_3);
|
|
StringBuilder__ctor_m1D99713357DE05DAFA296633639DB55F8C30587D(L_3, NULL);
|
|
V_0 = L_3;
|
|
// var length = text.length;
|
|
Substring_t2E16755269E6716C22074D6BC0A9099915E67849* L_4 = (&__this->___text_0);
|
|
int32_t L_5;
|
|
L_5 = Substring_get_length_m55986408214CA7DBD05548C1E226DC2E4D6E78FC_inline(L_4, NULL);
|
|
V_1 = L_5;
|
|
// for (var i = 0; i < length; ++i)
|
|
V_2 = 0;
|
|
goto IL_0063;
|
|
}
|
|
|
|
IL_0030:
|
|
{
|
|
// var ch = text[i];
|
|
Substring_t2E16755269E6716C22074D6BC0A9099915E67849* L_6 = (&__this->___text_0);
|
|
int32_t L_7 = V_2;
|
|
Il2CppChar L_8;
|
|
L_8 = Substring_get_Item_m278F3C7634F20487F36267C4BD49BC96DAE4CAC4(L_6, L_7, NULL);
|
|
V_3 = L_8;
|
|
// if (ch == '\\')
|
|
Il2CppChar L_9 = V_3;
|
|
if ((!(((uint32_t)L_9) == ((uint32_t)((int32_t)92)))))
|
|
{
|
|
goto IL_0057;
|
|
}
|
|
}
|
|
{
|
|
// ++i;
|
|
int32_t L_10 = V_2;
|
|
V_2 = ((int32_t)il2cpp_codegen_add(L_10, 1));
|
|
// if (i == length)
|
|
int32_t L_11 = V_2;
|
|
int32_t L_12 = V_1;
|
|
if ((((int32_t)L_11) == ((int32_t)L_12)))
|
|
{
|
|
goto IL_0067;
|
|
}
|
|
}
|
|
{
|
|
// ch = text[i];
|
|
Substring_t2E16755269E6716C22074D6BC0A9099915E67849* L_13 = (&__this->___text_0);
|
|
int32_t L_14 = V_2;
|
|
Il2CppChar L_15;
|
|
L_15 = Substring_get_Item_m278F3C7634F20487F36267C4BD49BC96DAE4CAC4(L_13, L_14, NULL);
|
|
V_3 = L_15;
|
|
}
|
|
|
|
IL_0057:
|
|
{
|
|
// builder.Append(ch);
|
|
StringBuilder_t* L_16 = V_0;
|
|
Il2CppChar L_17 = V_3;
|
|
NullCheck(L_16);
|
|
StringBuilder_t* L_18;
|
|
L_18 = StringBuilder_Append_m71228B30F05724CD2CD96D9611DCD61BFB96A6E1(L_16, L_17, NULL);
|
|
// for (var i = 0; i < length; ++i)
|
|
int32_t L_19 = V_2;
|
|
V_2 = ((int32_t)il2cpp_codegen_add(L_19, 1));
|
|
}
|
|
|
|
IL_0063:
|
|
{
|
|
// for (var i = 0; i < length; ++i)
|
|
int32_t L_20 = V_2;
|
|
int32_t L_21 = V_1;
|
|
if ((((int32_t)L_20) < ((int32_t)L_21)))
|
|
{
|
|
goto IL_0030;
|
|
}
|
|
}
|
|
|
|
IL_0067:
|
|
{
|
|
// return builder.ToString();
|
|
StringBuilder_t* L_22 = V_0;
|
|
NullCheck(L_22);
|
|
String_t* L_23;
|
|
L_23 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_22);
|
|
return L_23;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C String_t* JsonString_ToString_m1AD75A1BD9CCF84393B192AB42A4390A70D7944A_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
JsonString_tE22CDDA995FEFF514F3F334C93B6AB31B49773CB* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<JsonString_tE22CDDA995FEFF514F3F334C93B6AB31B49773CB*>(__this + _offset);
|
|
String_t* _returnValue;
|
|
_returnValue = JsonString_ToString_m1AD75A1BD9CCF84393B192AB42A4390A70D7944A(_thisAdjusted, method);
|
|
return _returnValue;
|
|
}
|
|
// System.Boolean UnityEngine.InputSystem.Utilities.JsonParser/JsonString::Equals(UnityEngine.InputSystem.Utilities.JsonParser/JsonString)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool JsonString_Equals_m259C148AAF9F4FAE016AD6002BA4139BD3E11D0B (JsonString_tE22CDDA995FEFF514F3F334C93B6AB31B49773CB* __this, JsonString_tE22CDDA995FEFF514F3F334C93B6AB31B49773CB ___0_other, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
int32_t V_2 = 0;
|
|
int32_t V_3 = 0;
|
|
Il2CppChar V_4 = 0x0;
|
|
Il2CppChar V_5 = 0x0;
|
|
{
|
|
// if (hasEscapes == other.hasEscapes)
|
|
bool L_0 = __this->___hasEscapes_1;
|
|
JsonString_tE22CDDA995FEFF514F3F334C93B6AB31B49773CB L_1 = ___0_other;
|
|
bool L_2 = L_1.___hasEscapes_1;
|
|
if ((!(((uint32_t)L_0) == ((uint32_t)L_2))))
|
|
{
|
|
goto IL_0024;
|
|
}
|
|
}
|
|
{
|
|
// return Substring.Compare(text, other.text, StringComparison.InvariantCultureIgnoreCase) == 0;
|
|
Substring_t2E16755269E6716C22074D6BC0A9099915E67849 L_3 = __this->___text_0;
|
|
JsonString_tE22CDDA995FEFF514F3F334C93B6AB31B49773CB L_4 = ___0_other;
|
|
Substring_t2E16755269E6716C22074D6BC0A9099915E67849 L_5 = L_4.___text_0;
|
|
int32_t L_6;
|
|
L_6 = Substring_Compare_mEB3378051C685973B36959D7EE7F7C661508D81A(L_3, L_5, 3, NULL);
|
|
return (bool)((((int32_t)L_6) == ((int32_t)0))? 1 : 0);
|
|
}
|
|
|
|
IL_0024:
|
|
{
|
|
// var thisLength = text.length;
|
|
Substring_t2E16755269E6716C22074D6BC0A9099915E67849* L_7 = (&__this->___text_0);
|
|
int32_t L_8;
|
|
L_8 = Substring_get_length_m55986408214CA7DBD05548C1E226DC2E4D6E78FC_inline(L_7, NULL);
|
|
V_0 = L_8;
|
|
// var otherLength = other.text.length;
|
|
Substring_t2E16755269E6716C22074D6BC0A9099915E67849* L_9 = (&(&___0_other)->___text_0);
|
|
int32_t L_10;
|
|
L_10 = Substring_get_length_m55986408214CA7DBD05548C1E226DC2E4D6E78FC_inline(L_9, NULL);
|
|
V_1 = L_10;
|
|
// int thisIndex = 0, otherIndex = 0;
|
|
V_2 = 0;
|
|
// int thisIndex = 0, otherIndex = 0;
|
|
V_3 = 0;
|
|
goto IL_00b7;
|
|
}
|
|
|
|
IL_0043:
|
|
{
|
|
// var thisChar = text[thisIndex];
|
|
Substring_t2E16755269E6716C22074D6BC0A9099915E67849* L_11 = (&__this->___text_0);
|
|
int32_t L_12 = V_2;
|
|
Il2CppChar L_13;
|
|
L_13 = Substring_get_Item_m278F3C7634F20487F36267C4BD49BC96DAE4CAC4(L_11, L_12, NULL);
|
|
V_4 = L_13;
|
|
// var otherChar = other.text[otherIndex];
|
|
Substring_t2E16755269E6716C22074D6BC0A9099915E67849* L_14 = (&(&___0_other)->___text_0);
|
|
int32_t L_15 = V_3;
|
|
Il2CppChar L_16;
|
|
L_16 = Substring_get_Item_m278F3C7634F20487F36267C4BD49BC96DAE4CAC4(L_14, L_15, NULL);
|
|
V_5 = L_16;
|
|
// if (thisChar == '\\')
|
|
Il2CppChar L_17 = V_4;
|
|
if ((!(((uint32_t)L_17) == ((uint32_t)((int32_t)92)))))
|
|
{
|
|
goto IL_007e;
|
|
}
|
|
}
|
|
{
|
|
// ++thisIndex;
|
|
int32_t L_18 = V_2;
|
|
V_2 = ((int32_t)il2cpp_codegen_add(L_18, 1));
|
|
// if (thisIndex == thisLength)
|
|
int32_t L_19 = V_2;
|
|
int32_t L_20 = V_0;
|
|
if ((!(((uint32_t)L_19) == ((uint32_t)L_20))))
|
|
{
|
|
goto IL_0070;
|
|
}
|
|
}
|
|
{
|
|
// return false;
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0070:
|
|
{
|
|
// thisChar = text[thisIndex];
|
|
Substring_t2E16755269E6716C22074D6BC0A9099915E67849* L_21 = (&__this->___text_0);
|
|
int32_t L_22 = V_2;
|
|
Il2CppChar L_23;
|
|
L_23 = Substring_get_Item_m278F3C7634F20487F36267C4BD49BC96DAE4CAC4(L_21, L_22, NULL);
|
|
V_4 = L_23;
|
|
}
|
|
|
|
IL_007e:
|
|
{
|
|
// if (otherChar == '\\')
|
|
Il2CppChar L_24 = V_5;
|
|
if ((!(((uint32_t)L_24) == ((uint32_t)((int32_t)92)))))
|
|
{
|
|
goto IL_009d;
|
|
}
|
|
}
|
|
{
|
|
// ++otherIndex;
|
|
int32_t L_25 = V_3;
|
|
V_3 = ((int32_t)il2cpp_codegen_add(L_25, 1));
|
|
// if (otherIndex == otherLength)
|
|
int32_t L_26 = V_3;
|
|
int32_t L_27 = V_1;
|
|
if ((!(((uint32_t)L_26) == ((uint32_t)L_27))))
|
|
{
|
|
goto IL_008e;
|
|
}
|
|
}
|
|
{
|
|
// return false;
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_008e:
|
|
{
|
|
// otherChar = other.text[otherIndex];
|
|
Substring_t2E16755269E6716C22074D6BC0A9099915E67849* L_28 = (&(&___0_other)->___text_0);
|
|
int32_t L_29 = V_3;
|
|
Il2CppChar L_30;
|
|
L_30 = Substring_get_Item_m278F3C7634F20487F36267C4BD49BC96DAE4CAC4(L_28, L_29, NULL);
|
|
V_5 = L_30;
|
|
}
|
|
|
|
IL_009d:
|
|
{
|
|
// if (char.ToUpperInvariant(thisChar) != char.ToUpperInvariant(otherChar))
|
|
Il2CppChar L_31 = V_4;
|
|
il2cpp_codegen_runtime_class_init_inline(Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var);
|
|
Il2CppChar L_32;
|
|
L_32 = Char_ToUpperInvariant_m43EADCB6987DB5FC44A6BFDBA8800EBACCEC68C8(L_31, NULL);
|
|
Il2CppChar L_33 = V_5;
|
|
Il2CppChar L_34;
|
|
L_34 = Char_ToUpperInvariant_m43EADCB6987DB5FC44A6BFDBA8800EBACCEC68C8(L_33, NULL);
|
|
if ((((int32_t)L_32) == ((int32_t)L_34)))
|
|
{
|
|
goto IL_00af;
|
|
}
|
|
}
|
|
{
|
|
// return false;
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_00af:
|
|
{
|
|
// for (; thisIndex < thisLength && otherIndex < otherLength; ++thisIndex, ++otherIndex)
|
|
int32_t L_35 = V_2;
|
|
V_2 = ((int32_t)il2cpp_codegen_add(L_35, 1));
|
|
// for (; thisIndex < thisLength && otherIndex < otherLength; ++thisIndex, ++otherIndex)
|
|
int32_t L_36 = V_3;
|
|
V_3 = ((int32_t)il2cpp_codegen_add(L_36, 1));
|
|
}
|
|
|
|
IL_00b7:
|
|
{
|
|
// for (; thisIndex < thisLength && otherIndex < otherLength; ++thisIndex, ++otherIndex)
|
|
int32_t L_37 = V_2;
|
|
int32_t L_38 = V_0;
|
|
if ((((int32_t)L_37) >= ((int32_t)L_38)))
|
|
{
|
|
goto IL_00bf;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_39 = V_3;
|
|
int32_t L_40 = V_1;
|
|
if ((((int32_t)L_39) < ((int32_t)L_40)))
|
|
{
|
|
goto IL_0043;
|
|
}
|
|
}
|
|
|
|
IL_00bf:
|
|
{
|
|
// return thisIndex == thisLength && otherIndex == otherLength;
|
|
int32_t L_41 = V_2;
|
|
int32_t L_42 = V_0;
|
|
if ((!(((uint32_t)L_41) == ((uint32_t)L_42))))
|
|
{
|
|
goto IL_00c8;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_43 = V_3;
|
|
int32_t L_44 = V_1;
|
|
return (bool)((((int32_t)L_43) == ((int32_t)L_44))? 1 : 0);
|
|
}
|
|
|
|
IL_00c8:
|
|
{
|
|
return (bool)0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C bool JsonString_Equals_m259C148AAF9F4FAE016AD6002BA4139BD3E11D0B_AdjustorThunk (RuntimeObject* __this, JsonString_tE22CDDA995FEFF514F3F334C93B6AB31B49773CB ___0_other, const RuntimeMethod* method)
|
|
{
|
|
JsonString_tE22CDDA995FEFF514F3F334C93B6AB31B49773CB* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<JsonString_tE22CDDA995FEFF514F3F334C93B6AB31B49773CB*>(__this + _offset);
|
|
bool _returnValue;
|
|
_returnValue = JsonString_Equals_m259C148AAF9F4FAE016AD6002BA4139BD3E11D0B(_thisAdjusted, ___0_other, method);
|
|
return _returnValue;
|
|
}
|
|
// System.Boolean UnityEngine.InputSystem.Utilities.JsonParser/JsonString::Equals(System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool JsonString_Equals_m87EA82B16D7472FF4DE2CB3EC605E8333F09CA28 (JsonString_tE22CDDA995FEFF514F3F334C93B6AB31B49773CB* __this, RuntimeObject* ___0_obj, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonString_tE22CDDA995FEFF514F3F334C93B6AB31B49773CB_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
JsonString_tE22CDDA995FEFF514F3F334C93B6AB31B49773CB V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
// return obj is JsonString other && Equals(other);
|
|
RuntimeObject* L_0 = ___0_obj;
|
|
if (!((RuntimeObject*)IsInstSealed((RuntimeObject*)L_0, JsonString_tE22CDDA995FEFF514F3F334C93B6AB31B49773CB_il2cpp_TypeInfo_var)))
|
|
{
|
|
goto IL_0017;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject* L_1 = ___0_obj;
|
|
V_0 = ((*(JsonString_tE22CDDA995FEFF514F3F334C93B6AB31B49773CB*)((JsonString_tE22CDDA995FEFF514F3F334C93B6AB31B49773CB*)(JsonString_tE22CDDA995FEFF514F3F334C93B6AB31B49773CB*)UnBox(L_1, JsonString_tE22CDDA995FEFF514F3F334C93B6AB31B49773CB_il2cpp_TypeInfo_var))));
|
|
JsonString_tE22CDDA995FEFF514F3F334C93B6AB31B49773CB L_2 = V_0;
|
|
bool L_3;
|
|
L_3 = JsonString_Equals_m259C148AAF9F4FAE016AD6002BA4139BD3E11D0B(__this, L_2, NULL);
|
|
return L_3;
|
|
}
|
|
|
|
IL_0017:
|
|
{
|
|
return (bool)0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C bool JsonString_Equals_m87EA82B16D7472FF4DE2CB3EC605E8333F09CA28_AdjustorThunk (RuntimeObject* __this, RuntimeObject* ___0_obj, const RuntimeMethod* method)
|
|
{
|
|
JsonString_tE22CDDA995FEFF514F3F334C93B6AB31B49773CB* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<JsonString_tE22CDDA995FEFF514F3F334C93B6AB31B49773CB*>(__this + _offset);
|
|
bool _returnValue;
|
|
_returnValue = JsonString_Equals_m87EA82B16D7472FF4DE2CB3EC605E8333F09CA28(_thisAdjusted, ___0_obj, method);
|
|
return _returnValue;
|
|
}
|
|
// System.Int32 UnityEngine.InputSystem.Utilities.JsonParser/JsonString::GetHashCode()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t JsonString_GetHashCode_m0F0377C9DCB21C60C06220AC07470F6FF66118C5 (JsonString_tE22CDDA995FEFF514F3F334C93B6AB31B49773CB* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// return (text.GetHashCode() * 397) ^ hasEscapes.GetHashCode();
|
|
Substring_t2E16755269E6716C22074D6BC0A9099915E67849* L_0 = (&__this->___text_0);
|
|
int32_t L_1;
|
|
L_1 = Substring_GetHashCode_m68743D4DB46190219FCBA41BACC476D7083D5986(L_0, NULL);
|
|
bool* L_2 = (&__this->___hasEscapes_1);
|
|
int32_t L_3;
|
|
L_3 = Boolean_GetHashCode_mEDB6904770C962BAF4510E5D24F08083C33900E3(L_2, NULL);
|
|
return ((int32_t)(((int32_t)il2cpp_codegen_multiply(L_1, ((int32_t)397)))^L_3));
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C int32_t JsonString_GetHashCode_m0F0377C9DCB21C60C06220AC07470F6FF66118C5_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
JsonString_tE22CDDA995FEFF514F3F334C93B6AB31B49773CB* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<JsonString_tE22CDDA995FEFF514F3F334C93B6AB31B49773CB*>(__this + _offset);
|
|
int32_t _returnValue;
|
|
_returnValue = JsonString_GetHashCode_m0F0377C9DCB21C60C06220AC07470F6FF66118C5(_thisAdjusted, method);
|
|
return _returnValue;
|
|
}
|
|
// System.Boolean UnityEngine.InputSystem.Utilities.JsonParser/JsonString::op_Equality(UnityEngine.InputSystem.Utilities.JsonParser/JsonString,UnityEngine.InputSystem.Utilities.JsonParser/JsonString)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool JsonString_op_Equality_mC708C3CB7867A6D3914BE13117EA235A37AA2827 (JsonString_tE22CDDA995FEFF514F3F334C93B6AB31B49773CB ___0_left, JsonString_tE22CDDA995FEFF514F3F334C93B6AB31B49773CB ___1_right, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// return left.Equals(right);
|
|
JsonString_tE22CDDA995FEFF514F3F334C93B6AB31B49773CB L_0 = ___1_right;
|
|
bool L_1;
|
|
L_1 = JsonString_Equals_m259C148AAF9F4FAE016AD6002BA4139BD3E11D0B((&___0_left), L_0, NULL);
|
|
return L_1;
|
|
}
|
|
}
|
|
// System.Boolean UnityEngine.InputSystem.Utilities.JsonParser/JsonString::op_Inequality(UnityEngine.InputSystem.Utilities.JsonParser/JsonString,UnityEngine.InputSystem.Utilities.JsonParser/JsonString)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool JsonString_op_Inequality_m8186A2514DBF1D828105EFB05E46C41E9C042177 (JsonString_tE22CDDA995FEFF514F3F334C93B6AB31B49773CB ___0_left, JsonString_tE22CDDA995FEFF514F3F334C93B6AB31B49773CB ___1_right, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// return !left.Equals(right);
|
|
JsonString_tE22CDDA995FEFF514F3F334C93B6AB31B49773CB L_0 = ___1_right;
|
|
bool L_1;
|
|
L_1 = JsonString_Equals_m259C148AAF9F4FAE016AD6002BA4139BD3E11D0B((&___0_left), L_0, NULL);
|
|
return (bool)((((int32_t)L_1) == ((int32_t)0))? 1 : 0);
|
|
}
|
|
}
|
|
// UnityEngine.InputSystem.Utilities.JsonParser/JsonString UnityEngine.InputSystem.Utilities.JsonParser/JsonString::op_Implicit(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JsonString_tE22CDDA995FEFF514F3F334C93B6AB31B49773CB JsonString_op_Implicit_m8582B0BD013F021A6B6FA644F73947BC61E94BE8 (String_t* ___0_str, const RuntimeMethod* method)
|
|
{
|
|
JsonString_tE22CDDA995FEFF514F3F334C93B6AB31B49773CB V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
// return new JsonString { text = str };
|
|
il2cpp_codegen_initobj((&V_0), sizeof(JsonString_tE22CDDA995FEFF514F3F334C93B6AB31B49773CB));
|
|
String_t* L_0 = ___0_str;
|
|
Substring_t2E16755269E6716C22074D6BC0A9099915E67849 L_1;
|
|
L_1 = Substring_op_Implicit_mABF0BF448C43C80A01DE18A232F89B9EE19CDF89(L_0, NULL);
|
|
(&V_0)->___text_0 = L_1;
|
|
Il2CppCodeGenWriteBarrier((void**)&(((&(&V_0)->___text_0))->___m_String_0), (void*)NULL);
|
|
JsonString_tE22CDDA995FEFF514F3F334C93B6AB31B49773CB L_2 = V_0;
|
|
return L_2;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
|
|
|
|
// Conversion methods for marshalling of: UnityEngine.InputSystem.Utilities.JsonParser/JsonValue
|
|
IL2CPP_EXTERN_C void JsonValue_t01DB320267C848E729A400EF2345979978F851D2_marshal_pinvoke(const JsonValue_t01DB320267C848E729A400EF2345979978F851D2& unmarshaled, JsonValue_t01DB320267C848E729A400EF2345979978F851D2_marshaled_pinvoke& marshaled)
|
|
{
|
|
Exception_t* ___arrayValue_5Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'arrayValue' of type 'JsonValue'.");
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(___arrayValue_5Exception, NULL);
|
|
}
|
|
IL2CPP_EXTERN_C void JsonValue_t01DB320267C848E729A400EF2345979978F851D2_marshal_pinvoke_back(const JsonValue_t01DB320267C848E729A400EF2345979978F851D2_marshaled_pinvoke& marshaled, JsonValue_t01DB320267C848E729A400EF2345979978F851D2& unmarshaled)
|
|
{
|
|
Exception_t* ___arrayValue_5Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'arrayValue' of type 'JsonValue'.");
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(___arrayValue_5Exception, NULL);
|
|
}
|
|
// Conversion method for clean up from marshalling of: UnityEngine.InputSystem.Utilities.JsonParser/JsonValue
|
|
IL2CPP_EXTERN_C void JsonValue_t01DB320267C848E729A400EF2345979978F851D2_marshal_pinvoke_cleanup(JsonValue_t01DB320267C848E729A400EF2345979978F851D2_marshaled_pinvoke& marshaled)
|
|
{
|
|
}
|
|
|
|
|
|
// Conversion methods for marshalling of: UnityEngine.InputSystem.Utilities.JsonParser/JsonValue
|
|
IL2CPP_EXTERN_C void JsonValue_t01DB320267C848E729A400EF2345979978F851D2_marshal_com(const JsonValue_t01DB320267C848E729A400EF2345979978F851D2& unmarshaled, JsonValue_t01DB320267C848E729A400EF2345979978F851D2_marshaled_com& marshaled)
|
|
{
|
|
Exception_t* ___arrayValue_5Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'arrayValue' of type 'JsonValue'.");
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(___arrayValue_5Exception, NULL);
|
|
}
|
|
IL2CPP_EXTERN_C void JsonValue_t01DB320267C848E729A400EF2345979978F851D2_marshal_com_back(const JsonValue_t01DB320267C848E729A400EF2345979978F851D2_marshaled_com& marshaled, JsonValue_t01DB320267C848E729A400EF2345979978F851D2& unmarshaled)
|
|
{
|
|
Exception_t* ___arrayValue_5Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'arrayValue' of type 'JsonValue'.");
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(___arrayValue_5Exception, NULL);
|
|
}
|
|
// Conversion method for clean up from marshalling of: UnityEngine.InputSystem.Utilities.JsonParser/JsonValue
|
|
IL2CPP_EXTERN_C void JsonValue_t01DB320267C848E729A400EF2345979978F851D2_marshal_com_cleanup(JsonValue_t01DB320267C848E729A400EF2345979978F851D2_marshaled_com& marshaled)
|
|
{
|
|
}
|
|
// System.Boolean UnityEngine.InputSystem.Utilities.JsonParser/JsonValue::ToBoolean()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool JsonValue_ToBoolean_m738AF635F5A47C27EB4010DA008D0DF3D8E0BC1C (JsonValue_t01DB320267C848E729A400EF2345979978F851D2* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Convert_t7097FF336D592F7C06D88A98349A44646F91EFFC_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
{
|
|
// switch (type)
|
|
int32_t L_0 = __this->___type_0;
|
|
V_0 = L_0;
|
|
int32_t L_1 = V_0;
|
|
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_1, 1)))
|
|
{
|
|
case 0:
|
|
{
|
|
goto IL_0021;
|
|
}
|
|
case 1:
|
|
{
|
|
goto IL_0033;
|
|
}
|
|
case 2:
|
|
{
|
|
goto IL_0028;
|
|
}
|
|
case 3:
|
|
{
|
|
goto IL_0048;
|
|
}
|
|
}
|
|
}
|
|
{
|
|
goto IL_005a;
|
|
}
|
|
|
|
IL_0021:
|
|
{
|
|
// case JsonValueType.Bool: return boolValue;
|
|
bool L_2 = __this->___boolValue_1;
|
|
return L_2;
|
|
}
|
|
|
|
IL_0028:
|
|
{
|
|
// case JsonValueType.Integer: return integerValue != 0;
|
|
int64_t L_3 = __this->___integerValue_3;
|
|
return (bool)((!(((uint64_t)L_3) <= ((uint64_t)((int64_t)0))))? 1 : 0);
|
|
}
|
|
|
|
IL_0033:
|
|
{
|
|
// case JsonValueType.Real: return NumberHelpers.Approximately(0, realValue);
|
|
double L_4 = __this->___realValue_2;
|
|
bool L_5;
|
|
L_5 = NumberHelpers_Approximately_mE629167A20513BA6F12F46340969A248EA4C8725_inline((0.0), L_4, NULL);
|
|
return L_5;
|
|
}
|
|
|
|
IL_0048:
|
|
{
|
|
// case JsonValueType.String: return Convert.ToBoolean(ToString());
|
|
String_t* L_6;
|
|
L_6 = JsonValue_ToString_mCB50C1E9FCBE4DE2DBFB1307A3E3B54DD87B8D8B(__this, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Convert_t7097FF336D592F7C06D88A98349A44646F91EFFC_il2cpp_TypeInfo_var);
|
|
bool L_7;
|
|
L_7 = Convert_ToBoolean_m3DEA64CC166C14DD2B3461A04C227A05BC06DFEC(L_6, NULL);
|
|
return L_7;
|
|
}
|
|
|
|
IL_005a:
|
|
{
|
|
// return default;
|
|
return (bool)0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C bool JsonValue_ToBoolean_m738AF635F5A47C27EB4010DA008D0DF3D8E0BC1C_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
JsonValue_t01DB320267C848E729A400EF2345979978F851D2* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<JsonValue_t01DB320267C848E729A400EF2345979978F851D2*>(__this + _offset);
|
|
bool _returnValue;
|
|
_returnValue = JsonValue_ToBoolean_m738AF635F5A47C27EB4010DA008D0DF3D8E0BC1C(_thisAdjusted, method);
|
|
return _returnValue;
|
|
}
|
|
// System.Int64 UnityEngine.InputSystem.Utilities.JsonParser/JsonValue::ToInteger()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t JsonValue_ToInteger_m422B3E6191BBE408D6BE18D417CCE108458AB290 (JsonValue_t01DB320267C848E729A400EF2345979978F851D2* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Convert_t7097FF336D592F7C06D88A98349A44646F91EFFC_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t G_B5_0 = 0;
|
|
{
|
|
// switch (type)
|
|
int32_t L_0 = __this->___type_0;
|
|
V_0 = L_0;
|
|
int32_t L_1 = V_0;
|
|
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_1, 1)))
|
|
{
|
|
case 0:
|
|
{
|
|
goto IL_0021;
|
|
}
|
|
case 1:
|
|
{
|
|
goto IL_0036;
|
|
}
|
|
case 2:
|
|
{
|
|
goto IL_002f;
|
|
}
|
|
case 3:
|
|
{
|
|
goto IL_003e;
|
|
}
|
|
}
|
|
}
|
|
{
|
|
goto IL_0050;
|
|
}
|
|
|
|
IL_0021:
|
|
{
|
|
// case JsonValueType.Bool: return boolValue ? 1 : 0;
|
|
bool L_2 = __this->___boolValue_1;
|
|
if (L_2)
|
|
{
|
|
goto IL_002c;
|
|
}
|
|
}
|
|
{
|
|
G_B5_0 = 0;
|
|
goto IL_002d;
|
|
}
|
|
|
|
IL_002c:
|
|
{
|
|
G_B5_0 = 1;
|
|
}
|
|
|
|
IL_002d:
|
|
{
|
|
return ((int64_t)G_B5_0);
|
|
}
|
|
|
|
IL_002f:
|
|
{
|
|
// case JsonValueType.Integer: return integerValue;
|
|
int64_t L_3 = __this->___integerValue_3;
|
|
return L_3;
|
|
}
|
|
|
|
IL_0036:
|
|
{
|
|
// case JsonValueType.Real: return (long)realValue;
|
|
double L_4 = __this->___realValue_2;
|
|
return il2cpp_codegen_cast_double_to_int<int64_t>(L_4);
|
|
}
|
|
|
|
IL_003e:
|
|
{
|
|
// case JsonValueType.String: return Convert.ToInt64(ToString());
|
|
String_t* L_5;
|
|
L_5 = JsonValue_ToString_mCB50C1E9FCBE4DE2DBFB1307A3E3B54DD87B8D8B(__this, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Convert_t7097FF336D592F7C06D88A98349A44646F91EFFC_il2cpp_TypeInfo_var);
|
|
int64_t L_6;
|
|
L_6 = Convert_ToInt64_mE141C5A7AE0C7A127BA9B6D165F3098B10726591(L_5, NULL);
|
|
return L_6;
|
|
}
|
|
|
|
IL_0050:
|
|
{
|
|
// return default;
|
|
return ((int64_t)0);
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C int64_t JsonValue_ToInteger_m422B3E6191BBE408D6BE18D417CCE108458AB290_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
JsonValue_t01DB320267C848E729A400EF2345979978F851D2* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<JsonValue_t01DB320267C848E729A400EF2345979978F851D2*>(__this + _offset);
|
|
int64_t _returnValue;
|
|
_returnValue = JsonValue_ToInteger_m422B3E6191BBE408D6BE18D417CCE108458AB290(_thisAdjusted, method);
|
|
return _returnValue;
|
|
}
|
|
// System.Double UnityEngine.InputSystem.Utilities.JsonParser/JsonValue::ToDouble()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double JsonValue_ToDouble_m40E320A31709875A68F4AD10D96451753DC0D3FB (JsonValue_t01DB320267C848E729A400EF2345979978F851D2* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Convert_t7097FF336D592F7C06D88A98349A44646F91EFFC_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t G_B5_0 = 0;
|
|
{
|
|
// switch (type)
|
|
int32_t L_0 = __this->___type_0;
|
|
V_0 = L_0;
|
|
int32_t L_1 = V_0;
|
|
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_1, 1)))
|
|
{
|
|
case 0:
|
|
{
|
|
goto IL_0021;
|
|
}
|
|
case 1:
|
|
{
|
|
goto IL_0037;
|
|
}
|
|
case 2:
|
|
{
|
|
goto IL_002f;
|
|
}
|
|
case 3:
|
|
{
|
|
goto IL_003e;
|
|
}
|
|
}
|
|
}
|
|
{
|
|
goto IL_0051;
|
|
}
|
|
|
|
IL_0021:
|
|
{
|
|
// case JsonValueType.Bool: return boolValue ? 1 : 0;
|
|
bool L_2 = __this->___boolValue_1;
|
|
if (L_2)
|
|
{
|
|
goto IL_002c;
|
|
}
|
|
}
|
|
{
|
|
G_B5_0 = 0;
|
|
goto IL_002d;
|
|
}
|
|
|
|
IL_002c:
|
|
{
|
|
G_B5_0 = 1;
|
|
}
|
|
|
|
IL_002d:
|
|
{
|
|
return ((double)G_B5_0);
|
|
}
|
|
|
|
IL_002f:
|
|
{
|
|
// case JsonValueType.Integer: return integerValue;
|
|
int64_t L_3 = __this->___integerValue_3;
|
|
return ((double)L_3);
|
|
}
|
|
|
|
IL_0037:
|
|
{
|
|
// case JsonValueType.Real: return realValue;
|
|
double L_4 = __this->___realValue_2;
|
|
return L_4;
|
|
}
|
|
|
|
IL_003e:
|
|
{
|
|
// case JsonValueType.String: return Convert.ToSingle(ToString());
|
|
String_t* L_5;
|
|
L_5 = JsonValue_ToString_mCB50C1E9FCBE4DE2DBFB1307A3E3B54DD87B8D8B(__this, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Convert_t7097FF336D592F7C06D88A98349A44646F91EFFC_il2cpp_TypeInfo_var);
|
|
float L_6;
|
|
L_6 = Convert_ToSingle_m312FA1741E893E5B9D93A208CD15D417B1E4C65C(L_5, NULL);
|
|
return ((double)L_6);
|
|
}
|
|
|
|
IL_0051:
|
|
{
|
|
// return default;
|
|
return (0.0);
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C double JsonValue_ToDouble_m40E320A31709875A68F4AD10D96451753DC0D3FB_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
JsonValue_t01DB320267C848E729A400EF2345979978F851D2* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<JsonValue_t01DB320267C848E729A400EF2345979978F851D2*>(__this + _offset);
|
|
double _returnValue;
|
|
_returnValue = JsonValue_ToDouble_m40E320A31709875A68F4AD10D96451753DC0D3FB(_thisAdjusted, method);
|
|
return _returnValue;
|
|
}
|
|
// System.String UnityEngine.InputSystem.Utilities.JsonParser/JsonValue::ToString()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* JsonValue_ToString_mCB50C1E9FCBE4DE2DBFB1307A3E3B54DD87B8D8B (JsonValue_t01DB320267C848E729A400EF2345979978F851D2* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerable_Select_TisJsonValue_t01DB320267C848E729A400EF2345979978F851D2_TisString_t_m136CFECF4D1B511E9C669C56CEB297DEE3C56C46_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerable_Select_TisKeyValuePair_2_t3B08CB565546FAA05345E98661ADF3C33916BDE8_TisString_t_mCEC082708568351E1762C959E0316A2A7868007E_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_2_t2401365303BAEA06C3B858275C74EF4FBC90D95C_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_2_t6607247B3D14485113F4625701B75EA9FB3C7011_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonValue_t01DB320267C848E729A400EF2345979978F851D2_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_U3CToStringU3Eb__11_0_m99E92EFA116F96F9CEE6DA459E78B6C82569CFDC_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_U3CToStringU3Eb__11_1_mD596E1D76B6237AB4112E003D11D435F66C74FFF_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_tDE78E61C4107E524195BB8E60CAB17643215F740_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0C3C6829C3CCF8020C6AC45B87963ADC095CD44A);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4D8D9C94AC5DA5FCED2EC8A64E10E714A2515C30);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5B4F028A4070094FCA4E7762E2C376A65E2D59C6);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5BEFD8CC60A79699B5BB00E37BAC5B62D371E174);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9ED931619E39F59A8520C1E3B03FEA2E9A56FB60);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC18C9BB6DF0D5C60CE5A5D2D3D6111BEB6F8CCEB);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD9691C4FD8A1F6B09DB1147CA32B442772FB46A1);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE166C9564FBDE461738077E3B1B506525EB6ACCC);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
RuntimeObject* V_0 = NULL;
|
|
int32_t V_1 = 0;
|
|
Func_2_t2401365303BAEA06C3B858275C74EF4FBC90D95C* G_B11_0 = NULL;
|
|
List_1_t4A80BCCFB0BC8742C8BB601365DB07226750573A* G_B11_1 = NULL;
|
|
String_t* G_B11_2 = NULL;
|
|
String_t* G_B11_3 = NULL;
|
|
Func_2_t2401365303BAEA06C3B858275C74EF4FBC90D95C* G_B10_0 = NULL;
|
|
List_1_t4A80BCCFB0BC8742C8BB601365DB07226750573A* G_B10_1 = NULL;
|
|
String_t* G_B10_2 = NULL;
|
|
String_t* G_B10_3 = NULL;
|
|
Func_2_t6607247B3D14485113F4625701B75EA9FB3C7011* G_B16_0 = NULL;
|
|
Dictionary_2_t6682243BDABA638FCBE4F1D9875B5B1455A7686E* G_B16_1 = NULL;
|
|
Func_2_t6607247B3D14485113F4625701B75EA9FB3C7011* G_B15_0 = NULL;
|
|
Dictionary_2_t6682243BDABA638FCBE4F1D9875B5B1455A7686E* G_B15_1 = NULL;
|
|
{
|
|
// switch (type)
|
|
int32_t L_0 = __this->___type_0;
|
|
V_1 = L_0;
|
|
int32_t L_1 = V_1;
|
|
switch (L_1)
|
|
{
|
|
case 0:
|
|
{
|
|
goto IL_0032;
|
|
}
|
|
case 1:
|
|
{
|
|
goto IL_0038;
|
|
}
|
|
case 2:
|
|
{
|
|
goto IL_0055;
|
|
}
|
|
case 3:
|
|
{
|
|
goto IL_0044;
|
|
}
|
|
case 4:
|
|
{
|
|
goto IL_0066;
|
|
}
|
|
case 5:
|
|
{
|
|
goto IL_0078;
|
|
}
|
|
case 6:
|
|
{
|
|
goto IL_00ca;
|
|
}
|
|
case 7:
|
|
{
|
|
goto IL_011e;
|
|
}
|
|
}
|
|
}
|
|
{
|
|
goto IL_012a;
|
|
}
|
|
|
|
IL_0032:
|
|
{
|
|
// case JsonValueType.None: return "null";
|
|
return _stringLiteral5BEFD8CC60A79699B5BB00E37BAC5B62D371E174;
|
|
}
|
|
|
|
IL_0038:
|
|
{
|
|
// case JsonValueType.Bool: return boolValue.ToString();
|
|
bool* L_2 = (&__this->___boolValue_1);
|
|
String_t* L_3;
|
|
L_3 = Boolean_ToString_m6646C8026B1DF381A1EE8CD13549175E9703CC63(L_2, NULL);
|
|
return L_3;
|
|
}
|
|
|
|
IL_0044:
|
|
{
|
|
// case JsonValueType.Integer: return integerValue.ToString(CultureInfo.InvariantCulture);
|
|
int64_t* L_4 = (&__this->___integerValue_3);
|
|
il2cpp_codegen_runtime_class_init_inline(CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var);
|
|
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_5;
|
|
L_5 = CultureInfo_get_InvariantCulture_mD1E96DC845E34B10F78CB744B0CB5D7D63CEB1E6(NULL);
|
|
String_t* L_6;
|
|
L_6 = Int64_ToString_m5250B67D3E89B8EB829FB26136E744F1F141B7FD(L_4, L_5, NULL);
|
|
return L_6;
|
|
}
|
|
|
|
IL_0055:
|
|
{
|
|
// case JsonValueType.Real: return realValue.ToString(CultureInfo.InvariantCulture);
|
|
double* L_7 = (&__this->___realValue_2);
|
|
il2cpp_codegen_runtime_class_init_inline(CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var);
|
|
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_8;
|
|
L_8 = CultureInfo_get_InvariantCulture_mD1E96DC845E34B10F78CB744B0CB5D7D63CEB1E6(NULL);
|
|
String_t* L_9;
|
|
L_9 = Double_ToString_m4318830D9F771852FDCF21C14CF9E8ABC7E77357(L_7, L_8, NULL);
|
|
return L_9;
|
|
}
|
|
|
|
IL_0066:
|
|
{
|
|
// case JsonValueType.String: return stringValue.ToString();
|
|
JsonString_tE22CDDA995FEFF514F3F334C93B6AB31B49773CB* L_10 = (&__this->___stringValue_4);
|
|
String_t* L_11;
|
|
L_11 = JsonString_ToString_m1AD75A1BD9CCF84393B192AB42A4390A70D7944A(L_10, NULL);
|
|
return L_11;
|
|
}
|
|
|
|
IL_0078:
|
|
{
|
|
// if (arrayValue == null)
|
|
List_1_t4A80BCCFB0BC8742C8BB601365DB07226750573A* L_12 = __this->___arrayValue_5;
|
|
if (L_12)
|
|
{
|
|
goto IL_0086;
|
|
}
|
|
}
|
|
{
|
|
// return "[]";
|
|
return _stringLiteral5B4F028A4070094FCA4E7762E2C376A65E2D59C6;
|
|
}
|
|
|
|
IL_0086:
|
|
{
|
|
// return $"[{string.Join(",", arrayValue.Select(x => x.ToString()))}]";
|
|
List_1_t4A80BCCFB0BC8742C8BB601365DB07226750573A* L_13 = __this->___arrayValue_5;
|
|
il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_tDE78E61C4107E524195BB8E60CAB17643215F740_il2cpp_TypeInfo_var);
|
|
Func_2_t2401365303BAEA06C3B858275C74EF4FBC90D95C* L_14 = ((U3CU3Ec_tDE78E61C4107E524195BB8E60CAB17643215F740_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tDE78E61C4107E524195BB8E60CAB17643215F740_il2cpp_TypeInfo_var))->___U3CU3E9__11_0_1;
|
|
Func_2_t2401365303BAEA06C3B858275C74EF4FBC90D95C* L_15 = L_14;
|
|
G_B10_0 = L_15;
|
|
G_B10_1 = L_13;
|
|
G_B10_2 = _stringLiteralC18C9BB6DF0D5C60CE5A5D2D3D6111BEB6F8CCEB;
|
|
G_B10_3 = _stringLiteralD9691C4FD8A1F6B09DB1147CA32B442772FB46A1;
|
|
if (L_15)
|
|
{
|
|
G_B11_0 = L_15;
|
|
G_B11_1 = L_13;
|
|
G_B11_2 = _stringLiteralC18C9BB6DF0D5C60CE5A5D2D3D6111BEB6F8CCEB;
|
|
G_B11_3 = _stringLiteralD9691C4FD8A1F6B09DB1147CA32B442772FB46A1;
|
|
goto IL_00b5;
|
|
}
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_tDE78E61C4107E524195BB8E60CAB17643215F740_il2cpp_TypeInfo_var);
|
|
U3CU3Ec_tDE78E61C4107E524195BB8E60CAB17643215F740* L_16 = ((U3CU3Ec_tDE78E61C4107E524195BB8E60CAB17643215F740_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tDE78E61C4107E524195BB8E60CAB17643215F740_il2cpp_TypeInfo_var))->___U3CU3E9_0;
|
|
Func_2_t2401365303BAEA06C3B858275C74EF4FBC90D95C* L_17 = (Func_2_t2401365303BAEA06C3B858275C74EF4FBC90D95C*)il2cpp_codegen_object_new(Func_2_t2401365303BAEA06C3B858275C74EF4FBC90D95C_il2cpp_TypeInfo_var);
|
|
NullCheck(L_17);
|
|
Func_2__ctor_m93B1324D1EB6A7747895ADB6EE4E9614B65242C8(L_17, L_16, (intptr_t)((void*)U3CU3Ec_U3CToStringU3Eb__11_0_m99E92EFA116F96F9CEE6DA459E78B6C82569CFDC_RuntimeMethod_var), NULL);
|
|
Func_2_t2401365303BAEA06C3B858275C74EF4FBC90D95C* L_18 = L_17;
|
|
((U3CU3Ec_tDE78E61C4107E524195BB8E60CAB17643215F740_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tDE78E61C4107E524195BB8E60CAB17643215F740_il2cpp_TypeInfo_var))->___U3CU3E9__11_0_1 = L_18;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((U3CU3Ec_tDE78E61C4107E524195BB8E60CAB17643215F740_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tDE78E61C4107E524195BB8E60CAB17643215F740_il2cpp_TypeInfo_var))->___U3CU3E9__11_0_1), (void*)L_18);
|
|
G_B11_0 = L_18;
|
|
G_B11_1 = G_B10_1;
|
|
G_B11_2 = G_B10_2;
|
|
G_B11_3 = G_B10_3;
|
|
}
|
|
|
|
IL_00b5:
|
|
{
|
|
RuntimeObject* L_19;
|
|
L_19 = Enumerable_Select_TisJsonValue_t01DB320267C848E729A400EF2345979978F851D2_TisString_t_m136CFECF4D1B511E9C669C56CEB297DEE3C56C46(G_B11_1, G_B11_0, Enumerable_Select_TisJsonValue_t01DB320267C848E729A400EF2345979978F851D2_TisString_t_m136CFECF4D1B511E9C669C56CEB297DEE3C56C46_RuntimeMethod_var);
|
|
String_t* L_20;
|
|
L_20 = String_Join_m8159F953B3D62AA54A0853A6E9573CDC0F63E158(G_B11_2, L_19, NULL);
|
|
String_t* L_21;
|
|
L_21 = String_Concat_m8855A6DE10F84DA7F4EC113CADDB59873A25573B(G_B11_3, L_20, _stringLiteralE166C9564FBDE461738077E3B1B506525EB6ACCC, NULL);
|
|
return L_21;
|
|
}
|
|
|
|
IL_00ca:
|
|
{
|
|
// if (objectValue == null)
|
|
Dictionary_2_t6682243BDABA638FCBE4F1D9875B5B1455A7686E* L_22 = __this->___objectValue_6;
|
|
if (L_22)
|
|
{
|
|
goto IL_00d8;
|
|
}
|
|
}
|
|
{
|
|
// return "{}";
|
|
return _stringLiteral9ED931619E39F59A8520C1E3B03FEA2E9A56FB60;
|
|
}
|
|
|
|
IL_00d8:
|
|
{
|
|
// var elements = objectValue.Select(pair => $"\"{pair.Key}\" : \"{pair.Value}\"");
|
|
Dictionary_2_t6682243BDABA638FCBE4F1D9875B5B1455A7686E* L_23 = __this->___objectValue_6;
|
|
il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_tDE78E61C4107E524195BB8E60CAB17643215F740_il2cpp_TypeInfo_var);
|
|
Func_2_t6607247B3D14485113F4625701B75EA9FB3C7011* L_24 = ((U3CU3Ec_tDE78E61C4107E524195BB8E60CAB17643215F740_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tDE78E61C4107E524195BB8E60CAB17643215F740_il2cpp_TypeInfo_var))->___U3CU3E9__11_1_2;
|
|
Func_2_t6607247B3D14485113F4625701B75EA9FB3C7011* L_25 = L_24;
|
|
G_B15_0 = L_25;
|
|
G_B15_1 = L_23;
|
|
if (L_25)
|
|
{
|
|
G_B16_0 = L_25;
|
|
G_B16_1 = L_23;
|
|
goto IL_00fd;
|
|
}
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_tDE78E61C4107E524195BB8E60CAB17643215F740_il2cpp_TypeInfo_var);
|
|
U3CU3Ec_tDE78E61C4107E524195BB8E60CAB17643215F740* L_26 = ((U3CU3Ec_tDE78E61C4107E524195BB8E60CAB17643215F740_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tDE78E61C4107E524195BB8E60CAB17643215F740_il2cpp_TypeInfo_var))->___U3CU3E9_0;
|
|
Func_2_t6607247B3D14485113F4625701B75EA9FB3C7011* L_27 = (Func_2_t6607247B3D14485113F4625701B75EA9FB3C7011*)il2cpp_codegen_object_new(Func_2_t6607247B3D14485113F4625701B75EA9FB3C7011_il2cpp_TypeInfo_var);
|
|
NullCheck(L_27);
|
|
Func_2__ctor_mAA7FA2F2C23C8067042DCB8C54E06779FA521265(L_27, L_26, (intptr_t)((void*)U3CU3Ec_U3CToStringU3Eb__11_1_mD596E1D76B6237AB4112E003D11D435F66C74FFF_RuntimeMethod_var), NULL);
|
|
Func_2_t6607247B3D14485113F4625701B75EA9FB3C7011* L_28 = L_27;
|
|
((U3CU3Ec_tDE78E61C4107E524195BB8E60CAB17643215F740_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tDE78E61C4107E524195BB8E60CAB17643215F740_il2cpp_TypeInfo_var))->___U3CU3E9__11_1_2 = L_28;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((U3CU3Ec_tDE78E61C4107E524195BB8E60CAB17643215F740_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tDE78E61C4107E524195BB8E60CAB17643215F740_il2cpp_TypeInfo_var))->___U3CU3E9__11_1_2), (void*)L_28);
|
|
G_B16_0 = L_28;
|
|
G_B16_1 = G_B15_1;
|
|
}
|
|
|
|
IL_00fd:
|
|
{
|
|
RuntimeObject* L_29;
|
|
L_29 = Enumerable_Select_TisKeyValuePair_2_t3B08CB565546FAA05345E98661ADF3C33916BDE8_TisString_t_mCEC082708568351E1762C959E0316A2A7868007E(G_B16_1, G_B16_0, Enumerable_Select_TisKeyValuePair_2_t3B08CB565546FAA05345E98661ADF3C33916BDE8_TisString_t_mCEC082708568351E1762C959E0316A2A7868007E_RuntimeMethod_var);
|
|
V_0 = L_29;
|
|
// return $"{{{string.Join(",", elements)}}}";
|
|
RuntimeObject* L_30 = V_0;
|
|
String_t* L_31;
|
|
L_31 = String_Join_m8159F953B3D62AA54A0853A6E9573CDC0F63E158(_stringLiteralC18C9BB6DF0D5C60CE5A5D2D3D6111BEB6F8CCEB, L_30, NULL);
|
|
String_t* L_32;
|
|
L_32 = String_Concat_m8855A6DE10F84DA7F4EC113CADDB59873A25573B(_stringLiteral0C3C6829C3CCF8020C6AC45B87963ADC095CD44A, L_31, _stringLiteral4D8D9C94AC5DA5FCED2EC8A64E10E714A2515C30, NULL);
|
|
return L_32;
|
|
}
|
|
|
|
IL_011e:
|
|
{
|
|
// case JsonValueType.Any: return anyValue.ToString();
|
|
RuntimeObject* L_33 = __this->___anyValue_7;
|
|
NullCheck(L_33);
|
|
String_t* L_34;
|
|
L_34 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_33);
|
|
return L_34;
|
|
}
|
|
|
|
IL_012a:
|
|
{
|
|
// return base.ToString();
|
|
JsonValue_t01DB320267C848E729A400EF2345979978F851D2 L_35 = (*(JsonValue_t01DB320267C848E729A400EF2345979978F851D2*)__this);
|
|
JsonValue_t01DB320267C848E729A400EF2345979978F851D2 L_36 = L_35;
|
|
RuntimeObject* L_37 = Box(JsonValue_t01DB320267C848E729A400EF2345979978F851D2_il2cpp_TypeInfo_var, &L_36);
|
|
String_t* L_38;
|
|
L_38 = ValueType_ToString_mFE1CB83BECC99D07BEA7EAB25AF73BE5A727C04D((ValueType_t6D9B272BD21782F0A9A14F2E41F85A50E97A986F*)L_37, NULL);
|
|
return L_38;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C String_t* JsonValue_ToString_mCB50C1E9FCBE4DE2DBFB1307A3E3B54DD87B8D8B_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
JsonValue_t01DB320267C848E729A400EF2345979978F851D2* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<JsonValue_t01DB320267C848E729A400EF2345979978F851D2*>(__this + _offset);
|
|
String_t* _returnValue;
|
|
_returnValue = JsonValue_ToString_mCB50C1E9FCBE4DE2DBFB1307A3E3B54DD87B8D8B(_thisAdjusted, method);
|
|
return _returnValue;
|
|
}
|
|
// UnityEngine.InputSystem.Utilities.JsonParser/JsonValue UnityEngine.InputSystem.Utilities.JsonParser/JsonValue::op_Implicit(System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JsonValue_t01DB320267C848E729A400EF2345979978F851D2 JsonValue_op_Implicit_m524FB941B2168EE4CE6DB55871F7D7331FA5C9D2 (bool ___0_val, const RuntimeMethod* method)
|
|
{
|
|
JsonValue_t01DB320267C848E729A400EF2345979978F851D2 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
// return new JsonValue
|
|
// {
|
|
// type = JsonValueType.Bool,
|
|
// boolValue = val
|
|
// };
|
|
il2cpp_codegen_initobj((&V_0), sizeof(JsonValue_t01DB320267C848E729A400EF2345979978F851D2));
|
|
(&V_0)->___type_0 = 1;
|
|
bool L_0 = ___0_val;
|
|
(&V_0)->___boolValue_1 = L_0;
|
|
JsonValue_t01DB320267C848E729A400EF2345979978F851D2 L_1 = V_0;
|
|
return L_1;
|
|
}
|
|
}
|
|
// UnityEngine.InputSystem.Utilities.JsonParser/JsonValue UnityEngine.InputSystem.Utilities.JsonParser/JsonValue::op_Implicit(System.Int64)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JsonValue_t01DB320267C848E729A400EF2345979978F851D2 JsonValue_op_Implicit_mB902B5F5A3C1D3534B4F26E73D9CA67678EEA1C4 (int64_t ___0_val, const RuntimeMethod* method)
|
|
{
|
|
JsonValue_t01DB320267C848E729A400EF2345979978F851D2 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
// return new JsonValue
|
|
// {
|
|
// type = JsonValueType.Integer,
|
|
// integerValue = val
|
|
// };
|
|
il2cpp_codegen_initobj((&V_0), sizeof(JsonValue_t01DB320267C848E729A400EF2345979978F851D2));
|
|
(&V_0)->___type_0 = 3;
|
|
int64_t L_0 = ___0_val;
|
|
(&V_0)->___integerValue_3 = L_0;
|
|
JsonValue_t01DB320267C848E729A400EF2345979978F851D2 L_1 = V_0;
|
|
return L_1;
|
|
}
|
|
}
|
|
// UnityEngine.InputSystem.Utilities.JsonParser/JsonValue UnityEngine.InputSystem.Utilities.JsonParser/JsonValue::op_Implicit(System.Double)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JsonValue_t01DB320267C848E729A400EF2345979978F851D2 JsonValue_op_Implicit_mE72F026E4B06F393EDFB13BA2B24E4E7B1E5AF0B (double ___0_val, const RuntimeMethod* method)
|
|
{
|
|
JsonValue_t01DB320267C848E729A400EF2345979978F851D2 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
// return new JsonValue
|
|
// {
|
|
// type = JsonValueType.Real,
|
|
// realValue = val
|
|
// };
|
|
il2cpp_codegen_initobj((&V_0), sizeof(JsonValue_t01DB320267C848E729A400EF2345979978F851D2));
|
|
(&V_0)->___type_0 = 2;
|
|
double L_0 = ___0_val;
|
|
(&V_0)->___realValue_2 = L_0;
|
|
JsonValue_t01DB320267C848E729A400EF2345979978F851D2 L_1 = V_0;
|
|
return L_1;
|
|
}
|
|
}
|
|
// UnityEngine.InputSystem.Utilities.JsonParser/JsonValue UnityEngine.InputSystem.Utilities.JsonParser/JsonValue::op_Implicit(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JsonValue_t01DB320267C848E729A400EF2345979978F851D2 JsonValue_op_Implicit_m5CED1A7A7550B510BE3873CABBB869BA219D06F3 (String_t* ___0_str, const RuntimeMethod* method)
|
|
{
|
|
JsonValue_t01DB320267C848E729A400EF2345979978F851D2 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
JsonString_tE22CDDA995FEFF514F3F334C93B6AB31B49773CB V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
{
|
|
// return new JsonValue
|
|
// {
|
|
// type = JsonValueType.String,
|
|
// stringValue = new JsonString { text = str }
|
|
// };
|
|
il2cpp_codegen_initobj((&V_0), sizeof(JsonValue_t01DB320267C848E729A400EF2345979978F851D2));
|
|
(&V_0)->___type_0 = 4;
|
|
il2cpp_codegen_initobj((&V_1), sizeof(JsonString_tE22CDDA995FEFF514F3F334C93B6AB31B49773CB));
|
|
String_t* L_0 = ___0_str;
|
|
Substring_t2E16755269E6716C22074D6BC0A9099915E67849 L_1;
|
|
L_1 = Substring_op_Implicit_mABF0BF448C43C80A01DE18A232F89B9EE19CDF89(L_0, NULL);
|
|
(&V_1)->___text_0 = L_1;
|
|
Il2CppCodeGenWriteBarrier((void**)&(((&(&V_1)->___text_0))->___m_String_0), (void*)NULL);
|
|
JsonString_tE22CDDA995FEFF514F3F334C93B6AB31B49773CB L_2 = V_1;
|
|
(&V_0)->___stringValue_4 = L_2;
|
|
Il2CppCodeGenWriteBarrier((void**)&((&(((&(&V_0)->___stringValue_4))->___text_0))->___m_String_0), (void*)NULL);
|
|
JsonValue_t01DB320267C848E729A400EF2345979978F851D2 L_3 = V_0;
|
|
return L_3;
|
|
}
|
|
}
|
|
// UnityEngine.InputSystem.Utilities.JsonParser/JsonValue UnityEngine.InputSystem.Utilities.JsonParser/JsonValue::op_Implicit(UnityEngine.InputSystem.Utilities.JsonParser/JsonString)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JsonValue_t01DB320267C848E729A400EF2345979978F851D2 JsonValue_op_Implicit_m7B603F2A2FFE1EFFA123B06D7C41565DDDE53E50 (JsonString_tE22CDDA995FEFF514F3F334C93B6AB31B49773CB ___0_str, const RuntimeMethod* method)
|
|
{
|
|
JsonValue_t01DB320267C848E729A400EF2345979978F851D2 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
// return new JsonValue
|
|
// {
|
|
// type = JsonValueType.String,
|
|
// stringValue = str
|
|
// };
|
|
il2cpp_codegen_initobj((&V_0), sizeof(JsonValue_t01DB320267C848E729A400EF2345979978F851D2));
|
|
(&V_0)->___type_0 = 4;
|
|
JsonString_tE22CDDA995FEFF514F3F334C93B6AB31B49773CB L_0 = ___0_str;
|
|
(&V_0)->___stringValue_4 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)&((&(((&(&V_0)->___stringValue_4))->___text_0))->___m_String_0), (void*)NULL);
|
|
JsonValue_t01DB320267C848E729A400EF2345979978F851D2 L_1 = V_0;
|
|
return L_1;
|
|
}
|
|
}
|
|
// UnityEngine.InputSystem.Utilities.JsonParser/JsonValue UnityEngine.InputSystem.Utilities.JsonParser/JsonValue::op_Implicit(System.Collections.Generic.List`1<UnityEngine.InputSystem.Utilities.JsonParser/JsonValue>)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JsonValue_t01DB320267C848E729A400EF2345979978F851D2 JsonValue_op_Implicit_m580A57097A5B318A3E6F5FBD586BE9280C055E87 (List_1_t4A80BCCFB0BC8742C8BB601365DB07226750573A* ___0_array, const RuntimeMethod* method)
|
|
{
|
|
JsonValue_t01DB320267C848E729A400EF2345979978F851D2 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
// return new JsonValue
|
|
// {
|
|
// type = JsonValueType.Array,
|
|
// arrayValue = array
|
|
// };
|
|
il2cpp_codegen_initobj((&V_0), sizeof(JsonValue_t01DB320267C848E729A400EF2345979978F851D2));
|
|
(&V_0)->___type_0 = 5;
|
|
List_1_t4A80BCCFB0BC8742C8BB601365DB07226750573A* L_0 = ___0_array;
|
|
(&V_0)->___arrayValue_5 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&(&V_0)->___arrayValue_5), (void*)L_0);
|
|
JsonValue_t01DB320267C848E729A400EF2345979978F851D2 L_1 = V_0;
|
|
return L_1;
|
|
}
|
|
}
|
|
// UnityEngine.InputSystem.Utilities.JsonParser/JsonValue UnityEngine.InputSystem.Utilities.JsonParser/JsonValue::op_Implicit(System.Collections.Generic.Dictionary`2<System.String,UnityEngine.InputSystem.Utilities.JsonParser/JsonValue>)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JsonValue_t01DB320267C848E729A400EF2345979978F851D2 JsonValue_op_Implicit_mC5EC1C45C958D2CAAD8BF99A420EE28B03401E19 (Dictionary_2_t6682243BDABA638FCBE4F1D9875B5B1455A7686E* ___0_obj, const RuntimeMethod* method)
|
|
{
|
|
JsonValue_t01DB320267C848E729A400EF2345979978F851D2 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
// return new JsonValue
|
|
// {
|
|
// type = JsonValueType.Object,
|
|
// objectValue = obj
|
|
// };
|
|
il2cpp_codegen_initobj((&V_0), sizeof(JsonValue_t01DB320267C848E729A400EF2345979978F851D2));
|
|
(&V_0)->___type_0 = 6;
|
|
Dictionary_2_t6682243BDABA638FCBE4F1D9875B5B1455A7686E* L_0 = ___0_obj;
|
|
(&V_0)->___objectValue_6 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&(&V_0)->___objectValue_6), (void*)L_0);
|
|
JsonValue_t01DB320267C848E729A400EF2345979978F851D2 L_1 = V_0;
|
|
return L_1;
|
|
}
|
|
}
|
|
// UnityEngine.InputSystem.Utilities.JsonParser/JsonValue UnityEngine.InputSystem.Utilities.JsonParser/JsonValue::op_Implicit(System.Enum)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JsonValue_t01DB320267C848E729A400EF2345979978F851D2 JsonValue_op_Implicit_m785C8330B868069E1CF0879894A271A6D301089A (Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2* ___0_val, const RuntimeMethod* method)
|
|
{
|
|
JsonValue_t01DB320267C848E729A400EF2345979978F851D2 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
// return new JsonValue
|
|
// {
|
|
// type = JsonValueType.Any,
|
|
// anyValue = val
|
|
// };
|
|
il2cpp_codegen_initobj((&V_0), sizeof(JsonValue_t01DB320267C848E729A400EF2345979978F851D2));
|
|
(&V_0)->___type_0 = 7;
|
|
Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2* L_0 = ___0_val;
|
|
(&V_0)->___anyValue_7 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&(&V_0)->___anyValue_7), (void*)L_0);
|
|
JsonValue_t01DB320267C848E729A400EF2345979978F851D2 L_1 = V_0;
|
|
return L_1;
|
|
}
|
|
}
|
|
// System.Boolean UnityEngine.InputSystem.Utilities.JsonParser/JsonValue::Equals(UnityEngine.InputSystem.Utilities.JsonParser/JsonValue)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool JsonValue_Equals_m07C8103209811DF912BCDE31A9E4DEDA87DB4B56 (JsonValue_t01DB320267C848E729A400EF2345979978F851D2* __this, JsonValue_t01DB320267C848E729A400EF2345979978F851D2 ___0_other, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
{
|
|
// if (type == other.type)
|
|
int32_t L_0 = __this->___type_0;
|
|
JsonValue_t01DB320267C848E729A400EF2345979978F851D2 L_1 = ___0_other;
|
|
int32_t L_2 = L_1.___type_0;
|
|
if ((!(((uint32_t)L_0) == ((uint32_t)L_2))))
|
|
{
|
|
goto IL_00a4;
|
|
}
|
|
}
|
|
{
|
|
// switch (type)
|
|
int32_t L_3 = __this->___type_0;
|
|
V_0 = L_3;
|
|
int32_t L_4 = V_0;
|
|
switch (L_4)
|
|
{
|
|
case 0:
|
|
{
|
|
goto IL_0040;
|
|
}
|
|
case 1:
|
|
{
|
|
goto IL_0042;
|
|
}
|
|
case 2:
|
|
{
|
|
goto IL_0060;
|
|
}
|
|
case 3:
|
|
{
|
|
goto IL_0051;
|
|
}
|
|
case 4:
|
|
{
|
|
goto IL_0072;
|
|
}
|
|
case 5:
|
|
{
|
|
goto IL_008a;
|
|
}
|
|
case 6:
|
|
{
|
|
goto IL_0084;
|
|
}
|
|
case 7:
|
|
{
|
|
goto IL_0090;
|
|
}
|
|
}
|
|
}
|
|
{
|
|
goto IL_00a2;
|
|
}
|
|
|
|
IL_0040:
|
|
{
|
|
// case JsonValueType.None: return true;
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0042:
|
|
{
|
|
// case JsonValueType.Bool: return boolValue == other.boolValue;
|
|
bool L_5 = __this->___boolValue_1;
|
|
JsonValue_t01DB320267C848E729A400EF2345979978F851D2 L_6 = ___0_other;
|
|
bool L_7 = L_6.___boolValue_1;
|
|
return (bool)((((int32_t)L_5) == ((int32_t)L_7))? 1 : 0);
|
|
}
|
|
|
|
IL_0051:
|
|
{
|
|
// case JsonValueType.Integer: return integerValue == other.integerValue;
|
|
int64_t L_8 = __this->___integerValue_3;
|
|
JsonValue_t01DB320267C848E729A400EF2345979978F851D2 L_9 = ___0_other;
|
|
int64_t L_10 = L_9.___integerValue_3;
|
|
return (bool)((((int64_t)L_8) == ((int64_t)L_10))? 1 : 0);
|
|
}
|
|
|
|
IL_0060:
|
|
{
|
|
// case JsonValueType.Real: return NumberHelpers.Approximately(realValue, other.realValue);
|
|
double L_11 = __this->___realValue_2;
|
|
JsonValue_t01DB320267C848E729A400EF2345979978F851D2 L_12 = ___0_other;
|
|
double L_13 = L_12.___realValue_2;
|
|
bool L_14;
|
|
L_14 = NumberHelpers_Approximately_mE629167A20513BA6F12F46340969A248EA4C8725_inline(L_11, L_13, NULL);
|
|
return L_14;
|
|
}
|
|
|
|
IL_0072:
|
|
{
|
|
// case JsonValueType.String: return stringValue == other.stringValue;
|
|
JsonString_tE22CDDA995FEFF514F3F334C93B6AB31B49773CB L_15 = __this->___stringValue_4;
|
|
JsonValue_t01DB320267C848E729A400EF2345979978F851D2 L_16 = ___0_other;
|
|
JsonString_tE22CDDA995FEFF514F3F334C93B6AB31B49773CB L_17 = L_16.___stringValue_4;
|
|
bool L_18;
|
|
L_18 = JsonString_op_Equality_mC708C3CB7867A6D3914BE13117EA235A37AA2827(L_15, L_17, NULL);
|
|
return L_18;
|
|
}
|
|
|
|
IL_0084:
|
|
{
|
|
// case JsonValueType.Object: throw new NotImplementedException();
|
|
NotImplementedException_t6366FE4DCF15094C51F4833B91A2AE68D4DA90E8* L_19 = (NotImplementedException_t6366FE4DCF15094C51F4833B91A2AE68D4DA90E8*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotImplementedException_t6366FE4DCF15094C51F4833B91A2AE68D4DA90E8_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_19);
|
|
NotImplementedException__ctor_mDAB47BC6BD0E342E8F2171E5CABE3E67EA049F1C(L_19, NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_19, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JsonValue_Equals_m07C8103209811DF912BCDE31A9E4DEDA87DB4B56_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_008a:
|
|
{
|
|
// case JsonValueType.Array: throw new NotImplementedException();
|
|
NotImplementedException_t6366FE4DCF15094C51F4833B91A2AE68D4DA90E8* L_20 = (NotImplementedException_t6366FE4DCF15094C51F4833B91A2AE68D4DA90E8*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotImplementedException_t6366FE4DCF15094C51F4833B91A2AE68D4DA90E8_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_20);
|
|
NotImplementedException__ctor_mDAB47BC6BD0E342E8F2171E5CABE3E67EA049F1C(L_20, NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_20, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JsonValue_Equals_m07C8103209811DF912BCDE31A9E4DEDA87DB4B56_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_0090:
|
|
{
|
|
// case JsonValueType.Any: return anyValue.Equals(other.anyValue);
|
|
RuntimeObject* L_21 = __this->___anyValue_7;
|
|
JsonValue_t01DB320267C848E729A400EF2345979978F851D2 L_22 = ___0_other;
|
|
RuntimeObject* L_23 = L_22.___anyValue_7;
|
|
NullCheck(L_21);
|
|
bool L_24;
|
|
L_24 = VirtualFuncInvoker1< bool, RuntimeObject* >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, L_21, L_23);
|
|
return L_24;
|
|
}
|
|
|
|
IL_00a2:
|
|
{
|
|
// return false;
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_00a4:
|
|
{
|
|
// if (anyValue != null)
|
|
RuntimeObject* L_25 = __this->___anyValue_7;
|
|
if (!L_25)
|
|
{
|
|
goto IL_00b9;
|
|
}
|
|
}
|
|
{
|
|
// return Equals(anyValue, other);
|
|
RuntimeObject* L_26 = __this->___anyValue_7;
|
|
JsonValue_t01DB320267C848E729A400EF2345979978F851D2 L_27 = ___0_other;
|
|
bool L_28;
|
|
L_28 = JsonValue_Equals_m91074DE67E37B1A2C089964D36F82170A1177B95(L_26, L_27, NULL);
|
|
return L_28;
|
|
}
|
|
|
|
IL_00b9:
|
|
{
|
|
// if (other.anyValue != null)
|
|
JsonValue_t01DB320267C848E729A400EF2345979978F851D2 L_29 = ___0_other;
|
|
RuntimeObject* L_30 = L_29.___anyValue_7;
|
|
if (!L_30)
|
|
{
|
|
goto IL_00d3;
|
|
}
|
|
}
|
|
{
|
|
// return Equals(other.anyValue, this);
|
|
JsonValue_t01DB320267C848E729A400EF2345979978F851D2 L_31 = ___0_other;
|
|
RuntimeObject* L_32 = L_31.___anyValue_7;
|
|
JsonValue_t01DB320267C848E729A400EF2345979978F851D2 L_33 = (*(JsonValue_t01DB320267C848E729A400EF2345979978F851D2*)__this);
|
|
bool L_34;
|
|
L_34 = JsonValue_Equals_m91074DE67E37B1A2C089964D36F82170A1177B95(L_32, L_33, NULL);
|
|
return L_34;
|
|
}
|
|
|
|
IL_00d3:
|
|
{
|
|
// return false;
|
|
return (bool)0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C bool JsonValue_Equals_m07C8103209811DF912BCDE31A9E4DEDA87DB4B56_AdjustorThunk (RuntimeObject* __this, JsonValue_t01DB320267C848E729A400EF2345979978F851D2 ___0_other, const RuntimeMethod* method)
|
|
{
|
|
JsonValue_t01DB320267C848E729A400EF2345979978F851D2* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<JsonValue_t01DB320267C848E729A400EF2345979978F851D2*>(__this + _offset);
|
|
bool _returnValue;
|
|
_returnValue = JsonValue_Equals_m07C8103209811DF912BCDE31A9E4DEDA87DB4B56(_thisAdjusted, ___0_other, method);
|
|
return _returnValue;
|
|
}
|
|
// System.Boolean UnityEngine.InputSystem.Utilities.JsonParser/JsonValue::Equals(System.Object,UnityEngine.InputSystem.Utilities.JsonParser/JsonValue)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool JsonValue_Equals_m91074DE67E37B1A2C089964D36F82170A1177B95 (RuntimeObject* ___0_obj, JsonValue_t01DB320267C848E729A400EF2345979978F851D2 ___1_value, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Convert_t7097FF336D592F7C06D88A98349A44646F91EFFC_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Double_tE150EF3D1D43DEE85D533810AB4C742307EEDE5F_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int64_t092CFB123BE63C28ACDAF65C68F21A526050DBA3_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Regex_tE773142C2BE45C5D362B0F815AFF831707A51772_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Single_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral77D38C0623F92B292B925F6E72CF5CF99A20D4EB);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB7C45DD316C68ABF3429C20058C2981C652192F2);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDBB6CDA4D5A47DA899D30151C0C04DB0958C5C1F);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE91FE173F59B063D620A934CE1A010F2B114C1F3);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE9BC8412F7672BEDC75EB21FA08240175E04E871);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF944DCD635F9801F7AC90A407FBC479964DEC024);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Regex_tE773142C2BE45C5D362B0F815AFF831707A51772* V_0 = NULL;
|
|
String_t* V_1 = NULL;
|
|
float V_2 = 0.0f;
|
|
double V_3 = 0.0;
|
|
int32_t V_4 = 0;
|
|
int64_t V_5 = 0;
|
|
bool V_6 = false;
|
|
int64_t V_7 = 0;
|
|
double V_8 = 0.0;
|
|
int32_t V_9 = 0;
|
|
float V_10 = 0.0f;
|
|
double V_11 = 0.0;
|
|
int32_t V_12 = 0;
|
|
int64_t V_13 = 0;
|
|
{
|
|
// if (obj == null)
|
|
RuntimeObject* L_0 = ___0_obj;
|
|
if (L_0)
|
|
{
|
|
goto IL_0005;
|
|
}
|
|
}
|
|
{
|
|
// return false;
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0005:
|
|
{
|
|
// if (obj is Regex regex)
|
|
RuntimeObject* L_1 = ___0_obj;
|
|
V_0 = ((Regex_tE773142C2BE45C5D362B0F815AFF831707A51772*)IsInstClass((RuntimeObject*)L_1, Regex_tE773142C2BE45C5D362B0F815AFF831707A51772_il2cpp_TypeInfo_var));
|
|
Regex_tE773142C2BE45C5D362B0F815AFF831707A51772* L_2 = V_0;
|
|
if (!L_2)
|
|
{
|
|
goto IL_0023;
|
|
}
|
|
}
|
|
{
|
|
// return regex.IsMatch(value.ToString());
|
|
Regex_tE773142C2BE45C5D362B0F815AFF831707A51772* L_3 = V_0;
|
|
String_t* L_4;
|
|
L_4 = JsonValue_ToString_mCB50C1E9FCBE4DE2DBFB1307A3E3B54DD87B8D8B((&___1_value), NULL);
|
|
NullCheck(L_3);
|
|
bool L_5;
|
|
L_5 = Regex_IsMatch_m7E96E666FBE7259D7638A3A6A21BE824D2406F49(L_3, L_4, NULL);
|
|
return L_5;
|
|
}
|
|
|
|
IL_0023:
|
|
{
|
|
// if (obj is string str)
|
|
RuntimeObject* L_6 = ___0_obj;
|
|
V_1 = ((String_t*)IsInstSealed((RuntimeObject*)L_6, String_t_il2cpp_TypeInfo_var));
|
|
String_t* L_7 = V_1;
|
|
if (!L_7)
|
|
{
|
|
goto IL_00f1;
|
|
}
|
|
}
|
|
{
|
|
// switch (value.type)
|
|
JsonValue_t01DB320267C848E729A400EF2345979978F851D2 L_8 = ___1_value;
|
|
int32_t L_9 = L_8.___type_0;
|
|
V_9 = L_9;
|
|
int32_t L_10 = V_9;
|
|
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_10, 1)))
|
|
{
|
|
case 0:
|
|
{
|
|
goto IL_0099;
|
|
}
|
|
case 1:
|
|
{
|
|
goto IL_007f;
|
|
}
|
|
case 2:
|
|
{
|
|
goto IL_0068;
|
|
}
|
|
case 3:
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
}
|
|
}
|
|
{
|
|
goto IL_00f1;
|
|
}
|
|
|
|
IL_0056:
|
|
{
|
|
// case JsonValueType.String: return value.stringValue == str;
|
|
JsonValue_t01DB320267C848E729A400EF2345979978F851D2 L_11 = ___1_value;
|
|
JsonString_tE22CDDA995FEFF514F3F334C93B6AB31B49773CB L_12 = L_11.___stringValue_4;
|
|
String_t* L_13 = V_1;
|
|
JsonString_tE22CDDA995FEFF514F3F334C93B6AB31B49773CB L_14;
|
|
L_14 = JsonString_op_Implicit_m8582B0BD013F021A6B6FA644F73947BC61E94BE8(L_13, NULL);
|
|
bool L_15;
|
|
L_15 = JsonString_op_Equality_mC708C3CB7867A6D3914BE13117EA235A37AA2827(L_12, L_14, NULL);
|
|
return L_15;
|
|
}
|
|
|
|
IL_0068:
|
|
{
|
|
// case JsonValueType.Integer: return long.TryParse(str, out var si) && si == value.integerValue;
|
|
String_t* L_16 = V_1;
|
|
bool L_17;
|
|
L_17 = Int64_TryParse_m3FC0128C89CC2331239FC2A0A749BF33455F03D2(L_16, (&V_7), NULL);
|
|
if (!L_17)
|
|
{
|
|
goto IL_007d;
|
|
}
|
|
}
|
|
{
|
|
int64_t L_18 = V_7;
|
|
JsonValue_t01DB320267C848E729A400EF2345979978F851D2 L_19 = ___1_value;
|
|
int64_t L_20 = L_19.___integerValue_3;
|
|
return (bool)((((int64_t)L_18) == ((int64_t)L_20))? 1 : 0);
|
|
}
|
|
|
|
IL_007d:
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_007f:
|
|
{
|
|
// return double.TryParse(str, out var sf) && NumberHelpers.Approximately(sf, value.realValue);
|
|
String_t* L_21 = V_1;
|
|
bool L_22;
|
|
L_22 = Double_TryParse_m60AD55BC181D70F661BC2A2294E66B5466C3C018(L_21, (&V_8), NULL);
|
|
if (!L_22)
|
|
{
|
|
goto IL_0097;
|
|
}
|
|
}
|
|
{
|
|
double L_23 = V_8;
|
|
JsonValue_t01DB320267C848E729A400EF2345979978F851D2 L_24 = ___1_value;
|
|
double L_25 = L_24.___realValue_2;
|
|
bool L_26;
|
|
L_26 = NumberHelpers_Approximately_mE629167A20513BA6F12F46340969A248EA4C8725_inline(L_23, L_25, NULL);
|
|
return L_26;
|
|
}
|
|
|
|
IL_0097:
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0099:
|
|
{
|
|
// if (value.boolValue)
|
|
JsonValue_t01DB320267C848E729A400EF2345979978F851D2 L_27 = ___1_value;
|
|
bool L_28 = L_27.___boolValue_1;
|
|
if (!L_28)
|
|
{
|
|
goto IL_00c9;
|
|
}
|
|
}
|
|
{
|
|
// return str == "True" || str == "true" || str == "1";
|
|
String_t* L_29 = V_1;
|
|
bool L_30;
|
|
L_30 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_29, _stringLiteralE9BC8412F7672BEDC75EB21FA08240175E04E871, NULL);
|
|
if (L_30)
|
|
{
|
|
goto IL_00c7;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_31 = V_1;
|
|
bool L_32;
|
|
L_32 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_31, _stringLiteralB7C45DD316C68ABF3429C20058C2981C652192F2, NULL);
|
|
if (L_32)
|
|
{
|
|
goto IL_00c7;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_33 = V_1;
|
|
bool L_34;
|
|
L_34 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_33, _stringLiteralE91FE173F59B063D620A934CE1A010F2B114C1F3, NULL);
|
|
return L_34;
|
|
}
|
|
|
|
IL_00c7:
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_00c9:
|
|
{
|
|
// return str == "False" || str == "false" || str == "0";
|
|
String_t* L_35 = V_1;
|
|
bool L_36;
|
|
L_36 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_35, _stringLiteralDBB6CDA4D5A47DA899D30151C0C04DB0958C5C1F, NULL);
|
|
if (L_36)
|
|
{
|
|
goto IL_00ef;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_37 = V_1;
|
|
bool L_38;
|
|
L_38 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_37, _stringLiteral77D38C0623F92B292B925F6E72CF5CF99A20D4EB, NULL);
|
|
if (L_38)
|
|
{
|
|
goto IL_00ef;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_39 = V_1;
|
|
bool L_40;
|
|
L_40 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_39, _stringLiteralF944DCD635F9801F7AC90A407FBC479964DEC024, NULL);
|
|
return L_40;
|
|
}
|
|
|
|
IL_00ef:
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_00f1:
|
|
{
|
|
// if (obj is float f)
|
|
RuntimeObject* L_41 = ___0_obj;
|
|
if (!((RuntimeObject*)IsInstSealed((RuntimeObject*)L_41, Single_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_il2cpp_TypeInfo_var)))
|
|
{
|
|
goto IL_0141;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject* L_42 = ___0_obj;
|
|
V_2 = ((*(float*)((float*)(float*)UnBox(L_42, Single_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_il2cpp_TypeInfo_var))));
|
|
// if (value.type == JsonValueType.Real)
|
|
JsonValue_t01DB320267C848E729A400EF2345979978F851D2 L_43 = ___1_value;
|
|
int32_t L_44 = L_43.___type_0;
|
|
if ((!(((uint32_t)L_44) == ((uint32_t)2))))
|
|
{
|
|
goto IL_0117;
|
|
}
|
|
}
|
|
{
|
|
// return NumberHelpers.Approximately(f, value.realValue);
|
|
float L_45 = V_2;
|
|
JsonValue_t01DB320267C848E729A400EF2345979978F851D2 L_46 = ___1_value;
|
|
double L_47 = L_46.___realValue_2;
|
|
bool L_48;
|
|
L_48 = NumberHelpers_Approximately_mE629167A20513BA6F12F46340969A248EA4C8725_inline(((double)L_45), L_47, NULL);
|
|
return L_48;
|
|
}
|
|
|
|
IL_0117:
|
|
{
|
|
// if (value.type == JsonValueType.String)
|
|
JsonValue_t01DB320267C848E729A400EF2345979978F851D2 L_49 = ___1_value;
|
|
int32_t L_50 = L_49.___type_0;
|
|
if ((!(((uint32_t)L_50) == ((uint32_t)4))))
|
|
{
|
|
goto IL_0141;
|
|
}
|
|
}
|
|
{
|
|
// return float.TryParse(value.ToString(), out var otherF) && Mathf.Approximately(f, otherF);
|
|
String_t* L_51;
|
|
L_51 = JsonValue_ToString_mCB50C1E9FCBE4DE2DBFB1307A3E3B54DD87B8D8B((&___1_value), NULL);
|
|
bool L_52;
|
|
L_52 = Single_TryParse_mC39FC2D8F1F33DE64685F3A8CE6BDD2164FB9423(L_51, (&V_10), NULL);
|
|
if (!L_52)
|
|
{
|
|
goto IL_013f;
|
|
}
|
|
}
|
|
{
|
|
float L_53 = V_2;
|
|
float L_54 = V_10;
|
|
bool L_55;
|
|
L_55 = Mathf_Approximately_m1DADD012A8FC82E11FB282501AE2EBBF9A77150B_inline(L_53, L_54, NULL);
|
|
return L_55;
|
|
}
|
|
|
|
IL_013f:
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0141:
|
|
{
|
|
// if (obj is double d)
|
|
RuntimeObject* L_56 = ___0_obj;
|
|
if (!((RuntimeObject*)IsInstSealed((RuntimeObject*)L_56, Double_tE150EF3D1D43DEE85D533810AB4C742307EEDE5F_il2cpp_TypeInfo_var)))
|
|
{
|
|
goto IL_0190;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject* L_57 = ___0_obj;
|
|
V_3 = ((*(double*)((double*)(double*)UnBox(L_57, Double_tE150EF3D1D43DEE85D533810AB4C742307EEDE5F_il2cpp_TypeInfo_var))));
|
|
// if (value.type == JsonValueType.Real)
|
|
JsonValue_t01DB320267C848E729A400EF2345979978F851D2 L_58 = ___1_value;
|
|
int32_t L_59 = L_58.___type_0;
|
|
if ((!(((uint32_t)L_59) == ((uint32_t)2))))
|
|
{
|
|
goto IL_0166;
|
|
}
|
|
}
|
|
{
|
|
// return NumberHelpers.Approximately(d, value.realValue);
|
|
double L_60 = V_3;
|
|
JsonValue_t01DB320267C848E729A400EF2345979978F851D2 L_61 = ___1_value;
|
|
double L_62 = L_61.___realValue_2;
|
|
bool L_63;
|
|
L_63 = NumberHelpers_Approximately_mE629167A20513BA6F12F46340969A248EA4C8725_inline(L_60, L_62, NULL);
|
|
return L_63;
|
|
}
|
|
|
|
IL_0166:
|
|
{
|
|
// if (value.type == JsonValueType.String)
|
|
JsonValue_t01DB320267C848E729A400EF2345979978F851D2 L_64 = ___1_value;
|
|
int32_t L_65 = L_64.___type_0;
|
|
if ((!(((uint32_t)L_65) == ((uint32_t)4))))
|
|
{
|
|
goto IL_0190;
|
|
}
|
|
}
|
|
{
|
|
// return double.TryParse(value.ToString(), out var otherD) &&
|
|
// NumberHelpers.Approximately(d, otherD);
|
|
String_t* L_66;
|
|
L_66 = JsonValue_ToString_mCB50C1E9FCBE4DE2DBFB1307A3E3B54DD87B8D8B((&___1_value), NULL);
|
|
bool L_67;
|
|
L_67 = Double_TryParse_m60AD55BC181D70F661BC2A2294E66B5466C3C018(L_66, (&V_11), NULL);
|
|
if (!L_67)
|
|
{
|
|
goto IL_018e;
|
|
}
|
|
}
|
|
{
|
|
double L_68 = V_3;
|
|
double L_69 = V_11;
|
|
bool L_70;
|
|
L_70 = NumberHelpers_Approximately_mE629167A20513BA6F12F46340969A248EA4C8725_inline(L_68, L_69, NULL);
|
|
return L_70;
|
|
}
|
|
|
|
IL_018e:
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0190:
|
|
{
|
|
// if (obj is int i)
|
|
RuntimeObject* L_71 = ___0_obj;
|
|
if (!((RuntimeObject*)IsInstSealed((RuntimeObject*)L_71, Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var)))
|
|
{
|
|
goto IL_01dd;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject* L_72 = ___0_obj;
|
|
V_4 = ((*(int32_t*)((int32_t*)(int32_t*)UnBox(L_72, Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var))));
|
|
// if (value.type == JsonValueType.Integer)
|
|
JsonValue_t01DB320267C848E729A400EF2345979978F851D2 L_73 = ___1_value;
|
|
int32_t L_74 = L_73.___type_0;
|
|
if ((!(((uint32_t)L_74) == ((uint32_t)3))))
|
|
{
|
|
goto IL_01b5;
|
|
}
|
|
}
|
|
{
|
|
// return i == value.integerValue;
|
|
int32_t L_75 = V_4;
|
|
JsonValue_t01DB320267C848E729A400EF2345979978F851D2 L_76 = ___1_value;
|
|
int64_t L_77 = L_76.___integerValue_3;
|
|
return (bool)((((int64_t)((int64_t)L_75)) == ((int64_t)L_77))? 1 : 0);
|
|
}
|
|
|
|
IL_01b5:
|
|
{
|
|
// if (value.type == JsonValueType.String)
|
|
JsonValue_t01DB320267C848E729A400EF2345979978F851D2 L_78 = ___1_value;
|
|
int32_t L_79 = L_78.___type_0;
|
|
if ((!(((uint32_t)L_79) == ((uint32_t)4))))
|
|
{
|
|
goto IL_01dd;
|
|
}
|
|
}
|
|
{
|
|
// return int.TryParse(value.ToString(), out var otherI) && i == otherI;
|
|
String_t* L_80;
|
|
L_80 = JsonValue_ToString_mCB50C1E9FCBE4DE2DBFB1307A3E3B54DD87B8D8B((&___1_value), NULL);
|
|
bool L_81;
|
|
L_81 = Int32_TryParse_mC928DE2FEC1C35ED5298BDDCA9868076E94B8A21(L_80, (&V_12), NULL);
|
|
if (!L_81)
|
|
{
|
|
goto IL_01db;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_82 = V_4;
|
|
int32_t L_83 = V_12;
|
|
return (bool)((((int32_t)L_82) == ((int32_t)L_83))? 1 : 0);
|
|
}
|
|
|
|
IL_01db:
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_01dd:
|
|
{
|
|
// if (obj is long l)
|
|
RuntimeObject* L_84 = ___0_obj;
|
|
if (!((RuntimeObject*)IsInstSealed((RuntimeObject*)L_84, Int64_t092CFB123BE63C28ACDAF65C68F21A526050DBA3_il2cpp_TypeInfo_var)))
|
|
{
|
|
goto IL_0229;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject* L_85 = ___0_obj;
|
|
V_5 = ((*(int64_t*)((int64_t*)(int64_t*)UnBox(L_85, Int64_t092CFB123BE63C28ACDAF65C68F21A526050DBA3_il2cpp_TypeInfo_var))));
|
|
// if (value.type == JsonValueType.Integer)
|
|
JsonValue_t01DB320267C848E729A400EF2345979978F851D2 L_86 = ___1_value;
|
|
int32_t L_87 = L_86.___type_0;
|
|
if ((!(((uint32_t)L_87) == ((uint32_t)3))))
|
|
{
|
|
goto IL_0201;
|
|
}
|
|
}
|
|
{
|
|
// return l == value.integerValue;
|
|
int64_t L_88 = V_5;
|
|
JsonValue_t01DB320267C848E729A400EF2345979978F851D2 L_89 = ___1_value;
|
|
int64_t L_90 = L_89.___integerValue_3;
|
|
return (bool)((((int64_t)L_88) == ((int64_t)L_90))? 1 : 0);
|
|
}
|
|
|
|
IL_0201:
|
|
{
|
|
// if (value.type == JsonValueType.String)
|
|
JsonValue_t01DB320267C848E729A400EF2345979978F851D2 L_91 = ___1_value;
|
|
int32_t L_92 = L_91.___type_0;
|
|
if ((!(((uint32_t)L_92) == ((uint32_t)4))))
|
|
{
|
|
goto IL_0229;
|
|
}
|
|
}
|
|
{
|
|
// return long.TryParse(value.ToString(), out var otherL) && l == otherL;
|
|
String_t* L_93;
|
|
L_93 = JsonValue_ToString_mCB50C1E9FCBE4DE2DBFB1307A3E3B54DD87B8D8B((&___1_value), NULL);
|
|
bool L_94;
|
|
L_94 = Int64_TryParse_m3FC0128C89CC2331239FC2A0A749BF33455F03D2(L_93, (&V_13), NULL);
|
|
if (!L_94)
|
|
{
|
|
goto IL_0227;
|
|
}
|
|
}
|
|
{
|
|
int64_t L_95 = V_5;
|
|
int64_t L_96 = V_13;
|
|
return (bool)((((int64_t)L_95) == ((int64_t)L_96))? 1 : 0);
|
|
}
|
|
|
|
IL_0227:
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0229:
|
|
{
|
|
// if (obj is bool b)
|
|
RuntimeObject* L_97 = ___0_obj;
|
|
if (!((RuntimeObject*)IsInstSealed((RuntimeObject*)L_97, Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_il2cpp_TypeInfo_var)))
|
|
{
|
|
goto IL_02ec;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject* L_98 = ___0_obj;
|
|
V_6 = ((*(bool*)((bool*)(bool*)UnBox(L_98, Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_il2cpp_TypeInfo_var))));
|
|
// if (value.type == JsonValueType.Bool)
|
|
JsonValue_t01DB320267C848E729A400EF2345979978F851D2 L_99 = ___1_value;
|
|
int32_t L_100 = L_99.___type_0;
|
|
if ((!(((uint32_t)L_100) == ((uint32_t)1))))
|
|
{
|
|
goto IL_0250;
|
|
}
|
|
}
|
|
{
|
|
// return b == value.boolValue;
|
|
bool L_101 = V_6;
|
|
JsonValue_t01DB320267C848E729A400EF2345979978F851D2 L_102 = ___1_value;
|
|
bool L_103 = L_102.___boolValue_1;
|
|
return (bool)((((int32_t)L_101) == ((int32_t)L_103))? 1 : 0);
|
|
}
|
|
|
|
IL_0250:
|
|
{
|
|
// if (value.type == JsonValueType.String)
|
|
JsonValue_t01DB320267C848E729A400EF2345979978F851D2 L_104 = ___1_value;
|
|
int32_t L_105 = L_104.___type_0;
|
|
if ((!(((uint32_t)L_105) == ((uint32_t)4))))
|
|
{
|
|
goto IL_02ec;
|
|
}
|
|
}
|
|
{
|
|
// if (b)
|
|
bool L_106 = V_6;
|
|
if (!L_106)
|
|
{
|
|
goto IL_02a6;
|
|
}
|
|
}
|
|
{
|
|
// return value.stringValue == "true" || value.stringValue == "True" ||
|
|
// value.stringValue == "1";
|
|
JsonValue_t01DB320267C848E729A400EF2345979978F851D2 L_107 = ___1_value;
|
|
JsonString_tE22CDDA995FEFF514F3F334C93B6AB31B49773CB L_108 = L_107.___stringValue_4;
|
|
JsonString_tE22CDDA995FEFF514F3F334C93B6AB31B49773CB L_109;
|
|
L_109 = JsonString_op_Implicit_m8582B0BD013F021A6B6FA644F73947BC61E94BE8(_stringLiteralB7C45DD316C68ABF3429C20058C2981C652192F2, NULL);
|
|
bool L_110;
|
|
L_110 = JsonString_op_Equality_mC708C3CB7867A6D3914BE13117EA235A37AA2827(L_108, L_109, NULL);
|
|
if (L_110)
|
|
{
|
|
goto IL_02a4;
|
|
}
|
|
}
|
|
{
|
|
JsonValue_t01DB320267C848E729A400EF2345979978F851D2 L_111 = ___1_value;
|
|
JsonString_tE22CDDA995FEFF514F3F334C93B6AB31B49773CB L_112 = L_111.___stringValue_4;
|
|
JsonString_tE22CDDA995FEFF514F3F334C93B6AB31B49773CB L_113;
|
|
L_113 = JsonString_op_Implicit_m8582B0BD013F021A6B6FA644F73947BC61E94BE8(_stringLiteralE9BC8412F7672BEDC75EB21FA08240175E04E871, NULL);
|
|
bool L_114;
|
|
L_114 = JsonString_op_Equality_mC708C3CB7867A6D3914BE13117EA235A37AA2827(L_112, L_113, NULL);
|
|
if (L_114)
|
|
{
|
|
goto IL_02a4;
|
|
}
|
|
}
|
|
{
|
|
JsonValue_t01DB320267C848E729A400EF2345979978F851D2 L_115 = ___1_value;
|
|
JsonString_tE22CDDA995FEFF514F3F334C93B6AB31B49773CB L_116 = L_115.___stringValue_4;
|
|
JsonString_tE22CDDA995FEFF514F3F334C93B6AB31B49773CB L_117;
|
|
L_117 = JsonString_op_Implicit_m8582B0BD013F021A6B6FA644F73947BC61E94BE8(_stringLiteralE91FE173F59B063D620A934CE1A010F2B114C1F3, NULL);
|
|
bool L_118;
|
|
L_118 = JsonString_op_Equality_mC708C3CB7867A6D3914BE13117EA235A37AA2827(L_116, L_117, NULL);
|
|
return L_118;
|
|
}
|
|
|
|
IL_02a4:
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_02a6:
|
|
{
|
|
// return value.stringValue == "false" || value.stringValue == "False" ||
|
|
// value.stringValue == "0";
|
|
JsonValue_t01DB320267C848E729A400EF2345979978F851D2 L_119 = ___1_value;
|
|
JsonString_tE22CDDA995FEFF514F3F334C93B6AB31B49773CB L_120 = L_119.___stringValue_4;
|
|
JsonString_tE22CDDA995FEFF514F3F334C93B6AB31B49773CB L_121;
|
|
L_121 = JsonString_op_Implicit_m8582B0BD013F021A6B6FA644F73947BC61E94BE8(_stringLiteral77D38C0623F92B292B925F6E72CF5CF99A20D4EB, NULL);
|
|
bool L_122;
|
|
L_122 = JsonString_op_Equality_mC708C3CB7867A6D3914BE13117EA235A37AA2827(L_120, L_121, NULL);
|
|
if (L_122)
|
|
{
|
|
goto IL_02ea;
|
|
}
|
|
}
|
|
{
|
|
JsonValue_t01DB320267C848E729A400EF2345979978F851D2 L_123 = ___1_value;
|
|
JsonString_tE22CDDA995FEFF514F3F334C93B6AB31B49773CB L_124 = L_123.___stringValue_4;
|
|
JsonString_tE22CDDA995FEFF514F3F334C93B6AB31B49773CB L_125;
|
|
L_125 = JsonString_op_Implicit_m8582B0BD013F021A6B6FA644F73947BC61E94BE8(_stringLiteralDBB6CDA4D5A47DA899D30151C0C04DB0958C5C1F, NULL);
|
|
bool L_126;
|
|
L_126 = JsonString_op_Equality_mC708C3CB7867A6D3914BE13117EA235A37AA2827(L_124, L_125, NULL);
|
|
if (L_126)
|
|
{
|
|
goto IL_02ea;
|
|
}
|
|
}
|
|
{
|
|
JsonValue_t01DB320267C848E729A400EF2345979978F851D2 L_127 = ___1_value;
|
|
JsonString_tE22CDDA995FEFF514F3F334C93B6AB31B49773CB L_128 = L_127.___stringValue_4;
|
|
JsonString_tE22CDDA995FEFF514F3F334C93B6AB31B49773CB L_129;
|
|
L_129 = JsonString_op_Implicit_m8582B0BD013F021A6B6FA644F73947BC61E94BE8(_stringLiteralF944DCD635F9801F7AC90A407FBC479964DEC024, NULL);
|
|
bool L_130;
|
|
L_130 = JsonString_op_Equality_mC708C3CB7867A6D3914BE13117EA235A37AA2827(L_128, L_129, NULL);
|
|
return L_130;
|
|
}
|
|
|
|
IL_02ea:
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_02ec:
|
|
{
|
|
// if (obj is Enum)
|
|
RuntimeObject* L_131 = ___0_obj;
|
|
if (!((Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2*)IsInstClass((RuntimeObject*)L_131, Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2_il2cpp_TypeInfo_var)))
|
|
{
|
|
goto IL_0332;
|
|
}
|
|
}
|
|
{
|
|
// if (value.type == JsonValueType.Integer)
|
|
JsonValue_t01DB320267C848E729A400EF2345979978F851D2 L_132 = ___1_value;
|
|
int32_t L_133 = L_132.___type_0;
|
|
if ((!(((uint32_t)L_133) == ((uint32_t)3))))
|
|
{
|
|
goto IL_030c;
|
|
}
|
|
}
|
|
{
|
|
// return Convert.ToInt64(obj) == value.integerValue;
|
|
RuntimeObject* L_134 = ___0_obj;
|
|
il2cpp_codegen_runtime_class_init_inline(Convert_t7097FF336D592F7C06D88A98349A44646F91EFFC_il2cpp_TypeInfo_var);
|
|
int64_t L_135;
|
|
L_135 = Convert_ToInt64_mB980D7B1AB7B7071D416EE892C2B736D712BE1B5(L_134, NULL);
|
|
JsonValue_t01DB320267C848E729A400EF2345979978F851D2 L_136 = ___1_value;
|
|
int64_t L_137 = L_136.___integerValue_3;
|
|
return (bool)((((int64_t)L_135) == ((int64_t)L_137))? 1 : 0);
|
|
}
|
|
|
|
IL_030c:
|
|
{
|
|
// if (value.type == JsonValueType.String)
|
|
JsonValue_t01DB320267C848E729A400EF2345979978F851D2 L_138 = ___1_value;
|
|
int32_t L_139 = L_138.___type_0;
|
|
if ((!(((uint32_t)L_139) == ((uint32_t)4))))
|
|
{
|
|
goto IL_0332;
|
|
}
|
|
}
|
|
{
|
|
// return value.stringValue == Enum.GetName(obj.GetType(), obj);
|
|
JsonValue_t01DB320267C848E729A400EF2345979978F851D2 L_140 = ___1_value;
|
|
JsonString_tE22CDDA995FEFF514F3F334C93B6AB31B49773CB L_141 = L_140.___stringValue_4;
|
|
RuntimeObject* L_142 = ___0_obj;
|
|
NullCheck(L_142);
|
|
Type_t* L_143;
|
|
L_143 = Object_GetType_mE10A8FC1E57F3DF29972CCBC026C2DC3942263B3(L_142, NULL);
|
|
RuntimeObject* L_144 = ___0_obj;
|
|
il2cpp_codegen_runtime_class_init_inline(Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2_il2cpp_TypeInfo_var);
|
|
String_t* L_145;
|
|
L_145 = Enum_GetName_m05FE85181853F756BA6BB2C033DD3590E6114D29(L_143, L_144, NULL);
|
|
JsonString_tE22CDDA995FEFF514F3F334C93B6AB31B49773CB L_146;
|
|
L_146 = JsonString_op_Implicit_m8582B0BD013F021A6B6FA644F73947BC61E94BE8(L_145, NULL);
|
|
bool L_147;
|
|
L_147 = JsonString_op_Equality_mC708C3CB7867A6D3914BE13117EA235A37AA2827(L_141, L_146, NULL);
|
|
return L_147;
|
|
}
|
|
|
|
IL_0332:
|
|
{
|
|
// return false;
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Boolean UnityEngine.InputSystem.Utilities.JsonParser/JsonValue::Equals(System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool JsonValue_Equals_m4A516862648D99564D5FA05FC99DF63A275D2996 (JsonValue_t01DB320267C848E729A400EF2345979978F851D2* __this, RuntimeObject* ___0_obj, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonValue_t01DB320267C848E729A400EF2345979978F851D2_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
JsonValue_t01DB320267C848E729A400EF2345979978F851D2 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
// return obj is JsonValue other && Equals(other);
|
|
RuntimeObject* L_0 = ___0_obj;
|
|
if (!((RuntimeObject*)IsInstSealed((RuntimeObject*)L_0, JsonValue_t01DB320267C848E729A400EF2345979978F851D2_il2cpp_TypeInfo_var)))
|
|
{
|
|
goto IL_0017;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject* L_1 = ___0_obj;
|
|
V_0 = ((*(JsonValue_t01DB320267C848E729A400EF2345979978F851D2*)((JsonValue_t01DB320267C848E729A400EF2345979978F851D2*)(JsonValue_t01DB320267C848E729A400EF2345979978F851D2*)UnBox(L_1, JsonValue_t01DB320267C848E729A400EF2345979978F851D2_il2cpp_TypeInfo_var))));
|
|
JsonValue_t01DB320267C848E729A400EF2345979978F851D2 L_2 = V_0;
|
|
bool L_3;
|
|
L_3 = JsonValue_Equals_m07C8103209811DF912BCDE31A9E4DEDA87DB4B56(__this, L_2, NULL);
|
|
return L_3;
|
|
}
|
|
|
|
IL_0017:
|
|
{
|
|
return (bool)0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C bool JsonValue_Equals_m4A516862648D99564D5FA05FC99DF63A275D2996_AdjustorThunk (RuntimeObject* __this, RuntimeObject* ___0_obj, const RuntimeMethod* method)
|
|
{
|
|
JsonValue_t01DB320267C848E729A400EF2345979978F851D2* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<JsonValue_t01DB320267C848E729A400EF2345979978F851D2*>(__this + _offset);
|
|
bool _returnValue;
|
|
_returnValue = JsonValue_Equals_m4A516862648D99564D5FA05FC99DF63A275D2996(_thisAdjusted, ___0_obj, method);
|
|
return _returnValue;
|
|
}
|
|
// System.Int32 UnityEngine.InputSystem.Utilities.JsonParser/JsonValue::GetHashCode()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t JsonValue_GetHashCode_m6D9DFCA9CF023D45025BB140C5A65CD21F291092 (JsonValue_t01DB320267C848E729A400EF2345979978F851D2* __this, const RuntimeMethod* method)
|
|
{
|
|
int32_t G_B2_0 = 0;
|
|
int32_t G_B1_0 = 0;
|
|
int32_t G_B3_0 = 0;
|
|
int32_t G_B3_1 = 0;
|
|
int32_t G_B5_0 = 0;
|
|
int32_t G_B4_0 = 0;
|
|
int32_t G_B6_0 = 0;
|
|
int32_t G_B6_1 = 0;
|
|
int32_t G_B8_0 = 0;
|
|
int32_t G_B7_0 = 0;
|
|
int32_t G_B9_0 = 0;
|
|
int32_t G_B9_1 = 0;
|
|
{
|
|
// var hashCode = (int)type;
|
|
int32_t L_0 = __this->___type_0;
|
|
// hashCode = (hashCode * 397) ^ boolValue.GetHashCode();
|
|
bool* L_1 = (&__this->___boolValue_1);
|
|
int32_t L_2;
|
|
L_2 = Boolean_GetHashCode_mEDB6904770C962BAF4510E5D24F08083C33900E3(L_1, NULL);
|
|
// hashCode = (hashCode * 397) ^ realValue.GetHashCode();
|
|
double* L_3 = (&__this->___realValue_2);
|
|
int32_t L_4;
|
|
L_4 = Double_GetHashCode_m3761FC05AD24D97A68FA1E8412A9454DF3880E32_inline(L_3, NULL);
|
|
// hashCode = (hashCode * 397) ^ integerValue.GetHashCode();
|
|
int64_t* L_5 = (&__this->___integerValue_3);
|
|
int32_t L_6;
|
|
L_6 = Int64_GetHashCode_mDB050BE2AC244D92B14D1DF725AAD279CDC48496(L_5, NULL);
|
|
// hashCode = (hashCode * 397) ^ stringValue.GetHashCode();
|
|
JsonString_tE22CDDA995FEFF514F3F334C93B6AB31B49773CB* L_7 = (&__this->___stringValue_4);
|
|
int32_t L_8;
|
|
L_8 = JsonString_GetHashCode_m0F0377C9DCB21C60C06220AC07470F6FF66118C5(L_7, NULL);
|
|
// hashCode = (hashCode * 397) ^ (arrayValue != null ? arrayValue.GetHashCode() : 0);
|
|
List_1_t4A80BCCFB0BC8742C8BB601365DB07226750573A* L_9 = __this->___arrayValue_5;
|
|
G_B1_0 = ((int32_t)il2cpp_codegen_multiply(((int32_t)(((int32_t)il2cpp_codegen_multiply(((int32_t)(((int32_t)il2cpp_codegen_multiply(((int32_t)(((int32_t)il2cpp_codegen_multiply(((int32_t)(((int32_t)il2cpp_codegen_multiply((int32_t)L_0, ((int32_t)397)))^L_2)), ((int32_t)397)))^L_4)), ((int32_t)397)))^L_6)), ((int32_t)397)))^L_8)), ((int32_t)397)));
|
|
if (L_9)
|
|
{
|
|
G_B2_0 = ((int32_t)il2cpp_codegen_multiply(((int32_t)(((int32_t)il2cpp_codegen_multiply(((int32_t)(((int32_t)il2cpp_codegen_multiply(((int32_t)(((int32_t)il2cpp_codegen_multiply(((int32_t)(((int32_t)il2cpp_codegen_multiply((int32_t)L_0, ((int32_t)397)))^L_2)), ((int32_t)397)))^L_4)), ((int32_t)397)))^L_6)), ((int32_t)397)))^L_8)), ((int32_t)397)));
|
|
goto IL_0065;
|
|
}
|
|
}
|
|
{
|
|
G_B3_0 = 0;
|
|
G_B3_1 = G_B1_0;
|
|
goto IL_0070;
|
|
}
|
|
|
|
IL_0065:
|
|
{
|
|
List_1_t4A80BCCFB0BC8742C8BB601365DB07226750573A* L_10 = __this->___arrayValue_5;
|
|
NullCheck(L_10);
|
|
int32_t L_11;
|
|
L_11 = VirtualFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, L_10);
|
|
G_B3_0 = L_11;
|
|
G_B3_1 = G_B2_0;
|
|
}
|
|
|
|
IL_0070:
|
|
{
|
|
// hashCode = (hashCode * 397) ^ (objectValue != null ? objectValue.GetHashCode() : 0);
|
|
Dictionary_2_t6682243BDABA638FCBE4F1D9875B5B1455A7686E* L_12 = __this->___objectValue_6;
|
|
G_B4_0 = ((int32_t)il2cpp_codegen_multiply(((int32_t)(G_B3_1^G_B3_0)), ((int32_t)397)));
|
|
if (L_12)
|
|
{
|
|
G_B5_0 = ((int32_t)il2cpp_codegen_multiply(((int32_t)(G_B3_1^G_B3_0)), ((int32_t)397)));
|
|
goto IL_0082;
|
|
}
|
|
}
|
|
{
|
|
G_B6_0 = 0;
|
|
G_B6_1 = G_B4_0;
|
|
goto IL_008d;
|
|
}
|
|
|
|
IL_0082:
|
|
{
|
|
Dictionary_2_t6682243BDABA638FCBE4F1D9875B5B1455A7686E* L_13 = __this->___objectValue_6;
|
|
NullCheck(L_13);
|
|
int32_t L_14;
|
|
L_14 = VirtualFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, L_13);
|
|
G_B6_0 = L_14;
|
|
G_B6_1 = G_B5_0;
|
|
}
|
|
|
|
IL_008d:
|
|
{
|
|
// hashCode = (hashCode * 397) ^ (anyValue != null ? anyValue.GetHashCode() : 0);
|
|
RuntimeObject* L_15 = __this->___anyValue_7;
|
|
G_B7_0 = ((int32_t)il2cpp_codegen_multiply(((int32_t)(G_B6_1^G_B6_0)), ((int32_t)397)));
|
|
if (L_15)
|
|
{
|
|
G_B8_0 = ((int32_t)il2cpp_codegen_multiply(((int32_t)(G_B6_1^G_B6_0)), ((int32_t)397)));
|
|
goto IL_009f;
|
|
}
|
|
}
|
|
{
|
|
G_B9_0 = 0;
|
|
G_B9_1 = G_B7_0;
|
|
goto IL_00aa;
|
|
}
|
|
|
|
IL_009f:
|
|
{
|
|
RuntimeObject* L_16 = __this->___anyValue_7;
|
|
NullCheck(L_16);
|
|
int32_t L_17;
|
|
L_17 = VirtualFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, L_16);
|
|
G_B9_0 = L_17;
|
|
G_B9_1 = G_B8_0;
|
|
}
|
|
|
|
IL_00aa:
|
|
{
|
|
// return hashCode;
|
|
return ((int32_t)(G_B9_1^G_B9_0));
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C int32_t JsonValue_GetHashCode_m6D9DFCA9CF023D45025BB140C5A65CD21F291092_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
JsonValue_t01DB320267C848E729A400EF2345979978F851D2* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<JsonValue_t01DB320267C848E729A400EF2345979978F851D2*>(__this + _offset);
|
|
int32_t _returnValue;
|
|
_returnValue = JsonValue_GetHashCode_m6D9DFCA9CF023D45025BB140C5A65CD21F291092(_thisAdjusted, method);
|
|
return _returnValue;
|
|
}
|
|
// System.Boolean UnityEngine.InputSystem.Utilities.JsonParser/JsonValue::op_Equality(UnityEngine.InputSystem.Utilities.JsonParser/JsonValue,UnityEngine.InputSystem.Utilities.JsonParser/JsonValue)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool JsonValue_op_Equality_m6D5E835A0CD7FE0E05F2DAC1D10643D8C92C1966 (JsonValue_t01DB320267C848E729A400EF2345979978F851D2 ___0_left, JsonValue_t01DB320267C848E729A400EF2345979978F851D2 ___1_right, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// return left.Equals(right);
|
|
JsonValue_t01DB320267C848E729A400EF2345979978F851D2 L_0 = ___1_right;
|
|
bool L_1;
|
|
L_1 = JsonValue_Equals_m07C8103209811DF912BCDE31A9E4DEDA87DB4B56((&___0_left), L_0, NULL);
|
|
return L_1;
|
|
}
|
|
}
|
|
// System.Boolean UnityEngine.InputSystem.Utilities.JsonParser/JsonValue::op_Inequality(UnityEngine.InputSystem.Utilities.JsonParser/JsonValue,UnityEngine.InputSystem.Utilities.JsonParser/JsonValue)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool JsonValue_op_Inequality_mCBFD4AB072FA27B877CE1E2001E0ED6E1CE2B9C4 (JsonValue_t01DB320267C848E729A400EF2345979978F851D2 ___0_left, JsonValue_t01DB320267C848E729A400EF2345979978F851D2 ___1_right, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// return !left.Equals(right);
|
|
JsonValue_t01DB320267C848E729A400EF2345979978F851D2 L_0 = ___1_right;
|
|
bool L_1;
|
|
L_1 = JsonValue_Equals_m07C8103209811DF912BCDE31A9E4DEDA87DB4B56((&___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
|
|
// System.Void UnityEngine.InputSystem.Utilities.JsonParser/JsonValue/<>c::.cctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__cctor_mCDDE2A08EE00787DF44FEE408CEFE180347C0A0C (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_tDE78E61C4107E524195BB8E60CAB17643215F740_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
U3CU3Ec_tDE78E61C4107E524195BB8E60CAB17643215F740* L_0 = (U3CU3Ec_tDE78E61C4107E524195BB8E60CAB17643215F740*)il2cpp_codegen_object_new(U3CU3Ec_tDE78E61C4107E524195BB8E60CAB17643215F740_il2cpp_TypeInfo_var);
|
|
NullCheck(L_0);
|
|
U3CU3Ec__ctor_mF5FDEAE943A79ACEDDBD71C7BB62786CC89BEAB6(L_0, NULL);
|
|
((U3CU3Ec_tDE78E61C4107E524195BB8E60CAB17643215F740_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tDE78E61C4107E524195BB8E60CAB17643215F740_il2cpp_TypeInfo_var))->___U3CU3E9_0 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((U3CU3Ec_tDE78E61C4107E524195BB8E60CAB17643215F740_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tDE78E61C4107E524195BB8E60CAB17643215F740_il2cpp_TypeInfo_var))->___U3CU3E9_0), (void*)L_0);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.InputSystem.Utilities.JsonParser/JsonValue/<>c::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__ctor_mF5FDEAE943A79ACEDDBD71C7BB62786CC89BEAB6 (U3CU3Ec_tDE78E61C4107E524195BB8E60CAB17643215F740* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.String UnityEngine.InputSystem.Utilities.JsonParser/JsonValue/<>c::<ToString>b__11_0(UnityEngine.InputSystem.Utilities.JsonParser/JsonValue)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* U3CU3Ec_U3CToStringU3Eb__11_0_m99E92EFA116F96F9CEE6DA459E78B6C82569CFDC (U3CU3Ec_tDE78E61C4107E524195BB8E60CAB17643215F740* __this, JsonValue_t01DB320267C848E729A400EF2345979978F851D2 ___0_x, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// return $"[{string.Join(",", arrayValue.Select(x => x.ToString()))}]";
|
|
String_t* L_0;
|
|
L_0 = JsonValue_ToString_mCB50C1E9FCBE4DE2DBFB1307A3E3B54DD87B8D8B((&___0_x), NULL);
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.String UnityEngine.InputSystem.Utilities.JsonParser/JsonValue/<>c::<ToString>b__11_1(System.Collections.Generic.KeyValuePair`2<System.String,UnityEngine.InputSystem.Utilities.JsonParser/JsonValue>)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* U3CU3Ec_U3CToStringU3Eb__11_1_mD596E1D76B6237AB4112E003D11D435F66C74FFF (U3CU3Ec_tDE78E61C4107E524195BB8E60CAB17643215F740* __this, KeyValuePair_2_t3B08CB565546FAA05345E98661ADF3C33916BDE8 ___0_pair, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonValue_t01DB320267C848E729A400EF2345979978F851D2_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KeyValuePair_2_get_Key_mA6B7939F0F23E60DD9D23F856D215FBA7BB004C3_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KeyValuePair_2_get_Value_m4493E1071982412E337500E6AA0B45E1BBC4EACD_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral987DBAD62F58327E403CC7854409712A13BD33B8);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// var elements = objectValue.Select(pair => $"\"{pair.Key}\" : \"{pair.Value}\"");
|
|
String_t* L_0;
|
|
L_0 = KeyValuePair_2_get_Key_mA6B7939F0F23E60DD9D23F856D215FBA7BB004C3_inline((&___0_pair), KeyValuePair_2_get_Key_mA6B7939F0F23E60DD9D23F856D215FBA7BB004C3_RuntimeMethod_var);
|
|
JsonValue_t01DB320267C848E729A400EF2345979978F851D2 L_1;
|
|
L_1 = KeyValuePair_2_get_Value_m4493E1071982412E337500E6AA0B45E1BBC4EACD_inline((&___0_pair), KeyValuePair_2_get_Value_m4493E1071982412E337500E6AA0B45E1BBC4EACD_RuntimeMethod_var);
|
|
JsonValue_t01DB320267C848E729A400EF2345979978F851D2 L_2 = L_1;
|
|
RuntimeObject* L_3 = Box(JsonValue_t01DB320267C848E729A400EF2345979978F851D2_il2cpp_TypeInfo_var, &L_2);
|
|
String_t* L_4;
|
|
L_4 = String_Format_mFB7DA489BD99F4670881FF50EC017BFB0A5C0987(_stringLiteral987DBAD62F58327E403CC7854409712A13BD33B8, L_0, L_3, 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
|
|
// System.Boolean UnityEngine.InputSystem.Utilities.MemoryHelpers::Compare(System.Void*,System.Void*,UnityEngine.InputSystem.Utilities.MemoryHelpers/BitRegion)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MemoryHelpers_Compare_m4C23515A6E6176D5A8707158E9870721C5FD1C5B (void* ___0_ptr1, void* ___1_ptr2, BitRegion_tFE885CE2CC6C0287CF86BF59672C19D86D8DFC4C ___2_region, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// if (region.sizeInBits == 1)
|
|
BitRegion_tFE885CE2CC6C0287CF86BF59672C19D86D8DFC4C L_0 = ___2_region;
|
|
uint32_t L_1 = L_0.___sizeInBits_1;
|
|
if ((!(((uint32_t)L_1) == ((uint32_t)1))))
|
|
{
|
|
goto IL_0024;
|
|
}
|
|
}
|
|
{
|
|
// return ReadSingleBit(ptr1, region.bitOffset) == ReadSingleBit(ptr2, region.bitOffset);
|
|
void* L_2 = ___0_ptr1;
|
|
BitRegion_tFE885CE2CC6C0287CF86BF59672C19D86D8DFC4C L_3 = ___2_region;
|
|
uint32_t L_4 = L_3.___bitOffset_0;
|
|
bool L_5;
|
|
L_5 = MemoryHelpers_ReadSingleBit_m2195F4D85BE5077C89B8C6DBA2C5A2D25F83CD57(L_2, L_4, NULL);
|
|
void* L_6 = ___1_ptr2;
|
|
BitRegion_tFE885CE2CC6C0287CF86BF59672C19D86D8DFC4C L_7 = ___2_region;
|
|
uint32_t L_8 = L_7.___bitOffset_0;
|
|
bool L_9;
|
|
L_9 = MemoryHelpers_ReadSingleBit_m2195F4D85BE5077C89B8C6DBA2C5A2D25F83CD57(L_6, L_8, NULL);
|
|
return (bool)((((int32_t)L_5) == ((int32_t)L_9))? 1 : 0);
|
|
}
|
|
|
|
IL_0024:
|
|
{
|
|
// return MemCmpBitRegion(ptr1, ptr2, region.bitOffset, region.sizeInBits);
|
|
void* L_10 = ___0_ptr1;
|
|
void* L_11 = ___1_ptr2;
|
|
BitRegion_tFE885CE2CC6C0287CF86BF59672C19D86D8DFC4C L_12 = ___2_region;
|
|
uint32_t L_13 = L_12.___bitOffset_0;
|
|
BitRegion_tFE885CE2CC6C0287CF86BF59672C19D86D8DFC4C L_14 = ___2_region;
|
|
uint32_t L_15 = L_14.___sizeInBits_1;
|
|
bool L_16;
|
|
L_16 = MemoryHelpers_MemCmpBitRegion_mC33AD9C5411D78003CC75D1D2E75707BAC1F4944(L_10, L_11, L_13, L_15, (void*)((uintptr_t)0), NULL);
|
|
return L_16;
|
|
}
|
|
}
|
|
// System.UInt32 UnityEngine.InputSystem.Utilities.MemoryHelpers::ComputeFollowingByteOffset(System.UInt32,System.UInt32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t MemoryHelpers_ComputeFollowingByteOffset_m77FCDFA3728C66393DD46B2E7CE8503FA6CBF2BE (uint32_t ___0_byteOffset, uint32_t ___1_sizeInBits, const RuntimeMethod* method)
|
|
{
|
|
int64_t G_B2_0 = 0;
|
|
int64_t G_B1_0 = 0;
|
|
int32_t G_B3_0 = 0;
|
|
int64_t G_B3_1 = 0;
|
|
{
|
|
// return (uint)(byteOffset + sizeInBits / 8 + (sizeInBits % 8 > 0 ? 1 : 0));
|
|
uint32_t L_0 = ___0_byteOffset;
|
|
uint32_t L_1 = ___1_sizeInBits;
|
|
uint32_t L_2 = ___1_sizeInBits;
|
|
G_B1_0 = ((int64_t)(uint64_t)((uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, ((int32_t)((uint32_t)(int32_t)L_1/(uint32_t)(int32_t)8))))));
|
|
if ((!(((uint32_t)((int32_t)((uint32_t)(int32_t)L_2%(uint32_t)(int32_t)8))) <= ((uint32_t)0))))
|
|
{
|
|
G_B2_0 = ((int64_t)(uint64_t)((uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, ((int32_t)((uint32_t)(int32_t)L_1/(uint32_t)(int32_t)8))))));
|
|
goto IL_000f;
|
|
}
|
|
}
|
|
{
|
|
G_B3_0 = 0;
|
|
G_B3_1 = G_B1_0;
|
|
goto IL_0010;
|
|
}
|
|
|
|
IL_000f:
|
|
{
|
|
G_B3_0 = 1;
|
|
G_B3_1 = G_B2_0;
|
|
}
|
|
|
|
IL_0010:
|
|
{
|
|
return ((int32_t)(uint32_t)((int64_t)il2cpp_codegen_add(G_B3_1, ((int64_t)G_B3_0))));
|
|
}
|
|
}
|
|
// System.Void UnityEngine.InputSystem.Utilities.MemoryHelpers::WriteSingleBit(System.Void*,System.UInt32,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MemoryHelpers_WriteSingleBit_m6FB3C85EBB9DDA18339E225887E933F17A7408EB (void* ___0_ptr, uint32_t ___1_bitOffset, bool ___2_value, const RuntimeMethod* method)
|
|
{
|
|
uint32_t V_0 = 0;
|
|
{
|
|
// var byteOffset = bitOffset >> 3;
|
|
uint32_t L_0 = ___1_bitOffset;
|
|
V_0 = ((int32_t)((uint32_t)L_0>>3));
|
|
// bitOffset &= 7;
|
|
uint32_t L_1 = ___1_bitOffset;
|
|
___1_bitOffset = ((int32_t)((int32_t)L_1&7));
|
|
// if (value)
|
|
bool L_2 = ___2_value;
|
|
if (!L_2)
|
|
{
|
|
goto IL_001d;
|
|
}
|
|
}
|
|
{
|
|
// *((byte*)ptr + byteOffset) |= (byte)(1U << (int)bitOffset);
|
|
void* L_3 = ___0_ptr;
|
|
uint32_t L_4 = V_0;
|
|
void* L_5 = ((void*)il2cpp_codegen_add((intptr_t)L_3, (intptr_t)((uintptr_t)L_4)));
|
|
int32_t L_6 = *((uint8_t*)L_5);
|
|
uint32_t L_7 = ___1_bitOffset;
|
|
*((int8_t*)L_5) = (int8_t)((int32_t)(uint8_t)((int32_t)(L_6|((int32_t)(uint8_t)((int32_t)(1<<((int32_t)((int32_t)L_7&((int32_t)31)))))))));
|
|
return;
|
|
}
|
|
|
|
IL_001d:
|
|
{
|
|
// *((byte*)ptr + byteOffset) &= (byte)~(1U << (int)bitOffset);
|
|
void* L_8 = ___0_ptr;
|
|
uint32_t L_9 = V_0;
|
|
void* L_10 = ((void*)il2cpp_codegen_add((intptr_t)L_8, (intptr_t)((uintptr_t)L_9)));
|
|
int32_t L_11 = *((uint8_t*)L_10);
|
|
uint32_t L_12 = ___1_bitOffset;
|
|
*((int8_t*)L_10) = (int8_t)((int32_t)(uint8_t)((int32_t)(L_11&((int32_t)(uint8_t)((~((int32_t)(1<<((int32_t)((int32_t)L_12&((int32_t)31)))))))))));
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Boolean UnityEngine.InputSystem.Utilities.MemoryHelpers::ReadSingleBit(System.Void*,System.UInt32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MemoryHelpers_ReadSingleBit_m2195F4D85BE5077C89B8C6DBA2C5A2D25F83CD57 (void* ___0_ptr, uint32_t ___1_bitOffset, const RuntimeMethod* method)
|
|
{
|
|
uint32_t V_0 = 0;
|
|
{
|
|
// var byteOffset = bitOffset >> 3;
|
|
uint32_t L_0 = ___1_bitOffset;
|
|
V_0 = ((int32_t)((uint32_t)L_0>>3));
|
|
// bitOffset &= 7;
|
|
uint32_t L_1 = ___1_bitOffset;
|
|
___1_bitOffset = ((int32_t)((int32_t)L_1&7));
|
|
// return (*((byte*)ptr + byteOffset) & (1U << (int)bitOffset)) != 0;
|
|
void* L_2 = ___0_ptr;
|
|
uint32_t L_3 = V_0;
|
|
int32_t L_4 = *((uint8_t*)((void*)il2cpp_codegen_add((intptr_t)L_2, (intptr_t)((uintptr_t)L_3))));
|
|
uint32_t L_5 = ___1_bitOffset;
|
|
return (bool)((!(((uint32_t)((int32_t)(L_4&((int32_t)(1<<((int32_t)((int32_t)L_5&((int32_t)31)))))))) <= ((uint32_t)0)))? 1 : 0);
|
|
}
|
|
}
|
|
// System.Void UnityEngine.InputSystem.Utilities.MemoryHelpers::MemCpyBitRegion(System.Void*,System.Void*,System.UInt32,System.UInt32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MemoryHelpers_MemCpyBitRegion_m604BFC3CFF0D881FEC370EA67967348ABF217D9B (void* ___0_destination, void* ___1_source, uint32_t ___2_bitOffset, uint32_t ___3_bitCount, const RuntimeMethod* method)
|
|
{
|
|
uint8_t* V_0 = NULL;
|
|
uint8_t* V_1 = NULL;
|
|
uint32_t V_2 = 0;
|
|
uint32_t V_3 = 0;
|
|
uint32_t V_4 = 0;
|
|
int32_t V_5 = 0;
|
|
int32_t V_6 = 0;
|
|
{
|
|
// var destPtr = (byte*)destination;
|
|
void* L_0 = ___0_destination;
|
|
V_0 = (uint8_t*)L_0;
|
|
// var sourcePtr = (byte*)source;
|
|
void* L_1 = ___1_source;
|
|
V_1 = (uint8_t*)L_1;
|
|
// if (bitOffset >= 8)
|
|
uint32_t L_2 = ___2_bitOffset;
|
|
if ((!(((uint32_t)L_2) >= ((uint32_t)8))))
|
|
{
|
|
goto IL_001e;
|
|
}
|
|
}
|
|
{
|
|
// var skipBytes = bitOffset / 8;
|
|
uint32_t L_3 = ___2_bitOffset;
|
|
V_4 = ((int32_t)((uint32_t)(int32_t)L_3/(uint32_t)(int32_t)8));
|
|
// destPtr += skipBytes;
|
|
uint8_t* L_4 = V_0;
|
|
uint32_t L_5 = V_4;
|
|
V_0 = ((uint8_t*)il2cpp_codegen_add((intptr_t)L_4, (intptr_t)((uintptr_t)L_5)));
|
|
// sourcePtr += skipBytes;
|
|
uint8_t* L_6 = V_1;
|
|
uint32_t L_7 = V_4;
|
|
V_1 = ((uint8_t*)il2cpp_codegen_add((intptr_t)L_6, (intptr_t)((uintptr_t)L_7)));
|
|
// bitOffset %= 8;
|
|
uint32_t L_8 = ___2_bitOffset;
|
|
___2_bitOffset = ((int32_t)((uint32_t)(int32_t)L_8%(uint32_t)(int32_t)8));
|
|
}
|
|
|
|
IL_001e:
|
|
{
|
|
// if (bitOffset > 0)
|
|
uint32_t L_9 = ___2_bitOffset;
|
|
if ((!(((uint32_t)L_9) > ((uint32_t)0))))
|
|
{
|
|
goto IL_0072;
|
|
}
|
|
}
|
|
{
|
|
// var byteMask = 0xFF << (int)bitOffset;
|
|
uint32_t L_10 = ___2_bitOffset;
|
|
V_5 = ((int32_t)(((int32_t)255)<<((int32_t)((int32_t)L_10&((int32_t)31)))));
|
|
// if (bitCount + bitOffset < 8)
|
|
uint32_t L_11 = ___3_bitCount;
|
|
uint32_t L_12 = ___2_bitOffset;
|
|
if ((!(((uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)L_12))) < ((uint32_t)8))))
|
|
{
|
|
goto IL_0047;
|
|
}
|
|
}
|
|
{
|
|
// byteMask &= 0xFF >> (int)(8 - (bitCount + bitOffset));
|
|
int32_t L_13 = V_5;
|
|
uint32_t L_14 = ___3_bitCount;
|
|
uint32_t L_15 = ___2_bitOffset;
|
|
V_5 = ((int32_t)(L_13&((int32_t)(((int32_t)255)>>((int32_t)(((int32_t)il2cpp_codegen_subtract(8, ((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)L_15))))&((int32_t)31)))))));
|
|
}
|
|
|
|
IL_0047:
|
|
{
|
|
// *destPtr = (byte)(((*destPtr & ~byteMask) | (*sourcePtr & byteMask)) & 0xFF);
|
|
uint8_t* L_16 = V_0;
|
|
uint8_t* L_17 = V_0;
|
|
int32_t L_18 = *((uint8_t*)L_17);
|
|
int32_t L_19 = V_5;
|
|
uint8_t* L_20 = V_1;
|
|
int32_t L_21 = *((uint8_t*)L_20);
|
|
int32_t L_22 = V_5;
|
|
*((int8_t*)L_16) = (int8_t)((int32_t)(uint8_t)((int32_t)(((int32_t)(((int32_t)(L_18&((~L_19))))|((int32_t)(L_21&L_22))))&((int32_t)255))));
|
|
// if (bitCount + bitOffset <= 8)
|
|
uint32_t L_23 = ___3_bitCount;
|
|
uint32_t L_24 = ___2_bitOffset;
|
|
if ((!(((uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)L_24))) <= ((uint32_t)8))))
|
|
{
|
|
goto IL_0063;
|
|
}
|
|
}
|
|
{
|
|
// return;
|
|
return;
|
|
}
|
|
|
|
IL_0063:
|
|
{
|
|
// ++destPtr;
|
|
uint8_t* L_25 = V_0;
|
|
V_0 = ((uint8_t*)il2cpp_codegen_add((intptr_t)L_25, 1));
|
|
// ++sourcePtr;
|
|
uint8_t* L_26 = V_1;
|
|
V_1 = ((uint8_t*)il2cpp_codegen_add((intptr_t)L_26, 1));
|
|
// bitCount -= 8 - bitOffset;
|
|
uint32_t L_27 = ___3_bitCount;
|
|
uint32_t L_28 = ___2_bitOffset;
|
|
___3_bitCount = ((int32_t)il2cpp_codegen_subtract((int32_t)L_27, ((int32_t)il2cpp_codegen_subtract(8, (int32_t)L_28))));
|
|
}
|
|
|
|
IL_0072:
|
|
{
|
|
// var byteCount = bitCount / 8;
|
|
uint32_t L_29 = ___3_bitCount;
|
|
V_2 = ((int32_t)((uint32_t)(int32_t)L_29/(uint32_t)(int32_t)8));
|
|
// if (byteCount >= 1)
|
|
uint32_t L_30 = V_2;
|
|
if ((!(((uint32_t)L_30) >= ((uint32_t)1))))
|
|
{
|
|
goto IL_0083;
|
|
}
|
|
}
|
|
{
|
|
// UnsafeUtility.MemCpy(destPtr, sourcePtr, byteCount);
|
|
uint8_t* L_31 = V_0;
|
|
uint8_t* L_32 = V_1;
|
|
uint32_t L_33 = V_2;
|
|
UnsafeUtility_MemCpy_m5CEA91ACDADC522E584AE3A2AB2B0B74393A9177((void*)L_31, (void*)L_32, ((int64_t)(uint64_t)L_33), NULL);
|
|
}
|
|
|
|
IL_0083:
|
|
{
|
|
// var remainingBitCount = bitCount % 8;
|
|
uint32_t L_34 = ___3_bitCount;
|
|
V_3 = ((int32_t)((uint32_t)(int32_t)L_34%(uint32_t)(int32_t)8));
|
|
// if (remainingBitCount > 0)
|
|
uint32_t L_35 = V_3;
|
|
if ((!(((uint32_t)L_35) > ((uint32_t)0))))
|
|
{
|
|
goto IL_00b8;
|
|
}
|
|
}
|
|
{
|
|
// destPtr += byteCount;
|
|
uint8_t* L_36 = V_0;
|
|
uint32_t L_37 = V_2;
|
|
V_0 = ((uint8_t*)il2cpp_codegen_add((intptr_t)L_36, (intptr_t)((uintptr_t)L_37)));
|
|
// sourcePtr += byteCount;
|
|
uint8_t* L_38 = V_1;
|
|
uint32_t L_39 = V_2;
|
|
V_1 = ((uint8_t*)il2cpp_codegen_add((intptr_t)L_38, (intptr_t)((uintptr_t)L_39)));
|
|
// var byteMask = 0xFF >> (int)(8 - remainingBitCount);
|
|
uint32_t L_40 = V_3;
|
|
V_6 = ((int32_t)(((int32_t)255)>>((int32_t)(((int32_t)il2cpp_codegen_subtract(8, (int32_t)L_40))&((int32_t)31)))));
|
|
// *destPtr = (byte)(((*destPtr & ~byteMask) | (*sourcePtr & byteMask)) & 0xFF);
|
|
uint8_t* L_41 = V_0;
|
|
uint8_t* L_42 = V_0;
|
|
int32_t L_43 = *((uint8_t*)L_42);
|
|
int32_t L_44 = V_6;
|
|
uint8_t* L_45 = V_1;
|
|
int32_t L_46 = *((uint8_t*)L_45);
|
|
int32_t L_47 = V_6;
|
|
*((int8_t*)L_41) = (int8_t)((int32_t)(uint8_t)((int32_t)(((int32_t)(((int32_t)(L_43&((~L_44))))|((int32_t)(L_46&L_47))))&((int32_t)255))));
|
|
}
|
|
|
|
IL_00b8:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Boolean UnityEngine.InputSystem.Utilities.MemoryHelpers::MemCmpBitRegion(System.Void*,System.Void*,System.UInt32,System.UInt32,System.Void*)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MemoryHelpers_MemCmpBitRegion_mC33AD9C5411D78003CC75D1D2E75707BAC1F4944 (void* ___0_ptr1, void* ___1_ptr2, uint32_t ___2_bitOffset, uint32_t ___3_bitCount, void* ___4_mask, const RuntimeMethod* method)
|
|
{
|
|
uint8_t* V_0 = NULL;
|
|
uint8_t* V_1 = NULL;
|
|
uint8_t* V_2 = NULL;
|
|
uint32_t V_3 = 0;
|
|
uint32_t V_4 = 0;
|
|
uint32_t V_5 = 0;
|
|
int32_t V_6 = 0;
|
|
int32_t V_7 = 0;
|
|
int32_t V_8 = 0;
|
|
uint8_t V_9 = 0x0;
|
|
uint8_t V_10 = 0x0;
|
|
int32_t V_11 = 0;
|
|
int32_t V_12 = 0;
|
|
{
|
|
// var bytePtr1 = (byte*)ptr1;
|
|
void* L_0 = ___0_ptr1;
|
|
V_0 = (uint8_t*)L_0;
|
|
// var bytePtr2 = (byte*)ptr2;
|
|
void* L_1 = ___1_ptr2;
|
|
V_1 = (uint8_t*)L_1;
|
|
// var maskPtr = (byte*)mask;
|
|
void* L_2 = ___4_mask;
|
|
V_2 = (uint8_t*)L_2;
|
|
// if (bitOffset >= 8)
|
|
uint32_t L_3 = ___2_bitOffset;
|
|
if ((!(((uint32_t)L_3) >= ((uint32_t)8))))
|
|
{
|
|
goto IL_002c;
|
|
}
|
|
}
|
|
{
|
|
// var skipBytes = bitOffset / 8;
|
|
uint32_t L_4 = ___2_bitOffset;
|
|
V_5 = ((int32_t)((uint32_t)(int32_t)L_4/(uint32_t)(int32_t)8));
|
|
// bytePtr1 += skipBytes;
|
|
uint8_t* L_5 = V_0;
|
|
uint32_t L_6 = V_5;
|
|
V_0 = ((uint8_t*)il2cpp_codegen_add((intptr_t)L_5, (intptr_t)((uintptr_t)L_6)));
|
|
// bytePtr2 += skipBytes;
|
|
uint8_t* L_7 = V_1;
|
|
uint32_t L_8 = V_5;
|
|
V_1 = ((uint8_t*)il2cpp_codegen_add((intptr_t)L_7, (intptr_t)((uintptr_t)L_8)));
|
|
// if (maskPtr != null)
|
|
uint8_t* L_9 = V_2;
|
|
if ((((intptr_t)L_9) == ((intptr_t)((uintptr_t)0))))
|
|
{
|
|
goto IL_0027;
|
|
}
|
|
}
|
|
{
|
|
// maskPtr += skipBytes;
|
|
uint8_t* L_10 = V_2;
|
|
uint32_t L_11 = V_5;
|
|
V_2 = ((uint8_t*)il2cpp_codegen_add((intptr_t)L_10, (intptr_t)((uintptr_t)L_11)));
|
|
}
|
|
|
|
IL_0027:
|
|
{
|
|
// bitOffset %= 8;
|
|
uint32_t L_12 = ___2_bitOffset;
|
|
___2_bitOffset = ((int32_t)((uint32_t)(int32_t)L_12%(uint32_t)(int32_t)8));
|
|
}
|
|
|
|
IL_002c:
|
|
{
|
|
// if (bitOffset > 0)
|
|
uint32_t L_13 = ___2_bitOffset;
|
|
if ((!(((uint32_t)L_13) > ((uint32_t)0))))
|
|
{
|
|
goto IL_008e;
|
|
}
|
|
}
|
|
{
|
|
// var byteMask = 0xFF << (int)bitOffset;
|
|
uint32_t L_14 = ___2_bitOffset;
|
|
V_6 = ((int32_t)(((int32_t)255)<<((int32_t)((int32_t)L_14&((int32_t)31)))));
|
|
// if (bitCount + bitOffset < 8)
|
|
uint32_t L_15 = ___3_bitCount;
|
|
uint32_t L_16 = ___2_bitOffset;
|
|
if ((!(((uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_15, (int32_t)L_16))) < ((uint32_t)8))))
|
|
{
|
|
goto IL_0055;
|
|
}
|
|
}
|
|
{
|
|
// byteMask &= 0xFF >> (int)(8 - (bitCount + bitOffset));
|
|
int32_t L_17 = V_6;
|
|
uint32_t L_18 = ___3_bitCount;
|
|
uint32_t L_19 = ___2_bitOffset;
|
|
V_6 = ((int32_t)(L_17&((int32_t)(((int32_t)255)>>((int32_t)(((int32_t)il2cpp_codegen_subtract(8, ((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)L_19))))&((int32_t)31)))))));
|
|
}
|
|
|
|
IL_0055:
|
|
{
|
|
// if (maskPtr != null)
|
|
uint8_t* L_20 = V_2;
|
|
if ((((intptr_t)L_20) == ((intptr_t)((uintptr_t)0))))
|
|
{
|
|
goto IL_0065;
|
|
}
|
|
}
|
|
{
|
|
// byteMask &= *maskPtr;
|
|
int32_t L_21 = V_6;
|
|
uint8_t* L_22 = V_2;
|
|
int32_t L_23 = *((uint8_t*)L_22);
|
|
V_6 = ((int32_t)(L_21&L_23));
|
|
// ++maskPtr;
|
|
uint8_t* L_24 = V_2;
|
|
V_2 = ((uint8_t*)il2cpp_codegen_add((intptr_t)L_24, 1));
|
|
}
|
|
|
|
IL_0065:
|
|
{
|
|
// var byte1 = *bytePtr1 & byteMask;
|
|
uint8_t* L_25 = V_0;
|
|
int32_t L_26 = *((uint8_t*)L_25);
|
|
int32_t L_27 = V_6;
|
|
// var byte2 = *bytePtr2 & byteMask;
|
|
uint8_t* L_28 = V_1;
|
|
int32_t L_29 = *((uint8_t*)L_28);
|
|
int32_t L_30 = V_6;
|
|
V_7 = ((int32_t)(L_29&L_30));
|
|
// if (byte1 != byte2)
|
|
int32_t L_31 = V_7;
|
|
if ((((int32_t)((int32_t)(L_26&L_27))) == ((int32_t)L_31)))
|
|
{
|
|
goto IL_0077;
|
|
}
|
|
}
|
|
{
|
|
// return false;
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0077:
|
|
{
|
|
// if (bitCount + bitOffset <= 8)
|
|
uint32_t L_32 = ___3_bitCount;
|
|
uint32_t L_33 = ___2_bitOffset;
|
|
if ((!(((uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_32, (int32_t)L_33))) <= ((uint32_t)8))))
|
|
{
|
|
goto IL_007f;
|
|
}
|
|
}
|
|
{
|
|
// return true;
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_007f:
|
|
{
|
|
// ++bytePtr1;
|
|
uint8_t* L_34 = V_0;
|
|
V_0 = ((uint8_t*)il2cpp_codegen_add((intptr_t)L_34, 1));
|
|
// ++bytePtr2;
|
|
uint8_t* L_35 = V_1;
|
|
V_1 = ((uint8_t*)il2cpp_codegen_add((intptr_t)L_35, 1));
|
|
// bitCount -= 8 - bitOffset;
|
|
uint32_t L_36 = ___3_bitCount;
|
|
uint32_t L_37 = ___2_bitOffset;
|
|
___3_bitCount = ((int32_t)il2cpp_codegen_subtract((int32_t)L_36, ((int32_t)il2cpp_codegen_subtract(8, (int32_t)L_37))));
|
|
}
|
|
|
|
IL_008e:
|
|
{
|
|
// var byteCount = bitCount / 8;
|
|
uint32_t L_38 = ___3_bitCount;
|
|
V_3 = ((int32_t)((uint32_t)(int32_t)L_38/(uint32_t)(int32_t)8));
|
|
// if (byteCount >= 1)
|
|
uint32_t L_39 = V_3;
|
|
if ((!(((uint32_t)L_39) >= ((uint32_t)1))))
|
|
{
|
|
goto IL_00db;
|
|
}
|
|
}
|
|
{
|
|
// if (maskPtr != null)
|
|
uint8_t* L_40 = V_2;
|
|
if ((((intptr_t)L_40) == ((intptr_t)((uintptr_t)0))))
|
|
{
|
|
goto IL_00ce;
|
|
}
|
|
}
|
|
{
|
|
// for (var i = 0; i < byteCount; ++i)
|
|
V_8 = 0;
|
|
goto IL_00c5;
|
|
}
|
|
|
|
IL_00a0:
|
|
{
|
|
// var byte1 = bytePtr1[i];
|
|
uint8_t* L_41 = V_0;
|
|
int32_t L_42 = V_8;
|
|
int32_t L_43 = *((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_41, L_42)));
|
|
// var byte2 = bytePtr2[i];
|
|
uint8_t* L_44 = V_1;
|
|
int32_t L_45 = V_8;
|
|
int32_t L_46 = *((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_44, L_45)));
|
|
V_9 = (uint8_t)L_46;
|
|
// var byteMask = maskPtr[i];
|
|
uint8_t* L_47 = V_2;
|
|
int32_t L_48 = V_8;
|
|
int32_t L_49 = *((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_47, L_48)));
|
|
V_10 = (uint8_t)L_49;
|
|
// if ((byte1 & byteMask) != (byte2 & byteMask))
|
|
uint8_t L_50 = V_10;
|
|
uint8_t L_51 = V_9;
|
|
uint8_t L_52 = V_10;
|
|
if ((((int32_t)((int32_t)(L_43&(int32_t)L_50))) == ((int32_t)((int32_t)((int32_t)L_51&(int32_t)L_52)))))
|
|
{
|
|
goto IL_00bf;
|
|
}
|
|
}
|
|
{
|
|
// return false;
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_00bf:
|
|
{
|
|
// for (var i = 0; i < byteCount; ++i)
|
|
int32_t L_53 = V_8;
|
|
V_8 = ((int32_t)il2cpp_codegen_add(L_53, 1));
|
|
}
|
|
|
|
IL_00c5:
|
|
{
|
|
// for (var i = 0; i < byteCount; ++i)
|
|
int32_t L_54 = V_8;
|
|
uint32_t L_55 = V_3;
|
|
if ((((int64_t)((int64_t)L_54)) < ((int64_t)((int64_t)(uint64_t)L_55))))
|
|
{
|
|
goto IL_00a0;
|
|
}
|
|
}
|
|
{
|
|
goto IL_00db;
|
|
}
|
|
|
|
IL_00ce:
|
|
{
|
|
// if (UnsafeUtility.MemCmp(bytePtr1, bytePtr2, byteCount) != 0)
|
|
uint8_t* L_56 = V_0;
|
|
uint8_t* L_57 = V_1;
|
|
uint32_t L_58 = V_3;
|
|
int32_t L_59;
|
|
L_59 = UnsafeUtility_MemCmp_mA0E0E1A93F715105E7B576F1603DCAB37717A5EF((void*)L_56, (void*)L_57, ((int64_t)(uint64_t)L_58), NULL);
|
|
if (!L_59)
|
|
{
|
|
goto IL_00db;
|
|
}
|
|
}
|
|
{
|
|
// return false;
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_00db:
|
|
{
|
|
// var remainingBitCount = bitCount % 8;
|
|
uint32_t L_60 = ___3_bitCount;
|
|
V_4 = ((int32_t)((uint32_t)(int32_t)L_60%(uint32_t)(int32_t)8));
|
|
// if (remainingBitCount > 0)
|
|
uint32_t L_61 = V_4;
|
|
if ((!(((uint32_t)L_61) > ((uint32_t)0))))
|
|
{
|
|
goto IL_0121;
|
|
}
|
|
}
|
|
{
|
|
// bytePtr1 += byteCount;
|
|
uint8_t* L_62 = V_0;
|
|
uint32_t L_63 = V_3;
|
|
V_0 = ((uint8_t*)il2cpp_codegen_add((intptr_t)L_62, (intptr_t)((uintptr_t)L_63)));
|
|
// bytePtr2 += byteCount;
|
|
uint8_t* L_64 = V_1;
|
|
uint32_t L_65 = V_3;
|
|
V_1 = ((uint8_t*)il2cpp_codegen_add((intptr_t)L_64, (intptr_t)((uintptr_t)L_65)));
|
|
// var byteMask = 0xFF >> (int)(8 - remainingBitCount);
|
|
uint32_t L_66 = V_4;
|
|
V_11 = ((int32_t)(((int32_t)255)>>((int32_t)(((int32_t)il2cpp_codegen_subtract(8, (int32_t)L_66))&((int32_t)31)))));
|
|
// if (maskPtr != null)
|
|
uint8_t* L_67 = V_2;
|
|
if ((((intptr_t)L_67) == ((intptr_t)((uintptr_t)0))))
|
|
{
|
|
goto IL_010f;
|
|
}
|
|
}
|
|
{
|
|
// maskPtr += byteCount;
|
|
uint8_t* L_68 = V_2;
|
|
uint32_t L_69 = V_3;
|
|
V_2 = ((uint8_t*)il2cpp_codegen_add((intptr_t)L_68, (intptr_t)((uintptr_t)L_69)));
|
|
// byteMask &= *maskPtr;
|
|
int32_t L_70 = V_11;
|
|
uint8_t* L_71 = V_2;
|
|
int32_t L_72 = *((uint8_t*)L_71);
|
|
V_11 = ((int32_t)(L_70&L_72));
|
|
}
|
|
|
|
IL_010f:
|
|
{
|
|
// var byte1 = *bytePtr1 & byteMask;
|
|
uint8_t* L_73 = V_0;
|
|
int32_t L_74 = *((uint8_t*)L_73);
|
|
int32_t L_75 = V_11;
|
|
// var byte2 = *bytePtr2 & byteMask;
|
|
uint8_t* L_76 = V_1;
|
|
int32_t L_77 = *((uint8_t*)L_76);
|
|
int32_t L_78 = V_11;
|
|
V_12 = ((int32_t)(L_77&L_78));
|
|
// if (byte1 != byte2)
|
|
int32_t L_79 = V_12;
|
|
if ((((int32_t)((int32_t)(L_74&L_75))) == ((int32_t)L_79)))
|
|
{
|
|
goto IL_0121;
|
|
}
|
|
}
|
|
{
|
|
// return false;
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0121:
|
|
{
|
|
// return true;
|
|
return (bool)1;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.InputSystem.Utilities.MemoryHelpers::MemSet(System.Void*,System.Int32,System.Byte)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MemoryHelpers_MemSet_m1319FCA14114EECFA86D7495B95C335194AE61C3 (void* ___0_destination, int32_t ___1_numBytes, uint8_t ___2_value, const RuntimeMethod* method)
|
|
{
|
|
uint8_t* V_0 = NULL;
|
|
int32_t V_1 = 0;
|
|
{
|
|
// var to = (byte*)destination;
|
|
void* L_0 = ___0_destination;
|
|
V_0 = (uint8_t*)L_0;
|
|
// var pos = 0;
|
|
V_1 = 0;
|
|
goto IL_0023;
|
|
}
|
|
|
|
IL_0006:
|
|
{
|
|
// *(uint*)&to[pos] = ((uint)value << 24) | ((uint)value << 16) | ((uint)value << 8) | value;
|
|
uint8_t* L_1 = V_0;
|
|
int32_t L_2 = V_1;
|
|
uint8_t L_3 = ___2_value;
|
|
uint8_t L_4 = ___2_value;
|
|
uint8_t L_5 = ___2_value;
|
|
uint8_t L_6 = ___2_value;
|
|
*((int32_t*)((uintptr_t)((uint8_t*)il2cpp_codegen_add((intptr_t)L_1, L_2)))) = (int32_t)((int32_t)(((int32_t)(((int32_t)(((int32_t)((int32_t)L_3<<((int32_t)24)))|((int32_t)((int32_t)L_4<<((int32_t)16)))))|((int32_t)((int32_t)L_5<<8))))|(int32_t)L_6));
|
|
// numBytes -= 4;
|
|
int32_t L_7 = ___1_numBytes;
|
|
___1_numBytes = ((int32_t)il2cpp_codegen_subtract(L_7, 4));
|
|
// pos += 4;
|
|
int32_t L_8 = V_1;
|
|
V_1 = ((int32_t)il2cpp_codegen_add(L_8, 4));
|
|
}
|
|
|
|
IL_0023:
|
|
{
|
|
// while (numBytes >= 4)
|
|
int32_t L_9 = ___1_numBytes;
|
|
if ((((int32_t)L_9) >= ((int32_t)4)))
|
|
{
|
|
goto IL_0006;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0037;
|
|
}
|
|
|
|
IL_0029:
|
|
{
|
|
// to[pos] = value;
|
|
uint8_t* L_10 = V_0;
|
|
int32_t L_11 = V_1;
|
|
uint8_t L_12 = ___2_value;
|
|
*((int8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_10, L_11))) = (int8_t)L_12;
|
|
// numBytes -= 1;
|
|
int32_t L_13 = ___1_numBytes;
|
|
___1_numBytes = ((int32_t)il2cpp_codegen_subtract(L_13, 1));
|
|
// pos += 1;
|
|
int32_t L_14 = V_1;
|
|
V_1 = ((int32_t)il2cpp_codegen_add(L_14, 1));
|
|
}
|
|
|
|
IL_0037:
|
|
{
|
|
// while (numBytes > 0)
|
|
int32_t L_15 = ___1_numBytes;
|
|
if ((((int32_t)L_15) > ((int32_t)0)))
|
|
{
|
|
goto IL_0029;
|
|
}
|
|
}
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.InputSystem.Utilities.MemoryHelpers::MemCpyMasked(System.Void*,System.Void*,System.Int32,System.Void*)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MemoryHelpers_MemCpyMasked_m1207671D9A6184B1BA3FCC108E379A39EEF72929 (void* ___0_destination, void* ___1_source, int32_t ___2_numBytes, void* ___3_mask, const RuntimeMethod* method)
|
|
{
|
|
uint8_t* V_0 = NULL;
|
|
uint8_t* V_1 = NULL;
|
|
uint8_t* V_2 = NULL;
|
|
int32_t V_3 = 0;
|
|
{
|
|
// var from = (byte*)source;
|
|
void* L_0 = ___1_source;
|
|
V_0 = (uint8_t*)L_0;
|
|
// var to = (byte*)destination;
|
|
void* L_1 = ___0_destination;
|
|
V_1 = (uint8_t*)L_1;
|
|
// var bits = (byte*)mask;
|
|
void* L_2 = ___3_mask;
|
|
V_2 = (uint8_t*)L_2;
|
|
// var pos = 0;
|
|
V_3 = 0;
|
|
goto IL_002f;
|
|
}
|
|
|
|
IL_000a:
|
|
{
|
|
// *(uint*)(to + pos) &= ~*(uint*)(bits + pos); // Preserve unmasked bits.
|
|
uint8_t* L_3 = V_1;
|
|
int32_t L_4 = V_3;
|
|
uint8_t* L_5 = ((uint8_t*)il2cpp_codegen_add((intptr_t)L_3, L_4));
|
|
int32_t L_6 = *((uint32_t*)L_5);
|
|
uint8_t* L_7 = V_2;
|
|
int32_t L_8 = V_3;
|
|
int32_t L_9 = *((uint32_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_7, L_8)));
|
|
*((int32_t*)L_5) = (int32_t)((int32_t)(L_6&((~L_9))));
|
|
// *(uint*)(to + pos) |= *(uint*)(from + pos) & *(uint*)(bits + pos); // Copy masked bits.
|
|
uint8_t* L_10 = V_1;
|
|
int32_t L_11 = V_3;
|
|
uint8_t* L_12 = ((uint8_t*)il2cpp_codegen_add((intptr_t)L_10, L_11));
|
|
int32_t L_13 = *((uint32_t*)L_12);
|
|
uint8_t* L_14 = V_0;
|
|
int32_t L_15 = V_3;
|
|
int32_t L_16 = *((uint32_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_14, L_15)));
|
|
uint8_t* L_17 = V_2;
|
|
int32_t L_18 = V_3;
|
|
int32_t L_19 = *((uint32_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_17, L_18)));
|
|
*((int32_t*)L_12) = (int32_t)((int32_t)(L_13|((int32_t)(L_16&L_19))));
|
|
// numBytes -= 4;
|
|
int32_t L_20 = ___2_numBytes;
|
|
___2_numBytes = ((int32_t)il2cpp_codegen_subtract(L_20, 4));
|
|
// pos += 4;
|
|
int32_t L_21 = V_3;
|
|
V_3 = ((int32_t)il2cpp_codegen_add(L_21, 4));
|
|
}
|
|
|
|
IL_002f:
|
|
{
|
|
// while (numBytes >= 4)
|
|
int32_t L_22 = ___2_numBytes;
|
|
if ((((int32_t)L_22) >= ((int32_t)4)))
|
|
{
|
|
goto IL_000a;
|
|
}
|
|
}
|
|
{
|
|
goto IL_005e;
|
|
}
|
|
|
|
IL_0035:
|
|
{
|
|
// to[pos] &= (byte)~bits[pos]; // Preserve unmasked bits.
|
|
uint8_t* L_23 = V_1;
|
|
int32_t L_24 = V_3;
|
|
uint8_t* L_25 = ((uint8_t*)il2cpp_codegen_add((intptr_t)L_23, L_24));
|
|
int32_t L_26 = *((uint8_t*)L_25);
|
|
uint8_t* L_27 = V_2;
|
|
int32_t L_28 = V_3;
|
|
int32_t L_29 = *((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_27, L_28)));
|
|
*((int8_t*)L_25) = (int8_t)((int32_t)(uint8_t)((int32_t)(L_26&((int32_t)(uint8_t)((~L_29))))));
|
|
// to[pos] |= (byte)(from[pos] & bits[pos]); // Copy masked bits.
|
|
uint8_t* L_30 = V_1;
|
|
int32_t L_31 = V_3;
|
|
uint8_t* L_32 = ((uint8_t*)il2cpp_codegen_add((intptr_t)L_30, L_31));
|
|
int32_t L_33 = *((uint8_t*)L_32);
|
|
uint8_t* L_34 = V_0;
|
|
int32_t L_35 = V_3;
|
|
int32_t L_36 = *((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_34, L_35)));
|
|
uint8_t* L_37 = V_2;
|
|
int32_t L_38 = V_3;
|
|
int32_t L_39 = *((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_37, L_38)));
|
|
*((int8_t*)L_32) = (int8_t)((int32_t)(uint8_t)((int32_t)(L_33|((int32_t)(uint8_t)((int32_t)(L_36&L_39))))));
|
|
// numBytes -= 1;
|
|
int32_t L_40 = ___2_numBytes;
|
|
___2_numBytes = ((int32_t)il2cpp_codegen_subtract(L_40, 1));
|
|
// pos += 1;
|
|
int32_t L_41 = V_3;
|
|
V_3 = ((int32_t)il2cpp_codegen_add(L_41, 1));
|
|
}
|
|
|
|
IL_005e:
|
|
{
|
|
// while (numBytes > 0)
|
|
int32_t L_42 = ___2_numBytes;
|
|
if ((((int32_t)L_42) > ((int32_t)0)))
|
|
{
|
|
goto IL_0035;
|
|
}
|
|
}
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.UInt32 UnityEngine.InputSystem.Utilities.MemoryHelpers::ReadMultipleBitsAsUInt(System.Void*,System.UInt32,System.UInt32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t MemoryHelpers_ReadMultipleBitsAsUInt_m637377E693449AE1C39D0107AD24057FC1ACA1E4 (void* ___0_ptr, uint32_t ___1_bitOffset, uint32_t ___2_bitCount, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
uint32_t V_2 = 0;
|
|
uint32_t V_3 = 0;
|
|
uint32_t V_4 = 0;
|
|
{
|
|
// if (ptr == null)
|
|
void* L_0 = ___0_ptr;
|
|
if ((!(((uintptr_t)L_0) == ((uintptr_t)((uintptr_t)0)))))
|
|
{
|
|
goto IL_0010;
|
|
}
|
|
}
|
|
{
|
|
// throw new ArgumentNullException(nameof(ptr));
|
|
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*)&_stringLiteralE493A589C92D423742E94550596D4C4E4B20CC33)), NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&MemoryHelpers_ReadMultipleBitsAsUInt_m637377E693449AE1C39D0107AD24057FC1ACA1E4_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_0010:
|
|
{
|
|
// if (bitCount > sizeof(int) * 8)
|
|
uint32_t L_2 = ___2_bitCount;
|
|
if ((!(((uint32_t)L_2) > ((uint32_t)((int32_t)32)))))
|
|
{
|
|
goto IL_0025;
|
|
}
|
|
}
|
|
{
|
|
// throw new ArgumentException("Trying to read more than 32 bits as int", nameof(bitCount));
|
|
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*)&_stringLiteralEDF05D6B6E6126A0DECDC059BD62C0F5CE4939F7)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral0763FE5EB1EAC35DDF3CD44B5645A71888066226)), NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&MemoryHelpers_ReadMultipleBitsAsUInt_m637377E693449AE1C39D0107AD24057FC1ACA1E4_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_0025:
|
|
{
|
|
// if (bitOffset > 32)
|
|
uint32_t L_4 = ___1_bitOffset;
|
|
if ((!(((uint32_t)L_4) > ((uint32_t)((int32_t)32)))))
|
|
{
|
|
goto IL_0040;
|
|
}
|
|
}
|
|
{
|
|
// var newBitOffset = (int)bitOffset % 32;
|
|
uint32_t L_5 = ___1_bitOffset;
|
|
V_0 = ((int32_t)((int32_t)L_5%((int32_t)32)));
|
|
// var intOffset = ((int)bitOffset - newBitOffset) / 32;
|
|
uint32_t L_6 = ___1_bitOffset;
|
|
int32_t L_7 = V_0;
|
|
V_1 = ((int32_t)(((int32_t)il2cpp_codegen_subtract((int32_t)L_6, L_7))/((int32_t)32)));
|
|
// ptr = (byte*)ptr + (intOffset * 4);
|
|
void* L_8 = ___0_ptr;
|
|
int32_t L_9 = V_1;
|
|
___0_ptr = ((void*)il2cpp_codegen_add((intptr_t)L_8, ((int32_t)il2cpp_codegen_multiply(L_9, 4))));
|
|
// bitOffset = (uint)newBitOffset;
|
|
int32_t L_10 = V_0;
|
|
___1_bitOffset = L_10;
|
|
}
|
|
|
|
IL_0040:
|
|
{
|
|
// if (bitOffset + bitCount <= 8)
|
|
uint32_t L_11 = ___1_bitOffset;
|
|
uint32_t L_12 = ___2_bitCount;
|
|
if ((!(((uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)L_12))) <= ((uint32_t)8))))
|
|
{
|
|
goto IL_005e;
|
|
}
|
|
}
|
|
{
|
|
// var value = *(byte*)ptr;
|
|
void* L_13 = ___0_ptr;
|
|
int32_t L_14 = *((uint8_t*)L_13);
|
|
// value >>= (int)bitOffset;
|
|
uint32_t L_15 = ___1_bitOffset;
|
|
// var mask = 0xFFu >> (8 - (int)bitCount);
|
|
uint32_t L_16 = ___2_bitCount;
|
|
V_2 = ((int32_t)((uint32_t)((int32_t)255)>>((int32_t)(((int32_t)il2cpp_codegen_subtract(8, (int32_t)L_16))&((int32_t)31)))));
|
|
// return value & mask;
|
|
uint32_t L_17 = V_2;
|
|
return ((int32_t)(((int32_t)(uint8_t)((int32_t)(L_14>>((int32_t)((int32_t)L_15&((int32_t)31))))))&(int32_t)L_17));
|
|
}
|
|
|
|
IL_005e:
|
|
{
|
|
// if (bitOffset + bitCount <= 16)
|
|
uint32_t L_18 = ___1_bitOffset;
|
|
uint32_t L_19 = ___2_bitCount;
|
|
if ((!(((uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)L_19))) <= ((uint32_t)((int32_t)16)))))
|
|
{
|
|
goto IL_007e;
|
|
}
|
|
}
|
|
{
|
|
// var value = *(ushort*)ptr;
|
|
void* L_20 = ___0_ptr;
|
|
int32_t L_21 = *((uint16_t*)L_20);
|
|
// value >>= (int)bitOffset;
|
|
uint32_t L_22 = ___1_bitOffset;
|
|
// var mask = 0xFFFFu >> (16 - (int)bitCount);
|
|
uint32_t L_23 = ___2_bitCount;
|
|
V_3 = ((int32_t)((uint32_t)((int32_t)65535)>>((int32_t)(((int32_t)il2cpp_codegen_subtract(((int32_t)16), (int32_t)L_23))&((int32_t)31)))));
|
|
// return value & mask;
|
|
uint32_t L_24 = V_3;
|
|
return ((int32_t)(((int32_t)(uint16_t)((int32_t)(L_21>>((int32_t)((int32_t)L_22&((int32_t)31))))))&(int32_t)L_24));
|
|
}
|
|
|
|
IL_007e:
|
|
{
|
|
// if (bitOffset + bitCount <= 32)
|
|
uint32_t L_25 = ___1_bitOffset;
|
|
uint32_t L_26 = ___2_bitCount;
|
|
if ((!(((uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_25, (int32_t)L_26))) <= ((uint32_t)((int32_t)32)))))
|
|
{
|
|
goto IL_009b;
|
|
}
|
|
}
|
|
{
|
|
// var value = *(uint*)ptr;
|
|
void* L_27 = ___0_ptr;
|
|
int32_t L_28 = *((uint32_t*)L_27);
|
|
// value >>= (int)bitOffset;
|
|
uint32_t L_29 = ___1_bitOffset;
|
|
// var mask = 0xFFFFFFFFu >> (32 - (int)bitCount);
|
|
uint32_t L_30 = ___2_bitCount;
|
|
V_4 = ((int32_t)((uint32_t)(-1)>>((int32_t)(((int32_t)il2cpp_codegen_subtract(((int32_t)32), (int32_t)L_30))&((int32_t)31)))));
|
|
// return value & mask;
|
|
uint32_t L_31 = V_4;
|
|
return ((int32_t)(((int32_t)((uint32_t)L_28>>((int32_t)((int32_t)L_29&((int32_t)31)))))&(int32_t)L_31));
|
|
}
|
|
|
|
IL_009b:
|
|
{
|
|
// throw new NotImplementedException("Reading int straddling int boundary");
|
|
NotImplementedException_t6366FE4DCF15094C51F4833B91A2AE68D4DA90E8* L_32 = (NotImplementedException_t6366FE4DCF15094C51F4833B91A2AE68D4DA90E8*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotImplementedException_t6366FE4DCF15094C51F4833B91A2AE68D4DA90E8_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_32);
|
|
NotImplementedException__ctor_m8339D1A685E8D77CAC9D3260C06B38B5C7CA7742(L_32, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB65E0CD2222920FEF0AACB2070F5069A00A0F5E8)), NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_32, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&MemoryHelpers_ReadMultipleBitsAsUInt_m637377E693449AE1C39D0107AD24057FC1ACA1E4_RuntimeMethod_var)));
|
|
}
|
|
}
|
|
// System.Void UnityEngine.InputSystem.Utilities.MemoryHelpers::WriteUIntAsMultipleBits(System.Void*,System.UInt32,System.UInt32,System.UInt32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MemoryHelpers_WriteUIntAsMultipleBits_mCD66D6AAF05226A6BF96602113AC1C76B37AD574 (void* ___0_ptr, uint32_t ___1_bitOffset, uint32_t ___2_bitCount, uint32_t ___3_value, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
uint8_t V_2 = 0x0;
|
|
uint32_t V_3 = 0;
|
|
uint16_t V_4 = 0;
|
|
uint32_t V_5 = 0;
|
|
uint32_t V_6 = 0;
|
|
uint32_t V_7 = 0;
|
|
{
|
|
// if (ptr == null)
|
|
void* L_0 = ___0_ptr;
|
|
if ((!(((uintptr_t)L_0) == ((uintptr_t)((uintptr_t)0)))))
|
|
{
|
|
goto IL_0010;
|
|
}
|
|
}
|
|
{
|
|
// throw new ArgumentNullException(nameof(ptr));
|
|
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*)&_stringLiteralE493A589C92D423742E94550596D4C4E4B20CC33)), NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&MemoryHelpers_WriteUIntAsMultipleBits_mCD66D6AAF05226A6BF96602113AC1C76B37AD574_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_0010:
|
|
{
|
|
// if (bitCount > sizeof(int) * 8)
|
|
uint32_t L_2 = ___2_bitCount;
|
|
if ((!(((uint32_t)L_2) > ((uint32_t)((int32_t)32)))))
|
|
{
|
|
goto IL_0025;
|
|
}
|
|
}
|
|
{
|
|
// throw new ArgumentException("Trying to write more than 32 bits as int", nameof(bitCount));
|
|
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*)&_stringLiteralD54CB7DB750CFD4A202F28E9FE615FE000E19EE4)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral0763FE5EB1EAC35DDF3CD44B5645A71888066226)), NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&MemoryHelpers_WriteUIntAsMultipleBits_mCD66D6AAF05226A6BF96602113AC1C76B37AD574_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_0025:
|
|
{
|
|
// if (bitOffset > 32)
|
|
uint32_t L_4 = ___1_bitOffset;
|
|
if ((!(((uint32_t)L_4) > ((uint32_t)((int32_t)32)))))
|
|
{
|
|
goto IL_0040;
|
|
}
|
|
}
|
|
{
|
|
// var newBitOffset = (int)bitOffset % 32;
|
|
uint32_t L_5 = ___1_bitOffset;
|
|
V_0 = ((int32_t)((int32_t)L_5%((int32_t)32)));
|
|
// var intOffset = ((int)bitOffset - newBitOffset) / 32;
|
|
uint32_t L_6 = ___1_bitOffset;
|
|
int32_t L_7 = V_0;
|
|
V_1 = ((int32_t)(((int32_t)il2cpp_codegen_subtract((int32_t)L_6, L_7))/((int32_t)32)));
|
|
// ptr = (byte*)ptr + (intOffset * 4);
|
|
void* L_8 = ___0_ptr;
|
|
int32_t L_9 = V_1;
|
|
___0_ptr = ((void*)il2cpp_codegen_add((intptr_t)L_8, ((int32_t)il2cpp_codegen_multiply(L_9, 4))));
|
|
// bitOffset = (uint)newBitOffset;
|
|
int32_t L_10 = V_0;
|
|
___1_bitOffset = L_10;
|
|
}
|
|
|
|
IL_0040:
|
|
{
|
|
// if (bitOffset + bitCount <= 8)
|
|
uint32_t L_11 = ___1_bitOffset;
|
|
uint32_t L_12 = ___2_bitCount;
|
|
if ((!(((uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)L_12))) <= ((uint32_t)8))))
|
|
{
|
|
goto IL_006e;
|
|
}
|
|
}
|
|
{
|
|
// var byteValue = (byte)value;
|
|
uint32_t L_13 = ___3_value;
|
|
V_2 = (uint8_t)((int32_t)(uint8_t)L_13);
|
|
// byteValue <<= (int)bitOffset;
|
|
uint8_t L_14 = V_2;
|
|
uint32_t L_15 = ___1_bitOffset;
|
|
V_2 = (uint8_t)((int32_t)(uint8_t)((int32_t)((int32_t)L_14<<((int32_t)((int32_t)L_15&((int32_t)31))))));
|
|
// var mask = ~((0xFFU >> (8 - (int)bitCount)) << (int)bitOffset);
|
|
uint32_t L_16 = ___2_bitCount;
|
|
uint32_t L_17 = ___1_bitOffset;
|
|
V_3 = ((~((int32_t)(((int32_t)((uint32_t)((int32_t)255)>>((int32_t)(((int32_t)il2cpp_codegen_subtract(8, (int32_t)L_16))&((int32_t)31)))))<<((int32_t)((int32_t)L_17&((int32_t)31)))))));
|
|
// *(byte*)ptr = (byte)((*(byte*)ptr & mask) | byteValue);
|
|
void* L_18 = ___0_ptr;
|
|
void* L_19 = ___0_ptr;
|
|
int32_t L_20 = *((uint8_t*)L_19);
|
|
uint32_t L_21 = V_3;
|
|
uint8_t L_22 = V_2;
|
|
*((int8_t*)L_18) = (int8_t)((int32_t)(uint8_t)((int32_t)(((int32_t)(L_20&(int32_t)L_21))|(int32_t)L_22)));
|
|
// return;
|
|
return;
|
|
}
|
|
|
|
IL_006e:
|
|
{
|
|
// if (bitOffset + bitCount <= 16)
|
|
uint32_t L_23 = ___1_bitOffset;
|
|
uint32_t L_24 = ___2_bitCount;
|
|
if ((!(((uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)L_24))) <= ((uint32_t)((int32_t)16)))))
|
|
{
|
|
goto IL_00a4;
|
|
}
|
|
}
|
|
{
|
|
// var ushortValue = (ushort)value;
|
|
uint32_t L_25 = ___3_value;
|
|
V_4 = (uint16_t)((int32_t)(uint16_t)L_25);
|
|
// ushortValue <<= (int)bitOffset;
|
|
uint16_t L_26 = V_4;
|
|
uint32_t L_27 = ___1_bitOffset;
|
|
V_4 = (uint16_t)((int32_t)(uint16_t)((int32_t)((int32_t)L_26<<((int32_t)((int32_t)L_27&((int32_t)31))))));
|
|
// var mask = ~((0xFFFFU >> (16 - (int)bitCount)) << (int)bitOffset);
|
|
uint32_t L_28 = ___2_bitCount;
|
|
uint32_t L_29 = ___1_bitOffset;
|
|
V_5 = ((~((int32_t)(((int32_t)((uint32_t)((int32_t)65535)>>((int32_t)(((int32_t)il2cpp_codegen_subtract(((int32_t)16), (int32_t)L_28))&((int32_t)31)))))<<((int32_t)((int32_t)L_29&((int32_t)31)))))));
|
|
// *(ushort*)ptr = (ushort)((*(ushort*)ptr & mask) | ushortValue);
|
|
void* L_30 = ___0_ptr;
|
|
void* L_31 = ___0_ptr;
|
|
int32_t L_32 = *((uint16_t*)L_31);
|
|
uint32_t L_33 = V_5;
|
|
uint16_t L_34 = V_4;
|
|
*((int16_t*)L_30) = (int16_t)((int32_t)(uint16_t)((int32_t)(((int32_t)(L_32&(int32_t)L_33))|(int32_t)L_34)));
|
|
// return;
|
|
return;
|
|
}
|
|
|
|
IL_00a4:
|
|
{
|
|
// if (bitOffset + bitCount <= 32)
|
|
uint32_t L_35 = ___1_bitOffset;
|
|
uint32_t L_36 = ___2_bitCount;
|
|
if ((!(((uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_35, (int32_t)L_36))) <= ((uint32_t)((int32_t)32)))))
|
|
{
|
|
goto IL_00d3;
|
|
}
|
|
}
|
|
{
|
|
// var uintValue = (uint)value;
|
|
uint32_t L_37 = ___3_value;
|
|
V_6 = L_37;
|
|
// uintValue <<= (int)bitOffset;
|
|
uint32_t L_38 = V_6;
|
|
uint32_t L_39 = ___1_bitOffset;
|
|
V_6 = ((int32_t)((int32_t)L_38<<((int32_t)((int32_t)L_39&((int32_t)31)))));
|
|
// var mask = ~((0xFFFFFFFFU >> (32 - (int)bitCount)) << (int)bitOffset);
|
|
uint32_t L_40 = ___2_bitCount;
|
|
uint32_t L_41 = ___1_bitOffset;
|
|
V_7 = ((~((int32_t)(((int32_t)((uint32_t)(-1)>>((int32_t)(((int32_t)il2cpp_codegen_subtract(((int32_t)32), (int32_t)L_40))&((int32_t)31)))))<<((int32_t)((int32_t)L_41&((int32_t)31)))))));
|
|
// *(uint*)ptr = (*(uint*)ptr & mask) | uintValue;
|
|
void* L_42 = ___0_ptr;
|
|
void* L_43 = ___0_ptr;
|
|
int32_t L_44 = *((uint32_t*)L_43);
|
|
uint32_t L_45 = V_7;
|
|
uint32_t L_46 = V_6;
|
|
*((int32_t*)L_42) = (int32_t)((int32_t)(((int32_t)(L_44&(int32_t)L_45))|(int32_t)L_46));
|
|
// return;
|
|
return;
|
|
}
|
|
|
|
IL_00d3:
|
|
{
|
|
// throw new NotImplementedException("Writing int straddling int boundary");
|
|
NotImplementedException_t6366FE4DCF15094C51F4833B91A2AE68D4DA90E8* L_47 = (NotImplementedException_t6366FE4DCF15094C51F4833B91A2AE68D4DA90E8*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotImplementedException_t6366FE4DCF15094C51F4833B91A2AE68D4DA90E8_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_47);
|
|
NotImplementedException__ctor_m8339D1A685E8D77CAC9D3260C06B38B5C7CA7742(L_47, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral3ABFF555F317FC3F90BBC08DF52BDDE6D0E06A6C)), NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_47, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&MemoryHelpers_WriteUIntAsMultipleBits_mCD66D6AAF05226A6BF96602113AC1C76B37AD574_RuntimeMethod_var)));
|
|
}
|
|
}
|
|
// System.Int32 UnityEngine.InputSystem.Utilities.MemoryHelpers::ReadTwosComplementMultipleBitsAsInt(System.Void*,System.UInt32,System.UInt32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t MemoryHelpers_ReadTwosComplementMultipleBitsAsInt_m7C69264CDA47FD40FFB70454CB9A97DD75EC315D (void* ___0_ptr, uint32_t ___1_bitOffset, uint32_t ___2_bitCount, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// return (int)ReadMultipleBitsAsUInt(ptr, bitOffset, bitCount);
|
|
void* L_0 = ___0_ptr;
|
|
uint32_t L_1 = ___1_bitOffset;
|
|
uint32_t L_2 = ___2_bitCount;
|
|
uint32_t L_3;
|
|
L_3 = MemoryHelpers_ReadMultipleBitsAsUInt_m637377E693449AE1C39D0107AD24057FC1ACA1E4(L_0, L_1, L_2, NULL);
|
|
return L_3;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.InputSystem.Utilities.MemoryHelpers::WriteIntAsTwosComplementMultipleBits(System.Void*,System.UInt32,System.UInt32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MemoryHelpers_WriteIntAsTwosComplementMultipleBits_mB5981AEF6EEFF39BA3A1E2F444CAC2EA30C30AFC (void* ___0_ptr, uint32_t ___1_bitOffset, uint32_t ___2_bitCount, int32_t ___3_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// WriteUIntAsMultipleBits(ptr, bitOffset, bitCount, (uint)value);
|
|
void* L_0 = ___0_ptr;
|
|
uint32_t L_1 = ___1_bitOffset;
|
|
uint32_t L_2 = ___2_bitCount;
|
|
int32_t L_3 = ___3_value;
|
|
MemoryHelpers_WriteUIntAsMultipleBits_mCD66D6AAF05226A6BF96602113AC1C76B37AD574(L_0, L_1, L_2, L_3, NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Int32 UnityEngine.InputSystem.Utilities.MemoryHelpers::ReadExcessKMultipleBitsAsInt(System.Void*,System.UInt32,System.UInt32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t MemoryHelpers_ReadExcessKMultipleBitsAsInt_m18918D2FE78DD0B142D06EBC059494C038205072 (void* ___0_ptr, uint32_t ___1_bitOffset, uint32_t ___2_bitCount, const RuntimeMethod* method)
|
|
{
|
|
int64_t V_0 = 0;
|
|
{
|
|
// var value = (long)ReadMultipleBitsAsUInt(ptr, bitOffset, bitCount);
|
|
void* L_0 = ___0_ptr;
|
|
uint32_t L_1 = ___1_bitOffset;
|
|
uint32_t L_2 = ___2_bitCount;
|
|
uint32_t L_3;
|
|
L_3 = MemoryHelpers_ReadMultipleBitsAsUInt_m637377E693449AE1C39D0107AD24057FC1ACA1E4(L_0, L_1, L_2, NULL);
|
|
// var halfMax = (long)((1UL << (int)bitCount) / 2);
|
|
uint32_t L_4 = ___2_bitCount;
|
|
V_0 = ((int64_t)((uint64_t)(int64_t)((int64_t)(((int64_t)1)<<((int32_t)((int32_t)L_4&((int32_t)63)))))/(uint64_t)(int64_t)((int64_t)2)));
|
|
// return (int)(value - halfMax);
|
|
int64_t L_5 = V_0;
|
|
return ((int32_t)((int64_t)il2cpp_codegen_subtract(((int64_t)(uint64_t)L_3), L_5)));
|
|
}
|
|
}
|
|
// System.Void UnityEngine.InputSystem.Utilities.MemoryHelpers::WriteIntAsExcessKMultipleBits(System.Void*,System.UInt32,System.UInt32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MemoryHelpers_WriteIntAsExcessKMultipleBits_m5F15C1B3950C08D5B8A3B7CDB4270441DD7DDA20 (void* ___0_ptr, uint32_t ___1_bitOffset, uint32_t ___2_bitCount, int32_t ___3_value, const RuntimeMethod* method)
|
|
{
|
|
int64_t V_0 = 0;
|
|
{
|
|
// var halfMax = (long)((1UL << (int)bitCount) / 2);
|
|
uint32_t L_0 = ___2_bitCount;
|
|
// var unsignedValue = halfMax + value;
|
|
int32_t L_1 = ___3_value;
|
|
V_0 = ((int64_t)il2cpp_codegen_add(((int64_t)((uint64_t)(int64_t)((int64_t)(((int64_t)1)<<((int32_t)((int32_t)L_0&((int32_t)63)))))/(uint64_t)(int64_t)((int64_t)2))), ((int64_t)L_1)));
|
|
// WriteUIntAsMultipleBits(ptr, bitOffset, bitCount, (uint)unsignedValue);
|
|
void* L_2 = ___0_ptr;
|
|
uint32_t L_3 = ___1_bitOffset;
|
|
uint32_t L_4 = ___2_bitCount;
|
|
int64_t L_5 = V_0;
|
|
MemoryHelpers_WriteUIntAsMultipleBits_mCD66D6AAF05226A6BF96602113AC1C76B37AD574(L_2, L_3, L_4, ((int32_t)(uint32_t)L_5), NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Single UnityEngine.InputSystem.Utilities.MemoryHelpers::ReadMultipleBitsAsNormalizedUInt(System.Void*,System.UInt32,System.UInt32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float MemoryHelpers_ReadMultipleBitsAsNormalizedUInt_mC2F14071221F5D6F3E53F70423487C6A6BE177CA (void* ___0_ptr, uint32_t ___1_bitOffset, uint32_t ___2_bitCount, const RuntimeMethod* method)
|
|
{
|
|
uint32_t V_0 = 0;
|
|
{
|
|
// var uintValue = ReadMultipleBitsAsUInt(ptr, bitOffset, bitCount);
|
|
void* L_0 = ___0_ptr;
|
|
uint32_t L_1 = ___1_bitOffset;
|
|
uint32_t L_2 = ___2_bitCount;
|
|
uint32_t L_3;
|
|
L_3 = MemoryHelpers_ReadMultipleBitsAsUInt_m637377E693449AE1C39D0107AD24057FC1ACA1E4(L_0, L_1, L_2, NULL);
|
|
// var maxValue = (uint)((1UL << (int)bitCount) - 1);
|
|
uint32_t L_4 = ___2_bitCount;
|
|
V_0 = ((int32_t)(uint32_t)((int64_t)il2cpp_codegen_subtract(((int64_t)(((int64_t)1)<<((int32_t)((int32_t)L_4&((int32_t)63))))), ((int64_t)1))));
|
|
// return NumberHelpers.UIntToNormalizedFloat(uintValue, 0, maxValue);
|
|
uint32_t L_5 = V_0;
|
|
float L_6;
|
|
L_6 = NumberHelpers_UIntToNormalizedFloat_m7AC854D977290A07F9778706649DBE5CA4608189_inline(L_3, 0, L_5, NULL);
|
|
return L_6;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.InputSystem.Utilities.MemoryHelpers::WriteNormalizedUIntAsMultipleBits(System.Void*,System.UInt32,System.UInt32,System.Single)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MemoryHelpers_WriteNormalizedUIntAsMultipleBits_mB1DEDD83996F27AEAB22D55B93CCD43A1BC1525D (void* ___0_ptr, uint32_t ___1_bitOffset, uint32_t ___2_bitCount, float ___3_value, const RuntimeMethod* method)
|
|
{
|
|
uint32_t V_0 = 0;
|
|
uint32_t V_1 = 0;
|
|
{
|
|
// var maxValue = (uint)((1UL << (int)bitCount) - 1);
|
|
uint32_t L_0 = ___2_bitCount;
|
|
V_0 = ((int32_t)(uint32_t)((int64_t)il2cpp_codegen_subtract(((int64_t)(((int64_t)1)<<((int32_t)((int32_t)L_0&((int32_t)63))))), ((int64_t)1))));
|
|
// var uintValue = NumberHelpers.NormalizedFloatToUInt(value, 0, maxValue);
|
|
float L_1 = ___3_value;
|
|
uint32_t L_2 = V_0;
|
|
uint32_t L_3;
|
|
L_3 = NumberHelpers_NormalizedFloatToUInt_m83A3FB82B0A6D8684366FE38FF074756D652A6AC_inline(L_1, 0, L_2, NULL);
|
|
V_1 = L_3;
|
|
// WriteUIntAsMultipleBits(ptr, bitOffset, bitCount, uintValue);
|
|
void* L_4 = ___0_ptr;
|
|
uint32_t L_5 = ___1_bitOffset;
|
|
uint32_t L_6 = ___2_bitCount;
|
|
uint32_t L_7 = V_1;
|
|
MemoryHelpers_WriteUIntAsMultipleBits_mCD66D6AAF05226A6BF96602113AC1C76B37AD574(L_4, L_5, L_6, L_7, NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.InputSystem.Utilities.MemoryHelpers::SetBitsInBuffer(System.Void*,System.Int32,System.Int32,System.Int32,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MemoryHelpers_SetBitsInBuffer_m288254F04A3D3817571CA517F22D5B36FB413406 (void* ___0_buffer, int32_t ___1_byteOffset, int32_t ___2_bitOffset, int32_t ___3_sizeInBits, bool ___4_value, const RuntimeMethod* method)
|
|
{
|
|
uint8_t* V_0 = NULL;
|
|
int32_t V_1 = 0;
|
|
int32_t V_2 = 0;
|
|
int32_t V_3 = 0;
|
|
uint8_t V_4 = 0x0;
|
|
uint8_t* G_B19_0 = NULL;
|
|
uint8_t* G_B18_0 = NULL;
|
|
int32_t G_B20_0 = 0;
|
|
uint8_t* G_B20_1 = NULL;
|
|
{
|
|
// if (buffer == null)
|
|
void* L_0 = ___0_buffer;
|
|
if ((!(((uintptr_t)L_0) == ((uintptr_t)((uintptr_t)0)))))
|
|
{
|
|
goto IL_0015;
|
|
}
|
|
}
|
|
{
|
|
// throw new ArgumentException("A buffer must be provided to apply the bitmask on", nameof(buffer));
|
|
ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_1 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_1);
|
|
ArgumentException__ctor_m8F9D40CE19D19B698A70F9A258640EB52DB39B62(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralECC1D48B6BB2E7B927244EEB11BCE99D76615A27)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralC263EA29ADF3548CFEBC57B532EED28451A56C10)), NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&MemoryHelpers_SetBitsInBuffer_m288254F04A3D3817571CA517F22D5B36FB413406_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_0015:
|
|
{
|
|
// if (sizeInBits < 0)
|
|
int32_t L_2 = ___3_sizeInBits;
|
|
if ((((int32_t)L_2) >= ((int32_t)0)))
|
|
{
|
|
goto IL_0029;
|
|
}
|
|
}
|
|
{
|
|
// throw new ArgumentException("Negative sizeInBits", nameof(sizeInBits));
|
|
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*)&_stringLiteralC1AFC65BE2583BD07D830AD871E78B5B10E8C8C9)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralFDB92930DB8178029CF3942AC114F0E09724E568)), NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&MemoryHelpers_SetBitsInBuffer_m288254F04A3D3817571CA517F22D5B36FB413406_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_0029:
|
|
{
|
|
// if (bitOffset < 0)
|
|
int32_t L_4 = ___2_bitOffset;
|
|
if ((((int32_t)L_4) >= ((int32_t)0)))
|
|
{
|
|
goto IL_003d;
|
|
}
|
|
}
|
|
{
|
|
// throw new ArgumentException("Negative bitOffset", nameof(bitOffset));
|
|
ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_5 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_5);
|
|
ArgumentException__ctor_m8F9D40CE19D19B698A70F9A258640EB52DB39B62(L_5, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2827257F729202A8D898EFBF55E3E8B46CCBDF4C)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral839ED47AB1A82E25028246BC8D7318A261BFF05C)), NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&MemoryHelpers_SetBitsInBuffer_m288254F04A3D3817571CA517F22D5B36FB413406_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_003d:
|
|
{
|
|
// if (byteOffset < 0)
|
|
int32_t L_6 = ___1_byteOffset;
|
|
if ((((int32_t)L_6) >= ((int32_t)0)))
|
|
{
|
|
goto IL_0051;
|
|
}
|
|
}
|
|
{
|
|
// throw new ArgumentException("Negative byteOffset", nameof(byteOffset));
|
|
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, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralBB5CDAFD76F649736CB6FDF4120DDCD4B7F848E4)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7CBEDCD5FF6A0350179E0A1A9BEB1BCEC50F3773)), NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&MemoryHelpers_SetBitsInBuffer_m288254F04A3D3817571CA517F22D5B36FB413406_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_0051:
|
|
{
|
|
// if (bitOffset >= 8)
|
|
int32_t L_8 = ___2_bitOffset;
|
|
if ((((int32_t)L_8) < ((int32_t)8)))
|
|
{
|
|
goto IL_0063;
|
|
}
|
|
}
|
|
{
|
|
// var skipBytes = bitOffset / 8;
|
|
int32_t L_9 = ___2_bitOffset;
|
|
V_2 = ((int32_t)(L_9/8));
|
|
// byteOffset += skipBytes;
|
|
int32_t L_10 = ___1_byteOffset;
|
|
int32_t L_11 = V_2;
|
|
___1_byteOffset = ((int32_t)il2cpp_codegen_add(L_10, L_11));
|
|
// bitOffset %= 8;
|
|
int32_t L_12 = ___2_bitOffset;
|
|
___2_bitOffset = ((int32_t)(L_12%8));
|
|
}
|
|
|
|
IL_0063:
|
|
{
|
|
// var bytePos = (byte*)buffer + byteOffset;
|
|
void* L_13 = ___0_buffer;
|
|
int32_t L_14 = ___1_byteOffset;
|
|
V_0 = (uint8_t*)((void*)il2cpp_codegen_add((intptr_t)L_13, L_14));
|
|
// var sizeRemainingInBits = sizeInBits;
|
|
int32_t L_15 = ___3_sizeInBits;
|
|
V_1 = L_15;
|
|
// if (bitOffset != 0)
|
|
int32_t L_16 = ___2_bitOffset;
|
|
if (!L_16)
|
|
{
|
|
goto IL_00c7;
|
|
}
|
|
}
|
|
{
|
|
// var mask = 0xFF << bitOffset;
|
|
int32_t L_17 = ___2_bitOffset;
|
|
V_3 = ((int32_t)(((int32_t)255)<<((int32_t)(L_17&((int32_t)31)))));
|
|
// if (sizeRemainingInBits + bitOffset < 8)
|
|
int32_t L_18 = V_1;
|
|
int32_t L_19 = ___2_bitOffset;
|
|
if ((((int32_t)((int32_t)il2cpp_codegen_add(L_18, L_19))) >= ((int32_t)8)))
|
|
{
|
|
goto IL_008e;
|
|
}
|
|
}
|
|
{
|
|
// mask &= 0xFF >> (8 - (sizeRemainingInBits + bitOffset));
|
|
int32_t L_20 = V_3;
|
|
int32_t L_21 = V_1;
|
|
int32_t L_22 = ___2_bitOffset;
|
|
V_3 = ((int32_t)(L_20&((int32_t)(((int32_t)255)>>((int32_t)(((int32_t)il2cpp_codegen_subtract(8, ((int32_t)il2cpp_codegen_add(L_21, L_22))))&((int32_t)31)))))));
|
|
}
|
|
|
|
IL_008e:
|
|
{
|
|
// if (value)
|
|
bool L_23 = ___4_value;
|
|
if (!L_23)
|
|
{
|
|
goto IL_009c;
|
|
}
|
|
}
|
|
{
|
|
// *bytePos |= (byte)mask;
|
|
uint8_t* L_24 = V_0;
|
|
uint8_t* L_25 = L_24;
|
|
int32_t L_26 = *((uint8_t*)L_25);
|
|
int32_t L_27 = V_3;
|
|
*((int8_t*)L_25) = (int8_t)((int32_t)(uint8_t)((int32_t)(L_26|((int32_t)(uint8_t)L_27))));
|
|
goto IL_00a5;
|
|
}
|
|
|
|
IL_009c:
|
|
{
|
|
// *bytePos &= (byte)~mask;
|
|
uint8_t* L_28 = V_0;
|
|
uint8_t* L_29 = L_28;
|
|
int32_t L_30 = *((uint8_t*)L_29);
|
|
int32_t L_31 = V_3;
|
|
*((int8_t*)L_29) = (int8_t)((int32_t)(uint8_t)((int32_t)(L_30&((int32_t)(uint8_t)((~L_31))))));
|
|
}
|
|
|
|
IL_00a5:
|
|
{
|
|
// ++bytePos;
|
|
uint8_t* L_32 = V_0;
|
|
V_0 = ((uint8_t*)il2cpp_codegen_add((intptr_t)L_32, 1));
|
|
// sizeRemainingInBits -= 8 - bitOffset;
|
|
int32_t L_33 = V_1;
|
|
int32_t L_34 = ___2_bitOffset;
|
|
V_1 = ((int32_t)il2cpp_codegen_subtract(L_33, ((int32_t)il2cpp_codegen_subtract(8, L_34))));
|
|
goto IL_00c7;
|
|
}
|
|
|
|
IL_00b1:
|
|
{
|
|
// *bytePos = value ? (byte)0xFF : (byte)0;
|
|
uint8_t* L_35 = V_0;
|
|
bool L_36 = ___4_value;
|
|
G_B18_0 = L_35;
|
|
if (L_36)
|
|
{
|
|
G_B19_0 = L_35;
|
|
goto IL_00b9;
|
|
}
|
|
}
|
|
{
|
|
G_B20_0 = 0;
|
|
G_B20_1 = G_B18_0;
|
|
goto IL_00be;
|
|
}
|
|
|
|
IL_00b9:
|
|
{
|
|
G_B20_0 = ((int32_t)255);
|
|
G_B20_1 = G_B19_0;
|
|
}
|
|
|
|
IL_00be:
|
|
{
|
|
*((int8_t*)G_B20_1) = (int8_t)G_B20_0;
|
|
// ++bytePos;
|
|
uint8_t* L_37 = V_0;
|
|
V_0 = ((uint8_t*)il2cpp_codegen_add((intptr_t)L_37, 1));
|
|
// sizeRemainingInBits -= 8;
|
|
int32_t L_38 = V_1;
|
|
V_1 = ((int32_t)il2cpp_codegen_subtract(L_38, 8));
|
|
}
|
|
|
|
IL_00c7:
|
|
{
|
|
// while (sizeRemainingInBits >= 8)
|
|
int32_t L_39 = V_1;
|
|
if ((((int32_t)L_39) >= ((int32_t)8)))
|
|
{
|
|
goto IL_00b1;
|
|
}
|
|
}
|
|
{
|
|
// if (sizeRemainingInBits > 0)
|
|
int32_t L_40 = V_1;
|
|
if ((((int32_t)L_40) <= ((int32_t)0)))
|
|
{
|
|
goto IL_00f5;
|
|
}
|
|
}
|
|
{
|
|
// var mask = (byte)(0xFF >> 8 - sizeRemainingInBits);
|
|
int32_t L_41 = V_1;
|
|
V_4 = (uint8_t)((int32_t)(uint8_t)((int32_t)(((int32_t)255)>>((int32_t)(((int32_t)il2cpp_codegen_subtract(8, L_41))&((int32_t)31))))));
|
|
// if (value)
|
|
bool L_42 = ___4_value;
|
|
if (!L_42)
|
|
{
|
|
goto IL_00eb;
|
|
}
|
|
}
|
|
{
|
|
// *bytePos |= mask;
|
|
uint8_t* L_43 = V_0;
|
|
uint8_t* L_44 = L_43;
|
|
int32_t L_45 = *((uint8_t*)L_44);
|
|
uint8_t L_46 = V_4;
|
|
*((int8_t*)L_44) = (int8_t)((int32_t)(uint8_t)((int32_t)(L_45|(int32_t)L_46)));
|
|
return;
|
|
}
|
|
|
|
IL_00eb:
|
|
{
|
|
// *bytePos &= (byte)~mask;
|
|
uint8_t* L_47 = V_0;
|
|
uint8_t* L_48 = L_47;
|
|
int32_t L_49 = *((uint8_t*)L_48);
|
|
uint8_t L_50 = V_4;
|
|
*((int8_t*)L_48) = (int8_t)((int32_t)(uint8_t)((int32_t)(L_49&((int32_t)(uint8_t)((~L_50))))));
|
|
}
|
|
|
|
IL_00f5:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.UInt32 UnityEngine.InputSystem.Utilities.MemoryHelpers::AlignNatural(System.UInt32,System.UInt32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t MemoryHelpers_AlignNatural_m5A6E8B5387C9E221BB353EFFC899171DA982C4BA (uint32_t ___0_offset, uint32_t ___1_sizeInBytes, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tEB65DE7CA8B083C412C969C92981C030865486CE_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
uint32_t V_0 = 0;
|
|
{
|
|
// var alignment = Math.Min(8, sizeInBytes);
|
|
uint32_t L_0 = ___1_sizeInBytes;
|
|
il2cpp_codegen_runtime_class_init_inline(Math_tEB65DE7CA8B083C412C969C92981C030865486CE_il2cpp_TypeInfo_var);
|
|
uint32_t L_1;
|
|
L_1 = Math_Min_m66781C8F3800C6682369B449FFDB62FAD5E87121(8, L_0, NULL);
|
|
V_0 = L_1;
|
|
// return offset.AlignToMultipleOf(alignment);
|
|
uint32_t L_2 = ___0_offset;
|
|
uint32_t L_3 = V_0;
|
|
uint32_t L_4;
|
|
L_4 = NumberHelpers_AlignToMultipleOf_m44B66C972BC1F508B9022564F265D1AA6A001AAE_inline(L_2, L_3, 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
|
|
// System.Boolean UnityEngine.InputSystem.Utilities.MemoryHelpers/BitRegion::get_isEmpty()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BitRegion_get_isEmpty_mC3A6E466094BEA177ED90EB1C75DACB4CDF79A73 (BitRegion_tFE885CE2CC6C0287CF86BF59672C19D86D8DFC4C* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public bool isEmpty => sizeInBits == 0;
|
|
uint32_t L_0 = __this->___sizeInBits_1;
|
|
return (bool)((((int32_t)L_0) == ((int32_t)0))? 1 : 0);
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C bool BitRegion_get_isEmpty_mC3A6E466094BEA177ED90EB1C75DACB4CDF79A73_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
BitRegion_tFE885CE2CC6C0287CF86BF59672C19D86D8DFC4C* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<BitRegion_tFE885CE2CC6C0287CF86BF59672C19D86D8DFC4C*>(__this + _offset);
|
|
bool _returnValue;
|
|
_returnValue = BitRegion_get_isEmpty_mC3A6E466094BEA177ED90EB1C75DACB4CDF79A73(_thisAdjusted, method);
|
|
return _returnValue;
|
|
}
|
|
// System.Void UnityEngine.InputSystem.Utilities.MemoryHelpers/BitRegion::.ctor(System.UInt32,System.UInt32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BitRegion__ctor_m1E84F3CB4EE2913D35504825FBEA1D09730141EA (BitRegion_tFE885CE2CC6C0287CF86BF59672C19D86D8DFC4C* __this, uint32_t ___0_bitOffset, uint32_t ___1_sizeInBits, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// this.bitOffset = bitOffset;
|
|
uint32_t L_0 = ___0_bitOffset;
|
|
__this->___bitOffset_0 = L_0;
|
|
// this.sizeInBits = sizeInBits;
|
|
uint32_t L_1 = ___1_sizeInBits;
|
|
__this->___sizeInBits_1 = L_1;
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void BitRegion__ctor_m1E84F3CB4EE2913D35504825FBEA1D09730141EA_AdjustorThunk (RuntimeObject* __this, uint32_t ___0_bitOffset, uint32_t ___1_sizeInBits, const RuntimeMethod* method)
|
|
{
|
|
BitRegion_tFE885CE2CC6C0287CF86BF59672C19D86D8DFC4C* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<BitRegion_tFE885CE2CC6C0287CF86BF59672C19D86D8DFC4C*>(__this + _offset);
|
|
BitRegion__ctor_m1E84F3CB4EE2913D35504825FBEA1D09730141EA(_thisAdjusted, ___0_bitOffset, ___1_sizeInBits, method);
|
|
}
|
|
// System.Void UnityEngine.InputSystem.Utilities.MemoryHelpers/BitRegion::.ctor(System.UInt32,System.UInt32,System.UInt32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BitRegion__ctor_mAE0DA8673E801C54C88661E404E90955BC6BAAC4 (BitRegion_tFE885CE2CC6C0287CF86BF59672C19D86D8DFC4C* __this, uint32_t ___0_byteOffset, uint32_t ___1_bitOffset, uint32_t ___2_sizeInBits, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// this.bitOffset = byteOffset * 8 + bitOffset;
|
|
uint32_t L_0 = ___0_byteOffset;
|
|
uint32_t L_1 = ___1_bitOffset;
|
|
__this->___bitOffset_0 = ((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_multiply((int32_t)L_0, 8)), (int32_t)L_1));
|
|
// this.sizeInBits = sizeInBits;
|
|
uint32_t L_2 = ___2_sizeInBits;
|
|
__this->___sizeInBits_1 = L_2;
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void BitRegion__ctor_mAE0DA8673E801C54C88661E404E90955BC6BAAC4_AdjustorThunk (RuntimeObject* __this, uint32_t ___0_byteOffset, uint32_t ___1_bitOffset, uint32_t ___2_sizeInBits, const RuntimeMethod* method)
|
|
{
|
|
BitRegion_tFE885CE2CC6C0287CF86BF59672C19D86D8DFC4C* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<BitRegion_tFE885CE2CC6C0287CF86BF59672C19D86D8DFC4C*>(__this + _offset);
|
|
BitRegion__ctor_mAE0DA8673E801C54C88661E404E90955BC6BAAC4(_thisAdjusted, ___0_byteOffset, ___1_bitOffset, ___2_sizeInBits, method);
|
|
}
|
|
// UnityEngine.InputSystem.Utilities.MemoryHelpers/BitRegion UnityEngine.InputSystem.Utilities.MemoryHelpers/BitRegion::Overlap(UnityEngine.InputSystem.Utilities.MemoryHelpers/BitRegion)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BitRegion_tFE885CE2CC6C0287CF86BF59672C19D86D8DFC4C BitRegion_Overlap_mE463BD05419F00FCB54C4DBC6232ED631ECDF70E (BitRegion_tFE885CE2CC6C0287CF86BF59672C19D86D8DFC4C* __this, BitRegion_tFE885CE2CC6C0287CF86BF59672C19D86D8DFC4C ___0_other, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tEB65DE7CA8B083C412C969C92981C030865486CE_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
uint32_t V_0 = 0;
|
|
uint32_t V_1 = 0;
|
|
uint32_t V_2 = 0;
|
|
uint32_t V_3 = 0;
|
|
BitRegion_tFE885CE2CC6C0287CF86BF59672C19D86D8DFC4C V_4;
|
|
memset((&V_4), 0, sizeof(V_4));
|
|
{
|
|
// var thisEnd = bitOffset + sizeInBits;
|
|
uint32_t L_0 = __this->___bitOffset_0;
|
|
uint32_t L_1 = __this->___sizeInBits_1;
|
|
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)L_1));
|
|
// var otherEnd = other.bitOffset + other.sizeInBits;
|
|
BitRegion_tFE885CE2CC6C0287CF86BF59672C19D86D8DFC4C L_2 = ___0_other;
|
|
uint32_t L_3 = L_2.___bitOffset_0;
|
|
BitRegion_tFE885CE2CC6C0287CF86BF59672C19D86D8DFC4C L_4 = ___0_other;
|
|
uint32_t L_5 = L_4.___sizeInBits_1;
|
|
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)L_5));
|
|
// if (thisEnd <= other.bitOffset || otherEnd <= bitOffset)
|
|
uint32_t L_6 = V_0;
|
|
BitRegion_tFE885CE2CC6C0287CF86BF59672C19D86D8DFC4C L_7 = ___0_other;
|
|
uint32_t L_8 = L_7.___bitOffset_0;
|
|
if ((!(((uint32_t)L_6) > ((uint32_t)L_8))))
|
|
{
|
|
goto IL_002e;
|
|
}
|
|
}
|
|
{
|
|
uint32_t L_9 = V_1;
|
|
uint32_t L_10 = __this->___bitOffset_0;
|
|
if ((!(((uint32_t)L_9) <= ((uint32_t)L_10))))
|
|
{
|
|
goto IL_0039;
|
|
}
|
|
}
|
|
|
|
IL_002e:
|
|
{
|
|
// return default;
|
|
il2cpp_codegen_initobj((&V_4), sizeof(BitRegion_tFE885CE2CC6C0287CF86BF59672C19D86D8DFC4C));
|
|
BitRegion_tFE885CE2CC6C0287CF86BF59672C19D86D8DFC4C L_11 = V_4;
|
|
return L_11;
|
|
}
|
|
|
|
IL_0039:
|
|
{
|
|
// var end = Math.Min(thisEnd, otherEnd);
|
|
uint32_t L_12 = V_0;
|
|
uint32_t L_13 = V_1;
|
|
il2cpp_codegen_runtime_class_init_inline(Math_tEB65DE7CA8B083C412C969C92981C030865486CE_il2cpp_TypeInfo_var);
|
|
uint32_t L_14;
|
|
L_14 = Math_Min_m66781C8F3800C6682369B449FFDB62FAD5E87121(L_12, L_13, NULL);
|
|
V_2 = L_14;
|
|
// var start = Math.Max(bitOffset, other.bitOffset);
|
|
uint32_t L_15 = __this->___bitOffset_0;
|
|
BitRegion_tFE885CE2CC6C0287CF86BF59672C19D86D8DFC4C L_16 = ___0_other;
|
|
uint32_t L_17 = L_16.___bitOffset_0;
|
|
uint32_t L_18;
|
|
L_18 = Math_Max_m6612C5AE2D40056418765878E8787E4828D2ADD7(L_15, L_17, NULL);
|
|
V_3 = L_18;
|
|
// return new BitRegion(start, end - start);
|
|
uint32_t L_19 = V_3;
|
|
uint32_t L_20 = V_2;
|
|
uint32_t L_21 = V_3;
|
|
BitRegion_tFE885CE2CC6C0287CF86BF59672C19D86D8DFC4C L_22;
|
|
memset((&L_22), 0, sizeof(L_22));
|
|
BitRegion__ctor_m1E84F3CB4EE2913D35504825FBEA1D09730141EA((&L_22), L_19, ((int32_t)il2cpp_codegen_subtract((int32_t)L_20, (int32_t)L_21)), /*hidden argument*/NULL);
|
|
return L_22;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C BitRegion_tFE885CE2CC6C0287CF86BF59672C19D86D8DFC4C BitRegion_Overlap_mE463BD05419F00FCB54C4DBC6232ED631ECDF70E_AdjustorThunk (RuntimeObject* __this, BitRegion_tFE885CE2CC6C0287CF86BF59672C19D86D8DFC4C ___0_other, const RuntimeMethod* method)
|
|
{
|
|
BitRegion_tFE885CE2CC6C0287CF86BF59672C19D86D8DFC4C* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<BitRegion_tFE885CE2CC6C0287CF86BF59672C19D86D8DFC4C*>(__this + _offset);
|
|
BitRegion_tFE885CE2CC6C0287CF86BF59672C19D86D8DFC4C _returnValue;
|
|
_returnValue = BitRegion_Overlap_mE463BD05419F00FCB54C4DBC6232ED631ECDF70E(_thisAdjusted, ___0_other, method);
|
|
return _returnValue;
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// Conversion methods for marshalling of: UnityEngine.InputSystem.Utilities.NameAndParameters
|
|
IL2CPP_EXTERN_C void NameAndParameters_t8F37102128EFD31CA57808AE6E3D1244758DEA01_marshal_pinvoke(const NameAndParameters_t8F37102128EFD31CA57808AE6E3D1244758DEA01& unmarshaled, NameAndParameters_t8F37102128EFD31CA57808AE6E3D1244758DEA01_marshaled_pinvoke& marshaled)
|
|
{
|
|
Exception_t* ___U3CparametersU3Ek__BackingField_1Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field '<parameters>k__BackingField' of type 'NameAndParameters'.");
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(___U3CparametersU3Ek__BackingField_1Exception, NULL);
|
|
}
|
|
IL2CPP_EXTERN_C void NameAndParameters_t8F37102128EFD31CA57808AE6E3D1244758DEA01_marshal_pinvoke_back(const NameAndParameters_t8F37102128EFD31CA57808AE6E3D1244758DEA01_marshaled_pinvoke& marshaled, NameAndParameters_t8F37102128EFD31CA57808AE6E3D1244758DEA01& unmarshaled)
|
|
{
|
|
Exception_t* ___U3CparametersU3Ek__BackingField_1Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field '<parameters>k__BackingField' of type 'NameAndParameters'.");
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(___U3CparametersU3Ek__BackingField_1Exception, NULL);
|
|
}
|
|
// Conversion method for clean up from marshalling of: UnityEngine.InputSystem.Utilities.NameAndParameters
|
|
IL2CPP_EXTERN_C void NameAndParameters_t8F37102128EFD31CA57808AE6E3D1244758DEA01_marshal_pinvoke_cleanup(NameAndParameters_t8F37102128EFD31CA57808AE6E3D1244758DEA01_marshaled_pinvoke& marshaled)
|
|
{
|
|
}
|
|
// Conversion methods for marshalling of: UnityEngine.InputSystem.Utilities.NameAndParameters
|
|
IL2CPP_EXTERN_C void NameAndParameters_t8F37102128EFD31CA57808AE6E3D1244758DEA01_marshal_com(const NameAndParameters_t8F37102128EFD31CA57808AE6E3D1244758DEA01& unmarshaled, NameAndParameters_t8F37102128EFD31CA57808AE6E3D1244758DEA01_marshaled_com& marshaled)
|
|
{
|
|
Exception_t* ___U3CparametersU3Ek__BackingField_1Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field '<parameters>k__BackingField' of type 'NameAndParameters'.");
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(___U3CparametersU3Ek__BackingField_1Exception, NULL);
|
|
}
|
|
IL2CPP_EXTERN_C void NameAndParameters_t8F37102128EFD31CA57808AE6E3D1244758DEA01_marshal_com_back(const NameAndParameters_t8F37102128EFD31CA57808AE6E3D1244758DEA01_marshaled_com& marshaled, NameAndParameters_t8F37102128EFD31CA57808AE6E3D1244758DEA01& unmarshaled)
|
|
{
|
|
Exception_t* ___U3CparametersU3Ek__BackingField_1Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field '<parameters>k__BackingField' of type 'NameAndParameters'.");
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(___U3CparametersU3Ek__BackingField_1Exception, NULL);
|
|
}
|
|
// Conversion method for clean up from marshalling of: UnityEngine.InputSystem.Utilities.NameAndParameters
|
|
IL2CPP_EXTERN_C void NameAndParameters_t8F37102128EFD31CA57808AE6E3D1244758DEA01_marshal_com_cleanup(NameAndParameters_t8F37102128EFD31CA57808AE6E3D1244758DEA01_marshaled_com& marshaled)
|
|
{
|
|
}
|
|
// System.String UnityEngine.InputSystem.Utilities.NameAndParameters::get_name()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* NameAndParameters_get_name_m192631DA1AC9E80863E085B954EC65185AB999BB (NameAndParameters_t8F37102128EFD31CA57808AE6E3D1244758DEA01* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public string name { get; set; }
|
|
String_t* L_0 = __this->___U3CnameU3Ek__BackingField_0;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C String_t* NameAndParameters_get_name_m192631DA1AC9E80863E085B954EC65185AB999BB_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
NameAndParameters_t8F37102128EFD31CA57808AE6E3D1244758DEA01* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<NameAndParameters_t8F37102128EFD31CA57808AE6E3D1244758DEA01*>(__this + _offset);
|
|
String_t* _returnValue;
|
|
_returnValue = NameAndParameters_get_name_m192631DA1AC9E80863E085B954EC65185AB999BB_inline(_thisAdjusted, method);
|
|
return _returnValue;
|
|
}
|
|
// System.Void UnityEngine.InputSystem.Utilities.NameAndParameters::set_name(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NameAndParameters_set_name_m2801F82D305182583BDF540F3542136507DC8F6B (NameAndParameters_t8F37102128EFD31CA57808AE6E3D1244758DEA01* __this, String_t* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public string name { get; set; }
|
|
String_t* L_0 = ___0_value;
|
|
__this->___U3CnameU3Ek__BackingField_0 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CnameU3Ek__BackingField_0), (void*)L_0);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void NameAndParameters_set_name_m2801F82D305182583BDF540F3542136507DC8F6B_AdjustorThunk (RuntimeObject* __this, String_t* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
NameAndParameters_t8F37102128EFD31CA57808AE6E3D1244758DEA01* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<NameAndParameters_t8F37102128EFD31CA57808AE6E3D1244758DEA01*>(__this + _offset);
|
|
NameAndParameters_set_name_m2801F82D305182583BDF540F3542136507DC8F6B_inline(_thisAdjusted, ___0_value, method);
|
|
}
|
|
// UnityEngine.InputSystem.Utilities.ReadOnlyArray`1<UnityEngine.InputSystem.Utilities.NamedValue> UnityEngine.InputSystem.Utilities.NameAndParameters::get_parameters()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ReadOnlyArray_1_t4A15F7D15ACB297B45A08889D51E4CACEAD4EDF9 NameAndParameters_get_parameters_m95955C020AC036867502A12AA64D4EB5F5B61135 (NameAndParameters_t8F37102128EFD31CA57808AE6E3D1244758DEA01* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public ReadOnlyArray<NamedValue> parameters { get; set; }
|
|
ReadOnlyArray_1_t4A15F7D15ACB297B45A08889D51E4CACEAD4EDF9 L_0 = __this->___U3CparametersU3Ek__BackingField_1;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C ReadOnlyArray_1_t4A15F7D15ACB297B45A08889D51E4CACEAD4EDF9 NameAndParameters_get_parameters_m95955C020AC036867502A12AA64D4EB5F5B61135_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
NameAndParameters_t8F37102128EFD31CA57808AE6E3D1244758DEA01* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<NameAndParameters_t8F37102128EFD31CA57808AE6E3D1244758DEA01*>(__this + _offset);
|
|
ReadOnlyArray_1_t4A15F7D15ACB297B45A08889D51E4CACEAD4EDF9 _returnValue;
|
|
_returnValue = NameAndParameters_get_parameters_m95955C020AC036867502A12AA64D4EB5F5B61135_inline(_thisAdjusted, method);
|
|
return _returnValue;
|
|
}
|
|
// System.Void UnityEngine.InputSystem.Utilities.NameAndParameters::set_parameters(UnityEngine.InputSystem.Utilities.ReadOnlyArray`1<UnityEngine.InputSystem.Utilities.NamedValue>)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NameAndParameters_set_parameters_m503C9C51BCCF48E06523966533CA3F490E03D668 (NameAndParameters_t8F37102128EFD31CA57808AE6E3D1244758DEA01* __this, ReadOnlyArray_1_t4A15F7D15ACB297B45A08889D51E4CACEAD4EDF9 ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public ReadOnlyArray<NamedValue> parameters { get; set; }
|
|
ReadOnlyArray_1_t4A15F7D15ACB297B45A08889D51E4CACEAD4EDF9 L_0 = ___0_value;
|
|
__this->___U3CparametersU3Ek__BackingField_1 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)&(((&__this->___U3CparametersU3Ek__BackingField_1))->___m_Array_0), (void*)NULL);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void NameAndParameters_set_parameters_m503C9C51BCCF48E06523966533CA3F490E03D668_AdjustorThunk (RuntimeObject* __this, ReadOnlyArray_1_t4A15F7D15ACB297B45A08889D51E4CACEAD4EDF9 ___0_value, const RuntimeMethod* method)
|
|
{
|
|
NameAndParameters_t8F37102128EFD31CA57808AE6E3D1244758DEA01* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<NameAndParameters_t8F37102128EFD31CA57808AE6E3D1244758DEA01*>(__this + _offset);
|
|
NameAndParameters_set_parameters_m503C9C51BCCF48E06523966533CA3F490E03D668_inline(_thisAdjusted, ___0_value, method);
|
|
}
|
|
// System.String UnityEngine.InputSystem.Utilities.NameAndParameters::ToString()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* NameAndParameters_ToString_m8AD39CC89BF41DC919459E00C36B63F9D5F4E012 (NameAndParameters_t8F37102128EFD31CA57808AE6E3D1244758DEA01* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerable_Select_TisNamedValue_t1D89B1ACD11D2B5284666865014E67683742B8ED_TisString_t_mABBBF82818B05A51B080A47CF7E81F1C13A146E4_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerable_ToArray_TisString_t_m3B23EE2DD15B2996E7D2ECA6E74696DA892AA194_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_2_t526C279A85678AE3DCBB2300E3EF9872CBFACECC_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlyArray_1_get_Count_m76D58AB3E0CF768F6E547B59CAD83CEF522A5242_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlyArray_1_t4A15F7D15ACB297B45A08889D51E4CACEAD4EDF9_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_U3CToStringU3Eb__8_0_m891F744655F5E4AF08248FDE383249741CE6330E_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_t8AD7C84FF9F1064C77B838F0D20F40B9543CBCC3_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA3DFC0C77ACADE0EE48DCC73E795A597D0270A73);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB3F14BF976EFD974E34846B742502C802FABAE9D);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC18C9BB6DF0D5C60CE5A5D2D3D6111BEB6F8CCEB);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
String_t* V_0 = NULL;
|
|
ReadOnlyArray_1_t4A15F7D15ACB297B45A08889D51E4CACEAD4EDF9 V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
Func_2_t526C279A85678AE3DCBB2300E3EF9872CBFACECC* G_B4_0 = NULL;
|
|
RuntimeObject* G_B4_1 = NULL;
|
|
String_t* G_B4_2 = NULL;
|
|
Func_2_t526C279A85678AE3DCBB2300E3EF9872CBFACECC* G_B3_0 = NULL;
|
|
RuntimeObject* G_B3_1 = NULL;
|
|
String_t* G_B3_2 = NULL;
|
|
{
|
|
// if (parameters.Count == 0)
|
|
ReadOnlyArray_1_t4A15F7D15ACB297B45A08889D51E4CACEAD4EDF9 L_0;
|
|
L_0 = NameAndParameters_get_parameters_m95955C020AC036867502A12AA64D4EB5F5B61135_inline(__this, NULL);
|
|
V_1 = L_0;
|
|
int32_t L_1;
|
|
L_1 = ReadOnlyArray_1_get_Count_m76D58AB3E0CF768F6E547B59CAD83CEF522A5242_inline((&V_1), ReadOnlyArray_1_get_Count_m76D58AB3E0CF768F6E547B59CAD83CEF522A5242_RuntimeMethod_var);
|
|
if (L_1)
|
|
{
|
|
goto IL_0017;
|
|
}
|
|
}
|
|
{
|
|
// return name;
|
|
String_t* L_2;
|
|
L_2 = NameAndParameters_get_name_m192631DA1AC9E80863E085B954EC65185AB999BB_inline(__this, NULL);
|
|
return L_2;
|
|
}
|
|
|
|
IL_0017:
|
|
{
|
|
// var parameterString = string.Join(NamedValue.Separator, parameters.Select(x => x.ToString()).ToArray());
|
|
ReadOnlyArray_1_t4A15F7D15ACB297B45A08889D51E4CACEAD4EDF9 L_3;
|
|
L_3 = NameAndParameters_get_parameters_m95955C020AC036867502A12AA64D4EB5F5B61135_inline(__this, NULL);
|
|
ReadOnlyArray_1_t4A15F7D15ACB297B45A08889D51E4CACEAD4EDF9 L_4 = L_3;
|
|
RuntimeObject* L_5 = Box(ReadOnlyArray_1_t4A15F7D15ACB297B45A08889D51E4CACEAD4EDF9_il2cpp_TypeInfo_var, &L_4);
|
|
il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_t8AD7C84FF9F1064C77B838F0D20F40B9543CBCC3_il2cpp_TypeInfo_var);
|
|
Func_2_t526C279A85678AE3DCBB2300E3EF9872CBFACECC* L_6 = ((U3CU3Ec_t8AD7C84FF9F1064C77B838F0D20F40B9543CBCC3_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t8AD7C84FF9F1064C77B838F0D20F40B9543CBCC3_il2cpp_TypeInfo_var))->___U3CU3E9__8_0_1;
|
|
Func_2_t526C279A85678AE3DCBB2300E3EF9872CBFACECC* L_7 = L_6;
|
|
G_B3_0 = L_7;
|
|
G_B3_1 = L_5;
|
|
G_B3_2 = _stringLiteralC18C9BB6DF0D5C60CE5A5D2D3D6111BEB6F8CCEB;
|
|
if (L_7)
|
|
{
|
|
G_B4_0 = L_7;
|
|
G_B4_1 = L_5;
|
|
G_B4_2 = _stringLiteralC18C9BB6DF0D5C60CE5A5D2D3D6111BEB6F8CCEB;
|
|
goto IL_0046;
|
|
}
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_t8AD7C84FF9F1064C77B838F0D20F40B9543CBCC3_il2cpp_TypeInfo_var);
|
|
U3CU3Ec_t8AD7C84FF9F1064C77B838F0D20F40B9543CBCC3* L_8 = ((U3CU3Ec_t8AD7C84FF9F1064C77B838F0D20F40B9543CBCC3_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t8AD7C84FF9F1064C77B838F0D20F40B9543CBCC3_il2cpp_TypeInfo_var))->___U3CU3E9_0;
|
|
Func_2_t526C279A85678AE3DCBB2300E3EF9872CBFACECC* L_9 = (Func_2_t526C279A85678AE3DCBB2300E3EF9872CBFACECC*)il2cpp_codegen_object_new(Func_2_t526C279A85678AE3DCBB2300E3EF9872CBFACECC_il2cpp_TypeInfo_var);
|
|
NullCheck(L_9);
|
|
Func_2__ctor_m1760CA39C91164A1A82D79789B1D78B9AE623321(L_9, L_8, (intptr_t)((void*)U3CU3Ec_U3CToStringU3Eb__8_0_m891F744655F5E4AF08248FDE383249741CE6330E_RuntimeMethod_var), NULL);
|
|
Func_2_t526C279A85678AE3DCBB2300E3EF9872CBFACECC* L_10 = L_9;
|
|
((U3CU3Ec_t8AD7C84FF9F1064C77B838F0D20F40B9543CBCC3_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t8AD7C84FF9F1064C77B838F0D20F40B9543CBCC3_il2cpp_TypeInfo_var))->___U3CU3E9__8_0_1 = L_10;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((U3CU3Ec_t8AD7C84FF9F1064C77B838F0D20F40B9543CBCC3_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t8AD7C84FF9F1064C77B838F0D20F40B9543CBCC3_il2cpp_TypeInfo_var))->___U3CU3E9__8_0_1), (void*)L_10);
|
|
G_B4_0 = L_10;
|
|
G_B4_1 = G_B3_1;
|
|
G_B4_2 = G_B3_2;
|
|
}
|
|
|
|
IL_0046:
|
|
{
|
|
RuntimeObject* L_11;
|
|
L_11 = Enumerable_Select_TisNamedValue_t1D89B1ACD11D2B5284666865014E67683742B8ED_TisString_t_mABBBF82818B05A51B080A47CF7E81F1C13A146E4((RuntimeObject*)G_B4_1, G_B4_0, Enumerable_Select_TisNamedValue_t1D89B1ACD11D2B5284666865014E67683742B8ED_TisString_t_mABBBF82818B05A51B080A47CF7E81F1C13A146E4_RuntimeMethod_var);
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_12;
|
|
L_12 = Enumerable_ToArray_TisString_t_m3B23EE2DD15B2996E7D2ECA6E74696DA892AA194(L_11, Enumerable_ToArray_TisString_t_m3B23EE2DD15B2996E7D2ECA6E74696DA892AA194_RuntimeMethod_var);
|
|
String_t* L_13;
|
|
L_13 = String_Join_m557B6B554B87C1742FA0B128500073B421ED0BFD(G_B4_2, L_12, NULL);
|
|
V_0 = L_13;
|
|
// return $"{name}({parameterString})";
|
|
String_t* L_14;
|
|
L_14 = NameAndParameters_get_name_m192631DA1AC9E80863E085B954EC65185AB999BB_inline(__this, NULL);
|
|
String_t* L_15 = V_0;
|
|
String_t* L_16;
|
|
L_16 = String_Concat_m093934F71A9B351911EE46311674ED463B180006(L_14, _stringLiteralA3DFC0C77ACADE0EE48DCC73E795A597D0270A73, L_15, _stringLiteralB3F14BF976EFD974E34846B742502C802FABAE9D, NULL);
|
|
return L_16;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C String_t* NameAndParameters_ToString_m8AD39CC89BF41DC919459E00C36B63F9D5F4E012_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
NameAndParameters_t8F37102128EFD31CA57808AE6E3D1244758DEA01* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<NameAndParameters_t8F37102128EFD31CA57808AE6E3D1244758DEA01*>(__this + _offset);
|
|
String_t* _returnValue;
|
|
_returnValue = NameAndParameters_ToString_m8AD39CC89BF41DC919459E00C36B63F9D5F4E012(_thisAdjusted, method);
|
|
return _returnValue;
|
|
}
|
|
// 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)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerable_Empty_TisNameAndParameters_t8F37102128EFD31CA57808AE6E3D1244758DEA01_mB7EC334B328DC858AE56A03D0A9FCFA8124C1125_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
List_1_tF542FB9F97D34CC06B085D6872645B0DC0AA5E43* V_0 = NULL;
|
|
{
|
|
// List<NameAndParameters> list = null;
|
|
V_0 = (List_1_tF542FB9F97D34CC06B085D6872645B0DC0AA5E43*)NULL;
|
|
// if (!ParseMultiple(text, ref list))
|
|
String_t* L_0 = ___0_text;
|
|
bool L_1;
|
|
L_1 = NameAndParameters_ParseMultiple_mB740256AB833D91F04DA5BD484CE6BCE5CACBC2C(L_0, (&V_0), NULL);
|
|
if (L_1)
|
|
{
|
|
goto IL_0012;
|
|
}
|
|
}
|
|
{
|
|
// return Enumerable.Empty<NameAndParameters>();
|
|
RuntimeObject* L_2;
|
|
L_2 = Enumerable_Empty_TisNameAndParameters_t8F37102128EFD31CA57808AE6E3D1244758DEA01_mB7EC334B328DC858AE56A03D0A9FCFA8124C1125_inline(Enumerable_Empty_TisNameAndParameters_t8F37102128EFD31CA57808AE6E3D1244758DEA01_mB7EC334B328DC858AE56A03D0A9FCFA8124C1125_RuntimeMethod_var);
|
|
return L_2;
|
|
}
|
|
|
|
IL_0012:
|
|
{
|
|
// return list;
|
|
List_1_tF542FB9F97D34CC06B085D6872645B0DC0AA5E43* L_3 = V_0;
|
|
return L_3;
|
|
}
|
|
}
|
|
// System.Boolean UnityEngine.InputSystem.Utilities.NameAndParameters::ParseMultiple(System.String,System.Collections.Generic.List`1<UnityEngine.InputSystem.Utilities.NameAndParameters>&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NameAndParameters_ParseMultiple_mB740256AB833D91F04DA5BD484CE6BCE5CACBC2C (String_t* ___0_text, List_1_tF542FB9F97D34CC06B085D6872645B0DC0AA5E43** ___1_list, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_mA0F712F994883E3BEC29241900DDE5AEBE2561CB_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Clear_m58527EC8CB345DC3E53630A7B599BDCF01B206F8_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_m54679AACC475270264CAC43D2A0F43672A1D7082_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_tF542FB9F97D34CC06B085D6872645B0DC0AA5E43_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
{
|
|
// text = text.Trim();
|
|
String_t* L_0 = ___0_text;
|
|
NullCheck(L_0);
|
|
String_t* L_1;
|
|
L_1 = String_Trim_mCD6D8C6D4CFD15225D12DB7D3E0544CA80FB8DA5(L_0, NULL);
|
|
___0_text = L_1;
|
|
// if (string.IsNullOrEmpty(text))
|
|
String_t* L_2 = ___0_text;
|
|
bool L_3;
|
|
L_3 = String_IsNullOrEmpty_mEA9E3FB005AC28FE02E69FCF95A7B8456192B478(L_2, NULL);
|
|
if (!L_3)
|
|
{
|
|
goto IL_0012;
|
|
}
|
|
}
|
|
{
|
|
// return false;
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0012:
|
|
{
|
|
// if (list == null)
|
|
List_1_tF542FB9F97D34CC06B085D6872645B0DC0AA5E43** L_4 = ___1_list;
|
|
List_1_tF542FB9F97D34CC06B085D6872645B0DC0AA5E43* L_5 = *((List_1_tF542FB9F97D34CC06B085D6872645B0DC0AA5E43**)L_4);
|
|
if (L_5)
|
|
{
|
|
goto IL_001f;
|
|
}
|
|
}
|
|
{
|
|
// list = new List<NameAndParameters>();
|
|
List_1_tF542FB9F97D34CC06B085D6872645B0DC0AA5E43** L_6 = ___1_list;
|
|
List_1_tF542FB9F97D34CC06B085D6872645B0DC0AA5E43* L_7 = (List_1_tF542FB9F97D34CC06B085D6872645B0DC0AA5E43*)il2cpp_codegen_object_new(List_1_tF542FB9F97D34CC06B085D6872645B0DC0AA5E43_il2cpp_TypeInfo_var);
|
|
NullCheck(L_7);
|
|
List_1__ctor_m54679AACC475270264CAC43D2A0F43672A1D7082(L_7, List_1__ctor_m54679AACC475270264CAC43D2A0F43672A1D7082_RuntimeMethod_var);
|
|
*((RuntimeObject**)L_6) = (RuntimeObject*)L_7;
|
|
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_6, (void*)(RuntimeObject*)L_7);
|
|
goto IL_0026;
|
|
}
|
|
|
|
IL_001f:
|
|
{
|
|
// list.Clear();
|
|
List_1_tF542FB9F97D34CC06B085D6872645B0DC0AA5E43** L_8 = ___1_list;
|
|
List_1_tF542FB9F97D34CC06B085D6872645B0DC0AA5E43* L_9 = *((List_1_tF542FB9F97D34CC06B085D6872645B0DC0AA5E43**)L_8);
|
|
NullCheck(L_9);
|
|
List_1_Clear_m58527EC8CB345DC3E53630A7B599BDCF01B206F8_inline(L_9, List_1_Clear_m58527EC8CB345DC3E53630A7B599BDCF01B206F8_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0026:
|
|
{
|
|
// var index = 0;
|
|
V_0 = 0;
|
|
// var textLength = text.Length;
|
|
String_t* L_10 = ___0_text;
|
|
NullCheck(L_10);
|
|
int32_t L_11;
|
|
L_11 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_10, NULL);
|
|
V_1 = L_11;
|
|
goto IL_0041;
|
|
}
|
|
|
|
IL_0031:
|
|
{
|
|
// list.Add(ParseNameAndParameters(text, ref index));
|
|
List_1_tF542FB9F97D34CC06B085D6872645B0DC0AA5E43** L_12 = ___1_list;
|
|
List_1_tF542FB9F97D34CC06B085D6872645B0DC0AA5E43* L_13 = *((List_1_tF542FB9F97D34CC06B085D6872645B0DC0AA5E43**)L_12);
|
|
String_t* L_14 = ___0_text;
|
|
NameAndParameters_t8F37102128EFD31CA57808AE6E3D1244758DEA01 L_15;
|
|
L_15 = NameAndParameters_ParseNameAndParameters_m92C42E3F95E86C5EBB3E0D7A30C6DE154C6876A1(L_14, (&V_0), (bool)0, NULL);
|
|
NullCheck(L_13);
|
|
List_1_Add_mA0F712F994883E3BEC29241900DDE5AEBE2561CB_inline(L_13, L_15, List_1_Add_mA0F712F994883E3BEC29241900DDE5AEBE2561CB_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0041:
|
|
{
|
|
// while (index < textLength)
|
|
int32_t L_16 = V_0;
|
|
int32_t L_17 = V_1;
|
|
if ((((int32_t)L_16) < ((int32_t)L_17)))
|
|
{
|
|
goto IL_0031;
|
|
}
|
|
}
|
|
{
|
|
// return true;
|
|
return (bool)1;
|
|
}
|
|
}
|
|
// 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)
|
|
{
|
|
int32_t V_0 = 0;
|
|
NameAndParameters_t8F37102128EFD31CA57808AE6E3D1244758DEA01 V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
{
|
|
// if (text == null)
|
|
String_t* L_0 = ___0_text;
|
|
if (L_0)
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
// throw new ArgumentNullException(nameof(text));
|
|
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*)&_stringLiteralBFCC6EE94F1B7AA05A04750903E25F93A7188AE0)), NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NameAndParameters_ParseName_m0D1CA5ADD50166A4895728F245A2AEE6B8F812C3_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
// var index = 0;
|
|
V_0 = 0;
|
|
// return ParseNameAndParameters(text, ref index, true).name;
|
|
String_t* L_2 = ___0_text;
|
|
NameAndParameters_t8F37102128EFD31CA57808AE6E3D1244758DEA01 L_3;
|
|
L_3 = NameAndParameters_ParseNameAndParameters_m92C42E3F95E86C5EBB3E0D7A30C6DE154C6876A1(L_2, (&V_0), (bool)1, NULL);
|
|
V_1 = L_3;
|
|
String_t* L_4;
|
|
L_4 = NameAndParameters_get_name_m192631DA1AC9E80863E085B954EC65185AB999BB_inline((&V_1), NULL);
|
|
return L_4;
|
|
}
|
|
}
|
|
// 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)
|
|
{
|
|
int32_t V_0 = 0;
|
|
{
|
|
// if (text == null)
|
|
String_t* L_0 = ___0_text;
|
|
if (L_0)
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
// throw new ArgumentNullException(nameof(text));
|
|
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*)&_stringLiteralBFCC6EE94F1B7AA05A04750903E25F93A7188AE0)), NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NameAndParameters_Parse_m00F845B5458F20E4C574DFB572A38F21A8D218A4_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
// var index = 0;
|
|
V_0 = 0;
|
|
// return ParseNameAndParameters(text, ref index);
|
|
String_t* L_2 = ___0_text;
|
|
NameAndParameters_t8F37102128EFD31CA57808AE6E3D1244758DEA01 L_3;
|
|
L_3 = NameAndParameters_ParseNameAndParameters_m92C42E3F95E86C5EBB3E0D7A30C6DE154C6876A1(L_2, (&V_0), (bool)0, NULL);
|
|
return L_3;
|
|
}
|
|
}
|
|
// UnityEngine.InputSystem.Utilities.NameAndParameters UnityEngine.InputSystem.Utilities.NameAndParameters::ParseNameAndParameters(System.String,System.Int32&,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NameAndParameters_t8F37102128EFD31CA57808AE6E3D1244758DEA01 NameAndParameters_ParseNameAndParameters_m92C42E3F95E86C5EBB3E0D7A30C6DE154C6876A1 (String_t* ___0_text, int32_t* ___1_index, bool ___2_nameOnly, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlyArray_1__ctor_m0A2A04DEB5DD6904A88BA998F8DFF306E7932261_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC18C9BB6DF0D5C60CE5A5D2D3D6111BEB6F8CCEB);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
String_t* V_2 = NULL;
|
|
NamedValueU5BU5D_tADD8F1373B88C55F68499688D72C21A97F63303A* V_3 = NULL;
|
|
Il2CppChar V_4 = 0x0;
|
|
NameAndParameters_t8F37102128EFD31CA57808AE6E3D1244758DEA01 V_5;
|
|
memset((&V_5), 0, sizeof(V_5));
|
|
int32_t V_6 = 0;
|
|
{
|
|
// var textLength = text.Length;
|
|
String_t* L_0 = ___0_text;
|
|
NullCheck(L_0);
|
|
int32_t L_1;
|
|
L_1 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_0, NULL);
|
|
V_0 = L_1;
|
|
goto IL_000f;
|
|
}
|
|
|
|
IL_0009:
|
|
{
|
|
// ++index;
|
|
int32_t* L_2 = ___1_index;
|
|
int32_t* L_3 = ___1_index;
|
|
int32_t L_4 = *((int32_t*)L_3);
|
|
*((int32_t*)L_2) = (int32_t)((int32_t)il2cpp_codegen_add(L_4, 1));
|
|
}
|
|
|
|
IL_000f:
|
|
{
|
|
// while (index < textLength && char.IsWhiteSpace(text[index]))
|
|
int32_t* L_5 = ___1_index;
|
|
int32_t L_6 = *((int32_t*)L_5);
|
|
int32_t L_7 = V_0;
|
|
if ((((int32_t)L_6) >= ((int32_t)L_7)))
|
|
{
|
|
goto IL_0023;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_8 = ___0_text;
|
|
int32_t* L_9 = ___1_index;
|
|
int32_t L_10 = *((int32_t*)L_9);
|
|
NullCheck(L_8);
|
|
Il2CppChar L_11;
|
|
L_11 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_8, L_10, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var);
|
|
bool L_12;
|
|
L_12 = Char_IsWhiteSpace_m02AEC6EA19513CAFC6882CFCA54C45794D2B5924(L_11, NULL);
|
|
if (L_12)
|
|
{
|
|
goto IL_0009;
|
|
}
|
|
}
|
|
|
|
IL_0023:
|
|
{
|
|
// var nameStart = index;
|
|
int32_t* L_13 = ___1_index;
|
|
int32_t L_14 = *((int32_t*)L_13);
|
|
V_1 = L_14;
|
|
goto IL_0056;
|
|
}
|
|
|
|
IL_0028:
|
|
{
|
|
// var nextChar = text[index];
|
|
String_t* L_15 = ___0_text;
|
|
int32_t* L_16 = ___1_index;
|
|
int32_t L_17 = *((int32_t*)L_16);
|
|
NullCheck(L_15);
|
|
Il2CppChar L_18;
|
|
L_18 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_15, L_17, NULL);
|
|
V_4 = L_18;
|
|
// if (nextChar == '(' || nextChar == NamedValue.Separator[0] || char.IsWhiteSpace(nextChar))
|
|
Il2CppChar L_19 = V_4;
|
|
if ((((int32_t)L_19) == ((int32_t)((int32_t)40))))
|
|
{
|
|
goto IL_005b;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_20 = V_4;
|
|
NullCheck(_stringLiteralC18C9BB6DF0D5C60CE5A5D2D3D6111BEB6F8CCEB);
|
|
Il2CppChar L_21;
|
|
L_21 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(_stringLiteralC18C9BB6DF0D5C60CE5A5D2D3D6111BEB6F8CCEB, 0, NULL);
|
|
if ((((int32_t)L_20) == ((int32_t)L_21)))
|
|
{
|
|
goto IL_005b;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_22 = V_4;
|
|
il2cpp_codegen_runtime_class_init_inline(Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var);
|
|
bool L_23;
|
|
L_23 = Char_IsWhiteSpace_m02AEC6EA19513CAFC6882CFCA54C45794D2B5924(L_22, NULL);
|
|
if (L_23)
|
|
{
|
|
goto IL_005b;
|
|
}
|
|
}
|
|
{
|
|
// ++index;
|
|
int32_t* L_24 = ___1_index;
|
|
int32_t* L_25 = ___1_index;
|
|
int32_t L_26 = *((int32_t*)L_25);
|
|
*((int32_t*)L_24) = (int32_t)((int32_t)il2cpp_codegen_add(L_26, 1));
|
|
}
|
|
|
|
IL_0056:
|
|
{
|
|
// while (index < textLength)
|
|
int32_t* L_27 = ___1_index;
|
|
int32_t L_28 = *((int32_t*)L_27);
|
|
int32_t L_29 = V_0;
|
|
if ((((int32_t)L_28) < ((int32_t)L_29)))
|
|
{
|
|
goto IL_0028;
|
|
}
|
|
}
|
|
|
|
IL_005b:
|
|
{
|
|
// if (index - nameStart == 0)
|
|
int32_t* L_30 = ___1_index;
|
|
int32_t L_31 = *((int32_t*)L_30);
|
|
int32_t L_32 = V_1;
|
|
if (((int32_t)il2cpp_codegen_subtract(L_31, L_32)))
|
|
{
|
|
goto IL_007d;
|
|
}
|
|
}
|
|
{
|
|
// throw new ArgumentException($"Expecting name at position {nameStart} in '{text}'", nameof(text));
|
|
int32_t L_33 = V_1;
|
|
int32_t L_34 = L_33;
|
|
RuntimeObject* L_35 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var)), &L_34);
|
|
String_t* L_36 = ___0_text;
|
|
String_t* L_37;
|
|
L_37 = String_Format_mFB7DA489BD99F4670881FF50EC017BFB0A5C0987(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral56DC1334C5CEAADD03E7FF275D3A349AB0EEE957)), L_35, L_36, NULL);
|
|
ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_38 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_38);
|
|
ArgumentException__ctor_m8F9D40CE19D19B698A70F9A258640EB52DB39B62(L_38, L_37, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralBFCC6EE94F1B7AA05A04750903E25F93A7188AE0)), NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_38, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NameAndParameters_ParseNameAndParameters_m92C42E3F95E86C5EBB3E0D7A30C6DE154C6876A1_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_007d:
|
|
{
|
|
// var name = text.Substring(nameStart, index - nameStart);
|
|
String_t* L_39 = ___0_text;
|
|
int32_t L_40 = V_1;
|
|
int32_t* L_41 = ___1_index;
|
|
int32_t L_42 = *((int32_t*)L_41);
|
|
int32_t L_43 = V_1;
|
|
NullCheck(L_39);
|
|
String_t* L_44;
|
|
L_44 = String_Substring_mB1D94F47935D22E130FF2C01DBB6A4135FBB76CE(L_39, L_40, ((int32_t)il2cpp_codegen_subtract(L_42, L_43)), NULL);
|
|
V_2 = L_44;
|
|
// if (nameOnly)
|
|
bool L_45 = ___2_nameOnly;
|
|
if (!L_45)
|
|
{
|
|
goto IL_00a5;
|
|
}
|
|
}
|
|
{
|
|
// return new NameAndParameters {name = name};
|
|
il2cpp_codegen_initobj((&V_5), sizeof(NameAndParameters_t8F37102128EFD31CA57808AE6E3D1244758DEA01));
|
|
String_t* L_46 = V_2;
|
|
NameAndParameters_set_name_m2801F82D305182583BDF540F3542136507DC8F6B_inline((&V_5), L_46, NULL);
|
|
NameAndParameters_t8F37102128EFD31CA57808AE6E3D1244758DEA01 L_47 = V_5;
|
|
return L_47;
|
|
}
|
|
|
|
IL_009f:
|
|
{
|
|
// ++index;
|
|
int32_t* L_48 = ___1_index;
|
|
int32_t* L_49 = ___1_index;
|
|
int32_t L_50 = *((int32_t*)L_49);
|
|
*((int32_t*)L_48) = (int32_t)((int32_t)il2cpp_codegen_add(L_50, 1));
|
|
}
|
|
|
|
IL_00a5:
|
|
{
|
|
// while (index < textLength && char.IsWhiteSpace(text[index]))
|
|
int32_t* L_51 = ___1_index;
|
|
int32_t L_52 = *((int32_t*)L_51);
|
|
int32_t L_53 = V_0;
|
|
if ((((int32_t)L_52) >= ((int32_t)L_53)))
|
|
{
|
|
goto IL_00b9;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_54 = ___0_text;
|
|
int32_t* L_55 = ___1_index;
|
|
int32_t L_56 = *((int32_t*)L_55);
|
|
NullCheck(L_54);
|
|
Il2CppChar L_57;
|
|
L_57 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_54, L_56, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var);
|
|
bool L_58;
|
|
L_58 = Char_IsWhiteSpace_m02AEC6EA19513CAFC6882CFCA54C45794D2B5924(L_57, NULL);
|
|
if (L_58)
|
|
{
|
|
goto IL_009f;
|
|
}
|
|
}
|
|
|
|
IL_00b9:
|
|
{
|
|
// NamedValue[] parameters = null;
|
|
V_3 = (NamedValueU5BU5D_tADD8F1373B88C55F68499688D72C21A97F63303A*)NULL;
|
|
// if (index < textLength && text[index] == '(')
|
|
int32_t* L_59 = ___1_index;
|
|
int32_t L_60 = *((int32_t*)L_59);
|
|
int32_t L_61 = V_0;
|
|
if ((((int32_t)L_60) >= ((int32_t)L_61)))
|
|
{
|
|
goto IL_0119;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_62 = ___0_text;
|
|
int32_t* L_63 = ___1_index;
|
|
int32_t L_64 = *((int32_t*)L_63);
|
|
NullCheck(L_62);
|
|
Il2CppChar L_65;
|
|
L_65 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_62, L_64, NULL);
|
|
if ((!(((uint32_t)L_65) == ((uint32_t)((int32_t)40)))))
|
|
{
|
|
goto IL_0119;
|
|
}
|
|
}
|
|
{
|
|
// ++index;
|
|
int32_t* L_66 = ___1_index;
|
|
int32_t* L_67 = ___1_index;
|
|
int32_t L_68 = *((int32_t*)L_67);
|
|
*((int32_t*)L_66) = (int32_t)((int32_t)il2cpp_codegen_add(L_68, 1));
|
|
// var closeParenIndex = text.IndexOf(')', index);
|
|
String_t* L_69 = ___0_text;
|
|
int32_t* L_70 = ___1_index;
|
|
int32_t L_71 = *((int32_t*)L_70);
|
|
NullCheck(L_69);
|
|
int32_t L_72;
|
|
L_72 = String_IndexOf_m15B90A59047584420D227EE3A7EAC0C5EAF676F4(L_69, ((int32_t)41), L_71, NULL);
|
|
V_6 = L_72;
|
|
// if (closeParenIndex == -1)
|
|
int32_t L_73 = V_6;
|
|
if ((!(((uint32_t)L_73) == ((uint32_t)(-1)))))
|
|
{
|
|
goto IL_0100;
|
|
}
|
|
}
|
|
{
|
|
// throw new ArgumentException($"Expecting ')' after '(' at position {index} in '{text}'", nameof(text));
|
|
int32_t* L_74 = ___1_index;
|
|
int32_t L_75 = *((int32_t*)L_74);
|
|
int32_t L_76 = L_75;
|
|
RuntimeObject* L_77 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var)), &L_76);
|
|
String_t* L_78 = ___0_text;
|
|
String_t* L_79;
|
|
L_79 = String_Format_mFB7DA489BD99F4670881FF50EC017BFB0A5C0987(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF46630882423754260B554C455FED6E45684A334)), L_77, L_78, NULL);
|
|
ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_80 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_80);
|
|
ArgumentException__ctor_m8F9D40CE19D19B698A70F9A258640EB52DB39B62(L_80, L_79, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralBFCC6EE94F1B7AA05A04750903E25F93A7188AE0)), NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_80, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NameAndParameters_ParseNameAndParameters_m92C42E3F95E86C5EBB3E0D7A30C6DE154C6876A1_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_0100:
|
|
{
|
|
// var parameterString = text.Substring(index, closeParenIndex - index);
|
|
String_t* L_81 = ___0_text;
|
|
int32_t* L_82 = ___1_index;
|
|
int32_t L_83 = *((int32_t*)L_82);
|
|
int32_t L_84 = V_6;
|
|
int32_t* L_85 = ___1_index;
|
|
int32_t L_86 = *((int32_t*)L_85);
|
|
NullCheck(L_81);
|
|
String_t* L_87;
|
|
L_87 = String_Substring_mB1D94F47935D22E130FF2C01DBB6A4135FBB76CE(L_81, L_83, ((int32_t)il2cpp_codegen_subtract(L_84, L_86)), NULL);
|
|
// parameters = NamedValue.ParseMultiple(parameterString);
|
|
NamedValueU5BU5D_tADD8F1373B88C55F68499688D72C21A97F63303A* L_88;
|
|
L_88 = NamedValue_ParseMultiple_mC8E42688F072AECEBBEE37214D6A9812F124E1C6(L_87, NULL);
|
|
V_3 = L_88;
|
|
// index = closeParenIndex + 1;
|
|
int32_t* L_89 = ___1_index;
|
|
int32_t L_90 = V_6;
|
|
*((int32_t*)L_89) = (int32_t)((int32_t)il2cpp_codegen_add(L_90, 1));
|
|
}
|
|
|
|
IL_0119:
|
|
{
|
|
// if (index < textLength && (text[index] == ',' || text[index] == InputBinding.Separator))
|
|
int32_t* L_91 = ___1_index;
|
|
int32_t L_92 = *((int32_t*)L_91);
|
|
int32_t L_93 = V_0;
|
|
if ((((int32_t)L_92) >= ((int32_t)L_93)))
|
|
{
|
|
goto IL_013c;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_94 = ___0_text;
|
|
int32_t* L_95 = ___1_index;
|
|
int32_t L_96 = *((int32_t*)L_95);
|
|
NullCheck(L_94);
|
|
Il2CppChar L_97;
|
|
L_97 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_94, L_96, NULL);
|
|
if ((((int32_t)L_97) == ((int32_t)((int32_t)44))))
|
|
{
|
|
goto IL_0136;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_98 = ___0_text;
|
|
int32_t* L_99 = ___1_index;
|
|
int32_t L_100 = *((int32_t*)L_99);
|
|
NullCheck(L_98);
|
|
Il2CppChar L_101;
|
|
L_101 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_98, L_100, NULL);
|
|
if ((!(((uint32_t)L_101) == ((uint32_t)((int32_t)59)))))
|
|
{
|
|
goto IL_013c;
|
|
}
|
|
}
|
|
|
|
IL_0136:
|
|
{
|
|
// ++index;
|
|
int32_t* L_102 = ___1_index;
|
|
int32_t* L_103 = ___1_index;
|
|
int32_t L_104 = *((int32_t*)L_103);
|
|
*((int32_t*)L_102) = (int32_t)((int32_t)il2cpp_codegen_add(L_104, 1));
|
|
}
|
|
|
|
IL_013c:
|
|
{
|
|
// return new NameAndParameters {name = name, parameters = new ReadOnlyArray<NamedValue>(parameters)};
|
|
il2cpp_codegen_initobj((&V_5), sizeof(NameAndParameters_t8F37102128EFD31CA57808AE6E3D1244758DEA01));
|
|
String_t* L_105 = V_2;
|
|
NameAndParameters_set_name_m2801F82D305182583BDF540F3542136507DC8F6B_inline((&V_5), L_105, NULL);
|
|
NamedValueU5BU5D_tADD8F1373B88C55F68499688D72C21A97F63303A* L_106 = V_3;
|
|
ReadOnlyArray_1_t4A15F7D15ACB297B45A08889D51E4CACEAD4EDF9 L_107;
|
|
memset((&L_107), 0, sizeof(L_107));
|
|
ReadOnlyArray_1__ctor_m0A2A04DEB5DD6904A88BA998F8DFF306E7932261((&L_107), L_106, /*hidden argument*/ReadOnlyArray_1__ctor_m0A2A04DEB5DD6904A88BA998F8DFF306E7932261_RuntimeMethod_var);
|
|
NameAndParameters_set_parameters_m503C9C51BCCF48E06523966533CA3F490E03D668_inline((&V_5), L_107, NULL);
|
|
NameAndParameters_t8F37102128EFD31CA57808AE6E3D1244758DEA01 L_108 = V_5;
|
|
return L_108;
|
|
}
|
|
}
|
|
#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.Utilities.NameAndParameters/<>c::.cctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__cctor_m5DC478D00AA1413FFBB2D4CC2247A9D042DED088 (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_t8AD7C84FF9F1064C77B838F0D20F40B9543CBCC3_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
U3CU3Ec_t8AD7C84FF9F1064C77B838F0D20F40B9543CBCC3* L_0 = (U3CU3Ec_t8AD7C84FF9F1064C77B838F0D20F40B9543CBCC3*)il2cpp_codegen_object_new(U3CU3Ec_t8AD7C84FF9F1064C77B838F0D20F40B9543CBCC3_il2cpp_TypeInfo_var);
|
|
NullCheck(L_0);
|
|
U3CU3Ec__ctor_m486D1911DD41BBA08431CC7989B715D329BE10F4(L_0, NULL);
|
|
((U3CU3Ec_t8AD7C84FF9F1064C77B838F0D20F40B9543CBCC3_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t8AD7C84FF9F1064C77B838F0D20F40B9543CBCC3_il2cpp_TypeInfo_var))->___U3CU3E9_0 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((U3CU3Ec_t8AD7C84FF9F1064C77B838F0D20F40B9543CBCC3_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t8AD7C84FF9F1064C77B838F0D20F40B9543CBCC3_il2cpp_TypeInfo_var))->___U3CU3E9_0), (void*)L_0);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.InputSystem.Utilities.NameAndParameters/<>c::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__ctor_m486D1911DD41BBA08431CC7989B715D329BE10F4 (U3CU3Ec_t8AD7C84FF9F1064C77B838F0D20F40B9543CBCC3* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.String UnityEngine.InputSystem.Utilities.NameAndParameters/<>c::<ToString>b__8_0(UnityEngine.InputSystem.Utilities.NamedValue)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* U3CU3Ec_U3CToStringU3Eb__8_0_m891F744655F5E4AF08248FDE383249741CE6330E (U3CU3Ec_t8AD7C84FF9F1064C77B838F0D20F40B9543CBCC3* __this, NamedValue_t1D89B1ACD11D2B5284666865014E67683742B8ED ___0_x, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// var parameterString = string.Join(NamedValue.Separator, parameters.Select(x => x.ToString()).ToArray());
|
|
String_t* L_0;
|
|
L_0 = NamedValue_ToString_m0F6EBEC30931F42BE8B23CCC87490C7142FF93EF((&___0_x), 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.Utilities.NamedValue
|
|
IL2CPP_EXTERN_C void NamedValue_t1D89B1ACD11D2B5284666865014E67683742B8ED_marshal_pinvoke(const NamedValue_t1D89B1ACD11D2B5284666865014E67683742B8ED& unmarshaled, NamedValue_t1D89B1ACD11D2B5284666865014E67683742B8ED_marshaled_pinvoke& marshaled)
|
|
{
|
|
marshaled.___U3CnameU3Ek__BackingField_1 = il2cpp_codegen_marshal_string(unmarshaled.___U3CnameU3Ek__BackingField_1);
|
|
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4_marshal_pinvoke(unmarshaled.___U3CvalueU3Ek__BackingField_2, marshaled.___U3CvalueU3Ek__BackingField_2);
|
|
}
|
|
IL2CPP_EXTERN_C void NamedValue_t1D89B1ACD11D2B5284666865014E67683742B8ED_marshal_pinvoke_back(const NamedValue_t1D89B1ACD11D2B5284666865014E67683742B8ED_marshaled_pinvoke& marshaled, NamedValue_t1D89B1ACD11D2B5284666865014E67683742B8ED& unmarshaled)
|
|
{
|
|
unmarshaled.___U3CnameU3Ek__BackingField_1 = il2cpp_codegen_marshal_string_result(marshaled.___U3CnameU3Ek__BackingField_1);
|
|
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___U3CnameU3Ek__BackingField_1), (void*)il2cpp_codegen_marshal_string_result(marshaled.___U3CnameU3Ek__BackingField_1));
|
|
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 unmarshaledU3CvalueU3Ek__BackingField_temp_1;
|
|
memset((&unmarshaledU3CvalueU3Ek__BackingField_temp_1), 0, sizeof(unmarshaledU3CvalueU3Ek__BackingField_temp_1));
|
|
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4_marshal_pinvoke_back(marshaled.___U3CvalueU3Ek__BackingField_2, unmarshaledU3CvalueU3Ek__BackingField_temp_1);
|
|
unmarshaled.___U3CvalueU3Ek__BackingField_2 = unmarshaledU3CvalueU3Ek__BackingField_temp_1;
|
|
}
|
|
// Conversion method for clean up from marshalling of: UnityEngine.InputSystem.Utilities.NamedValue
|
|
IL2CPP_EXTERN_C void NamedValue_t1D89B1ACD11D2B5284666865014E67683742B8ED_marshal_pinvoke_cleanup(NamedValue_t1D89B1ACD11D2B5284666865014E67683742B8ED_marshaled_pinvoke& marshaled)
|
|
{
|
|
il2cpp_codegen_marshal_free(marshaled.___U3CnameU3Ek__BackingField_1);
|
|
marshaled.___U3CnameU3Ek__BackingField_1 = NULL;
|
|
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4_marshal_pinvoke_cleanup(marshaled.___U3CvalueU3Ek__BackingField_2);
|
|
}
|
|
|
|
|
|
// Conversion methods for marshalling of: UnityEngine.InputSystem.Utilities.NamedValue
|
|
IL2CPP_EXTERN_C void NamedValue_t1D89B1ACD11D2B5284666865014E67683742B8ED_marshal_com(const NamedValue_t1D89B1ACD11D2B5284666865014E67683742B8ED& unmarshaled, NamedValue_t1D89B1ACD11D2B5284666865014E67683742B8ED_marshaled_com& marshaled)
|
|
{
|
|
marshaled.___U3CnameU3Ek__BackingField_1 = il2cpp_codegen_marshal_bstring(unmarshaled.___U3CnameU3Ek__BackingField_1);
|
|
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4_marshal_com(unmarshaled.___U3CvalueU3Ek__BackingField_2, marshaled.___U3CvalueU3Ek__BackingField_2);
|
|
}
|
|
IL2CPP_EXTERN_C void NamedValue_t1D89B1ACD11D2B5284666865014E67683742B8ED_marshal_com_back(const NamedValue_t1D89B1ACD11D2B5284666865014E67683742B8ED_marshaled_com& marshaled, NamedValue_t1D89B1ACD11D2B5284666865014E67683742B8ED& unmarshaled)
|
|
{
|
|
unmarshaled.___U3CnameU3Ek__BackingField_1 = il2cpp_codegen_marshal_bstring_result(marshaled.___U3CnameU3Ek__BackingField_1);
|
|
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___U3CnameU3Ek__BackingField_1), (void*)il2cpp_codegen_marshal_bstring_result(marshaled.___U3CnameU3Ek__BackingField_1));
|
|
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 unmarshaledU3CvalueU3Ek__BackingField_temp_1;
|
|
memset((&unmarshaledU3CvalueU3Ek__BackingField_temp_1), 0, sizeof(unmarshaledU3CvalueU3Ek__BackingField_temp_1));
|
|
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4_marshal_com_back(marshaled.___U3CvalueU3Ek__BackingField_2, unmarshaledU3CvalueU3Ek__BackingField_temp_1);
|
|
unmarshaled.___U3CvalueU3Ek__BackingField_2 = unmarshaledU3CvalueU3Ek__BackingField_temp_1;
|
|
}
|
|
// Conversion method for clean up from marshalling of: UnityEngine.InputSystem.Utilities.NamedValue
|
|
IL2CPP_EXTERN_C void NamedValue_t1D89B1ACD11D2B5284666865014E67683742B8ED_marshal_com_cleanup(NamedValue_t1D89B1ACD11D2B5284666865014E67683742B8ED_marshaled_com& marshaled)
|
|
{
|
|
il2cpp_codegen_marshal_free_bstring(marshaled.___U3CnameU3Ek__BackingField_1);
|
|
marshaled.___U3CnameU3Ek__BackingField_1 = NULL;
|
|
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4_marshal_com_cleanup(marshaled.___U3CvalueU3Ek__BackingField_2);
|
|
}
|
|
// System.String UnityEngine.InputSystem.Utilities.NamedValue::get_name()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* NamedValue_get_name_m45E9C3490890CE9E140EFCF1A33781E0939A884F (NamedValue_t1D89B1ACD11D2B5284666865014E67683742B8ED* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public string name { get; set; }
|
|
String_t* L_0 = __this->___U3CnameU3Ek__BackingField_1;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C String_t* NamedValue_get_name_m45E9C3490890CE9E140EFCF1A33781E0939A884F_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
NamedValue_t1D89B1ACD11D2B5284666865014E67683742B8ED* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<NamedValue_t1D89B1ACD11D2B5284666865014E67683742B8ED*>(__this + _offset);
|
|
String_t* _returnValue;
|
|
_returnValue = NamedValue_get_name_m45E9C3490890CE9E140EFCF1A33781E0939A884F_inline(_thisAdjusted, method);
|
|
return _returnValue;
|
|
}
|
|
// System.Void UnityEngine.InputSystem.Utilities.NamedValue::set_name(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NamedValue_set_name_mCF3BCACF7F87CF0C64AB3E4547BA5876ADF1940C (NamedValue_t1D89B1ACD11D2B5284666865014E67683742B8ED* __this, String_t* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public string name { get; set; }
|
|
String_t* L_0 = ___0_value;
|
|
__this->___U3CnameU3Ek__BackingField_1 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CnameU3Ek__BackingField_1), (void*)L_0);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void NamedValue_set_name_mCF3BCACF7F87CF0C64AB3E4547BA5876ADF1940C_AdjustorThunk (RuntimeObject* __this, String_t* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
NamedValue_t1D89B1ACD11D2B5284666865014E67683742B8ED* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<NamedValue_t1D89B1ACD11D2B5284666865014E67683742B8ED*>(__this + _offset);
|
|
NamedValue_set_name_mCF3BCACF7F87CF0C64AB3E4547BA5876ADF1940C_inline(_thisAdjusted, ___0_value, method);
|
|
}
|
|
// UnityEngine.InputSystem.Utilities.PrimitiveValue UnityEngine.InputSystem.Utilities.NamedValue::get_value()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 NamedValue_get_value_m511BD4B70448C88B98FE3CCC7483DA07AAC2BBAD (NamedValue_t1D89B1ACD11D2B5284666865014E67683742B8ED* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public PrimitiveValue value { get; set; }
|
|
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 L_0 = __this->___U3CvalueU3Ek__BackingField_2;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 NamedValue_get_value_m511BD4B70448C88B98FE3CCC7483DA07AAC2BBAD_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
NamedValue_t1D89B1ACD11D2B5284666865014E67683742B8ED* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<NamedValue_t1D89B1ACD11D2B5284666865014E67683742B8ED*>(__this + _offset);
|
|
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 _returnValue;
|
|
_returnValue = NamedValue_get_value_m511BD4B70448C88B98FE3CCC7483DA07AAC2BBAD_inline(_thisAdjusted, method);
|
|
return _returnValue;
|
|
}
|
|
// System.Void UnityEngine.InputSystem.Utilities.NamedValue::set_value(UnityEngine.InputSystem.Utilities.PrimitiveValue)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NamedValue_set_value_mD96CEA0EB28C32139F47AEF613FE40B6DD7A5D7D (NamedValue_t1D89B1ACD11D2B5284666865014E67683742B8ED* __this, PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public PrimitiveValue value { get; set; }
|
|
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 L_0 = ___0_value;
|
|
__this->___U3CvalueU3Ek__BackingField_2 = L_0;
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void NamedValue_set_value_mD96CEA0EB28C32139F47AEF613FE40B6DD7A5D7D_AdjustorThunk (RuntimeObject* __this, PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 ___0_value, const RuntimeMethod* method)
|
|
{
|
|
NamedValue_t1D89B1ACD11D2B5284666865014E67683742B8ED* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<NamedValue_t1D89B1ACD11D2B5284666865014E67683742B8ED*>(__this + _offset);
|
|
NamedValue_set_value_mD96CEA0EB28C32139F47AEF613FE40B6DD7A5D7D_inline(_thisAdjusted, ___0_value, method);
|
|
}
|
|
// System.TypeCode UnityEngine.InputSystem.Utilities.NamedValue::get_type()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NamedValue_get_type_mF2FBED751DA0516D66F46AB32C60DFFE8027380F (NamedValue_t1D89B1ACD11D2B5284666865014E67683742B8ED* __this, const RuntimeMethod* method)
|
|
{
|
|
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
// public TypeCode type => value.type;
|
|
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 L_0;
|
|
L_0 = NamedValue_get_value_m511BD4B70448C88B98FE3CCC7483DA07AAC2BBAD_inline(__this, NULL);
|
|
V_0 = L_0;
|
|
int32_t L_1;
|
|
L_1 = PrimitiveValue_get_type_m5E879D643209154FA8B68A45366EB969221CF4F4_inline((&V_0), NULL);
|
|
return L_1;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C int32_t NamedValue_get_type_mF2FBED751DA0516D66F46AB32C60DFFE8027380F_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
NamedValue_t1D89B1ACD11D2B5284666865014E67683742B8ED* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<NamedValue_t1D89B1ACD11D2B5284666865014E67683742B8ED*>(__this + _offset);
|
|
int32_t _returnValue;
|
|
_returnValue = NamedValue_get_type_mF2FBED751DA0516D66F46AB32C60DFFE8027380F(_thisAdjusted, method);
|
|
return _returnValue;
|
|
}
|
|
// UnityEngine.InputSystem.Utilities.NamedValue UnityEngine.InputSystem.Utilities.NamedValue::ConvertTo(System.TypeCode)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NamedValue_t1D89B1ACD11D2B5284666865014E67683742B8ED NamedValue_ConvertTo_m24D11B4DFFD04FE9104E962E7BAD9AD744719C40 (NamedValue_t1D89B1ACD11D2B5284666865014E67683742B8ED* __this, int32_t ___0_type, const RuntimeMethod* method)
|
|
{
|
|
NamedValue_t1D89B1ACD11D2B5284666865014E67683742B8ED V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
{
|
|
// return new NamedValue
|
|
// {
|
|
// name = name,
|
|
// value = value.ConvertTo(type)
|
|
// };
|
|
il2cpp_codegen_initobj((&V_0), sizeof(NamedValue_t1D89B1ACD11D2B5284666865014E67683742B8ED));
|
|
String_t* L_0;
|
|
L_0 = NamedValue_get_name_m45E9C3490890CE9E140EFCF1A33781E0939A884F_inline(__this, NULL);
|
|
NamedValue_set_name_mCF3BCACF7F87CF0C64AB3E4547BA5876ADF1940C_inline((&V_0), L_0, NULL);
|
|
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 L_1;
|
|
L_1 = NamedValue_get_value_m511BD4B70448C88B98FE3CCC7483DA07AAC2BBAD_inline(__this, NULL);
|
|
V_1 = L_1;
|
|
int32_t L_2 = ___0_type;
|
|
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 L_3;
|
|
L_3 = PrimitiveValue_ConvertTo_m3C9A743C61C05379F24963C048A79434034322FC((&V_1), L_2, NULL);
|
|
NamedValue_set_value_mD96CEA0EB28C32139F47AEF613FE40B6DD7A5D7D_inline((&V_0), L_3, NULL);
|
|
NamedValue_t1D89B1ACD11D2B5284666865014E67683742B8ED L_4 = V_0;
|
|
return L_4;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C NamedValue_t1D89B1ACD11D2B5284666865014E67683742B8ED NamedValue_ConvertTo_m24D11B4DFFD04FE9104E962E7BAD9AD744719C40_AdjustorThunk (RuntimeObject* __this, int32_t ___0_type, const RuntimeMethod* method)
|
|
{
|
|
NamedValue_t1D89B1ACD11D2B5284666865014E67683742B8ED* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<NamedValue_t1D89B1ACD11D2B5284666865014E67683742B8ED*>(__this + _offset);
|
|
NamedValue_t1D89B1ACD11D2B5284666865014E67683742B8ED _returnValue;
|
|
_returnValue = NamedValue_ConvertTo_m24D11B4DFFD04FE9104E962E7BAD9AD744719C40(_thisAdjusted, ___0_type, method);
|
|
return _returnValue;
|
|
}
|
|
// System.String UnityEngine.InputSystem.Utilities.NamedValue::ToString()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* NamedValue_ToString_m0F6EBEC30931F42BE8B23CCC87490C7142FF93EF (NamedValue_t1D89B1ACD11D2B5284666865014E67683742B8ED* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0236BACCD260A20F0738D0E7EDBB60850D17B36A);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// return $"{name}={value}";
|
|
String_t* L_0;
|
|
L_0 = NamedValue_get_name_m45E9C3490890CE9E140EFCF1A33781E0939A884F_inline(__this, NULL);
|
|
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 L_1;
|
|
L_1 = NamedValue_get_value_m511BD4B70448C88B98FE3CCC7483DA07AAC2BBAD_inline(__this, NULL);
|
|
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 L_2 = L_1;
|
|
RuntimeObject* L_3 = Box(PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4_il2cpp_TypeInfo_var, &L_2);
|
|
String_t* L_4;
|
|
L_4 = String_Format_mFB7DA489BD99F4670881FF50EC017BFB0A5C0987(_stringLiteral0236BACCD260A20F0738D0E7EDBB60850D17B36A, L_0, L_3, NULL);
|
|
return L_4;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C String_t* NamedValue_ToString_m0F6EBEC30931F42BE8B23CCC87490C7142FF93EF_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
NamedValue_t1D89B1ACD11D2B5284666865014E67683742B8ED* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<NamedValue_t1D89B1ACD11D2B5284666865014E67683742B8ED*>(__this + _offset);
|
|
String_t* _returnValue;
|
|
_returnValue = NamedValue_ToString_m0F6EBEC30931F42BE8B23CCC87490C7142FF93EF(_thisAdjusted, method);
|
|
return _returnValue;
|
|
}
|
|
// System.Boolean UnityEngine.InputSystem.Utilities.NamedValue::Equals(UnityEngine.InputSystem.Utilities.NamedValue)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NamedValue_Equals_m5FADA66AE3D59B90A3711D5CC97E49E9C8D004FE (NamedValue_t1D89B1ACD11D2B5284666865014E67683742B8ED* __this, NamedValue_t1D89B1ACD11D2B5284666865014E67683742B8ED ___0_other, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// return string.Equals(name, other.name, StringComparison.InvariantCultureIgnoreCase)
|
|
// && value == other.value;
|
|
String_t* L_0;
|
|
L_0 = NamedValue_get_name_m45E9C3490890CE9E140EFCF1A33781E0939A884F_inline(__this, NULL);
|
|
String_t* L_1;
|
|
L_1 = NamedValue_get_name_m45E9C3490890CE9E140EFCF1A33781E0939A884F_inline((&___0_other), NULL);
|
|
bool L_2;
|
|
L_2 = String_Equals_mCC34895D0DB2AD440C9D8767032215BC86B5C48B(L_0, L_1, 3, NULL);
|
|
if (!L_2)
|
|
{
|
|
goto IL_0028;
|
|
}
|
|
}
|
|
{
|
|
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 L_3;
|
|
L_3 = NamedValue_get_value_m511BD4B70448C88B98FE3CCC7483DA07AAC2BBAD_inline(__this, NULL);
|
|
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 L_4;
|
|
L_4 = NamedValue_get_value_m511BD4B70448C88B98FE3CCC7483DA07AAC2BBAD_inline((&___0_other), NULL);
|
|
bool L_5;
|
|
L_5 = PrimitiveValue_op_Equality_m8BE927DD619CED4B244E4454A09ED72993A9C3D4(L_3, L_4, NULL);
|
|
return L_5;
|
|
}
|
|
|
|
IL_0028:
|
|
{
|
|
return (bool)0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C bool NamedValue_Equals_m5FADA66AE3D59B90A3711D5CC97E49E9C8D004FE_AdjustorThunk (RuntimeObject* __this, NamedValue_t1D89B1ACD11D2B5284666865014E67683742B8ED ___0_other, const RuntimeMethod* method)
|
|
{
|
|
NamedValue_t1D89B1ACD11D2B5284666865014E67683742B8ED* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<NamedValue_t1D89B1ACD11D2B5284666865014E67683742B8ED*>(__this + _offset);
|
|
bool _returnValue;
|
|
_returnValue = NamedValue_Equals_m5FADA66AE3D59B90A3711D5CC97E49E9C8D004FE(_thisAdjusted, ___0_other, method);
|
|
return _returnValue;
|
|
}
|
|
// System.Boolean UnityEngine.InputSystem.Utilities.NamedValue::Equals(System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NamedValue_Equals_m86355FFFA5B5AC03EC1BE50F8896AD5C8AADBA75 (NamedValue_t1D89B1ACD11D2B5284666865014E67683742B8ED* __this, RuntimeObject* ___0_obj, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NamedValue_t1D89B1ACD11D2B5284666865014E67683742B8ED_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
NamedValue_t1D89B1ACD11D2B5284666865014E67683742B8ED 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 NamedValue parameterValue && Equals(parameterValue);
|
|
RuntimeObject* L_1 = ___0_obj;
|
|
if (!((RuntimeObject*)IsInstSealed((RuntimeObject*)L_1, NamedValue_t1D89B1ACD11D2B5284666865014E67683742B8ED_il2cpp_TypeInfo_var)))
|
|
{
|
|
goto IL_001c;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject* L_2 = ___0_obj;
|
|
V_0 = ((*(NamedValue_t1D89B1ACD11D2B5284666865014E67683742B8ED*)((NamedValue_t1D89B1ACD11D2B5284666865014E67683742B8ED*)(NamedValue_t1D89B1ACD11D2B5284666865014E67683742B8ED*)UnBox(L_2, NamedValue_t1D89B1ACD11D2B5284666865014E67683742B8ED_il2cpp_TypeInfo_var))));
|
|
NamedValue_t1D89B1ACD11D2B5284666865014E67683742B8ED L_3 = V_0;
|
|
bool L_4;
|
|
L_4 = NamedValue_Equals_m5FADA66AE3D59B90A3711D5CC97E49E9C8D004FE(__this, L_3, NULL);
|
|
return L_4;
|
|
}
|
|
|
|
IL_001c:
|
|
{
|
|
return (bool)0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C bool NamedValue_Equals_m86355FFFA5B5AC03EC1BE50F8896AD5C8AADBA75_AdjustorThunk (RuntimeObject* __this, RuntimeObject* ___0_obj, const RuntimeMethod* method)
|
|
{
|
|
NamedValue_t1D89B1ACD11D2B5284666865014E67683742B8ED* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<NamedValue_t1D89B1ACD11D2B5284666865014E67683742B8ED*>(__this + _offset);
|
|
bool _returnValue;
|
|
_returnValue = NamedValue_Equals_m86355FFFA5B5AC03EC1BE50F8896AD5C8AADBA75(_thisAdjusted, ___0_obj, method);
|
|
return _returnValue;
|
|
}
|
|
// System.Int32 UnityEngine.InputSystem.Utilities.NamedValue::GetHashCode()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NamedValue_GetHashCode_mEC04989699012042196140B1FF0FE7DD6A0237AD (NamedValue_t1D89B1ACD11D2B5284666865014E67683742B8ED* __this, const RuntimeMethod* method)
|
|
{
|
|
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
int32_t G_B3_0 = 0;
|
|
{
|
|
// var hashCode = (name != null ? name.GetHashCode() : 0);
|
|
String_t* L_0;
|
|
L_0 = NamedValue_get_name_m45E9C3490890CE9E140EFCF1A33781E0939A884F_inline(__this, NULL);
|
|
if (L_0)
|
|
{
|
|
goto IL_000b;
|
|
}
|
|
}
|
|
{
|
|
G_B3_0 = 0;
|
|
goto IL_0016;
|
|
}
|
|
|
|
IL_000b:
|
|
{
|
|
String_t* L_1;
|
|
L_1 = NamedValue_get_name_m45E9C3490890CE9E140EFCF1A33781E0939A884F_inline(__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) ^ value.GetHashCode();
|
|
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 L_3;
|
|
L_3 = NamedValue_get_value_m511BD4B70448C88B98FE3CCC7483DA07AAC2BBAD_inline(__this, NULL);
|
|
V_0 = L_3;
|
|
int32_t L_4;
|
|
L_4 = PrimitiveValue_GetHashCode_m01922EDADB35BFCE99223EA72C831D2876691E03((&V_0), NULL);
|
|
// return hashCode;
|
|
return ((int32_t)(((int32_t)il2cpp_codegen_multiply(G_B3_0, ((int32_t)397)))^L_4));
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C int32_t NamedValue_GetHashCode_mEC04989699012042196140B1FF0FE7DD6A0237AD_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
NamedValue_t1D89B1ACD11D2B5284666865014E67683742B8ED* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<NamedValue_t1D89B1ACD11D2B5284666865014E67683742B8ED*>(__this + _offset);
|
|
int32_t _returnValue;
|
|
_returnValue = NamedValue_GetHashCode_mEC04989699012042196140B1FF0FE7DD6A0237AD(_thisAdjusted, method);
|
|
return _returnValue;
|
|
}
|
|
// System.Boolean UnityEngine.InputSystem.Utilities.NamedValue::op_Equality(UnityEngine.InputSystem.Utilities.NamedValue,UnityEngine.InputSystem.Utilities.NamedValue)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NamedValue_op_Equality_m0D5CBEF31C62ED538266F4F314FD36168D7984DE (NamedValue_t1D89B1ACD11D2B5284666865014E67683742B8ED ___0_left, NamedValue_t1D89B1ACD11D2B5284666865014E67683742B8ED ___1_right, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// return left.Equals(right);
|
|
NamedValue_t1D89B1ACD11D2B5284666865014E67683742B8ED L_0 = ___1_right;
|
|
bool L_1;
|
|
L_1 = NamedValue_Equals_m5FADA66AE3D59B90A3711D5CC97E49E9C8D004FE((&___0_left), L_0, NULL);
|
|
return L_1;
|
|
}
|
|
}
|
|
// System.Boolean UnityEngine.InputSystem.Utilities.NamedValue::op_Inequality(UnityEngine.InputSystem.Utilities.NamedValue,UnityEngine.InputSystem.Utilities.NamedValue)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NamedValue_op_Inequality_m032523739E63271BC9EC6341930F2CF51C2C150C (NamedValue_t1D89B1ACD11D2B5284666865014E67683742B8ED ___0_left, NamedValue_t1D89B1ACD11D2B5284666865014E67683742B8ED ___1_right, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// return !left.Equals(right);
|
|
NamedValue_t1D89B1ACD11D2B5284666865014E67683742B8ED L_0 = ___1_right;
|
|
bool L_1;
|
|
L_1 = NamedValue_Equals_m5FADA66AE3D59B90A3711D5CC97E49E9C8D004FE((&___0_left), L_0, NULL);
|
|
return (bool)((((int32_t)L_1) == ((int32_t)0))? 1 : 0);
|
|
}
|
|
}
|
|
// UnityEngine.InputSystem.Utilities.NamedValue[] UnityEngine.InputSystem.Utilities.NamedValue::ParseMultiple(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NamedValueU5BU5D_tADD8F1373B88C55F68499688D72C21A97F63303A* NamedValue_ParseMultiple_mC8E42688F072AECEBBEE37214D6A9812F124E1C6 (String_t* ___0_parameterString, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NamedValueU5BU5D_tADD8F1373B88C55F68499688D72C21A97F63303A_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC18C9BB6DF0D5C60CE5A5D2D3D6111BEB6F8CCEB);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
NamedValueU5BU5D_tADD8F1373B88C55F68499688D72C21A97F63303A* V_1 = NULL;
|
|
int32_t V_2 = 0;
|
|
int32_t V_3 = 0;
|
|
NamedValue_t1D89B1ACD11D2B5284666865014E67683742B8ED V_4;
|
|
memset((&V_4), 0, sizeof(V_4));
|
|
{
|
|
// if (parameterString == null)
|
|
String_t* L_0 = ___0_parameterString;
|
|
if (L_0)
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
// throw new ArgumentNullException(nameof(parameterString));
|
|
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*)&_stringLiteralAB6E3483767DC97FB906FC81A895DF7885AB011C)), NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NamedValue_ParseMultiple_mC8E42688F072AECEBBEE37214D6A9812F124E1C6_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
// parameterString = parameterString.Trim();
|
|
String_t* L_2 = ___0_parameterString;
|
|
NullCheck(L_2);
|
|
String_t* L_3;
|
|
L_3 = String_Trim_mCD6D8C6D4CFD15225D12DB7D3E0544CA80FB8DA5(L_2, NULL);
|
|
___0_parameterString = L_3;
|
|
// if (string.IsNullOrEmpty(parameterString))
|
|
String_t* L_4 = ___0_parameterString;
|
|
bool L_5;
|
|
L_5 = String_IsNullOrEmpty_mEA9E3FB005AC28FE02E69FCF95A7B8456192B478(L_4, NULL);
|
|
if (!L_5)
|
|
{
|
|
goto IL_0020;
|
|
}
|
|
}
|
|
{
|
|
// return null;
|
|
return (NamedValueU5BU5D_tADD8F1373B88C55F68499688D72C21A97F63303A*)NULL;
|
|
}
|
|
|
|
IL_0020:
|
|
{
|
|
// var parameterCount = parameterString.CountOccurrences(Separator[0]) + 1;
|
|
String_t* L_6 = ___0_parameterString;
|
|
NullCheck(_stringLiteralC18C9BB6DF0D5C60CE5A5D2D3D6111BEB6F8CCEB);
|
|
Il2CppChar L_7;
|
|
L_7 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(_stringLiteralC18C9BB6DF0D5C60CE5A5D2D3D6111BEB6F8CCEB, 0, NULL);
|
|
int32_t L_8;
|
|
L_8 = StringHelpers_CountOccurrences_mF1BB446EF34C10970969D34799E8D5F4AC2BA0B1(L_6, L_7, NULL);
|
|
V_0 = ((int32_t)il2cpp_codegen_add(L_8, 1));
|
|
// var parameters = new NamedValue[parameterCount];
|
|
int32_t L_9 = V_0;
|
|
NamedValueU5BU5D_tADD8F1373B88C55F68499688D72C21A97F63303A* L_10 = (NamedValueU5BU5D_tADD8F1373B88C55F68499688D72C21A97F63303A*)(NamedValueU5BU5D_tADD8F1373B88C55F68499688D72C21A97F63303A*)SZArrayNew(NamedValueU5BU5D_tADD8F1373B88C55F68499688D72C21A97F63303A_il2cpp_TypeInfo_var, (uint32_t)L_9);
|
|
V_1 = L_10;
|
|
// var index = 0;
|
|
V_2 = 0;
|
|
// for (var i = 0; i < parameterCount; ++i)
|
|
V_3 = 0;
|
|
goto IL_0058;
|
|
}
|
|
|
|
IL_0041:
|
|
{
|
|
// var parameter = ParseParameter(parameterString, ref index);
|
|
String_t* L_11 = ___0_parameterString;
|
|
NamedValue_t1D89B1ACD11D2B5284666865014E67683742B8ED L_12;
|
|
L_12 = NamedValue_ParseParameter_mC658273CD2D431D70D3A7483551C0F4C2A20ACCF(L_11, (&V_2), NULL);
|
|
V_4 = L_12;
|
|
// parameters[i] = parameter;
|
|
NamedValueU5BU5D_tADD8F1373B88C55F68499688D72C21A97F63303A* L_13 = V_1;
|
|
int32_t L_14 = V_3;
|
|
NamedValue_t1D89B1ACD11D2B5284666865014E67683742B8ED L_15 = V_4;
|
|
NullCheck(L_13);
|
|
(L_13)->SetAt(static_cast<il2cpp_array_size_t>(L_14), (NamedValue_t1D89B1ACD11D2B5284666865014E67683742B8ED)L_15);
|
|
// for (var i = 0; i < parameterCount; ++i)
|
|
int32_t L_16 = V_3;
|
|
V_3 = ((int32_t)il2cpp_codegen_add(L_16, 1));
|
|
}
|
|
|
|
IL_0058:
|
|
{
|
|
// for (var i = 0; i < parameterCount; ++i)
|
|
int32_t L_17 = V_3;
|
|
int32_t L_18 = V_0;
|
|
if ((((int32_t)L_17) < ((int32_t)L_18)))
|
|
{
|
|
goto IL_0041;
|
|
}
|
|
}
|
|
{
|
|
// return parameters;
|
|
NamedValueU5BU5D_tADD8F1373B88C55F68499688D72C21A97F63303A* L_19 = V_1;
|
|
return L_19;
|
|
}
|
|
}
|
|
// UnityEngine.InputSystem.Utilities.NamedValue UnityEngine.InputSystem.Utilities.NamedValue::Parse(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NamedValue_t1D89B1ACD11D2B5284666865014E67683742B8ED NamedValue_Parse_mC13996EA2EC415446288FB56DA09A8ABC189DE54 (String_t* ___0_str, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
{
|
|
// var index = 0;
|
|
V_0 = 0;
|
|
// return ParseParameter(str, ref index);
|
|
String_t* L_0 = ___0_str;
|
|
NamedValue_t1D89B1ACD11D2B5284666865014E67683742B8ED L_1;
|
|
L_1 = NamedValue_ParseParameter_mC658273CD2D431D70D3A7483551C0F4C2A20ACCF(L_0, (&V_0), NULL);
|
|
return L_1;
|
|
}
|
|
}
|
|
// UnityEngine.InputSystem.Utilities.NamedValue UnityEngine.InputSystem.Utilities.NamedValue::ParseParameter(System.String,System.Int32&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NamedValue_t1D89B1ACD11D2B5284666865014E67683742B8ED NamedValue_ParseParameter_mC658273CD2D431D70D3A7483551C0F4C2A20ACCF (String_t* ___0_parameterString, int32_t* ___1_index, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC18C9BB6DF0D5C60CE5A5D2D3D6111BEB6F8CCEB);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
NamedValue_t1D89B1ACD11D2B5284666865014E67683742B8ED V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
int32_t V_1 = 0;
|
|
int32_t V_2 = 0;
|
|
Il2CppChar V_3 = 0x0;
|
|
int32_t V_4 = 0;
|
|
String_t* V_5 = NULL;
|
|
{
|
|
// var parameter = new NamedValue();
|
|
il2cpp_codegen_initobj((&V_0), sizeof(NamedValue_t1D89B1ACD11D2B5284666865014E67683742B8ED));
|
|
// var parameterStringLength = parameterString.Length;
|
|
String_t* L_0 = ___0_parameterString;
|
|
NullCheck(L_0);
|
|
int32_t L_1;
|
|
L_1 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_0, NULL);
|
|
V_1 = L_1;
|
|
goto IL_0017;
|
|
}
|
|
|
|
IL_0011:
|
|
{
|
|
// ++index;
|
|
int32_t* L_2 = ___1_index;
|
|
int32_t* L_3 = ___1_index;
|
|
int32_t L_4 = *((int32_t*)L_3);
|
|
*((int32_t*)L_2) = (int32_t)((int32_t)il2cpp_codegen_add(L_4, 1));
|
|
}
|
|
|
|
IL_0017:
|
|
{
|
|
// while (index < parameterStringLength && char.IsWhiteSpace(parameterString[index]))
|
|
int32_t* L_5 = ___1_index;
|
|
int32_t L_6 = *((int32_t*)L_5);
|
|
int32_t L_7 = V_1;
|
|
if ((((int32_t)L_6) >= ((int32_t)L_7)))
|
|
{
|
|
goto IL_002b;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_8 = ___0_parameterString;
|
|
int32_t* L_9 = ___1_index;
|
|
int32_t L_10 = *((int32_t*)L_9);
|
|
NullCheck(L_8);
|
|
Il2CppChar L_11;
|
|
L_11 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_8, L_10, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var);
|
|
bool L_12;
|
|
L_12 = Char_IsWhiteSpace_m02AEC6EA19513CAFC6882CFCA54C45794D2B5924(L_11, NULL);
|
|
if (L_12)
|
|
{
|
|
goto IL_0011;
|
|
}
|
|
}
|
|
|
|
IL_002b:
|
|
{
|
|
// var nameStart = index;
|
|
int32_t* L_13 = ___1_index;
|
|
int32_t L_14 = *((int32_t*)L_13);
|
|
V_2 = L_14;
|
|
goto IL_005a;
|
|
}
|
|
|
|
IL_0030:
|
|
{
|
|
// var nextChar = parameterString[index];
|
|
String_t* L_15 = ___0_parameterString;
|
|
int32_t* L_16 = ___1_index;
|
|
int32_t L_17 = *((int32_t*)L_16);
|
|
NullCheck(L_15);
|
|
Il2CppChar L_18;
|
|
L_18 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_15, L_17, NULL);
|
|
V_3 = L_18;
|
|
// if (nextChar == '=' || nextChar == Separator[0] || char.IsWhiteSpace(nextChar))
|
|
Il2CppChar L_19 = V_3;
|
|
if ((((int32_t)L_19) == ((int32_t)((int32_t)61))))
|
|
{
|
|
goto IL_005f;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_20 = V_3;
|
|
NullCheck(_stringLiteralC18C9BB6DF0D5C60CE5A5D2D3D6111BEB6F8CCEB);
|
|
Il2CppChar L_21;
|
|
L_21 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(_stringLiteralC18C9BB6DF0D5C60CE5A5D2D3D6111BEB6F8CCEB, 0, NULL);
|
|
if ((((int32_t)L_20) == ((int32_t)L_21)))
|
|
{
|
|
goto IL_005f;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_22 = V_3;
|
|
il2cpp_codegen_runtime_class_init_inline(Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var);
|
|
bool L_23;
|
|
L_23 = Char_IsWhiteSpace_m02AEC6EA19513CAFC6882CFCA54C45794D2B5924(L_22, NULL);
|
|
if (L_23)
|
|
{
|
|
goto IL_005f;
|
|
}
|
|
}
|
|
{
|
|
// ++index;
|
|
int32_t* L_24 = ___1_index;
|
|
int32_t* L_25 = ___1_index;
|
|
int32_t L_26 = *((int32_t*)L_25);
|
|
*((int32_t*)L_24) = (int32_t)((int32_t)il2cpp_codegen_add(L_26, 1));
|
|
}
|
|
|
|
IL_005a:
|
|
{
|
|
// while (index < parameterStringLength)
|
|
int32_t* L_27 = ___1_index;
|
|
int32_t L_28 = *((int32_t*)L_27);
|
|
int32_t L_29 = V_1;
|
|
if ((((int32_t)L_28) < ((int32_t)L_29)))
|
|
{
|
|
goto IL_0030;
|
|
}
|
|
}
|
|
|
|
IL_005f:
|
|
{
|
|
// parameter.name = parameterString.Substring(nameStart, index - nameStart);
|
|
String_t* L_30 = ___0_parameterString;
|
|
int32_t L_31 = V_2;
|
|
int32_t* L_32 = ___1_index;
|
|
int32_t L_33 = *((int32_t*)L_32);
|
|
int32_t L_34 = V_2;
|
|
NullCheck(L_30);
|
|
String_t* L_35;
|
|
L_35 = String_Substring_mB1D94F47935D22E130FF2C01DBB6A4135FBB76CE(L_30, L_31, ((int32_t)il2cpp_codegen_subtract(L_33, L_34)), NULL);
|
|
NamedValue_set_name_mCF3BCACF7F87CF0C64AB3E4547BA5876ADF1940C_inline((&V_0), L_35, NULL);
|
|
goto IL_0079;
|
|
}
|
|
|
|
IL_0073:
|
|
{
|
|
// ++index;
|
|
int32_t* L_36 = ___1_index;
|
|
int32_t* L_37 = ___1_index;
|
|
int32_t L_38 = *((int32_t*)L_37);
|
|
*((int32_t*)L_36) = (int32_t)((int32_t)il2cpp_codegen_add(L_38, 1));
|
|
}
|
|
|
|
IL_0079:
|
|
{
|
|
// while (index < parameterStringLength && char.IsWhiteSpace(parameterString[index]))
|
|
int32_t* L_39 = ___1_index;
|
|
int32_t L_40 = *((int32_t*)L_39);
|
|
int32_t L_41 = V_1;
|
|
if ((((int32_t)L_40) >= ((int32_t)L_41)))
|
|
{
|
|
goto IL_008d;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_42 = ___0_parameterString;
|
|
int32_t* L_43 = ___1_index;
|
|
int32_t L_44 = *((int32_t*)L_43);
|
|
NullCheck(L_42);
|
|
Il2CppChar L_45;
|
|
L_45 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_42, L_44, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var);
|
|
bool L_46;
|
|
L_46 = Char_IsWhiteSpace_m02AEC6EA19513CAFC6882CFCA54C45794D2B5924(L_45, NULL);
|
|
if (L_46)
|
|
{
|
|
goto IL_0073;
|
|
}
|
|
}
|
|
|
|
IL_008d:
|
|
{
|
|
// if (index == parameterStringLength || parameterString[index] != '=')
|
|
int32_t* L_47 = ___1_index;
|
|
int32_t L_48 = *((int32_t*)L_47);
|
|
int32_t L_49 = V_1;
|
|
if ((((int32_t)L_48) == ((int32_t)L_49)))
|
|
{
|
|
goto IL_009e;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_50 = ___0_parameterString;
|
|
int32_t* L_51 = ___1_index;
|
|
int32_t L_52 = *((int32_t*)L_51);
|
|
NullCheck(L_50);
|
|
Il2CppChar L_53;
|
|
L_53 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_50, L_52, NULL);
|
|
if ((((int32_t)L_53) == ((int32_t)((int32_t)61))))
|
|
{
|
|
goto IL_00ad;
|
|
}
|
|
}
|
|
|
|
IL_009e:
|
|
{
|
|
// parameter.value = true;
|
|
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 L_54;
|
|
L_54 = PrimitiveValue_op_Implicit_m88DA0724A750D2FC842CD51F66B615E4DE5003BD((bool)1, NULL);
|
|
NamedValue_set_value_mD96CEA0EB28C32139F47AEF613FE40B6DD7A5D7D_inline((&V_0), L_54, NULL);
|
|
goto IL_0121;
|
|
}
|
|
|
|
IL_00ad:
|
|
{
|
|
// ++index; // Skip over '='.
|
|
int32_t* L_55 = ___1_index;
|
|
int32_t* L_56 = ___1_index;
|
|
int32_t L_57 = *((int32_t*)L_56);
|
|
*((int32_t*)L_55) = (int32_t)((int32_t)il2cpp_codegen_add(L_57, 1));
|
|
goto IL_00bb;
|
|
}
|
|
|
|
IL_00b5:
|
|
{
|
|
// ++index;
|
|
int32_t* L_58 = ___1_index;
|
|
int32_t* L_59 = ___1_index;
|
|
int32_t L_60 = *((int32_t*)L_59);
|
|
*((int32_t*)L_58) = (int32_t)((int32_t)il2cpp_codegen_add(L_60, 1));
|
|
}
|
|
|
|
IL_00bb:
|
|
{
|
|
// while (index < parameterStringLength && char.IsWhiteSpace(parameterString[index]))
|
|
int32_t* L_61 = ___1_index;
|
|
int32_t L_62 = *((int32_t*)L_61);
|
|
int32_t L_63 = V_1;
|
|
if ((((int32_t)L_62) >= ((int32_t)L_63)))
|
|
{
|
|
goto IL_00cf;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_64 = ___0_parameterString;
|
|
int32_t* L_65 = ___1_index;
|
|
int32_t L_66 = *((int32_t*)L_65);
|
|
NullCheck(L_64);
|
|
Il2CppChar L_67;
|
|
L_67 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_64, L_66, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var);
|
|
bool L_68;
|
|
L_68 = Char_IsWhiteSpace_m02AEC6EA19513CAFC6882CFCA54C45794D2B5924(L_67, NULL);
|
|
if (L_68)
|
|
{
|
|
goto IL_00b5;
|
|
}
|
|
}
|
|
|
|
IL_00cf:
|
|
{
|
|
// var valueStart = index;
|
|
int32_t* L_69 = ___1_index;
|
|
int32_t L_70 = *((int32_t*)L_69);
|
|
V_4 = L_70;
|
|
goto IL_00db;
|
|
}
|
|
|
|
IL_00d5:
|
|
{
|
|
// ++index;
|
|
int32_t* L_71 = ___1_index;
|
|
int32_t* L_72 = ___1_index;
|
|
int32_t L_73 = *((int32_t*)L_72);
|
|
*((int32_t*)L_71) = (int32_t)((int32_t)il2cpp_codegen_add(L_73, 1));
|
|
}
|
|
|
|
IL_00db:
|
|
{
|
|
// while (index < parameterStringLength &&
|
|
// !(parameterString[index] == Separator[0] || char.IsWhiteSpace(parameterString[index])))
|
|
int32_t* L_74 = ___1_index;
|
|
int32_t L_75 = *((int32_t*)L_74);
|
|
int32_t L_76 = V_1;
|
|
if ((((int32_t)L_75) >= ((int32_t)L_76)))
|
|
{
|
|
goto IL_0104;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_77 = ___0_parameterString;
|
|
int32_t* L_78 = ___1_index;
|
|
int32_t L_79 = *((int32_t*)L_78);
|
|
NullCheck(L_77);
|
|
Il2CppChar L_80;
|
|
L_80 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_77, L_79, NULL);
|
|
NullCheck(_stringLiteralC18C9BB6DF0D5C60CE5A5D2D3D6111BEB6F8CCEB);
|
|
Il2CppChar L_81;
|
|
L_81 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(_stringLiteralC18C9BB6DF0D5C60CE5A5D2D3D6111BEB6F8CCEB, 0, NULL);
|
|
if ((((int32_t)L_80) == ((int32_t)L_81)))
|
|
{
|
|
goto IL_0104;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_82 = ___0_parameterString;
|
|
int32_t* L_83 = ___1_index;
|
|
int32_t L_84 = *((int32_t*)L_83);
|
|
NullCheck(L_82);
|
|
Il2CppChar L_85;
|
|
L_85 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_82, L_84, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var);
|
|
bool L_86;
|
|
L_86 = Char_IsWhiteSpace_m02AEC6EA19513CAFC6882CFCA54C45794D2B5924(L_85, NULL);
|
|
if (!L_86)
|
|
{
|
|
goto IL_00d5;
|
|
}
|
|
}
|
|
|
|
IL_0104:
|
|
{
|
|
// var value = parameterString.Substring(valueStart, index - valueStart);
|
|
String_t* L_87 = ___0_parameterString;
|
|
int32_t L_88 = V_4;
|
|
int32_t* L_89 = ___1_index;
|
|
int32_t L_90 = *((int32_t*)L_89);
|
|
int32_t L_91 = V_4;
|
|
NullCheck(L_87);
|
|
String_t* L_92;
|
|
L_92 = String_Substring_mB1D94F47935D22E130FF2C01DBB6A4135FBB76CE(L_87, L_88, ((int32_t)il2cpp_codegen_subtract(L_90, L_91)), NULL);
|
|
V_5 = L_92;
|
|
// parameter.value = PrimitiveValue.FromString(value);
|
|
String_t* L_93 = V_5;
|
|
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 L_94;
|
|
L_94 = PrimitiveValue_FromString_m7EC9419F788AA87E359BAA1EE7E857FC86634258(L_93, NULL);
|
|
NamedValue_set_value_mD96CEA0EB28C32139F47AEF613FE40B6DD7A5D7D_inline((&V_0), L_94, NULL);
|
|
}
|
|
|
|
IL_0121:
|
|
{
|
|
// if (index < parameterStringLength && parameterString[index] == Separator[0])
|
|
int32_t* L_95 = ___1_index;
|
|
int32_t L_96 = *((int32_t*)L_95);
|
|
int32_t L_97 = V_1;
|
|
if ((((int32_t)L_96) >= ((int32_t)L_97)))
|
|
{
|
|
goto IL_0141;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_98 = ___0_parameterString;
|
|
int32_t* L_99 = ___1_index;
|
|
int32_t L_100 = *((int32_t*)L_99);
|
|
NullCheck(L_98);
|
|
Il2CppChar L_101;
|
|
L_101 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_98, L_100, NULL);
|
|
NullCheck(_stringLiteralC18C9BB6DF0D5C60CE5A5D2D3D6111BEB6F8CCEB);
|
|
Il2CppChar L_102;
|
|
L_102 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(_stringLiteralC18C9BB6DF0D5C60CE5A5D2D3D6111BEB6F8CCEB, 0, NULL);
|
|
if ((!(((uint32_t)L_101) == ((uint32_t)L_102))))
|
|
{
|
|
goto IL_0141;
|
|
}
|
|
}
|
|
{
|
|
// ++index;
|
|
int32_t* L_103 = ___1_index;
|
|
int32_t* L_104 = ___1_index;
|
|
int32_t L_105 = *((int32_t*)L_104);
|
|
*((int32_t*)L_103) = (int32_t)((int32_t)il2cpp_codegen_add(L_105, 1));
|
|
}
|
|
|
|
IL_0141:
|
|
{
|
|
// return parameter;
|
|
NamedValue_t1D89B1ACD11D2B5284666865014E67683742B8ED L_106 = V_0;
|
|
return L_106;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.InputSystem.Utilities.NamedValue::ApplyToObject(System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NamedValue_ApplyToObject_m9B5513EAC952611D46852EA28EEA151A1D870DBD (NamedValue_t1D89B1ACD11D2B5284666865014E67683742B8ED* __this, RuntimeObject* ___0_instance, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Type_t* V_0 = NULL;
|
|
FieldInfo_t* V_1 = NULL;
|
|
int32_t V_2 = 0;
|
|
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 V_3;
|
|
memset((&V_3), 0, sizeof(V_3));
|
|
{
|
|
// if (instance == null)
|
|
RuntimeObject* L_0 = ___0_instance;
|
|
if (L_0)
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
// throw new System.ArgumentNullException(nameof(instance));
|
|
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*)&_stringLiteralAA236E134566FACF682D16CDBC3E2C735E0EF19D)), NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NamedValue_ApplyToObject_m9B5513EAC952611D46852EA28EEA151A1D870DBD_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
// var instanceType = instance.GetType();
|
|
RuntimeObject* L_2 = ___0_instance;
|
|
NullCheck(L_2);
|
|
Type_t* L_3;
|
|
L_3 = Object_GetType_mE10A8FC1E57F3DF29972CCBC026C2DC3942263B3(L_2, NULL);
|
|
V_0 = L_3;
|
|
// var field = instanceType.GetField(name,
|
|
// BindingFlags.IgnoreCase | BindingFlags.Instance | BindingFlags.Public | BindingFlags.NonPublic);
|
|
Type_t* L_4 = V_0;
|
|
String_t* L_5;
|
|
L_5 = NamedValue_get_name_m45E9C3490890CE9E140EFCF1A33781E0939A884F_inline(__this, NULL);
|
|
NullCheck(L_4);
|
|
FieldInfo_t* L_6;
|
|
L_6 = VirtualFuncInvoker2< FieldInfo_t*, String_t*, int32_t >::Invoke(85 /* System.Reflection.FieldInfo System.Type::GetField(System.String,System.Reflection.BindingFlags) */, L_4, L_5, ((int32_t)53));
|
|
V_1 = L_6;
|
|
// if (field == null)
|
|
FieldInfo_t* L_7 = V_1;
|
|
bool L_8;
|
|
L_8 = FieldInfo_op_Equality_mA38D84E1D9AA016F414CF2265C4B0DB1FEBBAB74(L_7, (FieldInfo_t*)NULL, NULL);
|
|
if (!L_8)
|
|
{
|
|
goto IL_006d;
|
|
}
|
|
}
|
|
{
|
|
// throw new ArgumentException(
|
|
// $"Cannot find public field '{name}' in '{instanceType.Name}' (while trying to apply parameter)", nameof(instance));
|
|
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*)&_stringLiteral810D1FA60D7FD3B177CF25FA781A68143BB71A01)));
|
|
(L_10)->SetAt(static_cast<il2cpp_array_size_t>(0), (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral810D1FA60D7FD3B177CF25FA781A68143BB71A01)));
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_11 = L_10;
|
|
String_t* L_12;
|
|
L_12 = NamedValue_get_name_m45E9C3490890CE9E140EFCF1A33781E0939A884F_inline(__this, NULL);
|
|
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*)&_stringLiteralB621DC24FF3E939648E534699890E09840B21334)));
|
|
(L_13)->SetAt(static_cast<il2cpp_array_size_t>(2), (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB621DC24FF3E939648E534699890E09840B21334)));
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_14 = L_13;
|
|
Type_t* L_15 = V_0;
|
|
NullCheck(L_15);
|
|
String_t* L_16;
|
|
L_16 = VirtualFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, L_15);
|
|
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*)&_stringLiteral5230F80C3CE5A5AD36D7A247C3CC2EFD3BCFA1FF)));
|
|
(L_17)->SetAt(static_cast<il2cpp_array_size_t>(4), (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral5230F80C3CE5A5AD36D7A247C3CC2EFD3BCFA1FF)));
|
|
String_t* L_18;
|
|
L_18 = String_Concat_m647EBF831F54B6DF7D5AFA5FD012CF4EE7571B6A(L_17, NULL);
|
|
ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_19 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_19);
|
|
ArgumentException__ctor_m8F9D40CE19D19B698A70F9A258640EB52DB39B62(L_19, L_18, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralAA236E134566FACF682D16CDBC3E2C735E0EF19D)), NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_19, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NamedValue_ApplyToObject_m9B5513EAC952611D46852EA28EEA151A1D870DBD_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_006d:
|
|
{
|
|
// var fieldTypeCode = Type.GetTypeCode(field.FieldType);
|
|
FieldInfo_t* L_20 = V_1;
|
|
NullCheck(L_20);
|
|
Type_t* L_21;
|
|
L_21 = VirtualFuncInvoker0< Type_t* >::Invoke(17 /* System.Type System.Reflection.FieldInfo::get_FieldType() */, L_20);
|
|
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
|
|
int32_t L_22;
|
|
L_22 = Type_GetTypeCode_m2CE476933AF4B381D7A52F4343B70E9878FDF466(L_21, NULL);
|
|
V_2 = L_22;
|
|
// field.SetValue(instance, value.ConvertTo(fieldTypeCode).ToObject());
|
|
FieldInfo_t* L_23 = V_1;
|
|
RuntimeObject* L_24 = ___0_instance;
|
|
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 L_25;
|
|
L_25 = NamedValue_get_value_m511BD4B70448C88B98FE3CCC7483DA07AAC2BBAD_inline(__this, NULL);
|
|
V_3 = L_25;
|
|
int32_t L_26 = V_2;
|
|
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 L_27;
|
|
L_27 = PrimitiveValue_ConvertTo_m3C9A743C61C05379F24963C048A79434034322FC((&V_3), L_26, NULL);
|
|
V_3 = L_27;
|
|
RuntimeObject* L_28;
|
|
L_28 = PrimitiveValue_ToObject_m7A6694A54B84F62E02E35C5ED78D8809BCD27979((&V_3), NULL);
|
|
NullCheck(L_23);
|
|
FieldInfo_SetValue_mD8C0DA3A1A0CFF073F971622BBDBAAB6688B4B6C(L_23, L_24, L_28, NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void NamedValue_ApplyToObject_m9B5513EAC952611D46852EA28EEA151A1D870DBD_AdjustorThunk (RuntimeObject* __this, RuntimeObject* ___0_instance, const RuntimeMethod* method)
|
|
{
|
|
NamedValue_t1D89B1ACD11D2B5284666865014E67683742B8ED* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<NamedValue_t1D89B1ACD11D2B5284666865014E67683742B8ED*>(__this + _offset);
|
|
NamedValue_ApplyToObject_m9B5513EAC952611D46852EA28EEA151A1D870DBD(_thisAdjusted, ___0_instance, 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.Utilities.NumberHelpers::AlignToMultipleOf(System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NumberHelpers_AlignToMultipleOf_m1DD6F7938F5F4EA99168EFE5AAD4604972F2FB6D (int32_t ___0_number, int32_t ___1_alignment, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
{
|
|
// var remainder = number % alignment;
|
|
int32_t L_0 = ___0_number;
|
|
int32_t L_1 = ___1_alignment;
|
|
V_0 = ((int32_t)(L_0%L_1));
|
|
// if (remainder == 0)
|
|
int32_t L_2 = V_0;
|
|
if (L_2)
|
|
{
|
|
goto IL_0009;
|
|
}
|
|
}
|
|
{
|
|
// return number;
|
|
int32_t L_3 = ___0_number;
|
|
return L_3;
|
|
}
|
|
|
|
IL_0009:
|
|
{
|
|
// return number + alignment - remainder;
|
|
int32_t L_4 = ___0_number;
|
|
int32_t L_5 = ___1_alignment;
|
|
int32_t L_6 = V_0;
|
|
return ((int32_t)il2cpp_codegen_subtract(((int32_t)il2cpp_codegen_add(L_4, L_5)), L_6));
|
|
}
|
|
}
|
|
// System.Int64 UnityEngine.InputSystem.Utilities.NumberHelpers::AlignToMultipleOf(System.Int64,System.Int64)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t NumberHelpers_AlignToMultipleOf_mA09DADDCE6E50FA990B046BD74822886B94BFA6D (int64_t ___0_number, int64_t ___1_alignment, const RuntimeMethod* method)
|
|
{
|
|
int64_t V_0 = 0;
|
|
{
|
|
// var remainder = number % alignment;
|
|
int64_t L_0 = ___0_number;
|
|
int64_t L_1 = ___1_alignment;
|
|
V_0 = ((int64_t)(L_0%L_1));
|
|
// if (remainder == 0)
|
|
int64_t L_2 = V_0;
|
|
if (L_2)
|
|
{
|
|
goto IL_0009;
|
|
}
|
|
}
|
|
{
|
|
// return number;
|
|
int64_t L_3 = ___0_number;
|
|
return L_3;
|
|
}
|
|
|
|
IL_0009:
|
|
{
|
|
// return number + alignment - remainder;
|
|
int64_t L_4 = ___0_number;
|
|
int64_t L_5 = ___1_alignment;
|
|
int64_t L_6 = V_0;
|
|
return ((int64_t)il2cpp_codegen_subtract(((int64_t)il2cpp_codegen_add(L_4, L_5)), L_6));
|
|
}
|
|
}
|
|
// System.UInt32 UnityEngine.InputSystem.Utilities.NumberHelpers::AlignToMultipleOf(System.UInt32,System.UInt32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t NumberHelpers_AlignToMultipleOf_m44B66C972BC1F508B9022564F265D1AA6A001AAE (uint32_t ___0_number, uint32_t ___1_alignment, const RuntimeMethod* method)
|
|
{
|
|
uint32_t V_0 = 0;
|
|
{
|
|
// var remainder = number % alignment;
|
|
uint32_t L_0 = ___0_number;
|
|
uint32_t L_1 = ___1_alignment;
|
|
V_0 = ((int32_t)((uint32_t)(int32_t)L_0%(uint32_t)(int32_t)L_1));
|
|
// if (remainder == 0)
|
|
uint32_t L_2 = V_0;
|
|
if (L_2)
|
|
{
|
|
goto IL_0009;
|
|
}
|
|
}
|
|
{
|
|
// return number;
|
|
uint32_t L_3 = ___0_number;
|
|
return L_3;
|
|
}
|
|
|
|
IL_0009:
|
|
{
|
|
// return number + alignment - remainder;
|
|
uint32_t L_4 = ___0_number;
|
|
uint32_t L_5 = ___1_alignment;
|
|
uint32_t L_6 = V_0;
|
|
return ((int32_t)il2cpp_codegen_subtract(((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)L_5)), (int32_t)L_6));
|
|
}
|
|
}
|
|
// System.Boolean UnityEngine.InputSystem.Utilities.NumberHelpers::Approximately(System.Double,System.Double)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NumberHelpers_Approximately_mE629167A20513BA6F12F46340969A248EA4C8725 (double ___0_a, double ___1_b, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tEB65DE7CA8B083C412C969C92981C030865486CE_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// return Math.Abs(b - a) < Math.Max(1E-06 * Math.Max(Math.Abs(a), Math.Abs(b)), double.Epsilon * 8);
|
|
double L_0 = ___1_b;
|
|
double L_1 = ___0_a;
|
|
il2cpp_codegen_runtime_class_init_inline(Math_tEB65DE7CA8B083C412C969C92981C030865486CE_il2cpp_TypeInfo_var);
|
|
double L_2;
|
|
L_2 = fabs(((double)il2cpp_codegen_subtract(L_0, L_1)));
|
|
double L_3 = ___0_a;
|
|
double L_4;
|
|
L_4 = fabs(L_3);
|
|
double L_5 = ___1_b;
|
|
double L_6;
|
|
L_6 = fabs(L_5);
|
|
double L_7;
|
|
L_7 = Math_Max_m7BAC743E1752A51F258BB82DEBDD13E7C6D3ED26(L_4, L_6, NULL);
|
|
double L_8;
|
|
L_8 = Math_Max_m7BAC743E1752A51F258BB82DEBDD13E7C6D3ED26(((double)il2cpp_codegen_multiply((9.9999999999999995E-07), L_7)), (3.9525251667299724E-323), NULL);
|
|
return (bool)((((double)L_2) < ((double)L_8))? 1 : 0);
|
|
}
|
|
}
|
|
// System.Single UnityEngine.InputSystem.Utilities.NumberHelpers::IntToNormalizedFloat(System.Int32,System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float NumberHelpers_IntToNormalizedFloat_m3408F5728855BD608C0C97289D09E6DE555AACF4 (int32_t ___0_value, int32_t ___1_minValue, int32_t ___2_maxValue, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// if (value <= minValue)
|
|
int32_t L_0 = ___0_value;
|
|
int32_t L_1 = ___1_minValue;
|
|
if ((((int32_t)L_0) > ((int32_t)L_1)))
|
|
{
|
|
goto IL_000a;
|
|
}
|
|
}
|
|
{
|
|
// return 0.0f;
|
|
return (0.0f);
|
|
}
|
|
|
|
IL_000a:
|
|
{
|
|
// if (value >= maxValue)
|
|
int32_t L_2 = ___0_value;
|
|
int32_t L_3 = ___2_maxValue;
|
|
if ((((int32_t)L_2) < ((int32_t)L_3)))
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
// return 1.0f;
|
|
return (1.0f);
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
// return (float)(((double)value - minValue) / ((double)maxValue - minValue));
|
|
int32_t L_4 = ___0_value;
|
|
int32_t L_5 = ___1_minValue;
|
|
int32_t L_6 = ___2_maxValue;
|
|
int32_t L_7 = ___1_minValue;
|
|
return ((float)((double)(((double)il2cpp_codegen_subtract(((double)L_4), ((double)L_5)))/((double)il2cpp_codegen_subtract(((double)L_6), ((double)L_7))))));
|
|
}
|
|
}
|
|
// System.Int32 UnityEngine.InputSystem.Utilities.NumberHelpers::NormalizedFloatToInt(System.Single,System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NumberHelpers_NormalizedFloatToInt_m07742351B001F399A43269A404D561E1F8E96D1B (float ___0_value, int32_t ___1_intMinValue, int32_t ___2_intMaxValue, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// if (value <= 0.0f)
|
|
float L_0 = ___0_value;
|
|
if ((!(((float)L_0) <= ((float)(0.0f)))))
|
|
{
|
|
goto IL_000a;
|
|
}
|
|
}
|
|
{
|
|
// return intMinValue;
|
|
int32_t L_1 = ___1_intMinValue;
|
|
return L_1;
|
|
}
|
|
|
|
IL_000a:
|
|
{
|
|
// if (value >= 1.0f)
|
|
float L_2 = ___0_value;
|
|
if ((!(((float)L_2) >= ((float)(1.0f)))))
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
// return intMaxValue;
|
|
int32_t L_3 = ___2_intMaxValue;
|
|
return L_3;
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
// return (int)(value * ((double)intMaxValue - intMinValue) + intMinValue);
|
|
float L_4 = ___0_value;
|
|
int32_t L_5 = ___2_intMaxValue;
|
|
int32_t L_6 = ___1_intMinValue;
|
|
int32_t L_7 = ___1_intMinValue;
|
|
return il2cpp_codegen_cast_double_to_int<int32_t>(((double)il2cpp_codegen_add(((double)il2cpp_codegen_multiply(((double)L_4), ((double)il2cpp_codegen_subtract(((double)L_5), ((double)L_6))))), ((double)L_7))));
|
|
}
|
|
}
|
|
// System.Single UnityEngine.InputSystem.Utilities.NumberHelpers::UIntToNormalizedFloat(System.UInt32,System.UInt32,System.UInt32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float NumberHelpers_UIntToNormalizedFloat_m7AC854D977290A07F9778706649DBE5CA4608189 (uint32_t ___0_value, uint32_t ___1_minValue, uint32_t ___2_maxValue, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// if (value <= minValue)
|
|
uint32_t L_0 = ___0_value;
|
|
uint32_t L_1 = ___1_minValue;
|
|
if ((!(((uint32_t)L_0) <= ((uint32_t)L_1))))
|
|
{
|
|
goto IL_000a;
|
|
}
|
|
}
|
|
{
|
|
// return 0.0f;
|
|
return (0.0f);
|
|
}
|
|
|
|
IL_000a:
|
|
{
|
|
// if (value >= maxValue)
|
|
uint32_t L_2 = ___0_value;
|
|
uint32_t L_3 = ___2_maxValue;
|
|
if ((!(((uint32_t)L_2) >= ((uint32_t)L_3))))
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
// return 1.0f;
|
|
return (1.0f);
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
// return (float)(((double)value - minValue) / ((double)maxValue - minValue));
|
|
uint32_t L_4 = ___0_value;
|
|
uint32_t L_5 = ___1_minValue;
|
|
uint32_t L_6 = ___2_maxValue;
|
|
uint32_t L_7 = ___1_minValue;
|
|
return ((float)((double)(((double)il2cpp_codegen_subtract(((double)((double)(uint32_t)L_4)), ((double)((double)(uint32_t)L_5))))/((double)il2cpp_codegen_subtract(((double)((double)(uint32_t)L_6)), ((double)((double)(uint32_t)L_7)))))));
|
|
}
|
|
}
|
|
// System.UInt32 UnityEngine.InputSystem.Utilities.NumberHelpers::NormalizedFloatToUInt(System.Single,System.UInt32,System.UInt32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t NumberHelpers_NormalizedFloatToUInt_m83A3FB82B0A6D8684366FE38FF074756D652A6AC (float ___0_value, uint32_t ___1_uintMinValue, uint32_t ___2_uintMaxValue, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// if (value <= 0.0f)
|
|
float L_0 = ___0_value;
|
|
if ((!(((float)L_0) <= ((float)(0.0f)))))
|
|
{
|
|
goto IL_000a;
|
|
}
|
|
}
|
|
{
|
|
// return uintMinValue;
|
|
uint32_t L_1 = ___1_uintMinValue;
|
|
return L_1;
|
|
}
|
|
|
|
IL_000a:
|
|
{
|
|
// if (value >= 1.0f)
|
|
float L_2 = ___0_value;
|
|
if ((!(((float)L_2) >= ((float)(1.0f)))))
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
// return uintMaxValue;
|
|
uint32_t L_3 = ___2_uintMaxValue;
|
|
return L_3;
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
// return (uint)(value * ((double)uintMaxValue - uintMinValue) + uintMinValue);
|
|
float L_4 = ___0_value;
|
|
uint32_t L_5 = ___2_uintMaxValue;
|
|
uint32_t L_6 = ___1_uintMinValue;
|
|
uint32_t L_7 = ___1_uintMinValue;
|
|
return il2cpp_codegen_cast_floating_point<uint32_t, int32_t, double>(((double)il2cpp_codegen_add(((double)il2cpp_codegen_multiply(((double)L_4), ((double)il2cpp_codegen_subtract(((double)((double)(uint32_t)L_5)), ((double)((double)(uint32_t)L_6)))))), ((double)((double)(uint32_t)L_7)))));
|
|
}
|
|
}
|
|
// System.UInt32 UnityEngine.InputSystem.Utilities.NumberHelpers::RemapUIntBitsToNormalizeFloatToUIntBits(System.UInt32,System.UInt32,System.UInt32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t NumberHelpers_RemapUIntBitsToNormalizeFloatToUIntBits_mDD56E2E1A556168DB48812DB49BCA170F33DC7A7 (uint32_t ___0_value, uint32_t ___1_inBitSize, uint32_t ___2_outBitSize, const RuntimeMethod* method)
|
|
{
|
|
uint32_t V_0 = 0;
|
|
uint32_t V_1 = 0;
|
|
{
|
|
// var inMaxValue = (uint)((1UL << (int)inBitSize) - 1);
|
|
uint32_t L_0 = ___1_inBitSize;
|
|
V_0 = ((int32_t)(uint32_t)((int64_t)il2cpp_codegen_subtract(((int64_t)(((int64_t)1)<<((int32_t)((int32_t)L_0&((int32_t)63))))), ((int64_t)1))));
|
|
// var outMaxValue = (uint)((1UL << (int)outBitSize) - 1);
|
|
uint32_t L_1 = ___2_outBitSize;
|
|
V_1 = ((int32_t)(uint32_t)((int64_t)il2cpp_codegen_subtract(((int64_t)(((int64_t)1)<<((int32_t)((int32_t)L_1&((int32_t)63))))), ((int64_t)1))));
|
|
// var normFloat = UIntToNormalizedFloat(value, 0, inMaxValue);
|
|
uint32_t L_2 = ___0_value;
|
|
uint32_t L_3 = V_0;
|
|
float L_4;
|
|
L_4 = NumberHelpers_UIntToNormalizedFloat_m7AC854D977290A07F9778706649DBE5CA4608189_inline(L_2, 0, L_3, NULL);
|
|
// return NormalizedFloatToUInt(normFloat, 0, outMaxValue);
|
|
uint32_t L_5 = V_1;
|
|
uint32_t L_6;
|
|
L_6 = NumberHelpers_NormalizedFloatToUInt_m83A3FB82B0A6D8684366FE38FF074756D652A6AC_inline(L_4, 0, L_5, NULL);
|
|
return L_6;
|
|
}
|
|
}
|
|
#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.Utilities.ForDeviceEventObservable::.ctor(System.IObservable`1<UnityEngine.InputSystem.LowLevel.InputEventPtr>,System.Type,UnityEngine.InputSystem.InputDevice)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ForDeviceEventObservable__ctor_mB1C31FA7E513DB5D377B8F95AB66DBA80A0B2EFC (ForDeviceEventObservable_t8A72659C906D6280192E680AF251425A67A7D889* __this, RuntimeObject* ___0_source, Type_t* ___1_deviceType, InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* ___2_device, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public ForDeviceEventObservable(IObservable<InputEventPtr> source, Type deviceType, InputDevice device)
|
|
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
|
|
// m_Source = source;
|
|
RuntimeObject* L_0 = ___0_source;
|
|
__this->___m_Source_0 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_Source_0), (void*)L_0);
|
|
// m_DeviceType = deviceType;
|
|
Type_t* L_1 = ___1_deviceType;
|
|
__this->___m_DeviceType_2 = L_1;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_DeviceType_2), (void*)L_1);
|
|
// m_Device = device;
|
|
InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* L_2 = ___2_device;
|
|
__this->___m_Device_1 = L_2;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_Device_1), (void*)L_2);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.IDisposable UnityEngine.InputSystem.Utilities.ForDeviceEventObservable::Subscribe(System.IObserver`1<UnityEngine.InputSystem.LowLevel.InputEventPtr>)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ForDeviceEventObservable_Subscribe_m478F0C0639A1439EFC21B70553AC31A7D8432556 (ForDeviceEventObservable_t8A72659C906D6280192E680AF251425A67A7D889* __this, RuntimeObject* ___0_observer, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ForDevice_t262FA471E18D6021E182BAE26D2AD560624CE35E_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IObservable_1_t6A88B15915275CE92411906C989057BD5C18C20A_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// return m_Source.Subscribe(new ForDevice(m_DeviceType, m_Device, observer));
|
|
RuntimeObject* L_0 = __this->___m_Source_0;
|
|
Type_t* L_1 = __this->___m_DeviceType_2;
|
|
InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* L_2 = __this->___m_Device_1;
|
|
RuntimeObject* L_3 = ___0_observer;
|
|
ForDevice_t262FA471E18D6021E182BAE26D2AD560624CE35E* L_4 = (ForDevice_t262FA471E18D6021E182BAE26D2AD560624CE35E*)il2cpp_codegen_object_new(ForDevice_t262FA471E18D6021E182BAE26D2AD560624CE35E_il2cpp_TypeInfo_var);
|
|
NullCheck(L_4);
|
|
ForDevice__ctor_m06C106C1F6C25A151D081C6E95036B949644C27D(L_4, L_1, L_2, L_3, NULL);
|
|
NullCheck(L_0);
|
|
RuntimeObject* L_5;
|
|
L_5 = InterfaceFuncInvoker1< RuntimeObject*, RuntimeObject* >::Invoke(0 /* System.IDisposable System.IObservable`1<UnityEngine.InputSystem.LowLevel.InputEventPtr>::Subscribe(System.IObserver`1<T>) */, IObservable_1_t6A88B15915275CE92411906C989057BD5C18C20A_il2cpp_TypeInfo_var, L_0, L_4);
|
|
return L_5;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void UnityEngine.InputSystem.Utilities.ForDeviceEventObservable/ForDevice::.ctor(System.Type,UnityEngine.InputSystem.InputDevice,System.IObserver`1<UnityEngine.InputSystem.LowLevel.InputEventPtr>)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ForDevice__ctor_m06C106C1F6C25A151D081C6E95036B949644C27D (ForDevice_t262FA471E18D6021E182BAE26D2AD560624CE35E* __this, Type_t* ___0_deviceType, InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* ___1_device, RuntimeObject* ___2_observer, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public ForDevice(Type deviceType, InputDevice device, IObserver<InputEventPtr> observer)
|
|
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
|
|
// m_Device = device;
|
|
InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* L_0 = ___1_device;
|
|
__this->___m_Device_1 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_Device_1), (void*)L_0);
|
|
// m_DeviceType = deviceType;
|
|
Type_t* L_1 = ___0_deviceType;
|
|
__this->___m_DeviceType_2 = L_1;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_DeviceType_2), (void*)L_1);
|
|
// m_Observer = observer;
|
|
RuntimeObject* L_2 = ___2_observer;
|
|
__this->___m_Observer_0 = L_2;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_Observer_0), (void*)L_2);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.InputSystem.Utilities.ForDeviceEventObservable/ForDevice::OnCompleted()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ForDevice_OnCompleted_m2336A2BBAD2244737E9B625386CBD59082492FA1 (ForDevice_t262FA471E18D6021E182BAE26D2AD560624CE35E* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.InputSystem.Utilities.ForDeviceEventObservable/ForDevice::OnError(System.Exception)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ForDevice_OnError_m31319CC442A62986154C491733D75112C8B9CF1F (ForDevice_t262FA471E18D6021E182BAE26D2AD560624CE35E* __this, Exception_t* ___0_error, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// Debug.LogException(error);
|
|
Exception_t* L_0 = ___0_error;
|
|
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
|
|
Debug_LogException_mAB3F4DC7297ED8FBB49DAA718B70E59A6B0171B0(L_0, NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.InputSystem.Utilities.ForDeviceEventObservable/ForDevice::OnNext(UnityEngine.InputSystem.LowLevel.InputEventPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ForDevice_OnNext_m84DA1DF865B5E459A1DAB9E1AE0D2F5A1883BF49 (ForDevice_t262FA471E18D6021E182BAE26D2AD560624CE35E* __this, InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0 ___0_value, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IObserver_1_tBA370B49C5227E7D5F575F4CE6A81A040CF7C5D5_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* V_0 = NULL;
|
|
{
|
|
// if (m_DeviceType != null)
|
|
Type_t* L_0 = __this->___m_DeviceType_2;
|
|
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
|
|
bool L_1;
|
|
L_1 = Type_op_Inequality_m83209C7BB3C05DFBEA3B6199B0BEFE8037301172(L_0, (Type_t*)NULL, NULL);
|
|
if (!L_1)
|
|
{
|
|
goto IL_002e;
|
|
}
|
|
}
|
|
{
|
|
// var device = InputSystem.GetDeviceById(value.deviceId);
|
|
int32_t L_2;
|
|
L_2 = InputEventPtr_get_deviceId_mD8B68EDC37D90A69EE67A47B3E17F4D80D4620D3((&___0_value), NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var);
|
|
InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* L_3;
|
|
L_3 = InputSystem_GetDeviceById_mC5C12308F6B71C9AAD24CFBB984E5C3C79F6C099(L_2, NULL);
|
|
V_0 = L_3;
|
|
// if (device == null)
|
|
InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* L_4 = V_0;
|
|
if (L_4)
|
|
{
|
|
goto IL_001f;
|
|
}
|
|
}
|
|
{
|
|
// return;
|
|
return;
|
|
}
|
|
|
|
IL_001f:
|
|
{
|
|
// if (!m_DeviceType.IsInstanceOfType(device))
|
|
Type_t* L_5 = __this->___m_DeviceType_2;
|
|
InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* L_6 = V_0;
|
|
NullCheck(L_5);
|
|
bool L_7;
|
|
L_7 = VirtualFuncInvoker1< bool, RuntimeObject* >::Invoke(115 /* System.Boolean System.Type::IsInstanceOfType(System.Object) */, L_5, L_6);
|
|
if (L_7)
|
|
{
|
|
goto IL_002e;
|
|
}
|
|
}
|
|
{
|
|
// return;
|
|
return;
|
|
}
|
|
|
|
IL_002e:
|
|
{
|
|
// if (m_Device != null && value.deviceId != m_Device.deviceId)
|
|
InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* L_8 = __this->___m_Device_1;
|
|
if (!L_8)
|
|
{
|
|
goto IL_004b;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_9;
|
|
L_9 = InputEventPtr_get_deviceId_mD8B68EDC37D90A69EE67A47B3E17F4D80D4620D3((&___0_value), NULL);
|
|
InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* L_10 = __this->___m_Device_1;
|
|
NullCheck(L_10);
|
|
int32_t L_11;
|
|
L_11 = InputDevice_get_deviceId_mC65E69E6117B78DB2F4963F5CF9BF031488AD588_inline(L_10, NULL);
|
|
if ((((int32_t)L_9) == ((int32_t)L_11)))
|
|
{
|
|
goto IL_004b;
|
|
}
|
|
}
|
|
{
|
|
// return;
|
|
return;
|
|
}
|
|
|
|
IL_004b:
|
|
{
|
|
// m_Observer.OnNext(value);
|
|
RuntimeObject* L_12 = __this->___m_Observer_0;
|
|
InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0 L_13 = ___0_value;
|
|
NullCheck(L_12);
|
|
InterfaceActionInvoker1< InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0 >::Invoke(0 /* System.Void System.IObserver`1<UnityEngine.InputSystem.LowLevel.InputEventPtr>::OnNext(T) */, IObserver_1_tBA370B49C5227E7D5F575F4CE6A81A040CF7C5D5_il2cpp_TypeInfo_var, L_12, L_13);
|
|
// }
|
|
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.IObservable`1<UnityEngine.InputSystem.LowLevel.InputEventPtr> UnityEngine.InputSystem.Utilities.Observable::ForDevice(System.IObservable`1<UnityEngine.InputSystem.LowLevel.InputEventPtr>,UnityEngine.InputSystem.InputDevice)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Observable_ForDevice_mC07F2B5FE92912037B20F009A84A19A4710998FC (RuntimeObject* ___0_source, InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* ___1_device, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ForDeviceEventObservable_t8A72659C906D6280192E680AF251425A67A7D889_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// if (source == null)
|
|
RuntimeObject* L_0 = ___0_source;
|
|
if (L_0)
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
// throw new ArgumentNullException(nameof(source));
|
|
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*)&_stringLiteral66F9618FDA792CAB23AF2D7FFB50AB2D3E393DC5)), NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Observable_ForDevice_mC07F2B5FE92912037B20F009A84A19A4710998FC_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
// return new ForDeviceEventObservable(source, null, device);
|
|
RuntimeObject* L_2 = ___0_source;
|
|
InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* L_3 = ___1_device;
|
|
ForDeviceEventObservable_t8A72659C906D6280192E680AF251425A67A7D889* L_4 = (ForDeviceEventObservable_t8A72659C906D6280192E680AF251425A67A7D889*)il2cpp_codegen_object_new(ForDeviceEventObservable_t8A72659C906D6280192E680AF251425A67A7D889_il2cpp_TypeInfo_var);
|
|
NullCheck(L_4);
|
|
ForDeviceEventObservable__ctor_mB1C31FA7E513DB5D377B8F95AB66DBA80A0B2EFC(L_4, L_2, (Type_t*)NULL, L_3, 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
|
|
// System.Void UnityEngine.InputSystem.Utilities.PredictiveParser::ExpectSingleChar(System.ReadOnlySpan`1<System.Char>,System.Char)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PredictiveParser_ExpectSingleChar_mBC652F6547A1588C13BA3A9066A801E818CE12CA (PredictiveParser_t33E75D237A7F855FDFDD50AA2DDDBBB65DE94248* __this, ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 ___0_str, Il2CppChar ___1_c, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// if (str[m_Position] != c)
|
|
int32_t L_0 = __this->___m_Position_0;
|
|
Il2CppChar* L_1;
|
|
L_1 = il2cpp_span_get_item((Il2CppChar*)((Il2CppByReference*)&(((&___0_str))->____pointer_0))->value, (L_0), ((&___0_str))->____length_1);
|
|
int32_t L_2 = *((uint16_t*)L_1);
|
|
Il2CppChar L_3 = ___1_c;
|
|
if ((((int32_t)L_2) == ((int32_t)L_3)))
|
|
{
|
|
goto IL_003f;
|
|
}
|
|
}
|
|
{
|
|
// throw new InvalidOperationException($"Expected a '{c}' character at position {m_Position} in : {str.ToString()}");
|
|
Il2CppChar L_4 = ___1_c;
|
|
Il2CppChar L_5 = L_4;
|
|
RuntimeObject* L_6 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var)), &L_5);
|
|
int32_t L_7 = __this->___m_Position_0;
|
|
int32_t L_8 = L_7;
|
|
RuntimeObject* L_9 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var)), &L_8);
|
|
String_t* L_10;
|
|
L_10 = ReadOnlySpan_1_ToString_mB13A913EF211B14B719EE62133C15C298642E34D((&___0_str), ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ReadOnlySpan_1_ToString_mB13A913EF211B14B719EE62133C15C298642E34D_RuntimeMethod_var)));
|
|
String_t* L_11;
|
|
L_11 = String_Format_mA0534D6E2AE4D67A6BD8D45B3321323930EB930C(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral4A2C26B8BE2E580DC971589E83E92EC387A3D560)), L_6, L_9, L_10, NULL);
|
|
InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_12 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_12);
|
|
InvalidOperationException__ctor_mE4CB6F4712AB6D99A2358FBAE2E052B3EE976162(L_12, L_11, NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_12, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PredictiveParser_ExpectSingleChar_mBC652F6547A1588C13BA3A9066A801E818CE12CA_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_003f:
|
|
{
|
|
// ++m_Position;
|
|
int32_t L_13 = __this->___m_Position_0;
|
|
__this->___m_Position_0 = ((int32_t)il2cpp_codegen_add(L_13, 1));
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void PredictiveParser_ExpectSingleChar_mBC652F6547A1588C13BA3A9066A801E818CE12CA_AdjustorThunk (RuntimeObject* __this, ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 ___0_str, Il2CppChar ___1_c, const RuntimeMethod* method)
|
|
{
|
|
PredictiveParser_t33E75D237A7F855FDFDD50AA2DDDBBB65DE94248* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<PredictiveParser_t33E75D237A7F855FDFDD50AA2DDDBBB65DE94248*>(__this + _offset);
|
|
PredictiveParser_ExpectSingleChar_mBC652F6547A1588C13BA3A9066A801E818CE12CA(_thisAdjusted, ___0_str, ___1_c, method);
|
|
}
|
|
// System.Int32 UnityEngine.InputSystem.Utilities.PredictiveParser::ExpectInt(System.ReadOnlySpan`1<System.Char>)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t PredictiveParser_ExpectInt_m8BCAD0C431D1C562C80A4C9B3A68A8C8C83C4AA6 (PredictiveParser_t33E75D237A7F855FDFDD50AA2DDDBBB65DE94248* __this, ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 ___0_str, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
int32_t V_2 = 0;
|
|
Il2CppChar V_3 = 0x0;
|
|
{
|
|
// int pos = m_Position;
|
|
int32_t L_0 = __this->___m_Position_0;
|
|
V_0 = L_0;
|
|
// int sign = 1;
|
|
V_1 = 1;
|
|
// if (str[pos] == '-')
|
|
int32_t L_1 = V_0;
|
|
Il2CppChar* L_2;
|
|
L_2 = il2cpp_span_get_item((Il2CppChar*)((Il2CppByReference*)&(((&___0_str))->____pointer_0))->value, (L_1), ((&___0_str))->____length_1);
|
|
int32_t L_3 = *((uint16_t*)L_2);
|
|
if ((!(((uint32_t)L_3) == ((uint32_t)((int32_t)45)))))
|
|
{
|
|
goto IL_001c;
|
|
}
|
|
}
|
|
{
|
|
// sign = -1;
|
|
V_1 = (-1);
|
|
// ++pos;
|
|
int32_t L_4 = V_0;
|
|
V_0 = ((int32_t)il2cpp_codegen_add(L_4, 1));
|
|
}
|
|
|
|
IL_001c:
|
|
{
|
|
// int value = 0;
|
|
V_2 = 0;
|
|
}
|
|
|
|
IL_001e:
|
|
{
|
|
// var n = str[pos];
|
|
int32_t L_5 = V_0;
|
|
Il2CppChar* L_6;
|
|
L_6 = il2cpp_span_get_item((Il2CppChar*)((Il2CppByReference*)&(((&___0_str))->____pointer_0))->value, (L_5), ((&___0_str))->____length_1);
|
|
int32_t L_7 = *((uint16_t*)L_6);
|
|
V_3 = L_7;
|
|
// if (n >= '0' && n <= '9')
|
|
Il2CppChar L_8 = V_3;
|
|
if ((((int32_t)L_8) < ((int32_t)((int32_t)48))))
|
|
{
|
|
goto IL_0044;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_9 = V_3;
|
|
if ((((int32_t)L_9) > ((int32_t)((int32_t)57))))
|
|
{
|
|
goto IL_0044;
|
|
}
|
|
}
|
|
{
|
|
// value *= 10;
|
|
int32_t L_10 = V_2;
|
|
V_2 = ((int32_t)il2cpp_codegen_multiply(L_10, ((int32_t)10)));
|
|
// value += n - '0';
|
|
int32_t L_11 = V_2;
|
|
Il2CppChar L_12 = V_3;
|
|
V_2 = ((int32_t)il2cpp_codegen_add(L_11, ((int32_t)il2cpp_codegen_subtract((int32_t)L_12, ((int32_t)48)))));
|
|
// ++pos;
|
|
int32_t L_13 = V_0;
|
|
V_0 = ((int32_t)il2cpp_codegen_add(L_13, 1));
|
|
goto IL_001e;
|
|
}
|
|
|
|
IL_0044:
|
|
{
|
|
// if (m_Position == pos)
|
|
int32_t L_14 = __this->___m_Position_0;
|
|
int32_t L_15 = V_0;
|
|
if ((!(((uint32_t)L_14) == ((uint32_t)L_15))))
|
|
{
|
|
goto IL_0075;
|
|
}
|
|
}
|
|
{
|
|
// throw new InvalidOperationException($"Expected an int at position {m_Position} in {str.ToString()}");
|
|
int32_t L_16 = __this->___m_Position_0;
|
|
int32_t L_17 = L_16;
|
|
RuntimeObject* L_18 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var)), &L_17);
|
|
String_t* L_19;
|
|
L_19 = ReadOnlySpan_1_ToString_mB13A913EF211B14B719EE62133C15C298642E34D((&___0_str), ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ReadOnlySpan_1_ToString_mB13A913EF211B14B719EE62133C15C298642E34D_RuntimeMethod_var)));
|
|
String_t* L_20;
|
|
L_20 = String_Format_mFB7DA489BD99F4670881FF50EC017BFB0A5C0987(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral83B795AA1ED1FDA5D0B35A2198BEB102D288335E)), L_18, L_19, NULL);
|
|
InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_21 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_21);
|
|
InvalidOperationException__ctor_mE4CB6F4712AB6D99A2358FBAE2E052B3EE976162(L_21, L_20, NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_21, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PredictiveParser_ExpectInt_m8BCAD0C431D1C562C80A4C9B3A68A8C8C83C4AA6_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_0075:
|
|
{
|
|
// m_Position = pos;
|
|
int32_t L_22 = V_0;
|
|
__this->___m_Position_0 = L_22;
|
|
// return value * sign;
|
|
int32_t L_23 = V_2;
|
|
int32_t L_24 = V_1;
|
|
return ((int32_t)il2cpp_codegen_multiply(L_23, L_24));
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C int32_t PredictiveParser_ExpectInt_m8BCAD0C431D1C562C80A4C9B3A68A8C8C83C4AA6_AdjustorThunk (RuntimeObject* __this, ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 ___0_str, const RuntimeMethod* method)
|
|
{
|
|
PredictiveParser_t33E75D237A7F855FDFDD50AA2DDDBBB65DE94248* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<PredictiveParser_t33E75D237A7F855FDFDD50AA2DDDBBB65DE94248*>(__this + _offset);
|
|
int32_t _returnValue;
|
|
_returnValue = PredictiveParser_ExpectInt_m8BCAD0C431D1C562C80A4C9B3A68A8C8C83C4AA6(_thisAdjusted, ___0_str, method);
|
|
return _returnValue;
|
|
}
|
|
// System.ReadOnlySpan`1<System.Char> UnityEngine.InputSystem.Utilities.PredictiveParser::ExpectString(System.ReadOnlySpan`1<System.Char>)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 PredictiveParser_ExpectString_mB9D2D4DB64514E11C5BA9A06FB9FC2F69F423FCB (PredictiveParser_t33E75D237A7F855FDFDD50AA2DDDBBB65DE94248* __this, ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 ___0_str, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_Slice_mDEEA4C304B13C8F7A63BC3D60B62FF17BBEE282B_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Empty_mD21E73543F21952EEC2C85604B0A17A3BCEC7F7D_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
Il2CppChar V_1 = 0x0;
|
|
{
|
|
// var startPos = m_Position;
|
|
int32_t L_0 = __this->___m_Position_0;
|
|
V_0 = L_0;
|
|
// if (str[startPos] != '\"')
|
|
int32_t L_1 = V_0;
|
|
Il2CppChar* L_2;
|
|
L_2 = il2cpp_span_get_item((Il2CppChar*)((Il2CppByReference*)&(((&___0_str))->____pointer_0))->value, (L_1), ((&___0_str))->____length_1);
|
|
int32_t L_3 = *((uint16_t*)L_2);
|
|
if ((((int32_t)L_3) == ((int32_t)((int32_t)34))))
|
|
{
|
|
goto IL_003c;
|
|
}
|
|
}
|
|
{
|
|
// throw new InvalidOperationException($"Expected a '\"' character at position {m_Position} in {str.ToString()}");
|
|
int32_t L_4 = __this->___m_Position_0;
|
|
int32_t L_5 = L_4;
|
|
RuntimeObject* L_6 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var)), &L_5);
|
|
String_t* L_7;
|
|
L_7 = ReadOnlySpan_1_ToString_mB13A913EF211B14B719EE62133C15C298642E34D((&___0_str), ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ReadOnlySpan_1_ToString_mB13A913EF211B14B719EE62133C15C298642E34D_RuntimeMethod_var)));
|
|
String_t* L_8;
|
|
L_8 = String_Format_mFB7DA489BD99F4670881FF50EC017BFB0A5C0987(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral8685DA442A0C3F60D93AE88C01AF905517E58BAA)), L_6, 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*)&PredictiveParser_ExpectString_mB9D2D4DB64514E11C5BA9A06FB9FC2F69F423FCB_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_003c:
|
|
{
|
|
// ++m_Position;
|
|
int32_t L_10 = __this->___m_Position_0;
|
|
__this->___m_Position_0 = ((int32_t)il2cpp_codegen_add(L_10, 1));
|
|
}
|
|
|
|
IL_004a:
|
|
{
|
|
// var c = str[m_Position];
|
|
int32_t L_11 = __this->___m_Position_0;
|
|
Il2CppChar* L_12;
|
|
L_12 = il2cpp_span_get_item((Il2CppChar*)((Il2CppByReference*)&(((&___0_str))->____pointer_0))->value, (L_11), ((&___0_str))->____length_1);
|
|
int32_t L_13 = *((uint16_t*)L_12);
|
|
V_1 = L_13;
|
|
// c |= ' ';
|
|
Il2CppChar L_14 = V_1;
|
|
V_1 = ((int32_t)(uint16_t)((int32_t)((int32_t)L_14|((int32_t)32))));
|
|
// if (c >= 'a' && c <= 'z')
|
|
Il2CppChar L_15 = V_1;
|
|
if ((((int32_t)L_15) < ((int32_t)((int32_t)97))))
|
|
{
|
|
goto IL_0079;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_16 = V_1;
|
|
if ((((int32_t)L_16) > ((int32_t)((int32_t)122))))
|
|
{
|
|
goto IL_0079;
|
|
}
|
|
}
|
|
{
|
|
// ++m_Position;
|
|
int32_t L_17 = __this->___m_Position_0;
|
|
__this->___m_Position_0 = ((int32_t)il2cpp_codegen_add(L_17, 1));
|
|
// continue;
|
|
goto IL_004a;
|
|
}
|
|
|
|
IL_0079:
|
|
{
|
|
// if (str[m_Position] != '\"')
|
|
int32_t L_18 = __this->___m_Position_0;
|
|
Il2CppChar* L_19;
|
|
L_19 = il2cpp_span_get_item((Il2CppChar*)((Il2CppByReference*)&(((&___0_str))->____pointer_0))->value, (L_18), ((&___0_str))->____length_1);
|
|
int32_t L_20 = *((uint16_t*)L_19);
|
|
if ((((int32_t)L_20) == ((int32_t)((int32_t)34))))
|
|
{
|
|
goto IL_00b3;
|
|
}
|
|
}
|
|
{
|
|
// throw new InvalidOperationException($"Expected a closing '\"' character at position {m_Position} in string: {str.ToString()}");
|
|
int32_t L_21 = __this->___m_Position_0;
|
|
int32_t L_22 = L_21;
|
|
RuntimeObject* L_23 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var)), &L_22);
|
|
String_t* L_24;
|
|
L_24 = ReadOnlySpan_1_ToString_mB13A913EF211B14B719EE62133C15C298642E34D((&___0_str), ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ReadOnlySpan_1_ToString_mB13A913EF211B14B719EE62133C15C298642E34D_RuntimeMethod_var)));
|
|
String_t* L_25;
|
|
L_25 = String_Format_mFB7DA489BD99F4670881FF50EC017BFB0A5C0987(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7892D004354C07FF4886165F7EBE54BEC6E286FF)), L_23, L_24, NULL);
|
|
InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_26 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_26);
|
|
InvalidOperationException__ctor_mE4CB6F4712AB6D99A2358FBAE2E052B3EE976162(L_26, L_25, NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_26, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PredictiveParser_ExpectString_mB9D2D4DB64514E11C5BA9A06FB9FC2F69F423FCB_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_00b3:
|
|
{
|
|
// if (m_Position - startPos == 1)
|
|
int32_t L_27 = __this->___m_Position_0;
|
|
int32_t L_28 = V_0;
|
|
if ((!(((uint32_t)((int32_t)il2cpp_codegen_subtract(L_27, L_28))) == ((uint32_t)1))))
|
|
{
|
|
goto IL_00c4;
|
|
}
|
|
}
|
|
{
|
|
// return ReadOnlySpan<char>.Empty;
|
|
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_29;
|
|
L_29 = ReadOnlySpan_1_get_Empty_mD21E73543F21952EEC2C85604B0A17A3BCEC7F7D(ReadOnlySpan_1_get_Empty_mD21E73543F21952EEC2C85604B0A17A3BCEC7F7D_RuntimeMethod_var);
|
|
return L_29;
|
|
}
|
|
|
|
IL_00c4:
|
|
{
|
|
// var output = str.Slice(startPos + 1, m_Position - startPos - 1);
|
|
int32_t L_30 = V_0;
|
|
int32_t L_31 = __this->___m_Position_0;
|
|
int32_t L_32 = V_0;
|
|
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_33;
|
|
L_33 = ReadOnlySpan_1_Slice_mDEEA4C304B13C8F7A63BC3D60B62FF17BBEE282B_inline((&___0_str), ((int32_t)il2cpp_codegen_add(L_30, 1)), ((int32_t)il2cpp_codegen_subtract(((int32_t)il2cpp_codegen_subtract(L_31, L_32)), 1)), ReadOnlySpan_1_Slice_mDEEA4C304B13C8F7A63BC3D60B62FF17BBEE282B_RuntimeMethod_var);
|
|
// ++m_Position;
|
|
int32_t L_34 = __this->___m_Position_0;
|
|
__this->___m_Position_0 = ((int32_t)il2cpp_codegen_add(L_34, 1));
|
|
// return output;
|
|
return L_33;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 PredictiveParser_ExpectString_mB9D2D4DB64514E11C5BA9A06FB9FC2F69F423FCB_AdjustorThunk (RuntimeObject* __this, ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 ___0_str, const RuntimeMethod* method)
|
|
{
|
|
PredictiveParser_t33E75D237A7F855FDFDD50AA2DDDBBB65DE94248* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<PredictiveParser_t33E75D237A7F855FDFDD50AA2DDDBBB65DE94248*>(__this + _offset);
|
|
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 _returnValue;
|
|
_returnValue = PredictiveParser_ExpectString_mB9D2D4DB64514E11C5BA9A06FB9FC2F69F423FCB(_thisAdjusted, ___0_str, method);
|
|
return _returnValue;
|
|
}
|
|
// System.Boolean UnityEngine.InputSystem.Utilities.PredictiveParser::AcceptSingleChar(System.ReadOnlySpan`1<System.Char>,System.Char)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PredictiveParser_AcceptSingleChar_m2200F1C4ED06F07D4981D5A2F4D2F96D3CEC2002 (PredictiveParser_t33E75D237A7F855FDFDD50AA2DDDBBB65DE94248* __this, ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 ___0_str, Il2CppChar ___1_c, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// if (str[m_Position] != c)
|
|
int32_t L_0 = __this->___m_Position_0;
|
|
Il2CppChar* L_1;
|
|
L_1 = il2cpp_span_get_item((Il2CppChar*)((Il2CppByReference*)&(((&___0_str))->____pointer_0))->value, (L_0), ((&___0_str))->____length_1);
|
|
int32_t L_2 = *((uint16_t*)L_1);
|
|
Il2CppChar L_3 = ___1_c;
|
|
if ((((int32_t)L_2) == ((int32_t)L_3)))
|
|
{
|
|
goto IL_0013;
|
|
}
|
|
}
|
|
{
|
|
// return false;
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0013:
|
|
{
|
|
// m_Position++;
|
|
int32_t L_4 = __this->___m_Position_0;
|
|
__this->___m_Position_0 = ((int32_t)il2cpp_codegen_add(L_4, 1));
|
|
// return true;
|
|
return (bool)1;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C bool PredictiveParser_AcceptSingleChar_m2200F1C4ED06F07D4981D5A2F4D2F96D3CEC2002_AdjustorThunk (RuntimeObject* __this, ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 ___0_str, Il2CppChar ___1_c, const RuntimeMethod* method)
|
|
{
|
|
PredictiveParser_t33E75D237A7F855FDFDD50AA2DDDBBB65DE94248* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<PredictiveParser_t33E75D237A7F855FDFDD50AA2DDDBBB65DE94248*>(__this + _offset);
|
|
bool _returnValue;
|
|
_returnValue = PredictiveParser_AcceptSingleChar_m2200F1C4ED06F07D4981D5A2F4D2F96D3CEC2002(_thisAdjusted, ___0_str, ___1_c, method);
|
|
return _returnValue;
|
|
}
|
|
// System.Boolean UnityEngine.InputSystem.Utilities.PredictiveParser::AcceptString(System.ReadOnlySpan`1<System.Char>,System.ReadOnlySpan`1<System.Char>&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PredictiveParser_AcceptString_m786D5F348A934235EFADF3946E405D24E0A22BC1 (PredictiveParser_t33E75D237A7F855FDFDD50AA2DDDBBB65DE94248* __this, ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 ___0_input, ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1* ___1_output, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_Slice_mDEEA4C304B13C8F7A63BC3D60B62FF17BBEE282B_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlySpan_1_get_Empty_mD21E73543F21952EEC2C85604B0A17A3BCEC7F7D_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
Il2CppChar V_2 = 0x0;
|
|
{
|
|
// output = default;
|
|
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1* L_0 = ___1_output;
|
|
il2cpp_codegen_initobj(L_0, sizeof(ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1));
|
|
// var startPos = m_Position;
|
|
int32_t L_1 = __this->___m_Position_0;
|
|
V_0 = L_1;
|
|
// var endPos = startPos;
|
|
int32_t L_2 = V_0;
|
|
V_1 = L_2;
|
|
// if (input[endPos] != '\"')
|
|
int32_t L_3 = V_1;
|
|
Il2CppChar* L_4;
|
|
L_4 = il2cpp_span_get_item((Il2CppChar*)((Il2CppByReference*)&(((&___0_input))->____pointer_0))->value, (L_3), ((&___0_input))->____length_1);
|
|
int32_t L_5 = *((uint16_t*)L_4);
|
|
if ((((int32_t)L_5) == ((int32_t)((int32_t)34))))
|
|
{
|
|
goto IL_001f;
|
|
}
|
|
}
|
|
{
|
|
// return false;
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_001f:
|
|
{
|
|
// ++endPos;
|
|
int32_t L_6 = V_1;
|
|
V_1 = ((int32_t)il2cpp_codegen_add(L_6, 1));
|
|
}
|
|
|
|
IL_0023:
|
|
{
|
|
// var c = input[endPos];
|
|
int32_t L_7 = V_1;
|
|
Il2CppChar* L_8;
|
|
L_8 = il2cpp_span_get_item((Il2CppChar*)((Il2CppByReference*)&(((&___0_input))->____pointer_0))->value, (L_7), ((&___0_input))->____length_1);
|
|
int32_t L_9 = *((uint16_t*)L_8);
|
|
V_2 = L_9;
|
|
// c |= ' ';
|
|
Il2CppChar L_10 = V_2;
|
|
V_2 = ((int32_t)(uint16_t)((int32_t)((int32_t)L_10|((int32_t)32))));
|
|
// if (c >= 'a' && c <= 'z')
|
|
Il2CppChar L_11 = V_2;
|
|
if ((((int32_t)L_11) < ((int32_t)((int32_t)97))))
|
|
{
|
|
goto IL_0043;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_12 = V_2;
|
|
if ((((int32_t)L_12) > ((int32_t)((int32_t)122))))
|
|
{
|
|
goto IL_0043;
|
|
}
|
|
}
|
|
{
|
|
// ++endPos;
|
|
int32_t L_13 = V_1;
|
|
V_1 = ((int32_t)il2cpp_codegen_add(L_13, 1));
|
|
// continue;
|
|
goto IL_0023;
|
|
}
|
|
|
|
IL_0043:
|
|
{
|
|
// if (input[endPos] != '\"')
|
|
int32_t L_14 = V_1;
|
|
Il2CppChar* L_15;
|
|
L_15 = il2cpp_span_get_item((Il2CppChar*)((Il2CppByReference*)&(((&___0_input))->____pointer_0))->value, (L_14), ((&___0_input))->____length_1);
|
|
int32_t L_16 = *((uint16_t*)L_15);
|
|
if ((((int32_t)L_16) == ((int32_t)((int32_t)34))))
|
|
{
|
|
goto IL_0052;
|
|
}
|
|
}
|
|
{
|
|
// return false;
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0052:
|
|
{
|
|
// if (m_Position - startPos == 1)
|
|
int32_t L_17 = __this->___m_Position_0;
|
|
int32_t L_18 = V_0;
|
|
if ((!(((uint32_t)((int32_t)il2cpp_codegen_subtract(L_17, L_18))) == ((uint32_t)1))))
|
|
{
|
|
goto IL_006a;
|
|
}
|
|
}
|
|
{
|
|
// output = ReadOnlySpan<char>.Empty;
|
|
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1* L_19 = ___1_output;
|
|
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_20;
|
|
L_20 = ReadOnlySpan_1_get_Empty_mD21E73543F21952EEC2C85604B0A17A3BCEC7F7D(ReadOnlySpan_1_get_Empty_mD21E73543F21952EEC2C85604B0A17A3BCEC7F7D_RuntimeMethod_var);
|
|
*(ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1*)L_19 = L_20;
|
|
goto IL_007f;
|
|
}
|
|
|
|
IL_006a:
|
|
{
|
|
// output = input.Slice(startPos + 1, endPos - startPos - 1);
|
|
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1* L_21 = ___1_output;
|
|
int32_t L_22 = V_0;
|
|
int32_t L_23 = V_1;
|
|
int32_t L_24 = V_0;
|
|
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_25;
|
|
L_25 = ReadOnlySpan_1_Slice_mDEEA4C304B13C8F7A63BC3D60B62FF17BBEE282B_inline((&___0_input), ((int32_t)il2cpp_codegen_add(L_22, 1)), ((int32_t)il2cpp_codegen_subtract(((int32_t)il2cpp_codegen_subtract(L_23, L_24)), 1)), ReadOnlySpan_1_Slice_mDEEA4C304B13C8F7A63BC3D60B62FF17BBEE282B_RuntimeMethod_var);
|
|
*(ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1*)L_21 = L_25;
|
|
}
|
|
|
|
IL_007f:
|
|
{
|
|
// m_Position = endPos + 1;
|
|
int32_t L_26 = V_1;
|
|
__this->___m_Position_0 = ((int32_t)il2cpp_codegen_add(L_26, 1));
|
|
// return true;
|
|
return (bool)1;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C bool PredictiveParser_AcceptString_m786D5F348A934235EFADF3946E405D24E0A22BC1_AdjustorThunk (RuntimeObject* __this, ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 ___0_input, ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1* ___1_output, const RuntimeMethod* method)
|
|
{
|
|
PredictiveParser_t33E75D237A7F855FDFDD50AA2DDDBBB65DE94248* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<PredictiveParser_t33E75D237A7F855FDFDD50AA2DDDBBB65DE94248*>(__this + _offset);
|
|
bool _returnValue;
|
|
_returnValue = PredictiveParser_AcceptString_m786D5F348A934235EFADF3946E405D24E0A22BC1(_thisAdjusted, ___0_input, ___1_output, method);
|
|
return _returnValue;
|
|
}
|
|
// System.Void UnityEngine.InputSystem.Utilities.PredictiveParser::AcceptInt(System.ReadOnlySpan`1<System.Char>)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PredictiveParser_AcceptInt_m4C94C20DE615EA781A1554037E625DCD5CD77986 (PredictiveParser_t33E75D237A7F855FDFDD50AA2DDDBBB65DE94248* __this, ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 ___0_str, const RuntimeMethod* method)
|
|
{
|
|
Il2CppChar V_0 = 0x0;
|
|
{
|
|
// if (str[m_Position] == '-')
|
|
int32_t L_0 = __this->___m_Position_0;
|
|
Il2CppChar* L_1;
|
|
L_1 = il2cpp_span_get_item((Il2CppChar*)((Il2CppByReference*)&(((&___0_str))->____pointer_0))->value, (L_0), ((&___0_str))->____length_1);
|
|
int32_t L_2 = *((uint16_t*)L_1);
|
|
if ((!(((uint32_t)L_2) == ((uint32_t)((int32_t)45)))))
|
|
{
|
|
goto IL_0020;
|
|
}
|
|
}
|
|
{
|
|
// ++m_Position;
|
|
int32_t L_3 = __this->___m_Position_0;
|
|
__this->___m_Position_0 = ((int32_t)il2cpp_codegen_add(L_3, 1));
|
|
}
|
|
|
|
IL_0020:
|
|
{
|
|
// var n = str[m_Position];
|
|
int32_t L_4 = __this->___m_Position_0;
|
|
Il2CppChar* L_5;
|
|
L_5 = il2cpp_span_get_item((Il2CppChar*)((Il2CppByReference*)&(((&___0_str))->____pointer_0))->value, (L_4), ((&___0_str))->____length_1);
|
|
int32_t L_6 = *((uint16_t*)L_5);
|
|
V_0 = L_6;
|
|
// if (n >= '0' && n <= '9')
|
|
Il2CppChar L_7 = V_0;
|
|
if ((((int32_t)L_7) < ((int32_t)((int32_t)48))))
|
|
{
|
|
goto IL_0049;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_8 = V_0;
|
|
if ((((int32_t)L_8) > ((int32_t)((int32_t)57))))
|
|
{
|
|
goto IL_0049;
|
|
}
|
|
}
|
|
{
|
|
// ++m_Position;
|
|
int32_t L_9 = __this->___m_Position_0;
|
|
__this->___m_Position_0 = ((int32_t)il2cpp_codegen_add(L_9, 1));
|
|
goto IL_0020;
|
|
}
|
|
|
|
IL_0049:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void PredictiveParser_AcceptInt_m4C94C20DE615EA781A1554037E625DCD5CD77986_AdjustorThunk (RuntimeObject* __this, ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 ___0_str, const RuntimeMethod* method)
|
|
{
|
|
PredictiveParser_t33E75D237A7F855FDFDD50AA2DDDBBB65DE94248* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<PredictiveParser_t33E75D237A7F855FDFDD50AA2DDDBBB65DE94248*>(__this + _offset);
|
|
PredictiveParser_AcceptInt_m4C94C20DE615EA781A1554037E625DCD5CD77986(_thisAdjusted, ___0_str, method);
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// Conversion methods for marshalling of: UnityEngine.InputSystem.Utilities.PrimitiveValue
|
|
IL2CPP_EXTERN_C void PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4_marshal_pinvoke(const PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4& unmarshaled, PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4_marshaled_pinvoke& marshaled)
|
|
{
|
|
marshaled.___m_Type_0 = unmarshaled.___m_Type_0;
|
|
marshaled.___m_BoolValue_1 = static_cast<int32_t>(unmarshaled.___m_BoolValue_1);
|
|
marshaled.___m_CharValue_2 = static_cast<uint8_t>(unmarshaled.___m_CharValue_2);
|
|
marshaled.___m_ByteValue_3 = unmarshaled.___m_ByteValue_3;
|
|
marshaled.___m_SByteValue_4 = unmarshaled.___m_SByteValue_4;
|
|
marshaled.___m_ShortValue_5 = unmarshaled.___m_ShortValue_5;
|
|
marshaled.___m_UShortValue_6 = unmarshaled.___m_UShortValue_6;
|
|
marshaled.___m_IntValue_7 = unmarshaled.___m_IntValue_7;
|
|
marshaled.___m_UIntValue_8 = unmarshaled.___m_UIntValue_8;
|
|
marshaled.___m_LongValue_9 = unmarshaled.___m_LongValue_9;
|
|
marshaled.___m_ULongValue_10 = unmarshaled.___m_ULongValue_10;
|
|
marshaled.___m_FloatValue_11 = unmarshaled.___m_FloatValue_11;
|
|
marshaled.___m_DoubleValue_12 = unmarshaled.___m_DoubleValue_12;
|
|
}
|
|
IL2CPP_EXTERN_C void PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4_marshal_pinvoke_back(const PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4_marshaled_pinvoke& marshaled, PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4& unmarshaled)
|
|
{
|
|
int32_t unmarshaledm_Type_temp_0 = 0;
|
|
unmarshaledm_Type_temp_0 = marshaled.___m_Type_0;
|
|
unmarshaled.___m_Type_0 = unmarshaledm_Type_temp_0;
|
|
bool unmarshaledm_BoolValue_temp_1 = false;
|
|
unmarshaledm_BoolValue_temp_1 = static_cast<bool>(marshaled.___m_BoolValue_1);
|
|
unmarshaled.___m_BoolValue_1 = unmarshaledm_BoolValue_temp_1;
|
|
Il2CppChar unmarshaledm_CharValue_temp_2 = 0x0;
|
|
unmarshaledm_CharValue_temp_2 = static_cast<Il2CppChar>(marshaled.___m_CharValue_2);
|
|
unmarshaled.___m_CharValue_2 = unmarshaledm_CharValue_temp_2;
|
|
uint8_t unmarshaledm_ByteValue_temp_3 = 0x0;
|
|
unmarshaledm_ByteValue_temp_3 = marshaled.___m_ByteValue_3;
|
|
unmarshaled.___m_ByteValue_3 = unmarshaledm_ByteValue_temp_3;
|
|
int8_t unmarshaledm_SByteValue_temp_4 = 0x0;
|
|
unmarshaledm_SByteValue_temp_4 = marshaled.___m_SByteValue_4;
|
|
unmarshaled.___m_SByteValue_4 = unmarshaledm_SByteValue_temp_4;
|
|
int16_t unmarshaledm_ShortValue_temp_5 = 0;
|
|
unmarshaledm_ShortValue_temp_5 = marshaled.___m_ShortValue_5;
|
|
unmarshaled.___m_ShortValue_5 = unmarshaledm_ShortValue_temp_5;
|
|
uint16_t unmarshaledm_UShortValue_temp_6 = 0;
|
|
unmarshaledm_UShortValue_temp_6 = marshaled.___m_UShortValue_6;
|
|
unmarshaled.___m_UShortValue_6 = unmarshaledm_UShortValue_temp_6;
|
|
int32_t unmarshaledm_IntValue_temp_7 = 0;
|
|
unmarshaledm_IntValue_temp_7 = marshaled.___m_IntValue_7;
|
|
unmarshaled.___m_IntValue_7 = unmarshaledm_IntValue_temp_7;
|
|
uint32_t unmarshaledm_UIntValue_temp_8 = 0;
|
|
unmarshaledm_UIntValue_temp_8 = marshaled.___m_UIntValue_8;
|
|
unmarshaled.___m_UIntValue_8 = unmarshaledm_UIntValue_temp_8;
|
|
int64_t unmarshaledm_LongValue_temp_9 = 0;
|
|
unmarshaledm_LongValue_temp_9 = marshaled.___m_LongValue_9;
|
|
unmarshaled.___m_LongValue_9 = unmarshaledm_LongValue_temp_9;
|
|
uint64_t unmarshaledm_ULongValue_temp_10 = 0;
|
|
unmarshaledm_ULongValue_temp_10 = marshaled.___m_ULongValue_10;
|
|
unmarshaled.___m_ULongValue_10 = unmarshaledm_ULongValue_temp_10;
|
|
float unmarshaledm_FloatValue_temp_11 = 0.0f;
|
|
unmarshaledm_FloatValue_temp_11 = marshaled.___m_FloatValue_11;
|
|
unmarshaled.___m_FloatValue_11 = unmarshaledm_FloatValue_temp_11;
|
|
double unmarshaledm_DoubleValue_temp_12 = 0.0;
|
|
unmarshaledm_DoubleValue_temp_12 = marshaled.___m_DoubleValue_12;
|
|
unmarshaled.___m_DoubleValue_12 = unmarshaledm_DoubleValue_temp_12;
|
|
}
|
|
// Conversion method for clean up from marshalling of: UnityEngine.InputSystem.Utilities.PrimitiveValue
|
|
IL2CPP_EXTERN_C void PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4_marshal_pinvoke_cleanup(PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4_marshaled_pinvoke& marshaled)
|
|
{
|
|
}
|
|
// Conversion methods for marshalling of: UnityEngine.InputSystem.Utilities.PrimitiveValue
|
|
IL2CPP_EXTERN_C void PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4_marshal_com(const PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4& unmarshaled, PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4_marshaled_com& marshaled)
|
|
{
|
|
marshaled.___m_Type_0 = unmarshaled.___m_Type_0;
|
|
marshaled.___m_BoolValue_1 = static_cast<int32_t>(unmarshaled.___m_BoolValue_1);
|
|
marshaled.___m_CharValue_2 = static_cast<uint8_t>(unmarshaled.___m_CharValue_2);
|
|
marshaled.___m_ByteValue_3 = unmarshaled.___m_ByteValue_3;
|
|
marshaled.___m_SByteValue_4 = unmarshaled.___m_SByteValue_4;
|
|
marshaled.___m_ShortValue_5 = unmarshaled.___m_ShortValue_5;
|
|
marshaled.___m_UShortValue_6 = unmarshaled.___m_UShortValue_6;
|
|
marshaled.___m_IntValue_7 = unmarshaled.___m_IntValue_7;
|
|
marshaled.___m_UIntValue_8 = unmarshaled.___m_UIntValue_8;
|
|
marshaled.___m_LongValue_9 = unmarshaled.___m_LongValue_9;
|
|
marshaled.___m_ULongValue_10 = unmarshaled.___m_ULongValue_10;
|
|
marshaled.___m_FloatValue_11 = unmarshaled.___m_FloatValue_11;
|
|
marshaled.___m_DoubleValue_12 = unmarshaled.___m_DoubleValue_12;
|
|
}
|
|
IL2CPP_EXTERN_C void PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4_marshal_com_back(const PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4_marshaled_com& marshaled, PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4& unmarshaled)
|
|
{
|
|
int32_t unmarshaledm_Type_temp_0 = 0;
|
|
unmarshaledm_Type_temp_0 = marshaled.___m_Type_0;
|
|
unmarshaled.___m_Type_0 = unmarshaledm_Type_temp_0;
|
|
bool unmarshaledm_BoolValue_temp_1 = false;
|
|
unmarshaledm_BoolValue_temp_1 = static_cast<bool>(marshaled.___m_BoolValue_1);
|
|
unmarshaled.___m_BoolValue_1 = unmarshaledm_BoolValue_temp_1;
|
|
Il2CppChar unmarshaledm_CharValue_temp_2 = 0x0;
|
|
unmarshaledm_CharValue_temp_2 = static_cast<Il2CppChar>(marshaled.___m_CharValue_2);
|
|
unmarshaled.___m_CharValue_2 = unmarshaledm_CharValue_temp_2;
|
|
uint8_t unmarshaledm_ByteValue_temp_3 = 0x0;
|
|
unmarshaledm_ByteValue_temp_3 = marshaled.___m_ByteValue_3;
|
|
unmarshaled.___m_ByteValue_3 = unmarshaledm_ByteValue_temp_3;
|
|
int8_t unmarshaledm_SByteValue_temp_4 = 0x0;
|
|
unmarshaledm_SByteValue_temp_4 = marshaled.___m_SByteValue_4;
|
|
unmarshaled.___m_SByteValue_4 = unmarshaledm_SByteValue_temp_4;
|
|
int16_t unmarshaledm_ShortValue_temp_5 = 0;
|
|
unmarshaledm_ShortValue_temp_5 = marshaled.___m_ShortValue_5;
|
|
unmarshaled.___m_ShortValue_5 = unmarshaledm_ShortValue_temp_5;
|
|
uint16_t unmarshaledm_UShortValue_temp_6 = 0;
|
|
unmarshaledm_UShortValue_temp_6 = marshaled.___m_UShortValue_6;
|
|
unmarshaled.___m_UShortValue_6 = unmarshaledm_UShortValue_temp_6;
|
|
int32_t unmarshaledm_IntValue_temp_7 = 0;
|
|
unmarshaledm_IntValue_temp_7 = marshaled.___m_IntValue_7;
|
|
unmarshaled.___m_IntValue_7 = unmarshaledm_IntValue_temp_7;
|
|
uint32_t unmarshaledm_UIntValue_temp_8 = 0;
|
|
unmarshaledm_UIntValue_temp_8 = marshaled.___m_UIntValue_8;
|
|
unmarshaled.___m_UIntValue_8 = unmarshaledm_UIntValue_temp_8;
|
|
int64_t unmarshaledm_LongValue_temp_9 = 0;
|
|
unmarshaledm_LongValue_temp_9 = marshaled.___m_LongValue_9;
|
|
unmarshaled.___m_LongValue_9 = unmarshaledm_LongValue_temp_9;
|
|
uint64_t unmarshaledm_ULongValue_temp_10 = 0;
|
|
unmarshaledm_ULongValue_temp_10 = marshaled.___m_ULongValue_10;
|
|
unmarshaled.___m_ULongValue_10 = unmarshaledm_ULongValue_temp_10;
|
|
float unmarshaledm_FloatValue_temp_11 = 0.0f;
|
|
unmarshaledm_FloatValue_temp_11 = marshaled.___m_FloatValue_11;
|
|
unmarshaled.___m_FloatValue_11 = unmarshaledm_FloatValue_temp_11;
|
|
double unmarshaledm_DoubleValue_temp_12 = 0.0;
|
|
unmarshaledm_DoubleValue_temp_12 = marshaled.___m_DoubleValue_12;
|
|
unmarshaled.___m_DoubleValue_12 = unmarshaledm_DoubleValue_temp_12;
|
|
}
|
|
// Conversion method for clean up from marshalling of: UnityEngine.InputSystem.Utilities.PrimitiveValue
|
|
IL2CPP_EXTERN_C void PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4_marshal_com_cleanup(PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4_marshaled_com& marshaled)
|
|
{
|
|
}
|
|
// System.Byte* UnityEngine.InputSystem.Utilities.PrimitiveValue::get_valuePtr()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t* PrimitiveValue_get_valuePtr_mC4D0147F33F8DFB6EDDBEC0379B5DA14CAECA860 (PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// internal unsafe byte* valuePtr => (byte*)UnsafeUtility.AddressOf(ref this) + 4;
|
|
void* L_0;
|
|
L_0 = il2cpp_codegen_unsafe_cast(__this);
|
|
return (uint8_t*)(((void*)il2cpp_codegen_add((intptr_t)L_0, 4)));
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C uint8_t* PrimitiveValue_get_valuePtr_mC4D0147F33F8DFB6EDDBEC0379B5DA14CAECA860_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4*>(__this + _offset);
|
|
uint8_t* _returnValue;
|
|
_returnValue = PrimitiveValue_get_valuePtr_mC4D0147F33F8DFB6EDDBEC0379B5DA14CAECA860(_thisAdjusted, method);
|
|
return _returnValue;
|
|
}
|
|
// System.TypeCode UnityEngine.InputSystem.Utilities.PrimitiveValue::get_type()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t PrimitiveValue_get_type_m5E879D643209154FA8B68A45366EB969221CF4F4 (PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public TypeCode type => m_Type;
|
|
int32_t L_0 = __this->___m_Type_0;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C int32_t PrimitiveValue_get_type_m5E879D643209154FA8B68A45366EB969221CF4F4_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4*>(__this + _offset);
|
|
int32_t _returnValue;
|
|
_returnValue = PrimitiveValue_get_type_m5E879D643209154FA8B68A45366EB969221CF4F4_inline(_thisAdjusted, method);
|
|
return _returnValue;
|
|
}
|
|
// System.Boolean UnityEngine.InputSystem.Utilities.PrimitiveValue::get_isEmpty()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PrimitiveValue_get_isEmpty_m5EB7E528CDE36950BBE170CE82D1DB78D45E4347 (PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public bool isEmpty => type == TypeCode.Empty;
|
|
int32_t L_0;
|
|
L_0 = PrimitiveValue_get_type_m5E879D643209154FA8B68A45366EB969221CF4F4_inline(__this, NULL);
|
|
return (bool)((((int32_t)L_0) == ((int32_t)0))? 1 : 0);
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C bool PrimitiveValue_get_isEmpty_m5EB7E528CDE36950BBE170CE82D1DB78D45E4347_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4*>(__this + _offset);
|
|
bool _returnValue;
|
|
_returnValue = PrimitiveValue_get_isEmpty_m5EB7E528CDE36950BBE170CE82D1DB78D45E4347(_thisAdjusted, method);
|
|
return _returnValue;
|
|
}
|
|
// System.Void UnityEngine.InputSystem.Utilities.PrimitiveValue::.ctor(System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PrimitiveValue__ctor_m5E397D2F1982DB0D98C5A7B90779C77F0F18E69D (PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4* __this, bool ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// : this()
|
|
il2cpp_codegen_initobj(__this, sizeof(PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4));
|
|
// m_Type = TypeCode.Boolean;
|
|
__this->___m_Type_0 = 3;
|
|
// m_BoolValue = value;
|
|
bool L_0 = ___0_value;
|
|
__this->___m_BoolValue_1 = L_0;
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void PrimitiveValue__ctor_m5E397D2F1982DB0D98C5A7B90779C77F0F18E69D_AdjustorThunk (RuntimeObject* __this, bool ___0_value, const RuntimeMethod* method)
|
|
{
|
|
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4*>(__this + _offset);
|
|
PrimitiveValue__ctor_m5E397D2F1982DB0D98C5A7B90779C77F0F18E69D(_thisAdjusted, ___0_value, method);
|
|
}
|
|
// System.Void UnityEngine.InputSystem.Utilities.PrimitiveValue::.ctor(System.Char)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PrimitiveValue__ctor_m11F6D92B8EE6F1A6100626EB0DC5279B11A24091 (PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4* __this, Il2CppChar ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// : this()
|
|
il2cpp_codegen_initobj(__this, sizeof(PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4));
|
|
// m_Type = TypeCode.Char;
|
|
__this->___m_Type_0 = 4;
|
|
// m_CharValue = value;
|
|
Il2CppChar L_0 = ___0_value;
|
|
__this->___m_CharValue_2 = L_0;
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void PrimitiveValue__ctor_m11F6D92B8EE6F1A6100626EB0DC5279B11A24091_AdjustorThunk (RuntimeObject* __this, Il2CppChar ___0_value, const RuntimeMethod* method)
|
|
{
|
|
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4*>(__this + _offset);
|
|
PrimitiveValue__ctor_m11F6D92B8EE6F1A6100626EB0DC5279B11A24091(_thisAdjusted, ___0_value, method);
|
|
}
|
|
// System.Void UnityEngine.InputSystem.Utilities.PrimitiveValue::.ctor(System.Byte)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PrimitiveValue__ctor_m8912405DDD67AE6BD7C3AEFC0CCE6763685BFEF4 (PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4* __this, uint8_t ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// : this()
|
|
il2cpp_codegen_initobj(__this, sizeof(PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4));
|
|
// m_Type = TypeCode.Byte;
|
|
__this->___m_Type_0 = 6;
|
|
// m_ByteValue = value;
|
|
uint8_t L_0 = ___0_value;
|
|
__this->___m_ByteValue_3 = L_0;
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void PrimitiveValue__ctor_m8912405DDD67AE6BD7C3AEFC0CCE6763685BFEF4_AdjustorThunk (RuntimeObject* __this, uint8_t ___0_value, const RuntimeMethod* method)
|
|
{
|
|
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4*>(__this + _offset);
|
|
PrimitiveValue__ctor_m8912405DDD67AE6BD7C3AEFC0CCE6763685BFEF4(_thisAdjusted, ___0_value, method);
|
|
}
|
|
// System.Void UnityEngine.InputSystem.Utilities.PrimitiveValue::.ctor(System.SByte)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PrimitiveValue__ctor_m0840C90CF0388B516CA19F4E3D7EE4A4EA4002B7 (PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4* __this, int8_t ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// : this()
|
|
il2cpp_codegen_initobj(__this, sizeof(PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4));
|
|
// m_Type = TypeCode.SByte;
|
|
__this->___m_Type_0 = 5;
|
|
// m_SByteValue = value;
|
|
int8_t L_0 = ___0_value;
|
|
__this->___m_SByteValue_4 = L_0;
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void PrimitiveValue__ctor_m0840C90CF0388B516CA19F4E3D7EE4A4EA4002B7_AdjustorThunk (RuntimeObject* __this, int8_t ___0_value, const RuntimeMethod* method)
|
|
{
|
|
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4*>(__this + _offset);
|
|
PrimitiveValue__ctor_m0840C90CF0388B516CA19F4E3D7EE4A4EA4002B7(_thisAdjusted, ___0_value, method);
|
|
}
|
|
// System.Void UnityEngine.InputSystem.Utilities.PrimitiveValue::.ctor(System.Int16)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PrimitiveValue__ctor_m5A885836261C9EDF048EF197F0590181140A3211 (PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4* __this, int16_t ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// : this()
|
|
il2cpp_codegen_initobj(__this, sizeof(PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4));
|
|
// m_Type = TypeCode.Int16;
|
|
__this->___m_Type_0 = 7;
|
|
// m_ShortValue = value;
|
|
int16_t L_0 = ___0_value;
|
|
__this->___m_ShortValue_5 = L_0;
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void PrimitiveValue__ctor_m5A885836261C9EDF048EF197F0590181140A3211_AdjustorThunk (RuntimeObject* __this, int16_t ___0_value, const RuntimeMethod* method)
|
|
{
|
|
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4*>(__this + _offset);
|
|
PrimitiveValue__ctor_m5A885836261C9EDF048EF197F0590181140A3211(_thisAdjusted, ___0_value, method);
|
|
}
|
|
// System.Void UnityEngine.InputSystem.Utilities.PrimitiveValue::.ctor(System.UInt16)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PrimitiveValue__ctor_mD492CA654AEBBB0F6EC8E47F79F30EFCD605057C (PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4* __this, uint16_t ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// : this()
|
|
il2cpp_codegen_initobj(__this, sizeof(PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4));
|
|
// m_Type = TypeCode.UInt16;
|
|
__this->___m_Type_0 = 8;
|
|
// m_UShortValue = value;
|
|
uint16_t L_0 = ___0_value;
|
|
__this->___m_UShortValue_6 = L_0;
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void PrimitiveValue__ctor_mD492CA654AEBBB0F6EC8E47F79F30EFCD605057C_AdjustorThunk (RuntimeObject* __this, uint16_t ___0_value, const RuntimeMethod* method)
|
|
{
|
|
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4*>(__this + _offset);
|
|
PrimitiveValue__ctor_mD492CA654AEBBB0F6EC8E47F79F30EFCD605057C(_thisAdjusted, ___0_value, method);
|
|
}
|
|
// System.Void UnityEngine.InputSystem.Utilities.PrimitiveValue::.ctor(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PrimitiveValue__ctor_mCEA5ABEF86F4126EA7B799076BBE342DE9BEDCBA (PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4* __this, int32_t ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// : this()
|
|
il2cpp_codegen_initobj(__this, sizeof(PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4));
|
|
// m_Type = TypeCode.Int32;
|
|
__this->___m_Type_0 = ((int32_t)9);
|
|
// m_IntValue = value;
|
|
int32_t L_0 = ___0_value;
|
|
__this->___m_IntValue_7 = L_0;
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void PrimitiveValue__ctor_mCEA5ABEF86F4126EA7B799076BBE342DE9BEDCBA_AdjustorThunk (RuntimeObject* __this, int32_t ___0_value, const RuntimeMethod* method)
|
|
{
|
|
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4*>(__this + _offset);
|
|
PrimitiveValue__ctor_mCEA5ABEF86F4126EA7B799076BBE342DE9BEDCBA(_thisAdjusted, ___0_value, method);
|
|
}
|
|
// System.Void UnityEngine.InputSystem.Utilities.PrimitiveValue::.ctor(System.UInt32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PrimitiveValue__ctor_mAD83AEB23A8D29DE6983041857D76058C9AA0FF0 (PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4* __this, uint32_t ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// : this()
|
|
il2cpp_codegen_initobj(__this, sizeof(PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4));
|
|
// m_Type = TypeCode.UInt32;
|
|
__this->___m_Type_0 = ((int32_t)10);
|
|
// m_UIntValue = value;
|
|
uint32_t L_0 = ___0_value;
|
|
__this->___m_UIntValue_8 = L_0;
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void PrimitiveValue__ctor_mAD83AEB23A8D29DE6983041857D76058C9AA0FF0_AdjustorThunk (RuntimeObject* __this, uint32_t ___0_value, const RuntimeMethod* method)
|
|
{
|
|
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4*>(__this + _offset);
|
|
PrimitiveValue__ctor_mAD83AEB23A8D29DE6983041857D76058C9AA0FF0(_thisAdjusted, ___0_value, method);
|
|
}
|
|
// System.Void UnityEngine.InputSystem.Utilities.PrimitiveValue::.ctor(System.Int64)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PrimitiveValue__ctor_m40FF7BAD4F8F3EA5246D5969F8F473337A8EBCBB (PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4* __this, int64_t ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// : this()
|
|
il2cpp_codegen_initobj(__this, sizeof(PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4));
|
|
// m_Type = TypeCode.Int64;
|
|
__this->___m_Type_0 = ((int32_t)11);
|
|
// m_LongValue = value;
|
|
int64_t L_0 = ___0_value;
|
|
__this->___m_LongValue_9 = L_0;
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void PrimitiveValue__ctor_m40FF7BAD4F8F3EA5246D5969F8F473337A8EBCBB_AdjustorThunk (RuntimeObject* __this, int64_t ___0_value, const RuntimeMethod* method)
|
|
{
|
|
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4*>(__this + _offset);
|
|
PrimitiveValue__ctor_m40FF7BAD4F8F3EA5246D5969F8F473337A8EBCBB(_thisAdjusted, ___0_value, method);
|
|
}
|
|
// System.Void UnityEngine.InputSystem.Utilities.PrimitiveValue::.ctor(System.UInt64)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PrimitiveValue__ctor_m281D9596586E25F1A5EC68A194CEACE26ABEA8E6 (PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4* __this, uint64_t ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// : this()
|
|
il2cpp_codegen_initobj(__this, sizeof(PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4));
|
|
// m_Type = TypeCode.UInt64;
|
|
__this->___m_Type_0 = ((int32_t)12);
|
|
// m_ULongValue = value;
|
|
uint64_t L_0 = ___0_value;
|
|
__this->___m_ULongValue_10 = L_0;
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void PrimitiveValue__ctor_m281D9596586E25F1A5EC68A194CEACE26ABEA8E6_AdjustorThunk (RuntimeObject* __this, uint64_t ___0_value, const RuntimeMethod* method)
|
|
{
|
|
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4*>(__this + _offset);
|
|
PrimitiveValue__ctor_m281D9596586E25F1A5EC68A194CEACE26ABEA8E6(_thisAdjusted, ___0_value, method);
|
|
}
|
|
// System.Void UnityEngine.InputSystem.Utilities.PrimitiveValue::.ctor(System.Single)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PrimitiveValue__ctor_m180FCA3F3070CB12B6C06990A5D214F8BBCE7246 (PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4* __this, float ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// : this()
|
|
il2cpp_codegen_initobj(__this, sizeof(PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4));
|
|
// m_Type = TypeCode.Single;
|
|
__this->___m_Type_0 = ((int32_t)13);
|
|
// m_FloatValue = value;
|
|
float L_0 = ___0_value;
|
|
__this->___m_FloatValue_11 = L_0;
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void PrimitiveValue__ctor_m180FCA3F3070CB12B6C06990A5D214F8BBCE7246_AdjustorThunk (RuntimeObject* __this, float ___0_value, const RuntimeMethod* method)
|
|
{
|
|
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4*>(__this + _offset);
|
|
PrimitiveValue__ctor_m180FCA3F3070CB12B6C06990A5D214F8BBCE7246(_thisAdjusted, ___0_value, method);
|
|
}
|
|
// System.Void UnityEngine.InputSystem.Utilities.PrimitiveValue::.ctor(System.Double)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PrimitiveValue__ctor_m7F8ED2A1E9AC81A4FD68FD3EAFF2F92BBF14F9B8 (PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4* __this, double ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// : this()
|
|
il2cpp_codegen_initobj(__this, sizeof(PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4));
|
|
// m_Type = TypeCode.Double;
|
|
__this->___m_Type_0 = ((int32_t)14);
|
|
// m_DoubleValue = value;
|
|
double L_0 = ___0_value;
|
|
__this->___m_DoubleValue_12 = L_0;
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void PrimitiveValue__ctor_m7F8ED2A1E9AC81A4FD68FD3EAFF2F92BBF14F9B8_AdjustorThunk (RuntimeObject* __this, double ___0_value, const RuntimeMethod* method)
|
|
{
|
|
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4*>(__this + _offset);
|
|
PrimitiveValue__ctor_m7F8ED2A1E9AC81A4FD68FD3EAFF2F92BBF14F9B8(_thisAdjusted, ___0_value, method);
|
|
}
|
|
// UnityEngine.InputSystem.Utilities.PrimitiveValue UnityEngine.InputSystem.Utilities.PrimitiveValue::ConvertTo(System.TypeCode)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 PrimitiveValue_ConvertTo_m3C9A743C61C05379F24963C048A79434034322FC (PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4* __this, int32_t ___0_type, const RuntimeMethod* method)
|
|
{
|
|
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
int32_t L_0 = ___0_type;
|
|
switch (L_0)
|
|
{
|
|
case 0:
|
|
{
|
|
goto IL_00e3;
|
|
}
|
|
case 1:
|
|
{
|
|
goto IL_00ed;
|
|
}
|
|
case 2:
|
|
{
|
|
goto IL_00ed;
|
|
}
|
|
case 3:
|
|
{
|
|
goto IL_0047;
|
|
}
|
|
case 4:
|
|
{
|
|
goto IL_0054;
|
|
}
|
|
case 5:
|
|
{
|
|
goto IL_006e;
|
|
}
|
|
case 6:
|
|
{
|
|
goto IL_0061;
|
|
}
|
|
case 7:
|
|
{
|
|
goto IL_007b;
|
|
}
|
|
case 8:
|
|
{
|
|
goto IL_00a2;
|
|
}
|
|
case 9:
|
|
{
|
|
goto IL_0088;
|
|
}
|
|
case 10:
|
|
{
|
|
goto IL_00af;
|
|
}
|
|
case 11:
|
|
{
|
|
goto IL_0095;
|
|
}
|
|
case 12:
|
|
{
|
|
goto IL_00bc;
|
|
}
|
|
case 13:
|
|
{
|
|
goto IL_00c9;
|
|
}
|
|
case 14:
|
|
{
|
|
goto IL_00d6;
|
|
}
|
|
}
|
|
}
|
|
{
|
|
goto IL_00ed;
|
|
}
|
|
|
|
IL_0047:
|
|
{
|
|
// case TypeCode.Boolean: return ToBoolean();
|
|
bool L_1;
|
|
L_1 = PrimitiveValue_ToBoolean_m6F7A1CB501C4530A966319D958B44ABA1AA34C51(__this, (RuntimeObject*)NULL, NULL);
|
|
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 L_2;
|
|
L_2 = PrimitiveValue_op_Implicit_m88DA0724A750D2FC842CD51F66B615E4DE5003BD(L_1, NULL);
|
|
return L_2;
|
|
}
|
|
|
|
IL_0054:
|
|
{
|
|
// case TypeCode.Char: return ToChar();
|
|
Il2CppChar L_3;
|
|
L_3 = PrimitiveValue_ToChar_mB699C9A6DE30BFCB8A5DCEDF1A0AAA1903AABBB3(__this, (RuntimeObject*)NULL, NULL);
|
|
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 L_4;
|
|
L_4 = PrimitiveValue_op_Implicit_m572A95BF792BA181261D7F242F7AE559FA2FC699(L_3, NULL);
|
|
return L_4;
|
|
}
|
|
|
|
IL_0061:
|
|
{
|
|
// case TypeCode.Byte: return ToByte();
|
|
uint8_t L_5;
|
|
L_5 = PrimitiveValue_ToByte_m0E28F3584D4F827AF13CF803DA08AF4258042931(__this, (RuntimeObject*)NULL, NULL);
|
|
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 L_6;
|
|
L_6 = PrimitiveValue_op_Implicit_m5F8496E4F1946DA6749C174D022C319790E437EE(L_5, NULL);
|
|
return L_6;
|
|
}
|
|
|
|
IL_006e:
|
|
{
|
|
// case TypeCode.SByte: return ToSByte();
|
|
int8_t L_7;
|
|
L_7 = PrimitiveValue_ToSByte_mB92487C21FA8DDD6586E283F3D8E5E4F2ED6CF0B(__this, (RuntimeObject*)NULL, NULL);
|
|
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 L_8;
|
|
L_8 = PrimitiveValue_op_Implicit_m5B778F6E12186AAD8B5C4FAA81FD9BB1F4F3E863(L_7, NULL);
|
|
return L_8;
|
|
}
|
|
|
|
IL_007b:
|
|
{
|
|
// case TypeCode.Int16: return ToInt16();
|
|
int16_t L_9;
|
|
L_9 = PrimitiveValue_ToInt16_mA3480BA85FE00C8F86EEB7346BF589786706739D(__this, (RuntimeObject*)NULL, NULL);
|
|
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 L_10;
|
|
L_10 = PrimitiveValue_op_Implicit_m8BC34D6C355708677139852E2C0F30F5CD0512F4(L_9, NULL);
|
|
return L_10;
|
|
}
|
|
|
|
IL_0088:
|
|
{
|
|
// case TypeCode.Int32: return ToInt32();
|
|
int32_t L_11;
|
|
L_11 = PrimitiveValue_ToInt32_m5CCE1FB7974A378503F69C5E47060A8B7BEAC40C(__this, (RuntimeObject*)NULL, NULL);
|
|
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 L_12;
|
|
L_12 = PrimitiveValue_op_Implicit_mAEEE3AFD629C0F27AA275B5A31D31D148D81F99D(L_11, NULL);
|
|
return L_12;
|
|
}
|
|
|
|
IL_0095:
|
|
{
|
|
// case TypeCode.Int64: return ToInt64();
|
|
int64_t L_13;
|
|
L_13 = PrimitiveValue_ToInt64_m28E9776D9D4AA90C3A33B1E7B1421A7171245375(__this, (RuntimeObject*)NULL, NULL);
|
|
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 L_14;
|
|
L_14 = PrimitiveValue_op_Implicit_m73A584CE9F050CC4BE65644ABFB03082DC832FA5(L_13, NULL);
|
|
return L_14;
|
|
}
|
|
|
|
IL_00a2:
|
|
{
|
|
// case TypeCode.UInt16: return ToInt16();
|
|
int16_t L_15;
|
|
L_15 = PrimitiveValue_ToInt16_mA3480BA85FE00C8F86EEB7346BF589786706739D(__this, (RuntimeObject*)NULL, NULL);
|
|
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 L_16;
|
|
L_16 = PrimitiveValue_op_Implicit_m8BC34D6C355708677139852E2C0F30F5CD0512F4(L_15, NULL);
|
|
return L_16;
|
|
}
|
|
|
|
IL_00af:
|
|
{
|
|
// case TypeCode.UInt32: return ToInt32();
|
|
int32_t L_17;
|
|
L_17 = PrimitiveValue_ToInt32_m5CCE1FB7974A378503F69C5E47060A8B7BEAC40C(__this, (RuntimeObject*)NULL, NULL);
|
|
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 L_18;
|
|
L_18 = PrimitiveValue_op_Implicit_mAEEE3AFD629C0F27AA275B5A31D31D148D81F99D(L_17, NULL);
|
|
return L_18;
|
|
}
|
|
|
|
IL_00bc:
|
|
{
|
|
// case TypeCode.UInt64: return ToUInt64();
|
|
uint64_t L_19;
|
|
L_19 = PrimitiveValue_ToUInt64_mD96DCBA110C14AA577FF9E63242C72C1B96B4FC4(__this, (RuntimeObject*)NULL, NULL);
|
|
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 L_20;
|
|
L_20 = PrimitiveValue_op_Implicit_m7C78646C3D3A51BC68BF93A6771FC60F7DCB1EDB(L_19, NULL);
|
|
return L_20;
|
|
}
|
|
|
|
IL_00c9:
|
|
{
|
|
// case TypeCode.Single: return ToSingle();
|
|
float L_21;
|
|
L_21 = PrimitiveValue_ToSingle_mB1DAF285A066B17850C7B390FC83099289D0CF1B(__this, (RuntimeObject*)NULL, NULL);
|
|
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 L_22;
|
|
L_22 = PrimitiveValue_op_Implicit_m75B949D29E204E30381A923170EC463DA251D624(L_21, NULL);
|
|
return L_22;
|
|
}
|
|
|
|
IL_00d6:
|
|
{
|
|
// case TypeCode.Double: return ToDouble();
|
|
double L_23;
|
|
L_23 = PrimitiveValue_ToDouble_mC5A29D23FF257A5910AF74DDB7E1167F2083BA17(__this, (RuntimeObject*)NULL, NULL);
|
|
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 L_24;
|
|
L_24 = PrimitiveValue_op_Implicit_m21D16B29AF50C87FC51E3BB67B2177373E62F12B(L_23, NULL);
|
|
return L_24;
|
|
}
|
|
|
|
IL_00e3:
|
|
{
|
|
// case TypeCode.Empty: return new PrimitiveValue();
|
|
il2cpp_codegen_initobj((&V_0), sizeof(PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4));
|
|
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 L_25 = V_0;
|
|
return L_25;
|
|
}
|
|
|
|
IL_00ed:
|
|
{
|
|
// throw new ArgumentException($"Don't know how to convert PrimitiveValue to '{type}'", nameof(type));
|
|
int32_t L_26 = ___0_type;
|
|
int32_t L_27 = L_26;
|
|
RuntimeObject* L_28 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TypeCode_tBEF9BE86C8BCF5A6B82F3381219738D27804EF79_il2cpp_TypeInfo_var)), &L_27);
|
|
String_t* L_29;
|
|
L_29 = String_Format_mA8DBB4C2516B9723C5A41E6CB1E2FAF4BBE96DD8(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral79C1B6CFD2183A83DF9782EDEF015695F7D164DB)), L_28, NULL);
|
|
ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_30 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_30);
|
|
ArgumentException__ctor_m8F9D40CE19D19B698A70F9A258640EB52DB39B62(L_30, L_29, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF3C6C902DBF80139640F6554F0C3392016A8ADF7)), NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_30, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PrimitiveValue_ConvertTo_m3C9A743C61C05379F24963C048A79434034322FC_RuntimeMethod_var)));
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 PrimitiveValue_ConvertTo_m3C9A743C61C05379F24963C048A79434034322FC_AdjustorThunk (RuntimeObject* __this, int32_t ___0_type, const RuntimeMethod* method)
|
|
{
|
|
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4*>(__this + _offset);
|
|
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 _returnValue;
|
|
_returnValue = PrimitiveValue_ConvertTo_m3C9A743C61C05379F24963C048A79434034322FC(_thisAdjusted, ___0_type, method);
|
|
return _returnValue;
|
|
}
|
|
// System.Boolean UnityEngine.InputSystem.Utilities.PrimitiveValue::Equals(UnityEngine.InputSystem.Utilities.PrimitiveValue)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PrimitiveValue_Equals_m29FF95BFD594A6047C7AB91E3D78D357726C4632 (PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4* __this, PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 ___0_other, const RuntimeMethod* method)
|
|
{
|
|
void* V_0 = NULL;
|
|
{
|
|
// if (m_Type != other.m_Type)
|
|
int32_t L_0 = __this->___m_Type_0;
|
|
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 L_1 = ___0_other;
|
|
int32_t L_2 = L_1.___m_Type_0;
|
|
if ((((int32_t)L_0) == ((int32_t)L_2)))
|
|
{
|
|
goto IL_0010;
|
|
}
|
|
}
|
|
{
|
|
// return false;
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0010:
|
|
{
|
|
// var thisValuePtr = UnsafeUtility.AddressOf(ref m_DoubleValue);
|
|
double* L_3 = (&__this->___m_DoubleValue_12);
|
|
void* L_4;
|
|
L_4 = il2cpp_codegen_unsafe_cast(L_3);
|
|
// var otherValuePtr = UnsafeUtility.AddressOf(ref other.m_DoubleValue);
|
|
double* L_5 = (&(&___0_other)->___m_DoubleValue_12);
|
|
void* L_6;
|
|
L_6 = il2cpp_codegen_unsafe_cast(L_5);
|
|
V_0 = L_6;
|
|
// return UnsafeUtility.MemCmp(thisValuePtr, otherValuePtr, sizeof(double)) == 0;
|
|
void* L_7 = V_0;
|
|
int32_t L_8;
|
|
L_8 = UnsafeUtility_MemCmp_mA0E0E1A93F715105E7B576F1603DCAB37717A5EF(L_4, L_7, ((int64_t)8), NULL);
|
|
return (bool)((((int32_t)L_8) == ((int32_t)0))? 1 : 0);
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C bool PrimitiveValue_Equals_m29FF95BFD594A6047C7AB91E3D78D357726C4632_AdjustorThunk (RuntimeObject* __this, PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 ___0_other, const RuntimeMethod* method)
|
|
{
|
|
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4*>(__this + _offset);
|
|
bool _returnValue;
|
|
_returnValue = PrimitiveValue_Equals_m29FF95BFD594A6047C7AB91E3D78D357726C4632(_thisAdjusted, ___0_other, method);
|
|
return _returnValue;
|
|
}
|
|
// System.Boolean UnityEngine.InputSystem.Utilities.PrimitiveValue::Equals(System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PrimitiveValue_Equals_m9A81043E9DFE2F4D6769DB950ADC43DC2A3E5395 (PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4* __this, RuntimeObject* ___0_obj, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Byte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Double_tE150EF3D1D43DEE85D533810AB4C742307EEDE5F_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int16_tB8EF286A9C33492FA6E6D6E67320BE93E794A175_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int64_t092CFB123BE63C28ACDAF65C68F21A526050DBA3_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SByte_tFEFFEF5D2FEBF5207950AE6FAC150FC53B668DB5_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Single_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt16_tF4C148C876015C212FD72652D0B6ED8CC247A455_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt64_t8F12534CC8FC4B5860F2A2CD1EE79D322E7A41AF_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 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:
|
|
{
|
|
// if (obj is PrimitiveValue value)
|
|
RuntimeObject* L_1 = ___0_obj;
|
|
if (!((RuntimeObject*)IsInstSealed((RuntimeObject*)L_1, PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4_il2cpp_TypeInfo_var)))
|
|
{
|
|
goto IL_001c;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject* L_2 = ___0_obj;
|
|
V_0 = ((*(PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4*)((PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4*)(PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4*)UnBox(L_2, PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4_il2cpp_TypeInfo_var))));
|
|
// return Equals(value);
|
|
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 L_3 = V_0;
|
|
bool L_4;
|
|
L_4 = PrimitiveValue_Equals_m29FF95BFD594A6047C7AB91E3D78D357726C4632(__this, L_3, NULL);
|
|
return L_4;
|
|
}
|
|
|
|
IL_001c:
|
|
{
|
|
// if (obj is bool || obj is char || obj is byte || obj is sbyte || obj is short
|
|
// || obj is ushort || obj is int || obj is uint || obj is long || obj is ulong
|
|
// || obj is float || obj is double)
|
|
RuntimeObject* L_5 = ___0_obj;
|
|
if (((RuntimeObject*)IsInstSealed((RuntimeObject*)L_5, Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_il2cpp_TypeInfo_var)))
|
|
{
|
|
goto IL_007c;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject* L_6 = ___0_obj;
|
|
if (((RuntimeObject*)IsInstSealed((RuntimeObject*)L_6, Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var)))
|
|
{
|
|
goto IL_007c;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject* L_7 = ___0_obj;
|
|
if (((RuntimeObject*)IsInstSealed((RuntimeObject*)L_7, Byte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_il2cpp_TypeInfo_var)))
|
|
{
|
|
goto IL_007c;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject* L_8 = ___0_obj;
|
|
if (((RuntimeObject*)IsInstSealed((RuntimeObject*)L_8, SByte_tFEFFEF5D2FEBF5207950AE6FAC150FC53B668DB5_il2cpp_TypeInfo_var)))
|
|
{
|
|
goto IL_007c;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject* L_9 = ___0_obj;
|
|
if (((RuntimeObject*)IsInstSealed((RuntimeObject*)L_9, Int16_tB8EF286A9C33492FA6E6D6E67320BE93E794A175_il2cpp_TypeInfo_var)))
|
|
{
|
|
goto IL_007c;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject* L_10 = ___0_obj;
|
|
if (((RuntimeObject*)IsInstSealed((RuntimeObject*)L_10, UInt16_tF4C148C876015C212FD72652D0B6ED8CC247A455_il2cpp_TypeInfo_var)))
|
|
{
|
|
goto IL_007c;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject* L_11 = ___0_obj;
|
|
if (((RuntimeObject*)IsInstSealed((RuntimeObject*)L_11, Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var)))
|
|
{
|
|
goto IL_007c;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject* L_12 = ___0_obj;
|
|
if (((RuntimeObject*)IsInstSealed((RuntimeObject*)L_12, UInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B_il2cpp_TypeInfo_var)))
|
|
{
|
|
goto IL_007c;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject* L_13 = ___0_obj;
|
|
if (((RuntimeObject*)IsInstSealed((RuntimeObject*)L_13, Int64_t092CFB123BE63C28ACDAF65C68F21A526050DBA3_il2cpp_TypeInfo_var)))
|
|
{
|
|
goto IL_007c;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject* L_14 = ___0_obj;
|
|
if (((RuntimeObject*)IsInstSealed((RuntimeObject*)L_14, UInt64_t8F12534CC8FC4B5860F2A2CD1EE79D322E7A41AF_il2cpp_TypeInfo_var)))
|
|
{
|
|
goto IL_007c;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject* L_15 = ___0_obj;
|
|
if (((RuntimeObject*)IsInstSealed((RuntimeObject*)L_15, Single_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_il2cpp_TypeInfo_var)))
|
|
{
|
|
goto IL_007c;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject* L_16 = ___0_obj;
|
|
if (!((RuntimeObject*)IsInstSealed((RuntimeObject*)L_16, Double_tE150EF3D1D43DEE85D533810AB4C742307EEDE5F_il2cpp_TypeInfo_var)))
|
|
{
|
|
goto IL_0089;
|
|
}
|
|
}
|
|
|
|
IL_007c:
|
|
{
|
|
// return Equals(FromObject(obj));
|
|
RuntimeObject* L_17 = ___0_obj;
|
|
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 L_18;
|
|
L_18 = PrimitiveValue_FromObject_m8614FFABB7D5DAF218397AB3C2254089477C8786(L_17, NULL);
|
|
bool L_19;
|
|
L_19 = PrimitiveValue_Equals_m29FF95BFD594A6047C7AB91E3D78D357726C4632(__this, L_18, NULL);
|
|
return L_19;
|
|
}
|
|
|
|
IL_0089:
|
|
{
|
|
// return false;
|
|
return (bool)0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C bool PrimitiveValue_Equals_m9A81043E9DFE2F4D6769DB950ADC43DC2A3E5395_AdjustorThunk (RuntimeObject* __this, RuntimeObject* ___0_obj, const RuntimeMethod* method)
|
|
{
|
|
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4*>(__this + _offset);
|
|
bool _returnValue;
|
|
_returnValue = PrimitiveValue_Equals_m9A81043E9DFE2F4D6769DB950ADC43DC2A3E5395(_thisAdjusted, ___0_obj, method);
|
|
return _returnValue;
|
|
}
|
|
// System.Boolean UnityEngine.InputSystem.Utilities.PrimitiveValue::op_Equality(UnityEngine.InputSystem.Utilities.PrimitiveValue,UnityEngine.InputSystem.Utilities.PrimitiveValue)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PrimitiveValue_op_Equality_m8BE927DD619CED4B244E4454A09ED72993A9C3D4 (PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 ___0_left, PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 ___1_right, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// return left.Equals(right);
|
|
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 L_0 = ___1_right;
|
|
bool L_1;
|
|
L_1 = PrimitiveValue_Equals_m29FF95BFD594A6047C7AB91E3D78D357726C4632((&___0_left), L_0, NULL);
|
|
return L_1;
|
|
}
|
|
}
|
|
// System.Boolean UnityEngine.InputSystem.Utilities.PrimitiveValue::op_Inequality(UnityEngine.InputSystem.Utilities.PrimitiveValue,UnityEngine.InputSystem.Utilities.PrimitiveValue)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PrimitiveValue_op_Inequality_m4C4ABB96914553024D64CF91BDDB4DAA07B0B694 (PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 ___0_left, PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 ___1_right, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// return !left.Equals(right);
|
|
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 L_0 = ___1_right;
|
|
bool L_1;
|
|
L_1 = PrimitiveValue_Equals_m29FF95BFD594A6047C7AB91E3D78D357726C4632((&___0_left), L_0, NULL);
|
|
return (bool)((((int32_t)L_1) == ((int32_t)0))? 1 : 0);
|
|
}
|
|
}
|
|
// System.Int32 UnityEngine.InputSystem.Utilities.PrimitiveValue::GetHashCode()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t PrimitiveValue_GetHashCode_m01922EDADB35BFCE99223EA72C831D2876691E03 (PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4* __this, const RuntimeMethod* method)
|
|
{
|
|
double* V_0 = NULL;
|
|
double* V_1 = NULL;
|
|
{
|
|
// {
|
|
double* L_0 = (&__this->___m_DoubleValue_12);
|
|
V_1 = L_0;
|
|
// fixed(double* valuePtr = &m_DoubleValue)
|
|
double* L_1 = V_1;
|
|
V_0 = (double*)((uintptr_t)L_1);
|
|
// var hashCode = m_Type.GetHashCode();
|
|
int32_t* L_2 = (&__this->___m_Type_0);
|
|
int32_t L_3;
|
|
L_3 = Int32_GetHashCode_m253D60FF7527A483E91004B7A2366F13E225E295((int32_t*)L_2, NULL);
|
|
// hashCode = (hashCode * 397) ^ valuePtr->GetHashCode();
|
|
double* L_4 = V_0;
|
|
int32_t L_5;
|
|
L_5 = Double_GetHashCode_m3761FC05AD24D97A68FA1E8412A9454DF3880E32_inline((double*)L_4, NULL);
|
|
// return hashCode;
|
|
return ((int32_t)(((int32_t)il2cpp_codegen_multiply(L_3, ((int32_t)397)))^L_5));
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C int32_t PrimitiveValue_GetHashCode_m01922EDADB35BFCE99223EA72C831D2876691E03_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4*>(__this + _offset);
|
|
int32_t _returnValue;
|
|
_returnValue = PrimitiveValue_GetHashCode_m01922EDADB35BFCE99223EA72C831D2876691E03(_thisAdjusted, method);
|
|
return _returnValue;
|
|
}
|
|
// System.String UnityEngine.InputSystem.Utilities.PrimitiveValue::ToString()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* PrimitiveValue_ToString_m3AD34182DDDE3E163FD2CEE48FBB477C2A58B707 (PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral42646B33B50B6AA15E22733C8900716F0FE19E1D);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral77D38C0623F92B292B925F6E72CF5CF99A20D4EB);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB7C45DD316C68ABF3429C20058C2981C652192F2);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
{
|
|
// switch (type)
|
|
int32_t L_0;
|
|
L_0 = PrimitiveValue_get_type_m5E879D643209154FA8B68A45366EB969221CF4F4_inline(__this, NULL);
|
|
V_0 = L_0;
|
|
int32_t L_1 = V_0;
|
|
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_1, 3)))
|
|
{
|
|
case 0:
|
|
{
|
|
goto IL_0044;
|
|
}
|
|
case 1:
|
|
{
|
|
goto IL_0058;
|
|
}
|
|
case 2:
|
|
{
|
|
goto IL_0089;
|
|
}
|
|
case 3:
|
|
{
|
|
goto IL_0073;
|
|
}
|
|
case 4:
|
|
{
|
|
goto IL_009f;
|
|
}
|
|
case 5:
|
|
{
|
|
goto IL_00b5;
|
|
}
|
|
case 6:
|
|
{
|
|
goto IL_00cb;
|
|
}
|
|
case 7:
|
|
{
|
|
goto IL_00e1;
|
|
}
|
|
case 8:
|
|
{
|
|
goto IL_00f7;
|
|
}
|
|
case 9:
|
|
{
|
|
goto IL_010d;
|
|
}
|
|
case 10:
|
|
{
|
|
goto IL_0123;
|
|
}
|
|
case 11:
|
|
{
|
|
goto IL_0139;
|
|
}
|
|
}
|
|
}
|
|
{
|
|
goto IL_014f;
|
|
}
|
|
|
|
IL_0044:
|
|
{
|
|
// return m_BoolValue ? "true" : "false";
|
|
bool L_2 = __this->___m_BoolValue_1;
|
|
if (L_2)
|
|
{
|
|
goto IL_0052;
|
|
}
|
|
}
|
|
{
|
|
return _stringLiteral77D38C0623F92B292B925F6E72CF5CF99A20D4EB;
|
|
}
|
|
|
|
IL_0052:
|
|
{
|
|
return _stringLiteralB7C45DD316C68ABF3429C20058C2981C652192F2;
|
|
}
|
|
|
|
IL_0058:
|
|
{
|
|
// return $"'{m_CharValue.ToString()}'";
|
|
Il2CppChar* L_3 = (&__this->___m_CharValue_2);
|
|
String_t* L_4;
|
|
L_4 = Char_ToString_m2A308731F9577C06AF3C0901234E2EAC8327410C(L_3, NULL);
|
|
String_t* L_5;
|
|
L_5 = String_Concat_m8855A6DE10F84DA7F4EC113CADDB59873A25573B(_stringLiteral42646B33B50B6AA15E22733C8900716F0FE19E1D, L_4, _stringLiteral42646B33B50B6AA15E22733C8900716F0FE19E1D, NULL);
|
|
return L_5;
|
|
}
|
|
|
|
IL_0073:
|
|
{
|
|
// return m_ByteValue.ToString(CultureInfo.InvariantCulture.NumberFormat);
|
|
uint8_t* L_6 = (&__this->___m_ByteValue_3);
|
|
il2cpp_codegen_runtime_class_init_inline(CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var);
|
|
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_7;
|
|
L_7 = CultureInfo_get_InvariantCulture_mD1E96DC845E34B10F78CB744B0CB5D7D63CEB1E6(NULL);
|
|
NullCheck(L_7);
|
|
NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_8;
|
|
L_8 = VirtualFuncInvoker0< NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* >::Invoke(14 /* System.Globalization.NumberFormatInfo System.Globalization.CultureInfo::get_NumberFormat() */, L_7);
|
|
String_t* L_9;
|
|
L_9 = Byte_ToString_m3F9787FE9A306FE63F388635DEE2733F91588A86(L_6, L_8, NULL);
|
|
return L_9;
|
|
}
|
|
|
|
IL_0089:
|
|
{
|
|
// return m_SByteValue.ToString(CultureInfo.InvariantCulture.NumberFormat);
|
|
int8_t* L_10 = (&__this->___m_SByteValue_4);
|
|
il2cpp_codegen_runtime_class_init_inline(CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var);
|
|
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_11;
|
|
L_11 = CultureInfo_get_InvariantCulture_mD1E96DC845E34B10F78CB744B0CB5D7D63CEB1E6(NULL);
|
|
NullCheck(L_11);
|
|
NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_12;
|
|
L_12 = VirtualFuncInvoker0< NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* >::Invoke(14 /* System.Globalization.NumberFormatInfo System.Globalization.CultureInfo::get_NumberFormat() */, L_11);
|
|
String_t* L_13;
|
|
L_13 = SByte_ToString_m49CC610EC3B380C06F59C71D999DC46B89632B6E(L_10, L_12, NULL);
|
|
return L_13;
|
|
}
|
|
|
|
IL_009f:
|
|
{
|
|
// return m_ShortValue.ToString(CultureInfo.InvariantCulture.NumberFormat);
|
|
int16_t* L_14 = (&__this->___m_ShortValue_5);
|
|
il2cpp_codegen_runtime_class_init_inline(CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var);
|
|
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_15;
|
|
L_15 = CultureInfo_get_InvariantCulture_mD1E96DC845E34B10F78CB744B0CB5D7D63CEB1E6(NULL);
|
|
NullCheck(L_15);
|
|
NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_16;
|
|
L_16 = VirtualFuncInvoker0< NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* >::Invoke(14 /* System.Globalization.NumberFormatInfo System.Globalization.CultureInfo::get_NumberFormat() */, L_15);
|
|
String_t* L_17;
|
|
L_17 = Int16_ToString_m7A3097301539CDD2229B5569431B43FBD88F94F3(L_14, L_16, NULL);
|
|
return L_17;
|
|
}
|
|
|
|
IL_00b5:
|
|
{
|
|
// return m_UShortValue.ToString(CultureInfo.InvariantCulture.NumberFormat);
|
|
uint16_t* L_18 = (&__this->___m_UShortValue_6);
|
|
il2cpp_codegen_runtime_class_init_inline(CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var);
|
|
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_19;
|
|
L_19 = CultureInfo_get_InvariantCulture_mD1E96DC845E34B10F78CB744B0CB5D7D63CEB1E6(NULL);
|
|
NullCheck(L_19);
|
|
NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_20;
|
|
L_20 = VirtualFuncInvoker0< NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* >::Invoke(14 /* System.Globalization.NumberFormatInfo System.Globalization.CultureInfo::get_NumberFormat() */, L_19);
|
|
String_t* L_21;
|
|
L_21 = UInt16_ToString_mCFE0EB73F03E7230D7F2694140FF9CECE793184D(L_18, L_20, NULL);
|
|
return L_21;
|
|
}
|
|
|
|
IL_00cb:
|
|
{
|
|
// return m_IntValue.ToString(CultureInfo.InvariantCulture.NumberFormat);
|
|
int32_t* L_22 = (&__this->___m_IntValue_7);
|
|
il2cpp_codegen_runtime_class_init_inline(CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var);
|
|
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_23;
|
|
L_23 = CultureInfo_get_InvariantCulture_mD1E96DC845E34B10F78CB744B0CB5D7D63CEB1E6(NULL);
|
|
NullCheck(L_23);
|
|
NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_24;
|
|
L_24 = VirtualFuncInvoker0< NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* >::Invoke(14 /* System.Globalization.NumberFormatInfo System.Globalization.CultureInfo::get_NumberFormat() */, L_23);
|
|
String_t* L_25;
|
|
L_25 = Int32_ToString_m3B2730D9F5B0C1C57DCCC8B8DCFB8E5EC4E8979B(L_22, L_24, NULL);
|
|
return L_25;
|
|
}
|
|
|
|
IL_00e1:
|
|
{
|
|
// return m_UIntValue.ToString(CultureInfo.InvariantCulture.NumberFormat);
|
|
uint32_t* L_26 = (&__this->___m_UIntValue_8);
|
|
il2cpp_codegen_runtime_class_init_inline(CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var);
|
|
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_27;
|
|
L_27 = CultureInfo_get_InvariantCulture_mD1E96DC845E34B10F78CB744B0CB5D7D63CEB1E6(NULL);
|
|
NullCheck(L_27);
|
|
NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_28;
|
|
L_28 = VirtualFuncInvoker0< NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* >::Invoke(14 /* System.Globalization.NumberFormatInfo System.Globalization.CultureInfo::get_NumberFormat() */, L_27);
|
|
String_t* L_29;
|
|
L_29 = UInt32_ToString_m5A3136A9B92E1A5285D56349AD71B4075BD254AC(L_26, L_28, NULL);
|
|
return L_29;
|
|
}
|
|
|
|
IL_00f7:
|
|
{
|
|
// return m_LongValue.ToString(CultureInfo.InvariantCulture.NumberFormat);
|
|
int64_t* L_30 = (&__this->___m_LongValue_9);
|
|
il2cpp_codegen_runtime_class_init_inline(CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var);
|
|
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_31;
|
|
L_31 = CultureInfo_get_InvariantCulture_mD1E96DC845E34B10F78CB744B0CB5D7D63CEB1E6(NULL);
|
|
NullCheck(L_31);
|
|
NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_32;
|
|
L_32 = VirtualFuncInvoker0< NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* >::Invoke(14 /* System.Globalization.NumberFormatInfo System.Globalization.CultureInfo::get_NumberFormat() */, L_31);
|
|
String_t* L_33;
|
|
L_33 = Int64_ToString_m5250B67D3E89B8EB829FB26136E744F1F141B7FD(L_30, L_32, NULL);
|
|
return L_33;
|
|
}
|
|
|
|
IL_010d:
|
|
{
|
|
// return m_ULongValue.ToString(CultureInfo.InvariantCulture.NumberFormat);
|
|
uint64_t* L_34 = (&__this->___m_ULongValue_10);
|
|
il2cpp_codegen_runtime_class_init_inline(CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var);
|
|
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_35;
|
|
L_35 = CultureInfo_get_InvariantCulture_mD1E96DC845E34B10F78CB744B0CB5D7D63CEB1E6(NULL);
|
|
NullCheck(L_35);
|
|
NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_36;
|
|
L_36 = VirtualFuncInvoker0< NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* >::Invoke(14 /* System.Globalization.NumberFormatInfo System.Globalization.CultureInfo::get_NumberFormat() */, L_35);
|
|
String_t* L_37;
|
|
L_37 = UInt64_ToString_mCDDACF05D6B5B3ECB10B1FEEE58ED3407973E7A7(L_34, L_36, NULL);
|
|
return L_37;
|
|
}
|
|
|
|
IL_0123:
|
|
{
|
|
// return m_FloatValue.ToString(CultureInfo.InvariantCulture.NumberFormat);
|
|
float* L_38 = (&__this->___m_FloatValue_11);
|
|
il2cpp_codegen_runtime_class_init_inline(CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var);
|
|
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_39;
|
|
L_39 = CultureInfo_get_InvariantCulture_mD1E96DC845E34B10F78CB744B0CB5D7D63CEB1E6(NULL);
|
|
NullCheck(L_39);
|
|
NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_40;
|
|
L_40 = VirtualFuncInvoker0< NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* >::Invoke(14 /* System.Globalization.NumberFormatInfo System.Globalization.CultureInfo::get_NumberFormat() */, L_39);
|
|
String_t* L_41;
|
|
L_41 = Single_ToString_m534852BD7949AA972435783D7B96D0FFB09F6D6A(L_38, L_40, NULL);
|
|
return L_41;
|
|
}
|
|
|
|
IL_0139:
|
|
{
|
|
// return m_DoubleValue.ToString(CultureInfo.InvariantCulture.NumberFormat);
|
|
double* L_42 = (&__this->___m_DoubleValue_12);
|
|
il2cpp_codegen_runtime_class_init_inline(CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var);
|
|
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_43;
|
|
L_43 = CultureInfo_get_InvariantCulture_mD1E96DC845E34B10F78CB744B0CB5D7D63CEB1E6(NULL);
|
|
NullCheck(L_43);
|
|
NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_44;
|
|
L_44 = VirtualFuncInvoker0< NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* >::Invoke(14 /* System.Globalization.NumberFormatInfo System.Globalization.CultureInfo::get_NumberFormat() */, L_43);
|
|
String_t* L_45;
|
|
L_45 = Double_ToString_m4318830D9F771852FDCF21C14CF9E8ABC7E77357(L_42, L_44, NULL);
|
|
return L_45;
|
|
}
|
|
|
|
IL_014f:
|
|
{
|
|
// return string.Empty;
|
|
String_t* L_46 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6;
|
|
return L_46;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C String_t* PrimitiveValue_ToString_m3AD34182DDDE3E163FD2CEE48FBB477C2A58B707_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4*>(__this + _offset);
|
|
String_t* _returnValue;
|
|
_returnValue = PrimitiveValue_ToString_m3AD34182DDDE3E163FD2CEE48FBB477C2A58B707(_thisAdjusted, method);
|
|
return _returnValue;
|
|
}
|
|
// UnityEngine.InputSystem.Utilities.PrimitiveValue UnityEngine.InputSystem.Utilities.PrimitiveValue::FromString(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 PrimitiveValue_FromString_m7EC9419F788AA87E359BAA1EE7E857FC86634258 (String_t* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral36282FAC116D9FD6B37CC425310E1A8510F08A53);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral579A50C67ADB00AC3925859C23590322B2D0BE9D);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5A65C5353FCF9B2392130B62992E8D50E5552C89);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral77D38C0623F92B292B925F6E72CF5CF99A20D4EB);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral902EE46ED529FAA3EB512845B29D79D32C9E2180);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB7C45DD316C68ABF3429C20058C2981C652192F2);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int64_t V_0 = 0;
|
|
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
double V_2 = 0.0;
|
|
String_t* V_3 = NULL;
|
|
int64_t V_4 = 0;
|
|
{
|
|
// if (string.IsNullOrEmpty(value))
|
|
String_t* L_0 = ___0_value;
|
|
bool L_1;
|
|
L_1 = String_IsNullOrEmpty_mEA9E3FB005AC28FE02E69FCF95A7B8456192B478(L_0, NULL);
|
|
if (!L_1)
|
|
{
|
|
goto IL_0012;
|
|
}
|
|
}
|
|
{
|
|
// return new PrimitiveValue();
|
|
il2cpp_codegen_initobj((&V_1), sizeof(PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4));
|
|
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 L_2 = V_1;
|
|
return L_2;
|
|
}
|
|
|
|
IL_0012:
|
|
{
|
|
// if (value.Equals("true", StringComparison.InvariantCultureIgnoreCase))
|
|
String_t* L_3 = ___0_value;
|
|
NullCheck(L_3);
|
|
bool L_4;
|
|
L_4 = String_Equals_m7BDFC0B951005B9DC2BAED464AFE68FF7E9ACE5A(L_3, _stringLiteralB7C45DD316C68ABF3429C20058C2981C652192F2, 3, NULL);
|
|
if (!L_4)
|
|
{
|
|
goto IL_0027;
|
|
}
|
|
}
|
|
{
|
|
// return new PrimitiveValue(true);
|
|
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 L_5;
|
|
memset((&L_5), 0, sizeof(L_5));
|
|
PrimitiveValue__ctor_m5E397D2F1982DB0D98C5A7B90779C77F0F18E69D((&L_5), (bool)1, /*hidden argument*/NULL);
|
|
return L_5;
|
|
}
|
|
|
|
IL_0027:
|
|
{
|
|
// if (value.Equals("false", StringComparison.InvariantCultureIgnoreCase))
|
|
String_t* L_6 = ___0_value;
|
|
NullCheck(L_6);
|
|
bool L_7;
|
|
L_7 = String_Equals_m7BDFC0B951005B9DC2BAED464AFE68FF7E9ACE5A(L_6, _stringLiteral77D38C0623F92B292B925F6E72CF5CF99A20D4EB, 3, NULL);
|
|
if (!L_7)
|
|
{
|
|
goto IL_003c;
|
|
}
|
|
}
|
|
{
|
|
// return new PrimitiveValue(false);
|
|
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 L_8;
|
|
memset((&L_8), 0, sizeof(L_8));
|
|
PrimitiveValue__ctor_m5E397D2F1982DB0D98C5A7B90779C77F0F18E69D((&L_8), (bool)0, /*hidden argument*/NULL);
|
|
return L_8;
|
|
}
|
|
|
|
IL_003c:
|
|
{
|
|
// if (value.Contains('.') || value.Contains("e") || value.Contains("E") ||
|
|
// value.Contains("infinity", StringComparison.InvariantCultureIgnoreCase))
|
|
String_t* L_9 = ___0_value;
|
|
NullCheck(L_9);
|
|
bool L_10;
|
|
L_10 = String_Contains_mC67F1B9E92187E2BB125A560160DA30A5BA703F2(L_9, ((int32_t)46), NULL);
|
|
if (L_10)
|
|
{
|
|
goto IL_006e;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_11 = ___0_value;
|
|
NullCheck(L_11);
|
|
bool L_12;
|
|
L_12 = String_Contains_m6D77B121FADA7CA5F397C0FABB65DA62DF03B6C3(L_11, _stringLiteral36282FAC116D9FD6B37CC425310E1A8510F08A53, NULL);
|
|
if (L_12)
|
|
{
|
|
goto IL_006e;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_13 = ___0_value;
|
|
NullCheck(L_13);
|
|
bool L_14;
|
|
L_14 = String_Contains_m6D77B121FADA7CA5F397C0FABB65DA62DF03B6C3(L_13, _stringLiteral579A50C67ADB00AC3925859C23590322B2D0BE9D, NULL);
|
|
if (L_14)
|
|
{
|
|
goto IL_006e;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_15 = ___0_value;
|
|
NullCheck(L_15);
|
|
bool L_16;
|
|
L_16 = String_Contains_m7A165D1B2CDCE967F4522BA710CE7FA05EFA2982(L_15, _stringLiteral902EE46ED529FAA3EB512845B29D79D32C9E2180, 3, NULL);
|
|
if (!L_16)
|
|
{
|
|
goto IL_0089;
|
|
}
|
|
}
|
|
|
|
IL_006e:
|
|
{
|
|
// if (double.TryParse(value, NumberStyles.Float, CultureInfo.InvariantCulture, out var doubleResult))
|
|
String_t* L_17 = ___0_value;
|
|
il2cpp_codegen_runtime_class_init_inline(CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var);
|
|
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_18;
|
|
L_18 = CultureInfo_get_InvariantCulture_mD1E96DC845E34B10F78CB744B0CB5D7D63CEB1E6(NULL);
|
|
bool L_19;
|
|
L_19 = Double_TryParse_m1D39DC22A45BC9A576B9D9130600BFD3CB6DA382(L_17, ((int32_t)167), L_18, (&V_2), NULL);
|
|
if (!L_19)
|
|
{
|
|
goto IL_0089;
|
|
}
|
|
}
|
|
{
|
|
// return new PrimitiveValue(doubleResult);
|
|
double L_20 = V_2;
|
|
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 L_21;
|
|
memset((&L_21), 0, sizeof(L_21));
|
|
PrimitiveValue__ctor_m7F8ED2A1E9AC81A4FD68FD3EAFF2F92BBF14F9B8((&L_21), L_20, /*hidden argument*/NULL);
|
|
return L_21;
|
|
}
|
|
|
|
IL_0089:
|
|
{
|
|
// if (long.TryParse(value, NumberStyles.Integer, CultureInfo.InvariantCulture, out var longResult))
|
|
String_t* L_22 = ___0_value;
|
|
il2cpp_codegen_runtime_class_init_inline(CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var);
|
|
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_23;
|
|
L_23 = CultureInfo_get_InvariantCulture_mD1E96DC845E34B10F78CB744B0CB5D7D63CEB1E6(NULL);
|
|
bool L_24;
|
|
L_24 = Int64_TryParse_m64CEDECE4C3F16B715CA1057801018B2957AE0E3(L_22, 7, L_23, (&V_0), NULL);
|
|
if (!L_24)
|
|
{
|
|
goto IL_00a0;
|
|
}
|
|
}
|
|
{
|
|
// return new PrimitiveValue(longResult);
|
|
int64_t L_25 = V_0;
|
|
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 L_26;
|
|
memset((&L_26), 0, sizeof(L_26));
|
|
PrimitiveValue__ctor_m40FF7BAD4F8F3EA5246D5969F8F473337A8EBCBB((&L_26), L_25, /*hidden argument*/NULL);
|
|
return L_26;
|
|
}
|
|
|
|
IL_00a0:
|
|
{
|
|
// if (value.IndexOf("0x", StringComparison.InvariantCultureIgnoreCase) != -1)
|
|
String_t* L_27 = ___0_value;
|
|
NullCheck(L_27);
|
|
int32_t L_28;
|
|
L_28 = String_IndexOf_m490810CB7ADA9230AC0F8D78E213A8EFED129F55(L_27, _stringLiteral5A65C5353FCF9B2392130B62992E8D50E5552C89, 3, NULL);
|
|
if ((((int32_t)L_28) == ((int32_t)(-1))))
|
|
{
|
|
goto IL_00e7;
|
|
}
|
|
}
|
|
{
|
|
// var hexDigits = value.TrimStart();
|
|
String_t* L_29 = ___0_value;
|
|
NullCheck(L_29);
|
|
String_t* L_30;
|
|
L_30 = String_TrimStart_m69C2400B208C8F3D1DE6A3E24B4A1095F2B8EDEA(L_29, NULL);
|
|
V_3 = L_30;
|
|
// if (hexDigits.StartsWith("0x"))
|
|
String_t* L_31 = V_3;
|
|
NullCheck(L_31);
|
|
bool L_32;
|
|
L_32 = String_StartsWith_mF75DBA1EB709811E711B44E26FF919C88A8E65C0(L_31, _stringLiteral5A65C5353FCF9B2392130B62992E8D50E5552C89, NULL);
|
|
if (!L_32)
|
|
{
|
|
goto IL_00cb;
|
|
}
|
|
}
|
|
{
|
|
// hexDigits = hexDigits.Substring(2);
|
|
String_t* L_33 = V_3;
|
|
NullCheck(L_33);
|
|
String_t* L_34;
|
|
L_34 = String_Substring_m6BA4A3FA3800FE92662D0847CC8E1EEF940DF472(L_33, 2, NULL);
|
|
V_3 = L_34;
|
|
}
|
|
|
|
IL_00cb:
|
|
{
|
|
// if (long.TryParse(hexDigits, NumberStyles.HexNumber, CultureInfo.InvariantCulture, out var hexResult))
|
|
String_t* L_35 = V_3;
|
|
il2cpp_codegen_runtime_class_init_inline(CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var);
|
|
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_36;
|
|
L_36 = CultureInfo_get_InvariantCulture_mD1E96DC845E34B10F78CB744B0CB5D7D63CEB1E6(NULL);
|
|
bool L_37;
|
|
L_37 = Int64_TryParse_m64CEDECE4C3F16B715CA1057801018B2957AE0E3(L_35, ((int32_t)515), L_36, (&V_4), NULL);
|
|
if (!L_37)
|
|
{
|
|
goto IL_00e7;
|
|
}
|
|
}
|
|
{
|
|
// return new PrimitiveValue(hexResult);
|
|
int64_t L_38 = V_4;
|
|
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 L_39;
|
|
memset((&L_39), 0, sizeof(L_39));
|
|
PrimitiveValue__ctor_m40FF7BAD4F8F3EA5246D5969F8F473337A8EBCBB((&L_39), L_38, /*hidden argument*/NULL);
|
|
return L_39;
|
|
}
|
|
|
|
IL_00e7:
|
|
{
|
|
// throw new NotImplementedException();
|
|
NotImplementedException_t6366FE4DCF15094C51F4833B91A2AE68D4DA90E8* L_40 = (NotImplementedException_t6366FE4DCF15094C51F4833B91A2AE68D4DA90E8*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotImplementedException_t6366FE4DCF15094C51F4833B91A2AE68D4DA90E8_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_40);
|
|
NotImplementedException__ctor_mDAB47BC6BD0E342E8F2171E5CABE3E67EA049F1C(L_40, NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_40, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PrimitiveValue_FromString_m7EC9419F788AA87E359BAA1EE7E857FC86634258_RuntimeMethod_var)));
|
|
}
|
|
}
|
|
// System.TypeCode UnityEngine.InputSystem.Utilities.PrimitiveValue::GetTypeCode()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t PrimitiveValue_GetTypeCode_mE29FD3A710C0854C62516D7EA95FC90B101B50A1 (PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// return type;
|
|
int32_t L_0;
|
|
L_0 = PrimitiveValue_get_type_m5E879D643209154FA8B68A45366EB969221CF4F4_inline(__this, NULL);
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C int32_t PrimitiveValue_GetTypeCode_mE29FD3A710C0854C62516D7EA95FC90B101B50A1_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4*>(__this + _offset);
|
|
int32_t _returnValue;
|
|
_returnValue = PrimitiveValue_GetTypeCode_mE29FD3A710C0854C62516D7EA95FC90B101B50A1(_thisAdjusted, method);
|
|
return _returnValue;
|
|
}
|
|
// System.Boolean UnityEngine.InputSystem.Utilities.PrimitiveValue::ToBoolean(System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PrimitiveValue_ToBoolean_m6F7A1CB501C4530A966319D958B44ABA1AA34C51 (PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4* __this, RuntimeObject* ___0_provider, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
{
|
|
// switch (type)
|
|
int32_t L_0;
|
|
L_0 = PrimitiveValue_get_type_m5E879D643209154FA8B68A45366EB969221CF4F4_inline(__this, NULL);
|
|
V_0 = L_0;
|
|
int32_t L_1 = V_0;
|
|
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_1, 3)))
|
|
{
|
|
case 0:
|
|
{
|
|
goto IL_0044;
|
|
}
|
|
case 1:
|
|
{
|
|
goto IL_004b;
|
|
}
|
|
case 2:
|
|
{
|
|
goto IL_005f;
|
|
}
|
|
case 3:
|
|
{
|
|
goto IL_0055;
|
|
}
|
|
case 4:
|
|
{
|
|
goto IL_0069;
|
|
}
|
|
case 5:
|
|
{
|
|
goto IL_0073;
|
|
}
|
|
case 6:
|
|
{
|
|
goto IL_007d;
|
|
}
|
|
case 7:
|
|
{
|
|
goto IL_0087;
|
|
}
|
|
case 8:
|
|
{
|
|
goto IL_0091;
|
|
}
|
|
case 9:
|
|
{
|
|
goto IL_009c;
|
|
}
|
|
case 10:
|
|
{
|
|
goto IL_00a7;
|
|
}
|
|
case 11:
|
|
{
|
|
goto IL_00bb;
|
|
}
|
|
}
|
|
}
|
|
{
|
|
goto IL_00d0;
|
|
}
|
|
|
|
IL_0044:
|
|
{
|
|
// return m_BoolValue;
|
|
bool L_2 = __this->___m_BoolValue_1;
|
|
return L_2;
|
|
}
|
|
|
|
IL_004b:
|
|
{
|
|
// return m_CharValue != default;
|
|
Il2CppChar L_3 = __this->___m_CharValue_2;
|
|
return (bool)((!(((uint32_t)L_3) <= ((uint32_t)0)))? 1 : 0);
|
|
}
|
|
|
|
IL_0055:
|
|
{
|
|
// return m_ByteValue != default;
|
|
uint8_t L_4 = __this->___m_ByteValue_3;
|
|
return (bool)((!(((uint32_t)L_4) <= ((uint32_t)0)))? 1 : 0);
|
|
}
|
|
|
|
IL_005f:
|
|
{
|
|
// return m_SByteValue != default;
|
|
int8_t L_5 = __this->___m_SByteValue_4;
|
|
return (bool)((!(((uint32_t)L_5) <= ((uint32_t)0)))? 1 : 0);
|
|
}
|
|
|
|
IL_0069:
|
|
{
|
|
// return m_ShortValue != default;
|
|
int16_t L_6 = __this->___m_ShortValue_5;
|
|
return (bool)((!(((uint32_t)L_6) <= ((uint32_t)0)))? 1 : 0);
|
|
}
|
|
|
|
IL_0073:
|
|
{
|
|
// return m_UShortValue != default;
|
|
uint16_t L_7 = __this->___m_UShortValue_6;
|
|
return (bool)((!(((uint32_t)L_7) <= ((uint32_t)0)))? 1 : 0);
|
|
}
|
|
|
|
IL_007d:
|
|
{
|
|
// return m_IntValue != default;
|
|
int32_t L_8 = __this->___m_IntValue_7;
|
|
return (bool)((!(((uint32_t)L_8) <= ((uint32_t)0)))? 1 : 0);
|
|
}
|
|
|
|
IL_0087:
|
|
{
|
|
// return m_UIntValue != default;
|
|
uint32_t L_9 = __this->___m_UIntValue_8;
|
|
return (bool)((!(((uint32_t)L_9) <= ((uint32_t)0)))? 1 : 0);
|
|
}
|
|
|
|
IL_0091:
|
|
{
|
|
// return m_LongValue != default;
|
|
int64_t L_10 = __this->___m_LongValue_9;
|
|
return (bool)((!(((uint64_t)L_10) <= ((uint64_t)((int64_t)0))))? 1 : 0);
|
|
}
|
|
|
|
IL_009c:
|
|
{
|
|
// return m_ULongValue != default;
|
|
uint64_t L_11 = __this->___m_ULongValue_10;
|
|
return (bool)((!(((uint64_t)L_11) <= ((uint64_t)((int64_t)0))))? 1 : 0);
|
|
}
|
|
|
|
IL_00a7:
|
|
{
|
|
// return !Mathf.Approximately(m_FloatValue, default);
|
|
float L_12 = __this->___m_FloatValue_11;
|
|
bool L_13;
|
|
L_13 = Mathf_Approximately_m1DADD012A8FC82E11FB282501AE2EBBF9A77150B_inline(L_12, (0.0f), NULL);
|
|
return (bool)((((int32_t)L_13) == ((int32_t)0))? 1 : 0);
|
|
}
|
|
|
|
IL_00bb:
|
|
{
|
|
// return NumberHelpers.Approximately(m_DoubleValue, default);
|
|
double L_14 = __this->___m_DoubleValue_12;
|
|
bool L_15;
|
|
L_15 = NumberHelpers_Approximately_mE629167A20513BA6F12F46340969A248EA4C8725_inline(L_14, (0.0), NULL);
|
|
return L_15;
|
|
}
|
|
|
|
IL_00d0:
|
|
{
|
|
// return default;
|
|
return (bool)0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C bool PrimitiveValue_ToBoolean_m6F7A1CB501C4530A966319D958B44ABA1AA34C51_AdjustorThunk (RuntimeObject* __this, RuntimeObject* ___0_provider, const RuntimeMethod* method)
|
|
{
|
|
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4*>(__this + _offset);
|
|
bool _returnValue;
|
|
_returnValue = PrimitiveValue_ToBoolean_m6F7A1CB501C4530A966319D958B44ABA1AA34C51(_thisAdjusted, ___0_provider, method);
|
|
return _returnValue;
|
|
}
|
|
// System.Byte UnityEngine.InputSystem.Utilities.PrimitiveValue::ToByte(System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t PrimitiveValue_ToByte_m0E28F3584D4F827AF13CF803DA08AF4258042931 (PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4* __this, RuntimeObject* ___0_provider, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// return (byte)ToInt64(provider);
|
|
RuntimeObject* L_0 = ___0_provider;
|
|
int64_t L_1;
|
|
L_1 = PrimitiveValue_ToInt64_m28E9776D9D4AA90C3A33B1E7B1421A7171245375(__this, L_0, NULL);
|
|
return (uint8_t)((int32_t)(uint8_t)L_1);
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C uint8_t PrimitiveValue_ToByte_m0E28F3584D4F827AF13CF803DA08AF4258042931_AdjustorThunk (RuntimeObject* __this, RuntimeObject* ___0_provider, const RuntimeMethod* method)
|
|
{
|
|
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4*>(__this + _offset);
|
|
uint8_t _returnValue;
|
|
_returnValue = PrimitiveValue_ToByte_m0E28F3584D4F827AF13CF803DA08AF4258042931(_thisAdjusted, ___0_provider, method);
|
|
return _returnValue;
|
|
}
|
|
// System.Char UnityEngine.InputSystem.Utilities.PrimitiveValue::ToChar(System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar PrimitiveValue_ToChar_mB699C9A6DE30BFCB8A5DCEDF1A0AAA1903AABBB3 (PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4* __this, RuntimeObject* ___0_provider, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
{
|
|
// switch (type)
|
|
int32_t L_0;
|
|
L_0 = PrimitiveValue_get_type_m5E879D643209154FA8B68A45366EB969221CF4F4_inline(__this, NULL);
|
|
V_0 = L_0;
|
|
int32_t L_1 = V_0;
|
|
if ((((int32_t)L_1) == ((int32_t)4)))
|
|
{
|
|
goto IL_0013;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_2 = V_0;
|
|
if ((!(((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_2, 7))) > ((uint32_t)5))))
|
|
{
|
|
goto IL_001a;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0023;
|
|
}
|
|
|
|
IL_0013:
|
|
{
|
|
// return m_CharValue;
|
|
Il2CppChar L_3 = __this->___m_CharValue_2;
|
|
return L_3;
|
|
}
|
|
|
|
IL_001a:
|
|
{
|
|
// return (char)ToInt64(provider);
|
|
RuntimeObject* L_4 = ___0_provider;
|
|
int64_t L_5;
|
|
L_5 = PrimitiveValue_ToInt64_m28E9776D9D4AA90C3A33B1E7B1421A7171245375(__this, L_4, NULL);
|
|
return ((int32_t)(uint16_t)L_5);
|
|
}
|
|
|
|
IL_0023:
|
|
{
|
|
// return default;
|
|
return 0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C Il2CppChar PrimitiveValue_ToChar_mB699C9A6DE30BFCB8A5DCEDF1A0AAA1903AABBB3_AdjustorThunk (RuntimeObject* __this, RuntimeObject* ___0_provider, const RuntimeMethod* method)
|
|
{
|
|
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4*>(__this + _offset);
|
|
Il2CppChar _returnValue;
|
|
_returnValue = PrimitiveValue_ToChar_mB699C9A6DE30BFCB8A5DCEDF1A0AAA1903AABBB3(_thisAdjusted, ___0_provider, method);
|
|
return _returnValue;
|
|
}
|
|
// System.DateTime UnityEngine.InputSystem.Utilities.PrimitiveValue::ToDateTime(System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D PrimitiveValue_ToDateTime_mAD67DD0066EB13465289422A6CCACB343F489040 (PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4* __this, RuntimeObject* ___0_provider, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// throw new NotSupportedException("Converting PrimitiveValue to DateTime");
|
|
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_mE174750CF0247BBB47544FFD71D66BB89630945B(L_0, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral5681935D66AB8593B023866BB591CB9750FDD261)), NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PrimitiveValue_ToDateTime_mAD67DD0066EB13465289422A6CCACB343F489040_RuntimeMethod_var)));
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D PrimitiveValue_ToDateTime_mAD67DD0066EB13465289422A6CCACB343F489040_AdjustorThunk (RuntimeObject* __this, RuntimeObject* ___0_provider, const RuntimeMethod* method)
|
|
{
|
|
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4*>(__this + _offset);
|
|
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D _returnValue;
|
|
_returnValue = PrimitiveValue_ToDateTime_mAD67DD0066EB13465289422A6CCACB343F489040(_thisAdjusted, ___0_provider, method);
|
|
return _returnValue;
|
|
}
|
|
// System.Decimal UnityEngine.InputSystem.Utilities.PrimitiveValue::ToDecimal(System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F PrimitiveValue_ToDecimal_mD26033F458CB6A218C4B13A0C599A82E1140F3DC (PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4* __this, RuntimeObject* ___0_provider, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// return new decimal(ToDouble(provider));
|
|
RuntimeObject* L_0 = ___0_provider;
|
|
double L_1;
|
|
L_1 = PrimitiveValue_ToDouble_mC5A29D23FF257A5910AF74DDB7E1167F2083BA17(__this, L_0, NULL);
|
|
Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_2;
|
|
memset((&L_2), 0, sizeof(L_2));
|
|
Decimal__ctor_m2AFBFBDD82F6CD8204054A0EB305CB412055A555((&L_2), L_1, /*hidden argument*/NULL);
|
|
return L_2;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F PrimitiveValue_ToDecimal_mD26033F458CB6A218C4B13A0C599A82E1140F3DC_AdjustorThunk (RuntimeObject* __this, RuntimeObject* ___0_provider, const RuntimeMethod* method)
|
|
{
|
|
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4*>(__this + _offset);
|
|
Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F _returnValue;
|
|
_returnValue = PrimitiveValue_ToDecimal_mD26033F458CB6A218C4B13A0C599A82E1140F3DC(_thisAdjusted, ___0_provider, method);
|
|
return _returnValue;
|
|
}
|
|
// System.Double UnityEngine.InputSystem.Utilities.PrimitiveValue::ToDouble(System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double PrimitiveValue_ToDouble_mC5A29D23FF257A5910AF74DDB7E1167F2083BA17 (PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4* __this, RuntimeObject* ___0_provider, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
{
|
|
// switch (type)
|
|
int32_t L_0;
|
|
L_0 = PrimitiveValue_get_type_m5E879D643209154FA8B68A45366EB969221CF4F4_inline(__this, NULL);
|
|
V_0 = L_0;
|
|
int32_t L_1 = V_0;
|
|
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_1, 3)))
|
|
{
|
|
case 0:
|
|
{
|
|
goto IL_0041;
|
|
}
|
|
case 1:
|
|
{
|
|
goto IL_005d;
|
|
}
|
|
case 2:
|
|
{
|
|
goto IL_006d;
|
|
}
|
|
case 3:
|
|
{
|
|
goto IL_0065;
|
|
}
|
|
case 4:
|
|
{
|
|
goto IL_0075;
|
|
}
|
|
case 5:
|
|
{
|
|
goto IL_007d;
|
|
}
|
|
case 6:
|
|
{
|
|
goto IL_0085;
|
|
}
|
|
case 7:
|
|
{
|
|
goto IL_008d;
|
|
}
|
|
case 8:
|
|
{
|
|
goto IL_0096;
|
|
}
|
|
case 9:
|
|
{
|
|
goto IL_009e;
|
|
}
|
|
case 10:
|
|
{
|
|
goto IL_00a7;
|
|
}
|
|
case 11:
|
|
{
|
|
goto IL_00af;
|
|
}
|
|
}
|
|
}
|
|
{
|
|
goto IL_00b6;
|
|
}
|
|
|
|
IL_0041:
|
|
{
|
|
// if (m_BoolValue)
|
|
bool L_2 = __this->___m_BoolValue_1;
|
|
if (!L_2)
|
|
{
|
|
goto IL_0053;
|
|
}
|
|
}
|
|
{
|
|
// return 1;
|
|
return (1.0);
|
|
}
|
|
|
|
IL_0053:
|
|
{
|
|
// return 0;
|
|
return (0.0);
|
|
}
|
|
|
|
IL_005d:
|
|
{
|
|
// return m_CharValue;
|
|
Il2CppChar L_3 = __this->___m_CharValue_2;
|
|
return ((double)L_3);
|
|
}
|
|
|
|
IL_0065:
|
|
{
|
|
// return m_ByteValue;
|
|
uint8_t L_4 = __this->___m_ByteValue_3;
|
|
return ((double)L_4);
|
|
}
|
|
|
|
IL_006d:
|
|
{
|
|
// return m_SByteValue;
|
|
int8_t L_5 = __this->___m_SByteValue_4;
|
|
return ((double)L_5);
|
|
}
|
|
|
|
IL_0075:
|
|
{
|
|
// return m_ShortValue;
|
|
int16_t L_6 = __this->___m_ShortValue_5;
|
|
return ((double)L_6);
|
|
}
|
|
|
|
IL_007d:
|
|
{
|
|
// return m_UShortValue;
|
|
uint16_t L_7 = __this->___m_UShortValue_6;
|
|
return ((double)L_7);
|
|
}
|
|
|
|
IL_0085:
|
|
{
|
|
// return m_IntValue;
|
|
int32_t L_8 = __this->___m_IntValue_7;
|
|
return ((double)L_8);
|
|
}
|
|
|
|
IL_008d:
|
|
{
|
|
// return m_UIntValue;
|
|
uint32_t L_9 = __this->___m_UIntValue_8;
|
|
return ((double)((double)(uint32_t)L_9));
|
|
}
|
|
|
|
IL_0096:
|
|
{
|
|
// return m_LongValue;
|
|
int64_t L_10 = __this->___m_LongValue_9;
|
|
return ((double)L_10);
|
|
}
|
|
|
|
IL_009e:
|
|
{
|
|
// return m_ULongValue;
|
|
uint64_t L_11 = __this->___m_ULongValue_10;
|
|
return ((double)((double)(uint64_t)L_11));
|
|
}
|
|
|
|
IL_00a7:
|
|
{
|
|
// return m_FloatValue;
|
|
float L_12 = __this->___m_FloatValue_11;
|
|
return ((double)L_12);
|
|
}
|
|
|
|
IL_00af:
|
|
{
|
|
// return m_DoubleValue;
|
|
double L_13 = __this->___m_DoubleValue_12;
|
|
return L_13;
|
|
}
|
|
|
|
IL_00b6:
|
|
{
|
|
// return default;
|
|
return (0.0);
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C double PrimitiveValue_ToDouble_mC5A29D23FF257A5910AF74DDB7E1167F2083BA17_AdjustorThunk (RuntimeObject* __this, RuntimeObject* ___0_provider, const RuntimeMethod* method)
|
|
{
|
|
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4*>(__this + _offset);
|
|
double _returnValue;
|
|
_returnValue = PrimitiveValue_ToDouble_mC5A29D23FF257A5910AF74DDB7E1167F2083BA17(_thisAdjusted, ___0_provider, method);
|
|
return _returnValue;
|
|
}
|
|
// System.Int16 UnityEngine.InputSystem.Utilities.PrimitiveValue::ToInt16(System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int16_t PrimitiveValue_ToInt16_mA3480BA85FE00C8F86EEB7346BF589786706739D (PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4* __this, RuntimeObject* ___0_provider, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// return (short)ToInt64(provider);
|
|
RuntimeObject* L_0 = ___0_provider;
|
|
int64_t L_1;
|
|
L_1 = PrimitiveValue_ToInt64_m28E9776D9D4AA90C3A33B1E7B1421A7171245375(__this, L_0, NULL);
|
|
return ((int16_t)L_1);
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C int16_t PrimitiveValue_ToInt16_mA3480BA85FE00C8F86EEB7346BF589786706739D_AdjustorThunk (RuntimeObject* __this, RuntimeObject* ___0_provider, const RuntimeMethod* method)
|
|
{
|
|
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4*>(__this + _offset);
|
|
int16_t _returnValue;
|
|
_returnValue = PrimitiveValue_ToInt16_mA3480BA85FE00C8F86EEB7346BF589786706739D(_thisAdjusted, ___0_provider, method);
|
|
return _returnValue;
|
|
}
|
|
// System.Int32 UnityEngine.InputSystem.Utilities.PrimitiveValue::ToInt32(System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t PrimitiveValue_ToInt32_m5CCE1FB7974A378503F69C5E47060A8B7BEAC40C (PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4* __this, RuntimeObject* ___0_provider, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// return (int)ToInt64(provider);
|
|
RuntimeObject* L_0 = ___0_provider;
|
|
int64_t L_1;
|
|
L_1 = PrimitiveValue_ToInt64_m28E9776D9D4AA90C3A33B1E7B1421A7171245375(__this, L_0, NULL);
|
|
return ((int32_t)L_1);
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C int32_t PrimitiveValue_ToInt32_m5CCE1FB7974A378503F69C5E47060A8B7BEAC40C_AdjustorThunk (RuntimeObject* __this, RuntimeObject* ___0_provider, const RuntimeMethod* method)
|
|
{
|
|
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4*>(__this + _offset);
|
|
int32_t _returnValue;
|
|
_returnValue = PrimitiveValue_ToInt32_m5CCE1FB7974A378503F69C5E47060A8B7BEAC40C(_thisAdjusted, ___0_provider, method);
|
|
return _returnValue;
|
|
}
|
|
// System.Int64 UnityEngine.InputSystem.Utilities.PrimitiveValue::ToInt64(System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t PrimitiveValue_ToInt64_m28E9776D9D4AA90C3A33B1E7B1421A7171245375 (PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4* __this, RuntimeObject* ___0_provider, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
{
|
|
// switch (type)
|
|
int32_t L_0;
|
|
L_0 = PrimitiveValue_get_type_m5E879D643209154FA8B68A45366EB969221CF4F4_inline(__this, NULL);
|
|
V_0 = L_0;
|
|
int32_t L_1 = V_0;
|
|
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_1, 3)))
|
|
{
|
|
case 0:
|
|
{
|
|
goto IL_0041;
|
|
}
|
|
case 1:
|
|
{
|
|
goto IL_004f;
|
|
}
|
|
case 2:
|
|
{
|
|
goto IL_005f;
|
|
}
|
|
case 3:
|
|
{
|
|
goto IL_0057;
|
|
}
|
|
case 4:
|
|
{
|
|
goto IL_0067;
|
|
}
|
|
case 5:
|
|
{
|
|
goto IL_006f;
|
|
}
|
|
case 6:
|
|
{
|
|
goto IL_0077;
|
|
}
|
|
case 7:
|
|
{
|
|
goto IL_007f;
|
|
}
|
|
case 8:
|
|
{
|
|
goto IL_0087;
|
|
}
|
|
case 9:
|
|
{
|
|
goto IL_008e;
|
|
}
|
|
case 10:
|
|
{
|
|
goto IL_0095;
|
|
}
|
|
case 11:
|
|
{
|
|
goto IL_009d;
|
|
}
|
|
}
|
|
}
|
|
{
|
|
goto IL_00a5;
|
|
}
|
|
|
|
IL_0041:
|
|
{
|
|
// if (m_BoolValue)
|
|
bool L_2 = __this->___m_BoolValue_1;
|
|
if (!L_2)
|
|
{
|
|
goto IL_004c;
|
|
}
|
|
}
|
|
{
|
|
// return 1;
|
|
return ((int64_t)1);
|
|
}
|
|
|
|
IL_004c:
|
|
{
|
|
// return 0;
|
|
return ((int64_t)0);
|
|
}
|
|
|
|
IL_004f:
|
|
{
|
|
// return m_CharValue;
|
|
Il2CppChar L_3 = __this->___m_CharValue_2;
|
|
return ((int64_t)(uint64_t)L_3);
|
|
}
|
|
|
|
IL_0057:
|
|
{
|
|
// return m_ByteValue;
|
|
uint8_t L_4 = __this->___m_ByteValue_3;
|
|
return ((int64_t)(uint64_t)L_4);
|
|
}
|
|
|
|
IL_005f:
|
|
{
|
|
// return m_SByteValue;
|
|
int8_t L_5 = __this->___m_SByteValue_4;
|
|
return ((int64_t)L_5);
|
|
}
|
|
|
|
IL_0067:
|
|
{
|
|
// return m_ShortValue;
|
|
int16_t L_6 = __this->___m_ShortValue_5;
|
|
return ((int64_t)L_6);
|
|
}
|
|
|
|
IL_006f:
|
|
{
|
|
// return m_UShortValue;
|
|
uint16_t L_7 = __this->___m_UShortValue_6;
|
|
return ((int64_t)(uint64_t)L_7);
|
|
}
|
|
|
|
IL_0077:
|
|
{
|
|
// return m_IntValue;
|
|
int32_t L_8 = __this->___m_IntValue_7;
|
|
return ((int64_t)L_8);
|
|
}
|
|
|
|
IL_007f:
|
|
{
|
|
// return m_UIntValue;
|
|
uint32_t L_9 = __this->___m_UIntValue_8;
|
|
return ((int64_t)(uint64_t)L_9);
|
|
}
|
|
|
|
IL_0087:
|
|
{
|
|
// return m_LongValue;
|
|
int64_t L_10 = __this->___m_LongValue_9;
|
|
return L_10;
|
|
}
|
|
|
|
IL_008e:
|
|
{
|
|
// return (long)m_ULongValue;
|
|
uint64_t L_11 = __this->___m_ULongValue_10;
|
|
return L_11;
|
|
}
|
|
|
|
IL_0095:
|
|
{
|
|
// return (long)m_FloatValue;
|
|
float L_12 = __this->___m_FloatValue_11;
|
|
return il2cpp_codegen_cast_double_to_int<int64_t>(L_12);
|
|
}
|
|
|
|
IL_009d:
|
|
{
|
|
// return (long)m_DoubleValue;
|
|
double L_13 = __this->___m_DoubleValue_12;
|
|
return il2cpp_codegen_cast_double_to_int<int64_t>(L_13);
|
|
}
|
|
|
|
IL_00a5:
|
|
{
|
|
// return default;
|
|
return ((int64_t)0);
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C int64_t PrimitiveValue_ToInt64_m28E9776D9D4AA90C3A33B1E7B1421A7171245375_AdjustorThunk (RuntimeObject* __this, RuntimeObject* ___0_provider, const RuntimeMethod* method)
|
|
{
|
|
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4*>(__this + _offset);
|
|
int64_t _returnValue;
|
|
_returnValue = PrimitiveValue_ToInt64_m28E9776D9D4AA90C3A33B1E7B1421A7171245375(_thisAdjusted, ___0_provider, method);
|
|
return _returnValue;
|
|
}
|
|
// System.SByte UnityEngine.InputSystem.Utilities.PrimitiveValue::ToSByte(System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int8_t PrimitiveValue_ToSByte_mB92487C21FA8DDD6586E283F3D8E5E4F2ED6CF0B (PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4* __this, RuntimeObject* ___0_provider, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// return (sbyte)ToInt64(provider);
|
|
RuntimeObject* L_0 = ___0_provider;
|
|
int64_t L_1;
|
|
L_1 = PrimitiveValue_ToInt64_m28E9776D9D4AA90C3A33B1E7B1421A7171245375(__this, L_0, NULL);
|
|
return ((int8_t)L_1);
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C int8_t PrimitiveValue_ToSByte_mB92487C21FA8DDD6586E283F3D8E5E4F2ED6CF0B_AdjustorThunk (RuntimeObject* __this, RuntimeObject* ___0_provider, const RuntimeMethod* method)
|
|
{
|
|
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4*>(__this + _offset);
|
|
int8_t _returnValue;
|
|
_returnValue = PrimitiveValue_ToSByte_mB92487C21FA8DDD6586E283F3D8E5E4F2ED6CF0B(_thisAdjusted, ___0_provider, method);
|
|
return _returnValue;
|
|
}
|
|
// System.Single UnityEngine.InputSystem.Utilities.PrimitiveValue::ToSingle(System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float PrimitiveValue_ToSingle_mB1DAF285A066B17850C7B390FC83099289D0CF1B (PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4* __this, RuntimeObject* ___0_provider, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// return (float)ToDouble(provider);
|
|
RuntimeObject* L_0 = ___0_provider;
|
|
double L_1;
|
|
L_1 = PrimitiveValue_ToDouble_mC5A29D23FF257A5910AF74DDB7E1167F2083BA17(__this, L_0, NULL);
|
|
return ((float)L_1);
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C float PrimitiveValue_ToSingle_mB1DAF285A066B17850C7B390FC83099289D0CF1B_AdjustorThunk (RuntimeObject* __this, RuntimeObject* ___0_provider, const RuntimeMethod* method)
|
|
{
|
|
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4*>(__this + _offset);
|
|
float _returnValue;
|
|
_returnValue = PrimitiveValue_ToSingle_mB1DAF285A066B17850C7B390FC83099289D0CF1B(_thisAdjusted, ___0_provider, method);
|
|
return _returnValue;
|
|
}
|
|
// System.String UnityEngine.InputSystem.Utilities.PrimitiveValue::ToString(System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* PrimitiveValue_ToString_m64D487226A4CB6A2E3EE14414214658EEA7DEBE5 (PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4* __this, RuntimeObject* ___0_provider, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// return ToString();
|
|
String_t* L_0;
|
|
L_0 = PrimitiveValue_ToString_m3AD34182DDDE3E163FD2CEE48FBB477C2A58B707(__this, NULL);
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C String_t* PrimitiveValue_ToString_m64D487226A4CB6A2E3EE14414214658EEA7DEBE5_AdjustorThunk (RuntimeObject* __this, RuntimeObject* ___0_provider, const RuntimeMethod* method)
|
|
{
|
|
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4*>(__this + _offset);
|
|
String_t* _returnValue;
|
|
_returnValue = PrimitiveValue_ToString_m64D487226A4CB6A2E3EE14414214658EEA7DEBE5(_thisAdjusted, ___0_provider, method);
|
|
return _returnValue;
|
|
}
|
|
// System.Object UnityEngine.InputSystem.Utilities.PrimitiveValue::ToType(System.Type,System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* PrimitiveValue_ToType_m747643229B41305A1CADD6E97491F0CCFAB62A42 (PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4* __this, Type_t* ___0_conversionType, RuntimeObject* ___1_provider, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// throw new NotSupportedException();
|
|
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*)&PrimitiveValue_ToType_m747643229B41305A1CADD6E97491F0CCFAB62A42_RuntimeMethod_var)));
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C RuntimeObject* PrimitiveValue_ToType_m747643229B41305A1CADD6E97491F0CCFAB62A42_AdjustorThunk (RuntimeObject* __this, Type_t* ___0_conversionType, RuntimeObject* ___1_provider, const RuntimeMethod* method)
|
|
{
|
|
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4*>(__this + _offset);
|
|
RuntimeObject* _returnValue;
|
|
_returnValue = PrimitiveValue_ToType_m747643229B41305A1CADD6E97491F0CCFAB62A42(_thisAdjusted, ___0_conversionType, ___1_provider, method);
|
|
return _returnValue;
|
|
}
|
|
// System.UInt16 UnityEngine.InputSystem.Utilities.PrimitiveValue::ToUInt16(System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint16_t PrimitiveValue_ToUInt16_m25076B42F7FD4A5829F0F88968E5A72672F0FE79 (PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4* __this, RuntimeObject* ___0_provider, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// return (ushort)ToUInt64();
|
|
uint64_t L_0;
|
|
L_0 = PrimitiveValue_ToUInt64_mD96DCBA110C14AA577FF9E63242C72C1B96B4FC4(__this, (RuntimeObject*)NULL, NULL);
|
|
return (uint16_t)((int32_t)(uint16_t)L_0);
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C uint16_t PrimitiveValue_ToUInt16_m25076B42F7FD4A5829F0F88968E5A72672F0FE79_AdjustorThunk (RuntimeObject* __this, RuntimeObject* ___0_provider, const RuntimeMethod* method)
|
|
{
|
|
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4*>(__this + _offset);
|
|
uint16_t _returnValue;
|
|
_returnValue = PrimitiveValue_ToUInt16_m25076B42F7FD4A5829F0F88968E5A72672F0FE79(_thisAdjusted, ___0_provider, method);
|
|
return _returnValue;
|
|
}
|
|
// System.UInt32 UnityEngine.InputSystem.Utilities.PrimitiveValue::ToUInt32(System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t PrimitiveValue_ToUInt32_m7126A5217DC66C6517720AF63E419D22EF31BA91 (PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4* __this, RuntimeObject* ___0_provider, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// return (uint)ToUInt64();
|
|
uint64_t L_0;
|
|
L_0 = PrimitiveValue_ToUInt64_mD96DCBA110C14AA577FF9E63242C72C1B96B4FC4(__this, (RuntimeObject*)NULL, NULL);
|
|
return ((int32_t)(uint32_t)L_0);
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C uint32_t PrimitiveValue_ToUInt32_m7126A5217DC66C6517720AF63E419D22EF31BA91_AdjustorThunk (RuntimeObject* __this, RuntimeObject* ___0_provider, const RuntimeMethod* method)
|
|
{
|
|
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4*>(__this + _offset);
|
|
uint32_t _returnValue;
|
|
_returnValue = PrimitiveValue_ToUInt32_m7126A5217DC66C6517720AF63E419D22EF31BA91(_thisAdjusted, ___0_provider, method);
|
|
return _returnValue;
|
|
}
|
|
// System.UInt64 UnityEngine.InputSystem.Utilities.PrimitiveValue::ToUInt64(System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t PrimitiveValue_ToUInt64_mD96DCBA110C14AA577FF9E63242C72C1B96B4FC4 (PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4* __this, RuntimeObject* ___0_provider, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
{
|
|
// switch (type)
|
|
int32_t L_0;
|
|
L_0 = PrimitiveValue_get_type_m5E879D643209154FA8B68A45366EB969221CF4F4_inline(__this, NULL);
|
|
V_0 = L_0;
|
|
int32_t L_1 = V_0;
|
|
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_1, 3)))
|
|
{
|
|
case 0:
|
|
{
|
|
goto IL_0041;
|
|
}
|
|
case 1:
|
|
{
|
|
goto IL_004f;
|
|
}
|
|
case 2:
|
|
{
|
|
goto IL_005f;
|
|
}
|
|
case 3:
|
|
{
|
|
goto IL_0057;
|
|
}
|
|
case 4:
|
|
{
|
|
goto IL_0067;
|
|
}
|
|
case 5:
|
|
{
|
|
goto IL_006f;
|
|
}
|
|
case 6:
|
|
{
|
|
goto IL_0077;
|
|
}
|
|
case 7:
|
|
{
|
|
goto IL_007f;
|
|
}
|
|
case 8:
|
|
{
|
|
goto IL_0087;
|
|
}
|
|
case 9:
|
|
{
|
|
goto IL_008e;
|
|
}
|
|
case 10:
|
|
{
|
|
goto IL_0095;
|
|
}
|
|
case 11:
|
|
{
|
|
goto IL_009d;
|
|
}
|
|
}
|
|
}
|
|
{
|
|
goto IL_00a5;
|
|
}
|
|
|
|
IL_0041:
|
|
{
|
|
// if (m_BoolValue)
|
|
bool L_2 = __this->___m_BoolValue_1;
|
|
if (!L_2)
|
|
{
|
|
goto IL_004c;
|
|
}
|
|
}
|
|
{
|
|
// return 1;
|
|
return ((int64_t)1);
|
|
}
|
|
|
|
IL_004c:
|
|
{
|
|
// return 0;
|
|
return ((int64_t)0);
|
|
}
|
|
|
|
IL_004f:
|
|
{
|
|
// return m_CharValue;
|
|
Il2CppChar L_3 = __this->___m_CharValue_2;
|
|
return ((int64_t)(uint64_t)L_3);
|
|
}
|
|
|
|
IL_0057:
|
|
{
|
|
// return m_ByteValue;
|
|
uint8_t L_4 = __this->___m_ByteValue_3;
|
|
return ((int64_t)(uint64_t)L_4);
|
|
}
|
|
|
|
IL_005f:
|
|
{
|
|
// return (ulong)m_SByteValue;
|
|
int8_t L_5 = __this->___m_SByteValue_4;
|
|
return ((int64_t)L_5);
|
|
}
|
|
|
|
IL_0067:
|
|
{
|
|
// return (ulong)m_ShortValue;
|
|
int16_t L_6 = __this->___m_ShortValue_5;
|
|
return ((int64_t)L_6);
|
|
}
|
|
|
|
IL_006f:
|
|
{
|
|
// return m_UShortValue;
|
|
uint16_t L_7 = __this->___m_UShortValue_6;
|
|
return ((int64_t)(uint64_t)L_7);
|
|
}
|
|
|
|
IL_0077:
|
|
{
|
|
// return (ulong)m_IntValue;
|
|
int32_t L_8 = __this->___m_IntValue_7;
|
|
return ((int64_t)L_8);
|
|
}
|
|
|
|
IL_007f:
|
|
{
|
|
// return m_UIntValue;
|
|
uint32_t L_9 = __this->___m_UIntValue_8;
|
|
return ((int64_t)(uint64_t)L_9);
|
|
}
|
|
|
|
IL_0087:
|
|
{
|
|
// return (ulong)m_LongValue;
|
|
int64_t L_10 = __this->___m_LongValue_9;
|
|
return L_10;
|
|
}
|
|
|
|
IL_008e:
|
|
{
|
|
// return m_ULongValue;
|
|
uint64_t L_11 = __this->___m_ULongValue_10;
|
|
return L_11;
|
|
}
|
|
|
|
IL_0095:
|
|
{
|
|
// return (ulong)m_FloatValue;
|
|
float L_12 = __this->___m_FloatValue_11;
|
|
return il2cpp_codegen_cast_floating_point<uint64_t, int64_t, float>(L_12);
|
|
}
|
|
|
|
IL_009d:
|
|
{
|
|
// return (ulong)m_DoubleValue;
|
|
double L_13 = __this->___m_DoubleValue_12;
|
|
return il2cpp_codegen_cast_floating_point<uint64_t, int64_t, double>(L_13);
|
|
}
|
|
|
|
IL_00a5:
|
|
{
|
|
// return default;
|
|
return ((int64_t)0);
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C uint64_t PrimitiveValue_ToUInt64_mD96DCBA110C14AA577FF9E63242C72C1B96B4FC4_AdjustorThunk (RuntimeObject* __this, RuntimeObject* ___0_provider, const RuntimeMethod* method)
|
|
{
|
|
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4*>(__this + _offset);
|
|
uint64_t _returnValue;
|
|
_returnValue = PrimitiveValue_ToUInt64_mD96DCBA110C14AA577FF9E63242C72C1B96B4FC4(_thisAdjusted, ___0_provider, method);
|
|
return _returnValue;
|
|
}
|
|
// System.Object UnityEngine.InputSystem.Utilities.PrimitiveValue::ToObject()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* PrimitiveValue_ToObject_m7A6694A54B84F62E02E35C5ED78D8809BCD27979 (PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Byte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Double_tE150EF3D1D43DEE85D533810AB4C742307EEDE5F_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int16_tB8EF286A9C33492FA6E6D6E67320BE93E794A175_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int64_t092CFB123BE63C28ACDAF65C68F21A526050DBA3_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SByte_tFEFFEF5D2FEBF5207950AE6FAC150FC53B668DB5_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Single_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt16_tF4C148C876015C212FD72652D0B6ED8CC247A455_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt64_t8F12534CC8FC4B5860F2A2CD1EE79D322E7A41AF_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
{
|
|
// switch (m_Type)
|
|
int32_t L_0 = __this->___m_Type_0;
|
|
V_0 = L_0;
|
|
int32_t L_1 = V_0;
|
|
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_1, 3)))
|
|
{
|
|
case 0:
|
|
{
|
|
goto IL_0044;
|
|
}
|
|
case 1:
|
|
{
|
|
goto IL_0050;
|
|
}
|
|
case 2:
|
|
{
|
|
goto IL_0068;
|
|
}
|
|
case 3:
|
|
{
|
|
goto IL_005c;
|
|
}
|
|
case 4:
|
|
{
|
|
goto IL_0074;
|
|
}
|
|
case 5:
|
|
{
|
|
goto IL_0080;
|
|
}
|
|
case 6:
|
|
{
|
|
goto IL_008c;
|
|
}
|
|
case 7:
|
|
{
|
|
goto IL_0098;
|
|
}
|
|
case 8:
|
|
{
|
|
goto IL_00a4;
|
|
}
|
|
case 9:
|
|
{
|
|
goto IL_00b0;
|
|
}
|
|
case 10:
|
|
{
|
|
goto IL_00bc;
|
|
}
|
|
case 11:
|
|
{
|
|
goto IL_00c8;
|
|
}
|
|
}
|
|
}
|
|
{
|
|
goto IL_00d4;
|
|
}
|
|
|
|
IL_0044:
|
|
{
|
|
// case TypeCode.Boolean: return m_BoolValue;
|
|
bool L_2 = __this->___m_BoolValue_1;
|
|
bool L_3 = L_2;
|
|
RuntimeObject* L_4 = Box(Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_il2cpp_TypeInfo_var, &L_3);
|
|
return L_4;
|
|
}
|
|
|
|
IL_0050:
|
|
{
|
|
// case TypeCode.Char: return m_CharValue;
|
|
Il2CppChar L_5 = __this->___m_CharValue_2;
|
|
Il2CppChar L_6 = L_5;
|
|
RuntimeObject* L_7 = Box(Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var, &L_6);
|
|
return L_7;
|
|
}
|
|
|
|
IL_005c:
|
|
{
|
|
// case TypeCode.Byte: return m_ByteValue;
|
|
uint8_t L_8 = __this->___m_ByteValue_3;
|
|
uint8_t L_9 = L_8;
|
|
RuntimeObject* L_10 = Box(Byte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_il2cpp_TypeInfo_var, &L_9);
|
|
return L_10;
|
|
}
|
|
|
|
IL_0068:
|
|
{
|
|
// case TypeCode.SByte: return m_SByteValue;
|
|
int8_t L_11 = __this->___m_SByteValue_4;
|
|
int8_t L_12 = L_11;
|
|
RuntimeObject* L_13 = Box(SByte_tFEFFEF5D2FEBF5207950AE6FAC150FC53B668DB5_il2cpp_TypeInfo_var, &L_12);
|
|
return L_13;
|
|
}
|
|
|
|
IL_0074:
|
|
{
|
|
// case TypeCode.Int16: return m_ShortValue;
|
|
int16_t L_14 = __this->___m_ShortValue_5;
|
|
int16_t L_15 = L_14;
|
|
RuntimeObject* L_16 = Box(Int16_tB8EF286A9C33492FA6E6D6E67320BE93E794A175_il2cpp_TypeInfo_var, &L_15);
|
|
return L_16;
|
|
}
|
|
|
|
IL_0080:
|
|
{
|
|
// case TypeCode.UInt16: return m_UShortValue;
|
|
uint16_t L_17 = __this->___m_UShortValue_6;
|
|
uint16_t L_18 = L_17;
|
|
RuntimeObject* L_19 = Box(UInt16_tF4C148C876015C212FD72652D0B6ED8CC247A455_il2cpp_TypeInfo_var, &L_18);
|
|
return L_19;
|
|
}
|
|
|
|
IL_008c:
|
|
{
|
|
// case TypeCode.Int32: return m_IntValue;
|
|
int32_t L_20 = __this->___m_IntValue_7;
|
|
int32_t L_21 = L_20;
|
|
RuntimeObject* L_22 = Box(Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var, &L_21);
|
|
return L_22;
|
|
}
|
|
|
|
IL_0098:
|
|
{
|
|
// case TypeCode.UInt32: return m_UIntValue;
|
|
uint32_t L_23 = __this->___m_UIntValue_8;
|
|
uint32_t L_24 = L_23;
|
|
RuntimeObject* L_25 = Box(UInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B_il2cpp_TypeInfo_var, &L_24);
|
|
return L_25;
|
|
}
|
|
|
|
IL_00a4:
|
|
{
|
|
// case TypeCode.Int64: return m_LongValue;
|
|
int64_t L_26 = __this->___m_LongValue_9;
|
|
int64_t L_27 = L_26;
|
|
RuntimeObject* L_28 = Box(Int64_t092CFB123BE63C28ACDAF65C68F21A526050DBA3_il2cpp_TypeInfo_var, &L_27);
|
|
return L_28;
|
|
}
|
|
|
|
IL_00b0:
|
|
{
|
|
// case TypeCode.UInt64: return m_ULongValue;
|
|
uint64_t L_29 = __this->___m_ULongValue_10;
|
|
uint64_t L_30 = L_29;
|
|
RuntimeObject* L_31 = Box(UInt64_t8F12534CC8FC4B5860F2A2CD1EE79D322E7A41AF_il2cpp_TypeInfo_var, &L_30);
|
|
return L_31;
|
|
}
|
|
|
|
IL_00bc:
|
|
{
|
|
// case TypeCode.Single: return m_FloatValue;
|
|
float L_32 = __this->___m_FloatValue_11;
|
|
float L_33 = L_32;
|
|
RuntimeObject* L_34 = Box(Single_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_il2cpp_TypeInfo_var, &L_33);
|
|
return L_34;
|
|
}
|
|
|
|
IL_00c8:
|
|
{
|
|
// case TypeCode.Double: return m_DoubleValue;
|
|
double L_35 = __this->___m_DoubleValue_12;
|
|
double L_36 = L_35;
|
|
RuntimeObject* L_37 = Box(Double_tE150EF3D1D43DEE85D533810AB4C742307EEDE5F_il2cpp_TypeInfo_var, &L_36);
|
|
return L_37;
|
|
}
|
|
|
|
IL_00d4:
|
|
{
|
|
// default: return null;
|
|
return NULL;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C RuntimeObject* PrimitiveValue_ToObject_m7A6694A54B84F62E02E35C5ED78D8809BCD27979_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4*>(__this + _offset);
|
|
RuntimeObject* _returnValue;
|
|
_returnValue = PrimitiveValue_ToObject_m7A6694A54B84F62E02E35C5ED78D8809BCD27979(_thisAdjusted, method);
|
|
return _returnValue;
|
|
}
|
|
// UnityEngine.InputSystem.Utilities.PrimitiveValue UnityEngine.InputSystem.Utilities.PrimitiveValue::FromObject(System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 PrimitiveValue_FromObject_m8614FFABB7D5DAF218397AB3C2254089477C8786 (RuntimeObject* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Byte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Double_tE150EF3D1D43DEE85D533810AB4C742307EEDE5F_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int16_tB8EF286A9C33492FA6E6D6E67320BE93E794A175_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int64_t092CFB123BE63C28ACDAF65C68F21A526050DBA3_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SByte_tFEFFEF5D2FEBF5207950AE6FAC150FC53B668DB5_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Single_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt16_tF4C148C876015C212FD72652D0B6ED8CC247A455_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt64_t8F12534CC8FC4B5860F2A2CD1EE79D322E7A41AF_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
String_t* V_0 = NULL;
|
|
bool V_1 = false;
|
|
Il2CppChar V_2 = 0x0;
|
|
uint8_t V_3 = 0x0;
|
|
int8_t V_4 = 0x0;
|
|
int16_t V_5 = 0;
|
|
uint16_t V_6 = 0;
|
|
int32_t V_7 = 0;
|
|
uint32_t V_8 = 0;
|
|
int64_t V_9 = 0;
|
|
uint64_t V_10 = 0;
|
|
float V_11 = 0.0f;
|
|
double V_12 = 0.0;
|
|
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 V_13;
|
|
memset((&V_13), 0, sizeof(V_13));
|
|
int32_t V_14 = 0;
|
|
{
|
|
// if (value == null)
|
|
RuntimeObject* L_0 = ___0_value;
|
|
if (L_0)
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
// return new PrimitiveValue();
|
|
il2cpp_codegen_initobj((&V_13), sizeof(PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4));
|
|
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 L_1 = V_13;
|
|
return L_1;
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
// if (value is string stringValue)
|
|
RuntimeObject* L_2 = ___0_value;
|
|
V_0 = ((String_t*)IsInstSealed((RuntimeObject*)L_2, String_t_il2cpp_TypeInfo_var));
|
|
String_t* L_3 = V_0;
|
|
if (!L_3)
|
|
{
|
|
goto IL_001f;
|
|
}
|
|
}
|
|
{
|
|
// return FromString(stringValue);
|
|
String_t* L_4 = V_0;
|
|
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 L_5;
|
|
L_5 = PrimitiveValue_FromString_m7EC9419F788AA87E359BAA1EE7E857FC86634258(L_4, NULL);
|
|
return L_5;
|
|
}
|
|
|
|
IL_001f:
|
|
{
|
|
// if (value is bool b)
|
|
RuntimeObject* L_6 = ___0_value;
|
|
if (!((RuntimeObject*)IsInstSealed((RuntimeObject*)L_6, Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_il2cpp_TypeInfo_var)))
|
|
{
|
|
goto IL_0035;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject* L_7 = ___0_value;
|
|
V_1 = ((*(bool*)((bool*)(bool*)UnBox(L_7, Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_il2cpp_TypeInfo_var))));
|
|
// return new PrimitiveValue(b);
|
|
bool L_8 = V_1;
|
|
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 L_9;
|
|
memset((&L_9), 0, sizeof(L_9));
|
|
PrimitiveValue__ctor_m5E397D2F1982DB0D98C5A7B90779C77F0F18E69D((&L_9), L_8, /*hidden argument*/NULL);
|
|
return L_9;
|
|
}
|
|
|
|
IL_0035:
|
|
{
|
|
// if (value is char ch)
|
|
RuntimeObject* L_10 = ___0_value;
|
|
if (!((RuntimeObject*)IsInstSealed((RuntimeObject*)L_10, Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var)))
|
|
{
|
|
goto IL_004b;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject* L_11 = ___0_value;
|
|
V_2 = ((*(Il2CppChar*)((Il2CppChar*)(Il2CppChar*)UnBox(L_11, Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var))));
|
|
// return new PrimitiveValue(ch);
|
|
Il2CppChar L_12 = V_2;
|
|
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 L_13;
|
|
memset((&L_13), 0, sizeof(L_13));
|
|
PrimitiveValue__ctor_m11F6D92B8EE6F1A6100626EB0DC5279B11A24091((&L_13), L_12, /*hidden argument*/NULL);
|
|
return L_13;
|
|
}
|
|
|
|
IL_004b:
|
|
{
|
|
// if (value is byte bt)
|
|
RuntimeObject* L_14 = ___0_value;
|
|
if (!((RuntimeObject*)IsInstSealed((RuntimeObject*)L_14, Byte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_il2cpp_TypeInfo_var)))
|
|
{
|
|
goto IL_0061;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject* L_15 = ___0_value;
|
|
V_3 = ((*(uint8_t*)((uint8_t*)(uint8_t*)UnBox(L_15, Byte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_il2cpp_TypeInfo_var))));
|
|
// return new PrimitiveValue(bt);
|
|
uint8_t L_16 = V_3;
|
|
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 L_17;
|
|
memset((&L_17), 0, sizeof(L_17));
|
|
PrimitiveValue__ctor_m8912405DDD67AE6BD7C3AEFC0CCE6763685BFEF4((&L_17), L_16, /*hidden argument*/NULL);
|
|
return L_17;
|
|
}
|
|
|
|
IL_0061:
|
|
{
|
|
// if (value is sbyte sbt)
|
|
RuntimeObject* L_18 = ___0_value;
|
|
if (!((RuntimeObject*)IsInstSealed((RuntimeObject*)L_18, SByte_tFEFFEF5D2FEBF5207950AE6FAC150FC53B668DB5_il2cpp_TypeInfo_var)))
|
|
{
|
|
goto IL_0079;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject* L_19 = ___0_value;
|
|
V_4 = ((*(int8_t*)((int8_t*)(int8_t*)UnBox(L_19, SByte_tFEFFEF5D2FEBF5207950AE6FAC150FC53B668DB5_il2cpp_TypeInfo_var))));
|
|
// return new PrimitiveValue(sbt);
|
|
int8_t L_20 = V_4;
|
|
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 L_21;
|
|
memset((&L_21), 0, sizeof(L_21));
|
|
PrimitiveValue__ctor_m0840C90CF0388B516CA19F4E3D7EE4A4EA4002B7((&L_21), L_20, /*hidden argument*/NULL);
|
|
return L_21;
|
|
}
|
|
|
|
IL_0079:
|
|
{
|
|
// if (value is short s)
|
|
RuntimeObject* L_22 = ___0_value;
|
|
if (!((RuntimeObject*)IsInstSealed((RuntimeObject*)L_22, Int16_tB8EF286A9C33492FA6E6D6E67320BE93E794A175_il2cpp_TypeInfo_var)))
|
|
{
|
|
goto IL_0091;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject* L_23 = ___0_value;
|
|
V_5 = ((*(int16_t*)((int16_t*)(int16_t*)UnBox(L_23, Int16_tB8EF286A9C33492FA6E6D6E67320BE93E794A175_il2cpp_TypeInfo_var))));
|
|
// return new PrimitiveValue(s);
|
|
int16_t L_24 = V_5;
|
|
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 L_25;
|
|
memset((&L_25), 0, sizeof(L_25));
|
|
PrimitiveValue__ctor_m5A885836261C9EDF048EF197F0590181140A3211((&L_25), L_24, /*hidden argument*/NULL);
|
|
return L_25;
|
|
}
|
|
|
|
IL_0091:
|
|
{
|
|
// if (value is ushort us)
|
|
RuntimeObject* L_26 = ___0_value;
|
|
if (!((RuntimeObject*)IsInstSealed((RuntimeObject*)L_26, UInt16_tF4C148C876015C212FD72652D0B6ED8CC247A455_il2cpp_TypeInfo_var)))
|
|
{
|
|
goto IL_00a9;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject* L_27 = ___0_value;
|
|
V_6 = ((*(uint16_t*)((uint16_t*)(uint16_t*)UnBox(L_27, UInt16_tF4C148C876015C212FD72652D0B6ED8CC247A455_il2cpp_TypeInfo_var))));
|
|
// return new PrimitiveValue(us);
|
|
uint16_t L_28 = V_6;
|
|
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 L_29;
|
|
memset((&L_29), 0, sizeof(L_29));
|
|
PrimitiveValue__ctor_mD492CA654AEBBB0F6EC8E47F79F30EFCD605057C((&L_29), L_28, /*hidden argument*/NULL);
|
|
return L_29;
|
|
}
|
|
|
|
IL_00a9:
|
|
{
|
|
// if (value is int i)
|
|
RuntimeObject* L_30 = ___0_value;
|
|
if (!((RuntimeObject*)IsInstSealed((RuntimeObject*)L_30, Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var)))
|
|
{
|
|
goto IL_00c1;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject* L_31 = ___0_value;
|
|
V_7 = ((*(int32_t*)((int32_t*)(int32_t*)UnBox(L_31, Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var))));
|
|
// return new PrimitiveValue(i);
|
|
int32_t L_32 = V_7;
|
|
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 L_33;
|
|
memset((&L_33), 0, sizeof(L_33));
|
|
PrimitiveValue__ctor_mCEA5ABEF86F4126EA7B799076BBE342DE9BEDCBA((&L_33), L_32, /*hidden argument*/NULL);
|
|
return L_33;
|
|
}
|
|
|
|
IL_00c1:
|
|
{
|
|
// if (value is uint ui)
|
|
RuntimeObject* L_34 = ___0_value;
|
|
if (!((RuntimeObject*)IsInstSealed((RuntimeObject*)L_34, UInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B_il2cpp_TypeInfo_var)))
|
|
{
|
|
goto IL_00d9;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject* L_35 = ___0_value;
|
|
V_8 = ((*(uint32_t*)((uint32_t*)(uint32_t*)UnBox(L_35, UInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B_il2cpp_TypeInfo_var))));
|
|
// return new PrimitiveValue(ui);
|
|
uint32_t L_36 = V_8;
|
|
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 L_37;
|
|
memset((&L_37), 0, sizeof(L_37));
|
|
PrimitiveValue__ctor_mAD83AEB23A8D29DE6983041857D76058C9AA0FF0((&L_37), L_36, /*hidden argument*/NULL);
|
|
return L_37;
|
|
}
|
|
|
|
IL_00d9:
|
|
{
|
|
// if (value is long l)
|
|
RuntimeObject* L_38 = ___0_value;
|
|
if (!((RuntimeObject*)IsInstSealed((RuntimeObject*)L_38, Int64_t092CFB123BE63C28ACDAF65C68F21A526050DBA3_il2cpp_TypeInfo_var)))
|
|
{
|
|
goto IL_00f1;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject* L_39 = ___0_value;
|
|
V_9 = ((*(int64_t*)((int64_t*)(int64_t*)UnBox(L_39, Int64_t092CFB123BE63C28ACDAF65C68F21A526050DBA3_il2cpp_TypeInfo_var))));
|
|
// return new PrimitiveValue(l);
|
|
int64_t L_40 = V_9;
|
|
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 L_41;
|
|
memset((&L_41), 0, sizeof(L_41));
|
|
PrimitiveValue__ctor_m40FF7BAD4F8F3EA5246D5969F8F473337A8EBCBB((&L_41), L_40, /*hidden argument*/NULL);
|
|
return L_41;
|
|
}
|
|
|
|
IL_00f1:
|
|
{
|
|
// if (value is ulong ul)
|
|
RuntimeObject* L_42 = ___0_value;
|
|
if (!((RuntimeObject*)IsInstSealed((RuntimeObject*)L_42, UInt64_t8F12534CC8FC4B5860F2A2CD1EE79D322E7A41AF_il2cpp_TypeInfo_var)))
|
|
{
|
|
goto IL_0109;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject* L_43 = ___0_value;
|
|
V_10 = ((*(uint64_t*)((uint64_t*)(uint64_t*)UnBox(L_43, UInt64_t8F12534CC8FC4B5860F2A2CD1EE79D322E7A41AF_il2cpp_TypeInfo_var))));
|
|
// return new PrimitiveValue(ul);
|
|
uint64_t L_44 = V_10;
|
|
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 L_45;
|
|
memset((&L_45), 0, sizeof(L_45));
|
|
PrimitiveValue__ctor_m281D9596586E25F1A5EC68A194CEACE26ABEA8E6((&L_45), L_44, /*hidden argument*/NULL);
|
|
return L_45;
|
|
}
|
|
|
|
IL_0109:
|
|
{
|
|
// if (value is float f)
|
|
RuntimeObject* L_46 = ___0_value;
|
|
if (!((RuntimeObject*)IsInstSealed((RuntimeObject*)L_46, Single_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_il2cpp_TypeInfo_var)))
|
|
{
|
|
goto IL_0121;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject* L_47 = ___0_value;
|
|
V_11 = ((*(float*)((float*)(float*)UnBox(L_47, Single_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_il2cpp_TypeInfo_var))));
|
|
// return new PrimitiveValue(f);
|
|
float L_48 = V_11;
|
|
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 L_49;
|
|
memset((&L_49), 0, sizeof(L_49));
|
|
PrimitiveValue__ctor_m180FCA3F3070CB12B6C06990A5D214F8BBCE7246((&L_49), L_48, /*hidden argument*/NULL);
|
|
return L_49;
|
|
}
|
|
|
|
IL_0121:
|
|
{
|
|
// if (value is double d)
|
|
RuntimeObject* L_50 = ___0_value;
|
|
if (!((RuntimeObject*)IsInstSealed((RuntimeObject*)L_50, Double_tE150EF3D1D43DEE85D533810AB4C742307EEDE5F_il2cpp_TypeInfo_var)))
|
|
{
|
|
goto IL_0139;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject* L_51 = ___0_value;
|
|
V_12 = ((*(double*)((double*)(double*)UnBox(L_51, Double_tE150EF3D1D43DEE85D533810AB4C742307EEDE5F_il2cpp_TypeInfo_var))));
|
|
// return new PrimitiveValue(d);
|
|
double L_52 = V_12;
|
|
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 L_53;
|
|
memset((&L_53), 0, sizeof(L_53));
|
|
PrimitiveValue__ctor_m7F8ED2A1E9AC81A4FD68FD3EAFF2F92BBF14F9B8((&L_53), L_52, /*hidden argument*/NULL);
|
|
return L_53;
|
|
}
|
|
|
|
IL_0139:
|
|
{
|
|
// if (value is Enum)
|
|
RuntimeObject* L_54 = ___0_value;
|
|
if (!((Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2*)IsInstClass((RuntimeObject*)L_54, Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2_il2cpp_TypeInfo_var)))
|
|
{
|
|
goto IL_01e1;
|
|
}
|
|
}
|
|
{
|
|
// var underlyingType = value.GetType().GetEnumUnderlyingType();
|
|
RuntimeObject* L_55 = ___0_value;
|
|
NullCheck(L_55);
|
|
Type_t* L_56;
|
|
L_56 = Object_GetType_mE10A8FC1E57F3DF29972CCBC026C2DC3942263B3(L_55, NULL);
|
|
NullCheck(L_56);
|
|
Type_t* L_57;
|
|
L_57 = VirtualFuncInvoker0< Type_t* >::Invoke(117 /* System.Type System.Type::GetEnumUnderlyingType() */, L_56);
|
|
// var underlyingTypeCode = Type.GetTypeCode(underlyingType);
|
|
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
|
|
int32_t L_58;
|
|
L_58 = Type_GetTypeCode_m2CE476933AF4B381D7A52F4343B70E9878FDF466(L_57, NULL);
|
|
V_14 = L_58;
|
|
int32_t L_59 = V_14;
|
|
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_59, 5)))
|
|
{
|
|
case 0:
|
|
{
|
|
goto IL_018d;
|
|
}
|
|
case 1:
|
|
{
|
|
goto IL_0181;
|
|
}
|
|
case 2:
|
|
{
|
|
goto IL_0199;
|
|
}
|
|
case 3:
|
|
{
|
|
goto IL_01bd;
|
|
}
|
|
case 4:
|
|
{
|
|
goto IL_01a5;
|
|
}
|
|
case 5:
|
|
{
|
|
goto IL_01c9;
|
|
}
|
|
case 6:
|
|
{
|
|
goto IL_01b1;
|
|
}
|
|
case 7:
|
|
{
|
|
goto IL_01d5;
|
|
}
|
|
}
|
|
}
|
|
{
|
|
goto IL_01e1;
|
|
}
|
|
|
|
IL_0181:
|
|
{
|
|
// case TypeCode.Byte: return new PrimitiveValue((byte)value);
|
|
RuntimeObject* L_60 = ___0_value;
|
|
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 L_61;
|
|
memset((&L_61), 0, sizeof(L_61));
|
|
PrimitiveValue__ctor_m8912405DDD67AE6BD7C3AEFC0CCE6763685BFEF4((&L_61), ((*(uint8_t*)((uint8_t*)(uint8_t*)UnBox(L_60, Byte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_il2cpp_TypeInfo_var)))), /*hidden argument*/NULL);
|
|
return L_61;
|
|
}
|
|
|
|
IL_018d:
|
|
{
|
|
// case TypeCode.SByte: return new PrimitiveValue((sbyte)value);
|
|
RuntimeObject* L_62 = ___0_value;
|
|
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 L_63;
|
|
memset((&L_63), 0, sizeof(L_63));
|
|
PrimitiveValue__ctor_m0840C90CF0388B516CA19F4E3D7EE4A4EA4002B7((&L_63), ((*(int8_t*)((int8_t*)(int8_t*)UnBox(L_62, SByte_tFEFFEF5D2FEBF5207950AE6FAC150FC53B668DB5_il2cpp_TypeInfo_var)))), /*hidden argument*/NULL);
|
|
return L_63;
|
|
}
|
|
|
|
IL_0199:
|
|
{
|
|
// case TypeCode.Int16: return new PrimitiveValue((short)value);
|
|
RuntimeObject* L_64 = ___0_value;
|
|
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 L_65;
|
|
memset((&L_65), 0, sizeof(L_65));
|
|
PrimitiveValue__ctor_m5A885836261C9EDF048EF197F0590181140A3211((&L_65), ((*(int16_t*)((int16_t*)(int16_t*)UnBox(L_64, Int16_tB8EF286A9C33492FA6E6D6E67320BE93E794A175_il2cpp_TypeInfo_var)))), /*hidden argument*/NULL);
|
|
return L_65;
|
|
}
|
|
|
|
IL_01a5:
|
|
{
|
|
// case TypeCode.Int32: return new PrimitiveValue((int)value);
|
|
RuntimeObject* L_66 = ___0_value;
|
|
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 L_67;
|
|
memset((&L_67), 0, sizeof(L_67));
|
|
PrimitiveValue__ctor_mCEA5ABEF86F4126EA7B799076BBE342DE9BEDCBA((&L_67), ((*(int32_t*)((int32_t*)(int32_t*)UnBox(L_66, Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var)))), /*hidden argument*/NULL);
|
|
return L_67;
|
|
}
|
|
|
|
IL_01b1:
|
|
{
|
|
// case TypeCode.Int64: return new PrimitiveValue((long)value);
|
|
RuntimeObject* L_68 = ___0_value;
|
|
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 L_69;
|
|
memset((&L_69), 0, sizeof(L_69));
|
|
PrimitiveValue__ctor_m40FF7BAD4F8F3EA5246D5969F8F473337A8EBCBB((&L_69), ((*(int64_t*)((int64_t*)(int64_t*)UnBox(L_68, Int64_t092CFB123BE63C28ACDAF65C68F21A526050DBA3_il2cpp_TypeInfo_var)))), /*hidden argument*/NULL);
|
|
return L_69;
|
|
}
|
|
|
|
IL_01bd:
|
|
{
|
|
// case TypeCode.UInt16: return new PrimitiveValue((ushort)value);
|
|
RuntimeObject* L_70 = ___0_value;
|
|
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 L_71;
|
|
memset((&L_71), 0, sizeof(L_71));
|
|
PrimitiveValue__ctor_mD492CA654AEBBB0F6EC8E47F79F30EFCD605057C((&L_71), ((*(uint16_t*)((uint16_t*)(uint16_t*)UnBox(L_70, UInt16_tF4C148C876015C212FD72652D0B6ED8CC247A455_il2cpp_TypeInfo_var)))), /*hidden argument*/NULL);
|
|
return L_71;
|
|
}
|
|
|
|
IL_01c9:
|
|
{
|
|
// case TypeCode.UInt32: return new PrimitiveValue((uint)value);
|
|
RuntimeObject* L_72 = ___0_value;
|
|
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 L_73;
|
|
memset((&L_73), 0, sizeof(L_73));
|
|
PrimitiveValue__ctor_mAD83AEB23A8D29DE6983041857D76058C9AA0FF0((&L_73), ((*(uint32_t*)((uint32_t*)(uint32_t*)UnBox(L_72, UInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B_il2cpp_TypeInfo_var)))), /*hidden argument*/NULL);
|
|
return L_73;
|
|
}
|
|
|
|
IL_01d5:
|
|
{
|
|
// case TypeCode.UInt64: return new PrimitiveValue((ulong)value);
|
|
RuntimeObject* L_74 = ___0_value;
|
|
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 L_75;
|
|
memset((&L_75), 0, sizeof(L_75));
|
|
PrimitiveValue__ctor_m281D9596586E25F1A5EC68A194CEACE26ABEA8E6((&L_75), ((*(uint64_t*)((uint64_t*)(uint64_t*)UnBox(L_74, UInt64_t8F12534CC8FC4B5860F2A2CD1EE79D322E7A41AF_il2cpp_TypeInfo_var)))), /*hidden argument*/NULL);
|
|
return L_75;
|
|
}
|
|
|
|
IL_01e1:
|
|
{
|
|
// throw new ArgumentException($"Cannot convert '{value}' to primitive value", nameof(value));
|
|
RuntimeObject* L_76 = ___0_value;
|
|
String_t* L_77;
|
|
L_77 = String_Format_mA8DBB4C2516B9723C5A41E6CB1E2FAF4BBE96DD8(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral1EAE5465A186BC02355FB1EAAFD1F8D6C78CAC09)), L_76, NULL);
|
|
ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_78 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_78);
|
|
ArgumentException__ctor_m8F9D40CE19D19B698A70F9A258640EB52DB39B62(L_78, L_77, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8)), NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_78, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PrimitiveValue_FromObject_m8614FFABB7D5DAF218397AB3C2254089477C8786_RuntimeMethod_var)));
|
|
}
|
|
}
|
|
// UnityEngine.InputSystem.Utilities.PrimitiveValue UnityEngine.InputSystem.Utilities.PrimitiveValue::op_Implicit(System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 PrimitiveValue_op_Implicit_m88DA0724A750D2FC842CD51F66B615E4DE5003BD (bool ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// return new PrimitiveValue(value);
|
|
bool L_0 = ___0_value;
|
|
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 L_1;
|
|
memset((&L_1), 0, sizeof(L_1));
|
|
PrimitiveValue__ctor_m5E397D2F1982DB0D98C5A7B90779C77F0F18E69D((&L_1), L_0, /*hidden argument*/NULL);
|
|
return L_1;
|
|
}
|
|
}
|
|
// UnityEngine.InputSystem.Utilities.PrimitiveValue UnityEngine.InputSystem.Utilities.PrimitiveValue::op_Implicit(System.Char)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 PrimitiveValue_op_Implicit_m572A95BF792BA181261D7F242F7AE559FA2FC699 (Il2CppChar ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// return new PrimitiveValue(value);
|
|
Il2CppChar L_0 = ___0_value;
|
|
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 L_1;
|
|
memset((&L_1), 0, sizeof(L_1));
|
|
PrimitiveValue__ctor_m11F6D92B8EE6F1A6100626EB0DC5279B11A24091((&L_1), L_0, /*hidden argument*/NULL);
|
|
return L_1;
|
|
}
|
|
}
|
|
// UnityEngine.InputSystem.Utilities.PrimitiveValue UnityEngine.InputSystem.Utilities.PrimitiveValue::op_Implicit(System.Byte)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 PrimitiveValue_op_Implicit_m5F8496E4F1946DA6749C174D022C319790E437EE (uint8_t ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// return new PrimitiveValue(value);
|
|
uint8_t L_0 = ___0_value;
|
|
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 L_1;
|
|
memset((&L_1), 0, sizeof(L_1));
|
|
PrimitiveValue__ctor_m8912405DDD67AE6BD7C3AEFC0CCE6763685BFEF4((&L_1), L_0, /*hidden argument*/NULL);
|
|
return L_1;
|
|
}
|
|
}
|
|
// UnityEngine.InputSystem.Utilities.PrimitiveValue UnityEngine.InputSystem.Utilities.PrimitiveValue::op_Implicit(System.SByte)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 PrimitiveValue_op_Implicit_m5B778F6E12186AAD8B5C4FAA81FD9BB1F4F3E863 (int8_t ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// return new PrimitiveValue(value);
|
|
int8_t L_0 = ___0_value;
|
|
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 L_1;
|
|
memset((&L_1), 0, sizeof(L_1));
|
|
PrimitiveValue__ctor_m0840C90CF0388B516CA19F4E3D7EE4A4EA4002B7((&L_1), L_0, /*hidden argument*/NULL);
|
|
return L_1;
|
|
}
|
|
}
|
|
// UnityEngine.InputSystem.Utilities.PrimitiveValue UnityEngine.InputSystem.Utilities.PrimitiveValue::op_Implicit(System.Int16)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 PrimitiveValue_op_Implicit_m8BC34D6C355708677139852E2C0F30F5CD0512F4 (int16_t ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// return new PrimitiveValue(value);
|
|
int16_t L_0 = ___0_value;
|
|
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 L_1;
|
|
memset((&L_1), 0, sizeof(L_1));
|
|
PrimitiveValue__ctor_m5A885836261C9EDF048EF197F0590181140A3211((&L_1), L_0, /*hidden argument*/NULL);
|
|
return L_1;
|
|
}
|
|
}
|
|
// UnityEngine.InputSystem.Utilities.PrimitiveValue UnityEngine.InputSystem.Utilities.PrimitiveValue::op_Implicit(System.UInt16)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 PrimitiveValue_op_Implicit_m75B934A3AEBD1B785F63D8F49656001D9EF9999E (uint16_t ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// return new PrimitiveValue(value);
|
|
uint16_t L_0 = ___0_value;
|
|
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 L_1;
|
|
memset((&L_1), 0, sizeof(L_1));
|
|
PrimitiveValue__ctor_mD492CA654AEBBB0F6EC8E47F79F30EFCD605057C((&L_1), L_0, /*hidden argument*/NULL);
|
|
return L_1;
|
|
}
|
|
}
|
|
// UnityEngine.InputSystem.Utilities.PrimitiveValue UnityEngine.InputSystem.Utilities.PrimitiveValue::op_Implicit(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 PrimitiveValue_op_Implicit_mAEEE3AFD629C0F27AA275B5A31D31D148D81F99D (int32_t ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// return new PrimitiveValue(value);
|
|
int32_t L_0 = ___0_value;
|
|
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 L_1;
|
|
memset((&L_1), 0, sizeof(L_1));
|
|
PrimitiveValue__ctor_mCEA5ABEF86F4126EA7B799076BBE342DE9BEDCBA((&L_1), L_0, /*hidden argument*/NULL);
|
|
return L_1;
|
|
}
|
|
}
|
|
// UnityEngine.InputSystem.Utilities.PrimitiveValue UnityEngine.InputSystem.Utilities.PrimitiveValue::op_Implicit(System.UInt32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 PrimitiveValue_op_Implicit_m3940337928DC19D0F0173C385AB95725EC43242A (uint32_t ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// return new PrimitiveValue(value);
|
|
uint32_t L_0 = ___0_value;
|
|
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 L_1;
|
|
memset((&L_1), 0, sizeof(L_1));
|
|
PrimitiveValue__ctor_mAD83AEB23A8D29DE6983041857D76058C9AA0FF0((&L_1), L_0, /*hidden argument*/NULL);
|
|
return L_1;
|
|
}
|
|
}
|
|
// UnityEngine.InputSystem.Utilities.PrimitiveValue UnityEngine.InputSystem.Utilities.PrimitiveValue::op_Implicit(System.Int64)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 PrimitiveValue_op_Implicit_m73A584CE9F050CC4BE65644ABFB03082DC832FA5 (int64_t ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// return new PrimitiveValue(value);
|
|
int64_t L_0 = ___0_value;
|
|
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 L_1;
|
|
memset((&L_1), 0, sizeof(L_1));
|
|
PrimitiveValue__ctor_m40FF7BAD4F8F3EA5246D5969F8F473337A8EBCBB((&L_1), L_0, /*hidden argument*/NULL);
|
|
return L_1;
|
|
}
|
|
}
|
|
// UnityEngine.InputSystem.Utilities.PrimitiveValue UnityEngine.InputSystem.Utilities.PrimitiveValue::op_Implicit(System.UInt64)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 PrimitiveValue_op_Implicit_m7C78646C3D3A51BC68BF93A6771FC60F7DCB1EDB (uint64_t ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// return new PrimitiveValue(value);
|
|
uint64_t L_0 = ___0_value;
|
|
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 L_1;
|
|
memset((&L_1), 0, sizeof(L_1));
|
|
PrimitiveValue__ctor_m281D9596586E25F1A5EC68A194CEACE26ABEA8E6((&L_1), L_0, /*hidden argument*/NULL);
|
|
return L_1;
|
|
}
|
|
}
|
|
// UnityEngine.InputSystem.Utilities.PrimitiveValue UnityEngine.InputSystem.Utilities.PrimitiveValue::op_Implicit(System.Single)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 PrimitiveValue_op_Implicit_m75B949D29E204E30381A923170EC463DA251D624 (float ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// return new PrimitiveValue(value);
|
|
float L_0 = ___0_value;
|
|
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 L_1;
|
|
memset((&L_1), 0, sizeof(L_1));
|
|
PrimitiveValue__ctor_m180FCA3F3070CB12B6C06990A5D214F8BBCE7246((&L_1), L_0, /*hidden argument*/NULL);
|
|
return L_1;
|
|
}
|
|
}
|
|
// UnityEngine.InputSystem.Utilities.PrimitiveValue UnityEngine.InputSystem.Utilities.PrimitiveValue::op_Implicit(System.Double)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 PrimitiveValue_op_Implicit_m21D16B29AF50C87FC51E3BB67B2177373E62F12B (double ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// return new PrimitiveValue(value);
|
|
double L_0 = ___0_value;
|
|
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 L_1;
|
|
memset((&L_1), 0, sizeof(L_1));
|
|
PrimitiveValue__ctor_m7F8ED2A1E9AC81A4FD68FD3EAFF2F92BBF14F9B8((&L_1), L_0, /*hidden argument*/NULL);
|
|
return L_1;
|
|
}
|
|
}
|
|
// UnityEngine.InputSystem.Utilities.PrimitiveValue UnityEngine.InputSystem.Utilities.PrimitiveValue::FromBoolean(System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 PrimitiveValue_FromBoolean_mF8CCC6241E77F3573CC46971B29FC79C98E3E288 (bool ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// return new PrimitiveValue(value);
|
|
bool L_0 = ___0_value;
|
|
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 L_1;
|
|
memset((&L_1), 0, sizeof(L_1));
|
|
PrimitiveValue__ctor_m5E397D2F1982DB0D98C5A7B90779C77F0F18E69D((&L_1), L_0, /*hidden argument*/NULL);
|
|
return L_1;
|
|
}
|
|
}
|
|
// UnityEngine.InputSystem.Utilities.PrimitiveValue UnityEngine.InputSystem.Utilities.PrimitiveValue::FromChar(System.Char)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 PrimitiveValue_FromChar_mC625EF8CB4FB8B23480F6E37D3BBD6566EAD81D6 (Il2CppChar ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// return new PrimitiveValue(value);
|
|
Il2CppChar L_0 = ___0_value;
|
|
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 L_1;
|
|
memset((&L_1), 0, sizeof(L_1));
|
|
PrimitiveValue__ctor_m11F6D92B8EE6F1A6100626EB0DC5279B11A24091((&L_1), L_0, /*hidden argument*/NULL);
|
|
return L_1;
|
|
}
|
|
}
|
|
// UnityEngine.InputSystem.Utilities.PrimitiveValue UnityEngine.InputSystem.Utilities.PrimitiveValue::FromByte(System.Byte)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 PrimitiveValue_FromByte_mDE3033A330309D9E3B3CF669409D137E047AE4F1 (uint8_t ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// return new PrimitiveValue(value);
|
|
uint8_t L_0 = ___0_value;
|
|
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 L_1;
|
|
memset((&L_1), 0, sizeof(L_1));
|
|
PrimitiveValue__ctor_m8912405DDD67AE6BD7C3AEFC0CCE6763685BFEF4((&L_1), L_0, /*hidden argument*/NULL);
|
|
return L_1;
|
|
}
|
|
}
|
|
// UnityEngine.InputSystem.Utilities.PrimitiveValue UnityEngine.InputSystem.Utilities.PrimitiveValue::FromSByte(System.SByte)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 PrimitiveValue_FromSByte_m61A98DF4018A2AE81B4E67EC6975DF6A6221E08C (int8_t ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// return new PrimitiveValue(value);
|
|
int8_t L_0 = ___0_value;
|
|
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 L_1;
|
|
memset((&L_1), 0, sizeof(L_1));
|
|
PrimitiveValue__ctor_m0840C90CF0388B516CA19F4E3D7EE4A4EA4002B7((&L_1), L_0, /*hidden argument*/NULL);
|
|
return L_1;
|
|
}
|
|
}
|
|
// UnityEngine.InputSystem.Utilities.PrimitiveValue UnityEngine.InputSystem.Utilities.PrimitiveValue::FromInt16(System.Int16)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 PrimitiveValue_FromInt16_mA49F8177553666DF09D6844E4C181437A26EDC20 (int16_t ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// return new PrimitiveValue(value);
|
|
int16_t L_0 = ___0_value;
|
|
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 L_1;
|
|
memset((&L_1), 0, sizeof(L_1));
|
|
PrimitiveValue__ctor_m5A885836261C9EDF048EF197F0590181140A3211((&L_1), L_0, /*hidden argument*/NULL);
|
|
return L_1;
|
|
}
|
|
}
|
|
// UnityEngine.InputSystem.Utilities.PrimitiveValue UnityEngine.InputSystem.Utilities.PrimitiveValue::FromUInt16(System.UInt16)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 PrimitiveValue_FromUInt16_mBDA8301D6178867CF5DD17B50B051786E08EECA0 (uint16_t ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// return new PrimitiveValue(value);
|
|
uint16_t L_0 = ___0_value;
|
|
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 L_1;
|
|
memset((&L_1), 0, sizeof(L_1));
|
|
PrimitiveValue__ctor_mD492CA654AEBBB0F6EC8E47F79F30EFCD605057C((&L_1), L_0, /*hidden argument*/NULL);
|
|
return L_1;
|
|
}
|
|
}
|
|
// UnityEngine.InputSystem.Utilities.PrimitiveValue UnityEngine.InputSystem.Utilities.PrimitiveValue::FromInt32(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 PrimitiveValue_FromInt32_mCAD94FBB4A36E82D885FB8889EB2B4E95706E090 (int32_t ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// return new PrimitiveValue(value);
|
|
int32_t L_0 = ___0_value;
|
|
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 L_1;
|
|
memset((&L_1), 0, sizeof(L_1));
|
|
PrimitiveValue__ctor_mCEA5ABEF86F4126EA7B799076BBE342DE9BEDCBA((&L_1), L_0, /*hidden argument*/NULL);
|
|
return L_1;
|
|
}
|
|
}
|
|
// UnityEngine.InputSystem.Utilities.PrimitiveValue UnityEngine.InputSystem.Utilities.PrimitiveValue::FromUInt32(System.UInt32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 PrimitiveValue_FromUInt32_m64F7D8AAEDE0396AAB6B17EFC06BBB94AC850874 (uint32_t ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// return new PrimitiveValue(value);
|
|
uint32_t L_0 = ___0_value;
|
|
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 L_1;
|
|
memset((&L_1), 0, sizeof(L_1));
|
|
PrimitiveValue__ctor_mAD83AEB23A8D29DE6983041857D76058C9AA0FF0((&L_1), L_0, /*hidden argument*/NULL);
|
|
return L_1;
|
|
}
|
|
}
|
|
// UnityEngine.InputSystem.Utilities.PrimitiveValue UnityEngine.InputSystem.Utilities.PrimitiveValue::FromInt64(System.Int64)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 PrimitiveValue_FromInt64_m3659A2C348698E22CACD63FC75FC37FF9C8D7D64 (int64_t ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// return new PrimitiveValue(value);
|
|
int64_t L_0 = ___0_value;
|
|
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 L_1;
|
|
memset((&L_1), 0, sizeof(L_1));
|
|
PrimitiveValue__ctor_m40FF7BAD4F8F3EA5246D5969F8F473337A8EBCBB((&L_1), L_0, /*hidden argument*/NULL);
|
|
return L_1;
|
|
}
|
|
}
|
|
// UnityEngine.InputSystem.Utilities.PrimitiveValue UnityEngine.InputSystem.Utilities.PrimitiveValue::FromUInt64(System.UInt64)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 PrimitiveValue_FromUInt64_m2C19BE7C20A8B0D83869486304D5B20556CAA197 (uint64_t ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// return new PrimitiveValue(value);
|
|
uint64_t L_0 = ___0_value;
|
|
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 L_1;
|
|
memset((&L_1), 0, sizeof(L_1));
|
|
PrimitiveValue__ctor_m281D9596586E25F1A5EC68A194CEACE26ABEA8E6((&L_1), L_0, /*hidden argument*/NULL);
|
|
return L_1;
|
|
}
|
|
}
|
|
// UnityEngine.InputSystem.Utilities.PrimitiveValue UnityEngine.InputSystem.Utilities.PrimitiveValue::FromSingle(System.Single)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 PrimitiveValue_FromSingle_m7D892F56DD821AF748F5A3240AED56A03E52951C (float ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// return new PrimitiveValue(value);
|
|
float L_0 = ___0_value;
|
|
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 L_1;
|
|
memset((&L_1), 0, sizeof(L_1));
|
|
PrimitiveValue__ctor_m180FCA3F3070CB12B6C06990A5D214F8BBCE7246((&L_1), L_0, /*hidden argument*/NULL);
|
|
return L_1;
|
|
}
|
|
}
|
|
// UnityEngine.InputSystem.Utilities.PrimitiveValue UnityEngine.InputSystem.Utilities.PrimitiveValue::FromDouble(System.Double)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 PrimitiveValue_FromDouble_mCEFD6088B771DC4D8CE87E2EC4F03651B408CB48 (double ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// return new PrimitiveValue(value);
|
|
double L_0 = ___0_value;
|
|
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 L_1;
|
|
memset((&L_1), 0, sizeof(L_1));
|
|
PrimitiveValue__ctor_m7F8ED2A1E9AC81A4FD68FD3EAFF2F92BBF14F9B8((&L_1), L_0, /*hidden argument*/NULL);
|
|
return L_1;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.String UnityEngine.InputSystem.Utilities.StringHelpers::Escape(System.String,System.String,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* StringHelpers_Escape_mC7D149B1F430F68BA748DE0C0374F4B1EE9D2C58 (String_t* ___0_str, String_t* ___1_chars, String_t* ___2_replacements, 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;
|
|
}
|
|
bool V_0 = false;
|
|
StringBuilder_t* V_1 = NULL;
|
|
String_t* V_2 = NULL;
|
|
int32_t V_3 = 0;
|
|
Il2CppChar V_4 = 0x0;
|
|
Il2CppChar V_5 = 0x0;
|
|
int32_t V_6 = 0;
|
|
{
|
|
// if (str == null)
|
|
String_t* L_0 = ___0_str;
|
|
if (L_0)
|
|
{
|
|
goto IL_0005;
|
|
}
|
|
}
|
|
{
|
|
// return null;
|
|
return (String_t*)NULL;
|
|
}
|
|
|
|
IL_0005:
|
|
{
|
|
// var hasCharacterThatNeedsEscaping = false;
|
|
V_0 = (bool)0;
|
|
// foreach (var ch in str)
|
|
String_t* L_1 = ___0_str;
|
|
V_2 = L_1;
|
|
V_3 = 0;
|
|
goto IL_0028;
|
|
}
|
|
|
|
IL_000d:
|
|
{
|
|
// foreach (var ch in str)
|
|
String_t* L_2 = V_2;
|
|
int32_t L_3 = V_3;
|
|
NullCheck(L_2);
|
|
Il2CppChar L_4;
|
|
L_4 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_2, L_3, NULL);
|
|
V_4 = L_4;
|
|
// if (chars.Contains(ch))
|
|
String_t* L_5 = ___1_chars;
|
|
Il2CppChar L_6 = V_4;
|
|
NullCheck(L_5);
|
|
bool L_7;
|
|
L_7 = String_Contains_mC67F1B9E92187E2BB125A560160DA30A5BA703F2(L_5, L_6, NULL);
|
|
if (!L_7)
|
|
{
|
|
goto IL_0024;
|
|
}
|
|
}
|
|
{
|
|
// hasCharacterThatNeedsEscaping = true;
|
|
V_0 = (bool)1;
|
|
// break;
|
|
goto IL_0031;
|
|
}
|
|
|
|
IL_0024:
|
|
{
|
|
int32_t L_8 = V_3;
|
|
V_3 = ((int32_t)il2cpp_codegen_add(L_8, 1));
|
|
}
|
|
|
|
IL_0028:
|
|
{
|
|
// foreach (var ch in str)
|
|
int32_t L_9 = V_3;
|
|
String_t* L_10 = V_2;
|
|
NullCheck(L_10);
|
|
int32_t L_11;
|
|
L_11 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_10, NULL);
|
|
if ((((int32_t)L_9) < ((int32_t)L_11)))
|
|
{
|
|
goto IL_000d;
|
|
}
|
|
}
|
|
|
|
IL_0031:
|
|
{
|
|
// if (!hasCharacterThatNeedsEscaping)
|
|
bool L_12 = V_0;
|
|
if (L_12)
|
|
{
|
|
goto IL_0036;
|
|
}
|
|
}
|
|
{
|
|
// return str;
|
|
String_t* L_13 = ___0_str;
|
|
return L_13;
|
|
}
|
|
|
|
IL_0036:
|
|
{
|
|
// var builder = new StringBuilder();
|
|
StringBuilder_t* L_14 = (StringBuilder_t*)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var);
|
|
NullCheck(L_14);
|
|
StringBuilder__ctor_m1D99713357DE05DAFA296633639DB55F8C30587D(L_14, NULL);
|
|
V_1 = L_14;
|
|
// foreach (var ch in str)
|
|
String_t* L_15 = ___0_str;
|
|
V_2 = L_15;
|
|
V_3 = 0;
|
|
goto IL_0081;
|
|
}
|
|
|
|
IL_0042:
|
|
{
|
|
// foreach (var ch in str)
|
|
String_t* L_16 = V_2;
|
|
int32_t L_17 = V_3;
|
|
NullCheck(L_16);
|
|
Il2CppChar L_18;
|
|
L_18 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_16, L_17, NULL);
|
|
V_5 = L_18;
|
|
// var index = chars.IndexOf(ch);
|
|
String_t* L_19 = ___1_chars;
|
|
Il2CppChar L_20 = V_5;
|
|
NullCheck(L_19);
|
|
int32_t L_21;
|
|
L_21 = String_IndexOf_mE21E78F35EF4A7768E385A72814C88D22B689966(L_19, L_20, NULL);
|
|
V_6 = L_21;
|
|
// if (index == -1)
|
|
int32_t L_22 = V_6;
|
|
if ((!(((uint32_t)L_22) == ((uint32_t)(-1)))))
|
|
{
|
|
goto IL_0065;
|
|
}
|
|
}
|
|
{
|
|
// builder.Append(ch);
|
|
StringBuilder_t* L_23 = V_1;
|
|
Il2CppChar L_24 = V_5;
|
|
NullCheck(L_23);
|
|
StringBuilder_t* L_25;
|
|
L_25 = StringBuilder_Append_m71228B30F05724CD2CD96D9611DCD61BFB96A6E1(L_23, L_24, NULL);
|
|
goto IL_007d;
|
|
}
|
|
|
|
IL_0065:
|
|
{
|
|
// builder.Append('\\');
|
|
StringBuilder_t* L_26 = V_1;
|
|
NullCheck(L_26);
|
|
StringBuilder_t* L_27;
|
|
L_27 = StringBuilder_Append_m71228B30F05724CD2CD96D9611DCD61BFB96A6E1(L_26, ((int32_t)92), NULL);
|
|
// builder.Append(replacements[index]);
|
|
StringBuilder_t* L_28 = V_1;
|
|
String_t* L_29 = ___2_replacements;
|
|
int32_t L_30 = V_6;
|
|
NullCheck(L_29);
|
|
Il2CppChar L_31;
|
|
L_31 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_29, L_30, NULL);
|
|
NullCheck(L_28);
|
|
StringBuilder_t* L_32;
|
|
L_32 = StringBuilder_Append_m71228B30F05724CD2CD96D9611DCD61BFB96A6E1(L_28, L_31, NULL);
|
|
}
|
|
|
|
IL_007d:
|
|
{
|
|
int32_t L_33 = V_3;
|
|
V_3 = ((int32_t)il2cpp_codegen_add(L_33, 1));
|
|
}
|
|
|
|
IL_0081:
|
|
{
|
|
// foreach (var ch in str)
|
|
int32_t L_34 = V_3;
|
|
String_t* L_35 = V_2;
|
|
NullCheck(L_35);
|
|
int32_t L_36;
|
|
L_36 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_35, NULL);
|
|
if ((((int32_t)L_34) < ((int32_t)L_36)))
|
|
{
|
|
goto IL_0042;
|
|
}
|
|
}
|
|
{
|
|
// return builder.ToString();
|
|
StringBuilder_t* L_37 = V_1;
|
|
NullCheck(L_37);
|
|
String_t* L_38;
|
|
L_38 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_37);
|
|
return L_38;
|
|
}
|
|
}
|
|
// System.String UnityEngine.InputSystem.Utilities.StringHelpers::Unescape(System.String,System.String,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* StringHelpers_Unescape_m1D5A3A094308ACB6D69D936B52E7835BF1263B0B (String_t* ___0_str, String_t* ___1_chars, String_t* ___2_replacements, 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;
|
|
int32_t V_1 = 0;
|
|
Il2CppChar V_2 = 0x0;
|
|
int32_t V_3 = 0;
|
|
{
|
|
// if (str == null)
|
|
String_t* L_0 = ___0_str;
|
|
if (L_0)
|
|
{
|
|
goto IL_0005;
|
|
}
|
|
}
|
|
{
|
|
// return str;
|
|
String_t* L_1 = ___0_str;
|
|
return L_1;
|
|
}
|
|
|
|
IL_0005:
|
|
{
|
|
// if (!str.Contains('\\'))
|
|
String_t* L_2 = ___0_str;
|
|
NullCheck(L_2);
|
|
bool L_3;
|
|
L_3 = String_Contains_mC67F1B9E92187E2BB125A560160DA30A5BA703F2(L_2, ((int32_t)92), NULL);
|
|
if (L_3)
|
|
{
|
|
goto IL_0011;
|
|
}
|
|
}
|
|
{
|
|
// return str;
|
|
String_t* L_4 = ___0_str;
|
|
return L_4;
|
|
}
|
|
|
|
IL_0011:
|
|
{
|
|
// var builder = new StringBuilder();
|
|
StringBuilder_t* L_5 = (StringBuilder_t*)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var);
|
|
NullCheck(L_5);
|
|
StringBuilder__ctor_m1D99713357DE05DAFA296633639DB55F8C30587D(L_5, NULL);
|
|
V_0 = L_5;
|
|
// for (var i = 0; i < str.Length; ++i)
|
|
V_1 = 0;
|
|
goto IL_0071;
|
|
}
|
|
|
|
IL_001b:
|
|
{
|
|
// var ch = str[i];
|
|
String_t* L_6 = ___0_str;
|
|
int32_t L_7 = V_1;
|
|
NullCheck(L_6);
|
|
Il2CppChar L_8;
|
|
L_8 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_6, L_7, NULL);
|
|
V_2 = L_8;
|
|
// if (ch == '\\' && i < str.Length - 2)
|
|
Il2CppChar L_9 = V_2;
|
|
if ((!(((uint32_t)L_9) == ((uint32_t)((int32_t)92)))))
|
|
{
|
|
goto IL_0065;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_10 = V_1;
|
|
String_t* L_11 = ___0_str;
|
|
NullCheck(L_11);
|
|
int32_t L_12;
|
|
L_12 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_11, NULL);
|
|
if ((((int32_t)L_10) >= ((int32_t)((int32_t)il2cpp_codegen_subtract(L_12, 2)))))
|
|
{
|
|
goto IL_0065;
|
|
}
|
|
}
|
|
{
|
|
// ++i;
|
|
int32_t L_13 = V_1;
|
|
V_1 = ((int32_t)il2cpp_codegen_add(L_13, 1));
|
|
// ch = str[i];
|
|
String_t* L_14 = ___0_str;
|
|
int32_t L_15 = V_1;
|
|
NullCheck(L_14);
|
|
Il2CppChar L_16;
|
|
L_16 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_14, L_15, NULL);
|
|
V_2 = L_16;
|
|
// var index = chars.IndexOf(ch);
|
|
String_t* L_17 = ___1_chars;
|
|
Il2CppChar L_18 = V_2;
|
|
NullCheck(L_17);
|
|
int32_t L_19;
|
|
L_19 = String_IndexOf_mE21E78F35EF4A7768E385A72814C88D22B689966(L_17, L_18, NULL);
|
|
V_3 = L_19;
|
|
// if (index != -1)
|
|
int32_t L_20 = V_3;
|
|
if ((((int32_t)L_20) == ((int32_t)(-1))))
|
|
{
|
|
goto IL_005b;
|
|
}
|
|
}
|
|
{
|
|
// builder.Append(replacements[index]);
|
|
StringBuilder_t* L_21 = V_0;
|
|
String_t* L_22 = ___2_replacements;
|
|
int32_t L_23 = V_3;
|
|
NullCheck(L_22);
|
|
Il2CppChar L_24;
|
|
L_24 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_22, L_23, NULL);
|
|
NullCheck(L_21);
|
|
StringBuilder_t* L_25;
|
|
L_25 = StringBuilder_Append_m71228B30F05724CD2CD96D9611DCD61BFB96A6E1(L_21, L_24, NULL);
|
|
goto IL_006d;
|
|
}
|
|
|
|
IL_005b:
|
|
{
|
|
// builder.Append(ch);
|
|
StringBuilder_t* L_26 = V_0;
|
|
Il2CppChar L_27 = V_2;
|
|
NullCheck(L_26);
|
|
StringBuilder_t* L_28;
|
|
L_28 = StringBuilder_Append_m71228B30F05724CD2CD96D9611DCD61BFB96A6E1(L_26, L_27, NULL);
|
|
goto IL_006d;
|
|
}
|
|
|
|
IL_0065:
|
|
{
|
|
// builder.Append(ch);
|
|
StringBuilder_t* L_29 = V_0;
|
|
Il2CppChar L_30 = V_2;
|
|
NullCheck(L_29);
|
|
StringBuilder_t* L_31;
|
|
L_31 = StringBuilder_Append_m71228B30F05724CD2CD96D9611DCD61BFB96A6E1(L_29, L_30, NULL);
|
|
}
|
|
|
|
IL_006d:
|
|
{
|
|
// for (var i = 0; i < str.Length; ++i)
|
|
int32_t L_32 = V_1;
|
|
V_1 = ((int32_t)il2cpp_codegen_add(L_32, 1));
|
|
}
|
|
|
|
IL_0071:
|
|
{
|
|
// for (var i = 0; i < str.Length; ++i)
|
|
int32_t L_33 = V_1;
|
|
String_t* L_34 = ___0_str;
|
|
NullCheck(L_34);
|
|
int32_t L_35;
|
|
L_35 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_34, NULL);
|
|
if ((((int32_t)L_33) < ((int32_t)L_35)))
|
|
{
|
|
goto IL_001b;
|
|
}
|
|
}
|
|
{
|
|
// return builder.ToString();
|
|
StringBuilder_t* L_36 = V_0;
|
|
NullCheck(L_36);
|
|
String_t* L_37;
|
|
L_37 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_36);
|
|
return L_37;
|
|
}
|
|
}
|
|
// System.Boolean UnityEngine.InputSystem.Utilities.StringHelpers::Contains(System.String,System.Char)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool StringHelpers_Contains_m82DF79195262C5C3C7AE75D4615402274BAAEEC5 (String_t* ___0_str, Il2CppChar ___1_ch, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// if (str == null)
|
|
String_t* L_0 = ___0_str;
|
|
if (L_0)
|
|
{
|
|
goto IL_0005;
|
|
}
|
|
}
|
|
{
|
|
// return false;
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0005:
|
|
{
|
|
// return str.IndexOf(ch) != -1;
|
|
String_t* L_1 = ___0_str;
|
|
Il2CppChar L_2 = ___1_ch;
|
|
NullCheck(L_1);
|
|
int32_t L_3;
|
|
L_3 = String_IndexOf_mE21E78F35EF4A7768E385A72814C88D22B689966(L_1, L_2, NULL);
|
|
return (bool)((((int32_t)((((int32_t)L_3) == ((int32_t)(-1)))? 1 : 0)) == ((int32_t)0))? 1 : 0);
|
|
}
|
|
}
|
|
// System.Boolean UnityEngine.InputSystem.Utilities.StringHelpers::Contains(System.String,System.String,System.StringComparison)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool StringHelpers_Contains_m3E0C5D7404AE7B0D97452951A6ECE12618C03DCB (String_t* ___0_str, String_t* ___1_text, int32_t ___2_comparison, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// if (str == null)
|
|
String_t* L_0 = ___0_str;
|
|
if (L_0)
|
|
{
|
|
goto IL_0005;
|
|
}
|
|
}
|
|
{
|
|
// return false;
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0005:
|
|
{
|
|
// return str.IndexOf(text, comparison) != -1;
|
|
String_t* L_1 = ___0_str;
|
|
String_t* L_2 = ___1_text;
|
|
int32_t L_3 = ___2_comparison;
|
|
NullCheck(L_1);
|
|
int32_t L_4;
|
|
L_4 = String_IndexOf_m490810CB7ADA9230AC0F8D78E213A8EFED129F55(L_1, L_2, L_3, NULL);
|
|
return (bool)((((int32_t)((((int32_t)L_4) == ((int32_t)(-1)))? 1 : 0)) == ((int32_t)0))? 1 : 0);
|
|
}
|
|
}
|
|
// System.String UnityEngine.InputSystem.Utilities.StringHelpers::GetPlural(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* StringHelpers_GetPlural_m5A928581053494366B2905658A9919737955AEBA (String_t* ___0_str, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral294F098A1D5E681EDEE8F43BFA8F45CFBA5798A7);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3775297E15AD530F68BA7AF3896E3A261B24AD81);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral628D1F19515023762299C5A2AF8A34A399049CE6);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral82BA8BFC18D84C67108B27396795EDFAEE187B83);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD6315798FF47A5A5AB2AD03739B4783B2AD1305B);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDAF2BD03270A51BF9C135F3694DCAD2D3E66F465);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDE7D042A807341C354F398C43F38F92D9AFDAA21);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEE71910C7E19B0D89B96AF6011CDFDAF6EA1CF1C);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF3FEA1B7EED06B84D345A14D3BB9E817F4B9EAFE);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// if (str == null)
|
|
String_t* L_0 = ___0_str;
|
|
if (L_0)
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
// throw new ArgumentNullException(nameof(str));
|
|
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*)&_stringLiteralA185F0FDE2E3A93D140F407291AA8AA60D14D5DA)), NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&StringHelpers_GetPlural_m5A928581053494366B2905658A9919737955AEBA_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
String_t* L_2 = ___0_str;
|
|
bool L_3;
|
|
L_3 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_2, _stringLiteral294F098A1D5E681EDEE8F43BFA8F45CFBA5798A7, NULL);
|
|
if (L_3)
|
|
{
|
|
goto IL_0044;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_4 = ___0_str;
|
|
bool L_5;
|
|
L_5 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_4, _stringLiteralF3FEA1B7EED06B84D345A14D3BB9E817F4B9EAFE, NULL);
|
|
if (L_5)
|
|
{
|
|
goto IL_004a;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_6 = ___0_str;
|
|
bool L_7;
|
|
L_7 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_6, _stringLiteralEE71910C7E19B0D89B96AF6011CDFDAF6EA1CF1C, NULL);
|
|
if (L_7)
|
|
{
|
|
goto IL_0050;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_8 = ___0_str;
|
|
bool L_9;
|
|
L_9 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_8, _stringLiteralD6315798FF47A5A5AB2AD03739B4783B2AD1305B, NULL);
|
|
if (L_9)
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
}
|
|
{
|
|
goto IL_005c;
|
|
}
|
|
|
|
IL_0044:
|
|
{
|
|
// case "Mouse": return "Mice";
|
|
return _stringLiteral628D1F19515023762299C5A2AF8A34A399049CE6;
|
|
}
|
|
|
|
IL_004a:
|
|
{
|
|
// case "mouse": return "mice";
|
|
return _stringLiteral3775297E15AD530F68BA7AF3896E3A261B24AD81;
|
|
}
|
|
|
|
IL_0050:
|
|
{
|
|
// case "Axis": return "Axes";
|
|
return _stringLiteralDE7D042A807341C354F398C43F38F92D9AFDAA21;
|
|
}
|
|
|
|
IL_0056:
|
|
{
|
|
// case "axis": return "axes";
|
|
return _stringLiteral82BA8BFC18D84C67108B27396795EDFAEE187B83;
|
|
}
|
|
|
|
IL_005c:
|
|
{
|
|
// return str + 's';
|
|
String_t* L_10 = ___0_str;
|
|
String_t* L_11;
|
|
L_11 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(L_10, _stringLiteralDAF2BD03270A51BF9C135F3694DCAD2D3E66F465, NULL);
|
|
return L_11;
|
|
}
|
|
}
|
|
// System.String UnityEngine.InputSystem.Utilities.StringHelpers::NicifyMemorySize(System.Int64)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* StringHelpers_NicifyMemorySize_m12E1910BF1FC6445BB44D7903731CE04F52447E6 (int64_t ___0_numBytes, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int64_t092CFB123BE63C28ACDAF65C68F21A526050DBA3_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Single_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1C62C7650E13E5763946286B7B28B980E977B33C);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral28F49FF685EF5968942FC2C44FA5408C4659B72C);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7720D93C700AB5486B175C224CEF31CC1C99380B);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral88B5D0E6F79C8EDF1FD287D9EBCA6E2CBBA34F67);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int64_t V_0 = 0;
|
|
float V_1 = 0.0f;
|
|
int64_t V_2 = 0;
|
|
float V_3 = 0.0f;
|
|
int64_t V_4 = 0;
|
|
float V_5 = 0.0f;
|
|
{
|
|
// if (numBytes > 1024 * 1024 * 1024)
|
|
int64_t L_0 = ___0_numBytes;
|
|
if ((((int64_t)L_0) <= ((int64_t)((int64_t)((int32_t)1073741824)))))
|
|
{
|
|
goto IL_0036;
|
|
}
|
|
}
|
|
{
|
|
// var gb = numBytes / (1024 * 1024 * 1024);
|
|
int64_t L_1 = ___0_numBytes;
|
|
V_0 = ((int64_t)(L_1/((int64_t)((int32_t)1073741824))));
|
|
// var remainder = (numBytes % (1024 * 1024 * 1024)) / 1.0f;
|
|
int64_t L_2 = ___0_numBytes;
|
|
V_1 = ((float)(((float)((int64_t)(L_2%((int64_t)((int32_t)1073741824)))))/(1.0f)));
|
|
// return $"{gb + remainder} GB";
|
|
int64_t L_3 = V_0;
|
|
float L_4 = V_1;
|
|
float L_5 = ((float)il2cpp_codegen_add(((float)L_3), L_4));
|
|
RuntimeObject* L_6 = Box(Single_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_il2cpp_TypeInfo_var, &L_5);
|
|
String_t* L_7;
|
|
L_7 = String_Format_mA8DBB4C2516B9723C5A41E6CB1E2FAF4BBE96DD8(_stringLiteral88B5D0E6F79C8EDF1FD287D9EBCA6E2CBBA34F67, L_6, NULL);
|
|
return L_7;
|
|
}
|
|
|
|
IL_0036:
|
|
{
|
|
// if (numBytes > 1024 * 1024)
|
|
int64_t L_8 = ___0_numBytes;
|
|
if ((((int64_t)L_8) <= ((int64_t)((int64_t)((int32_t)1048576)))))
|
|
{
|
|
goto IL_006c;
|
|
}
|
|
}
|
|
{
|
|
// var mb = numBytes / (1024 * 1024);
|
|
int64_t L_9 = ___0_numBytes;
|
|
V_2 = ((int64_t)(L_9/((int64_t)((int32_t)1048576))));
|
|
// var remainder = (numBytes % (1024 * 1024)) / 1.0f;
|
|
int64_t L_10 = ___0_numBytes;
|
|
V_3 = ((float)(((float)((int64_t)(L_10%((int64_t)((int32_t)1048576)))))/(1.0f)));
|
|
// return $"{mb + remainder} MB";
|
|
int64_t L_11 = V_2;
|
|
float L_12 = V_3;
|
|
float L_13 = ((float)il2cpp_codegen_add(((float)L_11), L_12));
|
|
RuntimeObject* L_14 = Box(Single_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_il2cpp_TypeInfo_var, &L_13);
|
|
String_t* L_15;
|
|
L_15 = String_Format_mA8DBB4C2516B9723C5A41E6CB1E2FAF4BBE96DD8(_stringLiteral7720D93C700AB5486B175C224CEF31CC1C99380B, L_14, NULL);
|
|
return L_15;
|
|
}
|
|
|
|
IL_006c:
|
|
{
|
|
// if (numBytes > 1024)
|
|
int64_t L_16 = ___0_numBytes;
|
|
if ((((int64_t)L_16) <= ((int64_t)((int64_t)((int32_t)1024)))))
|
|
{
|
|
goto IL_00a6;
|
|
}
|
|
}
|
|
{
|
|
// var kb = numBytes / 1024;
|
|
int64_t L_17 = ___0_numBytes;
|
|
V_4 = ((int64_t)(L_17/((int64_t)((int32_t)1024))));
|
|
// var remainder = (numBytes % 1024) / 1.0f;
|
|
int64_t L_18 = ___0_numBytes;
|
|
V_5 = ((float)(((float)((int64_t)(L_18%((int64_t)((int32_t)1024)))))/(1.0f)));
|
|
// return $"{kb + remainder} KB";
|
|
int64_t L_19 = V_4;
|
|
float L_20 = V_5;
|
|
float L_21 = ((float)il2cpp_codegen_add(((float)L_19), L_20));
|
|
RuntimeObject* L_22 = Box(Single_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_il2cpp_TypeInfo_var, &L_21);
|
|
String_t* L_23;
|
|
L_23 = String_Format_mA8DBB4C2516B9723C5A41E6CB1E2FAF4BBE96DD8(_stringLiteral28F49FF685EF5968942FC2C44FA5408C4659B72C, L_22, NULL);
|
|
return L_23;
|
|
}
|
|
|
|
IL_00a6:
|
|
{
|
|
// return $"{numBytes} Bytes";
|
|
int64_t L_24 = ___0_numBytes;
|
|
int64_t L_25 = L_24;
|
|
RuntimeObject* L_26 = Box(Int64_t092CFB123BE63C28ACDAF65C68F21A526050DBA3_il2cpp_TypeInfo_var, &L_25);
|
|
String_t* L_27;
|
|
L_27 = String_Format_mA8DBB4C2516B9723C5A41E6CB1E2FAF4BBE96DD8(_stringLiteral1C62C7650E13E5763946286B7B28B980E977B33C, L_26, NULL);
|
|
return L_27;
|
|
}
|
|
}
|
|
// System.Boolean UnityEngine.InputSystem.Utilities.StringHelpers::FromNicifiedMemorySize(System.String,System.Int64&,System.Int64)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool StringHelpers_FromNicifiedMemorySize_mE0CAA17D1D9B7CC9EA1932CA345D1F381368893D (String_t* ___0_text, int64_t* ___1_result, int64_t ___2_defaultMultiplier, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral14B651F3933E2742FD0FE0E45504AD43A5985248);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralAF29A356E2E2350A3712E86EFEC38A631035EEDC);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC4E550DB7753938B55BD2444CB204B2C254AF826);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF1E972CD03013DE732424893507C3C55D004E089);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int64_t V_0 = 0;
|
|
int64_t V_1 = 0;
|
|
{
|
|
// text = text.Trim();
|
|
String_t* L_0 = ___0_text;
|
|
NullCheck(L_0);
|
|
String_t* L_1;
|
|
L_1 = String_Trim_mCD6D8C6D4CFD15225D12DB7D3E0544CA80FB8DA5(L_0, NULL);
|
|
___0_text = L_1;
|
|
// var multiplier = defaultMultiplier;
|
|
int64_t L_2 = ___2_defaultMultiplier;
|
|
V_0 = L_2;
|
|
// if (text.EndsWith("MB", StringComparison.InvariantCultureIgnoreCase))
|
|
String_t* L_3 = ___0_text;
|
|
NullCheck(L_3);
|
|
bool L_4;
|
|
L_4 = String_EndsWith_m5E5D307CA6AEB7C08CE782B4693B19D07ADC9075(L_3, _stringLiteralC4E550DB7753938B55BD2444CB204B2C254AF826, 3, NULL);
|
|
if (!L_4)
|
|
{
|
|
goto IL_0032;
|
|
}
|
|
}
|
|
{
|
|
// multiplier = 1024 * 1024;
|
|
V_0 = ((int64_t)((int32_t)1048576));
|
|
// text = text.Substring(0, text.Length - 2);
|
|
String_t* L_5 = ___0_text;
|
|
String_t* L_6 = ___0_text;
|
|
NullCheck(L_6);
|
|
int32_t L_7;
|
|
L_7 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_6, NULL);
|
|
NullCheck(L_5);
|
|
String_t* L_8;
|
|
L_8 = String_Substring_mB1D94F47935D22E130FF2C01DBB6A4135FBB76CE(L_5, 0, ((int32_t)il2cpp_codegen_subtract(L_7, 2)), NULL);
|
|
___0_text = L_8;
|
|
goto IL_00ad;
|
|
}
|
|
|
|
IL_0032:
|
|
{
|
|
// else if (text.EndsWith("GB", StringComparison.InvariantCultureIgnoreCase))
|
|
String_t* L_9 = ___0_text;
|
|
NullCheck(L_9);
|
|
bool L_10;
|
|
L_10 = String_EndsWith_m5E5D307CA6AEB7C08CE782B4693B19D07ADC9075(L_9, _stringLiteralF1E972CD03013DE732424893507C3C55D004E089, 3, NULL);
|
|
if (!L_10)
|
|
{
|
|
goto IL_005a;
|
|
}
|
|
}
|
|
{
|
|
// multiplier = 1024 * 1024 * 1024;
|
|
V_0 = ((int64_t)((int32_t)1073741824));
|
|
// text = text.Substring(0, text.Length - 2);
|
|
String_t* L_11 = ___0_text;
|
|
String_t* L_12 = ___0_text;
|
|
NullCheck(L_12);
|
|
int32_t L_13;
|
|
L_13 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_12, NULL);
|
|
NullCheck(L_11);
|
|
String_t* L_14;
|
|
L_14 = String_Substring_mB1D94F47935D22E130FF2C01DBB6A4135FBB76CE(L_11, 0, ((int32_t)il2cpp_codegen_subtract(L_13, 2)), NULL);
|
|
___0_text = L_14;
|
|
goto IL_00ad;
|
|
}
|
|
|
|
IL_005a:
|
|
{
|
|
// else if (text.EndsWith("KB", StringComparison.InvariantCultureIgnoreCase))
|
|
String_t* L_15 = ___0_text;
|
|
NullCheck(L_15);
|
|
bool L_16;
|
|
L_16 = String_EndsWith_m5E5D307CA6AEB7C08CE782B4693B19D07ADC9075(L_15, _stringLiteral14B651F3933E2742FD0FE0E45504AD43A5985248, 3, NULL);
|
|
if (!L_16)
|
|
{
|
|
goto IL_0082;
|
|
}
|
|
}
|
|
{
|
|
// multiplier = 1024;
|
|
V_0 = ((int64_t)((int32_t)1024));
|
|
// text = text.Substring(0, text.Length - 2);
|
|
String_t* L_17 = ___0_text;
|
|
String_t* L_18 = ___0_text;
|
|
NullCheck(L_18);
|
|
int32_t L_19;
|
|
L_19 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_18, NULL);
|
|
NullCheck(L_17);
|
|
String_t* L_20;
|
|
L_20 = String_Substring_mB1D94F47935D22E130FF2C01DBB6A4135FBB76CE(L_17, 0, ((int32_t)il2cpp_codegen_subtract(L_19, 2)), NULL);
|
|
___0_text = L_20;
|
|
goto IL_00ad;
|
|
}
|
|
|
|
IL_0082:
|
|
{
|
|
// else if (text.EndsWith("Bytes", StringComparison.InvariantCultureIgnoreCase))
|
|
String_t* L_21 = ___0_text;
|
|
NullCheck(L_21);
|
|
bool L_22;
|
|
L_22 = String_EndsWith_m5E5D307CA6AEB7C08CE782B4693B19D07ADC9075(L_21, _stringLiteralAF29A356E2E2350A3712E86EFEC38A631035EEDC, 3, NULL);
|
|
if (!L_22)
|
|
{
|
|
goto IL_00ad;
|
|
}
|
|
}
|
|
{
|
|
// multiplier = 1;
|
|
V_0 = ((int64_t)1);
|
|
// text = text.Substring(0, text.Length - "Bytes".Length);
|
|
String_t* L_23 = ___0_text;
|
|
String_t* L_24 = ___0_text;
|
|
NullCheck(L_24);
|
|
int32_t L_25;
|
|
L_25 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_24, NULL);
|
|
NullCheck(_stringLiteralAF29A356E2E2350A3712E86EFEC38A631035EEDC);
|
|
int32_t L_26;
|
|
L_26 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(_stringLiteralAF29A356E2E2350A3712E86EFEC38A631035EEDC, NULL);
|
|
NullCheck(L_23);
|
|
String_t* L_27;
|
|
L_27 = String_Substring_mB1D94F47935D22E130FF2C01DBB6A4135FBB76CE(L_23, 0, ((int32_t)il2cpp_codegen_subtract(L_25, L_26)), NULL);
|
|
___0_text = L_27;
|
|
}
|
|
|
|
IL_00ad:
|
|
{
|
|
// if (!long.TryParse(text, out var num))
|
|
String_t* L_28 = ___0_text;
|
|
bool L_29;
|
|
L_29 = Int64_TryParse_m3FC0128C89CC2331239FC2A0A749BF33455F03D2(L_28, (&V_1), NULL);
|
|
if (L_29)
|
|
{
|
|
goto IL_00bd;
|
|
}
|
|
}
|
|
{
|
|
// result = default;
|
|
int64_t* L_30 = ___1_result;
|
|
*((int64_t*)L_30) = (int64_t)((int64_t)0);
|
|
// return false;
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_00bd:
|
|
{
|
|
// result = num * multiplier;
|
|
int64_t* L_31 = ___1_result;
|
|
int64_t L_32 = V_1;
|
|
int64_t L_33 = V_0;
|
|
*((int64_t*)L_31) = (int64_t)((int64_t)il2cpp_codegen_multiply(L_32, L_33));
|
|
// return true;
|
|
return (bool)1;
|
|
}
|
|
}
|
|
// System.Int32 UnityEngine.InputSystem.Utilities.StringHelpers::CountOccurrences(System.String,System.Char)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t StringHelpers_CountOccurrences_mF1BB446EF34C10970969D34799E8D5F4AC2BA0B1 (String_t* ___0_str, Il2CppChar ___1_ch, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
int32_t V_2 = 0;
|
|
int32_t V_3 = 0;
|
|
{
|
|
// if (str == null)
|
|
String_t* L_0 = ___0_str;
|
|
if (L_0)
|
|
{
|
|
goto IL_0005;
|
|
}
|
|
}
|
|
{
|
|
// return 0;
|
|
return 0;
|
|
}
|
|
|
|
IL_0005:
|
|
{
|
|
// var length = str.Length;
|
|
String_t* L_1 = ___0_str;
|
|
NullCheck(L_1);
|
|
int32_t L_2;
|
|
L_2 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_1, NULL);
|
|
V_0 = L_2;
|
|
// var index = 0;
|
|
V_1 = 0;
|
|
// var count = 0;
|
|
V_2 = 0;
|
|
goto IL_0027;
|
|
}
|
|
|
|
IL_0012:
|
|
{
|
|
// var nextIndex = str.IndexOf(ch, index);
|
|
String_t* L_3 = ___0_str;
|
|
Il2CppChar L_4 = ___1_ch;
|
|
int32_t L_5 = V_1;
|
|
NullCheck(L_3);
|
|
int32_t L_6;
|
|
L_6 = String_IndexOf_m15B90A59047584420D227EE3A7EAC0C5EAF676F4(L_3, L_4, L_5, NULL);
|
|
V_3 = L_6;
|
|
// if (nextIndex == -1)
|
|
int32_t L_7 = V_3;
|
|
if ((((int32_t)L_7) == ((int32_t)(-1))))
|
|
{
|
|
goto IL_002b;
|
|
}
|
|
}
|
|
{
|
|
// ++count;
|
|
int32_t L_8 = V_2;
|
|
V_2 = ((int32_t)il2cpp_codegen_add(L_8, 1));
|
|
// index = nextIndex + 1;
|
|
int32_t L_9 = V_3;
|
|
V_1 = ((int32_t)il2cpp_codegen_add(L_9, 1));
|
|
}
|
|
|
|
IL_0027:
|
|
{
|
|
// while (index < length)
|
|
int32_t L_10 = V_1;
|
|
int32_t L_11 = V_0;
|
|
if ((((int32_t)L_10) < ((int32_t)L_11)))
|
|
{
|
|
goto IL_0012;
|
|
}
|
|
}
|
|
|
|
IL_002b:
|
|
{
|
|
// return count;
|
|
int32_t L_12 = V_2;
|
|
return L_12;
|
|
}
|
|
}
|
|
// System.Collections.Generic.IEnumerable`1<UnityEngine.InputSystem.Utilities.Substring> UnityEngine.InputSystem.Utilities.StringHelpers::Tokenize(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* StringHelpers_Tokenize_mD01A8F510135AF699052593B08F9890F690D18B0 (String_t* ___0_str, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CTokenizeU3Ed__8_t974A4A167882F66AC70C15513407BB7218E6E64B_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
U3CTokenizeU3Ed__8_t974A4A167882F66AC70C15513407BB7218E6E64B* L_0 = (U3CTokenizeU3Ed__8_t974A4A167882F66AC70C15513407BB7218E6E64B*)il2cpp_codegen_object_new(U3CTokenizeU3Ed__8_t974A4A167882F66AC70C15513407BB7218E6E64B_il2cpp_TypeInfo_var);
|
|
NullCheck(L_0);
|
|
U3CTokenizeU3Ed__8__ctor_mFCB5DCEF9B0F44B630C8C831ADC12246A0CA2785(L_0, ((int32_t)-2), NULL);
|
|
U3CTokenizeU3Ed__8_t974A4A167882F66AC70C15513407BB7218E6E64B* L_1 = L_0;
|
|
String_t* L_2 = ___0_str;
|
|
NullCheck(L_1);
|
|
L_1->___U3CU3E3__str_4 = L_2;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_1->___U3CU3E3__str_4), (void*)L_2);
|
|
return L_1;
|
|
}
|
|
}
|
|
// System.Collections.Generic.IEnumerable`1<System.String> UnityEngine.InputSystem.Utilities.StringHelpers::Split(System.String,System.Func`2<System.Char,System.Boolean>)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* StringHelpers_Split_m60C45D240967D0DC8B9C651A25597B31C16A5FF8 (String_t* ___0_str, Func_2_tF409A653B8F770E0A30CD80D21764FB1DDB2A28F* ___1_predicate, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CSplitU3Ed__9_tDF7D6AF6AAF8F188C3A8AC7B3CFA6B382F6D8CDF_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
U3CSplitU3Ed__9_tDF7D6AF6AAF8F188C3A8AC7B3CFA6B382F6D8CDF* L_0 = (U3CSplitU3Ed__9_tDF7D6AF6AAF8F188C3A8AC7B3CFA6B382F6D8CDF*)il2cpp_codegen_object_new(U3CSplitU3Ed__9_tDF7D6AF6AAF8F188C3A8AC7B3CFA6B382F6D8CDF_il2cpp_TypeInfo_var);
|
|
NullCheck(L_0);
|
|
U3CSplitU3Ed__9__ctor_m531A6132094F2E8117F46518BCD07DBECF2F8B60(L_0, ((int32_t)-2), NULL);
|
|
U3CSplitU3Ed__9_tDF7D6AF6AAF8F188C3A8AC7B3CFA6B382F6D8CDF* L_1 = L_0;
|
|
String_t* L_2 = ___0_str;
|
|
NullCheck(L_1);
|
|
L_1->___U3CU3E3__str_4 = L_2;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_1->___U3CU3E3__str_4), (void*)L_2);
|
|
U3CSplitU3Ed__9_tDF7D6AF6AAF8F188C3A8AC7B3CFA6B382F6D8CDF* L_3 = L_1;
|
|
Func_2_tF409A653B8F770E0A30CD80D21764FB1DDB2A28F* L_4 = ___1_predicate;
|
|
NullCheck(L_3);
|
|
L_3->___U3CU3E3__predicate_6 = L_4;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_3->___U3CU3E3__predicate_6), (void*)L_4);
|
|
return L_3;
|
|
}
|
|
}
|
|
// 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)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
int32_t V_2 = 0;
|
|
int32_t V_3 = 0;
|
|
int32_t V_4 = 0;
|
|
int32_t V_5 = 0;
|
|
int32_t V_6 = 0;
|
|
int32_t V_7 = 0;
|
|
int32_t V_8 = 0;
|
|
int32_t V_9 = 0;
|
|
bool V_10 = false;
|
|
int32_t V_11 = 0;
|
|
Il2CppChar V_12 = 0x0;
|
|
{
|
|
// if (firstList == null)
|
|
String_t* L_0 = ___0_firstList;
|
|
if (L_0)
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
// throw new ArgumentNullException(nameof(firstList));
|
|
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*)&_stringLiteral54955F5500C6186211E2357D711CD0C3E4017D6B)), NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&StringHelpers_CharacterSeparatedListsHaveAtLeastOneCommonElement_m0A3E70D748E3E17DEA06FAD3553F3049F169A190_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
// if (secondList == null)
|
|
String_t* L_2 = ___1_secondList;
|
|
if (L_2)
|
|
{
|
|
goto IL_001c;
|
|
}
|
|
}
|
|
{
|
|
// throw new ArgumentNullException(nameof(secondList));
|
|
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*)&_stringLiteralCFDA33CEC1161BE8CA5B06D2480EA1925FA4ACBE)), NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&StringHelpers_CharacterSeparatedListsHaveAtLeastOneCommonElement_m0A3E70D748E3E17DEA06FAD3553F3049F169A190_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_001c:
|
|
{
|
|
// var indexInFirst = 0;
|
|
V_0 = 0;
|
|
// var lengthOfFirst = firstList.Length;
|
|
String_t* L_4 = ___0_firstList;
|
|
NullCheck(L_4);
|
|
int32_t L_5;
|
|
L_5 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_4, NULL);
|
|
V_1 = L_5;
|
|
// var lengthOfSecond = secondList.Length;
|
|
String_t* L_6 = ___1_secondList;
|
|
NullCheck(L_6);
|
|
int32_t L_7;
|
|
L_7 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_6, NULL);
|
|
V_2 = L_7;
|
|
goto IL_00fe;
|
|
}
|
|
|
|
IL_0031:
|
|
{
|
|
// if (firstList[indexInFirst] == separator)
|
|
String_t* L_8 = ___0_firstList;
|
|
int32_t L_9 = V_0;
|
|
NullCheck(L_8);
|
|
Il2CppChar L_10;
|
|
L_10 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_8, L_9, NULL);
|
|
Il2CppChar L_11 = ___2_separator;
|
|
if ((!(((uint32_t)L_10) == ((uint32_t)L_11))))
|
|
{
|
|
goto IL_003f;
|
|
}
|
|
}
|
|
{
|
|
// ++indexInFirst;
|
|
int32_t L_12 = V_0;
|
|
V_0 = ((int32_t)il2cpp_codegen_add(L_12, 1));
|
|
}
|
|
|
|
IL_003f:
|
|
{
|
|
// var endIndexInFirst = indexInFirst + 1;
|
|
int32_t L_13 = V_0;
|
|
V_3 = ((int32_t)il2cpp_codegen_add(L_13, 1));
|
|
goto IL_0049;
|
|
}
|
|
|
|
IL_0045:
|
|
{
|
|
// ++endIndexInFirst;
|
|
int32_t L_14 = V_3;
|
|
V_3 = ((int32_t)il2cpp_codegen_add(L_14, 1));
|
|
}
|
|
|
|
IL_0049:
|
|
{
|
|
// while (endIndexInFirst < lengthOfFirst && firstList[endIndexInFirst] != separator)
|
|
int32_t L_15 = V_3;
|
|
int32_t L_16 = V_1;
|
|
if ((((int32_t)L_15) >= ((int32_t)L_16)))
|
|
{
|
|
goto IL_0057;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_17 = ___0_firstList;
|
|
int32_t L_18 = V_3;
|
|
NullCheck(L_17);
|
|
Il2CppChar L_19;
|
|
L_19 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_17, L_18, NULL);
|
|
Il2CppChar L_20 = ___2_separator;
|
|
if ((!(((uint32_t)L_19) == ((uint32_t)L_20))))
|
|
{
|
|
goto IL_0045;
|
|
}
|
|
}
|
|
|
|
IL_0057:
|
|
{
|
|
// var lengthOfCurrentInFirst = endIndexInFirst - indexInFirst;
|
|
int32_t L_21 = V_3;
|
|
int32_t L_22 = V_0;
|
|
V_4 = ((int32_t)il2cpp_codegen_subtract(L_21, L_22));
|
|
// var indexInSecond = 0;
|
|
V_5 = 0;
|
|
goto IL_00f2;
|
|
}
|
|
|
|
IL_0064:
|
|
{
|
|
// if (secondList[indexInSecond] == separator)
|
|
String_t* L_23 = ___1_secondList;
|
|
int32_t L_24 = V_5;
|
|
NullCheck(L_23);
|
|
Il2CppChar L_25;
|
|
L_25 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_23, L_24, NULL);
|
|
Il2CppChar L_26 = ___2_separator;
|
|
if ((!(((uint32_t)L_25) == ((uint32_t)L_26))))
|
|
{
|
|
goto IL_0075;
|
|
}
|
|
}
|
|
{
|
|
// ++indexInSecond;
|
|
int32_t L_27 = V_5;
|
|
V_5 = ((int32_t)il2cpp_codegen_add(L_27, 1));
|
|
}
|
|
|
|
IL_0075:
|
|
{
|
|
// var endIndexInSecond = indexInSecond + 1;
|
|
int32_t L_28 = V_5;
|
|
V_6 = ((int32_t)il2cpp_codegen_add(L_28, 1));
|
|
goto IL_0083;
|
|
}
|
|
|
|
IL_007d:
|
|
{
|
|
// ++endIndexInSecond;
|
|
int32_t L_29 = V_6;
|
|
V_6 = ((int32_t)il2cpp_codegen_add(L_29, 1));
|
|
}
|
|
|
|
IL_0083:
|
|
{
|
|
// while (endIndexInSecond < lengthOfSecond && secondList[endIndexInSecond] != separator)
|
|
int32_t L_30 = V_6;
|
|
int32_t L_31 = V_2;
|
|
if ((((int32_t)L_30) >= ((int32_t)L_31)))
|
|
{
|
|
goto IL_0093;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_32 = ___1_secondList;
|
|
int32_t L_33 = V_6;
|
|
NullCheck(L_32);
|
|
Il2CppChar L_34;
|
|
L_34 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_32, L_33, NULL);
|
|
Il2CppChar L_35 = ___2_separator;
|
|
if ((!(((uint32_t)L_34) == ((uint32_t)L_35))))
|
|
{
|
|
goto IL_007d;
|
|
}
|
|
}
|
|
|
|
IL_0093:
|
|
{
|
|
// var lengthOfCurrentInSecond = endIndexInSecond - indexInSecond;
|
|
int32_t L_36 = V_6;
|
|
int32_t L_37 = V_5;
|
|
V_7 = ((int32_t)il2cpp_codegen_subtract(L_36, L_37));
|
|
// if (lengthOfCurrentInFirst == lengthOfCurrentInSecond)
|
|
int32_t L_38 = V_4;
|
|
int32_t L_39 = V_7;
|
|
if ((!(((uint32_t)L_38) == ((uint32_t)L_39))))
|
|
{
|
|
goto IL_00ec;
|
|
}
|
|
}
|
|
{
|
|
// var startIndexInFirst = indexInFirst;
|
|
int32_t L_40 = V_0;
|
|
V_8 = L_40;
|
|
// var startIndexInSecond = indexInSecond;
|
|
int32_t L_41 = V_5;
|
|
V_9 = L_41;
|
|
// var isMatch = true;
|
|
V_10 = (bool)1;
|
|
// for (var i = 0; i < lengthOfCurrentInFirst; ++i)
|
|
V_11 = 0;
|
|
goto IL_00e0;
|
|
}
|
|
|
|
IL_00af:
|
|
{
|
|
// var first = firstList[startIndexInFirst + i];
|
|
String_t* L_42 = ___0_firstList;
|
|
int32_t L_43 = V_8;
|
|
int32_t L_44 = V_11;
|
|
NullCheck(L_42);
|
|
Il2CppChar L_45;
|
|
L_45 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_42, ((int32_t)il2cpp_codegen_add(L_43, L_44)), NULL);
|
|
// var second = secondList[startIndexInSecond + i];
|
|
String_t* L_46 = ___1_secondList;
|
|
int32_t L_47 = V_9;
|
|
int32_t L_48 = V_11;
|
|
NullCheck(L_46);
|
|
Il2CppChar L_49;
|
|
L_49 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_46, ((int32_t)il2cpp_codegen_add(L_47, L_48)), NULL);
|
|
V_12 = L_49;
|
|
// if (char.ToLower(first) != char.ToLower(second))
|
|
il2cpp_codegen_runtime_class_init_inline(Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var);
|
|
Il2CppChar L_50;
|
|
L_50 = Char_ToLower_m238489988C62CB10C7C7CAAEF8F3B2D1C5B5E056(L_45, NULL);
|
|
Il2CppChar L_51 = V_12;
|
|
Il2CppChar L_52;
|
|
L_52 = Char_ToLower_m238489988C62CB10C7C7CAAEF8F3B2D1C5B5E056(L_51, NULL);
|
|
if ((((int32_t)L_50) == ((int32_t)L_52)))
|
|
{
|
|
goto IL_00da;
|
|
}
|
|
}
|
|
{
|
|
// isMatch = false;
|
|
V_10 = (bool)0;
|
|
// break;
|
|
goto IL_00e6;
|
|
}
|
|
|
|
IL_00da:
|
|
{
|
|
// for (var i = 0; i < lengthOfCurrentInFirst; ++i)
|
|
int32_t L_53 = V_11;
|
|
V_11 = ((int32_t)il2cpp_codegen_add(L_53, 1));
|
|
}
|
|
|
|
IL_00e0:
|
|
{
|
|
// for (var i = 0; i < lengthOfCurrentInFirst; ++i)
|
|
int32_t L_54 = V_11;
|
|
int32_t L_55 = V_4;
|
|
if ((((int32_t)L_54) < ((int32_t)L_55)))
|
|
{
|
|
goto IL_00af;
|
|
}
|
|
}
|
|
|
|
IL_00e6:
|
|
{
|
|
// if (isMatch)
|
|
bool L_56 = V_10;
|
|
if (!L_56)
|
|
{
|
|
goto IL_00ec;
|
|
}
|
|
}
|
|
{
|
|
// return true;
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_00ec:
|
|
{
|
|
// indexInSecond = endIndexInSecond + 1;
|
|
int32_t L_57 = V_6;
|
|
V_5 = ((int32_t)il2cpp_codegen_add(L_57, 1));
|
|
}
|
|
|
|
IL_00f2:
|
|
{
|
|
// while (indexInSecond < lengthOfSecond)
|
|
int32_t L_58 = V_5;
|
|
int32_t L_59 = V_2;
|
|
if ((((int32_t)L_58) < ((int32_t)L_59)))
|
|
{
|
|
goto IL_0064;
|
|
}
|
|
}
|
|
{
|
|
// indexInFirst = endIndexInFirst + 1;
|
|
int32_t L_60 = V_3;
|
|
V_0 = ((int32_t)il2cpp_codegen_add(L_60, 1));
|
|
}
|
|
|
|
IL_00fe:
|
|
{
|
|
// while (indexInFirst < lengthOfFirst)
|
|
int32_t L_61 = V_0;
|
|
int32_t L_62 = V_1;
|
|
if ((((int32_t)L_61) < ((int32_t)L_62)))
|
|
{
|
|
goto IL_0031;
|
|
}
|
|
}
|
|
{
|
|
// return false;
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Int32 UnityEngine.InputSystem.Utilities.StringHelpers::ParseInt(System.String,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t StringHelpers_ParseInt_m600E65559911341994B31B343474D76F111A67DF (String_t* ___0_str, int32_t ___1_pos, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
int32_t V_2 = 0;
|
|
int32_t V_3 = 0;
|
|
{
|
|
// var multiply = 1;
|
|
V_0 = 1;
|
|
// var result = 0;
|
|
V_1 = 0;
|
|
// var length = str.Length;
|
|
String_t* L_0 = ___0_str;
|
|
NullCheck(L_0);
|
|
int32_t L_1;
|
|
L_1 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_0, NULL);
|
|
V_2 = L_1;
|
|
goto IL_0031;
|
|
}
|
|
|
|
IL_000d:
|
|
{
|
|
// var ch = str[pos];
|
|
String_t* L_2 = ___0_str;
|
|
int32_t L_3 = ___1_pos;
|
|
NullCheck(L_2);
|
|
Il2CppChar L_4;
|
|
L_4 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_2, L_3, NULL);
|
|
// var digit = ch - '0';
|
|
V_3 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_4, ((int32_t)48)));
|
|
// if (digit < 0 || digit > 9)
|
|
int32_t L_5 = V_3;
|
|
if ((((int32_t)L_5) < ((int32_t)0)))
|
|
{
|
|
goto IL_0035;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_6 = V_3;
|
|
if ((((int32_t)L_6) > ((int32_t)((int32_t)9))))
|
|
{
|
|
goto IL_0035;
|
|
}
|
|
}
|
|
{
|
|
// result = result * multiply + digit;
|
|
int32_t L_7 = V_1;
|
|
int32_t L_8 = V_0;
|
|
int32_t L_9 = V_3;
|
|
V_1 = ((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_multiply(L_7, L_8)), L_9));
|
|
// multiply *= 10;
|
|
int32_t L_10 = V_0;
|
|
V_0 = ((int32_t)il2cpp_codegen_multiply(L_10, ((int32_t)10)));
|
|
// ++pos;
|
|
int32_t L_11 = ___1_pos;
|
|
___1_pos = ((int32_t)il2cpp_codegen_add(L_11, 1));
|
|
}
|
|
|
|
IL_0031:
|
|
{
|
|
// while (pos < length)
|
|
int32_t L_12 = ___1_pos;
|
|
int32_t L_13 = V_2;
|
|
if ((((int32_t)L_12) < ((int32_t)L_13)))
|
|
{
|
|
goto IL_000d;
|
|
}
|
|
}
|
|
|
|
IL_0035:
|
|
{
|
|
// return result;
|
|
int32_t L_14 = V_1;
|
|
return L_14;
|
|
}
|
|
}
|
|
// System.Boolean UnityEngine.InputSystem.Utilities.StringHelpers::WriteStringToBuffer(System.String,System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool StringHelpers_WriteStringToBuffer_m3224AFFDC9D2D04E9112B8812CDEEC6FE363D66F (String_t* ___0_text, intptr_t ___1_buffer, int32_t ___2_bufferSizeInCharacters, const RuntimeMethod* method)
|
|
{
|
|
uint32_t V_0 = 0;
|
|
{
|
|
// uint offset = 0;
|
|
V_0 = 0;
|
|
// return WriteStringToBuffer(text, buffer, bufferSizeInCharacters, ref offset);
|
|
String_t* L_0 = ___0_text;
|
|
intptr_t L_1 = ___1_buffer;
|
|
int32_t L_2 = ___2_bufferSizeInCharacters;
|
|
bool L_3;
|
|
L_3 = StringHelpers_WriteStringToBuffer_m0719C102DC096F1A565020ED8D1B71BC6B26B8DF(L_0, L_1, L_2, (&V_0), NULL);
|
|
return L_3;
|
|
}
|
|
}
|
|
// System.Boolean UnityEngine.InputSystem.Utilities.StringHelpers::WriteStringToBuffer(System.String,System.IntPtr,System.Int32,System.UInt32&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool StringHelpers_WriteStringToBuffer_m0719C102DC096F1A565020ED8D1B71BC6B26B8DF (String_t* ___0_text, intptr_t ___1_buffer, int32_t ___2_bufferSizeInCharacters, uint32_t* ___3_offset, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int64_t V_1 = 0;
|
|
uint8_t* V_2 = NULL;
|
|
int32_t V_3 = 0;
|
|
int32_t G_B5_0 = 0;
|
|
{
|
|
// if (buffer == IntPtr.Zero)
|
|
intptr_t L_0 = ___1_buffer;
|
|
intptr_t L_1 = ((IntPtr_t_StaticFields*)il2cpp_codegen_static_fields_for(IntPtr_t_il2cpp_TypeInfo_var))->___Zero_1;
|
|
bool L_2;
|
|
L_2 = IntPtr_op_Equality_m7D9CDCDE9DC2A0C2C614633F4921E90187FAB271(L_0, L_1, NULL);
|
|
if (!L_2)
|
|
{
|
|
goto IL_0018;
|
|
}
|
|
}
|
|
{
|
|
// throw new ArgumentNullException("buffer");
|
|
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*)&_stringLiteralC263EA29ADF3548CFEBC57B532EED28451A56C10)), NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&StringHelpers_WriteStringToBuffer_m0719C102DC096F1A565020ED8D1B71BC6B26B8DF_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_0018:
|
|
{
|
|
// var length = string.IsNullOrEmpty(text) ? 0 : text.Length;
|
|
String_t* L_4 = ___0_text;
|
|
bool L_5;
|
|
L_5 = String_IsNullOrEmpty_mEA9E3FB005AC28FE02E69FCF95A7B8456192B478(L_4, NULL);
|
|
if (L_5)
|
|
{
|
|
goto IL_0028;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_6 = ___0_text;
|
|
NullCheck(L_6);
|
|
int32_t L_7;
|
|
L_7 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_6, NULL);
|
|
G_B5_0 = L_7;
|
|
goto IL_0029;
|
|
}
|
|
|
|
IL_0028:
|
|
{
|
|
G_B5_0 = 0;
|
|
}
|
|
|
|
IL_0029:
|
|
{
|
|
V_0 = G_B5_0;
|
|
// if (length > ushort.MaxValue)
|
|
int32_t L_8 = V_0;
|
|
if ((((int32_t)L_8) <= ((int32_t)((int32_t)65535))))
|
|
{
|
|
goto IL_0051;
|
|
}
|
|
}
|
|
{
|
|
// throw new ArgumentException(string.Format("String exceeds max size of {0} characters", ushort.MaxValue), "text");
|
|
uint16_t L_9 = ((uint16_t)((int32_t)65535));
|
|
RuntimeObject* L_10 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&UInt16_tF4C148C876015C212FD72652D0B6ED8CC247A455_il2cpp_TypeInfo_var)), &L_9);
|
|
String_t* L_11;
|
|
L_11 = String_Format_mA8DBB4C2516B9723C5A41E6CB1E2FAF4BBE96DD8(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral5AEDE79F00BF8508555B948D1DE12F274399430A)), L_10, NULL);
|
|
ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_12 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_12);
|
|
ArgumentException__ctor_m8F9D40CE19D19B698A70F9A258640EB52DB39B62(L_12, L_11, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralBFCC6EE94F1B7AA05A04750903E25F93A7188AE0)), NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_12, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&StringHelpers_WriteStringToBuffer_m0719C102DC096F1A565020ED8D1B71BC6B26B8DF_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_0051:
|
|
{
|
|
// var endOffset = offset + sizeof(char) * length + sizeof(int);
|
|
uint32_t* L_13 = ___3_offset;
|
|
int32_t L_14 = *((uint32_t*)L_13);
|
|
int32_t L_15 = V_0;
|
|
V_1 = ((int64_t)il2cpp_codegen_add(((int64_t)il2cpp_codegen_add(((int64_t)(uint64_t)((uint32_t)L_14)), ((int64_t)((int32_t)il2cpp_codegen_multiply(2, L_15))))), ((int64_t)4)));
|
|
// if (endOffset > bufferSizeInCharacters)
|
|
int64_t L_16 = V_1;
|
|
int32_t L_17 = ___2_bufferSizeInCharacters;
|
|
if ((((int64_t)L_16) <= ((int64_t)((int64_t)L_17))))
|
|
{
|
|
goto IL_0064;
|
|
}
|
|
}
|
|
{
|
|
// return false;
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0064:
|
|
{
|
|
// var ptr = ((byte*)buffer) + offset;
|
|
intptr_t L_18 = ___1_buffer;
|
|
void* L_19;
|
|
L_19 = IntPtr_op_Explicit_m2728CBA081E79B97DDCF1D4FAD77B309CA1E94BF(L_18, NULL);
|
|
uint32_t* L_20 = ___3_offset;
|
|
int32_t L_21 = *((uint32_t*)L_20);
|
|
V_2 = (uint8_t*)((void*)il2cpp_codegen_add((intptr_t)L_19, (intptr_t)((uintptr_t)L_21)));
|
|
// *((ushort*)ptr) = (ushort)length;
|
|
uint8_t* L_22 = V_2;
|
|
int32_t L_23 = V_0;
|
|
*((int16_t*)L_22) = (int16_t)((int32_t)(uint16_t)L_23);
|
|
// ptr += sizeof(ushort);
|
|
uint8_t* L_24 = V_2;
|
|
V_2 = ((uint8_t*)il2cpp_codegen_add((intptr_t)L_24, 2));
|
|
// for (var i = 0; i < length; ++i, ptr += sizeof(char))
|
|
V_3 = 0;
|
|
goto IL_008c;
|
|
}
|
|
|
|
IL_007b:
|
|
{
|
|
// *((char*)ptr) = text[i];
|
|
uint8_t* L_25 = V_2;
|
|
String_t* L_26 = ___0_text;
|
|
int32_t L_27 = V_3;
|
|
NullCheck(L_26);
|
|
Il2CppChar L_28;
|
|
L_28 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_26, L_27, NULL);
|
|
*((int16_t*)L_25) = (int16_t)L_28;
|
|
// for (var i = 0; i < length; ++i, ptr += sizeof(char))
|
|
int32_t L_29 = V_3;
|
|
V_3 = ((int32_t)il2cpp_codegen_add(L_29, 1));
|
|
// for (var i = 0; i < length; ++i, ptr += sizeof(char))
|
|
uint8_t* L_30 = V_2;
|
|
V_2 = ((uint8_t*)il2cpp_codegen_add((intptr_t)L_30, 2));
|
|
}
|
|
|
|
IL_008c:
|
|
{
|
|
// for (var i = 0; i < length; ++i, ptr += sizeof(char))
|
|
int32_t L_31 = V_3;
|
|
int32_t L_32 = V_0;
|
|
if ((((int32_t)L_31) < ((int32_t)L_32)))
|
|
{
|
|
goto IL_007b;
|
|
}
|
|
}
|
|
{
|
|
// offset = (uint)endOffset;
|
|
uint32_t* L_33 = ___3_offset;
|
|
int64_t L_34 = V_1;
|
|
*((int32_t*)L_33) = (int32_t)((int32_t)(uint32_t)L_34);
|
|
// return true;
|
|
return (bool)1;
|
|
}
|
|
}
|
|
// System.String UnityEngine.InputSystem.Utilities.StringHelpers::ReadStringFromBuffer(System.IntPtr,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* StringHelpers_ReadStringFromBuffer_m2D73BEC46047561991586041C6195B9CC776DA0D (intptr_t ___0_buffer, int32_t ___1_bufferSize, const RuntimeMethod* method)
|
|
{
|
|
uint32_t V_0 = 0;
|
|
{
|
|
// uint offset = 0;
|
|
V_0 = 0;
|
|
// return ReadStringFromBuffer(buffer, bufferSize, ref offset);
|
|
intptr_t L_0 = ___0_buffer;
|
|
int32_t L_1 = ___1_bufferSize;
|
|
String_t* L_2;
|
|
L_2 = StringHelpers_ReadStringFromBuffer_m08BAA47EF90D3F3A74A8AA354871C18FA7D9B8D2(L_0, L_1, (&V_0), NULL);
|
|
return L_2;
|
|
}
|
|
}
|
|
// System.String UnityEngine.InputSystem.Utilities.StringHelpers::ReadStringFromBuffer(System.IntPtr,System.Int32,System.UInt32&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* StringHelpers_ReadStringFromBuffer_m08BAA47EF90D3F3A74A8AA354871C18FA7D9B8D2 (intptr_t ___0_buffer, int32_t ___1_bufferSize, uint32_t* ___2_offset, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Marshal_tD976A56A90263C3CE2B780D4B1CADADE2E70B4A7_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
uint8_t* V_0 = NULL;
|
|
uint16_t V_1 = 0;
|
|
int64_t V_2 = 0;
|
|
{
|
|
// if (buffer == IntPtr.Zero)
|
|
intptr_t L_0 = ___0_buffer;
|
|
intptr_t L_1 = ((IntPtr_t_StaticFields*)il2cpp_codegen_static_fields_for(IntPtr_t_il2cpp_TypeInfo_var))->___Zero_1;
|
|
bool L_2;
|
|
L_2 = IntPtr_op_Equality_m7D9CDCDE9DC2A0C2C614633F4921E90187FAB271(L_0, L_1, NULL);
|
|
if (!L_2)
|
|
{
|
|
goto IL_0018;
|
|
}
|
|
}
|
|
{
|
|
// throw new ArgumentNullException(nameof(buffer));
|
|
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*)&_stringLiteralC263EA29ADF3548CFEBC57B532EED28451A56C10)), NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&StringHelpers_ReadStringFromBuffer_m08BAA47EF90D3F3A74A8AA354871C18FA7D9B8D2_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_0018:
|
|
{
|
|
// if (offset + sizeof(int) > bufferSize)
|
|
uint32_t* L_4 = ___2_offset;
|
|
int32_t L_5 = *((uint32_t*)L_4);
|
|
int32_t L_6 = ___1_bufferSize;
|
|
if ((((int64_t)((int64_t)(uint64_t)((uint32_t)((int32_t)il2cpp_codegen_add(L_5, 4))))) <= ((int64_t)((int64_t)L_6))))
|
|
{
|
|
goto IL_0023;
|
|
}
|
|
}
|
|
{
|
|
// return null;
|
|
return (String_t*)NULL;
|
|
}
|
|
|
|
IL_0023:
|
|
{
|
|
// var ptr = ((byte*)buffer) + offset;
|
|
intptr_t L_7 = ___0_buffer;
|
|
void* L_8;
|
|
L_8 = IntPtr_op_Explicit_m2728CBA081E79B97DDCF1D4FAD77B309CA1E94BF(L_7, NULL);
|
|
uint32_t* L_9 = ___2_offset;
|
|
int32_t L_10 = *((uint32_t*)L_9);
|
|
V_0 = (uint8_t*)((void*)il2cpp_codegen_add((intptr_t)L_8, (intptr_t)((uintptr_t)L_10)));
|
|
// var length = *((ushort*)ptr);
|
|
uint8_t* L_11 = V_0;
|
|
int32_t L_12 = *((uint16_t*)L_11);
|
|
V_1 = (uint16_t)L_12;
|
|
// ptr += sizeof(ushort);
|
|
uint8_t* L_13 = V_0;
|
|
V_0 = ((uint8_t*)il2cpp_codegen_add((intptr_t)L_13, 2));
|
|
// if (length == 0)
|
|
uint16_t L_14 = V_1;
|
|
if (L_14)
|
|
{
|
|
goto IL_003a;
|
|
}
|
|
}
|
|
{
|
|
// return null;
|
|
return (String_t*)NULL;
|
|
}
|
|
|
|
IL_003a:
|
|
{
|
|
// var endOffset = offset + sizeof(char) * length + sizeof(int);
|
|
uint32_t* L_15 = ___2_offset;
|
|
int32_t L_16 = *((uint32_t*)L_15);
|
|
uint16_t L_17 = V_1;
|
|
V_2 = ((int64_t)il2cpp_codegen_add(((int64_t)il2cpp_codegen_add(((int64_t)(uint64_t)((uint32_t)L_16)), ((int64_t)((int32_t)il2cpp_codegen_multiply(2, (int32_t)L_17))))), ((int64_t)4)));
|
|
// if (endOffset > bufferSize)
|
|
int64_t L_18 = V_2;
|
|
int32_t L_19 = ___1_bufferSize;
|
|
if ((((int64_t)L_18) <= ((int64_t)((int64_t)L_19))))
|
|
{
|
|
goto IL_004d;
|
|
}
|
|
}
|
|
{
|
|
// return null;
|
|
return (String_t*)NULL;
|
|
}
|
|
|
|
IL_004d:
|
|
{
|
|
// var text = Marshal.PtrToStringUni(new IntPtr(ptr), length);
|
|
uint8_t* L_20 = V_0;
|
|
intptr_t L_21;
|
|
memset((&L_21), 0, sizeof(L_21));
|
|
IntPtr__ctor_m4F9A9B80F01996B610D5AE4797F20B98ECD0A3D9_inline((&L_21), (void*)L_20, /*hidden argument*/NULL);
|
|
uint16_t L_22 = V_1;
|
|
il2cpp_codegen_runtime_class_init_inline(Marshal_tD976A56A90263C3CE2B780D4B1CADADE2E70B4A7_il2cpp_TypeInfo_var);
|
|
String_t* L_23;
|
|
L_23 = Marshal_PtrToStringUni_mF3D662C7F7255D6DDA07416FA6520886F66D0070(L_21, L_22, NULL);
|
|
// offset = (uint)endOffset;
|
|
uint32_t* L_24 = ___2_offset;
|
|
int64_t L_25 = V_2;
|
|
*((int32_t*)L_24) = (int32_t)((int32_t)(uint32_t)L_25);
|
|
// return text;
|
|
return L_23;
|
|
}
|
|
}
|
|
// System.Boolean UnityEngine.InputSystem.Utilities.StringHelpers::IsPrintable(System.Char)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool StringHelpers_IsPrintable_m3FC3310E35B07361A9CAA2FB45FFE42137E64151 (Il2CppChar ___0_ch, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// return !char.IsControl(ch) && !char.IsWhiteSpace(ch);
|
|
Il2CppChar L_0 = ___0_ch;
|
|
il2cpp_codegen_runtime_class_init_inline(Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var);
|
|
bool L_1;
|
|
L_1 = Char_IsControl_m133C10360BE82B7580E4D3ECE3C881A6C82B3F7F(L_0, NULL);
|
|
if (L_1)
|
|
{
|
|
goto IL_0012;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_2 = ___0_ch;
|
|
il2cpp_codegen_runtime_class_init_inline(Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var);
|
|
bool L_3;
|
|
L_3 = Char_IsWhiteSpace_m02AEC6EA19513CAFC6882CFCA54C45794D2B5924(L_2, NULL);
|
|
return (bool)((((int32_t)L_3) == ((int32_t)0))? 1 : 0);
|
|
}
|
|
|
|
IL_0012:
|
|
{
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.String UnityEngine.InputSystem.Utilities.StringHelpers::WithAllWhitespaceStripped(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* StringHelpers_WithAllWhitespaceStripped_m4247E8F61C69ED5DAA964724249797874195B7DD (String_t* ___0_str, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var);
|
|
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;
|
|
int32_t V_2 = 0;
|
|
Il2CppChar V_3 = 0x0;
|
|
{
|
|
// var buffer = 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;
|
|
// foreach (var ch in str)
|
|
String_t* L_1 = ___0_str;
|
|
V_1 = L_1;
|
|
V_2 = 0;
|
|
goto IL_0028;
|
|
}
|
|
|
|
IL_000c:
|
|
{
|
|
// foreach (var ch in str)
|
|
String_t* L_2 = V_1;
|
|
int32_t L_3 = V_2;
|
|
NullCheck(L_2);
|
|
Il2CppChar L_4;
|
|
L_4 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_2, L_3, NULL);
|
|
V_3 = L_4;
|
|
// if (!char.IsWhiteSpace(ch))
|
|
Il2CppChar L_5 = V_3;
|
|
il2cpp_codegen_runtime_class_init_inline(Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var);
|
|
bool L_6;
|
|
L_6 = Char_IsWhiteSpace_m02AEC6EA19513CAFC6882CFCA54C45794D2B5924(L_5, NULL);
|
|
if (L_6)
|
|
{
|
|
goto IL_0024;
|
|
}
|
|
}
|
|
{
|
|
// buffer.Append(ch);
|
|
StringBuilder_t* L_7 = V_0;
|
|
Il2CppChar L_8 = V_3;
|
|
NullCheck(L_7);
|
|
StringBuilder_t* L_9;
|
|
L_9 = StringBuilder_Append_m71228B30F05724CD2CD96D9611DCD61BFB96A6E1(L_7, L_8, NULL);
|
|
}
|
|
|
|
IL_0024:
|
|
{
|
|
int32_t L_10 = V_2;
|
|
V_2 = ((int32_t)il2cpp_codegen_add(L_10, 1));
|
|
}
|
|
|
|
IL_0028:
|
|
{
|
|
// foreach (var ch in str)
|
|
int32_t L_11 = V_2;
|
|
String_t* L_12 = V_1;
|
|
NullCheck(L_12);
|
|
int32_t L_13;
|
|
L_13 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_12, NULL);
|
|
if ((((int32_t)L_11) < ((int32_t)L_13)))
|
|
{
|
|
goto IL_000c;
|
|
}
|
|
}
|
|
{
|
|
// return buffer.ToString();
|
|
StringBuilder_t* L_14 = V_0;
|
|
NullCheck(L_14);
|
|
String_t* L_15;
|
|
L_15 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_14);
|
|
return L_15;
|
|
}
|
|
}
|
|
// System.Boolean UnityEngine.InputSystem.Utilities.StringHelpers::InvariantEqualsIgnoreCase(System.String,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool StringHelpers_InvariantEqualsIgnoreCase_m7067DACDAAA29F69B419B89171E6FCF5366ACB44 (String_t* ___0_left, String_t* ___1_right, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// if (string.IsNullOrEmpty(left))
|
|
String_t* L_0 = ___0_left;
|
|
bool L_1;
|
|
L_1 = String_IsNullOrEmpty_mEA9E3FB005AC28FE02E69FCF95A7B8456192B478(L_0, NULL);
|
|
if (!L_1)
|
|
{
|
|
goto IL_000f;
|
|
}
|
|
}
|
|
{
|
|
// return string.IsNullOrEmpty(right);
|
|
String_t* L_2 = ___1_right;
|
|
bool L_3;
|
|
L_3 = String_IsNullOrEmpty_mEA9E3FB005AC28FE02E69FCF95A7B8456192B478(L_2, NULL);
|
|
return L_3;
|
|
}
|
|
|
|
IL_000f:
|
|
{
|
|
// return string.Equals(left, right, StringComparison.InvariantCultureIgnoreCase);
|
|
String_t* L_4 = ___0_left;
|
|
String_t* L_5 = ___1_right;
|
|
bool L_6;
|
|
L_6 = String_Equals_mCC34895D0DB2AD440C9D8767032215BC86B5C48B(L_4, L_5, 3, NULL);
|
|
return L_6;
|
|
}
|
|
}
|
|
// System.String UnityEngine.InputSystem.Utilities.StringHelpers::ExpandTemplateString(System.String,System.Func`2<System.String,System.String>)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* StringHelpers_ExpandTemplateString_mA00BD22DF8D3C21CF5DB7420C5BAB9935B5EF86B (String_t* ___0_template, Func_2_t85D1F7C2022B349817C22FC72C474CD33FFABE93* ___1_mapFunc, 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;
|
|
int32_t V_1 = 0;
|
|
int32_t V_2 = 0;
|
|
Il2CppChar V_3 = 0x0;
|
|
int32_t V_4 = 0;
|
|
String_t* V_5 = NULL;
|
|
String_t* V_6 = NULL;
|
|
{
|
|
// if (string.IsNullOrEmpty(template))
|
|
String_t* L_0 = ___0_template;
|
|
bool L_1;
|
|
L_1 = String_IsNullOrEmpty_mEA9E3FB005AC28FE02E69FCF95A7B8456192B478(L_0, NULL);
|
|
if (!L_1)
|
|
{
|
|
goto IL_0013;
|
|
}
|
|
}
|
|
{
|
|
// throw new ArgumentNullException(nameof(template));
|
|
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*)&_stringLiteralFE3CDBE9D3C244138D4F64C1BEB914490F7E7BBD)), NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&StringHelpers_ExpandTemplateString_mA00BD22DF8D3C21CF5DB7420C5BAB9935B5EF86B_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_0013:
|
|
{
|
|
// if (mapFunc == null)
|
|
Func_2_t85D1F7C2022B349817C22FC72C474CD33FFABE93* L_3 = ___1_mapFunc;
|
|
if (L_3)
|
|
{
|
|
goto IL_0021;
|
|
}
|
|
}
|
|
{
|
|
// throw new ArgumentNullException(nameof(mapFunc));
|
|
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*)&_stringLiteralC3002A2B85A3B7DFD395054441915FBAB742D4EE)), NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&StringHelpers_ExpandTemplateString_mA00BD22DF8D3C21CF5DB7420C5BAB9935B5EF86B_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_0021:
|
|
{
|
|
// var buffer = new StringBuilder();
|
|
StringBuilder_t* L_5 = (StringBuilder_t*)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var);
|
|
NullCheck(L_5);
|
|
StringBuilder__ctor_m1D99713357DE05DAFA296633639DB55F8C30587D(L_5, NULL);
|
|
V_0 = L_5;
|
|
// var length = template.Length;
|
|
String_t* L_6 = ___0_template;
|
|
NullCheck(L_6);
|
|
int32_t L_7;
|
|
L_7 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_6, NULL);
|
|
V_1 = L_7;
|
|
// for (var i = 0; i < length; ++i)
|
|
V_2 = 0;
|
|
goto IL_008a;
|
|
}
|
|
|
|
IL_0032:
|
|
{
|
|
// var ch = template[i];
|
|
String_t* L_8 = ___0_template;
|
|
int32_t L_9 = V_2;
|
|
NullCheck(L_8);
|
|
Il2CppChar L_10;
|
|
L_10 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_8, L_9, NULL);
|
|
V_3 = L_10;
|
|
// if (ch != '{')
|
|
Il2CppChar L_11 = V_3;
|
|
if ((((int32_t)L_11) == ((int32_t)((int32_t)123))))
|
|
{
|
|
goto IL_0049;
|
|
}
|
|
}
|
|
{
|
|
// buffer.Append(ch);
|
|
StringBuilder_t* L_12 = V_0;
|
|
Il2CppChar L_13 = V_3;
|
|
NullCheck(L_12);
|
|
StringBuilder_t* L_14;
|
|
L_14 = StringBuilder_Append_m71228B30F05724CD2CD96D9611DCD61BFB96A6E1(L_12, L_13, NULL);
|
|
// continue;
|
|
goto IL_0086;
|
|
}
|
|
|
|
IL_0049:
|
|
{
|
|
// ++i;
|
|
int32_t L_15 = V_2;
|
|
V_2 = ((int32_t)il2cpp_codegen_add(L_15, 1));
|
|
// var tokenStartPos = i;
|
|
int32_t L_16 = V_2;
|
|
V_4 = L_16;
|
|
goto IL_0056;
|
|
}
|
|
|
|
IL_0052:
|
|
{
|
|
// ++i;
|
|
int32_t L_17 = V_2;
|
|
V_2 = ((int32_t)il2cpp_codegen_add(L_17, 1));
|
|
}
|
|
|
|
IL_0056:
|
|
{
|
|
// while (i < length && template[i] != '}')
|
|
int32_t L_18 = V_2;
|
|
int32_t L_19 = V_1;
|
|
if ((((int32_t)L_18) >= ((int32_t)L_19)))
|
|
{
|
|
goto IL_0065;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_20 = ___0_template;
|
|
int32_t L_21 = V_2;
|
|
NullCheck(L_20);
|
|
Il2CppChar L_22;
|
|
L_22 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_20, L_21, NULL);
|
|
if ((!(((uint32_t)L_22) == ((uint32_t)((int32_t)125)))))
|
|
{
|
|
goto IL_0052;
|
|
}
|
|
}
|
|
|
|
IL_0065:
|
|
{
|
|
// var token = template.Substring(tokenStartPos, i - tokenStartPos);
|
|
String_t* L_23 = ___0_template;
|
|
int32_t L_24 = V_4;
|
|
int32_t L_25 = V_2;
|
|
int32_t L_26 = V_4;
|
|
NullCheck(L_23);
|
|
String_t* L_27;
|
|
L_27 = String_Substring_mB1D94F47935D22E130FF2C01DBB6A4135FBB76CE(L_23, L_24, ((int32_t)il2cpp_codegen_subtract(L_25, L_26)), NULL);
|
|
V_5 = L_27;
|
|
// var mapped = mapFunc(token);
|
|
Func_2_t85D1F7C2022B349817C22FC72C474CD33FFABE93* L_28 = ___1_mapFunc;
|
|
String_t* L_29 = V_5;
|
|
NullCheck(L_28);
|
|
String_t* L_30;
|
|
L_30 = Func_2_Invoke_mED071D4A847678204A843F11D77F10D168FE4D2D_inline(L_28, L_29, NULL);
|
|
V_6 = L_30;
|
|
// buffer.Append(mapped);
|
|
StringBuilder_t* L_31 = V_0;
|
|
String_t* L_32 = V_6;
|
|
NullCheck(L_31);
|
|
StringBuilder_t* L_33;
|
|
L_33 = StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D(L_31, L_32, NULL);
|
|
}
|
|
|
|
IL_0086:
|
|
{
|
|
// for (var i = 0; i < length; ++i)
|
|
int32_t L_34 = V_2;
|
|
V_2 = ((int32_t)il2cpp_codegen_add(L_34, 1));
|
|
}
|
|
|
|
IL_008a:
|
|
{
|
|
// for (var i = 0; i < length; ++i)
|
|
int32_t L_35 = V_2;
|
|
int32_t L_36 = V_1;
|
|
if ((((int32_t)L_35) < ((int32_t)L_36)))
|
|
{
|
|
goto IL_0032;
|
|
}
|
|
}
|
|
{
|
|
// return buffer.ToString();
|
|
StringBuilder_t* L_37 = V_0;
|
|
NullCheck(L_37);
|
|
String_t* L_38;
|
|
L_38 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_37);
|
|
return L_38;
|
|
}
|
|
}
|
|
#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.Utilities.StringHelpers/<Tokenize>d__8::.ctor(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CTokenizeU3Ed__8__ctor_mFCB5DCEF9B0F44B630C8C831ADC12246A0CA2785 (U3CTokenizeU3Ed__8_t974A4A167882F66AC70C15513407BB7218E6E64B* __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.Utilities.StringHelpers/<Tokenize>d__8::System.IDisposable.Dispose()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CTokenizeU3Ed__8_System_IDisposable_Dispose_m121A2EBBDA3BE988C3F3B3A39F31F3E8A959FAD2 (U3CTokenizeU3Ed__8_t974A4A167882F66AC70C15513407BB7218E6E64B* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Boolean UnityEngine.InputSystem.Utilities.StringHelpers/<Tokenize>d__8::MoveNext()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CTokenizeU3Ed__8_MoveNext_m8796806F9FDE0FE1825ACD68AE7E705F27DDAF3E (U3CTokenizeU3Ed__8_t974A4A167882F66AC70C15513407BB7218E6E64B* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
int32_t V_2 = 0;
|
|
{
|
|
int32_t L_0 = __this->___U3CU3E1__state_0;
|
|
V_0 = L_0;
|
|
int32_t L_1 = V_0;
|
|
switch (L_1)
|
|
{
|
|
case 0:
|
|
{
|
|
goto IL_001b;
|
|
}
|
|
case 1:
|
|
{
|
|
goto IL_0111;
|
|
}
|
|
case 2:
|
|
{
|
|
goto IL_0185;
|
|
}
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_001b:
|
|
{
|
|
__this->___U3CU3E1__state_0 = (-1);
|
|
// var pos = 0;
|
|
V_1 = 0;
|
|
// var length = str.Length;
|
|
String_t* L_2 = __this->___str_3;
|
|
NullCheck(L_2);
|
|
int32_t L_3;
|
|
L_3 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_2, NULL);
|
|
__this->___U3ClengthU3E5__2_5 = L_3;
|
|
goto IL_0193;
|
|
}
|
|
|
|
IL_003a:
|
|
{
|
|
// ++pos;
|
|
int32_t L_4 = V_1;
|
|
V_1 = ((int32_t)il2cpp_codegen_add(L_4, 1));
|
|
}
|
|
|
|
IL_003e:
|
|
{
|
|
// while (pos < length && char.IsWhiteSpace(str[pos]))
|
|
int32_t L_5 = V_1;
|
|
int32_t L_6 = __this->___U3ClengthU3E5__2_5;
|
|
if ((((int32_t)L_5) >= ((int32_t)L_6)))
|
|
{
|
|
goto IL_005a;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_7 = __this->___str_3;
|
|
int32_t L_8 = V_1;
|
|
NullCheck(L_7);
|
|
Il2CppChar L_9;
|
|
L_9 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_7, L_8, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var);
|
|
bool L_10;
|
|
L_10 = Char_IsWhiteSpace_m02AEC6EA19513CAFC6882CFCA54C45794D2B5924(L_9, NULL);
|
|
if (L_10)
|
|
{
|
|
goto IL_003a;
|
|
}
|
|
}
|
|
|
|
IL_005a:
|
|
{
|
|
// if (pos == length)
|
|
int32_t L_11 = V_1;
|
|
int32_t L_12 = __this->___U3ClengthU3E5__2_5;
|
|
if ((((int32_t)L_11) == ((int32_t)L_12)))
|
|
{
|
|
goto IL_019f;
|
|
}
|
|
}
|
|
{
|
|
// if (str[pos] == '"')
|
|
String_t* L_13 = __this->___str_3;
|
|
int32_t L_14 = V_1;
|
|
NullCheck(L_13);
|
|
Il2CppChar L_15;
|
|
L_15 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_13, L_14, NULL);
|
|
if ((!(((uint32_t)L_15) == ((uint32_t)((int32_t)34)))))
|
|
{
|
|
goto IL_0123;
|
|
}
|
|
}
|
|
{
|
|
// ++pos;
|
|
int32_t L_16 = V_1;
|
|
V_1 = ((int32_t)il2cpp_codegen_add(L_16, 1));
|
|
// var endPos = pos;
|
|
int32_t L_17 = V_1;
|
|
__this->___U3CendPosU3E5__3_6 = L_17;
|
|
goto IL_00cb;
|
|
}
|
|
|
|
IL_0086:
|
|
{
|
|
// if (str[endPos] == '\\' && endPos < length - 1)
|
|
String_t* L_18 = __this->___str_3;
|
|
int32_t L_19 = __this->___U3CendPosU3E5__3_6;
|
|
NullCheck(L_18);
|
|
Il2CppChar L_20;
|
|
L_20 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_18, L_19, NULL);
|
|
if ((!(((uint32_t)L_20) == ((uint32_t)((int32_t)92)))))
|
|
{
|
|
goto IL_00bb;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_21 = __this->___U3CendPosU3E5__3_6;
|
|
int32_t L_22 = __this->___U3ClengthU3E5__2_5;
|
|
if ((((int32_t)L_21) >= ((int32_t)((int32_t)il2cpp_codegen_subtract(L_22, 1)))))
|
|
{
|
|
goto IL_00bb;
|
|
}
|
|
}
|
|
{
|
|
// ++endPos;
|
|
int32_t L_23 = __this->___U3CendPosU3E5__3_6;
|
|
V_2 = ((int32_t)il2cpp_codegen_add(L_23, 1));
|
|
int32_t L_24 = V_2;
|
|
__this->___U3CendPosU3E5__3_6 = L_24;
|
|
}
|
|
|
|
IL_00bb:
|
|
{
|
|
// ++endPos;
|
|
int32_t L_25 = __this->___U3CendPosU3E5__3_6;
|
|
V_2 = ((int32_t)il2cpp_codegen_add(L_25, 1));
|
|
int32_t L_26 = V_2;
|
|
__this->___U3CendPosU3E5__3_6 = L_26;
|
|
}
|
|
|
|
IL_00cb:
|
|
{
|
|
// while (endPos < length && str[endPos] != '\"')
|
|
int32_t L_27 = __this->___U3CendPosU3E5__3_6;
|
|
int32_t L_28 = __this->___U3ClengthU3E5__2_5;
|
|
if ((((int32_t)L_27) >= ((int32_t)L_28)))
|
|
{
|
|
goto IL_00ee;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_29 = __this->___str_3;
|
|
int32_t L_30 = __this->___U3CendPosU3E5__3_6;
|
|
NullCheck(L_29);
|
|
Il2CppChar L_31;
|
|
L_31 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_29, L_30, NULL);
|
|
if ((!(((uint32_t)L_31) == ((uint32_t)((int32_t)34)))))
|
|
{
|
|
goto IL_0086;
|
|
}
|
|
}
|
|
|
|
IL_00ee:
|
|
{
|
|
// yield return new Substring(str, pos, endPos - pos);
|
|
String_t* L_32 = __this->___str_3;
|
|
int32_t L_33 = V_1;
|
|
int32_t L_34 = __this->___U3CendPosU3E5__3_6;
|
|
int32_t L_35 = V_1;
|
|
Substring_t2E16755269E6716C22074D6BC0A9099915E67849 L_36;
|
|
memset((&L_36), 0, sizeof(L_36));
|
|
Substring__ctor_m26B51DCD265326C6BCEAD778F0FC45407BB5F745((&L_36), L_32, L_33, ((int32_t)il2cpp_codegen_subtract(L_34, L_35)), /*hidden argument*/NULL);
|
|
__this->___U3CU3E2__current_1 = L_36;
|
|
Il2CppCodeGenWriteBarrier((void**)&(((&__this->___U3CU3E2__current_1))->___m_String_0), (void*)NULL);
|
|
__this->___U3CU3E1__state_0 = 1;
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0111:
|
|
{
|
|
__this->___U3CU3E1__state_0 = (-1);
|
|
// pos = endPos + 1;
|
|
int32_t L_37 = __this->___U3CendPosU3E5__3_6;
|
|
V_1 = ((int32_t)il2cpp_codegen_add(L_37, 1));
|
|
goto IL_0193;
|
|
}
|
|
|
|
IL_0123:
|
|
{
|
|
// var endPos = pos;
|
|
int32_t L_38 = V_1;
|
|
__this->___U3CendPosU3E5__3_6 = L_38;
|
|
goto IL_013c;
|
|
}
|
|
|
|
IL_012c:
|
|
{
|
|
// ++endPos;
|
|
int32_t L_39 = __this->___U3CendPosU3E5__3_6;
|
|
V_2 = ((int32_t)il2cpp_codegen_add(L_39, 1));
|
|
int32_t L_40 = V_2;
|
|
__this->___U3CendPosU3E5__3_6 = L_40;
|
|
}
|
|
|
|
IL_013c:
|
|
{
|
|
// while (endPos < length && !char.IsWhiteSpace(str[endPos]))
|
|
int32_t L_41 = __this->___U3CendPosU3E5__3_6;
|
|
int32_t L_42 = __this->___U3ClengthU3E5__2_5;
|
|
if ((((int32_t)L_41) >= ((int32_t)L_42)))
|
|
{
|
|
goto IL_0162;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_43 = __this->___str_3;
|
|
int32_t L_44 = __this->___U3CendPosU3E5__3_6;
|
|
NullCheck(L_43);
|
|
Il2CppChar L_45;
|
|
L_45 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_43, L_44, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var);
|
|
bool L_46;
|
|
L_46 = Char_IsWhiteSpace_m02AEC6EA19513CAFC6882CFCA54C45794D2B5924(L_45, NULL);
|
|
if (!L_46)
|
|
{
|
|
goto IL_012c;
|
|
}
|
|
}
|
|
|
|
IL_0162:
|
|
{
|
|
// yield return new Substring(str, pos, endPos - pos);
|
|
String_t* L_47 = __this->___str_3;
|
|
int32_t L_48 = V_1;
|
|
int32_t L_49 = __this->___U3CendPosU3E5__3_6;
|
|
int32_t L_50 = V_1;
|
|
Substring_t2E16755269E6716C22074D6BC0A9099915E67849 L_51;
|
|
memset((&L_51), 0, sizeof(L_51));
|
|
Substring__ctor_m26B51DCD265326C6BCEAD778F0FC45407BB5F745((&L_51), L_47, L_48, ((int32_t)il2cpp_codegen_subtract(L_49, L_50)), /*hidden argument*/NULL);
|
|
__this->___U3CU3E2__current_1 = L_51;
|
|
Il2CppCodeGenWriteBarrier((void**)&(((&__this->___U3CU3E2__current_1))->___m_String_0), (void*)NULL);
|
|
__this->___U3CU3E1__state_0 = 2;
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0185:
|
|
{
|
|
__this->___U3CU3E1__state_0 = (-1);
|
|
// pos = endPos;
|
|
int32_t L_52 = __this->___U3CendPosU3E5__3_6;
|
|
V_1 = L_52;
|
|
}
|
|
|
|
IL_0193:
|
|
{
|
|
// while (pos < length)
|
|
int32_t L_53 = V_1;
|
|
int32_t L_54 = __this->___U3ClengthU3E5__2_5;
|
|
if ((((int32_t)L_53) < ((int32_t)L_54)))
|
|
{
|
|
goto IL_003e;
|
|
}
|
|
}
|
|
|
|
IL_019f:
|
|
{
|
|
// }
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// UnityEngine.InputSystem.Utilities.Substring UnityEngine.InputSystem.Utilities.StringHelpers/<Tokenize>d__8::System.Collections.Generic.IEnumerator<UnityEngine.InputSystem.Utilities.Substring>.get_Current()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Substring_t2E16755269E6716C22074D6BC0A9099915E67849 U3CTokenizeU3Ed__8_System_Collections_Generic_IEnumeratorU3CUnityEngine_InputSystem_Utilities_SubstringU3E_get_Current_mEDA880C925219C930290013867BAE1EEE24AD856 (U3CTokenizeU3Ed__8_t974A4A167882F66AC70C15513407BB7218E6E64B* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Substring_t2E16755269E6716C22074D6BC0A9099915E67849 L_0 = __this->___U3CU3E2__current_1;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.InputSystem.Utilities.StringHelpers/<Tokenize>d__8::System.Collections.IEnumerator.Reset()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CTokenizeU3Ed__8_System_Collections_IEnumerator_Reset_m8FB2BAFA8C54922ACD753AA18C5D50CDFC31B3C8 (U3CTokenizeU3Ed__8_t974A4A167882F66AC70C15513407BB7218E6E64B* __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*)&U3CTokenizeU3Ed__8_System_Collections_IEnumerator_Reset_m8FB2BAFA8C54922ACD753AA18C5D50CDFC31B3C8_RuntimeMethod_var)));
|
|
}
|
|
}
|
|
// System.Object UnityEngine.InputSystem.Utilities.StringHelpers/<Tokenize>d__8::System.Collections.IEnumerator.get_Current()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* U3CTokenizeU3Ed__8_System_Collections_IEnumerator_get_Current_mF332A900E71F3D43FC05A69934A2BD162F2D9A5F (U3CTokenizeU3Ed__8_t974A4A167882F66AC70C15513407BB7218E6E64B* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Substring_t2E16755269E6716C22074D6BC0A9099915E67849_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
Substring_t2E16755269E6716C22074D6BC0A9099915E67849 L_0 = __this->___U3CU3E2__current_1;
|
|
Substring_t2E16755269E6716C22074D6BC0A9099915E67849 L_1 = L_0;
|
|
RuntimeObject* L_2 = Box(Substring_t2E16755269E6716C22074D6BC0A9099915E67849_il2cpp_TypeInfo_var, &L_1);
|
|
return L_2;
|
|
}
|
|
}
|
|
// System.Collections.Generic.IEnumerator`1<UnityEngine.InputSystem.Utilities.Substring> UnityEngine.InputSystem.Utilities.StringHelpers/<Tokenize>d__8::System.Collections.Generic.IEnumerable<UnityEngine.InputSystem.Utilities.Substring>.GetEnumerator()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* U3CTokenizeU3Ed__8_System_Collections_Generic_IEnumerableU3CUnityEngine_InputSystem_Utilities_SubstringU3E_GetEnumerator_m79F809FB39EEDCBAEBBCB6D0BFC16E86A858C9BE (U3CTokenizeU3Ed__8_t974A4A167882F66AC70C15513407BB7218E6E64B* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CTokenizeU3Ed__8_t974A4A167882F66AC70C15513407BB7218E6E64B_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
U3CTokenizeU3Ed__8_t974A4A167882F66AC70C15513407BB7218E6E64B* 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:
|
|
{
|
|
U3CTokenizeU3Ed__8_t974A4A167882F66AC70C15513407BB7218E6E64B* L_3 = (U3CTokenizeU3Ed__8_t974A4A167882F66AC70C15513407BB7218E6E64B*)il2cpp_codegen_object_new(U3CTokenizeU3Ed__8_t974A4A167882F66AC70C15513407BB7218E6E64B_il2cpp_TypeInfo_var);
|
|
NullCheck(L_3);
|
|
U3CTokenizeU3Ed__8__ctor_mFCB5DCEF9B0F44B630C8C831ADC12246A0CA2785(L_3, 0, NULL);
|
|
V_0 = L_3;
|
|
}
|
|
|
|
IL_0029:
|
|
{
|
|
U3CTokenizeU3Ed__8_t974A4A167882F66AC70C15513407BB7218E6E64B* L_4 = V_0;
|
|
String_t* L_5 = __this->___U3CU3E3__str_4;
|
|
NullCheck(L_4);
|
|
L_4->___str_3 = L_5;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_4->___str_3), (void*)L_5);
|
|
U3CTokenizeU3Ed__8_t974A4A167882F66AC70C15513407BB7218E6E64B* L_6 = V_0;
|
|
return L_6;
|
|
}
|
|
}
|
|
// System.Collections.IEnumerator UnityEngine.InputSystem.Utilities.StringHelpers/<Tokenize>d__8::System.Collections.IEnumerable.GetEnumerator()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* U3CTokenizeU3Ed__8_System_Collections_IEnumerable_GetEnumerator_m90947DCE3F3BF336F8E7041A66A5FACEED1E5BB2 (U3CTokenizeU3Ed__8_t974A4A167882F66AC70C15513407BB7218E6E64B* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
RuntimeObject* L_0;
|
|
L_0 = U3CTokenizeU3Ed__8_System_Collections_Generic_IEnumerableU3CUnityEngine_InputSystem_Utilities_SubstringU3E_GetEnumerator_m79F809FB39EEDCBAEBBCB6D0BFC16E86A858C9BE(__this, NULL);
|
|
return L_0;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void UnityEngine.InputSystem.Utilities.StringHelpers/<Split>d__9::.ctor(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CSplitU3Ed__9__ctor_m531A6132094F2E8117F46518BCD07DBECF2F8B60 (U3CSplitU3Ed__9_tDF7D6AF6AAF8F188C3A8AC7B3CFA6B382F6D8CDF* __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.Utilities.StringHelpers/<Split>d__9::System.IDisposable.Dispose()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CSplitU3Ed__9_System_IDisposable_Dispose_mD41FA09A8BBBCF5510D180FB611029B2F2B1845D (U3CSplitU3Ed__9_tDF7D6AF6AAF8F188C3A8AC7B3CFA6B382F6D8CDF* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Boolean UnityEngine.InputSystem.Utilities.StringHelpers/<Split>d__9::MoveNext()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CSplitU3Ed__9_MoveNext_m080213910073BC24DF99D9BCFF90A286A185D10E (U3CSplitU3Ed__9_tDF7D6AF6AAF8F188C3A8AC7B3CFA6B382F6D8CDF* __this, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
Il2CppChar V_1 = 0x0;
|
|
int32_t V_2 = 0;
|
|
int32_t V_3 = 0;
|
|
int32_t V_4 = 0;
|
|
{
|
|
int32_t L_0 = __this->___U3CU3E1__state_0;
|
|
V_0 = L_0;
|
|
int32_t L_1 = V_0;
|
|
if (!L_1)
|
|
{
|
|
goto IL_0013;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_2 = V_0;
|
|
if ((((int32_t)L_2) == ((int32_t)1)))
|
|
{
|
|
goto IL_00fd;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0013:
|
|
{
|
|
__this->___U3CU3E1__state_0 = (-1);
|
|
// if (string.IsNullOrEmpty(str))
|
|
String_t* L_3 = __this->___str_3;
|
|
bool L_4;
|
|
L_4 = String_IsNullOrEmpty_mEA9E3FB005AC28FE02E69FCF95A7B8456192B478(L_3, NULL);
|
|
if (!L_4)
|
|
{
|
|
goto IL_0029;
|
|
}
|
|
}
|
|
{
|
|
// yield break;
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0029:
|
|
{
|
|
// var length = str.Length;
|
|
String_t* L_5 = __this->___str_3;
|
|
NullCheck(L_5);
|
|
int32_t L_6;
|
|
L_6 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_5, NULL);
|
|
__this->___U3ClengthU3E5__2_7 = L_6;
|
|
// var position = 0;
|
|
__this->___U3CpositionU3E5__3_8 = 0;
|
|
goto IL_0104;
|
|
}
|
|
|
|
IL_0046:
|
|
{
|
|
// var ch = str[position];
|
|
String_t* L_7 = __this->___str_3;
|
|
int32_t L_8 = __this->___U3CpositionU3E5__3_8;
|
|
NullCheck(L_7);
|
|
Il2CppChar L_9;
|
|
L_9 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_7, L_8, NULL);
|
|
V_1 = L_9;
|
|
// if (predicate(ch))
|
|
Func_2_tF409A653B8F770E0A30CD80D21764FB1DDB2A28F* L_10 = __this->___predicate_5;
|
|
Il2CppChar L_11 = V_1;
|
|
NullCheck(L_10);
|
|
bool L_12;
|
|
L_12 = Func_2_Invoke_m4733F0A0FE136C9F8DCE4963455215585E8BE2CD_inline(L_10, L_11, NULL);
|
|
if (!L_12)
|
|
{
|
|
goto IL_007d;
|
|
}
|
|
}
|
|
{
|
|
// ++position;
|
|
int32_t L_13 = __this->___U3CpositionU3E5__3_8;
|
|
V_4 = ((int32_t)il2cpp_codegen_add(L_13, 1));
|
|
int32_t L_14 = V_4;
|
|
__this->___U3CpositionU3E5__3_8 = L_14;
|
|
// continue;
|
|
goto IL_0104;
|
|
}
|
|
|
|
IL_007d:
|
|
{
|
|
// var startPosition = position;
|
|
int32_t L_15 = __this->___U3CpositionU3E5__3_8;
|
|
V_2 = L_15;
|
|
// ++position;
|
|
int32_t L_16 = __this->___U3CpositionU3E5__3_8;
|
|
V_4 = ((int32_t)il2cpp_codegen_add(L_16, 1));
|
|
int32_t L_17 = V_4;
|
|
__this->___U3CpositionU3E5__3_8 = L_17;
|
|
goto IL_00ca;
|
|
}
|
|
|
|
IL_0098:
|
|
{
|
|
// ch = str[position];
|
|
String_t* L_18 = __this->___str_3;
|
|
int32_t L_19 = __this->___U3CpositionU3E5__3_8;
|
|
NullCheck(L_18);
|
|
Il2CppChar L_20;
|
|
L_20 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_18, L_19, NULL);
|
|
V_1 = L_20;
|
|
// if (predicate(ch))
|
|
Func_2_tF409A653B8F770E0A30CD80D21764FB1DDB2A28F* L_21 = __this->___predicate_5;
|
|
Il2CppChar L_22 = V_1;
|
|
NullCheck(L_21);
|
|
bool L_23;
|
|
L_23 = Func_2_Invoke_m4733F0A0FE136C9F8DCE4963455215585E8BE2CD_inline(L_21, L_22, NULL);
|
|
if (L_23)
|
|
{
|
|
goto IL_00d8;
|
|
}
|
|
}
|
|
{
|
|
// ++position;
|
|
int32_t L_24 = __this->___U3CpositionU3E5__3_8;
|
|
V_4 = ((int32_t)il2cpp_codegen_add(L_24, 1));
|
|
int32_t L_25 = V_4;
|
|
__this->___U3CpositionU3E5__3_8 = L_25;
|
|
}
|
|
|
|
IL_00ca:
|
|
{
|
|
// while (position < length)
|
|
int32_t L_26 = __this->___U3CpositionU3E5__3_8;
|
|
int32_t L_27 = __this->___U3ClengthU3E5__2_7;
|
|
if ((((int32_t)L_26) < ((int32_t)L_27)))
|
|
{
|
|
goto IL_0098;
|
|
}
|
|
}
|
|
|
|
IL_00d8:
|
|
{
|
|
// var endPosition = position;
|
|
int32_t L_28 = __this->___U3CpositionU3E5__3_8;
|
|
V_3 = L_28;
|
|
// yield return str.Substring(startPosition, endPosition - startPosition);
|
|
String_t* L_29 = __this->___str_3;
|
|
int32_t L_30 = V_2;
|
|
int32_t L_31 = V_3;
|
|
int32_t L_32 = V_2;
|
|
NullCheck(L_29);
|
|
String_t* L_33;
|
|
L_33 = String_Substring_mB1D94F47935D22E130FF2C01DBB6A4135FBB76CE(L_29, L_30, ((int32_t)il2cpp_codegen_subtract(L_31, L_32)), NULL);
|
|
__this->___U3CU3E2__current_1 = L_33;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CU3E2__current_1), (void*)L_33);
|
|
__this->___U3CU3E1__state_0 = 1;
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_00fd:
|
|
{
|
|
__this->___U3CU3E1__state_0 = (-1);
|
|
}
|
|
|
|
IL_0104:
|
|
{
|
|
// while (position < length)
|
|
int32_t L_34 = __this->___U3CpositionU3E5__3_8;
|
|
int32_t L_35 = __this->___U3ClengthU3E5__2_7;
|
|
if ((((int32_t)L_34) < ((int32_t)L_35)))
|
|
{
|
|
goto IL_0046;
|
|
}
|
|
}
|
|
{
|
|
// }
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.String UnityEngine.InputSystem.Utilities.StringHelpers/<Split>d__9::System.Collections.Generic.IEnumerator<System.String>.get_Current()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* U3CSplitU3Ed__9_System_Collections_Generic_IEnumeratorU3CSystem_StringU3E_get_Current_m76EA356A2DA07E9AD1E26E750F598F7C620D7C2B (U3CSplitU3Ed__9_tDF7D6AF6AAF8F188C3A8AC7B3CFA6B382F6D8CDF* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
String_t* L_0 = __this->___U3CU3E2__current_1;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.InputSystem.Utilities.StringHelpers/<Split>d__9::System.Collections.IEnumerator.Reset()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CSplitU3Ed__9_System_Collections_IEnumerator_Reset_mB5816591871F45CED738B000C124AECD6783056C (U3CSplitU3Ed__9_tDF7D6AF6AAF8F188C3A8AC7B3CFA6B382F6D8CDF* __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*)&U3CSplitU3Ed__9_System_Collections_IEnumerator_Reset_mB5816591871F45CED738B000C124AECD6783056C_RuntimeMethod_var)));
|
|
}
|
|
}
|
|
// System.Object UnityEngine.InputSystem.Utilities.StringHelpers/<Split>d__9::System.Collections.IEnumerator.get_Current()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* U3CSplitU3Ed__9_System_Collections_IEnumerator_get_Current_mF10D40E241033C8369ABF610410ABFF9F1BD4348 (U3CSplitU3Ed__9_tDF7D6AF6AAF8F188C3A8AC7B3CFA6B382F6D8CDF* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
String_t* L_0 = __this->___U3CU3E2__current_1;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Collections.Generic.IEnumerator`1<System.String> UnityEngine.InputSystem.Utilities.StringHelpers/<Split>d__9::System.Collections.Generic.IEnumerable<System.String>.GetEnumerator()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* U3CSplitU3Ed__9_System_Collections_Generic_IEnumerableU3CSystem_StringU3E_GetEnumerator_m60A98974B57E1F33794FE9CC8A472C3E52C09511 (U3CSplitU3Ed__9_tDF7D6AF6AAF8F188C3A8AC7B3CFA6B382F6D8CDF* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CSplitU3Ed__9_tDF7D6AF6AAF8F188C3A8AC7B3CFA6B382F6D8CDF_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
U3CSplitU3Ed__9_tDF7D6AF6AAF8F188C3A8AC7B3CFA6B382F6D8CDF* 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:
|
|
{
|
|
U3CSplitU3Ed__9_tDF7D6AF6AAF8F188C3A8AC7B3CFA6B382F6D8CDF* L_3 = (U3CSplitU3Ed__9_tDF7D6AF6AAF8F188C3A8AC7B3CFA6B382F6D8CDF*)il2cpp_codegen_object_new(U3CSplitU3Ed__9_tDF7D6AF6AAF8F188C3A8AC7B3CFA6B382F6D8CDF_il2cpp_TypeInfo_var);
|
|
NullCheck(L_3);
|
|
U3CSplitU3Ed__9__ctor_m531A6132094F2E8117F46518BCD07DBECF2F8B60(L_3, 0, NULL);
|
|
V_0 = L_3;
|
|
}
|
|
|
|
IL_0029:
|
|
{
|
|
U3CSplitU3Ed__9_tDF7D6AF6AAF8F188C3A8AC7B3CFA6B382F6D8CDF* L_4 = V_0;
|
|
String_t* L_5 = __this->___U3CU3E3__str_4;
|
|
NullCheck(L_4);
|
|
L_4->___str_3 = L_5;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_4->___str_3), (void*)L_5);
|
|
U3CSplitU3Ed__9_tDF7D6AF6AAF8F188C3A8AC7B3CFA6B382F6D8CDF* L_6 = V_0;
|
|
Func_2_tF409A653B8F770E0A30CD80D21764FB1DDB2A28F* L_7 = __this->___U3CU3E3__predicate_6;
|
|
NullCheck(L_6);
|
|
L_6->___predicate_5 = L_7;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_6->___predicate_5), (void*)L_7);
|
|
U3CSplitU3Ed__9_tDF7D6AF6AAF8F188C3A8AC7B3CFA6B382F6D8CDF* L_8 = V_0;
|
|
return L_8;
|
|
}
|
|
}
|
|
// System.Collections.IEnumerator UnityEngine.InputSystem.Utilities.StringHelpers/<Split>d__9::System.Collections.IEnumerable.GetEnumerator()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* U3CSplitU3Ed__9_System_Collections_IEnumerable_GetEnumerator_mE009151D16A2FC0F1C4D01A3E91691D39A840643 (U3CSplitU3Ed__9_tDF7D6AF6AAF8F188C3A8AC7B3CFA6B382F6D8CDF* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
RuntimeObject* L_0;
|
|
L_0 = U3CSplitU3Ed__9_System_Collections_Generic_IEnumerableU3CSystem_StringU3E_GetEnumerator_m60A98974B57E1F33794FE9CC8A472C3E52C09511(__this, NULL);
|
|
return L_0;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void InputStateBlock_set_sizeInBits_mE7B623711880E0A1C1E563AF809A24A9C63AE115_inline (InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5* __this, uint32_t ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public uint sizeInBits { get; set; }
|
|
uint32_t L_0 = ___0_value;
|
|
__this->___U3CsizeInBitsU3Ek__BackingField_36 = L_0;
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void InputStateBlock_set_format_mC6AA651913216B6B3CEF1031BC8778182009F73A_inline (InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5* __this, FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public FourCC format { get; set; }
|
|
FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_0 = ___0_value;
|
|
__this->___U3CformatU3Ek__BackingField_33 = L_0;
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float Mathf_Clamp_mEB9AEA827D27D20FCC787F7375156AF46BB12BBF_inline (float ___0_value, float ___1_min, float ___2_max, const RuntimeMethod* method)
|
|
{
|
|
bool V_0 = false;
|
|
bool V_1 = false;
|
|
float V_2 = 0.0f;
|
|
{
|
|
float L_0 = ___0_value;
|
|
float L_1 = ___1_min;
|
|
V_0 = (bool)((((float)L_0) < ((float)L_1))? 1 : 0);
|
|
bool L_2 = V_0;
|
|
if (!L_2)
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
float L_3 = ___1_min;
|
|
___0_value = L_3;
|
|
goto IL_0019;
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
float L_4 = ___0_value;
|
|
float L_5 = ___2_max;
|
|
V_1 = (bool)((((float)L_4) > ((float)L_5))? 1 : 0);
|
|
bool L_6 = V_1;
|
|
if (!L_6)
|
|
{
|
|
goto IL_0019;
|
|
}
|
|
}
|
|
{
|
|
float L_7 = ___2_max;
|
|
___0_value = L_7;
|
|
}
|
|
|
|
IL_0019:
|
|
{
|
|
float L_8 = ___0_value;
|
|
V_2 = L_8;
|
|
goto IL_001d;
|
|
}
|
|
|
|
IL_001d:
|
|
{
|
|
float L_9 = V_2;
|
|
return L_9;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5 InputControl_get_stateBlock_mCAE31879EDC6621B35B368B4916219D30EAA0B0B_inline (InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public InputStateBlock stateBlock => m_StateBlock;
|
|
InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5 L_0 = __this->___m_StateBlock_0;
|
|
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 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 void DeltaControl_set_up_m738DF0E92B973E4E6AF5BE9A115458717B745174_inline (DeltaControl_t63053AF5E0CD02B62F3CDE79821E4A12F72D573B* __this, AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public AxisControl up { get; set; }
|
|
AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* L_0 = ___0_value;
|
|
__this->___U3CupU3Ek__BackingField_24 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CupU3Ek__BackingField_24), (void*)L_0);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void DeltaControl_set_down_mD809599F9F67F402EEFC805F315C0D72F35FFCF0_inline (DeltaControl_t63053AF5E0CD02B62F3CDE79821E4A12F72D573B* __this, AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public AxisControl down { get; set; }
|
|
AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* L_0 = ___0_value;
|
|
__this->___U3CdownU3Ek__BackingField_25 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CdownU3Ek__BackingField_25), (void*)L_0);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void DeltaControl_set_left_m1C0E45C2868801280CC30474B9368F23B7400697_inline (DeltaControl_t63053AF5E0CD02B62F3CDE79821E4A12F72D573B* __this, AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public AxisControl left { get; set; }
|
|
AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* L_0 = ___0_value;
|
|
__this->___U3CleftU3Ek__BackingField_26 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CleftU3Ek__BackingField_26), (void*)L_0);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void DeltaControl_set_right_m60FBA0555C4E7CA40954DA7EE6BBC0E0032B0905_inline (DeltaControl_t63053AF5E0CD02B62F3CDE79821E4A12F72D573B* __this, AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public AxisControl right { get; set; }
|
|
AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* L_0 = ___0_value;
|
|
__this->___U3CrightU3Ek__BackingField_27 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CrightU3Ek__BackingField_27), (void*)L_0);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED InputStateBlock_get_format_mA393354EDC4A58DDCBE0990902A49E0A22F15F86_inline (InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public FourCC format { get; set; }
|
|
FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_0 = __this->___U3CformatU3Ek__BackingField_33;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint32_t InputStateBlock_get_byteOffset_m6EADE5C9C8B346D38E543E38777ED67ED2AEA0AC_inline (InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public uint byteOffset { get; set; }
|
|
uint32_t L_0 = __this->___U3CbyteOffsetU3Ek__BackingField_34;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint32_t InputStateBlock_get_bitOffset_m3165625FF638183247012307A8AC012AEA3D1143_inline (InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public uint bitOffset { get; set; }
|
|
uint32_t L_0 = __this->___U3CbitOffsetU3Ek__BackingField_35;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint32_t InputStateBlock_get_sizeInBits_m38BFF704420E74EA4F7B85DC24DD3AAD810E8197_inline (InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public uint sizeInBits { get; set; }
|
|
uint32_t L_0 = __this->___U3CsizeInBitsU3Ek__BackingField_36;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void DpadControl_set_up_m49E5C7A02A13451A4CFBCA4CE96255FF7AA9AC86_inline (DpadControl_t517E87BF3EB22369B71EA1941648079B468A45AB* __this, ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public ButtonControl up { get; set; }
|
|
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_0 = ___0_value;
|
|
__this->___U3CupU3Ek__BackingField_24 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CupU3Ek__BackingField_24), (void*)L_0);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void DpadControl_set_down_mA6DD689CB98F2757AF08EA219769DCFB350CE787_inline (DpadControl_t517E87BF3EB22369B71EA1941648079B468A45AB* __this, ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public ButtonControl down { get; set; }
|
|
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_0 = ___0_value;
|
|
__this->___U3CdownU3Ek__BackingField_25 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CdownU3Ek__BackingField_25), (void*)L_0);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void DpadControl_set_left_m0C97C7C0F6A926ABDC410EBA69827AF5CB35C57C_inline (DpadControl_t517E87BF3EB22369B71EA1941648079B468A45AB* __this, ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public ButtonControl left { get; set; }
|
|
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_0 = ___0_value;
|
|
__this->___U3CleftU3Ek__BackingField_26 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CleftU3Ek__BackingField_26), (void*)L_0);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void DpadControl_set_right_m095EB2EE31A2C68EBADC88D50CE3198E67A18922_inline (DpadControl_t517E87BF3EB22369B71EA1941648079B468A45AB* __this, ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public ButtonControl right { get; set; }
|
|
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_0 = ___0_value;
|
|
__this->___U3CrightU3Ek__BackingField_27 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CrightU3Ek__BackingField_27), (void*)L_0);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* DpadControl_get_up_m2B49F8A93B8FD1A5680F760F4F19FE6886306324_inline (DpadControl_t517E87BF3EB22369B71EA1941648079B468A45AB* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public ButtonControl up { get; set; }
|
|
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_0 = __this->___U3CupU3Ek__BackingField_24;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* DpadControl_get_down_mAE2E4790342613370D2EE6DD7807B83DF9D0010F_inline (DpadControl_t517E87BF3EB22369B71EA1941648079B468A45AB* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public ButtonControl down { get; set; }
|
|
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_0 = __this->___U3CdownU3Ek__BackingField_25;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* DpadControl_get_left_mA9519E53F7EE6A8C5A7377AB88C67C5E945AB8AD_inline (DpadControl_t517E87BF3EB22369B71EA1941648079B468A45AB* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public ButtonControl left { get; set; }
|
|
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_0 = __this->___U3CleftU3Ek__BackingField_26;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* DpadControl_get_right_m3F866DB7B9E268EF46B14C39D999B677F29454CD_inline (DpadControl_t517E87BF3EB22369B71EA1941648079B468A45AB* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public ButtonControl right { get; set; }
|
|
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_0 = __this->___U3CrightU3Ek__BackingField_27;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7* __this, float ___0_x, float ___1_y, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
float L_0 = ___0_x;
|
|
__this->___x_0 = L_0;
|
|
float L_1 = ___1_y;
|
|
__this->___y_1 = L_1;
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void DpadAxisControl_set_component_mA0E8C0F4875D0881F77D04AF5CB2CB9B871755B2_inline (DpadAxisControl_t0705D62878EDC266DF6ED6F2C743172649DB79B2* __this, int32_t ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public int component { get; set; }
|
|
int32_t L_0 = ___0_value;
|
|
__this->___U3CcomponentU3Ek__BackingField_33 = L_0;
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t DpadAxisControl_get_component_m5512C2D2865E1215B0BD00ED35626AA72135DF39_inline (DpadAxisControl_t0705D62878EDC266DF6ED6F2C743172649DB79B2* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public int component { get; set; }
|
|
int32_t L_0 = __this->___U3CcomponentU3Ek__BackingField_33;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float Vector2_get_Item_m18BC65BB0512B16A1F9C8BE4B83A3E7BBAD7064D_inline (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7* __this, int32_t ___0_index, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
float V_2 = 0.0f;
|
|
{
|
|
int32_t L_0 = ___0_index;
|
|
V_1 = L_0;
|
|
int32_t L_1 = V_1;
|
|
V_0 = L_1;
|
|
int32_t L_2 = V_0;
|
|
if (!L_2)
|
|
{
|
|
goto IL_0010;
|
|
}
|
|
}
|
|
{
|
|
goto IL_000a;
|
|
}
|
|
|
|
IL_000a:
|
|
{
|
|
int32_t L_3 = V_0;
|
|
if ((((int32_t)L_3) == ((int32_t)1)))
|
|
{
|
|
goto IL_0019;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0022;
|
|
}
|
|
|
|
IL_0010:
|
|
{
|
|
float L_4 = __this->___x_0;
|
|
V_2 = L_4;
|
|
goto IL_002d;
|
|
}
|
|
|
|
IL_0019:
|
|
{
|
|
float L_5 = __this->___y_1;
|
|
V_2 = L_5;
|
|
goto IL_002d;
|
|
}
|
|
|
|
IL_0022:
|
|
{
|
|
IndexOutOfRangeException_t7ECB35264FB6CA8FAA516BD958F4B2ADC78E8A82* L_6 = (IndexOutOfRangeException_t7ECB35264FB6CA8FAA516BD958F4B2ADC78E8A82*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&IndexOutOfRangeException_t7ECB35264FB6CA8FAA516BD958F4B2ADC78E8A82_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_6);
|
|
IndexOutOfRangeException__ctor_mFD06819F05B815BE2D6E826D4E04F4C449D0A425(L_6, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral4379B0249B80A34ABC2748B5F0D030FD7D4E007C)), NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Vector2_get_Item_m18BC65BB0512B16A1F9C8BE4B83A3E7BBAD7064D_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_002d:
|
|
{
|
|
float L_7 = V_2;
|
|
return L_7;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void InputControl_set_displayName_mBDE31F798F8EC1EFA502FDC9B0788C46ADBB18B7_inline (InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* __this, String_t* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// protected set => m_DisplayName = value;
|
|
String_t* L_0 = ___0_value;
|
|
__this->___m_DisplayName_3 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_DisplayName_3), (void*)L_0);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t KeyControl_get_keyCode_m475C6BDC836B053BA6B62739AE649A4732022477_inline (KeyControl_t1686D14A78AEC9364B8C7628DD482DE99CC20FE0* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public Key keyCode { get; set; }
|
|
int32_t L_0 = __this->___U3CkeyCodeU3Ek__BackingField_37;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void QuaternionControl_set_x_m2F49C0466CB8E5DB90559E8CB2BB45809ACDDAF9_inline (QuaternionControl_t18A2F742850FC2FD82A1F980A35C188A29F1A0B1* __this, AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public AxisControl x { get; private set; }
|
|
AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* L_0 = ___0_value;
|
|
__this->___U3CxU3Ek__BackingField_22 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CxU3Ek__BackingField_22), (void*)L_0);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void QuaternionControl_set_y_mC6B61DBAB9E7844BE1719CC1B87114B89F8D30B9_inline (QuaternionControl_t18A2F742850FC2FD82A1F980A35C188A29F1A0B1* __this, AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public AxisControl y { get; private set; }
|
|
AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* L_0 = ___0_value;
|
|
__this->___U3CyU3Ek__BackingField_23 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CyU3Ek__BackingField_23), (void*)L_0);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void QuaternionControl_set_z_m85AFC3E7A0BC89C1C0AA239BC6F5A5D9D04E61E2_inline (QuaternionControl_t18A2F742850FC2FD82A1F980A35C188A29F1A0B1* __this, AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public AxisControl z { get; private set; }
|
|
AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* L_0 = ___0_value;
|
|
__this->___U3CzU3Ek__BackingField_24 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CzU3Ek__BackingField_24), (void*)L_0);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void QuaternionControl_set_w_m3BDC9742055DCBC51EA07AB4D17D06B871BDBB52_inline (QuaternionControl_t18A2F742850FC2FD82A1F980A35C188A29F1A0B1* __this, AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public AxisControl w { get; private set; }
|
|
AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* L_0 = ___0_value;
|
|
__this->___U3CwU3Ek__BackingField_25 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CwU3Ek__BackingField_25), (void*)L_0);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* QuaternionControl_get_x_m7D5D3DF5C7FEF970D4EF1D6A1DCD077B476E69CE_inline (QuaternionControl_t18A2F742850FC2FD82A1F980A35C188A29F1A0B1* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public AxisControl x { get; private set; }
|
|
AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* L_0 = __this->___U3CxU3Ek__BackingField_22;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* QuaternionControl_get_y_mAD58BB3F383B77B22D292BBBE0C83B585CFAD7F2_inline (QuaternionControl_t18A2F742850FC2FD82A1F980A35C188A29F1A0B1* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public AxisControl y { get; private set; }
|
|
AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* L_0 = __this->___U3CyU3Ek__BackingField_23;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* QuaternionControl_get_z_mF8682B47CCC5ECF2A1BE5C74641140C09AAF7D23_inline (QuaternionControl_t18A2F742850FC2FD82A1F980A35C188A29F1A0B1* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public AxisControl z { get; private set; }
|
|
AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* L_0 = __this->___U3CzU3Ek__BackingField_24;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* QuaternionControl_get_w_m51E8425CB164C5124A701BE5893A928C9F597B94_inline (QuaternionControl_t18A2F742850FC2FD82A1F980A35C188A29F1A0B1* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public AxisControl w { get; private set; }
|
|
AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* L_0 = __this->___U3CwU3Ek__BackingField_25;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Quaternion__ctor_m868FD60AA65DD5A8AC0C5DEB0608381A8D85FCD8_inline (Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974* __this, float ___0_x, float ___1_y, float ___2_z, float ___3_w, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
float L_0 = ___0_x;
|
|
__this->___x_0 = L_0;
|
|
float L_1 = ___1_y;
|
|
__this->___y_1 = L_1;
|
|
float L_2 = ___2_z;
|
|
__this->___z_2 = L_2;
|
|
float L_3 = ___3_w;
|
|
__this->___w_3 = L_3;
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void StickControl_set_up_m61BA11ACCC32E4F313A3A63DCDCD0533C769003E_inline (StickControl_t2608D1388A5015029123635B4B589AC7EE20C50B* __this, ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public ButtonControl up { get; set; }
|
|
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_0 = ___0_value;
|
|
__this->___U3CupU3Ek__BackingField_24 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CupU3Ek__BackingField_24), (void*)L_0);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void StickControl_set_down_m44AE8044ED1602811026B03E7D65DF5389CA9467_inline (StickControl_t2608D1388A5015029123635B4B589AC7EE20C50B* __this, ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public ButtonControl down { get; set; }
|
|
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_0 = ___0_value;
|
|
__this->___U3CdownU3Ek__BackingField_25 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CdownU3Ek__BackingField_25), (void*)L_0);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void StickControl_set_left_mB60538C7F20D44305A63B946A0FC9DB90DB49794_inline (StickControl_t2608D1388A5015029123635B4B589AC7EE20C50B* __this, ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public ButtonControl left { get; set; }
|
|
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_0 = ___0_value;
|
|
__this->___U3CleftU3Ek__BackingField_26 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CleftU3Ek__BackingField_26), (void*)L_0);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void StickControl_set_right_m16E13881E48A3111A8E6FDC9FA51EC106CB86D3E_inline (StickControl_t2608D1388A5015029123635B4B589AC7EE20C50B* __this, ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public ButtonControl right { get; set; }
|
|
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_0 = ___0_value;
|
|
__this->___U3CrightU3Ek__BackingField_27 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CrightU3Ek__BackingField_27), (void*)L_0);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR TouchPhaseControl_t4652C6E0EBFAFA85A31607769876B02C1C9FCAEC* TouchControl_get_phase_mB82674B59168CD8074E9C371A51B088F76D4AC55_inline (TouchControl_t3A64A795FF61A8B27E5EBD61632F23AFCC725079* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public TouchPhaseControl phase { get; set; }
|
|
TouchPhaseControl_t4652C6E0EBFAFA85A31607769876B02C1C9FCAEC* L_0 = __this->___U3CphaseU3Ek__BackingField_28;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void TouchControl_set_press_m267FA7B0E99DE1F598EEA07E8938C99A40BD9855_inline (TouchControl_t3A64A795FF61A8B27E5EBD61632F23AFCC725079* __this, TouchPressControl_tD5BD68D9FDEAC889591DD7A499864893A43C7CEB* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public TouchPressControl press { get; set; }
|
|
TouchPressControl_tD5BD68D9FDEAC889591DD7A499864893A43C7CEB* L_0 = ___0_value;
|
|
__this->___U3CpressU3Ek__BackingField_22 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CpressU3Ek__BackingField_22), (void*)L_0);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void TouchControl_set_touchId_mAE9A8C4419AB2EEFD856E21445536E92BC71E8C7_inline (TouchControl_t3A64A795FF61A8B27E5EBD61632F23AFCC725079* __this, IntegerControl_tA24544EFF42204852F638FF5147F754962C997AB* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public IntegerControl touchId { get; set; }
|
|
IntegerControl_tA24544EFF42204852F638FF5147F754962C997AB* L_0 = ___0_value;
|
|
__this->___U3CtouchIdU3Ek__BackingField_23 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CtouchIdU3Ek__BackingField_23), (void*)L_0);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void TouchControl_set_position_m05BC61FE6B7B6676B4CA766BEEA59C5AC1E6F32E_inline (TouchControl_t3A64A795FF61A8B27E5EBD61632F23AFCC725079* __this, Vector2Control_t8D1B4021A1D82671AF916D3C0A476AA94E46A432* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public Vector2Control position { get; set; }
|
|
Vector2Control_t8D1B4021A1D82671AF916D3C0A476AA94E46A432* L_0 = ___0_value;
|
|
__this->___U3CpositionU3Ek__BackingField_24 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CpositionU3Ek__BackingField_24), (void*)L_0);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void TouchControl_set_delta_mB7F970B93CC0BE555C0A4629489DFAB57D534541_inline (TouchControl_t3A64A795FF61A8B27E5EBD61632F23AFCC725079* __this, DeltaControl_t63053AF5E0CD02B62F3CDE79821E4A12F72D573B* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public DeltaControl delta { get; set; }
|
|
DeltaControl_t63053AF5E0CD02B62F3CDE79821E4A12F72D573B* L_0 = ___0_value;
|
|
__this->___U3CdeltaU3Ek__BackingField_25 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CdeltaU3Ek__BackingField_25), (void*)L_0);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void TouchControl_set_pressure_mCE69ACE59C4C4DA91CAF53D4D15AF18635995B35_inline (TouchControl_t3A64A795FF61A8B27E5EBD61632F23AFCC725079* __this, AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public AxisControl pressure { get; set; }
|
|
AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* L_0 = ___0_value;
|
|
__this->___U3CpressureU3Ek__BackingField_26 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CpressureU3Ek__BackingField_26), (void*)L_0);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void TouchControl_set_radius_mEBCE66C95D761D48705D49DB0AD1FF2B84E953A1_inline (TouchControl_t3A64A795FF61A8B27E5EBD61632F23AFCC725079* __this, Vector2Control_t8D1B4021A1D82671AF916D3C0A476AA94E46A432* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public Vector2Control radius { get; set; }
|
|
Vector2Control_t8D1B4021A1D82671AF916D3C0A476AA94E46A432* L_0 = ___0_value;
|
|
__this->___U3CradiusU3Ek__BackingField_27 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CradiusU3Ek__BackingField_27), (void*)L_0);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void TouchControl_set_phase_m2C1DF80E1D3F08A1669AB392CFA8767C58704B15_inline (TouchControl_t3A64A795FF61A8B27E5EBD61632F23AFCC725079* __this, TouchPhaseControl_t4652C6E0EBFAFA85A31607769876B02C1C9FCAEC* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public TouchPhaseControl phase { get; set; }
|
|
TouchPhaseControl_t4652C6E0EBFAFA85A31607769876B02C1C9FCAEC* L_0 = ___0_value;
|
|
__this->___U3CphaseU3Ek__BackingField_28 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CphaseU3Ek__BackingField_28), (void*)L_0);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void TouchControl_set_indirectTouch_m31B4FC1CAC95B83361F16A1618EFAD7626E03603_inline (TouchControl_t3A64A795FF61A8B27E5EBD61632F23AFCC725079* __this, ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public ButtonControl indirectTouch { get; set; }
|
|
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_0 = ___0_value;
|
|
__this->___U3CindirectTouchU3Ek__BackingField_29 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CindirectTouchU3Ek__BackingField_29), (void*)L_0);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void TouchControl_set_tap_mA78E4789E418A40C5B0F5A6B5A296382506DCA9C_inline (TouchControl_t3A64A795FF61A8B27E5EBD61632F23AFCC725079* __this, ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public ButtonControl tap { get; set; }
|
|
ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF* L_0 = ___0_value;
|
|
__this->___U3CtapU3Ek__BackingField_30 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CtapU3Ek__BackingField_30), (void*)L_0);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void TouchControl_set_tapCount_mF2D0B14A18FA26370F834796164678077A4D0357_inline (TouchControl_t3A64A795FF61A8B27E5EBD61632F23AFCC725079* __this, IntegerControl_tA24544EFF42204852F638FF5147F754962C997AB* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public IntegerControl tapCount { get; set; }
|
|
IntegerControl_tA24544EFF42204852F638FF5147F754962C997AB* L_0 = ___0_value;
|
|
__this->___U3CtapCountU3Ek__BackingField_31 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CtapCountU3Ek__BackingField_31), (void*)L_0);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void TouchControl_set_startTime_m3AFEFF9640DFA22A85C4D4C75FAAD462733271E1_inline (TouchControl_t3A64A795FF61A8B27E5EBD61632F23AFCC725079* __this, DoubleControl_t3707A6260424A2F3636669A2BAFF5CB5E91D2486* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public DoubleControl startTime { get; set; }
|
|
DoubleControl_t3707A6260424A2F3636669A2BAFF5CB5E91D2486* L_0 = ___0_value;
|
|
__this->___U3CstartTimeU3Ek__BackingField_32 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CstartTimeU3Ek__BackingField_32), (void*)L_0);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void TouchControl_set_startPosition_m3C4F834E13C3D551917A89725BDE8801F37707F0_inline (TouchControl_t3A64A795FF61A8B27E5EBD61632F23AFCC725079* __this, Vector2Control_t8D1B4021A1D82671AF916D3C0A476AA94E46A432* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public Vector2Control startPosition { get; set; }
|
|
Vector2Control_t8D1B4021A1D82671AF916D3C0A476AA94E46A432* L_0 = ___0_value;
|
|
__this->___U3CstartPositionU3Ek__BackingField_33 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CstartPositionU3Ek__BackingField_33), (void*)L_0);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Vector2Control_set_x_m99BE9EF688C3B153DA726627B3CBD724F8D20BE1_inline (Vector2Control_t8D1B4021A1D82671AF916D3C0A476AA94E46A432* __this, AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public AxisControl x { get; set; }
|
|
AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* L_0 = ___0_value;
|
|
__this->___U3CxU3Ek__BackingField_22 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CxU3Ek__BackingField_22), (void*)L_0);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Vector2Control_set_y_m9023BACC80F2CF0AE28E2F5D0E9BBA54104E89F8_inline (Vector2Control_t8D1B4021A1D82671AF916D3C0A476AA94E46A432* __this, AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public AxisControl y { get; set; }
|
|
AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* L_0 = ___0_value;
|
|
__this->___U3CyU3Ek__BackingField_23 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CyU3Ek__BackingField_23), (void*)L_0);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* Vector2Control_get_x_m46EF007B05D977A1DC2213099186F8977FEE0F16_inline (Vector2Control_t8D1B4021A1D82671AF916D3C0A476AA94E46A432* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public AxisControl x { get; set; }
|
|
AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* L_0 = __this->___U3CxU3Ek__BackingField_22;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* Vector2Control_get_y_mC1161E90D2869FC71970828495EAEB702AF44CBE_inline (Vector2Control_t8D1B4021A1D82671AF916D3C0A476AA94E46A432* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public AxisControl y { get; set; }
|
|
AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* L_0 = __this->___U3CyU3Ek__BackingField_23;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float Vector2_get_magnitude_m5C59B4056420AEFDB291AD0914A3F675330A75CE_inline (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tEB65DE7CA8B083C412C969C92981C030865486CE_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
float V_0 = 0.0f;
|
|
{
|
|
float L_0 = __this->___x_0;
|
|
float L_1 = __this->___x_0;
|
|
float L_2 = __this->___y_1;
|
|
float L_3 = __this->___y_1;
|
|
il2cpp_codegen_runtime_class_init_inline(Math_tEB65DE7CA8B083C412C969C92981C030865486CE_il2cpp_TypeInfo_var);
|
|
double L_4;
|
|
L_4 = sqrt(((double)((float)il2cpp_codegen_add(((float)il2cpp_codegen_multiply(L_0, L_1)), ((float)il2cpp_codegen_multiply(L_2, L_3))))));
|
|
V_0 = ((float)L_4);
|
|
goto IL_0026;
|
|
}
|
|
|
|
IL_0026:
|
|
{
|
|
float L_5 = V_0;
|
|
return L_5;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Vector3Control_set_x_mD7AE56439D8298AD1289A974418A06CB88485A03_inline (Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* __this, AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public AxisControl x { get; set; }
|
|
AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* L_0 = ___0_value;
|
|
__this->___U3CxU3Ek__BackingField_22 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CxU3Ek__BackingField_22), (void*)L_0);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Vector3Control_set_y_m76BA1E318379E8A5CB898EAC417A1B9DA76B1051_inline (Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* __this, AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public AxisControl y { get; set; }
|
|
AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* L_0 = ___0_value;
|
|
__this->___U3CyU3Ek__BackingField_23 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CyU3Ek__BackingField_23), (void*)L_0);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Vector3Control_set_z_m2C88E99EF9B1B1FF4AD91F3253525F134A39EF62_inline (Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* __this, AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public AxisControl z { get; set; }
|
|
AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* L_0 = ___0_value;
|
|
__this->___U3CzU3Ek__BackingField_24 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CzU3Ek__BackingField_24), (void*)L_0);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* Vector3Control_get_x_m128FBA1E59192C2BCCF6A3FCDCD17A44C4DF4F24_inline (Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public AxisControl x { get; set; }
|
|
AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* L_0 = __this->___U3CxU3Ek__BackingField_22;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* Vector3Control_get_y_mE363057B973B18E66C3715A537EFEED0107158BD_inline (Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public AxisControl y { get; set; }
|
|
AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* L_0 = __this->___U3CyU3Ek__BackingField_23;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* Vector3Control_get_z_m0F438D0997F511F0230C119569957A149ABDDFDC_inline (Vector3Control_t32D7E4836F56C2FDC61BF0D96ED455DEFA6C949A* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public AxisControl z { get; set; }
|
|
AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7* L_0 = __this->___U3CzU3Ek__BackingField_24;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Vector3__ctor_m376936E6B999EF1ECBE57D990A386303E2283DE0_inline (Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2* __this, float ___0_x, float ___1_y, float ___2_z, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
float L_0 = ___0_x;
|
|
__this->___x_2 = L_0;
|
|
float L_1 = ___1_y;
|
|
__this->___y_3 = L_1;
|
|
float L_2 = ___2_z;
|
|
__this->___z_4 = L_2;
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float Vector3_get_magnitude_mF0D6017E90B345F1F52D1CC564C640F1A847AF2D_inline (Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tEB65DE7CA8B083C412C969C92981C030865486CE_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
float V_0 = 0.0f;
|
|
{
|
|
float L_0 = __this->___x_2;
|
|
float L_1 = __this->___x_2;
|
|
float L_2 = __this->___y_3;
|
|
float L_3 = __this->___y_3;
|
|
float L_4 = __this->___z_4;
|
|
float L_5 = __this->___z_4;
|
|
il2cpp_codegen_runtime_class_init_inline(Math_tEB65DE7CA8B083C412C969C92981C030865486CE_il2cpp_TypeInfo_var);
|
|
double L_6;
|
|
L_6 = sqrt(((double)((float)il2cpp_codegen_add(((float)il2cpp_codegen_add(((float)il2cpp_codegen_multiply(L_0, L_1)), ((float)il2cpp_codegen_multiply(L_2, L_3)))), ((float)il2cpp_codegen_multiply(L_4, L_5))))));
|
|
V_0 = ((float)L_6);
|
|
goto IL_0034;
|
|
}
|
|
|
|
IL_0034:
|
|
{
|
|
float L_7 = V_0;
|
|
return L_7;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float InputSettings_get_defaultHoldTime_m53F2079FAD3439512EEF73614AD57E557BAF86DF_inline (InputSettings_tBA8835B505722A59702A08BCBA46ECF0B0274EEF* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// get => m_DefaultHoldTime;
|
|
float L_0 = __this->___m_DefaultHoldTime_17;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float InputSettings_get_defaultTapTime_mC6FD6765646FF55571132E1D60D35B282D8806B7_inline (InputSettings_tBA8835B505722A59702A08BCBA46ECF0B0274EEF* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// get => m_DefaultTapTime;
|
|
float L_0 = __this->___m_DefaultTapTime_15;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float InputSettings_get_multiTapDelayTime_mF820595F3F61089A8A7E9DC28721E8B9014B8ADA_inline (InputSettings_tBA8835B505722A59702A08BCBA46ECF0B0274EEF* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// get => m_MultiTapDelayTime;
|
|
float L_0 = __this->___m_MultiTapDelayTime_19;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float InputSettings_get_defaultSlowTapTime_m88791AEF81A2C44CF1E9D2ED7278792CEA3EE525_inline (InputSettings_tBA8835B505722A59702A08BCBA46ECF0B0274EEF* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// get => m_DefaultSlowTapTime;
|
|
float L_0 = __this->___m_DefaultSlowTapTime_16;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t InputEventBuffer_get_eventCount_mD120699C5A1CEBA76C878BC37DB2E39458F56C8E_inline (InputEventBuffer_t3123D90CE491FA9828E878B2BEF766A3DC6E74FE* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public int eventCount => m_EventCount;
|
|
int32_t L_0 = __this->___m_EventCount_3;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR double TriggerState_get_time_m24F76F03E47DEFAEB40652814E189E13433EA29C_inline (TriggerState_t99B6AEA05EECEE1FEE7B60C2ABA73FA03685F38D* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// get => m_Time;
|
|
double L_0 = __this->___m_Time_7;
|
|
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 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 ActionEvent_set_startTime_m421136E6914BF478860D9A2A4C302A8E5C0128F2_inline (ActionEvent_tFC934B0EAC602EBEF4E6F4A34EC21B329DE11444* __this, double ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// set => m_StartTime = value;
|
|
double L_0 = ___0_value;
|
|
__this->___m_StartTime_6 = 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 ActionEvent_get_bindingIndex_m95BC43710F538E6E696644A9CABD5EC4FAA97400_inline (ActionEvent_tFC934B0EAC602EBEF4E6F4A34EC21B329DE11444* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// get => m_BindingIndex;
|
|
uint16_t L_0 = __this->___m_BindingIndex_2;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t ActionEvent_get_phase_mA5D0A72C4C5DD7D0F562AAC03812667D7D467AC9_inline (ActionEvent_tFC934B0EAC602EBEF4E6F4A34EC21B329DE11444* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// get => (InputActionPhase)m_Phase;
|
|
uint8_t L_0 = __this->___m_Phase_5;
|
|
return (int32_t)(L_0);
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t ActionEvent_get_controlIndex_m6AD8C96BCD3A38D6FFC823F98673549CAADB1715_inline (ActionEvent_tFC934B0EAC602EBEF4E6F4A34EC21B329DE11444* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// get => m_ControlIndex;
|
|
uint16_t L_0 = __this->___m_ControlIndex_1;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR double ActionEvent_get_startTime_mFC441D783C0FF36A0DCF844F6CB4C51F7B507DC9_inline (ActionEvent_tFC934B0EAC602EBEF4E6F4A34EC21B329DE11444* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// get => m_StartTime;
|
|
double L_0 = __this->___m_StartTime_6;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void IntPtr__ctor_m4F9A9B80F01996B610D5AE4797F20B98ECD0A3D9_inline (intptr_t* __this, void* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
void* L_0 = ___0_value;
|
|
*__this = ((intptr_t)L_0);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* InputAction_get_name_m1F0AADC84A46CBF2EEE3AEACB760189F68D50938_inline (InputAction_t1B550AD2B55AF322AFB53CD28DA64081220D01CD* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public string name => m_Name;
|
|
String_t* L_0 = __this->___m_Name_0;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* 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 InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5* InputEventPtr_get_data_m4694B5F91E787CE9586B5C7113AFEB89D33CC616_inline (InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public InputEvent* data => m_EventPtr;
|
|
InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5* L_0 = __this->___m_EventPtr_0;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t ActionEvent_get_stateIndex_m9B25D23E723CFD517FEA65A61D0D3587E4205450_inline (ActionEvent_tFC934B0EAC602EBEF4E6F4A34EC21B329DE11444* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// get => m_StateIndex;
|
|
uint8_t L_0 = __this->___m_StateIndex_4;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float Vector2_get_sqrMagnitude_mA16336720C14EEF8BA9B55AE33B98C9EE2082BDC_inline (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7* __this, const RuntimeMethod* method)
|
|
{
|
|
float V_0 = 0.0f;
|
|
{
|
|
float L_0 = __this->___x_0;
|
|
float L_1 = __this->___x_0;
|
|
float L_2 = __this->___y_1;
|
|
float L_3 = __this->___y_1;
|
|
V_0 = ((float)il2cpp_codegen_add(((float)il2cpp_codegen_multiply(L_0, L_1)), ((float)il2cpp_codegen_multiply(L_2, L_3))));
|
|
goto IL_001f;
|
|
}
|
|
|
|
IL_001f:
|
|
{
|
|
float L_4 = V_0;
|
|
return L_4;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float Vector3_get_sqrMagnitude_m43C27DEC47C4811FB30AB474FF2131A963B66FC8_inline (Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2* __this, const RuntimeMethod* method)
|
|
{
|
|
float V_0 = 0.0f;
|
|
{
|
|
float L_0 = __this->___x_2;
|
|
float L_1 = __this->___x_2;
|
|
float L_2 = __this->___y_3;
|
|
float L_3 = __this->___y_3;
|
|
float L_4 = __this->___z_4;
|
|
float L_5 = __this->___z_4;
|
|
V_0 = ((float)il2cpp_codegen_add(((float)il2cpp_codegen_add(((float)il2cpp_codegen_multiply(L_0, L_1)), ((float)il2cpp_codegen_multiply(L_2, L_3)))), ((float)il2cpp_codegen_multiply(L_4, L_5))));
|
|
goto IL_002d;
|
|
}
|
|
|
|
IL_002d:
|
|
{
|
|
float L_6 = V_0;
|
|
return L_6;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline (String_t* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = __this->____stringLength_4;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Action_Invoke_m7126A54DACA72B845424072887B5F3A51FC3808E_inline (Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* __this, const RuntimeMethod* method)
|
|
{
|
|
typedef void (*FunctionPointerType) (RuntimeObject*, const RuntimeMethod*);
|
|
((FunctionPointerType)__this->___invoke_impl_1)((Il2CppObject*)__this->___method_code_6, reinterpret_cast<RuntimeMethod*>(__this->___method_3));
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void DisplayStringFormatAttribute_set_formatString_mBAA0AC2BE26A8D0186624C1D8821D5D0C6110F74_inline (DisplayStringFormatAttribute_t3C53E0C127ADC7CED74D9E4B13A6F1804577D89B* __this, String_t* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public string formatString { get; set; }
|
|
String_t* L_0 = ___0_value;
|
|
__this->___U3CformatStringU3Ek__BackingField_0 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CformatStringU3Ek__BackingField_0), (void*)L_0);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void FourCC__ctor_mE761C8779BB6DC85BA1662DC9ECEC39D62ED9A56_inline (FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED* __this, int32_t ___0_code, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// m_Code = code;
|
|
int32_t L_0 = ___0_code;
|
|
__this->___m_Code_0 = L_0;
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t FourCC_GetHashCode_m257C85593E1E203C50D4FADCB73ED1D7E40A26C0_inline (FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// return m_Code;
|
|
int32_t L_0 = __this->___m_Code_0;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* InternedString_ToLower_m38BACEAA62BB7555B631D016BA58B0313050BBBC_inline (InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// return m_StringLowerCase;
|
|
String_t* L_0 = __this->___m_StringLowerCase_1;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Substring_get_length_m55986408214CA7DBD05548C1E226DC2E4D6E78FC_inline (Substring_t2E16755269E6716C22074D6BC0A9099915E67849* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public int length => m_Length;
|
|
int32_t L_0 = __this->___m_Length_2;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool NumberHelpers_Approximately_mE629167A20513BA6F12F46340969A248EA4C8725_inline (double ___0_a, double ___1_b, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tEB65DE7CA8B083C412C969C92981C030865486CE_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// return Math.Abs(b - a) < Math.Max(1E-06 * Math.Max(Math.Abs(a), Math.Abs(b)), double.Epsilon * 8);
|
|
double L_0 = ___1_b;
|
|
double L_1 = ___0_a;
|
|
il2cpp_codegen_runtime_class_init_inline(Math_tEB65DE7CA8B083C412C969C92981C030865486CE_il2cpp_TypeInfo_var);
|
|
double L_2;
|
|
L_2 = fabs(((double)il2cpp_codegen_subtract(L_0, L_1)));
|
|
double L_3 = ___0_a;
|
|
double L_4;
|
|
L_4 = fabs(L_3);
|
|
double L_5 = ___1_b;
|
|
double L_6;
|
|
L_6 = fabs(L_5);
|
|
double L_7;
|
|
L_7 = Math_Max_m7BAC743E1752A51F258BB82DEBDD13E7C6D3ED26(L_4, L_6, NULL);
|
|
double L_8;
|
|
L_8 = Math_Max_m7BAC743E1752A51F258BB82DEBDD13E7C6D3ED26(((double)il2cpp_codegen_multiply((9.9999999999999995E-07), L_7)), (3.9525251667299724E-323), NULL);
|
|
return (bool)((((double)L_2) < ((double)L_8))? 1 : 0);
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Double_GetHashCode_m3761FC05AD24D97A68FA1E8412A9454DF3880E32_inline (double* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BitConverter_t6E99605185963BC12B3D369E13F2B88997E64A27_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int64_t V_0 = 0;
|
|
{
|
|
double L_0 = *((double*)__this);
|
|
il2cpp_codegen_runtime_class_init_inline(BitConverter_t6E99605185963BC12B3D369E13F2B88997E64A27_il2cpp_TypeInfo_var);
|
|
int64_t L_1;
|
|
L_1 = BitConverter_DoubleToInt64Bits_m4F42741818550F9956B5FBAF88C051F4DE5B0AE6_inline(L_0, NULL);
|
|
V_0 = L_1;
|
|
int64_t L_2 = V_0;
|
|
if ((((int64_t)((int64_t)(((int64_t)il2cpp_codegen_subtract(L_2, ((int64_t)1)))&((int64_t)(std::numeric_limits<int64_t>::max)())))) < ((int64_t)((int64_t)9218868437227405312LL))))
|
|
{
|
|
goto IL_002d;
|
|
}
|
|
}
|
|
{
|
|
int64_t L_3 = V_0;
|
|
V_0 = ((int64_t)(L_3&((int64_t)9218868437227405312LL)));
|
|
}
|
|
|
|
IL_002d:
|
|
{
|
|
int64_t L_4 = V_0;
|
|
int64_t L_5 = V_0;
|
|
return ((int32_t)(((int32_t)L_4)^((int32_t)((int64_t)(L_5>>((int32_t)32))))));
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float NumberHelpers_UIntToNormalizedFloat_m7AC854D977290A07F9778706649DBE5CA4608189_inline (uint32_t ___0_value, uint32_t ___1_minValue, uint32_t ___2_maxValue, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// if (value <= minValue)
|
|
uint32_t L_0 = ___0_value;
|
|
uint32_t L_1 = ___1_minValue;
|
|
if ((!(((uint32_t)L_0) <= ((uint32_t)L_1))))
|
|
{
|
|
goto IL_000a;
|
|
}
|
|
}
|
|
{
|
|
// return 0.0f;
|
|
return (0.0f);
|
|
}
|
|
|
|
IL_000a:
|
|
{
|
|
// if (value >= maxValue)
|
|
uint32_t L_2 = ___0_value;
|
|
uint32_t L_3 = ___2_maxValue;
|
|
if ((!(((uint32_t)L_2) >= ((uint32_t)L_3))))
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
// return 1.0f;
|
|
return (1.0f);
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
// return (float)(((double)value - minValue) / ((double)maxValue - minValue));
|
|
uint32_t L_4 = ___0_value;
|
|
uint32_t L_5 = ___1_minValue;
|
|
uint32_t L_6 = ___2_maxValue;
|
|
uint32_t L_7 = ___1_minValue;
|
|
return ((float)((double)(((double)il2cpp_codegen_subtract(((double)((double)(uint32_t)L_4)), ((double)((double)(uint32_t)L_5))))/((double)il2cpp_codegen_subtract(((double)((double)(uint32_t)L_6)), ((double)((double)(uint32_t)L_7)))))));
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint32_t NumberHelpers_NormalizedFloatToUInt_m83A3FB82B0A6D8684366FE38FF074756D652A6AC_inline (float ___0_value, uint32_t ___1_uintMinValue, uint32_t ___2_uintMaxValue, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// if (value <= 0.0f)
|
|
float L_0 = ___0_value;
|
|
if ((!(((float)L_0) <= ((float)(0.0f)))))
|
|
{
|
|
goto IL_000a;
|
|
}
|
|
}
|
|
{
|
|
// return uintMinValue;
|
|
uint32_t L_1 = ___1_uintMinValue;
|
|
return L_1;
|
|
}
|
|
|
|
IL_000a:
|
|
{
|
|
// if (value >= 1.0f)
|
|
float L_2 = ___0_value;
|
|
if ((!(((float)L_2) >= ((float)(1.0f)))))
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
// return uintMaxValue;
|
|
uint32_t L_3 = ___2_uintMaxValue;
|
|
return L_3;
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
// return (uint)(value * ((double)uintMaxValue - uintMinValue) + uintMinValue);
|
|
float L_4 = ___0_value;
|
|
uint32_t L_5 = ___2_uintMaxValue;
|
|
uint32_t L_6 = ___1_uintMinValue;
|
|
uint32_t L_7 = ___1_uintMinValue;
|
|
return il2cpp_codegen_cast_floating_point<uint32_t, int32_t, double>(((double)il2cpp_codegen_add(((double)il2cpp_codegen_multiply(((double)L_4), ((double)il2cpp_codegen_subtract(((double)((double)(uint32_t)L_5)), ((double)((double)(uint32_t)L_6)))))), ((double)((double)(uint32_t)L_7)))));
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint32_t NumberHelpers_AlignToMultipleOf_m44B66C972BC1F508B9022564F265D1AA6A001AAE_inline (uint32_t ___0_number, uint32_t ___1_alignment, const RuntimeMethod* method)
|
|
{
|
|
uint32_t V_0 = 0;
|
|
{
|
|
// var remainder = number % alignment;
|
|
uint32_t L_0 = ___0_number;
|
|
uint32_t L_1 = ___1_alignment;
|
|
V_0 = ((int32_t)((uint32_t)(int32_t)L_0%(uint32_t)(int32_t)L_1));
|
|
// if (remainder == 0)
|
|
uint32_t L_2 = V_0;
|
|
if (L_2)
|
|
{
|
|
goto IL_0009;
|
|
}
|
|
}
|
|
{
|
|
// return number;
|
|
uint32_t L_3 = ___0_number;
|
|
return L_3;
|
|
}
|
|
|
|
IL_0009:
|
|
{
|
|
// return number + alignment - remainder;
|
|
uint32_t L_4 = ___0_number;
|
|
uint32_t L_5 = ___1_alignment;
|
|
uint32_t L_6 = V_0;
|
|
return ((int32_t)il2cpp_codegen_subtract(((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)L_5)), (int32_t)L_6));
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* NameAndParameters_get_name_m192631DA1AC9E80863E085B954EC65185AB999BB_inline (NameAndParameters_t8F37102128EFD31CA57808AE6E3D1244758DEA01* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public string name { get; set; }
|
|
String_t* L_0 = __this->___U3CnameU3Ek__BackingField_0;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void NameAndParameters_set_name_m2801F82D305182583BDF540F3542136507DC8F6B_inline (NameAndParameters_t8F37102128EFD31CA57808AE6E3D1244758DEA01* __this, String_t* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public string name { get; set; }
|
|
String_t* L_0 = ___0_value;
|
|
__this->___U3CnameU3Ek__BackingField_0 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CnameU3Ek__BackingField_0), (void*)L_0);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ReadOnlyArray_1_t4A15F7D15ACB297B45A08889D51E4CACEAD4EDF9 NameAndParameters_get_parameters_m95955C020AC036867502A12AA64D4EB5F5B61135_inline (NameAndParameters_t8F37102128EFD31CA57808AE6E3D1244758DEA01* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public ReadOnlyArray<NamedValue> parameters { get; set; }
|
|
ReadOnlyArray_1_t4A15F7D15ACB297B45A08889D51E4CACEAD4EDF9 L_0 = __this->___U3CparametersU3Ek__BackingField_1;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void NameAndParameters_set_parameters_m503C9C51BCCF48E06523966533CA3F490E03D668_inline (NameAndParameters_t8F37102128EFD31CA57808AE6E3D1244758DEA01* __this, ReadOnlyArray_1_t4A15F7D15ACB297B45A08889D51E4CACEAD4EDF9 ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public ReadOnlyArray<NamedValue> parameters { get; set; }
|
|
ReadOnlyArray_1_t4A15F7D15ACB297B45A08889D51E4CACEAD4EDF9 L_0 = ___0_value;
|
|
__this->___U3CparametersU3Ek__BackingField_1 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)&(((&__this->___U3CparametersU3Ek__BackingField_1))->___m_Array_0), (void*)NULL);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* NamedValue_get_name_m45E9C3490890CE9E140EFCF1A33781E0939A884F_inline (NamedValue_t1D89B1ACD11D2B5284666865014E67683742B8ED* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public string name { get; set; }
|
|
String_t* L_0 = __this->___U3CnameU3Ek__BackingField_1;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void NamedValue_set_name_mCF3BCACF7F87CF0C64AB3E4547BA5876ADF1940C_inline (NamedValue_t1D89B1ACD11D2B5284666865014E67683742B8ED* __this, String_t* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public string name { get; set; }
|
|
String_t* L_0 = ___0_value;
|
|
__this->___U3CnameU3Ek__BackingField_1 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CnameU3Ek__BackingField_1), (void*)L_0);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 NamedValue_get_value_m511BD4B70448C88B98FE3CCC7483DA07AAC2BBAD_inline (NamedValue_t1D89B1ACD11D2B5284666865014E67683742B8ED* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public PrimitiveValue value { get; set; }
|
|
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 L_0 = __this->___U3CvalueU3Ek__BackingField_2;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void NamedValue_set_value_mD96CEA0EB28C32139F47AEF613FE40B6DD7A5D7D_inline (NamedValue_t1D89B1ACD11D2B5284666865014E67683742B8ED* __this, PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public PrimitiveValue value { get; set; }
|
|
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 L_0 = ___0_value;
|
|
__this->___U3CvalueU3Ek__BackingField_2 = L_0;
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t PrimitiveValue_get_type_m5E879D643209154FA8B68A45366EB969221CF4F4_inline (PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public TypeCode type => m_Type;
|
|
int32_t L_0 = __this->___m_Type_0;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t InputDevice_get_deviceId_mC65E69E6117B78DB2F4963F5CF9BF031488AD588_inline (InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public int deviceId => m_DeviceId;
|
|
int32_t L_0 = __this->___m_DeviceId_25;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 KeyValuePair_2_get_Key_mC668DBB7580ADCE4B3D87DA1C6E91F6E56B9EE84_gshared_inline (KeyValuePair_2_tC24A74EF64A292F5C6BA77D0B04CD6620D2DE3AC* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_0 = (InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735)__this->___key_0;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* KeyValuePair_2_get_Value_m1425379DCDEDB955455E242B31CD2AE43552B441_gshared_inline (KeyValuePair_2_tC24A74EF64A292F5C6BA77D0B04CD6620D2DE3AC* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
RuntimeObject* L_0 = (RuntimeObject*)__this->___value_1;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t List_1_get_Count_mA85C489B00E39A4A5F1E8589C2CE368DE85229BC_gshared_inline (List_1_t4A80BCCFB0BC8742C8BB601365DB07226750573A* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = (int32_t)__this->____size_2;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void List_1_Add_mE78869407E32A2635B76A2FAD69DF379E67ABD82_gshared_inline (List_1_t4A80BCCFB0BC8742C8BB601365DB07226750573A* __this, JsonValue_t01DB320267C848E729A400EF2345979978F851D2 ___0_item, const RuntimeMethod* method)
|
|
{
|
|
JsonValueU5BU5D_tCC9BDCF1DE43F923B72BEF6FE9AB4FBAEF445DB3* 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));
|
|
JsonValueU5BU5D_tCC9BDCF1DE43F923B72BEF6FE9AB4FBAEF445DB3* L_1 = (JsonValueU5BU5D_tCC9BDCF1DE43F923B72BEF6FE9AB4FBAEF445DB3*)__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;
|
|
JsonValueU5BU5D_tCC9BDCF1DE43F923B72BEF6FE9AB4FBAEF445DB3* 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));
|
|
JsonValueU5BU5D_tCC9BDCF1DE43F923B72BEF6FE9AB4FBAEF445DB3* L_6 = V_0;
|
|
int32_t L_7 = V_1;
|
|
JsonValue_t01DB320267C848E729A400EF2345979978F851D2 L_8 = ___0_item;
|
|
NullCheck(L_6);
|
|
(L_6)->SetAt(static_cast<il2cpp_array_size_t>(L_7), (JsonValue_t01DB320267C848E729A400EF2345979978F851D2)L_8);
|
|
return;
|
|
}
|
|
|
|
IL_0034:
|
|
{
|
|
JsonValue_t01DB320267C848E729A400EF2345979978F851D2 L_9 = ___0_item;
|
|
(( void (*) (List_1_t4A80BCCFB0BC8742C8BB601365DB07226750573A*, JsonValue_t01DB320267C848E729A400EF2345979978F851D2, const RuntimeMethod*))il2cpp_codegen_get_method_pointer(il2cpp_rgctx_method(method->klass->rgctx_data, 11)))(__this, L_9, il2cpp_rgctx_method(method->klass->rgctx_data, 11));
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* KeyValuePair_2_get_Key_mBD9C88CB5A45096243E5CE92DE07B077508B7730_gshared_inline (KeyValuePair_2_tF857B1C753163D05D6CE5351B5146D32C33F0B0C* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
RuntimeObject* L_0 = (RuntimeObject*)__this->___key_0;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR JsonValue_t01DB320267C848E729A400EF2345979978F851D2 KeyValuePair_2_get_Value_mE2F1308AA1361FAC791808BF909523539D8804EA_gshared_inline (KeyValuePair_2_tF857B1C753163D05D6CE5351B5146D32C33F0B0C* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
JsonValue_t01DB320267C848E729A400EF2345979978F851D2 L_0 = (JsonValue_t01DB320267C848E729A400EF2345979978F851D2)__this->___value_1;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t ReadOnlyArray_1_get_Count_m76D58AB3E0CF768F6E547B59CAD83CEF522A5242_gshared_inline (ReadOnlyArray_1_t4A15F7D15ACB297B45A08889D51E4CACEAD4EDF9* __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 RuntimeObject* Enumerable_Empty_TisNameAndParameters_t8F37102128EFD31CA57808AE6E3D1244758DEA01_mB7EC334B328DC858AE56A03D0A9FCFA8124C1125_gshared_inline (const RuntimeMethod* method)
|
|
{
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(il2cpp_rgctx_data(method->rgctx_data, 0));
|
|
NameAndParametersU5BU5D_tA6C2AC34ACDB1967A7A2CEF4BE1D717ADA695CA2* L_0 = ((EmptyEnumerable_1_t3B42B1B4CCA466045C2BB6F27A882D8B14E2C226_StaticFields*)il2cpp_codegen_static_fields_for(il2cpp_rgctx_data(method->rgctx_data, 0)))->___Instance_0;
|
|
return (RuntimeObject*)L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void List_1_Clear_m58527EC8CB345DC3E53630A7B599BDCF01B206F8_gshared_inline (List_1_tF542FB9F97D34CC06B085D6872645B0DC0AA5E43* __this, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
{
|
|
int32_t L_0 = (int32_t)__this->____version_3;
|
|
__this->____version_3 = ((int32_t)il2cpp_codegen_add(L_0, 1));
|
|
if (!true)
|
|
{
|
|
goto IL_0035;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_1 = (int32_t)__this->____size_2;
|
|
V_0 = L_1;
|
|
__this->____size_2 = 0;
|
|
int32_t L_2 = V_0;
|
|
if ((((int32_t)L_2) <= ((int32_t)0)))
|
|
{
|
|
goto IL_003c;
|
|
}
|
|
}
|
|
{
|
|
NameAndParametersU5BU5D_tA6C2AC34ACDB1967A7A2CEF4BE1D717ADA695CA2* L_3 = (NameAndParametersU5BU5D_tA6C2AC34ACDB1967A7A2CEF4BE1D717ADA695CA2*)__this->____items_1;
|
|
int32_t L_4 = V_0;
|
|
Array_Clear_m50BAA3751899858B097D3FF2ED31F284703FE5CB((RuntimeArray*)L_3, 0, L_4, NULL);
|
|
return;
|
|
}
|
|
|
|
IL_0035:
|
|
{
|
|
__this->____size_2 = 0;
|
|
}
|
|
|
|
IL_003c:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void List_1_Add_mA0F712F994883E3BEC29241900DDE5AEBE2561CB_gshared_inline (List_1_tF542FB9F97D34CC06B085D6872645B0DC0AA5E43* __this, NameAndParameters_t8F37102128EFD31CA57808AE6E3D1244758DEA01 ___0_item, const RuntimeMethod* method)
|
|
{
|
|
NameAndParametersU5BU5D_tA6C2AC34ACDB1967A7A2CEF4BE1D717ADA695CA2* 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));
|
|
NameAndParametersU5BU5D_tA6C2AC34ACDB1967A7A2CEF4BE1D717ADA695CA2* L_1 = (NameAndParametersU5BU5D_tA6C2AC34ACDB1967A7A2CEF4BE1D717ADA695CA2*)__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;
|
|
NameAndParametersU5BU5D_tA6C2AC34ACDB1967A7A2CEF4BE1D717ADA695CA2* 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));
|
|
NameAndParametersU5BU5D_tA6C2AC34ACDB1967A7A2CEF4BE1D717ADA695CA2* L_6 = V_0;
|
|
int32_t L_7 = V_1;
|
|
NameAndParameters_t8F37102128EFD31CA57808AE6E3D1244758DEA01 L_8 = ___0_item;
|
|
NullCheck(L_6);
|
|
(L_6)->SetAt(static_cast<il2cpp_array_size_t>(L_7), (NameAndParameters_t8F37102128EFD31CA57808AE6E3D1244758DEA01)L_8);
|
|
return;
|
|
}
|
|
|
|
IL_0034:
|
|
{
|
|
NameAndParameters_t8F37102128EFD31CA57808AE6E3D1244758DEA01 L_9 = ___0_item;
|
|
(( void (*) (List_1_tF542FB9F97D34CC06B085D6872645B0DC0AA5E43*, NameAndParameters_t8F37102128EFD31CA57808AE6E3D1244758DEA01, const RuntimeMethod*))il2cpp_codegen_get_method_pointer(il2cpp_rgctx_method(method->klass->rgctx_data, 11)))(__this, L_9, il2cpp_rgctx_method(method->klass->rgctx_data, 11));
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 ReadOnlySpan_1_Slice_mDEEA4C304B13C8F7A63BC3D60B62FF17BBEE282B_gshared_inline (ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1* __this, int32_t ___0_start, int32_t ___1_length, const RuntimeMethod* method)
|
|
{
|
|
ByReference_1_t7BA5A6CA164F770BC688F21C5978D368716465F5 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
int32_t L_0 = ___0_start;
|
|
int32_t L_1 = (int32_t)__this->____length_1;
|
|
if ((!(((uint32_t)L_0) <= ((uint32_t)L_1))))
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_2 = ___1_length;
|
|
int32_t L_3 = (int32_t)__this->____length_1;
|
|
int32_t L_4 = ___0_start;
|
|
if ((!(((uint32_t)L_2) > ((uint32_t)((int32_t)il2cpp_codegen_subtract(L_3, L_4))))))
|
|
{
|
|
goto IL_0019;
|
|
}
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
ThrowHelper_ThrowArgumentOutOfRangeException_mD7D90276EDCDF9394A8EA635923E3B48BB71BD56(NULL);
|
|
}
|
|
|
|
IL_0019:
|
|
{
|
|
ByReference_1_t7BA5A6CA164F770BC688F21C5978D368716465F5 L_5 = (ByReference_1_t7BA5A6CA164F770BC688F21C5978D368716465F5)__this->____pointer_0;
|
|
V_0 = L_5;
|
|
Il2CppChar* L_6;
|
|
L_6 = IL2CPP_BY_REFERENCE_GET_VALUE(Il2CppChar, (Il2CppByReference*)(&V_0));
|
|
int32_t L_7 = ___0_start;
|
|
Il2CppChar* L_8;
|
|
L_8 = il2cpp_unsafe_add<Il2CppChar,int32_t>(L_6, L_7);
|
|
int32_t L_9 = ___1_length;
|
|
ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1 L_10;
|
|
memset((&L_10), 0, sizeof(L_10));
|
|
ReadOnlySpan_1__ctor_m0152E50B40750679B83FF9F30CA539FFBB98EEE8_inline((&L_10), L_8, L_9, /*hidden argument*/il2cpp_rgctx_method(InitializedTypeInfo(method->klass)->rgctx_data, 6));
|
|
return L_10;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* Func_2_Invoke_mDBA25DA5DA5B7E056FB9B026AF041F1385FB58A9_gshared_inline (Func_2_tACBF5A1656250800CE861707354491F0611F6624* __this, RuntimeObject* ___0_arg, const RuntimeMethod* method)
|
|
{
|
|
typedef RuntimeObject* (*FunctionPointerType) (RuntimeObject*, RuntimeObject*, const RuntimeMethod*);
|
|
return ((FunctionPointerType)__this->___invoke_impl_1)((Il2CppObject*)__this->___method_code_6, ___0_arg, reinterpret_cast<RuntimeMethod*>(__this->___method_3));
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Func_2_Invoke_m4733F0A0FE136C9F8DCE4963455215585E8BE2CD_gshared_inline (Func_2_tF409A653B8F770E0A30CD80D21764FB1DDB2A28F* __this, Il2CppChar ___0_arg, const RuntimeMethod* method)
|
|
{
|
|
typedef bool (*FunctionPointerType) (RuntimeObject*, Il2CppChar, const RuntimeMethod*);
|
|
return ((FunctionPointerType)__this->___invoke_impl_1)((Il2CppObject*)__this->___method_code_6, ___0_arg, reinterpret_cast<RuntimeMethod*>(__this->___method_3));
|
|
}
|
|
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 int64_t BitConverter_DoubleToInt64Bits_m4F42741818550F9956B5FBAF88C051F4DE5B0AE6_inline (double ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int64_t L_0 = *((int64_t*)((uintptr_t)(&___0_value)));
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ReadOnlySpan_1__ctor_m0152E50B40750679B83FF9F30CA539FFBB98EEE8_gshared_inline (ReadOnlySpan_1_t59614EA6E51A945A32B02AB17FBCBDF9A5C419C1* __this, Il2CppChar* ___0_ptr, int32_t ___1_length, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Il2CppChar* L_0 = ___0_ptr;
|
|
ByReference_1_t7BA5A6CA164F770BC688F21C5978D368716465F5 L_1;
|
|
memset((&L_1), 0, sizeof(L_1));
|
|
il2cpp_codegen_by_reference_constructor((Il2CppByReference*)(&L_1), L_0);
|
|
__this->____pointer_0 = L_1;
|
|
int32_t L_2 = ___1_length;
|
|
__this->____length_1 = L_2;
|
|
return;
|
|
}
|
|
}
|