37146 lines
2.0 MiB
37146 lines
2.0 MiB
#include "pch-cpp.hpp"
|
|
|
|
#ifndef _MSC_VER
|
|
# include <alloca.h>
|
|
#else
|
|
# include <malloc.h>
|
|
#endif
|
|
|
|
|
|
#include <limits>
|
|
|
|
|
|
template <typename T1>
|
|
struct VirtualActionInvoker1
|
|
{
|
|
typedef void (*Action)(void*, T1, const RuntimeMethod*);
|
|
|
|
static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1)
|
|
{
|
|
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
|
|
((Action)invokeData.methodPtr)(obj, p1, invokeData.method);
|
|
}
|
|
};
|
|
template <typename 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>
|
|
struct InterfaceFuncInvoker0
|
|
{
|
|
typedef R (*Func)(void*, const RuntimeMethod*);
|
|
|
|
static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj)
|
|
{
|
|
const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface);
|
|
return ((Func)invokeData.methodPtr)(obj, invokeData.method);
|
|
}
|
|
};
|
|
template <typename R, typename T1, typename T2, typename T3>
|
|
struct InvokerFuncInvoker3;
|
|
template <typename R, typename T1, typename T2, typename T3>
|
|
struct InvokerFuncInvoker3<R, T1*, T2*, T3*>
|
|
{
|
|
static inline R Invoke (Il2CppMethodPointer methodPtr, const RuntimeMethod* method, void* obj, T1* p1, T2* p2, T3* p3)
|
|
{
|
|
R ret;
|
|
void* params[3] = { p1, p2, p3 };
|
|
method->invoker_method(methodPtr, method, obj, params, &ret);
|
|
return ret;
|
|
}
|
|
};
|
|
template <typename R, typename T1, typename T2, typename T3, typename T4>
|
|
struct InvokerFuncInvoker4;
|
|
template <typename R, typename T1, typename T2, typename T3, typename T4>
|
|
struct InvokerFuncInvoker4<R, T1*, T2*, T3*, T4*>
|
|
{
|
|
static inline R Invoke (Il2CppMethodPointer methodPtr, const RuntimeMethod* method, void* obj, T1* p1, T2* p2, T3* p3, T4* p4)
|
|
{
|
|
R ret;
|
|
void* params[4] = { p1, p2, p3, p4 };
|
|
method->invoker_method(methodPtr, method, obj, params, &ret);
|
|
return ret;
|
|
}
|
|
};
|
|
|
|
// System.Action`1<UnityEngine.InputSystem.LowLevel.InputStateHistory/Record>
|
|
struct Action_1_t382B605C2C5668A25F075BE1F415718CF3C38FF7;
|
|
// System.Action`2<UnityEngine.InputSystem.InputDevice,UnityEngine.InputSystem.InputDeviceChange>
|
|
struct Action_2_tB79528C85CFEF7DFF52C575DDAA398D2FE6BC333;
|
|
// System.Action`2<UnityEngine.InputSystem.InputDevice,UnityEngine.InputSystem.LowLevel.InputEventPtr>
|
|
struct Action_2_tBB6A2D36E83BB3B7BFA2ACD51493D5740A3D7F2E;
|
|
// System.Action`2<UnityEngine.InputSystem.LowLevel.InputEventPtr,UnityEngine.InputSystem.InputDevice>
|
|
struct Action_2_t4943DD8C32CAB983950535CEF3BABA85DF8C9AAA;
|
|
// System.Action`2<System.String,UnityEngine.InputSystem.InputControlLayoutChange>
|
|
struct Action_2_t4797B88C63509F2EE4385D6DABE6A4B5AD5393F7;
|
|
// System.Collections.Generic.Dictionary`2<System.Int32,UnityEngine.InputSystem.InputDevice>
|
|
struct Dictionary_2_t0B4F40FB3850F8F8B487CCD9F64B8CF9ED139AB3;
|
|
// System.Collections.Generic.Dictionary`2<UnityEngine.InputSystem.Utilities.InternedString,System.Func`1<UnityEngine.InputSystem.Layouts.InputControlLayout>>
|
|
struct Dictionary_2_tFF0F3921D8B2465193365C2463B7D6A977E874DA;
|
|
// System.Collections.Generic.Dictionary`2<UnityEngine.InputSystem.Utilities.InternedString,UnityEngine.InputSystem.Utilities.InternedString[]>
|
|
struct Dictionary_2_tA8E192E813E347FF19EC3868E2C565607445394C;
|
|
// System.Collections.Generic.Dictionary`2<UnityEngine.InputSystem.Utilities.InternedString,UnityEngine.InputSystem.Layouts.InputControlLayout>
|
|
struct Dictionary_2_t058B78C04CBFB0F1C72F95C9880AE09DA041219F;
|
|
// System.Collections.Generic.Dictionary`2<UnityEngine.InputSystem.Utilities.InternedString,UnityEngine.InputSystem.Utilities.InternedString>
|
|
struct Dictionary_2_t433D1FE2CDB69C9F583F79D5252A34112439D0AD;
|
|
// System.Collections.Generic.Dictionary`2<UnityEngine.InputSystem.Utilities.InternedString,System.Object>
|
|
struct Dictionary_2_t25574638E247E1D55E6ED2A97A5C38F3EBA31BA9;
|
|
// System.Collections.Generic.Dictionary`2<UnityEngine.InputSystem.Utilities.InternedString,System.String>
|
|
struct Dictionary_2_tEB3FF1660C6129E11F3B4771A549DE9F169B5103;
|
|
// System.Collections.Generic.Dictionary`2<UnityEngine.InputSystem.Utilities.InternedString,System.Type>
|
|
struct Dictionary_2_t1FFEE4C9AF6AF524CAD4FDCEA8F3AB34E585451D;
|
|
// System.Collections.Generic.Dictionary`2<UnityEngine.InputSystem.Utilities.InternedString,UnityEngine.InputSystem.Layouts.InputControlLayout/Collection/PrecompiledLayout>
|
|
struct Dictionary_2_tD68C40116E127FE79F9E7AF07820CFDDBF20A8C1;
|
|
// System.Collections.Generic.Dictionary`2<System.Object,UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem>
|
|
struct Dictionary_2_t59872F59645AC1330A11D759A7914EB73BB345E8;
|
|
// System.Collections.Generic.Dictionary`2<System.String,System.Int32>
|
|
struct Dictionary_2_t5C8F46F5D57502270DD9E1DA8303B23C7FE85588;
|
|
// System.Collections.Generic.Dictionary`2<System.String,UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem>
|
|
struct Dictionary_2_t9603121094471C60D6E60B03066D77D447754994;
|
|
// 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`1<UnityEngine.InputSystem.Layouts.InputControlLayout>
|
|
struct Func_1_t91F7ACDFBC018CFC14246035F22D8CFC5EAADBC4;
|
|
// System.Func`1<UnityEngine.InputSystem.InputDevice>
|
|
struct Func_1_t97C6124008260D65F78265F8B3965ACA776F0671;
|
|
// System.Func`1<System.Object>
|
|
struct Func_1_tD5C081AE11746B200C711DD48DBEB00E3A9276D4;
|
|
// System.Func`2<System.Char,System.Boolean>
|
|
struct Func_2_tF409A653B8F770E0A30CD80D21764FB1DDB2A28F;
|
|
// System.Func`2<UnityEngine.InputSystem.Utilities.InternedString,System.Object>
|
|
struct Func_2_t63BCD2DEBA7363CAD4DAAF9703EF65C11A4C7BBB;
|
|
// System.Func`2<UnityEngine.InputSystem.Utilities.InternedString,System.String>
|
|
struct Func_2_tE0082B3C229A425A69ECDABB19259709EC9F540F;
|
|
// System.Func`2<UnityEngine.InputSystem.Utilities.NameAndParameters,System.Object>
|
|
struct Func_2_t0A5A7E48AA59739587E399BBE7C7E896A81319EB;
|
|
// System.Func`2<UnityEngine.InputSystem.Utilities.NameAndParameters,System.String>
|
|
struct Func_2_t09AF48FEC3B9AC62B07E878A1698C2EC521A5F8D;
|
|
// 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,UnityEngine.InputSystem.Utilities.InternedString>
|
|
struct Func_2_t92904CE6AE729E23667675B2858ABE16106A0837;
|
|
// System.Func`2<System.String,UnityEngine.InputSystem.Utilities.InternedString>
|
|
struct Func_2_tCB627F464F4D6382DEE25046EA94646523308FE1;
|
|
// System.Func`2<UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem,System.Boolean>
|
|
struct Func_2_tE8C03B34A75321160F6D3EFCB01F9346EC7F21C7;
|
|
// System.Func`4<UnityEngine.InputSystem.InputControl,System.Double,UnityEngine.InputSystem.LowLevel.InputEventPtr,System.Boolean>
|
|
struct Func_4_t3D08A13C5D862919E1719A02821AE8774376E3B2;
|
|
// System.Func`4<System.Object,System.Double,UnityEngine.InputSystem.LowLevel.InputEventPtr,System.Boolean>
|
|
struct Func_4_t71673974799A3C352F89909BA77E8B33929F2A32;
|
|
// System.Collections.Generic.HashSet`1<UnityEngine.InputSystem.Utilities.InternedString>
|
|
struct HashSet_1_t87C47CF88B1B88398D4F9A1E51E92F834CF5160B;
|
|
// System.Collections.Generic.HashSet`1<System.String>
|
|
struct HashSet_1_tEFC6605F7DE53F71946C33FD371E53C3100F2178;
|
|
// System.Collections.Generic.IEnumerable`1<System.Collections.Generic.KeyValuePair`2<System.String,System.Object>>
|
|
struct IEnumerable_1_t1F32F711C91AEBCFA4770668CA067447D2A4F665;
|
|
// System.Collections.Generic.IEnumerable`1<System.Char>
|
|
struct IEnumerable_1_t9CC3C47C67E4184F7F1B8B0AFAEF692B9EDDDF05;
|
|
// System.Collections.Generic.IEnumerable`1<UnityEngine.InputSystem.InputControl>
|
|
struct IEnumerable_1_t5072DF7D689A82C63728270545C6839D7F7AF69B;
|
|
// System.Collections.Generic.IEnumerable`1<UnityEngine.InputSystem.Layouts.InputControlAttribute>
|
|
struct IEnumerable_1_tE1D67EEFF98826115974FAA76B53DB03BF99976C;
|
|
// System.Collections.Generic.IEnumerable`1<UnityEngine.InputSystem.Utilities.InternedString>
|
|
struct IEnumerable_1_t5359DEC999AA35C7E2DE775B0455A4760550ED7F;
|
|
// System.Collections.Generic.IEnumerable`1<UnityEngine.InputSystem.Utilities.NameAndParameters>
|
|
struct IEnumerable_1_tE7085BC52C5ABEB257F7DD997C7553035F1B6424;
|
|
// System.Collections.Generic.IEnumerable`1<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.Layouts.InputControlLayout/ControlItem>
|
|
struct IEnumerable_1_tB1CBD8584610F6122FB9F16A9A9985BB7CCD1711;
|
|
// System.Collections.Generic.IEnumerator`1<UnityEngine.InputSystem.Utilities.InternedString>
|
|
struct IEnumerator_1_t6999C610E1C05F2C90151CD5C41E24528ACB3255;
|
|
// System.Collections.Generic.IEnumerator`1<UnityEngine.InputSystem.LowLevel.InputStateHistory/Record>
|
|
struct IEnumerator_1_t61B9881C950760EC5E18B5A9BB176AB5B01898B6;
|
|
// System.Collections.Generic.IEqualityComparer`1<UnityEngine.InputSystem.Utilities.InternedString>
|
|
struct IEqualityComparer_1_tEA6D87A5AB670819FF91305D215B209552281584;
|
|
// System.Collections.Generic.IEqualityComparer`1<System.String>
|
|
struct IEqualityComparer_1_tAE94C8F24AD5B94D4EE85CA9FC59E3409D41CAF7;
|
|
// UnityEngine.InputSystem.InputProcessor`1<UnityEngine.Quaternion>
|
|
struct InputProcessor_1_t43B1AEC927E378D43D0207A4C031927E872280CE;
|
|
// UnityEngine.InputSystem.InputProcessor`1<System.Single>
|
|
struct InputProcessor_1_tFE49B42CB371A9A2A3F29802695BD251947AD0B4;
|
|
// UnityEngine.InputSystem.InputProcessor`1<UnityEngine.Vector2>
|
|
struct InputProcessor_1_tD1A40E0E5825AAABC3416EC96E087FF6E6351DD2;
|
|
// UnityEngine.InputSystem.InputProcessor`1<UnityEngine.Vector3>
|
|
struct InputProcessor_1_t10DFF33E2326C9CB9E156D4E45DB2D85EFD54C7F;
|
|
// System.Collections.Generic.Dictionary`2/KeyCollection<UnityEngine.InputSystem.Utilities.InternedString,System.Func`1<UnityEngine.InputSystem.Layouts.InputControlLayout>>
|
|
struct KeyCollection_t95CF085CD013FBCB386F33762B2F936A106207E0;
|
|
// System.Collections.Generic.Dictionary`2/KeyCollection<UnityEngine.InputSystem.Utilities.InternedString,UnityEngine.InputSystem.Utilities.InternedString[]>
|
|
struct KeyCollection_t8AA6FC5CABE28D4231DD1993610B63B195D7A7BD;
|
|
// System.Collections.Generic.Dictionary`2/KeyCollection<UnityEngine.InputSystem.Utilities.InternedString,UnityEngine.InputSystem.Layouts.InputControlLayout>
|
|
struct KeyCollection_t1E455851AB76C45687273FB179A5DF67E1F58AAA;
|
|
// System.Collections.Generic.Dictionary`2/KeyCollection<UnityEngine.InputSystem.Utilities.InternedString,UnityEngine.InputSystem.Utilities.InternedString>
|
|
struct KeyCollection_tD4A0C41F41EA529D4514091372080877F6248C04;
|
|
// System.Collections.Generic.Dictionary`2/KeyCollection<UnityEngine.InputSystem.Utilities.InternedString,System.String>
|
|
struct KeyCollection_t4C90FD1D24B03DB29068B459260F88304DF42655;
|
|
// System.Collections.Generic.Dictionary`2/KeyCollection<UnityEngine.InputSystem.Utilities.InternedString,System.Type>
|
|
struct KeyCollection_tF0B6D6FBE89245B5B34798233471D53A6BF802A3;
|
|
// System.Collections.Generic.Dictionary`2/KeyCollection<UnityEngine.InputSystem.Utilities.InternedString,UnityEngine.InputSystem.Layouts.InputControlLayout/Collection/PrecompiledLayout>
|
|
struct KeyCollection_t43102F04E62D9BA2A82FB1FA55DA5E3025031C6F;
|
|
// System.Collections.Generic.Dictionary`2/KeyCollection<System.String,UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem>
|
|
struct KeyCollection_tE95CBDDA9FB52482AB3DCF8F4A07590B5C23351E;
|
|
// System.Collections.Generic.KeyValuePair`2<UnityEngine.InputSystem.Utilities.InternedString,System.Object>
|
|
struct KeyValuePair_2_tC24A74EF64A292F5C6BA77D0B04CD6620D2DE3AC;
|
|
// System.Collections.Generic.List`1<System.Object>
|
|
struct List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D;
|
|
// System.Collections.Generic.List`1<System.String>
|
|
struct List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD;
|
|
// System.Collections.Generic.List`1<System.UInt32>
|
|
struct List_1_t9B68833848E4C4D7F623C05F6B77F0449396354A;
|
|
// System.Collections.Generic.List`1<UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem>
|
|
struct List_1_tBF847DD77CE898FDD304012AB5DFBFC15986D8F7;
|
|
// System.Collections.Generic.List`1<UnityEngine.InputSystem.Utilities.JsonParser/JsonValue>
|
|
struct List_1_t4A80BCCFB0BC8742C8BB601365DB07226750573A;
|
|
// System.Collections.Generic.List`1<UnityEngine.InputSystem.Layouts.InputControlLayout/Collection/LayoutMatcher>
|
|
struct List_1_t4E502B2E42676E48E6F9A8F0251ADB1DF4BD490E;
|
|
// System.Collections.Generic.Dictionary`2/ValueCollection<UnityEngine.InputSystem.Utilities.InternedString,System.Func`1<UnityEngine.InputSystem.Layouts.InputControlLayout>>
|
|
struct ValueCollection_t12FC42CDC54A80773D2A067B7D0F69971029DEB7;
|
|
// System.Collections.Generic.Dictionary`2/ValueCollection<UnityEngine.InputSystem.Utilities.InternedString,UnityEngine.InputSystem.Utilities.InternedString[]>
|
|
struct ValueCollection_tF5DD6AC618E5C0410C4DC30D1848EE3346F26CC7;
|
|
// System.Collections.Generic.Dictionary`2/ValueCollection<UnityEngine.InputSystem.Utilities.InternedString,UnityEngine.InputSystem.Layouts.InputControlLayout>
|
|
struct ValueCollection_t185CDF335F44802A4F335662CC2CA7DC4DDE65D0;
|
|
// System.Collections.Generic.Dictionary`2/ValueCollection<UnityEngine.InputSystem.Utilities.InternedString,UnityEngine.InputSystem.Utilities.InternedString>
|
|
struct ValueCollection_t96259FE42C45AADD5918C1CDD01C7D732504C523;
|
|
// System.Collections.Generic.Dictionary`2/ValueCollection<UnityEngine.InputSystem.Utilities.InternedString,System.String>
|
|
struct ValueCollection_t66D9DFDC300C600075075AAC7AB5C656A8540A62;
|
|
// System.Collections.Generic.Dictionary`2/ValueCollection<UnityEngine.InputSystem.Utilities.InternedString,System.Type>
|
|
struct ValueCollection_tD63A626D1918F702C79B868362E823BDCFD426CD;
|
|
// System.Collections.Generic.Dictionary`2/ValueCollection<UnityEngine.InputSystem.Utilities.InternedString,UnityEngine.InputSystem.Layouts.InputControlLayout/Collection/PrecompiledLayout>
|
|
struct ValueCollection_t96C31E0C36EF324B4BA86A8ED314F2AF342D6D6C;
|
|
// System.Collections.Generic.Dictionary`2/ValueCollection<System.Object,UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem>
|
|
struct ValueCollection_t5413D7AD049C57884DA4ABC89669C70C00462738;
|
|
// System.Collections.Generic.Dictionary`2/ValueCollection<System.String,UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem>
|
|
struct ValueCollection_t0B5A7C194863D48D0F3C2DC61CAB2C299A16D923;
|
|
// System.WeakReference`1<System.Text.RegularExpressions.RegexReplacement>
|
|
struct WeakReference_1_tDC6E83496181D1BAFA3B89CBC00BCD0B64450257;
|
|
// System.Action`2<UnityEngine.InputSystem.InputDevice,UnityEngine.InputSystem.InputDeviceChange>[]
|
|
struct Action_2U5BU5D_tE696881AB7B602657DE1A212B1F9322B7F472FBB;
|
|
// System.Action`2<UnityEngine.InputSystem.InputDevice,UnityEngine.InputSystem.LowLevel.InputEventPtr>[]
|
|
struct Action_2U5BU5D_t493765D280908ABBDC5280C16C38A55BEB3FB645;
|
|
// System.Action`2<UnityEngine.InputSystem.LowLevel.InputEventPtr,UnityEngine.InputSystem.InputDevice>[]
|
|
struct Action_2U5BU5D_tF0EAC88CF3D1AADA46955EC4879598BCF64FEA5B;
|
|
// System.Action`2<System.String,UnityEngine.InputSystem.InputControlLayoutChange>[]
|
|
struct Action_2U5BU5D_t03D844ECB7234028DD3556FBAD4097B4835CA7A4;
|
|
// System.Collections.Generic.Dictionary`2/Entry<UnityEngine.InputSystem.Utilities.InternedString,System.Func`1<UnityEngine.InputSystem.Layouts.InputControlLayout>>[]
|
|
struct EntryU5BU5D_t9FD9D035EC39D906D721AB34770B74E60F97681A;
|
|
// System.Collections.Generic.Dictionary`2/Entry<UnityEngine.InputSystem.Utilities.InternedString,UnityEngine.InputSystem.Utilities.InternedString[]>[]
|
|
struct EntryU5BU5D_t50BF0A4DDDB0CBC9A417705BC521C9F69912D0C9;
|
|
// System.Collections.Generic.Dictionary`2/Entry<UnityEngine.InputSystem.Utilities.InternedString,UnityEngine.InputSystem.Layouts.InputControlLayout>[]
|
|
struct EntryU5BU5D_t576A727644D442A09F0B14EC9DD334BD0234F351;
|
|
// System.Collections.Generic.Dictionary`2/Entry<UnityEngine.InputSystem.Utilities.InternedString,UnityEngine.InputSystem.Utilities.InternedString>[]
|
|
struct EntryU5BU5D_tEB41C94D728A2A116E7C01CCB2ACEBA8AD296C60;
|
|
// System.Collections.Generic.Dictionary`2/Entry<UnityEngine.InputSystem.Utilities.InternedString,System.String>[]
|
|
struct EntryU5BU5D_t734AD0C375E8FC48D8AB1368351A168315F2C495;
|
|
// System.Collections.Generic.Dictionary`2/Entry<UnityEngine.InputSystem.Utilities.InternedString,System.Type>[]
|
|
struct EntryU5BU5D_t05A444C605D7D354DA1A1A00317821912EB2F4A7;
|
|
// System.Collections.Generic.Dictionary`2/Entry<UnityEngine.InputSystem.Utilities.InternedString,UnityEngine.InputSystem.Layouts.InputControlLayout/Collection/PrecompiledLayout>[]
|
|
struct EntryU5BU5D_t6FFF9155A8574DAE59AE5E53B83EB0E1FBFF79E4;
|
|
// System.Collections.Generic.Dictionary`2/Entry<System.String,UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem>[]
|
|
struct EntryU5BU5D_t0948D49CB59D71EA488F72A04ED26C72199608CD;
|
|
// UnityEngine.InputSystem.InputProcessor`1<System.Single>[]
|
|
struct InputProcessor_1U5BU5D_tFEE411B67EEAA6B997AF875A65D072993C8C809C;
|
|
// System.Collections.Generic.KeyValuePair`2<UnityEngine.InputSystem.Utilities.InternedString,System.Object>[]
|
|
struct KeyValuePair_2U5BU5D_tF8154B2302178CCE00D745DBF55F703880469DFC;
|
|
// System.Collections.Generic.HashSet`1/Slot<UnityEngine.InputSystem.Utilities.InternedString>[]
|
|
struct SlotU5BU5D_t123558B2D530E4B5BD1DE3DEE7D54DDEEF5B44F0;
|
|
// System.Action[]
|
|
struct ActionU5BU5D_tF6161335A0A12A221AB081D78725C8AB6FE506D2;
|
|
// System.Byte[]
|
|
struct ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031;
|
|
// System.Char[]
|
|
struct CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB;
|
|
// System.Delegate[]
|
|
struct DelegateU5BU5D_tC5AB7E8F745616680F337909D3A8E6C722CDF771;
|
|
// UnityEngine.InputSystem.InputControl[]
|
|
struct InputControlU5BU5D_t0B951FEF1504D6340387C4735F5D6F426F40FE17;
|
|
// UnityEngine.InputSystem.Layouts.InputControlAttribute[]
|
|
struct InputControlAttributeU5BU5D_t9F49829F717D3562C6AEABF8EC5D202DDE77DBAB;
|
|
// UnityEngine.InputSystem.InputDevice[]
|
|
struct InputDeviceU5BU5D_tA9AEFC6AF63557D3D5DCFB2B26DDA6F63147D548;
|
|
// UnityEngine.InputSystem.LowLevel.InputDeviceCommandDelegate[]
|
|
struct InputDeviceCommandDelegateU5BU5D_t243984810DCC1E9828C0D6665D0B7AC435A43D9A;
|
|
// UnityEngine.InputSystem.Layouts.InputDeviceFindControlLayoutDelegate[]
|
|
struct InputDeviceFindControlLayoutDelegateU5BU5D_t9B27C1115622DAB0A04E3C93E8A9D64EBFDA27BC;
|
|
// System.Int32[]
|
|
struct Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C;
|
|
// System.IntPtr[]
|
|
struct IntPtrU5BU5D_tFD177F8C806A6921AD7150264CCC62FA00CAD832;
|
|
// UnityEngine.InputSystem.Utilities.InternedString[]
|
|
struct InternedStringU5BU5D_t0B851758733FC0B118D84BE83AED10A0404C18D5;
|
|
// System.Reflection.MemberInfo[]
|
|
struct MemberInfoU5BU5D_t4CB6970BB166E8E1CFB06152B2A2284971873053;
|
|
// UnityEngine.InputSystem.Utilities.NameAndParameters[]
|
|
struct NameAndParametersU5BU5D_tA6C2AC34ACDB1967A7A2CEF4BE1D717ADA695CA2;
|
|
// UnityEngine.InputSystem.Utilities.NamedValue[]
|
|
struct NamedValueU5BU5D_tADD8F1373B88C55F68499688D72C21A97F63303A;
|
|
// System.Object[]
|
|
struct ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918;
|
|
// System.Diagnostics.StackTrace[]
|
|
struct StackTraceU5BU5D_t32FBCB20930EAF5BAE3F450FF75228E5450DA0DF;
|
|
// System.String[]
|
|
struct StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248;
|
|
// System.Type[]
|
|
struct TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB;
|
|
// System.UInt32[]
|
|
struct UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA;
|
|
// UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem[]
|
|
struct ControlItemU5BU5D_t7798E8B7C7F58B8F6D13B567539CD82E962C7104;
|
|
// UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItemJson[]
|
|
struct ControlItemJsonU5BU5D_t6E6FCFDEF49F701232A4D4BCB5B40A7349E12F00;
|
|
// UnityEngine.InputSystem.InputManager/AvailableDevice[]
|
|
struct AvailableDeviceU5BU5D_t47A5F4F158146E9E9066D29DB4494D96AF8F1DB5;
|
|
// UnityEngine.InputSystem.InputManager/StateChangeMonitorTimeout[]
|
|
struct StateChangeMonitorTimeoutU5BU5D_t475D94CE66B17064D5DE2966779E7E9006A09D82;
|
|
// UnityEngine.InputSystem.InputManager/StateChangeMonitorsForDevice[]
|
|
struct StateChangeMonitorsForDeviceU5BU5D_tA1D732EEFF09F568D8FDA6908633B6DAD38B61F4;
|
|
// UnityEngine.InputSystem.Layouts.InputControlLayout/Collection/LayoutMatcher[]
|
|
struct LayoutMatcherU5BU5D_t790C71C3787F12C3EE9F7ABDC24DFCEB5281F90E;
|
|
// UnityEngine.InputSystem.Layouts.InputDeviceMatcher/MatcherJson/Capability[]
|
|
struct CapabilityU5BU5D_tAB21826273F0E3FC45A0E93F8F7B6368653124EA;
|
|
// System.Action
|
|
struct Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07;
|
|
// System.ArgumentException
|
|
struct ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263;
|
|
// System.ArgumentNullException
|
|
struct ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129;
|
|
// System.ArgumentOutOfRangeException
|
|
struct ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F;
|
|
// System.AsyncCallback
|
|
struct AsyncCallback_t7FEF460CBDCFB9C5FA2EF776984778B9A4145F4C;
|
|
// System.Attribute
|
|
struct Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA;
|
|
// UnityEngine.InputSystem.Processors.AxisDeadzoneProcessor
|
|
struct AxisDeadzoneProcessor_t0CD0C66C8981A54B391808B4950F14784AA28275;
|
|
// System.Reflection.Binder
|
|
struct Binder_t91BFCE95A7057FADF4D8A1A342AFE52872246235;
|
|
// UnityEngine.InputSystem.Processors.ClampProcessor
|
|
struct ClampProcessor_tF3D734C88BDFC3618BA525B51A0244942A5E1E33;
|
|
// UnityEngine.InputSystem.Processors.CompensateDirectionProcessor
|
|
struct CompensateDirectionProcessor_tD37E3634AA6A1D86A67B21CFFFF5BDD0F39183BE;
|
|
// UnityEngine.InputSystem.Processors.CompensateRotationProcessor
|
|
struct CompensateRotationProcessor_t1D14AFF56CF5C0B6615C8448470ABF88F7480D02;
|
|
// System.Delegate
|
|
struct Delegate_t;
|
|
// System.DelegateData
|
|
struct DelegateData_t9B286B493293CD2D23A5B2B5EF0E5B1324C2B77E;
|
|
// System.Enum
|
|
struct Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2;
|
|
// System.Exception
|
|
struct Exception_t;
|
|
// System.Text.RegularExpressions.ExclusiveReference
|
|
struct ExclusiveReference_t411F04D4CC440EB7399290027E1BBABEF4C28837;
|
|
// System.Reflection.FieldInfo
|
|
struct FieldInfo_t;
|
|
// System.Runtime.CompilerServices.FixedBufferAttribute
|
|
struct FixedBufferAttribute_t9021ECC845780EC1C9DB16A0BF2497D35334F402;
|
|
// System.Collections.Hashtable
|
|
struct Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D;
|
|
// System.IAsyncResult
|
|
struct IAsyncResult_t7B9B5A0ECB35DCEC31B8A8122C37D687369253B5;
|
|
// System.Collections.IDictionary
|
|
struct IDictionary_t6D03155AF1FA9083817AA5B6AD7DEEACC26AB220;
|
|
// System.Collections.IEnumerator
|
|
struct IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA;
|
|
// System.Runtime.Serialization.IFormatterConverter
|
|
struct IFormatterConverter_t726606DAC82C384B08C82471313C340968DDB609;
|
|
// UnityEngine.InputSystem.LowLevel.IInputRuntime
|
|
struct IInputRuntime_t97E0310F85D952B7B42F6FEB50A1C8D88A0C0C09;
|
|
// UnityEngine.InputSystem.LowLevel.IInputStateChangeMonitor
|
|
struct IInputStateChangeMonitor_t043FD8736A6F45C06A2FAFFC5BE70A565F999598;
|
|
// UnityEngine.InputSystem.InputControl
|
|
struct InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E;
|
|
// UnityEngine.InputSystem.Layouts.InputControlAttribute
|
|
struct InputControlAttribute_t312CA97B153666F873279E81BA4054684715368D;
|
|
// UnityEngine.InputSystem.Layouts.InputControlLayout
|
|
struct InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D;
|
|
// UnityEngine.InputSystem.Layouts.InputControlLayoutAttribute
|
|
struct InputControlLayoutAttribute_tB220062778EF9614EA4BA4E5A35520EEA17C21D7;
|
|
// UnityEngine.InputSystem.InputDevice
|
|
struct InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B;
|
|
// UnityEngine.InputSystem.LowLevel.InputDeviceCommandDelegate
|
|
struct InputDeviceCommandDelegate_tC0083621670090AD9D172C546FE833562AABF809;
|
|
// UnityEngine.InputSystem.Layouts.InputDeviceDescription
|
|
struct InputDeviceDescription_tE86DD77422AAF60ADDAC788B31E5A05E739B708F;
|
|
// UnityEngine.InputSystem.LowLevel.InputDeviceExecuteCommandDelegate
|
|
struct InputDeviceExecuteCommandDelegate_t94A8BB806676141BFD8EFA497EC51C685778718A;
|
|
// UnityEngine.InputSystem.Layouts.InputDeviceFindControlLayoutDelegate
|
|
struct InputDeviceFindControlLayoutDelegate_t533E695E7CFD2DEB4FEDA1A9E72D9F5F5AEF4A3E;
|
|
// UnityEngine.InputSystem.Layouts.InputDeviceMatcher
|
|
struct InputDeviceMatcher_tF9BA551C8BB4AE41672366A7EBEA951543E0C555;
|
|
// UnityEngine.InputSystem.LowLevel.InputEvent
|
|
struct InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5;
|
|
// UnityEngine.InputSystem.InputManager
|
|
struct InputManager_t69FCFDAC90F8EBB8EF4950CC0BE617D842A39210;
|
|
// UnityEngine.InputSystem.InputRemoting
|
|
struct InputRemoting_tCBC35AAA3A034ECED8F33C5BA5257F2EB2B05114;
|
|
// UnityEngine.InputSystem.InputSettings
|
|
struct InputSettings_tBA8835B505722A59702A08BCBA46ECF0B0274EEF;
|
|
// UnityEngine.InputSystem.LowLevel.InputStateHistory
|
|
struct InputStateHistory_tF2145C4E34E0E3AC84270533F58F047D6E28A480;
|
|
// UnityEngine.InputSystem.Utilities.InternedString
|
|
struct InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735;
|
|
// System.InvalidOperationException
|
|
struct InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB;
|
|
// UnityEngine.InputSystem.Processors.InvertProcessor
|
|
struct InvertProcessor_t2566A6B6EEAA2C1056B899E866A1416808C7A497;
|
|
// UnityEngine.InputSystem.Processors.InvertVector2Processor
|
|
struct InvertVector2Processor_t6F0ECC5C79A2DA1A4FC8F5670D031DF887052FBF;
|
|
// UnityEngine.InputSystem.Processors.InvertVector3Processor
|
|
struct InvertVector3Processor_t19C6D39F6FE6F98704FA871F5A0727EAE3899ECB;
|
|
// System.Collections.Generic.KeyNotFoundException
|
|
struct KeyNotFoundException_tCE416EC9BCA9F396A3DFFF86D1B5209BA876079E;
|
|
// System.Reflection.MemberFilter
|
|
struct MemberFilter_tF644F1AE82F611B677CE1964D5A3277DDA21D553;
|
|
// System.Reflection.MemberInfo
|
|
struct MemberInfo_t;
|
|
// System.Reflection.MethodInfo
|
|
struct MethodInfo_t;
|
|
// UnityEngine.InputSystem.Processors.NormalizeProcessor
|
|
struct NormalizeProcessor_t1EEC1D250C7CE21EA1657A3095B1075AE857CF2C;
|
|
// UnityEngine.InputSystem.Processors.NormalizeVector2Processor
|
|
struct NormalizeVector2Processor_t1C3FFBF7BE0FE665B1F73F2F40DCC55028C30EFA;
|
|
// UnityEngine.InputSystem.Processors.NormalizeVector3Processor
|
|
struct NormalizeVector3Processor_t15230F8A2FBFBB557835FBBF98C1937AD81D452C;
|
|
// System.NotImplementedException
|
|
struct NotImplementedException_t6366FE4DCF15094C51F4833B91A2AE68D4DA90E8;
|
|
// System.NotSupportedException
|
|
struct NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A;
|
|
// UnityEngine.InputSystem.Utilities.PrimitiveValue
|
|
struct PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4;
|
|
// UnityEngine.PropertyAttribute
|
|
struct PropertyAttribute_t5E0CB5A6CDA6E24CBD4FF26DE3B0C29D8BB54BF0;
|
|
// System.Reflection.PropertyInfo
|
|
struct PropertyInfo_t;
|
|
// 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;
|
|
// UnityEngine.InputSystem.Processors.ScaleProcessor
|
|
struct ScaleProcessor_t66880BF63B1235EAD75F375657EE0F9763C8C49D;
|
|
// UnityEngine.InputSystem.Processors.ScaleVector2Processor
|
|
struct ScaleVector2Processor_tF0D6E4C4F72BA1E767CA8D78DAA6C5029BD13152;
|
|
// UnityEngine.InputSystem.Processors.ScaleVector3Processor
|
|
struct ScaleVector3Processor_t245F186E78D9E5523CA4EFA49F4B8A1BF711E821;
|
|
// System.Runtime.Serialization.SerializationInfo
|
|
struct SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37;
|
|
// UnityEngine.InputSystem.Processors.StickDeadzoneProcessor
|
|
struct StickDeadzoneProcessor_t0CAE8DDAB3FC7A3490FFFD74AEEC04A57837BA39;
|
|
// System.String
|
|
struct String_t;
|
|
// System.Text.StringBuilder
|
|
struct StringBuilder_t;
|
|
// System.Type
|
|
struct Type_t;
|
|
// System.Void
|
|
struct Void_t4861ACF8F4594C3437BB48B6E56783494B843915;
|
|
// UnityEngine.InputSystem.Layouts.InputControlLayout/<>c
|
|
struct U3CU3Ec_t2FC53E156FFD93CC20E0C54722DB6F0050D22EB7;
|
|
// UnityEngine.InputSystem.Layouts.InputControlLayout/Builder
|
|
struct Builder_t83F17A26F53DA7EA6D8C35E5C65C5DF0147E7821;
|
|
// UnityEngine.InputSystem.Layouts.InputControlLayout/CacheRefInstance
|
|
struct CacheRefInstance_t4E8602E1529A57250C63318B7E44AE2195514023;
|
|
// UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItemJson
|
|
struct ControlItemJson_t56C29912300890F2D3DA5DC3C095B821468948FC;
|
|
// UnityEngine.InputSystem.Layouts.InputControlLayout/LayoutNotFoundException
|
|
struct LayoutNotFoundException_t04D5D4F5A48929A16B0727F1BDFEC21FDEF348B2;
|
|
// UnityEngine.InputSystem.Layouts.InputDeviceMatcher/<get_patterns>d__4
|
|
struct U3Cget_patternsU3Ed__4_t1DEF554289913D08B960B18ACF82952C5F4FBE62;
|
|
// UnityEngine.InputSystem.Layouts.InputDeviceMatcher/MatcherJson
|
|
struct MatcherJson_t5F54B83ADE9DD6D48FD48D76841EF4CA790DD942;
|
|
// System.Text.RegularExpressions.Regex/CachedCodeEntry
|
|
struct CachedCodeEntry_tE201C3AD65C234AD9ED7A78C95025824A7A9FF39;
|
|
// UnityEngine.InputSystem.Layouts.InputControlLayout/Collection/<GetBaseLayouts>d__24
|
|
struct U3CGetBaseLayoutsU3Ed__24_tFACFE5E75EF61B27C631E4AAF81E6C3642719012;
|
|
// UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItemJson/<>c
|
|
struct U3CU3Ec_tC05A732A5AA0C05DB2A79EE837290A022A612FCE;
|
|
// UnityEngine.InputSystem.Layouts.InputControlLayout/LayoutJson/<>c
|
|
struct U3CU3Ec_t268F4AFE03A6933C8DA22B2E8F3173AE68DE33EA;
|
|
// UnityEngine.InputSystem.Layouts.InputControlLayout/Builder/ControlBuilder/<>c
|
|
struct U3CU3Ec_tEF5C54E21921A13B31EA0547CBD7DE72EE989644;
|
|
|
|
IL2CPP_EXTERN_C RuntimeClass* ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* ControlItemJsonU5BU5D_t6E6FCFDEF49F701232A4D4BCB5B40A7349E12F00_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* ControlItemJson_t56C29912300890F2D3DA5DC3C095B821468948FC_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* ControlItemU5BU5D_t7798E8B7C7F58B8F6D13B567539CD82E962C7104_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* DeviceDescriptionJson_t2555458633C9CD5AAEFF9265C6F9117AB33BDDCE_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Dictionary_2_t058B78C04CBFB0F1C72F95C9880AE09DA041219F_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Dictionary_2_t1FFEE4C9AF6AF524CAD4FDCEA8F3AB34E585451D_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Dictionary_2_t433D1FE2CDB69C9F583F79D5252A34112439D0AD_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Dictionary_2_t9603121094471C60D6E60B03066D77D447754994_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Dictionary_2_tA8E192E813E347FF19EC3868E2C565607445394C_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Dictionary_2_tD68C40116E127FE79F9E7AF07820CFDDBF20A8C1_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Dictionary_2_tEB3FF1660C6129E11F3B4771A549DE9F169B5103_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Dictionary_2_tFF0F3921D8B2465193365C2463B7D6A977E874DA_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Double_tE150EF3D1D43DEE85D533810AB4C742307EEDE5F_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Enumerator_t64151AA4F7A5CBB087D385EA4DCA7F3B6BB74935_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Exception_t_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* FieldInfo_t_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Func_1_t97C6124008260D65F78265F8B3965ACA776F0671_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Func_2_t09AF48FEC3B9AC62B07E878A1698C2EC521A5F8D_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Func_2_t526C279A85678AE3DCBB2300E3EF9872CBFACECC_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Func_2_tCB627F464F4D6382DEE25046EA94646523308FE1_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Func_2_tE0082B3C229A425A69ECDABB19259709EC9F540F_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Func_2_tE8C03B34A75321160F6D3EFCB01F9346EC7F21C7_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Func_2_tF409A653B8F770E0A30CD80D21764FB1DDB2A28F_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* GC_t920F9CF6EBB7C787E5010A4352E1B587F356DC58_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* HashSet_1_t87C47CF88B1B88398D4F9A1E51E92F834CF5160B_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* IInputRuntime_t97E0310F85D952B7B42F6FEB50A1C8D88A0C0C09_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* IInputStateTypeInfo_t9A4256AAE65604871428FB37036AE42E053D9368_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* InlinedArray_1_tAFDFE0972A71B9760077CFA9D4A1DBD7BE435800_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* InputControlU5BU5D_t0B951FEF1504D6340387C4735F5D6F426F40FE17_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* InputDeviceBuilder_t7F4266EBB8FB0AC0DAE225F7FA1532B9AA9174BE_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* InputDeviceDescription_tE86DD77422AAF60ADDAC788B31E5A05E739B708F_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* InputDeviceMatcher_tF9BA551C8BB4AE41672366A7EBEA951543E0C555_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* InputProcessor_t71DA6677A0295DC87736E1D8D208FEA75D860457_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* InputRuntime_t225BBC258A47D8CC1DE6C04E13FB51C375EEB4C3_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* InputStateBuffers_t338A1714D01276EEEF5F8CD6AE81DFED939D5968_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* InputUpdateType_t31A66F5342D924983382FA675EF78007C04EC590_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* InputUpdate_t3D4F0AD6CD83C86A73B8165929FF0CB151A07CCD_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_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* KeyNotFoundException_tCE416EC9BCA9F396A3DFFF86D1B5209BA876079E_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* LayoutJson_t79F9D8B74314A3697F189FBA1DE721260F5E9399_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* LayoutNotFoundException_t04D5D4F5A48929A16B0727F1BDFEC21FDEF348B2_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* List_1_t4E502B2E42676E48E6F9A8F0251ADB1DF4BD490E_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* List_1_t9B68833848E4C4D7F623C05F6B77F0449396354A_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* List_1_tBF847DD77CE898FDD304012AB5DFBFC15986D8F7_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD_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* NotImplementedException_t6366FE4DCF15094C51F4833B91A2AE68D4DA90E8_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* PropertyInfo_t_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* ReadOnlyArray_1_t1B44D48F2E9F425D218BABD5DE616117E8725D41_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* ReadOnlyArray_1_t1C2864D7CF4D444AB2616316AC8DD33932F77064_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* ReadOnlyArray_1_t4A15F7D15ACB297B45A08889D51E4CACEAD4EDF9_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Record_tF7FF07DC502355356B48CE78337FB16B196E2EE0_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Regex_tE773142C2BE45C5D362B0F815AFF831707A51772_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* RuntimeObject_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Single_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* StringBuilder_t_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* String_t_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Type_t_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* U3CGetBaseLayoutsU3Ed__24_tFACFE5E75EF61B27C631E4AAF81E6C3642719012_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec_t268F4AFE03A6933C8DA22B2E8F3173AE68DE33EA_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec_t2FC53E156FFD93CC20E0C54722DB6F0050D22EB7_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec_tAEFD85D23E35F3965E847F401B7F12DF1213ADC7_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec_tC05A732A5AA0C05DB2A79EE837290A022A612FCE_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec_tEF5C54E21921A13B31EA0547CBD7DE72EE989644_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* U3Cget_patternsU3Ed__4_t1DEF554289913D08B960B18ACF82952C5F4FBE62_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* UInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral023623988A6B2B7B8C4B4A85B7EC8A7F558A2E1C;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral0236BACCD260A20F0738D0E7EDBB60850D17B36A;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral029E43C28E70C34928651AAF5D947A57F0CED33F;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral0476103E7B88AF8DC134CFD40F85C66DFAB78C70;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral05BE280FD63CE361B6B8A48FEA1563472CAD9ECF;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral07502A9394E2D4006BEA38B6D757C8DD641C761C;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral0C7F57443E21815E0C0D281629845C1805E8DDBD;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral13B64727ED3615B1395BED2DAA7975CB606CD5E4;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral1630E6A6E4B065CB228F2BB0735FC4EB04ADCF98;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral197D445190840253A87F12CB0E158A3C3F073881;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral1A94C306B3F70E8687301B76672F6643B9CA915B;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral1E1915B81B389322A7D793A6F99B362C465CCC68;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral228690F85C6AD8ED815D48DC2A017A1AAD28D67E;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral2386E77CF610F786B06A91AF2C1B3FD2282D2745;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral2701D1019CF501F8E1CD458985D7E7A50B1DB9BD;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral2B6D6F48C27C60C3B55391AB377D9DC8F5639AA1;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral2C96C0D0DD4E4E7D2B025230F8C01A38AF27AB1B;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral2CFC7018E36A5B210F9ABC4B37374819C86CDED3;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral2D57942EAE3C438C6CB53922DEAE5D502F81D470;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral30E46B33E48EEBE8B4EAD2029A6CA6D6D9B13E54;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral320F60E3C9D7C7D935571222849FC56FDCA0F54C;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral42604922E9E65D8A1EF5E9ACC5B0DDEF05043FA4;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral42646B33B50B6AA15E22733C8900716F0FE19E1D;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral42960449A18FA75AF2D9A7F9CDCC744B0EF455E6;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral43187C90BBB5DFB063A95733C9BD65ECD25A2E84;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral4485092CE13333FA7CC6B596722E51133A7C8CD4;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral454D8530A4D8C4593F5B1C2DC94320A38E5680BE;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral4A909F23239269909EE3CEBD35C0D38BD403A013;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral4BA2C9C8173DBF648C244FF49D8940DB328C0792;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral546E64419B7FFEA645697C61A9E3845E8244EB14;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral56420926B7E51BADA11CFFB46D9D53827E737C94;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral59292A0FBCB98DA17EA0EC708181D2FFDE7BEF5D;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral594BBDBAD17AA79E90710FF87EE03589BF514A08;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral5FED819D10C8AF6C6E7F810200B694458636D0F3;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral60673BB45E6C8929F86441D3578DAC787A769730;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral6536BE59F0E519C5A741CF907BA6A7047B763361;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral65B73FD94B27B05B652C3EBBA25213C7032BF6BF;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral6B41E0896CB14A80B18E1EE9286728CD0DE99B59;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral6D0915BA9D479ED9396AD215B5153E4717D4279D;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral7173F23CAFF372463CC9CDA47BA0190B8BC96417;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral73F1C0DB7E67894BD0991354AA6CB2DA4A3A5D88;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral765E7DE02496E0D1ED59D10EFBB03C5768A6F991;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral7A5D8F72325C548909F548844968DC0D3A5311C7;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral7CB991168362F6F6217558DEDAD35C480D6B523C;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral86BBAACC00198DBB3046818AD3FC2AA10AE48DE1;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral876BAC840908AE8C72628BF0D26598A6FBD128AB;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral8AA175FF4B1ED47D26B7A4841279300DE227A679;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral8AEF35B4D1778407DD318B95E28D5C52594A31FA;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral8D69A56EEEC1DFC43B24AA1FFBCCB4D7ACE4CF00;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral8DAE0371884040CFA6CE09831807D3D5D255F5D6;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral8E2BEC23B4BAF8EC6CCD9A01B38260B8517E930F;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral90C285823967F4BB319AA93A10BBA680529F1E2A;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral92B8E551EF78EA21EABB85995C1DDDF9474CD320;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral931DFDCE8A7F395390F2AC831102C486A12DB07C;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral951CCB49640C8F9E81FB4E0D82730321F4E15BB3;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral954D62C0759FAE43B547C83F19EC16FC06E8647D;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral9A6665FCE082A644FF5EC34C31774D2A8C15A647;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral9D3F0E9979BAAC1E1854F0FA4B1C95AB400AF197;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral9D5313975DA8153FF9A5262016CB413A4E84846E;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralA15F2C50B8F3FDF4625728A3C6342B771A943F42;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralA49C086DDD716250AA25F8901EE39E2B4E4CD45A;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralA4F2DAAB1E148143AA39D4D0EC6AE18B58AC0AF6;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralAB7C86761130114B26D3BC30B3ACECA5C3FD6743;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralAC0DC1253204E948ED3ED4CBD63CB21B87F6355B;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralACE772302A2C99A5E77B7D42F5855DAAE79B304F;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralAF1DE74E5E7C56116956E73F067169E2400B7663;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralB0DB57446903F18B214FFA4366BF3FCCF5243340;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralB3F14BF976EFD974E34846B742502C802FABAE9D;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralB559F8EFDB653C0DCF4C39346D2B5654A4CE1B63;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralB6A2B8BB21743999872D37E9F7D3ABD5C6153542;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralBA1039E8CDAE53E44AC3E6185B0871F3D031A476;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralBA67382D61289B0EDBD1CD867DE673562B9B5111;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralBCAE6E33D6A8CD53E46D38B53016C68EA56209C8;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralBCD98B0142C52CD18DCFB4DFCBFDF6106886015C;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralC18C9BB6DF0D5C60CE5A5D2D3D6111BEB6F8CCEB;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralC6B3C214B014D1E2525C8E6D187104E11213CA81;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralC8AF5548EFF3FA7F640B1EB06DC487B13C4B4BA7;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralC982D4155F032341F9CF4F67D8FE2794316EBAD3;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralC9E121C520E9DB306EAAED3288F8D566FE5CA93C;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralCB9330199167D0A6050B244650A368B85720CCE0;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralCDC4CAD2EE688756442F133610DECC9EF98A0A1D;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralCDDE7B5206B93C948BBDB6C5D0E11C88FC162056;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralD1B0996FCA315F9110FA4D012F3F793E9249F7C4;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralD2D2F8D3F9F04A081FFBE6B2AF7917BAAADFC052;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralD368221222123B4D9D426DC9D6DBC9E02A655C26;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralD408E794AF2B358E256380A4F7BA14299C3D5801;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralD46381E8D7EB6699126D9CD11B6D43930CEEDA19;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralD5FF5C4A0B7DB4027508AFF29C9406F3821766A2;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralD630737C40293214B7C477A7997282202DB9EF40;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralD7CA04003DD3E29A1CFFA7E7DBEEF8E5DA7E5161;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralD99605E29810F93D7DAE4EFBB764C41AF4E80D32;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralDD1352953123C4AFCADC65120DEC8A3CED629B97;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralE15D34C7DBDCA4C642A2E1C84C08A49E85B30B85;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralE847FDE91DE0DA95AFBA0EEF52C90BEB4CE621BF;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralEA8FCC7CD1466620FF92DDED5A64D041077B6B7F;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralEB862DD084B90D057FCA0733279A70BB245CC5B2;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralEB9A7D4829E297E43C774482560633C472D5B46E;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralF3856BF0F82428ED31913F737CA6533BFDFE3DEB;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralF44C8110EAD12EC0B4DFE764D303352C6085BD4F;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralF49AECB5A7A9C87D4D672BA9D06F6929E0895580;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralF7933083B6BA56CBC6D7BCA0F30688A30D0368F6;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralF7D317F7F5C23DCF4576FC1B66A4EE5EB46FB2C4;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralF9D225733E1D10F9344C755C4A9C0870CD1DE97B;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralFAAED55F148F74B2C74F8C745D3CF6CBC766B1DC;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralFE79FF373808574898C82AC1320C55C1182FB75A;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralFFEF3DBE279EE1F92E1E2E46F45BC18EBBF55A1A;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ArrayHelpers_AppendToImmutable_TisInternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735_mC66F232253963A8A6EBC6AD2658EE0EC9348548D_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ArrayHelpers_AppendWithCapacity_TisControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD_m5A9B524D2CA04A1565899243E642C4B839856336_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ArrayHelpers_AppendWithCapacity_TisInputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E_mD1EB70229BA4FCE7BB48A627BDB2246259B0B02A_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ArrayHelpers_Append_TisKeyValuePair_2_tC24A74EF64A292F5C6BA77D0B04CD6620D2DE3AC_m885486ED06E8532B056692449C806F313AED6FB0_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ArrayHelpers_GrowBy_TisInputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E_m1E6DDC3FB4AFB06BE8A101E350CBBB520FD89D6B_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ArrayHelpers_IndexOfReference_TisInputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E_TisInputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E_mFF3C6B920686BD33ABEB2D3CD00012EFCD857912_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ArrayHelpers_InsertAt_TisInputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E_m66EBB149A97B05AD976DA2BE0889C3925030136A_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ArrayHelpers_Join_TisString_t_m71894924B92834BC449D75D76A46943025206C9B_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ArrayHelpers_LengthSafe_TisInputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E_m08EFA76F89A2B80F3BBA592C714D14FB05297DBE_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ArrayHelpers_Merge_TisInternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735_mCC79BA1038C37616EE10663DC2AB82AA7ADB8105_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ArrayHelpers_Select_TisInternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735_TisString_t_m49BB51F41C438534D3E7FCBC6B35DE2042F646D8_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ArrayHelpers_Select_TisString_t_TisInternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735_m6238A67931E7F7F2A44868316C7EEA0B6989A1A4_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Builder_AddControl_m91DD43C82C4E4C7F6E8DF390B6DA993F0CF7E4D7_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Cache_FindOrLoadLayout_m4CF6F90D82BE2EC89E5E0986CDF841DF9805FB00_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Collection_TryLoadLayoutInternal_m4CAB54106B29D4A01B4548B3C6B1241710E2CC13_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Collection_TryLoadLayout_m6E3A66755E44EF5E01DCF0A4B28767B1F9F35965_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ControlBuilder_WithLayout_mBB03FC4875476B6EE4E884A0913E9DE0DDBF3F0E_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ControlBuilder_WithUsages_m4CFA29A8990CB98E075338FAB7565E1796938893_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* CustomAttributeExtensions_GetCustomAttribute_TisFixedBufferAttribute_t9021ECC845780EC1C9DB16A0BF2497D35334F402_m1A90298FBD1D721869C5B0C932D03934999D4A6D_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* CustomAttributeExtensions_GetCustomAttribute_TisInputControlLayoutAttribute_tB220062778EF9614EA4BA4E5A35520EEA17C21D7_mEE8C66FCFBEDDB802DACFEE6FB13761A5D6B76E1_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* CustomAttributeExtensions_GetCustomAttributes_TisInputControlAttribute_t312CA97B153666F873279E81BA4054684715368D_mBCCD352D87BBD967E377E437112DFBBB1D9DCCF6_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_Clear_m36808F594605999F0AB3ED15E5E5A59EBEEE6803_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_ContainsKey_m6EDC1F90375045A081EDB55CC945F7EDC1D548A9_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_ContainsKey_mA943D0E129FC6C18E5DF9D52E8BCEE23D1B390DF_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_ContainsKey_mC5346BFA8EE81D8FA88F4AE3D58C5165D70C7CE7_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_GetEnumerator_m09228E70F30816068825C9BB4B45519E7143CE7A_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_GetEnumerator_mED7935E9E341E7F2EEBBC1C1FC12B75E2F7B82FA_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_Remove_mF0D54069778A5B64FDE5A135E9AE91F483632C76_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_TryGetValue_m1509CB8712EB8F2ABF8C66CA9DC4F2D10411F79D_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_TryGetValue_m3FEF1CA141F7852525A2596B99E0DF3CBF591EAD_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_TryGetValue_m43C7CA241416C3B170AF32A204FB117E083D5A86_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_TryGetValue_m4AFE96490465DE101600F734AF44C7E4AE513860_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_TryGetValue_m6A747478B338D9AC7392868B6C02E4AF098370BF_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_TryGetValue_m92247229376708F90D2F54E5D2B6D73367E6A838_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_TryGetValue_mBD07B2BA220C34BE8CE4AD7F08BBDEDA92E15F78_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2__ctor_m6320B618E75E25235EE08FC0CA39CB1F532F6393_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2__ctor_m7953445AA385E2850D1B2E4983FB960C74274521_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2__ctor_m98D37A7C3B82103B8ED908F8D73C8D4EC7747744_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2__ctor_mC02418824B6FF7967D1DC62752720272A34A114E_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2__ctor_mD10EC6AB3D41E49C23882A85B368A08800DFC5EE_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2__ctor_mD9CBB591E413FBE501BC3F6B50C92BF65F567CFE_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2__ctor_mE0F2F3847F828E98394873BCC189A6FFE4F5671E_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2__ctor_mFBC9D056B2F1877A4731A33A58BA30A719A3EB35_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_get_Values_m9FD8C49CEC0ADB6CB640CAFF80326CDB595DD0DE_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_set_Item_m1C719191CD05F8686DEA8DDD5A1D4F83CD24C465_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_set_Item_mDDDBBB5AA07B63B2303B9EBDAA8B3AB3C619391E_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_All_TisChar_t521A6F19B456D956AF452D926C32709DC03D6B17_mE04607B02368CA60FA45630BEFC15994B9DDBE60_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_Select_TisInternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735_TisString_t_m3FCCE6DBA6A159830BE8363BF5BA444BCBF4B186_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_Select_TisNameAndParameters_t8F37102128EFD31CA57808AE6E3D1244758DEA01_TisString_t_m28BD73D35F5D141AEC454232D5CDC0DD646FBC26_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_Select_TisNamedValue_t1D89B1ACD11D2B5284666865014E67683742B8ED_TisString_t_mABBBF82818B05A51B080A47CF7E81F1C13A146E4_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_Select_TisString_t_TisInternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735_m011557AA65FEF515F3C86B632FC900011EEAC4F5_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_ToArray_TisInputControlAttribute_t312CA97B153666F873279E81BA4054684715368D_m4D6609093D19349D63F7D3B3A971EB1C50BB18E7_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_ToArray_TisInputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E_m73D85BD7CD0CBD8F2F3232AB2C88BF953A63CCA0_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_ToArray_TisInternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735_m454C0E66D1C84DDF8843828AF89C238643DDEC8B_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_ToArray_TisNameAndParameters_t8F37102128EFD31CA57808AE6E3D1244758DEA01_m4E10EB9AA22EF437DD279A53F15FD831883DCC26_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_ToArray_TisString_t_m3B23EE2DD15B2996E7D2ECA6E74696DA892AA194_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_Where_TisControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD_mF2414820EDBE19D4C89DAF957E356FDF8058A1B8_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_Dispose_m09170C1C13419F141F9828D8CCCB9C39C5C81676_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_Dispose_m592BCCE7B7933454DED2130C810F059F8D85B1D7_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_Dispose_m767111BF89218E9F0CD407F44CD9FF1CC6079B87_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_Dispose_mBCC89966089586374EB36200815C3B253B876CAC_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_MoveNext_m481A4392580739004A8DB19F6BAD82506D2672F1_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_MoveNext_mA0F54BBB859772E40488DDEAB062E59A054C4BCD_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_MoveNext_mDB47EEC4531D33B9C33FD2E70BA15E1535A0F3ED_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_MoveNext_mEB31860F9718BC0DB2D231F91D9A78D9666B54EF_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_get_Current_m143541DD8FBCD313E7554EA738FA813B8F4DB11A_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_get_Current_m41544A012DB6D430DA27A1A8AA3EB061D804936B_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_get_Current_m8161C19F09FC9E5EFD3BCE87B8907B3F660FFF51_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_get_Current_mA48C5DA659589540A63F347059DFC0C6537202FE_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* HashSet_1_Contains_m208059B8D89BB100809C7CA51253201A3B504A0B_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* HashSet_1__ctor_mCCBBA7A7E1C76C56AA42BDB67DD077178C0A828F_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* InlinedArray_1_Append_m14B1C35E2818E78C1671F1F02272804B4BF33D05_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* InlinedArray_1_Clear_m8C1CCD6E74718AC5569EDB4C391C2327F056D1F5_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* InlinedArray_1_Merge_mFBCBF398F83222C4F45F518BFAF15B5083CA4A7E_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* InlinedArray_1_ToArray_TisString_t_m6BF88EB579C1C2DD9E855D364A99768FFC44B045_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* InlinedArray_1__ctor_m8732B6EBFFA627F5206C86E329439F947A14A67F_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* InlinedArray_1_get_Item_m0DC6E89FD175B28015115C99793A82B4F3B9026C_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* InputControlLayout_FindControlIncludingArrayElements_mAA21AAFF877E98B2EC06953ACEFFCE4AE686BDE7_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* InputControlLayout_FindControl_m5C2DE01470486CE5D2DC3DFC70FBCEFD74D4C12F_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* InputControlLayout_MergeLayout_mEC7E019B4FEAF51F93942082EEE66C8ABDF5AAAA_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* InputControlLayout_U3CMergeLayoutU3Eb__77_0_m0A357DBA6F83C7055BFB976D9A49783C053847CE_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* InputControlLayout_get_Item_m5DF9A23A4414681E5E6C2D5091A987C6334C16E2_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* InputControlList_1_Dispose_m1FD2281787B2A125095CD9203E77BA4A0F15AA82_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* InputControlList_1_ToArray_mB4471AF6CA979DEAE21C452D7819F9B62A67C75D_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* InputDeviceBuilder_AddChildControl_mCA8A537F5E0FEAEF9E6B97FD750E5B2F4EBEEBDD_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* InputDeviceBuilder_AddChildControls_m712BC48D633435C9028CC6879636CDF50FBBAC6B_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* InputDeviceBuilder_AddProcessors_mB90EA4DF09E295F8A15F637B38402EC9D2C055EB_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* InputDeviceBuilder_ApplyUseStateFrom_mCBDBE1F20D68E325D0AC4BBBF977DF21DEBAF831_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* InputDeviceBuilder_ComputeStateLayout_m010734B25E70C71CA2D088F5E1961F30ED7E4ED2_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* InputDeviceBuilder_FinalizeControlHierarchyRecursive_mF7A359F7CF557051A986D5172C455F69A5559837_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* InputDeviceBuilder_FinalizeControlHierarchy_m16971FB79D0C2F5916DC8A2A2EE1ED823B9BCBB9_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* InputDeviceBuilder_InsertChildControl_mCE35FBF7F248F05D859AECB278B0B7875BAE06E4_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* InputDeviceBuilder_InstantiateLayout_mD7AC05EEBCBE0DAE4D7C2080438FDDDC60121AD2_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* InputDeviceDescription_FromJson_m10F2642A5B348180A184B0EF9F7B9BD931375734_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* InputEventPtr_IsA_TisDeltaStateEvent_tC11D9B5FD8A535C2D998D30F8624E6533044D859_mF1E078C1A9AC9C4697BA6A4F763D17E398CBBDE7_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* InputEventPtr_IsA_TisStateEvent_tB93D5F08B084A2BC9FFC71B084409DBBD2516C0F_mA9BDDBB4B234A924F74AB0343F6F3CFDBFF70327_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* InputProcessor_1__ctor_m3660D9413503EF80E191369B2681143857676B2C_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* InputProcessor_1__ctor_m6E736C5302AE133E73EA6EBF118BD01593543363_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* InputProcessor_1__ctor_m83FD372BC7790897D73BB2A38C5B8FE7E7D370FE_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* InputProcessor_1__ctor_mD16AAFDF5E257298ADA5114E0A83D7F7C854F4CF_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* InputStateBuffers_GetDoubleBuffersFor_m672E6159F04BFE25BC315F8623B5FFB450DF9DA1_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* InputStateBuffers_NextDeviceOffset_mA98E5D6D819B583AD8BE14C838A92EDB9B4315E3_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* InputStateHistory_GetRecord_m85FF7089306517975159512B91057A59C16CC12F_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* InputStateHistory_RecordStateChange_m7D8129E325BF00887E39014E9BBE47C430A734A1_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* InputStateHistory_RecordStateChange_mB6A376EF3B00C27D23B0D2C268AD78E28F5259A8_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* InputStateHistory__ctor_m240F4DEE8783B66D7300CBA0BCE2DAD14CC5F323_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* InputStateHistory__ctor_m83710CBF5EE34E5876CEF15579CE45925C9ECDE8_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* InputStateHistory_get_Item_m32D5AC02F17824DD34BCD53EC239CE2C53452278_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* InputStateHistory_set_Item_m25F2B973017C747291051B6E22B14070EE77AB3C_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* InputStateHistory_set_extraMemoryPerRecord_m6907893F41CB2EB06B4C04B2E8B35E0E5E800786_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* InputStateHistory_set_historyDepth_mE520A08E8510340C919BA638230AFCCB1C8BA34D_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* InputStateHistory_set_updateMask_m5059363750CB5899C77D67BD05419563F703A3F7_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* JsonUtility_FromJson_TisDeviceDescriptionJson_t2555458633C9CD5AAEFF9265C6F9117AB33BDDCE_m7A8A252CFD487454262150A552CF0ADABE7733B8_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* JsonUtility_FromJson_TisLayoutJsonNameAndDescriptorOnly_t65374D6FE057889718820FCFA163517FAA40AB5F_mA4F6C7BA2452D0278070D2911C515A8D179FACA0_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* JsonUtility_FromJson_TisLayoutJson_t79F9D8B74314A3697F189FBA1DE721260F5E9399_m1323ACD3DA5A5768BCA2BCCE2A6A0C7B55127917_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* KeyValuePair_2__ctor_mBEBC19480C80CE07BA6633E4A80C3C94E8352AEE_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* KeyValuePair_2_get_Key_m50986731D255E7947440ACEFA1BFFBBBB6FB5520_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* KeyValuePair_2_get_Key_mC668DBB7580ADCE4B3D87DA1C6E91F6E56B9EE84_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* KeyValuePair_2_get_Key_mE8768535ABCD24F453DC1EC5127CBD303DEC29A5_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* KeyValuePair_2_get_Value_m1425379DCDEDB955455E242B31CD2AE43552B441_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* KeyValuePair_2_get_Value_m690C9AE12011F61B2E8F50FD0F8C05DF5C63D3DA_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* KeyValuePair_2_get_Value_m9803DE61209750BB22E4E1A58A5DFB943EAFCB80_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* LayoutJson_ToLayout_m639A4B3A41B9C4F6DA0FF51E2FB8E37243BA4B01_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1_AddRange_m157DD7AD4D25423F82A21E533BC4686C83770D5E_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1_AddRange_m23F87068F1ED72DC86372B717F08CD9EF57C6BDA_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_m084F52E7C436446A23080F15F803212491693F6B_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_m1445C78C000C0B2BB5347D71EB0E1C07A45FB143_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_mC80F4E1FA0352E5887AF0D8100CA8C32C74509D6_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_mF10DB1D3CBB0B14215F0E4F8AB4934A1955E5351_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Clear_m6BF26614BFAA4D96650F4296BC5ED2455F26EA2C_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1_GetEnumerator_m7692B5F182858B7D5C72C920D09AD48738D1E70D_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Sort_mA7F75CA2EF3A5D651FA1BA7E6A36B62B56F75C21_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1_ToArray_m00CA5FB91CDA6365D58E28447BF529B32FE5AFE1_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1_ToArray_m1CC582554F660560CD50E99994F15107827F0CA3_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m2C432B7961B0F4289AE0E89EFF0147BFB96C2B31_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_mA682012E5951D6B004135D22C6B4B2D7D593990E_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_mCA8DD57EAC70C2B5923DBB9D5A77CEAC22E7068E_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_mD02688FCA098489AE89BFA06B006B313E4B48997_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_m965582C062B5F29E2DB7427A5C2DD8603D88ADD7_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_mB63183A9151F4345A9DD444A7CBE0D6E03F77C7C_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_mF4DDF38AC881AF869CC1CBE8475179B456B18437_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_m0A94F1F351B6BAE6D2F3889C9C4B99E7106487AC_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_m21AEC50E791371101DC22ABCF96A2E46800811F8_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_m99814088AA4143A5FA997159A17F5B25A7D3D2F8_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1_set_Item_m6FA93D75E7D5F138E7C31968F66B0C5918E6CA8C_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* NamedValue_ApplyAllToObject_TisReadOnlyArray_1_t4A15F7D15ACB297B45A08889D51E4CACEAD4EDF9_m2657DEAE6961958DD2595BDE5B379C778F80F427_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* NativeArrayUnsafeUtility_GetUnsafePtr_TisByte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_m8CFDB2DF56E810A2E2FB3686AF676FCAC65AFCC2_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* NativeArray_1_Dispose_m8B0F342847ECB90EB814E1F6AA5BF7DC2F271AEA_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* NativeArray_1__ctor_m981CC7E27B6C9946024877F2696920951443B04F_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* NativeArray_1_get_IsCreated_mD74FCA194584E6EA7916853B62401EB78240A081_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1_GetValueOrDefault_m681906A3292799C0B8557D9AC42307E6AFC168CC_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1_GetValueOrDefault_m86E1210429A6EA0082CC7806DD638E8B4555F148_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1__ctor_m2A8ADF972334AFE0CB6F3D100535A01C4E89F485_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1__ctor_m4FAA8281CB4EFFD8B817734351FB3AC20A0CD6F5_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1__ctor_mBDACCE4C4A7927C7FF1D215D8AF7C1F6BE6944BE_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1_get_HasValue_m6B76D139692C43B2AF7C695FAB044B16ACFAF355_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1_get_HasValue_m736B6649639E22745348A31C24B346DD267A02C4_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1_get_HasValue_mAF2A1581B5249D08F08741515C8629EFB6523C86_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1_get_Value_mE2C54C6AE9FC9F05BF44CD9D7D61DC6CD56E3E28_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ReadOnlyArrayExtensions_IndexOfReference_TisInputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E_mB5B40E729A3DA490AB1290F474FAB59D2619AEE3_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ReadOnlyArray_1_GetEnumerator_m612F1B35C81D7D8976F6A0815DE9D5DB7AE6C7DC_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ReadOnlyArray_1__ctor_m0A2A04DEB5DD6904A88BA998F8DFF306E7932261_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ReadOnlyArray_1__ctor_m1A1A6D0FD792CEAA60A7641BB5854BCD80217362_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ReadOnlyArray_1__ctor_m49F921C4A55D0D3A64169BAEED67DE11D60A6F02_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ReadOnlyArray_1__ctor_m8B1A10969D597D11769C4E7C33B907A981CA78F5_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ReadOnlyArray_1__ctor_m91E26F16AF68835954DDB6AACADED4901067A544_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ReadOnlyArray_1__ctor_mEAD477EA9B978C5FB45054408D3AF3B53A4E9F37_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ReadOnlyArray_1_get_Count_m2215B7CB1D01D57AB87F3363351D7A7BD528E40F_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ReadOnlyArray_1_get_Count_m5061AE58EC2D8AE48182ADF368A108D8E9E116B6_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ReadOnlyArray_1_get_Count_m76D58AB3E0CF768F6E547B59CAD83CEF522A5242_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ReadOnlyArray_1_get_Count_mCB952AF4F81F9AF4E9F86DEDE58AF67AF1654293_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ReadOnlyArray_1_get_Item_m33CCD0200E2AC2E282AD02BAED65A68EE4AAB7DA_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ReadOnlyArray_1_get_Item_mF7217A9697E8EAA3A574FCDCB611597EC9C1836A_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Record_CheckValid_m67D55C30E83E6D73790913DA2E1574429B339E83_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Record_CopyFrom_mF3794E85475465E4DC83BBC615BC0A1506BFD105_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Record_GetUnsafeExtraMemoryPtrUnchecked_m64D1BADE8C76019CB1D44F1FDE1A35A3060945FF_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Type_GetType_m50BCE4A0EB39D97381431E6CC2576C50DCE69C67_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* U3CGetBaseLayoutsU3Ed__24_System_Collections_IEnumerator_Reset_m1F61E517329D67EA41D9D1643706DA14B66B0126_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3CCreateControlItemFromMemberU3Eb__75_0_m1E97AAFAE6B6EC46590C6C04FC057556FCE3E852_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3CCreateControlItemFromMemberU3Eb__75_1_m82976E43314F7E9B778F0466AC92AECC3646ED29_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3CFromControlItemsU3Eb__25_0_m85222D49B065C8B25FF5EA38119CE4852B51843F_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3CFromControlItemsU3Eb__25_1_m01A2F08639500B1E680883C01296BDDC82E930E0_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3CFromControlItemsU3Eb__25_2_m0A040B919B3E4B17E8566B918D511ECDCB00B44A_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3CFromControlItemsU3Eb__25_3_m22A5A767EA83302910B891ADEBFE946C58290CB2_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3CFromLayoutU3Eb__15_0_mB11018F0CCFCBEBE8B8AA2ECB23CD9C8923C8CCF_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3CFromLayoutU3Eb__15_1_m308A8D7A093378D95F9BD1962978A8296FB9D41B_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3CFromTypeU3Eb__52_0_mB2EEBBABB4242277AD5DD367BA0FE8F90FA151F2_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3CToLayoutU3Eb__14_0_m78A4ECF8E80915B806D456D90DF82D014D6CB402_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3CToLayoutU3Eb__24_0_m1332BB4AD19847D3A96CFABB097922312DB4C7A1_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3CToLayoutU3Eb__24_1_m757AEC8A752F607EE10D83BBF833E6EF79AFD11F_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3CWithU3Eb__11_0_m8094F84D97E88CF13CCEE8A36A6C6F35315B6D7F_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3CWithUsagesU3Eb__14_0_m61106FE0AED40B357C2349871A89EFA48D0C709A_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeType* IInputStateTypeInfo_t9A4256AAE65604871428FB37036AE42E053D9368_0_0_0_var;
|
|
IL2CPP_EXTERN_C const RuntimeType* InputControl_1_t93477CD4642D011DE3280D8E720C035E45409516_0_0_0_var;
|
|
IL2CPP_EXTERN_C const RuntimeType* InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E_0_0_0_var;
|
|
IL2CPP_EXTERN_C const RuntimeType* InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B_0_0_0_var;
|
|
struct CacheRefInstance_t4E8602E1529A57250C63318B7E44AE2195514023;;
|
|
struct CacheRefInstance_t4E8602E1529A57250C63318B7E44AE2195514023_marshaled_com;
|
|
struct CacheRefInstance_t4E8602E1529A57250C63318B7E44AE2195514023_marshaled_com;;
|
|
struct CacheRefInstance_t4E8602E1529A57250C63318B7E44AE2195514023_marshaled_pinvoke;
|
|
struct CacheRefInstance_t4E8602E1529A57250C63318B7E44AE2195514023_marshaled_pinvoke;;
|
|
struct Capability_t1A686C4F719B0408BCBB428021405F440196E16E_marshaled_com;
|
|
struct Capability_t1A686C4F719B0408BCBB428021405F440196E16E_marshaled_pinvoke;
|
|
struct Delegate_t_marshaled_com;
|
|
struct Delegate_t_marshaled_pinvoke;
|
|
struct Exception_t_marshaled_com;
|
|
struct Exception_t_marshaled_pinvoke;
|
|
struct InputDeviceDescription_tE86DD77422AAF60ADDAC788B31E5A05E739B708F;;
|
|
struct InputDeviceDescription_tE86DD77422AAF60ADDAC788B31E5A05E739B708F_marshaled_pinvoke;
|
|
struct InputDeviceDescription_tE86DD77422AAF60ADDAC788B31E5A05E739B708F_marshaled_pinvoke;;
|
|
struct InputDeviceMatcher_tF9BA551C8BB4AE41672366A7EBEA951543E0C555;;
|
|
struct InputDeviceMatcher_tF9BA551C8BB4AE41672366A7EBEA951543E0C555_marshaled_com;
|
|
struct InputDeviceMatcher_tF9BA551C8BB4AE41672366A7EBEA951543E0C555_marshaled_com;;
|
|
struct InputDeviceMatcher_tF9BA551C8BB4AE41672366A7EBEA951543E0C555_marshaled_pinvoke;
|
|
struct InputDeviceMatcher_tF9BA551C8BB4AE41672366A7EBEA951543E0C555_marshaled_pinvoke;;
|
|
struct InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5;
|
|
struct InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735;;
|
|
struct InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735_marshaled_com;
|
|
struct InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735_marshaled_com;;
|
|
struct InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735_marshaled_pinvoke;
|
|
struct InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735_marshaled_pinvoke;;
|
|
struct MatcherJson_t5F54B83ADE9DD6D48FD48D76841EF4CA790DD942;;
|
|
struct MatcherJson_t5F54B83ADE9DD6D48FD48D76841EF4CA790DD942_marshaled_com;
|
|
struct MatcherJson_t5F54B83ADE9DD6D48FD48D76841EF4CA790DD942_marshaled_com;;
|
|
struct MatcherJson_t5F54B83ADE9DD6D48FD48D76841EF4CA790DD942_marshaled_pinvoke;
|
|
struct MatcherJson_t5F54B83ADE9DD6D48FD48D76841EF4CA790DD942_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 KeyValuePair_2U5BU5D_tF8154B2302178CCE00D745DBF55F703880469DFC;
|
|
struct DelegateU5BU5D_tC5AB7E8F745616680F337909D3A8E6C722CDF771;
|
|
struct FieldInfoU5BU5D_t50D47CBECF1AEB152F555803E3329D9E34DBF8D8;
|
|
struct InputControlU5BU5D_t0B951FEF1504D6340387C4735F5D6F426F40FE17;
|
|
struct InputControlAttributeU5BU5D_t9F49829F717D3562C6AEABF8EC5D202DDE77DBAB;
|
|
struct InputDeviceU5BU5D_tA9AEFC6AF63557D3D5DCFB2B26DDA6F63147D548;
|
|
struct InternedStringU5BU5D_t0B851758733FC0B118D84BE83AED10A0404C18D5;
|
|
struct MemberInfoU5BU5D_t4CB6970BB166E8E1CFB06152B2A2284971873053;
|
|
struct NameAndParametersU5BU5D_tA6C2AC34ACDB1967A7A2CEF4BE1D717ADA695CA2;
|
|
struct NamedValueU5BU5D_tADD8F1373B88C55F68499688D72C21A97F63303A;
|
|
struct ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918;
|
|
struct PropertyInfoU5BU5D_tD81C248B41D0C76207C42DB9C332DC79F490B1D7;
|
|
struct StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248;
|
|
struct UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA;
|
|
struct ControlItemU5BU5D_t7798E8B7C7F58B8F6D13B567539CD82E962C7104;
|
|
struct ControlItemJsonU5BU5D_t6E6FCFDEF49F701232A4D4BCB5B40A7349E12F00;
|
|
struct LayoutMatcherU5BU5D_t790C71C3787F12C3EE9F7ABDC24DFCEB5281F90E;
|
|
|
|
IL2CPP_EXTERN_C_BEGIN
|
|
IL2CPP_EXTERN_C_END
|
|
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
|
|
// System.Collections.Generic.Dictionary`2<UnityEngine.InputSystem.Utilities.InternedString,System.Func`1<UnityEngine.InputSystem.Layouts.InputControlLayout>>
|
|
struct Dictionary_2_tFF0F3921D8B2465193365C2463B7D6A977E874DA : 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_t9FD9D035EC39D906D721AB34770B74E60F97681A* ____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_t95CF085CD013FBCB386F33762B2F936A106207E0* ____keys_7;
|
|
// System.Collections.Generic.Dictionary`2/ValueCollection<TKey,TValue> System.Collections.Generic.Dictionary`2::_values
|
|
ValueCollection_t12FC42CDC54A80773D2A067B7D0F69971029DEB7* ____values_8;
|
|
// System.Object System.Collections.Generic.Dictionary`2::_syncRoot
|
|
RuntimeObject* ____syncRoot_9;
|
|
};
|
|
|
|
// System.Collections.Generic.Dictionary`2<UnityEngine.InputSystem.Utilities.InternedString,UnityEngine.InputSystem.Utilities.InternedString[]>
|
|
struct Dictionary_2_tA8E192E813E347FF19EC3868E2C565607445394C : 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_t50BF0A4DDDB0CBC9A417705BC521C9F69912D0C9* ____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_t8AA6FC5CABE28D4231DD1993610B63B195D7A7BD* ____keys_7;
|
|
// System.Collections.Generic.Dictionary`2/ValueCollection<TKey,TValue> System.Collections.Generic.Dictionary`2::_values
|
|
ValueCollection_tF5DD6AC618E5C0410C4DC30D1848EE3346F26CC7* ____values_8;
|
|
// System.Object System.Collections.Generic.Dictionary`2::_syncRoot
|
|
RuntimeObject* ____syncRoot_9;
|
|
};
|
|
|
|
// System.Collections.Generic.Dictionary`2<UnityEngine.InputSystem.Utilities.InternedString,UnityEngine.InputSystem.Layouts.InputControlLayout>
|
|
struct Dictionary_2_t058B78C04CBFB0F1C72F95C9880AE09DA041219F : 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_t576A727644D442A09F0B14EC9DD334BD0234F351* ____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_t1E455851AB76C45687273FB179A5DF67E1F58AAA* ____keys_7;
|
|
// System.Collections.Generic.Dictionary`2/ValueCollection<TKey,TValue> System.Collections.Generic.Dictionary`2::_values
|
|
ValueCollection_t185CDF335F44802A4F335662CC2CA7DC4DDE65D0* ____values_8;
|
|
// System.Object System.Collections.Generic.Dictionary`2::_syncRoot
|
|
RuntimeObject* ____syncRoot_9;
|
|
};
|
|
|
|
// System.Collections.Generic.Dictionary`2<UnityEngine.InputSystem.Utilities.InternedString,UnityEngine.InputSystem.Utilities.InternedString>
|
|
struct Dictionary_2_t433D1FE2CDB69C9F583F79D5252A34112439D0AD : public RuntimeObject
|
|
{
|
|
// System.Int32[] System.Collections.Generic.Dictionary`2::_buckets
|
|
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ____buckets_0;
|
|
// System.Collections.Generic.Dictionary`2/Entry<TKey,TValue>[] System.Collections.Generic.Dictionary`2::_entries
|
|
EntryU5BU5D_tEB41C94D728A2A116E7C01CCB2ACEBA8AD296C60* ____entries_1;
|
|
// System.Int32 System.Collections.Generic.Dictionary`2::_count
|
|
int32_t ____count_2;
|
|
// System.Int32 System.Collections.Generic.Dictionary`2::_freeList
|
|
int32_t ____freeList_3;
|
|
// System.Int32 System.Collections.Generic.Dictionary`2::_freeCount
|
|
int32_t ____freeCount_4;
|
|
// System.Int32 System.Collections.Generic.Dictionary`2::_version
|
|
int32_t ____version_5;
|
|
// System.Collections.Generic.IEqualityComparer`1<TKey> System.Collections.Generic.Dictionary`2::_comparer
|
|
RuntimeObject* ____comparer_6;
|
|
// System.Collections.Generic.Dictionary`2/KeyCollection<TKey,TValue> System.Collections.Generic.Dictionary`2::_keys
|
|
KeyCollection_tD4A0C41F41EA529D4514091372080877F6248C04* ____keys_7;
|
|
// System.Collections.Generic.Dictionary`2/ValueCollection<TKey,TValue> System.Collections.Generic.Dictionary`2::_values
|
|
ValueCollection_t96259FE42C45AADD5918C1CDD01C7D732504C523* ____values_8;
|
|
// System.Object System.Collections.Generic.Dictionary`2::_syncRoot
|
|
RuntimeObject* ____syncRoot_9;
|
|
};
|
|
|
|
// System.Collections.Generic.Dictionary`2<UnityEngine.InputSystem.Utilities.InternedString,System.String>
|
|
struct Dictionary_2_tEB3FF1660C6129E11F3B4771A549DE9F169B5103 : 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_t734AD0C375E8FC48D8AB1368351A168315F2C495* ____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_t4C90FD1D24B03DB29068B459260F88304DF42655* ____keys_7;
|
|
// System.Collections.Generic.Dictionary`2/ValueCollection<TKey,TValue> System.Collections.Generic.Dictionary`2::_values
|
|
ValueCollection_t66D9DFDC300C600075075AAC7AB5C656A8540A62* ____values_8;
|
|
// System.Object System.Collections.Generic.Dictionary`2::_syncRoot
|
|
RuntimeObject* ____syncRoot_9;
|
|
};
|
|
|
|
// System.Collections.Generic.Dictionary`2<UnityEngine.InputSystem.Utilities.InternedString,System.Type>
|
|
struct Dictionary_2_t1FFEE4C9AF6AF524CAD4FDCEA8F3AB34E585451D : 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_t05A444C605D7D354DA1A1A00317821912EB2F4A7* ____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_tF0B6D6FBE89245B5B34798233471D53A6BF802A3* ____keys_7;
|
|
// System.Collections.Generic.Dictionary`2/ValueCollection<TKey,TValue> System.Collections.Generic.Dictionary`2::_values
|
|
ValueCollection_tD63A626D1918F702C79B868362E823BDCFD426CD* ____values_8;
|
|
// System.Object System.Collections.Generic.Dictionary`2::_syncRoot
|
|
RuntimeObject* ____syncRoot_9;
|
|
};
|
|
|
|
// System.Collections.Generic.Dictionary`2<UnityEngine.InputSystem.Utilities.InternedString,UnityEngine.InputSystem.Layouts.InputControlLayout/Collection/PrecompiledLayout>
|
|
struct Dictionary_2_tD68C40116E127FE79F9E7AF07820CFDDBF20A8C1 : public RuntimeObject
|
|
{
|
|
// System.Int32[] System.Collections.Generic.Dictionary`2::_buckets
|
|
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ____buckets_0;
|
|
// System.Collections.Generic.Dictionary`2/Entry<TKey,TValue>[] System.Collections.Generic.Dictionary`2::_entries
|
|
EntryU5BU5D_t6FFF9155A8574DAE59AE5E53B83EB0E1FBFF79E4* ____entries_1;
|
|
// System.Int32 System.Collections.Generic.Dictionary`2::_count
|
|
int32_t ____count_2;
|
|
// System.Int32 System.Collections.Generic.Dictionary`2::_freeList
|
|
int32_t ____freeList_3;
|
|
// System.Int32 System.Collections.Generic.Dictionary`2::_freeCount
|
|
int32_t ____freeCount_4;
|
|
// System.Int32 System.Collections.Generic.Dictionary`2::_version
|
|
int32_t ____version_5;
|
|
// System.Collections.Generic.IEqualityComparer`1<TKey> System.Collections.Generic.Dictionary`2::_comparer
|
|
RuntimeObject* ____comparer_6;
|
|
// System.Collections.Generic.Dictionary`2/KeyCollection<TKey,TValue> System.Collections.Generic.Dictionary`2::_keys
|
|
KeyCollection_t43102F04E62D9BA2A82FB1FA55DA5E3025031C6F* ____keys_7;
|
|
// System.Collections.Generic.Dictionary`2/ValueCollection<TKey,TValue> System.Collections.Generic.Dictionary`2::_values
|
|
ValueCollection_t96C31E0C36EF324B4BA86A8ED314F2AF342D6D6C* ____values_8;
|
|
// System.Object System.Collections.Generic.Dictionary`2::_syncRoot
|
|
RuntimeObject* ____syncRoot_9;
|
|
};
|
|
|
|
// System.Collections.Generic.Dictionary`2<System.String,UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem>
|
|
struct Dictionary_2_t9603121094471C60D6E60B03066D77D447754994 : 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_t0948D49CB59D71EA488F72A04ED26C72199608CD* ____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_tE95CBDDA9FB52482AB3DCF8F4A07590B5C23351E* ____keys_7;
|
|
// System.Collections.Generic.Dictionary`2/ValueCollection<TKey,TValue> System.Collections.Generic.Dictionary`2::_values
|
|
ValueCollection_t0B5A7C194863D48D0F3C2DC61CAB2C299A16D923* ____values_8;
|
|
// System.Object System.Collections.Generic.Dictionary`2::_syncRoot
|
|
RuntimeObject* ____syncRoot_9;
|
|
};
|
|
|
|
// System.Collections.Generic.HashSet`1<UnityEngine.InputSystem.Utilities.InternedString>
|
|
struct HashSet_1_t87C47CF88B1B88398D4F9A1E51E92F834CF5160B : public RuntimeObject
|
|
{
|
|
// System.Int32[] System.Collections.Generic.HashSet`1::_buckets
|
|
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ____buckets_7;
|
|
// System.Collections.Generic.HashSet`1/Slot<T>[] System.Collections.Generic.HashSet`1::_slots
|
|
SlotU5BU5D_t123558B2D530E4B5BD1DE3DEE7D54DDEEF5B44F0* ____slots_8;
|
|
// System.Int32 System.Collections.Generic.HashSet`1::_count
|
|
int32_t ____count_9;
|
|
// System.Int32 System.Collections.Generic.HashSet`1::_lastIndex
|
|
int32_t ____lastIndex_10;
|
|
// System.Int32 System.Collections.Generic.HashSet`1::_freeList
|
|
int32_t ____freeList_11;
|
|
// System.Collections.Generic.IEqualityComparer`1<T> System.Collections.Generic.HashSet`1::_comparer
|
|
RuntimeObject* ____comparer_12;
|
|
// System.Int32 System.Collections.Generic.HashSet`1::_version
|
|
int32_t ____version_13;
|
|
// System.Runtime.Serialization.SerializationInfo System.Collections.Generic.HashSet`1::_siInfo
|
|
SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* ____siInfo_14;
|
|
};
|
|
|
|
// System.Collections.Generic.List`1<System.Object>
|
|
struct List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D : public RuntimeObject
|
|
{
|
|
// T[] System.Collections.Generic.List`1::_items
|
|
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ____items_1;
|
|
// System.Int32 System.Collections.Generic.List`1::_size
|
|
int32_t ____size_2;
|
|
// System.Int32 System.Collections.Generic.List`1::_version
|
|
int32_t ____version_3;
|
|
// System.Object System.Collections.Generic.List`1::_syncRoot
|
|
RuntimeObject* ____syncRoot_4;
|
|
};
|
|
|
|
// System.Collections.Generic.List`1<System.String>
|
|
struct List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD : public RuntimeObject
|
|
{
|
|
// T[] System.Collections.Generic.List`1::_items
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ____items_1;
|
|
// System.Int32 System.Collections.Generic.List`1::_size
|
|
int32_t ____size_2;
|
|
// System.Int32 System.Collections.Generic.List`1::_version
|
|
int32_t ____version_3;
|
|
// System.Object System.Collections.Generic.List`1::_syncRoot
|
|
RuntimeObject* ____syncRoot_4;
|
|
};
|
|
|
|
// System.Collections.Generic.List`1<System.UInt32>
|
|
struct List_1_t9B68833848E4C4D7F623C05F6B77F0449396354A : public RuntimeObject
|
|
{
|
|
// T[] System.Collections.Generic.List`1::_items
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* ____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.Layouts.InputControlLayout/ControlItem>
|
|
struct List_1_tBF847DD77CE898FDD304012AB5DFBFC15986D8F7 : public RuntimeObject
|
|
{
|
|
// T[] System.Collections.Generic.List`1::_items
|
|
ControlItemU5BU5D_t7798E8B7C7F58B8F6D13B567539CD82E962C7104* ____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.Layouts.InputControlLayout/Collection/LayoutMatcher>
|
|
struct List_1_t4E502B2E42676E48E6F9A8F0251ADB1DF4BD490E : public RuntimeObject
|
|
{
|
|
// T[] System.Collections.Generic.List`1::_items
|
|
LayoutMatcherU5BU5D_t790C71C3787F12C3EE9F7ABDC24DFCEB5281F90E* ____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.Dictionary`2/ValueCollection<System.String,UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem>
|
|
struct ValueCollection_t0B5A7C194863D48D0F3C2DC61CAB2C299A16D923 : public RuntimeObject
|
|
{
|
|
// System.Collections.Generic.Dictionary`2<TKey,TValue> System.Collections.Generic.Dictionary`2/ValueCollection::_dictionary
|
|
Dictionary_2_t9603121094471C60D6E60B03066D77D447754994* ____dictionary_0;
|
|
};
|
|
|
|
// System.Attribute
|
|
struct Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA : public RuntimeObject
|
|
{
|
|
};
|
|
|
|
// UnityEngine.InputSystem.LowLevel.InputRuntime
|
|
struct InputRuntime_t225BBC258A47D8CC1DE6C04E13FB51C375EEB4C3 : public RuntimeObject
|
|
{
|
|
};
|
|
|
|
// UnityEngine.InputSystem.InputSystem
|
|
struct InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164 : public RuntimeObject
|
|
{
|
|
};
|
|
|
|
// System.Reflection.MemberInfo
|
|
struct MemberInfo_t : public RuntimeObject
|
|
{
|
|
};
|
|
|
|
// System.Runtime.Serialization.SerializationInfo
|
|
struct SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37 : public RuntimeObject
|
|
{
|
|
// System.String[] System.Runtime.Serialization.SerializationInfo::m_members
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___m_members_3;
|
|
// System.Object[] System.Runtime.Serialization.SerializationInfo::m_data
|
|
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___m_data_4;
|
|
// System.Type[] System.Runtime.Serialization.SerializationInfo::m_types
|
|
TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* ___m_types_5;
|
|
// System.Collections.Generic.Dictionary`2<System.String,System.Int32> System.Runtime.Serialization.SerializationInfo::m_nameToIndex
|
|
Dictionary_2_t5C8F46F5D57502270DD9E1DA8303B23C7FE85588* ___m_nameToIndex_6;
|
|
// System.Int32 System.Runtime.Serialization.SerializationInfo::m_currMember
|
|
int32_t ___m_currMember_7;
|
|
// System.Runtime.Serialization.IFormatterConverter System.Runtime.Serialization.SerializationInfo::m_converter
|
|
RuntimeObject* ___m_converter_8;
|
|
// System.String System.Runtime.Serialization.SerializationInfo::m_fullTypeName
|
|
String_t* ___m_fullTypeName_9;
|
|
// System.String System.Runtime.Serialization.SerializationInfo::m_assemName
|
|
String_t* ___m_assemName_10;
|
|
// System.Type System.Runtime.Serialization.SerializationInfo::objectType
|
|
Type_t* ___objectType_11;
|
|
// System.Boolean System.Runtime.Serialization.SerializationInfo::isFullTypeNameSetExplicit
|
|
bool ___isFullTypeNameSetExplicit_12;
|
|
// System.Boolean System.Runtime.Serialization.SerializationInfo::isAssemblyNameSetExplicit
|
|
bool ___isAssemblyNameSetExplicit_13;
|
|
// System.Boolean System.Runtime.Serialization.SerializationInfo::requireSameTokenInPartialTrust
|
|
bool ___requireSameTokenInPartialTrust_14;
|
|
};
|
|
|
|
// System.String
|
|
struct String_t : public RuntimeObject
|
|
{
|
|
// System.Int32 System.String::_stringLength
|
|
int32_t ____stringLength_4;
|
|
// System.Char System.String::_firstChar
|
|
Il2CppChar ____firstChar_5;
|
|
};
|
|
|
|
// System.Text.StringBuilder
|
|
struct StringBuilder_t : public RuntimeObject
|
|
{
|
|
// System.Char[] System.Text.StringBuilder::m_ChunkChars
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___m_ChunkChars_0;
|
|
// System.Text.StringBuilder System.Text.StringBuilder::m_ChunkPrevious
|
|
StringBuilder_t* ___m_ChunkPrevious_1;
|
|
// System.Int32 System.Text.StringBuilder::m_ChunkLength
|
|
int32_t ___m_ChunkLength_2;
|
|
// System.Int32 System.Text.StringBuilder::m_ChunkOffset
|
|
int32_t ___m_ChunkOffset_3;
|
|
// System.Int32 System.Text.StringBuilder::m_MaxCapacity
|
|
int32_t ___m_MaxCapacity_4;
|
|
};
|
|
|
|
// System.ValueType
|
|
struct ValueType_t6D9B272BD21782F0A9A14F2E41F85A50E97A986F : public RuntimeObject
|
|
{
|
|
};
|
|
// Native definition for P/Invoke marshalling of System.ValueType
|
|
struct ValueType_t6D9B272BD21782F0A9A14F2E41F85A50E97A986F_marshaled_pinvoke
|
|
{
|
|
};
|
|
// Native definition for COM marshalling of System.ValueType
|
|
struct ValueType_t6D9B272BD21782F0A9A14F2E41F85A50E97A986F_marshaled_com
|
|
{
|
|
};
|
|
|
|
// UnityEngine.InputSystem.Layouts.InputControlLayout/<>c
|
|
struct U3CU3Ec_t2FC53E156FFD93CC20E0C54722DB6F0050D22EB7 : public RuntimeObject
|
|
{
|
|
};
|
|
|
|
// UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItemJson
|
|
struct ControlItemJson_t56C29912300890F2D3DA5DC3C095B821468948FC : public RuntimeObject
|
|
{
|
|
// System.String UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItemJson::name
|
|
String_t* ___name_0;
|
|
// System.String UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItemJson::layout
|
|
String_t* ___layout_1;
|
|
// System.String UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItemJson::variants
|
|
String_t* ___variants_2;
|
|
// System.String UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItemJson::usage
|
|
String_t* ___usage_3;
|
|
// System.String UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItemJson::alias
|
|
String_t* ___alias_4;
|
|
// System.String UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItemJson::useStateFrom
|
|
String_t* ___useStateFrom_5;
|
|
// System.UInt32 UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItemJson::offset
|
|
uint32_t ___offset_6;
|
|
// System.UInt32 UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItemJson::bit
|
|
uint32_t ___bit_7;
|
|
// System.UInt32 UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItemJson::sizeInBits
|
|
uint32_t ___sizeInBits_8;
|
|
// System.String UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItemJson::format
|
|
String_t* ___format_9;
|
|
// System.Int32 UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItemJson::arraySize
|
|
int32_t ___arraySize_10;
|
|
// System.String[] UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItemJson::usages
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___usages_11;
|
|
// System.String[] UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItemJson::aliases
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___aliases_12;
|
|
// System.String UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItemJson::parameters
|
|
String_t* ___parameters_13;
|
|
// System.String UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItemJson::processors
|
|
String_t* ___processors_14;
|
|
// System.String UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItemJson::displayName
|
|
String_t* ___displayName_15;
|
|
// System.String UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItemJson::shortDisplayName
|
|
String_t* ___shortDisplayName_16;
|
|
// System.Boolean UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItemJson::noisy
|
|
bool ___noisy_17;
|
|
// System.Boolean UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItemJson::dontReset
|
|
bool ___dontReset_18;
|
|
// System.Boolean UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItemJson::synthetic
|
|
bool ___synthetic_19;
|
|
// System.String UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItemJson::defaultState
|
|
String_t* ___defaultState_20;
|
|
// System.String UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItemJson::minValue
|
|
String_t* ___minValue_21;
|
|
// System.String UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItemJson::maxValue
|
|
String_t* ___maxValue_22;
|
|
};
|
|
|
|
// UnityEngine.InputSystem.Layouts.InputDeviceMatcher/<>c
|
|
struct U3CU3Ec_tAEFD85D23E35F3965E847F401B7F12DF1213ADC7 : public RuntimeObject
|
|
{
|
|
};
|
|
|
|
// UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItemJson/<>c
|
|
struct U3CU3Ec_tC05A732A5AA0C05DB2A79EE837290A022A612FCE : public RuntimeObject
|
|
{
|
|
};
|
|
|
|
// UnityEngine.InputSystem.Layouts.InputControlLayout/LayoutJson/<>c
|
|
struct U3CU3Ec_t268F4AFE03A6933C8DA22B2E8F3173AE68DE33EA : public RuntimeObject
|
|
{
|
|
};
|
|
|
|
// UnityEngine.InputSystem.Layouts.InputControlLayout/Builder/ControlBuilder/<>c
|
|
struct U3CU3Ec_tEF5C54E21921A13B31EA0547CBD7DE72EE989644 : public RuntimeObject
|
|
{
|
|
};
|
|
|
|
// UnityEngine.InputSystem.Utilities.ReadOnlyArray`1/Enumerator<UnityEngine.InputSystem.InputControl>
|
|
struct Enumerator_t9E6B6B706EC0D83D954AF58AAD5F12BA71954C0E
|
|
{
|
|
// TValue[] UnityEngine.InputSystem.Utilities.ReadOnlyArray`1/Enumerator::m_Array
|
|
InputControlU5BU5D_t0B951FEF1504D6340387C4735F5D6F426F40FE17* ___m_Array_0;
|
|
// System.Int32 UnityEngine.InputSystem.Utilities.ReadOnlyArray`1/Enumerator::m_IndexStart
|
|
int32_t ___m_IndexStart_1;
|
|
// System.Int32 UnityEngine.InputSystem.Utilities.ReadOnlyArray`1/Enumerator::m_IndexEnd
|
|
int32_t ___m_IndexEnd_2;
|
|
// System.Int32 UnityEngine.InputSystem.Utilities.ReadOnlyArray`1/Enumerator::m_Index
|
|
int32_t ___m_Index_3;
|
|
};
|
|
|
|
// System.Collections.Generic.List`1/Enumerator<System.Object>
|
|
struct Enumerator_t9473BAB568A27E2339D48C1F91319E0F6D244D7A
|
|
{
|
|
// System.Collections.Generic.List`1<T> System.Collections.Generic.List`1/Enumerator::_list
|
|
List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* ____list_0;
|
|
// System.Int32 System.Collections.Generic.List`1/Enumerator::_index
|
|
int32_t ____index_1;
|
|
// System.Int32 System.Collections.Generic.List`1/Enumerator::_version
|
|
int32_t ____version_2;
|
|
// T System.Collections.Generic.List`1/Enumerator::_current
|
|
RuntimeObject* ____current_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;
|
|
};
|
|
|
|
// System.Collections.Generic.List`1/Enumerator<System.String>
|
|
struct Enumerator_tA7A4B718FE1ED1D87565680D8C8195EC8AEAB3D1
|
|
{
|
|
// System.Collections.Generic.List`1<T> System.Collections.Generic.List`1/Enumerator::_list
|
|
List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD* ____list_0;
|
|
// System.Int32 System.Collections.Generic.List`1/Enumerator::_index
|
|
int32_t ____index_1;
|
|
// System.Int32 System.Collections.Generic.List`1/Enumerator::_version
|
|
int32_t ____version_2;
|
|
// T System.Collections.Generic.List`1/Enumerator::_current
|
|
String_t* ____current_3;
|
|
};
|
|
|
|
// UnityEngine.InputSystem.Utilities.InlinedArray`1<System.Action`2<UnityEngine.InputSystem.InputDevice,UnityEngine.InputSystem.InputDeviceChange>>
|
|
struct InlinedArray_1_tC156E68CC1D19C7411B135D705222BBA02E1E546
|
|
{
|
|
// System.Int32 UnityEngine.InputSystem.Utilities.InlinedArray`1::length
|
|
int32_t ___length_0;
|
|
// TValue UnityEngine.InputSystem.Utilities.InlinedArray`1::firstValue
|
|
Action_2_tB79528C85CFEF7DFF52C575DDAA398D2FE6BC333* ___firstValue_1;
|
|
// TValue[] UnityEngine.InputSystem.Utilities.InlinedArray`1::additionalValues
|
|
Action_2U5BU5D_tE696881AB7B602657DE1A212B1F9322B7F472FBB* ___additionalValues_2;
|
|
};
|
|
|
|
// UnityEngine.InputSystem.Utilities.InlinedArray`1<System.Action`2<UnityEngine.InputSystem.InputDevice,UnityEngine.InputSystem.LowLevel.InputEventPtr>>
|
|
struct InlinedArray_1_t0C164496D3AC9C0D8B5986F12B3E22F94E904138
|
|
{
|
|
// System.Int32 UnityEngine.InputSystem.Utilities.InlinedArray`1::length
|
|
int32_t ___length_0;
|
|
// TValue UnityEngine.InputSystem.Utilities.InlinedArray`1::firstValue
|
|
Action_2_tBB6A2D36E83BB3B7BFA2ACD51493D5740A3D7F2E* ___firstValue_1;
|
|
// TValue[] UnityEngine.InputSystem.Utilities.InlinedArray`1::additionalValues
|
|
Action_2U5BU5D_t493765D280908ABBDC5280C16C38A55BEB3FB645* ___additionalValues_2;
|
|
};
|
|
|
|
// UnityEngine.InputSystem.Utilities.InlinedArray`1<System.Action`2<UnityEngine.InputSystem.LowLevel.InputEventPtr,UnityEngine.InputSystem.InputDevice>>
|
|
struct InlinedArray_1_tCB69E3C40A7449F79D455D118402BE76E07EDD3B
|
|
{
|
|
// System.Int32 UnityEngine.InputSystem.Utilities.InlinedArray`1::length
|
|
int32_t ___length_0;
|
|
// TValue UnityEngine.InputSystem.Utilities.InlinedArray`1::firstValue
|
|
Action_2_t4943DD8C32CAB983950535CEF3BABA85DF8C9AAA* ___firstValue_1;
|
|
// TValue[] UnityEngine.InputSystem.Utilities.InlinedArray`1::additionalValues
|
|
Action_2U5BU5D_tF0EAC88CF3D1AADA46955EC4879598BCF64FEA5B* ___additionalValues_2;
|
|
};
|
|
|
|
// UnityEngine.InputSystem.Utilities.InlinedArray`1<System.Action`2<System.String,UnityEngine.InputSystem.InputControlLayoutChange>>
|
|
struct InlinedArray_1_t6CA0FBB125302D36470046647247C3C186DA3C81
|
|
{
|
|
// System.Int32 UnityEngine.InputSystem.Utilities.InlinedArray`1::length
|
|
int32_t ___length_0;
|
|
// TValue UnityEngine.InputSystem.Utilities.InlinedArray`1::firstValue
|
|
Action_2_t4797B88C63509F2EE4385D6DABE6A4B5AD5393F7* ___firstValue_1;
|
|
// TValue[] UnityEngine.InputSystem.Utilities.InlinedArray`1::additionalValues
|
|
Action_2U5BU5D_t03D844ECB7234028DD3556FBAD4097B4835CA7A4* ___additionalValues_2;
|
|
};
|
|
|
|
// UnityEngine.InputSystem.Utilities.InlinedArray`1<UnityEngine.InputSystem.InputProcessor`1<System.Single>>
|
|
struct InlinedArray_1_t2A86A6C75E0160EE14310E053C5249518871D847
|
|
{
|
|
// System.Int32 UnityEngine.InputSystem.Utilities.InlinedArray`1::length
|
|
int32_t ___length_0;
|
|
// TValue UnityEngine.InputSystem.Utilities.InlinedArray`1::firstValue
|
|
InputProcessor_1_tFE49B42CB371A9A2A3F29802695BD251947AD0B4* ___firstValue_1;
|
|
// TValue[] UnityEngine.InputSystem.Utilities.InlinedArray`1::additionalValues
|
|
InputProcessor_1U5BU5D_tFEE411B67EEAA6B997AF875A65D072993C8C809C* ___additionalValues_2;
|
|
};
|
|
|
|
// UnityEngine.InputSystem.Utilities.InlinedArray`1<System.Action>
|
|
struct InlinedArray_1_tD7279E61A2C2BCBF7B9BA61C55E889A59A778B32
|
|
{
|
|
// System.Int32 UnityEngine.InputSystem.Utilities.InlinedArray`1::length
|
|
int32_t ___length_0;
|
|
// TValue UnityEngine.InputSystem.Utilities.InlinedArray`1::firstValue
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* ___firstValue_1;
|
|
// TValue[] UnityEngine.InputSystem.Utilities.InlinedArray`1::additionalValues
|
|
ActionU5BU5D_tF6161335A0A12A221AB081D78725C8AB6FE506D2* ___additionalValues_2;
|
|
};
|
|
|
|
// UnityEngine.InputSystem.Utilities.InlinedArray`1<UnityEngine.InputSystem.LowLevel.InputDeviceCommandDelegate>
|
|
struct InlinedArray_1_t8574959399B65CB49207DFFDE0842E996E6DBBED
|
|
{
|
|
// System.Int32 UnityEngine.InputSystem.Utilities.InlinedArray`1::length
|
|
int32_t ___length_0;
|
|
// TValue UnityEngine.InputSystem.Utilities.InlinedArray`1::firstValue
|
|
InputDeviceCommandDelegate_tC0083621670090AD9D172C546FE833562AABF809* ___firstValue_1;
|
|
// TValue[] UnityEngine.InputSystem.Utilities.InlinedArray`1::additionalValues
|
|
InputDeviceCommandDelegateU5BU5D_t243984810DCC1E9828C0D6665D0B7AC435A43D9A* ___additionalValues_2;
|
|
};
|
|
|
|
// UnityEngine.InputSystem.Utilities.InlinedArray`1<UnityEngine.InputSystem.Layouts.InputDeviceFindControlLayoutDelegate>
|
|
struct InlinedArray_1_t6FEF55D1987F9E3301E4FF894670C2B041308E88
|
|
{
|
|
// System.Int32 UnityEngine.InputSystem.Utilities.InlinedArray`1::length
|
|
int32_t ___length_0;
|
|
// TValue UnityEngine.InputSystem.Utilities.InlinedArray`1::firstValue
|
|
InputDeviceFindControlLayoutDelegate_t533E695E7CFD2DEB4FEDA1A9E72D9F5F5AEF4A3E* ___firstValue_1;
|
|
// TValue[] UnityEngine.InputSystem.Utilities.InlinedArray`1::additionalValues
|
|
InputDeviceFindControlLayoutDelegateU5BU5D_t9B27C1115622DAB0A04E3C93E8A9D64EBFDA27BC* ___additionalValues_2;
|
|
};
|
|
|
|
// 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;
|
|
};
|
|
|
|
// Unity.Collections.NativeArray`1<System.UInt64>
|
|
struct NativeArray_1_t07975297AD7F7512193094A7C0703BA872EF7A7B
|
|
{
|
|
// System.Void* Unity.Collections.NativeArray`1::m_Buffer
|
|
void* ___m_Buffer_0;
|
|
// System.Int32 Unity.Collections.NativeArray`1::m_Length
|
|
int32_t ___m_Length_1;
|
|
// Unity.Collections.Allocator Unity.Collections.NativeArray`1::m_AllocatorLabel
|
|
int32_t ___m_AllocatorLabel_2;
|
|
};
|
|
|
|
// System.Nullable`1<System.Boolean>
|
|
struct Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01
|
|
{
|
|
// System.Boolean System.Nullable`1::hasValue
|
|
bool ___hasValue_0;
|
|
// T System.Nullable`1::value
|
|
bool ___value_1;
|
|
};
|
|
|
|
// System.Nullable`1<UnityEngine.InputSystem.LowLevel.InputUpdateType>
|
|
struct Nullable_1_t01EA562E317937F4460711CFA1BFDE2AA35CBF20
|
|
{
|
|
// System.Boolean System.Nullable`1::hasValue
|
|
bool ___hasValue_0;
|
|
// T System.Nullable`1::value
|
|
int32_t ___value_1;
|
|
};
|
|
|
|
// System.Nullable`1<System.Int32Enum>
|
|
struct Nullable_1_t163D49A1147F217B7BD43BE8ACC8A5CC6B846D14
|
|
{
|
|
// System.Boolean System.Nullable`1::hasValue
|
|
bool ___hasValue_0;
|
|
// T System.Nullable`1::value
|
|
int32_t ___value_1;
|
|
};
|
|
|
|
// UnityEngine.InputSystem.Utilities.ReadOnlyArray`1<UnityEngine.InputSystem.InputControl>
|
|
struct ReadOnlyArray_1_tA1DF7A256AD2BF17FB155224CB2611ED215EFCD3
|
|
{
|
|
// TValue[] UnityEngine.InputSystem.Utilities.ReadOnlyArray`1::m_Array
|
|
InputControlU5BU5D_t0B951FEF1504D6340387C4735F5D6F426F40FE17* ___m_Array_0;
|
|
// System.Int32 UnityEngine.InputSystem.Utilities.ReadOnlyArray`1::m_StartIndex
|
|
int32_t ___m_StartIndex_1;
|
|
// System.Int32 UnityEngine.InputSystem.Utilities.ReadOnlyArray`1::m_Length
|
|
int32_t ___m_Length_2;
|
|
};
|
|
|
|
// UnityEngine.InputSystem.Utilities.ReadOnlyArray`1<UnityEngine.InputSystem.Utilities.InternedString>
|
|
struct ReadOnlyArray_1_t1C2864D7CF4D444AB2616316AC8DD33932F77064
|
|
{
|
|
// TValue[] UnityEngine.InputSystem.Utilities.ReadOnlyArray`1::m_Array
|
|
InternedStringU5BU5D_t0B851758733FC0B118D84BE83AED10A0404C18D5* ___m_Array_0;
|
|
// System.Int32 UnityEngine.InputSystem.Utilities.ReadOnlyArray`1::m_StartIndex
|
|
int32_t ___m_StartIndex_1;
|
|
// System.Int32 UnityEngine.InputSystem.Utilities.ReadOnlyArray`1::m_Length
|
|
int32_t ___m_Length_2;
|
|
};
|
|
|
|
// UnityEngine.InputSystem.Utilities.ReadOnlyArray`1<UnityEngine.InputSystem.Utilities.NameAndParameters>
|
|
struct ReadOnlyArray_1_t1B44D48F2E9F425D218BABD5DE616117E8725D41
|
|
{
|
|
// TValue[] UnityEngine.InputSystem.Utilities.ReadOnlyArray`1::m_Array
|
|
NameAndParametersU5BU5D_tA6C2AC34ACDB1967A7A2CEF4BE1D717ADA695CA2* ___m_Array_0;
|
|
// System.Int32 UnityEngine.InputSystem.Utilities.ReadOnlyArray`1::m_StartIndex
|
|
int32_t ___m_StartIndex_1;
|
|
// System.Int32 UnityEngine.InputSystem.Utilities.ReadOnlyArray`1::m_Length
|
|
int32_t ___m_Length_2;
|
|
};
|
|
|
|
// UnityEngine.InputSystem.Utilities.ReadOnlyArray`1<UnityEngine.InputSystem.Utilities.NamedValue>
|
|
struct ReadOnlyArray_1_t4A15F7D15ACB297B45A08889D51E4CACEAD4EDF9
|
|
{
|
|
// TValue[] UnityEngine.InputSystem.Utilities.ReadOnlyArray`1::m_Array
|
|
NamedValueU5BU5D_tADD8F1373B88C55F68499688D72C21A97F63303A* ___m_Array_0;
|
|
// System.Int32 UnityEngine.InputSystem.Utilities.ReadOnlyArray`1::m_StartIndex
|
|
int32_t ___m_StartIndex_1;
|
|
// System.Int32 UnityEngine.InputSystem.Utilities.ReadOnlyArray`1::m_Length
|
|
int32_t ___m_Length_2;
|
|
};
|
|
|
|
// UnityEngine.InputSystem.Utilities.ReadOnlyArray`1<System.Object>
|
|
struct ReadOnlyArray_1_t40B8DDDCD6ACBA3B2C0AF1387BE23D68DAEF77B5
|
|
{
|
|
// TValue[] UnityEngine.InputSystem.Utilities.ReadOnlyArray`1::m_Array
|
|
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___m_Array_0;
|
|
// System.Int32 UnityEngine.InputSystem.Utilities.ReadOnlyArray`1::m_StartIndex
|
|
int32_t ___m_StartIndex_1;
|
|
// System.Int32 UnityEngine.InputSystem.Utilities.ReadOnlyArray`1::m_Length
|
|
int32_t ___m_Length_2;
|
|
};
|
|
|
|
// UnityEngine.InputSystem.Utilities.ReadOnlyArray`1<UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem>
|
|
struct ReadOnlyArray_1_t33FF20B344958C68734E3615E9381A0A6F882670
|
|
{
|
|
// TValue[] UnityEngine.InputSystem.Utilities.ReadOnlyArray`1::m_Array
|
|
ControlItemU5BU5D_t7798E8B7C7F58B8F6D13B567539CD82E962C7104* ___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.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
|
|
{
|
|
};
|
|
|
|
// System.Runtime.CompilerServices.FixedBufferAttribute
|
|
struct FixedBufferAttribute_t9021ECC845780EC1C9DB16A0BF2497D35334F402 : public Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA
|
|
{
|
|
// System.Type System.Runtime.CompilerServices.FixedBufferAttribute::<ElementType>k__BackingField
|
|
Type_t* ___U3CElementTypeU3Ek__BackingField_0;
|
|
// System.Int32 System.Runtime.CompilerServices.FixedBufferAttribute::<Length>k__BackingField
|
|
int32_t ___U3CLengthU3Ek__BackingField_1;
|
|
};
|
|
|
|
// UnityEngine.InputSystem.Utilities.FourCC
|
|
struct FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED
|
|
{
|
|
// System.Int32 UnityEngine.InputSystem.Utilities.FourCC::m_Code
|
|
int32_t ___m_Code_0;
|
|
};
|
|
|
|
// UnityEngine.InputSystem.Layouts.InputDeviceDescription
|
|
struct InputDeviceDescription_tE86DD77422AAF60ADDAC788B31E5A05E739B708F
|
|
{
|
|
// System.String UnityEngine.InputSystem.Layouts.InputDeviceDescription::m_InterfaceName
|
|
String_t* ___m_InterfaceName_0;
|
|
// System.String UnityEngine.InputSystem.Layouts.InputDeviceDescription::m_DeviceClass
|
|
String_t* ___m_DeviceClass_1;
|
|
// System.String UnityEngine.InputSystem.Layouts.InputDeviceDescription::m_Manufacturer
|
|
String_t* ___m_Manufacturer_2;
|
|
// System.String UnityEngine.InputSystem.Layouts.InputDeviceDescription::m_Product
|
|
String_t* ___m_Product_3;
|
|
// System.String UnityEngine.InputSystem.Layouts.InputDeviceDescription::m_Serial
|
|
String_t* ___m_Serial_4;
|
|
// System.String UnityEngine.InputSystem.Layouts.InputDeviceDescription::m_Version
|
|
String_t* ___m_Version_5;
|
|
// System.String UnityEngine.InputSystem.Layouts.InputDeviceDescription::m_Capabilities
|
|
String_t* ___m_Capabilities_6;
|
|
};
|
|
// Native definition for P/Invoke marshalling of UnityEngine.InputSystem.Layouts.InputDeviceDescription
|
|
struct InputDeviceDescription_tE86DD77422AAF60ADDAC788B31E5A05E739B708F_marshaled_pinvoke
|
|
{
|
|
char* ___m_InterfaceName_0;
|
|
char* ___m_DeviceClass_1;
|
|
char* ___m_Manufacturer_2;
|
|
char* ___m_Product_3;
|
|
char* ___m_Serial_4;
|
|
char* ___m_Version_5;
|
|
char* ___m_Capabilities_6;
|
|
};
|
|
// Native definition for COM marshalling of UnityEngine.InputSystem.Layouts.InputDeviceDescription
|
|
struct InputDeviceDescription_tE86DD77422AAF60ADDAC788B31E5A05E739B708F_marshaled_com
|
|
{
|
|
Il2CppChar* ___m_InterfaceName_0;
|
|
Il2CppChar* ___m_DeviceClass_1;
|
|
Il2CppChar* ___m_Manufacturer_2;
|
|
Il2CppChar* ___m_Product_3;
|
|
Il2CppChar* ___m_Serial_4;
|
|
Il2CppChar* ___m_Version_5;
|
|
Il2CppChar* ___m_Capabilities_6;
|
|
};
|
|
|
|
// UnityEngine.InputSystem.LowLevel.InputEventPtr
|
|
struct InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0
|
|
{
|
|
// UnityEngine.InputSystem.LowLevel.InputEvent* UnityEngine.InputSystem.LowLevel.InputEventPtr::m_EventPtr
|
|
InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5* ___m_EventPtr_0;
|
|
};
|
|
|
|
// UnityEngine.InputSystem.LowLevel.InputMetrics
|
|
struct InputMetrics_t78495D1E8D7F510AC82FAD0A297AE5FA4AAC1338
|
|
{
|
|
// System.Int32 UnityEngine.InputSystem.LowLevel.InputMetrics::<maxNumDevices>k__BackingField
|
|
int32_t ___U3CmaxNumDevicesU3Ek__BackingField_0;
|
|
// System.Int32 UnityEngine.InputSystem.LowLevel.InputMetrics::<currentNumDevices>k__BackingField
|
|
int32_t ___U3CcurrentNumDevicesU3Ek__BackingField_1;
|
|
// System.Int32 UnityEngine.InputSystem.LowLevel.InputMetrics::<maxStateSizeInBytes>k__BackingField
|
|
int32_t ___U3CmaxStateSizeInBytesU3Ek__BackingField_2;
|
|
// System.Int32 UnityEngine.InputSystem.LowLevel.InputMetrics::<currentStateSizeInBytes>k__BackingField
|
|
int32_t ___U3CcurrentStateSizeInBytesU3Ek__BackingField_3;
|
|
// System.Int32 UnityEngine.InputSystem.LowLevel.InputMetrics::<currentControlCount>k__BackingField
|
|
int32_t ___U3CcurrentControlCountU3Ek__BackingField_4;
|
|
// System.Int32 UnityEngine.InputSystem.LowLevel.InputMetrics::<currentLayoutCount>k__BackingField
|
|
int32_t ___U3CcurrentLayoutCountU3Ek__BackingField_5;
|
|
// System.Int32 UnityEngine.InputSystem.LowLevel.InputMetrics::<totalEventBytes>k__BackingField
|
|
int32_t ___U3CtotalEventBytesU3Ek__BackingField_6;
|
|
// System.Int32 UnityEngine.InputSystem.LowLevel.InputMetrics::<totalEventCount>k__BackingField
|
|
int32_t ___U3CtotalEventCountU3Ek__BackingField_7;
|
|
// System.Int32 UnityEngine.InputSystem.LowLevel.InputMetrics::<totalUpdateCount>k__BackingField
|
|
int32_t ___U3CtotalUpdateCountU3Ek__BackingField_8;
|
|
// System.Double UnityEngine.InputSystem.LowLevel.InputMetrics::<totalEventProcessingTime>k__BackingField
|
|
double ___U3CtotalEventProcessingTimeU3Ek__BackingField_9;
|
|
// System.Double UnityEngine.InputSystem.LowLevel.InputMetrics::<totalEventLagTime>k__BackingField
|
|
double ___U3CtotalEventLagTimeU3Ek__BackingField_10;
|
|
};
|
|
|
|
// System.Int32
|
|
struct Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C
|
|
{
|
|
// System.Int32 System.Int32::m_value
|
|
int32_t ___m_value_0;
|
|
};
|
|
|
|
// System.Int64
|
|
struct Int64_t092CFB123BE63C28ACDAF65C68F21A526050DBA3
|
|
{
|
|
// System.Int64 System.Int64::m_value
|
|
int64_t ___m_value_0;
|
|
};
|
|
|
|
// System.IntPtr
|
|
struct IntPtr_t
|
|
{
|
|
// System.Void* System.IntPtr::m_value
|
|
void* ___m_value_0;
|
|
};
|
|
|
|
// UnityEngine.InputSystem.Utilities.InternedString
|
|
struct InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735
|
|
{
|
|
// System.String UnityEngine.InputSystem.Utilities.InternedString::m_StringOriginalCase
|
|
String_t* ___m_StringOriginalCase_0;
|
|
// System.String UnityEngine.InputSystem.Utilities.InternedString::m_StringLowerCase
|
|
String_t* ___m_StringLowerCase_1;
|
|
};
|
|
// Native definition for P/Invoke marshalling of UnityEngine.InputSystem.Utilities.InternedString
|
|
struct InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735_marshaled_pinvoke
|
|
{
|
|
char* ___m_StringOriginalCase_0;
|
|
char* ___m_StringLowerCase_1;
|
|
};
|
|
// Native definition for COM marshalling of UnityEngine.InputSystem.Utilities.InternedString
|
|
struct InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735_marshaled_com
|
|
{
|
|
Il2CppChar* ___m_StringOriginalCase_0;
|
|
Il2CppChar* ___m_StringLowerCase_1;
|
|
};
|
|
|
|
// UnityEngine.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.PrimitiveValue
|
|
struct PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4
|
|
{
|
|
union
|
|
{
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
// System.TypeCode UnityEngine.InputSystem.Utilities.PrimitiveValue::m_Type
|
|
int32_t ___m_Type_0;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
int32_t ___m_Type_0_forAlignmentOnly;
|
|
};
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
char ___m_BoolValue_1_OffsetPadding[4];
|
|
// System.Boolean UnityEngine.InputSystem.Utilities.PrimitiveValue::m_BoolValue
|
|
bool ___m_BoolValue_1;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
char ___m_BoolValue_1_OffsetPadding_forAlignmentOnly[4];
|
|
bool ___m_BoolValue_1_forAlignmentOnly;
|
|
};
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
char ___m_CharValue_2_OffsetPadding[4];
|
|
// System.Char UnityEngine.InputSystem.Utilities.PrimitiveValue::m_CharValue
|
|
Il2CppChar ___m_CharValue_2;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
char ___m_CharValue_2_OffsetPadding_forAlignmentOnly[4];
|
|
Il2CppChar ___m_CharValue_2_forAlignmentOnly;
|
|
};
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
char ___m_ByteValue_3_OffsetPadding[4];
|
|
// System.Byte UnityEngine.InputSystem.Utilities.PrimitiveValue::m_ByteValue
|
|
uint8_t ___m_ByteValue_3;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
char ___m_ByteValue_3_OffsetPadding_forAlignmentOnly[4];
|
|
uint8_t ___m_ByteValue_3_forAlignmentOnly;
|
|
};
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
char ___m_SByteValue_4_OffsetPadding[4];
|
|
// System.SByte UnityEngine.InputSystem.Utilities.PrimitiveValue::m_SByteValue
|
|
int8_t ___m_SByteValue_4;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
char ___m_SByteValue_4_OffsetPadding_forAlignmentOnly[4];
|
|
int8_t ___m_SByteValue_4_forAlignmentOnly;
|
|
};
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
char ___m_ShortValue_5_OffsetPadding[4];
|
|
// System.Int16 UnityEngine.InputSystem.Utilities.PrimitiveValue::m_ShortValue
|
|
int16_t ___m_ShortValue_5;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
char ___m_ShortValue_5_OffsetPadding_forAlignmentOnly[4];
|
|
int16_t ___m_ShortValue_5_forAlignmentOnly;
|
|
};
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
char ___m_UShortValue_6_OffsetPadding[4];
|
|
// System.UInt16 UnityEngine.InputSystem.Utilities.PrimitiveValue::m_UShortValue
|
|
uint16_t ___m_UShortValue_6;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
char ___m_UShortValue_6_OffsetPadding_forAlignmentOnly[4];
|
|
uint16_t ___m_UShortValue_6_forAlignmentOnly;
|
|
};
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
char ___m_IntValue_7_OffsetPadding[4];
|
|
// System.Int32 UnityEngine.InputSystem.Utilities.PrimitiveValue::m_IntValue
|
|
int32_t ___m_IntValue_7;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
char ___m_IntValue_7_OffsetPadding_forAlignmentOnly[4];
|
|
int32_t ___m_IntValue_7_forAlignmentOnly;
|
|
};
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
char ___m_UIntValue_8_OffsetPadding[4];
|
|
// System.UInt32 UnityEngine.InputSystem.Utilities.PrimitiveValue::m_UIntValue
|
|
uint32_t ___m_UIntValue_8;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
char ___m_UIntValue_8_OffsetPadding_forAlignmentOnly[4];
|
|
uint32_t ___m_UIntValue_8_forAlignmentOnly;
|
|
};
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
char ___m_LongValue_9_OffsetPadding[4];
|
|
// System.Int64 UnityEngine.InputSystem.Utilities.PrimitiveValue::m_LongValue
|
|
int64_t ___m_LongValue_9;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
char ___m_LongValue_9_OffsetPadding_forAlignmentOnly[4];
|
|
int64_t ___m_LongValue_9_forAlignmentOnly;
|
|
};
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
char ___m_ULongValue_10_OffsetPadding[4];
|
|
// System.UInt64 UnityEngine.InputSystem.Utilities.PrimitiveValue::m_ULongValue
|
|
uint64_t ___m_ULongValue_10;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
char ___m_ULongValue_10_OffsetPadding_forAlignmentOnly[4];
|
|
uint64_t ___m_ULongValue_10_forAlignmentOnly;
|
|
};
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
char ___m_FloatValue_11_OffsetPadding[4];
|
|
// System.Single UnityEngine.InputSystem.Utilities.PrimitiveValue::m_FloatValue
|
|
float ___m_FloatValue_11;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
char ___m_FloatValue_11_OffsetPadding_forAlignmentOnly[4];
|
|
float ___m_FloatValue_11_forAlignmentOnly;
|
|
};
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
char ___m_DoubleValue_12_OffsetPadding[4];
|
|
// System.Double UnityEngine.InputSystem.Utilities.PrimitiveValue::m_DoubleValue
|
|
double ___m_DoubleValue_12;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
char ___m_DoubleValue_12_OffsetPadding_forAlignmentOnly[4];
|
|
double ___m_DoubleValue_12_forAlignmentOnly;
|
|
};
|
|
};
|
|
};
|
|
// Native definition for P/Invoke marshalling of UnityEngine.InputSystem.Utilities.PrimitiveValue
|
|
struct PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4_marshaled_pinvoke
|
|
{
|
|
union
|
|
{
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
int32_t ___m_Type_0;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
int32_t ___m_Type_0_forAlignmentOnly;
|
|
};
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
char ___m_BoolValue_1_OffsetPadding[4];
|
|
int32_t ___m_BoolValue_1;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
char ___m_BoolValue_1_OffsetPadding_forAlignmentOnly[4];
|
|
int32_t ___m_BoolValue_1_forAlignmentOnly;
|
|
};
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
char ___m_CharValue_2_OffsetPadding[4];
|
|
uint8_t ___m_CharValue_2;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
char ___m_CharValue_2_OffsetPadding_forAlignmentOnly[4];
|
|
uint8_t ___m_CharValue_2_forAlignmentOnly;
|
|
};
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
char ___m_ByteValue_3_OffsetPadding[4];
|
|
uint8_t ___m_ByteValue_3;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
char ___m_ByteValue_3_OffsetPadding_forAlignmentOnly[4];
|
|
uint8_t ___m_ByteValue_3_forAlignmentOnly;
|
|
};
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
char ___m_SByteValue_4_OffsetPadding[4];
|
|
int8_t ___m_SByteValue_4;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
char ___m_SByteValue_4_OffsetPadding_forAlignmentOnly[4];
|
|
int8_t ___m_SByteValue_4_forAlignmentOnly;
|
|
};
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
char ___m_ShortValue_5_OffsetPadding[4];
|
|
int16_t ___m_ShortValue_5;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
char ___m_ShortValue_5_OffsetPadding_forAlignmentOnly[4];
|
|
int16_t ___m_ShortValue_5_forAlignmentOnly;
|
|
};
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
char ___m_UShortValue_6_OffsetPadding[4];
|
|
uint16_t ___m_UShortValue_6;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
char ___m_UShortValue_6_OffsetPadding_forAlignmentOnly[4];
|
|
uint16_t ___m_UShortValue_6_forAlignmentOnly;
|
|
};
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
char ___m_IntValue_7_OffsetPadding[4];
|
|
int32_t ___m_IntValue_7;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
char ___m_IntValue_7_OffsetPadding_forAlignmentOnly[4];
|
|
int32_t ___m_IntValue_7_forAlignmentOnly;
|
|
};
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
char ___m_UIntValue_8_OffsetPadding[4];
|
|
uint32_t ___m_UIntValue_8;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
char ___m_UIntValue_8_OffsetPadding_forAlignmentOnly[4];
|
|
uint32_t ___m_UIntValue_8_forAlignmentOnly;
|
|
};
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
char ___m_LongValue_9_OffsetPadding[4];
|
|
int64_t ___m_LongValue_9;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
char ___m_LongValue_9_OffsetPadding_forAlignmentOnly[4];
|
|
int64_t ___m_LongValue_9_forAlignmentOnly;
|
|
};
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
char ___m_ULongValue_10_OffsetPadding[4];
|
|
uint64_t ___m_ULongValue_10;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
char ___m_ULongValue_10_OffsetPadding_forAlignmentOnly[4];
|
|
uint64_t ___m_ULongValue_10_forAlignmentOnly;
|
|
};
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
char ___m_FloatValue_11_OffsetPadding[4];
|
|
float ___m_FloatValue_11;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
char ___m_FloatValue_11_OffsetPadding_forAlignmentOnly[4];
|
|
float ___m_FloatValue_11_forAlignmentOnly;
|
|
};
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
char ___m_DoubleValue_12_OffsetPadding[4];
|
|
double ___m_DoubleValue_12;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
char ___m_DoubleValue_12_OffsetPadding_forAlignmentOnly[4];
|
|
double ___m_DoubleValue_12_forAlignmentOnly;
|
|
};
|
|
};
|
|
};
|
|
// Native definition for COM marshalling of UnityEngine.InputSystem.Utilities.PrimitiveValue
|
|
struct PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4_marshaled_com
|
|
{
|
|
union
|
|
{
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
int32_t ___m_Type_0;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
int32_t ___m_Type_0_forAlignmentOnly;
|
|
};
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
char ___m_BoolValue_1_OffsetPadding[4];
|
|
int32_t ___m_BoolValue_1;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
char ___m_BoolValue_1_OffsetPadding_forAlignmentOnly[4];
|
|
int32_t ___m_BoolValue_1_forAlignmentOnly;
|
|
};
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
char ___m_CharValue_2_OffsetPadding[4];
|
|
uint8_t ___m_CharValue_2;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
char ___m_CharValue_2_OffsetPadding_forAlignmentOnly[4];
|
|
uint8_t ___m_CharValue_2_forAlignmentOnly;
|
|
};
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
char ___m_ByteValue_3_OffsetPadding[4];
|
|
uint8_t ___m_ByteValue_3;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
char ___m_ByteValue_3_OffsetPadding_forAlignmentOnly[4];
|
|
uint8_t ___m_ByteValue_3_forAlignmentOnly;
|
|
};
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
char ___m_SByteValue_4_OffsetPadding[4];
|
|
int8_t ___m_SByteValue_4;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
char ___m_SByteValue_4_OffsetPadding_forAlignmentOnly[4];
|
|
int8_t ___m_SByteValue_4_forAlignmentOnly;
|
|
};
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
char ___m_ShortValue_5_OffsetPadding[4];
|
|
int16_t ___m_ShortValue_5;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
char ___m_ShortValue_5_OffsetPadding_forAlignmentOnly[4];
|
|
int16_t ___m_ShortValue_5_forAlignmentOnly;
|
|
};
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
char ___m_UShortValue_6_OffsetPadding[4];
|
|
uint16_t ___m_UShortValue_6;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
char ___m_UShortValue_6_OffsetPadding_forAlignmentOnly[4];
|
|
uint16_t ___m_UShortValue_6_forAlignmentOnly;
|
|
};
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
char ___m_IntValue_7_OffsetPadding[4];
|
|
int32_t ___m_IntValue_7;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
char ___m_IntValue_7_OffsetPadding_forAlignmentOnly[4];
|
|
int32_t ___m_IntValue_7_forAlignmentOnly;
|
|
};
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
char ___m_UIntValue_8_OffsetPadding[4];
|
|
uint32_t ___m_UIntValue_8;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
char ___m_UIntValue_8_OffsetPadding_forAlignmentOnly[4];
|
|
uint32_t ___m_UIntValue_8_forAlignmentOnly;
|
|
};
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
char ___m_LongValue_9_OffsetPadding[4];
|
|
int64_t ___m_LongValue_9;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
char ___m_LongValue_9_OffsetPadding_forAlignmentOnly[4];
|
|
int64_t ___m_LongValue_9_forAlignmentOnly;
|
|
};
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
char ___m_ULongValue_10_OffsetPadding[4];
|
|
uint64_t ___m_ULongValue_10;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
char ___m_ULongValue_10_OffsetPadding_forAlignmentOnly[4];
|
|
uint64_t ___m_ULongValue_10_forAlignmentOnly;
|
|
};
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
char ___m_FloatValue_11_OffsetPadding[4];
|
|
float ___m_FloatValue_11;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
char ___m_FloatValue_11_OffsetPadding_forAlignmentOnly[4];
|
|
float ___m_FloatValue_11_forAlignmentOnly;
|
|
};
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
char ___m_DoubleValue_12_OffsetPadding[4];
|
|
double ___m_DoubleValue_12;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
char ___m_DoubleValue_12_OffsetPadding_forAlignmentOnly[4];
|
|
double ___m_DoubleValue_12_forAlignmentOnly;
|
|
};
|
|
};
|
|
};
|
|
|
|
// UnityEngine.PropertyAttribute
|
|
struct PropertyAttribute_t5E0CB5A6CDA6E24CBD4FF26DE3B0C29D8BB54BF0 : public Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA
|
|
{
|
|
};
|
|
|
|
// System.Reflection.PropertyInfo
|
|
struct PropertyInfo_t : public MemberInfo_t
|
|
{
|
|
};
|
|
|
|
// 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.Single
|
|
struct Single_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C
|
|
{
|
|
// System.Single System.Single::m_value
|
|
float ___m_value_0;
|
|
};
|
|
|
|
// System.Runtime.Serialization.StreamingContext
|
|
struct StreamingContext_t56760522A751890146EE45F82F866B55B7E33677
|
|
{
|
|
// System.Object System.Runtime.Serialization.StreamingContext::m_additionalContext
|
|
RuntimeObject* ___m_additionalContext_0;
|
|
// System.Runtime.Serialization.StreamingContextStates System.Runtime.Serialization.StreamingContext::m_state
|
|
int32_t ___m_state_1;
|
|
};
|
|
// Native definition for P/Invoke marshalling of System.Runtime.Serialization.StreamingContext
|
|
struct StreamingContext_t56760522A751890146EE45F82F866B55B7E33677_marshaled_pinvoke
|
|
{
|
|
Il2CppIUnknown* ___m_additionalContext_0;
|
|
int32_t ___m_state_1;
|
|
};
|
|
// Native definition for COM marshalling of System.Runtime.Serialization.StreamingContext
|
|
struct StreamingContext_t56760522A751890146EE45F82F866B55B7E33677_marshaled_com
|
|
{
|
|
Il2CppIUnknown* ___m_additionalContext_0;
|
|
int32_t ___m_state_1;
|
|
};
|
|
|
|
// 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.UInt32
|
|
struct UInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B
|
|
{
|
|
// System.UInt32 System.UInt32::m_value
|
|
uint32_t ___m_value_0;
|
|
};
|
|
|
|
// UnityEngine.Vector2
|
|
struct Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7
|
|
{
|
|
// System.Single UnityEngine.Vector2::x
|
|
float ___x_0;
|
|
// System.Single UnityEngine.Vector2::y
|
|
float ___y_1;
|
|
};
|
|
|
|
// 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;
|
|
};
|
|
|
|
// System.Void
|
|
struct Void_t4861ACF8F4594C3437BB48B6E56783494B843915
|
|
{
|
|
union
|
|
{
|
|
struct
|
|
{
|
|
};
|
|
uint8_t Void_t4861ACF8F4594C3437BB48B6E56783494B843915__padding[1];
|
|
};
|
|
};
|
|
|
|
// UnityEngine.InputSystem.Layouts.InputControlLayout/Cache
|
|
struct Cache_tB837109647F577DCE3795AEE2E9E0E3F61F543AB
|
|
{
|
|
// System.Collections.Generic.Dictionary`2<UnityEngine.InputSystem.Utilities.InternedString,UnityEngine.InputSystem.Layouts.InputControlLayout> UnityEngine.InputSystem.Layouts.InputControlLayout/Cache::table
|
|
Dictionary_2_t058B78C04CBFB0F1C72F95C9880AE09DA041219F* ___table_0;
|
|
};
|
|
// Native definition for P/Invoke marshalling of UnityEngine.InputSystem.Layouts.InputControlLayout/Cache
|
|
struct Cache_tB837109647F577DCE3795AEE2E9E0E3F61F543AB_marshaled_pinvoke
|
|
{
|
|
Dictionary_2_t058B78C04CBFB0F1C72F95C9880AE09DA041219F* ___table_0;
|
|
};
|
|
// Native definition for COM marshalling of UnityEngine.InputSystem.Layouts.InputControlLayout/Cache
|
|
struct Cache_tB837109647F577DCE3795AEE2E9E0E3F61F543AB_marshaled_com
|
|
{
|
|
Dictionary_2_t058B78C04CBFB0F1C72F95C9880AE09DA041219F* ___table_0;
|
|
};
|
|
|
|
// UnityEngine.InputSystem.Layouts.InputControlLayout/CacheRefInstance
|
|
struct CacheRefInstance_t4E8602E1529A57250C63318B7E44AE2195514023
|
|
{
|
|
// System.Boolean UnityEngine.InputSystem.Layouts.InputControlLayout/CacheRefInstance::valid
|
|
bool ___valid_0;
|
|
};
|
|
// Native definition for P/Invoke marshalling of UnityEngine.InputSystem.Layouts.InputControlLayout/CacheRefInstance
|
|
struct CacheRefInstance_t4E8602E1529A57250C63318B7E44AE2195514023_marshaled_pinvoke
|
|
{
|
|
int32_t ___valid_0;
|
|
};
|
|
// Native definition for COM marshalling of UnityEngine.InputSystem.Layouts.InputControlLayout/CacheRefInstance
|
|
struct CacheRefInstance_t4E8602E1529A57250C63318B7E44AE2195514023_marshaled_com
|
|
{
|
|
int32_t ___valid_0;
|
|
};
|
|
|
|
// UnityEngine.InputSystem.Layouts.InputControlLayout/Collection
|
|
struct Collection_t6E9F85AD439CF26269683541C4DC58BA3B6756C5
|
|
{
|
|
// System.Collections.Generic.Dictionary`2<UnityEngine.InputSystem.Utilities.InternedString,System.Type> UnityEngine.InputSystem.Layouts.InputControlLayout/Collection::layoutTypes
|
|
Dictionary_2_t1FFEE4C9AF6AF524CAD4FDCEA8F3AB34E585451D* ___layoutTypes_1;
|
|
// System.Collections.Generic.Dictionary`2<UnityEngine.InputSystem.Utilities.InternedString,System.String> UnityEngine.InputSystem.Layouts.InputControlLayout/Collection::layoutStrings
|
|
Dictionary_2_tEB3FF1660C6129E11F3B4771A549DE9F169B5103* ___layoutStrings_2;
|
|
// System.Collections.Generic.Dictionary`2<UnityEngine.InputSystem.Utilities.InternedString,System.Func`1<UnityEngine.InputSystem.Layouts.InputControlLayout>> UnityEngine.InputSystem.Layouts.InputControlLayout/Collection::layoutBuilders
|
|
Dictionary_2_tFF0F3921D8B2465193365C2463B7D6A977E874DA* ___layoutBuilders_3;
|
|
// System.Collections.Generic.Dictionary`2<UnityEngine.InputSystem.Utilities.InternedString,UnityEngine.InputSystem.Utilities.InternedString> UnityEngine.InputSystem.Layouts.InputControlLayout/Collection::baseLayoutTable
|
|
Dictionary_2_t433D1FE2CDB69C9F583F79D5252A34112439D0AD* ___baseLayoutTable_4;
|
|
// System.Collections.Generic.Dictionary`2<UnityEngine.InputSystem.Utilities.InternedString,UnityEngine.InputSystem.Utilities.InternedString[]> UnityEngine.InputSystem.Layouts.InputControlLayout/Collection::layoutOverrides
|
|
Dictionary_2_tA8E192E813E347FF19EC3868E2C565607445394C* ___layoutOverrides_5;
|
|
// System.Collections.Generic.HashSet`1<UnityEngine.InputSystem.Utilities.InternedString> UnityEngine.InputSystem.Layouts.InputControlLayout/Collection::layoutOverrideNames
|
|
HashSet_1_t87C47CF88B1B88398D4F9A1E51E92F834CF5160B* ___layoutOverrideNames_6;
|
|
// System.Collections.Generic.Dictionary`2<UnityEngine.InputSystem.Utilities.InternedString,UnityEngine.InputSystem.Layouts.InputControlLayout/Collection/PrecompiledLayout> UnityEngine.InputSystem.Layouts.InputControlLayout/Collection::precompiledLayouts
|
|
Dictionary_2_tD68C40116E127FE79F9E7AF07820CFDDBF20A8C1* ___precompiledLayouts_7;
|
|
// System.Collections.Generic.List`1<UnityEngine.InputSystem.Layouts.InputControlLayout/Collection/LayoutMatcher> UnityEngine.InputSystem.Layouts.InputControlLayout/Collection::layoutMatchers
|
|
List_1_t4E502B2E42676E48E6F9A8F0251ADB1DF4BD490E* ___layoutMatchers_8;
|
|
};
|
|
// Native definition for P/Invoke marshalling of UnityEngine.InputSystem.Layouts.InputControlLayout/Collection
|
|
struct Collection_t6E9F85AD439CF26269683541C4DC58BA3B6756C5_marshaled_pinvoke
|
|
{
|
|
Dictionary_2_t1FFEE4C9AF6AF524CAD4FDCEA8F3AB34E585451D* ___layoutTypes_1;
|
|
Dictionary_2_tEB3FF1660C6129E11F3B4771A549DE9F169B5103* ___layoutStrings_2;
|
|
Dictionary_2_tFF0F3921D8B2465193365C2463B7D6A977E874DA* ___layoutBuilders_3;
|
|
Dictionary_2_t433D1FE2CDB69C9F583F79D5252A34112439D0AD* ___baseLayoutTable_4;
|
|
Dictionary_2_tA8E192E813E347FF19EC3868E2C565607445394C* ___layoutOverrides_5;
|
|
HashSet_1_t87C47CF88B1B88398D4F9A1E51E92F834CF5160B* ___layoutOverrideNames_6;
|
|
Dictionary_2_tD68C40116E127FE79F9E7AF07820CFDDBF20A8C1* ___precompiledLayouts_7;
|
|
List_1_t4E502B2E42676E48E6F9A8F0251ADB1DF4BD490E* ___layoutMatchers_8;
|
|
};
|
|
// Native definition for COM marshalling of UnityEngine.InputSystem.Layouts.InputControlLayout/Collection
|
|
struct Collection_t6E9F85AD439CF26269683541C4DC58BA3B6756C5_marshaled_com
|
|
{
|
|
Dictionary_2_t1FFEE4C9AF6AF524CAD4FDCEA8F3AB34E585451D* ___layoutTypes_1;
|
|
Dictionary_2_tEB3FF1660C6129E11F3B4771A549DE9F169B5103* ___layoutStrings_2;
|
|
Dictionary_2_tFF0F3921D8B2465193365C2463B7D6A977E874DA* ___layoutBuilders_3;
|
|
Dictionary_2_t433D1FE2CDB69C9F583F79D5252A34112439D0AD* ___baseLayoutTable_4;
|
|
Dictionary_2_tA8E192E813E347FF19EC3868E2C565607445394C* ___layoutOverrides_5;
|
|
HashSet_1_t87C47CF88B1B88398D4F9A1E51E92F834CF5160B* ___layoutOverrideNames_6;
|
|
Dictionary_2_tD68C40116E127FE79F9E7AF07820CFDDBF20A8C1* ___precompiledLayouts_7;
|
|
List_1_t4E502B2E42676E48E6F9A8F0251ADB1DF4BD490E* ___layoutMatchers_8;
|
|
};
|
|
|
|
// UnityEngine.InputSystem.Layouts.InputControlLayout/LayoutJson
|
|
struct LayoutJson_t79F9D8B74314A3697F189FBA1DE721260F5E9399
|
|
{
|
|
// System.String UnityEngine.InputSystem.Layouts.InputControlLayout/LayoutJson::name
|
|
String_t* ___name_0;
|
|
// System.String UnityEngine.InputSystem.Layouts.InputControlLayout/LayoutJson::extend
|
|
String_t* ___extend_1;
|
|
// System.String[] UnityEngine.InputSystem.Layouts.InputControlLayout/LayoutJson::extendMultiple
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___extendMultiple_2;
|
|
// System.String UnityEngine.InputSystem.Layouts.InputControlLayout/LayoutJson::format
|
|
String_t* ___format_3;
|
|
// System.String UnityEngine.InputSystem.Layouts.InputControlLayout/LayoutJson::beforeRender
|
|
String_t* ___beforeRender_4;
|
|
// System.String UnityEngine.InputSystem.Layouts.InputControlLayout/LayoutJson::runInBackground
|
|
String_t* ___runInBackground_5;
|
|
// System.String[] UnityEngine.InputSystem.Layouts.InputControlLayout/LayoutJson::commonUsages
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___commonUsages_6;
|
|
// System.String UnityEngine.InputSystem.Layouts.InputControlLayout/LayoutJson::displayName
|
|
String_t* ___displayName_7;
|
|
// System.String UnityEngine.InputSystem.Layouts.InputControlLayout/LayoutJson::description
|
|
String_t* ___description_8;
|
|
// System.String UnityEngine.InputSystem.Layouts.InputControlLayout/LayoutJson::type
|
|
String_t* ___type_9;
|
|
// System.String UnityEngine.InputSystem.Layouts.InputControlLayout/LayoutJson::variant
|
|
String_t* ___variant_10;
|
|
// System.Boolean UnityEngine.InputSystem.Layouts.InputControlLayout/LayoutJson::isGenericTypeOfDevice
|
|
bool ___isGenericTypeOfDevice_11;
|
|
// System.Boolean UnityEngine.InputSystem.Layouts.InputControlLayout/LayoutJson::hideInUI
|
|
bool ___hideInUI_12;
|
|
// UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItemJson[] UnityEngine.InputSystem.Layouts.InputControlLayout/LayoutJson::controls
|
|
ControlItemJsonU5BU5D_t6E6FCFDEF49F701232A4D4BCB5B40A7349E12F00* ___controls_13;
|
|
};
|
|
// Native definition for P/Invoke marshalling of UnityEngine.InputSystem.Layouts.InputControlLayout/LayoutJson
|
|
struct LayoutJson_t79F9D8B74314A3697F189FBA1DE721260F5E9399_marshaled_pinvoke
|
|
{
|
|
char* ___name_0;
|
|
char* ___extend_1;
|
|
char** ___extendMultiple_2;
|
|
char* ___format_3;
|
|
char* ___beforeRender_4;
|
|
char* ___runInBackground_5;
|
|
char** ___commonUsages_6;
|
|
char* ___displayName_7;
|
|
char* ___description_8;
|
|
char* ___type_9;
|
|
char* ___variant_10;
|
|
int32_t ___isGenericTypeOfDevice_11;
|
|
int32_t ___hideInUI_12;
|
|
ControlItemJsonU5BU5D_t6E6FCFDEF49F701232A4D4BCB5B40A7349E12F00* ___controls_13;
|
|
};
|
|
// Native definition for COM marshalling of UnityEngine.InputSystem.Layouts.InputControlLayout/LayoutJson
|
|
struct LayoutJson_t79F9D8B74314A3697F189FBA1DE721260F5E9399_marshaled_com
|
|
{
|
|
Il2CppChar* ___name_0;
|
|
Il2CppChar* ___extend_1;
|
|
Il2CppChar** ___extendMultiple_2;
|
|
Il2CppChar* ___format_3;
|
|
Il2CppChar* ___beforeRender_4;
|
|
Il2CppChar* ___runInBackground_5;
|
|
Il2CppChar** ___commonUsages_6;
|
|
Il2CppChar* ___displayName_7;
|
|
Il2CppChar* ___description_8;
|
|
Il2CppChar* ___type_9;
|
|
Il2CppChar* ___variant_10;
|
|
int32_t ___isGenericTypeOfDevice_11;
|
|
int32_t ___hideInUI_12;
|
|
ControlItemJsonU5BU5D_t6E6FCFDEF49F701232A4D4BCB5B40A7349E12F00* ___controls_13;
|
|
};
|
|
|
|
// UnityEngine.InputSystem.Layouts.InputDeviceBuilder/RefInstance
|
|
struct RefInstance_tAB8B260CEA1D5409CA7B920B4BECE6361620A476
|
|
{
|
|
union
|
|
{
|
|
struct
|
|
{
|
|
};
|
|
uint8_t RefInstance_tAB8B260CEA1D5409CA7B920B4BECE6361620A476__padding[1];
|
|
};
|
|
};
|
|
|
|
// UnityEngine.InputSystem.Layouts.InputDeviceDescription/DeviceDescriptionJson
|
|
struct DeviceDescriptionJson_t2555458633C9CD5AAEFF9265C6F9117AB33BDDCE
|
|
{
|
|
// System.String UnityEngine.InputSystem.Layouts.InputDeviceDescription/DeviceDescriptionJson::interface
|
|
String_t* ___interface_0;
|
|
// System.String UnityEngine.InputSystem.Layouts.InputDeviceDescription/DeviceDescriptionJson::type
|
|
String_t* ___type_1;
|
|
// System.String UnityEngine.InputSystem.Layouts.InputDeviceDescription/DeviceDescriptionJson::product
|
|
String_t* ___product_2;
|
|
// System.String UnityEngine.InputSystem.Layouts.InputDeviceDescription/DeviceDescriptionJson::serial
|
|
String_t* ___serial_3;
|
|
// System.String UnityEngine.InputSystem.Layouts.InputDeviceDescription/DeviceDescriptionJson::version
|
|
String_t* ___version_4;
|
|
// System.String UnityEngine.InputSystem.Layouts.InputDeviceDescription/DeviceDescriptionJson::manufacturer
|
|
String_t* ___manufacturer_5;
|
|
// System.String UnityEngine.InputSystem.Layouts.InputDeviceDescription/DeviceDescriptionJson::capabilities
|
|
String_t* ___capabilities_6;
|
|
};
|
|
// Native definition for P/Invoke marshalling of UnityEngine.InputSystem.Layouts.InputDeviceDescription/DeviceDescriptionJson
|
|
struct DeviceDescriptionJson_t2555458633C9CD5AAEFF9265C6F9117AB33BDDCE_marshaled_pinvoke
|
|
{
|
|
char* ___interface_0;
|
|
char* ___type_1;
|
|
char* ___product_2;
|
|
char* ___serial_3;
|
|
char* ___version_4;
|
|
char* ___manufacturer_5;
|
|
char* ___capabilities_6;
|
|
};
|
|
// Native definition for COM marshalling of UnityEngine.InputSystem.Layouts.InputDeviceDescription/DeviceDescriptionJson
|
|
struct DeviceDescriptionJson_t2555458633C9CD5AAEFF9265C6F9117AB33BDDCE_marshaled_com
|
|
{
|
|
Il2CppChar* ___interface_0;
|
|
Il2CppChar* ___type_1;
|
|
Il2CppChar* ___product_2;
|
|
Il2CppChar* ___serial_3;
|
|
Il2CppChar* ___version_4;
|
|
Il2CppChar* ___manufacturer_5;
|
|
Il2CppChar* ___capabilities_6;
|
|
};
|
|
|
|
// 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.InputManager/StateChangeMonitorTimeout
|
|
struct StateChangeMonitorTimeout_t9D00677B36798F8E8A4FA1DC5797CBD5F5C4F1DE
|
|
{
|
|
// UnityEngine.InputSystem.InputControl UnityEngine.InputSystem.InputManager/StateChangeMonitorTimeout::control
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* ___control_0;
|
|
// System.Double UnityEngine.InputSystem.InputManager/StateChangeMonitorTimeout::time
|
|
double ___time_1;
|
|
// UnityEngine.InputSystem.LowLevel.IInputStateChangeMonitor UnityEngine.InputSystem.InputManager/StateChangeMonitorTimeout::monitor
|
|
RuntimeObject* ___monitor_2;
|
|
// System.Int64 UnityEngine.InputSystem.InputManager/StateChangeMonitorTimeout::monitorIndex
|
|
int64_t ___monitorIndex_3;
|
|
// System.Int32 UnityEngine.InputSystem.InputManager/StateChangeMonitorTimeout::timerIndex
|
|
int32_t ___timerIndex_4;
|
|
};
|
|
// Native definition for P/Invoke marshalling of UnityEngine.InputSystem.InputManager/StateChangeMonitorTimeout
|
|
struct StateChangeMonitorTimeout_t9D00677B36798F8E8A4FA1DC5797CBD5F5C4F1DE_marshaled_pinvoke
|
|
{
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* ___control_0;
|
|
double ___time_1;
|
|
RuntimeObject* ___monitor_2;
|
|
int64_t ___monitorIndex_3;
|
|
int32_t ___timerIndex_4;
|
|
};
|
|
// Native definition for COM marshalling of UnityEngine.InputSystem.InputManager/StateChangeMonitorTimeout
|
|
struct StateChangeMonitorTimeout_t9D00677B36798F8E8A4FA1DC5797CBD5F5C4F1DE_marshaled_com
|
|
{
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* ___control_0;
|
|
double ___time_1;
|
|
RuntimeObject* ___monitor_2;
|
|
int64_t ___monitorIndex_3;
|
|
int32_t ___timerIndex_4;
|
|
};
|
|
|
|
// UnityEngine.InputSystem.LowLevel.InputStateBuffers/DoubleBuffers
|
|
struct DoubleBuffers_tC70880E0E4F69237E763403F28F65B807E94A9ED
|
|
{
|
|
// System.Void** UnityEngine.InputSystem.LowLevel.InputStateBuffers/DoubleBuffers::deviceToBufferMapping
|
|
void** ___deviceToBufferMapping_0;
|
|
};
|
|
|
|
// UnityEngine.InputSystem.LowLevel.InputStateHistory/Enumerator
|
|
struct Enumerator_t64151AA4F7A5CBB087D385EA4DCA7F3B6BB74935
|
|
{
|
|
// UnityEngine.InputSystem.LowLevel.InputStateHistory UnityEngine.InputSystem.LowLevel.InputStateHistory/Enumerator::m_History
|
|
InputStateHistory_tF2145C4E34E0E3AC84270533F58F047D6E28A480* ___m_History_0;
|
|
// System.Int32 UnityEngine.InputSystem.LowLevel.InputStateHistory/Enumerator::m_Index
|
|
int32_t ___m_Index_1;
|
|
};
|
|
// Native definition for P/Invoke marshalling of UnityEngine.InputSystem.LowLevel.InputStateHistory/Enumerator
|
|
struct Enumerator_t64151AA4F7A5CBB087D385EA4DCA7F3B6BB74935_marshaled_pinvoke
|
|
{
|
|
InputStateHistory_tF2145C4E34E0E3AC84270533F58F047D6E28A480* ___m_History_0;
|
|
int32_t ___m_Index_1;
|
|
};
|
|
// Native definition for COM marshalling of UnityEngine.InputSystem.LowLevel.InputStateHistory/Enumerator
|
|
struct Enumerator_t64151AA4F7A5CBB087D385EA4DCA7F3B6BB74935_marshaled_com
|
|
{
|
|
InputStateHistory_tF2145C4E34E0E3AC84270533F58F047D6E28A480* ___m_History_0;
|
|
int32_t ___m_Index_1;
|
|
};
|
|
|
|
// UnityEngine.InputSystem.LowLevel.InputStateHistory/Record
|
|
struct Record_tF7FF07DC502355356B48CE78337FB16B196E2EE0
|
|
{
|
|
// UnityEngine.InputSystem.LowLevel.InputStateHistory UnityEngine.InputSystem.LowLevel.InputStateHistory/Record::m_Owner
|
|
InputStateHistory_tF2145C4E34E0E3AC84270533F58F047D6E28A480* ___m_Owner_0;
|
|
// System.Int32 UnityEngine.InputSystem.LowLevel.InputStateHistory/Record::m_IndexPlusOne
|
|
int32_t ___m_IndexPlusOne_1;
|
|
// System.UInt32 UnityEngine.InputSystem.LowLevel.InputStateHistory/Record::m_Version
|
|
uint32_t ___m_Version_2;
|
|
};
|
|
// Native definition for P/Invoke marshalling of UnityEngine.InputSystem.LowLevel.InputStateHistory/Record
|
|
struct Record_tF7FF07DC502355356B48CE78337FB16B196E2EE0_marshaled_pinvoke
|
|
{
|
|
InputStateHistory_tF2145C4E34E0E3AC84270533F58F047D6E28A480* ___m_Owner_0;
|
|
int32_t ___m_IndexPlusOne_1;
|
|
uint32_t ___m_Version_2;
|
|
};
|
|
// Native definition for COM marshalling of UnityEngine.InputSystem.LowLevel.InputStateHistory/Record
|
|
struct Record_tF7FF07DC502355356B48CE78337FB16B196E2EE0_marshaled_com
|
|
{
|
|
InputStateHistory_tF2145C4E34E0E3AC84270533F58F047D6E28A480* ___m_Owner_0;
|
|
int32_t ___m_IndexPlusOne_1;
|
|
uint32_t ___m_Version_2;
|
|
};
|
|
|
|
// UnityEngine.InputSystem.LowLevel.InputUpdate/UpdateStepCount
|
|
struct UpdateStepCount_tF3C9095BD6614FD4E6024DAF43DE8F5602D8E324
|
|
{
|
|
// System.Boolean UnityEngine.InputSystem.LowLevel.InputUpdate/UpdateStepCount::m_WasUpdated
|
|
bool ___m_WasUpdated_0;
|
|
// System.UInt32 UnityEngine.InputSystem.LowLevel.InputUpdate/UpdateStepCount::<value>k__BackingField
|
|
uint32_t ___U3CvalueU3Ek__BackingField_1;
|
|
};
|
|
// Native definition for P/Invoke marshalling of UnityEngine.InputSystem.LowLevel.InputUpdate/UpdateStepCount
|
|
struct UpdateStepCount_tF3C9095BD6614FD4E6024DAF43DE8F5602D8E324_marshaled_pinvoke
|
|
{
|
|
int32_t ___m_WasUpdated_0;
|
|
uint32_t ___U3CvalueU3Ek__BackingField_1;
|
|
};
|
|
// Native definition for COM marshalling of UnityEngine.InputSystem.LowLevel.InputUpdate/UpdateStepCount
|
|
struct UpdateStepCount_tF3C9095BD6614FD4E6024DAF43DE8F5602D8E324_marshaled_com
|
|
{
|
|
int32_t ___m_WasUpdated_0;
|
|
uint32_t ___U3CvalueU3Ek__BackingField_1;
|
|
};
|
|
|
|
// UnityEngine.InputSystem.LowLevel.StateEvent/<stateData>e__FixedBuffer
|
|
struct U3CstateDataU3Ee__FixedBuffer_t00ED1E0C66E396C0021CE2F46B671748BC5E5FEC
|
|
{
|
|
union
|
|
{
|
|
struct
|
|
{
|
|
// System.Byte UnityEngine.InputSystem.LowLevel.StateEvent/<stateData>e__FixedBuffer::FixedElementField
|
|
uint8_t ___FixedElementField_0;
|
|
};
|
|
uint8_t U3CstateDataU3Ee__FixedBuffer_t00ED1E0C66E396C0021CE2F46B671748BC5E5FEC__padding[1];
|
|
};
|
|
};
|
|
|
|
// UnityEngine.InputSystem.Layouts.InputControlLayout/Builder/ControlBuilder
|
|
struct ControlBuilder_tA18891EC8D7AA5AB0C3AF2B2BB82244BBFCA6F50
|
|
{
|
|
// UnityEngine.InputSystem.Layouts.InputControlLayout/Builder UnityEngine.InputSystem.Layouts.InputControlLayout/Builder/ControlBuilder::builder
|
|
Builder_t83F17A26F53DA7EA6D8C35E5C65C5DF0147E7821* ___builder_0;
|
|
// System.Int32 UnityEngine.InputSystem.Layouts.InputControlLayout/Builder/ControlBuilder::index
|
|
int32_t ___index_1;
|
|
};
|
|
// Native definition for P/Invoke marshalling of UnityEngine.InputSystem.Layouts.InputControlLayout/Builder/ControlBuilder
|
|
struct ControlBuilder_tA18891EC8D7AA5AB0C3AF2B2BB82244BBFCA6F50_marshaled_pinvoke
|
|
{
|
|
Builder_t83F17A26F53DA7EA6D8C35E5C65C5DF0147E7821* ___builder_0;
|
|
int32_t ___index_1;
|
|
};
|
|
// Native definition for COM marshalling of UnityEngine.InputSystem.Layouts.InputControlLayout/Builder/ControlBuilder
|
|
struct ControlBuilder_tA18891EC8D7AA5AB0C3AF2B2BB82244BBFCA6F50_marshaled_com
|
|
{
|
|
Builder_t83F17A26F53DA7EA6D8C35E5C65C5DF0147E7821* ___builder_0;
|
|
int32_t ___index_1;
|
|
};
|
|
|
|
// UnityEngine.InputSystem.Layouts.InputControlLayout/Collection/PrecompiledLayout
|
|
struct PrecompiledLayout_tEFFE070A47145E8B18D5003F777983D278034A63
|
|
{
|
|
// System.Func`1<UnityEngine.InputSystem.InputDevice> UnityEngine.InputSystem.Layouts.InputControlLayout/Collection/PrecompiledLayout::factoryMethod
|
|
Func_1_t97C6124008260D65F78265F8B3965ACA776F0671* ___factoryMethod_0;
|
|
// System.String UnityEngine.InputSystem.Layouts.InputControlLayout/Collection/PrecompiledLayout::metadata
|
|
String_t* ___metadata_1;
|
|
};
|
|
// Native definition for P/Invoke marshalling of UnityEngine.InputSystem.Layouts.InputControlLayout/Collection/PrecompiledLayout
|
|
struct PrecompiledLayout_tEFFE070A47145E8B18D5003F777983D278034A63_marshaled_pinvoke
|
|
{
|
|
Il2CppMethodPointer ___factoryMethod_0;
|
|
char* ___metadata_1;
|
|
};
|
|
// Native definition for COM marshalling of UnityEngine.InputSystem.Layouts.InputControlLayout/Collection/PrecompiledLayout
|
|
struct PrecompiledLayout_tEFFE070A47145E8B18D5003F777983D278034A63_marshaled_com
|
|
{
|
|
Il2CppMethodPointer ___factoryMethod_0;
|
|
Il2CppChar* ___metadata_1;
|
|
};
|
|
|
|
// UnityEngine.InputSystem.LowLevel.InputStateHistory/RecordHeader/<m_StateWithControlIndex>e__FixedBuffer
|
|
struct U3Cm_StateWithControlIndexU3Ee__FixedBuffer_t77EBD407B7C7A5338334A356AE94C7F24C77CDA2
|
|
{
|
|
union
|
|
{
|
|
struct
|
|
{
|
|
// System.Byte UnityEngine.InputSystem.LowLevel.InputStateHistory/RecordHeader/<m_StateWithControlIndex>e__FixedBuffer::FixedElementField
|
|
uint8_t ___FixedElementField_0;
|
|
};
|
|
uint8_t U3Cm_StateWithControlIndexU3Ee__FixedBuffer_t77EBD407B7C7A5338334A356AE94C7F24C77CDA2__padding[1];
|
|
};
|
|
};
|
|
|
|
// UnityEngine.InputSystem.LowLevel.InputStateHistory/RecordHeader/<m_StateWithoutControlIndex>e__FixedBuffer
|
|
struct U3Cm_StateWithoutControlIndexU3Ee__FixedBuffer_tBC837D25D8887B1E4BCBE9B19FEB8EBD20FEF254
|
|
{
|
|
union
|
|
{
|
|
struct
|
|
{
|
|
// System.Byte UnityEngine.InputSystem.LowLevel.InputStateHistory/RecordHeader/<m_StateWithoutControlIndex>e__FixedBuffer::FixedElementField
|
|
uint8_t ___FixedElementField_0;
|
|
};
|
|
uint8_t U3Cm_StateWithoutControlIndexU3Ee__FixedBuffer_tBC837D25D8887B1E4BCBE9B19FEB8EBD20FEF254__padding[1];
|
|
};
|
|
};
|
|
|
|
// UnityEngine.InputSystem.Utilities.CallbackArray`1<System.Action`2<UnityEngine.InputSystem.InputDevice,UnityEngine.InputSystem.InputDeviceChange>>
|
|
struct CallbackArray_1_t2CA72B1E4C1404A9DA6888410ADA4EAF32795333
|
|
{
|
|
// System.Boolean UnityEngine.InputSystem.Utilities.CallbackArray`1::m_CannotMutateCallbacksArray
|
|
bool ___m_CannotMutateCallbacksArray_0;
|
|
// UnityEngine.InputSystem.Utilities.InlinedArray`1<TDelegate> UnityEngine.InputSystem.Utilities.CallbackArray`1::m_Callbacks
|
|
InlinedArray_1_tC156E68CC1D19C7411B135D705222BBA02E1E546 ___m_Callbacks_1;
|
|
// UnityEngine.InputSystem.Utilities.InlinedArray`1<TDelegate> UnityEngine.InputSystem.Utilities.CallbackArray`1::m_CallbacksToAdd
|
|
InlinedArray_1_tC156E68CC1D19C7411B135D705222BBA02E1E546 ___m_CallbacksToAdd_2;
|
|
// UnityEngine.InputSystem.Utilities.InlinedArray`1<TDelegate> UnityEngine.InputSystem.Utilities.CallbackArray`1::m_CallbacksToRemove
|
|
InlinedArray_1_tC156E68CC1D19C7411B135D705222BBA02E1E546 ___m_CallbacksToRemove_3;
|
|
};
|
|
|
|
// UnityEngine.InputSystem.Utilities.CallbackArray`1<System.Action`2<UnityEngine.InputSystem.InputDevice,UnityEngine.InputSystem.LowLevel.InputEventPtr>>
|
|
struct CallbackArray_1_t6CDC364469641FDEFC50305004914224252C5C85
|
|
{
|
|
// System.Boolean UnityEngine.InputSystem.Utilities.CallbackArray`1::m_CannotMutateCallbacksArray
|
|
bool ___m_CannotMutateCallbacksArray_0;
|
|
// UnityEngine.InputSystem.Utilities.InlinedArray`1<TDelegate> UnityEngine.InputSystem.Utilities.CallbackArray`1::m_Callbacks
|
|
InlinedArray_1_t0C164496D3AC9C0D8B5986F12B3E22F94E904138 ___m_Callbacks_1;
|
|
// UnityEngine.InputSystem.Utilities.InlinedArray`1<TDelegate> UnityEngine.InputSystem.Utilities.CallbackArray`1::m_CallbacksToAdd
|
|
InlinedArray_1_t0C164496D3AC9C0D8B5986F12B3E22F94E904138 ___m_CallbacksToAdd_2;
|
|
// UnityEngine.InputSystem.Utilities.InlinedArray`1<TDelegate> UnityEngine.InputSystem.Utilities.CallbackArray`1::m_CallbacksToRemove
|
|
InlinedArray_1_t0C164496D3AC9C0D8B5986F12B3E22F94E904138 ___m_CallbacksToRemove_3;
|
|
};
|
|
|
|
// UnityEngine.InputSystem.Utilities.CallbackArray`1<System.Action`2<UnityEngine.InputSystem.LowLevel.InputEventPtr,UnityEngine.InputSystem.InputDevice>>
|
|
struct CallbackArray_1_t85DCE036F5C6200B85D9AF68EE20A7675DD9AC37
|
|
{
|
|
// System.Boolean UnityEngine.InputSystem.Utilities.CallbackArray`1::m_CannotMutateCallbacksArray
|
|
bool ___m_CannotMutateCallbacksArray_0;
|
|
// UnityEngine.InputSystem.Utilities.InlinedArray`1<TDelegate> UnityEngine.InputSystem.Utilities.CallbackArray`1::m_Callbacks
|
|
InlinedArray_1_tCB69E3C40A7449F79D455D118402BE76E07EDD3B ___m_Callbacks_1;
|
|
// UnityEngine.InputSystem.Utilities.InlinedArray`1<TDelegate> UnityEngine.InputSystem.Utilities.CallbackArray`1::m_CallbacksToAdd
|
|
InlinedArray_1_tCB69E3C40A7449F79D455D118402BE76E07EDD3B ___m_CallbacksToAdd_2;
|
|
// UnityEngine.InputSystem.Utilities.InlinedArray`1<TDelegate> UnityEngine.InputSystem.Utilities.CallbackArray`1::m_CallbacksToRemove
|
|
InlinedArray_1_tCB69E3C40A7449F79D455D118402BE76E07EDD3B ___m_CallbacksToRemove_3;
|
|
};
|
|
|
|
// UnityEngine.InputSystem.Utilities.CallbackArray`1<System.Action`2<System.String,UnityEngine.InputSystem.InputControlLayoutChange>>
|
|
struct CallbackArray_1_t766EB5E63A2D3692C554B40CB077C80A0D3633CC
|
|
{
|
|
// System.Boolean UnityEngine.InputSystem.Utilities.CallbackArray`1::m_CannotMutateCallbacksArray
|
|
bool ___m_CannotMutateCallbacksArray_0;
|
|
// UnityEngine.InputSystem.Utilities.InlinedArray`1<TDelegate> UnityEngine.InputSystem.Utilities.CallbackArray`1::m_Callbacks
|
|
InlinedArray_1_t6CA0FBB125302D36470046647247C3C186DA3C81 ___m_Callbacks_1;
|
|
// UnityEngine.InputSystem.Utilities.InlinedArray`1<TDelegate> UnityEngine.InputSystem.Utilities.CallbackArray`1::m_CallbacksToAdd
|
|
InlinedArray_1_t6CA0FBB125302D36470046647247C3C186DA3C81 ___m_CallbacksToAdd_2;
|
|
// UnityEngine.InputSystem.Utilities.InlinedArray`1<TDelegate> UnityEngine.InputSystem.Utilities.CallbackArray`1::m_CallbacksToRemove
|
|
InlinedArray_1_t6CA0FBB125302D36470046647247C3C186DA3C81 ___m_CallbacksToRemove_3;
|
|
};
|
|
|
|
// UnityEngine.InputSystem.Utilities.CallbackArray`1<System.Action>
|
|
struct CallbackArray_1_t346DB7B424423D4F14A14CFE2C0734F62447A529
|
|
{
|
|
// System.Boolean UnityEngine.InputSystem.Utilities.CallbackArray`1::m_CannotMutateCallbacksArray
|
|
bool ___m_CannotMutateCallbacksArray_0;
|
|
// UnityEngine.InputSystem.Utilities.InlinedArray`1<TDelegate> UnityEngine.InputSystem.Utilities.CallbackArray`1::m_Callbacks
|
|
InlinedArray_1_tD7279E61A2C2BCBF7B9BA61C55E889A59A778B32 ___m_Callbacks_1;
|
|
// UnityEngine.InputSystem.Utilities.InlinedArray`1<TDelegate> UnityEngine.InputSystem.Utilities.CallbackArray`1::m_CallbacksToAdd
|
|
InlinedArray_1_tD7279E61A2C2BCBF7B9BA61C55E889A59A778B32 ___m_CallbacksToAdd_2;
|
|
// UnityEngine.InputSystem.Utilities.InlinedArray`1<TDelegate> UnityEngine.InputSystem.Utilities.CallbackArray`1::m_CallbacksToRemove
|
|
InlinedArray_1_tD7279E61A2C2BCBF7B9BA61C55E889A59A778B32 ___m_CallbacksToRemove_3;
|
|
};
|
|
|
|
// UnityEngine.InputSystem.Utilities.CallbackArray`1<UnityEngine.InputSystem.LowLevel.InputDeviceCommandDelegate>
|
|
struct CallbackArray_1_t7C2A86AF46E04B281542BEADE553C9DF6B1A0885
|
|
{
|
|
// System.Boolean UnityEngine.InputSystem.Utilities.CallbackArray`1::m_CannotMutateCallbacksArray
|
|
bool ___m_CannotMutateCallbacksArray_0;
|
|
// UnityEngine.InputSystem.Utilities.InlinedArray`1<TDelegate> UnityEngine.InputSystem.Utilities.CallbackArray`1::m_Callbacks
|
|
InlinedArray_1_t8574959399B65CB49207DFFDE0842E996E6DBBED ___m_Callbacks_1;
|
|
// UnityEngine.InputSystem.Utilities.InlinedArray`1<TDelegate> UnityEngine.InputSystem.Utilities.CallbackArray`1::m_CallbacksToAdd
|
|
InlinedArray_1_t8574959399B65CB49207DFFDE0842E996E6DBBED ___m_CallbacksToAdd_2;
|
|
// UnityEngine.InputSystem.Utilities.InlinedArray`1<TDelegate> UnityEngine.InputSystem.Utilities.CallbackArray`1::m_CallbacksToRemove
|
|
InlinedArray_1_t8574959399B65CB49207DFFDE0842E996E6DBBED ___m_CallbacksToRemove_3;
|
|
};
|
|
|
|
// UnityEngine.InputSystem.Utilities.CallbackArray`1<UnityEngine.InputSystem.Layouts.InputDeviceFindControlLayoutDelegate>
|
|
struct CallbackArray_1_t52995C3D8849483AA8BD7ABCDB6094548AF3BE8D
|
|
{
|
|
// System.Boolean UnityEngine.InputSystem.Utilities.CallbackArray`1::m_CannotMutateCallbacksArray
|
|
bool ___m_CannotMutateCallbacksArray_0;
|
|
// UnityEngine.InputSystem.Utilities.InlinedArray`1<TDelegate> UnityEngine.InputSystem.Utilities.CallbackArray`1::m_Callbacks
|
|
InlinedArray_1_t6FEF55D1987F9E3301E4FF894670C2B041308E88 ___m_Callbacks_1;
|
|
// UnityEngine.InputSystem.Utilities.InlinedArray`1<TDelegate> UnityEngine.InputSystem.Utilities.CallbackArray`1::m_CallbacksToAdd
|
|
InlinedArray_1_t6FEF55D1987F9E3301E4FF894670C2B041308E88 ___m_CallbacksToAdd_2;
|
|
// UnityEngine.InputSystem.Utilities.InlinedArray`1<TDelegate> UnityEngine.InputSystem.Utilities.CallbackArray`1::m_CallbacksToRemove
|
|
InlinedArray_1_t6FEF55D1987F9E3301E4FF894670C2B041308E88 ___m_CallbacksToRemove_3;
|
|
};
|
|
|
|
// UnityEngine.InputSystem.Utilities.InlinedArray`1<UnityEngine.InputSystem.Utilities.InternedString>
|
|
struct InlinedArray_1_tAFDFE0972A71B9760077CFA9D4A1DBD7BE435800
|
|
{
|
|
// System.Int32 UnityEngine.InputSystem.Utilities.InlinedArray`1::length
|
|
int32_t ___length_0;
|
|
// TValue UnityEngine.InputSystem.Utilities.InlinedArray`1::firstValue
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 ___firstValue_1;
|
|
// TValue[] UnityEngine.InputSystem.Utilities.InlinedArray`1::additionalValues
|
|
InternedStringU5BU5D_t0B851758733FC0B118D84BE83AED10A0404C18D5* ___additionalValues_2;
|
|
};
|
|
|
|
// UnityEngine.InputSystem.Utilities.InlinedArray`1<UnityEngine.InputSystem.InputManager/StateChangeMonitorTimeout>
|
|
struct InlinedArray_1_t63A16C5FE53708C13F492320BA02E124371662FA
|
|
{
|
|
// System.Int32 UnityEngine.InputSystem.Utilities.InlinedArray`1::length
|
|
int32_t ___length_0;
|
|
// TValue UnityEngine.InputSystem.Utilities.InlinedArray`1::firstValue
|
|
StateChangeMonitorTimeout_t9D00677B36798F8E8A4FA1DC5797CBD5F5C4F1DE ___firstValue_1;
|
|
// TValue[] UnityEngine.InputSystem.Utilities.InlinedArray`1::additionalValues
|
|
StateChangeMonitorTimeoutU5BU5D_t475D94CE66B17064D5DE2966779E7E9006A09D82* ___additionalValues_2;
|
|
};
|
|
|
|
// UnityEngine.InputSystem.InputControlList`1<UnityEngine.InputSystem.InputControl>
|
|
struct InputControlList_1_tDCD1283F428BB911908D4A86066022F6FEF337BA
|
|
{
|
|
// System.Int32 UnityEngine.InputSystem.InputControlList`1::m_Count
|
|
int32_t ___m_Count_0;
|
|
// Unity.Collections.NativeArray`1<System.UInt64> UnityEngine.InputSystem.InputControlList`1::m_Indices
|
|
NativeArray_1_t07975297AD7F7512193094A7C0703BA872EF7A7B ___m_Indices_1;
|
|
// Unity.Collections.Allocator UnityEngine.InputSystem.InputControlList`1::m_Allocator
|
|
int32_t ___m_Allocator_2;
|
|
};
|
|
|
|
// UnityEngine.InputSystem.InputControlList`1<System.Object>
|
|
struct InputControlList_1_t48EC0F64E524A57EFE5948AFCA4A576846FC1C31
|
|
{
|
|
// System.Int32 UnityEngine.InputSystem.InputControlList`1::m_Count
|
|
int32_t ___m_Count_0;
|
|
// Unity.Collections.NativeArray`1<System.UInt64> UnityEngine.InputSystem.InputControlList`1::m_Indices
|
|
NativeArray_1_t07975297AD7F7512193094A7C0703BA872EF7A7B ___m_Indices_1;
|
|
// Unity.Collections.Allocator UnityEngine.InputSystem.InputControlList`1::m_Allocator
|
|
int32_t ___m_Allocator_2;
|
|
};
|
|
|
|
// System.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.Collections.Generic.KeyValuePair`2<UnityEngine.InputSystem.Utilities.InternedString,System.Type>
|
|
struct KeyValuePair_2_t859F90B137C9291C0E478FBE85ABB18F30B91A27
|
|
{
|
|
// TKey System.Collections.Generic.KeyValuePair`2::key
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 ___key_0;
|
|
// TValue System.Collections.Generic.KeyValuePair`2::value
|
|
Type_t* ___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;
|
|
};
|
|
|
|
// UnityEngine.InputSystem.Layouts.InputControlAttribute
|
|
struct InputControlAttribute_t312CA97B153666F873279E81BA4054684715368D : public PropertyAttribute_t5E0CB5A6CDA6E24CBD4FF26DE3B0C29D8BB54BF0
|
|
{
|
|
// System.String UnityEngine.InputSystem.Layouts.InputControlAttribute::<layout>k__BackingField
|
|
String_t* ___U3ClayoutU3Ek__BackingField_0;
|
|
// System.String UnityEngine.InputSystem.Layouts.InputControlAttribute::<variants>k__BackingField
|
|
String_t* ___U3CvariantsU3Ek__BackingField_1;
|
|
// System.String UnityEngine.InputSystem.Layouts.InputControlAttribute::<name>k__BackingField
|
|
String_t* ___U3CnameU3Ek__BackingField_2;
|
|
// System.String UnityEngine.InputSystem.Layouts.InputControlAttribute::<format>k__BackingField
|
|
String_t* ___U3CformatU3Ek__BackingField_3;
|
|
// System.String UnityEngine.InputSystem.Layouts.InputControlAttribute::<usage>k__BackingField
|
|
String_t* ___U3CusageU3Ek__BackingField_4;
|
|
// System.String[] UnityEngine.InputSystem.Layouts.InputControlAttribute::<usages>k__BackingField
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___U3CusagesU3Ek__BackingField_5;
|
|
// System.String UnityEngine.InputSystem.Layouts.InputControlAttribute::<parameters>k__BackingField
|
|
String_t* ___U3CparametersU3Ek__BackingField_6;
|
|
// System.String UnityEngine.InputSystem.Layouts.InputControlAttribute::<processors>k__BackingField
|
|
String_t* ___U3CprocessorsU3Ek__BackingField_7;
|
|
// System.String UnityEngine.InputSystem.Layouts.InputControlAttribute::<alias>k__BackingField
|
|
String_t* ___U3CaliasU3Ek__BackingField_8;
|
|
// System.String[] UnityEngine.InputSystem.Layouts.InputControlAttribute::<aliases>k__BackingField
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___U3CaliasesU3Ek__BackingField_9;
|
|
// System.String UnityEngine.InputSystem.Layouts.InputControlAttribute::<useStateFrom>k__BackingField
|
|
String_t* ___U3CuseStateFromU3Ek__BackingField_10;
|
|
// System.UInt32 UnityEngine.InputSystem.Layouts.InputControlAttribute::<bit>k__BackingField
|
|
uint32_t ___U3CbitU3Ek__BackingField_11;
|
|
// System.UInt32 UnityEngine.InputSystem.Layouts.InputControlAttribute::<offset>k__BackingField
|
|
uint32_t ___U3CoffsetU3Ek__BackingField_12;
|
|
// System.UInt32 UnityEngine.InputSystem.Layouts.InputControlAttribute::<sizeInBits>k__BackingField
|
|
uint32_t ___U3CsizeInBitsU3Ek__BackingField_13;
|
|
// System.Int32 UnityEngine.InputSystem.Layouts.InputControlAttribute::<arraySize>k__BackingField
|
|
int32_t ___U3CarraySizeU3Ek__BackingField_14;
|
|
// System.String UnityEngine.InputSystem.Layouts.InputControlAttribute::<displayName>k__BackingField
|
|
String_t* ___U3CdisplayNameU3Ek__BackingField_15;
|
|
// System.String UnityEngine.InputSystem.Layouts.InputControlAttribute::<shortDisplayName>k__BackingField
|
|
String_t* ___U3CshortDisplayNameU3Ek__BackingField_16;
|
|
// System.Boolean UnityEngine.InputSystem.Layouts.InputControlAttribute::<noisy>k__BackingField
|
|
bool ___U3CnoisyU3Ek__BackingField_17;
|
|
// System.Boolean UnityEngine.InputSystem.Layouts.InputControlAttribute::<synthetic>k__BackingField
|
|
bool ___U3CsyntheticU3Ek__BackingField_18;
|
|
// System.Boolean UnityEngine.InputSystem.Layouts.InputControlAttribute::<dontReset>k__BackingField
|
|
bool ___U3CdontResetU3Ek__BackingField_19;
|
|
// System.Object UnityEngine.InputSystem.Layouts.InputControlAttribute::<defaultState>k__BackingField
|
|
RuntimeObject* ___U3CdefaultStateU3Ek__BackingField_20;
|
|
// System.Object UnityEngine.InputSystem.Layouts.InputControlAttribute::<minValue>k__BackingField
|
|
RuntimeObject* ___U3CminValueU3Ek__BackingField_21;
|
|
// System.Object UnityEngine.InputSystem.Layouts.InputControlAttribute::<maxValue>k__BackingField
|
|
RuntimeObject* ___U3CmaxValueU3Ek__BackingField_22;
|
|
};
|
|
|
|
// UnityEngine.InputSystem.Layouts.InputControlLayoutAttribute
|
|
struct InputControlLayoutAttribute_tB220062778EF9614EA4BA4E5A35520EEA17C21D7 : public Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA
|
|
{
|
|
// System.Type UnityEngine.InputSystem.Layouts.InputControlLayoutAttribute::<stateType>k__BackingField
|
|
Type_t* ___U3CstateTypeU3Ek__BackingField_0;
|
|
// System.String UnityEngine.InputSystem.Layouts.InputControlLayoutAttribute::<stateFormat>k__BackingField
|
|
String_t* ___U3CstateFormatU3Ek__BackingField_1;
|
|
// System.String[] UnityEngine.InputSystem.Layouts.InputControlLayoutAttribute::<commonUsages>k__BackingField
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___U3CcommonUsagesU3Ek__BackingField_2;
|
|
// System.String UnityEngine.InputSystem.Layouts.InputControlLayoutAttribute::<variants>k__BackingField
|
|
String_t* ___U3CvariantsU3Ek__BackingField_3;
|
|
// System.Boolean UnityEngine.InputSystem.Layouts.InputControlLayoutAttribute::<isNoisy>k__BackingField
|
|
bool ___U3CisNoisyU3Ek__BackingField_4;
|
|
// System.Nullable`1<System.Boolean> UnityEngine.InputSystem.Layouts.InputControlLayoutAttribute::canRunInBackgroundInternal
|
|
Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01 ___canRunInBackgroundInternal_5;
|
|
// System.Nullable`1<System.Boolean> UnityEngine.InputSystem.Layouts.InputControlLayoutAttribute::updateBeforeRenderInternal
|
|
Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01 ___updateBeforeRenderInternal_6;
|
|
// System.Boolean UnityEngine.InputSystem.Layouts.InputControlLayoutAttribute::<isGenericTypeOfDevice>k__BackingField
|
|
bool ___U3CisGenericTypeOfDeviceU3Ek__BackingField_7;
|
|
// System.String UnityEngine.InputSystem.Layouts.InputControlLayoutAttribute::<displayName>k__BackingField
|
|
String_t* ___U3CdisplayNameU3Ek__BackingField_8;
|
|
// System.String UnityEngine.InputSystem.Layouts.InputControlLayoutAttribute::<description>k__BackingField
|
|
String_t* ___U3CdescriptionU3Ek__BackingField_9;
|
|
// System.Boolean UnityEngine.InputSystem.Layouts.InputControlLayoutAttribute::<hideInUI>k__BackingField
|
|
bool ___U3ChideInUIU3Ek__BackingField_10;
|
|
};
|
|
|
|
// UnityEngine.InputSystem.Layouts.InputDeviceBuilder
|
|
struct InputDeviceBuilder_t7F4266EBB8FB0AC0DAE225F7FA1532B9AA9174BE
|
|
{
|
|
// UnityEngine.InputSystem.InputDevice UnityEngine.InputSystem.Layouts.InputDeviceBuilder::m_Device
|
|
InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* ___m_Device_0;
|
|
// UnityEngine.InputSystem.Layouts.InputControlLayout/CacheRefInstance UnityEngine.InputSystem.Layouts.InputDeviceBuilder::m_LayoutCacheRef
|
|
CacheRefInstance_t4E8602E1529A57250C63318B7E44AE2195514023 ___m_LayoutCacheRef_1;
|
|
// System.Collections.Generic.Dictionary`2<System.String,UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem> UnityEngine.InputSystem.Layouts.InputDeviceBuilder::m_ChildControlOverrides
|
|
Dictionary_2_t9603121094471C60D6E60B03066D77D447754994* ___m_ChildControlOverrides_2;
|
|
// System.Collections.Generic.List`1<System.UInt32> UnityEngine.InputSystem.Layouts.InputDeviceBuilder::m_StateOffsetToControlMap
|
|
List_1_t9B68833848E4C4D7F623C05F6B77F0449396354A* ___m_StateOffsetToControlMap_3;
|
|
// System.Text.StringBuilder UnityEngine.InputSystem.Layouts.InputDeviceBuilder::m_StringBuilder
|
|
StringBuilder_t* ___m_StringBuilder_4;
|
|
};
|
|
// Native definition for P/Invoke marshalling of UnityEngine.InputSystem.Layouts.InputDeviceBuilder
|
|
struct InputDeviceBuilder_t7F4266EBB8FB0AC0DAE225F7FA1532B9AA9174BE_marshaled_pinvoke
|
|
{
|
|
InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* ___m_Device_0;
|
|
CacheRefInstance_t4E8602E1529A57250C63318B7E44AE2195514023_marshaled_pinvoke ___m_LayoutCacheRef_1;
|
|
Dictionary_2_t9603121094471C60D6E60B03066D77D447754994* ___m_ChildControlOverrides_2;
|
|
List_1_t9B68833848E4C4D7F623C05F6B77F0449396354A* ___m_StateOffsetToControlMap_3;
|
|
char* ___m_StringBuilder_4;
|
|
};
|
|
// Native definition for COM marshalling of UnityEngine.InputSystem.Layouts.InputDeviceBuilder
|
|
struct InputDeviceBuilder_t7F4266EBB8FB0AC0DAE225F7FA1532B9AA9174BE_marshaled_com
|
|
{
|
|
InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* ___m_Device_0;
|
|
CacheRefInstance_t4E8602E1529A57250C63318B7E44AE2195514023_marshaled_com ___m_LayoutCacheRef_1;
|
|
Dictionary_2_t9603121094471C60D6E60B03066D77D447754994* ___m_ChildControlOverrides_2;
|
|
List_1_t9B68833848E4C4D7F623C05F6B77F0449396354A* ___m_StateOffsetToControlMap_3;
|
|
Il2CppChar* ___m_StringBuilder_4;
|
|
};
|
|
|
|
// 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.InputProcessor
|
|
struct InputProcessor_t71DA6677A0295DC87736E1D8D208FEA75D860457 : public RuntimeObject
|
|
{
|
|
};
|
|
|
|
// UnityEngine.InputSystem.LowLevel.InputStateBlock
|
|
struct InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5
|
|
{
|
|
// UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.LowLevel.InputStateBlock::<format>k__BackingField
|
|
FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED ___U3CformatU3Ek__BackingField_33;
|
|
// System.UInt32 UnityEngine.InputSystem.LowLevel.InputStateBlock::<byteOffset>k__BackingField
|
|
uint32_t ___U3CbyteOffsetU3Ek__BackingField_34;
|
|
// System.UInt32 UnityEngine.InputSystem.LowLevel.InputStateBlock::<bitOffset>k__BackingField
|
|
uint32_t ___U3CbitOffsetU3Ek__BackingField_35;
|
|
// System.UInt32 UnityEngine.InputSystem.LowLevel.InputStateBlock::<sizeInBits>k__BackingField
|
|
uint32_t ___U3CsizeInBitsU3Ek__BackingField_36;
|
|
};
|
|
|
|
// UnityEngine.InputSystem.LowLevel.InputStateBuffers
|
|
struct InputStateBuffers_t338A1714D01276EEEF5F8CD6AE81DFED939D5968
|
|
{
|
|
// System.UInt32 UnityEngine.InputSystem.LowLevel.InputStateBuffers::sizePerBuffer
|
|
uint32_t ___sizePerBuffer_0;
|
|
// System.UInt32 UnityEngine.InputSystem.LowLevel.InputStateBuffers::totalSize
|
|
uint32_t ___totalSize_1;
|
|
// System.Void* UnityEngine.InputSystem.LowLevel.InputStateBuffers::defaultStateBuffer
|
|
void* ___defaultStateBuffer_2;
|
|
// System.Void* UnityEngine.InputSystem.LowLevel.InputStateBuffers::noiseMaskBuffer
|
|
void* ___noiseMaskBuffer_3;
|
|
// System.Void* UnityEngine.InputSystem.LowLevel.InputStateBuffers::resetMaskBuffer
|
|
void* ___resetMaskBuffer_4;
|
|
// System.Void* UnityEngine.InputSystem.LowLevel.InputStateBuffers::m_AllBuffers
|
|
void* ___m_AllBuffers_5;
|
|
// UnityEngine.InputSystem.LowLevel.InputStateBuffers/DoubleBuffers UnityEngine.InputSystem.LowLevel.InputStateBuffers::m_PlayerStateBuffers
|
|
DoubleBuffers_tC70880E0E4F69237E763403F28F65B807E94A9ED ___m_PlayerStateBuffers_6;
|
|
};
|
|
|
|
// UnityEngine.InputSystem.LowLevel.InputStateHistory
|
|
struct InputStateHistory_tF2145C4E34E0E3AC84270533F58F047D6E28A480 : public RuntimeObject
|
|
{
|
|
// System.Action`1<UnityEngine.InputSystem.LowLevel.InputStateHistory/Record> UnityEngine.InputSystem.LowLevel.InputStateHistory::<onRecordAdded>k__BackingField
|
|
Action_1_t382B605C2C5668A25F075BE1F415718CF3C38FF7* ___U3ConRecordAddedU3Ek__BackingField_1;
|
|
// System.Func`4<UnityEngine.InputSystem.InputControl,System.Double,UnityEngine.InputSystem.LowLevel.InputEventPtr,System.Boolean> UnityEngine.InputSystem.LowLevel.InputStateHistory::<onShouldRecordStateChange>k__BackingField
|
|
Func_4_t3D08A13C5D862919E1719A02821AE8774376E3B2* ___U3ConShouldRecordStateChangeU3Ek__BackingField_2;
|
|
// UnityEngine.InputSystem.InputControl[] UnityEngine.InputSystem.LowLevel.InputStateHistory::m_Controls
|
|
InputControlU5BU5D_t0B951FEF1504D6340387C4735F5D6F426F40FE17* ___m_Controls_3;
|
|
// System.Int32 UnityEngine.InputSystem.LowLevel.InputStateHistory::m_ControlCount
|
|
int32_t ___m_ControlCount_4;
|
|
// Unity.Collections.NativeArray`1<System.Byte> UnityEngine.InputSystem.LowLevel.InputStateHistory::m_RecordBuffer
|
|
NativeArray_1_t81F55263465517B73C455D3400CF67B4BADD85CF ___m_RecordBuffer_5;
|
|
// System.Int32 UnityEngine.InputSystem.LowLevel.InputStateHistory::m_StateSizeInBytes
|
|
int32_t ___m_StateSizeInBytes_6;
|
|
// System.Int32 UnityEngine.InputSystem.LowLevel.InputStateHistory::m_RecordCount
|
|
int32_t ___m_RecordCount_7;
|
|
// System.Int32 UnityEngine.InputSystem.LowLevel.InputStateHistory::m_HistoryDepth
|
|
int32_t ___m_HistoryDepth_8;
|
|
// System.Int32 UnityEngine.InputSystem.LowLevel.InputStateHistory::m_ExtraMemoryPerRecord
|
|
int32_t ___m_ExtraMemoryPerRecord_9;
|
|
// System.Int32 UnityEngine.InputSystem.LowLevel.InputStateHistory::m_HeadIndex
|
|
int32_t ___m_HeadIndex_10;
|
|
// System.UInt32 UnityEngine.InputSystem.LowLevel.InputStateHistory::m_CurrentVersion
|
|
uint32_t ___m_CurrentVersion_11;
|
|
// System.Nullable`1<UnityEngine.InputSystem.LowLevel.InputUpdateType> UnityEngine.InputSystem.LowLevel.InputStateHistory::m_UpdateMask
|
|
Nullable_1_t01EA562E317937F4460711CFA1BFDE2AA35CBF20 ___m_UpdateMask_12;
|
|
// System.Boolean UnityEngine.InputSystem.LowLevel.InputStateHistory::m_AddNewControls
|
|
bool ___m_AddNewControls_13;
|
|
};
|
|
|
|
// UnityEngine.InputSystem.LowLevel.InputUpdate
|
|
struct InputUpdate_t3D4F0AD6CD83C86A73B8165929FF0CB151A07CCD : public RuntimeObject
|
|
{
|
|
};
|
|
|
|
// UnityEngine.InputSystem.Utilities.NameAndParameters
|
|
struct NameAndParameters_t8F37102128EFD31CA57808AE6E3D1244758DEA01
|
|
{
|
|
// System.String UnityEngine.InputSystem.Utilities.NameAndParameters::<name>k__BackingField
|
|
String_t* ___U3CnameU3Ek__BackingField_0;
|
|
// UnityEngine.InputSystem.Utilities.ReadOnlyArray`1<UnityEngine.InputSystem.Utilities.NamedValue> UnityEngine.InputSystem.Utilities.NameAndParameters::<parameters>k__BackingField
|
|
ReadOnlyArray_1_t4A15F7D15ACB297B45A08889D51E4CACEAD4EDF9 ___U3CparametersU3Ek__BackingField_1;
|
|
};
|
|
// Native definition for P/Invoke marshalling of UnityEngine.InputSystem.Utilities.NameAndParameters
|
|
struct NameAndParameters_t8F37102128EFD31CA57808AE6E3D1244758DEA01_marshaled_pinvoke
|
|
{
|
|
char* ___U3CnameU3Ek__BackingField_0;
|
|
ReadOnlyArray_1_t4A15F7D15ACB297B45A08889D51E4CACEAD4EDF9 ___U3CparametersU3Ek__BackingField_1;
|
|
};
|
|
// Native definition for COM marshalling of UnityEngine.InputSystem.Utilities.NameAndParameters
|
|
struct NameAndParameters_t8F37102128EFD31CA57808AE6E3D1244758DEA01_marshaled_com
|
|
{
|
|
Il2CppChar* ___U3CnameU3Ek__BackingField_0;
|
|
ReadOnlyArray_1_t4A15F7D15ACB297B45A08889D51E4CACEAD4EDF9 ___U3CparametersU3Ek__BackingField_1;
|
|
};
|
|
|
|
// UnityEngine.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;
|
|
};
|
|
|
|
// UnityEngine.InputSystem.Layouts.InputControlLayout/Builder
|
|
struct Builder_t83F17A26F53DA7EA6D8C35E5C65C5DF0147E7821 : public RuntimeObject
|
|
{
|
|
// System.String UnityEngine.InputSystem.Layouts.InputControlLayout/Builder::<name>k__BackingField
|
|
String_t* ___U3CnameU3Ek__BackingField_0;
|
|
// System.String UnityEngine.InputSystem.Layouts.InputControlLayout/Builder::<displayName>k__BackingField
|
|
String_t* ___U3CdisplayNameU3Ek__BackingField_1;
|
|
// System.Type UnityEngine.InputSystem.Layouts.InputControlLayout/Builder::<type>k__BackingField
|
|
Type_t* ___U3CtypeU3Ek__BackingField_2;
|
|
// UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.Layouts.InputControlLayout/Builder::<stateFormat>k__BackingField
|
|
FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED ___U3CstateFormatU3Ek__BackingField_3;
|
|
// System.Int32 UnityEngine.InputSystem.Layouts.InputControlLayout/Builder::<stateSizeInBytes>k__BackingField
|
|
int32_t ___U3CstateSizeInBytesU3Ek__BackingField_4;
|
|
// System.String UnityEngine.InputSystem.Layouts.InputControlLayout/Builder::m_ExtendsLayout
|
|
String_t* ___m_ExtendsLayout_5;
|
|
// System.Nullable`1<System.Boolean> UnityEngine.InputSystem.Layouts.InputControlLayout/Builder::<updateBeforeRender>k__BackingField
|
|
Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01 ___U3CupdateBeforeRenderU3Ek__BackingField_6;
|
|
// System.Int32 UnityEngine.InputSystem.Layouts.InputControlLayout/Builder::m_ControlCount
|
|
int32_t ___m_ControlCount_7;
|
|
// UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem[] UnityEngine.InputSystem.Layouts.InputControlLayout/Builder::m_Controls
|
|
ControlItemU5BU5D_t7798E8B7C7F58B8F6D13B567539CD82E962C7104* ___m_Controls_8;
|
|
};
|
|
|
|
// UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem
|
|
struct ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD
|
|
{
|
|
// UnityEngine.InputSystem.Utilities.InternedString UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem::<name>k__BackingField
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 ___U3CnameU3Ek__BackingField_0;
|
|
// UnityEngine.InputSystem.Utilities.InternedString UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem::<layout>k__BackingField
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 ___U3ClayoutU3Ek__BackingField_1;
|
|
// UnityEngine.InputSystem.Utilities.InternedString UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem::<variants>k__BackingField
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 ___U3CvariantsU3Ek__BackingField_2;
|
|
// System.String UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem::<useStateFrom>k__BackingField
|
|
String_t* ___U3CuseStateFromU3Ek__BackingField_3;
|
|
// System.String UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem::<displayName>k__BackingField
|
|
String_t* ___U3CdisplayNameU3Ek__BackingField_4;
|
|
// System.String UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem::<shortDisplayName>k__BackingField
|
|
String_t* ___U3CshortDisplayNameU3Ek__BackingField_5;
|
|
// UnityEngine.InputSystem.Utilities.ReadOnlyArray`1<UnityEngine.InputSystem.Utilities.InternedString> UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem::<usages>k__BackingField
|
|
ReadOnlyArray_1_t1C2864D7CF4D444AB2616316AC8DD33932F77064 ___U3CusagesU3Ek__BackingField_6;
|
|
// UnityEngine.InputSystem.Utilities.ReadOnlyArray`1<UnityEngine.InputSystem.Utilities.InternedString> UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem::<aliases>k__BackingField
|
|
ReadOnlyArray_1_t1C2864D7CF4D444AB2616316AC8DD33932F77064 ___U3CaliasesU3Ek__BackingField_7;
|
|
// UnityEngine.InputSystem.Utilities.ReadOnlyArray`1<UnityEngine.InputSystem.Utilities.NamedValue> UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem::<parameters>k__BackingField
|
|
ReadOnlyArray_1_t4A15F7D15ACB297B45A08889D51E4CACEAD4EDF9 ___U3CparametersU3Ek__BackingField_8;
|
|
// UnityEngine.InputSystem.Utilities.ReadOnlyArray`1<UnityEngine.InputSystem.Utilities.NameAndParameters> UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem::<processors>k__BackingField
|
|
ReadOnlyArray_1_t1B44D48F2E9F425D218BABD5DE616117E8725D41 ___U3CprocessorsU3Ek__BackingField_9;
|
|
// System.UInt32 UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem::<offset>k__BackingField
|
|
uint32_t ___U3CoffsetU3Ek__BackingField_10;
|
|
// System.UInt32 UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem::<bit>k__BackingField
|
|
uint32_t ___U3CbitU3Ek__BackingField_11;
|
|
// System.UInt32 UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem::<sizeInBits>k__BackingField
|
|
uint32_t ___U3CsizeInBitsU3Ek__BackingField_12;
|
|
// UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem::<format>k__BackingField
|
|
FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED ___U3CformatU3Ek__BackingField_13;
|
|
// UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem/Flags UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem::<flags>k__BackingField
|
|
int32_t ___U3CflagsU3Ek__BackingField_14;
|
|
// System.Int32 UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem::<arraySize>k__BackingField
|
|
int32_t ___U3CarraySizeU3Ek__BackingField_15;
|
|
// UnityEngine.InputSystem.Utilities.PrimitiveValue UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem::<defaultState>k__BackingField
|
|
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 ___U3CdefaultStateU3Ek__BackingField_16;
|
|
// UnityEngine.InputSystem.Utilities.PrimitiveValue UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem::<minValue>k__BackingField
|
|
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 ___U3CminValueU3Ek__BackingField_17;
|
|
// UnityEngine.InputSystem.Utilities.PrimitiveValue UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem::<maxValue>k__BackingField
|
|
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 ___U3CmaxValueU3Ek__BackingField_18;
|
|
};
|
|
// Native definition for P/Invoke marshalling of UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem
|
|
struct ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD_marshaled_pinvoke
|
|
{
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735_marshaled_pinvoke ___U3CnameU3Ek__BackingField_0;
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735_marshaled_pinvoke ___U3ClayoutU3Ek__BackingField_1;
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735_marshaled_pinvoke ___U3CvariantsU3Ek__BackingField_2;
|
|
char* ___U3CuseStateFromU3Ek__BackingField_3;
|
|
char* ___U3CdisplayNameU3Ek__BackingField_4;
|
|
char* ___U3CshortDisplayNameU3Ek__BackingField_5;
|
|
ReadOnlyArray_1_t1C2864D7CF4D444AB2616316AC8DD33932F77064 ___U3CusagesU3Ek__BackingField_6;
|
|
ReadOnlyArray_1_t1C2864D7CF4D444AB2616316AC8DD33932F77064 ___U3CaliasesU3Ek__BackingField_7;
|
|
ReadOnlyArray_1_t4A15F7D15ACB297B45A08889D51E4CACEAD4EDF9 ___U3CparametersU3Ek__BackingField_8;
|
|
ReadOnlyArray_1_t1B44D48F2E9F425D218BABD5DE616117E8725D41 ___U3CprocessorsU3Ek__BackingField_9;
|
|
uint32_t ___U3CoffsetU3Ek__BackingField_10;
|
|
uint32_t ___U3CbitU3Ek__BackingField_11;
|
|
uint32_t ___U3CsizeInBitsU3Ek__BackingField_12;
|
|
FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED ___U3CformatU3Ek__BackingField_13;
|
|
int32_t ___U3CflagsU3Ek__BackingField_14;
|
|
int32_t ___U3CarraySizeU3Ek__BackingField_15;
|
|
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4_marshaled_pinvoke ___U3CdefaultStateU3Ek__BackingField_16;
|
|
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4_marshaled_pinvoke ___U3CminValueU3Ek__BackingField_17;
|
|
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4_marshaled_pinvoke ___U3CmaxValueU3Ek__BackingField_18;
|
|
};
|
|
// Native definition for COM marshalling of UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem
|
|
struct ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD_marshaled_com
|
|
{
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735_marshaled_com ___U3CnameU3Ek__BackingField_0;
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735_marshaled_com ___U3ClayoutU3Ek__BackingField_1;
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735_marshaled_com ___U3CvariantsU3Ek__BackingField_2;
|
|
Il2CppChar* ___U3CuseStateFromU3Ek__BackingField_3;
|
|
Il2CppChar* ___U3CdisplayNameU3Ek__BackingField_4;
|
|
Il2CppChar* ___U3CshortDisplayNameU3Ek__BackingField_5;
|
|
ReadOnlyArray_1_t1C2864D7CF4D444AB2616316AC8DD33932F77064 ___U3CusagesU3Ek__BackingField_6;
|
|
ReadOnlyArray_1_t1C2864D7CF4D444AB2616316AC8DD33932F77064 ___U3CaliasesU3Ek__BackingField_7;
|
|
ReadOnlyArray_1_t4A15F7D15ACB297B45A08889D51E4CACEAD4EDF9 ___U3CparametersU3Ek__BackingField_8;
|
|
ReadOnlyArray_1_t1B44D48F2E9F425D218BABD5DE616117E8725D41 ___U3CprocessorsU3Ek__BackingField_9;
|
|
uint32_t ___U3CoffsetU3Ek__BackingField_10;
|
|
uint32_t ___U3CbitU3Ek__BackingField_11;
|
|
uint32_t ___U3CsizeInBitsU3Ek__BackingField_12;
|
|
FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED ___U3CformatU3Ek__BackingField_13;
|
|
int32_t ___U3CflagsU3Ek__BackingField_14;
|
|
int32_t ___U3CarraySizeU3Ek__BackingField_15;
|
|
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4_marshaled_com ___U3CdefaultStateU3Ek__BackingField_16;
|
|
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4_marshaled_com ___U3CminValueU3Ek__BackingField_17;
|
|
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4_marshaled_com ___U3CmaxValueU3Ek__BackingField_18;
|
|
};
|
|
|
|
// UnityEngine.InputSystem.Layouts.InputControlLayout/LayoutJsonNameAndDescriptorOnly
|
|
struct LayoutJsonNameAndDescriptorOnly_t65374D6FE057889718820FCFA163517FAA40AB5F
|
|
{
|
|
// System.String UnityEngine.InputSystem.Layouts.InputControlLayout/LayoutJsonNameAndDescriptorOnly::name
|
|
String_t* ___name_0;
|
|
// System.String UnityEngine.InputSystem.Layouts.InputControlLayout/LayoutJsonNameAndDescriptorOnly::extend
|
|
String_t* ___extend_1;
|
|
// System.String[] UnityEngine.InputSystem.Layouts.InputControlLayout/LayoutJsonNameAndDescriptorOnly::extendMultiple
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___extendMultiple_2;
|
|
// UnityEngine.InputSystem.Layouts.InputDeviceMatcher/MatcherJson UnityEngine.InputSystem.Layouts.InputControlLayout/LayoutJsonNameAndDescriptorOnly::device
|
|
MatcherJson_t5F54B83ADE9DD6D48FD48D76841EF4CA790DD942 ___device_3;
|
|
};
|
|
// Native definition for P/Invoke marshalling of UnityEngine.InputSystem.Layouts.InputControlLayout/LayoutJsonNameAndDescriptorOnly
|
|
struct LayoutJsonNameAndDescriptorOnly_t65374D6FE057889718820FCFA163517FAA40AB5F_marshaled_pinvoke
|
|
{
|
|
char* ___name_0;
|
|
char* ___extend_1;
|
|
char** ___extendMultiple_2;
|
|
MatcherJson_t5F54B83ADE9DD6D48FD48D76841EF4CA790DD942_marshaled_pinvoke ___device_3;
|
|
};
|
|
// Native definition for COM marshalling of UnityEngine.InputSystem.Layouts.InputControlLayout/LayoutJsonNameAndDescriptorOnly
|
|
struct LayoutJsonNameAndDescriptorOnly_t65374D6FE057889718820FCFA163517FAA40AB5F_marshaled_com
|
|
{
|
|
Il2CppChar* ___name_0;
|
|
Il2CppChar* ___extend_1;
|
|
Il2CppChar** ___extendMultiple_2;
|
|
MatcherJson_t5F54B83ADE9DD6D48FD48D76841EF4CA790DD942_marshaled_com ___device_3;
|
|
};
|
|
|
|
// UnityEngine.InputSystem.LowLevel.InputStateHistory/RecordHeader
|
|
struct RecordHeader_t6523EF3FFB7B66D4FC75A9C96AE57A0EC6D209F0
|
|
{
|
|
union
|
|
{
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
// System.Double UnityEngine.InputSystem.LowLevel.InputStateHistory/RecordHeader::time
|
|
double ___time_0;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
double ___time_0_forAlignmentOnly;
|
|
};
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
char ___version_1_OffsetPadding[8];
|
|
// System.UInt32 UnityEngine.InputSystem.LowLevel.InputStateHistory/RecordHeader::version
|
|
uint32_t ___version_1;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
char ___version_1_OffsetPadding_forAlignmentOnly[8];
|
|
uint32_t ___version_1_forAlignmentOnly;
|
|
};
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
char ___controlIndex_2_OffsetPadding[12];
|
|
// System.Int32 UnityEngine.InputSystem.LowLevel.InputStateHistory/RecordHeader::controlIndex
|
|
int32_t ___controlIndex_2;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
char ___controlIndex_2_OffsetPadding_forAlignmentOnly[12];
|
|
int32_t ___controlIndex_2_forAlignmentOnly;
|
|
};
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
char ___m_StateWithoutControlIndex_3_OffsetPadding[12];
|
|
// UnityEngine.InputSystem.LowLevel.InputStateHistory/RecordHeader/<m_StateWithoutControlIndex>e__FixedBuffer UnityEngine.InputSystem.LowLevel.InputStateHistory/RecordHeader::m_StateWithoutControlIndex
|
|
U3Cm_StateWithoutControlIndexU3Ee__FixedBuffer_tBC837D25D8887B1E4BCBE9B19FEB8EBD20FEF254 ___m_StateWithoutControlIndex_3;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
char ___m_StateWithoutControlIndex_3_OffsetPadding_forAlignmentOnly[12];
|
|
U3Cm_StateWithoutControlIndexU3Ee__FixedBuffer_tBC837D25D8887B1E4BCBE9B19FEB8EBD20FEF254 ___m_StateWithoutControlIndex_3_forAlignmentOnly;
|
|
};
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
char ___m_StateWithControlIndex_4_OffsetPadding[16];
|
|
// UnityEngine.InputSystem.LowLevel.InputStateHistory/RecordHeader/<m_StateWithControlIndex>e__FixedBuffer UnityEngine.InputSystem.LowLevel.InputStateHistory/RecordHeader::m_StateWithControlIndex
|
|
U3Cm_StateWithControlIndexU3Ee__FixedBuffer_t77EBD407B7C7A5338334A356AE94C7F24C77CDA2 ___m_StateWithControlIndex_4;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
char ___m_StateWithControlIndex_4_OffsetPadding_forAlignmentOnly[16];
|
|
U3Cm_StateWithControlIndexU3Ee__FixedBuffer_t77EBD407B7C7A5338334A356AE94C7F24C77CDA2 ___m_StateWithControlIndex_4_forAlignmentOnly;
|
|
};
|
|
};
|
|
};
|
|
|
|
// 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.Layouts.InputControlLayout/Collection/<GetBaseLayouts>d__24
|
|
struct U3CGetBaseLayoutsU3Ed__24_tFACFE5E75EF61B27C631E4AAF81E6C3642719012 : public RuntimeObject
|
|
{
|
|
// System.Int32 UnityEngine.InputSystem.Layouts.InputControlLayout/Collection/<GetBaseLayouts>d__24::<>1__state
|
|
int32_t ___U3CU3E1__state_0;
|
|
// UnityEngine.InputSystem.Utilities.InternedString UnityEngine.InputSystem.Layouts.InputControlLayout/Collection/<GetBaseLayouts>d__24::<>2__current
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 ___U3CU3E2__current_1;
|
|
// System.Int32 UnityEngine.InputSystem.Layouts.InputControlLayout/Collection/<GetBaseLayouts>d__24::<>l__initialThreadId
|
|
int32_t ___U3CU3El__initialThreadId_2;
|
|
// System.Boolean UnityEngine.InputSystem.Layouts.InputControlLayout/Collection/<GetBaseLayouts>d__24::includeSelf
|
|
bool ___includeSelf_3;
|
|
// System.Boolean UnityEngine.InputSystem.Layouts.InputControlLayout/Collection/<GetBaseLayouts>d__24::<>3__includeSelf
|
|
bool ___U3CU3E3__includeSelf_4;
|
|
// UnityEngine.InputSystem.Utilities.InternedString UnityEngine.InputSystem.Layouts.InputControlLayout/Collection/<GetBaseLayouts>d__24::layout
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 ___layout_5;
|
|
// UnityEngine.InputSystem.Utilities.InternedString UnityEngine.InputSystem.Layouts.InputControlLayout/Collection/<GetBaseLayouts>d__24::<>3__layout
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 ___U3CU3E3__layout_6;
|
|
// UnityEngine.InputSystem.Layouts.InputControlLayout/Collection UnityEngine.InputSystem.Layouts.InputControlLayout/Collection/<GetBaseLayouts>d__24::<>4__this
|
|
Collection_t6E9F85AD439CF26269683541C4DC58BA3B6756C5 ___U3CU3E4__this_7;
|
|
// UnityEngine.InputSystem.Layouts.InputControlLayout/Collection UnityEngine.InputSystem.Layouts.InputControlLayout/Collection/<GetBaseLayouts>d__24::<>3__<>4__this
|
|
Collection_t6E9F85AD439CF26269683541C4DC58BA3B6756C5 ___U3CU3E3__U3CU3E4__this_8;
|
|
};
|
|
|
|
// System.Collections.Generic.Dictionary`2/Enumerator<UnityEngine.InputSystem.Utilities.InternedString,System.Object>
|
|
struct Enumerator_tA3FD4A2E68B869CA74DA02EF77286DF5BFB3FE31
|
|
{
|
|
// System.Collections.Generic.Dictionary`2<TKey,TValue> System.Collections.Generic.Dictionary`2/Enumerator::_dictionary
|
|
Dictionary_2_t25574638E247E1D55E6ED2A97A5C38F3EBA31BA9* ____dictionary_0;
|
|
// System.Int32 System.Collections.Generic.Dictionary`2/Enumerator::_version
|
|
int32_t ____version_1;
|
|
// System.Int32 System.Collections.Generic.Dictionary`2/Enumerator::_index
|
|
int32_t ____index_2;
|
|
// System.Collections.Generic.KeyValuePair`2<TKey,TValue> System.Collections.Generic.Dictionary`2/Enumerator::_current
|
|
KeyValuePair_2_tC24A74EF64A292F5C6BA77D0B04CD6620D2DE3AC ____current_3;
|
|
// System.Int32 System.Collections.Generic.Dictionary`2/Enumerator::_getEnumeratorRetType
|
|
int32_t ____getEnumeratorRetType_4;
|
|
};
|
|
|
|
// System.Collections.Generic.Dictionary`2/Enumerator<UnityEngine.InputSystem.Utilities.InternedString,System.Type>
|
|
struct Enumerator_tC7FEC7C0C46B33E076C8049925C674971CBC97DE
|
|
{
|
|
// System.Collections.Generic.Dictionary`2<TKey,TValue> System.Collections.Generic.Dictionary`2/Enumerator::_dictionary
|
|
Dictionary_2_t1FFEE4C9AF6AF524CAD4FDCEA8F3AB34E585451D* ____dictionary_0;
|
|
// System.Int32 System.Collections.Generic.Dictionary`2/Enumerator::_version
|
|
int32_t ____version_1;
|
|
// System.Int32 System.Collections.Generic.Dictionary`2/Enumerator::_index
|
|
int32_t ____index_2;
|
|
// System.Collections.Generic.KeyValuePair`2<TKey,TValue> System.Collections.Generic.Dictionary`2/Enumerator::_current
|
|
KeyValuePair_2_t859F90B137C9291C0E478FBE85ABB18F30B91A27 ____current_3;
|
|
// System.Int32 System.Collections.Generic.Dictionary`2/Enumerator::_getEnumeratorRetType
|
|
int32_t ____getEnumeratorRetType_4;
|
|
};
|
|
|
|
// UnityEngine.InputSystem.InputProcessor`1<UnityEngine.Quaternion>
|
|
struct InputProcessor_1_t43B1AEC927E378D43D0207A4C031927E872280CE : public InputProcessor_t71DA6677A0295DC87736E1D8D208FEA75D860457
|
|
{
|
|
};
|
|
|
|
// UnityEngine.InputSystem.InputProcessor`1<System.Single>
|
|
struct InputProcessor_1_tFE49B42CB371A9A2A3F29802695BD251947AD0B4 : public InputProcessor_t71DA6677A0295DC87736E1D8D208FEA75D860457
|
|
{
|
|
};
|
|
|
|
// UnityEngine.InputSystem.InputProcessor`1<UnityEngine.Vector2>
|
|
struct InputProcessor_1_tD1A40E0E5825AAABC3416EC96E087FF6E6351DD2 : public InputProcessor_t71DA6677A0295DC87736E1D8D208FEA75D860457
|
|
{
|
|
};
|
|
|
|
// UnityEngine.InputSystem.InputProcessor`1<UnityEngine.Vector3>
|
|
struct InputProcessor_1_t10DFF33E2326C9CB9E156D4E45DB2D85EFD54C7F : public InputProcessor_t71DA6677A0295DC87736E1D8D208FEA75D860457
|
|
{
|
|
};
|
|
|
|
// System.Collections.Generic.KeyValuePair`2<System.Object,UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem>
|
|
struct KeyValuePair_2_tF5DD05EDBC520DD8097B5B6C4F393A65598F1A63
|
|
{
|
|
// TKey System.Collections.Generic.KeyValuePair`2::key
|
|
RuntimeObject* ___key_0;
|
|
// TValue System.Collections.Generic.KeyValuePair`2::value
|
|
ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD ___value_1;
|
|
};
|
|
|
|
// System.Collections.Generic.KeyValuePair`2<System.String,UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem>
|
|
struct KeyValuePair_2_tEF774DF9AE88629615A657C4AE974F48009E2FFC
|
|
{
|
|
// TKey System.Collections.Generic.KeyValuePair`2::key
|
|
String_t* ___key_0;
|
|
// TValue System.Collections.Generic.KeyValuePair`2::value
|
|
ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD ___value_1;
|
|
};
|
|
|
|
// System.Nullable`1<UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem>
|
|
struct Nullable_1_t655AB0D788E9ABDCE6B0F6BF2AADC5C7E35955C4
|
|
{
|
|
// System.Boolean System.Nullable`1::hasValue
|
|
bool ___hasValue_0;
|
|
// T System.Nullable`1::value
|
|
ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD ___value_1;
|
|
};
|
|
|
|
// UnityEngine.InputSystem.InputControl
|
|
struct InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E : public RuntimeObject
|
|
{
|
|
// UnityEngine.InputSystem.LowLevel.InputStateBlock UnityEngine.InputSystem.InputControl::m_StateBlock
|
|
InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5 ___m_StateBlock_0;
|
|
// UnityEngine.InputSystem.Utilities.InternedString UnityEngine.InputSystem.InputControl::m_Name
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 ___m_Name_1;
|
|
// System.String UnityEngine.InputSystem.InputControl::m_Path
|
|
String_t* ___m_Path_2;
|
|
// System.String UnityEngine.InputSystem.InputControl::m_DisplayName
|
|
String_t* ___m_DisplayName_3;
|
|
// System.String UnityEngine.InputSystem.InputControl::m_DisplayNameFromLayout
|
|
String_t* ___m_DisplayNameFromLayout_4;
|
|
// System.String UnityEngine.InputSystem.InputControl::m_ShortDisplayName
|
|
String_t* ___m_ShortDisplayName_5;
|
|
// System.String UnityEngine.InputSystem.InputControl::m_ShortDisplayNameFromLayout
|
|
String_t* ___m_ShortDisplayNameFromLayout_6;
|
|
// UnityEngine.InputSystem.Utilities.InternedString UnityEngine.InputSystem.InputControl::m_Layout
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 ___m_Layout_7;
|
|
// UnityEngine.InputSystem.Utilities.InternedString UnityEngine.InputSystem.InputControl::m_Variants
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 ___m_Variants_8;
|
|
// UnityEngine.InputSystem.InputDevice UnityEngine.InputSystem.InputControl::m_Device
|
|
InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* ___m_Device_9;
|
|
// UnityEngine.InputSystem.InputControl UnityEngine.InputSystem.InputControl::m_Parent
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* ___m_Parent_10;
|
|
// System.Int32 UnityEngine.InputSystem.InputControl::m_UsageCount
|
|
int32_t ___m_UsageCount_11;
|
|
// System.Int32 UnityEngine.InputSystem.InputControl::m_UsageStartIndex
|
|
int32_t ___m_UsageStartIndex_12;
|
|
// System.Int32 UnityEngine.InputSystem.InputControl::m_AliasCount
|
|
int32_t ___m_AliasCount_13;
|
|
// System.Int32 UnityEngine.InputSystem.InputControl::m_AliasStartIndex
|
|
int32_t ___m_AliasStartIndex_14;
|
|
// System.Int32 UnityEngine.InputSystem.InputControl::m_ChildCount
|
|
int32_t ___m_ChildCount_15;
|
|
// System.Int32 UnityEngine.InputSystem.InputControl::m_ChildStartIndex
|
|
int32_t ___m_ChildStartIndex_16;
|
|
// UnityEngine.InputSystem.InputControl/ControlFlags UnityEngine.InputSystem.InputControl::m_ControlFlags
|
|
int32_t ___m_ControlFlags_17;
|
|
// UnityEngine.InputSystem.Utilities.PrimitiveValue UnityEngine.InputSystem.InputControl::m_DefaultState
|
|
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 ___m_DefaultState_18;
|
|
// UnityEngine.InputSystem.Utilities.PrimitiveValue UnityEngine.InputSystem.InputControl::m_MinValue
|
|
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 ___m_MinValue_19;
|
|
// UnityEngine.InputSystem.Utilities.PrimitiveValue UnityEngine.InputSystem.InputControl::m_MaxValue
|
|
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 ___m_MaxValue_20;
|
|
};
|
|
|
|
// UnityEngine.InputSystem.Layouts.InputControlLayout
|
|
struct InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D : public RuntimeObject
|
|
{
|
|
// UnityEngine.InputSystem.Utilities.InternedString UnityEngine.InputSystem.Layouts.InputControlLayout::m_Name
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 ___m_Name_2;
|
|
// System.Type UnityEngine.InputSystem.Layouts.InputControlLayout::m_Type
|
|
Type_t* ___m_Type_3;
|
|
// UnityEngine.InputSystem.Utilities.InternedString UnityEngine.InputSystem.Layouts.InputControlLayout::m_Variants
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 ___m_Variants_4;
|
|
// UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.Layouts.InputControlLayout::m_StateFormat
|
|
FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED ___m_StateFormat_5;
|
|
// System.Int32 UnityEngine.InputSystem.Layouts.InputControlLayout::m_StateSizeInBytes
|
|
int32_t ___m_StateSizeInBytes_6;
|
|
// System.Nullable`1<System.Boolean> UnityEngine.InputSystem.Layouts.InputControlLayout::m_UpdateBeforeRender
|
|
Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01 ___m_UpdateBeforeRender_7;
|
|
// UnityEngine.InputSystem.Utilities.InlinedArray`1<UnityEngine.InputSystem.Utilities.InternedString> UnityEngine.InputSystem.Layouts.InputControlLayout::m_BaseLayouts
|
|
InlinedArray_1_tAFDFE0972A71B9760077CFA9D4A1DBD7BE435800 ___m_BaseLayouts_8;
|
|
// UnityEngine.InputSystem.Utilities.InlinedArray`1<UnityEngine.InputSystem.Utilities.InternedString> UnityEngine.InputSystem.Layouts.InputControlLayout::m_AppliedOverrides
|
|
InlinedArray_1_tAFDFE0972A71B9760077CFA9D4A1DBD7BE435800 ___m_AppliedOverrides_9;
|
|
// UnityEngine.InputSystem.Utilities.InternedString[] UnityEngine.InputSystem.Layouts.InputControlLayout::m_CommonUsages
|
|
InternedStringU5BU5D_t0B851758733FC0B118D84BE83AED10A0404C18D5* ___m_CommonUsages_10;
|
|
// UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem[] UnityEngine.InputSystem.Layouts.InputControlLayout::m_Controls
|
|
ControlItemU5BU5D_t7798E8B7C7F58B8F6D13B567539CD82E962C7104* ___m_Controls_11;
|
|
// System.String UnityEngine.InputSystem.Layouts.InputControlLayout::m_DisplayName
|
|
String_t* ___m_DisplayName_12;
|
|
// System.String UnityEngine.InputSystem.Layouts.InputControlLayout::m_Description
|
|
String_t* ___m_Description_13;
|
|
// UnityEngine.InputSystem.Layouts.InputControlLayout/Flags UnityEngine.InputSystem.Layouts.InputControlLayout::m_Flags
|
|
int32_t ___m_Flags_14;
|
|
};
|
|
|
|
// UnityEngine.InputSystem.LowLevel.InputEventStream
|
|
struct InputEventStream_t2554B37D1CA000A187A16415D63972F80010DEB9
|
|
{
|
|
// UnityEngine.InputSystem.LowLevel.InputEventBuffer UnityEngine.InputSystem.LowLevel.InputEventStream::m_NativeBuffer
|
|
InputEventBuffer_t3123D90CE491FA9828E878B2BEF766A3DC6E74FE ___m_NativeBuffer_0;
|
|
// UnityEngine.InputSystem.LowLevel.InputEvent* UnityEngine.InputSystem.LowLevel.InputEventStream::m_CurrentNativeEventReadPtr
|
|
InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5* ___m_CurrentNativeEventReadPtr_1;
|
|
// UnityEngine.InputSystem.LowLevel.InputEvent* UnityEngine.InputSystem.LowLevel.InputEventStream::m_CurrentNativeEventWritePtr
|
|
InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5* ___m_CurrentNativeEventWritePtr_2;
|
|
// System.Int32 UnityEngine.InputSystem.LowLevel.InputEventStream::m_RemainingNativeEventCount
|
|
int32_t ___m_RemainingNativeEventCount_3;
|
|
// System.Int32 UnityEngine.InputSystem.LowLevel.InputEventStream::m_MaxAppendedEvents
|
|
int32_t ___m_MaxAppendedEvents_4;
|
|
// UnityEngine.InputSystem.LowLevel.InputEventBuffer UnityEngine.InputSystem.LowLevel.InputEventStream::m_AppendBuffer
|
|
InputEventBuffer_t3123D90CE491FA9828E878B2BEF766A3DC6E74FE ___m_AppendBuffer_5;
|
|
// UnityEngine.InputSystem.LowLevel.InputEvent* UnityEngine.InputSystem.LowLevel.InputEventStream::m_CurrentAppendEventReadPtr
|
|
InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5* ___m_CurrentAppendEventReadPtr_6;
|
|
// UnityEngine.InputSystem.LowLevel.InputEvent* UnityEngine.InputSystem.LowLevel.InputEventStream::m_CurrentAppendEventWritePtr
|
|
InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5* ___m_CurrentAppendEventWritePtr_7;
|
|
// System.Int32 UnityEngine.InputSystem.LowLevel.InputEventStream::m_RemainingAppendEventCount
|
|
int32_t ___m_RemainingAppendEventCount_8;
|
|
// System.Int32 UnityEngine.InputSystem.LowLevel.InputEventStream::m_NumEventsRetainedInBuffer
|
|
int32_t ___m_NumEventsRetainedInBuffer_9;
|
|
// System.Boolean UnityEngine.InputSystem.LowLevel.InputEventStream::m_IsOpen
|
|
bool ___m_IsOpen_10;
|
|
};
|
|
// Native definition for P/Invoke marshalling of UnityEngine.InputSystem.LowLevel.InputEventStream
|
|
struct InputEventStream_t2554B37D1CA000A187A16415D63972F80010DEB9_marshaled_pinvoke
|
|
{
|
|
InputEventBuffer_t3123D90CE491FA9828E878B2BEF766A3DC6E74FE_marshaled_pinvoke ___m_NativeBuffer_0;
|
|
InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5* ___m_CurrentNativeEventReadPtr_1;
|
|
InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5* ___m_CurrentNativeEventWritePtr_2;
|
|
int32_t ___m_RemainingNativeEventCount_3;
|
|
int32_t ___m_MaxAppendedEvents_4;
|
|
InputEventBuffer_t3123D90CE491FA9828E878B2BEF766A3DC6E74FE_marshaled_pinvoke ___m_AppendBuffer_5;
|
|
InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5* ___m_CurrentAppendEventReadPtr_6;
|
|
InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5* ___m_CurrentAppendEventWritePtr_7;
|
|
int32_t ___m_RemainingAppendEventCount_8;
|
|
int32_t ___m_NumEventsRetainedInBuffer_9;
|
|
int32_t ___m_IsOpen_10;
|
|
};
|
|
// Native definition for COM marshalling of UnityEngine.InputSystem.LowLevel.InputEventStream
|
|
struct InputEventStream_t2554B37D1CA000A187A16415D63972F80010DEB9_marshaled_com
|
|
{
|
|
InputEventBuffer_t3123D90CE491FA9828E878B2BEF766A3DC6E74FE_marshaled_com ___m_NativeBuffer_0;
|
|
InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5* ___m_CurrentNativeEventReadPtr_1;
|
|
InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5* ___m_CurrentNativeEventWritePtr_2;
|
|
int32_t ___m_RemainingNativeEventCount_3;
|
|
int32_t ___m_MaxAppendedEvents_4;
|
|
InputEventBuffer_t3123D90CE491FA9828E878B2BEF766A3DC6E74FE_marshaled_com ___m_AppendBuffer_5;
|
|
InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5* ___m_CurrentAppendEventReadPtr_6;
|
|
InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5* ___m_CurrentAppendEventWritePtr_7;
|
|
int32_t ___m_RemainingAppendEventCount_8;
|
|
int32_t ___m_NumEventsRetainedInBuffer_9;
|
|
int32_t ___m_IsOpen_10;
|
|
};
|
|
|
|
// System.MulticastDelegate
|
|
struct MulticastDelegate_t : public Delegate_t
|
|
{
|
|
// System.Delegate[] System.MulticastDelegate::delegates
|
|
DelegateU5BU5D_tC5AB7E8F745616680F337909D3A8E6C722CDF771* ___delegates_13;
|
|
};
|
|
// Native definition for P/Invoke marshalling of System.MulticastDelegate
|
|
struct MulticastDelegate_t_marshaled_pinvoke : public Delegate_t_marshaled_pinvoke
|
|
{
|
|
Delegate_t_marshaled_pinvoke** ___delegates_13;
|
|
};
|
|
// Native definition for COM marshalling of System.MulticastDelegate
|
|
struct MulticastDelegate_t_marshaled_com : public Delegate_t_marshaled_com
|
|
{
|
|
Delegate_t_marshaled_com** ___delegates_13;
|
|
};
|
|
|
|
// UnityEngine.ScriptableObject
|
|
struct ScriptableObject_tB3BFDB921A1B1795B38A5417D3B97A89A140436A : public Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C
|
|
{
|
|
};
|
|
// Native definition for P/Invoke marshalling of UnityEngine.ScriptableObject
|
|
struct ScriptableObject_tB3BFDB921A1B1795B38A5417D3B97A89A140436A_marshaled_pinvoke : public Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_marshaled_pinvoke
|
|
{
|
|
};
|
|
// Native definition for COM marshalling of UnityEngine.ScriptableObject
|
|
struct ScriptableObject_tB3BFDB921A1B1795B38A5417D3B97A89A140436A_marshaled_com : public Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_marshaled_com
|
|
{
|
|
};
|
|
|
|
// UnityEngine.InputSystem.LowLevel.StateEvent
|
|
struct StateEvent_tB93D5F08B084A2BC9FFC71B084409DBBD2516C0F
|
|
{
|
|
union
|
|
{
|
|
struct
|
|
{
|
|
union
|
|
{
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
// UnityEngine.InputSystem.LowLevel.InputEvent UnityEngine.InputSystem.LowLevel.StateEvent::baseEvent
|
|
InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5 ___baseEvent_2;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
InputEvent_t10F727342D1A79DCFC06529C203BB61C194AEBC5 ___baseEvent_2_forAlignmentOnly;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
char ___stateFormat_3_OffsetPadding[20];
|
|
// UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.LowLevel.StateEvent::stateFormat
|
|
FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED ___stateFormat_3;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
char ___stateFormat_3_OffsetPadding_forAlignmentOnly[20];
|
|
FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED ___stateFormat_3_forAlignmentOnly;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
char ___stateData_4_OffsetPadding[24];
|
|
// UnityEngine.InputSystem.LowLevel.StateEvent/<stateData>e__FixedBuffer UnityEngine.InputSystem.LowLevel.StateEvent::stateData
|
|
U3CstateDataU3Ee__FixedBuffer_t00ED1E0C66E396C0021CE2F46B671748BC5E5FEC ___stateData_4;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
char ___stateData_4_OffsetPadding_forAlignmentOnly[24];
|
|
U3CstateDataU3Ee__FixedBuffer_t00ED1E0C66E396C0021CE2F46B671748BC5E5FEC ___stateData_4_forAlignmentOnly;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
};
|
|
};
|
|
uint8_t StateEvent_tB93D5F08B084A2BC9FFC71B084409DBBD2516C0F__padding[25];
|
|
};
|
|
};
|
|
|
|
// 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.InputControlLayout/LayoutNotFoundException
|
|
struct LayoutNotFoundException_t04D5D4F5A48929A16B0727F1BDFEC21FDEF348B2 : public Exception_t
|
|
{
|
|
// System.String UnityEngine.InputSystem.Layouts.InputControlLayout/LayoutNotFoundException::<layout>k__BackingField
|
|
String_t* ___U3ClayoutU3Ek__BackingField_18;
|
|
};
|
|
|
|
// 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;
|
|
};
|
|
|
|
// UnityEngine.InputSystem.Layouts.InputControlLayout/Collection/LayoutMatcher
|
|
struct LayoutMatcher_t0D8F5E32A7C82BC292EBA0FAA3EB2D9F1F72A0A6
|
|
{
|
|
// UnityEngine.InputSystem.Utilities.InternedString UnityEngine.InputSystem.Layouts.InputControlLayout/Collection/LayoutMatcher::layoutName
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 ___layoutName_0;
|
|
// UnityEngine.InputSystem.Layouts.InputDeviceMatcher UnityEngine.InputSystem.Layouts.InputControlLayout/Collection/LayoutMatcher::deviceMatcher
|
|
InputDeviceMatcher_tF9BA551C8BB4AE41672366A7EBEA951543E0C555 ___deviceMatcher_1;
|
|
};
|
|
// Native definition for P/Invoke marshalling of UnityEngine.InputSystem.Layouts.InputControlLayout/Collection/LayoutMatcher
|
|
struct LayoutMatcher_t0D8F5E32A7C82BC292EBA0FAA3EB2D9F1F72A0A6_marshaled_pinvoke
|
|
{
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735_marshaled_pinvoke ___layoutName_0;
|
|
InputDeviceMatcher_tF9BA551C8BB4AE41672366A7EBEA951543E0C555_marshaled_pinvoke ___deviceMatcher_1;
|
|
};
|
|
// Native definition for COM marshalling of UnityEngine.InputSystem.Layouts.InputControlLayout/Collection/LayoutMatcher
|
|
struct LayoutMatcher_t0D8F5E32A7C82BC292EBA0FAA3EB2D9F1F72A0A6_marshaled_com
|
|
{
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735_marshaled_com ___layoutName_0;
|
|
InputDeviceMatcher_tF9BA551C8BB4AE41672366A7EBEA951543E0C555_marshaled_com ___deviceMatcher_1;
|
|
};
|
|
|
|
// System.Action`1<UnityEngine.InputSystem.LowLevel.InputStateHistory/Record>
|
|
struct Action_1_t382B605C2C5668A25F075BE1F415718CF3C38FF7 : public MulticastDelegate_t
|
|
{
|
|
};
|
|
|
|
// System.Collections.Generic.Dictionary`2/Enumerator<System.Object,UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem>
|
|
struct Enumerator_tF8222A4639381794AAA8400055AD5CCB9CA671CB
|
|
{
|
|
// System.Collections.Generic.Dictionary`2<TKey,TValue> System.Collections.Generic.Dictionary`2/Enumerator::_dictionary
|
|
Dictionary_2_t59872F59645AC1330A11D759A7914EB73BB345E8* ____dictionary_0;
|
|
// System.Int32 System.Collections.Generic.Dictionary`2/Enumerator::_version
|
|
int32_t ____version_1;
|
|
// System.Int32 System.Collections.Generic.Dictionary`2/Enumerator::_index
|
|
int32_t ____index_2;
|
|
// System.Collections.Generic.KeyValuePair`2<TKey,TValue> System.Collections.Generic.Dictionary`2/Enumerator::_current
|
|
KeyValuePair_2_tF5DD05EDBC520DD8097B5B6C4F393A65598F1A63 ____current_3;
|
|
// System.Int32 System.Collections.Generic.Dictionary`2/Enumerator::_getEnumeratorRetType
|
|
int32_t ____getEnumeratorRetType_4;
|
|
};
|
|
|
|
// System.Collections.Generic.Dictionary`2/Enumerator<System.String,UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem>
|
|
struct Enumerator_t5FBCC2B17537F2498974FEE49610312C9C848413
|
|
{
|
|
// System.Collections.Generic.Dictionary`2<TKey,TValue> System.Collections.Generic.Dictionary`2/Enumerator::_dictionary
|
|
Dictionary_2_t9603121094471C60D6E60B03066D77D447754994* ____dictionary_0;
|
|
// System.Int32 System.Collections.Generic.Dictionary`2/Enumerator::_version
|
|
int32_t ____version_1;
|
|
// System.Int32 System.Collections.Generic.Dictionary`2/Enumerator::_index
|
|
int32_t ____index_2;
|
|
// System.Collections.Generic.KeyValuePair`2<TKey,TValue> System.Collections.Generic.Dictionary`2/Enumerator::_current
|
|
KeyValuePair_2_tEF774DF9AE88629615A657C4AE974F48009E2FFC ____current_3;
|
|
// System.Int32 System.Collections.Generic.Dictionary`2/Enumerator::_getEnumeratorRetType
|
|
int32_t ____getEnumeratorRetType_4;
|
|
};
|
|
|
|
// System.Func`1<UnityEngine.InputSystem.Layouts.InputControlLayout>
|
|
struct Func_1_t91F7ACDFBC018CFC14246035F22D8CFC5EAADBC4 : public MulticastDelegate_t
|
|
{
|
|
};
|
|
|
|
// System.Func`1<UnityEngine.InputSystem.InputDevice>
|
|
struct Func_1_t97C6124008260D65F78265F8B3965ACA776F0671 : public MulticastDelegate_t
|
|
{
|
|
};
|
|
|
|
// System.Func`1<System.Object>
|
|
struct Func_1_tD5C081AE11746B200C711DD48DBEB00E3A9276D4 : public MulticastDelegate_t
|
|
{
|
|
};
|
|
|
|
// System.Func`2<System.Char,System.Boolean>
|
|
struct Func_2_tF409A653B8F770E0A30CD80D21764FB1DDB2A28F : public MulticastDelegate_t
|
|
{
|
|
};
|
|
|
|
// System.Func`2<UnityEngine.InputSystem.Utilities.InternedString,System.String>
|
|
struct Func_2_tE0082B3C229A425A69ECDABB19259709EC9F540F : public MulticastDelegate_t
|
|
{
|
|
};
|
|
|
|
// System.Func`2<UnityEngine.InputSystem.Utilities.NameAndParameters,System.String>
|
|
struct Func_2_t09AF48FEC3B9AC62B07E878A1698C2EC521A5F8D : public MulticastDelegate_t
|
|
{
|
|
};
|
|
|
|
// System.Func`2<UnityEngine.InputSystem.Utilities.NamedValue,System.String>
|
|
struct Func_2_t526C279A85678AE3DCBB2300E3EF9872CBFACECC : public MulticastDelegate_t
|
|
{
|
|
};
|
|
|
|
// System.Func`2<System.String,UnityEngine.InputSystem.Utilities.InternedString>
|
|
struct Func_2_tCB627F464F4D6382DEE25046EA94646523308FE1 : public MulticastDelegate_t
|
|
{
|
|
};
|
|
|
|
// System.Func`2<UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem,System.Boolean>
|
|
struct Func_2_tE8C03B34A75321160F6D3EFCB01F9346EC7F21C7 : public MulticastDelegate_t
|
|
{
|
|
};
|
|
|
|
// System.Func`4<UnityEngine.InputSystem.InputControl,System.Double,UnityEngine.InputSystem.LowLevel.InputEventPtr,System.Boolean>
|
|
struct Func_4_t3D08A13C5D862919E1719A02821AE8774376E3B2 : public MulticastDelegate_t
|
|
{
|
|
};
|
|
|
|
// System.Func`4<System.Object,System.Double,UnityEngine.InputSystem.LowLevel.InputEventPtr,System.Boolean>
|
|
struct Func_4_t71673974799A3C352F89909BA77E8B33929F2A32 : public MulticastDelegate_t
|
|
{
|
|
};
|
|
|
|
// UnityEngine.InputSystem.InputControl`1<System.Single>
|
|
struct InputControl_1_t7A35A4AF63A7AA94678E000D4F3265A1FD84288A : public InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E
|
|
{
|
|
// UnityEngine.InputSystem.Utilities.InlinedArray`1<UnityEngine.InputSystem.InputProcessor`1<TValue>> UnityEngine.InputSystem.InputControl`1::m_ProcessorStack
|
|
InlinedArray_1_t2A86A6C75E0160EE14310E053C5249518871D847 ___m_ProcessorStack_21;
|
|
};
|
|
|
|
// System.ArgumentException
|
|
struct ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263 : public SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295
|
|
{
|
|
// System.String System.ArgumentException::_paramName
|
|
String_t* ____paramName_18;
|
|
};
|
|
|
|
// System.AsyncCallback
|
|
struct AsyncCallback_t7FEF460CBDCFB9C5FA2EF776984778B9A4145F4C : public MulticastDelegate_t
|
|
{
|
|
};
|
|
|
|
// UnityEngine.InputSystem.Processors.AxisDeadzoneProcessor
|
|
struct AxisDeadzoneProcessor_t0CD0C66C8981A54B391808B4950F14784AA28275 : public InputProcessor_1_tFE49B42CB371A9A2A3F29802695BD251947AD0B4
|
|
{
|
|
// System.Single UnityEngine.InputSystem.Processors.AxisDeadzoneProcessor::min
|
|
float ___min_1;
|
|
// System.Single UnityEngine.InputSystem.Processors.AxisDeadzoneProcessor::max
|
|
float ___max_2;
|
|
};
|
|
|
|
// UnityEngine.InputSystem.Processors.ClampProcessor
|
|
struct ClampProcessor_tF3D734C88BDFC3618BA525B51A0244942A5E1E33 : public InputProcessor_1_tFE49B42CB371A9A2A3F29802695BD251947AD0B4
|
|
{
|
|
// System.Single UnityEngine.InputSystem.Processors.ClampProcessor::min
|
|
float ___min_1;
|
|
// System.Single UnityEngine.InputSystem.Processors.ClampProcessor::max
|
|
float ___max_2;
|
|
};
|
|
|
|
// UnityEngine.InputSystem.Processors.CompensateDirectionProcessor
|
|
struct CompensateDirectionProcessor_tD37E3634AA6A1D86A67B21CFFFF5BDD0F39183BE : public InputProcessor_1_t10DFF33E2326C9CB9E156D4E45DB2D85EFD54C7F
|
|
{
|
|
};
|
|
|
|
// UnityEngine.InputSystem.Processors.CompensateRotationProcessor
|
|
struct CompensateRotationProcessor_t1D14AFF56CF5C0B6615C8448470ABF88F7480D02 : public InputProcessor_1_t43B1AEC927E378D43D0207A4C031927E872280CE
|
|
{
|
|
};
|
|
|
|
// UnityEngine.InputSystem.InputDevice
|
|
struct InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B : public InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E
|
|
{
|
|
// UnityEngine.InputSystem.InputDevice/DeviceFlags UnityEngine.InputSystem.InputDevice::m_DeviceFlags
|
|
int32_t ___m_DeviceFlags_24;
|
|
// System.Int32 UnityEngine.InputSystem.InputDevice::m_DeviceId
|
|
int32_t ___m_DeviceId_25;
|
|
// System.Int32 UnityEngine.InputSystem.InputDevice::m_ParticipantId
|
|
int32_t ___m_ParticipantId_26;
|
|
// System.Int32 UnityEngine.InputSystem.InputDevice::m_DeviceIndex
|
|
int32_t ___m_DeviceIndex_27;
|
|
// UnityEngine.InputSystem.Layouts.InputDeviceDescription UnityEngine.InputSystem.InputDevice::m_Description
|
|
InputDeviceDescription_tE86DD77422AAF60ADDAC788B31E5A05E739B708F ___m_Description_28;
|
|
// System.Double UnityEngine.InputSystem.InputDevice::m_LastUpdateTimeInternal
|
|
double ___m_LastUpdateTimeInternal_29;
|
|
// System.UInt32 UnityEngine.InputSystem.InputDevice::m_CurrentUpdateStepCount
|
|
uint32_t ___m_CurrentUpdateStepCount_30;
|
|
// UnityEngine.InputSystem.Utilities.InternedString[] UnityEngine.InputSystem.InputDevice::m_AliasesForEachControl
|
|
InternedStringU5BU5D_t0B851758733FC0B118D84BE83AED10A0404C18D5* ___m_AliasesForEachControl_31;
|
|
// UnityEngine.InputSystem.Utilities.InternedString[] UnityEngine.InputSystem.InputDevice::m_UsagesForEachControl
|
|
InternedStringU5BU5D_t0B851758733FC0B118D84BE83AED10A0404C18D5* ___m_UsagesForEachControl_32;
|
|
// UnityEngine.InputSystem.InputControl[] UnityEngine.InputSystem.InputDevice::m_UsageToControl
|
|
InputControlU5BU5D_t0B951FEF1504D6340387C4735F5D6F426F40FE17* ___m_UsageToControl_33;
|
|
// UnityEngine.InputSystem.InputControl[] UnityEngine.InputSystem.InputDevice::m_ChildrenForEachControl
|
|
InputControlU5BU5D_t0B951FEF1504D6340387C4735F5D6F426F40FE17* ___m_ChildrenForEachControl_34;
|
|
// System.UInt32[] UnityEngine.InputSystem.InputDevice::m_StateOffsetToControlMap
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* ___m_StateOffsetToControlMap_35;
|
|
};
|
|
|
|
// UnityEngine.InputSystem.LowLevel.InputDeviceExecuteCommandDelegate
|
|
struct InputDeviceExecuteCommandDelegate_t94A8BB806676141BFD8EFA497EC51C685778718A : public MulticastDelegate_t
|
|
{
|
|
};
|
|
|
|
// UnityEngine.InputSystem.Layouts.InputDeviceFindControlLayoutDelegate
|
|
struct InputDeviceFindControlLayoutDelegate_t533E695E7CFD2DEB4FEDA1A9E72D9F5F5AEF4A3E : public MulticastDelegate_t
|
|
{
|
|
};
|
|
|
|
// UnityEngine.InputSystem.InputManager
|
|
struct InputManager_t69FCFDAC90F8EBB8EF4950CC0BE617D842A39210 : public RuntimeObject
|
|
{
|
|
// System.Int32 UnityEngine.InputSystem.InputManager::m_LayoutRegistrationVersion
|
|
int32_t ___m_LayoutRegistrationVersion_0;
|
|
// System.Single UnityEngine.InputSystem.InputManager::m_PollingFrequency
|
|
float ___m_PollingFrequency_1;
|
|
// UnityEngine.InputSystem.Layouts.InputControlLayout/Collection UnityEngine.InputSystem.InputManager::m_Layouts
|
|
Collection_t6E9F85AD439CF26269683541C4DC58BA3B6756C5 ___m_Layouts_2;
|
|
// UnityEngine.InputSystem.Utilities.TypeTable UnityEngine.InputSystem.InputManager::m_Processors
|
|
TypeTable_tEAC1ECAD849469DEA65DA2FC65B19C2D4739B67E ___m_Processors_3;
|
|
// UnityEngine.InputSystem.Utilities.TypeTable UnityEngine.InputSystem.InputManager::m_Interactions
|
|
TypeTable_tEAC1ECAD849469DEA65DA2FC65B19C2D4739B67E ___m_Interactions_4;
|
|
// UnityEngine.InputSystem.Utilities.TypeTable UnityEngine.InputSystem.InputManager::m_Composites
|
|
TypeTable_tEAC1ECAD849469DEA65DA2FC65B19C2D4739B67E ___m_Composites_5;
|
|
// System.Int32 UnityEngine.InputSystem.InputManager::m_DevicesCount
|
|
int32_t ___m_DevicesCount_6;
|
|
// UnityEngine.InputSystem.InputDevice[] UnityEngine.InputSystem.InputManager::m_Devices
|
|
InputDeviceU5BU5D_tA9AEFC6AF63557D3D5DCFB2B26DDA6F63147D548* ___m_Devices_7;
|
|
// System.Collections.Generic.Dictionary`2<System.Int32,UnityEngine.InputSystem.InputDevice> UnityEngine.InputSystem.InputManager::m_DevicesById
|
|
Dictionary_2_t0B4F40FB3850F8F8B487CCD9F64B8CF9ED139AB3* ___m_DevicesById_8;
|
|
// System.Int32 UnityEngine.InputSystem.InputManager::m_AvailableDeviceCount
|
|
int32_t ___m_AvailableDeviceCount_9;
|
|
// UnityEngine.InputSystem.InputManager/AvailableDevice[] UnityEngine.InputSystem.InputManager::m_AvailableDevices
|
|
AvailableDeviceU5BU5D_t47A5F4F158146E9E9066D29DB4494D96AF8F1DB5* ___m_AvailableDevices_10;
|
|
// System.Int32 UnityEngine.InputSystem.InputManager::m_DisconnectedDevicesCount
|
|
int32_t ___m_DisconnectedDevicesCount_11;
|
|
// UnityEngine.InputSystem.InputDevice[] UnityEngine.InputSystem.InputManager::m_DisconnectedDevices
|
|
InputDeviceU5BU5D_tA9AEFC6AF63557D3D5DCFB2B26DDA6F63147D548* ___m_DisconnectedDevices_12;
|
|
// UnityEngine.InputSystem.LowLevel.InputUpdateType UnityEngine.InputSystem.InputManager::m_UpdateMask
|
|
int32_t ___m_UpdateMask_13;
|
|
// UnityEngine.InputSystem.LowLevel.InputUpdateType UnityEngine.InputSystem.InputManager::m_CurrentUpdate
|
|
int32_t ___m_CurrentUpdate_14;
|
|
// UnityEngine.InputSystem.LowLevel.InputStateBuffers UnityEngine.InputSystem.InputManager::m_StateBuffers
|
|
InputStateBuffers_t338A1714D01276EEEF5F8CD6AE81DFED939D5968 ___m_StateBuffers_15;
|
|
// UnityEngine.InputSystem.Utilities.CallbackArray`1<System.Action`2<UnityEngine.InputSystem.InputDevice,UnityEngine.InputSystem.InputDeviceChange>> UnityEngine.InputSystem.InputManager::m_DeviceChangeListeners
|
|
CallbackArray_1_t2CA72B1E4C1404A9DA6888410ADA4EAF32795333 ___m_DeviceChangeListeners_16;
|
|
// UnityEngine.InputSystem.Utilities.CallbackArray`1<System.Action`2<UnityEngine.InputSystem.InputDevice,UnityEngine.InputSystem.LowLevel.InputEventPtr>> UnityEngine.InputSystem.InputManager::m_DeviceStateChangeListeners
|
|
CallbackArray_1_t6CDC364469641FDEFC50305004914224252C5C85 ___m_DeviceStateChangeListeners_17;
|
|
// UnityEngine.InputSystem.Utilities.CallbackArray`1<UnityEngine.InputSystem.Layouts.InputDeviceFindControlLayoutDelegate> UnityEngine.InputSystem.InputManager::m_DeviceFindLayoutCallbacks
|
|
CallbackArray_1_t52995C3D8849483AA8BD7ABCDB6094548AF3BE8D ___m_DeviceFindLayoutCallbacks_18;
|
|
// UnityEngine.InputSystem.Utilities.CallbackArray`1<UnityEngine.InputSystem.LowLevel.InputDeviceCommandDelegate> UnityEngine.InputSystem.InputManager::m_DeviceCommandCallbacks
|
|
CallbackArray_1_t7C2A86AF46E04B281542BEADE553C9DF6B1A0885 ___m_DeviceCommandCallbacks_19;
|
|
// UnityEngine.InputSystem.Utilities.CallbackArray`1<System.Action`2<System.String,UnityEngine.InputSystem.InputControlLayoutChange>> UnityEngine.InputSystem.InputManager::m_LayoutChangeListeners
|
|
CallbackArray_1_t766EB5E63A2D3692C554B40CB077C80A0D3633CC ___m_LayoutChangeListeners_20;
|
|
// UnityEngine.InputSystem.Utilities.CallbackArray`1<System.Action`2<UnityEngine.InputSystem.LowLevel.InputEventPtr,UnityEngine.InputSystem.InputDevice>> UnityEngine.InputSystem.InputManager::m_EventListeners
|
|
CallbackArray_1_t85DCE036F5C6200B85D9AF68EE20A7675DD9AC37 ___m_EventListeners_21;
|
|
// UnityEngine.InputSystem.Utilities.CallbackArray`1<System.Action> UnityEngine.InputSystem.InputManager::m_BeforeUpdateListeners
|
|
CallbackArray_1_t346DB7B424423D4F14A14CFE2C0734F62447A529 ___m_BeforeUpdateListeners_22;
|
|
// UnityEngine.InputSystem.Utilities.CallbackArray`1<System.Action> UnityEngine.InputSystem.InputManager::m_AfterUpdateListeners
|
|
CallbackArray_1_t346DB7B424423D4F14A14CFE2C0734F62447A529 ___m_AfterUpdateListeners_23;
|
|
// UnityEngine.InputSystem.Utilities.CallbackArray`1<System.Action> UnityEngine.InputSystem.InputManager::m_SettingsChangedListeners
|
|
CallbackArray_1_t346DB7B424423D4F14A14CFE2C0734F62447A529 ___m_SettingsChangedListeners_24;
|
|
// System.Boolean UnityEngine.InputSystem.InputManager::m_NativeBeforeUpdateHooked
|
|
bool ___m_NativeBeforeUpdateHooked_25;
|
|
// System.Boolean UnityEngine.InputSystem.InputManager::m_HaveDevicesWithStateCallbackReceivers
|
|
bool ___m_HaveDevicesWithStateCallbackReceivers_26;
|
|
// System.Boolean UnityEngine.InputSystem.InputManager::m_HasFocus
|
|
bool ___m_HasFocus_27;
|
|
// UnityEngine.InputSystem.LowLevel.InputEventStream UnityEngine.InputSystem.InputManager::m_InputEventStream
|
|
InputEventStream_t2554B37D1CA000A187A16415D63972F80010DEB9 ___m_InputEventStream_28;
|
|
// UnityEngine.InputSystem.LowLevel.InputDeviceExecuteCommandDelegate UnityEngine.InputSystem.InputManager::m_DeviceFindExecuteCommandDelegate
|
|
InputDeviceExecuteCommandDelegate_t94A8BB806676141BFD8EFA497EC51C685778718A* ___m_DeviceFindExecuteCommandDelegate_29;
|
|
// System.Int32 UnityEngine.InputSystem.InputManager::m_DeviceFindExecuteCommandDeviceId
|
|
int32_t ___m_DeviceFindExecuteCommandDeviceId_30;
|
|
// UnityEngine.InputSystem.LowLevel.IInputRuntime UnityEngine.InputSystem.InputManager::m_Runtime
|
|
RuntimeObject* ___m_Runtime_31;
|
|
// UnityEngine.InputSystem.LowLevel.InputMetrics UnityEngine.InputSystem.InputManager::m_Metrics
|
|
InputMetrics_t78495D1E8D7F510AC82FAD0A297AE5FA4AAC1338 ___m_Metrics_32;
|
|
// UnityEngine.InputSystem.InputSettings UnityEngine.InputSystem.InputManager::m_Settings
|
|
InputSettings_tBA8835B505722A59702A08BCBA46ECF0B0274EEF* ___m_Settings_33;
|
|
// UnityEngine.InputSystem.InputManager/StateChangeMonitorsForDevice[] UnityEngine.InputSystem.InputManager::m_StateChangeMonitors
|
|
StateChangeMonitorsForDeviceU5BU5D_tA1D732EEFF09F568D8FDA6908633B6DAD38B61F4* ___m_StateChangeMonitors_34;
|
|
// UnityEngine.InputSystem.Utilities.InlinedArray`1<UnityEngine.InputSystem.InputManager/StateChangeMonitorTimeout> UnityEngine.InputSystem.InputManager::m_StateChangeMonitorTimeouts
|
|
InlinedArray_1_t63A16C5FE53708C13F492320BA02E124371662FA ___m_StateChangeMonitorTimeouts_35;
|
|
};
|
|
|
|
// UnityEngine.InputSystem.InputSettings
|
|
struct InputSettings_tBA8835B505722A59702A08BCBA46ECF0B0274EEF : public ScriptableObject_tB3BFDB921A1B1795B38A5417D3B97A89A140436A
|
|
{
|
|
// System.String[] UnityEngine.InputSystem.InputSettings::m_SupportedDevices
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___m_SupportedDevices_4;
|
|
// UnityEngine.InputSystem.InputSettings/UpdateMode UnityEngine.InputSystem.InputSettings::m_UpdateMode
|
|
int32_t ___m_UpdateMode_5;
|
|
// System.Int32 UnityEngine.InputSystem.InputSettings::m_MaxEventBytesPerUpdate
|
|
int32_t ___m_MaxEventBytesPerUpdate_6;
|
|
// System.Int32 UnityEngine.InputSystem.InputSettings::m_MaxQueuedEventsPerUpdate
|
|
int32_t ___m_MaxQueuedEventsPerUpdate_7;
|
|
// System.Boolean UnityEngine.InputSystem.InputSettings::m_CompensateForScreenOrientation
|
|
bool ___m_CompensateForScreenOrientation_8;
|
|
// UnityEngine.InputSystem.InputSettings/BackgroundBehavior UnityEngine.InputSystem.InputSettings::m_BackgroundBehavior
|
|
int32_t ___m_BackgroundBehavior_9;
|
|
// UnityEngine.InputSystem.InputSettings/EditorInputBehaviorInPlayMode UnityEngine.InputSystem.InputSettings::m_EditorInputBehaviorInPlayMode
|
|
int32_t ___m_EditorInputBehaviorInPlayMode_10;
|
|
// System.Single UnityEngine.InputSystem.InputSettings::m_DefaultDeadzoneMin
|
|
float ___m_DefaultDeadzoneMin_11;
|
|
// System.Single UnityEngine.InputSystem.InputSettings::m_DefaultDeadzoneMax
|
|
float ___m_DefaultDeadzoneMax_12;
|
|
// System.Single UnityEngine.InputSystem.InputSettings::m_DefaultButtonPressPoint
|
|
float ___m_DefaultButtonPressPoint_13;
|
|
// System.Single UnityEngine.InputSystem.InputSettings::m_ButtonReleaseThreshold
|
|
float ___m_ButtonReleaseThreshold_14;
|
|
// System.Single UnityEngine.InputSystem.InputSettings::m_DefaultTapTime
|
|
float ___m_DefaultTapTime_15;
|
|
// System.Single UnityEngine.InputSystem.InputSettings::m_DefaultSlowTapTime
|
|
float ___m_DefaultSlowTapTime_16;
|
|
// System.Single UnityEngine.InputSystem.InputSettings::m_DefaultHoldTime
|
|
float ___m_DefaultHoldTime_17;
|
|
// System.Single UnityEngine.InputSystem.InputSettings::m_TapRadius
|
|
float ___m_TapRadius_18;
|
|
// System.Single UnityEngine.InputSystem.InputSettings::m_MultiTapDelayTime
|
|
float ___m_MultiTapDelayTime_19;
|
|
// System.Boolean UnityEngine.InputSystem.InputSettings::m_DisableRedundantEventsMerging
|
|
bool ___m_DisableRedundantEventsMerging_20;
|
|
// System.Boolean UnityEngine.InputSystem.InputSettings::m_ShortcutKeysConsumeInputs
|
|
bool ___m_ShortcutKeysConsumeInputs_21;
|
|
// System.Collections.Generic.HashSet`1<System.String> UnityEngine.InputSystem.InputSettings::m_FeatureFlags
|
|
HashSet_1_tEFC6605F7DE53F71946C33FD371E53C3100F2178* ___m_FeatureFlags_22;
|
|
};
|
|
|
|
// System.InvalidOperationException
|
|
struct InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB : public SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295
|
|
{
|
|
};
|
|
|
|
// UnityEngine.InputSystem.Processors.InvertProcessor
|
|
struct InvertProcessor_t2566A6B6EEAA2C1056B899E866A1416808C7A497 : public InputProcessor_1_tFE49B42CB371A9A2A3F29802695BD251947AD0B4
|
|
{
|
|
};
|
|
|
|
// UnityEngine.InputSystem.Processors.InvertVector2Processor
|
|
struct InvertVector2Processor_t6F0ECC5C79A2DA1A4FC8F5670D031DF887052FBF : public InputProcessor_1_tD1A40E0E5825AAABC3416EC96E087FF6E6351DD2
|
|
{
|
|
// System.Boolean UnityEngine.InputSystem.Processors.InvertVector2Processor::invertX
|
|
bool ___invertX_1;
|
|
// System.Boolean UnityEngine.InputSystem.Processors.InvertVector2Processor::invertY
|
|
bool ___invertY_2;
|
|
};
|
|
|
|
// UnityEngine.InputSystem.Processors.InvertVector3Processor
|
|
struct InvertVector3Processor_t19C6D39F6FE6F98704FA871F5A0727EAE3899ECB : public InputProcessor_1_t10DFF33E2326C9CB9E156D4E45DB2D85EFD54C7F
|
|
{
|
|
// System.Boolean UnityEngine.InputSystem.Processors.InvertVector3Processor::invertX
|
|
bool ___invertX_1;
|
|
// System.Boolean UnityEngine.InputSystem.Processors.InvertVector3Processor::invertY
|
|
bool ___invertY_2;
|
|
// System.Boolean UnityEngine.InputSystem.Processors.InvertVector3Processor::invertZ
|
|
bool ___invertZ_3;
|
|
};
|
|
|
|
// System.Collections.Generic.KeyNotFoundException
|
|
struct KeyNotFoundException_tCE416EC9BCA9F396A3DFFF86D1B5209BA876079E : public SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295
|
|
{
|
|
};
|
|
|
|
// UnityEngine.InputSystem.Processors.NormalizeProcessor
|
|
struct NormalizeProcessor_t1EEC1D250C7CE21EA1657A3095B1075AE857CF2C : public InputProcessor_1_tFE49B42CB371A9A2A3F29802695BD251947AD0B4
|
|
{
|
|
// System.Single UnityEngine.InputSystem.Processors.NormalizeProcessor::min
|
|
float ___min_1;
|
|
// System.Single UnityEngine.InputSystem.Processors.NormalizeProcessor::max
|
|
float ___max_2;
|
|
// System.Single UnityEngine.InputSystem.Processors.NormalizeProcessor::zero
|
|
float ___zero_3;
|
|
};
|
|
|
|
// UnityEngine.InputSystem.Processors.NormalizeVector2Processor
|
|
struct NormalizeVector2Processor_t1C3FFBF7BE0FE665B1F73F2F40DCC55028C30EFA : public InputProcessor_1_tD1A40E0E5825AAABC3416EC96E087FF6E6351DD2
|
|
{
|
|
};
|
|
|
|
// UnityEngine.InputSystem.Processors.NormalizeVector3Processor
|
|
struct NormalizeVector3Processor_t15230F8A2FBFBB557835FBBF98C1937AD81D452C : public InputProcessor_1_t10DFF33E2326C9CB9E156D4E45DB2D85EFD54C7F
|
|
{
|
|
};
|
|
|
|
// System.NotImplementedException
|
|
struct NotImplementedException_t6366FE4DCF15094C51F4833B91A2AE68D4DA90E8 : public SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295
|
|
{
|
|
};
|
|
|
|
// System.NotSupportedException
|
|
struct NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A : public SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295
|
|
{
|
|
};
|
|
|
|
// UnityEngine.InputSystem.Processors.ScaleProcessor
|
|
struct ScaleProcessor_t66880BF63B1235EAD75F375657EE0F9763C8C49D : public InputProcessor_1_tFE49B42CB371A9A2A3F29802695BD251947AD0B4
|
|
{
|
|
// System.Single UnityEngine.InputSystem.Processors.ScaleProcessor::factor
|
|
float ___factor_1;
|
|
};
|
|
|
|
// UnityEngine.InputSystem.Processors.ScaleVector2Processor
|
|
struct ScaleVector2Processor_tF0D6E4C4F72BA1E767CA8D78DAA6C5029BD13152 : public InputProcessor_1_tD1A40E0E5825AAABC3416EC96E087FF6E6351DD2
|
|
{
|
|
// System.Single UnityEngine.InputSystem.Processors.ScaleVector2Processor::x
|
|
float ___x_1;
|
|
// System.Single UnityEngine.InputSystem.Processors.ScaleVector2Processor::y
|
|
float ___y_2;
|
|
};
|
|
|
|
// UnityEngine.InputSystem.Processors.ScaleVector3Processor
|
|
struct ScaleVector3Processor_t245F186E78D9E5523CA4EFA49F4B8A1BF711E821 : public InputProcessor_1_t10DFF33E2326C9CB9E156D4E45DB2D85EFD54C7F
|
|
{
|
|
// System.Single UnityEngine.InputSystem.Processors.ScaleVector3Processor::x
|
|
float ___x_1;
|
|
// System.Single UnityEngine.InputSystem.Processors.ScaleVector3Processor::y
|
|
float ___y_2;
|
|
// System.Single UnityEngine.InputSystem.Processors.ScaleVector3Processor::z
|
|
float ___z_3;
|
|
};
|
|
|
|
// UnityEngine.InputSystem.Processors.StickDeadzoneProcessor
|
|
struct StickDeadzoneProcessor_t0CAE8DDAB3FC7A3490FFFD74AEEC04A57837BA39 : public InputProcessor_1_tD1A40E0E5825AAABC3416EC96E087FF6E6351DD2
|
|
{
|
|
// System.Single UnityEngine.InputSystem.Processors.StickDeadzoneProcessor::min
|
|
float ___min_1;
|
|
// System.Single UnityEngine.InputSystem.Processors.StickDeadzoneProcessor::max
|
|
float ___max_2;
|
|
};
|
|
|
|
// System.ArgumentNullException
|
|
struct ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129 : public ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263
|
|
{
|
|
};
|
|
|
|
// System.ArgumentOutOfRangeException
|
|
struct ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F : public ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263
|
|
{
|
|
// System.Object System.ArgumentOutOfRangeException::_actualValue
|
|
RuntimeObject* ____actualValue_19;
|
|
};
|
|
|
|
// UnityEngine.InputSystem.Controls.AxisControl
|
|
struct AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7 : public InputControl_1_t7A35A4AF63A7AA94678E000D4F3265A1FD84288A
|
|
{
|
|
// UnityEngine.InputSystem.Controls.AxisControl/Clamp UnityEngine.InputSystem.Controls.AxisControl::clamp
|
|
int32_t ___clamp_22;
|
|
// System.Single UnityEngine.InputSystem.Controls.AxisControl::clampMin
|
|
float ___clampMin_23;
|
|
// System.Single UnityEngine.InputSystem.Controls.AxisControl::clampMax
|
|
float ___clampMax_24;
|
|
// System.Single UnityEngine.InputSystem.Controls.AxisControl::clampConstant
|
|
float ___clampConstant_25;
|
|
// System.Boolean UnityEngine.InputSystem.Controls.AxisControl::invert
|
|
bool ___invert_26;
|
|
// System.Boolean UnityEngine.InputSystem.Controls.AxisControl::normalize
|
|
bool ___normalize_27;
|
|
// System.Single UnityEngine.InputSystem.Controls.AxisControl::normalizeMin
|
|
float ___normalizeMin_28;
|
|
// System.Single UnityEngine.InputSystem.Controls.AxisControl::normalizeMax
|
|
float ___normalizeMax_29;
|
|
// System.Single UnityEngine.InputSystem.Controls.AxisControl::normalizeZero
|
|
float ___normalizeZero_30;
|
|
// System.Boolean UnityEngine.InputSystem.Controls.AxisControl::scale
|
|
bool ___scale_31;
|
|
// System.Single UnityEngine.InputSystem.Controls.AxisControl::scaleFactor
|
|
float ___scaleFactor_32;
|
|
};
|
|
|
|
// UnityEngine.InputSystem.Controls.ButtonControl
|
|
struct ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF : public AxisControl_tD6613A2445A3C2BFA22C77E16CA3201AF72354A7
|
|
{
|
|
// System.Single UnityEngine.InputSystem.Controls.ButtonControl::pressPoint
|
|
float ___pressPoint_33;
|
|
};
|
|
|
|
// System.Collections.Generic.Dictionary`2<UnityEngine.InputSystem.Utilities.InternedString,System.Func`1<UnityEngine.InputSystem.Layouts.InputControlLayout>>
|
|
|
|
// System.Collections.Generic.Dictionary`2<UnityEngine.InputSystem.Utilities.InternedString,System.Func`1<UnityEngine.InputSystem.Layouts.InputControlLayout>>
|
|
|
|
// System.Collections.Generic.Dictionary`2<UnityEngine.InputSystem.Utilities.InternedString,UnityEngine.InputSystem.Utilities.InternedString[]>
|
|
|
|
// System.Collections.Generic.Dictionary`2<UnityEngine.InputSystem.Utilities.InternedString,UnityEngine.InputSystem.Utilities.InternedString[]>
|
|
|
|
// System.Collections.Generic.Dictionary`2<UnityEngine.InputSystem.Utilities.InternedString,UnityEngine.InputSystem.Layouts.InputControlLayout>
|
|
|
|
// System.Collections.Generic.Dictionary`2<UnityEngine.InputSystem.Utilities.InternedString,UnityEngine.InputSystem.Layouts.InputControlLayout>
|
|
|
|
// System.Collections.Generic.Dictionary`2<UnityEngine.InputSystem.Utilities.InternedString,UnityEngine.InputSystem.Utilities.InternedString>
|
|
|
|
// System.Collections.Generic.Dictionary`2<UnityEngine.InputSystem.Utilities.InternedString,UnityEngine.InputSystem.Utilities.InternedString>
|
|
|
|
// System.Collections.Generic.Dictionary`2<UnityEngine.InputSystem.Utilities.InternedString,System.String>
|
|
|
|
// System.Collections.Generic.Dictionary`2<UnityEngine.InputSystem.Utilities.InternedString,System.String>
|
|
|
|
// System.Collections.Generic.Dictionary`2<UnityEngine.InputSystem.Utilities.InternedString,System.Type>
|
|
|
|
// System.Collections.Generic.Dictionary`2<UnityEngine.InputSystem.Utilities.InternedString,System.Type>
|
|
|
|
// System.Collections.Generic.Dictionary`2<UnityEngine.InputSystem.Utilities.InternedString,UnityEngine.InputSystem.Layouts.InputControlLayout/Collection/PrecompiledLayout>
|
|
|
|
// System.Collections.Generic.Dictionary`2<UnityEngine.InputSystem.Utilities.InternedString,UnityEngine.InputSystem.Layouts.InputControlLayout/Collection/PrecompiledLayout>
|
|
|
|
// System.Collections.Generic.Dictionary`2<System.String,UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem>
|
|
|
|
// System.Collections.Generic.Dictionary`2<System.String,UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem>
|
|
|
|
// System.Collections.Generic.HashSet`1<UnityEngine.InputSystem.Utilities.InternedString>
|
|
|
|
// System.Collections.Generic.HashSet`1<UnityEngine.InputSystem.Utilities.InternedString>
|
|
|
|
// System.Collections.Generic.List`1<System.Object>
|
|
struct List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D_StaticFields
|
|
{
|
|
// T[] System.Collections.Generic.List`1::s_emptyArray
|
|
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___s_emptyArray_5;
|
|
};
|
|
|
|
// System.Collections.Generic.List`1<System.Object>
|
|
|
|
// System.Collections.Generic.List`1<System.String>
|
|
struct List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD_StaticFields
|
|
{
|
|
// T[] System.Collections.Generic.List`1::s_emptyArray
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___s_emptyArray_5;
|
|
};
|
|
|
|
// System.Collections.Generic.List`1<System.String>
|
|
|
|
// System.Collections.Generic.List`1<System.UInt32>
|
|
struct List_1_t9B68833848E4C4D7F623C05F6B77F0449396354A_StaticFields
|
|
{
|
|
// T[] System.Collections.Generic.List`1::s_emptyArray
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* ___s_emptyArray_5;
|
|
};
|
|
|
|
// System.Collections.Generic.List`1<System.UInt32>
|
|
|
|
// System.Collections.Generic.List`1<UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem>
|
|
struct List_1_tBF847DD77CE898FDD304012AB5DFBFC15986D8F7_StaticFields
|
|
{
|
|
// T[] System.Collections.Generic.List`1::s_emptyArray
|
|
ControlItemU5BU5D_t7798E8B7C7F58B8F6D13B567539CD82E962C7104* ___s_emptyArray_5;
|
|
};
|
|
|
|
// System.Collections.Generic.List`1<UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem>
|
|
|
|
// System.Collections.Generic.List`1<UnityEngine.InputSystem.Layouts.InputControlLayout/Collection/LayoutMatcher>
|
|
struct List_1_t4E502B2E42676E48E6F9A8F0251ADB1DF4BD490E_StaticFields
|
|
{
|
|
// T[] System.Collections.Generic.List`1::s_emptyArray
|
|
LayoutMatcherU5BU5D_t790C71C3787F12C3EE9F7ABDC24DFCEB5281F90E* ___s_emptyArray_5;
|
|
};
|
|
|
|
// System.Collections.Generic.List`1<UnityEngine.InputSystem.Layouts.InputControlLayout/Collection/LayoutMatcher>
|
|
|
|
// System.Collections.Generic.Dictionary`2/ValueCollection<System.String,UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem>
|
|
|
|
// System.Collections.Generic.Dictionary`2/ValueCollection<System.String,UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem>
|
|
|
|
// System.Attribute
|
|
|
|
// System.Attribute
|
|
|
|
// UnityEngine.InputSystem.LowLevel.InputRuntime
|
|
struct InputRuntime_t225BBC258A47D8CC1DE6C04E13FB51C375EEB4C3_StaticFields
|
|
{
|
|
// UnityEngine.InputSystem.LowLevel.IInputRuntime UnityEngine.InputSystem.LowLevel.InputRuntime::s_Instance
|
|
RuntimeObject* ___s_Instance_0;
|
|
// System.Double UnityEngine.InputSystem.LowLevel.InputRuntime::s_CurrentTimeOffsetToRealtimeSinceStartup
|
|
double ___s_CurrentTimeOffsetToRealtimeSinceStartup_1;
|
|
};
|
|
|
|
// UnityEngine.InputSystem.LowLevel.InputRuntime
|
|
|
|
// UnityEngine.InputSystem.InputSystem
|
|
struct InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_StaticFields
|
|
{
|
|
// UnityEngine.InputSystem.InputManager UnityEngine.InputSystem.InputSystem::s_Manager
|
|
InputManager_t69FCFDAC90F8EBB8EF4950CC0BE617D842A39210* ___s_Manager_2;
|
|
// UnityEngine.InputSystem.InputRemoting UnityEngine.InputSystem.InputSystem::s_Remote
|
|
InputRemoting_tCBC35AAA3A034ECED8F33C5BA5257F2EB2B05114* ___s_Remote_3;
|
|
};
|
|
|
|
// UnityEngine.InputSystem.InputSystem
|
|
|
|
// System.Reflection.MemberInfo
|
|
|
|
// System.Reflection.MemberInfo
|
|
|
|
// System.Runtime.Serialization.SerializationInfo
|
|
|
|
// System.Runtime.Serialization.SerializationInfo
|
|
|
|
// System.String
|
|
struct String_t_StaticFields
|
|
{
|
|
// System.String System.String::Empty
|
|
String_t* ___Empty_6;
|
|
};
|
|
|
|
// System.String
|
|
|
|
// System.Text.StringBuilder
|
|
|
|
// System.Text.StringBuilder
|
|
|
|
// System.ValueType
|
|
|
|
// System.ValueType
|
|
|
|
// UnityEngine.InputSystem.Layouts.InputControlLayout/<>c
|
|
struct U3CU3Ec_t2FC53E156FFD93CC20E0C54722DB6F0050D22EB7_StaticFields
|
|
{
|
|
// UnityEngine.InputSystem.Layouts.InputControlLayout/<>c UnityEngine.InputSystem.Layouts.InputControlLayout/<>c::<>9
|
|
U3CU3Ec_t2FC53E156FFD93CC20E0C54722DB6F0050D22EB7* ___U3CU3E9_0;
|
|
// System.Func`2<System.String,UnityEngine.InputSystem.Utilities.InternedString> UnityEngine.InputSystem.Layouts.InputControlLayout/<>c::<>9__52_0
|
|
Func_2_tCB627F464F4D6382DEE25046EA94646523308FE1* ___U3CU3E9__52_0_1;
|
|
// System.Func`2<System.String,UnityEngine.InputSystem.Utilities.InternedString> UnityEngine.InputSystem.Layouts.InputControlLayout/<>c::<>9__75_0
|
|
Func_2_tCB627F464F4D6382DEE25046EA94646523308FE1* ___U3CU3E9__75_0_2;
|
|
// System.Func`2<System.String,UnityEngine.InputSystem.Utilities.InternedString> UnityEngine.InputSystem.Layouts.InputControlLayout/<>c::<>9__75_1
|
|
Func_2_tCB627F464F4D6382DEE25046EA94646523308FE1* ___U3CU3E9__75_1_3;
|
|
};
|
|
|
|
// UnityEngine.InputSystem.Layouts.InputControlLayout/<>c
|
|
|
|
// UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItemJson
|
|
|
|
// UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItemJson
|
|
|
|
// 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.Layouts.InputControlLayout/ControlItemJson/<>c
|
|
struct U3CU3Ec_tC05A732A5AA0C05DB2A79EE837290A022A612FCE_StaticFields
|
|
{
|
|
// UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItemJson/<>c UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItemJson/<>c::<>9
|
|
U3CU3Ec_tC05A732A5AA0C05DB2A79EE837290A022A612FCE* ___U3CU3E9_0;
|
|
// System.Func`2<System.String,UnityEngine.InputSystem.Utilities.InternedString> UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItemJson/<>c::<>9__24_0
|
|
Func_2_tCB627F464F4D6382DEE25046EA94646523308FE1* ___U3CU3E9__24_0_1;
|
|
// System.Func`2<System.String,UnityEngine.InputSystem.Utilities.InternedString> UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItemJson/<>c::<>9__24_1
|
|
Func_2_tCB627F464F4D6382DEE25046EA94646523308FE1* ___U3CU3E9__24_1_2;
|
|
// System.Func`2<UnityEngine.InputSystem.Utilities.NamedValue,System.String> UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItemJson/<>c::<>9__25_0
|
|
Func_2_t526C279A85678AE3DCBB2300E3EF9872CBFACECC* ___U3CU3E9__25_0_3;
|
|
// System.Func`2<UnityEngine.InputSystem.Utilities.NameAndParameters,System.String> UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItemJson/<>c::<>9__25_1
|
|
Func_2_t09AF48FEC3B9AC62B07E878A1698C2EC521A5F8D* ___U3CU3E9__25_1_4;
|
|
// System.Func`2<UnityEngine.InputSystem.Utilities.InternedString,System.String> UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItemJson/<>c::<>9__25_2
|
|
Func_2_tE0082B3C229A425A69ECDABB19259709EC9F540F* ___U3CU3E9__25_2_5;
|
|
// System.Func`2<UnityEngine.InputSystem.Utilities.InternedString,System.String> UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItemJson/<>c::<>9__25_3
|
|
Func_2_tE0082B3C229A425A69ECDABB19259709EC9F540F* ___U3CU3E9__25_3_6;
|
|
};
|
|
|
|
// UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItemJson/<>c
|
|
|
|
// UnityEngine.InputSystem.Layouts.InputControlLayout/LayoutJson/<>c
|
|
struct U3CU3Ec_t268F4AFE03A6933C8DA22B2E8F3173AE68DE33EA_StaticFields
|
|
{
|
|
// UnityEngine.InputSystem.Layouts.InputControlLayout/LayoutJson/<>c UnityEngine.InputSystem.Layouts.InputControlLayout/LayoutJson/<>c::<>9
|
|
U3CU3Ec_t268F4AFE03A6933C8DA22B2E8F3173AE68DE33EA* ___U3CU3E9_0;
|
|
// System.Func`2<System.String,UnityEngine.InputSystem.Utilities.InternedString> UnityEngine.InputSystem.Layouts.InputControlLayout/LayoutJson/<>c::<>9__14_0
|
|
Func_2_tCB627F464F4D6382DEE25046EA94646523308FE1* ___U3CU3E9__14_0_1;
|
|
// System.Func`2<UnityEngine.InputSystem.Utilities.InternedString,System.String> UnityEngine.InputSystem.Layouts.InputControlLayout/LayoutJson/<>c::<>9__15_0
|
|
Func_2_tE0082B3C229A425A69ECDABB19259709EC9F540F* ___U3CU3E9__15_0_2;
|
|
// System.Func`2<UnityEngine.InputSystem.Utilities.InternedString,System.String> UnityEngine.InputSystem.Layouts.InputControlLayout/LayoutJson/<>c::<>9__15_1
|
|
Func_2_tE0082B3C229A425A69ECDABB19259709EC9F540F* ___U3CU3E9__15_1_3;
|
|
};
|
|
|
|
// UnityEngine.InputSystem.Layouts.InputControlLayout/LayoutJson/<>c
|
|
|
|
// UnityEngine.InputSystem.Layouts.InputControlLayout/Builder/ControlBuilder/<>c
|
|
struct U3CU3Ec_tEF5C54E21921A13B31EA0547CBD7DE72EE989644_StaticFields
|
|
{
|
|
// UnityEngine.InputSystem.Layouts.InputControlLayout/Builder/ControlBuilder/<>c UnityEngine.InputSystem.Layouts.InputControlLayout/Builder/ControlBuilder/<>c::<>9
|
|
U3CU3Ec_tEF5C54E21921A13B31EA0547CBD7DE72EE989644* ___U3CU3E9_0;
|
|
// System.Func`2<System.String,UnityEngine.InputSystem.Utilities.InternedString> UnityEngine.InputSystem.Layouts.InputControlLayout/Builder/ControlBuilder/<>c::<>9__14_0
|
|
Func_2_tCB627F464F4D6382DEE25046EA94646523308FE1* ___U3CU3E9__14_0_1;
|
|
};
|
|
|
|
// UnityEngine.InputSystem.Layouts.InputControlLayout/Builder/ControlBuilder/<>c
|
|
|
|
// UnityEngine.InputSystem.Utilities.ReadOnlyArray`1/Enumerator<UnityEngine.InputSystem.InputControl>
|
|
|
|
// UnityEngine.InputSystem.Utilities.ReadOnlyArray`1/Enumerator<UnityEngine.InputSystem.InputControl>
|
|
|
|
// System.Collections.Generic.List`1/Enumerator<System.Object>
|
|
|
|
// System.Collections.Generic.List`1/Enumerator<System.Object>
|
|
|
|
// UnityEngine.InputSystem.Utilities.ReadOnlyArray`1/Enumerator<System.Object>
|
|
|
|
// UnityEngine.InputSystem.Utilities.ReadOnlyArray`1/Enumerator<System.Object>
|
|
|
|
// System.Collections.Generic.List`1/Enumerator<System.String>
|
|
|
|
// System.Collections.Generic.List`1/Enumerator<System.String>
|
|
|
|
// UnityEngine.InputSystem.Utilities.InlinedArray`1<System.Action`2<UnityEngine.InputSystem.InputDevice,UnityEngine.InputSystem.InputDeviceChange>>
|
|
|
|
// UnityEngine.InputSystem.Utilities.InlinedArray`1<System.Action`2<UnityEngine.InputSystem.InputDevice,UnityEngine.InputSystem.InputDeviceChange>>
|
|
|
|
// UnityEngine.InputSystem.Utilities.InlinedArray`1<System.Action`2<UnityEngine.InputSystem.InputDevice,UnityEngine.InputSystem.LowLevel.InputEventPtr>>
|
|
|
|
// UnityEngine.InputSystem.Utilities.InlinedArray`1<System.Action`2<UnityEngine.InputSystem.InputDevice,UnityEngine.InputSystem.LowLevel.InputEventPtr>>
|
|
|
|
// UnityEngine.InputSystem.Utilities.InlinedArray`1<System.Action`2<UnityEngine.InputSystem.LowLevel.InputEventPtr,UnityEngine.InputSystem.InputDevice>>
|
|
|
|
// UnityEngine.InputSystem.Utilities.InlinedArray`1<System.Action`2<UnityEngine.InputSystem.LowLevel.InputEventPtr,UnityEngine.InputSystem.InputDevice>>
|
|
|
|
// UnityEngine.InputSystem.Utilities.InlinedArray`1<System.Action`2<System.String,UnityEngine.InputSystem.InputControlLayoutChange>>
|
|
|
|
// UnityEngine.InputSystem.Utilities.InlinedArray`1<System.Action`2<System.String,UnityEngine.InputSystem.InputControlLayoutChange>>
|
|
|
|
// UnityEngine.InputSystem.Utilities.InlinedArray`1<UnityEngine.InputSystem.InputProcessor`1<System.Single>>
|
|
|
|
// UnityEngine.InputSystem.Utilities.InlinedArray`1<UnityEngine.InputSystem.InputProcessor`1<System.Single>>
|
|
|
|
// UnityEngine.InputSystem.Utilities.InlinedArray`1<System.Action>
|
|
|
|
// UnityEngine.InputSystem.Utilities.InlinedArray`1<System.Action>
|
|
|
|
// UnityEngine.InputSystem.Utilities.InlinedArray`1<UnityEngine.InputSystem.LowLevel.InputDeviceCommandDelegate>
|
|
|
|
// UnityEngine.InputSystem.Utilities.InlinedArray`1<UnityEngine.InputSystem.LowLevel.InputDeviceCommandDelegate>
|
|
|
|
// UnityEngine.InputSystem.Utilities.InlinedArray`1<UnityEngine.InputSystem.Layouts.InputDeviceFindControlLayoutDelegate>
|
|
|
|
// UnityEngine.InputSystem.Utilities.InlinedArray`1<UnityEngine.InputSystem.Layouts.InputDeviceFindControlLayoutDelegate>
|
|
|
|
// 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>
|
|
|
|
// Unity.Collections.NativeArray`1<System.UInt64>
|
|
|
|
// Unity.Collections.NativeArray`1<System.UInt64>
|
|
|
|
// System.Nullable`1<System.Boolean>
|
|
|
|
// System.Nullable`1<System.Boolean>
|
|
|
|
// System.Nullable`1<UnityEngine.InputSystem.LowLevel.InputUpdateType>
|
|
|
|
// System.Nullable`1<UnityEngine.InputSystem.LowLevel.InputUpdateType>
|
|
|
|
// System.Nullable`1<System.Int32Enum>
|
|
|
|
// System.Nullable`1<System.Int32Enum>
|
|
|
|
// UnityEngine.InputSystem.Utilities.ReadOnlyArray`1<UnityEngine.InputSystem.InputControl>
|
|
|
|
// UnityEngine.InputSystem.Utilities.ReadOnlyArray`1<UnityEngine.InputSystem.InputControl>
|
|
|
|
// UnityEngine.InputSystem.Utilities.ReadOnlyArray`1<UnityEngine.InputSystem.Utilities.InternedString>
|
|
|
|
// UnityEngine.InputSystem.Utilities.ReadOnlyArray`1<UnityEngine.InputSystem.Utilities.InternedString>
|
|
|
|
// UnityEngine.InputSystem.Utilities.ReadOnlyArray`1<UnityEngine.InputSystem.Utilities.NameAndParameters>
|
|
|
|
// UnityEngine.InputSystem.Utilities.ReadOnlyArray`1<UnityEngine.InputSystem.Utilities.NameAndParameters>
|
|
|
|
// 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>
|
|
|
|
// UnityEngine.InputSystem.Utilities.ReadOnlyArray`1<UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem>
|
|
|
|
// UnityEngine.InputSystem.Utilities.ReadOnlyArray`1<UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem>
|
|
|
|
// 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.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
|
|
|
|
// System.Runtime.CompilerServices.FixedBufferAttribute
|
|
|
|
// System.Runtime.CompilerServices.FixedBufferAttribute
|
|
|
|
// UnityEngine.InputSystem.Utilities.FourCC
|
|
|
|
// UnityEngine.InputSystem.Utilities.FourCC
|
|
|
|
// UnityEngine.InputSystem.Layouts.InputDeviceDescription
|
|
|
|
// UnityEngine.InputSystem.Layouts.InputDeviceDescription
|
|
|
|
// UnityEngine.InputSystem.LowLevel.InputEventPtr
|
|
|
|
// UnityEngine.InputSystem.LowLevel.InputEventPtr
|
|
|
|
// UnityEngine.InputSystem.LowLevel.InputMetrics
|
|
|
|
// UnityEngine.InputSystem.LowLevel.InputMetrics
|
|
|
|
// System.Int32
|
|
|
|
// System.Int32
|
|
|
|
// System.Int64
|
|
|
|
// System.Int64
|
|
|
|
// System.IntPtr
|
|
struct IntPtr_t_StaticFields
|
|
{
|
|
// System.IntPtr System.IntPtr::Zero
|
|
intptr_t ___Zero_1;
|
|
};
|
|
|
|
// System.IntPtr
|
|
|
|
// UnityEngine.InputSystem.Utilities.InternedString
|
|
|
|
// UnityEngine.InputSystem.Utilities.InternedString
|
|
|
|
// UnityEngine.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.PrimitiveValue
|
|
|
|
// UnityEngine.InputSystem.Utilities.PrimitiveValue
|
|
|
|
// UnityEngine.PropertyAttribute
|
|
|
|
// UnityEngine.PropertyAttribute
|
|
|
|
// System.Reflection.PropertyInfo
|
|
|
|
// System.Reflection.PropertyInfo
|
|
|
|
// UnityEngine.Quaternion
|
|
struct Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974_StaticFields
|
|
{
|
|
// UnityEngine.Quaternion UnityEngine.Quaternion::identityQuaternion
|
|
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 ___identityQuaternion_4;
|
|
};
|
|
|
|
// UnityEngine.Quaternion
|
|
|
|
// System.Single
|
|
|
|
// System.Single
|
|
|
|
// System.Runtime.Serialization.StreamingContext
|
|
|
|
// System.Runtime.Serialization.StreamingContext
|
|
|
|
// 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.UInt32
|
|
|
|
// System.UInt32
|
|
|
|
// 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.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
|
|
|
|
// System.Void
|
|
|
|
// System.Void
|
|
|
|
// UnityEngine.InputSystem.Layouts.InputControlLayout/Cache
|
|
|
|
// UnityEngine.InputSystem.Layouts.InputControlLayout/Cache
|
|
|
|
// UnityEngine.InputSystem.Layouts.InputControlLayout/CacheRefInstance
|
|
|
|
// UnityEngine.InputSystem.Layouts.InputControlLayout/CacheRefInstance
|
|
|
|
// UnityEngine.InputSystem.Layouts.InputControlLayout/Collection
|
|
|
|
// UnityEngine.InputSystem.Layouts.InputControlLayout/Collection
|
|
|
|
// UnityEngine.InputSystem.Layouts.InputControlLayout/LayoutJson
|
|
|
|
// UnityEngine.InputSystem.Layouts.InputControlLayout/LayoutJson
|
|
|
|
// UnityEngine.InputSystem.Layouts.InputDeviceBuilder/RefInstance
|
|
|
|
// UnityEngine.InputSystem.Layouts.InputDeviceBuilder/RefInstance
|
|
|
|
// UnityEngine.InputSystem.Layouts.InputDeviceDescription/DeviceDescriptionJson
|
|
|
|
// UnityEngine.InputSystem.Layouts.InputDeviceDescription/DeviceDescriptionJson
|
|
|
|
// UnityEngine.InputSystem.Layouts.InputDeviceMatcher/MatcherJson
|
|
|
|
// UnityEngine.InputSystem.Layouts.InputDeviceMatcher/MatcherJson
|
|
|
|
// UnityEngine.InputSystem.InputManager/StateChangeMonitorTimeout
|
|
|
|
// UnityEngine.InputSystem.InputManager/StateChangeMonitorTimeout
|
|
|
|
// UnityEngine.InputSystem.LowLevel.InputStateBuffers/DoubleBuffers
|
|
|
|
// UnityEngine.InputSystem.LowLevel.InputStateBuffers/DoubleBuffers
|
|
|
|
// UnityEngine.InputSystem.LowLevel.InputStateHistory/Enumerator
|
|
|
|
// UnityEngine.InputSystem.LowLevel.InputStateHistory/Enumerator
|
|
|
|
// UnityEngine.InputSystem.LowLevel.InputStateHistory/Record
|
|
|
|
// UnityEngine.InputSystem.LowLevel.InputStateHistory/Record
|
|
|
|
// UnityEngine.InputSystem.LowLevel.InputUpdate/UpdateStepCount
|
|
|
|
// UnityEngine.InputSystem.LowLevel.InputUpdate/UpdateStepCount
|
|
|
|
// UnityEngine.InputSystem.LowLevel.StateEvent/<stateData>e__FixedBuffer
|
|
|
|
// UnityEngine.InputSystem.LowLevel.StateEvent/<stateData>e__FixedBuffer
|
|
|
|
// UnityEngine.InputSystem.Layouts.InputControlLayout/Builder/ControlBuilder
|
|
|
|
// UnityEngine.InputSystem.Layouts.InputControlLayout/Builder/ControlBuilder
|
|
|
|
// UnityEngine.InputSystem.Layouts.InputControlLayout/Collection/PrecompiledLayout
|
|
|
|
// UnityEngine.InputSystem.Layouts.InputControlLayout/Collection/PrecompiledLayout
|
|
|
|
// UnityEngine.InputSystem.LowLevel.InputStateHistory/RecordHeader/<m_StateWithControlIndex>e__FixedBuffer
|
|
|
|
// UnityEngine.InputSystem.LowLevel.InputStateHistory/RecordHeader/<m_StateWithControlIndex>e__FixedBuffer
|
|
|
|
// UnityEngine.InputSystem.LowLevel.InputStateHistory/RecordHeader/<m_StateWithoutControlIndex>e__FixedBuffer
|
|
|
|
// UnityEngine.InputSystem.LowLevel.InputStateHistory/RecordHeader/<m_StateWithoutControlIndex>e__FixedBuffer
|
|
|
|
// UnityEngine.InputSystem.Utilities.CallbackArray`1<System.Action`2<UnityEngine.InputSystem.InputDevice,UnityEngine.InputSystem.InputDeviceChange>>
|
|
|
|
// UnityEngine.InputSystem.Utilities.CallbackArray`1<System.Action`2<UnityEngine.InputSystem.InputDevice,UnityEngine.InputSystem.InputDeviceChange>>
|
|
|
|
// UnityEngine.InputSystem.Utilities.CallbackArray`1<System.Action`2<UnityEngine.InputSystem.InputDevice,UnityEngine.InputSystem.LowLevel.InputEventPtr>>
|
|
|
|
// UnityEngine.InputSystem.Utilities.CallbackArray`1<System.Action`2<UnityEngine.InputSystem.InputDevice,UnityEngine.InputSystem.LowLevel.InputEventPtr>>
|
|
|
|
// UnityEngine.InputSystem.Utilities.CallbackArray`1<System.Action`2<UnityEngine.InputSystem.LowLevel.InputEventPtr,UnityEngine.InputSystem.InputDevice>>
|
|
|
|
// UnityEngine.InputSystem.Utilities.CallbackArray`1<System.Action`2<UnityEngine.InputSystem.LowLevel.InputEventPtr,UnityEngine.InputSystem.InputDevice>>
|
|
|
|
// UnityEngine.InputSystem.Utilities.CallbackArray`1<System.Action`2<System.String,UnityEngine.InputSystem.InputControlLayoutChange>>
|
|
|
|
// UnityEngine.InputSystem.Utilities.CallbackArray`1<System.Action`2<System.String,UnityEngine.InputSystem.InputControlLayoutChange>>
|
|
|
|
// UnityEngine.InputSystem.Utilities.CallbackArray`1<System.Action>
|
|
|
|
// UnityEngine.InputSystem.Utilities.CallbackArray`1<System.Action>
|
|
|
|
// UnityEngine.InputSystem.Utilities.CallbackArray`1<UnityEngine.InputSystem.LowLevel.InputDeviceCommandDelegate>
|
|
|
|
// UnityEngine.InputSystem.Utilities.CallbackArray`1<UnityEngine.InputSystem.LowLevel.InputDeviceCommandDelegate>
|
|
|
|
// UnityEngine.InputSystem.Utilities.CallbackArray`1<UnityEngine.InputSystem.Layouts.InputDeviceFindControlLayoutDelegate>
|
|
|
|
// UnityEngine.InputSystem.Utilities.CallbackArray`1<UnityEngine.InputSystem.Layouts.InputDeviceFindControlLayoutDelegate>
|
|
|
|
// UnityEngine.InputSystem.Utilities.InlinedArray`1<UnityEngine.InputSystem.Utilities.InternedString>
|
|
|
|
// UnityEngine.InputSystem.Utilities.InlinedArray`1<UnityEngine.InputSystem.Utilities.InternedString>
|
|
|
|
// UnityEngine.InputSystem.Utilities.InlinedArray`1<UnityEngine.InputSystem.InputManager/StateChangeMonitorTimeout>
|
|
|
|
// UnityEngine.InputSystem.Utilities.InlinedArray`1<UnityEngine.InputSystem.InputManager/StateChangeMonitorTimeout>
|
|
|
|
// UnityEngine.InputSystem.InputControlList`1<UnityEngine.InputSystem.InputControl>
|
|
|
|
// UnityEngine.InputSystem.InputControlList`1<UnityEngine.InputSystem.InputControl>
|
|
|
|
// UnityEngine.InputSystem.InputControlList`1<System.Object>
|
|
|
|
// UnityEngine.InputSystem.InputControlList`1<System.Object>
|
|
|
|
// System.Collections.Generic.KeyValuePair`2<UnityEngine.InputSystem.Utilities.InternedString,System.Object>
|
|
|
|
// System.Collections.Generic.KeyValuePair`2<UnityEngine.InputSystem.Utilities.InternedString,System.Object>
|
|
|
|
// System.Collections.Generic.KeyValuePair`2<UnityEngine.InputSystem.Utilities.InternedString,System.Type>
|
|
|
|
// System.Collections.Generic.KeyValuePair`2<UnityEngine.InputSystem.Utilities.InternedString,System.Type>
|
|
|
|
// System.Delegate
|
|
|
|
// System.Delegate
|
|
|
|
// System.Exception
|
|
struct Exception_t_StaticFields
|
|
{
|
|
// System.Object System.Exception::s_EDILock
|
|
RuntimeObject* ___s_EDILock_0;
|
|
};
|
|
|
|
// System.Exception
|
|
|
|
// UnityEngine.InputSystem.Layouts.InputControlAttribute
|
|
|
|
// UnityEngine.InputSystem.Layouts.InputControlAttribute
|
|
|
|
// UnityEngine.InputSystem.Layouts.InputControlLayoutAttribute
|
|
|
|
// UnityEngine.InputSystem.Layouts.InputControlLayoutAttribute
|
|
|
|
// UnityEngine.InputSystem.Layouts.InputDeviceBuilder
|
|
struct InputDeviceBuilder_t7F4266EBB8FB0AC0DAE225F7FA1532B9AA9174BE_StaticFields
|
|
{
|
|
// UnityEngine.InputSystem.Layouts.InputDeviceBuilder UnityEngine.InputSystem.Layouts.InputDeviceBuilder::s_Instance
|
|
InputDeviceBuilder_t7F4266EBB8FB0AC0DAE225F7FA1532B9AA9174BE ___s_Instance_6;
|
|
// System.Int32 UnityEngine.InputSystem.Layouts.InputDeviceBuilder::s_InstanceRef
|
|
int32_t ___s_InstanceRef_7;
|
|
};
|
|
|
|
// UnityEngine.InputSystem.Layouts.InputDeviceBuilder
|
|
|
|
// 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.InputProcessor
|
|
struct InputProcessor_t71DA6677A0295DC87736E1D8D208FEA75D860457_StaticFields
|
|
{
|
|
// UnityEngine.InputSystem.Utilities.TypeTable UnityEngine.InputSystem.InputProcessor::s_Processors
|
|
TypeTable_tEAC1ECAD849469DEA65DA2FC65B19C2D4739B67E ___s_Processors_0;
|
|
};
|
|
|
|
// UnityEngine.InputSystem.InputProcessor
|
|
|
|
// UnityEngine.InputSystem.LowLevel.InputStateBlock
|
|
struct InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5_StaticFields
|
|
{
|
|
// UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.LowLevel.InputStateBlock::FormatBit
|
|
FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED ___FormatBit_2;
|
|
// UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.LowLevel.InputStateBlock::FormatSBit
|
|
FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED ___FormatSBit_4;
|
|
// UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.LowLevel.InputStateBlock::FormatInt
|
|
FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED ___FormatInt_6;
|
|
// UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.LowLevel.InputStateBlock::FormatUInt
|
|
FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED ___FormatUInt_8;
|
|
// UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.LowLevel.InputStateBlock::FormatShort
|
|
FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED ___FormatShort_10;
|
|
// UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.LowLevel.InputStateBlock::FormatUShort
|
|
FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED ___FormatUShort_12;
|
|
// UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.LowLevel.InputStateBlock::FormatByte
|
|
FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED ___FormatByte_14;
|
|
// UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.LowLevel.InputStateBlock::FormatSByte
|
|
FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED ___FormatSByte_16;
|
|
// UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.LowLevel.InputStateBlock::FormatLong
|
|
FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED ___FormatLong_18;
|
|
// UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.LowLevel.InputStateBlock::FormatULong
|
|
FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED ___FormatULong_20;
|
|
// UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.LowLevel.InputStateBlock::FormatFloat
|
|
FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED ___FormatFloat_22;
|
|
// UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.LowLevel.InputStateBlock::FormatDouble
|
|
FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED ___FormatDouble_24;
|
|
// UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.LowLevel.InputStateBlock::FormatVector2
|
|
FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED ___FormatVector2_26;
|
|
// UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.LowLevel.InputStateBlock::FormatVector3
|
|
FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED ___FormatVector3_27;
|
|
// UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.LowLevel.InputStateBlock::FormatQuaternion
|
|
FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED ___FormatQuaternion_28;
|
|
// UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.LowLevel.InputStateBlock::FormatVector2Short
|
|
FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED ___FormatVector2Short_29;
|
|
// UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.LowLevel.InputStateBlock::FormatVector3Short
|
|
FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED ___FormatVector3Short_30;
|
|
// UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.LowLevel.InputStateBlock::FormatVector2Byte
|
|
FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED ___FormatVector2Byte_31;
|
|
// UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.LowLevel.InputStateBlock::FormatVector3Byte
|
|
FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED ___FormatVector3Byte_32;
|
|
};
|
|
|
|
// UnityEngine.InputSystem.LowLevel.InputStateBlock
|
|
|
|
// UnityEngine.InputSystem.LowLevel.InputStateBuffers
|
|
struct InputStateBuffers_t338A1714D01276EEEF5F8CD6AE81DFED939D5968_StaticFields
|
|
{
|
|
// System.Void* UnityEngine.InputSystem.LowLevel.InputStateBuffers::s_DefaultStateBuffer
|
|
void* ___s_DefaultStateBuffer_7;
|
|
// System.Void* UnityEngine.InputSystem.LowLevel.InputStateBuffers::s_NoiseMaskBuffer
|
|
void* ___s_NoiseMaskBuffer_8;
|
|
// System.Void* UnityEngine.InputSystem.LowLevel.InputStateBuffers::s_ResetMaskBuffer
|
|
void* ___s_ResetMaskBuffer_9;
|
|
// UnityEngine.InputSystem.LowLevel.InputStateBuffers/DoubleBuffers UnityEngine.InputSystem.LowLevel.InputStateBuffers::s_CurrentBuffers
|
|
DoubleBuffers_tC70880E0E4F69237E763403F28F65B807E94A9ED ___s_CurrentBuffers_10;
|
|
};
|
|
|
|
// UnityEngine.InputSystem.LowLevel.InputStateBuffers
|
|
|
|
// UnityEngine.InputSystem.LowLevel.InputStateHistory
|
|
|
|
// UnityEngine.InputSystem.LowLevel.InputStateHistory
|
|
|
|
// UnityEngine.InputSystem.LowLevel.InputUpdate
|
|
struct InputUpdate_t3D4F0AD6CD83C86A73B8165929FF0CB151A07CCD_StaticFields
|
|
{
|
|
// System.UInt32 UnityEngine.InputSystem.LowLevel.InputUpdate::s_UpdateStepCount
|
|
uint32_t ___s_UpdateStepCount_0;
|
|
// UnityEngine.InputSystem.LowLevel.InputUpdateType UnityEngine.InputSystem.LowLevel.InputUpdate::s_LatestUpdateType
|
|
int32_t ___s_LatestUpdateType_1;
|
|
// UnityEngine.InputSystem.LowLevel.InputUpdate/UpdateStepCount UnityEngine.InputSystem.LowLevel.InputUpdate::s_PlayerUpdateStepCount
|
|
UpdateStepCount_tF3C9095BD6614FD4E6024DAF43DE8F5602D8E324 ___s_PlayerUpdateStepCount_2;
|
|
};
|
|
|
|
// UnityEngine.InputSystem.LowLevel.InputUpdate
|
|
|
|
// UnityEngine.InputSystem.Utilities.NameAndParameters
|
|
|
|
// UnityEngine.InputSystem.Utilities.NameAndParameters
|
|
|
|
// UnityEngine.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
|
|
|
|
// UnityEngine.InputSystem.Layouts.InputControlLayout/Builder
|
|
|
|
// UnityEngine.InputSystem.Layouts.InputControlLayout/Builder
|
|
|
|
// UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem
|
|
|
|
// UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem
|
|
|
|
// UnityEngine.InputSystem.Layouts.InputControlLayout/LayoutJsonNameAndDescriptorOnly
|
|
|
|
// UnityEngine.InputSystem.Layouts.InputControlLayout/LayoutJsonNameAndDescriptorOnly
|
|
|
|
// UnityEngine.InputSystem.LowLevel.InputStateHistory/RecordHeader
|
|
|
|
// UnityEngine.InputSystem.LowLevel.InputStateHistory/RecordHeader
|
|
|
|
// UnityEngine.InputSystem.Utilities.JsonParser/JsonString
|
|
|
|
// UnityEngine.InputSystem.Utilities.JsonParser/JsonString
|
|
|
|
// UnityEngine.InputSystem.Layouts.InputControlLayout/Collection/<GetBaseLayouts>d__24
|
|
|
|
// UnityEngine.InputSystem.Layouts.InputControlLayout/Collection/<GetBaseLayouts>d__24
|
|
|
|
// System.Collections.Generic.Dictionary`2/Enumerator<UnityEngine.InputSystem.Utilities.InternedString,System.Object>
|
|
|
|
// System.Collections.Generic.Dictionary`2/Enumerator<UnityEngine.InputSystem.Utilities.InternedString,System.Object>
|
|
|
|
// System.Collections.Generic.Dictionary`2/Enumerator<UnityEngine.InputSystem.Utilities.InternedString,System.Type>
|
|
|
|
// System.Collections.Generic.Dictionary`2/Enumerator<UnityEngine.InputSystem.Utilities.InternedString,System.Type>
|
|
|
|
// UnityEngine.InputSystem.InputProcessor`1<UnityEngine.Quaternion>
|
|
|
|
// UnityEngine.InputSystem.InputProcessor`1<UnityEngine.Quaternion>
|
|
|
|
// UnityEngine.InputSystem.InputProcessor`1<System.Single>
|
|
|
|
// UnityEngine.InputSystem.InputProcessor`1<System.Single>
|
|
|
|
// UnityEngine.InputSystem.InputProcessor`1<UnityEngine.Vector2>
|
|
|
|
// UnityEngine.InputSystem.InputProcessor`1<UnityEngine.Vector2>
|
|
|
|
// UnityEngine.InputSystem.InputProcessor`1<UnityEngine.Vector3>
|
|
|
|
// UnityEngine.InputSystem.InputProcessor`1<UnityEngine.Vector3>
|
|
|
|
// System.Collections.Generic.KeyValuePair`2<System.Object,UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem>
|
|
|
|
// System.Collections.Generic.KeyValuePair`2<System.Object,UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem>
|
|
|
|
// System.Collections.Generic.KeyValuePair`2<System.String,UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem>
|
|
|
|
// System.Collections.Generic.KeyValuePair`2<System.String,UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem>
|
|
|
|
// System.Nullable`1<UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem>
|
|
|
|
// System.Nullable`1<UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem>
|
|
|
|
// UnityEngine.InputSystem.InputControl
|
|
|
|
// UnityEngine.InputSystem.InputControl
|
|
|
|
// UnityEngine.InputSystem.Layouts.InputControlLayout
|
|
struct InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D_StaticFields
|
|
{
|
|
// UnityEngine.InputSystem.Utilities.InternedString UnityEngine.InputSystem.Layouts.InputControlLayout::s_DefaultVariant
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 ___s_DefaultVariant_0;
|
|
// UnityEngine.InputSystem.Layouts.InputControlLayout/Collection UnityEngine.InputSystem.Layouts.InputControlLayout::s_Layouts
|
|
Collection_t6E9F85AD439CF26269683541C4DC58BA3B6756C5 ___s_Layouts_15;
|
|
// UnityEngine.InputSystem.Layouts.InputControlLayout/Cache UnityEngine.InputSystem.Layouts.InputControlLayout::s_CacheInstance
|
|
Cache_tB837109647F577DCE3795AEE2E9E0E3F61F543AB ___s_CacheInstance_16;
|
|
// System.Int32 UnityEngine.InputSystem.Layouts.InputControlLayout::s_CacheInstanceRef
|
|
int32_t ___s_CacheInstanceRef_17;
|
|
};
|
|
|
|
// UnityEngine.InputSystem.Layouts.InputControlLayout
|
|
|
|
// UnityEngine.InputSystem.LowLevel.InputEventStream
|
|
|
|
// UnityEngine.InputSystem.LowLevel.InputEventStream
|
|
|
|
// System.MulticastDelegate
|
|
|
|
// System.MulticastDelegate
|
|
|
|
// UnityEngine.ScriptableObject
|
|
|
|
// UnityEngine.ScriptableObject
|
|
|
|
// UnityEngine.InputSystem.LowLevel.StateEvent
|
|
|
|
// UnityEngine.InputSystem.LowLevel.StateEvent
|
|
|
|
// 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.InputControlLayout/LayoutNotFoundException
|
|
|
|
// UnityEngine.InputSystem.Layouts.InputControlLayout/LayoutNotFoundException
|
|
|
|
// 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
|
|
|
|
// UnityEngine.InputSystem.Layouts.InputControlLayout/Collection/LayoutMatcher
|
|
|
|
// UnityEngine.InputSystem.Layouts.InputControlLayout/Collection/LayoutMatcher
|
|
|
|
// System.Action`1<UnityEngine.InputSystem.LowLevel.InputStateHistory/Record>
|
|
|
|
// System.Action`1<UnityEngine.InputSystem.LowLevel.InputStateHistory/Record>
|
|
|
|
// System.Collections.Generic.Dictionary`2/Enumerator<System.Object,UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem>
|
|
|
|
// System.Collections.Generic.Dictionary`2/Enumerator<System.Object,UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem>
|
|
|
|
// System.Collections.Generic.Dictionary`2/Enumerator<System.String,UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem>
|
|
|
|
// System.Collections.Generic.Dictionary`2/Enumerator<System.String,UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem>
|
|
|
|
// System.Func`1<UnityEngine.InputSystem.Layouts.InputControlLayout>
|
|
|
|
// System.Func`1<UnityEngine.InputSystem.Layouts.InputControlLayout>
|
|
|
|
// System.Func`1<UnityEngine.InputSystem.InputDevice>
|
|
|
|
// System.Func`1<UnityEngine.InputSystem.InputDevice>
|
|
|
|
// System.Func`1<System.Object>
|
|
|
|
// System.Func`1<System.Object>
|
|
|
|
// System.Func`2<System.Char,System.Boolean>
|
|
|
|
// System.Func`2<System.Char,System.Boolean>
|
|
|
|
// System.Func`2<UnityEngine.InputSystem.Utilities.InternedString,System.String>
|
|
|
|
// System.Func`2<UnityEngine.InputSystem.Utilities.InternedString,System.String>
|
|
|
|
// System.Func`2<UnityEngine.InputSystem.Utilities.NameAndParameters,System.String>
|
|
|
|
// System.Func`2<UnityEngine.InputSystem.Utilities.NameAndParameters,System.String>
|
|
|
|
// System.Func`2<UnityEngine.InputSystem.Utilities.NamedValue,System.String>
|
|
|
|
// System.Func`2<UnityEngine.InputSystem.Utilities.NamedValue,System.String>
|
|
|
|
// System.Func`2<System.String,UnityEngine.InputSystem.Utilities.InternedString>
|
|
|
|
// System.Func`2<System.String,UnityEngine.InputSystem.Utilities.InternedString>
|
|
|
|
// System.Func`2<UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem,System.Boolean>
|
|
|
|
// System.Func`2<UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem,System.Boolean>
|
|
|
|
// System.Func`4<UnityEngine.InputSystem.InputControl,System.Double,UnityEngine.InputSystem.LowLevel.InputEventPtr,System.Boolean>
|
|
|
|
// System.Func`4<UnityEngine.InputSystem.InputControl,System.Double,UnityEngine.InputSystem.LowLevel.InputEventPtr,System.Boolean>
|
|
|
|
// System.Func`4<System.Object,System.Double,UnityEngine.InputSystem.LowLevel.InputEventPtr,System.Boolean>
|
|
|
|
// System.Func`4<System.Object,System.Double,UnityEngine.InputSystem.LowLevel.InputEventPtr,System.Boolean>
|
|
|
|
// UnityEngine.InputSystem.InputControl`1<System.Single>
|
|
|
|
// UnityEngine.InputSystem.InputControl`1<System.Single>
|
|
|
|
// System.ArgumentException
|
|
|
|
// System.ArgumentException
|
|
|
|
// System.AsyncCallback
|
|
|
|
// System.AsyncCallback
|
|
|
|
// UnityEngine.InputSystem.Processors.AxisDeadzoneProcessor
|
|
|
|
// UnityEngine.InputSystem.Processors.AxisDeadzoneProcessor
|
|
|
|
// UnityEngine.InputSystem.Processors.ClampProcessor
|
|
|
|
// UnityEngine.InputSystem.Processors.ClampProcessor
|
|
|
|
// UnityEngine.InputSystem.Processors.CompensateDirectionProcessor
|
|
|
|
// UnityEngine.InputSystem.Processors.CompensateDirectionProcessor
|
|
|
|
// UnityEngine.InputSystem.Processors.CompensateRotationProcessor
|
|
|
|
// UnityEngine.InputSystem.Processors.CompensateRotationProcessor
|
|
|
|
// UnityEngine.InputSystem.InputDevice
|
|
|
|
// UnityEngine.InputSystem.InputDevice
|
|
|
|
// UnityEngine.InputSystem.LowLevel.InputDeviceExecuteCommandDelegate
|
|
|
|
// UnityEngine.InputSystem.LowLevel.InputDeviceExecuteCommandDelegate
|
|
|
|
// UnityEngine.InputSystem.Layouts.InputDeviceFindControlLayoutDelegate
|
|
|
|
// UnityEngine.InputSystem.Layouts.InputDeviceFindControlLayoutDelegate
|
|
|
|
// UnityEngine.InputSystem.InputManager
|
|
|
|
// UnityEngine.InputSystem.InputManager
|
|
|
|
// UnityEngine.InputSystem.InputSettings
|
|
|
|
// UnityEngine.InputSystem.InputSettings
|
|
|
|
// System.InvalidOperationException
|
|
|
|
// System.InvalidOperationException
|
|
|
|
// UnityEngine.InputSystem.Processors.InvertProcessor
|
|
|
|
// UnityEngine.InputSystem.Processors.InvertProcessor
|
|
|
|
// UnityEngine.InputSystem.Processors.InvertVector2Processor
|
|
|
|
// UnityEngine.InputSystem.Processors.InvertVector2Processor
|
|
|
|
// UnityEngine.InputSystem.Processors.InvertVector3Processor
|
|
|
|
// UnityEngine.InputSystem.Processors.InvertVector3Processor
|
|
|
|
// System.Collections.Generic.KeyNotFoundException
|
|
|
|
// System.Collections.Generic.KeyNotFoundException
|
|
|
|
// UnityEngine.InputSystem.Processors.NormalizeProcessor
|
|
|
|
// UnityEngine.InputSystem.Processors.NormalizeProcessor
|
|
|
|
// UnityEngine.InputSystem.Processors.NormalizeVector2Processor
|
|
|
|
// UnityEngine.InputSystem.Processors.NormalizeVector2Processor
|
|
|
|
// UnityEngine.InputSystem.Processors.NormalizeVector3Processor
|
|
|
|
// UnityEngine.InputSystem.Processors.NormalizeVector3Processor
|
|
|
|
// System.NotImplementedException
|
|
|
|
// System.NotImplementedException
|
|
|
|
// System.NotSupportedException
|
|
|
|
// System.NotSupportedException
|
|
|
|
// UnityEngine.InputSystem.Processors.ScaleProcessor
|
|
|
|
// UnityEngine.InputSystem.Processors.ScaleProcessor
|
|
|
|
// UnityEngine.InputSystem.Processors.ScaleVector2Processor
|
|
|
|
// UnityEngine.InputSystem.Processors.ScaleVector2Processor
|
|
|
|
// UnityEngine.InputSystem.Processors.ScaleVector3Processor
|
|
|
|
// UnityEngine.InputSystem.Processors.ScaleVector3Processor
|
|
|
|
// UnityEngine.InputSystem.Processors.StickDeadzoneProcessor
|
|
|
|
// UnityEngine.InputSystem.Processors.StickDeadzoneProcessor
|
|
|
|
// System.ArgumentNullException
|
|
|
|
// System.ArgumentNullException
|
|
|
|
// System.ArgumentOutOfRangeException
|
|
|
|
// System.ArgumentOutOfRangeException
|
|
|
|
// UnityEngine.InputSystem.Controls.AxisControl
|
|
|
|
// UnityEngine.InputSystem.Controls.AxisControl
|
|
|
|
// UnityEngine.InputSystem.Controls.ButtonControl
|
|
struct ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF_StaticFields
|
|
{
|
|
// System.Single UnityEngine.InputSystem.Controls.ButtonControl::s_GlobalDefaultButtonPressPoint
|
|
float ___s_GlobalDefaultButtonPressPoint_34;
|
|
// System.Single UnityEngine.InputSystem.Controls.ButtonControl::s_GlobalDefaultButtonReleaseThreshold
|
|
float ___s_GlobalDefaultButtonReleaseThreshold_35;
|
|
};
|
|
|
|
// UnityEngine.InputSystem.Controls.ButtonControl
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
// UnityEngine.InputSystem.InputDevice[]
|
|
struct InputDeviceU5BU5D_tA9AEFC6AF63557D3D5DCFB2B26DDA6F63147D548 : public RuntimeArray
|
|
{
|
|
ALIGN_FIELD (8) InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* m_Items[1];
|
|
|
|
inline InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* GetAt(il2cpp_array_size_t index) const
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items[index];
|
|
}
|
|
inline InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B** GetAddressAt(il2cpp_array_size_t index)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAt(il2cpp_array_size_t index, InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* value)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
|
|
}
|
|
inline InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* GetAtUnchecked(il2cpp_array_size_t index) const
|
|
{
|
|
return m_Items[index];
|
|
}
|
|
inline InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B** GetAddressAtUnchecked(il2cpp_array_size_t index)
|
|
{
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAtUnchecked(il2cpp_array_size_t index, InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* value)
|
|
{
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
|
|
}
|
|
};
|
|
// UnityEngine.InputSystem.InputControl[]
|
|
struct InputControlU5BU5D_t0B951FEF1504D6340387C4735F5D6F426F40FE17 : public RuntimeArray
|
|
{
|
|
ALIGN_FIELD (8) InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* m_Items[1];
|
|
|
|
inline InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* GetAt(il2cpp_array_size_t index) const
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items[index];
|
|
}
|
|
inline InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E** GetAddressAt(il2cpp_array_size_t index)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAt(il2cpp_array_size_t index, InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* value)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
|
|
}
|
|
inline InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* GetAtUnchecked(il2cpp_array_size_t index) const
|
|
{
|
|
return m_Items[index];
|
|
}
|
|
inline InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E** GetAddressAtUnchecked(il2cpp_array_size_t index)
|
|
{
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAtUnchecked(il2cpp_array_size_t index, InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* value)
|
|
{
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
|
|
}
|
|
};
|
|
// System.String[]
|
|
struct StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248 : public RuntimeArray
|
|
{
|
|
ALIGN_FIELD (8) String_t* m_Items[1];
|
|
|
|
inline String_t* GetAt(il2cpp_array_size_t index) const
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items[index];
|
|
}
|
|
inline String_t** GetAddressAt(il2cpp_array_size_t index)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAt(il2cpp_array_size_t index, String_t* value)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
|
|
}
|
|
inline String_t* GetAtUnchecked(il2cpp_array_size_t index) const
|
|
{
|
|
return m_Items[index];
|
|
}
|
|
inline String_t** GetAddressAtUnchecked(il2cpp_array_size_t index)
|
|
{
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAtUnchecked(il2cpp_array_size_t index, String_t* value)
|
|
{
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
|
|
}
|
|
};
|
|
// System.Delegate[]
|
|
struct DelegateU5BU5D_tC5AB7E8F745616680F337909D3A8E6C722CDF771 : public RuntimeArray
|
|
{
|
|
ALIGN_FIELD (8) Delegate_t* m_Items[1];
|
|
|
|
inline Delegate_t* GetAt(il2cpp_array_size_t index) const
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items[index];
|
|
}
|
|
inline Delegate_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, Delegate_t* value)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
|
|
}
|
|
inline Delegate_t* GetAtUnchecked(il2cpp_array_size_t index) const
|
|
{
|
|
return m_Items[index];
|
|
}
|
|
inline Delegate_t** GetAddressAtUnchecked(il2cpp_array_size_t index)
|
|
{
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAtUnchecked(il2cpp_array_size_t index, Delegate_t* value)
|
|
{
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
|
|
}
|
|
};
|
|
// UnityEngine.InputSystem.Utilities.InternedString[]
|
|
struct InternedStringU5BU5D_t0B851758733FC0B118D84BE83AED10A0404C18D5 : public RuntimeArray
|
|
{
|
|
ALIGN_FIELD (8) InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 m_Items[1];
|
|
|
|
inline InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 GetAt(il2cpp_array_size_t index) const
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items[index];
|
|
}
|
|
inline InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735* GetAddressAt(il2cpp_array_size_t index)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAt(il2cpp_array_size_t index, InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 value)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___m_StringOriginalCase_0), (void*)NULL);
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___m_StringLowerCase_1), (void*)NULL);
|
|
#endif
|
|
}
|
|
inline InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 GetAtUnchecked(il2cpp_array_size_t index) const
|
|
{
|
|
return m_Items[index];
|
|
}
|
|
inline InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735* GetAddressAtUnchecked(il2cpp_array_size_t index)
|
|
{
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAtUnchecked(il2cpp_array_size_t index, InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 value)
|
|
{
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___m_StringOriginalCase_0), (void*)NULL);
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___m_StringLowerCase_1), (void*)NULL);
|
|
#endif
|
|
}
|
|
};
|
|
// UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem[]
|
|
struct ControlItemU5BU5D_t7798E8B7C7F58B8F6D13B567539CD82E962C7104 : public RuntimeArray
|
|
{
|
|
ALIGN_FIELD (8) ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD m_Items[1];
|
|
|
|
inline ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD GetAt(il2cpp_array_size_t index) const
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items[index];
|
|
}
|
|
inline ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD* 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, ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD value)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)&((&((m_Items + index)->___U3CnameU3Ek__BackingField_0))->___m_StringOriginalCase_0), (void*)NULL);
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&((&((m_Items + index)->___U3CnameU3Ek__BackingField_0))->___m_StringLowerCase_1), (void*)NULL);
|
|
#endif
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&((&((m_Items + index)->___U3ClayoutU3Ek__BackingField_1))->___m_StringOriginalCase_0), (void*)NULL);
|
|
#endif
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&((&((m_Items + index)->___U3ClayoutU3Ek__BackingField_1))->___m_StringLowerCase_1), (void*)NULL);
|
|
#endif
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&((&((m_Items + index)->___U3CvariantsU3Ek__BackingField_2))->___m_StringOriginalCase_0), (void*)NULL);
|
|
#endif
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&((&((m_Items + index)->___U3CvariantsU3Ek__BackingField_2))->___m_StringLowerCase_1), (void*)NULL);
|
|
#endif
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___U3CuseStateFromU3Ek__BackingField_3), (void*)NULL);
|
|
#endif
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___U3CdisplayNameU3Ek__BackingField_4), (void*)NULL);
|
|
#endif
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___U3CshortDisplayNameU3Ek__BackingField_5), (void*)NULL);
|
|
#endif
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&((&((m_Items + index)->___U3CusagesU3Ek__BackingField_6))->___m_Array_0), (void*)NULL);
|
|
#endif
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&((&((m_Items + index)->___U3CaliasesU3Ek__BackingField_7))->___m_Array_0), (void*)NULL);
|
|
#endif
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&((&((m_Items + index)->___U3CparametersU3Ek__BackingField_8))->___m_Array_0), (void*)NULL);
|
|
#endif
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&((&((m_Items + index)->___U3CprocessorsU3Ek__BackingField_9))->___m_Array_0), (void*)NULL);
|
|
#endif
|
|
}
|
|
inline ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD GetAtUnchecked(il2cpp_array_size_t index) const
|
|
{
|
|
return m_Items[index];
|
|
}
|
|
inline ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD* GetAddressAtUnchecked(il2cpp_array_size_t index)
|
|
{
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAtUnchecked(il2cpp_array_size_t index, ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD value)
|
|
{
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)&((&((m_Items + index)->___U3CnameU3Ek__BackingField_0))->___m_StringOriginalCase_0), (void*)NULL);
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&((&((m_Items + index)->___U3CnameU3Ek__BackingField_0))->___m_StringLowerCase_1), (void*)NULL);
|
|
#endif
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&((&((m_Items + index)->___U3ClayoutU3Ek__BackingField_1))->___m_StringOriginalCase_0), (void*)NULL);
|
|
#endif
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&((&((m_Items + index)->___U3ClayoutU3Ek__BackingField_1))->___m_StringLowerCase_1), (void*)NULL);
|
|
#endif
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&((&((m_Items + index)->___U3CvariantsU3Ek__BackingField_2))->___m_StringOriginalCase_0), (void*)NULL);
|
|
#endif
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&((&((m_Items + index)->___U3CvariantsU3Ek__BackingField_2))->___m_StringLowerCase_1), (void*)NULL);
|
|
#endif
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___U3CuseStateFromU3Ek__BackingField_3), (void*)NULL);
|
|
#endif
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___U3CdisplayNameU3Ek__BackingField_4), (void*)NULL);
|
|
#endif
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___U3CshortDisplayNameU3Ek__BackingField_5), (void*)NULL);
|
|
#endif
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&((&((m_Items + index)->___U3CusagesU3Ek__BackingField_6))->___m_Array_0), (void*)NULL);
|
|
#endif
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&((&((m_Items + index)->___U3CaliasesU3Ek__BackingField_7))->___m_Array_0), (void*)NULL);
|
|
#endif
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&((&((m_Items + index)->___U3CparametersU3Ek__BackingField_8))->___m_Array_0), (void*)NULL);
|
|
#endif
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&((&((m_Items + index)->___U3CprocessorsU3Ek__BackingField_9))->___m_Array_0), (void*)NULL);
|
|
#endif
|
|
}
|
|
};
|
|
// System.Reflection.MemberInfo[]
|
|
struct MemberInfoU5BU5D_t4CB6970BB166E8E1CFB06152B2A2284971873053 : public RuntimeArray
|
|
{
|
|
ALIGN_FIELD (8) MemberInfo_t* m_Items[1];
|
|
|
|
inline MemberInfo_t* GetAt(il2cpp_array_size_t index) const
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items[index];
|
|
}
|
|
inline MemberInfo_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, MemberInfo_t* value)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
|
|
}
|
|
inline MemberInfo_t* GetAtUnchecked(il2cpp_array_size_t index) const
|
|
{
|
|
return m_Items[index];
|
|
}
|
|
inline MemberInfo_t** GetAddressAtUnchecked(il2cpp_array_size_t index)
|
|
{
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAtUnchecked(il2cpp_array_size_t index, MemberInfo_t* value)
|
|
{
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
|
|
}
|
|
};
|
|
// System.Reflection.FieldInfo[]
|
|
struct FieldInfoU5BU5D_t50D47CBECF1AEB152F555803E3329D9E34DBF8D8 : public RuntimeArray
|
|
{
|
|
ALIGN_FIELD (8) FieldInfo_t* m_Items[1];
|
|
|
|
inline FieldInfo_t* GetAt(il2cpp_array_size_t index) const
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items[index];
|
|
}
|
|
inline FieldInfo_t** GetAddressAt(il2cpp_array_size_t index)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAt(il2cpp_array_size_t index, FieldInfo_t* value)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
|
|
}
|
|
inline FieldInfo_t* GetAtUnchecked(il2cpp_array_size_t index) const
|
|
{
|
|
return m_Items[index];
|
|
}
|
|
inline FieldInfo_t** GetAddressAtUnchecked(il2cpp_array_size_t index)
|
|
{
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAtUnchecked(il2cpp_array_size_t index, FieldInfo_t* value)
|
|
{
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
|
|
}
|
|
};
|
|
// System.Reflection.PropertyInfo[]
|
|
struct PropertyInfoU5BU5D_tD81C248B41D0C76207C42DB9C332DC79F490B1D7 : public RuntimeArray
|
|
{
|
|
ALIGN_FIELD (8) PropertyInfo_t* m_Items[1];
|
|
|
|
inline PropertyInfo_t* GetAt(il2cpp_array_size_t index) const
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items[index];
|
|
}
|
|
inline PropertyInfo_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, PropertyInfo_t* value)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
|
|
}
|
|
inline PropertyInfo_t* GetAtUnchecked(il2cpp_array_size_t index) const
|
|
{
|
|
return m_Items[index];
|
|
}
|
|
inline PropertyInfo_t** GetAddressAtUnchecked(il2cpp_array_size_t index)
|
|
{
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAtUnchecked(il2cpp_array_size_t index, PropertyInfo_t* value)
|
|
{
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
|
|
}
|
|
};
|
|
// UnityEngine.InputSystem.Layouts.InputControlAttribute[]
|
|
struct InputControlAttributeU5BU5D_t9F49829F717D3562C6AEABF8EC5D202DDE77DBAB : public RuntimeArray
|
|
{
|
|
ALIGN_FIELD (8) InputControlAttribute_t312CA97B153666F873279E81BA4054684715368D* m_Items[1];
|
|
|
|
inline InputControlAttribute_t312CA97B153666F873279E81BA4054684715368D* GetAt(il2cpp_array_size_t index) const
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items[index];
|
|
}
|
|
inline InputControlAttribute_t312CA97B153666F873279E81BA4054684715368D** 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, InputControlAttribute_t312CA97B153666F873279E81BA4054684715368D* value)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
|
|
}
|
|
inline InputControlAttribute_t312CA97B153666F873279E81BA4054684715368D* GetAtUnchecked(il2cpp_array_size_t index) const
|
|
{
|
|
return m_Items[index];
|
|
}
|
|
inline InputControlAttribute_t312CA97B153666F873279E81BA4054684715368D** GetAddressAtUnchecked(il2cpp_array_size_t index)
|
|
{
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAtUnchecked(il2cpp_array_size_t index, InputControlAttribute_t312CA97B153666F873279E81BA4054684715368D* 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.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
|
|
}
|
|
};
|
|
// UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItemJson[]
|
|
struct ControlItemJsonU5BU5D_t6E6FCFDEF49F701232A4D4BCB5B40A7349E12F00 : public RuntimeArray
|
|
{
|
|
ALIGN_FIELD (8) ControlItemJson_t56C29912300890F2D3DA5DC3C095B821468948FC* m_Items[1];
|
|
|
|
inline ControlItemJson_t56C29912300890F2D3DA5DC3C095B821468948FC* GetAt(il2cpp_array_size_t index) const
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items[index];
|
|
}
|
|
inline ControlItemJson_t56C29912300890F2D3DA5DC3C095B821468948FC** 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, ControlItemJson_t56C29912300890F2D3DA5DC3C095B821468948FC* value)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
|
|
}
|
|
inline ControlItemJson_t56C29912300890F2D3DA5DC3C095B821468948FC* GetAtUnchecked(il2cpp_array_size_t index) const
|
|
{
|
|
return m_Items[index];
|
|
}
|
|
inline ControlItemJson_t56C29912300890F2D3DA5DC3C095B821468948FC** GetAddressAtUnchecked(il2cpp_array_size_t index)
|
|
{
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAtUnchecked(il2cpp_array_size_t index, ControlItemJson_t56C29912300890F2D3DA5DC3C095B821468948FC* value)
|
|
{
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
|
|
}
|
|
};
|
|
// System.UInt32[]
|
|
struct UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA : public RuntimeArray
|
|
{
|
|
ALIGN_FIELD (8) uint32_t m_Items[1];
|
|
|
|
inline uint32_t GetAt(il2cpp_array_size_t index) const
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items[index];
|
|
}
|
|
inline uint32_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, uint32_t value)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
m_Items[index] = value;
|
|
}
|
|
inline uint32_t GetAtUnchecked(il2cpp_array_size_t index) const
|
|
{
|
|
return m_Items[index];
|
|
}
|
|
inline uint32_t* GetAddressAtUnchecked(il2cpp_array_size_t index)
|
|
{
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAtUnchecked(il2cpp_array_size_t index, uint32_t value)
|
|
{
|
|
m_Items[index] = value;
|
|
}
|
|
};
|
|
// 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
|
|
}
|
|
};
|
|
// 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.Layouts.InputControlLayout/Collection/LayoutMatcher[]
|
|
struct LayoutMatcherU5BU5D_t790C71C3787F12C3EE9F7ABDC24DFCEB5281F90E : public RuntimeArray
|
|
{
|
|
ALIGN_FIELD (8) LayoutMatcher_t0D8F5E32A7C82BC292EBA0FAA3EB2D9F1F72A0A6 m_Items[1];
|
|
|
|
inline LayoutMatcher_t0D8F5E32A7C82BC292EBA0FAA3EB2D9F1F72A0A6 GetAt(il2cpp_array_size_t index) const
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items[index];
|
|
}
|
|
inline LayoutMatcher_t0D8F5E32A7C82BC292EBA0FAA3EB2D9F1F72A0A6* 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, LayoutMatcher_t0D8F5E32A7C82BC292EBA0FAA3EB2D9F1F72A0A6 value)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)&((&((m_Items + index)->___layoutName_0))->___m_StringOriginalCase_0), (void*)NULL);
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&((&((m_Items + index)->___layoutName_0))->___m_StringLowerCase_1), (void*)NULL);
|
|
#endif
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&((&((m_Items + index)->___deviceMatcher_1))->___m_Patterns_0), (void*)NULL);
|
|
#endif
|
|
}
|
|
inline LayoutMatcher_t0D8F5E32A7C82BC292EBA0FAA3EB2D9F1F72A0A6 GetAtUnchecked(il2cpp_array_size_t index) const
|
|
{
|
|
return m_Items[index];
|
|
}
|
|
inline LayoutMatcher_t0D8F5E32A7C82BC292EBA0FAA3EB2D9F1F72A0A6* GetAddressAtUnchecked(il2cpp_array_size_t index)
|
|
{
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAtUnchecked(il2cpp_array_size_t index, LayoutMatcher_t0D8F5E32A7C82BC292EBA0FAA3EB2D9F1F72A0A6 value)
|
|
{
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)&((&((m_Items + index)->___layoutName_0))->___m_StringOriginalCase_0), (void*)NULL);
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&((&((m_Items + index)->___layoutName_0))->___m_StringLowerCase_1), (void*)NULL);
|
|
#endif
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&((&((m_Items + index)->___deviceMatcher_1))->___m_Patterns_0), (void*)NULL);
|
|
#endif
|
|
}
|
|
};
|
|
|
|
IL2CPP_EXTERN_C void InputDeviceDescription_tE86DD77422AAF60ADDAC788B31E5A05E739B708F_marshal_pinvoke(const InputDeviceDescription_tE86DD77422AAF60ADDAC788B31E5A05E739B708F& unmarshaled, InputDeviceDescription_tE86DD77422AAF60ADDAC788B31E5A05E739B708F_marshaled_pinvoke& marshaled);
|
|
IL2CPP_EXTERN_C void InputDeviceDescription_tE86DD77422AAF60ADDAC788B31E5A05E739B708F_marshal_pinvoke_back(const InputDeviceDescription_tE86DD77422AAF60ADDAC788B31E5A05E739B708F_marshaled_pinvoke& marshaled, InputDeviceDescription_tE86DD77422AAF60ADDAC788B31E5A05E739B708F& unmarshaled);
|
|
IL2CPP_EXTERN_C void InputDeviceDescription_tE86DD77422AAF60ADDAC788B31E5A05E739B708F_marshal_pinvoke_cleanup(InputDeviceDescription_tE86DD77422AAF60ADDAC788B31E5A05E739B708F_marshaled_pinvoke& marshaled);
|
|
IL2CPP_EXTERN_C void InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735_marshal_pinvoke(const InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735& unmarshaled, InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735_marshaled_pinvoke& marshaled);
|
|
IL2CPP_EXTERN_C void InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735_marshal_pinvoke_back(const InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735_marshaled_pinvoke& marshaled, InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735& unmarshaled);
|
|
IL2CPP_EXTERN_C void InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735_marshal_pinvoke_cleanup(InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735_marshaled_pinvoke& 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 InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735_marshal_com(const InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735& unmarshaled, InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735_marshaled_com& marshaled);
|
|
IL2CPP_EXTERN_C void InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735_marshal_com_back(const InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735_marshaled_com& marshaled, InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735& unmarshaled);
|
|
IL2CPP_EXTERN_C void InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735_marshal_com_cleanup(InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735_marshaled_com& 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);
|
|
IL2CPP_EXTERN_C void MatcherJson_t5F54B83ADE9DD6D48FD48D76841EF4CA790DD942_marshal_pinvoke(const MatcherJson_t5F54B83ADE9DD6D48FD48D76841EF4CA790DD942& unmarshaled, MatcherJson_t5F54B83ADE9DD6D48FD48D76841EF4CA790DD942_marshaled_pinvoke& marshaled);
|
|
IL2CPP_EXTERN_C void MatcherJson_t5F54B83ADE9DD6D48FD48D76841EF4CA790DD942_marshal_pinvoke_back(const MatcherJson_t5F54B83ADE9DD6D48FD48D76841EF4CA790DD942_marshaled_pinvoke& marshaled, MatcherJson_t5F54B83ADE9DD6D48FD48D76841EF4CA790DD942& unmarshaled);
|
|
IL2CPP_EXTERN_C void MatcherJson_t5F54B83ADE9DD6D48FD48D76841EF4CA790DD942_marshal_pinvoke_cleanup(MatcherJson_t5F54B83ADE9DD6D48FD48D76841EF4CA790DD942_marshaled_pinvoke& marshaled);
|
|
IL2CPP_EXTERN_C void MatcherJson_t5F54B83ADE9DD6D48FD48D76841EF4CA790DD942_marshal_com(const MatcherJson_t5F54B83ADE9DD6D48FD48D76841EF4CA790DD942& unmarshaled, MatcherJson_t5F54B83ADE9DD6D48FD48D76841EF4CA790DD942_marshaled_com& marshaled);
|
|
IL2CPP_EXTERN_C void MatcherJson_t5F54B83ADE9DD6D48FD48D76841EF4CA790DD942_marshal_com_back(const MatcherJson_t5F54B83ADE9DD6D48FD48D76841EF4CA790DD942_marshaled_com& marshaled, MatcherJson_t5F54B83ADE9DD6D48FD48D76841EF4CA790DD942& unmarshaled);
|
|
IL2CPP_EXTERN_C void MatcherJson_t5F54B83ADE9DD6D48FD48D76841EF4CA790DD942_marshal_com_cleanup(MatcherJson_t5F54B83ADE9DD6D48FD48D76841EF4CA790DD942_marshaled_com& marshaled);
|
|
IL2CPP_EXTERN_C void InputDeviceMatcher_tF9BA551C8BB4AE41672366A7EBEA951543E0C555_marshal_pinvoke(const InputDeviceMatcher_tF9BA551C8BB4AE41672366A7EBEA951543E0C555& unmarshaled, InputDeviceMatcher_tF9BA551C8BB4AE41672366A7EBEA951543E0C555_marshaled_pinvoke& marshaled);
|
|
IL2CPP_EXTERN_C void InputDeviceMatcher_tF9BA551C8BB4AE41672366A7EBEA951543E0C555_marshal_pinvoke_back(const InputDeviceMatcher_tF9BA551C8BB4AE41672366A7EBEA951543E0C555_marshaled_pinvoke& marshaled, InputDeviceMatcher_tF9BA551C8BB4AE41672366A7EBEA951543E0C555& unmarshaled);
|
|
IL2CPP_EXTERN_C void InputDeviceMatcher_tF9BA551C8BB4AE41672366A7EBEA951543E0C555_marshal_pinvoke_cleanup(InputDeviceMatcher_tF9BA551C8BB4AE41672366A7EBEA951543E0C555_marshaled_pinvoke& marshaled);
|
|
IL2CPP_EXTERN_C void InputDeviceMatcher_tF9BA551C8BB4AE41672366A7EBEA951543E0C555_marshal_com(const InputDeviceMatcher_tF9BA551C8BB4AE41672366A7EBEA951543E0C555& unmarshaled, InputDeviceMatcher_tF9BA551C8BB4AE41672366A7EBEA951543E0C555_marshaled_com& marshaled);
|
|
IL2CPP_EXTERN_C void InputDeviceMatcher_tF9BA551C8BB4AE41672366A7EBEA951543E0C555_marshal_com_back(const InputDeviceMatcher_tF9BA551C8BB4AE41672366A7EBEA951543E0C555_marshaled_com& marshaled, InputDeviceMatcher_tF9BA551C8BB4AE41672366A7EBEA951543E0C555& unmarshaled);
|
|
IL2CPP_EXTERN_C void InputDeviceMatcher_tF9BA551C8BB4AE41672366A7EBEA951543E0C555_marshal_com_cleanup(InputDeviceMatcher_tF9BA551C8BB4AE41672366A7EBEA951543E0C555_marshaled_com& marshaled);
|
|
IL2CPP_EXTERN_C void CacheRefInstance_t4E8602E1529A57250C63318B7E44AE2195514023_marshal_pinvoke(const CacheRefInstance_t4E8602E1529A57250C63318B7E44AE2195514023& unmarshaled, CacheRefInstance_t4E8602E1529A57250C63318B7E44AE2195514023_marshaled_pinvoke& marshaled);
|
|
IL2CPP_EXTERN_C void CacheRefInstance_t4E8602E1529A57250C63318B7E44AE2195514023_marshal_pinvoke_back(const CacheRefInstance_t4E8602E1529A57250C63318B7E44AE2195514023_marshaled_pinvoke& marshaled, CacheRefInstance_t4E8602E1529A57250C63318B7E44AE2195514023& unmarshaled);
|
|
IL2CPP_EXTERN_C void CacheRefInstance_t4E8602E1529A57250C63318B7E44AE2195514023_marshal_pinvoke_cleanup(CacheRefInstance_t4E8602E1529A57250C63318B7E44AE2195514023_marshaled_pinvoke& marshaled);
|
|
IL2CPP_EXTERN_C void CacheRefInstance_t4E8602E1529A57250C63318B7E44AE2195514023_marshal_com(const CacheRefInstance_t4E8602E1529A57250C63318B7E44AE2195514023& unmarshaled, CacheRefInstance_t4E8602E1529A57250C63318B7E44AE2195514023_marshaled_com& marshaled);
|
|
IL2CPP_EXTERN_C void CacheRefInstance_t4E8602E1529A57250C63318B7E44AE2195514023_marshal_com_back(const CacheRefInstance_t4E8602E1529A57250C63318B7E44AE2195514023_marshaled_com& marshaled, CacheRefInstance_t4E8602E1529A57250C63318B7E44AE2195514023& unmarshaled);
|
|
IL2CPP_EXTERN_C void CacheRefInstance_t4E8602E1529A57250C63318B7E44AE2195514023_marshal_com_cleanup(CacheRefInstance_t4E8602E1529A57250C63318B7E44AE2195514023_marshaled_com& marshaled);
|
|
|
|
// System.Boolean Unity.Collections.NativeArray`1<System.Byte>::get_IsCreated()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NativeArray_1_get_IsCreated_mD74FCA194584E6EA7916853B62401EB78240A081_gshared (NativeArray_1_t81F55263465517B73C455D3400CF67B4BADD85CF* __this, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Nullable`1<System.Int32Enum>::get_HasValue()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Nullable_1_get_HasValue_mB1F55188CDD50D6D725D41F55D2F2540CD15FB20_gshared_inline (Nullable_1_t163D49A1147F217B7BD43BE8ACC8A5CC6B846D14* __this, const RuntimeMethod* method) ;
|
|
// T System.Nullable`1<System.Int32Enum>::GetValueOrDefault()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Nullable_1_GetValueOrDefault_m26287DBB36429B2E2FBCB3F96F439248F8CAA8BB_gshared_inline (Nullable_1_t163D49A1147F217B7BD43BE8ACC8A5CC6B846D14* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Nullable`1<System.Int32Enum>::.ctor(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Nullable_1__ctor_m5100B58428BDAD8C79F3D8576B0C2E1D4F3924EB_gshared (Nullable_1_t163D49A1147F217B7BD43BE8ACC8A5CC6B846D14* __this, int32_t ___0_value, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.InputSystem.Utilities.ReadOnlyArray`1<System.Object>::.ctor(TValue[],System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReadOnlyArray_1__ctor_m2C5D5E2909635889EDB94C381385ED5D6128612F_gshared (ReadOnlyArray_1_t40B8DDDCD6ACBA3B2C0AF1387BE23D68DAEF77B5* __this, ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___0_array, int32_t ___1_index, int32_t ___2_length, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.InputSystem.InputControlList`1<System.Object>::Dispose()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputControlList_1_Dispose_mB88ABF9267ADE8178F03975EA3E2261706B108F4_gshared (InputControlList_1_t48EC0F64E524A57EFE5948AFCA4A576846FC1C31* __this, const RuntimeMethod* method) ;
|
|
// TControl[] UnityEngine.InputSystem.InputControlList`1<System.Object>::ToArray(System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* InputControlList_1_ToArray_m575684E978E3FC875272EF721E417E1905CD6174_gshared (InputControlList_1_t48EC0F64E524A57EFE5948AFCA4A576846FC1C31* __this, bool ___0_dispose, 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) ;
|
|
// 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.Boolean UnityEngine.InputSystem.LowLevel.InputEventPtr::IsA<UnityEngine.InputSystem.LowLevel.DeltaStateEvent>()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputEventPtr_IsA_TisDeltaStateEvent_tC11D9B5FD8A535C2D998D30F8624E6533044D859_mF1E078C1A9AC9C4697BA6A4F763D17E398CBBDE7_gshared (InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0* __this, const RuntimeMethod* method) ;
|
|
// System.Boolean UnityEngine.InputSystem.LowLevel.InputEventPtr::IsA<UnityEngine.InputSystem.LowLevel.StateEvent>()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputEventPtr_IsA_TisStateEvent_tB93D5F08B084A2BC9FFC71B084409DBBD2516C0F_mA9BDDBB4B234A924F74AB0343F6F3CFDBFF70327_gshared (InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0* __this, const RuntimeMethod* method) ;
|
|
// System.Int32 UnityEngine.InputSystem.Utilities.ArrayHelpers::IndexOfReference<System.Object,System.Object>(TFirst[],TSecond,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ArrayHelpers_IndexOfReference_TisRuntimeObject_TisRuntimeObject_m58ECC31F75FD822671542E4F31BCFD292120D6C0_gshared (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___0_array, RuntimeObject* ___1_value, int32_t ___2_count, const RuntimeMethod* method) ;
|
|
// System.Int32 UnityEngine.InputSystem.Utilities.ArrayHelpers::AppendWithCapacity<System.Object>(TValue[]&,System.Int32&,TValue,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ArrayHelpers_AppendWithCapacity_TisRuntimeObject_m4BE5EEC05AF1748E66CFC4850FE047BEF296D514_gshared (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918** ___0_array, int32_t* ___1_count, RuntimeObject* ___2_value, int32_t ___3_capacityIncrement, const RuntimeMethod* method) ;
|
|
// System.Void System.Action`1<UnityEngine.InputSystem.LowLevel.InputStateHistory/Record>::Invoke(T)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Action_1_Invoke_m385E2072F05E124A5C5A65458BECB656EA710704_gshared_inline (Action_1_t382B605C2C5668A25F075BE1F415718CF3C38FF7* __this, Record_tF7FF07DC502355356B48CE78337FB16B196E2EE0 ___0_obj, const RuntimeMethod* method) ;
|
|
// System.Void Unity.Collections.NativeArray`1<System.Byte>::Dispose()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeArray_1_Dispose_m8B0F342847ECB90EB814E1F6AA5BF7DC2F271AEA_gshared (NativeArray_1_t81F55263465517B73C455D3400CF67B4BADD85CF* __this, const RuntimeMethod* method) ;
|
|
// System.Void Unity.Collections.NativeArray`1<System.Byte>::.ctor(System.Int32,Unity.Collections.Allocator,Unity.Collections.NativeArrayOptions)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeArray_1__ctor_m981CC7E27B6C9946024877F2696920951443B04F_gshared (NativeArray_1_t81F55263465517B73C455D3400CF67B4BADD85CF* __this, int32_t ___0_length, int32_t ___1_allocator, int32_t ___2_options, const RuntimeMethod* method) ;
|
|
// System.Void* Unity.Collections.LowLevel.Unsafe.NativeArrayUnsafeUtility::GetUnsafePtr<System.Byte>(Unity.Collections.NativeArray`1<T>)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void* NativeArrayUnsafeUtility_GetUnsafePtr_TisByte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_m8CFDB2DF56E810A2E2FB3686AF676FCAC65AFCC2_gshared (NativeArray_1_t81F55263465517B73C455D3400CF67B4BADD85CF ___0_nativeArray, const RuntimeMethod* method) ;
|
|
// TValue UnityEngine.InputSystem.Utilities.ReadOnlyArray`1<System.Object>::get_Item(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ReadOnlyArray_1_get_Item_m20907EA946F72D55FC8BD8031EA4F9BF13AE164D_gshared (ReadOnlyArray_1_t40B8DDDCD6ACBA3B2C0AF1387BE23D68DAEF77B5* __this, int32_t ___0_index, const RuntimeMethod* method) ;
|
|
// TResult System.Func`4<System.Object,System.Double,UnityEngine.InputSystem.LowLevel.InputEventPtr,System.Boolean>::Invoke(T1,T2,T3)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Func_4_Invoke_mC7D21C922ACD57BEC4C04878D5BFFC1441C3779A_gshared_inline (Func_4_t71673974799A3C352F89909BA77E8B33929F2A32* __this, RuntimeObject* ___0_arg1, double ___1_arg2, InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0 ___2_arg3, const RuntimeMethod* method) ;
|
|
// System.Int32 UnityEngine.InputSystem.Utilities.ReadOnlyArray`1<System.Object>::get_Count()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t ReadOnlyArray_1_get_Count_m37AE229E2BFB74375A7BD545982B745F982762F8_gshared_inline (ReadOnlyArray_1_t40B8DDDCD6ACBA3B2C0AF1387BE23D68DAEF77B5* __this, const RuntimeMethod* method) ;
|
|
// System.Int32 UnityEngine.InputSystem.Utilities.ReadOnlyArrayExtensions::IndexOfReference<System.Object>(UnityEngine.InputSystem.Utilities.ReadOnlyArray`1<TValue>,TValue)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ReadOnlyArrayExtensions_IndexOfReference_TisRuntimeObject_m59B5B11615034DF943289BB1ED657AD8B1B10077_gshared (ReadOnlyArray_1_t40B8DDDCD6ACBA3B2C0AF1387BE23D68DAEF77B5 ___0_array, RuntimeObject* ___1_value, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.InputSystem.InputProcessor`1<System.Single>::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputProcessor_1__ctor_m6E736C5302AE133E73EA6EBF118BD01593543363_gshared (InputProcessor_1_tFE49B42CB371A9A2A3F29802695BD251947AD0B4* __this, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.InputSystem.InputProcessor`1<UnityEngine.Vector3>::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputProcessor_1__ctor_m3660D9413503EF80E191369B2681143857676B2C_gshared (InputProcessor_1_t10DFF33E2326C9CB9E156D4E45DB2D85EFD54C7F* __this, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.InputSystem.InputProcessor`1<UnityEngine.Quaternion>::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputProcessor_1__ctor_mD16AAFDF5E257298ADA5114E0A83D7F7C854F4CF_gshared (InputProcessor_1_t43B1AEC927E378D43D0207A4C031927E872280CE* __this, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.InputSystem.InputProcessor`1<UnityEngine.Vector2>::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputProcessor_1__ctor_m83FD372BC7790897D73BB2A38C5B8FE7E7D370FE_gshared (InputProcessor_1_tD1A40E0E5825AAABC3416EC96E087FF6E6351DD2* __this, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.InputSystem.Utilities.ReadOnlyArray`1<UnityEngine.InputSystem.Utilities.InternedString>::.ctor(TValue[])
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReadOnlyArray_1__ctor_m8B1A10969D597D11769C4E7C33B907A981CA78F5_gshared (ReadOnlyArray_1_t1C2864D7CF4D444AB2616316AC8DD33932F77064* __this, InternedStringU5BU5D_t0B851758733FC0B118D84BE83AED10A0404C18D5* ___0_array, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.InputSystem.Utilities.ReadOnlyArray`1<UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem>::.ctor(TValue[])
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReadOnlyArray_1__ctor_m1A1A6D0FD792CEAA60A7641BB5854BCD80217362_gshared (ReadOnlyArray_1_t33FF20B344958C68734E3615E9381A0A6F882670* __this, ControlItemU5BU5D_t7798E8B7C7F58B8F6D13B567539CD82E962C7104* ___0_array, const RuntimeMethod* method) ;
|
|
// T System.Nullable`1<System.Boolean>::GetValueOrDefault()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Nullable_1_GetValueOrDefault_m86E1210429A6EA0082CC7806DD638E8B4555F148_gshared_inline (Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Nullable`1<System.Boolean>::.ctor(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Nullable_1__ctor_m4FAA8281CB4EFFD8B817734351FB3AC20A0CD6F5_gshared (Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01* __this, bool ___0_value, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Nullable`1<System.Boolean>::get_HasValue()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Nullable_1_get_HasValue_m6B76D139692C43B2AF7C695FAB044B16ACFAF355_gshared_inline (Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01* __this, const RuntimeMethod* method) ;
|
|
// T System.Nullable`1<System.Boolean>::get_Value()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Nullable_1_get_Value_mE2C54C6AE9FC9F05BF44CD9D7D61DC6CD56E3E28_gshared (Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Nullable`1<UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem>::.ctor(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Nullable_1__ctor_m2A8ADF972334AFE0CB6F3D100535A01C4E89F485_gshared (Nullable_1_t655AB0D788E9ABDCE6B0F6BF2AADC5C7E35955C4* __this, ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD ___0_value, const RuntimeMethod* method) ;
|
|
// System.Void System.Collections.Generic.List`1<UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem>::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1__ctor_mA682012E5951D6B004135D22C6B4B2D7D593990E_gshared (List_1_tBF847DD77CE898FDD304012AB5DFBFC15986D8F7* __this, const RuntimeMethod* method) ;
|
|
// T System.Reflection.CustomAttributeExtensions::GetCustomAttribute<System.Object>(System.Reflection.MemberInfo,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* CustomAttributeExtensions_GetCustomAttribute_TisRuntimeObject_m9EFD5CBA0FF05E990D56D14EE1BD1E289E6BE9EA_gshared (MemberInfo_t* ___0_element, bool ___1_inherit, const RuntimeMethod* method) ;
|
|
// T[] System.Collections.Generic.List`1<UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem>::ToArray()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ControlItemU5BU5D_t7798E8B7C7F58B8F6D13B567539CD82E962C7104* List_1_ToArray_m00CA5FB91CDA6365D58E28447BF529B32FE5AFE1_gshared (List_1_tBF847DD77CE898FDD304012AB5DFBFC15986D8F7* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Func`2<System.Object,UnityEngine.InputSystem.Utilities.InternedString>::.ctor(System.Object,System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Func_2__ctor_m92E872488A5D1351FE7695A0328E8D468BEE1884_gshared (Func_2_t92904CE6AE729E23667675B2858ABE16106A0837* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method) ;
|
|
// TNew[] UnityEngine.InputSystem.Utilities.ArrayHelpers::Select<System.Object,UnityEngine.InputSystem.Utilities.InternedString>(TOld[],System.Func`2<TOld,TNew>)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InternedStringU5BU5D_t0B851758733FC0B118D84BE83AED10A0404C18D5* ArrayHelpers_Select_TisRuntimeObject_TisInternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735_mEC88C272C092C58B6A00CD2EC00C7F43F19EF74A_gshared (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___0_array, Func_2_t92904CE6AE729E23667675B2858ABE16106A0837* ___1_converter, const RuntimeMethod* method) ;
|
|
// T UnityEngine.JsonUtility::FromJson<UnityEngine.InputSystem.Layouts.InputControlLayout/LayoutJson>(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR LayoutJson_t79F9D8B74314A3697F189FBA1DE721260F5E9399 JsonUtility_FromJson_TisLayoutJson_t79F9D8B74314A3697F189FBA1DE721260F5E9399_m1323ACD3DA5A5768BCA2BCCE2A6A0C7B55127917_gshared (String_t* ___0_json, const RuntimeMethod* method) ;
|
|
// System.Int32 System.Collections.Generic.List`1<UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem>::get_Count()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t List_1_get_Count_m965582C062B5F29E2DB7427A5C2DD8603D88ADD7_gshared_inline (List_1_tBF847DD77CE898FDD304012AB5DFBFC15986D8F7* __this, const RuntimeMethod* method) ;
|
|
// T System.Collections.Generic.List`1<UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem>::get_Item(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD List_1_get_Item_m0A94F1F351B6BAE6D2F3889C9C4B99E7106487AC_gshared (List_1_tBF847DD77CE898FDD304012AB5DFBFC15986D8F7* __this, int32_t ___0_index, const RuntimeMethod* method) ;
|
|
// System.Void System.Collections.Generic.List`1<UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem>::set_Item(System.Int32,T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_set_Item_m6FA93D75E7D5F138E7C31968F66B0C5918E6CA8C_gshared (List_1_tBF847DD77CE898FDD304012AB5DFBFC15986D8F7* __this, int32_t ___0_index, ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD ___1_value, const RuntimeMethod* method) ;
|
|
// System.Collections.Generic.IEnumerable`1<T> System.Reflection.CustomAttributeExtensions::GetCustomAttributes<System.Object>(System.Reflection.MemberInfo,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* CustomAttributeExtensions_GetCustomAttributes_TisRuntimeObject_mBF71968FD8245DB3BE66890858B1877DCF8875CF_gshared (MemberInfo_t* ___0_element, bool ___1_inherit, const RuntimeMethod* method) ;
|
|
// System.Void System.Collections.Generic.List`1<UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem>::Add(T)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void List_1_Add_mC80F4E1FA0352E5887AF0D8100CA8C32C74509D6_gshared_inline (List_1_tBF847DD77CE898FDD304012AB5DFBFC15986D8F7* __this, ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD ___0_item, const RuntimeMethod* method) ;
|
|
// TValue[] UnityEngine.InputSystem.Utilities.ArrayHelpers::Join<System.Object>(TValue,TValue[])
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ArrayHelpers_Join_TisRuntimeObject_m363616FA6F63EC2579DC76A76CEDC51A231E4D65_gshared (RuntimeObject* ___0_value, ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___1_values, const RuntimeMethod* method) ;
|
|
// System.Collections.Generic.IEnumerable`1<TResult> System.Linq.Enumerable::Select<System.Object,UnityEngine.InputSystem.Utilities.InternedString>(System.Collections.Generic.IEnumerable`1<TSource>,System.Func`2<TSource,TResult>)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Enumerable_Select_TisRuntimeObject_TisInternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735_mB1F4DB3113C9B1BAC286DBB2AF3A67A99D91A79C_gshared (RuntimeObject* ___0_source, Func_2_t92904CE6AE729E23667675B2858ABE16106A0837* ___1_selector, const RuntimeMethod* method) ;
|
|
// TSource[] System.Linq.Enumerable::ToArray<UnityEngine.InputSystem.Utilities.InternedString>(System.Collections.Generic.IEnumerable`1<TSource>)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InternedStringU5BU5D_t0B851758733FC0B118D84BE83AED10A0404C18D5* Enumerable_ToArray_TisInternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735_m454C0E66D1C84DDF8843828AF89C238643DDEC8B_gshared (RuntimeObject* ___0_source, const RuntimeMethod* method) ;
|
|
// TSource[] System.Linq.Enumerable::ToArray<UnityEngine.InputSystem.Utilities.NameAndParameters>(System.Collections.Generic.IEnumerable`1<TSource>)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NameAndParametersU5BU5D_tA6C2AC34ACDB1967A7A2CEF4BE1D717ADA695CA2* Enumerable_ToArray_TisNameAndParameters_t8F37102128EFD31CA57808AE6E3D1244758DEA01_m4E10EB9AA22EF437DD279A53F15FD831883DCC26_gshared (RuntimeObject* ___0_source, 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.Void UnityEngine.InputSystem.Utilities.ReadOnlyArray`1<UnityEngine.InputSystem.Utilities.NameAndParameters>::.ctor(TValue[])
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReadOnlyArray_1__ctor_mEAD477EA9B978C5FB45054408D3AF3B53A4E9F37_gshared (ReadOnlyArray_1_t1B44D48F2E9F425D218BABD5DE616117E8725D41* __this, NameAndParametersU5BU5D_tA6C2AC34ACDB1967A7A2CEF4BE1D717ADA695CA2* ___0_array, const RuntimeMethod* method) ;
|
|
// TValue[] UnityEngine.InputSystem.Utilities.ArrayHelpers::Merge<UnityEngine.InputSystem.Utilities.InternedString>(TValue[],TValue[])
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InternedStringU5BU5D_t0B851758733FC0B118D84BE83AED10A0404C18D5* ArrayHelpers_Merge_TisInternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735_mCC79BA1038C37616EE10663DC2AB82AA7ADB8105_gshared (InternedStringU5BU5D_t0B851758733FC0B118D84BE83AED10A0404C18D5* ___0_first, InternedStringU5BU5D_t0B851758733FC0B118D84BE83AED10A0404C18D5* ___1_second, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.InputSystem.Utilities.InlinedArray`1<UnityEngine.InputSystem.Utilities.InternedString>::Merge(UnityEngine.InputSystem.Utilities.InlinedArray`1<TValue>)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InlinedArray_1_Merge_mFBCBF398F83222C4F45F518BFAF15B5083CA4A7E_gshared (InlinedArray_1_tAFDFE0972A71B9760077CFA9D4A1DBD7BE435800* __this, InlinedArray_1_tAFDFE0972A71B9760077CFA9D4A1DBD7BE435800 ___0_other, const RuntimeMethod* method) ;
|
|
// System.Void System.Collections.Generic.List`1<System.Object>::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1__ctor_m7F078BB342729BDF11327FD89D7872265328F690_gshared (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* __this, const RuntimeMethod* method) ;
|
|
// System.Collections.Generic.Dictionary`2/Enumerator<TKey,TValue> System.Collections.Generic.Dictionary`2<System.Object,UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem>::GetEnumerator()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Enumerator_tF8222A4639381794AAA8400055AD5CCB9CA671CB Dictionary_2_GetEnumerator_mC480F53D79C49B466BE1AA3D20183B69A45B37FD_gshared (Dictionary_2_t59872F59645AC1330A11D759A7914EB73BB345E8* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Collections.Generic.Dictionary`2/Enumerator<System.Object,UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem>::Dispose()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator_Dispose_m37CA84AE448904CF516FC7413249798A46459FAE_gshared (Enumerator_tF8222A4639381794AAA8400055AD5CCB9CA671CB* __this, const RuntimeMethod* method) ;
|
|
// System.Collections.Generic.KeyValuePair`2<TKey,TValue> System.Collections.Generic.Dictionary`2/Enumerator<System.Object,UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem>::get_Current()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR KeyValuePair_2_tF5DD05EDBC520DD8097B5B6C4F393A65598F1A63 Enumerator_get_Current_m0373B60ED4ADFD0BB6384F21AA824052DC046AB2_gshared_inline (Enumerator_tF8222A4639381794AAA8400055AD5CCB9CA671CB* __this, const RuntimeMethod* method) ;
|
|
// TKey System.Collections.Generic.KeyValuePair`2<System.Object,UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem>::get_Key()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* KeyValuePair_2_get_Key_m0B23CA68619DDA4661F16C7E1DF5E9136DDE50E0_gshared_inline (KeyValuePair_2_tF5DD05EDBC520DD8097B5B6C4F393A65598F1A63* __this, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Collections.Generic.Dictionary`2<System.Object,UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem>::TryGetValue(TKey,TValue&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Dictionary_2_TryGetValue_m5412FA693B096C4757B05851062AF7A19D731318_gshared (Dictionary_2_t59872F59645AC1330A11D759A7914EB73BB345E8* __this, RuntimeObject* ___0_key, ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD* ___1_value, const RuntimeMethod* method) ;
|
|
// TValue System.Collections.Generic.KeyValuePair`2<System.Object,UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem>::get_Value()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD KeyValuePair_2_get_Value_mC984E0FD2A2116BD6D8E87245E7604F394144702_gshared_inline (KeyValuePair_2_tF5DD05EDBC520DD8097B5B6C4F393A65598F1A63* __this, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Collections.Generic.Dictionary`2<System.Object,UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem>::Remove(TKey)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Dictionary_2_Remove_m3BD5BA6D218A4CA09A07B9BA4D9CD305681187F0_gshared (Dictionary_2_t59872F59645AC1330A11D759A7914EB73BB345E8* __this, RuntimeObject* ___0_key, const RuntimeMethod* method) ;
|
|
// T System.Collections.Generic.List`1<System.Object>::get_Item(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* List_1_get_Item_m33561245D64798C2AB07584C0EC4F240E4839A38_gshared (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* __this, int32_t ___0_index, const RuntimeMethod* method) ;
|
|
// System.Int32 System.Collections.Generic.List`1<System.Object>::get_Count()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t List_1_get_Count_m4407E4C389F22B8CEC282C15D56516658746C383_gshared_inline (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* __this, const RuntimeMethod* method) ;
|
|
// System.Collections.Generic.List`1/Enumerator<T> System.Collections.Generic.List`1<System.Object>::GetEnumerator()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Enumerator_t9473BAB568A27E2339D48C1F91319E0F6D244D7A List_1_GetEnumerator_mD8294A7FA2BEB1929487127D476F8EC1CDC23BFC_gshared (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Collections.Generic.List`1/Enumerator<System.Object>::Dispose()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator_Dispose_mD9DC3E3C3697830A4823047AB29A77DBBB5ED419_gshared (Enumerator_t9473BAB568A27E2339D48C1F91319E0F6D244D7A* __this, const RuntimeMethod* method) ;
|
|
// T System.Collections.Generic.List`1/Enumerator<System.Object>::get_Current()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* Enumerator_get_Current_m6330F15D18EE4F547C05DF9BF83C5EB710376027_gshared_inline (Enumerator_t9473BAB568A27E2339D48C1F91319E0F6D244D7A* __this, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Collections.Generic.List`1/Enumerator<System.Object>::MoveNext()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Enumerator_MoveNext_mE921CC8F29FBBDE7CC3209A0ED0D921D58D00BCB_gshared (Enumerator_t9473BAB568A27E2339D48C1F91319E0F6D244D7A* __this, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Collections.Generic.Dictionary`2/Enumerator<System.Object,UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem>::MoveNext()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Enumerator_MoveNext_m032E337F756F97C0EC0461068ACBD68CB7901594_gshared (Enumerator_tF8222A4639381794AAA8400055AD5CCB9CA671CB* __this, const RuntimeMethod* method) ;
|
|
// System.Collections.Generic.Dictionary`2/ValueCollection<TKey,TValue> System.Collections.Generic.Dictionary`2<System.Object,UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem>::get_Values()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ValueCollection_t5413D7AD049C57884DA4ABC89669C70C00462738* Dictionary_2_get_Values_m515D09D0312AD1F015116267E89D61C6AAF631B1_gshared (Dictionary_2_t59872F59645AC1330A11D759A7914EB73BB345E8* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Collections.Generic.List`1<UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem>::AddRange(System.Collections.Generic.IEnumerable`1<T>)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_AddRange_m23F87068F1ED72DC86372B717F08CD9EF57C6BDA_gshared (List_1_tBF847DD77CE898FDD304012AB5DFBFC15986D8F7* __this, RuntimeObject* ___0_collection, const RuntimeMethod* method) ;
|
|
// System.Void System.Func`2<UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem,System.Boolean>::.ctor(System.Object,System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Func_2__ctor_m298B011497B6E0C393B5E14B29687750963EC5E4_gshared (Func_2_tE8C03B34A75321160F6D3EFCB01F9346EC7F21C7* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method) ;
|
|
// System.Collections.Generic.IEnumerable`1<TSource> System.Linq.Enumerable::Where<UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem>(System.Collections.Generic.IEnumerable`1<TSource>,System.Func`2<TSource,System.Boolean>)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Enumerable_Where_TisControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD_mF2414820EDBE19D4C89DAF957E356FDF8058A1B8_gshared (RuntimeObject* ___0_source, Func_2_tE8C03B34A75321160F6D3EFCB01F9346EC7F21C7* ___1_predicate, const RuntimeMethod* method) ;
|
|
// System.Void System.Collections.Generic.Dictionary`2<System.Object,UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem>::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2__ctor_mB2E37F0F93BC63FC630BDA2CA7DCF22B822D22A1_gshared (Dictionary_2_t59872F59645AC1330A11D759A7914EB73BB345E8* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Collections.Generic.List`1<System.Object>::Add(T)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void List_1_Add_mEBCF994CC3814631017F46A387B1A192ED6C85C7_gshared_inline (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* __this, RuntimeObject* ___0_item, const RuntimeMethod* method) ;
|
|
// System.Void System.Collections.Generic.Dictionary`2<System.Object,UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem>::set_Item(TKey,TValue)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2_set_Item_m87294AF6662DE1D6CC524D1133F3CC12A5C142E6_gshared (Dictionary_2_t59872F59645AC1330A11D759A7914EB73BB345E8* __this, RuntimeObject* ___0_key, ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD ___1_value, const RuntimeMethod* method) ;
|
|
// T UnityEngine.JsonUtility::FromJson<UnityEngine.InputSystem.Layouts.InputControlLayout/LayoutJsonNameAndDescriptorOnly>(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR LayoutJsonNameAndDescriptorOnly_t65374D6FE057889718820FCFA163517FAA40AB5F JsonUtility_FromJson_TisLayoutJsonNameAndDescriptorOnly_t65374D6FE057889718820FCFA163517FAA40AB5F_mA4F6C7BA2452D0278070D2911C515A8D179FACA0_gshared (String_t* ___0_json, const RuntimeMethod* method) ;
|
|
// System.Int32 UnityEngine.InputSystem.Utilities.InlinedArray`1<UnityEngine.InputSystem.Utilities.InternedString>::Append(TValue)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t InlinedArray_1_Append_m14B1C35E2818E78C1671F1F02272804B4BF33D05_gshared (InlinedArray_1_tAFDFE0972A71B9760077CFA9D4A1DBD7BE435800* __this, InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 ___0_value, const RuntimeMethod* method) ;
|
|
// System.Int32 UnityEngine.InputSystem.Utilities.ReadOnlyArray`1<UnityEngine.InputSystem.Utilities.InternedString>::get_Count()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t ReadOnlyArray_1_get_Count_m2215B7CB1D01D57AB87F3363351D7A7BD528E40F_gshared_inline (ReadOnlyArray_1_t1C2864D7CF4D444AB2616316AC8DD33932F77064* __this, const RuntimeMethod* method) ;
|
|
// System.Int32 UnityEngine.InputSystem.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.Int32 UnityEngine.InputSystem.Utilities.ReadOnlyArray`1<UnityEngine.InputSystem.Utilities.NameAndParameters>::get_Count()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t ReadOnlyArray_1_get_Count_mCB952AF4F81F9AF4E9F86DEDE58AF67AF1654293_gshared_inline (ReadOnlyArray_1_t1B44D48F2E9F425D218BABD5DE616117E8725D41* __this, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.InputSystem.Utilities.ReadOnlyArray`1<UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem>::.ctor(TValue[],System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReadOnlyArray_1__ctor_m49F921C4A55D0D3A64169BAEED67DE11D60A6F02_gshared (ReadOnlyArray_1_t33FF20B344958C68734E3615E9381A0A6F882670* __this, ControlItemU5BU5D_t7798E8B7C7F58B8F6D13B567539CD82E962C7104* ___0_array, int32_t ___1_index, int32_t ___2_length, const RuntimeMethod* method) ;
|
|
// System.Int32 UnityEngine.InputSystem.Utilities.ArrayHelpers::AppendWithCapacity<UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem>(TValue[]&,System.Int32&,TValue,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ArrayHelpers_AppendWithCapacity_TisControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD_m5A9B524D2CA04A1565899243E642C4B839856336_gshared (ControlItemU5BU5D_t7798E8B7C7F58B8F6D13B567539CD82E962C7104** ___0_array, int32_t* ___1_count, ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD ___2_value, int32_t ___3_capacityIncrement, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.InputSystem.Utilities.InlinedArray`1<UnityEngine.InputSystem.Utilities.InternedString>::.ctor(TValue)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InlinedArray_1__ctor_m8732B6EBFFA627F5206C86E329439F947A14A67F_gshared (InlinedArray_1_tAFDFE0972A71B9760077CFA9D4A1DBD7BE435800* __this, InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 ___0_value, const RuntimeMethod* method) ;
|
|
// TValue UnityEngine.InputSystem.Utilities.InlinedArray`1<UnityEngine.InputSystem.Utilities.InternedString>::get_Item(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 InlinedArray_1_get_Item_m0DC6E89FD175B28015115C99793A82B4F3B9026C_gshared (InlinedArray_1_tAFDFE0972A71B9760077CFA9D4A1DBD7BE435800* __this, int32_t ___0_index, const RuntimeMethod* method) ;
|
|
// System.Void System.Func`2<UnityEngine.InputSystem.Utilities.InternedString,System.Object>::.ctor(System.Object,System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Func_2__ctor_mEA865389B1F3B9B7F55A65C4B937BF1A2F7258AC_gshared (Func_2_t63BCD2DEBA7363CAD4DAAF9703EF65C11A4C7BBB* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method) ;
|
|
// TOther[] UnityEngine.InputSystem.Utilities.InlinedArray`1<UnityEngine.InputSystem.Utilities.InternedString>::ToArray<System.Object>(System.Func`2<TValue,TOther>)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* InlinedArray_1_ToArray_TisRuntimeObject_m55E036D5E6132DB8F77958D0DEFB5BB9031AF4BA_gshared (InlinedArray_1_tAFDFE0972A71B9760077CFA9D4A1DBD7BE435800* __this, Func_2_t63BCD2DEBA7363CAD4DAAF9703EF65C11A4C7BBB* ___0_mapFunction, const RuntimeMethod* method) ;
|
|
// TNew[] UnityEngine.InputSystem.Utilities.ArrayHelpers::Select<UnityEngine.InputSystem.Utilities.InternedString,System.Object>(TOld[],System.Func`2<TOld,TNew>)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ArrayHelpers_Select_TisInternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735_TisRuntimeObject_mA9DA114FA29ACFF2C9B15738904A9BA311CAE29C_gshared (InternedStringU5BU5D_t0B851758733FC0B118D84BE83AED10A0404C18D5* ___0_array, Func_2_t63BCD2DEBA7363CAD4DAAF9703EF65C11A4C7BBB* ___1_converter, const RuntimeMethod* method) ;
|
|
// System.Void System.Collections.Generic.List`1<System.Object>::AddRange(System.Collections.Generic.IEnumerable`1<T>)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_AddRange_m1F76B300133150E6046C5FED00E88B5DE0A02E17_gshared (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* __this, RuntimeObject* ___0_collection, const RuntimeMethod* method) ;
|
|
// System.Void System.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) ;
|
|
// System.Void System.Func`2<UnityEngine.InputSystem.Utilities.NameAndParameters,System.Object>::.ctor(System.Object,System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Func_2__ctor_m1E68B63DDE3C60ADC91FED11B779D21F9E767357_gshared (Func_2_t0A5A7E48AA59739587E399BBE7C7E896A81319EB* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method) ;
|
|
// System.Collections.Generic.IEnumerable`1<TResult> System.Linq.Enumerable::Select<UnityEngine.InputSystem.Utilities.NameAndParameters,System.Object>(System.Collections.Generic.IEnumerable`1<TSource>,System.Func`2<TSource,TResult>)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Enumerable_Select_TisNameAndParameters_t8F37102128EFD31CA57808AE6E3D1244758DEA01_TisRuntimeObject_m8D7AB20E8AA7CBC55F66F2508DCAD071C3638B91_gshared (RuntimeObject* ___0_source, Func_2_t0A5A7E48AA59739587E399BBE7C7E896A81319EB* ___1_selector, const RuntimeMethod* method) ;
|
|
// System.Collections.Generic.IEnumerable`1<TResult> System.Linq.Enumerable::Select<UnityEngine.InputSystem.Utilities.InternedString,System.Object>(System.Collections.Generic.IEnumerable`1<TSource>,System.Func`2<TSource,TResult>)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Enumerable_Select_TisInternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735_TisRuntimeObject_m180F51FA24B8CA2B15DB5B031C1A50981AF30CD9_gshared (RuntimeObject* ___0_source, Func_2_t63BCD2DEBA7363CAD4DAAF9703EF65C11A4C7BBB* ___1_selector, const RuntimeMethod* method) ;
|
|
// System.Void System.Collections.Generic.Dictionary`2<UnityEngine.InputSystem.Utilities.InternedString,System.Object>::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2__ctor_mD34AE4C80C1F230BC1EA62AB9020FFA9BC0DE8E0_gshared (Dictionary_2_t25574638E247E1D55E6ED2A97A5C38F3EBA31BA9* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Collections.Generic.Dictionary`2<UnityEngine.InputSystem.Utilities.InternedString,UnityEngine.InputSystem.Utilities.InternedString>::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2__ctor_mD9CBB591E413FBE501BC3F6B50C92BF65F567CFE_gshared (Dictionary_2_t433D1FE2CDB69C9F583F79D5252A34112439D0AD* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Collections.Generic.HashSet`1<UnityEngine.InputSystem.Utilities.InternedString>::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HashSet_1__ctor_mCCBBA7A7E1C76C56AA42BDB67DD077178C0A828F_gshared (HashSet_1_t87C47CF88B1B88398D4F9A1E51E92F834CF5160B* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Collections.Generic.List`1<UnityEngine.InputSystem.Layouts.InputControlLayout/Collection/LayoutMatcher>::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1__ctor_mD02688FCA098489AE89BFA06B006B313E4B48997_gshared (List_1_t4E502B2E42676E48E6F9A8F0251ADB1DF4BD490E* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Collections.Generic.Dictionary`2<UnityEngine.InputSystem.Utilities.InternedString,UnityEngine.InputSystem.Layouts.InputControlLayout/Collection/PrecompiledLayout>::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2__ctor_mC02418824B6FF7967D1DC62752720272A34A114E_gshared (Dictionary_2_tD68C40116E127FE79F9E7AF07820CFDDBF20A8C1* __this, const RuntimeMethod* method) ;
|
|
// System.Collections.Generic.Dictionary`2/Enumerator<TKey,TValue> System.Collections.Generic.Dictionary`2<UnityEngine.InputSystem.Utilities.InternedString,System.Object>::GetEnumerator()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Enumerator_tA3FD4A2E68B869CA74DA02EF77286DF5BFB3FE31 Dictionary_2_GetEnumerator_m3BF9969257B323347AA34745C6DCD37D1F9BF174_gshared (Dictionary_2_t25574638E247E1D55E6ED2A97A5C38F3EBA31BA9* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Collections.Generic.Dictionary`2/Enumerator<UnityEngine.InputSystem.Utilities.InternedString,System.Object>::Dispose()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator_Dispose_mC351F7DAFCD1DF4CCFF3E49D092773C72D84C292_gshared (Enumerator_tA3FD4A2E68B869CA74DA02EF77286DF5BFB3FE31* __this, const RuntimeMethod* method) ;
|
|
// System.Collections.Generic.KeyValuePair`2<TKey,TValue> System.Collections.Generic.Dictionary`2/Enumerator<UnityEngine.InputSystem.Utilities.InternedString,System.Object>::get_Current()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR KeyValuePair_2_tC24A74EF64A292F5C6BA77D0B04CD6620D2DE3AC Enumerator_get_Current_mB1068DBFCAA4C19D082D5717DF265CBA6D66D4BE_gshared_inline (Enumerator_tA3FD4A2E68B869CA74DA02EF77286DF5BFB3FE31* __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) ;
|
|
// 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) ;
|
|
// System.Boolean System.Collections.Generic.Dictionary`2/Enumerator<UnityEngine.InputSystem.Utilities.InternedString,System.Object>::MoveNext()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Enumerator_MoveNext_m4BE8613970A8112E3042718B64AC74A4EF3355BF_gshared (Enumerator_tA3FD4A2E68B869CA74DA02EF77286DF5BFB3FE31* __this, const RuntimeMethod* method) ;
|
|
// System.Int32 System.Collections.Generic.List`1<UnityEngine.InputSystem.Layouts.InputControlLayout/Collection/LayoutMatcher>::get_Count()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t List_1_get_Count_mF4DDF38AC881AF869CC1CBE8475179B456B18437_gshared_inline (List_1_t4E502B2E42676E48E6F9A8F0251ADB1DF4BD490E* __this, const RuntimeMethod* method) ;
|
|
// T System.Collections.Generic.List`1<UnityEngine.InputSystem.Layouts.InputControlLayout/Collection/LayoutMatcher>::get_Item(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR LayoutMatcher_t0D8F5E32A7C82BC292EBA0FAA3EB2D9F1F72A0A6 List_1_get_Item_m99814088AA4143A5FA997159A17F5B25A7D3D2F8_gshared (List_1_t4E502B2E42676E48E6F9A8F0251ADB1DF4BD490E* __this, int32_t ___0_index, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Collections.Generic.Dictionary`2<UnityEngine.InputSystem.Utilities.InternedString,System.Object>::ContainsKey(TKey)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Dictionary_2_ContainsKey_mA2AD3A192BF80F69231CE977561A825A6A0B95BB_gshared (Dictionary_2_t25574638E247E1D55E6ED2A97A5C38F3EBA31BA9* __this, InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 ___0_key, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Collections.Generic.Dictionary`2<UnityEngine.InputSystem.Utilities.InternedString,System.Object>::TryGetValue(TKey,TValue&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Dictionary_2_TryGetValue_m5FF3432937DE0E166259F54A0CFC568A388F7439_gshared (Dictionary_2_t25574638E247E1D55E6ED2A97A5C38F3EBA31BA9* __this, InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 ___0_key, RuntimeObject** ___1_value, const RuntimeMethod* method) ;
|
|
// TResult System.Func`1<System.Object>::Invoke()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* Func_1_Invoke_m1412272198DFA4066C83206E5B43353AF10A2EEE_gshared_inline (Func_1_tD5C081AE11746B200C711DD48DBEB00E3A9276D4* __this, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Collections.Generic.HashSet`1<UnityEngine.InputSystem.Utilities.InternedString>::Contains(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool HashSet_1_Contains_m208059B8D89BB100809C7CA51253201A3B504A0B_gshared (HashSet_1_t87C47CF88B1B88398D4F9A1E51E92F834CF5160B* __this, InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 ___0_item, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Collections.Generic.Dictionary`2<UnityEngine.InputSystem.Utilities.InternedString,UnityEngine.InputSystem.Utilities.InternedString>::TryGetValue(TKey,TValue&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Dictionary_2_TryGetValue_mBD07B2BA220C34BE8CE4AD7F08BBDEDA92E15F78_gshared (Dictionary_2_t433D1FE2CDB69C9F583F79D5252A34112439D0AD* __this, InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 ___0_key, InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735* ___1_value, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.InputSystem.Utilities.InlinedArray`1<UnityEngine.InputSystem.Utilities.InternedString>::Clear()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InlinedArray_1_Clear_m8C1CCD6E74718AC5569EDB4C391C2327F056D1F5_gshared (InlinedArray_1_tAFDFE0972A71B9760077CFA9D4A1DBD7BE435800* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Collections.Generic.Dictionary`2<UnityEngine.InputSystem.Utilities.InternedString,System.Object>::set_Item(TKey,TValue)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2_set_Item_m725DDAF4C8BD4FBCD106BFFB1B4B5B74D7696281_gshared (Dictionary_2_t25574638E247E1D55E6ED2A97A5C38F3EBA31BA9* __this, InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 ___0_key, RuntimeObject* ___1_value, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Nullable`1<UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem>::get_HasValue()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Nullable_1_get_HasValue_m736B6649639E22745348A31C24B346DD267A02C4_gshared_inline (Nullable_1_t655AB0D788E9ABDCE6B0F6BF2AADC5C7E35955C4* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Collections.Generic.List`1<UnityEngine.InputSystem.Layouts.InputControlLayout/Collection/LayoutMatcher>::Add(T)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void List_1_Add_m1445C78C000C0B2BB5347D71EB0E1C07A45FB143_gshared_inline (List_1_t4E502B2E42676E48E6F9A8F0251ADB1DF4BD490E* __this, LayoutMatcher_t0D8F5E32A7C82BC292EBA0FAA3EB2D9F1F72A0A6 ___0_item, const RuntimeMethod* method) ;
|
|
// System.Void System.Collections.Generic.List`1<System.UInt32>::Sort()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_Sort_mA7F75CA2EF3A5D651FA1BA7E6A36B62B56F75C21_gshared (List_1_t9B68833848E4C4D7F623C05F6B77F0449396354A* __this, const RuntimeMethod* method) ;
|
|
// T[] System.Collections.Generic.List`1<System.UInt32>::ToArray()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* List_1_ToArray_m1CC582554F660560CD50E99994F15107827F0CA3_gshared (List_1_t9B68833848E4C4D7F623C05F6B77F0449396354A* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Collections.Generic.Dictionary`2<System.Object,UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem>::Clear()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2_Clear_m998FF45E52EC0A97164BC69FA970E0D8566B4819_gshared (Dictionary_2_t59872F59645AC1330A11D759A7914EB73BB345E8* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Collections.Generic.List`1<System.UInt32>::Clear()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void List_1_Clear_m6BF26614BFAA4D96650F4296BC5ED2455F26EA2C_gshared_inline (List_1_t9B68833848E4C4D7F623C05F6B77F0449396354A* __this, const RuntimeMethod* method) ;
|
|
// System.Int32 UnityEngine.InputSystem.Utilities.ArrayHelpers::GrowBy<System.Object>(TValue[]&,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ArrayHelpers_GrowBy_TisRuntimeObject_m3CEF2FE8F6E4235930BDE03D78E4367F7DF9A4BF_gshared (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918** ___0_array, int32_t ___1_count, const RuntimeMethod* method) ;
|
|
// System.Int32 UnityEngine.InputSystem.Utilities.ArrayHelpers::AppendToImmutable<UnityEngine.InputSystem.Utilities.InternedString>(TValue[]&,TValue[])
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ArrayHelpers_AppendToImmutable_TisInternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735_mC66F232253963A8A6EBC6AD2658EE0EC9348548D_gshared (InternedStringU5BU5D_t0B851758733FC0B118D84BE83AED10A0404C18D5** ___0_array, InternedStringU5BU5D_t0B851758733FC0B118D84BE83AED10A0404C18D5* ___1_values, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.InputSystem.Utilities.NamedValue::ApplyAllToObject<UnityEngine.InputSystem.Utilities.ReadOnlyArray`1<UnityEngine.InputSystem.Utilities.NamedValue>>(System.Object,TParameterList)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NamedValue_ApplyAllToObject_TisReadOnlyArray_1_t4A15F7D15ACB297B45A08889D51E4CACEAD4EDF9_m2657DEAE6961958DD2595BDE5B379C778F80F427_gshared (RuntimeObject* ___0_instance, ReadOnlyArray_1_t4A15F7D15ACB297B45A08889D51E4CACEAD4EDF9 ___1_parameters, const RuntimeMethod* method) ;
|
|
// System.Int32 UnityEngine.InputSystem.Utilities.ArrayHelpers::LengthSafe<System.Object>(TValue[])
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ArrayHelpers_LengthSafe_TisRuntimeObject_mD211A752C4B07E786E186DCC41B4CA1EE762F9AC_gshared (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___0_array, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.InputSystem.Utilities.ArrayHelpers::InsertAt<System.Object>(TValue[]&,System.Int32,TValue)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArrayHelpers_InsertAt_TisRuntimeObject_m225B78BD781FC595E35A2B65DE356C12158D2587_gshared (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918** ___0_array, int32_t ___1_index, RuntimeObject* ___2_value, const RuntimeMethod* method) ;
|
|
// TValue UnityEngine.InputSystem.Utilities.ReadOnlyArray`1<UnityEngine.InputSystem.Utilities.NameAndParameters>::get_Item(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NameAndParameters_t8F37102128EFD31CA57808AE6E3D1244758DEA01 ReadOnlyArray_1_get_Item_m33CCD0200E2AC2E282AD02BAED65A68EE4AAB7DA_gshared (ReadOnlyArray_1_t1B44D48F2E9F425D218BABD5DE616117E8725D41* __this, int32_t ___0_index, const RuntimeMethod* method) ;
|
|
// System.Void System.Collections.Generic.List`1<System.UInt32>::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1__ctor_m2C432B7961B0F4289AE0E89EFF0147BFB96C2B31_gshared (List_1_t9B68833848E4C4D7F623C05F6B77F0449396354A* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Collections.Generic.List`1<System.UInt32>::Add(T)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void List_1_Add_m084F52E7C436446A23080F15F803212491693F6B_gshared_inline (List_1_t9B68833848E4C4D7F623C05F6B77F0449396354A* __this, uint32_t ___0_item, const RuntimeMethod* method) ;
|
|
// T UnityEngine.JsonUtility::FromJson<UnityEngine.InputSystem.Layouts.InputDeviceDescription/DeviceDescriptionJson>(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DeviceDescriptionJson_t2555458633C9CD5AAEFF9265C6F9117AB33BDDCE JsonUtility_FromJson_TisDeviceDescriptionJson_t2555458633C9CD5AAEFF9265C6F9117AB33BDDCE_m7A8A252CFD487454262150A552CF0ADABE7733B8_gshared (String_t* ___0_json, const RuntimeMethod* method) ;
|
|
// System.Void System.Func`2<System.Char,System.Boolean>::.ctor(System.Object,System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Func_2__ctor_m86D272566839A59489924C367E316D2E516EC1F2_gshared (Func_2_tF409A653B8F770E0A30CD80D21764FB1DDB2A28F* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Linq.Enumerable::All<System.Char>(System.Collections.Generic.IEnumerable`1<TSource>,System.Func`2<TSource,System.Boolean>)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Enumerable_All_TisChar_t521A6F19B456D956AF452D926C32709DC03D6B17_mE04607B02368CA60FA45630BEFC15994B9DDBE60_gshared (RuntimeObject* ___0_source, Func_2_tF409A653B8F770E0A30CD80D21764FB1DDB2A28F* ___1_predicate, const RuntimeMethod* method) ;
|
|
// System.Void System.Collections.Generic.KeyValuePair`2<UnityEngine.InputSystem.Utilities.InternedString,System.Object>::.ctor(TKey,TValue)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyValuePair_2__ctor_mBEBC19480C80CE07BA6633E4A80C3C94E8352AEE_gshared (KeyValuePair_2_tC24A74EF64A292F5C6BA77D0B04CD6620D2DE3AC* __this, InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 ___0_key, RuntimeObject* ___1_value, const RuntimeMethod* method) ;
|
|
// System.Int32 UnityEngine.InputSystem.Utilities.ArrayHelpers::Append<System.Collections.Generic.KeyValuePair`2<UnityEngine.InputSystem.Utilities.InternedString,System.Object>>(TValue[]&,TValue)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ArrayHelpers_Append_TisKeyValuePair_2_tC24A74EF64A292F5C6BA77D0B04CD6620D2DE3AC_m885486ED06E8532B056692449C806F313AED6FB0_gshared (KeyValuePair_2U5BU5D_tF8154B2302178CCE00D745DBF55F703880469DFC** ___0_array, KeyValuePair_2_tC24A74EF64A292F5C6BA77D0B04CD6620D2DE3AC ___1_value, const RuntimeMethod* method) ;
|
|
|
|
// System.String System.Enum::ToString()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Enum_ToString_m946B0B83C4470457D0FF555D862022C72BB55741 (RuntimeObject* __this, const RuntimeMethod* method) ;
|
|
// System.String 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.Void System.ArgumentException::.ctor(System.String,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentException__ctor_m8F9D40CE19D19B698A70F9A258640EB52DB39B62 (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* __this, String_t* ___0_message, String_t* ___1_paramName, const RuntimeMethod* method) ;
|
|
// UnityEngine.InputSystem.LowLevel.InputStateBuffers/DoubleBuffers UnityEngine.InputSystem.LowLevel.InputStateBuffers::GetDoubleBuffersFor(UnityEngine.InputSystem.LowLevel.InputUpdateType)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DoubleBuffers_tC70880E0E4F69237E763403F28F65B807E94A9ED InputStateBuffers_GetDoubleBuffersFor_m672E6159F04BFE25BC315F8623B5FFB450DF9DA1 (InputStateBuffers_t338A1714D01276EEEF5F8CD6AE81DFED939D5968* __this, int32_t ___0_updateType, const RuntimeMethod* method) ;
|
|
// System.Void* UnityEngine.InputSystem.LowLevel.InputStateBuffers/DoubleBuffers::GetFrontBuffer(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void* DoubleBuffers_GetFrontBuffer_m69E70CFF0E381CDE0D30456E799EA265E8C0E747 (DoubleBuffers_tC70880E0E4F69237E763403F28F65B807E94A9ED* __this, int32_t ___0_deviceIndex, const RuntimeMethod* method) ;
|
|
// System.Void* UnityEngine.InputSystem.LowLevel.InputStateBuffers/DoubleBuffers::GetBackBuffer(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void* DoubleBuffers_GetBackBuffer_m94D06F17DB4B4938B2A4C0DCD4460BF6AA0910A4 (DoubleBuffers_tC70880E0E4F69237E763403F28F65B807E94A9ED* __this, int32_t ___0_deviceIndex, const RuntimeMethod* method) ;
|
|
// System.UInt32 UnityEngine.InputSystem.LowLevel.InputStateBuffers::ComputeSizeOfSingleStateBuffer(UnityEngine.InputSystem.InputDevice[],System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t InputStateBuffers_ComputeSizeOfSingleStateBuffer_m4209B7E48819AFFD37A0616B703DDEA9E3D426B3 (InputDeviceU5BU5D_tA9AEFC6AF63557D3D5DCFB2B26DDA6F63147D548* ___0_devices, int32_t ___1_deviceCount, 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.Void* Unity.Collections.LowLevel.Unsafe.UnsafeUtility::Malloc(System.Int64,System.Int32,Unity.Collections.Allocator)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void* UnsafeUtility_Malloc_mD7BD28D5AE7E4901B225B7DFFE2B568EE7BDC0C9 (int64_t ___0_size, int32_t ___1_alignment, int32_t ___2_allocator, const RuntimeMethod* method) ;
|
|
// System.Void Unity.Collections.LowLevel.Unsafe.UnsafeUtility::MemClear(System.Void*,System.Int64)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnsafeUtility_MemClear_m6C4377117084A11A667A567BC2F5E606A632A7C1 (void* ___0_destination, int64_t ___1_size, const RuntimeMethod* method) ;
|
|
// UnityEngine.InputSystem.LowLevel.InputStateBuffers/DoubleBuffers UnityEngine.InputSystem.LowLevel.InputStateBuffers::SetUpDeviceToBufferMappings(System.Int32,System.Byte*&,System.UInt32,System.UInt32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DoubleBuffers_tC70880E0E4F69237E763403F28F65B807E94A9ED InputStateBuffers_SetUpDeviceToBufferMappings_m4D4707499E45824791FED4976C9C2FFB9FD21E27 (int32_t ___0_deviceCount, uint8_t** ___1_bufferPtr, uint32_t ___2_sizePerBuffer, uint32_t ___3_mappingTableSizePerBuffer, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.InputSystem.LowLevel.InputStateBuffers::AllocateAll(UnityEngine.InputSystem.InputDevice[],System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputStateBuffers_AllocateAll_mCDCF5F99505DFDCBC0F10B6936D5384A015B2C85 (InputStateBuffers_t338A1714D01276EEEF5F8CD6AE81DFED939D5968* __this, InputDeviceU5BU5D_tA9AEFC6AF63557D3D5DCFB2B26DDA6F63147D548* ___0_devices, int32_t ___1_deviceCount, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.InputSystem.LowLevel.InputStateBuffers/DoubleBuffers::SetFrontBuffer(System.Int32,System.Void*)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DoubleBuffers_SetFrontBuffer_mC42472D618E22CAF64F1FC739B8B753A515B8C4A (DoubleBuffers_tC70880E0E4F69237E763403F28F65B807E94A9ED* __this, int32_t ___0_deviceIndex, void* ___1_ptr, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.InputSystem.LowLevel.InputStateBuffers/DoubleBuffers::SetBackBuffer(System.Int32,System.Void*)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DoubleBuffers_SetBackBuffer_mC8E2BB9B3DDCCE7650C511EDDD313D5E783E0F23 (DoubleBuffers_tC70880E0E4F69237E763403F28F65B807E94A9ED* __this, int32_t ___0_deviceIndex, void* ___1_ptr, const RuntimeMethod* method) ;
|
|
// System.Void Unity.Collections.LowLevel.Unsafe.UnsafeUtility::Free(System.Void*,Unity.Collections.Allocator)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnsafeUtility_Free_mFF99F4F02FE7F735AB30D8987D6953E55A2B23E1 (void* ___0_memory, int32_t ___1_allocator, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.InputSystem.LowLevel.InputStateBuffers::FreeAll()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputStateBuffers_FreeAll_m5BEECBC58584E892DA22F07CEE12C765D28BF1EB (InputStateBuffers_t338A1714D01276EEEF5F8CD6AE81DFED939D5968* __this, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.InputSystem.LowLevel.InputStateBuffers::MigrateDoubleBuffer(UnityEngine.InputSystem.LowLevel.InputStateBuffers/DoubleBuffers,UnityEngine.InputSystem.InputDevice[],System.Int32,UnityEngine.InputSystem.LowLevel.InputStateBuffers/DoubleBuffers)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputStateBuffers_MigrateDoubleBuffer_m70F2B7BFD3439B731CC9AA4510D25BDCC9FA2F56 (DoubleBuffers_tC70880E0E4F69237E763403F28F65B807E94A9ED ___0_newBuffer, InputDeviceU5BU5D_tA9AEFC6AF63557D3D5DCFB2B26DDA6F63147D548* ___1_devices, int32_t ___2_deviceCount, DoubleBuffers_tC70880E0E4F69237E763403F28F65B807E94A9ED ___3_oldBuffer, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.InputSystem.LowLevel.InputStateBuffers::MigrateSingleBuffer(System.Void*,UnityEngine.InputSystem.InputDevice[],System.Int32,System.Void*)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputStateBuffers_MigrateSingleBuffer_m37573EA497B72F50325C6979AB70808D4155C47F (void* ___0_newBuffer, InputDeviceU5BU5D_tA9AEFC6AF63557D3D5DCFB2B26DDA6F63147D548* ___1_devices, int32_t ___2_deviceCount, void* ___3_oldBuffer, 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.Void UnityEngine.InputSystem.LowLevel.InputStateBlock::set_byteOffset(System.UInt32)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void InputStateBlock_set_byteOffset_mC5776F9F286F0658100E92A75A60EB25A1DDBD40_inline (InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5* __this, uint32_t ___0_value, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.InputSystem.InputControl::BakeOffsetIntoStateBlockRecursive(System.UInt32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputControl_BakeOffsetIntoStateBlockRecursive_mBC0790413F113D658F541F4903457F9B89D49D04 (InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* __this, uint32_t ___0_offset, const RuntimeMethod* method) ;
|
|
// System.UInt32 UnityEngine.InputSystem.LowLevel.InputStateBuffers::NextDeviceOffset(System.UInt32,UnityEngine.InputSystem.InputDevice)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t InputStateBuffers_NextDeviceOffset_mA98E5D6D819B583AD8BE14C838A92EDB9B4315E3 (uint32_t ___0_currentOffset, InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* ___1_device, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.InputSystem.LowLevel.InputStateBuffers::MigrateAll(UnityEngine.InputSystem.InputDevice[],System.Int32,UnityEngine.InputSystem.LowLevel.InputStateBuffers)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputStateBuffers_MigrateAll_mB47647CC99FEEBFD41E882A24EC5517B51725A3D (InputStateBuffers_t338A1714D01276EEEF5F8CD6AE81DFED939D5968* __this, InputDeviceU5BU5D_tA9AEFC6AF63557D3D5DCFB2B26DDA6F63147D548* ___0_devices, int32_t ___1_deviceCount, InputStateBuffers_t338A1714D01276EEEF5F8CD6AE81DFED939D5968 ___2_oldBuffers, const RuntimeMethod* method) ;
|
|
// System.Boolean UnityEngine.InputSystem.LowLevel.InputStateBuffers/DoubleBuffers::get_valid()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DoubleBuffers_get_valid_m3BA90FE70F7E7856765E42E059B23E112C2DBD1D (DoubleBuffers_tC70880E0E4F69237E763403F28F65B807E94A9ED* __this, const RuntimeMethod* method) ;
|
|
// System.UInt32 UnityEngine.InputSystem.LowLevel.InputStateBlock::get_alignedSizeInBytes()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t InputStateBlock_get_alignedSizeInBytes_mF360E8CFBEE9BE05FC7DFA3533E069A5A96827F5 (InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5* __this, const RuntimeMethod* method) ;
|
|
// System.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.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 UnityEngine.InputSystem.LowLevel.InputStateBuffers/DoubleBuffers::SwapBuffers(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DoubleBuffers_SwapBuffers_m54686C92F91F734EC6C074F1D48D3DFEDD0B214A (DoubleBuffers_tC70880E0E4F69237E763403F28F65B807E94A9ED* __this, int32_t ___0_deviceIndex, const RuntimeMethod* method) ;
|
|
// System.Boolean Unity.Collections.NativeArray`1<System.Byte>::get_IsCreated()
|
|
inline bool NativeArray_1_get_IsCreated_mD74FCA194584E6EA7916853B62401EB78240A081 (NativeArray_1_t81F55263465517B73C455D3400CF67B4BADD85CF* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (NativeArray_1_t81F55263465517B73C455D3400CF67B4BADD85CF*, const RuntimeMethod*))NativeArray_1_get_IsCreated_mD74FCA194584E6EA7916853B62401EB78240A081_gshared)(__this, method);
|
|
}
|
|
// System.Void System.NotImplementedException::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotImplementedException__ctor_mDAB47BC6BD0E342E8F2171E5CABE3E67EA049F1C (NotImplementedException_t6366FE4DCF15094C51F4833B91A2AE68D4DA90E8* __this, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Nullable`1<UnityEngine.InputSystem.LowLevel.InputUpdateType>::get_HasValue()
|
|
inline bool Nullable_1_get_HasValue_mAF2A1581B5249D08F08741515C8629EFB6523C86_inline (Nullable_1_t01EA562E317937F4460711CFA1BFDE2AA35CBF20* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (Nullable_1_t01EA562E317937F4460711CFA1BFDE2AA35CBF20*, const RuntimeMethod*))Nullable_1_get_HasValue_mB1F55188CDD50D6D725D41F55D2F2540CD15FB20_gshared_inline)(__this, method);
|
|
}
|
|
// UnityEngine.InputSystem.LowLevel.InputUpdateType UnityEngine.InputSystem.InputManager::get_updateMask()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t InputManager_get_updateMask_m36DDF9BF59730547371C012E507A308FD848F9E4_inline (InputManager_t69FCFDAC90F8EBB8EF4950CC0BE617D842A39210* __this, const RuntimeMethod* method) ;
|
|
// T System.Nullable`1<UnityEngine.InputSystem.LowLevel.InputUpdateType>::GetValueOrDefault()
|
|
inline int32_t Nullable_1_GetValueOrDefault_m681906A3292799C0B8557D9AC42307E6AFC168CC_inline (Nullable_1_t01EA562E317937F4460711CFA1BFDE2AA35CBF20* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( int32_t (*) (Nullable_1_t01EA562E317937F4460711CFA1BFDE2AA35CBF20*, const RuntimeMethod*))Nullable_1_GetValueOrDefault_m26287DBB36429B2E2FBCB3F96F439248F8CAA8BB_gshared_inline)(__this, method);
|
|
}
|
|
// System.Void System.Nullable`1<UnityEngine.InputSystem.LowLevel.InputUpdateType>::.ctor(T)
|
|
inline void Nullable_1__ctor_mBDACCE4C4A7927C7FF1D215D8AF7C1F6BE6944BE (Nullable_1_t01EA562E317937F4460711CFA1BFDE2AA35CBF20* __this, int32_t ___0_value, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Nullable_1_t01EA562E317937F4460711CFA1BFDE2AA35CBF20*, int32_t, const RuntimeMethod*))Nullable_1__ctor_m5100B58428BDAD8C79F3D8576B0C2E1D4F3924EB_gshared)(__this, ___0_value, method);
|
|
}
|
|
// System.Void UnityEngine.InputSystem.Utilities.ReadOnlyArray`1<UnityEngine.InputSystem.InputControl>::.ctor(TValue[],System.Int32,System.Int32)
|
|
inline void ReadOnlyArray_1__ctor_m91E26F16AF68835954DDB6AACADED4901067A544 (ReadOnlyArray_1_tA1DF7A256AD2BF17FB155224CB2611ED215EFCD3* __this, InputControlU5BU5D_t0B951FEF1504D6340387C4735F5D6F426F40FE17* ___0_array, int32_t ___1_index, int32_t ___2_length, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (ReadOnlyArray_1_tA1DF7A256AD2BF17FB155224CB2611ED215EFCD3*, InputControlU5BU5D_t0B951FEF1504D6340387C4735F5D6F426F40FE17*, int32_t, int32_t, const RuntimeMethod*))ReadOnlyArray_1__ctor_m2C5D5E2909635889EDB94C381385ED5D6128612F_gshared)(__this, ___0_array, ___1_index, ___2_length, 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.ArgumentOutOfRangeException::.ctor(System.String,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentOutOfRangeException__ctor_mE5B2755F0BEA043CACF915D5CE140859EE58FA66 (ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F* __this, String_t* ___0_paramName, String_t* ___1_message, const RuntimeMethod* method) ;
|
|
// System.Int32 UnityEngine.InputSystem.LowLevel.InputStateHistory::UserIndexToRecordIndex(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t InputStateHistory_UserIndexToRecordIndex_m81D4D6EE19ED80607BAAA31F3159168AC3B5B678 (InputStateHistory_tF2145C4E34E0E3AC84270533F58F047D6E28A480* __this, int32_t ___0_index, const RuntimeMethod* method) ;
|
|
// UnityEngine.InputSystem.LowLevel.InputStateHistory/RecordHeader* UnityEngine.InputSystem.LowLevel.InputStateHistory::GetRecord(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RecordHeader_t6523EF3FFB7B66D4FC75A9C96AE57A0EC6D209F0* InputStateHistory_GetRecord_m85FF7089306517975159512B91057A59C16CC12F (InputStateHistory_tF2145C4E34E0E3AC84270533F58F047D6E28A480* __this, int32_t ___0_index, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.InputSystem.LowLevel.InputStateHistory/Record::.ctor(UnityEngine.InputSystem.LowLevel.InputStateHistory,System.Int32,UnityEngine.InputSystem.LowLevel.InputStateHistory/RecordHeader*)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Record__ctor_mB54551B1D8C0BF391FC4910C31536CDA2A8EAB55 (Record_tF7FF07DC502355356B48CE78337FB16B196E2EE0* __this, InputStateHistory_tF2145C4E34E0E3AC84270533F58F047D6E28A480* ___0_owner, int32_t ___1_index, RecordHeader_t6523EF3FFB7B66D4FC75A9C96AE57A0EC6D209F0* ___2_header, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.InputSystem.LowLevel.InputStateHistory/Record::CopyFrom(UnityEngine.InputSystem.LowLevel.InputStateHistory/Record)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Record_CopyFrom_mF3794E85475465E4DC83BBC615BC0A1506BFD105 (Record_tF7FF07DC502355356B48CE78337FB16B196E2EE0* __this, Record_tF7FF07DC502355356B48CE78337FB16B196E2EE0 ___0_record, 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 UnityEngine.InputSystem.Utilities.NumberHelpers::AlignToMultipleOf(System.Int32,System.Int32)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t NumberHelpers_AlignToMultipleOf_m1DD6F7938F5F4EA99168EFE5AAD4604972F2FB6D_inline (int32_t ___0_number, int32_t ___1_alignment, const RuntimeMethod* method) ;
|
|
// UnityEngine.InputSystem.InputControlList`1<UnityEngine.InputSystem.InputControl> UnityEngine.InputSystem.InputSystem::FindControls(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputControlList_1_tDCD1283F428BB911908D4A86066022F6FEF337BA InputSystem_FindControls_mC0AD483AD6A77DDF24B7FAD6712C39F47371EBB1 (String_t* ___0_path, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.InputSystem.InputControlList`1<UnityEngine.InputSystem.InputControl>::Dispose()
|
|
inline void InputControlList_1_Dispose_m1FD2281787B2A125095CD9203E77BA4A0F15AA82 (InputControlList_1_tDCD1283F428BB911908D4A86066022F6FEF337BA* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (InputControlList_1_tDCD1283F428BB911908D4A86066022F6FEF337BA*, const RuntimeMethod*))InputControlList_1_Dispose_mB88ABF9267ADE8178F03975EA3E2261706B108F4_gshared)(__this, method);
|
|
}
|
|
// TControl[] UnityEngine.InputSystem.InputControlList`1<UnityEngine.InputSystem.InputControl>::ToArray(System.Boolean)
|
|
inline InputControlU5BU5D_t0B951FEF1504D6340387C4735F5D6F426F40FE17* InputControlList_1_ToArray_mB4471AF6CA979DEAE21C452D7819F9B62A67C75D (InputControlList_1_tDCD1283F428BB911908D4A86066022F6FEF337BA* __this, bool ___0_dispose, const RuntimeMethod* method)
|
|
{
|
|
return (( InputControlU5BU5D_t0B951FEF1504D6340387C4735F5D6F426F40FE17* (*) (InputControlList_1_tDCD1283F428BB911908D4A86066022F6FEF337BA*, bool, const RuntimeMethod*))InputControlList_1_ToArray_m575684E978E3FC875272EF721E417E1905CD6174_gshared)(__this, ___0_dispose, 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) ;
|
|
// TSource[] System.Linq.Enumerable::ToArray<UnityEngine.InputSystem.InputControl>(System.Collections.Generic.IEnumerable`1<TSource>)
|
|
inline InputControlU5BU5D_t0B951FEF1504D6340387C4735F5D6F426F40FE17* Enumerable_ToArray_TisInputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E_m73D85BD7CD0CBD8F2F3232AB2C88BF953A63CCA0 (RuntimeObject* ___0_source, const RuntimeMethod* method)
|
|
{
|
|
return (( InputControlU5BU5D_t0B951FEF1504D6340387C4735F5D6F426F40FE17* (*) (RuntimeObject*, const RuntimeMethod*))Enumerable_ToArray_TisRuntimeObject_mA54265C2C8A0864929ECD300B75E4952D553D17D_gshared)(___0_source, 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.LowLevel.InputStateHistory::Dispose()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputStateHistory_Dispose_m7DD7D063D0D205BB33BBCBA682F7BB98884CCE15 (InputStateHistory_tF2145C4E34E0E3AC84270533F58F047D6E28A480* __this, const RuntimeMethod* method) ;
|
|
// UnityEngine.InputSystem.LowLevel.InputStateHistory/RecordHeader* UnityEngine.InputSystem.LowLevel.InputStateHistory::AllocateRecord(System.Int32&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RecordHeader_t6523EF3FFB7B66D4FC75A9C96AE57A0EC6D209F0* InputStateHistory_AllocateRecord_mAD0E7626ECD9E937BBD46B8E84DEE7E247A8B707 (InputStateHistory_tF2145C4E34E0E3AC84270533F58F047D6E28A480* __this, int32_t* ___0_index, const RuntimeMethod* method) ;
|
|
// UnityEngine.InputSystem.Utilities.ReadOnlyArray`1<UnityEngine.InputSystem.InputControl> UnityEngine.InputSystem.LowLevel.InputStateHistory::get_controls()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ReadOnlyArray_1_tA1DF7A256AD2BF17FB155224CB2611ED215EFCD3 InputStateHistory_get_controls_m2B1056A5B21F2A8CFAAEE9136E24D27C4BFF31CC (InputStateHistory_tF2145C4E34E0E3AC84270533F58F047D6E28A480* __this, const RuntimeMethod* method) ;
|
|
// UnityEngine.InputSystem.Utilities.ReadOnlyArray`1/Enumerator<TValue> UnityEngine.InputSystem.Utilities.ReadOnlyArray`1<UnityEngine.InputSystem.InputControl>::GetEnumerator()
|
|
inline Enumerator_t9E6B6B706EC0D83D954AF58AAD5F12BA71954C0E ReadOnlyArray_1_GetEnumerator_m612F1B35C81D7D8976F6A0815DE9D5DB7AE6C7DC (ReadOnlyArray_1_tA1DF7A256AD2BF17FB155224CB2611ED215EFCD3* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( Enumerator_t9E6B6B706EC0D83D954AF58AAD5F12BA71954C0E (*) (ReadOnlyArray_1_tA1DF7A256AD2BF17FB155224CB2611ED215EFCD3*, const RuntimeMethod*))ReadOnlyArray_1_GetEnumerator_mE43A032C7C67896D9F8377C6C1C863C22F3044B6_gshared)(__this, method);
|
|
}
|
|
// System.Void UnityEngine.InputSystem.Utilities.ReadOnlyArray`1/Enumerator<UnityEngine.InputSystem.InputControl>::Dispose()
|
|
inline void Enumerator_Dispose_m09170C1C13419F141F9828D8CCCB9C39C5C81676 (Enumerator_t9E6B6B706EC0D83D954AF58AAD5F12BA71954C0E* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Enumerator_t9E6B6B706EC0D83D954AF58AAD5F12BA71954C0E*, const RuntimeMethod*))Enumerator_Dispose_m041721B53AC187277BACB4EA9C86E299322EB0AB_gshared)(__this, method);
|
|
}
|
|
// TValue UnityEngine.InputSystem.Utilities.ReadOnlyArray`1/Enumerator<UnityEngine.InputSystem.InputControl>::get_Current()
|
|
inline InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* Enumerator_get_Current_m41544A012DB6D430DA27A1A8AA3EB061D804936B (Enumerator_t9E6B6B706EC0D83D954AF58AAD5F12BA71954C0E* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* (*) (Enumerator_t9E6B6B706EC0D83D954AF58AAD5F12BA71954C0E*, const RuntimeMethod*))Enumerator_get_Current_mC38F33A423715DE1D9EAD3EADE1C8C03C52E4465_gshared)(__this, method);
|
|
}
|
|
// System.Void UnityEngine.InputSystem.LowLevel.InputState::AddChangeMonitor(UnityEngine.InputSystem.InputControl,UnityEngine.InputSystem.LowLevel.IInputStateChangeMonitor,System.Int64,System.UInt32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputState_AddChangeMonitor_m53B3C54D5C31F79F8F6295CA2EDE1EE2F8F05B22 (InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* ___0_control, RuntimeObject* ___1_monitor, int64_t ___2_monitorIndex, uint32_t ___3_groupIndex, const RuntimeMethod* method) ;
|
|
// System.Boolean UnityEngine.InputSystem.Utilities.ReadOnlyArray`1/Enumerator<UnityEngine.InputSystem.InputControl>::MoveNext()
|
|
inline bool Enumerator_MoveNext_mA0F54BBB859772E40488DDEAB062E59A054C4BCD (Enumerator_t9E6B6B706EC0D83D954AF58AAD5F12BA71954C0E* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (Enumerator_t9E6B6B706EC0D83D954AF58AAD5F12BA71954C0E*, const RuntimeMethod*))Enumerator_MoveNext_m95272BAC87E97D7B862DB72A8639565003BD244B_gshared)(__this, method);
|
|
}
|
|
// System.Void UnityEngine.InputSystem.LowLevel.InputState::RemoveChangeMonitor(UnityEngine.InputSystem.InputControl,UnityEngine.InputSystem.LowLevel.IInputStateChangeMonitor,System.Int64)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputState_RemoveChangeMonitor_m88D0A78BCF1709FCE5DCBEF0E98F38848EA090F7 (InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* ___0_control, RuntimeObject* ___1_monitor, int64_t ___2_monitorIndex, const RuntimeMethod* method) ;
|
|
// System.Boolean UnityEngine.InputSystem.LowLevel.InputEventPtr::IsA<UnityEngine.InputSystem.LowLevel.DeltaStateEvent>()
|
|
inline bool InputEventPtr_IsA_TisDeltaStateEvent_tC11D9B5FD8A535C2D998D30F8624E6533044D859_mF1E078C1A9AC9C4697BA6A4F763D17E398CBBDE7 (InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0*, const RuntimeMethod*))InputEventPtr_IsA_TisDeltaStateEvent_tC11D9B5FD8A535C2D998D30F8624E6533044D859_mF1E078C1A9AC9C4697BA6A4F763D17E398CBBDE7_gshared)(__this, method);
|
|
}
|
|
// System.Boolean UnityEngine.InputSystem.LowLevel.InputEventPtr::IsA<UnityEngine.InputSystem.LowLevel.StateEvent>()
|
|
inline bool InputEventPtr_IsA_TisStateEvent_tB93D5F08B084A2BC9FFC71B084409DBBD2516C0F_mA9BDDBB4B234A924F74AB0343F6F3CFDBFF70327 (InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0*, const RuntimeMethod*))InputEventPtr_IsA_TisStateEvent_tB93D5F08B084A2BC9FFC71B084409DBBD2516C0F_mA9BDDBB4B234A924F74AB0343F6F3CFDBFF70327_gshared)(__this, method);
|
|
}
|
|
// UnityEngine.InputSystem.LowLevel.StateEvent* UnityEngine.InputSystem.LowLevel.StateEvent::From(UnityEngine.InputSystem.LowLevel.InputEventPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StateEvent_tB93D5F08B084A2BC9FFC71B084409DBBD2516C0F* StateEvent_From_m673CE00ED44EED4E56EF99C685FF0636E5B11F4D (InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0 ___0_ptr, const RuntimeMethod* method) ;
|
|
// System.Void* UnityEngine.InputSystem.LowLevel.StateEvent::get_state()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void* StateEvent_get_state_m4DE9A0A398BE8CBC86DF8FA13B75028B22B27C26 (StateEvent_tB93D5F08B084A2BC9FFC71B084409DBBD2516C0F* __this, const RuntimeMethod* method) ;
|
|
// UnityEngine.InputSystem.InputDevice UnityEngine.InputSystem.InputControl::get_device()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* InputControl_get_device_mAB3E013F566CF3407B8C36BC781EBD751DFAB324_inline (InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* __this, const RuntimeMethod* method) ;
|
|
// UnityEngine.InputSystem.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) ;
|
|
// System.Double UnityEngine.InputSystem.LowLevel.InputEventPtr::get_time()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double InputEventPtr_get_time_mD2C90C66C334E767E2F9B5B9A3711B500027B185 (InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0* __this, const RuntimeMethod* method) ;
|
|
// UnityEngine.InputSystem.LowLevel.InputStateHistory/Record UnityEngine.InputSystem.LowLevel.InputStateHistory::RecordStateChange(UnityEngine.InputSystem.InputControl,System.Void*,System.Double)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Record_tF7FF07DC502355356B48CE78337FB16B196E2EE0 InputStateHistory_RecordStateChange_mB6A376EF3B00C27D23B0D2C268AD78E28F5259A8 (InputStateHistory_tF2145C4E34E0E3AC84270533F58F047D6E28A480* __this, InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* ___0_control, void* ___1_statePtr, double ___2_time, const RuntimeMethod* method) ;
|
|
// System.Int32 UnityEngine.InputSystem.Utilities.ArrayHelpers::IndexOfReference<UnityEngine.InputSystem.InputControl,UnityEngine.InputSystem.InputControl>(TFirst[],TSecond,System.Int32)
|
|
inline int32_t ArrayHelpers_IndexOfReference_TisInputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E_TisInputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E_mFF3C6B920686BD33ABEB2D3CD00012EFCD857912 (InputControlU5BU5D_t0B951FEF1504D6340387C4735F5D6F426F40FE17* ___0_array, InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* ___1_value, int32_t ___2_count, const RuntimeMethod* method)
|
|
{
|
|
return (( int32_t (*) (InputControlU5BU5D_t0B951FEF1504D6340387C4735F5D6F426F40FE17*, InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E*, int32_t, const RuntimeMethod*))ArrayHelpers_IndexOfReference_TisRuntimeObject_TisRuntimeObject_m58ECC31F75FD822671542E4F31BCFD292120D6C0_gshared)(___0_array, ___1_value, ___2_count, method);
|
|
}
|
|
// System.Void System.InvalidOperationException::.ctor(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InvalidOperationException__ctor_mE4CB6F4712AB6D99A2358FBAE2E052B3EE976162 (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* __this, String_t* ___0_message, const RuntimeMethod* method) ;
|
|
// System.Int32 UnityEngine.InputSystem.Utilities.ArrayHelpers::AppendWithCapacity<UnityEngine.InputSystem.InputControl>(TValue[]&,System.Int32&,TValue,System.Int32)
|
|
inline int32_t ArrayHelpers_AppendWithCapacity_TisInputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E_mD1EB70229BA4FCE7BB48A627BDB2246259B0B02A (InputControlU5BU5D_t0B951FEF1504D6340387C4735F5D6F426F40FE17** ___0_array, int32_t* ___1_count, InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* ___2_value, int32_t ___3_capacityIncrement, const RuntimeMethod* method)
|
|
{
|
|
return (( int32_t (*) (InputControlU5BU5D_t0B951FEF1504D6340387C4735F5D6F426F40FE17**, int32_t*, InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E*, int32_t, const RuntimeMethod*))ArrayHelpers_AppendWithCapacity_TisRuntimeObject_m4BE5EEC05AF1748E66CFC4850FE047BEF296D514_gshared)(___0_array, ___1_count, ___2_value, ___3_capacityIncrement, method);
|
|
}
|
|
// System.Byte* UnityEngine.InputSystem.LowLevel.InputStateHistory/RecordHeader::get_statePtrWithoutControlIndex()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t* RecordHeader_get_statePtrWithoutControlIndex_m06FC191CB4801F442A0B972DA23B48ECE629922C (RecordHeader_t6523EF3FFB7B66D4FC75A9C96AE57A0EC6D209F0* __this, const RuntimeMethod* method) ;
|
|
// System.Byte* UnityEngine.InputSystem.LowLevel.InputStateHistory/RecordHeader::get_statePtrWithControlIndex()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t* RecordHeader_get_statePtrWithControlIndex_m68BBA8402AF00318B40229E5121F9C5132A3B655 (RecordHeader_t6523EF3FFB7B66D4FC75A9C96AE57A0EC6D209F0* __this, const RuntimeMethod* method) ;
|
|
// System.Action`1<UnityEngine.InputSystem.LowLevel.InputStateHistory/Record> UnityEngine.InputSystem.LowLevel.InputStateHistory::get_onRecordAdded()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Action_1_t382B605C2C5668A25F075BE1F415718CF3C38FF7* InputStateHistory_get_onRecordAdded_mC7C34D59B29DBCFD235DDCE9353325E8A8033D26_inline (InputStateHistory_tF2145C4E34E0E3AC84270533F58F047D6E28A480* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Action`1<UnityEngine.InputSystem.LowLevel.InputStateHistory/Record>::Invoke(T)
|
|
inline void Action_1_Invoke_m385E2072F05E124A5C5A65458BECB656EA710704_inline (Action_1_t382B605C2C5668A25F075BE1F415718CF3C38FF7* __this, Record_tF7FF07DC502355356B48CE78337FB16B196E2EE0 ___0_obj, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Action_1_t382B605C2C5668A25F075BE1F415718CF3C38FF7*, Record_tF7FF07DC502355356B48CE78337FB16B196E2EE0, const RuntimeMethod*))Action_1_Invoke_m385E2072F05E124A5C5A65458BECB656EA710704_gshared_inline)(__this, ___0_obj, method);
|
|
}
|
|
// System.Void UnityEngine.InputSystem.LowLevel.InputStateHistory/Enumerator::.ctor(UnityEngine.InputSystem.LowLevel.InputStateHistory)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator__ctor_m6A3295CBAC2E7F52327147C8A5214209EB8D1185 (Enumerator_t64151AA4F7A5CBB087D385EA4DCA7F3B6BB74935* __this, InputStateHistory_tF2145C4E34E0E3AC84270533F58F047D6E28A480* ___0_history, const RuntimeMethod* method) ;
|
|
// System.Collections.Generic.IEnumerator`1<UnityEngine.InputSystem.LowLevel.InputStateHistory/Record> UnityEngine.InputSystem.LowLevel.InputStateHistory::GetEnumerator()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* InputStateHistory_GetEnumerator_mC358AF7122BC504AD6608B3CA589712C3A2811E2 (InputStateHistory_tF2145C4E34E0E3AC84270533F58F047D6E28A480* __this, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.InputSystem.LowLevel.InputStateHistory::StopRecording()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputStateHistory_StopRecording_mED345F52B850C222CA66192B598C25C36898C8FB (InputStateHistory_tF2145C4E34E0E3AC84270533F58F047D6E28A480* __this, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.InputSystem.LowLevel.InputStateHistory::Destroy()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputStateHistory_Destroy_m7B861DBB59BE6BCED421F7FDC4B7061FDAF32D65 (InputStateHistory_tF2145C4E34E0E3AC84270533F58F047D6E28A480* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.GC::SuppressFinalize(System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GC_SuppressFinalize_m71815DBD5A0CD2EA1BE43317B08B7A14949EDC65 (RuntimeObject* ___0_obj, const RuntimeMethod* method) ;
|
|
// System.Void Unity.Collections.NativeArray`1<System.Byte>::Dispose()
|
|
inline void NativeArray_1_Dispose_m8B0F342847ECB90EB814E1F6AA5BF7DC2F271AEA (NativeArray_1_t81F55263465517B73C455D3400CF67B4BADD85CF* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (NativeArray_1_t81F55263465517B73C455D3400CF67B4BADD85CF*, const RuntimeMethod*))NativeArray_1_Dispose_m8B0F342847ECB90EB814E1F6AA5BF7DC2F271AEA_gshared)(__this, 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) ;
|
|
// System.Int32 UnityEngine.InputSystem.LowLevel.InputStateHistory::get_bytesPerRecord()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t InputStateHistory_get_bytesPerRecord_mAF516CE1E45E3EBA46EDFFF2923908D6B672D114 (InputStateHistory_tF2145C4E34E0E3AC84270533F58F047D6E28A480* __this, const RuntimeMethod* method) ;
|
|
// System.Void Unity.Collections.NativeArray`1<System.Byte>::.ctor(System.Int32,Unity.Collections.Allocator,Unity.Collections.NativeArrayOptions)
|
|
inline void NativeArray_1__ctor_m981CC7E27B6C9946024877F2696920951443B04F (NativeArray_1_t81F55263465517B73C455D3400CF67B4BADD85CF* __this, int32_t ___0_length, int32_t ___1_allocator, int32_t ___2_options, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (NativeArray_1_t81F55263465517B73C455D3400CF67B4BADD85CF*, int32_t, int32_t, int32_t, const RuntimeMethod*))NativeArray_1__ctor_m981CC7E27B6C9946024877F2696920951443B04F_gshared)(__this, ___0_length, ___1_allocator, ___2_options, method);
|
|
}
|
|
// System.Void System.ArgumentOutOfRangeException::.ctor(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentOutOfRangeException__ctor_mBC1D5DEEA1BA41DE77228CB27D6BAFEB6DCCBF4A (ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F* __this, String_t* ___0_paramName, const RuntimeMethod* method) ;
|
|
// UnityEngine.InputSystem.LowLevel.InputStateHistory/RecordHeader* UnityEngine.InputSystem.LowLevel.InputStateHistory::GetRecordUnchecked(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RecordHeader_t6523EF3FFB7B66D4FC75A9C96AE57A0EC6D209F0* InputStateHistory_GetRecordUnchecked_m569EB10E4D93B81BEA6699746C15C720F48E42F6 (InputStateHistory_tF2145C4E34E0E3AC84270533F58F047D6E28A480* __this, int32_t ___0_index, const RuntimeMethod* method) ;
|
|
// System.Void* Unity.Collections.LowLevel.Unsafe.NativeArrayUnsafeUtility::GetUnsafePtr<System.Byte>(Unity.Collections.NativeArray`1<T>)
|
|
inline void* NativeArrayUnsafeUtility_GetUnsafePtr_TisByte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_m8CFDB2DF56E810A2E2FB3686AF676FCAC65AFCC2 (NativeArray_1_t81F55263465517B73C455D3400CF67B4BADD85CF ___0_nativeArray, const RuntimeMethod* method)
|
|
{
|
|
return (( void* (*) (NativeArray_1_t81F55263465517B73C455D3400CF67B4BADD85CF, const RuntimeMethod*))NativeArrayUnsafeUtility_GetUnsafePtr_TisByte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_m8CFDB2DF56E810A2E2FB3686AF676FCAC65AFCC2_gshared)(___0_nativeArray, method);
|
|
}
|
|
// System.Void UnityEngine.InputSystem.LowLevel.InputStateHistory::Allocate()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputStateHistory_Allocate_mFFC68B0BAB36A619E0DE6B48E8A3930F5E36E9B7 (InputStateHistory_tF2145C4E34E0E3AC84270533F58F047D6E28A480* __this, const RuntimeMethod* method) ;
|
|
// TValue UnityEngine.InputSystem.Utilities.ReadOnlyArray`1<UnityEngine.InputSystem.InputControl>::get_Item(System.Int32)
|
|
inline InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* ReadOnlyArray_1_get_Item_mF7217A9697E8EAA3A574FCDCB611597EC9C1836A (ReadOnlyArray_1_tA1DF7A256AD2BF17FB155224CB2611ED215EFCD3* __this, int32_t ___0_index, const RuntimeMethod* method)
|
|
{
|
|
return (( InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* (*) (ReadOnlyArray_1_tA1DF7A256AD2BF17FB155224CB2611ED215EFCD3*, int32_t, const RuntimeMethod*))ReadOnlyArray_1_get_Item_m20907EA946F72D55FC8BD8031EA4F9BF13AE164D_gshared)(__this, ___0_index, method);
|
|
}
|
|
// UnityEngine.InputSystem.LowLevel.InputUpdateType UnityEngine.InputSystem.LowLevel.InputState::get_currentUpdateType()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t InputState_get_currentUpdateType_m77DBCEC0F6E435740C44467281149B2F74025C10_inline (const RuntimeMethod* method) ;
|
|
// UnityEngine.InputSystem.LowLevel.InputUpdateType UnityEngine.InputSystem.LowLevel.InputStateHistory::get_updateMask()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t InputStateHistory_get_updateMask_m6470CF7FBC233D8735A83520D260B3A2534D8C1A (InputStateHistory_tF2145C4E34E0E3AC84270533F58F047D6E28A480* __this, const RuntimeMethod* method) ;
|
|
// System.Func`4<UnityEngine.InputSystem.InputControl,System.Double,UnityEngine.InputSystem.LowLevel.InputEventPtr,System.Boolean> UnityEngine.InputSystem.LowLevel.InputStateHistory::get_onShouldRecordStateChange()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Func_4_t3D08A13C5D862919E1719A02821AE8774376E3B2* InputStateHistory_get_onShouldRecordStateChange_m0A97606F5C6F09EC31752B75712EC31B6794C2D4_inline (InputStateHistory_tF2145C4E34E0E3AC84270533F58F047D6E28A480* __this, const RuntimeMethod* method) ;
|
|
// TResult System.Func`4<UnityEngine.InputSystem.InputControl,System.Double,UnityEngine.InputSystem.LowLevel.InputEventPtr,System.Boolean>::Invoke(T1,T2,T3)
|
|
inline bool Func_4_Invoke_mEE62A58E6291CADDA359CB86776336C6541AB605_inline (Func_4_t3D08A13C5D862919E1719A02821AE8774376E3B2* __this, InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* ___0_arg1, double ___1_arg2, InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0 ___2_arg3, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (Func_4_t3D08A13C5D862919E1719A02821AE8774376E3B2*, InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E*, double, InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0, const RuntimeMethod*))Func_4_Invoke_mC7D21C922ACD57BEC4C04878D5BFFC1441C3779A_gshared_inline)(__this, ___0_arg1, ___1_arg2, ___2_arg3, method);
|
|
}
|
|
// System.Void* UnityEngine.InputSystem.InputControl::get_currentStatePtr()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void* InputControl_get_currentStatePtr_m77D2900EEE4AAB505C98292AF8538DDCF44F8C3C (InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* __this, const RuntimeMethod* method) ;
|
|
// System.Int32 UnityEngine.InputSystem.LowLevel.InputStateHistory::get_Count()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t InputStateHistory_get_Count_m23DF78272A6C97F6C8782A953482772CDF6FFA81_inline (InputStateHistory_tF2145C4E34E0E3AC84270533F58F047D6E28A480* __this, const RuntimeMethod* method) ;
|
|
// System.Boolean UnityEngine.InputSystem.LowLevel.InputStateHistory/Enumerator::MoveNext()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Enumerator_MoveNext_m9E091C2F11330B559B802DD29F7ECD5FFA714A24 (Enumerator_t64151AA4F7A5CBB087D385EA4DCA7F3B6BB74935* __this, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.InputSystem.LowLevel.InputStateHistory/Enumerator::Reset()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator_Reset_mBCBCEFF22B1EF0C3F7FCC042A8F8FE24C461CC71 (Enumerator_t64151AA4F7A5CBB087D385EA4DCA7F3B6BB74935* __this, const RuntimeMethod* method) ;
|
|
// UnityEngine.InputSystem.LowLevel.InputStateHistory/Record UnityEngine.InputSystem.LowLevel.InputStateHistory::get_Item(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Record_tF7FF07DC502355356B48CE78337FB16B196E2EE0 InputStateHistory_get_Item_m32D5AC02F17824DD34BCD53EC239CE2C53452278 (InputStateHistory_tF2145C4E34E0E3AC84270533F58F047D6E28A480* __this, int32_t ___0_index, const RuntimeMethod* method) ;
|
|
// UnityEngine.InputSystem.LowLevel.InputStateHistory/Record UnityEngine.InputSystem.LowLevel.InputStateHistory/Enumerator::get_Current()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Record_tF7FF07DC502355356B48CE78337FB16B196E2EE0 Enumerator_get_Current_m6097DCEB344C1646DEE024169C03B003C58115D9 (Enumerator_t64151AA4F7A5CBB087D385EA4DCA7F3B6BB74935* __this, const RuntimeMethod* method) ;
|
|
// System.Object UnityEngine.InputSystem.LowLevel.InputStateHistory/Enumerator::System.Collections.IEnumerator.get_Current()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Enumerator_System_Collections_IEnumerator_get_Current_m77E4FCB808965336BC3E274DFECFB802D05AE610 (Enumerator_t64151AA4F7A5CBB087D385EA4DCA7F3B6BB74935* __this, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.InputSystem.LowLevel.InputStateHistory/Enumerator::Dispose()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator_Dispose_mEAFE245506E92EF84618B55E77490DE4DFF9AEB9 (Enumerator_t64151AA4F7A5CBB087D385EA4DCA7F3B6BB74935* __this, const RuntimeMethod* method) ;
|
|
// System.Int32 UnityEngine.InputSystem.LowLevel.InputStateHistory/Record::get_recordIndex()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Record_get_recordIndex_m58EE017D7611A35971E68B5B5A4A7802F79920A1 (Record_tF7FF07DC502355356B48CE78337FB16B196E2EE0* __this, const RuntimeMethod* method) ;
|
|
// UnityEngine.InputSystem.LowLevel.InputStateHistory/RecordHeader* UnityEngine.InputSystem.LowLevel.InputStateHistory/Record::get_header()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RecordHeader_t6523EF3FFB7B66D4FC75A9C96AE57A0EC6D209F0* Record_get_header_m5ED6371C87B6F577C1AE75364D0C9AB5E1C3FC35 (Record_tF7FF07DC502355356B48CE78337FB16B196E2EE0* __this, const RuntimeMethod* method) ;
|
|
// System.UInt32 UnityEngine.InputSystem.LowLevel.InputStateHistory/Record::get_version()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint32_t Record_get_version_m520FC2A134CE62BD9A4A66849B43461C4189FC51_inline (Record_tF7FF07DC502355356B48CE78337FB16B196E2EE0* __this, const RuntimeMethod* method) ;
|
|
// System.Boolean UnityEngine.InputSystem.LowLevel.InputStateHistory/Record::get_valid()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Record_get_valid_m73D4931772DADEDE923FEAB48BCC0B0B26D60207 (Record_tF7FF07DC502355356B48CE78337FB16B196E2EE0* __this, const RuntimeMethod* method) ;
|
|
// UnityEngine.InputSystem.LowLevel.InputStateHistory UnityEngine.InputSystem.LowLevel.InputStateHistory/Record::get_owner()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR InputStateHistory_tF2145C4E34E0E3AC84270533F58F047D6E28A480* Record_get_owner_mB2699E60C558D5C61C8D8CA100CBC56869D58F10_inline (Record_tF7FF07DC502355356B48CE78337FB16B196E2EE0* __this, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.InputSystem.LowLevel.InputStateHistory/Record::CheckValid()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Record_CheckValid_m67D55C30E83E6D73790913DA2E1574429B339E83 (Record_tF7FF07DC502355356B48CE78337FB16B196E2EE0* __this, const RuntimeMethod* method) ;
|
|
// System.Int32 UnityEngine.InputSystem.LowLevel.InputStateHistory::RecordIndexToUserIndex(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t InputStateHistory_RecordIndexToUserIndex_mC63AB3D5F356A60D9854C9636E4796D798AECC95 (InputStateHistory_tF2145C4E34E0E3AC84270533F58F047D6E28A480* __this, int32_t ___0_index, const RuntimeMethod* method) ;
|
|
// System.Int32 UnityEngine.InputSystem.LowLevel.InputStateHistory/Record::get_index()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Record_get_index_m26D8C4FB15FC3721128D16FCE4B98989DE9B761E (Record_tF7FF07DC502355356B48CE78337FB16B196E2EE0* __this, const RuntimeMethod* method) ;
|
|
// System.Double UnityEngine.InputSystem.LowLevel.InputStateHistory/Record::get_time()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double Record_get_time_m01D9954843D8B133990316D6116F8C0ED29F8743 (Record_tF7FF07DC502355356B48CE78337FB16B196E2EE0* __this, const RuntimeMethod* method) ;
|
|
// System.Int32 UnityEngine.InputSystem.Utilities.ReadOnlyArray`1<UnityEngine.InputSystem.InputControl>::get_Count()
|
|
inline int32_t ReadOnlyArray_1_get_Count_m5061AE58EC2D8AE48182ADF368A108D8E9E116B6_inline (ReadOnlyArray_1_tA1DF7A256AD2BF17FB155224CB2611ED215EFCD3* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( int32_t (*) (ReadOnlyArray_1_tA1DF7A256AD2BF17FB155224CB2611ED215EFCD3*, const RuntimeMethod*))ReadOnlyArray_1_get_Count_m37AE229E2BFB74375A7BD545982B745F982762F8_gshared_inline)(__this, method);
|
|
}
|
|
// UnityEngine.InputSystem.InputControl UnityEngine.InputSystem.LowLevel.InputStateHistory/Record::get_control()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* Record_get_control_mFA5FCC30EB91E96F56E6C405A64F1BB875591361 (Record_tF7FF07DC502355356B48CE78337FB16B196E2EE0* __this, const RuntimeMethod* method) ;
|
|
// UnityEngine.InputSystem.LowLevel.InputStateHistory/Record UnityEngine.InputSystem.LowLevel.InputStateHistory/Record::get_next()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Record_tF7FF07DC502355356B48CE78337FB16B196E2EE0 Record_get_next_mCA772B6B73B7676D993F1FBDBE78A0C07D8A45A1 (Record_tF7FF07DC502355356B48CE78337FB16B196E2EE0* __this, const RuntimeMethod* method) ;
|
|
// UnityEngine.InputSystem.LowLevel.InputStateHistory/Record UnityEngine.InputSystem.LowLevel.InputStateHistory/Record::get_previous()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Record_tF7FF07DC502355356B48CE78337FB16B196E2EE0 Record_get_previous_m3D9A5C19AC871D22CA2B46FDB9B29D015C6C8B0A (Record_tF7FF07DC502355356B48CE78337FB16B196E2EE0* __this, const RuntimeMethod* method) ;
|
|
// System.Object UnityEngine.InputSystem.LowLevel.InputStateHistory::ReadValueAsObject(UnityEngine.InputSystem.LowLevel.InputStateHistory/RecordHeader*)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* InputStateHistory_ReadValueAsObject_m9EA96A2191F24C9F7D25FB0AB36B09444213B4B3 (InputStateHistory_tF2145C4E34E0E3AC84270533F58F047D6E28A480* __this, RecordHeader_t6523EF3FFB7B66D4FC75A9C96AE57A0EC6D209F0* ___0_data, const RuntimeMethod* method) ;
|
|
// System.Object UnityEngine.InputSystem.LowLevel.InputStateHistory/Record::ReadValueAsObject()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Record_ReadValueAsObject_m5F14CA6A4B11B31675A52014126BA98189CB6C88 (Record_tF7FF07DC502355356B48CE78337FB16B196E2EE0* __this, const RuntimeMethod* method) ;
|
|
// System.Void* UnityEngine.InputSystem.LowLevel.InputStateHistory/Record::GetUnsafeMemoryPtrUnchecked()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void* Record_GetUnsafeMemoryPtrUnchecked_m4BFC161E4036F0124F83D2CC87EA94D2B76BA1BF (Record_tF7FF07DC502355356B48CE78337FB16B196E2EE0* __this, const RuntimeMethod* method) ;
|
|
// System.Void* UnityEngine.InputSystem.LowLevel.InputStateHistory/Record::GetUnsafeMemoryPtr()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void* Record_GetUnsafeMemoryPtr_m1A7FF1C09896901E9B6C24C3E58999836958AD22 (Record_tF7FF07DC502355356B48CE78337FB16B196E2EE0* __this, const RuntimeMethod* method) ;
|
|
// System.Void* UnityEngine.InputSystem.LowLevel.InputStateHistory/Record::GetUnsafeExtraMemoryPtrUnchecked()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void* Record_GetUnsafeExtraMemoryPtrUnchecked_m64D1BADE8C76019CB1D44F1FDE1A35A3060945FF (Record_tF7FF07DC502355356B48CE78337FB16B196E2EE0* __this, const RuntimeMethod* method) ;
|
|
// System.Void* UnityEngine.InputSystem.LowLevel.InputStateHistory/Record::GetUnsafeExtraMemoryPtr()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void* Record_GetUnsafeExtraMemoryPtr_mB1A5ACD5AA4B1ED830BD2E2EF7EC9B9ABF579D85 (Record_tF7FF07DC502355356B48CE78337FB16B196E2EE0* __this, const RuntimeMethod* method) ;
|
|
// System.Int32 UnityEngine.InputSystem.LowLevel.InputStateHistory::get_extraMemoryPerRecord()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t InputStateHistory_get_extraMemoryPerRecord_m4E4C9D89BC37B9CD7E6AFFD58D95A9030F92E653_inline (InputStateHistory_tF2145C4E34E0E3AC84270533F58F047D6E28A480* __this, const RuntimeMethod* method) ;
|
|
// System.Int32 UnityEngine.InputSystem.Utilities.ReadOnlyArrayExtensions::IndexOfReference<UnityEngine.InputSystem.InputControl>(UnityEngine.InputSystem.Utilities.ReadOnlyArray`1<TValue>,TValue)
|
|
inline int32_t ReadOnlyArrayExtensions_IndexOfReference_TisInputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E_mB5B40E729A3DA490AB1290F474FAB59D2619AEE3 (ReadOnlyArray_1_tA1DF7A256AD2BF17FB155224CB2611ED215EFCD3 ___0_array, InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* ___1_value, const RuntimeMethod* method)
|
|
{
|
|
return (( int32_t (*) (ReadOnlyArray_1_tA1DF7A256AD2BF17FB155224CB2611ED215EFCD3, InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E*, const RuntimeMethod*))ReadOnlyArrayExtensions_IndexOfReference_TisRuntimeObject_m59B5B11615034DF943289BB1ED657AD8B1B10077_gshared)(___0_array, ___1_value, method);
|
|
}
|
|
// System.Boolean UnityEngine.InputSystem.LowLevel.InputStateHistory/Record::Equals(UnityEngine.InputSystem.LowLevel.InputStateHistory/Record)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Record_Equals_m46C2DACFD7A7DF90D32A0E4EC4B44D267D7B4402 (Record_tF7FF07DC502355356B48CE78337FB16B196E2EE0* __this, Record_tF7FF07DC502355356B48CE78337FB16B196E2EE0 ___0_other, const RuntimeMethod* method) ;
|
|
// System.Boolean UnityEngine.InputSystem.LowLevel.InputStateHistory/Record::Equals(System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Record_Equals_mEAE03AEEBA5DD28BBFD29288ABD97ECA570E1745 (Record_tF7FF07DC502355356B48CE78337FB16B196E2EE0* __this, RuntimeObject* ___0_obj, const RuntimeMethod* method) ;
|
|
// System.Int32 UnityEngine.InputSystem.LowLevel.InputStateHistory/Record::GetHashCode()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Record_GetHashCode_m0C3978B11ED20A623C63325C24A3B77C40C22BC6 (Record_tF7FF07DC502355356B48CE78337FB16B196E2EE0* __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.String UnityEngine.InputSystem.LowLevel.InputStateHistory/Record::ToString()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Record_ToString_m712763CC1EF0E6677A9A3848D870B7E619A91640 (Record_tF7FF07DC502355356B48CE78337FB16B196E2EE0* __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_defaultDeadzoneMin()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float InputSettings_get_defaultDeadzoneMin_m1239BE1D57797E39924B157E2176088DEAA40AB4_inline (InputSettings_tBA8835B505722A59702A08BCBA46ECF0B0274EEF* __this, const RuntimeMethod* method) ;
|
|
// System.Single UnityEngine.InputSystem.InputSettings::get_defaultDeadzoneMax()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float InputSettings_get_defaultDeadzoneMax_mDEDE43CBF1C003101209A6743914D4461A4B0DBD_inline (InputSettings_tBA8835B505722A59702A08BCBA46ECF0B0274EEF* __this, const RuntimeMethod* method) ;
|
|
// System.Single UnityEngine.InputSystem.Processors.AxisDeadzoneProcessor::get_minOrDefault()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float AxisDeadzoneProcessor_get_minOrDefault_m0951A50CB79989B52E92A99F727D59CA8DA327A4 (AxisDeadzoneProcessor_t0CD0C66C8981A54B391808B4950F14784AA28275* __this, const RuntimeMethod* method) ;
|
|
// System.Single UnityEngine.InputSystem.Processors.AxisDeadzoneProcessor::get_maxOrDefault()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float AxisDeadzoneProcessor_get_maxOrDefault_mFAD5FDE760368B8080230FB5863249E4DA7C383D (AxisDeadzoneProcessor_t0CD0C66C8981A54B391808B4950F14784AA28275* __this, const RuntimeMethod* method) ;
|
|
// System.Single UnityEngine.Mathf::Sign(System.Single)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float Mathf_Sign_m42EE1F0BC041AF14F89DED7F762BE996E2C50D8A_inline (float ___0_f, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.InputSystem.InputProcessor`1<System.Single>::.ctor()
|
|
inline void InputProcessor_1__ctor_m6E736C5302AE133E73EA6EBF118BD01593543363 (InputProcessor_1_tFE49B42CB371A9A2A3F29802695BD251947AD0B4* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (InputProcessor_1_tFE49B42CB371A9A2A3F29802695BD251947AD0B4*, const RuntimeMethod*))InputProcessor_1__ctor_m6E736C5302AE133E73EA6EBF118BD01593543363_gshared)(__this, 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.Boolean UnityEngine.InputSystem.InputSettings::get_compensateForScreenOrientation()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool InputSettings_get_compensateForScreenOrientation_m3192D3A299F90F02013F003CE246174E480ACF80_inline (InputSettings_tBA8835B505722A59702A08BCBA46ECF0B0274EEF* __this, const RuntimeMethod* method) ;
|
|
// UnityEngine.Quaternion UnityEngine.Quaternion::get_identity()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 Quaternion_get_identity_m7E701AE095ED10FD5EA0B50ABCFDE2EEFF2173A5_inline (const RuntimeMethod* method) ;
|
|
// UnityEngine.Quaternion UnityEngine.Quaternion::Euler(System.Single,System.Single,System.Single)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 Quaternion_Euler_m9262AB29E3E9CE94EF71051F38A28E82AEC73F90_inline (float ___0_x, float ___1_y, float ___2_z, const RuntimeMethod* method) ;
|
|
// UnityEngine.Vector3 UnityEngine.Quaternion::op_Multiply(UnityEngine.Quaternion,UnityEngine.Vector3)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 Quaternion_op_Multiply_mE1EBA73F9173432B50F8F17CE8190C5A7986FB8C (Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 ___0_rotation, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___1_point, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.InputSystem.InputProcessor`1<UnityEngine.Vector3>::.ctor()
|
|
inline void InputProcessor_1__ctor_m3660D9413503EF80E191369B2681143857676B2C (InputProcessor_1_t10DFF33E2326C9CB9E156D4E45DB2D85EFD54C7F* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (InputProcessor_1_t10DFF33E2326C9CB9E156D4E45DB2D85EFD54C7F*, const RuntimeMethod*))InputProcessor_1__ctor_m3660D9413503EF80E191369B2681143857676B2C_gshared)(__this, 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) ;
|
|
// UnityEngine.Quaternion UnityEngine.Quaternion::op_Multiply(UnityEngine.Quaternion,UnityEngine.Quaternion)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 Quaternion_op_Multiply_mCB375FCCC12A2EC8F9EB824A1BFB4453B58C2012_inline (Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 ___0_lhs, Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 ___1_rhs, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.InputSystem.InputProcessor`1<UnityEngine.Quaternion>::.ctor()
|
|
inline void InputProcessor_1__ctor_mD16AAFDF5E257298ADA5114E0A83D7F7C854F4CF (InputProcessor_1_t43B1AEC927E378D43D0207A4C031927E872280CE* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (InputProcessor_1_t43B1AEC927E378D43D0207A4C031927E872280CE*, const RuntimeMethod*))InputProcessor_1__ctor_mD16AAFDF5E257298ADA5114E0A83D7F7C854F4CF_gshared)(__this, method);
|
|
}
|
|
// System.Void UnityEngine.InputSystem.InputProcessor`1<UnityEngine.Vector2>::.ctor()
|
|
inline void InputProcessor_1__ctor_m83FD372BC7790897D73BB2A38C5B8FE7E7D370FE (InputProcessor_1_tD1A40E0E5825AAABC3416EC96E087FF6E6351DD2* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (InputProcessor_1_tD1A40E0E5825AAABC3416EC96E087FF6E6351DD2*, const RuntimeMethod*))InputProcessor_1__ctor_m83FD372BC7790897D73BB2A38C5B8FE7E7D370FE_gshared)(__this, 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.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) ;
|
|
// UnityEngine.Vector2 UnityEngine.Vector2::get_normalized()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 Vector2_get_normalized_mF6722883AEFB5027690A778DF8ACC20F0FA65297_inline (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7* __this, const RuntimeMethod* method) ;
|
|
// UnityEngine.Vector3 UnityEngine.Vector3::get_normalized()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 Vector3_get_normalized_m736BBF65D5CDA7A18414370D15B4DFCC1E466F07_inline (Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2* __this, 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.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) ;
|
|
// 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.Single UnityEngine.InputSystem.Processors.StickDeadzoneProcessor::GetDeadZoneAdjustedValue(System.Single)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float StickDeadzoneProcessor_GetDeadZoneAdjustedValue_mC1E3BD5114CAC2B41315D4C33814538535B52965 (StickDeadzoneProcessor_t0CAE8DDAB3FC7A3490FFFD74AEEC04A57837BA39* __this, float ___0_value, const RuntimeMethod* method) ;
|
|
// UnityEngine.Vector2 UnityEngine.Vector2::get_zero()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 Vector2_get_zero_m32506C40EC2EE7D5D4410BF40D3EE683A3D5F32C_inline (const RuntimeMethod* method) ;
|
|
// UnityEngine.Vector2 UnityEngine.Vector2::op_Multiply(UnityEngine.Vector2,System.Single)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 Vector2_op_Multiply_m2D984B613020089BF5165BA4CA10988E2DC771FE_inline (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___0_a, float ___1_d, const RuntimeMethod* method) ;
|
|
// System.Single UnityEngine.InputSystem.Processors.StickDeadzoneProcessor::get_minOrDefault()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float StickDeadzoneProcessor_get_minOrDefault_mDED4954E964A2DFBD75A29A762352ECB1B95738E (StickDeadzoneProcessor_t0CAE8DDAB3FC7A3490FFFD74AEEC04A57837BA39* __this, const RuntimeMethod* method) ;
|
|
// System.Single UnityEngine.InputSystem.Processors.StickDeadzoneProcessor::get_maxOrDefault()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float StickDeadzoneProcessor_get_maxOrDefault_m48BE9D794231A7EFC4C084DA8860B5BFF1511CD0 (StickDeadzoneProcessor_t0CAE8DDAB3FC7A3490FFFD74AEEC04A57837BA39* __this, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.PropertyAttribute::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PropertyAttribute__ctor_m19247686E165101F140615C7306DC2DA3953D97D (PropertyAttribute_t5E0CB5A6CDA6E24CBD4FF26DE3B0C29D8BB54BF0* __this, const RuntimeMethod* method) ;
|
|
// System.String UnityEngine.InputSystem.Utilities.InternedString::op_Implicit(UnityEngine.InputSystem.Utilities.InternedString)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* InternedString_op_Implicit_m99D80AAE853F54FA2EF2603D020C7454B608D2F6 (InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 ___0_str, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.InputSystem.Utilities.ReadOnlyArray`1<UnityEngine.InputSystem.Utilities.InternedString>::.ctor(TValue[])
|
|
inline void ReadOnlyArray_1__ctor_m8B1A10969D597D11769C4E7C33B907A981CA78F5 (ReadOnlyArray_1_t1C2864D7CF4D444AB2616316AC8DD33932F77064* __this, InternedStringU5BU5D_t0B851758733FC0B118D84BE83AED10A0404C18D5* ___0_array, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (ReadOnlyArray_1_t1C2864D7CF4D444AB2616316AC8DD33932F77064*, InternedStringU5BU5D_t0B851758733FC0B118D84BE83AED10A0404C18D5*, const RuntimeMethod*))ReadOnlyArray_1__ctor_m8B1A10969D597D11769C4E7C33B907A981CA78F5_gshared)(__this, ___0_array, method);
|
|
}
|
|
// System.Void UnityEngine.InputSystem.Utilities.ReadOnlyArray`1<UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem>::.ctor(TValue[])
|
|
inline void ReadOnlyArray_1__ctor_m1A1A6D0FD792CEAA60A7641BB5854BCD80217362 (ReadOnlyArray_1_t33FF20B344958C68734E3615E9381A0A6F882670* __this, ControlItemU5BU5D_t7798E8B7C7F58B8F6D13B567539CD82E962C7104* ___0_array, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (ReadOnlyArray_1_t33FF20B344958C68734E3615E9381A0A6F882670*, ControlItemU5BU5D_t7798E8B7C7F58B8F6D13B567539CD82E962C7104*, const RuntimeMethod*))ReadOnlyArray_1__ctor_m1A1A6D0FD792CEAA60A7641BB5854BCD80217362_gshared)(__this, ___0_array, method);
|
|
}
|
|
// T System.Nullable`1<System.Boolean>::GetValueOrDefault()
|
|
inline bool Nullable_1_GetValueOrDefault_m86E1210429A6EA0082CC7806DD638E8B4555F148_inline (Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01*, const RuntimeMethod*))Nullable_1_GetValueOrDefault_m86E1210429A6EA0082CC7806DD638E8B4555F148_gshared_inline)(__this, method);
|
|
}
|
|
// System.Type System.Type::GetTypeFromHandle(System.RuntimeTypeHandle)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57 (RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B ___0_handle, const RuntimeMethod* method) ;
|
|
// System.Boolean UnityEngine.InputSystem.Layouts.InputControlLayout::get_isDeviceLayout()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputControlLayout_get_isDeviceLayout_mC5AFD49ECE0133CD8323C490387652CFCDF0E3E3 (InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Nullable`1<System.Boolean>::.ctor(T)
|
|
inline void Nullable_1__ctor_m4FAA8281CB4EFFD8B817734351FB3AC20A0CD6F5 (Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01* __this, bool ___0_value, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01*, bool, const RuntimeMethod*))Nullable_1__ctor_m4FAA8281CB4EFFD8B817734351FB3AC20A0CD6F5_gshared)(__this, ___0_value, method);
|
|
}
|
|
// System.Boolean System.Nullable`1<System.Boolean>::get_HasValue()
|
|
inline bool Nullable_1_get_HasValue_m6B76D139692C43B2AF7C695FAB044B16ACFAF355_inline (Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01*, const RuntimeMethod*))Nullable_1_get_HasValue_m6B76D139692C43B2AF7C695FAB044B16ACFAF355_gshared_inline)(__this, method);
|
|
}
|
|
// T System.Nullable`1<System.Boolean>::get_Value()
|
|
inline bool Nullable_1_get_Value_mE2C54C6AE9FC9F05BF44CD9D7D61DC6CD56E3E28 (Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01*, const RuntimeMethod*))Nullable_1_get_Value_mE2C54C6AE9FC9F05BF44CD9D7D61DC6CD56E3E28_gshared)(__this, 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.Utilities.InternedString UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem::get_name()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 ControlItem_get_name_m1D0E0FB5B9A155BEDF717F69A57364F89F1292F7_inline (ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD* __this, const RuntimeMethod* method) ;
|
|
// 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) ;
|
|
// UnityEngine.InputSystem.Utilities.InternedString UnityEngine.InputSystem.Layouts.InputControlLayout::get_name()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 InputControlLayout_get_name_m41A7AEAC666D5C2CC75AB1FE2E7D6D7CAB90EA9A_inline (InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Collections.Generic.KeyNotFoundException::.ctor(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyNotFoundException__ctor_mBD1D75B73DD5D7C6C72E4F7A021778837B6F2C6B (KeyNotFoundException_tCE416EC9BCA9F396A3DFFF86D1B5209BA876079E* __this, String_t* ___0_message, const RuntimeMethod* 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.Void System.Nullable`1<UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem>::.ctor(T)
|
|
inline void Nullable_1__ctor_m2A8ADF972334AFE0CB6F3D100535A01C4E89F485 (Nullable_1_t655AB0D788E9ABDCE6B0F6BF2AADC5C7E35955C4* __this, ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD ___0_value, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Nullable_1_t655AB0D788E9ABDCE6B0F6BF2AADC5C7E35955C4*, ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD, const RuntimeMethod*))Nullable_1__ctor_m2A8ADF972334AFE0CB6F3D100535A01C4E89F485_gshared)(__this, ___0_value, 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.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::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.Boolean UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem::get_isArray()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ControlItem_get_isArray_m64A6E8C58A4D71B7F0E7B5CBF4BF76CC262FA2DD (ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD* __this, 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 UnityEngine.InputSystem.Utilities.InternedString::ToString()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* InternedString_ToString_mED327D67EF001C5EDFF284336F13C3E3F025993A (InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735* __this, const RuntimeMethod* method) ;
|
|
// System.Int32 System.String::Compare(System.String,System.Int32,System.String,System.Int32,System.Int32,System.StringComparison)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_Compare_m68FBA6075A0142439B0249D884863356D99090CF (String_t* ___0_strA, int32_t ___1_indexA, String_t* ___2_strB, int32_t ___3_indexB, int32_t ___4_length, int32_t ___5_comparisonType, const RuntimeMethod* method) ;
|
|
// System.Type UnityEngine.InputSystem.Layouts.InputControlLayout::get_type()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Type_t* InputControlLayout_get_type_mB36B8AAE50EB013820BFB388233F4BCC6AD419B3_inline (InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D* __this, const RuntimeMethod* method) ;
|
|
// System.Type UnityEngine.InputSystem.Utilities.TypeHelpers::GetGenericTypeArgumentFromHierarchy(System.Type,System.Type,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* TypeHelpers_GetGenericTypeArgumentFromHierarchy_m9CE3EA9B8DFBBBC2BD6BFB81B4D66FB6922C089C (Type_t* ___0_type, Type_t* ___1_genericTypeDefinition, int32_t ___2_argumentIndex, const RuntimeMethod* method) ;
|
|
// System.Void System.Collections.Generic.List`1<UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem>::.ctor()
|
|
inline void List_1__ctor_mA682012E5951D6B004135D22C6B4B2D7D593990E (List_1_tBF847DD77CE898FDD304012AB5DFBFC15986D8F7* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (List_1_tBF847DD77CE898FDD304012AB5DFBFC15986D8F7*, const RuntimeMethod*))List_1__ctor_mA682012E5951D6B004135D22C6B4B2D7D593990E_gshared)(__this, method);
|
|
}
|
|
// T System.Reflection.CustomAttributeExtensions::GetCustomAttribute<UnityEngine.InputSystem.Layouts.InputControlLayoutAttribute>(System.Reflection.MemberInfo,System.Boolean)
|
|
inline InputControlLayoutAttribute_tB220062778EF9614EA4BA4E5A35520EEA17C21D7* CustomAttributeExtensions_GetCustomAttribute_TisInputControlLayoutAttribute_tB220062778EF9614EA4BA4E5A35520EEA17C21D7_mEE8C66FCFBEDDB802DACFEE6FB13761A5D6B76E1 (MemberInfo_t* ___0_element, bool ___1_inherit, const RuntimeMethod* method)
|
|
{
|
|
return (( InputControlLayoutAttribute_tB220062778EF9614EA4BA4E5A35520EEA17C21D7* (*) (MemberInfo_t*, bool, const RuntimeMethod*))CustomAttributeExtensions_GetCustomAttribute_TisRuntimeObject_m9EFD5CBA0FF05E990D56D14EE1BD1E289E6BE9EA_gshared)(___0_element, ___1_inherit, method);
|
|
}
|
|
// System.Type UnityEngine.InputSystem.Layouts.InputControlLayoutAttribute::get_stateType()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Type_t* InputControlLayoutAttribute_get_stateType_m0433BD1DAE77F2B64FEBCA3427B5B1F19167A1D3_inline (InputControlLayoutAttribute_tB220062778EF9614EA4BA4E5A35520EEA17C21D7* __this, 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.Void UnityEngine.InputSystem.Layouts.InputControlLayout::AddControlItems(System.Type,System.Collections.Generic.List`1<UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem>,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputControlLayout_AddControlItems_m1BC41DEF3BAD2E071D59C36C287BE8C1A3C5D26A (Type_t* ___0_type, List_1_tBF847DD77CE898FDD304012AB5DFBFC15986D8F7* ___1_controlLayouts, String_t* ___2_layoutName, const RuntimeMethod* method) ;
|
|
// System.Object System.Activator::CreateInstance(System.Type)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Activator_CreateInstance_mFF030428C64FDDFACC74DFAC97388A1C628BFBCF (Type_t* ___0_type, const RuntimeMethod* method) ;
|
|
// System.String UnityEngine.InputSystem.Layouts.InputControlLayoutAttribute::get_stateFormat()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* InputControlLayoutAttribute_get_stateFormat_m614344B43A8F87397426753A88F5AD7D299DB440_inline (InputControlLayoutAttribute_tB220062778EF9614EA4BA4E5A35520EEA17C21D7* __this, 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.Layouts.InputControlLayoutAttribute::get_variants()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* InputControlLayoutAttribute_get_variants_mC2EA0619AEB09CBD42DB57FB3B7CBD0DF68B3F0E_inline (InputControlLayoutAttribute_tB220062778EF9614EA4BA4E5A35520EEA17C21D7* __this, 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.Void UnityEngine.InputSystem.Layouts.InputControlLayout::.ctor(System.String,System.Type)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputControlLayout__ctor_m5F434E0B4DD5712CFA1547371EB799303C99ACC8 (InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D* __this, String_t* ___0_name, Type_t* ___1_type, const RuntimeMethod* method) ;
|
|
// T[] System.Collections.Generic.List`1<UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem>::ToArray()
|
|
inline ControlItemU5BU5D_t7798E8B7C7F58B8F6D13B567539CD82E962C7104* List_1_ToArray_m00CA5FB91CDA6365D58E28447BF529B32FE5AFE1 (List_1_tBF847DD77CE898FDD304012AB5DFBFC15986D8F7* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( ControlItemU5BU5D_t7798E8B7C7F58B8F6D13B567539CD82E962C7104* (*) (List_1_tBF847DD77CE898FDD304012AB5DFBFC15986D8F7*, const RuntimeMethod*))List_1_ToArray_m00CA5FB91CDA6365D58E28447BF529B32FE5AFE1_gshared)(__this, method);
|
|
}
|
|
// System.Boolean UnityEngine.InputSystem.Layouts.InputControlLayoutAttribute::get_isGenericTypeOfDevice()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool InputControlLayoutAttribute_get_isGenericTypeOfDevice_mD93EF479A6FE565A6BCE6D8D6402387CFFC1366E_inline (InputControlLayoutAttribute_tB220062778EF9614EA4BA4E5A35520EEA17C21D7* __this, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.InputSystem.Layouts.InputControlLayout::set_isGenericTypeOfDevice(System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputControlLayout_set_isGenericTypeOfDevice_mF23282B5AF62BC132A31DEF6487EE22A1F7CC03B (InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D* __this, bool ___0_value, const RuntimeMethod* method) ;
|
|
// System.Boolean UnityEngine.InputSystem.Layouts.InputControlLayoutAttribute::get_hideInUI()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool InputControlLayoutAttribute_get_hideInUI_mBB73ECDB0F7D22EC23351EA62D0D73D813544D87_inline (InputControlLayoutAttribute_tB220062778EF9614EA4BA4E5A35520EEA17C21D7* __this, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.InputSystem.Layouts.InputControlLayout::set_hideInUI(System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputControlLayout_set_hideInUI_mAD5C391E136CA9398427180D894D439A86D4C8B4 (InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D* __this, bool ___0_value, const RuntimeMethod* method) ;
|
|
// System.String UnityEngine.InputSystem.Layouts.InputControlLayoutAttribute::get_description()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* InputControlLayoutAttribute_get_description_m1478E6F0750F6BA4D98D616F5F4EAC7762CD86B6_inline (InputControlLayoutAttribute_tB220062778EF9614EA4BA4E5A35520EEA17C21D7* __this, const RuntimeMethod* method) ;
|
|
// System.String UnityEngine.InputSystem.Layouts.InputControlLayoutAttribute::get_displayName()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* InputControlLayoutAttribute_get_displayName_mAAF24C1247D109A50D436F631BE94E8BC769965D_inline (InputControlLayoutAttribute_tB220062778EF9614EA4BA4E5A35520EEA17C21D7* __this, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.InputSystem.Layouts.InputControlLayout::set_canRunInBackground(System.Nullable`1<System.Boolean>)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputControlLayout_set_canRunInBackground_m22D48D58150C3803227AC74BF023024D62CD9D1F (InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D* __this, Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01 ___0_value, const RuntimeMethod* method) ;
|
|
// System.Boolean UnityEngine.InputSystem.Layouts.InputControlLayoutAttribute::get_isNoisy()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool InputControlLayoutAttribute_get_isNoisy_mD5DCAE62CB65913C43056EBB8DA91D0BCBB8DD46_inline (InputControlLayoutAttribute_tB220062778EF9614EA4BA4E5A35520EEA17C21D7* __this, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.InputSystem.Layouts.InputControlLayout::set_isNoisy(System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputControlLayout_set_isNoisy_mCAA54D7092302016F7A17C8E850F5F4103885EF2 (InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D* __this, bool ___0_value, const RuntimeMethod* method) ;
|
|
// System.String[] UnityEngine.InputSystem.Layouts.InputControlLayoutAttribute::get_commonUsages()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* InputControlLayoutAttribute_get_commonUsages_m429504C8A4BB52F5F7285B30370AF5325CF802EA_inline (InputControlLayoutAttribute_tB220062778EF9614EA4BA4E5A35520EEA17C21D7* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Func`2<System.String,UnityEngine.InputSystem.Utilities.InternedString>::.ctor(System.Object,System.IntPtr)
|
|
inline void Func_2__ctor_mE292EB3D4C9A07C566B0570AB2E1A7F3A2FC3039 (Func_2_tCB627F464F4D6382DEE25046EA94646523308FE1* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Func_2_tCB627F464F4D6382DEE25046EA94646523308FE1*, RuntimeObject*, intptr_t, const RuntimeMethod*))Func_2__ctor_m92E872488A5D1351FE7695A0328E8D468BEE1884_gshared)(__this, ___0_object, ___1_method, method);
|
|
}
|
|
// TNew[] UnityEngine.InputSystem.Utilities.ArrayHelpers::Select<System.String,UnityEngine.InputSystem.Utilities.InternedString>(TOld[],System.Func`2<TOld,TNew>)
|
|
inline InternedStringU5BU5D_t0B851758733FC0B118D84BE83AED10A0404C18D5* ArrayHelpers_Select_TisString_t_TisInternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735_m6238A67931E7F7F2A44868316C7EEA0B6989A1A4 (StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___0_array, Func_2_tCB627F464F4D6382DEE25046EA94646523308FE1* ___1_converter, const RuntimeMethod* method)
|
|
{
|
|
return (( InternedStringU5BU5D_t0B851758733FC0B118D84BE83AED10A0404C18D5* (*) (StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*, Func_2_tCB627F464F4D6382DEE25046EA94646523308FE1*, const RuntimeMethod*))ArrayHelpers_Select_TisRuntimeObject_TisInternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735_mEC88C272C092C58B6A00CD2EC00C7F43F19EF74A_gshared)(___0_array, ___1_converter, method);
|
|
}
|
|
// UnityEngine.InputSystem.Layouts.InputControlLayout/LayoutJson UnityEngine.InputSystem.Layouts.InputControlLayout/LayoutJson::FromLayout(UnityEngine.InputSystem.Layouts.InputControlLayout)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR LayoutJson_t79F9D8B74314A3697F189FBA1DE721260F5E9399 LayoutJson_FromLayout_m85C093583ED46FA1E9CF05F26F63C52FEC772DDE (InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D* ___0_layout, const RuntimeMethod* method) ;
|
|
// System.String UnityEngine.JsonUtility::ToJson(System.Object,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* JsonUtility_ToJson_m53A1FEE0D388CF3A629E093C04B5E1A6D5463B53 (RuntimeObject* ___0_obj, bool ___1_prettyPrint, const RuntimeMethod* method) ;
|
|
// T UnityEngine.JsonUtility::FromJson<UnityEngine.InputSystem.Layouts.InputControlLayout/LayoutJson>(System.String)
|
|
inline LayoutJson_t79F9D8B74314A3697F189FBA1DE721260F5E9399 JsonUtility_FromJson_TisLayoutJson_t79F9D8B74314A3697F189FBA1DE721260F5E9399_m1323ACD3DA5A5768BCA2BCCE2A6A0C7B55127917 (String_t* ___0_json, const RuntimeMethod* method)
|
|
{
|
|
return (( LayoutJson_t79F9D8B74314A3697F189FBA1DE721260F5E9399 (*) (String_t*, const RuntimeMethod*))JsonUtility_FromJson_TisLayoutJson_t79F9D8B74314A3697F189FBA1DE721260F5E9399_m1323ACD3DA5A5768BCA2BCCE2A6A0C7B55127917_gshared)(___0_json, method);
|
|
}
|
|
// UnityEngine.InputSystem.Layouts.InputControlLayout UnityEngine.InputSystem.Layouts.InputControlLayout/LayoutJson::ToLayout()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D* LayoutJson_ToLayout_m639A4B3A41B9C4F6DA0FF51E2FB8E37243BA4B01 (LayoutJson_t79F9D8B74314A3697F189FBA1DE721260F5E9399* __this, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.InputSystem.Layouts.InputControlLayout::AddControlItemsFromFields(System.Type,System.Collections.Generic.List`1<UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem>,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputControlLayout_AddControlItemsFromFields_mC30245FEC32B56BD975C9D747038AF57C99B9BF7 (Type_t* ___0_type, List_1_tBF847DD77CE898FDD304012AB5DFBFC15986D8F7* ___1_controlLayouts, String_t* ___2_layoutName, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.InputSystem.Layouts.InputControlLayout::AddControlItemsFromProperties(System.Type,System.Collections.Generic.List`1<UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem>,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputControlLayout_AddControlItemsFromProperties_mA904CFABC3D425E7AEB766616735AF86B0DD4756 (Type_t* ___0_type, List_1_tBF847DD77CE898FDD304012AB5DFBFC15986D8F7* ___1_controlLayouts, String_t* ___2_layoutName, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.InputSystem.Layouts.InputControlLayout::AddControlItemsFromMembers(System.Reflection.MemberInfo[],System.Collections.Generic.List`1<UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem>,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputControlLayout_AddControlItemsFromMembers_m2A7357471F690291C1E5A76A79C4DB73C753989F (MemberInfoU5BU5D_t4CB6970BB166E8E1CFB06152B2A2284971873053* ___0_members, List_1_tBF847DD77CE898FDD304012AB5DFBFC15986D8F7* ___1_controlItems, String_t* ___2_layoutName, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Type::op_Equality(System.Type,System.Type)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC (Type_t* ___0_left, Type_t* ___1_right, const RuntimeMethod* method) ;
|
|
// System.Type UnityEngine.InputSystem.Utilities.TypeHelpers::GetValueType(System.Reflection.MemberInfo)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* TypeHelpers_GetValueType_m95FEE9C23AE46BC79D1149B270D7519C5065997A (MemberInfo_t* ___0_member, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Type::get_IsValueType()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Type_get_IsValueType_m59AE2E0439DC06347B8D6B38548F3CBA54D38318 (Type_t* __this, const RuntimeMethod* method) ;
|
|
// System.Int32 System.Collections.Generic.List`1<UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem>::get_Count()
|
|
inline int32_t List_1_get_Count_m965582C062B5F29E2DB7427A5C2DD8603D88ADD7_inline (List_1_tBF847DD77CE898FDD304012AB5DFBFC15986D8F7* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( int32_t (*) (List_1_tBF847DD77CE898FDD304012AB5DFBFC15986D8F7*, const RuntimeMethod*))List_1_get_Count_m965582C062B5F29E2DB7427A5C2DD8603D88ADD7_gshared_inline)(__this, method);
|
|
}
|
|
// System.Boolean System.Reflection.FieldInfo::op_Inequality(System.Reflection.FieldInfo,System.Reflection.FieldInfo)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool FieldInfo_op_Inequality_m95789A98E646494987E66A9E4188DCA86185066B (FieldInfo_t* ___0_left, FieldInfo_t* ___1_right, const RuntimeMethod* method) ;
|
|
// System.IntPtr System.Runtime.InteropServices.Marshal::OffsetOf(System.Type,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t Marshal_OffsetOf_m106F2D2FC0C00CAD2982B489C1FB58B031729310 (Type_t* ___0_t, String_t* ___1_fieldName, const RuntimeMethod* method) ;
|
|
// System.Int32 System.IntPtr::ToInt32()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t IntPtr_ToInt32_mD53B5D2C73C7E4BE5ADEBC5D187EACC83D5BB292 (intptr_t* __this, const RuntimeMethod* method) ;
|
|
// T System.Collections.Generic.List`1<UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem>::get_Item(System.Int32)
|
|
inline ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD List_1_get_Item_m0A94F1F351B6BAE6D2F3889C9C4B99E7106487AC (List_1_tBF847DD77CE898FDD304012AB5DFBFC15986D8F7* __this, int32_t ___0_index, const RuntimeMethod* method)
|
|
{
|
|
return (( ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD (*) (List_1_tBF847DD77CE898FDD304012AB5DFBFC15986D8F7*, int32_t, const RuntimeMethod*))List_1_get_Item_m0A94F1F351B6BAE6D2F3889C9C4B99E7106487AC_gshared)(__this, ___0_index, method);
|
|
}
|
|
// System.UInt32 UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem::get_offset()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint32_t ControlItem_get_offset_mC9EF8E5DC5F44C67F6C52348DC848ED6A554B514_inline (ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD* __this, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem::set_offset(System.UInt32)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ControlItem_set_offset_mADAA61E264DE2C83DB6BB3B6D9EF22974D2071B9_inline (ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD* __this, uint32_t ___0_value, const RuntimeMethod* method) ;
|
|
// System.Void System.Collections.Generic.List`1<UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem>::set_Item(System.Int32,T)
|
|
inline void List_1_set_Item_m6FA93D75E7D5F138E7C31968F66B0C5918E6CA8C (List_1_tBF847DD77CE898FDD304012AB5DFBFC15986D8F7* __this, int32_t ___0_index, ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD ___1_value, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (List_1_tBF847DD77CE898FDD304012AB5DFBFC15986D8F7*, int32_t, ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD, const RuntimeMethod*))List_1_set_Item_m6FA93D75E7D5F138E7C31968F66B0C5918E6CA8C_gshared)(__this, ___0_index, ___1_value, method);
|
|
}
|
|
// System.Collections.Generic.IEnumerable`1<T> System.Reflection.CustomAttributeExtensions::GetCustomAttributes<UnityEngine.InputSystem.Layouts.InputControlAttribute>(System.Reflection.MemberInfo,System.Boolean)
|
|
inline RuntimeObject* CustomAttributeExtensions_GetCustomAttributes_TisInputControlAttribute_t312CA97B153666F873279E81BA4054684715368D_mBCCD352D87BBD967E377E437112DFBBB1D9DCCF6 (MemberInfo_t* ___0_element, bool ___1_inherit, const RuntimeMethod* method)
|
|
{
|
|
return (( RuntimeObject* (*) (MemberInfo_t*, bool, const RuntimeMethod*))CustomAttributeExtensions_GetCustomAttributes_TisRuntimeObject_mBF71968FD8245DB3BE66890858B1877DCF8875CF_gshared)(___0_element, ___1_inherit, method);
|
|
}
|
|
// TSource[] System.Linq.Enumerable::ToArray<UnityEngine.InputSystem.Layouts.InputControlAttribute>(System.Collections.Generic.IEnumerable`1<TSource>)
|
|
inline InputControlAttributeU5BU5D_t9F49829F717D3562C6AEABF8EC5D202DDE77DBAB* Enumerable_ToArray_TisInputControlAttribute_t312CA97B153666F873279E81BA4054684715368D_m4D6609093D19349D63F7D3B3A971EB1C50BB18E7 (RuntimeObject* ___0_source, const RuntimeMethod* method)
|
|
{
|
|
return (( InputControlAttributeU5BU5D_t9F49829F717D3562C6AEABF8EC5D202DDE77DBAB* (*) (RuntimeObject*, const RuntimeMethod*))Enumerable_ToArray_TisRuntimeObject_mA54265C2C8A0864929ECD300B75E4952D553D17D_gshared)(___0_source, method);
|
|
}
|
|
// System.Void UnityEngine.InputSystem.Layouts.InputControlLayout::AddControlItemsFromMember(System.Reflection.MemberInfo,UnityEngine.InputSystem.Layouts.InputControlAttribute[],System.Collections.Generic.List`1<UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem>)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputControlLayout_AddControlItemsFromMember_m8B24817C216A8C01B89250C52E060DF885B233B1 (MemberInfo_t* ___0_member, InputControlAttributeU5BU5D_t9F49829F717D3562C6AEABF8EC5D202DDE77DBAB* ___1_attributes, List_1_tBF847DD77CE898FDD304012AB5DFBFC15986D8F7* ___2_controlItems, const RuntimeMethod* method) ;
|
|
// UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem UnityEngine.InputSystem.Layouts.InputControlLayout::CreateControlItemFromMember(System.Reflection.MemberInfo,UnityEngine.InputSystem.Layouts.InputControlAttribute)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD InputControlLayout_CreateControlItemFromMember_m27F998E8186A0E625126228913ED8C3D391595C8 (MemberInfo_t* ___0_member, InputControlAttribute_t312CA97B153666F873279E81BA4054684715368D* ___1_attribute, const RuntimeMethod* method) ;
|
|
// System.Void System.Collections.Generic.List`1<UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem>::Add(T)
|
|
inline void List_1_Add_mC80F4E1FA0352E5887AF0D8100CA8C32C74509D6_inline (List_1_tBF847DD77CE898FDD304012AB5DFBFC15986D8F7* __this, ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD ___0_item, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (List_1_tBF847DD77CE898FDD304012AB5DFBFC15986D8F7*, ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD, const RuntimeMethod*))List_1_Add_mC80F4E1FA0352E5887AF0D8100CA8C32C74509D6_gshared_inline)(__this, ___0_item, method);
|
|
}
|
|
// System.String UnityEngine.InputSystem.Layouts.InputControlAttribute::get_name()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* InputControlAttribute_get_name_m2E73CBA4B9DD9B32A13C6EB47ED1341406C1887B_inline (InputControlAttribute_t312CA97B153666F873279E81BA4054684715368D* __this, 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.String UnityEngine.InputSystem.Layouts.InputControlAttribute::get_displayName()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* InputControlAttribute_get_displayName_mA2CB664E8261D318DD13FD66A015B0EFCFD35FC9_inline (InputControlAttribute_t312CA97B153666F873279E81BA4054684715368D* __this, const RuntimeMethod* method) ;
|
|
// System.String UnityEngine.InputSystem.Layouts.InputControlAttribute::get_shortDisplayName()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* InputControlAttribute_get_shortDisplayName_m536FBAE75C1662DDFB37C14D533DD2CB497ACD3B_inline (InputControlAttribute_t312CA97B153666F873279E81BA4054684715368D* __this, const RuntimeMethod* method) ;
|
|
// System.String UnityEngine.InputSystem.Layouts.InputControlAttribute::get_layout()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* InputControlAttribute_get_layout_m3E41A7E382A12A21A7C5C8F60480101DFECE2C94_inline (InputControlAttribute_t312CA97B153666F873279E81BA4054684715368D* __this, const RuntimeMethod* method) ;
|
|
// T System.Reflection.CustomAttributeExtensions::GetCustomAttribute<System.Runtime.CompilerServices.FixedBufferAttribute>(System.Reflection.MemberInfo,System.Boolean)
|
|
inline FixedBufferAttribute_t9021ECC845780EC1C9DB16A0BF2497D35334F402* CustomAttributeExtensions_GetCustomAttribute_TisFixedBufferAttribute_t9021ECC845780EC1C9DB16A0BF2497D35334F402_m1A90298FBD1D721869C5B0C932D03934999D4A6D (MemberInfo_t* ___0_element, bool ___1_inherit, const RuntimeMethod* method)
|
|
{
|
|
return (( FixedBufferAttribute_t9021ECC845780EC1C9DB16A0BF2497D35334F402* (*) (MemberInfo_t*, bool, const RuntimeMethod*))CustomAttributeExtensions_GetCustomAttribute_TisRuntimeObject_m9EFD5CBA0FF05E990D56D14EE1BD1E289E6BE9EA_gshared)(___0_element, ___1_inherit, method);
|
|
}
|
|
// System.String UnityEngine.InputSystem.Layouts.InputControlLayout::InferLayoutFromValueType(System.Type)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* InputControlLayout_InferLayoutFromValueType_mB12FEC8724F2C94253BB1F6775FC2DAFD238E07D (Type_t* ___0_type, const RuntimeMethod* method) ;
|
|
// System.String UnityEngine.InputSystem.Layouts.InputControlAttribute::get_variants()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* InputControlAttribute_get_variants_m4FAEACDA1A26A01568225F1CAD7CBBAB9138DEFF_inline (InputControlAttribute_t312CA97B153666F873279E81BA4054684715368D* __this, const RuntimeMethod* method) ;
|
|
// System.UInt32 UnityEngine.InputSystem.Layouts.InputControlAttribute::get_offset()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint32_t InputControlAttribute_get_offset_m0CF40C1118A598846280B9DA2B7BCCC5C4079E39_inline (InputControlAttribute_t312CA97B153666F873279E81BA4054684715368D* __this, const RuntimeMethod* method) ;
|
|
// System.UInt32 UnityEngine.InputSystem.Layouts.InputControlAttribute::get_bit()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint32_t InputControlAttribute_get_bit_m341EA35B100C77D3B4E8EFDB6A745D72DC2AA2A2_inline (InputControlAttribute_t312CA97B153666F873279E81BA4054684715368D* __this, const RuntimeMethod* method) ;
|
|
// System.UInt32 UnityEngine.InputSystem.Layouts.InputControlAttribute::get_sizeInBits()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint32_t InputControlAttribute_get_sizeInBits_mBA810ADA82C973F4DC0FB322C965B13503ACA194_inline (InputControlAttribute_t312CA97B153666F873279E81BA4054684715368D* __this, const RuntimeMethod* method) ;
|
|
// System.String UnityEngine.InputSystem.Layouts.InputControlAttribute::get_format()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* InputControlAttribute_get_format_m765DEBBB52DDF6544E02525AD3CB140DC4A902E3_inline (InputControlAttribute_t312CA97B153666F873279E81BA4054684715368D* __this, const RuntimeMethod* method) ;
|
|
// UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.LowLevel.InputStateBlock::GetPrimitiveFormatFromType(System.Type)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED InputStateBlock_GetPrimitiveFormatFromType_m97DB8809F080F6991980F44487CD2EDF47E2C104 (Type_t* ___0_type, const RuntimeMethod* method) ;
|
|
// System.String UnityEngine.InputSystem.Layouts.InputControlAttribute::get_alias()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* InputControlAttribute_get_alias_m09D83B5B58D1DD13983656B78EB4AEED875F2702_inline (InputControlAttribute_t312CA97B153666F873279E81BA4054684715368D* __this, const RuntimeMethod* method) ;
|
|
// System.String[] UnityEngine.InputSystem.Layouts.InputControlAttribute::get_aliases()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* InputControlAttribute_get_aliases_mD8390AF2F18517AF3CC16FB03C2723FCBDB45825_inline (InputControlAttribute_t312CA97B153666F873279E81BA4054684715368D* __this, const RuntimeMethod* method) ;
|
|
// TValue[] UnityEngine.InputSystem.Utilities.ArrayHelpers::Join<System.String>(TValue,TValue[])
|
|
inline StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ArrayHelpers_Join_TisString_t_m71894924B92834BC449D75D76A46943025206C9B (String_t* ___0_value, StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___1_values, const RuntimeMethod* method)
|
|
{
|
|
return (( StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* (*) (String_t*, StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*, const RuntimeMethod*))ArrayHelpers_Join_TisRuntimeObject_m363616FA6F63EC2579DC76A76CEDC51A231E4D65_gshared)(___0_value, ___1_values, method);
|
|
}
|
|
// System.Collections.Generic.IEnumerable`1<TResult> System.Linq.Enumerable::Select<System.String,UnityEngine.InputSystem.Utilities.InternedString>(System.Collections.Generic.IEnumerable`1<TSource>,System.Func`2<TSource,TResult>)
|
|
inline RuntimeObject* Enumerable_Select_TisString_t_TisInternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735_m011557AA65FEF515F3C86B632FC900011EEAC4F5 (RuntimeObject* ___0_source, Func_2_tCB627F464F4D6382DEE25046EA94646523308FE1* ___1_selector, const RuntimeMethod* method)
|
|
{
|
|
return (( RuntimeObject* (*) (RuntimeObject*, Func_2_tCB627F464F4D6382DEE25046EA94646523308FE1*, const RuntimeMethod*))Enumerable_Select_TisRuntimeObject_TisInternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735_mB1F4DB3113C9B1BAC286DBB2AF3A67A99D91A79C_gshared)(___0_source, ___1_selector, method);
|
|
}
|
|
// TSource[] System.Linq.Enumerable::ToArray<UnityEngine.InputSystem.Utilities.InternedString>(System.Collections.Generic.IEnumerable`1<TSource>)
|
|
inline InternedStringU5BU5D_t0B851758733FC0B118D84BE83AED10A0404C18D5* Enumerable_ToArray_TisInternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735_m454C0E66D1C84DDF8843828AF89C238643DDEC8B (RuntimeObject* ___0_source, const RuntimeMethod* method)
|
|
{
|
|
return (( InternedStringU5BU5D_t0B851758733FC0B118D84BE83AED10A0404C18D5* (*) (RuntimeObject*, const RuntimeMethod*))Enumerable_ToArray_TisInternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735_m454C0E66D1C84DDF8843828AF89C238643DDEC8B_gshared)(___0_source, method);
|
|
}
|
|
// System.String UnityEngine.InputSystem.Layouts.InputControlAttribute::get_usage()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* InputControlAttribute_get_usage_m7371246ED904FFEB20B8EA3A716E6866C75B5403_inline (InputControlAttribute_t312CA97B153666F873279E81BA4054684715368D* __this, const RuntimeMethod* method) ;
|
|
// System.String[] UnityEngine.InputSystem.Layouts.InputControlAttribute::get_usages()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* InputControlAttribute_get_usages_m778DDB9F8F0A4B319CDD08E59D07708EF7B9B19B_inline (InputControlAttribute_t312CA97B153666F873279E81BA4054684715368D* __this, const RuntimeMethod* method) ;
|
|
// System.String UnityEngine.InputSystem.Layouts.InputControlAttribute::get_parameters()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* InputControlAttribute_get_parameters_mEBE37998A859096C1E48520CC66DA20BFD3DEA21_inline (InputControlAttribute_t312CA97B153666F873279E81BA4054684715368D* __this, 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.String UnityEngine.InputSystem.Layouts.InputControlAttribute::get_processors()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* InputControlAttribute_get_processors_mCD0F2BC8DD55E115108A01F46E184308765BBBFC_inline (InputControlAttribute_t312CA97B153666F873279E81BA4054684715368D* __this, const RuntimeMethod* method) ;
|
|
// System.Collections.Generic.IEnumerable`1<UnityEngine.InputSystem.Utilities.NameAndParameters> UnityEngine.InputSystem.Utilities.NameAndParameters::ParseMultiple(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* NameAndParameters_ParseMultiple_m384B03B3BA240D9C9EF0AFF872654E4AB384D171 (String_t* ___0_text, const RuntimeMethod* method) ;
|
|
// TSource[] System.Linq.Enumerable::ToArray<UnityEngine.InputSystem.Utilities.NameAndParameters>(System.Collections.Generic.IEnumerable`1<TSource>)
|
|
inline NameAndParametersU5BU5D_tA6C2AC34ACDB1967A7A2CEF4BE1D717ADA695CA2* Enumerable_ToArray_TisNameAndParameters_t8F37102128EFD31CA57808AE6E3D1244758DEA01_m4E10EB9AA22EF437DD279A53F15FD831883DCC26 (RuntimeObject* ___0_source, const RuntimeMethod* method)
|
|
{
|
|
return (( NameAndParametersU5BU5D_tA6C2AC34ACDB1967A7A2CEF4BE1D717ADA695CA2* (*) (RuntimeObject*, const RuntimeMethod*))Enumerable_ToArray_TisNameAndParameters_t8F37102128EFD31CA57808AE6E3D1244758DEA01_m4E10EB9AA22EF437DD279A53F15FD831883DCC26_gshared)(___0_source, method);
|
|
}
|
|
// System.String UnityEngine.InputSystem.Layouts.InputControlAttribute::get_useStateFrom()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* InputControlAttribute_get_useStateFrom_m5D3E7D4D53D2C4AB026DC6B4F1DC51C369A71274_inline (InputControlAttribute_t312CA97B153666F873279E81BA4054684715368D* __this, const RuntimeMethod* method) ;
|
|
// System.Boolean UnityEngine.InputSystem.Layouts.InputControlAttribute::get_noisy()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool InputControlAttribute_get_noisy_mBA662A67ED441533527D185843B6D5CF05894AE6_inline (InputControlAttribute_t312CA97B153666F873279E81BA4054684715368D* __this, const RuntimeMethod* method) ;
|
|
// System.Boolean UnityEngine.InputSystem.Layouts.InputControlAttribute::get_dontReset()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool InputControlAttribute_get_dontReset_m085E7CBE2476027CD453226FBB7E92D1C889FC6C_inline (InputControlAttribute_t312CA97B153666F873279E81BA4054684715368D* __this, const RuntimeMethod* method) ;
|
|
// System.Boolean UnityEngine.InputSystem.Layouts.InputControlAttribute::get_synthetic()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool InputControlAttribute_get_synthetic_mBB9ED78B1E8B5ABA1D241F557092269CC54BE3E6_inline (InputControlAttribute_t312CA97B153666F873279E81BA4054684715368D* __this, const RuntimeMethod* method) ;
|
|
// System.Int32 UnityEngine.InputSystem.Layouts.InputControlAttribute::get_arraySize()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t InputControlAttribute_get_arraySize_mA2D4F265E502ECCF190F56047D1909D08C66B52B_inline (InputControlAttribute_t312CA97B153666F873279E81BA4054684715368D* __this, const RuntimeMethod* method) ;
|
|
// System.Object UnityEngine.InputSystem.Layouts.InputControlAttribute::get_defaultState()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* InputControlAttribute_get_defaultState_mB4DF687BD33F28ADA5AF7E7F3D12F25D58C415CB_inline (InputControlAttribute_t312CA97B153666F873279E81BA4054684715368D* __this, 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.Object UnityEngine.InputSystem.Layouts.InputControlAttribute::get_minValue()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* InputControlAttribute_get_minValue_m77CF5CF2497FE1137FCECF02F718086526C84651_inline (InputControlAttribute_t312CA97B153666F873279E81BA4054684715368D* __this, const RuntimeMethod* method) ;
|
|
// System.Object UnityEngine.InputSystem.Layouts.InputControlAttribute::get_maxValue()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* InputControlAttribute_get_maxValue_mED29B0ABE0550E329576E980384479DACF803503_inline (InputControlAttribute_t312CA97B153666F873279E81BA4054684715368D* __this, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem::set_name(UnityEngine.InputSystem.Utilities.InternedString)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ControlItem_set_name_m51D3D4522272DD1AF9E12F5B93C232AC79F7A19E_inline (ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD* __this, InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 ___0_value, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem::set_displayName(System.String)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ControlItem_set_displayName_m626633276E1E59337D3088E9C49AC10AE72B6507_inline (ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD* __this, String_t* ___0_value, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem::set_shortDisplayName(System.String)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ControlItem_set_shortDisplayName_mB2342EA16705A431947DD7905BF0AD04A3D307B4_inline (ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD* __this, String_t* ___0_value, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem::set_layout(UnityEngine.InputSystem.Utilities.InternedString)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ControlItem_set_layout_m06690041885C5E746BAE0574C6CDD1BE532073BD_inline (ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD* __this, InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 ___0_value, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem::set_variants(UnityEngine.InputSystem.Utilities.InternedString)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ControlItem_set_variants_mC24C3B81D42DD6606699720B0070D86A4A7C392F_inline (ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD* __this, InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 ___0_value, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem::set_useStateFrom(System.String)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ControlItem_set_useStateFrom_mC4F23A31DA6D92F35F0C252666867DE60BA0F3C2_inline (ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD* __this, String_t* ___0_value, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem::set_format(UnityEngine.InputSystem.Utilities.FourCC)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ControlItem_set_format_m541DAC401207113B8D69E89B5D4A7C694D8A7263_inline (ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD* __this, FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED ___0_value, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem::set_bit(System.UInt32)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ControlItem_set_bit_m7975555A9C8690C66B6F39A5988561F190FECE58_inline (ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD* __this, uint32_t ___0_value, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem::set_sizeInBits(System.UInt32)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ControlItem_set_sizeInBits_m121DD023118CC37B77D17B987591DDA9A6DD9582_inline (ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD* __this, uint32_t ___0_value, 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.Layouts.InputControlLayout/ControlItem::set_parameters(UnityEngine.InputSystem.Utilities.ReadOnlyArray`1<UnityEngine.InputSystem.Utilities.NamedValue>)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ControlItem_set_parameters_m505637A7EF8388EFBFD6BF983876034054B248DD_inline (ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD* __this, ReadOnlyArray_1_t4A15F7D15ACB297B45A08889D51E4CACEAD4EDF9 ___0_value, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.InputSystem.Utilities.ReadOnlyArray`1<UnityEngine.InputSystem.Utilities.NameAndParameters>::.ctor(TValue[])
|
|
inline void ReadOnlyArray_1__ctor_mEAD477EA9B978C5FB45054408D3AF3B53A4E9F37 (ReadOnlyArray_1_t1B44D48F2E9F425D218BABD5DE616117E8725D41* __this, NameAndParametersU5BU5D_tA6C2AC34ACDB1967A7A2CEF4BE1D717ADA695CA2* ___0_array, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (ReadOnlyArray_1_t1B44D48F2E9F425D218BABD5DE616117E8725D41*, NameAndParametersU5BU5D_tA6C2AC34ACDB1967A7A2CEF4BE1D717ADA695CA2*, const RuntimeMethod*))ReadOnlyArray_1__ctor_mEAD477EA9B978C5FB45054408D3AF3B53A4E9F37_gshared)(__this, ___0_array, method);
|
|
}
|
|
// System.Void UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem::set_processors(UnityEngine.InputSystem.Utilities.ReadOnlyArray`1<UnityEngine.InputSystem.Utilities.NameAndParameters>)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ControlItem_set_processors_m1611E42E6E1EF35DFA7D9428E213F3BCA4417EFE_inline (ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD* __this, ReadOnlyArray_1_t1B44D48F2E9F425D218BABD5DE616117E8725D41 ___0_value, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem::set_usages(UnityEngine.InputSystem.Utilities.ReadOnlyArray`1<UnityEngine.InputSystem.Utilities.InternedString>)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ControlItem_set_usages_m7A83BA777016005F41C58AE27BFDA0250BF39E51_inline (ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD* __this, ReadOnlyArray_1_t1C2864D7CF4D444AB2616316AC8DD33932F77064 ___0_value, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem::set_aliases(UnityEngine.InputSystem.Utilities.ReadOnlyArray`1<UnityEngine.InputSystem.Utilities.InternedString>)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ControlItem_set_aliases_mE23B04A43B1EC0271BA1FFAB9A7F19E578FA0FB1_inline (ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD* __this, ReadOnlyArray_1_t1C2864D7CF4D444AB2616316AC8DD33932F77064 ___0_value, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem::set_isModifyingExistingControl(System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ControlItem_set_isModifyingExistingControl_mD8B3977F0275393003E7C3DFFB4DED8C93A90714 (ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD* __this, bool ___0_value, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem::set_isFirstDefinedInThisLayout(System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ControlItem_set_isFirstDefinedInThisLayout_m8A0FC99F8A8ACC6DE3076CEA8697629C845D43BC (ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD* __this, bool ___0_value, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem::set_isNoisy(System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ControlItem_set_isNoisy_m912FA48D58D8E5201A0A4FD743BE5CE95F1C7D02 (ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD* __this, bool ___0_value, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem::set_dontReset(System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ControlItem_set_dontReset_m543005FAF82C29CAA3C363D3A141DE73BD5B0463 (ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD* __this, bool ___0_value, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem::set_isSynthetic(System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ControlItem_set_isSynthetic_m8B1882C4ACFDA5146C68C2BDE3AA36A1972AFF7A (ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD* __this, bool ___0_value, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem::set_arraySize(System.Int32)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ControlItem_set_arraySize_m836E83FBB5E21DFFF99CC3D47CAF0812894DF39E_inline (ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD* __this, int32_t ___0_value, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem::set_defaultState(UnityEngine.InputSystem.Utilities.PrimitiveValue)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ControlItem_set_defaultState_m3C11CEAA24CEFC78FCDD5BC85EEA2C7A6A17EBCD_inline (ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD* __this, PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 ___0_value, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem::set_minValue(UnityEngine.InputSystem.Utilities.PrimitiveValue)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ControlItem_set_minValue_m416B368BF736DC2A036EF10DDF91C3ABFCA1D9F3_inline (ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD* __this, PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 ___0_value, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem::set_maxValue(UnityEngine.InputSystem.Utilities.PrimitiveValue)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ControlItem_set_maxValue_m4AC28329EF977177A7280FD58B0FD9490E315508_inline (ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD* __this, PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 ___0_value, const RuntimeMethod* method) ;
|
|
// UnityEngine.InputSystem.Utilities.InternedString UnityEngine.InputSystem.Layouts.InputControlLayout/Collection::TryFindLayoutForType(System.Type)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 Collection_TryFindLayoutForType_m63B3C00D6ED29C6DD98A6B735E5C4C84A3B20868 (Collection_t6E9F85AD439CF26269683541C4DC58BA3B6756C5* __this, Type_t* ___0_layoutType, const RuntimeMethod* method) ;
|
|
// System.Boolean UnityEngine.InputSystem.Utilities.InternedString::IsEmpty()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InternedString_IsEmpty_mA88FAF2562BF41C57C00E68F5A4111B22CFF173B (InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735* __this, const RuntimeMethod* method) ;
|
|
// System.Boolean UnityEngine.InputSystem.Layouts.InputControlLayout/Collection::HasLayout(UnityEngine.InputSystem.Utilities.InternedString)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Collection_HasLayout_m76BD57A515EFDE26B81646B755529776C02ACA8E (Collection_t6E9F85AD439CF26269683541C4DC58BA3B6756C5* __this, InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 ___0_name, const RuntimeMethod* method) ;
|
|
// System.Boolean System.String::EndsWith(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_EndsWith_mCD3754F5401E19CE7821CD398986E4EAA6AD87DC (String_t* __this, String_t* ___0_value, const RuntimeMethod* method) ;
|
|
// System.String System.String::Substring(System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Substring_mB1D94F47935D22E130FF2C01DBB6A4135FBB76CE (String_t* __this, int32_t ___0_startIndex, int32_t ___1_length, const RuntimeMethod* method) ;
|
|
// System.Boolean UnityEngine.InputSystem.Utilities.FourCC::op_Equality(UnityEngine.InputSystem.Utilities.FourCC,UnityEngine.InputSystem.Utilities.FourCC)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool FourCC_op_Equality_m3D556D9BE044419563A7F44DCA15F1EB30656D4C (FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED ___0_left, FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED ___1_right, const RuntimeMethod* method) ;
|
|
// TValue[] UnityEngine.InputSystem.Utilities.ArrayHelpers::Merge<UnityEngine.InputSystem.Utilities.InternedString>(TValue[],TValue[])
|
|
inline InternedStringU5BU5D_t0B851758733FC0B118D84BE83AED10A0404C18D5* ArrayHelpers_Merge_TisInternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735_mCC79BA1038C37616EE10663DC2AB82AA7ADB8105 (InternedStringU5BU5D_t0B851758733FC0B118D84BE83AED10A0404C18D5* ___0_first, InternedStringU5BU5D_t0B851758733FC0B118D84BE83AED10A0404C18D5* ___1_second, const RuntimeMethod* method)
|
|
{
|
|
return (( InternedStringU5BU5D_t0B851758733FC0B118D84BE83AED10A0404C18D5* (*) (InternedStringU5BU5D_t0B851758733FC0B118D84BE83AED10A0404C18D5*, InternedStringU5BU5D_t0B851758733FC0B118D84BE83AED10A0404C18D5*, const RuntimeMethod*))ArrayHelpers_Merge_TisInternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735_mCC79BA1038C37616EE10663DC2AB82AA7ADB8105_gshared)(___0_first, ___1_second, method);
|
|
}
|
|
// System.Void UnityEngine.InputSystem.Utilities.InlinedArray`1<UnityEngine.InputSystem.Utilities.InternedString>::Merge(UnityEngine.InputSystem.Utilities.InlinedArray`1<TValue>)
|
|
inline void InlinedArray_1_Merge_mFBCBF398F83222C4F45F518BFAF15B5083CA4A7E (InlinedArray_1_tAFDFE0972A71B9760077CFA9D4A1DBD7BE435800* __this, InlinedArray_1_tAFDFE0972A71B9760077CFA9D4A1DBD7BE435800 ___0_other, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (InlinedArray_1_tAFDFE0972A71B9760077CFA9D4A1DBD7BE435800*, InlinedArray_1_tAFDFE0972A71B9760077CFA9D4A1DBD7BE435800, const RuntimeMethod*))InlinedArray_1_Merge_mFBCBF398F83222C4F45F518BFAF15B5083CA4A7E_gshared)(__this, ___0_other, method);
|
|
}
|
|
// System.Void System.Collections.Generic.List`1<System.String>::.ctor()
|
|
inline void List_1__ctor_mCA8DD57EAC70C2B5923DBB9D5A77CEAC22E7068E (List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD*, const RuntimeMethod*))List_1__ctor_m7F078BB342729BDF11327FD89D7872265328F690_gshared)(__this, method);
|
|
}
|
|
// System.Collections.Generic.Dictionary`2<System.String,UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem> UnityEngine.InputSystem.Layouts.InputControlLayout::CreateLookupTableForControls(UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem[],System.Collections.Generic.List`1<System.String>)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Dictionary_2_t9603121094471C60D6E60B03066D77D447754994* InputControlLayout_CreateLookupTableForControls_m8ADB65783985006950154172951E0169B1AC1EA8 (ControlItemU5BU5D_t7798E8B7C7F58B8F6D13B567539CD82E962C7104* ___0_controlItems, List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD* ___1_variants, const RuntimeMethod* method) ;
|
|
// System.Collections.Generic.Dictionary`2/Enumerator<TKey,TValue> System.Collections.Generic.Dictionary`2<System.String,UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem>::GetEnumerator()
|
|
inline Enumerator_t5FBCC2B17537F2498974FEE49610312C9C848413 Dictionary_2_GetEnumerator_mED7935E9E341E7F2EEBBC1C1FC12B75E2F7B82FA (Dictionary_2_t9603121094471C60D6E60B03066D77D447754994* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( Enumerator_t5FBCC2B17537F2498974FEE49610312C9C848413 (*) (Dictionary_2_t9603121094471C60D6E60B03066D77D447754994*, const RuntimeMethod*))Dictionary_2_GetEnumerator_mC480F53D79C49B466BE1AA3D20183B69A45B37FD_gshared)(__this, method);
|
|
}
|
|
// System.Void System.Collections.Generic.Dictionary`2/Enumerator<System.String,UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem>::Dispose()
|
|
inline void Enumerator_Dispose_mBCC89966089586374EB36200815C3B253B876CAC (Enumerator_t5FBCC2B17537F2498974FEE49610312C9C848413* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Enumerator_t5FBCC2B17537F2498974FEE49610312C9C848413*, const RuntimeMethod*))Enumerator_Dispose_m37CA84AE448904CF516FC7413249798A46459FAE_gshared)(__this, method);
|
|
}
|
|
// System.Collections.Generic.KeyValuePair`2<TKey,TValue> System.Collections.Generic.Dictionary`2/Enumerator<System.String,UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem>::get_Current()
|
|
inline KeyValuePair_2_tEF774DF9AE88629615A657C4AE974F48009E2FFC Enumerator_get_Current_mA48C5DA659589540A63F347059DFC0C6537202FE_inline (Enumerator_t5FBCC2B17537F2498974FEE49610312C9C848413* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( KeyValuePair_2_tEF774DF9AE88629615A657C4AE974F48009E2FFC (*) (Enumerator_t5FBCC2B17537F2498974FEE49610312C9C848413*, const RuntimeMethod*))Enumerator_get_Current_m0373B60ED4ADFD0BB6384F21AA824052DC046AB2_gshared_inline)(__this, method);
|
|
}
|
|
// TKey System.Collections.Generic.KeyValuePair`2<System.String,UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem>::get_Key()
|
|
inline String_t* KeyValuePair_2_get_Key_m50986731D255E7947440ACEFA1BFFBBBB6FB5520_inline (KeyValuePair_2_tEF774DF9AE88629615A657C4AE974F48009E2FFC* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( String_t* (*) (KeyValuePair_2_tEF774DF9AE88629615A657C4AE974F48009E2FFC*, const RuntimeMethod*))KeyValuePair_2_get_Key_m0B23CA68619DDA4661F16C7E1DF5E9136DDE50E0_gshared_inline)(__this, method);
|
|
}
|
|
// System.Boolean System.Collections.Generic.Dictionary`2<System.String,UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem>::TryGetValue(TKey,TValue&)
|
|
inline bool Dictionary_2_TryGetValue_m92247229376708F90D2F54E5D2B6D73367E6A838 (Dictionary_2_t9603121094471C60D6E60B03066D77D447754994* __this, String_t* ___0_key, ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD* ___1_value, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (Dictionary_2_t9603121094471C60D6E60B03066D77D447754994*, String_t*, ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD*, const RuntimeMethod*))Dictionary_2_TryGetValue_m5412FA693B096C4757B05851062AF7A19D731318_gshared)(__this, ___0_key, ___1_value, method);
|
|
}
|
|
// TValue System.Collections.Generic.KeyValuePair`2<System.String,UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem>::get_Value()
|
|
inline ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD KeyValuePair_2_get_Value_m690C9AE12011F61B2E8F50FD0F8C05DF5C63D3DA_inline (KeyValuePair_2_tEF774DF9AE88629615A657C4AE974F48009E2FFC* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD (*) (KeyValuePair_2_tEF774DF9AE88629615A657C4AE974F48009E2FFC*, const RuntimeMethod*))KeyValuePair_2_get_Value_mC984E0FD2A2116BD6D8E87245E7604F394144702_gshared_inline)(__this, method);
|
|
}
|
|
// UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem::Merge(UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD ControlItem_Merge_mB40D79927742045C90680E4292AA5745DD99C063 (ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD* __this, ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD ___0_other, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Collections.Generic.Dictionary`2<System.String,UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem>::Remove(TKey)
|
|
inline bool Dictionary_2_Remove_mF0D54069778A5B64FDE5A135E9AE91F483632C76 (Dictionary_2_t9603121094471C60D6E60B03066D77D447754994* __this, String_t* ___0_key, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (Dictionary_2_t9603121094471C60D6E60B03066D77D447754994*, String_t*, const RuntimeMethod*))Dictionary_2_Remove_m3BD5BA6D218A4CA09A07B9BA4D9CD305681187F0_gshared)(__this, ___0_key, method);
|
|
}
|
|
// UnityEngine.InputSystem.Utilities.InternedString UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem::get_variants()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 ControlItem_get_variants_m940B1AE5E4676988EFCBA9919EA86728A131D1D5_inline (ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD* __this, const RuntimeMethod* method) ;
|
|
// UnityEngine.InputSystem.Utilities.InternedString UnityEngine.InputSystem.Layouts.InputControlLayout::get_DefaultVariant()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 InputControlLayout_get_DefaultVariant_m9A602370E1CB42697E59F4BC682789BAA4D78BD7_inline (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) ;
|
|
// T System.Collections.Generic.List`1<System.String>::get_Item(System.Int32)
|
|
inline String_t* List_1_get_Item_m21AEC50E791371101DC22ABCF96A2E46800811F8 (List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD* __this, int32_t ___0_index, const RuntimeMethod* method)
|
|
{
|
|
return (( String_t* (*) (List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD*, int32_t, const RuntimeMethod*))List_1_get_Item_m33561245D64798C2AB07584C0EC4F240E4839A38_gshared)(__this, ___0_index, method);
|
|
}
|
|
// System.Boolean UnityEngine.InputSystem.Layouts.InputControlLayout::VariantsMatch(System.String,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputControlLayout_VariantsMatch_mB90A2A3ACA7EE850B0318446F5AA49B4341E498F (String_t* ___0_expected, String_t* ___1_actual, 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.Int32 System.Collections.Generic.List`1<System.String>::get_Count()
|
|
inline int32_t List_1_get_Count_mB63183A9151F4345A9DD444A7CBE0D6E03F77C7C_inline (List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( int32_t (*) (List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD*, const RuntimeMethod*))List_1_get_Count_m4407E4C389F22B8CEC282C15D56516658746C383_gshared_inline)(__this, method);
|
|
}
|
|
// System.Collections.Generic.List`1/Enumerator<T> System.Collections.Generic.List`1<System.String>::GetEnumerator()
|
|
inline Enumerator_tA7A4B718FE1ED1D87565680D8C8195EC8AEAB3D1 List_1_GetEnumerator_m7692B5F182858B7D5C72C920D09AD48738D1E70D (List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( Enumerator_tA7A4B718FE1ED1D87565680D8C8195EC8AEAB3D1 (*) (List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD*, const RuntimeMethod*))List_1_GetEnumerator_mD8294A7FA2BEB1929487127D476F8EC1CDC23BFC_gshared)(__this, method);
|
|
}
|
|
// System.Void System.Collections.Generic.List`1/Enumerator<System.String>::Dispose()
|
|
inline void Enumerator_Dispose_m592BCCE7B7933454DED2130C810F059F8D85B1D7 (Enumerator_tA7A4B718FE1ED1D87565680D8C8195EC8AEAB3D1* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Enumerator_tA7A4B718FE1ED1D87565680D8C8195EC8AEAB3D1*, const RuntimeMethod*))Enumerator_Dispose_mD9DC3E3C3697830A4823047AB29A77DBBB5ED419_gshared)(__this, method);
|
|
}
|
|
// T System.Collections.Generic.List`1/Enumerator<System.String>::get_Current()
|
|
inline String_t* Enumerator_get_Current_m143541DD8FBCD313E7554EA738FA813B8F4DB11A_inline (Enumerator_tA7A4B718FE1ED1D87565680D8C8195EC8AEAB3D1* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( String_t* (*) (Enumerator_tA7A4B718FE1ED1D87565680D8C8195EC8AEAB3D1*, const RuntimeMethod*))Enumerator_get_Current_m6330F15D18EE4F547C05DF9BF83C5EB710376027_gshared_inline)(__this, method);
|
|
}
|
|
// System.Boolean System.Collections.Generic.List`1/Enumerator<System.String>::MoveNext()
|
|
inline bool Enumerator_MoveNext_mDB47EEC4531D33B9C33FD2E70BA15E1535A0F3ED (Enumerator_tA7A4B718FE1ED1D87565680D8C8195EC8AEAB3D1* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (Enumerator_tA7A4B718FE1ED1D87565680D8C8195EC8AEAB3D1*, const RuntimeMethod*))Enumerator_MoveNext_mE921CC8F29FBBDE7CC3209A0ED0D921D58D00BCB_gshared)(__this, method);
|
|
}
|
|
// System.Boolean UnityEngine.InputSystem.Layouts.InputControlLayout::VariantsMatch(UnityEngine.InputSystem.Utilities.InternedString,UnityEngine.InputSystem.Utilities.InternedString)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputControlLayout_VariantsMatch_m040391DE249C8192874ACBF1944059D20D7501C1 (InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 ___0_expected, InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 ___1_actual, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Collections.Generic.Dictionary`2/Enumerator<System.String,UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem>::MoveNext()
|
|
inline bool Enumerator_MoveNext_m481A4392580739004A8DB19F6BAD82506D2672F1 (Enumerator_t5FBCC2B17537F2498974FEE49610312C9C848413* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (Enumerator_t5FBCC2B17537F2498974FEE49610312C9C848413*, const RuntimeMethod*))Enumerator_MoveNext_m032E337F756F97C0EC0461068ACBD68CB7901594_gshared)(__this, method);
|
|
}
|
|
// System.Collections.Generic.Dictionary`2/ValueCollection<TKey,TValue> System.Collections.Generic.Dictionary`2<System.String,UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem>::get_Values()
|
|
inline ValueCollection_t0B5A7C194863D48D0F3C2DC61CAB2C299A16D923* Dictionary_2_get_Values_m9FD8C49CEC0ADB6CB640CAFF80326CDB595DD0DE (Dictionary_2_t9603121094471C60D6E60B03066D77D447754994* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( ValueCollection_t0B5A7C194863D48D0F3C2DC61CAB2C299A16D923* (*) (Dictionary_2_t9603121094471C60D6E60B03066D77D447754994*, const RuntimeMethod*))Dictionary_2_get_Values_m515D09D0312AD1F015116267E89D61C6AAF631B1_gshared)(__this, method);
|
|
}
|
|
// System.Void System.Collections.Generic.List`1<UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem>::AddRange(System.Collections.Generic.IEnumerable`1<T>)
|
|
inline void List_1_AddRange_m23F87068F1ED72DC86372B717F08CD9EF57C6BDA (List_1_tBF847DD77CE898FDD304012AB5DFBFC15986D8F7* __this, RuntimeObject* ___0_collection, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (List_1_tBF847DD77CE898FDD304012AB5DFBFC15986D8F7*, RuntimeObject*, const RuntimeMethod*))List_1_AddRange_m23F87068F1ED72DC86372B717F08CD9EF57C6BDA_gshared)(__this, ___0_collection, method);
|
|
}
|
|
// System.Void System.Func`2<UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem,System.Boolean>::.ctor(System.Object,System.IntPtr)
|
|
inline void Func_2__ctor_m298B011497B6E0C393B5E14B29687750963EC5E4 (Func_2_tE8C03B34A75321160F6D3EFCB01F9346EC7F21C7* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Func_2_tE8C03B34A75321160F6D3EFCB01F9346EC7F21C7*, RuntimeObject*, intptr_t, const RuntimeMethod*))Func_2__ctor_m298B011497B6E0C393B5E14B29687750963EC5E4_gshared)(__this, ___0_object, ___1_method, method);
|
|
}
|
|
// System.Collections.Generic.IEnumerable`1<TSource> System.Linq.Enumerable::Where<UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem>(System.Collections.Generic.IEnumerable`1<TSource>,System.Func`2<TSource,System.Boolean>)
|
|
inline RuntimeObject* Enumerable_Where_TisControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD_mF2414820EDBE19D4C89DAF957E356FDF8058A1B8 (RuntimeObject* ___0_source, Func_2_tE8C03B34A75321160F6D3EFCB01F9346EC7F21C7* ___1_predicate, const RuntimeMethod* method)
|
|
{
|
|
return (( RuntimeObject* (*) (RuntimeObject*, Func_2_tE8C03B34A75321160F6D3EFCB01F9346EC7F21C7*, const RuntimeMethod*))Enumerable_Where_TisControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD_mF2414820EDBE19D4C89DAF957E356FDF8058A1B8_gshared)(___0_source, ___1_predicate, method);
|
|
}
|
|
// System.Void System.Collections.Generic.Dictionary`2<System.String,UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem>::.ctor()
|
|
inline void Dictionary_2__ctor_mE0F2F3847F828E98394873BCC189A6FFE4F5671E (Dictionary_2_t9603121094471C60D6E60B03066D77D447754994* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Dictionary_2_t9603121094471C60D6E60B03066D77D447754994*, const RuntimeMethod*))Dictionary_2__ctor_mB2E37F0F93BC63FC630BDA2CA7DCF22B822D22A1_gshared)(__this, method);
|
|
}
|
|
// System.Boolean UnityEngine.InputSystem.Utilities.InternedString::op_Inequality(UnityEngine.InputSystem.Utilities.InternedString,UnityEngine.InputSystem.Utilities.InternedString)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InternedString_op_Inequality_m18965E6A5E58BD2BBFA4480022D24D1BF4A4221B (InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 ___0_a, InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 ___1_b, 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.Collections.Generic.List`1<System.String>::Add(T)
|
|
inline void List_1_Add_mF10DB1D3CBB0B14215F0E4F8AB4934A1955E5351_inline (List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD* __this, String_t* ___0_item, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD*, String_t*, const RuntimeMethod*))List_1_Add_mEBCF994CC3814631017F46A387B1A192ED6C85C7_gshared_inline)(__this, ___0_item, method);
|
|
}
|
|
// System.Void System.Collections.Generic.Dictionary`2<System.String,UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem>::set_Item(TKey,TValue)
|
|
inline void Dictionary_2_set_Item_m1C719191CD05F8686DEA8DDD5A1D4F83CD24C465 (Dictionary_2_t9603121094471C60D6E60B03066D77D447754994* __this, String_t* ___0_key, ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD ___1_value, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Dictionary_2_t9603121094471C60D6E60B03066D77D447754994*, String_t*, ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD, const RuntimeMethod*))Dictionary_2_set_Item_m87294AF6662DE1D6CC524D1133F3CC12A5C142E6_gshared)(__this, ___0_key, ___1_value, method);
|
|
}
|
|
// System.Boolean UnityEngine.InputSystem.Utilities.StringHelpers::CharacterSeparatedListsHaveAtLeastOneCommonElement(System.String,System.String,System.Char)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool StringHelpers_CharacterSeparatedListsHaveAtLeastOneCommonElement_m0A3E70D748E3E17DEA06FAD3553F3049F169A190 (String_t* ___0_firstList, String_t* ___1_secondList, Il2CppChar ___2_separator, const RuntimeMethod* method) ;
|
|
// T UnityEngine.JsonUtility::FromJson<UnityEngine.InputSystem.Layouts.InputControlLayout/LayoutJsonNameAndDescriptorOnly>(System.String)
|
|
inline LayoutJsonNameAndDescriptorOnly_t65374D6FE057889718820FCFA163517FAA40AB5F JsonUtility_FromJson_TisLayoutJsonNameAndDescriptorOnly_t65374D6FE057889718820FCFA163517FAA40AB5F_mA4F6C7BA2452D0278070D2911C515A8D179FACA0 (String_t* ___0_json, const RuntimeMethod* method)
|
|
{
|
|
return (( LayoutJsonNameAndDescriptorOnly_t65374D6FE057889718820FCFA163517FAA40AB5F (*) (String_t*, const RuntimeMethod*))JsonUtility_FromJson_TisLayoutJsonNameAndDescriptorOnly_t65374D6FE057889718820FCFA163517FAA40AB5F_mA4F6C7BA2452D0278070D2911C515A8D179FACA0_gshared)(___0_json, method);
|
|
}
|
|
// System.Int32 UnityEngine.InputSystem.Utilities.InlinedArray`1<UnityEngine.InputSystem.Utilities.InternedString>::Append(TValue)
|
|
inline int32_t InlinedArray_1_Append_m14B1C35E2818E78C1671F1F02272804B4BF33D05 (InlinedArray_1_tAFDFE0972A71B9760077CFA9D4A1DBD7BE435800* __this, InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 ___0_value, const RuntimeMethod* method)
|
|
{
|
|
return (( int32_t (*) (InlinedArray_1_tAFDFE0972A71B9760077CFA9D4A1DBD7BE435800*, InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735, const RuntimeMethod*))InlinedArray_1_Append_m14B1C35E2818E78C1671F1F02272804B4BF33D05_gshared)(__this, ___0_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) ;
|
|
// UnityEngine.InputSystem.Utilities.InternedString UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem::get_layout()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 ControlItem_get_layout_m08BC0B5287AA87FAD29BF5B6D03ECE3E9CF5232C_inline (ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD* __this, const RuntimeMethod* method) ;
|
|
// System.String UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem::get_useStateFrom()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* ControlItem_get_useStateFrom_mCE850A165538CDCBFF2D9B6B81A6F9C1C00D322D_inline (ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD* __this, const RuntimeMethod* method) ;
|
|
// System.String UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem::get_displayName()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* ControlItem_get_displayName_m1F58E1237D92659BA397FA7B634E19A3A5D0EF79_inline (ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD* __this, const RuntimeMethod* method) ;
|
|
// System.String UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem::get_shortDisplayName()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* ControlItem_get_shortDisplayName_m9FD5B6429EC71B35D442089E49B7CC2D02124746_inline (ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD* __this, const RuntimeMethod* method) ;
|
|
// UnityEngine.InputSystem.Utilities.ReadOnlyArray`1<UnityEngine.InputSystem.Utilities.InternedString> UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem::get_usages()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ReadOnlyArray_1_t1C2864D7CF4D444AB2616316AC8DD33932F77064 ControlItem_get_usages_mD3E7D24BB589A7EE3F153AC45C5B5C6C3C2F851A_inline (ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD* __this, const RuntimeMethod* method) ;
|
|
// UnityEngine.InputSystem.Utilities.ReadOnlyArray`1<UnityEngine.InputSystem.Utilities.InternedString> UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem::get_aliases()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ReadOnlyArray_1_t1C2864D7CF4D444AB2616316AC8DD33932F77064 ControlItem_get_aliases_mA8CA9ACA577BAF8FB291F8D0622F6F7D6AFC14D2_inline (ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD* __this, const RuntimeMethod* method) ;
|
|
// UnityEngine.InputSystem.Utilities.ReadOnlyArray`1<UnityEngine.InputSystem.Utilities.NamedValue> UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem::get_parameters()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ReadOnlyArray_1_t4A15F7D15ACB297B45A08889D51E4CACEAD4EDF9 ControlItem_get_parameters_mBE548D62CCE714B0094FA37FCAE9A1C385583843_inline (ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD* __this, const RuntimeMethod* method) ;
|
|
// UnityEngine.InputSystem.Utilities.ReadOnlyArray`1<UnityEngine.InputSystem.Utilities.NameAndParameters> UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem::get_processors()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ReadOnlyArray_1_t1B44D48F2E9F425D218BABD5DE616117E8725D41 ControlItem_get_processors_mD951CF73C19F0B3880A81867A1B619D6F7CC1D01_inline (ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD* __this, const RuntimeMethod* method) ;
|
|
// System.UInt32 UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem::get_bit()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint32_t ControlItem_get_bit_m9E80F980A6B4953ED959FA79910B233494DDE687_inline (ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD* __this, const RuntimeMethod* method) ;
|
|
// System.UInt32 UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem::get_sizeInBits()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint32_t ControlItem_get_sizeInBits_mF2621FA7E7B26E6CCBF73A21896D0D1AF68F77E1_inline (ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD* __this, const RuntimeMethod* method) ;
|
|
// UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem::get_format()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED ControlItem_get_format_mDD79911EB0D39F8578F01926136A8F445A4FE509_inline (ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD* __this, const RuntimeMethod* method) ;
|
|
// UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem/Flags UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem::get_flags()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t ControlItem_get_flags_m3DB7EC0924E17C28450F95C4D0348A8C8862F286_inline (ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD* __this, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem::set_flags(UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem/Flags)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ControlItem_set_flags_m66F02C0F643B542EAF2D49FE836A5900A71018EC_inline (ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD* __this, int32_t ___0_value, const RuntimeMethod* method) ;
|
|
// System.Int32 UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem::get_arraySize()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t ControlItem_get_arraySize_m5C2C8103BB1F27038D08B567099283F70C3F8326_inline (ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD* __this, const RuntimeMethod* method) ;
|
|
// UnityEngine.InputSystem.Utilities.PrimitiveValue UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem::get_defaultState()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 ControlItem_get_defaultState_m2544EF2F09468000E7113CA1EE178CD60C572318_inline (ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD* __this, const RuntimeMethod* method) ;
|
|
// UnityEngine.InputSystem.Utilities.PrimitiveValue UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem::get_minValue()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 ControlItem_get_minValue_m98CAFDF6A6F13A5E5E4DC51B4ADFD02B633233B7_inline (ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD* __this, const RuntimeMethod* method) ;
|
|
// UnityEngine.InputSystem.Utilities.PrimitiveValue UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem::get_maxValue()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 ControlItem_get_maxValue_mAEF0FF56E7D06C3FE2387EEA227A66EAA9813A77_inline (ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD* __this, const RuntimeMethod* method) ;
|
|
// System.Boolean UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem::get_isModifyingExistingControl()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ControlItem_get_isModifyingExistingControl_mEC6714B34AB379AC77E201967C325EE6A2B45E33 (ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD* __this, const RuntimeMethod* method) ;
|
|
// System.Boolean UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem::get_isNoisy()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ControlItem_get_isNoisy_m7411781E923694A4CEA423E119BD6FF178F85E28 (ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD* __this, const RuntimeMethod* method) ;
|
|
// System.Boolean UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem::get_isSynthetic()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ControlItem_get_isSynthetic_m093116B59A976CDEDE707EDD15E89768897AF3E4 (ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD* __this, const RuntimeMethod* method) ;
|
|
// System.Boolean UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem::get_dontReset()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ControlItem_get_dontReset_m6D669184300B380A9CB9AA521562E1FFB30B1A66 (ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD* __this, const RuntimeMethod* method) ;
|
|
// System.Boolean UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem::get_isFirstDefinedInThisLayout()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ControlItem_get_isFirstDefinedInThisLayout_mD4450E2C9A7F2D4308A1DFE532013C417BB4EE9E (ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD* __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.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) ;
|
|
// System.Int32 UnityEngine.InputSystem.Utilities.ReadOnlyArray`1<UnityEngine.InputSystem.Utilities.InternedString>::get_Count()
|
|
inline int32_t ReadOnlyArray_1_get_Count_m2215B7CB1D01D57AB87F3363351D7A7BD528E40F_inline (ReadOnlyArray_1_t1C2864D7CF4D444AB2616316AC8DD33932F77064* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( int32_t (*) (ReadOnlyArray_1_t1C2864D7CF4D444AB2616316AC8DD33932F77064*, const RuntimeMethod*))ReadOnlyArray_1_get_Count_m2215B7CB1D01D57AB87F3363351D7A7BD528E40F_gshared_inline)(__this, method);
|
|
}
|
|
// System.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.Int32 UnityEngine.InputSystem.Utilities.ReadOnlyArray`1<UnityEngine.InputSystem.Utilities.NameAndParameters>::get_Count()
|
|
inline int32_t ReadOnlyArray_1_get_Count_mCB952AF4F81F9AF4E9F86DEDE58AF67AF1654293_inline (ReadOnlyArray_1_t1B44D48F2E9F425D218BABD5DE616117E8725D41* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( int32_t (*) (ReadOnlyArray_1_t1B44D48F2E9F425D218BABD5DE616117E8725D41*, const RuntimeMethod*))ReadOnlyArray_1_get_Count_mCB952AF4F81F9AF4E9F86DEDE58AF67AF1654293_gshared_inline)(__this, method);
|
|
}
|
|
// System.Boolean UnityEngine.InputSystem.Utilities.PrimitiveValue::get_isEmpty()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PrimitiveValue_get_isEmpty_m5EB7E528CDE36950BBE170CE82D1DB78D45E4347 (PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4* __this, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.InputSystem.Utilities.ReadOnlyArray`1<UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem>::.ctor(TValue[],System.Int32,System.Int32)
|
|
inline void ReadOnlyArray_1__ctor_m49F921C4A55D0D3A64169BAEED67DE11D60A6F02 (ReadOnlyArray_1_t33FF20B344958C68734E3615E9381A0A6F882670* __this, ControlItemU5BU5D_t7798E8B7C7F58B8F6D13B567539CD82E962C7104* ___0_array, int32_t ___1_index, int32_t ___2_length, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (ReadOnlyArray_1_t33FF20B344958C68734E3615E9381A0A6F882670*, ControlItemU5BU5D_t7798E8B7C7F58B8F6D13B567539CD82E962C7104*, int32_t, int32_t, const RuntimeMethod*))ReadOnlyArray_1__ctor_m49F921C4A55D0D3A64169BAEED67DE11D60A6F02_gshared)(__this, ___0_array, ___1_index, ___2_length, method);
|
|
}
|
|
// System.Void System.ArgumentException::.ctor(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentException__ctor_m026938A67AF9D36BB7ED27F80425D7194B514465 (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* __this, String_t* ___0_message, const RuntimeMethod* method) ;
|
|
// System.Int32 UnityEngine.InputSystem.Utilities.ArrayHelpers::AppendWithCapacity<UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem>(TValue[]&,System.Int32&,TValue,System.Int32)
|
|
inline int32_t ArrayHelpers_AppendWithCapacity_TisControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD_m5A9B524D2CA04A1565899243E642C4B839856336 (ControlItemU5BU5D_t7798E8B7C7F58B8F6D13B567539CD82E962C7104** ___0_array, int32_t* ___1_count, ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD ___2_value, int32_t ___3_capacityIncrement, const RuntimeMethod* method)
|
|
{
|
|
return (( int32_t (*) (ControlItemU5BU5D_t7798E8B7C7F58B8F6D13B567539CD82E962C7104**, int32_t*, ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD, int32_t, const RuntimeMethod*))ArrayHelpers_AppendWithCapacity_TisControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD_m5A9B524D2CA04A1565899243E642C4B839856336_gshared)(___0_array, ___1_count, ___2_value, ___3_capacityIncrement, method);
|
|
}
|
|
// System.Void UnityEngine.InputSystem.Layouts.InputControlLayout/Builder::set_name(System.String)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Builder_set_name_mDC15047F044F9E3523AFB77F90097E659B9D0639_inline (Builder_t83F17A26F53DA7EA6D8C35E5C65C5DF0147E7821* __this, String_t* ___0_value, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.InputSystem.Layouts.InputControlLayout/Builder::set_displayName(System.String)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Builder_set_displayName_mEA1FD90956B603D3775D5DBEF089065F384D7FEC_inline (Builder_t83F17A26F53DA7EA6D8C35E5C65C5DF0147E7821* __this, String_t* ___0_value, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.InputSystem.Layouts.InputControlLayout/Builder::set_stateFormat(UnityEngine.InputSystem.Utilities.FourCC)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Builder_set_stateFormat_mCD363642BD5D0DE6671C1AFCBFFA0423EE43E16A_inline (Builder_t83F17A26F53DA7EA6D8C35E5C65C5DF0147E7821* __this, FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED ___0_value, const RuntimeMethod* method) ;
|
|
// UnityEngine.InputSystem.Layouts.InputControlLayout/Builder UnityEngine.InputSystem.Layouts.InputControlLayout/Builder::WithFormat(UnityEngine.InputSystem.Utilities.FourCC)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Builder_t83F17A26F53DA7EA6D8C35E5C65C5DF0147E7821* Builder_WithFormat_m9891CBB2C58581EAACCDC51BA36251B27FD63ABF (Builder_t83F17A26F53DA7EA6D8C35E5C65C5DF0147E7821* __this, FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED ___0_format, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.InputSystem.Layouts.InputControlLayout/Builder::set_stateSizeInBytes(System.Int32)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Builder_set_stateSizeInBytes_mDFAB2E625CFB381581D4343D398B0B039FBE2EF2_inline (Builder_t83F17A26F53DA7EA6D8C35E5C65C5DF0147E7821* __this, int32_t ___0_value, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.InputSystem.Layouts.InputControlLayout/Builder::set_extendsLayout(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Builder_set_extendsLayout_m010A256781470FECF7B3457D6F2CC1A999296A7F (Builder_t83F17A26F53DA7EA6D8C35E5C65C5DF0147E7821* __this, String_t* ___0_value, const RuntimeMethod* method) ;
|
|
// System.Void System.Array::Copy(System.Array,System.Array,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Array_Copy_m4233828B4E6288B6D815F539AAA38575DE627900 (RuntimeArray* ___0_sourceArray, RuntimeArray* ___1_destinationArray, int32_t ___2_length, const RuntimeMethod* method) ;
|
|
// System.String UnityEngine.InputSystem.Layouts.InputControlLayout/Builder::get_name()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* Builder_get_name_m244B351832B70D91CE0099355B58793C715FEA96_inline (Builder_t83F17A26F53DA7EA6D8C35E5C65C5DF0147E7821* __this, const RuntimeMethod* method) ;
|
|
// System.Type UnityEngine.InputSystem.Layouts.InputControlLayout/Builder::get_type()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Type_t* Builder_get_type_m779DE0BFA77615E1645F8D7407B10CBDD1CF178E_inline (Builder_t83F17A26F53DA7EA6D8C35E5C65C5DF0147E7821* __this, const RuntimeMethod* method) ;
|
|
// System.String UnityEngine.InputSystem.Layouts.InputControlLayout/Builder::get_extendsLayout()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* Builder_get_extendsLayout_m58924465E9829CAECBFAC577B4D2E967F4C7BC4E_inline (Builder_t83F17A26F53DA7EA6D8C35E5C65C5DF0147E7821* __this, const RuntimeMethod* method) ;
|
|
// System.String UnityEngine.InputSystem.Layouts.InputControlLayout/Builder::get_displayName()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* Builder_get_displayName_mF3EF3210E2062453734F7083AC27DA5D88B18EE5_inline (Builder_t83F17A26F53DA7EA6D8C35E5C65C5DF0147E7821* __this, const RuntimeMethod* method) ;
|
|
// UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.Layouts.InputControlLayout/Builder::get_stateFormat()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED Builder_get_stateFormat_m710266D85813CD8EE9D56F93F48FF9124F4A384E_inline (Builder_t83F17A26F53DA7EA6D8C35E5C65C5DF0147E7821* __this, const RuntimeMethod* method) ;
|
|
// System.Int32 UnityEngine.InputSystem.Layouts.InputControlLayout/Builder::get_stateSizeInBytes()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Builder_get_stateSizeInBytes_m825A03FC7D13BAB0896302D62661BAF7297542D9_inline (Builder_t83F17A26F53DA7EA6D8C35E5C65C5DF0147E7821* __this, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.InputSystem.Utilities.InlinedArray`1<UnityEngine.InputSystem.Utilities.InternedString>::.ctor(TValue)
|
|
inline void InlinedArray_1__ctor_m8732B6EBFFA627F5206C86E329439F947A14A67F (InlinedArray_1_tAFDFE0972A71B9760077CFA9D4A1DBD7BE435800* __this, InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 ___0_value, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (InlinedArray_1_tAFDFE0972A71B9760077CFA9D4A1DBD7BE435800*, InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735, const RuntimeMethod*))InlinedArray_1__ctor_m8732B6EBFFA627F5206C86E329439F947A14A67F_gshared)(__this, ___0_value, method);
|
|
}
|
|
// System.Nullable`1<System.Boolean> UnityEngine.InputSystem.Layouts.InputControlLayout/Builder::get_updateBeforeRender()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01 Builder_get_updateBeforeRender_m5D7D9B635031D624AD989C0AE386C86F1AC1EA61_inline (Builder_t83F17A26F53DA7EA6D8C35E5C65C5DF0147E7821* __this, const RuntimeMethod* method) ;
|
|
// UnityEngine.InputSystem.Layouts.InputControlLayout/Builder/ControlBuilder UnityEngine.InputSystem.Layouts.InputControlLayout/Builder/ControlBuilder::WithDisplayName(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ControlBuilder_tA18891EC8D7AA5AB0C3AF2B2BB82244BBFCA6F50 ControlBuilder_WithDisplayName_m89DEB934FA84302419DA75E196A228FBBD2F1CBD (ControlBuilder_tA18891EC8D7AA5AB0C3AF2B2BB82244BBFCA6F50* __this, String_t* ___0_displayName, const RuntimeMethod* method) ;
|
|
// UnityEngine.InputSystem.Layouts.InputControlLayout/Builder/ControlBuilder UnityEngine.InputSystem.Layouts.InputControlLayout/Builder/ControlBuilder::WithLayout(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ControlBuilder_tA18891EC8D7AA5AB0C3AF2B2BB82244BBFCA6F50 ControlBuilder_WithLayout_mBB03FC4875476B6EE4E884A0913E9DE0DDBF3F0E (ControlBuilder_tA18891EC8D7AA5AB0C3AF2B2BB82244BBFCA6F50* __this, String_t* ___0_layout, const RuntimeMethod* method) ;
|
|
// UnityEngine.InputSystem.Layouts.InputControlLayout/Builder/ControlBuilder UnityEngine.InputSystem.Layouts.InputControlLayout/Builder/ControlBuilder::WithFormat(UnityEngine.InputSystem.Utilities.FourCC)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ControlBuilder_tA18891EC8D7AA5AB0C3AF2B2BB82244BBFCA6F50 ControlBuilder_WithFormat_mD93D29B7F6C5167B257FF65A09F507974BDBB44B (ControlBuilder_tA18891EC8D7AA5AB0C3AF2B2BB82244BBFCA6F50* __this, FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED ___0_format, const RuntimeMethod* method) ;
|
|
// UnityEngine.InputSystem.Layouts.InputControlLayout/Builder/ControlBuilder UnityEngine.InputSystem.Layouts.InputControlLayout/Builder/ControlBuilder::WithFormat(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ControlBuilder_tA18891EC8D7AA5AB0C3AF2B2BB82244BBFCA6F50 ControlBuilder_WithFormat_m8E72B16678309C37BBFDB447A423698E2FA43279 (ControlBuilder_tA18891EC8D7AA5AB0C3AF2B2BB82244BBFCA6F50* __this, String_t* ___0_format, const RuntimeMethod* method) ;
|
|
// UnityEngine.InputSystem.Layouts.InputControlLayout/Builder/ControlBuilder UnityEngine.InputSystem.Layouts.InputControlLayout/Builder/ControlBuilder::WithByteOffset(System.UInt32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ControlBuilder_tA18891EC8D7AA5AB0C3AF2B2BB82244BBFCA6F50 ControlBuilder_WithByteOffset_mB9E8B85F8A7EDD9C22578E85FE659330E912481A (ControlBuilder_tA18891EC8D7AA5AB0C3AF2B2BB82244BBFCA6F50* __this, uint32_t ___0_offset, const RuntimeMethod* method) ;
|
|
// UnityEngine.InputSystem.Layouts.InputControlLayout/Builder/ControlBuilder UnityEngine.InputSystem.Layouts.InputControlLayout/Builder/ControlBuilder::WithBitOffset(System.UInt32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ControlBuilder_tA18891EC8D7AA5AB0C3AF2B2BB82244BBFCA6F50 ControlBuilder_WithBitOffset_m4DE4397F118DBE8084ABDF38B16B40A24D53D38A (ControlBuilder_tA18891EC8D7AA5AB0C3AF2B2BB82244BBFCA6F50* __this, uint32_t ___0_bit, const RuntimeMethod* method) ;
|
|
// UnityEngine.InputSystem.Layouts.InputControlLayout/Builder/ControlBuilder UnityEngine.InputSystem.Layouts.InputControlLayout/Builder/ControlBuilder::IsSynthetic(System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ControlBuilder_tA18891EC8D7AA5AB0C3AF2B2BB82244BBFCA6F50 ControlBuilder_IsSynthetic_mAC40DB90540E5192D401B478E43533159C4CA4EB (ControlBuilder_tA18891EC8D7AA5AB0C3AF2B2BB82244BBFCA6F50* __this, bool ___0_value, const RuntimeMethod* method) ;
|
|
// UnityEngine.InputSystem.Layouts.InputControlLayout/Builder/ControlBuilder UnityEngine.InputSystem.Layouts.InputControlLayout/Builder/ControlBuilder::IsNoisy(System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ControlBuilder_tA18891EC8D7AA5AB0C3AF2B2BB82244BBFCA6F50 ControlBuilder_IsNoisy_mC1C1C06BCF7A66FD0887647682179CA185B5535E (ControlBuilder_tA18891EC8D7AA5AB0C3AF2B2BB82244BBFCA6F50* __this, bool ___0_value, const RuntimeMethod* method) ;
|
|
// UnityEngine.InputSystem.Layouts.InputControlLayout/Builder/ControlBuilder UnityEngine.InputSystem.Layouts.InputControlLayout/Builder/ControlBuilder::DontReset(System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ControlBuilder_tA18891EC8D7AA5AB0C3AF2B2BB82244BBFCA6F50 ControlBuilder_DontReset_m1B3E6E673162CC315B4A4BDB0FCD9D0A8D1FF37C (ControlBuilder_tA18891EC8D7AA5AB0C3AF2B2BB82244BBFCA6F50* __this, bool ___0_value, const RuntimeMethod* method) ;
|
|
// UnityEngine.InputSystem.Layouts.InputControlLayout/Builder/ControlBuilder UnityEngine.InputSystem.Layouts.InputControlLayout/Builder/ControlBuilder::WithSizeInBits(System.UInt32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ControlBuilder_tA18891EC8D7AA5AB0C3AF2B2BB82244BBFCA6F50 ControlBuilder_WithSizeInBits_m08FAD46B3923EFDAFF0E50C557DEDFF065C58DDE (ControlBuilder_tA18891EC8D7AA5AB0C3AF2B2BB82244BBFCA6F50* __this, uint32_t ___0_sizeInBits, 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) ;
|
|
// UnityEngine.InputSystem.Layouts.InputControlLayout/Builder/ControlBuilder UnityEngine.InputSystem.Layouts.InputControlLayout/Builder/ControlBuilder::WithRange(System.Single,System.Single)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ControlBuilder_tA18891EC8D7AA5AB0C3AF2B2BB82244BBFCA6F50 ControlBuilder_WithRange_m44F3D834248A1310FAD096DF4AF37C2005AFEEA1 (ControlBuilder_tA18891EC8D7AA5AB0C3AF2B2BB82244BBFCA6F50* __this, float ___0_minValue, float ___1_maxValue, const RuntimeMethod* method) ;
|
|
// UnityEngine.InputSystem.Layouts.InputControlLayout/Builder/ControlBuilder UnityEngine.InputSystem.Layouts.InputControlLayout/Builder/ControlBuilder::WithUsages(UnityEngine.InputSystem.Utilities.InternedString[])
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ControlBuilder_tA18891EC8D7AA5AB0C3AF2B2BB82244BBFCA6F50 ControlBuilder_WithUsages_m4CFA29A8990CB98E075338FAB7565E1796938893 (ControlBuilder_tA18891EC8D7AA5AB0C3AF2B2BB82244BBFCA6F50* __this, InternedStringU5BU5D_t0B851758733FC0B118D84BE83AED10A0404C18D5* ___0_usages, const RuntimeMethod* method) ;
|
|
// UnityEngine.InputSystem.Layouts.InputControlLayout/Builder/ControlBuilder UnityEngine.InputSystem.Layouts.InputControlLayout/Builder/ControlBuilder::WithUsages(System.Collections.Generic.IEnumerable`1<System.String>)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ControlBuilder_tA18891EC8D7AA5AB0C3AF2B2BB82244BBFCA6F50 ControlBuilder_WithUsages_m5F51524F13B9017FDFAD775F339C6CB530A6793B (ControlBuilder_tA18891EC8D7AA5AB0C3AF2B2BB82244BBFCA6F50* __this, RuntimeObject* ___0_usages, const RuntimeMethod* method) ;
|
|
// UnityEngine.InputSystem.Layouts.InputControlLayout/Builder/ControlBuilder UnityEngine.InputSystem.Layouts.InputControlLayout/Builder/ControlBuilder::WithUsages(System.String[])
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ControlBuilder_tA18891EC8D7AA5AB0C3AF2B2BB82244BBFCA6F50 ControlBuilder_WithUsages_m9724FAC41B0F009558B6C06AA6C17B60C0E132B1 (ControlBuilder_tA18891EC8D7AA5AB0C3AF2B2BB82244BBFCA6F50* __this, StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___0_usages, const RuntimeMethod* method) ;
|
|
// UnityEngine.InputSystem.Layouts.InputControlLayout/Builder/ControlBuilder UnityEngine.InputSystem.Layouts.InputControlLayout/Builder/ControlBuilder::WithParameters(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ControlBuilder_tA18891EC8D7AA5AB0C3AF2B2BB82244BBFCA6F50 ControlBuilder_WithParameters_mBC3352880B7D852D3E3D999F8C2E8711FE98E3FF (ControlBuilder_tA18891EC8D7AA5AB0C3AF2B2BB82244BBFCA6F50* __this, String_t* ___0_parameters, const RuntimeMethod* method) ;
|
|
// UnityEngine.InputSystem.Layouts.InputControlLayout/Builder/ControlBuilder UnityEngine.InputSystem.Layouts.InputControlLayout/Builder/ControlBuilder::WithProcessors(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ControlBuilder_tA18891EC8D7AA5AB0C3AF2B2BB82244BBFCA6F50 ControlBuilder_WithProcessors_mBB62681E2437B6089FCB073288F3D53DED75E28D (ControlBuilder_tA18891EC8D7AA5AB0C3AF2B2BB82244BBFCA6F50* __this, String_t* ___0_processors, const RuntimeMethod* method) ;
|
|
// UnityEngine.InputSystem.Layouts.InputControlLayout/Builder/ControlBuilder UnityEngine.InputSystem.Layouts.InputControlLayout/Builder/ControlBuilder::WithDefaultState(UnityEngine.InputSystem.Utilities.PrimitiveValue)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ControlBuilder_tA18891EC8D7AA5AB0C3AF2B2BB82244BBFCA6F50 ControlBuilder_WithDefaultState_mA9852E8C14D6743D413D462B552EF908952C87FD (ControlBuilder_tA18891EC8D7AA5AB0C3AF2B2BB82244BBFCA6F50* __this, PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 ___0_value, const RuntimeMethod* method) ;
|
|
// UnityEngine.InputSystem.Layouts.InputControlLayout/Builder/ControlBuilder UnityEngine.InputSystem.Layouts.InputControlLayout/Builder/ControlBuilder::UsingStateFrom(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ControlBuilder_tA18891EC8D7AA5AB0C3AF2B2BB82244BBFCA6F50 ControlBuilder_UsingStateFrom_m0BC9DD7401F7512ED36C5C0784C1589A79D0B09E (ControlBuilder_tA18891EC8D7AA5AB0C3AF2B2BB82244BBFCA6F50* __this, String_t* ___0_path, const RuntimeMethod* method) ;
|
|
// UnityEngine.InputSystem.Layouts.InputControlLayout/Builder/ControlBuilder UnityEngine.InputSystem.Layouts.InputControlLayout/Builder/ControlBuilder::AsArrayOfControlsWithSize(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ControlBuilder_tA18891EC8D7AA5AB0C3AF2B2BB82244BBFCA6F50 ControlBuilder_AsArrayOfControlsWithSize_mEC40F5232CE4E58F5D5DF304BD9A39493AA66FB4 (ControlBuilder_tA18891EC8D7AA5AB0C3AF2B2BB82244BBFCA6F50* __this, int32_t ___0_arraySize, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.InputSystem.Layouts.InputControlLayout/Builder/ControlBuilder/<>c::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__ctor_m839CF554AB1EE0594C2E01DBC1890D82171D3310 (U3CU3Ec_tEF5C54E21921A13B31EA0547CBD7DE72EE989644* __this, const RuntimeMethod* method) ;
|
|
// System.String System.String::Concat(System.String[])
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_m647EBF831F54B6DF7D5AFA5FD012CF4EE7571B6A (StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___0_values, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.Debug::Log(System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Debug_Log_m87A9A3C761FF5C43ED8A53B16190A53D08F818BB (RuntimeObject* ___0_message, const RuntimeMethod* method) ;
|
|
// System.String System.String::ToLower()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_ToLower_m6191ABA3DC514ED47C10BDA23FD0DDCEAE7ACFBD (String_t* __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) ;
|
|
// UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItemJson::ToLayout()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD ControlItemJson_ToLayout_mC61A25BE0A0B18F789F3D58E68A6A973154AAE92 (ControlItemJson_t56C29912300890F2D3DA5DC3C095B821468948FC* __this, const RuntimeMethod* method) ;
|
|
// System.Boolean UnityEngine.InputSystem.Layouts.InputControlLayout::get_isGenericTypeOfDevice()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputControlLayout_get_isGenericTypeOfDevice_m53987CA10F142E3A8501BAF7E0F52C9BC1031C8A (InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D* __this, const RuntimeMethod* method) ;
|
|
// System.Boolean UnityEngine.InputSystem.Layouts.InputControlLayout::get_hideInUI()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputControlLayout_get_hideInUI_m8E661D261A8C775C858325F303750FE21AF3E8A9 (InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D* __this, const RuntimeMethod* method) ;
|
|
// TValue UnityEngine.InputSystem.Utilities.InlinedArray`1<UnityEngine.InputSystem.Utilities.InternedString>::get_Item(System.Int32)
|
|
inline InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 InlinedArray_1_get_Item_m0DC6E89FD175B28015115C99793A82B4F3B9026C (InlinedArray_1_tAFDFE0972A71B9760077CFA9D4A1DBD7BE435800* __this, int32_t ___0_index, const RuntimeMethod* method)
|
|
{
|
|
return (( InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 (*) (InlinedArray_1_tAFDFE0972A71B9760077CFA9D4A1DBD7BE435800*, int32_t, const RuntimeMethod*))InlinedArray_1_get_Item_m0DC6E89FD175B28015115C99793A82B4F3B9026C_gshared)(__this, ___0_index, method);
|
|
}
|
|
// System.Void System.Func`2<UnityEngine.InputSystem.Utilities.InternedString,System.String>::.ctor(System.Object,System.IntPtr)
|
|
inline void Func_2__ctor_m6763116FA3257580D87BD903E24793FCD6D82548 (Func_2_tE0082B3C229A425A69ECDABB19259709EC9F540F* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Func_2_tE0082B3C229A425A69ECDABB19259709EC9F540F*, RuntimeObject*, intptr_t, const RuntimeMethod*))Func_2__ctor_mEA865389B1F3B9B7F55A65C4B937BF1A2F7258AC_gshared)(__this, ___0_object, ___1_method, method);
|
|
}
|
|
// TOther[] UnityEngine.InputSystem.Utilities.InlinedArray`1<UnityEngine.InputSystem.Utilities.InternedString>::ToArray<System.String>(System.Func`2<TValue,TOther>)
|
|
inline StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* InlinedArray_1_ToArray_TisString_t_m6BF88EB579C1C2DD9E855D364A99768FFC44B045 (InlinedArray_1_tAFDFE0972A71B9760077CFA9D4A1DBD7BE435800* __this, Func_2_tE0082B3C229A425A69ECDABB19259709EC9F540F* ___0_mapFunction, const RuntimeMethod* method)
|
|
{
|
|
return (( StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* (*) (InlinedArray_1_tAFDFE0972A71B9760077CFA9D4A1DBD7BE435800*, Func_2_tE0082B3C229A425A69ECDABB19259709EC9F540F*, const RuntimeMethod*))InlinedArray_1_ToArray_TisRuntimeObject_m55E036D5E6132DB8F77958D0DEFB5BB9031AF4BA_gshared)(__this, ___0_mapFunction, method);
|
|
}
|
|
// UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.Layouts.InputControlLayout::get_stateFormat()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED InputControlLayout_get_stateFormat_m33EF958FD8072BFBD3F1378E800C3B694A284DE0_inline (InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D* __this, 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) ;
|
|
// TNew[] UnityEngine.InputSystem.Utilities.ArrayHelpers::Select<UnityEngine.InputSystem.Utilities.InternedString,System.String>(TOld[],System.Func`2<TOld,TNew>)
|
|
inline StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ArrayHelpers_Select_TisInternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735_TisString_t_m49BB51F41C438534D3E7FCBC6B35DE2042F646D8 (InternedStringU5BU5D_t0B851758733FC0B118D84BE83AED10A0404C18D5* ___0_array, Func_2_tE0082B3C229A425A69ECDABB19259709EC9F540F* ___1_converter, const RuntimeMethod* method)
|
|
{
|
|
return (( StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* (*) (InternedStringU5BU5D_t0B851758733FC0B118D84BE83AED10A0404C18D5*, Func_2_tE0082B3C229A425A69ECDABB19259709EC9F540F*, const RuntimeMethod*))ArrayHelpers_Select_TisInternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735_TisRuntimeObject_mA9DA114FA29ACFF2C9B15738904A9BA311CAE29C_gshared)(___0_array, ___1_converter, method);
|
|
}
|
|
// UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItemJson[] UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItemJson::FromControlItems(UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem[])
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ControlItemJsonU5BU5D_t6E6FCFDEF49F701232A4D4BCB5B40A7349E12F00* ControlItemJson_FromControlItems_mBDB7F039380AE4E27C752B03896F1E3AE455BDCB (ControlItemU5BU5D_t7798E8B7C7F58B8F6D13B567539CD82E962C7104* ___0_items, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.InputSystem.Layouts.InputControlLayout/LayoutJson/<>c::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__ctor_m6DC42B39258FABD1AF7E492A35B7556E6A33AE4F (U3CU3Ec_t268F4AFE03A6933C8DA22B2E8F3173AE68DE33EA* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Collections.Generic.List`1<System.String>::AddRange(System.Collections.Generic.IEnumerable`1<T>)
|
|
inline void List_1_AddRange_m157DD7AD4D25423F82A21E533BC4686C83770D5E (List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD* __this, RuntimeObject* ___0_collection, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD*, RuntimeObject*, const RuntimeMethod*))List_1_AddRange_m1F76B300133150E6046C5FED00E88B5DE0A02E17_gshared)(__this, ___0_collection, method);
|
|
}
|
|
// System.Void UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItemJson::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ControlItemJson__ctor_mBAC7FA93CAEF4754610560910508B6736956A6C8 (ControlItemJson_t56C29912300890F2D3DA5DC3C095B821468948FC* __this, const RuntimeMethod* 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.Void System.Func`2<UnityEngine.InputSystem.Utilities.NameAndParameters,System.String>::.ctor(System.Object,System.IntPtr)
|
|
inline void Func_2__ctor_m71CE98AD00736143D925088C1E7D98EABB683F5A (Func_2_t09AF48FEC3B9AC62B07E878A1698C2EC521A5F8D* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Func_2_t09AF48FEC3B9AC62B07E878A1698C2EC521A5F8D*, RuntimeObject*, intptr_t, const RuntimeMethod*))Func_2__ctor_m1E68B63DDE3C60ADC91FED11B779D21F9E767357_gshared)(__this, ___0_object, ___1_method, method);
|
|
}
|
|
// System.Collections.Generic.IEnumerable`1<TResult> System.Linq.Enumerable::Select<UnityEngine.InputSystem.Utilities.NameAndParameters,System.String>(System.Collections.Generic.IEnumerable`1<TSource>,System.Func`2<TSource,TResult>)
|
|
inline RuntimeObject* Enumerable_Select_TisNameAndParameters_t8F37102128EFD31CA57808AE6E3D1244758DEA01_TisString_t_m28BD73D35F5D141AEC454232D5CDC0DD646FBC26 (RuntimeObject* ___0_source, Func_2_t09AF48FEC3B9AC62B07E878A1698C2EC521A5F8D* ___1_selector, const RuntimeMethod* method)
|
|
{
|
|
return (( RuntimeObject* (*) (RuntimeObject*, Func_2_t09AF48FEC3B9AC62B07E878A1698C2EC521A5F8D*, const RuntimeMethod*))Enumerable_Select_TisNameAndParameters_t8F37102128EFD31CA57808AE6E3D1244758DEA01_TisRuntimeObject_m8D7AB20E8AA7CBC55F66F2508DCAD071C3638B91_gshared)(___0_source, ___1_selector, method);
|
|
}
|
|
// System.Collections.Generic.IEnumerable`1<TResult> System.Linq.Enumerable::Select<UnityEngine.InputSystem.Utilities.InternedString,System.String>(System.Collections.Generic.IEnumerable`1<TSource>,System.Func`2<TSource,TResult>)
|
|
inline RuntimeObject* Enumerable_Select_TisInternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735_TisString_t_m3FCCE6DBA6A159830BE8363BF5BA444BCBF4B186 (RuntimeObject* ___0_source, Func_2_tE0082B3C229A425A69ECDABB19259709EC9F540F* ___1_selector, const RuntimeMethod* method)
|
|
{
|
|
return (( RuntimeObject* (*) (RuntimeObject*, Func_2_tE0082B3C229A425A69ECDABB19259709EC9F540F*, const RuntimeMethod*))Enumerable_Select_TisInternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735_TisRuntimeObject_m180F51FA24B8CA2B15DB5B031C1A50981AF30CD9_gshared)(___0_source, ___1_selector, 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.Void UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItemJson/<>c::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__ctor_m10B5235A1676C166BA2C74DF5EABC4DAFB9F3F98 (U3CU3Ec_tC05A732A5AA0C05DB2A79EE837290A022A612FCE* __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.NameAndParameters::ToString()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* NameAndParameters_ToString_m8AD39CC89BF41DC919459E00C36B63F9D5F4E012 (NameAndParameters_t8F37102128EFD31CA57808AE6E3D1244758DEA01* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Collections.Generic.Dictionary`2<UnityEngine.InputSystem.Utilities.InternedString,System.Type>::.ctor()
|
|
inline void Dictionary_2__ctor_mD10EC6AB3D41E49C23882A85B368A08800DFC5EE (Dictionary_2_t1FFEE4C9AF6AF524CAD4FDCEA8F3AB34E585451D* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Dictionary_2_t1FFEE4C9AF6AF524CAD4FDCEA8F3AB34E585451D*, const RuntimeMethod*))Dictionary_2__ctor_mD34AE4C80C1F230BC1EA62AB9020FFA9BC0DE8E0_gshared)(__this, method);
|
|
}
|
|
// System.Void System.Collections.Generic.Dictionary`2<UnityEngine.InputSystem.Utilities.InternedString,System.String>::.ctor()
|
|
inline void Dictionary_2__ctor_m6320B618E75E25235EE08FC0CA39CB1F532F6393 (Dictionary_2_tEB3FF1660C6129E11F3B4771A549DE9F169B5103* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Dictionary_2_tEB3FF1660C6129E11F3B4771A549DE9F169B5103*, const RuntimeMethod*))Dictionary_2__ctor_mD34AE4C80C1F230BC1EA62AB9020FFA9BC0DE8E0_gshared)(__this, method);
|
|
}
|
|
// System.Void System.Collections.Generic.Dictionary`2<UnityEngine.InputSystem.Utilities.InternedString,System.Func`1<UnityEngine.InputSystem.Layouts.InputControlLayout>>::.ctor()
|
|
inline void Dictionary_2__ctor_mFBC9D056B2F1877A4731A33A58BA30A719A3EB35 (Dictionary_2_tFF0F3921D8B2465193365C2463B7D6A977E874DA* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Dictionary_2_tFF0F3921D8B2465193365C2463B7D6A977E874DA*, const RuntimeMethod*))Dictionary_2__ctor_mD34AE4C80C1F230BC1EA62AB9020FFA9BC0DE8E0_gshared)(__this, method);
|
|
}
|
|
// System.Void System.Collections.Generic.Dictionary`2<UnityEngine.InputSystem.Utilities.InternedString,UnityEngine.InputSystem.Utilities.InternedString>::.ctor()
|
|
inline void Dictionary_2__ctor_mD9CBB591E413FBE501BC3F6B50C92BF65F567CFE (Dictionary_2_t433D1FE2CDB69C9F583F79D5252A34112439D0AD* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Dictionary_2_t433D1FE2CDB69C9F583F79D5252A34112439D0AD*, const RuntimeMethod*))Dictionary_2__ctor_mD9CBB591E413FBE501BC3F6B50C92BF65F567CFE_gshared)(__this, method);
|
|
}
|
|
// System.Void System.Collections.Generic.Dictionary`2<UnityEngine.InputSystem.Utilities.InternedString,UnityEngine.InputSystem.Utilities.InternedString[]>::.ctor()
|
|
inline void Dictionary_2__ctor_m98D37A7C3B82103B8ED908F8D73C8D4EC7747744 (Dictionary_2_tA8E192E813E347FF19EC3868E2C565607445394C* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Dictionary_2_tA8E192E813E347FF19EC3868E2C565607445394C*, const RuntimeMethod*))Dictionary_2__ctor_mD34AE4C80C1F230BC1EA62AB9020FFA9BC0DE8E0_gshared)(__this, method);
|
|
}
|
|
// System.Void System.Collections.Generic.HashSet`1<UnityEngine.InputSystem.Utilities.InternedString>::.ctor()
|
|
inline void HashSet_1__ctor_mCCBBA7A7E1C76C56AA42BDB67DD077178C0A828F (HashSet_1_t87C47CF88B1B88398D4F9A1E51E92F834CF5160B* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (HashSet_1_t87C47CF88B1B88398D4F9A1E51E92F834CF5160B*, const RuntimeMethod*))HashSet_1__ctor_mCCBBA7A7E1C76C56AA42BDB67DD077178C0A828F_gshared)(__this, method);
|
|
}
|
|
// System.Void System.Collections.Generic.List`1<UnityEngine.InputSystem.Layouts.InputControlLayout/Collection/LayoutMatcher>::.ctor()
|
|
inline void List_1__ctor_mD02688FCA098489AE89BFA06B006B313E4B48997 (List_1_t4E502B2E42676E48E6F9A8F0251ADB1DF4BD490E* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (List_1_t4E502B2E42676E48E6F9A8F0251ADB1DF4BD490E*, const RuntimeMethod*))List_1__ctor_mD02688FCA098489AE89BFA06B006B313E4B48997_gshared)(__this, method);
|
|
}
|
|
// System.Void System.Collections.Generic.Dictionary`2<UnityEngine.InputSystem.Utilities.InternedString,UnityEngine.InputSystem.Layouts.InputControlLayout/Collection/PrecompiledLayout>::.ctor()
|
|
inline void Dictionary_2__ctor_mC02418824B6FF7967D1DC62752720272A34A114E (Dictionary_2_tD68C40116E127FE79F9E7AF07820CFDDBF20A8C1* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Dictionary_2_tD68C40116E127FE79F9E7AF07820CFDDBF20A8C1*, const RuntimeMethod*))Dictionary_2__ctor_mC02418824B6FF7967D1DC62752720272A34A114E_gshared)(__this, method);
|
|
}
|
|
// System.Void UnityEngine.InputSystem.Layouts.InputControlLayout/Collection::Allocate()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Collection_Allocate_mA641D05ECA24B3F5E3BCDCCE1FD52DB38A375714 (Collection_t6E9F85AD439CF26269683541C4DC58BA3B6756C5* __this, const RuntimeMethod* method) ;
|
|
// System.Collections.Generic.Dictionary`2/Enumerator<TKey,TValue> System.Collections.Generic.Dictionary`2<UnityEngine.InputSystem.Utilities.InternedString,System.Type>::GetEnumerator()
|
|
inline Enumerator_tC7FEC7C0C46B33E076C8049925C674971CBC97DE Dictionary_2_GetEnumerator_m09228E70F30816068825C9BB4B45519E7143CE7A (Dictionary_2_t1FFEE4C9AF6AF524CAD4FDCEA8F3AB34E585451D* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( Enumerator_tC7FEC7C0C46B33E076C8049925C674971CBC97DE (*) (Dictionary_2_t1FFEE4C9AF6AF524CAD4FDCEA8F3AB34E585451D*, const RuntimeMethod*))Dictionary_2_GetEnumerator_m3BF9969257B323347AA34745C6DCD37D1F9BF174_gshared)(__this, method);
|
|
}
|
|
// System.Void System.Collections.Generic.Dictionary`2/Enumerator<UnityEngine.InputSystem.Utilities.InternedString,System.Type>::Dispose()
|
|
inline void Enumerator_Dispose_m767111BF89218E9F0CD407F44CD9FF1CC6079B87 (Enumerator_tC7FEC7C0C46B33E076C8049925C674971CBC97DE* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Enumerator_tC7FEC7C0C46B33E076C8049925C674971CBC97DE*, const RuntimeMethod*))Enumerator_Dispose_mC351F7DAFCD1DF4CCFF3E49D092773C72D84C292_gshared)(__this, method);
|
|
}
|
|
// System.Collections.Generic.KeyValuePair`2<TKey,TValue> System.Collections.Generic.Dictionary`2/Enumerator<UnityEngine.InputSystem.Utilities.InternedString,System.Type>::get_Current()
|
|
inline KeyValuePair_2_t859F90B137C9291C0E478FBE85ABB18F30B91A27 Enumerator_get_Current_m8161C19F09FC9E5EFD3BCE87B8907B3F660FFF51_inline (Enumerator_tC7FEC7C0C46B33E076C8049925C674971CBC97DE* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( KeyValuePair_2_t859F90B137C9291C0E478FBE85ABB18F30B91A27 (*) (Enumerator_tC7FEC7C0C46B33E076C8049925C674971CBC97DE*, const RuntimeMethod*))Enumerator_get_Current_mB1068DBFCAA4C19D082D5717DF265CBA6D66D4BE_gshared_inline)(__this, method);
|
|
}
|
|
// TValue System.Collections.Generic.KeyValuePair`2<UnityEngine.InputSystem.Utilities.InternedString,System.Type>::get_Value()
|
|
inline Type_t* KeyValuePair_2_get_Value_m9803DE61209750BB22E4E1A58A5DFB943EAFCB80_inline (KeyValuePair_2_t859F90B137C9291C0E478FBE85ABB18F30B91A27* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( Type_t* (*) (KeyValuePair_2_t859F90B137C9291C0E478FBE85ABB18F30B91A27*, const RuntimeMethod*))KeyValuePair_2_get_Value_m1425379DCDEDB955455E242B31CD2AE43552B441_gshared_inline)(__this, method);
|
|
}
|
|
// TKey System.Collections.Generic.KeyValuePair`2<UnityEngine.InputSystem.Utilities.InternedString,System.Type>::get_Key()
|
|
inline InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 KeyValuePair_2_get_Key_mE8768535ABCD24F453DC1EC5127CBD303DEC29A5_inline (KeyValuePair_2_t859F90B137C9291C0E478FBE85ABB18F30B91A27* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 (*) (KeyValuePair_2_t859F90B137C9291C0E478FBE85ABB18F30B91A27*, const RuntimeMethod*))KeyValuePair_2_get_Key_mC668DBB7580ADCE4B3D87DA1C6E91F6E56B9EE84_gshared_inline)(__this, method);
|
|
}
|
|
// System.Boolean System.Collections.Generic.Dictionary`2/Enumerator<UnityEngine.InputSystem.Utilities.InternedString,System.Type>::MoveNext()
|
|
inline bool Enumerator_MoveNext_mEB31860F9718BC0DB2D231F91D9A78D9666B54EF (Enumerator_tC7FEC7C0C46B33E076C8049925C674971CBC97DE* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (Enumerator_tC7FEC7C0C46B33E076C8049925C674971CBC97DE*, const RuntimeMethod*))Enumerator_MoveNext_m4BE8613970A8112E3042718B64AC74A4EF3355BF_gshared)(__this, method);
|
|
}
|
|
// System.Int32 System.Collections.Generic.List`1<UnityEngine.InputSystem.Layouts.InputControlLayout/Collection/LayoutMatcher>::get_Count()
|
|
inline int32_t List_1_get_Count_mF4DDF38AC881AF869CC1CBE8475179B456B18437_inline (List_1_t4E502B2E42676E48E6F9A8F0251ADB1DF4BD490E* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( int32_t (*) (List_1_t4E502B2E42676E48E6F9A8F0251ADB1DF4BD490E*, const RuntimeMethod*))List_1_get_Count_mF4DDF38AC881AF869CC1CBE8475179B456B18437_gshared_inline)(__this, method);
|
|
}
|
|
// T System.Collections.Generic.List`1<UnityEngine.InputSystem.Layouts.InputControlLayout/Collection/LayoutMatcher>::get_Item(System.Int32)
|
|
inline LayoutMatcher_t0D8F5E32A7C82BC292EBA0FAA3EB2D9F1F72A0A6 List_1_get_Item_m99814088AA4143A5FA997159A17F5B25A7D3D2F8 (List_1_t4E502B2E42676E48E6F9A8F0251ADB1DF4BD490E* __this, int32_t ___0_index, const RuntimeMethod* method)
|
|
{
|
|
return (( LayoutMatcher_t0D8F5E32A7C82BC292EBA0FAA3EB2D9F1F72A0A6 (*) (List_1_t4E502B2E42676E48E6F9A8F0251ADB1DF4BD490E*, int32_t, const RuntimeMethod*))List_1_get_Item_m99814088AA4143A5FA997159A17F5B25A7D3D2F8_gshared)(__this, ___0_index, method);
|
|
}
|
|
// System.Single UnityEngine.InputSystem.Layouts.InputDeviceMatcher::MatchPercentage(UnityEngine.InputSystem.Layouts.InputDeviceDescription)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float InputDeviceMatcher_MatchPercentage_m63C8CBE94170B8D8BCDC45BAC7714F373B754311 (InputDeviceMatcher_tF9BA551C8BB4AE41672366A7EBEA951543E0C555* __this, InputDeviceDescription_tE86DD77422AAF60ADDAC788B31E5A05E739B708F ___0_deviceDescription, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Collections.Generic.Dictionary`2<UnityEngine.InputSystem.Utilities.InternedString,System.Func`1<UnityEngine.InputSystem.Layouts.InputControlLayout>>::ContainsKey(TKey)
|
|
inline bool Dictionary_2_ContainsKey_mC5346BFA8EE81D8FA88F4AE3D58C5165D70C7CE7 (Dictionary_2_tFF0F3921D8B2465193365C2463B7D6A977E874DA* __this, InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 ___0_key, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (Dictionary_2_tFF0F3921D8B2465193365C2463B7D6A977E874DA*, InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735, const RuntimeMethod*))Dictionary_2_ContainsKey_mA2AD3A192BF80F69231CE977561A825A6A0B95BB_gshared)(__this, ___0_key, method);
|
|
}
|
|
// UnityEngine.InputSystem.Utilities.InternedString UnityEngine.InputSystem.Layouts.InputControlLayout/Collection::TryFindMatchingLayout(UnityEngine.InputSystem.Layouts.InputDeviceDescription)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 Collection_TryFindMatchingLayout_mD33D4CC4D03C02E592AE810ED87FF91FE1936087 (Collection_t6E9F85AD439CF26269683541C4DC58BA3B6756C5* __this, InputDeviceDescription_tE86DD77422AAF60ADDAC788B31E5A05E739B708F ___0_deviceDescription, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Collections.Generic.Dictionary`2<UnityEngine.InputSystem.Utilities.InternedString,System.Type>::ContainsKey(TKey)
|
|
inline bool Dictionary_2_ContainsKey_m6EDC1F90375045A081EDB55CC945F7EDC1D548A9 (Dictionary_2_t1FFEE4C9AF6AF524CAD4FDCEA8F3AB34E585451D* __this, InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 ___0_key, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (Dictionary_2_t1FFEE4C9AF6AF524CAD4FDCEA8F3AB34E585451D*, InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735, const RuntimeMethod*))Dictionary_2_ContainsKey_mA2AD3A192BF80F69231CE977561A825A6A0B95BB_gshared)(__this, ___0_key, method);
|
|
}
|
|
// System.Boolean System.Collections.Generic.Dictionary`2<UnityEngine.InputSystem.Utilities.InternedString,System.String>::ContainsKey(TKey)
|
|
inline bool Dictionary_2_ContainsKey_mA943D0E129FC6C18E5DF9D52E8BCEE23D1B390DF (Dictionary_2_tEB3FF1660C6129E11F3B4771A549DE9F169B5103* __this, InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 ___0_key, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (Dictionary_2_tEB3FF1660C6129E11F3B4771A549DE9F169B5103*, InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735, const RuntimeMethod*))Dictionary_2_ContainsKey_mA2AD3A192BF80F69231CE977561A825A6A0B95BB_gshared)(__this, ___0_key, method);
|
|
}
|
|
// System.Boolean System.Collections.Generic.Dictionary`2<UnityEngine.InputSystem.Utilities.InternedString,System.String>::TryGetValue(TKey,TValue&)
|
|
inline bool Dictionary_2_TryGetValue_m1509CB8712EB8F2ABF8C66CA9DC4F2D10411F79D (Dictionary_2_tEB3FF1660C6129E11F3B4771A549DE9F169B5103* __this, InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 ___0_key, String_t** ___1_value, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (Dictionary_2_tEB3FF1660C6129E11F3B4771A549DE9F169B5103*, InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735, String_t**, const RuntimeMethod*))Dictionary_2_TryGetValue_m5FF3432937DE0E166259F54A0CFC568A388F7439_gshared)(__this, ___0_key, ___1_value, method);
|
|
}
|
|
// UnityEngine.InputSystem.Layouts.InputControlLayout UnityEngine.InputSystem.Layouts.InputControlLayout::FromJson(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D* InputControlLayout_FromJson_mF957954620E0C4BA30B486AAA52239BE518EF0FC (String_t* ___0_json, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Collections.Generic.Dictionary`2<UnityEngine.InputSystem.Utilities.InternedString,System.Type>::TryGetValue(TKey,TValue&)
|
|
inline bool Dictionary_2_TryGetValue_m4AFE96490465DE101600F734AF44C7E4AE513860 (Dictionary_2_t1FFEE4C9AF6AF524CAD4FDCEA8F3AB34E585451D* __this, InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 ___0_key, Type_t** ___1_value, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (Dictionary_2_t1FFEE4C9AF6AF524CAD4FDCEA8F3AB34E585451D*, InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735, Type_t**, const RuntimeMethod*))Dictionary_2_TryGetValue_m5FF3432937DE0E166259F54A0CFC568A388F7439_gshared)(__this, ___0_key, ___1_value, method);
|
|
}
|
|
// UnityEngine.InputSystem.Layouts.InputControlLayout UnityEngine.InputSystem.Layouts.InputControlLayout::FromType(System.String,System.Type)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D* InputControlLayout_FromType_m3D19149D1F8A5DA54CA81ED88CB1E91FCD81D2F8 (String_t* ___0_name, Type_t* ___1_type, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Collections.Generic.Dictionary`2<UnityEngine.InputSystem.Utilities.InternedString,System.Func`1<UnityEngine.InputSystem.Layouts.InputControlLayout>>::TryGetValue(TKey,TValue&)
|
|
inline bool Dictionary_2_TryGetValue_m43C7CA241416C3B170AF32A204FB117E083D5A86 (Dictionary_2_tFF0F3921D8B2465193365C2463B7D6A977E874DA* __this, InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 ___0_key, Func_1_t91F7ACDFBC018CFC14246035F22D8CFC5EAADBC4** ___1_value, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (Dictionary_2_tFF0F3921D8B2465193365C2463B7D6A977E874DA*, InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735, Func_1_t91F7ACDFBC018CFC14246035F22D8CFC5EAADBC4**, const RuntimeMethod*))Dictionary_2_TryGetValue_m5FF3432937DE0E166259F54A0CFC568A388F7439_gshared)(__this, ___0_key, ___1_value, method);
|
|
}
|
|
// TResult System.Func`1<UnityEngine.InputSystem.Layouts.InputControlLayout>::Invoke()
|
|
inline InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D* Func_1_Invoke_mD946B3428326C3A9D4236DB0D4A4206A6E688939_inline (Func_1_t91F7ACDFBC018CFC14246035F22D8CFC5EAADBC4* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D* (*) (Func_1_t91F7ACDFBC018CFC14246035F22D8CFC5EAADBC4*, const RuntimeMethod*))Func_1_Invoke_m1412272198DFA4066C83206E5B43353AF10A2EEE_gshared_inline)(__this, method);
|
|
}
|
|
// UnityEngine.InputSystem.Layouts.InputControlLayout UnityEngine.InputSystem.Layouts.InputControlLayout/Collection::TryLoadLayoutInternal(UnityEngine.InputSystem.Utilities.InternedString)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D* Collection_TryLoadLayoutInternal_m4CAB54106B29D4A01B4548B3C6B1241710E2CC13 (Collection_t6E9F85AD439CF26269683541C4DC58BA3B6756C5* __this, InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 ___0_name, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Collections.Generic.Dictionary`2<UnityEngine.InputSystem.Utilities.InternedString,UnityEngine.InputSystem.Layouts.InputControlLayout>::TryGetValue(TKey,TValue&)
|
|
inline bool Dictionary_2_TryGetValue_m3FEF1CA141F7852525A2596B99E0DF3CBF591EAD (Dictionary_2_t058B78C04CBFB0F1C72F95C9880AE09DA041219F* __this, InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 ___0_key, InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D** ___1_value, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (Dictionary_2_t058B78C04CBFB0F1C72F95C9880AE09DA041219F*, InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735, InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D**, const RuntimeMethod*))Dictionary_2_TryGetValue_m5FF3432937DE0E166259F54A0CFC568A388F7439_gshared)(__this, ___0_key, ___1_value, method);
|
|
}
|
|
// System.Boolean System.Collections.Generic.HashSet`1<UnityEngine.InputSystem.Utilities.InternedString>::Contains(T)
|
|
inline bool HashSet_1_Contains_m208059B8D89BB100809C7CA51253201A3B504A0B (HashSet_1_t87C47CF88B1B88398D4F9A1E51E92F834CF5160B* __this, InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 ___0_item, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (HashSet_1_t87C47CF88B1B88398D4F9A1E51E92F834CF5160B*, InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735, const RuntimeMethod*))HashSet_1_Contains_m208059B8D89BB100809C7CA51253201A3B504A0B_gshared)(__this, ___0_item, method);
|
|
}
|
|
// System.Void UnityEngine.InputSystem.Layouts.InputControlLayout::set_isOverride(System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputControlLayout_set_isOverride_m798D19D3E0E81E51B77F8558C1DA461DD2C72424 (InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D* __this, bool ___0_value, const RuntimeMethod* method) ;
|
|
// System.Boolean UnityEngine.InputSystem.Layouts.InputControlLayout::get_isOverride()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputControlLayout_get_isOverride_mEE41FE7F3857477AD6F4227D0A5606089DB6034C (InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D* __this, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Collections.Generic.Dictionary`2<UnityEngine.InputSystem.Utilities.InternedString,UnityEngine.InputSystem.Utilities.InternedString>::TryGetValue(TKey,TValue&)
|
|
inline bool Dictionary_2_TryGetValue_mBD07B2BA220C34BE8CE4AD7F08BBDEDA92E15F78 (Dictionary_2_t433D1FE2CDB69C9F583F79D5252A34112439D0AD* __this, InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 ___0_key, InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735* ___1_value, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (Dictionary_2_t433D1FE2CDB69C9F583F79D5252A34112439D0AD*, InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735, InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735*, const RuntimeMethod*))Dictionary_2_TryGetValue_mBD07B2BA220C34BE8CE4AD7F08BBDEDA92E15F78_gshared)(__this, ___0_key, ___1_value, method);
|
|
}
|
|
// UnityEngine.InputSystem.Layouts.InputControlLayout UnityEngine.InputSystem.Layouts.InputControlLayout/Collection::TryLoadLayout(UnityEngine.InputSystem.Utilities.InternedString,System.Collections.Generic.Dictionary`2<UnityEngine.InputSystem.Utilities.InternedString,UnityEngine.InputSystem.Layouts.InputControlLayout>)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D* Collection_TryLoadLayout_m6E3A66755E44EF5E01DCF0A4B28767B1F9F35965 (Collection_t6E9F85AD439CF26269683541C4DC58BA3B6756C5* __this, InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 ___0_name, Dictionary_2_t058B78C04CBFB0F1C72F95C9880AE09DA041219F* ___1_table, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.InputSystem.Layouts.InputControlLayout/LayoutNotFoundException::.ctor(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LayoutNotFoundException__ctor_m2A646E05C7728138A46C404011DBD7F87333FAE6 (LayoutNotFoundException_t04D5D4F5A48929A16B0727F1BDFEC21FDEF348B2* __this, String_t* ___0_name, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.InputSystem.Layouts.InputControlLayout::MergeLayout(UnityEngine.InputSystem.Layouts.InputControlLayout)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputControlLayout_MergeLayout_mEC7E019B4FEAF51F93942082EEE66C8ABDF5AAAA (InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D* __this, InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D* ___0_other, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Collections.Generic.Dictionary`2<UnityEngine.InputSystem.Utilities.InternedString,UnityEngine.InputSystem.Utilities.InternedString[]>::TryGetValue(TKey,TValue&)
|
|
inline bool Dictionary_2_TryGetValue_m6A747478B338D9AC7392868B6C02E4AF098370BF (Dictionary_2_tA8E192E813E347FF19EC3868E2C565607445394C* __this, InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 ___0_key, InternedStringU5BU5D_t0B851758733FC0B118D84BE83AED10A0404C18D5** ___1_value, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (Dictionary_2_tA8E192E813E347FF19EC3868E2C565607445394C*, InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735, InternedStringU5BU5D_t0B851758733FC0B118D84BE83AED10A0404C18D5**, const RuntimeMethod*))Dictionary_2_TryGetValue_m5FF3432937DE0E166259F54A0CFC568A388F7439_gshared)(__this, ___0_key, ___1_value, method);
|
|
}
|
|
// System.Void UnityEngine.InputSystem.Utilities.InlinedArray`1<UnityEngine.InputSystem.Utilities.InternedString>::Clear()
|
|
inline void InlinedArray_1_Clear_m8C1CCD6E74718AC5569EDB4C391C2327F056D1F5 (InlinedArray_1_tAFDFE0972A71B9760077CFA9D4A1DBD7BE435800* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (InlinedArray_1_tAFDFE0972A71B9760077CFA9D4A1DBD7BE435800*, const RuntimeMethod*))InlinedArray_1_Clear_m8C1CCD6E74718AC5569EDB4C391C2327F056D1F5_gshared)(__this, method);
|
|
}
|
|
// System.Void System.Collections.Generic.Dictionary`2<UnityEngine.InputSystem.Utilities.InternedString,UnityEngine.InputSystem.Layouts.InputControlLayout>::set_Item(TKey,TValue)
|
|
inline void Dictionary_2_set_Item_mDDDBBB5AA07B63B2303B9EBDAA8B3AB3C619391E (Dictionary_2_t058B78C04CBFB0F1C72F95C9880AE09DA041219F* __this, InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 ___0_key, InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D* ___1_value, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Dictionary_2_t058B78C04CBFB0F1C72F95C9880AE09DA041219F*, InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735, InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D*, const RuntimeMethod*))Dictionary_2_set_Item_m725DDAF4C8BD4FBCD106BFFB1B4B5B74D7696281_gshared)(__this, ___0_key, ___1_value, method);
|
|
}
|
|
// UnityEngine.InputSystem.Utilities.InternedString UnityEngine.InputSystem.Layouts.InputControlLayout/Collection::GetBaseLayoutName(UnityEngine.InputSystem.Utilities.InternedString)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 Collection_GetBaseLayoutName_m3793CF18CC308FC20923273708B55B34BEB0DDF7 (Collection_t6E9F85AD439CF26269683541C4DC58BA3B6756C5* __this, InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 ___0_layoutName, const RuntimeMethod* method) ;
|
|
// UnityEngine.InputSystem.Utilities.InternedString UnityEngine.InputSystem.Layouts.InputControlLayout/Collection::GetRootLayoutName(UnityEngine.InputSystem.Utilities.InternedString)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 Collection_GetRootLayoutName_m46498FD62DB4AA63969AD816B20BBA9CC3B30C3B (Collection_t6E9F85AD439CF26269683541C4DC58BA3B6756C5* __this, InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 ___0_layoutName, const RuntimeMethod* method) ;
|
|
// System.Boolean UnityEngine.InputSystem.Layouts.InputControlLayout/Collection::ComputeDistanceInInheritanceHierarchy(UnityEngine.InputSystem.Utilities.InternedString,UnityEngine.InputSystem.Utilities.InternedString,System.Int32&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Collection_ComputeDistanceInInheritanceHierarchy_m102A67186D45210015100145BB34373C8A82EF90 (Collection_t6E9F85AD439CF26269683541C4DC58BA3B6756C5* __this, InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 ___0_firstLayout, InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 ___1_secondLayout, int32_t* ___2_distance, const RuntimeMethod* method) ;
|
|
// UnityEngine.InputSystem.InputControl UnityEngine.InputSystem.InputControl::get_parent()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* InputControl_get_parent_mCB9335C099924935526B38534EE76E53847787AF_inline (InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* __this, const RuntimeMethod* method) ;
|
|
// UnityEngine.InputSystem.Layouts.InputControlLayout UnityEngine.InputSystem.Layouts.InputControlLayout/Cache::FindOrLoadLayout(System.String,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D* Cache_FindOrLoadLayout_m4CF6F90D82BE2EC89E5E0986CDF841DF9805FB00 (Cache_tB837109647F577DCE3795AEE2E9E0E3F61F543AB* __this, String_t* ___0_name, bool ___1_throwIfNotFound, const RuntimeMethod* method) ;
|
|
// System.Nullable`1<UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem> UnityEngine.InputSystem.Layouts.InputControlLayout::FindControl(UnityEngine.InputSystem.Utilities.InternedString)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Nullable_1_t655AB0D788E9ABDCE6B0F6BF2AADC5C7E35955C4 InputControlLayout_FindControl_m5C2DE01470486CE5D2DC3DFC70FBCEFD74D4C12F (InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D* __this, InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 ___0_path, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Nullable`1<UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem>::get_HasValue()
|
|
inline bool Nullable_1_get_HasValue_m736B6649639E22745348A31C24B346DD267A02C4_inline (Nullable_1_t655AB0D788E9ABDCE6B0F6BF2AADC5C7E35955C4* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (Nullable_1_t655AB0D788E9ABDCE6B0F6BF2AADC5C7E35955C4*, const RuntimeMethod*))Nullable_1_get_HasValue_m736B6649639E22745348A31C24B346DD267A02C4_gshared_inline)(__this, method);
|
|
}
|
|
// UnityEngine.InputSystem.Utilities.InternedString UnityEngine.InputSystem.Layouts.InputControlLayout/Collection::FindLayoutThatIntroducesControl(UnityEngine.InputSystem.InputControl,UnityEngine.InputSystem.Layouts.InputControlLayout/Cache)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 Collection_FindLayoutThatIntroducesControl_m106D44927CAAAF57FB6A963B7AF105CF2D4B7230 (Collection_t6E9F85AD439CF26269683541C4DC58BA3B6756C5* __this, InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* ___0_control, Cache_tB837109647F577DCE3795AEE2E9E0E3F61F543AB ___1_cache, const RuntimeMethod* method) ;
|
|
// System.Type UnityEngine.InputSystem.Layouts.InputControlLayout/Collection::GetControlTypeForLayout(UnityEngine.InputSystem.Utilities.InternedString)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* Collection_GetControlTypeForLayout_m45CC21C9ADD4E107623067E46329994920D2E206 (Collection_t6E9F85AD439CF26269683541C4DC58BA3B6756C5* __this, InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 ___0_layoutName, const RuntimeMethod* method) ;
|
|
// System.Boolean UnityEngine.InputSystem.Layouts.InputControlLayout/Collection::ValueTypeIsAssignableFrom(UnityEngine.InputSystem.Utilities.InternedString,System.Type)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Collection_ValueTypeIsAssignableFrom_m6A21DBD6EAE987B74C288CA443FAB10A5E4083B7 (Collection_t6E9F85AD439CF26269683541C4DC58BA3B6756C5* __this, InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 ___0_layoutName, Type_t* ___1_valueType, const RuntimeMethod* method) ;
|
|
// System.Boolean UnityEngine.InputSystem.Layouts.InputControlLayout/Collection::IsGeneratedLayout(UnityEngine.InputSystem.Utilities.InternedString)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Collection_IsGeneratedLayout_mAD9527FC1D6FA3C9075ACAF2F0215E3B5C0C359C (Collection_t6E9F85AD439CF26269683541C4DC58BA3B6756C5* __this, InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 ___0_layout, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.InputSystem.Layouts.InputControlLayout/Collection/<GetBaseLayouts>d__24::.ctor(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CGetBaseLayoutsU3Ed__24__ctor_mA40EEE1E3402865906BE8AAF26ACDAD74452235E (U3CGetBaseLayoutsU3Ed__24_tFACFE5E75EF61B27C631E4AAF81E6C3642719012* __this, int32_t ___0_U3CU3E1__state, const RuntimeMethod* method) ;
|
|
// System.Collections.Generic.IEnumerable`1<UnityEngine.InputSystem.Utilities.InternedString> UnityEngine.InputSystem.Layouts.InputControlLayout/Collection::GetBaseLayouts(UnityEngine.InputSystem.Utilities.InternedString,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Collection_GetBaseLayouts_m92073B4583B8535720B7109383BB023207C26013 (Collection_t6E9F85AD439CF26269683541C4DC58BA3B6756C5* __this, InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 ___0_layout, bool ___1_includeSelf, const RuntimeMethod* method) ;
|
|
// System.Boolean UnityEngine.InputSystem.Layouts.InputControlLayout/Collection::IsBasedOn(UnityEngine.InputSystem.Utilities.InternedString,UnityEngine.InputSystem.Utilities.InternedString)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Collection_IsBasedOn_mD54DB5412B192CA765CC97EF62C5D8C8033E4CB7 (Collection_t6E9F85AD439CF26269683541C4DC58BA3B6756C5* __this, InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 ___0_parentLayout, InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 ___1_childLayout, const RuntimeMethod* method) ;
|
|
// System.Boolean UnityEngine.InputSystem.Layouts.InputDeviceMatcher::op_Equality(UnityEngine.InputSystem.Layouts.InputDeviceMatcher,UnityEngine.InputSystem.Layouts.InputDeviceMatcher)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputDeviceMatcher_op_Equality_mA7342809DE9BD012BB78FF1D02E916D240679D45 (InputDeviceMatcher_tF9BA551C8BB4AE41672366A7EBEA951543E0C555 ___0_left, InputDeviceMatcher_tF9BA551C8BB4AE41672366A7EBEA951543E0C555 ___1_right, const RuntimeMethod* method) ;
|
|
// System.Void System.Collections.Generic.List`1<UnityEngine.InputSystem.Layouts.InputControlLayout/Collection/LayoutMatcher>::Add(T)
|
|
inline void List_1_Add_m1445C78C000C0B2BB5347D71EB0E1C07A45FB143_inline (List_1_t4E502B2E42676E48E6F9A8F0251ADB1DF4BD490E* __this, LayoutMatcher_t0D8F5E32A7C82BC292EBA0FAA3EB2D9F1F72A0A6 ___0_item, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (List_1_t4E502B2E42676E48E6F9A8F0251ADB1DF4BD490E*, LayoutMatcher_t0D8F5E32A7C82BC292EBA0FAA3EB2D9F1F72A0A6, const RuntimeMethod*))List_1_Add_m1445C78C000C0B2BB5347D71EB0E1C07A45FB143_gshared_inline)(__this, ___0_item, method);
|
|
}
|
|
// System.Void UnityEngine.InputSystem.Layouts.InputControlLayout/Collection::AddMatcher(UnityEngine.InputSystem.Utilities.InternedString,UnityEngine.InputSystem.Layouts.InputDeviceMatcher)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Collection_AddMatcher_m7578385A554981E09606D23CDF274DF4FBBC9EA2 (Collection_t6E9F85AD439CF26269683541C4DC58BA3B6756C5* __this, InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 ___0_layout, InputDeviceMatcher_tF9BA551C8BB4AE41672366A7EBEA951543E0C555 ___1_matcher, 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.Void System.NotSupportedException::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotSupportedException__ctor_m1398D0CDE19B36AA3DE9392879738C1EA2439CDF (NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A* __this, const RuntimeMethod* method) ;
|
|
// System.Collections.Generic.IEnumerator`1<UnityEngine.InputSystem.Utilities.InternedString> UnityEngine.InputSystem.Layouts.InputControlLayout/Collection/<GetBaseLayouts>d__24::System.Collections.Generic.IEnumerable<UnityEngine.InputSystem.Utilities.InternedString>.GetEnumerator()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* U3CGetBaseLayoutsU3Ed__24_System_Collections_Generic_IEnumerableU3CUnityEngine_InputSystem_Utilities_InternedStringU3E_GetEnumerator_m4480BBD40C953EC0F5B3DE0C1376F0207E187A3C (U3CGetBaseLayoutsU3Ed__24_tFACFE5E75EF61B27C631E4AAF81E6C3642719012* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Exception::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Exception__ctor_m203319D1EA1274689B380A947B4ADC8445662B8F (Exception_t* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Exception::.ctor(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Exception__ctor_m9B2BD92CD68916245A75109105D9071C9D430E7F (Exception_t* __this, String_t* ___0_message, const RuntimeMethod* method) ;
|
|
// System.Void System.Exception::.ctor(System.String,System.Exception)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Exception__ctor_m9BC141AAB08F47C34B7ED40C1A6C0C1ADDEC5CB3 (Exception_t* __this, String_t* ___0_message, Exception_t* ___1_innerException, const RuntimeMethod* method) ;
|
|
// System.Void System.Exception::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Exception__ctor_m412D5FC4D69035738F1DB88FD771ABD6B0E9E120 (Exception_t* __this, SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* ___0_info, StreamingContext_t56760522A751890146EE45F82F866B55B7E33677 ___1_context, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.InputSystem.Layouts.InputControlLayout/Cache::Clear()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Cache_Clear_m54F9EDA319E13FC0981C500E72B2B780E93639BC (Cache_tB837109647F577DCE3795AEE2E9E0E3F61F543AB* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Collections.Generic.Dictionary`2<UnityEngine.InputSystem.Utilities.InternedString,UnityEngine.InputSystem.Layouts.InputControlLayout>::.ctor()
|
|
inline void Dictionary_2__ctor_m7953445AA385E2850D1B2E4983FB960C74274521 (Dictionary_2_t058B78C04CBFB0F1C72F95C9880AE09DA041219F* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Dictionary_2_t058B78C04CBFB0F1C72F95C9880AE09DA041219F*, const RuntimeMethod*))Dictionary_2__ctor_mD34AE4C80C1F230BC1EA62AB9020FFA9BC0DE8E0_gshared)(__this, method);
|
|
}
|
|
// System.Void UnityEngine.InputSystem.Layouts.InputControlLayout/CacheRefInstance::Dispose()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CacheRefInstance_Dispose_mF4F950E072C6C411689B25AEC2CE6118D0929C0E (CacheRefInstance_t4E8602E1529A57250C63318B7E44AE2195514023* __this, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.InputSystem.Layouts.InputControlLayout/<>c::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__ctor_mB90D3DB7DF9DE4F20880CD38ADCC476301A9C241 (U3CU3Ec_t2FC53E156FFD93CC20E0C54722DB6F0050D22EB7* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Attribute::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Attribute__ctor_m79ED1BF1EE36D1E417BA89A0D9F91F8AAD8D19E2 (Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA* __this, const RuntimeMethod* method) ;
|
|
// UnityEngine.InputSystem.Layouts.InputControlLayout/CacheRefInstance UnityEngine.InputSystem.Layouts.InputControlLayout::CacheRef()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CacheRefInstance_t4E8602E1529A57250C63318B7E44AE2195514023 InputControlLayout_CacheRef_m5E7D990B339D4005848422486F5AC95505129C31 (const RuntimeMethod* method) ;
|
|
// UnityEngine.InputSystem.InputControl UnityEngine.InputSystem.Layouts.InputDeviceBuilder::InstantiateLayout(UnityEngine.InputSystem.Utilities.InternedString,UnityEngine.InputSystem.Utilities.InternedString,UnityEngine.InputSystem.Utilities.InternedString,UnityEngine.InputSystem.InputControl)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* InputDeviceBuilder_InstantiateLayout_mE1E78011019E8BA89C33F7F723C133E2116CFE6C (InputDeviceBuilder_t7F4266EBB8FB0AC0DAE225F7FA1532B9AA9174BE* __this, InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 ___0_layout, InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 ___1_variants, InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 ___2_name, InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* ___3_parent, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.InputSystem.Layouts.InputDeviceBuilder::FinalizeControlHierarchy()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputDeviceBuilder_FinalizeControlHierarchy_m16971FB79D0C2F5916DC8A2A2EE1ED823B9BCBB9 (InputDeviceBuilder_t7F4266EBB8FB0AC0DAE225F7FA1532B9AA9174BE* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Collections.Generic.List`1<System.UInt32>::Sort()
|
|
inline void List_1_Sort_mA7F75CA2EF3A5D651FA1BA7E6A36B62B56F75C21 (List_1_t9B68833848E4C4D7F623C05F6B77F0449396354A* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (List_1_t9B68833848E4C4D7F623C05F6B77F0449396354A*, const RuntimeMethod*))List_1_Sort_mA7F75CA2EF3A5D651FA1BA7E6A36B62B56F75C21_gshared)(__this, method);
|
|
}
|
|
// T[] System.Collections.Generic.List`1<System.UInt32>::ToArray()
|
|
inline UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* List_1_ToArray_m1CC582554F660560CD50E99994F15107827F0CA3 (List_1_t9B68833848E4C4D7F623C05F6B77F0449396354A* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* (*) (List_1_t9B68833848E4C4D7F623C05F6B77F0449396354A*, const RuntimeMethod*))List_1_ToArray_m1CC582554F660560CD50E99994F15107827F0CA3_gshared)(__this, method);
|
|
}
|
|
// System.Void UnityEngine.InputSystem.InputControl::CallFinishSetupRecursive()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputControl_CallFinishSetupRecursive_mB80E1D02B5BC9030D8791A59C1900C9A4E110494 (InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* __this, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.InputSystem.Layouts.InputDeviceBuilder::Setup(UnityEngine.InputSystem.Utilities.InternedString,UnityEngine.InputSystem.Utilities.InternedString,UnityEngine.InputSystem.Layouts.InputDeviceDescription)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputDeviceBuilder_Setup_mC01AC4686CE791BFED01FC8E7F83F7975CD6F4D9 (InputDeviceBuilder_t7F4266EBB8FB0AC0DAE225F7FA1532B9AA9174BE* __this, InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 ___0_layout, InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 ___1_variants, InputDeviceDescription_tE86DD77422AAF60ADDAC788B31E5A05E739B708F ___2_deviceDescription, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.InputSystem.Layouts.InputDeviceBuilder::Reset()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputDeviceBuilder_Reset_mB000946685EE05A2219F22D38D20797074589C8B (InputDeviceBuilder_t7F4266EBB8FB0AC0DAE225F7FA1532B9AA9174BE* __this, const RuntimeMethod* method) ;
|
|
// UnityEngine.InputSystem.InputDevice UnityEngine.InputSystem.Layouts.InputDeviceBuilder::Finish()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* InputDeviceBuilder_Finish_m80D988C86E75F702F5116D94EC8C0B12F9A2D18D (InputDeviceBuilder_t7F4266EBB8FB0AC0DAE225F7FA1532B9AA9174BE* __this, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.InputSystem.Layouts.InputDeviceBuilder::Dispose()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputDeviceBuilder_Dispose_m1233F0A9B5D98302C365E008C502732902208ECE (InputDeviceBuilder_t7F4266EBB8FB0AC0DAE225F7FA1532B9AA9174BE* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Collections.Generic.Dictionary`2<System.String,UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem>::Clear()
|
|
inline void Dictionary_2_Clear_m36808F594605999F0AB3ED15E5E5A59EBEEE6803 (Dictionary_2_t9603121094471C60D6E60B03066D77D447754994* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Dictionary_2_t9603121094471C60D6E60B03066D77D447754994*, const RuntimeMethod*))Dictionary_2_Clear_m998FF45E52EC0A97164BC69FA970E0D8566B4819_gshared)(__this, method);
|
|
}
|
|
// System.Void System.Collections.Generic.List`1<System.UInt32>::Clear()
|
|
inline void List_1_Clear_m6BF26614BFAA4D96650F4296BC5ED2455F26EA2C_inline (List_1_t9B68833848E4C4D7F623C05F6B77F0449396354A* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (List_1_t9B68833848E4C4D7F623C05F6B77F0449396354A*, const RuntimeMethod*))List_1_Clear_m6BF26614BFAA4D96650F4296BC5ED2455F26EA2C_gshared_inline)(__this, method);
|
|
}
|
|
// UnityEngine.InputSystem.Layouts.InputControlLayout UnityEngine.InputSystem.Layouts.InputDeviceBuilder::FindOrLoadLayout(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D* InputDeviceBuilder_FindOrLoadLayout_m12E1ACF5D61B1A6CCB85775DFD8328B20FAE53C0 (String_t* ___0_name, const RuntimeMethod* method) ;
|
|
// UnityEngine.InputSystem.InputControl UnityEngine.InputSystem.Layouts.InputDeviceBuilder::InstantiateLayout(UnityEngine.InputSystem.Layouts.InputControlLayout,UnityEngine.InputSystem.Utilities.InternedString,UnityEngine.InputSystem.Utilities.InternedString,UnityEngine.InputSystem.InputControl)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* InputDeviceBuilder_InstantiateLayout_mD7AC05EEBCBE0DAE4D7C2080438FDDDC60121AD2 (InputDeviceBuilder_t7F4266EBB8FB0AC0DAE225F7FA1532B9AA9174BE* __this, InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D* ___0_layout, InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 ___1_variants, InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 ___2_name, InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* ___3_parent, const RuntimeMethod* method) ;
|
|
// System.String UnityEngine.InputSystem.InputControl::get_path()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* InputControl_get_path_mB32F887DB25DF6EF5D6B85D513EC4F9452BD146F (InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* __this, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.InputSystem.LowLevel.InputStateBlock::set_bitOffset(System.UInt32)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void InputStateBlock_set_bitOffset_mB4F67CC1BF4EBB3152CEC64BECFF724C1416A163_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.Nullable`1<System.Boolean> UnityEngine.InputSystem.Layouts.InputControlLayout::get_canRunInBackground()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01 InputControlLayout_get_canRunInBackground_m83888B7BE103A0E23C749287E042C8ED8CFE11F9 (InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D* __this, const RuntimeMethod* method) ;
|
|
// System.Int32 System.String::LastIndexOf(System.Char)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_LastIndexOf_m6BB3E7E1B48702D4C715FA423F8A822C053B290E (String_t* __this, Il2CppChar ___0_value, 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.String UnityEngine.InputSystem.InputControlPath::CleanSlashes(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* InputControlPath_CleanSlashes_mC6425F84D5EAC3F859475F08180BAA8D1E6EB5D5 (String_t* ___0_pathComponent, const RuntimeMethod* method) ;
|
|
// UnityEngine.InputSystem.Utilities.InternedString UnityEngine.InputSystem.Layouts.InputControlLayout::get_variants()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 InputControlLayout_get_variants_mD239B57B9290D0BFDEAE3A5CF6EE8890429BAE43_inline (InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D* __this, const RuntimeMethod* method) ;
|
|
// System.Boolean UnityEngine.InputSystem.Layouts.InputControlLayout::get_isNoisy()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputControlLayout_get_isNoisy_m0453929E53AE683D58BAC30E0DE23957A253681F (InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D* __this, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.InputSystem.InputControl::set_noisy(System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputControl_set_noisy_m5E4E4C6A6E98F5D239385AEF8203683583CB9B7A (InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* __this, bool ___0_value, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.InputSystem.Layouts.InputDeviceBuilder::AddChildControls(UnityEngine.InputSystem.Layouts.InputControlLayout,UnityEngine.InputSystem.Utilities.InternedString,UnityEngine.InputSystem.InputControl,System.Boolean&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputDeviceBuilder_AddChildControls_m712BC48D633435C9028CC6879636CDF50FBBAC6B (InputDeviceBuilder_t7F4266EBB8FB0AC0DAE225F7FA1532B9AA9174BE* __this, InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D* ___0_layout, InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 ___1_variants, InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* ___2_parent, bool* ___3_haveChildrenUsingStateFromOtherControls, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.InputSystem.Layouts.InputDeviceBuilder::ComputeStateLayout(UnityEngine.InputSystem.InputControl)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputDeviceBuilder_ComputeStateLayout_m010734B25E70C71CA2D088F5E1961F30ED7E4ED2 (InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* ___0_control, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.InputSystem.Layouts.InputDeviceBuilder::ApplyUseStateFrom(UnityEngine.InputSystem.InputControl,UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem&,UnityEngine.InputSystem.Layouts.InputControlLayout)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputDeviceBuilder_ApplyUseStateFrom_mCBDBE1F20D68E325D0AC4BBBF977DF21DEBAF831 (InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* ___0_parent, ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD* ___1_controlItem, InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D* ___2_layout, 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.Void UnityEngine.InputSystem.Layouts.InputDeviceBuilder::InsertChildControlOverride(UnityEngine.InputSystem.InputControl,UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputDeviceBuilder_InsertChildControlOverride_mE48FCDF2DDB7662B25BE5373A0DB7A763D515BCE (InputDeviceBuilder_t7F4266EBB8FB0AC0DAE225F7FA1532B9AA9174BE* __this, InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* ___0_parent, ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD* ___1_controlItem, const RuntimeMethod* method) ;
|
|
// System.Int32 UnityEngine.InputSystem.Utilities.ArrayHelpers::GrowBy<UnityEngine.InputSystem.InputControl>(TValue[]&,System.Int32)
|
|
inline int32_t ArrayHelpers_GrowBy_TisInputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E_m1E6DDC3FB4AFB06BE8A101E350CBBB520FD89D6B (InputControlU5BU5D_t0B951FEF1504D6340387C4735F5D6F426F40FE17** ___0_array, int32_t ___1_count, const RuntimeMethod* method)
|
|
{
|
|
return (( int32_t (*) (InputControlU5BU5D_t0B951FEF1504D6340387C4735F5D6F426F40FE17**, int32_t, const RuntimeMethod*))ArrayHelpers_GrowBy_TisRuntimeObject_m3CEF2FE8F6E4235930BDE03D78E4367F7DF9A4BF_gshared)(___0_array, ___1_count, method);
|
|
}
|
|
// System.String System.Int32::ToString()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Int32_ToString_m030E01C24E294D6762FB0B6F37CB541581F55CA5 (int32_t* __this, const RuntimeMethod* method) ;
|
|
// UnityEngine.InputSystem.InputControl UnityEngine.InputSystem.Layouts.InputDeviceBuilder::AddChildControl(UnityEngine.InputSystem.Layouts.InputControlLayout,UnityEngine.InputSystem.Utilities.InternedString,UnityEngine.InputSystem.InputControl,System.Boolean&,UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem,System.Int32,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* InputDeviceBuilder_AddChildControl_mCA8A537F5E0FEAEF9E6B97FD750E5B2F4EBEEBDD (InputDeviceBuilder_t7F4266EBB8FB0AC0DAE225F7FA1532B9AA9174BE* __this, InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D* ___0_layout, InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 ___1_variants, InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* ___2_parent, bool* ___3_haveChildrenUsingStateFromOtherControls, ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD ___4_controlItem, int32_t ___5_childIndex, String_t* ___6_nameOverride, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.InputSystem.Layouts.InputDeviceBuilder::AddChildControlIfMissing(UnityEngine.InputSystem.Layouts.InputControlLayout,UnityEngine.InputSystem.Utilities.InternedString,UnityEngine.InputSystem.InputControl,System.Boolean&,UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputDeviceBuilder_AddChildControlIfMissing_m6A87743EC5B0E06CF9F901A15D7C691AFC8DB7A7 (InputDeviceBuilder_t7F4266EBB8FB0AC0DAE225F7FA1532B9AA9174BE* __this, InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D* ___0_layout, InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 ___1_variants, InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* ___2_parent, bool* ___3_haveChildrenUsingStateFromOtherControls, ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD* ___4_controlItem, const RuntimeMethod* method) ;
|
|
// System.String UnityEngine.InputSystem.Layouts.InputDeviceBuilder::ChildControlOverridePath(UnityEngine.InputSystem.InputControl,UnityEngine.InputSystem.Utilities.InternedString)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* InputDeviceBuilder_ChildControlOverridePath_m2F04CDFABBDFF70A4DFDCE590F938B3D4BCC1C9F (InputDeviceBuilder_t7F4266EBB8FB0AC0DAE225F7FA1532B9AA9174BE* __this, InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* ___0_parent, InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 ___1_controlName, const RuntimeMethod* method) ;
|
|
// System.String UnityEngine.InputSystem.Layouts.InputControlLayout/LayoutNotFoundException::get_layout()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* LayoutNotFoundException_get_layout_m37F53C110A776188D459C4E19DFCB11F1F0CC8C4_inline (LayoutNotFoundException_t04D5D4F5A48929A16B0727F1BDFEC21FDEF348B2* __this, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.InputSystem.Layouts.InputControlLayout/LayoutNotFoundException::.ctor(System.String,System.Exception)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LayoutNotFoundException__ctor_m5A68734614FF0D61EBEE75D74343A6831AB77E38 (LayoutNotFoundException_t04D5D4F5A48929A16B0727F1BDFEC21FDEF348B2* __this, String_t* ___0_message, Exception_t* ___1_innerException, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.InputSystem.InputControl::set_synthetic(System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputControl_set_synthetic_mC788F8B981CCA27755D02DFCD46C0FDC9FD77B5B (InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* __this, bool ___0_value, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.InputSystem.InputControl::set_usesStateFromOtherControl(System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputControl_set_usesStateFromOtherControl_m9137E2A9F4CA0421C2F2CEE4B945EE2EEF0D81C3 (InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* __this, bool ___0_value, const RuntimeMethod* method) ;
|
|
// System.Boolean UnityEngine.InputSystem.InputControl::get_noisy()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputControl_get_noisy_m7169395897C8B23A5E96A04268145817E91A4AA8 (InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* __this, const RuntimeMethod* method) ;
|
|
// System.Boolean UnityEngine.InputSystem.InputControl::get_usesStateFromOtherControl()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputControl_get_usesStateFromOtherControl_mEB555DAB0D05BFEE0000CC10C1C880AAA6CE760B (InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* __this, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.InputSystem.InputControl::set_dontReset(System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputControl_set_dontReset_m56292E2D5FAB000EDD5821E99066CA94E392CA40 (InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* __this, bool ___0_value, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.InputSystem.InputControl::set_isButton(System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputControl_set_isButton_m862BB994D08F3488611839657F2381B12976C661 (InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* __this, bool ___0_value, const RuntimeMethod* method) ;
|
|
// System.Boolean UnityEngine.InputSystem.InputControl::get_dontReset()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputControl_get_dontReset_m30B6018FE4062633888754D076BD6422829255BE (InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* __this, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.InputSystem.InputDevice::set_hasDontResetControls(System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputDevice_set_hasDontResetControls_m69B8A85FC12A9125F346D8ED1408F28F059B08A5 (InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* __this, bool ___0_value, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.InputSystem.InputDevice::set_hasControlsWithDefaultState(System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputDevice_set_hasControlsWithDefaultState_mC8F5DCB4C54700278AE7F291D2C6052D5C528D07 (InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* __this, bool ___0_value, 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.Layouts.InputDeviceBuilder::SetFormat(UnityEngine.InputSystem.InputControl,UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputDeviceBuilder_SetFormat_m18354EB5E02FB78C9DA78AE6869A047DB2D6F804 (InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* ___0_control, ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD ___1_controlItem, const RuntimeMethod* method) ;
|
|
// System.Int32 UnityEngine.InputSystem.Utilities.ArrayHelpers::AppendToImmutable<UnityEngine.InputSystem.Utilities.InternedString>(TValue[]&,TValue[])
|
|
inline int32_t ArrayHelpers_AppendToImmutable_TisInternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735_mC66F232253963A8A6EBC6AD2658EE0EC9348548D (InternedStringU5BU5D_t0B851758733FC0B118D84BE83AED10A0404C18D5** ___0_array, InternedStringU5BU5D_t0B851758733FC0B118D84BE83AED10A0404C18D5* ___1_values, const RuntimeMethod* method)
|
|
{
|
|
return (( int32_t (*) (InternedStringU5BU5D_t0B851758733FC0B118D84BE83AED10A0404C18D5**, InternedStringU5BU5D_t0B851758733FC0B118D84BE83AED10A0404C18D5*, const RuntimeMethod*))ArrayHelpers_AppendToImmutable_TisInternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735_mC66F232253963A8A6EBC6AD2658EE0EC9348548D_gshared)(___0_array, ___1_values, method);
|
|
}
|
|
// System.Void UnityEngine.InputSystem.Utilities.NamedValue::ApplyAllToObject<UnityEngine.InputSystem.Utilities.ReadOnlyArray`1<UnityEngine.InputSystem.Utilities.NamedValue>>(System.Object,TParameterList)
|
|
inline void NamedValue_ApplyAllToObject_TisReadOnlyArray_1_t4A15F7D15ACB297B45A08889D51E4CACEAD4EDF9_m2657DEAE6961958DD2595BDE5B379C778F80F427 (RuntimeObject* ___0_instance, ReadOnlyArray_1_t4A15F7D15ACB297B45A08889D51E4CACEAD4EDF9 ___1_parameters, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (RuntimeObject*, ReadOnlyArray_1_t4A15F7D15ACB297B45A08889D51E4CACEAD4EDF9, const RuntimeMethod*))NamedValue_ApplyAllToObject_TisReadOnlyArray_1_t4A15F7D15ACB297B45A08889D51E4CACEAD4EDF9_m2657DEAE6961958DD2595BDE5B379C778F80F427_gshared)(___0_instance, ___1_parameters, method);
|
|
}
|
|
// System.Void UnityEngine.InputSystem.Layouts.InputDeviceBuilder::AddProcessors(UnityEngine.InputSystem.InputControl,UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem&,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputDeviceBuilder_AddProcessors_mB90EA4DF09E295F8A15F637B38402EC9D2C055EB (InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* ___0_control, ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD* ___1_controlItem, String_t* ___2_layoutName, const RuntimeMethod* method) ;
|
|
// UnityEngine.InputSystem.InputControl UnityEngine.InputSystem.InputControlPath::TryFindChild(UnityEngine.InputSystem.InputControl,System.String,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* InputControlPath_TryFindChild_mB5ADFC020F05C14172ED0FCF3070A58D31128FE5 (InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* ___0_control, String_t* ___1_path, int32_t ___2_indexInPath, const RuntimeMethod* method) ;
|
|
// UnityEngine.InputSystem.InputControl UnityEngine.InputSystem.Layouts.InputDeviceBuilder::InsertChildControl(UnityEngine.InputSystem.Layouts.InputControlLayout,UnityEngine.InputSystem.Utilities.InternedString,UnityEngine.InputSystem.InputControl,System.Boolean&,UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* InputDeviceBuilder_InsertChildControl_mCE35FBF7F248F05D859AECB278B0B7875BAE06E4 (InputDeviceBuilder_t7F4266EBB8FB0AC0DAE225F7FA1532B9AA9174BE* __this, InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D* ___0_layout, InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 ___1_variant, InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* ___2_parent, bool* ___3_haveChildrenUsingStateFromOtherControls, ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD* ___4_controlItem, const RuntimeMethod* method) ;
|
|
// System.Int32 UnityEngine.InputSystem.Utilities.ArrayHelpers::LengthSafe<UnityEngine.InputSystem.InputControl>(TValue[])
|
|
inline int32_t ArrayHelpers_LengthSafe_TisInputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E_m08EFA76F89A2B80F3BBA592C714D14FB05297DBE (InputControlU5BU5D_t0B951FEF1504D6340387C4735F5D6F426F40FE17* ___0_array, const RuntimeMethod* method)
|
|
{
|
|
return (( int32_t (*) (InputControlU5BU5D_t0B951FEF1504D6340387C4735F5D6F426F40FE17*, const RuntimeMethod*))ArrayHelpers_LengthSafe_TisRuntimeObject_mD211A752C4B07E786E186DCC41B4CA1EE762F9AC_gshared)(___0_array, method);
|
|
}
|
|
// System.Void UnityEngine.InputSystem.Layouts.InputDeviceBuilder::ShiftChildIndicesInHierarchyOneUp(UnityEngine.InputSystem.InputDevice,System.Int32,UnityEngine.InputSystem.InputControl)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputDeviceBuilder_ShiftChildIndicesInHierarchyOneUp_mE8DB7100A775A4338C3502A83F10DE6B843F2CEE (InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* ___0_device, int32_t ___1_startIndex, InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* ___2_exceptControl, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.InputSystem.Utilities.ArrayHelpers::InsertAt<UnityEngine.InputSystem.InputControl>(TValue[]&,System.Int32,TValue)
|
|
inline void ArrayHelpers_InsertAt_TisInputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E_m66EBB149A97B05AD976DA2BE0889C3925030136A (InputControlU5BU5D_t0B951FEF1504D6340387C4735F5D6F426F40FE17** ___0_array, int32_t ___1_index, InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* ___2_value, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (InputControlU5BU5D_t0B951FEF1504D6340387C4735F5D6F426F40FE17**, int32_t, InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E*, const RuntimeMethod*))ArrayHelpers_InsertAt_TisRuntimeObject_m225B78BD781FC595E35A2B65DE356C12158D2587_gshared)(___0_array, ___1_index, ___2_value, method);
|
|
}
|
|
// System.Void System.Text.StringBuilder::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringBuilder__ctor_m1D99713357DE05DAFA296633639DB55F8C30587D (StringBuilder_t* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Text.StringBuilder::set_Length(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringBuilder_set_Length_mE2427BDAEF91C4E4A6C80F3BDF1F6E01DBCC2414 (StringBuilder_t* __this, int32_t ___0_value, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.InputSystem.Layouts.InputDeviceBuilder::AddParentDisplayNameRecursive(UnityEngine.InputSystem.InputControl,System.Text.StringBuilder,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputDeviceBuilder_AddParentDisplayNameRecursive_mADE487AA163A0EF0E23B13541A196DBED82F5C57 (InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* ___0_control, StringBuilder_t* ___1_stringBuilder, bool ___2_shortName, const RuntimeMethod* method) ;
|
|
// System.Int32 System.Text.StringBuilder::get_Length()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t StringBuilder_get_Length_mDEA041E7357C68CC3B5885276BB403676DAAE0D8 (StringBuilder_t* __this, const RuntimeMethod* method) ;
|
|
// System.Text.StringBuilder System.Text.StringBuilder::Append(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringBuilder_t* StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D (StringBuilder_t* __this, String_t* ___0_value, const RuntimeMethod* method) ;
|
|
// System.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.Void UnityEngine.InputSystem.Layouts.InputDeviceBuilder::SetDisplayName(UnityEngine.InputSystem.InputControl,System.String,System.String,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputDeviceBuilder_SetDisplayName_m8561FB0BBF91E6380F667DC11B7D14FEA16C91CC (InputDeviceBuilder_t7F4266EBB8FB0AC0DAE225F7FA1532B9AA9174BE* __this, InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* ___0_control, String_t* ___1_longDisplayNameFromLayout, String_t* ___2_shortDisplayNameFromLayout, bool ___3_shortName, const RuntimeMethod* method) ;
|
|
// System.String UnityEngine.InputSystem.InputControl::get_shortDisplayName()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* InputControl_get_shortDisplayName_mD0696FCEF00BC8E35E80BFE1C832E772CA20D52C (InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* __this, const RuntimeMethod* method) ;
|
|
// System.String UnityEngine.InputSystem.InputControl::get_displayName()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* InputControl_get_displayName_m9F6CBDDD6B25EC0E25BEE1DD51105667F0BA9A23 (InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* __this, const RuntimeMethod* method) ;
|
|
// 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) ;
|
|
// TValue UnityEngine.InputSystem.Utilities.ReadOnlyArray`1<UnityEngine.InputSystem.Utilities.NameAndParameters>::get_Item(System.Int32)
|
|
inline NameAndParameters_t8F37102128EFD31CA57808AE6E3D1244758DEA01 ReadOnlyArray_1_get_Item_m33CCD0200E2AC2E282AD02BAED65A68EE4AAB7DA (ReadOnlyArray_1_t1B44D48F2E9F425D218BABD5DE616117E8725D41* __this, int32_t ___0_index, const RuntimeMethod* method)
|
|
{
|
|
return (( NameAndParameters_t8F37102128EFD31CA57808AE6E3D1244758DEA01 (*) (ReadOnlyArray_1_t1B44D48F2E9F425D218BABD5DE616117E8725D41*, int32_t, const RuntimeMethod*))ReadOnlyArray_1_get_Item_m33CCD0200E2AC2E282AD02BAED65A68EE4AAB7DA_gshared)(__this, ___0_index, 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.Type UnityEngine.InputSystem.Utilities.TypeTable::LookupTypeRegistration(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* TypeTable_LookupTypeRegistration_m89DCEA471CDF7CDB994D67D3726482805C0AE29A (TypeTable_tEAC1ECAD849469DEA65DA2FC65B19C2D4739B67E* __this, String_t* ___0_name, const RuntimeMethod* method) ;
|
|
// 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.Int32 UnityEngine.InputSystem.LowLevel.InputStateBlock::GetSizeOfPrimitiveFormatInBits(UnityEngine.InputSystem.Utilities.FourCC)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t InputStateBlock_GetSizeOfPrimitiveFormatInBits_m081E64FA3A22294D97B6CC5A4F8AFC4DED9096A2 (FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED ___0_type, const RuntimeMethod* method) ;
|
|
// UnityEngine.InputSystem.Layouts.InputControlLayout/Cache& UnityEngine.InputSystem.Layouts.InputControlLayout::get_cache()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Cache_tB837109647F577DCE3795AEE2E9E0E3F61F543AB* InputControlLayout_get_cache_mB98765D6C652C473EDFB358E783E3B1B78568C9F (const RuntimeMethod* method) ;
|
|
// UnityEngine.InputSystem.Utilities.ReadOnlyArray`1<UnityEngine.InputSystem.InputControl> UnityEngine.InputSystem.InputControl::get_children()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ReadOnlyArray_1_tA1DF7A256AD2BF17FB155224CB2611ED215EFCD3 InputControl_get_children_mD2A29D13BE2EAEDE043FD1D2E6B33F336AF99010 (InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* __this, const RuntimeMethod* method) ;
|
|
// 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) ;
|
|
// 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.String UnityEngine.InputSystem.InputControl::get_layout()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* InputControl_get_layout_mE6054F87BB94A1F1D06355E137A1840B2EFF7971 (InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* __this, const RuntimeMethod* method) ;
|
|
// System.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.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) ;
|
|
// 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) ;
|
|
// System.Void System.Collections.Generic.List`1<System.UInt32>::.ctor()
|
|
inline void List_1__ctor_m2C432B7961B0F4289AE0E89EFF0147BFB96C2B31 (List_1_t9B68833848E4C4D7F623C05F6B77F0449396354A* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (List_1_t9B68833848E4C4D7F623C05F6B77F0449396354A*, const RuntimeMethod*))List_1__ctor_m2C432B7961B0F4289AE0E89EFF0147BFB96C2B31_gshared)(__this, method);
|
|
}
|
|
// UnityEngine.InputSystem.Utilities.ReadOnlyArray`1<UnityEngine.InputSystem.InputControl> UnityEngine.InputSystem.InputDevice::get_allControls()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ReadOnlyArray_1_tA1DF7A256AD2BF17FB155224CB2611ED215EFCD3 InputDevice_get_allControls_mBE0708162230B5536FC85F49040EA943BEDA902E (InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* __this, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.InputSystem.Layouts.InputDeviceBuilder::FinalizeControlHierarchyRecursive(UnityEngine.InputSystem.InputControl,System.Int32,UnityEngine.InputSystem.InputControl[],System.Boolean,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputDeviceBuilder_FinalizeControlHierarchyRecursive_mF7A359F7CF557051A986D5172C455F69A5559837 (InputDeviceBuilder_t7F4266EBB8FB0AC0DAE225F7FA1532B9AA9174BE* __this, InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* ___0_control, int32_t ___1_controlIndex, InputControlU5BU5D_t0B951FEF1504D6340387C4735F5D6F426F40FE17* ___2_allControls, bool ___3_noisy, bool ___4_dontReset, const RuntimeMethod* method) ;
|
|
// System.UInt32 UnityEngine.InputSystem.LowLevel.InputStateBlock::get_effectiveBitOffset()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t InputStateBlock_get_effectiveBitOffset_m9DBDA5338F4242517409E936652D17D62599D118 (InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5* __this, const RuntimeMethod* method) ;
|
|
// System.UInt32 UnityEngine.InputSystem.InputDevice::EncodeStateOffsetToControlMapEntry(System.UInt32,System.UInt32,System.UInt32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t InputDevice_EncodeStateOffsetToControlMapEntry_m2F2D8FD0FFCB6CC74BEBD960418F4A80C53C7D21 (uint32_t ___0_controlIndex, uint32_t ___1_stateOffsetInBits, uint32_t ___2_stateSizeInBits, const RuntimeMethod* method) ;
|
|
// System.Void System.Collections.Generic.List`1<System.UInt32>::Add(T)
|
|
inline void List_1_Add_m084F52E7C436446A23080F15F803212491693F6B_inline (List_1_t9B68833848E4C4D7F623C05F6B77F0449396354A* __this, uint32_t ___0_item, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (List_1_t9B68833848E4C4D7F623C05F6B77F0449396354A*, uint32_t, const RuntimeMethod*))List_1_Add_m084F52E7C436446A23080F15F803212491693F6B_gshared_inline)(__this, ___0_item, method);
|
|
}
|
|
// System.Void UnityEngine.InputSystem.InputControl::set_isSetupFinished(System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputControl_set_isSetupFinished_m261F46AF1FA214549675E23394E2820E6D09D7C9 (InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* __this, bool ___0_value, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.InputSystem.Layouts.InputDeviceBuilder/RefInstance::Dispose()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RefInstance_Dispose_mF852056AF833C74B1D47B4EB1AE6AA3AF13E64A8 (RefInstance_tAB8B260CEA1D5409CA7B920B4BECE6361620A476* __this, const RuntimeMethod* method) ;
|
|
// System.String UnityEngine.InputSystem.Layouts.InputDeviceDescription::get_interfaceName()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* InputDeviceDescription_get_interfaceName_m087CF7E83BAF1E6C6375B3F16A9FAA3A71717D07_inline (InputDeviceDescription_tE86DD77422AAF60ADDAC788B31E5A05E739B708F* __this, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.InputSystem.Layouts.InputDeviceDescription::set_interfaceName(System.String)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void InputDeviceDescription_set_interfaceName_m066F304EF6310F93AB0346602A4164940F40C3F2_inline (InputDeviceDescription_tE86DD77422AAF60ADDAC788B31E5A05E739B708F* __this, String_t* ___0_value, const RuntimeMethod* method) ;
|
|
// System.String UnityEngine.InputSystem.Layouts.InputDeviceDescription::get_deviceClass()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* InputDeviceDescription_get_deviceClass_m59E89FD7B104B4E23CB6AA979500CD0330FFBF26_inline (InputDeviceDescription_tE86DD77422AAF60ADDAC788B31E5A05E739B708F* __this, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.InputSystem.Layouts.InputDeviceDescription::set_deviceClass(System.String)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void InputDeviceDescription_set_deviceClass_m203C35763DEDABFB1381DED742DCB6D99F1CB17E_inline (InputDeviceDescription_tE86DD77422AAF60ADDAC788B31E5A05E739B708F* __this, String_t* ___0_value, const RuntimeMethod* method) ;
|
|
// System.String UnityEngine.InputSystem.Layouts.InputDeviceDescription::get_manufacturer()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* InputDeviceDescription_get_manufacturer_m1E4560A970F958F452E36A48BE6E420409BB6DA4_inline (InputDeviceDescription_tE86DD77422AAF60ADDAC788B31E5A05E739B708F* __this, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.InputSystem.Layouts.InputDeviceDescription::set_manufacturer(System.String)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void InputDeviceDescription_set_manufacturer_mDDC21FFBAA6CD78960A6160779DEF264F780D031_inline (InputDeviceDescription_tE86DD77422AAF60ADDAC788B31E5A05E739B708F* __this, String_t* ___0_value, const RuntimeMethod* method) ;
|
|
// System.String UnityEngine.InputSystem.Layouts.InputDeviceDescription::get_product()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* InputDeviceDescription_get_product_m55D36F17D120E589EAE73B25E0C86B0CE14DA34A_inline (InputDeviceDescription_tE86DD77422AAF60ADDAC788B31E5A05E739B708F* __this, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.InputSystem.Layouts.InputDeviceDescription::set_product(System.String)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void InputDeviceDescription_set_product_m7449178AB405AD172791ACF81AE7D38EFDBAE6BF_inline (InputDeviceDescription_tE86DD77422AAF60ADDAC788B31E5A05E739B708F* __this, String_t* ___0_value, const RuntimeMethod* method) ;
|
|
// System.String UnityEngine.InputSystem.Layouts.InputDeviceDescription::get_serial()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* InputDeviceDescription_get_serial_m3A6F06D7F3524EA3B409475146A17D10B2E2D566_inline (InputDeviceDescription_tE86DD77422AAF60ADDAC788B31E5A05E739B708F* __this, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.InputSystem.Layouts.InputDeviceDescription::set_serial(System.String)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void InputDeviceDescription_set_serial_m61672C236E51A1CEC221B4D826FCEFA12F5CEC12_inline (InputDeviceDescription_tE86DD77422AAF60ADDAC788B31E5A05E739B708F* __this, String_t* ___0_value, const RuntimeMethod* method) ;
|
|
// System.String UnityEngine.InputSystem.Layouts.InputDeviceDescription::get_version()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* InputDeviceDescription_get_version_m821EE2A4E5DFCF573BCD227EC1DFEDBC0344D033_inline (InputDeviceDescription_tE86DD77422AAF60ADDAC788B31E5A05E739B708F* __this, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.InputSystem.Layouts.InputDeviceDescription::set_version(System.String)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void InputDeviceDescription_set_version_m3D9057157A43F6544A2B9B6D25D775F3D2212E94_inline (InputDeviceDescription_tE86DD77422AAF60ADDAC788B31E5A05E739B708F* __this, String_t* ___0_value, const RuntimeMethod* method) ;
|
|
// System.String UnityEngine.InputSystem.Layouts.InputDeviceDescription::get_capabilities()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* InputDeviceDescription_get_capabilities_mEBF36ED5663709FCA039D1AEA87F6B6C404E76CD_inline (InputDeviceDescription_tE86DD77422AAF60ADDAC788B31E5A05E739B708F* __this, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.InputSystem.Layouts.InputDeviceDescription::set_capabilities(System.String)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void InputDeviceDescription_set_capabilities_mAB1C9265029DBB0E4F7713854FB80893EBD59D88_inline (InputDeviceDescription_tE86DD77422AAF60ADDAC788B31E5A05E739B708F* __this, String_t* ___0_value, const RuntimeMethod* method) ;
|
|
// System.Boolean UnityEngine.InputSystem.Layouts.InputDeviceDescription::get_empty()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputDeviceDescription_get_empty_m251FC7C1699ED57591E46C82D4D25D052C9633B7 (InputDeviceDescription_tE86DD77422AAF60ADDAC788B31E5A05E739B708F* __this, const RuntimeMethod* method) ;
|
|
// 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.String UnityEngine.InputSystem.Layouts.InputDeviceDescription::ToString()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* InputDeviceDescription_ToString_m67C7BC2FD00C04F2B121BA1A46C7721D377ED6A5 (InputDeviceDescription_tE86DD77422AAF60ADDAC788B31E5A05E739B708F* __this, const RuntimeMethod* method) ;
|
|
// 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) ;
|
|
// System.Boolean UnityEngine.InputSystem.Layouts.InputDeviceDescription::Equals(UnityEngine.InputSystem.Layouts.InputDeviceDescription)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputDeviceDescription_Equals_mCF51604BCD72E8A656129AA346803E210C24761B (InputDeviceDescription_tE86DD77422AAF60ADDAC788B31E5A05E739B708F* __this, InputDeviceDescription_tE86DD77422AAF60ADDAC788B31E5A05E739B708F ___0_other, const RuntimeMethod* method) ;
|
|
// System.Boolean UnityEngine.InputSystem.Layouts.InputDeviceDescription::Equals(System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputDeviceDescription_Equals_m1EC05197BA810902FC9AD3BCED10E06A83CD5735 (InputDeviceDescription_tE86DD77422AAF60ADDAC788B31E5A05E739B708F* __this, RuntimeObject* ___0_obj, const RuntimeMethod* method) ;
|
|
// System.Int32 UnityEngine.InputSystem.Layouts.InputDeviceDescription::GetHashCode()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t InputDeviceDescription_GetHashCode_mD87D56633E507D8FA44EF65A4718EE1AEEF9C767 (InputDeviceDescription_tE86DD77422AAF60ADDAC788B31E5A05E739B708F* __this, const RuntimeMethod* method) ;
|
|
// System.String UnityEngine.InputSystem.Layouts.InputDeviceDescription::ToJson()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* InputDeviceDescription_ToJson_m172894894D92FC30B7BF79B6D50F4355AF8F4A9E (InputDeviceDescription_tE86DD77422AAF60ADDAC788B31E5A05E739B708F* __this, const RuntimeMethod* method) ;
|
|
// T UnityEngine.JsonUtility::FromJson<UnityEngine.InputSystem.Layouts.InputDeviceDescription/DeviceDescriptionJson>(System.String)
|
|
inline DeviceDescriptionJson_t2555458633C9CD5AAEFF9265C6F9117AB33BDDCE JsonUtility_FromJson_TisDeviceDescriptionJson_t2555458633C9CD5AAEFF9265C6F9117AB33BDDCE_m7A8A252CFD487454262150A552CF0ADABE7733B8 (String_t* ___0_json, const RuntimeMethod* method)
|
|
{
|
|
return (( DeviceDescriptionJson_t2555458633C9CD5AAEFF9265C6F9117AB33BDDCE (*) (String_t*, const RuntimeMethod*))JsonUtility_FromJson_TisDeviceDescriptionJson_t2555458633C9CD5AAEFF9265C6F9117AB33BDDCE_m7A8A252CFD487454262150A552CF0ADABE7733B8_gshared)(___0_json, 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.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) ;
|
|
// 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) ;
|
|
// 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.Layouts.InputDeviceMatcher::get_empty()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputDeviceMatcher_get_empty_m0E030073C9FCB8205D37CE5F839D93DB8ACDC99B (InputDeviceMatcher_tF9BA551C8BB4AE41672366A7EBEA951543E0C555* __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.IEnumerable`1<System.Collections.Generic.KeyValuePair`2<System.String,System.Object>> UnityEngine.InputSystem.Layouts.InputDeviceMatcher::get_patterns()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* InputDeviceMatcher_get_patterns_m7D6B35FC00CAD47E563AC99D4EB44DD9FC558614 (InputDeviceMatcher_tF9BA551C8BB4AE41672366A7EBEA951543E0C555* __this, const RuntimeMethod* method) ;
|
|
// UnityEngine.InputSystem.Layouts.InputDeviceMatcher UnityEngine.InputSystem.Layouts.InputDeviceMatcher::With(UnityEngine.InputSystem.Utilities.InternedString,System.Object,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputDeviceMatcher_tF9BA551C8BB4AE41672366A7EBEA951543E0C555 InputDeviceMatcher_With_m7593626DAF8B4ED8CA7A22E7F0F74A694219445F (InputDeviceMatcher_tF9BA551C8BB4AE41672366A7EBEA951543E0C555* __this, InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 ___0_key, RuntimeObject* ___1_value, bool ___2_supportRegex, 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) ;
|
|
// System.Void System.Func`2<System.Char,System.Boolean>::.ctor(System.Object,System.IntPtr)
|
|
inline void Func_2__ctor_m86D272566839A59489924C367E316D2E516EC1F2 (Func_2_tF409A653B8F770E0A30CD80D21764FB1DDB2A28F* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Func_2_tF409A653B8F770E0A30CD80D21764FB1DDB2A28F*, RuntimeObject*, intptr_t, const RuntimeMethod*))Func_2__ctor_m86D272566839A59489924C367E316D2E516EC1F2_gshared)(__this, ___0_object, ___1_method, method);
|
|
}
|
|
// System.Boolean System.Linq.Enumerable::All<System.Char>(System.Collections.Generic.IEnumerable`1<TSource>,System.Func`2<TSource,System.Boolean>)
|
|
inline bool Enumerable_All_TisChar_t521A6F19B456D956AF452D926C32709DC03D6B17_mE04607B02368CA60FA45630BEFC15994B9DDBE60 (RuntimeObject* ___0_source, Func_2_tF409A653B8F770E0A30CD80D21764FB1DDB2A28F* ___1_predicate, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (RuntimeObject*, Func_2_tF409A653B8F770E0A30CD80D21764FB1DDB2A28F*, const RuntimeMethod*))Enumerable_All_TisChar_t521A6F19B456D956AF452D926C32709DC03D6B17_mE04607B02368CA60FA45630BEFC15994B9DDBE60_gshared)(___0_source, ___1_predicate, 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.Void System.Text.RegularExpressions.Regex::.ctor(System.String,System.Text.RegularExpressions.RegexOptions)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Regex__ctor_mE3996C71B04A4A6845745D01C93B1D27423D0621 (Regex_tE773142C2BE45C5D362B0F815AFF831707A51772* __this, String_t* ___0_pattern, int32_t ___1_options, const RuntimeMethod* method) ;
|
|
// System.Void System.Collections.Generic.KeyValuePair`2<UnityEngine.InputSystem.Utilities.InternedString,System.Object>::.ctor(TKey,TValue)
|
|
inline void KeyValuePair_2__ctor_mBEBC19480C80CE07BA6633E4A80C3C94E8352AEE (KeyValuePair_2_tC24A74EF64A292F5C6BA77D0B04CD6620D2DE3AC* __this, InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 ___0_key, RuntimeObject* ___1_value, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (KeyValuePair_2_tC24A74EF64A292F5C6BA77D0B04CD6620D2DE3AC*, InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735, RuntimeObject*, const RuntimeMethod*))KeyValuePair_2__ctor_mBEBC19480C80CE07BA6633E4A80C3C94E8352AEE_gshared)(__this, ___0_key, ___1_value, method);
|
|
}
|
|
// System.Int32 UnityEngine.InputSystem.Utilities.ArrayHelpers::Append<System.Collections.Generic.KeyValuePair`2<UnityEngine.InputSystem.Utilities.InternedString,System.Object>>(TValue[]&,TValue)
|
|
inline int32_t ArrayHelpers_Append_TisKeyValuePair_2_tC24A74EF64A292F5C6BA77D0B04CD6620D2DE3AC_m885486ED06E8532B056692449C806F313AED6FB0 (KeyValuePair_2U5BU5D_tF8154B2302178CCE00D745DBF55F703880469DFC** ___0_array, KeyValuePair_2_tC24A74EF64A292F5C6BA77D0B04CD6620D2DE3AC ___1_value, const RuntimeMethod* method)
|
|
{
|
|
return (( int32_t (*) (KeyValuePair_2U5BU5D_tF8154B2302178CCE00D745DBF55F703880469DFC**, KeyValuePair_2_tC24A74EF64A292F5C6BA77D0B04CD6620D2DE3AC, const RuntimeMethod*))ArrayHelpers_Append_TisKeyValuePair_2_tC24A74EF64A292F5C6BA77D0B04CD6620D2DE3AC_m885486ED06E8532B056692449C806F313AED6FB0_gshared)(___0_array, ___1_value, 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.Layouts.InputDeviceMatcher::MatchSingleProperty(System.Object,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputDeviceMatcher_MatchSingleProperty_mDBE40CDB59835D9052CC920BF195A8A503C60428 (RuntimeObject* ___0_pattern, String_t* ___1_value, const RuntimeMethod* method) ;
|
|
// System.Int32 UnityEngine.InputSystem.Layouts.InputDeviceMatcher::GetNumPropertiesIn(UnityEngine.InputSystem.Layouts.InputDeviceDescription)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t InputDeviceMatcher_GetNumPropertiesIn_m1AE13E7DCBF715E39BB1A44D74DAE938A390D46B (InputDeviceDescription_tE86DD77422AAF60ADDAC788B31E5A05E739B708F ___0_description, 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) ;
|
|
// System.String UnityEngine.InputSystem.Layouts.InputDeviceMatcher::ToString()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* InputDeviceMatcher_ToString_m13CED745D81C5947D689477940588107097A8D20 (InputDeviceMatcher_tF9BA551C8BB4AE41672366A7EBEA951543E0C555* __this, const RuntimeMethod* method) ;
|
|
// System.Boolean UnityEngine.InputSystem.Layouts.InputDeviceMatcher::Equals(UnityEngine.InputSystem.Layouts.InputDeviceMatcher)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputDeviceMatcher_Equals_mA7F59F3D0FD7E119B67578E538679A85481A2026 (InputDeviceMatcher_tF9BA551C8BB4AE41672366A7EBEA951543E0C555* __this, InputDeviceMatcher_tF9BA551C8BB4AE41672366A7EBEA951543E0C555 ___0_other, const RuntimeMethod* method) ;
|
|
// System.Boolean UnityEngine.InputSystem.Layouts.InputDeviceMatcher::Equals(System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputDeviceMatcher_Equals_m48909A69A7C847254FF577BD6947662DF5D4654B (InputDeviceMatcher_tF9BA551C8BB4AE41672366A7EBEA951543E0C555* __this, RuntimeObject* ___0_obj, const RuntimeMethod* method) ;
|
|
// System.Int32 UnityEngine.InputSystem.Layouts.InputDeviceMatcher::GetHashCode()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t InputDeviceMatcher_GetHashCode_m1B4D28F266301D83006C4AAD796973D31DF7E2D6 (InputDeviceMatcher_tF9BA551C8BB4AE41672366A7EBEA951543E0C555* __this, const RuntimeMethod* method) ;
|
|
// UnityEngine.Vector3 UnityEngine.Vector3::op_Multiply(UnityEngine.Vector3,System.Single)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 Vector3_op_Multiply_m87BA7C578F96C8E49BB07088DAAC4649F83B0353_inline (Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___0_a, float ___1_d, const RuntimeMethod* method) ;
|
|
// UnityEngine.Quaternion UnityEngine.Quaternion::Internal_FromEulerRad(UnityEngine.Vector3)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 Quaternion_Internal_FromEulerRad_m66D4475341F53949471E6870FB5C5E4A5E9BA93E (Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___0_euler, const RuntimeMethod* method) ;
|
|
// System.Single UnityEngine.Mathf::Max(System.Single,System.Single)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float Mathf_Max_mF5379E63D2BBAC76D090748695D833934F8AD051_inline (float ___0_a, float ___1_b, const RuntimeMethod* method) ;
|
|
// System.Void UnityEngine.Vector2::Normalize()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Vector2_Normalize_m56DABCAB5967DF37A6B96710477D3660D800C652_inline (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7* __this, const RuntimeMethod* method) ;
|
|
// UnityEngine.Vector3 UnityEngine.Vector3::Normalize(UnityEngine.Vector3)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 Vector3_Normalize_mEF8349CC39674236CFC694189AFD36E31F89AC8F_inline (Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___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) ;
|
|
// UnityEngine.Vector2 UnityEngine.Vector2::op_Division(UnityEngine.Vector2,System.Single)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 Vector2_op_Division_m57A2DCD71E0CE7420851D705D1951F9238902AAB_inline (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___0_a, float ___1_d, const RuntimeMethod* method) ;
|
|
// System.Single UnityEngine.Vector3::Magnitude(UnityEngine.Vector3)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float Vector3_Magnitude_m21652D951393A3D7CE92CE40049A0E7F76544D1B_inline (Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___0_vector, const RuntimeMethod* method) ;
|
|
// UnityEngine.Vector3 UnityEngine.Vector3::op_Division(UnityEngine.Vector3,System.Single)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 Vector3_op_Division_mCC6BB24E372AB96B8380D1678446EF6A8BAE13BB_inline (Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___0_a, float ___1_d, const RuntimeMethod* method) ;
|
|
// UnityEngine.Vector3 UnityEngine.Vector3::get_zero()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 Vector3_get_zero_m0C1249C3F25B1C70EAD3CC8B31259975A457AE39_inline (const RuntimeMethod* method) ;
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// UnityEngine.InputSystem.LowLevel.InputStateBuffers/DoubleBuffers UnityEngine.InputSystem.LowLevel.InputStateBuffers::GetDoubleBuffersFor(UnityEngine.InputSystem.LowLevel.InputUpdateType)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DoubleBuffers_tC70880E0E4F69237E763403F28F65B807E94A9ED InputStateBuffers_GetDoubleBuffersFor_m672E6159F04BFE25BC315F8623B5FFB450DF9DA1 (InputStateBuffers_t338A1714D01276EEEF5F8CD6AE81DFED939D5968* __this, int32_t ___0_updateType, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = ___0_updateType;
|
|
if ((!(((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_0, 1))) > ((uint32_t)1))))
|
|
{
|
|
goto IL_000f;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_1 = ___0_updateType;
|
|
if ((((int32_t)L_1) == ((int32_t)4)))
|
|
{
|
|
goto IL_000f;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_2 = ___0_updateType;
|
|
if ((!(((uint32_t)L_2) == ((uint32_t)((int32_t)16)))))
|
|
{
|
|
goto IL_0016;
|
|
}
|
|
}
|
|
|
|
IL_000f:
|
|
{
|
|
// return m_PlayerStateBuffers;
|
|
DoubleBuffers_tC70880E0E4F69237E763403F28F65B807E94A9ED L_3 = __this->___m_PlayerStateBuffers_6;
|
|
return L_3;
|
|
}
|
|
|
|
IL_0016:
|
|
{
|
|
// throw new ArgumentException("Unrecognized InputUpdateType: " + updateType, nameof(updateType));
|
|
Il2CppFakeBox<int32_t> L_4(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputUpdateType_t31A66F5342D924983382FA675EF78007C04EC590_il2cpp_TypeInfo_var)), (&___0_updateType));
|
|
String_t* L_5;
|
|
L_5 = Enum_ToString_m946B0B83C4470457D0FF555D862022C72BB55741((Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2*)(&L_4), NULL);
|
|
String_t* L_6;
|
|
L_6 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral6B41E0896CB14A80B18E1EE9286728CD0DE99B59)), L_5, NULL);
|
|
ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_7 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_7);
|
|
ArgumentException__ctor_m8F9D40CE19D19B698A70F9A258640EB52DB39B62(L_7, L_6, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralBCD98B0142C52CD18DCFB4DFCBFDF6106886015C)), NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputStateBuffers_GetDoubleBuffersFor_m672E6159F04BFE25BC315F8623B5FFB450DF9DA1_RuntimeMethod_var)));
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C DoubleBuffers_tC70880E0E4F69237E763403F28F65B807E94A9ED InputStateBuffers_GetDoubleBuffersFor_m672E6159F04BFE25BC315F8623B5FFB450DF9DA1_AdjustorThunk (RuntimeObject* __this, int32_t ___0_updateType, const RuntimeMethod* method)
|
|
{
|
|
InputStateBuffers_t338A1714D01276EEEF5F8CD6AE81DFED939D5968* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<InputStateBuffers_t338A1714D01276EEEF5F8CD6AE81DFED939D5968*>(__this + _offset);
|
|
DoubleBuffers_tC70880E0E4F69237E763403F28F65B807E94A9ED _returnValue;
|
|
_returnValue = InputStateBuffers_GetDoubleBuffersFor_m672E6159F04BFE25BC315F8623B5FFB450DF9DA1(_thisAdjusted, ___0_updateType, method);
|
|
return _returnValue;
|
|
}
|
|
// System.Void* UnityEngine.InputSystem.LowLevel.InputStateBuffers::GetFrontBufferForDevice(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void* InputStateBuffers_GetFrontBufferForDevice_mD05F62CA036DE48641F1AF7E10EE12CBDE6157A9 (int32_t ___0_deviceIndex, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputStateBuffers_t338A1714D01276EEEF5F8CD6AE81DFED939D5968_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// return s_CurrentBuffers.GetFrontBuffer(deviceIndex);
|
|
int32_t L_0 = ___0_deviceIndex;
|
|
void* L_1;
|
|
L_1 = DoubleBuffers_GetFrontBuffer_m69E70CFF0E381CDE0D30456E799EA265E8C0E747((&((InputStateBuffers_t338A1714D01276EEEF5F8CD6AE81DFED939D5968_StaticFields*)il2cpp_codegen_static_fields_for(InputStateBuffers_t338A1714D01276EEEF5F8CD6AE81DFED939D5968_il2cpp_TypeInfo_var))->___s_CurrentBuffers_10), L_0, NULL);
|
|
return L_1;
|
|
}
|
|
}
|
|
// System.Void* UnityEngine.InputSystem.LowLevel.InputStateBuffers::GetBackBufferForDevice(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void* InputStateBuffers_GetBackBufferForDevice_m4A2B40C3FC4EB978240E546AC5C09E00BCBCDBDC (int32_t ___0_deviceIndex, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputStateBuffers_t338A1714D01276EEEF5F8CD6AE81DFED939D5968_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// return s_CurrentBuffers.GetBackBuffer(deviceIndex);
|
|
int32_t L_0 = ___0_deviceIndex;
|
|
void* L_1;
|
|
L_1 = DoubleBuffers_GetBackBuffer_m94D06F17DB4B4938B2A4C0DCD4460BF6AA0910A4((&((InputStateBuffers_t338A1714D01276EEEF5F8CD6AE81DFED939D5968_StaticFields*)il2cpp_codegen_static_fields_for(InputStateBuffers_t338A1714D01276EEEF5F8CD6AE81DFED939D5968_il2cpp_TypeInfo_var))->___s_CurrentBuffers_10), L_0, NULL);
|
|
return L_1;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.InputSystem.LowLevel.InputStateBuffers::SwitchTo(UnityEngine.InputSystem.LowLevel.InputStateBuffers,UnityEngine.InputSystem.LowLevel.InputUpdateType)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputStateBuffers_SwitchTo_m2C72EA66DD49E16FCFD9A0C25FC6ED0659F4595F (InputStateBuffers_t338A1714D01276EEEF5F8CD6AE81DFED939D5968 ___0_buffers, int32_t ___1_update, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputStateBuffers_t338A1714D01276EEEF5F8CD6AE81DFED939D5968_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// s_CurrentBuffers = buffers.GetDoubleBuffersFor(update);
|
|
int32_t L_0 = ___1_update;
|
|
DoubleBuffers_tC70880E0E4F69237E763403F28F65B807E94A9ED L_1;
|
|
L_1 = InputStateBuffers_GetDoubleBuffersFor_m672E6159F04BFE25BC315F8623B5FFB450DF9DA1((&___0_buffers), L_0, NULL);
|
|
((InputStateBuffers_t338A1714D01276EEEF5F8CD6AE81DFED939D5968_StaticFields*)il2cpp_codegen_static_fields_for(InputStateBuffers_t338A1714D01276EEEF5F8CD6AE81DFED939D5968_il2cpp_TypeInfo_var))->___s_CurrentBuffers_10 = L_1;
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.InputSystem.LowLevel.InputStateBuffers::AllocateAll(UnityEngine.InputSystem.InputDevice[],System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputStateBuffers_AllocateAll_mCDCF5F99505DFDCBC0F10B6936D5384A015B2C85 (InputStateBuffers_t338A1714D01276EEEF5F8CD6AE81DFED939D5968* __this, InputDeviceU5BU5D_tA9AEFC6AF63557D3D5DCFB2B26DDA6F63147D548* ___0_devices, int32_t ___1_deviceCount, const RuntimeMethod* method)
|
|
{
|
|
uint32_t V_0 = 0;
|
|
uint8_t* V_1 = NULL;
|
|
{
|
|
// sizePerBuffer = ComputeSizeOfSingleStateBuffer(devices, deviceCount);
|
|
InputDeviceU5BU5D_tA9AEFC6AF63557D3D5DCFB2B26DDA6F63147D548* L_0 = ___0_devices;
|
|
int32_t L_1 = ___1_deviceCount;
|
|
uint32_t L_2;
|
|
L_2 = InputStateBuffers_ComputeSizeOfSingleStateBuffer_m4209B7E48819AFFD37A0616B703DDEA9E3D426B3(L_0, L_1, NULL);
|
|
__this->___sizePerBuffer_0 = L_2;
|
|
// if (sizePerBuffer == 0)
|
|
uint32_t L_3 = __this->___sizePerBuffer_0;
|
|
if (L_3)
|
|
{
|
|
goto IL_0016;
|
|
}
|
|
}
|
|
{
|
|
// return;
|
|
return;
|
|
}
|
|
|
|
IL_0016:
|
|
{
|
|
// sizePerBuffer = sizePerBuffer.AlignToMultipleOf(4);
|
|
uint32_t L_4 = __this->___sizePerBuffer_0;
|
|
uint32_t L_5;
|
|
L_5 = NumberHelpers_AlignToMultipleOf_m44B66C972BC1F508B9022564F265D1AA6A001AAE_inline(L_4, 4, NULL);
|
|
__this->___sizePerBuffer_0 = L_5;
|
|
// var mappingTableSizePerBuffer = (uint)(deviceCount * sizeof(void*) * 2);
|
|
int32_t L_6 = ___1_deviceCount;
|
|
uint32_t L_7 = sizeof(void*);
|
|
V_0 = ((int32_t)il2cpp_codegen_multiply(((int32_t)il2cpp_codegen_multiply(L_6, (int32_t)L_7)), 2));
|
|
// totalSize = 0;
|
|
__this->___totalSize_1 = 0;
|
|
// totalSize += sizePerBuffer * 2;
|
|
uint32_t L_8 = __this->___totalSize_1;
|
|
uint32_t L_9 = __this->___sizePerBuffer_0;
|
|
__this->___totalSize_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_8, ((int32_t)il2cpp_codegen_multiply((int32_t)L_9, 2))));
|
|
// totalSize += mappingTableSizePerBuffer;
|
|
uint32_t L_10 = __this->___totalSize_1;
|
|
uint32_t L_11 = V_0;
|
|
__this->___totalSize_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)L_11));
|
|
// totalSize += sizePerBuffer * 3;
|
|
uint32_t L_12 = __this->___totalSize_1;
|
|
uint32_t L_13 = __this->___sizePerBuffer_0;
|
|
__this->___totalSize_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_12, ((int32_t)il2cpp_codegen_multiply((int32_t)L_13, 3))));
|
|
// m_AllBuffers = UnsafeUtility.Malloc(totalSize, 4, Allocator.Persistent);
|
|
uint32_t L_14 = __this->___totalSize_1;
|
|
void* L_15;
|
|
L_15 = UnsafeUtility_Malloc_mD7BD28D5AE7E4901B225B7DFFE2B568EE7BDC0C9(((int64_t)(uint64_t)L_14), 4, 4, NULL);
|
|
__this->___m_AllBuffers_5 = L_15;
|
|
// UnsafeUtility.MemClear(m_AllBuffers, totalSize);
|
|
void* L_16 = __this->___m_AllBuffers_5;
|
|
uint32_t L_17 = __this->___totalSize_1;
|
|
UnsafeUtility_MemClear_m6C4377117084A11A667A567BC2F5E606A632A7C1(L_16, ((int64_t)(uint64_t)L_17), NULL);
|
|
// var ptr = (byte*)m_AllBuffers;
|
|
void* L_18 = __this->___m_AllBuffers_5;
|
|
V_1 = (uint8_t*)L_18;
|
|
// m_PlayerStateBuffers =
|
|
// SetUpDeviceToBufferMappings(deviceCount, ref ptr, sizePerBuffer,
|
|
// mappingTableSizePerBuffer);
|
|
int32_t L_19 = ___1_deviceCount;
|
|
uint32_t L_20 = __this->___sizePerBuffer_0;
|
|
uint32_t L_21 = V_0;
|
|
DoubleBuffers_tC70880E0E4F69237E763403F28F65B807E94A9ED L_22;
|
|
L_22 = InputStateBuffers_SetUpDeviceToBufferMappings_m4D4707499E45824791FED4976C9C2FFB9FD21E27(L_19, (&V_1), L_20, L_21, NULL);
|
|
__this->___m_PlayerStateBuffers_6 = L_22;
|
|
// defaultStateBuffer = ptr;
|
|
uint8_t* L_23 = V_1;
|
|
__this->___defaultStateBuffer_2 = (void*)L_23;
|
|
// noiseMaskBuffer = ptr + sizePerBuffer;
|
|
uint8_t* L_24 = V_1;
|
|
uint32_t L_25 = __this->___sizePerBuffer_0;
|
|
__this->___noiseMaskBuffer_3 = (void*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_24, (intptr_t)((uintptr_t)L_25)));
|
|
// resetMaskBuffer = ptr + sizePerBuffer * 2;
|
|
uint8_t* L_26 = V_1;
|
|
uint32_t L_27 = __this->___sizePerBuffer_0;
|
|
__this->___resetMaskBuffer_4 = (void*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_26, (intptr_t)((uintptr_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_27, 2)))));
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void InputStateBuffers_AllocateAll_mCDCF5F99505DFDCBC0F10B6936D5384A015B2C85_AdjustorThunk (RuntimeObject* __this, InputDeviceU5BU5D_tA9AEFC6AF63557D3D5DCFB2B26DDA6F63147D548* ___0_devices, int32_t ___1_deviceCount, const RuntimeMethod* method)
|
|
{
|
|
InputStateBuffers_t338A1714D01276EEEF5F8CD6AE81DFED939D5968* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<InputStateBuffers_t338A1714D01276EEEF5F8CD6AE81DFED939D5968*>(__this + _offset);
|
|
InputStateBuffers_AllocateAll_mCDCF5F99505DFDCBC0F10B6936D5384A015B2C85(_thisAdjusted, ___0_devices, ___1_deviceCount, method);
|
|
}
|
|
// UnityEngine.InputSystem.LowLevel.InputStateBuffers/DoubleBuffers UnityEngine.InputSystem.LowLevel.InputStateBuffers::SetUpDeviceToBufferMappings(System.Int32,System.Byte*&,System.UInt32,System.UInt32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DoubleBuffers_tC70880E0E4F69237E763403F28F65B807E94A9ED InputStateBuffers_SetUpDeviceToBufferMappings_m4D4707499E45824791FED4976C9C2FFB9FD21E27 (int32_t ___0_deviceCount, uint8_t** ___1_bufferPtr, uint32_t ___2_sizePerBuffer, uint32_t ___3_mappingTableSizePerBuffer, const RuntimeMethod* method)
|
|
{
|
|
uint8_t* V_0 = NULL;
|
|
uint8_t* V_1 = NULL;
|
|
void** V_2 = NULL;
|
|
DoubleBuffers_tC70880E0E4F69237E763403F28F65B807E94A9ED V_3;
|
|
memset((&V_3), 0, sizeof(V_3));
|
|
DoubleBuffers_tC70880E0E4F69237E763403F28F65B807E94A9ED V_4;
|
|
memset((&V_4), 0, sizeof(V_4));
|
|
int32_t V_5 = 0;
|
|
int32_t V_6 = 0;
|
|
{
|
|
// var front = bufferPtr;
|
|
uint8_t** L_0 = ___1_bufferPtr;
|
|
V_0 = (uint8_t*)(*((intptr_t*)L_0));
|
|
// var back = bufferPtr + sizePerBuffer;
|
|
uint8_t** L_1 = ___1_bufferPtr;
|
|
uint32_t L_2 = ___2_sizePerBuffer;
|
|
V_1 = (uint8_t*)((intptr_t)il2cpp_codegen_add((*((intptr_t*)L_1)), (intptr_t)((uintptr_t)L_2)));
|
|
// var mappings = (void**)(bufferPtr + sizePerBuffer * 2); // Put mapping table at end.
|
|
uint8_t** L_3 = ___1_bufferPtr;
|
|
uint32_t L_4 = ___2_sizePerBuffer;
|
|
V_2 = (void**)((intptr_t)il2cpp_codegen_add((*((intptr_t*)L_3)), (intptr_t)((uintptr_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_4, 2)))));
|
|
// bufferPtr += sizePerBuffer * 2 + mappingTableSizePerBuffer;
|
|
uint8_t** L_5 = ___1_bufferPtr;
|
|
uint8_t** L_6 = ___1_bufferPtr;
|
|
uint32_t L_7 = ___2_sizePerBuffer;
|
|
uint32_t L_8 = ___3_mappingTableSizePerBuffer;
|
|
*((intptr_t*)L_5) = (intptr_t)((intptr_t)il2cpp_codegen_add((*((intptr_t*)L_6)), (intptr_t)((uintptr_t)((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_multiply((int32_t)L_7, 2)), (int32_t)L_8)))));
|
|
// var buffers = new DoubleBuffers {deviceToBufferMapping = mappings};
|
|
il2cpp_codegen_initobj((&V_4), sizeof(DoubleBuffers_tC70880E0E4F69237E763403F28F65B807E94A9ED));
|
|
void** L_9 = V_2;
|
|
(&V_4)->___deviceToBufferMapping_0 = L_9;
|
|
DoubleBuffers_tC70880E0E4F69237E763403F28F65B807E94A9ED L_10 = V_4;
|
|
V_3 = L_10;
|
|
// for (var i = 0; i < deviceCount; ++i)
|
|
V_5 = 0;
|
|
goto IL_0052;
|
|
}
|
|
|
|
IL_0034:
|
|
{
|
|
// var deviceIndex = i;
|
|
int32_t L_11 = V_5;
|
|
V_6 = L_11;
|
|
// buffers.SetFrontBuffer(deviceIndex, front);
|
|
int32_t L_12 = V_6;
|
|
uint8_t* L_13 = V_0;
|
|
DoubleBuffers_SetFrontBuffer_mC42472D618E22CAF64F1FC739B8B753A515B8C4A((&V_3), L_12, (void*)L_13, NULL);
|
|
// buffers.SetBackBuffer(deviceIndex, back);
|
|
int32_t L_14 = V_6;
|
|
uint8_t* L_15 = V_1;
|
|
DoubleBuffers_SetBackBuffer_mC8E2BB9B3DDCCE7650C511EDDD313D5E783E0F23((&V_3), L_14, (void*)L_15, NULL);
|
|
// for (var i = 0; i < deviceCount; ++i)
|
|
int32_t L_16 = V_5;
|
|
V_5 = ((int32_t)il2cpp_codegen_add(L_16, 1));
|
|
}
|
|
|
|
IL_0052:
|
|
{
|
|
// for (var i = 0; i < deviceCount; ++i)
|
|
int32_t L_17 = V_5;
|
|
int32_t L_18 = ___0_deviceCount;
|
|
if ((((int32_t)L_17) < ((int32_t)L_18)))
|
|
{
|
|
goto IL_0034;
|
|
}
|
|
}
|
|
{
|
|
// return buffers;
|
|
DoubleBuffers_tC70880E0E4F69237E763403F28F65B807E94A9ED L_19 = V_3;
|
|
return L_19;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.InputSystem.LowLevel.InputStateBuffers::FreeAll()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputStateBuffers_FreeAll_m5BEECBC58584E892DA22F07CEE12C765D28BF1EB (InputStateBuffers_t338A1714D01276EEEF5F8CD6AE81DFED939D5968* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputStateBuffers_t338A1714D01276EEEF5F8CD6AE81DFED939D5968_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// if (m_AllBuffers != null)
|
|
void* L_0 = __this->___m_AllBuffers_5;
|
|
if ((((intptr_t)L_0) == ((intptr_t)((uintptr_t)0))))
|
|
{
|
|
goto IL_001e;
|
|
}
|
|
}
|
|
{
|
|
// UnsafeUtility.Free(m_AllBuffers, Allocator.Persistent);
|
|
void* L_1 = __this->___m_AllBuffers_5;
|
|
UnsafeUtility_Free_mFF99F4F02FE7F735AB30D8987D6953E55A2B23E1(L_1, 4, NULL);
|
|
// m_AllBuffers = null;
|
|
__this->___m_AllBuffers_5 = (void*)((uintptr_t)0);
|
|
}
|
|
|
|
IL_001e:
|
|
{
|
|
// m_PlayerStateBuffers = new DoubleBuffers();
|
|
DoubleBuffers_tC70880E0E4F69237E763403F28F65B807E94A9ED* L_2 = (&__this->___m_PlayerStateBuffers_6);
|
|
il2cpp_codegen_initobj(L_2, sizeof(DoubleBuffers_tC70880E0E4F69237E763403F28F65B807E94A9ED));
|
|
// s_CurrentBuffers = new DoubleBuffers();
|
|
il2cpp_codegen_initobj((&((InputStateBuffers_t338A1714D01276EEEF5F8CD6AE81DFED939D5968_StaticFields*)il2cpp_codegen_static_fields_for(InputStateBuffers_t338A1714D01276EEEF5F8CD6AE81DFED939D5968_il2cpp_TypeInfo_var))->___s_CurrentBuffers_10), sizeof(DoubleBuffers_tC70880E0E4F69237E763403F28F65B807E94A9ED));
|
|
// if (s_DefaultStateBuffer == defaultStateBuffer)
|
|
void* L_3 = ((InputStateBuffers_t338A1714D01276EEEF5F8CD6AE81DFED939D5968_StaticFields*)il2cpp_codegen_static_fields_for(InputStateBuffers_t338A1714D01276EEEF5F8CD6AE81DFED939D5968_il2cpp_TypeInfo_var))->___s_DefaultStateBuffer_7;
|
|
void* L_4 = __this->___defaultStateBuffer_2;
|
|
if ((!(((uintptr_t)L_3) == ((uintptr_t)L_4))))
|
|
{
|
|
goto IL_0049;
|
|
}
|
|
}
|
|
{
|
|
// s_DefaultStateBuffer = null;
|
|
((InputStateBuffers_t338A1714D01276EEEF5F8CD6AE81DFED939D5968_StaticFields*)il2cpp_codegen_static_fields_for(InputStateBuffers_t338A1714D01276EEEF5F8CD6AE81DFED939D5968_il2cpp_TypeInfo_var))->___s_DefaultStateBuffer_7 = (void*)((uintptr_t)0);
|
|
}
|
|
|
|
IL_0049:
|
|
{
|
|
// defaultStateBuffer = null;
|
|
__this->___defaultStateBuffer_2 = (void*)((uintptr_t)0);
|
|
// if (s_NoiseMaskBuffer == noiseMaskBuffer)
|
|
void* L_5 = ((InputStateBuffers_t338A1714D01276EEEF5F8CD6AE81DFED939D5968_StaticFields*)il2cpp_codegen_static_fields_for(InputStateBuffers_t338A1714D01276EEEF5F8CD6AE81DFED939D5968_il2cpp_TypeInfo_var))->___s_NoiseMaskBuffer_8;
|
|
void* L_6 = __this->___noiseMaskBuffer_3;
|
|
if ((!(((uintptr_t)L_5) == ((uintptr_t)L_6))))
|
|
{
|
|
goto IL_0065;
|
|
}
|
|
}
|
|
{
|
|
// s_NoiseMaskBuffer = null;
|
|
((InputStateBuffers_t338A1714D01276EEEF5F8CD6AE81DFED939D5968_StaticFields*)il2cpp_codegen_static_fields_for(InputStateBuffers_t338A1714D01276EEEF5F8CD6AE81DFED939D5968_il2cpp_TypeInfo_var))->___s_NoiseMaskBuffer_8 = (void*)((uintptr_t)0);
|
|
}
|
|
|
|
IL_0065:
|
|
{
|
|
// if (s_ResetMaskBuffer == resetMaskBuffer)
|
|
void* L_7 = ((InputStateBuffers_t338A1714D01276EEEF5F8CD6AE81DFED939D5968_StaticFields*)il2cpp_codegen_static_fields_for(InputStateBuffers_t338A1714D01276EEEF5F8CD6AE81DFED939D5968_il2cpp_TypeInfo_var))->___s_ResetMaskBuffer_9;
|
|
void* L_8 = __this->___resetMaskBuffer_4;
|
|
if ((!(((uintptr_t)L_7) == ((uintptr_t)L_8))))
|
|
{
|
|
goto IL_0079;
|
|
}
|
|
}
|
|
{
|
|
// s_ResetMaskBuffer = null;
|
|
((InputStateBuffers_t338A1714D01276EEEF5F8CD6AE81DFED939D5968_StaticFields*)il2cpp_codegen_static_fields_for(InputStateBuffers_t338A1714D01276EEEF5F8CD6AE81DFED939D5968_il2cpp_TypeInfo_var))->___s_ResetMaskBuffer_9 = (void*)((uintptr_t)0);
|
|
}
|
|
|
|
IL_0079:
|
|
{
|
|
// noiseMaskBuffer = null;
|
|
__this->___noiseMaskBuffer_3 = (void*)((uintptr_t)0);
|
|
// resetMaskBuffer = null;
|
|
__this->___resetMaskBuffer_4 = (void*)((uintptr_t)0);
|
|
// totalSize = 0;
|
|
__this->___totalSize_1 = 0;
|
|
// sizePerBuffer = 0;
|
|
__this->___sizePerBuffer_0 = 0;
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void InputStateBuffers_FreeAll_m5BEECBC58584E892DA22F07CEE12C765D28BF1EB_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
InputStateBuffers_t338A1714D01276EEEF5F8CD6AE81DFED939D5968* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<InputStateBuffers_t338A1714D01276EEEF5F8CD6AE81DFED939D5968*>(__this + _offset);
|
|
InputStateBuffers_FreeAll_m5BEECBC58584E892DA22F07CEE12C765D28BF1EB(_thisAdjusted, method);
|
|
}
|
|
// System.Void UnityEngine.InputSystem.LowLevel.InputStateBuffers::MigrateAll(UnityEngine.InputSystem.InputDevice[],System.Int32,UnityEngine.InputSystem.LowLevel.InputStateBuffers)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputStateBuffers_MigrateAll_mB47647CC99FEEBFD41E882A24EC5517B51725A3D (InputStateBuffers_t338A1714D01276EEEF5F8CD6AE81DFED939D5968* __this, InputDeviceU5BU5D_tA9AEFC6AF63557D3D5DCFB2B26DDA6F63147D548* ___0_devices, int32_t ___1_deviceCount, InputStateBuffers_t338A1714D01276EEEF5F8CD6AE81DFED939D5968 ___2_oldBuffers, const RuntimeMethod* method)
|
|
{
|
|
uint32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* V_2 = NULL;
|
|
uint32_t V_3 = 0;
|
|
uint32_t V_4 = 0;
|
|
{
|
|
// if (oldBuffers.totalSize > 0)
|
|
InputStateBuffers_t338A1714D01276EEEF5F8CD6AE81DFED939D5968 L_0 = ___2_oldBuffers;
|
|
uint32_t L_1 = L_0.___totalSize_1;
|
|
if ((!(((uint32_t)L_1) > ((uint32_t)0))))
|
|
{
|
|
goto IL_0055;
|
|
}
|
|
}
|
|
{
|
|
// MigrateDoubleBuffer(m_PlayerStateBuffers, devices, deviceCount, oldBuffers.m_PlayerStateBuffers);
|
|
DoubleBuffers_tC70880E0E4F69237E763403F28F65B807E94A9ED L_2 = __this->___m_PlayerStateBuffers_6;
|
|
InputDeviceU5BU5D_tA9AEFC6AF63557D3D5DCFB2B26DDA6F63147D548* L_3 = ___0_devices;
|
|
int32_t L_4 = ___1_deviceCount;
|
|
InputStateBuffers_t338A1714D01276EEEF5F8CD6AE81DFED939D5968 L_5 = ___2_oldBuffers;
|
|
DoubleBuffers_tC70880E0E4F69237E763403F28F65B807E94A9ED L_6 = L_5.___m_PlayerStateBuffers_6;
|
|
InputStateBuffers_MigrateDoubleBuffer_m70F2B7BFD3439B731CC9AA4510D25BDCC9FA2F56(L_2, L_3, L_4, L_6, NULL);
|
|
// MigrateSingleBuffer(defaultStateBuffer, devices, deviceCount, oldBuffers.defaultStateBuffer);
|
|
void* L_7 = __this->___defaultStateBuffer_2;
|
|
InputDeviceU5BU5D_tA9AEFC6AF63557D3D5DCFB2B26DDA6F63147D548* L_8 = ___0_devices;
|
|
int32_t L_9 = ___1_deviceCount;
|
|
InputStateBuffers_t338A1714D01276EEEF5F8CD6AE81DFED939D5968 L_10 = ___2_oldBuffers;
|
|
void* L_11 = L_10.___defaultStateBuffer_2;
|
|
InputStateBuffers_MigrateSingleBuffer_m37573EA497B72F50325C6979AB70808D4155C47F(L_7, L_8, L_9, L_11, NULL);
|
|
// MigrateSingleBuffer(noiseMaskBuffer, devices, deviceCount, oldBuffers.noiseMaskBuffer);
|
|
void* L_12 = __this->___noiseMaskBuffer_3;
|
|
InputDeviceU5BU5D_tA9AEFC6AF63557D3D5DCFB2B26DDA6F63147D548* L_13 = ___0_devices;
|
|
int32_t L_14 = ___1_deviceCount;
|
|
InputStateBuffers_t338A1714D01276EEEF5F8CD6AE81DFED939D5968 L_15 = ___2_oldBuffers;
|
|
void* L_16 = L_15.___noiseMaskBuffer_3;
|
|
InputStateBuffers_MigrateSingleBuffer_m37573EA497B72F50325C6979AB70808D4155C47F(L_12, L_13, L_14, L_16, NULL);
|
|
// MigrateSingleBuffer(resetMaskBuffer, devices, deviceCount, oldBuffers.resetMaskBuffer);
|
|
void* L_17 = __this->___resetMaskBuffer_4;
|
|
InputDeviceU5BU5D_tA9AEFC6AF63557D3D5DCFB2B26DDA6F63147D548* L_18 = ___0_devices;
|
|
int32_t L_19 = ___1_deviceCount;
|
|
InputStateBuffers_t338A1714D01276EEEF5F8CD6AE81DFED939D5968 L_20 = ___2_oldBuffers;
|
|
void* L_21 = L_20.___resetMaskBuffer_4;
|
|
InputStateBuffers_MigrateSingleBuffer_m37573EA497B72F50325C6979AB70808D4155C47F(L_17, L_18, L_19, L_21, NULL);
|
|
}
|
|
|
|
IL_0055:
|
|
{
|
|
// var newOffset = 0u;
|
|
V_0 = 0;
|
|
// for (var i = 0; i < deviceCount; ++i)
|
|
V_1 = 0;
|
|
goto IL_00a4;
|
|
}
|
|
|
|
IL_005b:
|
|
{
|
|
// var device = devices[i];
|
|
InputDeviceU5BU5D_tA9AEFC6AF63557D3D5DCFB2B26DDA6F63147D548* L_22 = ___0_devices;
|
|
int32_t L_23 = V_1;
|
|
NullCheck(L_22);
|
|
int32_t L_24 = L_23;
|
|
InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* L_25 = (L_22)->GetAt(static_cast<il2cpp_array_size_t>(L_24));
|
|
V_2 = L_25;
|
|
// var oldOffset = device.m_StateBlock.byteOffset;
|
|
InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* L_26 = V_2;
|
|
NullCheck(L_26);
|
|
InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5* L_27 = (&((InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E*)L_26)->___m_StateBlock_0);
|
|
uint32_t L_28;
|
|
L_28 = InputStateBlock_get_byteOffset_m6EADE5C9C8B346D38E543E38777ED67ED2AEA0AC_inline(L_27, NULL);
|
|
V_3 = L_28;
|
|
// if (oldOffset == InputStateBlock.InvalidOffset)
|
|
uint32_t L_29 = V_3;
|
|
if ((!(((uint32_t)L_29) == ((uint32_t)(-1)))))
|
|
{
|
|
goto IL_0087;
|
|
}
|
|
}
|
|
{
|
|
// device.m_StateBlock.byteOffset = 0;
|
|
InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* L_30 = V_2;
|
|
NullCheck(L_30);
|
|
InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5* L_31 = (&((InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E*)L_30)->___m_StateBlock_0);
|
|
InputStateBlock_set_byteOffset_mC5776F9F286F0658100E92A75A60EB25A1DDBD40_inline(L_31, 0, NULL);
|
|
// if (newOffset != 0)
|
|
uint32_t L_32 = V_0;
|
|
if (!L_32)
|
|
{
|
|
goto IL_0098;
|
|
}
|
|
}
|
|
{
|
|
// device.BakeOffsetIntoStateBlockRecursive(newOffset);
|
|
InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* L_33 = V_2;
|
|
uint32_t L_34 = V_0;
|
|
NullCheck(L_33);
|
|
InputControl_BakeOffsetIntoStateBlockRecursive_mBC0790413F113D658F541F4903457F9B89D49D04(L_33, L_34, NULL);
|
|
goto IL_0098;
|
|
}
|
|
|
|
IL_0087:
|
|
{
|
|
// var delta = newOffset - oldOffset;
|
|
uint32_t L_35 = V_0;
|
|
uint32_t L_36 = V_3;
|
|
V_4 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_35, (int32_t)L_36));
|
|
// if (delta != 0)
|
|
uint32_t L_37 = V_4;
|
|
if (!L_37)
|
|
{
|
|
goto IL_0098;
|
|
}
|
|
}
|
|
{
|
|
// device.BakeOffsetIntoStateBlockRecursive(delta);
|
|
InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* L_38 = V_2;
|
|
uint32_t L_39 = V_4;
|
|
NullCheck(L_38);
|
|
InputControl_BakeOffsetIntoStateBlockRecursive_mBC0790413F113D658F541F4903457F9B89D49D04(L_38, L_39, NULL);
|
|
}
|
|
|
|
IL_0098:
|
|
{
|
|
// newOffset = NextDeviceOffset(newOffset, device);
|
|
uint32_t L_40 = V_0;
|
|
InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* L_41 = V_2;
|
|
uint32_t L_42;
|
|
L_42 = InputStateBuffers_NextDeviceOffset_mA98E5D6D819B583AD8BE14C838A92EDB9B4315E3(L_40, L_41, NULL);
|
|
V_0 = L_42;
|
|
// for (var i = 0; i < deviceCount; ++i)
|
|
int32_t L_43 = V_1;
|
|
V_1 = ((int32_t)il2cpp_codegen_add(L_43, 1));
|
|
}
|
|
|
|
IL_00a4:
|
|
{
|
|
// for (var i = 0; i < deviceCount; ++i)
|
|
int32_t L_44 = V_1;
|
|
int32_t L_45 = ___1_deviceCount;
|
|
if ((((int32_t)L_44) < ((int32_t)L_45)))
|
|
{
|
|
goto IL_005b;
|
|
}
|
|
}
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void InputStateBuffers_MigrateAll_mB47647CC99FEEBFD41E882A24EC5517B51725A3D_AdjustorThunk (RuntimeObject* __this, InputDeviceU5BU5D_tA9AEFC6AF63557D3D5DCFB2B26DDA6F63147D548* ___0_devices, int32_t ___1_deviceCount, InputStateBuffers_t338A1714D01276EEEF5F8CD6AE81DFED939D5968 ___2_oldBuffers, const RuntimeMethod* method)
|
|
{
|
|
InputStateBuffers_t338A1714D01276EEEF5F8CD6AE81DFED939D5968* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<InputStateBuffers_t338A1714D01276EEEF5F8CD6AE81DFED939D5968*>(__this + _offset);
|
|
InputStateBuffers_MigrateAll_mB47647CC99FEEBFD41E882A24EC5517B51725A3D(_thisAdjusted, ___0_devices, ___1_deviceCount, ___2_oldBuffers, method);
|
|
}
|
|
// System.Void UnityEngine.InputSystem.LowLevel.InputStateBuffers::MigrateDoubleBuffer(UnityEngine.InputSystem.LowLevel.InputStateBuffers/DoubleBuffers,UnityEngine.InputSystem.InputDevice[],System.Int32,UnityEngine.InputSystem.LowLevel.InputStateBuffers/DoubleBuffers)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputStateBuffers_MigrateDoubleBuffer_m70F2B7BFD3439B731CC9AA4510D25BDCC9FA2F56 (DoubleBuffers_tC70880E0E4F69237E763403F28F65B807E94A9ED ___0_newBuffer, InputDeviceU5BU5D_tA9AEFC6AF63557D3D5DCFB2B26DDA6F63147D548* ___1_devices, int32_t ___2_deviceCount, DoubleBuffers_tC70880E0E4F69237E763403F28F65B807E94A9ED ___3_oldBuffer, const RuntimeMethod* method)
|
|
{
|
|
uint32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* V_2 = NULL;
|
|
int32_t V_3 = 0;
|
|
int32_t V_4 = 0;
|
|
uint32_t V_5 = 0;
|
|
uint8_t* V_6 = NULL;
|
|
uint8_t* V_7 = NULL;
|
|
uint8_t* V_8 = NULL;
|
|
{
|
|
// if (!newBuffer.valid)
|
|
bool L_0;
|
|
L_0 = DoubleBuffers_get_valid_m3BA90FE70F7E7856765E42E059B23E112C2DBD1D((&___0_newBuffer), NULL);
|
|
if (L_0)
|
|
{
|
|
goto IL_000a;
|
|
}
|
|
}
|
|
{
|
|
// return;
|
|
return;
|
|
}
|
|
|
|
IL_000a:
|
|
{
|
|
// if (!oldBuffer.valid)
|
|
bool L_1;
|
|
L_1 = DoubleBuffers_get_valid_m3BA90FE70F7E7856765E42E059B23E112C2DBD1D((&___3_oldBuffer), NULL);
|
|
if (L_1)
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
// return;
|
|
return;
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
// var newStateBlockOffset = 0u;
|
|
V_0 = 0;
|
|
// for (var i = 0; i < deviceCount; ++i)
|
|
V_1 = 0;
|
|
goto IL_00af;
|
|
}
|
|
|
|
IL_001d:
|
|
{
|
|
// var device = devices[i];
|
|
InputDeviceU5BU5D_tA9AEFC6AF63557D3D5DCFB2B26DDA6F63147D548* L_2 = ___1_devices;
|
|
int32_t L_3 = V_1;
|
|
NullCheck(L_2);
|
|
int32_t L_4 = L_3;
|
|
InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* L_5 = (L_2)->GetAt(static_cast<il2cpp_array_size_t>(L_4));
|
|
V_2 = L_5;
|
|
// if (device.m_StateBlock.byteOffset == InputStateBlock.InvalidOffset)
|
|
InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* L_6 = V_2;
|
|
NullCheck(L_6);
|
|
InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5* L_7 = (&((InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E*)L_6)->___m_StateBlock_0);
|
|
uint32_t L_8;
|
|
L_8 = InputStateBlock_get_byteOffset_m6EADE5C9C8B346D38E543E38777ED67ED2AEA0AC_inline(L_7, NULL);
|
|
if ((((int32_t)L_8) == ((int32_t)(-1))))
|
|
{
|
|
goto IL_00b6;
|
|
}
|
|
}
|
|
{
|
|
// var oldDeviceIndex = device.m_DeviceIndex;
|
|
InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* L_9 = V_2;
|
|
NullCheck(L_9);
|
|
int32_t L_10 = L_9->___m_DeviceIndex_27;
|
|
V_3 = L_10;
|
|
// var newDeviceIndex = i;
|
|
int32_t L_11 = V_1;
|
|
V_4 = L_11;
|
|
// var numBytes = device.m_StateBlock.alignedSizeInBytes;
|
|
InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* L_12 = V_2;
|
|
NullCheck(L_12);
|
|
InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5* L_13 = (&((InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E*)L_12)->___m_StateBlock_0);
|
|
uint32_t L_14;
|
|
L_14 = InputStateBlock_get_alignedSizeInBytes_mF360E8CFBEE9BE05FC7DFA3533E069A5A96827F5(L_13, NULL);
|
|
V_5 = L_14;
|
|
// var oldFrontPtr = (byte*)oldBuffer.GetFrontBuffer(oldDeviceIndex) + (int)device.m_StateBlock.byteOffset; // m_StateBlock still refers to oldBuffer.
|
|
int32_t L_15 = V_3;
|
|
void* L_16;
|
|
L_16 = DoubleBuffers_GetFrontBuffer_m69E70CFF0E381CDE0D30456E799EA265E8C0E747((&___3_oldBuffer), L_15, NULL);
|
|
InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* L_17 = V_2;
|
|
NullCheck(L_17);
|
|
InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5* L_18 = (&((InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E*)L_17)->___m_StateBlock_0);
|
|
uint32_t L_19;
|
|
L_19 = InputStateBlock_get_byteOffset_m6EADE5C9C8B346D38E543E38777ED67ED2AEA0AC_inline(L_18, NULL);
|
|
V_6 = (uint8_t*)((void*)il2cpp_codegen_add((intptr_t)L_16, (int32_t)L_19));
|
|
// var oldBackPtr = (byte*)oldBuffer.GetBackBuffer(oldDeviceIndex) + (int)device.m_StateBlock.byteOffset;
|
|
int32_t L_20 = V_3;
|
|
void* L_21;
|
|
L_21 = DoubleBuffers_GetBackBuffer_m94D06F17DB4B4938B2A4C0DCD4460BF6AA0910A4((&___3_oldBuffer), L_20, NULL);
|
|
InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* L_22 = V_2;
|
|
NullCheck(L_22);
|
|
InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5* L_23 = (&((InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E*)L_22)->___m_StateBlock_0);
|
|
uint32_t L_24;
|
|
L_24 = InputStateBlock_get_byteOffset_m6EADE5C9C8B346D38E543E38777ED67ED2AEA0AC_inline(L_23, NULL);
|
|
V_7 = (uint8_t*)((void*)il2cpp_codegen_add((intptr_t)L_21, (int32_t)L_24));
|
|
// var newFrontPtr = (byte*)newBuffer.GetFrontBuffer(newDeviceIndex) + (int)newStateBlockOffset;
|
|
int32_t L_25 = V_4;
|
|
void* L_26;
|
|
L_26 = DoubleBuffers_GetFrontBuffer_m69E70CFF0E381CDE0D30456E799EA265E8C0E747((&___0_newBuffer), L_25, NULL);
|
|
uint32_t L_27 = V_0;
|
|
V_8 = (uint8_t*)((void*)il2cpp_codegen_add((intptr_t)L_26, (int32_t)L_27));
|
|
// var newBackPtr = (byte*)newBuffer.GetBackBuffer(newDeviceIndex) + (int)newStateBlockOffset;
|
|
int32_t L_28 = V_4;
|
|
void* L_29;
|
|
L_29 = DoubleBuffers_GetBackBuffer_m94D06F17DB4B4938B2A4C0DCD4460BF6AA0910A4((&___0_newBuffer), L_28, NULL);
|
|
uint32_t L_30 = V_0;
|
|
// UnsafeUtility.MemCpy(newFrontPtr, oldFrontPtr, numBytes);
|
|
uint8_t* L_31 = V_8;
|
|
uint8_t* L_32 = V_6;
|
|
uint32_t L_33 = V_5;
|
|
UnsafeUtility_MemCpy_m5CEA91ACDADC522E584AE3A2AB2B0B74393A9177((void*)L_31, (void*)L_32, ((int64_t)(uint64_t)L_33), NULL);
|
|
// UnsafeUtility.MemCpy(newBackPtr, oldBackPtr, numBytes);
|
|
uint8_t* L_34 = V_7;
|
|
uint32_t L_35 = V_5;
|
|
UnsafeUtility_MemCpy_m5CEA91ACDADC522E584AE3A2AB2B0B74393A9177(((void*)il2cpp_codegen_add((intptr_t)L_29, (int32_t)L_30)), (void*)L_34, ((int64_t)(uint64_t)L_35), NULL);
|
|
// newStateBlockOffset = NextDeviceOffset(newStateBlockOffset, device);
|
|
uint32_t L_36 = V_0;
|
|
InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* L_37 = V_2;
|
|
uint32_t L_38;
|
|
L_38 = InputStateBuffers_NextDeviceOffset_mA98E5D6D819B583AD8BE14C838A92EDB9B4315E3(L_36, L_37, NULL);
|
|
V_0 = L_38;
|
|
// for (var i = 0; i < deviceCount; ++i)
|
|
int32_t L_39 = V_1;
|
|
V_1 = ((int32_t)il2cpp_codegen_add(L_39, 1));
|
|
}
|
|
|
|
IL_00af:
|
|
{
|
|
// for (var i = 0; i < deviceCount; ++i)
|
|
int32_t L_40 = V_1;
|
|
int32_t L_41 = ___2_deviceCount;
|
|
if ((((int32_t)L_40) < ((int32_t)L_41)))
|
|
{
|
|
goto IL_001d;
|
|
}
|
|
}
|
|
|
|
IL_00b6:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.InputSystem.LowLevel.InputStateBuffers::MigrateSingleBuffer(System.Void*,UnityEngine.InputSystem.InputDevice[],System.Int32,System.Void*)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputStateBuffers_MigrateSingleBuffer_m37573EA497B72F50325C6979AB70808D4155C47F (void* ___0_newBuffer, InputDeviceU5BU5D_tA9AEFC6AF63557D3D5DCFB2B26DDA6F63147D548* ___1_devices, int32_t ___2_deviceCount, void* ___3_oldBuffer, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
uint32_t V_1 = 0;
|
|
int32_t V_2 = 0;
|
|
InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* V_3 = NULL;
|
|
uint32_t V_4 = 0;
|
|
uint8_t* V_5 = NULL;
|
|
{
|
|
// var newDeviceCount = deviceCount;
|
|
int32_t L_0 = ___2_deviceCount;
|
|
V_0 = L_0;
|
|
// var newStateBlockOffset = 0u;
|
|
V_1 = 0;
|
|
// for (var i = 0; i < newDeviceCount; ++i)
|
|
V_2 = 0;
|
|
goto IL_004f;
|
|
}
|
|
|
|
IL_0008:
|
|
{
|
|
// var device = devices[i];
|
|
InputDeviceU5BU5D_tA9AEFC6AF63557D3D5DCFB2B26DDA6F63147D548* L_1 = ___1_devices;
|
|
int32_t L_2 = V_2;
|
|
NullCheck(L_1);
|
|
int32_t L_3 = L_2;
|
|
InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* L_4 = (L_1)->GetAt(static_cast<il2cpp_array_size_t>(L_3));
|
|
V_3 = L_4;
|
|
// if (device.m_StateBlock.byteOffset == InputStateBlock.InvalidOffset)
|
|
InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* L_5 = V_3;
|
|
NullCheck(L_5);
|
|
InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5* L_6 = (&((InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E*)L_5)->___m_StateBlock_0);
|
|
uint32_t L_7;
|
|
L_7 = InputStateBlock_get_byteOffset_m6EADE5C9C8B346D38E543E38777ED67ED2AEA0AC_inline(L_6, NULL);
|
|
if ((((int32_t)L_7) == ((int32_t)(-1))))
|
|
{
|
|
goto IL_0053;
|
|
}
|
|
}
|
|
{
|
|
// var numBytes = device.m_StateBlock.alignedSizeInBytes;
|
|
InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* L_8 = V_3;
|
|
NullCheck(L_8);
|
|
InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5* L_9 = (&((InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E*)L_8)->___m_StateBlock_0);
|
|
uint32_t L_10;
|
|
L_10 = InputStateBlock_get_alignedSizeInBytes_mF360E8CFBEE9BE05FC7DFA3533E069A5A96827F5(L_9, NULL);
|
|
V_4 = L_10;
|
|
// var oldStatePtr = (byte*)oldBuffer + (int)device.m_StateBlock.byteOffset;
|
|
void* L_11 = ___3_oldBuffer;
|
|
InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* L_12 = V_3;
|
|
NullCheck(L_12);
|
|
InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5* L_13 = (&((InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E*)L_12)->___m_StateBlock_0);
|
|
uint32_t L_14;
|
|
L_14 = InputStateBlock_get_byteOffset_m6EADE5C9C8B346D38E543E38777ED67ED2AEA0AC_inline(L_13, NULL);
|
|
V_5 = (uint8_t*)((void*)il2cpp_codegen_add((intptr_t)L_11, (int32_t)L_14));
|
|
// var newStatePtr = (byte*)newBuffer + (int)newStateBlockOffset;
|
|
void* L_15 = ___0_newBuffer;
|
|
uint32_t L_16 = V_1;
|
|
// UnsafeUtility.MemCpy(newStatePtr, oldStatePtr, numBytes);
|
|
uint8_t* L_17 = V_5;
|
|
uint32_t L_18 = V_4;
|
|
UnsafeUtility_MemCpy_m5CEA91ACDADC522E584AE3A2AB2B0B74393A9177(((void*)il2cpp_codegen_add((intptr_t)L_15, (int32_t)L_16)), (void*)L_17, ((int64_t)(uint64_t)L_18), NULL);
|
|
// newStateBlockOffset = NextDeviceOffset(newStateBlockOffset, device);
|
|
uint32_t L_19 = V_1;
|
|
InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* L_20 = V_3;
|
|
uint32_t L_21;
|
|
L_21 = InputStateBuffers_NextDeviceOffset_mA98E5D6D819B583AD8BE14C838A92EDB9B4315E3(L_19, L_20, NULL);
|
|
V_1 = L_21;
|
|
// for (var i = 0; i < newDeviceCount; ++i)
|
|
int32_t L_22 = V_2;
|
|
V_2 = ((int32_t)il2cpp_codegen_add(L_22, 1));
|
|
}
|
|
|
|
IL_004f:
|
|
{
|
|
// for (var i = 0; i < newDeviceCount; ++i)
|
|
int32_t L_23 = V_2;
|
|
int32_t L_24 = V_0;
|
|
if ((((int32_t)L_23) < ((int32_t)L_24)))
|
|
{
|
|
goto IL_0008;
|
|
}
|
|
}
|
|
|
|
IL_0053:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.UInt32 UnityEngine.InputSystem.LowLevel.InputStateBuffers::ComputeSizeOfSingleStateBuffer(UnityEngine.InputSystem.InputDevice[],System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t InputStateBuffers_ComputeSizeOfSingleStateBuffer_m4209B7E48819AFFD37A0616B703DDEA9E3D426B3 (InputDeviceU5BU5D_tA9AEFC6AF63557D3D5DCFB2B26DDA6F63147D548* ___0_devices, int32_t ___1_deviceCount, const RuntimeMethod* method)
|
|
{
|
|
uint32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
{
|
|
// var sizeInBytes = 0u;
|
|
V_0 = 0;
|
|
// for (var i = 0; i < deviceCount; ++i)
|
|
V_1 = 0;
|
|
goto IL_0014;
|
|
}
|
|
|
|
IL_0006:
|
|
{
|
|
// sizeInBytes = NextDeviceOffset(sizeInBytes, devices[i]);
|
|
uint32_t L_0 = V_0;
|
|
InputDeviceU5BU5D_tA9AEFC6AF63557D3D5DCFB2B26DDA6F63147D548* L_1 = ___0_devices;
|
|
int32_t L_2 = V_1;
|
|
NullCheck(L_1);
|
|
int32_t L_3 = L_2;
|
|
InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* L_4 = (L_1)->GetAt(static_cast<il2cpp_array_size_t>(L_3));
|
|
uint32_t L_5;
|
|
L_5 = InputStateBuffers_NextDeviceOffset_mA98E5D6D819B583AD8BE14C838A92EDB9B4315E3(L_0, L_4, NULL);
|
|
V_0 = L_5;
|
|
// for (var i = 0; i < deviceCount; ++i)
|
|
int32_t L_6 = V_1;
|
|
V_1 = ((int32_t)il2cpp_codegen_add(L_6, 1));
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
// for (var i = 0; i < deviceCount; ++i)
|
|
int32_t L_7 = V_1;
|
|
int32_t L_8 = ___1_deviceCount;
|
|
if ((((int32_t)L_7) < ((int32_t)L_8)))
|
|
{
|
|
goto IL_0006;
|
|
}
|
|
}
|
|
{
|
|
// return sizeInBytes;
|
|
uint32_t L_9 = V_0;
|
|
return L_9;
|
|
}
|
|
}
|
|
// System.UInt32 UnityEngine.InputSystem.LowLevel.InputStateBuffers::NextDeviceOffset(System.UInt32,UnityEngine.InputSystem.InputDevice)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t InputStateBuffers_NextDeviceOffset_mA98E5D6D819B583AD8BE14C838A92EDB9B4315E3 (uint32_t ___0_currentOffset, InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* ___1_device, const RuntimeMethod* method)
|
|
{
|
|
uint32_t V_0 = 0;
|
|
{
|
|
// var sizeOfDevice = device.m_StateBlock.alignedSizeInBytes;
|
|
InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* L_0 = ___1_device;
|
|
NullCheck(L_0);
|
|
InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5* L_1 = (&((InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E*)L_0)->___m_StateBlock_0);
|
|
uint32_t L_2;
|
|
L_2 = InputStateBlock_get_alignedSizeInBytes_mF360E8CFBEE9BE05FC7DFA3533E069A5A96827F5(L_1, NULL);
|
|
V_0 = L_2;
|
|
// if (sizeOfDevice == 0) // Shouldn't happen as we don't allow empty layouts but make sure we catch this if something slips through.
|
|
uint32_t L_3 = V_0;
|
|
if (L_3)
|
|
{
|
|
goto IL_0025;
|
|
}
|
|
}
|
|
{
|
|
// throw new ArgumentException($"Device '{device}' has a zero-size state buffer", nameof(device));
|
|
InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* L_4 = ___1_device;
|
|
String_t* L_5;
|
|
L_5 = String_Format_mA8DBB4C2516B9723C5A41E6CB1E2FAF4BBE96DD8(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2CFC7018E36A5B210F9ABC4B37374819C86CDED3)), L_4, NULL);
|
|
ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_6 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_6);
|
|
ArgumentException__ctor_m8F9D40CE19D19B698A70F9A258640EB52DB39B62(L_6, L_5, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE847FDE91DE0DA95AFBA0EEF52C90BEB4CE621BF)), NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputStateBuffers_NextDeviceOffset_mA98E5D6D819B583AD8BE14C838A92EDB9B4315E3_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_0025:
|
|
{
|
|
// return currentOffset + sizeOfDevice.AlignToMultipleOf(4);
|
|
uint32_t L_7 = ___0_currentOffset;
|
|
uint32_t L_8 = V_0;
|
|
uint32_t L_9;
|
|
L_9 = NumberHelpers_AlignToMultipleOf_m44B66C972BC1F508B9022564F265D1AA6A001AAE_inline(L_8, 4, NULL);
|
|
return ((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)L_9));
|
|
}
|
|
}
|
|
#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.LowLevel.InputStateBuffers/DoubleBuffers::get_valid()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DoubleBuffers_get_valid_m3BA90FE70F7E7856765E42E059B23E112C2DBD1D (DoubleBuffers_tC70880E0E4F69237E763403F28F65B807E94A9ED* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public bool valid => deviceToBufferMapping != null;
|
|
void** L_0 = __this->___deviceToBufferMapping_0;
|
|
return (bool)((((int32_t)((((intptr_t)L_0) == ((intptr_t)((uintptr_t)0)))? 1 : 0)) == ((int32_t)0))? 1 : 0);
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C bool DoubleBuffers_get_valid_m3BA90FE70F7E7856765E42E059B23E112C2DBD1D_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
DoubleBuffers_tC70880E0E4F69237E763403F28F65B807E94A9ED* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<DoubleBuffers_tC70880E0E4F69237E763403F28F65B807E94A9ED*>(__this + _offset);
|
|
bool _returnValue;
|
|
_returnValue = DoubleBuffers_get_valid_m3BA90FE70F7E7856765E42E059B23E112C2DBD1D(_thisAdjusted, method);
|
|
return _returnValue;
|
|
}
|
|
// System.Void UnityEngine.InputSystem.LowLevel.InputStateBuffers/DoubleBuffers::SetFrontBuffer(System.Int32,System.Void*)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DoubleBuffers_SetFrontBuffer_mC42472D618E22CAF64F1FC739B8B753A515B8C4A (DoubleBuffers_tC70880E0E4F69237E763403F28F65B807E94A9ED* __this, int32_t ___0_deviceIndex, void* ___1_ptr, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// deviceToBufferMapping[deviceIndex * 2] = ptr;
|
|
void** L_0 = __this->___deviceToBufferMapping_0;
|
|
int32_t L_1 = ___0_deviceIndex;
|
|
uint32_t L_2 = sizeof(void*);
|
|
void* L_3 = ___1_ptr;
|
|
*((intptr_t*)((void**)il2cpp_codegen_add((intptr_t)L_0, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)((int32_t)il2cpp_codegen_multiply(L_1, 2))), (int32_t)L_2))))) = (intptr_t)L_3;
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void DoubleBuffers_SetFrontBuffer_mC42472D618E22CAF64F1FC739B8B753A515B8C4A_AdjustorThunk (RuntimeObject* __this, int32_t ___0_deviceIndex, void* ___1_ptr, const RuntimeMethod* method)
|
|
{
|
|
DoubleBuffers_tC70880E0E4F69237E763403F28F65B807E94A9ED* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<DoubleBuffers_tC70880E0E4F69237E763403F28F65B807E94A9ED*>(__this + _offset);
|
|
DoubleBuffers_SetFrontBuffer_mC42472D618E22CAF64F1FC739B8B753A515B8C4A(_thisAdjusted, ___0_deviceIndex, ___1_ptr, method);
|
|
}
|
|
// System.Void UnityEngine.InputSystem.LowLevel.InputStateBuffers/DoubleBuffers::SetBackBuffer(System.Int32,System.Void*)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DoubleBuffers_SetBackBuffer_mC8E2BB9B3DDCCE7650C511EDDD313D5E783E0F23 (DoubleBuffers_tC70880E0E4F69237E763403F28F65B807E94A9ED* __this, int32_t ___0_deviceIndex, void* ___1_ptr, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// deviceToBufferMapping[deviceIndex * 2 + 1] = ptr;
|
|
void** L_0 = __this->___deviceToBufferMapping_0;
|
|
int32_t L_1 = ___0_deviceIndex;
|
|
uint32_t L_2 = sizeof(void*);
|
|
void* L_3 = ___1_ptr;
|
|
*((intptr_t*)((void**)il2cpp_codegen_add((intptr_t)L_0, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_multiply(L_1, 2)), 1))), (int32_t)L_2))))) = (intptr_t)L_3;
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void DoubleBuffers_SetBackBuffer_mC8E2BB9B3DDCCE7650C511EDDD313D5E783E0F23_AdjustorThunk (RuntimeObject* __this, int32_t ___0_deviceIndex, void* ___1_ptr, const RuntimeMethod* method)
|
|
{
|
|
DoubleBuffers_tC70880E0E4F69237E763403F28F65B807E94A9ED* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<DoubleBuffers_tC70880E0E4F69237E763403F28F65B807E94A9ED*>(__this + _offset);
|
|
DoubleBuffers_SetBackBuffer_mC8E2BB9B3DDCCE7650C511EDDD313D5E783E0F23(_thisAdjusted, ___0_deviceIndex, ___1_ptr, method);
|
|
}
|
|
// System.Void* UnityEngine.InputSystem.LowLevel.InputStateBuffers/DoubleBuffers::GetFrontBuffer(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void* DoubleBuffers_GetFrontBuffer_m69E70CFF0E381CDE0D30456E799EA265E8C0E747 (DoubleBuffers_tC70880E0E4F69237E763403F28F65B807E94A9ED* __this, int32_t ___0_deviceIndex, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// return deviceToBufferMapping[deviceIndex * 2];
|
|
void** L_0 = __this->___deviceToBufferMapping_0;
|
|
int32_t L_1 = ___0_deviceIndex;
|
|
uint32_t L_2 = sizeof(void*);
|
|
return (void*)((*((intptr_t*)((void**)il2cpp_codegen_add((intptr_t)L_0, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)((int32_t)il2cpp_codegen_multiply(L_1, 2))), (int32_t)L_2)))))));
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void* DoubleBuffers_GetFrontBuffer_m69E70CFF0E381CDE0D30456E799EA265E8C0E747_AdjustorThunk (RuntimeObject* __this, int32_t ___0_deviceIndex, const RuntimeMethod* method)
|
|
{
|
|
DoubleBuffers_tC70880E0E4F69237E763403F28F65B807E94A9ED* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<DoubleBuffers_tC70880E0E4F69237E763403F28F65B807E94A9ED*>(__this + _offset);
|
|
void* _returnValue;
|
|
_returnValue = DoubleBuffers_GetFrontBuffer_m69E70CFF0E381CDE0D30456E799EA265E8C0E747(_thisAdjusted, ___0_deviceIndex, method);
|
|
return _returnValue;
|
|
}
|
|
// System.Void* UnityEngine.InputSystem.LowLevel.InputStateBuffers/DoubleBuffers::GetBackBuffer(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void* DoubleBuffers_GetBackBuffer_m94D06F17DB4B4938B2A4C0DCD4460BF6AA0910A4 (DoubleBuffers_tC70880E0E4F69237E763403F28F65B807E94A9ED* __this, int32_t ___0_deviceIndex, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// return deviceToBufferMapping[deviceIndex * 2 + 1];
|
|
void** L_0 = __this->___deviceToBufferMapping_0;
|
|
int32_t L_1 = ___0_deviceIndex;
|
|
uint32_t L_2 = sizeof(void*);
|
|
return (void*)((*((intptr_t*)((void**)il2cpp_codegen_add((intptr_t)L_0, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_multiply(L_1, 2)), 1))), (int32_t)L_2)))))));
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void* DoubleBuffers_GetBackBuffer_m94D06F17DB4B4938B2A4C0DCD4460BF6AA0910A4_AdjustorThunk (RuntimeObject* __this, int32_t ___0_deviceIndex, const RuntimeMethod* method)
|
|
{
|
|
DoubleBuffers_tC70880E0E4F69237E763403F28F65B807E94A9ED* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<DoubleBuffers_tC70880E0E4F69237E763403F28F65B807E94A9ED*>(__this + _offset);
|
|
void* _returnValue;
|
|
_returnValue = DoubleBuffers_GetBackBuffer_m94D06F17DB4B4938B2A4C0DCD4460BF6AA0910A4(_thisAdjusted, ___0_deviceIndex, method);
|
|
return _returnValue;
|
|
}
|
|
// System.Void UnityEngine.InputSystem.LowLevel.InputStateBuffers/DoubleBuffers::SwapBuffers(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DoubleBuffers_SwapBuffers_m54686C92F91F734EC6C074F1D48D3DFEDD0B214A (DoubleBuffers_tC70880E0E4F69237E763403F28F65B807E94A9ED* __this, int32_t ___0_deviceIndex, const RuntimeMethod* method)
|
|
{
|
|
void* V_0 = NULL;
|
|
void* V_1 = NULL;
|
|
{
|
|
// if (!valid)
|
|
bool L_0;
|
|
L_0 = DoubleBuffers_get_valid_m3BA90FE70F7E7856765E42E059B23E112C2DBD1D(__this, NULL);
|
|
if (L_0)
|
|
{
|
|
goto IL_0009;
|
|
}
|
|
}
|
|
{
|
|
// return;
|
|
return;
|
|
}
|
|
|
|
IL_0009:
|
|
{
|
|
// var front = GetFrontBuffer(deviceIndex);
|
|
int32_t L_1 = ___0_deviceIndex;
|
|
void* L_2;
|
|
L_2 = DoubleBuffers_GetFrontBuffer_m69E70CFF0E381CDE0D30456E799EA265E8C0E747(__this, L_1, NULL);
|
|
V_0 = L_2;
|
|
// var back = GetBackBuffer(deviceIndex);
|
|
int32_t L_3 = ___0_deviceIndex;
|
|
void* L_4;
|
|
L_4 = DoubleBuffers_GetBackBuffer_m94D06F17DB4B4938B2A4C0DCD4460BF6AA0910A4(__this, L_3, NULL);
|
|
V_1 = L_4;
|
|
// SetFrontBuffer(deviceIndex, back);
|
|
int32_t L_5 = ___0_deviceIndex;
|
|
void* L_6 = V_1;
|
|
DoubleBuffers_SetFrontBuffer_mC42472D618E22CAF64F1FC739B8B753A515B8C4A(__this, L_5, L_6, NULL);
|
|
// SetBackBuffer(deviceIndex, front);
|
|
int32_t L_7 = ___0_deviceIndex;
|
|
void* L_8 = V_0;
|
|
DoubleBuffers_SetBackBuffer_mC8E2BB9B3DDCCE7650C511EDDD313D5E783E0F23(__this, L_7, L_8, NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void DoubleBuffers_SwapBuffers_m54686C92F91F734EC6C074F1D48D3DFEDD0B214A_AdjustorThunk (RuntimeObject* __this, int32_t ___0_deviceIndex, const RuntimeMethod* method)
|
|
{
|
|
DoubleBuffers_tC70880E0E4F69237E763403F28F65B807E94A9ED* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<DoubleBuffers_tC70880E0E4F69237E763403F28F65B807E94A9ED*>(__this + _offset);
|
|
DoubleBuffers_SwapBuffers_m54686C92F91F734EC6C074F1D48D3DFEDD0B214A(_thisAdjusted, ___0_deviceIndex, 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.LowLevel.InputStateHistory::get_Count()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t InputStateHistory_get_Count_m23DF78272A6C97F6C8782A953482772CDF6FFA81 (InputStateHistory_tF2145C4E34E0E3AC84270533F58F047D6E28A480* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public int Count => m_RecordCount;
|
|
int32_t L_0 = __this->___m_RecordCount_7;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.UInt32 UnityEngine.InputSystem.LowLevel.InputStateHistory::get_version()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t InputStateHistory_get_version_m89DDB085F1210A84797C85822792F5FBF73C25F0 (InputStateHistory_tF2145C4E34E0E3AC84270533F58F047D6E28A480* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public uint version => m_CurrentVersion;
|
|
uint32_t L_0 = __this->___m_CurrentVersion_11;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Int32 UnityEngine.InputSystem.LowLevel.InputStateHistory::get_historyDepth()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t InputStateHistory_get_historyDepth_mBAFA4592E170099C0E8BB360B148A854517AA561 (InputStateHistory_tF2145C4E34E0E3AC84270533F58F047D6E28A480* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// get => m_HistoryDepth;
|
|
int32_t L_0 = __this->___m_HistoryDepth_8;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.InputSystem.LowLevel.InputStateHistory::set_historyDepth(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputStateHistory_set_historyDepth_mE520A08E8510340C919BA638230AFCCB1C8BA34D (InputStateHistory_tF2145C4E34E0E3AC84270533F58F047D6E28A480* __this, int32_t ___0_value, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeArray_1_get_IsCreated_mD74FCA194584E6EA7916853B62401EB78240A081_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// if (value < 0)
|
|
int32_t L_0 = ___0_value;
|
|
if ((((int32_t)L_0) >= ((int32_t)0)))
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
// throw new ArgumentException("History depth cannot be negative", nameof(value));
|
|
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*)&_stringLiteral2C96C0D0DD4E4E7D2B025230F8C01A38AF27AB1B)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8)), NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputStateHistory_set_historyDepth_mE520A08E8510340C919BA638230AFCCB1C8BA34D_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
// if (m_RecordBuffer.IsCreated)
|
|
NativeArray_1_t81F55263465517B73C455D3400CF67B4BADD85CF* L_2 = (&__this->___m_RecordBuffer_5);
|
|
bool L_3;
|
|
L_3 = NativeArray_1_get_IsCreated_mD74FCA194584E6EA7916853B62401EB78240A081(L_2, NativeArray_1_get_IsCreated_mD74FCA194584E6EA7916853B62401EB78240A081_RuntimeMethod_var);
|
|
if (!L_3)
|
|
{
|
|
goto IL_0027;
|
|
}
|
|
}
|
|
{
|
|
// throw new NotImplementedException();
|
|
NotImplementedException_t6366FE4DCF15094C51F4833B91A2AE68D4DA90E8* L_4 = (NotImplementedException_t6366FE4DCF15094C51F4833B91A2AE68D4DA90E8*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotImplementedException_t6366FE4DCF15094C51F4833B91A2AE68D4DA90E8_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_4);
|
|
NotImplementedException__ctor_mDAB47BC6BD0E342E8F2171E5CABE3E67EA049F1C(L_4, NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputStateHistory_set_historyDepth_mE520A08E8510340C919BA638230AFCCB1C8BA34D_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_0027:
|
|
{
|
|
// m_HistoryDepth = value;
|
|
int32_t L_5 = ___0_value;
|
|
__this->___m_HistoryDepth_8 = L_5;
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Int32 UnityEngine.InputSystem.LowLevel.InputStateHistory::get_extraMemoryPerRecord()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t InputStateHistory_get_extraMemoryPerRecord_m4E4C9D89BC37B9CD7E6AFFD58D95A9030F92E653 (InputStateHistory_tF2145C4E34E0E3AC84270533F58F047D6E28A480* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// get => m_ExtraMemoryPerRecord;
|
|
int32_t L_0 = __this->___m_ExtraMemoryPerRecord_9;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.InputSystem.LowLevel.InputStateHistory::set_extraMemoryPerRecord(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputStateHistory_set_extraMemoryPerRecord_m6907893F41CB2EB06B4C04B2E8B35E0E5E800786 (InputStateHistory_tF2145C4E34E0E3AC84270533F58F047D6E28A480* __this, int32_t ___0_value, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeArray_1_get_IsCreated_mD74FCA194584E6EA7916853B62401EB78240A081_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// if (value < 0)
|
|
int32_t L_0 = ___0_value;
|
|
if ((((int32_t)L_0) >= ((int32_t)0)))
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
// throw new ArgumentException("Memory size cannot be negative", nameof(value));
|
|
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*)&_stringLiteral13B64727ED3615B1395BED2DAA7975CB606CD5E4)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8)), NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputStateHistory_set_extraMemoryPerRecord_m6907893F41CB2EB06B4C04B2E8B35E0E5E800786_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
// if (m_RecordBuffer.IsCreated)
|
|
NativeArray_1_t81F55263465517B73C455D3400CF67B4BADD85CF* L_2 = (&__this->___m_RecordBuffer_5);
|
|
bool L_3;
|
|
L_3 = NativeArray_1_get_IsCreated_mD74FCA194584E6EA7916853B62401EB78240A081(L_2, NativeArray_1_get_IsCreated_mD74FCA194584E6EA7916853B62401EB78240A081_RuntimeMethod_var);
|
|
if (!L_3)
|
|
{
|
|
goto IL_0027;
|
|
}
|
|
}
|
|
{
|
|
// throw new NotImplementedException();
|
|
NotImplementedException_t6366FE4DCF15094C51F4833B91A2AE68D4DA90E8* L_4 = (NotImplementedException_t6366FE4DCF15094C51F4833B91A2AE68D4DA90E8*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotImplementedException_t6366FE4DCF15094C51F4833B91A2AE68D4DA90E8_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_4);
|
|
NotImplementedException__ctor_mDAB47BC6BD0E342E8F2171E5CABE3E67EA049F1C(L_4, NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputStateHistory_set_extraMemoryPerRecord_m6907893F41CB2EB06B4C04B2E8B35E0E5E800786_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_0027:
|
|
{
|
|
// m_ExtraMemoryPerRecord = value;
|
|
int32_t L_5 = ___0_value;
|
|
__this->___m_ExtraMemoryPerRecord_9 = L_5;
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// UnityEngine.InputSystem.LowLevel.InputUpdateType UnityEngine.InputSystem.LowLevel.InputStateHistory::get_updateMask()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t InputStateHistory_get_updateMask_m6470CF7FBC233D8735A83520D260B3A2534D8C1A (InputStateHistory_tF2145C4E34E0E3AC84270533F58F047D6E28A480* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_GetValueOrDefault_m681906A3292799C0B8557D9AC42307E6AFC168CC_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_get_HasValue_mAF2A1581B5249D08F08741515C8629EFB6523C86_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Nullable_1_t01EA562E317937F4460711CFA1BFDE2AA35CBF20 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
// get => m_UpdateMask ?? InputSystem.s_Manager.updateMask & ~InputUpdateType.Editor;
|
|
Nullable_1_t01EA562E317937F4460711CFA1BFDE2AA35CBF20 L_0 = __this->___m_UpdateMask_12;
|
|
V_0 = L_0;
|
|
bool L_1;
|
|
L_1 = Nullable_1_get_HasValue_mAF2A1581B5249D08F08741515C8629EFB6523C86_inline((&V_0), Nullable_1_get_HasValue_mAF2A1581B5249D08F08741515C8629EFB6523C86_RuntimeMethod_var);
|
|
if (L_1)
|
|
{
|
|
goto IL_001e;
|
|
}
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var);
|
|
InputManager_t69FCFDAC90F8EBB8EF4950CC0BE617D842A39210* L_2 = ((InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_StaticFields*)il2cpp_codegen_static_fields_for(InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var))->___s_Manager_2;
|
|
NullCheck(L_2);
|
|
int32_t L_3;
|
|
L_3 = InputManager_get_updateMask_m36DDF9BF59730547371C012E507A308FD848F9E4_inline(L_2, NULL);
|
|
return (int32_t)(((int32_t)((int32_t)L_3&((int32_t)-9))));
|
|
}
|
|
|
|
IL_001e:
|
|
{
|
|
int32_t L_4;
|
|
L_4 = Nullable_1_GetValueOrDefault_m681906A3292799C0B8557D9AC42307E6AFC168CC_inline((&V_0), Nullable_1_GetValueOrDefault_m681906A3292799C0B8557D9AC42307E6AFC168CC_RuntimeMethod_var);
|
|
return L_4;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.InputSystem.LowLevel.InputStateHistory::set_updateMask(UnityEngine.InputSystem.LowLevel.InputUpdateType)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputStateHistory_set_updateMask_m5059363750CB5899C77D67BD05419563F703A3F7 (InputStateHistory_tF2145C4E34E0E3AC84270533F58F047D6E28A480* __this, int32_t ___0_value, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1__ctor_mBDACCE4C4A7927C7FF1D215D8AF7C1F6BE6944BE_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// if (value == InputUpdateType.None)
|
|
int32_t L_0 = ___0_value;
|
|
if (L_0)
|
|
{
|
|
goto IL_0013;
|
|
}
|
|
}
|
|
{
|
|
// throw new ArgumentException("'InputUpdateType.None' is not a valid update mask", nameof(value));
|
|
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*)&_stringLiteral6D0915BA9D479ED9396AD215B5153E4717D4279D)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8)), NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputStateHistory_set_updateMask_m5059363750CB5899C77D67BD05419563F703A3F7_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_0013:
|
|
{
|
|
// m_UpdateMask = value;
|
|
int32_t L_2 = ___0_value;
|
|
Nullable_1_t01EA562E317937F4460711CFA1BFDE2AA35CBF20 L_3;
|
|
memset((&L_3), 0, sizeof(L_3));
|
|
Nullable_1__ctor_mBDACCE4C4A7927C7FF1D215D8AF7C1F6BE6944BE((&L_3), L_2, /*hidden argument*/Nullable_1__ctor_mBDACCE4C4A7927C7FF1D215D8AF7C1F6BE6944BE_RuntimeMethod_var);
|
|
__this->___m_UpdateMask_12 = L_3;
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// UnityEngine.InputSystem.Utilities.ReadOnlyArray`1<UnityEngine.InputSystem.InputControl> UnityEngine.InputSystem.LowLevel.InputStateHistory::get_controls()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ReadOnlyArray_1_tA1DF7A256AD2BF17FB155224CB2611ED215EFCD3 InputStateHistory_get_controls_m2B1056A5B21F2A8CFAAEE9136E24D27C4BFF31CC (InputStateHistory_tF2145C4E34E0E3AC84270533F58F047D6E28A480* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlyArray_1__ctor_m91E26F16AF68835954DDB6AACADED4901067A544_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// public ReadOnlyArray<InputControl> controls => new ReadOnlyArray<InputControl>(m_Controls, 0, m_ControlCount);
|
|
InputControlU5BU5D_t0B951FEF1504D6340387C4735F5D6F426F40FE17* L_0 = __this->___m_Controls_3;
|
|
int32_t L_1 = __this->___m_ControlCount_4;
|
|
ReadOnlyArray_1_tA1DF7A256AD2BF17FB155224CB2611ED215EFCD3 L_2;
|
|
memset((&L_2), 0, sizeof(L_2));
|
|
ReadOnlyArray_1__ctor_m91E26F16AF68835954DDB6AACADED4901067A544((&L_2), L_0, 0, L_1, /*hidden argument*/ReadOnlyArray_1__ctor_m91E26F16AF68835954DDB6AACADED4901067A544_RuntimeMethod_var);
|
|
return L_2;
|
|
}
|
|
}
|
|
// UnityEngine.InputSystem.LowLevel.InputStateHistory/Record UnityEngine.InputSystem.LowLevel.InputStateHistory::get_Item(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Record_tF7FF07DC502355356B48CE78337FB16B196E2EE0 InputStateHistory_get_Item_m32D5AC02F17824DD34BCD53EC239CE2C53452278 (InputStateHistory_tF2145C4E34E0E3AC84270533F58F047D6E28A480* __this, int32_t ___0_index, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
{
|
|
// if (index < 0 || index >= m_RecordCount)
|
|
int32_t L_0 = ___0_index;
|
|
if ((((int32_t)L_0) < ((int32_t)0)))
|
|
{
|
|
goto IL_000d;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_1 = ___0_index;
|
|
int32_t L_2 = __this->___m_RecordCount_7;
|
|
if ((((int32_t)L_1) < ((int32_t)L_2)))
|
|
{
|
|
goto IL_0033;
|
|
}
|
|
}
|
|
|
|
IL_000d:
|
|
{
|
|
// throw new ArgumentOutOfRangeException(
|
|
// $"Index {index} is out of range for history with {m_RecordCount} entries", nameof(index));
|
|
int32_t L_3 = ___0_index;
|
|
int32_t L_4 = L_3;
|
|
RuntimeObject* L_5 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var)), &L_4);
|
|
int32_t L_6 = __this->___m_RecordCount_7;
|
|
int32_t L_7 = L_6;
|
|
RuntimeObject* L_8 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var)), &L_7);
|
|
String_t* L_9;
|
|
L_9 = String_Format_mFB7DA489BD99F4670881FF50EC017BFB0A5C0987(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralD408E794AF2B358E256380A4F7BA14299C3D5801)), L_5, L_8, NULL);
|
|
ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F* L_10 = (ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_10);
|
|
ArgumentOutOfRangeException__ctor_mE5B2755F0BEA043CACF915D5CE140859EE58FA66(L_10, L_9, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2B6D6F48C27C60C3B55391AB377D9DC8F5639AA1)), NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_10, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputStateHistory_get_Item_m32D5AC02F17824DD34BCD53EC239CE2C53452278_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_0033:
|
|
{
|
|
// var recordIndex = UserIndexToRecordIndex(index);
|
|
int32_t L_11 = ___0_index;
|
|
int32_t L_12;
|
|
L_12 = InputStateHistory_UserIndexToRecordIndex_m81D4D6EE19ED80607BAAA31F3159168AC3B5B678(__this, L_11, NULL);
|
|
V_0 = L_12;
|
|
// return new Record(this, recordIndex, GetRecord(recordIndex));
|
|
int32_t L_13 = V_0;
|
|
int32_t L_14 = V_0;
|
|
RecordHeader_t6523EF3FFB7B66D4FC75A9C96AE57A0EC6D209F0* L_15;
|
|
L_15 = InputStateHistory_GetRecord_m85FF7089306517975159512B91057A59C16CC12F(__this, L_14, NULL);
|
|
Record_tF7FF07DC502355356B48CE78337FB16B196E2EE0 L_16;
|
|
memset((&L_16), 0, sizeof(L_16));
|
|
Record__ctor_mB54551B1D8C0BF391FC4910C31536CDA2A8EAB55((&L_16), __this, L_13, L_15, /*hidden argument*/NULL);
|
|
return L_16;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.InputSystem.LowLevel.InputStateHistory::set_Item(System.Int32,UnityEngine.InputSystem.LowLevel.InputStateHistory/Record)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputStateHistory_set_Item_m25F2B973017C747291051B6E22B14070EE77AB3C (InputStateHistory_tF2145C4E34E0E3AC84270533F58F047D6E28A480* __this, int32_t ___0_index, Record_tF7FF07DC502355356B48CE78337FB16B196E2EE0 ___1_value, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
Record_tF7FF07DC502355356B48CE78337FB16B196E2EE0 V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
{
|
|
// if (index < 0 || index >= m_RecordCount)
|
|
int32_t L_0 = ___0_index;
|
|
if ((((int32_t)L_0) < ((int32_t)0)))
|
|
{
|
|
goto IL_000d;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_1 = ___0_index;
|
|
int32_t L_2 = __this->___m_RecordCount_7;
|
|
if ((((int32_t)L_1) < ((int32_t)L_2)))
|
|
{
|
|
goto IL_0033;
|
|
}
|
|
}
|
|
|
|
IL_000d:
|
|
{
|
|
// throw new ArgumentOutOfRangeException(
|
|
// $"Index {index} is out of range for history with {m_RecordCount} entries", nameof(index));
|
|
int32_t L_3 = ___0_index;
|
|
int32_t L_4 = L_3;
|
|
RuntimeObject* L_5 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var)), &L_4);
|
|
int32_t L_6 = __this->___m_RecordCount_7;
|
|
int32_t L_7 = L_6;
|
|
RuntimeObject* L_8 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var)), &L_7);
|
|
String_t* L_9;
|
|
L_9 = String_Format_mFB7DA489BD99F4670881FF50EC017BFB0A5C0987(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralD408E794AF2B358E256380A4F7BA14299C3D5801)), L_5, L_8, NULL);
|
|
ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F* L_10 = (ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_10);
|
|
ArgumentOutOfRangeException__ctor_mE5B2755F0BEA043CACF915D5CE140859EE58FA66(L_10, L_9, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2B6D6F48C27C60C3B55391AB377D9DC8F5639AA1)), NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_10, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputStateHistory_set_Item_m25F2B973017C747291051B6E22B14070EE77AB3C_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_0033:
|
|
{
|
|
// var recordIndex = UserIndexToRecordIndex(index);
|
|
int32_t L_11 = ___0_index;
|
|
int32_t L_12;
|
|
L_12 = InputStateHistory_UserIndexToRecordIndex_m81D4D6EE19ED80607BAAA31F3159168AC3B5B678(__this, L_11, NULL);
|
|
V_0 = L_12;
|
|
// new Record(this, recordIndex, GetRecord(recordIndex)).CopyFrom(value);
|
|
int32_t L_13 = V_0;
|
|
int32_t L_14 = V_0;
|
|
RecordHeader_t6523EF3FFB7B66D4FC75A9C96AE57A0EC6D209F0* L_15;
|
|
L_15 = InputStateHistory_GetRecord_m85FF7089306517975159512B91057A59C16CC12F(__this, L_14, NULL);
|
|
Record_tF7FF07DC502355356B48CE78337FB16B196E2EE0 L_16;
|
|
memset((&L_16), 0, sizeof(L_16));
|
|
Record__ctor_mB54551B1D8C0BF391FC4910C31536CDA2A8EAB55((&L_16), __this, L_13, L_15, /*hidden argument*/NULL);
|
|
V_1 = L_16;
|
|
Record_tF7FF07DC502355356B48CE78337FB16B196E2EE0 L_17 = ___1_value;
|
|
Record_CopyFrom_mF3794E85475465E4DC83BBC615BC0A1506BFD105((&V_1), L_17, NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Action`1<UnityEngine.InputSystem.LowLevel.InputStateHistory/Record> UnityEngine.InputSystem.LowLevel.InputStateHistory::get_onRecordAdded()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Action_1_t382B605C2C5668A25F075BE1F415718CF3C38FF7* InputStateHistory_get_onRecordAdded_mC7C34D59B29DBCFD235DDCE9353325E8A8033D26 (InputStateHistory_tF2145C4E34E0E3AC84270533F58F047D6E28A480* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public Action<Record> onRecordAdded { get; set; }
|
|
Action_1_t382B605C2C5668A25F075BE1F415718CF3C38FF7* L_0 = __this->___U3ConRecordAddedU3Ek__BackingField_1;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.InputSystem.LowLevel.InputStateHistory::set_onRecordAdded(System.Action`1<UnityEngine.InputSystem.LowLevel.InputStateHistory/Record>)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputStateHistory_set_onRecordAdded_m6F35EA7B2352BE8359FD22FE803E6AAC1CD2E93A (InputStateHistory_tF2145C4E34E0E3AC84270533F58F047D6E28A480* __this, Action_1_t382B605C2C5668A25F075BE1F415718CF3C38FF7* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public Action<Record> onRecordAdded { get; set; }
|
|
Action_1_t382B605C2C5668A25F075BE1F415718CF3C38FF7* L_0 = ___0_value;
|
|
__this->___U3ConRecordAddedU3Ek__BackingField_1 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3ConRecordAddedU3Ek__BackingField_1), (void*)L_0);
|
|
return;
|
|
}
|
|
}
|
|
// System.Func`4<UnityEngine.InputSystem.InputControl,System.Double,UnityEngine.InputSystem.LowLevel.InputEventPtr,System.Boolean> UnityEngine.InputSystem.LowLevel.InputStateHistory::get_onShouldRecordStateChange()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Func_4_t3D08A13C5D862919E1719A02821AE8774376E3B2* InputStateHistory_get_onShouldRecordStateChange_m0A97606F5C6F09EC31752B75712EC31B6794C2D4 (InputStateHistory_tF2145C4E34E0E3AC84270533F58F047D6E28A480* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public Func<InputControl, double, InputEventPtr, bool> onShouldRecordStateChange { get; set; }
|
|
Func_4_t3D08A13C5D862919E1719A02821AE8774376E3B2* L_0 = __this->___U3ConShouldRecordStateChangeU3Ek__BackingField_2;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.InputSystem.LowLevel.InputStateHistory::set_onShouldRecordStateChange(System.Func`4<UnityEngine.InputSystem.InputControl,System.Double,UnityEngine.InputSystem.LowLevel.InputEventPtr,System.Boolean>)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputStateHistory_set_onShouldRecordStateChange_m4553C7A82A01BE25B5F1D0D2567B70FCE375F30E (InputStateHistory_tF2145C4E34E0E3AC84270533F58F047D6E28A480* __this, Func_4_t3D08A13C5D862919E1719A02821AE8774376E3B2* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public Func<InputControl, double, InputEventPtr, bool> onShouldRecordStateChange { get; set; }
|
|
Func_4_t3D08A13C5D862919E1719A02821AE8774376E3B2* L_0 = ___0_value;
|
|
__this->___U3ConShouldRecordStateChangeU3Ek__BackingField_2 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3ConShouldRecordStateChangeU3Ek__BackingField_2), (void*)L_0);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.InputSystem.LowLevel.InputStateHistory::.ctor(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputStateHistory__ctor_m240F4DEE8783B66D7300CBA0BCE2DAD14CC5F323 (InputStateHistory_tF2145C4E34E0E3AC84270533F58F047D6E28A480* __this, int32_t ___0_maxStateSizeInBytes, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// private int m_HistoryDepth = kDefaultHistorySize;
|
|
__this->___m_HistoryDepth_8 = ((int32_t)128);
|
|
// public InputStateHistory(int maxStateSizeInBytes)
|
|
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
|
|
// if (maxStateSizeInBytes <= 0)
|
|
int32_t L_0 = ___0_maxStateSizeInBytes;
|
|
if ((((int32_t)L_0) > ((int32_t)0)))
|
|
{
|
|
goto IL_0025;
|
|
}
|
|
}
|
|
{
|
|
// throw new ArgumentException("State size must be >= 0", nameof(maxStateSizeInBytes));
|
|
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*)&_stringLiteral197D445190840253A87F12CB0E158A3C3F073881)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralAB7C86761130114B26D3BC30B3ACECA5C3FD6743)), NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputStateHistory__ctor_m240F4DEE8783B66D7300CBA0BCE2DAD14CC5F323_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_0025:
|
|
{
|
|
// m_AddNewControls = true;
|
|
__this->___m_AddNewControls_13 = (bool)1;
|
|
// m_StateSizeInBytes = maxStateSizeInBytes.AlignToMultipleOf(4);
|
|
int32_t L_2 = ___0_maxStateSizeInBytes;
|
|
int32_t L_3;
|
|
L_3 = NumberHelpers_AlignToMultipleOf_m1DD6F7938F5F4EA99168EFE5AAD4604972F2FB6D_inline(L_2, 4, NULL);
|
|
__this->___m_StateSizeInBytes_6 = L_3;
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.InputSystem.LowLevel.InputStateHistory::.ctor(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputStateHistory__ctor_m4A857C282EF15E1D565F144B757577DF9D509DC1 (InputStateHistory_tF2145C4E34E0E3AC84270533F58F047D6E28A480* __this, String_t* ___0_path, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputControlList_1_Dispose_m1FD2281787B2A125095CD9203E77BA4A0F15AA82_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputControlList_1_ToArray_mB4471AF6CA979DEAE21C452D7819F9B62A67C75D_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
InputControlList_1_tDCD1283F428BB911908D4A86066022F6FEF337BA V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
// private int m_HistoryDepth = kDefaultHistorySize;
|
|
__this->___m_HistoryDepth_8 = ((int32_t)128);
|
|
// public InputStateHistory(string path)
|
|
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
|
|
// using (var controls = InputSystem.FindControls(path))
|
|
String_t* L_0 = ___0_path;
|
|
il2cpp_codegen_runtime_class_init_inline(InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var);
|
|
InputControlList_1_tDCD1283F428BB911908D4A86066022F6FEF337BA L_1;
|
|
L_1 = InputSystem_FindControls_mC0AD483AD6A77DDF24B7FAD6712C39F47371EBB1(L_0, NULL);
|
|
V_0 = L_1;
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_0036:
|
|
{// begin finally (depth: 1)
|
|
InputControlList_1_Dispose_m1FD2281787B2A125095CD9203E77BA4A0F15AA82((&V_0), InputControlList_1_Dispose_m1FD2281787B2A125095CD9203E77BA4A0F15AA82_RuntimeMethod_var);
|
|
return;
|
|
}// end finally (depth: 1)
|
|
});
|
|
try
|
|
{// begin try (depth: 1)
|
|
// m_Controls = controls.ToArray();
|
|
InputControlU5BU5D_t0B951FEF1504D6340387C4735F5D6F426F40FE17* L_2;
|
|
L_2 = InputControlList_1_ToArray_mB4471AF6CA979DEAE21C452D7819F9B62A67C75D((&V_0), (bool)0, InputControlList_1_ToArray_mB4471AF6CA979DEAE21C452D7819F9B62A67C75D_RuntimeMethod_var);
|
|
__this->___m_Controls_3 = L_2;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_Controls_3), (void*)L_2);
|
|
// m_ControlCount = m_Controls.Length;
|
|
InputControlU5BU5D_t0B951FEF1504D6340387C4735F5D6F426F40FE17* L_3 = __this->___m_Controls_3;
|
|
NullCheck(L_3);
|
|
__this->___m_ControlCount_4 = ((int32_t)(((RuntimeArray*)L_3)->max_length));
|
|
// }
|
|
goto IL_0044;
|
|
}// end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_0044:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.InputSystem.LowLevel.InputStateHistory::.ctor(UnityEngine.InputSystem.InputControl)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputStateHistory__ctor_m83710CBF5EE34E5876CEF15579CE45925C9ECDE8 (InputStateHistory_tF2145C4E34E0E3AC84270533F58F047D6E28A480* __this, InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* ___0_control, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputControlU5BU5D_t0B951FEF1504D6340387C4735F5D6F426F40FE17_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// private int m_HistoryDepth = kDefaultHistorySize;
|
|
__this->___m_HistoryDepth_8 = ((int32_t)128);
|
|
// public InputStateHistory(InputControl control)
|
|
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
|
|
// if (control == null)
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_0 = ___0_control;
|
|
if (L_0)
|
|
{
|
|
goto IL_001f;
|
|
}
|
|
}
|
|
{
|
|
// throw new ArgumentNullException(nameof(control));
|
|
ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_1 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_1);
|
|
ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralFAAED55F148F74B2C74F8C745D3CF6CBC766B1DC)), NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputStateHistory__ctor_m83710CBF5EE34E5876CEF15579CE45925C9ECDE8_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_001f:
|
|
{
|
|
// m_Controls = new[] {control};
|
|
InputControlU5BU5D_t0B951FEF1504D6340387C4735F5D6F426F40FE17* L_2 = (InputControlU5BU5D_t0B951FEF1504D6340387C4735F5D6F426F40FE17*)(InputControlU5BU5D_t0B951FEF1504D6340387C4735F5D6F426F40FE17*)SZArrayNew(InputControlU5BU5D_t0B951FEF1504D6340387C4735F5D6F426F40FE17_il2cpp_TypeInfo_var, (uint32_t)1);
|
|
InputControlU5BU5D_t0B951FEF1504D6340387C4735F5D6F426F40FE17* L_3 = L_2;
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_4 = ___0_control;
|
|
NullCheck(L_3);
|
|
ArrayElementTypeCheck (L_3, L_4);
|
|
(L_3)->SetAt(static_cast<il2cpp_array_size_t>(0), (InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E*)L_4);
|
|
__this->___m_Controls_3 = L_3;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_Controls_3), (void*)L_3);
|
|
// m_ControlCount = 1;
|
|
__this->___m_ControlCount_4 = 1;
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.InputSystem.LowLevel.InputStateHistory::.ctor(System.Collections.Generic.IEnumerable`1<UnityEngine.InputSystem.InputControl>)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputStateHistory__ctor_m45FCAFA11A6862BC42F9866D53B0BC2A46F80719 (InputStateHistory_tF2145C4E34E0E3AC84270533F58F047D6E28A480* __this, RuntimeObject* ___0_controls, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerable_ToArray_TisInputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E_m73D85BD7CD0CBD8F2F3232AB2C88BF953A63CCA0_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// private int m_HistoryDepth = kDefaultHistorySize;
|
|
__this->___m_HistoryDepth_8 = ((int32_t)128);
|
|
// public InputStateHistory(IEnumerable<InputControl> controls)
|
|
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
|
|
// if (controls != null)
|
|
RuntimeObject* L_0 = ___0_controls;
|
|
if (!L_0)
|
|
{
|
|
goto IL_002e;
|
|
}
|
|
}
|
|
{
|
|
// m_Controls = controls.ToArray();
|
|
RuntimeObject* L_1 = ___0_controls;
|
|
InputControlU5BU5D_t0B951FEF1504D6340387C4735F5D6F426F40FE17* L_2;
|
|
L_2 = Enumerable_ToArray_TisInputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E_m73D85BD7CD0CBD8F2F3232AB2C88BF953A63CCA0(L_1, Enumerable_ToArray_TisInputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E_m73D85BD7CD0CBD8F2F3232AB2C88BF953A63CCA0_RuntimeMethod_var);
|
|
__this->___m_Controls_3 = L_2;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_Controls_3), (void*)L_2);
|
|
// m_ControlCount = m_Controls.Length;
|
|
InputControlU5BU5D_t0B951FEF1504D6340387C4735F5D6F426F40FE17* L_3 = __this->___m_Controls_3;
|
|
NullCheck(L_3);
|
|
__this->___m_ControlCount_4 = ((int32_t)(((RuntimeArray*)L_3)->max_length));
|
|
}
|
|
|
|
IL_002e:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.InputSystem.LowLevel.InputStateHistory::Finalize()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputStateHistory_Finalize_m69AC352898A6B906CA308FFE8503DE9433E7A595 (InputStateHistory_tF2145C4E34E0E3AC84270533F58F047D6E28A480* __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)
|
|
// Dispose();
|
|
InputStateHistory_Dispose_m7DD7D063D0D205BB33BBCBA682F7BB98884CCE15(__this, NULL);
|
|
goto IL_000f;
|
|
}// end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_000f:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.InputSystem.LowLevel.InputStateHistory::Clear()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputStateHistory_Clear_m7B9A241840171E7224D0A01969F36CF294D227F3 (InputStateHistory_tF2145C4E34E0E3AC84270533F58F047D6E28A480* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// m_HeadIndex = 0;
|
|
__this->___m_HeadIndex_10 = 0;
|
|
// m_RecordCount = 0;
|
|
__this->___m_RecordCount_7 = 0;
|
|
// ++m_CurrentVersion;
|
|
uint32_t L_0 = __this->___m_CurrentVersion_11;
|
|
__this->___m_CurrentVersion_11 = ((int32_t)il2cpp_codegen_add((int32_t)L_0, 1));
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// UnityEngine.InputSystem.LowLevel.InputStateHistory/Record UnityEngine.InputSystem.LowLevel.InputStateHistory::AddRecord(UnityEngine.InputSystem.LowLevel.InputStateHistory/Record)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Record_tF7FF07DC502355356B48CE78337FB16B196E2EE0 InputStateHistory_AddRecord_mF1257479D3EE679694B2007D33CA6E55F8E2B7D5 (InputStateHistory_tF2145C4E34E0E3AC84270533F58F047D6E28A480* __this, Record_tF7FF07DC502355356B48CE78337FB16B196E2EE0 ___0_record, const RuntimeMethod* method)
|
|
{
|
|
RecordHeader_t6523EF3FFB7B66D4FC75A9C96AE57A0EC6D209F0* V_0 = NULL;
|
|
int32_t V_1 = 0;
|
|
Record_tF7FF07DC502355356B48CE78337FB16B196E2EE0 V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
{
|
|
// var recordPtr = AllocateRecord(out var index);
|
|
RecordHeader_t6523EF3FFB7B66D4FC75A9C96AE57A0EC6D209F0* L_0;
|
|
L_0 = InputStateHistory_AllocateRecord_mAD0E7626ECD9E937BBD46B8E84DEE7E247A8B707(__this, (&V_1), NULL);
|
|
V_0 = L_0;
|
|
// var newRecord = new Record(this, index, recordPtr);
|
|
int32_t L_1 = V_1;
|
|
RecordHeader_t6523EF3FFB7B66D4FC75A9C96AE57A0EC6D209F0* L_2 = V_0;
|
|
Record__ctor_mB54551B1D8C0BF391FC4910C31536CDA2A8EAB55((&V_2), __this, L_1, L_2, NULL);
|
|
// newRecord.CopyFrom(record);
|
|
Record_tF7FF07DC502355356B48CE78337FB16B196E2EE0 L_3 = ___0_record;
|
|
Record_CopyFrom_mF3794E85475465E4DC83BBC615BC0A1506BFD105((&V_2), L_3, NULL);
|
|
// return newRecord;
|
|
Record_tF7FF07DC502355356B48CE78337FB16B196E2EE0 L_4 = V_2;
|
|
return L_4;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.InputSystem.LowLevel.InputStateHistory::StartRecording()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputStateHistory_StartRecording_mF4D22DFFB38256D8C147A098282110A961D7030C (InputStateHistory_tF2145C4E34E0E3AC84270533F58F047D6E28A480* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_Dispose_m09170C1C13419F141F9828D8CCCB9C39C5C81676_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_mA0F54BBB859772E40488DDEAB062E59A054C4BCD_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_m41544A012DB6D430DA27A1A8AA3EB061D804936B_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlyArray_1_GetEnumerator_m612F1B35C81D7D8976F6A0815DE9D5DB7AE6C7DC_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Enumerator_t9E6B6B706EC0D83D954AF58AAD5F12BA71954C0E V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
ReadOnlyArray_1_tA1DF7A256AD2BF17FB155224CB2611ED215EFCD3 V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
{
|
|
// foreach (var control in controls)
|
|
ReadOnlyArray_1_tA1DF7A256AD2BF17FB155224CB2611ED215EFCD3 L_0;
|
|
L_0 = InputStateHistory_get_controls_m2B1056A5B21F2A8CFAAEE9136E24D27C4BFF31CC(__this, NULL);
|
|
V_1 = L_0;
|
|
Enumerator_t9E6B6B706EC0D83D954AF58AAD5F12BA71954C0E L_1;
|
|
L_1 = ReadOnlyArray_1_GetEnumerator_m612F1B35C81D7D8976F6A0815DE9D5DB7AE6C7DC((&V_1), ReadOnlyArray_1_GetEnumerator_m612F1B35C81D7D8976F6A0815DE9D5DB7AE6C7DC_RuntimeMethod_var);
|
|
V_0 = L_1;
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_002c:
|
|
{// begin finally (depth: 1)
|
|
Enumerator_Dispose_m09170C1C13419F141F9828D8CCCB9C39C5C81676((&V_0), Enumerator_Dispose_m09170C1C13419F141F9828D8CCCB9C39C5C81676_RuntimeMethod_var);
|
|
return;
|
|
}// end finally (depth: 1)
|
|
});
|
|
try
|
|
{// begin try (depth: 1)
|
|
{
|
|
goto IL_0021_1;
|
|
}
|
|
|
|
IL_0011_1:
|
|
{
|
|
// foreach (var control in controls)
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_2;
|
|
L_2 = Enumerator_get_Current_m41544A012DB6D430DA27A1A8AA3EB061D804936B((&V_0), Enumerator_get_Current_m41544A012DB6D430DA27A1A8AA3EB061D804936B_RuntimeMethod_var);
|
|
// InputState.AddChangeMonitor(control, this);
|
|
InputState_AddChangeMonitor_m53B3C54D5C31F79F8F6295CA2EDE1EE2F8F05B22(L_2, __this, ((int64_t)(-1)), 0, NULL);
|
|
}
|
|
|
|
IL_0021_1:
|
|
{
|
|
// foreach (var control in controls)
|
|
bool L_3;
|
|
L_3 = Enumerator_MoveNext_mA0F54BBB859772E40488DDEAB062E59A054C4BCD((&V_0), Enumerator_MoveNext_mA0F54BBB859772E40488DDEAB062E59A054C4BCD_RuntimeMethod_var);
|
|
if (L_3)
|
|
{
|
|
goto IL_0011_1;
|
|
}
|
|
}
|
|
{
|
|
goto IL_003a;
|
|
}
|
|
}// end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_003a:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.InputSystem.LowLevel.InputStateHistory::StopRecording()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputStateHistory_StopRecording_mED345F52B850C222CA66192B598C25C36898C8FB (InputStateHistory_tF2145C4E34E0E3AC84270533F58F047D6E28A480* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_Dispose_m09170C1C13419F141F9828D8CCCB9C39C5C81676_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_mA0F54BBB859772E40488DDEAB062E59A054C4BCD_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_m41544A012DB6D430DA27A1A8AA3EB061D804936B_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlyArray_1_GetEnumerator_m612F1B35C81D7D8976F6A0815DE9D5DB7AE6C7DC_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Enumerator_t9E6B6B706EC0D83D954AF58AAD5F12BA71954C0E V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
ReadOnlyArray_1_tA1DF7A256AD2BF17FB155224CB2611ED215EFCD3 V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
{
|
|
// foreach (var control in controls)
|
|
ReadOnlyArray_1_tA1DF7A256AD2BF17FB155224CB2611ED215EFCD3 L_0;
|
|
L_0 = InputStateHistory_get_controls_m2B1056A5B21F2A8CFAAEE9136E24D27C4BFF31CC(__this, NULL);
|
|
V_1 = L_0;
|
|
Enumerator_t9E6B6B706EC0D83D954AF58AAD5F12BA71954C0E L_1;
|
|
L_1 = ReadOnlyArray_1_GetEnumerator_m612F1B35C81D7D8976F6A0815DE9D5DB7AE6C7DC((&V_1), ReadOnlyArray_1_GetEnumerator_m612F1B35C81D7D8976F6A0815DE9D5DB7AE6C7DC_RuntimeMethod_var);
|
|
V_0 = L_1;
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_002b:
|
|
{// begin finally (depth: 1)
|
|
Enumerator_Dispose_m09170C1C13419F141F9828D8CCCB9C39C5C81676((&V_0), Enumerator_Dispose_m09170C1C13419F141F9828D8CCCB9C39C5C81676_RuntimeMethod_var);
|
|
return;
|
|
}// end finally (depth: 1)
|
|
});
|
|
try
|
|
{// begin try (depth: 1)
|
|
{
|
|
goto IL_0020_1;
|
|
}
|
|
|
|
IL_0011_1:
|
|
{
|
|
// foreach (var control in controls)
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_2;
|
|
L_2 = Enumerator_get_Current_m41544A012DB6D430DA27A1A8AA3EB061D804936B((&V_0), Enumerator_get_Current_m41544A012DB6D430DA27A1A8AA3EB061D804936B_RuntimeMethod_var);
|
|
// InputState.RemoveChangeMonitor(control, this);
|
|
InputState_RemoveChangeMonitor_m88D0A78BCF1709FCE5DCBEF0E98F38848EA090F7(L_2, __this, ((int64_t)(-1)), NULL);
|
|
}
|
|
|
|
IL_0020_1:
|
|
{
|
|
// foreach (var control in controls)
|
|
bool L_3;
|
|
L_3 = Enumerator_MoveNext_mA0F54BBB859772E40488DDEAB062E59A054C4BCD((&V_0), Enumerator_MoveNext_mA0F54BBB859772E40488DDEAB062E59A054C4BCD_RuntimeMethod_var);
|
|
if (L_3)
|
|
{
|
|
goto IL_0011_1;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0039;
|
|
}
|
|
}// end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_0039:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// UnityEngine.InputSystem.LowLevel.InputStateHistory/Record UnityEngine.InputSystem.LowLevel.InputStateHistory::RecordStateChange(UnityEngine.InputSystem.InputControl,UnityEngine.InputSystem.LowLevel.InputEventPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Record_tF7FF07DC502355356B48CE78337FB16B196E2EE0 InputStateHistory_RecordStateChange_m7D8129E325BF00887E39014E9BBE47C430A734A1 (InputStateHistory_tF2145C4E34E0E3AC84270533F58F047D6E28A480* __this, InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* ___0_control, InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0 ___1_eventPtr, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputEventPtr_IsA_TisDeltaStateEvent_tC11D9B5FD8A535C2D998D30F8624E6533044D859_mF1E078C1A9AC9C4697BA6A4F763D17E398CBBDE7_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputEventPtr_IsA_TisStateEvent_tB93D5F08B084A2BC9FFC71B084409DBBD2516C0F_mA9BDDBB4B234A924F74AB0343F6F3CFDBFF70327_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
uint8_t* V_0 = NULL;
|
|
InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5 V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
{
|
|
// if (eventPtr.IsA<DeltaStateEvent>())
|
|
bool L_0;
|
|
L_0 = InputEventPtr_IsA_TisDeltaStateEvent_tC11D9B5FD8A535C2D998D30F8624E6533044D859_mF1E078C1A9AC9C4697BA6A4F763D17E398CBBDE7((&___1_eventPtr), InputEventPtr_IsA_TisDeltaStateEvent_tC11D9B5FD8A535C2D998D30F8624E6533044D859_mF1E078C1A9AC9C4697BA6A4F763D17E398CBBDE7_RuntimeMethod_var);
|
|
if (!L_0)
|
|
{
|
|
goto IL_000f;
|
|
}
|
|
}
|
|
{
|
|
// throw new NotImplementedException();
|
|
NotImplementedException_t6366FE4DCF15094C51F4833B91A2AE68D4DA90E8* L_1 = (NotImplementedException_t6366FE4DCF15094C51F4833B91A2AE68D4DA90E8*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotImplementedException_t6366FE4DCF15094C51F4833B91A2AE68D4DA90E8_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_1);
|
|
NotImplementedException__ctor_mDAB47BC6BD0E342E8F2171E5CABE3E67EA049F1C(L_1, NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputStateHistory_RecordStateChange_m7D8129E325BF00887E39014E9BBE47C430A734A1_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_000f:
|
|
{
|
|
// if (!eventPtr.IsA<StateEvent>())
|
|
bool L_2;
|
|
L_2 = InputEventPtr_IsA_TisStateEvent_tB93D5F08B084A2BC9FFC71B084409DBBD2516C0F_mA9BDDBB4B234A924F74AB0343F6F3CFDBFF70327((&___1_eventPtr), InputEventPtr_IsA_TisStateEvent_tB93D5F08B084A2BC9FFC71B084409DBBD2516C0F_mA9BDDBB4B234A924F74AB0343F6F3CFDBFF70327_RuntimeMethod_var);
|
|
if (L_2)
|
|
{
|
|
goto IL_0033;
|
|
}
|
|
}
|
|
{
|
|
// throw new ArgumentException($"Event must be a state event but is '{eventPtr}' instead",
|
|
// nameof(eventPtr));
|
|
InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0 L_3 = ___1_eventPtr;
|
|
InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0 L_4 = L_3;
|
|
RuntimeObject* L_5 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0_il2cpp_TypeInfo_var)), &L_4);
|
|
String_t* L_6;
|
|
L_6 = String_Format_mA8DBB4C2516B9723C5A41E6CB1E2FAF4BBE96DD8(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralAC0DC1253204E948ED3ED4CBD63CB21B87F6355B)), L_5, NULL);
|
|
ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_7 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_7);
|
|
ArgumentException__ctor_m8F9D40CE19D19B698A70F9A258640EB52DB39B62(L_7, L_6, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralBA67382D61289B0EDBD1CD867DE673562B9B5111)), NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputStateHistory_RecordStateChange_m7D8129E325BF00887E39014E9BBE47C430A734A1_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_0033:
|
|
{
|
|
// var statePtr = (byte*)StateEvent.From(eventPtr)->state - control.device.stateBlock.byteOffset;
|
|
InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0 L_8 = ___1_eventPtr;
|
|
StateEvent_tB93D5F08B084A2BC9FFC71B084409DBBD2516C0F* L_9;
|
|
L_9 = StateEvent_From_m673CE00ED44EED4E56EF99C685FF0636E5B11F4D(L_8, NULL);
|
|
void* L_10;
|
|
L_10 = StateEvent_get_state_m4DE9A0A398BE8CBC86DF8FA13B75028B22B27C26((StateEvent_tB93D5F08B084A2BC9FFC71B084409DBBD2516C0F*)L_9, NULL);
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_11 = ___0_control;
|
|
NullCheck(L_11);
|
|
InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* L_12;
|
|
L_12 = InputControl_get_device_mAB3E013F566CF3407B8C36BC781EBD751DFAB324_inline(L_11, NULL);
|
|
NullCheck(L_12);
|
|
InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5 L_13;
|
|
L_13 = InputControl_get_stateBlock_mCAE31879EDC6621B35B368B4916219D30EAA0B0B_inline(L_12, NULL);
|
|
V_1 = L_13;
|
|
uint32_t L_14;
|
|
L_14 = InputStateBlock_get_byteOffset_m6EADE5C9C8B346D38E543E38777ED67ED2AEA0AC_inline((&V_1), NULL);
|
|
V_0 = (uint8_t*)((void*)il2cpp_codegen_subtract((intptr_t)L_10, (intptr_t)((uintptr_t)L_14)));
|
|
// return RecordStateChange(control, statePtr, eventPtr.time);
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_15 = ___0_control;
|
|
uint8_t* L_16 = V_0;
|
|
double L_17;
|
|
L_17 = InputEventPtr_get_time_mD2C90C66C334E767E2F9B5B9A3711B500027B185((&___1_eventPtr), NULL);
|
|
Record_tF7FF07DC502355356B48CE78337FB16B196E2EE0 L_18;
|
|
L_18 = InputStateHistory_RecordStateChange_mB6A376EF3B00C27D23B0D2C268AD78E28F5259A8(__this, L_15, (void*)L_16, L_17, NULL);
|
|
return L_18;
|
|
}
|
|
}
|
|
// UnityEngine.InputSystem.LowLevel.InputStateHistory/Record UnityEngine.InputSystem.LowLevel.InputStateHistory::RecordStateChange(UnityEngine.InputSystem.InputControl,System.Void*,System.Double)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Record_tF7FF07DC502355356B48CE78337FB16B196E2EE0 InputStateHistory_RecordStateChange_mB6A376EF3B00C27D23B0D2C268AD78E28F5259A8 (InputStateHistory_tF2145C4E34E0E3AC84270533F58F047D6E28A480* __this, InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* ___0_control, void* ___1_statePtr, double ___2_time, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArrayHelpers_AppendWithCapacity_TisInputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E_mD1EB70229BA4FCE7BB48A627BDB2246259B0B02A_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArrayHelpers_IndexOfReference_TisInputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E_TisInputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E_mFF3C6B920686BD33ABEB2D3CD00012EFCD857912_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
RecordHeader_t6523EF3FFB7B66D4FC75A9C96AE57A0EC6D209F0* V_1 = NULL;
|
|
int32_t V_2 = 0;
|
|
uint8_t* V_3 = NULL;
|
|
uint32_t V_4 = 0;
|
|
uint32_t V_5 = 0;
|
|
Record_tF7FF07DC502355356B48CE78337FB16B196E2EE0 V_6;
|
|
memset((&V_6), 0, sizeof(V_6));
|
|
InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5 V_7;
|
|
memset((&V_7), 0, sizeof(V_7));
|
|
uint32_t V_8 = 0;
|
|
Action_1_t382B605C2C5668A25F075BE1F415718CF3C38FF7* G_B11_0 = NULL;
|
|
Action_1_t382B605C2C5668A25F075BE1F415718CF3C38FF7* G_B10_0 = NULL;
|
|
{
|
|
// var controlIndex = ArrayHelpers.IndexOfReference(m_Controls, control, m_ControlCount);
|
|
InputControlU5BU5D_t0B951FEF1504D6340387C4735F5D6F426F40FE17* L_0 = __this->___m_Controls_3;
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_1 = ___0_control;
|
|
int32_t L_2 = __this->___m_ControlCount_4;
|
|
int32_t L_3;
|
|
L_3 = ArrayHelpers_IndexOfReference_TisInputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E_TisInputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E_mFF3C6B920686BD33ABEB2D3CD00012EFCD857912(L_0, L_1, L_2, ArrayHelpers_IndexOfReference_TisInputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E_TisInputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E_mFF3C6B920686BD33ABEB2D3CD00012EFCD857912_RuntimeMethod_var);
|
|
V_0 = L_3;
|
|
// if (controlIndex == -1)
|
|
int32_t L_4 = V_0;
|
|
if ((!(((uint32_t)L_4) == ((uint32_t)(-1)))))
|
|
{
|
|
goto IL_0081;
|
|
}
|
|
}
|
|
{
|
|
// if (m_AddNewControls)
|
|
bool L_5 = __this->___m_AddNewControls_13;
|
|
if (!L_5)
|
|
{
|
|
goto IL_006b;
|
|
}
|
|
}
|
|
{
|
|
// if (control.stateBlock.alignedSizeInBytes > m_StateSizeInBytes)
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_6 = ___0_control;
|
|
NullCheck(L_6);
|
|
InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5 L_7;
|
|
L_7 = InputControl_get_stateBlock_mCAE31879EDC6621B35B368B4916219D30EAA0B0B_inline(L_6, NULL);
|
|
V_7 = L_7;
|
|
uint32_t L_8;
|
|
L_8 = InputStateBlock_get_alignedSizeInBytes_mF360E8CFBEE9BE05FC7DFA3533E069A5A96827F5((&V_7), NULL);
|
|
int32_t L_9 = __this->___m_StateSizeInBytes_6;
|
|
if ((((int64_t)((int64_t)(uint64_t)L_8)) <= ((int64_t)((int64_t)L_9))))
|
|
{
|
|
goto IL_0054;
|
|
}
|
|
}
|
|
{
|
|
// throw new InvalidOperationException(
|
|
// $"Cannot add control '{control}' with state larger than {m_StateSizeInBytes} bytes");
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_10 = ___0_control;
|
|
int32_t L_11 = __this->___m_StateSizeInBytes_6;
|
|
int32_t L_12 = L_11;
|
|
RuntimeObject* L_13 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var)), &L_12);
|
|
String_t* L_14;
|
|
L_14 = String_Format_mFB7DA489BD99F4670881FF50EC017BFB0A5C0987(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2D57942EAE3C438C6CB53922DEAE5D502F81D470)), L_10, L_13, NULL);
|
|
InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_15 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_15);
|
|
InvalidOperationException__ctor_mE4CB6F4712AB6D99A2358FBAE2E052B3EE976162(L_15, L_14, NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_15, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputStateHistory_RecordStateChange_mB6A376EF3B00C27D23B0D2C268AD78E28F5259A8_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_0054:
|
|
{
|
|
// controlIndex = ArrayHelpers.AppendWithCapacity(ref m_Controls, ref m_ControlCount, control);
|
|
InputControlU5BU5D_t0B951FEF1504D6340387C4735F5D6F426F40FE17** L_16 = (&__this->___m_Controls_3);
|
|
int32_t* L_17 = (&__this->___m_ControlCount_4);
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_18 = ___0_control;
|
|
int32_t L_19;
|
|
L_19 = ArrayHelpers_AppendWithCapacity_TisInputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E_mD1EB70229BA4FCE7BB48A627BDB2246259B0B02A(L_16, L_17, L_18, ((int32_t)10), ArrayHelpers_AppendWithCapacity_TisInputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E_mD1EB70229BA4FCE7BB48A627BDB2246259B0B02A_RuntimeMethod_var);
|
|
V_0 = L_19;
|
|
goto IL_0081;
|
|
}
|
|
|
|
IL_006b:
|
|
{
|
|
// throw new ArgumentException($"Control '{control}' is not part of InputStateHistory",
|
|
// nameof(control));
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_20 = ___0_control;
|
|
String_t* L_21;
|
|
L_21 = String_Format_mA8DBB4C2516B9723C5A41E6CB1E2FAF4BBE96DD8(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral05BE280FD63CE361B6B8A48FEA1563472CAD9ECF)), L_20, NULL);
|
|
ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_22 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_22);
|
|
ArgumentException__ctor_m8F9D40CE19D19B698A70F9A258640EB52DB39B62(L_22, L_21, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralFAAED55F148F74B2C74F8C745D3CF6CBC766B1DC)), NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_22, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputStateHistory_RecordStateChange_mB6A376EF3B00C27D23B0D2C268AD78E28F5259A8_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_0081:
|
|
{
|
|
// var recordPtr = AllocateRecord(out var index);
|
|
RecordHeader_t6523EF3FFB7B66D4FC75A9C96AE57A0EC6D209F0* L_23;
|
|
L_23 = InputStateHistory_AllocateRecord_mAD0E7626ECD9E937BBD46B8E84DEE7E247A8B707(__this, (&V_2), NULL);
|
|
V_1 = L_23;
|
|
// recordPtr->time = time;
|
|
RecordHeader_t6523EF3FFB7B66D4FC75A9C96AE57A0EC6D209F0* L_24 = V_1;
|
|
double L_25 = ___2_time;
|
|
NullCheck(L_24);
|
|
L_24->___time_0 = L_25;
|
|
// recordPtr->version = ++m_CurrentVersion;
|
|
RecordHeader_t6523EF3FFB7B66D4FC75A9C96AE57A0EC6D209F0* L_26 = V_1;
|
|
uint32_t L_27 = __this->___m_CurrentVersion_11;
|
|
V_8 = ((int32_t)il2cpp_codegen_add((int32_t)L_27, 1));
|
|
uint32_t L_28 = V_8;
|
|
__this->___m_CurrentVersion_11 = L_28;
|
|
uint32_t L_29 = V_8;
|
|
NullCheck(L_26);
|
|
L_26->___version_1 = L_29;
|
|
// var stateBufferPtr = recordPtr->statePtrWithoutControlIndex;
|
|
RecordHeader_t6523EF3FFB7B66D4FC75A9C96AE57A0EC6D209F0* L_30 = V_1;
|
|
uint8_t* L_31;
|
|
L_31 = RecordHeader_get_statePtrWithoutControlIndex_m06FC191CB4801F442A0B972DA23B48ECE629922C((RecordHeader_t6523EF3FFB7B66D4FC75A9C96AE57A0EC6D209F0*)L_30, NULL);
|
|
V_3 = L_31;
|
|
// if (m_ControlCount > 1 || m_AddNewControls)
|
|
int32_t L_32 = __this->___m_ControlCount_4;
|
|
if ((((int32_t)L_32) > ((int32_t)1)))
|
|
{
|
|
goto IL_00c3;
|
|
}
|
|
}
|
|
{
|
|
bool L_33 = __this->___m_AddNewControls_13;
|
|
if (!L_33)
|
|
{
|
|
goto IL_00d1;
|
|
}
|
|
}
|
|
|
|
IL_00c3:
|
|
{
|
|
// recordPtr->controlIndex = controlIndex;
|
|
RecordHeader_t6523EF3FFB7B66D4FC75A9C96AE57A0EC6D209F0* L_34 = V_1;
|
|
int32_t L_35 = V_0;
|
|
NullCheck(L_34);
|
|
L_34->___controlIndex_2 = L_35;
|
|
// stateBufferPtr = recordPtr->statePtrWithControlIndex;
|
|
RecordHeader_t6523EF3FFB7B66D4FC75A9C96AE57A0EC6D209F0* L_36 = V_1;
|
|
uint8_t* L_37;
|
|
L_37 = RecordHeader_get_statePtrWithControlIndex_m68BBA8402AF00318B40229E5121F9C5132A3B655((RecordHeader_t6523EF3FFB7B66D4FC75A9C96AE57A0EC6D209F0*)L_36, NULL);
|
|
V_3 = L_37;
|
|
}
|
|
|
|
IL_00d1:
|
|
{
|
|
// var stateSize = control.stateBlock.alignedSizeInBytes;
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_38 = ___0_control;
|
|
NullCheck(L_38);
|
|
InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5 L_39;
|
|
L_39 = InputControl_get_stateBlock_mCAE31879EDC6621B35B368B4916219D30EAA0B0B_inline(L_38, NULL);
|
|
V_7 = L_39;
|
|
uint32_t L_40;
|
|
L_40 = InputStateBlock_get_alignedSizeInBytes_mF360E8CFBEE9BE05FC7DFA3533E069A5A96827F5((&V_7), NULL);
|
|
V_4 = L_40;
|
|
// var stateOffset = control.stateBlock.byteOffset;
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_41 = ___0_control;
|
|
NullCheck(L_41);
|
|
InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5 L_42;
|
|
L_42 = InputControl_get_stateBlock_mCAE31879EDC6621B35B368B4916219D30EAA0B0B_inline(L_41, NULL);
|
|
V_7 = L_42;
|
|
uint32_t L_43;
|
|
L_43 = InputStateBlock_get_byteOffset_m6EADE5C9C8B346D38E543E38777ED67ED2AEA0AC_inline((&V_7), NULL);
|
|
V_5 = L_43;
|
|
// UnsafeUtility.MemCpy(stateBufferPtr, (byte*)statePtr + stateOffset, stateSize);
|
|
uint8_t* L_44 = V_3;
|
|
void* L_45 = ___1_statePtr;
|
|
uint32_t L_46 = V_5;
|
|
uint32_t L_47 = V_4;
|
|
UnsafeUtility_MemCpy_m5CEA91ACDADC522E584AE3A2AB2B0B74393A9177((void*)L_44, ((void*)il2cpp_codegen_add((intptr_t)L_45, (intptr_t)((uintptr_t)L_46))), ((int64_t)(uint64_t)L_47), NULL);
|
|
// var record = new Record(this, index, recordPtr);
|
|
int32_t L_48 = V_2;
|
|
RecordHeader_t6523EF3FFB7B66D4FC75A9C96AE57A0EC6D209F0* L_49 = V_1;
|
|
Record__ctor_mB54551B1D8C0BF391FC4910C31536CDA2A8EAB55((&V_6), __this, L_48, L_49, NULL);
|
|
// onRecordAdded?.Invoke(record);
|
|
Action_1_t382B605C2C5668A25F075BE1F415718CF3C38FF7* L_50;
|
|
L_50 = InputStateHistory_get_onRecordAdded_mC7C34D59B29DBCFD235DDCE9353325E8A8033D26_inline(__this, NULL);
|
|
Action_1_t382B605C2C5668A25F075BE1F415718CF3C38FF7* L_51 = L_50;
|
|
G_B10_0 = L_51;
|
|
if (L_51)
|
|
{
|
|
G_B11_0 = L_51;
|
|
goto IL_0117;
|
|
}
|
|
}
|
|
{
|
|
goto IL_011e;
|
|
}
|
|
|
|
IL_0117:
|
|
{
|
|
Record_tF7FF07DC502355356B48CE78337FB16B196E2EE0 L_52 = V_6;
|
|
NullCheck(G_B11_0);
|
|
Action_1_Invoke_m385E2072F05E124A5C5A65458BECB656EA710704_inline(G_B11_0, L_52, NULL);
|
|
}
|
|
|
|
IL_011e:
|
|
{
|
|
// return record;
|
|
Record_tF7FF07DC502355356B48CE78337FB16B196E2EE0 L_53 = V_6;
|
|
return L_53;
|
|
}
|
|
}
|
|
// System.Collections.Generic.IEnumerator`1<UnityEngine.InputSystem.LowLevel.InputStateHistory/Record> UnityEngine.InputSystem.LowLevel.InputStateHistory::GetEnumerator()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* InputStateHistory_GetEnumerator_mC358AF7122BC504AD6608B3CA589712C3A2811E2 (InputStateHistory_tF2145C4E34E0E3AC84270533F58F047D6E28A480* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_t64151AA4F7A5CBB087D385EA4DCA7F3B6BB74935_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// return new Enumerator(this);
|
|
Enumerator_t64151AA4F7A5CBB087D385EA4DCA7F3B6BB74935 L_0;
|
|
memset((&L_0), 0, sizeof(L_0));
|
|
Enumerator__ctor_m6A3295CBAC2E7F52327147C8A5214209EB8D1185((&L_0), __this, /*hidden argument*/NULL);
|
|
Enumerator_t64151AA4F7A5CBB087D385EA4DCA7F3B6BB74935 L_1 = L_0;
|
|
RuntimeObject* L_2 = Box(Enumerator_t64151AA4F7A5CBB087D385EA4DCA7F3B6BB74935_il2cpp_TypeInfo_var, &L_1);
|
|
return (RuntimeObject*)L_2;
|
|
}
|
|
}
|
|
// System.Collections.IEnumerator UnityEngine.InputSystem.LowLevel.InputStateHistory::System.Collections.IEnumerable.GetEnumerator()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* InputStateHistory_System_Collections_IEnumerable_GetEnumerator_mF0C7C81BA765052E23C5C66AEF8B7B797C4CF5E1 (InputStateHistory_tF2145C4E34E0E3AC84270533F58F047D6E28A480* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// return GetEnumerator();
|
|
RuntimeObject* L_0;
|
|
L_0 = InputStateHistory_GetEnumerator_mC358AF7122BC504AD6608B3CA589712C3A2811E2(__this, NULL);
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.InputSystem.LowLevel.InputStateHistory::Dispose()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputStateHistory_Dispose_m7DD7D063D0D205BB33BBCBA682F7BB98884CCE15 (InputStateHistory_tF2145C4E34E0E3AC84270533F58F047D6E28A480* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GC_t920F9CF6EBB7C787E5010A4352E1B587F356DC58_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// StopRecording();
|
|
InputStateHistory_StopRecording_mED345F52B850C222CA66192B598C25C36898C8FB(__this, NULL);
|
|
// Destroy();
|
|
InputStateHistory_Destroy_m7B861DBB59BE6BCED421F7FDC4B7061FDAF32D65(__this, NULL);
|
|
// GC.SuppressFinalize(this);
|
|
il2cpp_codegen_runtime_class_init_inline(GC_t920F9CF6EBB7C787E5010A4352E1B587F356DC58_il2cpp_TypeInfo_var);
|
|
GC_SuppressFinalize_m71815DBD5A0CD2EA1BE43317B08B7A14949EDC65(__this, NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.InputSystem.LowLevel.InputStateHistory::Destroy()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputStateHistory_Destroy_m7B861DBB59BE6BCED421F7FDC4B7061FDAF32D65 (InputStateHistory_tF2145C4E34E0E3AC84270533F58F047D6E28A480* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeArray_1_Dispose_m8B0F342847ECB90EB814E1F6AA5BF7DC2F271AEA_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeArray_1_get_IsCreated_mD74FCA194584E6EA7916853B62401EB78240A081_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// if (m_RecordBuffer.IsCreated)
|
|
NativeArray_1_t81F55263465517B73C455D3400CF67B4BADD85CF* L_0 = (&__this->___m_RecordBuffer_5);
|
|
bool L_1;
|
|
L_1 = NativeArray_1_get_IsCreated_mD74FCA194584E6EA7916853B62401EB78240A081(L_0, NativeArray_1_get_IsCreated_mD74FCA194584E6EA7916853B62401EB78240A081_RuntimeMethod_var);
|
|
if (!L_1)
|
|
{
|
|
goto IL_0024;
|
|
}
|
|
}
|
|
{
|
|
// m_RecordBuffer.Dispose();
|
|
NativeArray_1_t81F55263465517B73C455D3400CF67B4BADD85CF* L_2 = (&__this->___m_RecordBuffer_5);
|
|
NativeArray_1_Dispose_m8B0F342847ECB90EB814E1F6AA5BF7DC2F271AEA(L_2, NativeArray_1_Dispose_m8B0F342847ECB90EB814E1F6AA5BF7DC2F271AEA_RuntimeMethod_var);
|
|
// m_RecordBuffer = new NativeArray<byte>();
|
|
NativeArray_1_t81F55263465517B73C455D3400CF67B4BADD85CF* L_3 = (&__this->___m_RecordBuffer_5);
|
|
il2cpp_codegen_initobj(L_3, sizeof(NativeArray_1_t81F55263465517B73C455D3400CF67B4BADD85CF));
|
|
}
|
|
|
|
IL_0024:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.InputSystem.LowLevel.InputStateHistory::Allocate()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputStateHistory_Allocate_mFFC68B0BAB36A619E0DE6B48E8A3930F5E36E9B7 (InputStateHistory_tF2145C4E34E0E3AC84270533F58F047D6E28A480* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_Dispose_m09170C1C13419F141F9828D8CCCB9C39C5C81676_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_mA0F54BBB859772E40488DDEAB062E59A054C4BCD_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_m41544A012DB6D430DA27A1A8AA3EB061D804936B_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tEB65DE7CA8B083C412C969C92981C030865486CE_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeArray_1__ctor_m981CC7E27B6C9946024877F2696920951443B04F_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlyArray_1_GetEnumerator_m612F1B35C81D7D8976F6A0815DE9D5DB7AE6C7DC_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
Enumerator_t9E6B6B706EC0D83D954AF58AAD5F12BA71954C0E V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
ReadOnlyArray_1_tA1DF7A256AD2BF17FB155224CB2611ED215EFCD3 V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* V_3 = NULL;
|
|
InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5 V_4;
|
|
memset((&V_4), 0, sizeof(V_4));
|
|
{
|
|
// if (!m_AddNewControls)
|
|
bool L_0 = __this->___m_AddNewControls_13;
|
|
if (L_0)
|
|
{
|
|
goto IL_0061;
|
|
}
|
|
}
|
|
{
|
|
// m_StateSizeInBytes = 0;
|
|
__this->___m_StateSizeInBytes_6 = 0;
|
|
// foreach (var control in controls)
|
|
ReadOnlyArray_1_tA1DF7A256AD2BF17FB155224CB2611ED215EFCD3 L_1;
|
|
L_1 = InputStateHistory_get_controls_m2B1056A5B21F2A8CFAAEE9136E24D27C4BFF31CC(__this, NULL);
|
|
V_2 = L_1;
|
|
Enumerator_t9E6B6B706EC0D83D954AF58AAD5F12BA71954C0E L_2;
|
|
L_2 = ReadOnlyArray_1_GetEnumerator_m612F1B35C81D7D8976F6A0815DE9D5DB7AE6C7DC((&V_2), ReadOnlyArray_1_GetEnumerator_m612F1B35C81D7D8976F6A0815DE9D5DB7AE6C7DC_RuntimeMethod_var);
|
|
V_1 = L_2;
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_0053:
|
|
{// begin finally (depth: 1)
|
|
Enumerator_Dispose_m09170C1C13419F141F9828D8CCCB9C39C5C81676((&V_1), Enumerator_Dispose_m09170C1C13419F141F9828D8CCCB9C39C5C81676_RuntimeMethod_var);
|
|
return;
|
|
}// end finally (depth: 1)
|
|
});
|
|
try
|
|
{// begin try (depth: 1)
|
|
{
|
|
goto IL_0048_1;
|
|
}
|
|
|
|
IL_0020_1:
|
|
{
|
|
// foreach (var control in controls)
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_3;
|
|
L_3 = Enumerator_get_Current_m41544A012DB6D430DA27A1A8AA3EB061D804936B((&V_1), Enumerator_get_Current_m41544A012DB6D430DA27A1A8AA3EB061D804936B_RuntimeMethod_var);
|
|
V_3 = L_3;
|
|
// m_StateSizeInBytes = (int)Math.Max((uint)m_StateSizeInBytes, control.stateBlock.alignedSizeInBytes);
|
|
int32_t L_4 = __this->___m_StateSizeInBytes_6;
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_5 = V_3;
|
|
NullCheck(L_5);
|
|
InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5 L_6;
|
|
L_6 = InputControl_get_stateBlock_mCAE31879EDC6621B35B368B4916219D30EAA0B0B_inline(L_5, NULL);
|
|
V_4 = L_6;
|
|
uint32_t L_7;
|
|
L_7 = InputStateBlock_get_alignedSizeInBytes_mF360E8CFBEE9BE05FC7DFA3533E069A5A96827F5((&V_4), NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Math_tEB65DE7CA8B083C412C969C92981C030865486CE_il2cpp_TypeInfo_var);
|
|
uint32_t L_8;
|
|
L_8 = Math_Max_m6612C5AE2D40056418765878E8787E4828D2ADD7(L_4, L_7, NULL);
|
|
__this->___m_StateSizeInBytes_6 = L_8;
|
|
}
|
|
|
|
IL_0048_1:
|
|
{
|
|
// foreach (var control in controls)
|
|
bool L_9;
|
|
L_9 = Enumerator_MoveNext_mA0F54BBB859772E40488DDEAB062E59A054C4BCD((&V_1), Enumerator_MoveNext_mA0F54BBB859772E40488DDEAB062E59A054C4BCD_RuntimeMethod_var);
|
|
if (L_9)
|
|
{
|
|
goto IL_0020_1;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0061;
|
|
}
|
|
}// end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_0061:
|
|
{
|
|
// var totalSizeOfBuffer = bytesPerRecord * m_HistoryDepth;
|
|
int32_t L_10;
|
|
L_10 = InputStateHistory_get_bytesPerRecord_mAF516CE1E45E3EBA46EDFFF2923908D6B672D114(__this, NULL);
|
|
int32_t L_11 = __this->___m_HistoryDepth_8;
|
|
V_0 = ((int32_t)il2cpp_codegen_multiply(L_10, L_11));
|
|
// m_RecordBuffer = new NativeArray<byte>(totalSizeOfBuffer, Allocator.Persistent,
|
|
// NativeArrayOptions.UninitializedMemory);
|
|
int32_t L_12 = V_0;
|
|
NativeArray_1_t81F55263465517B73C455D3400CF67B4BADD85CF L_13;
|
|
memset((&L_13), 0, sizeof(L_13));
|
|
NativeArray_1__ctor_m981CC7E27B6C9946024877F2696920951443B04F((&L_13), L_12, 4, 0, /*hidden argument*/NativeArray_1__ctor_m981CC7E27B6C9946024877F2696920951443B04F_RuntimeMethod_var);
|
|
__this->___m_RecordBuffer_5 = L_13;
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Int32 UnityEngine.InputSystem.LowLevel.InputStateHistory::RecordIndexToUserIndex(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t InputStateHistory_RecordIndexToUserIndex_mC63AB3D5F356A60D9854C9636E4796D798AECC95 (InputStateHistory_tF2145C4E34E0E3AC84270533F58F047D6E28A480* __this, int32_t ___0_index, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// if (index < m_HeadIndex)
|
|
int32_t L_0 = ___0_index;
|
|
int32_t L_1 = __this->___m_HeadIndex_10;
|
|
if ((((int32_t)L_0) >= ((int32_t)L_1)))
|
|
{
|
|
goto IL_0019;
|
|
}
|
|
}
|
|
{
|
|
// return m_HistoryDepth - m_HeadIndex + index;
|
|
int32_t L_2 = __this->___m_HistoryDepth_8;
|
|
int32_t L_3 = __this->___m_HeadIndex_10;
|
|
int32_t L_4 = ___0_index;
|
|
return ((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_subtract(L_2, L_3)), L_4));
|
|
}
|
|
|
|
IL_0019:
|
|
{
|
|
// return index - m_HeadIndex;
|
|
int32_t L_5 = ___0_index;
|
|
int32_t L_6 = __this->___m_HeadIndex_10;
|
|
return ((int32_t)il2cpp_codegen_subtract(L_5, L_6));
|
|
}
|
|
}
|
|
// System.Int32 UnityEngine.InputSystem.LowLevel.InputStateHistory::UserIndexToRecordIndex(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t InputStateHistory_UserIndexToRecordIndex_m81D4D6EE19ED80607BAAA31F3159168AC3B5B678 (InputStateHistory_tF2145C4E34E0E3AC84270533F58F047D6E28A480* __this, int32_t ___0_index, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// return (m_HeadIndex + index) % m_HistoryDepth;
|
|
int32_t L_0 = __this->___m_HeadIndex_10;
|
|
int32_t L_1 = ___0_index;
|
|
int32_t L_2 = __this->___m_HistoryDepth_8;
|
|
return ((int32_t)(((int32_t)il2cpp_codegen_add(L_0, L_1))%L_2));
|
|
}
|
|
}
|
|
// UnityEngine.InputSystem.LowLevel.InputStateHistory/RecordHeader* UnityEngine.InputSystem.LowLevel.InputStateHistory::GetRecord(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RecordHeader_t6523EF3FFB7B66D4FC75A9C96AE57A0EC6D209F0* InputStateHistory_GetRecord_m85FF7089306517975159512B91057A59C16CC12F (InputStateHistory_tF2145C4E34E0E3AC84270533F58F047D6E28A480* __this, int32_t ___0_index, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeArray_1_get_IsCreated_mD74FCA194584E6EA7916853B62401EB78240A081_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// if (!m_RecordBuffer.IsCreated)
|
|
NativeArray_1_t81F55263465517B73C455D3400CF67B4BADD85CF* L_0 = (&__this->___m_RecordBuffer_5);
|
|
bool L_1;
|
|
L_1 = NativeArray_1_get_IsCreated_mD74FCA194584E6EA7916853B62401EB78240A081(L_0, NativeArray_1_get_IsCreated_mD74FCA194584E6EA7916853B62401EB78240A081_RuntimeMethod_var);
|
|
if (L_1)
|
|
{
|
|
goto IL_0018;
|
|
}
|
|
}
|
|
{
|
|
// throw new InvalidOperationException("History buffer has been disposed");
|
|
InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_2 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_2);
|
|
InvalidOperationException__ctor_mE4CB6F4712AB6D99A2358FBAE2E052B3EE976162(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral59292A0FBCB98DA17EA0EC708181D2FFDE7BEF5D)), NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputStateHistory_GetRecord_m85FF7089306517975159512B91057A59C16CC12F_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_0018:
|
|
{
|
|
// if (index < 0 || index >= m_HistoryDepth)
|
|
int32_t L_3 = ___0_index;
|
|
if ((((int32_t)L_3) < ((int32_t)0)))
|
|
{
|
|
goto IL_0025;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_4 = ___0_index;
|
|
int32_t L_5 = __this->___m_HistoryDepth_8;
|
|
if ((((int32_t)L_4) < ((int32_t)L_5)))
|
|
{
|
|
goto IL_0030;
|
|
}
|
|
}
|
|
|
|
IL_0025:
|
|
{
|
|
// throw new ArgumentOutOfRangeException(nameof(index));
|
|
ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F* L_6 = (ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_6);
|
|
ArgumentOutOfRangeException__ctor_mBC1D5DEEA1BA41DE77228CB27D6BAFEB6DCCBF4A(L_6, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2B6D6F48C27C60C3B55391AB377D9DC8F5639AA1)), NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputStateHistory_GetRecord_m85FF7089306517975159512B91057A59C16CC12F_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_0030:
|
|
{
|
|
// return GetRecordUnchecked(index);
|
|
int32_t L_7 = ___0_index;
|
|
RecordHeader_t6523EF3FFB7B66D4FC75A9C96AE57A0EC6D209F0* L_8;
|
|
L_8 = InputStateHistory_GetRecordUnchecked_m569EB10E4D93B81BEA6699746C15C720F48E42F6(__this, L_7, NULL);
|
|
return L_8;
|
|
}
|
|
}
|
|
// UnityEngine.InputSystem.LowLevel.InputStateHistory/RecordHeader* UnityEngine.InputSystem.LowLevel.InputStateHistory::GetRecordUnchecked(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RecordHeader_t6523EF3FFB7B66D4FC75A9C96AE57A0EC6D209F0* InputStateHistory_GetRecordUnchecked_m569EB10E4D93B81BEA6699746C15C720F48E42F6 (InputStateHistory_tF2145C4E34E0E3AC84270533F58F047D6E28A480* __this, int32_t ___0_index, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeArrayUnsafeUtility_GetUnsafePtr_TisByte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_m8CFDB2DF56E810A2E2FB3686AF676FCAC65AFCC2_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// return (RecordHeader*)((byte*)m_RecordBuffer.GetUnsafePtr() + index * bytesPerRecord);
|
|
NativeArray_1_t81F55263465517B73C455D3400CF67B4BADD85CF L_0 = __this->___m_RecordBuffer_5;
|
|
void* L_1;
|
|
L_1 = NativeArrayUnsafeUtility_GetUnsafePtr_TisByte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_m8CFDB2DF56E810A2E2FB3686AF676FCAC65AFCC2(L_0, NativeArrayUnsafeUtility_GetUnsafePtr_TisByte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_m8CFDB2DF56E810A2E2FB3686AF676FCAC65AFCC2_RuntimeMethod_var);
|
|
int32_t L_2 = ___0_index;
|
|
int32_t L_3;
|
|
L_3 = InputStateHistory_get_bytesPerRecord_mAF516CE1E45E3EBA46EDFFF2923908D6B672D114(__this, NULL);
|
|
return (RecordHeader_t6523EF3FFB7B66D4FC75A9C96AE57A0EC6D209F0*)(((void*)il2cpp_codegen_add((intptr_t)L_1, ((int32_t)il2cpp_codegen_multiply(L_2, L_3)))));
|
|
}
|
|
}
|
|
// UnityEngine.InputSystem.LowLevel.InputStateHistory/RecordHeader* UnityEngine.InputSystem.LowLevel.InputStateHistory::AllocateRecord(System.Int32&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RecordHeader_t6523EF3FFB7B66D4FC75A9C96AE57A0EC6D209F0* InputStateHistory_AllocateRecord_mAD0E7626ECD9E937BBD46B8E84DEE7E247A8B707 (InputStateHistory_tF2145C4E34E0E3AC84270533F58F047D6E28A480* __this, int32_t* ___0_index, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeArrayUnsafeUtility_GetUnsafePtr_TisByte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_m8CFDB2DF56E810A2E2FB3686AF676FCAC65AFCC2_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeArray_1_get_IsCreated_mD74FCA194584E6EA7916853B62401EB78240A081_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// if (!m_RecordBuffer.IsCreated)
|
|
NativeArray_1_t81F55263465517B73C455D3400CF67B4BADD85CF* L_0 = (&__this->___m_RecordBuffer_5);
|
|
bool L_1;
|
|
L_1 = NativeArray_1_get_IsCreated_mD74FCA194584E6EA7916853B62401EB78240A081(L_0, NativeArray_1_get_IsCreated_mD74FCA194584E6EA7916853B62401EB78240A081_RuntimeMethod_var);
|
|
if (L_1)
|
|
{
|
|
goto IL_0013;
|
|
}
|
|
}
|
|
{
|
|
// Allocate();
|
|
InputStateHistory_Allocate_mFFC68B0BAB36A619E0DE6B48E8A3930F5E36E9B7(__this, NULL);
|
|
}
|
|
|
|
IL_0013:
|
|
{
|
|
// index = (m_HeadIndex + m_RecordCount) % m_HistoryDepth;
|
|
int32_t* L_2 = ___0_index;
|
|
int32_t L_3 = __this->___m_HeadIndex_10;
|
|
int32_t L_4 = __this->___m_RecordCount_7;
|
|
int32_t L_5 = __this->___m_HistoryDepth_8;
|
|
*((int32_t*)L_2) = (int32_t)((int32_t)(((int32_t)il2cpp_codegen_add(L_3, L_4))%L_5));
|
|
// if (m_RecordCount == m_HistoryDepth)
|
|
int32_t L_6 = __this->___m_RecordCount_7;
|
|
int32_t L_7 = __this->___m_HistoryDepth_8;
|
|
if ((!(((uint32_t)L_6) == ((uint32_t)L_7))))
|
|
{
|
|
goto IL_004e;
|
|
}
|
|
}
|
|
{
|
|
// m_HeadIndex = (m_HeadIndex + 1) % m_HistoryDepth;
|
|
int32_t L_8 = __this->___m_HeadIndex_10;
|
|
int32_t L_9 = __this->___m_HistoryDepth_8;
|
|
__this->___m_HeadIndex_10 = ((int32_t)(((int32_t)il2cpp_codegen_add(L_8, 1))%L_9));
|
|
goto IL_005c;
|
|
}
|
|
|
|
IL_004e:
|
|
{
|
|
// ++m_RecordCount;
|
|
int32_t L_10 = __this->___m_RecordCount_7;
|
|
__this->___m_RecordCount_7 = ((int32_t)il2cpp_codegen_add(L_10, 1));
|
|
}
|
|
|
|
IL_005c:
|
|
{
|
|
// return (RecordHeader*)((byte*)m_RecordBuffer.GetUnsafePtr() + bytesPerRecord * index);
|
|
NativeArray_1_t81F55263465517B73C455D3400CF67B4BADD85CF L_11 = __this->___m_RecordBuffer_5;
|
|
void* L_12;
|
|
L_12 = NativeArrayUnsafeUtility_GetUnsafePtr_TisByte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_m8CFDB2DF56E810A2E2FB3686AF676FCAC65AFCC2(L_11, NativeArrayUnsafeUtility_GetUnsafePtr_TisByte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_m8CFDB2DF56E810A2E2FB3686AF676FCAC65AFCC2_RuntimeMethod_var);
|
|
int32_t L_13;
|
|
L_13 = InputStateHistory_get_bytesPerRecord_mAF516CE1E45E3EBA46EDFFF2923908D6B672D114(__this, NULL);
|
|
int32_t* L_14 = ___0_index;
|
|
int32_t L_15 = *((int32_t*)L_14);
|
|
return (RecordHeader_t6523EF3FFB7B66D4FC75A9C96AE57A0EC6D209F0*)(((void*)il2cpp_codegen_add((intptr_t)L_12, ((int32_t)il2cpp_codegen_multiply(L_13, L_15)))));
|
|
}
|
|
}
|
|
// System.Object UnityEngine.InputSystem.LowLevel.InputStateHistory::ReadValueAsObject(UnityEngine.InputSystem.LowLevel.InputStateHistory/RecordHeader*)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* InputStateHistory_ReadValueAsObject_m9EA96A2191F24C9F7D25FB0AB36B09444213B4B3 (InputStateHistory_tF2145C4E34E0E3AC84270533F58F047D6E28A480* __this, RecordHeader_t6523EF3FFB7B66D4FC75A9C96AE57A0EC6D209F0* ___0_data, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlyArray_1_get_Item_mF7217A9697E8EAA3A574FCDCB611597EC9C1836A_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* V_0 = NULL;
|
|
uint8_t* V_1 = NULL;
|
|
ReadOnlyArray_1_tA1DF7A256AD2BF17FB155224CB2611ED215EFCD3 V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5 V_3;
|
|
memset((&V_3), 0, sizeof(V_3));
|
|
int32_t G_B3_0 = 0;
|
|
int32_t G_B5_0 = 0;
|
|
int32_t G_B4_0 = 0;
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* G_B6_0 = NULL;
|
|
int32_t G_B6_1 = 0;
|
|
uint8_t* G_B9_0 = NULL;
|
|
{
|
|
// var haveSingleControl = m_ControlCount == 1 && !m_AddNewControls;
|
|
int32_t L_0 = __this->___m_ControlCount_4;
|
|
if ((!(((uint32_t)L_0) == ((uint32_t)1))))
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
bool L_1 = __this->___m_AddNewControls_13;
|
|
G_B3_0 = ((((int32_t)L_1) == ((int32_t)0))? 1 : 0);
|
|
goto IL_0015;
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
G_B3_0 = 0;
|
|
}
|
|
|
|
IL_0015:
|
|
{
|
|
// var control = haveSingleControl ? controls[0] : controls[data->controlIndex];
|
|
int32_t L_2 = G_B3_0;
|
|
G_B4_0 = L_2;
|
|
if (L_2)
|
|
{
|
|
G_B5_0 = L_2;
|
|
goto IL_002e;
|
|
}
|
|
}
|
|
{
|
|
ReadOnlyArray_1_tA1DF7A256AD2BF17FB155224CB2611ED215EFCD3 L_3;
|
|
L_3 = InputStateHistory_get_controls_m2B1056A5B21F2A8CFAAEE9136E24D27C4BFF31CC(__this, NULL);
|
|
V_2 = L_3;
|
|
RecordHeader_t6523EF3FFB7B66D4FC75A9C96AE57A0EC6D209F0* L_4 = ___0_data;
|
|
NullCheck(L_4);
|
|
int32_t L_5 = L_4->___controlIndex_2;
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_6;
|
|
L_6 = ReadOnlyArray_1_get_Item_mF7217A9697E8EAA3A574FCDCB611597EC9C1836A((&V_2), L_5, ReadOnlyArray_1_get_Item_mF7217A9697E8EAA3A574FCDCB611597EC9C1836A_RuntimeMethod_var);
|
|
G_B6_0 = L_6;
|
|
G_B6_1 = G_B4_0;
|
|
goto IL_003d;
|
|
}
|
|
|
|
IL_002e:
|
|
{
|
|
ReadOnlyArray_1_tA1DF7A256AD2BF17FB155224CB2611ED215EFCD3 L_7;
|
|
L_7 = InputStateHistory_get_controls_m2B1056A5B21F2A8CFAAEE9136E24D27C4BFF31CC(__this, NULL);
|
|
V_2 = L_7;
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_8;
|
|
L_8 = ReadOnlyArray_1_get_Item_mF7217A9697E8EAA3A574FCDCB611597EC9C1836A((&V_2), 0, ReadOnlyArray_1_get_Item_mF7217A9697E8EAA3A574FCDCB611597EC9C1836A_RuntimeMethod_var);
|
|
G_B6_0 = L_8;
|
|
G_B6_1 = G_B5_0;
|
|
}
|
|
|
|
IL_003d:
|
|
{
|
|
V_0 = G_B6_0;
|
|
// var statePtr = haveSingleControl ? data->statePtrWithoutControlIndex : data->statePtrWithControlIndex;
|
|
if (G_B6_1)
|
|
{
|
|
goto IL_0048;
|
|
}
|
|
}
|
|
{
|
|
RecordHeader_t6523EF3FFB7B66D4FC75A9C96AE57A0EC6D209F0* L_9 = ___0_data;
|
|
uint8_t* L_10;
|
|
L_10 = RecordHeader_get_statePtrWithControlIndex_m68BBA8402AF00318B40229E5121F9C5132A3B655((RecordHeader_t6523EF3FFB7B66D4FC75A9C96AE57A0EC6D209F0*)L_9, NULL);
|
|
G_B9_0 = L_10;
|
|
goto IL_004e;
|
|
}
|
|
|
|
IL_0048:
|
|
{
|
|
RecordHeader_t6523EF3FFB7B66D4FC75A9C96AE57A0EC6D209F0* L_11 = ___0_data;
|
|
uint8_t* L_12;
|
|
L_12 = RecordHeader_get_statePtrWithoutControlIndex_m06FC191CB4801F442A0B972DA23B48ECE629922C((RecordHeader_t6523EF3FFB7B66D4FC75A9C96AE57A0EC6D209F0*)L_11, NULL);
|
|
G_B9_0 = L_12;
|
|
}
|
|
|
|
IL_004e:
|
|
{
|
|
V_1 = G_B9_0;
|
|
// statePtr -= control.stateBlock.byteOffset;
|
|
uint8_t* L_13 = V_1;
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_14 = V_0;
|
|
NullCheck(L_14);
|
|
InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5 L_15;
|
|
L_15 = InputControl_get_stateBlock_mCAE31879EDC6621B35B368B4916219D30EAA0B0B_inline(L_14, NULL);
|
|
V_3 = L_15;
|
|
uint32_t L_16;
|
|
L_16 = InputStateBlock_get_byteOffset_m6EADE5C9C8B346D38E543E38777ED67ED2AEA0AC_inline((&V_3), NULL);
|
|
V_1 = ((uint8_t*)il2cpp_codegen_subtract((intptr_t)L_13, (intptr_t)((uintptr_t)L_16)));
|
|
// return control.ReadValueFromStateAsObject(statePtr);
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_17 = V_0;
|
|
uint8_t* L_18 = V_1;
|
|
NullCheck(L_17);
|
|
RuntimeObject* L_19;
|
|
L_19 = VirtualFuncInvoker1< RuntimeObject*, void* >::Invoke(8 /* System.Object UnityEngine.InputSystem.InputControl::ReadValueFromStateAsObject(System.Void*) */, L_17, (void*)L_18);
|
|
return L_19;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.InputSystem.LowLevel.InputStateHistory::UnityEngine.InputSystem.LowLevel.IInputStateChangeMonitor.NotifyControlStateChanged(UnityEngine.InputSystem.InputControl,System.Double,UnityEngine.InputSystem.LowLevel.InputEventPtr,System.Int64)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputStateHistory_UnityEngine_InputSystem_LowLevel_IInputStateChangeMonitor_NotifyControlStateChanged_m2D3D0A214EBA3A04C09119AED2D63478B5694844 (InputStateHistory_tF2145C4E34E0E3AC84270533F58F047D6E28A480* __this, InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* ___0_control, double ___1_time, InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0 ___2_eventPtr, int64_t ___3_monitorIndex, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
{
|
|
// var currentUpdateType = InputState.currentUpdateType;
|
|
int32_t L_0;
|
|
L_0 = InputState_get_currentUpdateType_m77DBCEC0F6E435740C44467281149B2F74025C10_inline(NULL);
|
|
// var updateTypeMask = updateMask;
|
|
int32_t L_1;
|
|
L_1 = InputStateHistory_get_updateMask_m6470CF7FBC233D8735A83520D260B3A2534D8C1A(__this, NULL);
|
|
V_0 = L_1;
|
|
// if ((currentUpdateType & updateTypeMask) == 0)
|
|
int32_t L_2 = V_0;
|
|
if (((int32_t)((int32_t)L_0&(int32_t)L_2)))
|
|
{
|
|
goto IL_0011;
|
|
}
|
|
}
|
|
{
|
|
// return;
|
|
return;
|
|
}
|
|
|
|
IL_0011:
|
|
{
|
|
// if (onShouldRecordStateChange != null && !onShouldRecordStateChange(control, time, eventPtr))
|
|
Func_4_t3D08A13C5D862919E1719A02821AE8774376E3B2* L_3;
|
|
L_3 = InputStateHistory_get_onShouldRecordStateChange_m0A97606F5C6F09EC31752B75712EC31B6794C2D4_inline(__this, NULL);
|
|
if (!L_3)
|
|
{
|
|
goto IL_002a;
|
|
}
|
|
}
|
|
{
|
|
Func_4_t3D08A13C5D862919E1719A02821AE8774376E3B2* L_4;
|
|
L_4 = InputStateHistory_get_onShouldRecordStateChange_m0A97606F5C6F09EC31752B75712EC31B6794C2D4_inline(__this, NULL);
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_5 = ___0_control;
|
|
double L_6 = ___1_time;
|
|
InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0 L_7 = ___2_eventPtr;
|
|
NullCheck(L_4);
|
|
bool L_8;
|
|
L_8 = Func_4_Invoke_mEE62A58E6291CADDA359CB86776336C6541AB605_inline(L_4, L_5, L_6, L_7, NULL);
|
|
if (L_8)
|
|
{
|
|
goto IL_002a;
|
|
}
|
|
}
|
|
{
|
|
// return;
|
|
return;
|
|
}
|
|
|
|
IL_002a:
|
|
{
|
|
// RecordStateChange(control, control.currentStatePtr, time);
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_9 = ___0_control;
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_10 = ___0_control;
|
|
NullCheck(L_10);
|
|
void* L_11;
|
|
L_11 = InputControl_get_currentStatePtr_m77D2900EEE4AAB505C98292AF8538DDCF44F8C3C(L_10, NULL);
|
|
double L_12 = ___1_time;
|
|
Record_tF7FF07DC502355356B48CE78337FB16B196E2EE0 L_13;
|
|
L_13 = InputStateHistory_RecordStateChange_mB6A376EF3B00C27D23B0D2C268AD78E28F5259A8(__this, L_9, L_11, L_12, NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.InputSystem.LowLevel.InputStateHistory::UnityEngine.InputSystem.LowLevel.IInputStateChangeMonitor.NotifyTimerExpired(UnityEngine.InputSystem.InputControl,System.Double,System.Int64,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputStateHistory_UnityEngine_InputSystem_LowLevel_IInputStateChangeMonitor_NotifyTimerExpired_mBEBBA6EDCAA783DB980C8606C19AC0D7476E98B9 (InputStateHistory_tF2145C4E34E0E3AC84270533F58F047D6E28A480* __this, InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* ___0_control, double ___1_time, int64_t ___2_monitorIndex, int32_t ___3_timerIndex, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Int32 UnityEngine.InputSystem.LowLevel.InputStateHistory::get_bytesPerRecord()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t InputStateHistory_get_bytesPerRecord_mAF516CE1E45E3EBA46EDFFF2923908D6B672D114 (InputStateHistory_tF2145C4E34E0E3AC84270533F58F047D6E28A480* __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_B4_0 = 0;
|
|
int32_t G_B4_1 = 0;
|
|
{
|
|
// (m_StateSizeInBytes +
|
|
// m_ExtraMemoryPerRecord +
|
|
// (m_ControlCount == 1 && !m_AddNewControls
|
|
// ? RecordHeader.kSizeWithoutControlIndex
|
|
// : RecordHeader.kSizeWithControlIndex)).AlignToMultipleOf(4);
|
|
int32_t L_0 = __this->___m_StateSizeInBytes_6;
|
|
int32_t L_1 = __this->___m_ExtraMemoryPerRecord_9;
|
|
int32_t L_2 = __this->___m_ControlCount_4;
|
|
G_B1_0 = ((int32_t)il2cpp_codegen_add(L_0, L_1));
|
|
if ((!(((uint32_t)L_2) == ((uint32_t)1))))
|
|
{
|
|
G_B2_0 = ((int32_t)il2cpp_codegen_add(L_0, L_1));
|
|
goto IL_001e;
|
|
}
|
|
}
|
|
{
|
|
bool L_3 = __this->___m_AddNewControls_13;
|
|
G_B2_0 = G_B1_0;
|
|
if (!L_3)
|
|
{
|
|
G_B3_0 = G_B1_0;
|
|
goto IL_0022;
|
|
}
|
|
}
|
|
|
|
IL_001e:
|
|
{
|
|
G_B4_0 = ((int32_t)16);
|
|
G_B4_1 = G_B2_0;
|
|
goto IL_0024;
|
|
}
|
|
|
|
IL_0022:
|
|
{
|
|
G_B4_0 = ((int32_t)12);
|
|
G_B4_1 = G_B3_0;
|
|
}
|
|
|
|
IL_0024:
|
|
{
|
|
int32_t L_4;
|
|
L_4 = NumberHelpers_AlignToMultipleOf_m1DD6F7938F5F4EA99168EFE5AAD4604972F2FB6D_inline(((int32_t)il2cpp_codegen_add(G_B4_1, G_B4_0)), 4, NULL);
|
|
return L_4;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// Conversion methods for marshalling of: UnityEngine.InputSystem.LowLevel.InputStateHistory/Enumerator
|
|
IL2CPP_EXTERN_C void Enumerator_t64151AA4F7A5CBB087D385EA4DCA7F3B6BB74935_marshal_pinvoke(const Enumerator_t64151AA4F7A5CBB087D385EA4DCA7F3B6BB74935& unmarshaled, Enumerator_t64151AA4F7A5CBB087D385EA4DCA7F3B6BB74935_marshaled_pinvoke& marshaled)
|
|
{
|
|
Exception_t* ___m_History_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'm_History' of type 'Enumerator': Reference type field marshaling is not supported.");
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(___m_History_0Exception, NULL);
|
|
}
|
|
IL2CPP_EXTERN_C void Enumerator_t64151AA4F7A5CBB087D385EA4DCA7F3B6BB74935_marshal_pinvoke_back(const Enumerator_t64151AA4F7A5CBB087D385EA4DCA7F3B6BB74935_marshaled_pinvoke& marshaled, Enumerator_t64151AA4F7A5CBB087D385EA4DCA7F3B6BB74935& unmarshaled)
|
|
{
|
|
Exception_t* ___m_History_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'm_History' of type 'Enumerator': Reference type field marshaling is not supported.");
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(___m_History_0Exception, NULL);
|
|
}
|
|
// Conversion method for clean up from marshalling of: UnityEngine.InputSystem.LowLevel.InputStateHistory/Enumerator
|
|
IL2CPP_EXTERN_C void Enumerator_t64151AA4F7A5CBB087D385EA4DCA7F3B6BB74935_marshal_pinvoke_cleanup(Enumerator_t64151AA4F7A5CBB087D385EA4DCA7F3B6BB74935_marshaled_pinvoke& marshaled)
|
|
{
|
|
}
|
|
// Conversion methods for marshalling of: UnityEngine.InputSystem.LowLevel.InputStateHistory/Enumerator
|
|
IL2CPP_EXTERN_C void Enumerator_t64151AA4F7A5CBB087D385EA4DCA7F3B6BB74935_marshal_com(const Enumerator_t64151AA4F7A5CBB087D385EA4DCA7F3B6BB74935& unmarshaled, Enumerator_t64151AA4F7A5CBB087D385EA4DCA7F3B6BB74935_marshaled_com& marshaled)
|
|
{
|
|
Exception_t* ___m_History_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'm_History' of type 'Enumerator': Reference type field marshaling is not supported.");
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(___m_History_0Exception, NULL);
|
|
}
|
|
IL2CPP_EXTERN_C void Enumerator_t64151AA4F7A5CBB087D385EA4DCA7F3B6BB74935_marshal_com_back(const Enumerator_t64151AA4F7A5CBB087D385EA4DCA7F3B6BB74935_marshaled_com& marshaled, Enumerator_t64151AA4F7A5CBB087D385EA4DCA7F3B6BB74935& unmarshaled)
|
|
{
|
|
Exception_t* ___m_History_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'm_History' of type 'Enumerator': Reference type field marshaling is not supported.");
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(___m_History_0Exception, NULL);
|
|
}
|
|
// Conversion method for clean up from marshalling of: UnityEngine.InputSystem.LowLevel.InputStateHistory/Enumerator
|
|
IL2CPP_EXTERN_C void Enumerator_t64151AA4F7A5CBB087D385EA4DCA7F3B6BB74935_marshal_com_cleanup(Enumerator_t64151AA4F7A5CBB087D385EA4DCA7F3B6BB74935_marshaled_com& marshaled)
|
|
{
|
|
}
|
|
// System.Void UnityEngine.InputSystem.LowLevel.InputStateHistory/Enumerator::.ctor(UnityEngine.InputSystem.LowLevel.InputStateHistory)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator__ctor_m6A3295CBAC2E7F52327147C8A5214209EB8D1185 (Enumerator_t64151AA4F7A5CBB087D385EA4DCA7F3B6BB74935* __this, InputStateHistory_tF2145C4E34E0E3AC84270533F58F047D6E28A480* ___0_history, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// m_History = history;
|
|
InputStateHistory_tF2145C4E34E0E3AC84270533F58F047D6E28A480* L_0 = ___0_history;
|
|
__this->___m_History_0 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_History_0), (void*)L_0);
|
|
// m_Index = -1;
|
|
__this->___m_Index_1 = (-1);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void Enumerator__ctor_m6A3295CBAC2E7F52327147C8A5214209EB8D1185_AdjustorThunk (RuntimeObject* __this, InputStateHistory_tF2145C4E34E0E3AC84270533F58F047D6E28A480* ___0_history, const RuntimeMethod* method)
|
|
{
|
|
Enumerator_t64151AA4F7A5CBB087D385EA4DCA7F3B6BB74935* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<Enumerator_t64151AA4F7A5CBB087D385EA4DCA7F3B6BB74935*>(__this + _offset);
|
|
Enumerator__ctor_m6A3295CBAC2E7F52327147C8A5214209EB8D1185(_thisAdjusted, ___0_history, method);
|
|
}
|
|
// System.Boolean UnityEngine.InputSystem.LowLevel.InputStateHistory/Enumerator::MoveNext()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Enumerator_MoveNext_m9E091C2F11330B559B802DD29F7ECD5FFA714A24 (Enumerator_t64151AA4F7A5CBB087D385EA4DCA7F3B6BB74935* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// if (m_Index + 1 >= m_History.Count)
|
|
int32_t L_0 = __this->___m_Index_1;
|
|
InputStateHistory_tF2145C4E34E0E3AC84270533F58F047D6E28A480* L_1 = __this->___m_History_0;
|
|
NullCheck(L_1);
|
|
int32_t L_2;
|
|
L_2 = InputStateHistory_get_Count_m23DF78272A6C97F6C8782A953482772CDF6FFA81_inline(L_1, NULL);
|
|
if ((((int32_t)((int32_t)il2cpp_codegen_add(L_0, 1))) < ((int32_t)L_2)))
|
|
{
|
|
goto IL_0017;
|
|
}
|
|
}
|
|
{
|
|
// return false;
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0017:
|
|
{
|
|
// ++m_Index;
|
|
int32_t L_3 = __this->___m_Index_1;
|
|
__this->___m_Index_1 = ((int32_t)il2cpp_codegen_add(L_3, 1));
|
|
// return true;
|
|
return (bool)1;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C bool Enumerator_MoveNext_m9E091C2F11330B559B802DD29F7ECD5FFA714A24_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
Enumerator_t64151AA4F7A5CBB087D385EA4DCA7F3B6BB74935* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<Enumerator_t64151AA4F7A5CBB087D385EA4DCA7F3B6BB74935*>(__this + _offset);
|
|
bool _returnValue;
|
|
_returnValue = Enumerator_MoveNext_m9E091C2F11330B559B802DD29F7ECD5FFA714A24(_thisAdjusted, method);
|
|
return _returnValue;
|
|
}
|
|
// System.Void UnityEngine.InputSystem.LowLevel.InputStateHistory/Enumerator::Reset()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator_Reset_mBCBCEFF22B1EF0C3F7FCC042A8F8FE24C461CC71 (Enumerator_t64151AA4F7A5CBB087D385EA4DCA7F3B6BB74935* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// m_Index = -1;
|
|
__this->___m_Index_1 = (-1);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void Enumerator_Reset_mBCBCEFF22B1EF0C3F7FCC042A8F8FE24C461CC71_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
Enumerator_t64151AA4F7A5CBB087D385EA4DCA7F3B6BB74935* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<Enumerator_t64151AA4F7A5CBB087D385EA4DCA7F3B6BB74935*>(__this + _offset);
|
|
Enumerator_Reset_mBCBCEFF22B1EF0C3F7FCC042A8F8FE24C461CC71(_thisAdjusted, method);
|
|
}
|
|
// UnityEngine.InputSystem.LowLevel.InputStateHistory/Record UnityEngine.InputSystem.LowLevel.InputStateHistory/Enumerator::get_Current()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Record_tF7FF07DC502355356B48CE78337FB16B196E2EE0 Enumerator_get_Current_m6097DCEB344C1646DEE024169C03B003C58115D9 (Enumerator_t64151AA4F7A5CBB087D385EA4DCA7F3B6BB74935* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public Record Current => m_History[m_Index];
|
|
InputStateHistory_tF2145C4E34E0E3AC84270533F58F047D6E28A480* L_0 = __this->___m_History_0;
|
|
int32_t L_1 = __this->___m_Index_1;
|
|
NullCheck(L_0);
|
|
Record_tF7FF07DC502355356B48CE78337FB16B196E2EE0 L_2;
|
|
L_2 = InputStateHistory_get_Item_m32D5AC02F17824DD34BCD53EC239CE2C53452278(L_0, L_1, NULL);
|
|
return L_2;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C Record_tF7FF07DC502355356B48CE78337FB16B196E2EE0 Enumerator_get_Current_m6097DCEB344C1646DEE024169C03B003C58115D9_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
Enumerator_t64151AA4F7A5CBB087D385EA4DCA7F3B6BB74935* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<Enumerator_t64151AA4F7A5CBB087D385EA4DCA7F3B6BB74935*>(__this + _offset);
|
|
Record_tF7FF07DC502355356B48CE78337FB16B196E2EE0 _returnValue;
|
|
_returnValue = Enumerator_get_Current_m6097DCEB344C1646DEE024169C03B003C58115D9(_thisAdjusted, method);
|
|
return _returnValue;
|
|
}
|
|
// System.Object UnityEngine.InputSystem.LowLevel.InputStateHistory/Enumerator::System.Collections.IEnumerator.get_Current()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Enumerator_System_Collections_IEnumerator_get_Current_m77E4FCB808965336BC3E274DFECFB802D05AE610 (Enumerator_t64151AA4F7A5CBB087D385EA4DCA7F3B6BB74935* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Record_tF7FF07DC502355356B48CE78337FB16B196E2EE0_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// object IEnumerator.Current => Current;
|
|
Record_tF7FF07DC502355356B48CE78337FB16B196E2EE0 L_0;
|
|
L_0 = Enumerator_get_Current_m6097DCEB344C1646DEE024169C03B003C58115D9(__this, NULL);
|
|
Record_tF7FF07DC502355356B48CE78337FB16B196E2EE0 L_1 = L_0;
|
|
RuntimeObject* L_2 = Box(Record_tF7FF07DC502355356B48CE78337FB16B196E2EE0_il2cpp_TypeInfo_var, &L_1);
|
|
return L_2;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C RuntimeObject* Enumerator_System_Collections_IEnumerator_get_Current_m77E4FCB808965336BC3E274DFECFB802D05AE610_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
Enumerator_t64151AA4F7A5CBB087D385EA4DCA7F3B6BB74935* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<Enumerator_t64151AA4F7A5CBB087D385EA4DCA7F3B6BB74935*>(__this + _offset);
|
|
RuntimeObject* _returnValue;
|
|
_returnValue = Enumerator_System_Collections_IEnumerator_get_Current_m77E4FCB808965336BC3E274DFECFB802D05AE610(_thisAdjusted, method);
|
|
return _returnValue;
|
|
}
|
|
// System.Void UnityEngine.InputSystem.LowLevel.InputStateHistory/Enumerator::Dispose()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator_Dispose_mEAFE245506E92EF84618B55E77490DE4DFF9AEB9 (Enumerator_t64151AA4F7A5CBB087D385EA4DCA7F3B6BB74935* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void Enumerator_Dispose_mEAFE245506E92EF84618B55E77490DE4DFF9AEB9_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
Enumerator_t64151AA4F7A5CBB087D385EA4DCA7F3B6BB74935* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<Enumerator_t64151AA4F7A5CBB087D385EA4DCA7F3B6BB74935*>(__this + _offset);
|
|
Enumerator_Dispose_mEAFE245506E92EF84618B55E77490DE4DFF9AEB9(_thisAdjusted, method);
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Byte* UnityEngine.InputSystem.LowLevel.InputStateHistory/RecordHeader::get_statePtrWithControlIndex()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t* RecordHeader_get_statePtrWithControlIndex_m68BBA8402AF00318B40229E5121F9C5132A3B655 (RecordHeader_t6523EF3FFB7B66D4FC75A9C96AE57A0EC6D209F0* __this, const RuntimeMethod* method)
|
|
{
|
|
uint8_t* V_0 = NULL;
|
|
{
|
|
// {
|
|
U3Cm_StateWithControlIndexU3Ee__FixedBuffer_t77EBD407B7C7A5338334A356AE94C7F24C77CDA2* L_0 = (&__this->___m_StateWithControlIndex_4);
|
|
uint8_t* L_1 = (&L_0->___FixedElementField_0);
|
|
V_0 = L_1;
|
|
// fixed(byte* ptr = m_StateWithControlIndex)
|
|
uint8_t* L_2 = V_0;
|
|
// return ptr;
|
|
return (uint8_t*)(((uintptr_t)L_2));
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C uint8_t* RecordHeader_get_statePtrWithControlIndex_m68BBA8402AF00318B40229E5121F9C5132A3B655_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
RecordHeader_t6523EF3FFB7B66D4FC75A9C96AE57A0EC6D209F0* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<RecordHeader_t6523EF3FFB7B66D4FC75A9C96AE57A0EC6D209F0*>(__this + _offset);
|
|
uint8_t* _returnValue;
|
|
_returnValue = RecordHeader_get_statePtrWithControlIndex_m68BBA8402AF00318B40229E5121F9C5132A3B655(_thisAdjusted, method);
|
|
return _returnValue;
|
|
}
|
|
// System.Byte* UnityEngine.InputSystem.LowLevel.InputStateHistory/RecordHeader::get_statePtrWithoutControlIndex()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t* RecordHeader_get_statePtrWithoutControlIndex_m06FC191CB4801F442A0B972DA23B48ECE629922C (RecordHeader_t6523EF3FFB7B66D4FC75A9C96AE57A0EC6D209F0* __this, const RuntimeMethod* method)
|
|
{
|
|
uint8_t* V_0 = NULL;
|
|
{
|
|
// {
|
|
U3Cm_StateWithoutControlIndexU3Ee__FixedBuffer_tBC837D25D8887B1E4BCBE9B19FEB8EBD20FEF254* L_0 = (&__this->___m_StateWithoutControlIndex_3);
|
|
uint8_t* L_1 = (&L_0->___FixedElementField_0);
|
|
V_0 = L_1;
|
|
// fixed(byte* ptr = m_StateWithoutControlIndex)
|
|
uint8_t* L_2 = V_0;
|
|
// return ptr;
|
|
return (uint8_t*)(((uintptr_t)L_2));
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C uint8_t* RecordHeader_get_statePtrWithoutControlIndex_m06FC191CB4801F442A0B972DA23B48ECE629922C_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
RecordHeader_t6523EF3FFB7B66D4FC75A9C96AE57A0EC6D209F0* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<RecordHeader_t6523EF3FFB7B66D4FC75A9C96AE57A0EC6D209F0*>(__this + _offset);
|
|
uint8_t* _returnValue;
|
|
_returnValue = RecordHeader_get_statePtrWithoutControlIndex_m06FC191CB4801F442A0B972DA23B48ECE629922C(_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
|
|
#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.LowLevel.InputStateHistory/Record
|
|
IL2CPP_EXTERN_C void Record_tF7FF07DC502355356B48CE78337FB16B196E2EE0_marshal_pinvoke(const Record_tF7FF07DC502355356B48CE78337FB16B196E2EE0& unmarshaled, Record_tF7FF07DC502355356B48CE78337FB16B196E2EE0_marshaled_pinvoke& marshaled)
|
|
{
|
|
Exception_t* ___m_Owner_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'm_Owner' of type 'Record': Reference type field marshaling is not supported.");
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(___m_Owner_0Exception, NULL);
|
|
}
|
|
IL2CPP_EXTERN_C void Record_tF7FF07DC502355356B48CE78337FB16B196E2EE0_marshal_pinvoke_back(const Record_tF7FF07DC502355356B48CE78337FB16B196E2EE0_marshaled_pinvoke& marshaled, Record_tF7FF07DC502355356B48CE78337FB16B196E2EE0& unmarshaled)
|
|
{
|
|
Exception_t* ___m_Owner_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'm_Owner' of type 'Record': Reference type field marshaling is not supported.");
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(___m_Owner_0Exception, NULL);
|
|
}
|
|
// Conversion method for clean up from marshalling of: UnityEngine.InputSystem.LowLevel.InputStateHistory/Record
|
|
IL2CPP_EXTERN_C void Record_tF7FF07DC502355356B48CE78337FB16B196E2EE0_marshal_pinvoke_cleanup(Record_tF7FF07DC502355356B48CE78337FB16B196E2EE0_marshaled_pinvoke& marshaled)
|
|
{
|
|
}
|
|
// Conversion methods for marshalling of: UnityEngine.InputSystem.LowLevel.InputStateHistory/Record
|
|
IL2CPP_EXTERN_C void Record_tF7FF07DC502355356B48CE78337FB16B196E2EE0_marshal_com(const Record_tF7FF07DC502355356B48CE78337FB16B196E2EE0& unmarshaled, Record_tF7FF07DC502355356B48CE78337FB16B196E2EE0_marshaled_com& marshaled)
|
|
{
|
|
Exception_t* ___m_Owner_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'm_Owner' of type 'Record': Reference type field marshaling is not supported.");
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(___m_Owner_0Exception, NULL);
|
|
}
|
|
IL2CPP_EXTERN_C void Record_tF7FF07DC502355356B48CE78337FB16B196E2EE0_marshal_com_back(const Record_tF7FF07DC502355356B48CE78337FB16B196E2EE0_marshaled_com& marshaled, Record_tF7FF07DC502355356B48CE78337FB16B196E2EE0& unmarshaled)
|
|
{
|
|
Exception_t* ___m_Owner_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'm_Owner' of type 'Record': Reference type field marshaling is not supported.");
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(___m_Owner_0Exception, NULL);
|
|
}
|
|
// Conversion method for clean up from marshalling of: UnityEngine.InputSystem.LowLevel.InputStateHistory/Record
|
|
IL2CPP_EXTERN_C void Record_tF7FF07DC502355356B48CE78337FB16B196E2EE0_marshal_com_cleanup(Record_tF7FF07DC502355356B48CE78337FB16B196E2EE0_marshaled_com& marshaled)
|
|
{
|
|
}
|
|
// UnityEngine.InputSystem.LowLevel.InputStateHistory/RecordHeader* UnityEngine.InputSystem.LowLevel.InputStateHistory/Record::get_header()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RecordHeader_t6523EF3FFB7B66D4FC75A9C96AE57A0EC6D209F0* Record_get_header_m5ED6371C87B6F577C1AE75364D0C9AB5E1C3FC35 (Record_tF7FF07DC502355356B48CE78337FB16B196E2EE0* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// internal RecordHeader* header => m_Owner.GetRecord(recordIndex);
|
|
InputStateHistory_tF2145C4E34E0E3AC84270533F58F047D6E28A480* L_0 = __this->___m_Owner_0;
|
|
int32_t L_1;
|
|
L_1 = Record_get_recordIndex_m58EE017D7611A35971E68B5B5A4A7802F79920A1(__this, NULL);
|
|
NullCheck(L_0);
|
|
RecordHeader_t6523EF3FFB7B66D4FC75A9C96AE57A0EC6D209F0* L_2;
|
|
L_2 = InputStateHistory_GetRecord_m85FF7089306517975159512B91057A59C16CC12F(L_0, L_1, NULL);
|
|
return L_2;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C RecordHeader_t6523EF3FFB7B66D4FC75A9C96AE57A0EC6D209F0* Record_get_header_m5ED6371C87B6F577C1AE75364D0C9AB5E1C3FC35_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
Record_tF7FF07DC502355356B48CE78337FB16B196E2EE0* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<Record_tF7FF07DC502355356B48CE78337FB16B196E2EE0*>(__this + _offset);
|
|
RecordHeader_t6523EF3FFB7B66D4FC75A9C96AE57A0EC6D209F0* _returnValue;
|
|
_returnValue = Record_get_header_m5ED6371C87B6F577C1AE75364D0C9AB5E1C3FC35(_thisAdjusted, method);
|
|
return _returnValue;
|
|
}
|
|
// System.Int32 UnityEngine.InputSystem.LowLevel.InputStateHistory/Record::get_recordIndex()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Record_get_recordIndex_m58EE017D7611A35971E68B5B5A4A7802F79920A1 (Record_tF7FF07DC502355356B48CE78337FB16B196E2EE0* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// internal int recordIndex => m_IndexPlusOne - 1;
|
|
int32_t L_0 = __this->___m_IndexPlusOne_1;
|
|
return ((int32_t)il2cpp_codegen_subtract(L_0, 1));
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C int32_t Record_get_recordIndex_m58EE017D7611A35971E68B5B5A4A7802F79920A1_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
Record_tF7FF07DC502355356B48CE78337FB16B196E2EE0* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<Record_tF7FF07DC502355356B48CE78337FB16B196E2EE0*>(__this + _offset);
|
|
int32_t _returnValue;
|
|
_returnValue = Record_get_recordIndex_m58EE017D7611A35971E68B5B5A4A7802F79920A1(_thisAdjusted, method);
|
|
return _returnValue;
|
|
}
|
|
// System.UInt32 UnityEngine.InputSystem.LowLevel.InputStateHistory/Record::get_version()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t Record_get_version_m520FC2A134CE62BD9A4A66849B43461C4189FC51 (Record_tF7FF07DC502355356B48CE78337FB16B196E2EE0* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// internal uint version => m_Version;
|
|
uint32_t L_0 = __this->___m_Version_2;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C uint32_t Record_get_version_m520FC2A134CE62BD9A4A66849B43461C4189FC51_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
Record_tF7FF07DC502355356B48CE78337FB16B196E2EE0* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<Record_tF7FF07DC502355356B48CE78337FB16B196E2EE0*>(__this + _offset);
|
|
uint32_t _returnValue;
|
|
_returnValue = Record_get_version_m520FC2A134CE62BD9A4A66849B43461C4189FC51_inline(_thisAdjusted, method);
|
|
return _returnValue;
|
|
}
|
|
// System.Boolean UnityEngine.InputSystem.LowLevel.InputStateHistory/Record::get_valid()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Record_get_valid_m73D4931772DADEDE923FEAB48BCC0B0B26D60207 (Record_tF7FF07DC502355356B48CE78337FB16B196E2EE0* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public bool valid => m_Owner != default && m_IndexPlusOne != default && header->version == m_Version;
|
|
InputStateHistory_tF2145C4E34E0E3AC84270533F58F047D6E28A480* L_0 = __this->___m_Owner_0;
|
|
if (!L_0)
|
|
{
|
|
goto IL_0024;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_1 = __this->___m_IndexPlusOne_1;
|
|
if (!L_1)
|
|
{
|
|
goto IL_0024;
|
|
}
|
|
}
|
|
{
|
|
RecordHeader_t6523EF3FFB7B66D4FC75A9C96AE57A0EC6D209F0* L_2;
|
|
L_2 = Record_get_header_m5ED6371C87B6F577C1AE75364D0C9AB5E1C3FC35(__this, NULL);
|
|
NullCheck(L_2);
|
|
uint32_t L_3 = L_2->___version_1;
|
|
uint32_t L_4 = __this->___m_Version_2;
|
|
return (bool)((((int32_t)L_3) == ((int32_t)L_4))? 1 : 0);
|
|
}
|
|
|
|
IL_0024:
|
|
{
|
|
return (bool)0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C bool Record_get_valid_m73D4931772DADEDE923FEAB48BCC0B0B26D60207_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
Record_tF7FF07DC502355356B48CE78337FB16B196E2EE0* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<Record_tF7FF07DC502355356B48CE78337FB16B196E2EE0*>(__this + _offset);
|
|
bool _returnValue;
|
|
_returnValue = Record_get_valid_m73D4931772DADEDE923FEAB48BCC0B0B26D60207(_thisAdjusted, method);
|
|
return _returnValue;
|
|
}
|
|
// UnityEngine.InputSystem.LowLevel.InputStateHistory UnityEngine.InputSystem.LowLevel.InputStateHistory/Record::get_owner()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputStateHistory_tF2145C4E34E0E3AC84270533F58F047D6E28A480* Record_get_owner_mB2699E60C558D5C61C8D8CA100CBC56869D58F10 (Record_tF7FF07DC502355356B48CE78337FB16B196E2EE0* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public InputStateHistory owner => m_Owner;
|
|
InputStateHistory_tF2145C4E34E0E3AC84270533F58F047D6E28A480* L_0 = __this->___m_Owner_0;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C InputStateHistory_tF2145C4E34E0E3AC84270533F58F047D6E28A480* Record_get_owner_mB2699E60C558D5C61C8D8CA100CBC56869D58F10_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
Record_tF7FF07DC502355356B48CE78337FB16B196E2EE0* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<Record_tF7FF07DC502355356B48CE78337FB16B196E2EE0*>(__this + _offset);
|
|
InputStateHistory_tF2145C4E34E0E3AC84270533F58F047D6E28A480* _returnValue;
|
|
_returnValue = Record_get_owner_mB2699E60C558D5C61C8D8CA100CBC56869D58F10_inline(_thisAdjusted, method);
|
|
return _returnValue;
|
|
}
|
|
// System.Int32 UnityEngine.InputSystem.LowLevel.InputStateHistory/Record::get_index()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Record_get_index_m26D8C4FB15FC3721128D16FCE4B98989DE9B761E (Record_tF7FF07DC502355356B48CE78337FB16B196E2EE0* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// CheckValid();
|
|
Record_CheckValid_m67D55C30E83E6D73790913DA2E1574429B339E83(__this, NULL);
|
|
// return m_Owner.RecordIndexToUserIndex(recordIndex);
|
|
InputStateHistory_tF2145C4E34E0E3AC84270533F58F047D6E28A480* L_0 = __this->___m_Owner_0;
|
|
int32_t L_1;
|
|
L_1 = Record_get_recordIndex_m58EE017D7611A35971E68B5B5A4A7802F79920A1(__this, NULL);
|
|
NullCheck(L_0);
|
|
int32_t L_2;
|
|
L_2 = InputStateHistory_RecordIndexToUserIndex_mC63AB3D5F356A60D9854C9636E4796D798AECC95(L_0, L_1, NULL);
|
|
return L_2;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C int32_t Record_get_index_m26D8C4FB15FC3721128D16FCE4B98989DE9B761E_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
Record_tF7FF07DC502355356B48CE78337FB16B196E2EE0* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<Record_tF7FF07DC502355356B48CE78337FB16B196E2EE0*>(__this + _offset);
|
|
int32_t _returnValue;
|
|
_returnValue = Record_get_index_m26D8C4FB15FC3721128D16FCE4B98989DE9B761E(_thisAdjusted, method);
|
|
return _returnValue;
|
|
}
|
|
// System.Double UnityEngine.InputSystem.LowLevel.InputStateHistory/Record::get_time()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double Record_get_time_m01D9954843D8B133990316D6116F8C0ED29F8743 (Record_tF7FF07DC502355356B48CE78337FB16B196E2EE0* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// CheckValid();
|
|
Record_CheckValid_m67D55C30E83E6D73790913DA2E1574429B339E83(__this, NULL);
|
|
// return header->time;
|
|
RecordHeader_t6523EF3FFB7B66D4FC75A9C96AE57A0EC6D209F0* L_0;
|
|
L_0 = Record_get_header_m5ED6371C87B6F577C1AE75364D0C9AB5E1C3FC35(__this, NULL);
|
|
NullCheck(L_0);
|
|
double L_1 = L_0->___time_0;
|
|
return L_1;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C double Record_get_time_m01D9954843D8B133990316D6116F8C0ED29F8743_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
Record_tF7FF07DC502355356B48CE78337FB16B196E2EE0* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<Record_tF7FF07DC502355356B48CE78337FB16B196E2EE0*>(__this + _offset);
|
|
double _returnValue;
|
|
_returnValue = Record_get_time_m01D9954843D8B133990316D6116F8C0ED29F8743(_thisAdjusted, method);
|
|
return _returnValue;
|
|
}
|
|
// UnityEngine.InputSystem.InputControl UnityEngine.InputSystem.LowLevel.InputStateHistory/Record::get_control()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* Record_get_control_mFA5FCC30EB91E96F56E6C405A64F1BB875591361 (Record_tF7FF07DC502355356B48CE78337FB16B196E2EE0* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlyArray_1_get_Count_m5061AE58EC2D8AE48182ADF368A108D8E9E116B6_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlyArray_1_get_Item_mF7217A9697E8EAA3A574FCDCB611597EC9C1836A_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
ReadOnlyArray_1_tA1DF7A256AD2BF17FB155224CB2611ED215EFCD3 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
// CheckValid();
|
|
Record_CheckValid_m67D55C30E83E6D73790913DA2E1574429B339E83(__this, NULL);
|
|
// var controls = m_Owner.controls;
|
|
InputStateHistory_tF2145C4E34E0E3AC84270533F58F047D6E28A480* L_0 = __this->___m_Owner_0;
|
|
NullCheck(L_0);
|
|
ReadOnlyArray_1_tA1DF7A256AD2BF17FB155224CB2611ED215EFCD3 L_1;
|
|
L_1 = InputStateHistory_get_controls_m2B1056A5B21F2A8CFAAEE9136E24D27C4BFF31CC(L_0, NULL);
|
|
V_0 = L_1;
|
|
// if (controls.Count == 1 && !m_Owner.m_AddNewControls)
|
|
int32_t L_2;
|
|
L_2 = ReadOnlyArray_1_get_Count_m5061AE58EC2D8AE48182ADF368A108D8E9E116B6_inline((&V_0), ReadOnlyArray_1_get_Count_m5061AE58EC2D8AE48182ADF368A108D8E9E116B6_RuntimeMethod_var);
|
|
if ((!(((uint32_t)L_2) == ((uint32_t)1))))
|
|
{
|
|
goto IL_0032;
|
|
}
|
|
}
|
|
{
|
|
InputStateHistory_tF2145C4E34E0E3AC84270533F58F047D6E28A480* L_3 = __this->___m_Owner_0;
|
|
NullCheck(L_3);
|
|
bool L_4 = L_3->___m_AddNewControls_13;
|
|
if (L_4)
|
|
{
|
|
goto IL_0032;
|
|
}
|
|
}
|
|
{
|
|
// return controls[0];
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_5;
|
|
L_5 = ReadOnlyArray_1_get_Item_mF7217A9697E8EAA3A574FCDCB611597EC9C1836A((&V_0), 0, ReadOnlyArray_1_get_Item_mF7217A9697E8EAA3A574FCDCB611597EC9C1836A_RuntimeMethod_var);
|
|
return L_5;
|
|
}
|
|
|
|
IL_0032:
|
|
{
|
|
// return controls[header->controlIndex];
|
|
RecordHeader_t6523EF3FFB7B66D4FC75A9C96AE57A0EC6D209F0* L_6;
|
|
L_6 = Record_get_header_m5ED6371C87B6F577C1AE75364D0C9AB5E1C3FC35(__this, NULL);
|
|
NullCheck(L_6);
|
|
int32_t L_7 = L_6->___controlIndex_2;
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_8;
|
|
L_8 = ReadOnlyArray_1_get_Item_mF7217A9697E8EAA3A574FCDCB611597EC9C1836A((&V_0), L_7, ReadOnlyArray_1_get_Item_mF7217A9697E8EAA3A574FCDCB611597EC9C1836A_RuntimeMethod_var);
|
|
return L_8;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* Record_get_control_mFA5FCC30EB91E96F56E6C405A64F1BB875591361_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
Record_tF7FF07DC502355356B48CE78337FB16B196E2EE0* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<Record_tF7FF07DC502355356B48CE78337FB16B196E2EE0*>(__this + _offset);
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* _returnValue;
|
|
_returnValue = Record_get_control_mFA5FCC30EB91E96F56E6C405A64F1BB875591361(_thisAdjusted, method);
|
|
return _returnValue;
|
|
}
|
|
// UnityEngine.InputSystem.LowLevel.InputStateHistory/Record UnityEngine.InputSystem.LowLevel.InputStateHistory/Record::get_next()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Record_tF7FF07DC502355356B48CE78337FB16B196E2EE0 Record_get_next_mCA772B6B73B7676D993F1FBDBE78A0C07D8A45A1 (Record_tF7FF07DC502355356B48CE78337FB16B196E2EE0* __this, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
Record_tF7FF07DC502355356B48CE78337FB16B196E2EE0 V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
{
|
|
// CheckValid();
|
|
Record_CheckValid_m67D55C30E83E6D73790913DA2E1574429B339E83(__this, NULL);
|
|
// var userIndex = m_Owner.RecordIndexToUserIndex(this.recordIndex);
|
|
InputStateHistory_tF2145C4E34E0E3AC84270533F58F047D6E28A480* L_0 = __this->___m_Owner_0;
|
|
int32_t L_1;
|
|
L_1 = Record_get_recordIndex_m58EE017D7611A35971E68B5B5A4A7802F79920A1(__this, NULL);
|
|
NullCheck(L_0);
|
|
int32_t L_2;
|
|
L_2 = InputStateHistory_RecordIndexToUserIndex_mC63AB3D5F356A60D9854C9636E4796D798AECC95(L_0, L_1, NULL);
|
|
V_0 = L_2;
|
|
// if (userIndex + 1 >= m_Owner.Count)
|
|
int32_t L_3 = V_0;
|
|
InputStateHistory_tF2145C4E34E0E3AC84270533F58F047D6E28A480* L_4 = __this->___m_Owner_0;
|
|
NullCheck(L_4);
|
|
int32_t L_5;
|
|
L_5 = InputStateHistory_get_Count_m23DF78272A6C97F6C8782A953482772CDF6FFA81_inline(L_4, NULL);
|
|
if ((((int32_t)((int32_t)il2cpp_codegen_add(L_3, 1))) < ((int32_t)L_5)))
|
|
{
|
|
goto IL_0032;
|
|
}
|
|
}
|
|
{
|
|
// return default;
|
|
il2cpp_codegen_initobj((&V_2), sizeof(Record_tF7FF07DC502355356B48CE78337FB16B196E2EE0));
|
|
Record_tF7FF07DC502355356B48CE78337FB16B196E2EE0 L_6 = V_2;
|
|
return L_6;
|
|
}
|
|
|
|
IL_0032:
|
|
{
|
|
// var recordIndex = m_Owner.UserIndexToRecordIndex(userIndex + 1);
|
|
InputStateHistory_tF2145C4E34E0E3AC84270533F58F047D6E28A480* L_7 = __this->___m_Owner_0;
|
|
int32_t L_8 = V_0;
|
|
NullCheck(L_7);
|
|
int32_t L_9;
|
|
L_9 = InputStateHistory_UserIndexToRecordIndex_m81D4D6EE19ED80607BAAA31F3159168AC3B5B678(L_7, ((int32_t)il2cpp_codegen_add(L_8, 1)), NULL);
|
|
V_1 = L_9;
|
|
// return new Record(m_Owner, recordIndex, m_Owner.GetRecord(recordIndex));
|
|
InputStateHistory_tF2145C4E34E0E3AC84270533F58F047D6E28A480* L_10 = __this->___m_Owner_0;
|
|
int32_t L_11 = V_1;
|
|
InputStateHistory_tF2145C4E34E0E3AC84270533F58F047D6E28A480* L_12 = __this->___m_Owner_0;
|
|
int32_t L_13 = V_1;
|
|
NullCheck(L_12);
|
|
RecordHeader_t6523EF3FFB7B66D4FC75A9C96AE57A0EC6D209F0* L_14;
|
|
L_14 = InputStateHistory_GetRecord_m85FF7089306517975159512B91057A59C16CC12F(L_12, L_13, NULL);
|
|
Record_tF7FF07DC502355356B48CE78337FB16B196E2EE0 L_15;
|
|
memset((&L_15), 0, sizeof(L_15));
|
|
Record__ctor_mB54551B1D8C0BF391FC4910C31536CDA2A8EAB55((&L_15), L_10, L_11, L_14, /*hidden argument*/NULL);
|
|
return L_15;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C Record_tF7FF07DC502355356B48CE78337FB16B196E2EE0 Record_get_next_mCA772B6B73B7676D993F1FBDBE78A0C07D8A45A1_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
Record_tF7FF07DC502355356B48CE78337FB16B196E2EE0* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<Record_tF7FF07DC502355356B48CE78337FB16B196E2EE0*>(__this + _offset);
|
|
Record_tF7FF07DC502355356B48CE78337FB16B196E2EE0 _returnValue;
|
|
_returnValue = Record_get_next_mCA772B6B73B7676D993F1FBDBE78A0C07D8A45A1(_thisAdjusted, method);
|
|
return _returnValue;
|
|
}
|
|
// UnityEngine.InputSystem.LowLevel.InputStateHistory/Record UnityEngine.InputSystem.LowLevel.InputStateHistory/Record::get_previous()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Record_tF7FF07DC502355356B48CE78337FB16B196E2EE0 Record_get_previous_m3D9A5C19AC871D22CA2B46FDB9B29D015C6C8B0A (Record_tF7FF07DC502355356B48CE78337FB16B196E2EE0* __this, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
Record_tF7FF07DC502355356B48CE78337FB16B196E2EE0 V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
{
|
|
// CheckValid();
|
|
Record_CheckValid_m67D55C30E83E6D73790913DA2E1574429B339E83(__this, NULL);
|
|
// var userIndex = m_Owner.RecordIndexToUserIndex(this.recordIndex);
|
|
InputStateHistory_tF2145C4E34E0E3AC84270533F58F047D6E28A480* L_0 = __this->___m_Owner_0;
|
|
int32_t L_1;
|
|
L_1 = Record_get_recordIndex_m58EE017D7611A35971E68B5B5A4A7802F79920A1(__this, NULL);
|
|
NullCheck(L_0);
|
|
int32_t L_2;
|
|
L_2 = InputStateHistory_RecordIndexToUserIndex_mC63AB3D5F356A60D9854C9636E4796D798AECC95(L_0, L_1, NULL);
|
|
V_0 = L_2;
|
|
// if (userIndex - 1 < 0)
|
|
int32_t L_3 = V_0;
|
|
if ((((int32_t)((int32_t)il2cpp_codegen_subtract(L_3, 1))) >= ((int32_t)0)))
|
|
{
|
|
goto IL_0028;
|
|
}
|
|
}
|
|
{
|
|
// return default;
|
|
il2cpp_codegen_initobj((&V_2), sizeof(Record_tF7FF07DC502355356B48CE78337FB16B196E2EE0));
|
|
Record_tF7FF07DC502355356B48CE78337FB16B196E2EE0 L_4 = V_2;
|
|
return L_4;
|
|
}
|
|
|
|
IL_0028:
|
|
{
|
|
// var recordIndex = m_Owner.UserIndexToRecordIndex(userIndex - 1);
|
|
InputStateHistory_tF2145C4E34E0E3AC84270533F58F047D6E28A480* L_5 = __this->___m_Owner_0;
|
|
int32_t L_6 = V_0;
|
|
NullCheck(L_5);
|
|
int32_t L_7;
|
|
L_7 = InputStateHistory_UserIndexToRecordIndex_m81D4D6EE19ED80607BAAA31F3159168AC3B5B678(L_5, ((int32_t)il2cpp_codegen_subtract(L_6, 1)), NULL);
|
|
V_1 = L_7;
|
|
// return new Record(m_Owner, recordIndex, m_Owner.GetRecord(recordIndex));
|
|
InputStateHistory_tF2145C4E34E0E3AC84270533F58F047D6E28A480* L_8 = __this->___m_Owner_0;
|
|
int32_t L_9 = V_1;
|
|
InputStateHistory_tF2145C4E34E0E3AC84270533F58F047D6E28A480* L_10 = __this->___m_Owner_0;
|
|
int32_t L_11 = V_1;
|
|
NullCheck(L_10);
|
|
RecordHeader_t6523EF3FFB7B66D4FC75A9C96AE57A0EC6D209F0* L_12;
|
|
L_12 = InputStateHistory_GetRecord_m85FF7089306517975159512B91057A59C16CC12F(L_10, L_11, NULL);
|
|
Record_tF7FF07DC502355356B48CE78337FB16B196E2EE0 L_13;
|
|
memset((&L_13), 0, sizeof(L_13));
|
|
Record__ctor_mB54551B1D8C0BF391FC4910C31536CDA2A8EAB55((&L_13), L_8, L_9, L_12, /*hidden argument*/NULL);
|
|
return L_13;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C Record_tF7FF07DC502355356B48CE78337FB16B196E2EE0 Record_get_previous_m3D9A5C19AC871D22CA2B46FDB9B29D015C6C8B0A_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
Record_tF7FF07DC502355356B48CE78337FB16B196E2EE0* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<Record_tF7FF07DC502355356B48CE78337FB16B196E2EE0*>(__this + _offset);
|
|
Record_tF7FF07DC502355356B48CE78337FB16B196E2EE0 _returnValue;
|
|
_returnValue = Record_get_previous_m3D9A5C19AC871D22CA2B46FDB9B29D015C6C8B0A(_thisAdjusted, method);
|
|
return _returnValue;
|
|
}
|
|
// System.Void UnityEngine.InputSystem.LowLevel.InputStateHistory/Record::.ctor(UnityEngine.InputSystem.LowLevel.InputStateHistory,System.Int32,UnityEngine.InputSystem.LowLevel.InputStateHistory/RecordHeader*)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Record__ctor_mB54551B1D8C0BF391FC4910C31536CDA2A8EAB55 (Record_tF7FF07DC502355356B48CE78337FB16B196E2EE0* __this, InputStateHistory_tF2145C4E34E0E3AC84270533F58F047D6E28A480* ___0_owner, int32_t ___1_index, RecordHeader_t6523EF3FFB7B66D4FC75A9C96AE57A0EC6D209F0* ___2_header, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// m_Owner = owner;
|
|
InputStateHistory_tF2145C4E34E0E3AC84270533F58F047D6E28A480* L_0 = ___0_owner;
|
|
__this->___m_Owner_0 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_Owner_0), (void*)L_0);
|
|
// m_IndexPlusOne = index + 1;
|
|
int32_t L_1 = ___1_index;
|
|
__this->___m_IndexPlusOne_1 = ((int32_t)il2cpp_codegen_add(L_1, 1));
|
|
// m_Version = header->version;
|
|
RecordHeader_t6523EF3FFB7B66D4FC75A9C96AE57A0EC6D209F0* L_2 = ___2_header;
|
|
NullCheck(L_2);
|
|
uint32_t L_3 = L_2->___version_1;
|
|
__this->___m_Version_2 = L_3;
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void Record__ctor_mB54551B1D8C0BF391FC4910C31536CDA2A8EAB55_AdjustorThunk (RuntimeObject* __this, InputStateHistory_tF2145C4E34E0E3AC84270533F58F047D6E28A480* ___0_owner, int32_t ___1_index, RecordHeader_t6523EF3FFB7B66D4FC75A9C96AE57A0EC6D209F0* ___2_header, const RuntimeMethod* method)
|
|
{
|
|
Record_tF7FF07DC502355356B48CE78337FB16B196E2EE0* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<Record_tF7FF07DC502355356B48CE78337FB16B196E2EE0*>(__this + _offset);
|
|
Record__ctor_mB54551B1D8C0BF391FC4910C31536CDA2A8EAB55(_thisAdjusted, ___0_owner, ___1_index, ___2_header, method);
|
|
}
|
|
// System.Object UnityEngine.InputSystem.LowLevel.InputStateHistory/Record::ReadValueAsObject()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Record_ReadValueAsObject_m5F14CA6A4B11B31675A52014126BA98189CB6C88 (Record_tF7FF07DC502355356B48CE78337FB16B196E2EE0* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// CheckValid();
|
|
Record_CheckValid_m67D55C30E83E6D73790913DA2E1574429B339E83(__this, NULL);
|
|
// return m_Owner.ReadValueAsObject(header);
|
|
InputStateHistory_tF2145C4E34E0E3AC84270533F58F047D6E28A480* L_0 = __this->___m_Owner_0;
|
|
RecordHeader_t6523EF3FFB7B66D4FC75A9C96AE57A0EC6D209F0* L_1;
|
|
L_1 = Record_get_header_m5ED6371C87B6F577C1AE75364D0C9AB5E1C3FC35(__this, NULL);
|
|
NullCheck(L_0);
|
|
RuntimeObject* L_2;
|
|
L_2 = InputStateHistory_ReadValueAsObject_m9EA96A2191F24C9F7D25FB0AB36B09444213B4B3(L_0, L_1, NULL);
|
|
return L_2;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C RuntimeObject* Record_ReadValueAsObject_m5F14CA6A4B11B31675A52014126BA98189CB6C88_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
Record_tF7FF07DC502355356B48CE78337FB16B196E2EE0* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<Record_tF7FF07DC502355356B48CE78337FB16B196E2EE0*>(__this + _offset);
|
|
RuntimeObject* _returnValue;
|
|
_returnValue = Record_ReadValueAsObject_m5F14CA6A4B11B31675A52014126BA98189CB6C88(_thisAdjusted, method);
|
|
return _returnValue;
|
|
}
|
|
// System.Void* UnityEngine.InputSystem.LowLevel.InputStateHistory/Record::GetUnsafeMemoryPtr()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void* Record_GetUnsafeMemoryPtr_m1A7FF1C09896901E9B6C24C3E58999836958AD22 (Record_tF7FF07DC502355356B48CE78337FB16B196E2EE0* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// CheckValid();
|
|
Record_CheckValid_m67D55C30E83E6D73790913DA2E1574429B339E83(__this, NULL);
|
|
// return GetUnsafeMemoryPtrUnchecked();
|
|
void* L_0;
|
|
L_0 = Record_GetUnsafeMemoryPtrUnchecked_m4BFC161E4036F0124F83D2CC87EA94D2B76BA1BF(__this, NULL);
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void* Record_GetUnsafeMemoryPtr_m1A7FF1C09896901E9B6C24C3E58999836958AD22_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
Record_tF7FF07DC502355356B48CE78337FB16B196E2EE0* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<Record_tF7FF07DC502355356B48CE78337FB16B196E2EE0*>(__this + _offset);
|
|
void* _returnValue;
|
|
_returnValue = Record_GetUnsafeMemoryPtr_m1A7FF1C09896901E9B6C24C3E58999836958AD22(_thisAdjusted, method);
|
|
return _returnValue;
|
|
}
|
|
// System.Void* UnityEngine.InputSystem.LowLevel.InputStateHistory/Record::GetUnsafeMemoryPtrUnchecked()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void* Record_GetUnsafeMemoryPtrUnchecked_m4BFC161E4036F0124F83D2CC87EA94D2B76BA1BF (Record_tF7FF07DC502355356B48CE78337FB16B196E2EE0* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlyArray_1_get_Count_m5061AE58EC2D8AE48182ADF368A108D8E9E116B6_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
ReadOnlyArray_1_tA1DF7A256AD2BF17FB155224CB2611ED215EFCD3 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
// if (m_Owner.controls.Count == 1 && !m_Owner.m_AddNewControls)
|
|
InputStateHistory_tF2145C4E34E0E3AC84270533F58F047D6E28A480* L_0 = __this->___m_Owner_0;
|
|
NullCheck(L_0);
|
|
ReadOnlyArray_1_tA1DF7A256AD2BF17FB155224CB2611ED215EFCD3 L_1;
|
|
L_1 = InputStateHistory_get_controls_m2B1056A5B21F2A8CFAAEE9136E24D27C4BFF31CC(L_0, NULL);
|
|
V_0 = L_1;
|
|
int32_t L_2;
|
|
L_2 = ReadOnlyArray_1_get_Count_m5061AE58EC2D8AE48182ADF368A108D8E9E116B6_inline((&V_0), ReadOnlyArray_1_get_Count_m5061AE58EC2D8AE48182ADF368A108D8E9E116B6_RuntimeMethod_var);
|
|
if ((!(((uint32_t)L_2) == ((uint32_t)1))))
|
|
{
|
|
goto IL_002f;
|
|
}
|
|
}
|
|
{
|
|
InputStateHistory_tF2145C4E34E0E3AC84270533F58F047D6E28A480* L_3 = __this->___m_Owner_0;
|
|
NullCheck(L_3);
|
|
bool L_4 = L_3->___m_AddNewControls_13;
|
|
if (L_4)
|
|
{
|
|
goto IL_002f;
|
|
}
|
|
}
|
|
{
|
|
// return header->statePtrWithoutControlIndex;
|
|
RecordHeader_t6523EF3FFB7B66D4FC75A9C96AE57A0EC6D209F0* L_5;
|
|
L_5 = Record_get_header_m5ED6371C87B6F577C1AE75364D0C9AB5E1C3FC35(__this, NULL);
|
|
uint8_t* L_6;
|
|
L_6 = RecordHeader_get_statePtrWithoutControlIndex_m06FC191CB4801F442A0B972DA23B48ECE629922C((RecordHeader_t6523EF3FFB7B66D4FC75A9C96AE57A0EC6D209F0*)L_5, NULL);
|
|
return (void*)(L_6);
|
|
}
|
|
|
|
IL_002f:
|
|
{
|
|
// return header->statePtrWithControlIndex;
|
|
RecordHeader_t6523EF3FFB7B66D4FC75A9C96AE57A0EC6D209F0* L_7;
|
|
L_7 = Record_get_header_m5ED6371C87B6F577C1AE75364D0C9AB5E1C3FC35(__this, NULL);
|
|
uint8_t* L_8;
|
|
L_8 = RecordHeader_get_statePtrWithControlIndex_m68BBA8402AF00318B40229E5121F9C5132A3B655((RecordHeader_t6523EF3FFB7B66D4FC75A9C96AE57A0EC6D209F0*)L_7, NULL);
|
|
return (void*)(L_8);
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void* Record_GetUnsafeMemoryPtrUnchecked_m4BFC161E4036F0124F83D2CC87EA94D2B76BA1BF_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
Record_tF7FF07DC502355356B48CE78337FB16B196E2EE0* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<Record_tF7FF07DC502355356B48CE78337FB16B196E2EE0*>(__this + _offset);
|
|
void* _returnValue;
|
|
_returnValue = Record_GetUnsafeMemoryPtrUnchecked_m4BFC161E4036F0124F83D2CC87EA94D2B76BA1BF(_thisAdjusted, method);
|
|
return _returnValue;
|
|
}
|
|
// System.Void* UnityEngine.InputSystem.LowLevel.InputStateHistory/Record::GetUnsafeExtraMemoryPtr()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void* Record_GetUnsafeExtraMemoryPtr_mB1A5ACD5AA4B1ED830BD2E2EF7EC9B9ABF579D85 (Record_tF7FF07DC502355356B48CE78337FB16B196E2EE0* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// CheckValid();
|
|
Record_CheckValid_m67D55C30E83E6D73790913DA2E1574429B339E83(__this, NULL);
|
|
// return GetUnsafeExtraMemoryPtrUnchecked();
|
|
void* L_0;
|
|
L_0 = Record_GetUnsafeExtraMemoryPtrUnchecked_m64D1BADE8C76019CB1D44F1FDE1A35A3060945FF(__this, NULL);
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void* Record_GetUnsafeExtraMemoryPtr_mB1A5ACD5AA4B1ED830BD2E2EF7EC9B9ABF579D85_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
Record_tF7FF07DC502355356B48CE78337FB16B196E2EE0* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<Record_tF7FF07DC502355356B48CE78337FB16B196E2EE0*>(__this + _offset);
|
|
void* _returnValue;
|
|
_returnValue = Record_GetUnsafeExtraMemoryPtr_mB1A5ACD5AA4B1ED830BD2E2EF7EC9B9ABF579D85(_thisAdjusted, method);
|
|
return _returnValue;
|
|
}
|
|
// System.Void* UnityEngine.InputSystem.LowLevel.InputStateHistory/Record::GetUnsafeExtraMemoryPtrUnchecked()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void* Record_GetUnsafeExtraMemoryPtrUnchecked_m64D1BADE8C76019CB1D44F1FDE1A35A3060945FF (Record_tF7FF07DC502355356B48CE78337FB16B196E2EE0* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// if (m_Owner.extraMemoryPerRecord == 0)
|
|
InputStateHistory_tF2145C4E34E0E3AC84270533F58F047D6E28A480* L_0 = __this->___m_Owner_0;
|
|
NullCheck(L_0);
|
|
int32_t L_1;
|
|
L_1 = InputStateHistory_get_extraMemoryPerRecord_m4E4C9D89BC37B9CD7E6AFFD58D95A9030F92E653_inline(L_0, NULL);
|
|
if (L_1)
|
|
{
|
|
goto IL_0018;
|
|
}
|
|
}
|
|
{
|
|
// throw new InvalidOperationException("No extra memory has been set up for history records; set extraMemoryPerRecord");
|
|
InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_2 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_2);
|
|
InvalidOperationException__ctor_mE4CB6F4712AB6D99A2358FBAE2E052B3EE976162(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral228690F85C6AD8ED815D48DC2A017A1AAD28D67E)), NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Record_GetUnsafeExtraMemoryPtrUnchecked_m64D1BADE8C76019CB1D44F1FDE1A35A3060945FF_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_0018:
|
|
{
|
|
// return (byte*)header + m_Owner.bytesPerRecord - m_Owner.extraMemoryPerRecord;
|
|
RecordHeader_t6523EF3FFB7B66D4FC75A9C96AE57A0EC6D209F0* L_3;
|
|
L_3 = Record_get_header_m5ED6371C87B6F577C1AE75364D0C9AB5E1C3FC35(__this, NULL);
|
|
InputStateHistory_tF2145C4E34E0E3AC84270533F58F047D6E28A480* L_4 = __this->___m_Owner_0;
|
|
NullCheck(L_4);
|
|
int32_t L_5;
|
|
L_5 = InputStateHistory_get_bytesPerRecord_mAF516CE1E45E3EBA46EDFFF2923908D6B672D114(L_4, NULL);
|
|
InputStateHistory_tF2145C4E34E0E3AC84270533F58F047D6E28A480* L_6 = __this->___m_Owner_0;
|
|
NullCheck(L_6);
|
|
int32_t L_7;
|
|
L_7 = InputStateHistory_get_extraMemoryPerRecord_m4E4C9D89BC37B9CD7E6AFFD58D95A9030F92E653_inline(L_6, NULL);
|
|
return (void*)(((RecordHeader_t6523EF3FFB7B66D4FC75A9C96AE57A0EC6D209F0*)il2cpp_codegen_subtract((intptr_t)((RecordHeader_t6523EF3FFB7B66D4FC75A9C96AE57A0EC6D209F0*)il2cpp_codegen_add((intptr_t)L_3, L_5)), L_7)));
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void* Record_GetUnsafeExtraMemoryPtrUnchecked_m64D1BADE8C76019CB1D44F1FDE1A35A3060945FF_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
Record_tF7FF07DC502355356B48CE78337FB16B196E2EE0* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<Record_tF7FF07DC502355356B48CE78337FB16B196E2EE0*>(__this + _offset);
|
|
void* _returnValue;
|
|
_returnValue = Record_GetUnsafeExtraMemoryPtrUnchecked_m64D1BADE8C76019CB1D44F1FDE1A35A3060945FF(_thisAdjusted, method);
|
|
return _returnValue;
|
|
}
|
|
// System.Void UnityEngine.InputSystem.LowLevel.InputStateHistory/Record::CopyFrom(UnityEngine.InputSystem.LowLevel.InputStateHistory/Record)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Record_CopyFrom_mF3794E85475465E4DC83BBC615BC0A1506BFD105 (Record_tF7FF07DC502355356B48CE78337FB16B196E2EE0* __this, Record_tF7FF07DC502355356B48CE78337FB16B196E2EE0 ___0_record, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArrayHelpers_AppendWithCapacity_TisInputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E_mD1EB70229BA4FCE7BB48A627BDB2246259B0B02A_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlyArrayExtensions_IndexOfReference_TisInputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E_mB5B40E729A3DA490AB1290F474FAB59D2619AEE3_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlyArray_1_get_Count_m5061AE58EC2D8AE48182ADF368A108D8E9E116B6_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* V_0 = NULL;
|
|
int32_t V_1 = 0;
|
|
int32_t V_2 = 0;
|
|
RecordHeader_t6523EF3FFB7B66D4FC75A9C96AE57A0EC6D209F0* V_3 = NULL;
|
|
RecordHeader_t6523EF3FFB7B66D4FC75A9C96AE57A0EC6D209F0* V_4 = NULL;
|
|
uint8_t* V_5 = NULL;
|
|
uint8_t* V_6 = NULL;
|
|
int32_t V_7 = 0;
|
|
uint32_t V_8 = 0;
|
|
ReadOnlyArray_1_tA1DF7A256AD2BF17FB155224CB2611ED215EFCD3 V_9;
|
|
memset((&V_9), 0, sizeof(V_9));
|
|
uint8_t* G_B15_0 = NULL;
|
|
Action_1_t382B605C2C5668A25F075BE1F415718CF3C38FF7* G_B20_0 = NULL;
|
|
Action_1_t382B605C2C5668A25F075BE1F415718CF3C38FF7* G_B19_0 = NULL;
|
|
{
|
|
// if (!record.valid)
|
|
bool L_0;
|
|
L_0 = Record_get_valid_m73D4931772DADEDE923FEAB48BCC0B0B26D60207((&___0_record), NULL);
|
|
if (L_0)
|
|
{
|
|
goto IL_0019;
|
|
}
|
|
}
|
|
{
|
|
// throw new ArgumentException("Given history record is not valid", nameof(record));
|
|
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*)&_stringLiteral07502A9394E2D4006BEA38B6D757C8DD641C761C)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral8AEF35B4D1778407DD318B95E28D5C52594A31FA)), NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Record_CopyFrom_mF3794E85475465E4DC83BBC615BC0A1506BFD105_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_0019:
|
|
{
|
|
// CheckValid();
|
|
Record_CheckValid_m67D55C30E83E6D73790913DA2E1574429B339E83(__this, NULL);
|
|
// var control = record.control;
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_2;
|
|
L_2 = Record_get_control_mFA5FCC30EB91E96F56E6C405A64F1BB875591361((&___0_record), NULL);
|
|
V_0 = L_2;
|
|
// var controlIndex = m_Owner.controls.IndexOfReference(control);
|
|
InputStateHistory_tF2145C4E34E0E3AC84270533F58F047D6E28A480* L_3 = __this->___m_Owner_0;
|
|
NullCheck(L_3);
|
|
ReadOnlyArray_1_tA1DF7A256AD2BF17FB155224CB2611ED215EFCD3 L_4;
|
|
L_4 = InputStateHistory_get_controls_m2B1056A5B21F2A8CFAAEE9136E24D27C4BFF31CC(L_3, NULL);
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_5 = V_0;
|
|
int32_t L_6;
|
|
L_6 = ReadOnlyArrayExtensions_IndexOfReference_TisInputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E_mB5B40E729A3DA490AB1290F474FAB59D2619AEE3(L_4, L_5, ReadOnlyArrayExtensions_IndexOfReference_TisInputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E_mB5B40E729A3DA490AB1290F474FAB59D2619AEE3_RuntimeMethod_var);
|
|
V_1 = L_6;
|
|
// if (controlIndex == -1)
|
|
int32_t L_7 = V_1;
|
|
if ((!(((uint32_t)L_7) == ((uint32_t)(-1)))))
|
|
{
|
|
goto IL_0080;
|
|
}
|
|
}
|
|
{
|
|
// if (!m_Owner.m_AddNewControls)
|
|
InputStateHistory_tF2145C4E34E0E3AC84270533F58F047D6E28A480* L_8 = __this->___m_Owner_0;
|
|
NullCheck(L_8);
|
|
bool L_9 = L_8->___m_AddNewControls_13;
|
|
if (L_9)
|
|
{
|
|
goto IL_0061;
|
|
}
|
|
}
|
|
{
|
|
// throw new InvalidOperationException($"Control '{record.control}' is not tracked by target history");
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_10;
|
|
L_10 = Record_get_control_mFA5FCC30EB91E96F56E6C405A64F1BB875591361((&___0_record), NULL);
|
|
String_t* L_11;
|
|
L_11 = String_Format_mA8DBB4C2516B9723C5A41E6CB1E2FAF4BBE96DD8(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB6A2B8BB21743999872D37E9F7D3ABD5C6153542)), 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*)&Record_CopyFrom_mF3794E85475465E4DC83BBC615BC0A1506BFD105_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_0061:
|
|
{
|
|
// controlIndex =
|
|
// ArrayHelpers.AppendWithCapacity(ref m_Owner.m_Controls, ref m_Owner.m_ControlCount, control);
|
|
InputStateHistory_tF2145C4E34E0E3AC84270533F58F047D6E28A480* L_13 = __this->___m_Owner_0;
|
|
NullCheck(L_13);
|
|
InputControlU5BU5D_t0B951FEF1504D6340387C4735F5D6F426F40FE17** L_14 = (&L_13->___m_Controls_3);
|
|
InputStateHistory_tF2145C4E34E0E3AC84270533F58F047D6E28A480* L_15 = __this->___m_Owner_0;
|
|
NullCheck(L_15);
|
|
int32_t* L_16 = (&L_15->___m_ControlCount_4);
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_17 = V_0;
|
|
int32_t L_18;
|
|
L_18 = ArrayHelpers_AppendWithCapacity_TisInputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E_mD1EB70229BA4FCE7BB48A627BDB2246259B0B02A(L_14, L_16, L_17, ((int32_t)10), ArrayHelpers_AppendWithCapacity_TisInputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E_mD1EB70229BA4FCE7BB48A627BDB2246259B0B02A_RuntimeMethod_var);
|
|
V_1 = L_18;
|
|
}
|
|
|
|
IL_0080:
|
|
{
|
|
// var numBytesForState = m_Owner.m_StateSizeInBytes;
|
|
InputStateHistory_tF2145C4E34E0E3AC84270533F58F047D6E28A480* L_19 = __this->___m_Owner_0;
|
|
NullCheck(L_19);
|
|
int32_t L_20 = L_19->___m_StateSizeInBytes_6;
|
|
V_2 = L_20;
|
|
// if (numBytesForState != record.m_Owner.m_StateSizeInBytes)
|
|
int32_t L_21 = V_2;
|
|
Record_tF7FF07DC502355356B48CE78337FB16B196E2EE0 L_22 = ___0_record;
|
|
InputStateHistory_tF2145C4E34E0E3AC84270533F58F047D6E28A480* L_23 = L_22.___m_Owner_0;
|
|
NullCheck(L_23);
|
|
int32_t L_24 = L_23->___m_StateSizeInBytes_6;
|
|
if ((((int32_t)L_21) == ((int32_t)L_24)))
|
|
{
|
|
goto IL_00c0;
|
|
}
|
|
}
|
|
{
|
|
// throw new InvalidOperationException(
|
|
// $"Cannot copy record from owner with state size '{record.m_Owner.m_StateSizeInBytes}' to owner with state size '{numBytesForState}'");
|
|
Record_tF7FF07DC502355356B48CE78337FB16B196E2EE0 L_25 = ___0_record;
|
|
InputStateHistory_tF2145C4E34E0E3AC84270533F58F047D6E28A480* L_26 = L_25.___m_Owner_0;
|
|
NullCheck(L_26);
|
|
int32_t L_27 = L_26->___m_StateSizeInBytes_6;
|
|
int32_t L_28 = L_27;
|
|
RuntimeObject* L_29 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var)), &L_28);
|
|
int32_t L_30 = V_2;
|
|
int32_t L_31 = L_30;
|
|
RuntimeObject* L_32 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var)), &L_31);
|
|
String_t* L_33;
|
|
L_33 = String_Format_mFB7DA489BD99F4670881FF50EC017BFB0A5C0987(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral5FED819D10C8AF6C6E7F810200B694458636D0F3)), L_29, L_32, NULL);
|
|
InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_34 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_34);
|
|
InvalidOperationException__ctor_mE4CB6F4712AB6D99A2358FBAE2E052B3EE976162(L_34, L_33, NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_34, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Record_CopyFrom_mF3794E85475465E4DC83BBC615BC0A1506BFD105_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_00c0:
|
|
{
|
|
// var thisRecordPtr = header;
|
|
RecordHeader_t6523EF3FFB7B66D4FC75A9C96AE57A0EC6D209F0* L_35;
|
|
L_35 = Record_get_header_m5ED6371C87B6F577C1AE75364D0C9AB5E1C3FC35(__this, NULL);
|
|
V_3 = L_35;
|
|
// var otherRecordPtr = record.header;
|
|
RecordHeader_t6523EF3FFB7B66D4FC75A9C96AE57A0EC6D209F0* L_36;
|
|
L_36 = Record_get_header_m5ED6371C87B6F577C1AE75364D0C9AB5E1C3FC35((&___0_record), NULL);
|
|
V_4 = L_36;
|
|
// UnsafeUtility.MemCpy(thisRecordPtr, otherRecordPtr, RecordHeader.kSizeWithoutControlIndex);
|
|
RecordHeader_t6523EF3FFB7B66D4FC75A9C96AE57A0EC6D209F0* L_37 = V_3;
|
|
RecordHeader_t6523EF3FFB7B66D4FC75A9C96AE57A0EC6D209F0* L_38 = V_4;
|
|
UnsafeUtility_MemCpy_m5CEA91ACDADC522E584AE3A2AB2B0B74393A9177((void*)L_37, (void*)L_38, ((int64_t)((int32_t)12)), NULL);
|
|
// thisRecordPtr->version = ++m_Owner.m_CurrentVersion;
|
|
RecordHeader_t6523EF3FFB7B66D4FC75A9C96AE57A0EC6D209F0* L_39 = V_3;
|
|
InputStateHistory_tF2145C4E34E0E3AC84270533F58F047D6E28A480* L_40 = __this->___m_Owner_0;
|
|
InputStateHistory_tF2145C4E34E0E3AC84270533F58F047D6E28A480* L_41 = L_40;
|
|
NullCheck(L_41);
|
|
uint32_t L_42 = L_41->___m_CurrentVersion_11;
|
|
V_8 = ((int32_t)il2cpp_codegen_add((int32_t)L_42, 1));
|
|
uint32_t L_43 = V_8;
|
|
NullCheck(L_41);
|
|
L_41->___m_CurrentVersion_11 = L_43;
|
|
uint32_t L_44 = V_8;
|
|
NullCheck(L_39);
|
|
L_39->___version_1 = L_44;
|
|
// m_Version = thisRecordPtr->version;
|
|
RecordHeader_t6523EF3FFB7B66D4FC75A9C96AE57A0EC6D209F0* L_45 = V_3;
|
|
NullCheck(L_45);
|
|
uint32_t L_46 = L_45->___version_1;
|
|
__this->___m_Version_2 = L_46;
|
|
// var dstPtr = thisRecordPtr->statePtrWithoutControlIndex;
|
|
RecordHeader_t6523EF3FFB7B66D4FC75A9C96AE57A0EC6D209F0* L_47 = V_3;
|
|
uint8_t* L_48;
|
|
L_48 = RecordHeader_get_statePtrWithoutControlIndex_m06FC191CB4801F442A0B972DA23B48ECE629922C((RecordHeader_t6523EF3FFB7B66D4FC75A9C96AE57A0EC6D209F0*)L_47, NULL);
|
|
V_5 = L_48;
|
|
// if (m_Owner.controls.Count > 1 || m_Owner.m_AddNewControls)
|
|
InputStateHistory_tF2145C4E34E0E3AC84270533F58F047D6E28A480* L_49 = __this->___m_Owner_0;
|
|
NullCheck(L_49);
|
|
ReadOnlyArray_1_tA1DF7A256AD2BF17FB155224CB2611ED215EFCD3 L_50;
|
|
L_50 = InputStateHistory_get_controls_m2B1056A5B21F2A8CFAAEE9136E24D27C4BFF31CC(L_49, NULL);
|
|
V_9 = L_50;
|
|
int32_t L_51;
|
|
L_51 = ReadOnlyArray_1_get_Count_m5061AE58EC2D8AE48182ADF368A108D8E9E116B6_inline((&V_9), ReadOnlyArray_1_get_Count_m5061AE58EC2D8AE48182ADF368A108D8E9E116B6_RuntimeMethod_var);
|
|
if ((((int32_t)L_51) > ((int32_t)1)))
|
|
{
|
|
goto IL_0132;
|
|
}
|
|
}
|
|
{
|
|
InputStateHistory_tF2145C4E34E0E3AC84270533F58F047D6E28A480* L_52 = __this->___m_Owner_0;
|
|
NullCheck(L_52);
|
|
bool L_53 = L_52->___m_AddNewControls_13;
|
|
if (!L_53)
|
|
{
|
|
goto IL_0141;
|
|
}
|
|
}
|
|
|
|
IL_0132:
|
|
{
|
|
// thisRecordPtr->controlIndex = controlIndex;
|
|
RecordHeader_t6523EF3FFB7B66D4FC75A9C96AE57A0EC6D209F0* L_54 = V_3;
|
|
int32_t L_55 = V_1;
|
|
NullCheck(L_54);
|
|
L_54->___controlIndex_2 = L_55;
|
|
// dstPtr = thisRecordPtr->statePtrWithControlIndex;
|
|
RecordHeader_t6523EF3FFB7B66D4FC75A9C96AE57A0EC6D209F0* L_56 = V_3;
|
|
uint8_t* L_57;
|
|
L_57 = RecordHeader_get_statePtrWithControlIndex_m68BBA8402AF00318B40229E5121F9C5132A3B655((RecordHeader_t6523EF3FFB7B66D4FC75A9C96AE57A0EC6D209F0*)L_56, NULL);
|
|
V_5 = L_57;
|
|
}
|
|
|
|
IL_0141:
|
|
{
|
|
// var srcPtr = record.m_Owner.m_ControlCount > 1 || record.m_Owner.m_AddNewControls
|
|
// ? otherRecordPtr->statePtrWithControlIndex
|
|
// : otherRecordPtr->statePtrWithoutControlIndex;
|
|
Record_tF7FF07DC502355356B48CE78337FB16B196E2EE0 L_58 = ___0_record;
|
|
InputStateHistory_tF2145C4E34E0E3AC84270533F58F047D6E28A480* L_59 = L_58.___m_Owner_0;
|
|
NullCheck(L_59);
|
|
int32_t L_60 = L_59->___m_ControlCount_4;
|
|
if ((((int32_t)L_60) > ((int32_t)1)))
|
|
{
|
|
goto IL_0165;
|
|
}
|
|
}
|
|
{
|
|
Record_tF7FF07DC502355356B48CE78337FB16B196E2EE0 L_61 = ___0_record;
|
|
InputStateHistory_tF2145C4E34E0E3AC84270533F58F047D6E28A480* L_62 = L_61.___m_Owner_0;
|
|
NullCheck(L_62);
|
|
bool L_63 = L_62->___m_AddNewControls_13;
|
|
if (L_63)
|
|
{
|
|
goto IL_0165;
|
|
}
|
|
}
|
|
{
|
|
RecordHeader_t6523EF3FFB7B66D4FC75A9C96AE57A0EC6D209F0* L_64 = V_4;
|
|
uint8_t* L_65;
|
|
L_65 = RecordHeader_get_statePtrWithoutControlIndex_m06FC191CB4801F442A0B972DA23B48ECE629922C((RecordHeader_t6523EF3FFB7B66D4FC75A9C96AE57A0EC6D209F0*)L_64, NULL);
|
|
G_B15_0 = L_65;
|
|
goto IL_016c;
|
|
}
|
|
|
|
IL_0165:
|
|
{
|
|
RecordHeader_t6523EF3FFB7B66D4FC75A9C96AE57A0EC6D209F0* L_66 = V_4;
|
|
uint8_t* L_67;
|
|
L_67 = RecordHeader_get_statePtrWithControlIndex_m68BBA8402AF00318B40229E5121F9C5132A3B655((RecordHeader_t6523EF3FFB7B66D4FC75A9C96AE57A0EC6D209F0*)L_66, NULL);
|
|
G_B15_0 = L_67;
|
|
}
|
|
|
|
IL_016c:
|
|
{
|
|
V_6 = G_B15_0;
|
|
// UnsafeUtility.MemCpy(dstPtr, srcPtr, numBytesForState);
|
|
uint8_t* L_68 = V_5;
|
|
uint8_t* L_69 = V_6;
|
|
int32_t L_70 = V_2;
|
|
UnsafeUtility_MemCpy_m5CEA91ACDADC522E584AE3A2AB2B0B74393A9177((void*)L_68, (void*)L_69, ((int64_t)L_70), NULL);
|
|
// var numBytesExtraMemory = m_Owner.m_ExtraMemoryPerRecord;
|
|
InputStateHistory_tF2145C4E34E0E3AC84270533F58F047D6E28A480* L_71 = __this->___m_Owner_0;
|
|
NullCheck(L_71);
|
|
int32_t L_72 = L_71->___m_ExtraMemoryPerRecord_9;
|
|
V_7 = L_72;
|
|
// if (numBytesExtraMemory > 0 && numBytesExtraMemory == record.m_Owner.m_ExtraMemoryPerRecord)
|
|
int32_t L_73 = V_7;
|
|
if ((((int32_t)L_73) <= ((int32_t)0)))
|
|
{
|
|
goto IL_01af;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_74 = V_7;
|
|
Record_tF7FF07DC502355356B48CE78337FB16B196E2EE0 L_75 = ___0_record;
|
|
InputStateHistory_tF2145C4E34E0E3AC84270533F58F047D6E28A480* L_76 = L_75.___m_Owner_0;
|
|
NullCheck(L_76);
|
|
int32_t L_77 = L_76->___m_ExtraMemoryPerRecord_9;
|
|
if ((!(((uint32_t)L_74) == ((uint32_t)L_77))))
|
|
{
|
|
goto IL_01af;
|
|
}
|
|
}
|
|
{
|
|
// UnsafeUtility.MemCpy(GetUnsafeExtraMemoryPtr(), record.GetUnsafeExtraMemoryPtr(),
|
|
// numBytesExtraMemory);
|
|
void* L_78;
|
|
L_78 = Record_GetUnsafeExtraMemoryPtr_mB1A5ACD5AA4B1ED830BD2E2EF7EC9B9ABF579D85(__this, NULL);
|
|
void* L_79;
|
|
L_79 = Record_GetUnsafeExtraMemoryPtr_mB1A5ACD5AA4B1ED830BD2E2EF7EC9B9ABF579D85((&___0_record), NULL);
|
|
int32_t L_80 = V_7;
|
|
UnsafeUtility_MemCpy_m5CEA91ACDADC522E584AE3A2AB2B0B74393A9177(L_78, L_79, ((int64_t)L_80), NULL);
|
|
}
|
|
|
|
IL_01af:
|
|
{
|
|
// m_Owner.onRecordAdded?.Invoke(this);
|
|
InputStateHistory_tF2145C4E34E0E3AC84270533F58F047D6E28A480* L_81 = __this->___m_Owner_0;
|
|
NullCheck(L_81);
|
|
Action_1_t382B605C2C5668A25F075BE1F415718CF3C38FF7* L_82;
|
|
L_82 = InputStateHistory_get_onRecordAdded_mC7C34D59B29DBCFD235DDCE9353325E8A8033D26_inline(L_81, NULL);
|
|
Action_1_t382B605C2C5668A25F075BE1F415718CF3C38FF7* L_83 = L_82;
|
|
G_B19_0 = L_83;
|
|
if (L_83)
|
|
{
|
|
G_B20_0 = L_83;
|
|
goto IL_01bf;
|
|
}
|
|
}
|
|
{
|
|
return;
|
|
}
|
|
|
|
IL_01bf:
|
|
{
|
|
Record_tF7FF07DC502355356B48CE78337FB16B196E2EE0 L_84 = (*(Record_tF7FF07DC502355356B48CE78337FB16B196E2EE0*)__this);
|
|
NullCheck(G_B20_0);
|
|
Action_1_Invoke_m385E2072F05E124A5C5A65458BECB656EA710704_inline(G_B20_0, L_84, NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void Record_CopyFrom_mF3794E85475465E4DC83BBC615BC0A1506BFD105_AdjustorThunk (RuntimeObject* __this, Record_tF7FF07DC502355356B48CE78337FB16B196E2EE0 ___0_record, const RuntimeMethod* method)
|
|
{
|
|
Record_tF7FF07DC502355356B48CE78337FB16B196E2EE0* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<Record_tF7FF07DC502355356B48CE78337FB16B196E2EE0*>(__this + _offset);
|
|
Record_CopyFrom_mF3794E85475465E4DC83BBC615BC0A1506BFD105(_thisAdjusted, ___0_record, method);
|
|
}
|
|
// System.Void UnityEngine.InputSystem.LowLevel.InputStateHistory/Record::CheckValid()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Record_CheckValid_m67D55C30E83E6D73790913DA2E1574429B339E83 (Record_tF7FF07DC502355356B48CE78337FB16B196E2EE0* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// if (m_Owner == default || m_IndexPlusOne == default)
|
|
InputStateHistory_tF2145C4E34E0E3AC84270533F58F047D6E28A480* L_0 = __this->___m_Owner_0;
|
|
if (!L_0)
|
|
{
|
|
goto IL_0010;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_1 = __this->___m_IndexPlusOne_1;
|
|
if (L_1)
|
|
{
|
|
goto IL_001b;
|
|
}
|
|
}
|
|
|
|
IL_0010:
|
|
{
|
|
// throw new InvalidOperationException("Value not initialized");
|
|
InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_2 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_2);
|
|
InvalidOperationException__ctor_mE4CB6F4712AB6D99A2358FBAE2E052B3EE976162(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralD368221222123B4D9D426DC9D6DBC9E02A655C26)), NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Record_CheckValid_m67D55C30E83E6D73790913DA2E1574429B339E83_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_001b:
|
|
{
|
|
// if (header->version != m_Version)
|
|
RecordHeader_t6523EF3FFB7B66D4FC75A9C96AE57A0EC6D209F0* L_3;
|
|
L_3 = Record_get_header_m5ED6371C87B6F577C1AE75364D0C9AB5E1C3FC35(__this, NULL);
|
|
NullCheck(L_3);
|
|
uint32_t L_4 = L_3->___version_1;
|
|
uint32_t L_5 = __this->___m_Version_2;
|
|
if ((((int32_t)L_4) == ((int32_t)L_5)))
|
|
{
|
|
goto IL_0039;
|
|
}
|
|
}
|
|
{
|
|
// throw new InvalidOperationException("Record is no longer valid");
|
|
InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_6 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_6);
|
|
InvalidOperationException__ctor_mE4CB6F4712AB6D99A2358FBAE2E052B3EE976162(L_6, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7CB991168362F6F6217558DEDAD35C480D6B523C)), NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Record_CheckValid_m67D55C30E83E6D73790913DA2E1574429B339E83_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_0039:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void Record_CheckValid_m67D55C30E83E6D73790913DA2E1574429B339E83_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
Record_tF7FF07DC502355356B48CE78337FB16B196E2EE0* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<Record_tF7FF07DC502355356B48CE78337FB16B196E2EE0*>(__this + _offset);
|
|
Record_CheckValid_m67D55C30E83E6D73790913DA2E1574429B339E83(_thisAdjusted, method);
|
|
}
|
|
// System.Boolean UnityEngine.InputSystem.LowLevel.InputStateHistory/Record::Equals(UnityEngine.InputSystem.LowLevel.InputStateHistory/Record)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Record_Equals_m46C2DACFD7A7DF90D32A0E4EC4B44D267D7B4402 (Record_tF7FF07DC502355356B48CE78337FB16B196E2EE0* __this, Record_tF7FF07DC502355356B48CE78337FB16B196E2EE0 ___0_other, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// return ReferenceEquals(m_Owner, other.m_Owner) && m_IndexPlusOne == other.m_IndexPlusOne && m_Version == other.m_Version;
|
|
InputStateHistory_tF2145C4E34E0E3AC84270533F58F047D6E28A480* L_0 = __this->___m_Owner_0;
|
|
Record_tF7FF07DC502355356B48CE78337FB16B196E2EE0 L_1 = ___0_other;
|
|
InputStateHistory_tF2145C4E34E0E3AC84270533F58F047D6E28A480* L_2 = L_1.___m_Owner_0;
|
|
if ((!(((RuntimeObject*)(InputStateHistory_tF2145C4E34E0E3AC84270533F58F047D6E28A480*)L_0) == ((RuntimeObject*)(InputStateHistory_tF2145C4E34E0E3AC84270533F58F047D6E28A480*)L_2))))
|
|
{
|
|
goto IL_002b;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_3 = __this->___m_IndexPlusOne_1;
|
|
Record_tF7FF07DC502355356B48CE78337FB16B196E2EE0 L_4 = ___0_other;
|
|
int32_t L_5 = L_4.___m_IndexPlusOne_1;
|
|
if ((!(((uint32_t)L_3) == ((uint32_t)L_5))))
|
|
{
|
|
goto IL_002b;
|
|
}
|
|
}
|
|
{
|
|
uint32_t L_6 = __this->___m_Version_2;
|
|
Record_tF7FF07DC502355356B48CE78337FB16B196E2EE0 L_7 = ___0_other;
|
|
uint32_t L_8 = L_7.___m_Version_2;
|
|
return (bool)((((int32_t)L_6) == ((int32_t)L_8))? 1 : 0);
|
|
}
|
|
|
|
IL_002b:
|
|
{
|
|
return (bool)0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C bool Record_Equals_m46C2DACFD7A7DF90D32A0E4EC4B44D267D7B4402_AdjustorThunk (RuntimeObject* __this, Record_tF7FF07DC502355356B48CE78337FB16B196E2EE0 ___0_other, const RuntimeMethod* method)
|
|
{
|
|
Record_tF7FF07DC502355356B48CE78337FB16B196E2EE0* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<Record_tF7FF07DC502355356B48CE78337FB16B196E2EE0*>(__this + _offset);
|
|
bool _returnValue;
|
|
_returnValue = Record_Equals_m46C2DACFD7A7DF90D32A0E4EC4B44D267D7B4402(_thisAdjusted, ___0_other, method);
|
|
return _returnValue;
|
|
}
|
|
// System.Boolean UnityEngine.InputSystem.LowLevel.InputStateHistory/Record::Equals(System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Record_Equals_mEAE03AEEBA5DD28BBFD29288ABD97ECA570E1745 (Record_tF7FF07DC502355356B48CE78337FB16B196E2EE0* __this, RuntimeObject* ___0_obj, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Record_tF7FF07DC502355356B48CE78337FB16B196E2EE0_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Record_tF7FF07DC502355356B48CE78337FB16B196E2EE0 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
// return obj is Record other && Equals(other);
|
|
RuntimeObject* L_0 = ___0_obj;
|
|
if (!((RuntimeObject*)IsInstSealed((RuntimeObject*)L_0, Record_tF7FF07DC502355356B48CE78337FB16B196E2EE0_il2cpp_TypeInfo_var)))
|
|
{
|
|
goto IL_0017;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject* L_1 = ___0_obj;
|
|
V_0 = ((*(Record_tF7FF07DC502355356B48CE78337FB16B196E2EE0*)((Record_tF7FF07DC502355356B48CE78337FB16B196E2EE0*)(Record_tF7FF07DC502355356B48CE78337FB16B196E2EE0*)UnBox(L_1, Record_tF7FF07DC502355356B48CE78337FB16B196E2EE0_il2cpp_TypeInfo_var))));
|
|
Record_tF7FF07DC502355356B48CE78337FB16B196E2EE0 L_2 = V_0;
|
|
bool L_3;
|
|
L_3 = Record_Equals_m46C2DACFD7A7DF90D32A0E4EC4B44D267D7B4402(__this, L_2, NULL);
|
|
return L_3;
|
|
}
|
|
|
|
IL_0017:
|
|
{
|
|
return (bool)0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C bool Record_Equals_mEAE03AEEBA5DD28BBFD29288ABD97ECA570E1745_AdjustorThunk (RuntimeObject* __this, RuntimeObject* ___0_obj, const RuntimeMethod* method)
|
|
{
|
|
Record_tF7FF07DC502355356B48CE78337FB16B196E2EE0* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<Record_tF7FF07DC502355356B48CE78337FB16B196E2EE0*>(__this + _offset);
|
|
bool _returnValue;
|
|
_returnValue = Record_Equals_mEAE03AEEBA5DD28BBFD29288ABD97ECA570E1745(_thisAdjusted, ___0_obj, method);
|
|
return _returnValue;
|
|
}
|
|
// System.Int32 UnityEngine.InputSystem.LowLevel.InputStateHistory/Record::GetHashCode()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Record_GetHashCode_m0C3978B11ED20A623C63325C24A3B77C40C22BC6 (Record_tF7FF07DC502355356B48CE78337FB16B196E2EE0* __this, const RuntimeMethod* method)
|
|
{
|
|
int32_t G_B3_0 = 0;
|
|
{
|
|
// var hashCode = m_Owner != null ? m_Owner.GetHashCode() : 0;
|
|
InputStateHistory_tF2145C4E34E0E3AC84270533F58F047D6E28A480* L_0 = __this->___m_Owner_0;
|
|
if (L_0)
|
|
{
|
|
goto IL_000b;
|
|
}
|
|
}
|
|
{
|
|
G_B3_0 = 0;
|
|
goto IL_0016;
|
|
}
|
|
|
|
IL_000b:
|
|
{
|
|
InputStateHistory_tF2145C4E34E0E3AC84270533F58F047D6E28A480* L_1 = __this->___m_Owner_0;
|
|
NullCheck(L_1);
|
|
int32_t L_2;
|
|
L_2 = VirtualFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, L_1);
|
|
G_B3_0 = L_2;
|
|
}
|
|
|
|
IL_0016:
|
|
{
|
|
// hashCode = (hashCode * 397) ^ m_IndexPlusOne;
|
|
int32_t L_3 = __this->___m_IndexPlusOne_1;
|
|
// hashCode = (hashCode * 397) ^ (int)m_Version;
|
|
uint32_t L_4 = __this->___m_Version_2;
|
|
// return hashCode;
|
|
return ((int32_t)(((int32_t)il2cpp_codegen_multiply(((int32_t)(((int32_t)il2cpp_codegen_multiply(G_B3_0, ((int32_t)397)))^L_3)), ((int32_t)397)))^(int32_t)L_4));
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C int32_t Record_GetHashCode_m0C3978B11ED20A623C63325C24A3B77C40C22BC6_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
Record_tF7FF07DC502355356B48CE78337FB16B196E2EE0* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<Record_tF7FF07DC502355356B48CE78337FB16B196E2EE0*>(__this + _offset);
|
|
int32_t _returnValue;
|
|
_returnValue = Record_GetHashCode_m0C3978B11ED20A623C63325C24A3B77C40C22BC6(_thisAdjusted, method);
|
|
return _returnValue;
|
|
}
|
|
// System.String UnityEngine.InputSystem.LowLevel.InputStateHistory/Record::ToString()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Record_ToString_m712763CC1EF0E6677A9A3848D870B7E619A91640 (Record_tF7FF07DC502355356B48CE78337FB16B196E2EE0* __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*)&_stringLiteral90C285823967F4BB319AA93A10BBA680529F1E2A);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCDC4CAD2EE688756442F133610DECC9EF98A0A1D);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// if (!valid)
|
|
bool L_0;
|
|
L_0 = Record_get_valid_m73D4931772DADEDE923FEAB48BCC0B0B26D60207(__this, NULL);
|
|
if (L_0)
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
// return "<Invalid>";
|
|
return _stringLiteralCDC4CAD2EE688756442F133610DECC9EF98A0A1D;
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
// return $"{{ control={control} value={ReadValueAsObject()} time={time} }}";
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_1;
|
|
L_1 = Record_get_control_mFA5FCC30EB91E96F56E6C405A64F1BB875591361(__this, NULL);
|
|
RuntimeObject* L_2;
|
|
L_2 = Record_ReadValueAsObject_m5F14CA6A4B11B31675A52014126BA98189CB6C88(__this, NULL);
|
|
double L_3;
|
|
L_3 = Record_get_time_m01D9954843D8B133990316D6116F8C0ED29F8743(__this, NULL);
|
|
double L_4 = L_3;
|
|
RuntimeObject* L_5 = Box(Double_tE150EF3D1D43DEE85D533810AB4C742307EEDE5F_il2cpp_TypeInfo_var, &L_4);
|
|
String_t* L_6;
|
|
L_6 = String_Format_mA0534D6E2AE4D67A6BD8D45B3321323930EB930C(_stringLiteral90C285823967F4BB319AA93A10BBA680529F1E2A, L_1, L_2, L_5, NULL);
|
|
return L_6;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C String_t* Record_ToString_m712763CC1EF0E6677A9A3848D870B7E619A91640_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
Record_tF7FF07DC502355356B48CE78337FB16B196E2EE0* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<Record_tF7FF07DC502355356B48CE78337FB16B196E2EE0*>(__this + _offset);
|
|
String_t* _returnValue;
|
|
_returnValue = Record_ToString_m712763CC1EF0E6677A9A3848D870B7E619A91640(_thisAdjusted, method);
|
|
return _returnValue;
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Single UnityEngine.InputSystem.Processors.AxisDeadzoneProcessor::get_minOrDefault()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float AxisDeadzoneProcessor_get_minOrDefault_m0951A50CB79989B52E92A99F727D59CA8DA327A4 (AxisDeadzoneProcessor_t0CD0C66C8981A54B391808B4950F14784AA28275* __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 minOrDefault => min == default ? InputSystem.settings.defaultDeadzoneMin : min;
|
|
float L_0 = __this->___min_1;
|
|
if ((((float)L_0) == ((float)(0.0f))))
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
float L_1 = __this->___min_1;
|
|
return L_1;
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var);
|
|
InputSettings_tBA8835B505722A59702A08BCBA46ECF0B0274EEF* L_2;
|
|
L_2 = InputSystem_get_settings_m8E3E9C0907904CBDBAE96354142AB0A87C7A3B74(NULL);
|
|
NullCheck(L_2);
|
|
float L_3;
|
|
L_3 = InputSettings_get_defaultDeadzoneMin_m1239BE1D57797E39924B157E2176088DEAA40AB4_inline(L_2, NULL);
|
|
return L_3;
|
|
}
|
|
}
|
|
// System.Single UnityEngine.InputSystem.Processors.AxisDeadzoneProcessor::get_maxOrDefault()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float AxisDeadzoneProcessor_get_maxOrDefault_mFAD5FDE760368B8080230FB5863249E4DA7C383D (AxisDeadzoneProcessor_t0CD0C66C8981A54B391808B4950F14784AA28275* __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 maxOrDefault => max == default ? InputSystem.settings.defaultDeadzoneMax : max;
|
|
float L_0 = __this->___max_2;
|
|
if ((((float)L_0) == ((float)(0.0f))))
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
float L_1 = __this->___max_2;
|
|
return L_1;
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var);
|
|
InputSettings_tBA8835B505722A59702A08BCBA46ECF0B0274EEF* L_2;
|
|
L_2 = InputSystem_get_settings_m8E3E9C0907904CBDBAE96354142AB0A87C7A3B74(NULL);
|
|
NullCheck(L_2);
|
|
float L_3;
|
|
L_3 = InputSettings_get_defaultDeadzoneMax_mDEDE43CBF1C003101209A6743914D4461A4B0DBD_inline(L_2, NULL);
|
|
return L_3;
|
|
}
|
|
}
|
|
// System.Single UnityEngine.InputSystem.Processors.AxisDeadzoneProcessor::Process(System.Single,UnityEngine.InputSystem.InputControl)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float AxisDeadzoneProcessor_Process_m4703627EA561A618D98007039EA1057419481BE5 (AxisDeadzoneProcessor_t0CD0C66C8981A54B391808B4950F14784AA28275* __this, float ___0_value, InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* ___1_control, const RuntimeMethod* method)
|
|
{
|
|
float V_0 = 0.0f;
|
|
float V_1 = 0.0f;
|
|
float V_2 = 0.0f;
|
|
{
|
|
// var min = minOrDefault;
|
|
float L_0;
|
|
L_0 = AxisDeadzoneProcessor_get_minOrDefault_m0951A50CB79989B52E92A99F727D59CA8DA327A4(__this, NULL);
|
|
V_0 = L_0;
|
|
// var max = maxOrDefault;
|
|
float L_1;
|
|
L_1 = AxisDeadzoneProcessor_get_maxOrDefault_mFAD5FDE760368B8080230FB5863249E4DA7C383D(__this, NULL);
|
|
V_1 = L_1;
|
|
// var absValue = Mathf.Abs(value);
|
|
float L_2 = ___0_value;
|
|
float L_3;
|
|
L_3 = fabsf(L_2);
|
|
V_2 = L_3;
|
|
// if (absValue < min)
|
|
float L_4 = V_2;
|
|
float L_5 = V_0;
|
|
if ((!(((float)L_4) < ((float)L_5))))
|
|
{
|
|
goto IL_001f;
|
|
}
|
|
}
|
|
{
|
|
// return 0;
|
|
return (0.0f);
|
|
}
|
|
|
|
IL_001f:
|
|
{
|
|
// if (absValue > max)
|
|
float L_6 = V_2;
|
|
float L_7 = V_1;
|
|
if ((!(((float)L_6) > ((float)L_7))))
|
|
{
|
|
goto IL_002a;
|
|
}
|
|
}
|
|
{
|
|
// return Mathf.Sign(value);
|
|
float L_8 = ___0_value;
|
|
float L_9;
|
|
L_9 = Mathf_Sign_m42EE1F0BC041AF14F89DED7F762BE996E2C50D8A_inline(L_8, NULL);
|
|
return L_9;
|
|
}
|
|
|
|
IL_002a:
|
|
{
|
|
// return Mathf.Sign(value) * ((absValue - min) / (max - min));
|
|
float L_10 = ___0_value;
|
|
float L_11;
|
|
L_11 = Mathf_Sign_m42EE1F0BC041AF14F89DED7F762BE996E2C50D8A_inline(L_10, NULL);
|
|
float L_12 = V_2;
|
|
float L_13 = V_0;
|
|
float L_14 = V_1;
|
|
float L_15 = V_0;
|
|
return ((float)il2cpp_codegen_multiply(L_11, ((float)(((float)il2cpp_codegen_subtract(L_12, L_13))/((float)il2cpp_codegen_subtract(L_14, L_15))))));
|
|
}
|
|
}
|
|
// System.String UnityEngine.InputSystem.Processors.AxisDeadzoneProcessor::ToString()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* AxisDeadzoneProcessor_ToString_mAFFBA22F47A9D20F7465170E35DCD8AA22B85767 (AxisDeadzoneProcessor_t0CD0C66C8981A54B391808B4950F14784AA28275* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Single_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralAF1DE74E5E7C56116956E73F067169E2400B7663);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// return $"AxisDeadzone(min={minOrDefault},max={maxOrDefault})";
|
|
float L_0;
|
|
L_0 = AxisDeadzoneProcessor_get_minOrDefault_m0951A50CB79989B52E92A99F727D59CA8DA327A4(__this, NULL);
|
|
float L_1 = L_0;
|
|
RuntimeObject* L_2 = Box(Single_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_il2cpp_TypeInfo_var, &L_1);
|
|
float L_3;
|
|
L_3 = AxisDeadzoneProcessor_get_maxOrDefault_mFAD5FDE760368B8080230FB5863249E4DA7C383D(__this, NULL);
|
|
float L_4 = L_3;
|
|
RuntimeObject* L_5 = Box(Single_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_il2cpp_TypeInfo_var, &L_4);
|
|
String_t* L_6;
|
|
L_6 = String_Format_mFB7DA489BD99F4670881FF50EC017BFB0A5C0987(_stringLiteralAF1DE74E5E7C56116956E73F067169E2400B7663, L_2, L_5, NULL);
|
|
return L_6;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.InputSystem.Processors.AxisDeadzoneProcessor::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AxisDeadzoneProcessor__ctor_m1DAB3510C8F01ED88B5C1A485685CE2E67C2A29F (AxisDeadzoneProcessor_t0CD0C66C8981A54B391808B4950F14784AA28275* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputProcessor_1__ctor_m6E736C5302AE133E73EA6EBF118BD01593543363_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
InputProcessor_1__ctor_m6E736C5302AE133E73EA6EBF118BD01593543363(__this, InputProcessor_1__ctor_m6E736C5302AE133E73EA6EBF118BD01593543363_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.Single UnityEngine.InputSystem.Processors.ClampProcessor::Process(System.Single,UnityEngine.InputSystem.InputControl)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float ClampProcessor_Process_m2131892DF263485CE5B0CF7ADAC57D72D5C56921 (ClampProcessor_tF3D734C88BDFC3618BA525B51A0244942A5E1E33* __this, float ___0_value, InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* ___1_control, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// return Mathf.Clamp(value, min, max);
|
|
float L_0 = ___0_value;
|
|
float L_1 = __this->___min_1;
|
|
float L_2 = __this->___max_2;
|
|
float L_3;
|
|
L_3 = Mathf_Clamp_mEB9AEA827D27D20FCC787F7375156AF46BB12BBF_inline(L_0, L_1, L_2, NULL);
|
|
return L_3;
|
|
}
|
|
}
|
|
// System.String UnityEngine.InputSystem.Processors.ClampProcessor::ToString()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ClampProcessor_ToString_mF892E33F7B0F33279C78BAB1FECA54AA071CAF70 (ClampProcessor_tF3D734C88BDFC3618BA525B51A0244942A5E1E33* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Single_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9A6665FCE082A644FF5EC34C31774D2A8C15A647);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// return $"Clamp(min={min},max={max})";
|
|
float L_0 = __this->___min_1;
|
|
float L_1 = L_0;
|
|
RuntimeObject* L_2 = Box(Single_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_il2cpp_TypeInfo_var, &L_1);
|
|
float L_3 = __this->___max_2;
|
|
float L_4 = L_3;
|
|
RuntimeObject* L_5 = Box(Single_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_il2cpp_TypeInfo_var, &L_4);
|
|
String_t* L_6;
|
|
L_6 = String_Format_mFB7DA489BD99F4670881FF50EC017BFB0A5C0987(_stringLiteral9A6665FCE082A644FF5EC34C31774D2A8C15A647, L_2, L_5, NULL);
|
|
return L_6;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.InputSystem.Processors.ClampProcessor::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ClampProcessor__ctor_mFB45C52B0959C0DE053968E44A1494D265018E26 (ClampProcessor_tF3D734C88BDFC3618BA525B51A0244942A5E1E33* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputProcessor_1__ctor_m6E736C5302AE133E73EA6EBF118BD01593543363_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
InputProcessor_1__ctor_m6E736C5302AE133E73EA6EBF118BD01593543363(__this, InputProcessor_1__ctor_m6E736C5302AE133E73EA6EBF118BD01593543363_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
|
|
// UnityEngine.Vector3 UnityEngine.InputSystem.Processors.CompensateDirectionProcessor::Process(UnityEngine.Vector3,UnityEngine.InputSystem.InputControl)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 CompensateDirectionProcessor_Process_m65E2A36B937F4314BF9994F5F596CA2B6DE5DD5E (CompensateDirectionProcessor_tD37E3634AA6A1D86A67B21CFFFF5BDD0F39183BE* __this, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___0_value, InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* ___1_control, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IInputRuntime_t97E0310F85D952B7B42F6FEB50A1C8D88A0C0C09_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputRuntime_t225BBC258A47D8CC1DE6C04E13FB51C375EEB4C3_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
int32_t V_1 = 0;
|
|
{
|
|
// if (!InputSystem.settings.compensateForScreenOrientation)
|
|
il2cpp_codegen_runtime_class_init_inline(InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var);
|
|
InputSettings_tBA8835B505722A59702A08BCBA46ECF0B0274EEF* L_0;
|
|
L_0 = InputSystem_get_settings_m8E3E9C0907904CBDBAE96354142AB0A87C7A3B74(NULL);
|
|
NullCheck(L_0);
|
|
bool L_1;
|
|
L_1 = InputSettings_get_compensateForScreenOrientation_m3192D3A299F90F02013F003CE246174E480ACF80_inline(L_0, NULL);
|
|
if (L_1)
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
// return value;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_2 = ___0_value;
|
|
return L_2;
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
// var rotation = Quaternion.identity;
|
|
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 L_3;
|
|
L_3 = Quaternion_get_identity_m7E701AE095ED10FD5EA0B50ABCFDE2EEFF2173A5_inline(NULL);
|
|
V_0 = L_3;
|
|
// switch (InputRuntime.s_Instance.screenOrientation)
|
|
RuntimeObject* L_4 = ((InputRuntime_t225BBC258A47D8CC1DE6C04E13FB51C375EEB4C3_StaticFields*)il2cpp_codegen_static_fields_for(InputRuntime_t225BBC258A47D8CC1DE6C04E13FB51C375EEB4C3_il2cpp_TypeInfo_var))->___s_Instance_0;
|
|
NullCheck(L_4);
|
|
int32_t L_5;
|
|
L_5 = InterfaceFuncInvoker0< int32_t >::Invoke(25 /* UnityEngine.ScreenOrientation UnityEngine.InputSystem.LowLevel.IInputRuntime::get_screenOrientation() */, IInputRuntime_t97E0310F85D952B7B42F6FEB50A1C8D88A0C0C09_il2cpp_TypeInfo_var, L_4);
|
|
V_1 = L_5;
|
|
int32_t L_6 = V_1;
|
|
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_6, 2)))
|
|
{
|
|
case 0:
|
|
{
|
|
goto IL_0035;
|
|
}
|
|
case 1:
|
|
{
|
|
goto IL_004c;
|
|
}
|
|
case 2:
|
|
{
|
|
goto IL_0063;
|
|
}
|
|
}
|
|
}
|
|
{
|
|
goto IL_0078;
|
|
}
|
|
|
|
IL_0035:
|
|
{
|
|
// case ScreenOrientation.PortraitUpsideDown: rotation = Quaternion.Euler(0, 0, 180); break;
|
|
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 L_7;
|
|
L_7 = Quaternion_Euler_m9262AB29E3E9CE94EF71051F38A28E82AEC73F90_inline((0.0f), (0.0f), (180.0f), NULL);
|
|
V_0 = L_7;
|
|
// case ScreenOrientation.PortraitUpsideDown: rotation = Quaternion.Euler(0, 0, 180); break;
|
|
goto IL_0078;
|
|
}
|
|
|
|
IL_004c:
|
|
{
|
|
// case ScreenOrientation.LandscapeLeft: rotation = Quaternion.Euler(0, 0, 90); break;
|
|
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 L_8;
|
|
L_8 = Quaternion_Euler_m9262AB29E3E9CE94EF71051F38A28E82AEC73F90_inline((0.0f), (0.0f), (90.0f), NULL);
|
|
V_0 = L_8;
|
|
// case ScreenOrientation.LandscapeLeft: rotation = Quaternion.Euler(0, 0, 90); break;
|
|
goto IL_0078;
|
|
}
|
|
|
|
IL_0063:
|
|
{
|
|
// case ScreenOrientation.LandscapeRight: rotation = Quaternion.Euler(0, 0, 270); break;
|
|
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 L_9;
|
|
L_9 = Quaternion_Euler_m9262AB29E3E9CE94EF71051F38A28E82AEC73F90_inline((0.0f), (0.0f), (270.0f), NULL);
|
|
V_0 = L_9;
|
|
}
|
|
|
|
IL_0078:
|
|
{
|
|
// return rotation * value;
|
|
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 L_10 = V_0;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_11 = ___0_value;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_12;
|
|
L_12 = Quaternion_op_Multiply_mE1EBA73F9173432B50F8F17CE8190C5A7986FB8C(L_10, L_11, NULL);
|
|
return L_12;
|
|
}
|
|
}
|
|
// System.String UnityEngine.InputSystem.Processors.CompensateDirectionProcessor::ToString()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* CompensateDirectionProcessor_ToString_mEC6EB3BAF3570AE17469E063B8CAC3BEA7F3304E (CompensateDirectionProcessor_tD37E3634AA6A1D86A67B21CFFFF5BDD0F39183BE* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBCAE6E33D6A8CD53E46D38B53016C68EA56209C8);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// return "CompensateDirection()";
|
|
return _stringLiteralBCAE6E33D6A8CD53E46D38B53016C68EA56209C8;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.InputSystem.Processors.CompensateDirectionProcessor::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CompensateDirectionProcessor__ctor_m42B87D375F4FA715B337F5B91B9991EF868C4690 (CompensateDirectionProcessor_tD37E3634AA6A1D86A67B21CFFFF5BDD0F39183BE* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputProcessor_1__ctor_m3660D9413503EF80E191369B2681143857676B2C_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
InputProcessor_1__ctor_m3660D9413503EF80E191369B2681143857676B2C(__this, InputProcessor_1__ctor_m3660D9413503EF80E191369B2681143857676B2C_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
|
|
// UnityEngine.Quaternion UnityEngine.InputSystem.Processors.CompensateRotationProcessor::Process(UnityEngine.Quaternion,UnityEngine.InputSystem.InputControl)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 CompensateRotationProcessor_Process_m90DD75229C55116B45B17FD5402AC9889CA1C1D4 (CompensateRotationProcessor_t1D14AFF56CF5C0B6615C8448470ABF88F7480D02* __this, Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 ___0_value, InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* ___1_control, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IInputRuntime_t97E0310F85D952B7B42F6FEB50A1C8D88A0C0C09_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputRuntime_t225BBC258A47D8CC1DE6C04E13FB51C375EEB4C3_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
int32_t V_1 = 0;
|
|
{
|
|
// if (!InputSystem.settings.compensateForScreenOrientation)
|
|
il2cpp_codegen_runtime_class_init_inline(InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var);
|
|
InputSettings_tBA8835B505722A59702A08BCBA46ECF0B0274EEF* L_0;
|
|
L_0 = InputSystem_get_settings_m8E3E9C0907904CBDBAE96354142AB0A87C7A3B74(NULL);
|
|
NullCheck(L_0);
|
|
bool L_1;
|
|
L_1 = InputSettings_get_compensateForScreenOrientation_m3192D3A299F90F02013F003CE246174E480ACF80_inline(L_0, NULL);
|
|
if (L_1)
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
// return value;
|
|
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 L_2 = ___0_value;
|
|
return L_2;
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
// var q = Quaternion.identity;
|
|
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 L_3;
|
|
L_3 = Quaternion_get_identity_m7E701AE095ED10FD5EA0B50ABCFDE2EEFF2173A5_inline(NULL);
|
|
V_0 = L_3;
|
|
// switch (InputRuntime.s_Instance.screenOrientation)
|
|
RuntimeObject* L_4 = ((InputRuntime_t225BBC258A47D8CC1DE6C04E13FB51C375EEB4C3_StaticFields*)il2cpp_codegen_static_fields_for(InputRuntime_t225BBC258A47D8CC1DE6C04E13FB51C375EEB4C3_il2cpp_TypeInfo_var))->___s_Instance_0;
|
|
NullCheck(L_4);
|
|
int32_t L_5;
|
|
L_5 = InterfaceFuncInvoker0< int32_t >::Invoke(25 /* UnityEngine.ScreenOrientation UnityEngine.InputSystem.LowLevel.IInputRuntime::get_screenOrientation() */, IInputRuntime_t97E0310F85D952B7B42F6FEB50A1C8D88A0C0C09_il2cpp_TypeInfo_var, L_4);
|
|
V_1 = L_5;
|
|
int32_t L_6 = V_1;
|
|
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_6, 2)))
|
|
{
|
|
case 0:
|
|
{
|
|
goto IL_0035;
|
|
}
|
|
case 1:
|
|
{
|
|
goto IL_0052;
|
|
}
|
|
case 2:
|
|
{
|
|
goto IL_006f;
|
|
}
|
|
}
|
|
}
|
|
{
|
|
goto IL_008a;
|
|
}
|
|
|
|
IL_0035:
|
|
{
|
|
// case ScreenOrientation.PortraitUpsideDown: q = new Quaternion(0.0f, 0.0f, 1.0f /*sin(pi/2)*/, 0.0f /*cos(pi/2)*/); break;
|
|
Quaternion__ctor_m868FD60AA65DD5A8AC0C5DEB0608381A8D85FCD8_inline((&V_0), (0.0f), (0.0f), (1.0f), (0.0f), NULL);
|
|
// case ScreenOrientation.PortraitUpsideDown: q = new Quaternion(0.0f, 0.0f, 1.0f /*sin(pi/2)*/, 0.0f /*cos(pi/2)*/); break;
|
|
goto IL_008a;
|
|
}
|
|
|
|
IL_0052:
|
|
{
|
|
// case ScreenOrientation.LandscapeLeft: q = new Quaternion(0.0f, 0.0f, kSqrtOfTwo * 0.5f /*sin(pi/4)*/, -kSqrtOfTwo * 0.5f /*cos(pi/4)*/); break;
|
|
Quaternion__ctor_m868FD60AA65DD5A8AC0C5DEB0608381A8D85FCD8_inline((&V_0), (0.0f), (0.0f), (0.707106769f), (-0.707106769f), NULL);
|
|
// case ScreenOrientation.LandscapeLeft: q = new Quaternion(0.0f, 0.0f, kSqrtOfTwo * 0.5f /*sin(pi/4)*/, -kSqrtOfTwo * 0.5f /*cos(pi/4)*/); break;
|
|
goto IL_008a;
|
|
}
|
|
|
|
IL_006f:
|
|
{
|
|
// case ScreenOrientation.LandscapeRight: q = new Quaternion(0.0f, 0.0f, -kSqrtOfTwo * 0.5f /*sin(3pi/4)*/, -kSqrtOfTwo * 0.5f /*cos(3pi/4)*/); break;
|
|
Quaternion__ctor_m868FD60AA65DD5A8AC0C5DEB0608381A8D85FCD8_inline((&V_0), (0.0f), (0.0f), (-0.707106769f), (-0.707106769f), NULL);
|
|
}
|
|
|
|
IL_008a:
|
|
{
|
|
// return value * q;
|
|
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 L_7 = ___0_value;
|
|
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 L_8 = V_0;
|
|
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 L_9;
|
|
L_9 = Quaternion_op_Multiply_mCB375FCCC12A2EC8F9EB824A1BFB4453B58C2012_inline(L_7, L_8, NULL);
|
|
return L_9;
|
|
}
|
|
}
|
|
// System.String UnityEngine.InputSystem.Processors.CompensateRotationProcessor::ToString()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* CompensateRotationProcessor_ToString_m553D01E376B4F62ACDCA1FD6CF22583EC2453E20 (CompensateRotationProcessor_t1D14AFF56CF5C0B6615C8448470ABF88F7480D02* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD630737C40293214B7C477A7997282202DB9EF40);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// return "CompensateRotation()";
|
|
return _stringLiteralD630737C40293214B7C477A7997282202DB9EF40;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.InputSystem.Processors.CompensateRotationProcessor::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CompensateRotationProcessor__ctor_mDB2550681A4A78D2CFEE0B6E363EE14DBF015D79 (CompensateRotationProcessor_t1D14AFF56CF5C0B6615C8448470ABF88F7480D02* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputProcessor_1__ctor_mD16AAFDF5E257298ADA5114E0A83D7F7C854F4CF_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
InputProcessor_1__ctor_mD16AAFDF5E257298ADA5114E0A83D7F7C854F4CF(__this, InputProcessor_1__ctor_mD16AAFDF5E257298ADA5114E0A83D7F7C854F4CF_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.Single UnityEngine.InputSystem.Processors.InvertProcessor::Process(System.Single,UnityEngine.InputSystem.InputControl)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float InvertProcessor_Process_m0940A15D9C4CC77D50601385964099971D4F132A (InvertProcessor_t2566A6B6EEAA2C1056B899E866A1416808C7A497* __this, float ___0_value, InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* ___1_control, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// return value * -1.0f;
|
|
float L_0 = ___0_value;
|
|
return ((float)il2cpp_codegen_multiply(L_0, (-1.0f)));
|
|
}
|
|
}
|
|
// System.String UnityEngine.InputSystem.Processors.InvertProcessor::ToString()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* InvertProcessor_ToString_mA9DDA8FA9FA6507030A59A0576F8EDFC50D7A48F (InvertProcessor_t2566A6B6EEAA2C1056B899E866A1416808C7A497* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral30E46B33E48EEBE8B4EAD2029A6CA6D6D9B13E54);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// return "Invert()";
|
|
return _stringLiteral30E46B33E48EEBE8B4EAD2029A6CA6D6D9B13E54;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.InputSystem.Processors.InvertProcessor::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InvertProcessor__ctor_m9C87E487CF647BC702B995A1924BEB055145D014 (InvertProcessor_t2566A6B6EEAA2C1056B899E866A1416808C7A497* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputProcessor_1__ctor_m6E736C5302AE133E73EA6EBF118BD01593543363_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
InputProcessor_1__ctor_m6E736C5302AE133E73EA6EBF118BD01593543363(__this, InputProcessor_1__ctor_m6E736C5302AE133E73EA6EBF118BD01593543363_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
|
|
// UnityEngine.Vector2 UnityEngine.InputSystem.Processors.InvertVector2Processor::Process(UnityEngine.Vector2,UnityEngine.InputSystem.InputControl)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 InvertVector2Processor_Process_m17B46D28C805B36072314C8B3ADFD1897E7F646F (InvertVector2Processor_t6F0ECC5C79A2DA1A4FC8F5670D031DF887052FBF* __this, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___0_value, InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* ___1_control, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// if (invertX)
|
|
bool L_0 = __this->___invertX_1;
|
|
if (!L_0)
|
|
{
|
|
goto IL_0018;
|
|
}
|
|
}
|
|
{
|
|
// value.x *= -1;
|
|
float* L_1 = (&(&___0_value)->___x_0);
|
|
float* L_2 = L_1;
|
|
float L_3 = *((float*)L_2);
|
|
*((float*)L_2) = (float)((float)il2cpp_codegen_multiply(L_3, (-1.0f)));
|
|
}
|
|
|
|
IL_0018:
|
|
{
|
|
// if (invertY)
|
|
bool L_4 = __this->___invertY_2;
|
|
if (!L_4)
|
|
{
|
|
goto IL_0030;
|
|
}
|
|
}
|
|
{
|
|
// value.y *= -1;
|
|
float* L_5 = (&(&___0_value)->___y_1);
|
|
float* L_6 = L_5;
|
|
float L_7 = *((float*)L_6);
|
|
*((float*)L_6) = (float)((float)il2cpp_codegen_multiply(L_7, (-1.0f)));
|
|
}
|
|
|
|
IL_0030:
|
|
{
|
|
// return value;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_8 = ___0_value;
|
|
return L_8;
|
|
}
|
|
}
|
|
// System.String UnityEngine.InputSystem.Processors.InvertVector2Processor::ToString()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* InvertVector2Processor_ToString_mFF84AF32B789B537A97C4EC3B76FFB345499D4BD (InvertVector2Processor_t6F0ECC5C79A2DA1A4FC8F5670D031DF887052FBF* __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*)&_stringLiteral7A5D8F72325C548909F548844968DC0D3A5311C7);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// return $"InvertVector2(invertX={invertX},invertY={invertY})";
|
|
bool L_0 = __this->___invertX_1;
|
|
bool L_1 = L_0;
|
|
RuntimeObject* L_2 = Box(Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_il2cpp_TypeInfo_var, &L_1);
|
|
bool L_3 = __this->___invertY_2;
|
|
bool L_4 = L_3;
|
|
RuntimeObject* L_5 = Box(Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_il2cpp_TypeInfo_var, &L_4);
|
|
String_t* L_6;
|
|
L_6 = String_Format_mFB7DA489BD99F4670881FF50EC017BFB0A5C0987(_stringLiteral7A5D8F72325C548909F548844968DC0D3A5311C7, L_2, L_5, NULL);
|
|
return L_6;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.InputSystem.Processors.InvertVector2Processor::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InvertVector2Processor__ctor_m95FEDBC9A09C6EFBB37F8F38CE97FD8C77CB55E8 (InvertVector2Processor_t6F0ECC5C79A2DA1A4FC8F5670D031DF887052FBF* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputProcessor_1__ctor_m83FD372BC7790897D73BB2A38C5B8FE7E7D370FE_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// public bool invertX = true;
|
|
__this->___invertX_1 = (bool)1;
|
|
// public bool invertY = true;
|
|
__this->___invertY_2 = (bool)1;
|
|
InputProcessor_1__ctor_m83FD372BC7790897D73BB2A38C5B8FE7E7D370FE(__this, InputProcessor_1__ctor_m83FD372BC7790897D73BB2A38C5B8FE7E7D370FE_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
|
|
// UnityEngine.Vector3 UnityEngine.InputSystem.Processors.InvertVector3Processor::Process(UnityEngine.Vector3,UnityEngine.InputSystem.InputControl)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 InvertVector3Processor_Process_m7E1B6425C72DFBEE973766AD07B851466DCA914B (InvertVector3Processor_t19C6D39F6FE6F98704FA871F5A0727EAE3899ECB* __this, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___0_value, InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* ___1_control, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// if (invertX)
|
|
bool L_0 = __this->___invertX_1;
|
|
if (!L_0)
|
|
{
|
|
goto IL_0018;
|
|
}
|
|
}
|
|
{
|
|
// value.x *= -1;
|
|
float* L_1 = (&(&___0_value)->___x_2);
|
|
float* L_2 = L_1;
|
|
float L_3 = *((float*)L_2);
|
|
*((float*)L_2) = (float)((float)il2cpp_codegen_multiply(L_3, (-1.0f)));
|
|
}
|
|
|
|
IL_0018:
|
|
{
|
|
// if (invertY)
|
|
bool L_4 = __this->___invertY_2;
|
|
if (!L_4)
|
|
{
|
|
goto IL_0030;
|
|
}
|
|
}
|
|
{
|
|
// value.y *= -1;
|
|
float* L_5 = (&(&___0_value)->___y_3);
|
|
float* L_6 = L_5;
|
|
float L_7 = *((float*)L_6);
|
|
*((float*)L_6) = (float)((float)il2cpp_codegen_multiply(L_7, (-1.0f)));
|
|
}
|
|
|
|
IL_0030:
|
|
{
|
|
// if (invertZ)
|
|
bool L_8 = __this->___invertZ_3;
|
|
if (!L_8)
|
|
{
|
|
goto IL_0048;
|
|
}
|
|
}
|
|
{
|
|
// value.z *= -1;
|
|
float* L_9 = (&(&___0_value)->___z_4);
|
|
float* L_10 = L_9;
|
|
float L_11 = *((float*)L_10);
|
|
*((float*)L_10) = (float)((float)il2cpp_codegen_multiply(L_11, (-1.0f)));
|
|
}
|
|
|
|
IL_0048:
|
|
{
|
|
// return value;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_12 = ___0_value;
|
|
return L_12;
|
|
}
|
|
}
|
|
// System.String UnityEngine.InputSystem.Processors.InvertVector3Processor::ToString()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* InvertVector3Processor_ToString_m774903C774EA86074F08C4444CA586EB230BCF14 (InvertVector3Processor_t19C6D39F6FE6F98704FA871F5A0727EAE3899ECB* __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*)&_stringLiteral4A909F23239269909EE3CEBD35C0D38BD403A013);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// return $"InvertVector3(invertX={invertX},invertY={invertY},invertZ={invertZ})";
|
|
bool L_0 = __this->___invertX_1;
|
|
bool L_1 = L_0;
|
|
RuntimeObject* L_2 = Box(Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_il2cpp_TypeInfo_var, &L_1);
|
|
bool L_3 = __this->___invertY_2;
|
|
bool L_4 = L_3;
|
|
RuntimeObject* L_5 = Box(Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_il2cpp_TypeInfo_var, &L_4);
|
|
bool L_6 = __this->___invertZ_3;
|
|
bool L_7 = L_6;
|
|
RuntimeObject* L_8 = Box(Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_il2cpp_TypeInfo_var, &L_7);
|
|
String_t* L_9;
|
|
L_9 = String_Format_mA0534D6E2AE4D67A6BD8D45B3321323930EB930C(_stringLiteral4A909F23239269909EE3CEBD35C0D38BD403A013, L_2, L_5, L_8, NULL);
|
|
return L_9;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.InputSystem.Processors.InvertVector3Processor::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InvertVector3Processor__ctor_m7C04A10BAAA759F5819D5B1B82AED623AAC17193 (InvertVector3Processor_t19C6D39F6FE6F98704FA871F5A0727EAE3899ECB* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputProcessor_1__ctor_m3660D9413503EF80E191369B2681143857676B2C_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// public bool invertX = true;
|
|
__this->___invertX_1 = (bool)1;
|
|
// public bool invertY = true;
|
|
__this->___invertY_2 = (bool)1;
|
|
// public bool invertZ = true;
|
|
__this->___invertZ_3 = (bool)1;
|
|
InputProcessor_1__ctor_m3660D9413503EF80E191369B2681143857676B2C(__this, InputProcessor_1__ctor_m3660D9413503EF80E191369B2681143857676B2C_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.Single UnityEngine.InputSystem.Processors.NormalizeProcessor::Process(System.Single,UnityEngine.InputSystem.InputControl)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float NormalizeProcessor_Process_m7DE32D9D7D28343F247064355D31BD43D378FB6F (NormalizeProcessor_t1EEC1D250C7CE21EA1657A3095B1075AE857CF2C* __this, float ___0_value, InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* ___1_control, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// return Normalize(value, min, max, zero);
|
|
float L_0 = ___0_value;
|
|
float L_1 = __this->___min_1;
|
|
float L_2 = __this->___max_2;
|
|
float L_3 = __this->___zero_3;
|
|
float L_4;
|
|
L_4 = NormalizeProcessor_Normalize_m6B8C94BD2D8640D46A0EFD1FF10B4E311C46DBEB(L_0, L_1, L_2, L_3, NULL);
|
|
return L_4;
|
|
}
|
|
}
|
|
// 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)
|
|
{
|
|
float V_0 = 0.0f;
|
|
{
|
|
// if (zero < min)
|
|
float L_0 = ___3_zero;
|
|
float L_1 = ___1_min;
|
|
if ((!(((float)L_0) < ((float)L_1))))
|
|
{
|
|
goto IL_0007;
|
|
}
|
|
}
|
|
{
|
|
// zero = min;
|
|
float L_2 = ___1_min;
|
|
___3_zero = L_2;
|
|
}
|
|
|
|
IL_0007:
|
|
{
|
|
// if (Mathf.Approximately(value, min))
|
|
float L_3 = ___0_value;
|
|
float L_4 = ___1_min;
|
|
bool L_5;
|
|
L_5 = Mathf_Approximately_m1DADD012A8FC82E11FB282501AE2EBBF9A77150B_inline(L_3, L_4, NULL);
|
|
if (!L_5)
|
|
{
|
|
goto IL_0020;
|
|
}
|
|
}
|
|
{
|
|
// if (min < zero)
|
|
float L_6 = ___1_min;
|
|
float L_7 = ___3_zero;
|
|
if ((!(((float)L_6) < ((float)L_7))))
|
|
{
|
|
goto IL_001a;
|
|
}
|
|
}
|
|
{
|
|
// return -1f;
|
|
return (-1.0f);
|
|
}
|
|
|
|
IL_001a:
|
|
{
|
|
// return 0f;
|
|
return (0.0f);
|
|
}
|
|
|
|
IL_0020:
|
|
{
|
|
// var percentage = (value - min) / (max - min);
|
|
float L_8 = ___0_value;
|
|
float L_9 = ___1_min;
|
|
float L_10 = ___2_max;
|
|
float L_11 = ___1_min;
|
|
V_0 = ((float)(((float)il2cpp_codegen_subtract(L_8, L_9))/((float)il2cpp_codegen_subtract(L_10, L_11))));
|
|
// if (min < zero)
|
|
float L_12 = ___1_min;
|
|
float L_13 = ___3_zero;
|
|
if ((!(((float)L_12) < ((float)L_13))))
|
|
{
|
|
goto IL_003a;
|
|
}
|
|
}
|
|
{
|
|
// return 2 * percentage - 1;
|
|
float L_14 = V_0;
|
|
return ((float)il2cpp_codegen_subtract(((float)il2cpp_codegen_multiply((2.0f), L_14)), (1.0f)));
|
|
}
|
|
|
|
IL_003a:
|
|
{
|
|
// return percentage;
|
|
float L_15 = V_0;
|
|
return L_15;
|
|
}
|
|
}
|
|
// 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)
|
|
{
|
|
{
|
|
// if (zero < min)
|
|
float L_0 = ___3_zero;
|
|
float L_1 = ___1_min;
|
|
if ((!(((float)L_0) < ((float)L_1))))
|
|
{
|
|
goto IL_0007;
|
|
}
|
|
}
|
|
{
|
|
// zero = min;
|
|
float L_2 = ___1_min;
|
|
___3_zero = L_2;
|
|
}
|
|
|
|
IL_0007:
|
|
{
|
|
// if (min < zero)
|
|
float L_3 = ___1_min;
|
|
float L_4 = ___3_zero;
|
|
if ((!(((float)L_3) < ((float)L_4))))
|
|
{
|
|
goto IL_0029;
|
|
}
|
|
}
|
|
{
|
|
// if (value < 0)
|
|
float L_5 = ___0_value;
|
|
if ((!(((float)L_5) < ((float)(0.0f)))))
|
|
{
|
|
goto IL_0021;
|
|
}
|
|
}
|
|
{
|
|
// return min + (zero - min) * (value * -1f);
|
|
float L_6 = ___1_min;
|
|
float L_7 = ___3_zero;
|
|
float L_8 = ___1_min;
|
|
float L_9 = ___0_value;
|
|
return ((float)il2cpp_codegen_add(L_6, ((float)il2cpp_codegen_multiply(((float)il2cpp_codegen_subtract(L_7, L_8)), ((float)il2cpp_codegen_multiply(L_9, (-1.0f)))))));
|
|
}
|
|
|
|
IL_0021:
|
|
{
|
|
// return zero + (max - zero) * value;
|
|
float L_10 = ___3_zero;
|
|
float L_11 = ___2_max;
|
|
float L_12 = ___3_zero;
|
|
float L_13 = ___0_value;
|
|
return ((float)il2cpp_codegen_add(L_10, ((float)il2cpp_codegen_multiply(((float)il2cpp_codegen_subtract(L_11, L_12)), L_13))));
|
|
}
|
|
|
|
IL_0029:
|
|
{
|
|
// return min + (max - min) * value;
|
|
float L_14 = ___1_min;
|
|
float L_15 = ___2_max;
|
|
float L_16 = ___1_min;
|
|
float L_17 = ___0_value;
|
|
return ((float)il2cpp_codegen_add(L_14, ((float)il2cpp_codegen_multiply(((float)il2cpp_codegen_subtract(L_15, L_16)), L_17))));
|
|
}
|
|
}
|
|
// System.String UnityEngine.InputSystem.Processors.NormalizeProcessor::ToString()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* NormalizeProcessor_ToString_mBB291E7B9414433B9D0593FE868336BC99321F3B (NormalizeProcessor_t1EEC1D250C7CE21EA1657A3095B1075AE857CF2C* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Single_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2701D1019CF501F8E1CD458985D7E7A50B1DB9BD);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// return $"Normalize(min={min},max={max},zero={zero})";
|
|
float L_0 = __this->___min_1;
|
|
float L_1 = L_0;
|
|
RuntimeObject* L_2 = Box(Single_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_il2cpp_TypeInfo_var, &L_1);
|
|
float L_3 = __this->___max_2;
|
|
float L_4 = L_3;
|
|
RuntimeObject* L_5 = Box(Single_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_il2cpp_TypeInfo_var, &L_4);
|
|
float L_6 = __this->___zero_3;
|
|
float L_7 = L_6;
|
|
RuntimeObject* L_8 = Box(Single_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_il2cpp_TypeInfo_var, &L_7);
|
|
String_t* L_9;
|
|
L_9 = String_Format_mA0534D6E2AE4D67A6BD8D45B3321323930EB930C(_stringLiteral2701D1019CF501F8E1CD458985D7E7A50B1DB9BD, L_2, L_5, L_8, NULL);
|
|
return L_9;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.InputSystem.Processors.NormalizeProcessor::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NormalizeProcessor__ctor_mCAEE10BEE237062F758CF1236B977E470B99DD6A (NormalizeProcessor_t1EEC1D250C7CE21EA1657A3095B1075AE857CF2C* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputProcessor_1__ctor_m6E736C5302AE133E73EA6EBF118BD01593543363_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
InputProcessor_1__ctor_m6E736C5302AE133E73EA6EBF118BD01593543363(__this, InputProcessor_1__ctor_m6E736C5302AE133E73EA6EBF118BD01593543363_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
|
|
// UnityEngine.Vector2 UnityEngine.InputSystem.Processors.NormalizeVector2Processor::Process(UnityEngine.Vector2,UnityEngine.InputSystem.InputControl)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 NormalizeVector2Processor_Process_m5E90E03DC5C663CCA49085FA46132C8857593000 (NormalizeVector2Processor_t1C3FFBF7BE0FE665B1F73F2F40DCC55028C30EFA* __this, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___0_value, InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* ___1_control, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// return value.normalized;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_0;
|
|
L_0 = Vector2_get_normalized_mF6722883AEFB5027690A778DF8ACC20F0FA65297_inline((&___0_value), NULL);
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.String UnityEngine.InputSystem.Processors.NormalizeVector2Processor::ToString()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* NormalizeVector2Processor_ToString_m74F6833400436843FEB19B0450C9E758FABAC0DE (NormalizeVector2Processor_t1C3FFBF7BE0FE665B1F73F2F40DCC55028C30EFA* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC9E121C520E9DB306EAAED3288F8D566FE5CA93C);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// return "NormalizeVector2()";
|
|
return _stringLiteralC9E121C520E9DB306EAAED3288F8D566FE5CA93C;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.InputSystem.Processors.NormalizeVector2Processor::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NormalizeVector2Processor__ctor_m39965D011B0FB79F51F8DD30DDAA9FB76333A83C (NormalizeVector2Processor_t1C3FFBF7BE0FE665B1F73F2F40DCC55028C30EFA* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputProcessor_1__ctor_m83FD372BC7790897D73BB2A38C5B8FE7E7D370FE_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
InputProcessor_1__ctor_m83FD372BC7790897D73BB2A38C5B8FE7E7D370FE(__this, InputProcessor_1__ctor_m83FD372BC7790897D73BB2A38C5B8FE7E7D370FE_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
|
|
// UnityEngine.Vector3 UnityEngine.InputSystem.Processors.NormalizeVector3Processor::Process(UnityEngine.Vector3,UnityEngine.InputSystem.InputControl)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 NormalizeVector3Processor_Process_mDDDFB21112D4F564204F8F7262343B9882AD6763 (NormalizeVector3Processor_t15230F8A2FBFBB557835FBBF98C1937AD81D452C* __this, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___0_value, InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* ___1_control, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// return value.normalized;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_0;
|
|
L_0 = Vector3_get_normalized_m736BBF65D5CDA7A18414370D15B4DFCC1E466F07_inline((&___0_value), NULL);
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.String UnityEngine.InputSystem.Processors.NormalizeVector3Processor::ToString()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* NormalizeVector3Processor_ToString_m0DA05507D45E8F78109EAFA326F4869F0DE850B7 (NormalizeVector3Processor_t15230F8A2FBFBB557835FBBF98C1937AD81D452C* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1A94C306B3F70E8687301B76672F6643B9CA915B);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// return "NormalizeVector3()";
|
|
return _stringLiteral1A94C306B3F70E8687301B76672F6643B9CA915B;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.InputSystem.Processors.NormalizeVector3Processor::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NormalizeVector3Processor__ctor_m5B8C91940D5593B6AA2D1D0CAEEF4F678439B5CE (NormalizeVector3Processor_t15230F8A2FBFBB557835FBBF98C1937AD81D452C* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputProcessor_1__ctor_m3660D9413503EF80E191369B2681143857676B2C_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
InputProcessor_1__ctor_m3660D9413503EF80E191369B2681143857676B2C(__this, InputProcessor_1__ctor_m3660D9413503EF80E191369B2681143857676B2C_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.Single UnityEngine.InputSystem.Processors.ScaleProcessor::Process(System.Single,UnityEngine.InputSystem.InputControl)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float ScaleProcessor_Process_mBDD17814B14664E3EDE6BEAB9B4873E69B54D1D2 (ScaleProcessor_t66880BF63B1235EAD75F375657EE0F9763C8C49D* __this, float ___0_value, InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* ___1_control, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// return value * factor;
|
|
float L_0 = ___0_value;
|
|
float L_1 = __this->___factor_1;
|
|
return ((float)il2cpp_codegen_multiply(L_0, L_1));
|
|
}
|
|
}
|
|
// System.String UnityEngine.InputSystem.Processors.ScaleProcessor::ToString()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ScaleProcessor_ToString_mE87A5A6267DB85908EA63AE4A986C596DB106A6E (ScaleProcessor_t66880BF63B1235EAD75F375657EE0F9763C8C49D* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Single_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDD1352953123C4AFCADC65120DEC8A3CED629B97);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// return $"Scale(factor={factor})";
|
|
float L_0 = __this->___factor_1;
|
|
float L_1 = L_0;
|
|
RuntimeObject* L_2 = Box(Single_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_il2cpp_TypeInfo_var, &L_1);
|
|
String_t* L_3;
|
|
L_3 = String_Format_mA8DBB4C2516B9723C5A41E6CB1E2FAF4BBE96DD8(_stringLiteralDD1352953123C4AFCADC65120DEC8A3CED629B97, L_2, NULL);
|
|
return L_3;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.InputSystem.Processors.ScaleProcessor::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ScaleProcessor__ctor_m1A08D514B65DE224F1FC3837147E43BC159DE73E (ScaleProcessor_t66880BF63B1235EAD75F375657EE0F9763C8C49D* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputProcessor_1__ctor_m6E736C5302AE133E73EA6EBF118BD01593543363_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// public float factor = 1;
|
|
__this->___factor_1 = (1.0f);
|
|
InputProcessor_1__ctor_m6E736C5302AE133E73EA6EBF118BD01593543363(__this, InputProcessor_1__ctor_m6E736C5302AE133E73EA6EBF118BD01593543363_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
|
|
// UnityEngine.Vector2 UnityEngine.InputSystem.Processors.ScaleVector2Processor::Process(UnityEngine.Vector2,UnityEngine.InputSystem.InputControl)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ScaleVector2Processor_Process_mE82FC761654F9A377069B28B44B30082B3E607DC (ScaleVector2Processor_tF0D6E4C4F72BA1E767CA8D78DAA6C5029BD13152* __this, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___0_value, InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* ___1_control, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// return new Vector2(value.x * x, value.y * y);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_0 = ___0_value;
|
|
float L_1 = L_0.___x_0;
|
|
float L_2 = __this->___x_1;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_3 = ___0_value;
|
|
float L_4 = L_3.___y_1;
|
|
float L_5 = __this->___y_2;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_6;
|
|
memset((&L_6), 0, sizeof(L_6));
|
|
Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline((&L_6), ((float)il2cpp_codegen_multiply(L_1, L_2)), ((float)il2cpp_codegen_multiply(L_4, L_5)), /*hidden argument*/NULL);
|
|
return L_6;
|
|
}
|
|
}
|
|
// System.String UnityEngine.InputSystem.Processors.ScaleVector2Processor::ToString()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ScaleVector2Processor_ToString_mE889083CE8BB71213DFA17A0C8A2D1343B6A7FA9 (ScaleVector2Processor_tF0D6E4C4F72BA1E767CA8D78DAA6C5029BD13152* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Single_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4BA2C9C8173DBF648C244FF49D8940DB328C0792);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// return $"ScaleVector2(x={x},y={y})";
|
|
float L_0 = __this->___x_1;
|
|
float L_1 = L_0;
|
|
RuntimeObject* L_2 = Box(Single_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_il2cpp_TypeInfo_var, &L_1);
|
|
float L_3 = __this->___y_2;
|
|
float L_4 = L_3;
|
|
RuntimeObject* L_5 = Box(Single_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_il2cpp_TypeInfo_var, &L_4);
|
|
String_t* L_6;
|
|
L_6 = String_Format_mFB7DA489BD99F4670881FF50EC017BFB0A5C0987(_stringLiteral4BA2C9C8173DBF648C244FF49D8940DB328C0792, L_2, L_5, NULL);
|
|
return L_6;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.InputSystem.Processors.ScaleVector2Processor::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ScaleVector2Processor__ctor_m3D6F0C2218A876D39050A8696DF846C22CC0D780 (ScaleVector2Processor_tF0D6E4C4F72BA1E767CA8D78DAA6C5029BD13152* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputProcessor_1__ctor_m83FD372BC7790897D73BB2A38C5B8FE7E7D370FE_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// public float x = 1;
|
|
__this->___x_1 = (1.0f);
|
|
// public float y = 1;
|
|
__this->___y_2 = (1.0f);
|
|
InputProcessor_1__ctor_m83FD372BC7790897D73BB2A38C5B8FE7E7D370FE(__this, InputProcessor_1__ctor_m83FD372BC7790897D73BB2A38C5B8FE7E7D370FE_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
|
|
// UnityEngine.Vector3 UnityEngine.InputSystem.Processors.ScaleVector3Processor::Process(UnityEngine.Vector3,UnityEngine.InputSystem.InputControl)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ScaleVector3Processor_Process_m5DB75F61202C1D2E4101C36F362B3CF9A955CEA3 (ScaleVector3Processor_t245F186E78D9E5523CA4EFA49F4B8A1BF711E821* __this, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___0_value, InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* ___1_control, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// return new Vector3(value.x * x, value.y * y, value.z * z);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_0 = ___0_value;
|
|
float L_1 = L_0.___x_2;
|
|
float L_2 = __this->___x_1;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_3 = ___0_value;
|
|
float L_4 = L_3.___y_3;
|
|
float L_5 = __this->___y_2;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_6 = ___0_value;
|
|
float L_7 = L_6.___z_4;
|
|
float L_8 = __this->___z_3;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_9;
|
|
memset((&L_9), 0, sizeof(L_9));
|
|
Vector3__ctor_m376936E6B999EF1ECBE57D990A386303E2283DE0_inline((&L_9), ((float)il2cpp_codegen_multiply(L_1, L_2)), ((float)il2cpp_codegen_multiply(L_4, L_5)), ((float)il2cpp_codegen_multiply(L_7, L_8)), /*hidden argument*/NULL);
|
|
return L_9;
|
|
}
|
|
}
|
|
// System.String UnityEngine.InputSystem.Processors.ScaleVector3Processor::ToString()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ScaleVector3Processor_ToString_m414B5120535BC950F864F4350B8FCC42577DF6D2 (ScaleVector3Processor_t245F186E78D9E5523CA4EFA49F4B8A1BF711E821* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Single_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF7D317F7F5C23DCF4576FC1B66A4EE5EB46FB2C4);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// return $"ScaleVector3(x={x},y={y},z={z})";
|
|
float L_0 = __this->___x_1;
|
|
float L_1 = L_0;
|
|
RuntimeObject* L_2 = Box(Single_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_il2cpp_TypeInfo_var, &L_1);
|
|
float L_3 = __this->___y_2;
|
|
float L_4 = L_3;
|
|
RuntimeObject* L_5 = Box(Single_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_il2cpp_TypeInfo_var, &L_4);
|
|
float L_6 = __this->___z_3;
|
|
float L_7 = L_6;
|
|
RuntimeObject* L_8 = Box(Single_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_il2cpp_TypeInfo_var, &L_7);
|
|
String_t* L_9;
|
|
L_9 = String_Format_mA0534D6E2AE4D67A6BD8D45B3321323930EB930C(_stringLiteralF7D317F7F5C23DCF4576FC1B66A4EE5EB46FB2C4, L_2, L_5, L_8, NULL);
|
|
return L_9;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.InputSystem.Processors.ScaleVector3Processor::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ScaleVector3Processor__ctor_m5B51370FEB4FC7ED3E55B1B9E3C0716626A3EDE3 (ScaleVector3Processor_t245F186E78D9E5523CA4EFA49F4B8A1BF711E821* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputProcessor_1__ctor_m3660D9413503EF80E191369B2681143857676B2C_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// public float x = 1;
|
|
__this->___x_1 = (1.0f);
|
|
// public float y = 1;
|
|
__this->___y_2 = (1.0f);
|
|
// public float z = 1;
|
|
__this->___z_3 = (1.0f);
|
|
InputProcessor_1__ctor_m3660D9413503EF80E191369B2681143857676B2C(__this, InputProcessor_1__ctor_m3660D9413503EF80E191369B2681143857676B2C_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.Single UnityEngine.InputSystem.Processors.StickDeadzoneProcessor::get_minOrDefault()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float StickDeadzoneProcessor_get_minOrDefault_mDED4954E964A2DFBD75A29A762352ECB1B95738E (StickDeadzoneProcessor_t0CAE8DDAB3FC7A3490FFFD74AEEC04A57837BA39* __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 minOrDefault => min == default ? InputSystem.settings.defaultDeadzoneMin : min;
|
|
float L_0 = __this->___min_1;
|
|
if ((((float)L_0) == ((float)(0.0f))))
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
float L_1 = __this->___min_1;
|
|
return L_1;
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var);
|
|
InputSettings_tBA8835B505722A59702A08BCBA46ECF0B0274EEF* L_2;
|
|
L_2 = InputSystem_get_settings_m8E3E9C0907904CBDBAE96354142AB0A87C7A3B74(NULL);
|
|
NullCheck(L_2);
|
|
float L_3;
|
|
L_3 = InputSettings_get_defaultDeadzoneMin_m1239BE1D57797E39924B157E2176088DEAA40AB4_inline(L_2, NULL);
|
|
return L_3;
|
|
}
|
|
}
|
|
// System.Single UnityEngine.InputSystem.Processors.StickDeadzoneProcessor::get_maxOrDefault()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float StickDeadzoneProcessor_get_maxOrDefault_m48BE9D794231A7EFC4C084DA8860B5BFF1511CD0 (StickDeadzoneProcessor_t0CAE8DDAB3FC7A3490FFFD74AEEC04A57837BA39* __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 maxOrDefault => max == default ? InputSystem.settings.defaultDeadzoneMax : max;
|
|
float L_0 = __this->___max_2;
|
|
if ((((float)L_0) == ((float)(0.0f))))
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
float L_1 = __this->___max_2;
|
|
return L_1;
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(InputSystem_t4120CA4FE7DCFD56AF9391933FC3F1F485350164_il2cpp_TypeInfo_var);
|
|
InputSettings_tBA8835B505722A59702A08BCBA46ECF0B0274EEF* L_2;
|
|
L_2 = InputSystem_get_settings_m8E3E9C0907904CBDBAE96354142AB0A87C7A3B74(NULL);
|
|
NullCheck(L_2);
|
|
float L_3;
|
|
L_3 = InputSettings_get_defaultDeadzoneMax_mDEDE43CBF1C003101209A6743914D4461A4B0DBD_inline(L_2, NULL);
|
|
return L_3;
|
|
}
|
|
}
|
|
// UnityEngine.Vector2 UnityEngine.InputSystem.Processors.StickDeadzoneProcessor::Process(UnityEngine.Vector2,UnityEngine.InputSystem.InputControl)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 StickDeadzoneProcessor_Process_m8AAF42D24DFE38AD578D42C07A017965DAF2D0A1 (StickDeadzoneProcessor_t0CAE8DDAB3FC7A3490FFFD74AEEC04A57837BA39* __this, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___0_value, InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* ___1_control, const RuntimeMethod* method)
|
|
{
|
|
float V_0 = 0.0f;
|
|
float V_1 = 0.0f;
|
|
{
|
|
// var magnitude = value.magnitude;
|
|
float L_0;
|
|
L_0 = Vector2_get_magnitude_m5C59B4056420AEFDB291AD0914A3F675330A75CE_inline((&___0_value), NULL);
|
|
V_0 = L_0;
|
|
// var newMagnitude = GetDeadZoneAdjustedValue(magnitude);
|
|
float L_1 = V_0;
|
|
float L_2;
|
|
L_2 = StickDeadzoneProcessor_GetDeadZoneAdjustedValue_mC1E3BD5114CAC2B41315D4C33814538535B52965(__this, L_1, NULL);
|
|
V_1 = L_2;
|
|
// if (newMagnitude == 0)
|
|
float L_3 = V_1;
|
|
if ((!(((float)L_3) == ((float)(0.0f)))))
|
|
{
|
|
goto IL_0021;
|
|
}
|
|
}
|
|
{
|
|
// value = Vector2.zero;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_4;
|
|
L_4 = Vector2_get_zero_m32506C40EC2EE7D5D4410BF40D3EE683A3D5F32C_inline(NULL);
|
|
___0_value = L_4;
|
|
goto IL_002c;
|
|
}
|
|
|
|
IL_0021:
|
|
{
|
|
// value *= newMagnitude / magnitude;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_5 = ___0_value;
|
|
float L_6 = V_1;
|
|
float L_7 = V_0;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_8;
|
|
L_8 = Vector2_op_Multiply_m2D984B613020089BF5165BA4CA10988E2DC771FE_inline(L_5, ((float)(L_6/L_7)), NULL);
|
|
___0_value = L_8;
|
|
}
|
|
|
|
IL_002c:
|
|
{
|
|
// return value;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_9 = ___0_value;
|
|
return L_9;
|
|
}
|
|
}
|
|
// System.Single UnityEngine.InputSystem.Processors.StickDeadzoneProcessor::GetDeadZoneAdjustedValue(System.Single)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float StickDeadzoneProcessor_GetDeadZoneAdjustedValue_mC1E3BD5114CAC2B41315D4C33814538535B52965 (StickDeadzoneProcessor_t0CAE8DDAB3FC7A3490FFFD74AEEC04A57837BA39* __this, float ___0_value, const RuntimeMethod* method)
|
|
{
|
|
float V_0 = 0.0f;
|
|
float V_1 = 0.0f;
|
|
float V_2 = 0.0f;
|
|
{
|
|
// var min = minOrDefault;
|
|
float L_0;
|
|
L_0 = StickDeadzoneProcessor_get_minOrDefault_mDED4954E964A2DFBD75A29A762352ECB1B95738E(__this, NULL);
|
|
V_0 = L_0;
|
|
// var max = maxOrDefault;
|
|
float L_1;
|
|
L_1 = StickDeadzoneProcessor_get_maxOrDefault_m48BE9D794231A7EFC4C084DA8860B5BFF1511CD0(__this, NULL);
|
|
V_1 = L_1;
|
|
// var absValue = Mathf.Abs(value);
|
|
float L_2 = ___0_value;
|
|
float L_3;
|
|
L_3 = fabsf(L_2);
|
|
V_2 = L_3;
|
|
// if (absValue < min)
|
|
float L_4 = V_2;
|
|
float L_5 = V_0;
|
|
if ((!(((float)L_4) < ((float)L_5))))
|
|
{
|
|
goto IL_001f;
|
|
}
|
|
}
|
|
{
|
|
// return 0;
|
|
return (0.0f);
|
|
}
|
|
|
|
IL_001f:
|
|
{
|
|
// if (absValue > max)
|
|
float L_6 = V_2;
|
|
float L_7 = V_1;
|
|
if ((!(((float)L_6) > ((float)L_7))))
|
|
{
|
|
goto IL_002a;
|
|
}
|
|
}
|
|
{
|
|
// return Mathf.Sign(value);
|
|
float L_8 = ___0_value;
|
|
float L_9;
|
|
L_9 = Mathf_Sign_m42EE1F0BC041AF14F89DED7F762BE996E2C50D8A_inline(L_8, NULL);
|
|
return L_9;
|
|
}
|
|
|
|
IL_002a:
|
|
{
|
|
// return Mathf.Sign(value) * ((absValue - min) / (max - min));
|
|
float L_10 = ___0_value;
|
|
float L_11;
|
|
L_11 = Mathf_Sign_m42EE1F0BC041AF14F89DED7F762BE996E2C50D8A_inline(L_10, NULL);
|
|
float L_12 = V_2;
|
|
float L_13 = V_0;
|
|
float L_14 = V_1;
|
|
float L_15 = V_0;
|
|
return ((float)il2cpp_codegen_multiply(L_11, ((float)(((float)il2cpp_codegen_subtract(L_12, L_13))/((float)il2cpp_codegen_subtract(L_14, L_15))))));
|
|
}
|
|
}
|
|
// System.String UnityEngine.InputSystem.Processors.StickDeadzoneProcessor::ToString()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* StickDeadzoneProcessor_ToString_m5B936100BF5D237A6BC84AAECEF853FCC790BEC6 (StickDeadzoneProcessor_t0CAE8DDAB3FC7A3490FFFD74AEEC04A57837BA39* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Single_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral765E7DE02496E0D1ED59D10EFBB03C5768A6F991);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// return $"StickDeadzone(min={minOrDefault},max={maxOrDefault})";
|
|
float L_0;
|
|
L_0 = StickDeadzoneProcessor_get_minOrDefault_mDED4954E964A2DFBD75A29A762352ECB1B95738E(__this, NULL);
|
|
float L_1 = L_0;
|
|
RuntimeObject* L_2 = Box(Single_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_il2cpp_TypeInfo_var, &L_1);
|
|
float L_3;
|
|
L_3 = StickDeadzoneProcessor_get_maxOrDefault_m48BE9D794231A7EFC4C084DA8860B5BFF1511CD0(__this, NULL);
|
|
float L_4 = L_3;
|
|
RuntimeObject* L_5 = Box(Single_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_il2cpp_TypeInfo_var, &L_4);
|
|
String_t* L_6;
|
|
L_6 = String_Format_mFB7DA489BD99F4670881FF50EC017BFB0A5C0987(_stringLiteral765E7DE02496E0D1ED59D10EFBB03C5768A6F991, L_2, L_5, NULL);
|
|
return L_6;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.InputSystem.Processors.StickDeadzoneProcessor::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StickDeadzoneProcessor__ctor_m2273879F304B8F3C733295BC28A52F2C5AFC04C5 (StickDeadzoneProcessor_t0CAE8DDAB3FC7A3490FFFD74AEEC04A57837BA39* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputProcessor_1__ctor_m83FD372BC7790897D73BB2A38C5B8FE7E7D370FE_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
InputProcessor_1__ctor_m83FD372BC7790897D73BB2A38C5B8FE7E7D370FE(__this, InputProcessor_1__ctor_m83FD372BC7790897D73BB2A38C5B8FE7E7D370FE_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.Layouts.InputControlAttribute::get_layout()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* InputControlAttribute_get_layout_m3E41A7E382A12A21A7C5C8F60480101DFECE2C94 (InputControlAttribute_t312CA97B153666F873279E81BA4054684715368D* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public string layout { get; set; }
|
|
String_t* L_0 = __this->___U3ClayoutU3Ek__BackingField_0;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.InputSystem.Layouts.InputControlAttribute::set_layout(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputControlAttribute_set_layout_mF5DEA733EBB93EBBF6EDA96EDFD1BFBEC01E8A24 (InputControlAttribute_t312CA97B153666F873279E81BA4054684715368D* __this, String_t* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public string layout { get; set; }
|
|
String_t* L_0 = ___0_value;
|
|
__this->___U3ClayoutU3Ek__BackingField_0 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3ClayoutU3Ek__BackingField_0), (void*)L_0);
|
|
return;
|
|
}
|
|
}
|
|
// System.String UnityEngine.InputSystem.Layouts.InputControlAttribute::get_variants()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* InputControlAttribute_get_variants_m4FAEACDA1A26A01568225F1CAD7CBBAB9138DEFF (InputControlAttribute_t312CA97B153666F873279E81BA4054684715368D* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public string variants { get; set; }
|
|
String_t* L_0 = __this->___U3CvariantsU3Ek__BackingField_1;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.InputSystem.Layouts.InputControlAttribute::set_variants(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputControlAttribute_set_variants_m3B663DFBA5E0AB858AD6BC5A95D4CB6B2799FF57 (InputControlAttribute_t312CA97B153666F873279E81BA4054684715368D* __this, String_t* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public string variants { get; set; }
|
|
String_t* L_0 = ___0_value;
|
|
__this->___U3CvariantsU3Ek__BackingField_1 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CvariantsU3Ek__BackingField_1), (void*)L_0);
|
|
return;
|
|
}
|
|
}
|
|
// System.String UnityEngine.InputSystem.Layouts.InputControlAttribute::get_name()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* InputControlAttribute_get_name_m2E73CBA4B9DD9B32A13C6EB47ED1341406C1887B (InputControlAttribute_t312CA97B153666F873279E81BA4054684715368D* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public string name { get; set; }
|
|
String_t* L_0 = __this->___U3CnameU3Ek__BackingField_2;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.InputSystem.Layouts.InputControlAttribute::set_name(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputControlAttribute_set_name_m33E988F42E716C97E5E9FEAC4B666B6C157FE9FA (InputControlAttribute_t312CA97B153666F873279E81BA4054684715368D* __this, String_t* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public string name { get; set; }
|
|
String_t* L_0 = ___0_value;
|
|
__this->___U3CnameU3Ek__BackingField_2 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CnameU3Ek__BackingField_2), (void*)L_0);
|
|
return;
|
|
}
|
|
}
|
|
// System.String UnityEngine.InputSystem.Layouts.InputControlAttribute::get_format()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* InputControlAttribute_get_format_m765DEBBB52DDF6544E02525AD3CB140DC4A902E3 (InputControlAttribute_t312CA97B153666F873279E81BA4054684715368D* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public string format { get; set; }
|
|
String_t* L_0 = __this->___U3CformatU3Ek__BackingField_3;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.InputSystem.Layouts.InputControlAttribute::set_format(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputControlAttribute_set_format_mFF180054A48A22481B1F1EA509B8837AC6F6650A (InputControlAttribute_t312CA97B153666F873279E81BA4054684715368D* __this, String_t* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public string format { get; set; }
|
|
String_t* L_0 = ___0_value;
|
|
__this->___U3CformatU3Ek__BackingField_3 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CformatU3Ek__BackingField_3), (void*)L_0);
|
|
return;
|
|
}
|
|
}
|
|
// System.String UnityEngine.InputSystem.Layouts.InputControlAttribute::get_usage()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* InputControlAttribute_get_usage_m7371246ED904FFEB20B8EA3A716E6866C75B5403 (InputControlAttribute_t312CA97B153666F873279E81BA4054684715368D* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public string usage { get; set; }
|
|
String_t* L_0 = __this->___U3CusageU3Ek__BackingField_4;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.InputSystem.Layouts.InputControlAttribute::set_usage(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputControlAttribute_set_usage_m8F00E4A034E9927E2D13677D8B54235F4D25128A (InputControlAttribute_t312CA97B153666F873279E81BA4054684715368D* __this, String_t* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public string usage { get; set; }
|
|
String_t* L_0 = ___0_value;
|
|
__this->___U3CusageU3Ek__BackingField_4 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CusageU3Ek__BackingField_4), (void*)L_0);
|
|
return;
|
|
}
|
|
}
|
|
// System.String[] UnityEngine.InputSystem.Layouts.InputControlAttribute::get_usages()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* InputControlAttribute_get_usages_m778DDB9F8F0A4B319CDD08E59D07708EF7B9B19B (InputControlAttribute_t312CA97B153666F873279E81BA4054684715368D* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public string[] usages { get; set; }
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_0 = __this->___U3CusagesU3Ek__BackingField_5;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.InputSystem.Layouts.InputControlAttribute::set_usages(System.String[])
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputControlAttribute_set_usages_mBDB41EFBDDBDD023051D3548283D71D8605982E9 (InputControlAttribute_t312CA97B153666F873279E81BA4054684715368D* __this, StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public string[] usages { get; set; }
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_0 = ___0_value;
|
|
__this->___U3CusagesU3Ek__BackingField_5 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CusagesU3Ek__BackingField_5), (void*)L_0);
|
|
return;
|
|
}
|
|
}
|
|
// System.String UnityEngine.InputSystem.Layouts.InputControlAttribute::get_parameters()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* InputControlAttribute_get_parameters_mEBE37998A859096C1E48520CC66DA20BFD3DEA21 (InputControlAttribute_t312CA97B153666F873279E81BA4054684715368D* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public string parameters { get; set; }
|
|
String_t* L_0 = __this->___U3CparametersU3Ek__BackingField_6;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.InputSystem.Layouts.InputControlAttribute::set_parameters(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputControlAttribute_set_parameters_m5121D49A9414FE2BF12914B4A0DD614411D7D249 (InputControlAttribute_t312CA97B153666F873279E81BA4054684715368D* __this, String_t* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public string parameters { get; set; }
|
|
String_t* L_0 = ___0_value;
|
|
__this->___U3CparametersU3Ek__BackingField_6 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CparametersU3Ek__BackingField_6), (void*)L_0);
|
|
return;
|
|
}
|
|
}
|
|
// System.String UnityEngine.InputSystem.Layouts.InputControlAttribute::get_processors()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* InputControlAttribute_get_processors_mCD0F2BC8DD55E115108A01F46E184308765BBBFC (InputControlAttribute_t312CA97B153666F873279E81BA4054684715368D* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public string processors { get; set; }
|
|
String_t* L_0 = __this->___U3CprocessorsU3Ek__BackingField_7;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.InputSystem.Layouts.InputControlAttribute::set_processors(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputControlAttribute_set_processors_m5F959D3A5F0C5B0AC00BBE1E7AAE2AC29B2D4668 (InputControlAttribute_t312CA97B153666F873279E81BA4054684715368D* __this, String_t* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public string processors { get; set; }
|
|
String_t* L_0 = ___0_value;
|
|
__this->___U3CprocessorsU3Ek__BackingField_7 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CprocessorsU3Ek__BackingField_7), (void*)L_0);
|
|
return;
|
|
}
|
|
}
|
|
// System.String UnityEngine.InputSystem.Layouts.InputControlAttribute::get_alias()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* InputControlAttribute_get_alias_m09D83B5B58D1DD13983656B78EB4AEED875F2702 (InputControlAttribute_t312CA97B153666F873279E81BA4054684715368D* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public string alias { get; set; }
|
|
String_t* L_0 = __this->___U3CaliasU3Ek__BackingField_8;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.InputSystem.Layouts.InputControlAttribute::set_alias(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputControlAttribute_set_alias_m8DBC22127D785D91A95B2B020730C9A50DD3BA27 (InputControlAttribute_t312CA97B153666F873279E81BA4054684715368D* __this, String_t* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public string alias { get; set; }
|
|
String_t* L_0 = ___0_value;
|
|
__this->___U3CaliasU3Ek__BackingField_8 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CaliasU3Ek__BackingField_8), (void*)L_0);
|
|
return;
|
|
}
|
|
}
|
|
// System.String[] UnityEngine.InputSystem.Layouts.InputControlAttribute::get_aliases()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* InputControlAttribute_get_aliases_mD8390AF2F18517AF3CC16FB03C2723FCBDB45825 (InputControlAttribute_t312CA97B153666F873279E81BA4054684715368D* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public string[] aliases { get; set; }
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_0 = __this->___U3CaliasesU3Ek__BackingField_9;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.InputSystem.Layouts.InputControlAttribute::set_aliases(System.String[])
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputControlAttribute_set_aliases_m4362AE62ED525B3D54EA7482403AC7A5AA40D161 (InputControlAttribute_t312CA97B153666F873279E81BA4054684715368D* __this, StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public string[] aliases { get; set; }
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_0 = ___0_value;
|
|
__this->___U3CaliasesU3Ek__BackingField_9 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CaliasesU3Ek__BackingField_9), (void*)L_0);
|
|
return;
|
|
}
|
|
}
|
|
// System.String UnityEngine.InputSystem.Layouts.InputControlAttribute::get_useStateFrom()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* InputControlAttribute_get_useStateFrom_m5D3E7D4D53D2C4AB026DC6B4F1DC51C369A71274 (InputControlAttribute_t312CA97B153666F873279E81BA4054684715368D* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public string useStateFrom { get; set; }
|
|
String_t* L_0 = __this->___U3CuseStateFromU3Ek__BackingField_10;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.InputSystem.Layouts.InputControlAttribute::set_useStateFrom(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputControlAttribute_set_useStateFrom_mFA057342404FE38861F6F4FFF74D0F7B5C873510 (InputControlAttribute_t312CA97B153666F873279E81BA4054684715368D* __this, String_t* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public string useStateFrom { get; set; }
|
|
String_t* L_0 = ___0_value;
|
|
__this->___U3CuseStateFromU3Ek__BackingField_10 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CuseStateFromU3Ek__BackingField_10), (void*)L_0);
|
|
return;
|
|
}
|
|
}
|
|
// System.UInt32 UnityEngine.InputSystem.Layouts.InputControlAttribute::get_bit()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t InputControlAttribute_get_bit_m341EA35B100C77D3B4E8EFDB6A745D72DC2AA2A2 (InputControlAttribute_t312CA97B153666F873279E81BA4054684715368D* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public uint bit { get; set; } = InputStateBlock.InvalidOffset;
|
|
uint32_t L_0 = __this->___U3CbitU3Ek__BackingField_11;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.InputSystem.Layouts.InputControlAttribute::set_bit(System.UInt32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputControlAttribute_set_bit_mA9C043C22E526D736F24DA6DFE17992D2C86D3BF (InputControlAttribute_t312CA97B153666F873279E81BA4054684715368D* __this, uint32_t ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public uint bit { get; set; } = InputStateBlock.InvalidOffset;
|
|
uint32_t L_0 = ___0_value;
|
|
__this->___U3CbitU3Ek__BackingField_11 = L_0;
|
|
return;
|
|
}
|
|
}
|
|
// System.UInt32 UnityEngine.InputSystem.Layouts.InputControlAttribute::get_offset()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t InputControlAttribute_get_offset_m0CF40C1118A598846280B9DA2B7BCCC5C4079E39 (InputControlAttribute_t312CA97B153666F873279E81BA4054684715368D* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public uint offset { get; set; } = InputStateBlock.InvalidOffset;
|
|
uint32_t L_0 = __this->___U3CoffsetU3Ek__BackingField_12;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.InputSystem.Layouts.InputControlAttribute::set_offset(System.UInt32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputControlAttribute_set_offset_m7DB10E9EA94584C47D6AD862726DF76556822588 (InputControlAttribute_t312CA97B153666F873279E81BA4054684715368D* __this, uint32_t ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public uint offset { get; set; } = InputStateBlock.InvalidOffset;
|
|
uint32_t L_0 = ___0_value;
|
|
__this->___U3CoffsetU3Ek__BackingField_12 = L_0;
|
|
return;
|
|
}
|
|
}
|
|
// System.UInt32 UnityEngine.InputSystem.Layouts.InputControlAttribute::get_sizeInBits()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t InputControlAttribute_get_sizeInBits_mBA810ADA82C973F4DC0FB322C965B13503ACA194 (InputControlAttribute_t312CA97B153666F873279E81BA4054684715368D* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public uint sizeInBits { get; set; }
|
|
uint32_t L_0 = __this->___U3CsizeInBitsU3Ek__BackingField_13;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.InputSystem.Layouts.InputControlAttribute::set_sizeInBits(System.UInt32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputControlAttribute_set_sizeInBits_m3851F59D478BE7775116264E194871FF446B15A3 (InputControlAttribute_t312CA97B153666F873279E81BA4054684715368D* __this, uint32_t ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public uint sizeInBits { get; set; }
|
|
uint32_t L_0 = ___0_value;
|
|
__this->___U3CsizeInBitsU3Ek__BackingField_13 = L_0;
|
|
return;
|
|
}
|
|
}
|
|
// System.Int32 UnityEngine.InputSystem.Layouts.InputControlAttribute::get_arraySize()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t InputControlAttribute_get_arraySize_mA2D4F265E502ECCF190F56047D1909D08C66B52B (InputControlAttribute_t312CA97B153666F873279E81BA4054684715368D* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public int arraySize { get; set; }
|
|
int32_t L_0 = __this->___U3CarraySizeU3Ek__BackingField_14;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.InputSystem.Layouts.InputControlAttribute::set_arraySize(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputControlAttribute_set_arraySize_m31341B5D75208CB3A85CA7E86533587DC186E591 (InputControlAttribute_t312CA97B153666F873279E81BA4054684715368D* __this, int32_t ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public int arraySize { get; set; }
|
|
int32_t L_0 = ___0_value;
|
|
__this->___U3CarraySizeU3Ek__BackingField_14 = L_0;
|
|
return;
|
|
}
|
|
}
|
|
// System.String UnityEngine.InputSystem.Layouts.InputControlAttribute::get_displayName()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* InputControlAttribute_get_displayName_mA2CB664E8261D318DD13FD66A015B0EFCFD35FC9 (InputControlAttribute_t312CA97B153666F873279E81BA4054684715368D* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public string displayName { get; set; }
|
|
String_t* L_0 = __this->___U3CdisplayNameU3Ek__BackingField_15;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.InputSystem.Layouts.InputControlAttribute::set_displayName(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputControlAttribute_set_displayName_mB8CD7EFF82B9DA5D6FB689F64787A4F286A2CB53 (InputControlAttribute_t312CA97B153666F873279E81BA4054684715368D* __this, String_t* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public string displayName { get; set; }
|
|
String_t* L_0 = ___0_value;
|
|
__this->___U3CdisplayNameU3Ek__BackingField_15 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CdisplayNameU3Ek__BackingField_15), (void*)L_0);
|
|
return;
|
|
}
|
|
}
|
|
// System.String UnityEngine.InputSystem.Layouts.InputControlAttribute::get_shortDisplayName()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* InputControlAttribute_get_shortDisplayName_m536FBAE75C1662DDFB37C14D533DD2CB497ACD3B (InputControlAttribute_t312CA97B153666F873279E81BA4054684715368D* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public string shortDisplayName { get; set; }
|
|
String_t* L_0 = __this->___U3CshortDisplayNameU3Ek__BackingField_16;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.InputSystem.Layouts.InputControlAttribute::set_shortDisplayName(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputControlAttribute_set_shortDisplayName_mBA09C6280599EC548AAC20FFA95A7568C5C2FE5A (InputControlAttribute_t312CA97B153666F873279E81BA4054684715368D* __this, String_t* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public string shortDisplayName { get; set; }
|
|
String_t* L_0 = ___0_value;
|
|
__this->___U3CshortDisplayNameU3Ek__BackingField_16 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CshortDisplayNameU3Ek__BackingField_16), (void*)L_0);
|
|
return;
|
|
}
|
|
}
|
|
// System.Boolean UnityEngine.InputSystem.Layouts.InputControlAttribute::get_noisy()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputControlAttribute_get_noisy_mBA662A67ED441533527D185843B6D5CF05894AE6 (InputControlAttribute_t312CA97B153666F873279E81BA4054684715368D* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public bool noisy { get; set; }
|
|
bool L_0 = __this->___U3CnoisyU3Ek__BackingField_17;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.InputSystem.Layouts.InputControlAttribute::set_noisy(System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputControlAttribute_set_noisy_mF63FE55B25A9623F825A0AAF44AD3E1270FF525D (InputControlAttribute_t312CA97B153666F873279E81BA4054684715368D* __this, bool ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public bool noisy { get; set; }
|
|
bool L_0 = ___0_value;
|
|
__this->___U3CnoisyU3Ek__BackingField_17 = L_0;
|
|
return;
|
|
}
|
|
}
|
|
// System.Boolean UnityEngine.InputSystem.Layouts.InputControlAttribute::get_synthetic()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputControlAttribute_get_synthetic_mBB9ED78B1E8B5ABA1D241F557092269CC54BE3E6 (InputControlAttribute_t312CA97B153666F873279E81BA4054684715368D* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public bool synthetic { get; set; }
|
|
bool L_0 = __this->___U3CsyntheticU3Ek__BackingField_18;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.InputSystem.Layouts.InputControlAttribute::set_synthetic(System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputControlAttribute_set_synthetic_mC415B60FCC5C245756B7AE3BC95996566F42381E (InputControlAttribute_t312CA97B153666F873279E81BA4054684715368D* __this, bool ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public bool synthetic { get; set; }
|
|
bool L_0 = ___0_value;
|
|
__this->___U3CsyntheticU3Ek__BackingField_18 = L_0;
|
|
return;
|
|
}
|
|
}
|
|
// System.Boolean UnityEngine.InputSystem.Layouts.InputControlAttribute::get_dontReset()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputControlAttribute_get_dontReset_m085E7CBE2476027CD453226FBB7E92D1C889FC6C (InputControlAttribute_t312CA97B153666F873279E81BA4054684715368D* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public bool dontReset { get; set; }
|
|
bool L_0 = __this->___U3CdontResetU3Ek__BackingField_19;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.InputSystem.Layouts.InputControlAttribute::set_dontReset(System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputControlAttribute_set_dontReset_mA49441D7DE1212BEC12E0E87D744C50BA7A42ECA (InputControlAttribute_t312CA97B153666F873279E81BA4054684715368D* __this, bool ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public bool dontReset { get; set; }
|
|
bool L_0 = ___0_value;
|
|
__this->___U3CdontResetU3Ek__BackingField_19 = L_0;
|
|
return;
|
|
}
|
|
}
|
|
// System.Object UnityEngine.InputSystem.Layouts.InputControlAttribute::get_defaultState()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* InputControlAttribute_get_defaultState_mB4DF687BD33F28ADA5AF7E7F3D12F25D58C415CB (InputControlAttribute_t312CA97B153666F873279E81BA4054684715368D* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public object defaultState { get; set; }
|
|
RuntimeObject* L_0 = __this->___U3CdefaultStateU3Ek__BackingField_20;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.InputSystem.Layouts.InputControlAttribute::set_defaultState(System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputControlAttribute_set_defaultState_mC87E1F290DACADD0910384E0AD561DEB3E6A049A (InputControlAttribute_t312CA97B153666F873279E81BA4054684715368D* __this, RuntimeObject* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public object defaultState { get; set; }
|
|
RuntimeObject* L_0 = ___0_value;
|
|
__this->___U3CdefaultStateU3Ek__BackingField_20 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CdefaultStateU3Ek__BackingField_20), (void*)L_0);
|
|
return;
|
|
}
|
|
}
|
|
// System.Object UnityEngine.InputSystem.Layouts.InputControlAttribute::get_minValue()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* InputControlAttribute_get_minValue_m77CF5CF2497FE1137FCECF02F718086526C84651 (InputControlAttribute_t312CA97B153666F873279E81BA4054684715368D* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public object minValue { get; set; }
|
|
RuntimeObject* L_0 = __this->___U3CminValueU3Ek__BackingField_21;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.InputSystem.Layouts.InputControlAttribute::set_minValue(System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputControlAttribute_set_minValue_m63BD10375B2E634D1AD59F17ECE02A1EDC06A4F4 (InputControlAttribute_t312CA97B153666F873279E81BA4054684715368D* __this, RuntimeObject* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public object minValue { get; set; }
|
|
RuntimeObject* L_0 = ___0_value;
|
|
__this->___U3CminValueU3Ek__BackingField_21 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CminValueU3Ek__BackingField_21), (void*)L_0);
|
|
return;
|
|
}
|
|
}
|
|
// System.Object UnityEngine.InputSystem.Layouts.InputControlAttribute::get_maxValue()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* InputControlAttribute_get_maxValue_mED29B0ABE0550E329576E980384479DACF803503 (InputControlAttribute_t312CA97B153666F873279E81BA4054684715368D* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public object maxValue { get; set; }
|
|
RuntimeObject* L_0 = __this->___U3CmaxValueU3Ek__BackingField_22;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.InputSystem.Layouts.InputControlAttribute::set_maxValue(System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputControlAttribute_set_maxValue_m4A7AF11D2B8A6D3117EA081384F610D072146983 (InputControlAttribute_t312CA97B153666F873279E81BA4054684715368D* __this, RuntimeObject* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public object maxValue { get; set; }
|
|
RuntimeObject* L_0 = ___0_value;
|
|
__this->___U3CmaxValueU3Ek__BackingField_22 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CmaxValueU3Ek__BackingField_22), (void*)L_0);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.InputSystem.Layouts.InputControlAttribute::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputControlAttribute__ctor_m560EDED16EA1BB46B5A0EEE7EA6F01D9FBACE990 (InputControlAttribute_t312CA97B153666F873279E81BA4054684715368D* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public uint bit { get; set; } = InputStateBlock.InvalidOffset;
|
|
__this->___U3CbitU3Ek__BackingField_11 = (-1);
|
|
// public uint offset { get; set; } = InputStateBlock.InvalidOffset;
|
|
__this->___U3CoffsetU3Ek__BackingField_12 = (-1);
|
|
PropertyAttribute__ctor_m19247686E165101F140615C7306DC2DA3953D97D(__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
|
|
String_t* InputDeviceFindControlLayoutDelegate_Invoke_m9E7B053AFEA551800712082962A9BD4B670865D0_Multicast(InputDeviceFindControlLayoutDelegate_t533E695E7CFD2DEB4FEDA1A9E72D9F5F5AEF4A3E* __this, InputDeviceDescription_tE86DD77422AAF60ADDAC788B31E5A05E739B708F* ___0_description, String_t* ___1_matchedLayout, InputDeviceExecuteCommandDelegate_t94A8BB806676141BFD8EFA497EC51C685778718A* ___2_executeDeviceCommand, const RuntimeMethod* method)
|
|
{
|
|
il2cpp_array_size_t length = __this->___delegates_13->max_length;
|
|
Delegate_t** delegatesToInvoke = reinterpret_cast<Delegate_t**>(__this->___delegates_13->GetAddressAtUnchecked(0));
|
|
String_t* retVal = NULL;
|
|
for (il2cpp_array_size_t i = 0; i < length; i++)
|
|
{
|
|
InputDeviceFindControlLayoutDelegate_t533E695E7CFD2DEB4FEDA1A9E72D9F5F5AEF4A3E* currentDelegate = reinterpret_cast<InputDeviceFindControlLayoutDelegate_t533E695E7CFD2DEB4FEDA1A9E72D9F5F5AEF4A3E*>(delegatesToInvoke[i]);
|
|
typedef String_t* (*FunctionPointerType) (RuntimeObject*, InputDeviceDescription_tE86DD77422AAF60ADDAC788B31E5A05E739B708F*, String_t*, InputDeviceExecuteCommandDelegate_t94A8BB806676141BFD8EFA497EC51C685778718A*, const RuntimeMethod*);
|
|
retVal = ((FunctionPointerType)currentDelegate->___invoke_impl_1)((Il2CppObject*)currentDelegate->___method_code_6, ___0_description, ___1_matchedLayout, ___2_executeDeviceCommand, reinterpret_cast<RuntimeMethod*>(currentDelegate->___method_3));
|
|
}
|
|
return retVal;
|
|
}
|
|
String_t* InputDeviceFindControlLayoutDelegate_Invoke_m9E7B053AFEA551800712082962A9BD4B670865D0_OpenInst(InputDeviceFindControlLayoutDelegate_t533E695E7CFD2DEB4FEDA1A9E72D9F5F5AEF4A3E* __this, InputDeviceDescription_tE86DD77422AAF60ADDAC788B31E5A05E739B708F* ___0_description, String_t* ___1_matchedLayout, InputDeviceExecuteCommandDelegate_t94A8BB806676141BFD8EFA497EC51C685778718A* ___2_executeDeviceCommand, const RuntimeMethod* method)
|
|
{
|
|
typedef String_t* (*FunctionPointerType) (InputDeviceDescription_tE86DD77422AAF60ADDAC788B31E5A05E739B708F*, String_t*, InputDeviceExecuteCommandDelegate_t94A8BB806676141BFD8EFA497EC51C685778718A*, const RuntimeMethod*);
|
|
return ((FunctionPointerType)__this->___method_ptr_0)(___0_description, ___1_matchedLayout, ___2_executeDeviceCommand, method);
|
|
}
|
|
String_t* InputDeviceFindControlLayoutDelegate_Invoke_m9E7B053AFEA551800712082962A9BD4B670865D0_OpenStatic(InputDeviceFindControlLayoutDelegate_t533E695E7CFD2DEB4FEDA1A9E72D9F5F5AEF4A3E* __this, InputDeviceDescription_tE86DD77422AAF60ADDAC788B31E5A05E739B708F* ___0_description, String_t* ___1_matchedLayout, InputDeviceExecuteCommandDelegate_t94A8BB806676141BFD8EFA497EC51C685778718A* ___2_executeDeviceCommand, const RuntimeMethod* method)
|
|
{
|
|
typedef String_t* (*FunctionPointerType) (InputDeviceDescription_tE86DD77422AAF60ADDAC788B31E5A05E739B708F*, String_t*, InputDeviceExecuteCommandDelegate_t94A8BB806676141BFD8EFA497EC51C685778718A*, const RuntimeMethod*);
|
|
return ((FunctionPointerType)__this->___method_ptr_0)(___0_description, ___1_matchedLayout, ___2_executeDeviceCommand, method);
|
|
}
|
|
String_t* InputDeviceFindControlLayoutDelegate_Invoke_m9E7B053AFEA551800712082962A9BD4B670865D0_OpenStaticInvoker(InputDeviceFindControlLayoutDelegate_t533E695E7CFD2DEB4FEDA1A9E72D9F5F5AEF4A3E* __this, InputDeviceDescription_tE86DD77422AAF60ADDAC788B31E5A05E739B708F* ___0_description, String_t* ___1_matchedLayout, InputDeviceExecuteCommandDelegate_t94A8BB806676141BFD8EFA497EC51C685778718A* ___2_executeDeviceCommand, const RuntimeMethod* method)
|
|
{
|
|
return InvokerFuncInvoker3< String_t*, InputDeviceDescription_tE86DD77422AAF60ADDAC788B31E5A05E739B708F*, String_t*, InputDeviceExecuteCommandDelegate_t94A8BB806676141BFD8EFA497EC51C685778718A* >::Invoke(__this->___method_ptr_0, method, NULL, ___0_description, ___1_matchedLayout, ___2_executeDeviceCommand);
|
|
}
|
|
String_t* InputDeviceFindControlLayoutDelegate_Invoke_m9E7B053AFEA551800712082962A9BD4B670865D0_ClosedStaticInvoker(InputDeviceFindControlLayoutDelegate_t533E695E7CFD2DEB4FEDA1A9E72D9F5F5AEF4A3E* __this, InputDeviceDescription_tE86DD77422AAF60ADDAC788B31E5A05E739B708F* ___0_description, String_t* ___1_matchedLayout, InputDeviceExecuteCommandDelegate_t94A8BB806676141BFD8EFA497EC51C685778718A* ___2_executeDeviceCommand, const RuntimeMethod* method)
|
|
{
|
|
return InvokerFuncInvoker4< String_t*, RuntimeObject*, InputDeviceDescription_tE86DD77422AAF60ADDAC788B31E5A05E739B708F*, String_t*, InputDeviceExecuteCommandDelegate_t94A8BB806676141BFD8EFA497EC51C685778718A* >::Invoke(__this->___method_ptr_0, method, NULL, __this->___m_target_2, ___0_description, ___1_matchedLayout, ___2_executeDeviceCommand);
|
|
}
|
|
IL2CPP_EXTERN_C String_t* DelegatePInvokeWrapper_InputDeviceFindControlLayoutDelegate_t533E695E7CFD2DEB4FEDA1A9E72D9F5F5AEF4A3E (InputDeviceFindControlLayoutDelegate_t533E695E7CFD2DEB4FEDA1A9E72D9F5F5AEF4A3E* __this, InputDeviceDescription_tE86DD77422AAF60ADDAC788B31E5A05E739B708F* ___0_description, String_t* ___1_matchedLayout, InputDeviceExecuteCommandDelegate_t94A8BB806676141BFD8EFA497EC51C685778718A* ___2_executeDeviceCommand, const RuntimeMethod* method)
|
|
{
|
|
|
|
|
|
typedef char* (DEFAULT_CALL *PInvokeFunc)(InputDeviceDescription_tE86DD77422AAF60ADDAC788B31E5A05E739B708F_marshaled_pinvoke*, char*, Il2CppMethodPointer);
|
|
PInvokeFunc il2cppPInvokeFunc = reinterpret_cast<PInvokeFunc>(il2cpp_codegen_get_reverse_pinvoke_function_ptr(__this));
|
|
// Marshaling of parameter '___0_description' to native representation
|
|
InputDeviceDescription_tE86DD77422AAF60ADDAC788B31E5A05E739B708F_marshaled_pinvoke* ____0_description_marshaled = NULL;
|
|
InputDeviceDescription_tE86DD77422AAF60ADDAC788B31E5A05E739B708F_marshaled_pinvoke ____0_description_marshaled_dereferenced = {};
|
|
InputDeviceDescription_tE86DD77422AAF60ADDAC788B31E5A05E739B708F_marshal_pinvoke(*___0_description, ____0_description_marshaled_dereferenced);
|
|
____0_description_marshaled = &____0_description_marshaled_dereferenced;
|
|
|
|
// Marshaling of parameter '___1_matchedLayout' to native representation
|
|
char* ____1_matchedLayout_marshaled = NULL;
|
|
____1_matchedLayout_marshaled = il2cpp_codegen_marshal_string(___1_matchedLayout);
|
|
|
|
// Marshaling of parameter '___2_executeDeviceCommand' to native representation
|
|
Il2CppMethodPointer ____2_executeDeviceCommand_marshaled = NULL;
|
|
____2_executeDeviceCommand_marshaled = il2cpp_codegen_marshal_delegate(reinterpret_cast<MulticastDelegate_t*>(___2_executeDeviceCommand));
|
|
|
|
// Native function invocation
|
|
char* returnValue = il2cppPInvokeFunc(____0_description_marshaled, ____1_matchedLayout_marshaled, ____2_executeDeviceCommand_marshaled);
|
|
|
|
// Marshaling of return value back from native representation
|
|
String_t* _returnValue_unmarshaled = NULL;
|
|
_returnValue_unmarshaled = il2cpp_codegen_marshal_string_result(returnValue);
|
|
|
|
// Marshaling cleanup of return value native representation
|
|
il2cpp_codegen_marshal_free(returnValue);
|
|
returnValue = NULL;
|
|
|
|
// Marshaling of parameter '___0_description' back from native representation
|
|
InputDeviceDescription_tE86DD77422AAF60ADDAC788B31E5A05E739B708F _____0_description_marshaled_unmarshaled_dereferenced;
|
|
memset((&_____0_description_marshaled_unmarshaled_dereferenced), 0, sizeof(_____0_description_marshaled_unmarshaled_dereferenced));
|
|
InputDeviceDescription_tE86DD77422AAF60ADDAC788B31E5A05E739B708F_marshal_pinvoke_back(*____0_description_marshaled, _____0_description_marshaled_unmarshaled_dereferenced);
|
|
InputDeviceDescription_tE86DD77422AAF60ADDAC788B31E5A05E739B708F_marshal_pinvoke_cleanup(*____0_description_marshaled);
|
|
*___0_description = _____0_description_marshaled_unmarshaled_dereferenced;
|
|
Il2CppCodeGenWriteBarrier((void**)&((___0_description)->___m_InterfaceName_0), (void*)NULL);
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&((___0_description)->___m_DeviceClass_1), (void*)NULL);
|
|
#endif
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&((___0_description)->___m_Manufacturer_2), (void*)NULL);
|
|
#endif
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&((___0_description)->___m_Product_3), (void*)NULL);
|
|
#endif
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&((___0_description)->___m_Serial_4), (void*)NULL);
|
|
#endif
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&((___0_description)->___m_Version_5), (void*)NULL);
|
|
#endif
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&((___0_description)->___m_Capabilities_6), (void*)NULL);
|
|
#endif
|
|
|
|
// Marshaling cleanup of parameter '___1_matchedLayout' native representation
|
|
il2cpp_codegen_marshal_free(____1_matchedLayout_marshaled);
|
|
____1_matchedLayout_marshaled = NULL;
|
|
|
|
return _returnValue_unmarshaled;
|
|
}
|
|
// System.Void UnityEngine.InputSystem.Layouts.InputDeviceFindControlLayoutDelegate::.ctor(System.Object,System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputDeviceFindControlLayoutDelegate__ctor_mFF49E8C46111B03A6B9AEBDA66C309EF6FACFB78 (InputDeviceFindControlLayoutDelegate_t533E695E7CFD2DEB4FEDA1A9E72D9F5F5AEF4A3E* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method)
|
|
{
|
|
__this->___method_ptr_0 = il2cpp_codegen_get_virtual_call_method_pointer((RuntimeMethod*)___1_method);
|
|
__this->___method_3 = ___1_method;
|
|
__this->___m_target_2 = ___0_object;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_target_2), (void*)___0_object);
|
|
int parameterCount = il2cpp_codegen_method_parameter_count((RuntimeMethod*)___1_method);
|
|
__this->___method_code_6 = (intptr_t)__this;
|
|
if (MethodIsStatic((RuntimeMethod*)___1_method))
|
|
{
|
|
bool isOpen = parameterCount == 3;
|
|
if (il2cpp_codegen_call_method_via_invoker((RuntimeMethod*)___1_method))
|
|
if (isOpen)
|
|
__this->___invoke_impl_1 = (intptr_t)&InputDeviceFindControlLayoutDelegate_Invoke_m9E7B053AFEA551800712082962A9BD4B670865D0_OpenStaticInvoker;
|
|
else
|
|
__this->___invoke_impl_1 = (intptr_t)&InputDeviceFindControlLayoutDelegate_Invoke_m9E7B053AFEA551800712082962A9BD4B670865D0_ClosedStaticInvoker;
|
|
else
|
|
if (isOpen)
|
|
__this->___invoke_impl_1 = (intptr_t)&InputDeviceFindControlLayoutDelegate_Invoke_m9E7B053AFEA551800712082962A9BD4B670865D0_OpenStatic;
|
|
else
|
|
{
|
|
__this->___invoke_impl_1 = (intptr_t)__this->___method_ptr_0;
|
|
__this->___method_code_6 = (intptr_t)__this->___m_target_2;
|
|
}
|
|
}
|
|
else
|
|
{
|
|
bool isOpen = parameterCount == 2;
|
|
if (isOpen)
|
|
{
|
|
__this->___invoke_impl_1 = (intptr_t)&InputDeviceFindControlLayoutDelegate_Invoke_m9E7B053AFEA551800712082962A9BD4B670865D0_OpenInst;
|
|
}
|
|
else
|
|
{
|
|
if (___0_object == NULL)
|
|
il2cpp_codegen_raise_exception(il2cpp_codegen_get_argument_exception(NULL, "Delegate to an instance method cannot have null 'this'."), NULL);
|
|
__this->___invoke_impl_1 = (intptr_t)__this->___method_ptr_0;
|
|
__this->___method_code_6 = (intptr_t)__this->___m_target_2;
|
|
}
|
|
}
|
|
__this->___extra_arg_5 = (intptr_t)&InputDeviceFindControlLayoutDelegate_Invoke_m9E7B053AFEA551800712082962A9BD4B670865D0_Multicast;
|
|
}
|
|
// System.String UnityEngine.InputSystem.Layouts.InputDeviceFindControlLayoutDelegate::Invoke(UnityEngine.InputSystem.Layouts.InputDeviceDescription&,System.String,UnityEngine.InputSystem.LowLevel.InputDeviceExecuteCommandDelegate)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* InputDeviceFindControlLayoutDelegate_Invoke_m9E7B053AFEA551800712082962A9BD4B670865D0 (InputDeviceFindControlLayoutDelegate_t533E695E7CFD2DEB4FEDA1A9E72D9F5F5AEF4A3E* __this, InputDeviceDescription_tE86DD77422AAF60ADDAC788B31E5A05E739B708F* ___0_description, String_t* ___1_matchedLayout, InputDeviceExecuteCommandDelegate_t94A8BB806676141BFD8EFA497EC51C685778718A* ___2_executeDeviceCommand, const RuntimeMethod* method)
|
|
{
|
|
typedef String_t* (*FunctionPointerType) (RuntimeObject*, InputDeviceDescription_tE86DD77422AAF60ADDAC788B31E5A05E739B708F*, String_t*, InputDeviceExecuteCommandDelegate_t94A8BB806676141BFD8EFA497EC51C685778718A*, const RuntimeMethod*);
|
|
return ((FunctionPointerType)__this->___invoke_impl_1)((Il2CppObject*)__this->___method_code_6, ___0_description, ___1_matchedLayout, ___2_executeDeviceCommand, reinterpret_cast<RuntimeMethod*>(__this->___method_3));
|
|
}
|
|
// System.IAsyncResult UnityEngine.InputSystem.Layouts.InputDeviceFindControlLayoutDelegate::BeginInvoke(UnityEngine.InputSystem.Layouts.InputDeviceDescription&,System.String,UnityEngine.InputSystem.LowLevel.InputDeviceExecuteCommandDelegate,System.AsyncCallback,System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* InputDeviceFindControlLayoutDelegate_BeginInvoke_mCC8C887407C94F6CC9C7B9C0BBF6CBE5580C9D17 (InputDeviceFindControlLayoutDelegate_t533E695E7CFD2DEB4FEDA1A9E72D9F5F5AEF4A3E* __this, InputDeviceDescription_tE86DD77422AAF60ADDAC788B31E5A05E739B708F* ___0_description, String_t* ___1_matchedLayout, InputDeviceExecuteCommandDelegate_t94A8BB806676141BFD8EFA497EC51C685778718A* ___2_executeDeviceCommand, AsyncCallback_t7FEF460CBDCFB9C5FA2EF776984778B9A4145F4C* ___3_callback, RuntimeObject* ___4_object, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputDeviceDescription_tE86DD77422AAF60ADDAC788B31E5A05E739B708F_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
void *__d_args[4] = {0};
|
|
__d_args[0] = Box(InputDeviceDescription_tE86DD77422AAF60ADDAC788B31E5A05E739B708F_il2cpp_TypeInfo_var, &*___0_description);
|
|
__d_args[1] = ___1_matchedLayout;
|
|
__d_args[2] = ___2_executeDeviceCommand;
|
|
return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___3_callback, (RuntimeObject*)___4_object);
|
|
}
|
|
// System.String UnityEngine.InputSystem.Layouts.InputDeviceFindControlLayoutDelegate::EndInvoke(UnityEngine.InputSystem.Layouts.InputDeviceDescription&,System.IAsyncResult)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* InputDeviceFindControlLayoutDelegate_EndInvoke_m857AA6F101251FD1BB0B070C758BE61D18173C6A (InputDeviceFindControlLayoutDelegate_t533E695E7CFD2DEB4FEDA1A9E72D9F5F5AEF4A3E* __this, InputDeviceDescription_tE86DD77422AAF60ADDAC788B31E5A05E739B708F* ___0_description, RuntimeObject* ___1_result, const RuntimeMethod* method)
|
|
{
|
|
void* ___out_args[] = {
|
|
___0_description,
|
|
};
|
|
RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___1_result, ___out_args);
|
|
return (String_t*)__result;
|
|
}
|
|
#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.Utilities.InternedString UnityEngine.InputSystem.Layouts.InputControlLayout::get_DefaultVariant()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 InputControlLayout_get_DefaultVariant_m9A602370E1CB42697E59F4BC682789BAA4D78BD7 (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// public static InternedString DefaultVariant => s_DefaultVariant;
|
|
il2cpp_codegen_runtime_class_init_inline(InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D_il2cpp_TypeInfo_var);
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_0 = ((InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D_StaticFields*)il2cpp_codegen_static_fields_for(InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D_il2cpp_TypeInfo_var))->___s_DefaultVariant_0;
|
|
return L_0;
|
|
}
|
|
}
|
|
// UnityEngine.InputSystem.Utilities.InternedString UnityEngine.InputSystem.Layouts.InputControlLayout::get_name()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 InputControlLayout_get_name_m41A7AEAC666D5C2CC75AB1FE2E7D6D7CAB90EA9A (InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public InternedString name => m_Name;
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_0 = __this->___m_Name_2;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.String UnityEngine.InputSystem.Layouts.InputControlLayout::get_displayName()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* InputControlLayout_get_displayName_m9E829FF4B56340B9BFBD1B9ADDF5D98205E6A3CE (InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D* __this, const RuntimeMethod* method)
|
|
{
|
|
String_t* G_B2_0 = NULL;
|
|
String_t* G_B1_0 = NULL;
|
|
{
|
|
// public string displayName => m_DisplayName ?? m_Name;
|
|
String_t* L_0 = __this->___m_DisplayName_12;
|
|
String_t* L_1 = L_0;
|
|
G_B1_0 = L_1;
|
|
if (L_1)
|
|
{
|
|
G_B2_0 = L_1;
|
|
goto IL_0015;
|
|
}
|
|
}
|
|
{
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_2 = __this->___m_Name_2;
|
|
String_t* L_3;
|
|
L_3 = InternedString_op_Implicit_m99D80AAE853F54FA2EF2603D020C7454B608D2F6(L_2, NULL);
|
|
G_B2_0 = L_3;
|
|
}
|
|
|
|
IL_0015:
|
|
{
|
|
return G_B2_0;
|
|
}
|
|
}
|
|
// System.Type UnityEngine.InputSystem.Layouts.InputControlLayout::get_type()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* InputControlLayout_get_type_mB36B8AAE50EB013820BFB388233F4BCC6AD419B3 (InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public Type type => m_Type;
|
|
Type_t* L_0 = __this->___m_Type_3;
|
|
return L_0;
|
|
}
|
|
}
|
|
// UnityEngine.InputSystem.Utilities.InternedString UnityEngine.InputSystem.Layouts.InputControlLayout::get_variants()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 InputControlLayout_get_variants_mD239B57B9290D0BFDEAE3A5CF6EE8890429BAE43 (InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public InternedString variants => m_Variants;
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_0 = __this->___m_Variants_4;
|
|
return L_0;
|
|
}
|
|
}
|
|
// UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.Layouts.InputControlLayout::get_stateFormat()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED InputControlLayout_get_stateFormat_m33EF958FD8072BFBD3F1378E800C3B694A284DE0 (InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public FourCC stateFormat => m_StateFormat;
|
|
FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_0 = __this->___m_StateFormat_5;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Int32 UnityEngine.InputSystem.Layouts.InputControlLayout::get_stateSizeInBytes()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t InputControlLayout_get_stateSizeInBytes_mB68B65191662AF5DFF7B555C85FED01D20A7B643 (InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public int stateSizeInBytes => m_StateSizeInBytes;
|
|
int32_t L_0 = __this->___m_StateSizeInBytes_6;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Collections.Generic.IEnumerable`1<UnityEngine.InputSystem.Utilities.InternedString> UnityEngine.InputSystem.Layouts.InputControlLayout::get_baseLayouts()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* InputControlLayout_get_baseLayouts_m4C020EB6E2798C75B4F438F361175CCFF2383FA7 (InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InlinedArray_1_tAFDFE0972A71B9760077CFA9D4A1DBD7BE435800_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// public IEnumerable<InternedString> baseLayouts => m_BaseLayouts;
|
|
InlinedArray_1_tAFDFE0972A71B9760077CFA9D4A1DBD7BE435800 L_0 = __this->___m_BaseLayouts_8;
|
|
InlinedArray_1_tAFDFE0972A71B9760077CFA9D4A1DBD7BE435800 L_1 = L_0;
|
|
RuntimeObject* L_2 = Box(InlinedArray_1_tAFDFE0972A71B9760077CFA9D4A1DBD7BE435800_il2cpp_TypeInfo_var, &L_1);
|
|
return (RuntimeObject*)L_2;
|
|
}
|
|
}
|
|
// System.Collections.Generic.IEnumerable`1<UnityEngine.InputSystem.Utilities.InternedString> UnityEngine.InputSystem.Layouts.InputControlLayout::get_appliedOverrides()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* InputControlLayout_get_appliedOverrides_mA95C208F5A5AB2A0AD3A8A7321C37F7F96D22618 (InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InlinedArray_1_tAFDFE0972A71B9760077CFA9D4A1DBD7BE435800_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// public IEnumerable<InternedString> appliedOverrides => m_AppliedOverrides;
|
|
InlinedArray_1_tAFDFE0972A71B9760077CFA9D4A1DBD7BE435800 L_0 = __this->___m_AppliedOverrides_9;
|
|
InlinedArray_1_tAFDFE0972A71B9760077CFA9D4A1DBD7BE435800 L_1 = L_0;
|
|
RuntimeObject* L_2 = Box(InlinedArray_1_tAFDFE0972A71B9760077CFA9D4A1DBD7BE435800_il2cpp_TypeInfo_var, &L_1);
|
|
return (RuntimeObject*)L_2;
|
|
}
|
|
}
|
|
// UnityEngine.InputSystem.Utilities.ReadOnlyArray`1<UnityEngine.InputSystem.Utilities.InternedString> UnityEngine.InputSystem.Layouts.InputControlLayout::get_commonUsages()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ReadOnlyArray_1_t1C2864D7CF4D444AB2616316AC8DD33932F77064 InputControlLayout_get_commonUsages_m187B4B6CCA0D289610E5957E93AE4D22ABFEE7FF (InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlyArray_1__ctor_m8B1A10969D597D11769C4E7C33B907A981CA78F5_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// public ReadOnlyArray<InternedString> commonUsages => new ReadOnlyArray<InternedString>(m_CommonUsages);
|
|
InternedStringU5BU5D_t0B851758733FC0B118D84BE83AED10A0404C18D5* L_0 = __this->___m_CommonUsages_10;
|
|
ReadOnlyArray_1_t1C2864D7CF4D444AB2616316AC8DD33932F77064 L_1;
|
|
memset((&L_1), 0, sizeof(L_1));
|
|
ReadOnlyArray_1__ctor_m8B1A10969D597D11769C4E7C33B907A981CA78F5((&L_1), L_0, /*hidden argument*/ReadOnlyArray_1__ctor_m8B1A10969D597D11769C4E7C33B907A981CA78F5_RuntimeMethod_var);
|
|
return L_1;
|
|
}
|
|
}
|
|
// UnityEngine.InputSystem.Utilities.ReadOnlyArray`1<UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem> UnityEngine.InputSystem.Layouts.InputControlLayout::get_controls()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ReadOnlyArray_1_t33FF20B344958C68734E3615E9381A0A6F882670 InputControlLayout_get_controls_m2FC03632ECFAEE91C39C06063664C00C1E025E31 (InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlyArray_1__ctor_m1A1A6D0FD792CEAA60A7641BB5854BCD80217362_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// public ReadOnlyArray<ControlItem> controls => new ReadOnlyArray<ControlItem>(m_Controls);
|
|
ControlItemU5BU5D_t7798E8B7C7F58B8F6D13B567539CD82E962C7104* L_0 = __this->___m_Controls_11;
|
|
ReadOnlyArray_1_t33FF20B344958C68734E3615E9381A0A6F882670 L_1;
|
|
memset((&L_1), 0, sizeof(L_1));
|
|
ReadOnlyArray_1__ctor_m1A1A6D0FD792CEAA60A7641BB5854BCD80217362((&L_1), L_0, /*hidden argument*/ReadOnlyArray_1__ctor_m1A1A6D0FD792CEAA60A7641BB5854BCD80217362_RuntimeMethod_var);
|
|
return L_1;
|
|
}
|
|
}
|
|
// System.Boolean UnityEngine.InputSystem.Layouts.InputControlLayout::get_updateBeforeRender()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputControlLayout_get_updateBeforeRender_m374B1000B1E6AF8658B9DB045CB9D941B6242BFA (InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_GetValueOrDefault_m86E1210429A6EA0082CC7806DD638E8B4555F148_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// public bool updateBeforeRender => m_UpdateBeforeRender ?? false;
|
|
Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01* L_0 = (&__this->___m_UpdateBeforeRender_7);
|
|
bool L_1;
|
|
L_1 = Nullable_1_GetValueOrDefault_m86E1210429A6EA0082CC7806DD638E8B4555F148_inline(L_0, Nullable_1_GetValueOrDefault_m86E1210429A6EA0082CC7806DD638E8B4555F148_RuntimeMethod_var);
|
|
return L_1;
|
|
}
|
|
}
|
|
// System.Boolean UnityEngine.InputSystem.Layouts.InputControlLayout::get_isDeviceLayout()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputControlLayout_get_isDeviceLayout_mC5AFD49ECE0133CD8323C490387652CFCDF0E3E3 (InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B_0_0_0_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// public bool isDeviceLayout => typeof(InputDevice).IsAssignableFrom(m_Type);
|
|
RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_0 = { reinterpret_cast<intptr_t> (InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B_0_0_0_var) };
|
|
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
|
|
Type_t* L_1;
|
|
L_1 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_0, NULL);
|
|
Type_t* L_2 = __this->___m_Type_3;
|
|
NullCheck(L_1);
|
|
bool L_3;
|
|
L_3 = VirtualFuncInvoker1< bool, Type_t* >::Invoke(22 /* System.Boolean System.Type::IsAssignableFrom(System.Type) */, L_1, L_2);
|
|
return L_3;
|
|
}
|
|
}
|
|
// System.Boolean UnityEngine.InputSystem.Layouts.InputControlLayout::get_isControlLayout()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputControlLayout_get_isControlLayout_mF4551294FE59EEA5B19CED0E0946F0E95C3321AF (InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public bool isControlLayout => !isDeviceLayout;
|
|
bool L_0;
|
|
L_0 = InputControlLayout_get_isDeviceLayout_mC5AFD49ECE0133CD8323C490387652CFCDF0E3E3(__this, NULL);
|
|
return (bool)((((int32_t)L_0) == ((int32_t)0))? 1 : 0);
|
|
}
|
|
}
|
|
// System.Boolean UnityEngine.InputSystem.Layouts.InputControlLayout::get_isOverride()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputControlLayout_get_isOverride_mEE41FE7F3857477AD6F4227D0A5606089DB6034C (InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// get => (m_Flags & Flags.IsOverride) != 0;
|
|
int32_t L_0 = __this->___m_Flags_14;
|
|
return (bool)((!(((uint32_t)((int32_t)((int32_t)L_0&4))) <= ((uint32_t)0)))? 1 : 0);
|
|
}
|
|
}
|
|
// System.Void UnityEngine.InputSystem.Layouts.InputControlLayout::set_isOverride(System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputControlLayout_set_isOverride_m798D19D3E0E81E51B77F8558C1DA461DD2C72424 (InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D* __this, bool ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// if (value)
|
|
bool L_0 = ___0_value;
|
|
if (!L_0)
|
|
{
|
|
goto IL_0012;
|
|
}
|
|
}
|
|
{
|
|
// m_Flags |= Flags.IsOverride;
|
|
int32_t L_1 = __this->___m_Flags_14;
|
|
__this->___m_Flags_14 = ((int32_t)((int32_t)L_1|4));
|
|
return;
|
|
}
|
|
|
|
IL_0012:
|
|
{
|
|
// m_Flags &= ~Flags.IsOverride;
|
|
int32_t L_2 = __this->___m_Flags_14;
|
|
__this->___m_Flags_14 = ((int32_t)((int32_t)L_2&((int32_t)-5)));
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Boolean UnityEngine.InputSystem.Layouts.InputControlLayout::get_isGenericTypeOfDevice()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputControlLayout_get_isGenericTypeOfDevice_m53987CA10F142E3A8501BAF7E0F52C9BC1031C8A (InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// get => (m_Flags & Flags.IsGenericTypeOfDevice) != 0;
|
|
int32_t L_0 = __this->___m_Flags_14;
|
|
return (bool)((!(((uint32_t)((int32_t)((int32_t)L_0&1))) <= ((uint32_t)0)))? 1 : 0);
|
|
}
|
|
}
|
|
// System.Void UnityEngine.InputSystem.Layouts.InputControlLayout::set_isGenericTypeOfDevice(System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputControlLayout_set_isGenericTypeOfDevice_mF23282B5AF62BC132A31DEF6487EE22A1F7CC03B (InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D* __this, bool ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// if (value)
|
|
bool L_0 = ___0_value;
|
|
if (!L_0)
|
|
{
|
|
goto IL_0012;
|
|
}
|
|
}
|
|
{
|
|
// m_Flags |= Flags.IsGenericTypeOfDevice;
|
|
int32_t L_1 = __this->___m_Flags_14;
|
|
__this->___m_Flags_14 = ((int32_t)((int32_t)L_1|1));
|
|
return;
|
|
}
|
|
|
|
IL_0012:
|
|
{
|
|
// m_Flags &= ~Flags.IsGenericTypeOfDevice;
|
|
int32_t L_2 = __this->___m_Flags_14;
|
|
__this->___m_Flags_14 = ((int32_t)((int32_t)L_2&((int32_t)-2)));
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Boolean UnityEngine.InputSystem.Layouts.InputControlLayout::get_hideInUI()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputControlLayout_get_hideInUI_m8E661D261A8C775C858325F303750FE21AF3E8A9 (InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// get => (m_Flags & Flags.HideInUI) != 0;
|
|
int32_t L_0 = __this->___m_Flags_14;
|
|
return (bool)((!(((uint32_t)((int32_t)((int32_t)L_0&2))) <= ((uint32_t)0)))? 1 : 0);
|
|
}
|
|
}
|
|
// System.Void UnityEngine.InputSystem.Layouts.InputControlLayout::set_hideInUI(System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputControlLayout_set_hideInUI_mAD5C391E136CA9398427180D894D439A86D4C8B4 (InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D* __this, bool ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// if (value)
|
|
bool L_0 = ___0_value;
|
|
if (!L_0)
|
|
{
|
|
goto IL_0012;
|
|
}
|
|
}
|
|
{
|
|
// m_Flags |= Flags.HideInUI;
|
|
int32_t L_1 = __this->___m_Flags_14;
|
|
__this->___m_Flags_14 = ((int32_t)((int32_t)L_1|2));
|
|
return;
|
|
}
|
|
|
|
IL_0012:
|
|
{
|
|
// m_Flags &= ~Flags.HideInUI;
|
|
int32_t L_2 = __this->___m_Flags_14;
|
|
__this->___m_Flags_14 = ((int32_t)((int32_t)L_2&((int32_t)-3)));
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Boolean UnityEngine.InputSystem.Layouts.InputControlLayout::get_isNoisy()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputControlLayout_get_isNoisy_m0453929E53AE683D58BAC30E0DE23957A253681F (InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// get => (m_Flags & Flags.IsNoisy) != 0;
|
|
int32_t L_0 = __this->___m_Flags_14;
|
|
return (bool)((!(((uint32_t)((int32_t)((int32_t)L_0&((int32_t)32)))) <= ((uint32_t)0)))? 1 : 0);
|
|
}
|
|
}
|
|
// System.Void UnityEngine.InputSystem.Layouts.InputControlLayout::set_isNoisy(System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputControlLayout_set_isNoisy_mCAA54D7092302016F7A17C8E850F5F4103885EF2 (InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D* __this, bool ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// if (value)
|
|
bool L_0 = ___0_value;
|
|
if (!L_0)
|
|
{
|
|
goto IL_0013;
|
|
}
|
|
}
|
|
{
|
|
// m_Flags |= Flags.IsNoisy;
|
|
int32_t L_1 = __this->___m_Flags_14;
|
|
__this->___m_Flags_14 = ((int32_t)((int32_t)L_1|((int32_t)32)));
|
|
return;
|
|
}
|
|
|
|
IL_0013:
|
|
{
|
|
// m_Flags &= ~Flags.IsNoisy;
|
|
int32_t L_2 = __this->___m_Flags_14;
|
|
__this->___m_Flags_14 = ((int32_t)((int32_t)L_2&((int32_t)-33)));
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Nullable`1<System.Boolean> UnityEngine.InputSystem.Layouts.InputControlLayout::get_canRunInBackground()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01 InputControlLayout_get_canRunInBackground_m83888B7BE103A0E23C749287E042C8ED8CFE11F9 (InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1__ctor_m4FAA8281CB4EFFD8B817734351FB3AC20A0CD6F5_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
// get => (m_Flags & Flags.CanRunInBackgroundIsSet) != 0 ? (bool?)((m_Flags & Flags.CanRunInBackground) != 0) : null;
|
|
int32_t L_0 = __this->___m_Flags_14;
|
|
if (((int32_t)((int32_t)L_0&((int32_t)16))))
|
|
{
|
|
goto IL_0015;
|
|
}
|
|
}
|
|
{
|
|
il2cpp_codegen_initobj((&V_0), sizeof(Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01));
|
|
Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01 L_1 = V_0;
|
|
return L_1;
|
|
}
|
|
|
|
IL_0015:
|
|
{
|
|
int32_t L_2 = __this->___m_Flags_14;
|
|
Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01 L_3;
|
|
memset((&L_3), 0, sizeof(L_3));
|
|
Nullable_1__ctor_m4FAA8281CB4EFFD8B817734351FB3AC20A0CD6F5((&L_3), (bool)((!(((uint32_t)((int32_t)((int32_t)L_2&8))) <= ((uint32_t)0)))? 1 : 0), /*hidden argument*/Nullable_1__ctor_m4FAA8281CB4EFFD8B817734351FB3AC20A0CD6F5_RuntimeMethod_var);
|
|
return L_3;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.InputSystem.Layouts.InputControlLayout::set_canRunInBackground(System.Nullable`1<System.Boolean>)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputControlLayout_set_canRunInBackground_m22D48D58150C3803227AC74BF023024D62CD9D1F (InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D* __this, Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01 ___0_value, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_get_HasValue_m6B76D139692C43B2AF7C695FAB044B16ACFAF355_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_get_Value_mE2C54C6AE9FC9F05BF44CD9D7D61DC6CD56E3E28_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// if (!value.HasValue)
|
|
bool L_0;
|
|
L_0 = Nullable_1_get_HasValue_m6B76D139692C43B2AF7C695FAB044B16ACFAF355_inline((&___0_value), Nullable_1_get_HasValue_m6B76D139692C43B2AF7C695FAB044B16ACFAF355_RuntimeMethod_var);
|
|
if (L_0)
|
|
{
|
|
goto IL_0019;
|
|
}
|
|
}
|
|
{
|
|
// m_Flags &= ~Flags.CanRunInBackgroundIsSet;
|
|
int32_t L_1 = __this->___m_Flags_14;
|
|
__this->___m_Flags_14 = ((int32_t)((int32_t)L_1&((int32_t)-17)));
|
|
return;
|
|
}
|
|
|
|
IL_0019:
|
|
{
|
|
// m_Flags |= Flags.CanRunInBackgroundIsSet;
|
|
int32_t L_2 = __this->___m_Flags_14;
|
|
__this->___m_Flags_14 = ((int32_t)((int32_t)L_2|((int32_t)16)));
|
|
// if (value.Value)
|
|
bool L_3;
|
|
L_3 = Nullable_1_get_Value_mE2C54C6AE9FC9F05BF44CD9D7D61DC6CD56E3E28((&___0_value), Nullable_1_get_Value_mE2C54C6AE9FC9F05BF44CD9D7D61DC6CD56E3E28_RuntimeMethod_var);
|
|
if (!L_3)
|
|
{
|
|
goto IL_0040;
|
|
}
|
|
}
|
|
{
|
|
// m_Flags |= Flags.CanRunInBackground;
|
|
int32_t L_4 = __this->___m_Flags_14;
|
|
__this->___m_Flags_14 = ((int32_t)((int32_t)L_4|8));
|
|
return;
|
|
}
|
|
|
|
IL_0040:
|
|
{
|
|
// m_Flags &= ~Flags.CanRunInBackground;
|
|
int32_t L_5 = __this->___m_Flags_14;
|
|
__this->___m_Flags_14 = ((int32_t)((int32_t)L_5&((int32_t)-9)));
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem UnityEngine.InputSystem.Layouts.InputControlLayout::get_Item(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD InputControlLayout_get_Item_m5DF9A23A4414681E5E6C2D5091A987C6334C16E2 (InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D* __this, String_t* ___0_path, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
{
|
|
// 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*)&InputControlLayout_get_Item_m5DF9A23A4414681E5E6C2D5091A987C6334C16E2_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_0013:
|
|
{
|
|
// if (m_Controls != null)
|
|
ControlItemU5BU5D_t7798E8B7C7F58B8F6D13B567539CD82E962C7104* L_3 = __this->___m_Controls_11;
|
|
if (!L_3)
|
|
{
|
|
goto IL_0054;
|
|
}
|
|
}
|
|
{
|
|
// for (var i = 0; i < m_Controls.Length; ++i)
|
|
V_0 = 0;
|
|
goto IL_0049;
|
|
}
|
|
|
|
IL_001f:
|
|
{
|
|
// if (m_Controls[i].name == path)
|
|
ControlItemU5BU5D_t7798E8B7C7F58B8F6D13B567539CD82E962C7104* L_4 = __this->___m_Controls_11;
|
|
int32_t L_5 = V_0;
|
|
NullCheck(L_4);
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_6;
|
|
L_6 = ControlItem_get_name_m1D0E0FB5B9A155BEDF717F69A57364F89F1292F7_inline(((L_4)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_5))), NULL);
|
|
String_t* L_7 = ___0_path;
|
|
bool L_8;
|
|
L_8 = InternedString_op_Equality_mCF7615B71D1750E8601472328322181802481884(L_6, L_7, NULL);
|
|
if (!L_8)
|
|
{
|
|
goto IL_0045;
|
|
}
|
|
}
|
|
{
|
|
// return m_Controls[i];
|
|
ControlItemU5BU5D_t7798E8B7C7F58B8F6D13B567539CD82E962C7104* L_9 = __this->___m_Controls_11;
|
|
int32_t L_10 = V_0;
|
|
NullCheck(L_9);
|
|
int32_t L_11 = L_10;
|
|
ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD L_12 = (L_9)->GetAt(static_cast<il2cpp_array_size_t>(L_11));
|
|
return L_12;
|
|
}
|
|
|
|
IL_0045:
|
|
{
|
|
// for (var i = 0; i < m_Controls.Length; ++i)
|
|
int32_t L_13 = V_0;
|
|
V_0 = ((int32_t)il2cpp_codegen_add(L_13, 1));
|
|
}
|
|
|
|
IL_0049:
|
|
{
|
|
// for (var i = 0; i < m_Controls.Length; ++i)
|
|
int32_t L_14 = V_0;
|
|
ControlItemU5BU5D_t7798E8B7C7F58B8F6D13B567539CD82E962C7104* L_15 = __this->___m_Controls_11;
|
|
NullCheck(L_15);
|
|
if ((((int32_t)L_14) < ((int32_t)((int32_t)(((RuntimeArray*)L_15)->max_length)))))
|
|
{
|
|
goto IL_001f;
|
|
}
|
|
}
|
|
|
|
IL_0054:
|
|
{
|
|
// throw new KeyNotFoundException($"Cannot find control '{path}' in layout '{name}'");
|
|
String_t* L_16 = ___0_path;
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_17;
|
|
L_17 = InputControlLayout_get_name_m41A7AEAC666D5C2CC75AB1FE2E7D6D7CAB90EA9A_inline(__this, NULL);
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_18 = L_17;
|
|
RuntimeObject* L_19 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735_il2cpp_TypeInfo_var)), &L_18);
|
|
String_t* L_20;
|
|
L_20 = String_Format_mFB7DA489BD99F4670881FF50EC017BFB0A5C0987(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralA49C086DDD716250AA25F8901EE39E2B4E4CD45A)), L_16, L_19, NULL);
|
|
KeyNotFoundException_tCE416EC9BCA9F396A3DFFF86D1B5209BA876079E* L_21 = (KeyNotFoundException_tCE416EC9BCA9F396A3DFFF86D1B5209BA876079E*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&KeyNotFoundException_tCE416EC9BCA9F396A3DFFF86D1B5209BA876079E_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_21);
|
|
KeyNotFoundException__ctor_mBD1D75B73DD5D7C6C72E4F7A021778837B6F2C6B(L_21, L_20, NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_21, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputControlLayout_get_Item_m5DF9A23A4414681E5E6C2D5091A987C6334C16E2_RuntimeMethod_var)));
|
|
}
|
|
}
|
|
// System.Nullable`1<UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem> UnityEngine.InputSystem.Layouts.InputControlLayout::FindControl(UnityEngine.InputSystem.Utilities.InternedString)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Nullable_1_t655AB0D788E9ABDCE6B0F6BF2AADC5C7E35955C4 InputControlLayout_FindControl_m5C2DE01470486CE5D2DC3DFC70FBCEFD74D4C12F (InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D* __this, InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 ___0_path, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1__ctor_m2A8ADF972334AFE0CB6F3D100535A01C4E89F485_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Nullable_1_t655AB0D788E9ABDCE6B0F6BF2AADC5C7E35955C4 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
int32_t V_1 = 0;
|
|
{
|
|
// if (string.IsNullOrEmpty(path))
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_0 = ___0_path;
|
|
String_t* L_1;
|
|
L_1 = InternedString_op_Implicit_m99D80AAE853F54FA2EF2603D020C7454B608D2F6(L_0, NULL);
|
|
bool L_2;
|
|
L_2 = String_IsNullOrEmpty_mEA9E3FB005AC28FE02E69FCF95A7B8456192B478(L_1, NULL);
|
|
if (!L_2)
|
|
{
|
|
goto IL_0018;
|
|
}
|
|
}
|
|
{
|
|
// throw new ArgumentNullException(nameof(path));
|
|
ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_3 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_3);
|
|
ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_3, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralFE79FF373808574898C82AC1320C55C1182FB75A)), NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputControlLayout_FindControl_m5C2DE01470486CE5D2DC3DFC70FBCEFD74D4C12F_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_0018:
|
|
{
|
|
// if (m_Controls == null)
|
|
ControlItemU5BU5D_t7798E8B7C7F58B8F6D13B567539CD82E962C7104* L_4 = __this->___m_Controls_11;
|
|
if (L_4)
|
|
{
|
|
goto IL_002a;
|
|
}
|
|
}
|
|
{
|
|
// return null;
|
|
il2cpp_codegen_initobj((&V_0), sizeof(Nullable_1_t655AB0D788E9ABDCE6B0F6BF2AADC5C7E35955C4));
|
|
Nullable_1_t655AB0D788E9ABDCE6B0F6BF2AADC5C7E35955C4 L_5 = V_0;
|
|
return L_5;
|
|
}
|
|
|
|
IL_002a:
|
|
{
|
|
// for (var i = 0; i < m_Controls.Length; ++i)
|
|
V_1 = 0;
|
|
goto IL_005d;
|
|
}
|
|
|
|
IL_002e:
|
|
{
|
|
// if (m_Controls[i].name == path)
|
|
ControlItemU5BU5D_t7798E8B7C7F58B8F6D13B567539CD82E962C7104* L_6 = __this->___m_Controls_11;
|
|
int32_t L_7 = V_1;
|
|
NullCheck(L_6);
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_8;
|
|
L_8 = ControlItem_get_name_m1D0E0FB5B9A155BEDF717F69A57364F89F1292F7_inline(((L_6)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_7))), NULL);
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_9 = ___0_path;
|
|
bool L_10;
|
|
L_10 = InternedString_op_Equality_m0406355DC90197EF72482719BFC1F046822BABE9(L_8, L_9, NULL);
|
|
if (!L_10)
|
|
{
|
|
goto IL_0059;
|
|
}
|
|
}
|
|
{
|
|
// return m_Controls[i];
|
|
ControlItemU5BU5D_t7798E8B7C7F58B8F6D13B567539CD82E962C7104* L_11 = __this->___m_Controls_11;
|
|
int32_t L_12 = V_1;
|
|
NullCheck(L_11);
|
|
int32_t L_13 = L_12;
|
|
ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD L_14 = (L_11)->GetAt(static_cast<il2cpp_array_size_t>(L_13));
|
|
Nullable_1_t655AB0D788E9ABDCE6B0F6BF2AADC5C7E35955C4 L_15;
|
|
memset((&L_15), 0, sizeof(L_15));
|
|
Nullable_1__ctor_m2A8ADF972334AFE0CB6F3D100535A01C4E89F485((&L_15), L_14, /*hidden argument*/Nullable_1__ctor_m2A8ADF972334AFE0CB6F3D100535A01C4E89F485_RuntimeMethod_var);
|
|
return L_15;
|
|
}
|
|
|
|
IL_0059:
|
|
{
|
|
// for (var i = 0; i < m_Controls.Length; ++i)
|
|
int32_t L_16 = V_1;
|
|
V_1 = ((int32_t)il2cpp_codegen_add(L_16, 1));
|
|
}
|
|
|
|
IL_005d:
|
|
{
|
|
// for (var i = 0; i < m_Controls.Length; ++i)
|
|
int32_t L_17 = V_1;
|
|
ControlItemU5BU5D_t7798E8B7C7F58B8F6D13B567539CD82E962C7104* L_18 = __this->___m_Controls_11;
|
|
NullCheck(L_18);
|
|
if ((((int32_t)L_17) < ((int32_t)((int32_t)(((RuntimeArray*)L_18)->max_length)))))
|
|
{
|
|
goto IL_002e;
|
|
}
|
|
}
|
|
{
|
|
// return null;
|
|
il2cpp_codegen_initobj((&V_0), sizeof(Nullable_1_t655AB0D788E9ABDCE6B0F6BF2AADC5C7E35955C4));
|
|
Nullable_1_t655AB0D788E9ABDCE6B0F6BF2AADC5C7E35955C4 L_19 = V_0;
|
|
return L_19;
|
|
}
|
|
}
|
|
// System.Nullable`1<UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem> UnityEngine.InputSystem.Layouts.InputControlLayout::FindControlIncludingArrayElements(System.String,System.Int32&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Nullable_1_t655AB0D788E9ABDCE6B0F6BF2AADC5C7E35955C4 InputControlLayout_FindControlIncludingArrayElements_mAA21AAFF877E98B2EC06953ACEFFCE4AE686BDE7 (InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D* __this, String_t* ___0_path, int32_t* ___1_arrayIndex, 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*)&Nullable_1__ctor_m2A8ADF972334AFE0CB6F3D100535A01C4E89F485_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
int32_t V_2 = 0;
|
|
Nullable_1_t655AB0D788E9ABDCE6B0F6BF2AADC5C7E35955C4 V_3;
|
|
memset((&V_3), 0, sizeof(V_3));
|
|
int32_t V_4 = 0;
|
|
ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD* V_5 = NULL;
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 V_6;
|
|
memset((&V_6), 0, sizeof(V_6));
|
|
{
|
|
// 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*)&InputControlLayout_FindControlIncludingArrayElements_mAA21AAFF877E98B2EC06953ACEFFCE4AE686BDE7_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_0013:
|
|
{
|
|
// arrayIndex = -1;
|
|
int32_t* L_3 = ___1_arrayIndex;
|
|
*((int32_t*)L_3) = (int32_t)(-1);
|
|
// if (m_Controls == null)
|
|
ControlItemU5BU5D_t7798E8B7C7F58B8F6D13B567539CD82E962C7104* L_4 = __this->___m_Controls_11;
|
|
if (L_4)
|
|
{
|
|
goto IL_0028;
|
|
}
|
|
}
|
|
{
|
|
// return null;
|
|
il2cpp_codegen_initobj((&V_3), sizeof(Nullable_1_t655AB0D788E9ABDCE6B0F6BF2AADC5C7E35955C4));
|
|
Nullable_1_t655AB0D788E9ABDCE6B0F6BF2AADC5C7E35955C4 L_5 = V_3;
|
|
return L_5;
|
|
}
|
|
|
|
IL_0028:
|
|
{
|
|
// var arrayIndexAccumulated = 0;
|
|
V_0 = 0;
|
|
// var lastDigitIndex = path.Length;
|
|
String_t* L_6 = ___0_path;
|
|
NullCheck(L_6);
|
|
int32_t L_7;
|
|
L_7 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_6, NULL);
|
|
V_1 = L_7;
|
|
goto IL_0049;
|
|
}
|
|
|
|
IL_0033:
|
|
{
|
|
// --lastDigitIndex;
|
|
int32_t L_8 = V_1;
|
|
V_1 = ((int32_t)il2cpp_codegen_subtract(L_8, 1));
|
|
// arrayIndexAccumulated *= 10;
|
|
int32_t L_9 = V_0;
|
|
V_0 = ((int32_t)il2cpp_codegen_multiply(L_9, ((int32_t)10)));
|
|
// arrayIndexAccumulated += path[lastDigitIndex] - '0';
|
|
int32_t L_10 = V_0;
|
|
String_t* L_11 = ___0_path;
|
|
int32_t L_12 = V_1;
|
|
NullCheck(L_11);
|
|
Il2CppChar L_13;
|
|
L_13 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_11, L_12, NULL);
|
|
V_0 = ((int32_t)il2cpp_codegen_add(L_10, ((int32_t)il2cpp_codegen_subtract((int32_t)L_13, ((int32_t)48)))));
|
|
}
|
|
|
|
IL_0049:
|
|
{
|
|
// while (lastDigitIndex > 0 && char.IsDigit(path[lastDigitIndex - 1]))
|
|
int32_t L_14 = V_1;
|
|
if ((((int32_t)L_14) <= ((int32_t)0)))
|
|
{
|
|
goto IL_005d;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_15 = ___0_path;
|
|
int32_t L_16 = V_1;
|
|
NullCheck(L_15);
|
|
Il2CppChar L_17;
|
|
L_17 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_15, ((int32_t)il2cpp_codegen_subtract(L_16, 1)), NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var);
|
|
bool L_18;
|
|
L_18 = Char_IsDigit_m8C1A38685D548E89FB8A05525B55261CC8D271B2(L_17, NULL);
|
|
if (L_18)
|
|
{
|
|
goto IL_0033;
|
|
}
|
|
}
|
|
|
|
IL_005d:
|
|
{
|
|
// var arrayNameLength = 0;
|
|
V_2 = 0;
|
|
// if (lastDigitIndex < path.Length && lastDigitIndex > 0) // Protect against name being all digits.
|
|
int32_t L_19 = V_1;
|
|
String_t* L_20 = ___0_path;
|
|
NullCheck(L_20);
|
|
int32_t L_21;
|
|
L_21 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_20, NULL);
|
|
if ((((int32_t)L_19) >= ((int32_t)L_21)))
|
|
{
|
|
goto IL_006e;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_22 = V_1;
|
|
if ((((int32_t)L_22) <= ((int32_t)0)))
|
|
{
|
|
goto IL_006e;
|
|
}
|
|
}
|
|
{
|
|
// arrayNameLength = lastDigitIndex;
|
|
int32_t L_23 = V_1;
|
|
V_2 = L_23;
|
|
}
|
|
|
|
IL_006e:
|
|
{
|
|
// for (var i = 0; i < m_Controls.Length; ++i)
|
|
V_4 = 0;
|
|
goto IL_00ff;
|
|
}
|
|
|
|
IL_0076:
|
|
{
|
|
// ref var control = ref m_Controls[i];
|
|
ControlItemU5BU5D_t7798E8B7C7F58B8F6D13B567539CD82E962C7104* L_24 = __this->___m_Controls_11;
|
|
int32_t L_25 = V_4;
|
|
NullCheck(L_24);
|
|
V_5 = ((L_24)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_25)));
|
|
// if (string.Compare(control.name, path, StringComparison.InvariantCultureIgnoreCase) == 0)
|
|
ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD* L_26 = V_5;
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_27;
|
|
L_27 = ControlItem_get_name_m1D0E0FB5B9A155BEDF717F69A57364F89F1292F7_inline(L_26, NULL);
|
|
String_t* L_28;
|
|
L_28 = InternedString_op_Implicit_m99D80AAE853F54FA2EF2603D020C7454B608D2F6(L_27, NULL);
|
|
String_t* L_29 = ___0_path;
|
|
int32_t L_30;
|
|
L_30 = String_Compare_mB21E4512DAFACE027D2DD3FE75DD6E69CE315009(L_28, L_29, 3, NULL);
|
|
if (L_30)
|
|
{
|
|
goto IL_00a7;
|
|
}
|
|
}
|
|
{
|
|
// return control;
|
|
ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD* L_31 = V_5;
|
|
ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD L_32 = (*(ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD*)L_31);
|
|
Nullable_1_t655AB0D788E9ABDCE6B0F6BF2AADC5C7E35955C4 L_33;
|
|
memset((&L_33), 0, sizeof(L_33));
|
|
Nullable_1__ctor_m2A8ADF972334AFE0CB6F3D100535A01C4E89F485((&L_33), L_32, /*hidden argument*/Nullable_1__ctor_m2A8ADF972334AFE0CB6F3D100535A01C4E89F485_RuntimeMethod_var);
|
|
return L_33;
|
|
}
|
|
|
|
IL_00a7:
|
|
{
|
|
// if (control.isArray && arrayNameLength > 0 && arrayNameLength == control.name.length &&
|
|
// string.Compare(control.name.ToString(), 0, path, 0, arrayNameLength,
|
|
// StringComparison.InvariantCultureIgnoreCase) == 0)
|
|
ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD* L_34 = V_5;
|
|
bool L_35;
|
|
L_35 = ControlItem_get_isArray_m64A6E8C58A4D71B7F0E7B5CBF4BF76CC262FA2DD(L_34, NULL);
|
|
if (!L_35)
|
|
{
|
|
goto IL_00f9;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_36 = V_2;
|
|
if ((((int32_t)L_36) <= ((int32_t)0)))
|
|
{
|
|
goto IL_00f9;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_37 = V_2;
|
|
ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD* L_38 = V_5;
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_39;
|
|
L_39 = ControlItem_get_name_m1D0E0FB5B9A155BEDF717F69A57364F89F1292F7_inline(L_38, NULL);
|
|
V_6 = L_39;
|
|
int32_t L_40;
|
|
L_40 = InternedString_get_length_m4C5C8B69056154F3B5CF7D696A9D72803FC3FAFD((&V_6), NULL);
|
|
if ((!(((uint32_t)L_37) == ((uint32_t)L_40))))
|
|
{
|
|
goto IL_00f9;
|
|
}
|
|
}
|
|
{
|
|
ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD* L_41 = V_5;
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_42;
|
|
L_42 = ControlItem_get_name_m1D0E0FB5B9A155BEDF717F69A57364F89F1292F7_inline(L_41, NULL);
|
|
V_6 = L_42;
|
|
String_t* L_43;
|
|
L_43 = InternedString_ToString_mED327D67EF001C5EDFF284336F13C3E3F025993A((&V_6), NULL);
|
|
String_t* L_44 = ___0_path;
|
|
int32_t L_45 = V_2;
|
|
int32_t L_46;
|
|
L_46 = String_Compare_m68FBA6075A0142439B0249D884863356D99090CF(L_43, 0, L_44, 0, L_45, 3, NULL);
|
|
if (L_46)
|
|
{
|
|
goto IL_00f9;
|
|
}
|
|
}
|
|
{
|
|
// arrayIndex = arrayIndexAccumulated;
|
|
int32_t* L_47 = ___1_arrayIndex;
|
|
int32_t L_48 = V_0;
|
|
*((int32_t*)L_47) = (int32_t)L_48;
|
|
// return control;
|
|
ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD* L_49 = V_5;
|
|
ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD L_50 = (*(ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD*)L_49);
|
|
Nullable_1_t655AB0D788E9ABDCE6B0F6BF2AADC5C7E35955C4 L_51;
|
|
memset((&L_51), 0, sizeof(L_51));
|
|
Nullable_1__ctor_m2A8ADF972334AFE0CB6F3D100535A01C4E89F485((&L_51), L_50, /*hidden argument*/Nullable_1__ctor_m2A8ADF972334AFE0CB6F3D100535A01C4E89F485_RuntimeMethod_var);
|
|
return L_51;
|
|
}
|
|
|
|
IL_00f9:
|
|
{
|
|
// for (var i = 0; i < m_Controls.Length; ++i)
|
|
int32_t L_52 = V_4;
|
|
V_4 = ((int32_t)il2cpp_codegen_add(L_52, 1));
|
|
}
|
|
|
|
IL_00ff:
|
|
{
|
|
// for (var i = 0; i < m_Controls.Length; ++i)
|
|
int32_t L_53 = V_4;
|
|
ControlItemU5BU5D_t7798E8B7C7F58B8F6D13B567539CD82E962C7104* L_54 = __this->___m_Controls_11;
|
|
NullCheck(L_54);
|
|
if ((((int32_t)L_53) < ((int32_t)((int32_t)(((RuntimeArray*)L_54)->max_length)))))
|
|
{
|
|
goto IL_0076;
|
|
}
|
|
}
|
|
{
|
|
// return null;
|
|
il2cpp_codegen_initobj((&V_3), sizeof(Nullable_1_t655AB0D788E9ABDCE6B0F6BF2AADC5C7E35955C4));
|
|
Nullable_1_t655AB0D788E9ABDCE6B0F6BF2AADC5C7E35955C4 L_55 = V_3;
|
|
return L_55;
|
|
}
|
|
}
|
|
// System.Type UnityEngine.InputSystem.Layouts.InputControlLayout::GetValueType()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* InputControlLayout_GetValueType_mABA1A9BF110B2652D423DF92B17E5D36DE6B40BE (InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputControl_1_t93477CD4642D011DE3280D8E720C035E45409516_0_0_0_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// return TypeHelpers.GetGenericTypeArgumentFromHierarchy(type, typeof(InputControl<>), 0);
|
|
Type_t* L_0;
|
|
L_0 = InputControlLayout_get_type_mB36B8AAE50EB013820BFB388233F4BCC6AD419B3_inline(__this, NULL);
|
|
RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_1 = { reinterpret_cast<intptr_t> (InputControl_1_t93477CD4642D011DE3280D8E720C035E45409516_0_0_0_var) };
|
|
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
|
|
Type_t* L_2;
|
|
L_2 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_1, NULL);
|
|
Type_t* L_3;
|
|
L_3 = TypeHelpers_GetGenericTypeArgumentFromHierarchy_m9CE3EA9B8DFBBBC2BD6BFB81B4D66FB6922C089C(L_0, L_2, 0, NULL);
|
|
return L_3;
|
|
}
|
|
}
|
|
// UnityEngine.InputSystem.Layouts.InputControlLayout UnityEngine.InputSystem.Layouts.InputControlLayout::FromType(System.String,System.Type)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D* InputControlLayout_FromType_m3D19149D1F8A5DA54CA81ED88CB1E91FCD81D2F8 (String_t* ___0_name, Type_t* ___1_type, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArrayHelpers_Select_TisString_t_TisInternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735_m6238A67931E7F7F2A44868316C7EEA0B6989A1A4_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CustomAttributeExtensions_GetCustomAttribute_TisInputControlLayoutAttribute_tB220062778EF9614EA4BA4E5A35520EEA17C21D7_mEE8C66FCFBEDDB802DACFEE6FB13761A5D6B76E1_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_2_tCB627F464F4D6382DEE25046EA94646523308FE1_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IInputStateTypeInfo_t9A4256AAE65604871428FB37036AE42E053D9368_0_0_0_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IInputStateTypeInfo_t9A4256AAE65604871428FB37036AE42E053D9368_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_ToArray_m00CA5FB91CDA6365D58E28447BF529B32FE5AFE1_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_mA682012E5951D6B004135D22C6B4B2D7D593990E_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_tBF847DD77CE898FDD304012AB5DFBFC15986D8F7_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_U3CFromTypeU3Eb__52_0_mB2EEBBABB4242277AD5DD367BA0FE8F90FA151F2_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_t2FC53E156FFD93CC20E0C54722DB6F0050D22EB7_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
List_1_tBF847DD77CE898FDD304012AB5DFBFC15986D8F7* V_0 = NULL;
|
|
InputControlLayoutAttribute_tB220062778EF9614EA4BA4E5A35520EEA17C21D7* V_1 = NULL;
|
|
FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 V_3;
|
|
memset((&V_3), 0, sizeof(V_3));
|
|
InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D* V_4 = NULL;
|
|
Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01 V_5;
|
|
memset((&V_5), 0, sizeof(V_5));
|
|
InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D* G_B12_0 = NULL;
|
|
InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D* G_B12_1 = NULL;
|
|
InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D* G_B11_0 = NULL;
|
|
InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D* G_B11_1 = NULL;
|
|
Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01 G_B13_0;
|
|
memset((&G_B13_0), 0, sizeof(G_B13_0));
|
|
InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D* G_B13_1 = NULL;
|
|
InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D* G_B13_2 = NULL;
|
|
InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D* G_B15_0 = NULL;
|
|
InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D* G_B15_1 = NULL;
|
|
InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D* G_B14_0 = NULL;
|
|
InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D* G_B14_1 = NULL;
|
|
int32_t G_B16_0 = 0;
|
|
InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D* G_B16_1 = NULL;
|
|
InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D* G_B16_2 = NULL;
|
|
InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D* G_B18_0 = NULL;
|
|
InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D* G_B18_1 = NULL;
|
|
InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D* G_B17_0 = NULL;
|
|
InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D* G_B17_1 = NULL;
|
|
int32_t G_B19_0 = 0;
|
|
InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D* G_B19_1 = NULL;
|
|
InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D* G_B19_2 = NULL;
|
|
InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D* G_B21_0 = NULL;
|
|
InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D* G_B21_1 = NULL;
|
|
InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D* G_B20_0 = NULL;
|
|
InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D* G_B20_1 = NULL;
|
|
String_t* G_B22_0 = NULL;
|
|
InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D* G_B22_1 = NULL;
|
|
InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D* G_B22_2 = NULL;
|
|
InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D* G_B24_0 = NULL;
|
|
InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D* G_B24_1 = NULL;
|
|
InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D* G_B23_0 = NULL;
|
|
InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D* G_B23_1 = NULL;
|
|
String_t* G_B25_0 = NULL;
|
|
InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D* G_B25_1 = NULL;
|
|
InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D* G_B25_2 = NULL;
|
|
InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D* G_B27_0 = NULL;
|
|
InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D* G_B27_1 = NULL;
|
|
InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D* G_B26_0 = NULL;
|
|
InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D* G_B26_1 = NULL;
|
|
Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01 G_B28_0;
|
|
memset((&G_B28_0), 0, sizeof(G_B28_0));
|
|
InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D* G_B28_1 = NULL;
|
|
InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D* G_B28_2 = NULL;
|
|
InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D* G_B30_0 = NULL;
|
|
InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D* G_B30_1 = NULL;
|
|
InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D* G_B29_0 = NULL;
|
|
InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D* G_B29_1 = NULL;
|
|
int32_t G_B31_0 = 0;
|
|
InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D* G_B31_1 = NULL;
|
|
InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D* G_B31_2 = NULL;
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* G_B34_0 = NULL;
|
|
Func_2_tCB627F464F4D6382DEE25046EA94646523308FE1* G_B37_0 = NULL;
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* G_B37_1 = NULL;
|
|
InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D* G_B37_2 = NULL;
|
|
Func_2_tCB627F464F4D6382DEE25046EA94646523308FE1* G_B36_0 = NULL;
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* G_B36_1 = NULL;
|
|
InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D* G_B36_2 = NULL;
|
|
{
|
|
// var controlLayouts = new List<ControlItem>();
|
|
List_1_tBF847DD77CE898FDD304012AB5DFBFC15986D8F7* L_0 = (List_1_tBF847DD77CE898FDD304012AB5DFBFC15986D8F7*)il2cpp_codegen_object_new(List_1_tBF847DD77CE898FDD304012AB5DFBFC15986D8F7_il2cpp_TypeInfo_var);
|
|
NullCheck(L_0);
|
|
List_1__ctor_mA682012E5951D6B004135D22C6B4B2D7D593990E(L_0, List_1__ctor_mA682012E5951D6B004135D22C6B4B2D7D593990E_RuntimeMethod_var);
|
|
V_0 = L_0;
|
|
// var layoutAttribute = type.GetCustomAttribute<InputControlLayoutAttribute>(true);
|
|
Type_t* L_1 = ___1_type;
|
|
InputControlLayoutAttribute_tB220062778EF9614EA4BA4E5A35520EEA17C21D7* L_2;
|
|
L_2 = CustomAttributeExtensions_GetCustomAttribute_TisInputControlLayoutAttribute_tB220062778EF9614EA4BA4E5A35520EEA17C21D7_mEE8C66FCFBEDDB802DACFEE6FB13761A5D6B76E1(L_1, (bool)1, CustomAttributeExtensions_GetCustomAttribute_TisInputControlLayoutAttribute_tB220062778EF9614EA4BA4E5A35520EEA17C21D7_mEE8C66FCFBEDDB802DACFEE6FB13761A5D6B76E1_RuntimeMethod_var);
|
|
V_1 = L_2;
|
|
// var stateFormat = new FourCC();
|
|
il2cpp_codegen_initobj((&V_2), sizeof(FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED));
|
|
// if (layoutAttribute != null && layoutAttribute.stateType != null)
|
|
InputControlLayoutAttribute_tB220062778EF9614EA4BA4E5A35520EEA17C21D7* L_3 = V_1;
|
|
if (!L_3)
|
|
{
|
|
goto IL_0063;
|
|
}
|
|
}
|
|
{
|
|
InputControlLayoutAttribute_tB220062778EF9614EA4BA4E5A35520EEA17C21D7* L_4 = V_1;
|
|
NullCheck(L_4);
|
|
Type_t* L_5;
|
|
L_5 = InputControlLayoutAttribute_get_stateType_m0433BD1DAE77F2B64FEBCA3427B5B1F19167A1D3_inline(L_4, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
|
|
bool L_6;
|
|
L_6 = Type_op_Inequality_m83209C7BB3C05DFBEA3B6199B0BEFE8037301172(L_5, (Type_t*)NULL, NULL);
|
|
if (!L_6)
|
|
{
|
|
goto IL_0063;
|
|
}
|
|
}
|
|
{
|
|
// AddControlItems(layoutAttribute.stateType, controlLayouts, name);
|
|
InputControlLayoutAttribute_tB220062778EF9614EA4BA4E5A35520EEA17C21D7* L_7 = V_1;
|
|
NullCheck(L_7);
|
|
Type_t* L_8;
|
|
L_8 = InputControlLayoutAttribute_get_stateType_m0433BD1DAE77F2B64FEBCA3427B5B1F19167A1D3_inline(L_7, NULL);
|
|
List_1_tBF847DD77CE898FDD304012AB5DFBFC15986D8F7* L_9 = V_0;
|
|
String_t* L_10 = ___0_name;
|
|
il2cpp_codegen_runtime_class_init_inline(InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D_il2cpp_TypeInfo_var);
|
|
InputControlLayout_AddControlItems_m1BC41DEF3BAD2E071D59C36C287BE8C1A3C5D26A(L_8, L_9, L_10, NULL);
|
|
// if (typeof(IInputStateTypeInfo).IsAssignableFrom(layoutAttribute.stateType))
|
|
RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_11 = { reinterpret_cast<intptr_t> (IInputStateTypeInfo_t9A4256AAE65604871428FB37036AE42E053D9368_0_0_0_var) };
|
|
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
|
|
Type_t* L_12;
|
|
L_12 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_11, NULL);
|
|
InputControlLayoutAttribute_tB220062778EF9614EA4BA4E5A35520EEA17C21D7* L_13 = V_1;
|
|
NullCheck(L_13);
|
|
Type_t* L_14;
|
|
L_14 = InputControlLayoutAttribute_get_stateType_m0433BD1DAE77F2B64FEBCA3427B5B1F19167A1D3_inline(L_13, NULL);
|
|
NullCheck(L_12);
|
|
bool L_15;
|
|
L_15 = VirtualFuncInvoker1< bool, Type_t* >::Invoke(22 /* System.Boolean System.Type::IsAssignableFrom(System.Type) */, L_12, L_14);
|
|
if (!L_15)
|
|
{
|
|
goto IL_006b;
|
|
}
|
|
}
|
|
{
|
|
// stateFormat = ((IInputStateTypeInfo)Activator.CreateInstance(layoutAttribute.stateType)).format;
|
|
InputControlLayoutAttribute_tB220062778EF9614EA4BA4E5A35520EEA17C21D7* L_16 = V_1;
|
|
NullCheck(L_16);
|
|
Type_t* L_17;
|
|
L_17 = InputControlLayoutAttribute_get_stateType_m0433BD1DAE77F2B64FEBCA3427B5B1F19167A1D3_inline(L_16, NULL);
|
|
RuntimeObject* L_18;
|
|
L_18 = Activator_CreateInstance_mFF030428C64FDDFACC74DFAC97388A1C628BFBCF(L_17, NULL);
|
|
NullCheck(((RuntimeObject*)Castclass((RuntimeObject*)L_18, IInputStateTypeInfo_t9A4256AAE65604871428FB37036AE42E053D9368_il2cpp_TypeInfo_var)));
|
|
FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_19;
|
|
L_19 = InterfaceFuncInvoker0< FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED >::Invoke(0 /* UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.LowLevel.IInputStateTypeInfo::get_format() */, IInputStateTypeInfo_t9A4256AAE65604871428FB37036AE42E053D9368_il2cpp_TypeInfo_var, ((RuntimeObject*)Castclass((RuntimeObject*)L_18, IInputStateTypeInfo_t9A4256AAE65604871428FB37036AE42E053D9368_il2cpp_TypeInfo_var)));
|
|
V_2 = L_19;
|
|
goto IL_006b;
|
|
}
|
|
|
|
IL_0063:
|
|
{
|
|
// AddControlItems(type, controlLayouts, name);
|
|
Type_t* L_20 = ___1_type;
|
|
List_1_tBF847DD77CE898FDD304012AB5DFBFC15986D8F7* L_21 = V_0;
|
|
String_t* L_22 = ___0_name;
|
|
il2cpp_codegen_runtime_class_init_inline(InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D_il2cpp_TypeInfo_var);
|
|
InputControlLayout_AddControlItems_m1BC41DEF3BAD2E071D59C36C287BE8C1A3C5D26A(L_20, L_21, L_22, NULL);
|
|
}
|
|
|
|
IL_006b:
|
|
{
|
|
// if (layoutAttribute != null && !string.IsNullOrEmpty(layoutAttribute.stateFormat))
|
|
InputControlLayoutAttribute_tB220062778EF9614EA4BA4E5A35520EEA17C21D7* L_23 = V_1;
|
|
if (!L_23)
|
|
{
|
|
goto IL_0088;
|
|
}
|
|
}
|
|
{
|
|
InputControlLayoutAttribute_tB220062778EF9614EA4BA4E5A35520EEA17C21D7* L_24 = V_1;
|
|
NullCheck(L_24);
|
|
String_t* L_25;
|
|
L_25 = InputControlLayoutAttribute_get_stateFormat_m614344B43A8F87397426753A88F5AD7D299DB440_inline(L_24, NULL);
|
|
bool L_26;
|
|
L_26 = String_IsNullOrEmpty_mEA9E3FB005AC28FE02E69FCF95A7B8456192B478(L_25, NULL);
|
|
if (L_26)
|
|
{
|
|
goto IL_0088;
|
|
}
|
|
}
|
|
{
|
|
// stateFormat = new FourCC(layoutAttribute.stateFormat);
|
|
InputControlLayoutAttribute_tB220062778EF9614EA4BA4E5A35520EEA17C21D7* L_27 = V_1;
|
|
NullCheck(L_27);
|
|
String_t* L_28;
|
|
L_28 = InputControlLayoutAttribute_get_stateFormat_m614344B43A8F87397426753A88F5AD7D299DB440_inline(L_27, NULL);
|
|
FourCC__ctor_m305163ED105CA8143DBB6D7D31A77124105B8201((&V_2), L_28, NULL);
|
|
}
|
|
|
|
IL_0088:
|
|
{
|
|
// var variants = new InternedString();
|
|
il2cpp_codegen_initobj((&V_3), sizeof(InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735));
|
|
// if (layoutAttribute != null)
|
|
InputControlLayoutAttribute_tB220062778EF9614EA4BA4E5A35520EEA17C21D7* L_29 = V_1;
|
|
if (!L_29)
|
|
{
|
|
goto IL_00a0;
|
|
}
|
|
}
|
|
{
|
|
// variants = new InternedString(layoutAttribute.variants);
|
|
InputControlLayoutAttribute_tB220062778EF9614EA4BA4E5A35520EEA17C21D7* L_30 = V_1;
|
|
NullCheck(L_30);
|
|
String_t* L_31;
|
|
L_31 = InputControlLayoutAttribute_get_variants_mC2EA0619AEB09CBD42DB57FB3B7CBD0DF68B3F0E_inline(L_30, NULL);
|
|
InternedString__ctor_m2E9672D46D84C82F705DE799CE8B6123EB95E935((&V_3), L_31, NULL);
|
|
}
|
|
|
|
IL_00a0:
|
|
{
|
|
// var layout = new InputControlLayout(name, type)
|
|
// {
|
|
// m_Controls = controlLayouts.ToArray(),
|
|
// m_StateFormat = stateFormat,
|
|
// m_Variants = variants,
|
|
// m_UpdateBeforeRender = layoutAttribute?.updateBeforeRenderInternal,
|
|
// isGenericTypeOfDevice = layoutAttribute?.isGenericTypeOfDevice ?? false,
|
|
// hideInUI = layoutAttribute?.hideInUI ?? false,
|
|
// m_Description = layoutAttribute?.description,
|
|
// m_DisplayName = layoutAttribute?.displayName,
|
|
// canRunInBackground = layoutAttribute?.canRunInBackgroundInternal,
|
|
// isNoisy = layoutAttribute?.isNoisy ?? false
|
|
// };
|
|
String_t* L_32 = ___0_name;
|
|
Type_t* L_33 = ___1_type;
|
|
InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D* L_34 = (InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D*)il2cpp_codegen_object_new(InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D_il2cpp_TypeInfo_var);
|
|
NullCheck(L_34);
|
|
InputControlLayout__ctor_m5F434E0B4DD5712CFA1547371EB799303C99ACC8(L_34, L_32, L_33, NULL);
|
|
InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D* L_35 = L_34;
|
|
List_1_tBF847DD77CE898FDD304012AB5DFBFC15986D8F7* L_36 = V_0;
|
|
NullCheck(L_36);
|
|
ControlItemU5BU5D_t7798E8B7C7F58B8F6D13B567539CD82E962C7104* L_37;
|
|
L_37 = List_1_ToArray_m00CA5FB91CDA6365D58E28447BF529B32FE5AFE1(L_36, List_1_ToArray_m00CA5FB91CDA6365D58E28447BF529B32FE5AFE1_RuntimeMethod_var);
|
|
NullCheck(L_35);
|
|
L_35->___m_Controls_11 = L_37;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_35->___m_Controls_11), (void*)L_37);
|
|
InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D* L_38 = L_35;
|
|
FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_39 = V_2;
|
|
NullCheck(L_38);
|
|
L_38->___m_StateFormat_5 = L_39;
|
|
InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D* L_40 = L_38;
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_41 = V_3;
|
|
NullCheck(L_40);
|
|
L_40->___m_Variants_4 = L_41;
|
|
Il2CppCodeGenWriteBarrier((void**)&(((&L_40->___m_Variants_4))->___m_StringOriginalCase_0), (void*)NULL);
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&(((&L_40->___m_Variants_4))->___m_StringLowerCase_1), (void*)NULL);
|
|
#endif
|
|
InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D* L_42 = L_40;
|
|
InputControlLayoutAttribute_tB220062778EF9614EA4BA4E5A35520EEA17C21D7* L_43 = V_1;
|
|
G_B11_0 = L_42;
|
|
G_B11_1 = L_42;
|
|
if (L_43)
|
|
{
|
|
G_B12_0 = L_42;
|
|
G_B12_1 = L_42;
|
|
goto IL_00d1;
|
|
}
|
|
}
|
|
{
|
|
il2cpp_codegen_initobj((&V_5), sizeof(Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01));
|
|
Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01 L_44 = V_5;
|
|
G_B13_0 = L_44;
|
|
G_B13_1 = G_B11_0;
|
|
G_B13_2 = G_B11_1;
|
|
goto IL_00d7;
|
|
}
|
|
|
|
IL_00d1:
|
|
{
|
|
InputControlLayoutAttribute_tB220062778EF9614EA4BA4E5A35520EEA17C21D7* L_45 = V_1;
|
|
NullCheck(L_45);
|
|
Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01 L_46 = L_45->___updateBeforeRenderInternal_6;
|
|
G_B13_0 = L_46;
|
|
G_B13_1 = G_B12_0;
|
|
G_B13_2 = G_B12_1;
|
|
}
|
|
|
|
IL_00d7:
|
|
{
|
|
NullCheck(G_B13_1);
|
|
G_B13_1->___m_UpdateBeforeRender_7 = G_B13_0;
|
|
InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D* L_47 = G_B13_2;
|
|
InputControlLayoutAttribute_tB220062778EF9614EA4BA4E5A35520EEA17C21D7* L_48 = V_1;
|
|
G_B14_0 = L_47;
|
|
G_B14_1 = L_47;
|
|
if (L_48)
|
|
{
|
|
G_B15_0 = L_47;
|
|
G_B15_1 = L_47;
|
|
goto IL_00e3;
|
|
}
|
|
}
|
|
{
|
|
G_B16_0 = 0;
|
|
G_B16_1 = G_B14_0;
|
|
G_B16_2 = G_B14_1;
|
|
goto IL_00e9;
|
|
}
|
|
|
|
IL_00e3:
|
|
{
|
|
InputControlLayoutAttribute_tB220062778EF9614EA4BA4E5A35520EEA17C21D7* L_49 = V_1;
|
|
NullCheck(L_49);
|
|
bool L_50;
|
|
L_50 = InputControlLayoutAttribute_get_isGenericTypeOfDevice_mD93EF479A6FE565A6BCE6D8D6402387CFFC1366E_inline(L_49, NULL);
|
|
G_B16_0 = ((int32_t)(L_50));
|
|
G_B16_1 = G_B15_0;
|
|
G_B16_2 = G_B15_1;
|
|
}
|
|
|
|
IL_00e9:
|
|
{
|
|
NullCheck(G_B16_1);
|
|
InputControlLayout_set_isGenericTypeOfDevice_mF23282B5AF62BC132A31DEF6487EE22A1F7CC03B(G_B16_1, (bool)G_B16_0, NULL);
|
|
InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D* L_51 = G_B16_2;
|
|
InputControlLayoutAttribute_tB220062778EF9614EA4BA4E5A35520EEA17C21D7* L_52 = V_1;
|
|
G_B17_0 = L_51;
|
|
G_B17_1 = L_51;
|
|
if (L_52)
|
|
{
|
|
G_B18_0 = L_51;
|
|
G_B18_1 = L_51;
|
|
goto IL_00f5;
|
|
}
|
|
}
|
|
{
|
|
G_B19_0 = 0;
|
|
G_B19_1 = G_B17_0;
|
|
G_B19_2 = G_B17_1;
|
|
goto IL_00fb;
|
|
}
|
|
|
|
IL_00f5:
|
|
{
|
|
InputControlLayoutAttribute_tB220062778EF9614EA4BA4E5A35520EEA17C21D7* L_53 = V_1;
|
|
NullCheck(L_53);
|
|
bool L_54;
|
|
L_54 = InputControlLayoutAttribute_get_hideInUI_mBB73ECDB0F7D22EC23351EA62D0D73D813544D87_inline(L_53, NULL);
|
|
G_B19_0 = ((int32_t)(L_54));
|
|
G_B19_1 = G_B18_0;
|
|
G_B19_2 = G_B18_1;
|
|
}
|
|
|
|
IL_00fb:
|
|
{
|
|
NullCheck(G_B19_1);
|
|
InputControlLayout_set_hideInUI_mAD5C391E136CA9398427180D894D439A86D4C8B4(G_B19_1, (bool)G_B19_0, NULL);
|
|
InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D* L_55 = G_B19_2;
|
|
InputControlLayoutAttribute_tB220062778EF9614EA4BA4E5A35520EEA17C21D7* L_56 = V_1;
|
|
G_B20_0 = L_55;
|
|
G_B20_1 = L_55;
|
|
if (L_56)
|
|
{
|
|
G_B21_0 = L_55;
|
|
G_B21_1 = L_55;
|
|
goto IL_0107;
|
|
}
|
|
}
|
|
{
|
|
G_B22_0 = ((String_t*)(NULL));
|
|
G_B22_1 = G_B20_0;
|
|
G_B22_2 = G_B20_1;
|
|
goto IL_010d;
|
|
}
|
|
|
|
IL_0107:
|
|
{
|
|
InputControlLayoutAttribute_tB220062778EF9614EA4BA4E5A35520EEA17C21D7* L_57 = V_1;
|
|
NullCheck(L_57);
|
|
String_t* L_58;
|
|
L_58 = InputControlLayoutAttribute_get_description_m1478E6F0750F6BA4D98D616F5F4EAC7762CD86B6_inline(L_57, NULL);
|
|
G_B22_0 = L_58;
|
|
G_B22_1 = G_B21_0;
|
|
G_B22_2 = G_B21_1;
|
|
}
|
|
|
|
IL_010d:
|
|
{
|
|
NullCheck(G_B22_1);
|
|
G_B22_1->___m_Description_13 = G_B22_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&G_B22_1->___m_Description_13), (void*)G_B22_0);
|
|
InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D* L_59 = G_B22_2;
|
|
InputControlLayoutAttribute_tB220062778EF9614EA4BA4E5A35520EEA17C21D7* L_60 = V_1;
|
|
G_B23_0 = L_59;
|
|
G_B23_1 = L_59;
|
|
if (L_60)
|
|
{
|
|
G_B24_0 = L_59;
|
|
G_B24_1 = L_59;
|
|
goto IL_0119;
|
|
}
|
|
}
|
|
{
|
|
G_B25_0 = ((String_t*)(NULL));
|
|
G_B25_1 = G_B23_0;
|
|
G_B25_2 = G_B23_1;
|
|
goto IL_011f;
|
|
}
|
|
|
|
IL_0119:
|
|
{
|
|
InputControlLayoutAttribute_tB220062778EF9614EA4BA4E5A35520EEA17C21D7* L_61 = V_1;
|
|
NullCheck(L_61);
|
|
String_t* L_62;
|
|
L_62 = InputControlLayoutAttribute_get_displayName_mAAF24C1247D109A50D436F631BE94E8BC769965D_inline(L_61, NULL);
|
|
G_B25_0 = L_62;
|
|
G_B25_1 = G_B24_0;
|
|
G_B25_2 = G_B24_1;
|
|
}
|
|
|
|
IL_011f:
|
|
{
|
|
NullCheck(G_B25_1);
|
|
G_B25_1->___m_DisplayName_12 = G_B25_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&G_B25_1->___m_DisplayName_12), (void*)G_B25_0);
|
|
InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D* L_63 = G_B25_2;
|
|
InputControlLayoutAttribute_tB220062778EF9614EA4BA4E5A35520EEA17C21D7* L_64 = V_1;
|
|
G_B26_0 = L_63;
|
|
G_B26_1 = L_63;
|
|
if (L_64)
|
|
{
|
|
G_B27_0 = L_63;
|
|
G_B27_1 = L_63;
|
|
goto IL_0134;
|
|
}
|
|
}
|
|
{
|
|
il2cpp_codegen_initobj((&V_5), sizeof(Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01));
|
|
Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01 L_65 = V_5;
|
|
G_B28_0 = L_65;
|
|
G_B28_1 = G_B26_0;
|
|
G_B28_2 = G_B26_1;
|
|
goto IL_013a;
|
|
}
|
|
|
|
IL_0134:
|
|
{
|
|
InputControlLayoutAttribute_tB220062778EF9614EA4BA4E5A35520EEA17C21D7* L_66 = V_1;
|
|
NullCheck(L_66);
|
|
Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01 L_67 = L_66->___canRunInBackgroundInternal_5;
|
|
G_B28_0 = L_67;
|
|
G_B28_1 = G_B27_0;
|
|
G_B28_2 = G_B27_1;
|
|
}
|
|
|
|
IL_013a:
|
|
{
|
|
NullCheck(G_B28_1);
|
|
InputControlLayout_set_canRunInBackground_m22D48D58150C3803227AC74BF023024D62CD9D1F(G_B28_1, G_B28_0, NULL);
|
|
InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D* L_68 = G_B28_2;
|
|
InputControlLayoutAttribute_tB220062778EF9614EA4BA4E5A35520EEA17C21D7* L_69 = V_1;
|
|
G_B29_0 = L_68;
|
|
G_B29_1 = L_68;
|
|
if (L_69)
|
|
{
|
|
G_B30_0 = L_68;
|
|
G_B30_1 = L_68;
|
|
goto IL_0146;
|
|
}
|
|
}
|
|
{
|
|
G_B31_0 = 0;
|
|
G_B31_1 = G_B29_0;
|
|
G_B31_2 = G_B29_1;
|
|
goto IL_014c;
|
|
}
|
|
|
|
IL_0146:
|
|
{
|
|
InputControlLayoutAttribute_tB220062778EF9614EA4BA4E5A35520EEA17C21D7* L_70 = V_1;
|
|
NullCheck(L_70);
|
|
bool L_71;
|
|
L_71 = InputControlLayoutAttribute_get_isNoisy_mD5DCAE62CB65913C43056EBB8DA91D0BCBB8DD46_inline(L_70, NULL);
|
|
G_B31_0 = ((int32_t)(L_71));
|
|
G_B31_1 = G_B30_0;
|
|
G_B31_2 = G_B30_1;
|
|
}
|
|
|
|
IL_014c:
|
|
{
|
|
NullCheck(G_B31_1);
|
|
InputControlLayout_set_isNoisy_mCAA54D7092302016F7A17C8E850F5F4103885EF2(G_B31_1, (bool)G_B31_0, NULL);
|
|
V_4 = G_B31_2;
|
|
// if (layoutAttribute?.commonUsages != null)
|
|
InputControlLayoutAttribute_tB220062778EF9614EA4BA4E5A35520EEA17C21D7* L_72 = V_1;
|
|
if (L_72)
|
|
{
|
|
goto IL_0159;
|
|
}
|
|
}
|
|
{
|
|
G_B34_0 = ((StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)(NULL));
|
|
goto IL_015f;
|
|
}
|
|
|
|
IL_0159:
|
|
{
|
|
InputControlLayoutAttribute_tB220062778EF9614EA4BA4E5A35520EEA17C21D7* L_73 = V_1;
|
|
NullCheck(L_73);
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_74;
|
|
L_74 = InputControlLayoutAttribute_get_commonUsages_m429504C8A4BB52F5F7285B30370AF5325CF802EA_inline(L_73, NULL);
|
|
G_B34_0 = L_74;
|
|
}
|
|
|
|
IL_015f:
|
|
{
|
|
if (!G_B34_0)
|
|
{
|
|
goto IL_0192;
|
|
}
|
|
}
|
|
{
|
|
// layout.m_CommonUsages =
|
|
// ArrayHelpers.Select(layoutAttribute.commonUsages, x => new InternedString(x));
|
|
InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D* L_75 = V_4;
|
|
InputControlLayoutAttribute_tB220062778EF9614EA4BA4E5A35520EEA17C21D7* L_76 = V_1;
|
|
NullCheck(L_76);
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_77;
|
|
L_77 = InputControlLayoutAttribute_get_commonUsages_m429504C8A4BB52F5F7285B30370AF5325CF802EA_inline(L_76, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_t2FC53E156FFD93CC20E0C54722DB6F0050D22EB7_il2cpp_TypeInfo_var);
|
|
Func_2_tCB627F464F4D6382DEE25046EA94646523308FE1* L_78 = ((U3CU3Ec_t2FC53E156FFD93CC20E0C54722DB6F0050D22EB7_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t2FC53E156FFD93CC20E0C54722DB6F0050D22EB7_il2cpp_TypeInfo_var))->___U3CU3E9__52_0_1;
|
|
Func_2_tCB627F464F4D6382DEE25046EA94646523308FE1* L_79 = L_78;
|
|
G_B36_0 = L_79;
|
|
G_B36_1 = L_77;
|
|
G_B36_2 = L_75;
|
|
if (L_79)
|
|
{
|
|
G_B37_0 = L_79;
|
|
G_B37_1 = L_77;
|
|
G_B37_2 = L_75;
|
|
goto IL_0188;
|
|
}
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_t2FC53E156FFD93CC20E0C54722DB6F0050D22EB7_il2cpp_TypeInfo_var);
|
|
U3CU3Ec_t2FC53E156FFD93CC20E0C54722DB6F0050D22EB7* L_80 = ((U3CU3Ec_t2FC53E156FFD93CC20E0C54722DB6F0050D22EB7_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t2FC53E156FFD93CC20E0C54722DB6F0050D22EB7_il2cpp_TypeInfo_var))->___U3CU3E9_0;
|
|
Func_2_tCB627F464F4D6382DEE25046EA94646523308FE1* L_81 = (Func_2_tCB627F464F4D6382DEE25046EA94646523308FE1*)il2cpp_codegen_object_new(Func_2_tCB627F464F4D6382DEE25046EA94646523308FE1_il2cpp_TypeInfo_var);
|
|
NullCheck(L_81);
|
|
Func_2__ctor_mE292EB3D4C9A07C566B0570AB2E1A7F3A2FC3039(L_81, L_80, (intptr_t)((void*)U3CU3Ec_U3CFromTypeU3Eb__52_0_mB2EEBBABB4242277AD5DD367BA0FE8F90FA151F2_RuntimeMethod_var), NULL);
|
|
Func_2_tCB627F464F4D6382DEE25046EA94646523308FE1* L_82 = L_81;
|
|
((U3CU3Ec_t2FC53E156FFD93CC20E0C54722DB6F0050D22EB7_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t2FC53E156FFD93CC20E0C54722DB6F0050D22EB7_il2cpp_TypeInfo_var))->___U3CU3E9__52_0_1 = L_82;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((U3CU3Ec_t2FC53E156FFD93CC20E0C54722DB6F0050D22EB7_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t2FC53E156FFD93CC20E0C54722DB6F0050D22EB7_il2cpp_TypeInfo_var))->___U3CU3E9__52_0_1), (void*)L_82);
|
|
G_B37_0 = L_82;
|
|
G_B37_1 = G_B36_1;
|
|
G_B37_2 = G_B36_2;
|
|
}
|
|
|
|
IL_0188:
|
|
{
|
|
InternedStringU5BU5D_t0B851758733FC0B118D84BE83AED10A0404C18D5* L_83;
|
|
L_83 = ArrayHelpers_Select_TisString_t_TisInternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735_m6238A67931E7F7F2A44868316C7EEA0B6989A1A4(G_B37_1, G_B37_0, ArrayHelpers_Select_TisString_t_TisInternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735_m6238A67931E7F7F2A44868316C7EEA0B6989A1A4_RuntimeMethod_var);
|
|
NullCheck(G_B37_2);
|
|
G_B37_2->___m_CommonUsages_10 = L_83;
|
|
Il2CppCodeGenWriteBarrier((void**)(&G_B37_2->___m_CommonUsages_10), (void*)L_83);
|
|
}
|
|
|
|
IL_0192:
|
|
{
|
|
// return layout;
|
|
InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D* L_84 = V_4;
|
|
return L_84;
|
|
}
|
|
}
|
|
// System.String UnityEngine.InputSystem.Layouts.InputControlLayout::ToJson()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* InputControlLayout_ToJson_mC3A56BD729D0884D80D6215145CBB99BBB3AE358 (InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LayoutJson_t79F9D8B74314A3697F189FBA1DE721260F5E9399_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// var layout = LayoutJson.FromLayout(this);
|
|
LayoutJson_t79F9D8B74314A3697F189FBA1DE721260F5E9399 L_0;
|
|
L_0 = LayoutJson_FromLayout_m85C093583ED46FA1E9CF05F26F63C52FEC772DDE(__this, NULL);
|
|
// return JsonUtility.ToJson(layout, true);
|
|
LayoutJson_t79F9D8B74314A3697F189FBA1DE721260F5E9399 L_1 = L_0;
|
|
RuntimeObject* L_2 = Box(LayoutJson_t79F9D8B74314A3697F189FBA1DE721260F5E9399_il2cpp_TypeInfo_var, &L_1);
|
|
String_t* L_3;
|
|
L_3 = JsonUtility_ToJson_m53A1FEE0D388CF3A629E093C04B5E1A6D5463B53(L_2, (bool)1, NULL);
|
|
return L_3;
|
|
}
|
|
}
|
|
// UnityEngine.InputSystem.Layouts.InputControlLayout UnityEngine.InputSystem.Layouts.InputControlLayout::FromJson(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D* InputControlLayout_FromJson_mF957954620E0C4BA30B486AAA52239BE518EF0FC (String_t* ___0_json, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonUtility_FromJson_TisLayoutJson_t79F9D8B74314A3697F189FBA1DE721260F5E9399_m1323ACD3DA5A5768BCA2BCCE2A6A0C7B55127917_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
LayoutJson_t79F9D8B74314A3697F189FBA1DE721260F5E9399 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
// var layoutJson = JsonUtility.FromJson<LayoutJson>(json);
|
|
String_t* L_0 = ___0_json;
|
|
LayoutJson_t79F9D8B74314A3697F189FBA1DE721260F5E9399 L_1;
|
|
L_1 = JsonUtility_FromJson_TisLayoutJson_t79F9D8B74314A3697F189FBA1DE721260F5E9399_m1323ACD3DA5A5768BCA2BCCE2A6A0C7B55127917(L_0, JsonUtility_FromJson_TisLayoutJson_t79F9D8B74314A3697F189FBA1DE721260F5E9399_m1323ACD3DA5A5768BCA2BCCE2A6A0C7B55127917_RuntimeMethod_var);
|
|
V_0 = L_1;
|
|
// return layoutJson.ToLayout();
|
|
InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D* L_2;
|
|
L_2 = LayoutJson_ToLayout_m639A4B3A41B9C4F6DA0FF51E2FB8E37243BA4B01((&V_0), NULL);
|
|
return L_2;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.InputSystem.Layouts.InputControlLayout::.ctor(System.String,System.Type)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputControlLayout__ctor_m5F434E0B4DD5712CFA1547371EB799303C99ACC8 (InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D* __this, String_t* ___0_name, Type_t* ___1_type, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// private InputControlLayout(string name, Type type)
|
|
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
|
|
// m_Name = new InternedString(name);
|
|
String_t* L_0 = ___0_name;
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_1;
|
|
memset((&L_1), 0, sizeof(L_1));
|
|
InternedString__ctor_m2E9672D46D84C82F705DE799CE8B6123EB95E935((&L_1), L_0, /*hidden argument*/NULL);
|
|
__this->___m_Name_2 = L_1;
|
|
Il2CppCodeGenWriteBarrier((void**)&(((&__this->___m_Name_2))->___m_StringOriginalCase_0), (void*)NULL);
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&(((&__this->___m_Name_2))->___m_StringLowerCase_1), (void*)NULL);
|
|
#endif
|
|
// m_Type = type;
|
|
Type_t* L_2 = ___1_type;
|
|
__this->___m_Type_3 = L_2;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_Type_3), (void*)L_2);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.InputSystem.Layouts.InputControlLayout::AddControlItems(System.Type,System.Collections.Generic.List`1<UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem>,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputControlLayout_AddControlItems_m1BC41DEF3BAD2E071D59C36C287BE8C1A3C5D26A (Type_t* ___0_type, List_1_tBF847DD77CE898FDD304012AB5DFBFC15986D8F7* ___1_controlLayouts, String_t* ___2_layoutName, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// AddControlItemsFromFields(type, controlLayouts, layoutName);
|
|
Type_t* L_0 = ___0_type;
|
|
List_1_tBF847DD77CE898FDD304012AB5DFBFC15986D8F7* L_1 = ___1_controlLayouts;
|
|
String_t* L_2 = ___2_layoutName;
|
|
il2cpp_codegen_runtime_class_init_inline(InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D_il2cpp_TypeInfo_var);
|
|
InputControlLayout_AddControlItemsFromFields_mC30245FEC32B56BD975C9D747038AF57C99B9BF7(L_0, L_1, L_2, NULL);
|
|
// AddControlItemsFromProperties(type, controlLayouts, layoutName);
|
|
Type_t* L_3 = ___0_type;
|
|
List_1_tBF847DD77CE898FDD304012AB5DFBFC15986D8F7* L_4 = ___1_controlLayouts;
|
|
String_t* L_5 = ___2_layoutName;
|
|
InputControlLayout_AddControlItemsFromProperties_mA904CFABC3D425E7AEB766616735AF86B0DD4756(L_3, L_4, L_5, NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.InputSystem.Layouts.InputControlLayout::AddControlItemsFromFields(System.Type,System.Collections.Generic.List`1<UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem>,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputControlLayout_AddControlItemsFromFields_mC30245FEC32B56BD975C9D747038AF57C99B9BF7 (Type_t* ___0_type, List_1_tBF847DD77CE898FDD304012AB5DFBFC15986D8F7* ___1_controlLayouts, String_t* ___2_layoutName, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
MemberInfoU5BU5D_t4CB6970BB166E8E1CFB06152B2A2284971873053* V_0 = NULL;
|
|
{
|
|
// var fields = type.GetFields(BindingFlags.Public | BindingFlags.Instance | BindingFlags.DeclaredOnly);
|
|
Type_t* L_0 = ___0_type;
|
|
NullCheck(L_0);
|
|
FieldInfoU5BU5D_t50D47CBECF1AEB152F555803E3329D9E34DBF8D8* L_1;
|
|
L_1 = VirtualFuncInvoker1< FieldInfoU5BU5D_t50D47CBECF1AEB152F555803E3329D9E34DBF8D8*, int32_t >::Invoke(87 /* System.Reflection.FieldInfo[] System.Type::GetFields(System.Reflection.BindingFlags) */, L_0, ((int32_t)22));
|
|
// AddControlItemsFromMembers(fields, controlLayouts, layoutName);
|
|
V_0 = (MemberInfoU5BU5D_t4CB6970BB166E8E1CFB06152B2A2284971873053*)L_1;
|
|
MemberInfoU5BU5D_t4CB6970BB166E8E1CFB06152B2A2284971873053* L_2 = V_0;
|
|
List_1_tBF847DD77CE898FDD304012AB5DFBFC15986D8F7* L_3 = ___1_controlLayouts;
|
|
String_t* L_4 = ___2_layoutName;
|
|
il2cpp_codegen_runtime_class_init_inline(InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D_il2cpp_TypeInfo_var);
|
|
InputControlLayout_AddControlItemsFromMembers_m2A7357471F690291C1E5A76A79C4DB73C753989F(L_2, L_3, L_4, NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.InputSystem.Layouts.InputControlLayout::AddControlItemsFromProperties(System.Type,System.Collections.Generic.List`1<UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem>,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputControlLayout_AddControlItemsFromProperties_mA904CFABC3D425E7AEB766616735AF86B0DD4756 (Type_t* ___0_type, List_1_tBF847DD77CE898FDD304012AB5DFBFC15986D8F7* ___1_controlLayouts, String_t* ___2_layoutName, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
MemberInfoU5BU5D_t4CB6970BB166E8E1CFB06152B2A2284971873053* V_0 = NULL;
|
|
{
|
|
// var properties = type.GetProperties(BindingFlags.Public | BindingFlags.Instance | BindingFlags.DeclaredOnly);
|
|
Type_t* L_0 = ___0_type;
|
|
NullCheck(L_0);
|
|
PropertyInfoU5BU5D_tD81C248B41D0C76207C42DB9C332DC79F490B1D7* L_1;
|
|
L_1 = VirtualFuncInvoker1< PropertyInfoU5BU5D_tD81C248B41D0C76207C42DB9C332DC79F490B1D7*, int32_t >::Invoke(108 /* System.Reflection.PropertyInfo[] System.Type::GetProperties(System.Reflection.BindingFlags) */, L_0, ((int32_t)22));
|
|
// AddControlItemsFromMembers(properties, controlLayouts, layoutName);
|
|
V_0 = (MemberInfoU5BU5D_t4CB6970BB166E8E1CFB06152B2A2284971873053*)L_1;
|
|
MemberInfoU5BU5D_t4CB6970BB166E8E1CFB06152B2A2284971873053* L_2 = V_0;
|
|
List_1_tBF847DD77CE898FDD304012AB5DFBFC15986D8F7* L_3 = ___1_controlLayouts;
|
|
String_t* L_4 = ___2_layoutName;
|
|
il2cpp_codegen_runtime_class_init_inline(InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D_il2cpp_TypeInfo_var);
|
|
InputControlLayout_AddControlItemsFromMembers_m2A7357471F690291C1E5A76A79C4DB73C753989F(L_2, L_3, L_4, NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.InputSystem.Layouts.InputControlLayout::AddControlItemsFromMembers(System.Reflection.MemberInfo[],System.Collections.Generic.List`1<UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem>,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputControlLayout_AddControlItemsFromMembers_m2A7357471F690291C1E5A76A79C4DB73C753989F (MemberInfoU5BU5D_t4CB6970BB166E8E1CFB06152B2A2284971873053* ___0_members, List_1_tBF847DD77CE898FDD304012AB5DFBFC15986D8F7* ___1_controlItems, String_t* ___2_layoutName, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CustomAttributeExtensions_GetCustomAttributes_TisInputControlAttribute_t312CA97B153666F873279E81BA4054684715368D_mBCCD352D87BBD967E377E437112DFBBB1D9DCCF6_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerable_ToArray_TisInputControlAttribute_t312CA97B153666F873279E81BA4054684715368D_m4D6609093D19349D63F7D3B3A971EB1C50BB18E7_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FieldInfo_t_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IInputStateTypeInfo_t9A4256AAE65604871428FB37036AE42E053D9368_0_0_0_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E_0_0_0_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_m965582C062B5F29E2DB7427A5C2DD8603D88ADD7_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_m0A94F1F351B6BAE6D2F3889C9C4B99E7106487AC_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_set_Item_m6FA93D75E7D5F138E7C31968F66B0C5918E6CA8C_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Marshal_tD976A56A90263C3CE2B780D4B1CADADE2E70B4A7_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PropertyInfo_t_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
MemberInfoU5BU5D_t4CB6970BB166E8E1CFB06152B2A2284971873053* V_0 = NULL;
|
|
int32_t V_1 = 0;
|
|
MemberInfo_t* V_2 = NULL;
|
|
Type_t* V_3 = NULL;
|
|
InputControlAttributeU5BU5D_t9F49829F717D3562C6AEABF8EC5D202DDE77DBAB* V_4 = NULL;
|
|
int32_t V_5 = 0;
|
|
int32_t V_6 = 0;
|
|
int32_t V_7 = 0;
|
|
intptr_t V_8;
|
|
memset((&V_8), 0, sizeof(V_8));
|
|
int32_t V_9 = 0;
|
|
ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD V_10;
|
|
memset((&V_10), 0, sizeof(V_10));
|
|
ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD V_11;
|
|
memset((&V_11), 0, sizeof(V_11));
|
|
{
|
|
// foreach (var member in members)
|
|
MemberInfoU5BU5D_t4CB6970BB166E8E1CFB06152B2A2284971873053* L_0 = ___0_members;
|
|
V_0 = L_0;
|
|
V_1 = 0;
|
|
goto IL_0129;
|
|
}
|
|
|
|
IL_0009:
|
|
{
|
|
// foreach (var member in members)
|
|
MemberInfoU5BU5D_t4CB6970BB166E8E1CFB06152B2A2284971873053* L_1 = V_0;
|
|
int32_t L_2 = V_1;
|
|
NullCheck(L_1);
|
|
int32_t L_3 = L_2;
|
|
MemberInfo_t* L_4 = (L_1)->GetAt(static_cast<il2cpp_array_size_t>(L_3));
|
|
V_2 = L_4;
|
|
// if (member.DeclaringType == typeof(InputControl))
|
|
MemberInfo_t* L_5 = V_2;
|
|
NullCheck(L_5);
|
|
Type_t* L_6;
|
|
L_6 = VirtualFuncInvoker0< Type_t* >::Invoke(9 /* System.Type System.Reflection.MemberInfo::get_DeclaringType() */, L_5);
|
|
RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_7 = { reinterpret_cast<intptr_t> (InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E_0_0_0_var) };
|
|
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
|
|
Type_t* L_8;
|
|
L_8 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_7, NULL);
|
|
bool L_9;
|
|
L_9 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_6, L_8, NULL);
|
|
if (L_9)
|
|
{
|
|
goto IL_0125;
|
|
}
|
|
}
|
|
{
|
|
// var valueType = TypeHelpers.GetValueType(member);
|
|
MemberInfo_t* L_10 = V_2;
|
|
Type_t* L_11;
|
|
L_11 = TypeHelpers_GetValueType_m95FEE9C23AE46BC79D1149B270D7519C5065997A(L_10, NULL);
|
|
V_3 = L_11;
|
|
// if (valueType != null && valueType.IsValueType && typeof(IInputStateTypeInfo).IsAssignableFrom(valueType))
|
|
Type_t* L_12 = V_3;
|
|
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
|
|
bool L_13;
|
|
L_13 = Type_op_Inequality_m83209C7BB3C05DFBEA3B6199B0BEFE8037301172(L_12, (Type_t*)NULL, NULL);
|
|
if (!L_13)
|
|
{
|
|
goto IL_00e6;
|
|
}
|
|
}
|
|
{
|
|
Type_t* L_14 = V_3;
|
|
NullCheck(L_14);
|
|
bool L_15;
|
|
L_15 = Type_get_IsValueType_m59AE2E0439DC06347B8D6B38548F3CBA54D38318(L_14, NULL);
|
|
if (!L_15)
|
|
{
|
|
goto IL_00e6;
|
|
}
|
|
}
|
|
{
|
|
RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_16 = { reinterpret_cast<intptr_t> (IInputStateTypeInfo_t9A4256AAE65604871428FB37036AE42E053D9368_0_0_0_var) };
|
|
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
|
|
Type_t* L_17;
|
|
L_17 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_16, NULL);
|
|
Type_t* L_18 = V_3;
|
|
NullCheck(L_17);
|
|
bool L_19;
|
|
L_19 = VirtualFuncInvoker1< bool, Type_t* >::Invoke(22 /* System.Boolean System.Type::IsAssignableFrom(System.Type) */, L_17, L_18);
|
|
if (!L_19)
|
|
{
|
|
goto IL_00e6;
|
|
}
|
|
}
|
|
{
|
|
// var controlCountBefore = controlItems.Count;
|
|
List_1_tBF847DD77CE898FDD304012AB5DFBFC15986D8F7* L_20 = ___1_controlItems;
|
|
NullCheck(L_20);
|
|
int32_t L_21;
|
|
L_21 = List_1_get_Count_m965582C062B5F29E2DB7427A5C2DD8603D88ADD7_inline(L_20, List_1_get_Count_m965582C062B5F29E2DB7427A5C2DD8603D88ADD7_RuntimeMethod_var);
|
|
V_5 = L_21;
|
|
// AddControlItems(valueType, controlItems, layoutName);
|
|
Type_t* L_22 = V_3;
|
|
List_1_tBF847DD77CE898FDD304012AB5DFBFC15986D8F7* L_23 = ___1_controlItems;
|
|
String_t* L_24 = ___2_layoutName;
|
|
il2cpp_codegen_runtime_class_init_inline(InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D_il2cpp_TypeInfo_var);
|
|
InputControlLayout_AddControlItems_m1BC41DEF3BAD2E071D59C36C287BE8C1A3C5D26A(L_22, L_23, L_24, NULL);
|
|
// var memberAsField = member as FieldInfo;
|
|
MemberInfo_t* L_25 = V_2;
|
|
// if (memberAsField != null)
|
|
bool L_26;
|
|
L_26 = FieldInfo_op_Inequality_m95789A98E646494987E66A9E4188DCA86185066B(((FieldInfo_t*)IsInstClass((RuntimeObject*)L_25, FieldInfo_t_il2cpp_TypeInfo_var)), (FieldInfo_t*)NULL, NULL);
|
|
if (!L_26)
|
|
{
|
|
goto IL_00e6;
|
|
}
|
|
}
|
|
{
|
|
// var fieldOffset = Marshal.OffsetOf(member.DeclaringType, member.Name).ToInt32();
|
|
MemberInfo_t* L_27 = V_2;
|
|
NullCheck(L_27);
|
|
Type_t* L_28;
|
|
L_28 = VirtualFuncInvoker0< Type_t* >::Invoke(9 /* System.Type System.Reflection.MemberInfo::get_DeclaringType() */, L_27);
|
|
MemberInfo_t* L_29 = V_2;
|
|
NullCheck(L_29);
|
|
String_t* L_30;
|
|
L_30 = VirtualFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, L_29);
|
|
il2cpp_codegen_runtime_class_init_inline(Marshal_tD976A56A90263C3CE2B780D4B1CADADE2E70B4A7_il2cpp_TypeInfo_var);
|
|
intptr_t L_31;
|
|
L_31 = Marshal_OffsetOf_m106F2D2FC0C00CAD2982B489C1FB58B031729310(L_28, L_30, NULL);
|
|
V_8 = L_31;
|
|
int32_t L_32;
|
|
L_32 = IntPtr_ToInt32_mD53B5D2C73C7E4BE5ADEBC5D187EACC83D5BB292((&V_8), NULL);
|
|
V_6 = L_32;
|
|
// var controlCountAfter = controlItems.Count;
|
|
List_1_tBF847DD77CE898FDD304012AB5DFBFC15986D8F7* L_33 = ___1_controlItems;
|
|
NullCheck(L_33);
|
|
int32_t L_34;
|
|
L_34 = List_1_get_Count_m965582C062B5F29E2DB7427A5C2DD8603D88ADD7_inline(L_33, List_1_get_Count_m965582C062B5F29E2DB7427A5C2DD8603D88ADD7_RuntimeMethod_var);
|
|
V_7 = L_34;
|
|
// for (var i = controlCountBefore; i < controlCountAfter; ++i)
|
|
int32_t L_35 = V_5;
|
|
V_9 = L_35;
|
|
goto IL_00e0;
|
|
}
|
|
|
|
IL_00a2:
|
|
{
|
|
// var controlLayout = controlItems[i];
|
|
List_1_tBF847DD77CE898FDD304012AB5DFBFC15986D8F7* L_36 = ___1_controlItems;
|
|
int32_t L_37 = V_9;
|
|
NullCheck(L_36);
|
|
ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD L_38;
|
|
L_38 = List_1_get_Item_m0A94F1F351B6BAE6D2F3889C9C4B99E7106487AC(L_36, L_37, List_1_get_Item_m0A94F1F351B6BAE6D2F3889C9C4B99E7106487AC_RuntimeMethod_var);
|
|
V_10 = L_38;
|
|
// if (controlItems[i].offset != InputStateBlock.InvalidOffset)
|
|
List_1_tBF847DD77CE898FDD304012AB5DFBFC15986D8F7* L_39 = ___1_controlItems;
|
|
int32_t L_40 = V_9;
|
|
NullCheck(L_39);
|
|
ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD L_41;
|
|
L_41 = List_1_get_Item_m0A94F1F351B6BAE6D2F3889C9C4B99E7106487AC(L_39, L_40, List_1_get_Item_m0A94F1F351B6BAE6D2F3889C9C4B99E7106487AC_RuntimeMethod_var);
|
|
V_11 = L_41;
|
|
uint32_t L_42;
|
|
L_42 = ControlItem_get_offset_mC9EF8E5DC5F44C67F6C52348DC848ED6A554B514_inline((&V_11), NULL);
|
|
if ((((int32_t)L_42) == ((int32_t)(-1))))
|
|
{
|
|
goto IL_00da;
|
|
}
|
|
}
|
|
{
|
|
// controlLayout.offset += (uint)fieldOffset;
|
|
ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD* L_43 = (&V_10);
|
|
uint32_t L_44;
|
|
L_44 = ControlItem_get_offset_mC9EF8E5DC5F44C67F6C52348DC848ED6A554B514_inline(L_43, NULL);
|
|
int32_t L_45 = V_6;
|
|
ControlItem_set_offset_mADAA61E264DE2C83DB6BB3B6D9EF22974D2071B9_inline(L_43, ((int32_t)il2cpp_codegen_add((int32_t)L_44, L_45)), NULL);
|
|
// controlItems[i] = controlLayout;
|
|
List_1_tBF847DD77CE898FDD304012AB5DFBFC15986D8F7* L_46 = ___1_controlItems;
|
|
int32_t L_47 = V_9;
|
|
ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD L_48 = V_10;
|
|
NullCheck(L_46);
|
|
List_1_set_Item_m6FA93D75E7D5F138E7C31968F66B0C5918E6CA8C(L_46, L_47, L_48, List_1_set_Item_m6FA93D75E7D5F138E7C31968F66B0C5918E6CA8C_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_00da:
|
|
{
|
|
// for (var i = controlCountBefore; i < controlCountAfter; ++i)
|
|
int32_t L_49 = V_9;
|
|
V_9 = ((int32_t)il2cpp_codegen_add(L_49, 1));
|
|
}
|
|
|
|
IL_00e0:
|
|
{
|
|
// for (var i = controlCountBefore; i < controlCountAfter; ++i)
|
|
int32_t L_50 = V_9;
|
|
int32_t L_51 = V_7;
|
|
if ((((int32_t)L_50) < ((int32_t)L_51)))
|
|
{
|
|
goto IL_00a2;
|
|
}
|
|
}
|
|
|
|
IL_00e6:
|
|
{
|
|
// var attributes = member.GetCustomAttributes<InputControlAttribute>(false).ToArray();
|
|
MemberInfo_t* L_52 = V_2;
|
|
RuntimeObject* L_53;
|
|
L_53 = CustomAttributeExtensions_GetCustomAttributes_TisInputControlAttribute_t312CA97B153666F873279E81BA4054684715368D_mBCCD352D87BBD967E377E437112DFBBB1D9DCCF6(L_52, (bool)0, CustomAttributeExtensions_GetCustomAttributes_TisInputControlAttribute_t312CA97B153666F873279E81BA4054684715368D_mBCCD352D87BBD967E377E437112DFBBB1D9DCCF6_RuntimeMethod_var);
|
|
InputControlAttributeU5BU5D_t9F49829F717D3562C6AEABF8EC5D202DDE77DBAB* L_54;
|
|
L_54 = Enumerable_ToArray_TisInputControlAttribute_t312CA97B153666F873279E81BA4054684715368D_m4D6609093D19349D63F7D3B3A971EB1C50BB18E7(L_53, Enumerable_ToArray_TisInputControlAttribute_t312CA97B153666F873279E81BA4054684715368D_m4D6609093D19349D63F7D3B3A971EB1C50BB18E7_RuntimeMethod_var);
|
|
V_4 = L_54;
|
|
// if (attributes.Length == 0)
|
|
InputControlAttributeU5BU5D_t9F49829F717D3562C6AEABF8EC5D202DDE77DBAB* L_55 = V_4;
|
|
NullCheck(L_55);
|
|
if ((((RuntimeArray*)L_55)->max_length))
|
|
{
|
|
goto IL_011c;
|
|
}
|
|
}
|
|
{
|
|
// if (valueType == null || !typeof(InputControl).IsAssignableFrom(valueType))
|
|
Type_t* L_56 = V_3;
|
|
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
|
|
bool L_57;
|
|
L_57 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_56, (Type_t*)NULL, NULL);
|
|
if (L_57)
|
|
{
|
|
goto IL_0125;
|
|
}
|
|
}
|
|
{
|
|
RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_58 = { reinterpret_cast<intptr_t> (InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E_0_0_0_var) };
|
|
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
|
|
Type_t* L_59;
|
|
L_59 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_58, NULL);
|
|
Type_t* L_60 = V_3;
|
|
NullCheck(L_59);
|
|
bool L_61;
|
|
L_61 = VirtualFuncInvoker1< bool, Type_t* >::Invoke(22 /* System.Boolean System.Type::IsAssignableFrom(System.Type) */, L_59, L_60);
|
|
if (!L_61)
|
|
{
|
|
goto IL_0125;
|
|
}
|
|
}
|
|
{
|
|
// if (member is PropertyInfo)
|
|
MemberInfo_t* L_62 = V_2;
|
|
if (((PropertyInfo_t*)IsInstClass((RuntimeObject*)L_62, PropertyInfo_t_il2cpp_TypeInfo_var)))
|
|
{
|
|
goto IL_0125;
|
|
}
|
|
}
|
|
|
|
IL_011c:
|
|
{
|
|
// AddControlItemsFromMember(member, attributes, controlItems);
|
|
MemberInfo_t* L_63 = V_2;
|
|
InputControlAttributeU5BU5D_t9F49829F717D3562C6AEABF8EC5D202DDE77DBAB* L_64 = V_4;
|
|
List_1_tBF847DD77CE898FDD304012AB5DFBFC15986D8F7* L_65 = ___1_controlItems;
|
|
il2cpp_codegen_runtime_class_init_inline(InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D_il2cpp_TypeInfo_var);
|
|
InputControlLayout_AddControlItemsFromMember_m8B24817C216A8C01B89250C52E060DF885B233B1(L_63, L_64, L_65, NULL);
|
|
}
|
|
|
|
IL_0125:
|
|
{
|
|
int32_t L_66 = V_1;
|
|
V_1 = ((int32_t)il2cpp_codegen_add(L_66, 1));
|
|
}
|
|
|
|
IL_0129:
|
|
{
|
|
// foreach (var member in members)
|
|
int32_t L_67 = V_1;
|
|
MemberInfoU5BU5D_t4CB6970BB166E8E1CFB06152B2A2284971873053* L_68 = V_0;
|
|
NullCheck(L_68);
|
|
if ((((int32_t)L_67) < ((int32_t)((int32_t)(((RuntimeArray*)L_68)->max_length)))))
|
|
{
|
|
goto IL_0009;
|
|
}
|
|
}
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.InputSystem.Layouts.InputControlLayout::AddControlItemsFromMember(System.Reflection.MemberInfo,UnityEngine.InputSystem.Layouts.InputControlAttribute[],System.Collections.Generic.List`1<UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem>)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputControlLayout_AddControlItemsFromMember_m8B24817C216A8C01B89250C52E060DF885B233B1 (MemberInfo_t* ___0_member, InputControlAttributeU5BU5D_t9F49829F717D3562C6AEABF8EC5D202DDE77DBAB* ___1_attributes, List_1_tBF847DD77CE898FDD304012AB5DFBFC15986D8F7* ___2_controlItems, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_mC80F4E1FA0352E5887AF0D8100CA8C32C74509D6_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
InputControlAttributeU5BU5D_t9F49829F717D3562C6AEABF8EC5D202DDE77DBAB* V_1 = NULL;
|
|
int32_t V_2 = 0;
|
|
InputControlAttribute_t312CA97B153666F873279E81BA4054684715368D* V_3 = NULL;
|
|
ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD V_4;
|
|
memset((&V_4), 0, sizeof(V_4));
|
|
{
|
|
// if (attributes.Length == 0)
|
|
InputControlAttributeU5BU5D_t9F49829F717D3562C6AEABF8EC5D202DDE77DBAB* L_0 = ___1_attributes;
|
|
NullCheck(L_0);
|
|
if ((((RuntimeArray*)L_0)->max_length))
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
// var controlItem = CreateControlItemFromMember(member, null);
|
|
MemberInfo_t* L_1 = ___0_member;
|
|
il2cpp_codegen_runtime_class_init_inline(InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D_il2cpp_TypeInfo_var);
|
|
ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD L_2;
|
|
L_2 = InputControlLayout_CreateControlItemFromMember_m27F998E8186A0E625126228913ED8C3D391595C8(L_1, (InputControlAttribute_t312CA97B153666F873279E81BA4054684715368D*)NULL, NULL);
|
|
V_0 = L_2;
|
|
// controlItems.Add(controlItem);
|
|
List_1_tBF847DD77CE898FDD304012AB5DFBFC15986D8F7* L_3 = ___2_controlItems;
|
|
ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD L_4 = V_0;
|
|
NullCheck(L_3);
|
|
List_1_Add_mC80F4E1FA0352E5887AF0D8100CA8C32C74509D6_inline(L_3, L_4, List_1_Add_mC80F4E1FA0352E5887AF0D8100CA8C32C74509D6_RuntimeMethod_var);
|
|
return;
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
// foreach (var attribute in attributes)
|
|
InputControlAttributeU5BU5D_t9F49829F717D3562C6AEABF8EC5D202DDE77DBAB* L_5 = ___1_attributes;
|
|
V_1 = L_5;
|
|
V_2 = 0;
|
|
goto IL_0033;
|
|
}
|
|
|
|
IL_001a:
|
|
{
|
|
// foreach (var attribute in attributes)
|
|
InputControlAttributeU5BU5D_t9F49829F717D3562C6AEABF8EC5D202DDE77DBAB* L_6 = V_1;
|
|
int32_t L_7 = V_2;
|
|
NullCheck(L_6);
|
|
int32_t L_8 = L_7;
|
|
InputControlAttribute_t312CA97B153666F873279E81BA4054684715368D* L_9 = (L_6)->GetAt(static_cast<il2cpp_array_size_t>(L_8));
|
|
V_3 = L_9;
|
|
// var controlItem = CreateControlItemFromMember(member, attribute);
|
|
MemberInfo_t* L_10 = ___0_member;
|
|
InputControlAttribute_t312CA97B153666F873279E81BA4054684715368D* L_11 = V_3;
|
|
il2cpp_codegen_runtime_class_init_inline(InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D_il2cpp_TypeInfo_var);
|
|
ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD L_12;
|
|
L_12 = InputControlLayout_CreateControlItemFromMember_m27F998E8186A0E625126228913ED8C3D391595C8(L_10, L_11, NULL);
|
|
V_4 = L_12;
|
|
// controlItems.Add(controlItem);
|
|
List_1_tBF847DD77CE898FDD304012AB5DFBFC15986D8F7* L_13 = ___2_controlItems;
|
|
ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD L_14 = V_4;
|
|
NullCheck(L_13);
|
|
List_1_Add_mC80F4E1FA0352E5887AF0D8100CA8C32C74509D6_inline(L_13, L_14, List_1_Add_mC80F4E1FA0352E5887AF0D8100CA8C32C74509D6_RuntimeMethod_var);
|
|
int32_t L_15 = V_2;
|
|
V_2 = ((int32_t)il2cpp_codegen_add(L_15, 1));
|
|
}
|
|
|
|
IL_0033:
|
|
{
|
|
// foreach (var attribute in attributes)
|
|
int32_t L_16 = V_2;
|
|
InputControlAttributeU5BU5D_t9F49829F717D3562C6AEABF8EC5D202DDE77DBAB* L_17 = V_1;
|
|
NullCheck(L_17);
|
|
if ((((int32_t)L_16) < ((int32_t)((int32_t)(((RuntimeArray*)L_17)->max_length)))))
|
|
{
|
|
goto IL_001a;
|
|
}
|
|
}
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem UnityEngine.InputSystem.Layouts.InputControlLayout::CreateControlItemFromMember(System.Reflection.MemberInfo,UnityEngine.InputSystem.Layouts.InputControlAttribute)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD InputControlLayout_CreateControlItemFromMember_m27F998E8186A0E625126228913ED8C3D391595C8 (MemberInfo_t* ___0_member, InputControlAttribute_t312CA97B153666F873279E81BA4054684715368D* ___1_attribute, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArrayHelpers_Join_TisString_t_m71894924B92834BC449D75D76A46943025206C9B_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CustomAttributeExtensions_GetCustomAttribute_TisFixedBufferAttribute_t9021ECC845780EC1C9DB16A0BF2497D35334F402_m1A90298FBD1D721869C5B0C932D03934999D4A6D_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerable_Select_TisString_t_TisInternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735_m011557AA65FEF515F3C86B632FC900011EEAC4F5_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerable_ToArray_TisInternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735_m454C0E66D1C84DDF8843828AF89C238643DDEC8B_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerable_ToArray_TisNameAndParameters_t8F37102128EFD31CA57808AE6E3D1244758DEA01_m4E10EB9AA22EF437DD279A53F15FD831883DCC26_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FieldInfo_t_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_2_tCB627F464F4D6382DEE25046EA94646523308FE1_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Marshal_tD976A56A90263C3CE2B780D4B1CADADE2E70B4A7_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlyArray_1__ctor_m0A2A04DEB5DD6904A88BA998F8DFF306E7932261_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlyArray_1__ctor_m8B1A10969D597D11769C4E7C33B907A981CA78F5_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlyArray_1__ctor_mEAD477EA9B978C5FB45054408D3AF3B53A4E9F37_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_U3CCreateControlItemFromMemberU3Eb__75_0_m1E97AAFAE6B6EC46590C6C04FC057556FCE3E852_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_U3CCreateControlItemFromMemberU3Eb__75_1_m82976E43314F7E9B778F0466AC92AECC3646ED29_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_t2FC53E156FFD93CC20E0C54722DB6F0050D22EB7_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
String_t* V_0 = NULL;
|
|
bool V_1 = false;
|
|
String_t* V_2 = NULL;
|
|
String_t* V_3 = NULL;
|
|
String_t* V_4 = NULL;
|
|
String_t* V_5 = NULL;
|
|
uint32_t V_6 = 0;
|
|
uint32_t V_7 = 0;
|
|
uint32_t V_8 = 0;
|
|
FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED V_9;
|
|
memset((&V_9), 0, sizeof(V_9));
|
|
InternedStringU5BU5D_t0B851758733FC0B118D84BE83AED10A0404C18D5* V_10 = NULL;
|
|
InternedStringU5BU5D_t0B851758733FC0B118D84BE83AED10A0404C18D5* V_11 = NULL;
|
|
NamedValueU5BU5D_tADD8F1373B88C55F68499688D72C21A97F63303A* V_12 = NULL;
|
|
NameAndParametersU5BU5D_tA6C2AC34ACDB1967A7A2CEF4BE1D717ADA695CA2* V_13 = NULL;
|
|
String_t* V_14 = NULL;
|
|
bool V_15 = false;
|
|
bool V_16 = false;
|
|
bool V_17 = false;
|
|
int32_t V_18 = 0;
|
|
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 V_19;
|
|
memset((&V_19), 0, sizeof(V_19));
|
|
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 V_20;
|
|
memset((&V_20), 0, sizeof(V_20));
|
|
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 V_21;
|
|
memset((&V_21), 0, sizeof(V_21));
|
|
intptr_t V_22;
|
|
memset((&V_22), 0, sizeof(V_22));
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* V_23 = NULL;
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* V_24 = NULL;
|
|
ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD V_25;
|
|
memset((&V_25), 0, sizeof(V_25));
|
|
String_t* G_B3_0 = NULL;
|
|
String_t* G_B8_0 = NULL;
|
|
String_t* G_B11_0 = NULL;
|
|
String_t* G_B14_0 = NULL;
|
|
Func_2_tCB627F464F4D6382DEE25046EA94646523308FE1* G_B42_0 = NULL;
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* G_B42_1 = NULL;
|
|
Func_2_tCB627F464F4D6382DEE25046EA94646523308FE1* G_B41_0 = NULL;
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* G_B41_1 = NULL;
|
|
Func_2_tCB627F464F4D6382DEE25046EA94646523308FE1* G_B47_0 = NULL;
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* G_B47_1 = NULL;
|
|
Func_2_tCB627F464F4D6382DEE25046EA94646523308FE1* G_B46_0 = NULL;
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* G_B46_1 = NULL;
|
|
{
|
|
// var name = attribute?.name;
|
|
InputControlAttribute_t312CA97B153666F873279E81BA4054684715368D* L_0 = ___1_attribute;
|
|
if (L_0)
|
|
{
|
|
goto IL_0006;
|
|
}
|
|
}
|
|
{
|
|
G_B3_0 = ((String_t*)(NULL));
|
|
goto IL_000c;
|
|
}
|
|
|
|
IL_0006:
|
|
{
|
|
InputControlAttribute_t312CA97B153666F873279E81BA4054684715368D* L_1 = ___1_attribute;
|
|
NullCheck(L_1);
|
|
String_t* L_2;
|
|
L_2 = InputControlAttribute_get_name_m2E73CBA4B9DD9B32A13C6EB47ED1341406C1887B_inline(L_1, NULL);
|
|
G_B3_0 = L_2;
|
|
}
|
|
|
|
IL_000c:
|
|
{
|
|
V_0 = G_B3_0;
|
|
// if (string.IsNullOrEmpty(name))
|
|
String_t* L_3 = V_0;
|
|
bool L_4;
|
|
L_4 = String_IsNullOrEmpty_mEA9E3FB005AC28FE02E69FCF95A7B8456192B478(L_3, NULL);
|
|
if (!L_4)
|
|
{
|
|
goto IL_001c;
|
|
}
|
|
}
|
|
{
|
|
// name = member.Name;
|
|
MemberInfo_t* L_5 = ___0_member;
|
|
NullCheck(L_5);
|
|
String_t* L_6;
|
|
L_6 = VirtualFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, L_5);
|
|
V_0 = L_6;
|
|
}
|
|
|
|
IL_001c:
|
|
{
|
|
// var isModifyingChildControlByPath = name.IndexOf('/') != -1;
|
|
String_t* L_7 = V_0;
|
|
NullCheck(L_7);
|
|
int32_t L_8;
|
|
L_8 = String_IndexOf_mE21E78F35EF4A7768E385A72814C88D22B689966(L_7, ((int32_t)47), NULL);
|
|
V_1 = (bool)((((int32_t)((((int32_t)L_8) == ((int32_t)(-1)))? 1 : 0)) == ((int32_t)0))? 1 : 0);
|
|
// var displayName = attribute?.displayName;
|
|
InputControlAttribute_t312CA97B153666F873279E81BA4054684715368D* L_9 = ___1_attribute;
|
|
if (L_9)
|
|
{
|
|
goto IL_0031;
|
|
}
|
|
}
|
|
{
|
|
G_B8_0 = ((String_t*)(NULL));
|
|
goto IL_0037;
|
|
}
|
|
|
|
IL_0031:
|
|
{
|
|
InputControlAttribute_t312CA97B153666F873279E81BA4054684715368D* L_10 = ___1_attribute;
|
|
NullCheck(L_10);
|
|
String_t* L_11;
|
|
L_11 = InputControlAttribute_get_displayName_mA2CB664E8261D318DD13FD66A015B0EFCFD35FC9_inline(L_10, NULL);
|
|
G_B8_0 = L_11;
|
|
}
|
|
|
|
IL_0037:
|
|
{
|
|
V_2 = G_B8_0;
|
|
// var shortDisplayName = attribute?.shortDisplayName;
|
|
InputControlAttribute_t312CA97B153666F873279E81BA4054684715368D* L_12 = ___1_attribute;
|
|
if (L_12)
|
|
{
|
|
goto IL_003e;
|
|
}
|
|
}
|
|
{
|
|
G_B11_0 = ((String_t*)(NULL));
|
|
goto IL_0044;
|
|
}
|
|
|
|
IL_003e:
|
|
{
|
|
InputControlAttribute_t312CA97B153666F873279E81BA4054684715368D* L_13 = ___1_attribute;
|
|
NullCheck(L_13);
|
|
String_t* L_14;
|
|
L_14 = InputControlAttribute_get_shortDisplayName_m536FBAE75C1662DDFB37C14D533DD2CB497ACD3B_inline(L_13, NULL);
|
|
G_B11_0 = L_14;
|
|
}
|
|
|
|
IL_0044:
|
|
{
|
|
V_3 = G_B11_0;
|
|
// var layout = attribute?.layout;
|
|
InputControlAttribute_t312CA97B153666F873279E81BA4054684715368D* L_15 = ___1_attribute;
|
|
if (L_15)
|
|
{
|
|
goto IL_004b;
|
|
}
|
|
}
|
|
{
|
|
G_B14_0 = ((String_t*)(NULL));
|
|
goto IL_0051;
|
|
}
|
|
|
|
IL_004b:
|
|
{
|
|
InputControlAttribute_t312CA97B153666F873279E81BA4054684715368D* L_16 = ___1_attribute;
|
|
NullCheck(L_16);
|
|
String_t* L_17;
|
|
L_17 = InputControlAttribute_get_layout_m3E41A7E382A12A21A7C5C8F60480101DFECE2C94_inline(L_16, NULL);
|
|
G_B14_0 = L_17;
|
|
}
|
|
|
|
IL_0051:
|
|
{
|
|
V_4 = G_B14_0;
|
|
// if (string.IsNullOrEmpty(layout) && !isModifyingChildControlByPath &&
|
|
// (!(member is FieldInfo) || member.GetCustomAttribute<FixedBufferAttribute>(false) == null)) // Ignore fixed buffer fields.
|
|
String_t* L_18 = V_4;
|
|
bool L_19;
|
|
L_19 = String_IsNullOrEmpty_mEA9E3FB005AC28FE02E69FCF95A7B8456192B478(L_18, NULL);
|
|
if (!L_19)
|
|
{
|
|
goto IL_007d;
|
|
}
|
|
}
|
|
{
|
|
bool L_20 = V_1;
|
|
if (L_20)
|
|
{
|
|
goto IL_007d;
|
|
}
|
|
}
|
|
{
|
|
MemberInfo_t* L_21 = ___0_member;
|
|
if (!((FieldInfo_t*)IsInstClass((RuntimeObject*)L_21, FieldInfo_t_il2cpp_TypeInfo_var)))
|
|
{
|
|
goto IL_0070;
|
|
}
|
|
}
|
|
{
|
|
MemberInfo_t* L_22 = ___0_member;
|
|
FixedBufferAttribute_t9021ECC845780EC1C9DB16A0BF2497D35334F402* L_23;
|
|
L_23 = CustomAttributeExtensions_GetCustomAttribute_TisFixedBufferAttribute_t9021ECC845780EC1C9DB16A0BF2497D35334F402_m1A90298FBD1D721869C5B0C932D03934999D4A6D(L_22, (bool)0, CustomAttributeExtensions_GetCustomAttribute_TisFixedBufferAttribute_t9021ECC845780EC1C9DB16A0BF2497D35334F402_m1A90298FBD1D721869C5B0C932D03934999D4A6D_RuntimeMethod_var);
|
|
if (L_23)
|
|
{
|
|
goto IL_007d;
|
|
}
|
|
}
|
|
|
|
IL_0070:
|
|
{
|
|
// var valueType = TypeHelpers.GetValueType(member);
|
|
MemberInfo_t* L_24 = ___0_member;
|
|
Type_t* L_25;
|
|
L_25 = TypeHelpers_GetValueType_m95FEE9C23AE46BC79D1149B270D7519C5065997A(L_24, NULL);
|
|
// layout = InferLayoutFromValueType(valueType);
|
|
il2cpp_codegen_runtime_class_init_inline(InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D_il2cpp_TypeInfo_var);
|
|
String_t* L_26;
|
|
L_26 = InputControlLayout_InferLayoutFromValueType_mB12FEC8724F2C94253BB1F6775FC2DAFD238E07D(L_25, NULL);
|
|
V_4 = L_26;
|
|
}
|
|
|
|
IL_007d:
|
|
{
|
|
// string variants = null;
|
|
V_5 = (String_t*)NULL;
|
|
// if (attribute != null && !string.IsNullOrEmpty(attribute.variants))
|
|
InputControlAttribute_t312CA97B153666F873279E81BA4054684715368D* L_27 = ___1_attribute;
|
|
if (!L_27)
|
|
{
|
|
goto IL_0098;
|
|
}
|
|
}
|
|
{
|
|
InputControlAttribute_t312CA97B153666F873279E81BA4054684715368D* L_28 = ___1_attribute;
|
|
NullCheck(L_28);
|
|
String_t* L_29;
|
|
L_29 = InputControlAttribute_get_variants_m4FAEACDA1A26A01568225F1CAD7CBBAB9138DEFF_inline(L_28, NULL);
|
|
bool L_30;
|
|
L_30 = String_IsNullOrEmpty_mEA9E3FB005AC28FE02E69FCF95A7B8456192B478(L_29, NULL);
|
|
if (L_30)
|
|
{
|
|
goto IL_0098;
|
|
}
|
|
}
|
|
{
|
|
// variants = attribute.variants;
|
|
InputControlAttribute_t312CA97B153666F873279E81BA4054684715368D* L_31 = ___1_attribute;
|
|
NullCheck(L_31);
|
|
String_t* L_32;
|
|
L_32 = InputControlAttribute_get_variants_m4FAEACDA1A26A01568225F1CAD7CBBAB9138DEFF_inline(L_31, NULL);
|
|
V_5 = L_32;
|
|
}
|
|
|
|
IL_0098:
|
|
{
|
|
// var offset = InputStateBlock.InvalidOffset;
|
|
V_6 = (-1);
|
|
// if (attribute != null && attribute.offset != InputStateBlock.InvalidOffset)
|
|
InputControlAttribute_t312CA97B153666F873279E81BA4054684715368D* L_33 = ___1_attribute;
|
|
if (!L_33)
|
|
{
|
|
goto IL_00b1;
|
|
}
|
|
}
|
|
{
|
|
InputControlAttribute_t312CA97B153666F873279E81BA4054684715368D* L_34 = ___1_attribute;
|
|
NullCheck(L_34);
|
|
uint32_t L_35;
|
|
L_35 = InputControlAttribute_get_offset_m0CF40C1118A598846280B9DA2B7BCCC5C4079E39_inline(L_34, NULL);
|
|
if ((((int32_t)L_35) == ((int32_t)(-1))))
|
|
{
|
|
goto IL_00b1;
|
|
}
|
|
}
|
|
{
|
|
// offset = attribute.offset;
|
|
InputControlAttribute_t312CA97B153666F873279E81BA4054684715368D* L_36 = ___1_attribute;
|
|
NullCheck(L_36);
|
|
uint32_t L_37;
|
|
L_37 = InputControlAttribute_get_offset_m0CF40C1118A598846280B9DA2B7BCCC5C4079E39_inline(L_36, NULL);
|
|
V_6 = L_37;
|
|
goto IL_00d8;
|
|
}
|
|
|
|
IL_00b1:
|
|
{
|
|
// else if (member is FieldInfo && !isModifyingChildControlByPath)
|
|
MemberInfo_t* L_38 = ___0_member;
|
|
if (!((FieldInfo_t*)IsInstClass((RuntimeObject*)L_38, FieldInfo_t_il2cpp_TypeInfo_var)))
|
|
{
|
|
goto IL_00d8;
|
|
}
|
|
}
|
|
{
|
|
bool L_39 = V_1;
|
|
if (L_39)
|
|
{
|
|
goto IL_00d8;
|
|
}
|
|
}
|
|
{
|
|
// offset = (uint)Marshal.OffsetOf(member.DeclaringType, member.Name).ToInt32();
|
|
MemberInfo_t* L_40 = ___0_member;
|
|
NullCheck(L_40);
|
|
Type_t* L_41;
|
|
L_41 = VirtualFuncInvoker0< Type_t* >::Invoke(9 /* System.Type System.Reflection.MemberInfo::get_DeclaringType() */, L_40);
|
|
MemberInfo_t* L_42 = ___0_member;
|
|
NullCheck(L_42);
|
|
String_t* L_43;
|
|
L_43 = VirtualFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, L_42);
|
|
il2cpp_codegen_runtime_class_init_inline(Marshal_tD976A56A90263C3CE2B780D4B1CADADE2E70B4A7_il2cpp_TypeInfo_var);
|
|
intptr_t L_44;
|
|
L_44 = Marshal_OffsetOf_m106F2D2FC0C00CAD2982B489C1FB58B031729310(L_41, L_43, NULL);
|
|
V_22 = L_44;
|
|
int32_t L_45;
|
|
L_45 = IntPtr_ToInt32_mD53B5D2C73C7E4BE5ADEBC5D187EACC83D5BB292((&V_22), NULL);
|
|
V_6 = L_45;
|
|
}
|
|
|
|
IL_00d8:
|
|
{
|
|
// var bit = InputStateBlock.InvalidOffset;
|
|
V_7 = (-1);
|
|
// if (attribute != null)
|
|
InputControlAttribute_t312CA97B153666F873279E81BA4054684715368D* L_46 = ___1_attribute;
|
|
if (!L_46)
|
|
{
|
|
goto IL_00e6;
|
|
}
|
|
}
|
|
{
|
|
// bit = attribute.bit;
|
|
InputControlAttribute_t312CA97B153666F873279E81BA4054684715368D* L_47 = ___1_attribute;
|
|
NullCheck(L_47);
|
|
uint32_t L_48;
|
|
L_48 = InputControlAttribute_get_bit_m341EA35B100C77D3B4E8EFDB6A745D72DC2AA2A2_inline(L_47, NULL);
|
|
V_7 = L_48;
|
|
}
|
|
|
|
IL_00e6:
|
|
{
|
|
// var sizeInBits = 0u;
|
|
V_8 = 0;
|
|
// if (attribute != null)
|
|
InputControlAttribute_t312CA97B153666F873279E81BA4054684715368D* L_49 = ___1_attribute;
|
|
if (!L_49)
|
|
{
|
|
goto IL_00f4;
|
|
}
|
|
}
|
|
{
|
|
// sizeInBits = attribute.sizeInBits;
|
|
InputControlAttribute_t312CA97B153666F873279E81BA4054684715368D* L_50 = ___1_attribute;
|
|
NullCheck(L_50);
|
|
uint32_t L_51;
|
|
L_51 = InputControlAttribute_get_sizeInBits_mBA810ADA82C973F4DC0FB322C965B13503ACA194_inline(L_50, NULL);
|
|
V_8 = L_51;
|
|
}
|
|
|
|
IL_00f4:
|
|
{
|
|
// var format = new FourCC();
|
|
il2cpp_codegen_initobj((&V_9), sizeof(FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED));
|
|
// if (attribute != null && !string.IsNullOrEmpty(attribute.format))
|
|
InputControlAttribute_t312CA97B153666F873279E81BA4054684715368D* L_52 = ___1_attribute;
|
|
if (!L_52)
|
|
{
|
|
goto IL_011b;
|
|
}
|
|
}
|
|
{
|
|
InputControlAttribute_t312CA97B153666F873279E81BA4054684715368D* L_53 = ___1_attribute;
|
|
NullCheck(L_53);
|
|
String_t* L_54;
|
|
L_54 = InputControlAttribute_get_format_m765DEBBB52DDF6544E02525AD3CB140DC4A902E3_inline(L_53, NULL);
|
|
bool L_55;
|
|
L_55 = String_IsNullOrEmpty_mEA9E3FB005AC28FE02E69FCF95A7B8456192B478(L_54, NULL);
|
|
if (L_55)
|
|
{
|
|
goto IL_011b;
|
|
}
|
|
}
|
|
{
|
|
// format = new FourCC(attribute.format);
|
|
InputControlAttribute_t312CA97B153666F873279E81BA4054684715368D* L_56 = ___1_attribute;
|
|
NullCheck(L_56);
|
|
String_t* L_57;
|
|
L_57 = InputControlAttribute_get_format_m765DEBBB52DDF6544E02525AD3CB140DC4A902E3_inline(L_56, NULL);
|
|
FourCC__ctor_m305163ED105CA8143DBB6D7D31A77124105B8201((&V_9), L_57, NULL);
|
|
goto IL_0130;
|
|
}
|
|
|
|
IL_011b:
|
|
{
|
|
// else if (!isModifyingChildControlByPath && bit == InputStateBlock.InvalidOffset)
|
|
bool L_58 = V_1;
|
|
if (L_58)
|
|
{
|
|
goto IL_0130;
|
|
}
|
|
}
|
|
{
|
|
uint32_t L_59 = V_7;
|
|
if ((!(((uint32_t)L_59) == ((uint32_t)(-1)))))
|
|
{
|
|
goto IL_0130;
|
|
}
|
|
}
|
|
{
|
|
// var valueType = TypeHelpers.GetValueType(member);
|
|
MemberInfo_t* L_60 = ___0_member;
|
|
Type_t* L_61;
|
|
L_61 = TypeHelpers_GetValueType_m95FEE9C23AE46BC79D1149B270D7519C5065997A(L_60, NULL);
|
|
// format = InputStateBlock.GetPrimitiveFormatFromType(valueType);
|
|
il2cpp_codegen_runtime_class_init_inline(InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5_il2cpp_TypeInfo_var);
|
|
FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_62;
|
|
L_62 = InputStateBlock_GetPrimitiveFormatFromType_m97DB8809F080F6991980F44487CD2EDF47E2C104(L_61, NULL);
|
|
V_9 = L_62;
|
|
}
|
|
|
|
IL_0130:
|
|
{
|
|
// InternedString[] aliases = null;
|
|
V_10 = (InternedStringU5BU5D_t0B851758733FC0B118D84BE83AED10A0404C18D5*)NULL;
|
|
// if (attribute != null)
|
|
InputControlAttribute_t312CA97B153666F873279E81BA4054684715368D* L_63 = ___1_attribute;
|
|
if (!L_63)
|
|
{
|
|
goto IL_017a;
|
|
}
|
|
}
|
|
{
|
|
// var joined = ArrayHelpers.Join(attribute.alias, attribute.aliases);
|
|
InputControlAttribute_t312CA97B153666F873279E81BA4054684715368D* L_64 = ___1_attribute;
|
|
NullCheck(L_64);
|
|
String_t* L_65;
|
|
L_65 = InputControlAttribute_get_alias_m09D83B5B58D1DD13983656B78EB4AEED875F2702_inline(L_64, NULL);
|
|
InputControlAttribute_t312CA97B153666F873279E81BA4054684715368D* L_66 = ___1_attribute;
|
|
NullCheck(L_66);
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_67;
|
|
L_67 = InputControlAttribute_get_aliases_mD8390AF2F18517AF3CC16FB03C2723FCBDB45825_inline(L_66, NULL);
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_68;
|
|
L_68 = ArrayHelpers_Join_TisString_t_m71894924B92834BC449D75D76A46943025206C9B(L_65, L_67, ArrayHelpers_Join_TisString_t_m71894924B92834BC449D75D76A46943025206C9B_RuntimeMethod_var);
|
|
V_23 = L_68;
|
|
// if (joined != null)
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_69 = V_23;
|
|
if (!L_69)
|
|
{
|
|
goto IL_017a;
|
|
}
|
|
}
|
|
{
|
|
// aliases = joined.Select(x => new InternedString(x)).ToArray();
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_70 = V_23;
|
|
il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_t2FC53E156FFD93CC20E0C54722DB6F0050D22EB7_il2cpp_TypeInfo_var);
|
|
Func_2_tCB627F464F4D6382DEE25046EA94646523308FE1* L_71 = ((U3CU3Ec_t2FC53E156FFD93CC20E0C54722DB6F0050D22EB7_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t2FC53E156FFD93CC20E0C54722DB6F0050D22EB7_il2cpp_TypeInfo_var))->___U3CU3E9__75_0_2;
|
|
Func_2_tCB627F464F4D6382DEE25046EA94646523308FE1* L_72 = L_71;
|
|
G_B41_0 = L_72;
|
|
G_B41_1 = L_70;
|
|
if (L_72)
|
|
{
|
|
G_B42_0 = L_72;
|
|
G_B42_1 = L_70;
|
|
goto IL_016e;
|
|
}
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_t2FC53E156FFD93CC20E0C54722DB6F0050D22EB7_il2cpp_TypeInfo_var);
|
|
U3CU3Ec_t2FC53E156FFD93CC20E0C54722DB6F0050D22EB7* L_73 = ((U3CU3Ec_t2FC53E156FFD93CC20E0C54722DB6F0050D22EB7_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t2FC53E156FFD93CC20E0C54722DB6F0050D22EB7_il2cpp_TypeInfo_var))->___U3CU3E9_0;
|
|
Func_2_tCB627F464F4D6382DEE25046EA94646523308FE1* L_74 = (Func_2_tCB627F464F4D6382DEE25046EA94646523308FE1*)il2cpp_codegen_object_new(Func_2_tCB627F464F4D6382DEE25046EA94646523308FE1_il2cpp_TypeInfo_var);
|
|
NullCheck(L_74);
|
|
Func_2__ctor_mE292EB3D4C9A07C566B0570AB2E1A7F3A2FC3039(L_74, L_73, (intptr_t)((void*)U3CU3Ec_U3CCreateControlItemFromMemberU3Eb__75_0_m1E97AAFAE6B6EC46590C6C04FC057556FCE3E852_RuntimeMethod_var), NULL);
|
|
Func_2_tCB627F464F4D6382DEE25046EA94646523308FE1* L_75 = L_74;
|
|
((U3CU3Ec_t2FC53E156FFD93CC20E0C54722DB6F0050D22EB7_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t2FC53E156FFD93CC20E0C54722DB6F0050D22EB7_il2cpp_TypeInfo_var))->___U3CU3E9__75_0_2 = L_75;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((U3CU3Ec_t2FC53E156FFD93CC20E0C54722DB6F0050D22EB7_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t2FC53E156FFD93CC20E0C54722DB6F0050D22EB7_il2cpp_TypeInfo_var))->___U3CU3E9__75_0_2), (void*)L_75);
|
|
G_B42_0 = L_75;
|
|
G_B42_1 = G_B41_1;
|
|
}
|
|
|
|
IL_016e:
|
|
{
|
|
RuntimeObject* L_76;
|
|
L_76 = Enumerable_Select_TisString_t_TisInternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735_m011557AA65FEF515F3C86B632FC900011EEAC4F5((RuntimeObject*)G_B42_1, G_B42_0, Enumerable_Select_TisString_t_TisInternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735_m011557AA65FEF515F3C86B632FC900011EEAC4F5_RuntimeMethod_var);
|
|
InternedStringU5BU5D_t0B851758733FC0B118D84BE83AED10A0404C18D5* L_77;
|
|
L_77 = Enumerable_ToArray_TisInternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735_m454C0E66D1C84DDF8843828AF89C238643DDEC8B(L_76, Enumerable_ToArray_TisInternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735_m454C0E66D1C84DDF8843828AF89C238643DDEC8B_RuntimeMethod_var);
|
|
V_10 = L_77;
|
|
}
|
|
|
|
IL_017a:
|
|
{
|
|
// InternedString[] usages = null;
|
|
V_11 = (InternedStringU5BU5D_t0B851758733FC0B118D84BE83AED10A0404C18D5*)NULL;
|
|
// if (attribute != null)
|
|
InputControlAttribute_t312CA97B153666F873279E81BA4054684715368D* L_78 = ___1_attribute;
|
|
if (!L_78)
|
|
{
|
|
goto IL_01c4;
|
|
}
|
|
}
|
|
{
|
|
// var joined = ArrayHelpers.Join(attribute.usage, attribute.usages);
|
|
InputControlAttribute_t312CA97B153666F873279E81BA4054684715368D* L_79 = ___1_attribute;
|
|
NullCheck(L_79);
|
|
String_t* L_80;
|
|
L_80 = InputControlAttribute_get_usage_m7371246ED904FFEB20B8EA3A716E6866C75B5403_inline(L_79, NULL);
|
|
InputControlAttribute_t312CA97B153666F873279E81BA4054684715368D* L_81 = ___1_attribute;
|
|
NullCheck(L_81);
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_82;
|
|
L_82 = InputControlAttribute_get_usages_m778DDB9F8F0A4B319CDD08E59D07708EF7B9B19B_inline(L_81, NULL);
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_83;
|
|
L_83 = ArrayHelpers_Join_TisString_t_m71894924B92834BC449D75D76A46943025206C9B(L_80, L_82, ArrayHelpers_Join_TisString_t_m71894924B92834BC449D75D76A46943025206C9B_RuntimeMethod_var);
|
|
V_24 = L_83;
|
|
// if (joined != null)
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_84 = V_24;
|
|
if (!L_84)
|
|
{
|
|
goto IL_01c4;
|
|
}
|
|
}
|
|
{
|
|
// usages = joined.Select(x => new InternedString(x)).ToArray();
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_85 = V_24;
|
|
il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_t2FC53E156FFD93CC20E0C54722DB6F0050D22EB7_il2cpp_TypeInfo_var);
|
|
Func_2_tCB627F464F4D6382DEE25046EA94646523308FE1* L_86 = ((U3CU3Ec_t2FC53E156FFD93CC20E0C54722DB6F0050D22EB7_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t2FC53E156FFD93CC20E0C54722DB6F0050D22EB7_il2cpp_TypeInfo_var))->___U3CU3E9__75_1_3;
|
|
Func_2_tCB627F464F4D6382DEE25046EA94646523308FE1* L_87 = L_86;
|
|
G_B46_0 = L_87;
|
|
G_B46_1 = L_85;
|
|
if (L_87)
|
|
{
|
|
G_B47_0 = L_87;
|
|
G_B47_1 = L_85;
|
|
goto IL_01b8;
|
|
}
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_t2FC53E156FFD93CC20E0C54722DB6F0050D22EB7_il2cpp_TypeInfo_var);
|
|
U3CU3Ec_t2FC53E156FFD93CC20E0C54722DB6F0050D22EB7* L_88 = ((U3CU3Ec_t2FC53E156FFD93CC20E0C54722DB6F0050D22EB7_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t2FC53E156FFD93CC20E0C54722DB6F0050D22EB7_il2cpp_TypeInfo_var))->___U3CU3E9_0;
|
|
Func_2_tCB627F464F4D6382DEE25046EA94646523308FE1* L_89 = (Func_2_tCB627F464F4D6382DEE25046EA94646523308FE1*)il2cpp_codegen_object_new(Func_2_tCB627F464F4D6382DEE25046EA94646523308FE1_il2cpp_TypeInfo_var);
|
|
NullCheck(L_89);
|
|
Func_2__ctor_mE292EB3D4C9A07C566B0570AB2E1A7F3A2FC3039(L_89, L_88, (intptr_t)((void*)U3CU3Ec_U3CCreateControlItemFromMemberU3Eb__75_1_m82976E43314F7E9B778F0466AC92AECC3646ED29_RuntimeMethod_var), NULL);
|
|
Func_2_tCB627F464F4D6382DEE25046EA94646523308FE1* L_90 = L_89;
|
|
((U3CU3Ec_t2FC53E156FFD93CC20E0C54722DB6F0050D22EB7_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t2FC53E156FFD93CC20E0C54722DB6F0050D22EB7_il2cpp_TypeInfo_var))->___U3CU3E9__75_1_3 = L_90;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((U3CU3Ec_t2FC53E156FFD93CC20E0C54722DB6F0050D22EB7_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t2FC53E156FFD93CC20E0C54722DB6F0050D22EB7_il2cpp_TypeInfo_var))->___U3CU3E9__75_1_3), (void*)L_90);
|
|
G_B47_0 = L_90;
|
|
G_B47_1 = G_B46_1;
|
|
}
|
|
|
|
IL_01b8:
|
|
{
|
|
RuntimeObject* L_91;
|
|
L_91 = Enumerable_Select_TisString_t_TisInternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735_m011557AA65FEF515F3C86B632FC900011EEAC4F5((RuntimeObject*)G_B47_1, G_B47_0, Enumerable_Select_TisString_t_TisInternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735_m011557AA65FEF515F3C86B632FC900011EEAC4F5_RuntimeMethod_var);
|
|
InternedStringU5BU5D_t0B851758733FC0B118D84BE83AED10A0404C18D5* L_92;
|
|
L_92 = Enumerable_ToArray_TisInternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735_m454C0E66D1C84DDF8843828AF89C238643DDEC8B(L_91, Enumerable_ToArray_TisInternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735_m454C0E66D1C84DDF8843828AF89C238643DDEC8B_RuntimeMethod_var);
|
|
V_11 = L_92;
|
|
}
|
|
|
|
IL_01c4:
|
|
{
|
|
// NamedValue[] parameters = null;
|
|
V_12 = (NamedValueU5BU5D_tADD8F1373B88C55F68499688D72C21A97F63303A*)NULL;
|
|
// if (attribute != null && !string.IsNullOrEmpty(attribute.parameters))
|
|
InputControlAttribute_t312CA97B153666F873279E81BA4054684715368D* L_93 = ___1_attribute;
|
|
if (!L_93)
|
|
{
|
|
goto IL_01e4;
|
|
}
|
|
}
|
|
{
|
|
InputControlAttribute_t312CA97B153666F873279E81BA4054684715368D* L_94 = ___1_attribute;
|
|
NullCheck(L_94);
|
|
String_t* L_95;
|
|
L_95 = InputControlAttribute_get_parameters_mEBE37998A859096C1E48520CC66DA20BFD3DEA21_inline(L_94, NULL);
|
|
bool L_96;
|
|
L_96 = String_IsNullOrEmpty_mEA9E3FB005AC28FE02E69FCF95A7B8456192B478(L_95, NULL);
|
|
if (L_96)
|
|
{
|
|
goto IL_01e4;
|
|
}
|
|
}
|
|
{
|
|
// parameters = NamedValue.ParseMultiple(attribute.parameters);
|
|
InputControlAttribute_t312CA97B153666F873279E81BA4054684715368D* L_97 = ___1_attribute;
|
|
NullCheck(L_97);
|
|
String_t* L_98;
|
|
L_98 = InputControlAttribute_get_parameters_mEBE37998A859096C1E48520CC66DA20BFD3DEA21_inline(L_97, NULL);
|
|
NamedValueU5BU5D_tADD8F1373B88C55F68499688D72C21A97F63303A* L_99;
|
|
L_99 = NamedValue_ParseMultiple_mC8E42688F072AECEBBEE37214D6A9812F124E1C6(L_98, NULL);
|
|
V_12 = L_99;
|
|
}
|
|
|
|
IL_01e4:
|
|
{
|
|
// NameAndParameters[] processors = null;
|
|
V_13 = (NameAndParametersU5BU5D_tA6C2AC34ACDB1967A7A2CEF4BE1D717ADA695CA2*)NULL;
|
|
// if (attribute != null && !string.IsNullOrEmpty(attribute.processors))
|
|
InputControlAttribute_t312CA97B153666F873279E81BA4054684715368D* L_100 = ___1_attribute;
|
|
if (!L_100)
|
|
{
|
|
goto IL_0209;
|
|
}
|
|
}
|
|
{
|
|
InputControlAttribute_t312CA97B153666F873279E81BA4054684715368D* L_101 = ___1_attribute;
|
|
NullCheck(L_101);
|
|
String_t* L_102;
|
|
L_102 = InputControlAttribute_get_processors_mCD0F2BC8DD55E115108A01F46E184308765BBBFC_inline(L_101, NULL);
|
|
bool L_103;
|
|
L_103 = String_IsNullOrEmpty_mEA9E3FB005AC28FE02E69FCF95A7B8456192B478(L_102, NULL);
|
|
if (L_103)
|
|
{
|
|
goto IL_0209;
|
|
}
|
|
}
|
|
{
|
|
// processors = NameAndParameters.ParseMultiple(attribute.processors).ToArray();
|
|
InputControlAttribute_t312CA97B153666F873279E81BA4054684715368D* L_104 = ___1_attribute;
|
|
NullCheck(L_104);
|
|
String_t* L_105;
|
|
L_105 = InputControlAttribute_get_processors_mCD0F2BC8DD55E115108A01F46E184308765BBBFC_inline(L_104, NULL);
|
|
RuntimeObject* L_106;
|
|
L_106 = NameAndParameters_ParseMultiple_m384B03B3BA240D9C9EF0AFF872654E4AB384D171(L_105, NULL);
|
|
NameAndParametersU5BU5D_tA6C2AC34ACDB1967A7A2CEF4BE1D717ADA695CA2* L_107;
|
|
L_107 = Enumerable_ToArray_TisNameAndParameters_t8F37102128EFD31CA57808AE6E3D1244758DEA01_m4E10EB9AA22EF437DD279A53F15FD831883DCC26(L_106, Enumerable_ToArray_TisNameAndParameters_t8F37102128EFD31CA57808AE6E3D1244758DEA01_m4E10EB9AA22EF437DD279A53F15FD831883DCC26_RuntimeMethod_var);
|
|
V_13 = L_107;
|
|
}
|
|
|
|
IL_0209:
|
|
{
|
|
// string useStateFrom = null;
|
|
V_14 = (String_t*)NULL;
|
|
// if (attribute != null && !string.IsNullOrEmpty(attribute.useStateFrom))
|
|
InputControlAttribute_t312CA97B153666F873279E81BA4054684715368D* L_108 = ___1_attribute;
|
|
if (!L_108)
|
|
{
|
|
goto IL_0224;
|
|
}
|
|
}
|
|
{
|
|
InputControlAttribute_t312CA97B153666F873279E81BA4054684715368D* L_109 = ___1_attribute;
|
|
NullCheck(L_109);
|
|
String_t* L_110;
|
|
L_110 = InputControlAttribute_get_useStateFrom_m5D3E7D4D53D2C4AB026DC6B4F1DC51C369A71274_inline(L_109, NULL);
|
|
bool L_111;
|
|
L_111 = String_IsNullOrEmpty_mEA9E3FB005AC28FE02E69FCF95A7B8456192B478(L_110, NULL);
|
|
if (L_111)
|
|
{
|
|
goto IL_0224;
|
|
}
|
|
}
|
|
{
|
|
// useStateFrom = attribute.useStateFrom;
|
|
InputControlAttribute_t312CA97B153666F873279E81BA4054684715368D* L_112 = ___1_attribute;
|
|
NullCheck(L_112);
|
|
String_t* L_113;
|
|
L_113 = InputControlAttribute_get_useStateFrom_m5D3E7D4D53D2C4AB026DC6B4F1DC51C369A71274_inline(L_112, NULL);
|
|
V_14 = L_113;
|
|
}
|
|
|
|
IL_0224:
|
|
{
|
|
// var isNoisy = false;
|
|
V_15 = (bool)0;
|
|
// if (attribute != null)
|
|
InputControlAttribute_t312CA97B153666F873279E81BA4054684715368D* L_114 = ___1_attribute;
|
|
if (!L_114)
|
|
{
|
|
goto IL_0232;
|
|
}
|
|
}
|
|
{
|
|
// isNoisy = attribute.noisy;
|
|
InputControlAttribute_t312CA97B153666F873279E81BA4054684715368D* L_115 = ___1_attribute;
|
|
NullCheck(L_115);
|
|
bool L_116;
|
|
L_116 = InputControlAttribute_get_noisy_mBA662A67ED441533527D185843B6D5CF05894AE6_inline(L_115, NULL);
|
|
V_15 = L_116;
|
|
}
|
|
|
|
IL_0232:
|
|
{
|
|
// var dontReset = false;
|
|
V_16 = (bool)0;
|
|
// if (attribute != null)
|
|
InputControlAttribute_t312CA97B153666F873279E81BA4054684715368D* L_117 = ___1_attribute;
|
|
if (!L_117)
|
|
{
|
|
goto IL_0240;
|
|
}
|
|
}
|
|
{
|
|
// dontReset = attribute.dontReset;
|
|
InputControlAttribute_t312CA97B153666F873279E81BA4054684715368D* L_118 = ___1_attribute;
|
|
NullCheck(L_118);
|
|
bool L_119;
|
|
L_119 = InputControlAttribute_get_dontReset_m085E7CBE2476027CD453226FBB7E92D1C889FC6C_inline(L_118, NULL);
|
|
V_16 = L_119;
|
|
}
|
|
|
|
IL_0240:
|
|
{
|
|
// var isSynthetic = false;
|
|
V_17 = (bool)0;
|
|
// if (attribute != null)
|
|
InputControlAttribute_t312CA97B153666F873279E81BA4054684715368D* L_120 = ___1_attribute;
|
|
if (!L_120)
|
|
{
|
|
goto IL_024e;
|
|
}
|
|
}
|
|
{
|
|
// isSynthetic = attribute.synthetic;
|
|
InputControlAttribute_t312CA97B153666F873279E81BA4054684715368D* L_121 = ___1_attribute;
|
|
NullCheck(L_121);
|
|
bool L_122;
|
|
L_122 = InputControlAttribute_get_synthetic_mBB9ED78B1E8B5ABA1D241F557092269CC54BE3E6_inline(L_121, NULL);
|
|
V_17 = L_122;
|
|
}
|
|
|
|
IL_024e:
|
|
{
|
|
// var arraySize = 0;
|
|
V_18 = 0;
|
|
// if (attribute != null)
|
|
InputControlAttribute_t312CA97B153666F873279E81BA4054684715368D* L_123 = ___1_attribute;
|
|
if (!L_123)
|
|
{
|
|
goto IL_025c;
|
|
}
|
|
}
|
|
{
|
|
// arraySize = attribute.arraySize;
|
|
InputControlAttribute_t312CA97B153666F873279E81BA4054684715368D* L_124 = ___1_attribute;
|
|
NullCheck(L_124);
|
|
int32_t L_125;
|
|
L_125 = InputControlAttribute_get_arraySize_mA2D4F265E502ECCF190F56047D1909D08C66B52B_inline(L_124, NULL);
|
|
V_18 = L_125;
|
|
}
|
|
|
|
IL_025c:
|
|
{
|
|
// var defaultState = new PrimitiveValue();
|
|
il2cpp_codegen_initobj((&V_19), sizeof(PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4));
|
|
// if (attribute != null)
|
|
InputControlAttribute_t312CA97B153666F873279E81BA4054684715368D* L_126 = ___1_attribute;
|
|
if (!L_126)
|
|
{
|
|
goto IL_0274;
|
|
}
|
|
}
|
|
{
|
|
// defaultState = PrimitiveValue.FromObject(attribute.defaultState);
|
|
InputControlAttribute_t312CA97B153666F873279E81BA4054684715368D* L_127 = ___1_attribute;
|
|
NullCheck(L_127);
|
|
RuntimeObject* L_128;
|
|
L_128 = InputControlAttribute_get_defaultState_mB4DF687BD33F28ADA5AF7E7F3D12F25D58C415CB_inline(L_127, NULL);
|
|
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 L_129;
|
|
L_129 = PrimitiveValue_FromObject_m8614FFABB7D5DAF218397AB3C2254089477C8786(L_128, NULL);
|
|
V_19 = L_129;
|
|
}
|
|
|
|
IL_0274:
|
|
{
|
|
// var minValue = new PrimitiveValue();
|
|
il2cpp_codegen_initobj((&V_20), sizeof(PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4));
|
|
// var maxValue = new PrimitiveValue();
|
|
il2cpp_codegen_initobj((&V_21), sizeof(PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4));
|
|
// if (attribute != null)
|
|
InputControlAttribute_t312CA97B153666F873279E81BA4054684715368D* L_130 = ___1_attribute;
|
|
if (!L_130)
|
|
{
|
|
goto IL_02a1;
|
|
}
|
|
}
|
|
{
|
|
// minValue = PrimitiveValue.FromObject(attribute.minValue);
|
|
InputControlAttribute_t312CA97B153666F873279E81BA4054684715368D* L_131 = ___1_attribute;
|
|
NullCheck(L_131);
|
|
RuntimeObject* L_132;
|
|
L_132 = InputControlAttribute_get_minValue_m77CF5CF2497FE1137FCECF02F718086526C84651_inline(L_131, NULL);
|
|
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 L_133;
|
|
L_133 = PrimitiveValue_FromObject_m8614FFABB7D5DAF218397AB3C2254089477C8786(L_132, NULL);
|
|
V_20 = L_133;
|
|
// maxValue = PrimitiveValue.FromObject(attribute.maxValue);
|
|
InputControlAttribute_t312CA97B153666F873279E81BA4054684715368D* L_134 = ___1_attribute;
|
|
NullCheck(L_134);
|
|
RuntimeObject* L_135;
|
|
L_135 = InputControlAttribute_get_maxValue_mED29B0ABE0550E329576E980384479DACF803503_inline(L_134, NULL);
|
|
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 L_136;
|
|
L_136 = PrimitiveValue_FromObject_m8614FFABB7D5DAF218397AB3C2254089477C8786(L_135, NULL);
|
|
V_21 = L_136;
|
|
}
|
|
|
|
IL_02a1:
|
|
{
|
|
// return new ControlItem
|
|
// {
|
|
// name = new InternedString(name),
|
|
// displayName = displayName,
|
|
// shortDisplayName = shortDisplayName,
|
|
// layout = new InternedString(layout),
|
|
// variants = new InternedString(variants),
|
|
// useStateFrom = useStateFrom,
|
|
// format = format,
|
|
// offset = offset,
|
|
// bit = bit,
|
|
// sizeInBits = sizeInBits,
|
|
// parameters = new ReadOnlyArray<NamedValue>(parameters),
|
|
// processors = new ReadOnlyArray<NameAndParameters>(processors),
|
|
// usages = new ReadOnlyArray<InternedString>(usages),
|
|
// aliases = new ReadOnlyArray<InternedString>(aliases),
|
|
// isModifyingExistingControl = isModifyingChildControlByPath,
|
|
// isFirstDefinedInThisLayout = true,
|
|
// isNoisy = isNoisy,
|
|
// dontReset = dontReset,
|
|
// isSynthetic = isSynthetic,
|
|
// arraySize = arraySize,
|
|
// defaultState = defaultState,
|
|
// minValue = minValue,
|
|
// maxValue = maxValue,
|
|
// };
|
|
il2cpp_codegen_initobj((&V_25), sizeof(ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD));
|
|
String_t* L_137 = V_0;
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_138;
|
|
memset((&L_138), 0, sizeof(L_138));
|
|
InternedString__ctor_m2E9672D46D84C82F705DE799CE8B6123EB95E935((&L_138), L_137, /*hidden argument*/NULL);
|
|
ControlItem_set_name_m51D3D4522272DD1AF9E12F5B93C232AC79F7A19E_inline((&V_25), L_138, NULL);
|
|
String_t* L_139 = V_2;
|
|
ControlItem_set_displayName_m626633276E1E59337D3088E9C49AC10AE72B6507_inline((&V_25), L_139, NULL);
|
|
String_t* L_140 = V_3;
|
|
ControlItem_set_shortDisplayName_mB2342EA16705A431947DD7905BF0AD04A3D307B4_inline((&V_25), L_140, NULL);
|
|
String_t* L_141 = V_4;
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_142;
|
|
memset((&L_142), 0, sizeof(L_142));
|
|
InternedString__ctor_m2E9672D46D84C82F705DE799CE8B6123EB95E935((&L_142), L_141, /*hidden argument*/NULL);
|
|
ControlItem_set_layout_m06690041885C5E746BAE0574C6CDD1BE532073BD_inline((&V_25), L_142, NULL);
|
|
String_t* L_143 = V_5;
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_144;
|
|
memset((&L_144), 0, sizeof(L_144));
|
|
InternedString__ctor_m2E9672D46D84C82F705DE799CE8B6123EB95E935((&L_144), L_143, /*hidden argument*/NULL);
|
|
ControlItem_set_variants_mC24C3B81D42DD6606699720B0070D86A4A7C392F_inline((&V_25), L_144, NULL);
|
|
String_t* L_145 = V_14;
|
|
ControlItem_set_useStateFrom_mC4F23A31DA6D92F35F0C252666867DE60BA0F3C2_inline((&V_25), L_145, NULL);
|
|
FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_146 = V_9;
|
|
ControlItem_set_format_m541DAC401207113B8D69E89B5D4A7C694D8A7263_inline((&V_25), L_146, NULL);
|
|
uint32_t L_147 = V_6;
|
|
ControlItem_set_offset_mADAA61E264DE2C83DB6BB3B6D9EF22974D2071B9_inline((&V_25), L_147, NULL);
|
|
uint32_t L_148 = V_7;
|
|
ControlItem_set_bit_m7975555A9C8690C66B6F39A5988561F190FECE58_inline((&V_25), L_148, NULL);
|
|
uint32_t L_149 = V_8;
|
|
ControlItem_set_sizeInBits_m121DD023118CC37B77D17B987591DDA9A6DD9582_inline((&V_25), L_149, NULL);
|
|
NamedValueU5BU5D_tADD8F1373B88C55F68499688D72C21A97F63303A* L_150 = V_12;
|
|
ReadOnlyArray_1_t4A15F7D15ACB297B45A08889D51E4CACEAD4EDF9 L_151;
|
|
memset((&L_151), 0, sizeof(L_151));
|
|
ReadOnlyArray_1__ctor_m0A2A04DEB5DD6904A88BA998F8DFF306E7932261((&L_151), L_150, /*hidden argument*/ReadOnlyArray_1__ctor_m0A2A04DEB5DD6904A88BA998F8DFF306E7932261_RuntimeMethod_var);
|
|
ControlItem_set_parameters_m505637A7EF8388EFBFD6BF983876034054B248DD_inline((&V_25), L_151, NULL);
|
|
NameAndParametersU5BU5D_tA6C2AC34ACDB1967A7A2CEF4BE1D717ADA695CA2* L_152 = V_13;
|
|
ReadOnlyArray_1_t1B44D48F2E9F425D218BABD5DE616117E8725D41 L_153;
|
|
memset((&L_153), 0, sizeof(L_153));
|
|
ReadOnlyArray_1__ctor_mEAD477EA9B978C5FB45054408D3AF3B53A4E9F37((&L_153), L_152, /*hidden argument*/ReadOnlyArray_1__ctor_mEAD477EA9B978C5FB45054408D3AF3B53A4E9F37_RuntimeMethod_var);
|
|
ControlItem_set_processors_m1611E42E6E1EF35DFA7D9428E213F3BCA4417EFE_inline((&V_25), L_153, NULL);
|
|
InternedStringU5BU5D_t0B851758733FC0B118D84BE83AED10A0404C18D5* L_154 = V_11;
|
|
ReadOnlyArray_1_t1C2864D7CF4D444AB2616316AC8DD33932F77064 L_155;
|
|
memset((&L_155), 0, sizeof(L_155));
|
|
ReadOnlyArray_1__ctor_m8B1A10969D597D11769C4E7C33B907A981CA78F5((&L_155), L_154, /*hidden argument*/ReadOnlyArray_1__ctor_m8B1A10969D597D11769C4E7C33B907A981CA78F5_RuntimeMethod_var);
|
|
ControlItem_set_usages_m7A83BA777016005F41C58AE27BFDA0250BF39E51_inline((&V_25), L_155, NULL);
|
|
InternedStringU5BU5D_t0B851758733FC0B118D84BE83AED10A0404C18D5* L_156 = V_10;
|
|
ReadOnlyArray_1_t1C2864D7CF4D444AB2616316AC8DD33932F77064 L_157;
|
|
memset((&L_157), 0, sizeof(L_157));
|
|
ReadOnlyArray_1__ctor_m8B1A10969D597D11769C4E7C33B907A981CA78F5((&L_157), L_156, /*hidden argument*/ReadOnlyArray_1__ctor_m8B1A10969D597D11769C4E7C33B907A981CA78F5_RuntimeMethod_var);
|
|
ControlItem_set_aliases_mE23B04A43B1EC0271BA1FFAB9A7F19E578FA0FB1_inline((&V_25), L_157, NULL);
|
|
bool L_158 = V_1;
|
|
ControlItem_set_isModifyingExistingControl_mD8B3977F0275393003E7C3DFFB4DED8C93A90714((&V_25), L_158, NULL);
|
|
ControlItem_set_isFirstDefinedInThisLayout_m8A0FC99F8A8ACC6DE3076CEA8697629C845D43BC((&V_25), (bool)1, NULL);
|
|
bool L_159 = V_15;
|
|
ControlItem_set_isNoisy_m912FA48D58D8E5201A0A4FD743BE5CE95F1C7D02((&V_25), L_159, NULL);
|
|
bool L_160 = V_16;
|
|
ControlItem_set_dontReset_m543005FAF82C29CAA3C363D3A141DE73BD5B0463((&V_25), L_160, NULL);
|
|
bool L_161 = V_17;
|
|
ControlItem_set_isSynthetic_m8B1882C4ACFDA5146C68C2BDE3AA36A1972AFF7A((&V_25), L_161, NULL);
|
|
int32_t L_162 = V_18;
|
|
ControlItem_set_arraySize_m836E83FBB5E21DFFF99CC3D47CAF0812894DF39E_inline((&V_25), L_162, NULL);
|
|
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 L_163 = V_19;
|
|
ControlItem_set_defaultState_m3C11CEAA24CEFC78FCDD5BC85EEA2C7A6A17EBCD_inline((&V_25), L_163, NULL);
|
|
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 L_164 = V_20;
|
|
ControlItem_set_minValue_m416B368BF736DC2A036EF10DDF91C3ABFCA1D9F3_inline((&V_25), L_164, NULL);
|
|
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 L_165 = V_21;
|
|
ControlItem_set_maxValue_m4AC28329EF977177A7280FD58B0FD9490E315508_inline((&V_25), L_165, NULL);
|
|
ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD L_166 = V_25;
|
|
return L_166;
|
|
}
|
|
}
|
|
// System.String UnityEngine.InputSystem.Layouts.InputControlLayout::InferLayoutFromValueType(System.Type)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* InputControlLayout_InferLayoutFromValueType_mB12FEC8724F2C94253BB1F6775FC2DAFD238E07D (Type_t* ___0_type, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral931DFDCE8A7F395390F2AC831102C486A12DB07C);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
{
|
|
// var layout = s_Layouts.TryFindLayoutForType(type);
|
|
il2cpp_codegen_runtime_class_init_inline(InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D_il2cpp_TypeInfo_var);
|
|
Type_t* L_0 = ___0_type;
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_1;
|
|
L_1 = Collection_TryFindLayoutForType_m63B3C00D6ED29C6DD98A6B735E5C4C84A3B20868((&((InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D_StaticFields*)il2cpp_codegen_static_fields_for(InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D_il2cpp_TypeInfo_var))->___s_Layouts_15), L_0, NULL);
|
|
V_0 = L_1;
|
|
// if (layout.IsEmpty())
|
|
bool L_2;
|
|
L_2 = InternedString_IsEmpty_mA88FAF2562BF41C57C00E68F5A4111B22CFF173B((&V_0), NULL);
|
|
if (!L_2)
|
|
{
|
|
goto IL_007d;
|
|
}
|
|
}
|
|
{
|
|
// var typeName = new InternedString(type.Name);
|
|
Type_t* L_3 = ___0_type;
|
|
NullCheck(L_3);
|
|
String_t* L_4;
|
|
L_4 = VirtualFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, L_3);
|
|
InternedString__ctor_m2E9672D46D84C82F705DE799CE8B6123EB95E935((&V_1), L_4, NULL);
|
|
// if (s_Layouts.HasLayout(typeName))
|
|
il2cpp_codegen_runtime_class_init_inline(InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D_il2cpp_TypeInfo_var);
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_5 = V_1;
|
|
bool L_6;
|
|
L_6 = Collection_HasLayout_m76BD57A515EFDE26B81646B755529776C02ACA8E((&((InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D_StaticFields*)il2cpp_codegen_static_fields_for(InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D_il2cpp_TypeInfo_var))->___s_Layouts_15), L_5, NULL);
|
|
if (!L_6)
|
|
{
|
|
goto IL_0033;
|
|
}
|
|
}
|
|
{
|
|
// layout = typeName;
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_7 = V_1;
|
|
V_0 = L_7;
|
|
goto IL_007d;
|
|
}
|
|
|
|
IL_0033:
|
|
{
|
|
// else if (type.Name.EndsWith("Control"))
|
|
Type_t* L_8 = ___0_type;
|
|
NullCheck(L_8);
|
|
String_t* L_9;
|
|
L_9 = VirtualFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, L_8);
|
|
NullCheck(L_9);
|
|
bool L_10;
|
|
L_10 = String_EndsWith_mCD3754F5401E19CE7821CD398986E4EAA6AD87DC(L_9, _stringLiteral931DFDCE8A7F395390F2AC831102C486A12DB07C, NULL);
|
|
if (!L_10)
|
|
{
|
|
goto IL_007d;
|
|
}
|
|
}
|
|
{
|
|
// typeName = new InternedString(type.Name.Substring(0, type.Name.Length - "Control".Length));
|
|
Type_t* L_11 = ___0_type;
|
|
NullCheck(L_11);
|
|
String_t* L_12;
|
|
L_12 = VirtualFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, L_11);
|
|
Type_t* L_13 = ___0_type;
|
|
NullCheck(L_13);
|
|
String_t* L_14;
|
|
L_14 = VirtualFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, L_13);
|
|
NullCheck(L_14);
|
|
int32_t L_15;
|
|
L_15 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_14, NULL);
|
|
NullCheck(_stringLiteral931DFDCE8A7F395390F2AC831102C486A12DB07C);
|
|
int32_t L_16;
|
|
L_16 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(_stringLiteral931DFDCE8A7F395390F2AC831102C486A12DB07C, NULL);
|
|
NullCheck(L_12);
|
|
String_t* L_17;
|
|
L_17 = String_Substring_mB1D94F47935D22E130FF2C01DBB6A4135FBB76CE(L_12, 0, ((int32_t)il2cpp_codegen_subtract(L_15, L_16)), NULL);
|
|
InternedString__ctor_m2E9672D46D84C82F705DE799CE8B6123EB95E935((&V_1), L_17, NULL);
|
|
// if (s_Layouts.HasLayout(typeName))
|
|
il2cpp_codegen_runtime_class_init_inline(InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D_il2cpp_TypeInfo_var);
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_18 = V_1;
|
|
bool L_19;
|
|
L_19 = Collection_HasLayout_m76BD57A515EFDE26B81646B755529776C02ACA8E((&((InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D_StaticFields*)il2cpp_codegen_static_fields_for(InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D_il2cpp_TypeInfo_var))->___s_Layouts_15), L_18, NULL);
|
|
if (!L_19)
|
|
{
|
|
goto IL_007d;
|
|
}
|
|
}
|
|
{
|
|
// layout = typeName;
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_20 = V_1;
|
|
V_0 = L_20;
|
|
}
|
|
|
|
IL_007d:
|
|
{
|
|
// return layout;
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_21 = V_0;
|
|
String_t* L_22;
|
|
L_22 = InternedString_op_Implicit_m99D80AAE853F54FA2EF2603D020C7454B608D2F6(L_21, NULL);
|
|
return L_22;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.InputSystem.Layouts.InputControlLayout::MergeLayout(UnityEngine.InputSystem.Layouts.InputControlLayout)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputControlLayout_MergeLayout_mEC7E019B4FEAF51F93942082EEE66C8ABDF5AAAA (InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D* __this, InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D* ___0_other, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArrayHelpers_Merge_TisInternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735_mCC79BA1038C37616EE10663DC2AB82AA7ADB8105_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_GetEnumerator_mED7935E9E341E7F2EEBBC1C1FC12B75E2F7B82FA_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_Remove_mF0D54069778A5B64FDE5A135E9AE91F483632C76_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_TryGetValue_m92247229376708F90D2F54E5D2B6D73367E6A838_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_get_Values_m9FD8C49CEC0ADB6CB640CAFF80326CDB595DD0DE_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerable_Where_TisControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD_mF2414820EDBE19D4C89DAF957E356FDF8058A1B8_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_Dispose_m592BCCE7B7933454DED2130C810F059F8D85B1D7_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_Dispose_mBCC89966089586374EB36200815C3B253B876CAC_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_m481A4392580739004A8DB19F6BAD82506D2672F1_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_mDB47EEC4531D33B9C33FD2E70BA15E1535A0F3ED_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_m143541DD8FBCD313E7554EA738FA813B8F4DB11A_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_mA48C5DA659589540A63F347059DFC0C6537202FE_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_2_tE8C03B34A75321160F6D3EFCB01F9346EC7F21C7_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InlinedArray_1_Merge_mFBCBF398F83222C4F45F518BFAF15B5083CA4A7E_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputControlLayout_U3CMergeLayoutU3Eb__77_0_m0A357DBA6F83C7055BFB976D9A49783C053847CE_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KeyValuePair_2_get_Key_m50986731D255E7947440ACEFA1BFFBBBB6FB5520_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KeyValuePair_2_get_Value_m690C9AE12011F61B2E8F50FD0F8C05DF5C63D3DA_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_AddRange_m23F87068F1ED72DC86372B717F08CD9EF57C6BDA_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_mC80F4E1FA0352E5887AF0D8100CA8C32C74509D6_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_GetEnumerator_m7692B5F182858B7D5C72C920D09AD48738D1E70D_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_ToArray_m00CA5FB91CDA6365D58E28447BF529B32FE5AFE1_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_mA682012E5951D6B004135D22C6B4B2D7D593990E_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_mCA8DD57EAC70C2B5923DBB9D5A77CEAC22E7068E_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_m965582C062B5F29E2DB7427A5C2DD8603D88ADD7_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_mB63183A9151F4345A9DD444A7CBE0D6E03F77C7C_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_m0A94F1F351B6BAE6D2F3889C9C4B99E7106487AC_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_m21AEC50E791371101DC22ABCF96A2E46800811F8_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_set_Item_m6FA93D75E7D5F138E7C31968F66B0C5918E6CA8C_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_tBF847DD77CE898FDD304012AB5DFBFC15986D8F7_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_get_HasValue_m6B76D139692C43B2AF7C695FAB044B16ACFAF355_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBA1039E8CDAE53E44AC3E6185B0871F3D031A476);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
bool V_0 = false;
|
|
Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01 V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
List_1_tBF847DD77CE898FDD304012AB5DFBFC15986D8F7* V_3 = NULL;
|
|
List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD* V_4 = NULL;
|
|
Dictionary_2_t9603121094471C60D6E60B03066D77D447754994* V_5 = NULL;
|
|
Enumerator_t5FBCC2B17537F2498974FEE49610312C9C848413 V_6;
|
|
memset((&V_6), 0, sizeof(V_6));
|
|
KeyValuePair_2_tEF774DF9AE88629615A657C4AE974F48009E2FFC V_7;
|
|
memset((&V_7), 0, sizeof(V_7));
|
|
ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD V_8;
|
|
memset((&V_8), 0, sizeof(V_8));
|
|
ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD V_9;
|
|
memset((&V_9), 0, sizeof(V_9));
|
|
ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD V_10;
|
|
memset((&V_10), 0, sizeof(V_10));
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 V_11;
|
|
memset((&V_11), 0, sizeof(V_11));
|
|
bool V_12 = false;
|
|
int32_t V_13 = 0;
|
|
String_t* V_14 = NULL;
|
|
ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD V_15;
|
|
memset((&V_15), 0, sizeof(V_15));
|
|
Enumerator_tA7A4B718FE1ED1D87565680D8C8195EC8AEAB3D1 V_16;
|
|
memset((&V_16), 0, sizeof(V_16));
|
|
String_t* V_17 = NULL;
|
|
String_t* V_18 = NULL;
|
|
ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD V_19;
|
|
memset((&V_19), 0, sizeof(V_19));
|
|
ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD V_20;
|
|
memset((&V_20), 0, sizeof(V_20));
|
|
int32_t V_21 = 0;
|
|
ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD V_22;
|
|
memset((&V_22), 0, sizeof(V_22));
|
|
int32_t V_23 = 0;
|
|
ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD V_24;
|
|
memset((&V_24), 0, sizeof(V_24));
|
|
InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D* G_B4_0 = NULL;
|
|
InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D* G_B3_0 = NULL;
|
|
Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01 G_B5_0;
|
|
memset((&G_B5_0), 0, sizeof(G_B5_0));
|
|
InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D* G_B5_1 = NULL;
|
|
{
|
|
// if (other == null)
|
|
InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D* L_0 = ___0_other;
|
|
if (L_0)
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
// throw new ArgumentNullException(nameof(other));
|
|
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*)&_stringLiteralF7933083B6BA56CBC6D7BCA0F30688A30D0368F6)), NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputControlLayout_MergeLayout_mEC7E019B4FEAF51F93942082EEE66C8ABDF5AAAA_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
// m_UpdateBeforeRender = m_UpdateBeforeRender ?? other.m_UpdateBeforeRender;
|
|
Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01 L_2 = __this->___m_UpdateBeforeRender_7;
|
|
V_1 = L_2;
|
|
bool L_3;
|
|
L_3 = Nullable_1_get_HasValue_m6B76D139692C43B2AF7C695FAB044B16ACFAF355_inline((&V_1), Nullable_1_get_HasValue_m6B76D139692C43B2AF7C695FAB044B16ACFAF355_RuntimeMethod_var);
|
|
G_B3_0 = __this;
|
|
if (L_3)
|
|
{
|
|
G_B4_0 = __this;
|
|
goto IL_0027;
|
|
}
|
|
}
|
|
{
|
|
InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D* L_4 = ___0_other;
|
|
NullCheck(L_4);
|
|
Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01 L_5 = L_4->___m_UpdateBeforeRender_7;
|
|
G_B5_0 = L_5;
|
|
G_B5_1 = G_B3_0;
|
|
goto IL_0028;
|
|
}
|
|
|
|
IL_0027:
|
|
{
|
|
Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01 L_6 = V_1;
|
|
G_B5_0 = L_6;
|
|
G_B5_1 = G_B4_0;
|
|
}
|
|
|
|
IL_0028:
|
|
{
|
|
NullCheck(G_B5_1);
|
|
G_B5_1->___m_UpdateBeforeRender_7 = G_B5_0;
|
|
// if (m_Variants.IsEmpty())
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735* L_7 = (&__this->___m_Variants_4);
|
|
bool L_8;
|
|
L_8 = InternedString_IsEmpty_mA88FAF2562BF41C57C00E68F5A4111B22CFF173B(L_7, NULL);
|
|
if (!L_8)
|
|
{
|
|
goto IL_0046;
|
|
}
|
|
}
|
|
{
|
|
// m_Variants = other.m_Variants;
|
|
InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D* L_9 = ___0_other;
|
|
NullCheck(L_9);
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_10 = L_9->___m_Variants_4;
|
|
__this->___m_Variants_4 = L_10;
|
|
Il2CppCodeGenWriteBarrier((void**)&(((&__this->___m_Variants_4))->___m_StringOriginalCase_0), (void*)NULL);
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&(((&__this->___m_Variants_4))->___m_StringLowerCase_1), (void*)NULL);
|
|
#endif
|
|
}
|
|
|
|
IL_0046:
|
|
{
|
|
// if (m_Type == null)
|
|
Type_t* L_11 = __this->___m_Type_3;
|
|
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
|
|
bool L_12;
|
|
L_12 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_11, (Type_t*)NULL, NULL);
|
|
if (!L_12)
|
|
{
|
|
goto IL_0062;
|
|
}
|
|
}
|
|
{
|
|
// m_Type = other.m_Type;
|
|
InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D* L_13 = ___0_other;
|
|
NullCheck(L_13);
|
|
Type_t* L_14 = L_13->___m_Type_3;
|
|
__this->___m_Type_3 = L_14;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_Type_3), (void*)L_14);
|
|
goto IL_0081;
|
|
}
|
|
|
|
IL_0062:
|
|
{
|
|
// else if (m_Type.IsAssignableFrom(other.m_Type))
|
|
Type_t* L_15 = __this->___m_Type_3;
|
|
InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D* L_16 = ___0_other;
|
|
NullCheck(L_16);
|
|
Type_t* L_17 = L_16->___m_Type_3;
|
|
NullCheck(L_15);
|
|
bool L_18;
|
|
L_18 = VirtualFuncInvoker1< bool, Type_t* >::Invoke(22 /* System.Boolean System.Type::IsAssignableFrom(System.Type) */, L_15, L_17);
|
|
if (!L_18)
|
|
{
|
|
goto IL_0081;
|
|
}
|
|
}
|
|
{
|
|
// m_Type = other.m_Type;
|
|
InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D* L_19 = ___0_other;
|
|
NullCheck(L_19);
|
|
Type_t* L_20 = L_19->___m_Type_3;
|
|
__this->___m_Type_3 = L_20;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_Type_3), (void*)L_20);
|
|
}
|
|
|
|
IL_0081:
|
|
{
|
|
// var layoutIsTargetingSpecificVariants = !m_Variants.IsEmpty();
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735* L_21 = (&__this->___m_Variants_4);
|
|
bool L_22;
|
|
L_22 = InternedString_IsEmpty_mA88FAF2562BF41C57C00E68F5A4111B22CFF173B(L_21, NULL);
|
|
V_0 = (bool)((((int32_t)L_22) == ((int32_t)0))? 1 : 0);
|
|
// if (m_StateFormat == new FourCC())
|
|
FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_23 = __this->___m_StateFormat_5;
|
|
il2cpp_codegen_initobj((&V_2), sizeof(FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED));
|
|
FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_24 = V_2;
|
|
bool L_25;
|
|
L_25 = FourCC_op_Equality_m3D556D9BE044419563A7F44DCA15F1EB30656D4C(L_23, L_24, NULL);
|
|
if (!L_25)
|
|
{
|
|
goto IL_00b2;
|
|
}
|
|
}
|
|
{
|
|
// m_StateFormat = other.m_StateFormat;
|
|
InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D* L_26 = ___0_other;
|
|
NullCheck(L_26);
|
|
FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_27 = L_26->___m_StateFormat_5;
|
|
__this->___m_StateFormat_5 = L_27;
|
|
}
|
|
|
|
IL_00b2:
|
|
{
|
|
// m_CommonUsages = ArrayHelpers.Merge(other.m_CommonUsages, m_CommonUsages);
|
|
InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D* L_28 = ___0_other;
|
|
NullCheck(L_28);
|
|
InternedStringU5BU5D_t0B851758733FC0B118D84BE83AED10A0404C18D5* L_29 = L_28->___m_CommonUsages_10;
|
|
InternedStringU5BU5D_t0B851758733FC0B118D84BE83AED10A0404C18D5* L_30 = __this->___m_CommonUsages_10;
|
|
InternedStringU5BU5D_t0B851758733FC0B118D84BE83AED10A0404C18D5* L_31;
|
|
L_31 = ArrayHelpers_Merge_TisInternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735_mCC79BA1038C37616EE10663DC2AB82AA7ADB8105(L_29, L_30, ArrayHelpers_Merge_TisInternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735_mCC79BA1038C37616EE10663DC2AB82AA7ADB8105_RuntimeMethod_var);
|
|
__this->___m_CommonUsages_10 = L_31;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_CommonUsages_10), (void*)L_31);
|
|
// m_AppliedOverrides.Merge(other.m_AppliedOverrides);
|
|
InlinedArray_1_tAFDFE0972A71B9760077CFA9D4A1DBD7BE435800* L_32 = (&__this->___m_AppliedOverrides_9);
|
|
InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D* L_33 = ___0_other;
|
|
NullCheck(L_33);
|
|
InlinedArray_1_tAFDFE0972A71B9760077CFA9D4A1DBD7BE435800 L_34 = L_33->___m_AppliedOverrides_9;
|
|
InlinedArray_1_Merge_mFBCBF398F83222C4F45F518BFAF15B5083CA4A7E(L_32, L_34, InlinedArray_1_Merge_mFBCBF398F83222C4F45F518BFAF15B5083CA4A7E_RuntimeMethod_var);
|
|
// if (string.IsNullOrEmpty(m_DisplayName))
|
|
String_t* L_35 = __this->___m_DisplayName_12;
|
|
bool L_36;
|
|
L_36 = String_IsNullOrEmpty_mEA9E3FB005AC28FE02E69FCF95A7B8456192B478(L_35, NULL);
|
|
if (!L_36)
|
|
{
|
|
goto IL_00f3;
|
|
}
|
|
}
|
|
{
|
|
// m_DisplayName = other.m_DisplayName;
|
|
InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D* L_37 = ___0_other;
|
|
NullCheck(L_37);
|
|
String_t* L_38 = L_37->___m_DisplayName_12;
|
|
__this->___m_DisplayName_12 = L_38;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_DisplayName_12), (void*)L_38);
|
|
}
|
|
|
|
IL_00f3:
|
|
{
|
|
// if (m_Controls == null)
|
|
ControlItemU5BU5D_t7798E8B7C7F58B8F6D13B567539CD82E962C7104* L_39 = __this->___m_Controls_11;
|
|
if (L_39)
|
|
{
|
|
goto IL_0108;
|
|
}
|
|
}
|
|
{
|
|
// m_Controls = other.m_Controls;
|
|
InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D* L_40 = ___0_other;
|
|
NullCheck(L_40);
|
|
ControlItemU5BU5D_t7798E8B7C7F58B8F6D13B567539CD82E962C7104* L_41 = L_40->___m_Controls_11;
|
|
__this->___m_Controls_11 = L_41;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_Controls_11), (void*)L_41);
|
|
return;
|
|
}
|
|
|
|
IL_0108:
|
|
{
|
|
// else if (other.m_Controls != null)
|
|
InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D* L_42 = ___0_other;
|
|
NullCheck(L_42);
|
|
ControlItemU5BU5D_t7798E8B7C7F58B8F6D13B567539CD82E962C7104* L_43 = L_42->___m_Controls_11;
|
|
if (!L_43)
|
|
{
|
|
goto IL_043c;
|
|
}
|
|
}
|
|
{
|
|
// var baseControls = other.m_Controls;
|
|
InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D* L_44 = ___0_other;
|
|
NullCheck(L_44);
|
|
ControlItemU5BU5D_t7798E8B7C7F58B8F6D13B567539CD82E962C7104* L_45 = L_44->___m_Controls_11;
|
|
// var controls = new List<ControlItem>();
|
|
List_1_tBF847DD77CE898FDD304012AB5DFBFC15986D8F7* L_46 = (List_1_tBF847DD77CE898FDD304012AB5DFBFC15986D8F7*)il2cpp_codegen_object_new(List_1_tBF847DD77CE898FDD304012AB5DFBFC15986D8F7_il2cpp_TypeInfo_var);
|
|
NullCheck(L_46);
|
|
List_1__ctor_mA682012E5951D6B004135D22C6B4B2D7D593990E(L_46, List_1__ctor_mA682012E5951D6B004135D22C6B4B2D7D593990E_RuntimeMethod_var);
|
|
V_3 = L_46;
|
|
// var baseControlVariants = new List<string>();
|
|
List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD* L_47 = (List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD*)il2cpp_codegen_object_new(List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD_il2cpp_TypeInfo_var);
|
|
NullCheck(L_47);
|
|
List_1__ctor_mCA8DD57EAC70C2B5923DBB9D5A77CEAC22E7068E(L_47, List_1__ctor_mCA8DD57EAC70C2B5923DBB9D5A77CEAC22E7068E_RuntimeMethod_var);
|
|
V_4 = L_47;
|
|
// var baseControlTable = CreateLookupTableForControls(baseControls, baseControlVariants);
|
|
List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD* L_48 = V_4;
|
|
il2cpp_codegen_runtime_class_init_inline(InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D_il2cpp_TypeInfo_var);
|
|
Dictionary_2_t9603121094471C60D6E60B03066D77D447754994* L_49;
|
|
L_49 = InputControlLayout_CreateLookupTableForControls_m8ADB65783985006950154172951E0169B1AC1EA8(L_45, L_48, NULL);
|
|
V_5 = L_49;
|
|
// var thisControlTable = CreateLookupTableForControls(m_Controls);
|
|
ControlItemU5BU5D_t7798E8B7C7F58B8F6D13B567539CD82E962C7104* L_50 = __this->___m_Controls_11;
|
|
Dictionary_2_t9603121094471C60D6E60B03066D77D447754994* L_51;
|
|
L_51 = InputControlLayout_CreateLookupTableForControls_m8ADB65783985006950154172951E0169B1AC1EA8(L_50, (List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD*)NULL, NULL);
|
|
// foreach (var pair in thisControlTable)
|
|
NullCheck(L_51);
|
|
Enumerator_t5FBCC2B17537F2498974FEE49610312C9C848413 L_52;
|
|
L_52 = Dictionary_2_GetEnumerator_mED7935E9E341E7F2EEBBC1C1FC12B75E2F7B82FA(L_51, Dictionary_2_GetEnumerator_mED7935E9E341E7F2EEBBC1C1FC12B75E2F7B82FA_RuntimeMethod_var);
|
|
V_6 = L_52;
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_0386:
|
|
{// begin finally (depth: 1)
|
|
Enumerator_Dispose_mBCC89966089586374EB36200815C3B253B876CAC((&V_6), Enumerator_Dispose_mBCC89966089586374EB36200815C3B253B876CAC_RuntimeMethod_var);
|
|
return;
|
|
}// end finally (depth: 1)
|
|
});
|
|
try
|
|
{// begin try (depth: 1)
|
|
{
|
|
goto IL_0378_1;
|
|
}
|
|
|
|
IL_0147_1:
|
|
{
|
|
// foreach (var pair in thisControlTable)
|
|
KeyValuePair_2_tEF774DF9AE88629615A657C4AE974F48009E2FFC L_53;
|
|
L_53 = Enumerator_get_Current_mA48C5DA659589540A63F347059DFC0C6537202FE_inline((&V_6), Enumerator_get_Current_mA48C5DA659589540A63F347059DFC0C6537202FE_RuntimeMethod_var);
|
|
V_7 = L_53;
|
|
// if (baseControlTable.TryGetValue(pair.Key, out var baseControlItem))
|
|
Dictionary_2_t9603121094471C60D6E60B03066D77D447754994* L_54 = V_5;
|
|
String_t* L_55;
|
|
L_55 = KeyValuePair_2_get_Key_m50986731D255E7947440ACEFA1BFFBBBB6FB5520_inline((&V_7), KeyValuePair_2_get_Key_m50986731D255E7947440ACEFA1BFFBBBB6FB5520_RuntimeMethod_var);
|
|
NullCheck(L_54);
|
|
bool L_56;
|
|
L_56 = Dictionary_2_TryGetValue_m92247229376708F90D2F54E5D2B6D73367E6A838(L_54, L_55, (&V_8), Dictionary_2_TryGetValue_m92247229376708F90D2F54E5D2B6D73367E6A838_RuntimeMethod_var);
|
|
if (!L_56)
|
|
{
|
|
goto IL_0192_1;
|
|
}
|
|
}
|
|
{
|
|
// var mergedLayout = pair.Value.Merge(baseControlItem);
|
|
ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD L_57;
|
|
L_57 = KeyValuePair_2_get_Value_m690C9AE12011F61B2E8F50FD0F8C05DF5C63D3DA_inline((&V_7), KeyValuePair_2_get_Value_m690C9AE12011F61B2E8F50FD0F8C05DF5C63D3DA_RuntimeMethod_var);
|
|
V_10 = L_57;
|
|
ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD L_58 = V_8;
|
|
ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD L_59;
|
|
L_59 = ControlItem_Merge_mB40D79927742045C90680E4292AA5745DD99C063((&V_10), L_58, NULL);
|
|
V_9 = L_59;
|
|
// controls.Add(mergedLayout);
|
|
List_1_tBF847DD77CE898FDD304012AB5DFBFC15986D8F7* L_60 = V_3;
|
|
ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD L_61 = V_9;
|
|
NullCheck(L_60);
|
|
List_1_Add_mC80F4E1FA0352E5887AF0D8100CA8C32C74509D6_inline(L_60, L_61, List_1_Add_mC80F4E1FA0352E5887AF0D8100CA8C32C74509D6_RuntimeMethod_var);
|
|
// baseControlTable.Remove(pair.Key);
|
|
Dictionary_2_t9603121094471C60D6E60B03066D77D447754994* L_62 = V_5;
|
|
String_t* L_63;
|
|
L_63 = KeyValuePair_2_get_Key_m50986731D255E7947440ACEFA1BFFBBBB6FB5520_inline((&V_7), KeyValuePair_2_get_Key_m50986731D255E7947440ACEFA1BFFBBBB6FB5520_RuntimeMethod_var);
|
|
NullCheck(L_62);
|
|
bool L_64;
|
|
L_64 = Dictionary_2_Remove_mF0D54069778A5B64FDE5A135E9AE91F483632C76(L_62, L_63, Dictionary_2_Remove_mF0D54069778A5B64FDE5A135E9AE91F483632C76_RuntimeMethod_var);
|
|
goto IL_0378_1;
|
|
}
|
|
|
|
IL_0192_1:
|
|
{
|
|
// else if (pair.Value.variants.IsEmpty() || pair.Value.variants == DefaultVariant)
|
|
ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD L_65;
|
|
L_65 = KeyValuePair_2_get_Value_m690C9AE12011F61B2E8F50FD0F8C05DF5C63D3DA_inline((&V_7), KeyValuePair_2_get_Value_m690C9AE12011F61B2E8F50FD0F8C05DF5C63D3DA_RuntimeMethod_var);
|
|
V_10 = L_65;
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_66;
|
|
L_66 = ControlItem_get_variants_m940B1AE5E4676988EFCBA9919EA86728A131D1D5_inline((&V_10), NULL);
|
|
V_11 = L_66;
|
|
bool L_67;
|
|
L_67 = InternedString_IsEmpty_mA88FAF2562BF41C57C00E68F5A4111B22CFF173B((&V_11), NULL);
|
|
if (L_67)
|
|
{
|
|
goto IL_01cc_1;
|
|
}
|
|
}
|
|
{
|
|
ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD L_68;
|
|
L_68 = KeyValuePair_2_get_Value_m690C9AE12011F61B2E8F50FD0F8C05DF5C63D3DA_inline((&V_7), KeyValuePair_2_get_Value_m690C9AE12011F61B2E8F50FD0F8C05DF5C63D3DA_RuntimeMethod_var);
|
|
V_10 = L_68;
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_69;
|
|
L_69 = ControlItem_get_variants_m940B1AE5E4676988EFCBA9919EA86728A131D1D5_inline((&V_10), NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D_il2cpp_TypeInfo_var);
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_70;
|
|
L_70 = InputControlLayout_get_DefaultVariant_m9A602370E1CB42697E59F4BC682789BAA4D78BD7_inline(NULL);
|
|
bool L_71;
|
|
L_71 = InternedString_op_Equality_m0406355DC90197EF72482719BFC1F046822BABE9(L_69, L_70, NULL);
|
|
if (!L_71)
|
|
{
|
|
goto IL_02eb_1;
|
|
}
|
|
}
|
|
|
|
IL_01cc_1:
|
|
{
|
|
// var isTargetingVariants = false;
|
|
V_12 = (bool)0;
|
|
// if (layoutIsTargetingSpecificVariants)
|
|
bool L_72 = V_0;
|
|
if (!L_72)
|
|
{
|
|
goto IL_025a_1;
|
|
}
|
|
}
|
|
{
|
|
// for (var i = 0; i < baseControlVariants.Count; ++i)
|
|
V_13 = 0;
|
|
goto IL_024d_1;
|
|
}
|
|
|
|
IL_01da_1:
|
|
{
|
|
// if (VariantsMatch(m_Variants.ToLower(), baseControlVariants[i]))
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735* L_73 = (&__this->___m_Variants_4);
|
|
String_t* L_74;
|
|
L_74 = InternedString_ToLower_m38BACEAA62BB7555B631D016BA58B0313050BBBC_inline(L_73, NULL);
|
|
List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD* L_75 = V_4;
|
|
int32_t L_76 = V_13;
|
|
NullCheck(L_75);
|
|
String_t* L_77;
|
|
L_77 = List_1_get_Item_m21AEC50E791371101DC22ABCF96A2E46800811F8(L_75, L_76, List_1_get_Item_m21AEC50E791371101DC22ABCF96A2E46800811F8_RuntimeMethod_var);
|
|
il2cpp_codegen_runtime_class_init_inline(InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D_il2cpp_TypeInfo_var);
|
|
bool L_78;
|
|
L_78 = InputControlLayout_VariantsMatch_mB90A2A3ACA7EE850B0318446F5AA49B4341E498F(L_74, L_77, NULL);
|
|
if (!L_78)
|
|
{
|
|
goto IL_0247_1;
|
|
}
|
|
}
|
|
{
|
|
// var key = $"{pair.Key}@{baseControlVariants[i]}";
|
|
String_t* L_79;
|
|
L_79 = KeyValuePair_2_get_Key_m50986731D255E7947440ACEFA1BFFBBBB6FB5520_inline((&V_7), KeyValuePair_2_get_Key_m50986731D255E7947440ACEFA1BFFBBBB6FB5520_RuntimeMethod_var);
|
|
List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD* L_80 = V_4;
|
|
int32_t L_81 = V_13;
|
|
NullCheck(L_80);
|
|
String_t* L_82;
|
|
L_82 = List_1_get_Item_m21AEC50E791371101DC22ABCF96A2E46800811F8(L_80, L_81, List_1_get_Item_m21AEC50E791371101DC22ABCF96A2E46800811F8_RuntimeMethod_var);
|
|
String_t* L_83;
|
|
L_83 = String_Concat_m8855A6DE10F84DA7F4EC113CADDB59873A25573B(L_79, _stringLiteralBA1039E8CDAE53E44AC3E6185B0871F3D031A476, L_82, NULL);
|
|
V_14 = L_83;
|
|
// if (baseControlTable.TryGetValue(key, out baseControlItem))
|
|
Dictionary_2_t9603121094471C60D6E60B03066D77D447754994* L_84 = V_5;
|
|
String_t* L_85 = V_14;
|
|
NullCheck(L_84);
|
|
bool L_86;
|
|
L_86 = Dictionary_2_TryGetValue_m92247229376708F90D2F54E5D2B6D73367E6A838(L_84, L_85, (&V_8), Dictionary_2_TryGetValue_m92247229376708F90D2F54E5D2B6D73367E6A838_RuntimeMethod_var);
|
|
if (!L_86)
|
|
{
|
|
goto IL_0247_1;
|
|
}
|
|
}
|
|
{
|
|
// var mergedLayout = pair.Value.Merge(baseControlItem);
|
|
ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD L_87;
|
|
L_87 = KeyValuePair_2_get_Value_m690C9AE12011F61B2E8F50FD0F8C05DF5C63D3DA_inline((&V_7), KeyValuePair_2_get_Value_m690C9AE12011F61B2E8F50FD0F8C05DF5C63D3DA_RuntimeMethod_var);
|
|
V_10 = L_87;
|
|
ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD L_88 = V_8;
|
|
ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD L_89;
|
|
L_89 = ControlItem_Merge_mB40D79927742045C90680E4292AA5745DD99C063((&V_10), L_88, NULL);
|
|
V_15 = L_89;
|
|
// controls.Add(mergedLayout);
|
|
List_1_tBF847DD77CE898FDD304012AB5DFBFC15986D8F7* L_90 = V_3;
|
|
ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD L_91 = V_15;
|
|
NullCheck(L_90);
|
|
List_1_Add_mC80F4E1FA0352E5887AF0D8100CA8C32C74509D6_inline(L_90, L_91, List_1_Add_mC80F4E1FA0352E5887AF0D8100CA8C32C74509D6_RuntimeMethod_var);
|
|
// baseControlTable.Remove(key);
|
|
Dictionary_2_t9603121094471C60D6E60B03066D77D447754994* L_92 = V_5;
|
|
String_t* L_93 = V_14;
|
|
NullCheck(L_92);
|
|
bool L_94;
|
|
L_94 = Dictionary_2_Remove_mF0D54069778A5B64FDE5A135E9AE91F483632C76(L_92, L_93, Dictionary_2_Remove_mF0D54069778A5B64FDE5A135E9AE91F483632C76_RuntimeMethod_var);
|
|
// isTargetingVariants = true;
|
|
V_12 = (bool)1;
|
|
}
|
|
|
|
IL_0247_1:
|
|
{
|
|
// for (var i = 0; i < baseControlVariants.Count; ++i)
|
|
int32_t L_95 = V_13;
|
|
V_13 = ((int32_t)il2cpp_codegen_add(L_95, 1));
|
|
}
|
|
|
|
IL_024d_1:
|
|
{
|
|
// for (var i = 0; i < baseControlVariants.Count; ++i)
|
|
int32_t L_96 = V_13;
|
|
List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD* L_97 = V_4;
|
|
NullCheck(L_97);
|
|
int32_t L_98;
|
|
L_98 = List_1_get_Count_mB63183A9151F4345A9DD444A7CBE0D6E03F77C7C_inline(L_97, List_1_get_Count_mB63183A9151F4345A9DD444A7CBE0D6E03F77C7C_RuntimeMethod_var);
|
|
if ((((int32_t)L_96) < ((int32_t)L_98)))
|
|
{
|
|
goto IL_01da_1;
|
|
}
|
|
}
|
|
{
|
|
goto IL_02d2_1;
|
|
}
|
|
|
|
IL_025a_1:
|
|
{
|
|
// foreach (var variant in baseControlVariants)
|
|
List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD* L_99 = V_4;
|
|
NullCheck(L_99);
|
|
Enumerator_tA7A4B718FE1ED1D87565680D8C8195EC8AEAB3D1 L_100;
|
|
L_100 = List_1_GetEnumerator_m7692B5F182858B7D5C72C920D09AD48738D1E70D(L_99, List_1_GetEnumerator_m7692B5F182858B7D5C72C920D09AD48738D1E70D_RuntimeMethod_var);
|
|
V_16 = L_100;
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_02c4_1:
|
|
{// begin finally (depth: 2)
|
|
Enumerator_Dispose_m592BCCE7B7933454DED2130C810F059F8D85B1D7((&V_16), Enumerator_Dispose_m592BCCE7B7933454DED2130C810F059F8D85B1D7_RuntimeMethod_var);
|
|
return;
|
|
}// end finally (depth: 2)
|
|
});
|
|
try
|
|
{// begin try (depth: 2)
|
|
{
|
|
goto IL_02b9_2;
|
|
}
|
|
|
|
IL_0265_2:
|
|
{
|
|
// foreach (var variant in baseControlVariants)
|
|
String_t* L_101;
|
|
L_101 = Enumerator_get_Current_m143541DD8FBCD313E7554EA738FA813B8F4DB11A_inline((&V_16), Enumerator_get_Current_m143541DD8FBCD313E7554EA738FA813B8F4DB11A_RuntimeMethod_var);
|
|
V_17 = L_101;
|
|
// var key = $"{pair.Key}@{variant}";
|
|
String_t* L_102;
|
|
L_102 = KeyValuePair_2_get_Key_m50986731D255E7947440ACEFA1BFFBBBB6FB5520_inline((&V_7), KeyValuePair_2_get_Key_m50986731D255E7947440ACEFA1BFFBBBB6FB5520_RuntimeMethod_var);
|
|
String_t* L_103 = V_17;
|
|
String_t* L_104;
|
|
L_104 = String_Concat_m8855A6DE10F84DA7F4EC113CADDB59873A25573B(L_102, _stringLiteralBA1039E8CDAE53E44AC3E6185B0871F3D031A476, L_103, NULL);
|
|
V_18 = L_104;
|
|
// if (baseControlTable.TryGetValue(key, out baseControlItem))
|
|
Dictionary_2_t9603121094471C60D6E60B03066D77D447754994* L_105 = V_5;
|
|
String_t* L_106 = V_18;
|
|
NullCheck(L_105);
|
|
bool L_107;
|
|
L_107 = Dictionary_2_TryGetValue_m92247229376708F90D2F54E5D2B6D73367E6A838(L_105, L_106, (&V_8), Dictionary_2_TryGetValue_m92247229376708F90D2F54E5D2B6D73367E6A838_RuntimeMethod_var);
|
|
if (!L_107)
|
|
{
|
|
goto IL_02b9_2;
|
|
}
|
|
}
|
|
{
|
|
// var mergedLayout = pair.Value.Merge(baseControlItem);
|
|
ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD L_108;
|
|
L_108 = KeyValuePair_2_get_Value_m690C9AE12011F61B2E8F50FD0F8C05DF5C63D3DA_inline((&V_7), KeyValuePair_2_get_Value_m690C9AE12011F61B2E8F50FD0F8C05DF5C63D3DA_RuntimeMethod_var);
|
|
V_10 = L_108;
|
|
ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD L_109 = V_8;
|
|
ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD L_110;
|
|
L_110 = ControlItem_Merge_mB40D79927742045C90680E4292AA5745DD99C063((&V_10), L_109, NULL);
|
|
V_19 = L_110;
|
|
// controls.Add(mergedLayout);
|
|
List_1_tBF847DD77CE898FDD304012AB5DFBFC15986D8F7* L_111 = V_3;
|
|
ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD L_112 = V_19;
|
|
NullCheck(L_111);
|
|
List_1_Add_mC80F4E1FA0352E5887AF0D8100CA8C32C74509D6_inline(L_111, L_112, List_1_Add_mC80F4E1FA0352E5887AF0D8100CA8C32C74509D6_RuntimeMethod_var);
|
|
// baseControlTable.Remove(key);
|
|
Dictionary_2_t9603121094471C60D6E60B03066D77D447754994* L_113 = V_5;
|
|
String_t* L_114 = V_18;
|
|
NullCheck(L_113);
|
|
bool L_115;
|
|
L_115 = Dictionary_2_Remove_mF0D54069778A5B64FDE5A135E9AE91F483632C76(L_113, L_114, Dictionary_2_Remove_mF0D54069778A5B64FDE5A135E9AE91F483632C76_RuntimeMethod_var);
|
|
// isTargetingVariants = true;
|
|
V_12 = (bool)1;
|
|
}
|
|
|
|
IL_02b9_2:
|
|
{
|
|
// foreach (var variant in baseControlVariants)
|
|
bool L_116;
|
|
L_116 = Enumerator_MoveNext_mDB47EEC4531D33B9C33FD2E70BA15E1535A0F3ED((&V_16), Enumerator_MoveNext_mDB47EEC4531D33B9C33FD2E70BA15E1535A0F3ED_RuntimeMethod_var);
|
|
if (L_116)
|
|
{
|
|
goto IL_0265_2;
|
|
}
|
|
}
|
|
{
|
|
goto IL_02d2_1;
|
|
}
|
|
}// end try (depth: 2)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_02d2_1:
|
|
{
|
|
// if (!isTargetingVariants)
|
|
bool L_117 = V_12;
|
|
if (L_117)
|
|
{
|
|
goto IL_0378_1;
|
|
}
|
|
}
|
|
{
|
|
// controls.Add(pair.Value);
|
|
List_1_tBF847DD77CE898FDD304012AB5DFBFC15986D8F7* L_118 = V_3;
|
|
ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD L_119;
|
|
L_119 = KeyValuePair_2_get_Value_m690C9AE12011F61B2E8F50FD0F8C05DF5C63D3DA_inline((&V_7), KeyValuePair_2_get_Value_m690C9AE12011F61B2E8F50FD0F8C05DF5C63D3DA_RuntimeMethod_var);
|
|
NullCheck(L_118);
|
|
List_1_Add_mC80F4E1FA0352E5887AF0D8100CA8C32C74509D6_inline(L_118, L_119, List_1_Add_mC80F4E1FA0352E5887AF0D8100CA8C32C74509D6_RuntimeMethod_var);
|
|
goto IL_0378_1;
|
|
}
|
|
|
|
IL_02eb_1:
|
|
{
|
|
// else if (baseControlTable.TryGetValue(pair.Value.name.ToLower(), out baseControlItem))
|
|
Dictionary_2_t9603121094471C60D6E60B03066D77D447754994* L_120 = V_5;
|
|
ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD L_121;
|
|
L_121 = KeyValuePair_2_get_Value_m690C9AE12011F61B2E8F50FD0F8C05DF5C63D3DA_inline((&V_7), KeyValuePair_2_get_Value_m690C9AE12011F61B2E8F50FD0F8C05DF5C63D3DA_RuntimeMethod_var);
|
|
V_10 = L_121;
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_122;
|
|
L_122 = ControlItem_get_name_m1D0E0FB5B9A155BEDF717F69A57364F89F1292F7_inline((&V_10), NULL);
|
|
V_11 = L_122;
|
|
String_t* L_123;
|
|
L_123 = InternedString_ToLower_m38BACEAA62BB7555B631D016BA58B0313050BBBC_inline((&V_11), NULL);
|
|
NullCheck(L_120);
|
|
bool L_124;
|
|
L_124 = Dictionary_2_TryGetValue_m92247229376708F90D2F54E5D2B6D73367E6A838(L_120, L_123, (&V_8), Dictionary_2_TryGetValue_m92247229376708F90D2F54E5D2B6D73367E6A838_RuntimeMethod_var);
|
|
if (!L_124)
|
|
{
|
|
goto IL_034e_1;
|
|
}
|
|
}
|
|
{
|
|
// var mergedLayout = pair.Value.Merge(baseControlItem);
|
|
ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD L_125;
|
|
L_125 = KeyValuePair_2_get_Value_m690C9AE12011F61B2E8F50FD0F8C05DF5C63D3DA_inline((&V_7), KeyValuePair_2_get_Value_m690C9AE12011F61B2E8F50FD0F8C05DF5C63D3DA_RuntimeMethod_var);
|
|
V_10 = L_125;
|
|
ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD L_126 = V_8;
|
|
ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD L_127;
|
|
L_127 = ControlItem_Merge_mB40D79927742045C90680E4292AA5745DD99C063((&V_10), L_126, NULL);
|
|
V_20 = L_127;
|
|
// controls.Add(mergedLayout);
|
|
List_1_tBF847DD77CE898FDD304012AB5DFBFC15986D8F7* L_128 = V_3;
|
|
ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD L_129 = V_20;
|
|
NullCheck(L_128);
|
|
List_1_Add_mC80F4E1FA0352E5887AF0D8100CA8C32C74509D6_inline(L_128, L_129, List_1_Add_mC80F4E1FA0352E5887AF0D8100CA8C32C74509D6_RuntimeMethod_var);
|
|
// baseControlTable.Remove(pair.Value.name.ToLower());
|
|
Dictionary_2_t9603121094471C60D6E60B03066D77D447754994* L_130 = V_5;
|
|
ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD L_131;
|
|
L_131 = KeyValuePair_2_get_Value_m690C9AE12011F61B2E8F50FD0F8C05DF5C63D3DA_inline((&V_7), KeyValuePair_2_get_Value_m690C9AE12011F61B2E8F50FD0F8C05DF5C63D3DA_RuntimeMethod_var);
|
|
V_10 = L_131;
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_132;
|
|
L_132 = ControlItem_get_name_m1D0E0FB5B9A155BEDF717F69A57364F89F1292F7_inline((&V_10), NULL);
|
|
V_11 = L_132;
|
|
String_t* L_133;
|
|
L_133 = InternedString_ToLower_m38BACEAA62BB7555B631D016BA58B0313050BBBC_inline((&V_11), NULL);
|
|
NullCheck(L_130);
|
|
bool L_134;
|
|
L_134 = Dictionary_2_Remove_mF0D54069778A5B64FDE5A135E9AE91F483632C76(L_130, L_133, Dictionary_2_Remove_mF0D54069778A5B64FDE5A135E9AE91F483632C76_RuntimeMethod_var);
|
|
goto IL_0378_1;
|
|
}
|
|
|
|
IL_034e_1:
|
|
{
|
|
// else if (VariantsMatch(m_Variants, pair.Value.variants))
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_135 = __this->___m_Variants_4;
|
|
ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD L_136;
|
|
L_136 = KeyValuePair_2_get_Value_m690C9AE12011F61B2E8F50FD0F8C05DF5C63D3DA_inline((&V_7), KeyValuePair_2_get_Value_m690C9AE12011F61B2E8F50FD0F8C05DF5C63D3DA_RuntimeMethod_var);
|
|
V_10 = L_136;
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_137;
|
|
L_137 = ControlItem_get_variants_m940B1AE5E4676988EFCBA9919EA86728A131D1D5_inline((&V_10), NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D_il2cpp_TypeInfo_var);
|
|
bool L_138;
|
|
L_138 = InputControlLayout_VariantsMatch_m040391DE249C8192874ACBF1944059D20D7501C1(L_135, L_137, NULL);
|
|
if (!L_138)
|
|
{
|
|
goto IL_0378_1;
|
|
}
|
|
}
|
|
{
|
|
// controls.Add(pair.Value);
|
|
List_1_tBF847DD77CE898FDD304012AB5DFBFC15986D8F7* L_139 = V_3;
|
|
ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD L_140;
|
|
L_140 = KeyValuePair_2_get_Value_m690C9AE12011F61B2E8F50FD0F8C05DF5C63D3DA_inline((&V_7), KeyValuePair_2_get_Value_m690C9AE12011F61B2E8F50FD0F8C05DF5C63D3DA_RuntimeMethod_var);
|
|
NullCheck(L_139);
|
|
List_1_Add_mC80F4E1FA0352E5887AF0D8100CA8C32C74509D6_inline(L_139, L_140, List_1_Add_mC80F4E1FA0352E5887AF0D8100CA8C32C74509D6_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0378_1:
|
|
{
|
|
// foreach (var pair in thisControlTable)
|
|
bool L_141;
|
|
L_141 = Enumerator_MoveNext_m481A4392580739004A8DB19F6BAD82506D2672F1((&V_6), Enumerator_MoveNext_m481A4392580739004A8DB19F6BAD82506D2672F1_RuntimeMethod_var);
|
|
if (L_141)
|
|
{
|
|
goto IL_0147_1;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0394;
|
|
}
|
|
}// end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_0394:
|
|
{
|
|
// if (!layoutIsTargetingSpecificVariants)
|
|
bool L_142 = V_0;
|
|
if (L_142)
|
|
{
|
|
goto IL_03dc;
|
|
}
|
|
}
|
|
{
|
|
// var indexStart = controls.Count;
|
|
List_1_tBF847DD77CE898FDD304012AB5DFBFC15986D8F7* L_143 = V_3;
|
|
NullCheck(L_143);
|
|
int32_t L_144;
|
|
L_144 = List_1_get_Count_m965582C062B5F29E2DB7427A5C2DD8603D88ADD7_inline(L_143, List_1_get_Count_m965582C062B5F29E2DB7427A5C2DD8603D88ADD7_RuntimeMethod_var);
|
|
// controls.AddRange(baseControlTable.Values);
|
|
List_1_tBF847DD77CE898FDD304012AB5DFBFC15986D8F7* L_145 = V_3;
|
|
Dictionary_2_t9603121094471C60D6E60B03066D77D447754994* L_146 = V_5;
|
|
NullCheck(L_146);
|
|
ValueCollection_t0B5A7C194863D48D0F3C2DC61CAB2C299A16D923* L_147;
|
|
L_147 = Dictionary_2_get_Values_m9FD8C49CEC0ADB6CB640CAFF80326CDB595DD0DE(L_146, Dictionary_2_get_Values_m9FD8C49CEC0ADB6CB640CAFF80326CDB595DD0DE_RuntimeMethod_var);
|
|
NullCheck(L_145);
|
|
List_1_AddRange_m23F87068F1ED72DC86372B717F08CD9EF57C6BDA(L_145, L_147, List_1_AddRange_m23F87068F1ED72DC86372B717F08CD9EF57C6BDA_RuntimeMethod_var);
|
|
// for (var i = indexStart; i < controls.Count; ++i)
|
|
V_21 = L_144;
|
|
goto IL_03d0;
|
|
}
|
|
|
|
IL_03ae:
|
|
{
|
|
// var control = controls[i];
|
|
List_1_tBF847DD77CE898FDD304012AB5DFBFC15986D8F7* L_148 = V_3;
|
|
int32_t L_149 = V_21;
|
|
NullCheck(L_148);
|
|
ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD L_150;
|
|
L_150 = List_1_get_Item_m0A94F1F351B6BAE6D2F3889C9C4B99E7106487AC(L_148, L_149, List_1_get_Item_m0A94F1F351B6BAE6D2F3889C9C4B99E7106487AC_RuntimeMethod_var);
|
|
V_22 = L_150;
|
|
// control.isFirstDefinedInThisLayout = false;
|
|
ControlItem_set_isFirstDefinedInThisLayout_m8A0FC99F8A8ACC6DE3076CEA8697629C845D43BC((&V_22), (bool)0, NULL);
|
|
// controls[i] = control;
|
|
List_1_tBF847DD77CE898FDD304012AB5DFBFC15986D8F7* L_151 = V_3;
|
|
int32_t L_152 = V_21;
|
|
ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD L_153 = V_22;
|
|
NullCheck(L_151);
|
|
List_1_set_Item_m6FA93D75E7D5F138E7C31968F66B0C5918E6CA8C(L_151, L_152, L_153, List_1_set_Item_m6FA93D75E7D5F138E7C31968F66B0C5918E6CA8C_RuntimeMethod_var);
|
|
// for (var i = indexStart; i < controls.Count; ++i)
|
|
int32_t L_154 = V_21;
|
|
V_21 = ((int32_t)il2cpp_codegen_add(L_154, 1));
|
|
}
|
|
|
|
IL_03d0:
|
|
{
|
|
// for (var i = indexStart; i < controls.Count; ++i)
|
|
int32_t L_155 = V_21;
|
|
List_1_tBF847DD77CE898FDD304012AB5DFBFC15986D8F7* L_156 = V_3;
|
|
NullCheck(L_156);
|
|
int32_t L_157;
|
|
L_157 = List_1_get_Count_m965582C062B5F29E2DB7427A5C2DD8603D88ADD7_inline(L_156, List_1_get_Count_m965582C062B5F29E2DB7427A5C2DD8603D88ADD7_RuntimeMethod_var);
|
|
if ((((int32_t)L_155) < ((int32_t)L_157)))
|
|
{
|
|
goto IL_03ae;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0430;
|
|
}
|
|
|
|
IL_03dc:
|
|
{
|
|
// var indexStart = controls.Count;
|
|
List_1_tBF847DD77CE898FDD304012AB5DFBFC15986D8F7* L_158 = V_3;
|
|
NullCheck(L_158);
|
|
int32_t L_159;
|
|
L_159 = List_1_get_Count_m965582C062B5F29E2DB7427A5C2DD8603D88ADD7_inline(L_158, List_1_get_Count_m965582C062B5F29E2DB7427A5C2DD8603D88ADD7_RuntimeMethod_var);
|
|
// controls.AddRange(
|
|
// baseControlTable.Values.Where(x => VariantsMatch(m_Variants, x.variants)));
|
|
List_1_tBF847DD77CE898FDD304012AB5DFBFC15986D8F7* L_160 = V_3;
|
|
Dictionary_2_t9603121094471C60D6E60B03066D77D447754994* L_161 = V_5;
|
|
NullCheck(L_161);
|
|
ValueCollection_t0B5A7C194863D48D0F3C2DC61CAB2C299A16D923* L_162;
|
|
L_162 = Dictionary_2_get_Values_m9FD8C49CEC0ADB6CB640CAFF80326CDB595DD0DE(L_161, Dictionary_2_get_Values_m9FD8C49CEC0ADB6CB640CAFF80326CDB595DD0DE_RuntimeMethod_var);
|
|
Func_2_tE8C03B34A75321160F6D3EFCB01F9346EC7F21C7* L_163 = (Func_2_tE8C03B34A75321160F6D3EFCB01F9346EC7F21C7*)il2cpp_codegen_object_new(Func_2_tE8C03B34A75321160F6D3EFCB01F9346EC7F21C7_il2cpp_TypeInfo_var);
|
|
NullCheck(L_163);
|
|
Func_2__ctor_m298B011497B6E0C393B5E14B29687750963EC5E4(L_163, __this, (intptr_t)((void*)InputControlLayout_U3CMergeLayoutU3Eb__77_0_m0A357DBA6F83C7055BFB976D9A49783C053847CE_RuntimeMethod_var), NULL);
|
|
RuntimeObject* L_164;
|
|
L_164 = Enumerable_Where_TisControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD_mF2414820EDBE19D4C89DAF957E356FDF8058A1B8(L_162, L_163, Enumerable_Where_TisControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD_mF2414820EDBE19D4C89DAF957E356FDF8058A1B8_RuntimeMethod_var);
|
|
NullCheck(L_160);
|
|
List_1_AddRange_m23F87068F1ED72DC86372B717F08CD9EF57C6BDA(L_160, L_164, List_1_AddRange_m23F87068F1ED72DC86372B717F08CD9EF57C6BDA_RuntimeMethod_var);
|
|
// for (var i = indexStart; i < controls.Count; ++i)
|
|
V_23 = L_159;
|
|
goto IL_0426;
|
|
}
|
|
|
|
IL_0404:
|
|
{
|
|
// var control = controls[i];
|
|
List_1_tBF847DD77CE898FDD304012AB5DFBFC15986D8F7* L_165 = V_3;
|
|
int32_t L_166 = V_23;
|
|
NullCheck(L_165);
|
|
ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD L_167;
|
|
L_167 = List_1_get_Item_m0A94F1F351B6BAE6D2F3889C9C4B99E7106487AC(L_165, L_166, List_1_get_Item_m0A94F1F351B6BAE6D2F3889C9C4B99E7106487AC_RuntimeMethod_var);
|
|
V_24 = L_167;
|
|
// control.isFirstDefinedInThisLayout = false;
|
|
ControlItem_set_isFirstDefinedInThisLayout_m8A0FC99F8A8ACC6DE3076CEA8697629C845D43BC((&V_24), (bool)0, NULL);
|
|
// controls[i] = control;
|
|
List_1_tBF847DD77CE898FDD304012AB5DFBFC15986D8F7* L_168 = V_3;
|
|
int32_t L_169 = V_23;
|
|
ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD L_170 = V_24;
|
|
NullCheck(L_168);
|
|
List_1_set_Item_m6FA93D75E7D5F138E7C31968F66B0C5918E6CA8C(L_168, L_169, L_170, List_1_set_Item_m6FA93D75E7D5F138E7C31968F66B0C5918E6CA8C_RuntimeMethod_var);
|
|
// for (var i = indexStart; i < controls.Count; ++i)
|
|
int32_t L_171 = V_23;
|
|
V_23 = ((int32_t)il2cpp_codegen_add(L_171, 1));
|
|
}
|
|
|
|
IL_0426:
|
|
{
|
|
// for (var i = indexStart; i < controls.Count; ++i)
|
|
int32_t L_172 = V_23;
|
|
List_1_tBF847DD77CE898FDD304012AB5DFBFC15986D8F7* L_173 = V_3;
|
|
NullCheck(L_173);
|
|
int32_t L_174;
|
|
L_174 = List_1_get_Count_m965582C062B5F29E2DB7427A5C2DD8603D88ADD7_inline(L_173, List_1_get_Count_m965582C062B5F29E2DB7427A5C2DD8603D88ADD7_RuntimeMethod_var);
|
|
if ((((int32_t)L_172) < ((int32_t)L_174)))
|
|
{
|
|
goto IL_0404;
|
|
}
|
|
}
|
|
|
|
IL_0430:
|
|
{
|
|
// m_Controls = controls.ToArray();
|
|
List_1_tBF847DD77CE898FDD304012AB5DFBFC15986D8F7* L_175 = V_3;
|
|
NullCheck(L_175);
|
|
ControlItemU5BU5D_t7798E8B7C7F58B8F6D13B567539CD82E962C7104* L_176;
|
|
L_176 = List_1_ToArray_m00CA5FB91CDA6365D58E28447BF529B32FE5AFE1(L_175, List_1_ToArray_m00CA5FB91CDA6365D58E28447BF529B32FE5AFE1_RuntimeMethod_var);
|
|
__this->___m_Controls_11 = L_176;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_Controls_11), (void*)L_176);
|
|
}
|
|
|
|
IL_043c:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Collections.Generic.Dictionary`2<System.String,UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem> UnityEngine.InputSystem.Layouts.InputControlLayout::CreateLookupTableForControls(UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem[],System.Collections.Generic.List`1<System.String>)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Dictionary_2_t9603121094471C60D6E60B03066D77D447754994* InputControlLayout_CreateLookupTableForControls_m8ADB65783985006950154172951E0169B1AC1EA8 (ControlItemU5BU5D_t7798E8B7C7F58B8F6D13B567539CD82E962C7104* ___0_controlItems, List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD* ___1_variants, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2__ctor_mE0F2F3847F828E98394873BCC189A6FFE4F5671E_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_set_Item_m1C719191CD05F8686DEA8DDD5A1D4F83CD24C465_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_t9603121094471C60D6E60B03066D77D447754994_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_mF10DB1D3CBB0B14215F0E4F8AB4934A1955E5351_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral951CCB49640C8F9E81FB4E0D82730321F4E15BB3);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBA1039E8CDAE53E44AC3E6185B0871F3D031A476);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Dictionary_2_t9603121094471C60D6E60B03066D77D447754994* V_0 = NULL;
|
|
int32_t V_1 = 0;
|
|
String_t* V_2 = NULL;
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 V_3;
|
|
memset((&V_3), 0, sizeof(V_3));
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 V_4;
|
|
memset((&V_4), 0, sizeof(V_4));
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* V_5 = NULL;
|
|
int32_t V_6 = 0;
|
|
String_t* V_7 = NULL;
|
|
{
|
|
// var table = new Dictionary<string, ControlItem>();
|
|
Dictionary_2_t9603121094471C60D6E60B03066D77D447754994* L_0 = (Dictionary_2_t9603121094471C60D6E60B03066D77D447754994*)il2cpp_codegen_object_new(Dictionary_2_t9603121094471C60D6E60B03066D77D447754994_il2cpp_TypeInfo_var);
|
|
NullCheck(L_0);
|
|
Dictionary_2__ctor_mE0F2F3847F828E98394873BCC189A6FFE4F5671E(L_0, Dictionary_2__ctor_mE0F2F3847F828E98394873BCC189A6FFE4F5671E_RuntimeMethod_var);
|
|
V_0 = L_0;
|
|
// for (var i = 0; i < controlItems.Length; ++i)
|
|
V_1 = 0;
|
|
goto IL_00fe;
|
|
}
|
|
|
|
IL_000d:
|
|
{
|
|
// var key = controlItems[i].name.ToLower();
|
|
ControlItemU5BU5D_t7798E8B7C7F58B8F6D13B567539CD82E962C7104* L_1 = ___0_controlItems;
|
|
int32_t L_2 = V_1;
|
|
NullCheck(L_1);
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_3;
|
|
L_3 = ControlItem_get_name_m1D0E0FB5B9A155BEDF717F69A57364F89F1292F7_inline(((L_1)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_2))), NULL);
|
|
V_4 = L_3;
|
|
String_t* L_4;
|
|
L_4 = InternedString_ToLower_m38BACEAA62BB7555B631D016BA58B0313050BBBC_inline((&V_4), NULL);
|
|
V_2 = L_4;
|
|
// var itemVariants = controlItems[i].variants;
|
|
ControlItemU5BU5D_t7798E8B7C7F58B8F6D13B567539CD82E962C7104* L_5 = ___0_controlItems;
|
|
int32_t L_6 = V_1;
|
|
NullCheck(L_5);
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_7;
|
|
L_7 = ControlItem_get_variants_m940B1AE5E4676988EFCBA9919EA86728A131D1D5_inline(((L_5)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_6))), NULL);
|
|
V_3 = L_7;
|
|
// if (!itemVariants.IsEmpty() && itemVariants != DefaultVariant)
|
|
bool L_8;
|
|
L_8 = InternedString_IsEmpty_mA88FAF2562BF41C57C00E68F5A4111B22CFF173B((&V_3), NULL);
|
|
if (L_8)
|
|
{
|
|
goto IL_00ec;
|
|
}
|
|
}
|
|
{
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_9 = V_3;
|
|
il2cpp_codegen_runtime_class_init_inline(InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D_il2cpp_TypeInfo_var);
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_10;
|
|
L_10 = InputControlLayout_get_DefaultVariant_m9A602370E1CB42697E59F4BC682789BAA4D78BD7_inline(NULL);
|
|
bool L_11;
|
|
L_11 = InternedString_op_Inequality_m18965E6A5E58BD2BBFA4480022D24D1BF4A4221B(L_9, L_10, NULL);
|
|
if (!L_11)
|
|
{
|
|
goto IL_00ec;
|
|
}
|
|
}
|
|
{
|
|
// if (itemVariants.ToString().IndexOf(VariantSeparator[0]) != -1)
|
|
String_t* L_12;
|
|
L_12 = InternedString_ToString_mED327D67EF001C5EDFF284336F13C3E3F025993A((&V_3), NULL);
|
|
NullCheck(_stringLiteral951CCB49640C8F9E81FB4E0D82730321F4E15BB3);
|
|
Il2CppChar L_13;
|
|
L_13 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(_stringLiteral951CCB49640C8F9E81FB4E0D82730321F4E15BB3, 0, NULL);
|
|
NullCheck(L_12);
|
|
int32_t L_14;
|
|
L_14 = String_IndexOf_mE21E78F35EF4A7768E385A72814C88D22B689966(L_12, L_13, NULL);
|
|
if ((((int32_t)L_14) == ((int32_t)(-1))))
|
|
{
|
|
goto IL_00c9;
|
|
}
|
|
}
|
|
{
|
|
// var itemVariantArray = itemVariants.ToLower().Split(VariantSeparator[0]);
|
|
String_t* L_15;
|
|
L_15 = InternedString_ToLower_m38BACEAA62BB7555B631D016BA58B0313050BBBC_inline((&V_3), NULL);
|
|
NullCheck(_stringLiteral951CCB49640C8F9E81FB4E0D82730321F4E15BB3);
|
|
Il2CppChar L_16;
|
|
L_16 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(_stringLiteral951CCB49640C8F9E81FB4E0D82730321F4E15BB3, 0, NULL);
|
|
NullCheck(L_15);
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_17;
|
|
L_17 = String_Split_m9530B73D02054692283BF35C3A27C8F2230946F4(L_15, L_16, 0, NULL);
|
|
// foreach (var name in itemVariantArray)
|
|
V_5 = L_17;
|
|
V_6 = 0;
|
|
goto IL_00bf;
|
|
}
|
|
|
|
IL_008b:
|
|
{
|
|
// foreach (var name in itemVariantArray)
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_18 = V_5;
|
|
int32_t L_19 = V_6;
|
|
NullCheck(L_18);
|
|
int32_t L_20 = L_19;
|
|
String_t* L_21 = (L_18)->GetAt(static_cast<il2cpp_array_size_t>(L_20));
|
|
V_7 = L_21;
|
|
// variants?.Add(name);
|
|
List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD* L_22 = ___1_variants;
|
|
if (!L_22)
|
|
{
|
|
goto IL_009d;
|
|
}
|
|
}
|
|
{
|
|
List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD* L_23 = ___1_variants;
|
|
String_t* L_24 = V_7;
|
|
NullCheck(L_23);
|
|
List_1_Add_mF10DB1D3CBB0B14215F0E4F8AB4934A1955E5351_inline(L_23, L_24, List_1_Add_mF10DB1D3CBB0B14215F0E4F8AB4934A1955E5351_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_009d:
|
|
{
|
|
// key = $"{key}@{name}";
|
|
String_t* L_25 = V_2;
|
|
String_t* L_26 = V_7;
|
|
String_t* L_27;
|
|
L_27 = String_Concat_m8855A6DE10F84DA7F4EC113CADDB59873A25573B(L_25, _stringLiteralBA1039E8CDAE53E44AC3E6185B0871F3D031A476, L_26, NULL);
|
|
V_2 = L_27;
|
|
// table[key] = controlItems[i];
|
|
Dictionary_2_t9603121094471C60D6E60B03066D77D447754994* L_28 = V_0;
|
|
String_t* L_29 = V_2;
|
|
ControlItemU5BU5D_t7798E8B7C7F58B8F6D13B567539CD82E962C7104* L_30 = ___0_controlItems;
|
|
int32_t L_31 = V_1;
|
|
NullCheck(L_30);
|
|
int32_t L_32 = L_31;
|
|
ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD L_33 = (L_30)->GetAt(static_cast<il2cpp_array_size_t>(L_32));
|
|
NullCheck(L_28);
|
|
Dictionary_2_set_Item_m1C719191CD05F8686DEA8DDD5A1D4F83CD24C465(L_28, L_29, L_33, Dictionary_2_set_Item_m1C719191CD05F8686DEA8DDD5A1D4F83CD24C465_RuntimeMethod_var);
|
|
int32_t L_34 = V_6;
|
|
V_6 = ((int32_t)il2cpp_codegen_add(L_34, 1));
|
|
}
|
|
|
|
IL_00bf:
|
|
{
|
|
// foreach (var name in itemVariantArray)
|
|
int32_t L_35 = V_6;
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_36 = V_5;
|
|
NullCheck(L_36);
|
|
if ((((int32_t)L_35) < ((int32_t)((int32_t)(((RuntimeArray*)L_36)->max_length)))))
|
|
{
|
|
goto IL_008b;
|
|
}
|
|
}
|
|
{
|
|
// continue;
|
|
goto IL_00fa;
|
|
}
|
|
|
|
IL_00c9:
|
|
{
|
|
// key = $"{key}@{itemVariants.ToLower()}";
|
|
String_t* L_37 = V_2;
|
|
String_t* L_38;
|
|
L_38 = InternedString_ToLower_m38BACEAA62BB7555B631D016BA58B0313050BBBC_inline((&V_3), NULL);
|
|
String_t* L_39;
|
|
L_39 = String_Concat_m8855A6DE10F84DA7F4EC113CADDB59873A25573B(L_37, _stringLiteralBA1039E8CDAE53E44AC3E6185B0871F3D031A476, L_38, NULL);
|
|
V_2 = L_39;
|
|
// variants?.Add(itemVariants.ToLower());
|
|
List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD* L_40 = ___1_variants;
|
|
if (!L_40)
|
|
{
|
|
goto IL_00ec;
|
|
}
|
|
}
|
|
{
|
|
List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD* L_41 = ___1_variants;
|
|
String_t* L_42;
|
|
L_42 = InternedString_ToLower_m38BACEAA62BB7555B631D016BA58B0313050BBBC_inline((&V_3), NULL);
|
|
NullCheck(L_41);
|
|
List_1_Add_mF10DB1D3CBB0B14215F0E4F8AB4934A1955E5351_inline(L_41, L_42, List_1_Add_mF10DB1D3CBB0B14215F0E4F8AB4934A1955E5351_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_00ec:
|
|
{
|
|
// table[key] = controlItems[i];
|
|
Dictionary_2_t9603121094471C60D6E60B03066D77D447754994* L_43 = V_0;
|
|
String_t* L_44 = V_2;
|
|
ControlItemU5BU5D_t7798E8B7C7F58B8F6D13B567539CD82E962C7104* L_45 = ___0_controlItems;
|
|
int32_t L_46 = V_1;
|
|
NullCheck(L_45);
|
|
int32_t L_47 = L_46;
|
|
ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD L_48 = (L_45)->GetAt(static_cast<il2cpp_array_size_t>(L_47));
|
|
NullCheck(L_43);
|
|
Dictionary_2_set_Item_m1C719191CD05F8686DEA8DDD5A1D4F83CD24C465(L_43, L_44, L_48, Dictionary_2_set_Item_m1C719191CD05F8686DEA8DDD5A1D4F83CD24C465_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_00fa:
|
|
{
|
|
// for (var i = 0; i < controlItems.Length; ++i)
|
|
int32_t L_49 = V_1;
|
|
V_1 = ((int32_t)il2cpp_codegen_add(L_49, 1));
|
|
}
|
|
|
|
IL_00fe:
|
|
{
|
|
// for (var i = 0; i < controlItems.Length; ++i)
|
|
int32_t L_50 = V_1;
|
|
ControlItemU5BU5D_t7798E8B7C7F58B8F6D13B567539CD82E962C7104* L_51 = ___0_controlItems;
|
|
NullCheck(L_51);
|
|
if ((((int32_t)L_50) < ((int32_t)((int32_t)(((RuntimeArray*)L_51)->max_length)))))
|
|
{
|
|
goto IL_000d;
|
|
}
|
|
}
|
|
{
|
|
// return table;
|
|
Dictionary_2_t9603121094471C60D6E60B03066D77D447754994* L_52 = V_0;
|
|
return L_52;
|
|
}
|
|
}
|
|
// System.Boolean UnityEngine.InputSystem.Layouts.InputControlLayout::VariantsMatch(UnityEngine.InputSystem.Utilities.InternedString,UnityEngine.InputSystem.Utilities.InternedString)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputControlLayout_VariantsMatch_m040391DE249C8192874ACBF1944059D20D7501C1 (InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 ___0_expected, InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 ___1_actual, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// return VariantsMatch(expected.ToLower(), actual.ToLower());
|
|
String_t* L_0;
|
|
L_0 = InternedString_ToLower_m38BACEAA62BB7555B631D016BA58B0313050BBBC_inline((&___0_expected), NULL);
|
|
String_t* L_1;
|
|
L_1 = InternedString_ToLower_m38BACEAA62BB7555B631D016BA58B0313050BBBC_inline((&___1_actual), NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D_il2cpp_TypeInfo_var);
|
|
bool L_2;
|
|
L_2 = InputControlLayout_VariantsMatch_mB90A2A3ACA7EE850B0318446F5AA49B4341E498F(L_0, L_1, NULL);
|
|
return L_2;
|
|
}
|
|
}
|
|
// System.Boolean UnityEngine.InputSystem.Layouts.InputControlLayout::VariantsMatch(System.String,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputControlLayout_VariantsMatch_mB90A2A3ACA7EE850B0318446F5AA49B4341E498F (String_t* ___0_expected, String_t* ___1_actual, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral951CCB49640C8F9E81FB4E0D82730321F4E15BB3);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// if (actual != null &&
|
|
// StringHelpers.CharacterSeparatedListsHaveAtLeastOneCommonElement(DefaultVariant, actual, VariantSeparator[0]))
|
|
String_t* L_0 = ___1_actual;
|
|
if (!L_0)
|
|
{
|
|
goto IL_0022;
|
|
}
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D_il2cpp_TypeInfo_var);
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_1;
|
|
L_1 = InputControlLayout_get_DefaultVariant_m9A602370E1CB42697E59F4BC682789BAA4D78BD7_inline(NULL);
|
|
String_t* L_2;
|
|
L_2 = InternedString_op_Implicit_m99D80AAE853F54FA2EF2603D020C7454B608D2F6(L_1, NULL);
|
|
String_t* L_3 = ___1_actual;
|
|
NullCheck(_stringLiteral951CCB49640C8F9E81FB4E0D82730321F4E15BB3);
|
|
Il2CppChar L_4;
|
|
L_4 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(_stringLiteral951CCB49640C8F9E81FB4E0D82730321F4E15BB3, 0, NULL);
|
|
bool L_5;
|
|
L_5 = StringHelpers_CharacterSeparatedListsHaveAtLeastOneCommonElement_m0A3E70D748E3E17DEA06FAD3553F3049F169A190(L_2, L_3, L_4, NULL);
|
|
if (!L_5)
|
|
{
|
|
goto IL_0022;
|
|
}
|
|
}
|
|
{
|
|
// return true;
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0022:
|
|
{
|
|
// if (expected == null)
|
|
String_t* L_6 = ___0_expected;
|
|
if (L_6)
|
|
{
|
|
goto IL_0027;
|
|
}
|
|
}
|
|
{
|
|
// return true;
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0027:
|
|
{
|
|
// if (actual == null)
|
|
String_t* L_7 = ___1_actual;
|
|
if (L_7)
|
|
{
|
|
goto IL_002c;
|
|
}
|
|
}
|
|
{
|
|
// return true;
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_002c:
|
|
{
|
|
// return StringHelpers.CharacterSeparatedListsHaveAtLeastOneCommonElement(expected, actual, VariantSeparator[0]);
|
|
String_t* L_8 = ___0_expected;
|
|
String_t* L_9 = ___1_actual;
|
|
NullCheck(_stringLiteral951CCB49640C8F9E81FB4E0D82730321F4E15BB3);
|
|
Il2CppChar L_10;
|
|
L_10 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(_stringLiteral951CCB49640C8F9E81FB4E0D82730321F4E15BB3, 0, NULL);
|
|
bool L_11;
|
|
L_11 = StringHelpers_CharacterSeparatedListsHaveAtLeastOneCommonElement_m0A3E70D748E3E17DEA06FAD3553F3049F169A190(L_8, L_9, L_10, NULL);
|
|
return L_11;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.InputSystem.Layouts.InputControlLayout::ParseHeaderFieldsFromJson(System.String,UnityEngine.InputSystem.Utilities.InternedString&,UnityEngine.InputSystem.Utilities.InlinedArray`1<UnityEngine.InputSystem.Utilities.InternedString>&,UnityEngine.InputSystem.Layouts.InputDeviceMatcher&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputControlLayout_ParseHeaderFieldsFromJson_mAF23F48216DA43E6835315528AE776D9C9A8AE5A (String_t* ___0_json, InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735* ___1_name, InlinedArray_1_tAFDFE0972A71B9760077CFA9D4A1DBD7BE435800* ___2_baseLayouts, InputDeviceMatcher_tF9BA551C8BB4AE41672366A7EBEA951543E0C555* ___3_deviceMatcher, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InlinedArray_1_Append_m14B1C35E2818E78C1671F1F02272804B4BF33D05_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonUtility_FromJson_TisLayoutJsonNameAndDescriptorOnly_t65374D6FE057889718820FCFA163517FAA40AB5F_mA4F6C7BA2452D0278070D2911C515A8D179FACA0_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
LayoutJsonNameAndDescriptorOnly_t65374D6FE057889718820FCFA163517FAA40AB5F V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* V_1 = NULL;
|
|
int32_t V_2 = 0;
|
|
String_t* V_3 = NULL;
|
|
{
|
|
// var header = JsonUtility.FromJson<LayoutJsonNameAndDescriptorOnly>(json);
|
|
String_t* L_0 = ___0_json;
|
|
LayoutJsonNameAndDescriptorOnly_t65374D6FE057889718820FCFA163517FAA40AB5F L_1;
|
|
L_1 = JsonUtility_FromJson_TisLayoutJsonNameAndDescriptorOnly_t65374D6FE057889718820FCFA163517FAA40AB5F_mA4F6C7BA2452D0278070D2911C515A8D179FACA0(L_0, JsonUtility_FromJson_TisLayoutJsonNameAndDescriptorOnly_t65374D6FE057889718820FCFA163517FAA40AB5F_mA4F6C7BA2452D0278070D2911C515A8D179FACA0_RuntimeMethod_var);
|
|
V_0 = L_1;
|
|
// name = new InternedString(header.name);
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735* L_2 = ___1_name;
|
|
LayoutJsonNameAndDescriptorOnly_t65374D6FE057889718820FCFA163517FAA40AB5F L_3 = V_0;
|
|
String_t* L_4 = L_3.___name_0;
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_5;
|
|
memset((&L_5), 0, sizeof(L_5));
|
|
InternedString__ctor_m2E9672D46D84C82F705DE799CE8B6123EB95E935((&L_5), L_4, /*hidden argument*/NULL);
|
|
*(InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735*)L_2 = L_5;
|
|
Il2CppCodeGenWriteBarrier((void**)&(((InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735*)L_2)->___m_StringOriginalCase_0), (void*)NULL);
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&(((InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735*)L_2)->___m_StringLowerCase_1), (void*)NULL);
|
|
#endif
|
|
// baseLayouts = new InlinedArray<InternedString>();
|
|
InlinedArray_1_tAFDFE0972A71B9760077CFA9D4A1DBD7BE435800* L_6 = ___2_baseLayouts;
|
|
il2cpp_codegen_initobj(L_6, sizeof(InlinedArray_1_tAFDFE0972A71B9760077CFA9D4A1DBD7BE435800));
|
|
// if (!string.IsNullOrEmpty(header.extend))
|
|
LayoutJsonNameAndDescriptorOnly_t65374D6FE057889718820FCFA163517FAA40AB5F L_7 = V_0;
|
|
String_t* L_8 = L_7.___extend_1;
|
|
bool L_9;
|
|
L_9 = String_IsNullOrEmpty_mEA9E3FB005AC28FE02E69FCF95A7B8456192B478(L_8, NULL);
|
|
if (L_9)
|
|
{
|
|
goto IL_003e;
|
|
}
|
|
}
|
|
{
|
|
// baseLayouts.Append(new InternedString(header.extend));
|
|
InlinedArray_1_tAFDFE0972A71B9760077CFA9D4A1DBD7BE435800* L_10 = ___2_baseLayouts;
|
|
LayoutJsonNameAndDescriptorOnly_t65374D6FE057889718820FCFA163517FAA40AB5F L_11 = V_0;
|
|
String_t* L_12 = L_11.___extend_1;
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_13;
|
|
memset((&L_13), 0, sizeof(L_13));
|
|
InternedString__ctor_m2E9672D46D84C82F705DE799CE8B6123EB95E935((&L_13), L_12, /*hidden argument*/NULL);
|
|
int32_t L_14;
|
|
L_14 = InlinedArray_1_Append_m14B1C35E2818E78C1671F1F02272804B4BF33D05(L_10, L_13, InlinedArray_1_Append_m14B1C35E2818E78C1671F1F02272804B4BF33D05_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_003e:
|
|
{
|
|
// if (header.extendMultiple != null)
|
|
LayoutJsonNameAndDescriptorOnly_t65374D6FE057889718820FCFA163517FAA40AB5F L_15 = V_0;
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_16 = L_15.___extendMultiple_2;
|
|
if (!L_16)
|
|
{
|
|
goto IL_006c;
|
|
}
|
|
}
|
|
{
|
|
// foreach (var item in header.extendMultiple)
|
|
LayoutJsonNameAndDescriptorOnly_t65374D6FE057889718820FCFA163517FAA40AB5F L_17 = V_0;
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_18 = L_17.___extendMultiple_2;
|
|
V_1 = L_18;
|
|
V_2 = 0;
|
|
goto IL_0066;
|
|
}
|
|
|
|
IL_0051:
|
|
{
|
|
// foreach (var item in header.extendMultiple)
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_19 = V_1;
|
|
int32_t L_20 = V_2;
|
|
NullCheck(L_19);
|
|
int32_t L_21 = L_20;
|
|
String_t* L_22 = (L_19)->GetAt(static_cast<il2cpp_array_size_t>(L_21));
|
|
V_3 = L_22;
|
|
// baseLayouts.Append(new InternedString(item));
|
|
InlinedArray_1_tAFDFE0972A71B9760077CFA9D4A1DBD7BE435800* L_23 = ___2_baseLayouts;
|
|
String_t* L_24 = V_3;
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_25;
|
|
memset((&L_25), 0, sizeof(L_25));
|
|
InternedString__ctor_m2E9672D46D84C82F705DE799CE8B6123EB95E935((&L_25), L_24, /*hidden argument*/NULL);
|
|
int32_t L_26;
|
|
L_26 = InlinedArray_1_Append_m14B1C35E2818E78C1671F1F02272804B4BF33D05(L_23, L_25, InlinedArray_1_Append_m14B1C35E2818E78C1671F1F02272804B4BF33D05_RuntimeMethod_var);
|
|
int32_t L_27 = V_2;
|
|
V_2 = ((int32_t)il2cpp_codegen_add(L_27, 1));
|
|
}
|
|
|
|
IL_0066:
|
|
{
|
|
// foreach (var item in header.extendMultiple)
|
|
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_0051;
|
|
}
|
|
}
|
|
|
|
IL_006c:
|
|
{
|
|
// deviceMatcher = header.device.ToMatcher();
|
|
InputDeviceMatcher_tF9BA551C8BB4AE41672366A7EBEA951543E0C555* L_30 = ___3_deviceMatcher;
|
|
MatcherJson_t5F54B83ADE9DD6D48FD48D76841EF4CA790DD942* L_31 = (&(&V_0)->___device_3);
|
|
InputDeviceMatcher_tF9BA551C8BB4AE41672366A7EBEA951543E0C555 L_32;
|
|
L_32 = MatcherJson_ToMatcher_m4ED565D247164A737B60BD0C117A3F84F33B2734(L_31, NULL);
|
|
*(InputDeviceMatcher_tF9BA551C8BB4AE41672366A7EBEA951543E0C555*)L_30 = L_32;
|
|
Il2CppCodeGenWriteBarrier((void**)&(((InputDeviceMatcher_tF9BA551C8BB4AE41672366A7EBEA951543E0C555*)L_30)->___m_Patterns_0), (void*)NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// UnityEngine.InputSystem.Layouts.InputControlLayout/Cache& UnityEngine.InputSystem.Layouts.InputControlLayout::get_cache()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Cache_tB837109647F577DCE3795AEE2E9E0E3F61F543AB* InputControlLayout_get_cache_mB98765D6C652C473EDFB358E783E3B1B78568C9F (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// return ref s_CacheInstance;
|
|
il2cpp_codegen_runtime_class_init_inline(InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D_il2cpp_TypeInfo_var);
|
|
return (&((InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D_StaticFields*)il2cpp_codegen_static_fields_for(InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D_il2cpp_TypeInfo_var))->___s_CacheInstance_16);
|
|
}
|
|
}
|
|
// UnityEngine.InputSystem.Layouts.InputControlLayout/CacheRefInstance UnityEngine.InputSystem.Layouts.InputControlLayout::CacheRef()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CacheRefInstance_t4E8602E1529A57250C63318B7E44AE2195514023 InputControlLayout_CacheRef_m5E7D990B339D4005848422486F5AC95505129C31 (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
CacheRefInstance_t4E8602E1529A57250C63318B7E44AE2195514023 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
// ++s_CacheInstanceRef;
|
|
il2cpp_codegen_runtime_class_init_inline(InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D_il2cpp_TypeInfo_var);
|
|
int32_t L_0 = ((InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D_StaticFields*)il2cpp_codegen_static_fields_for(InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D_il2cpp_TypeInfo_var))->___s_CacheInstanceRef_17;
|
|
((InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D_StaticFields*)il2cpp_codegen_static_fields_for(InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D_il2cpp_TypeInfo_var))->___s_CacheInstanceRef_17 = ((int32_t)il2cpp_codegen_add(L_0, 1));
|
|
// return new CacheRefInstance {valid = true};
|
|
il2cpp_codegen_initobj((&V_0), sizeof(CacheRefInstance_t4E8602E1529A57250C63318B7E44AE2195514023));
|
|
(&V_0)->___valid_0 = (bool)1;
|
|
CacheRefInstance_t4E8602E1529A57250C63318B7E44AE2195514023 L_1 = V_0;
|
|
return L_1;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.InputSystem.Layouts.InputControlLayout::.cctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputControlLayout__cctor_m3AB30A5FC71A0519DAC34B87D4A88F29E4B3C5AC (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9D5313975DA8153FF9A5262016CB413A4E84846E);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// private static InternedString s_DefaultVariant = new InternedString("Default");
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_0;
|
|
memset((&L_0), 0, sizeof(L_0));
|
|
InternedString__ctor_m2E9672D46D84C82F705DE799CE8B6123EB95E935((&L_0), _stringLiteral9D5313975DA8153FF9A5262016CB413A4E84846E, /*hidden argument*/NULL);
|
|
((InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D_StaticFields*)il2cpp_codegen_static_fields_for(InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D_il2cpp_TypeInfo_var))->___s_DefaultVariant_0 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)&(((&((InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D_StaticFields*)il2cpp_codegen_static_fields_for(InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D_il2cpp_TypeInfo_var))->___s_DefaultVariant_0))->___m_StringOriginalCase_0), (void*)NULL);
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&(((&((InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D_StaticFields*)il2cpp_codegen_static_fields_for(InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D_il2cpp_TypeInfo_var))->___s_DefaultVariant_0))->___m_StringLowerCase_1), (void*)NULL);
|
|
#endif
|
|
return;
|
|
}
|
|
}
|
|
// System.Boolean UnityEngine.InputSystem.Layouts.InputControlLayout::<MergeLayout>b__77_0(UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputControlLayout_U3CMergeLayoutU3Eb__77_0_m0A357DBA6F83C7055BFB976D9A49783C053847CE (InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D* __this, ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD ___0_x, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// baseControlTable.Values.Where(x => VariantsMatch(m_Variants, x.variants)));
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_0 = __this->___m_Variants_4;
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_1;
|
|
L_1 = ControlItem_get_variants_m940B1AE5E4676988EFCBA9919EA86728A131D1D5_inline((&___0_x), NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D_il2cpp_TypeInfo_var);
|
|
bool L_2;
|
|
L_2 = InputControlLayout_VariantsMatch_m040391DE249C8192874ACBF1944059D20D7501C1(L_0, L_1, NULL);
|
|
return L_2;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// Conversion methods for marshalling of: UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem
|
|
IL2CPP_EXTERN_C void ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD_marshal_pinvoke(const ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD& unmarshaled, ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD_marshaled_pinvoke& marshaled)
|
|
{
|
|
Exception_t* ___U3CusagesU3Ek__BackingField_6Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field '<usages>k__BackingField' of type 'ControlItem'.");
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(___U3CusagesU3Ek__BackingField_6Exception, NULL);
|
|
}
|
|
IL2CPP_EXTERN_C void ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD_marshal_pinvoke_back(const ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD_marshaled_pinvoke& marshaled, ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD& unmarshaled)
|
|
{
|
|
Exception_t* ___U3CusagesU3Ek__BackingField_6Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field '<usages>k__BackingField' of type 'ControlItem'.");
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(___U3CusagesU3Ek__BackingField_6Exception, NULL);
|
|
}
|
|
// Conversion method for clean up from marshalling of: UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem
|
|
IL2CPP_EXTERN_C void ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD_marshal_pinvoke_cleanup(ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD_marshaled_pinvoke& marshaled)
|
|
{
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// Conversion methods for marshalling of: UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem
|
|
IL2CPP_EXTERN_C void ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD_marshal_com(const ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD& unmarshaled, ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD_marshaled_com& marshaled)
|
|
{
|
|
Exception_t* ___U3CusagesU3Ek__BackingField_6Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field '<usages>k__BackingField' of type 'ControlItem'.");
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(___U3CusagesU3Ek__BackingField_6Exception, NULL);
|
|
}
|
|
IL2CPP_EXTERN_C void ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD_marshal_com_back(const ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD_marshaled_com& marshaled, ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD& unmarshaled)
|
|
{
|
|
Exception_t* ___U3CusagesU3Ek__BackingField_6Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field '<usages>k__BackingField' of type 'ControlItem'.");
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(___U3CusagesU3Ek__BackingField_6Exception, NULL);
|
|
}
|
|
// Conversion method for clean up from marshalling of: UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem
|
|
IL2CPP_EXTERN_C void ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD_marshal_com_cleanup(ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD_marshaled_com& marshaled)
|
|
{
|
|
}
|
|
// UnityEngine.InputSystem.Utilities.InternedString UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem::get_name()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 ControlItem_get_name_m1D0E0FB5B9A155BEDF717F69A57364F89F1292F7 (ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public InternedString name { get; internal set; }
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_0 = __this->___U3CnameU3Ek__BackingField_0;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 ControlItem_get_name_m1D0E0FB5B9A155BEDF717F69A57364F89F1292F7_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD*>(__this + _offset);
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 _returnValue;
|
|
_returnValue = ControlItem_get_name_m1D0E0FB5B9A155BEDF717F69A57364F89F1292F7_inline(_thisAdjusted, method);
|
|
return _returnValue;
|
|
}
|
|
// System.Void UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem::set_name(UnityEngine.InputSystem.Utilities.InternedString)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ControlItem_set_name_m51D3D4522272DD1AF9E12F5B93C232AC79F7A19E (ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD* __this, InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public InternedString name { get; internal set; }
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_0 = ___0_value;
|
|
__this->___U3CnameU3Ek__BackingField_0 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)&(((&__this->___U3CnameU3Ek__BackingField_0))->___m_StringOriginalCase_0), (void*)NULL);
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&(((&__this->___U3CnameU3Ek__BackingField_0))->___m_StringLowerCase_1), (void*)NULL);
|
|
#endif
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void ControlItem_set_name_m51D3D4522272DD1AF9E12F5B93C232AC79F7A19E_AdjustorThunk (RuntimeObject* __this, InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 ___0_value, const RuntimeMethod* method)
|
|
{
|
|
ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD*>(__this + _offset);
|
|
ControlItem_set_name_m51D3D4522272DD1AF9E12F5B93C232AC79F7A19E_inline(_thisAdjusted, ___0_value, method);
|
|
}
|
|
// UnityEngine.InputSystem.Utilities.InternedString UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem::get_layout()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 ControlItem_get_layout_m08BC0B5287AA87FAD29BF5B6D03ECE3E9CF5232C (ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public InternedString layout { get; internal set; }
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_0 = __this->___U3ClayoutU3Ek__BackingField_1;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 ControlItem_get_layout_m08BC0B5287AA87FAD29BF5B6D03ECE3E9CF5232C_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD*>(__this + _offset);
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 _returnValue;
|
|
_returnValue = ControlItem_get_layout_m08BC0B5287AA87FAD29BF5B6D03ECE3E9CF5232C_inline(_thisAdjusted, method);
|
|
return _returnValue;
|
|
}
|
|
// System.Void UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem::set_layout(UnityEngine.InputSystem.Utilities.InternedString)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ControlItem_set_layout_m06690041885C5E746BAE0574C6CDD1BE532073BD (ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD* __this, InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public InternedString layout { get; internal set; }
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_0 = ___0_value;
|
|
__this->___U3ClayoutU3Ek__BackingField_1 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)&(((&__this->___U3ClayoutU3Ek__BackingField_1))->___m_StringOriginalCase_0), (void*)NULL);
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&(((&__this->___U3ClayoutU3Ek__BackingField_1))->___m_StringLowerCase_1), (void*)NULL);
|
|
#endif
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void ControlItem_set_layout_m06690041885C5E746BAE0574C6CDD1BE532073BD_AdjustorThunk (RuntimeObject* __this, InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 ___0_value, const RuntimeMethod* method)
|
|
{
|
|
ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD*>(__this + _offset);
|
|
ControlItem_set_layout_m06690041885C5E746BAE0574C6CDD1BE532073BD_inline(_thisAdjusted, ___0_value, method);
|
|
}
|
|
// UnityEngine.InputSystem.Utilities.InternedString UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem::get_variants()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 ControlItem_get_variants_m940B1AE5E4676988EFCBA9919EA86728A131D1D5 (ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public InternedString variants { get; internal set; }
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_0 = __this->___U3CvariantsU3Ek__BackingField_2;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 ControlItem_get_variants_m940B1AE5E4676988EFCBA9919EA86728A131D1D5_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD*>(__this + _offset);
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 _returnValue;
|
|
_returnValue = ControlItem_get_variants_m940B1AE5E4676988EFCBA9919EA86728A131D1D5_inline(_thisAdjusted, method);
|
|
return _returnValue;
|
|
}
|
|
// System.Void UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem::set_variants(UnityEngine.InputSystem.Utilities.InternedString)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ControlItem_set_variants_mC24C3B81D42DD6606699720B0070D86A4A7C392F (ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD* __this, InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public InternedString variants { get; internal set; }
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_0 = ___0_value;
|
|
__this->___U3CvariantsU3Ek__BackingField_2 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)&(((&__this->___U3CvariantsU3Ek__BackingField_2))->___m_StringOriginalCase_0), (void*)NULL);
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&(((&__this->___U3CvariantsU3Ek__BackingField_2))->___m_StringLowerCase_1), (void*)NULL);
|
|
#endif
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void ControlItem_set_variants_mC24C3B81D42DD6606699720B0070D86A4A7C392F_AdjustorThunk (RuntimeObject* __this, InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 ___0_value, const RuntimeMethod* method)
|
|
{
|
|
ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD*>(__this + _offset);
|
|
ControlItem_set_variants_mC24C3B81D42DD6606699720B0070D86A4A7C392F_inline(_thisAdjusted, ___0_value, method);
|
|
}
|
|
// System.String UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem::get_useStateFrom()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ControlItem_get_useStateFrom_mCE850A165538CDCBFF2D9B6B81A6F9C1C00D322D (ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public string useStateFrom { get; internal set; }
|
|
String_t* L_0 = __this->___U3CuseStateFromU3Ek__BackingField_3;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C String_t* ControlItem_get_useStateFrom_mCE850A165538CDCBFF2D9B6B81A6F9C1C00D322D_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD*>(__this + _offset);
|
|
String_t* _returnValue;
|
|
_returnValue = ControlItem_get_useStateFrom_mCE850A165538CDCBFF2D9B6B81A6F9C1C00D322D_inline(_thisAdjusted, method);
|
|
return _returnValue;
|
|
}
|
|
// System.Void UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem::set_useStateFrom(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ControlItem_set_useStateFrom_mC4F23A31DA6D92F35F0C252666867DE60BA0F3C2 (ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD* __this, String_t* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public string useStateFrom { get; internal set; }
|
|
String_t* L_0 = ___0_value;
|
|
__this->___U3CuseStateFromU3Ek__BackingField_3 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CuseStateFromU3Ek__BackingField_3), (void*)L_0);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void ControlItem_set_useStateFrom_mC4F23A31DA6D92F35F0C252666867DE60BA0F3C2_AdjustorThunk (RuntimeObject* __this, String_t* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD*>(__this + _offset);
|
|
ControlItem_set_useStateFrom_mC4F23A31DA6D92F35F0C252666867DE60BA0F3C2_inline(_thisAdjusted, ___0_value, method);
|
|
}
|
|
// System.String UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem::get_displayName()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ControlItem_get_displayName_m1F58E1237D92659BA397FA7B634E19A3A5D0EF79 (ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public string displayName { get; internal set; }
|
|
String_t* L_0 = __this->___U3CdisplayNameU3Ek__BackingField_4;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C String_t* ControlItem_get_displayName_m1F58E1237D92659BA397FA7B634E19A3A5D0EF79_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD*>(__this + _offset);
|
|
String_t* _returnValue;
|
|
_returnValue = ControlItem_get_displayName_m1F58E1237D92659BA397FA7B634E19A3A5D0EF79_inline(_thisAdjusted, method);
|
|
return _returnValue;
|
|
}
|
|
// System.Void UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem::set_displayName(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ControlItem_set_displayName_m626633276E1E59337D3088E9C49AC10AE72B6507 (ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD* __this, String_t* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public string displayName { get; internal set; }
|
|
String_t* L_0 = ___0_value;
|
|
__this->___U3CdisplayNameU3Ek__BackingField_4 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CdisplayNameU3Ek__BackingField_4), (void*)L_0);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void ControlItem_set_displayName_m626633276E1E59337D3088E9C49AC10AE72B6507_AdjustorThunk (RuntimeObject* __this, String_t* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD*>(__this + _offset);
|
|
ControlItem_set_displayName_m626633276E1E59337D3088E9C49AC10AE72B6507_inline(_thisAdjusted, ___0_value, method);
|
|
}
|
|
// System.String UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem::get_shortDisplayName()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ControlItem_get_shortDisplayName_m9FD5B6429EC71B35D442089E49B7CC2D02124746 (ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public string shortDisplayName { get; internal set; }
|
|
String_t* L_0 = __this->___U3CshortDisplayNameU3Ek__BackingField_5;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C String_t* ControlItem_get_shortDisplayName_m9FD5B6429EC71B35D442089E49B7CC2D02124746_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD*>(__this + _offset);
|
|
String_t* _returnValue;
|
|
_returnValue = ControlItem_get_shortDisplayName_m9FD5B6429EC71B35D442089E49B7CC2D02124746_inline(_thisAdjusted, method);
|
|
return _returnValue;
|
|
}
|
|
// System.Void UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem::set_shortDisplayName(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ControlItem_set_shortDisplayName_mB2342EA16705A431947DD7905BF0AD04A3D307B4 (ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD* __this, String_t* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public string shortDisplayName { get; internal set; }
|
|
String_t* L_0 = ___0_value;
|
|
__this->___U3CshortDisplayNameU3Ek__BackingField_5 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CshortDisplayNameU3Ek__BackingField_5), (void*)L_0);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void ControlItem_set_shortDisplayName_mB2342EA16705A431947DD7905BF0AD04A3D307B4_AdjustorThunk (RuntimeObject* __this, String_t* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD*>(__this + _offset);
|
|
ControlItem_set_shortDisplayName_mB2342EA16705A431947DD7905BF0AD04A3D307B4_inline(_thisAdjusted, ___0_value, method);
|
|
}
|
|
// UnityEngine.InputSystem.Utilities.ReadOnlyArray`1<UnityEngine.InputSystem.Utilities.InternedString> UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem::get_usages()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ReadOnlyArray_1_t1C2864D7CF4D444AB2616316AC8DD33932F77064 ControlItem_get_usages_mD3E7D24BB589A7EE3F153AC45C5B5C6C3C2F851A (ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public ReadOnlyArray<InternedString> usages { get; internal set; }
|
|
ReadOnlyArray_1_t1C2864D7CF4D444AB2616316AC8DD33932F77064 L_0 = __this->___U3CusagesU3Ek__BackingField_6;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C ReadOnlyArray_1_t1C2864D7CF4D444AB2616316AC8DD33932F77064 ControlItem_get_usages_mD3E7D24BB589A7EE3F153AC45C5B5C6C3C2F851A_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD*>(__this + _offset);
|
|
ReadOnlyArray_1_t1C2864D7CF4D444AB2616316AC8DD33932F77064 _returnValue;
|
|
_returnValue = ControlItem_get_usages_mD3E7D24BB589A7EE3F153AC45C5B5C6C3C2F851A_inline(_thisAdjusted, method);
|
|
return _returnValue;
|
|
}
|
|
// System.Void UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem::set_usages(UnityEngine.InputSystem.Utilities.ReadOnlyArray`1<UnityEngine.InputSystem.Utilities.InternedString>)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ControlItem_set_usages_m7A83BA777016005F41C58AE27BFDA0250BF39E51 (ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD* __this, ReadOnlyArray_1_t1C2864D7CF4D444AB2616316AC8DD33932F77064 ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public ReadOnlyArray<InternedString> usages { get; internal set; }
|
|
ReadOnlyArray_1_t1C2864D7CF4D444AB2616316AC8DD33932F77064 L_0 = ___0_value;
|
|
__this->___U3CusagesU3Ek__BackingField_6 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)&(((&__this->___U3CusagesU3Ek__BackingField_6))->___m_Array_0), (void*)NULL);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void ControlItem_set_usages_m7A83BA777016005F41C58AE27BFDA0250BF39E51_AdjustorThunk (RuntimeObject* __this, ReadOnlyArray_1_t1C2864D7CF4D444AB2616316AC8DD33932F77064 ___0_value, const RuntimeMethod* method)
|
|
{
|
|
ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD*>(__this + _offset);
|
|
ControlItem_set_usages_m7A83BA777016005F41C58AE27BFDA0250BF39E51_inline(_thisAdjusted, ___0_value, method);
|
|
}
|
|
// UnityEngine.InputSystem.Utilities.ReadOnlyArray`1<UnityEngine.InputSystem.Utilities.InternedString> UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem::get_aliases()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ReadOnlyArray_1_t1C2864D7CF4D444AB2616316AC8DD33932F77064 ControlItem_get_aliases_mA8CA9ACA577BAF8FB291F8D0622F6F7D6AFC14D2 (ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public ReadOnlyArray<InternedString> aliases { get; internal set; }
|
|
ReadOnlyArray_1_t1C2864D7CF4D444AB2616316AC8DD33932F77064 L_0 = __this->___U3CaliasesU3Ek__BackingField_7;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C ReadOnlyArray_1_t1C2864D7CF4D444AB2616316AC8DD33932F77064 ControlItem_get_aliases_mA8CA9ACA577BAF8FB291F8D0622F6F7D6AFC14D2_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD*>(__this + _offset);
|
|
ReadOnlyArray_1_t1C2864D7CF4D444AB2616316AC8DD33932F77064 _returnValue;
|
|
_returnValue = ControlItem_get_aliases_mA8CA9ACA577BAF8FB291F8D0622F6F7D6AFC14D2_inline(_thisAdjusted, method);
|
|
return _returnValue;
|
|
}
|
|
// System.Void UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem::set_aliases(UnityEngine.InputSystem.Utilities.ReadOnlyArray`1<UnityEngine.InputSystem.Utilities.InternedString>)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ControlItem_set_aliases_mE23B04A43B1EC0271BA1FFAB9A7F19E578FA0FB1 (ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD* __this, ReadOnlyArray_1_t1C2864D7CF4D444AB2616316AC8DD33932F77064 ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public ReadOnlyArray<InternedString> aliases { get; internal set; }
|
|
ReadOnlyArray_1_t1C2864D7CF4D444AB2616316AC8DD33932F77064 L_0 = ___0_value;
|
|
__this->___U3CaliasesU3Ek__BackingField_7 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)&(((&__this->___U3CaliasesU3Ek__BackingField_7))->___m_Array_0), (void*)NULL);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void ControlItem_set_aliases_mE23B04A43B1EC0271BA1FFAB9A7F19E578FA0FB1_AdjustorThunk (RuntimeObject* __this, ReadOnlyArray_1_t1C2864D7CF4D444AB2616316AC8DD33932F77064 ___0_value, const RuntimeMethod* method)
|
|
{
|
|
ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD*>(__this + _offset);
|
|
ControlItem_set_aliases_mE23B04A43B1EC0271BA1FFAB9A7F19E578FA0FB1_inline(_thisAdjusted, ___0_value, method);
|
|
}
|
|
// UnityEngine.InputSystem.Utilities.ReadOnlyArray`1<UnityEngine.InputSystem.Utilities.NamedValue> UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem::get_parameters()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ReadOnlyArray_1_t4A15F7D15ACB297B45A08889D51E4CACEAD4EDF9 ControlItem_get_parameters_mBE548D62CCE714B0094FA37FCAE9A1C385583843 (ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public ReadOnlyArray<NamedValue> parameters { get; internal set; }
|
|
ReadOnlyArray_1_t4A15F7D15ACB297B45A08889D51E4CACEAD4EDF9 L_0 = __this->___U3CparametersU3Ek__BackingField_8;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C ReadOnlyArray_1_t4A15F7D15ACB297B45A08889D51E4CACEAD4EDF9 ControlItem_get_parameters_mBE548D62CCE714B0094FA37FCAE9A1C385583843_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD*>(__this + _offset);
|
|
ReadOnlyArray_1_t4A15F7D15ACB297B45A08889D51E4CACEAD4EDF9 _returnValue;
|
|
_returnValue = ControlItem_get_parameters_mBE548D62CCE714B0094FA37FCAE9A1C385583843_inline(_thisAdjusted, method);
|
|
return _returnValue;
|
|
}
|
|
// System.Void UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem::set_parameters(UnityEngine.InputSystem.Utilities.ReadOnlyArray`1<UnityEngine.InputSystem.Utilities.NamedValue>)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ControlItem_set_parameters_m505637A7EF8388EFBFD6BF983876034054B248DD (ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD* __this, ReadOnlyArray_1_t4A15F7D15ACB297B45A08889D51E4CACEAD4EDF9 ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public ReadOnlyArray<NamedValue> parameters { get; internal set; }
|
|
ReadOnlyArray_1_t4A15F7D15ACB297B45A08889D51E4CACEAD4EDF9 L_0 = ___0_value;
|
|
__this->___U3CparametersU3Ek__BackingField_8 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)&(((&__this->___U3CparametersU3Ek__BackingField_8))->___m_Array_0), (void*)NULL);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void ControlItem_set_parameters_m505637A7EF8388EFBFD6BF983876034054B248DD_AdjustorThunk (RuntimeObject* __this, ReadOnlyArray_1_t4A15F7D15ACB297B45A08889D51E4CACEAD4EDF9 ___0_value, const RuntimeMethod* method)
|
|
{
|
|
ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD*>(__this + _offset);
|
|
ControlItem_set_parameters_m505637A7EF8388EFBFD6BF983876034054B248DD_inline(_thisAdjusted, ___0_value, method);
|
|
}
|
|
// UnityEngine.InputSystem.Utilities.ReadOnlyArray`1<UnityEngine.InputSystem.Utilities.NameAndParameters> UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem::get_processors()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ReadOnlyArray_1_t1B44D48F2E9F425D218BABD5DE616117E8725D41 ControlItem_get_processors_mD951CF73C19F0B3880A81867A1B619D6F7CC1D01 (ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public ReadOnlyArray<NameAndParameters> processors { get; internal set; }
|
|
ReadOnlyArray_1_t1B44D48F2E9F425D218BABD5DE616117E8725D41 L_0 = __this->___U3CprocessorsU3Ek__BackingField_9;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C ReadOnlyArray_1_t1B44D48F2E9F425D218BABD5DE616117E8725D41 ControlItem_get_processors_mD951CF73C19F0B3880A81867A1B619D6F7CC1D01_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD*>(__this + _offset);
|
|
ReadOnlyArray_1_t1B44D48F2E9F425D218BABD5DE616117E8725D41 _returnValue;
|
|
_returnValue = ControlItem_get_processors_mD951CF73C19F0B3880A81867A1B619D6F7CC1D01_inline(_thisAdjusted, method);
|
|
return _returnValue;
|
|
}
|
|
// System.Void UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem::set_processors(UnityEngine.InputSystem.Utilities.ReadOnlyArray`1<UnityEngine.InputSystem.Utilities.NameAndParameters>)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ControlItem_set_processors_m1611E42E6E1EF35DFA7D9428E213F3BCA4417EFE (ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD* __this, ReadOnlyArray_1_t1B44D48F2E9F425D218BABD5DE616117E8725D41 ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public ReadOnlyArray<NameAndParameters> processors { get; internal set; }
|
|
ReadOnlyArray_1_t1B44D48F2E9F425D218BABD5DE616117E8725D41 L_0 = ___0_value;
|
|
__this->___U3CprocessorsU3Ek__BackingField_9 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)&(((&__this->___U3CprocessorsU3Ek__BackingField_9))->___m_Array_0), (void*)NULL);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void ControlItem_set_processors_m1611E42E6E1EF35DFA7D9428E213F3BCA4417EFE_AdjustorThunk (RuntimeObject* __this, ReadOnlyArray_1_t1B44D48F2E9F425D218BABD5DE616117E8725D41 ___0_value, const RuntimeMethod* method)
|
|
{
|
|
ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD*>(__this + _offset);
|
|
ControlItem_set_processors_m1611E42E6E1EF35DFA7D9428E213F3BCA4417EFE_inline(_thisAdjusted, ___0_value, method);
|
|
}
|
|
// System.UInt32 UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem::get_offset()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t ControlItem_get_offset_mC9EF8E5DC5F44C67F6C52348DC848ED6A554B514 (ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public uint offset { get; internal set; }
|
|
uint32_t L_0 = __this->___U3CoffsetU3Ek__BackingField_10;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C uint32_t ControlItem_get_offset_mC9EF8E5DC5F44C67F6C52348DC848ED6A554B514_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD*>(__this + _offset);
|
|
uint32_t _returnValue;
|
|
_returnValue = ControlItem_get_offset_mC9EF8E5DC5F44C67F6C52348DC848ED6A554B514_inline(_thisAdjusted, method);
|
|
return _returnValue;
|
|
}
|
|
// System.Void UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem::set_offset(System.UInt32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ControlItem_set_offset_mADAA61E264DE2C83DB6BB3B6D9EF22974D2071B9 (ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD* __this, uint32_t ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public uint offset { get; internal set; }
|
|
uint32_t L_0 = ___0_value;
|
|
__this->___U3CoffsetU3Ek__BackingField_10 = L_0;
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void ControlItem_set_offset_mADAA61E264DE2C83DB6BB3B6D9EF22974D2071B9_AdjustorThunk (RuntimeObject* __this, uint32_t ___0_value, const RuntimeMethod* method)
|
|
{
|
|
ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD*>(__this + _offset);
|
|
ControlItem_set_offset_mADAA61E264DE2C83DB6BB3B6D9EF22974D2071B9_inline(_thisAdjusted, ___0_value, method);
|
|
}
|
|
// System.UInt32 UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem::get_bit()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t ControlItem_get_bit_m9E80F980A6B4953ED959FA79910B233494DDE687 (ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public uint bit { get; internal set; }
|
|
uint32_t L_0 = __this->___U3CbitU3Ek__BackingField_11;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C uint32_t ControlItem_get_bit_m9E80F980A6B4953ED959FA79910B233494DDE687_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD*>(__this + _offset);
|
|
uint32_t _returnValue;
|
|
_returnValue = ControlItem_get_bit_m9E80F980A6B4953ED959FA79910B233494DDE687_inline(_thisAdjusted, method);
|
|
return _returnValue;
|
|
}
|
|
// System.Void UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem::set_bit(System.UInt32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ControlItem_set_bit_m7975555A9C8690C66B6F39A5988561F190FECE58 (ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD* __this, uint32_t ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public uint bit { get; internal set; }
|
|
uint32_t L_0 = ___0_value;
|
|
__this->___U3CbitU3Ek__BackingField_11 = L_0;
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void ControlItem_set_bit_m7975555A9C8690C66B6F39A5988561F190FECE58_AdjustorThunk (RuntimeObject* __this, uint32_t ___0_value, const RuntimeMethod* method)
|
|
{
|
|
ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD*>(__this + _offset);
|
|
ControlItem_set_bit_m7975555A9C8690C66B6F39A5988561F190FECE58_inline(_thisAdjusted, ___0_value, method);
|
|
}
|
|
// System.UInt32 UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem::get_sizeInBits()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t ControlItem_get_sizeInBits_mF2621FA7E7B26E6CCBF73A21896D0D1AF68F77E1 (ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public uint sizeInBits { get; internal set; }
|
|
uint32_t L_0 = __this->___U3CsizeInBitsU3Ek__BackingField_12;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C uint32_t ControlItem_get_sizeInBits_mF2621FA7E7B26E6CCBF73A21896D0D1AF68F77E1_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD*>(__this + _offset);
|
|
uint32_t _returnValue;
|
|
_returnValue = ControlItem_get_sizeInBits_mF2621FA7E7B26E6CCBF73A21896D0D1AF68F77E1_inline(_thisAdjusted, method);
|
|
return _returnValue;
|
|
}
|
|
// System.Void UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem::set_sizeInBits(System.UInt32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ControlItem_set_sizeInBits_m121DD023118CC37B77D17B987591DDA9A6DD9582 (ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD* __this, uint32_t ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public uint sizeInBits { get; internal set; }
|
|
uint32_t L_0 = ___0_value;
|
|
__this->___U3CsizeInBitsU3Ek__BackingField_12 = L_0;
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void ControlItem_set_sizeInBits_m121DD023118CC37B77D17B987591DDA9A6DD9582_AdjustorThunk (RuntimeObject* __this, uint32_t ___0_value, const RuntimeMethod* method)
|
|
{
|
|
ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD*>(__this + _offset);
|
|
ControlItem_set_sizeInBits_m121DD023118CC37B77D17B987591DDA9A6DD9582_inline(_thisAdjusted, ___0_value, method);
|
|
}
|
|
// UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem::get_format()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED ControlItem_get_format_mDD79911EB0D39F8578F01926136A8F445A4FE509 (ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public FourCC format { get; internal set; }
|
|
FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_0 = __this->___U3CformatU3Ek__BackingField_13;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED ControlItem_get_format_mDD79911EB0D39F8578F01926136A8F445A4FE509_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD*>(__this + _offset);
|
|
FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED _returnValue;
|
|
_returnValue = ControlItem_get_format_mDD79911EB0D39F8578F01926136A8F445A4FE509_inline(_thisAdjusted, method);
|
|
return _returnValue;
|
|
}
|
|
// System.Void UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem::set_format(UnityEngine.InputSystem.Utilities.FourCC)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ControlItem_set_format_m541DAC401207113B8D69E89B5D4A7C694D8A7263 (ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD* __this, FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public FourCC format { get; internal set; }
|
|
FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_0 = ___0_value;
|
|
__this->___U3CformatU3Ek__BackingField_13 = L_0;
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void ControlItem_set_format_m541DAC401207113B8D69E89B5D4A7C694D8A7263_AdjustorThunk (RuntimeObject* __this, FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED ___0_value, const RuntimeMethod* method)
|
|
{
|
|
ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD*>(__this + _offset);
|
|
ControlItem_set_format_m541DAC401207113B8D69E89B5D4A7C694D8A7263_inline(_thisAdjusted, ___0_value, method);
|
|
}
|
|
// UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem/Flags UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem::get_flags()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ControlItem_get_flags_m3DB7EC0924E17C28450F95C4D0348A8C8862F286 (ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// private Flags flags { get; set; }
|
|
int32_t L_0 = __this->___U3CflagsU3Ek__BackingField_14;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C int32_t ControlItem_get_flags_m3DB7EC0924E17C28450F95C4D0348A8C8862F286_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD*>(__this + _offset);
|
|
int32_t _returnValue;
|
|
_returnValue = ControlItem_get_flags_m3DB7EC0924E17C28450F95C4D0348A8C8862F286_inline(_thisAdjusted, method);
|
|
return _returnValue;
|
|
}
|
|
// System.Void UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem::set_flags(UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem/Flags)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ControlItem_set_flags_m66F02C0F643B542EAF2D49FE836A5900A71018EC (ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD* __this, int32_t ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// private Flags flags { get; set; }
|
|
int32_t L_0 = ___0_value;
|
|
__this->___U3CflagsU3Ek__BackingField_14 = L_0;
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void ControlItem_set_flags_m66F02C0F643B542EAF2D49FE836A5900A71018EC_AdjustorThunk (RuntimeObject* __this, int32_t ___0_value, const RuntimeMethod* method)
|
|
{
|
|
ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD*>(__this + _offset);
|
|
ControlItem_set_flags_m66F02C0F643B542EAF2D49FE836A5900A71018EC_inline(_thisAdjusted, ___0_value, method);
|
|
}
|
|
// System.Int32 UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem::get_arraySize()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ControlItem_get_arraySize_m5C2C8103BB1F27038D08B567099283F70C3F8326 (ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public int arraySize { get; internal set; }
|
|
int32_t L_0 = __this->___U3CarraySizeU3Ek__BackingField_15;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C int32_t ControlItem_get_arraySize_m5C2C8103BB1F27038D08B567099283F70C3F8326_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD*>(__this + _offset);
|
|
int32_t _returnValue;
|
|
_returnValue = ControlItem_get_arraySize_m5C2C8103BB1F27038D08B567099283F70C3F8326_inline(_thisAdjusted, method);
|
|
return _returnValue;
|
|
}
|
|
// System.Void UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem::set_arraySize(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ControlItem_set_arraySize_m836E83FBB5E21DFFF99CC3D47CAF0812894DF39E (ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD* __this, int32_t ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public int arraySize { get; internal set; }
|
|
int32_t L_0 = ___0_value;
|
|
__this->___U3CarraySizeU3Ek__BackingField_15 = L_0;
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void ControlItem_set_arraySize_m836E83FBB5E21DFFF99CC3D47CAF0812894DF39E_AdjustorThunk (RuntimeObject* __this, int32_t ___0_value, const RuntimeMethod* method)
|
|
{
|
|
ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD*>(__this + _offset);
|
|
ControlItem_set_arraySize_m836E83FBB5E21DFFF99CC3D47CAF0812894DF39E_inline(_thisAdjusted, ___0_value, method);
|
|
}
|
|
// UnityEngine.InputSystem.Utilities.PrimitiveValue UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem::get_defaultState()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 ControlItem_get_defaultState_m2544EF2F09468000E7113CA1EE178CD60C572318 (ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public PrimitiveValue defaultState { get; internal set; }
|
|
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 L_0 = __this->___U3CdefaultStateU3Ek__BackingField_16;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 ControlItem_get_defaultState_m2544EF2F09468000E7113CA1EE178CD60C572318_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD*>(__this + _offset);
|
|
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 _returnValue;
|
|
_returnValue = ControlItem_get_defaultState_m2544EF2F09468000E7113CA1EE178CD60C572318_inline(_thisAdjusted, method);
|
|
return _returnValue;
|
|
}
|
|
// System.Void UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem::set_defaultState(UnityEngine.InputSystem.Utilities.PrimitiveValue)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ControlItem_set_defaultState_m3C11CEAA24CEFC78FCDD5BC85EEA2C7A6A17EBCD (ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD* __this, PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public PrimitiveValue defaultState { get; internal set; }
|
|
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 L_0 = ___0_value;
|
|
__this->___U3CdefaultStateU3Ek__BackingField_16 = L_0;
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void ControlItem_set_defaultState_m3C11CEAA24CEFC78FCDD5BC85EEA2C7A6A17EBCD_AdjustorThunk (RuntimeObject* __this, PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 ___0_value, const RuntimeMethod* method)
|
|
{
|
|
ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD*>(__this + _offset);
|
|
ControlItem_set_defaultState_m3C11CEAA24CEFC78FCDD5BC85EEA2C7A6A17EBCD_inline(_thisAdjusted, ___0_value, method);
|
|
}
|
|
// UnityEngine.InputSystem.Utilities.PrimitiveValue UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem::get_minValue()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 ControlItem_get_minValue_m98CAFDF6A6F13A5E5E4DC51B4ADFD02B633233B7 (ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public PrimitiveValue minValue { get; internal set; }
|
|
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 L_0 = __this->___U3CminValueU3Ek__BackingField_17;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 ControlItem_get_minValue_m98CAFDF6A6F13A5E5E4DC51B4ADFD02B633233B7_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD*>(__this + _offset);
|
|
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 _returnValue;
|
|
_returnValue = ControlItem_get_minValue_m98CAFDF6A6F13A5E5E4DC51B4ADFD02B633233B7_inline(_thisAdjusted, method);
|
|
return _returnValue;
|
|
}
|
|
// System.Void UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem::set_minValue(UnityEngine.InputSystem.Utilities.PrimitiveValue)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ControlItem_set_minValue_m416B368BF736DC2A036EF10DDF91C3ABFCA1D9F3 (ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD* __this, PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public PrimitiveValue minValue { get; internal set; }
|
|
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 L_0 = ___0_value;
|
|
__this->___U3CminValueU3Ek__BackingField_17 = L_0;
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void ControlItem_set_minValue_m416B368BF736DC2A036EF10DDF91C3ABFCA1D9F3_AdjustorThunk (RuntimeObject* __this, PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 ___0_value, const RuntimeMethod* method)
|
|
{
|
|
ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD*>(__this + _offset);
|
|
ControlItem_set_minValue_m416B368BF736DC2A036EF10DDF91C3ABFCA1D9F3_inline(_thisAdjusted, ___0_value, method);
|
|
}
|
|
// UnityEngine.InputSystem.Utilities.PrimitiveValue UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem::get_maxValue()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 ControlItem_get_maxValue_mAEF0FF56E7D06C3FE2387EEA227A66EAA9813A77 (ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public PrimitiveValue maxValue { get; internal set; }
|
|
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 L_0 = __this->___U3CmaxValueU3Ek__BackingField_18;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 ControlItem_get_maxValue_mAEF0FF56E7D06C3FE2387EEA227A66EAA9813A77_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD*>(__this + _offset);
|
|
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 _returnValue;
|
|
_returnValue = ControlItem_get_maxValue_mAEF0FF56E7D06C3FE2387EEA227A66EAA9813A77_inline(_thisAdjusted, method);
|
|
return _returnValue;
|
|
}
|
|
// System.Void UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem::set_maxValue(UnityEngine.InputSystem.Utilities.PrimitiveValue)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ControlItem_set_maxValue_m4AC28329EF977177A7280FD58B0FD9490E315508 (ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD* __this, PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public PrimitiveValue maxValue { get; internal set; }
|
|
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 L_0 = ___0_value;
|
|
__this->___U3CmaxValueU3Ek__BackingField_18 = L_0;
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void ControlItem_set_maxValue_m4AC28329EF977177A7280FD58B0FD9490E315508_AdjustorThunk (RuntimeObject* __this, PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 ___0_value, const RuntimeMethod* method)
|
|
{
|
|
ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD*>(__this + _offset);
|
|
ControlItem_set_maxValue_m4AC28329EF977177A7280FD58B0FD9490E315508_inline(_thisAdjusted, ___0_value, method);
|
|
}
|
|
// System.Boolean UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem::get_isModifyingExistingControl()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ControlItem_get_isModifyingExistingControl_mEC6714B34AB379AC77E201967C325EE6A2B45E33 (ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// get => (flags & Flags.isModifyingExistingControl) == Flags.isModifyingExistingControl;
|
|
int32_t L_0;
|
|
L_0 = ControlItem_get_flags_m3DB7EC0924E17C28450F95C4D0348A8C8862F286_inline(__this, NULL);
|
|
return (bool)((((int32_t)((int32_t)((int32_t)L_0&1))) == ((int32_t)1))? 1 : 0);
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C bool ControlItem_get_isModifyingExistingControl_mEC6714B34AB379AC77E201967C325EE6A2B45E33_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD*>(__this + _offset);
|
|
bool _returnValue;
|
|
_returnValue = ControlItem_get_isModifyingExistingControl_mEC6714B34AB379AC77E201967C325EE6A2B45E33(_thisAdjusted, method);
|
|
return _returnValue;
|
|
}
|
|
// System.Void UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem::set_isModifyingExistingControl(System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ControlItem_set_isModifyingExistingControl_mD8B3977F0275393003E7C3DFFB4DED8C93A90714 (ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD* __this, bool ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// if (value)
|
|
bool L_0 = ___0_value;
|
|
if (!L_0)
|
|
{
|
|
goto IL_0012;
|
|
}
|
|
}
|
|
{
|
|
// flags |= Flags.isModifyingExistingControl;
|
|
int32_t L_1;
|
|
L_1 = ControlItem_get_flags_m3DB7EC0924E17C28450F95C4D0348A8C8862F286_inline(__this, NULL);
|
|
ControlItem_set_flags_m66F02C0F643B542EAF2D49FE836A5900A71018EC_inline(__this, ((int32_t)((int32_t)L_1|1)), NULL);
|
|
return;
|
|
}
|
|
|
|
IL_0012:
|
|
{
|
|
// flags &= ~Flags.isModifyingExistingControl;
|
|
int32_t L_2;
|
|
L_2 = ControlItem_get_flags_m3DB7EC0924E17C28450F95C4D0348A8C8862F286_inline(__this, NULL);
|
|
ControlItem_set_flags_m66F02C0F643B542EAF2D49FE836A5900A71018EC_inline(__this, ((int32_t)((int32_t)L_2&((int32_t)-2))), NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void ControlItem_set_isModifyingExistingControl_mD8B3977F0275393003E7C3DFFB4DED8C93A90714_AdjustorThunk (RuntimeObject* __this, bool ___0_value, const RuntimeMethod* method)
|
|
{
|
|
ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD*>(__this + _offset);
|
|
ControlItem_set_isModifyingExistingControl_mD8B3977F0275393003E7C3DFFB4DED8C93A90714(_thisAdjusted, ___0_value, method);
|
|
}
|
|
// System.Boolean UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem::get_isNoisy()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ControlItem_get_isNoisy_m7411781E923694A4CEA423E119BD6FF178F85E28 (ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// get => (flags & Flags.IsNoisy) == Flags.IsNoisy;
|
|
int32_t L_0;
|
|
L_0 = ControlItem_get_flags_m3DB7EC0924E17C28450F95C4D0348A8C8862F286_inline(__this, NULL);
|
|
return (bool)((((int32_t)((int32_t)((int32_t)L_0&2))) == ((int32_t)2))? 1 : 0);
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C bool ControlItem_get_isNoisy_m7411781E923694A4CEA423E119BD6FF178F85E28_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD*>(__this + _offset);
|
|
bool _returnValue;
|
|
_returnValue = ControlItem_get_isNoisy_m7411781E923694A4CEA423E119BD6FF178F85E28(_thisAdjusted, method);
|
|
return _returnValue;
|
|
}
|
|
// System.Void UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem::set_isNoisy(System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ControlItem_set_isNoisy_m912FA48D58D8E5201A0A4FD743BE5CE95F1C7D02 (ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD* __this, bool ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// if (value)
|
|
bool L_0 = ___0_value;
|
|
if (!L_0)
|
|
{
|
|
goto IL_0012;
|
|
}
|
|
}
|
|
{
|
|
// flags |= Flags.IsNoisy;
|
|
int32_t L_1;
|
|
L_1 = ControlItem_get_flags_m3DB7EC0924E17C28450F95C4D0348A8C8862F286_inline(__this, NULL);
|
|
ControlItem_set_flags_m66F02C0F643B542EAF2D49FE836A5900A71018EC_inline(__this, ((int32_t)((int32_t)L_1|2)), NULL);
|
|
return;
|
|
}
|
|
|
|
IL_0012:
|
|
{
|
|
// flags &= ~Flags.IsNoisy;
|
|
int32_t L_2;
|
|
L_2 = ControlItem_get_flags_m3DB7EC0924E17C28450F95C4D0348A8C8862F286_inline(__this, NULL);
|
|
ControlItem_set_flags_m66F02C0F643B542EAF2D49FE836A5900A71018EC_inline(__this, ((int32_t)((int32_t)L_2&((int32_t)-3))), NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void ControlItem_set_isNoisy_m912FA48D58D8E5201A0A4FD743BE5CE95F1C7D02_AdjustorThunk (RuntimeObject* __this, bool ___0_value, const RuntimeMethod* method)
|
|
{
|
|
ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD*>(__this + _offset);
|
|
ControlItem_set_isNoisy_m912FA48D58D8E5201A0A4FD743BE5CE95F1C7D02(_thisAdjusted, ___0_value, method);
|
|
}
|
|
// System.Boolean UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem::get_isSynthetic()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ControlItem_get_isSynthetic_m093116B59A976CDEDE707EDD15E89768897AF3E4 (ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// get => (flags & Flags.IsSynthetic) == Flags.IsSynthetic;
|
|
int32_t L_0;
|
|
L_0 = ControlItem_get_flags_m3DB7EC0924E17C28450F95C4D0348A8C8862F286_inline(__this, NULL);
|
|
return (bool)((((int32_t)((int32_t)((int32_t)L_0&4))) == ((int32_t)4))? 1 : 0);
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C bool ControlItem_get_isSynthetic_m093116B59A976CDEDE707EDD15E89768897AF3E4_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD*>(__this + _offset);
|
|
bool _returnValue;
|
|
_returnValue = ControlItem_get_isSynthetic_m093116B59A976CDEDE707EDD15E89768897AF3E4(_thisAdjusted, method);
|
|
return _returnValue;
|
|
}
|
|
// System.Void UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem::set_isSynthetic(System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ControlItem_set_isSynthetic_m8B1882C4ACFDA5146C68C2BDE3AA36A1972AFF7A (ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD* __this, bool ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// if (value)
|
|
bool L_0 = ___0_value;
|
|
if (!L_0)
|
|
{
|
|
goto IL_0012;
|
|
}
|
|
}
|
|
{
|
|
// flags |= Flags.IsSynthetic;
|
|
int32_t L_1;
|
|
L_1 = ControlItem_get_flags_m3DB7EC0924E17C28450F95C4D0348A8C8862F286_inline(__this, NULL);
|
|
ControlItem_set_flags_m66F02C0F643B542EAF2D49FE836A5900A71018EC_inline(__this, ((int32_t)((int32_t)L_1|4)), NULL);
|
|
return;
|
|
}
|
|
|
|
IL_0012:
|
|
{
|
|
// flags &= ~Flags.IsSynthetic;
|
|
int32_t L_2;
|
|
L_2 = ControlItem_get_flags_m3DB7EC0924E17C28450F95C4D0348A8C8862F286_inline(__this, NULL);
|
|
ControlItem_set_flags_m66F02C0F643B542EAF2D49FE836A5900A71018EC_inline(__this, ((int32_t)((int32_t)L_2&((int32_t)-5))), NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void ControlItem_set_isSynthetic_m8B1882C4ACFDA5146C68C2BDE3AA36A1972AFF7A_AdjustorThunk (RuntimeObject* __this, bool ___0_value, const RuntimeMethod* method)
|
|
{
|
|
ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD*>(__this + _offset);
|
|
ControlItem_set_isSynthetic_m8B1882C4ACFDA5146C68C2BDE3AA36A1972AFF7A(_thisAdjusted, ___0_value, method);
|
|
}
|
|
// System.Boolean UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem::get_dontReset()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ControlItem_get_dontReset_m6D669184300B380A9CB9AA521562E1FFB30B1A66 (ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// get => (flags & Flags.DontReset) == Flags.DontReset;
|
|
int32_t L_0;
|
|
L_0 = ControlItem_get_flags_m3DB7EC0924E17C28450F95C4D0348A8C8862F286_inline(__this, NULL);
|
|
return (bool)((((int32_t)((int32_t)((int32_t)L_0&((int32_t)16)))) == ((int32_t)((int32_t)16)))? 1 : 0);
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C bool ControlItem_get_dontReset_m6D669184300B380A9CB9AA521562E1FFB30B1A66_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD*>(__this + _offset);
|
|
bool _returnValue;
|
|
_returnValue = ControlItem_get_dontReset_m6D669184300B380A9CB9AA521562E1FFB30B1A66(_thisAdjusted, method);
|
|
return _returnValue;
|
|
}
|
|
// System.Void UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem::set_dontReset(System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ControlItem_set_dontReset_m543005FAF82C29CAA3C363D3A141DE73BD5B0463 (ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD* __this, bool ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// if (value)
|
|
bool L_0 = ___0_value;
|
|
if (!L_0)
|
|
{
|
|
goto IL_0013;
|
|
}
|
|
}
|
|
{
|
|
// flags |= Flags.DontReset;
|
|
int32_t L_1;
|
|
L_1 = ControlItem_get_flags_m3DB7EC0924E17C28450F95C4D0348A8C8862F286_inline(__this, NULL);
|
|
ControlItem_set_flags_m66F02C0F643B542EAF2D49FE836A5900A71018EC_inline(__this, ((int32_t)((int32_t)L_1|((int32_t)16))), NULL);
|
|
return;
|
|
}
|
|
|
|
IL_0013:
|
|
{
|
|
// flags &= ~Flags.DontReset;
|
|
int32_t L_2;
|
|
L_2 = ControlItem_get_flags_m3DB7EC0924E17C28450F95C4D0348A8C8862F286_inline(__this, NULL);
|
|
ControlItem_set_flags_m66F02C0F643B542EAF2D49FE836A5900A71018EC_inline(__this, ((int32_t)((int32_t)L_2&((int32_t)-17))), NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void ControlItem_set_dontReset_m543005FAF82C29CAA3C363D3A141DE73BD5B0463_AdjustorThunk (RuntimeObject* __this, bool ___0_value, const RuntimeMethod* method)
|
|
{
|
|
ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD*>(__this + _offset);
|
|
ControlItem_set_dontReset_m543005FAF82C29CAA3C363D3A141DE73BD5B0463(_thisAdjusted, ___0_value, method);
|
|
}
|
|
// System.Boolean UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem::get_isFirstDefinedInThisLayout()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ControlItem_get_isFirstDefinedInThisLayout_mD4450E2C9A7F2D4308A1DFE532013C417BB4EE9E (ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// get => (flags & Flags.IsFirstDefinedInThisLayout) != 0;
|
|
int32_t L_0;
|
|
L_0 = ControlItem_get_flags_m3DB7EC0924E17C28450F95C4D0348A8C8862F286_inline(__this, NULL);
|
|
return (bool)((!(((uint32_t)((int32_t)((int32_t)L_0&8))) <= ((uint32_t)0)))? 1 : 0);
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C bool ControlItem_get_isFirstDefinedInThisLayout_mD4450E2C9A7F2D4308A1DFE532013C417BB4EE9E_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD*>(__this + _offset);
|
|
bool _returnValue;
|
|
_returnValue = ControlItem_get_isFirstDefinedInThisLayout_mD4450E2C9A7F2D4308A1DFE532013C417BB4EE9E(_thisAdjusted, method);
|
|
return _returnValue;
|
|
}
|
|
// System.Void UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem::set_isFirstDefinedInThisLayout(System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ControlItem_set_isFirstDefinedInThisLayout_m8A0FC99F8A8ACC6DE3076CEA8697629C845D43BC (ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD* __this, bool ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// if (value)
|
|
bool L_0 = ___0_value;
|
|
if (!L_0)
|
|
{
|
|
goto IL_0012;
|
|
}
|
|
}
|
|
{
|
|
// flags |= Flags.IsFirstDefinedInThisLayout;
|
|
int32_t L_1;
|
|
L_1 = ControlItem_get_flags_m3DB7EC0924E17C28450F95C4D0348A8C8862F286_inline(__this, NULL);
|
|
ControlItem_set_flags_m66F02C0F643B542EAF2D49FE836A5900A71018EC_inline(__this, ((int32_t)((int32_t)L_1|8)), NULL);
|
|
return;
|
|
}
|
|
|
|
IL_0012:
|
|
{
|
|
// flags &= ~Flags.IsFirstDefinedInThisLayout;
|
|
int32_t L_2;
|
|
L_2 = ControlItem_get_flags_m3DB7EC0924E17C28450F95C4D0348A8C8862F286_inline(__this, NULL);
|
|
ControlItem_set_flags_m66F02C0F643B542EAF2D49FE836A5900A71018EC_inline(__this, ((int32_t)((int32_t)L_2&((int32_t)-9))), NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void ControlItem_set_isFirstDefinedInThisLayout_m8A0FC99F8A8ACC6DE3076CEA8697629C845D43BC_AdjustorThunk (RuntimeObject* __this, bool ___0_value, const RuntimeMethod* method)
|
|
{
|
|
ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD*>(__this + _offset);
|
|
ControlItem_set_isFirstDefinedInThisLayout_m8A0FC99F8A8ACC6DE3076CEA8697629C845D43BC(_thisAdjusted, ___0_value, method);
|
|
}
|
|
// System.Boolean UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem::get_isArray()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ControlItem_get_isArray_m64A6E8C58A4D71B7F0E7B5CBF4BF76CC262FA2DD (ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public bool isArray => (arraySize != 0);
|
|
int32_t L_0;
|
|
L_0 = ControlItem_get_arraySize_m5C2C8103BB1F27038D08B567099283F70C3F8326_inline(__this, NULL);
|
|
return (bool)((!(((uint32_t)L_0) <= ((uint32_t)0)))? 1 : 0);
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C bool ControlItem_get_isArray_m64A6E8C58A4D71B7F0E7B5CBF4BF76CC262FA2DD_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD*>(__this + _offset);
|
|
bool _returnValue;
|
|
_returnValue = ControlItem_get_isArray_m64A6E8C58A4D71B7F0E7B5CBF4BF76CC262FA2DD(_thisAdjusted, method);
|
|
return _returnValue;
|
|
}
|
|
// UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem::Merge(UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD ControlItem_Merge_mB40D79927742045C90680E4292AA5745DD99C063 (ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD* __this, ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD ___0_other, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlyArray_1_get_Count_m2215B7CB1D01D57AB87F3363351D7A7BD528E40F_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlyArray_1_get_Count_m76D58AB3E0CF768F6E547B59CAD83CEF522A5242_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlyArray_1_get_Count_mCB952AF4F81F9AF4E9F86DEDE58AF67AF1654293_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
ReadOnlyArray_1_t1C2864D7CF4D444AB2616316AC8DD33932F77064 V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
ReadOnlyArray_1_t4A15F7D15ACB297B45A08889D51E4CACEAD4EDF9 V_3;
|
|
memset((&V_3), 0, sizeof(V_3));
|
|
ReadOnlyArray_1_t1B44D48F2E9F425D218BABD5DE616117E8725D41 V_4;
|
|
memset((&V_4), 0, sizeof(V_4));
|
|
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 V_5;
|
|
memset((&V_5), 0, sizeof(V_5));
|
|
ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD* G_B2_0 = NULL;
|
|
ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD* G_B1_0 = NULL;
|
|
String_t* G_B3_0 = NULL;
|
|
ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD* G_B3_1 = NULL;
|
|
ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD* G_B5_0 = NULL;
|
|
ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD* G_B4_0 = NULL;
|
|
String_t* G_B6_0 = NULL;
|
|
ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD* G_B6_1 = NULL;
|
|
ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD* G_B8_0 = NULL;
|
|
ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD* G_B7_0 = NULL;
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 G_B9_0;
|
|
memset((&G_B9_0), 0, sizeof(G_B9_0));
|
|
ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD* G_B9_1 = NULL;
|
|
ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD* G_B11_0 = NULL;
|
|
ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD* G_B10_0 = NULL;
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 G_B12_0;
|
|
memset((&G_B12_0), 0, sizeof(G_B12_0));
|
|
ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD* G_B12_1 = NULL;
|
|
String_t* G_B14_0 = NULL;
|
|
ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD* G_B14_1 = NULL;
|
|
String_t* G_B13_0 = NULL;
|
|
ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD* G_B13_1 = NULL;
|
|
ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD* G_B16_0 = NULL;
|
|
ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD* G_B15_0 = NULL;
|
|
int32_t G_B17_0 = 0;
|
|
ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD* G_B17_1 = NULL;
|
|
ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD* G_B19_0 = NULL;
|
|
ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD* G_B18_0 = NULL;
|
|
int32_t G_B20_0 = 0;
|
|
ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD* G_B20_1 = NULL;
|
|
ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD* G_B22_0 = NULL;
|
|
ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD* G_B21_0 = NULL;
|
|
int32_t G_B23_0 = 0;
|
|
ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD* G_B23_1 = NULL;
|
|
ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD* G_B25_0 = NULL;
|
|
ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD* G_B24_0 = NULL;
|
|
int32_t G_B26_0 = 0;
|
|
ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD* G_B26_1 = NULL;
|
|
{
|
|
// var result = new ControlItem();
|
|
il2cpp_codegen_initobj((&V_0), sizeof(ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD));
|
|
// result.name = name;
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_0;
|
|
L_0 = ControlItem_get_name_m1D0E0FB5B9A155BEDF717F69A57364F89F1292F7_inline(__this, NULL);
|
|
ControlItem_set_name_m51D3D4522272DD1AF9E12F5B93C232AC79F7A19E_inline((&V_0), L_0, NULL);
|
|
// result.isModifyingExistingControl = isModifyingExistingControl;
|
|
bool L_1;
|
|
L_1 = ControlItem_get_isModifyingExistingControl_mEC6714B34AB379AC77E201967C325EE6A2B45E33(__this, NULL);
|
|
ControlItem_set_isModifyingExistingControl_mD8B3977F0275393003E7C3DFFB4DED8C93A90714((&V_0), L_1, NULL);
|
|
// result.displayName = string.IsNullOrEmpty(displayName) ? other.displayName : displayName;
|
|
String_t* L_2;
|
|
L_2 = ControlItem_get_displayName_m1F58E1237D92659BA397FA7B634E19A3A5D0EF79_inline(__this, NULL);
|
|
bool L_3;
|
|
L_3 = String_IsNullOrEmpty_mEA9E3FB005AC28FE02E69FCF95A7B8456192B478(L_2, NULL);
|
|
G_B1_0 = (&V_0);
|
|
if (L_3)
|
|
{
|
|
G_B2_0 = (&V_0);
|
|
goto IL_0039;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_4;
|
|
L_4 = ControlItem_get_displayName_m1F58E1237D92659BA397FA7B634E19A3A5D0EF79_inline(__this, NULL);
|
|
G_B3_0 = L_4;
|
|
G_B3_1 = G_B1_0;
|
|
goto IL_0040;
|
|
}
|
|
|
|
IL_0039:
|
|
{
|
|
String_t* L_5;
|
|
L_5 = ControlItem_get_displayName_m1F58E1237D92659BA397FA7B634E19A3A5D0EF79_inline((&___0_other), NULL);
|
|
G_B3_0 = L_5;
|
|
G_B3_1 = G_B2_0;
|
|
}
|
|
|
|
IL_0040:
|
|
{
|
|
ControlItem_set_displayName_m626633276E1E59337D3088E9C49AC10AE72B6507_inline(G_B3_1, G_B3_0, NULL);
|
|
// result.shortDisplayName = string.IsNullOrEmpty(shortDisplayName) ? other.shortDisplayName : shortDisplayName;
|
|
String_t* L_6;
|
|
L_6 = ControlItem_get_shortDisplayName_m9FD5B6429EC71B35D442089E49B7CC2D02124746_inline(__this, NULL);
|
|
bool L_7;
|
|
L_7 = String_IsNullOrEmpty_mEA9E3FB005AC28FE02E69FCF95A7B8456192B478(L_6, NULL);
|
|
G_B4_0 = (&V_0);
|
|
if (L_7)
|
|
{
|
|
G_B5_0 = (&V_0);
|
|
goto IL_005c;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_8;
|
|
L_8 = ControlItem_get_shortDisplayName_m9FD5B6429EC71B35D442089E49B7CC2D02124746_inline(__this, NULL);
|
|
G_B6_0 = L_8;
|
|
G_B6_1 = G_B4_0;
|
|
goto IL_0063;
|
|
}
|
|
|
|
IL_005c:
|
|
{
|
|
String_t* L_9;
|
|
L_9 = ControlItem_get_shortDisplayName_m9FD5B6429EC71B35D442089E49B7CC2D02124746_inline((&___0_other), NULL);
|
|
G_B6_0 = L_9;
|
|
G_B6_1 = G_B5_0;
|
|
}
|
|
|
|
IL_0063:
|
|
{
|
|
ControlItem_set_shortDisplayName_mB2342EA16705A431947DD7905BF0AD04A3D307B4_inline(G_B6_1, G_B6_0, NULL);
|
|
// result.layout = layout.IsEmpty() ? other.layout : layout;
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_10;
|
|
L_10 = ControlItem_get_layout_m08BC0B5287AA87FAD29BF5B6D03ECE3E9CF5232C_inline(__this, NULL);
|
|
V_1 = L_10;
|
|
bool L_11;
|
|
L_11 = InternedString_IsEmpty_mA88FAF2562BF41C57C00E68F5A4111B22CFF173B((&V_1), NULL);
|
|
G_B7_0 = (&V_0);
|
|
if (L_11)
|
|
{
|
|
G_B8_0 = (&V_0);
|
|
goto IL_0082;
|
|
}
|
|
}
|
|
{
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_12;
|
|
L_12 = ControlItem_get_layout_m08BC0B5287AA87FAD29BF5B6D03ECE3E9CF5232C_inline(__this, NULL);
|
|
G_B9_0 = L_12;
|
|
G_B9_1 = G_B7_0;
|
|
goto IL_0089;
|
|
}
|
|
|
|
IL_0082:
|
|
{
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_13;
|
|
L_13 = ControlItem_get_layout_m08BC0B5287AA87FAD29BF5B6D03ECE3E9CF5232C_inline((&___0_other), NULL);
|
|
G_B9_0 = L_13;
|
|
G_B9_1 = G_B8_0;
|
|
}
|
|
|
|
IL_0089:
|
|
{
|
|
ControlItem_set_layout_m06690041885C5E746BAE0574C6CDD1BE532073BD_inline(G_B9_1, G_B9_0, NULL);
|
|
// result.variants = variants.IsEmpty() ? other.variants : variants;
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_14;
|
|
L_14 = ControlItem_get_variants_m940B1AE5E4676988EFCBA9919EA86728A131D1D5_inline(__this, NULL);
|
|
V_1 = L_14;
|
|
bool L_15;
|
|
L_15 = InternedString_IsEmpty_mA88FAF2562BF41C57C00E68F5A4111B22CFF173B((&V_1), NULL);
|
|
G_B10_0 = (&V_0);
|
|
if (L_15)
|
|
{
|
|
G_B11_0 = (&V_0);
|
|
goto IL_00a8;
|
|
}
|
|
}
|
|
{
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_16;
|
|
L_16 = ControlItem_get_variants_m940B1AE5E4676988EFCBA9919EA86728A131D1D5_inline(__this, NULL);
|
|
G_B12_0 = L_16;
|
|
G_B12_1 = G_B10_0;
|
|
goto IL_00af;
|
|
}
|
|
|
|
IL_00a8:
|
|
{
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_17;
|
|
L_17 = ControlItem_get_variants_m940B1AE5E4676988EFCBA9919EA86728A131D1D5_inline((&___0_other), NULL);
|
|
G_B12_0 = L_17;
|
|
G_B12_1 = G_B11_0;
|
|
}
|
|
|
|
IL_00af:
|
|
{
|
|
ControlItem_set_variants_mC24C3B81D42DD6606699720B0070D86A4A7C392F_inline(G_B12_1, G_B12_0, NULL);
|
|
// result.useStateFrom = useStateFrom ?? other.useStateFrom;
|
|
String_t* L_18;
|
|
L_18 = ControlItem_get_useStateFrom_mCE850A165538CDCBFF2D9B6B81A6F9C1C00D322D_inline(__this, NULL);
|
|
String_t* L_19 = L_18;
|
|
G_B13_0 = L_19;
|
|
G_B13_1 = (&V_0);
|
|
if (L_19)
|
|
{
|
|
G_B14_0 = L_19;
|
|
G_B14_1 = (&V_0);
|
|
goto IL_00c7;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_20;
|
|
L_20 = ControlItem_get_useStateFrom_mCE850A165538CDCBFF2D9B6B81A6F9C1C00D322D_inline((&___0_other), NULL);
|
|
G_B14_0 = L_20;
|
|
G_B14_1 = G_B13_1;
|
|
}
|
|
|
|
IL_00c7:
|
|
{
|
|
ControlItem_set_useStateFrom_mC4F23A31DA6D92F35F0C252666867DE60BA0F3C2_inline(G_B14_1, G_B14_0, NULL);
|
|
// result.arraySize = !isArray ? other.arraySize : arraySize;
|
|
bool L_21;
|
|
L_21 = ControlItem_get_isArray_m64A6E8C58A4D71B7F0E7B5CBF4BF76CC262FA2DD(__this, NULL);
|
|
G_B15_0 = (&V_0);
|
|
if (!L_21)
|
|
{
|
|
G_B16_0 = (&V_0);
|
|
goto IL_00de;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_22;
|
|
L_22 = ControlItem_get_arraySize_m5C2C8103BB1F27038D08B567099283F70C3F8326_inline(__this, NULL);
|
|
G_B17_0 = L_22;
|
|
G_B17_1 = G_B15_0;
|
|
goto IL_00e5;
|
|
}
|
|
|
|
IL_00de:
|
|
{
|
|
int32_t L_23;
|
|
L_23 = ControlItem_get_arraySize_m5C2C8103BB1F27038D08B567099283F70C3F8326_inline((&___0_other), NULL);
|
|
G_B17_0 = L_23;
|
|
G_B17_1 = G_B16_0;
|
|
}
|
|
|
|
IL_00e5:
|
|
{
|
|
ControlItem_set_arraySize_m836E83FBB5E21DFFF99CC3D47CAF0812894DF39E_inline(G_B17_1, G_B17_0, NULL);
|
|
// result.isNoisy = isNoisy || other.isNoisy;
|
|
bool L_24;
|
|
L_24 = ControlItem_get_isNoisy_m7411781E923694A4CEA423E119BD6FF178F85E28(__this, NULL);
|
|
G_B18_0 = (&V_0);
|
|
if (L_24)
|
|
{
|
|
G_B19_0 = (&V_0);
|
|
goto IL_00fd;
|
|
}
|
|
}
|
|
{
|
|
bool L_25;
|
|
L_25 = ControlItem_get_isNoisy_m7411781E923694A4CEA423E119BD6FF178F85E28((&___0_other), NULL);
|
|
G_B20_0 = ((int32_t)(L_25));
|
|
G_B20_1 = G_B18_0;
|
|
goto IL_00fe;
|
|
}
|
|
|
|
IL_00fd:
|
|
{
|
|
G_B20_0 = 1;
|
|
G_B20_1 = G_B19_0;
|
|
}
|
|
|
|
IL_00fe:
|
|
{
|
|
ControlItem_set_isNoisy_m912FA48D58D8E5201A0A4FD743BE5CE95F1C7D02(G_B20_1, (bool)G_B20_0, NULL);
|
|
// result.dontReset = dontReset || other.dontReset;
|
|
bool L_26;
|
|
L_26 = ControlItem_get_dontReset_m6D669184300B380A9CB9AA521562E1FFB30B1A66(__this, NULL);
|
|
G_B21_0 = (&V_0);
|
|
if (L_26)
|
|
{
|
|
G_B22_0 = (&V_0);
|
|
goto IL_0116;
|
|
}
|
|
}
|
|
{
|
|
bool L_27;
|
|
L_27 = ControlItem_get_dontReset_m6D669184300B380A9CB9AA521562E1FFB30B1A66((&___0_other), NULL);
|
|
G_B23_0 = ((int32_t)(L_27));
|
|
G_B23_1 = G_B21_0;
|
|
goto IL_0117;
|
|
}
|
|
|
|
IL_0116:
|
|
{
|
|
G_B23_0 = 1;
|
|
G_B23_1 = G_B22_0;
|
|
}
|
|
|
|
IL_0117:
|
|
{
|
|
ControlItem_set_dontReset_m543005FAF82C29CAA3C363D3A141DE73BD5B0463(G_B23_1, (bool)G_B23_0, NULL);
|
|
// result.isSynthetic = isSynthetic || other.isSynthetic;
|
|
bool L_28;
|
|
L_28 = ControlItem_get_isSynthetic_m093116B59A976CDEDE707EDD15E89768897AF3E4(__this, NULL);
|
|
G_B24_0 = (&V_0);
|
|
if (L_28)
|
|
{
|
|
G_B25_0 = (&V_0);
|
|
goto IL_012f;
|
|
}
|
|
}
|
|
{
|
|
bool L_29;
|
|
L_29 = ControlItem_get_isSynthetic_m093116B59A976CDEDE707EDD15E89768897AF3E4((&___0_other), NULL);
|
|
G_B26_0 = ((int32_t)(L_29));
|
|
G_B26_1 = G_B24_0;
|
|
goto IL_0130;
|
|
}
|
|
|
|
IL_012f:
|
|
{
|
|
G_B26_0 = 1;
|
|
G_B26_1 = G_B25_0;
|
|
}
|
|
|
|
IL_0130:
|
|
{
|
|
ControlItem_set_isSynthetic_m8B1882C4ACFDA5146C68C2BDE3AA36A1972AFF7A(G_B26_1, (bool)G_B26_0, NULL);
|
|
// result.isFirstDefinedInThisLayout = false;
|
|
ControlItem_set_isFirstDefinedInThisLayout_m8A0FC99F8A8ACC6DE3076CEA8697629C845D43BC((&V_0), (bool)0, NULL);
|
|
// if (offset != InputStateBlock.InvalidOffset)
|
|
uint32_t L_30;
|
|
L_30 = ControlItem_get_offset_mC9EF8E5DC5F44C67F6C52348DC848ED6A554B514_inline(__this, NULL);
|
|
if ((((int32_t)L_30) == ((int32_t)(-1))))
|
|
{
|
|
goto IL_0155;
|
|
}
|
|
}
|
|
{
|
|
// result.offset = offset;
|
|
uint32_t L_31;
|
|
L_31 = ControlItem_get_offset_mC9EF8E5DC5F44C67F6C52348DC848ED6A554B514_inline(__this, NULL);
|
|
ControlItem_set_offset_mADAA61E264DE2C83DB6BB3B6D9EF22974D2071B9_inline((&V_0), L_31, NULL);
|
|
goto IL_0163;
|
|
}
|
|
|
|
IL_0155:
|
|
{
|
|
// result.offset = other.offset;
|
|
uint32_t L_32;
|
|
L_32 = ControlItem_get_offset_mC9EF8E5DC5F44C67F6C52348DC848ED6A554B514_inline((&___0_other), NULL);
|
|
ControlItem_set_offset_mADAA61E264DE2C83DB6BB3B6D9EF22974D2071B9_inline((&V_0), L_32, NULL);
|
|
}
|
|
|
|
IL_0163:
|
|
{
|
|
// if (bit != InputStateBlock.InvalidOffset)
|
|
uint32_t L_33;
|
|
L_33 = ControlItem_get_bit_m9E80F980A6B4953ED959FA79910B233494DDE687_inline(__this, NULL);
|
|
if ((((int32_t)L_33) == ((int32_t)(-1))))
|
|
{
|
|
goto IL_017b;
|
|
}
|
|
}
|
|
{
|
|
// result.bit = bit;
|
|
uint32_t L_34;
|
|
L_34 = ControlItem_get_bit_m9E80F980A6B4953ED959FA79910B233494DDE687_inline(__this, NULL);
|
|
ControlItem_set_bit_m7975555A9C8690C66B6F39A5988561F190FECE58_inline((&V_0), L_34, NULL);
|
|
goto IL_0189;
|
|
}
|
|
|
|
IL_017b:
|
|
{
|
|
// result.bit = other.bit;
|
|
uint32_t L_35;
|
|
L_35 = ControlItem_get_bit_m9E80F980A6B4953ED959FA79910B233494DDE687_inline((&___0_other), NULL);
|
|
ControlItem_set_bit_m7975555A9C8690C66B6F39A5988561F190FECE58_inline((&V_0), L_35, NULL);
|
|
}
|
|
|
|
IL_0189:
|
|
{
|
|
// if (format != 0)
|
|
FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_36;
|
|
L_36 = ControlItem_get_format_mDD79911EB0D39F8578F01926136A8F445A4FE509_inline(__this, NULL);
|
|
FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_37;
|
|
L_37 = FourCC_op_Implicit_mFEE14A923AACEE90FAAC5234C718CD1B20690F61(0, NULL);
|
|
bool L_38;
|
|
L_38 = FourCC_op_Inequality_m8E764B9EF56D488E40480A3E69230EF623C7B92B(L_36, L_37, NULL);
|
|
if (!L_38)
|
|
{
|
|
goto IL_01ab;
|
|
}
|
|
}
|
|
{
|
|
// result.format = format;
|
|
FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_39;
|
|
L_39 = ControlItem_get_format_mDD79911EB0D39F8578F01926136A8F445A4FE509_inline(__this, NULL);
|
|
ControlItem_set_format_m541DAC401207113B8D69E89B5D4A7C694D8A7263_inline((&V_0), L_39, NULL);
|
|
goto IL_01b9;
|
|
}
|
|
|
|
IL_01ab:
|
|
{
|
|
// result.format = other.format;
|
|
FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_40;
|
|
L_40 = ControlItem_get_format_mDD79911EB0D39F8578F01926136A8F445A4FE509_inline((&___0_other), NULL);
|
|
ControlItem_set_format_m541DAC401207113B8D69E89B5D4A7C694D8A7263_inline((&V_0), L_40, NULL);
|
|
}
|
|
|
|
IL_01b9:
|
|
{
|
|
// if (sizeInBits != 0)
|
|
uint32_t L_41;
|
|
L_41 = ControlItem_get_sizeInBits_mF2621FA7E7B26E6CCBF73A21896D0D1AF68F77E1_inline(__this, NULL);
|
|
if (!L_41)
|
|
{
|
|
goto IL_01d0;
|
|
}
|
|
}
|
|
{
|
|
// result.sizeInBits = sizeInBits;
|
|
uint32_t L_42;
|
|
L_42 = ControlItem_get_sizeInBits_mF2621FA7E7B26E6CCBF73A21896D0D1AF68F77E1_inline(__this, NULL);
|
|
ControlItem_set_sizeInBits_m121DD023118CC37B77D17B987591DDA9A6DD9582_inline((&V_0), L_42, NULL);
|
|
goto IL_01de;
|
|
}
|
|
|
|
IL_01d0:
|
|
{
|
|
// result.sizeInBits = other.sizeInBits;
|
|
uint32_t L_43;
|
|
L_43 = ControlItem_get_sizeInBits_mF2621FA7E7B26E6CCBF73A21896D0D1AF68F77E1_inline((&___0_other), NULL);
|
|
ControlItem_set_sizeInBits_m121DD023118CC37B77D17B987591DDA9A6DD9582_inline((&V_0), L_43, NULL);
|
|
}
|
|
|
|
IL_01de:
|
|
{
|
|
// if (aliases.Count > 0)
|
|
ReadOnlyArray_1_t1C2864D7CF4D444AB2616316AC8DD33932F77064 L_44;
|
|
L_44 = ControlItem_get_aliases_mA8CA9ACA577BAF8FB291F8D0622F6F7D6AFC14D2_inline(__this, NULL);
|
|
V_2 = L_44;
|
|
int32_t L_45;
|
|
L_45 = ReadOnlyArray_1_get_Count_m2215B7CB1D01D57AB87F3363351D7A7BD528E40F_inline((&V_2), ReadOnlyArray_1_get_Count_m2215B7CB1D01D57AB87F3363351D7A7BD528E40F_RuntimeMethod_var);
|
|
if ((((int32_t)L_45) <= ((int32_t)0)))
|
|
{
|
|
goto IL_01fe;
|
|
}
|
|
}
|
|
{
|
|
// result.aliases = aliases;
|
|
ReadOnlyArray_1_t1C2864D7CF4D444AB2616316AC8DD33932F77064 L_46;
|
|
L_46 = ControlItem_get_aliases_mA8CA9ACA577BAF8FB291F8D0622F6F7D6AFC14D2_inline(__this, NULL);
|
|
ControlItem_set_aliases_mE23B04A43B1EC0271BA1FFAB9A7F19E578FA0FB1_inline((&V_0), L_46, NULL);
|
|
goto IL_020c;
|
|
}
|
|
|
|
IL_01fe:
|
|
{
|
|
// result.aliases = other.aliases;
|
|
ReadOnlyArray_1_t1C2864D7CF4D444AB2616316AC8DD33932F77064 L_47;
|
|
L_47 = ControlItem_get_aliases_mA8CA9ACA577BAF8FB291F8D0622F6F7D6AFC14D2_inline((&___0_other), NULL);
|
|
ControlItem_set_aliases_mE23B04A43B1EC0271BA1FFAB9A7F19E578FA0FB1_inline((&V_0), L_47, NULL);
|
|
}
|
|
|
|
IL_020c:
|
|
{
|
|
// if (usages.Count > 0)
|
|
ReadOnlyArray_1_t1C2864D7CF4D444AB2616316AC8DD33932F77064 L_48;
|
|
L_48 = ControlItem_get_usages_mD3E7D24BB589A7EE3F153AC45C5B5C6C3C2F851A_inline(__this, NULL);
|
|
V_2 = L_48;
|
|
int32_t L_49;
|
|
L_49 = ReadOnlyArray_1_get_Count_m2215B7CB1D01D57AB87F3363351D7A7BD528E40F_inline((&V_2), ReadOnlyArray_1_get_Count_m2215B7CB1D01D57AB87F3363351D7A7BD528E40F_RuntimeMethod_var);
|
|
if ((((int32_t)L_49) <= ((int32_t)0)))
|
|
{
|
|
goto IL_022c;
|
|
}
|
|
}
|
|
{
|
|
// result.usages = usages;
|
|
ReadOnlyArray_1_t1C2864D7CF4D444AB2616316AC8DD33932F77064 L_50;
|
|
L_50 = ControlItem_get_usages_mD3E7D24BB589A7EE3F153AC45C5B5C6C3C2F851A_inline(__this, NULL);
|
|
ControlItem_set_usages_m7A83BA777016005F41C58AE27BFDA0250BF39E51_inline((&V_0), L_50, NULL);
|
|
goto IL_023a;
|
|
}
|
|
|
|
IL_022c:
|
|
{
|
|
// result.usages = other.usages;
|
|
ReadOnlyArray_1_t1C2864D7CF4D444AB2616316AC8DD33932F77064 L_51;
|
|
L_51 = ControlItem_get_usages_mD3E7D24BB589A7EE3F153AC45C5B5C6C3C2F851A_inline((&___0_other), NULL);
|
|
ControlItem_set_usages_m7A83BA777016005F41C58AE27BFDA0250BF39E51_inline((&V_0), L_51, NULL);
|
|
}
|
|
|
|
IL_023a:
|
|
{
|
|
// if (parameters.Count == 0)
|
|
ReadOnlyArray_1_t4A15F7D15ACB297B45A08889D51E4CACEAD4EDF9 L_52;
|
|
L_52 = ControlItem_get_parameters_mBE548D62CCE714B0094FA37FCAE9A1C385583843_inline(__this, NULL);
|
|
V_3 = L_52;
|
|
int32_t L_53;
|
|
L_53 = ReadOnlyArray_1_get_Count_m76D58AB3E0CF768F6E547B59CAD83CEF522A5242_inline((&V_3), ReadOnlyArray_1_get_Count_m76D58AB3E0CF768F6E547B59CAD83CEF522A5242_RuntimeMethod_var);
|
|
if (L_53)
|
|
{
|
|
goto IL_025a;
|
|
}
|
|
}
|
|
{
|
|
// result.parameters = other.parameters;
|
|
ReadOnlyArray_1_t4A15F7D15ACB297B45A08889D51E4CACEAD4EDF9 L_54;
|
|
L_54 = ControlItem_get_parameters_mBE548D62CCE714B0094FA37FCAE9A1C385583843_inline((&___0_other), NULL);
|
|
ControlItem_set_parameters_m505637A7EF8388EFBFD6BF983876034054B248DD_inline((&V_0), L_54, NULL);
|
|
goto IL_0267;
|
|
}
|
|
|
|
IL_025a:
|
|
{
|
|
// result.parameters = parameters;
|
|
ReadOnlyArray_1_t4A15F7D15ACB297B45A08889D51E4CACEAD4EDF9 L_55;
|
|
L_55 = ControlItem_get_parameters_mBE548D62CCE714B0094FA37FCAE9A1C385583843_inline(__this, NULL);
|
|
ControlItem_set_parameters_m505637A7EF8388EFBFD6BF983876034054B248DD_inline((&V_0), L_55, NULL);
|
|
}
|
|
|
|
IL_0267:
|
|
{
|
|
// if (processors.Count == 0)
|
|
ReadOnlyArray_1_t1B44D48F2E9F425D218BABD5DE616117E8725D41 L_56;
|
|
L_56 = ControlItem_get_processors_mD951CF73C19F0B3880A81867A1B619D6F7CC1D01_inline(__this, NULL);
|
|
V_4 = L_56;
|
|
int32_t L_57;
|
|
L_57 = ReadOnlyArray_1_get_Count_mCB952AF4F81F9AF4E9F86DEDE58AF67AF1654293_inline((&V_4), ReadOnlyArray_1_get_Count_mCB952AF4F81F9AF4E9F86DEDE58AF67AF1654293_RuntimeMethod_var);
|
|
if (L_57)
|
|
{
|
|
goto IL_0288;
|
|
}
|
|
}
|
|
{
|
|
// result.processors = other.processors;
|
|
ReadOnlyArray_1_t1B44D48F2E9F425D218BABD5DE616117E8725D41 L_58;
|
|
L_58 = ControlItem_get_processors_mD951CF73C19F0B3880A81867A1B619D6F7CC1D01_inline((&___0_other), NULL);
|
|
ControlItem_set_processors_m1611E42E6E1EF35DFA7D9428E213F3BCA4417EFE_inline((&V_0), L_58, NULL);
|
|
goto IL_0295;
|
|
}
|
|
|
|
IL_0288:
|
|
{
|
|
// result.processors = processors;
|
|
ReadOnlyArray_1_t1B44D48F2E9F425D218BABD5DE616117E8725D41 L_59;
|
|
L_59 = ControlItem_get_processors_mD951CF73C19F0B3880A81867A1B619D6F7CC1D01_inline(__this, NULL);
|
|
ControlItem_set_processors_m1611E42E6E1EF35DFA7D9428E213F3BCA4417EFE_inline((&V_0), L_59, NULL);
|
|
}
|
|
|
|
IL_0295:
|
|
{
|
|
// if (!string.IsNullOrEmpty(displayName))
|
|
String_t* L_60;
|
|
L_60 = ControlItem_get_displayName_m1F58E1237D92659BA397FA7B634E19A3A5D0EF79_inline(__this, NULL);
|
|
bool L_61;
|
|
L_61 = String_IsNullOrEmpty_mEA9E3FB005AC28FE02E69FCF95A7B8456192B478(L_60, NULL);
|
|
if (L_61)
|
|
{
|
|
goto IL_02b1;
|
|
}
|
|
}
|
|
{
|
|
// result.displayName = displayName;
|
|
String_t* L_62;
|
|
L_62 = ControlItem_get_displayName_m1F58E1237D92659BA397FA7B634E19A3A5D0EF79_inline(__this, NULL);
|
|
ControlItem_set_displayName_m626633276E1E59337D3088E9C49AC10AE72B6507_inline((&V_0), L_62, NULL);
|
|
goto IL_02bf;
|
|
}
|
|
|
|
IL_02b1:
|
|
{
|
|
// result.displayName = other.displayName;
|
|
String_t* L_63;
|
|
L_63 = ControlItem_get_displayName_m1F58E1237D92659BA397FA7B634E19A3A5D0EF79_inline((&___0_other), NULL);
|
|
ControlItem_set_displayName_m626633276E1E59337D3088E9C49AC10AE72B6507_inline((&V_0), L_63, NULL);
|
|
}
|
|
|
|
IL_02bf:
|
|
{
|
|
// if (!defaultState.isEmpty)
|
|
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 L_64;
|
|
L_64 = ControlItem_get_defaultState_m2544EF2F09468000E7113CA1EE178CD60C572318_inline(__this, NULL);
|
|
V_5 = L_64;
|
|
bool L_65;
|
|
L_65 = PrimitiveValue_get_isEmpty_m5EB7E528CDE36950BBE170CE82D1DB78D45E4347((&V_5), NULL);
|
|
if (L_65)
|
|
{
|
|
goto IL_02df;
|
|
}
|
|
}
|
|
{
|
|
// result.defaultState = defaultState;
|
|
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 L_66;
|
|
L_66 = ControlItem_get_defaultState_m2544EF2F09468000E7113CA1EE178CD60C572318_inline(__this, NULL);
|
|
ControlItem_set_defaultState_m3C11CEAA24CEFC78FCDD5BC85EEA2C7A6A17EBCD_inline((&V_0), L_66, NULL);
|
|
goto IL_02ed;
|
|
}
|
|
|
|
IL_02df:
|
|
{
|
|
// result.defaultState = other.defaultState;
|
|
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 L_67;
|
|
L_67 = ControlItem_get_defaultState_m2544EF2F09468000E7113CA1EE178CD60C572318_inline((&___0_other), NULL);
|
|
ControlItem_set_defaultState_m3C11CEAA24CEFC78FCDD5BC85EEA2C7A6A17EBCD_inline((&V_0), L_67, NULL);
|
|
}
|
|
|
|
IL_02ed:
|
|
{
|
|
// if (!minValue.isEmpty)
|
|
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 L_68;
|
|
L_68 = ControlItem_get_minValue_m98CAFDF6A6F13A5E5E4DC51B4ADFD02B633233B7_inline(__this, NULL);
|
|
V_5 = L_68;
|
|
bool L_69;
|
|
L_69 = PrimitiveValue_get_isEmpty_m5EB7E528CDE36950BBE170CE82D1DB78D45E4347((&V_5), NULL);
|
|
if (L_69)
|
|
{
|
|
goto IL_030d;
|
|
}
|
|
}
|
|
{
|
|
// result.minValue = minValue;
|
|
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 L_70;
|
|
L_70 = ControlItem_get_minValue_m98CAFDF6A6F13A5E5E4DC51B4ADFD02B633233B7_inline(__this, NULL);
|
|
ControlItem_set_minValue_m416B368BF736DC2A036EF10DDF91C3ABFCA1D9F3_inline((&V_0), L_70, NULL);
|
|
goto IL_031b;
|
|
}
|
|
|
|
IL_030d:
|
|
{
|
|
// result.minValue = other.minValue;
|
|
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 L_71;
|
|
L_71 = ControlItem_get_minValue_m98CAFDF6A6F13A5E5E4DC51B4ADFD02B633233B7_inline((&___0_other), NULL);
|
|
ControlItem_set_minValue_m416B368BF736DC2A036EF10DDF91C3ABFCA1D9F3_inline((&V_0), L_71, NULL);
|
|
}
|
|
|
|
IL_031b:
|
|
{
|
|
// if (!maxValue.isEmpty)
|
|
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 L_72;
|
|
L_72 = ControlItem_get_maxValue_mAEF0FF56E7D06C3FE2387EEA227A66EAA9813A77_inline(__this, NULL);
|
|
V_5 = L_72;
|
|
bool L_73;
|
|
L_73 = PrimitiveValue_get_isEmpty_m5EB7E528CDE36950BBE170CE82D1DB78D45E4347((&V_5), NULL);
|
|
if (L_73)
|
|
{
|
|
goto IL_033b;
|
|
}
|
|
}
|
|
{
|
|
// result.maxValue = maxValue;
|
|
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 L_74;
|
|
L_74 = ControlItem_get_maxValue_mAEF0FF56E7D06C3FE2387EEA227A66EAA9813A77_inline(__this, NULL);
|
|
ControlItem_set_maxValue_m4AC28329EF977177A7280FD58B0FD9490E315508_inline((&V_0), L_74, NULL);
|
|
goto IL_0349;
|
|
}
|
|
|
|
IL_033b:
|
|
{
|
|
// result.maxValue = other.maxValue;
|
|
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 L_75;
|
|
L_75 = ControlItem_get_maxValue_mAEF0FF56E7D06C3FE2387EEA227A66EAA9813A77_inline((&___0_other), NULL);
|
|
ControlItem_set_maxValue_m4AC28329EF977177A7280FD58B0FD9490E315508_inline((&V_0), L_75, NULL);
|
|
}
|
|
|
|
IL_0349:
|
|
{
|
|
// return result;
|
|
ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD L_76 = V_0;
|
|
return L_76;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD ControlItem_Merge_mB40D79927742045C90680E4292AA5745DD99C063_AdjustorThunk (RuntimeObject* __this, ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD ___0_other, const RuntimeMethod* method)
|
|
{
|
|
ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD*>(__this + _offset);
|
|
ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD _returnValue;
|
|
_returnValue = ControlItem_Merge_mB40D79927742045C90680E4292AA5745DD99C063(_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
|
|
// System.String UnityEngine.InputSystem.Layouts.InputControlLayout/Builder::get_name()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Builder_get_name_m244B351832B70D91CE0099355B58793C715FEA96 (Builder_t83F17A26F53DA7EA6D8C35E5C65C5DF0147E7821* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public string name { get; set; }
|
|
String_t* L_0 = __this->___U3CnameU3Ek__BackingField_0;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.InputSystem.Layouts.InputControlLayout/Builder::set_name(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Builder_set_name_mDC15047F044F9E3523AFB77F90097E659B9D0639 (Builder_t83F17A26F53DA7EA6D8C35E5C65C5DF0147E7821* __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;
|
|
}
|
|
}
|
|
// System.String UnityEngine.InputSystem.Layouts.InputControlLayout/Builder::get_displayName()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Builder_get_displayName_mF3EF3210E2062453734F7083AC27DA5D88B18EE5 (Builder_t83F17A26F53DA7EA6D8C35E5C65C5DF0147E7821* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public string displayName { get; set; }
|
|
String_t* L_0 = __this->___U3CdisplayNameU3Ek__BackingField_1;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.InputSystem.Layouts.InputControlLayout/Builder::set_displayName(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Builder_set_displayName_mEA1FD90956B603D3775D5DBEF089065F384D7FEC (Builder_t83F17A26F53DA7EA6D8C35E5C65C5DF0147E7821* __this, String_t* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public string displayName { get; set; }
|
|
String_t* L_0 = ___0_value;
|
|
__this->___U3CdisplayNameU3Ek__BackingField_1 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CdisplayNameU3Ek__BackingField_1), (void*)L_0);
|
|
return;
|
|
}
|
|
}
|
|
// System.Type UnityEngine.InputSystem.Layouts.InputControlLayout/Builder::get_type()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* Builder_get_type_m779DE0BFA77615E1645F8D7407B10CBDD1CF178E (Builder_t83F17A26F53DA7EA6D8C35E5C65C5DF0147E7821* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public Type type { get; set; }
|
|
Type_t* L_0 = __this->___U3CtypeU3Ek__BackingField_2;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.InputSystem.Layouts.InputControlLayout/Builder::set_type(System.Type)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Builder_set_type_m9052A0AB147182E89AAA4F020F6A0BE797AB49CC (Builder_t83F17A26F53DA7EA6D8C35E5C65C5DF0147E7821* __this, Type_t* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public Type type { get; set; }
|
|
Type_t* L_0 = ___0_value;
|
|
__this->___U3CtypeU3Ek__BackingField_2 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CtypeU3Ek__BackingField_2), (void*)L_0);
|
|
return;
|
|
}
|
|
}
|
|
// UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.Layouts.InputControlLayout/Builder::get_stateFormat()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED Builder_get_stateFormat_m710266D85813CD8EE9D56F93F48FF9124F4A384E (Builder_t83F17A26F53DA7EA6D8C35E5C65C5DF0147E7821* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public FourCC stateFormat { get; set; }
|
|
FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_0 = __this->___U3CstateFormatU3Ek__BackingField_3;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.InputSystem.Layouts.InputControlLayout/Builder::set_stateFormat(UnityEngine.InputSystem.Utilities.FourCC)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Builder_set_stateFormat_mCD363642BD5D0DE6671C1AFCBFFA0423EE43E16A (Builder_t83F17A26F53DA7EA6D8C35E5C65C5DF0147E7821* __this, FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public FourCC stateFormat { get; set; }
|
|
FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_0 = ___0_value;
|
|
__this->___U3CstateFormatU3Ek__BackingField_3 = L_0;
|
|
return;
|
|
}
|
|
}
|
|
// System.Int32 UnityEngine.InputSystem.Layouts.InputControlLayout/Builder::get_stateSizeInBytes()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Builder_get_stateSizeInBytes_m825A03FC7D13BAB0896302D62661BAF7297542D9 (Builder_t83F17A26F53DA7EA6D8C35E5C65C5DF0147E7821* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public int stateSizeInBytes { get; set; }
|
|
int32_t L_0 = __this->___U3CstateSizeInBytesU3Ek__BackingField_4;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.InputSystem.Layouts.InputControlLayout/Builder::set_stateSizeInBytes(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Builder_set_stateSizeInBytes_mDFAB2E625CFB381581D4343D398B0B039FBE2EF2 (Builder_t83F17A26F53DA7EA6D8C35E5C65C5DF0147E7821* __this, int32_t ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public int stateSizeInBytes { get; set; }
|
|
int32_t L_0 = ___0_value;
|
|
__this->___U3CstateSizeInBytesU3Ek__BackingField_4 = L_0;
|
|
return;
|
|
}
|
|
}
|
|
// System.String UnityEngine.InputSystem.Layouts.InputControlLayout/Builder::get_extendsLayout()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Builder_get_extendsLayout_m58924465E9829CAECBFAC577B4D2E967F4C7BC4E (Builder_t83F17A26F53DA7EA6D8C35E5C65C5DF0147E7821* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// get => m_ExtendsLayout;
|
|
String_t* L_0 = __this->___m_ExtendsLayout_5;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.InputSystem.Layouts.InputControlLayout/Builder::set_extendsLayout(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Builder_set_extendsLayout_m010A256781470FECF7B3457D6F2CC1A999296A7F (Builder_t83F17A26F53DA7EA6D8C35E5C65C5DF0147E7821* __this, String_t* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// 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_0010;
|
|
}
|
|
}
|
|
{
|
|
// m_ExtendsLayout = value;
|
|
String_t* L_2 = ___0_value;
|
|
__this->___m_ExtendsLayout_5 = L_2;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_ExtendsLayout_5), (void*)L_2);
|
|
return;
|
|
}
|
|
|
|
IL_0010:
|
|
{
|
|
// m_ExtendsLayout = null;
|
|
__this->___m_ExtendsLayout_5 = (String_t*)NULL;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_ExtendsLayout_5), (void*)(String_t*)NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Nullable`1<System.Boolean> UnityEngine.InputSystem.Layouts.InputControlLayout/Builder::get_updateBeforeRender()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01 Builder_get_updateBeforeRender_m5D7D9B635031D624AD989C0AE386C86F1AC1EA61 (Builder_t83F17A26F53DA7EA6D8C35E5C65C5DF0147E7821* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public bool? updateBeforeRender { get; set; }
|
|
Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01 L_0 = __this->___U3CupdateBeforeRenderU3Ek__BackingField_6;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.InputSystem.Layouts.InputControlLayout/Builder::set_updateBeforeRender(System.Nullable`1<System.Boolean>)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Builder_set_updateBeforeRender_mE6A47FEC22EA5A7F514EA4EE16C1BE710A918476 (Builder_t83F17A26F53DA7EA6D8C35E5C65C5DF0147E7821* __this, Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01 ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public bool? updateBeforeRender { get; set; }
|
|
Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01 L_0 = ___0_value;
|
|
__this->___U3CupdateBeforeRenderU3Ek__BackingField_6 = L_0;
|
|
return;
|
|
}
|
|
}
|
|
// UnityEngine.InputSystem.Utilities.ReadOnlyArray`1<UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem> UnityEngine.InputSystem.Layouts.InputControlLayout/Builder::get_controls()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ReadOnlyArray_1_t33FF20B344958C68734E3615E9381A0A6F882670 Builder_get_controls_m624EA573AAA13DD9BA60030A715CC4D4ACB5A6BF (Builder_t83F17A26F53DA7EA6D8C35E5C65C5DF0147E7821* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlyArray_1__ctor_m49F921C4A55D0D3A64169BAEED67DE11D60A6F02_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// public ReadOnlyArray<ControlItem> controls => new ReadOnlyArray<ControlItem>(m_Controls, 0, m_ControlCount);
|
|
ControlItemU5BU5D_t7798E8B7C7F58B8F6D13B567539CD82E962C7104* L_0 = __this->___m_Controls_8;
|
|
int32_t L_1 = __this->___m_ControlCount_7;
|
|
ReadOnlyArray_1_t33FF20B344958C68734E3615E9381A0A6F882670 L_2;
|
|
memset((&L_2), 0, sizeof(L_2));
|
|
ReadOnlyArray_1__ctor_m49F921C4A55D0D3A64169BAEED67DE11D60A6F02((&L_2), L_0, 0, L_1, /*hidden argument*/ReadOnlyArray_1__ctor_m49F921C4A55D0D3A64169BAEED67DE11D60A6F02_RuntimeMethod_var);
|
|
return L_2;
|
|
}
|
|
}
|
|
// UnityEngine.InputSystem.Layouts.InputControlLayout/Builder/ControlBuilder UnityEngine.InputSystem.Layouts.InputControlLayout/Builder::AddControl(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ControlBuilder_tA18891EC8D7AA5AB0C3AF2B2BB82244BBFCA6F50 Builder_AddControl_m91DD43C82C4E4C7F6E8DF390B6DA993F0CF7E4D7 (Builder_t83F17A26F53DA7EA6D8C35E5C65C5DF0147E7821* __this, String_t* ___0_name, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArrayHelpers_AppendWithCapacity_TisControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD_m5A9B524D2CA04A1565899243E642C4B839856336_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
ControlBuilder_tA18891EC8D7AA5AB0C3AF2B2BB82244BBFCA6F50 V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
{
|
|
// 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_000f;
|
|
}
|
|
}
|
|
{
|
|
// throw new ArgumentException(name);
|
|
String_t* L_2 = ___0_name;
|
|
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_m026938A67AF9D36BB7ED27F80425D7194B514465(L_3, L_2, NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Builder_AddControl_m91DD43C82C4E4C7F6E8DF390B6DA993F0CF7E4D7_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_000f:
|
|
{
|
|
// var index = ArrayHelpers.AppendWithCapacity(ref m_Controls, ref m_ControlCount,
|
|
// new ControlItem
|
|
// {
|
|
// name = new InternedString(name),
|
|
// isModifyingExistingControl = name.IndexOf('/') != -1,
|
|
// offset = InputStateBlock.InvalidOffset,
|
|
// bit = InputStateBlock.InvalidOffset
|
|
// });
|
|
ControlItemU5BU5D_t7798E8B7C7F58B8F6D13B567539CD82E962C7104** L_4 = (&__this->___m_Controls_8);
|
|
int32_t* L_5 = (&__this->___m_ControlCount_7);
|
|
il2cpp_codegen_initobj((&V_1), sizeof(ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD));
|
|
String_t* L_6 = ___0_name;
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_7;
|
|
memset((&L_7), 0, sizeof(L_7));
|
|
InternedString__ctor_m2E9672D46D84C82F705DE799CE8B6123EB95E935((&L_7), L_6, /*hidden argument*/NULL);
|
|
ControlItem_set_name_m51D3D4522272DD1AF9E12F5B93C232AC79F7A19E_inline((&V_1), L_7, NULL);
|
|
String_t* L_8 = ___0_name;
|
|
NullCheck(L_8);
|
|
int32_t L_9;
|
|
L_9 = String_IndexOf_mE21E78F35EF4A7768E385A72814C88D22B689966(L_8, ((int32_t)47), NULL);
|
|
ControlItem_set_isModifyingExistingControl_mD8B3977F0275393003E7C3DFFB4DED8C93A90714((&V_1), (bool)((((int32_t)((((int32_t)L_9) == ((int32_t)(-1)))? 1 : 0)) == ((int32_t)0))? 1 : 0), NULL);
|
|
ControlItem_set_offset_mADAA61E264DE2C83DB6BB3B6D9EF22974D2071B9_inline((&V_1), (-1), NULL);
|
|
ControlItem_set_bit_m7975555A9C8690C66B6F39A5988561F190FECE58_inline((&V_1), (-1), NULL);
|
|
ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD L_10 = V_1;
|
|
int32_t L_11;
|
|
L_11 = ArrayHelpers_AppendWithCapacity_TisControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD_m5A9B524D2CA04A1565899243E642C4B839856336(L_4, L_5, L_10, ((int32_t)10), ArrayHelpers_AppendWithCapacity_TisControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD_m5A9B524D2CA04A1565899243E642C4B839856336_RuntimeMethod_var);
|
|
V_0 = L_11;
|
|
// return new ControlBuilder
|
|
// {
|
|
// builder = this,
|
|
// index = index
|
|
// };
|
|
il2cpp_codegen_initobj((&V_2), sizeof(ControlBuilder_tA18891EC8D7AA5AB0C3AF2B2BB82244BBFCA6F50));
|
|
(&V_2)->___builder_0 = __this;
|
|
Il2CppCodeGenWriteBarrier((void**)(&(&V_2)->___builder_0), (void*)__this);
|
|
int32_t L_12 = V_0;
|
|
(&V_2)->___index_1 = L_12;
|
|
ControlBuilder_tA18891EC8D7AA5AB0C3AF2B2BB82244BBFCA6F50 L_13 = V_2;
|
|
return L_13;
|
|
}
|
|
}
|
|
// UnityEngine.InputSystem.Layouts.InputControlLayout/Builder UnityEngine.InputSystem.Layouts.InputControlLayout/Builder::WithName(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Builder_t83F17A26F53DA7EA6D8C35E5C65C5DF0147E7821* Builder_WithName_m3DAC654B73AF63D08C1C902C442BAD7EA93B1355 (Builder_t83F17A26F53DA7EA6D8C35E5C65C5DF0147E7821* __this, String_t* ___0_name, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// this.name = name;
|
|
String_t* L_0 = ___0_name;
|
|
Builder_set_name_mDC15047F044F9E3523AFB77F90097E659B9D0639_inline(__this, L_0, NULL);
|
|
// return this;
|
|
return __this;
|
|
}
|
|
}
|
|
// UnityEngine.InputSystem.Layouts.InputControlLayout/Builder UnityEngine.InputSystem.Layouts.InputControlLayout/Builder::WithDisplayName(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Builder_t83F17A26F53DA7EA6D8C35E5C65C5DF0147E7821* Builder_WithDisplayName_mF6FFBBD6CD7D758026D12D1A549936CA68037EBB (Builder_t83F17A26F53DA7EA6D8C35E5C65C5DF0147E7821* __this, String_t* ___0_displayName, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// this.displayName = displayName;
|
|
String_t* L_0 = ___0_displayName;
|
|
Builder_set_displayName_mEA1FD90956B603D3775D5DBEF089065F384D7FEC_inline(__this, L_0, NULL);
|
|
// return this;
|
|
return __this;
|
|
}
|
|
}
|
|
// UnityEngine.InputSystem.Layouts.InputControlLayout/Builder UnityEngine.InputSystem.Layouts.InputControlLayout/Builder::WithFormat(UnityEngine.InputSystem.Utilities.FourCC)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Builder_t83F17A26F53DA7EA6D8C35E5C65C5DF0147E7821* Builder_WithFormat_m9891CBB2C58581EAACCDC51BA36251B27FD63ABF (Builder_t83F17A26F53DA7EA6D8C35E5C65C5DF0147E7821* __this, FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED ___0_format, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// stateFormat = format;
|
|
FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_0 = ___0_format;
|
|
Builder_set_stateFormat_mCD363642BD5D0DE6671C1AFCBFFA0423EE43E16A_inline(__this, L_0, NULL);
|
|
// return this;
|
|
return __this;
|
|
}
|
|
}
|
|
// UnityEngine.InputSystem.Layouts.InputControlLayout/Builder UnityEngine.InputSystem.Layouts.InputControlLayout/Builder::WithFormat(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Builder_t83F17A26F53DA7EA6D8C35E5C65C5DF0147E7821* Builder_WithFormat_mD552F567BC65F362E0A774691B40A52A1EC39703 (Builder_t83F17A26F53DA7EA6D8C35E5C65C5DF0147E7821* __this, String_t* ___0_format, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// return WithFormat(new FourCC(format));
|
|
String_t* L_0 = ___0_format;
|
|
FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_1;
|
|
memset((&L_1), 0, sizeof(L_1));
|
|
FourCC__ctor_m305163ED105CA8143DBB6D7D31A77124105B8201((&L_1), L_0, /*hidden argument*/NULL);
|
|
Builder_t83F17A26F53DA7EA6D8C35E5C65C5DF0147E7821* L_2;
|
|
L_2 = Builder_WithFormat_m9891CBB2C58581EAACCDC51BA36251B27FD63ABF(__this, L_1, NULL);
|
|
return L_2;
|
|
}
|
|
}
|
|
// UnityEngine.InputSystem.Layouts.InputControlLayout/Builder UnityEngine.InputSystem.Layouts.InputControlLayout/Builder::WithSizeInBytes(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Builder_t83F17A26F53DA7EA6D8C35E5C65C5DF0147E7821* Builder_WithSizeInBytes_mC73B82FB0CB342F438B370965012D6A8359ACA70 (Builder_t83F17A26F53DA7EA6D8C35E5C65C5DF0147E7821* __this, int32_t ___0_sizeInBytes, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// stateSizeInBytes = sizeInBytes;
|
|
int32_t L_0 = ___0_sizeInBytes;
|
|
Builder_set_stateSizeInBytes_mDFAB2E625CFB381581D4343D398B0B039FBE2EF2_inline(__this, L_0, NULL);
|
|
// return this;
|
|
return __this;
|
|
}
|
|
}
|
|
// UnityEngine.InputSystem.Layouts.InputControlLayout/Builder UnityEngine.InputSystem.Layouts.InputControlLayout/Builder::Extend(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Builder_t83F17A26F53DA7EA6D8C35E5C65C5DF0147E7821* Builder_Extend_m8C4B681A589BBB83A830BD366DB276F67DB4E13B (Builder_t83F17A26F53DA7EA6D8C35E5C65C5DF0147E7821* __this, String_t* ___0_baseLayoutName, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// extendsLayout = baseLayoutName;
|
|
String_t* L_0 = ___0_baseLayoutName;
|
|
Builder_set_extendsLayout_m010A256781470FECF7B3457D6F2CC1A999296A7F(__this, L_0, NULL);
|
|
// return this;
|
|
return __this;
|
|
}
|
|
}
|
|
// UnityEngine.InputSystem.Layouts.InputControlLayout UnityEngine.InputSystem.Layouts.InputControlLayout/Builder::Build()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D* Builder_Build_mC2C1E45B8A7A6F52FF260345671E72587E71B653 (Builder_t83F17A26F53DA7EA6D8C35E5C65C5DF0147E7821* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ControlItemU5BU5D_t7798E8B7C7F58B8F6D13B567539CD82E962C7104_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InlinedArray_1__ctor_m8732B6EBFFA627F5206C86E329439F947A14A67F_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B_0_0_0_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
ControlItemU5BU5D_t7798E8B7C7F58B8F6D13B567539CD82E962C7104* V_0 = NULL;
|
|
InlinedArray_1_tAFDFE0972A71B9760077CFA9D4A1DBD7BE435800 V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
String_t* G_B4_0 = NULL;
|
|
String_t* G_B3_0 = NULL;
|
|
String_t* G_B5_0 = NULL;
|
|
Type_t* G_B6_0 = NULL;
|
|
String_t* G_B6_1 = NULL;
|
|
InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D* G_B8_0 = NULL;
|
|
InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D* G_B8_1 = NULL;
|
|
InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D* G_B7_0 = NULL;
|
|
InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D* G_B7_1 = NULL;
|
|
InlinedArray_1_tAFDFE0972A71B9760077CFA9D4A1DBD7BE435800 G_B9_0;
|
|
memset((&G_B9_0), 0, sizeof(G_B9_0));
|
|
InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D* G_B9_1 = NULL;
|
|
InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D* G_B9_2 = NULL;
|
|
{
|
|
// ControlItem[] controls = null;
|
|
V_0 = (ControlItemU5BU5D_t7798E8B7C7F58B8F6D13B567539CD82E962C7104*)NULL;
|
|
// if (m_ControlCount > 0)
|
|
int32_t L_0 = __this->___m_ControlCount_7;
|
|
if ((((int32_t)L_0) <= ((int32_t)0)))
|
|
{
|
|
goto IL_0029;
|
|
}
|
|
}
|
|
{
|
|
// controls = new ControlItem[m_ControlCount];
|
|
int32_t L_1 = __this->___m_ControlCount_7;
|
|
ControlItemU5BU5D_t7798E8B7C7F58B8F6D13B567539CD82E962C7104* L_2 = (ControlItemU5BU5D_t7798E8B7C7F58B8F6D13B567539CD82E962C7104*)(ControlItemU5BU5D_t7798E8B7C7F58B8F6D13B567539CD82E962C7104*)SZArrayNew(ControlItemU5BU5D_t7798E8B7C7F58B8F6D13B567539CD82E962C7104_il2cpp_TypeInfo_var, (uint32_t)L_1);
|
|
V_0 = L_2;
|
|
// Array.Copy(m_Controls, controls, m_ControlCount);
|
|
ControlItemU5BU5D_t7798E8B7C7F58B8F6D13B567539CD82E962C7104* L_3 = __this->___m_Controls_8;
|
|
ControlItemU5BU5D_t7798E8B7C7F58B8F6D13B567539CD82E962C7104* L_4 = V_0;
|
|
int32_t L_5 = __this->___m_ControlCount_7;
|
|
Array_Copy_m4233828B4E6288B6D815F539AAA38575DE627900((RuntimeArray*)L_3, (RuntimeArray*)L_4, L_5, NULL);
|
|
}
|
|
|
|
IL_0029:
|
|
{
|
|
// var layout =
|
|
// new InputControlLayout(new InternedString(name),
|
|
// type == null && string.IsNullOrEmpty(extendsLayout) ? typeof(InputDevice) : type)
|
|
// {
|
|
// m_DisplayName = displayName,
|
|
// m_StateFormat = stateFormat,
|
|
// m_StateSizeInBytes = stateSizeInBytes,
|
|
// m_BaseLayouts = !string.IsNullOrEmpty(extendsLayout) ? new InlinedArray<InternedString>(new InternedString(extendsLayout)) : default,
|
|
// m_Controls = controls,
|
|
// m_UpdateBeforeRender = updateBeforeRender
|
|
// };
|
|
String_t* L_6;
|
|
L_6 = Builder_get_name_m244B351832B70D91CE0099355B58793C715FEA96_inline(__this, NULL);
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_7;
|
|
memset((&L_7), 0, sizeof(L_7));
|
|
InternedString__ctor_m2E9672D46D84C82F705DE799CE8B6123EB95E935((&L_7), L_6, /*hidden argument*/NULL);
|
|
String_t* L_8;
|
|
L_8 = InternedString_op_Implicit_m99D80AAE853F54FA2EF2603D020C7454B608D2F6(L_7, NULL);
|
|
Type_t* L_9;
|
|
L_9 = Builder_get_type_m779DE0BFA77615E1645F8D7407B10CBDD1CF178E_inline(__this, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
|
|
bool L_10;
|
|
L_10 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_9, (Type_t*)NULL, NULL);
|
|
G_B3_0 = L_8;
|
|
if (!L_10)
|
|
{
|
|
G_B4_0 = L_8;
|
|
goto IL_0054;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_11;
|
|
L_11 = Builder_get_extendsLayout_m58924465E9829CAECBFAC577B4D2E967F4C7BC4E_inline(__this, NULL);
|
|
bool L_12;
|
|
L_12 = String_IsNullOrEmpty_mEA9E3FB005AC28FE02E69FCF95A7B8456192B478(L_11, NULL);
|
|
G_B4_0 = G_B3_0;
|
|
if (L_12)
|
|
{
|
|
G_B5_0 = G_B3_0;
|
|
goto IL_005c;
|
|
}
|
|
}
|
|
|
|
IL_0054:
|
|
{
|
|
Type_t* L_13;
|
|
L_13 = Builder_get_type_m779DE0BFA77615E1645F8D7407B10CBDD1CF178E_inline(__this, NULL);
|
|
G_B6_0 = L_13;
|
|
G_B6_1 = G_B4_0;
|
|
goto IL_0066;
|
|
}
|
|
|
|
IL_005c:
|
|
{
|
|
RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_14 = { reinterpret_cast<intptr_t> (InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B_0_0_0_var) };
|
|
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
|
|
Type_t* L_15;
|
|
L_15 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_14, NULL);
|
|
G_B6_0 = L_15;
|
|
G_B6_1 = G_B5_0;
|
|
}
|
|
|
|
IL_0066:
|
|
{
|
|
InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D* L_16 = (InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D*)il2cpp_codegen_object_new(InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D_il2cpp_TypeInfo_var);
|
|
NullCheck(L_16);
|
|
InputControlLayout__ctor_m5F434E0B4DD5712CFA1547371EB799303C99ACC8(L_16, G_B6_1, G_B6_0, NULL);
|
|
InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D* L_17 = L_16;
|
|
String_t* L_18;
|
|
L_18 = Builder_get_displayName_mF3EF3210E2062453734F7083AC27DA5D88B18EE5_inline(__this, NULL);
|
|
NullCheck(L_17);
|
|
L_17->___m_DisplayName_12 = L_18;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_17->___m_DisplayName_12), (void*)L_18);
|
|
InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D* L_19 = L_17;
|
|
FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_20;
|
|
L_20 = Builder_get_stateFormat_m710266D85813CD8EE9D56F93F48FF9124F4A384E_inline(__this, NULL);
|
|
NullCheck(L_19);
|
|
L_19->___m_StateFormat_5 = L_20;
|
|
InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D* L_21 = L_19;
|
|
int32_t L_22;
|
|
L_22 = Builder_get_stateSizeInBytes_m825A03FC7D13BAB0896302D62661BAF7297542D9_inline(__this, NULL);
|
|
NullCheck(L_21);
|
|
L_21->___m_StateSizeInBytes_6 = L_22;
|
|
InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D* L_23 = L_21;
|
|
String_t* L_24;
|
|
L_24 = Builder_get_extendsLayout_m58924465E9829CAECBFAC577B4D2E967F4C7BC4E_inline(__this, NULL);
|
|
bool L_25;
|
|
L_25 = String_IsNullOrEmpty_mEA9E3FB005AC28FE02E69FCF95A7B8456192B478(L_24, NULL);
|
|
G_B7_0 = L_23;
|
|
G_B7_1 = L_23;
|
|
if (!L_25)
|
|
{
|
|
G_B8_0 = L_23;
|
|
G_B8_1 = L_23;
|
|
goto IL_00a8;
|
|
}
|
|
}
|
|
{
|
|
il2cpp_codegen_initobj((&V_1), sizeof(InlinedArray_1_tAFDFE0972A71B9760077CFA9D4A1DBD7BE435800));
|
|
InlinedArray_1_tAFDFE0972A71B9760077CFA9D4A1DBD7BE435800 L_26 = V_1;
|
|
G_B9_0 = L_26;
|
|
G_B9_1 = G_B7_0;
|
|
G_B9_2 = G_B7_1;
|
|
goto IL_00b8;
|
|
}
|
|
|
|
IL_00a8:
|
|
{
|
|
String_t* L_27;
|
|
L_27 = Builder_get_extendsLayout_m58924465E9829CAECBFAC577B4D2E967F4C7BC4E_inline(__this, NULL);
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_28;
|
|
memset((&L_28), 0, sizeof(L_28));
|
|
InternedString__ctor_m2E9672D46D84C82F705DE799CE8B6123EB95E935((&L_28), L_27, /*hidden argument*/NULL);
|
|
InlinedArray_1_tAFDFE0972A71B9760077CFA9D4A1DBD7BE435800 L_29;
|
|
memset((&L_29), 0, sizeof(L_29));
|
|
InlinedArray_1__ctor_m8732B6EBFFA627F5206C86E329439F947A14A67F((&L_29), L_28, /*hidden argument*/InlinedArray_1__ctor_m8732B6EBFFA627F5206C86E329439F947A14A67F_RuntimeMethod_var);
|
|
G_B9_0 = L_29;
|
|
G_B9_1 = G_B8_0;
|
|
G_B9_2 = G_B8_1;
|
|
}
|
|
|
|
IL_00b8:
|
|
{
|
|
NullCheck(G_B9_1);
|
|
G_B9_1->___m_BaseLayouts_8 = G_B9_0;
|
|
Il2CppCodeGenWriteBarrier((void**)&((&(((&G_B9_1->___m_BaseLayouts_8))->___firstValue_1))->___m_StringOriginalCase_0), (void*)NULL);
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&((&(((&G_B9_1->___m_BaseLayouts_8))->___firstValue_1))->___m_StringLowerCase_1), (void*)NULL);
|
|
#endif
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&(((&G_B9_1->___m_BaseLayouts_8))->___additionalValues_2), (void*)NULL);
|
|
#endif
|
|
InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D* L_30 = G_B9_2;
|
|
ControlItemU5BU5D_t7798E8B7C7F58B8F6D13B567539CD82E962C7104* L_31 = V_0;
|
|
NullCheck(L_30);
|
|
L_30->___m_Controls_11 = L_31;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_30->___m_Controls_11), (void*)L_31);
|
|
InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D* L_32 = L_30;
|
|
Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01 L_33;
|
|
L_33 = Builder_get_updateBeforeRender_m5D7D9B635031D624AD989C0AE386C86F1AC1EA61_inline(__this, NULL);
|
|
NullCheck(L_32);
|
|
L_32->___m_UpdateBeforeRender_7 = L_33;
|
|
// return layout;
|
|
return L_32;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.InputSystem.Layouts.InputControlLayout/Builder::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Builder__ctor_m495DAB0C41AA8C1C70F4475E6860EFE445E5B811 (Builder_t83F17A26F53DA7EA6D8C35E5C65C5DF0147E7821* __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
|
|
// Conversion methods for marshalling of: UnityEngine.InputSystem.Layouts.InputControlLayout/Builder/ControlBuilder
|
|
IL2CPP_EXTERN_C void ControlBuilder_tA18891EC8D7AA5AB0C3AF2B2BB82244BBFCA6F50_marshal_pinvoke(const ControlBuilder_tA18891EC8D7AA5AB0C3AF2B2BB82244BBFCA6F50& unmarshaled, ControlBuilder_tA18891EC8D7AA5AB0C3AF2B2BB82244BBFCA6F50_marshaled_pinvoke& marshaled)
|
|
{
|
|
Exception_t* ___builder_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'builder' of type 'ControlBuilder': Reference type field marshaling is not supported.");
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(___builder_0Exception, NULL);
|
|
}
|
|
IL2CPP_EXTERN_C void ControlBuilder_tA18891EC8D7AA5AB0C3AF2B2BB82244BBFCA6F50_marshal_pinvoke_back(const ControlBuilder_tA18891EC8D7AA5AB0C3AF2B2BB82244BBFCA6F50_marshaled_pinvoke& marshaled, ControlBuilder_tA18891EC8D7AA5AB0C3AF2B2BB82244BBFCA6F50& unmarshaled)
|
|
{
|
|
Exception_t* ___builder_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'builder' of type 'ControlBuilder': Reference type field marshaling is not supported.");
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(___builder_0Exception, NULL);
|
|
}
|
|
// Conversion method for clean up from marshalling of: UnityEngine.InputSystem.Layouts.InputControlLayout/Builder/ControlBuilder
|
|
IL2CPP_EXTERN_C void ControlBuilder_tA18891EC8D7AA5AB0C3AF2B2BB82244BBFCA6F50_marshal_pinvoke_cleanup(ControlBuilder_tA18891EC8D7AA5AB0C3AF2B2BB82244BBFCA6F50_marshaled_pinvoke& marshaled)
|
|
{
|
|
}
|
|
// Conversion methods for marshalling of: UnityEngine.InputSystem.Layouts.InputControlLayout/Builder/ControlBuilder
|
|
IL2CPP_EXTERN_C void ControlBuilder_tA18891EC8D7AA5AB0C3AF2B2BB82244BBFCA6F50_marshal_com(const ControlBuilder_tA18891EC8D7AA5AB0C3AF2B2BB82244BBFCA6F50& unmarshaled, ControlBuilder_tA18891EC8D7AA5AB0C3AF2B2BB82244BBFCA6F50_marshaled_com& marshaled)
|
|
{
|
|
Exception_t* ___builder_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'builder' of type 'ControlBuilder': Reference type field marshaling is not supported.");
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(___builder_0Exception, NULL);
|
|
}
|
|
IL2CPP_EXTERN_C void ControlBuilder_tA18891EC8D7AA5AB0C3AF2B2BB82244BBFCA6F50_marshal_com_back(const ControlBuilder_tA18891EC8D7AA5AB0C3AF2B2BB82244BBFCA6F50_marshaled_com& marshaled, ControlBuilder_tA18891EC8D7AA5AB0C3AF2B2BB82244BBFCA6F50& unmarshaled)
|
|
{
|
|
Exception_t* ___builder_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'builder' of type 'ControlBuilder': Reference type field marshaling is not supported.");
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(___builder_0Exception, NULL);
|
|
}
|
|
// Conversion method for clean up from marshalling of: UnityEngine.InputSystem.Layouts.InputControlLayout/Builder/ControlBuilder
|
|
IL2CPP_EXTERN_C void ControlBuilder_tA18891EC8D7AA5AB0C3AF2B2BB82244BBFCA6F50_marshal_com_cleanup(ControlBuilder_tA18891EC8D7AA5AB0C3AF2B2BB82244BBFCA6F50_marshaled_com& marshaled)
|
|
{
|
|
}
|
|
// UnityEngine.InputSystem.Layouts.InputControlLayout/Builder/ControlBuilder UnityEngine.InputSystem.Layouts.InputControlLayout/Builder/ControlBuilder::WithDisplayName(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ControlBuilder_tA18891EC8D7AA5AB0C3AF2B2BB82244BBFCA6F50 ControlBuilder_WithDisplayName_m89DEB934FA84302419DA75E196A228FBBD2F1CBD (ControlBuilder_tA18891EC8D7AA5AB0C3AF2B2BB82244BBFCA6F50* __this, String_t* ___0_displayName, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// builder.m_Controls[index].displayName = displayName;
|
|
Builder_t83F17A26F53DA7EA6D8C35E5C65C5DF0147E7821* L_0 = __this->___builder_0;
|
|
NullCheck(L_0);
|
|
ControlItemU5BU5D_t7798E8B7C7F58B8F6D13B567539CD82E962C7104* L_1 = L_0->___m_Controls_8;
|
|
int32_t L_2 = __this->___index_1;
|
|
NullCheck(L_1);
|
|
String_t* L_3 = ___0_displayName;
|
|
ControlItem_set_displayName_m626633276E1E59337D3088E9C49AC10AE72B6507_inline(((L_1)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_2))), L_3, NULL);
|
|
// return this;
|
|
ControlBuilder_tA18891EC8D7AA5AB0C3AF2B2BB82244BBFCA6F50 L_4 = (*(ControlBuilder_tA18891EC8D7AA5AB0C3AF2B2BB82244BBFCA6F50*)__this);
|
|
return L_4;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C ControlBuilder_tA18891EC8D7AA5AB0C3AF2B2BB82244BBFCA6F50 ControlBuilder_WithDisplayName_m89DEB934FA84302419DA75E196A228FBBD2F1CBD_AdjustorThunk (RuntimeObject* __this, String_t* ___0_displayName, const RuntimeMethod* method)
|
|
{
|
|
ControlBuilder_tA18891EC8D7AA5AB0C3AF2B2BB82244BBFCA6F50* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<ControlBuilder_tA18891EC8D7AA5AB0C3AF2B2BB82244BBFCA6F50*>(__this + _offset);
|
|
ControlBuilder_tA18891EC8D7AA5AB0C3AF2B2BB82244BBFCA6F50 _returnValue;
|
|
_returnValue = ControlBuilder_WithDisplayName_m89DEB934FA84302419DA75E196A228FBBD2F1CBD(_thisAdjusted, ___0_displayName, method);
|
|
return _returnValue;
|
|
}
|
|
// UnityEngine.InputSystem.Layouts.InputControlLayout/Builder/ControlBuilder UnityEngine.InputSystem.Layouts.InputControlLayout/Builder/ControlBuilder::WithLayout(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ControlBuilder_tA18891EC8D7AA5AB0C3AF2B2BB82244BBFCA6F50 ControlBuilder_WithLayout_mBB03FC4875476B6EE4E884A0913E9DE0DDBF3F0E (ControlBuilder_tA18891EC8D7AA5AB0C3AF2B2BB82244BBFCA6F50* __this, String_t* ___0_layout, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// if (string.IsNullOrEmpty(layout))
|
|
String_t* L_0 = ___0_layout;
|
|
bool L_1;
|
|
L_1 = String_IsNullOrEmpty_mEA9E3FB005AC28FE02E69FCF95A7B8456192B478(L_0, NULL);
|
|
if (!L_1)
|
|
{
|
|
goto IL_0018;
|
|
}
|
|
}
|
|
{
|
|
// throw new ArgumentException("Layout name cannot be null or empty", nameof(layout));
|
|
ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_2 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_2);
|
|
ArgumentException__ctor_m8F9D40CE19D19B698A70F9A258640EB52DB39B62(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral546E64419B7FFEA645697C61A9E3845E8244EB14)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral73F1C0DB7E67894BD0991354AA6CB2DA4A3A5D88)), NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ControlBuilder_WithLayout_mBB03FC4875476B6EE4E884A0913E9DE0DDBF3F0E_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_0018:
|
|
{
|
|
// builder.m_Controls[index].layout = new InternedString(layout);
|
|
Builder_t83F17A26F53DA7EA6D8C35E5C65C5DF0147E7821* L_3 = __this->___builder_0;
|
|
NullCheck(L_3);
|
|
ControlItemU5BU5D_t7798E8B7C7F58B8F6D13B567539CD82E962C7104* L_4 = L_3->___m_Controls_8;
|
|
int32_t L_5 = __this->___index_1;
|
|
NullCheck(L_4);
|
|
String_t* L_6 = ___0_layout;
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_7;
|
|
memset((&L_7), 0, sizeof(L_7));
|
|
InternedString__ctor_m2E9672D46D84C82F705DE799CE8B6123EB95E935((&L_7), L_6, /*hidden argument*/NULL);
|
|
ControlItem_set_layout_m06690041885C5E746BAE0574C6CDD1BE532073BD_inline(((L_4)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_5))), L_7, NULL);
|
|
// return this;
|
|
ControlBuilder_tA18891EC8D7AA5AB0C3AF2B2BB82244BBFCA6F50 L_8 = (*(ControlBuilder_tA18891EC8D7AA5AB0C3AF2B2BB82244BBFCA6F50*)__this);
|
|
return L_8;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C ControlBuilder_tA18891EC8D7AA5AB0C3AF2B2BB82244BBFCA6F50 ControlBuilder_WithLayout_mBB03FC4875476B6EE4E884A0913E9DE0DDBF3F0E_AdjustorThunk (RuntimeObject* __this, String_t* ___0_layout, const RuntimeMethod* method)
|
|
{
|
|
ControlBuilder_tA18891EC8D7AA5AB0C3AF2B2BB82244BBFCA6F50* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<ControlBuilder_tA18891EC8D7AA5AB0C3AF2B2BB82244BBFCA6F50*>(__this + _offset);
|
|
ControlBuilder_tA18891EC8D7AA5AB0C3AF2B2BB82244BBFCA6F50 _returnValue;
|
|
_returnValue = ControlBuilder_WithLayout_mBB03FC4875476B6EE4E884A0913E9DE0DDBF3F0E(_thisAdjusted, ___0_layout, method);
|
|
return _returnValue;
|
|
}
|
|
// UnityEngine.InputSystem.Layouts.InputControlLayout/Builder/ControlBuilder UnityEngine.InputSystem.Layouts.InputControlLayout/Builder/ControlBuilder::WithFormat(UnityEngine.InputSystem.Utilities.FourCC)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ControlBuilder_tA18891EC8D7AA5AB0C3AF2B2BB82244BBFCA6F50 ControlBuilder_WithFormat_mD93D29B7F6C5167B257FF65A09F507974BDBB44B (ControlBuilder_tA18891EC8D7AA5AB0C3AF2B2BB82244BBFCA6F50* __this, FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED ___0_format, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// builder.m_Controls[index].format = format;
|
|
Builder_t83F17A26F53DA7EA6D8C35E5C65C5DF0147E7821* L_0 = __this->___builder_0;
|
|
NullCheck(L_0);
|
|
ControlItemU5BU5D_t7798E8B7C7F58B8F6D13B567539CD82E962C7104* L_1 = L_0->___m_Controls_8;
|
|
int32_t L_2 = __this->___index_1;
|
|
NullCheck(L_1);
|
|
FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_3 = ___0_format;
|
|
ControlItem_set_format_m541DAC401207113B8D69E89B5D4A7C694D8A7263_inline(((L_1)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_2))), L_3, NULL);
|
|
// return this;
|
|
ControlBuilder_tA18891EC8D7AA5AB0C3AF2B2BB82244BBFCA6F50 L_4 = (*(ControlBuilder_tA18891EC8D7AA5AB0C3AF2B2BB82244BBFCA6F50*)__this);
|
|
return L_4;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C ControlBuilder_tA18891EC8D7AA5AB0C3AF2B2BB82244BBFCA6F50 ControlBuilder_WithFormat_mD93D29B7F6C5167B257FF65A09F507974BDBB44B_AdjustorThunk (RuntimeObject* __this, FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED ___0_format, const RuntimeMethod* method)
|
|
{
|
|
ControlBuilder_tA18891EC8D7AA5AB0C3AF2B2BB82244BBFCA6F50* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<ControlBuilder_tA18891EC8D7AA5AB0C3AF2B2BB82244BBFCA6F50*>(__this + _offset);
|
|
ControlBuilder_tA18891EC8D7AA5AB0C3AF2B2BB82244BBFCA6F50 _returnValue;
|
|
_returnValue = ControlBuilder_WithFormat_mD93D29B7F6C5167B257FF65A09F507974BDBB44B(_thisAdjusted, ___0_format, method);
|
|
return _returnValue;
|
|
}
|
|
// UnityEngine.InputSystem.Layouts.InputControlLayout/Builder/ControlBuilder UnityEngine.InputSystem.Layouts.InputControlLayout/Builder/ControlBuilder::WithFormat(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ControlBuilder_tA18891EC8D7AA5AB0C3AF2B2BB82244BBFCA6F50 ControlBuilder_WithFormat_m8E72B16678309C37BBFDB447A423698E2FA43279 (ControlBuilder_tA18891EC8D7AA5AB0C3AF2B2BB82244BBFCA6F50* __this, String_t* ___0_format, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// return WithFormat(new FourCC(format));
|
|
String_t* L_0 = ___0_format;
|
|
FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_1;
|
|
memset((&L_1), 0, sizeof(L_1));
|
|
FourCC__ctor_m305163ED105CA8143DBB6D7D31A77124105B8201((&L_1), L_0, /*hidden argument*/NULL);
|
|
ControlBuilder_tA18891EC8D7AA5AB0C3AF2B2BB82244BBFCA6F50 L_2;
|
|
L_2 = ControlBuilder_WithFormat_mD93D29B7F6C5167B257FF65A09F507974BDBB44B(__this, L_1, NULL);
|
|
return L_2;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C ControlBuilder_tA18891EC8D7AA5AB0C3AF2B2BB82244BBFCA6F50 ControlBuilder_WithFormat_m8E72B16678309C37BBFDB447A423698E2FA43279_AdjustorThunk (RuntimeObject* __this, String_t* ___0_format, const RuntimeMethod* method)
|
|
{
|
|
ControlBuilder_tA18891EC8D7AA5AB0C3AF2B2BB82244BBFCA6F50* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<ControlBuilder_tA18891EC8D7AA5AB0C3AF2B2BB82244BBFCA6F50*>(__this + _offset);
|
|
ControlBuilder_tA18891EC8D7AA5AB0C3AF2B2BB82244BBFCA6F50 _returnValue;
|
|
_returnValue = ControlBuilder_WithFormat_m8E72B16678309C37BBFDB447A423698E2FA43279(_thisAdjusted, ___0_format, method);
|
|
return _returnValue;
|
|
}
|
|
// UnityEngine.InputSystem.Layouts.InputControlLayout/Builder/ControlBuilder UnityEngine.InputSystem.Layouts.InputControlLayout/Builder/ControlBuilder::WithByteOffset(System.UInt32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ControlBuilder_tA18891EC8D7AA5AB0C3AF2B2BB82244BBFCA6F50 ControlBuilder_WithByteOffset_mB9E8B85F8A7EDD9C22578E85FE659330E912481A (ControlBuilder_tA18891EC8D7AA5AB0C3AF2B2BB82244BBFCA6F50* __this, uint32_t ___0_offset, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// builder.m_Controls[index].offset = offset;
|
|
Builder_t83F17A26F53DA7EA6D8C35E5C65C5DF0147E7821* L_0 = __this->___builder_0;
|
|
NullCheck(L_0);
|
|
ControlItemU5BU5D_t7798E8B7C7F58B8F6D13B567539CD82E962C7104* L_1 = L_0->___m_Controls_8;
|
|
int32_t L_2 = __this->___index_1;
|
|
NullCheck(L_1);
|
|
uint32_t L_3 = ___0_offset;
|
|
ControlItem_set_offset_mADAA61E264DE2C83DB6BB3B6D9EF22974D2071B9_inline(((L_1)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_2))), L_3, NULL);
|
|
// return this;
|
|
ControlBuilder_tA18891EC8D7AA5AB0C3AF2B2BB82244BBFCA6F50 L_4 = (*(ControlBuilder_tA18891EC8D7AA5AB0C3AF2B2BB82244BBFCA6F50*)__this);
|
|
return L_4;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C ControlBuilder_tA18891EC8D7AA5AB0C3AF2B2BB82244BBFCA6F50 ControlBuilder_WithByteOffset_mB9E8B85F8A7EDD9C22578E85FE659330E912481A_AdjustorThunk (RuntimeObject* __this, uint32_t ___0_offset, const RuntimeMethod* method)
|
|
{
|
|
ControlBuilder_tA18891EC8D7AA5AB0C3AF2B2BB82244BBFCA6F50* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<ControlBuilder_tA18891EC8D7AA5AB0C3AF2B2BB82244BBFCA6F50*>(__this + _offset);
|
|
ControlBuilder_tA18891EC8D7AA5AB0C3AF2B2BB82244BBFCA6F50 _returnValue;
|
|
_returnValue = ControlBuilder_WithByteOffset_mB9E8B85F8A7EDD9C22578E85FE659330E912481A(_thisAdjusted, ___0_offset, method);
|
|
return _returnValue;
|
|
}
|
|
// UnityEngine.InputSystem.Layouts.InputControlLayout/Builder/ControlBuilder UnityEngine.InputSystem.Layouts.InputControlLayout/Builder/ControlBuilder::WithBitOffset(System.UInt32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ControlBuilder_tA18891EC8D7AA5AB0C3AF2B2BB82244BBFCA6F50 ControlBuilder_WithBitOffset_m4DE4397F118DBE8084ABDF38B16B40A24D53D38A (ControlBuilder_tA18891EC8D7AA5AB0C3AF2B2BB82244BBFCA6F50* __this, uint32_t ___0_bit, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// builder.m_Controls[index].bit = bit;
|
|
Builder_t83F17A26F53DA7EA6D8C35E5C65C5DF0147E7821* L_0 = __this->___builder_0;
|
|
NullCheck(L_0);
|
|
ControlItemU5BU5D_t7798E8B7C7F58B8F6D13B567539CD82E962C7104* L_1 = L_0->___m_Controls_8;
|
|
int32_t L_2 = __this->___index_1;
|
|
NullCheck(L_1);
|
|
uint32_t L_3 = ___0_bit;
|
|
ControlItem_set_bit_m7975555A9C8690C66B6F39A5988561F190FECE58_inline(((L_1)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_2))), L_3, NULL);
|
|
// return this;
|
|
ControlBuilder_tA18891EC8D7AA5AB0C3AF2B2BB82244BBFCA6F50 L_4 = (*(ControlBuilder_tA18891EC8D7AA5AB0C3AF2B2BB82244BBFCA6F50*)__this);
|
|
return L_4;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C ControlBuilder_tA18891EC8D7AA5AB0C3AF2B2BB82244BBFCA6F50 ControlBuilder_WithBitOffset_m4DE4397F118DBE8084ABDF38B16B40A24D53D38A_AdjustorThunk (RuntimeObject* __this, uint32_t ___0_bit, const RuntimeMethod* method)
|
|
{
|
|
ControlBuilder_tA18891EC8D7AA5AB0C3AF2B2BB82244BBFCA6F50* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<ControlBuilder_tA18891EC8D7AA5AB0C3AF2B2BB82244BBFCA6F50*>(__this + _offset);
|
|
ControlBuilder_tA18891EC8D7AA5AB0C3AF2B2BB82244BBFCA6F50 _returnValue;
|
|
_returnValue = ControlBuilder_WithBitOffset_m4DE4397F118DBE8084ABDF38B16B40A24D53D38A(_thisAdjusted, ___0_bit, method);
|
|
return _returnValue;
|
|
}
|
|
// UnityEngine.InputSystem.Layouts.InputControlLayout/Builder/ControlBuilder UnityEngine.InputSystem.Layouts.InputControlLayout/Builder/ControlBuilder::IsSynthetic(System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ControlBuilder_tA18891EC8D7AA5AB0C3AF2B2BB82244BBFCA6F50 ControlBuilder_IsSynthetic_mAC40DB90540E5192D401B478E43533159C4CA4EB (ControlBuilder_tA18891EC8D7AA5AB0C3AF2B2BB82244BBFCA6F50* __this, bool ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// builder.m_Controls[index].isSynthetic = value;
|
|
Builder_t83F17A26F53DA7EA6D8C35E5C65C5DF0147E7821* L_0 = __this->___builder_0;
|
|
NullCheck(L_0);
|
|
ControlItemU5BU5D_t7798E8B7C7F58B8F6D13B567539CD82E962C7104* L_1 = L_0->___m_Controls_8;
|
|
int32_t L_2 = __this->___index_1;
|
|
NullCheck(L_1);
|
|
bool L_3 = ___0_value;
|
|
ControlItem_set_isSynthetic_m8B1882C4ACFDA5146C68C2BDE3AA36A1972AFF7A(((L_1)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_2))), L_3, NULL);
|
|
// return this;
|
|
ControlBuilder_tA18891EC8D7AA5AB0C3AF2B2BB82244BBFCA6F50 L_4 = (*(ControlBuilder_tA18891EC8D7AA5AB0C3AF2B2BB82244BBFCA6F50*)__this);
|
|
return L_4;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C ControlBuilder_tA18891EC8D7AA5AB0C3AF2B2BB82244BBFCA6F50 ControlBuilder_IsSynthetic_mAC40DB90540E5192D401B478E43533159C4CA4EB_AdjustorThunk (RuntimeObject* __this, bool ___0_value, const RuntimeMethod* method)
|
|
{
|
|
ControlBuilder_tA18891EC8D7AA5AB0C3AF2B2BB82244BBFCA6F50* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<ControlBuilder_tA18891EC8D7AA5AB0C3AF2B2BB82244BBFCA6F50*>(__this + _offset);
|
|
ControlBuilder_tA18891EC8D7AA5AB0C3AF2B2BB82244BBFCA6F50 _returnValue;
|
|
_returnValue = ControlBuilder_IsSynthetic_mAC40DB90540E5192D401B478E43533159C4CA4EB(_thisAdjusted, ___0_value, method);
|
|
return _returnValue;
|
|
}
|
|
// UnityEngine.InputSystem.Layouts.InputControlLayout/Builder/ControlBuilder UnityEngine.InputSystem.Layouts.InputControlLayout/Builder/ControlBuilder::IsNoisy(System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ControlBuilder_tA18891EC8D7AA5AB0C3AF2B2BB82244BBFCA6F50 ControlBuilder_IsNoisy_mC1C1C06BCF7A66FD0887647682179CA185B5535E (ControlBuilder_tA18891EC8D7AA5AB0C3AF2B2BB82244BBFCA6F50* __this, bool ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// builder.m_Controls[index].isNoisy = value;
|
|
Builder_t83F17A26F53DA7EA6D8C35E5C65C5DF0147E7821* L_0 = __this->___builder_0;
|
|
NullCheck(L_0);
|
|
ControlItemU5BU5D_t7798E8B7C7F58B8F6D13B567539CD82E962C7104* L_1 = L_0->___m_Controls_8;
|
|
int32_t L_2 = __this->___index_1;
|
|
NullCheck(L_1);
|
|
bool L_3 = ___0_value;
|
|
ControlItem_set_isNoisy_m912FA48D58D8E5201A0A4FD743BE5CE95F1C7D02(((L_1)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_2))), L_3, NULL);
|
|
// return this;
|
|
ControlBuilder_tA18891EC8D7AA5AB0C3AF2B2BB82244BBFCA6F50 L_4 = (*(ControlBuilder_tA18891EC8D7AA5AB0C3AF2B2BB82244BBFCA6F50*)__this);
|
|
return L_4;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C ControlBuilder_tA18891EC8D7AA5AB0C3AF2B2BB82244BBFCA6F50 ControlBuilder_IsNoisy_mC1C1C06BCF7A66FD0887647682179CA185B5535E_AdjustorThunk (RuntimeObject* __this, bool ___0_value, const RuntimeMethod* method)
|
|
{
|
|
ControlBuilder_tA18891EC8D7AA5AB0C3AF2B2BB82244BBFCA6F50* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<ControlBuilder_tA18891EC8D7AA5AB0C3AF2B2BB82244BBFCA6F50*>(__this + _offset);
|
|
ControlBuilder_tA18891EC8D7AA5AB0C3AF2B2BB82244BBFCA6F50 _returnValue;
|
|
_returnValue = ControlBuilder_IsNoisy_mC1C1C06BCF7A66FD0887647682179CA185B5535E(_thisAdjusted, ___0_value, method);
|
|
return _returnValue;
|
|
}
|
|
// UnityEngine.InputSystem.Layouts.InputControlLayout/Builder/ControlBuilder UnityEngine.InputSystem.Layouts.InputControlLayout/Builder/ControlBuilder::DontReset(System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ControlBuilder_tA18891EC8D7AA5AB0C3AF2B2BB82244BBFCA6F50 ControlBuilder_DontReset_m1B3E6E673162CC315B4A4BDB0FCD9D0A8D1FF37C (ControlBuilder_tA18891EC8D7AA5AB0C3AF2B2BB82244BBFCA6F50* __this, bool ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// builder.m_Controls[index].dontReset = value;
|
|
Builder_t83F17A26F53DA7EA6D8C35E5C65C5DF0147E7821* L_0 = __this->___builder_0;
|
|
NullCheck(L_0);
|
|
ControlItemU5BU5D_t7798E8B7C7F58B8F6D13B567539CD82E962C7104* L_1 = L_0->___m_Controls_8;
|
|
int32_t L_2 = __this->___index_1;
|
|
NullCheck(L_1);
|
|
bool L_3 = ___0_value;
|
|
ControlItem_set_dontReset_m543005FAF82C29CAA3C363D3A141DE73BD5B0463(((L_1)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_2))), L_3, NULL);
|
|
// return this;
|
|
ControlBuilder_tA18891EC8D7AA5AB0C3AF2B2BB82244BBFCA6F50 L_4 = (*(ControlBuilder_tA18891EC8D7AA5AB0C3AF2B2BB82244BBFCA6F50*)__this);
|
|
return L_4;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C ControlBuilder_tA18891EC8D7AA5AB0C3AF2B2BB82244BBFCA6F50 ControlBuilder_DontReset_m1B3E6E673162CC315B4A4BDB0FCD9D0A8D1FF37C_AdjustorThunk (RuntimeObject* __this, bool ___0_value, const RuntimeMethod* method)
|
|
{
|
|
ControlBuilder_tA18891EC8D7AA5AB0C3AF2B2BB82244BBFCA6F50* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<ControlBuilder_tA18891EC8D7AA5AB0C3AF2B2BB82244BBFCA6F50*>(__this + _offset);
|
|
ControlBuilder_tA18891EC8D7AA5AB0C3AF2B2BB82244BBFCA6F50 _returnValue;
|
|
_returnValue = ControlBuilder_DontReset_m1B3E6E673162CC315B4A4BDB0FCD9D0A8D1FF37C(_thisAdjusted, ___0_value, method);
|
|
return _returnValue;
|
|
}
|
|
// UnityEngine.InputSystem.Layouts.InputControlLayout/Builder/ControlBuilder UnityEngine.InputSystem.Layouts.InputControlLayout/Builder/ControlBuilder::WithSizeInBits(System.UInt32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ControlBuilder_tA18891EC8D7AA5AB0C3AF2B2BB82244BBFCA6F50 ControlBuilder_WithSizeInBits_m08FAD46B3923EFDAFF0E50C557DEDFF065C58DDE (ControlBuilder_tA18891EC8D7AA5AB0C3AF2B2BB82244BBFCA6F50* __this, uint32_t ___0_sizeInBits, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// builder.m_Controls[index].sizeInBits = sizeInBits;
|
|
Builder_t83F17A26F53DA7EA6D8C35E5C65C5DF0147E7821* L_0 = __this->___builder_0;
|
|
NullCheck(L_0);
|
|
ControlItemU5BU5D_t7798E8B7C7F58B8F6D13B567539CD82E962C7104* L_1 = L_0->___m_Controls_8;
|
|
int32_t L_2 = __this->___index_1;
|
|
NullCheck(L_1);
|
|
uint32_t L_3 = ___0_sizeInBits;
|
|
ControlItem_set_sizeInBits_m121DD023118CC37B77D17B987591DDA9A6DD9582_inline(((L_1)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_2))), L_3, NULL);
|
|
// return this;
|
|
ControlBuilder_tA18891EC8D7AA5AB0C3AF2B2BB82244BBFCA6F50 L_4 = (*(ControlBuilder_tA18891EC8D7AA5AB0C3AF2B2BB82244BBFCA6F50*)__this);
|
|
return L_4;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C ControlBuilder_tA18891EC8D7AA5AB0C3AF2B2BB82244BBFCA6F50 ControlBuilder_WithSizeInBits_m08FAD46B3923EFDAFF0E50C557DEDFF065C58DDE_AdjustorThunk (RuntimeObject* __this, uint32_t ___0_sizeInBits, const RuntimeMethod* method)
|
|
{
|
|
ControlBuilder_tA18891EC8D7AA5AB0C3AF2B2BB82244BBFCA6F50* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<ControlBuilder_tA18891EC8D7AA5AB0C3AF2B2BB82244BBFCA6F50*>(__this + _offset);
|
|
ControlBuilder_tA18891EC8D7AA5AB0C3AF2B2BB82244BBFCA6F50 _returnValue;
|
|
_returnValue = ControlBuilder_WithSizeInBits_m08FAD46B3923EFDAFF0E50C557DEDFF065C58DDE(_thisAdjusted, ___0_sizeInBits, method);
|
|
return _returnValue;
|
|
}
|
|
// UnityEngine.InputSystem.Layouts.InputControlLayout/Builder/ControlBuilder UnityEngine.InputSystem.Layouts.InputControlLayout/Builder/ControlBuilder::WithRange(System.Single,System.Single)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ControlBuilder_tA18891EC8D7AA5AB0C3AF2B2BB82244BBFCA6F50 ControlBuilder_WithRange_m44F3D834248A1310FAD096DF4AF37C2005AFEEA1 (ControlBuilder_tA18891EC8D7AA5AB0C3AF2B2BB82244BBFCA6F50* __this, float ___0_minValue, float ___1_maxValue, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// builder.m_Controls[index].minValue = minValue;
|
|
Builder_t83F17A26F53DA7EA6D8C35E5C65C5DF0147E7821* L_0 = __this->___builder_0;
|
|
NullCheck(L_0);
|
|
ControlItemU5BU5D_t7798E8B7C7F58B8F6D13B567539CD82E962C7104* L_1 = L_0->___m_Controls_8;
|
|
int32_t L_2 = __this->___index_1;
|
|
NullCheck(L_1);
|
|
float L_3 = ___0_minValue;
|
|
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 L_4;
|
|
L_4 = PrimitiveValue_op_Implicit_m75B949D29E204E30381A923170EC463DA251D624(L_3, NULL);
|
|
ControlItem_set_minValue_m416B368BF736DC2A036EF10DDF91C3ABFCA1D9F3_inline(((L_1)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_2))), L_4, NULL);
|
|
// builder.m_Controls[index].maxValue = maxValue;
|
|
Builder_t83F17A26F53DA7EA6D8C35E5C65C5DF0147E7821* L_5 = __this->___builder_0;
|
|
NullCheck(L_5);
|
|
ControlItemU5BU5D_t7798E8B7C7F58B8F6D13B567539CD82E962C7104* L_6 = L_5->___m_Controls_8;
|
|
int32_t L_7 = __this->___index_1;
|
|
NullCheck(L_6);
|
|
float L_8 = ___1_maxValue;
|
|
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 L_9;
|
|
L_9 = PrimitiveValue_op_Implicit_m75B949D29E204E30381A923170EC463DA251D624(L_8, NULL);
|
|
ControlItem_set_maxValue_m4AC28329EF977177A7280FD58B0FD9490E315508_inline(((L_6)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_7))), L_9, NULL);
|
|
// return this;
|
|
ControlBuilder_tA18891EC8D7AA5AB0C3AF2B2BB82244BBFCA6F50 L_10 = (*(ControlBuilder_tA18891EC8D7AA5AB0C3AF2B2BB82244BBFCA6F50*)__this);
|
|
return L_10;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C ControlBuilder_tA18891EC8D7AA5AB0C3AF2B2BB82244BBFCA6F50 ControlBuilder_WithRange_m44F3D834248A1310FAD096DF4AF37C2005AFEEA1_AdjustorThunk (RuntimeObject* __this, float ___0_minValue, float ___1_maxValue, const RuntimeMethod* method)
|
|
{
|
|
ControlBuilder_tA18891EC8D7AA5AB0C3AF2B2BB82244BBFCA6F50* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<ControlBuilder_tA18891EC8D7AA5AB0C3AF2B2BB82244BBFCA6F50*>(__this + _offset);
|
|
ControlBuilder_tA18891EC8D7AA5AB0C3AF2B2BB82244BBFCA6F50 _returnValue;
|
|
_returnValue = ControlBuilder_WithRange_m44F3D834248A1310FAD096DF4AF37C2005AFEEA1(_thisAdjusted, ___0_minValue, ___1_maxValue, method);
|
|
return _returnValue;
|
|
}
|
|
// UnityEngine.InputSystem.Layouts.InputControlLayout/Builder/ControlBuilder UnityEngine.InputSystem.Layouts.InputControlLayout/Builder/ControlBuilder::WithUsages(UnityEngine.InputSystem.Utilities.InternedString[])
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ControlBuilder_tA18891EC8D7AA5AB0C3AF2B2BB82244BBFCA6F50 ControlBuilder_WithUsages_m4CFA29A8990CB98E075338FAB7565E1796938893 (ControlBuilder_tA18891EC8D7AA5AB0C3AF2B2BB82244BBFCA6F50* __this, InternedStringU5BU5D_t0B851758733FC0B118D84BE83AED10A0404C18D5* ___0_usages, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlyArray_1__ctor_m8B1A10969D597D11769C4E7C33B907A981CA78F5_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
{
|
|
// if (usages == null || usages.Length == 0)
|
|
InternedStringU5BU5D_t0B851758733FC0B118D84BE83AED10A0404C18D5* L_0 = ___0_usages;
|
|
if (!L_0)
|
|
{
|
|
goto IL_0007;
|
|
}
|
|
}
|
|
{
|
|
InternedStringU5BU5D_t0B851758733FC0B118D84BE83AED10A0404C18D5* L_1 = ___0_usages;
|
|
NullCheck(L_1);
|
|
if ((((RuntimeArray*)L_1)->max_length))
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
|
|
IL_0007:
|
|
{
|
|
// return this;
|
|
ControlBuilder_tA18891EC8D7AA5AB0C3AF2B2BB82244BBFCA6F50 L_2 = (*(ControlBuilder_tA18891EC8D7AA5AB0C3AF2B2BB82244BBFCA6F50*)__this);
|
|
return L_2;
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
// for (var i = 0; i < usages.Length; ++i)
|
|
V_0 = 0;
|
|
goto IL_006a;
|
|
}
|
|
|
|
IL_0012:
|
|
{
|
|
// if (usages[i].IsEmpty())
|
|
InternedStringU5BU5D_t0B851758733FC0B118D84BE83AED10A0404C18D5* L_3 = ___0_usages;
|
|
int32_t L_4 = V_0;
|
|
NullCheck(L_3);
|
|
bool L_5;
|
|
L_5 = InternedString_IsEmpty_mA88FAF2562BF41C57C00E68F5A4111B22CFF173B(((L_3)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_4))), NULL);
|
|
if (!L_5)
|
|
{
|
|
goto IL_0066;
|
|
}
|
|
}
|
|
{
|
|
// throw new ArgumentException(
|
|
// $"Empty usage entry at index {i} for control '{builder.m_Controls[index].name}' in layout '{builder.name}'",
|
|
// nameof(usages));
|
|
int32_t L_6 = V_0;
|
|
int32_t L_7 = L_6;
|
|
RuntimeObject* L_8 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var)), &L_7);
|
|
Builder_t83F17A26F53DA7EA6D8C35E5C65C5DF0147E7821* L_9 = __this->___builder_0;
|
|
NullCheck(L_9);
|
|
ControlItemU5BU5D_t7798E8B7C7F58B8F6D13B567539CD82E962C7104* L_10 = L_9->___m_Controls_8;
|
|
int32_t L_11 = __this->___index_1;
|
|
NullCheck(L_10);
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_12;
|
|
L_12 = ControlItem_get_name_m1D0E0FB5B9A155BEDF717F69A57364F89F1292F7_inline(((L_10)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_11))), NULL);
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_13 = L_12;
|
|
RuntimeObject* L_14 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735_il2cpp_TypeInfo_var)), &L_13);
|
|
Builder_t83F17A26F53DA7EA6D8C35E5C65C5DF0147E7821* L_15 = __this->___builder_0;
|
|
NullCheck(L_15);
|
|
String_t* L_16;
|
|
L_16 = Builder_get_name_m244B351832B70D91CE0099355B58793C715FEA96_inline(L_15, NULL);
|
|
String_t* L_17;
|
|
L_17 = String_Format_mA0534D6E2AE4D67A6BD8D45B3321323930EB930C(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral8AA175FF4B1ED47D26B7A4841279300DE227A679)), L_8, L_14, L_16, NULL);
|
|
ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_18 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_18);
|
|
ArgumentException__ctor_m8F9D40CE19D19B698A70F9A258640EB52DB39B62(L_18, L_17, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral8E2BEC23B4BAF8EC6CCD9A01B38260B8517E930F)), NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_18, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ControlBuilder_WithUsages_m4CFA29A8990CB98E075338FAB7565E1796938893_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_0066:
|
|
{
|
|
// for (var i = 0; i < usages.Length; ++i)
|
|
int32_t L_19 = V_0;
|
|
V_0 = ((int32_t)il2cpp_codegen_add(L_19, 1));
|
|
}
|
|
|
|
IL_006a:
|
|
{
|
|
// for (var i = 0; i < usages.Length; ++i)
|
|
int32_t L_20 = V_0;
|
|
InternedStringU5BU5D_t0B851758733FC0B118D84BE83AED10A0404C18D5* L_21 = ___0_usages;
|
|
NullCheck(L_21);
|
|
if ((((int32_t)L_20) < ((int32_t)((int32_t)(((RuntimeArray*)L_21)->max_length)))))
|
|
{
|
|
goto IL_0012;
|
|
}
|
|
}
|
|
{
|
|
// builder.m_Controls[index].usages = new ReadOnlyArray<InternedString>(usages);
|
|
Builder_t83F17A26F53DA7EA6D8C35E5C65C5DF0147E7821* L_22 = __this->___builder_0;
|
|
NullCheck(L_22);
|
|
ControlItemU5BU5D_t7798E8B7C7F58B8F6D13B567539CD82E962C7104* L_23 = L_22->___m_Controls_8;
|
|
int32_t L_24 = __this->___index_1;
|
|
NullCheck(L_23);
|
|
InternedStringU5BU5D_t0B851758733FC0B118D84BE83AED10A0404C18D5* L_25 = ___0_usages;
|
|
ReadOnlyArray_1_t1C2864D7CF4D444AB2616316AC8DD33932F77064 L_26;
|
|
memset((&L_26), 0, sizeof(L_26));
|
|
ReadOnlyArray_1__ctor_m8B1A10969D597D11769C4E7C33B907A981CA78F5((&L_26), L_25, /*hidden argument*/ReadOnlyArray_1__ctor_m8B1A10969D597D11769C4E7C33B907A981CA78F5_RuntimeMethod_var);
|
|
ControlItem_set_usages_m7A83BA777016005F41C58AE27BFDA0250BF39E51_inline(((L_23)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_24))), L_26, NULL);
|
|
// return this;
|
|
ControlBuilder_tA18891EC8D7AA5AB0C3AF2B2BB82244BBFCA6F50 L_27 = (*(ControlBuilder_tA18891EC8D7AA5AB0C3AF2B2BB82244BBFCA6F50*)__this);
|
|
return L_27;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C ControlBuilder_tA18891EC8D7AA5AB0C3AF2B2BB82244BBFCA6F50 ControlBuilder_WithUsages_m4CFA29A8990CB98E075338FAB7565E1796938893_AdjustorThunk (RuntimeObject* __this, InternedStringU5BU5D_t0B851758733FC0B118D84BE83AED10A0404C18D5* ___0_usages, const RuntimeMethod* method)
|
|
{
|
|
ControlBuilder_tA18891EC8D7AA5AB0C3AF2B2BB82244BBFCA6F50* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<ControlBuilder_tA18891EC8D7AA5AB0C3AF2B2BB82244BBFCA6F50*>(__this + _offset);
|
|
ControlBuilder_tA18891EC8D7AA5AB0C3AF2B2BB82244BBFCA6F50 _returnValue;
|
|
_returnValue = ControlBuilder_WithUsages_m4CFA29A8990CB98E075338FAB7565E1796938893(_thisAdjusted, ___0_usages, method);
|
|
return _returnValue;
|
|
}
|
|
// UnityEngine.InputSystem.Layouts.InputControlLayout/Builder/ControlBuilder UnityEngine.InputSystem.Layouts.InputControlLayout/Builder/ControlBuilder::WithUsages(System.Collections.Generic.IEnumerable`1<System.String>)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ControlBuilder_tA18891EC8D7AA5AB0C3AF2B2BB82244BBFCA6F50 ControlBuilder_WithUsages_m5F51524F13B9017FDFAD775F339C6CB530A6793B (ControlBuilder_tA18891EC8D7AA5AB0C3AF2B2BB82244BBFCA6F50* __this, RuntimeObject* ___0_usages, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerable_Select_TisString_t_TisInternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735_m011557AA65FEF515F3C86B632FC900011EEAC4F5_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerable_ToArray_TisInternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735_m454C0E66D1C84DDF8843828AF89C238643DDEC8B_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_2_tCB627F464F4D6382DEE25046EA94646523308FE1_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_U3CWithUsagesU3Eb__14_0_m61106FE0AED40B357C2349871A89EFA48D0C709A_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_tEF5C54E21921A13B31EA0547CBD7DE72EE989644_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
InternedStringU5BU5D_t0B851758733FC0B118D84BE83AED10A0404C18D5* V_0 = NULL;
|
|
Func_2_tCB627F464F4D6382DEE25046EA94646523308FE1* G_B2_0 = NULL;
|
|
RuntimeObject* G_B2_1 = NULL;
|
|
Func_2_tCB627F464F4D6382DEE25046EA94646523308FE1* G_B1_0 = NULL;
|
|
RuntimeObject* G_B1_1 = NULL;
|
|
{
|
|
// var usagesArray = usages.Select(x => new InternedString(x)).ToArray();
|
|
RuntimeObject* L_0 = ___0_usages;
|
|
il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_tEF5C54E21921A13B31EA0547CBD7DE72EE989644_il2cpp_TypeInfo_var);
|
|
Func_2_tCB627F464F4D6382DEE25046EA94646523308FE1* L_1 = ((U3CU3Ec_tEF5C54E21921A13B31EA0547CBD7DE72EE989644_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tEF5C54E21921A13B31EA0547CBD7DE72EE989644_il2cpp_TypeInfo_var))->___U3CU3E9__14_0_1;
|
|
Func_2_tCB627F464F4D6382DEE25046EA94646523308FE1* L_2 = L_1;
|
|
G_B1_0 = L_2;
|
|
G_B1_1 = L_0;
|
|
if (L_2)
|
|
{
|
|
G_B2_0 = L_2;
|
|
G_B2_1 = L_0;
|
|
goto IL_0020;
|
|
}
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_tEF5C54E21921A13B31EA0547CBD7DE72EE989644_il2cpp_TypeInfo_var);
|
|
U3CU3Ec_tEF5C54E21921A13B31EA0547CBD7DE72EE989644* L_3 = ((U3CU3Ec_tEF5C54E21921A13B31EA0547CBD7DE72EE989644_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tEF5C54E21921A13B31EA0547CBD7DE72EE989644_il2cpp_TypeInfo_var))->___U3CU3E9_0;
|
|
Func_2_tCB627F464F4D6382DEE25046EA94646523308FE1* L_4 = (Func_2_tCB627F464F4D6382DEE25046EA94646523308FE1*)il2cpp_codegen_object_new(Func_2_tCB627F464F4D6382DEE25046EA94646523308FE1_il2cpp_TypeInfo_var);
|
|
NullCheck(L_4);
|
|
Func_2__ctor_mE292EB3D4C9A07C566B0570AB2E1A7F3A2FC3039(L_4, L_3, (intptr_t)((void*)U3CU3Ec_U3CWithUsagesU3Eb__14_0_m61106FE0AED40B357C2349871A89EFA48D0C709A_RuntimeMethod_var), NULL);
|
|
Func_2_tCB627F464F4D6382DEE25046EA94646523308FE1* L_5 = L_4;
|
|
((U3CU3Ec_tEF5C54E21921A13B31EA0547CBD7DE72EE989644_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tEF5C54E21921A13B31EA0547CBD7DE72EE989644_il2cpp_TypeInfo_var))->___U3CU3E9__14_0_1 = L_5;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((U3CU3Ec_tEF5C54E21921A13B31EA0547CBD7DE72EE989644_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tEF5C54E21921A13B31EA0547CBD7DE72EE989644_il2cpp_TypeInfo_var))->___U3CU3E9__14_0_1), (void*)L_5);
|
|
G_B2_0 = L_5;
|
|
G_B2_1 = G_B1_1;
|
|
}
|
|
|
|
IL_0020:
|
|
{
|
|
RuntimeObject* L_6;
|
|
L_6 = Enumerable_Select_TisString_t_TisInternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735_m011557AA65FEF515F3C86B632FC900011EEAC4F5(G_B2_1, G_B2_0, Enumerable_Select_TisString_t_TisInternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735_m011557AA65FEF515F3C86B632FC900011EEAC4F5_RuntimeMethod_var);
|
|
InternedStringU5BU5D_t0B851758733FC0B118D84BE83AED10A0404C18D5* L_7;
|
|
L_7 = Enumerable_ToArray_TisInternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735_m454C0E66D1C84DDF8843828AF89C238643DDEC8B(L_6, Enumerable_ToArray_TisInternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735_m454C0E66D1C84DDF8843828AF89C238643DDEC8B_RuntimeMethod_var);
|
|
V_0 = L_7;
|
|
// return WithUsages(usagesArray);
|
|
InternedStringU5BU5D_t0B851758733FC0B118D84BE83AED10A0404C18D5* L_8 = V_0;
|
|
ControlBuilder_tA18891EC8D7AA5AB0C3AF2B2BB82244BBFCA6F50 L_9;
|
|
L_9 = ControlBuilder_WithUsages_m4CFA29A8990CB98E075338FAB7565E1796938893(__this, L_8, NULL);
|
|
return L_9;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C ControlBuilder_tA18891EC8D7AA5AB0C3AF2B2BB82244BBFCA6F50 ControlBuilder_WithUsages_m5F51524F13B9017FDFAD775F339C6CB530A6793B_AdjustorThunk (RuntimeObject* __this, RuntimeObject* ___0_usages, const RuntimeMethod* method)
|
|
{
|
|
ControlBuilder_tA18891EC8D7AA5AB0C3AF2B2BB82244BBFCA6F50* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<ControlBuilder_tA18891EC8D7AA5AB0C3AF2B2BB82244BBFCA6F50*>(__this + _offset);
|
|
ControlBuilder_tA18891EC8D7AA5AB0C3AF2B2BB82244BBFCA6F50 _returnValue;
|
|
_returnValue = ControlBuilder_WithUsages_m5F51524F13B9017FDFAD775F339C6CB530A6793B(_thisAdjusted, ___0_usages, method);
|
|
return _returnValue;
|
|
}
|
|
// UnityEngine.InputSystem.Layouts.InputControlLayout/Builder/ControlBuilder UnityEngine.InputSystem.Layouts.InputControlLayout/Builder/ControlBuilder::WithUsages(System.String[])
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ControlBuilder_tA18891EC8D7AA5AB0C3AF2B2BB82244BBFCA6F50 ControlBuilder_WithUsages_m9724FAC41B0F009558B6C06AA6C17B60C0E132B1 (ControlBuilder_tA18891EC8D7AA5AB0C3AF2B2BB82244BBFCA6F50* __this, StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___0_usages, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// return WithUsages((IEnumerable<string>)usages);
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_0 = ___0_usages;
|
|
ControlBuilder_tA18891EC8D7AA5AB0C3AF2B2BB82244BBFCA6F50 L_1;
|
|
L_1 = ControlBuilder_WithUsages_m5F51524F13B9017FDFAD775F339C6CB530A6793B(__this, (RuntimeObject*)L_0, NULL);
|
|
return L_1;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C ControlBuilder_tA18891EC8D7AA5AB0C3AF2B2BB82244BBFCA6F50 ControlBuilder_WithUsages_m9724FAC41B0F009558B6C06AA6C17B60C0E132B1_AdjustorThunk (RuntimeObject* __this, StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___0_usages, const RuntimeMethod* method)
|
|
{
|
|
ControlBuilder_tA18891EC8D7AA5AB0C3AF2B2BB82244BBFCA6F50* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<ControlBuilder_tA18891EC8D7AA5AB0C3AF2B2BB82244BBFCA6F50*>(__this + _offset);
|
|
ControlBuilder_tA18891EC8D7AA5AB0C3AF2B2BB82244BBFCA6F50 _returnValue;
|
|
_returnValue = ControlBuilder_WithUsages_m9724FAC41B0F009558B6C06AA6C17B60C0E132B1(_thisAdjusted, ___0_usages, method);
|
|
return _returnValue;
|
|
}
|
|
// UnityEngine.InputSystem.Layouts.InputControlLayout/Builder/ControlBuilder UnityEngine.InputSystem.Layouts.InputControlLayout/Builder/ControlBuilder::WithParameters(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ControlBuilder_tA18891EC8D7AA5AB0C3AF2B2BB82244BBFCA6F50 ControlBuilder_WithParameters_mBC3352880B7D852D3E3D999F8C2E8711FE98E3FF (ControlBuilder_tA18891EC8D7AA5AB0C3AF2B2BB82244BBFCA6F50* __this, String_t* ___0_parameters, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlyArray_1__ctor_m0A2A04DEB5DD6904A88BA998F8DFF306E7932261_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
NamedValueU5BU5D_tADD8F1373B88C55F68499688D72C21A97F63303A* V_0 = NULL;
|
|
{
|
|
// if (string.IsNullOrEmpty(parameters))
|
|
String_t* L_0 = ___0_parameters;
|
|
bool L_1;
|
|
L_1 = String_IsNullOrEmpty_mEA9E3FB005AC28FE02E69FCF95A7B8456192B478(L_0, NULL);
|
|
if (!L_1)
|
|
{
|
|
goto IL_000f;
|
|
}
|
|
}
|
|
{
|
|
// return this;
|
|
ControlBuilder_tA18891EC8D7AA5AB0C3AF2B2BB82244BBFCA6F50 L_2 = (*(ControlBuilder_tA18891EC8D7AA5AB0C3AF2B2BB82244BBFCA6F50*)__this);
|
|
return L_2;
|
|
}
|
|
|
|
IL_000f:
|
|
{
|
|
// var parsed = NamedValue.ParseMultiple(parameters);
|
|
String_t* L_3 = ___0_parameters;
|
|
NamedValueU5BU5D_tADD8F1373B88C55F68499688D72C21A97F63303A* L_4;
|
|
L_4 = NamedValue_ParseMultiple_mC8E42688F072AECEBBEE37214D6A9812F124E1C6(L_3, NULL);
|
|
V_0 = L_4;
|
|
// builder.m_Controls[index].parameters = new ReadOnlyArray<NamedValue>(parsed);
|
|
Builder_t83F17A26F53DA7EA6D8C35E5C65C5DF0147E7821* L_5 = __this->___builder_0;
|
|
NullCheck(L_5);
|
|
ControlItemU5BU5D_t7798E8B7C7F58B8F6D13B567539CD82E962C7104* L_6 = L_5->___m_Controls_8;
|
|
int32_t L_7 = __this->___index_1;
|
|
NullCheck(L_6);
|
|
NamedValueU5BU5D_tADD8F1373B88C55F68499688D72C21A97F63303A* L_8 = V_0;
|
|
ReadOnlyArray_1_t4A15F7D15ACB297B45A08889D51E4CACEAD4EDF9 L_9;
|
|
memset((&L_9), 0, sizeof(L_9));
|
|
ReadOnlyArray_1__ctor_m0A2A04DEB5DD6904A88BA998F8DFF306E7932261((&L_9), L_8, /*hidden argument*/ReadOnlyArray_1__ctor_m0A2A04DEB5DD6904A88BA998F8DFF306E7932261_RuntimeMethod_var);
|
|
ControlItem_set_parameters_m505637A7EF8388EFBFD6BF983876034054B248DD_inline(((L_6)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_7))), L_9, NULL);
|
|
// return this;
|
|
ControlBuilder_tA18891EC8D7AA5AB0C3AF2B2BB82244BBFCA6F50 L_10 = (*(ControlBuilder_tA18891EC8D7AA5AB0C3AF2B2BB82244BBFCA6F50*)__this);
|
|
return L_10;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C ControlBuilder_tA18891EC8D7AA5AB0C3AF2B2BB82244BBFCA6F50 ControlBuilder_WithParameters_mBC3352880B7D852D3E3D999F8C2E8711FE98E3FF_AdjustorThunk (RuntimeObject* __this, String_t* ___0_parameters, const RuntimeMethod* method)
|
|
{
|
|
ControlBuilder_tA18891EC8D7AA5AB0C3AF2B2BB82244BBFCA6F50* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<ControlBuilder_tA18891EC8D7AA5AB0C3AF2B2BB82244BBFCA6F50*>(__this + _offset);
|
|
ControlBuilder_tA18891EC8D7AA5AB0C3AF2B2BB82244BBFCA6F50 _returnValue;
|
|
_returnValue = ControlBuilder_WithParameters_mBC3352880B7D852D3E3D999F8C2E8711FE98E3FF(_thisAdjusted, ___0_parameters, method);
|
|
return _returnValue;
|
|
}
|
|
// UnityEngine.InputSystem.Layouts.InputControlLayout/Builder/ControlBuilder UnityEngine.InputSystem.Layouts.InputControlLayout/Builder/ControlBuilder::WithProcessors(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ControlBuilder_tA18891EC8D7AA5AB0C3AF2B2BB82244BBFCA6F50 ControlBuilder_WithProcessors_mBB62681E2437B6089FCB073288F3D53DED75E28D (ControlBuilder_tA18891EC8D7AA5AB0C3AF2B2BB82244BBFCA6F50* __this, String_t* ___0_processors, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerable_ToArray_TisNameAndParameters_t8F37102128EFD31CA57808AE6E3D1244758DEA01_m4E10EB9AA22EF437DD279A53F15FD831883DCC26_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlyArray_1__ctor_mEAD477EA9B978C5FB45054408D3AF3B53A4E9F37_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
NameAndParametersU5BU5D_tA6C2AC34ACDB1967A7A2CEF4BE1D717ADA695CA2* V_0 = NULL;
|
|
{
|
|
// if (string.IsNullOrEmpty(processors))
|
|
String_t* L_0 = ___0_processors;
|
|
bool L_1;
|
|
L_1 = String_IsNullOrEmpty_mEA9E3FB005AC28FE02E69FCF95A7B8456192B478(L_0, NULL);
|
|
if (!L_1)
|
|
{
|
|
goto IL_000f;
|
|
}
|
|
}
|
|
{
|
|
// return this;
|
|
ControlBuilder_tA18891EC8D7AA5AB0C3AF2B2BB82244BBFCA6F50 L_2 = (*(ControlBuilder_tA18891EC8D7AA5AB0C3AF2B2BB82244BBFCA6F50*)__this);
|
|
return L_2;
|
|
}
|
|
|
|
IL_000f:
|
|
{
|
|
// var parsed = NameAndParameters.ParseMultiple(processors).ToArray();
|
|
String_t* L_3 = ___0_processors;
|
|
RuntimeObject* L_4;
|
|
L_4 = NameAndParameters_ParseMultiple_m384B03B3BA240D9C9EF0AFF872654E4AB384D171(L_3, NULL);
|
|
NameAndParametersU5BU5D_tA6C2AC34ACDB1967A7A2CEF4BE1D717ADA695CA2* L_5;
|
|
L_5 = Enumerable_ToArray_TisNameAndParameters_t8F37102128EFD31CA57808AE6E3D1244758DEA01_m4E10EB9AA22EF437DD279A53F15FD831883DCC26(L_4, Enumerable_ToArray_TisNameAndParameters_t8F37102128EFD31CA57808AE6E3D1244758DEA01_m4E10EB9AA22EF437DD279A53F15FD831883DCC26_RuntimeMethod_var);
|
|
V_0 = L_5;
|
|
// builder.m_Controls[index].processors = new ReadOnlyArray<NameAndParameters>(parsed);
|
|
Builder_t83F17A26F53DA7EA6D8C35E5C65C5DF0147E7821* L_6 = __this->___builder_0;
|
|
NullCheck(L_6);
|
|
ControlItemU5BU5D_t7798E8B7C7F58B8F6D13B567539CD82E962C7104* L_7 = L_6->___m_Controls_8;
|
|
int32_t L_8 = __this->___index_1;
|
|
NullCheck(L_7);
|
|
NameAndParametersU5BU5D_tA6C2AC34ACDB1967A7A2CEF4BE1D717ADA695CA2* L_9 = V_0;
|
|
ReadOnlyArray_1_t1B44D48F2E9F425D218BABD5DE616117E8725D41 L_10;
|
|
memset((&L_10), 0, sizeof(L_10));
|
|
ReadOnlyArray_1__ctor_mEAD477EA9B978C5FB45054408D3AF3B53A4E9F37((&L_10), L_9, /*hidden argument*/ReadOnlyArray_1__ctor_mEAD477EA9B978C5FB45054408D3AF3B53A4E9F37_RuntimeMethod_var);
|
|
ControlItem_set_processors_m1611E42E6E1EF35DFA7D9428E213F3BCA4417EFE_inline(((L_7)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_8))), L_10, NULL);
|
|
// return this;
|
|
ControlBuilder_tA18891EC8D7AA5AB0C3AF2B2BB82244BBFCA6F50 L_11 = (*(ControlBuilder_tA18891EC8D7AA5AB0C3AF2B2BB82244BBFCA6F50*)__this);
|
|
return L_11;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C ControlBuilder_tA18891EC8D7AA5AB0C3AF2B2BB82244BBFCA6F50 ControlBuilder_WithProcessors_mBB62681E2437B6089FCB073288F3D53DED75E28D_AdjustorThunk (RuntimeObject* __this, String_t* ___0_processors, const RuntimeMethod* method)
|
|
{
|
|
ControlBuilder_tA18891EC8D7AA5AB0C3AF2B2BB82244BBFCA6F50* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<ControlBuilder_tA18891EC8D7AA5AB0C3AF2B2BB82244BBFCA6F50*>(__this + _offset);
|
|
ControlBuilder_tA18891EC8D7AA5AB0C3AF2B2BB82244BBFCA6F50 _returnValue;
|
|
_returnValue = ControlBuilder_WithProcessors_mBB62681E2437B6089FCB073288F3D53DED75E28D(_thisAdjusted, ___0_processors, method);
|
|
return _returnValue;
|
|
}
|
|
// UnityEngine.InputSystem.Layouts.InputControlLayout/Builder/ControlBuilder UnityEngine.InputSystem.Layouts.InputControlLayout/Builder/ControlBuilder::WithDefaultState(UnityEngine.InputSystem.Utilities.PrimitiveValue)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ControlBuilder_tA18891EC8D7AA5AB0C3AF2B2BB82244BBFCA6F50 ControlBuilder_WithDefaultState_mA9852E8C14D6743D413D462B552EF908952C87FD (ControlBuilder_tA18891EC8D7AA5AB0C3AF2B2BB82244BBFCA6F50* __this, PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// builder.m_Controls[index].defaultState = value;
|
|
Builder_t83F17A26F53DA7EA6D8C35E5C65C5DF0147E7821* L_0 = __this->___builder_0;
|
|
NullCheck(L_0);
|
|
ControlItemU5BU5D_t7798E8B7C7F58B8F6D13B567539CD82E962C7104* L_1 = L_0->___m_Controls_8;
|
|
int32_t L_2 = __this->___index_1;
|
|
NullCheck(L_1);
|
|
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 L_3 = ___0_value;
|
|
ControlItem_set_defaultState_m3C11CEAA24CEFC78FCDD5BC85EEA2C7A6A17EBCD_inline(((L_1)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_2))), L_3, NULL);
|
|
// return this;
|
|
ControlBuilder_tA18891EC8D7AA5AB0C3AF2B2BB82244BBFCA6F50 L_4 = (*(ControlBuilder_tA18891EC8D7AA5AB0C3AF2B2BB82244BBFCA6F50*)__this);
|
|
return L_4;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C ControlBuilder_tA18891EC8D7AA5AB0C3AF2B2BB82244BBFCA6F50 ControlBuilder_WithDefaultState_mA9852E8C14D6743D413D462B552EF908952C87FD_AdjustorThunk (RuntimeObject* __this, PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 ___0_value, const RuntimeMethod* method)
|
|
{
|
|
ControlBuilder_tA18891EC8D7AA5AB0C3AF2B2BB82244BBFCA6F50* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<ControlBuilder_tA18891EC8D7AA5AB0C3AF2B2BB82244BBFCA6F50*>(__this + _offset);
|
|
ControlBuilder_tA18891EC8D7AA5AB0C3AF2B2BB82244BBFCA6F50 _returnValue;
|
|
_returnValue = ControlBuilder_WithDefaultState_mA9852E8C14D6743D413D462B552EF908952C87FD(_thisAdjusted, ___0_value, method);
|
|
return _returnValue;
|
|
}
|
|
// UnityEngine.InputSystem.Layouts.InputControlLayout/Builder/ControlBuilder UnityEngine.InputSystem.Layouts.InputControlLayout/Builder/ControlBuilder::UsingStateFrom(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ControlBuilder_tA18891EC8D7AA5AB0C3AF2B2BB82244BBFCA6F50 ControlBuilder_UsingStateFrom_m0BC9DD7401F7512ED36C5C0784C1589A79D0B09E (ControlBuilder_tA18891EC8D7AA5AB0C3AF2B2BB82244BBFCA6F50* __this, String_t* ___0_path, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// 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_000f;
|
|
}
|
|
}
|
|
{
|
|
// return this;
|
|
ControlBuilder_tA18891EC8D7AA5AB0C3AF2B2BB82244BBFCA6F50 L_2 = (*(ControlBuilder_tA18891EC8D7AA5AB0C3AF2B2BB82244BBFCA6F50*)__this);
|
|
return L_2;
|
|
}
|
|
|
|
IL_000f:
|
|
{
|
|
// builder.m_Controls[index].useStateFrom = path;
|
|
Builder_t83F17A26F53DA7EA6D8C35E5C65C5DF0147E7821* L_3 = __this->___builder_0;
|
|
NullCheck(L_3);
|
|
ControlItemU5BU5D_t7798E8B7C7F58B8F6D13B567539CD82E962C7104* L_4 = L_3->___m_Controls_8;
|
|
int32_t L_5 = __this->___index_1;
|
|
NullCheck(L_4);
|
|
String_t* L_6 = ___0_path;
|
|
ControlItem_set_useStateFrom_mC4F23A31DA6D92F35F0C252666867DE60BA0F3C2_inline(((L_4)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_5))), L_6, NULL);
|
|
// return this;
|
|
ControlBuilder_tA18891EC8D7AA5AB0C3AF2B2BB82244BBFCA6F50 L_7 = (*(ControlBuilder_tA18891EC8D7AA5AB0C3AF2B2BB82244BBFCA6F50*)__this);
|
|
return L_7;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C ControlBuilder_tA18891EC8D7AA5AB0C3AF2B2BB82244BBFCA6F50 ControlBuilder_UsingStateFrom_m0BC9DD7401F7512ED36C5C0784C1589A79D0B09E_AdjustorThunk (RuntimeObject* __this, String_t* ___0_path, const RuntimeMethod* method)
|
|
{
|
|
ControlBuilder_tA18891EC8D7AA5AB0C3AF2B2BB82244BBFCA6F50* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<ControlBuilder_tA18891EC8D7AA5AB0C3AF2B2BB82244BBFCA6F50*>(__this + _offset);
|
|
ControlBuilder_tA18891EC8D7AA5AB0C3AF2B2BB82244BBFCA6F50 _returnValue;
|
|
_returnValue = ControlBuilder_UsingStateFrom_m0BC9DD7401F7512ED36C5C0784C1589A79D0B09E(_thisAdjusted, ___0_path, method);
|
|
return _returnValue;
|
|
}
|
|
// UnityEngine.InputSystem.Layouts.InputControlLayout/Builder/ControlBuilder UnityEngine.InputSystem.Layouts.InputControlLayout/Builder/ControlBuilder::AsArrayOfControlsWithSize(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ControlBuilder_tA18891EC8D7AA5AB0C3AF2B2BB82244BBFCA6F50 ControlBuilder_AsArrayOfControlsWithSize_mEC40F5232CE4E58F5D5DF304BD9A39493AA66FB4 (ControlBuilder_tA18891EC8D7AA5AB0C3AF2B2BB82244BBFCA6F50* __this, int32_t ___0_arraySize, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// builder.m_Controls[index].arraySize = arraySize;
|
|
Builder_t83F17A26F53DA7EA6D8C35E5C65C5DF0147E7821* L_0 = __this->___builder_0;
|
|
NullCheck(L_0);
|
|
ControlItemU5BU5D_t7798E8B7C7F58B8F6D13B567539CD82E962C7104* L_1 = L_0->___m_Controls_8;
|
|
int32_t L_2 = __this->___index_1;
|
|
NullCheck(L_1);
|
|
int32_t L_3 = ___0_arraySize;
|
|
ControlItem_set_arraySize_m836E83FBB5E21DFFF99CC3D47CAF0812894DF39E_inline(((L_1)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_2))), L_3, NULL);
|
|
// return this;
|
|
ControlBuilder_tA18891EC8D7AA5AB0C3AF2B2BB82244BBFCA6F50 L_4 = (*(ControlBuilder_tA18891EC8D7AA5AB0C3AF2B2BB82244BBFCA6F50*)__this);
|
|
return L_4;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C ControlBuilder_tA18891EC8D7AA5AB0C3AF2B2BB82244BBFCA6F50 ControlBuilder_AsArrayOfControlsWithSize_mEC40F5232CE4E58F5D5DF304BD9A39493AA66FB4_AdjustorThunk (RuntimeObject* __this, int32_t ___0_arraySize, const RuntimeMethod* method)
|
|
{
|
|
ControlBuilder_tA18891EC8D7AA5AB0C3AF2B2BB82244BBFCA6F50* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<ControlBuilder_tA18891EC8D7AA5AB0C3AF2B2BB82244BBFCA6F50*>(__this + _offset);
|
|
ControlBuilder_tA18891EC8D7AA5AB0C3AF2B2BB82244BBFCA6F50 _returnValue;
|
|
_returnValue = ControlBuilder_AsArrayOfControlsWithSize_mEC40F5232CE4E58F5D5DF304BD9A39493AA66FB4(_thisAdjusted, ___0_arraySize, method);
|
|
return _returnValue;
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void UnityEngine.InputSystem.Layouts.InputControlLayout/Builder/ControlBuilder/<>c::.cctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__cctor_mBDBBA2EE99D2779B5EECB3D5A0317A23CAE2A0A6 (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_tEF5C54E21921A13B31EA0547CBD7DE72EE989644_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
U3CU3Ec_tEF5C54E21921A13B31EA0547CBD7DE72EE989644* L_0 = (U3CU3Ec_tEF5C54E21921A13B31EA0547CBD7DE72EE989644*)il2cpp_codegen_object_new(U3CU3Ec_tEF5C54E21921A13B31EA0547CBD7DE72EE989644_il2cpp_TypeInfo_var);
|
|
NullCheck(L_0);
|
|
U3CU3Ec__ctor_m839CF554AB1EE0594C2E01DBC1890D82171D3310(L_0, NULL);
|
|
((U3CU3Ec_tEF5C54E21921A13B31EA0547CBD7DE72EE989644_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tEF5C54E21921A13B31EA0547CBD7DE72EE989644_il2cpp_TypeInfo_var))->___U3CU3E9_0 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((U3CU3Ec_tEF5C54E21921A13B31EA0547CBD7DE72EE989644_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tEF5C54E21921A13B31EA0547CBD7DE72EE989644_il2cpp_TypeInfo_var))->___U3CU3E9_0), (void*)L_0);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.InputSystem.Layouts.InputControlLayout/Builder/ControlBuilder/<>c::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__ctor_m839CF554AB1EE0594C2E01DBC1890D82171D3310 (U3CU3Ec_tEF5C54E21921A13B31EA0547CBD7DE72EE989644* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
|
|
return;
|
|
}
|
|
}
|
|
// UnityEngine.InputSystem.Utilities.InternedString UnityEngine.InputSystem.Layouts.InputControlLayout/Builder/ControlBuilder/<>c::<WithUsages>b__14_0(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 U3CU3Ec_U3CWithUsagesU3Eb__14_0_m61106FE0AED40B357C2349871A89EFA48D0C709A (U3CU3Ec_tEF5C54E21921A13B31EA0547CBD7DE72EE989644* __this, String_t* ___0_x, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// var usagesArray = usages.Select(x => new InternedString(x)).ToArray();
|
|
String_t* L_0 = ___0_x;
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_1;
|
|
memset((&L_1), 0, sizeof(L_1));
|
|
InternedString__ctor_m2E9672D46D84C82F705DE799CE8B6123EB95E935((&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
|
|
|
|
|
|
// Conversion methods for marshalling of: UnityEngine.InputSystem.Layouts.InputControlLayout/LayoutJsonNameAndDescriptorOnly
|
|
IL2CPP_EXTERN_C void LayoutJsonNameAndDescriptorOnly_t65374D6FE057889718820FCFA163517FAA40AB5F_marshal_pinvoke(const LayoutJsonNameAndDescriptorOnly_t65374D6FE057889718820FCFA163517FAA40AB5F& unmarshaled, LayoutJsonNameAndDescriptorOnly_t65374D6FE057889718820FCFA163517FAA40AB5F_marshaled_pinvoke& marshaled)
|
|
{
|
|
Exception_t* ___extendMultiple_2Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'extendMultiple' of type 'LayoutJsonNameAndDescriptorOnly'.");
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(___extendMultiple_2Exception, NULL);
|
|
}
|
|
IL2CPP_EXTERN_C void LayoutJsonNameAndDescriptorOnly_t65374D6FE057889718820FCFA163517FAA40AB5F_marshal_pinvoke_back(const LayoutJsonNameAndDescriptorOnly_t65374D6FE057889718820FCFA163517FAA40AB5F_marshaled_pinvoke& marshaled, LayoutJsonNameAndDescriptorOnly_t65374D6FE057889718820FCFA163517FAA40AB5F& unmarshaled)
|
|
{
|
|
Exception_t* ___extendMultiple_2Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'extendMultiple' of type 'LayoutJsonNameAndDescriptorOnly'.");
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(___extendMultiple_2Exception, NULL);
|
|
}
|
|
// Conversion method for clean up from marshalling of: UnityEngine.InputSystem.Layouts.InputControlLayout/LayoutJsonNameAndDescriptorOnly
|
|
IL2CPP_EXTERN_C void LayoutJsonNameAndDescriptorOnly_t65374D6FE057889718820FCFA163517FAA40AB5F_marshal_pinvoke_cleanup(LayoutJsonNameAndDescriptorOnly_t65374D6FE057889718820FCFA163517FAA40AB5F_marshaled_pinvoke& marshaled)
|
|
{
|
|
}
|
|
|
|
|
|
// Conversion methods for marshalling of: UnityEngine.InputSystem.Layouts.InputControlLayout/LayoutJsonNameAndDescriptorOnly
|
|
IL2CPP_EXTERN_C void LayoutJsonNameAndDescriptorOnly_t65374D6FE057889718820FCFA163517FAA40AB5F_marshal_com(const LayoutJsonNameAndDescriptorOnly_t65374D6FE057889718820FCFA163517FAA40AB5F& unmarshaled, LayoutJsonNameAndDescriptorOnly_t65374D6FE057889718820FCFA163517FAA40AB5F_marshaled_com& marshaled)
|
|
{
|
|
Exception_t* ___extendMultiple_2Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'extendMultiple' of type 'LayoutJsonNameAndDescriptorOnly'.");
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(___extendMultiple_2Exception, NULL);
|
|
}
|
|
IL2CPP_EXTERN_C void LayoutJsonNameAndDescriptorOnly_t65374D6FE057889718820FCFA163517FAA40AB5F_marshal_com_back(const LayoutJsonNameAndDescriptorOnly_t65374D6FE057889718820FCFA163517FAA40AB5F_marshaled_com& marshaled, LayoutJsonNameAndDescriptorOnly_t65374D6FE057889718820FCFA163517FAA40AB5F& unmarshaled)
|
|
{
|
|
Exception_t* ___extendMultiple_2Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'extendMultiple' of type 'LayoutJsonNameAndDescriptorOnly'.");
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(___extendMultiple_2Exception, NULL);
|
|
}
|
|
// Conversion method for clean up from marshalling of: UnityEngine.InputSystem.Layouts.InputControlLayout/LayoutJsonNameAndDescriptorOnly
|
|
IL2CPP_EXTERN_C void LayoutJsonNameAndDescriptorOnly_t65374D6FE057889718820FCFA163517FAA40AB5F_marshal_com_cleanup(LayoutJsonNameAndDescriptorOnly_t65374D6FE057889718820FCFA163517FAA40AB5F_marshaled_com& marshaled)
|
|
{
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// Conversion methods for marshalling of: UnityEngine.InputSystem.Layouts.InputControlLayout/LayoutJson
|
|
IL2CPP_EXTERN_C void LayoutJson_t79F9D8B74314A3697F189FBA1DE721260F5E9399_marshal_pinvoke(const LayoutJson_t79F9D8B74314A3697F189FBA1DE721260F5E9399& unmarshaled, LayoutJson_t79F9D8B74314A3697F189FBA1DE721260F5E9399_marshaled_pinvoke& marshaled)
|
|
{
|
|
Exception_t* ___extendMultiple_2Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'extendMultiple' of type 'LayoutJson'.");
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(___extendMultiple_2Exception, NULL);
|
|
}
|
|
IL2CPP_EXTERN_C void LayoutJson_t79F9D8B74314A3697F189FBA1DE721260F5E9399_marshal_pinvoke_back(const LayoutJson_t79F9D8B74314A3697F189FBA1DE721260F5E9399_marshaled_pinvoke& marshaled, LayoutJson_t79F9D8B74314A3697F189FBA1DE721260F5E9399& unmarshaled)
|
|
{
|
|
Exception_t* ___extendMultiple_2Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'extendMultiple' of type 'LayoutJson'.");
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(___extendMultiple_2Exception, NULL);
|
|
}
|
|
// Conversion method for clean up from marshalling of: UnityEngine.InputSystem.Layouts.InputControlLayout/LayoutJson
|
|
IL2CPP_EXTERN_C void LayoutJson_t79F9D8B74314A3697F189FBA1DE721260F5E9399_marshal_pinvoke_cleanup(LayoutJson_t79F9D8B74314A3697F189FBA1DE721260F5E9399_marshaled_pinvoke& marshaled)
|
|
{
|
|
}
|
|
// Conversion methods for marshalling of: UnityEngine.InputSystem.Layouts.InputControlLayout/LayoutJson
|
|
IL2CPP_EXTERN_C void LayoutJson_t79F9D8B74314A3697F189FBA1DE721260F5E9399_marshal_com(const LayoutJson_t79F9D8B74314A3697F189FBA1DE721260F5E9399& unmarshaled, LayoutJson_t79F9D8B74314A3697F189FBA1DE721260F5E9399_marshaled_com& marshaled)
|
|
{
|
|
Exception_t* ___extendMultiple_2Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'extendMultiple' of type 'LayoutJson'.");
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(___extendMultiple_2Exception, NULL);
|
|
}
|
|
IL2CPP_EXTERN_C void LayoutJson_t79F9D8B74314A3697F189FBA1DE721260F5E9399_marshal_com_back(const LayoutJson_t79F9D8B74314A3697F189FBA1DE721260F5E9399_marshaled_com& marshaled, LayoutJson_t79F9D8B74314A3697F189FBA1DE721260F5E9399& unmarshaled)
|
|
{
|
|
Exception_t* ___extendMultiple_2Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'extendMultiple' of type 'LayoutJson'.");
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(___extendMultiple_2Exception, NULL);
|
|
}
|
|
// Conversion method for clean up from marshalling of: UnityEngine.InputSystem.Layouts.InputControlLayout/LayoutJson
|
|
IL2CPP_EXTERN_C void LayoutJson_t79F9D8B74314A3697F189FBA1DE721260F5E9399_marshal_com_cleanup(LayoutJson_t79F9D8B74314A3697F189FBA1DE721260F5E9399_marshaled_com& marshaled)
|
|
{
|
|
}
|
|
// UnityEngine.InputSystem.Layouts.InputControlLayout UnityEngine.InputSystem.Layouts.InputControlLayout/LayoutJson::ToLayout()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D* LayoutJson_ToLayout_m639A4B3A41B9C4F6DA0FF51E2FB8E37243BA4B01 (LayoutJson_t79F9D8B74314A3697F189FBA1DE721260F5E9399* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArrayHelpers_Select_TisString_t_TisInternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735_m6238A67931E7F7F2A44868316C7EEA0B6989A1A4_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_2_tCB627F464F4D6382DEE25046EA94646523308FE1_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InlinedArray_1_Append_m14B1C35E2818E78C1671F1F02272804B4BF33D05_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E_0_0_0_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B_0_0_0_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LayoutJson_ToLayout_m639A4B3A41B9C4F6DA0FF51E2FB8E37243BA4B01_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_mC80F4E1FA0352E5887AF0D8100CA8C32C74509D6_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_ToArray_m00CA5FB91CDA6365D58E28447BF529B32FE5AFE1_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_mA682012E5951D6B004135D22C6B4B2D7D593990E_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_tBF847DD77CE898FDD304012AB5DFBFC15986D8F7_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1__ctor_m4FAA8281CB4EFFD8B817734351FB3AC20A0CD6F5_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_GetType_m50BCE4A0EB39D97381431E6CC2576C50DCE69C67_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_U3CToLayoutU3Eb__14_0_m78A4ECF8E80915B806D456D90DF82D014D6CB402_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_t268F4AFE03A6933C8DA22B2E8F3173AE68DE33EA_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0C7F57443E21815E0C0D281629845C1805E8DDBD);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral60673BB45E6C8929F86441D3578DAC787A769730);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7173F23CAFF372463CC9CDA47BA0190B8BC96417);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA4F2DAAB1E148143AA39D4D0EC6AE18B58AC0AF6);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC982D4155F032341F9CF4F67D8FE2794316EBAD3);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCDDE7B5206B93C948BBDB6C5D0E11C88FC162056);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF9D225733E1D10F9344C755C4A9C0870CD1DE97B);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Type_t* V_0 = NULL;
|
|
InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D* V_1 = NULL;
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* V_2 = NULL;
|
|
int32_t V_3 = 0;
|
|
String_t* V_4 = NULL;
|
|
String_t* V_5 = NULL;
|
|
String_t* V_6 = NULL;
|
|
List_1_tBF847DD77CE898FDD304012AB5DFBFC15986D8F7* V_7 = NULL;
|
|
ControlItemJsonU5BU5D_t6E6FCFDEF49F701232A4D4BCB5B40A7349E12F00* V_8 = NULL;
|
|
ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD V_9;
|
|
memset((&V_9), 0, sizeof(V_9));
|
|
Func_2_tCB627F464F4D6382DEE25046EA94646523308FE1* G_B9_0 = NULL;
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* G_B9_1 = NULL;
|
|
InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D* G_B9_2 = NULL;
|
|
InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D* G_B9_3 = NULL;
|
|
Func_2_tCB627F464F4D6382DEE25046EA94646523308FE1* G_B8_0 = NULL;
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* G_B8_1 = NULL;
|
|
InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D* G_B8_2 = NULL;
|
|
InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D* G_B8_3 = NULL;
|
|
ControlItemJson_t56C29912300890F2D3DA5DC3C095B821468948FC* G_B33_0 = NULL;
|
|
ControlItemJson_t56C29912300890F2D3DA5DC3C095B821468948FC* G_B32_0 = NULL;
|
|
{
|
|
// Type type = null;
|
|
V_0 = (Type_t*)NULL;
|
|
// if (!string.IsNullOrEmpty(this.type))
|
|
String_t* L_0 = __this->___type_9;
|
|
bool L_1;
|
|
L_1 = String_IsNullOrEmpty_mEA9E3FB005AC28FE02E69FCF95A7B8456192B478(L_0, NULL);
|
|
if (L_1)
|
|
{
|
|
goto IL_00bc;
|
|
}
|
|
}
|
|
{
|
|
// type = Type.GetType(this.type, false);
|
|
String_t* L_2 = __this->___type_9;
|
|
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
|
|
Type_t* L_3;
|
|
L_3 = il2cpp_codegen_get_type(L_2, (bool)0, Type_GetType_m50BCE4A0EB39D97381431E6CC2576C50DCE69C67_RuntimeMethod_var, LayoutJson_ToLayout_m639A4B3A41B9C4F6DA0FF51E2FB8E37243BA4B01_RuntimeMethod_var);
|
|
V_0 = L_3;
|
|
// if (type == null)
|
|
Type_t* L_4 = V_0;
|
|
bool L_5;
|
|
L_5 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_4, (Type_t*)NULL, NULL);
|
|
if (!L_5)
|
|
{
|
|
goto IL_006f;
|
|
}
|
|
}
|
|
{
|
|
// Debug.Log(
|
|
// $"Cannot find type '{this.type}' used by layout '{name}'; falling back to using InputDevice");
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_6 = (StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)SZArrayNew(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var, (uint32_t)5);
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_7 = L_6;
|
|
NullCheck(L_7);
|
|
ArrayElementTypeCheck (L_7, _stringLiteral7173F23CAFF372463CC9CDA47BA0190B8BC96417);
|
|
(L_7)->SetAt(static_cast<il2cpp_array_size_t>(0), (String_t*)_stringLiteral7173F23CAFF372463CC9CDA47BA0190B8BC96417);
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_8 = L_7;
|
|
String_t* L_9 = __this->___type_9;
|
|
NullCheck(L_8);
|
|
ArrayElementTypeCheck (L_8, L_9);
|
|
(L_8)->SetAt(static_cast<il2cpp_array_size_t>(1), (String_t*)L_9);
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_10 = L_8;
|
|
NullCheck(L_10);
|
|
ArrayElementTypeCheck (L_10, _stringLiteralC982D4155F032341F9CF4F67D8FE2794316EBAD3);
|
|
(L_10)->SetAt(static_cast<il2cpp_array_size_t>(2), (String_t*)_stringLiteralC982D4155F032341F9CF4F67D8FE2794316EBAD3);
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_11 = L_10;
|
|
String_t* L_12 = __this->___name_0;
|
|
NullCheck(L_11);
|
|
ArrayElementTypeCheck (L_11, L_12);
|
|
(L_11)->SetAt(static_cast<il2cpp_array_size_t>(3), (String_t*)L_12);
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_13 = L_11;
|
|
NullCheck(L_13);
|
|
ArrayElementTypeCheck (L_13, _stringLiteralCDDE7B5206B93C948BBDB6C5D0E11C88FC162056);
|
|
(L_13)->SetAt(static_cast<il2cpp_array_size_t>(4), (String_t*)_stringLiteralCDDE7B5206B93C948BBDB6C5D0E11C88FC162056);
|
|
String_t* L_14;
|
|
L_14 = String_Concat_m647EBF831F54B6DF7D5AFA5FD012CF4EE7571B6A(L_13, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
|
|
Debug_Log_m87A9A3C761FF5C43ED8A53B16190A53D08F818BB(L_14, NULL);
|
|
// type = typeof(InputDevice);
|
|
RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_15 = { reinterpret_cast<intptr_t> (InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B_0_0_0_var) };
|
|
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
|
|
Type_t* L_16;
|
|
L_16 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_15, NULL);
|
|
V_0 = L_16;
|
|
goto IL_00d4;
|
|
}
|
|
|
|
IL_006f:
|
|
{
|
|
// else if (!typeof(InputControl).IsAssignableFrom(type))
|
|
RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_17 = { reinterpret_cast<intptr_t> (InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E_0_0_0_var) };
|
|
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
|
|
Type_t* L_18;
|
|
L_18 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_17, NULL);
|
|
Type_t* L_19 = V_0;
|
|
NullCheck(L_18);
|
|
bool L_20;
|
|
L_20 = VirtualFuncInvoker1< bool, Type_t* >::Invoke(22 /* System.Boolean System.Type::IsAssignableFrom(System.Type) */, L_18, L_19);
|
|
if (L_20)
|
|
{
|
|
goto IL_00d4;
|
|
}
|
|
}
|
|
{
|
|
// throw new InvalidOperationException($"'{this.type}' used by layout '{name}' is not an InputControl");
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_21 = (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_22 = L_21;
|
|
NullCheck(L_22);
|
|
ArrayElementTypeCheck (L_22, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral42646B33B50B6AA15E22733C8900716F0FE19E1D)));
|
|
(L_22)->SetAt(static_cast<il2cpp_array_size_t>(0), (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral42646B33B50B6AA15E22733C8900716F0FE19E1D)));
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_23 = L_22;
|
|
String_t* L_24 = __this->___type_9;
|
|
NullCheck(L_23);
|
|
ArrayElementTypeCheck (L_23, L_24);
|
|
(L_23)->SetAt(static_cast<il2cpp_array_size_t>(1), (String_t*)L_24);
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_25 = L_23;
|
|
NullCheck(L_25);
|
|
ArrayElementTypeCheck (L_25, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralC982D4155F032341F9CF4F67D8FE2794316EBAD3)));
|
|
(L_25)->SetAt(static_cast<il2cpp_array_size_t>(2), (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralC982D4155F032341F9CF4F67D8FE2794316EBAD3)));
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_26 = L_25;
|
|
String_t* L_27 = __this->___name_0;
|
|
NullCheck(L_26);
|
|
ArrayElementTypeCheck (L_26, L_27);
|
|
(L_26)->SetAt(static_cast<il2cpp_array_size_t>(3), (String_t*)L_27);
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_28 = L_26;
|
|
NullCheck(L_28);
|
|
ArrayElementTypeCheck (L_28, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral92B8E551EF78EA21EABB85995C1DDDF9474CD320)));
|
|
(L_28)->SetAt(static_cast<il2cpp_array_size_t>(4), (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral92B8E551EF78EA21EABB85995C1DDDF9474CD320)));
|
|
String_t* L_29;
|
|
L_29 = String_Concat_m647EBF831F54B6DF7D5AFA5FD012CF4EE7571B6A(L_28, NULL);
|
|
InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_30 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_30);
|
|
InvalidOperationException__ctor_mE4CB6F4712AB6D99A2358FBAE2E052B3EE976162(L_30, L_29, NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_30, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&LayoutJson_ToLayout_m639A4B3A41B9C4F6DA0FF51E2FB8E37243BA4B01_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_00bc:
|
|
{
|
|
// else if (string.IsNullOrEmpty(extend))
|
|
String_t* L_31 = __this->___extend_1;
|
|
bool L_32;
|
|
L_32 = String_IsNullOrEmpty_mEA9E3FB005AC28FE02E69FCF95A7B8456192B478(L_31, NULL);
|
|
if (!L_32)
|
|
{
|
|
goto IL_00d4;
|
|
}
|
|
}
|
|
{
|
|
// type = typeof(InputDevice);
|
|
RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_33 = { reinterpret_cast<intptr_t> (InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B_0_0_0_var) };
|
|
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
|
|
Type_t* L_34;
|
|
L_34 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_33, NULL);
|
|
V_0 = L_34;
|
|
}
|
|
|
|
IL_00d4:
|
|
{
|
|
// var layout = new InputControlLayout(name, type)
|
|
// {
|
|
// m_DisplayName = displayName,
|
|
// m_Description = description,
|
|
// isGenericTypeOfDevice = isGenericTypeOfDevice,
|
|
// hideInUI = hideInUI,
|
|
// m_Variants = new InternedString(variant),
|
|
// m_CommonUsages = ArrayHelpers.Select(commonUsages, x => new InternedString(x)),
|
|
// };
|
|
String_t* L_35 = __this->___name_0;
|
|
Type_t* L_36 = V_0;
|
|
InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D* L_37 = (InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D*)il2cpp_codegen_object_new(InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D_il2cpp_TypeInfo_var);
|
|
NullCheck(L_37);
|
|
InputControlLayout__ctor_m5F434E0B4DD5712CFA1547371EB799303C99ACC8(L_37, L_35, L_36, NULL);
|
|
InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D* L_38 = L_37;
|
|
String_t* L_39 = __this->___displayName_7;
|
|
NullCheck(L_38);
|
|
L_38->___m_DisplayName_12 = L_39;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_38->___m_DisplayName_12), (void*)L_39);
|
|
InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D* L_40 = L_38;
|
|
String_t* L_41 = __this->___description_8;
|
|
NullCheck(L_40);
|
|
L_40->___m_Description_13 = L_41;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_40->___m_Description_13), (void*)L_41);
|
|
InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D* L_42 = L_40;
|
|
bool L_43 = __this->___isGenericTypeOfDevice_11;
|
|
NullCheck(L_42);
|
|
InputControlLayout_set_isGenericTypeOfDevice_mF23282B5AF62BC132A31DEF6487EE22A1F7CC03B(L_42, L_43, NULL);
|
|
InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D* L_44 = L_42;
|
|
bool L_45 = __this->___hideInUI_12;
|
|
NullCheck(L_44);
|
|
InputControlLayout_set_hideInUI_mAD5C391E136CA9398427180D894D439A86D4C8B4(L_44, L_45, NULL);
|
|
InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D* L_46 = L_44;
|
|
String_t* L_47 = __this->___variant_10;
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_48;
|
|
memset((&L_48), 0, sizeof(L_48));
|
|
InternedString__ctor_m2E9672D46D84C82F705DE799CE8B6123EB95E935((&L_48), L_47, /*hidden argument*/NULL);
|
|
NullCheck(L_46);
|
|
L_46->___m_Variants_4 = L_48;
|
|
Il2CppCodeGenWriteBarrier((void**)&(((&L_46->___m_Variants_4))->___m_StringOriginalCase_0), (void*)NULL);
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&(((&L_46->___m_Variants_4))->___m_StringLowerCase_1), (void*)NULL);
|
|
#endif
|
|
InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D* L_49 = L_46;
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_50 = __this->___commonUsages_6;
|
|
il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_t268F4AFE03A6933C8DA22B2E8F3173AE68DE33EA_il2cpp_TypeInfo_var);
|
|
Func_2_tCB627F464F4D6382DEE25046EA94646523308FE1* L_51 = ((U3CU3Ec_t268F4AFE03A6933C8DA22B2E8F3173AE68DE33EA_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t268F4AFE03A6933C8DA22B2E8F3173AE68DE33EA_il2cpp_TypeInfo_var))->___U3CU3E9__14_0_1;
|
|
Func_2_tCB627F464F4D6382DEE25046EA94646523308FE1* L_52 = L_51;
|
|
G_B8_0 = L_52;
|
|
G_B8_1 = L_50;
|
|
G_B8_2 = L_49;
|
|
G_B8_3 = L_49;
|
|
if (L_52)
|
|
{
|
|
G_B9_0 = L_52;
|
|
G_B9_1 = L_50;
|
|
G_B9_2 = L_49;
|
|
G_B9_3 = L_49;
|
|
goto IL_0147;
|
|
}
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_t268F4AFE03A6933C8DA22B2E8F3173AE68DE33EA_il2cpp_TypeInfo_var);
|
|
U3CU3Ec_t268F4AFE03A6933C8DA22B2E8F3173AE68DE33EA* L_53 = ((U3CU3Ec_t268F4AFE03A6933C8DA22B2E8F3173AE68DE33EA_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t268F4AFE03A6933C8DA22B2E8F3173AE68DE33EA_il2cpp_TypeInfo_var))->___U3CU3E9_0;
|
|
Func_2_tCB627F464F4D6382DEE25046EA94646523308FE1* L_54 = (Func_2_tCB627F464F4D6382DEE25046EA94646523308FE1*)il2cpp_codegen_object_new(Func_2_tCB627F464F4D6382DEE25046EA94646523308FE1_il2cpp_TypeInfo_var);
|
|
NullCheck(L_54);
|
|
Func_2__ctor_mE292EB3D4C9A07C566B0570AB2E1A7F3A2FC3039(L_54, L_53, (intptr_t)((void*)U3CU3Ec_U3CToLayoutU3Eb__14_0_m78A4ECF8E80915B806D456D90DF82D014D6CB402_RuntimeMethod_var), NULL);
|
|
Func_2_tCB627F464F4D6382DEE25046EA94646523308FE1* L_55 = L_54;
|
|
((U3CU3Ec_t268F4AFE03A6933C8DA22B2E8F3173AE68DE33EA_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t268F4AFE03A6933C8DA22B2E8F3173AE68DE33EA_il2cpp_TypeInfo_var))->___U3CU3E9__14_0_1 = L_55;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((U3CU3Ec_t268F4AFE03A6933C8DA22B2E8F3173AE68DE33EA_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t268F4AFE03A6933C8DA22B2E8F3173AE68DE33EA_il2cpp_TypeInfo_var))->___U3CU3E9__14_0_1), (void*)L_55);
|
|
G_B9_0 = L_55;
|
|
G_B9_1 = G_B8_1;
|
|
G_B9_2 = G_B8_2;
|
|
G_B9_3 = G_B8_3;
|
|
}
|
|
|
|
IL_0147:
|
|
{
|
|
InternedStringU5BU5D_t0B851758733FC0B118D84BE83AED10A0404C18D5* L_56;
|
|
L_56 = ArrayHelpers_Select_TisString_t_TisInternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735_m6238A67931E7F7F2A44868316C7EEA0B6989A1A4(G_B9_1, G_B9_0, ArrayHelpers_Select_TisString_t_TisInternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735_m6238A67931E7F7F2A44868316C7EEA0B6989A1A4_RuntimeMethod_var);
|
|
NullCheck(G_B9_2);
|
|
G_B9_2->___m_CommonUsages_10 = L_56;
|
|
Il2CppCodeGenWriteBarrier((void**)(&G_B9_2->___m_CommonUsages_10), (void*)L_56);
|
|
V_1 = G_B9_3;
|
|
// if (!string.IsNullOrEmpty(format))
|
|
String_t* L_57 = __this->___format_3;
|
|
bool L_58;
|
|
L_58 = String_IsNullOrEmpty_mEA9E3FB005AC28FE02E69FCF95A7B8456192B478(L_57, NULL);
|
|
if (L_58)
|
|
{
|
|
goto IL_0170;
|
|
}
|
|
}
|
|
{
|
|
// layout.m_StateFormat = new FourCC(format);
|
|
InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D* L_59 = V_1;
|
|
String_t* L_60 = __this->___format_3;
|
|
FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_61;
|
|
memset((&L_61), 0, sizeof(L_61));
|
|
FourCC__ctor_m305163ED105CA8143DBB6D7D31A77124105B8201((&L_61), L_60, /*hidden argument*/NULL);
|
|
NullCheck(L_59);
|
|
L_59->___m_StateFormat_5 = L_61;
|
|
}
|
|
|
|
IL_0170:
|
|
{
|
|
// if (!string.IsNullOrEmpty(extend))
|
|
String_t* L_62 = __this->___extend_1;
|
|
bool L_63;
|
|
L_63 = String_IsNullOrEmpty_mEA9E3FB005AC28FE02E69FCF95A7B8456192B478(L_62, NULL);
|
|
if (L_63)
|
|
{
|
|
goto IL_0194;
|
|
}
|
|
}
|
|
{
|
|
// layout.m_BaseLayouts.Append(new InternedString(extend));
|
|
InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D* L_64 = V_1;
|
|
NullCheck(L_64);
|
|
InlinedArray_1_tAFDFE0972A71B9760077CFA9D4A1DBD7BE435800* L_65 = (&L_64->___m_BaseLayouts_8);
|
|
String_t* L_66 = __this->___extend_1;
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_67;
|
|
memset((&L_67), 0, sizeof(L_67));
|
|
InternedString__ctor_m2E9672D46D84C82F705DE799CE8B6123EB95E935((&L_67), L_66, /*hidden argument*/NULL);
|
|
int32_t L_68;
|
|
L_68 = InlinedArray_1_Append_m14B1C35E2818E78C1671F1F02272804B4BF33D05(L_65, L_67, InlinedArray_1_Append_m14B1C35E2818E78C1671F1F02272804B4BF33D05_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0194:
|
|
{
|
|
// if (extendMultiple != null)
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_69 = __this->___extendMultiple_2;
|
|
if (!L_69)
|
|
{
|
|
goto IL_01c9;
|
|
}
|
|
}
|
|
{
|
|
// foreach (var element in extendMultiple)
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_70 = __this->___extendMultiple_2;
|
|
V_2 = L_70;
|
|
V_3 = 0;
|
|
goto IL_01c3;
|
|
}
|
|
|
|
IL_01a7:
|
|
{
|
|
// foreach (var element in extendMultiple)
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_71 = V_2;
|
|
int32_t L_72 = V_3;
|
|
NullCheck(L_71);
|
|
int32_t L_73 = L_72;
|
|
String_t* L_74 = (L_71)->GetAt(static_cast<il2cpp_array_size_t>(L_73));
|
|
V_4 = L_74;
|
|
// layout.m_BaseLayouts.Append(new InternedString(element));
|
|
InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D* L_75 = V_1;
|
|
NullCheck(L_75);
|
|
InlinedArray_1_tAFDFE0972A71B9760077CFA9D4A1DBD7BE435800* L_76 = (&L_75->___m_BaseLayouts_8);
|
|
String_t* L_77 = V_4;
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_78;
|
|
memset((&L_78), 0, sizeof(L_78));
|
|
InternedString__ctor_m2E9672D46D84C82F705DE799CE8B6123EB95E935((&L_78), L_77, /*hidden argument*/NULL);
|
|
int32_t L_79;
|
|
L_79 = InlinedArray_1_Append_m14B1C35E2818E78C1671F1F02272804B4BF33D05(L_76, L_78, InlinedArray_1_Append_m14B1C35E2818E78C1671F1F02272804B4BF33D05_RuntimeMethod_var);
|
|
int32_t L_80 = V_3;
|
|
V_3 = ((int32_t)il2cpp_codegen_add(L_80, 1));
|
|
}
|
|
|
|
IL_01c3:
|
|
{
|
|
// foreach (var element in extendMultiple)
|
|
int32_t L_81 = V_3;
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_82 = V_2;
|
|
NullCheck(L_82);
|
|
if ((((int32_t)L_81) < ((int32_t)((int32_t)(((RuntimeArray*)L_82)->max_length)))))
|
|
{
|
|
goto IL_01a7;
|
|
}
|
|
}
|
|
|
|
IL_01c9:
|
|
{
|
|
// if (!string.IsNullOrEmpty(beforeRender))
|
|
String_t* L_83 = __this->___beforeRender_4;
|
|
bool L_84;
|
|
L_84 = String_IsNullOrEmpty_mEA9E3FB005AC28FE02E69FCF95A7B8456192B478(L_83, NULL);
|
|
if (L_84)
|
|
{
|
|
goto IL_0236;
|
|
}
|
|
}
|
|
{
|
|
// var beforeRenderLowerCase = beforeRender.ToLower();
|
|
String_t* L_85 = __this->___beforeRender_4;
|
|
NullCheck(L_85);
|
|
String_t* L_86;
|
|
L_86 = String_ToLower_m6191ABA3DC514ED47C10BDA23FD0DDCEAE7ACFBD(L_85, NULL);
|
|
V_5 = L_86;
|
|
// if (beforeRenderLowerCase == "ignore")
|
|
String_t* L_87 = V_5;
|
|
bool L_88;
|
|
L_88 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_87, _stringLiteral60673BB45E6C8929F86441D3578DAC787A769730, NULL);
|
|
if (!L_88)
|
|
{
|
|
goto IL_01ff;
|
|
}
|
|
}
|
|
{
|
|
// layout.m_UpdateBeforeRender = false;
|
|
InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D* L_89 = V_1;
|
|
Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01 L_90;
|
|
memset((&L_90), 0, sizeof(L_90));
|
|
Nullable_1__ctor_m4FAA8281CB4EFFD8B817734351FB3AC20A0CD6F5((&L_90), (bool)0, /*hidden argument*/Nullable_1__ctor_m4FAA8281CB4EFFD8B817734351FB3AC20A0CD6F5_RuntimeMethod_var);
|
|
NullCheck(L_89);
|
|
L_89->___m_UpdateBeforeRender_7 = L_90;
|
|
goto IL_0236;
|
|
}
|
|
|
|
IL_01ff:
|
|
{
|
|
// else if (beforeRenderLowerCase == "update")
|
|
String_t* L_91 = V_5;
|
|
bool L_92;
|
|
L_92 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_91, _stringLiteralA4F2DAAB1E148143AA39D4D0EC6AE18B58AC0AF6, NULL);
|
|
if (!L_92)
|
|
{
|
|
goto IL_021b;
|
|
}
|
|
}
|
|
{
|
|
// layout.m_UpdateBeforeRender = true;
|
|
InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D* L_93 = V_1;
|
|
Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01 L_94;
|
|
memset((&L_94), 0, sizeof(L_94));
|
|
Nullable_1__ctor_m4FAA8281CB4EFFD8B817734351FB3AC20A0CD6F5((&L_94), (bool)1, /*hidden argument*/Nullable_1__ctor_m4FAA8281CB4EFFD8B817734351FB3AC20A0CD6F5_RuntimeMethod_var);
|
|
NullCheck(L_93);
|
|
L_93->___m_UpdateBeforeRender_7 = L_94;
|
|
goto IL_0236;
|
|
}
|
|
|
|
IL_021b:
|
|
{
|
|
// throw new InvalidOperationException($"Invalid beforeRender setting '{beforeRender}' (should be 'ignore' or 'update')");
|
|
String_t* L_95 = __this->___beforeRender_4;
|
|
String_t* L_96;
|
|
L_96 = String_Concat_m8855A6DE10F84DA7F4EC113CADDB59873A25573B(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralD7CA04003DD3E29A1CFFA7E7DBEEF8E5DA7E5161)), L_95, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralD46381E8D7EB6699126D9CD11B6D43930CEEDA19)), NULL);
|
|
InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_97 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_97);
|
|
InvalidOperationException__ctor_mE4CB6F4712AB6D99A2358FBAE2E052B3EE976162(L_97, L_96, NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_97, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&LayoutJson_ToLayout_m639A4B3A41B9C4F6DA0FF51E2FB8E37243BA4B01_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_0236:
|
|
{
|
|
// if (!string.IsNullOrEmpty(runInBackground))
|
|
String_t* L_98 = __this->___runInBackground_5;
|
|
bool L_99;
|
|
L_99 = String_IsNullOrEmpty_mEA9E3FB005AC28FE02E69FCF95A7B8456192B478(L_98, NULL);
|
|
if (L_99)
|
|
{
|
|
goto IL_02a3;
|
|
}
|
|
}
|
|
{
|
|
// var runInBackgroundLowerCase = runInBackground.ToLower();
|
|
String_t* L_100 = __this->___runInBackground_5;
|
|
NullCheck(L_100);
|
|
String_t* L_101;
|
|
L_101 = String_ToLower_m6191ABA3DC514ED47C10BDA23FD0DDCEAE7ACFBD(L_100, NULL);
|
|
V_6 = L_101;
|
|
// if (runInBackgroundLowerCase == "enabled")
|
|
String_t* L_102 = V_6;
|
|
bool L_103;
|
|
L_103 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_102, _stringLiteralF9D225733E1D10F9344C755C4A9C0870CD1DE97B, NULL);
|
|
if (!L_103)
|
|
{
|
|
goto IL_026c;
|
|
}
|
|
}
|
|
{
|
|
// layout.canRunInBackground = true;
|
|
InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D* L_104 = V_1;
|
|
Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01 L_105;
|
|
memset((&L_105), 0, sizeof(L_105));
|
|
Nullable_1__ctor_m4FAA8281CB4EFFD8B817734351FB3AC20A0CD6F5((&L_105), (bool)1, /*hidden argument*/Nullable_1__ctor_m4FAA8281CB4EFFD8B817734351FB3AC20A0CD6F5_RuntimeMethod_var);
|
|
NullCheck(L_104);
|
|
InputControlLayout_set_canRunInBackground_m22D48D58150C3803227AC74BF023024D62CD9D1F(L_104, L_105, NULL);
|
|
goto IL_02a3;
|
|
}
|
|
|
|
IL_026c:
|
|
{
|
|
// else if (runInBackgroundLowerCase == "disabled")
|
|
String_t* L_106 = V_6;
|
|
bool L_107;
|
|
L_107 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_106, _stringLiteral0C7F57443E21815E0C0D281629845C1805E8DDBD, NULL);
|
|
if (!L_107)
|
|
{
|
|
goto IL_0288;
|
|
}
|
|
}
|
|
{
|
|
// layout.canRunInBackground = false;
|
|
InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D* L_108 = V_1;
|
|
Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01 L_109;
|
|
memset((&L_109), 0, sizeof(L_109));
|
|
Nullable_1__ctor_m4FAA8281CB4EFFD8B817734351FB3AC20A0CD6F5((&L_109), (bool)0, /*hidden argument*/Nullable_1__ctor_m4FAA8281CB4EFFD8B817734351FB3AC20A0CD6F5_RuntimeMethod_var);
|
|
NullCheck(L_108);
|
|
InputControlLayout_set_canRunInBackground_m22D48D58150C3803227AC74BF023024D62CD9D1F(L_108, L_109, NULL);
|
|
goto IL_02a3;
|
|
}
|
|
|
|
IL_0288:
|
|
{
|
|
// throw new InvalidOperationException($"Invalid runInBackground setting '{beforeRender}' (should be 'enabled' or 'disabled')");
|
|
String_t* L_110 = __this->___beforeRender_4;
|
|
String_t* L_111;
|
|
L_111 = String_Concat_m8855A6DE10F84DA7F4EC113CADDB59873A25573B(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralD5FF5C4A0B7DB4027508AFF29C9406F3821766A2)), L_110, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral1E1915B81B389322A7D793A6F99B362C465CCC68)), NULL);
|
|
InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_112 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_112);
|
|
InvalidOperationException__ctor_mE4CB6F4712AB6D99A2358FBAE2E052B3EE976162(L_112, L_111, NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_112, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&LayoutJson_ToLayout_m639A4B3A41B9C4F6DA0FF51E2FB8E37243BA4B01_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_02a3:
|
|
{
|
|
// if (controls != null)
|
|
ControlItemJsonU5BU5D_t6E6FCFDEF49F701232A4D4BCB5B40A7349E12F00* L_113 = __this->___controls_13;
|
|
if (!L_113)
|
|
{
|
|
goto IL_030d;
|
|
}
|
|
}
|
|
{
|
|
// var controlLayouts = new List<ControlItem>();
|
|
List_1_tBF847DD77CE898FDD304012AB5DFBFC15986D8F7* L_114 = (List_1_tBF847DD77CE898FDD304012AB5DFBFC15986D8F7*)il2cpp_codegen_object_new(List_1_tBF847DD77CE898FDD304012AB5DFBFC15986D8F7_il2cpp_TypeInfo_var);
|
|
NullCheck(L_114);
|
|
List_1__ctor_mA682012E5951D6B004135D22C6B4B2D7D593990E(L_114, List_1__ctor_mA682012E5951D6B004135D22C6B4B2D7D593990E_RuntimeMethod_var);
|
|
V_7 = L_114;
|
|
// foreach (var control in controls)
|
|
ControlItemJsonU5BU5D_t6E6FCFDEF49F701232A4D4BCB5B40A7349E12F00* L_115 = __this->___controls_13;
|
|
V_8 = L_115;
|
|
V_3 = 0;
|
|
goto IL_02f9;
|
|
}
|
|
|
|
IL_02be:
|
|
{
|
|
// foreach (var control in controls)
|
|
ControlItemJsonU5BU5D_t6E6FCFDEF49F701232A4D4BCB5B40A7349E12F00* L_116 = V_8;
|
|
int32_t L_117 = V_3;
|
|
NullCheck(L_116);
|
|
int32_t L_118 = L_117;
|
|
ControlItemJson_t56C29912300890F2D3DA5DC3C095B821468948FC* L_119 = (L_116)->GetAt(static_cast<il2cpp_array_size_t>(L_118));
|
|
// if (string.IsNullOrEmpty(control.name))
|
|
ControlItemJson_t56C29912300890F2D3DA5DC3C095B821468948FC* L_120 = L_119;
|
|
NullCheck(L_120);
|
|
String_t* L_121 = L_120->___name_0;
|
|
bool L_122;
|
|
L_122 = String_IsNullOrEmpty_mEA9E3FB005AC28FE02E69FCF95A7B8456192B478(L_121, NULL);
|
|
G_B32_0 = L_120;
|
|
if (!L_122)
|
|
{
|
|
G_B33_0 = L_120;
|
|
goto IL_02e5;
|
|
}
|
|
}
|
|
{
|
|
// throw new InvalidOperationException($"Control with no name in layout '{name}");
|
|
String_t* L_123 = __this->___name_0;
|
|
String_t* L_124;
|
|
L_124 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF3856BF0F82428ED31913F737CA6533BFDFE3DEB)), L_123, NULL);
|
|
InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_125 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_125);
|
|
InvalidOperationException__ctor_mE4CB6F4712AB6D99A2358FBAE2E052B3EE976162(L_125, L_124, NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_125, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&LayoutJson_ToLayout_m639A4B3A41B9C4F6DA0FF51E2FB8E37243BA4B01_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_02e5:
|
|
{
|
|
// var controlLayout = control.ToLayout();
|
|
NullCheck(G_B33_0);
|
|
ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD L_126;
|
|
L_126 = ControlItemJson_ToLayout_mC61A25BE0A0B18F789F3D58E68A6A973154AAE92(G_B33_0, NULL);
|
|
V_9 = L_126;
|
|
// controlLayouts.Add(controlLayout);
|
|
List_1_tBF847DD77CE898FDD304012AB5DFBFC15986D8F7* L_127 = V_7;
|
|
ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD L_128 = V_9;
|
|
NullCheck(L_127);
|
|
List_1_Add_mC80F4E1FA0352E5887AF0D8100CA8C32C74509D6_inline(L_127, L_128, List_1_Add_mC80F4E1FA0352E5887AF0D8100CA8C32C74509D6_RuntimeMethod_var);
|
|
int32_t L_129 = V_3;
|
|
V_3 = ((int32_t)il2cpp_codegen_add(L_129, 1));
|
|
}
|
|
|
|
IL_02f9:
|
|
{
|
|
// foreach (var control in controls)
|
|
int32_t L_130 = V_3;
|
|
ControlItemJsonU5BU5D_t6E6FCFDEF49F701232A4D4BCB5B40A7349E12F00* L_131 = V_8;
|
|
NullCheck(L_131);
|
|
if ((((int32_t)L_130) < ((int32_t)((int32_t)(((RuntimeArray*)L_131)->max_length)))))
|
|
{
|
|
goto IL_02be;
|
|
}
|
|
}
|
|
{
|
|
// layout.m_Controls = controlLayouts.ToArray();
|
|
InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D* L_132 = V_1;
|
|
List_1_tBF847DD77CE898FDD304012AB5DFBFC15986D8F7* L_133 = V_7;
|
|
NullCheck(L_133);
|
|
ControlItemU5BU5D_t7798E8B7C7F58B8F6D13B567539CD82E962C7104* L_134;
|
|
L_134 = List_1_ToArray_m00CA5FB91CDA6365D58E28447BF529B32FE5AFE1(L_133, List_1_ToArray_m00CA5FB91CDA6365D58E28447BF529B32FE5AFE1_RuntimeMethod_var);
|
|
NullCheck(L_132);
|
|
L_132->___m_Controls_11 = L_134;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_132->___m_Controls_11), (void*)L_134);
|
|
}
|
|
|
|
IL_030d:
|
|
{
|
|
// return layout;
|
|
InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D* L_135 = V_1;
|
|
return L_135;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D* LayoutJson_ToLayout_m639A4B3A41B9C4F6DA0FF51E2FB8E37243BA4B01_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
LayoutJson_t79F9D8B74314A3697F189FBA1DE721260F5E9399* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<LayoutJson_t79F9D8B74314A3697F189FBA1DE721260F5E9399*>(__this + _offset);
|
|
InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D* _returnValue;
|
|
_returnValue = LayoutJson_ToLayout_m639A4B3A41B9C4F6DA0FF51E2FB8E37243BA4B01(_thisAdjusted, method);
|
|
return _returnValue;
|
|
}
|
|
// UnityEngine.InputSystem.Layouts.InputControlLayout/LayoutJson UnityEngine.InputSystem.Layouts.InputControlLayout/LayoutJson::FromLayout(UnityEngine.InputSystem.Layouts.InputControlLayout)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR LayoutJson_t79F9D8B74314A3697F189FBA1DE721260F5E9399 LayoutJson_FromLayout_m85C093583ED46FA1E9CF05F26F63C52FEC772DDE (InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D* ___0_layout, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArrayHelpers_Select_TisInternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735_TisString_t_m49BB51F41C438534D3E7FCBC6B35DE2042F646D8_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_2_tE0082B3C229A425A69ECDABB19259709EC9F540F_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InlinedArray_1_ToArray_TisString_t_m6BF88EB579C1C2DD9E855D364A99768FFC44B045_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InlinedArray_1_get_Item_m0DC6E89FD175B28015115C99793A82B4F3B9026C_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_get_HasValue_m6B76D139692C43B2AF7C695FAB044B16ACFAF355_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_get_Value_mE2C54C6AE9FC9F05BF44CD9D7D61DC6CD56E3E28_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_U3CFromLayoutU3Eb__15_0_mB11018F0CCFCBEBE8B8AA2ECB23CD9C8923C8CCF_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_U3CFromLayoutU3Eb__15_1_m308A8D7A093378D95F9BD1962978A8296FB9D41B_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_t268F4AFE03A6933C8DA22B2E8F3173AE68DE33EA_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral029E43C28E70C34928651AAF5D947A57F0CED33F);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral42960449A18FA75AF2D9A7F9CDCC744B0EF455E6);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
LayoutJson_t79F9D8B74314A3697F189FBA1DE721260F5E9399 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
Type_t* G_B2_0 = NULL;
|
|
LayoutJson_t79F9D8B74314A3697F189FBA1DE721260F5E9399* G_B2_1 = NULL;
|
|
Type_t* G_B1_0 = NULL;
|
|
LayoutJson_t79F9D8B74314A3697F189FBA1DE721260F5E9399* G_B1_1 = NULL;
|
|
String_t* G_B3_0 = NULL;
|
|
LayoutJson_t79F9D8B74314A3697F189FBA1DE721260F5E9399* G_B3_1 = NULL;
|
|
LayoutJson_t79F9D8B74314A3697F189FBA1DE721260F5E9399* G_B5_0 = NULL;
|
|
LayoutJson_t79F9D8B74314A3697F189FBA1DE721260F5E9399* G_B4_0 = NULL;
|
|
String_t* G_B6_0 = NULL;
|
|
LayoutJson_t79F9D8B74314A3697F189FBA1DE721260F5E9399* G_B6_1 = NULL;
|
|
LayoutJson_t79F9D8B74314A3697F189FBA1DE721260F5E9399* G_B8_0 = NULL;
|
|
LayoutJson_t79F9D8B74314A3697F189FBA1DE721260F5E9399* G_B7_0 = NULL;
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* G_B11_0 = NULL;
|
|
LayoutJson_t79F9D8B74314A3697F189FBA1DE721260F5E9399* G_B11_1 = NULL;
|
|
Func_2_tE0082B3C229A425A69ECDABB19259709EC9F540F* G_B10_0 = NULL;
|
|
InlinedArray_1_tAFDFE0972A71B9760077CFA9D4A1DBD7BE435800* G_B10_1 = NULL;
|
|
LayoutJson_t79F9D8B74314A3697F189FBA1DE721260F5E9399* G_B10_2 = NULL;
|
|
Func_2_tE0082B3C229A425A69ECDABB19259709EC9F540F* G_B9_0 = NULL;
|
|
InlinedArray_1_tAFDFE0972A71B9760077CFA9D4A1DBD7BE435800* G_B9_1 = NULL;
|
|
LayoutJson_t79F9D8B74314A3697F189FBA1DE721260F5E9399* G_B9_2 = NULL;
|
|
Func_2_tE0082B3C229A425A69ECDABB19259709EC9F540F* G_B13_0 = NULL;
|
|
InternedStringU5BU5D_t0B851758733FC0B118D84BE83AED10A0404C18D5* G_B13_1 = NULL;
|
|
LayoutJson_t79F9D8B74314A3697F189FBA1DE721260F5E9399* G_B13_2 = NULL;
|
|
Func_2_tE0082B3C229A425A69ECDABB19259709EC9F540F* G_B12_0 = NULL;
|
|
InternedStringU5BU5D_t0B851758733FC0B118D84BE83AED10A0404C18D5* G_B12_1 = NULL;
|
|
LayoutJson_t79F9D8B74314A3697F189FBA1DE721260F5E9399* G_B12_2 = NULL;
|
|
LayoutJson_t79F9D8B74314A3697F189FBA1DE721260F5E9399* G_B15_0 = NULL;
|
|
LayoutJson_t79F9D8B74314A3697F189FBA1DE721260F5E9399* G_B14_0 = NULL;
|
|
String_t* G_B18_0 = NULL;
|
|
LayoutJson_t79F9D8B74314A3697F189FBA1DE721260F5E9399* G_B18_1 = NULL;
|
|
LayoutJson_t79F9D8B74314A3697F189FBA1DE721260F5E9399* G_B17_0 = NULL;
|
|
LayoutJson_t79F9D8B74314A3697F189FBA1DE721260F5E9399* G_B16_0 = NULL;
|
|
{
|
|
// return new LayoutJson
|
|
// {
|
|
// name = layout.m_Name,
|
|
// type = layout.type?.AssemblyQualifiedName,
|
|
// variant = layout.m_Variants,
|
|
// displayName = layout.m_DisplayName,
|
|
// description = layout.m_Description,
|
|
// isGenericTypeOfDevice = layout.isGenericTypeOfDevice,
|
|
// hideInUI = layout.hideInUI,
|
|
// extend = layout.m_BaseLayouts.length == 1 ? layout.m_BaseLayouts[0].ToString() : null,
|
|
// extendMultiple = layout.m_BaseLayouts.length > 1 ? layout.m_BaseLayouts.ToArray(x => x.ToString()) : null,
|
|
// format = layout.stateFormat.ToString(),
|
|
// commonUsages = ArrayHelpers.Select(layout.m_CommonUsages, x => x.ToString()),
|
|
// controls = ControlItemJson.FromControlItems(layout.m_Controls),
|
|
// beforeRender = layout.m_UpdateBeforeRender != null ? (layout.m_UpdateBeforeRender.Value ? "Update" : "Ignore") : null,
|
|
// };
|
|
il2cpp_codegen_initobj((&V_0), sizeof(LayoutJson_t79F9D8B74314A3697F189FBA1DE721260F5E9399));
|
|
InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D* L_0 = ___0_layout;
|
|
NullCheck(L_0);
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_1 = L_0->___m_Name_2;
|
|
String_t* L_2;
|
|
L_2 = InternedString_op_Implicit_m99D80AAE853F54FA2EF2603D020C7454B608D2F6(L_1, NULL);
|
|
(&V_0)->___name_0 = L_2;
|
|
Il2CppCodeGenWriteBarrier((void**)(&(&V_0)->___name_0), (void*)L_2);
|
|
InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D* L_3 = ___0_layout;
|
|
NullCheck(L_3);
|
|
Type_t* L_4;
|
|
L_4 = InputControlLayout_get_type_mB36B8AAE50EB013820BFB388233F4BCC6AD419B3_inline(L_3, NULL);
|
|
Type_t* L_5 = L_4;
|
|
G_B1_0 = L_5;
|
|
G_B1_1 = (&V_0);
|
|
if (L_5)
|
|
{
|
|
G_B2_0 = L_5;
|
|
G_B2_1 = (&V_0);
|
|
goto IL_0029;
|
|
}
|
|
}
|
|
{
|
|
G_B3_0 = ((String_t*)(NULL));
|
|
G_B3_1 = G_B1_1;
|
|
goto IL_002e;
|
|
}
|
|
|
|
IL_0029:
|
|
{
|
|
NullCheck(G_B2_0);
|
|
String_t* L_6;
|
|
L_6 = VirtualFuncInvoker0< String_t* >::Invoke(25 /* System.String System.Type::get_AssemblyQualifiedName() */, G_B2_0);
|
|
G_B3_0 = L_6;
|
|
G_B3_1 = G_B2_1;
|
|
}
|
|
|
|
IL_002e:
|
|
{
|
|
G_B3_1->___type_9 = G_B3_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&G_B3_1->___type_9), (void*)G_B3_0);
|
|
InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D* L_7 = ___0_layout;
|
|
NullCheck(L_7);
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_8 = L_7->___m_Variants_4;
|
|
String_t* L_9;
|
|
L_9 = InternedString_op_Implicit_m99D80AAE853F54FA2EF2603D020C7454B608D2F6(L_8, NULL);
|
|
(&V_0)->___variant_10 = L_9;
|
|
Il2CppCodeGenWriteBarrier((void**)(&(&V_0)->___variant_10), (void*)L_9);
|
|
InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D* L_10 = ___0_layout;
|
|
NullCheck(L_10);
|
|
String_t* L_11 = L_10->___m_DisplayName_12;
|
|
(&V_0)->___displayName_7 = L_11;
|
|
Il2CppCodeGenWriteBarrier((void**)(&(&V_0)->___displayName_7), (void*)L_11);
|
|
InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D* L_12 = ___0_layout;
|
|
NullCheck(L_12);
|
|
String_t* L_13 = L_12->___m_Description_13;
|
|
(&V_0)->___description_8 = L_13;
|
|
Il2CppCodeGenWriteBarrier((void**)(&(&V_0)->___description_8), (void*)L_13);
|
|
InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D* L_14 = ___0_layout;
|
|
NullCheck(L_14);
|
|
bool L_15;
|
|
L_15 = InputControlLayout_get_isGenericTypeOfDevice_m53987CA10F142E3A8501BAF7E0F52C9BC1031C8A(L_14, NULL);
|
|
(&V_0)->___isGenericTypeOfDevice_11 = L_15;
|
|
InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D* L_16 = ___0_layout;
|
|
NullCheck(L_16);
|
|
bool L_17;
|
|
L_17 = InputControlLayout_get_hideInUI_m8E661D261A8C775C858325F303750FE21AF3E8A9(L_16, NULL);
|
|
(&V_0)->___hideInUI_12 = L_17;
|
|
InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D* L_18 = ___0_layout;
|
|
NullCheck(L_18);
|
|
InlinedArray_1_tAFDFE0972A71B9760077CFA9D4A1DBD7BE435800* L_19 = (&L_18->___m_BaseLayouts_8);
|
|
int32_t L_20 = L_19->___length_0;
|
|
G_B4_0 = (&V_0);
|
|
if ((((int32_t)L_20) == ((int32_t)1)))
|
|
{
|
|
G_B5_0 = (&V_0);
|
|
goto IL_008c;
|
|
}
|
|
}
|
|
{
|
|
G_B6_0 = ((String_t*)(NULL));
|
|
G_B6_1 = G_B4_0;
|
|
goto IL_00a6;
|
|
}
|
|
|
|
IL_008c:
|
|
{
|
|
InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D* L_21 = ___0_layout;
|
|
NullCheck(L_21);
|
|
InlinedArray_1_tAFDFE0972A71B9760077CFA9D4A1DBD7BE435800* L_22 = (&L_21->___m_BaseLayouts_8);
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_23;
|
|
L_23 = InlinedArray_1_get_Item_m0DC6E89FD175B28015115C99793A82B4F3B9026C(L_22, 0, InlinedArray_1_get_Item_m0DC6E89FD175B28015115C99793A82B4F3B9026C_RuntimeMethod_var);
|
|
V_1 = L_23;
|
|
String_t* L_24;
|
|
L_24 = InternedString_ToString_mED327D67EF001C5EDFF284336F13C3E3F025993A((&V_1), NULL);
|
|
G_B6_0 = L_24;
|
|
G_B6_1 = G_B5_0;
|
|
}
|
|
|
|
IL_00a6:
|
|
{
|
|
G_B6_1->___extend_1 = G_B6_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&G_B6_1->___extend_1), (void*)G_B6_0);
|
|
InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D* L_25 = ___0_layout;
|
|
NullCheck(L_25);
|
|
InlinedArray_1_tAFDFE0972A71B9760077CFA9D4A1DBD7BE435800* L_26 = (&L_25->___m_BaseLayouts_8);
|
|
int32_t L_27 = L_26->___length_0;
|
|
G_B7_0 = (&V_0);
|
|
if ((((int32_t)L_27) > ((int32_t)1)))
|
|
{
|
|
G_B8_0 = (&V_0);
|
|
goto IL_00be;
|
|
}
|
|
}
|
|
{
|
|
G_B11_0 = ((StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)(NULL));
|
|
G_B11_1 = G_B7_0;
|
|
goto IL_00e8;
|
|
}
|
|
|
|
IL_00be:
|
|
{
|
|
InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D* L_28 = ___0_layout;
|
|
NullCheck(L_28);
|
|
InlinedArray_1_tAFDFE0972A71B9760077CFA9D4A1DBD7BE435800* L_29 = (&L_28->___m_BaseLayouts_8);
|
|
il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_t268F4AFE03A6933C8DA22B2E8F3173AE68DE33EA_il2cpp_TypeInfo_var);
|
|
Func_2_tE0082B3C229A425A69ECDABB19259709EC9F540F* L_30 = ((U3CU3Ec_t268F4AFE03A6933C8DA22B2E8F3173AE68DE33EA_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t268F4AFE03A6933C8DA22B2E8F3173AE68DE33EA_il2cpp_TypeInfo_var))->___U3CU3E9__15_0_2;
|
|
Func_2_tE0082B3C229A425A69ECDABB19259709EC9F540F* L_31 = L_30;
|
|
G_B9_0 = L_31;
|
|
G_B9_1 = L_29;
|
|
G_B9_2 = G_B8_0;
|
|
if (L_31)
|
|
{
|
|
G_B10_0 = L_31;
|
|
G_B10_1 = L_29;
|
|
G_B10_2 = G_B8_0;
|
|
goto IL_00e3;
|
|
}
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_t268F4AFE03A6933C8DA22B2E8F3173AE68DE33EA_il2cpp_TypeInfo_var);
|
|
U3CU3Ec_t268F4AFE03A6933C8DA22B2E8F3173AE68DE33EA* L_32 = ((U3CU3Ec_t268F4AFE03A6933C8DA22B2E8F3173AE68DE33EA_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t268F4AFE03A6933C8DA22B2E8F3173AE68DE33EA_il2cpp_TypeInfo_var))->___U3CU3E9_0;
|
|
Func_2_tE0082B3C229A425A69ECDABB19259709EC9F540F* L_33 = (Func_2_tE0082B3C229A425A69ECDABB19259709EC9F540F*)il2cpp_codegen_object_new(Func_2_tE0082B3C229A425A69ECDABB19259709EC9F540F_il2cpp_TypeInfo_var);
|
|
NullCheck(L_33);
|
|
Func_2__ctor_m6763116FA3257580D87BD903E24793FCD6D82548(L_33, L_32, (intptr_t)((void*)U3CU3Ec_U3CFromLayoutU3Eb__15_0_mB11018F0CCFCBEBE8B8AA2ECB23CD9C8923C8CCF_RuntimeMethod_var), NULL);
|
|
Func_2_tE0082B3C229A425A69ECDABB19259709EC9F540F* L_34 = L_33;
|
|
((U3CU3Ec_t268F4AFE03A6933C8DA22B2E8F3173AE68DE33EA_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t268F4AFE03A6933C8DA22B2E8F3173AE68DE33EA_il2cpp_TypeInfo_var))->___U3CU3E9__15_0_2 = L_34;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((U3CU3Ec_t268F4AFE03A6933C8DA22B2E8F3173AE68DE33EA_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t268F4AFE03A6933C8DA22B2E8F3173AE68DE33EA_il2cpp_TypeInfo_var))->___U3CU3E9__15_0_2), (void*)L_34);
|
|
G_B10_0 = L_34;
|
|
G_B10_1 = G_B9_1;
|
|
G_B10_2 = G_B9_2;
|
|
}
|
|
|
|
IL_00e3:
|
|
{
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_35;
|
|
L_35 = InlinedArray_1_ToArray_TisString_t_m6BF88EB579C1C2DD9E855D364A99768FFC44B045(G_B10_1, G_B10_0, InlinedArray_1_ToArray_TisString_t_m6BF88EB579C1C2DD9E855D364A99768FFC44B045_RuntimeMethod_var);
|
|
G_B11_0 = L_35;
|
|
G_B11_1 = G_B10_2;
|
|
}
|
|
|
|
IL_00e8:
|
|
{
|
|
G_B11_1->___extendMultiple_2 = G_B11_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&G_B11_1->___extendMultiple_2), (void*)G_B11_0);
|
|
InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D* L_36 = ___0_layout;
|
|
NullCheck(L_36);
|
|
FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_37;
|
|
L_37 = InputControlLayout_get_stateFormat_m33EF958FD8072BFBD3F1378E800C3B694A284DE0_inline(L_36, NULL);
|
|
V_2 = L_37;
|
|
String_t* L_38;
|
|
L_38 = FourCC_ToString_mF802C3309862E0B2A28E7D3A6F3BF49DCC2D5C49((&V_2), NULL);
|
|
(&V_0)->___format_3 = L_38;
|
|
Il2CppCodeGenWriteBarrier((void**)(&(&V_0)->___format_3), (void*)L_38);
|
|
InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D* L_39 = ___0_layout;
|
|
NullCheck(L_39);
|
|
InternedStringU5BU5D_t0B851758733FC0B118D84BE83AED10A0404C18D5* L_40 = L_39->___m_CommonUsages_10;
|
|
il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_t268F4AFE03A6933C8DA22B2E8F3173AE68DE33EA_il2cpp_TypeInfo_var);
|
|
Func_2_tE0082B3C229A425A69ECDABB19259709EC9F540F* L_41 = ((U3CU3Ec_t268F4AFE03A6933C8DA22B2E8F3173AE68DE33EA_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t268F4AFE03A6933C8DA22B2E8F3173AE68DE33EA_il2cpp_TypeInfo_var))->___U3CU3E9__15_1_3;
|
|
Func_2_tE0082B3C229A425A69ECDABB19259709EC9F540F* L_42 = L_41;
|
|
G_B12_0 = L_42;
|
|
G_B12_1 = L_40;
|
|
G_B12_2 = (&V_0);
|
|
if (L_42)
|
|
{
|
|
G_B13_0 = L_42;
|
|
G_B13_1 = L_40;
|
|
G_B13_2 = (&V_0);
|
|
goto IL_012f;
|
|
}
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_t268F4AFE03A6933C8DA22B2E8F3173AE68DE33EA_il2cpp_TypeInfo_var);
|
|
U3CU3Ec_t268F4AFE03A6933C8DA22B2E8F3173AE68DE33EA* L_43 = ((U3CU3Ec_t268F4AFE03A6933C8DA22B2E8F3173AE68DE33EA_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t268F4AFE03A6933C8DA22B2E8F3173AE68DE33EA_il2cpp_TypeInfo_var))->___U3CU3E9_0;
|
|
Func_2_tE0082B3C229A425A69ECDABB19259709EC9F540F* L_44 = (Func_2_tE0082B3C229A425A69ECDABB19259709EC9F540F*)il2cpp_codegen_object_new(Func_2_tE0082B3C229A425A69ECDABB19259709EC9F540F_il2cpp_TypeInfo_var);
|
|
NullCheck(L_44);
|
|
Func_2__ctor_m6763116FA3257580D87BD903E24793FCD6D82548(L_44, L_43, (intptr_t)((void*)U3CU3Ec_U3CFromLayoutU3Eb__15_1_m308A8D7A093378D95F9BD1962978A8296FB9D41B_RuntimeMethod_var), NULL);
|
|
Func_2_tE0082B3C229A425A69ECDABB19259709EC9F540F* L_45 = L_44;
|
|
((U3CU3Ec_t268F4AFE03A6933C8DA22B2E8F3173AE68DE33EA_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t268F4AFE03A6933C8DA22B2E8F3173AE68DE33EA_il2cpp_TypeInfo_var))->___U3CU3E9__15_1_3 = L_45;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((U3CU3Ec_t268F4AFE03A6933C8DA22B2E8F3173AE68DE33EA_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t268F4AFE03A6933C8DA22B2E8F3173AE68DE33EA_il2cpp_TypeInfo_var))->___U3CU3E9__15_1_3), (void*)L_45);
|
|
G_B13_0 = L_45;
|
|
G_B13_1 = G_B12_1;
|
|
G_B13_2 = G_B12_2;
|
|
}
|
|
|
|
IL_012f:
|
|
{
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_46;
|
|
L_46 = ArrayHelpers_Select_TisInternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735_TisString_t_m49BB51F41C438534D3E7FCBC6B35DE2042F646D8(G_B13_1, G_B13_0, ArrayHelpers_Select_TisInternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735_TisString_t_m49BB51F41C438534D3E7FCBC6B35DE2042F646D8_RuntimeMethod_var);
|
|
G_B13_2->___commonUsages_6 = L_46;
|
|
Il2CppCodeGenWriteBarrier((void**)(&G_B13_2->___commonUsages_6), (void*)L_46);
|
|
InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D* L_47 = ___0_layout;
|
|
NullCheck(L_47);
|
|
ControlItemU5BU5D_t7798E8B7C7F58B8F6D13B567539CD82E962C7104* L_48 = L_47->___m_Controls_11;
|
|
ControlItemJsonU5BU5D_t6E6FCFDEF49F701232A4D4BCB5B40A7349E12F00* L_49;
|
|
L_49 = ControlItemJson_FromControlItems_mBDB7F039380AE4E27C752B03896F1E3AE455BDCB(L_48, NULL);
|
|
(&V_0)->___controls_13 = L_49;
|
|
Il2CppCodeGenWriteBarrier((void**)(&(&V_0)->___controls_13), (void*)L_49);
|
|
InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D* L_50 = ___0_layout;
|
|
NullCheck(L_50);
|
|
Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01* L_51 = (&L_50->___m_UpdateBeforeRender_7);
|
|
bool L_52;
|
|
L_52 = Nullable_1_get_HasValue_m6B76D139692C43B2AF7C695FAB044B16ACFAF355_inline(L_51, Nullable_1_get_HasValue_m6B76D139692C43B2AF7C695FAB044B16ACFAF355_RuntimeMethod_var);
|
|
G_B14_0 = (&V_0);
|
|
if (L_52)
|
|
{
|
|
G_B15_0 = (&V_0);
|
|
goto IL_015d;
|
|
}
|
|
}
|
|
{
|
|
G_B18_0 = ((String_t*)(NULL));
|
|
G_B18_1 = G_B14_0;
|
|
goto IL_0176;
|
|
}
|
|
|
|
IL_015d:
|
|
{
|
|
InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D* L_53 = ___0_layout;
|
|
NullCheck(L_53);
|
|
Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01* L_54 = (&L_53->___m_UpdateBeforeRender_7);
|
|
bool L_55;
|
|
L_55 = Nullable_1_get_Value_mE2C54C6AE9FC9F05BF44CD9D7D61DC6CD56E3E28(L_54, Nullable_1_get_Value_mE2C54C6AE9FC9F05BF44CD9D7D61DC6CD56E3E28_RuntimeMethod_var);
|
|
G_B16_0 = G_B15_0;
|
|
if (L_55)
|
|
{
|
|
G_B17_0 = G_B15_0;
|
|
goto IL_0171;
|
|
}
|
|
}
|
|
{
|
|
G_B18_0 = _stringLiteral029E43C28E70C34928651AAF5D947A57F0CED33F;
|
|
G_B18_1 = G_B16_0;
|
|
goto IL_0176;
|
|
}
|
|
|
|
IL_0171:
|
|
{
|
|
G_B18_0 = _stringLiteral42960449A18FA75AF2D9A7F9CDCC744B0EF455E6;
|
|
G_B18_1 = G_B17_0;
|
|
}
|
|
|
|
IL_0176:
|
|
{
|
|
G_B18_1->___beforeRender_4 = G_B18_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&G_B18_1->___beforeRender_4), (void*)G_B18_0);
|
|
LayoutJson_t79F9D8B74314A3697F189FBA1DE721260F5E9399 L_56 = V_0;
|
|
return L_56;
|
|
}
|
|
}
|
|
#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.InputControlLayout/LayoutJson/<>c::.cctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__cctor_mA001DA4CF36152A5B0452E9691113925172FA61E (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_t268F4AFE03A6933C8DA22B2E8F3173AE68DE33EA_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
U3CU3Ec_t268F4AFE03A6933C8DA22B2E8F3173AE68DE33EA* L_0 = (U3CU3Ec_t268F4AFE03A6933C8DA22B2E8F3173AE68DE33EA*)il2cpp_codegen_object_new(U3CU3Ec_t268F4AFE03A6933C8DA22B2E8F3173AE68DE33EA_il2cpp_TypeInfo_var);
|
|
NullCheck(L_0);
|
|
U3CU3Ec__ctor_m6DC42B39258FABD1AF7E492A35B7556E6A33AE4F(L_0, NULL);
|
|
((U3CU3Ec_t268F4AFE03A6933C8DA22B2E8F3173AE68DE33EA_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t268F4AFE03A6933C8DA22B2E8F3173AE68DE33EA_il2cpp_TypeInfo_var))->___U3CU3E9_0 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((U3CU3Ec_t268F4AFE03A6933C8DA22B2E8F3173AE68DE33EA_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t268F4AFE03A6933C8DA22B2E8F3173AE68DE33EA_il2cpp_TypeInfo_var))->___U3CU3E9_0), (void*)L_0);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.InputSystem.Layouts.InputControlLayout/LayoutJson/<>c::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__ctor_m6DC42B39258FABD1AF7E492A35B7556E6A33AE4F (U3CU3Ec_t268F4AFE03A6933C8DA22B2E8F3173AE68DE33EA* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
|
|
return;
|
|
}
|
|
}
|
|
// UnityEngine.InputSystem.Utilities.InternedString UnityEngine.InputSystem.Layouts.InputControlLayout/LayoutJson/<>c::<ToLayout>b__14_0(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 U3CU3Ec_U3CToLayoutU3Eb__14_0_m78A4ECF8E80915B806D456D90DF82D014D6CB402 (U3CU3Ec_t268F4AFE03A6933C8DA22B2E8F3173AE68DE33EA* __this, String_t* ___0_x, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// m_CommonUsages = ArrayHelpers.Select(commonUsages, x => new InternedString(x)),
|
|
String_t* L_0 = ___0_x;
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_1;
|
|
memset((&L_1), 0, sizeof(L_1));
|
|
InternedString__ctor_m2E9672D46D84C82F705DE799CE8B6123EB95E935((&L_1), L_0, /*hidden argument*/NULL);
|
|
return L_1;
|
|
}
|
|
}
|
|
// System.String UnityEngine.InputSystem.Layouts.InputControlLayout/LayoutJson/<>c::<FromLayout>b__15_0(UnityEngine.InputSystem.Utilities.InternedString)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* U3CU3Ec_U3CFromLayoutU3Eb__15_0_mB11018F0CCFCBEBE8B8AA2ECB23CD9C8923C8CCF (U3CU3Ec_t268F4AFE03A6933C8DA22B2E8F3173AE68DE33EA* __this, InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 ___0_x, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// extendMultiple = layout.m_BaseLayouts.length > 1 ? layout.m_BaseLayouts.ToArray(x => x.ToString()) : null,
|
|
String_t* L_0;
|
|
L_0 = InternedString_ToString_mED327D67EF001C5EDFF284336F13C3E3F025993A((&___0_x), NULL);
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.String UnityEngine.InputSystem.Layouts.InputControlLayout/LayoutJson/<>c::<FromLayout>b__15_1(UnityEngine.InputSystem.Utilities.InternedString)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* U3CU3Ec_U3CFromLayoutU3Eb__15_1_m308A8D7A093378D95F9BD1962978A8296FB9D41B (U3CU3Ec_t268F4AFE03A6933C8DA22B2E8F3173AE68DE33EA* __this, InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 ___0_x, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// commonUsages = ArrayHelpers.Select(layout.m_CommonUsages, x => x.ToString()),
|
|
String_t* L_0;
|
|
L_0 = InternedString_ToString_mED327D67EF001C5EDFF284336F13C3E3F025993A((&___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
|
|
// System.Void UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItemJson::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ControlItemJson__ctor_mBAC7FA93CAEF4754610560910508B6736956A6C8 (ControlItemJson_t56C29912300890F2D3DA5DC3C095B821468948FC* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public ControlItemJson()
|
|
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
|
|
// offset = InputStateBlock.InvalidOffset;
|
|
__this->___offset_6 = (-1);
|
|
// bit = InputStateBlock.InvalidOffset;
|
|
__this->___bit_7 = (-1);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItemJson::ToLayout()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD ControlItemJson_ToLayout_mC61A25BE0A0B18F789F3D58E68A6A973154AAE92 (ControlItemJson_t56C29912300890F2D3DA5DC3C095B821468948FC* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerable_Select_TisString_t_TisInternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735_m011557AA65FEF515F3C86B632FC900011EEAC4F5_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerable_ToArray_TisInternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735_m454C0E66D1C84DDF8843828AF89C238643DDEC8B_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerable_ToArray_TisNameAndParameters_t8F37102128EFD31CA57808AE6E3D1244758DEA01_m4E10EB9AA22EF437DD279A53F15FD831883DCC26_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_2_tCB627F464F4D6382DEE25046EA94646523308FE1_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_AddRange_m157DD7AD4D25423F82A21E533BC4686C83770D5E_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_mF10DB1D3CBB0B14215F0E4F8AB4934A1955E5351_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_mCA8DD57EAC70C2B5923DBB9D5A77CEAC22E7068E_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlyArray_1__ctor_m0A2A04DEB5DD6904A88BA998F8DFF306E7932261_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlyArray_1__ctor_m8B1A10969D597D11769C4E7C33B907A981CA78F5_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlyArray_1__ctor_mEAD477EA9B978C5FB45054408D3AF3B53A4E9F37_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_U3CToLayoutU3Eb__24_0_m1332BB4AD19847D3A96CFABB097922312DB4C7A1_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_U3CToLayoutU3Eb__24_1_m757AEC8A752F607EE10D83BBF833E6EF79AFD11F_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_tC05A732A5AA0C05DB2A79EE837290A022A612FCE_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD* V_2 = NULL;
|
|
List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD* V_3 = NULL;
|
|
Func_2_tCB627F464F4D6382DEE25046EA94646523308FE1* G_B10_0 = NULL;
|
|
List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD* G_B10_1 = NULL;
|
|
ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD* G_B10_2 = NULL;
|
|
Func_2_tCB627F464F4D6382DEE25046EA94646523308FE1* G_B9_0 = NULL;
|
|
List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD* G_B9_1 = NULL;
|
|
ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD* G_B9_2 = NULL;
|
|
Func_2_tCB627F464F4D6382DEE25046EA94646523308FE1* G_B19_0 = NULL;
|
|
List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD* G_B19_1 = NULL;
|
|
ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD* G_B19_2 = NULL;
|
|
Func_2_tCB627F464F4D6382DEE25046EA94646523308FE1* G_B18_0 = NULL;
|
|
List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD* G_B18_1 = NULL;
|
|
ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD* G_B18_2 = NULL;
|
|
{
|
|
// var layout = new ControlItem
|
|
// {
|
|
// name = new InternedString(name),
|
|
// layout = new InternedString(this.layout),
|
|
// variants = new InternedString(variants),
|
|
// displayName = displayName,
|
|
// shortDisplayName = shortDisplayName,
|
|
// offset = offset,
|
|
// useStateFrom = useStateFrom,
|
|
// bit = bit,
|
|
// sizeInBits = sizeInBits,
|
|
// isModifyingExistingControl = name.IndexOf('/') != -1,
|
|
// isNoisy = noisy,
|
|
// dontReset = dontReset,
|
|
// isSynthetic = synthetic,
|
|
// isFirstDefinedInThisLayout = true,
|
|
// arraySize = arraySize,
|
|
// };
|
|
il2cpp_codegen_initobj((&V_1), sizeof(ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD));
|
|
String_t* L_0 = __this->___name_0;
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_1;
|
|
memset((&L_1), 0, sizeof(L_1));
|
|
InternedString__ctor_m2E9672D46D84C82F705DE799CE8B6123EB95E935((&L_1), L_0, /*hidden argument*/NULL);
|
|
ControlItem_set_name_m51D3D4522272DD1AF9E12F5B93C232AC79F7A19E_inline((&V_1), L_1, NULL);
|
|
String_t* L_2 = __this->___layout_1;
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_3;
|
|
memset((&L_3), 0, sizeof(L_3));
|
|
InternedString__ctor_m2E9672D46D84C82F705DE799CE8B6123EB95E935((&L_3), L_2, /*hidden argument*/NULL);
|
|
ControlItem_set_layout_m06690041885C5E746BAE0574C6CDD1BE532073BD_inline((&V_1), L_3, NULL);
|
|
String_t* L_4 = __this->___variants_2;
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_5;
|
|
memset((&L_5), 0, sizeof(L_5));
|
|
InternedString__ctor_m2E9672D46D84C82F705DE799CE8B6123EB95E935((&L_5), L_4, /*hidden argument*/NULL);
|
|
ControlItem_set_variants_mC24C3B81D42DD6606699720B0070D86A4A7C392F_inline((&V_1), L_5, NULL);
|
|
String_t* L_6 = __this->___displayName_15;
|
|
ControlItem_set_displayName_m626633276E1E59337D3088E9C49AC10AE72B6507_inline((&V_1), L_6, NULL);
|
|
String_t* L_7 = __this->___shortDisplayName_16;
|
|
ControlItem_set_shortDisplayName_mB2342EA16705A431947DD7905BF0AD04A3D307B4_inline((&V_1), L_7, NULL);
|
|
uint32_t L_8 = __this->___offset_6;
|
|
ControlItem_set_offset_mADAA61E264DE2C83DB6BB3B6D9EF22974D2071B9_inline((&V_1), L_8, NULL);
|
|
String_t* L_9 = __this->___useStateFrom_5;
|
|
ControlItem_set_useStateFrom_mC4F23A31DA6D92F35F0C252666867DE60BA0F3C2_inline((&V_1), L_9, NULL);
|
|
uint32_t L_10 = __this->___bit_7;
|
|
ControlItem_set_bit_m7975555A9C8690C66B6F39A5988561F190FECE58_inline((&V_1), L_10, NULL);
|
|
uint32_t L_11 = __this->___sizeInBits_8;
|
|
ControlItem_set_sizeInBits_m121DD023118CC37B77D17B987591DDA9A6DD9582_inline((&V_1), L_11, NULL);
|
|
String_t* L_12 = __this->___name_0;
|
|
NullCheck(L_12);
|
|
int32_t L_13;
|
|
L_13 = String_IndexOf_mE21E78F35EF4A7768E385A72814C88D22B689966(L_12, ((int32_t)47), NULL);
|
|
ControlItem_set_isModifyingExistingControl_mD8B3977F0275393003E7C3DFFB4DED8C93A90714((&V_1), (bool)((((int32_t)((((int32_t)L_13) == ((int32_t)(-1)))? 1 : 0)) == ((int32_t)0))? 1 : 0), NULL);
|
|
bool L_14 = __this->___noisy_17;
|
|
ControlItem_set_isNoisy_m912FA48D58D8E5201A0A4FD743BE5CE95F1C7D02((&V_1), L_14, NULL);
|
|
bool L_15 = __this->___dontReset_18;
|
|
ControlItem_set_dontReset_m543005FAF82C29CAA3C363D3A141DE73BD5B0463((&V_1), L_15, NULL);
|
|
bool L_16 = __this->___synthetic_19;
|
|
ControlItem_set_isSynthetic_m8B1882C4ACFDA5146C68C2BDE3AA36A1972AFF7A((&V_1), L_16, NULL);
|
|
ControlItem_set_isFirstDefinedInThisLayout_m8A0FC99F8A8ACC6DE3076CEA8697629C845D43BC((&V_1), (bool)1, NULL);
|
|
int32_t L_17 = __this->___arraySize_10;
|
|
ControlItem_set_arraySize_m836E83FBB5E21DFFF99CC3D47CAF0812894DF39E_inline((&V_1), L_17, NULL);
|
|
ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD L_18 = V_1;
|
|
V_0 = L_18;
|
|
// if (!string.IsNullOrEmpty(format))
|
|
String_t* L_19 = __this->___format_9;
|
|
bool L_20;
|
|
L_20 = String_IsNullOrEmpty_mEA9E3FB005AC28FE02E69FCF95A7B8456192B478(L_19, NULL);
|
|
if (L_20)
|
|
{
|
|
goto IL_0103;
|
|
}
|
|
}
|
|
{
|
|
// layout.format = new FourCC(format);
|
|
String_t* L_21 = __this->___format_9;
|
|
FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_22;
|
|
memset((&L_22), 0, sizeof(L_22));
|
|
FourCC__ctor_m305163ED105CA8143DBB6D7D31A77124105B8201((&L_22), L_21, /*hidden argument*/NULL);
|
|
ControlItem_set_format_m541DAC401207113B8D69E89B5D4A7C694D8A7263_inline((&V_0), L_22, NULL);
|
|
}
|
|
|
|
IL_0103:
|
|
{
|
|
// if (!string.IsNullOrEmpty(usage) || usages != null)
|
|
String_t* L_23 = __this->___usage_3;
|
|
bool L_24;
|
|
L_24 = String_IsNullOrEmpty_mEA9E3FB005AC28FE02E69FCF95A7B8456192B478(L_23, NULL);
|
|
if (!L_24)
|
|
{
|
|
goto IL_0118;
|
|
}
|
|
}
|
|
{
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_25 = __this->___usages_11;
|
|
if (!L_25)
|
|
{
|
|
goto IL_0181;
|
|
}
|
|
}
|
|
|
|
IL_0118:
|
|
{
|
|
// var usagesList = new List<string>();
|
|
List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD* L_26 = (List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD*)il2cpp_codegen_object_new(List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD_il2cpp_TypeInfo_var);
|
|
NullCheck(L_26);
|
|
List_1__ctor_mCA8DD57EAC70C2B5923DBB9D5A77CEAC22E7068E(L_26, List_1__ctor_mCA8DD57EAC70C2B5923DBB9D5A77CEAC22E7068E_RuntimeMethod_var);
|
|
V_2 = L_26;
|
|
// if (!string.IsNullOrEmpty(usage))
|
|
String_t* L_27 = __this->___usage_3;
|
|
bool L_28;
|
|
L_28 = String_IsNullOrEmpty_mEA9E3FB005AC28FE02E69FCF95A7B8456192B478(L_27, NULL);
|
|
if (L_28)
|
|
{
|
|
goto IL_0137;
|
|
}
|
|
}
|
|
{
|
|
// usagesList.Add(usage);
|
|
List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD* L_29 = V_2;
|
|
String_t* L_30 = __this->___usage_3;
|
|
NullCheck(L_29);
|
|
List_1_Add_mF10DB1D3CBB0B14215F0E4F8AB4934A1955E5351_inline(L_29, L_30, List_1_Add_mF10DB1D3CBB0B14215F0E4F8AB4934A1955E5351_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0137:
|
|
{
|
|
// if (usages != null)
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_31 = __this->___usages_11;
|
|
if (!L_31)
|
|
{
|
|
goto IL_014b;
|
|
}
|
|
}
|
|
{
|
|
// usagesList.AddRange(usages);
|
|
List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD* L_32 = V_2;
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_33 = __this->___usages_11;
|
|
NullCheck(L_32);
|
|
List_1_AddRange_m157DD7AD4D25423F82A21E533BC4686C83770D5E(L_32, (RuntimeObject*)L_33, List_1_AddRange_m157DD7AD4D25423F82A21E533BC4686C83770D5E_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_014b:
|
|
{
|
|
// layout.usages = new ReadOnlyArray<InternedString>(usagesList.Select(x => new InternedString(x)).ToArray());
|
|
List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD* L_34 = V_2;
|
|
il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_tC05A732A5AA0C05DB2A79EE837290A022A612FCE_il2cpp_TypeInfo_var);
|
|
Func_2_tCB627F464F4D6382DEE25046EA94646523308FE1* L_35 = ((U3CU3Ec_tC05A732A5AA0C05DB2A79EE837290A022A612FCE_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tC05A732A5AA0C05DB2A79EE837290A022A612FCE_il2cpp_TypeInfo_var))->___U3CU3E9__24_0_1;
|
|
Func_2_tCB627F464F4D6382DEE25046EA94646523308FE1* L_36 = L_35;
|
|
G_B9_0 = L_36;
|
|
G_B9_1 = L_34;
|
|
G_B9_2 = (&V_0);
|
|
if (L_36)
|
|
{
|
|
G_B10_0 = L_36;
|
|
G_B10_1 = L_34;
|
|
G_B10_2 = (&V_0);
|
|
goto IL_016d;
|
|
}
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_tC05A732A5AA0C05DB2A79EE837290A022A612FCE_il2cpp_TypeInfo_var);
|
|
U3CU3Ec_tC05A732A5AA0C05DB2A79EE837290A022A612FCE* L_37 = ((U3CU3Ec_tC05A732A5AA0C05DB2A79EE837290A022A612FCE_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tC05A732A5AA0C05DB2A79EE837290A022A612FCE_il2cpp_TypeInfo_var))->___U3CU3E9_0;
|
|
Func_2_tCB627F464F4D6382DEE25046EA94646523308FE1* L_38 = (Func_2_tCB627F464F4D6382DEE25046EA94646523308FE1*)il2cpp_codegen_object_new(Func_2_tCB627F464F4D6382DEE25046EA94646523308FE1_il2cpp_TypeInfo_var);
|
|
NullCheck(L_38);
|
|
Func_2__ctor_mE292EB3D4C9A07C566B0570AB2E1A7F3A2FC3039(L_38, L_37, (intptr_t)((void*)U3CU3Ec_U3CToLayoutU3Eb__24_0_m1332BB4AD19847D3A96CFABB097922312DB4C7A1_RuntimeMethod_var), NULL);
|
|
Func_2_tCB627F464F4D6382DEE25046EA94646523308FE1* L_39 = L_38;
|
|
((U3CU3Ec_tC05A732A5AA0C05DB2A79EE837290A022A612FCE_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tC05A732A5AA0C05DB2A79EE837290A022A612FCE_il2cpp_TypeInfo_var))->___U3CU3E9__24_0_1 = L_39;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((U3CU3Ec_tC05A732A5AA0C05DB2A79EE837290A022A612FCE_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tC05A732A5AA0C05DB2A79EE837290A022A612FCE_il2cpp_TypeInfo_var))->___U3CU3E9__24_0_1), (void*)L_39);
|
|
G_B10_0 = L_39;
|
|
G_B10_1 = G_B9_1;
|
|
G_B10_2 = G_B9_2;
|
|
}
|
|
|
|
IL_016d:
|
|
{
|
|
RuntimeObject* L_40;
|
|
L_40 = Enumerable_Select_TisString_t_TisInternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735_m011557AA65FEF515F3C86B632FC900011EEAC4F5(G_B10_1, G_B10_0, Enumerable_Select_TisString_t_TisInternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735_m011557AA65FEF515F3C86B632FC900011EEAC4F5_RuntimeMethod_var);
|
|
InternedStringU5BU5D_t0B851758733FC0B118D84BE83AED10A0404C18D5* L_41;
|
|
L_41 = Enumerable_ToArray_TisInternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735_m454C0E66D1C84DDF8843828AF89C238643DDEC8B(L_40, Enumerable_ToArray_TisInternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735_m454C0E66D1C84DDF8843828AF89C238643DDEC8B_RuntimeMethod_var);
|
|
ReadOnlyArray_1_t1C2864D7CF4D444AB2616316AC8DD33932F77064 L_42;
|
|
memset((&L_42), 0, sizeof(L_42));
|
|
ReadOnlyArray_1__ctor_m8B1A10969D597D11769C4E7C33B907A981CA78F5((&L_42), L_41, /*hidden argument*/ReadOnlyArray_1__ctor_m8B1A10969D597D11769C4E7C33B907A981CA78F5_RuntimeMethod_var);
|
|
ControlItem_set_usages_m7A83BA777016005F41C58AE27BFDA0250BF39E51_inline(G_B10_2, L_42, NULL);
|
|
}
|
|
|
|
IL_0181:
|
|
{
|
|
// if (!string.IsNullOrEmpty(alias) || aliases != null)
|
|
String_t* L_43 = __this->___alias_4;
|
|
bool L_44;
|
|
L_44 = String_IsNullOrEmpty_mEA9E3FB005AC28FE02E69FCF95A7B8456192B478(L_43, NULL);
|
|
if (!L_44)
|
|
{
|
|
goto IL_0196;
|
|
}
|
|
}
|
|
{
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_45 = __this->___aliases_12;
|
|
if (!L_45)
|
|
{
|
|
goto IL_01ff;
|
|
}
|
|
}
|
|
|
|
IL_0196:
|
|
{
|
|
// var aliasesList = new List<string>();
|
|
List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD* L_46 = (List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD*)il2cpp_codegen_object_new(List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD_il2cpp_TypeInfo_var);
|
|
NullCheck(L_46);
|
|
List_1__ctor_mCA8DD57EAC70C2B5923DBB9D5A77CEAC22E7068E(L_46, List_1__ctor_mCA8DD57EAC70C2B5923DBB9D5A77CEAC22E7068E_RuntimeMethod_var);
|
|
V_3 = L_46;
|
|
// if (!string.IsNullOrEmpty(alias))
|
|
String_t* L_47 = __this->___alias_4;
|
|
bool L_48;
|
|
L_48 = String_IsNullOrEmpty_mEA9E3FB005AC28FE02E69FCF95A7B8456192B478(L_47, NULL);
|
|
if (L_48)
|
|
{
|
|
goto IL_01b5;
|
|
}
|
|
}
|
|
{
|
|
// aliasesList.Add(alias);
|
|
List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD* L_49 = V_3;
|
|
String_t* L_50 = __this->___alias_4;
|
|
NullCheck(L_49);
|
|
List_1_Add_mF10DB1D3CBB0B14215F0E4F8AB4934A1955E5351_inline(L_49, L_50, List_1_Add_mF10DB1D3CBB0B14215F0E4F8AB4934A1955E5351_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_01b5:
|
|
{
|
|
// if (aliases != null)
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_51 = __this->___aliases_12;
|
|
if (!L_51)
|
|
{
|
|
goto IL_01c9;
|
|
}
|
|
}
|
|
{
|
|
// aliasesList.AddRange(aliases);
|
|
List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD* L_52 = V_3;
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_53 = __this->___aliases_12;
|
|
NullCheck(L_52);
|
|
List_1_AddRange_m157DD7AD4D25423F82A21E533BC4686C83770D5E(L_52, (RuntimeObject*)L_53, List_1_AddRange_m157DD7AD4D25423F82A21E533BC4686C83770D5E_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_01c9:
|
|
{
|
|
// layout.aliases = new ReadOnlyArray<InternedString>(aliasesList.Select(x => new InternedString(x)).ToArray());
|
|
List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD* L_54 = V_3;
|
|
il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_tC05A732A5AA0C05DB2A79EE837290A022A612FCE_il2cpp_TypeInfo_var);
|
|
Func_2_tCB627F464F4D6382DEE25046EA94646523308FE1* L_55 = ((U3CU3Ec_tC05A732A5AA0C05DB2A79EE837290A022A612FCE_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tC05A732A5AA0C05DB2A79EE837290A022A612FCE_il2cpp_TypeInfo_var))->___U3CU3E9__24_1_2;
|
|
Func_2_tCB627F464F4D6382DEE25046EA94646523308FE1* L_56 = L_55;
|
|
G_B18_0 = L_56;
|
|
G_B18_1 = L_54;
|
|
G_B18_2 = (&V_0);
|
|
if (L_56)
|
|
{
|
|
G_B19_0 = L_56;
|
|
G_B19_1 = L_54;
|
|
G_B19_2 = (&V_0);
|
|
goto IL_01eb;
|
|
}
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_tC05A732A5AA0C05DB2A79EE837290A022A612FCE_il2cpp_TypeInfo_var);
|
|
U3CU3Ec_tC05A732A5AA0C05DB2A79EE837290A022A612FCE* L_57 = ((U3CU3Ec_tC05A732A5AA0C05DB2A79EE837290A022A612FCE_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tC05A732A5AA0C05DB2A79EE837290A022A612FCE_il2cpp_TypeInfo_var))->___U3CU3E9_0;
|
|
Func_2_tCB627F464F4D6382DEE25046EA94646523308FE1* L_58 = (Func_2_tCB627F464F4D6382DEE25046EA94646523308FE1*)il2cpp_codegen_object_new(Func_2_tCB627F464F4D6382DEE25046EA94646523308FE1_il2cpp_TypeInfo_var);
|
|
NullCheck(L_58);
|
|
Func_2__ctor_mE292EB3D4C9A07C566B0570AB2E1A7F3A2FC3039(L_58, L_57, (intptr_t)((void*)U3CU3Ec_U3CToLayoutU3Eb__24_1_m757AEC8A752F607EE10D83BBF833E6EF79AFD11F_RuntimeMethod_var), NULL);
|
|
Func_2_tCB627F464F4D6382DEE25046EA94646523308FE1* L_59 = L_58;
|
|
((U3CU3Ec_tC05A732A5AA0C05DB2A79EE837290A022A612FCE_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tC05A732A5AA0C05DB2A79EE837290A022A612FCE_il2cpp_TypeInfo_var))->___U3CU3E9__24_1_2 = L_59;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((U3CU3Ec_tC05A732A5AA0C05DB2A79EE837290A022A612FCE_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tC05A732A5AA0C05DB2A79EE837290A022A612FCE_il2cpp_TypeInfo_var))->___U3CU3E9__24_1_2), (void*)L_59);
|
|
G_B19_0 = L_59;
|
|
G_B19_1 = G_B18_1;
|
|
G_B19_2 = G_B18_2;
|
|
}
|
|
|
|
IL_01eb:
|
|
{
|
|
RuntimeObject* L_60;
|
|
L_60 = Enumerable_Select_TisString_t_TisInternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735_m011557AA65FEF515F3C86B632FC900011EEAC4F5(G_B19_1, G_B19_0, Enumerable_Select_TisString_t_TisInternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735_m011557AA65FEF515F3C86B632FC900011EEAC4F5_RuntimeMethod_var);
|
|
InternedStringU5BU5D_t0B851758733FC0B118D84BE83AED10A0404C18D5* L_61;
|
|
L_61 = Enumerable_ToArray_TisInternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735_m454C0E66D1C84DDF8843828AF89C238643DDEC8B(L_60, Enumerable_ToArray_TisInternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735_m454C0E66D1C84DDF8843828AF89C238643DDEC8B_RuntimeMethod_var);
|
|
ReadOnlyArray_1_t1C2864D7CF4D444AB2616316AC8DD33932F77064 L_62;
|
|
memset((&L_62), 0, sizeof(L_62));
|
|
ReadOnlyArray_1__ctor_m8B1A10969D597D11769C4E7C33B907A981CA78F5((&L_62), L_61, /*hidden argument*/ReadOnlyArray_1__ctor_m8B1A10969D597D11769C4E7C33B907A981CA78F5_RuntimeMethod_var);
|
|
ControlItem_set_aliases_mE23B04A43B1EC0271BA1FFAB9A7F19E578FA0FB1_inline(G_B19_2, L_62, NULL);
|
|
}
|
|
|
|
IL_01ff:
|
|
{
|
|
// if (!string.IsNullOrEmpty(parameters))
|
|
String_t* L_63 = __this->___parameters_13;
|
|
bool L_64;
|
|
L_64 = String_IsNullOrEmpty_mEA9E3FB005AC28FE02E69FCF95A7B8456192B478(L_63, NULL);
|
|
if (L_64)
|
|
{
|
|
goto IL_0223;
|
|
}
|
|
}
|
|
{
|
|
// layout.parameters = new ReadOnlyArray<NamedValue>(NamedValue.ParseMultiple(parameters));
|
|
String_t* L_65 = __this->___parameters_13;
|
|
NamedValueU5BU5D_tADD8F1373B88C55F68499688D72C21A97F63303A* L_66;
|
|
L_66 = NamedValue_ParseMultiple_mC8E42688F072AECEBBEE37214D6A9812F124E1C6(L_65, NULL);
|
|
ReadOnlyArray_1_t4A15F7D15ACB297B45A08889D51E4CACEAD4EDF9 L_67;
|
|
memset((&L_67), 0, sizeof(L_67));
|
|
ReadOnlyArray_1__ctor_m0A2A04DEB5DD6904A88BA998F8DFF306E7932261((&L_67), L_66, /*hidden argument*/ReadOnlyArray_1__ctor_m0A2A04DEB5DD6904A88BA998F8DFF306E7932261_RuntimeMethod_var);
|
|
ControlItem_set_parameters_m505637A7EF8388EFBFD6BF983876034054B248DD_inline((&V_0), L_67, NULL);
|
|
}
|
|
|
|
IL_0223:
|
|
{
|
|
// if (!string.IsNullOrEmpty(processors))
|
|
String_t* L_68 = __this->___processors_14;
|
|
bool L_69;
|
|
L_69 = String_IsNullOrEmpty_mEA9E3FB005AC28FE02E69FCF95A7B8456192B478(L_68, NULL);
|
|
if (L_69)
|
|
{
|
|
goto IL_024c;
|
|
}
|
|
}
|
|
{
|
|
// layout.processors = new ReadOnlyArray<NameAndParameters>(NameAndParameters.ParseMultiple(processors).ToArray());
|
|
String_t* L_70 = __this->___processors_14;
|
|
RuntimeObject* L_71;
|
|
L_71 = NameAndParameters_ParseMultiple_m384B03B3BA240D9C9EF0AFF872654E4AB384D171(L_70, NULL);
|
|
NameAndParametersU5BU5D_tA6C2AC34ACDB1967A7A2CEF4BE1D717ADA695CA2* L_72;
|
|
L_72 = Enumerable_ToArray_TisNameAndParameters_t8F37102128EFD31CA57808AE6E3D1244758DEA01_m4E10EB9AA22EF437DD279A53F15FD831883DCC26(L_71, Enumerable_ToArray_TisNameAndParameters_t8F37102128EFD31CA57808AE6E3D1244758DEA01_m4E10EB9AA22EF437DD279A53F15FD831883DCC26_RuntimeMethod_var);
|
|
ReadOnlyArray_1_t1B44D48F2E9F425D218BABD5DE616117E8725D41 L_73;
|
|
memset((&L_73), 0, sizeof(L_73));
|
|
ReadOnlyArray_1__ctor_mEAD477EA9B978C5FB45054408D3AF3B53A4E9F37((&L_73), L_72, /*hidden argument*/ReadOnlyArray_1__ctor_mEAD477EA9B978C5FB45054408D3AF3B53A4E9F37_RuntimeMethod_var);
|
|
ControlItem_set_processors_m1611E42E6E1EF35DFA7D9428E213F3BCA4417EFE_inline((&V_0), L_73, NULL);
|
|
}
|
|
|
|
IL_024c:
|
|
{
|
|
// if (defaultState != null)
|
|
String_t* L_74 = __this->___defaultState_20;
|
|
if (!L_74)
|
|
{
|
|
goto IL_0266;
|
|
}
|
|
}
|
|
{
|
|
// layout.defaultState = PrimitiveValue.FromObject(defaultState);
|
|
String_t* L_75 = __this->___defaultState_20;
|
|
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 L_76;
|
|
L_76 = PrimitiveValue_FromObject_m8614FFABB7D5DAF218397AB3C2254089477C8786(L_75, NULL);
|
|
ControlItem_set_defaultState_m3C11CEAA24CEFC78FCDD5BC85EEA2C7A6A17EBCD_inline((&V_0), L_76, NULL);
|
|
}
|
|
|
|
IL_0266:
|
|
{
|
|
// if (minValue != null)
|
|
String_t* L_77 = __this->___minValue_21;
|
|
if (!L_77)
|
|
{
|
|
goto IL_0280;
|
|
}
|
|
}
|
|
{
|
|
// layout.minValue = PrimitiveValue.FromObject(minValue);
|
|
String_t* L_78 = __this->___minValue_21;
|
|
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 L_79;
|
|
L_79 = PrimitiveValue_FromObject_m8614FFABB7D5DAF218397AB3C2254089477C8786(L_78, NULL);
|
|
ControlItem_set_minValue_m416B368BF736DC2A036EF10DDF91C3ABFCA1D9F3_inline((&V_0), L_79, NULL);
|
|
}
|
|
|
|
IL_0280:
|
|
{
|
|
// if (maxValue != null)
|
|
String_t* L_80 = __this->___maxValue_22;
|
|
if (!L_80)
|
|
{
|
|
goto IL_029a;
|
|
}
|
|
}
|
|
{
|
|
// layout.maxValue = PrimitiveValue.FromObject(maxValue);
|
|
String_t* L_81 = __this->___maxValue_22;
|
|
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 L_82;
|
|
L_82 = PrimitiveValue_FromObject_m8614FFABB7D5DAF218397AB3C2254089477C8786(L_81, NULL);
|
|
ControlItem_set_maxValue_m4AC28329EF977177A7280FD58B0FD9490E315508_inline((&V_0), L_82, NULL);
|
|
}
|
|
|
|
IL_029a:
|
|
{
|
|
// return layout;
|
|
ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD L_83 = V_0;
|
|
return L_83;
|
|
}
|
|
}
|
|
// UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItemJson[] UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItemJson::FromControlItems(UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem[])
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ControlItemJsonU5BU5D_t6E6FCFDEF49F701232A4D4BCB5B40A7349E12F00* ControlItemJson_FromControlItems_mBDB7F039380AE4E27C752B03896F1E3AE455BDCB (ControlItemU5BU5D_t7798E8B7C7F58B8F6D13B567539CD82E962C7104* ___0_items, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ControlItemJsonU5BU5D_t6E6FCFDEF49F701232A4D4BCB5B40A7349E12F00_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ControlItemJson_t56C29912300890F2D3DA5DC3C095B821468948FC_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerable_Select_TisInternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735_TisString_t_m3FCCE6DBA6A159830BE8363BF5BA444BCBF4B186_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerable_Select_TisNameAndParameters_t8F37102128EFD31CA57808AE6E3D1244758DEA01_TisString_t_m28BD73D35F5D141AEC454232D5CDC0DD646FBC26_RuntimeMethod_var);
|
|
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_t09AF48FEC3B9AC62B07E878A1698C2EC521A5F8D_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_2_t526C279A85678AE3DCBB2300E3EF9872CBFACECC_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_2_tE0082B3C229A425A69ECDABB19259709EC9F540F_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlyArray_1_t1B44D48F2E9F425D218BABD5DE616117E8725D41_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlyArray_1_t1C2864D7CF4D444AB2616316AC8DD33932F77064_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlyArray_1_t4A15F7D15ACB297B45A08889D51E4CACEAD4EDF9_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_U3CFromControlItemsU3Eb__25_0_m85222D49B065C8B25FF5EA38119CE4852B51843F_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_U3CFromControlItemsU3Eb__25_1_m01A2F08639500B1E680883C01296BDDC82E930E0_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_U3CFromControlItemsU3Eb__25_2_m0A040B919B3E4B17E8566B918D511ECDCB00B44A_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_U3CFromControlItemsU3Eb__25_3_m22A5A767EA83302910B891ADEBFE946C58290CB2_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_tC05A732A5AA0C05DB2A79EE837290A022A612FCE_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC18C9BB6DF0D5C60CE5A5D2D3D6111BEB6F8CCEB);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
ControlItemJsonU5BU5D_t6E6FCFDEF49F701232A4D4BCB5B40A7349E12F00* V_1 = NULL;
|
|
int32_t V_2 = 0;
|
|
ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD V_3;
|
|
memset((&V_3), 0, sizeof(V_3));
|
|
FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED V_4;
|
|
memset((&V_4), 0, sizeof(V_4));
|
|
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 V_5;
|
|
memset((&V_5), 0, sizeof(V_5));
|
|
Func_2_t526C279A85678AE3DCBB2300E3EF9872CBFACECC* G_B5_0 = NULL;
|
|
RuntimeObject* G_B5_1 = NULL;
|
|
String_t* G_B5_2 = NULL;
|
|
ControlItemJson_t56C29912300890F2D3DA5DC3C095B821468948FC* G_B5_3 = NULL;
|
|
ControlItemJson_t56C29912300890F2D3DA5DC3C095B821468948FC* G_B5_4 = NULL;
|
|
int32_t G_B5_5 = 0;
|
|
ControlItemJsonU5BU5D_t6E6FCFDEF49F701232A4D4BCB5B40A7349E12F00* G_B5_6 = NULL;
|
|
Func_2_t526C279A85678AE3DCBB2300E3EF9872CBFACECC* G_B4_0 = NULL;
|
|
RuntimeObject* G_B4_1 = NULL;
|
|
String_t* G_B4_2 = NULL;
|
|
ControlItemJson_t56C29912300890F2D3DA5DC3C095B821468948FC* G_B4_3 = NULL;
|
|
ControlItemJson_t56C29912300890F2D3DA5DC3C095B821468948FC* G_B4_4 = NULL;
|
|
int32_t G_B4_5 = 0;
|
|
ControlItemJsonU5BU5D_t6E6FCFDEF49F701232A4D4BCB5B40A7349E12F00* G_B4_6 = NULL;
|
|
Func_2_t09AF48FEC3B9AC62B07E878A1698C2EC521A5F8D* G_B7_0 = NULL;
|
|
RuntimeObject* G_B7_1 = NULL;
|
|
String_t* G_B7_2 = NULL;
|
|
ControlItemJson_t56C29912300890F2D3DA5DC3C095B821468948FC* G_B7_3 = NULL;
|
|
ControlItemJson_t56C29912300890F2D3DA5DC3C095B821468948FC* G_B7_4 = NULL;
|
|
int32_t G_B7_5 = 0;
|
|
ControlItemJsonU5BU5D_t6E6FCFDEF49F701232A4D4BCB5B40A7349E12F00* G_B7_6 = NULL;
|
|
Func_2_t09AF48FEC3B9AC62B07E878A1698C2EC521A5F8D* G_B6_0 = NULL;
|
|
RuntimeObject* G_B6_1 = NULL;
|
|
String_t* G_B6_2 = NULL;
|
|
ControlItemJson_t56C29912300890F2D3DA5DC3C095B821468948FC* G_B6_3 = NULL;
|
|
ControlItemJson_t56C29912300890F2D3DA5DC3C095B821468948FC* G_B6_4 = NULL;
|
|
int32_t G_B6_5 = 0;
|
|
ControlItemJsonU5BU5D_t6E6FCFDEF49F701232A4D4BCB5B40A7349E12F00* G_B6_6 = NULL;
|
|
Func_2_tE0082B3C229A425A69ECDABB19259709EC9F540F* G_B9_0 = NULL;
|
|
RuntimeObject* G_B9_1 = NULL;
|
|
ControlItemJson_t56C29912300890F2D3DA5DC3C095B821468948FC* G_B9_2 = NULL;
|
|
ControlItemJson_t56C29912300890F2D3DA5DC3C095B821468948FC* G_B9_3 = NULL;
|
|
int32_t G_B9_4 = 0;
|
|
ControlItemJsonU5BU5D_t6E6FCFDEF49F701232A4D4BCB5B40A7349E12F00* G_B9_5 = NULL;
|
|
Func_2_tE0082B3C229A425A69ECDABB19259709EC9F540F* G_B8_0 = NULL;
|
|
RuntimeObject* G_B8_1 = NULL;
|
|
ControlItemJson_t56C29912300890F2D3DA5DC3C095B821468948FC* G_B8_2 = NULL;
|
|
ControlItemJson_t56C29912300890F2D3DA5DC3C095B821468948FC* G_B8_3 = NULL;
|
|
int32_t G_B8_4 = 0;
|
|
ControlItemJsonU5BU5D_t6E6FCFDEF49F701232A4D4BCB5B40A7349E12F00* G_B8_5 = NULL;
|
|
Func_2_tE0082B3C229A425A69ECDABB19259709EC9F540F* G_B11_0 = NULL;
|
|
RuntimeObject* G_B11_1 = NULL;
|
|
ControlItemJson_t56C29912300890F2D3DA5DC3C095B821468948FC* G_B11_2 = NULL;
|
|
ControlItemJson_t56C29912300890F2D3DA5DC3C095B821468948FC* G_B11_3 = NULL;
|
|
int32_t G_B11_4 = 0;
|
|
ControlItemJsonU5BU5D_t6E6FCFDEF49F701232A4D4BCB5B40A7349E12F00* G_B11_5 = NULL;
|
|
Func_2_tE0082B3C229A425A69ECDABB19259709EC9F540F* G_B10_0 = NULL;
|
|
RuntimeObject* G_B10_1 = NULL;
|
|
ControlItemJson_t56C29912300890F2D3DA5DC3C095B821468948FC* G_B10_2 = NULL;
|
|
ControlItemJson_t56C29912300890F2D3DA5DC3C095B821468948FC* G_B10_3 = NULL;
|
|
int32_t G_B10_4 = 0;
|
|
ControlItemJsonU5BU5D_t6E6FCFDEF49F701232A4D4BCB5B40A7349E12F00* G_B10_5 = NULL;
|
|
{
|
|
// if (items == null)
|
|
ControlItemU5BU5D_t7798E8B7C7F58B8F6D13B567539CD82E962C7104* L_0 = ___0_items;
|
|
if (L_0)
|
|
{
|
|
goto IL_0005;
|
|
}
|
|
}
|
|
{
|
|
// return null;
|
|
return (ControlItemJsonU5BU5D_t6E6FCFDEF49F701232A4D4BCB5B40A7349E12F00*)NULL;
|
|
}
|
|
|
|
IL_0005:
|
|
{
|
|
// var count = items.Length;
|
|
ControlItemU5BU5D_t7798E8B7C7F58B8F6D13B567539CD82E962C7104* L_1 = ___0_items;
|
|
NullCheck(L_1);
|
|
V_0 = ((int32_t)(((RuntimeArray*)L_1)->max_length));
|
|
// var result = new ControlItemJson[count];
|
|
int32_t L_2 = V_0;
|
|
ControlItemJsonU5BU5D_t6E6FCFDEF49F701232A4D4BCB5B40A7349E12F00* L_3 = (ControlItemJsonU5BU5D_t6E6FCFDEF49F701232A4D4BCB5B40A7349E12F00*)(ControlItemJsonU5BU5D_t6E6FCFDEF49F701232A4D4BCB5B40A7349E12F00*)SZArrayNew(ControlItemJsonU5BU5D_t6E6FCFDEF49F701232A4D4BCB5B40A7349E12F00_il2cpp_TypeInfo_var, (uint32_t)L_2);
|
|
V_1 = L_3;
|
|
// for (var i = 0; i < count; ++i)
|
|
V_2 = 0;
|
|
goto IL_0246;
|
|
}
|
|
|
|
IL_0017:
|
|
{
|
|
// var item = items[i];
|
|
ControlItemU5BU5D_t7798E8B7C7F58B8F6D13B567539CD82E962C7104* L_4 = ___0_items;
|
|
int32_t L_5 = V_2;
|
|
NullCheck(L_4);
|
|
int32_t L_6 = L_5;
|
|
ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD L_7 = (L_4)->GetAt(static_cast<il2cpp_array_size_t>(L_6));
|
|
V_3 = L_7;
|
|
// result[i] = new ControlItemJson
|
|
// {
|
|
// name = item.name,
|
|
// layout = item.layout,
|
|
// variants = item.variants,
|
|
// displayName = item.displayName,
|
|
// shortDisplayName = item.shortDisplayName,
|
|
// bit = item.bit,
|
|
// offset = item.offset,
|
|
// sizeInBits = item.sizeInBits,
|
|
// format = item.format.ToString(),
|
|
// parameters = string.Join(",", item.parameters.Select(x => x.ToString()).ToArray()),
|
|
// processors = string.Join(",", item.processors.Select(x => x.ToString()).ToArray()),
|
|
// usages = item.usages.Select(x => x.ToString()).ToArray(),
|
|
// aliases = item.aliases.Select(x => x.ToString()).ToArray(),
|
|
// noisy = item.isNoisy,
|
|
// dontReset = item.dontReset,
|
|
// synthetic = item.isSynthetic,
|
|
// arraySize = item.arraySize,
|
|
// defaultState = item.defaultState.ToString(),
|
|
// minValue = item.minValue.ToString(),
|
|
// maxValue = item.maxValue.ToString(),
|
|
// };
|
|
ControlItemJsonU5BU5D_t6E6FCFDEF49F701232A4D4BCB5B40A7349E12F00* L_8 = V_1;
|
|
int32_t L_9 = V_2;
|
|
ControlItemJson_t56C29912300890F2D3DA5DC3C095B821468948FC* L_10 = (ControlItemJson_t56C29912300890F2D3DA5DC3C095B821468948FC*)il2cpp_codegen_object_new(ControlItemJson_t56C29912300890F2D3DA5DC3C095B821468948FC_il2cpp_TypeInfo_var);
|
|
NullCheck(L_10);
|
|
ControlItemJson__ctor_mBAC7FA93CAEF4754610560910508B6736956A6C8(L_10, NULL);
|
|
ControlItemJson_t56C29912300890F2D3DA5DC3C095B821468948FC* L_11 = L_10;
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_12;
|
|
L_12 = ControlItem_get_name_m1D0E0FB5B9A155BEDF717F69A57364F89F1292F7_inline((&V_3), NULL);
|
|
String_t* L_13;
|
|
L_13 = InternedString_op_Implicit_m99D80AAE853F54FA2EF2603D020C7454B608D2F6(L_12, NULL);
|
|
NullCheck(L_11);
|
|
L_11->___name_0 = L_13;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_11->___name_0), (void*)L_13);
|
|
ControlItemJson_t56C29912300890F2D3DA5DC3C095B821468948FC* L_14 = L_11;
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_15;
|
|
L_15 = ControlItem_get_layout_m08BC0B5287AA87FAD29BF5B6D03ECE3E9CF5232C_inline((&V_3), NULL);
|
|
String_t* L_16;
|
|
L_16 = InternedString_op_Implicit_m99D80AAE853F54FA2EF2603D020C7454B608D2F6(L_15, NULL);
|
|
NullCheck(L_14);
|
|
L_14->___layout_1 = L_16;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_14->___layout_1), (void*)L_16);
|
|
ControlItemJson_t56C29912300890F2D3DA5DC3C095B821468948FC* L_17 = L_14;
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_18;
|
|
L_18 = ControlItem_get_variants_m940B1AE5E4676988EFCBA9919EA86728A131D1D5_inline((&V_3), NULL);
|
|
String_t* L_19;
|
|
L_19 = InternedString_op_Implicit_m99D80AAE853F54FA2EF2603D020C7454B608D2F6(L_18, NULL);
|
|
NullCheck(L_17);
|
|
L_17->___variants_2 = L_19;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_17->___variants_2), (void*)L_19);
|
|
ControlItemJson_t56C29912300890F2D3DA5DC3C095B821468948FC* L_20 = L_17;
|
|
String_t* L_21;
|
|
L_21 = ControlItem_get_displayName_m1F58E1237D92659BA397FA7B634E19A3A5D0EF79_inline((&V_3), NULL);
|
|
NullCheck(L_20);
|
|
L_20->___displayName_15 = L_21;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_20->___displayName_15), (void*)L_21);
|
|
ControlItemJson_t56C29912300890F2D3DA5DC3C095B821468948FC* L_22 = L_20;
|
|
String_t* L_23;
|
|
L_23 = ControlItem_get_shortDisplayName_m9FD5B6429EC71B35D442089E49B7CC2D02124746_inline((&V_3), NULL);
|
|
NullCheck(L_22);
|
|
L_22->___shortDisplayName_16 = L_23;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_22->___shortDisplayName_16), (void*)L_23);
|
|
ControlItemJson_t56C29912300890F2D3DA5DC3C095B821468948FC* L_24 = L_22;
|
|
uint32_t L_25;
|
|
L_25 = ControlItem_get_bit_m9E80F980A6B4953ED959FA79910B233494DDE687_inline((&V_3), NULL);
|
|
NullCheck(L_24);
|
|
L_24->___bit_7 = L_25;
|
|
ControlItemJson_t56C29912300890F2D3DA5DC3C095B821468948FC* L_26 = L_24;
|
|
uint32_t L_27;
|
|
L_27 = ControlItem_get_offset_mC9EF8E5DC5F44C67F6C52348DC848ED6A554B514_inline((&V_3), NULL);
|
|
NullCheck(L_26);
|
|
L_26->___offset_6 = L_27;
|
|
ControlItemJson_t56C29912300890F2D3DA5DC3C095B821468948FC* L_28 = L_26;
|
|
uint32_t L_29;
|
|
L_29 = ControlItem_get_sizeInBits_mF2621FA7E7B26E6CCBF73A21896D0D1AF68F77E1_inline((&V_3), NULL);
|
|
NullCheck(L_28);
|
|
L_28->___sizeInBits_8 = L_29;
|
|
ControlItemJson_t56C29912300890F2D3DA5DC3C095B821468948FC* L_30 = L_28;
|
|
FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_31;
|
|
L_31 = ControlItem_get_format_mDD79911EB0D39F8578F01926136A8F445A4FE509_inline((&V_3), NULL);
|
|
V_4 = L_31;
|
|
String_t* L_32;
|
|
L_32 = FourCC_ToString_mF802C3309862E0B2A28E7D3A6F3BF49DCC2D5C49((&V_4), NULL);
|
|
NullCheck(L_30);
|
|
L_30->___format_9 = L_32;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_30->___format_9), (void*)L_32);
|
|
ControlItemJson_t56C29912300890F2D3DA5DC3C095B821468948FC* L_33 = L_30;
|
|
ReadOnlyArray_1_t4A15F7D15ACB297B45A08889D51E4CACEAD4EDF9 L_34;
|
|
L_34 = ControlItem_get_parameters_mBE548D62CCE714B0094FA37FCAE9A1C385583843_inline((&V_3), NULL);
|
|
ReadOnlyArray_1_t4A15F7D15ACB297B45A08889D51E4CACEAD4EDF9 L_35 = L_34;
|
|
RuntimeObject* L_36 = Box(ReadOnlyArray_1_t4A15F7D15ACB297B45A08889D51E4CACEAD4EDF9_il2cpp_TypeInfo_var, &L_35);
|
|
il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_tC05A732A5AA0C05DB2A79EE837290A022A612FCE_il2cpp_TypeInfo_var);
|
|
Func_2_t526C279A85678AE3DCBB2300E3EF9872CBFACECC* L_37 = ((U3CU3Ec_tC05A732A5AA0C05DB2A79EE837290A022A612FCE_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tC05A732A5AA0C05DB2A79EE837290A022A612FCE_il2cpp_TypeInfo_var))->___U3CU3E9__25_0_3;
|
|
Func_2_t526C279A85678AE3DCBB2300E3EF9872CBFACECC* L_38 = L_37;
|
|
G_B4_0 = L_38;
|
|
G_B4_1 = L_36;
|
|
G_B4_2 = _stringLiteralC18C9BB6DF0D5C60CE5A5D2D3D6111BEB6F8CCEB;
|
|
G_B4_3 = L_33;
|
|
G_B4_4 = L_33;
|
|
G_B4_5 = L_9;
|
|
G_B4_6 = L_8;
|
|
if (L_38)
|
|
{
|
|
G_B5_0 = L_38;
|
|
G_B5_1 = L_36;
|
|
G_B5_2 = _stringLiteralC18C9BB6DF0D5C60CE5A5D2D3D6111BEB6F8CCEB;
|
|
G_B5_3 = L_33;
|
|
G_B5_4 = L_33;
|
|
G_B5_5 = L_9;
|
|
G_B5_6 = L_8;
|
|
goto IL_00ea;
|
|
}
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_tC05A732A5AA0C05DB2A79EE837290A022A612FCE_il2cpp_TypeInfo_var);
|
|
U3CU3Ec_tC05A732A5AA0C05DB2A79EE837290A022A612FCE* L_39 = ((U3CU3Ec_tC05A732A5AA0C05DB2A79EE837290A022A612FCE_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tC05A732A5AA0C05DB2A79EE837290A022A612FCE_il2cpp_TypeInfo_var))->___U3CU3E9_0;
|
|
Func_2_t526C279A85678AE3DCBB2300E3EF9872CBFACECC* L_40 = (Func_2_t526C279A85678AE3DCBB2300E3EF9872CBFACECC*)il2cpp_codegen_object_new(Func_2_t526C279A85678AE3DCBB2300E3EF9872CBFACECC_il2cpp_TypeInfo_var);
|
|
NullCheck(L_40);
|
|
Func_2__ctor_m1760CA39C91164A1A82D79789B1D78B9AE623321(L_40, L_39, (intptr_t)((void*)U3CU3Ec_U3CFromControlItemsU3Eb__25_0_m85222D49B065C8B25FF5EA38119CE4852B51843F_RuntimeMethod_var), NULL);
|
|
Func_2_t526C279A85678AE3DCBB2300E3EF9872CBFACECC* L_41 = L_40;
|
|
((U3CU3Ec_tC05A732A5AA0C05DB2A79EE837290A022A612FCE_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tC05A732A5AA0C05DB2A79EE837290A022A612FCE_il2cpp_TypeInfo_var))->___U3CU3E9__25_0_3 = L_41;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((U3CU3Ec_tC05A732A5AA0C05DB2A79EE837290A022A612FCE_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tC05A732A5AA0C05DB2A79EE837290A022A612FCE_il2cpp_TypeInfo_var))->___U3CU3E9__25_0_3), (void*)L_41);
|
|
G_B5_0 = L_41;
|
|
G_B5_1 = G_B4_1;
|
|
G_B5_2 = G_B4_2;
|
|
G_B5_3 = G_B4_3;
|
|
G_B5_4 = G_B4_4;
|
|
G_B5_5 = G_B4_5;
|
|
G_B5_6 = G_B4_6;
|
|
}
|
|
|
|
IL_00ea:
|
|
{
|
|
RuntimeObject* L_42;
|
|
L_42 = Enumerable_Select_TisNamedValue_t1D89B1ACD11D2B5284666865014E67683742B8ED_TisString_t_mABBBF82818B05A51B080A47CF7E81F1C13A146E4((RuntimeObject*)G_B5_1, G_B5_0, Enumerable_Select_TisNamedValue_t1D89B1ACD11D2B5284666865014E67683742B8ED_TisString_t_mABBBF82818B05A51B080A47CF7E81F1C13A146E4_RuntimeMethod_var);
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_43;
|
|
L_43 = Enumerable_ToArray_TisString_t_m3B23EE2DD15B2996E7D2ECA6E74696DA892AA194(L_42, Enumerable_ToArray_TisString_t_m3B23EE2DD15B2996E7D2ECA6E74696DA892AA194_RuntimeMethod_var);
|
|
String_t* L_44;
|
|
L_44 = String_Join_m557B6B554B87C1742FA0B128500073B421ED0BFD(G_B5_2, L_43, NULL);
|
|
NullCheck(G_B5_3);
|
|
G_B5_3->___parameters_13 = L_44;
|
|
Il2CppCodeGenWriteBarrier((void**)(&G_B5_3->___parameters_13), (void*)L_44);
|
|
ControlItemJson_t56C29912300890F2D3DA5DC3C095B821468948FC* L_45 = G_B5_4;
|
|
ReadOnlyArray_1_t1B44D48F2E9F425D218BABD5DE616117E8725D41 L_46;
|
|
L_46 = ControlItem_get_processors_mD951CF73C19F0B3880A81867A1B619D6F7CC1D01_inline((&V_3), NULL);
|
|
ReadOnlyArray_1_t1B44D48F2E9F425D218BABD5DE616117E8725D41 L_47 = L_46;
|
|
RuntimeObject* L_48 = Box(ReadOnlyArray_1_t1B44D48F2E9F425D218BABD5DE616117E8725D41_il2cpp_TypeInfo_var, &L_47);
|
|
il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_tC05A732A5AA0C05DB2A79EE837290A022A612FCE_il2cpp_TypeInfo_var);
|
|
Func_2_t09AF48FEC3B9AC62B07E878A1698C2EC521A5F8D* L_49 = ((U3CU3Ec_tC05A732A5AA0C05DB2A79EE837290A022A612FCE_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tC05A732A5AA0C05DB2A79EE837290A022A612FCE_il2cpp_TypeInfo_var))->___U3CU3E9__25_1_4;
|
|
Func_2_t09AF48FEC3B9AC62B07E878A1698C2EC521A5F8D* L_50 = L_49;
|
|
G_B6_0 = L_50;
|
|
G_B6_1 = L_48;
|
|
G_B6_2 = _stringLiteralC18C9BB6DF0D5C60CE5A5D2D3D6111BEB6F8CCEB;
|
|
G_B6_3 = L_45;
|
|
G_B6_4 = L_45;
|
|
G_B6_5 = G_B5_5;
|
|
G_B6_6 = G_B5_6;
|
|
if (L_50)
|
|
{
|
|
G_B7_0 = L_50;
|
|
G_B7_1 = L_48;
|
|
G_B7_2 = _stringLiteralC18C9BB6DF0D5C60CE5A5D2D3D6111BEB6F8CCEB;
|
|
G_B7_3 = L_45;
|
|
G_B7_4 = L_45;
|
|
G_B7_5 = G_B5_5;
|
|
G_B7_6 = G_B5_6;
|
|
goto IL_012f;
|
|
}
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_tC05A732A5AA0C05DB2A79EE837290A022A612FCE_il2cpp_TypeInfo_var);
|
|
U3CU3Ec_tC05A732A5AA0C05DB2A79EE837290A022A612FCE* L_51 = ((U3CU3Ec_tC05A732A5AA0C05DB2A79EE837290A022A612FCE_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tC05A732A5AA0C05DB2A79EE837290A022A612FCE_il2cpp_TypeInfo_var))->___U3CU3E9_0;
|
|
Func_2_t09AF48FEC3B9AC62B07E878A1698C2EC521A5F8D* L_52 = (Func_2_t09AF48FEC3B9AC62B07E878A1698C2EC521A5F8D*)il2cpp_codegen_object_new(Func_2_t09AF48FEC3B9AC62B07E878A1698C2EC521A5F8D_il2cpp_TypeInfo_var);
|
|
NullCheck(L_52);
|
|
Func_2__ctor_m71CE98AD00736143D925088C1E7D98EABB683F5A(L_52, L_51, (intptr_t)((void*)U3CU3Ec_U3CFromControlItemsU3Eb__25_1_m01A2F08639500B1E680883C01296BDDC82E930E0_RuntimeMethod_var), NULL);
|
|
Func_2_t09AF48FEC3B9AC62B07E878A1698C2EC521A5F8D* L_53 = L_52;
|
|
((U3CU3Ec_tC05A732A5AA0C05DB2A79EE837290A022A612FCE_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tC05A732A5AA0C05DB2A79EE837290A022A612FCE_il2cpp_TypeInfo_var))->___U3CU3E9__25_1_4 = L_53;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((U3CU3Ec_tC05A732A5AA0C05DB2A79EE837290A022A612FCE_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tC05A732A5AA0C05DB2A79EE837290A022A612FCE_il2cpp_TypeInfo_var))->___U3CU3E9__25_1_4), (void*)L_53);
|
|
G_B7_0 = L_53;
|
|
G_B7_1 = G_B6_1;
|
|
G_B7_2 = G_B6_2;
|
|
G_B7_3 = G_B6_3;
|
|
G_B7_4 = G_B6_4;
|
|
G_B7_5 = G_B6_5;
|
|
G_B7_6 = G_B6_6;
|
|
}
|
|
|
|
IL_012f:
|
|
{
|
|
RuntimeObject* L_54;
|
|
L_54 = Enumerable_Select_TisNameAndParameters_t8F37102128EFD31CA57808AE6E3D1244758DEA01_TisString_t_m28BD73D35F5D141AEC454232D5CDC0DD646FBC26((RuntimeObject*)G_B7_1, G_B7_0, Enumerable_Select_TisNameAndParameters_t8F37102128EFD31CA57808AE6E3D1244758DEA01_TisString_t_m28BD73D35F5D141AEC454232D5CDC0DD646FBC26_RuntimeMethod_var);
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_55;
|
|
L_55 = Enumerable_ToArray_TisString_t_m3B23EE2DD15B2996E7D2ECA6E74696DA892AA194(L_54, Enumerable_ToArray_TisString_t_m3B23EE2DD15B2996E7D2ECA6E74696DA892AA194_RuntimeMethod_var);
|
|
String_t* L_56;
|
|
L_56 = String_Join_m557B6B554B87C1742FA0B128500073B421ED0BFD(G_B7_2, L_55, NULL);
|
|
NullCheck(G_B7_3);
|
|
G_B7_3->___processors_14 = L_56;
|
|
Il2CppCodeGenWriteBarrier((void**)(&G_B7_3->___processors_14), (void*)L_56);
|
|
ControlItemJson_t56C29912300890F2D3DA5DC3C095B821468948FC* L_57 = G_B7_4;
|
|
ReadOnlyArray_1_t1C2864D7CF4D444AB2616316AC8DD33932F77064 L_58;
|
|
L_58 = ControlItem_get_usages_mD3E7D24BB589A7EE3F153AC45C5B5C6C3C2F851A_inline((&V_3), NULL);
|
|
ReadOnlyArray_1_t1C2864D7CF4D444AB2616316AC8DD33932F77064 L_59 = L_58;
|
|
RuntimeObject* L_60 = Box(ReadOnlyArray_1_t1C2864D7CF4D444AB2616316AC8DD33932F77064_il2cpp_TypeInfo_var, &L_59);
|
|
il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_tC05A732A5AA0C05DB2A79EE837290A022A612FCE_il2cpp_TypeInfo_var);
|
|
Func_2_tE0082B3C229A425A69ECDABB19259709EC9F540F* L_61 = ((U3CU3Ec_tC05A732A5AA0C05DB2A79EE837290A022A612FCE_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tC05A732A5AA0C05DB2A79EE837290A022A612FCE_il2cpp_TypeInfo_var))->___U3CU3E9__25_2_5;
|
|
Func_2_tE0082B3C229A425A69ECDABB19259709EC9F540F* L_62 = L_61;
|
|
G_B8_0 = L_62;
|
|
G_B8_1 = L_60;
|
|
G_B8_2 = L_57;
|
|
G_B8_3 = L_57;
|
|
G_B8_4 = G_B7_5;
|
|
G_B8_5 = G_B7_6;
|
|
if (L_62)
|
|
{
|
|
G_B9_0 = L_62;
|
|
G_B9_1 = L_60;
|
|
G_B9_2 = L_57;
|
|
G_B9_3 = L_57;
|
|
G_B9_4 = G_B7_5;
|
|
G_B9_5 = G_B7_6;
|
|
goto IL_016f;
|
|
}
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_tC05A732A5AA0C05DB2A79EE837290A022A612FCE_il2cpp_TypeInfo_var);
|
|
U3CU3Ec_tC05A732A5AA0C05DB2A79EE837290A022A612FCE* L_63 = ((U3CU3Ec_tC05A732A5AA0C05DB2A79EE837290A022A612FCE_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tC05A732A5AA0C05DB2A79EE837290A022A612FCE_il2cpp_TypeInfo_var))->___U3CU3E9_0;
|
|
Func_2_tE0082B3C229A425A69ECDABB19259709EC9F540F* L_64 = (Func_2_tE0082B3C229A425A69ECDABB19259709EC9F540F*)il2cpp_codegen_object_new(Func_2_tE0082B3C229A425A69ECDABB19259709EC9F540F_il2cpp_TypeInfo_var);
|
|
NullCheck(L_64);
|
|
Func_2__ctor_m6763116FA3257580D87BD903E24793FCD6D82548(L_64, L_63, (intptr_t)((void*)U3CU3Ec_U3CFromControlItemsU3Eb__25_2_m0A040B919B3E4B17E8566B918D511ECDCB00B44A_RuntimeMethod_var), NULL);
|
|
Func_2_tE0082B3C229A425A69ECDABB19259709EC9F540F* L_65 = L_64;
|
|
((U3CU3Ec_tC05A732A5AA0C05DB2A79EE837290A022A612FCE_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tC05A732A5AA0C05DB2A79EE837290A022A612FCE_il2cpp_TypeInfo_var))->___U3CU3E9__25_2_5 = L_65;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((U3CU3Ec_tC05A732A5AA0C05DB2A79EE837290A022A612FCE_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tC05A732A5AA0C05DB2A79EE837290A022A612FCE_il2cpp_TypeInfo_var))->___U3CU3E9__25_2_5), (void*)L_65);
|
|
G_B9_0 = L_65;
|
|
G_B9_1 = G_B8_1;
|
|
G_B9_2 = G_B8_2;
|
|
G_B9_3 = G_B8_3;
|
|
G_B9_4 = G_B8_4;
|
|
G_B9_5 = G_B8_5;
|
|
}
|
|
|
|
IL_016f:
|
|
{
|
|
RuntimeObject* L_66;
|
|
L_66 = Enumerable_Select_TisInternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735_TisString_t_m3FCCE6DBA6A159830BE8363BF5BA444BCBF4B186((RuntimeObject*)G_B9_1, G_B9_0, Enumerable_Select_TisInternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735_TisString_t_m3FCCE6DBA6A159830BE8363BF5BA444BCBF4B186_RuntimeMethod_var);
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_67;
|
|
L_67 = Enumerable_ToArray_TisString_t_m3B23EE2DD15B2996E7D2ECA6E74696DA892AA194(L_66, Enumerable_ToArray_TisString_t_m3B23EE2DD15B2996E7D2ECA6E74696DA892AA194_RuntimeMethod_var);
|
|
NullCheck(G_B9_2);
|
|
G_B9_2->___usages_11 = L_67;
|
|
Il2CppCodeGenWriteBarrier((void**)(&G_B9_2->___usages_11), (void*)L_67);
|
|
ControlItemJson_t56C29912300890F2D3DA5DC3C095B821468948FC* L_68 = G_B9_3;
|
|
ReadOnlyArray_1_t1C2864D7CF4D444AB2616316AC8DD33932F77064 L_69;
|
|
L_69 = ControlItem_get_aliases_mA8CA9ACA577BAF8FB291F8D0622F6F7D6AFC14D2_inline((&V_3), NULL);
|
|
ReadOnlyArray_1_t1C2864D7CF4D444AB2616316AC8DD33932F77064 L_70 = L_69;
|
|
RuntimeObject* L_71 = Box(ReadOnlyArray_1_t1C2864D7CF4D444AB2616316AC8DD33932F77064_il2cpp_TypeInfo_var, &L_70);
|
|
il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_tC05A732A5AA0C05DB2A79EE837290A022A612FCE_il2cpp_TypeInfo_var);
|
|
Func_2_tE0082B3C229A425A69ECDABB19259709EC9F540F* L_72 = ((U3CU3Ec_tC05A732A5AA0C05DB2A79EE837290A022A612FCE_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tC05A732A5AA0C05DB2A79EE837290A022A612FCE_il2cpp_TypeInfo_var))->___U3CU3E9__25_3_6;
|
|
Func_2_tE0082B3C229A425A69ECDABB19259709EC9F540F* L_73 = L_72;
|
|
G_B10_0 = L_73;
|
|
G_B10_1 = L_71;
|
|
G_B10_2 = L_68;
|
|
G_B10_3 = L_68;
|
|
G_B10_4 = G_B9_4;
|
|
G_B10_5 = G_B9_5;
|
|
if (L_73)
|
|
{
|
|
G_B11_0 = L_73;
|
|
G_B11_1 = L_71;
|
|
G_B11_2 = L_68;
|
|
G_B11_3 = L_68;
|
|
G_B11_4 = G_B9_4;
|
|
G_B11_5 = G_B9_5;
|
|
goto IL_01aa;
|
|
}
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_tC05A732A5AA0C05DB2A79EE837290A022A612FCE_il2cpp_TypeInfo_var);
|
|
U3CU3Ec_tC05A732A5AA0C05DB2A79EE837290A022A612FCE* L_74 = ((U3CU3Ec_tC05A732A5AA0C05DB2A79EE837290A022A612FCE_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tC05A732A5AA0C05DB2A79EE837290A022A612FCE_il2cpp_TypeInfo_var))->___U3CU3E9_0;
|
|
Func_2_tE0082B3C229A425A69ECDABB19259709EC9F540F* L_75 = (Func_2_tE0082B3C229A425A69ECDABB19259709EC9F540F*)il2cpp_codegen_object_new(Func_2_tE0082B3C229A425A69ECDABB19259709EC9F540F_il2cpp_TypeInfo_var);
|
|
NullCheck(L_75);
|
|
Func_2__ctor_m6763116FA3257580D87BD903E24793FCD6D82548(L_75, L_74, (intptr_t)((void*)U3CU3Ec_U3CFromControlItemsU3Eb__25_3_m22A5A767EA83302910B891ADEBFE946C58290CB2_RuntimeMethod_var), NULL);
|
|
Func_2_tE0082B3C229A425A69ECDABB19259709EC9F540F* L_76 = L_75;
|
|
((U3CU3Ec_tC05A732A5AA0C05DB2A79EE837290A022A612FCE_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tC05A732A5AA0C05DB2A79EE837290A022A612FCE_il2cpp_TypeInfo_var))->___U3CU3E9__25_3_6 = L_76;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((U3CU3Ec_tC05A732A5AA0C05DB2A79EE837290A022A612FCE_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tC05A732A5AA0C05DB2A79EE837290A022A612FCE_il2cpp_TypeInfo_var))->___U3CU3E9__25_3_6), (void*)L_76);
|
|
G_B11_0 = L_76;
|
|
G_B11_1 = G_B10_1;
|
|
G_B11_2 = G_B10_2;
|
|
G_B11_3 = G_B10_3;
|
|
G_B11_4 = G_B10_4;
|
|
G_B11_5 = G_B10_5;
|
|
}
|
|
|
|
IL_01aa:
|
|
{
|
|
RuntimeObject* L_77;
|
|
L_77 = Enumerable_Select_TisInternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735_TisString_t_m3FCCE6DBA6A159830BE8363BF5BA444BCBF4B186((RuntimeObject*)G_B11_1, G_B11_0, Enumerable_Select_TisInternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735_TisString_t_m3FCCE6DBA6A159830BE8363BF5BA444BCBF4B186_RuntimeMethod_var);
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_78;
|
|
L_78 = Enumerable_ToArray_TisString_t_m3B23EE2DD15B2996E7D2ECA6E74696DA892AA194(L_77, Enumerable_ToArray_TisString_t_m3B23EE2DD15B2996E7D2ECA6E74696DA892AA194_RuntimeMethod_var);
|
|
NullCheck(G_B11_2);
|
|
G_B11_2->___aliases_12 = L_78;
|
|
Il2CppCodeGenWriteBarrier((void**)(&G_B11_2->___aliases_12), (void*)L_78);
|
|
ControlItemJson_t56C29912300890F2D3DA5DC3C095B821468948FC* L_79 = G_B11_3;
|
|
bool L_80;
|
|
L_80 = ControlItem_get_isNoisy_m7411781E923694A4CEA423E119BD6FF178F85E28((&V_3), NULL);
|
|
NullCheck(L_79);
|
|
L_79->___noisy_17 = L_80;
|
|
ControlItemJson_t56C29912300890F2D3DA5DC3C095B821468948FC* L_81 = L_79;
|
|
bool L_82;
|
|
L_82 = ControlItem_get_dontReset_m6D669184300B380A9CB9AA521562E1FFB30B1A66((&V_3), NULL);
|
|
NullCheck(L_81);
|
|
L_81->___dontReset_18 = L_82;
|
|
ControlItemJson_t56C29912300890F2D3DA5DC3C095B821468948FC* L_83 = L_81;
|
|
bool L_84;
|
|
L_84 = ControlItem_get_isSynthetic_m093116B59A976CDEDE707EDD15E89768897AF3E4((&V_3), NULL);
|
|
NullCheck(L_83);
|
|
L_83->___synthetic_19 = L_84;
|
|
ControlItemJson_t56C29912300890F2D3DA5DC3C095B821468948FC* L_85 = L_83;
|
|
int32_t L_86;
|
|
L_86 = ControlItem_get_arraySize_m5C2C8103BB1F27038D08B567099283F70C3F8326_inline((&V_3), NULL);
|
|
NullCheck(L_85);
|
|
L_85->___arraySize_10 = L_86;
|
|
ControlItemJson_t56C29912300890F2D3DA5DC3C095B821468948FC* L_87 = L_85;
|
|
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 L_88;
|
|
L_88 = ControlItem_get_defaultState_m2544EF2F09468000E7113CA1EE178CD60C572318_inline((&V_3), NULL);
|
|
V_5 = L_88;
|
|
String_t* L_89;
|
|
L_89 = PrimitiveValue_ToString_m3AD34182DDDE3E163FD2CEE48FBB477C2A58B707((&V_5), NULL);
|
|
NullCheck(L_87);
|
|
L_87->___defaultState_20 = L_89;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_87->___defaultState_20), (void*)L_89);
|
|
ControlItemJson_t56C29912300890F2D3DA5DC3C095B821468948FC* L_90 = L_87;
|
|
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 L_91;
|
|
L_91 = ControlItem_get_minValue_m98CAFDF6A6F13A5E5E4DC51B4ADFD02B633233B7_inline((&V_3), NULL);
|
|
V_5 = L_91;
|
|
String_t* L_92;
|
|
L_92 = PrimitiveValue_ToString_m3AD34182DDDE3E163FD2CEE48FBB477C2A58B707((&V_5), NULL);
|
|
NullCheck(L_90);
|
|
L_90->___minValue_21 = L_92;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_90->___minValue_21), (void*)L_92);
|
|
ControlItemJson_t56C29912300890F2D3DA5DC3C095B821468948FC* L_93 = L_90;
|
|
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 L_94;
|
|
L_94 = ControlItem_get_maxValue_mAEF0FF56E7D06C3FE2387EEA227A66EAA9813A77_inline((&V_3), NULL);
|
|
V_5 = L_94;
|
|
String_t* L_95;
|
|
L_95 = PrimitiveValue_ToString_m3AD34182DDDE3E163FD2CEE48FBB477C2A58B707((&V_5), NULL);
|
|
NullCheck(L_93);
|
|
L_93->___maxValue_22 = L_95;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_93->___maxValue_22), (void*)L_95);
|
|
NullCheck(G_B11_5);
|
|
ArrayElementTypeCheck (G_B11_5, L_93);
|
|
(G_B11_5)->SetAt(static_cast<il2cpp_array_size_t>(G_B11_4), (ControlItemJson_t56C29912300890F2D3DA5DC3C095B821468948FC*)L_93);
|
|
// for (var i = 0; i < count; ++i)
|
|
int32_t L_96 = V_2;
|
|
V_2 = ((int32_t)il2cpp_codegen_add(L_96, 1));
|
|
}
|
|
|
|
IL_0246:
|
|
{
|
|
// for (var i = 0; i < count; ++i)
|
|
int32_t L_97 = V_2;
|
|
int32_t L_98 = V_0;
|
|
if ((((int32_t)L_97) < ((int32_t)L_98)))
|
|
{
|
|
goto IL_0017;
|
|
}
|
|
}
|
|
{
|
|
// return result;
|
|
ControlItemJsonU5BU5D_t6E6FCFDEF49F701232A4D4BCB5B40A7349E12F00* L_99 = V_1;
|
|
return L_99;
|
|
}
|
|
}
|
|
#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.InputControlLayout/ControlItemJson/<>c::.cctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__cctor_m40F9A223FB4A271D2AB629FD496930A1CDB369CF (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_tC05A732A5AA0C05DB2A79EE837290A022A612FCE_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
U3CU3Ec_tC05A732A5AA0C05DB2A79EE837290A022A612FCE* L_0 = (U3CU3Ec_tC05A732A5AA0C05DB2A79EE837290A022A612FCE*)il2cpp_codegen_object_new(U3CU3Ec_tC05A732A5AA0C05DB2A79EE837290A022A612FCE_il2cpp_TypeInfo_var);
|
|
NullCheck(L_0);
|
|
U3CU3Ec__ctor_m10B5235A1676C166BA2C74DF5EABC4DAFB9F3F98(L_0, NULL);
|
|
((U3CU3Ec_tC05A732A5AA0C05DB2A79EE837290A022A612FCE_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tC05A732A5AA0C05DB2A79EE837290A022A612FCE_il2cpp_TypeInfo_var))->___U3CU3E9_0 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((U3CU3Ec_tC05A732A5AA0C05DB2A79EE837290A022A612FCE_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tC05A732A5AA0C05DB2A79EE837290A022A612FCE_il2cpp_TypeInfo_var))->___U3CU3E9_0), (void*)L_0);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItemJson/<>c::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__ctor_m10B5235A1676C166BA2C74DF5EABC4DAFB9F3F98 (U3CU3Ec_tC05A732A5AA0C05DB2A79EE837290A022A612FCE* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
|
|
return;
|
|
}
|
|
}
|
|
// UnityEngine.InputSystem.Utilities.InternedString UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItemJson/<>c::<ToLayout>b__24_0(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 U3CU3Ec_U3CToLayoutU3Eb__24_0_m1332BB4AD19847D3A96CFABB097922312DB4C7A1 (U3CU3Ec_tC05A732A5AA0C05DB2A79EE837290A022A612FCE* __this, String_t* ___0_x, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// layout.usages = new ReadOnlyArray<InternedString>(usagesList.Select(x => new InternedString(x)).ToArray());
|
|
String_t* L_0 = ___0_x;
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_1;
|
|
memset((&L_1), 0, sizeof(L_1));
|
|
InternedString__ctor_m2E9672D46D84C82F705DE799CE8B6123EB95E935((&L_1), L_0, /*hidden argument*/NULL);
|
|
return L_1;
|
|
}
|
|
}
|
|
// UnityEngine.InputSystem.Utilities.InternedString UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItemJson/<>c::<ToLayout>b__24_1(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 U3CU3Ec_U3CToLayoutU3Eb__24_1_m757AEC8A752F607EE10D83BBF833E6EF79AFD11F (U3CU3Ec_tC05A732A5AA0C05DB2A79EE837290A022A612FCE* __this, String_t* ___0_x, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// layout.aliases = new ReadOnlyArray<InternedString>(aliasesList.Select(x => new InternedString(x)).ToArray());
|
|
String_t* L_0 = ___0_x;
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_1;
|
|
memset((&L_1), 0, sizeof(L_1));
|
|
InternedString__ctor_m2E9672D46D84C82F705DE799CE8B6123EB95E935((&L_1), L_0, /*hidden argument*/NULL);
|
|
return L_1;
|
|
}
|
|
}
|
|
// System.String UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItemJson/<>c::<FromControlItems>b__25_0(UnityEngine.InputSystem.Utilities.NamedValue)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* U3CU3Ec_U3CFromControlItemsU3Eb__25_0_m85222D49B065C8B25FF5EA38119CE4852B51843F (U3CU3Ec_tC05A732A5AA0C05DB2A79EE837290A022A612FCE* __this, NamedValue_t1D89B1ACD11D2B5284666865014E67683742B8ED ___0_x, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// parameters = string.Join(",", item.parameters.Select(x => x.ToString()).ToArray()),
|
|
String_t* L_0;
|
|
L_0 = NamedValue_ToString_m0F6EBEC30931F42BE8B23CCC87490C7142FF93EF((&___0_x), NULL);
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.String UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItemJson/<>c::<FromControlItems>b__25_1(UnityEngine.InputSystem.Utilities.NameAndParameters)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* U3CU3Ec_U3CFromControlItemsU3Eb__25_1_m01A2F08639500B1E680883C01296BDDC82E930E0 (U3CU3Ec_tC05A732A5AA0C05DB2A79EE837290A022A612FCE* __this, NameAndParameters_t8F37102128EFD31CA57808AE6E3D1244758DEA01 ___0_x, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// processors = string.Join(",", item.processors.Select(x => x.ToString()).ToArray()),
|
|
String_t* L_0;
|
|
L_0 = NameAndParameters_ToString_m8AD39CC89BF41DC919459E00C36B63F9D5F4E012((&___0_x), NULL);
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.String UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItemJson/<>c::<FromControlItems>b__25_2(UnityEngine.InputSystem.Utilities.InternedString)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* U3CU3Ec_U3CFromControlItemsU3Eb__25_2_m0A040B919B3E4B17E8566B918D511ECDCB00B44A (U3CU3Ec_tC05A732A5AA0C05DB2A79EE837290A022A612FCE* __this, InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 ___0_x, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// usages = item.usages.Select(x => x.ToString()).ToArray(),
|
|
String_t* L_0;
|
|
L_0 = InternedString_ToString_mED327D67EF001C5EDFF284336F13C3E3F025993A((&___0_x), NULL);
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.String UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItemJson/<>c::<FromControlItems>b__25_3(UnityEngine.InputSystem.Utilities.InternedString)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* U3CU3Ec_U3CFromControlItemsU3Eb__25_3_m22A5A767EA83302910B891ADEBFE946C58290CB2 (U3CU3Ec_tC05A732A5AA0C05DB2A79EE837290A022A612FCE* __this, InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 ___0_x, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// aliases = item.aliases.Select(x => x.ToString()).ToArray(),
|
|
String_t* L_0;
|
|
L_0 = InternedString_ToString_mED327D67EF001C5EDFF284336F13C3E3F025993A((&___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.Layouts.InputControlLayout/Collection
|
|
IL2CPP_EXTERN_C void Collection_t6E9F85AD439CF26269683541C4DC58BA3B6756C5_marshal_pinvoke(const Collection_t6E9F85AD439CF26269683541C4DC58BA3B6756C5& unmarshaled, Collection_t6E9F85AD439CF26269683541C4DC58BA3B6756C5_marshaled_pinvoke& marshaled)
|
|
{
|
|
Exception_t* ___layoutTypes_1Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'layoutTypes' of type 'Collection'.");
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(___layoutTypes_1Exception, NULL);
|
|
}
|
|
IL2CPP_EXTERN_C void Collection_t6E9F85AD439CF26269683541C4DC58BA3B6756C5_marshal_pinvoke_back(const Collection_t6E9F85AD439CF26269683541C4DC58BA3B6756C5_marshaled_pinvoke& marshaled, Collection_t6E9F85AD439CF26269683541C4DC58BA3B6756C5& unmarshaled)
|
|
{
|
|
Exception_t* ___layoutTypes_1Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'layoutTypes' of type 'Collection'.");
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(___layoutTypes_1Exception, NULL);
|
|
}
|
|
// Conversion method for clean up from marshalling of: UnityEngine.InputSystem.Layouts.InputControlLayout/Collection
|
|
IL2CPP_EXTERN_C void Collection_t6E9F85AD439CF26269683541C4DC58BA3B6756C5_marshal_pinvoke_cleanup(Collection_t6E9F85AD439CF26269683541C4DC58BA3B6756C5_marshaled_pinvoke& marshaled)
|
|
{
|
|
}
|
|
// Conversion methods for marshalling of: UnityEngine.InputSystem.Layouts.InputControlLayout/Collection
|
|
IL2CPP_EXTERN_C void Collection_t6E9F85AD439CF26269683541C4DC58BA3B6756C5_marshal_com(const Collection_t6E9F85AD439CF26269683541C4DC58BA3B6756C5& unmarshaled, Collection_t6E9F85AD439CF26269683541C4DC58BA3B6756C5_marshaled_com& marshaled)
|
|
{
|
|
Exception_t* ___layoutTypes_1Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'layoutTypes' of type 'Collection'.");
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(___layoutTypes_1Exception, NULL);
|
|
}
|
|
IL2CPP_EXTERN_C void Collection_t6E9F85AD439CF26269683541C4DC58BA3B6756C5_marshal_com_back(const Collection_t6E9F85AD439CF26269683541C4DC58BA3B6756C5_marshaled_com& marshaled, Collection_t6E9F85AD439CF26269683541C4DC58BA3B6756C5& unmarshaled)
|
|
{
|
|
Exception_t* ___layoutTypes_1Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'layoutTypes' of type 'Collection'.");
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(___layoutTypes_1Exception, NULL);
|
|
}
|
|
// Conversion method for clean up from marshalling of: UnityEngine.InputSystem.Layouts.InputControlLayout/Collection
|
|
IL2CPP_EXTERN_C void Collection_t6E9F85AD439CF26269683541C4DC58BA3B6756C5_marshal_com_cleanup(Collection_t6E9F85AD439CF26269683541C4DC58BA3B6756C5_marshaled_com& marshaled)
|
|
{
|
|
}
|
|
// System.Void UnityEngine.InputSystem.Layouts.InputControlLayout/Collection::Allocate()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Collection_Allocate_mA641D05ECA24B3F5E3BCDCCE1FD52DB38A375714 (Collection_t6E9F85AD439CF26269683541C4DC58BA3B6756C5* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2__ctor_m6320B618E75E25235EE08FC0CA39CB1F532F6393_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2__ctor_m98D37A7C3B82103B8ED908F8D73C8D4EC7747744_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2__ctor_mC02418824B6FF7967D1DC62752720272A34A114E_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2__ctor_mD10EC6AB3D41E49C23882A85B368A08800DFC5EE_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2__ctor_mD9CBB591E413FBE501BC3F6B50C92BF65F567CFE_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2__ctor_mFBC9D056B2F1877A4731A33A58BA30A719A3EB35_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_t1FFEE4C9AF6AF524CAD4FDCEA8F3AB34E585451D_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_t433D1FE2CDB69C9F583F79D5252A34112439D0AD_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_tA8E192E813E347FF19EC3868E2C565607445394C_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_tD68C40116E127FE79F9E7AF07820CFDDBF20A8C1_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_tEB3FF1660C6129E11F3B4771A549DE9F169B5103_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_tFF0F3921D8B2465193365C2463B7D6A977E874DA_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_1__ctor_mCCBBA7A7E1C76C56AA42BDB67DD077178C0A828F_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_1_t87C47CF88B1B88398D4F9A1E51E92F834CF5160B_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_mD02688FCA098489AE89BFA06B006B313E4B48997_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t4E502B2E42676E48E6F9A8F0251ADB1DF4BD490E_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// layoutTypes = new Dictionary<InternedString, Type>();
|
|
Dictionary_2_t1FFEE4C9AF6AF524CAD4FDCEA8F3AB34E585451D* L_0 = (Dictionary_2_t1FFEE4C9AF6AF524CAD4FDCEA8F3AB34E585451D*)il2cpp_codegen_object_new(Dictionary_2_t1FFEE4C9AF6AF524CAD4FDCEA8F3AB34E585451D_il2cpp_TypeInfo_var);
|
|
NullCheck(L_0);
|
|
Dictionary_2__ctor_mD10EC6AB3D41E49C23882A85B368A08800DFC5EE(L_0, Dictionary_2__ctor_mD10EC6AB3D41E49C23882A85B368A08800DFC5EE_RuntimeMethod_var);
|
|
__this->___layoutTypes_1 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___layoutTypes_1), (void*)L_0);
|
|
// layoutStrings = new Dictionary<InternedString, string>();
|
|
Dictionary_2_tEB3FF1660C6129E11F3B4771A549DE9F169B5103* L_1 = (Dictionary_2_tEB3FF1660C6129E11F3B4771A549DE9F169B5103*)il2cpp_codegen_object_new(Dictionary_2_tEB3FF1660C6129E11F3B4771A549DE9F169B5103_il2cpp_TypeInfo_var);
|
|
NullCheck(L_1);
|
|
Dictionary_2__ctor_m6320B618E75E25235EE08FC0CA39CB1F532F6393(L_1, Dictionary_2__ctor_m6320B618E75E25235EE08FC0CA39CB1F532F6393_RuntimeMethod_var);
|
|
__this->___layoutStrings_2 = L_1;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___layoutStrings_2), (void*)L_1);
|
|
// layoutBuilders = new Dictionary<InternedString, Func<InputControlLayout>>();
|
|
Dictionary_2_tFF0F3921D8B2465193365C2463B7D6A977E874DA* L_2 = (Dictionary_2_tFF0F3921D8B2465193365C2463B7D6A977E874DA*)il2cpp_codegen_object_new(Dictionary_2_tFF0F3921D8B2465193365C2463B7D6A977E874DA_il2cpp_TypeInfo_var);
|
|
NullCheck(L_2);
|
|
Dictionary_2__ctor_mFBC9D056B2F1877A4731A33A58BA30A719A3EB35(L_2, Dictionary_2__ctor_mFBC9D056B2F1877A4731A33A58BA30A719A3EB35_RuntimeMethod_var);
|
|
__this->___layoutBuilders_3 = L_2;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___layoutBuilders_3), (void*)L_2);
|
|
// baseLayoutTable = new Dictionary<InternedString, InternedString>();
|
|
Dictionary_2_t433D1FE2CDB69C9F583F79D5252A34112439D0AD* L_3 = (Dictionary_2_t433D1FE2CDB69C9F583F79D5252A34112439D0AD*)il2cpp_codegen_object_new(Dictionary_2_t433D1FE2CDB69C9F583F79D5252A34112439D0AD_il2cpp_TypeInfo_var);
|
|
NullCheck(L_3);
|
|
Dictionary_2__ctor_mD9CBB591E413FBE501BC3F6B50C92BF65F567CFE(L_3, Dictionary_2__ctor_mD9CBB591E413FBE501BC3F6B50C92BF65F567CFE_RuntimeMethod_var);
|
|
__this->___baseLayoutTable_4 = L_3;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___baseLayoutTable_4), (void*)L_3);
|
|
// layoutOverrides = new Dictionary<InternedString, InternedString[]>();
|
|
Dictionary_2_tA8E192E813E347FF19EC3868E2C565607445394C* L_4 = (Dictionary_2_tA8E192E813E347FF19EC3868E2C565607445394C*)il2cpp_codegen_object_new(Dictionary_2_tA8E192E813E347FF19EC3868E2C565607445394C_il2cpp_TypeInfo_var);
|
|
NullCheck(L_4);
|
|
Dictionary_2__ctor_m98D37A7C3B82103B8ED908F8D73C8D4EC7747744(L_4, Dictionary_2__ctor_m98D37A7C3B82103B8ED908F8D73C8D4EC7747744_RuntimeMethod_var);
|
|
__this->___layoutOverrides_5 = L_4;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___layoutOverrides_5), (void*)L_4);
|
|
// layoutOverrideNames = new HashSet<InternedString>();
|
|
HashSet_1_t87C47CF88B1B88398D4F9A1E51E92F834CF5160B* L_5 = (HashSet_1_t87C47CF88B1B88398D4F9A1E51E92F834CF5160B*)il2cpp_codegen_object_new(HashSet_1_t87C47CF88B1B88398D4F9A1E51E92F834CF5160B_il2cpp_TypeInfo_var);
|
|
NullCheck(L_5);
|
|
HashSet_1__ctor_mCCBBA7A7E1C76C56AA42BDB67DD077178C0A828F(L_5, HashSet_1__ctor_mCCBBA7A7E1C76C56AA42BDB67DD077178C0A828F_RuntimeMethod_var);
|
|
__this->___layoutOverrideNames_6 = L_5;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___layoutOverrideNames_6), (void*)L_5);
|
|
// layoutMatchers = new List<LayoutMatcher>();
|
|
List_1_t4E502B2E42676E48E6F9A8F0251ADB1DF4BD490E* L_6 = (List_1_t4E502B2E42676E48E6F9A8F0251ADB1DF4BD490E*)il2cpp_codegen_object_new(List_1_t4E502B2E42676E48E6F9A8F0251ADB1DF4BD490E_il2cpp_TypeInfo_var);
|
|
NullCheck(L_6);
|
|
List_1__ctor_mD02688FCA098489AE89BFA06B006B313E4B48997(L_6, List_1__ctor_mD02688FCA098489AE89BFA06B006B313E4B48997_RuntimeMethod_var);
|
|
__this->___layoutMatchers_8 = L_6;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___layoutMatchers_8), (void*)L_6);
|
|
// precompiledLayouts = new Dictionary<InternedString, PrecompiledLayout>();
|
|
Dictionary_2_tD68C40116E127FE79F9E7AF07820CFDDBF20A8C1* L_7 = (Dictionary_2_tD68C40116E127FE79F9E7AF07820CFDDBF20A8C1*)il2cpp_codegen_object_new(Dictionary_2_tD68C40116E127FE79F9E7AF07820CFDDBF20A8C1_il2cpp_TypeInfo_var);
|
|
NullCheck(L_7);
|
|
Dictionary_2__ctor_mC02418824B6FF7967D1DC62752720272A34A114E(L_7, Dictionary_2__ctor_mC02418824B6FF7967D1DC62752720272A34A114E_RuntimeMethod_var);
|
|
__this->___precompiledLayouts_7 = L_7;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___precompiledLayouts_7), (void*)L_7);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void Collection_Allocate_mA641D05ECA24B3F5E3BCDCCE1FD52DB38A375714_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
Collection_t6E9F85AD439CF26269683541C4DC58BA3B6756C5* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<Collection_t6E9F85AD439CF26269683541C4DC58BA3B6756C5*>(__this + _offset);
|
|
Collection_Allocate_mA641D05ECA24B3F5E3BCDCCE1FD52DB38A375714(_thisAdjusted, method);
|
|
}
|
|
// UnityEngine.InputSystem.Utilities.InternedString UnityEngine.InputSystem.Layouts.InputControlLayout/Collection::TryFindLayoutForType(System.Type)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 Collection_TryFindLayoutForType_m63B3C00D6ED29C6DD98A6B735E5C4C84A3B20868 (Collection_t6E9F85AD439CF26269683541C4DC58BA3B6756C5* __this, Type_t* ___0_layoutType, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_GetEnumerator_m09228E70F30816068825C9BB4B45519E7143CE7A_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_Dispose_m767111BF89218E9F0CD407F44CD9FF1CC6079B87_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_mEB31860F9718BC0DB2D231F91D9A78D9666B54EF_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_m8161C19F09FC9E5EFD3BCE87B8907B3F660FFF51_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KeyValuePair_2_get_Key_mE8768535ABCD24F453DC1EC5127CBD303DEC29A5_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KeyValuePair_2_get_Value_m9803DE61209750BB22E4E1A58A5DFB943EAFCB80_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Enumerator_tC7FEC7C0C46B33E076C8049925C674971CBC97DE V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
KeyValuePair_2_t859F90B137C9291C0E478FBE85ABB18F30B91A27 V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 V_3;
|
|
memset((&V_3), 0, sizeof(V_3));
|
|
{
|
|
// foreach (var entry in layoutTypes)
|
|
Dictionary_2_t1FFEE4C9AF6AF524CAD4FDCEA8F3AB34E585451D* L_0 = __this->___layoutTypes_1;
|
|
NullCheck(L_0);
|
|
Enumerator_tC7FEC7C0C46B33E076C8049925C674971CBC97DE L_1;
|
|
L_1 = Dictionary_2_GetEnumerator_m09228E70F30816068825C9BB4B45519E7143CE7A(L_0, Dictionary_2_GetEnumerator_m09228E70F30816068825C9BB4B45519E7143CE7A_RuntimeMethod_var);
|
|
V_0 = L_1;
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_003a:
|
|
{// begin finally (depth: 1)
|
|
Enumerator_Dispose_m767111BF89218E9F0CD407F44CD9FF1CC6079B87((&V_0), Enumerator_Dispose_m767111BF89218E9F0CD407F44CD9FF1CC6079B87_RuntimeMethod_var);
|
|
return;
|
|
}// end finally (depth: 1)
|
|
});
|
|
try
|
|
{// begin try (depth: 1)
|
|
{
|
|
goto IL_002f_1;
|
|
}
|
|
|
|
IL_000e_1:
|
|
{
|
|
// foreach (var entry in layoutTypes)
|
|
KeyValuePair_2_t859F90B137C9291C0E478FBE85ABB18F30B91A27 L_2;
|
|
L_2 = Enumerator_get_Current_m8161C19F09FC9E5EFD3BCE87B8907B3F660FFF51_inline((&V_0), Enumerator_get_Current_m8161C19F09FC9E5EFD3BCE87B8907B3F660FFF51_RuntimeMethod_var);
|
|
V_1 = L_2;
|
|
// if (entry.Value == layoutType)
|
|
Type_t* L_3;
|
|
L_3 = KeyValuePair_2_get_Value_m9803DE61209750BB22E4E1A58A5DFB943EAFCB80_inline((&V_1), KeyValuePair_2_get_Value_m9803DE61209750BB22E4E1A58A5DFB943EAFCB80_RuntimeMethod_var);
|
|
Type_t* L_4 = ___0_layoutType;
|
|
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
|
|
bool L_5;
|
|
L_5 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_3, L_4, NULL);
|
|
if (!L_5)
|
|
{
|
|
goto IL_002f_1;
|
|
}
|
|
}
|
|
{
|
|
// return entry.Key;
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_6;
|
|
L_6 = KeyValuePair_2_get_Key_mE8768535ABCD24F453DC1EC5127CBD303DEC29A5_inline((&V_1), KeyValuePair_2_get_Key_mE8768535ABCD24F453DC1EC5127CBD303DEC29A5_RuntimeMethod_var);
|
|
V_2 = L_6;
|
|
goto IL_0052;
|
|
}
|
|
|
|
IL_002f_1:
|
|
{
|
|
// foreach (var entry in layoutTypes)
|
|
bool L_7;
|
|
L_7 = Enumerator_MoveNext_mEB31860F9718BC0DB2D231F91D9A78D9666B54EF((&V_0), Enumerator_MoveNext_mEB31860F9718BC0DB2D231F91D9A78D9666B54EF_RuntimeMethod_var);
|
|
if (L_7)
|
|
{
|
|
goto IL_000e_1;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0048;
|
|
}
|
|
}// end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_0048:
|
|
{
|
|
// return new InternedString();
|
|
il2cpp_codegen_initobj((&V_3), sizeof(InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735));
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_8 = V_3;
|
|
return L_8;
|
|
}
|
|
|
|
IL_0052:
|
|
{
|
|
// }
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_9 = V_2;
|
|
return L_9;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 Collection_TryFindLayoutForType_m63B3C00D6ED29C6DD98A6B735E5C4C84A3B20868_AdjustorThunk (RuntimeObject* __this, Type_t* ___0_layoutType, const RuntimeMethod* method)
|
|
{
|
|
Collection_t6E9F85AD439CF26269683541C4DC58BA3B6756C5* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<Collection_t6E9F85AD439CF26269683541C4DC58BA3B6756C5*>(__this + _offset);
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 _returnValue;
|
|
_returnValue = Collection_TryFindLayoutForType_m63B3C00D6ED29C6DD98A6B735E5C4C84A3B20868(_thisAdjusted, ___0_layoutType, method);
|
|
return _returnValue;
|
|
}
|
|
// UnityEngine.InputSystem.Utilities.InternedString UnityEngine.InputSystem.Layouts.InputControlLayout/Collection::TryFindMatchingLayout(UnityEngine.InputSystem.Layouts.InputDeviceDescription)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 Collection_TryFindMatchingLayout_mD33D4CC4D03C02E592AE810ED87FF91FE1936087 (Collection_t6E9F85AD439CF26269683541C4DC58BA3B6756C5* __this, InputDeviceDescription_tE86DD77422AAF60ADDAC788B31E5A05E739B708F ___0_deviceDescription, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_ContainsKey_mC5346BFA8EE81D8FA88F4AE3D58C5165D70C7CE7_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_mF4DDF38AC881AF869CC1CBE8475179B456B18437_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_m99814088AA4143A5FA997159A17F5B25A7D3D2F8_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
float V_0 = 0.0f;
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
int32_t V_2 = 0;
|
|
int32_t V_3 = 0;
|
|
InputDeviceMatcher_tF9BA551C8BB4AE41672366A7EBEA951543E0C555 V_4;
|
|
memset((&V_4), 0, sizeof(V_4));
|
|
float V_5 = 0.0f;
|
|
{
|
|
// var highestScore = 0f;
|
|
V_0 = (0.0f);
|
|
// var highestScoringLayout = new InternedString();
|
|
il2cpp_codegen_initobj((&V_1), sizeof(InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735));
|
|
// var layoutMatcherCount = layoutMatchers.Count;
|
|
List_1_t4E502B2E42676E48E6F9A8F0251ADB1DF4BD490E* L_0 = __this->___layoutMatchers_8;
|
|
NullCheck(L_0);
|
|
int32_t L_1;
|
|
L_1 = List_1_get_Count_mF4DDF38AC881AF869CC1CBE8475179B456B18437_inline(L_0, List_1_get_Count_mF4DDF38AC881AF869CC1CBE8475179B456B18437_RuntimeMethod_var);
|
|
V_2 = L_1;
|
|
// for (var i = 0; i < layoutMatcherCount; ++i)
|
|
V_3 = 0;
|
|
goto IL_008a;
|
|
}
|
|
|
|
IL_001e:
|
|
{
|
|
// var matcher = layoutMatchers[i].deviceMatcher;
|
|
List_1_t4E502B2E42676E48E6F9A8F0251ADB1DF4BD490E* L_2 = __this->___layoutMatchers_8;
|
|
int32_t L_3 = V_3;
|
|
NullCheck(L_2);
|
|
LayoutMatcher_t0D8F5E32A7C82BC292EBA0FAA3EB2D9F1F72A0A6 L_4;
|
|
L_4 = List_1_get_Item_m99814088AA4143A5FA997159A17F5B25A7D3D2F8(L_2, L_3, List_1_get_Item_m99814088AA4143A5FA997159A17F5B25A7D3D2F8_RuntimeMethod_var);
|
|
InputDeviceMatcher_tF9BA551C8BB4AE41672366A7EBEA951543E0C555 L_5 = L_4.___deviceMatcher_1;
|
|
V_4 = L_5;
|
|
// var score = matcher.MatchPercentage(deviceDescription);
|
|
InputDeviceDescription_tE86DD77422AAF60ADDAC788B31E5A05E739B708F L_6 = ___0_deviceDescription;
|
|
float L_7;
|
|
L_7 = InputDeviceMatcher_MatchPercentage_m63C8CBE94170B8D8BCDC45BAC7714F373B754311((&V_4), L_6, NULL);
|
|
V_5 = L_7;
|
|
// if (score > 0 && !layoutBuilders.ContainsKey(layoutMatchers[i].layoutName))
|
|
float L_8 = V_5;
|
|
if ((!(((float)L_8) > ((float)(0.0f)))))
|
|
{
|
|
goto IL_006c;
|
|
}
|
|
}
|
|
{
|
|
Dictionary_2_tFF0F3921D8B2465193365C2463B7D6A977E874DA* L_9 = __this->___layoutBuilders_3;
|
|
List_1_t4E502B2E42676E48E6F9A8F0251ADB1DF4BD490E* L_10 = __this->___layoutMatchers_8;
|
|
int32_t L_11 = V_3;
|
|
NullCheck(L_10);
|
|
LayoutMatcher_t0D8F5E32A7C82BC292EBA0FAA3EB2D9F1F72A0A6 L_12;
|
|
L_12 = List_1_get_Item_m99814088AA4143A5FA997159A17F5B25A7D3D2F8(L_10, L_11, List_1_get_Item_m99814088AA4143A5FA997159A17F5B25A7D3D2F8_RuntimeMethod_var);
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_13 = L_12.___layoutName_0;
|
|
NullCheck(L_9);
|
|
bool L_14;
|
|
L_14 = Dictionary_2_ContainsKey_mC5346BFA8EE81D8FA88F4AE3D58C5165D70C7CE7(L_9, L_13, Dictionary_2_ContainsKey_mC5346BFA8EE81D8FA88F4AE3D58C5165D70C7CE7_RuntimeMethod_var);
|
|
if (L_14)
|
|
{
|
|
goto IL_006c;
|
|
}
|
|
}
|
|
{
|
|
// score += kBaseScoreForNonGeneratedLayouts;
|
|
float L_15 = V_5;
|
|
V_5 = ((float)il2cpp_codegen_add(L_15, (1.0f)));
|
|
}
|
|
|
|
IL_006c:
|
|
{
|
|
// if (score > highestScore)
|
|
float L_16 = V_5;
|
|
float L_17 = V_0;
|
|
if ((!(((float)L_16) > ((float)L_17))))
|
|
{
|
|
goto IL_0086;
|
|
}
|
|
}
|
|
{
|
|
// highestScore = score;
|
|
float L_18 = V_5;
|
|
V_0 = L_18;
|
|
// highestScoringLayout = layoutMatchers[i].layoutName;
|
|
List_1_t4E502B2E42676E48E6F9A8F0251ADB1DF4BD490E* L_19 = __this->___layoutMatchers_8;
|
|
int32_t L_20 = V_3;
|
|
NullCheck(L_19);
|
|
LayoutMatcher_t0D8F5E32A7C82BC292EBA0FAA3EB2D9F1F72A0A6 L_21;
|
|
L_21 = List_1_get_Item_m99814088AA4143A5FA997159A17F5B25A7D3D2F8(L_19, L_20, List_1_get_Item_m99814088AA4143A5FA997159A17F5B25A7D3D2F8_RuntimeMethod_var);
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_22 = L_21.___layoutName_0;
|
|
V_1 = L_22;
|
|
}
|
|
|
|
IL_0086:
|
|
{
|
|
// for (var i = 0; i < layoutMatcherCount; ++i)
|
|
int32_t L_23 = V_3;
|
|
V_3 = ((int32_t)il2cpp_codegen_add(L_23, 1));
|
|
}
|
|
|
|
IL_008a:
|
|
{
|
|
// for (var i = 0; i < layoutMatcherCount; ++i)
|
|
int32_t L_24 = V_3;
|
|
int32_t L_25 = V_2;
|
|
if ((((int32_t)L_24) < ((int32_t)L_25)))
|
|
{
|
|
goto IL_001e;
|
|
}
|
|
}
|
|
{
|
|
// return highestScoringLayout;
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_26 = V_1;
|
|
return L_26;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 Collection_TryFindMatchingLayout_mD33D4CC4D03C02E592AE810ED87FF91FE1936087_AdjustorThunk (RuntimeObject* __this, InputDeviceDescription_tE86DD77422AAF60ADDAC788B31E5A05E739B708F ___0_deviceDescription, const RuntimeMethod* method)
|
|
{
|
|
Collection_t6E9F85AD439CF26269683541C4DC58BA3B6756C5* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<Collection_t6E9F85AD439CF26269683541C4DC58BA3B6756C5*>(__this + _offset);
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 _returnValue;
|
|
_returnValue = Collection_TryFindMatchingLayout_mD33D4CC4D03C02E592AE810ED87FF91FE1936087(_thisAdjusted, ___0_deviceDescription, method);
|
|
return _returnValue;
|
|
}
|
|
// System.Boolean UnityEngine.InputSystem.Layouts.InputControlLayout/Collection::HasLayout(UnityEngine.InputSystem.Utilities.InternedString)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Collection_HasLayout_m76BD57A515EFDE26B81646B755529776C02ACA8E (Collection_t6E9F85AD439CF26269683541C4DC58BA3B6756C5* __this, InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 ___0_name, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_ContainsKey_m6EDC1F90375045A081EDB55CC945F7EDC1D548A9_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_ContainsKey_mA943D0E129FC6C18E5DF9D52E8BCEE23D1B390DF_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_ContainsKey_mC5346BFA8EE81D8FA88F4AE3D58C5165D70C7CE7_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// return layoutTypes.ContainsKey(name) || layoutStrings.ContainsKey(name) ||
|
|
// layoutBuilders.ContainsKey(name);
|
|
Dictionary_2_t1FFEE4C9AF6AF524CAD4FDCEA8F3AB34E585451D* L_0 = __this->___layoutTypes_1;
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_1 = ___0_name;
|
|
NullCheck(L_0);
|
|
bool L_2;
|
|
L_2 = Dictionary_2_ContainsKey_m6EDC1F90375045A081EDB55CC945F7EDC1D548A9(L_0, L_1, Dictionary_2_ContainsKey_m6EDC1F90375045A081EDB55CC945F7EDC1D548A9_RuntimeMethod_var);
|
|
if (L_2)
|
|
{
|
|
goto IL_0029;
|
|
}
|
|
}
|
|
{
|
|
Dictionary_2_tEB3FF1660C6129E11F3B4771A549DE9F169B5103* L_3 = __this->___layoutStrings_2;
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_4 = ___0_name;
|
|
NullCheck(L_3);
|
|
bool L_5;
|
|
L_5 = Dictionary_2_ContainsKey_mA943D0E129FC6C18E5DF9D52E8BCEE23D1B390DF(L_3, L_4, Dictionary_2_ContainsKey_mA943D0E129FC6C18E5DF9D52E8BCEE23D1B390DF_RuntimeMethod_var);
|
|
if (L_5)
|
|
{
|
|
goto IL_0029;
|
|
}
|
|
}
|
|
{
|
|
Dictionary_2_tFF0F3921D8B2465193365C2463B7D6A977E874DA* L_6 = __this->___layoutBuilders_3;
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_7 = ___0_name;
|
|
NullCheck(L_6);
|
|
bool L_8;
|
|
L_8 = Dictionary_2_ContainsKey_mC5346BFA8EE81D8FA88F4AE3D58C5165D70C7CE7(L_6, L_7, Dictionary_2_ContainsKey_mC5346BFA8EE81D8FA88F4AE3D58C5165D70C7CE7_RuntimeMethod_var);
|
|
return L_8;
|
|
}
|
|
|
|
IL_0029:
|
|
{
|
|
return (bool)1;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C bool Collection_HasLayout_m76BD57A515EFDE26B81646B755529776C02ACA8E_AdjustorThunk (RuntimeObject* __this, InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 ___0_name, const RuntimeMethod* method)
|
|
{
|
|
Collection_t6E9F85AD439CF26269683541C4DC58BA3B6756C5* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<Collection_t6E9F85AD439CF26269683541C4DC58BA3B6756C5*>(__this + _offset);
|
|
bool _returnValue;
|
|
_returnValue = Collection_HasLayout_m76BD57A515EFDE26B81646B755529776C02ACA8E(_thisAdjusted, ___0_name, method);
|
|
return _returnValue;
|
|
}
|
|
// UnityEngine.InputSystem.Layouts.InputControlLayout UnityEngine.InputSystem.Layouts.InputControlLayout/Collection::TryLoadLayoutInternal(UnityEngine.InputSystem.Utilities.InternedString)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D* Collection_TryLoadLayoutInternal_m4CAB54106B29D4A01B4548B3C6B1241710E2CC13 (Collection_t6E9F85AD439CF26269683541C4DC58BA3B6756C5* __this, InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 ___0_name, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_TryGetValue_m1509CB8712EB8F2ABF8C66CA9DC4F2D10411F79D_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_TryGetValue_m43C7CA241416C3B170AF32A204FB117E083D5A86_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_TryGetValue_m4AFE96490465DE101600F734AF44C7E4AE513860_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
String_t* V_0 = NULL;
|
|
Type_t* V_1 = NULL;
|
|
Func_1_t91F7ACDFBC018CFC14246035F22D8CFC5EAADBC4* V_2 = NULL;
|
|
InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D* G_B7_0 = NULL;
|
|
InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D* G_B6_0 = NULL;
|
|
{
|
|
// if (layoutStrings.TryGetValue(name, out var json))
|
|
Dictionary_2_tEB3FF1660C6129E11F3B4771A549DE9F169B5103* L_0 = __this->___layoutStrings_2;
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_1 = ___0_name;
|
|
NullCheck(L_0);
|
|
bool L_2;
|
|
L_2 = Dictionary_2_TryGetValue_m1509CB8712EB8F2ABF8C66CA9DC4F2D10411F79D(L_0, L_1, (&V_0), Dictionary_2_TryGetValue_m1509CB8712EB8F2ABF8C66CA9DC4F2D10411F79D_RuntimeMethod_var);
|
|
if (!L_2)
|
|
{
|
|
goto IL_0017;
|
|
}
|
|
}
|
|
{
|
|
// return FromJson(json);
|
|
String_t* L_3 = V_0;
|
|
il2cpp_codegen_runtime_class_init_inline(InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D_il2cpp_TypeInfo_var);
|
|
InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D* L_4;
|
|
L_4 = InputControlLayout_FromJson_mF957954620E0C4BA30B486AAA52239BE518EF0FC(L_3, NULL);
|
|
return L_4;
|
|
}
|
|
|
|
IL_0017:
|
|
{
|
|
// if (layoutTypes.TryGetValue(name, out var type))
|
|
Dictionary_2_t1FFEE4C9AF6AF524CAD4FDCEA8F3AB34E585451D* L_5 = __this->___layoutTypes_1;
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_6 = ___0_name;
|
|
NullCheck(L_5);
|
|
bool L_7;
|
|
L_7 = Dictionary_2_TryGetValue_m4AFE96490465DE101600F734AF44C7E4AE513860(L_5, L_6, (&V_1), Dictionary_2_TryGetValue_m4AFE96490465DE101600F734AF44C7E4AE513860_RuntimeMethod_var);
|
|
if (!L_7)
|
|
{
|
|
goto IL_0034;
|
|
}
|
|
}
|
|
{
|
|
// return FromType(name, type);
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_8 = ___0_name;
|
|
String_t* L_9;
|
|
L_9 = InternedString_op_Implicit_m99D80AAE853F54FA2EF2603D020C7454B608D2F6(L_8, NULL);
|
|
Type_t* L_10 = V_1;
|
|
il2cpp_codegen_runtime_class_init_inline(InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D_il2cpp_TypeInfo_var);
|
|
InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D* L_11;
|
|
L_11 = InputControlLayout_FromType_m3D19149D1F8A5DA54CA81ED88CB1E91FCD81D2F8(L_9, L_10, NULL);
|
|
return L_11;
|
|
}
|
|
|
|
IL_0034:
|
|
{
|
|
// if (layoutBuilders.TryGetValue(name, out var builder))
|
|
Dictionary_2_tFF0F3921D8B2465193365C2463B7D6A977E874DA* L_12 = __this->___layoutBuilders_3;
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_13 = ___0_name;
|
|
NullCheck(L_12);
|
|
bool L_14;
|
|
L_14 = Dictionary_2_TryGetValue_m43C7CA241416C3B170AF32A204FB117E083D5A86(L_12, L_13, (&V_2), Dictionary_2_TryGetValue_m43C7CA241416C3B170AF32A204FB117E083D5A86_RuntimeMethod_var);
|
|
if (!L_14)
|
|
{
|
|
goto IL_0064;
|
|
}
|
|
}
|
|
{
|
|
// var layout = builder();
|
|
Func_1_t91F7ACDFBC018CFC14246035F22D8CFC5EAADBC4* L_15 = V_2;
|
|
NullCheck(L_15);
|
|
InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D* L_16;
|
|
L_16 = Func_1_Invoke_mD946B3428326C3A9D4236DB0D4A4206A6E688939_inline(L_15, NULL);
|
|
// if (layout == null)
|
|
InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D* L_17 = L_16;
|
|
G_B6_0 = L_17;
|
|
if (L_17)
|
|
{
|
|
G_B7_0 = L_17;
|
|
goto IL_0063;
|
|
}
|
|
}
|
|
{
|
|
// throw new InvalidOperationException($"Layout builder '{name}' returned null when invoked");
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_18 = ___0_name;
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_19 = L_18;
|
|
RuntimeObject* L_20 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735_il2cpp_TypeInfo_var)), &L_19);
|
|
String_t* L_21;
|
|
L_21 = String_Format_mA8DBB4C2516B9723C5A41E6CB1E2FAF4BBE96DD8(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralCB9330199167D0A6050B244650A368B85720CCE0)), L_20, NULL);
|
|
InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_22 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_22);
|
|
InvalidOperationException__ctor_mE4CB6F4712AB6D99A2358FBAE2E052B3EE976162(L_22, L_21, NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_22, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Collection_TryLoadLayoutInternal_m4CAB54106B29D4A01B4548B3C6B1241710E2CC13_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_0063:
|
|
{
|
|
// return layout;
|
|
return G_B7_0;
|
|
}
|
|
|
|
IL_0064:
|
|
{
|
|
// return null;
|
|
return (InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D*)NULL;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D* Collection_TryLoadLayoutInternal_m4CAB54106B29D4A01B4548B3C6B1241710E2CC13_AdjustorThunk (RuntimeObject* __this, InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 ___0_name, const RuntimeMethod* method)
|
|
{
|
|
Collection_t6E9F85AD439CF26269683541C4DC58BA3B6756C5* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<Collection_t6E9F85AD439CF26269683541C4DC58BA3B6756C5*>(__this + _offset);
|
|
InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D* _returnValue;
|
|
_returnValue = Collection_TryLoadLayoutInternal_m4CAB54106B29D4A01B4548B3C6B1241710E2CC13(_thisAdjusted, ___0_name, method);
|
|
return _returnValue;
|
|
}
|
|
// UnityEngine.InputSystem.Layouts.InputControlLayout UnityEngine.InputSystem.Layouts.InputControlLayout/Collection::TryLoadLayout(UnityEngine.InputSystem.Utilities.InternedString,System.Collections.Generic.Dictionary`2<UnityEngine.InputSystem.Utilities.InternedString,UnityEngine.InputSystem.Layouts.InputControlLayout>)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D* Collection_TryLoadLayout_m6E3A66755E44EF5E01DCF0A4B28767B1F9F35965 (Collection_t6E9F85AD439CF26269683541C4DC58BA3B6756C5* __this, InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 ___0_name, Dictionary_2_t058B78C04CBFB0F1C72F95C9880AE09DA041219F* ___1_table, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_TryGetValue_m3FEF1CA141F7852525A2596B99E0DF3CBF591EAD_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_TryGetValue_m6A747478B338D9AC7392868B6C02E4AF098370BF_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_TryGetValue_mBD07B2BA220C34BE8CE4AD7F08BBDEDA92E15F78_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_set_Item_mDDDBBB5AA07B63B2303B9EBDAA8B3AB3C619391E_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_1_Contains_m208059B8D89BB100809C7CA51253201A3B504A0B_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InlinedArray_1_Append_m14B1C35E2818E78C1671F1F02272804B4BF33D05_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InlinedArray_1_Clear_m8C1CCD6E74718AC5569EDB4C391C2327F056D1F5_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D* V_0 = NULL;
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
InternedStringU5BU5D_t0B851758733FC0B118D84BE83AED10A0404C18D5* V_2 = NULL;
|
|
InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D* V_3 = NULL;
|
|
int32_t V_4 = 0;
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 V_5;
|
|
memset((&V_5), 0, sizeof(V_5));
|
|
{
|
|
// if (table != null && table.TryGetValue(name, out var layout))
|
|
Dictionary_2_t058B78C04CBFB0F1C72F95C9880AE09DA041219F* L_0 = ___1_table;
|
|
if (!L_0)
|
|
{
|
|
goto IL_0010;
|
|
}
|
|
}
|
|
{
|
|
Dictionary_2_t058B78C04CBFB0F1C72F95C9880AE09DA041219F* L_1 = ___1_table;
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_2 = ___0_name;
|
|
NullCheck(L_1);
|
|
bool L_3;
|
|
L_3 = Dictionary_2_TryGetValue_m3FEF1CA141F7852525A2596B99E0DF3CBF591EAD(L_1, L_2, (&V_0), Dictionary_2_TryGetValue_m3FEF1CA141F7852525A2596B99E0DF3CBF591EAD_RuntimeMethod_var);
|
|
if (!L_3)
|
|
{
|
|
goto IL_0010;
|
|
}
|
|
}
|
|
{
|
|
// return layout;
|
|
InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D* L_4 = V_0;
|
|
return L_4;
|
|
}
|
|
|
|
IL_0010:
|
|
{
|
|
// layout = TryLoadLayoutInternal(name);
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_5 = ___0_name;
|
|
InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D* L_6;
|
|
L_6 = Collection_TryLoadLayoutInternal_m4CAB54106B29D4A01B4548B3C6B1241710E2CC13(__this, L_5, NULL);
|
|
V_0 = L_6;
|
|
// if (layout != null)
|
|
InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D* L_7 = V_0;
|
|
if (!L_7)
|
|
{
|
|
goto IL_012f;
|
|
}
|
|
}
|
|
{
|
|
// layout.m_Name = name;
|
|
InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D* L_8 = V_0;
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_9 = ___0_name;
|
|
NullCheck(L_8);
|
|
L_8->___m_Name_2 = L_9;
|
|
Il2CppCodeGenWriteBarrier((void**)&(((&L_8->___m_Name_2))->___m_StringOriginalCase_0), (void*)NULL);
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&(((&L_8->___m_Name_2))->___m_StringLowerCase_1), (void*)NULL);
|
|
#endif
|
|
// if (layoutOverrideNames.Contains(name))
|
|
HashSet_1_t87C47CF88B1B88398D4F9A1E51E92F834CF5160B* L_10 = __this->___layoutOverrideNames_6;
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_11 = ___0_name;
|
|
NullCheck(L_10);
|
|
bool L_12;
|
|
L_12 = HashSet_1_Contains_m208059B8D89BB100809C7CA51253201A3B504A0B(L_10, L_11, HashSet_1_Contains_m208059B8D89BB100809C7CA51253201A3B504A0B_RuntimeMethod_var);
|
|
if (!L_12)
|
|
{
|
|
goto IL_003a;
|
|
}
|
|
}
|
|
{
|
|
// layout.isOverride = true;
|
|
InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D* L_13 = V_0;
|
|
NullCheck(L_13);
|
|
InputControlLayout_set_isOverride_m798D19D3E0E81E51B77F8558C1DA461DD2C72424(L_13, (bool)1, NULL);
|
|
}
|
|
|
|
IL_003a:
|
|
{
|
|
// var baseLayoutName = new InternedString();
|
|
il2cpp_codegen_initobj((&V_1), sizeof(InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735));
|
|
// if (!layout.isOverride && baseLayoutTable.TryGetValue(name, out baseLayoutName))
|
|
InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D* L_14 = V_0;
|
|
NullCheck(L_14);
|
|
bool L_15;
|
|
L_15 = InputControlLayout_get_isOverride_mEE41FE7F3857477AD6F4227D0A5606089DB6034C(L_14, NULL);
|
|
if (L_15)
|
|
{
|
|
goto IL_00a3;
|
|
}
|
|
}
|
|
{
|
|
Dictionary_2_t433D1FE2CDB69C9F583F79D5252A34112439D0AD* L_16 = __this->___baseLayoutTable_4;
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_17 = ___0_name;
|
|
NullCheck(L_16);
|
|
bool L_18;
|
|
L_18 = Dictionary_2_TryGetValue_mBD07B2BA220C34BE8CE4AD7F08BBDEDA92E15F78(L_16, L_17, (&V_1), Dictionary_2_TryGetValue_mBD07B2BA220C34BE8CE4AD7F08BBDEDA92E15F78_RuntimeMethod_var);
|
|
if (!L_18)
|
|
{
|
|
goto IL_00a3;
|
|
}
|
|
}
|
|
{
|
|
// var baseLayout = TryLoadLayout(baseLayoutName, table);
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_19 = V_1;
|
|
Dictionary_2_t058B78C04CBFB0F1C72F95C9880AE09DA041219F* L_20 = ___1_table;
|
|
InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D* L_21;
|
|
L_21 = Collection_TryLoadLayout_m6E3A66755E44EF5E01DCF0A4B28767B1F9F35965(__this, L_19, L_20, NULL);
|
|
V_3 = L_21;
|
|
// if (baseLayout == null)
|
|
InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D* L_22 = V_3;
|
|
if (L_22)
|
|
{
|
|
goto IL_0082;
|
|
}
|
|
}
|
|
{
|
|
// throw new LayoutNotFoundException(
|
|
// $"Cannot find base layout '{baseLayoutName}' of layout '{name}'");
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_23 = V_1;
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_24 = L_23;
|
|
RuntimeObject* L_25 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735_il2cpp_TypeInfo_var)), &L_24);
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_26 = ___0_name;
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_27 = L_26;
|
|
RuntimeObject* L_28 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735_il2cpp_TypeInfo_var)), &L_27);
|
|
String_t* L_29;
|
|
L_29 = String_Format_mFB7DA489BD99F4670881FF50EC017BFB0A5C0987(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB559F8EFDB653C0DCF4C39346D2B5654A4CE1B63)), L_25, L_28, NULL);
|
|
LayoutNotFoundException_t04D5D4F5A48929A16B0727F1BDFEC21FDEF348B2* L_30 = (LayoutNotFoundException_t04D5D4F5A48929A16B0727F1BDFEC21FDEF348B2*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&LayoutNotFoundException_t04D5D4F5A48929A16B0727F1BDFEC21FDEF348B2_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_30);
|
|
LayoutNotFoundException__ctor_m2A646E05C7728138A46C404011DBD7F87333FAE6(L_30, L_29, NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_30, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Collection_TryLoadLayout_m6E3A66755E44EF5E01DCF0A4B28767B1F9F35965_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_0082:
|
|
{
|
|
// layout.MergeLayout(baseLayout);
|
|
InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D* L_31 = V_0;
|
|
InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D* L_32 = V_3;
|
|
NullCheck(L_31);
|
|
InputControlLayout_MergeLayout_mEC7E019B4FEAF51F93942082EEE66C8ABDF5AAAA(L_31, L_32, NULL);
|
|
// if (layout.m_BaseLayouts.length == 0)
|
|
InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D* L_33 = V_0;
|
|
NullCheck(L_33);
|
|
InlinedArray_1_tAFDFE0972A71B9760077CFA9D4A1DBD7BE435800* L_34 = (&L_33->___m_BaseLayouts_8);
|
|
int32_t L_35 = L_34->___length_0;
|
|
if (L_35)
|
|
{
|
|
goto IL_00a3;
|
|
}
|
|
}
|
|
{
|
|
// layout.m_BaseLayouts.Append(baseLayoutName);
|
|
InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D* L_36 = V_0;
|
|
NullCheck(L_36);
|
|
InlinedArray_1_tAFDFE0972A71B9760077CFA9D4A1DBD7BE435800* L_37 = (&L_36->___m_BaseLayouts_8);
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_38 = V_1;
|
|
int32_t L_39;
|
|
L_39 = InlinedArray_1_Append_m14B1C35E2818E78C1671F1F02272804B4BF33D05(L_37, L_38, InlinedArray_1_Append_m14B1C35E2818E78C1671F1F02272804B4BF33D05_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_00a3:
|
|
{
|
|
// if (layoutOverrides.TryGetValue(name, out var overrides))
|
|
Dictionary_2_tA8E192E813E347FF19EC3868E2C565607445394C* L_40 = __this->___layoutOverrides_5;
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_41 = ___0_name;
|
|
NullCheck(L_40);
|
|
bool L_42;
|
|
L_42 = Dictionary_2_TryGetValue_m6A747478B338D9AC7392868B6C02E4AF098370BF(L_40, L_41, (&V_2), Dictionary_2_TryGetValue_m6A747478B338D9AC7392868B6C02E4AF098370BF_RuntimeMethod_var);
|
|
if (!L_42)
|
|
{
|
|
goto IL_0124;
|
|
}
|
|
}
|
|
{
|
|
// for (var i = 0; i < overrides.Length; ++i)
|
|
V_4 = 0;
|
|
goto IL_011d;
|
|
}
|
|
|
|
IL_00b8:
|
|
{
|
|
// var overrideName = overrides[i];
|
|
InternedStringU5BU5D_t0B851758733FC0B118D84BE83AED10A0404C18D5* L_43 = V_2;
|
|
int32_t L_44 = V_4;
|
|
NullCheck(L_43);
|
|
int32_t L_45 = L_44;
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_46 = (L_43)->GetAt(static_cast<il2cpp_array_size_t>(L_45));
|
|
V_5 = L_46;
|
|
// var overrideLayout = TryLoadLayout(overrideName);
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_47 = V_5;
|
|
InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D* L_48;
|
|
L_48 = Collection_TryLoadLayout_m6E3A66755E44EF5E01DCF0A4B28767B1F9F35965(__this, L_47, (Dictionary_2_t058B78C04CBFB0F1C72F95C9880AE09DA041219F*)NULL, NULL);
|
|
// overrideLayout.MergeLayout(layout);
|
|
InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D* L_49 = L_48;
|
|
InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D* L_50 = V_0;
|
|
NullCheck(L_49);
|
|
InputControlLayout_MergeLayout_mEC7E019B4FEAF51F93942082EEE66C8ABDF5AAAA(L_49, L_50, NULL);
|
|
// overrideLayout.m_BaseLayouts.Clear();
|
|
InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D* L_51 = L_49;
|
|
NullCheck(L_51);
|
|
InlinedArray_1_tAFDFE0972A71B9760077CFA9D4A1DBD7BE435800* L_52 = (&L_51->___m_BaseLayouts_8);
|
|
InlinedArray_1_Clear_m8C1CCD6E74718AC5569EDB4C391C2327F056D1F5(L_52, InlinedArray_1_Clear_m8C1CCD6E74718AC5569EDB4C391C2327F056D1F5_RuntimeMethod_var);
|
|
// overrideLayout.isOverride = false;
|
|
InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D* L_53 = L_51;
|
|
NullCheck(L_53);
|
|
InputControlLayout_set_isOverride_m798D19D3E0E81E51B77F8558C1DA461DD2C72424(L_53, (bool)0, NULL);
|
|
// overrideLayout.isGenericTypeOfDevice = layout.isGenericTypeOfDevice;
|
|
InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D* L_54 = L_53;
|
|
InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D* L_55 = V_0;
|
|
NullCheck(L_55);
|
|
bool L_56;
|
|
L_56 = InputControlLayout_get_isGenericTypeOfDevice_m53987CA10F142E3A8501BAF7E0F52C9BC1031C8A(L_55, NULL);
|
|
NullCheck(L_54);
|
|
InputControlLayout_set_isGenericTypeOfDevice_mF23282B5AF62BC132A31DEF6487EE22A1F7CC03B(L_54, L_56, NULL);
|
|
// overrideLayout.m_Name = layout.name;
|
|
InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D* L_57 = L_54;
|
|
InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D* L_58 = V_0;
|
|
NullCheck(L_58);
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_59;
|
|
L_59 = InputControlLayout_get_name_m41A7AEAC666D5C2CC75AB1FE2E7D6D7CAB90EA9A_inline(L_58, NULL);
|
|
NullCheck(L_57);
|
|
L_57->___m_Name_2 = L_59;
|
|
Il2CppCodeGenWriteBarrier((void**)&(((&L_57->___m_Name_2))->___m_StringOriginalCase_0), (void*)NULL);
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&(((&L_57->___m_Name_2))->___m_StringLowerCase_1), (void*)NULL);
|
|
#endif
|
|
// overrideLayout.m_BaseLayouts = layout.m_BaseLayouts;
|
|
InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D* L_60 = L_57;
|
|
InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D* L_61 = V_0;
|
|
NullCheck(L_61);
|
|
InlinedArray_1_tAFDFE0972A71B9760077CFA9D4A1DBD7BE435800 L_62 = L_61->___m_BaseLayouts_8;
|
|
NullCheck(L_60);
|
|
L_60->___m_BaseLayouts_8 = L_62;
|
|
Il2CppCodeGenWriteBarrier((void**)&((&(((&L_60->___m_BaseLayouts_8))->___firstValue_1))->___m_StringOriginalCase_0), (void*)NULL);
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&((&(((&L_60->___m_BaseLayouts_8))->___firstValue_1))->___m_StringLowerCase_1), (void*)NULL);
|
|
#endif
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&(((&L_60->___m_BaseLayouts_8))->___additionalValues_2), (void*)NULL);
|
|
#endif
|
|
// layout = overrideLayout;
|
|
V_0 = L_60;
|
|
// layout.m_AppliedOverrides.Append(overrideName);
|
|
InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D* L_63 = V_0;
|
|
NullCheck(L_63);
|
|
InlinedArray_1_tAFDFE0972A71B9760077CFA9D4A1DBD7BE435800* L_64 = (&L_63->___m_AppliedOverrides_9);
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_65 = V_5;
|
|
int32_t L_66;
|
|
L_66 = InlinedArray_1_Append_m14B1C35E2818E78C1671F1F02272804B4BF33D05(L_64, L_65, InlinedArray_1_Append_m14B1C35E2818E78C1671F1F02272804B4BF33D05_RuntimeMethod_var);
|
|
// for (var i = 0; i < overrides.Length; ++i)
|
|
int32_t L_67 = V_4;
|
|
V_4 = ((int32_t)il2cpp_codegen_add(L_67, 1));
|
|
}
|
|
|
|
IL_011d:
|
|
{
|
|
// for (var i = 0; i < overrides.Length; ++i)
|
|
int32_t L_68 = V_4;
|
|
InternedStringU5BU5D_t0B851758733FC0B118D84BE83AED10A0404C18D5* L_69 = V_2;
|
|
NullCheck(L_69);
|
|
if ((((int32_t)L_68) < ((int32_t)((int32_t)(((RuntimeArray*)L_69)->max_length)))))
|
|
{
|
|
goto IL_00b8;
|
|
}
|
|
}
|
|
|
|
IL_0124:
|
|
{
|
|
// if (table != null)
|
|
Dictionary_2_t058B78C04CBFB0F1C72F95C9880AE09DA041219F* L_70 = ___1_table;
|
|
if (!L_70)
|
|
{
|
|
goto IL_012f;
|
|
}
|
|
}
|
|
{
|
|
// table[name] = layout;
|
|
Dictionary_2_t058B78C04CBFB0F1C72F95C9880AE09DA041219F* L_71 = ___1_table;
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_72 = ___0_name;
|
|
InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D* L_73 = V_0;
|
|
NullCheck(L_71);
|
|
Dictionary_2_set_Item_mDDDBBB5AA07B63B2303B9EBDAA8B3AB3C619391E(L_71, L_72, L_73, Dictionary_2_set_Item_mDDDBBB5AA07B63B2303B9EBDAA8B3AB3C619391E_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_012f:
|
|
{
|
|
// return layout;
|
|
InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D* L_74 = V_0;
|
|
return L_74;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D* Collection_TryLoadLayout_m6E3A66755E44EF5E01DCF0A4B28767B1F9F35965_AdjustorThunk (RuntimeObject* __this, InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 ___0_name, Dictionary_2_t058B78C04CBFB0F1C72F95C9880AE09DA041219F* ___1_table, const RuntimeMethod* method)
|
|
{
|
|
Collection_t6E9F85AD439CF26269683541C4DC58BA3B6756C5* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<Collection_t6E9F85AD439CF26269683541C4DC58BA3B6756C5*>(__this + _offset);
|
|
InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D* _returnValue;
|
|
_returnValue = Collection_TryLoadLayout_m6E3A66755E44EF5E01DCF0A4B28767B1F9F35965(_thisAdjusted, ___0_name, ___1_table, method);
|
|
return _returnValue;
|
|
}
|
|
// UnityEngine.InputSystem.Utilities.InternedString UnityEngine.InputSystem.Layouts.InputControlLayout/Collection::GetBaseLayoutName(UnityEngine.InputSystem.Utilities.InternedString)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 Collection_GetBaseLayoutName_m3793CF18CC308FC20923273708B55B34BEB0DDF7 (Collection_t6E9F85AD439CF26269683541C4DC58BA3B6756C5* __this, InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 ___0_layoutName, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_TryGetValue_mBD07B2BA220C34BE8CE4AD7F08BBDEDA92E15F78_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
{
|
|
// if (baseLayoutTable.TryGetValue(layoutName, out var baseLayoutName))
|
|
Dictionary_2_t433D1FE2CDB69C9F583F79D5252A34112439D0AD* L_0 = __this->___baseLayoutTable_4;
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_1 = ___0_layoutName;
|
|
NullCheck(L_0);
|
|
bool L_2;
|
|
L_2 = Dictionary_2_TryGetValue_mBD07B2BA220C34BE8CE4AD7F08BBDEDA92E15F78(L_0, L_1, (&V_0), Dictionary_2_TryGetValue_mBD07B2BA220C34BE8CE4AD7F08BBDEDA92E15F78_RuntimeMethod_var);
|
|
if (!L_2)
|
|
{
|
|
goto IL_0012;
|
|
}
|
|
}
|
|
{
|
|
// return baseLayoutName;
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_3 = V_0;
|
|
return L_3;
|
|
}
|
|
|
|
IL_0012:
|
|
{
|
|
// return default;
|
|
il2cpp_codegen_initobj((&V_1), sizeof(InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735));
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_4 = V_1;
|
|
return L_4;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 Collection_GetBaseLayoutName_m3793CF18CC308FC20923273708B55B34BEB0DDF7_AdjustorThunk (RuntimeObject* __this, InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 ___0_layoutName, const RuntimeMethod* method)
|
|
{
|
|
Collection_t6E9F85AD439CF26269683541C4DC58BA3B6756C5* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<Collection_t6E9F85AD439CF26269683541C4DC58BA3B6756C5*>(__this + _offset);
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 _returnValue;
|
|
_returnValue = Collection_GetBaseLayoutName_m3793CF18CC308FC20923273708B55B34BEB0DDF7(_thisAdjusted, ___0_layoutName, method);
|
|
return _returnValue;
|
|
}
|
|
// UnityEngine.InputSystem.Utilities.InternedString UnityEngine.InputSystem.Layouts.InputControlLayout/Collection::GetRootLayoutName(UnityEngine.InputSystem.Utilities.InternedString)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 Collection_GetRootLayoutName_m46498FD62DB4AA63969AD816B20BBA9CC3B30C3B (Collection_t6E9F85AD439CF26269683541C4DC58BA3B6756C5* __this, InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 ___0_layoutName, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_TryGetValue_mBD07B2BA220C34BE8CE4AD7F08BBDEDA92E15F78_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
|
|
IL_0000:
|
|
{
|
|
// while (baseLayoutTable.TryGetValue(layoutName, out var baseLayout))
|
|
Dictionary_2_t433D1FE2CDB69C9F583F79D5252A34112439D0AD* L_0 = __this->___baseLayoutTable_4;
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_1 = ___0_layoutName;
|
|
NullCheck(L_0);
|
|
bool L_2;
|
|
L_2 = Dictionary_2_TryGetValue_mBD07B2BA220C34BE8CE4AD7F08BBDEDA92E15F78(L_0, L_1, (&V_0), Dictionary_2_TryGetValue_mBD07B2BA220C34BE8CE4AD7F08BBDEDA92E15F78_RuntimeMethod_var);
|
|
if (!L_2)
|
|
{
|
|
goto IL_0015;
|
|
}
|
|
}
|
|
{
|
|
// layoutName = baseLayout;
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_3 = V_0;
|
|
___0_layoutName = L_3;
|
|
goto IL_0000;
|
|
}
|
|
|
|
IL_0015:
|
|
{
|
|
// return layoutName;
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_4 = ___0_layoutName;
|
|
return L_4;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 Collection_GetRootLayoutName_m46498FD62DB4AA63969AD816B20BBA9CC3B30C3B_AdjustorThunk (RuntimeObject* __this, InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 ___0_layoutName, const RuntimeMethod* method)
|
|
{
|
|
Collection_t6E9F85AD439CF26269683541C4DC58BA3B6756C5* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<Collection_t6E9F85AD439CF26269683541C4DC58BA3B6756C5*>(__this + _offset);
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 _returnValue;
|
|
_returnValue = Collection_GetRootLayoutName_m46498FD62DB4AA63969AD816B20BBA9CC3B30C3B(_thisAdjusted, ___0_layoutName, method);
|
|
return _returnValue;
|
|
}
|
|
// System.Boolean UnityEngine.InputSystem.Layouts.InputControlLayout/Collection::ComputeDistanceInInheritanceHierarchy(UnityEngine.InputSystem.Utilities.InternedString,UnityEngine.InputSystem.Utilities.InternedString,System.Int32&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Collection_ComputeDistanceInInheritanceHierarchy_m102A67186D45210015100145BB34373C8A82EF90 (Collection_t6E9F85AD439CF26269683541C4DC58BA3B6756C5* __this, InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 ___0_firstLayout, InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 ___1_secondLayout, int32_t* ___2_distance, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
int32_t V_2 = 0;
|
|
{
|
|
// distance = 0;
|
|
int32_t* L_0 = ___2_distance;
|
|
*((int32_t*)L_0) = (int32_t)0;
|
|
// var secondDistanceToFirst = 0;
|
|
V_0 = 0;
|
|
// var current = secondLayout;
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_1 = ___1_secondLayout;
|
|
V_1 = L_1;
|
|
goto IL_0015;
|
|
}
|
|
|
|
IL_0009:
|
|
{
|
|
// current = GetBaseLayoutName(current);
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_2 = V_1;
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_3;
|
|
L_3 = Collection_GetBaseLayoutName_m3793CF18CC308FC20923273708B55B34BEB0DDF7(__this, L_2, NULL);
|
|
V_1 = L_3;
|
|
// ++secondDistanceToFirst;
|
|
int32_t L_4 = V_0;
|
|
V_0 = ((int32_t)il2cpp_codegen_add(L_4, 1));
|
|
}
|
|
|
|
IL_0015:
|
|
{
|
|
// while (!current.IsEmpty() && current != firstLayout)
|
|
bool L_5;
|
|
L_5 = InternedString_IsEmpty_mA88FAF2562BF41C57C00E68F5A4111B22CFF173B((&V_1), NULL);
|
|
if (L_5)
|
|
{
|
|
goto IL_0027;
|
|
}
|
|
}
|
|
{
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_6 = V_1;
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_7 = ___0_firstLayout;
|
|
bool L_8;
|
|
L_8 = InternedString_op_Inequality_m18965E6A5E58BD2BBFA4480022D24D1BF4A4221B(L_6, L_7, NULL);
|
|
if (L_8)
|
|
{
|
|
goto IL_0009;
|
|
}
|
|
}
|
|
|
|
IL_0027:
|
|
{
|
|
// if (current == firstLayout)
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_9 = V_1;
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_10 = ___0_firstLayout;
|
|
bool L_11;
|
|
L_11 = InternedString_op_Equality_m0406355DC90197EF72482719BFC1F046822BABE9(L_9, L_10, NULL);
|
|
if (!L_11)
|
|
{
|
|
goto IL_0035;
|
|
}
|
|
}
|
|
{
|
|
// distance = secondDistanceToFirst;
|
|
int32_t* L_12 = ___2_distance;
|
|
int32_t L_13 = V_0;
|
|
*((int32_t*)L_12) = (int32_t)L_13;
|
|
// return true;
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0035:
|
|
{
|
|
// var firstDistanceToSecond = 0;
|
|
V_2 = 0;
|
|
// current = firstLayout;
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_14 = ___0_firstLayout;
|
|
V_1 = L_14;
|
|
goto IL_0047;
|
|
}
|
|
|
|
IL_003b:
|
|
{
|
|
// current = GetBaseLayoutName(current);
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_15 = V_1;
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_16;
|
|
L_16 = Collection_GetBaseLayoutName_m3793CF18CC308FC20923273708B55B34BEB0DDF7(__this, L_15, NULL);
|
|
V_1 = L_16;
|
|
// ++firstDistanceToSecond;
|
|
int32_t L_17 = V_2;
|
|
V_2 = ((int32_t)il2cpp_codegen_add(L_17, 1));
|
|
}
|
|
|
|
IL_0047:
|
|
{
|
|
// while (!current.IsEmpty() && current != secondLayout)
|
|
bool L_18;
|
|
L_18 = InternedString_IsEmpty_mA88FAF2562BF41C57C00E68F5A4111B22CFF173B((&V_1), NULL);
|
|
if (L_18)
|
|
{
|
|
goto IL_0059;
|
|
}
|
|
}
|
|
{
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_19 = V_1;
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_20 = ___1_secondLayout;
|
|
bool L_21;
|
|
L_21 = InternedString_op_Inequality_m18965E6A5E58BD2BBFA4480022D24D1BF4A4221B(L_19, L_20, NULL);
|
|
if (L_21)
|
|
{
|
|
goto IL_003b;
|
|
}
|
|
}
|
|
|
|
IL_0059:
|
|
{
|
|
// if (current == secondLayout)
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_22 = V_1;
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_23 = ___1_secondLayout;
|
|
bool L_24;
|
|
L_24 = InternedString_op_Equality_m0406355DC90197EF72482719BFC1F046822BABE9(L_22, L_23, NULL);
|
|
if (!L_24)
|
|
{
|
|
goto IL_0067;
|
|
}
|
|
}
|
|
{
|
|
// distance = firstDistanceToSecond;
|
|
int32_t* L_25 = ___2_distance;
|
|
int32_t L_26 = V_2;
|
|
*((int32_t*)L_25) = (int32_t)L_26;
|
|
// return true;
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0067:
|
|
{
|
|
// return false;
|
|
return (bool)0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C bool Collection_ComputeDistanceInInheritanceHierarchy_m102A67186D45210015100145BB34373C8A82EF90_AdjustorThunk (RuntimeObject* __this, InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 ___0_firstLayout, InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 ___1_secondLayout, int32_t* ___2_distance, const RuntimeMethod* method)
|
|
{
|
|
Collection_t6E9F85AD439CF26269683541C4DC58BA3B6756C5* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<Collection_t6E9F85AD439CF26269683541C4DC58BA3B6756C5*>(__this + _offset);
|
|
bool _returnValue;
|
|
_returnValue = Collection_ComputeDistanceInInheritanceHierarchy_m102A67186D45210015100145BB34373C8A82EF90(_thisAdjusted, ___0_firstLayout, ___1_secondLayout, ___2_distance, method);
|
|
return _returnValue;
|
|
}
|
|
// UnityEngine.InputSystem.Utilities.InternedString UnityEngine.InputSystem.Layouts.InputControlLayout/Collection::FindLayoutThatIntroducesControl(UnityEngine.InputSystem.InputControl,UnityEngine.InputSystem.Layouts.InputControlLayout/Cache)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 Collection_FindLayoutThatIntroducesControl_m106D44927CAAAF57FB6A963B7AF105CF2D4B7230 (Collection_t6E9F85AD439CF26269683541C4DC58BA3B6756C5* __this, InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* ___0_control, Cache_tB837109647F577DCE3795AEE2E9E0E3F61F543AB ___1_cache, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_TryGetValue_mBD07B2BA220C34BE8CE4AD7F08BBDEDA92E15F78_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_get_HasValue_m736B6649639E22745348A31C24B346DD267A02C4_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* V_0 = NULL;
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
Nullable_1_t655AB0D788E9ABDCE6B0F6BF2AADC5C7E35955C4 V_3;
|
|
memset((&V_3), 0, sizeof(V_3));
|
|
{
|
|
// var topmostChild = control;
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_0 = ___0_control;
|
|
V_0 = L_0;
|
|
goto IL_000b;
|
|
}
|
|
|
|
IL_0004:
|
|
{
|
|
// topmostChild = topmostChild.parent;
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_1 = V_0;
|
|
NullCheck(L_1);
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_2;
|
|
L_2 = InputControl_get_parent_mCB9335C099924935526B38534EE76E53847787AF_inline(L_1, NULL);
|
|
V_0 = L_2;
|
|
}
|
|
|
|
IL_000b:
|
|
{
|
|
// while (topmostChild.parent != control.device)
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_3 = V_0;
|
|
NullCheck(L_3);
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_4;
|
|
L_4 = InputControl_get_parent_mCB9335C099924935526B38534EE76E53847787AF_inline(L_3, NULL);
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_5 = ___0_control;
|
|
NullCheck(L_5);
|
|
InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* L_6;
|
|
L_6 = InputControl_get_device_mAB3E013F566CF3407B8C36BC781EBD751DFAB324_inline(L_5, NULL);
|
|
if ((!(((RuntimeObject*)(InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E*)L_4) == ((RuntimeObject*)(InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B*)L_6))))
|
|
{
|
|
goto IL_0004;
|
|
}
|
|
}
|
|
{
|
|
// var deviceLayoutName = control.device.m_Layout;
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_7 = ___0_control;
|
|
NullCheck(L_7);
|
|
InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* L_8;
|
|
L_8 = InputControl_get_device_mAB3E013F566CF3407B8C36BC781EBD751DFAB324_inline(L_7, NULL);
|
|
NullCheck(L_8);
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_9 = ((InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E*)L_8)->___m_Layout_7;
|
|
V_1 = L_9;
|
|
// var baseLayoutName = deviceLayoutName;
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_10 = V_1;
|
|
V_2 = L_10;
|
|
goto IL_004e;
|
|
}
|
|
|
|
IL_0029:
|
|
{
|
|
// var layout = cache.FindOrLoadLayout(baseLayoutName);
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_11 = V_2;
|
|
String_t* L_12;
|
|
L_12 = InternedString_op_Implicit_m99D80AAE853F54FA2EF2603D020C7454B608D2F6(L_11, NULL);
|
|
InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D* L_13;
|
|
L_13 = Cache_FindOrLoadLayout_m4CF6F90D82BE2EC89E5E0986CDF841DF9805FB00((&___1_cache), L_12, (bool)1, NULL);
|
|
// var controlItem = layout.FindControl(topmostChild.m_Name);
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_14 = V_0;
|
|
NullCheck(L_14);
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_15 = L_14->___m_Name_1;
|
|
NullCheck(L_13);
|
|
Nullable_1_t655AB0D788E9ABDCE6B0F6BF2AADC5C7E35955C4 L_16;
|
|
L_16 = InputControlLayout_FindControl_m5C2DE01470486CE5D2DC3DFC70FBCEFD74D4C12F(L_13, L_15, NULL);
|
|
V_3 = L_16;
|
|
// if (controlItem != null)
|
|
bool L_17;
|
|
L_17 = Nullable_1_get_HasValue_m736B6649639E22745348A31C24B346DD267A02C4_inline((&V_3), Nullable_1_get_HasValue_m736B6649639E22745348A31C24B346DD267A02C4_RuntimeMethod_var);
|
|
if (!L_17)
|
|
{
|
|
goto IL_004e;
|
|
}
|
|
}
|
|
{
|
|
// deviceLayoutName = baseLayoutName;
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_18 = V_2;
|
|
V_1 = L_18;
|
|
}
|
|
|
|
IL_004e:
|
|
{
|
|
// while (baseLayoutTable.TryGetValue(baseLayoutName, out baseLayoutName))
|
|
Dictionary_2_t433D1FE2CDB69C9F583F79D5252A34112439D0AD* L_19 = __this->___baseLayoutTable_4;
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_20 = V_2;
|
|
NullCheck(L_19);
|
|
bool L_21;
|
|
L_21 = Dictionary_2_TryGetValue_mBD07B2BA220C34BE8CE4AD7F08BBDEDA92E15F78(L_19, L_20, (&V_2), Dictionary_2_TryGetValue_mBD07B2BA220C34BE8CE4AD7F08BBDEDA92E15F78_RuntimeMethod_var);
|
|
if (L_21)
|
|
{
|
|
goto IL_0029;
|
|
}
|
|
}
|
|
{
|
|
// return deviceLayoutName;
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_22 = V_1;
|
|
return L_22;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 Collection_FindLayoutThatIntroducesControl_m106D44927CAAAF57FB6A963B7AF105CF2D4B7230_AdjustorThunk (RuntimeObject* __this, InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* ___0_control, Cache_tB837109647F577DCE3795AEE2E9E0E3F61F543AB ___1_cache, const RuntimeMethod* method)
|
|
{
|
|
Collection_t6E9F85AD439CF26269683541C4DC58BA3B6756C5* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<Collection_t6E9F85AD439CF26269683541C4DC58BA3B6756C5*>(__this + _offset);
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 _returnValue;
|
|
_returnValue = Collection_FindLayoutThatIntroducesControl_m106D44927CAAAF57FB6A963B7AF105CF2D4B7230(_thisAdjusted, ___0_control, ___1_cache, method);
|
|
return _returnValue;
|
|
}
|
|
// System.Type UnityEngine.InputSystem.Layouts.InputControlLayout/Collection::GetControlTypeForLayout(UnityEngine.InputSystem.Utilities.InternedString)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* Collection_GetControlTypeForLayout_m45CC21C9ADD4E107623067E46329994920D2E206 (Collection_t6E9F85AD439CF26269683541C4DC58BA3B6756C5* __this, InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 ___0_layoutName, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_ContainsKey_mA943D0E129FC6C18E5DF9D52E8BCEE23D1B390DF_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_TryGetValue_m4AFE96490465DE101600F734AF44C7E4AE513860_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_TryGetValue_mBD07B2BA220C34BE8CE4AD7F08BBDEDA92E15F78_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B_0_0_0_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Type_t* V_0 = NULL;
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
{
|
|
goto IL_0022;
|
|
}
|
|
|
|
IL_0002:
|
|
{
|
|
// if (baseLayoutTable.TryGetValue(layoutName, out var baseLayout))
|
|
Dictionary_2_t433D1FE2CDB69C9F583F79D5252A34112439D0AD* L_0 = __this->___baseLayoutTable_4;
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_1 = ___0_layoutName;
|
|
NullCheck(L_0);
|
|
bool L_2;
|
|
L_2 = Dictionary_2_TryGetValue_mBD07B2BA220C34BE8CE4AD7F08BBDEDA92E15F78(L_0, L_1, (&V_1), Dictionary_2_TryGetValue_mBD07B2BA220C34BE8CE4AD7F08BBDEDA92E15F78_RuntimeMethod_var);
|
|
if (!L_2)
|
|
{
|
|
goto IL_0017;
|
|
}
|
|
}
|
|
{
|
|
// layoutName = baseLayout;
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_3 = V_1;
|
|
___0_layoutName = L_3;
|
|
goto IL_0022;
|
|
}
|
|
|
|
IL_0017:
|
|
{
|
|
// return typeof(InputDevice);
|
|
RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_4 = { reinterpret_cast<intptr_t> (InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B_0_0_0_var) };
|
|
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
|
|
Type_t* L_5;
|
|
L_5 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_4, NULL);
|
|
return L_5;
|
|
}
|
|
|
|
IL_0022:
|
|
{
|
|
// while (layoutStrings.ContainsKey(layoutName))
|
|
Dictionary_2_tEB3FF1660C6129E11F3B4771A549DE9F169B5103* L_6 = __this->___layoutStrings_2;
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_7 = ___0_layoutName;
|
|
NullCheck(L_6);
|
|
bool L_8;
|
|
L_8 = Dictionary_2_ContainsKey_mA943D0E129FC6C18E5DF9D52E8BCEE23D1B390DF(L_6, L_7, Dictionary_2_ContainsKey_mA943D0E129FC6C18E5DF9D52E8BCEE23D1B390DF_RuntimeMethod_var);
|
|
if (L_8)
|
|
{
|
|
goto IL_0002;
|
|
}
|
|
}
|
|
{
|
|
// layoutTypes.TryGetValue(layoutName, out var result);
|
|
Dictionary_2_t1FFEE4C9AF6AF524CAD4FDCEA8F3AB34E585451D* L_9 = __this->___layoutTypes_1;
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_10 = ___0_layoutName;
|
|
NullCheck(L_9);
|
|
bool L_11;
|
|
L_11 = Dictionary_2_TryGetValue_m4AFE96490465DE101600F734AF44C7E4AE513860(L_9, L_10, (&V_0), Dictionary_2_TryGetValue_m4AFE96490465DE101600F734AF44C7E4AE513860_RuntimeMethod_var);
|
|
// return result;
|
|
Type_t* L_12 = V_0;
|
|
return L_12;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C Type_t* Collection_GetControlTypeForLayout_m45CC21C9ADD4E107623067E46329994920D2E206_AdjustorThunk (RuntimeObject* __this, InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 ___0_layoutName, const RuntimeMethod* method)
|
|
{
|
|
Collection_t6E9F85AD439CF26269683541C4DC58BA3B6756C5* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<Collection_t6E9F85AD439CF26269683541C4DC58BA3B6756C5*>(__this + _offset);
|
|
Type_t* _returnValue;
|
|
_returnValue = Collection_GetControlTypeForLayout_m45CC21C9ADD4E107623067E46329994920D2E206(_thisAdjusted, ___0_layoutName, method);
|
|
return _returnValue;
|
|
}
|
|
// System.Boolean UnityEngine.InputSystem.Layouts.InputControlLayout/Collection::ValueTypeIsAssignableFrom(UnityEngine.InputSystem.Utilities.InternedString,System.Type)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Collection_ValueTypeIsAssignableFrom_m6A21DBD6EAE987B74C288CA443FAB10A5E4083B7 (Collection_t6E9F85AD439CF26269683541C4DC58BA3B6756C5* __this, InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 ___0_layoutName, Type_t* ___1_valueType, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputControl_1_t93477CD4642D011DE3280D8E720C035E45409516_0_0_0_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Type_t* V_0 = NULL;
|
|
Type_t* V_1 = NULL;
|
|
{
|
|
// var controlType = GetControlTypeForLayout(layoutName);
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_0 = ___0_layoutName;
|
|
Type_t* L_1;
|
|
L_1 = Collection_GetControlTypeForLayout_m45CC21C9ADD4E107623067E46329994920D2E206(__this, L_0, NULL);
|
|
V_0 = L_1;
|
|
// if (controlType == null)
|
|
Type_t* L_2 = V_0;
|
|
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
|
|
bool L_3;
|
|
L_3 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_2, (Type_t*)NULL, NULL);
|
|
if (!L_3)
|
|
{
|
|
goto IL_0013;
|
|
}
|
|
}
|
|
{
|
|
// return false;
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0013:
|
|
{
|
|
// var valueTypOfControl =
|
|
// TypeHelpers.GetGenericTypeArgumentFromHierarchy(controlType, typeof(InputControl<>), 0);
|
|
Type_t* L_4 = V_0;
|
|
RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_5 = { reinterpret_cast<intptr_t> (InputControl_1_t93477CD4642D011DE3280D8E720C035E45409516_0_0_0_var) };
|
|
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
|
|
Type_t* L_6;
|
|
L_6 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_5, NULL);
|
|
Type_t* L_7;
|
|
L_7 = TypeHelpers_GetGenericTypeArgumentFromHierarchy_m9CE3EA9B8DFBBBC2BD6BFB81B4D66FB6922C089C(L_4, L_6, 0, NULL);
|
|
V_1 = L_7;
|
|
// if (valueTypOfControl == null)
|
|
Type_t* L_8 = V_1;
|
|
bool L_9;
|
|
L_9 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_8, (Type_t*)NULL, NULL);
|
|
if (!L_9)
|
|
{
|
|
goto IL_0030;
|
|
}
|
|
}
|
|
{
|
|
// return false;
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0030:
|
|
{
|
|
// return valueType.IsAssignableFrom(valueTypOfControl);
|
|
Type_t* L_10 = ___1_valueType;
|
|
Type_t* L_11 = V_1;
|
|
NullCheck(L_10);
|
|
bool L_12;
|
|
L_12 = VirtualFuncInvoker1< bool, Type_t* >::Invoke(22 /* System.Boolean System.Type::IsAssignableFrom(System.Type) */, L_10, L_11);
|
|
return L_12;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C bool Collection_ValueTypeIsAssignableFrom_m6A21DBD6EAE987B74C288CA443FAB10A5E4083B7_AdjustorThunk (RuntimeObject* __this, InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 ___0_layoutName, Type_t* ___1_valueType, const RuntimeMethod* method)
|
|
{
|
|
Collection_t6E9F85AD439CF26269683541C4DC58BA3B6756C5* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<Collection_t6E9F85AD439CF26269683541C4DC58BA3B6756C5*>(__this + _offset);
|
|
bool _returnValue;
|
|
_returnValue = Collection_ValueTypeIsAssignableFrom_m6A21DBD6EAE987B74C288CA443FAB10A5E4083B7(_thisAdjusted, ___0_layoutName, ___1_valueType, method);
|
|
return _returnValue;
|
|
}
|
|
// System.Boolean UnityEngine.InputSystem.Layouts.InputControlLayout/Collection::IsGeneratedLayout(UnityEngine.InputSystem.Utilities.InternedString)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Collection_IsGeneratedLayout_mAD9527FC1D6FA3C9075ACAF2F0215E3B5C0C359C (Collection_t6E9F85AD439CF26269683541C4DC58BA3B6756C5* __this, InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 ___0_layout, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_ContainsKey_mC5346BFA8EE81D8FA88F4AE3D58C5165D70C7CE7_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// return layoutBuilders.ContainsKey(layout);
|
|
Dictionary_2_tFF0F3921D8B2465193365C2463B7D6A977E874DA* L_0 = __this->___layoutBuilders_3;
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_1 = ___0_layout;
|
|
NullCheck(L_0);
|
|
bool L_2;
|
|
L_2 = Dictionary_2_ContainsKey_mC5346BFA8EE81D8FA88F4AE3D58C5165D70C7CE7(L_0, L_1, Dictionary_2_ContainsKey_mC5346BFA8EE81D8FA88F4AE3D58C5165D70C7CE7_RuntimeMethod_var);
|
|
return L_2;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C bool Collection_IsGeneratedLayout_mAD9527FC1D6FA3C9075ACAF2F0215E3B5C0C359C_AdjustorThunk (RuntimeObject* __this, InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 ___0_layout, const RuntimeMethod* method)
|
|
{
|
|
Collection_t6E9F85AD439CF26269683541C4DC58BA3B6756C5* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<Collection_t6E9F85AD439CF26269683541C4DC58BA3B6756C5*>(__this + _offset);
|
|
bool _returnValue;
|
|
_returnValue = Collection_IsGeneratedLayout_mAD9527FC1D6FA3C9075ACAF2F0215E3B5C0C359C(_thisAdjusted, ___0_layout, method);
|
|
return _returnValue;
|
|
}
|
|
// System.Collections.Generic.IEnumerable`1<UnityEngine.InputSystem.Utilities.InternedString> UnityEngine.InputSystem.Layouts.InputControlLayout/Collection::GetBaseLayouts(UnityEngine.InputSystem.Utilities.InternedString,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Collection_GetBaseLayouts_m92073B4583B8535720B7109383BB023207C26013 (Collection_t6E9F85AD439CF26269683541C4DC58BA3B6756C5* __this, InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 ___0_layout, bool ___1_includeSelf, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CGetBaseLayoutsU3Ed__24_tFACFE5E75EF61B27C631E4AAF81E6C3642719012_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
U3CGetBaseLayoutsU3Ed__24_tFACFE5E75EF61B27C631E4AAF81E6C3642719012* L_0 = (U3CGetBaseLayoutsU3Ed__24_tFACFE5E75EF61B27C631E4AAF81E6C3642719012*)il2cpp_codegen_object_new(U3CGetBaseLayoutsU3Ed__24_tFACFE5E75EF61B27C631E4AAF81E6C3642719012_il2cpp_TypeInfo_var);
|
|
NullCheck(L_0);
|
|
U3CGetBaseLayoutsU3Ed__24__ctor_mA40EEE1E3402865906BE8AAF26ACDAD74452235E(L_0, ((int32_t)-2), NULL);
|
|
U3CGetBaseLayoutsU3Ed__24_tFACFE5E75EF61B27C631E4AAF81E6C3642719012* L_1 = L_0;
|
|
Collection_t6E9F85AD439CF26269683541C4DC58BA3B6756C5 L_2 = (*(Collection_t6E9F85AD439CF26269683541C4DC58BA3B6756C5*)__this);
|
|
NullCheck(L_1);
|
|
L_1->___U3CU3E3__U3CU3E4__this_8 = L_2;
|
|
Il2CppCodeGenWriteBarrier((void**)&(((&L_1->___U3CU3E3__U3CU3E4__this_8))->___layoutTypes_1), (void*)NULL);
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&(((&L_1->___U3CU3E3__U3CU3E4__this_8))->___layoutStrings_2), (void*)NULL);
|
|
#endif
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&(((&L_1->___U3CU3E3__U3CU3E4__this_8))->___layoutBuilders_3), (void*)NULL);
|
|
#endif
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&(((&L_1->___U3CU3E3__U3CU3E4__this_8))->___baseLayoutTable_4), (void*)NULL);
|
|
#endif
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&(((&L_1->___U3CU3E3__U3CU3E4__this_8))->___layoutOverrides_5), (void*)NULL);
|
|
#endif
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&(((&L_1->___U3CU3E3__U3CU3E4__this_8))->___layoutOverrideNames_6), (void*)NULL);
|
|
#endif
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&(((&L_1->___U3CU3E3__U3CU3E4__this_8))->___precompiledLayouts_7), (void*)NULL);
|
|
#endif
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&(((&L_1->___U3CU3E3__U3CU3E4__this_8))->___layoutMatchers_8), (void*)NULL);
|
|
#endif
|
|
U3CGetBaseLayoutsU3Ed__24_tFACFE5E75EF61B27C631E4AAF81E6C3642719012* L_3 = L_1;
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_4 = ___0_layout;
|
|
NullCheck(L_3);
|
|
L_3->___U3CU3E3__layout_6 = L_4;
|
|
Il2CppCodeGenWriteBarrier((void**)&(((&L_3->___U3CU3E3__layout_6))->___m_StringOriginalCase_0), (void*)NULL);
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&(((&L_3->___U3CU3E3__layout_6))->___m_StringLowerCase_1), (void*)NULL);
|
|
#endif
|
|
U3CGetBaseLayoutsU3Ed__24_tFACFE5E75EF61B27C631E4AAF81E6C3642719012* L_5 = L_3;
|
|
bool L_6 = ___1_includeSelf;
|
|
NullCheck(L_5);
|
|
L_5->___U3CU3E3__includeSelf_4 = L_6;
|
|
return L_5;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C RuntimeObject* Collection_GetBaseLayouts_m92073B4583B8535720B7109383BB023207C26013_AdjustorThunk (RuntimeObject* __this, InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 ___0_layout, bool ___1_includeSelf, const RuntimeMethod* method)
|
|
{
|
|
Collection_t6E9F85AD439CF26269683541C4DC58BA3B6756C5* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<Collection_t6E9F85AD439CF26269683541C4DC58BA3B6756C5*>(__this + _offset);
|
|
RuntimeObject* _returnValue;
|
|
_returnValue = Collection_GetBaseLayouts_m92073B4583B8535720B7109383BB023207C26013(_thisAdjusted, ___0_layout, ___1_includeSelf, method);
|
|
return _returnValue;
|
|
}
|
|
// System.Boolean UnityEngine.InputSystem.Layouts.InputControlLayout/Collection::IsBasedOn(UnityEngine.InputSystem.Utilities.InternedString,UnityEngine.InputSystem.Utilities.InternedString)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Collection_IsBasedOn_mD54DB5412B192CA765CC97EF62C5D8C8033E4CB7 (Collection_t6E9F85AD439CF26269683541C4DC58BA3B6756C5* __this, InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 ___0_parentLayout, InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 ___1_childLayout, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_TryGetValue_mBD07B2BA220C34BE8CE4AD7F08BBDEDA92E15F78_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
// var layout = childLayout;
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_0 = ___1_childLayout;
|
|
V_0 = L_0;
|
|
goto IL_000f;
|
|
}
|
|
|
|
IL_0004:
|
|
{
|
|
// if (layout == parentLayout)
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_1 = V_0;
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_2 = ___0_parentLayout;
|
|
bool L_3;
|
|
L_3 = InternedString_op_Equality_m0406355DC90197EF72482719BFC1F046822BABE9(L_1, L_2, NULL);
|
|
if (!L_3)
|
|
{
|
|
goto IL_000f;
|
|
}
|
|
}
|
|
{
|
|
// return true;
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_000f:
|
|
{
|
|
// while (baseLayoutTable.TryGetValue(layout, out layout))
|
|
Dictionary_2_t433D1FE2CDB69C9F583F79D5252A34112439D0AD* L_4 = __this->___baseLayoutTable_4;
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_5 = V_0;
|
|
NullCheck(L_4);
|
|
bool L_6;
|
|
L_6 = Dictionary_2_TryGetValue_mBD07B2BA220C34BE8CE4AD7F08BBDEDA92E15F78(L_4, L_5, (&V_0), Dictionary_2_TryGetValue_mBD07B2BA220C34BE8CE4AD7F08BBDEDA92E15F78_RuntimeMethod_var);
|
|
if (L_6)
|
|
{
|
|
goto IL_0004;
|
|
}
|
|
}
|
|
{
|
|
// return false;
|
|
return (bool)0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C bool Collection_IsBasedOn_mD54DB5412B192CA765CC97EF62C5D8C8033E4CB7_AdjustorThunk (RuntimeObject* __this, InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 ___0_parentLayout, InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 ___1_childLayout, const RuntimeMethod* method)
|
|
{
|
|
Collection_t6E9F85AD439CF26269683541C4DC58BA3B6756C5* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<Collection_t6E9F85AD439CF26269683541C4DC58BA3B6756C5*>(__this + _offset);
|
|
bool _returnValue;
|
|
_returnValue = Collection_IsBasedOn_mD54DB5412B192CA765CC97EF62C5D8C8033E4CB7(_thisAdjusted, ___0_parentLayout, ___1_childLayout, method);
|
|
return _returnValue;
|
|
}
|
|
// System.Void UnityEngine.InputSystem.Layouts.InputControlLayout/Collection::AddMatcher(UnityEngine.InputSystem.Utilities.InternedString,UnityEngine.InputSystem.Layouts.InputDeviceMatcher)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Collection_AddMatcher_m7578385A554981E09606D23CDF274DF4FBBC9EA2 (Collection_t6E9F85AD439CF26269683541C4DC58BA3B6756C5* __this, InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 ___0_layout, InputDeviceMatcher_tF9BA551C8BB4AE41672366A7EBEA951543E0C555 ___1_matcher, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputDeviceMatcher_tF9BA551C8BB4AE41672366A7EBEA951543E0C555_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_m1445C78C000C0B2BB5347D71EB0E1C07A45FB143_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_mF4DDF38AC881AF869CC1CBE8475179B456B18437_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_m99814088AA4143A5FA997159A17F5B25A7D3D2F8_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
LayoutMatcher_t0D8F5E32A7C82BC292EBA0FAA3EB2D9F1F72A0A6 V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
{
|
|
// var layoutMatcherCount = layoutMatchers.Count;
|
|
List_1_t4E502B2E42676E48E6F9A8F0251ADB1DF4BD490E* L_0 = __this->___layoutMatchers_8;
|
|
NullCheck(L_0);
|
|
int32_t L_1;
|
|
L_1 = List_1_get_Count_mF4DDF38AC881AF869CC1CBE8475179B456B18437_inline(L_0, List_1_get_Count_mF4DDF38AC881AF869CC1CBE8475179B456B18437_RuntimeMethod_var);
|
|
V_0 = L_1;
|
|
// for (var i = 0; i < layoutMatcherCount; ++i)
|
|
V_1 = 0;
|
|
goto IL_002e;
|
|
}
|
|
|
|
IL_0010:
|
|
{
|
|
// if (layoutMatchers[i].deviceMatcher == matcher)
|
|
List_1_t4E502B2E42676E48E6F9A8F0251ADB1DF4BD490E* L_2 = __this->___layoutMatchers_8;
|
|
int32_t L_3 = V_1;
|
|
NullCheck(L_2);
|
|
LayoutMatcher_t0D8F5E32A7C82BC292EBA0FAA3EB2D9F1F72A0A6 L_4;
|
|
L_4 = List_1_get_Item_m99814088AA4143A5FA997159A17F5B25A7D3D2F8(L_2, L_3, List_1_get_Item_m99814088AA4143A5FA997159A17F5B25A7D3D2F8_RuntimeMethod_var);
|
|
InputDeviceMatcher_tF9BA551C8BB4AE41672366A7EBEA951543E0C555 L_5 = L_4.___deviceMatcher_1;
|
|
InputDeviceMatcher_tF9BA551C8BB4AE41672366A7EBEA951543E0C555 L_6 = ___1_matcher;
|
|
il2cpp_codegen_runtime_class_init_inline(InputDeviceMatcher_tF9BA551C8BB4AE41672366A7EBEA951543E0C555_il2cpp_TypeInfo_var);
|
|
bool L_7;
|
|
L_7 = InputDeviceMatcher_op_Equality_mA7342809DE9BD012BB78FF1D02E916D240679D45(L_5, L_6, NULL);
|
|
if (!L_7)
|
|
{
|
|
goto IL_002a;
|
|
}
|
|
}
|
|
{
|
|
// return;
|
|
return;
|
|
}
|
|
|
|
IL_002a:
|
|
{
|
|
// for (var i = 0; i < layoutMatcherCount; ++i)
|
|
int32_t L_8 = V_1;
|
|
V_1 = ((int32_t)il2cpp_codegen_add(L_8, 1));
|
|
}
|
|
|
|
IL_002e:
|
|
{
|
|
// for (var i = 0; i < layoutMatcherCount; ++i)
|
|
int32_t L_9 = V_1;
|
|
int32_t L_10 = V_0;
|
|
if ((((int32_t)L_9) < ((int32_t)L_10)))
|
|
{
|
|
goto IL_0010;
|
|
}
|
|
}
|
|
{
|
|
// layoutMatchers.Add(new LayoutMatcher {layoutName = layout, deviceMatcher = matcher});
|
|
List_1_t4E502B2E42676E48E6F9A8F0251ADB1DF4BD490E* L_11 = __this->___layoutMatchers_8;
|
|
il2cpp_codegen_initobj((&V_2), sizeof(LayoutMatcher_t0D8F5E32A7C82BC292EBA0FAA3EB2D9F1F72A0A6));
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_12 = ___0_layout;
|
|
(&V_2)->___layoutName_0 = L_12;
|
|
Il2CppCodeGenWriteBarrier((void**)&(((&(&V_2)->___layoutName_0))->___m_StringOriginalCase_0), (void*)NULL);
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&(((&(&V_2)->___layoutName_0))->___m_StringLowerCase_1), (void*)NULL);
|
|
#endif
|
|
InputDeviceMatcher_tF9BA551C8BB4AE41672366A7EBEA951543E0C555 L_13 = ___1_matcher;
|
|
(&V_2)->___deviceMatcher_1 = L_13;
|
|
Il2CppCodeGenWriteBarrier((void**)&(((&(&V_2)->___deviceMatcher_1))->___m_Patterns_0), (void*)NULL);
|
|
LayoutMatcher_t0D8F5E32A7C82BC292EBA0FAA3EB2D9F1F72A0A6 L_14 = V_2;
|
|
NullCheck(L_11);
|
|
List_1_Add_m1445C78C000C0B2BB5347D71EB0E1C07A45FB143_inline(L_11, L_14, List_1_Add_m1445C78C000C0B2BB5347D71EB0E1C07A45FB143_RuntimeMethod_var);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void Collection_AddMatcher_m7578385A554981E09606D23CDF274DF4FBBC9EA2_AdjustorThunk (RuntimeObject* __this, InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 ___0_layout, InputDeviceMatcher_tF9BA551C8BB4AE41672366A7EBEA951543E0C555 ___1_matcher, const RuntimeMethod* method)
|
|
{
|
|
Collection_t6E9F85AD439CF26269683541C4DC58BA3B6756C5* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<Collection_t6E9F85AD439CF26269683541C4DC58BA3B6756C5*>(__this + _offset);
|
|
Collection_AddMatcher_m7578385A554981E09606D23CDF274DF4FBBC9EA2(_thisAdjusted, ___0_layout, ___1_matcher, 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.Layouts.InputControlLayout/Collection/LayoutMatcher
|
|
IL2CPP_EXTERN_C void LayoutMatcher_t0D8F5E32A7C82BC292EBA0FAA3EB2D9F1F72A0A6_marshal_pinvoke(const LayoutMatcher_t0D8F5E32A7C82BC292EBA0FAA3EB2D9F1F72A0A6& unmarshaled, LayoutMatcher_t0D8F5E32A7C82BC292EBA0FAA3EB2D9F1F72A0A6_marshaled_pinvoke& marshaled)
|
|
{
|
|
Exception_t* ___deviceMatcher_1Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'deviceMatcher' of type 'LayoutMatcher'.");
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(___deviceMatcher_1Exception, NULL);
|
|
}
|
|
IL2CPP_EXTERN_C void LayoutMatcher_t0D8F5E32A7C82BC292EBA0FAA3EB2D9F1F72A0A6_marshal_pinvoke_back(const LayoutMatcher_t0D8F5E32A7C82BC292EBA0FAA3EB2D9F1F72A0A6_marshaled_pinvoke& marshaled, LayoutMatcher_t0D8F5E32A7C82BC292EBA0FAA3EB2D9F1F72A0A6& unmarshaled)
|
|
{
|
|
Exception_t* ___deviceMatcher_1Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'deviceMatcher' of type 'LayoutMatcher'.");
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(___deviceMatcher_1Exception, NULL);
|
|
}
|
|
// Conversion method for clean up from marshalling of: UnityEngine.InputSystem.Layouts.InputControlLayout/Collection/LayoutMatcher
|
|
IL2CPP_EXTERN_C void LayoutMatcher_t0D8F5E32A7C82BC292EBA0FAA3EB2D9F1F72A0A6_marshal_pinvoke_cleanup(LayoutMatcher_t0D8F5E32A7C82BC292EBA0FAA3EB2D9F1F72A0A6_marshaled_pinvoke& marshaled)
|
|
{
|
|
}
|
|
|
|
|
|
|
|
|
|
// Conversion methods for marshalling of: UnityEngine.InputSystem.Layouts.InputControlLayout/Collection/LayoutMatcher
|
|
IL2CPP_EXTERN_C void LayoutMatcher_t0D8F5E32A7C82BC292EBA0FAA3EB2D9F1F72A0A6_marshal_com(const LayoutMatcher_t0D8F5E32A7C82BC292EBA0FAA3EB2D9F1F72A0A6& unmarshaled, LayoutMatcher_t0D8F5E32A7C82BC292EBA0FAA3EB2D9F1F72A0A6_marshaled_com& marshaled)
|
|
{
|
|
Exception_t* ___deviceMatcher_1Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'deviceMatcher' of type 'LayoutMatcher'.");
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(___deviceMatcher_1Exception, NULL);
|
|
}
|
|
IL2CPP_EXTERN_C void LayoutMatcher_t0D8F5E32A7C82BC292EBA0FAA3EB2D9F1F72A0A6_marshal_com_back(const LayoutMatcher_t0D8F5E32A7C82BC292EBA0FAA3EB2D9F1F72A0A6_marshaled_com& marshaled, LayoutMatcher_t0D8F5E32A7C82BC292EBA0FAA3EB2D9F1F72A0A6& unmarshaled)
|
|
{
|
|
Exception_t* ___deviceMatcher_1Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'deviceMatcher' of type 'LayoutMatcher'.");
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(___deviceMatcher_1Exception, NULL);
|
|
}
|
|
// Conversion method for clean up from marshalling of: UnityEngine.InputSystem.Layouts.InputControlLayout/Collection/LayoutMatcher
|
|
IL2CPP_EXTERN_C void LayoutMatcher_t0D8F5E32A7C82BC292EBA0FAA3EB2D9F1F72A0A6_marshal_com_cleanup(LayoutMatcher_t0D8F5E32A7C82BC292EBA0FAA3EB2D9F1F72A0A6_marshaled_com& marshaled)
|
|
{
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// Conversion methods for marshalling of: UnityEngine.InputSystem.Layouts.InputControlLayout/Collection/PrecompiledLayout
|
|
IL2CPP_EXTERN_C void PrecompiledLayout_tEFFE070A47145E8B18D5003F777983D278034A63_marshal_pinvoke(const PrecompiledLayout_tEFFE070A47145E8B18D5003F777983D278034A63& unmarshaled, PrecompiledLayout_tEFFE070A47145E8B18D5003F777983D278034A63_marshaled_pinvoke& marshaled)
|
|
{
|
|
marshaled.___factoryMethod_0 = il2cpp_codegen_marshal_delegate(reinterpret_cast<MulticastDelegate_t*>(unmarshaled.___factoryMethod_0));
|
|
marshaled.___metadata_1 = il2cpp_codegen_marshal_string(unmarshaled.___metadata_1);
|
|
}
|
|
IL2CPP_EXTERN_C void PrecompiledLayout_tEFFE070A47145E8B18D5003F777983D278034A63_marshal_pinvoke_back(const PrecompiledLayout_tEFFE070A47145E8B18D5003F777983D278034A63_marshaled_pinvoke& marshaled, PrecompiledLayout_tEFFE070A47145E8B18D5003F777983D278034A63& unmarshaled)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_1_t97C6124008260D65F78265F8B3965ACA776F0671_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
unmarshaled.___factoryMethod_0 = il2cpp_codegen_marshal_function_ptr_to_delegate<Func_1_t97C6124008260D65F78265F8B3965ACA776F0671>(marshaled.___factoryMethod_0, Func_1_t97C6124008260D65F78265F8B3965ACA776F0671_il2cpp_TypeInfo_var);
|
|
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___factoryMethod_0), (void*)il2cpp_codegen_marshal_function_ptr_to_delegate<Func_1_t97C6124008260D65F78265F8B3965ACA776F0671>(marshaled.___factoryMethod_0, Func_1_t97C6124008260D65F78265F8B3965ACA776F0671_il2cpp_TypeInfo_var));
|
|
unmarshaled.___metadata_1 = il2cpp_codegen_marshal_string_result(marshaled.___metadata_1);
|
|
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___metadata_1), (void*)il2cpp_codegen_marshal_string_result(marshaled.___metadata_1));
|
|
}
|
|
// Conversion method for clean up from marshalling of: UnityEngine.InputSystem.Layouts.InputControlLayout/Collection/PrecompiledLayout
|
|
IL2CPP_EXTERN_C void PrecompiledLayout_tEFFE070A47145E8B18D5003F777983D278034A63_marshal_pinvoke_cleanup(PrecompiledLayout_tEFFE070A47145E8B18D5003F777983D278034A63_marshaled_pinvoke& marshaled)
|
|
{
|
|
il2cpp_codegen_marshal_free(marshaled.___metadata_1);
|
|
marshaled.___metadata_1 = NULL;
|
|
}
|
|
// Conversion methods for marshalling of: UnityEngine.InputSystem.Layouts.InputControlLayout/Collection/PrecompiledLayout
|
|
IL2CPP_EXTERN_C void PrecompiledLayout_tEFFE070A47145E8B18D5003F777983D278034A63_marshal_com(const PrecompiledLayout_tEFFE070A47145E8B18D5003F777983D278034A63& unmarshaled, PrecompiledLayout_tEFFE070A47145E8B18D5003F777983D278034A63_marshaled_com& marshaled)
|
|
{
|
|
marshaled.___factoryMethod_0 = il2cpp_codegen_marshal_delegate(reinterpret_cast<MulticastDelegate_t*>(unmarshaled.___factoryMethod_0));
|
|
marshaled.___metadata_1 = il2cpp_codegen_marshal_bstring(unmarshaled.___metadata_1);
|
|
}
|
|
IL2CPP_EXTERN_C void PrecompiledLayout_tEFFE070A47145E8B18D5003F777983D278034A63_marshal_com_back(const PrecompiledLayout_tEFFE070A47145E8B18D5003F777983D278034A63_marshaled_com& marshaled, PrecompiledLayout_tEFFE070A47145E8B18D5003F777983D278034A63& unmarshaled)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_1_t97C6124008260D65F78265F8B3965ACA776F0671_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
unmarshaled.___factoryMethod_0 = il2cpp_codegen_marshal_function_ptr_to_delegate<Func_1_t97C6124008260D65F78265F8B3965ACA776F0671>(marshaled.___factoryMethod_0, Func_1_t97C6124008260D65F78265F8B3965ACA776F0671_il2cpp_TypeInfo_var);
|
|
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___factoryMethod_0), (void*)il2cpp_codegen_marshal_function_ptr_to_delegate<Func_1_t97C6124008260D65F78265F8B3965ACA776F0671>(marshaled.___factoryMethod_0, Func_1_t97C6124008260D65F78265F8B3965ACA776F0671_il2cpp_TypeInfo_var));
|
|
unmarshaled.___metadata_1 = il2cpp_codegen_marshal_bstring_result(marshaled.___metadata_1);
|
|
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___metadata_1), (void*)il2cpp_codegen_marshal_bstring_result(marshaled.___metadata_1));
|
|
}
|
|
// Conversion method for clean up from marshalling of: UnityEngine.InputSystem.Layouts.InputControlLayout/Collection/PrecompiledLayout
|
|
IL2CPP_EXTERN_C void PrecompiledLayout_tEFFE070A47145E8B18D5003F777983D278034A63_marshal_com_cleanup(PrecompiledLayout_tEFFE070A47145E8B18D5003F777983D278034A63_marshaled_com& marshaled)
|
|
{
|
|
il2cpp_codegen_marshal_free_bstring(marshaled.___metadata_1);
|
|
marshaled.___metadata_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.InputControlLayout/Collection/<GetBaseLayouts>d__24::.ctor(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CGetBaseLayoutsU3Ed__24__ctor_mA40EEE1E3402865906BE8AAF26ACDAD74452235E (U3CGetBaseLayoutsU3Ed__24_tFACFE5E75EF61B27C631E4AAF81E6C3642719012* __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.InputControlLayout/Collection/<GetBaseLayouts>d__24::System.IDisposable.Dispose()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CGetBaseLayoutsU3Ed__24_System_IDisposable_Dispose_mA956B2DC31BCDA2B2F32F8DDEC97B6DE84A5207D (U3CGetBaseLayoutsU3Ed__24_tFACFE5E75EF61B27C631E4AAF81E6C3642719012* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Boolean UnityEngine.InputSystem.Layouts.InputControlLayout/Collection/<GetBaseLayouts>d__24::MoveNext()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CGetBaseLayoutsU3Ed__24_MoveNext_mB112E74FF084E294139F1B41B2C31E1D824101DB (U3CGetBaseLayoutsU3Ed__24_tFACFE5E75EF61B27C631E4AAF81E6C3642719012* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_TryGetValue_mBD07B2BA220C34BE8CE4AD7F08BBDEDA92E15F78_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 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_003f;
|
|
}
|
|
case 2:
|
|
{
|
|
goto IL_005d;
|
|
}
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_001b:
|
|
{
|
|
__this->___U3CU3E1__state_0 = (-1);
|
|
// if (includeSelf)
|
|
bool L_2 = __this->___includeSelf_3;
|
|
if (!L_2)
|
|
{
|
|
goto IL_0064;
|
|
}
|
|
}
|
|
{
|
|
// yield return layout;
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_3 = __this->___layout_5;
|
|
__this->___U3CU3E2__current_1 = L_3;
|
|
Il2CppCodeGenWriteBarrier((void**)&(((&__this->___U3CU3E2__current_1))->___m_StringOriginalCase_0), (void*)NULL);
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&(((&__this->___U3CU3E2__current_1))->___m_StringLowerCase_1), (void*)NULL);
|
|
#endif
|
|
__this->___U3CU3E1__state_0 = 1;
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_003f:
|
|
{
|
|
__this->___U3CU3E1__state_0 = (-1);
|
|
goto IL_0064;
|
|
}
|
|
|
|
IL_0048:
|
|
{
|
|
// yield return layout;
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_4 = __this->___layout_5;
|
|
__this->___U3CU3E2__current_1 = L_4;
|
|
Il2CppCodeGenWriteBarrier((void**)&(((&__this->___U3CU3E2__current_1))->___m_StringOriginalCase_0), (void*)NULL);
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&(((&__this->___U3CU3E2__current_1))->___m_StringLowerCase_1), (void*)NULL);
|
|
#endif
|
|
__this->___U3CU3E1__state_0 = 2;
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_005d:
|
|
{
|
|
__this->___U3CU3E1__state_0 = (-1);
|
|
}
|
|
|
|
IL_0064:
|
|
{
|
|
// while (baseLayoutTable.TryGetValue(layout, out layout))
|
|
Collection_t6E9F85AD439CF26269683541C4DC58BA3B6756C5* L_5 = (&__this->___U3CU3E4__this_7);
|
|
Dictionary_2_t433D1FE2CDB69C9F583F79D5252A34112439D0AD* L_6 = L_5->___baseLayoutTable_4;
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_7 = __this->___layout_5;
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735* L_8 = (&__this->___layout_5);
|
|
NullCheck(L_6);
|
|
bool L_9;
|
|
L_9 = Dictionary_2_TryGetValue_mBD07B2BA220C34BE8CE4AD7F08BBDEDA92E15F78(L_6, L_7, L_8, Dictionary_2_TryGetValue_mBD07B2BA220C34BE8CE4AD7F08BBDEDA92E15F78_RuntimeMethod_var);
|
|
if (L_9)
|
|
{
|
|
goto IL_0048;
|
|
}
|
|
}
|
|
{
|
|
// }
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// UnityEngine.InputSystem.Utilities.InternedString UnityEngine.InputSystem.Layouts.InputControlLayout/Collection/<GetBaseLayouts>d__24::System.Collections.Generic.IEnumerator<UnityEngine.InputSystem.Utilities.InternedString>.get_Current()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 U3CGetBaseLayoutsU3Ed__24_System_Collections_Generic_IEnumeratorU3CUnityEngine_InputSystem_Utilities_InternedStringU3E_get_Current_m0B09801C8C8FE07B39A58BCC0BD7E2E15C01C4EF (U3CGetBaseLayoutsU3Ed__24_tFACFE5E75EF61B27C631E4AAF81E6C3642719012* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_0 = __this->___U3CU3E2__current_1;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.InputSystem.Layouts.InputControlLayout/Collection/<GetBaseLayouts>d__24::System.Collections.IEnumerator.Reset()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CGetBaseLayoutsU3Ed__24_System_Collections_IEnumerator_Reset_m1F61E517329D67EA41D9D1643706DA14B66B0126 (U3CGetBaseLayoutsU3Ed__24_tFACFE5E75EF61B27C631E4AAF81E6C3642719012* __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*)&U3CGetBaseLayoutsU3Ed__24_System_Collections_IEnumerator_Reset_m1F61E517329D67EA41D9D1643706DA14B66B0126_RuntimeMethod_var)));
|
|
}
|
|
}
|
|
// System.Object UnityEngine.InputSystem.Layouts.InputControlLayout/Collection/<GetBaseLayouts>d__24::System.Collections.IEnumerator.get_Current()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* U3CGetBaseLayoutsU3Ed__24_System_Collections_IEnumerator_get_Current_m9B3C2C6EDB5CBD0D719550DC07DC4061CDAE39A6 (U3CGetBaseLayoutsU3Ed__24_tFACFE5E75EF61B27C631E4AAF81E6C3642719012* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_0 = __this->___U3CU3E2__current_1;
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_1 = L_0;
|
|
RuntimeObject* L_2 = Box(InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735_il2cpp_TypeInfo_var, &L_1);
|
|
return L_2;
|
|
}
|
|
}
|
|
// System.Collections.Generic.IEnumerator`1<UnityEngine.InputSystem.Utilities.InternedString> UnityEngine.InputSystem.Layouts.InputControlLayout/Collection/<GetBaseLayouts>d__24::System.Collections.Generic.IEnumerable<UnityEngine.InputSystem.Utilities.InternedString>.GetEnumerator()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* U3CGetBaseLayoutsU3Ed__24_System_Collections_Generic_IEnumerableU3CUnityEngine_InputSystem_Utilities_InternedStringU3E_GetEnumerator_m4480BBD40C953EC0F5B3DE0C1376F0207E187A3C (U3CGetBaseLayoutsU3Ed__24_tFACFE5E75EF61B27C631E4AAF81E6C3642719012* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CGetBaseLayoutsU3Ed__24_tFACFE5E75EF61B27C631E4AAF81E6C3642719012_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
U3CGetBaseLayoutsU3Ed__24_tFACFE5E75EF61B27C631E4AAF81E6C3642719012* 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:
|
|
{
|
|
U3CGetBaseLayoutsU3Ed__24_tFACFE5E75EF61B27C631E4AAF81E6C3642719012* L_3 = (U3CGetBaseLayoutsU3Ed__24_tFACFE5E75EF61B27C631E4AAF81E6C3642719012*)il2cpp_codegen_object_new(U3CGetBaseLayoutsU3Ed__24_tFACFE5E75EF61B27C631E4AAF81E6C3642719012_il2cpp_TypeInfo_var);
|
|
NullCheck(L_3);
|
|
U3CGetBaseLayoutsU3Ed__24__ctor_mA40EEE1E3402865906BE8AAF26ACDAD74452235E(L_3, 0, NULL);
|
|
V_0 = L_3;
|
|
}
|
|
|
|
IL_0029:
|
|
{
|
|
U3CGetBaseLayoutsU3Ed__24_tFACFE5E75EF61B27C631E4AAF81E6C3642719012* L_4 = V_0;
|
|
Collection_t6E9F85AD439CF26269683541C4DC58BA3B6756C5 L_5 = __this->___U3CU3E3__U3CU3E4__this_8;
|
|
NullCheck(L_4);
|
|
L_4->___U3CU3E4__this_7 = L_5;
|
|
Il2CppCodeGenWriteBarrier((void**)&(((&L_4->___U3CU3E4__this_7))->___layoutTypes_1), (void*)NULL);
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&(((&L_4->___U3CU3E4__this_7))->___layoutStrings_2), (void*)NULL);
|
|
#endif
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&(((&L_4->___U3CU3E4__this_7))->___layoutBuilders_3), (void*)NULL);
|
|
#endif
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&(((&L_4->___U3CU3E4__this_7))->___baseLayoutTable_4), (void*)NULL);
|
|
#endif
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&(((&L_4->___U3CU3E4__this_7))->___layoutOverrides_5), (void*)NULL);
|
|
#endif
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&(((&L_4->___U3CU3E4__this_7))->___layoutOverrideNames_6), (void*)NULL);
|
|
#endif
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&(((&L_4->___U3CU3E4__this_7))->___precompiledLayouts_7), (void*)NULL);
|
|
#endif
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&(((&L_4->___U3CU3E4__this_7))->___layoutMatchers_8), (void*)NULL);
|
|
#endif
|
|
U3CGetBaseLayoutsU3Ed__24_tFACFE5E75EF61B27C631E4AAF81E6C3642719012* L_6 = V_0;
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_7 = __this->___U3CU3E3__layout_6;
|
|
NullCheck(L_6);
|
|
L_6->___layout_5 = L_7;
|
|
Il2CppCodeGenWriteBarrier((void**)&(((&L_6->___layout_5))->___m_StringOriginalCase_0), (void*)NULL);
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&(((&L_6->___layout_5))->___m_StringLowerCase_1), (void*)NULL);
|
|
#endif
|
|
U3CGetBaseLayoutsU3Ed__24_tFACFE5E75EF61B27C631E4AAF81E6C3642719012* L_8 = V_0;
|
|
bool L_9 = __this->___U3CU3E3__includeSelf_4;
|
|
NullCheck(L_8);
|
|
L_8->___includeSelf_3 = L_9;
|
|
U3CGetBaseLayoutsU3Ed__24_tFACFE5E75EF61B27C631E4AAF81E6C3642719012* L_10 = V_0;
|
|
return L_10;
|
|
}
|
|
}
|
|
// System.Collections.IEnumerator UnityEngine.InputSystem.Layouts.InputControlLayout/Collection/<GetBaseLayouts>d__24::System.Collections.IEnumerable.GetEnumerator()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* U3CGetBaseLayoutsU3Ed__24_System_Collections_IEnumerable_GetEnumerator_mCDBABD8D47CBA189992C25FA5075DBF9AB9F7B27 (U3CGetBaseLayoutsU3Ed__24_tFACFE5E75EF61B27C631E4AAF81E6C3642719012* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
RuntimeObject* L_0;
|
|
L_0 = U3CGetBaseLayoutsU3Ed__24_System_Collections_Generic_IEnumerableU3CUnityEngine_InputSystem_Utilities_InternedStringU3E_GetEnumerator_m4480BBD40C953EC0F5B3DE0C1376F0207E187A3C(__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.String UnityEngine.InputSystem.Layouts.InputControlLayout/LayoutNotFoundException::get_layout()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* LayoutNotFoundException_get_layout_m37F53C110A776188D459C4E19DFCB11F1F0CC8C4 (LayoutNotFoundException_t04D5D4F5A48929A16B0727F1BDFEC21FDEF348B2* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public string layout { get; }
|
|
String_t* L_0 = __this->___U3ClayoutU3Ek__BackingField_18;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.InputSystem.Layouts.InputControlLayout/LayoutNotFoundException::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LayoutNotFoundException__ctor_m1094AF0FA61C5F6003DBF824D4F0D23073CCA7F1 (LayoutNotFoundException_t04D5D4F5A48929A16B0727F1BDFEC21FDEF348B2* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// public LayoutNotFoundException()
|
|
il2cpp_codegen_runtime_class_init_inline(Exception_t_il2cpp_TypeInfo_var);
|
|
Exception__ctor_m203319D1EA1274689B380A947B4ADC8445662B8F(__this, NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.InputSystem.Layouts.InputControlLayout/LayoutNotFoundException::.ctor(System.String,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LayoutNotFoundException__ctor_m5D7DDAA9C90354C56C69DEF7A96207F825027807 (LayoutNotFoundException_t04D5D4F5A48929A16B0727F1BDFEC21FDEF348B2* __this, String_t* ___0_name, String_t* ___1_message, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// : base(message)
|
|
String_t* L_0 = ___1_message;
|
|
il2cpp_codegen_runtime_class_init_inline(Exception_t_il2cpp_TypeInfo_var);
|
|
Exception__ctor_m9B2BD92CD68916245A75109105D9071C9D430E7F(__this, L_0, NULL);
|
|
// layout = name;
|
|
String_t* L_1 = ___0_name;
|
|
__this->___U3ClayoutU3Ek__BackingField_18 = L_1;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3ClayoutU3Ek__BackingField_18), (void*)L_1);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.InputSystem.Layouts.InputControlLayout/LayoutNotFoundException::.ctor(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LayoutNotFoundException__ctor_m2A646E05C7728138A46C404011DBD7F87333FAE6 (LayoutNotFoundException_t04D5D4F5A48929A16B0727F1BDFEC21FDEF348B2* __this, String_t* ___0_name, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral023623988A6B2B7B8C4B4A85B7EC8A7F558A2E1C);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral42646B33B50B6AA15E22733C8900716F0FE19E1D);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// : base($"Cannot find control layout '{name}'")
|
|
String_t* L_0 = ___0_name;
|
|
String_t* L_1;
|
|
L_1 = String_Concat_m8855A6DE10F84DA7F4EC113CADDB59873A25573B(_stringLiteral023623988A6B2B7B8C4B4A85B7EC8A7F558A2E1C, L_0, _stringLiteral42646B33B50B6AA15E22733C8900716F0FE19E1D, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Exception_t_il2cpp_TypeInfo_var);
|
|
Exception__ctor_m9B2BD92CD68916245A75109105D9071C9D430E7F(__this, L_1, NULL);
|
|
// layout = name;
|
|
String_t* L_2 = ___0_name;
|
|
__this->___U3ClayoutU3Ek__BackingField_18 = L_2;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3ClayoutU3Ek__BackingField_18), (void*)L_2);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.InputSystem.Layouts.InputControlLayout/LayoutNotFoundException::.ctor(System.String,System.Exception)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LayoutNotFoundException__ctor_m5A68734614FF0D61EBEE75D74343A6831AB77E38 (LayoutNotFoundException_t04D5D4F5A48929A16B0727F1BDFEC21FDEF348B2* __this, String_t* ___0_message, Exception_t* ___1_innerException, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// base(message, innerException)
|
|
String_t* L_0 = ___0_message;
|
|
Exception_t* L_1 = ___1_innerException;
|
|
il2cpp_codegen_runtime_class_init_inline(Exception_t_il2cpp_TypeInfo_var);
|
|
Exception__ctor_m9BC141AAB08F47C34B7ED40C1A6C0C1ADDEC5CB3(__this, L_0, L_1, NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.InputSystem.Layouts.InputControlLayout/LayoutNotFoundException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LayoutNotFoundException__ctor_m7086CBDCE784E648471A6C02102158E547E7B298 (LayoutNotFoundException_t04D5D4F5A48929A16B0727F1BDFEC21FDEF348B2* __this, SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* ___0_info, StreamingContext_t56760522A751890146EE45F82F866B55B7E33677 ___1_context, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// StreamingContext context) : base(info, context)
|
|
SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* L_0 = ___0_info;
|
|
StreamingContext_t56760522A751890146EE45F82F866B55B7E33677 L_1 = ___1_context;
|
|
il2cpp_codegen_runtime_class_init_inline(Exception_t_il2cpp_TypeInfo_var);
|
|
Exception__ctor_m412D5FC4D69035738F1DB88FD771ABD6B0E9E120(__this, L_0, L_1, NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// Conversion methods for marshalling of: UnityEngine.InputSystem.Layouts.InputControlLayout/Cache
|
|
IL2CPP_EXTERN_C void Cache_tB837109647F577DCE3795AEE2E9E0E3F61F543AB_marshal_pinvoke(const Cache_tB837109647F577DCE3795AEE2E9E0E3F61F543AB& unmarshaled, Cache_tB837109647F577DCE3795AEE2E9E0E3F61F543AB_marshaled_pinvoke& marshaled)
|
|
{
|
|
Exception_t* ___table_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'table' of type 'Cache'.");
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(___table_0Exception, NULL);
|
|
}
|
|
IL2CPP_EXTERN_C void Cache_tB837109647F577DCE3795AEE2E9E0E3F61F543AB_marshal_pinvoke_back(const Cache_tB837109647F577DCE3795AEE2E9E0E3F61F543AB_marshaled_pinvoke& marshaled, Cache_tB837109647F577DCE3795AEE2E9E0E3F61F543AB& unmarshaled)
|
|
{
|
|
Exception_t* ___table_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'table' of type 'Cache'.");
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(___table_0Exception, NULL);
|
|
}
|
|
// Conversion method for clean up from marshalling of: UnityEngine.InputSystem.Layouts.InputControlLayout/Cache
|
|
IL2CPP_EXTERN_C void Cache_tB837109647F577DCE3795AEE2E9E0E3F61F543AB_marshal_pinvoke_cleanup(Cache_tB837109647F577DCE3795AEE2E9E0E3F61F543AB_marshaled_pinvoke& marshaled)
|
|
{
|
|
}
|
|
// Conversion methods for marshalling of: UnityEngine.InputSystem.Layouts.InputControlLayout/Cache
|
|
IL2CPP_EXTERN_C void Cache_tB837109647F577DCE3795AEE2E9E0E3F61F543AB_marshal_com(const Cache_tB837109647F577DCE3795AEE2E9E0E3F61F543AB& unmarshaled, Cache_tB837109647F577DCE3795AEE2E9E0E3F61F543AB_marshaled_com& marshaled)
|
|
{
|
|
Exception_t* ___table_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'table' of type 'Cache'.");
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(___table_0Exception, NULL);
|
|
}
|
|
IL2CPP_EXTERN_C void Cache_tB837109647F577DCE3795AEE2E9E0E3F61F543AB_marshal_com_back(const Cache_tB837109647F577DCE3795AEE2E9E0E3F61F543AB_marshaled_com& marshaled, Cache_tB837109647F577DCE3795AEE2E9E0E3F61F543AB& unmarshaled)
|
|
{
|
|
Exception_t* ___table_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'table' of type 'Cache'.");
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(___table_0Exception, NULL);
|
|
}
|
|
// Conversion method for clean up from marshalling of: UnityEngine.InputSystem.Layouts.InputControlLayout/Cache
|
|
IL2CPP_EXTERN_C void Cache_tB837109647F577DCE3795AEE2E9E0E3F61F543AB_marshal_com_cleanup(Cache_tB837109647F577DCE3795AEE2E9E0E3F61F543AB_marshaled_com& marshaled)
|
|
{
|
|
}
|
|
// System.Void UnityEngine.InputSystem.Layouts.InputControlLayout/Cache::Clear()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Cache_Clear_m54F9EDA319E13FC0981C500E72B2B780E93639BC (Cache_tB837109647F577DCE3795AEE2E9E0E3F61F543AB* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// table = null;
|
|
__this->___table_0 = (Dictionary_2_t058B78C04CBFB0F1C72F95C9880AE09DA041219F*)NULL;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___table_0), (void*)(Dictionary_2_t058B78C04CBFB0F1C72F95C9880AE09DA041219F*)NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void Cache_Clear_m54F9EDA319E13FC0981C500E72B2B780E93639BC_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
Cache_tB837109647F577DCE3795AEE2E9E0E3F61F543AB* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<Cache_tB837109647F577DCE3795AEE2E9E0E3F61F543AB*>(__this + _offset);
|
|
Cache_Clear_m54F9EDA319E13FC0981C500E72B2B780E93639BC(_thisAdjusted, method);
|
|
}
|
|
// UnityEngine.InputSystem.Layouts.InputControlLayout UnityEngine.InputSystem.Layouts.InputControlLayout/Cache::FindOrLoadLayout(System.String,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D* Cache_FindOrLoadLayout_m4CF6F90D82BE2EC89E5E0986CDF841DF9805FB00 (Cache_tB837109647F577DCE3795AEE2E9E0E3F61F543AB* __this, String_t* ___0_name, bool ___1_throwIfNotFound, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2__ctor_m7953445AA385E2850D1B2E4983FB960C74274521_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_t058B78C04CBFB0F1C72F95C9880AE09DA041219F_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D* V_1 = NULL;
|
|
{
|
|
// var internedName = new InternedString(name);
|
|
String_t* L_0 = ___0_name;
|
|
InternedString__ctor_m2E9672D46D84C82F705DE799CE8B6123EB95E935((&V_0), L_0, NULL);
|
|
// if (table == null)
|
|
Dictionary_2_t058B78C04CBFB0F1C72F95C9880AE09DA041219F* L_1 = __this->___table_0;
|
|
if (L_1)
|
|
{
|
|
goto IL_001b;
|
|
}
|
|
}
|
|
{
|
|
// table = new Dictionary<InternedString, InputControlLayout>();
|
|
Dictionary_2_t058B78C04CBFB0F1C72F95C9880AE09DA041219F* L_2 = (Dictionary_2_t058B78C04CBFB0F1C72F95C9880AE09DA041219F*)il2cpp_codegen_object_new(Dictionary_2_t058B78C04CBFB0F1C72F95C9880AE09DA041219F_il2cpp_TypeInfo_var);
|
|
NullCheck(L_2);
|
|
Dictionary_2__ctor_m7953445AA385E2850D1B2E4983FB960C74274521(L_2, Dictionary_2__ctor_m7953445AA385E2850D1B2E4983FB960C74274521_RuntimeMethod_var);
|
|
__this->___table_0 = L_2;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___table_0), (void*)L_2);
|
|
}
|
|
|
|
IL_001b:
|
|
{
|
|
// var layout = s_Layouts.TryLoadLayout(internedName, table);
|
|
il2cpp_codegen_runtime_class_init_inline(InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D_il2cpp_TypeInfo_var);
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_3 = V_0;
|
|
Dictionary_2_t058B78C04CBFB0F1C72F95C9880AE09DA041219F* L_4 = __this->___table_0;
|
|
InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D* L_5;
|
|
L_5 = Collection_TryLoadLayout_m6E3A66755E44EF5E01DCF0A4B28767B1F9F35965((&((InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D_StaticFields*)il2cpp_codegen_static_fields_for(InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D_il2cpp_TypeInfo_var))->___s_Layouts_15), L_3, L_4, NULL);
|
|
V_1 = L_5;
|
|
// if (layout != null)
|
|
InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D* L_6 = V_1;
|
|
if (!L_6)
|
|
{
|
|
goto IL_0032;
|
|
}
|
|
}
|
|
{
|
|
// return layout;
|
|
InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D* L_7 = V_1;
|
|
return L_7;
|
|
}
|
|
|
|
IL_0032:
|
|
{
|
|
// if (throwIfNotFound)
|
|
bool L_8 = ___1_throwIfNotFound;
|
|
if (!L_8)
|
|
{
|
|
goto IL_003c;
|
|
}
|
|
}
|
|
{
|
|
// throw new LayoutNotFoundException(name);
|
|
String_t* L_9 = ___0_name;
|
|
LayoutNotFoundException_t04D5D4F5A48929A16B0727F1BDFEC21FDEF348B2* L_10 = (LayoutNotFoundException_t04D5D4F5A48929A16B0727F1BDFEC21FDEF348B2*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&LayoutNotFoundException_t04D5D4F5A48929A16B0727F1BDFEC21FDEF348B2_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_10);
|
|
LayoutNotFoundException__ctor_m2A646E05C7728138A46C404011DBD7F87333FAE6(L_10, L_9, NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_10, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Cache_FindOrLoadLayout_m4CF6F90D82BE2EC89E5E0986CDF841DF9805FB00_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_003c:
|
|
{
|
|
// return null;
|
|
return (InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D*)NULL;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D* Cache_FindOrLoadLayout_m4CF6F90D82BE2EC89E5E0986CDF841DF9805FB00_AdjustorThunk (RuntimeObject* __this, String_t* ___0_name, bool ___1_throwIfNotFound, const RuntimeMethod* method)
|
|
{
|
|
Cache_tB837109647F577DCE3795AEE2E9E0E3F61F543AB* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<Cache_tB837109647F577DCE3795AEE2E9E0E3F61F543AB*>(__this + _offset);
|
|
InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D* _returnValue;
|
|
_returnValue = Cache_FindOrLoadLayout_m4CF6F90D82BE2EC89E5E0986CDF841DF9805FB00(_thisAdjusted, ___0_name, ___1_throwIfNotFound, 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.InputControlLayout/CacheRefInstance
|
|
IL2CPP_EXTERN_C void CacheRefInstance_t4E8602E1529A57250C63318B7E44AE2195514023_marshal_pinvoke(const CacheRefInstance_t4E8602E1529A57250C63318B7E44AE2195514023& unmarshaled, CacheRefInstance_t4E8602E1529A57250C63318B7E44AE2195514023_marshaled_pinvoke& marshaled)
|
|
{
|
|
marshaled.___valid_0 = static_cast<int32_t>(unmarshaled.___valid_0);
|
|
}
|
|
IL2CPP_EXTERN_C void CacheRefInstance_t4E8602E1529A57250C63318B7E44AE2195514023_marshal_pinvoke_back(const CacheRefInstance_t4E8602E1529A57250C63318B7E44AE2195514023_marshaled_pinvoke& marshaled, CacheRefInstance_t4E8602E1529A57250C63318B7E44AE2195514023& unmarshaled)
|
|
{
|
|
bool unmarshaledvalid_temp_0 = false;
|
|
unmarshaledvalid_temp_0 = static_cast<bool>(marshaled.___valid_0);
|
|
unmarshaled.___valid_0 = unmarshaledvalid_temp_0;
|
|
}
|
|
// Conversion method for clean up from marshalling of: UnityEngine.InputSystem.Layouts.InputControlLayout/CacheRefInstance
|
|
IL2CPP_EXTERN_C void CacheRefInstance_t4E8602E1529A57250C63318B7E44AE2195514023_marshal_pinvoke_cleanup(CacheRefInstance_t4E8602E1529A57250C63318B7E44AE2195514023_marshaled_pinvoke& marshaled)
|
|
{
|
|
}
|
|
// Conversion methods for marshalling of: UnityEngine.InputSystem.Layouts.InputControlLayout/CacheRefInstance
|
|
IL2CPP_EXTERN_C void CacheRefInstance_t4E8602E1529A57250C63318B7E44AE2195514023_marshal_com(const CacheRefInstance_t4E8602E1529A57250C63318B7E44AE2195514023& unmarshaled, CacheRefInstance_t4E8602E1529A57250C63318B7E44AE2195514023_marshaled_com& marshaled)
|
|
{
|
|
marshaled.___valid_0 = static_cast<int32_t>(unmarshaled.___valid_0);
|
|
}
|
|
IL2CPP_EXTERN_C void CacheRefInstance_t4E8602E1529A57250C63318B7E44AE2195514023_marshal_com_back(const CacheRefInstance_t4E8602E1529A57250C63318B7E44AE2195514023_marshaled_com& marshaled, CacheRefInstance_t4E8602E1529A57250C63318B7E44AE2195514023& unmarshaled)
|
|
{
|
|
bool unmarshaledvalid_temp_0 = false;
|
|
unmarshaledvalid_temp_0 = static_cast<bool>(marshaled.___valid_0);
|
|
unmarshaled.___valid_0 = unmarshaledvalid_temp_0;
|
|
}
|
|
// Conversion method for clean up from marshalling of: UnityEngine.InputSystem.Layouts.InputControlLayout/CacheRefInstance
|
|
IL2CPP_EXTERN_C void CacheRefInstance_t4E8602E1529A57250C63318B7E44AE2195514023_marshal_com_cleanup(CacheRefInstance_t4E8602E1529A57250C63318B7E44AE2195514023_marshaled_com& marshaled)
|
|
{
|
|
}
|
|
// System.Void UnityEngine.InputSystem.Layouts.InputControlLayout/CacheRefInstance::Dispose()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CacheRefInstance_Dispose_mF4F950E072C6C411689B25AEC2CE6118D0929C0E (CacheRefInstance_t4E8602E1529A57250C63318B7E44AE2195514023* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// if (!valid)
|
|
bool L_0 = __this->___valid_0;
|
|
if (L_0)
|
|
{
|
|
goto IL_0009;
|
|
}
|
|
}
|
|
{
|
|
// return;
|
|
return;
|
|
}
|
|
|
|
IL_0009:
|
|
{
|
|
// --s_CacheInstanceRef;
|
|
il2cpp_codegen_runtime_class_init_inline(InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D_il2cpp_TypeInfo_var);
|
|
int32_t L_1 = ((InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D_StaticFields*)il2cpp_codegen_static_fields_for(InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D_il2cpp_TypeInfo_var))->___s_CacheInstanceRef_17;
|
|
((InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D_StaticFields*)il2cpp_codegen_static_fields_for(InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D_il2cpp_TypeInfo_var))->___s_CacheInstanceRef_17 = ((int32_t)il2cpp_codegen_subtract(L_1, 1));
|
|
// if (s_CacheInstanceRef <= 0)
|
|
int32_t L_2 = ((InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D_StaticFields*)il2cpp_codegen_static_fields_for(InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D_il2cpp_TypeInfo_var))->___s_CacheInstanceRef_17;
|
|
if ((((int32_t)L_2) > ((int32_t)0)))
|
|
{
|
|
goto IL_002e;
|
|
}
|
|
}
|
|
{
|
|
// s_CacheInstance = default;
|
|
il2cpp_codegen_runtime_class_init_inline(InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initobj((&((InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D_StaticFields*)il2cpp_codegen_static_fields_for(InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D_il2cpp_TypeInfo_var))->___s_CacheInstance_16), sizeof(Cache_tB837109647F577DCE3795AEE2E9E0E3F61F543AB));
|
|
// s_CacheInstanceRef = 0;
|
|
((InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D_StaticFields*)il2cpp_codegen_static_fields_for(InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D_il2cpp_TypeInfo_var))->___s_CacheInstanceRef_17 = 0;
|
|
}
|
|
|
|
IL_002e:
|
|
{
|
|
// valid = false;
|
|
__this->___valid_0 = (bool)0;
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void CacheRefInstance_Dispose_mF4F950E072C6C411689B25AEC2CE6118D0929C0E_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
CacheRefInstance_t4E8602E1529A57250C63318B7E44AE2195514023* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<CacheRefInstance_t4E8602E1529A57250C63318B7E44AE2195514023*>(__this + _offset);
|
|
CacheRefInstance_Dispose_mF4F950E072C6C411689B25AEC2CE6118D0929C0E(_thisAdjusted, method);
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void UnityEngine.InputSystem.Layouts.InputControlLayout/<>c::.cctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__cctor_mBB4DD2A566D74F46C2425FE089475977AC6261C7 (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_t2FC53E156FFD93CC20E0C54722DB6F0050D22EB7_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
U3CU3Ec_t2FC53E156FFD93CC20E0C54722DB6F0050D22EB7* L_0 = (U3CU3Ec_t2FC53E156FFD93CC20E0C54722DB6F0050D22EB7*)il2cpp_codegen_object_new(U3CU3Ec_t2FC53E156FFD93CC20E0C54722DB6F0050D22EB7_il2cpp_TypeInfo_var);
|
|
NullCheck(L_0);
|
|
U3CU3Ec__ctor_mB90D3DB7DF9DE4F20880CD38ADCC476301A9C241(L_0, NULL);
|
|
((U3CU3Ec_t2FC53E156FFD93CC20E0C54722DB6F0050D22EB7_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t2FC53E156FFD93CC20E0C54722DB6F0050D22EB7_il2cpp_TypeInfo_var))->___U3CU3E9_0 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((U3CU3Ec_t2FC53E156FFD93CC20E0C54722DB6F0050D22EB7_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t2FC53E156FFD93CC20E0C54722DB6F0050D22EB7_il2cpp_TypeInfo_var))->___U3CU3E9_0), (void*)L_0);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.InputSystem.Layouts.InputControlLayout/<>c::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__ctor_mB90D3DB7DF9DE4F20880CD38ADCC476301A9C241 (U3CU3Ec_t2FC53E156FFD93CC20E0C54722DB6F0050D22EB7* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
|
|
return;
|
|
}
|
|
}
|
|
// UnityEngine.InputSystem.Utilities.InternedString UnityEngine.InputSystem.Layouts.InputControlLayout/<>c::<FromType>b__52_0(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 U3CU3Ec_U3CFromTypeU3Eb__52_0_mB2EEBBABB4242277AD5DD367BA0FE8F90FA151F2 (U3CU3Ec_t2FC53E156FFD93CC20E0C54722DB6F0050D22EB7* __this, String_t* ___0_x, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// ArrayHelpers.Select(layoutAttribute.commonUsages, x => new InternedString(x));
|
|
String_t* L_0 = ___0_x;
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_1;
|
|
memset((&L_1), 0, sizeof(L_1));
|
|
InternedString__ctor_m2E9672D46D84C82F705DE799CE8B6123EB95E935((&L_1), L_0, /*hidden argument*/NULL);
|
|
return L_1;
|
|
}
|
|
}
|
|
// UnityEngine.InputSystem.Utilities.InternedString UnityEngine.InputSystem.Layouts.InputControlLayout/<>c::<CreateControlItemFromMember>b__75_0(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 U3CU3Ec_U3CCreateControlItemFromMemberU3Eb__75_0_m1E97AAFAE6B6EC46590C6C04FC057556FCE3E852 (U3CU3Ec_t2FC53E156FFD93CC20E0C54722DB6F0050D22EB7* __this, String_t* ___0_x, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// aliases = joined.Select(x => new InternedString(x)).ToArray();
|
|
String_t* L_0 = ___0_x;
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_1;
|
|
memset((&L_1), 0, sizeof(L_1));
|
|
InternedString__ctor_m2E9672D46D84C82F705DE799CE8B6123EB95E935((&L_1), L_0, /*hidden argument*/NULL);
|
|
return L_1;
|
|
}
|
|
}
|
|
// UnityEngine.InputSystem.Utilities.InternedString UnityEngine.InputSystem.Layouts.InputControlLayout/<>c::<CreateControlItemFromMember>b__75_1(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 U3CU3Ec_U3CCreateControlItemFromMemberU3Eb__75_1_m82976E43314F7E9B778F0466AC92AECC3646ED29 (U3CU3Ec_t2FC53E156FFD93CC20E0C54722DB6F0050D22EB7* __this, String_t* ___0_x, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// usages = joined.Select(x => new InternedString(x)).ToArray();
|
|
String_t* L_0 = ___0_x;
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_1;
|
|
memset((&L_1), 0, sizeof(L_1));
|
|
InternedString__ctor_m2E9672D46D84C82F705DE799CE8B6123EB95E935((&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
|
|
// System.Type UnityEngine.InputSystem.Layouts.InputControlLayoutAttribute::get_stateType()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* InputControlLayoutAttribute_get_stateType_m0433BD1DAE77F2B64FEBCA3427B5B1F19167A1D3 (InputControlLayoutAttribute_tB220062778EF9614EA4BA4E5A35520EEA17C21D7* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public Type stateType { get; set; }
|
|
Type_t* L_0 = __this->___U3CstateTypeU3Ek__BackingField_0;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.InputSystem.Layouts.InputControlLayoutAttribute::set_stateType(System.Type)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputControlLayoutAttribute_set_stateType_m0D8768258F81DDC37ADE5DE794997CFCFE834346 (InputControlLayoutAttribute_tB220062778EF9614EA4BA4E5A35520EEA17C21D7* __this, Type_t* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public Type stateType { get; set; }
|
|
Type_t* L_0 = ___0_value;
|
|
__this->___U3CstateTypeU3Ek__BackingField_0 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CstateTypeU3Ek__BackingField_0), (void*)L_0);
|
|
return;
|
|
}
|
|
}
|
|
// System.String UnityEngine.InputSystem.Layouts.InputControlLayoutAttribute::get_stateFormat()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* InputControlLayoutAttribute_get_stateFormat_m614344B43A8F87397426753A88F5AD7D299DB440 (InputControlLayoutAttribute_tB220062778EF9614EA4BA4E5A35520EEA17C21D7* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public string stateFormat { get; set; }
|
|
String_t* L_0 = __this->___U3CstateFormatU3Ek__BackingField_1;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.InputSystem.Layouts.InputControlLayoutAttribute::set_stateFormat(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputControlLayoutAttribute_set_stateFormat_m1E1AF3E1D358DF4875F0B5CE2DAF32F8E9844C45 (InputControlLayoutAttribute_tB220062778EF9614EA4BA4E5A35520EEA17C21D7* __this, String_t* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public string stateFormat { get; set; }
|
|
String_t* L_0 = ___0_value;
|
|
__this->___U3CstateFormatU3Ek__BackingField_1 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CstateFormatU3Ek__BackingField_1), (void*)L_0);
|
|
return;
|
|
}
|
|
}
|
|
// System.String[] UnityEngine.InputSystem.Layouts.InputControlLayoutAttribute::get_commonUsages()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* InputControlLayoutAttribute_get_commonUsages_m429504C8A4BB52F5F7285B30370AF5325CF802EA (InputControlLayoutAttribute_tB220062778EF9614EA4BA4E5A35520EEA17C21D7* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public string[] commonUsages { get; set; }
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_0 = __this->___U3CcommonUsagesU3Ek__BackingField_2;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.InputSystem.Layouts.InputControlLayoutAttribute::set_commonUsages(System.String[])
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputControlLayoutAttribute_set_commonUsages_mB5FA1B828E9E3F7BE4DA9A13D4F6B45B48F1438E (InputControlLayoutAttribute_tB220062778EF9614EA4BA4E5A35520EEA17C21D7* __this, StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public string[] commonUsages { get; set; }
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_0 = ___0_value;
|
|
__this->___U3CcommonUsagesU3Ek__BackingField_2 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CcommonUsagesU3Ek__BackingField_2), (void*)L_0);
|
|
return;
|
|
}
|
|
}
|
|
// System.String UnityEngine.InputSystem.Layouts.InputControlLayoutAttribute::get_variants()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* InputControlLayoutAttribute_get_variants_mC2EA0619AEB09CBD42DB57FB3B7CBD0DF68B3F0E (InputControlLayoutAttribute_tB220062778EF9614EA4BA4E5A35520EEA17C21D7* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public string variants { get; set; }
|
|
String_t* L_0 = __this->___U3CvariantsU3Ek__BackingField_3;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.InputSystem.Layouts.InputControlLayoutAttribute::set_variants(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputControlLayoutAttribute_set_variants_m4D221C8B981DCEF2811CDA5425E64F2BC602F8EE (InputControlLayoutAttribute_tB220062778EF9614EA4BA4E5A35520EEA17C21D7* __this, String_t* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public string variants { get; set; }
|
|
String_t* L_0 = ___0_value;
|
|
__this->___U3CvariantsU3Ek__BackingField_3 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CvariantsU3Ek__BackingField_3), (void*)L_0);
|
|
return;
|
|
}
|
|
}
|
|
// System.Boolean UnityEngine.InputSystem.Layouts.InputControlLayoutAttribute::get_isNoisy()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputControlLayoutAttribute_get_isNoisy_mD5DCAE62CB65913C43056EBB8DA91D0BCBB8DD46 (InputControlLayoutAttribute_tB220062778EF9614EA4BA4E5A35520EEA17C21D7* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public bool isNoisy { get; set; }
|
|
bool L_0 = __this->___U3CisNoisyU3Ek__BackingField_4;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.InputSystem.Layouts.InputControlLayoutAttribute::set_isNoisy(System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputControlLayoutAttribute_set_isNoisy_m377E523F09A60D8506A5E2FFBF0AFC211BDDAD91 (InputControlLayoutAttribute_tB220062778EF9614EA4BA4E5A35520EEA17C21D7* __this, bool ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public bool isNoisy { get; set; }
|
|
bool L_0 = ___0_value;
|
|
__this->___U3CisNoisyU3Ek__BackingField_4 = L_0;
|
|
return;
|
|
}
|
|
}
|
|
// System.Boolean UnityEngine.InputSystem.Layouts.InputControlLayoutAttribute::get_canRunInBackground()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputControlLayoutAttribute_get_canRunInBackground_m3897F5E069B86E8EFE9AF75707BA2E1C497E9BE8 (InputControlLayoutAttribute_tB220062778EF9614EA4BA4E5A35520EEA17C21D7* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_get_Value_mE2C54C6AE9FC9F05BF44CD9D7D61DC6CD56E3E28_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// get => canRunInBackgroundInternal.Value;
|
|
Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01* L_0 = (&__this->___canRunInBackgroundInternal_5);
|
|
bool L_1;
|
|
L_1 = Nullable_1_get_Value_mE2C54C6AE9FC9F05BF44CD9D7D61DC6CD56E3E28(L_0, Nullable_1_get_Value_mE2C54C6AE9FC9F05BF44CD9D7D61DC6CD56E3E28_RuntimeMethod_var);
|
|
return L_1;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.InputSystem.Layouts.InputControlLayoutAttribute::set_canRunInBackground(System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputControlLayoutAttribute_set_canRunInBackground_m1851A330933F8FD760BA64B7E1487E9407D9BF8F (InputControlLayoutAttribute_tB220062778EF9614EA4BA4E5A35520EEA17C21D7* __this, bool ___0_value, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1__ctor_m4FAA8281CB4EFFD8B817734351FB3AC20A0CD6F5_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// set => canRunInBackgroundInternal = value;
|
|
bool L_0 = ___0_value;
|
|
Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01 L_1;
|
|
memset((&L_1), 0, sizeof(L_1));
|
|
Nullable_1__ctor_m4FAA8281CB4EFFD8B817734351FB3AC20A0CD6F5((&L_1), L_0, /*hidden argument*/Nullable_1__ctor_m4FAA8281CB4EFFD8B817734351FB3AC20A0CD6F5_RuntimeMethod_var);
|
|
__this->___canRunInBackgroundInternal_5 = L_1;
|
|
return;
|
|
}
|
|
}
|
|
// System.Boolean UnityEngine.InputSystem.Layouts.InputControlLayoutAttribute::get_updateBeforeRender()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputControlLayoutAttribute_get_updateBeforeRender_m08C7EB4378E7CB61B69F5F1232292C9F93BE151A (InputControlLayoutAttribute_tB220062778EF9614EA4BA4E5A35520EEA17C21D7* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_get_Value_mE2C54C6AE9FC9F05BF44CD9D7D61DC6CD56E3E28_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// get => updateBeforeRenderInternal.Value;
|
|
Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01* L_0 = (&__this->___updateBeforeRenderInternal_6);
|
|
bool L_1;
|
|
L_1 = Nullable_1_get_Value_mE2C54C6AE9FC9F05BF44CD9D7D61DC6CD56E3E28(L_0, Nullable_1_get_Value_mE2C54C6AE9FC9F05BF44CD9D7D61DC6CD56E3E28_RuntimeMethod_var);
|
|
return L_1;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.InputSystem.Layouts.InputControlLayoutAttribute::set_updateBeforeRender(System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputControlLayoutAttribute_set_updateBeforeRender_m82C0DE8D119E858BD74B32105BA0C9426641346F (InputControlLayoutAttribute_tB220062778EF9614EA4BA4E5A35520EEA17C21D7* __this, bool ___0_value, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1__ctor_m4FAA8281CB4EFFD8B817734351FB3AC20A0CD6F5_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// set => updateBeforeRenderInternal = value;
|
|
bool L_0 = ___0_value;
|
|
Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01 L_1;
|
|
memset((&L_1), 0, sizeof(L_1));
|
|
Nullable_1__ctor_m4FAA8281CB4EFFD8B817734351FB3AC20A0CD6F5((&L_1), L_0, /*hidden argument*/Nullable_1__ctor_m4FAA8281CB4EFFD8B817734351FB3AC20A0CD6F5_RuntimeMethod_var);
|
|
__this->___updateBeforeRenderInternal_6 = L_1;
|
|
return;
|
|
}
|
|
}
|
|
// System.Boolean UnityEngine.InputSystem.Layouts.InputControlLayoutAttribute::get_isGenericTypeOfDevice()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputControlLayoutAttribute_get_isGenericTypeOfDevice_mD93EF479A6FE565A6BCE6D8D6402387CFFC1366E (InputControlLayoutAttribute_tB220062778EF9614EA4BA4E5A35520EEA17C21D7* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public bool isGenericTypeOfDevice { get; set; }
|
|
bool L_0 = __this->___U3CisGenericTypeOfDeviceU3Ek__BackingField_7;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.InputSystem.Layouts.InputControlLayoutAttribute::set_isGenericTypeOfDevice(System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputControlLayoutAttribute_set_isGenericTypeOfDevice_m6F26DB729E447120F50425B6A1971B992769BBBA (InputControlLayoutAttribute_tB220062778EF9614EA4BA4E5A35520EEA17C21D7* __this, bool ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public bool isGenericTypeOfDevice { get; set; }
|
|
bool L_0 = ___0_value;
|
|
__this->___U3CisGenericTypeOfDeviceU3Ek__BackingField_7 = L_0;
|
|
return;
|
|
}
|
|
}
|
|
// System.String UnityEngine.InputSystem.Layouts.InputControlLayoutAttribute::get_displayName()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* InputControlLayoutAttribute_get_displayName_mAAF24C1247D109A50D436F631BE94E8BC769965D (InputControlLayoutAttribute_tB220062778EF9614EA4BA4E5A35520EEA17C21D7* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public string displayName { get; set; }
|
|
String_t* L_0 = __this->___U3CdisplayNameU3Ek__BackingField_8;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.InputSystem.Layouts.InputControlLayoutAttribute::set_displayName(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputControlLayoutAttribute_set_displayName_m176ABFECBF8C987FC97212C1214DDF638067CA4F (InputControlLayoutAttribute_tB220062778EF9614EA4BA4E5A35520EEA17C21D7* __this, String_t* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public string displayName { get; set; }
|
|
String_t* L_0 = ___0_value;
|
|
__this->___U3CdisplayNameU3Ek__BackingField_8 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CdisplayNameU3Ek__BackingField_8), (void*)L_0);
|
|
return;
|
|
}
|
|
}
|
|
// System.String UnityEngine.InputSystem.Layouts.InputControlLayoutAttribute::get_description()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* InputControlLayoutAttribute_get_description_m1478E6F0750F6BA4D98D616F5F4EAC7762CD86B6 (InputControlLayoutAttribute_tB220062778EF9614EA4BA4E5A35520EEA17C21D7* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public string description { get; set; }
|
|
String_t* L_0 = __this->___U3CdescriptionU3Ek__BackingField_9;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.InputSystem.Layouts.InputControlLayoutAttribute::set_description(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputControlLayoutAttribute_set_description_m81048B7127AA70B44F72D2D9B780DC91E8806FDD (InputControlLayoutAttribute_tB220062778EF9614EA4BA4E5A35520EEA17C21D7* __this, String_t* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public string description { get; set; }
|
|
String_t* L_0 = ___0_value;
|
|
__this->___U3CdescriptionU3Ek__BackingField_9 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CdescriptionU3Ek__BackingField_9), (void*)L_0);
|
|
return;
|
|
}
|
|
}
|
|
// System.Boolean UnityEngine.InputSystem.Layouts.InputControlLayoutAttribute::get_hideInUI()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputControlLayoutAttribute_get_hideInUI_mBB73ECDB0F7D22EC23351EA62D0D73D813544D87 (InputControlLayoutAttribute_tB220062778EF9614EA4BA4E5A35520EEA17C21D7* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public bool hideInUI { get; set; }
|
|
bool L_0 = __this->___U3ChideInUIU3Ek__BackingField_10;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.InputSystem.Layouts.InputControlLayoutAttribute::set_hideInUI(System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputControlLayoutAttribute_set_hideInUI_m9EBE821B172ADCE9C9FF47213BFB3475518F0395 (InputControlLayoutAttribute_tB220062778EF9614EA4BA4E5A35520EEA17C21D7* __this, bool ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public bool hideInUI { get; set; }
|
|
bool L_0 = ___0_value;
|
|
__this->___U3ChideInUIU3Ek__BackingField_10 = L_0;
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.InputSystem.Layouts.InputControlLayoutAttribute::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputControlLayoutAttribute__ctor_mEDEF71172ECF4F0DB95C2C7BC7B8626D0ECB103F (InputControlLayoutAttribute_tB220062778EF9614EA4BA4E5A35520EEA17C21D7* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Attribute__ctor_m79ED1BF1EE36D1E417BA89A0D9F91F8AAD8D19E2(__this, NULL);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
|
|
|
|
// Conversion methods for marshalling of: UnityEngine.InputSystem.Layouts.InputDeviceBuilder
|
|
IL2CPP_EXTERN_C void InputDeviceBuilder_t7F4266EBB8FB0AC0DAE225F7FA1532B9AA9174BE_marshal_pinvoke(const InputDeviceBuilder_t7F4266EBB8FB0AC0DAE225F7FA1532B9AA9174BE& unmarshaled, InputDeviceBuilder_t7F4266EBB8FB0AC0DAE225F7FA1532B9AA9174BE_marshaled_pinvoke& marshaled)
|
|
{
|
|
Exception_t* ___m_Device_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'm_Device' of type 'InputDeviceBuilder': Reference type field marshaling is not supported.");
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(___m_Device_0Exception, NULL);
|
|
}
|
|
IL2CPP_EXTERN_C void InputDeviceBuilder_t7F4266EBB8FB0AC0DAE225F7FA1532B9AA9174BE_marshal_pinvoke_back(const InputDeviceBuilder_t7F4266EBB8FB0AC0DAE225F7FA1532B9AA9174BE_marshaled_pinvoke& marshaled, InputDeviceBuilder_t7F4266EBB8FB0AC0DAE225F7FA1532B9AA9174BE& unmarshaled)
|
|
{
|
|
Exception_t* ___m_Device_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'm_Device' of type 'InputDeviceBuilder': Reference type field marshaling is not supported.");
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(___m_Device_0Exception, NULL);
|
|
}
|
|
// Conversion method for clean up from marshalling of: UnityEngine.InputSystem.Layouts.InputDeviceBuilder
|
|
IL2CPP_EXTERN_C void InputDeviceBuilder_t7F4266EBB8FB0AC0DAE225F7FA1532B9AA9174BE_marshal_pinvoke_cleanup(InputDeviceBuilder_t7F4266EBB8FB0AC0DAE225F7FA1532B9AA9174BE_marshaled_pinvoke& marshaled)
|
|
{
|
|
}
|
|
|
|
|
|
// Conversion methods for marshalling of: UnityEngine.InputSystem.Layouts.InputDeviceBuilder
|
|
IL2CPP_EXTERN_C void InputDeviceBuilder_t7F4266EBB8FB0AC0DAE225F7FA1532B9AA9174BE_marshal_com(const InputDeviceBuilder_t7F4266EBB8FB0AC0DAE225F7FA1532B9AA9174BE& unmarshaled, InputDeviceBuilder_t7F4266EBB8FB0AC0DAE225F7FA1532B9AA9174BE_marshaled_com& marshaled)
|
|
{
|
|
Exception_t* ___m_Device_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'm_Device' of type 'InputDeviceBuilder': Reference type field marshaling is not supported.");
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(___m_Device_0Exception, NULL);
|
|
}
|
|
IL2CPP_EXTERN_C void InputDeviceBuilder_t7F4266EBB8FB0AC0DAE225F7FA1532B9AA9174BE_marshal_com_back(const InputDeviceBuilder_t7F4266EBB8FB0AC0DAE225F7FA1532B9AA9174BE_marshaled_com& marshaled, InputDeviceBuilder_t7F4266EBB8FB0AC0DAE225F7FA1532B9AA9174BE& unmarshaled)
|
|
{
|
|
Exception_t* ___m_Device_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'm_Device' of type 'InputDeviceBuilder': Reference type field marshaling is not supported.");
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(___m_Device_0Exception, NULL);
|
|
}
|
|
// Conversion method for clean up from marshalling of: UnityEngine.InputSystem.Layouts.InputDeviceBuilder
|
|
IL2CPP_EXTERN_C void InputDeviceBuilder_t7F4266EBB8FB0AC0DAE225F7FA1532B9AA9174BE_marshal_com_cleanup(InputDeviceBuilder_t7F4266EBB8FB0AC0DAE225F7FA1532B9AA9174BE_marshaled_com& marshaled)
|
|
{
|
|
}
|
|
// System.Void UnityEngine.InputSystem.Layouts.InputDeviceBuilder::Setup(UnityEngine.InputSystem.Utilities.InternedString,UnityEngine.InputSystem.Utilities.InternedString,UnityEngine.InputSystem.Layouts.InputDeviceDescription)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputDeviceBuilder_Setup_mC01AC4686CE791BFED01FC8E7F83F7975CD6F4D9 (InputDeviceBuilder_t7F4266EBB8FB0AC0DAE225F7FA1532B9AA9174BE* __this, InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 ___0_layout, InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 ___1_variants, InputDeviceDescription_tE86DD77422AAF60ADDAC788B31E5A05E739B708F ___2_deviceDescription, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Sort_mA7F75CA2EF3A5D651FA1BA7E6A36B62B56F75C21_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_ToArray_m1CC582554F660560CD50E99994F15107827F0CA3_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
// m_LayoutCacheRef = InputControlLayout.CacheRef();
|
|
il2cpp_codegen_runtime_class_init_inline(InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D_il2cpp_TypeInfo_var);
|
|
CacheRefInstance_t4E8602E1529A57250C63318B7E44AE2195514023 L_0;
|
|
L_0 = InputControlLayout_CacheRef_m5E7D990B339D4005848422486F5AC95505129C31(NULL);
|
|
__this->___m_LayoutCacheRef_1 = L_0;
|
|
// InstantiateLayout(layout, variants, new InternedString(), null);
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_1 = ___0_layout;
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_2 = ___1_variants;
|
|
il2cpp_codegen_initobj((&V_0), sizeof(InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735));
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_3 = V_0;
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_4;
|
|
L_4 = InputDeviceBuilder_InstantiateLayout_mE1E78011019E8BA89C33F7F723C133E2116CFE6C(__this, L_1, L_2, L_3, (InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E*)NULL, NULL);
|
|
// FinalizeControlHierarchy();
|
|
InputDeviceBuilder_FinalizeControlHierarchy_m16971FB79D0C2F5916DC8A2A2EE1ED823B9BCBB9(__this, NULL);
|
|
// m_StateOffsetToControlMap.Sort();
|
|
List_1_t9B68833848E4C4D7F623C05F6B77F0449396354A* L_5 = __this->___m_StateOffsetToControlMap_3;
|
|
NullCheck(L_5);
|
|
List_1_Sort_mA7F75CA2EF3A5D651FA1BA7E6A36B62B56F75C21(L_5, List_1_Sort_mA7F75CA2EF3A5D651FA1BA7E6A36B62B56F75C21_RuntimeMethod_var);
|
|
// m_Device.m_Description = deviceDescription;
|
|
InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* L_6 = __this->___m_Device_0;
|
|
InputDeviceDescription_tE86DD77422AAF60ADDAC788B31E5A05E739B708F L_7 = ___2_deviceDescription;
|
|
NullCheck(L_6);
|
|
L_6->___m_Description_28 = L_7;
|
|
Il2CppCodeGenWriteBarrier((void**)&(((&L_6->___m_Description_28))->___m_InterfaceName_0), (void*)NULL);
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&(((&L_6->___m_Description_28))->___m_DeviceClass_1), (void*)NULL);
|
|
#endif
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&(((&L_6->___m_Description_28))->___m_Manufacturer_2), (void*)NULL);
|
|
#endif
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&(((&L_6->___m_Description_28))->___m_Product_3), (void*)NULL);
|
|
#endif
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&(((&L_6->___m_Description_28))->___m_Serial_4), (void*)NULL);
|
|
#endif
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&(((&L_6->___m_Description_28))->___m_Version_5), (void*)NULL);
|
|
#endif
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&(((&L_6->___m_Description_28))->___m_Capabilities_6), (void*)NULL);
|
|
#endif
|
|
// m_Device.m_StateOffsetToControlMap = m_StateOffsetToControlMap.ToArray();
|
|
InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* L_8 = __this->___m_Device_0;
|
|
List_1_t9B68833848E4C4D7F623C05F6B77F0449396354A* L_9 = __this->___m_StateOffsetToControlMap_3;
|
|
NullCheck(L_9);
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_10;
|
|
L_10 = List_1_ToArray_m1CC582554F660560CD50E99994F15107827F0CA3(L_9, List_1_ToArray_m1CC582554F660560CD50E99994F15107827F0CA3_RuntimeMethod_var);
|
|
NullCheck(L_8);
|
|
L_8->___m_StateOffsetToControlMap_35 = L_10;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_8->___m_StateOffsetToControlMap_35), (void*)L_10);
|
|
// m_Device.CallFinishSetupRecursive();
|
|
InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* L_11 = __this->___m_Device_0;
|
|
NullCheck(L_11);
|
|
InputControl_CallFinishSetupRecursive_mB80E1D02B5BC9030D8791A59C1900C9A4E110494(L_11, NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void InputDeviceBuilder_Setup_mC01AC4686CE791BFED01FC8E7F83F7975CD6F4D9_AdjustorThunk (RuntimeObject* __this, InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 ___0_layout, InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 ___1_variants, InputDeviceDescription_tE86DD77422AAF60ADDAC788B31E5A05E739B708F ___2_deviceDescription, const RuntimeMethod* method)
|
|
{
|
|
InputDeviceBuilder_t7F4266EBB8FB0AC0DAE225F7FA1532B9AA9174BE* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<InputDeviceBuilder_t7F4266EBB8FB0AC0DAE225F7FA1532B9AA9174BE*>(__this + _offset);
|
|
InputDeviceBuilder_Setup_mC01AC4686CE791BFED01FC8E7F83F7975CD6F4D9(_thisAdjusted, ___0_layout, ___1_variants, ___2_deviceDescription, method);
|
|
}
|
|
// UnityEngine.InputSystem.InputDevice UnityEngine.InputSystem.Layouts.InputDeviceBuilder::Finish()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* InputDeviceBuilder_Finish_m80D988C86E75F702F5116D94EC8C0B12F9A2D18D (InputDeviceBuilder_t7F4266EBB8FB0AC0DAE225F7FA1532B9AA9174BE* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// var device = m_Device;
|
|
InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* L_0 = __this->___m_Device_0;
|
|
// Reset();
|
|
InputDeviceBuilder_Reset_mB000946685EE05A2219F22D38D20797074589C8B(__this, NULL);
|
|
// return device;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* InputDeviceBuilder_Finish_m80D988C86E75F702F5116D94EC8C0B12F9A2D18D_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
InputDeviceBuilder_t7F4266EBB8FB0AC0DAE225F7FA1532B9AA9174BE* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<InputDeviceBuilder_t7F4266EBB8FB0AC0DAE225F7FA1532B9AA9174BE*>(__this + _offset);
|
|
InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* _returnValue;
|
|
_returnValue = InputDeviceBuilder_Finish_m80D988C86E75F702F5116D94EC8C0B12F9A2D18D(_thisAdjusted, method);
|
|
return _returnValue;
|
|
}
|
|
// System.Void UnityEngine.InputSystem.Layouts.InputDeviceBuilder::Dispose()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputDeviceBuilder_Dispose_m1233F0A9B5D98302C365E008C502732902208ECE (InputDeviceBuilder_t7F4266EBB8FB0AC0DAE225F7FA1532B9AA9174BE* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// m_LayoutCacheRef.Dispose();
|
|
CacheRefInstance_t4E8602E1529A57250C63318B7E44AE2195514023* L_0 = (&__this->___m_LayoutCacheRef_1);
|
|
CacheRefInstance_Dispose_mF4F950E072C6C411689B25AEC2CE6118D0929C0E(L_0, NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void InputDeviceBuilder_Dispose_m1233F0A9B5D98302C365E008C502732902208ECE_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
InputDeviceBuilder_t7F4266EBB8FB0AC0DAE225F7FA1532B9AA9174BE* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<InputDeviceBuilder_t7F4266EBB8FB0AC0DAE225F7FA1532B9AA9174BE*>(__this + _offset);
|
|
InputDeviceBuilder_Dispose_m1233F0A9B5D98302C365E008C502732902208ECE(_thisAdjusted, method);
|
|
}
|
|
// System.Void UnityEngine.InputSystem.Layouts.InputDeviceBuilder::Reset()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputDeviceBuilder_Reset_mB000946685EE05A2219F22D38D20797074589C8B (InputDeviceBuilder_t7F4266EBB8FB0AC0DAE225F7FA1532B9AA9174BE* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_Clear_m36808F594605999F0AB3ED15E5E5A59EBEEE6803_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Clear_m6BF26614BFAA4D96650F4296BC5ED2455F26EA2C_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Dictionary_2_t9603121094471C60D6E60B03066D77D447754994* G_B2_0 = NULL;
|
|
Dictionary_2_t9603121094471C60D6E60B03066D77D447754994* G_B1_0 = NULL;
|
|
List_1_t9B68833848E4C4D7F623C05F6B77F0449396354A* G_B5_0 = NULL;
|
|
List_1_t9B68833848E4C4D7F623C05F6B77F0449396354A* G_B4_0 = NULL;
|
|
{
|
|
// m_Device = null;
|
|
__this->___m_Device_0 = (InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B*)NULL;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_Device_0), (void*)(InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B*)NULL);
|
|
// m_ChildControlOverrides?.Clear();
|
|
Dictionary_2_t9603121094471C60D6E60B03066D77D447754994* L_0 = __this->___m_ChildControlOverrides_2;
|
|
Dictionary_2_t9603121094471C60D6E60B03066D77D447754994* L_1 = L_0;
|
|
G_B1_0 = L_1;
|
|
if (L_1)
|
|
{
|
|
G_B2_0 = L_1;
|
|
goto IL_0013;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0018;
|
|
}
|
|
|
|
IL_0013:
|
|
{
|
|
NullCheck(G_B2_0);
|
|
Dictionary_2_Clear_m36808F594605999F0AB3ED15E5E5A59EBEEE6803(G_B2_0, Dictionary_2_Clear_m36808F594605999F0AB3ED15E5E5A59EBEEE6803_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0018:
|
|
{
|
|
// m_StateOffsetToControlMap?.Clear();
|
|
List_1_t9B68833848E4C4D7F623C05F6B77F0449396354A* L_2 = __this->___m_StateOffsetToControlMap_3;
|
|
List_1_t9B68833848E4C4D7F623C05F6B77F0449396354A* L_3 = L_2;
|
|
G_B4_0 = L_3;
|
|
if (L_3)
|
|
{
|
|
G_B5_0 = L_3;
|
|
goto IL_0023;
|
|
}
|
|
}
|
|
{
|
|
return;
|
|
}
|
|
|
|
IL_0023:
|
|
{
|
|
NullCheck(G_B5_0);
|
|
List_1_Clear_m6BF26614BFAA4D96650F4296BC5ED2455F26EA2C_inline(G_B5_0, List_1_Clear_m6BF26614BFAA4D96650F4296BC5ED2455F26EA2C_RuntimeMethod_var);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void InputDeviceBuilder_Reset_mB000946685EE05A2219F22D38D20797074589C8B_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
InputDeviceBuilder_t7F4266EBB8FB0AC0DAE225F7FA1532B9AA9174BE* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<InputDeviceBuilder_t7F4266EBB8FB0AC0DAE225F7FA1532B9AA9174BE*>(__this + _offset);
|
|
InputDeviceBuilder_Reset_mB000946685EE05A2219F22D38D20797074589C8B(_thisAdjusted, method);
|
|
}
|
|
// UnityEngine.InputSystem.InputControl UnityEngine.InputSystem.Layouts.InputDeviceBuilder::InstantiateLayout(UnityEngine.InputSystem.Utilities.InternedString,UnityEngine.InputSystem.Utilities.InternedString,UnityEngine.InputSystem.Utilities.InternedString,UnityEngine.InputSystem.InputControl)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* InputDeviceBuilder_InstantiateLayout_mE1E78011019E8BA89C33F7F723C133E2116CFE6C (InputDeviceBuilder_t7F4266EBB8FB0AC0DAE225F7FA1532B9AA9174BE* __this, InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 ___0_layout, InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 ___1_variants, InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 ___2_name, InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* ___3_parent, const RuntimeMethod* method)
|
|
{
|
|
InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D* V_0 = NULL;
|
|
{
|
|
// var layoutInstance = FindOrLoadLayout(layout);
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_0 = ___0_layout;
|
|
String_t* L_1;
|
|
L_1 = InternedString_op_Implicit_m99D80AAE853F54FA2EF2603D020C7454B608D2F6(L_0, NULL);
|
|
InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D* L_2;
|
|
L_2 = InputDeviceBuilder_FindOrLoadLayout_m12E1ACF5D61B1A6CCB85775DFD8328B20FAE53C0(L_1, NULL);
|
|
V_0 = L_2;
|
|
// return InstantiateLayout(layoutInstance, variants, name, parent);
|
|
InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D* L_3 = V_0;
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_4 = ___1_variants;
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_5 = ___2_name;
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_6 = ___3_parent;
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_7;
|
|
L_7 = InputDeviceBuilder_InstantiateLayout_mD7AC05EEBCBE0DAE4D7C2080438FDDDC60121AD2(__this, L_3, L_4, L_5, L_6, NULL);
|
|
return L_7;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* InputDeviceBuilder_InstantiateLayout_mE1E78011019E8BA89C33F7F723C133E2116CFE6C_AdjustorThunk (RuntimeObject* __this, InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 ___0_layout, InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 ___1_variants, InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 ___2_name, InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* ___3_parent, const RuntimeMethod* method)
|
|
{
|
|
InputDeviceBuilder_t7F4266EBB8FB0AC0DAE225F7FA1532B9AA9174BE* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<InputDeviceBuilder_t7F4266EBB8FB0AC0DAE225F7FA1532B9AA9174BE*>(__this + _offset);
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* _returnValue;
|
|
_returnValue = InputDeviceBuilder_InstantiateLayout_mE1E78011019E8BA89C33F7F723C133E2116CFE6C(_thisAdjusted, ___0_layout, ___1_variants, ___2_name, ___3_parent, method);
|
|
return _returnValue;
|
|
}
|
|
// UnityEngine.InputSystem.InputControl UnityEngine.InputSystem.Layouts.InputDeviceBuilder::InstantiateLayout(UnityEngine.InputSystem.Layouts.InputControlLayout,UnityEngine.InputSystem.Utilities.InternedString,UnityEngine.InputSystem.Utilities.InternedString,UnityEngine.InputSystem.InputControl)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* InputDeviceBuilder_InstantiateLayout_mD7AC05EEBCBE0DAE4D7C2080438FDDDC60121AD2 (InputDeviceBuilder_t7F4266EBB8FB0AC0DAE225F7FA1532B9AA9174BE* __this, InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D* ___0_layout, InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 ___1_variants, InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 ___2_name, InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* ___3_parent, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_GetValueOrDefault_m86E1210429A6EA0082CC7806DD638E8B4555F148_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_get_HasValue_m6B76D139692C43B2AF7C695FAB044B16ACFAF355_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* V_0 = NULL;
|
|
InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* V_1 = NULL;
|
|
bool V_2 = false;
|
|
Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01 V_3;
|
|
memset((&V_3), 0, sizeof(V_3));
|
|
bool V_4 = false;
|
|
int32_t V_5 = 0;
|
|
ControlItemU5BU5D_t7798E8B7C7F58B8F6D13B567539CD82E962C7104* V_6 = NULL;
|
|
int32_t V_7 = 0;
|
|
ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD* V_8 = NULL;
|
|
il2cpp::utils::ExceptionSupportStack<RuntimeObject*, 1> __active_exceptions;
|
|
{
|
|
// var controlObject = Activator.CreateInstance(layout.type);
|
|
InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D* L_0 = ___0_layout;
|
|
NullCheck(L_0);
|
|
Type_t* L_1;
|
|
L_1 = InputControlLayout_get_type_mB36B8AAE50EB013820BFB388233F4BCC6AD419B3_inline(L_0, NULL);
|
|
RuntimeObject* L_2;
|
|
L_2 = Activator_CreateInstance_mFF030428C64FDDFACC74DFAC97388A1C628BFBCF(L_1, NULL);
|
|
// if (!(controlObject is InputControl control))
|
|
V_0 = ((InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E*)IsInstClass((RuntimeObject*)L_2, InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E_il2cpp_TypeInfo_var));
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_3 = V_0;
|
|
if (L_3)
|
|
{
|
|
goto IL_003a;
|
|
}
|
|
}
|
|
{
|
|
// throw new InvalidOperationException(
|
|
// $"Type '{layout.type.Name}' referenced by layout '{layout.name}' is not an InputControl");
|
|
InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D* L_4 = ___0_layout;
|
|
NullCheck(L_4);
|
|
Type_t* L_5;
|
|
L_5 = InputControlLayout_get_type_mB36B8AAE50EB013820BFB388233F4BCC6AD419B3_inline(L_4, NULL);
|
|
NullCheck(L_5);
|
|
String_t* L_6;
|
|
L_6 = VirtualFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, L_5);
|
|
InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D* L_7 = ___0_layout;
|
|
NullCheck(L_7);
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_8;
|
|
L_8 = InputControlLayout_get_name_m41A7AEAC666D5C2CC75AB1FE2E7D6D7CAB90EA9A_inline(L_7, NULL);
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_9 = L_8;
|
|
RuntimeObject* L_10 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735_il2cpp_TypeInfo_var)), &L_9);
|
|
String_t* L_11;
|
|
L_11 = String_Format_mFB7DA489BD99F4670881FF50EC017BFB0A5C0987(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral320F60E3C9D7C7D935571222849FC56FDCA0F54C)), L_6, 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*)&InputDeviceBuilder_InstantiateLayout_mD7AC05EEBCBE0DAE4D7C2080438FDDDC60121AD2_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_003a:
|
|
{
|
|
// if (control is InputDevice controlAsDevice)
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_13 = V_0;
|
|
V_1 = ((InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B*)IsInstClass((RuntimeObject*)L_13, InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B_il2cpp_TypeInfo_var));
|
|
InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* L_14 = V_1;
|
|
if (!L_14)
|
|
{
|
|
goto IL_016d;
|
|
}
|
|
}
|
|
{
|
|
// if (parent != null)
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_15 = ___3_parent;
|
|
if (!L_15)
|
|
{
|
|
goto IL_006d;
|
|
}
|
|
}
|
|
{
|
|
// throw new InvalidOperationException(
|
|
// $"Cannot instantiate device layout '{layout.name}' as child of '{parent.path}'; devices must be added at root");
|
|
InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D* L_16 = ___0_layout;
|
|
NullCheck(L_16);
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_17;
|
|
L_17 = InputControlLayout_get_name_m41A7AEAC666D5C2CC75AB1FE2E7D6D7CAB90EA9A_inline(L_16, NULL);
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_18 = L_17;
|
|
RuntimeObject* L_19 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735_il2cpp_TypeInfo_var)), &L_18);
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_20 = ___3_parent;
|
|
NullCheck(L_20);
|
|
String_t* L_21;
|
|
L_21 = InputControl_get_path_mB32F887DB25DF6EF5D6B85D513EC4F9452BD146F(L_20, NULL);
|
|
String_t* L_22;
|
|
L_22 = String_Format_mFB7DA489BD99F4670881FF50EC017BFB0A5C0987(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral8D69A56EEEC1DFC43B24AA1FFBCCB4D7ACE4CF00)), L_19, L_21, NULL);
|
|
InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_23 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_23);
|
|
InvalidOperationException__ctor_mE4CB6F4712AB6D99A2358FBAE2E052B3EE976162(L_23, L_22, NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_23, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputDeviceBuilder_InstantiateLayout_mD7AC05EEBCBE0DAE4D7C2080438FDDDC60121AD2_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_006d:
|
|
{
|
|
// m_Device = controlAsDevice;
|
|
InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* L_24 = V_1;
|
|
__this->___m_Device_0 = L_24;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_Device_0), (void*)L_24);
|
|
// m_Device.m_StateBlock.byteOffset = 0;
|
|
InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* L_25 = __this->___m_Device_0;
|
|
NullCheck(L_25);
|
|
InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5* L_26 = (&((InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E*)L_25)->___m_StateBlock_0);
|
|
InputStateBlock_set_byteOffset_mC5776F9F286F0658100E92A75A60EB25A1DDBD40_inline(L_26, 0, NULL);
|
|
// m_Device.m_StateBlock.bitOffset = 0;
|
|
InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* L_27 = __this->___m_Device_0;
|
|
NullCheck(L_27);
|
|
InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5* L_28 = (&((InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E*)L_27)->___m_StateBlock_0);
|
|
InputStateBlock_set_bitOffset_mB4F67CC1BF4EBB3152CEC64BECFF724C1416A163_inline(L_28, 0, NULL);
|
|
// m_Device.m_StateBlock.format = layout.stateFormat;
|
|
InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* L_29 = __this->___m_Device_0;
|
|
NullCheck(L_29);
|
|
InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5* L_30 = (&((InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E*)L_29)->___m_StateBlock_0);
|
|
InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D* L_31 = ___0_layout;
|
|
NullCheck(L_31);
|
|
FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_32;
|
|
L_32 = InputControlLayout_get_stateFormat_m33EF958FD8072BFBD3F1378E800C3B694A284DE0_inline(L_31, NULL);
|
|
InputStateBlock_set_format_mC6AA651913216B6B3CEF1031BC8778182009F73A_inline(L_30, L_32, NULL);
|
|
// m_Device.m_AliasesForEachControl = null;
|
|
InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* L_33 = __this->___m_Device_0;
|
|
NullCheck(L_33);
|
|
L_33->___m_AliasesForEachControl_31 = (InternedStringU5BU5D_t0B851758733FC0B118D84BE83AED10A0404C18D5*)NULL;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_33->___m_AliasesForEachControl_31), (void*)(InternedStringU5BU5D_t0B851758733FC0B118D84BE83AED10A0404C18D5*)NULL);
|
|
// m_Device.m_ChildrenForEachControl = null;
|
|
InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* L_34 = __this->___m_Device_0;
|
|
NullCheck(L_34);
|
|
L_34->___m_ChildrenForEachControl_34 = (InputControlU5BU5D_t0B951FEF1504D6340387C4735F5D6F426F40FE17*)NULL;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_34->___m_ChildrenForEachControl_34), (void*)(InputControlU5BU5D_t0B951FEF1504D6340387C4735F5D6F426F40FE17*)NULL);
|
|
// m_Device.m_UsagesForEachControl = null;
|
|
InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* L_35 = __this->___m_Device_0;
|
|
NullCheck(L_35);
|
|
L_35->___m_UsagesForEachControl_32 = (InternedStringU5BU5D_t0B851758733FC0B118D84BE83AED10A0404C18D5*)NULL;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_35->___m_UsagesForEachControl_32), (void*)(InternedStringU5BU5D_t0B851758733FC0B118D84BE83AED10A0404C18D5*)NULL);
|
|
// m_Device.m_UsageToControl = null;
|
|
InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* L_36 = __this->___m_Device_0;
|
|
NullCheck(L_36);
|
|
L_36->___m_UsageToControl_33 = (InputControlU5BU5D_t0B951FEF1504D6340387C4735F5D6F426F40FE17*)NULL;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_36->___m_UsageToControl_33), (void*)(InputControlU5BU5D_t0B951FEF1504D6340387C4735F5D6F426F40FE17*)NULL);
|
|
// if (layout.m_UpdateBeforeRender == true)
|
|
InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D* L_37 = ___0_layout;
|
|
NullCheck(L_37);
|
|
Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01 L_38 = L_37->___m_UpdateBeforeRender_7;
|
|
V_3 = L_38;
|
|
V_4 = (bool)1;
|
|
bool L_39;
|
|
L_39 = Nullable_1_GetValueOrDefault_m86E1210429A6EA0082CC7806DD638E8B4555F148_inline((&V_3), Nullable_1_GetValueOrDefault_m86E1210429A6EA0082CC7806DD638E8B4555F148_RuntimeMethod_var);
|
|
bool L_40 = V_4;
|
|
bool L_41;
|
|
L_41 = Nullable_1_get_HasValue_m6B76D139692C43B2AF7C695FAB044B16ACFAF355_inline((&V_3), Nullable_1_get_HasValue_m6B76D139692C43B2AF7C695FAB044B16ACFAF355_RuntimeMethod_var);
|
|
if (!((int32_t)(((((int32_t)L_39) == ((int32_t)L_40))? 1 : 0)&(int32_t)L_41)))
|
|
{
|
|
goto IL_010e;
|
|
}
|
|
}
|
|
{
|
|
// m_Device.m_DeviceFlags |= InputDevice.DeviceFlags.UpdateBeforeRender;
|
|
InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* L_42 = __this->___m_Device_0;
|
|
InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* L_43 = L_42;
|
|
NullCheck(L_43);
|
|
int32_t L_44 = L_43->___m_DeviceFlags_24;
|
|
NullCheck(L_43);
|
|
L_43->___m_DeviceFlags_24 = ((int32_t)((int32_t)L_44|1));
|
|
}
|
|
|
|
IL_010e:
|
|
{
|
|
// if (layout.canRunInBackground != null)
|
|
InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D* L_45 = ___0_layout;
|
|
NullCheck(L_45);
|
|
Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01 L_46;
|
|
L_46 = InputControlLayout_get_canRunInBackground_m83888B7BE103A0E23C749287E042C8ED8CFE11F9(L_45, NULL);
|
|
V_3 = L_46;
|
|
bool L_47;
|
|
L_47 = Nullable_1_get_HasValue_m6B76D139692C43B2AF7C695FAB044B16ACFAF355_inline((&V_3), Nullable_1_get_HasValue_m6B76D139692C43B2AF7C695FAB044B16ACFAF355_RuntimeMethod_var);
|
|
if (!L_47)
|
|
{
|
|
goto IL_018c;
|
|
}
|
|
}
|
|
{
|
|
// m_Device.m_DeviceFlags |= InputDevice.DeviceFlags.CanRunInBackgroundHasBeenQueried;
|
|
InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* L_48 = __this->___m_Device_0;
|
|
InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* L_49 = L_48;
|
|
NullCheck(L_49);
|
|
int32_t L_50 = L_49->___m_DeviceFlags_24;
|
|
NullCheck(L_49);
|
|
L_49->___m_DeviceFlags_24 = ((int32_t)((int32_t)L_50|((int32_t)4096)));
|
|
// if (layout.canRunInBackground == true)
|
|
InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D* L_51 = ___0_layout;
|
|
NullCheck(L_51);
|
|
Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01 L_52;
|
|
L_52 = InputControlLayout_get_canRunInBackground_m83888B7BE103A0E23C749287E042C8ED8CFE11F9(L_51, NULL);
|
|
V_3 = L_52;
|
|
V_4 = (bool)1;
|
|
bool L_53;
|
|
L_53 = Nullable_1_GetValueOrDefault_m86E1210429A6EA0082CC7806DD638E8B4555F148_inline((&V_3), Nullable_1_GetValueOrDefault_m86E1210429A6EA0082CC7806DD638E8B4555F148_RuntimeMethod_var);
|
|
bool L_54 = V_4;
|
|
bool L_55;
|
|
L_55 = Nullable_1_get_HasValue_m6B76D139692C43B2AF7C695FAB044B16ACFAF355_inline((&V_3), Nullable_1_get_HasValue_m6B76D139692C43B2AF7C695FAB044B16ACFAF355_RuntimeMethod_var);
|
|
if (!((int32_t)(((((int32_t)L_53) == ((int32_t)L_54))? 1 : 0)&(int32_t)L_55)))
|
|
{
|
|
goto IL_018c;
|
|
}
|
|
}
|
|
{
|
|
// m_Device.m_DeviceFlags |= InputDevice.DeviceFlags.CanRunInBackground;
|
|
InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* L_56 = __this->___m_Device_0;
|
|
InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* L_57 = L_56;
|
|
NullCheck(L_57);
|
|
int32_t L_58 = L_57->___m_DeviceFlags_24;
|
|
NullCheck(L_57);
|
|
L_57->___m_DeviceFlags_24 = ((int32_t)((int32_t)L_58|((int32_t)2048)));
|
|
goto IL_018c;
|
|
}
|
|
|
|
IL_016d:
|
|
{
|
|
// else if (parent == null)
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_59 = ___3_parent;
|
|
if (L_59)
|
|
{
|
|
goto IL_018c;
|
|
}
|
|
}
|
|
{
|
|
// throw new InvalidOperationException(
|
|
// $"Toplevel layout used with InputDeviceBuilder must be a device layout; '{layout.name}' is a control layout");
|
|
InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D* L_60 = ___0_layout;
|
|
NullCheck(L_60);
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_61;
|
|
L_61 = InputControlLayout_get_name_m41A7AEAC666D5C2CC75AB1FE2E7D6D7CAB90EA9A_inline(L_60, NULL);
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_62 = L_61;
|
|
RuntimeObject* L_63 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735_il2cpp_TypeInfo_var)), &L_62);
|
|
String_t* L_64;
|
|
L_64 = String_Format_mA8DBB4C2516B9723C5A41E6CB1E2FAF4BBE96DD8(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral4485092CE13333FA7CC6B596722E51133A7C8CD4)), L_63, NULL);
|
|
InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_65 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_65);
|
|
InvalidOperationException__ctor_mE4CB6F4712AB6D99A2358FBAE2E052B3EE976162(L_65, L_64, NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_65, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputDeviceBuilder_InstantiateLayout_mD7AC05EEBCBE0DAE4D7C2080438FDDDC60121AD2_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_018c:
|
|
{
|
|
// if (name.IsEmpty())
|
|
bool L_66;
|
|
L_66 = InternedString_IsEmpty_mA88FAF2562BF41C57C00E68F5A4111B22CFF173B((&___2_name), NULL);
|
|
if (!L_66)
|
|
{
|
|
goto IL_01d5;
|
|
}
|
|
}
|
|
{
|
|
// name = layout.name;
|
|
InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D* L_67 = ___0_layout;
|
|
NullCheck(L_67);
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_68;
|
|
L_68 = InputControlLayout_get_name_m41A7AEAC666D5C2CC75AB1FE2E7D6D7CAB90EA9A_inline(L_67, NULL);
|
|
___2_name = L_68;
|
|
// var indexOfLastColon = name.ToString().LastIndexOf(':');
|
|
String_t* L_69;
|
|
L_69 = InternedString_ToString_mED327D67EF001C5EDFF284336F13C3E3F025993A((&___2_name), NULL);
|
|
NullCheck(L_69);
|
|
int32_t L_70;
|
|
L_70 = String_LastIndexOf_m6BB3E7E1B48702D4C715FA423F8A822C053B290E(L_69, ((int32_t)58), NULL);
|
|
V_5 = L_70;
|
|
// if (indexOfLastColon != -1)
|
|
int32_t L_71 = V_5;
|
|
if ((((int32_t)L_71) == ((int32_t)(-1))))
|
|
{
|
|
goto IL_01d5;
|
|
}
|
|
}
|
|
{
|
|
// name = new InternedString(name.ToString().Substring(indexOfLastColon + 1));
|
|
String_t* L_72;
|
|
L_72 = InternedString_ToString_mED327D67EF001C5EDFF284336F13C3E3F025993A((&___2_name), NULL);
|
|
int32_t L_73 = V_5;
|
|
NullCheck(L_72);
|
|
String_t* L_74;
|
|
L_74 = String_Substring_m6BA4A3FA3800FE92662D0847CC8E1EEF940DF472(L_72, ((int32_t)il2cpp_codegen_add(L_73, 1)), NULL);
|
|
InternedString__ctor_m2E9672D46D84C82F705DE799CE8B6123EB95E935((&___2_name), L_74, NULL);
|
|
}
|
|
|
|
IL_01d5:
|
|
{
|
|
// if (name.ToString().IndexOf(InputControlPath.Separator) != -1)
|
|
String_t* L_75;
|
|
L_75 = InternedString_ToString_mED327D67EF001C5EDFF284336F13C3E3F025993A((&___2_name), NULL);
|
|
NullCheck(L_75);
|
|
int32_t L_76;
|
|
L_76 = String_IndexOf_mE21E78F35EF4A7768E385A72814C88D22B689966(L_75, ((int32_t)47), NULL);
|
|
if ((((int32_t)L_76) == ((int32_t)(-1))))
|
|
{
|
|
goto IL_0205;
|
|
}
|
|
}
|
|
{
|
|
// name = new InternedString(name.ToString().CleanSlashes());
|
|
String_t* L_77;
|
|
L_77 = InternedString_ToString_mED327D67EF001C5EDFF284336F13C3E3F025993A((&___2_name), NULL);
|
|
String_t* L_78;
|
|
L_78 = InputControlPath_CleanSlashes_mC6425F84D5EAC3F859475F08180BAA8D1E6EB5D5(L_77, NULL);
|
|
InternedString__ctor_m2E9672D46D84C82F705DE799CE8B6123EB95E935((&___2_name), L_78, NULL);
|
|
}
|
|
|
|
IL_0205:
|
|
{
|
|
// if (variants.IsEmpty())
|
|
bool L_79;
|
|
L_79 = InternedString_IsEmpty_mA88FAF2562BF41C57C00E68F5A4111B22CFF173B((&___1_variants), NULL);
|
|
if (!L_79)
|
|
{
|
|
goto IL_0226;
|
|
}
|
|
}
|
|
{
|
|
// variants = layout.variants;
|
|
InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D* L_80 = ___0_layout;
|
|
NullCheck(L_80);
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_81;
|
|
L_81 = InputControlLayout_get_variants_mD239B57B9290D0BFDEAE3A5CF6EE8890429BAE43_inline(L_80, NULL);
|
|
___1_variants = L_81;
|
|
// if (variants.IsEmpty())
|
|
bool L_82;
|
|
L_82 = InternedString_IsEmpty_mA88FAF2562BF41C57C00E68F5A4111B22CFF173B((&___1_variants), NULL);
|
|
if (!L_82)
|
|
{
|
|
goto IL_0226;
|
|
}
|
|
}
|
|
{
|
|
// variants = InputControlLayout.DefaultVariant;
|
|
il2cpp_codegen_runtime_class_init_inline(InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D_il2cpp_TypeInfo_var);
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_83;
|
|
L_83 = InputControlLayout_get_DefaultVariant_m9A602370E1CB42697E59F4BC682789BAA4D78BD7_inline(NULL);
|
|
___1_variants = L_83;
|
|
}
|
|
|
|
IL_0226:
|
|
{
|
|
// control.m_Name = name;
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_84 = V_0;
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_85 = ___2_name;
|
|
NullCheck(L_84);
|
|
L_84->___m_Name_1 = L_85;
|
|
Il2CppCodeGenWriteBarrier((void**)&(((&L_84->___m_Name_1))->___m_StringOriginalCase_0), (void*)NULL);
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&(((&L_84->___m_Name_1))->___m_StringLowerCase_1), (void*)NULL);
|
|
#endif
|
|
// control.m_DisplayNameFromLayout = layout.m_DisplayName; // No short display names at layout roots.
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_86 = V_0;
|
|
InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D* L_87 = ___0_layout;
|
|
NullCheck(L_87);
|
|
String_t* L_88 = L_87->___m_DisplayName_12;
|
|
NullCheck(L_86);
|
|
L_86->___m_DisplayNameFromLayout_4 = L_88;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_86->___m_DisplayNameFromLayout_4), (void*)L_88);
|
|
// control.m_Layout = layout.name;
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_89 = V_0;
|
|
InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D* L_90 = ___0_layout;
|
|
NullCheck(L_90);
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_91;
|
|
L_91 = InputControlLayout_get_name_m41A7AEAC666D5C2CC75AB1FE2E7D6D7CAB90EA9A_inline(L_90, NULL);
|
|
NullCheck(L_89);
|
|
L_89->___m_Layout_7 = L_91;
|
|
Il2CppCodeGenWriteBarrier((void**)&(((&L_89->___m_Layout_7))->___m_StringOriginalCase_0), (void*)NULL);
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&(((&L_89->___m_Layout_7))->___m_StringLowerCase_1), (void*)NULL);
|
|
#endif
|
|
// control.m_Variants = variants;
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_92 = V_0;
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_93 = ___1_variants;
|
|
NullCheck(L_92);
|
|
L_92->___m_Variants_8 = L_93;
|
|
Il2CppCodeGenWriteBarrier((void**)&(((&L_92->___m_Variants_8))->___m_StringOriginalCase_0), (void*)NULL);
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&(((&L_92->___m_Variants_8))->___m_StringLowerCase_1), (void*)NULL);
|
|
#endif
|
|
// control.m_Parent = parent;
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_94 = V_0;
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_95 = ___3_parent;
|
|
NullCheck(L_94);
|
|
L_94->___m_Parent_10 = L_95;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_94->___m_Parent_10), (void*)L_95);
|
|
// control.m_Device = m_Device;
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_96 = V_0;
|
|
InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* L_97 = __this->___m_Device_0;
|
|
NullCheck(L_96);
|
|
L_96->___m_Device_9 = L_97;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_96->___m_Device_9), (void*)L_97);
|
|
// if (control is InputDevice)
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_98 = V_0;
|
|
if (!((InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B*)IsInstClass((RuntimeObject*)L_98, InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B_il2cpp_TypeInfo_var)))
|
|
{
|
|
goto IL_0274;
|
|
}
|
|
}
|
|
{
|
|
// control.noisy = layout.isNoisy;
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_99 = V_0;
|
|
InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D* L_100 = ___0_layout;
|
|
NullCheck(L_100);
|
|
bool L_101;
|
|
L_101 = InputControlLayout_get_isNoisy_m0453929E53AE683D58BAC30E0DE23957A253681F(L_100, NULL);
|
|
NullCheck(L_99);
|
|
InputControl_set_noisy_m5E4E4C6A6E98F5D239385AEF8203683583CB9B7A(L_99, L_101, NULL);
|
|
}
|
|
|
|
IL_0274:
|
|
{
|
|
// var haveChildrenUsingStateFromOtherControl = false;
|
|
V_2 = (bool)0;
|
|
}
|
|
try
|
|
{// begin try (depth: 1)
|
|
// AddChildControls(layout, variants, control,
|
|
// ref haveChildrenUsingStateFromOtherControl);
|
|
InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D* L_102 = ___0_layout;
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_103 = ___1_variants;
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_104 = V_0;
|
|
InputDeviceBuilder_AddChildControls_m712BC48D633435C9028CC6879636CDF50FBBAC6B(__this, L_102, L_103, L_104, (&V_2), NULL);
|
|
// }
|
|
goto IL_0286;
|
|
}// end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RuntimeObject_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex)))
|
|
{
|
|
IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex);
|
|
goto CATCH_0283;
|
|
}
|
|
throw e;
|
|
}
|
|
|
|
CATCH_0283:
|
|
{// begin catch(System.Object)
|
|
// catch
|
|
// throw;
|
|
IL2CPP_RETHROW_MANAGED_EXCEPTION(IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t*));
|
|
}// end catch (depth: 1)
|
|
|
|
IL_0286:
|
|
{
|
|
// ComputeStateLayout(control);
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_105 = V_0;
|
|
InputDeviceBuilder_ComputeStateLayout_m010734B25E70C71CA2D088F5E1961F30ED7E4ED2(L_105, NULL);
|
|
// if (haveChildrenUsingStateFromOtherControl)
|
|
bool L_106 = V_2;
|
|
if (!L_106)
|
|
{
|
|
goto IL_02cc;
|
|
}
|
|
}
|
|
{
|
|
// var controls = layout.m_Controls;
|
|
InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D* L_107 = ___0_layout;
|
|
NullCheck(L_107);
|
|
ControlItemU5BU5D_t7798E8B7C7F58B8F6D13B567539CD82E962C7104* L_108 = L_107->___m_Controls_11;
|
|
V_6 = L_108;
|
|
// for (var i = 0; i < controls.Length; ++i)
|
|
V_7 = 0;
|
|
goto IL_02c4;
|
|
}
|
|
|
|
IL_029c:
|
|
{
|
|
// ref var item = ref controls[i];
|
|
ControlItemU5BU5D_t7798E8B7C7F58B8F6D13B567539CD82E962C7104* L_109 = V_6;
|
|
int32_t L_110 = V_7;
|
|
NullCheck(L_109);
|
|
V_8 = ((L_109)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_110)));
|
|
// if (string.IsNullOrEmpty(item.useStateFrom))
|
|
ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD* L_111 = V_8;
|
|
String_t* L_112;
|
|
L_112 = ControlItem_get_useStateFrom_mCE850A165538CDCBFF2D9B6B81A6F9C1C00D322D_inline(L_111, NULL);
|
|
bool L_113;
|
|
L_113 = String_IsNullOrEmpty_mEA9E3FB005AC28FE02E69FCF95A7B8456192B478(L_112, NULL);
|
|
if (L_113)
|
|
{
|
|
goto IL_02be;
|
|
}
|
|
}
|
|
{
|
|
// ApplyUseStateFrom(control, ref item, layout);
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_114 = V_0;
|
|
ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD* L_115 = V_8;
|
|
InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D* L_116 = ___0_layout;
|
|
InputDeviceBuilder_ApplyUseStateFrom_mCBDBE1F20D68E325D0AC4BBBF977DF21DEBAF831(L_114, L_115, L_116, NULL);
|
|
}
|
|
|
|
IL_02be:
|
|
{
|
|
// for (var i = 0; i < controls.Length; ++i)
|
|
int32_t L_117 = V_7;
|
|
V_7 = ((int32_t)il2cpp_codegen_add(L_117, 1));
|
|
}
|
|
|
|
IL_02c4:
|
|
{
|
|
// for (var i = 0; i < controls.Length; ++i)
|
|
int32_t L_118 = V_7;
|
|
ControlItemU5BU5D_t7798E8B7C7F58B8F6D13B567539CD82E962C7104* L_119 = V_6;
|
|
NullCheck(L_119);
|
|
if ((((int32_t)L_118) < ((int32_t)((int32_t)(((RuntimeArray*)L_119)->max_length)))))
|
|
{
|
|
goto IL_029c;
|
|
}
|
|
}
|
|
|
|
IL_02cc:
|
|
{
|
|
// return control;
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_120 = V_0;
|
|
return L_120;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* InputDeviceBuilder_InstantiateLayout_mD7AC05EEBCBE0DAE4D7C2080438FDDDC60121AD2_AdjustorThunk (RuntimeObject* __this, InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D* ___0_layout, InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 ___1_variants, InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 ___2_name, InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* ___3_parent, const RuntimeMethod* method)
|
|
{
|
|
InputDeviceBuilder_t7F4266EBB8FB0AC0DAE225F7FA1532B9AA9174BE* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<InputDeviceBuilder_t7F4266EBB8FB0AC0DAE225F7FA1532B9AA9174BE*>(__this + _offset);
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* _returnValue;
|
|
_returnValue = InputDeviceBuilder_InstantiateLayout_mD7AC05EEBCBE0DAE4D7C2080438FDDDC60121AD2(_thisAdjusted, ___0_layout, ___1_variants, ___2_name, ___3_parent, method);
|
|
return _returnValue;
|
|
}
|
|
// System.Void UnityEngine.InputSystem.Layouts.InputDeviceBuilder::AddChildControls(UnityEngine.InputSystem.Layouts.InputControlLayout,UnityEngine.InputSystem.Utilities.InternedString,UnityEngine.InputSystem.InputControl,System.Boolean&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputDeviceBuilder_AddChildControls_m712BC48D633435C9028CC6879636CDF50FBBAC6B (InputDeviceBuilder_t7F4266EBB8FB0AC0DAE225F7FA1532B9AA9174BE* __this, InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D* ___0_layout, InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 ___1_variants, InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* ___2_parent, bool* ___3_haveChildrenUsingStateFromOtherControls, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArrayHelpers_GrowBy_TisInputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E_m1E6DDC3FB4AFB06BE8A101E350CBBB520FD89D6B_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral951CCB49640C8F9E81FB4E0D82730321F4E15BB3);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
ControlItemU5BU5D_t7798E8B7C7F58B8F6D13B567539CD82E962C7104* V_0 = NULL;
|
|
int32_t V_1 = 0;
|
|
bool V_2 = false;
|
|
int32_t V_3 = 0;
|
|
int32_t V_4 = 0;
|
|
int32_t V_5 = 0;
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 V_6;
|
|
memset((&V_6), 0, sizeof(V_6));
|
|
int32_t V_7 = 0;
|
|
ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD V_8;
|
|
memset((&V_8), 0, sizeof(V_8));
|
|
int32_t V_9 = 0;
|
|
String_t* V_10 = NULL;
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* V_11 = NULL;
|
|
int32_t V_12 = 0;
|
|
ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD V_13;
|
|
memset((&V_13), 0, sizeof(V_13));
|
|
{
|
|
// var controlLayouts = layout.m_Controls;
|
|
InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D* L_0 = ___0_layout;
|
|
NullCheck(L_0);
|
|
ControlItemU5BU5D_t7798E8B7C7F58B8F6D13B567539CD82E962C7104* L_1 = L_0->___m_Controls_11;
|
|
V_0 = L_1;
|
|
// if (controlLayouts == null)
|
|
ControlItemU5BU5D_t7798E8B7C7F58B8F6D13B567539CD82E962C7104* L_2 = V_0;
|
|
if (L_2)
|
|
{
|
|
goto IL_000b;
|
|
}
|
|
}
|
|
{
|
|
// return;
|
|
return;
|
|
}
|
|
|
|
IL_000b:
|
|
{
|
|
// var childCount = 0;
|
|
V_1 = 0;
|
|
// var haveControlLayoutWithPath = false;
|
|
V_2 = (bool)0;
|
|
// for (var i = 0; i < controlLayouts.Length; ++i)
|
|
V_5 = 0;
|
|
goto IL_00e5;
|
|
}
|
|
|
|
IL_0017:
|
|
{
|
|
// if (!controlLayouts[i].variants.IsEmpty() &&
|
|
// !StringHelpers.CharacterSeparatedListsHaveAtLeastOneCommonElement(controlLayouts[i].variants,
|
|
// variants, InputControlLayout.VariantSeparator[0]))
|
|
ControlItemU5BU5D_t7798E8B7C7F58B8F6D13B567539CD82E962C7104* L_3 = V_0;
|
|
int32_t L_4 = V_5;
|
|
NullCheck(L_3);
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_5;
|
|
L_5 = ControlItem_get_variants_m940B1AE5E4676988EFCBA9919EA86728A131D1D5_inline(((L_3)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_4))), NULL);
|
|
V_6 = L_5;
|
|
bool L_6;
|
|
L_6 = InternedString_IsEmpty_mA88FAF2562BF41C57C00E68F5A4111B22CFF173B((&V_6), NULL);
|
|
if (L_6)
|
|
{
|
|
goto IL_005c;
|
|
}
|
|
}
|
|
{
|
|
ControlItemU5BU5D_t7798E8B7C7F58B8F6D13B567539CD82E962C7104* L_7 = V_0;
|
|
int32_t L_8 = V_5;
|
|
NullCheck(L_7);
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_9;
|
|
L_9 = ControlItem_get_variants_m940B1AE5E4676988EFCBA9919EA86728A131D1D5_inline(((L_7)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_8))), NULL);
|
|
String_t* L_10;
|
|
L_10 = InternedString_op_Implicit_m99D80AAE853F54FA2EF2603D020C7454B608D2F6(L_9, NULL);
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_11 = ___1_variants;
|
|
String_t* L_12;
|
|
L_12 = InternedString_op_Implicit_m99D80AAE853F54FA2EF2603D020C7454B608D2F6(L_11, NULL);
|
|
NullCheck(_stringLiteral951CCB49640C8F9E81FB4E0D82730321F4E15BB3);
|
|
Il2CppChar L_13;
|
|
L_13 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(_stringLiteral951CCB49640C8F9E81FB4E0D82730321F4E15BB3, 0, NULL);
|
|
bool L_14;
|
|
L_14 = StringHelpers_CharacterSeparatedListsHaveAtLeastOneCommonElement_m0A3E70D748E3E17DEA06FAD3553F3049F169A190(L_10, L_12, L_13, NULL);
|
|
if (!L_14)
|
|
{
|
|
goto IL_00df;
|
|
}
|
|
}
|
|
|
|
IL_005c:
|
|
{
|
|
// if (controlLayouts[i].isModifyingExistingControl)
|
|
ControlItemU5BU5D_t7798E8B7C7F58B8F6D13B567539CD82E962C7104* L_15 = V_0;
|
|
int32_t L_16 = V_5;
|
|
NullCheck(L_15);
|
|
bool L_17;
|
|
L_17 = ControlItem_get_isModifyingExistingControl_mEC6714B34AB379AC77E201967C325EE6A2B45E33(((L_15)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_16))), NULL);
|
|
if (!L_17)
|
|
{
|
|
goto IL_00ba;
|
|
}
|
|
}
|
|
{
|
|
// if (controlLayouts[i].isArray)
|
|
ControlItemU5BU5D_t7798E8B7C7F58B8F6D13B567539CD82E962C7104* L_18 = V_0;
|
|
int32_t L_19 = V_5;
|
|
NullCheck(L_18);
|
|
bool L_20;
|
|
L_20 = ControlItem_get_isArray_m64A6E8C58A4D71B7F0E7B5CBF4BF76CC262FA2DD(((L_18)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_19))), NULL);
|
|
if (!L_20)
|
|
{
|
|
goto IL_00a7;
|
|
}
|
|
}
|
|
{
|
|
// throw new NotSupportedException(
|
|
// $"Control '{controlLayouts[i].name}' in layout '{layout.name}' is modifying the child of another control but is marked as an array");
|
|
ControlItemU5BU5D_t7798E8B7C7F58B8F6D13B567539CD82E962C7104* L_21 = V_0;
|
|
int32_t L_22 = V_5;
|
|
NullCheck(L_21);
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_23;
|
|
L_23 = ControlItem_get_name_m1D0E0FB5B9A155BEDF717F69A57364F89F1292F7_inline(((L_21)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_22))), NULL);
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_24 = L_23;
|
|
RuntimeObject* L_25 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735_il2cpp_TypeInfo_var)), &L_24);
|
|
InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D* L_26 = ___0_layout;
|
|
NullCheck(L_26);
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_27;
|
|
L_27 = InputControlLayout_get_name_m41A7AEAC666D5C2CC75AB1FE2E7D6D7CAB90EA9A_inline(L_26, NULL);
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_28 = L_27;
|
|
RuntimeObject* L_29 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735_il2cpp_TypeInfo_var)), &L_28);
|
|
String_t* L_30;
|
|
L_30 = String_Format_mFB7DA489BD99F4670881FF50EC017BFB0A5C0987(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralEB862DD084B90D057FCA0733279A70BB245CC5B2)), L_25, L_29, NULL);
|
|
NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A* L_31 = (NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_31);
|
|
NotSupportedException__ctor_mE174750CF0247BBB47544FFD71D66BB89630945B(L_31, L_30, NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_31, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputDeviceBuilder_AddChildControls_m712BC48D633435C9028CC6879636CDF50FBBAC6B_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_00a7:
|
|
{
|
|
// haveControlLayoutWithPath = true;
|
|
V_2 = (bool)1;
|
|
// InsertChildControlOverride(parent, ref controlLayouts[i]);
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_32 = ___2_parent;
|
|
ControlItemU5BU5D_t7798E8B7C7F58B8F6D13B567539CD82E962C7104* L_33 = V_0;
|
|
int32_t L_34 = V_5;
|
|
NullCheck(L_33);
|
|
InputDeviceBuilder_InsertChildControlOverride_mE48FCDF2DDB7662B25BE5373A0DB7A763D515BCE(__this, L_32, ((L_33)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_34))), NULL);
|
|
// continue;
|
|
goto IL_00df;
|
|
}
|
|
|
|
IL_00ba:
|
|
{
|
|
// if (controlLayouts[i].isArray)
|
|
ControlItemU5BU5D_t7798E8B7C7F58B8F6D13B567539CD82E962C7104* L_35 = V_0;
|
|
int32_t L_36 = V_5;
|
|
NullCheck(L_35);
|
|
bool L_37;
|
|
L_37 = ControlItem_get_isArray_m64A6E8C58A4D71B7F0E7B5CBF4BF76CC262FA2DD(((L_35)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_36))), NULL);
|
|
if (!L_37)
|
|
{
|
|
goto IL_00db;
|
|
}
|
|
}
|
|
{
|
|
// childCount += controlLayouts[i].arraySize;
|
|
int32_t L_38 = V_1;
|
|
ControlItemU5BU5D_t7798E8B7C7F58B8F6D13B567539CD82E962C7104* L_39 = V_0;
|
|
int32_t L_40 = V_5;
|
|
NullCheck(L_39);
|
|
int32_t L_41;
|
|
L_41 = ControlItem_get_arraySize_m5C2C8103BB1F27038D08B567099283F70C3F8326_inline(((L_39)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_40))), NULL);
|
|
V_1 = ((int32_t)il2cpp_codegen_add(L_38, L_41));
|
|
goto IL_00df;
|
|
}
|
|
|
|
IL_00db:
|
|
{
|
|
// ++childCount;
|
|
int32_t L_42 = V_1;
|
|
V_1 = ((int32_t)il2cpp_codegen_add(L_42, 1));
|
|
}
|
|
|
|
IL_00df:
|
|
{
|
|
// for (var i = 0; i < controlLayouts.Length; ++i)
|
|
int32_t L_43 = V_5;
|
|
V_5 = ((int32_t)il2cpp_codegen_add(L_43, 1));
|
|
}
|
|
|
|
IL_00e5:
|
|
{
|
|
// for (var i = 0; i < controlLayouts.Length; ++i)
|
|
int32_t L_44 = V_5;
|
|
ControlItemU5BU5D_t7798E8B7C7F58B8F6D13B567539CD82E962C7104* L_45 = V_0;
|
|
NullCheck(L_45);
|
|
if ((((int32_t)L_44) < ((int32_t)((int32_t)(((RuntimeArray*)L_45)->max_length)))))
|
|
{
|
|
goto IL_0017;
|
|
}
|
|
}
|
|
{
|
|
// if (childCount == 0)
|
|
int32_t L_46 = V_1;
|
|
if (L_46)
|
|
{
|
|
goto IL_0105;
|
|
}
|
|
}
|
|
{
|
|
// parent.m_ChildCount = default;
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_47 = ___2_parent;
|
|
NullCheck(L_47);
|
|
L_47->___m_ChildCount_15 = 0;
|
|
// parent.m_ChildStartIndex = default;
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_48 = ___2_parent;
|
|
NullCheck(L_48);
|
|
L_48->___m_ChildStartIndex_16 = 0;
|
|
// haveChildrenUsingStateFromOtherControls = false;
|
|
bool* L_49 = ___3_haveChildrenUsingStateFromOtherControls;
|
|
*((int8_t*)L_49) = (int8_t)0;
|
|
// return;
|
|
return;
|
|
}
|
|
|
|
IL_0105:
|
|
{
|
|
// var firstChildIndex = ArrayHelpers.GrowBy(ref m_Device.m_ChildrenForEachControl, childCount);
|
|
InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* L_50 = __this->___m_Device_0;
|
|
NullCheck(L_50);
|
|
InputControlU5BU5D_t0B951FEF1504D6340387C4735F5D6F426F40FE17** L_51 = (&L_50->___m_ChildrenForEachControl_34);
|
|
int32_t L_52 = V_1;
|
|
int32_t L_53;
|
|
L_53 = ArrayHelpers_GrowBy_TisInputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E_m1E6DDC3FB4AFB06BE8A101E350CBBB520FD89D6B(L_51, L_52, ArrayHelpers_GrowBy_TisInputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E_m1E6DDC3FB4AFB06BE8A101E350CBBB520FD89D6B_RuntimeMethod_var);
|
|
V_3 = L_53;
|
|
// var childIndex = firstChildIndex;
|
|
int32_t L_54 = V_3;
|
|
V_4 = L_54;
|
|
// for (var i = 0; i < controlLayouts.Length; ++i)
|
|
V_7 = 0;
|
|
goto IL_0213;
|
|
}
|
|
|
|
IL_0122:
|
|
{
|
|
// var controlLayout = controlLayouts[i];
|
|
ControlItemU5BU5D_t7798E8B7C7F58B8F6D13B567539CD82E962C7104* L_55 = V_0;
|
|
int32_t L_56 = V_7;
|
|
NullCheck(L_55);
|
|
int32_t L_57 = L_56;
|
|
ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD L_58 = (L_55)->GetAt(static_cast<il2cpp_array_size_t>(L_57));
|
|
V_8 = L_58;
|
|
// if (controlLayout.isModifyingExistingControl)
|
|
bool L_59;
|
|
L_59 = ControlItem_get_isModifyingExistingControl_mEC6714B34AB379AC77E201967C325EE6A2B45E33((&V_8), NULL);
|
|
if (L_59)
|
|
{
|
|
goto IL_020d;
|
|
}
|
|
}
|
|
{
|
|
// if (!controlLayout.variants.IsEmpty() &&
|
|
// !StringHelpers.CharacterSeparatedListsHaveAtLeastOneCommonElement(controlLayout.variants,
|
|
// variants, InputControlLayout.VariantSeparator[0]))
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_60;
|
|
L_60 = ControlItem_get_variants_m940B1AE5E4676988EFCBA9919EA86728A131D1D5_inline((&V_8), NULL);
|
|
V_6 = L_60;
|
|
bool L_61;
|
|
L_61 = InternedString_IsEmpty_mA88FAF2562BF41C57C00E68F5A4111B22CFF173B((&V_6), NULL);
|
|
if (L_61)
|
|
{
|
|
goto IL_0171;
|
|
}
|
|
}
|
|
{
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_62;
|
|
L_62 = ControlItem_get_variants_m940B1AE5E4676988EFCBA9919EA86728A131D1D5_inline((&V_8), NULL);
|
|
String_t* L_63;
|
|
L_63 = InternedString_op_Implicit_m99D80AAE853F54FA2EF2603D020C7454B608D2F6(L_62, NULL);
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_64 = ___1_variants;
|
|
String_t* L_65;
|
|
L_65 = InternedString_op_Implicit_m99D80AAE853F54FA2EF2603D020C7454B608D2F6(L_64, NULL);
|
|
NullCheck(_stringLiteral951CCB49640C8F9E81FB4E0D82730321F4E15BB3);
|
|
Il2CppChar L_66;
|
|
L_66 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(_stringLiteral951CCB49640C8F9E81FB4E0D82730321F4E15BB3, 0, NULL);
|
|
bool L_67;
|
|
L_67 = StringHelpers_CharacterSeparatedListsHaveAtLeastOneCommonElement_m0A3E70D748E3E17DEA06FAD3553F3049F169A190(L_63, L_65, L_66, NULL);
|
|
if (!L_67)
|
|
{
|
|
goto IL_020d;
|
|
}
|
|
}
|
|
|
|
IL_0171:
|
|
{
|
|
// if (controlLayout.isArray)
|
|
bool L_68;
|
|
L_68 = ControlItem_get_isArray_m64A6E8C58A4D71B7F0E7B5CBF4BF76CC262FA2DD((&V_8), NULL);
|
|
if (!L_68)
|
|
{
|
|
goto IL_01f6;
|
|
}
|
|
}
|
|
{
|
|
// for (var n = 0; n < controlLayout.arraySize; ++n)
|
|
V_9 = 0;
|
|
goto IL_01e9;
|
|
}
|
|
|
|
IL_017f:
|
|
{
|
|
// var name = controlLayout.name + n;
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_69;
|
|
L_69 = ControlItem_get_name_m1D0E0FB5B9A155BEDF717F69A57364F89F1292F7_inline((&V_8), NULL);
|
|
String_t* L_70;
|
|
L_70 = InternedString_op_Implicit_m99D80AAE853F54FA2EF2603D020C7454B608D2F6(L_69, NULL);
|
|
String_t* L_71;
|
|
L_71 = Int32_ToString_m030E01C24E294D6762FB0B6F37CB541581F55CA5((&V_9), NULL);
|
|
String_t* L_72;
|
|
L_72 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(L_70, L_71, NULL);
|
|
V_10 = L_72;
|
|
// var control = AddChildControl(layout, variants, parent, ref haveChildrenUsingStateFromOtherControls,
|
|
// controlLayout, childIndex, nameOverride: name);
|
|
InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D* L_73 = ___0_layout;
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_74 = ___1_variants;
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_75 = ___2_parent;
|
|
bool* L_76 = ___3_haveChildrenUsingStateFromOtherControls;
|
|
ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD L_77 = V_8;
|
|
int32_t L_78 = V_4;
|
|
String_t* L_79 = V_10;
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_80;
|
|
L_80 = InputDeviceBuilder_AddChildControl_mCA8A537F5E0FEAEF9E6B97FD750E5B2F4EBEEBDD(__this, L_73, L_74, L_75, L_76, L_77, L_78, L_79, NULL);
|
|
V_11 = L_80;
|
|
// ++childIndex;
|
|
int32_t L_81 = V_4;
|
|
V_4 = ((int32_t)il2cpp_codegen_add(L_81, 1));
|
|
// if (control.m_StateBlock.byteOffset != InputStateBlock.InvalidOffset)
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_82 = V_11;
|
|
NullCheck(L_82);
|
|
InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5* L_83 = (&L_82->___m_StateBlock_0);
|
|
uint32_t L_84;
|
|
L_84 = InputStateBlock_get_byteOffset_m6EADE5C9C8B346D38E543E38777ED67ED2AEA0AC_inline(L_83, NULL);
|
|
if ((((int32_t)L_84) == ((int32_t)(-1))))
|
|
{
|
|
goto IL_01e3;
|
|
}
|
|
}
|
|
{
|
|
// control.m_StateBlock.byteOffset += (uint)n * control.m_StateBlock.alignedSizeInBytes;
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_85 = V_11;
|
|
NullCheck(L_85);
|
|
InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5* L_86 = (&L_85->___m_StateBlock_0);
|
|
InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5* L_87 = L_86;
|
|
uint32_t L_88;
|
|
L_88 = InputStateBlock_get_byteOffset_m6EADE5C9C8B346D38E543E38777ED67ED2AEA0AC_inline(L_87, NULL);
|
|
int32_t L_89 = V_9;
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_90 = V_11;
|
|
NullCheck(L_90);
|
|
InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5* L_91 = (&L_90->___m_StateBlock_0);
|
|
uint32_t L_92;
|
|
L_92 = InputStateBlock_get_alignedSizeInBytes_mF360E8CFBEE9BE05FC7DFA3533E069A5A96827F5(L_91, NULL);
|
|
InputStateBlock_set_byteOffset_mC5776F9F286F0658100E92A75A60EB25A1DDBD40_inline(L_87, ((int32_t)il2cpp_codegen_add((int32_t)L_88, ((int32_t)il2cpp_codegen_multiply(L_89, (int32_t)L_92)))), NULL);
|
|
}
|
|
|
|
IL_01e3:
|
|
{
|
|
// for (var n = 0; n < controlLayout.arraySize; ++n)
|
|
int32_t L_93 = V_9;
|
|
V_9 = ((int32_t)il2cpp_codegen_add(L_93, 1));
|
|
}
|
|
|
|
IL_01e9:
|
|
{
|
|
// for (var n = 0; n < controlLayout.arraySize; ++n)
|
|
int32_t L_94 = V_9;
|
|
int32_t L_95;
|
|
L_95 = ControlItem_get_arraySize_m5C2C8103BB1F27038D08B567099283F70C3F8326_inline((&V_8), NULL);
|
|
if ((((int32_t)L_94) < ((int32_t)L_95)))
|
|
{
|
|
goto IL_017f;
|
|
}
|
|
}
|
|
{
|
|
goto IL_020d;
|
|
}
|
|
|
|
IL_01f6:
|
|
{
|
|
// AddChildControl(layout, variants, parent, ref haveChildrenUsingStateFromOtherControls,
|
|
// controlLayout, childIndex);
|
|
InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D* L_96 = ___0_layout;
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_97 = ___1_variants;
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_98 = ___2_parent;
|
|
bool* L_99 = ___3_haveChildrenUsingStateFromOtherControls;
|
|
ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD L_100 = V_8;
|
|
int32_t L_101 = V_4;
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_102;
|
|
L_102 = InputDeviceBuilder_AddChildControl_mCA8A537F5E0FEAEF9E6B97FD750E5B2F4EBEEBDD(__this, L_96, L_97, L_98, L_99, L_100, L_101, (String_t*)NULL, NULL);
|
|
// ++childIndex;
|
|
int32_t L_103 = V_4;
|
|
V_4 = ((int32_t)il2cpp_codegen_add(L_103, 1));
|
|
}
|
|
|
|
IL_020d:
|
|
{
|
|
// for (var i = 0; i < controlLayouts.Length; ++i)
|
|
int32_t L_104 = V_7;
|
|
V_7 = ((int32_t)il2cpp_codegen_add(L_104, 1));
|
|
}
|
|
|
|
IL_0213:
|
|
{
|
|
// for (var i = 0; i < controlLayouts.Length; ++i)
|
|
int32_t L_105 = V_7;
|
|
ControlItemU5BU5D_t7798E8B7C7F58B8F6D13B567539CD82E962C7104* L_106 = V_0;
|
|
NullCheck(L_106);
|
|
if ((((int32_t)L_105) < ((int32_t)((int32_t)(((RuntimeArray*)L_106)->max_length)))))
|
|
{
|
|
goto IL_0122;
|
|
}
|
|
}
|
|
{
|
|
// parent.m_ChildCount = childCount;
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_107 = ___2_parent;
|
|
int32_t L_108 = V_1;
|
|
NullCheck(L_107);
|
|
L_107->___m_ChildCount_15 = L_108;
|
|
// parent.m_ChildStartIndex = firstChildIndex;
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_109 = ___2_parent;
|
|
int32_t L_110 = V_3;
|
|
NullCheck(L_109);
|
|
L_109->___m_ChildStartIndex_16 = L_110;
|
|
// if (haveControlLayoutWithPath)
|
|
bool L_111 = V_2;
|
|
if (!L_111)
|
|
{
|
|
goto IL_029c;
|
|
}
|
|
}
|
|
{
|
|
// for (var i = 0; i < controlLayouts.Length; ++i)
|
|
V_12 = 0;
|
|
goto IL_0295;
|
|
}
|
|
|
|
IL_0233:
|
|
{
|
|
// var controlLayout = controlLayouts[i];
|
|
ControlItemU5BU5D_t7798E8B7C7F58B8F6D13B567539CD82E962C7104* L_112 = V_0;
|
|
int32_t L_113 = V_12;
|
|
NullCheck(L_112);
|
|
int32_t L_114 = L_113;
|
|
ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD L_115 = (L_112)->GetAt(static_cast<il2cpp_array_size_t>(L_114));
|
|
V_13 = L_115;
|
|
// if (!controlLayout.isModifyingExistingControl)
|
|
bool L_116;
|
|
L_116 = ControlItem_get_isModifyingExistingControl_mEC6714B34AB379AC77E201967C325EE6A2B45E33((&V_13), NULL);
|
|
if (!L_116)
|
|
{
|
|
goto IL_028f;
|
|
}
|
|
}
|
|
{
|
|
// if (!controlLayout.variants.IsEmpty() &&
|
|
// !StringHelpers.CharacterSeparatedListsHaveAtLeastOneCommonElement(controlLayouts[i].variants,
|
|
// variants, InputControlLayout.VariantSeparator[0]))
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_117;
|
|
L_117 = ControlItem_get_variants_m940B1AE5E4676988EFCBA9919EA86728A131D1D5_inline((&V_13), NULL);
|
|
V_6 = L_117;
|
|
bool L_118;
|
|
L_118 = InternedString_IsEmpty_mA88FAF2562BF41C57C00E68F5A4111B22CFF173B((&V_6), NULL);
|
|
if (L_118)
|
|
{
|
|
goto IL_0282;
|
|
}
|
|
}
|
|
{
|
|
ControlItemU5BU5D_t7798E8B7C7F58B8F6D13B567539CD82E962C7104* L_119 = V_0;
|
|
int32_t L_120 = V_12;
|
|
NullCheck(L_119);
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_121;
|
|
L_121 = ControlItem_get_variants_m940B1AE5E4676988EFCBA9919EA86728A131D1D5_inline(((L_119)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_120))), NULL);
|
|
String_t* L_122;
|
|
L_122 = InternedString_op_Implicit_m99D80AAE853F54FA2EF2603D020C7454B608D2F6(L_121, NULL);
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_123 = ___1_variants;
|
|
String_t* L_124;
|
|
L_124 = InternedString_op_Implicit_m99D80AAE853F54FA2EF2603D020C7454B608D2F6(L_123, NULL);
|
|
NullCheck(_stringLiteral951CCB49640C8F9E81FB4E0D82730321F4E15BB3);
|
|
Il2CppChar L_125;
|
|
L_125 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(_stringLiteral951CCB49640C8F9E81FB4E0D82730321F4E15BB3, 0, NULL);
|
|
bool L_126;
|
|
L_126 = StringHelpers_CharacterSeparatedListsHaveAtLeastOneCommonElement_m0A3E70D748E3E17DEA06FAD3553F3049F169A190(L_122, L_124, L_125, NULL);
|
|
if (!L_126)
|
|
{
|
|
goto IL_028f;
|
|
}
|
|
}
|
|
|
|
IL_0282:
|
|
{
|
|
// AddChildControlIfMissing(layout, variants, parent, ref haveChildrenUsingStateFromOtherControls,
|
|
// ref controlLayout);
|
|
InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D* L_127 = ___0_layout;
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_128 = ___1_variants;
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_129 = ___2_parent;
|
|
bool* L_130 = ___3_haveChildrenUsingStateFromOtherControls;
|
|
InputDeviceBuilder_AddChildControlIfMissing_m6A87743EC5B0E06CF9F901A15D7C691AFC8DB7A7(__this, L_127, L_128, L_129, L_130, (&V_13), NULL);
|
|
}
|
|
|
|
IL_028f:
|
|
{
|
|
// for (var i = 0; i < controlLayouts.Length; ++i)
|
|
int32_t L_131 = V_12;
|
|
V_12 = ((int32_t)il2cpp_codegen_add(L_131, 1));
|
|
}
|
|
|
|
IL_0295:
|
|
{
|
|
// for (var i = 0; i < controlLayouts.Length; ++i)
|
|
int32_t L_132 = V_12;
|
|
ControlItemU5BU5D_t7798E8B7C7F58B8F6D13B567539CD82E962C7104* L_133 = V_0;
|
|
NullCheck(L_133);
|
|
if ((((int32_t)L_132) < ((int32_t)((int32_t)(((RuntimeArray*)L_133)->max_length)))))
|
|
{
|
|
goto IL_0233;
|
|
}
|
|
}
|
|
|
|
IL_029c:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void InputDeviceBuilder_AddChildControls_m712BC48D633435C9028CC6879636CDF50FBBAC6B_AdjustorThunk (RuntimeObject* __this, InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D* ___0_layout, InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 ___1_variants, InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* ___2_parent, bool* ___3_haveChildrenUsingStateFromOtherControls, const RuntimeMethod* method)
|
|
{
|
|
InputDeviceBuilder_t7F4266EBB8FB0AC0DAE225F7FA1532B9AA9174BE* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<InputDeviceBuilder_t7F4266EBB8FB0AC0DAE225F7FA1532B9AA9174BE*>(__this + _offset);
|
|
InputDeviceBuilder_AddChildControls_m712BC48D633435C9028CC6879636CDF50FBBAC6B(_thisAdjusted, ___0_layout, ___1_variants, ___2_parent, ___3_haveChildrenUsingStateFromOtherControls, method);
|
|
}
|
|
// UnityEngine.InputSystem.InputControl UnityEngine.InputSystem.Layouts.InputDeviceBuilder::AddChildControl(UnityEngine.InputSystem.Layouts.InputControlLayout,UnityEngine.InputSystem.Utilities.InternedString,UnityEngine.InputSystem.InputControl,System.Boolean&,UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem,System.Int32,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* InputDeviceBuilder_AddChildControl_mCA8A537F5E0FEAEF9E6B97FD750E5B2F4EBEEBDD (InputDeviceBuilder_t7F4266EBB8FB0AC0DAE225F7FA1532B9AA9174BE* __this, InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D* ___0_layout, InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 ___1_variants, InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* ___2_parent, bool* ___3_haveChildrenUsingStateFromOtherControls, ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD ___4_controlItem, int32_t ___5_childIndex, String_t* ___6_nameOverride, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArrayHelpers_AppendToImmutable_TisInternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735_mC66F232253963A8A6EBC6AD2658EE0EC9348548D_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArrayHelpers_GrowBy_TisInputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E_m1E6DDC3FB4AFB06BE8A101E350CBBB520FD89D6B_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_TryGetValue_m92247229376708F90D2F54E5D2B6D73367E6A838_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NamedValue_ApplyAllToObject_TisReadOnlyArray_1_t4A15F7D15ACB297B45A08889D51E4CACEAD4EDF9_m2657DEAE6961958DD2595BDE5B379C778F80F427_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlyArray_1_get_Count_m2215B7CB1D01D57AB87F3363351D7A7BD528E40F_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlyArray_1_get_Count_m76D58AB3E0CF768F6E547B59CAD83CEF522A5242_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlyArray_1_get_Count_mCB952AF4F81F9AF4E9F86DEDE58AF67AF1654293_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* V_2 = NULL;
|
|
ReadOnlyArray_1_t1C2864D7CF4D444AB2616316AC8DD33932F77064 V_3;
|
|
memset((&V_3), 0, sizeof(V_3));
|
|
String_t* V_4 = NULL;
|
|
ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD V_5;
|
|
memset((&V_5), 0, sizeof(V_5));
|
|
LayoutNotFoundException_t04D5D4F5A48929A16B0727F1BDFEC21FDEF348B2* V_6 = NULL;
|
|
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 V_7;
|
|
memset((&V_7), 0, sizeof(V_7));
|
|
int32_t V_8 = 0;
|
|
int32_t V_9 = 0;
|
|
int32_t V_10 = 0;
|
|
ReadOnlyArray_1_t1C2864D7CF4D444AB2616316AC8DD33932F77064 V_11;
|
|
memset((&V_11), 0, sizeof(V_11));
|
|
int32_t V_12 = 0;
|
|
int32_t V_13 = 0;
|
|
ReadOnlyArray_1_t4A15F7D15ACB297B45A08889D51E4CACEAD4EDF9 V_14;
|
|
memset((&V_14), 0, sizeof(V_14));
|
|
ReadOnlyArray_1_t1B44D48F2E9F425D218BABD5DE616117E8725D41 V_15;
|
|
memset((&V_15), 0, sizeof(V_15));
|
|
il2cpp::utils::ExceptionSupportStack<RuntimeObject*, 1> __active_exceptions;
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 G_B3_0;
|
|
memset((&G_B3_0), 0, sizeof(G_B3_0));
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* G_B13_0 = NULL;
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* G_B12_0 = NULL;
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* G_B14_0 = NULL;
|
|
int32_t G_B15_0 = 0;
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* G_B15_1 = NULL;
|
|
{
|
|
// var name = nameOverride != null ? new InternedString(nameOverride) : controlItem.name;
|
|
String_t* L_0 = ___6_nameOverride;
|
|
if (L_0)
|
|
{
|
|
goto IL_000d;
|
|
}
|
|
}
|
|
{
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_1;
|
|
L_1 = ControlItem_get_name_m1D0E0FB5B9A155BEDF717F69A57364F89F1292F7_inline((&___4_controlItem), NULL);
|
|
G_B3_0 = L_1;
|
|
goto IL_0014;
|
|
}
|
|
|
|
IL_000d:
|
|
{
|
|
String_t* L_2 = ___6_nameOverride;
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_3;
|
|
memset((&L_3), 0, sizeof(L_3));
|
|
InternedString__ctor_m2E9672D46D84C82F705DE799CE8B6123EB95E935((&L_3), L_2, /*hidden argument*/NULL);
|
|
G_B3_0 = L_3;
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
V_0 = G_B3_0;
|
|
// if (string.IsNullOrEmpty(controlItem.layout))
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_4;
|
|
L_4 = ControlItem_get_layout_m08BC0B5287AA87FAD29BF5B6D03ECE3E9CF5232C_inline((&___4_controlItem), NULL);
|
|
String_t* L_5;
|
|
L_5 = InternedString_op_Implicit_m99D80AAE853F54FA2EF2603D020C7454B608D2F6(L_4, NULL);
|
|
bool L_6;
|
|
L_6 = String_IsNullOrEmpty_mEA9E3FB005AC28FE02E69FCF95A7B8456192B478(L_5, NULL);
|
|
if (!L_6)
|
|
{
|
|
goto IL_004f;
|
|
}
|
|
}
|
|
{
|
|
// throw new InvalidOperationException($"Layout has not been set on control '{controlItem.name}' in '{layout.name}'");
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_7;
|
|
L_7 = ControlItem_get_name_m1D0E0FB5B9A155BEDF717F69A57364F89F1292F7_inline((&___4_controlItem), NULL);
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_8 = L_7;
|
|
RuntimeObject* L_9 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735_il2cpp_TypeInfo_var)), &L_8);
|
|
InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D* L_10 = ___0_layout;
|
|
NullCheck(L_10);
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_11;
|
|
L_11 = InputControlLayout_get_name_m41A7AEAC666D5C2CC75AB1FE2E7D6D7CAB90EA9A_inline(L_10, NULL);
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_12 = L_11;
|
|
RuntimeObject* L_13 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735_il2cpp_TypeInfo_var)), &L_12);
|
|
String_t* L_14;
|
|
L_14 = String_Format_mFB7DA489BD99F4670881FF50EC017BFB0A5C0987(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral42604922E9E65D8A1EF5E9ACC5B0DDEF05043FA4)), L_9, L_13, NULL);
|
|
InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_15 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_15);
|
|
InvalidOperationException__ctor_mE4CB6F4712AB6D99A2358FBAE2E052B3EE976162(L_15, L_14, NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_15, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputDeviceBuilder_AddChildControl_mCA8A537F5E0FEAEF9E6B97FD750E5B2F4EBEEBDD_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_004f:
|
|
{
|
|
// if (m_ChildControlOverrides != null)
|
|
Dictionary_2_t9603121094471C60D6E60B03066D77D447754994* L_16 = __this->___m_ChildControlOverrides_2;
|
|
if (!L_16)
|
|
{
|
|
goto IL_007d;
|
|
}
|
|
}
|
|
{
|
|
// var pathLowerCase = ChildControlOverridePath(parent, name);
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_17 = ___2_parent;
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_18 = V_0;
|
|
String_t* L_19;
|
|
L_19 = InputDeviceBuilder_ChildControlOverridePath_m2F04CDFABBDFF70A4DFDCE590F938B3D4BCC1C9F(__this, L_17, L_18, NULL);
|
|
V_4 = L_19;
|
|
// if (m_ChildControlOverrides.TryGetValue(pathLowerCase, out var controlOverride))
|
|
Dictionary_2_t9603121094471C60D6E60B03066D77D447754994* L_20 = __this->___m_ChildControlOverrides_2;
|
|
String_t* L_21 = V_4;
|
|
NullCheck(L_20);
|
|
bool L_22;
|
|
L_22 = Dictionary_2_TryGetValue_m92247229376708F90D2F54E5D2B6D73367E6A838(L_20, L_21, (&V_5), Dictionary_2_TryGetValue_m92247229376708F90D2F54E5D2B6D73367E6A838_RuntimeMethod_var);
|
|
if (!L_22)
|
|
{
|
|
goto IL_007d;
|
|
}
|
|
}
|
|
{
|
|
// controlItem = controlOverride.Merge(controlItem);
|
|
ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD L_23 = ___4_controlItem;
|
|
ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD L_24;
|
|
L_24 = ControlItem_Merge_mB40D79927742045C90680E4292AA5745DD99C063((&V_5), L_23, NULL);
|
|
___4_controlItem = L_24;
|
|
}
|
|
|
|
IL_007d:
|
|
{
|
|
// var layoutName = controlItem.layout;
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_25;
|
|
L_25 = ControlItem_get_layout_m08BC0B5287AA87FAD29BF5B6D03ECE3E9CF5232C_inline((&___4_controlItem), NULL);
|
|
V_1 = L_25;
|
|
}
|
|
try
|
|
{// begin try (depth: 1)
|
|
// control = InstantiateLayout(layoutName, variants, name, parent);
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_26 = V_1;
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_27 = ___1_variants;
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_28 = V_0;
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_29 = ___2_parent;
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_30;
|
|
L_30 = InputDeviceBuilder_InstantiateLayout_mE1E78011019E8BA89C33F7F723C133E2116CFE6C(__this, L_26, L_27, L_28, L_29, NULL);
|
|
V_2 = L_30;
|
|
// }
|
|
goto IL_00be;
|
|
}// end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&LayoutNotFoundException_t04D5D4F5A48929A16B0727F1BDFEC21FDEF348B2_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex)))
|
|
{
|
|
IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex);
|
|
goto CATCH_0092;
|
|
}
|
|
throw e;
|
|
}
|
|
|
|
CATCH_0092:
|
|
{// begin catch(UnityEngine.InputSystem.Layouts.InputControlLayout/LayoutNotFoundException)
|
|
// catch (InputControlLayout.LayoutNotFoundException exception)
|
|
V_6 = ((LayoutNotFoundException_t04D5D4F5A48929A16B0727F1BDFEC21FDEF348B2*)IL2CPP_GET_ACTIVE_EXCEPTION(LayoutNotFoundException_t04D5D4F5A48929A16B0727F1BDFEC21FDEF348B2*));
|
|
// throw new InputControlLayout.LayoutNotFoundException(
|
|
// $"Cannot find layout '{exception.layout}' used in control '{name}' of layout '{layout.name}'",
|
|
// exception);
|
|
LayoutNotFoundException_t04D5D4F5A48929A16B0727F1BDFEC21FDEF348B2* L_31 = V_6;
|
|
NullCheck(L_31);
|
|
String_t* L_32;
|
|
L_32 = LayoutNotFoundException_get_layout_m37F53C110A776188D459C4E19DFCB11F1F0CC8C4_inline(L_31, NULL);
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_33 = V_0;
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_34 = L_33;
|
|
RuntimeObject* L_35 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735_il2cpp_TypeInfo_var)), &L_34);
|
|
InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D* L_36 = ___0_layout;
|
|
NullCheck(L_36);
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_37;
|
|
L_37 = InputControlLayout_get_name_m41A7AEAC666D5C2CC75AB1FE2E7D6D7CAB90EA9A_inline(L_36, NULL);
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_38 = L_37;
|
|
RuntimeObject* L_39 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735_il2cpp_TypeInfo_var)), &L_38);
|
|
String_t* L_40;
|
|
L_40 = String_Format_mA0534D6E2AE4D67A6BD8D45B3321323930EB930C(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral454D8530A4D8C4593F5B1C2DC94320A38E5680BE)), L_32, L_35, L_39, NULL);
|
|
LayoutNotFoundException_t04D5D4F5A48929A16B0727F1BDFEC21FDEF348B2* L_41 = V_6;
|
|
LayoutNotFoundException_t04D5D4F5A48929A16B0727F1BDFEC21FDEF348B2* L_42 = (LayoutNotFoundException_t04D5D4F5A48929A16B0727F1BDFEC21FDEF348B2*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&LayoutNotFoundException_t04D5D4F5A48929A16B0727F1BDFEC21FDEF348B2_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_42);
|
|
LayoutNotFoundException__ctor_m5A68734614FF0D61EBEE75D74343A6831AB77E38(L_42, L_40, L_41, NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_42, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputDeviceBuilder_AddChildControl_mCA8A537F5E0FEAEF9E6B97FD750E5B2F4EBEEBDD_RuntimeMethod_var)));
|
|
}// end catch (depth: 1)
|
|
|
|
IL_00be:
|
|
{
|
|
// m_Device.m_ChildrenForEachControl[childIndex] = control;
|
|
InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* L_43 = __this->___m_Device_0;
|
|
NullCheck(L_43);
|
|
InputControlU5BU5D_t0B951FEF1504D6340387C4735F5D6F426F40FE17* L_44 = L_43->___m_ChildrenForEachControl_34;
|
|
int32_t L_45 = ___5_childIndex;
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_46 = V_2;
|
|
NullCheck(L_44);
|
|
ArrayElementTypeCheck (L_44, L_46);
|
|
(L_44)->SetAt(static_cast<il2cpp_array_size_t>(L_45), (InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E*)L_46);
|
|
// control.noisy = controlItem.isNoisy;
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_47 = V_2;
|
|
bool L_48;
|
|
L_48 = ControlItem_get_isNoisy_m7411781E923694A4CEA423E119BD6FF178F85E28((&___4_controlItem), NULL);
|
|
NullCheck(L_47);
|
|
InputControl_set_noisy_m5E4E4C6A6E98F5D239385AEF8203683583CB9B7A(L_47, L_48, NULL);
|
|
// control.synthetic = controlItem.isSynthetic;
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_49 = V_2;
|
|
bool L_50;
|
|
L_50 = ControlItem_get_isSynthetic_m093116B59A976CDEDE707EDD15E89768897AF3E4((&___4_controlItem), NULL);
|
|
NullCheck(L_49);
|
|
InputControl_set_synthetic_mC788F8B981CCA27755D02DFCD46C0FDC9FD77B5B(L_49, L_50, NULL);
|
|
// control.usesStateFromOtherControl = !string.IsNullOrEmpty(controlItem.useStateFrom);
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_51 = V_2;
|
|
String_t* L_52;
|
|
L_52 = ControlItem_get_useStateFrom_mCE850A165538CDCBFF2D9B6B81A6F9C1C00D322D_inline((&___4_controlItem), NULL);
|
|
bool L_53;
|
|
L_53 = String_IsNullOrEmpty_mEA9E3FB005AC28FE02E69FCF95A7B8456192B478(L_52, NULL);
|
|
NullCheck(L_51);
|
|
InputControl_set_usesStateFromOtherControl_m9137E2A9F4CA0421C2F2CEE4B945EE2EEF0D81C3(L_51, (bool)((((int32_t)L_53) == ((int32_t)0))? 1 : 0), NULL);
|
|
// control.dontReset = (control.noisy || controlItem.dontReset) && !control.usesStateFromOtherControl; // Imply dontReset for noisy controls.
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_54 = V_2;
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_55 = V_2;
|
|
NullCheck(L_55);
|
|
bool L_56;
|
|
L_56 = InputControl_get_noisy_m7169395897C8B23A5E96A04268145817E91A4AA8(L_55, NULL);
|
|
G_B12_0 = L_54;
|
|
if (L_56)
|
|
{
|
|
G_B13_0 = L_54;
|
|
goto IL_010e;
|
|
}
|
|
}
|
|
{
|
|
bool L_57;
|
|
L_57 = ControlItem_get_dontReset_m6D669184300B380A9CB9AA521562E1FFB30B1A66((&___4_controlItem), NULL);
|
|
G_B13_0 = G_B12_0;
|
|
if (!L_57)
|
|
{
|
|
G_B14_0 = G_B12_0;
|
|
goto IL_0119;
|
|
}
|
|
}
|
|
|
|
IL_010e:
|
|
{
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_58 = V_2;
|
|
NullCheck(L_58);
|
|
bool L_59;
|
|
L_59 = InputControl_get_usesStateFromOtherControl_mEB555DAB0D05BFEE0000CC10C1C880AAA6CE760B(L_58, NULL);
|
|
G_B15_0 = ((((int32_t)L_59) == ((int32_t)0))? 1 : 0);
|
|
G_B15_1 = G_B13_0;
|
|
goto IL_011a;
|
|
}
|
|
|
|
IL_0119:
|
|
{
|
|
G_B15_0 = 0;
|
|
G_B15_1 = G_B14_0;
|
|
}
|
|
|
|
IL_011a:
|
|
{
|
|
NullCheck(G_B15_1);
|
|
InputControl_set_dontReset_m56292E2D5FAB000EDD5821E99066CA94E392CA40(G_B15_1, (bool)G_B15_0, NULL);
|
|
// if (control.noisy)
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_60 = V_2;
|
|
NullCheck(L_60);
|
|
bool L_61;
|
|
L_61 = InputControl_get_noisy_m7169395897C8B23A5E96A04268145817E91A4AA8(L_60, NULL);
|
|
if (!L_61)
|
|
{
|
|
goto IL_0133;
|
|
}
|
|
}
|
|
{
|
|
// m_Device.noisy = true;
|
|
InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* L_62 = __this->___m_Device_0;
|
|
NullCheck(L_62);
|
|
InputControl_set_noisy_m5E4E4C6A6E98F5D239385AEF8203683583CB9B7A(L_62, (bool)1, NULL);
|
|
}
|
|
|
|
IL_0133:
|
|
{
|
|
// control.isButton = control is ButtonControl;
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_63 = V_2;
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_64 = V_2;
|
|
NullCheck(L_63);
|
|
InputControl_set_isButton_m862BB994D08F3488611839657F2381B12976C661(L_63, (bool)((!(((RuntimeObject*)(ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF*)((ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF*)IsInstClass((RuntimeObject*)L_64, ButtonControl_t85949109B98AAF5B7ADC0285F0EC98A61EC88ECF_il2cpp_TypeInfo_var))) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0), NULL);
|
|
// if (control.dontReset)
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_65 = V_2;
|
|
NullCheck(L_65);
|
|
bool L_66;
|
|
L_66 = InputControl_get_dontReset_m30B6018FE4062633888754D076BD6422829255BE(L_65, NULL);
|
|
if (!L_66)
|
|
{
|
|
goto IL_0156;
|
|
}
|
|
}
|
|
{
|
|
// m_Device.hasDontResetControls = true;
|
|
InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* L_67 = __this->___m_Device_0;
|
|
NullCheck(L_67);
|
|
InputDevice_set_hasDontResetControls_m69B8A85FC12A9125F346D8ED1408F28F059B08A5(L_67, (bool)1, NULL);
|
|
}
|
|
|
|
IL_0156:
|
|
{
|
|
// control.m_DisplayNameFromLayout = controlItem.displayName;
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_68 = V_2;
|
|
String_t* L_69;
|
|
L_69 = ControlItem_get_displayName_m1F58E1237D92659BA397FA7B634E19A3A5D0EF79_inline((&___4_controlItem), NULL);
|
|
NullCheck(L_68);
|
|
L_68->___m_DisplayNameFromLayout_4 = L_69;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_68->___m_DisplayNameFromLayout_4), (void*)L_69);
|
|
// control.m_ShortDisplayNameFromLayout = controlItem.shortDisplayName;
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_70 = V_2;
|
|
String_t* L_71;
|
|
L_71 = ControlItem_get_shortDisplayName_m9FD5B6429EC71B35D442089E49B7CC2D02124746_inline((&___4_controlItem), NULL);
|
|
NullCheck(L_70);
|
|
L_70->___m_ShortDisplayNameFromLayout_6 = L_71;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_70->___m_ShortDisplayNameFromLayout_6), (void*)L_71);
|
|
// control.m_DefaultState = controlItem.defaultState;
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_72 = V_2;
|
|
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 L_73;
|
|
L_73 = ControlItem_get_defaultState_m2544EF2F09468000E7113CA1EE178CD60C572318_inline((&___4_controlItem), NULL);
|
|
NullCheck(L_72);
|
|
L_72->___m_DefaultState_18 = L_73;
|
|
// if (!control.m_DefaultState.isEmpty)
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_74 = V_2;
|
|
NullCheck(L_74);
|
|
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4* L_75 = (&L_74->___m_DefaultState_18);
|
|
bool L_76;
|
|
L_76 = PrimitiveValue_get_isEmpty_m5EB7E528CDE36950BBE170CE82D1DB78D45E4347(L_75, NULL);
|
|
if (L_76)
|
|
{
|
|
goto IL_0196;
|
|
}
|
|
}
|
|
{
|
|
// m_Device.hasControlsWithDefaultState = true;
|
|
InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* L_77 = __this->___m_Device_0;
|
|
NullCheck(L_77);
|
|
InputDevice_set_hasControlsWithDefaultState_mC8F5DCB4C54700278AE7F291D2C6052D5C528D07(L_77, (bool)1, NULL);
|
|
}
|
|
|
|
IL_0196:
|
|
{
|
|
// if (!controlItem.minValue.isEmpty)
|
|
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 L_78;
|
|
L_78 = ControlItem_get_minValue_m98CAFDF6A6F13A5E5E4DC51B4ADFD02B633233B7_inline((&___4_controlItem), NULL);
|
|
V_7 = L_78;
|
|
bool L_79;
|
|
L_79 = PrimitiveValue_get_isEmpty_m5EB7E528CDE36950BBE170CE82D1DB78D45E4347((&V_7), NULL);
|
|
if (L_79)
|
|
{
|
|
goto IL_01b5;
|
|
}
|
|
}
|
|
{
|
|
// control.m_MinValue = controlItem.minValue;
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_80 = V_2;
|
|
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 L_81;
|
|
L_81 = ControlItem_get_minValue_m98CAFDF6A6F13A5E5E4DC51B4ADFD02B633233B7_inline((&___4_controlItem), NULL);
|
|
NullCheck(L_80);
|
|
L_80->___m_MinValue_19 = L_81;
|
|
}
|
|
|
|
IL_01b5:
|
|
{
|
|
// if (!controlItem.maxValue.isEmpty)
|
|
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 L_82;
|
|
L_82 = ControlItem_get_maxValue_mAEF0FF56E7D06C3FE2387EEA227A66EAA9813A77_inline((&___4_controlItem), NULL);
|
|
V_7 = L_82;
|
|
bool L_83;
|
|
L_83 = PrimitiveValue_get_isEmpty_m5EB7E528CDE36950BBE170CE82D1DB78D45E4347((&V_7), NULL);
|
|
if (L_83)
|
|
{
|
|
goto IL_01d4;
|
|
}
|
|
}
|
|
{
|
|
// control.m_MaxValue = controlItem.maxValue;
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_84 = V_2;
|
|
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 L_85;
|
|
L_85 = ControlItem_get_maxValue_mAEF0FF56E7D06C3FE2387EEA227A66EAA9813A77_inline((&___4_controlItem), NULL);
|
|
NullCheck(L_84);
|
|
L_84->___m_MaxValue_20 = L_85;
|
|
}
|
|
|
|
IL_01d4:
|
|
{
|
|
// if (!control.usesStateFromOtherControl)
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_86 = V_2;
|
|
NullCheck(L_86);
|
|
bool L_87;
|
|
L_87 = InputControl_get_usesStateFromOtherControl_mEB555DAB0D05BFEE0000CC10C1C880AAA6CE760B(L_86, NULL);
|
|
if (L_87)
|
|
{
|
|
goto IL_0239;
|
|
}
|
|
}
|
|
{
|
|
// control.m_StateBlock.byteOffset = controlItem.offset;
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_88 = V_2;
|
|
NullCheck(L_88);
|
|
InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5* L_89 = (&L_88->___m_StateBlock_0);
|
|
uint32_t L_90;
|
|
L_90 = ControlItem_get_offset_mC9EF8E5DC5F44C67F6C52348DC848ED6A554B514_inline((&___4_controlItem), NULL);
|
|
InputStateBlock_set_byteOffset_mC5776F9F286F0658100E92A75A60EB25A1DDBD40_inline(L_89, L_90, NULL);
|
|
// control.m_StateBlock.bitOffset = controlItem.bit;
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_91 = V_2;
|
|
NullCheck(L_91);
|
|
InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5* L_92 = (&L_91->___m_StateBlock_0);
|
|
uint32_t L_93;
|
|
L_93 = ControlItem_get_bit_m9E80F980A6B4953ED959FA79910B233494DDE687_inline((&___4_controlItem), NULL);
|
|
InputStateBlock_set_bitOffset_mB4F67CC1BF4EBB3152CEC64BECFF724C1416A163_inline(L_92, L_93, NULL);
|
|
// if (controlItem.sizeInBits != 0)
|
|
uint32_t L_94;
|
|
L_94 = ControlItem_get_sizeInBits_mF2621FA7E7B26E6CCBF73A21896D0D1AF68F77E1_inline((&___4_controlItem), NULL);
|
|
if (!L_94)
|
|
{
|
|
goto IL_021b;
|
|
}
|
|
}
|
|
{
|
|
// control.m_StateBlock.sizeInBits = controlItem.sizeInBits;
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_95 = V_2;
|
|
NullCheck(L_95);
|
|
InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5* L_96 = (&L_95->___m_StateBlock_0);
|
|
uint32_t L_97;
|
|
L_97 = ControlItem_get_sizeInBits_mF2621FA7E7B26E6CCBF73A21896D0D1AF68F77E1_inline((&___4_controlItem), NULL);
|
|
InputStateBlock_set_sizeInBits_mE7B623711880E0A1C1E563AF809A24A9C63AE115_inline(L_96, L_97, NULL);
|
|
}
|
|
|
|
IL_021b:
|
|
{
|
|
// if (controlItem.format != 0)
|
|
FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_98;
|
|
L_98 = ControlItem_get_format_mDD79911EB0D39F8578F01926136A8F445A4FE509_inline((&___4_controlItem), NULL);
|
|
FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_99;
|
|
L_99 = FourCC_op_Implicit_mFEE14A923AACEE90FAAC5234C718CD1B20690F61(0, NULL);
|
|
bool L_100;
|
|
L_100 = FourCC_op_Inequality_m8E764B9EF56D488E40480A3E69230EF623C7B92B(L_98, L_99, NULL);
|
|
if (!L_100)
|
|
{
|
|
goto IL_0249;
|
|
}
|
|
}
|
|
{
|
|
// SetFormat(control, controlItem);
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_101 = V_2;
|
|
ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD L_102 = ___4_controlItem;
|
|
InputDeviceBuilder_SetFormat_m18354EB5E02FB78C9DA78AE6869A047DB2D6F804(L_101, L_102, NULL);
|
|
goto IL_0249;
|
|
}
|
|
|
|
IL_0239:
|
|
{
|
|
// control.m_StateBlock.sizeInBits = kSizeForControlUsingStateFromOtherControl;
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_103 = V_2;
|
|
NullCheck(L_103);
|
|
InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5* L_104 = (&L_103->___m_StateBlock_0);
|
|
InputStateBlock_set_sizeInBits_mE7B623711880E0A1C1E563AF809A24A9C63AE115_inline(L_104, (-1), NULL);
|
|
// haveChildrenUsingStateFromOtherControls = true;
|
|
bool* L_105 = ___3_haveChildrenUsingStateFromOtherControls;
|
|
*((int8_t*)L_105) = (int8_t)1;
|
|
}
|
|
|
|
IL_0249:
|
|
{
|
|
// var usages = controlItem.usages;
|
|
ReadOnlyArray_1_t1C2864D7CF4D444AB2616316AC8DD33932F77064 L_106;
|
|
L_106 = ControlItem_get_usages_mD3E7D24BB589A7EE3F153AC45C5B5C6C3C2F851A_inline((&___4_controlItem), NULL);
|
|
V_3 = L_106;
|
|
// if (usages.Count > 0)
|
|
int32_t L_107;
|
|
L_107 = ReadOnlyArray_1_get_Count_m2215B7CB1D01D57AB87F3363351D7A7BD528E40F_inline((&V_3), ReadOnlyArray_1_get_Count_m2215B7CB1D01D57AB87F3363351D7A7BD528E40F_RuntimeMethod_var);
|
|
if ((((int32_t)L_107) <= ((int32_t)0)))
|
|
{
|
|
goto IL_02c2;
|
|
}
|
|
}
|
|
{
|
|
// var usageCount = usages.Count;
|
|
int32_t L_108;
|
|
L_108 = ReadOnlyArray_1_get_Count_m2215B7CB1D01D57AB87F3363351D7A7BD528E40F_inline((&V_3), ReadOnlyArray_1_get_Count_m2215B7CB1D01D57AB87F3363351D7A7BD528E40F_RuntimeMethod_var);
|
|
V_8 = L_108;
|
|
// var usageIndex =
|
|
// ArrayHelpers.AppendToImmutable(ref m_Device.m_UsagesForEachControl, usages.m_Array);
|
|
InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* L_109 = __this->___m_Device_0;
|
|
NullCheck(L_109);
|
|
InternedStringU5BU5D_t0B851758733FC0B118D84BE83AED10A0404C18D5** L_110 = (&L_109->___m_UsagesForEachControl_32);
|
|
ReadOnlyArray_1_t1C2864D7CF4D444AB2616316AC8DD33932F77064 L_111 = V_3;
|
|
InternedStringU5BU5D_t0B851758733FC0B118D84BE83AED10A0404C18D5* L_112 = L_111.___m_Array_0;
|
|
int32_t L_113;
|
|
L_113 = ArrayHelpers_AppendToImmutable_TisInternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735_mC66F232253963A8A6EBC6AD2658EE0EC9348548D(L_110, L_112, ArrayHelpers_AppendToImmutable_TisInternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735_mC66F232253963A8A6EBC6AD2658EE0EC9348548D_RuntimeMethod_var);
|
|
V_9 = L_113;
|
|
// control.m_UsageStartIndex = usageIndex;
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_114 = V_2;
|
|
int32_t L_115 = V_9;
|
|
NullCheck(L_114);
|
|
L_114->___m_UsageStartIndex_12 = L_115;
|
|
// control.m_UsageCount = usageCount;
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_116 = V_2;
|
|
int32_t L_117 = V_8;
|
|
NullCheck(L_116);
|
|
L_116->___m_UsageCount_11 = L_117;
|
|
// ArrayHelpers.GrowBy(ref m_Device.m_UsageToControl, usageCount);
|
|
InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* L_118 = __this->___m_Device_0;
|
|
NullCheck(L_118);
|
|
InputControlU5BU5D_t0B951FEF1504D6340387C4735F5D6F426F40FE17** L_119 = (&L_118->___m_UsageToControl_33);
|
|
int32_t L_120 = V_8;
|
|
int32_t L_121;
|
|
L_121 = ArrayHelpers_GrowBy_TisInputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E_m1E6DDC3FB4AFB06BE8A101E350CBBB520FD89D6B(L_119, L_120, ArrayHelpers_GrowBy_TisInputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E_m1E6DDC3FB4AFB06BE8A101E350CBBB520FD89D6B_RuntimeMethod_var);
|
|
// for (var n = 0; n < usageCount; ++n)
|
|
V_10 = 0;
|
|
goto IL_02bc;
|
|
}
|
|
|
|
IL_02a4:
|
|
{
|
|
// m_Device.m_UsageToControl[usageIndex + n] = control;
|
|
InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* L_122 = __this->___m_Device_0;
|
|
NullCheck(L_122);
|
|
InputControlU5BU5D_t0B951FEF1504D6340387C4735F5D6F426F40FE17* L_123 = L_122->___m_UsageToControl_33;
|
|
int32_t L_124 = V_9;
|
|
int32_t L_125 = V_10;
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_126 = V_2;
|
|
NullCheck(L_123);
|
|
ArrayElementTypeCheck (L_123, L_126);
|
|
(L_123)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add(L_124, L_125))), (InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E*)L_126);
|
|
// for (var n = 0; n < usageCount; ++n)
|
|
int32_t L_127 = V_10;
|
|
V_10 = ((int32_t)il2cpp_codegen_add(L_127, 1));
|
|
}
|
|
|
|
IL_02bc:
|
|
{
|
|
// for (var n = 0; n < usageCount; ++n)
|
|
int32_t L_128 = V_10;
|
|
int32_t L_129 = V_8;
|
|
if ((((int32_t)L_128) < ((int32_t)L_129)))
|
|
{
|
|
goto IL_02a4;
|
|
}
|
|
}
|
|
|
|
IL_02c2:
|
|
{
|
|
// if (controlItem.aliases.Count > 0)
|
|
ReadOnlyArray_1_t1C2864D7CF4D444AB2616316AC8DD33932F77064 L_130;
|
|
L_130 = ControlItem_get_aliases_mA8CA9ACA577BAF8FB291F8D0622F6F7D6AFC14D2_inline((&___4_controlItem), NULL);
|
|
V_11 = L_130;
|
|
int32_t L_131;
|
|
L_131 = ReadOnlyArray_1_get_Count_m2215B7CB1D01D57AB87F3363351D7A7BD528E40F_inline((&V_11), ReadOnlyArray_1_get_Count_m2215B7CB1D01D57AB87F3363351D7A7BD528E40F_RuntimeMethod_var);
|
|
if ((((int32_t)L_131) <= ((int32_t)0)))
|
|
{
|
|
goto IL_0315;
|
|
}
|
|
}
|
|
{
|
|
// var aliasCount = controlItem.aliases.Count;
|
|
ReadOnlyArray_1_t1C2864D7CF4D444AB2616316AC8DD33932F77064 L_132;
|
|
L_132 = ControlItem_get_aliases_mA8CA9ACA577BAF8FB291F8D0622F6F7D6AFC14D2_inline((&___4_controlItem), NULL);
|
|
V_11 = L_132;
|
|
int32_t L_133;
|
|
L_133 = ReadOnlyArray_1_get_Count_m2215B7CB1D01D57AB87F3363351D7A7BD528E40F_inline((&V_11), ReadOnlyArray_1_get_Count_m2215B7CB1D01D57AB87F3363351D7A7BD528E40F_RuntimeMethod_var);
|
|
V_12 = L_133;
|
|
// var aliasIndex =
|
|
// ArrayHelpers.AppendToImmutable(ref m_Device.m_AliasesForEachControl, controlItem.aliases.m_Array);
|
|
InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* L_134 = __this->___m_Device_0;
|
|
NullCheck(L_134);
|
|
InternedStringU5BU5D_t0B851758733FC0B118D84BE83AED10A0404C18D5** L_135 = (&L_134->___m_AliasesForEachControl_31);
|
|
ReadOnlyArray_1_t1C2864D7CF4D444AB2616316AC8DD33932F77064 L_136;
|
|
L_136 = ControlItem_get_aliases_mA8CA9ACA577BAF8FB291F8D0622F6F7D6AFC14D2_inline((&___4_controlItem), NULL);
|
|
InternedStringU5BU5D_t0B851758733FC0B118D84BE83AED10A0404C18D5* L_137 = L_136.___m_Array_0;
|
|
int32_t L_138;
|
|
L_138 = ArrayHelpers_AppendToImmutable_TisInternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735_mC66F232253963A8A6EBC6AD2658EE0EC9348548D(L_135, L_137, ArrayHelpers_AppendToImmutable_TisInternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735_mC66F232253963A8A6EBC6AD2658EE0EC9348548D_RuntimeMethod_var);
|
|
V_13 = L_138;
|
|
// control.m_AliasStartIndex = aliasIndex;
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_139 = V_2;
|
|
int32_t L_140 = V_13;
|
|
NullCheck(L_139);
|
|
L_139->___m_AliasStartIndex_14 = L_140;
|
|
// control.m_AliasCount = aliasCount;
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_141 = V_2;
|
|
int32_t L_142 = V_12;
|
|
NullCheck(L_141);
|
|
L_141->___m_AliasCount_13 = L_142;
|
|
}
|
|
|
|
IL_0315:
|
|
{
|
|
// if (controlItem.parameters.Count > 0)
|
|
ReadOnlyArray_1_t4A15F7D15ACB297B45A08889D51E4CACEAD4EDF9 L_143;
|
|
L_143 = ControlItem_get_parameters_mBE548D62CCE714B0094FA37FCAE9A1C385583843_inline((&___4_controlItem), NULL);
|
|
V_14 = L_143;
|
|
int32_t L_144;
|
|
L_144 = ReadOnlyArray_1_get_Count_m76D58AB3E0CF768F6E547B59CAD83CEF522A5242_inline((&V_14), ReadOnlyArray_1_get_Count_m76D58AB3E0CF768F6E547B59CAD83CEF522A5242_RuntimeMethod_var);
|
|
if ((((int32_t)L_144) <= ((int32_t)0)))
|
|
{
|
|
goto IL_0335;
|
|
}
|
|
}
|
|
{
|
|
// NamedValue.ApplyAllToObject(control, controlItem.parameters);
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_145 = V_2;
|
|
ReadOnlyArray_1_t4A15F7D15ACB297B45A08889D51E4CACEAD4EDF9 L_146;
|
|
L_146 = ControlItem_get_parameters_mBE548D62CCE714B0094FA37FCAE9A1C385583843_inline((&___4_controlItem), NULL);
|
|
NamedValue_ApplyAllToObject_TisReadOnlyArray_1_t4A15F7D15ACB297B45A08889D51E4CACEAD4EDF9_m2657DEAE6961958DD2595BDE5B379C778F80F427(L_145, L_146, NamedValue_ApplyAllToObject_TisReadOnlyArray_1_t4A15F7D15ACB297B45A08889D51E4CACEAD4EDF9_m2657DEAE6961958DD2595BDE5B379C778F80F427_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0335:
|
|
{
|
|
// if (controlItem.processors.Count > 0)
|
|
ReadOnlyArray_1_t1B44D48F2E9F425D218BABD5DE616117E8725D41 L_147;
|
|
L_147 = ControlItem_get_processors_mD951CF73C19F0B3880A81867A1B619D6F7CC1D01_inline((&___4_controlItem), NULL);
|
|
V_15 = L_147;
|
|
int32_t L_148;
|
|
L_148 = ReadOnlyArray_1_get_Count_mCB952AF4F81F9AF4E9F86DEDE58AF67AF1654293_inline((&V_15), ReadOnlyArray_1_get_Count_mCB952AF4F81F9AF4E9F86DEDE58AF67AF1654293_RuntimeMethod_var);
|
|
if ((((int32_t)L_148) <= ((int32_t)0)))
|
|
{
|
|
goto IL_035b;
|
|
}
|
|
}
|
|
{
|
|
// AddProcessors(control, ref controlItem, layout.name);
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_149 = V_2;
|
|
InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D* L_150 = ___0_layout;
|
|
NullCheck(L_150);
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_151;
|
|
L_151 = InputControlLayout_get_name_m41A7AEAC666D5C2CC75AB1FE2E7D6D7CAB90EA9A_inline(L_150, NULL);
|
|
String_t* L_152;
|
|
L_152 = InternedString_op_Implicit_m99D80AAE853F54FA2EF2603D020C7454B608D2F6(L_151, NULL);
|
|
InputDeviceBuilder_AddProcessors_mB90EA4DF09E295F8A15F637B38402EC9D2C055EB(L_149, (&___4_controlItem), L_152, NULL);
|
|
}
|
|
|
|
IL_035b:
|
|
{
|
|
// return control;
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_153 = V_2;
|
|
return L_153;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* InputDeviceBuilder_AddChildControl_mCA8A537F5E0FEAEF9E6B97FD750E5B2F4EBEEBDD_AdjustorThunk (RuntimeObject* __this, InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D* ___0_layout, InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 ___1_variants, InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* ___2_parent, bool* ___3_haveChildrenUsingStateFromOtherControls, ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD ___4_controlItem, int32_t ___5_childIndex, String_t* ___6_nameOverride, const RuntimeMethod* method)
|
|
{
|
|
InputDeviceBuilder_t7F4266EBB8FB0AC0DAE225F7FA1532B9AA9174BE* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<InputDeviceBuilder_t7F4266EBB8FB0AC0DAE225F7FA1532B9AA9174BE*>(__this + _offset);
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* _returnValue;
|
|
_returnValue = InputDeviceBuilder_AddChildControl_mCA8A537F5E0FEAEF9E6B97FD750E5B2F4EBEEBDD(_thisAdjusted, ___0_layout, ___1_variants, ___2_parent, ___3_haveChildrenUsingStateFromOtherControls, ___4_controlItem, ___5_childIndex, ___6_nameOverride, method);
|
|
return _returnValue;
|
|
}
|
|
// System.Void UnityEngine.InputSystem.Layouts.InputDeviceBuilder::InsertChildControlOverride(UnityEngine.InputSystem.InputControl,UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputDeviceBuilder_InsertChildControlOverride_mE48FCDF2DDB7662B25BE5373A0DB7A763D515BCE (InputDeviceBuilder_t7F4266EBB8FB0AC0DAE225F7FA1532B9AA9174BE* __this, InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* ___0_parent, ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD* ___1_controlItem, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_TryGetValue_m92247229376708F90D2F54E5D2B6D73367E6A838_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2__ctor_mE0F2F3847F828E98394873BCC189A6FFE4F5671E_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_set_Item_m1C719191CD05F8686DEA8DDD5A1D4F83CD24C465_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_t9603121094471C60D6E60B03066D77D447754994_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
String_t* V_0 = NULL;
|
|
ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
{
|
|
// if (m_ChildControlOverrides == null)
|
|
Dictionary_2_t9603121094471C60D6E60B03066D77D447754994* L_0 = __this->___m_ChildControlOverrides_2;
|
|
if (L_0)
|
|
{
|
|
goto IL_0013;
|
|
}
|
|
}
|
|
{
|
|
// m_ChildControlOverrides = new Dictionary<string, InputControlLayout.ControlItem>();
|
|
Dictionary_2_t9603121094471C60D6E60B03066D77D447754994* L_1 = (Dictionary_2_t9603121094471C60D6E60B03066D77D447754994*)il2cpp_codegen_object_new(Dictionary_2_t9603121094471C60D6E60B03066D77D447754994_il2cpp_TypeInfo_var);
|
|
NullCheck(L_1);
|
|
Dictionary_2__ctor_mE0F2F3847F828E98394873BCC189A6FFE4F5671E(L_1, Dictionary_2__ctor_mE0F2F3847F828E98394873BCC189A6FFE4F5671E_RuntimeMethod_var);
|
|
__this->___m_ChildControlOverrides_2 = L_1;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_ChildControlOverrides_2), (void*)L_1);
|
|
}
|
|
|
|
IL_0013:
|
|
{
|
|
// var pathLowerCase = ChildControlOverridePath(parent, controlItem.name);
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_2 = ___0_parent;
|
|
ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD* L_3 = ___1_controlItem;
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_4;
|
|
L_4 = ControlItem_get_name_m1D0E0FB5B9A155BEDF717F69A57364F89F1292F7_inline(L_3, NULL);
|
|
String_t* L_5;
|
|
L_5 = InputDeviceBuilder_ChildControlOverridePath_m2F04CDFABBDFF70A4DFDCE590F938B3D4BCC1C9F(__this, L_2, L_4, NULL);
|
|
V_0 = L_5;
|
|
// if (!m_ChildControlOverrides.TryGetValue(pathLowerCase, out var existingOverrides))
|
|
Dictionary_2_t9603121094471C60D6E60B03066D77D447754994* L_6 = __this->___m_ChildControlOverrides_2;
|
|
String_t* L_7 = V_0;
|
|
NullCheck(L_6);
|
|
bool L_8;
|
|
L_8 = Dictionary_2_TryGetValue_m92247229376708F90D2F54E5D2B6D73367E6A838(L_6, L_7, (&V_1), Dictionary_2_TryGetValue_m92247229376708F90D2F54E5D2B6D73367E6A838_RuntimeMethod_var);
|
|
if (L_8)
|
|
{
|
|
goto IL_0044;
|
|
}
|
|
}
|
|
{
|
|
// m_ChildControlOverrides[pathLowerCase] = controlItem;
|
|
Dictionary_2_t9603121094471C60D6E60B03066D77D447754994* L_9 = __this->___m_ChildControlOverrides_2;
|
|
String_t* L_10 = V_0;
|
|
ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD* L_11 = ___1_controlItem;
|
|
ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD L_12 = (*(ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD*)L_11);
|
|
NullCheck(L_9);
|
|
Dictionary_2_set_Item_m1C719191CD05F8686DEA8DDD5A1D4F83CD24C465(L_9, L_10, L_12, Dictionary_2_set_Item_m1C719191CD05F8686DEA8DDD5A1D4F83CD24C465_RuntimeMethod_var);
|
|
// return;
|
|
return;
|
|
}
|
|
|
|
IL_0044:
|
|
{
|
|
// existingOverrides = existingOverrides.Merge(controlItem);
|
|
ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD* L_13 = ___1_controlItem;
|
|
ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD L_14 = (*(ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD*)L_13);
|
|
ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD L_15;
|
|
L_15 = ControlItem_Merge_mB40D79927742045C90680E4292AA5745DD99C063((&V_1), L_14, NULL);
|
|
V_1 = L_15;
|
|
// m_ChildControlOverrides[pathLowerCase] = existingOverrides;
|
|
Dictionary_2_t9603121094471C60D6E60B03066D77D447754994* L_16 = __this->___m_ChildControlOverrides_2;
|
|
String_t* L_17 = V_0;
|
|
ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD L_18 = V_1;
|
|
NullCheck(L_16);
|
|
Dictionary_2_set_Item_m1C719191CD05F8686DEA8DDD5A1D4F83CD24C465(L_16, L_17, L_18, Dictionary_2_set_Item_m1C719191CD05F8686DEA8DDD5A1D4F83CD24C465_RuntimeMethod_var);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void InputDeviceBuilder_InsertChildControlOverride_mE48FCDF2DDB7662B25BE5373A0DB7A763D515BCE_AdjustorThunk (RuntimeObject* __this, InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* ___0_parent, ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD* ___1_controlItem, const RuntimeMethod* method)
|
|
{
|
|
InputDeviceBuilder_t7F4266EBB8FB0AC0DAE225F7FA1532B9AA9174BE* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<InputDeviceBuilder_t7F4266EBB8FB0AC0DAE225F7FA1532B9AA9174BE*>(__this + _offset);
|
|
InputDeviceBuilder_InsertChildControlOverride_mE48FCDF2DDB7662B25BE5373A0DB7A763D515BCE(_thisAdjusted, ___0_parent, ___1_controlItem, method);
|
|
}
|
|
// System.String UnityEngine.InputSystem.Layouts.InputDeviceBuilder::ChildControlOverridePath(UnityEngine.InputSystem.InputControl,UnityEngine.InputSystem.Utilities.InternedString)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* InputDeviceBuilder_ChildControlOverridePath_m2F04CDFABBDFF70A4DFDCE590F938B3D4BCC1C9F (InputDeviceBuilder_t7F4266EBB8FB0AC0DAE225F7FA1532B9AA9174BE* __this, InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* ___0_parent, InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 ___1_controlName, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral86BBAACC00198DBB3046818AD3FC2AA10AE48DE1);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
String_t* V_0 = NULL;
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* V_1 = NULL;
|
|
{
|
|
// var pathLowerCase = controlName.ToLower();
|
|
String_t* L_0;
|
|
L_0 = InternedString_ToLower_m38BACEAA62BB7555B631D016BA58B0313050BBBC_inline((&___1_controlName), NULL);
|
|
V_0 = L_0;
|
|
// for (var current = parent; current != m_Device; current = current.m_Parent)
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_1 = ___0_parent;
|
|
V_1 = L_1;
|
|
goto IL_002a;
|
|
}
|
|
|
|
IL_000c:
|
|
{
|
|
// pathLowerCase = $"{current.m_Name.ToLower()}/{pathLowerCase}";
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_2 = V_1;
|
|
NullCheck(L_2);
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735* L_3 = (&L_2->___m_Name_1);
|
|
String_t* L_4;
|
|
L_4 = InternedString_ToLower_m38BACEAA62BB7555B631D016BA58B0313050BBBC_inline(L_3, NULL);
|
|
String_t* L_5 = V_0;
|
|
String_t* L_6;
|
|
L_6 = String_Concat_m8855A6DE10F84DA7F4EC113CADDB59873A25573B(L_4, _stringLiteral86BBAACC00198DBB3046818AD3FC2AA10AE48DE1, L_5, NULL);
|
|
V_0 = L_6;
|
|
// for (var current = parent; current != m_Device; current = current.m_Parent)
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_7 = V_1;
|
|
NullCheck(L_7);
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_8 = L_7->___m_Parent_10;
|
|
V_1 = L_8;
|
|
}
|
|
|
|
IL_002a:
|
|
{
|
|
// for (var current = parent; current != m_Device; current = current.m_Parent)
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_9 = V_1;
|
|
InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* L_10 = __this->___m_Device_0;
|
|
if ((!(((RuntimeObject*)(InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E*)L_9) == ((RuntimeObject*)(InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B*)L_10))))
|
|
{
|
|
goto IL_000c;
|
|
}
|
|
}
|
|
{
|
|
// return pathLowerCase;
|
|
String_t* L_11 = V_0;
|
|
return L_11;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C String_t* InputDeviceBuilder_ChildControlOverridePath_m2F04CDFABBDFF70A4DFDCE590F938B3D4BCC1C9F_AdjustorThunk (RuntimeObject* __this, InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* ___0_parent, InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 ___1_controlName, const RuntimeMethod* method)
|
|
{
|
|
InputDeviceBuilder_t7F4266EBB8FB0AC0DAE225F7FA1532B9AA9174BE* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<InputDeviceBuilder_t7F4266EBB8FB0AC0DAE225F7FA1532B9AA9174BE*>(__this + _offset);
|
|
String_t* _returnValue;
|
|
_returnValue = InputDeviceBuilder_ChildControlOverridePath_m2F04CDFABBDFF70A4DFDCE590F938B3D4BCC1C9F(_thisAdjusted, ___0_parent, ___1_controlName, method);
|
|
return _returnValue;
|
|
}
|
|
// System.Void UnityEngine.InputSystem.Layouts.InputDeviceBuilder::AddChildControlIfMissing(UnityEngine.InputSystem.Layouts.InputControlLayout,UnityEngine.InputSystem.Utilities.InternedString,UnityEngine.InputSystem.InputControl,System.Boolean&,UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputDeviceBuilder_AddChildControlIfMissing_m6A87743EC5B0E06CF9F901A15D7C691AFC8DB7A7 (InputDeviceBuilder_t7F4266EBB8FB0AC0DAE225F7FA1532B9AA9174BE* __this, InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D* ___0_layout, InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 ___1_variants, InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* ___2_parent, bool* ___3_haveChildrenUsingStateFromOtherControls, ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD* ___4_controlItem, const RuntimeMethod* method)
|
|
{
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* V_0 = NULL;
|
|
{
|
|
// var child = InputControlPath.TryFindChild(parent, controlItem.name);
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_0 = ___2_parent;
|
|
ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD* L_1 = ___4_controlItem;
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_2;
|
|
L_2 = ControlItem_get_name_m1D0E0FB5B9A155BEDF717F69A57364F89F1292F7_inline(L_1, NULL);
|
|
String_t* L_3;
|
|
L_3 = InternedString_op_Implicit_m99D80AAE853F54FA2EF2603D020C7454B608D2F6(L_2, NULL);
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_4;
|
|
L_4 = InputControlPath_TryFindChild_mB5ADFC020F05C14172ED0FCF3070A58D31128FE5(L_0, L_3, 0, NULL);
|
|
V_0 = L_4;
|
|
// if (child != null)
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_5 = V_0;
|
|
if (!L_5)
|
|
{
|
|
goto IL_0018;
|
|
}
|
|
}
|
|
{
|
|
// return;
|
|
return;
|
|
}
|
|
|
|
IL_0018:
|
|
{
|
|
// child = InsertChildControl(layout, variants, parent,
|
|
// ref haveChildrenUsingStateFromOtherControls, ref controlItem);
|
|
InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D* L_6 = ___0_layout;
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_7 = ___1_variants;
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_8 = ___2_parent;
|
|
bool* L_9 = ___3_haveChildrenUsingStateFromOtherControls;
|
|
ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD* L_10 = ___4_controlItem;
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_11;
|
|
L_11 = InputDeviceBuilder_InsertChildControl_mCE35FBF7F248F05D859AECB278B0B7875BAE06E4(__this, L_6, L_7, L_8, L_9, L_10, NULL);
|
|
V_0 = L_11;
|
|
// if (!ReferenceEquals(child.parent, parent))
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_12 = V_0;
|
|
NullCheck(L_12);
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_13;
|
|
L_13 = InputControl_get_parent_mCB9335C099924935526B38534EE76E53847787AF_inline(L_12, NULL);
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_14 = ___2_parent;
|
|
if ((((RuntimeObject*)(InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E*)L_13) == ((RuntimeObject*)(InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E*)L_14)))
|
|
{
|
|
goto IL_003a;
|
|
}
|
|
}
|
|
{
|
|
// ComputeStateLayout(child.parent);
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_15 = V_0;
|
|
NullCheck(L_15);
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_16;
|
|
L_16 = InputControl_get_parent_mCB9335C099924935526B38534EE76E53847787AF_inline(L_15, NULL);
|
|
InputDeviceBuilder_ComputeStateLayout_m010734B25E70C71CA2D088F5E1961F30ED7E4ED2(L_16, NULL);
|
|
}
|
|
|
|
IL_003a:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void InputDeviceBuilder_AddChildControlIfMissing_m6A87743EC5B0E06CF9F901A15D7C691AFC8DB7A7_AdjustorThunk (RuntimeObject* __this, InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D* ___0_layout, InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 ___1_variants, InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* ___2_parent, bool* ___3_haveChildrenUsingStateFromOtherControls, ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD* ___4_controlItem, const RuntimeMethod* method)
|
|
{
|
|
InputDeviceBuilder_t7F4266EBB8FB0AC0DAE225F7FA1532B9AA9174BE* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<InputDeviceBuilder_t7F4266EBB8FB0AC0DAE225F7FA1532B9AA9174BE*>(__this + _offset);
|
|
InputDeviceBuilder_AddChildControlIfMissing_m6A87743EC5B0E06CF9F901A15D7C691AFC8DB7A7(_thisAdjusted, ___0_layout, ___1_variants, ___2_parent, ___3_haveChildrenUsingStateFromOtherControls, ___4_controlItem, method);
|
|
}
|
|
// UnityEngine.InputSystem.InputControl UnityEngine.InputSystem.Layouts.InputDeviceBuilder::InsertChildControl(UnityEngine.InputSystem.Layouts.InputControlLayout,UnityEngine.InputSystem.Utilities.InternedString,UnityEngine.InputSystem.InputControl,System.Boolean&,UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* InputDeviceBuilder_InsertChildControl_mCE35FBF7F248F05D859AECB278B0B7875BAE06E4 (InputDeviceBuilder_t7F4266EBB8FB0AC0DAE225F7FA1532B9AA9174BE* __this, InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D* ___0_layout, InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 ___1_variant, InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* ___2_parent, bool* ___3_haveChildrenUsingStateFromOtherControls, ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD* ___4_controlItem, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArrayHelpers_InsertAt_TisInputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E_m66EBB149A97B05AD976DA2BE0889C3925030136A_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArrayHelpers_LengthSafe_TisInputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E_m08EFA76F89A2B80F3BBA592C714D14FB05297DBE_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
String_t* V_1 = NULL;
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* V_2 = NULL;
|
|
String_t* V_3 = NULL;
|
|
int32_t V_4 = 0;
|
|
int32_t V_5 = 0;
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 V_6;
|
|
memset((&V_6), 0, sizeof(V_6));
|
|
String_t* G_B2_0 = NULL;
|
|
String_t* G_B1_0 = NULL;
|
|
String_t* G_B4_0 = NULL;
|
|
String_t* G_B3_0 = NULL;
|
|
{
|
|
// var path = controlItem.name.ToString();
|
|
ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD* L_0 = ___4_controlItem;
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_1;
|
|
L_1 = ControlItem_get_name_m1D0E0FB5B9A155BEDF717F69A57364F89F1292F7_inline(L_0, NULL);
|
|
V_6 = L_1;
|
|
String_t* L_2;
|
|
L_2 = InternedString_ToString_mED327D67EF001C5EDFF284336F13C3E3F025993A((&V_6), NULL);
|
|
// var indexOfSlash = path.LastIndexOf('/');
|
|
String_t* L_3 = L_2;
|
|
NullCheck(L_3);
|
|
int32_t L_4;
|
|
L_4 = String_LastIndexOf_m6BB3E7E1B48702D4C715FA423F8A822C053B290E(L_3, ((int32_t)47), NULL);
|
|
V_0 = L_4;
|
|
// if (indexOfSlash == -1)
|
|
int32_t L_5 = V_0;
|
|
G_B1_0 = L_3;
|
|
if ((!(((uint32_t)L_5) == ((uint32_t)(-1)))))
|
|
{
|
|
G_B2_0 = L_3;
|
|
goto IL_002e;
|
|
}
|
|
}
|
|
{
|
|
// throw new InvalidOperationException("InsertChildControl has to be called with a slash-separated path");
|
|
InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_6 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_6);
|
|
InvalidOperationException__ctor_mE4CB6F4712AB6D99A2358FBAE2E052B3EE976162(L_6, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralC6B3C214B014D1E2525C8E6D187104E11213CA81)), NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputDeviceBuilder_InsertChildControl_mCE35FBF7F248F05D859AECB278B0B7875BAE06E4_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_002e:
|
|
{
|
|
// var immediateParentPath = path.Substring(0, indexOfSlash);
|
|
String_t* L_7 = G_B2_0;
|
|
int32_t L_8 = V_0;
|
|
NullCheck(L_7);
|
|
String_t* L_9;
|
|
L_9 = String_Substring_mB1D94F47935D22E130FF2C01DBB6A4135FBB76CE(L_7, 0, L_8, NULL);
|
|
V_1 = L_9;
|
|
// var immediateParent = InputControlPath.TryFindChild(parent, immediateParentPath);
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_10 = ___2_parent;
|
|
String_t* L_11 = V_1;
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_12;
|
|
L_12 = InputControlPath_TryFindChild_mB5ADFC020F05C14172ED0FCF3070A58D31128FE5(L_10, L_11, 0, NULL);
|
|
V_2 = L_12;
|
|
// if (immediateParent == null)
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_13 = V_2;
|
|
G_B3_0 = L_7;
|
|
if (L_13)
|
|
{
|
|
G_B4_0 = L_7;
|
|
goto IL_006b;
|
|
}
|
|
}
|
|
{
|
|
// throw new InvalidOperationException(
|
|
// $"Cannot find parent '{immediateParentPath}' of control '{controlItem.name}' in layout '{layout.name}'");
|
|
String_t* L_14 = V_1;
|
|
ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD* L_15 = ___4_controlItem;
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_16;
|
|
L_16 = ControlItem_get_name_m1D0E0FB5B9A155BEDF717F69A57364F89F1292F7_inline(L_15, NULL);
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_17 = L_16;
|
|
RuntimeObject* L_18 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735_il2cpp_TypeInfo_var)), &L_17);
|
|
InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D* L_19 = ___0_layout;
|
|
NullCheck(L_19);
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_20;
|
|
L_20 = InputControlLayout_get_name_m41A7AEAC666D5C2CC75AB1FE2E7D6D7CAB90EA9A_inline(L_19, NULL);
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_21 = L_20;
|
|
RuntimeObject* L_22 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735_il2cpp_TypeInfo_var)), &L_21);
|
|
String_t* L_23;
|
|
L_23 = String_Format_mA0534D6E2AE4D67A6BD8D45B3321323930EB930C(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralEA8FCC7CD1466620FF92DDED5A64D041077B6B7F)), L_14, L_18, L_22, NULL);
|
|
InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_24 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_24);
|
|
InvalidOperationException__ctor_mE4CB6F4712AB6D99A2358FBAE2E052B3EE976162(L_24, L_23, NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_24, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputDeviceBuilder_InsertChildControl_mCE35FBF7F248F05D859AECB278B0B7875BAE06E4_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_006b:
|
|
{
|
|
// var controlName = path.Substring(indexOfSlash + 1);
|
|
int32_t L_25 = V_0;
|
|
NullCheck(G_B4_0);
|
|
String_t* L_26;
|
|
L_26 = String_Substring_m6BA4A3FA3800FE92662D0847CC8E1EEF940DF472(G_B4_0, ((int32_t)il2cpp_codegen_add(L_25, 1)), NULL);
|
|
V_3 = L_26;
|
|
// if (controlName.Length == 0)
|
|
String_t* L_27 = V_3;
|
|
NullCheck(L_27);
|
|
int32_t L_28;
|
|
L_28 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_27, NULL);
|
|
if (L_28)
|
|
{
|
|
goto IL_00a3;
|
|
}
|
|
}
|
|
{
|
|
// throw new InvalidOperationException(
|
|
// $"Path cannot end in '/' (control '{controlItem.name}' in layout '{layout.name}')");
|
|
ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD* L_29 = ___4_controlItem;
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_30;
|
|
L_30 = ControlItem_get_name_m1D0E0FB5B9A155BEDF717F69A57364F89F1292F7_inline(L_29, NULL);
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_31 = L_30;
|
|
RuntimeObject* L_32 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735_il2cpp_TypeInfo_var)), &L_31);
|
|
InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D* L_33 = ___0_layout;
|
|
NullCheck(L_33);
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_34;
|
|
L_34 = InputControlLayout_get_name_m41A7AEAC666D5C2CC75AB1FE2E7D6D7CAB90EA9A_inline(L_33, NULL);
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_35 = L_34;
|
|
RuntimeObject* L_36 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735_il2cpp_TypeInfo_var)), &L_35);
|
|
String_t* L_37;
|
|
L_37 = String_Format_mFB7DA489BD99F4670881FF50EC017BFB0A5C0987(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral65B73FD94B27B05B652C3EBBA25213C7032BF6BF)), L_32, L_36, NULL);
|
|
InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_38 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_38);
|
|
InvalidOperationException__ctor_mE4CB6F4712AB6D99A2358FBAE2E052B3EE976162(L_38, L_37, NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_38, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputDeviceBuilder_InsertChildControl_mCE35FBF7F248F05D859AECB278B0B7875BAE06E4_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_00a3:
|
|
{
|
|
// var childStartIndex = immediateParent.m_ChildStartIndex;
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_39 = V_2;
|
|
NullCheck(L_39);
|
|
int32_t L_40 = L_39->___m_ChildStartIndex_16;
|
|
V_4 = L_40;
|
|
// if (childStartIndex == default)
|
|
int32_t L_41 = V_4;
|
|
if (L_41)
|
|
{
|
|
goto IL_00c9;
|
|
}
|
|
}
|
|
{
|
|
// childStartIndex = m_Device.m_ChildrenForEachControl.LengthSafe();
|
|
InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* L_42 = __this->___m_Device_0;
|
|
NullCheck(L_42);
|
|
InputControlU5BU5D_t0B951FEF1504D6340387C4735F5D6F426F40FE17* L_43 = L_42->___m_ChildrenForEachControl_34;
|
|
int32_t L_44;
|
|
L_44 = ArrayHelpers_LengthSafe_TisInputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E_m08EFA76F89A2B80F3BBA592C714D14FB05297DBE(L_43, ArrayHelpers_LengthSafe_TisInputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E_m08EFA76F89A2B80F3BBA592C714D14FB05297DBE_RuntimeMethod_var);
|
|
V_4 = L_44;
|
|
// immediateParent.m_ChildStartIndex = childStartIndex;
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_45 = V_2;
|
|
int32_t L_46 = V_4;
|
|
NullCheck(L_45);
|
|
L_45->___m_ChildStartIndex_16 = L_46;
|
|
}
|
|
|
|
IL_00c9:
|
|
{
|
|
// var childIndex = childStartIndex + immediateParent.m_ChildCount;
|
|
int32_t L_47 = V_4;
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_48 = V_2;
|
|
NullCheck(L_48);
|
|
int32_t L_49 = L_48->___m_ChildCount_15;
|
|
V_5 = ((int32_t)il2cpp_codegen_add(L_47, L_49));
|
|
// ShiftChildIndicesInHierarchyOneUp(m_Device, childIndex, immediateParent);
|
|
InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* L_50 = __this->___m_Device_0;
|
|
int32_t L_51 = V_5;
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_52 = V_2;
|
|
InputDeviceBuilder_ShiftChildIndicesInHierarchyOneUp_mE8DB7100A775A4338C3502A83F10DE6B843F2CEE(L_50, L_51, L_52, NULL);
|
|
// ArrayHelpers.InsertAt(ref m_Device.m_ChildrenForEachControl, childIndex, null);
|
|
InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* L_53 = __this->___m_Device_0;
|
|
NullCheck(L_53);
|
|
InputControlU5BU5D_t0B951FEF1504D6340387C4735F5D6F426F40FE17** L_54 = (&L_53->___m_ChildrenForEachControl_34);
|
|
int32_t L_55 = V_5;
|
|
ArrayHelpers_InsertAt_TisInputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E_m66EBB149A97B05AD976DA2BE0889C3925030136A(L_54, L_55, (InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E*)NULL, ArrayHelpers_InsertAt_TisInputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E_m66EBB149A97B05AD976DA2BE0889C3925030136A_RuntimeMethod_var);
|
|
// ++immediateParent.m_ChildCount;
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_56 = V_2;
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_57 = L_56;
|
|
NullCheck(L_57);
|
|
int32_t L_58 = L_57->___m_ChildCount_15;
|
|
NullCheck(L_57);
|
|
L_57->___m_ChildCount_15 = ((int32_t)il2cpp_codegen_add(L_58, 1));
|
|
// var control = AddChildControl(layout, variant, immediateParent,
|
|
// ref haveChildrenUsingStateFromOtherControls, controlItem, childIndex, controlName);
|
|
InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D* L_59 = ___0_layout;
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_60 = ___1_variant;
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_61 = V_2;
|
|
bool* L_62 = ___3_haveChildrenUsingStateFromOtherControls;
|
|
ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD* L_63 = ___4_controlItem;
|
|
ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD L_64 = (*(ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD*)L_63);
|
|
int32_t L_65 = V_5;
|
|
String_t* L_66 = V_3;
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_67;
|
|
L_67 = InputDeviceBuilder_AddChildControl_mCA8A537F5E0FEAEF9E6B97FD750E5B2F4EBEEBDD(__this, L_59, L_60, L_61, L_62, L_64, L_65, L_66, NULL);
|
|
// return control;
|
|
return L_67;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* InputDeviceBuilder_InsertChildControl_mCE35FBF7F248F05D859AECB278B0B7875BAE06E4_AdjustorThunk (RuntimeObject* __this, InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D* ___0_layout, InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 ___1_variant, InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* ___2_parent, bool* ___3_haveChildrenUsingStateFromOtherControls, ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD* ___4_controlItem, const RuntimeMethod* method)
|
|
{
|
|
InputDeviceBuilder_t7F4266EBB8FB0AC0DAE225F7FA1532B9AA9174BE* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<InputDeviceBuilder_t7F4266EBB8FB0AC0DAE225F7FA1532B9AA9174BE*>(__this + _offset);
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* _returnValue;
|
|
_returnValue = InputDeviceBuilder_InsertChildControl_mCE35FBF7F248F05D859AECB278B0B7875BAE06E4(_thisAdjusted, ___0_layout, ___1_variant, ___2_parent, ___3_haveChildrenUsingStateFromOtherControls, ___4_controlItem, method);
|
|
return _returnValue;
|
|
}
|
|
// System.Void UnityEngine.InputSystem.Layouts.InputDeviceBuilder::ApplyUseStateFrom(UnityEngine.InputSystem.InputControl,UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem&,UnityEngine.InputSystem.Layouts.InputControlLayout)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputDeviceBuilder_ApplyUseStateFrom_mCBDBE1F20D68E325D0AC4BBBF977DF21DEBAF831 (InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* ___0_parent, ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD* ___1_controlItem, InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D* ___2_layout, const RuntimeMethod* method)
|
|
{
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* V_0 = NULL;
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* V_1 = NULL;
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* V_2 = NULL;
|
|
{
|
|
// var child = InputControlPath.TryFindChild(parent, controlItem.name);
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_0 = ___0_parent;
|
|
ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD* L_1 = ___1_controlItem;
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_2;
|
|
L_2 = ControlItem_get_name_m1D0E0FB5B9A155BEDF717F69A57364F89F1292F7_inline(L_1, NULL);
|
|
String_t* L_3;
|
|
L_3 = InternedString_op_Implicit_m99D80AAE853F54FA2EF2603D020C7454B608D2F6(L_2, NULL);
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_4;
|
|
L_4 = InputControlPath_TryFindChild_mB5ADFC020F05C14172ED0FCF3070A58D31128FE5(L_0, L_3, 0, NULL);
|
|
V_0 = L_4;
|
|
// var referencedControl = InputControlPath.TryFindChild(parent, controlItem.useStateFrom);
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_5 = ___0_parent;
|
|
ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD* L_6 = ___1_controlItem;
|
|
String_t* L_7;
|
|
L_7 = ControlItem_get_useStateFrom_mCE850A165538CDCBFF2D9B6B81A6F9C1C00D322D_inline(L_6, NULL);
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_8;
|
|
L_8 = InputControlPath_TryFindChild_mB5ADFC020F05C14172ED0FCF3070A58D31128FE5(L_5, L_7, 0, NULL);
|
|
V_1 = L_8;
|
|
// if (referencedControl == null)
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_9 = V_1;
|
|
if (L_9)
|
|
{
|
|
goto IL_0050;
|
|
}
|
|
}
|
|
{
|
|
// throw new InvalidOperationException(
|
|
// $"Cannot find control '{controlItem.useStateFrom}' referenced in 'useStateFrom' of control '{controlItem.name}' in layout '{layout.name}'");
|
|
ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD* L_10 = ___1_controlItem;
|
|
String_t* L_11;
|
|
L_11 = ControlItem_get_useStateFrom_mCE850A165538CDCBFF2D9B6B81A6F9C1C00D322D_inline(L_10, NULL);
|
|
ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD* L_12 = ___1_controlItem;
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_13;
|
|
L_13 = ControlItem_get_name_m1D0E0FB5B9A155BEDF717F69A57364F89F1292F7_inline(L_12, NULL);
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_14 = L_13;
|
|
RuntimeObject* L_15 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735_il2cpp_TypeInfo_var)), &L_14);
|
|
InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D* L_16 = ___2_layout;
|
|
NullCheck(L_16);
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_17;
|
|
L_17 = InputControlLayout_get_name_m41A7AEAC666D5C2CC75AB1FE2E7D6D7CAB90EA9A_inline(L_16, NULL);
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_18 = L_17;
|
|
RuntimeObject* L_19 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735_il2cpp_TypeInfo_var)), &L_18);
|
|
String_t* L_20;
|
|
L_20 = String_Format_mA0534D6E2AE4D67A6BD8D45B3321323930EB930C(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral876BAC840908AE8C72628BF0D26598A6FBD128AB)), L_11, L_15, 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*)&InputDeviceBuilder_ApplyUseStateFrom_mCBDBE1F20D68E325D0AC4BBBF977DF21DEBAF831_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_0050:
|
|
{
|
|
// child.m_StateBlock = referencedControl.m_StateBlock;
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_22 = V_0;
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_23 = V_1;
|
|
NullCheck(L_23);
|
|
InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5 L_24 = L_23->___m_StateBlock_0;
|
|
NullCheck(L_22);
|
|
L_22->___m_StateBlock_0 = L_24;
|
|
// child.usesStateFromOtherControl = true;
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_25 = V_0;
|
|
NullCheck(L_25);
|
|
InputControl_set_usesStateFromOtherControl_m9137E2A9F4CA0421C2F2CEE4B945EE2EEF0D81C3(L_25, (bool)1, NULL);
|
|
// child.dontReset = referencedControl.dontReset;
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_26 = V_0;
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_27 = V_1;
|
|
NullCheck(L_27);
|
|
bool L_28;
|
|
L_28 = InputControl_get_dontReset_m30B6018FE4062633888754D076BD6422829255BE(L_27, NULL);
|
|
NullCheck(L_26);
|
|
InputControl_set_dontReset_m56292E2D5FAB000EDD5821E99066CA94E392CA40(L_26, L_28, NULL);
|
|
// if (child.parent != referencedControl.parent)
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_29 = V_0;
|
|
NullCheck(L_29);
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_30;
|
|
L_30 = InputControl_get_parent_mCB9335C099924935526B38534EE76E53847787AF_inline(L_29, NULL);
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_31 = V_1;
|
|
NullCheck(L_31);
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_32;
|
|
L_32 = InputControl_get_parent_mCB9335C099924935526B38534EE76E53847787AF_inline(L_31, NULL);
|
|
if ((((RuntimeObject*)(InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E*)L_30) == ((RuntimeObject*)(InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E*)L_32)))
|
|
{
|
|
goto IL_00ae;
|
|
}
|
|
}
|
|
{
|
|
// for (var parentInChain = referencedControl.parent; parentInChain != parent; parentInChain = parentInChain.parent)
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_33 = V_1;
|
|
NullCheck(L_33);
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_34;
|
|
L_34 = InputControl_get_parent_mCB9335C099924935526B38534EE76E53847787AF_inline(L_33, NULL);
|
|
V_2 = L_34;
|
|
goto IL_00aa;
|
|
}
|
|
|
|
IL_0086:
|
|
{
|
|
// child.m_StateBlock.byteOffset += parentInChain.m_StateBlock.byteOffset;
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_35 = V_0;
|
|
NullCheck(L_35);
|
|
InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5* L_36 = (&L_35->___m_StateBlock_0);
|
|
InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5* L_37 = L_36;
|
|
uint32_t L_38;
|
|
L_38 = InputStateBlock_get_byteOffset_m6EADE5C9C8B346D38E543E38777ED67ED2AEA0AC_inline(L_37, NULL);
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_39 = V_2;
|
|
NullCheck(L_39);
|
|
InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5* L_40 = (&L_39->___m_StateBlock_0);
|
|
uint32_t L_41;
|
|
L_41 = InputStateBlock_get_byteOffset_m6EADE5C9C8B346D38E543E38777ED67ED2AEA0AC_inline(L_40, NULL);
|
|
InputStateBlock_set_byteOffset_mC5776F9F286F0658100E92A75A60EB25A1DDBD40_inline(L_37, ((int32_t)il2cpp_codegen_add((int32_t)L_38, (int32_t)L_41)), NULL);
|
|
// for (var parentInChain = referencedControl.parent; parentInChain != parent; parentInChain = parentInChain.parent)
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_42 = V_2;
|
|
NullCheck(L_42);
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_43;
|
|
L_43 = InputControl_get_parent_mCB9335C099924935526B38534EE76E53847787AF_inline(L_42, NULL);
|
|
V_2 = L_43;
|
|
}
|
|
|
|
IL_00aa:
|
|
{
|
|
// for (var parentInChain = referencedControl.parent; parentInChain != parent; parentInChain = parentInChain.parent)
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_44 = V_2;
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_45 = ___0_parent;
|
|
if ((!(((RuntimeObject*)(InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E*)L_44) == ((RuntimeObject*)(InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E*)L_45))))
|
|
{
|
|
goto IL_0086;
|
|
}
|
|
}
|
|
|
|
IL_00ae:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.InputSystem.Layouts.InputDeviceBuilder::ShiftChildIndicesInHierarchyOneUp(UnityEngine.InputSystem.InputDevice,System.Int32,UnityEngine.InputSystem.InputControl)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputDeviceBuilder_ShiftChildIndicesInHierarchyOneUp_mE8DB7100A775A4338C3502A83F10DE6B843F2CEE (InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* ___0_device, int32_t ___1_startIndex, InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* ___2_exceptControl, const RuntimeMethod* method)
|
|
{
|
|
InputControlU5BU5D_t0B951FEF1504D6340387C4735F5D6F426F40FE17* V_0 = NULL;
|
|
int32_t V_1 = 0;
|
|
int32_t V_2 = 0;
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* V_3 = NULL;
|
|
{
|
|
// var controls = device.m_ChildrenForEachControl;
|
|
InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* L_0 = ___0_device;
|
|
NullCheck(L_0);
|
|
InputControlU5BU5D_t0B951FEF1504D6340387C4735F5D6F426F40FE17* L_1 = L_0->___m_ChildrenForEachControl_34;
|
|
V_0 = L_1;
|
|
// var count = controls.Length;
|
|
InputControlU5BU5D_t0B951FEF1504D6340387C4735F5D6F426F40FE17* L_2 = V_0;
|
|
NullCheck(L_2);
|
|
V_1 = ((int32_t)(((RuntimeArray*)L_2)->max_length));
|
|
// for (var i = 0; i < count; ++i)
|
|
V_2 = 0;
|
|
goto IL_0035;
|
|
}
|
|
|
|
IL_000f:
|
|
{
|
|
// var control = controls[i];
|
|
InputControlU5BU5D_t0B951FEF1504D6340387C4735F5D6F426F40FE17* L_3 = V_0;
|
|
int32_t L_4 = V_2;
|
|
NullCheck(L_3);
|
|
int32_t L_5 = L_4;
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_6 = (L_3)->GetAt(static_cast<il2cpp_array_size_t>(L_5));
|
|
V_3 = L_6;
|
|
// if (control != null && control != exceptControl && control.m_ChildStartIndex >= startIndex)
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_7 = V_3;
|
|
if (!L_7)
|
|
{
|
|
goto IL_0031;
|
|
}
|
|
}
|
|
{
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_8 = V_3;
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_9 = ___2_exceptControl;
|
|
if ((((RuntimeObject*)(InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E*)L_8) == ((RuntimeObject*)(InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E*)L_9)))
|
|
{
|
|
goto IL_0031;
|
|
}
|
|
}
|
|
{
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_10 = V_3;
|
|
NullCheck(L_10);
|
|
int32_t L_11 = L_10->___m_ChildStartIndex_16;
|
|
int32_t L_12 = ___1_startIndex;
|
|
if ((((int32_t)L_11) < ((int32_t)L_12)))
|
|
{
|
|
goto IL_0031;
|
|
}
|
|
}
|
|
{
|
|
// ++control.m_ChildStartIndex;
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_13 = V_3;
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_14 = L_13;
|
|
NullCheck(L_14);
|
|
int32_t L_15 = L_14->___m_ChildStartIndex_16;
|
|
NullCheck(L_14);
|
|
L_14->___m_ChildStartIndex_16 = ((int32_t)il2cpp_codegen_add(L_15, 1));
|
|
}
|
|
|
|
IL_0031:
|
|
{
|
|
// for (var i = 0; i < count; ++i)
|
|
int32_t L_16 = V_2;
|
|
V_2 = ((int32_t)il2cpp_codegen_add(L_16, 1));
|
|
}
|
|
|
|
IL_0035:
|
|
{
|
|
// for (var i = 0; i < count; ++i)
|
|
int32_t L_17 = V_2;
|
|
int32_t L_18 = V_1;
|
|
if ((((int32_t)L_17) < ((int32_t)L_18)))
|
|
{
|
|
goto IL_000f;
|
|
}
|
|
}
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.InputSystem.Layouts.InputDeviceBuilder::SetDisplayName(UnityEngine.InputSystem.InputControl,System.String,System.String,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputDeviceBuilder_SetDisplayName_m8561FB0BBF91E6380F667DC11B7D14FEA16C91CC (InputDeviceBuilder_t7F4266EBB8FB0AC0DAE225F7FA1532B9AA9174BE* __this, InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* ___0_control, String_t* ___1_longDisplayNameFromLayout, String_t* ___2_shortDisplayNameFromLayout, bool ___3_shortName, 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;
|
|
}
|
|
String_t* V_0 = NULL;
|
|
String_t* G_B3_0 = NULL;
|
|
{
|
|
// var displayNameFromLayout = shortName ? shortDisplayNameFromLayout : longDisplayNameFromLayout;
|
|
bool L_0 = ___3_shortName;
|
|
if (L_0)
|
|
{
|
|
goto IL_0007;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_1 = ___1_longDisplayNameFromLayout;
|
|
G_B3_0 = L_1;
|
|
goto IL_0008;
|
|
}
|
|
|
|
IL_0007:
|
|
{
|
|
String_t* L_2 = ___2_shortDisplayNameFromLayout;
|
|
G_B3_0 = L_2;
|
|
}
|
|
|
|
IL_0008:
|
|
{
|
|
V_0 = G_B3_0;
|
|
// if (string.IsNullOrEmpty(displayNameFromLayout))
|
|
String_t* L_3 = V_0;
|
|
bool L_4;
|
|
L_4 = String_IsNullOrEmpty_mEA9E3FB005AC28FE02E69FCF95A7B8456192B478(L_3, NULL);
|
|
if (!L_4)
|
|
{
|
|
goto IL_00c7;
|
|
}
|
|
}
|
|
{
|
|
// if (shortName)
|
|
bool L_5 = ___3_shortName;
|
|
if (!L_5)
|
|
{
|
|
goto IL_00c0;
|
|
}
|
|
}
|
|
{
|
|
// if (control.parent != null && control.parent != control.device)
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_6 = ___0_control;
|
|
NullCheck(L_6);
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_7;
|
|
L_7 = InputControl_get_parent_mCB9335C099924935526B38534EE76E53847787AF_inline(L_6, NULL);
|
|
if (!L_7)
|
|
{
|
|
goto IL_00b8;
|
|
}
|
|
}
|
|
{
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_8 = ___0_control;
|
|
NullCheck(L_8);
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_9;
|
|
L_9 = InputControl_get_parent_mCB9335C099924935526B38534EE76E53847787AF_inline(L_8, NULL);
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_10 = ___0_control;
|
|
NullCheck(L_10);
|
|
InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* L_11;
|
|
L_11 = InputControl_get_device_mAB3E013F566CF3407B8C36BC781EBD751DFAB324_inline(L_10, NULL);
|
|
if ((((RuntimeObject*)(InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E*)L_9) == ((RuntimeObject*)(InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B*)L_11)))
|
|
{
|
|
goto IL_00b8;
|
|
}
|
|
}
|
|
{
|
|
// if (m_StringBuilder == null)
|
|
StringBuilder_t* L_12 = __this->___m_StringBuilder_4;
|
|
if (L_12)
|
|
{
|
|
goto IL_004a;
|
|
}
|
|
}
|
|
{
|
|
// m_StringBuilder = new StringBuilder();
|
|
StringBuilder_t* L_13 = (StringBuilder_t*)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var);
|
|
NullCheck(L_13);
|
|
StringBuilder__ctor_m1D99713357DE05DAFA296633639DB55F8C30587D(L_13, NULL);
|
|
__this->___m_StringBuilder_4 = L_13;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_StringBuilder_4), (void*)L_13);
|
|
}
|
|
|
|
IL_004a:
|
|
{
|
|
// m_StringBuilder.Length = 0;
|
|
StringBuilder_t* L_14 = __this->___m_StringBuilder_4;
|
|
NullCheck(L_14);
|
|
StringBuilder_set_Length_mE2427BDAEF91C4E4A6C80F3BDF1F6E01DBCC2414(L_14, 0, NULL);
|
|
// AddParentDisplayNameRecursive(control.parent, m_StringBuilder, true);
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_15 = ___0_control;
|
|
NullCheck(L_15);
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_16;
|
|
L_16 = InputControl_get_parent_mCB9335C099924935526B38534EE76E53847787AF_inline(L_15, NULL);
|
|
StringBuilder_t* L_17 = __this->___m_StringBuilder_4;
|
|
InputDeviceBuilder_AddParentDisplayNameRecursive_mADE487AA163A0EF0E23B13541A196DBED82F5C57(L_16, L_17, (bool)1, NULL);
|
|
// if (m_StringBuilder.Length == 0)
|
|
StringBuilder_t* L_18 = __this->___m_StringBuilder_4;
|
|
NullCheck(L_18);
|
|
int32_t L_19;
|
|
L_19 = StringBuilder_get_Length_mDEA041E7357C68CC3B5885276BB403676DAAE0D8(L_18, NULL);
|
|
if (L_19)
|
|
{
|
|
goto IL_007d;
|
|
}
|
|
}
|
|
{
|
|
// control.m_ShortDisplayNameFromLayout = null;
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_20 = ___0_control;
|
|
NullCheck(L_20);
|
|
L_20->___m_ShortDisplayNameFromLayout_6 = (String_t*)NULL;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_20->___m_ShortDisplayNameFromLayout_6), (void*)(String_t*)NULL);
|
|
// return;
|
|
return;
|
|
}
|
|
|
|
IL_007d:
|
|
{
|
|
// if (!string.IsNullOrEmpty(longDisplayNameFromLayout))
|
|
String_t* L_21 = ___1_longDisplayNameFromLayout;
|
|
bool L_22;
|
|
L_22 = String_IsNullOrEmpty_mEA9E3FB005AC28FE02E69FCF95A7B8456192B478(L_21, NULL);
|
|
if (L_22)
|
|
{
|
|
goto IL_0094;
|
|
}
|
|
}
|
|
{
|
|
// m_StringBuilder.Append(longDisplayNameFromLayout);
|
|
StringBuilder_t* L_23 = __this->___m_StringBuilder_4;
|
|
String_t* L_24 = ___1_longDisplayNameFromLayout;
|
|
NullCheck(L_23);
|
|
StringBuilder_t* L_25;
|
|
L_25 = StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D(L_23, L_24, NULL);
|
|
goto IL_00a6;
|
|
}
|
|
|
|
IL_0094:
|
|
{
|
|
// m_StringBuilder.Append(control.name);
|
|
StringBuilder_t* L_26 = __this->___m_StringBuilder_4;
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_27 = ___0_control;
|
|
NullCheck(L_27);
|
|
String_t* L_28;
|
|
L_28 = InputControl_get_name_mCB68FC91A11BEFA1FF26EA0B5FD39D345C4ADC22(L_27, NULL);
|
|
NullCheck(L_26);
|
|
StringBuilder_t* L_29;
|
|
L_29 = StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D(L_26, L_28, NULL);
|
|
}
|
|
|
|
IL_00a6:
|
|
{
|
|
// control.m_ShortDisplayNameFromLayout = m_StringBuilder.ToString();
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_30 = ___0_control;
|
|
StringBuilder_t* L_31 = __this->___m_StringBuilder_4;
|
|
NullCheck(L_31);
|
|
String_t* L_32;
|
|
L_32 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_31);
|
|
NullCheck(L_30);
|
|
L_30->___m_ShortDisplayNameFromLayout_6 = L_32;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_30->___m_ShortDisplayNameFromLayout_6), (void*)L_32);
|
|
// return;
|
|
return;
|
|
}
|
|
|
|
IL_00b8:
|
|
{
|
|
// control.m_ShortDisplayNameFromLayout = null;
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_33 = ___0_control;
|
|
NullCheck(L_33);
|
|
L_33->___m_ShortDisplayNameFromLayout_6 = (String_t*)NULL;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_33->___m_ShortDisplayNameFromLayout_6), (void*)(String_t*)NULL);
|
|
// return;
|
|
return;
|
|
}
|
|
|
|
IL_00c0:
|
|
{
|
|
// displayNameFromLayout = control.name;
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_34 = ___0_control;
|
|
NullCheck(L_34);
|
|
String_t* L_35;
|
|
L_35 = InputControl_get_name_mCB68FC91A11BEFA1FF26EA0B5FD39D345C4ADC22(L_34, NULL);
|
|
V_0 = L_35;
|
|
}
|
|
|
|
IL_00c7:
|
|
{
|
|
// if (control.parent != null && control.parent != control.device)
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_36 = ___0_control;
|
|
NullCheck(L_36);
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_37;
|
|
L_37 = InputControl_get_parent_mCB9335C099924935526B38534EE76E53847787AF_inline(L_36, NULL);
|
|
if (!L_37)
|
|
{
|
|
goto IL_0128;
|
|
}
|
|
}
|
|
{
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_38 = ___0_control;
|
|
NullCheck(L_38);
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_39;
|
|
L_39 = InputControl_get_parent_mCB9335C099924935526B38534EE76E53847787AF_inline(L_38, NULL);
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_40 = ___0_control;
|
|
NullCheck(L_40);
|
|
InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* L_41;
|
|
L_41 = InputControl_get_device_mAB3E013F566CF3407B8C36BC781EBD751DFAB324_inline(L_40, NULL);
|
|
if ((((RuntimeObject*)(InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E*)L_39) == ((RuntimeObject*)(InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B*)L_41)))
|
|
{
|
|
goto IL_0128;
|
|
}
|
|
}
|
|
{
|
|
// if (m_StringBuilder == null)
|
|
StringBuilder_t* L_42 = __this->___m_StringBuilder_4;
|
|
if (L_42)
|
|
{
|
|
goto IL_00f0;
|
|
}
|
|
}
|
|
{
|
|
// m_StringBuilder = new StringBuilder();
|
|
StringBuilder_t* L_43 = (StringBuilder_t*)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var);
|
|
NullCheck(L_43);
|
|
StringBuilder__ctor_m1D99713357DE05DAFA296633639DB55F8C30587D(L_43, NULL);
|
|
__this->___m_StringBuilder_4 = L_43;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_StringBuilder_4), (void*)L_43);
|
|
}
|
|
|
|
IL_00f0:
|
|
{
|
|
// m_StringBuilder.Length = 0;
|
|
StringBuilder_t* L_44 = __this->___m_StringBuilder_4;
|
|
NullCheck(L_44);
|
|
StringBuilder_set_Length_mE2427BDAEF91C4E4A6C80F3BDF1F6E01DBCC2414(L_44, 0, NULL);
|
|
// AddParentDisplayNameRecursive(control.parent, m_StringBuilder, shortName);
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_45 = ___0_control;
|
|
NullCheck(L_45);
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_46;
|
|
L_46 = InputControl_get_parent_mCB9335C099924935526B38534EE76E53847787AF_inline(L_45, NULL);
|
|
StringBuilder_t* L_47 = __this->___m_StringBuilder_4;
|
|
bool L_48 = ___3_shortName;
|
|
InputDeviceBuilder_AddParentDisplayNameRecursive_mADE487AA163A0EF0E23B13541A196DBED82F5C57(L_46, L_47, L_48, NULL);
|
|
// m_StringBuilder.Append(displayNameFromLayout);
|
|
StringBuilder_t* L_49 = __this->___m_StringBuilder_4;
|
|
String_t* L_50 = V_0;
|
|
NullCheck(L_49);
|
|
StringBuilder_t* L_51;
|
|
L_51 = StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D(L_49, L_50, NULL);
|
|
// displayNameFromLayout = m_StringBuilder.ToString();
|
|
StringBuilder_t* L_52 = __this->___m_StringBuilder_4;
|
|
NullCheck(L_52);
|
|
String_t* L_53;
|
|
L_53 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_52);
|
|
V_0 = L_53;
|
|
}
|
|
|
|
IL_0128:
|
|
{
|
|
// if (shortName)
|
|
bool L_54 = ___3_shortName;
|
|
if (!L_54)
|
|
{
|
|
goto IL_0134;
|
|
}
|
|
}
|
|
{
|
|
// control.m_ShortDisplayNameFromLayout = displayNameFromLayout;
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_55 = ___0_control;
|
|
String_t* L_56 = V_0;
|
|
NullCheck(L_55);
|
|
L_55->___m_ShortDisplayNameFromLayout_6 = L_56;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_55->___m_ShortDisplayNameFromLayout_6), (void*)L_56);
|
|
return;
|
|
}
|
|
|
|
IL_0134:
|
|
{
|
|
// control.m_DisplayNameFromLayout = displayNameFromLayout;
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_57 = ___0_control;
|
|
String_t* L_58 = V_0;
|
|
NullCheck(L_57);
|
|
L_57->___m_DisplayNameFromLayout_4 = L_58;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_57->___m_DisplayNameFromLayout_4), (void*)L_58);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void InputDeviceBuilder_SetDisplayName_m8561FB0BBF91E6380F667DC11B7D14FEA16C91CC_AdjustorThunk (RuntimeObject* __this, InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* ___0_control, String_t* ___1_longDisplayNameFromLayout, String_t* ___2_shortDisplayNameFromLayout, bool ___3_shortName, const RuntimeMethod* method)
|
|
{
|
|
InputDeviceBuilder_t7F4266EBB8FB0AC0DAE225F7FA1532B9AA9174BE* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<InputDeviceBuilder_t7F4266EBB8FB0AC0DAE225F7FA1532B9AA9174BE*>(__this + _offset);
|
|
InputDeviceBuilder_SetDisplayName_m8561FB0BBF91E6380F667DC11B7D14FEA16C91CC(_thisAdjusted, ___0_control, ___1_longDisplayNameFromLayout, ___2_shortDisplayNameFromLayout, ___3_shortName, method);
|
|
}
|
|
// System.Void UnityEngine.InputSystem.Layouts.InputDeviceBuilder::AddParentDisplayNameRecursive(UnityEngine.InputSystem.InputControl,System.Text.StringBuilder,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputDeviceBuilder_AddParentDisplayNameRecursive_mADE487AA163A0EF0E23B13541A196DBED82F5C57 (InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* ___0_control, StringBuilder_t* ___1_stringBuilder, bool ___2_shortName, const RuntimeMethod* method)
|
|
{
|
|
String_t* V_0 = NULL;
|
|
{
|
|
// if (control.parent != null && control.parent != control.device)
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_0 = ___0_control;
|
|
NullCheck(L_0);
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_1;
|
|
L_1 = InputControl_get_parent_mCB9335C099924935526B38534EE76E53847787AF_inline(L_0, NULL);
|
|
if (!L_1)
|
|
{
|
|
goto IL_0023;
|
|
}
|
|
}
|
|
{
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_2 = ___0_control;
|
|
NullCheck(L_2);
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_3;
|
|
L_3 = InputControl_get_parent_mCB9335C099924935526B38534EE76E53847787AF_inline(L_2, NULL);
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_4 = ___0_control;
|
|
NullCheck(L_4);
|
|
InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* L_5;
|
|
L_5 = InputControl_get_device_mAB3E013F566CF3407B8C36BC781EBD751DFAB324_inline(L_4, NULL);
|
|
if ((((RuntimeObject*)(InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E*)L_3) == ((RuntimeObject*)(InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B*)L_5)))
|
|
{
|
|
goto IL_0023;
|
|
}
|
|
}
|
|
{
|
|
// AddParentDisplayNameRecursive(control.parent, stringBuilder, shortName);
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_6 = ___0_control;
|
|
NullCheck(L_6);
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_7;
|
|
L_7 = InputControl_get_parent_mCB9335C099924935526B38534EE76E53847787AF_inline(L_6, NULL);
|
|
StringBuilder_t* L_8 = ___1_stringBuilder;
|
|
bool L_9 = ___2_shortName;
|
|
InputDeviceBuilder_AddParentDisplayNameRecursive_mADE487AA163A0EF0E23B13541A196DBED82F5C57(L_7, L_8, L_9, NULL);
|
|
}
|
|
|
|
IL_0023:
|
|
{
|
|
// if (shortName)
|
|
bool L_10 = ___2_shortName;
|
|
if (!L_10)
|
|
{
|
|
goto IL_0046;
|
|
}
|
|
}
|
|
{
|
|
// var text = control.shortDisplayName;
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_11 = ___0_control;
|
|
NullCheck(L_11);
|
|
String_t* L_12;
|
|
L_12 = InputControl_get_shortDisplayName_mD0696FCEF00BC8E35E80BFE1C832E772CA20D52C(L_11, NULL);
|
|
V_0 = L_12;
|
|
// if (string.IsNullOrEmpty(text))
|
|
String_t* L_13 = V_0;
|
|
bool L_14;
|
|
L_14 = String_IsNullOrEmpty_mEA9E3FB005AC28FE02E69FCF95A7B8456192B478(L_13, NULL);
|
|
if (!L_14)
|
|
{
|
|
goto IL_003c;
|
|
}
|
|
}
|
|
{
|
|
// text = control.displayName;
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_15 = ___0_control;
|
|
NullCheck(L_15);
|
|
String_t* L_16;
|
|
L_16 = InputControl_get_displayName_m9F6CBDDD6B25EC0E25BEE1DD51105667F0BA9A23(L_15, NULL);
|
|
V_0 = L_16;
|
|
}
|
|
|
|
IL_003c:
|
|
{
|
|
// stringBuilder.Append(text);
|
|
StringBuilder_t* L_17 = ___1_stringBuilder;
|
|
String_t* L_18 = V_0;
|
|
NullCheck(L_17);
|
|
StringBuilder_t* L_19;
|
|
L_19 = StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D(L_17, L_18, NULL);
|
|
goto IL_0053;
|
|
}
|
|
|
|
IL_0046:
|
|
{
|
|
// stringBuilder.Append(control.displayName);
|
|
StringBuilder_t* L_20 = ___1_stringBuilder;
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_21 = ___0_control;
|
|
NullCheck(L_21);
|
|
String_t* L_22;
|
|
L_22 = InputControl_get_displayName_m9F6CBDDD6B25EC0E25BEE1DD51105667F0BA9A23(L_21, NULL);
|
|
NullCheck(L_20);
|
|
StringBuilder_t* L_23;
|
|
L_23 = StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D(L_20, L_22, NULL);
|
|
}
|
|
|
|
IL_0053:
|
|
{
|
|
// stringBuilder.Append(' ');
|
|
StringBuilder_t* L_24 = ___1_stringBuilder;
|
|
NullCheck(L_24);
|
|
StringBuilder_t* L_25;
|
|
L_25 = StringBuilder_Append_m71228B30F05724CD2CD96D9611DCD61BFB96A6E1(L_24, ((int32_t)32), NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.InputSystem.Layouts.InputDeviceBuilder::AddProcessors(UnityEngine.InputSystem.InputControl,UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem&,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputDeviceBuilder_AddProcessors_mB90EA4DF09E295F8A15F637B38402EC9D2C055EB (InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* ___0_control, ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD* ___1_controlItem, String_t* ___2_layoutName, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputProcessor_t71DA6677A0295DC87736E1D8D208FEA75D860457_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NamedValue_ApplyAllToObject_TisReadOnlyArray_1_t4A15F7D15ACB297B45A08889D51E4CACEAD4EDF9_m2657DEAE6961958DD2595BDE5B379C778F80F427_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlyArray_1_get_Count_m76D58AB3E0CF768F6E547B59CAD83CEF522A5242_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlyArray_1_get_Count_mCB952AF4F81F9AF4E9F86DEDE58AF67AF1654293_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlyArray_1_get_Item_m33CCD0200E2AC2E282AD02BAED65A68EE4AAB7DA_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
ReadOnlyArray_1_t1B44D48F2E9F425D218BABD5DE616117E8725D41 V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
int32_t V_2 = 0;
|
|
String_t* V_3 = NULL;
|
|
RuntimeObject* V_4 = NULL;
|
|
ReadOnlyArray_1_t4A15F7D15ACB297B45A08889D51E4CACEAD4EDF9 V_5;
|
|
memset((&V_5), 0, sizeof(V_5));
|
|
NameAndParameters_t8F37102128EFD31CA57808AE6E3D1244758DEA01 V_6;
|
|
memset((&V_6), 0, sizeof(V_6));
|
|
Type_t* G_B3_0 = NULL;
|
|
Type_t* G_B2_0 = NULL;
|
|
{
|
|
// var processorCount = controlItem.processors.Count;
|
|
ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD* L_0 = ___1_controlItem;
|
|
ReadOnlyArray_1_t1B44D48F2E9F425D218BABD5DE616117E8725D41 L_1;
|
|
L_1 = ControlItem_get_processors_mD951CF73C19F0B3880A81867A1B619D6F7CC1D01_inline(L_0, NULL);
|
|
V_1 = L_1;
|
|
int32_t L_2;
|
|
L_2 = ReadOnlyArray_1_get_Count_mCB952AF4F81F9AF4E9F86DEDE58AF67AF1654293_inline((&V_1), ReadOnlyArray_1_get_Count_mCB952AF4F81F9AF4E9F86DEDE58AF67AF1654293_RuntimeMethod_var);
|
|
V_0 = L_2;
|
|
// for (var n = 0; n < processorCount; ++n)
|
|
V_2 = 0;
|
|
goto IL_00a0;
|
|
}
|
|
|
|
IL_0016:
|
|
{
|
|
// var name = controlItem.processors[n].name;
|
|
ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD* L_3 = ___1_controlItem;
|
|
ReadOnlyArray_1_t1B44D48F2E9F425D218BABD5DE616117E8725D41 L_4;
|
|
L_4 = ControlItem_get_processors_mD951CF73C19F0B3880A81867A1B619D6F7CC1D01_inline(L_3, NULL);
|
|
V_1 = L_4;
|
|
int32_t L_5 = V_2;
|
|
NameAndParameters_t8F37102128EFD31CA57808AE6E3D1244758DEA01 L_6;
|
|
L_6 = ReadOnlyArray_1_get_Item_m33CCD0200E2AC2E282AD02BAED65A68EE4AAB7DA((&V_1), L_5, ReadOnlyArray_1_get_Item_m33CCD0200E2AC2E282AD02BAED65A68EE4AAB7DA_RuntimeMethod_var);
|
|
V_6 = L_6;
|
|
String_t* L_7;
|
|
L_7 = NameAndParameters_get_name_m192631DA1AC9E80863E085B954EC65185AB999BB_inline((&V_6), NULL);
|
|
V_3 = L_7;
|
|
// var type = InputProcessor.s_Processors.LookupTypeRegistration(name);
|
|
String_t* L_8 = V_3;
|
|
Type_t* L_9;
|
|
L_9 = TypeTable_LookupTypeRegistration_m89DCEA471CDF7CDB994D67D3726482805C0AE29A((&((InputProcessor_t71DA6677A0295DC87736E1D8D208FEA75D860457_StaticFields*)il2cpp_codegen_static_fields_for(InputProcessor_t71DA6677A0295DC87736E1D8D208FEA75D860457_il2cpp_TypeInfo_var))->___s_Processors_0), L_8, NULL);
|
|
// if (type == null)
|
|
Type_t* L_10 = L_9;
|
|
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
|
|
bool L_11;
|
|
L_11 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_10, (Type_t*)NULL, NULL);
|
|
G_B2_0 = L_10;
|
|
if (!L_11)
|
|
{
|
|
G_B3_0 = L_10;
|
|
goto IL_0060;
|
|
}
|
|
}
|
|
{
|
|
// throw new InvalidOperationException(
|
|
// $"Cannot find processor '{name}' referenced by control '{controlItem.name}' in layout '{layoutName}'");
|
|
String_t* L_12 = V_3;
|
|
ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD* L_13 = ___1_controlItem;
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_14;
|
|
L_14 = ControlItem_get_name_m1D0E0FB5B9A155BEDF717F69A57364F89F1292F7_inline(L_13, NULL);
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_15 = L_14;
|
|
RuntimeObject* L_16 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735_il2cpp_TypeInfo_var)), &L_15);
|
|
String_t* L_17 = ___2_layoutName;
|
|
String_t* L_18;
|
|
L_18 = String_Format_mA0534D6E2AE4D67A6BD8D45B3321323930EB930C(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralEB9A7D4829E297E43C774482560633C472D5B46E)), L_12, L_16, L_17, NULL);
|
|
InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_19 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_19);
|
|
InvalidOperationException__ctor_mE4CB6F4712AB6D99A2358FBAE2E052B3EE976162(L_19, L_18, NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_19, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputDeviceBuilder_AddProcessors_mB90EA4DF09E295F8A15F637B38402EC9D2C055EB_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_0060:
|
|
{
|
|
// var processor = Activator.CreateInstance(type);
|
|
RuntimeObject* L_20;
|
|
L_20 = Activator_CreateInstance_mFF030428C64FDDFACC74DFAC97388A1C628BFBCF(G_B3_0, NULL);
|
|
V_4 = L_20;
|
|
// var parameters = controlItem.processors[n].parameters;
|
|
ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD* L_21 = ___1_controlItem;
|
|
ReadOnlyArray_1_t1B44D48F2E9F425D218BABD5DE616117E8725D41 L_22;
|
|
L_22 = ControlItem_get_processors_mD951CF73C19F0B3880A81867A1B619D6F7CC1D01_inline(L_21, NULL);
|
|
V_1 = L_22;
|
|
int32_t L_23 = V_2;
|
|
NameAndParameters_t8F37102128EFD31CA57808AE6E3D1244758DEA01 L_24;
|
|
L_24 = ReadOnlyArray_1_get_Item_m33CCD0200E2AC2E282AD02BAED65A68EE4AAB7DA((&V_1), L_23, ReadOnlyArray_1_get_Item_m33CCD0200E2AC2E282AD02BAED65A68EE4AAB7DA_RuntimeMethod_var);
|
|
V_6 = L_24;
|
|
ReadOnlyArray_1_t4A15F7D15ACB297B45A08889D51E4CACEAD4EDF9 L_25;
|
|
L_25 = NameAndParameters_get_parameters_m95955C020AC036867502A12AA64D4EB5F5B61135_inline((&V_6), NULL);
|
|
V_5 = L_25;
|
|
// if (parameters.Count > 0)
|
|
int32_t L_26;
|
|
L_26 = ReadOnlyArray_1_get_Count_m76D58AB3E0CF768F6E547B59CAD83CEF522A5242_inline((&V_5), ReadOnlyArray_1_get_Count_m76D58AB3E0CF768F6E547B59CAD83CEF522A5242_RuntimeMethod_var);
|
|
if ((((int32_t)L_26) <= ((int32_t)0)))
|
|
{
|
|
goto IL_0094;
|
|
}
|
|
}
|
|
{
|
|
// NamedValue.ApplyAllToObject(processor, parameters);
|
|
RuntimeObject* L_27 = V_4;
|
|
ReadOnlyArray_1_t4A15F7D15ACB297B45A08889D51E4CACEAD4EDF9 L_28 = V_5;
|
|
NamedValue_ApplyAllToObject_TisReadOnlyArray_1_t4A15F7D15ACB297B45A08889D51E4CACEAD4EDF9_m2657DEAE6961958DD2595BDE5B379C778F80F427(L_27, L_28, NamedValue_ApplyAllToObject_TisReadOnlyArray_1_t4A15F7D15ACB297B45A08889D51E4CACEAD4EDF9_m2657DEAE6961958DD2595BDE5B379C778F80F427_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0094:
|
|
{
|
|
// control.AddProcessor(processor);
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_29 = ___0_control;
|
|
RuntimeObject* L_30 = V_4;
|
|
NullCheck(L_29);
|
|
VirtualActionInvoker1< RuntimeObject* >::Invoke(15 /* System.Void UnityEngine.InputSystem.InputControl::AddProcessor(System.Object) */, L_29, L_30);
|
|
// for (var n = 0; n < processorCount; ++n)
|
|
int32_t L_31 = V_2;
|
|
V_2 = ((int32_t)il2cpp_codegen_add(L_31, 1));
|
|
}
|
|
|
|
IL_00a0:
|
|
{
|
|
// for (var n = 0; n < processorCount; ++n)
|
|
int32_t L_32 = V_2;
|
|
int32_t L_33 = V_0;
|
|
if ((((int32_t)L_32) < ((int32_t)L_33)))
|
|
{
|
|
goto IL_0016;
|
|
}
|
|
}
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.InputSystem.Layouts.InputDeviceBuilder::SetFormat(UnityEngine.InputSystem.InputControl,UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputDeviceBuilder_SetFormat_m18354EB5E02FB78C9DA78AE6869A047DB2D6F804 (InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* ___0_control, ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD ___1_controlItem, 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;
|
|
}
|
|
int32_t V_0 = 0;
|
|
{
|
|
// control.m_StateBlock.format = controlItem.format;
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_0 = ___0_control;
|
|
NullCheck(L_0);
|
|
InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5* L_1 = (&L_0->___m_StateBlock_0);
|
|
FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_2;
|
|
L_2 = ControlItem_get_format_mDD79911EB0D39F8578F01926136A8F445A4FE509_inline((&___1_controlItem), NULL);
|
|
InputStateBlock_set_format_mC6AA651913216B6B3CEF1031BC8778182009F73A_inline(L_1, L_2, NULL);
|
|
// if (controlItem.sizeInBits == 0)
|
|
uint32_t L_3;
|
|
L_3 = ControlItem_get_sizeInBits_mF2621FA7E7B26E6CCBF73A21896D0D1AF68F77E1_inline((&___1_controlItem), NULL);
|
|
if (L_3)
|
|
{
|
|
goto IL_0038;
|
|
}
|
|
}
|
|
{
|
|
// var primitiveFormatSize = InputStateBlock.GetSizeOfPrimitiveFormatInBits(controlItem.format);
|
|
FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_4;
|
|
L_4 = ControlItem_get_format_mDD79911EB0D39F8578F01926136A8F445A4FE509_inline((&___1_controlItem), NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5_il2cpp_TypeInfo_var);
|
|
int32_t L_5;
|
|
L_5 = InputStateBlock_GetSizeOfPrimitiveFormatInBits_m081E64FA3A22294D97B6CC5A4F8AFC4DED9096A2(L_4, NULL);
|
|
V_0 = L_5;
|
|
// if (primitiveFormatSize != -1)
|
|
int32_t L_6 = V_0;
|
|
if ((((int32_t)L_6) == ((int32_t)(-1))))
|
|
{
|
|
goto IL_0038;
|
|
}
|
|
}
|
|
{
|
|
// control.m_StateBlock.sizeInBits = (uint)primitiveFormatSize;
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_7 = ___0_control;
|
|
NullCheck(L_7);
|
|
InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5* L_8 = (&L_7->___m_StateBlock_0);
|
|
int32_t L_9 = V_0;
|
|
InputStateBlock_set_sizeInBits_mE7B623711880E0A1C1E563AF809A24A9C63AE115_inline(L_8, L_9, NULL);
|
|
}
|
|
|
|
IL_0038:
|
|
{
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// UnityEngine.InputSystem.Layouts.InputControlLayout UnityEngine.InputSystem.Layouts.InputDeviceBuilder::FindOrLoadLayout(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D* InputDeviceBuilder_FindOrLoadLayout_m12E1ACF5D61B1A6CCB85775DFD8328B20FAE53C0 (String_t* ___0_name, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// return InputControlLayout.cache.FindOrLoadLayout(name);
|
|
il2cpp_codegen_runtime_class_init_inline(InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D_il2cpp_TypeInfo_var);
|
|
Cache_tB837109647F577DCE3795AEE2E9E0E3F61F543AB* L_0;
|
|
L_0 = InputControlLayout_get_cache_mB98765D6C652C473EDFB358E783E3B1B78568C9F(NULL);
|
|
String_t* L_1 = ___0_name;
|
|
InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D* L_2;
|
|
L_2 = Cache_FindOrLoadLayout_m4CF6F90D82BE2EC89E5E0986CDF841DF9805FB00(L_0, L_1, (bool)1, NULL);
|
|
return L_2;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.InputSystem.Layouts.InputDeviceBuilder::ComputeStateLayout(UnityEngine.InputSystem.InputControl)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputDeviceBuilder_ComputeStateLayout_m010734B25E70C71CA2D088F5E1961F30ED7E4ED2 (InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* ___0_control, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_Dispose_m09170C1C13419F141F9828D8CCCB9C39C5C81676_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_mA0F54BBB859772E40488DDEAB062E59A054C4BCD_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_m41544A012DB6D430DA27A1A8AA3EB061D804936B_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlyArray_1_GetEnumerator_m612F1B35C81D7D8976F6A0815DE9D5DB7AE6C7DC_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlyArray_1_get_Count_m5061AE58EC2D8AE48182ADF368A108D8E9E116B6_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
ReadOnlyArray_1_tA1DF7A256AD2BF17FB155224CB2611ED215EFCD3 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
uint32_t V_1 = 0;
|
|
uint32_t V_2 = 0;
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* V_3 = NULL;
|
|
uint32_t V_4 = 0;
|
|
uint32_t V_5 = 0;
|
|
int32_t V_6 = 0;
|
|
Enumerator_t9E6B6B706EC0D83D954AF58AAD5F12BA71954C0E V_7;
|
|
memset((&V_7), 0, sizeof(V_7));
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* V_8 = NULL;
|
|
uint32_t V_9 = 0;
|
|
uint32_t V_10 = 0;
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* V_11 = NULL;
|
|
uint32_t V_12 = 0;
|
|
int32_t G_B37_0 = 0;
|
|
int32_t G_B30_0 = 0;
|
|
int32_t G_B32_0 = 0;
|
|
int32_t G_B31_0 = 0;
|
|
int32_t G_B34_0 = 0;
|
|
int32_t G_B33_0 = 0;
|
|
int32_t G_B35_0 = 0;
|
|
int32_t G_B42_0 = 0;
|
|
int32_t G_B36_0 = 0;
|
|
int32_t G_B39_0 = 0;
|
|
int32_t G_B38_0 = 0;
|
|
int32_t G_B41_0 = 0;
|
|
int32_t G_B40_0 = 0;
|
|
{
|
|
// var children = control.children;
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_0 = ___0_control;
|
|
NullCheck(L_0);
|
|
ReadOnlyArray_1_tA1DF7A256AD2BF17FB155224CB2611ED215EFCD3 L_1;
|
|
L_1 = InputControl_get_children_mD2A29D13BE2EAEDE043FD1D2E6B33F336AF99010(L_0, NULL);
|
|
V_0 = L_1;
|
|
// if (control.m_StateBlock.sizeInBits == 0 && control.m_StateBlock.format != 0)
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_2 = ___0_control;
|
|
NullCheck(L_2);
|
|
InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5* L_3 = (&L_2->___m_StateBlock_0);
|
|
uint32_t L_4;
|
|
L_4 = InputStateBlock_get_sizeInBits_m38BFF704420E74EA4F7B85DC24DD3AAD810E8197_inline(L_3, NULL);
|
|
if (L_4)
|
|
{
|
|
goto IL_0050;
|
|
}
|
|
}
|
|
{
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_5 = ___0_control;
|
|
NullCheck(L_5);
|
|
InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5* L_6 = (&L_5->___m_StateBlock_0);
|
|
FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_7;
|
|
L_7 = InputStateBlock_get_format_mA393354EDC4A58DDCBE0990902A49E0A22F15F86_inline(L_6, NULL);
|
|
FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_8;
|
|
L_8 = FourCC_op_Implicit_mFEE14A923AACEE90FAAC5234C718CD1B20690F61(0, NULL);
|
|
bool L_9;
|
|
L_9 = FourCC_op_Inequality_m8E764B9EF56D488E40480A3E69230EF623C7B92B(L_7, L_8, NULL);
|
|
if (!L_9)
|
|
{
|
|
goto IL_0050;
|
|
}
|
|
}
|
|
{
|
|
// var sizeInBits = InputStateBlock.GetSizeOfPrimitiveFormatInBits(control.m_StateBlock.format);
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_10 = ___0_control;
|
|
NullCheck(L_10);
|
|
InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5* L_11 = (&L_10->___m_StateBlock_0);
|
|
FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_12;
|
|
L_12 = InputStateBlock_get_format_mA393354EDC4A58DDCBE0990902A49E0A22F15F86_inline(L_11, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5_il2cpp_TypeInfo_var);
|
|
int32_t L_13;
|
|
L_13 = InputStateBlock_GetSizeOfPrimitiveFormatInBits_m081E64FA3A22294D97B6CC5A4F8AFC4DED9096A2(L_12, NULL);
|
|
V_6 = L_13;
|
|
// if (sizeInBits != -1)
|
|
int32_t L_14 = V_6;
|
|
if ((((int32_t)L_14) == ((int32_t)(-1))))
|
|
{
|
|
goto IL_0050;
|
|
}
|
|
}
|
|
{
|
|
// control.m_StateBlock.sizeInBits = (uint)sizeInBits;
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_15 = ___0_control;
|
|
NullCheck(L_15);
|
|
InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5* L_16 = (&L_15->___m_StateBlock_0);
|
|
int32_t L_17 = V_6;
|
|
InputStateBlock_set_sizeInBits_mE7B623711880E0A1C1E563AF809A24A9C63AE115_inline(L_16, L_17, NULL);
|
|
}
|
|
|
|
IL_0050:
|
|
{
|
|
// if (control.m_StateBlock.sizeInBits == 0 && children.Count == 0)
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_18 = ___0_control;
|
|
NullCheck(L_18);
|
|
InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5* L_19 = (&L_18->___m_StateBlock_0);
|
|
uint32_t L_20;
|
|
L_20 = InputStateBlock_get_sizeInBits_m38BFF704420E74EA4F7B85DC24DD3AAD810E8197_inline(L_19, NULL);
|
|
if (L_20)
|
|
{
|
|
goto IL_00a1;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_21;
|
|
L_21 = ReadOnlyArray_1_get_Count_m5061AE58EC2D8AE48182ADF368A108D8E9E116B6_inline((&V_0), ReadOnlyArray_1_get_Count_m5061AE58EC2D8AE48182ADF368A108D8E9E116B6_RuntimeMethod_var);
|
|
if (L_21)
|
|
{
|
|
goto IL_00a1;
|
|
}
|
|
}
|
|
{
|
|
// throw new InvalidOperationException(
|
|
// $"Control '{control.path}' with layout '{control.layout}' has no size set and has no children to compute size from");
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_22 = (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_23 = L_22;
|
|
NullCheck(L_23);
|
|
ArrayElementTypeCheck (L_23, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralA15F2C50B8F3FDF4625728A3C6342B771A943F42)));
|
|
(L_23)->SetAt(static_cast<il2cpp_array_size_t>(0), (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralA15F2C50B8F3FDF4625728A3C6342B771A943F42)));
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_24 = L_23;
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_25 = ___0_control;
|
|
NullCheck(L_25);
|
|
String_t* L_26;
|
|
L_26 = InputControl_get_path_mB32F887DB25DF6EF5D6B85D513EC4F9452BD146F(L_25, NULL);
|
|
NullCheck(L_24);
|
|
ArrayElementTypeCheck (L_24, L_26);
|
|
(L_24)->SetAt(static_cast<il2cpp_array_size_t>(1), (String_t*)L_26);
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_27 = L_24;
|
|
NullCheck(L_27);
|
|
ArrayElementTypeCheck (L_27, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral9D3F0E9979BAAC1E1854F0FA4B1C95AB400AF197)));
|
|
(L_27)->SetAt(static_cast<il2cpp_array_size_t>(2), (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral9D3F0E9979BAAC1E1854F0FA4B1C95AB400AF197)));
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_28 = L_27;
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_29 = ___0_control;
|
|
NullCheck(L_29);
|
|
String_t* L_30;
|
|
L_30 = InputControl_get_layout_mE6054F87BB94A1F1D06355E137A1840B2EFF7971(L_29, NULL);
|
|
NullCheck(L_28);
|
|
ArrayElementTypeCheck (L_28, L_30);
|
|
(L_28)->SetAt(static_cast<il2cpp_array_size_t>(3), (String_t*)L_30);
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_31 = L_28;
|
|
NullCheck(L_31);
|
|
ArrayElementTypeCheck (L_31, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF44C8110EAD12EC0B4DFE764D303352C6085BD4F)));
|
|
(L_31)->SetAt(static_cast<il2cpp_array_size_t>(4), (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF44C8110EAD12EC0B4DFE764D303352C6085BD4F)));
|
|
String_t* L_32;
|
|
L_32 = String_Concat_m647EBF831F54B6DF7D5AFA5FD012CF4EE7571B6A(L_31, NULL);
|
|
InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_33 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_33);
|
|
InvalidOperationException__ctor_mE4CB6F4712AB6D99A2358FBAE2E052B3EE976162(L_33, L_32, NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_33, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputDeviceBuilder_ComputeStateLayout_m010734B25E70C71CA2D088F5E1961F30ED7E4ED2_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_00a1:
|
|
{
|
|
// if (children.Count == 0)
|
|
int32_t L_34;
|
|
L_34 = ReadOnlyArray_1_get_Count_m5061AE58EC2D8AE48182ADF368A108D8E9E116B6_inline((&V_0), ReadOnlyArray_1_get_Count_m5061AE58EC2D8AE48182ADF368A108D8E9E116B6_RuntimeMethod_var);
|
|
if (L_34)
|
|
{
|
|
goto IL_00ab;
|
|
}
|
|
}
|
|
{
|
|
// return;
|
|
return;
|
|
}
|
|
|
|
IL_00ab:
|
|
{
|
|
// var firstUnfixedByteOffset = 0u;
|
|
V_1 = 0;
|
|
// foreach (var child in children)
|
|
Enumerator_t9E6B6B706EC0D83D954AF58AAD5F12BA71954C0E L_35;
|
|
L_35 = ReadOnlyArray_1_GetEnumerator_m612F1B35C81D7D8976F6A0815DE9D5DB7AE6C7DC((&V_0), ReadOnlyArray_1_GetEnumerator_m612F1B35C81D7D8976F6A0815DE9D5DB7AE6C7DC_RuntimeMethod_var);
|
|
V_7 = L_35;
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_019c:
|
|
{// begin finally (depth: 1)
|
|
Enumerator_Dispose_m09170C1C13419F141F9828D8CCCB9C39C5C81676((&V_7), Enumerator_Dispose_m09170C1C13419F141F9828D8CCCB9C39C5C81676_RuntimeMethod_var);
|
|
return;
|
|
}// end finally (depth: 1)
|
|
});
|
|
try
|
|
{// begin try (depth: 1)
|
|
{
|
|
goto IL_018e_1;
|
|
}
|
|
|
|
IL_00bb_1:
|
|
{
|
|
// foreach (var child in children)
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_36;
|
|
L_36 = Enumerator_get_Current_m41544A012DB6D430DA27A1A8AA3EB061D804936B((&V_7), Enumerator_get_Current_m41544A012DB6D430DA27A1A8AA3EB061D804936B_RuntimeMethod_var);
|
|
V_8 = L_36;
|
|
// if (child.m_StateBlock.sizeInBits == kSizeForControlUsingStateFromOtherControl)
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_37 = V_8;
|
|
NullCheck(L_37);
|
|
InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5* L_38 = (&L_37->___m_StateBlock_0);
|
|
uint32_t L_39;
|
|
L_39 = InputStateBlock_get_sizeInBits_m38BFF704420E74EA4F7B85DC24DD3AAD810E8197_inline(L_38, NULL);
|
|
if ((((int32_t)L_39) == ((int32_t)(-1))))
|
|
{
|
|
goto IL_018e_1;
|
|
}
|
|
}
|
|
{
|
|
// var childSizeInBits = child.m_StateBlock.sizeInBits;
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_40 = V_8;
|
|
NullCheck(L_40);
|
|
InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5* L_41 = (&L_40->___m_StateBlock_0);
|
|
uint32_t L_42;
|
|
L_42 = InputStateBlock_get_sizeInBits_m38BFF704420E74EA4F7B85DC24DD3AAD810E8197_inline(L_41, NULL);
|
|
V_9 = L_42;
|
|
// if (childSizeInBits == 0 || childSizeInBits == InputStateBlock.InvalidOffset)
|
|
uint32_t L_43 = V_9;
|
|
if (!L_43)
|
|
{
|
|
goto IL_00ed_1;
|
|
}
|
|
}
|
|
{
|
|
uint32_t L_44 = V_9;
|
|
if ((!(((uint32_t)L_44) == ((uint32_t)(-1)))))
|
|
{
|
|
goto IL_0129_1;
|
|
}
|
|
}
|
|
|
|
IL_00ed_1:
|
|
{
|
|
// throw new InvalidOperationException(
|
|
// $"Child '{child.name}' of '{control.name}' has no size set!");
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_45 = (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_46 = L_45;
|
|
NullCheck(L_46);
|
|
ArrayElementTypeCheck (L_46, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral56420926B7E51BADA11CFFB46D9D53827E737C94)));
|
|
(L_46)->SetAt(static_cast<il2cpp_array_size_t>(0), (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral56420926B7E51BADA11CFFB46D9D53827E737C94)));
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_47 = L_46;
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_48 = V_8;
|
|
NullCheck(L_48);
|
|
String_t* L_49;
|
|
L_49 = InputControl_get_name_mCB68FC91A11BEFA1FF26EA0B5FD39D345C4ADC22(L_48, NULL);
|
|
NullCheck(L_47);
|
|
ArrayElementTypeCheck (L_47, L_49);
|
|
(L_47)->SetAt(static_cast<il2cpp_array_size_t>(1), (String_t*)L_49);
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_50 = L_47;
|
|
NullCheck(L_50);
|
|
ArrayElementTypeCheck (L_50, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralACE772302A2C99A5E77B7D42F5855DAAE79B304F)));
|
|
(L_50)->SetAt(static_cast<il2cpp_array_size_t>(2), (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralACE772302A2C99A5E77B7D42F5855DAAE79B304F)));
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_51 = L_50;
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_52 = ___0_control;
|
|
NullCheck(L_52);
|
|
String_t* L_53;
|
|
L_53 = InputControl_get_name_mCB68FC91A11BEFA1FF26EA0B5FD39D345C4ADC22(L_52, NULL);
|
|
NullCheck(L_51);
|
|
ArrayElementTypeCheck (L_51, L_53);
|
|
(L_51)->SetAt(static_cast<il2cpp_array_size_t>(3), (String_t*)L_53);
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_54 = L_51;
|
|
NullCheck(L_54);
|
|
ArrayElementTypeCheck (L_54, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralD1B0996FCA315F9110FA4D012F3F793E9249F7C4)));
|
|
(L_54)->SetAt(static_cast<il2cpp_array_size_t>(4), (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralD1B0996FCA315F9110FA4D012F3F793E9249F7C4)));
|
|
String_t* L_55;
|
|
L_55 = String_Concat_m647EBF831F54B6DF7D5AFA5FD012CF4EE7571B6A(L_54, NULL);
|
|
InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_56 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_56);
|
|
InvalidOperationException__ctor_mE4CB6F4712AB6D99A2358FBAE2E052B3EE976162(L_56, L_55, NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_56, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputDeviceBuilder_ComputeStateLayout_m010734B25E70C71CA2D088F5E1961F30ED7E4ED2_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_0129_1:
|
|
{
|
|
// if (child.m_StateBlock.byteOffset == InputStateBlock.InvalidOffset ||
|
|
// child.m_StateBlock.byteOffset == InputStateBlock.AutomaticOffset)
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_57 = V_8;
|
|
NullCheck(L_57);
|
|
InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5* L_58 = (&L_57->___m_StateBlock_0);
|
|
uint32_t L_59;
|
|
L_59 = InputStateBlock_get_byteOffset_m6EADE5C9C8B346D38E543E38777ED67ED2AEA0AC_inline(L_58, NULL);
|
|
if ((((int32_t)L_59) == ((int32_t)(-1))))
|
|
{
|
|
goto IL_018e_1;
|
|
}
|
|
}
|
|
{
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_60 = V_8;
|
|
NullCheck(L_60);
|
|
InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5* L_61 = (&L_60->___m_StateBlock_0);
|
|
uint32_t L_62;
|
|
L_62 = InputStateBlock_get_byteOffset_m6EADE5C9C8B346D38E543E38777ED67ED2AEA0AC_inline(L_61, NULL);
|
|
if ((((int32_t)L_62) == ((int32_t)((int32_t)-2))))
|
|
{
|
|
goto IL_018e_1;
|
|
}
|
|
}
|
|
{
|
|
// if (child.m_StateBlock.bitOffset == InputStateBlock.InvalidOffset)
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_63 = V_8;
|
|
NullCheck(L_63);
|
|
InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5* L_64 = (&L_63->___m_StateBlock_0);
|
|
uint32_t L_65;
|
|
L_65 = InputStateBlock_get_bitOffset_m3165625FF638183247012307A8AC012AEA3D1143_inline(L_64, NULL);
|
|
if ((!(((uint32_t)L_65) == ((uint32_t)(-1)))))
|
|
{
|
|
goto IL_0164_1;
|
|
}
|
|
}
|
|
{
|
|
// child.m_StateBlock.bitOffset = 0;
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_66 = V_8;
|
|
NullCheck(L_66);
|
|
InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5* L_67 = (&L_66->___m_StateBlock_0);
|
|
InputStateBlock_set_bitOffset_mB4F67CC1BF4EBB3152CEC64BECFF724C1416A163_inline(L_67, 0, NULL);
|
|
}
|
|
|
|
IL_0164_1:
|
|
{
|
|
// var endOffset =
|
|
// MemoryHelpers.ComputeFollowingByteOffset(child.m_StateBlock.byteOffset, child.m_StateBlock.bitOffset + childSizeInBits);
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_68 = V_8;
|
|
NullCheck(L_68);
|
|
InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5* L_69 = (&L_68->___m_StateBlock_0);
|
|
uint32_t L_70;
|
|
L_70 = InputStateBlock_get_byteOffset_m6EADE5C9C8B346D38E543E38777ED67ED2AEA0AC_inline(L_69, NULL);
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_71 = V_8;
|
|
NullCheck(L_71);
|
|
InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5* L_72 = (&L_71->___m_StateBlock_0);
|
|
uint32_t L_73;
|
|
L_73 = InputStateBlock_get_bitOffset_m3165625FF638183247012307A8AC012AEA3D1143_inline(L_72, NULL);
|
|
uint32_t L_74 = V_9;
|
|
uint32_t L_75;
|
|
L_75 = MemoryHelpers_ComputeFollowingByteOffset_m77FCDFA3728C66393DD46B2E7CE8503FA6CBF2BE(L_70, ((int32_t)il2cpp_codegen_add((int32_t)L_73, (int32_t)L_74)), NULL);
|
|
V_10 = L_75;
|
|
// if (endOffset > firstUnfixedByteOffset)
|
|
uint32_t L_76 = V_10;
|
|
uint32_t L_77 = V_1;
|
|
if ((!(((uint32_t)L_76) > ((uint32_t)L_77))))
|
|
{
|
|
goto IL_018e_1;
|
|
}
|
|
}
|
|
{
|
|
// firstUnfixedByteOffset = endOffset;
|
|
uint32_t L_78 = V_10;
|
|
V_1 = L_78;
|
|
}
|
|
|
|
IL_018e_1:
|
|
{
|
|
// foreach (var child in children)
|
|
bool L_79;
|
|
L_79 = Enumerator_MoveNext_mA0F54BBB859772E40488DDEAB062E59A054C4BCD((&V_7), Enumerator_MoveNext_mA0F54BBB859772E40488DDEAB062E59A054C4BCD_RuntimeMethod_var);
|
|
if (L_79)
|
|
{
|
|
goto IL_00bb_1;
|
|
}
|
|
}
|
|
{
|
|
goto IL_01aa;
|
|
}
|
|
}// end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_01aa:
|
|
{
|
|
// var runningByteOffset = firstUnfixedByteOffset;
|
|
uint32_t L_80 = V_1;
|
|
V_2 = L_80;
|
|
// InputControl firstBitAddressingChild = null;
|
|
V_3 = (InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E*)NULL;
|
|
// var bitfieldSizeInBits = 0u;
|
|
V_4 = 0;
|
|
// foreach (var child in children)
|
|
Enumerator_t9E6B6B706EC0D83D954AF58AAD5F12BA71954C0E L_81;
|
|
L_81 = ReadOnlyArray_1_GetEnumerator_m612F1B35C81D7D8976F6A0815DE9D5DB7AE6C7DC((&V_0), ReadOnlyArray_1_GetEnumerator_m612F1B35C81D7D8976F6A0815DE9D5DB7AE6C7DC_RuntimeMethod_var);
|
|
V_7 = L_81;
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_02ea:
|
|
{// begin finally (depth: 1)
|
|
Enumerator_Dispose_m09170C1C13419F141F9828D8CCCB9C39C5C81676((&V_7), Enumerator_Dispose_m09170C1C13419F141F9828D8CCCB9C39C5C81676_RuntimeMethod_var);
|
|
return;
|
|
}// end finally (depth: 1)
|
|
});
|
|
try
|
|
{// begin try (depth: 1)
|
|
{
|
|
goto IL_02dc_1;
|
|
}
|
|
|
|
IL_01bf_1:
|
|
{
|
|
// foreach (var child in children)
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_82;
|
|
L_82 = Enumerator_get_Current_m41544A012DB6D430DA27A1A8AA3EB061D804936B((&V_7), Enumerator_get_Current_m41544A012DB6D430DA27A1A8AA3EB061D804936B_RuntimeMethod_var);
|
|
V_11 = L_82;
|
|
// if (child.m_StateBlock.byteOffset != InputStateBlock.InvalidOffset &&
|
|
// child.m_StateBlock.byteOffset != InputStateBlock.AutomaticOffset)
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_83 = V_11;
|
|
NullCheck(L_83);
|
|
InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5* L_84 = (&L_83->___m_StateBlock_0);
|
|
uint32_t L_85;
|
|
L_85 = InputStateBlock_get_byteOffset_m6EADE5C9C8B346D38E543E38777ED67ED2AEA0AC_inline(L_84, NULL);
|
|
if ((((int32_t)L_85) == ((int32_t)(-1))))
|
|
{
|
|
goto IL_01ea_1;
|
|
}
|
|
}
|
|
{
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_86 = V_11;
|
|
NullCheck(L_86);
|
|
InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5* L_87 = (&L_86->___m_StateBlock_0);
|
|
uint32_t L_88;
|
|
L_88 = InputStateBlock_get_byteOffset_m6EADE5C9C8B346D38E543E38777ED67ED2AEA0AC_inline(L_87, NULL);
|
|
if ((!(((uint32_t)L_88) == ((uint32_t)((int32_t)-2)))))
|
|
{
|
|
goto IL_02dc_1;
|
|
}
|
|
}
|
|
|
|
IL_01ea_1:
|
|
{
|
|
// if (child.m_StateBlock.sizeInBits == kSizeForControlUsingStateFromOtherControl)
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_89 = V_11;
|
|
NullCheck(L_89);
|
|
InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5* L_90 = (&L_89->___m_StateBlock_0);
|
|
uint32_t L_91;
|
|
L_91 = InputStateBlock_get_sizeInBits_m38BFF704420E74EA4F7B85DC24DD3AAD810E8197_inline(L_90, NULL);
|
|
if ((((int32_t)L_91) == ((int32_t)(-1))))
|
|
{
|
|
goto IL_02dc_1;
|
|
}
|
|
}
|
|
{
|
|
// var isBitAddressingChild = (child.m_StateBlock.sizeInBits % 8) != 0;
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_92 = V_11;
|
|
NullCheck(L_92);
|
|
InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5* L_93 = (&L_92->___m_StateBlock_0);
|
|
uint32_t L_94;
|
|
L_94 = InputStateBlock_get_sizeInBits_m38BFF704420E74EA4F7B85DC24DD3AAD810E8197_inline(L_93, NULL);
|
|
// if (isBitAddressingChild)
|
|
int32_t L_95 = ((!(((uint32_t)((int32_t)((uint32_t)(int32_t)L_94%(uint32_t)(int32_t)8))) <= ((uint32_t)0)))? 1 : 0);
|
|
G_B30_0 = L_95;
|
|
if (!L_95)
|
|
{
|
|
G_B37_0 = L_95;
|
|
goto IL_027d_1;
|
|
}
|
|
}
|
|
{
|
|
// if (firstBitAddressingChild == null)
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_96 = V_3;
|
|
G_B31_0 = G_B30_0;
|
|
if (L_96)
|
|
{
|
|
G_B32_0 = G_B30_0;
|
|
goto IL_0216_1;
|
|
}
|
|
}
|
|
{
|
|
// firstBitAddressingChild = child;
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_97 = V_11;
|
|
V_3 = L_97;
|
|
G_B32_0 = G_B31_0;
|
|
}
|
|
|
|
IL_0216_1:
|
|
{
|
|
// if (child.m_StateBlock.bitOffset == InputStateBlock.InvalidOffset ||
|
|
// child.m_StateBlock.bitOffset == InputStateBlock.AutomaticOffset)
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_98 = V_11;
|
|
NullCheck(L_98);
|
|
InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5* L_99 = (&L_98->___m_StateBlock_0);
|
|
uint32_t L_100;
|
|
L_100 = InputStateBlock_get_bitOffset_m3165625FF638183247012307A8AC012AEA3D1143_inline(L_99, NULL);
|
|
G_B33_0 = G_B32_0;
|
|
if ((((int32_t)L_100) == ((int32_t)(-1))))
|
|
{
|
|
G_B34_0 = G_B32_0;
|
|
goto IL_0235_1;
|
|
}
|
|
}
|
|
{
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_101 = V_11;
|
|
NullCheck(L_101);
|
|
InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5* L_102 = (&L_101->___m_StateBlock_0);
|
|
uint32_t L_103;
|
|
L_103 = InputStateBlock_get_bitOffset_m3165625FF638183247012307A8AC012AEA3D1143_inline(L_102, NULL);
|
|
G_B34_0 = G_B33_0;
|
|
if ((!(((uint32_t)L_103) == ((uint32_t)((int32_t)-2)))))
|
|
{
|
|
G_B35_0 = G_B33_0;
|
|
goto IL_0256_1;
|
|
}
|
|
}
|
|
|
|
IL_0235_1:
|
|
{
|
|
// child.m_StateBlock.bitOffset = bitfieldSizeInBits;
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_104 = V_11;
|
|
NullCheck(L_104);
|
|
InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5* L_105 = (&L_104->___m_StateBlock_0);
|
|
uint32_t L_106 = V_4;
|
|
InputStateBlock_set_bitOffset_mB4F67CC1BF4EBB3152CEC64BECFF724C1416A163_inline(L_105, L_106, NULL);
|
|
// bitfieldSizeInBits += child.m_StateBlock.sizeInBits;
|
|
uint32_t L_107 = V_4;
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_108 = V_11;
|
|
NullCheck(L_108);
|
|
InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5* L_109 = (&L_108->___m_StateBlock_0);
|
|
uint32_t L_110;
|
|
L_110 = InputStateBlock_get_sizeInBits_m38BFF704420E74EA4F7B85DC24DD3AAD810E8197_inline(L_109, NULL);
|
|
V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_107, (int32_t)L_110));
|
|
G_B42_0 = G_B34_0;
|
|
goto IL_02ba_1;
|
|
}
|
|
|
|
IL_0256_1:
|
|
{
|
|
// var lastBit = child.m_StateBlock.bitOffset + child.m_StateBlock.sizeInBits;
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_111 = V_11;
|
|
NullCheck(L_111);
|
|
InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5* L_112 = (&L_111->___m_StateBlock_0);
|
|
uint32_t L_113;
|
|
L_113 = InputStateBlock_get_bitOffset_m3165625FF638183247012307A8AC012AEA3D1143_inline(L_112, NULL);
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_114 = V_11;
|
|
NullCheck(L_114);
|
|
InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5* L_115 = (&L_114->___m_StateBlock_0);
|
|
uint32_t L_116;
|
|
L_116 = InputStateBlock_get_sizeInBits_m38BFF704420E74EA4F7B85DC24DD3AAD810E8197_inline(L_115, NULL);
|
|
V_12 = ((int32_t)il2cpp_codegen_add((int32_t)L_113, (int32_t)L_116));
|
|
// if (lastBit > bitfieldSizeInBits)
|
|
uint32_t L_117 = V_12;
|
|
uint32_t L_118 = V_4;
|
|
G_B36_0 = G_B35_0;
|
|
if ((!(((uint32_t)L_117) > ((uint32_t)L_118))))
|
|
{
|
|
G_B42_0 = G_B35_0;
|
|
goto IL_02ba_1;
|
|
}
|
|
}
|
|
{
|
|
// bitfieldSizeInBits = lastBit;
|
|
uint32_t L_119 = V_12;
|
|
V_4 = L_119;
|
|
G_B42_0 = G_B36_0;
|
|
goto IL_02ba_1;
|
|
}
|
|
|
|
IL_027d_1:
|
|
{
|
|
// if (firstBitAddressingChild != null)
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_120 = V_3;
|
|
G_B38_0 = G_B37_0;
|
|
if (!L_120)
|
|
{
|
|
G_B39_0 = G_B37_0;
|
|
goto IL_028b_1;
|
|
}
|
|
}
|
|
{
|
|
// runningByteOffset = MemoryHelpers.ComputeFollowingByteOffset(runningByteOffset, bitfieldSizeInBits);
|
|
uint32_t L_121 = V_2;
|
|
uint32_t L_122 = V_4;
|
|
uint32_t L_123;
|
|
L_123 = MemoryHelpers_ComputeFollowingByteOffset_m77FCDFA3728C66393DD46B2E7CE8503FA6CBF2BE(L_121, L_122, NULL);
|
|
V_2 = L_123;
|
|
// firstBitAddressingChild = null;
|
|
V_3 = (InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E*)NULL;
|
|
G_B39_0 = G_B38_0;
|
|
}
|
|
|
|
IL_028b_1:
|
|
{
|
|
// if (child.m_StateBlock.bitOffset == InputStateBlock.InvalidOffset)
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_124 = V_11;
|
|
NullCheck(L_124);
|
|
InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5* L_125 = (&L_124->___m_StateBlock_0);
|
|
uint32_t L_126;
|
|
L_126 = InputStateBlock_get_bitOffset_m3165625FF638183247012307A8AC012AEA3D1143_inline(L_125, NULL);
|
|
G_B40_0 = G_B39_0;
|
|
if ((!(((uint32_t)L_126) == ((uint32_t)(-1)))))
|
|
{
|
|
G_B41_0 = G_B39_0;
|
|
goto IL_02a7_1;
|
|
}
|
|
}
|
|
{
|
|
// child.m_StateBlock.bitOffset = 0;
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_127 = V_11;
|
|
NullCheck(L_127);
|
|
InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5* L_128 = (&L_127->___m_StateBlock_0);
|
|
InputStateBlock_set_bitOffset_mB4F67CC1BF4EBB3152CEC64BECFF724C1416A163_inline(L_128, 0, NULL);
|
|
G_B41_0 = G_B40_0;
|
|
}
|
|
|
|
IL_02a7_1:
|
|
{
|
|
// runningByteOffset = MemoryHelpers.AlignNatural(runningByteOffset, child.m_StateBlock.alignedSizeInBytes);
|
|
uint32_t L_129 = V_2;
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_130 = V_11;
|
|
NullCheck(L_130);
|
|
InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5* L_131 = (&L_130->___m_StateBlock_0);
|
|
uint32_t L_132;
|
|
L_132 = InputStateBlock_get_alignedSizeInBytes_mF360E8CFBEE9BE05FC7DFA3533E069A5A96827F5(L_131, NULL);
|
|
uint32_t L_133;
|
|
L_133 = MemoryHelpers_AlignNatural_m5A6E8B5387C9E221BB353EFFC899171DA982C4BA(L_129, L_132, NULL);
|
|
V_2 = L_133;
|
|
G_B42_0 = G_B41_0;
|
|
}
|
|
|
|
IL_02ba_1:
|
|
{
|
|
// child.m_StateBlock.byteOffset = runningByteOffset;
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_134 = V_11;
|
|
NullCheck(L_134);
|
|
InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5* L_135 = (&L_134->___m_StateBlock_0);
|
|
uint32_t L_136 = V_2;
|
|
InputStateBlock_set_byteOffset_mC5776F9F286F0658100E92A75A60EB25A1DDBD40_inline(L_135, L_136, NULL);
|
|
// if (!isBitAddressingChild)
|
|
if (G_B42_0)
|
|
{
|
|
goto IL_02dc_1;
|
|
}
|
|
}
|
|
{
|
|
// runningByteOffset =
|
|
// MemoryHelpers.ComputeFollowingByteOffset(runningByteOffset, child.m_StateBlock.sizeInBits);
|
|
uint32_t L_137 = V_2;
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_138 = V_11;
|
|
NullCheck(L_138);
|
|
InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5* L_139 = (&L_138->___m_StateBlock_0);
|
|
uint32_t L_140;
|
|
L_140 = InputStateBlock_get_sizeInBits_m38BFF704420E74EA4F7B85DC24DD3AAD810E8197_inline(L_139, NULL);
|
|
uint32_t L_141;
|
|
L_141 = MemoryHelpers_ComputeFollowingByteOffset_m77FCDFA3728C66393DD46B2E7CE8503FA6CBF2BE(L_137, L_140, NULL);
|
|
V_2 = L_141;
|
|
}
|
|
|
|
IL_02dc_1:
|
|
{
|
|
// foreach (var child in children)
|
|
bool L_142;
|
|
L_142 = Enumerator_MoveNext_mA0F54BBB859772E40488DDEAB062E59A054C4BCD((&V_7), Enumerator_MoveNext_mA0F54BBB859772E40488DDEAB062E59A054C4BCD_RuntimeMethod_var);
|
|
if (L_142)
|
|
{
|
|
goto IL_01bf_1;
|
|
}
|
|
}
|
|
{
|
|
goto IL_02f8;
|
|
}
|
|
}// end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_02f8:
|
|
{
|
|
// if (firstBitAddressingChild != null)
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_143 = V_3;
|
|
if (!L_143)
|
|
{
|
|
goto IL_0304;
|
|
}
|
|
}
|
|
{
|
|
// runningByteOffset = MemoryHelpers.ComputeFollowingByteOffset(runningByteOffset, bitfieldSizeInBits);
|
|
uint32_t L_144 = V_2;
|
|
uint32_t L_145 = V_4;
|
|
uint32_t L_146;
|
|
L_146 = MemoryHelpers_ComputeFollowingByteOffset_m77FCDFA3728C66393DD46B2E7CE8503FA6CBF2BE(L_144, L_145, NULL);
|
|
V_2 = L_146;
|
|
}
|
|
|
|
IL_0304:
|
|
{
|
|
// var totalSizeInBytes = runningByteOffset;
|
|
uint32_t L_147 = V_2;
|
|
V_5 = L_147;
|
|
// control.m_StateBlock.sizeInBits = totalSizeInBytes * 8;
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_148 = ___0_control;
|
|
NullCheck(L_148);
|
|
InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5* L_149 = (&L_148->___m_StateBlock_0);
|
|
uint32_t L_150 = V_5;
|
|
InputStateBlock_set_sizeInBits_mE7B623711880E0A1C1E563AF809A24A9C63AE115_inline(L_149, ((int32_t)il2cpp_codegen_multiply((int32_t)L_150, 8)), NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.InputSystem.Layouts.InputDeviceBuilder::FinalizeControlHierarchy()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputDeviceBuilder_FinalizeControlHierarchy_m16971FB79D0C2F5916DC8A2A2EE1ED823B9BCBB9 (InputDeviceBuilder_t7F4266EBB8FB0AC0DAE225F7FA1532B9AA9174BE* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_m2C432B7961B0F4289AE0E89EFF0147BFB96C2B31_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t9B68833848E4C4D7F623C05F6B77F0449396354A_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlyArray_1_get_Count_m5061AE58EC2D8AE48182ADF368A108D8E9E116B6_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
ReadOnlyArray_1_tA1DF7A256AD2BF17FB155224CB2611ED215EFCD3 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
// if (m_StateOffsetToControlMap == null)
|
|
List_1_t9B68833848E4C4D7F623C05F6B77F0449396354A* L_0 = __this->___m_StateOffsetToControlMap_3;
|
|
if (L_0)
|
|
{
|
|
goto IL_0013;
|
|
}
|
|
}
|
|
{
|
|
// m_StateOffsetToControlMap = new List<uint>();
|
|
List_1_t9B68833848E4C4D7F623C05F6B77F0449396354A* L_1 = (List_1_t9B68833848E4C4D7F623C05F6B77F0449396354A*)il2cpp_codegen_object_new(List_1_t9B68833848E4C4D7F623C05F6B77F0449396354A_il2cpp_TypeInfo_var);
|
|
NullCheck(L_1);
|
|
List_1__ctor_m2C432B7961B0F4289AE0E89EFF0147BFB96C2B31(L_1, List_1__ctor_m2C432B7961B0F4289AE0E89EFF0147BFB96C2B31_RuntimeMethod_var);
|
|
__this->___m_StateOffsetToControlMap_3 = L_1;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_StateOffsetToControlMap_3), (void*)L_1);
|
|
}
|
|
|
|
IL_0013:
|
|
{
|
|
// if (m_Device.allControls.Count > (1U << InputDevice.kControlIndexBits))
|
|
InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* L_2 = __this->___m_Device_0;
|
|
NullCheck(L_2);
|
|
ReadOnlyArray_1_tA1DF7A256AD2BF17FB155224CB2611ED215EFCD3 L_3;
|
|
L_3 = InputDevice_get_allControls_mBE0708162230B5536FC85F49040EA943BEDA902E(L_2, NULL);
|
|
V_0 = L_3;
|
|
int32_t L_4;
|
|
L_4 = ReadOnlyArray_1_get_Count_m5061AE58EC2D8AE48182ADF368A108D8E9E116B6_inline((&V_0), ReadOnlyArray_1_get_Count_m5061AE58EC2D8AE48182ADF368A108D8E9E116B6_RuntimeMethod_var);
|
|
if ((((int64_t)((int64_t)L_4)) <= ((int64_t)((int64_t)((int32_t)1024)))))
|
|
{
|
|
goto IL_0067;
|
|
}
|
|
}
|
|
{
|
|
// throw new NotSupportedException($"Device '{m_Device}' exceeds maximum supported control count of {1U << InputDevice.kControlIndexBits} (has {m_Device.allControls.Count} controls)");
|
|
InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* L_5 = __this->___m_Device_0;
|
|
uint32_t L_6 = ((uint32_t)((int32_t)1024));
|
|
RuntimeObject* L_7 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&UInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B_il2cpp_TypeInfo_var)), &L_6);
|
|
InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* L_8 = __this->___m_Device_0;
|
|
NullCheck(L_8);
|
|
ReadOnlyArray_1_tA1DF7A256AD2BF17FB155224CB2611ED215EFCD3 L_9;
|
|
L_9 = InputDevice_get_allControls_mBE0708162230B5536FC85F49040EA943BEDA902E(L_8, NULL);
|
|
V_0 = L_9;
|
|
int32_t L_10;
|
|
L_10 = ReadOnlyArray_1_get_Count_m5061AE58EC2D8AE48182ADF368A108D8E9E116B6_inline((&V_0), ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ReadOnlyArray_1_get_Count_m5061AE58EC2D8AE48182ADF368A108D8E9E116B6_RuntimeMethod_var)));
|
|
int32_t L_11 = L_10;
|
|
RuntimeObject* L_12 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var)), &L_11);
|
|
String_t* L_13;
|
|
L_13 = String_Format_mA0534D6E2AE4D67A6BD8D45B3321323930EB930C(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral954D62C0759FAE43B547C83F19EC16FC06E8647D)), L_5, L_7, L_12, NULL);
|
|
NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A* L_14 = (NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_14);
|
|
NotSupportedException__ctor_mE174750CF0247BBB47544FFD71D66BB89630945B(L_14, L_13, NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_14, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputDeviceBuilder_FinalizeControlHierarchy_m16971FB79D0C2F5916DC8A2A2EE1ED823B9BCBB9_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_0067:
|
|
{
|
|
// FinalizeControlHierarchyRecursive(m_Device, -1, m_Device.m_ChildrenForEachControl, false, false);
|
|
InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* L_15 = __this->___m_Device_0;
|
|
InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* L_16 = __this->___m_Device_0;
|
|
NullCheck(L_16);
|
|
InputControlU5BU5D_t0B951FEF1504D6340387C4735F5D6F426F40FE17* L_17 = L_16->___m_ChildrenForEachControl_34;
|
|
InputDeviceBuilder_FinalizeControlHierarchyRecursive_mF7A359F7CF557051A986D5172C455F69A5559837(__this, L_15, (-1), L_17, (bool)0, (bool)0, NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void InputDeviceBuilder_FinalizeControlHierarchy_m16971FB79D0C2F5916DC8A2A2EE1ED823B9BCBB9_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
InputDeviceBuilder_t7F4266EBB8FB0AC0DAE225F7FA1532B9AA9174BE* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<InputDeviceBuilder_t7F4266EBB8FB0AC0DAE225F7FA1532B9AA9174BE*>(__this + _offset);
|
|
InputDeviceBuilder_FinalizeControlHierarchy_m16971FB79D0C2F5916DC8A2A2EE1ED823B9BCBB9(_thisAdjusted, method);
|
|
}
|
|
// System.Void UnityEngine.InputSystem.Layouts.InputDeviceBuilder::FinalizeControlHierarchyRecursive(UnityEngine.InputSystem.InputControl,System.Int32,UnityEngine.InputSystem.InputControl[],System.Boolean,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputDeviceBuilder_FinalizeControlHierarchyRecursive_mF7A359F7CF557051A986D5172C455F69A5559837 (InputDeviceBuilder_t7F4266EBB8FB0AC0DAE225F7FA1532B9AA9174BE* __this, InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* ___0_control, int32_t ___1_controlIndex, InputControlU5BU5D_t0B951FEF1504D6340387C4735F5D6F426F40FE17* ___2_allControls, bool ___3_noisy, bool ___4_dontReset, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_m084F52E7C436446A23080F15F803212491693F6B_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
String_t* V_0 = NULL;
|
|
String_t* V_1 = NULL;
|
|
uint32_t V_2 = 0;
|
|
int32_t V_3 = 0;
|
|
int32_t V_4 = 0;
|
|
InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5 V_5;
|
|
memset((&V_5), 0, sizeof(V_5));
|
|
int32_t V_6 = 0;
|
|
int32_t V_7 = 0;
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* V_8 = NULL;
|
|
{
|
|
// if (control.m_ChildCount == 0)
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_0 = ___0_control;
|
|
NullCheck(L_0);
|
|
int32_t L_1 = L_0->___m_ChildCount_15;
|
|
if (L_1)
|
|
{
|
|
goto IL_008d;
|
|
}
|
|
}
|
|
{
|
|
// if (control.m_StateBlock.effectiveBitOffset >= (1U << InputDevice.kStateOffsetBits))
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_2 = ___0_control;
|
|
NullCheck(L_2);
|
|
InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5* L_3 = (&L_2->___m_StateBlock_0);
|
|
uint32_t L_4;
|
|
L_4 = InputStateBlock_get_effectiveBitOffset_m9DBDA5338F4242517409E936652D17D62599D118(L_3, NULL);
|
|
if ((!(((uint32_t)L_4) >= ((uint32_t)((int32_t)8192)))))
|
|
{
|
|
goto IL_004c;
|
|
}
|
|
}
|
|
{
|
|
// throw new NotSupportedException($"Control '{control}' exceeds maximum supported state bit offset of {(1U << InputDevice.kStateOffsetBits) - 1} (bit offset {control.stateBlock.effectiveBitOffset})");
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_5 = ___0_control;
|
|
uint32_t L_6 = ((uint32_t)((int32_t)8191));
|
|
RuntimeObject* L_7 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&UInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B_il2cpp_TypeInfo_var)), &L_6);
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_8 = ___0_control;
|
|
NullCheck(L_8);
|
|
InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5 L_9;
|
|
L_9 = InputControl_get_stateBlock_mCAE31879EDC6621B35B368B4916219D30EAA0B0B_inline(L_8, NULL);
|
|
V_5 = L_9;
|
|
uint32_t L_10;
|
|
L_10 = InputStateBlock_get_effectiveBitOffset_m9DBDA5338F4242517409E936652D17D62599D118((&V_5), NULL);
|
|
uint32_t L_11 = L_10;
|
|
RuntimeObject* L_12 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&UInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B_il2cpp_TypeInfo_var)), &L_11);
|
|
String_t* L_13;
|
|
L_13 = String_Format_mA0534D6E2AE4D67A6BD8D45B3321323930EB930C(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB0DB57446903F18B214FFA4366BF3FCCF5243340)), L_5, L_7, L_12, NULL);
|
|
NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A* L_14 = (NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_14);
|
|
NotSupportedException__ctor_mE174750CF0247BBB47544FFD71D66BB89630945B(L_14, L_13, NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_14, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputDeviceBuilder_FinalizeControlHierarchyRecursive_mF7A359F7CF557051A986D5172C455F69A5559837_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_004c:
|
|
{
|
|
// if (control.m_StateBlock.sizeInBits >= (1U << InputDevice.kStateSizeBits))
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_15 = ___0_control;
|
|
NullCheck(L_15);
|
|
InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5* L_16 = (&L_15->___m_StateBlock_0);
|
|
uint32_t L_17;
|
|
L_17 = InputStateBlock_get_sizeInBits_m38BFF704420E74EA4F7B85DC24DD3AAD810E8197_inline(L_16, NULL);
|
|
if ((!(((uint32_t)L_17) >= ((uint32_t)((int32_t)512)))))
|
|
{
|
|
goto IL_008d;
|
|
}
|
|
}
|
|
{
|
|
// throw new NotSupportedException($"Control '{control}' exceeds maximum supported state bit size of {(1U << InputDevice.kStateSizeBits) - 1} (bit offset {control.stateBlock.sizeInBits})");
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_18 = ___0_control;
|
|
uint32_t L_19 = ((uint32_t)((int32_t)511));
|
|
RuntimeObject* L_20 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&UInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B_il2cpp_TypeInfo_var)), &L_19);
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_21 = ___0_control;
|
|
NullCheck(L_21);
|
|
InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5 L_22;
|
|
L_22 = InputControl_get_stateBlock_mCAE31879EDC6621B35B368B4916219D30EAA0B0B_inline(L_21, NULL);
|
|
V_5 = L_22;
|
|
uint32_t L_23;
|
|
L_23 = InputStateBlock_get_sizeInBits_m38BFF704420E74EA4F7B85DC24DD3AAD810E8197_inline((&V_5), NULL);
|
|
uint32_t L_24 = L_23;
|
|
RuntimeObject* L_25 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&UInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B_il2cpp_TypeInfo_var)), &L_24);
|
|
String_t* L_26;
|
|
L_26 = String_Format_mA0534D6E2AE4D67A6BD8D45B3321323930EB930C(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralC8AF5548EFF3FA7F640B1EB06DC487B13C4B4BA7)), L_18, L_20, L_25, NULL);
|
|
NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A* L_27 = (NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_27);
|
|
NotSupportedException__ctor_mE174750CF0247BBB47544FFD71D66BB89630945B(L_27, L_26, NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_27, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputDeviceBuilder_FinalizeControlHierarchyRecursive_mF7A359F7CF557051A986D5172C455F69A5559837_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_008d:
|
|
{
|
|
// if (control.m_ChildCount == 0)
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_28 = ___0_control;
|
|
NullCheck(L_28);
|
|
int32_t L_29 = L_28->___m_ChildCount_15;
|
|
if (L_29)
|
|
{
|
|
goto IL_00bc;
|
|
}
|
|
}
|
|
{
|
|
// m_StateOffsetToControlMap.Add(
|
|
// InputDevice.EncodeStateOffsetToControlMapEntry((uint)controlIndex, control.m_StateBlock.effectiveBitOffset, control.m_StateBlock.sizeInBits));
|
|
List_1_t9B68833848E4C4D7F623C05F6B77F0449396354A* L_30 = __this->___m_StateOffsetToControlMap_3;
|
|
int32_t L_31 = ___1_controlIndex;
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_32 = ___0_control;
|
|
NullCheck(L_32);
|
|
InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5* L_33 = (&L_32->___m_StateBlock_0);
|
|
uint32_t L_34;
|
|
L_34 = InputStateBlock_get_effectiveBitOffset_m9DBDA5338F4242517409E936652D17D62599D118(L_33, NULL);
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_35 = ___0_control;
|
|
NullCheck(L_35);
|
|
InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5* L_36 = (&L_35->___m_StateBlock_0);
|
|
uint32_t L_37;
|
|
L_37 = InputStateBlock_get_sizeInBits_m38BFF704420E74EA4F7B85DC24DD3AAD810E8197_inline(L_36, NULL);
|
|
uint32_t L_38;
|
|
L_38 = InputDevice_EncodeStateOffsetToControlMapEntry_m2F2D8FD0FFCB6CC74BEBD960418F4A80C53C7D21(L_31, L_34, L_37, NULL);
|
|
NullCheck(L_30);
|
|
List_1_Add_m084F52E7C436446A23080F15F803212491693F6B_inline(L_30, L_38, List_1_Add_m084F52E7C436446A23080F15F803212491693F6B_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_00bc:
|
|
{
|
|
// var displayNameFromLayout = control.m_DisplayNameFromLayout;
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_39 = ___0_control;
|
|
NullCheck(L_39);
|
|
String_t* L_40 = L_39->___m_DisplayNameFromLayout_4;
|
|
V_0 = L_40;
|
|
// var shortDisplayNameFromLayout = control.m_ShortDisplayNameFromLayout;
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_41 = ___0_control;
|
|
NullCheck(L_41);
|
|
String_t* L_42 = L_41->___m_ShortDisplayNameFromLayout_6;
|
|
V_1 = L_42;
|
|
// SetDisplayName(control, displayNameFromLayout, shortDisplayNameFromLayout, false);
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_43 = ___0_control;
|
|
String_t* L_44 = V_0;
|
|
String_t* L_45 = V_1;
|
|
InputDeviceBuilder_SetDisplayName_m8561FB0BBF91E6380F667DC11B7D14FEA16C91CC(__this, L_43, L_44, L_45, (bool)0, NULL);
|
|
// SetDisplayName(control, displayNameFromLayout, shortDisplayNameFromLayout, true);
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_46 = ___0_control;
|
|
String_t* L_47 = V_0;
|
|
String_t* L_48 = V_1;
|
|
InputDeviceBuilder_SetDisplayName_m8561FB0BBF91E6380F667DC11B7D14FEA16C91CC(__this, L_46, L_47, L_48, (bool)1, NULL);
|
|
// if (control != control.device)
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_49 = ___0_control;
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_50 = ___0_control;
|
|
NullCheck(L_50);
|
|
InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B* L_51;
|
|
L_51 = InputControl_get_device_mAB3E013F566CF3407B8C36BC781EBD751DFAB324_inline(L_50, NULL);
|
|
if ((((RuntimeObject*)(InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E*)L_49) == ((RuntimeObject*)(InputDevice_t8BCF67533E872A75779C24C93D1D7085B72D364B*)L_51)))
|
|
{
|
|
goto IL_0111;
|
|
}
|
|
}
|
|
{
|
|
// if (noisy)
|
|
bool L_52 = ___3_noisy;
|
|
if (!L_52)
|
|
{
|
|
goto IL_00f4;
|
|
}
|
|
}
|
|
{
|
|
// control.noisy = true;
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_53 = ___0_control;
|
|
NullCheck(L_53);
|
|
InputControl_set_noisy_m5E4E4C6A6E98F5D239385AEF8203683583CB9B7A(L_53, (bool)1, NULL);
|
|
goto IL_00fc;
|
|
}
|
|
|
|
IL_00f4:
|
|
{
|
|
// noisy = control.noisy;
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_54 = ___0_control;
|
|
NullCheck(L_54);
|
|
bool L_55;
|
|
L_55 = InputControl_get_noisy_m7169395897C8B23A5E96A04268145817E91A4AA8(L_54, NULL);
|
|
___3_noisy = L_55;
|
|
}
|
|
|
|
IL_00fc:
|
|
{
|
|
// if (dontReset)
|
|
bool L_56 = ___4_dontReset;
|
|
if (!L_56)
|
|
{
|
|
goto IL_0109;
|
|
}
|
|
}
|
|
{
|
|
// control.dontReset = true;
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_57 = ___0_control;
|
|
NullCheck(L_57);
|
|
InputControl_set_dontReset_m56292E2D5FAB000EDD5821E99066CA94E392CA40(L_57, (bool)1, NULL);
|
|
goto IL_0111;
|
|
}
|
|
|
|
IL_0109:
|
|
{
|
|
// dontReset = control.dontReset;
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_58 = ___0_control;
|
|
NullCheck(L_58);
|
|
bool L_59;
|
|
L_59 = InputControl_get_dontReset_m30B6018FE4062633888754D076BD6422829255BE(L_58, NULL);
|
|
___4_dontReset = L_59;
|
|
}
|
|
|
|
IL_0111:
|
|
{
|
|
// var ourOffset = control.m_StateBlock.byteOffset;
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_60 = ___0_control;
|
|
NullCheck(L_60);
|
|
InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5* L_61 = (&L_60->___m_StateBlock_0);
|
|
uint32_t L_62;
|
|
L_62 = InputStateBlock_get_byteOffset_m6EADE5C9C8B346D38E543E38777ED67ED2AEA0AC_inline(L_61, NULL);
|
|
V_2 = L_62;
|
|
// var childCount = control.m_ChildCount;
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_63 = ___0_control;
|
|
NullCheck(L_63);
|
|
int32_t L_64 = L_63->___m_ChildCount_15;
|
|
V_3 = L_64;
|
|
// var childStartIndex = control.m_ChildStartIndex;
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_65 = ___0_control;
|
|
NullCheck(L_65);
|
|
int32_t L_66 = L_65->___m_ChildStartIndex_16;
|
|
V_4 = L_66;
|
|
// for (var i = 0; i < childCount; ++i)
|
|
V_6 = 0;
|
|
goto IL_0167;
|
|
}
|
|
|
|
IL_0131:
|
|
{
|
|
// var childIndex = childStartIndex + i;
|
|
int32_t L_67 = V_4;
|
|
int32_t L_68 = V_6;
|
|
V_7 = ((int32_t)il2cpp_codegen_add(L_67, L_68));
|
|
// var child = allControls[childIndex];
|
|
InputControlU5BU5D_t0B951FEF1504D6340387C4735F5D6F426F40FE17* L_69 = ___2_allControls;
|
|
int32_t L_70 = V_7;
|
|
NullCheck(L_69);
|
|
int32_t L_71 = L_70;
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_72 = (L_69)->GetAt(static_cast<il2cpp_array_size_t>(L_71));
|
|
V_8 = L_72;
|
|
// child.m_StateBlock.byteOffset += ourOffset;
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_73 = V_8;
|
|
NullCheck(L_73);
|
|
InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5* L_74 = (&L_73->___m_StateBlock_0);
|
|
InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5* L_75 = L_74;
|
|
uint32_t L_76;
|
|
L_76 = InputStateBlock_get_byteOffset_m6EADE5C9C8B346D38E543E38777ED67ED2AEA0AC_inline(L_75, NULL);
|
|
uint32_t L_77 = V_2;
|
|
InputStateBlock_set_byteOffset_mC5776F9F286F0658100E92A75A60EB25A1DDBD40_inline(L_75, ((int32_t)il2cpp_codegen_add((int32_t)L_76, (int32_t)L_77)), NULL);
|
|
// FinalizeControlHierarchyRecursive(child, childIndex, allControls, noisy, dontReset);
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_78 = V_8;
|
|
int32_t L_79 = V_7;
|
|
InputControlU5BU5D_t0B951FEF1504D6340387C4735F5D6F426F40FE17* L_80 = ___2_allControls;
|
|
bool L_81 = ___3_noisy;
|
|
bool L_82 = ___4_dontReset;
|
|
InputDeviceBuilder_FinalizeControlHierarchyRecursive_mF7A359F7CF557051A986D5172C455F69A5559837(__this, L_78, L_79, L_80, L_81, L_82, NULL);
|
|
// for (var i = 0; i < childCount; ++i)
|
|
int32_t L_83 = V_6;
|
|
V_6 = ((int32_t)il2cpp_codegen_add(L_83, 1));
|
|
}
|
|
|
|
IL_0167:
|
|
{
|
|
// for (var i = 0; i < childCount; ++i)
|
|
int32_t L_84 = V_6;
|
|
int32_t L_85 = V_3;
|
|
if ((((int32_t)L_84) < ((int32_t)L_85)))
|
|
{
|
|
goto IL_0131;
|
|
}
|
|
}
|
|
{
|
|
// control.isSetupFinished = true;
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_86 = ___0_control;
|
|
NullCheck(L_86);
|
|
InputControl_set_isSetupFinished_m261F46AF1FA214549675E23394E2820E6D09D7C9(L_86, (bool)1, NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void InputDeviceBuilder_FinalizeControlHierarchyRecursive_mF7A359F7CF557051A986D5172C455F69A5559837_AdjustorThunk (RuntimeObject* __this, InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* ___0_control, int32_t ___1_controlIndex, InputControlU5BU5D_t0B951FEF1504D6340387C4735F5D6F426F40FE17* ___2_allControls, bool ___3_noisy, bool ___4_dontReset, const RuntimeMethod* method)
|
|
{
|
|
InputDeviceBuilder_t7F4266EBB8FB0AC0DAE225F7FA1532B9AA9174BE* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<InputDeviceBuilder_t7F4266EBB8FB0AC0DAE225F7FA1532B9AA9174BE*>(__this + _offset);
|
|
InputDeviceBuilder_FinalizeControlHierarchyRecursive_mF7A359F7CF557051A986D5172C455F69A5559837(_thisAdjusted, ___0_control, ___1_controlIndex, ___2_allControls, ___3_noisy, ___4_dontReset, method);
|
|
}
|
|
// UnityEngine.InputSystem.Layouts.InputDeviceBuilder& UnityEngine.InputSystem.Layouts.InputDeviceBuilder::get_instance()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputDeviceBuilder_t7F4266EBB8FB0AC0DAE225F7FA1532B9AA9174BE* InputDeviceBuilder_get_instance_m5A4B7245D1938AA39F4D72342FC7DEEFA898FD75 (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputDeviceBuilder_t7F4266EBB8FB0AC0DAE225F7FA1532B9AA9174BE_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// return ref s_Instance;
|
|
return (&((InputDeviceBuilder_t7F4266EBB8FB0AC0DAE225F7FA1532B9AA9174BE_StaticFields*)il2cpp_codegen_static_fields_for(InputDeviceBuilder_t7F4266EBB8FB0AC0DAE225F7FA1532B9AA9174BE_il2cpp_TypeInfo_var))->___s_Instance_6);
|
|
}
|
|
}
|
|
// UnityEngine.InputSystem.Layouts.InputDeviceBuilder/RefInstance UnityEngine.InputSystem.Layouts.InputDeviceBuilder::Ref()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RefInstance_tAB8B260CEA1D5409CA7B920B4BECE6361620A476 InputDeviceBuilder_Ref_m78CC8F2D54EF86D038FE5C092A665DE734C5F086 (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputDeviceBuilder_t7F4266EBB8FB0AC0DAE225F7FA1532B9AA9174BE_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
RefInstance_tAB8B260CEA1D5409CA7B920B4BECE6361620A476 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
// ++s_InstanceRef;
|
|
int32_t L_0 = ((InputDeviceBuilder_t7F4266EBB8FB0AC0DAE225F7FA1532B9AA9174BE_StaticFields*)il2cpp_codegen_static_fields_for(InputDeviceBuilder_t7F4266EBB8FB0AC0DAE225F7FA1532B9AA9174BE_il2cpp_TypeInfo_var))->___s_InstanceRef_7;
|
|
((InputDeviceBuilder_t7F4266EBB8FB0AC0DAE225F7FA1532B9AA9174BE_StaticFields*)il2cpp_codegen_static_fields_for(InputDeviceBuilder_t7F4266EBB8FB0AC0DAE225F7FA1532B9AA9174BE_il2cpp_TypeInfo_var))->___s_InstanceRef_7 = ((int32_t)il2cpp_codegen_add(L_0, 1));
|
|
// return new RefInstance();
|
|
il2cpp_codegen_initobj((&V_0), sizeof(RefInstance_tAB8B260CEA1D5409CA7B920B4BECE6361620A476));
|
|
RefInstance_tAB8B260CEA1D5409CA7B920B4BECE6361620A476 L_1 = V_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
|
|
// System.Void UnityEngine.InputSystem.Layouts.InputDeviceBuilder/RefInstance::Dispose()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RefInstance_Dispose_mF852056AF833C74B1D47B4EB1AE6AA3AF13E64A8 (RefInstance_tAB8B260CEA1D5409CA7B920B4BECE6361620A476* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputDeviceBuilder_t7F4266EBB8FB0AC0DAE225F7FA1532B9AA9174BE_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// --s_InstanceRef;
|
|
int32_t L_0 = ((InputDeviceBuilder_t7F4266EBB8FB0AC0DAE225F7FA1532B9AA9174BE_StaticFields*)il2cpp_codegen_static_fields_for(InputDeviceBuilder_t7F4266EBB8FB0AC0DAE225F7FA1532B9AA9174BE_il2cpp_TypeInfo_var))->___s_InstanceRef_7;
|
|
((InputDeviceBuilder_t7F4266EBB8FB0AC0DAE225F7FA1532B9AA9174BE_StaticFields*)il2cpp_codegen_static_fields_for(InputDeviceBuilder_t7F4266EBB8FB0AC0DAE225F7FA1532B9AA9174BE_il2cpp_TypeInfo_var))->___s_InstanceRef_7 = ((int32_t)il2cpp_codegen_subtract(L_0, 1));
|
|
// if (s_InstanceRef <= 0)
|
|
int32_t L_1 = ((InputDeviceBuilder_t7F4266EBB8FB0AC0DAE225F7FA1532B9AA9174BE_StaticFields*)il2cpp_codegen_static_fields_for(InputDeviceBuilder_t7F4266EBB8FB0AC0DAE225F7FA1532B9AA9174BE_il2cpp_TypeInfo_var))->___s_InstanceRef_7;
|
|
if ((((int32_t)L_1) > ((int32_t)0)))
|
|
{
|
|
goto IL_0030;
|
|
}
|
|
}
|
|
{
|
|
// s_Instance.Dispose();
|
|
InputDeviceBuilder_Dispose_m1233F0A9B5D98302C365E008C502732902208ECE((&((InputDeviceBuilder_t7F4266EBB8FB0AC0DAE225F7FA1532B9AA9174BE_StaticFields*)il2cpp_codegen_static_fields_for(InputDeviceBuilder_t7F4266EBB8FB0AC0DAE225F7FA1532B9AA9174BE_il2cpp_TypeInfo_var))->___s_Instance_6), NULL);
|
|
// s_Instance = default;
|
|
il2cpp_codegen_initobj((&((InputDeviceBuilder_t7F4266EBB8FB0AC0DAE225F7FA1532B9AA9174BE_StaticFields*)il2cpp_codegen_static_fields_for(InputDeviceBuilder_t7F4266EBB8FB0AC0DAE225F7FA1532B9AA9174BE_il2cpp_TypeInfo_var))->___s_Instance_6), sizeof(InputDeviceBuilder_t7F4266EBB8FB0AC0DAE225F7FA1532B9AA9174BE));
|
|
// s_InstanceRef = 0;
|
|
((InputDeviceBuilder_t7F4266EBB8FB0AC0DAE225F7FA1532B9AA9174BE_StaticFields*)il2cpp_codegen_static_fields_for(InputDeviceBuilder_t7F4266EBB8FB0AC0DAE225F7FA1532B9AA9174BE_il2cpp_TypeInfo_var))->___s_InstanceRef_7 = 0;
|
|
return;
|
|
}
|
|
|
|
IL_0030:
|
|
{
|
|
// s_Instance.Reset();
|
|
InputDeviceBuilder_Reset_mB000946685EE05A2219F22D38D20797074589C8B((&((InputDeviceBuilder_t7F4266EBB8FB0AC0DAE225F7FA1532B9AA9174BE_StaticFields*)il2cpp_codegen_static_fields_for(InputDeviceBuilder_t7F4266EBB8FB0AC0DAE225F7FA1532B9AA9174BE_il2cpp_TypeInfo_var))->___s_Instance_6), NULL);
|
|
// }
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void RefInstance_Dispose_mF852056AF833C74B1D47B4EB1AE6AA3AF13E64A8_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
RefInstance_tAB8B260CEA1D5409CA7B920B4BECE6361620A476* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<RefInstance_tAB8B260CEA1D5409CA7B920B4BECE6361620A476*>(__this + _offset);
|
|
RefInstance_Dispose_mF852056AF833C74B1D47B4EB1AE6AA3AF13E64A8(_thisAdjusted, method);
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// Conversion methods for marshalling of: UnityEngine.InputSystem.Layouts.InputDeviceDescription
|
|
IL2CPP_EXTERN_C void InputDeviceDescription_tE86DD77422AAF60ADDAC788B31E5A05E739B708F_marshal_pinvoke(const InputDeviceDescription_tE86DD77422AAF60ADDAC788B31E5A05E739B708F& unmarshaled, InputDeviceDescription_tE86DD77422AAF60ADDAC788B31E5A05E739B708F_marshaled_pinvoke& marshaled)
|
|
{
|
|
marshaled.___m_InterfaceName_0 = il2cpp_codegen_marshal_string(unmarshaled.___m_InterfaceName_0);
|
|
marshaled.___m_DeviceClass_1 = il2cpp_codegen_marshal_string(unmarshaled.___m_DeviceClass_1);
|
|
marshaled.___m_Manufacturer_2 = il2cpp_codegen_marshal_string(unmarshaled.___m_Manufacturer_2);
|
|
marshaled.___m_Product_3 = il2cpp_codegen_marshal_string(unmarshaled.___m_Product_3);
|
|
marshaled.___m_Serial_4 = il2cpp_codegen_marshal_string(unmarshaled.___m_Serial_4);
|
|
marshaled.___m_Version_5 = il2cpp_codegen_marshal_string(unmarshaled.___m_Version_5);
|
|
marshaled.___m_Capabilities_6 = il2cpp_codegen_marshal_string(unmarshaled.___m_Capabilities_6);
|
|
}
|
|
IL2CPP_EXTERN_C void InputDeviceDescription_tE86DD77422AAF60ADDAC788B31E5A05E739B708F_marshal_pinvoke_back(const InputDeviceDescription_tE86DD77422AAF60ADDAC788B31E5A05E739B708F_marshaled_pinvoke& marshaled, InputDeviceDescription_tE86DD77422AAF60ADDAC788B31E5A05E739B708F& unmarshaled)
|
|
{
|
|
unmarshaled.___m_InterfaceName_0 = il2cpp_codegen_marshal_string_result(marshaled.___m_InterfaceName_0);
|
|
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___m_InterfaceName_0), (void*)il2cpp_codegen_marshal_string_result(marshaled.___m_InterfaceName_0));
|
|
unmarshaled.___m_DeviceClass_1 = il2cpp_codegen_marshal_string_result(marshaled.___m_DeviceClass_1);
|
|
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___m_DeviceClass_1), (void*)il2cpp_codegen_marshal_string_result(marshaled.___m_DeviceClass_1));
|
|
unmarshaled.___m_Manufacturer_2 = il2cpp_codegen_marshal_string_result(marshaled.___m_Manufacturer_2);
|
|
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___m_Manufacturer_2), (void*)il2cpp_codegen_marshal_string_result(marshaled.___m_Manufacturer_2));
|
|
unmarshaled.___m_Product_3 = il2cpp_codegen_marshal_string_result(marshaled.___m_Product_3);
|
|
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___m_Product_3), (void*)il2cpp_codegen_marshal_string_result(marshaled.___m_Product_3));
|
|
unmarshaled.___m_Serial_4 = il2cpp_codegen_marshal_string_result(marshaled.___m_Serial_4);
|
|
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___m_Serial_4), (void*)il2cpp_codegen_marshal_string_result(marshaled.___m_Serial_4));
|
|
unmarshaled.___m_Version_5 = il2cpp_codegen_marshal_string_result(marshaled.___m_Version_5);
|
|
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___m_Version_5), (void*)il2cpp_codegen_marshal_string_result(marshaled.___m_Version_5));
|
|
unmarshaled.___m_Capabilities_6 = il2cpp_codegen_marshal_string_result(marshaled.___m_Capabilities_6);
|
|
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___m_Capabilities_6), (void*)il2cpp_codegen_marshal_string_result(marshaled.___m_Capabilities_6));
|
|
}
|
|
// Conversion method for clean up from marshalling of: UnityEngine.InputSystem.Layouts.InputDeviceDescription
|
|
IL2CPP_EXTERN_C void InputDeviceDescription_tE86DD77422AAF60ADDAC788B31E5A05E739B708F_marshal_pinvoke_cleanup(InputDeviceDescription_tE86DD77422AAF60ADDAC788B31E5A05E739B708F_marshaled_pinvoke& marshaled)
|
|
{
|
|
il2cpp_codegen_marshal_free(marshaled.___m_InterfaceName_0);
|
|
marshaled.___m_InterfaceName_0 = NULL;
|
|
il2cpp_codegen_marshal_free(marshaled.___m_DeviceClass_1);
|
|
marshaled.___m_DeviceClass_1 = NULL;
|
|
il2cpp_codegen_marshal_free(marshaled.___m_Manufacturer_2);
|
|
marshaled.___m_Manufacturer_2 = NULL;
|
|
il2cpp_codegen_marshal_free(marshaled.___m_Product_3);
|
|
marshaled.___m_Product_3 = NULL;
|
|
il2cpp_codegen_marshal_free(marshaled.___m_Serial_4);
|
|
marshaled.___m_Serial_4 = NULL;
|
|
il2cpp_codegen_marshal_free(marshaled.___m_Version_5);
|
|
marshaled.___m_Version_5 = NULL;
|
|
il2cpp_codegen_marshal_free(marshaled.___m_Capabilities_6);
|
|
marshaled.___m_Capabilities_6 = NULL;
|
|
}
|
|
// Conversion methods for marshalling of: UnityEngine.InputSystem.Layouts.InputDeviceDescription
|
|
IL2CPP_EXTERN_C void InputDeviceDescription_tE86DD77422AAF60ADDAC788B31E5A05E739B708F_marshal_com(const InputDeviceDescription_tE86DD77422AAF60ADDAC788B31E5A05E739B708F& unmarshaled, InputDeviceDescription_tE86DD77422AAF60ADDAC788B31E5A05E739B708F_marshaled_com& marshaled)
|
|
{
|
|
marshaled.___m_InterfaceName_0 = il2cpp_codegen_marshal_bstring(unmarshaled.___m_InterfaceName_0);
|
|
marshaled.___m_DeviceClass_1 = il2cpp_codegen_marshal_bstring(unmarshaled.___m_DeviceClass_1);
|
|
marshaled.___m_Manufacturer_2 = il2cpp_codegen_marshal_bstring(unmarshaled.___m_Manufacturer_2);
|
|
marshaled.___m_Product_3 = il2cpp_codegen_marshal_bstring(unmarshaled.___m_Product_3);
|
|
marshaled.___m_Serial_4 = il2cpp_codegen_marshal_bstring(unmarshaled.___m_Serial_4);
|
|
marshaled.___m_Version_5 = il2cpp_codegen_marshal_bstring(unmarshaled.___m_Version_5);
|
|
marshaled.___m_Capabilities_6 = il2cpp_codegen_marshal_bstring(unmarshaled.___m_Capabilities_6);
|
|
}
|
|
IL2CPP_EXTERN_C void InputDeviceDescription_tE86DD77422AAF60ADDAC788B31E5A05E739B708F_marshal_com_back(const InputDeviceDescription_tE86DD77422AAF60ADDAC788B31E5A05E739B708F_marshaled_com& marshaled, InputDeviceDescription_tE86DD77422AAF60ADDAC788B31E5A05E739B708F& unmarshaled)
|
|
{
|
|
unmarshaled.___m_InterfaceName_0 = il2cpp_codegen_marshal_bstring_result(marshaled.___m_InterfaceName_0);
|
|
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___m_InterfaceName_0), (void*)il2cpp_codegen_marshal_bstring_result(marshaled.___m_InterfaceName_0));
|
|
unmarshaled.___m_DeviceClass_1 = il2cpp_codegen_marshal_bstring_result(marshaled.___m_DeviceClass_1);
|
|
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___m_DeviceClass_1), (void*)il2cpp_codegen_marshal_bstring_result(marshaled.___m_DeviceClass_1));
|
|
unmarshaled.___m_Manufacturer_2 = il2cpp_codegen_marshal_bstring_result(marshaled.___m_Manufacturer_2);
|
|
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___m_Manufacturer_2), (void*)il2cpp_codegen_marshal_bstring_result(marshaled.___m_Manufacturer_2));
|
|
unmarshaled.___m_Product_3 = il2cpp_codegen_marshal_bstring_result(marshaled.___m_Product_3);
|
|
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___m_Product_3), (void*)il2cpp_codegen_marshal_bstring_result(marshaled.___m_Product_3));
|
|
unmarshaled.___m_Serial_4 = il2cpp_codegen_marshal_bstring_result(marshaled.___m_Serial_4);
|
|
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___m_Serial_4), (void*)il2cpp_codegen_marshal_bstring_result(marshaled.___m_Serial_4));
|
|
unmarshaled.___m_Version_5 = il2cpp_codegen_marshal_bstring_result(marshaled.___m_Version_5);
|
|
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___m_Version_5), (void*)il2cpp_codegen_marshal_bstring_result(marshaled.___m_Version_5));
|
|
unmarshaled.___m_Capabilities_6 = il2cpp_codegen_marshal_bstring_result(marshaled.___m_Capabilities_6);
|
|
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___m_Capabilities_6), (void*)il2cpp_codegen_marshal_bstring_result(marshaled.___m_Capabilities_6));
|
|
}
|
|
// Conversion method for clean up from marshalling of: UnityEngine.InputSystem.Layouts.InputDeviceDescription
|
|
IL2CPP_EXTERN_C void InputDeviceDescription_tE86DD77422AAF60ADDAC788B31E5A05E739B708F_marshal_com_cleanup(InputDeviceDescription_tE86DD77422AAF60ADDAC788B31E5A05E739B708F_marshaled_com& marshaled)
|
|
{
|
|
il2cpp_codegen_marshal_free_bstring(marshaled.___m_InterfaceName_0);
|
|
marshaled.___m_InterfaceName_0 = NULL;
|
|
il2cpp_codegen_marshal_free_bstring(marshaled.___m_DeviceClass_1);
|
|
marshaled.___m_DeviceClass_1 = NULL;
|
|
il2cpp_codegen_marshal_free_bstring(marshaled.___m_Manufacturer_2);
|
|
marshaled.___m_Manufacturer_2 = NULL;
|
|
il2cpp_codegen_marshal_free_bstring(marshaled.___m_Product_3);
|
|
marshaled.___m_Product_3 = NULL;
|
|
il2cpp_codegen_marshal_free_bstring(marshaled.___m_Serial_4);
|
|
marshaled.___m_Serial_4 = NULL;
|
|
il2cpp_codegen_marshal_free_bstring(marshaled.___m_Version_5);
|
|
marshaled.___m_Version_5 = NULL;
|
|
il2cpp_codegen_marshal_free_bstring(marshaled.___m_Capabilities_6);
|
|
marshaled.___m_Capabilities_6 = NULL;
|
|
}
|
|
// System.String UnityEngine.InputSystem.Layouts.InputDeviceDescription::get_interfaceName()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* InputDeviceDescription_get_interfaceName_m087CF7E83BAF1E6C6375B3F16A9FAA3A71717D07 (InputDeviceDescription_tE86DD77422AAF60ADDAC788B31E5A05E739B708F* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// get => m_InterfaceName;
|
|
String_t* L_0 = __this->___m_InterfaceName_0;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C String_t* InputDeviceDescription_get_interfaceName_m087CF7E83BAF1E6C6375B3F16A9FAA3A71717D07_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
InputDeviceDescription_tE86DD77422AAF60ADDAC788B31E5A05E739B708F* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<InputDeviceDescription_tE86DD77422AAF60ADDAC788B31E5A05E739B708F*>(__this + _offset);
|
|
String_t* _returnValue;
|
|
_returnValue = InputDeviceDescription_get_interfaceName_m087CF7E83BAF1E6C6375B3F16A9FAA3A71717D07_inline(_thisAdjusted, method);
|
|
return _returnValue;
|
|
}
|
|
// System.Void UnityEngine.InputSystem.Layouts.InputDeviceDescription::set_interfaceName(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputDeviceDescription_set_interfaceName_m066F304EF6310F93AB0346602A4164940F40C3F2 (InputDeviceDescription_tE86DD77422AAF60ADDAC788B31E5A05E739B708F* __this, String_t* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// set => m_InterfaceName = value;
|
|
String_t* L_0 = ___0_value;
|
|
__this->___m_InterfaceName_0 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_InterfaceName_0), (void*)L_0);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void InputDeviceDescription_set_interfaceName_m066F304EF6310F93AB0346602A4164940F40C3F2_AdjustorThunk (RuntimeObject* __this, String_t* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
InputDeviceDescription_tE86DD77422AAF60ADDAC788B31E5A05E739B708F* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<InputDeviceDescription_tE86DD77422AAF60ADDAC788B31E5A05E739B708F*>(__this + _offset);
|
|
InputDeviceDescription_set_interfaceName_m066F304EF6310F93AB0346602A4164940F40C3F2_inline(_thisAdjusted, ___0_value, method);
|
|
}
|
|
// System.String UnityEngine.InputSystem.Layouts.InputDeviceDescription::get_deviceClass()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* InputDeviceDescription_get_deviceClass_m59E89FD7B104B4E23CB6AA979500CD0330FFBF26 (InputDeviceDescription_tE86DD77422AAF60ADDAC788B31E5A05E739B708F* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// get => m_DeviceClass;
|
|
String_t* L_0 = __this->___m_DeviceClass_1;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C String_t* InputDeviceDescription_get_deviceClass_m59E89FD7B104B4E23CB6AA979500CD0330FFBF26_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
InputDeviceDescription_tE86DD77422AAF60ADDAC788B31E5A05E739B708F* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<InputDeviceDescription_tE86DD77422AAF60ADDAC788B31E5A05E739B708F*>(__this + _offset);
|
|
String_t* _returnValue;
|
|
_returnValue = InputDeviceDescription_get_deviceClass_m59E89FD7B104B4E23CB6AA979500CD0330FFBF26_inline(_thisAdjusted, method);
|
|
return _returnValue;
|
|
}
|
|
// System.Void UnityEngine.InputSystem.Layouts.InputDeviceDescription::set_deviceClass(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputDeviceDescription_set_deviceClass_m203C35763DEDABFB1381DED742DCB6D99F1CB17E (InputDeviceDescription_tE86DD77422AAF60ADDAC788B31E5A05E739B708F* __this, String_t* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// set => m_DeviceClass = value;
|
|
String_t* L_0 = ___0_value;
|
|
__this->___m_DeviceClass_1 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_DeviceClass_1), (void*)L_0);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void InputDeviceDescription_set_deviceClass_m203C35763DEDABFB1381DED742DCB6D99F1CB17E_AdjustorThunk (RuntimeObject* __this, String_t* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
InputDeviceDescription_tE86DD77422AAF60ADDAC788B31E5A05E739B708F* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<InputDeviceDescription_tE86DD77422AAF60ADDAC788B31E5A05E739B708F*>(__this + _offset);
|
|
InputDeviceDescription_set_deviceClass_m203C35763DEDABFB1381DED742DCB6D99F1CB17E_inline(_thisAdjusted, ___0_value, method);
|
|
}
|
|
// System.String UnityEngine.InputSystem.Layouts.InputDeviceDescription::get_manufacturer()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* InputDeviceDescription_get_manufacturer_m1E4560A970F958F452E36A48BE6E420409BB6DA4 (InputDeviceDescription_tE86DD77422AAF60ADDAC788B31E5A05E739B708F* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// get => m_Manufacturer;
|
|
String_t* L_0 = __this->___m_Manufacturer_2;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C String_t* InputDeviceDescription_get_manufacturer_m1E4560A970F958F452E36A48BE6E420409BB6DA4_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
InputDeviceDescription_tE86DD77422AAF60ADDAC788B31E5A05E739B708F* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<InputDeviceDescription_tE86DD77422AAF60ADDAC788B31E5A05E739B708F*>(__this + _offset);
|
|
String_t* _returnValue;
|
|
_returnValue = InputDeviceDescription_get_manufacturer_m1E4560A970F958F452E36A48BE6E420409BB6DA4_inline(_thisAdjusted, method);
|
|
return _returnValue;
|
|
}
|
|
// System.Void UnityEngine.InputSystem.Layouts.InputDeviceDescription::set_manufacturer(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputDeviceDescription_set_manufacturer_mDDC21FFBAA6CD78960A6160779DEF264F780D031 (InputDeviceDescription_tE86DD77422AAF60ADDAC788B31E5A05E739B708F* __this, String_t* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// set => m_Manufacturer = value;
|
|
String_t* L_0 = ___0_value;
|
|
__this->___m_Manufacturer_2 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_Manufacturer_2), (void*)L_0);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void InputDeviceDescription_set_manufacturer_mDDC21FFBAA6CD78960A6160779DEF264F780D031_AdjustorThunk (RuntimeObject* __this, String_t* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
InputDeviceDescription_tE86DD77422AAF60ADDAC788B31E5A05E739B708F* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<InputDeviceDescription_tE86DD77422AAF60ADDAC788B31E5A05E739B708F*>(__this + _offset);
|
|
InputDeviceDescription_set_manufacturer_mDDC21FFBAA6CD78960A6160779DEF264F780D031_inline(_thisAdjusted, ___0_value, method);
|
|
}
|
|
// System.String UnityEngine.InputSystem.Layouts.InputDeviceDescription::get_product()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* InputDeviceDescription_get_product_m55D36F17D120E589EAE73B25E0C86B0CE14DA34A (InputDeviceDescription_tE86DD77422AAF60ADDAC788B31E5A05E739B708F* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// get => m_Product;
|
|
String_t* L_0 = __this->___m_Product_3;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C String_t* InputDeviceDescription_get_product_m55D36F17D120E589EAE73B25E0C86B0CE14DA34A_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
InputDeviceDescription_tE86DD77422AAF60ADDAC788B31E5A05E739B708F* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<InputDeviceDescription_tE86DD77422AAF60ADDAC788B31E5A05E739B708F*>(__this + _offset);
|
|
String_t* _returnValue;
|
|
_returnValue = InputDeviceDescription_get_product_m55D36F17D120E589EAE73B25E0C86B0CE14DA34A_inline(_thisAdjusted, method);
|
|
return _returnValue;
|
|
}
|
|
// System.Void UnityEngine.InputSystem.Layouts.InputDeviceDescription::set_product(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputDeviceDescription_set_product_m7449178AB405AD172791ACF81AE7D38EFDBAE6BF (InputDeviceDescription_tE86DD77422AAF60ADDAC788B31E5A05E739B708F* __this, String_t* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// set => m_Product = value;
|
|
String_t* L_0 = ___0_value;
|
|
__this->___m_Product_3 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_Product_3), (void*)L_0);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void InputDeviceDescription_set_product_m7449178AB405AD172791ACF81AE7D38EFDBAE6BF_AdjustorThunk (RuntimeObject* __this, String_t* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
InputDeviceDescription_tE86DD77422AAF60ADDAC788B31E5A05E739B708F* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<InputDeviceDescription_tE86DD77422AAF60ADDAC788B31E5A05E739B708F*>(__this + _offset);
|
|
InputDeviceDescription_set_product_m7449178AB405AD172791ACF81AE7D38EFDBAE6BF_inline(_thisAdjusted, ___0_value, method);
|
|
}
|
|
// System.String UnityEngine.InputSystem.Layouts.InputDeviceDescription::get_serial()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* InputDeviceDescription_get_serial_m3A6F06D7F3524EA3B409475146A17D10B2E2D566 (InputDeviceDescription_tE86DD77422AAF60ADDAC788B31E5A05E739B708F* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// get => m_Serial;
|
|
String_t* L_0 = __this->___m_Serial_4;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C String_t* InputDeviceDescription_get_serial_m3A6F06D7F3524EA3B409475146A17D10B2E2D566_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
InputDeviceDescription_tE86DD77422AAF60ADDAC788B31E5A05E739B708F* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<InputDeviceDescription_tE86DD77422AAF60ADDAC788B31E5A05E739B708F*>(__this + _offset);
|
|
String_t* _returnValue;
|
|
_returnValue = InputDeviceDescription_get_serial_m3A6F06D7F3524EA3B409475146A17D10B2E2D566_inline(_thisAdjusted, method);
|
|
return _returnValue;
|
|
}
|
|
// System.Void UnityEngine.InputSystem.Layouts.InputDeviceDescription::set_serial(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputDeviceDescription_set_serial_m61672C236E51A1CEC221B4D826FCEFA12F5CEC12 (InputDeviceDescription_tE86DD77422AAF60ADDAC788B31E5A05E739B708F* __this, String_t* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// set => m_Serial = value;
|
|
String_t* L_0 = ___0_value;
|
|
__this->___m_Serial_4 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_Serial_4), (void*)L_0);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void InputDeviceDescription_set_serial_m61672C236E51A1CEC221B4D826FCEFA12F5CEC12_AdjustorThunk (RuntimeObject* __this, String_t* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
InputDeviceDescription_tE86DD77422AAF60ADDAC788B31E5A05E739B708F* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<InputDeviceDescription_tE86DD77422AAF60ADDAC788B31E5A05E739B708F*>(__this + _offset);
|
|
InputDeviceDescription_set_serial_m61672C236E51A1CEC221B4D826FCEFA12F5CEC12_inline(_thisAdjusted, ___0_value, method);
|
|
}
|
|
// System.String UnityEngine.InputSystem.Layouts.InputDeviceDescription::get_version()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* InputDeviceDescription_get_version_m821EE2A4E5DFCF573BCD227EC1DFEDBC0344D033 (InputDeviceDescription_tE86DD77422AAF60ADDAC788B31E5A05E739B708F* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// get => m_Version;
|
|
String_t* L_0 = __this->___m_Version_5;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C String_t* InputDeviceDescription_get_version_m821EE2A4E5DFCF573BCD227EC1DFEDBC0344D033_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
InputDeviceDescription_tE86DD77422AAF60ADDAC788B31E5A05E739B708F* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<InputDeviceDescription_tE86DD77422AAF60ADDAC788B31E5A05E739B708F*>(__this + _offset);
|
|
String_t* _returnValue;
|
|
_returnValue = InputDeviceDescription_get_version_m821EE2A4E5DFCF573BCD227EC1DFEDBC0344D033_inline(_thisAdjusted, method);
|
|
return _returnValue;
|
|
}
|
|
// System.Void UnityEngine.InputSystem.Layouts.InputDeviceDescription::set_version(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputDeviceDescription_set_version_m3D9057157A43F6544A2B9B6D25D775F3D2212E94 (InputDeviceDescription_tE86DD77422AAF60ADDAC788B31E5A05E739B708F* __this, String_t* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// set => m_Version = value;
|
|
String_t* L_0 = ___0_value;
|
|
__this->___m_Version_5 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_Version_5), (void*)L_0);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void InputDeviceDescription_set_version_m3D9057157A43F6544A2B9B6D25D775F3D2212E94_AdjustorThunk (RuntimeObject* __this, String_t* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
InputDeviceDescription_tE86DD77422AAF60ADDAC788B31E5A05E739B708F* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<InputDeviceDescription_tE86DD77422AAF60ADDAC788B31E5A05E739B708F*>(__this + _offset);
|
|
InputDeviceDescription_set_version_m3D9057157A43F6544A2B9B6D25D775F3D2212E94_inline(_thisAdjusted, ___0_value, method);
|
|
}
|
|
// System.String UnityEngine.InputSystem.Layouts.InputDeviceDescription::get_capabilities()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* InputDeviceDescription_get_capabilities_mEBF36ED5663709FCA039D1AEA87F6B6C404E76CD (InputDeviceDescription_tE86DD77422AAF60ADDAC788B31E5A05E739B708F* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// get => m_Capabilities;
|
|
String_t* L_0 = __this->___m_Capabilities_6;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C String_t* InputDeviceDescription_get_capabilities_mEBF36ED5663709FCA039D1AEA87F6B6C404E76CD_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
InputDeviceDescription_tE86DD77422AAF60ADDAC788B31E5A05E739B708F* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<InputDeviceDescription_tE86DD77422AAF60ADDAC788B31E5A05E739B708F*>(__this + _offset);
|
|
String_t* _returnValue;
|
|
_returnValue = InputDeviceDescription_get_capabilities_mEBF36ED5663709FCA039D1AEA87F6B6C404E76CD_inline(_thisAdjusted, method);
|
|
return _returnValue;
|
|
}
|
|
// System.Void UnityEngine.InputSystem.Layouts.InputDeviceDescription::set_capabilities(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputDeviceDescription_set_capabilities_mAB1C9265029DBB0E4F7713854FB80893EBD59D88 (InputDeviceDescription_tE86DD77422AAF60ADDAC788B31E5A05E739B708F* __this, String_t* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// set => m_Capabilities = value;
|
|
String_t* L_0 = ___0_value;
|
|
__this->___m_Capabilities_6 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_Capabilities_6), (void*)L_0);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void InputDeviceDescription_set_capabilities_mAB1C9265029DBB0E4F7713854FB80893EBD59D88_AdjustorThunk (RuntimeObject* __this, String_t* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
InputDeviceDescription_tE86DD77422AAF60ADDAC788B31E5A05E739B708F* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<InputDeviceDescription_tE86DD77422AAF60ADDAC788B31E5A05E739B708F*>(__this + _offset);
|
|
InputDeviceDescription_set_capabilities_mAB1C9265029DBB0E4F7713854FB80893EBD59D88_inline(_thisAdjusted, ___0_value, method);
|
|
}
|
|
// System.Boolean UnityEngine.InputSystem.Layouts.InputDeviceDescription::get_empty()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputDeviceDescription_get_empty_m251FC7C1699ED57591E46C82D4D25D052C9633B7 (InputDeviceDescription_tE86DD77422AAF60ADDAC788B31E5A05E739B708F* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// string.IsNullOrEmpty(m_InterfaceName) &&
|
|
// string.IsNullOrEmpty(m_DeviceClass) &&
|
|
// string.IsNullOrEmpty(m_Manufacturer) &&
|
|
// string.IsNullOrEmpty(m_Product) &&
|
|
// string.IsNullOrEmpty(m_Serial) &&
|
|
// string.IsNullOrEmpty(m_Version) &&
|
|
// string.IsNullOrEmpty(m_Capabilities);
|
|
String_t* L_0 = __this->___m_InterfaceName_0;
|
|
bool L_1;
|
|
L_1 = String_IsNullOrEmpty_mEA9E3FB005AC28FE02E69FCF95A7B8456192B478(L_0, NULL);
|
|
if (!L_1)
|
|
{
|
|
goto IL_005a;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_2 = __this->___m_DeviceClass_1;
|
|
bool L_3;
|
|
L_3 = String_IsNullOrEmpty_mEA9E3FB005AC28FE02E69FCF95A7B8456192B478(L_2, NULL);
|
|
if (!L_3)
|
|
{
|
|
goto IL_005a;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_4 = __this->___m_Manufacturer_2;
|
|
bool L_5;
|
|
L_5 = String_IsNullOrEmpty_mEA9E3FB005AC28FE02E69FCF95A7B8456192B478(L_4, NULL);
|
|
if (!L_5)
|
|
{
|
|
goto IL_005a;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_6 = __this->___m_Product_3;
|
|
bool L_7;
|
|
L_7 = String_IsNullOrEmpty_mEA9E3FB005AC28FE02E69FCF95A7B8456192B478(L_6, NULL);
|
|
if (!L_7)
|
|
{
|
|
goto IL_005a;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_8 = __this->___m_Serial_4;
|
|
bool L_9;
|
|
L_9 = String_IsNullOrEmpty_mEA9E3FB005AC28FE02E69FCF95A7B8456192B478(L_8, NULL);
|
|
if (!L_9)
|
|
{
|
|
goto IL_005a;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_10 = __this->___m_Version_5;
|
|
bool L_11;
|
|
L_11 = String_IsNullOrEmpty_mEA9E3FB005AC28FE02E69FCF95A7B8456192B478(L_10, NULL);
|
|
if (!L_11)
|
|
{
|
|
goto IL_005a;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_12 = __this->___m_Capabilities_6;
|
|
bool L_13;
|
|
L_13 = String_IsNullOrEmpty_mEA9E3FB005AC28FE02E69FCF95A7B8456192B478(L_12, NULL);
|
|
return L_13;
|
|
}
|
|
|
|
IL_005a:
|
|
{
|
|
return (bool)0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C bool InputDeviceDescription_get_empty_m251FC7C1699ED57591E46C82D4D25D052C9633B7_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
InputDeviceDescription_tE86DD77422AAF60ADDAC788B31E5A05E739B708F* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<InputDeviceDescription_tE86DD77422AAF60ADDAC788B31E5A05E739B708F*>(__this + _offset);
|
|
bool _returnValue;
|
|
_returnValue = InputDeviceDescription_get_empty_m251FC7C1699ED57591E46C82D4D25D052C9633B7(_thisAdjusted, method);
|
|
return _returnValue;
|
|
}
|
|
// System.String UnityEngine.InputSystem.Layouts.InputDeviceDescription::ToString()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* InputDeviceDescription_ToString_m67C7BC2FD00C04F2B121BA1A46C7721D377ED6A5 (InputDeviceDescription_tE86DD77422AAF60ADDAC788B31E5A05E739B708F* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2386E77CF610F786B06A91AF2C1B3FD2282D2745);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral594BBDBAD17AA79E90710FF87EE03589BF514A08);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB3F14BF976EFD974E34846B742502C802FABAE9D);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD99605E29810F93D7DAE4EFBB764C41AF4E80D32);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFFEF3DBE279EE1F92E1E2E46F45BC18EBBF55A1A);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
bool V_0 = false;
|
|
bool V_1 = false;
|
|
bool V_2 = false;
|
|
String_t* V_3 = NULL;
|
|
{
|
|
// var haveProduct = !string.IsNullOrEmpty(product);
|
|
String_t* L_0;
|
|
L_0 = InputDeviceDescription_get_product_m55D36F17D120E589EAE73B25E0C86B0CE14DA34A_inline(__this, NULL);
|
|
bool L_1;
|
|
L_1 = String_IsNullOrEmpty_mEA9E3FB005AC28FE02E69FCF95A7B8456192B478(L_0, NULL);
|
|
V_0 = (bool)((((int32_t)L_1) == ((int32_t)0))? 1 : 0);
|
|
// var haveManufacturer = !string.IsNullOrEmpty(manufacturer);
|
|
String_t* L_2;
|
|
L_2 = InputDeviceDescription_get_manufacturer_m1E4560A970F958F452E36A48BE6E420409BB6DA4_inline(__this, NULL);
|
|
bool L_3;
|
|
L_3 = String_IsNullOrEmpty_mEA9E3FB005AC28FE02E69FCF95A7B8456192B478(L_2, NULL);
|
|
V_1 = (bool)((((int32_t)L_3) == ((int32_t)0))? 1 : 0);
|
|
// var haveInterface = !string.IsNullOrEmpty(interfaceName);
|
|
String_t* L_4;
|
|
L_4 = InputDeviceDescription_get_interfaceName_m087CF7E83BAF1E6C6375B3F16A9FAA3A71717D07_inline(__this, NULL);
|
|
bool L_5;
|
|
L_5 = String_IsNullOrEmpty_mEA9E3FB005AC28FE02E69FCF95A7B8456192B478(L_4, NULL);
|
|
V_2 = (bool)((((int32_t)L_5) == ((int32_t)0))? 1 : 0);
|
|
// if (haveProduct && haveManufacturer)
|
|
bool L_6 = V_0;
|
|
bool L_7 = V_1;
|
|
if (!((int32_t)((int32_t)L_6&(int32_t)L_7)))
|
|
{
|
|
goto IL_008b;
|
|
}
|
|
}
|
|
{
|
|
// if (haveInterface)
|
|
bool L_8 = V_2;
|
|
if (!L_8)
|
|
{
|
|
goto IL_0074;
|
|
}
|
|
}
|
|
{
|
|
// return $"{manufacturer} {product} ({interfaceName})";
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_9 = (StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)SZArrayNew(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var, (uint32_t)6);
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_10 = L_9;
|
|
String_t* L_11;
|
|
L_11 = InputDeviceDescription_get_manufacturer_m1E4560A970F958F452E36A48BE6E420409BB6DA4_inline(__this, NULL);
|
|
NullCheck(L_10);
|
|
ArrayElementTypeCheck (L_10, L_11);
|
|
(L_10)->SetAt(static_cast<il2cpp_array_size_t>(0), (String_t*)L_11);
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_12 = L_10;
|
|
NullCheck(L_12);
|
|
ArrayElementTypeCheck (L_12, _stringLiteral2386E77CF610F786B06A91AF2C1B3FD2282D2745);
|
|
(L_12)->SetAt(static_cast<il2cpp_array_size_t>(1), (String_t*)_stringLiteral2386E77CF610F786B06A91AF2C1B3FD2282D2745);
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_13 = L_12;
|
|
String_t* L_14;
|
|
L_14 = InputDeviceDescription_get_product_m55D36F17D120E589EAE73B25E0C86B0CE14DA34A_inline(__this, NULL);
|
|
NullCheck(L_13);
|
|
ArrayElementTypeCheck (L_13, L_14);
|
|
(L_13)->SetAt(static_cast<il2cpp_array_size_t>(2), (String_t*)L_14);
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_15 = L_13;
|
|
NullCheck(L_15);
|
|
ArrayElementTypeCheck (L_15, _stringLiteralD99605E29810F93D7DAE4EFBB764C41AF4E80D32);
|
|
(L_15)->SetAt(static_cast<il2cpp_array_size_t>(3), (String_t*)_stringLiteralD99605E29810F93D7DAE4EFBB764C41AF4E80D32);
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_16 = L_15;
|
|
String_t* L_17;
|
|
L_17 = InputDeviceDescription_get_interfaceName_m087CF7E83BAF1E6C6375B3F16A9FAA3A71717D07_inline(__this, NULL);
|
|
NullCheck(L_16);
|
|
ArrayElementTypeCheck (L_16, L_17);
|
|
(L_16)->SetAt(static_cast<il2cpp_array_size_t>(4), (String_t*)L_17);
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_18 = L_16;
|
|
NullCheck(L_18);
|
|
ArrayElementTypeCheck (L_18, _stringLiteralB3F14BF976EFD974E34846B742502C802FABAE9D);
|
|
(L_18)->SetAt(static_cast<il2cpp_array_size_t>(5), (String_t*)_stringLiteralB3F14BF976EFD974E34846B742502C802FABAE9D);
|
|
String_t* L_19;
|
|
L_19 = String_Concat_m647EBF831F54B6DF7D5AFA5FD012CF4EE7571B6A(L_18, NULL);
|
|
return L_19;
|
|
}
|
|
|
|
IL_0074:
|
|
{
|
|
// return $"{manufacturer} {product}";
|
|
String_t* L_20;
|
|
L_20 = InputDeviceDescription_get_manufacturer_m1E4560A970F958F452E36A48BE6E420409BB6DA4_inline(__this, NULL);
|
|
String_t* L_21;
|
|
L_21 = InputDeviceDescription_get_product_m55D36F17D120E589EAE73B25E0C86B0CE14DA34A_inline(__this, NULL);
|
|
String_t* L_22;
|
|
L_22 = String_Concat_m8855A6DE10F84DA7F4EC113CADDB59873A25573B(L_20, _stringLiteral2386E77CF610F786B06A91AF2C1B3FD2282D2745, L_21, NULL);
|
|
return L_22;
|
|
}
|
|
|
|
IL_008b:
|
|
{
|
|
// if (haveProduct)
|
|
bool L_23 = V_0;
|
|
if (!L_23)
|
|
{
|
|
goto IL_00b4;
|
|
}
|
|
}
|
|
{
|
|
// if (haveInterface)
|
|
bool L_24 = V_2;
|
|
if (!L_24)
|
|
{
|
|
goto IL_00ad;
|
|
}
|
|
}
|
|
{
|
|
// return $"{product} ({interfaceName})";
|
|
String_t* L_25;
|
|
L_25 = InputDeviceDescription_get_product_m55D36F17D120E589EAE73B25E0C86B0CE14DA34A_inline(__this, NULL);
|
|
String_t* L_26;
|
|
L_26 = InputDeviceDescription_get_interfaceName_m087CF7E83BAF1E6C6375B3F16A9FAA3A71717D07_inline(__this, NULL);
|
|
String_t* L_27;
|
|
L_27 = String_Concat_m093934F71A9B351911EE46311674ED463B180006(L_25, _stringLiteralD99605E29810F93D7DAE4EFBB764C41AF4E80D32, L_26, _stringLiteralB3F14BF976EFD974E34846B742502C802FABAE9D, NULL);
|
|
return L_27;
|
|
}
|
|
|
|
IL_00ad:
|
|
{
|
|
// return product;
|
|
String_t* L_28;
|
|
L_28 = InputDeviceDescription_get_product_m55D36F17D120E589EAE73B25E0C86B0CE14DA34A_inline(__this, NULL);
|
|
return L_28;
|
|
}
|
|
|
|
IL_00b4:
|
|
{
|
|
// if (!string.IsNullOrEmpty(deviceClass))
|
|
String_t* L_29;
|
|
L_29 = InputDeviceDescription_get_deviceClass_m59E89FD7B104B4E23CB6AA979500CD0330FFBF26_inline(__this, NULL);
|
|
bool L_30;
|
|
L_30 = String_IsNullOrEmpty_mEA9E3FB005AC28FE02E69FCF95A7B8456192B478(L_29, NULL);
|
|
if (L_30)
|
|
{
|
|
goto IL_00e7;
|
|
}
|
|
}
|
|
{
|
|
// if (haveInterface)
|
|
bool L_31 = V_2;
|
|
if (!L_31)
|
|
{
|
|
goto IL_00e0;
|
|
}
|
|
}
|
|
{
|
|
// return $"{deviceClass} ({interfaceName})";
|
|
String_t* L_32;
|
|
L_32 = InputDeviceDescription_get_deviceClass_m59E89FD7B104B4E23CB6AA979500CD0330FFBF26_inline(__this, NULL);
|
|
String_t* L_33;
|
|
L_33 = InputDeviceDescription_get_interfaceName_m087CF7E83BAF1E6C6375B3F16A9FAA3A71717D07_inline(__this, NULL);
|
|
String_t* L_34;
|
|
L_34 = String_Concat_m093934F71A9B351911EE46311674ED463B180006(L_32, _stringLiteralD99605E29810F93D7DAE4EFBB764C41AF4E80D32, L_33, _stringLiteralB3F14BF976EFD974E34846B742502C802FABAE9D, NULL);
|
|
return L_34;
|
|
}
|
|
|
|
IL_00e0:
|
|
{
|
|
// return deviceClass;
|
|
String_t* L_35;
|
|
L_35 = InputDeviceDescription_get_deviceClass_m59E89FD7B104B4E23CB6AA979500CD0330FFBF26_inline(__this, NULL);
|
|
return L_35;
|
|
}
|
|
|
|
IL_00e7:
|
|
{
|
|
// if (!string.IsNullOrEmpty(capabilities))
|
|
String_t* L_36;
|
|
L_36 = InputDeviceDescription_get_capabilities_mEBF36ED5663709FCA039D1AEA87F6B6C404E76CD_inline(__this, NULL);
|
|
bool L_37;
|
|
L_37 = String_IsNullOrEmpty_mEA9E3FB005AC28FE02E69FCF95A7B8456192B478(L_36, NULL);
|
|
if (L_37)
|
|
{
|
|
goto IL_013a;
|
|
}
|
|
}
|
|
{
|
|
// var caps = capabilities;
|
|
String_t* L_38;
|
|
L_38 = InputDeviceDescription_get_capabilities_mEBF36ED5663709FCA039D1AEA87F6B6C404E76CD_inline(__this, NULL);
|
|
V_3 = L_38;
|
|
// if (capabilities.Length > kMaxCapabilitiesLength)
|
|
String_t* L_39;
|
|
L_39 = InputDeviceDescription_get_capabilities_mEBF36ED5663709FCA039D1AEA87F6B6C404E76CD_inline(__this, NULL);
|
|
NullCheck(L_39);
|
|
int32_t L_40;
|
|
L_40 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_39, NULL);
|
|
if ((((int32_t)L_40) <= ((int32_t)((int32_t)40))))
|
|
{
|
|
goto IL_011e;
|
|
}
|
|
}
|
|
{
|
|
// caps = caps.Substring(0, kMaxCapabilitiesLength) + "...";
|
|
String_t* L_41 = V_3;
|
|
NullCheck(L_41);
|
|
String_t* L_42;
|
|
L_42 = String_Substring_mB1D94F47935D22E130FF2C01DBB6A4135FBB76CE(L_41, 0, ((int32_t)40), NULL);
|
|
String_t* L_43;
|
|
L_43 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(L_42, _stringLiteralFFEF3DBE279EE1F92E1E2E46F45BC18EBBF55A1A, NULL);
|
|
V_3 = L_43;
|
|
}
|
|
|
|
IL_011e:
|
|
{
|
|
// if (haveInterface)
|
|
bool L_44 = V_2;
|
|
if (!L_44)
|
|
{
|
|
goto IL_0138;
|
|
}
|
|
}
|
|
{
|
|
// return $"{caps} ({interfaceName})";
|
|
String_t* L_45 = V_3;
|
|
String_t* L_46;
|
|
L_46 = InputDeviceDescription_get_interfaceName_m087CF7E83BAF1E6C6375B3F16A9FAA3A71717D07_inline(__this, NULL);
|
|
String_t* L_47;
|
|
L_47 = String_Concat_m093934F71A9B351911EE46311674ED463B180006(L_45, _stringLiteralD99605E29810F93D7DAE4EFBB764C41AF4E80D32, L_46, _stringLiteralB3F14BF976EFD974E34846B742502C802FABAE9D, NULL);
|
|
return L_47;
|
|
}
|
|
|
|
IL_0138:
|
|
{
|
|
// return caps;
|
|
String_t* L_48 = V_3;
|
|
return L_48;
|
|
}
|
|
|
|
IL_013a:
|
|
{
|
|
// if (haveInterface)
|
|
bool L_49 = V_2;
|
|
if (!L_49)
|
|
{
|
|
goto IL_0144;
|
|
}
|
|
}
|
|
{
|
|
// return interfaceName;
|
|
String_t* L_50;
|
|
L_50 = InputDeviceDescription_get_interfaceName_m087CF7E83BAF1E6C6375B3F16A9FAA3A71717D07_inline(__this, NULL);
|
|
return L_50;
|
|
}
|
|
|
|
IL_0144:
|
|
{
|
|
// return "<Empty Device Description>";
|
|
return _stringLiteral594BBDBAD17AA79E90710FF87EE03589BF514A08;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C String_t* InputDeviceDescription_ToString_m67C7BC2FD00C04F2B121BA1A46C7721D377ED6A5_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
InputDeviceDescription_tE86DD77422AAF60ADDAC788B31E5A05E739B708F* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<InputDeviceDescription_tE86DD77422AAF60ADDAC788B31E5A05E739B708F*>(__this + _offset);
|
|
String_t* _returnValue;
|
|
_returnValue = InputDeviceDescription_ToString_m67C7BC2FD00C04F2B121BA1A46C7721D377ED6A5(_thisAdjusted, method);
|
|
return _returnValue;
|
|
}
|
|
// System.Boolean UnityEngine.InputSystem.Layouts.InputDeviceDescription::Equals(UnityEngine.InputSystem.Layouts.InputDeviceDescription)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputDeviceDescription_Equals_mCF51604BCD72E8A656129AA346803E210C24761B (InputDeviceDescription_tE86DD77422AAF60ADDAC788B31E5A05E739B708F* __this, InputDeviceDescription_tE86DD77422AAF60ADDAC788B31E5A05E739B708F ___0_other, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// return m_InterfaceName.InvariantEqualsIgnoreCase(other.m_InterfaceName) &&
|
|
// m_DeviceClass.InvariantEqualsIgnoreCase(other.m_DeviceClass) &&
|
|
// m_Manufacturer.InvariantEqualsIgnoreCase(other.m_Manufacturer) &&
|
|
// m_Product.InvariantEqualsIgnoreCase(other.m_Product) &&
|
|
// m_Serial.InvariantEqualsIgnoreCase(other.m_Serial) &&
|
|
// m_Version.InvariantEqualsIgnoreCase(other.m_Version) &&
|
|
// ////REVIEW: this would ideally compare JSON contents not just the raw string
|
|
// m_Capabilities.InvariantEqualsIgnoreCase(other.m_Capabilities);
|
|
String_t* L_0 = __this->___m_InterfaceName_0;
|
|
InputDeviceDescription_tE86DD77422AAF60ADDAC788B31E5A05E739B708F L_1 = ___0_other;
|
|
String_t* L_2 = L_1.___m_InterfaceName_0;
|
|
bool L_3;
|
|
L_3 = StringHelpers_InvariantEqualsIgnoreCase_m7067DACDAAA29F69B419B89171E6FCF5366ACB44(L_0, L_2, NULL);
|
|
if (!L_3)
|
|
{
|
|
goto IL_0084;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_4 = __this->___m_DeviceClass_1;
|
|
InputDeviceDescription_tE86DD77422AAF60ADDAC788B31E5A05E739B708F L_5 = ___0_other;
|
|
String_t* L_6 = L_5.___m_DeviceClass_1;
|
|
bool L_7;
|
|
L_7 = StringHelpers_InvariantEqualsIgnoreCase_m7067DACDAAA29F69B419B89171E6FCF5366ACB44(L_4, L_6, NULL);
|
|
if (!L_7)
|
|
{
|
|
goto IL_0084;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_8 = __this->___m_Manufacturer_2;
|
|
InputDeviceDescription_tE86DD77422AAF60ADDAC788B31E5A05E739B708F L_9 = ___0_other;
|
|
String_t* L_10 = L_9.___m_Manufacturer_2;
|
|
bool L_11;
|
|
L_11 = StringHelpers_InvariantEqualsIgnoreCase_m7067DACDAAA29F69B419B89171E6FCF5366ACB44(L_8, L_10, NULL);
|
|
if (!L_11)
|
|
{
|
|
goto IL_0084;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_12 = __this->___m_Product_3;
|
|
InputDeviceDescription_tE86DD77422AAF60ADDAC788B31E5A05E739B708F L_13 = ___0_other;
|
|
String_t* L_14 = L_13.___m_Product_3;
|
|
bool L_15;
|
|
L_15 = StringHelpers_InvariantEqualsIgnoreCase_m7067DACDAAA29F69B419B89171E6FCF5366ACB44(L_12, L_14, NULL);
|
|
if (!L_15)
|
|
{
|
|
goto IL_0084;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_16 = __this->___m_Serial_4;
|
|
InputDeviceDescription_tE86DD77422AAF60ADDAC788B31E5A05E739B708F L_17 = ___0_other;
|
|
String_t* L_18 = L_17.___m_Serial_4;
|
|
bool L_19;
|
|
L_19 = StringHelpers_InvariantEqualsIgnoreCase_m7067DACDAAA29F69B419B89171E6FCF5366ACB44(L_16, L_18, NULL);
|
|
if (!L_19)
|
|
{
|
|
goto IL_0084;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_20 = __this->___m_Version_5;
|
|
InputDeviceDescription_tE86DD77422AAF60ADDAC788B31E5A05E739B708F L_21 = ___0_other;
|
|
String_t* L_22 = L_21.___m_Version_5;
|
|
bool L_23;
|
|
L_23 = StringHelpers_InvariantEqualsIgnoreCase_m7067DACDAAA29F69B419B89171E6FCF5366ACB44(L_20, L_22, NULL);
|
|
if (!L_23)
|
|
{
|
|
goto IL_0084;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_24 = __this->___m_Capabilities_6;
|
|
InputDeviceDescription_tE86DD77422AAF60ADDAC788B31E5A05E739B708F L_25 = ___0_other;
|
|
String_t* L_26 = L_25.___m_Capabilities_6;
|
|
bool L_27;
|
|
L_27 = StringHelpers_InvariantEqualsIgnoreCase_m7067DACDAAA29F69B419B89171E6FCF5366ACB44(L_24, L_26, NULL);
|
|
return L_27;
|
|
}
|
|
|
|
IL_0084:
|
|
{
|
|
return (bool)0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C bool InputDeviceDescription_Equals_mCF51604BCD72E8A656129AA346803E210C24761B_AdjustorThunk (RuntimeObject* __this, InputDeviceDescription_tE86DD77422AAF60ADDAC788B31E5A05E739B708F ___0_other, const RuntimeMethod* method)
|
|
{
|
|
InputDeviceDescription_tE86DD77422AAF60ADDAC788B31E5A05E739B708F* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<InputDeviceDescription_tE86DD77422AAF60ADDAC788B31E5A05E739B708F*>(__this + _offset);
|
|
bool _returnValue;
|
|
_returnValue = InputDeviceDescription_Equals_mCF51604BCD72E8A656129AA346803E210C24761B(_thisAdjusted, ___0_other, method);
|
|
return _returnValue;
|
|
}
|
|
// System.Boolean UnityEngine.InputSystem.Layouts.InputDeviceDescription::Equals(System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputDeviceDescription_Equals_m1EC05197BA810902FC9AD3BCED10E06A83CD5735 (InputDeviceDescription_tE86DD77422AAF60ADDAC788B31E5A05E739B708F* __this, RuntimeObject* ___0_obj, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputDeviceDescription_tE86DD77422AAF60ADDAC788B31E5A05E739B708F_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
InputDeviceDescription_tE86DD77422AAF60ADDAC788B31E5A05E739B708F 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 InputDeviceDescription description && Equals(description);
|
|
RuntimeObject* L_1 = ___0_obj;
|
|
if (!((RuntimeObject*)IsInstSealed((RuntimeObject*)L_1, InputDeviceDescription_tE86DD77422AAF60ADDAC788B31E5A05E739B708F_il2cpp_TypeInfo_var)))
|
|
{
|
|
goto IL_001c;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject* L_2 = ___0_obj;
|
|
V_0 = ((*(InputDeviceDescription_tE86DD77422AAF60ADDAC788B31E5A05E739B708F*)((InputDeviceDescription_tE86DD77422AAF60ADDAC788B31E5A05E739B708F*)(InputDeviceDescription_tE86DD77422AAF60ADDAC788B31E5A05E739B708F*)UnBox(L_2, InputDeviceDescription_tE86DD77422AAF60ADDAC788B31E5A05E739B708F_il2cpp_TypeInfo_var))));
|
|
InputDeviceDescription_tE86DD77422AAF60ADDAC788B31E5A05E739B708F L_3 = V_0;
|
|
bool L_4;
|
|
L_4 = InputDeviceDescription_Equals_mCF51604BCD72E8A656129AA346803E210C24761B(__this, L_3, NULL);
|
|
return L_4;
|
|
}
|
|
|
|
IL_001c:
|
|
{
|
|
return (bool)0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C bool InputDeviceDescription_Equals_m1EC05197BA810902FC9AD3BCED10E06A83CD5735_AdjustorThunk (RuntimeObject* __this, RuntimeObject* ___0_obj, const RuntimeMethod* method)
|
|
{
|
|
InputDeviceDescription_tE86DD77422AAF60ADDAC788B31E5A05E739B708F* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<InputDeviceDescription_tE86DD77422AAF60ADDAC788B31E5A05E739B708F*>(__this + _offset);
|
|
bool _returnValue;
|
|
_returnValue = InputDeviceDescription_Equals_m1EC05197BA810902FC9AD3BCED10E06A83CD5735(_thisAdjusted, ___0_obj, method);
|
|
return _returnValue;
|
|
}
|
|
// System.Int32 UnityEngine.InputSystem.Layouts.InputDeviceDescription::GetHashCode()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t InputDeviceDescription_GetHashCode_mD87D56633E507D8FA44EF65A4718EE1AEEF9C767 (InputDeviceDescription_tE86DD77422AAF60ADDAC788B31E5A05E739B708F* __this, const RuntimeMethod* method)
|
|
{
|
|
int32_t G_B3_0 = 0;
|
|
int32_t G_B5_0 = 0;
|
|
int32_t G_B4_0 = 0;
|
|
int32_t G_B6_0 = 0;
|
|
int32_t G_B6_1 = 0;
|
|
int32_t G_B8_0 = 0;
|
|
int32_t G_B7_0 = 0;
|
|
int32_t G_B9_0 = 0;
|
|
int32_t G_B9_1 = 0;
|
|
int32_t G_B11_0 = 0;
|
|
int32_t G_B10_0 = 0;
|
|
int32_t G_B12_0 = 0;
|
|
int32_t G_B12_1 = 0;
|
|
int32_t G_B14_0 = 0;
|
|
int32_t G_B13_0 = 0;
|
|
int32_t G_B15_0 = 0;
|
|
int32_t G_B15_1 = 0;
|
|
int32_t G_B17_0 = 0;
|
|
int32_t G_B16_0 = 0;
|
|
int32_t G_B18_0 = 0;
|
|
int32_t G_B18_1 = 0;
|
|
int32_t G_B20_0 = 0;
|
|
int32_t G_B19_0 = 0;
|
|
int32_t G_B21_0 = 0;
|
|
int32_t G_B21_1 = 0;
|
|
{
|
|
// var hashCode = m_InterfaceName != null ? m_InterfaceName.GetHashCode() : 0;
|
|
String_t* L_0 = __this->___m_InterfaceName_0;
|
|
if (L_0)
|
|
{
|
|
goto IL_000b;
|
|
}
|
|
}
|
|
{
|
|
G_B3_0 = 0;
|
|
goto IL_0016;
|
|
}
|
|
|
|
IL_000b:
|
|
{
|
|
String_t* L_1 = __this->___m_InterfaceName_0;
|
|
NullCheck(L_1);
|
|
int32_t L_2;
|
|
L_2 = VirtualFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, L_1);
|
|
G_B3_0 = L_2;
|
|
}
|
|
|
|
IL_0016:
|
|
{
|
|
// hashCode = (hashCode * 397) ^ (m_DeviceClass != null ? m_DeviceClass.GetHashCode() : 0);
|
|
String_t* L_3 = __this->___m_DeviceClass_1;
|
|
G_B4_0 = ((int32_t)il2cpp_codegen_multiply(G_B3_0, ((int32_t)397)));
|
|
if (L_3)
|
|
{
|
|
G_B5_0 = ((int32_t)il2cpp_codegen_multiply(G_B3_0, ((int32_t)397)));
|
|
goto IL_0027;
|
|
}
|
|
}
|
|
{
|
|
G_B6_0 = 0;
|
|
G_B6_1 = G_B4_0;
|
|
goto IL_0032;
|
|
}
|
|
|
|
IL_0027:
|
|
{
|
|
String_t* L_4 = __this->___m_DeviceClass_1;
|
|
NullCheck(L_4);
|
|
int32_t L_5;
|
|
L_5 = VirtualFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, L_4);
|
|
G_B6_0 = L_5;
|
|
G_B6_1 = G_B5_0;
|
|
}
|
|
|
|
IL_0032:
|
|
{
|
|
// hashCode = (hashCode * 397) ^ (m_Manufacturer != null ? m_Manufacturer.GetHashCode() : 0);
|
|
String_t* L_6 = __this->___m_Manufacturer_2;
|
|
G_B7_0 = ((int32_t)il2cpp_codegen_multiply(((int32_t)(G_B6_1^G_B6_0)), ((int32_t)397)));
|
|
if (L_6)
|
|
{
|
|
G_B8_0 = ((int32_t)il2cpp_codegen_multiply(((int32_t)(G_B6_1^G_B6_0)), ((int32_t)397)));
|
|
goto IL_0044;
|
|
}
|
|
}
|
|
{
|
|
G_B9_0 = 0;
|
|
G_B9_1 = G_B7_0;
|
|
goto IL_004f;
|
|
}
|
|
|
|
IL_0044:
|
|
{
|
|
String_t* L_7 = __this->___m_Manufacturer_2;
|
|
NullCheck(L_7);
|
|
int32_t L_8;
|
|
L_8 = VirtualFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, L_7);
|
|
G_B9_0 = L_8;
|
|
G_B9_1 = G_B8_0;
|
|
}
|
|
|
|
IL_004f:
|
|
{
|
|
// hashCode = (hashCode * 397) ^ (m_Product != null ? m_Product.GetHashCode() : 0);
|
|
String_t* L_9 = __this->___m_Product_3;
|
|
G_B10_0 = ((int32_t)il2cpp_codegen_multiply(((int32_t)(G_B9_1^G_B9_0)), ((int32_t)397)));
|
|
if (L_9)
|
|
{
|
|
G_B11_0 = ((int32_t)il2cpp_codegen_multiply(((int32_t)(G_B9_1^G_B9_0)), ((int32_t)397)));
|
|
goto IL_0061;
|
|
}
|
|
}
|
|
{
|
|
G_B12_0 = 0;
|
|
G_B12_1 = G_B10_0;
|
|
goto IL_006c;
|
|
}
|
|
|
|
IL_0061:
|
|
{
|
|
String_t* L_10 = __this->___m_Product_3;
|
|
NullCheck(L_10);
|
|
int32_t L_11;
|
|
L_11 = VirtualFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, L_10);
|
|
G_B12_0 = L_11;
|
|
G_B12_1 = G_B11_0;
|
|
}
|
|
|
|
IL_006c:
|
|
{
|
|
// hashCode = (hashCode * 397) ^ (m_Serial != null ? m_Serial.GetHashCode() : 0);
|
|
String_t* L_12 = __this->___m_Serial_4;
|
|
G_B13_0 = ((int32_t)il2cpp_codegen_multiply(((int32_t)(G_B12_1^G_B12_0)), ((int32_t)397)));
|
|
if (L_12)
|
|
{
|
|
G_B14_0 = ((int32_t)il2cpp_codegen_multiply(((int32_t)(G_B12_1^G_B12_0)), ((int32_t)397)));
|
|
goto IL_007e;
|
|
}
|
|
}
|
|
{
|
|
G_B15_0 = 0;
|
|
G_B15_1 = G_B13_0;
|
|
goto IL_0089;
|
|
}
|
|
|
|
IL_007e:
|
|
{
|
|
String_t* L_13 = __this->___m_Serial_4;
|
|
NullCheck(L_13);
|
|
int32_t L_14;
|
|
L_14 = VirtualFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, L_13);
|
|
G_B15_0 = L_14;
|
|
G_B15_1 = G_B14_0;
|
|
}
|
|
|
|
IL_0089:
|
|
{
|
|
// hashCode = (hashCode * 397) ^ (m_Version != null ? m_Version.GetHashCode() : 0);
|
|
String_t* L_15 = __this->___m_Version_5;
|
|
G_B16_0 = ((int32_t)il2cpp_codegen_multiply(((int32_t)(G_B15_1^G_B15_0)), ((int32_t)397)));
|
|
if (L_15)
|
|
{
|
|
G_B17_0 = ((int32_t)il2cpp_codegen_multiply(((int32_t)(G_B15_1^G_B15_0)), ((int32_t)397)));
|
|
goto IL_009b;
|
|
}
|
|
}
|
|
{
|
|
G_B18_0 = 0;
|
|
G_B18_1 = G_B16_0;
|
|
goto IL_00a6;
|
|
}
|
|
|
|
IL_009b:
|
|
{
|
|
String_t* L_16 = __this->___m_Version_5;
|
|
NullCheck(L_16);
|
|
int32_t L_17;
|
|
L_17 = VirtualFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, L_16);
|
|
G_B18_0 = L_17;
|
|
G_B18_1 = G_B17_0;
|
|
}
|
|
|
|
IL_00a6:
|
|
{
|
|
// hashCode = (hashCode * 397) ^ (m_Capabilities != null ? m_Capabilities.GetHashCode() : 0);
|
|
String_t* L_18 = __this->___m_Capabilities_6;
|
|
G_B19_0 = ((int32_t)il2cpp_codegen_multiply(((int32_t)(G_B18_1^G_B18_0)), ((int32_t)397)));
|
|
if (L_18)
|
|
{
|
|
G_B20_0 = ((int32_t)il2cpp_codegen_multiply(((int32_t)(G_B18_1^G_B18_0)), ((int32_t)397)));
|
|
goto IL_00b8;
|
|
}
|
|
}
|
|
{
|
|
G_B21_0 = 0;
|
|
G_B21_1 = G_B19_0;
|
|
goto IL_00c3;
|
|
}
|
|
|
|
IL_00b8:
|
|
{
|
|
String_t* L_19 = __this->___m_Capabilities_6;
|
|
NullCheck(L_19);
|
|
int32_t L_20;
|
|
L_20 = VirtualFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, L_19);
|
|
G_B21_0 = L_20;
|
|
G_B21_1 = G_B20_0;
|
|
}
|
|
|
|
IL_00c3:
|
|
{
|
|
// return hashCode;
|
|
return ((int32_t)(G_B21_1^G_B21_0));
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C int32_t InputDeviceDescription_GetHashCode_mD87D56633E507D8FA44EF65A4718EE1AEEF9C767_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
InputDeviceDescription_tE86DD77422AAF60ADDAC788B31E5A05E739B708F* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<InputDeviceDescription_tE86DD77422AAF60ADDAC788B31E5A05E739B708F*>(__this + _offset);
|
|
int32_t _returnValue;
|
|
_returnValue = InputDeviceDescription_GetHashCode_mD87D56633E507D8FA44EF65A4718EE1AEEF9C767(_thisAdjusted, method);
|
|
return _returnValue;
|
|
}
|
|
// System.Boolean UnityEngine.InputSystem.Layouts.InputDeviceDescription::op_Equality(UnityEngine.InputSystem.Layouts.InputDeviceDescription,UnityEngine.InputSystem.Layouts.InputDeviceDescription)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputDeviceDescription_op_Equality_mF56EE2A8A8554663FB7CDC0BE2931B87B02B32BA (InputDeviceDescription_tE86DD77422AAF60ADDAC788B31E5A05E739B708F ___0_left, InputDeviceDescription_tE86DD77422AAF60ADDAC788B31E5A05E739B708F ___1_right, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// return left.Equals(right);
|
|
InputDeviceDescription_tE86DD77422AAF60ADDAC788B31E5A05E739B708F L_0 = ___1_right;
|
|
bool L_1;
|
|
L_1 = InputDeviceDescription_Equals_mCF51604BCD72E8A656129AA346803E210C24761B((&___0_left), L_0, NULL);
|
|
return L_1;
|
|
}
|
|
}
|
|
// System.Boolean UnityEngine.InputSystem.Layouts.InputDeviceDescription::op_Inequality(UnityEngine.InputSystem.Layouts.InputDeviceDescription,UnityEngine.InputSystem.Layouts.InputDeviceDescription)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputDeviceDescription_op_Inequality_mEBA6830C153EDEEC180B31E4A0BB30DAFC98E3F6 (InputDeviceDescription_tE86DD77422AAF60ADDAC788B31E5A05E739B708F ___0_left, InputDeviceDescription_tE86DD77422AAF60ADDAC788B31E5A05E739B708F ___1_right, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// return !left.Equals(right);
|
|
InputDeviceDescription_tE86DD77422AAF60ADDAC788B31E5A05E739B708F L_0 = ___1_right;
|
|
bool L_1;
|
|
L_1 = InputDeviceDescription_Equals_mCF51604BCD72E8A656129AA346803E210C24761B((&___0_left), L_0, NULL);
|
|
return (bool)((((int32_t)L_1) == ((int32_t)0))? 1 : 0);
|
|
}
|
|
}
|
|
// System.String UnityEngine.InputSystem.Layouts.InputDeviceDescription::ToJson()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* InputDeviceDescription_ToJson_m172894894D92FC30B7BF79B6D50F4355AF8F4A9E (InputDeviceDescription_tE86DD77422AAF60ADDAC788B31E5A05E739B708F* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DeviceDescriptionJson_t2555458633C9CD5AAEFF9265C6F9117AB33BDDCE_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
DeviceDescriptionJson_t2555458633C9CD5AAEFF9265C6F9117AB33BDDCE V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
// var data = new DeviceDescriptionJson
|
|
// {
|
|
// @interface = interfaceName,
|
|
// type = deviceClass,
|
|
// product = product,
|
|
// manufacturer = manufacturer,
|
|
// serial = serial,
|
|
// version = version,
|
|
// capabilities = capabilities
|
|
// };
|
|
il2cpp_codegen_initobj((&V_0), sizeof(DeviceDescriptionJson_t2555458633C9CD5AAEFF9265C6F9117AB33BDDCE));
|
|
String_t* L_0;
|
|
L_0 = InputDeviceDescription_get_interfaceName_m087CF7E83BAF1E6C6375B3F16A9FAA3A71717D07_inline(__this, NULL);
|
|
(&V_0)->___interface_0 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&(&V_0)->___interface_0), (void*)L_0);
|
|
String_t* L_1;
|
|
L_1 = InputDeviceDescription_get_deviceClass_m59E89FD7B104B4E23CB6AA979500CD0330FFBF26_inline(__this, NULL);
|
|
(&V_0)->___type_1 = L_1;
|
|
Il2CppCodeGenWriteBarrier((void**)(&(&V_0)->___type_1), (void*)L_1);
|
|
String_t* L_2;
|
|
L_2 = InputDeviceDescription_get_product_m55D36F17D120E589EAE73B25E0C86B0CE14DA34A_inline(__this, NULL);
|
|
(&V_0)->___product_2 = L_2;
|
|
Il2CppCodeGenWriteBarrier((void**)(&(&V_0)->___product_2), (void*)L_2);
|
|
String_t* L_3;
|
|
L_3 = InputDeviceDescription_get_manufacturer_m1E4560A970F958F452E36A48BE6E420409BB6DA4_inline(__this, NULL);
|
|
(&V_0)->___manufacturer_5 = L_3;
|
|
Il2CppCodeGenWriteBarrier((void**)(&(&V_0)->___manufacturer_5), (void*)L_3);
|
|
String_t* L_4;
|
|
L_4 = InputDeviceDescription_get_serial_m3A6F06D7F3524EA3B409475146A17D10B2E2D566_inline(__this, NULL);
|
|
(&V_0)->___serial_3 = L_4;
|
|
Il2CppCodeGenWriteBarrier((void**)(&(&V_0)->___serial_3), (void*)L_4);
|
|
String_t* L_5;
|
|
L_5 = InputDeviceDescription_get_version_m821EE2A4E5DFCF573BCD227EC1DFEDBC0344D033_inline(__this, NULL);
|
|
(&V_0)->___version_4 = L_5;
|
|
Il2CppCodeGenWriteBarrier((void**)(&(&V_0)->___version_4), (void*)L_5);
|
|
String_t* L_6;
|
|
L_6 = InputDeviceDescription_get_capabilities_mEBF36ED5663709FCA039D1AEA87F6B6C404E76CD_inline(__this, NULL);
|
|
(&V_0)->___capabilities_6 = L_6;
|
|
Il2CppCodeGenWriteBarrier((void**)(&(&V_0)->___capabilities_6), (void*)L_6);
|
|
DeviceDescriptionJson_t2555458633C9CD5AAEFF9265C6F9117AB33BDDCE L_7 = V_0;
|
|
// return JsonUtility.ToJson(data, true);
|
|
DeviceDescriptionJson_t2555458633C9CD5AAEFF9265C6F9117AB33BDDCE L_8 = L_7;
|
|
RuntimeObject* L_9 = Box(DeviceDescriptionJson_t2555458633C9CD5AAEFF9265C6F9117AB33BDDCE_il2cpp_TypeInfo_var, &L_8);
|
|
String_t* L_10;
|
|
L_10 = JsonUtility_ToJson_m53A1FEE0D388CF3A629E093C04B5E1A6D5463B53(L_9, (bool)1, NULL);
|
|
return L_10;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C String_t* InputDeviceDescription_ToJson_m172894894D92FC30B7BF79B6D50F4355AF8F4A9E_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
InputDeviceDescription_tE86DD77422AAF60ADDAC788B31E5A05E739B708F* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<InputDeviceDescription_tE86DD77422AAF60ADDAC788B31E5A05E739B708F*>(__this + _offset);
|
|
String_t* _returnValue;
|
|
_returnValue = InputDeviceDescription_ToJson_m172894894D92FC30B7BF79B6D50F4355AF8F4A9E(_thisAdjusted, method);
|
|
return _returnValue;
|
|
}
|
|
// UnityEngine.InputSystem.Layouts.InputDeviceDescription UnityEngine.InputSystem.Layouts.InputDeviceDescription::FromJson(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputDeviceDescription_tE86DD77422AAF60ADDAC788B31E5A05E739B708F InputDeviceDescription_FromJson_m10F2642A5B348180A184B0EF9F7B9BD931375734 (String_t* ___0_json, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonUtility_FromJson_TisDeviceDescriptionJson_t2555458633C9CD5AAEFF9265C6F9117AB33BDDCE_m7A8A252CFD487454262150A552CF0ADABE7733B8_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
DeviceDescriptionJson_t2555458633C9CD5AAEFF9265C6F9117AB33BDDCE V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
InputDeviceDescription_tE86DD77422AAF60ADDAC788B31E5A05E739B708F V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
{
|
|
// if (json == null)
|
|
String_t* L_0 = ___0_json;
|
|
if (L_0)
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
// 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*)&InputDeviceDescription_FromJson_m10F2642A5B348180A184B0EF9F7B9BD931375734_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
// var data = JsonUtility.FromJson<DeviceDescriptionJson>(json);
|
|
String_t* L_2 = ___0_json;
|
|
DeviceDescriptionJson_t2555458633C9CD5AAEFF9265C6F9117AB33BDDCE L_3;
|
|
L_3 = JsonUtility_FromJson_TisDeviceDescriptionJson_t2555458633C9CD5AAEFF9265C6F9117AB33BDDCE_m7A8A252CFD487454262150A552CF0ADABE7733B8(L_2, JsonUtility_FromJson_TisDeviceDescriptionJson_t2555458633C9CD5AAEFF9265C6F9117AB33BDDCE_m7A8A252CFD487454262150A552CF0ADABE7733B8_RuntimeMethod_var);
|
|
V_0 = L_3;
|
|
// return new InputDeviceDescription
|
|
// {
|
|
// interfaceName = data.@interface,
|
|
// deviceClass = data.type,
|
|
// product = data.product,
|
|
// manufacturer = data.manufacturer,
|
|
// serial = data.serial,
|
|
// version = data.version,
|
|
// capabilities = data.capabilities
|
|
// };
|
|
il2cpp_codegen_initobj((&V_1), sizeof(InputDeviceDescription_tE86DD77422AAF60ADDAC788B31E5A05E739B708F));
|
|
DeviceDescriptionJson_t2555458633C9CD5AAEFF9265C6F9117AB33BDDCE L_4 = V_0;
|
|
String_t* L_5 = L_4.___interface_0;
|
|
InputDeviceDescription_set_interfaceName_m066F304EF6310F93AB0346602A4164940F40C3F2_inline((&V_1), L_5, NULL);
|
|
DeviceDescriptionJson_t2555458633C9CD5AAEFF9265C6F9117AB33BDDCE L_6 = V_0;
|
|
String_t* L_7 = L_6.___type_1;
|
|
InputDeviceDescription_set_deviceClass_m203C35763DEDABFB1381DED742DCB6D99F1CB17E_inline((&V_1), L_7, NULL);
|
|
DeviceDescriptionJson_t2555458633C9CD5AAEFF9265C6F9117AB33BDDCE L_8 = V_0;
|
|
String_t* L_9 = L_8.___product_2;
|
|
InputDeviceDescription_set_product_m7449178AB405AD172791ACF81AE7D38EFDBAE6BF_inline((&V_1), L_9, NULL);
|
|
DeviceDescriptionJson_t2555458633C9CD5AAEFF9265C6F9117AB33BDDCE L_10 = V_0;
|
|
String_t* L_11 = L_10.___manufacturer_5;
|
|
InputDeviceDescription_set_manufacturer_mDDC21FFBAA6CD78960A6160779DEF264F780D031_inline((&V_1), L_11, NULL);
|
|
DeviceDescriptionJson_t2555458633C9CD5AAEFF9265C6F9117AB33BDDCE L_12 = V_0;
|
|
String_t* L_13 = L_12.___serial_3;
|
|
InputDeviceDescription_set_serial_m61672C236E51A1CEC221B4D826FCEFA12F5CEC12_inline((&V_1), L_13, NULL);
|
|
DeviceDescriptionJson_t2555458633C9CD5AAEFF9265C6F9117AB33BDDCE L_14 = V_0;
|
|
String_t* L_15 = L_14.___version_4;
|
|
InputDeviceDescription_set_version_m3D9057157A43F6544A2B9B6D25D775F3D2212E94_inline((&V_1), L_15, NULL);
|
|
DeviceDescriptionJson_t2555458633C9CD5AAEFF9265C6F9117AB33BDDCE L_16 = V_0;
|
|
String_t* L_17 = L_16.___capabilities_6;
|
|
InputDeviceDescription_set_capabilities_mAB1C9265029DBB0E4F7713854FB80893EBD59D88_inline((&V_1), L_17, NULL);
|
|
InputDeviceDescription_tE86DD77422AAF60ADDAC788B31E5A05E739B708F L_18 = V_1;
|
|
return L_18;
|
|
}
|
|
}
|
|
// System.Boolean UnityEngine.InputSystem.Layouts.InputDeviceDescription::ComparePropertyToDeviceDescriptor(System.String,System.String,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputDeviceDescription_ComparePropertyToDeviceDescriptor_m2DEA3E8E9213F0316D3CE16FACC6306D2FB09FAE (String_t* ___0_propertyName, String_t* ___1_propertyValue, String_t* ___2_deviceDescriptor, const RuntimeMethod* method)
|
|
{
|
|
JsonParser_tF738BE4FBF77CE449E21EA2CE18E937B6692B7E6 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
// var json = new JsonParser(deviceDescriptor);
|
|
String_t* L_0 = ___2_deviceDescriptor;
|
|
JsonParser__ctor_m0A320E9D94FBBCD5FCC6429AC7C0616A9E47A148((&V_0), L_0, NULL);
|
|
// if (!json.NavigateToProperty(propertyName))
|
|
String_t* L_1 = ___0_propertyName;
|
|
bool L_2;
|
|
L_2 = JsonParser_NavigateToProperty_mABC16811411CAB28E453A3414AE7E747E914F2C0((&V_0), L_1, NULL);
|
|
if (L_2)
|
|
{
|
|
goto IL_001e;
|
|
}
|
|
}
|
|
{
|
|
// if (string.IsNullOrEmpty(propertyValue))
|
|
String_t* L_3 = ___1_propertyValue;
|
|
bool L_4;
|
|
L_4 = String_IsNullOrEmpty_mEA9E3FB005AC28FE02E69FCF95A7B8456192B478(L_3, NULL);
|
|
if (!L_4)
|
|
{
|
|
goto IL_001c;
|
|
}
|
|
}
|
|
{
|
|
// return true;
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_001c:
|
|
{
|
|
// return false;
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_001e:
|
|
{
|
|
// return json.CurrentPropertyHasValueEqualTo(propertyValue);
|
|
String_t* L_5 = ___1_propertyValue;
|
|
JsonValue_t01DB320267C848E729A400EF2345979978F851D2 L_6;
|
|
L_6 = JsonValue_op_Implicit_m5CED1A7A7550B510BE3873CABBB869BA219D06F3(L_5, NULL);
|
|
bool L_7;
|
|
L_7 = JsonParser_CurrentPropertyHasValueEqualTo_m38EF26F952E81A440FA57ED7D044C80D7FEFA5AD((&V_0), L_6, NULL);
|
|
return L_7;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// Conversion methods for marshalling of: UnityEngine.InputSystem.Layouts.InputDeviceDescription/DeviceDescriptionJson
|
|
IL2CPP_EXTERN_C void DeviceDescriptionJson_t2555458633C9CD5AAEFF9265C6F9117AB33BDDCE_marshal_pinvoke(const DeviceDescriptionJson_t2555458633C9CD5AAEFF9265C6F9117AB33BDDCE& unmarshaled, DeviceDescriptionJson_t2555458633C9CD5AAEFF9265C6F9117AB33BDDCE_marshaled_pinvoke& marshaled)
|
|
{
|
|
marshaled.___interface_0 = il2cpp_codegen_marshal_string(unmarshaled.___interface_0);
|
|
marshaled.___type_1 = il2cpp_codegen_marshal_string(unmarshaled.___type_1);
|
|
marshaled.___product_2 = il2cpp_codegen_marshal_string(unmarshaled.___product_2);
|
|
marshaled.___serial_3 = il2cpp_codegen_marshal_string(unmarshaled.___serial_3);
|
|
marshaled.___version_4 = il2cpp_codegen_marshal_string(unmarshaled.___version_4);
|
|
marshaled.___manufacturer_5 = il2cpp_codegen_marshal_string(unmarshaled.___manufacturer_5);
|
|
marshaled.___capabilities_6 = il2cpp_codegen_marshal_string(unmarshaled.___capabilities_6);
|
|
}
|
|
IL2CPP_EXTERN_C void DeviceDescriptionJson_t2555458633C9CD5AAEFF9265C6F9117AB33BDDCE_marshal_pinvoke_back(const DeviceDescriptionJson_t2555458633C9CD5AAEFF9265C6F9117AB33BDDCE_marshaled_pinvoke& marshaled, DeviceDescriptionJson_t2555458633C9CD5AAEFF9265C6F9117AB33BDDCE& unmarshaled)
|
|
{
|
|
unmarshaled.___interface_0 = il2cpp_codegen_marshal_string_result(marshaled.___interface_0);
|
|
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___interface_0), (void*)il2cpp_codegen_marshal_string_result(marshaled.___interface_0));
|
|
unmarshaled.___type_1 = il2cpp_codegen_marshal_string_result(marshaled.___type_1);
|
|
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___type_1), (void*)il2cpp_codegen_marshal_string_result(marshaled.___type_1));
|
|
unmarshaled.___product_2 = il2cpp_codegen_marshal_string_result(marshaled.___product_2);
|
|
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___product_2), (void*)il2cpp_codegen_marshal_string_result(marshaled.___product_2));
|
|
unmarshaled.___serial_3 = il2cpp_codegen_marshal_string_result(marshaled.___serial_3);
|
|
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___serial_3), (void*)il2cpp_codegen_marshal_string_result(marshaled.___serial_3));
|
|
unmarshaled.___version_4 = il2cpp_codegen_marshal_string_result(marshaled.___version_4);
|
|
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___version_4), (void*)il2cpp_codegen_marshal_string_result(marshaled.___version_4));
|
|
unmarshaled.___manufacturer_5 = il2cpp_codegen_marshal_string_result(marshaled.___manufacturer_5);
|
|
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___manufacturer_5), (void*)il2cpp_codegen_marshal_string_result(marshaled.___manufacturer_5));
|
|
unmarshaled.___capabilities_6 = il2cpp_codegen_marshal_string_result(marshaled.___capabilities_6);
|
|
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___capabilities_6), (void*)il2cpp_codegen_marshal_string_result(marshaled.___capabilities_6));
|
|
}
|
|
// Conversion method for clean up from marshalling of: UnityEngine.InputSystem.Layouts.InputDeviceDescription/DeviceDescriptionJson
|
|
IL2CPP_EXTERN_C void DeviceDescriptionJson_t2555458633C9CD5AAEFF9265C6F9117AB33BDDCE_marshal_pinvoke_cleanup(DeviceDescriptionJson_t2555458633C9CD5AAEFF9265C6F9117AB33BDDCE_marshaled_pinvoke& marshaled)
|
|
{
|
|
il2cpp_codegen_marshal_free(marshaled.___interface_0);
|
|
marshaled.___interface_0 = NULL;
|
|
il2cpp_codegen_marshal_free(marshaled.___type_1);
|
|
marshaled.___type_1 = NULL;
|
|
il2cpp_codegen_marshal_free(marshaled.___product_2);
|
|
marshaled.___product_2 = NULL;
|
|
il2cpp_codegen_marshal_free(marshaled.___serial_3);
|
|
marshaled.___serial_3 = NULL;
|
|
il2cpp_codegen_marshal_free(marshaled.___version_4);
|
|
marshaled.___version_4 = NULL;
|
|
il2cpp_codegen_marshal_free(marshaled.___manufacturer_5);
|
|
marshaled.___manufacturer_5 = NULL;
|
|
il2cpp_codegen_marshal_free(marshaled.___capabilities_6);
|
|
marshaled.___capabilities_6 = NULL;
|
|
}
|
|
// Conversion methods for marshalling of: UnityEngine.InputSystem.Layouts.InputDeviceDescription/DeviceDescriptionJson
|
|
IL2CPP_EXTERN_C void DeviceDescriptionJson_t2555458633C9CD5AAEFF9265C6F9117AB33BDDCE_marshal_com(const DeviceDescriptionJson_t2555458633C9CD5AAEFF9265C6F9117AB33BDDCE& unmarshaled, DeviceDescriptionJson_t2555458633C9CD5AAEFF9265C6F9117AB33BDDCE_marshaled_com& marshaled)
|
|
{
|
|
marshaled.___interface_0 = il2cpp_codegen_marshal_bstring(unmarshaled.___interface_0);
|
|
marshaled.___type_1 = il2cpp_codegen_marshal_bstring(unmarshaled.___type_1);
|
|
marshaled.___product_2 = il2cpp_codegen_marshal_bstring(unmarshaled.___product_2);
|
|
marshaled.___serial_3 = il2cpp_codegen_marshal_bstring(unmarshaled.___serial_3);
|
|
marshaled.___version_4 = il2cpp_codegen_marshal_bstring(unmarshaled.___version_4);
|
|
marshaled.___manufacturer_5 = il2cpp_codegen_marshal_bstring(unmarshaled.___manufacturer_5);
|
|
marshaled.___capabilities_6 = il2cpp_codegen_marshal_bstring(unmarshaled.___capabilities_6);
|
|
}
|
|
IL2CPP_EXTERN_C void DeviceDescriptionJson_t2555458633C9CD5AAEFF9265C6F9117AB33BDDCE_marshal_com_back(const DeviceDescriptionJson_t2555458633C9CD5AAEFF9265C6F9117AB33BDDCE_marshaled_com& marshaled, DeviceDescriptionJson_t2555458633C9CD5AAEFF9265C6F9117AB33BDDCE& unmarshaled)
|
|
{
|
|
unmarshaled.___interface_0 = il2cpp_codegen_marshal_bstring_result(marshaled.___interface_0);
|
|
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___interface_0), (void*)il2cpp_codegen_marshal_bstring_result(marshaled.___interface_0));
|
|
unmarshaled.___type_1 = il2cpp_codegen_marshal_bstring_result(marshaled.___type_1);
|
|
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___type_1), (void*)il2cpp_codegen_marshal_bstring_result(marshaled.___type_1));
|
|
unmarshaled.___product_2 = il2cpp_codegen_marshal_bstring_result(marshaled.___product_2);
|
|
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___product_2), (void*)il2cpp_codegen_marshal_bstring_result(marshaled.___product_2));
|
|
unmarshaled.___serial_3 = il2cpp_codegen_marshal_bstring_result(marshaled.___serial_3);
|
|
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___serial_3), (void*)il2cpp_codegen_marshal_bstring_result(marshaled.___serial_3));
|
|
unmarshaled.___version_4 = il2cpp_codegen_marshal_bstring_result(marshaled.___version_4);
|
|
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___version_4), (void*)il2cpp_codegen_marshal_bstring_result(marshaled.___version_4));
|
|
unmarshaled.___manufacturer_5 = il2cpp_codegen_marshal_bstring_result(marshaled.___manufacturer_5);
|
|
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___manufacturer_5), (void*)il2cpp_codegen_marshal_bstring_result(marshaled.___manufacturer_5));
|
|
unmarshaled.___capabilities_6 = il2cpp_codegen_marshal_bstring_result(marshaled.___capabilities_6);
|
|
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___capabilities_6), (void*)il2cpp_codegen_marshal_bstring_result(marshaled.___capabilities_6));
|
|
}
|
|
// Conversion method for clean up from marshalling of: UnityEngine.InputSystem.Layouts.InputDeviceDescription/DeviceDescriptionJson
|
|
IL2CPP_EXTERN_C void DeviceDescriptionJson_t2555458633C9CD5AAEFF9265C6F9117AB33BDDCE_marshal_com_cleanup(DeviceDescriptionJson_t2555458633C9CD5AAEFF9265C6F9117AB33BDDCE_marshaled_com& marshaled)
|
|
{
|
|
il2cpp_codegen_marshal_free_bstring(marshaled.___interface_0);
|
|
marshaled.___interface_0 = NULL;
|
|
il2cpp_codegen_marshal_free_bstring(marshaled.___type_1);
|
|
marshaled.___type_1 = NULL;
|
|
il2cpp_codegen_marshal_free_bstring(marshaled.___product_2);
|
|
marshaled.___product_2 = NULL;
|
|
il2cpp_codegen_marshal_free_bstring(marshaled.___serial_3);
|
|
marshaled.___serial_3 = NULL;
|
|
il2cpp_codegen_marshal_free_bstring(marshaled.___version_4);
|
|
marshaled.___version_4 = NULL;
|
|
il2cpp_codegen_marshal_free_bstring(marshaled.___manufacturer_5);
|
|
marshaled.___manufacturer_5 = NULL;
|
|
il2cpp_codegen_marshal_free_bstring(marshaled.___capabilities_6);
|
|
marshaled.___capabilities_6 = NULL;
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// Conversion methods for marshalling of: UnityEngine.InputSystem.Layouts.InputDeviceMatcher
|
|
IL2CPP_EXTERN_C void InputDeviceMatcher_tF9BA551C8BB4AE41672366A7EBEA951543E0C555_marshal_pinvoke(const InputDeviceMatcher_tF9BA551C8BB4AE41672366A7EBEA951543E0C555& unmarshaled, InputDeviceMatcher_tF9BA551C8BB4AE41672366A7EBEA951543E0C555_marshaled_pinvoke& marshaled)
|
|
{
|
|
Exception_t* ___m_Patterns_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'm_Patterns' of type 'InputDeviceMatcher'.");
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(___m_Patterns_0Exception, NULL);
|
|
}
|
|
IL2CPP_EXTERN_C void InputDeviceMatcher_tF9BA551C8BB4AE41672366A7EBEA951543E0C555_marshal_pinvoke_back(const InputDeviceMatcher_tF9BA551C8BB4AE41672366A7EBEA951543E0C555_marshaled_pinvoke& marshaled, InputDeviceMatcher_tF9BA551C8BB4AE41672366A7EBEA951543E0C555& unmarshaled)
|
|
{
|
|
Exception_t* ___m_Patterns_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'm_Patterns' of type 'InputDeviceMatcher'.");
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(___m_Patterns_0Exception, NULL);
|
|
}
|
|
// Conversion method for clean up from marshalling of: UnityEngine.InputSystem.Layouts.InputDeviceMatcher
|
|
IL2CPP_EXTERN_C void InputDeviceMatcher_tF9BA551C8BB4AE41672366A7EBEA951543E0C555_marshal_pinvoke_cleanup(InputDeviceMatcher_tF9BA551C8BB4AE41672366A7EBEA951543E0C555_marshaled_pinvoke& marshaled)
|
|
{
|
|
}
|
|
// Conversion methods for marshalling of: UnityEngine.InputSystem.Layouts.InputDeviceMatcher
|
|
IL2CPP_EXTERN_C void InputDeviceMatcher_tF9BA551C8BB4AE41672366A7EBEA951543E0C555_marshal_com(const InputDeviceMatcher_tF9BA551C8BB4AE41672366A7EBEA951543E0C555& unmarshaled, InputDeviceMatcher_tF9BA551C8BB4AE41672366A7EBEA951543E0C555_marshaled_com& marshaled)
|
|
{
|
|
Exception_t* ___m_Patterns_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'm_Patterns' of type 'InputDeviceMatcher'.");
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(___m_Patterns_0Exception, NULL);
|
|
}
|
|
IL2CPP_EXTERN_C void InputDeviceMatcher_tF9BA551C8BB4AE41672366A7EBEA951543E0C555_marshal_com_back(const InputDeviceMatcher_tF9BA551C8BB4AE41672366A7EBEA951543E0C555_marshaled_com& marshaled, InputDeviceMatcher_tF9BA551C8BB4AE41672366A7EBEA951543E0C555& unmarshaled)
|
|
{
|
|
Exception_t* ___m_Patterns_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'm_Patterns' of type 'InputDeviceMatcher'.");
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(___m_Patterns_0Exception, NULL);
|
|
}
|
|
// Conversion method for clean up from marshalling of: UnityEngine.InputSystem.Layouts.InputDeviceMatcher
|
|
IL2CPP_EXTERN_C void InputDeviceMatcher_tF9BA551C8BB4AE41672366A7EBEA951543E0C555_marshal_com_cleanup(InputDeviceMatcher_tF9BA551C8BB4AE41672366A7EBEA951543E0C555_marshaled_com& marshaled)
|
|
{
|
|
}
|
|
// 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)
|
|
{
|
|
{
|
|
// public bool empty => m_Patterns == null;
|
|
KeyValuePair_2U5BU5D_tF8154B2302178CCE00D745DBF55F703880469DFC* L_0 = __this->___m_Patterns_0;
|
|
return (bool)((((RuntimeObject*)(KeyValuePair_2U5BU5D_tF8154B2302178CCE00D745DBF55F703880469DFC*)L_0) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C bool InputDeviceMatcher_get_empty_m0E030073C9FCB8205D37CE5F839D93DB8ACDC99B_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
InputDeviceMatcher_tF9BA551C8BB4AE41672366A7EBEA951543E0C555* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<InputDeviceMatcher_tF9BA551C8BB4AE41672366A7EBEA951543E0C555*>(__this + _offset);
|
|
bool _returnValue;
|
|
_returnValue = InputDeviceMatcher_get_empty_m0E030073C9FCB8205D37CE5F839D93DB8ACDC99B(_thisAdjusted, method);
|
|
return _returnValue;
|
|
}
|
|
// System.Collections.Generic.IEnumerable`1<System.Collections.Generic.KeyValuePair`2<System.String,System.Object>> UnityEngine.InputSystem.Layouts.InputDeviceMatcher::get_patterns()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* InputDeviceMatcher_get_patterns_m7D6B35FC00CAD47E563AC99D4EB44DD9FC558614 (InputDeviceMatcher_tF9BA551C8BB4AE41672366A7EBEA951543E0C555* __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* L_0 = (U3Cget_patternsU3Ed__4_t1DEF554289913D08B960B18ACF82952C5F4FBE62*)il2cpp_codegen_object_new(U3Cget_patternsU3Ed__4_t1DEF554289913D08B960B18ACF82952C5F4FBE62_il2cpp_TypeInfo_var);
|
|
NullCheck(L_0);
|
|
U3Cget_patternsU3Ed__4__ctor_mEACFF8CEB245B21BB3703974AA0C4323F8E8D3D1(L_0, ((int32_t)-2), NULL);
|
|
U3Cget_patternsU3Ed__4_t1DEF554289913D08B960B18ACF82952C5F4FBE62* L_1 = L_0;
|
|
InputDeviceMatcher_tF9BA551C8BB4AE41672366A7EBEA951543E0C555 L_2 = (*(InputDeviceMatcher_tF9BA551C8BB4AE41672366A7EBEA951543E0C555*)__this);
|
|
NullCheck(L_1);
|
|
L_1->___U3CU3E3__U3CU3E4__this_4 = L_2;
|
|
Il2CppCodeGenWriteBarrier((void**)&(((&L_1->___U3CU3E3__U3CU3E4__this_4))->___m_Patterns_0), (void*)NULL);
|
|
return L_1;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C RuntimeObject* InputDeviceMatcher_get_patterns_m7D6B35FC00CAD47E563AC99D4EB44DD9FC558614_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
InputDeviceMatcher_tF9BA551C8BB4AE41672366A7EBEA951543E0C555* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<InputDeviceMatcher_tF9BA551C8BB4AE41672366A7EBEA951543E0C555*>(__this + _offset);
|
|
RuntimeObject* _returnValue;
|
|
_returnValue = InputDeviceMatcher_get_patterns_m7D6B35FC00CAD47E563AC99D4EB44DD9FC558614(_thisAdjusted, method);
|
|
return _returnValue;
|
|
}
|
|
// 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)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputDeviceMatcher_tF9BA551C8BB4AE41672366A7EBEA951543E0C555_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// return With(kInterfaceKey, pattern, supportRegex);
|
|
il2cpp_codegen_runtime_class_init_inline(InputDeviceMatcher_tF9BA551C8BB4AE41672366A7EBEA951543E0C555_il2cpp_TypeInfo_var);
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_0 = ((InputDeviceMatcher_tF9BA551C8BB4AE41672366A7EBEA951543E0C555_StaticFields*)il2cpp_codegen_static_fields_for(InputDeviceMatcher_tF9BA551C8BB4AE41672366A7EBEA951543E0C555_il2cpp_TypeInfo_var))->___kInterfaceKey_1;
|
|
String_t* L_1 = ___0_pattern;
|
|
bool L_2 = ___1_supportRegex;
|
|
InputDeviceMatcher_tF9BA551C8BB4AE41672366A7EBEA951543E0C555 L_3;
|
|
L_3 = InputDeviceMatcher_With_m7593626DAF8B4ED8CA7A22E7F0F74A694219445F(__this, L_0, L_1, L_2, NULL);
|
|
return L_3;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C InputDeviceMatcher_tF9BA551C8BB4AE41672366A7EBEA951543E0C555 InputDeviceMatcher_WithInterface_m58A8A1CF9A77598D0F904E13A86F48B3464725E4_AdjustorThunk (RuntimeObject* __this, String_t* ___0_pattern, bool ___1_supportRegex, const RuntimeMethod* method)
|
|
{
|
|
InputDeviceMatcher_tF9BA551C8BB4AE41672366A7EBEA951543E0C555* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<InputDeviceMatcher_tF9BA551C8BB4AE41672366A7EBEA951543E0C555*>(__this + _offset);
|
|
InputDeviceMatcher_tF9BA551C8BB4AE41672366A7EBEA951543E0C555 _returnValue;
|
|
_returnValue = InputDeviceMatcher_WithInterface_m58A8A1CF9A77598D0F904E13A86F48B3464725E4(_thisAdjusted, ___0_pattern, ___1_supportRegex, method);
|
|
return _returnValue;
|
|
}
|
|
// 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)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputDeviceMatcher_tF9BA551C8BB4AE41672366A7EBEA951543E0C555_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// return With(kDeviceClassKey, pattern, supportRegex);
|
|
il2cpp_codegen_runtime_class_init_inline(InputDeviceMatcher_tF9BA551C8BB4AE41672366A7EBEA951543E0C555_il2cpp_TypeInfo_var);
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_0 = ((InputDeviceMatcher_tF9BA551C8BB4AE41672366A7EBEA951543E0C555_StaticFields*)il2cpp_codegen_static_fields_for(InputDeviceMatcher_tF9BA551C8BB4AE41672366A7EBEA951543E0C555_il2cpp_TypeInfo_var))->___kDeviceClassKey_2;
|
|
String_t* L_1 = ___0_pattern;
|
|
bool L_2 = ___1_supportRegex;
|
|
InputDeviceMatcher_tF9BA551C8BB4AE41672366A7EBEA951543E0C555 L_3;
|
|
L_3 = InputDeviceMatcher_With_m7593626DAF8B4ED8CA7A22E7F0F74A694219445F(__this, L_0, L_1, L_2, NULL);
|
|
return L_3;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C InputDeviceMatcher_tF9BA551C8BB4AE41672366A7EBEA951543E0C555 InputDeviceMatcher_WithDeviceClass_m303C68EE7902057FB7C4DA6CCAEC4A95B1BEB193_AdjustorThunk (RuntimeObject* __this, String_t* ___0_pattern, bool ___1_supportRegex, const RuntimeMethod* method)
|
|
{
|
|
InputDeviceMatcher_tF9BA551C8BB4AE41672366A7EBEA951543E0C555* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<InputDeviceMatcher_tF9BA551C8BB4AE41672366A7EBEA951543E0C555*>(__this + _offset);
|
|
InputDeviceMatcher_tF9BA551C8BB4AE41672366A7EBEA951543E0C555 _returnValue;
|
|
_returnValue = InputDeviceMatcher_WithDeviceClass_m303C68EE7902057FB7C4DA6CCAEC4A95B1BEB193(_thisAdjusted, ___0_pattern, ___1_supportRegex, method);
|
|
return _returnValue;
|
|
}
|
|
// 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)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputDeviceMatcher_tF9BA551C8BB4AE41672366A7EBEA951543E0C555_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// return With(kManufacturerKey, pattern, supportRegex);
|
|
il2cpp_codegen_runtime_class_init_inline(InputDeviceMatcher_tF9BA551C8BB4AE41672366A7EBEA951543E0C555_il2cpp_TypeInfo_var);
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_0 = ((InputDeviceMatcher_tF9BA551C8BB4AE41672366A7EBEA951543E0C555_StaticFields*)il2cpp_codegen_static_fields_for(InputDeviceMatcher_tF9BA551C8BB4AE41672366A7EBEA951543E0C555_il2cpp_TypeInfo_var))->___kManufacturerKey_3;
|
|
String_t* L_1 = ___0_pattern;
|
|
bool L_2 = ___1_supportRegex;
|
|
InputDeviceMatcher_tF9BA551C8BB4AE41672366A7EBEA951543E0C555 L_3;
|
|
L_3 = InputDeviceMatcher_With_m7593626DAF8B4ED8CA7A22E7F0F74A694219445F(__this, L_0, L_1, L_2, NULL);
|
|
return L_3;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C InputDeviceMatcher_tF9BA551C8BB4AE41672366A7EBEA951543E0C555 InputDeviceMatcher_WithManufacturer_m1D657A87897B8EA1833248EF3D07E265DDE90F00_AdjustorThunk (RuntimeObject* __this, String_t* ___0_pattern, bool ___1_supportRegex, const RuntimeMethod* method)
|
|
{
|
|
InputDeviceMatcher_tF9BA551C8BB4AE41672366A7EBEA951543E0C555* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<InputDeviceMatcher_tF9BA551C8BB4AE41672366A7EBEA951543E0C555*>(__this + _offset);
|
|
InputDeviceMatcher_tF9BA551C8BB4AE41672366A7EBEA951543E0C555 _returnValue;
|
|
_returnValue = InputDeviceMatcher_WithManufacturer_m1D657A87897B8EA1833248EF3D07E265DDE90F00(_thisAdjusted, ___0_pattern, ___1_supportRegex, method);
|
|
return _returnValue;
|
|
}
|
|
// 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)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputDeviceMatcher_tF9BA551C8BB4AE41672366A7EBEA951543E0C555_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// return With(kProductKey, pattern, supportRegex);
|
|
il2cpp_codegen_runtime_class_init_inline(InputDeviceMatcher_tF9BA551C8BB4AE41672366A7EBEA951543E0C555_il2cpp_TypeInfo_var);
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_0 = ((InputDeviceMatcher_tF9BA551C8BB4AE41672366A7EBEA951543E0C555_StaticFields*)il2cpp_codegen_static_fields_for(InputDeviceMatcher_tF9BA551C8BB4AE41672366A7EBEA951543E0C555_il2cpp_TypeInfo_var))->___kProductKey_4;
|
|
String_t* L_1 = ___0_pattern;
|
|
bool L_2 = ___1_supportRegex;
|
|
InputDeviceMatcher_tF9BA551C8BB4AE41672366A7EBEA951543E0C555 L_3;
|
|
L_3 = InputDeviceMatcher_With_m7593626DAF8B4ED8CA7A22E7F0F74A694219445F(__this, L_0, L_1, L_2, NULL);
|
|
return L_3;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C InputDeviceMatcher_tF9BA551C8BB4AE41672366A7EBEA951543E0C555 InputDeviceMatcher_WithProduct_mE94024C38110251CBECB493C7753D417FFC5FD2E_AdjustorThunk (RuntimeObject* __this, String_t* ___0_pattern, bool ___1_supportRegex, const RuntimeMethod* method)
|
|
{
|
|
InputDeviceMatcher_tF9BA551C8BB4AE41672366A7EBEA951543E0C555* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<InputDeviceMatcher_tF9BA551C8BB4AE41672366A7EBEA951543E0C555*>(__this + _offset);
|
|
InputDeviceMatcher_tF9BA551C8BB4AE41672366A7EBEA951543E0C555 _returnValue;
|
|
_returnValue = InputDeviceMatcher_WithProduct_mE94024C38110251CBECB493C7753D417FFC5FD2E(_thisAdjusted, ___0_pattern, ___1_supportRegex, method);
|
|
return _returnValue;
|
|
}
|
|
// 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)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputDeviceMatcher_tF9BA551C8BB4AE41672366A7EBEA951543E0C555_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// return With(kVersionKey, pattern, supportRegex);
|
|
il2cpp_codegen_runtime_class_init_inline(InputDeviceMatcher_tF9BA551C8BB4AE41672366A7EBEA951543E0C555_il2cpp_TypeInfo_var);
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_0 = ((InputDeviceMatcher_tF9BA551C8BB4AE41672366A7EBEA951543E0C555_StaticFields*)il2cpp_codegen_static_fields_for(InputDeviceMatcher_tF9BA551C8BB4AE41672366A7EBEA951543E0C555_il2cpp_TypeInfo_var))->___kVersionKey_5;
|
|
String_t* L_1 = ___0_pattern;
|
|
bool L_2 = ___1_supportRegex;
|
|
InputDeviceMatcher_tF9BA551C8BB4AE41672366A7EBEA951543E0C555 L_3;
|
|
L_3 = InputDeviceMatcher_With_m7593626DAF8B4ED8CA7A22E7F0F74A694219445F(__this, L_0, L_1, L_2, NULL);
|
|
return L_3;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C InputDeviceMatcher_tF9BA551C8BB4AE41672366A7EBEA951543E0C555 InputDeviceMatcher_WithVersion_mB3E3012EA1A23B9F5DC7A7DB4CDED3E3BD14EF71_AdjustorThunk (RuntimeObject* __this, String_t* ___0_pattern, bool ___1_supportRegex, const RuntimeMethod* method)
|
|
{
|
|
InputDeviceMatcher_tF9BA551C8BB4AE41672366A7EBEA951543E0C555* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<InputDeviceMatcher_tF9BA551C8BB4AE41672366A7EBEA951543E0C555*>(__this + _offset);
|
|
InputDeviceMatcher_tF9BA551C8BB4AE41672366A7EBEA951543E0C555 _returnValue;
|
|
_returnValue = InputDeviceMatcher_WithVersion_mB3E3012EA1A23B9F5DC7A7DB4CDED3E3BD14EF71(_thisAdjusted, ___0_pattern, ___1_supportRegex, method);
|
|
return _returnValue;
|
|
}
|
|
// UnityEngine.InputSystem.Layouts.InputDeviceMatcher UnityEngine.InputSystem.Layouts.InputDeviceMatcher::With(UnityEngine.InputSystem.Utilities.InternedString,System.Object,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputDeviceMatcher_tF9BA551C8BB4AE41672366A7EBEA951543E0C555 InputDeviceMatcher_With_m7593626DAF8B4ED8CA7A22E7F0F74A694219445F (InputDeviceMatcher_tF9BA551C8BB4AE41672366A7EBEA951543E0C555* __this, InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 ___0_key, RuntimeObject* ___1_value, bool ___2_supportRegex, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArrayHelpers_Append_TisKeyValuePair_2_tC24A74EF64A292F5C6BA77D0B04CD6620D2DE3AC_m885486ED06E8532B056692449C806F313AED6FB0_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerable_All_TisChar_t521A6F19B456D956AF452D926C32709DC03D6B17_mE04607B02368CA60FA45630BEFC15994B9DDBE60_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_2_tF409A653B8F770E0A30CD80D21764FB1DDB2A28F_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KeyValuePair_2__ctor_mBEBC19480C80CE07BA6633E4A80C3C94E8352AEE_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Regex_tE773142C2BE45C5D362B0F815AFF831707A51772_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_U3CWithU3Eb__11_0_m8094F84D97E88CF13CCEE8A36A6C6F35315B6D7F_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_tAEFD85D23E35F3965E847F401B7F12DF1213ADC7_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
String_t* V_0 = NULL;
|
|
InputDeviceMatcher_tF9BA551C8BB4AE41672366A7EBEA951543E0C555 V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
double V_2 = 0.0;
|
|
Func_2_tF409A653B8F770E0A30CD80D21764FB1DDB2A28F* G_B4_0 = NULL;
|
|
String_t* G_B4_1 = NULL;
|
|
Func_2_tF409A653B8F770E0A30CD80D21764FB1DDB2A28F* G_B3_0 = NULL;
|
|
String_t* G_B3_1 = NULL;
|
|
int32_t G_B7_0 = 0;
|
|
{
|
|
// if (supportRegex && value is string str)
|
|
bool L_0 = ___2_supportRegex;
|
|
if (!L_0)
|
|
{
|
|
goto IL_004d;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject* L_1 = ___1_value;
|
|
V_0 = ((String_t*)IsInstSealed((RuntimeObject*)L_1, String_t_il2cpp_TypeInfo_var));
|
|
String_t* L_2 = V_0;
|
|
if (!L_2)
|
|
{
|
|
goto IL_004d;
|
|
}
|
|
}
|
|
{
|
|
// var mayBeRegex = !str.All(ch => char.IsLetterOrDigit(ch) || char.IsWhiteSpace(ch)) &&
|
|
// !double.TryParse(str, out var _); // Avoid '.' in floats forcing the value to be a regex.
|
|
String_t* L_3 = V_0;
|
|
il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_tAEFD85D23E35F3965E847F401B7F12DF1213ADC7_il2cpp_TypeInfo_var);
|
|
Func_2_tF409A653B8F770E0A30CD80D21764FB1DDB2A28F* L_4 = ((U3CU3Ec_tAEFD85D23E35F3965E847F401B7F12DF1213ADC7_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tAEFD85D23E35F3965E847F401B7F12DF1213ADC7_il2cpp_TypeInfo_var))->___U3CU3E9__11_0_1;
|
|
Func_2_tF409A653B8F770E0A30CD80D21764FB1DDB2A28F* L_5 = L_4;
|
|
G_B3_0 = L_5;
|
|
G_B3_1 = L_3;
|
|
if (L_5)
|
|
{
|
|
G_B4_0 = L_5;
|
|
G_B4_1 = L_3;
|
|
goto IL_002d;
|
|
}
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_tAEFD85D23E35F3965E847F401B7F12DF1213ADC7_il2cpp_TypeInfo_var);
|
|
U3CU3Ec_tAEFD85D23E35F3965E847F401B7F12DF1213ADC7* L_6 = ((U3CU3Ec_tAEFD85D23E35F3965E847F401B7F12DF1213ADC7_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tAEFD85D23E35F3965E847F401B7F12DF1213ADC7_il2cpp_TypeInfo_var))->___U3CU3E9_0;
|
|
Func_2_tF409A653B8F770E0A30CD80D21764FB1DDB2A28F* L_7 = (Func_2_tF409A653B8F770E0A30CD80D21764FB1DDB2A28F*)il2cpp_codegen_object_new(Func_2_tF409A653B8F770E0A30CD80D21764FB1DDB2A28F_il2cpp_TypeInfo_var);
|
|
NullCheck(L_7);
|
|
Func_2__ctor_m86D272566839A59489924C367E316D2E516EC1F2(L_7, L_6, (intptr_t)((void*)U3CU3Ec_U3CWithU3Eb__11_0_m8094F84D97E88CF13CCEE8A36A6C6F35315B6D7F_RuntimeMethod_var), NULL);
|
|
Func_2_tF409A653B8F770E0A30CD80D21764FB1DDB2A28F* L_8 = L_7;
|
|
((U3CU3Ec_tAEFD85D23E35F3965E847F401B7F12DF1213ADC7_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tAEFD85D23E35F3965E847F401B7F12DF1213ADC7_il2cpp_TypeInfo_var))->___U3CU3E9__11_0_1 = L_8;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((U3CU3Ec_tAEFD85D23E35F3965E847F401B7F12DF1213ADC7_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tAEFD85D23E35F3965E847F401B7F12DF1213ADC7_il2cpp_TypeInfo_var))->___U3CU3E9__11_0_1), (void*)L_8);
|
|
G_B4_0 = L_8;
|
|
G_B4_1 = G_B3_1;
|
|
}
|
|
|
|
IL_002d:
|
|
{
|
|
bool L_9;
|
|
L_9 = Enumerable_All_TisChar_t521A6F19B456D956AF452D926C32709DC03D6B17_mE04607B02368CA60FA45630BEFC15994B9DDBE60(G_B4_1, G_B4_0, Enumerable_All_TisChar_t521A6F19B456D956AF452D926C32709DC03D6B17_mE04607B02368CA60FA45630BEFC15994B9DDBE60_RuntimeMethod_var);
|
|
if (L_9)
|
|
{
|
|
goto IL_0041;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_10 = V_0;
|
|
bool L_11;
|
|
L_11 = Double_TryParse_m60AD55BC181D70F661BC2A2294E66B5466C3C018(L_10, (&V_2), NULL);
|
|
G_B7_0 = ((((int32_t)L_11) == ((int32_t)0))? 1 : 0);
|
|
goto IL_0042;
|
|
}
|
|
|
|
IL_0041:
|
|
{
|
|
G_B7_0 = 0;
|
|
}
|
|
|
|
IL_0042:
|
|
{
|
|
// if (mayBeRegex)
|
|
if (!G_B7_0)
|
|
{
|
|
goto IL_004d;
|
|
}
|
|
}
|
|
{
|
|
// value = new Regex(str, RegexOptions.IgnoreCase);
|
|
String_t* L_12 = V_0;
|
|
Regex_tE773142C2BE45C5D362B0F815AFF831707A51772* L_13 = (Regex_tE773142C2BE45C5D362B0F815AFF831707A51772*)il2cpp_codegen_object_new(Regex_tE773142C2BE45C5D362B0F815AFF831707A51772_il2cpp_TypeInfo_var);
|
|
NullCheck(L_13);
|
|
Regex__ctor_mE3996C71B04A4A6845745D01C93B1D27423D0621(L_13, L_12, 1, NULL);
|
|
___1_value = L_13;
|
|
}
|
|
|
|
IL_004d:
|
|
{
|
|
// var result = this;
|
|
InputDeviceMatcher_tF9BA551C8BB4AE41672366A7EBEA951543E0C555 L_14 = (*(InputDeviceMatcher_tF9BA551C8BB4AE41672366A7EBEA951543E0C555*)__this);
|
|
V_1 = L_14;
|
|
// ArrayHelpers.Append(ref result.m_Patterns, new KeyValuePair<InternedString, object>(key, value));
|
|
KeyValuePair_2U5BU5D_tF8154B2302178CCE00D745DBF55F703880469DFC** L_15 = (&(&V_1)->___m_Patterns_0);
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_16 = ___0_key;
|
|
RuntimeObject* L_17 = ___1_value;
|
|
KeyValuePair_2_tC24A74EF64A292F5C6BA77D0B04CD6620D2DE3AC L_18;
|
|
memset((&L_18), 0, sizeof(L_18));
|
|
KeyValuePair_2__ctor_mBEBC19480C80CE07BA6633E4A80C3C94E8352AEE((&L_18), L_16, L_17, /*hidden argument*/KeyValuePair_2__ctor_mBEBC19480C80CE07BA6633E4A80C3C94E8352AEE_RuntimeMethod_var);
|
|
int32_t L_19;
|
|
L_19 = ArrayHelpers_Append_TisKeyValuePair_2_tC24A74EF64A292F5C6BA77D0B04CD6620D2DE3AC_m885486ED06E8532B056692449C806F313AED6FB0(L_15, L_18, ArrayHelpers_Append_TisKeyValuePair_2_tC24A74EF64A292F5C6BA77D0B04CD6620D2DE3AC_m885486ED06E8532B056692449C806F313AED6FB0_RuntimeMethod_var);
|
|
// return result;
|
|
InputDeviceMatcher_tF9BA551C8BB4AE41672366A7EBEA951543E0C555 L_20 = V_1;
|
|
return L_20;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C InputDeviceMatcher_tF9BA551C8BB4AE41672366A7EBEA951543E0C555 InputDeviceMatcher_With_m7593626DAF8B4ED8CA7A22E7F0F74A694219445F_AdjustorThunk (RuntimeObject* __this, InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 ___0_key, RuntimeObject* ___1_value, bool ___2_supportRegex, const RuntimeMethod* method)
|
|
{
|
|
InputDeviceMatcher_tF9BA551C8BB4AE41672366A7EBEA951543E0C555* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<InputDeviceMatcher_tF9BA551C8BB4AE41672366A7EBEA951543E0C555*>(__this + _offset);
|
|
InputDeviceMatcher_tF9BA551C8BB4AE41672366A7EBEA951543E0C555 _returnValue;
|
|
_returnValue = InputDeviceMatcher_With_m7593626DAF8B4ED8CA7A22E7F0F74A694219445F(_thisAdjusted, ___0_key, ___1_value, ___2_supportRegex, method);
|
|
return _returnValue;
|
|
}
|
|
// System.Single UnityEngine.InputSystem.Layouts.InputDeviceMatcher::MatchPercentage(UnityEngine.InputSystem.Layouts.InputDeviceDescription)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float InputDeviceMatcher_MatchPercentage_m63C8CBE94170B8D8BCDC45BAC7714F373B754311 (InputDeviceMatcher_tF9BA551C8BB4AE41672366A7EBEA951543E0C555* __this, InputDeviceDescription_tE86DD77422AAF60ADDAC788B31E5A05E739B708F ___0_deviceDescription, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
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;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
float V_2 = 0.0f;
|
|
int32_t V_3 = 0;
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 V_4;
|
|
memset((&V_4), 0, sizeof(V_4));
|
|
RuntimeObject* V_5 = NULL;
|
|
JsonParser_tF738BE4FBF77CE449E21EA2CE18E937B6692B7E6 V_6;
|
|
memset((&V_6), 0, sizeof(V_6));
|
|
JsonValue_t01DB320267C848E729A400EF2345979978F851D2 V_7;
|
|
memset((&V_7), 0, sizeof(V_7));
|
|
{
|
|
// if (empty)
|
|
bool L_0;
|
|
L_0 = InputDeviceMatcher_get_empty_m0E030073C9FCB8205D37CE5F839D93DB8ACDC99B(__this, NULL);
|
|
if (!L_0)
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
// return 0;
|
|
return (0.0f);
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
// var numPatterns = m_Patterns.Length;
|
|
KeyValuePair_2U5BU5D_tF8154B2302178CCE00D745DBF55F703880469DFC* L_1 = __this->___m_Patterns_0;
|
|
NullCheck(L_1);
|
|
V_0 = ((int32_t)(((RuntimeArray*)L_1)->max_length));
|
|
// for (var i = 0; i < numPatterns; ++i)
|
|
V_3 = 0;
|
|
goto IL_01b0;
|
|
}
|
|
|
|
IL_001e:
|
|
{
|
|
// var key = m_Patterns[i].Key;
|
|
KeyValuePair_2U5BU5D_tF8154B2302178CCE00D745DBF55F703880469DFC* L_2 = __this->___m_Patterns_0;
|
|
int32_t L_3 = V_3;
|
|
NullCheck(L_2);
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_4;
|
|
L_4 = KeyValuePair_2_get_Key_mC668DBB7580ADCE4B3D87DA1C6E91F6E56B9EE84_inline(((L_2)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_3))), KeyValuePair_2_get_Key_mC668DBB7580ADCE4B3D87DA1C6E91F6E56B9EE84_RuntimeMethod_var);
|
|
V_4 = L_4;
|
|
// var pattern = m_Patterns[i].Value;
|
|
KeyValuePair_2U5BU5D_tF8154B2302178CCE00D745DBF55F703880469DFC* L_5 = __this->___m_Patterns_0;
|
|
int32_t L_6 = V_3;
|
|
NullCheck(L_5);
|
|
RuntimeObject* L_7;
|
|
L_7 = KeyValuePair_2_get_Value_m1425379DCDEDB955455E242B31CD2AE43552B441_inline(((L_5)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_6))), KeyValuePair_2_get_Value_m1425379DCDEDB955455E242B31CD2AE43552B441_RuntimeMethod_var);
|
|
V_5 = L_7;
|
|
// if (key == kInterfaceKey)
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_8 = V_4;
|
|
il2cpp_codegen_runtime_class_init_inline(InputDeviceMatcher_tF9BA551C8BB4AE41672366A7EBEA951543E0C555_il2cpp_TypeInfo_var);
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_9 = ((InputDeviceMatcher_tF9BA551C8BB4AE41672366A7EBEA951543E0C555_StaticFields*)il2cpp_codegen_static_fields_for(InputDeviceMatcher_tF9BA551C8BB4AE41672366A7EBEA951543E0C555_il2cpp_TypeInfo_var))->___kInterfaceKey_1;
|
|
bool L_10;
|
|
L_10 = InternedString_op_Equality_m0406355DC90197EF72482719BFC1F046822BABE9(L_8, L_9, NULL);
|
|
if (!L_10)
|
|
{
|
|
goto IL_0079;
|
|
}
|
|
}
|
|
{
|
|
// if (string.IsNullOrEmpty(deviceDescription.interfaceName)
|
|
// || !MatchSingleProperty(pattern, deviceDescription.interfaceName))
|
|
String_t* L_11;
|
|
L_11 = InputDeviceDescription_get_interfaceName_m087CF7E83BAF1E6C6375B3F16A9FAA3A71717D07_inline((&___0_deviceDescription), NULL);
|
|
bool L_12;
|
|
L_12 = String_IsNullOrEmpty_mEA9E3FB005AC28FE02E69FCF95A7B8456192B478(L_11, NULL);
|
|
if (L_12)
|
|
{
|
|
goto IL_0073;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject* L_13 = V_5;
|
|
String_t* L_14;
|
|
L_14 = InputDeviceDescription_get_interfaceName_m087CF7E83BAF1E6C6375B3F16A9FAA3A71717D07_inline((&___0_deviceDescription), NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(InputDeviceMatcher_tF9BA551C8BB4AE41672366A7EBEA951543E0C555_il2cpp_TypeInfo_var);
|
|
bool L_15;
|
|
L_15 = InputDeviceMatcher_MatchSingleProperty_mDBE40CDB59835D9052CC920BF195A8A503C60428(L_13, L_14, NULL);
|
|
if (L_15)
|
|
{
|
|
goto IL_01ac;
|
|
}
|
|
}
|
|
|
|
IL_0073:
|
|
{
|
|
// return 0;
|
|
return (0.0f);
|
|
}
|
|
|
|
IL_0079:
|
|
{
|
|
// else if (key == kDeviceClassKey)
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_16 = V_4;
|
|
il2cpp_codegen_runtime_class_init_inline(InputDeviceMatcher_tF9BA551C8BB4AE41672366A7EBEA951543E0C555_il2cpp_TypeInfo_var);
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_17 = ((InputDeviceMatcher_tF9BA551C8BB4AE41672366A7EBEA951543E0C555_StaticFields*)il2cpp_codegen_static_fields_for(InputDeviceMatcher_tF9BA551C8BB4AE41672366A7EBEA951543E0C555_il2cpp_TypeInfo_var))->___kDeviceClassKey_2;
|
|
bool L_18;
|
|
L_18 = InternedString_op_Equality_m0406355DC90197EF72482719BFC1F046822BABE9(L_16, L_17, NULL);
|
|
if (!L_18)
|
|
{
|
|
goto IL_00ae;
|
|
}
|
|
}
|
|
{
|
|
// if (string.IsNullOrEmpty(deviceDescription.deviceClass)
|
|
// || !MatchSingleProperty(pattern, deviceDescription.deviceClass))
|
|
String_t* L_19;
|
|
L_19 = InputDeviceDescription_get_deviceClass_m59E89FD7B104B4E23CB6AA979500CD0330FFBF26_inline((&___0_deviceDescription), NULL);
|
|
bool L_20;
|
|
L_20 = String_IsNullOrEmpty_mEA9E3FB005AC28FE02E69FCF95A7B8456192B478(L_19, NULL);
|
|
if (L_20)
|
|
{
|
|
goto IL_00a8;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject* L_21 = V_5;
|
|
String_t* L_22;
|
|
L_22 = InputDeviceDescription_get_deviceClass_m59E89FD7B104B4E23CB6AA979500CD0330FFBF26_inline((&___0_deviceDescription), NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(InputDeviceMatcher_tF9BA551C8BB4AE41672366A7EBEA951543E0C555_il2cpp_TypeInfo_var);
|
|
bool L_23;
|
|
L_23 = InputDeviceMatcher_MatchSingleProperty_mDBE40CDB59835D9052CC920BF195A8A503C60428(L_21, L_22, NULL);
|
|
if (L_23)
|
|
{
|
|
goto IL_01ac;
|
|
}
|
|
}
|
|
|
|
IL_00a8:
|
|
{
|
|
// return 0;
|
|
return (0.0f);
|
|
}
|
|
|
|
IL_00ae:
|
|
{
|
|
// else if (key == kManufacturerKey)
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_24 = V_4;
|
|
il2cpp_codegen_runtime_class_init_inline(InputDeviceMatcher_tF9BA551C8BB4AE41672366A7EBEA951543E0C555_il2cpp_TypeInfo_var);
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_25 = ((InputDeviceMatcher_tF9BA551C8BB4AE41672366A7EBEA951543E0C555_StaticFields*)il2cpp_codegen_static_fields_for(InputDeviceMatcher_tF9BA551C8BB4AE41672366A7EBEA951543E0C555_il2cpp_TypeInfo_var))->___kManufacturerKey_3;
|
|
bool L_26;
|
|
L_26 = InternedString_op_Equality_m0406355DC90197EF72482719BFC1F046822BABE9(L_24, L_25, NULL);
|
|
if (!L_26)
|
|
{
|
|
goto IL_00e3;
|
|
}
|
|
}
|
|
{
|
|
// if (string.IsNullOrEmpty(deviceDescription.manufacturer)
|
|
// || !MatchSingleProperty(pattern, deviceDescription.manufacturer))
|
|
String_t* L_27;
|
|
L_27 = InputDeviceDescription_get_manufacturer_m1E4560A970F958F452E36A48BE6E420409BB6DA4_inline((&___0_deviceDescription), NULL);
|
|
bool L_28;
|
|
L_28 = String_IsNullOrEmpty_mEA9E3FB005AC28FE02E69FCF95A7B8456192B478(L_27, NULL);
|
|
if (L_28)
|
|
{
|
|
goto IL_00dd;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject* L_29 = V_5;
|
|
String_t* L_30;
|
|
L_30 = InputDeviceDescription_get_manufacturer_m1E4560A970F958F452E36A48BE6E420409BB6DA4_inline((&___0_deviceDescription), NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(InputDeviceMatcher_tF9BA551C8BB4AE41672366A7EBEA951543E0C555_il2cpp_TypeInfo_var);
|
|
bool L_31;
|
|
L_31 = InputDeviceMatcher_MatchSingleProperty_mDBE40CDB59835D9052CC920BF195A8A503C60428(L_29, L_30, NULL);
|
|
if (L_31)
|
|
{
|
|
goto IL_01ac;
|
|
}
|
|
}
|
|
|
|
IL_00dd:
|
|
{
|
|
// return 0;
|
|
return (0.0f);
|
|
}
|
|
|
|
IL_00e3:
|
|
{
|
|
// else if (key == kProductKey)
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_32 = V_4;
|
|
il2cpp_codegen_runtime_class_init_inline(InputDeviceMatcher_tF9BA551C8BB4AE41672366A7EBEA951543E0C555_il2cpp_TypeInfo_var);
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_33 = ((InputDeviceMatcher_tF9BA551C8BB4AE41672366A7EBEA951543E0C555_StaticFields*)il2cpp_codegen_static_fields_for(InputDeviceMatcher_tF9BA551C8BB4AE41672366A7EBEA951543E0C555_il2cpp_TypeInfo_var))->___kProductKey_4;
|
|
bool L_34;
|
|
L_34 = InternedString_op_Equality_m0406355DC90197EF72482719BFC1F046822BABE9(L_32, L_33, NULL);
|
|
if (!L_34)
|
|
{
|
|
goto IL_0118;
|
|
}
|
|
}
|
|
{
|
|
// if (string.IsNullOrEmpty(deviceDescription.product)
|
|
// || !MatchSingleProperty(pattern, deviceDescription.product))
|
|
String_t* L_35;
|
|
L_35 = InputDeviceDescription_get_product_m55D36F17D120E589EAE73B25E0C86B0CE14DA34A_inline((&___0_deviceDescription), NULL);
|
|
bool L_36;
|
|
L_36 = String_IsNullOrEmpty_mEA9E3FB005AC28FE02E69FCF95A7B8456192B478(L_35, NULL);
|
|
if (L_36)
|
|
{
|
|
goto IL_0112;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject* L_37 = V_5;
|
|
String_t* L_38;
|
|
L_38 = InputDeviceDescription_get_product_m55D36F17D120E589EAE73B25E0C86B0CE14DA34A_inline((&___0_deviceDescription), NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(InputDeviceMatcher_tF9BA551C8BB4AE41672366A7EBEA951543E0C555_il2cpp_TypeInfo_var);
|
|
bool L_39;
|
|
L_39 = InputDeviceMatcher_MatchSingleProperty_mDBE40CDB59835D9052CC920BF195A8A503C60428(L_37, L_38, NULL);
|
|
if (L_39)
|
|
{
|
|
goto IL_01ac;
|
|
}
|
|
}
|
|
|
|
IL_0112:
|
|
{
|
|
// return 0;
|
|
return (0.0f);
|
|
}
|
|
|
|
IL_0118:
|
|
{
|
|
// else if (key == kVersionKey)
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_40 = V_4;
|
|
il2cpp_codegen_runtime_class_init_inline(InputDeviceMatcher_tF9BA551C8BB4AE41672366A7EBEA951543E0C555_il2cpp_TypeInfo_var);
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_41 = ((InputDeviceMatcher_tF9BA551C8BB4AE41672366A7EBEA951543E0C555_StaticFields*)il2cpp_codegen_static_fields_for(InputDeviceMatcher_tF9BA551C8BB4AE41672366A7EBEA951543E0C555_il2cpp_TypeInfo_var))->___kVersionKey_5;
|
|
bool L_42;
|
|
L_42 = InternedString_op_Equality_m0406355DC90197EF72482719BFC1F046822BABE9(L_40, L_41, NULL);
|
|
if (!L_42)
|
|
{
|
|
goto IL_014a;
|
|
}
|
|
}
|
|
{
|
|
// if (string.IsNullOrEmpty(deviceDescription.version)
|
|
// || !MatchSingleProperty(pattern, deviceDescription.version))
|
|
String_t* L_43;
|
|
L_43 = InputDeviceDescription_get_version_m821EE2A4E5DFCF573BCD227EC1DFEDBC0344D033_inline((&___0_deviceDescription), NULL);
|
|
bool L_44;
|
|
L_44 = String_IsNullOrEmpty_mEA9E3FB005AC28FE02E69FCF95A7B8456192B478(L_43, NULL);
|
|
if (L_44)
|
|
{
|
|
goto IL_0144;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject* L_45 = V_5;
|
|
String_t* L_46;
|
|
L_46 = InputDeviceDescription_get_version_m821EE2A4E5DFCF573BCD227EC1DFEDBC0344D033_inline((&___0_deviceDescription), NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(InputDeviceMatcher_tF9BA551C8BB4AE41672366A7EBEA951543E0C555_il2cpp_TypeInfo_var);
|
|
bool L_47;
|
|
L_47 = InputDeviceMatcher_MatchSingleProperty_mDBE40CDB59835D9052CC920BF195A8A503C60428(L_45, L_46, NULL);
|
|
if (L_47)
|
|
{
|
|
goto IL_01ac;
|
|
}
|
|
}
|
|
|
|
IL_0144:
|
|
{
|
|
// return 0;
|
|
return (0.0f);
|
|
}
|
|
|
|
IL_014a:
|
|
{
|
|
// if (string.IsNullOrEmpty(deviceDescription.capabilities))
|
|
String_t* L_48;
|
|
L_48 = InputDeviceDescription_get_capabilities_mEBF36ED5663709FCA039D1AEA87F6B6C404E76CD_inline((&___0_deviceDescription), NULL);
|
|
bool L_49;
|
|
L_49 = String_IsNullOrEmpty_mEA9E3FB005AC28FE02E69FCF95A7B8456192B478(L_48, NULL);
|
|
if (!L_49)
|
|
{
|
|
goto IL_015e;
|
|
}
|
|
}
|
|
{
|
|
// return 0;
|
|
return (0.0f);
|
|
}
|
|
|
|
IL_015e:
|
|
{
|
|
// var graph = new JsonParser(deviceDescription.capabilities);
|
|
String_t* L_50;
|
|
L_50 = InputDeviceDescription_get_capabilities_mEBF36ED5663709FCA039D1AEA87F6B6C404E76CD_inline((&___0_deviceDescription), NULL);
|
|
JsonParser__ctor_m0A320E9D94FBBCD5FCC6429AC7C0616A9E47A148((&V_6), L_50, NULL);
|
|
// if (!graph.NavigateToProperty(key.ToString()) ||
|
|
// !graph.CurrentPropertyHasValueEqualTo(new JsonParser.JsonValue { type = JsonParser.JsonValueType.Any, anyValue = pattern}))
|
|
String_t* L_51;
|
|
L_51 = InternedString_ToString_mED327D67EF001C5EDFF284336F13C3E3F025993A((&V_4), NULL);
|
|
bool L_52;
|
|
L_52 = JsonParser_NavigateToProperty_mABC16811411CAB28E453A3414AE7E747E914F2C0((&V_6), L_51, NULL);
|
|
if (!L_52)
|
|
{
|
|
goto IL_01a6;
|
|
}
|
|
}
|
|
{
|
|
il2cpp_codegen_initobj((&V_7), sizeof(JsonValue_t01DB320267C848E729A400EF2345979978F851D2));
|
|
(&V_7)->___type_0 = 7;
|
|
RuntimeObject* L_53 = V_5;
|
|
(&V_7)->___anyValue_7 = L_53;
|
|
Il2CppCodeGenWriteBarrier((void**)(&(&V_7)->___anyValue_7), (void*)L_53);
|
|
JsonValue_t01DB320267C848E729A400EF2345979978F851D2 L_54 = V_7;
|
|
bool L_55;
|
|
L_55 = JsonParser_CurrentPropertyHasValueEqualTo_m38EF26F952E81A440FA57ED7D044C80D7FEFA5AD((&V_6), L_54, NULL);
|
|
if (L_55)
|
|
{
|
|
goto IL_01ac;
|
|
}
|
|
}
|
|
|
|
IL_01a6:
|
|
{
|
|
// return 0;
|
|
return (0.0f);
|
|
}
|
|
|
|
IL_01ac:
|
|
{
|
|
// for (var i = 0; i < numPatterns; ++i)
|
|
int32_t L_56 = V_3;
|
|
V_3 = ((int32_t)il2cpp_codegen_add(L_56, 1));
|
|
}
|
|
|
|
IL_01b0:
|
|
{
|
|
// for (var i = 0; i < numPatterns; ++i)
|
|
int32_t L_57 = V_3;
|
|
int32_t L_58 = V_0;
|
|
if ((((int32_t)L_57) < ((int32_t)L_58)))
|
|
{
|
|
goto IL_001e;
|
|
}
|
|
}
|
|
{
|
|
// var propertyCountInDescription = GetNumPropertiesIn(deviceDescription);
|
|
InputDeviceDescription_tE86DD77422AAF60ADDAC788B31E5A05E739B708F L_59 = ___0_deviceDescription;
|
|
il2cpp_codegen_runtime_class_init_inline(InputDeviceMatcher_tF9BA551C8BB4AE41672366A7EBEA951543E0C555_il2cpp_TypeInfo_var);
|
|
int32_t L_60;
|
|
L_60 = InputDeviceMatcher_GetNumPropertiesIn_m1AE13E7DCBF715E39BB1A44D74DAE938A390D46B(L_59, NULL);
|
|
V_1 = L_60;
|
|
// var scorePerProperty = 1.0f / propertyCountInDescription;
|
|
int32_t L_61 = V_1;
|
|
V_2 = ((float)((1.0f)/((float)L_61)));
|
|
// return numPatterns * scorePerProperty;
|
|
int32_t L_62 = V_0;
|
|
float L_63 = V_2;
|
|
return ((float)il2cpp_codegen_multiply(((float)L_62), L_63));
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C float InputDeviceMatcher_MatchPercentage_m63C8CBE94170B8D8BCDC45BAC7714F373B754311_AdjustorThunk (RuntimeObject* __this, InputDeviceDescription_tE86DD77422AAF60ADDAC788B31E5A05E739B708F ___0_deviceDescription, const RuntimeMethod* method)
|
|
{
|
|
InputDeviceMatcher_tF9BA551C8BB4AE41672366A7EBEA951543E0C555* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<InputDeviceMatcher_tF9BA551C8BB4AE41672366A7EBEA951543E0C555*>(__this + _offset);
|
|
float _returnValue;
|
|
_returnValue = InputDeviceMatcher_MatchPercentage_m63C8CBE94170B8D8BCDC45BAC7714F373B754311(_thisAdjusted, ___0_deviceDescription, method);
|
|
return _returnValue;
|
|
}
|
|
// System.Boolean UnityEngine.InputSystem.Layouts.InputDeviceMatcher::MatchSingleProperty(System.Object,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputDeviceMatcher_MatchSingleProperty_mDBE40CDB59835D9052CC920BF195A8A503C60428 (RuntimeObject* ___0_pattern, String_t* ___1_value, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Regex_tE773142C2BE45C5D362B0F815AFF831707A51772_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
String_t* V_0 = NULL;
|
|
Regex_tE773142C2BE45C5D362B0F815AFF831707A51772* V_1 = NULL;
|
|
{
|
|
// if (pattern is string str)
|
|
RuntimeObject* L_0 = ___0_pattern;
|
|
V_0 = ((String_t*)IsInstSealed((RuntimeObject*)L_0, String_t_il2cpp_TypeInfo_var));
|
|
String_t* L_1 = V_0;
|
|
if (!L_1)
|
|
{
|
|
goto IL_0016;
|
|
}
|
|
}
|
|
{
|
|
// return string.Compare(str, value, StringComparison.OrdinalIgnoreCase) == 0;
|
|
String_t* L_2 = V_0;
|
|
String_t* L_3 = ___1_value;
|
|
int32_t L_4;
|
|
L_4 = String_Compare_mB21E4512DAFACE027D2DD3FE75DD6E69CE315009(L_2, L_3, 5, NULL);
|
|
return (bool)((((int32_t)L_4) == ((int32_t)0))? 1 : 0);
|
|
}
|
|
|
|
IL_0016:
|
|
{
|
|
// if (pattern is Regex regex)
|
|
RuntimeObject* L_5 = ___0_pattern;
|
|
V_1 = ((Regex_tE773142C2BE45C5D362B0F815AFF831707A51772*)IsInstClass((RuntimeObject*)L_5, Regex_tE773142C2BE45C5D362B0F815AFF831707A51772_il2cpp_TypeInfo_var));
|
|
Regex_tE773142C2BE45C5D362B0F815AFF831707A51772* L_6 = V_1;
|
|
if (!L_6)
|
|
{
|
|
goto IL_0028;
|
|
}
|
|
}
|
|
{
|
|
// return regex.IsMatch(value);
|
|
Regex_tE773142C2BE45C5D362B0F815AFF831707A51772* L_7 = V_1;
|
|
String_t* L_8 = ___1_value;
|
|
NullCheck(L_7);
|
|
bool L_9;
|
|
L_9 = Regex_IsMatch_m7E96E666FBE7259D7638A3A6A21BE824D2406F49(L_7, L_8, NULL);
|
|
return L_9;
|
|
}
|
|
|
|
IL_0028:
|
|
{
|
|
// return false;
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Int32 UnityEngine.InputSystem.Layouts.InputDeviceMatcher::GetNumPropertiesIn(UnityEngine.InputSystem.Layouts.InputDeviceDescription)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t InputDeviceMatcher_GetNumPropertiesIn_m1AE13E7DCBF715E39BB1A44D74DAE938A390D46B (InputDeviceDescription_tE86DD77422AAF60ADDAC788B31E5A05E739B708F ___0_description, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
{
|
|
// var count = 0;
|
|
V_0 = 0;
|
|
// if (!string.IsNullOrEmpty(description.interfaceName))
|
|
String_t* L_0;
|
|
L_0 = InputDeviceDescription_get_interfaceName_m087CF7E83BAF1E6C6375B3F16A9FAA3A71717D07_inline((&___0_description), NULL);
|
|
bool L_1;
|
|
L_1 = String_IsNullOrEmpty_mEA9E3FB005AC28FE02E69FCF95A7B8456192B478(L_0, NULL);
|
|
if (L_1)
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
// count += 1;
|
|
int32_t L_2 = V_0;
|
|
V_0 = ((int32_t)il2cpp_codegen_add(L_2, 1));
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
// if (!string.IsNullOrEmpty(description.deviceClass))
|
|
String_t* L_3;
|
|
L_3 = InputDeviceDescription_get_deviceClass_m59E89FD7B104B4E23CB6AA979500CD0330FFBF26_inline((&___0_description), NULL);
|
|
bool L_4;
|
|
L_4 = String_IsNullOrEmpty_mEA9E3FB005AC28FE02E69FCF95A7B8456192B478(L_3, NULL);
|
|
if (L_4)
|
|
{
|
|
goto IL_0026;
|
|
}
|
|
}
|
|
{
|
|
// count += 1;
|
|
int32_t L_5 = V_0;
|
|
V_0 = ((int32_t)il2cpp_codegen_add(L_5, 1));
|
|
}
|
|
|
|
IL_0026:
|
|
{
|
|
// if (!string.IsNullOrEmpty(description.manufacturer))
|
|
String_t* L_6;
|
|
L_6 = InputDeviceDescription_get_manufacturer_m1E4560A970F958F452E36A48BE6E420409BB6DA4_inline((&___0_description), NULL);
|
|
bool L_7;
|
|
L_7 = String_IsNullOrEmpty_mEA9E3FB005AC28FE02E69FCF95A7B8456192B478(L_6, NULL);
|
|
if (L_7)
|
|
{
|
|
goto IL_0038;
|
|
}
|
|
}
|
|
{
|
|
// count += 1;
|
|
int32_t L_8 = V_0;
|
|
V_0 = ((int32_t)il2cpp_codegen_add(L_8, 1));
|
|
}
|
|
|
|
IL_0038:
|
|
{
|
|
// if (!string.IsNullOrEmpty(description.product))
|
|
String_t* L_9;
|
|
L_9 = InputDeviceDescription_get_product_m55D36F17D120E589EAE73B25E0C86B0CE14DA34A_inline((&___0_description), NULL);
|
|
bool L_10;
|
|
L_10 = String_IsNullOrEmpty_mEA9E3FB005AC28FE02E69FCF95A7B8456192B478(L_9, NULL);
|
|
if (L_10)
|
|
{
|
|
goto IL_004a;
|
|
}
|
|
}
|
|
{
|
|
// count += 1;
|
|
int32_t L_11 = V_0;
|
|
V_0 = ((int32_t)il2cpp_codegen_add(L_11, 1));
|
|
}
|
|
|
|
IL_004a:
|
|
{
|
|
// if (!string.IsNullOrEmpty(description.version))
|
|
String_t* L_12;
|
|
L_12 = InputDeviceDescription_get_version_m821EE2A4E5DFCF573BCD227EC1DFEDBC0344D033_inline((&___0_description), NULL);
|
|
bool L_13;
|
|
L_13 = String_IsNullOrEmpty_mEA9E3FB005AC28FE02E69FCF95A7B8456192B478(L_12, NULL);
|
|
if (L_13)
|
|
{
|
|
goto IL_005c;
|
|
}
|
|
}
|
|
{
|
|
// count += 1;
|
|
int32_t L_14 = V_0;
|
|
V_0 = ((int32_t)il2cpp_codegen_add(L_14, 1));
|
|
}
|
|
|
|
IL_005c:
|
|
{
|
|
// if (!string.IsNullOrEmpty(description.capabilities))
|
|
String_t* L_15;
|
|
L_15 = InputDeviceDescription_get_capabilities_mEBF36ED5663709FCA039D1AEA87F6B6C404E76CD_inline((&___0_description), NULL);
|
|
bool L_16;
|
|
L_16 = String_IsNullOrEmpty_mEA9E3FB005AC28FE02E69FCF95A7B8456192B478(L_15, NULL);
|
|
if (L_16)
|
|
{
|
|
goto IL_006e;
|
|
}
|
|
}
|
|
{
|
|
// count += 1;
|
|
int32_t L_17 = V_0;
|
|
V_0 = ((int32_t)il2cpp_codegen_add(L_17, 1));
|
|
}
|
|
|
|
IL_006e:
|
|
{
|
|
// return count;
|
|
int32_t L_18 = V_0;
|
|
return L_18;
|
|
}
|
|
}
|
|
// UnityEngine.InputSystem.Layouts.InputDeviceMatcher UnityEngine.InputSystem.Layouts.InputDeviceMatcher::FromDeviceDescription(UnityEngine.InputSystem.Layouts.InputDeviceDescription)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputDeviceMatcher_tF9BA551C8BB4AE41672366A7EBEA951543E0C555 InputDeviceMatcher_FromDeviceDescription_mF9EE7DD8BC9F831704AA026715886ABA466F6515 (InputDeviceDescription_tE86DD77422AAF60ADDAC788B31E5A05E739B708F ___0_deviceDescription, const RuntimeMethod* method)
|
|
{
|
|
InputDeviceMatcher_tF9BA551C8BB4AE41672366A7EBEA951543E0C555 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
// var matcher = new InputDeviceMatcher();
|
|
il2cpp_codegen_initobj((&V_0), sizeof(InputDeviceMatcher_tF9BA551C8BB4AE41672366A7EBEA951543E0C555));
|
|
// if (!string.IsNullOrEmpty(deviceDescription.interfaceName))
|
|
String_t* L_0;
|
|
L_0 = InputDeviceDescription_get_interfaceName_m087CF7E83BAF1E6C6375B3F16A9FAA3A71717D07_inline((&___0_deviceDescription), NULL);
|
|
bool L_1;
|
|
L_1 = String_IsNullOrEmpty_mEA9E3FB005AC28FE02E69FCF95A7B8456192B478(L_0, NULL);
|
|
if (L_1)
|
|
{
|
|
goto IL_0026;
|
|
}
|
|
}
|
|
{
|
|
// matcher = matcher.WithInterface(deviceDescription.interfaceName, false);
|
|
String_t* L_2;
|
|
L_2 = InputDeviceDescription_get_interfaceName_m087CF7E83BAF1E6C6375B3F16A9FAA3A71717D07_inline((&___0_deviceDescription), NULL);
|
|
InputDeviceMatcher_tF9BA551C8BB4AE41672366A7EBEA951543E0C555 L_3;
|
|
L_3 = InputDeviceMatcher_WithInterface_m58A8A1CF9A77598D0F904E13A86F48B3464725E4((&V_0), L_2, (bool)0, NULL);
|
|
V_0 = L_3;
|
|
}
|
|
|
|
IL_0026:
|
|
{
|
|
// if (!string.IsNullOrEmpty(deviceDescription.deviceClass))
|
|
String_t* L_4;
|
|
L_4 = InputDeviceDescription_get_deviceClass_m59E89FD7B104B4E23CB6AA979500CD0330FFBF26_inline((&___0_deviceDescription), NULL);
|
|
bool L_5;
|
|
L_5 = String_IsNullOrEmpty_mEA9E3FB005AC28FE02E69FCF95A7B8456192B478(L_4, NULL);
|
|
if (L_5)
|
|
{
|
|
goto IL_0044;
|
|
}
|
|
}
|
|
{
|
|
// matcher = matcher.WithDeviceClass(deviceDescription.deviceClass, false);
|
|
String_t* L_6;
|
|
L_6 = InputDeviceDescription_get_deviceClass_m59E89FD7B104B4E23CB6AA979500CD0330FFBF26_inline((&___0_deviceDescription), NULL);
|
|
InputDeviceMatcher_tF9BA551C8BB4AE41672366A7EBEA951543E0C555 L_7;
|
|
L_7 = InputDeviceMatcher_WithDeviceClass_m303C68EE7902057FB7C4DA6CCAEC4A95B1BEB193((&V_0), L_6, (bool)0, NULL);
|
|
V_0 = L_7;
|
|
}
|
|
|
|
IL_0044:
|
|
{
|
|
// if (!string.IsNullOrEmpty(deviceDescription.manufacturer))
|
|
String_t* L_8;
|
|
L_8 = InputDeviceDescription_get_manufacturer_m1E4560A970F958F452E36A48BE6E420409BB6DA4_inline((&___0_deviceDescription), NULL);
|
|
bool L_9;
|
|
L_9 = String_IsNullOrEmpty_mEA9E3FB005AC28FE02E69FCF95A7B8456192B478(L_8, NULL);
|
|
if (L_9)
|
|
{
|
|
goto IL_0062;
|
|
}
|
|
}
|
|
{
|
|
// matcher = matcher.WithManufacturer(deviceDescription.manufacturer, false);
|
|
String_t* L_10;
|
|
L_10 = InputDeviceDescription_get_manufacturer_m1E4560A970F958F452E36A48BE6E420409BB6DA4_inline((&___0_deviceDescription), NULL);
|
|
InputDeviceMatcher_tF9BA551C8BB4AE41672366A7EBEA951543E0C555 L_11;
|
|
L_11 = InputDeviceMatcher_WithManufacturer_m1D657A87897B8EA1833248EF3D07E265DDE90F00((&V_0), L_10, (bool)0, NULL);
|
|
V_0 = L_11;
|
|
}
|
|
|
|
IL_0062:
|
|
{
|
|
// if (!string.IsNullOrEmpty(deviceDescription.product))
|
|
String_t* L_12;
|
|
L_12 = InputDeviceDescription_get_product_m55D36F17D120E589EAE73B25E0C86B0CE14DA34A_inline((&___0_deviceDescription), NULL);
|
|
bool L_13;
|
|
L_13 = String_IsNullOrEmpty_mEA9E3FB005AC28FE02E69FCF95A7B8456192B478(L_12, NULL);
|
|
if (L_13)
|
|
{
|
|
goto IL_0080;
|
|
}
|
|
}
|
|
{
|
|
// matcher = matcher.WithProduct(deviceDescription.product, false);
|
|
String_t* L_14;
|
|
L_14 = InputDeviceDescription_get_product_m55D36F17D120E589EAE73B25E0C86B0CE14DA34A_inline((&___0_deviceDescription), NULL);
|
|
InputDeviceMatcher_tF9BA551C8BB4AE41672366A7EBEA951543E0C555 L_15;
|
|
L_15 = InputDeviceMatcher_WithProduct_mE94024C38110251CBECB493C7753D417FFC5FD2E((&V_0), L_14, (bool)0, NULL);
|
|
V_0 = L_15;
|
|
}
|
|
|
|
IL_0080:
|
|
{
|
|
// if (!string.IsNullOrEmpty(deviceDescription.version))
|
|
String_t* L_16;
|
|
L_16 = InputDeviceDescription_get_version_m821EE2A4E5DFCF573BCD227EC1DFEDBC0344D033_inline((&___0_deviceDescription), NULL);
|
|
bool L_17;
|
|
L_17 = String_IsNullOrEmpty_mEA9E3FB005AC28FE02E69FCF95A7B8456192B478(L_16, NULL);
|
|
if (L_17)
|
|
{
|
|
goto IL_009e;
|
|
}
|
|
}
|
|
{
|
|
// matcher = matcher.WithVersion(deviceDescription.version, false);
|
|
String_t* L_18;
|
|
L_18 = InputDeviceDescription_get_version_m821EE2A4E5DFCF573BCD227EC1DFEDBC0344D033_inline((&___0_deviceDescription), NULL);
|
|
InputDeviceMatcher_tF9BA551C8BB4AE41672366A7EBEA951543E0C555 L_19;
|
|
L_19 = InputDeviceMatcher_WithVersion_mB3E3012EA1A23B9F5DC7A7DB4CDED3E3BD14EF71((&V_0), L_18, (bool)0, NULL);
|
|
V_0 = L_19;
|
|
}
|
|
|
|
IL_009e:
|
|
{
|
|
// return matcher;
|
|
InputDeviceMatcher_tF9BA551C8BB4AE41672366A7EBEA951543E0C555 L_20 = V_0;
|
|
return L_20;
|
|
}
|
|
}
|
|
// System.String UnityEngine.InputSystem.Layouts.InputDeviceMatcher::ToString()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* InputDeviceMatcher_ToString_m13CED745D81C5947D689477940588107097A8D20 (InputDeviceMatcher_tF9BA551C8BB4AE41672366A7EBEA951543E0C555* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735_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);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0236BACCD260A20F0738D0E7EDBB60850D17B36A);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6536BE59F0E519C5A741CF907BA6A7047B763361);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE15D34C7DBDCA4C642A2E1C84C08A49E85B30B85);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
String_t* V_0 = NULL;
|
|
KeyValuePair_2U5BU5D_tF8154B2302178CCE00D745DBF55F703880469DFC* V_1 = NULL;
|
|
int32_t V_2 = 0;
|
|
KeyValuePair_2_tC24A74EF64A292F5C6BA77D0B04CD6620D2DE3AC V_3;
|
|
memset((&V_3), 0, sizeof(V_3));
|
|
{
|
|
// if (empty)
|
|
bool L_0;
|
|
L_0 = InputDeviceMatcher_get_empty_m0E030073C9FCB8205D37CE5F839D93DB8ACDC99B(__this, NULL);
|
|
if (!L_0)
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
// return "<empty>";
|
|
return _stringLiteral6536BE59F0E519C5A741CF907BA6A7047B763361;
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
// var result = string.Empty;
|
|
String_t* L_1 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6;
|
|
V_0 = L_1;
|
|
// foreach (var pattern in m_Patterns)
|
|
KeyValuePair_2U5BU5D_tF8154B2302178CCE00D745DBF55F703880469DFC* L_2 = __this->___m_Patterns_0;
|
|
V_1 = L_2;
|
|
V_2 = 0;
|
|
goto IL_007e;
|
|
}
|
|
|
|
IL_001f:
|
|
{
|
|
// foreach (var pattern in m_Patterns)
|
|
KeyValuePair_2U5BU5D_tF8154B2302178CCE00D745DBF55F703880469DFC* L_3 = V_1;
|
|
int32_t L_4 = V_2;
|
|
NullCheck(L_3);
|
|
int32_t L_5 = L_4;
|
|
KeyValuePair_2_tC24A74EF64A292F5C6BA77D0B04CD6620D2DE3AC L_6 = (L_3)->GetAt(static_cast<il2cpp_array_size_t>(L_5));
|
|
V_3 = L_6;
|
|
// if (result.Length > 0)
|
|
String_t* L_7 = V_0;
|
|
NullCheck(L_7);
|
|
int32_t L_8;
|
|
L_8 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_7, NULL);
|
|
if ((((int32_t)L_8) <= ((int32_t)0)))
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
}
|
|
{
|
|
// result += $",{pattern.Key}={pattern.Value}";
|
|
String_t* L_9 = V_0;
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_10;
|
|
L_10 = KeyValuePair_2_get_Key_mC668DBB7580ADCE4B3D87DA1C6E91F6E56B9EE84_inline((&V_3), KeyValuePair_2_get_Key_mC668DBB7580ADCE4B3D87DA1C6E91F6E56B9EE84_RuntimeMethod_var);
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_11 = L_10;
|
|
RuntimeObject* L_12 = Box(InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735_il2cpp_TypeInfo_var, &L_11);
|
|
RuntimeObject* L_13;
|
|
L_13 = KeyValuePair_2_get_Value_m1425379DCDEDB955455E242B31CD2AE43552B441_inline((&V_3), KeyValuePair_2_get_Value_m1425379DCDEDB955455E242B31CD2AE43552B441_RuntimeMethod_var);
|
|
String_t* L_14;
|
|
L_14 = String_Format_mFB7DA489BD99F4670881FF50EC017BFB0A5C0987(_stringLiteralE15D34C7DBDCA4C642A2E1C84C08A49E85B30B85, L_12, L_13, NULL);
|
|
String_t* L_15;
|
|
L_15 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(L_9, L_14, NULL);
|
|
V_0 = L_15;
|
|
goto IL_007a;
|
|
}
|
|
|
|
IL_0056:
|
|
{
|
|
// result += $"{pattern.Key}={pattern.Value}";
|
|
String_t* L_16 = V_0;
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_17;
|
|
L_17 = KeyValuePair_2_get_Key_mC668DBB7580ADCE4B3D87DA1C6E91F6E56B9EE84_inline((&V_3), KeyValuePair_2_get_Key_mC668DBB7580ADCE4B3D87DA1C6E91F6E56B9EE84_RuntimeMethod_var);
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_18 = L_17;
|
|
RuntimeObject* L_19 = Box(InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735_il2cpp_TypeInfo_var, &L_18);
|
|
RuntimeObject* L_20;
|
|
L_20 = KeyValuePair_2_get_Value_m1425379DCDEDB955455E242B31CD2AE43552B441_inline((&V_3), KeyValuePair_2_get_Value_m1425379DCDEDB955455E242B31CD2AE43552B441_RuntimeMethod_var);
|
|
String_t* L_21;
|
|
L_21 = String_Format_mFB7DA489BD99F4670881FF50EC017BFB0A5C0987(_stringLiteral0236BACCD260A20F0738D0E7EDBB60850D17B36A, L_19, L_20, NULL);
|
|
String_t* L_22;
|
|
L_22 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(L_16, L_21, NULL);
|
|
V_0 = L_22;
|
|
}
|
|
|
|
IL_007a:
|
|
{
|
|
int32_t L_23 = V_2;
|
|
V_2 = ((int32_t)il2cpp_codegen_add(L_23, 1));
|
|
}
|
|
|
|
IL_007e:
|
|
{
|
|
// foreach (var pattern in m_Patterns)
|
|
int32_t L_24 = V_2;
|
|
KeyValuePair_2U5BU5D_tF8154B2302178CCE00D745DBF55F703880469DFC* L_25 = V_1;
|
|
NullCheck(L_25);
|
|
if ((((int32_t)L_24) < ((int32_t)((int32_t)(((RuntimeArray*)L_25)->max_length)))))
|
|
{
|
|
goto IL_001f;
|
|
}
|
|
}
|
|
{
|
|
// return result;
|
|
String_t* L_26 = V_0;
|
|
return L_26;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C String_t* InputDeviceMatcher_ToString_m13CED745D81C5947D689477940588107097A8D20_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
InputDeviceMatcher_tF9BA551C8BB4AE41672366A7EBEA951543E0C555* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<InputDeviceMatcher_tF9BA551C8BB4AE41672366A7EBEA951543E0C555*>(__this + _offset);
|
|
String_t* _returnValue;
|
|
_returnValue = InputDeviceMatcher_ToString_m13CED745D81C5947D689477940588107097A8D20(_thisAdjusted, method);
|
|
return _returnValue;
|
|
}
|
|
// System.Boolean UnityEngine.InputSystem.Layouts.InputDeviceMatcher::Equals(UnityEngine.InputSystem.Layouts.InputDeviceMatcher)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputDeviceMatcher_Equals_mA7F59F3D0FD7E119B67578E538679A85481A2026 (InputDeviceMatcher_tF9BA551C8BB4AE41672366A7EBEA951543E0C555* __this, InputDeviceMatcher_tF9BA551C8BB4AE41672366A7EBEA951543E0C555 ___0_other, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
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;
|
|
KeyValuePair_2_tC24A74EF64A292F5C6BA77D0B04CD6620D2DE3AC V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
bool V_2 = false;
|
|
int32_t V_3 = 0;
|
|
KeyValuePair_2_tC24A74EF64A292F5C6BA77D0B04CD6620D2DE3AC V_4;
|
|
memset((&V_4), 0, sizeof(V_4));
|
|
{
|
|
// if (m_Patterns == other.m_Patterns)
|
|
KeyValuePair_2U5BU5D_tF8154B2302178CCE00D745DBF55F703880469DFC* L_0 = __this->___m_Patterns_0;
|
|
InputDeviceMatcher_tF9BA551C8BB4AE41672366A7EBEA951543E0C555 L_1 = ___0_other;
|
|
KeyValuePair_2U5BU5D_tF8154B2302178CCE00D745DBF55F703880469DFC* L_2 = L_1.___m_Patterns_0;
|
|
if ((!(((RuntimeObject*)(KeyValuePair_2U5BU5D_tF8154B2302178CCE00D745DBF55F703880469DFC*)L_0) == ((RuntimeObject*)(KeyValuePair_2U5BU5D_tF8154B2302178CCE00D745DBF55F703880469DFC*)L_2))))
|
|
{
|
|
goto IL_0010;
|
|
}
|
|
}
|
|
{
|
|
// return true;
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0010:
|
|
{
|
|
// if (m_Patterns == null || other.m_Patterns == null)
|
|
KeyValuePair_2U5BU5D_tF8154B2302178CCE00D745DBF55F703880469DFC* L_3 = __this->___m_Patterns_0;
|
|
if (!L_3)
|
|
{
|
|
goto IL_0020;
|
|
}
|
|
}
|
|
{
|
|
InputDeviceMatcher_tF9BA551C8BB4AE41672366A7EBEA951543E0C555 L_4 = ___0_other;
|
|
KeyValuePair_2U5BU5D_tF8154B2302178CCE00D745DBF55F703880469DFC* L_5 = L_4.___m_Patterns_0;
|
|
if (L_5)
|
|
{
|
|
goto IL_0022;
|
|
}
|
|
}
|
|
|
|
IL_0020:
|
|
{
|
|
// return false;
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0022:
|
|
{
|
|
// if (m_Patterns.Length != other.m_Patterns.Length)
|
|
KeyValuePair_2U5BU5D_tF8154B2302178CCE00D745DBF55F703880469DFC* L_6 = __this->___m_Patterns_0;
|
|
NullCheck(L_6);
|
|
InputDeviceMatcher_tF9BA551C8BB4AE41672366A7EBEA951543E0C555 L_7 = ___0_other;
|
|
KeyValuePair_2U5BU5D_tF8154B2302178CCE00D745DBF55F703880469DFC* L_8 = L_7.___m_Patterns_0;
|
|
NullCheck(L_8);
|
|
if ((((int32_t)((int32_t)(((RuntimeArray*)L_6)->max_length))) == ((int32_t)((int32_t)(((RuntimeArray*)L_8)->max_length)))))
|
|
{
|
|
goto IL_0036;
|
|
}
|
|
}
|
|
{
|
|
// return false;
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0036:
|
|
{
|
|
// for (var i = 0; i < m_Patterns.Length; ++i)
|
|
V_0 = 0;
|
|
goto IL_00a3;
|
|
}
|
|
|
|
IL_003a:
|
|
{
|
|
// var thisPattern = m_Patterns[i];
|
|
KeyValuePair_2U5BU5D_tF8154B2302178CCE00D745DBF55F703880469DFC* L_9 = __this->___m_Patterns_0;
|
|
int32_t L_10 = V_0;
|
|
NullCheck(L_9);
|
|
int32_t L_11 = L_10;
|
|
KeyValuePair_2_tC24A74EF64A292F5C6BA77D0B04CD6620D2DE3AC L_12 = (L_9)->GetAt(static_cast<il2cpp_array_size_t>(L_11));
|
|
V_1 = L_12;
|
|
// var foundPattern = false;
|
|
V_2 = (bool)0;
|
|
// for (var n = 0; n < m_Patterns.Length; ++n)
|
|
V_3 = 0;
|
|
goto IL_008f;
|
|
}
|
|
|
|
IL_004d:
|
|
{
|
|
// var otherPattern = other.m_Patterns[n];
|
|
InputDeviceMatcher_tF9BA551C8BB4AE41672366A7EBEA951543E0C555 L_13 = ___0_other;
|
|
KeyValuePair_2U5BU5D_tF8154B2302178CCE00D745DBF55F703880469DFC* L_14 = L_13.___m_Patterns_0;
|
|
int32_t L_15 = V_3;
|
|
NullCheck(L_14);
|
|
int32_t L_16 = L_15;
|
|
KeyValuePair_2_tC24A74EF64A292F5C6BA77D0B04CD6620D2DE3AC L_17 = (L_14)->GetAt(static_cast<il2cpp_array_size_t>(L_16));
|
|
V_4 = L_17;
|
|
// if (thisPattern.Key != otherPattern.Key)
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_18;
|
|
L_18 = KeyValuePair_2_get_Key_mC668DBB7580ADCE4B3D87DA1C6E91F6E56B9EE84_inline((&V_1), KeyValuePair_2_get_Key_mC668DBB7580ADCE4B3D87DA1C6E91F6E56B9EE84_RuntimeMethod_var);
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_19;
|
|
L_19 = KeyValuePair_2_get_Key_mC668DBB7580ADCE4B3D87DA1C6E91F6E56B9EE84_inline((&V_4), KeyValuePair_2_get_Key_mC668DBB7580ADCE4B3D87DA1C6E91F6E56B9EE84_RuntimeMethod_var);
|
|
bool L_20;
|
|
L_20 = InternedString_op_Inequality_m18965E6A5E58BD2BBFA4480022D24D1BF4A4221B(L_18, L_19, NULL);
|
|
if (L_20)
|
|
{
|
|
goto IL_008b;
|
|
}
|
|
}
|
|
{
|
|
// if (!thisPattern.Value.Equals(otherPattern.Value))
|
|
RuntimeObject* L_21;
|
|
L_21 = KeyValuePair_2_get_Value_m1425379DCDEDB955455E242B31CD2AE43552B441_inline((&V_1), KeyValuePair_2_get_Value_m1425379DCDEDB955455E242B31CD2AE43552B441_RuntimeMethod_var);
|
|
RuntimeObject* L_22;
|
|
L_22 = KeyValuePair_2_get_Value_m1425379DCDEDB955455E242B31CD2AE43552B441_inline((&V_4), KeyValuePair_2_get_Value_m1425379DCDEDB955455E242B31CD2AE43552B441_RuntimeMethod_var);
|
|
NullCheck(L_21);
|
|
bool L_23;
|
|
L_23 = VirtualFuncInvoker1< bool, RuntimeObject* >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, L_21, L_22);
|
|
if (L_23)
|
|
{
|
|
goto IL_0087;
|
|
}
|
|
}
|
|
{
|
|
// return false;
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0087:
|
|
{
|
|
// foundPattern = true;
|
|
V_2 = (bool)1;
|
|
// break;
|
|
goto IL_009a;
|
|
}
|
|
|
|
IL_008b:
|
|
{
|
|
// for (var n = 0; n < m_Patterns.Length; ++n)
|
|
int32_t L_24 = V_3;
|
|
V_3 = ((int32_t)il2cpp_codegen_add(L_24, 1));
|
|
}
|
|
|
|
IL_008f:
|
|
{
|
|
// for (var n = 0; n < m_Patterns.Length; ++n)
|
|
int32_t L_25 = V_3;
|
|
KeyValuePair_2U5BU5D_tF8154B2302178CCE00D745DBF55F703880469DFC* L_26 = __this->___m_Patterns_0;
|
|
NullCheck(L_26);
|
|
if ((((int32_t)L_25) < ((int32_t)((int32_t)(((RuntimeArray*)L_26)->max_length)))))
|
|
{
|
|
goto IL_004d;
|
|
}
|
|
}
|
|
|
|
IL_009a:
|
|
{
|
|
// if (!foundPattern)
|
|
bool L_27 = V_2;
|
|
if (L_27)
|
|
{
|
|
goto IL_009f;
|
|
}
|
|
}
|
|
{
|
|
// return false;
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_009f:
|
|
{
|
|
// for (var i = 0; i < m_Patterns.Length; ++i)
|
|
int32_t L_28 = V_0;
|
|
V_0 = ((int32_t)il2cpp_codegen_add(L_28, 1));
|
|
}
|
|
|
|
IL_00a3:
|
|
{
|
|
// for (var i = 0; i < m_Patterns.Length; ++i)
|
|
int32_t L_29 = V_0;
|
|
KeyValuePair_2U5BU5D_tF8154B2302178CCE00D745DBF55F703880469DFC* L_30 = __this->___m_Patterns_0;
|
|
NullCheck(L_30);
|
|
if ((((int32_t)L_29) < ((int32_t)((int32_t)(((RuntimeArray*)L_30)->max_length)))))
|
|
{
|
|
goto IL_003a;
|
|
}
|
|
}
|
|
{
|
|
// return true;
|
|
return (bool)1;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C bool InputDeviceMatcher_Equals_mA7F59F3D0FD7E119B67578E538679A85481A2026_AdjustorThunk (RuntimeObject* __this, InputDeviceMatcher_tF9BA551C8BB4AE41672366A7EBEA951543E0C555 ___0_other, const RuntimeMethod* method)
|
|
{
|
|
InputDeviceMatcher_tF9BA551C8BB4AE41672366A7EBEA951543E0C555* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<InputDeviceMatcher_tF9BA551C8BB4AE41672366A7EBEA951543E0C555*>(__this + _offset);
|
|
bool _returnValue;
|
|
_returnValue = InputDeviceMatcher_Equals_mA7F59F3D0FD7E119B67578E538679A85481A2026(_thisAdjusted, ___0_other, method);
|
|
return _returnValue;
|
|
}
|
|
// System.Boolean UnityEngine.InputSystem.Layouts.InputDeviceMatcher::Equals(System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputDeviceMatcher_Equals_m48909A69A7C847254FF577BD6947662DF5D4654B (InputDeviceMatcher_tF9BA551C8BB4AE41672366A7EBEA951543E0C555* __this, RuntimeObject* ___0_obj, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputDeviceMatcher_tF9BA551C8BB4AE41672366A7EBEA951543E0C555_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
InputDeviceMatcher_tF9BA551C8BB4AE41672366A7EBEA951543E0C555 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 InputDeviceMatcher matcher && Equals(matcher);
|
|
RuntimeObject* L_1 = ___0_obj;
|
|
if (!((RuntimeObject*)IsInstSealed((RuntimeObject*)L_1, InputDeviceMatcher_tF9BA551C8BB4AE41672366A7EBEA951543E0C555_il2cpp_TypeInfo_var)))
|
|
{
|
|
goto IL_001c;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject* L_2 = ___0_obj;
|
|
V_0 = ((*(InputDeviceMatcher_tF9BA551C8BB4AE41672366A7EBEA951543E0C555*)((InputDeviceMatcher_tF9BA551C8BB4AE41672366A7EBEA951543E0C555*)(InputDeviceMatcher_tF9BA551C8BB4AE41672366A7EBEA951543E0C555*)UnBox(L_2, InputDeviceMatcher_tF9BA551C8BB4AE41672366A7EBEA951543E0C555_il2cpp_TypeInfo_var))));
|
|
InputDeviceMatcher_tF9BA551C8BB4AE41672366A7EBEA951543E0C555 L_3 = V_0;
|
|
bool L_4;
|
|
L_4 = InputDeviceMatcher_Equals_mA7F59F3D0FD7E119B67578E538679A85481A2026(__this, L_3, NULL);
|
|
return L_4;
|
|
}
|
|
|
|
IL_001c:
|
|
{
|
|
return (bool)0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C bool InputDeviceMatcher_Equals_m48909A69A7C847254FF577BD6947662DF5D4654B_AdjustorThunk (RuntimeObject* __this, RuntimeObject* ___0_obj, const RuntimeMethod* method)
|
|
{
|
|
InputDeviceMatcher_tF9BA551C8BB4AE41672366A7EBEA951543E0C555* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<InputDeviceMatcher_tF9BA551C8BB4AE41672366A7EBEA951543E0C555*>(__this + _offset);
|
|
bool _returnValue;
|
|
_returnValue = InputDeviceMatcher_Equals_m48909A69A7C847254FF577BD6947662DF5D4654B(_thisAdjusted, ___0_obj, method);
|
|
return _returnValue;
|
|
}
|
|
// System.Boolean UnityEngine.InputSystem.Layouts.InputDeviceMatcher::op_Equality(UnityEngine.InputSystem.Layouts.InputDeviceMatcher,UnityEngine.InputSystem.Layouts.InputDeviceMatcher)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputDeviceMatcher_op_Equality_mA7342809DE9BD012BB78FF1D02E916D240679D45 (InputDeviceMatcher_tF9BA551C8BB4AE41672366A7EBEA951543E0C555 ___0_left, InputDeviceMatcher_tF9BA551C8BB4AE41672366A7EBEA951543E0C555 ___1_right, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// return left.Equals(right);
|
|
InputDeviceMatcher_tF9BA551C8BB4AE41672366A7EBEA951543E0C555 L_0 = ___1_right;
|
|
bool L_1;
|
|
L_1 = InputDeviceMatcher_Equals_mA7F59F3D0FD7E119B67578E538679A85481A2026((&___0_left), L_0, NULL);
|
|
return L_1;
|
|
}
|
|
}
|
|
// System.Boolean UnityEngine.InputSystem.Layouts.InputDeviceMatcher::op_Inequality(UnityEngine.InputSystem.Layouts.InputDeviceMatcher,UnityEngine.InputSystem.Layouts.InputDeviceMatcher)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputDeviceMatcher_op_Inequality_m8741E9C1C6095FA323A258919BD9AA50D526AB13 (InputDeviceMatcher_tF9BA551C8BB4AE41672366A7EBEA951543E0C555 ___0_left, InputDeviceMatcher_tF9BA551C8BB4AE41672366A7EBEA951543E0C555 ___1_right, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputDeviceMatcher_tF9BA551C8BB4AE41672366A7EBEA951543E0C555_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// return !(left == right);
|
|
InputDeviceMatcher_tF9BA551C8BB4AE41672366A7EBEA951543E0C555 L_0 = ___0_left;
|
|
InputDeviceMatcher_tF9BA551C8BB4AE41672366A7EBEA951543E0C555 L_1 = ___1_right;
|
|
il2cpp_codegen_runtime_class_init_inline(InputDeviceMatcher_tF9BA551C8BB4AE41672366A7EBEA951543E0C555_il2cpp_TypeInfo_var);
|
|
bool L_2;
|
|
L_2 = InputDeviceMatcher_op_Equality_mA7342809DE9BD012BB78FF1D02E916D240679D45(L_0, L_1, NULL);
|
|
return (bool)((((int32_t)L_2) == ((int32_t)0))? 1 : 0);
|
|
}
|
|
}
|
|
// System.Int32 UnityEngine.InputSystem.Layouts.InputDeviceMatcher::GetHashCode()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t InputDeviceMatcher_GetHashCode_m1B4D28F266301D83006C4AAD796973D31DF7E2D6 (InputDeviceMatcher_tF9BA551C8BB4AE41672366A7EBEA951543E0C555* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// return m_Patterns != null ? m_Patterns.GetHashCode() : 0;
|
|
KeyValuePair_2U5BU5D_tF8154B2302178CCE00D745DBF55F703880469DFC* L_0 = __this->___m_Patterns_0;
|
|
if (L_0)
|
|
{
|
|
goto IL_000a;
|
|
}
|
|
}
|
|
{
|
|
return 0;
|
|
}
|
|
|
|
IL_000a:
|
|
{
|
|
KeyValuePair_2U5BU5D_tF8154B2302178CCE00D745DBF55F703880469DFC* L_1 = __this->___m_Patterns_0;
|
|
NullCheck((RuntimeObject*)L_1);
|
|
int32_t L_2;
|
|
L_2 = VirtualFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, (RuntimeObject*)L_1);
|
|
return L_2;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C int32_t InputDeviceMatcher_GetHashCode_m1B4D28F266301D83006C4AAD796973D31DF7E2D6_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
InputDeviceMatcher_tF9BA551C8BB4AE41672366A7EBEA951543E0C555* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<InputDeviceMatcher_tF9BA551C8BB4AE41672366A7EBEA951543E0C555*>(__this + _offset);
|
|
int32_t _returnValue;
|
|
_returnValue = InputDeviceMatcher_GetHashCode_m1B4D28F266301D83006C4AAD796973D31DF7E2D6(_thisAdjusted, method);
|
|
return _returnValue;
|
|
}
|
|
// System.Void UnityEngine.InputSystem.Layouts.InputDeviceMatcher::.cctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputDeviceMatcher__cctor_mB4A2334968C6B58B0BC009F6F9A8EAF724846825 (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputDeviceMatcher_tF9BA551C8BB4AE41672366A7EBEA951543E0C555_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0476103E7B88AF8DC134CFD40F85C66DFAB78C70);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1630E6A6E4B065CB228F2BB0735FC4EB04ADCF98);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8DAE0371884040CFA6CE09831807D3D5D255F5D6);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD2D2F8D3F9F04A081FFBE6B2AF7917BAAADFC052);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF49AECB5A7A9C87D4D672BA9D06F6929E0895580);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// private static readonly InternedString kInterfaceKey = new InternedString("interface");
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_0;
|
|
memset((&L_0), 0, sizeof(L_0));
|
|
InternedString__ctor_m2E9672D46D84C82F705DE799CE8B6123EB95E935((&L_0), _stringLiteralF49AECB5A7A9C87D4D672BA9D06F6929E0895580, /*hidden argument*/NULL);
|
|
((InputDeviceMatcher_tF9BA551C8BB4AE41672366A7EBEA951543E0C555_StaticFields*)il2cpp_codegen_static_fields_for(InputDeviceMatcher_tF9BA551C8BB4AE41672366A7EBEA951543E0C555_il2cpp_TypeInfo_var))->___kInterfaceKey_1 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)&(((&((InputDeviceMatcher_tF9BA551C8BB4AE41672366A7EBEA951543E0C555_StaticFields*)il2cpp_codegen_static_fields_for(InputDeviceMatcher_tF9BA551C8BB4AE41672366A7EBEA951543E0C555_il2cpp_TypeInfo_var))->___kInterfaceKey_1))->___m_StringOriginalCase_0), (void*)NULL);
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&(((&((InputDeviceMatcher_tF9BA551C8BB4AE41672366A7EBEA951543E0C555_StaticFields*)il2cpp_codegen_static_fields_for(InputDeviceMatcher_tF9BA551C8BB4AE41672366A7EBEA951543E0C555_il2cpp_TypeInfo_var))->___kInterfaceKey_1))->___m_StringLowerCase_1), (void*)NULL);
|
|
#endif
|
|
// private static readonly InternedString kDeviceClassKey = new InternedString("deviceClass");
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_1;
|
|
memset((&L_1), 0, sizeof(L_1));
|
|
InternedString__ctor_m2E9672D46D84C82F705DE799CE8B6123EB95E935((&L_1), _stringLiteral0476103E7B88AF8DC134CFD40F85C66DFAB78C70, /*hidden argument*/NULL);
|
|
((InputDeviceMatcher_tF9BA551C8BB4AE41672366A7EBEA951543E0C555_StaticFields*)il2cpp_codegen_static_fields_for(InputDeviceMatcher_tF9BA551C8BB4AE41672366A7EBEA951543E0C555_il2cpp_TypeInfo_var))->___kDeviceClassKey_2 = L_1;
|
|
Il2CppCodeGenWriteBarrier((void**)&(((&((InputDeviceMatcher_tF9BA551C8BB4AE41672366A7EBEA951543E0C555_StaticFields*)il2cpp_codegen_static_fields_for(InputDeviceMatcher_tF9BA551C8BB4AE41672366A7EBEA951543E0C555_il2cpp_TypeInfo_var))->___kDeviceClassKey_2))->___m_StringOriginalCase_0), (void*)NULL);
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&(((&((InputDeviceMatcher_tF9BA551C8BB4AE41672366A7EBEA951543E0C555_StaticFields*)il2cpp_codegen_static_fields_for(InputDeviceMatcher_tF9BA551C8BB4AE41672366A7EBEA951543E0C555_il2cpp_TypeInfo_var))->___kDeviceClassKey_2))->___m_StringLowerCase_1), (void*)NULL);
|
|
#endif
|
|
// private static readonly InternedString kManufacturerKey = new InternedString("manufacturer");
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_2;
|
|
memset((&L_2), 0, sizeof(L_2));
|
|
InternedString__ctor_m2E9672D46D84C82F705DE799CE8B6123EB95E935((&L_2), _stringLiteral8DAE0371884040CFA6CE09831807D3D5D255F5D6, /*hidden argument*/NULL);
|
|
((InputDeviceMatcher_tF9BA551C8BB4AE41672366A7EBEA951543E0C555_StaticFields*)il2cpp_codegen_static_fields_for(InputDeviceMatcher_tF9BA551C8BB4AE41672366A7EBEA951543E0C555_il2cpp_TypeInfo_var))->___kManufacturerKey_3 = L_2;
|
|
Il2CppCodeGenWriteBarrier((void**)&(((&((InputDeviceMatcher_tF9BA551C8BB4AE41672366A7EBEA951543E0C555_StaticFields*)il2cpp_codegen_static_fields_for(InputDeviceMatcher_tF9BA551C8BB4AE41672366A7EBEA951543E0C555_il2cpp_TypeInfo_var))->___kManufacturerKey_3))->___m_StringOriginalCase_0), (void*)NULL);
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&(((&((InputDeviceMatcher_tF9BA551C8BB4AE41672366A7EBEA951543E0C555_StaticFields*)il2cpp_codegen_static_fields_for(InputDeviceMatcher_tF9BA551C8BB4AE41672366A7EBEA951543E0C555_il2cpp_TypeInfo_var))->___kManufacturerKey_3))->___m_StringLowerCase_1), (void*)NULL);
|
|
#endif
|
|
// private static readonly InternedString kProductKey = new InternedString("product");
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_3;
|
|
memset((&L_3), 0, sizeof(L_3));
|
|
InternedString__ctor_m2E9672D46D84C82F705DE799CE8B6123EB95E935((&L_3), _stringLiteral1630E6A6E4B065CB228F2BB0735FC4EB04ADCF98, /*hidden argument*/NULL);
|
|
((InputDeviceMatcher_tF9BA551C8BB4AE41672366A7EBEA951543E0C555_StaticFields*)il2cpp_codegen_static_fields_for(InputDeviceMatcher_tF9BA551C8BB4AE41672366A7EBEA951543E0C555_il2cpp_TypeInfo_var))->___kProductKey_4 = L_3;
|
|
Il2CppCodeGenWriteBarrier((void**)&(((&((InputDeviceMatcher_tF9BA551C8BB4AE41672366A7EBEA951543E0C555_StaticFields*)il2cpp_codegen_static_fields_for(InputDeviceMatcher_tF9BA551C8BB4AE41672366A7EBEA951543E0C555_il2cpp_TypeInfo_var))->___kProductKey_4))->___m_StringOriginalCase_0), (void*)NULL);
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&(((&((InputDeviceMatcher_tF9BA551C8BB4AE41672366A7EBEA951543E0C555_StaticFields*)il2cpp_codegen_static_fields_for(InputDeviceMatcher_tF9BA551C8BB4AE41672366A7EBEA951543E0C555_il2cpp_TypeInfo_var))->___kProductKey_4))->___m_StringLowerCase_1), (void*)NULL);
|
|
#endif
|
|
// private static readonly InternedString kVersionKey = new InternedString("version");
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_4;
|
|
memset((&L_4), 0, sizeof(L_4));
|
|
InternedString__ctor_m2E9672D46D84C82F705DE799CE8B6123EB95E935((&L_4), _stringLiteralD2D2F8D3F9F04A081FFBE6B2AF7917BAAADFC052, /*hidden argument*/NULL);
|
|
((InputDeviceMatcher_tF9BA551C8BB4AE41672366A7EBEA951543E0C555_StaticFields*)il2cpp_codegen_static_fields_for(InputDeviceMatcher_tF9BA551C8BB4AE41672366A7EBEA951543E0C555_il2cpp_TypeInfo_var))->___kVersionKey_5 = L_4;
|
|
Il2CppCodeGenWriteBarrier((void**)&(((&((InputDeviceMatcher_tF9BA551C8BB4AE41672366A7EBEA951543E0C555_StaticFields*)il2cpp_codegen_static_fields_for(InputDeviceMatcher_tF9BA551C8BB4AE41672366A7EBEA951543E0C555_il2cpp_TypeInfo_var))->___kVersionKey_5))->___m_StringOriginalCase_0), (void*)NULL);
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&(((&((InputDeviceMatcher_tF9BA551C8BB4AE41672366A7EBEA951543E0C555_StaticFields*)il2cpp_codegen_static_fields_for(InputDeviceMatcher_tF9BA551C8BB4AE41672366A7EBEA951543E0C555_il2cpp_TypeInfo_var))->___kVersionKey_5))->___m_StringLowerCase_1), (void*)NULL);
|
|
#endif
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
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 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 void InputStateBlock_set_byteOffset_mC5776F9F286F0658100E92A75A60EB25A1DDBD40_inline (InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5* __this, uint32_t ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public uint byteOffset { get; set; }
|
|
uint32_t L_0 = ___0_value;
|
|
__this->___U3CbyteOffsetU3Ek__BackingField_34 = L_0;
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t InputManager_get_updateMask_m36DDF9BF59730547371C012E507A308FD848F9E4_inline (InputManager_t69FCFDAC90F8EBB8EF4950CC0BE617D842A39210* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// get => m_UpdateMask;
|
|
int32_t L_0 = __this->___m_UpdateMask_13;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t NumberHelpers_AlignToMultipleOf_m1DD6F7938F5F4EA99168EFE5AAD4604972F2FB6D_inline (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));
|
|
}
|
|
}
|
|
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 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 Action_1_t382B605C2C5668A25F075BE1F415718CF3C38FF7* InputStateHistory_get_onRecordAdded_mC7C34D59B29DBCFD235DDCE9353325E8A8033D26_inline (InputStateHistory_tF2145C4E34E0E3AC84270533F58F047D6E28A480* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public Action<Record> onRecordAdded { get; set; }
|
|
Action_1_t382B605C2C5668A25F075BE1F415718CF3C38FF7* L_0 = __this->___U3ConRecordAddedU3Ek__BackingField_1;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t InputState_get_currentUpdateType_m77DBCEC0F6E435740C44467281149B2F74025C10_inline (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputUpdate_t3D4F0AD6CD83C86A73B8165929FF0CB151A07CCD_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// public static InputUpdateType currentUpdateType => InputUpdate.s_LatestUpdateType;
|
|
int32_t L_0 = ((InputUpdate_t3D4F0AD6CD83C86A73B8165929FF0CB151A07CCD_StaticFields*)il2cpp_codegen_static_fields_for(InputUpdate_t3D4F0AD6CD83C86A73B8165929FF0CB151A07CCD_il2cpp_TypeInfo_var))->___s_LatestUpdateType_1;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Func_4_t3D08A13C5D862919E1719A02821AE8774376E3B2* InputStateHistory_get_onShouldRecordStateChange_m0A97606F5C6F09EC31752B75712EC31B6794C2D4_inline (InputStateHistory_tF2145C4E34E0E3AC84270533F58F047D6E28A480* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public Func<InputControl, double, InputEventPtr, bool> onShouldRecordStateChange { get; set; }
|
|
Func_4_t3D08A13C5D862919E1719A02821AE8774376E3B2* L_0 = __this->___U3ConShouldRecordStateChangeU3Ek__BackingField_2;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t InputStateHistory_get_Count_m23DF78272A6C97F6C8782A953482772CDF6FFA81_inline (InputStateHistory_tF2145C4E34E0E3AC84270533F58F047D6E28A480* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public int Count => m_RecordCount;
|
|
int32_t L_0 = __this->___m_RecordCount_7;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint32_t Record_get_version_m520FC2A134CE62BD9A4A66849B43461C4189FC51_inline (Record_tF7FF07DC502355356B48CE78337FB16B196E2EE0* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// internal uint version => m_Version;
|
|
uint32_t L_0 = __this->___m_Version_2;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR InputStateHistory_tF2145C4E34E0E3AC84270533F58F047D6E28A480* Record_get_owner_mB2699E60C558D5C61C8D8CA100CBC56869D58F10_inline (Record_tF7FF07DC502355356B48CE78337FB16B196E2EE0* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public InputStateHistory owner => m_Owner;
|
|
InputStateHistory_tF2145C4E34E0E3AC84270533F58F047D6E28A480* L_0 = __this->___m_Owner_0;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t InputStateHistory_get_extraMemoryPerRecord_m4E4C9D89BC37B9CD7E6AFFD58D95A9030F92E653_inline (InputStateHistory_tF2145C4E34E0E3AC84270533F58F047D6E28A480* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// get => m_ExtraMemoryPerRecord;
|
|
int32_t L_0 = __this->___m_ExtraMemoryPerRecord_9;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float InputSettings_get_defaultDeadzoneMin_m1239BE1D57797E39924B157E2176088DEAA40AB4_inline (InputSettings_tBA8835B505722A59702A08BCBA46ECF0B0274EEF* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// get => m_DefaultDeadzoneMin;
|
|
float L_0 = __this->___m_DefaultDeadzoneMin_11;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float InputSettings_get_defaultDeadzoneMax_mDEDE43CBF1C003101209A6743914D4461A4B0DBD_inline (InputSettings_tBA8835B505722A59702A08BCBA46ECF0B0274EEF* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// get => m_DefaultDeadzoneMax;
|
|
float L_0 = __this->___m_DefaultDeadzoneMax_12;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float Mathf_Sign_m42EE1F0BC041AF14F89DED7F762BE996E2C50D8A_inline (float ___0_f, const RuntimeMethod* method)
|
|
{
|
|
float V_0 = 0.0f;
|
|
float G_B3_0 = 0.0f;
|
|
{
|
|
float L_0 = ___0_f;
|
|
if ((((float)L_0) >= ((float)(0.0f))))
|
|
{
|
|
goto IL_0010;
|
|
}
|
|
}
|
|
{
|
|
G_B3_0 = (-1.0f);
|
|
goto IL_0015;
|
|
}
|
|
|
|
IL_0010:
|
|
{
|
|
G_B3_0 = (1.0f);
|
|
}
|
|
|
|
IL_0015:
|
|
{
|
|
V_0 = G_B3_0;
|
|
goto IL_0018;
|
|
}
|
|
|
|
IL_0018:
|
|
{
|
|
float L_1 = V_0;
|
|
return L_1;
|
|
}
|
|
}
|
|
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 bool InputSettings_get_compensateForScreenOrientation_m3192D3A299F90F02013F003CE246174E480ACF80_inline (InputSettings_tBA8835B505722A59702A08BCBA46ECF0B0274EEF* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// get => m_CompensateForScreenOrientation;
|
|
bool L_0 = __this->___m_CompensateForScreenOrientation_8;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 Quaternion_get_identity_m7E701AE095ED10FD5EA0B50ABCFDE2EEFF2173A5_inline (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 L_0 = ((Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974_StaticFields*)il2cpp_codegen_static_fields_for(Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974_il2cpp_TypeInfo_var))->___identityQuaternion_4;
|
|
V_0 = L_0;
|
|
goto IL_0009;
|
|
}
|
|
|
|
IL_0009:
|
|
{
|
|
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 L_1 = V_0;
|
|
return L_1;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 Quaternion_Euler_m9262AB29E3E9CE94EF71051F38A28E82AEC73F90_inline (float ___0_x, float ___1_y, float ___2_z, const RuntimeMethod* method)
|
|
{
|
|
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
float L_0 = ___0_x;
|
|
float L_1 = ___1_y;
|
|
float L_2 = ___2_z;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_3;
|
|
memset((&L_3), 0, sizeof(L_3));
|
|
Vector3__ctor_m376936E6B999EF1ECBE57D990A386303E2283DE0_inline((&L_3), L_0, L_1, L_2, /*hidden argument*/NULL);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_4;
|
|
L_4 = Vector3_op_Multiply_m87BA7C578F96C8E49BB07088DAAC4649F83B0353_inline(L_3, (0.0174532924f), NULL);
|
|
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 L_5;
|
|
L_5 = Quaternion_Internal_FromEulerRad_m66D4475341F53949471E6870FB5C5E4A5E9BA93E(L_4, NULL);
|
|
V_0 = L_5;
|
|
goto IL_001b;
|
|
}
|
|
|
|
IL_001b:
|
|
{
|
|
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 L_6 = V_0;
|
|
return L_6;
|
|
}
|
|
}
|
|
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 Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 Quaternion_op_Multiply_mCB375FCCC12A2EC8F9EB824A1BFB4453B58C2012_inline (Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 ___0_lhs, Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 ___1_rhs, const RuntimeMethod* method)
|
|
{
|
|
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 L_0 = ___0_lhs;
|
|
float L_1 = L_0.___w_3;
|
|
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 L_2 = ___1_rhs;
|
|
float L_3 = L_2.___x_0;
|
|
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 L_4 = ___0_lhs;
|
|
float L_5 = L_4.___x_0;
|
|
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 L_6 = ___1_rhs;
|
|
float L_7 = L_6.___w_3;
|
|
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 L_8 = ___0_lhs;
|
|
float L_9 = L_8.___y_1;
|
|
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 L_10 = ___1_rhs;
|
|
float L_11 = L_10.___z_2;
|
|
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 L_12 = ___0_lhs;
|
|
float L_13 = L_12.___z_2;
|
|
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 L_14 = ___1_rhs;
|
|
float L_15 = L_14.___y_1;
|
|
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 L_16 = ___0_lhs;
|
|
float L_17 = L_16.___w_3;
|
|
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 L_18 = ___1_rhs;
|
|
float L_19 = L_18.___y_1;
|
|
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 L_20 = ___0_lhs;
|
|
float L_21 = L_20.___y_1;
|
|
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 L_22 = ___1_rhs;
|
|
float L_23 = L_22.___w_3;
|
|
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 L_24 = ___0_lhs;
|
|
float L_25 = L_24.___z_2;
|
|
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 L_26 = ___1_rhs;
|
|
float L_27 = L_26.___x_0;
|
|
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 L_28 = ___0_lhs;
|
|
float L_29 = L_28.___x_0;
|
|
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 L_30 = ___1_rhs;
|
|
float L_31 = L_30.___z_2;
|
|
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 L_32 = ___0_lhs;
|
|
float L_33 = L_32.___w_3;
|
|
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 L_34 = ___1_rhs;
|
|
float L_35 = L_34.___z_2;
|
|
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 L_36 = ___0_lhs;
|
|
float L_37 = L_36.___z_2;
|
|
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 L_38 = ___1_rhs;
|
|
float L_39 = L_38.___w_3;
|
|
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 L_40 = ___0_lhs;
|
|
float L_41 = L_40.___x_0;
|
|
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 L_42 = ___1_rhs;
|
|
float L_43 = L_42.___y_1;
|
|
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 L_44 = ___0_lhs;
|
|
float L_45 = L_44.___y_1;
|
|
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 L_46 = ___1_rhs;
|
|
float L_47 = L_46.___x_0;
|
|
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 L_48 = ___0_lhs;
|
|
float L_49 = L_48.___w_3;
|
|
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 L_50 = ___1_rhs;
|
|
float L_51 = L_50.___w_3;
|
|
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 L_52 = ___0_lhs;
|
|
float L_53 = L_52.___x_0;
|
|
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 L_54 = ___1_rhs;
|
|
float L_55 = L_54.___x_0;
|
|
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 L_56 = ___0_lhs;
|
|
float L_57 = L_56.___y_1;
|
|
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 L_58 = ___1_rhs;
|
|
float L_59 = L_58.___y_1;
|
|
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 L_60 = ___0_lhs;
|
|
float L_61 = L_60.___z_2;
|
|
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 L_62 = ___1_rhs;
|
|
float L_63 = L_62.___z_2;
|
|
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 L_64;
|
|
memset((&L_64), 0, sizeof(L_64));
|
|
Quaternion__ctor_m868FD60AA65DD5A8AC0C5DEB0608381A8D85FCD8_inline((&L_64), ((float)il2cpp_codegen_subtract(((float)il2cpp_codegen_add(((float)il2cpp_codegen_add(((float)il2cpp_codegen_multiply(L_1, L_3)), ((float)il2cpp_codegen_multiply(L_5, L_7)))), ((float)il2cpp_codegen_multiply(L_9, L_11)))), ((float)il2cpp_codegen_multiply(L_13, L_15)))), ((float)il2cpp_codegen_subtract(((float)il2cpp_codegen_add(((float)il2cpp_codegen_add(((float)il2cpp_codegen_multiply(L_17, L_19)), ((float)il2cpp_codegen_multiply(L_21, L_23)))), ((float)il2cpp_codegen_multiply(L_25, L_27)))), ((float)il2cpp_codegen_multiply(L_29, L_31)))), ((float)il2cpp_codegen_subtract(((float)il2cpp_codegen_add(((float)il2cpp_codegen_add(((float)il2cpp_codegen_multiply(L_33, L_35)), ((float)il2cpp_codegen_multiply(L_37, L_39)))), ((float)il2cpp_codegen_multiply(L_41, L_43)))), ((float)il2cpp_codegen_multiply(L_45, L_47)))), ((float)il2cpp_codegen_subtract(((float)il2cpp_codegen_subtract(((float)il2cpp_codegen_subtract(((float)il2cpp_codegen_multiply(L_49, L_51)), ((float)il2cpp_codegen_multiply(L_53, L_55)))), ((float)il2cpp_codegen_multiply(L_57, L_59)))), ((float)il2cpp_codegen_multiply(L_61, L_63)))), /*hidden argument*/NULL);
|
|
V_0 = L_64;
|
|
goto IL_00e5;
|
|
}
|
|
|
|
IL_00e5:
|
|
{
|
|
Quaternion_tDA59F214EF07D7700B26E40E562F267AF7306974 L_65 = V_0;
|
|
return L_65;
|
|
}
|
|
}
|
|
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 Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 Vector2_get_normalized_mF6722883AEFB5027690A778DF8ACC20F0FA65297_inline (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7* __this, const RuntimeMethod* method)
|
|
{
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
{
|
|
float L_0 = __this->___x_0;
|
|
float L_1 = __this->___y_1;
|
|
Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline((&V_0), L_0, L_1, NULL);
|
|
Vector2_Normalize_m56DABCAB5967DF37A6B96710477D3660D800C652_inline((&V_0), NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_2 = V_0;
|
|
V_1 = L_2;
|
|
goto IL_0020;
|
|
}
|
|
|
|
IL_0020:
|
|
{
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_3 = V_1;
|
|
return L_3;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 Vector3_get_normalized_m736BBF65D5CDA7A18414370D15B4DFCC1E466F07_inline (Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2* __this, const RuntimeMethod* method)
|
|
{
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_0 = (*(Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2*)__this);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_1;
|
|
L_1 = Vector3_Normalize_mEF8349CC39674236CFC694189AFD36E31F89AC8F_inline(L_0, NULL);
|
|
V_0 = L_1;
|
|
goto IL_000f;
|
|
}
|
|
|
|
IL_000f:
|
|
{
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_2 = V_0;
|
|
return L_2;
|
|
}
|
|
}
|
|
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 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 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 Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 Vector2_get_zero_m32506C40EC2EE7D5D4410BF40D3EE683A3D5F32C_inline (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_0 = ((Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7_StaticFields*)il2cpp_codegen_static_fields_for(Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7_il2cpp_TypeInfo_var))->___zeroVector_2;
|
|
V_0 = L_0;
|
|
goto IL_0009;
|
|
}
|
|
|
|
IL_0009:
|
|
{
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_1 = V_0;
|
|
return L_1;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 Vector2_op_Multiply_m2D984B613020089BF5165BA4CA10988E2DC771FE_inline (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___0_a, float ___1_d, const RuntimeMethod* method)
|
|
{
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_0 = ___0_a;
|
|
float L_1 = L_0.___x_0;
|
|
float L_2 = ___1_d;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_3 = ___0_a;
|
|
float L_4 = L_3.___y_1;
|
|
float L_5 = ___1_d;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_6;
|
|
memset((&L_6), 0, sizeof(L_6));
|
|
Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline((&L_6), ((float)il2cpp_codegen_multiply(L_1, L_2)), ((float)il2cpp_codegen_multiply(L_4, L_5)), /*hidden argument*/NULL);
|
|
V_0 = L_6;
|
|
goto IL_0019;
|
|
}
|
|
|
|
IL_0019:
|
|
{
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_7 = V_0;
|
|
return L_7;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 ControlItem_get_name_m1D0E0FB5B9A155BEDF717F69A57364F89F1292F7_inline (ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public InternedString name { get; internal set; }
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_0 = __this->___U3CnameU3Ek__BackingField_0;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 InputControlLayout_get_name_m41A7AEAC666D5C2CC75AB1FE2E7D6D7CAB90EA9A_inline (InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public InternedString name => m_Name;
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_0 = __this->___m_Name_2;
|
|
return L_0;
|
|
}
|
|
}
|
|
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 Type_t* InputControlLayout_get_type_mB36B8AAE50EB013820BFB388233F4BCC6AD419B3_inline (InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public Type type => m_Type;
|
|
Type_t* L_0 = __this->___m_Type_3;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Type_t* InputControlLayoutAttribute_get_stateType_m0433BD1DAE77F2B64FEBCA3427B5B1F19167A1D3_inline (InputControlLayoutAttribute_tB220062778EF9614EA4BA4E5A35520EEA17C21D7* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public Type stateType { get; set; }
|
|
Type_t* L_0 = __this->___U3CstateTypeU3Ek__BackingField_0;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* InputControlLayoutAttribute_get_stateFormat_m614344B43A8F87397426753A88F5AD7D299DB440_inline (InputControlLayoutAttribute_tB220062778EF9614EA4BA4E5A35520EEA17C21D7* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public string stateFormat { get; set; }
|
|
String_t* L_0 = __this->___U3CstateFormatU3Ek__BackingField_1;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* InputControlLayoutAttribute_get_variants_mC2EA0619AEB09CBD42DB57FB3B7CBD0DF68B3F0E_inline (InputControlLayoutAttribute_tB220062778EF9614EA4BA4E5A35520EEA17C21D7* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public string variants { get; set; }
|
|
String_t* L_0 = __this->___U3CvariantsU3Ek__BackingField_3;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool InputControlLayoutAttribute_get_isGenericTypeOfDevice_mD93EF479A6FE565A6BCE6D8D6402387CFFC1366E_inline (InputControlLayoutAttribute_tB220062778EF9614EA4BA4E5A35520EEA17C21D7* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public bool isGenericTypeOfDevice { get; set; }
|
|
bool L_0 = __this->___U3CisGenericTypeOfDeviceU3Ek__BackingField_7;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool InputControlLayoutAttribute_get_hideInUI_mBB73ECDB0F7D22EC23351EA62D0D73D813544D87_inline (InputControlLayoutAttribute_tB220062778EF9614EA4BA4E5A35520EEA17C21D7* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public bool hideInUI { get; set; }
|
|
bool L_0 = __this->___U3ChideInUIU3Ek__BackingField_10;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* InputControlLayoutAttribute_get_description_m1478E6F0750F6BA4D98D616F5F4EAC7762CD86B6_inline (InputControlLayoutAttribute_tB220062778EF9614EA4BA4E5A35520EEA17C21D7* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public string description { get; set; }
|
|
String_t* L_0 = __this->___U3CdescriptionU3Ek__BackingField_9;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* InputControlLayoutAttribute_get_displayName_mAAF24C1247D109A50D436F631BE94E8BC769965D_inline (InputControlLayoutAttribute_tB220062778EF9614EA4BA4E5A35520EEA17C21D7* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public string displayName { get; set; }
|
|
String_t* L_0 = __this->___U3CdisplayNameU3Ek__BackingField_8;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool InputControlLayoutAttribute_get_isNoisy_mD5DCAE62CB65913C43056EBB8DA91D0BCBB8DD46_inline (InputControlLayoutAttribute_tB220062778EF9614EA4BA4E5A35520EEA17C21D7* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public bool isNoisy { get; set; }
|
|
bool L_0 = __this->___U3CisNoisyU3Ek__BackingField_4;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* InputControlLayoutAttribute_get_commonUsages_m429504C8A4BB52F5F7285B30370AF5325CF802EA_inline (InputControlLayoutAttribute_tB220062778EF9614EA4BA4E5A35520EEA17C21D7* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public string[] commonUsages { get; set; }
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_0 = __this->___U3CcommonUsagesU3Ek__BackingField_2;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint32_t ControlItem_get_offset_mC9EF8E5DC5F44C67F6C52348DC848ED6A554B514_inline (ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public uint offset { get; internal set; }
|
|
uint32_t L_0 = __this->___U3CoffsetU3Ek__BackingField_10;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ControlItem_set_offset_mADAA61E264DE2C83DB6BB3B6D9EF22974D2071B9_inline (ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD* __this, uint32_t ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public uint offset { get; internal set; }
|
|
uint32_t L_0 = ___0_value;
|
|
__this->___U3CoffsetU3Ek__BackingField_10 = L_0;
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* InputControlAttribute_get_name_m2E73CBA4B9DD9B32A13C6EB47ED1341406C1887B_inline (InputControlAttribute_t312CA97B153666F873279E81BA4054684715368D* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public string name { get; set; }
|
|
String_t* L_0 = __this->___U3CnameU3Ek__BackingField_2;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* InputControlAttribute_get_displayName_mA2CB664E8261D318DD13FD66A015B0EFCFD35FC9_inline (InputControlAttribute_t312CA97B153666F873279E81BA4054684715368D* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public string displayName { get; set; }
|
|
String_t* L_0 = __this->___U3CdisplayNameU3Ek__BackingField_15;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* InputControlAttribute_get_shortDisplayName_m536FBAE75C1662DDFB37C14D533DD2CB497ACD3B_inline (InputControlAttribute_t312CA97B153666F873279E81BA4054684715368D* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public string shortDisplayName { get; set; }
|
|
String_t* L_0 = __this->___U3CshortDisplayNameU3Ek__BackingField_16;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* InputControlAttribute_get_layout_m3E41A7E382A12A21A7C5C8F60480101DFECE2C94_inline (InputControlAttribute_t312CA97B153666F873279E81BA4054684715368D* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public string layout { get; set; }
|
|
String_t* L_0 = __this->___U3ClayoutU3Ek__BackingField_0;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* InputControlAttribute_get_variants_m4FAEACDA1A26A01568225F1CAD7CBBAB9138DEFF_inline (InputControlAttribute_t312CA97B153666F873279E81BA4054684715368D* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public string variants { get; set; }
|
|
String_t* L_0 = __this->___U3CvariantsU3Ek__BackingField_1;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint32_t InputControlAttribute_get_offset_m0CF40C1118A598846280B9DA2B7BCCC5C4079E39_inline (InputControlAttribute_t312CA97B153666F873279E81BA4054684715368D* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public uint offset { get; set; } = InputStateBlock.InvalidOffset;
|
|
uint32_t L_0 = __this->___U3CoffsetU3Ek__BackingField_12;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint32_t InputControlAttribute_get_bit_m341EA35B100C77D3B4E8EFDB6A745D72DC2AA2A2_inline (InputControlAttribute_t312CA97B153666F873279E81BA4054684715368D* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public uint bit { get; set; } = InputStateBlock.InvalidOffset;
|
|
uint32_t L_0 = __this->___U3CbitU3Ek__BackingField_11;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint32_t InputControlAttribute_get_sizeInBits_mBA810ADA82C973F4DC0FB322C965B13503ACA194_inline (InputControlAttribute_t312CA97B153666F873279E81BA4054684715368D* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public uint sizeInBits { get; set; }
|
|
uint32_t L_0 = __this->___U3CsizeInBitsU3Ek__BackingField_13;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* InputControlAttribute_get_format_m765DEBBB52DDF6544E02525AD3CB140DC4A902E3_inline (InputControlAttribute_t312CA97B153666F873279E81BA4054684715368D* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public string format { get; set; }
|
|
String_t* L_0 = __this->___U3CformatU3Ek__BackingField_3;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* InputControlAttribute_get_alias_m09D83B5B58D1DD13983656B78EB4AEED875F2702_inline (InputControlAttribute_t312CA97B153666F873279E81BA4054684715368D* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public string alias { get; set; }
|
|
String_t* L_0 = __this->___U3CaliasU3Ek__BackingField_8;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* InputControlAttribute_get_aliases_mD8390AF2F18517AF3CC16FB03C2723FCBDB45825_inline (InputControlAttribute_t312CA97B153666F873279E81BA4054684715368D* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public string[] aliases { get; set; }
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_0 = __this->___U3CaliasesU3Ek__BackingField_9;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* InputControlAttribute_get_usage_m7371246ED904FFEB20B8EA3A716E6866C75B5403_inline (InputControlAttribute_t312CA97B153666F873279E81BA4054684715368D* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public string usage { get; set; }
|
|
String_t* L_0 = __this->___U3CusageU3Ek__BackingField_4;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* InputControlAttribute_get_usages_m778DDB9F8F0A4B319CDD08E59D07708EF7B9B19B_inline (InputControlAttribute_t312CA97B153666F873279E81BA4054684715368D* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public string[] usages { get; set; }
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_0 = __this->___U3CusagesU3Ek__BackingField_5;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* InputControlAttribute_get_parameters_mEBE37998A859096C1E48520CC66DA20BFD3DEA21_inline (InputControlAttribute_t312CA97B153666F873279E81BA4054684715368D* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public string parameters { get; set; }
|
|
String_t* L_0 = __this->___U3CparametersU3Ek__BackingField_6;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* InputControlAttribute_get_processors_mCD0F2BC8DD55E115108A01F46E184308765BBBFC_inline (InputControlAttribute_t312CA97B153666F873279E81BA4054684715368D* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public string processors { get; set; }
|
|
String_t* L_0 = __this->___U3CprocessorsU3Ek__BackingField_7;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* InputControlAttribute_get_useStateFrom_m5D3E7D4D53D2C4AB026DC6B4F1DC51C369A71274_inline (InputControlAttribute_t312CA97B153666F873279E81BA4054684715368D* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public string useStateFrom { get; set; }
|
|
String_t* L_0 = __this->___U3CuseStateFromU3Ek__BackingField_10;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool InputControlAttribute_get_noisy_mBA662A67ED441533527D185843B6D5CF05894AE6_inline (InputControlAttribute_t312CA97B153666F873279E81BA4054684715368D* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public bool noisy { get; set; }
|
|
bool L_0 = __this->___U3CnoisyU3Ek__BackingField_17;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool InputControlAttribute_get_dontReset_m085E7CBE2476027CD453226FBB7E92D1C889FC6C_inline (InputControlAttribute_t312CA97B153666F873279E81BA4054684715368D* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public bool dontReset { get; set; }
|
|
bool L_0 = __this->___U3CdontResetU3Ek__BackingField_19;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool InputControlAttribute_get_synthetic_mBB9ED78B1E8B5ABA1D241F557092269CC54BE3E6_inline (InputControlAttribute_t312CA97B153666F873279E81BA4054684715368D* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public bool synthetic { get; set; }
|
|
bool L_0 = __this->___U3CsyntheticU3Ek__BackingField_18;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t InputControlAttribute_get_arraySize_mA2D4F265E502ECCF190F56047D1909D08C66B52B_inline (InputControlAttribute_t312CA97B153666F873279E81BA4054684715368D* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public int arraySize { get; set; }
|
|
int32_t L_0 = __this->___U3CarraySizeU3Ek__BackingField_14;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* InputControlAttribute_get_defaultState_mB4DF687BD33F28ADA5AF7E7F3D12F25D58C415CB_inline (InputControlAttribute_t312CA97B153666F873279E81BA4054684715368D* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public object defaultState { get; set; }
|
|
RuntimeObject* L_0 = __this->___U3CdefaultStateU3Ek__BackingField_20;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* InputControlAttribute_get_minValue_m77CF5CF2497FE1137FCECF02F718086526C84651_inline (InputControlAttribute_t312CA97B153666F873279E81BA4054684715368D* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public object minValue { get; set; }
|
|
RuntimeObject* L_0 = __this->___U3CminValueU3Ek__BackingField_21;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* InputControlAttribute_get_maxValue_mED29B0ABE0550E329576E980384479DACF803503_inline (InputControlAttribute_t312CA97B153666F873279E81BA4054684715368D* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public object maxValue { get; set; }
|
|
RuntimeObject* L_0 = __this->___U3CmaxValueU3Ek__BackingField_22;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ControlItem_set_name_m51D3D4522272DD1AF9E12F5B93C232AC79F7A19E_inline (ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD* __this, InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public InternedString name { get; internal set; }
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_0 = ___0_value;
|
|
__this->___U3CnameU3Ek__BackingField_0 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)&(((&__this->___U3CnameU3Ek__BackingField_0))->___m_StringOriginalCase_0), (void*)NULL);
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&(((&__this->___U3CnameU3Ek__BackingField_0))->___m_StringLowerCase_1), (void*)NULL);
|
|
#endif
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ControlItem_set_displayName_m626633276E1E59337D3088E9C49AC10AE72B6507_inline (ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD* __this, String_t* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public string displayName { get; internal set; }
|
|
String_t* L_0 = ___0_value;
|
|
__this->___U3CdisplayNameU3Ek__BackingField_4 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CdisplayNameU3Ek__BackingField_4), (void*)L_0);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ControlItem_set_shortDisplayName_mB2342EA16705A431947DD7905BF0AD04A3D307B4_inline (ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD* __this, String_t* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public string shortDisplayName { get; internal set; }
|
|
String_t* L_0 = ___0_value;
|
|
__this->___U3CshortDisplayNameU3Ek__BackingField_5 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CshortDisplayNameU3Ek__BackingField_5), (void*)L_0);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ControlItem_set_layout_m06690041885C5E746BAE0574C6CDD1BE532073BD_inline (ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD* __this, InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public InternedString layout { get; internal set; }
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_0 = ___0_value;
|
|
__this->___U3ClayoutU3Ek__BackingField_1 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)&(((&__this->___U3ClayoutU3Ek__BackingField_1))->___m_StringOriginalCase_0), (void*)NULL);
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&(((&__this->___U3ClayoutU3Ek__BackingField_1))->___m_StringLowerCase_1), (void*)NULL);
|
|
#endif
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ControlItem_set_variants_mC24C3B81D42DD6606699720B0070D86A4A7C392F_inline (ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD* __this, InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public InternedString variants { get; internal set; }
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_0 = ___0_value;
|
|
__this->___U3CvariantsU3Ek__BackingField_2 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)&(((&__this->___U3CvariantsU3Ek__BackingField_2))->___m_StringOriginalCase_0), (void*)NULL);
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&(((&__this->___U3CvariantsU3Ek__BackingField_2))->___m_StringLowerCase_1), (void*)NULL);
|
|
#endif
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ControlItem_set_useStateFrom_mC4F23A31DA6D92F35F0C252666867DE60BA0F3C2_inline (ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD* __this, String_t* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public string useStateFrom { get; internal set; }
|
|
String_t* L_0 = ___0_value;
|
|
__this->___U3CuseStateFromU3Ek__BackingField_3 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CuseStateFromU3Ek__BackingField_3), (void*)L_0);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ControlItem_set_format_m541DAC401207113B8D69E89B5D4A7C694D8A7263_inline (ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD* __this, FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public FourCC format { get; internal set; }
|
|
FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_0 = ___0_value;
|
|
__this->___U3CformatU3Ek__BackingField_13 = L_0;
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ControlItem_set_bit_m7975555A9C8690C66B6F39A5988561F190FECE58_inline (ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD* __this, uint32_t ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public uint bit { get; internal set; }
|
|
uint32_t L_0 = ___0_value;
|
|
__this->___U3CbitU3Ek__BackingField_11 = L_0;
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ControlItem_set_sizeInBits_m121DD023118CC37B77D17B987591DDA9A6DD9582_inline (ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD* __this, uint32_t ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public uint sizeInBits { get; internal set; }
|
|
uint32_t L_0 = ___0_value;
|
|
__this->___U3CsizeInBitsU3Ek__BackingField_12 = L_0;
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ControlItem_set_parameters_m505637A7EF8388EFBFD6BF983876034054B248DD_inline (ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD* __this, ReadOnlyArray_1_t4A15F7D15ACB297B45A08889D51E4CACEAD4EDF9 ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public ReadOnlyArray<NamedValue> parameters { get; internal set; }
|
|
ReadOnlyArray_1_t4A15F7D15ACB297B45A08889D51E4CACEAD4EDF9 L_0 = ___0_value;
|
|
__this->___U3CparametersU3Ek__BackingField_8 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)&(((&__this->___U3CparametersU3Ek__BackingField_8))->___m_Array_0), (void*)NULL);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ControlItem_set_processors_m1611E42E6E1EF35DFA7D9428E213F3BCA4417EFE_inline (ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD* __this, ReadOnlyArray_1_t1B44D48F2E9F425D218BABD5DE616117E8725D41 ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public ReadOnlyArray<NameAndParameters> processors { get; internal set; }
|
|
ReadOnlyArray_1_t1B44D48F2E9F425D218BABD5DE616117E8725D41 L_0 = ___0_value;
|
|
__this->___U3CprocessorsU3Ek__BackingField_9 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)&(((&__this->___U3CprocessorsU3Ek__BackingField_9))->___m_Array_0), (void*)NULL);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ControlItem_set_usages_m7A83BA777016005F41C58AE27BFDA0250BF39E51_inline (ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD* __this, ReadOnlyArray_1_t1C2864D7CF4D444AB2616316AC8DD33932F77064 ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public ReadOnlyArray<InternedString> usages { get; internal set; }
|
|
ReadOnlyArray_1_t1C2864D7CF4D444AB2616316AC8DD33932F77064 L_0 = ___0_value;
|
|
__this->___U3CusagesU3Ek__BackingField_6 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)&(((&__this->___U3CusagesU3Ek__BackingField_6))->___m_Array_0), (void*)NULL);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ControlItem_set_aliases_mE23B04A43B1EC0271BA1FFAB9A7F19E578FA0FB1_inline (ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD* __this, ReadOnlyArray_1_t1C2864D7CF4D444AB2616316AC8DD33932F77064 ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public ReadOnlyArray<InternedString> aliases { get; internal set; }
|
|
ReadOnlyArray_1_t1C2864D7CF4D444AB2616316AC8DD33932F77064 L_0 = ___0_value;
|
|
__this->___U3CaliasesU3Ek__BackingField_7 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)&(((&__this->___U3CaliasesU3Ek__BackingField_7))->___m_Array_0), (void*)NULL);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ControlItem_set_arraySize_m836E83FBB5E21DFFF99CC3D47CAF0812894DF39E_inline (ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD* __this, int32_t ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public int arraySize { get; internal set; }
|
|
int32_t L_0 = ___0_value;
|
|
__this->___U3CarraySizeU3Ek__BackingField_15 = L_0;
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ControlItem_set_defaultState_m3C11CEAA24CEFC78FCDD5BC85EEA2C7A6A17EBCD_inline (ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD* __this, PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public PrimitiveValue defaultState { get; internal set; }
|
|
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 L_0 = ___0_value;
|
|
__this->___U3CdefaultStateU3Ek__BackingField_16 = L_0;
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ControlItem_set_minValue_m416B368BF736DC2A036EF10DDF91C3ABFCA1D9F3_inline (ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD* __this, PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public PrimitiveValue minValue { get; internal set; }
|
|
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 L_0 = ___0_value;
|
|
__this->___U3CminValueU3Ek__BackingField_17 = L_0;
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ControlItem_set_maxValue_m4AC28329EF977177A7280FD58B0FD9490E315508_inline (ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD* __this, PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public PrimitiveValue maxValue { get; internal set; }
|
|
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 L_0 = ___0_value;
|
|
__this->___U3CmaxValueU3Ek__BackingField_18 = L_0;
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 ControlItem_get_variants_m940B1AE5E4676988EFCBA9919EA86728A131D1D5_inline (ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public InternedString variants { get; internal set; }
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_0 = __this->___U3CvariantsU3Ek__BackingField_2;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 InputControlLayout_get_DefaultVariant_m9A602370E1CB42697E59F4BC682789BAA4D78BD7_inline (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
// public static InternedString DefaultVariant => s_DefaultVariant;
|
|
il2cpp_codegen_runtime_class_init_inline(InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D_il2cpp_TypeInfo_var);
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_0 = ((InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D_StaticFields*)il2cpp_codegen_static_fields_for(InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D_il2cpp_TypeInfo_var))->___s_DefaultVariant_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 InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 ControlItem_get_layout_m08BC0B5287AA87FAD29BF5B6D03ECE3E9CF5232C_inline (ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public InternedString layout { get; internal set; }
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_0 = __this->___U3ClayoutU3Ek__BackingField_1;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* ControlItem_get_useStateFrom_mCE850A165538CDCBFF2D9B6B81A6F9C1C00D322D_inline (ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public string useStateFrom { get; internal set; }
|
|
String_t* L_0 = __this->___U3CuseStateFromU3Ek__BackingField_3;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* ControlItem_get_displayName_m1F58E1237D92659BA397FA7B634E19A3A5D0EF79_inline (ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public string displayName { get; internal set; }
|
|
String_t* L_0 = __this->___U3CdisplayNameU3Ek__BackingField_4;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* ControlItem_get_shortDisplayName_m9FD5B6429EC71B35D442089E49B7CC2D02124746_inline (ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public string shortDisplayName { get; internal set; }
|
|
String_t* L_0 = __this->___U3CshortDisplayNameU3Ek__BackingField_5;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ReadOnlyArray_1_t1C2864D7CF4D444AB2616316AC8DD33932F77064 ControlItem_get_usages_mD3E7D24BB589A7EE3F153AC45C5B5C6C3C2F851A_inline (ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public ReadOnlyArray<InternedString> usages { get; internal set; }
|
|
ReadOnlyArray_1_t1C2864D7CF4D444AB2616316AC8DD33932F77064 L_0 = __this->___U3CusagesU3Ek__BackingField_6;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ReadOnlyArray_1_t1C2864D7CF4D444AB2616316AC8DD33932F77064 ControlItem_get_aliases_mA8CA9ACA577BAF8FB291F8D0622F6F7D6AFC14D2_inline (ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public ReadOnlyArray<InternedString> aliases { get; internal set; }
|
|
ReadOnlyArray_1_t1C2864D7CF4D444AB2616316AC8DD33932F77064 L_0 = __this->___U3CaliasesU3Ek__BackingField_7;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ReadOnlyArray_1_t4A15F7D15ACB297B45A08889D51E4CACEAD4EDF9 ControlItem_get_parameters_mBE548D62CCE714B0094FA37FCAE9A1C385583843_inline (ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public ReadOnlyArray<NamedValue> parameters { get; internal set; }
|
|
ReadOnlyArray_1_t4A15F7D15ACB297B45A08889D51E4CACEAD4EDF9 L_0 = __this->___U3CparametersU3Ek__BackingField_8;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ReadOnlyArray_1_t1B44D48F2E9F425D218BABD5DE616117E8725D41 ControlItem_get_processors_mD951CF73C19F0B3880A81867A1B619D6F7CC1D01_inline (ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public ReadOnlyArray<NameAndParameters> processors { get; internal set; }
|
|
ReadOnlyArray_1_t1B44D48F2E9F425D218BABD5DE616117E8725D41 L_0 = __this->___U3CprocessorsU3Ek__BackingField_9;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint32_t ControlItem_get_bit_m9E80F980A6B4953ED959FA79910B233494DDE687_inline (ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public uint bit { get; internal set; }
|
|
uint32_t L_0 = __this->___U3CbitU3Ek__BackingField_11;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint32_t ControlItem_get_sizeInBits_mF2621FA7E7B26E6CCBF73A21896D0D1AF68F77E1_inline (ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public uint sizeInBits { get; internal set; }
|
|
uint32_t L_0 = __this->___U3CsizeInBitsU3Ek__BackingField_12;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED ControlItem_get_format_mDD79911EB0D39F8578F01926136A8F445A4FE509_inline (ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public FourCC format { get; internal set; }
|
|
FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_0 = __this->___U3CformatU3Ek__BackingField_13;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t ControlItem_get_flags_m3DB7EC0924E17C28450F95C4D0348A8C8862F286_inline (ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// private Flags flags { get; set; }
|
|
int32_t L_0 = __this->___U3CflagsU3Ek__BackingField_14;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ControlItem_set_flags_m66F02C0F643B542EAF2D49FE836A5900A71018EC_inline (ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD* __this, int32_t ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// private Flags flags { get; set; }
|
|
int32_t L_0 = ___0_value;
|
|
__this->___U3CflagsU3Ek__BackingField_14 = L_0;
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t ControlItem_get_arraySize_m5C2C8103BB1F27038D08B567099283F70C3F8326_inline (ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public int arraySize { get; internal set; }
|
|
int32_t L_0 = __this->___U3CarraySizeU3Ek__BackingField_15;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 ControlItem_get_defaultState_m2544EF2F09468000E7113CA1EE178CD60C572318_inline (ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public PrimitiveValue defaultState { get; internal set; }
|
|
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 L_0 = __this->___U3CdefaultStateU3Ek__BackingField_16;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 ControlItem_get_minValue_m98CAFDF6A6F13A5E5E4DC51B4ADFD02B633233B7_inline (ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public PrimitiveValue minValue { get; internal set; }
|
|
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 L_0 = __this->___U3CminValueU3Ek__BackingField_17;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 ControlItem_get_maxValue_mAEF0FF56E7D06C3FE2387EEA227A66EAA9813A77_inline (ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public PrimitiveValue maxValue { get; internal set; }
|
|
PrimitiveValue_t1CC37566F40746757D5E3F87474A05909D85C2D4 L_0 = __this->___U3CmaxValueU3Ek__BackingField_18;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Builder_set_name_mDC15047F044F9E3523AFB77F90097E659B9D0639_inline (Builder_t83F17A26F53DA7EA6D8C35E5C65C5DF0147E7821* __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 void Builder_set_displayName_mEA1FD90956B603D3775D5DBEF089065F384D7FEC_inline (Builder_t83F17A26F53DA7EA6D8C35E5C65C5DF0147E7821* __this, String_t* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public string displayName { get; set; }
|
|
String_t* L_0 = ___0_value;
|
|
__this->___U3CdisplayNameU3Ek__BackingField_1 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CdisplayNameU3Ek__BackingField_1), (void*)L_0);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Builder_set_stateFormat_mCD363642BD5D0DE6671C1AFCBFFA0423EE43E16A_inline (Builder_t83F17A26F53DA7EA6D8C35E5C65C5DF0147E7821* __this, FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public FourCC stateFormat { get; set; }
|
|
FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_0 = ___0_value;
|
|
__this->___U3CstateFormatU3Ek__BackingField_3 = L_0;
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Builder_set_stateSizeInBytes_mDFAB2E625CFB381581D4343D398B0B039FBE2EF2_inline (Builder_t83F17A26F53DA7EA6D8C35E5C65C5DF0147E7821* __this, int32_t ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public int stateSizeInBytes { get; set; }
|
|
int32_t L_0 = ___0_value;
|
|
__this->___U3CstateSizeInBytesU3Ek__BackingField_4 = L_0;
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* Builder_get_name_m244B351832B70D91CE0099355B58793C715FEA96_inline (Builder_t83F17A26F53DA7EA6D8C35E5C65C5DF0147E7821* __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 Type_t* Builder_get_type_m779DE0BFA77615E1645F8D7407B10CBDD1CF178E_inline (Builder_t83F17A26F53DA7EA6D8C35E5C65C5DF0147E7821* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public Type type { get; set; }
|
|
Type_t* L_0 = __this->___U3CtypeU3Ek__BackingField_2;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* Builder_get_extendsLayout_m58924465E9829CAECBFAC577B4D2E967F4C7BC4E_inline (Builder_t83F17A26F53DA7EA6D8C35E5C65C5DF0147E7821* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// get => m_ExtendsLayout;
|
|
String_t* L_0 = __this->___m_ExtendsLayout_5;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* Builder_get_displayName_mF3EF3210E2062453734F7083AC27DA5D88B18EE5_inline (Builder_t83F17A26F53DA7EA6D8C35E5C65C5DF0147E7821* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public string displayName { get; set; }
|
|
String_t* L_0 = __this->___U3CdisplayNameU3Ek__BackingField_1;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED Builder_get_stateFormat_m710266D85813CD8EE9D56F93F48FF9124F4A384E_inline (Builder_t83F17A26F53DA7EA6D8C35E5C65C5DF0147E7821* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public FourCC stateFormat { get; set; }
|
|
FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_0 = __this->___U3CstateFormatU3Ek__BackingField_3;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Builder_get_stateSizeInBytes_m825A03FC7D13BAB0896302D62661BAF7297542D9_inline (Builder_t83F17A26F53DA7EA6D8C35E5C65C5DF0147E7821* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public int stateSizeInBytes { get; set; }
|
|
int32_t L_0 = __this->___U3CstateSizeInBytesU3Ek__BackingField_4;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01 Builder_get_updateBeforeRender_m5D7D9B635031D624AD989C0AE386C86F1AC1EA61_inline (Builder_t83F17A26F53DA7EA6D8C35E5C65C5DF0147E7821* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public bool? updateBeforeRender { get; set; }
|
|
Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01 L_0 = __this->___U3CupdateBeforeRenderU3Ek__BackingField_6;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED InputControlLayout_get_stateFormat_m33EF958FD8072BFBD3F1378E800C3B694A284DE0_inline (InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public FourCC stateFormat => m_StateFormat;
|
|
FourCC_tA6CAA4015BC25A7F1053B6C512202D57A9C994ED L_0 = __this->___m_StateFormat_5;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* InputControl_get_parent_mCB9335C099924935526B38534EE76E53847787AF_inline (InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public InputControl parent => m_Parent;
|
|
InputControl_t74F06B623518F992BF8E38656A5E0857169E3E2E* L_0 = __this->___m_Parent_10;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void InputStateBlock_set_bitOffset_mB4F67CC1BF4EBB3152CEC64BECFF724C1416A163_inline (InputStateBlock_t0E05211ACF29A99C0FE7FC9EA7042196BFF1F3B5* __this, uint32_t ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public uint bitOffset { get; set; }
|
|
uint32_t L_0 = ___0_value;
|
|
__this->___U3CbitOffsetU3Ek__BackingField_35 = 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 InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 InputControlLayout_get_variants_mD239B57B9290D0BFDEAE3A5CF6EE8890429BAE43_inline (InputControlLayout_t46A40BE4C976BE33E85F61E63EB34323FED9831D* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public InternedString variants => m_Variants;
|
|
InternedString_t8D62A48CB7D85AAE9CFCCCFB0A77AC2844905735 L_0 = __this->___m_Variants_4;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* LayoutNotFoundException_get_layout_m37F53C110A776188D459C4E19DFCB11F1F0CC8C4_inline (LayoutNotFoundException_t04D5D4F5A48929A16B0727F1BDFEC21FDEF348B2* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public string layout { get; }
|
|
String_t* L_0 = __this->___U3ClayoutU3Ek__BackingField_18;
|
|
return L_0;
|
|
}
|
|
}
|
|
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 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 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 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 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_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 String_t* InputDeviceDescription_get_interfaceName_m087CF7E83BAF1E6C6375B3F16A9FAA3A71717D07_inline (InputDeviceDescription_tE86DD77422AAF60ADDAC788B31E5A05E739B708F* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// get => m_InterfaceName;
|
|
String_t* L_0 = __this->___m_InterfaceName_0;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void InputDeviceDescription_set_interfaceName_m066F304EF6310F93AB0346602A4164940F40C3F2_inline (InputDeviceDescription_tE86DD77422AAF60ADDAC788B31E5A05E739B708F* __this, String_t* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// set => m_InterfaceName = value;
|
|
String_t* L_0 = ___0_value;
|
|
__this->___m_InterfaceName_0 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_InterfaceName_0), (void*)L_0);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* InputDeviceDescription_get_deviceClass_m59E89FD7B104B4E23CB6AA979500CD0330FFBF26_inline (InputDeviceDescription_tE86DD77422AAF60ADDAC788B31E5A05E739B708F* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// get => m_DeviceClass;
|
|
String_t* L_0 = __this->___m_DeviceClass_1;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void InputDeviceDescription_set_deviceClass_m203C35763DEDABFB1381DED742DCB6D99F1CB17E_inline (InputDeviceDescription_tE86DD77422AAF60ADDAC788B31E5A05E739B708F* __this, String_t* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// set => m_DeviceClass = value;
|
|
String_t* L_0 = ___0_value;
|
|
__this->___m_DeviceClass_1 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_DeviceClass_1), (void*)L_0);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* InputDeviceDescription_get_manufacturer_m1E4560A970F958F452E36A48BE6E420409BB6DA4_inline (InputDeviceDescription_tE86DD77422AAF60ADDAC788B31E5A05E739B708F* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// get => m_Manufacturer;
|
|
String_t* L_0 = __this->___m_Manufacturer_2;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void InputDeviceDescription_set_manufacturer_mDDC21FFBAA6CD78960A6160779DEF264F780D031_inline (InputDeviceDescription_tE86DD77422AAF60ADDAC788B31E5A05E739B708F* __this, String_t* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// set => m_Manufacturer = value;
|
|
String_t* L_0 = ___0_value;
|
|
__this->___m_Manufacturer_2 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_Manufacturer_2), (void*)L_0);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* InputDeviceDescription_get_product_m55D36F17D120E589EAE73B25E0C86B0CE14DA34A_inline (InputDeviceDescription_tE86DD77422AAF60ADDAC788B31E5A05E739B708F* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// get => m_Product;
|
|
String_t* L_0 = __this->___m_Product_3;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void InputDeviceDescription_set_product_m7449178AB405AD172791ACF81AE7D38EFDBAE6BF_inline (InputDeviceDescription_tE86DD77422AAF60ADDAC788B31E5A05E739B708F* __this, String_t* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// set => m_Product = value;
|
|
String_t* L_0 = ___0_value;
|
|
__this->___m_Product_3 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_Product_3), (void*)L_0);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* InputDeviceDescription_get_serial_m3A6F06D7F3524EA3B409475146A17D10B2E2D566_inline (InputDeviceDescription_tE86DD77422AAF60ADDAC788B31E5A05E739B708F* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// get => m_Serial;
|
|
String_t* L_0 = __this->___m_Serial_4;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void InputDeviceDescription_set_serial_m61672C236E51A1CEC221B4D826FCEFA12F5CEC12_inline (InputDeviceDescription_tE86DD77422AAF60ADDAC788B31E5A05E739B708F* __this, String_t* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// set => m_Serial = value;
|
|
String_t* L_0 = ___0_value;
|
|
__this->___m_Serial_4 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_Serial_4), (void*)L_0);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* InputDeviceDescription_get_version_m821EE2A4E5DFCF573BCD227EC1DFEDBC0344D033_inline (InputDeviceDescription_tE86DD77422AAF60ADDAC788B31E5A05E739B708F* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// get => m_Version;
|
|
String_t* L_0 = __this->___m_Version_5;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void InputDeviceDescription_set_version_m3D9057157A43F6544A2B9B6D25D775F3D2212E94_inline (InputDeviceDescription_tE86DD77422AAF60ADDAC788B31E5A05E739B708F* __this, String_t* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// set => m_Version = value;
|
|
String_t* L_0 = ___0_value;
|
|
__this->___m_Version_5 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_Version_5), (void*)L_0);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* InputDeviceDescription_get_capabilities_mEBF36ED5663709FCA039D1AEA87F6B6C404E76CD_inline (InputDeviceDescription_tE86DD77422AAF60ADDAC788B31E5A05E739B708F* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// get => m_Capabilities;
|
|
String_t* L_0 = __this->___m_Capabilities_6;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void InputDeviceDescription_set_capabilities_mAB1C9265029DBB0E4F7713854FB80893EBD59D88_inline (InputDeviceDescription_tE86DD77422AAF60ADDAC788B31E5A05E739B708F* __this, String_t* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// set => m_Capabilities = value;
|
|
String_t* L_0 = ___0_value;
|
|
__this->___m_Capabilities_6 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_Capabilities_6), (void*)L_0);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Nullable_1_get_HasValue_mB1F55188CDD50D6D725D41F55D2F2540CD15FB20_gshared_inline (Nullable_1_t163D49A1147F217B7BD43BE8ACC8A5CC6B846D14* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
bool L_0 = (bool)__this->___hasValue_0;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Nullable_1_GetValueOrDefault_m26287DBB36429B2E2FBCB3F96F439248F8CAA8BB_gshared_inline (Nullable_1_t163D49A1147F217B7BD43BE8ACC8A5CC6B846D14* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = (int32_t)__this->___value_1;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Action_1_Invoke_m385E2072F05E124A5C5A65458BECB656EA710704_gshared_inline (Action_1_t382B605C2C5668A25F075BE1F415718CF3C38FF7* __this, Record_tF7FF07DC502355356B48CE78337FB16B196E2EE0 ___0_obj, const RuntimeMethod* method)
|
|
{
|
|
typedef void (*FunctionPointerType) (RuntimeObject*, Record_tF7FF07DC502355356B48CE78337FB16B196E2EE0, const RuntimeMethod*);
|
|
((FunctionPointerType)__this->___invoke_impl_1)((Il2CppObject*)__this->___method_code_6, ___0_obj, reinterpret_cast<RuntimeMethod*>(__this->___method_3));
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Func_4_Invoke_mC7D21C922ACD57BEC4C04878D5BFFC1441C3779A_gshared_inline (Func_4_t71673974799A3C352F89909BA77E8B33929F2A32* __this, RuntimeObject* ___0_arg1, double ___1_arg2, InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0 ___2_arg3, const RuntimeMethod* method)
|
|
{
|
|
typedef bool (*FunctionPointerType) (RuntimeObject*, RuntimeObject*, double, InputEventPtr_tC2A58521C9AFB479CC88789D5E0797D817C721C0, const RuntimeMethod*);
|
|
return ((FunctionPointerType)__this->___invoke_impl_1)((Il2CppObject*)__this->___method_code_6, ___0_arg1, ___1_arg2, ___2_arg3, reinterpret_cast<RuntimeMethod*>(__this->___method_3));
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t ReadOnlyArray_1_get_Count_m37AE229E2BFB74375A7BD545982B745F982762F8_gshared_inline (ReadOnlyArray_1_t40B8DDDCD6ACBA3B2C0AF1387BE23D68DAEF77B5* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public int Count => m_Length;
|
|
int32_t L_0 = (int32_t)__this->___m_Length_2;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Nullable_1_GetValueOrDefault_m86E1210429A6EA0082CC7806DD638E8B4555F148_gshared_inline (Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
bool L_0 = (bool)__this->___value_1;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Nullable_1_get_HasValue_m6B76D139692C43B2AF7C695FAB044B16ACFAF355_gshared_inline (Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
bool L_0 = (bool)__this->___hasValue_0;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t List_1_get_Count_m965582C062B5F29E2DB7427A5C2DD8603D88ADD7_gshared_inline (List_1_tBF847DD77CE898FDD304012AB5DFBFC15986D8F7* __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_mC80F4E1FA0352E5887AF0D8100CA8C32C74509D6_gshared_inline (List_1_tBF847DD77CE898FDD304012AB5DFBFC15986D8F7* __this, ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD ___0_item, const RuntimeMethod* method)
|
|
{
|
|
ControlItemU5BU5D_t7798E8B7C7F58B8F6D13B567539CD82E962C7104* 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));
|
|
ControlItemU5BU5D_t7798E8B7C7F58B8F6D13B567539CD82E962C7104* L_1 = (ControlItemU5BU5D_t7798E8B7C7F58B8F6D13B567539CD82E962C7104*)__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;
|
|
ControlItemU5BU5D_t7798E8B7C7F58B8F6D13B567539CD82E962C7104* 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));
|
|
ControlItemU5BU5D_t7798E8B7C7F58B8F6D13B567539CD82E962C7104* L_6 = V_0;
|
|
int32_t L_7 = V_1;
|
|
ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD L_8 = ___0_item;
|
|
NullCheck(L_6);
|
|
(L_6)->SetAt(static_cast<il2cpp_array_size_t>(L_7), (ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD)L_8);
|
|
return;
|
|
}
|
|
|
|
IL_0034:
|
|
{
|
|
ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD L_9 = ___0_item;
|
|
(( void (*) (List_1_tBF847DD77CE898FDD304012AB5DFBFC15986D8F7*, ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD, 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 KeyValuePair_2_tF5DD05EDBC520DD8097B5B6C4F393A65598F1A63 Enumerator_get_Current_m0373B60ED4ADFD0BB6384F21AA824052DC046AB2_gshared_inline (Enumerator_tF8222A4639381794AAA8400055AD5CCB9CA671CB* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
KeyValuePair_2_tF5DD05EDBC520DD8097B5B6C4F393A65598F1A63 L_0 = (KeyValuePair_2_tF5DD05EDBC520DD8097B5B6C4F393A65598F1A63)__this->____current_3;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* KeyValuePair_2_get_Key_m0B23CA68619DDA4661F16C7E1DF5E9136DDE50E0_gshared_inline (KeyValuePair_2_tF5DD05EDBC520DD8097B5B6C4F393A65598F1A63* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
RuntimeObject* L_0 = (RuntimeObject*)__this->___key_0;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD KeyValuePair_2_get_Value_mC984E0FD2A2116BD6D8E87245E7604F394144702_gshared_inline (KeyValuePair_2_tF5DD05EDBC520DD8097B5B6C4F393A65598F1A63* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD L_0 = (ControlItem_t25B2C46F52E78ADC5F54903F9E769364B02CD4AD)__this->___value_1;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t List_1_get_Count_m4407E4C389F22B8CEC282C15D56516658746C383_gshared_inline (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = (int32_t)__this->____size_2;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* Enumerator_get_Current_m6330F15D18EE4F547C05DF9BF83C5EB710376027_gshared_inline (Enumerator_t9473BAB568A27E2339D48C1F91319E0F6D244D7A* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
RuntimeObject* L_0 = (RuntimeObject*)__this->____current_3;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void List_1_Add_mEBCF994CC3814631017F46A387B1A192ED6C85C7_gshared_inline (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* __this, RuntimeObject* ___0_item, const RuntimeMethod* method)
|
|
{
|
|
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* V_0 = NULL;
|
|
int32_t V_1 = 0;
|
|
{
|
|
int32_t L_0 = (int32_t)__this->____version_3;
|
|
__this->____version_3 = ((int32_t)il2cpp_codegen_add(L_0, 1));
|
|
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_1 = (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)__this->____items_1;
|
|
V_0 = L_1;
|
|
int32_t L_2 = (int32_t)__this->____size_2;
|
|
V_1 = L_2;
|
|
int32_t L_3 = V_1;
|
|
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_4 = V_0;
|
|
NullCheck(L_4);
|
|
if ((!(((uint32_t)L_3) < ((uint32_t)((int32_t)(((RuntimeArray*)L_4)->max_length))))))
|
|
{
|
|
goto IL_0034;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_5 = V_1;
|
|
__this->____size_2 = ((int32_t)il2cpp_codegen_add(L_5, 1));
|
|
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_6 = V_0;
|
|
int32_t L_7 = V_1;
|
|
RuntimeObject* L_8 = ___0_item;
|
|
NullCheck(L_6);
|
|
(L_6)->SetAt(static_cast<il2cpp_array_size_t>(L_7), (RuntimeObject*)L_8);
|
|
return;
|
|
}
|
|
|
|
IL_0034:
|
|
{
|
|
RuntimeObject* L_9 = ___0_item;
|
|
(( void (*) (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D*, RuntimeObject*, const RuntimeMethod*))il2cpp_codegen_get_method_pointer(il2cpp_rgctx_method(method->klass->rgctx_data, 11)))(__this, L_9, il2cpp_rgctx_method(method->klass->rgctx_data, 11));
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t ReadOnlyArray_1_get_Count_m2215B7CB1D01D57AB87F3363351D7A7BD528E40F_gshared_inline (ReadOnlyArray_1_t1C2864D7CF4D444AB2616316AC8DD33932F77064* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
// public int Count => m_Length;
|
|
int32_t L_0 = (int32_t)__this->___m_Length_2;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR 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 int32_t ReadOnlyArray_1_get_Count_mCB952AF4F81F9AF4E9F86DEDE58AF67AF1654293_gshared_inline (ReadOnlyArray_1_t1B44D48F2E9F425D218BABD5DE616117E8725D41* __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 KeyValuePair_2_tC24A74EF64A292F5C6BA77D0B04CD6620D2DE3AC Enumerator_get_Current_mB1068DBFCAA4C19D082D5717DF265CBA6D66D4BE_gshared_inline (Enumerator_tA3FD4A2E68B869CA74DA02EF77286DF5BFB3FE31* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
KeyValuePair_2_tC24A74EF64A292F5C6BA77D0B04CD6620D2DE3AC L_0 = (KeyValuePair_2_tC24A74EF64A292F5C6BA77D0B04CD6620D2DE3AC)__this->____current_3;
|
|
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 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 int32_t List_1_get_Count_mF4DDF38AC881AF869CC1CBE8475179B456B18437_gshared_inline (List_1_t4E502B2E42676E48E6F9A8F0251ADB1DF4BD490E* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = (int32_t)__this->____size_2;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* Func_1_Invoke_m1412272198DFA4066C83206E5B43353AF10A2EEE_gshared_inline (Func_1_tD5C081AE11746B200C711DD48DBEB00E3A9276D4* __this, const RuntimeMethod* method)
|
|
{
|
|
typedef RuntimeObject* (*FunctionPointerType) (RuntimeObject*, const RuntimeMethod*);
|
|
return ((FunctionPointerType)__this->___invoke_impl_1)((Il2CppObject*)__this->___method_code_6, reinterpret_cast<RuntimeMethod*>(__this->___method_3));
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Nullable_1_get_HasValue_m736B6649639E22745348A31C24B346DD267A02C4_gshared_inline (Nullable_1_t655AB0D788E9ABDCE6B0F6BF2AADC5C7E35955C4* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
bool L_0 = (bool)__this->___hasValue_0;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void List_1_Add_m1445C78C000C0B2BB5347D71EB0E1C07A45FB143_gshared_inline (List_1_t4E502B2E42676E48E6F9A8F0251ADB1DF4BD490E* __this, LayoutMatcher_t0D8F5E32A7C82BC292EBA0FAA3EB2D9F1F72A0A6 ___0_item, const RuntimeMethod* method)
|
|
{
|
|
LayoutMatcherU5BU5D_t790C71C3787F12C3EE9F7ABDC24DFCEB5281F90E* 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));
|
|
LayoutMatcherU5BU5D_t790C71C3787F12C3EE9F7ABDC24DFCEB5281F90E* L_1 = (LayoutMatcherU5BU5D_t790C71C3787F12C3EE9F7ABDC24DFCEB5281F90E*)__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;
|
|
LayoutMatcherU5BU5D_t790C71C3787F12C3EE9F7ABDC24DFCEB5281F90E* 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));
|
|
LayoutMatcherU5BU5D_t790C71C3787F12C3EE9F7ABDC24DFCEB5281F90E* L_6 = V_0;
|
|
int32_t L_7 = V_1;
|
|
LayoutMatcher_t0D8F5E32A7C82BC292EBA0FAA3EB2D9F1F72A0A6 L_8 = ___0_item;
|
|
NullCheck(L_6);
|
|
(L_6)->SetAt(static_cast<il2cpp_array_size_t>(L_7), (LayoutMatcher_t0D8F5E32A7C82BC292EBA0FAA3EB2D9F1F72A0A6)L_8);
|
|
return;
|
|
}
|
|
|
|
IL_0034:
|
|
{
|
|
LayoutMatcher_t0D8F5E32A7C82BC292EBA0FAA3EB2D9F1F72A0A6 L_9 = ___0_item;
|
|
(( void (*) (List_1_t4E502B2E42676E48E6F9A8F0251ADB1DF4BD490E*, LayoutMatcher_t0D8F5E32A7C82BC292EBA0FAA3EB2D9F1F72A0A6, const RuntimeMethod*))il2cpp_codegen_get_method_pointer(il2cpp_rgctx_method(method->klass->rgctx_data, 11)))(__this, L_9, il2cpp_rgctx_method(method->klass->rgctx_data, 11));
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void List_1_Clear_m6BF26614BFAA4D96650F4296BC5ED2455F26EA2C_gshared_inline (List_1_t9B68833848E4C4D7F623C05F6B77F0449396354A* __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 (!false)
|
|
{
|
|
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;
|
|
}
|
|
}
|
|
{
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_3 = (UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA*)__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_m084F52E7C436446A23080F15F803212491693F6B_gshared_inline (List_1_t9B68833848E4C4D7F623C05F6B77F0449396354A* __this, uint32_t ___0_item, const RuntimeMethod* method)
|
|
{
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* 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));
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_1 = (UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA*)__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;
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* 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));
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_6 = V_0;
|
|
int32_t L_7 = V_1;
|
|
uint32_t L_8 = ___0_item;
|
|
NullCheck(L_6);
|
|
(L_6)->SetAt(static_cast<il2cpp_array_size_t>(L_7), (uint32_t)L_8);
|
|
return;
|
|
}
|
|
|
|
IL_0034:
|
|
{
|
|
uint32_t L_9 = ___0_item;
|
|
(( void (*) (List_1_t9B68833848E4C4D7F623C05F6B77F0449396354A*, uint32_t, 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 Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 Vector3_op_Multiply_m87BA7C578F96C8E49BB07088DAAC4649F83B0353_inline (Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___0_a, float ___1_d, const RuntimeMethod* method)
|
|
{
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_0 = ___0_a;
|
|
float L_1 = L_0.___x_2;
|
|
float L_2 = ___1_d;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_3 = ___0_a;
|
|
float L_4 = L_3.___y_3;
|
|
float L_5 = ___1_d;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_6 = ___0_a;
|
|
float L_7 = L_6.___z_4;
|
|
float L_8 = ___1_d;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_9;
|
|
memset((&L_9), 0, sizeof(L_9));
|
|
Vector3__ctor_m376936E6B999EF1ECBE57D990A386303E2283DE0_inline((&L_9), ((float)il2cpp_codegen_multiply(L_1, L_2)), ((float)il2cpp_codegen_multiply(L_4, L_5)), ((float)il2cpp_codegen_multiply(L_7, L_8)), /*hidden argument*/NULL);
|
|
V_0 = L_9;
|
|
goto IL_0021;
|
|
}
|
|
|
|
IL_0021:
|
|
{
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_10 = V_0;
|
|
return L_10;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float Mathf_Max_mF5379E63D2BBAC76D090748695D833934F8AD051_inline (float ___0_a, float ___1_b, const RuntimeMethod* method)
|
|
{
|
|
float V_0 = 0.0f;
|
|
float G_B3_0 = 0.0f;
|
|
{
|
|
float L_0 = ___0_a;
|
|
float L_1 = ___1_b;
|
|
if ((((float)L_0) > ((float)L_1)))
|
|
{
|
|
goto IL_0008;
|
|
}
|
|
}
|
|
{
|
|
float L_2 = ___1_b;
|
|
G_B3_0 = L_2;
|
|
goto IL_0009;
|
|
}
|
|
|
|
IL_0008:
|
|
{
|
|
float L_3 = ___0_a;
|
|
G_B3_0 = L_3;
|
|
}
|
|
|
|
IL_0009:
|
|
{
|
|
V_0 = G_B3_0;
|
|
goto IL_000c;
|
|
}
|
|
|
|
IL_000c:
|
|
{
|
|
float L_4 = V_0;
|
|
return L_4;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Vector2_Normalize_m56DABCAB5967DF37A6B96710477D3660D800C652_inline (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7* __this, const RuntimeMethod* method)
|
|
{
|
|
float V_0 = 0.0f;
|
|
bool V_1 = false;
|
|
{
|
|
float L_0;
|
|
L_0 = Vector2_get_magnitude_m5C59B4056420AEFDB291AD0914A3F675330A75CE_inline(__this, NULL);
|
|
V_0 = L_0;
|
|
float L_1 = V_0;
|
|
V_1 = (bool)((((float)L_1) > ((float)(9.99999975E-06f)))? 1 : 0);
|
|
bool L_2 = V_1;
|
|
if (!L_2)
|
|
{
|
|
goto IL_0028;
|
|
}
|
|
}
|
|
{
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_3 = (*(Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7*)__this);
|
|
float L_4 = V_0;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_5;
|
|
L_5 = Vector2_op_Division_m57A2DCD71E0CE7420851D705D1951F9238902AAB_inline(L_3, L_4, NULL);
|
|
*(Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7*)__this = L_5;
|
|
goto IL_0033;
|
|
}
|
|
|
|
IL_0028:
|
|
{
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_6;
|
|
L_6 = Vector2_get_zero_m32506C40EC2EE7D5D4410BF40D3EE683A3D5F32C_inline(NULL);
|
|
*(Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7*)__this = L_6;
|
|
}
|
|
|
|
IL_0033:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 Vector3_Normalize_mEF8349CC39674236CFC694189AFD36E31F89AC8F_inline (Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___0_value, const RuntimeMethod* method)
|
|
{
|
|
float V_0 = 0.0f;
|
|
bool V_1 = false;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
{
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_0 = ___0_value;
|
|
float L_1;
|
|
L_1 = Vector3_Magnitude_m21652D951393A3D7CE92CE40049A0E7F76544D1B_inline(L_0, NULL);
|
|
V_0 = L_1;
|
|
float L_2 = V_0;
|
|
V_1 = (bool)((((float)L_2) > ((float)(9.99999975E-06f)))? 1 : 0);
|
|
bool L_3 = V_1;
|
|
if (!L_3)
|
|
{
|
|
goto IL_001e;
|
|
}
|
|
}
|
|
{
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_4 = ___0_value;
|
|
float L_5 = V_0;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_6;
|
|
L_6 = Vector3_op_Division_mCC6BB24E372AB96B8380D1678446EF6A8BAE13BB_inline(L_4, L_5, NULL);
|
|
V_2 = L_6;
|
|
goto IL_0026;
|
|
}
|
|
|
|
IL_001e:
|
|
{
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_7;
|
|
L_7 = Vector3_get_zero_m0C1249C3F25B1C70EAD3CC8B31259975A457AE39_inline(NULL);
|
|
V_2 = L_7;
|
|
goto IL_0026;
|
|
}
|
|
|
|
IL_0026:
|
|
{
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_8 = V_2;
|
|
return L_8;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 Vector2_op_Division_m57A2DCD71E0CE7420851D705D1951F9238902AAB_inline (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___0_a, float ___1_d, const RuntimeMethod* method)
|
|
{
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_0 = ___0_a;
|
|
float L_1 = L_0.___x_0;
|
|
float L_2 = ___1_d;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_3 = ___0_a;
|
|
float L_4 = L_3.___y_1;
|
|
float L_5 = ___1_d;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_6;
|
|
memset((&L_6), 0, sizeof(L_6));
|
|
Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline((&L_6), ((float)(L_1/L_2)), ((float)(L_4/L_5)), /*hidden argument*/NULL);
|
|
V_0 = L_6;
|
|
goto IL_0019;
|
|
}
|
|
|
|
IL_0019:
|
|
{
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_7 = V_0;
|
|
return L_7;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float Vector3_Magnitude_m21652D951393A3D7CE92CE40049A0E7F76544D1B_inline (Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___0_vector, 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;
|
|
{
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_0 = ___0_vector;
|
|
float L_1 = L_0.___x_2;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_2 = ___0_vector;
|
|
float L_3 = L_2.___x_2;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_4 = ___0_vector;
|
|
float L_5 = L_4.___y_3;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_6 = ___0_vector;
|
|
float L_7 = L_6.___y_3;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_8 = ___0_vector;
|
|
float L_9 = L_8.___z_4;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_10 = ___0_vector;
|
|
float L_11 = L_10.___z_4;
|
|
il2cpp_codegen_runtime_class_init_inline(Math_tEB65DE7CA8B083C412C969C92981C030865486CE_il2cpp_TypeInfo_var);
|
|
double L_12;
|
|
L_12 = sqrt(((double)((float)il2cpp_codegen_add(((float)il2cpp_codegen_add(((float)il2cpp_codegen_multiply(L_1, L_3)), ((float)il2cpp_codegen_multiply(L_5, L_7)))), ((float)il2cpp_codegen_multiply(L_9, L_11))))));
|
|
V_0 = ((float)L_12);
|
|
goto IL_0034;
|
|
}
|
|
|
|
IL_0034:
|
|
{
|
|
float L_13 = V_0;
|
|
return L_13;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 Vector3_op_Division_mCC6BB24E372AB96B8380D1678446EF6A8BAE13BB_inline (Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___0_a, float ___1_d, const RuntimeMethod* method)
|
|
{
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_0 = ___0_a;
|
|
float L_1 = L_0.___x_2;
|
|
float L_2 = ___1_d;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_3 = ___0_a;
|
|
float L_4 = L_3.___y_3;
|
|
float L_5 = ___1_d;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_6 = ___0_a;
|
|
float L_7 = L_6.___z_4;
|
|
float L_8 = ___1_d;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_9;
|
|
memset((&L_9), 0, sizeof(L_9));
|
|
Vector3__ctor_m376936E6B999EF1ECBE57D990A386303E2283DE0_inline((&L_9), ((float)(L_1/L_2)), ((float)(L_4/L_5)), ((float)(L_7/L_8)), /*hidden argument*/NULL);
|
|
V_0 = L_9;
|
|
goto IL_0021;
|
|
}
|
|
|
|
IL_0021:
|
|
{
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_10 = V_0;
|
|
return L_10;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 Vector3_get_zero_m0C1249C3F25B1C70EAD3CC8B31259975A457AE39_inline (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_0 = ((Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2_StaticFields*)il2cpp_codegen_static_fields_for(Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2_il2cpp_TypeInfo_var))->___zeroVector_5;
|
|
V_0 = L_0;
|
|
goto IL_0009;
|
|
}
|
|
|
|
IL_0009:
|
|
{
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_1 = V_0;
|
|
return L_1;
|
|
}
|
|
}
|