#include "pch-cpp.hpp" #ifndef _MSC_VER # include #else # include #endif #include #include template struct VirtFuncInvoker1 { 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 struct VirtFuncInvoker0 { 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 struct VirtFuncInvoker2 { typedef R (*Func)(void*, T1, T2, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; template struct VirtActionInvoker3 { typedef void (*Action)(void*, T1, T2, T3, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method); } }; template struct VirtActionInvoker2 { typedef void (*Action)(void*, T1, T2, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; template struct VirtActionInvoker1 { 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 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); } }; struct InterfaceActionInvoker0 { typedef void (*Action)(void*, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); ((Action)invokeData.methodPtr)(obj, invokeData.method); } }; template struct InterfaceActionInvoker1 { typedef void (*Action)(void*, T1, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); ((Action)invokeData.methodPtr)(obj, p1, invokeData.method); } }; template struct InterfaceFuncInvoker1 { typedef R (*Func)(void*, T1, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); return ((Func)invokeData.methodPtr)(obj, p1, invokeData.method); } }; template struct InterfaceFuncInvoker2 { typedef R (*Func)(void*, T1, T2, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); return ((Func)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; template struct GenericInterfaceFuncInvoker3 { typedef R (*Func)(void*, T1, T2, T3, const RuntimeMethod*); static inline R Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2, T3 p3) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData); return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method); } }; // System.Action`1 struct Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC; // System.Action`1 struct Action_1_tF027A14E846C2C7B23079AF50A99AF77371FFC81; // System.Action`1 struct Action_1_tFC48ABC201ECE98EE324DEE2F9ED877F6DC33E7D; // System.Action`2 struct Action_2_tA58D913EBCC7FD3E95DEC877EDB4363CD3051DF4; // System.Action`2 struct Action_2_t22339AC0C02B10DD3C743D557C52738BA901E74A; // System.Action`2 struct Action_2_t18E7F4E321737EF92F70387314BC88164CA7B59C; // System.Action`2 struct Action_2_t86645AF7004B27FBBEEA9B4EBCE215885AFBC3E7; // System.Action`2 struct Action_2_tB596892BAE11233D1410B282A3EE7610732B50EC; // System.Dynamic.Utils.CacheDict`2 struct CacheDict_2_t23833FEB97C42D87EBF4B5FE3B56AA1336D7B3CE; // System.Runtime.CompilerServices.ConditionalWeakTable`2 struct ConditionalWeakTable_2_t53315BD762B310982B9C8EEAA1BEB06E4E8D0815; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t8806482C2146F52C36A8CED3F9F5BAB0A8207EE7; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tB758E2A2593CD827EFC041BE1F1BB4B68DE1C3E8; // System.Collections.Generic.Dictionary`2> struct Dictionary_2_tAABCF01104CEF2E181F1448D23A29A42D7B120A9; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t20A4C56B2681DD10F2C1E2E7283A237815224E86; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t5CDE7C1F4CCF20D97AD81FE47A410DD3383EFB65; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tD3132CDE19A98160EC17AE2285A89480809DD540; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tEF69AB24B90083667848FA18EB11001609E77E9E; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tBA40388A060E3B4AEE59780F047938A6FB3C566E; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tBF35F5A68A67D19B3685A61CE0EECA8A7DD19DFE; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tBD1E3221EBD04CEBDA49B84779912E91F56B958D; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tC94E9875910491F8130C2DC8B11E4D1548A55162; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t87EA5E29E52B9CC34FC0AC0CE5D11F3D8B1AA341; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t4F3B5B526335E16355EDBC766052AEAB07B1777B; // System.Collections.Generic.EqualityComparer`1 struct EqualityComparer_1_t469B0BBE7B6765C576211BEF8F2803A5AD411A20; // UnityEngine.EventSystems.ExecuteEvents/EventFunction`1 struct EventFunction_1_t2090386F6F1AD36902CC49C47D33DBC66C60B100; // UnityEngine.EventSystems.ExecuteEvents/EventFunction`1 struct EventFunction_1_t62770D319A98A721900E1C08EC156D59926CDC42; // UnityEngine.EventSystems.ExecuteEvents/EventFunction`1 struct EventFunction_1_tC96EF7224041A1435F414F0A974F5E415FFCC528; // UnityEngine.EventSystems.ExecuteEvents/EventFunction`1 struct EventFunction_1_t092EF97BABC8AD77EFF4A451CB7124FD24E1E10E; // UnityEngine.EventSystems.ExecuteEvents/EventFunction`1 struct EventFunction_1_t5660F2E7C674760C0F595E987D232818F4E0AA0A; // UnityEngine.EventSystems.ExecuteEvents/EventFunction`1 struct EventFunction_1_tEAD99CB0B6FC23ECDE82646A3710D24E183A26C5; // UnityEngine.EventSystems.ExecuteEvents/EventFunction`1 struct EventFunction_1_t2890FC9B45E7B56EDFEC06B764D49D1EDB7E4ADA; // UnityEngine.EventSystems.ExecuteEvents/EventFunction`1 struct EventFunction_1_t5BDB9EBC3BFFC71A97904CD3E01ED89BEBEE00AD; // UnityEngine.EventSystems.ExecuteEvents/EventFunction`1 struct EventFunction_1_t4870461507D94C55EB84820C99AC6C495DCE4A53; // UnityEngine.EventSystems.ExecuteEvents/EventFunction`1 struct EventFunction_1_t613569DE3BDA144DA5A8D56AFFCA0A1F03DCD96C; // UnityEngine.EventSystems.ExecuteEvents/EventFunction`1 struct EventFunction_1_tBAE9A2CDB8174D2A78A46C57B54E9D86245D3BC8; // UnityEngine.EventSystems.ExecuteEvents/EventFunction`1 struct EventFunction_1_t9E4CEC2DA9A249AE1B4E40E3D2B396741E347F60; // UnityEngine.EventSystems.ExecuteEvents/EventFunction`1 struct EventFunction_1_t7FBE64714A4E50EF106796C42BB2493D33F6C7CA; // UnityEngine.EventSystems.ExecuteEvents/EventFunction`1 struct EventFunction_1_tA4599B6CC5BFC12FBD61E3E846515E4DEBA873EF; // UnityEngine.EventSystems.ExecuteEvents/EventFunction`1 struct EventFunction_1_tF2F90BDFC6B14457DE9485B3A5C065C31BE80AD0; // UnityEngine.EventSystems.ExecuteEvents/EventFunction`1 struct EventFunction_1_tD45A9BFBDD99A872DA88945877EBDFD3542C9E23; // UnityEngine.EventSystems.ExecuteEvents/EventFunction`1 struct EventFunction_1_tB6C6DD6D13924F282523CD3468E286DA3742C74C; // UnityEngine.EventSystems.ExecuteEvents/EventFunction`1 struct EventFunction_1_t10AC44967751F27B2BFC1CDA880B1466D87483F1; // System.Linq.Expressions.Expression`1> struct Expression_1_t537F270E90B28AE16E7C8FBC55DD334F21F0F1A0; // System.Func`1 struct Func_1_t76DECFBA7E8607FAED0307739AF623E13E9A32D8; // System.Func`1 struct Func_1_t807CEE610086E24A0167BAA97A64062016E09D49; // System.Func`1 struct Func_1_tBCF42601FA307876E83080BE4204110820F8BF3B; // System.Func`2,System.Boolean> struct Func_2_tD570D29C5027C04365E3BD2965A2B25DE326F8D7; // System.Func`2,System.Threading.Tasks.Task`1>> struct Func_2_t9FB9119855898574302D11A25F1AA03BDBDADD0D; // System.Func`2,System.Threading.Tasks.Task`1> struct Func_2_t44F36790F9746FCE5ABFDE6205B6020B2578F6DD; // System.Func`2>> struct Func_2_tB70063A15836D0CD7D40205391AE05CAC43B1F1B; // System.Func`2> struct Func_2_t7257A481AA060D9C75F810267E933801215EB8D4; // System.Func`2 struct Func_2_t469A17D5D5D683C1A9B916A191550BC58A2409F0; // System.Func`2> struct Func_2_tD457CA07229B6835F9D0AB141D4F1A7455A8AF29; // System.Func`2 struct Func_2_t99409DECFF50F0FA9B427C863AC6C99C66E6F9F8; // System.Func`2 struct Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436; // System.Func`2 struct Func_2_t1536C4C0AD9482796F7C72574A4B3DE8607E4E20; // System.Func`2 struct Func_2_t6D3B67831BA6BBB7266E343D7EAEFF60C17F92DF; // System.Func`4 struct Func_4_t9471AE3CE77AACB79F1D8E10F1FDB368D151DC6F; // System.Reflection.MonoProperty/Getter`2 struct Getter_2_t81181C5D3C83EE61FFA30B3479BF4F9FC6ECBBDB; // System.Collections.Generic.HashSet`1 struct HashSet_1_t9DCF3402E30D433824DBE15EBB53B1DD79D671C1; // System.Collections.Generic.IEnumerable`1> struct IEnumerable_1_t22A35158F9E40077A7147A082319C0D1DFFBE2FD; // System.Collections.Generic.IEnumerable`1 struct IEnumerable_1_tABC441119E42D460CA5B9DED9C1D1A2BD8C836DD; // System.Collections.Generic.IEnumerable`1 struct IEnumerable_1_t60929E1AA80B46746F987B99A4EBD004FD72D370; // System.Collections.Generic.IEnumerable`1 struct IEnumerable_1_t8A4B908F54ED8D008831DEF6F9A949FFA981E6BB; // System.Collections.Generic.IEnumerable`1 struct IEnumerable_1_tE4E960C53664FB9663CC2261AEBCA61C5EDB579D; // System.Collections.Generic.IEnumerable`1 struct IEnumerable_1_t52B1AC8D9E5E1ED28DF6C46A37C9A1B00B394F9D; // System.Collections.Generic.IEnumerable`1 struct IEnumerable_1_tDBC849B8248C833C53F1762E771EFC477EB8AF18; // System.Collections.Generic.IEnumerable`1 struct IEnumerable_1_tE926868C9A8FA40AFDD7B21D280482F8418172FB; // System.Collections.Generic.IEnumerable`1 struct IEnumerable_1_t3A44F60681B6BBEF6C58D24BE134CDAC0B1D553B; // System.Collections.Generic.IEnumerator`1> struct IEnumerator_1_tF437149CAED78D4A68294D431DE692A78F7D67B3; // System.Collections.Generic.IEnumerator`1 struct IEnumerator_1_t2DC97C7D486BF9E077C2BC2E517E434F393AA76E; // System.Collections.Generic.IEnumerator`1 struct IEnumerator_1_t325A269851EE29BBCD603956D42482A3140C1BC6; // System.Collections.Generic.IEqualityComparer`1 struct IEqualityComparer_1_tCFC5A4E3A8CF1B5F688E18FC472C2B5DE5466C19; // System.Collections.Generic.IEqualityComparer`1 struct IEqualityComparer_1_t1A386BEF1855064FD5CC71F340A68881A52B4932; // System.Collections.Generic.IList`1 struct IList_1_t3044DF240F4929F88A45909391B5ACB4203FEBB1; // System.Collections.Generic.IList`1 struct IList_1_t707982BD768B18C51D263C759F33BCDBDFA44901; // System.Collections.Generic.IList`1 struct IList_1_t1ECC96E83AB5C400CB3F9083067FC74F19A8CD5C; // System.IObservable`1 struct IObservable_1_tCBDEEC701BB644316082E54D70DD611ED9E7A0D3; // System.IObservable`1 struct IObservable_1_tD298C95FFB6061193313830292FE8E817D37B5A4; // System.Linq.IOrderedEnumerable`1 struct IOrderedEnumerable_1_tB9F2319177B9E63FFCBB89F9E57F8529A97CC77B; // UnityEngine.InputSystem.InputControl`1 struct InputControl_1_t87C8668A49FF17120FE3EDBF72EBAE2B7A04479F; // UnityEngine.InputSystem.InputControl`1 struct InputControl_1_t011854B2ED3F016A34A91350FC9B9055E1E820D3; // UnityEngine.InputSystem.InputControl`1 struct InputControl_1_t0C6774D908F28CC2187A664A1D73FB294F808163; // UnityEngine.InputSystem.InputControl`1 struct InputControl_1_tCFDDE43FA5D792323D720A28E6A8B13AF68455E7; // UnityEngine.InputSystem.InputProcessor`1 struct InputProcessor_1_t495337DF1D261262E390F7DA48C7BC5C30BCBE05; // UnityEngine.InputSystem.InputProcessor`1 struct InputProcessor_1_t5D94DB4CAE796E92FE59120B19897BE7A4580E04; // UnityEngine.InputSystem.InputProcessor`1 struct InputProcessor_1_tC797B512F2641A0AB0844215B781FCBB24FC8EFA; // UnityEngine.InputSystem.InputProcessor`1 struct InputProcessor_1_tCB20A5B5AB1011285946D3C0662C31DE0723075E; // UnityEngine.InputSystem.InputProcessor`1 struct InputProcessor_1_t06ADA10DDA574DA33EB15EA50DCB5C5C68048239; // UnityEngine.InputSystem.InputProcessor`1 struct InputProcessor_1_t97A3DFD1D319E367F13E1723DF8FCF389D67C4F2; // UnityEngine.InputSystem.InputProcessor`1 struct InputProcessor_1_t2B5820D8FCAD8C7864ECD8C574B87CFED83A96CA; // System.Collections.Generic.Dictionary`2/KeyCollection struct KeyCollection_tDDA80C74CAF13E16E8DEFB627ABF27D2028AA3BA; // System.Collections.Generic.Dictionary`2/KeyCollection struct KeyCollection_t957197774A5B992291BD30CAA0D5D9CCFA3DCAE9; // System.Collections.Generic.Dictionary`2/KeyCollection struct KeyCollection_tCA4820F8266AF4059CC5A14888D8195F0D797499; // System.Collections.Generic.KeyValuePair`2 struct KeyValuePair_2_tC5DBFF0A12DD027962885E57237A73F3553DE521; // System.Collections.Generic.List`1> struct List_1_tFBF6A022293416BA5AD7B89F3A150C81EF05606E; // System.Collections.Generic.List`1 struct List_1_tE21C42BE31D35DD3ECF3322C6CA057E27A81B4D5; // System.Collections.Generic.List`1 struct List_1_tA3929E98F6AC5A6E95EF799D2E3294F214358C0F; // System.Collections.Generic.List`1 struct List_1_t9F9214BCC9E2E91710F684F76185A72C087B90F5; // System.Collections.Generic.List`1 struct List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7; // System.Collections.Generic.List`1 struct List_1_tCBF5EB99F2E538DCB47A8C835DD4B9C024879393; // System.Collections.Generic.List`1 struct List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5; // System.Collections.Generic.List`1 struct List_1_t432BA4439FC00E108A9A351BD7FBCD9242270BB3; // System.Collections.Generic.List`1 struct List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3; // System.Collections.Generic.List`1 struct List_1_t27D7842CA3FD659C9BE64845F118C2590EE2D2C0; // System.Collections.Generic.List`1 struct List_1_t023026A8F0D0D113E2B62213C8C74717BF7F4731; // System.Collections.Generic.List`1 struct List_1_t400048180333F4A09A4A727C9A666AA5D2BB27A9; // System.Collections.Generic.List`1 struct List_1_t577D28CFF6DFE3F6A8D4409F7A21CBF513C04181; // System.Collections.Generic.List`1 struct List_1_t14D5F8426BD7087A7AEB49D4DE3DEF404C8BE65A; // System.Collections.Generic.List`1 struct List_1_t1BC024192EE6F54EADD3239A60DB2A4A0B4B5048; // System.Collections.Generic.List`1 struct List_1_t39579540B4BF5D674E4CAA282D3CEA957BCB90D4; // System.Collections.Generic.List`1 struct List_1_t885BD663DFFEB6C32E74934BE1CE00D566657BA0; // System.Collections.Generic.List`1 struct List_1_tBAE54E887343CBBB43FD39908CD7DCF606438717; // System.Collections.Generic.List`1 struct List_1_tB7B59A258A4A84FCB5A2CC59F934C8B230EA963F; // System.Collections.Generic.List`1 struct List_1_t5066E97BEA3518BA9F4AE3640BF775D6214811CC; // System.Collections.Generic.List`1 struct List_1_tB0AB87A0CDEC1CF5456422A1F87B5EC9EFF9516C; // UnityEngine.UI.ObjectPool`1> struct ObjectPool_1_t7DE371FC4173D0882831B9DD0945CA448A3BAB31; // UnityEngine.UI.ObjectPool`1 struct ObjectPool_1_t01F849BC89347782368DAF27F5DB539BBF0623C8; // System.Predicate`1 struct Predicate_1_t5C96B81B31A697B11C4C3767E3298773AF25DFEB; // System.Predicate`1 struct Predicate_1_t782ED4F640A61B7ACA1DD787F7C4993C746207B3; // System.Predicate`1 struct Predicate_1_tC0DBBC8498BD1EE6ABFFAA5628024105FA7D11BD; // System.Linq.Set`1 struct Set_1_t2C340C598D4048DE1FE0888E491FE2512A9CA1D0; // System.Collections.Generic.Stack`1> struct Stack_1_tEFEF2109EAE81A623A72FDC62078058CAF67F607; // System.Reflection.MonoProperty/StaticGetter`1 struct StaticGetter_1_t34703320355FB45822699F7FF6C0BC577E0DDA01; // System.Threading.Tasks.TaskFactory`1> struct TaskFactory_1_t46984FB48E7F4A7873D5006D3E547C453FC417CD; // System.Threading.Tasks.TaskFactory`1 struct TaskFactory_1_t16A95DD17BBA3D00F0A85C5077BB248421EF3A55; // System.Threading.Tasks.Task`1> struct Task_1_tB6E0730C54CFC03F4471315756CF85D05B71C05F; // System.Threading.Tasks.Task`1 struct Task_1_tC1805497876E88B78A2B0CB81C6409E0B381AC17; // System.Threading.Tasks.Task`1 struct Task_1_t24E932728D4BE67BFA41487F43AE4FAEBBAC7284; // UnityEngine.Events.UnityAction`1> struct UnityAction_1_t8D34C3B1AAE77ABD773ADF63AFE7424D776E01B0; // System.Collections.Generic.Dictionary`2/ValueCollection struct ValueCollection_t26D41DB42F17BA307B26DB3B6A126CD86C99DFA0; // System.Collections.Generic.Dictionary`2/ValueCollection struct ValueCollection_t4F156062D43207658B90A279DA27086B06D99D96; // System.Collections.Generic.Dictionary`2/ValueCollection struct ValueCollection_t0ACCC25930444F15B1857D00E9FB6021E5842852; // System.Action`1[] struct Action_1U5BU5D_t45AFA72AB9C17482E4A448FF460696B2CD7F5B30; // System.Action`1[] struct Action_1U5BU5D_t8054A94E13920B6EAD3A3ACE9E49CCEB297F5292; // System.Action`2[] struct Action_2U5BU5D_tD41A0E9C051E282AFAF25563D2EB7DA29E01D84E; // System.Action`2[] struct Action_2U5BU5D_tBCA27D9CCFE789AEC1F9469632476E65211B1BC8; // System.Action`2[] struct Action_2U5BU5D_tB52FFE57FE49AE90E8A2DBFA471AADAFF83C00BD; // System.Action`2[] struct Action_2U5BU5D_t7DBAF0A2F1C24EC434ED4A6C16B8B019D0DB5441; // System.Action`2[] struct Action_2U5BU5D_t8B6AB971B66493894C76964146F49BCDE4994054; // System.Collections.Generic.Dictionary`2/Entry[] struct EntryU5BU5D_t1645413DF833C11DE9C75160EA3B4E91A221D76A; // System.Collections.Generic.Dictionary`2/Entry[] struct EntryU5BU5D_tE7EC26CB54B2F43A3E6CD64221E2B3B196B1ECB6; // System.Collections.Generic.Dictionary`2/Entry[] struct EntryU5BU5D_tA11A27A435DD770DB701FA3C8559ACA8B4E445E7; // UnityEngine.InputSystem.InputProcessor`1[] struct InputProcessor_1U5BU5D_tF483C9745799686DBB2CFE8EE0596A46C20C92CB; // UnityEngine.InputSystem.InputProcessor`1[] struct InputProcessor_1U5BU5D_t7482B36593149DD210C0EBC0A2A6318FB3F29930; // UnityEngine.InputSystem.InputProcessor`1[] struct InputProcessor_1U5BU5D_tE570C3D0B2C8F6ECE9058972450FE9624F6AAD62; // UnityEngine.InputSystem.InputProcessor`1[] struct InputProcessor_1U5BU5D_t3925B08D6698CDA37A4B9C5E10F8FFA1868F9587; // UnityEngine.InputSystem.InputProcessor`1[] struct InputProcessor_1U5BU5D_t137B7C3FB0521EAA89FBABD169550CFA89704316; // UnityEngine.InputSystem.InputProcessor`1[] struct InputProcessor_1U5BU5D_t4E7F1C676ED9874F3A93CFB93A154797EF363BC2; // UnityEngine.InputSystem.InputProcessor`1[] struct InputProcessor_1U5BU5D_t17D43D53477F87726CEC5E1CE6B5437D27AE8232; // System.Collections.Generic.KeyValuePair`2[] struct KeyValuePair_2U5BU5D_t7E976A4C11090CA77A36F27FF080865677E9C105; // System.Collections.Generic.KeyValuePair`2[] struct KeyValuePair_2U5BU5D_tA780E964000F617CC6335A0DEC92B09FE0085E1C; // System.Action[] struct ActionU5BU5D_t4184CD78B103476FA93E685EDBF3C083DBA9E2C2; // System.Byte[] struct ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726; // System.Char[] struct CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34; // UnityEngine.Color[] struct ColorU5BU5D_t358DD89F511301E663AD9157305B94A2DEFF8834; // UnityEngine.Color32[] struct Color32U5BU5D_t7FEB526973BF84608073B85CF2D581427F0235E2; // UnityEngine.Component[] struct ComponentU5BU5D_t181D1A0F31BD71963DE10ADB58D85A11E19FFF4A; // System.Delegate[] struct DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8; // System.Runtime.InteropServices.GCHandle[] struct GCHandleU5BU5D_tE15D27927DA8B3D667EF2723192CDC34B763D2F3; // UnityEngine.EventSystems.IEventSystemHandler[] struct IEventSystemHandlerU5BU5D_tE4DAB3CFD6AE3EC24B88B3595771D0425A976B87; // UnityEngine.InputSystem.IInputInteraction[] struct IInputInteractionU5BU5D_t9766C7D49E9505A3D2D3D69481F14808988287DA; // UnityEngine.InputSystem.InputAction[] struct InputActionU5BU5D_tD3CFE5DE4AAAD0D056FE716A341869DC8352C3F7; // UnityEngine.InputSystem.InputActionMap[] struct InputActionMapU5BU5D_t31943BDD82120CBC1067BC90B51BCDEF32226609; // UnityEngine.InputSystem.InputBinding[] struct InputBindingU5BU5D_tFBF775077101E34ED6C54C4468F6E0722ECB2EF6; // UnityEngine.InputSystem.InputBindingComposite[] struct InputBindingCompositeU5BU5D_tA39005B1C18E39B68364430213FAAD8B58DC9083; // UnityEngine.InputSystem.InputControl[] struct InputControlU5BU5D_tB874FECA56E2B08D3280F4174B988EA155E99680; // UnityEngine.InputSystem.InputControlScheme[] struct InputControlSchemeU5BU5D_t3CDD2E91F58ACC65C4FEEE8FEED6770933F2EABD; // UnityEngine.InputSystem.InputDevice[] struct InputDeviceU5BU5D_tE05D1214F0F949DC3A889F8DB4B7A68A3089F6D6; // UnityEngine.InputSystem.LowLevel.InputDeviceCommandDelegate[] struct InputDeviceCommandDelegateU5BU5D_t47EBBCFBA9C24BA7BE7CE0001AE9CB11F87CA7B3; // UnityEngine.InputSystem.Layouts.InputDeviceFindControlLayoutDelegate[] struct InputDeviceFindControlLayoutDelegateU5BU5D_tD623D611CF24B7F8960BAA8B4EFC172CE4ADAB72; // UnityEngine.InputSystem.InputProcessor[] struct InputProcessorU5BU5D_t6C9B3D9B68534217E9628B72E54D186B839399A0; // System.Int32[] struct Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32; // System.IntPtr[] struct IntPtrU5BU5D_t27FC72B0409D75AAF33EC42498E8094E95FEE9A6; // UnityEngine.InputSystem.Utilities.InternedString[] struct InternedStringU5BU5D_t1EAE8433C8EF7C76894673801EE0EE9F6833E9A4; // UnityEngine.InputSystem.Utilities.NameAndParameters[] struct NameAndParametersU5BU5D_t960DDB52F44DD1231B0C626E9C859F1E0B2F5EAD; // UnityEngine.InputSystem.Utilities.NamedValue[] struct NamedValueU5BU5D_t16F5D30B70B5FEDA89AE16CFD61FACEC7DF85391; // System.Object[] struct ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE; // UnityEngine.Object[] struct ObjectU5BU5D_t1256A8B00BB71C7F582BF08257BE4F826FF64873; // UnityEngine.XR.OpenXR.Features.OpenXRFeature[] struct OpenXRFeatureU5BU5D_tB83A42FBA420E404B3EF97A3A72C43827D15B401; // System.Diagnostics.StackTrace[] struct StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971; // System.String[] struct StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A; // UnityEngine.Transform[] struct TransformU5BU5D_t7821C0520CC567C0A069329C01AE9C058C7E3F1D; // System.Type[] struct TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755; // System.UInt32[] struct UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF; // UnityEngine.Vector2[] struct Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA; // UnityEngine.Vector3[] struct Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4; // UnityEngine.Vector4[] struct Vector4U5BU5D_tCE72D928AA6FF1852BAC5E4396F6F0131ED11871; // UnityEngine.InputSystem.HID.HID/HIDCollectionDescriptor[] struct HIDCollectionDescriptorU5BU5D_t44A200739AD0674BB83F5B53B9DFC08C129D347B; // UnityEngine.InputSystem.HID.HID/HIDElementDescriptor[] struct HIDElementDescriptorU5BU5D_tDAC44C8A84F113B231C75F7BB7F584501B01D8F8; // UnityEngine.InputSystem.InputActionMap/ReadActionJson[] struct ReadActionJsonU5BU5D_tCF8120EBA360F9A415E4148920C8834DAB6EDB88; // UnityEngine.InputSystem.InputActionMap/ReadMapJson[] struct ReadMapJsonU5BU5D_tCBEF73957B63BEE4BC935C11A11F7B055A7FBEE3; // UnityEngine.InputSystem.InputActionRebindingExtensions/ParameterOverride[] struct ParameterOverrideU5BU5D_tADBEDC81D75FD8D3447C1191A71102387A9154EE; // UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem[] struct ControlItemU5BU5D_t534859CA6A52E2EC9DDDCA52FE280E8D5CD598DB; // UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItemJson[] struct ControlItemJsonU5BU5D_tEEF9EBFD13E73C6394E5D47F630BFEF41966CF62; // UnityEngine.InputSystem.InputControlScheme/DeviceRequirement[] struct DeviceRequirementU5BU5D_tBAAEA8AD0E93A8EF9DF98E9F4957B7A56286E795; // UnityEngine.InputSystem.InputControlScheme/SchemeJson[] struct SchemeJsonU5BU5D_t57FDF11F72F0043029240825717D2C5B11BA7C46; // UnityEngine.InputSystem.InputManager/AvailableDevice[] struct AvailableDeviceU5BU5D_tD06A367F836B46BB029A8E9DAD83C23B6144D330; // UnityEngine.InputSystem.InputManager/StateChangeMonitorTimeout[] struct StateChangeMonitorTimeoutU5BU5D_tB541E66E8C64A4EE2D3C6F243A3A9833BFBE0BF7; // UnityEngine.InputSystem.InputManager/StateChangeMonitorsForDevice[] struct StateChangeMonitorsForDeviceU5BU5D_t4C364C88ABDD3FE860869EA9B64A5686D241B4FE; // UnityEngine.InputSystem.InputRemoting/RemoteSender[] struct RemoteSenderU5BU5D_t09A817245335D34EF6157BB550A0D861A184125D; // UnityEngine.InputSystem.InputRemoting/Subscriber[] struct SubscriberU5BU5D_t06D34B5FCA3BDECE1ECE62C6387B38EF44ED9AA0; // UnityEngine.InputSystem.OnScreen.OnScreenControl/OnScreenDeviceInfo[] struct OnScreenDeviceInfoU5BU5D_t420887E0C8D0F37CA5E54CF7BA8E5F7F3E041C1F; // UnityEngine.InputSystem.Layouts.InputDeviceMatcher/MatcherJson/Capability[] struct CapabilityU5BU5D_tCA1472FA03F6D7B7AF2D91C9A8E73B2428792710; // System.Action struct Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6; // System.ArgumentException struct ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00; // System.ArgumentNullException struct ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB; // System.ArgumentOutOfRangeException struct ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8; // System.Collections.ArrayList struct ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575; // UnityEngine.AssetBundle struct AssetBundle_t4D34D7FDF0F230DC641DC1FCFA2C0E7E9E628FA4; // System.AsyncCallback struct AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA; // UnityEngine.EventSystems.BaseEventData struct BaseEventData_t722C48843CF21B50E06CC0E2E679415E38A7444E; // UnityEngine.Behaviour struct Behaviour_t1A3DDDCF73B4627928FBFE02ED52B7251777DBD9; // System.Reflection.Binder struct Binder_t2BEE27FD84737D1E79BC47FD67F6D3DD2F2DDA30; // UnityEngine.InputSystem.Controls.ButtonControl struct ButtonControl_t3918D56D674854AF9DFEB8CCF130919AAD9FCA68; // System.Byte struct Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056; // System.Threading.CancellationTokenSource struct CancellationTokenSource_t78B989179DE23EDD36F870FFEE20A15D6D3C65B3; // System.Globalization.CodePageDataItem struct CodePageDataItem_t09A62F57142BF0456C8F414898A37E79BCC9F09E; // UnityEngine.Component struct Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684; // System.Threading.ContextCallback struct ContextCallback_t93707E0430F4FF3E15E1FB5A4844BE89C657AE8B; // System.Net.CookieContainer struct CookieContainer_tF22AADBBB0BBD4D3FF4440A226F8E8580B08F4C2; // System.Text.DecoderFallback struct DecoderFallback_tF86D337D6576E81E5DA285E5673183EBC66DEF8D; // System.Delegate struct Delegate_t; // System.DelegateData struct DelegateData_t17DD30660E330C49381DAA99F934BE75CB11F288; // System.Text.EncoderFallback struct EncoderFallback_t02AC990075E17EB09F0D7E4831C3B3F264025CC4; // System.Text.Encoding struct Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827; // UnityEngine.EventSystems.EventSystem struct EventSystem_t5DC458FCD0355A74CDCCE79287B38B9C4278E39C; // System.Exception struct Exception_t; // System.Linq.Expressions.Expression struct Expression_t30A004209C10C2D9A9785B2F74EEED431A4D4660; // UnityEngine.InputSystem.Utilities.ForDeviceEventObservable struct ForDeviceEventObservable_t8EA40B6E331B7065B3869499C0434911C99BE2B3; // UnityEngine.GameObject struct GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319; // System.Collections.Hashtable struct Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC; // System.Net.HttpContinueDelegate struct HttpContinueDelegate_t84ADA70221E0AC5A340AD9D012F81C1683FC240F; // System.Net.HttpWebRequest struct HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A; // System.Net.HttpWebResponse struct HttpWebResponse_tD58890FA8C0EA55ED8B628D0FB87E9DF9B8CE7EB; // System.IAsyncResult struct IAsyncResult_tC9F97BF36FCF122D29D3101D80642278297BF370; // System.Runtime.CompilerServices.IAsyncStateMachine struct IAsyncStateMachine_tAE063F84A60E1058FCA4E3EA9F555D3462641F7D; // System.Net.ICredentials struct ICredentials_t7F4F7C8E1E36461DC5388554FF404E2203D30C48; // System.Collections.IDictionary struct IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A; // System.IDisposable struct IDisposable_t099785737FC6A1E3699919A94109383715A8D807; // UnityEngine.EventSystems.IEventSystemHandler struct IEventSystemHandler_t1DD10C5DE6E83E93893A57F62794B08E3FD64DC6; // UnityEngine.InputSystem.LowLevel.IInputRuntime struct IInputRuntime_t0A177D923A451CB9F40A355C0CA60DDAC6D29946; // UnityEngine.InputSystem.LowLevel.IInputStateChangeMonitor struct IInputStateChangeMonitor_t5F50ED403021CCE28E9B9955F770E5A05EF7B152; // System.Net.IWebProxy struct IWebProxy_t27B6C29F0B62B717A9778AD251E31C21A91C32B3; // System.IndexOutOfRangeException struct IndexOutOfRangeException_tDC9EF7A0346CE39E54DA1083F07BE6DFC3CE2EDD; // UnityEngine.InputSystem.InputAction struct InputAction_t9AC3F79A5911EDC5CEB0BCD81640FDACA8DB0B0B; // UnityEngine.InputSystem.InputActionAsset struct InputActionAsset_t528ACD0ABA45255A4FD391F0C3D26B1B50B82B18; // UnityEngine.InputSystem.InputActionMap struct InputActionMap_t588F4834F020838C4E8AE148F8A42CC84FA75B44; // UnityEngine.InputSystem.InputActionState struct InputActionState_tBAB20591FD6515A6FF5D70EF641A423E270A33F9; // UnityEngine.InputSystem.InputBindingComposite struct InputBindingComposite_tFCCB9AFDBA6503C51555C9C5904186D990D36565; // UnityEngine.InputSystem.InputControl struct InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1; // UnityEngine.InputSystem.Layouts.InputControlLayout struct InputControlLayout_tE6B3ECA665209114AFF079155BF9F2FA79A03741; // UnityEngine.InputSystem.InputDevice struct InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87; // UnityEngine.InputSystem.LowLevel.InputDeviceCommandDelegate struct InputDeviceCommandDelegate_t967EA90378916CA01FF68A0403468313659A1718; // UnityEngine.InputSystem.LowLevel.InputDeviceExecuteCommandDelegate struct InputDeviceExecuteCommandDelegate_tF81A7031A4D6D74BFB08C8CF4D1BA120DC47822D; // UnityEngine.InputSystem.Layouts.InputDeviceFindControlLayoutDelegate struct InputDeviceFindControlLayoutDelegate_tE30412E20D6F6870BF090C6D6C4CA9B4CFD0978F; // UnityEngine.InputSystem.LowLevel.InputEvent struct InputEvent_t0E4B1A66D8B3273D8188F3902F40C5E8BFF6E234; // UnityEngine.InputSystem.InputManager struct InputManager_t9E534956EF45276E5D7E75B3EA03BF1AB0EC411F; // UnityEngine.InputSystem.InputProcessor struct InputProcessor_t245C316DEE36AA1BC9558F838B3B7A0223813A1D; // UnityEngine.InputSystem.InputRemoting struct InputRemoting_t1E0E6A3FCECB6332362D470A443CE1B1F0E26E38; // UnityEngine.InputSystem.InputSettings struct InputSettings_t6BB36025CA211DD3BC679396BF905603A155FCB6; // UnityEngine.InputSystem.LowLevel.InputStateHistory struct InputStateHistory_t0869C8331534E5D5C7E2D33FA6EEC05E85C18A31; // UnityEngine.InputSystem.InputValue struct InputValue_tA26725FB1E1CDEFC80B36F7E7BAA3652B8E4C527; // System.Int32 struct Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046; // System.InvalidOperationException struct InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB; // OVRSimpleJSON.JSONLazyCreator struct JSONLazyCreator_t7DBB8A4304E411BD9CC78684048471FE6300148D; // OVRSimpleJSON.JSONNode struct JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B; // System.Linq.Expressions.LambdaExpression struct LambdaExpression_t26BF905E97E6D94F81F17D60F4F4F47F8E93B474; // UnityEngine.UI.LayoutGroup struct LayoutGroup_t63C978964192B57EFC660D5FDA03DEE89DDC1AE2; // System.Linq.Expressions.MemberExpression struct MemberExpression_t9F4B2A7A517DFE6F72C956A3ED868D8C043C6622; // System.Reflection.MemberFilter struct MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81; // System.Reflection.MemberInfo struct MemberInfo_t; // UnityEngine.Mesh struct Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6; // System.Reflection.MethodInfo struct MethodInfo_t; // Mono.Security.Interface.MonoTlsProvider struct MonoTlsProvider_tBE72637BEDBD1516A1BC30D94F7159B7289CF0D7; // Mono.Security.Interface.MonoTlsSettings struct MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21; // System.NotImplementedException struct NotImplementedException_t26260C4EE0444C5FA022994203060B3A42A3ADE6; // UnityEngine.Object struct Object_tF2F3778131EFF286AF62B7B013A170F95A91571A; // UnityEngine.InputSystem.OnScreen.OnScreenControl struct OnScreenControl_tA6D277F33AD97847569391E9C6EC9443CD08AFE4; // UnityEngine.XR.OpenXR.Features.OpenXRFeature struct OpenXRFeature_tBDE19E44A01E5E54925EAF67574691F11E88CDAA; // UnityEngine.XR.OpenXR.OpenXRLoaderBase struct OpenXRLoaderBase_t98E3D636562FBE383DF4829734DD3E6D1585CAED; // UnityEngine.XR.OpenXR.OpenXRSettings struct OpenXRSettings_t7E7706E7597849CCD2747A21E6E6EECB038F225C; // UnityEngine.Rendering.PostProcessing.ParameterOverride struct ParameterOverride_tED887E59B87A5DD3BFDAAAF745F82D9080FA4784; // UnityEngine.RectOffset struct RectOffset_tE3A58467CD0749AD9D3E1271F9E315B38F39AE70; // UnityEngine.RectTransform struct RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072; // System.Net.Cache.RequestCacheBinding struct RequestCacheBinding_tE74959972BA5BEBD27642CC91FD5E4A0A6BFA447; // System.Net.Cache.RequestCachePolicy struct RequestCachePolicy_tC080799EE2DA10B7F24B2E69ABBF5636EB2D43ED; // System.Net.Cache.RequestCacheProtocol struct RequestCacheProtocol_tD3294F615CA528D71DE764785CCE49EBBAD3E2A7; // System.Runtime.Serialization.SafeSerializationManager struct SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F; // System.Net.ServerCertValidationCallback struct ServerCertValidationCallback_t885D5EF5D7240832CCAD6FA7D59D4ED2DEAAB1FA; // System.Net.ServicePoint struct ServicePoint_tA9162DE1F4EDB0DE0A8028EECEB94FDBAB719DB0; // System.Single struct Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E; // System.Threading.Tasks.StackGuard struct StackGuard_t88E1EE4741AD02CA5FEA04A4EB2CC70F230E0E6D; // System.String struct String_t; // System.Text.StringBuilder struct StringBuilder_t; // System.Threading.Tasks.Task struct Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60; // System.Threading.Tasks.TaskFactory struct TaskFactory_t22D999A05A967C31A4B5FFBD08864809BF35EA3B; // System.Threading.Tasks.TaskScheduler struct TaskScheduler_t74FBEEEDBDD5E0088FF0EEC18F45CD866B098D5D; // UnityEngine.Transform struct Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1; // System.Type struct Type_t; // System.UInt16 struct UInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD; // System.Linq.Expressions.UnaryExpression struct UnaryExpression_t5DE6F6FA2216CDD34DFCFADEB0080CB29326DD62; // System.UnhandledExceptionEventHandler struct UnhandledExceptionEventHandler_t1DF125A860ED9B70F24ADFA6CB0781533A23DA64; // UnityEngine.UnityException struct UnityException_t5BD9575D9E8FC894770E16640BBC9C2A3DF40101; // System.Uri struct Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612; // System.Version struct Version_tBDAEDED25425A1D09910468B8BD1759115646E3C; // System.Void struct Void_t700C6383A2A510C2CF4DD86DABD5CA9FF70ADAC5; // System.Net.WebCompletionSource struct WebCompletionSource_tF1258B468350A374EC59049FE0E31C7879D6AB1E; // System.Net.WebHeaderCollection struct WebHeaderCollection_tB7EEB47640F12A532E1D8331A5AD498A289824D4; // System.Net.WebOperation struct WebOperation_tA657473A4429C6E434B401D4BF98A8654E5B3E00; // System.Net.WebRequestStream struct WebRequestStream_t9F0251C03B8D0975476759A9C3791E6849E43887; // System.Security.Cryptography.X509Certificates.X509CertificateCollection struct X509CertificateCollection_t2990976CAD6265665564A400870A381968AB706B; // UnityEngine.InputSystem.InputActionRebindingExtensions/DeferBindingResolutionWrapper struct DeferBindingResolutionWrapper_tE67305335B476E901F955C3DFFA4F42DEF4225BC; // UnityEngine.InputSystem.InputActionState/ActionMapIndices struct ActionMapIndices_t627DF9CE7704FDD352C035C65CC9AF6D8B899A0A; // UnityEngine.InputSystem.InputActionState/BindingState struct BindingState_t568A45761EFD086FB6772BD7B933703E3ABFBF26; // UnityEngine.InputSystem.InputActionState/InteractionState struct InteractionState_tBD9D1657CA10C3E513F0A89AE637B7EF7CC68320; // UnityEngine.InputSystem.InputActionState/TriggerState struct TriggerState_t0DFC29612AAA2473244F3580C746BE71D6C57145; // System.Reflection.MonoProperty/GetterAdapter struct GetterAdapter_t4638094A6814F5738CB2D77994423EEBAB6F342A; // System.Threading.Tasks.Task/ContingentProperties struct ContingentProperties_t1E249C737B8B8644ED1D60EEFA101D326B199EA0; // System.Net.TimerThread/Queue struct Queue_tBA613BE3643BDEB5F58ACBD9BD6499402CA178BB; // System.Net.WebRequest/DesignerWebRequestCreate struct DesignerWebRequestCreate_tC9CEDD13174469ABB2A24A158F14669B05BA262A; IL2CPP_EXTERN_C RuntimeClass* Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Behaviour_t1A3DDDCF73B4627928FBFE02ED52B7251777DBD9_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ButtonControl_t3918D56D674854AF9DFEB8CCF130919AAD9FCA68_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Delegate_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Enumerator_tD1AA7B3BA0B028284BEC7AB59A86AEA47553FF2C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Exception_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ExecuteEvents_tEA324150A01AFB802974FA8B7DB1C19F83FECA68_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ForDeviceEventObservable_t8EA40B6E331B7065B3869499C0434911C99BE2B3_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Func_1_t76DECFBA7E8607FAED0307739AF623E13E9A32D8_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ICollection_1_t6081938E0A2CC9BCA80B5D096B57366AA8EEFAC0_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IEnumerable_1_t3E9A1977DB64BEFC51E9B02E141FFD28CCCAFF2B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IEnumerable_1_t5A840767E7578F84240E9F0D59A84A41C2DC7DE7_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IEnumerator_1_t06B2E5EA7C5F4B43FEEC71A595B1517272B448FD_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IEnumerator_1_t66D152DEA76F9BFEED1E9DF4EB73160B725E0E73_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IEventSystemHandler_t1DD10C5DE6E83E93893A57F62794B08E3FD64DC6_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IInputRuntime_t0A177D923A451CB9F40A355C0CA60DDAC6D29946_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IPlayable_t80E700E7734A89E269923525C74958A770CF45D4_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IReadOnlyCollection_1_t8494FE19D4ABEBFC41C16C7BA62999B51C670868_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IReadOnlyList_1_tD49C1676E62F617DA8F050A0DF501311A72B2266_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IndexOutOfRangeException_tDC9EF7A0346CE39E54DA1083F07BE6DFC3CE2EDD_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* InputBindingComposite_tFCCB9AFDBA6503C51555C9C5904186D990D36565_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* InputControlLayout_tE6B3ECA665209114AFF079155BF9F2FA79A03741_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* InputControl_1_t011854B2ED3F016A34A91350FC9B9055E1E820D3_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* InputInteraction_t7BAD5F994214A465B34D56FB86391F9181113F78_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* InputProcessor_t245C316DEE36AA1BC9558F838B3B7A0223813A1D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* InputRuntime_t86C5A649BE0CD84BFE7B27910A47F1C83E5108B8_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* InputSystem_tB2E105FFA04BBFEF25E381E9FBBE7DA78BB18380_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ListPool_1_t426E300795786D68F00F883249287A0A601583E9_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Marshal_tEBAFAE20369FCB1B38C49C4E27A8D8C2C4B55058_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* MemberExpression_t9F4B2A7A517DFE6F72C956A3ED868D8C043C6622_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* NotImplementedException_t26260C4EE0444C5FA022994203060B3A42A3ADE6_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* OVRResources_t37AF76312E9A68399D23273B1E6C5472DAD25F05_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* OpenXRLoaderBase_t98E3D636562FBE383DF4829734DD3E6D1585CAED_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Predicate_1_t782ED4F640A61B7ACA1DD787F7C4993C746207B3_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Type_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* UnaryExpression_t5DE6F6FA2216CDD34DFCFADEB0080CB29326DD62_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* UnityException_t5BD9575D9E8FC894770E16640BBC9C2A3DF40101_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C String_t* _stringLiteral0366C4E6856A37FB70E3142A0B06AC31741E523D; IL2CPP_EXTERN_C String_t* _stringLiteral07624473F417C06C74D59C64840A1532FCE2C626; IL2CPP_EXTERN_C String_t* _stringLiteral08E6BFFA3B3214DFF628FDBF3448BA3A7C504F98; IL2CPP_EXTERN_C String_t* _stringLiteral0C19CE300E20335B1F1AC471F95051AC8ADE2827; IL2CPP_EXTERN_C String_t* _stringLiteral0F543989B49063B04056EB2BF69D1BFEC2A495A2; IL2CPP_EXTERN_C String_t* _stringLiteral1883F5EE171F21D01F883B4EE480E26F4600859F; IL2CPP_EXTERN_C String_t* _stringLiteral1C09770F25C8580FC7F6623067ACD12EBA570614; IL2CPP_EXTERN_C String_t* _stringLiteral1C92676681F7092BF59A1B68BF3B7A1DBDCF2561; IL2CPP_EXTERN_C String_t* _stringLiteral1F98F2DEAFA1EA8592B7752ACF7EEC35461EC086; IL2CPP_EXTERN_C String_t* _stringLiteral20BB23A674F385779F076FBBECD1E67230DE5751; IL2CPP_EXTERN_C String_t* _stringLiteral213ABAA76E922BC10339BAF6AC97E9B778E7774F; IL2CPP_EXTERN_C String_t* _stringLiteral26767EA28C997BC454F6C0B78AFA70CA972A4B6C; IL2CPP_EXTERN_C String_t* _stringLiteral2AAF6C7A90E58D7205596DC636D6A02BDB914696; IL2CPP_EXTERN_C String_t* _stringLiteral2B4018C4C52D9B2DAF02BA93539560057A31754E; IL2CPP_EXTERN_C String_t* _stringLiteral2CB8354CCCE320F861C9A48DA25583D5E4A921F5; IL2CPP_EXTERN_C String_t* _stringLiteral2F0F7027CE72E908C45686CFE540738521E8BC70; IL2CPP_EXTERN_C String_t* _stringLiteral3262873DA2491E1CC4FF127E6A3921EE483D61CB; IL2CPP_EXTERN_C String_t* _stringLiteral339488DFB7BAF4E44B60460C068A9C05D96D467E; IL2CPP_EXTERN_C String_t* _stringLiteral35F8E3A0586AED464D767EC8F8B084C783BDD7F6; IL2CPP_EXTERN_C String_t* _stringLiteral363278D8E9773708C6063667EE23AA08E939B3C7; IL2CPP_EXTERN_C String_t* _stringLiteral3C686C624D22B0C45E4FADFB00FA535DDDC88AD7; IL2CPP_EXTERN_C String_t* _stringLiteral41F3C0AD66F9DC1BF08C76C4B582FE3AA55F8D59; IL2CPP_EXTERN_C String_t* _stringLiteral42646B33B50B6AA15E22733C8900716F0FE19E1D; IL2CPP_EXTERN_C String_t* _stringLiteral430EB2E3A25FA4E421F6F9352AA45F5613EEBE3C; IL2CPP_EXTERN_C String_t* _stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8; IL2CPP_EXTERN_C String_t* _stringLiteral481C61A5280118E098E32A8CA408514C143752F4; IL2CPP_EXTERN_C String_t* _stringLiteral483DFA9A614472DBFD4B58265DDE1C943D92F756; IL2CPP_EXTERN_C String_t* _stringLiteral4BC9BF42E0D63402B7260884E750EA58B59C8500; IL2CPP_EXTERN_C String_t* _stringLiteral4FF2E5380C393C82F526FABF2211C70C91FC5410; IL2CPP_EXTERN_C String_t* _stringLiteral52046D44ECF0108AC883B0E829D085D56925F787; IL2CPP_EXTERN_C String_t* _stringLiteral524550C6C905CF9652740A6CFE444CF3F875E850; IL2CPP_EXTERN_C String_t* _stringLiteral5399F669611593E277EE020E4B9AD7D8FA12837A; IL2CPP_EXTERN_C String_t* _stringLiteral53EB1C57EC3642C73F4FC3E0746B7DD9C2BBE1A2; IL2CPP_EXTERN_C String_t* _stringLiteral5601A0ED74C235668EBD9B6850B0C73C8B338118; IL2CPP_EXTERN_C String_t* _stringLiteral5AC64F41AC098111BD52F434F0C2E60A4F2DE3BC; IL2CPP_EXTERN_C String_t* _stringLiteral60185622540044E49CE6BCFAB54242E45A42FAAA; IL2CPP_EXTERN_C String_t* _stringLiteral60C3D20F8C98D5C2016DE86042B56F3C3E23AE27; IL2CPP_EXTERN_C String_t* _stringLiteral666B4EA40F3DFADB607F5118F03F6491CFD122D2; IL2CPP_EXTERN_C String_t* _stringLiteral66F9618FDA792CAB23AF2D7FFB50AB2D3E393DC5; IL2CPP_EXTERN_C String_t* _stringLiteral679513EC4E90D625778BAA843C750CC0324EC6CB; IL2CPP_EXTERN_C String_t* _stringLiteral67C625C07AF1A22A91873A1B1CF9F911774F3A1B; IL2CPP_EXTERN_C String_t* _stringLiteral6CD0A9FCE7D9D1C25446765E8B8FA52BD3FE15B0; IL2CPP_EXTERN_C String_t* _stringLiteral6D17034B21712EB7B5957FBBF819632D04221839; IL2CPP_EXTERN_C String_t* _stringLiteral6EB07847B96B4920AD36A2529E7AD9EFB2F7C468; IL2CPP_EXTERN_C String_t* _stringLiteral7342733D8103FEFBE51AC627B4F279696F4D7CC9; IL2CPP_EXTERN_C String_t* _stringLiteral73FAAC2BC0DAF3CA8C0F99D19FCFEF396EC4D778; IL2CPP_EXTERN_C String_t* _stringLiteral7ECFB57A0D1B5CE741045B6B75AB6521BC5B5C0F; IL2CPP_EXTERN_C String_t* _stringLiteral7EE837B2FC81E79F9F96BEFD9CD8B64870F5C628; IL2CPP_EXTERN_C String_t* _stringLiteral83D5A6266BD254A5DA019BC0B78B29279E5EBA2D; IL2CPP_EXTERN_C String_t* _stringLiteral85B223FCDAC08D2A26ABE5FC2EFF39C71EE2C9F4; IL2CPP_EXTERN_C String_t* _stringLiteral96003D43047DBCD3DFB5D214BD1109ED14EBF70C; IL2CPP_EXTERN_C String_t* _stringLiteral99114D2718EFDC1BFFB41866DC4BFC8066C1B7D2; IL2CPP_EXTERN_C String_t* _stringLiteral9AB16B3999460DDC981865934D979087351A14F2; IL2CPP_EXTERN_C String_t* _stringLiteral9B755614FC3522546B7701959085E6CC1718603D; IL2CPP_EXTERN_C String_t* _stringLiteralA02431CF7C501A5B368C91E41283419D8FA9FB03; IL2CPP_EXTERN_C String_t* _stringLiteralA0F2C93C16D365911259EDEDB08B59D194C2063E; IL2CPP_EXTERN_C String_t* _stringLiteralA1C5097EE02045D5858DD83370C8D8DE85F3EFCB; IL2CPP_EXTERN_C String_t* _stringLiteralA3C5D219B15338D87684A3DB22B945597AD4BD46; IL2CPP_EXTERN_C String_t* _stringLiteralB3F14BF976EFD974E34846B742502C802FABAE9D; IL2CPP_EXTERN_C String_t* _stringLiteralB76C1A87204BBFDC1EB8755ECBEA3E6B651710A2; IL2CPP_EXTERN_C String_t* _stringLiteralBA67382D61289B0EDBD1CD867DE673562B9B5111; IL2CPP_EXTERN_C String_t* _stringLiteralBB85D32D8E31C7139BF49A5435CDA90D17D87905; IL2CPP_EXTERN_C String_t* _stringLiteralCA23A7DB43AB9BDF60495F7AA095B2EEC6C70A93; IL2CPP_EXTERN_C String_t* _stringLiteralCD6347F203C1DB051A1CE53FAD25FFF80F4C6B86; IL2CPP_EXTERN_C String_t* _stringLiteralD215F9B2593F24C1B4E25E964DE66E68142E3989; IL2CPP_EXTERN_C String_t* _stringLiteralD53B4A7B9258212FC2BE7693B9FEF322B409AC04; IL2CPP_EXTERN_C String_t* _stringLiteralDA7AEF839C310E50649FABCB16048EC805ED1DCF; IL2CPP_EXTERN_C String_t* _stringLiteralE847FDE91DE0DA95AFBA0EEF52C90BEB4CE621BF; IL2CPP_EXTERN_C String_t* _stringLiteralE8744A8B8BD390EB66CA0CAE2376C973E6904FFB; IL2CPP_EXTERN_C String_t* _stringLiteralE958A63C0675D65C92182FC45CE3E78A8DD48061; IL2CPP_EXTERN_C String_t* _stringLiteralECBB041E8565DED22DF81C0D9E9BB502DFF7A982; IL2CPP_EXTERN_C String_t* _stringLiteralEE543D739C2DB9A6A2CB8AC53B1411DABE359FAB; IL2CPP_EXTERN_C String_t* _stringLiteralEFDB5015E620BAE90F7145155181DC930875390D; IL2CPP_EXTERN_C String_t* _stringLiteralF08C9ACC4B43DBD72B6463D53F54BAA0322A149B; IL2CPP_EXTERN_C String_t* _stringLiteralF173EEDE423DEA19D689B1E600908FB12D40BC32; IL2CPP_EXTERN_C String_t* _stringLiteralF43D6E820C095ACEBE536A385C64D5AF5843CEF2; IL2CPP_EXTERN_C String_t* _stringLiteralF704B54D833421164E45E576DFD279921246BCEA; IL2CPP_EXTERN_C String_t* _stringLiteralF8743FF793949FC43AB0EF965E616C1691790D6A; IL2CPP_EXTERN_C String_t* _stringLiteralF8C03DDC9E4C1BDF6B97BE6FD97D45AA2623ABE6; IL2CPP_EXTERN_C String_t* _stringLiteralF9010398F7F524C05AB19445BDCE02E617A3E267; IL2CPP_EXTERN_C String_t* _stringLiteralF93D0F1A391A7BA1DC2CDE5CC22183DA031E59D0; IL2CPP_EXTERN_C String_t* _stringLiteralF989865DCFC2CBEDC6F5343872D39E5CBA8BC4B2; IL2CPP_EXTERN_C String_t* _stringLiteralFAAED55F148F74B2C74F8C745D3CF6CBC766B1DC; IL2CPP_EXTERN_C String_t* _stringLiteralFAF6B0C288FFFDF76F371CB4776EF58B8B184827; IL2CPP_EXTERN_C String_t* _stringLiteralFE79FF373808574898C82AC1320C55C1182FB75A; IL2CPP_EXTERN_C String_t* _stringLiteralFFF7F11090D3F6E79DEC50783602B16EBDA6164E; IL2CPP_EXTERN_C const RuntimeMethod* ArrayHelpers_LengthSafe_TisInputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1_m6EA4AF13403F60022743B321821E5524D2E3DB3F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CallbackArray_1_LockForChanges_m4A298C04AAFA6DE526AF1ABC1B5D97F508A037DB_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CallbackArray_1_UnlockForChanges_m325FA0DE38513AADCC538A5BE4424C2A2325B6DC_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CallbackArray_1_get_Item_mBE3B0F1BEB4FA46BA6EE7794FB55EB9489AE9D2E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CallbackArray_1_get_length_m964A1028AF4FB24BF73CB0F9B62D822A1086B128_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_TryGetValue_mD3954C657979AD880C781BAC9CFBD461A9FF7A75_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_TryGetValue_mDB7CD1E74B8550DB2822D132038A45D5D8C93374_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_set_Item_m9618601605FE2089514B1E9B03414D70822AF044_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_SelectMany_TisRuntimeObject_TisRuntimeObject_m0E8C852448CBC7219E3E2EF7C14B054782653FEF_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_SingleOrDefault_TisRuntimeObject_m9C642F15C0F298D3D5453C303B14FE62F4792C45_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_ThenBy_TisRuntimeObject_TisRuntimeObject_m5285CA31546DB9310324EF484B5386AAC674795F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_ToArray_TisColor_tF40DAF76C04FFECF3FE6024F85A294741C9CC659_mF746B96EB92E95FFA5C0399CB976CE658D7070C3_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_ToArray_TisDeviceRequirement_tAB27570ED81D24759C54FDE48B6DD74FF51649C9_mE9DA44AD6A46B78CD9740B889EB0A7D5D15B2295_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_ToArray_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_m1A521EFB5800E77A96B74DBAB13948D3D5E19488_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_ToArray_TisInternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED_mCBDD219E3CD8E6A836DED802188AB3D29C9EB9DA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_ToArray_TisNameAndParameters_t028B3A860264D254B13642649D34F0953C3B9DCA_m83266583E22BEFC7F544043DA3194F67AC0088F7_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_ToArray_TisRuntimeObject_mA5E1AD3350B1E7EB1FAE7562CA67C49A5193E1F2_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_ToArray_TisVector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_mC0DAC9C428B9EE864E6D19622824C44BC9560A0D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_ToList_TisRuntimeObject_mEB3492D1398C284020E4C9C9E32397DFCD9C6FE7_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_Union_TisRuntimeObject_m8BDFEBC24D602E1FB476C0EC82FFA0A5F21FD1B6_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_Where_TisControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15_m4F576097B0C0BAA1752861F01402FB324C645454_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_Where_TisKeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625_mC6A769FD373ACE2998055D446E381D10AD4725E0_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_Where_TisRuntimeObject_m016E64EEAC35EA6D2A28616261EA1C34A4365B4A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_MoveNext_m7B98E1E5167F455581477D2C8285D0447A53FCCC_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_get_Current_mE0FA132D78425C004BD2F06C3F96F23E84D039A7_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ExecuteEvents_GetEventList_TisRuntimeObject_m6813FAA1FD05A5706B0F040838D4F254E134566E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ExecuteEvents_ValidateEventData_TisRuntimeObject_mB10C34F36FE6FC2ADBDD7B7CF3DEA6862BE066BA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Func_1_Invoke_m7CDD82E57E15E481E31C12AB37857DD61B451129_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Func_1__ctor_m97C14882696B3811C86591F93AADF71B2F841C21_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* GameObject_GetComponents_TisComponent_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684_m78F13EAC996D3B04F1BE15EC9EDE0D786CAC1611_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* InputActionRebindingExtensions_ExtractParameterOverride_TisRuntimeObject_TisRuntimeObject_mB7103CF49D20705569E5CBC42281137CFB7CDB50_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* InputActionState_ReadValue_TisQuaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4_m93C0165284B3AA22285244520B703F333A334FCA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* InputActionState_ReadValue_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_mBCC0705B62F718BDE7BF2A7141B7A87594D80118_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* InputActionState_ReadValue_TisVector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9_mDF1A83F52FFFDCCFAA3BB954E27D5DE01DCBC60C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* InputActionState_ReadValue_TisVector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_m87615030030292AA881A2BBDDA16DE60C1202A1B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* InputControlExtensions_CopyState_TisMouseState_t07F13572113C4A2ACF106F46535849FCCC0582C7_m537F638045894B2F0479183ED4FC9B61F12FD88B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* InputControlExtensions_FindControlsRecursive_TisRuntimeObject_m16DB6DFEF2EBE6C276365693908520A5C93E4C9C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* InputControlExtensions_FindInParentChain_TisRuntimeObject_m1EBFCE87565485A6326DE81B4ADC0421EE98580D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* InputControlExtensions_ReadUnprocessedValueFromEvent_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_m42870DC22D869D039380AD10B5CA11D613955A02_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* InputControlExtensions_ReadUnprocessedValueFromEvent_TisVector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9_m0AA7FCD29E007051E7DB7472CB72E28B5A5B75C0_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* InputControlExtensions_WriteValueIntoEvent_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_mE19DB400611A79B8370DDEE386F9DEA643A8831C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* InputControlExtensions_WriteValueIntoEvent_TisVector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9_m94CFD1254C4D94BFDE26454F09274431AB9DA830_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* InputControlExtensions_WriteValueIntoState_TisBoolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_m856286CBEBCA3050E07ADAE2C98D2FC43363669A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* InputControlExtensions_WriteValueIntoState_TisUInt32_tE60352A06233E4E69DD198BCC67142159F686B15_m127BB28F99ADE44BF663E8DE8C7F204977ACEDA0_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* InputControlList_1_Add_mB76B1364FAD78FA46FB1661193347312D26C21A5_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* InputControlList_1_Contains_m592C795F9237CC3C53F146034F5D5354E47C513A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* InputControlList_1_Contains_m59F78D2425C439F62BE714C924B527AD555C6E6F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* InputControlList_1_Dispose_m13F190C1CFED453687912164416417F3264EC6A1_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* InputControlList_1__ctor_mAC0AA7B84B676FBB1F4430B8BD38F01A50A78C16_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* InputControlPath_MatchByUsageAtDeviceRootRecursive_TisRuntimeObject_m2FA587654162A6A9BE650B0050F1D010DB49E27B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* InputControlPath_MatchControlsRecursive_TisRuntimeObject_m65672F110671019DAC4183948A83BC23E1257648_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* InputControlPath_TryFindChild_TisRuntimeObject_m2B43A202A0302443F25F4234359581DA95C680AC_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* InputControlPath_TryFindControl_TisRuntimeObject_m4D717C30BC2B1FF54867E0EEDBF64215B7BDB26F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* InputControlPath_TryFindControls_TisRuntimeObject_m3EAB1A17B4DEA67E79DFDC0CA6C68AD4157DAA26_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* InputControlScheme_FindControlSchemeForDevice_TisRuntimeObject_m3D1E2B5E07FCF6AD983FBD4AD9997D77D35E56A6_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* InputControlScheme_FindControlSchemeForDevices_TisInputControlList_1_t9461BFBC9FEFA4CB0C7F0981E4B70C426126D012_TisReadOnlyArray_1_tD26A5C8942D54D9923D37B15641CAC16B1922B9E_mD09630EFF49DE0533F27BB652D2E2AC8DBA06496_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* InputControlScheme_FindControlSchemeForDevices_TisInputControlList_1_t9461BFBC9FEFA4CB0C7F0981E4B70C426126D012_TisReadOnlyArray_1_tD26A5C8942D54D9923D37B15641CAC16B1922B9E_mD65832C362875FD19D3DD0DFFFB9038107F62FFD_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* InputControlScheme_FindControlSchemeForDevices_TisOneOrMore_2_t0194C2641074B9D4264D2C1267C176D9C98E4B79_TisRuntimeObject_mB08F21AE073546B4874176E52BB3A7FA23BD034A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* InputControlScheme_FindControlSchemeForDevices_TisOneOrMore_2_t0194C2641074B9D4264D2C1267C176D9C98E4B79_TisRuntimeObject_mC9767E565E3B12F7EE2783A36B243AC26417697B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* InputControlScheme_FindControlSchemeForDevices_TisReadOnlyArray_1_t9584B0851320AB0F5BC8FF261C123F5994A081B7_TisReadOnlyArray_1_tD26A5C8942D54D9923D37B15641CAC16B1922B9E_mA374315610338CB313C1744BB990C7E53E18D037_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* InputControlScheme_FindControlSchemeForDevices_TisReadOnlyArray_1_t9584B0851320AB0F5BC8FF261C123F5994A081B7_TisReadOnlyArray_1_tD26A5C8942D54D9923D37B15641CAC16B1922B9E_mF424C0DEEC1AE1BCAB0C424B449166B6FB466A84_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* InputControlScheme_FindControlSchemeForDevices_TisRuntimeObject_TisReadOnlyArray_1_tD26A5C8942D54D9923D37B15641CAC16B1922B9E_m1BC0B6D545C7ABE586C62D31D7E4AE05E5ADCDEB_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* InputControlScheme_FindControlSchemeForDevices_TisRuntimeObject_TisReadOnlyArray_1_tD26A5C8942D54D9923D37B15641CAC16B1922B9E_mE6B394B6FB43B9962160E673F27B7E9DD7DDC18A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* InputControlScheme_FindControlSchemeForDevices_TisRuntimeObject_TisRuntimeObject_m9088356A56422A22451B66E3AA045F97B5775FF5_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* InputControlScheme_FindControlSchemeForDevices_TisRuntimeObject_TisRuntimeObject_mCB6EAAD41F64FA74371EB03FB19F421E96B338D8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* InputControlScheme_PickDevicesFrom_TisInputControlList_1_t9461BFBC9FEFA4CB0C7F0981E4B70C426126D012_mC61F7DB8197A98D998F4200DFA73376946AA6A81_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* InputControlScheme_PickDevicesFrom_TisOneOrMore_2_t0194C2641074B9D4264D2C1267C176D9C98E4B79_m1AB484869737CBF94AA3DDD585B84931417EEA23_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* InputControlScheme_PickDevicesFrom_TisReadOnlyArray_1_t9584B0851320AB0F5BC8FF261C123F5994A081B7_m177D987945F98176EF70ABB45217EA49E32340E9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* InputControlScheme_PickDevicesFrom_TisRuntimeObject_m89EFE1FEDDF16548D6068271DD448C3729CE08B5_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* InputControl_GetChildControl_TisRuntimeObject_mB75189D465F7A9BF945FF8F557724CBD732EFCA4_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* InputControl_TryGetChildControl_TisRuntimeObject_mBB31627802B9945F53E3E5D729CE6F8DE50787D3_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* InputDevice_Build_TisRuntimeObject_m944D6E77F159CA01263AC3C3EAFB5F973EE49015_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* InputManager_RegisterPrecompiledLayout_TisRuntimeObject_m1FC0A97975FB3801CA6F125D56D165D316A54DBD_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* InputRuntimeExtensions_DeviceCommand_TisDisableDeviceCommand_tB2F65EF65EBE67BF06541CD04C81BB31EE208FD5_m0E4A8423F3F6957D74340A32940213ED6937E649_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* InputRuntimeExtensions_DeviceCommand_TisEnableDeviceCommand_tB57B3D3EDA2CD18BF45CCDB5132C993C6FBFA613_m6DA0519E09D540313D30CAF703C46549C6C788FF_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* InputRuntimeExtensions_DeviceCommand_TisInputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3_m17A9989BF690B87F556966B455409A987C18C71D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* InputStateHistory_ReadValue_TisTouchState_tB256A7ACF69B4802AF692D3A7A00793AF0602CC8_mBB94E6656BFCFBCC0DDD31357F908D2CEC051953_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* InputState_Change_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m3670B9B36956F08E072C3D68257E19F137D6DCF1_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* InputState_Change_TisInt32Enum_t9B63F771913F2B6D586F1173B44A41FBE26F6B5C_mE061A7930AD96CD61132988BF8A9EF9EDBDB9D86_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* InputState_Change_TisMouseState_t07F13572113C4A2ACF106F46535849FCCC0582C7_m3A2709E177D7DDFBE73451BCE8C9786129DD5C0F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* InputState_Change_TisTouchState_tB256A7ACF69B4802AF692D3A7A00793AF0602CC8_mDD7E01B598508930C4802E2D9B18781894A63003_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* InputState_Change_TisVector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9_m7F8FAA73BD3C89A06F4E62725E63E26C23A5FE3E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* InputSystem_AddDevice_TisRuntimeObject_m8B37C560B29766980BD162EDEBC5FEFE58F82EDF_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* InputValue_Get_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_mCEDB46F39ED7A5C3A585950EC3B62366144B255A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* LazyInitializer_EnsureInitializedCore_TisRuntimeObject_mF999B6B7B406EC44D56BB44B6EB8C36D807E67E9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ListPool_1_Get_m3C6F2C4EAFE4CE1AFD976970F6EB7B2414136CF0_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ListPool_1_Release_m9CEB477BBCF2190EA974FFE2C2482EC2A4890760_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Find_m76949A7B2F486F40D736C25F73896E5483279FC1_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_m82AF14687C6FA2B1572D859A551E3ADBCBADC3C0_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_m9F55C8ADF8B0877FF8961B5A9BA55A9A7BFF904E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_mC0C14EF39D49A476EC201EA02BC64DCEDA13F256_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_mD5E4C1B6AE019CAC21D820FB2E7E91698F15649A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_m5E5C6CDA5EB40C8D48121A2510A2787A03131470_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_m66C540CCB7F6F0D72745E0667F0F6FC0E9B77395_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_m8B222F262DF0C4B49E12B4E87AB2162202744499_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_m99F4A60865784DCE41B4ECAEBD910543BBB87A1F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Marshal_GetFunctionPointerForDelegate_TisRuntimeObject_m5A91ABD3A4F5344F5F2616DCE4F0E36CACAD632D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Mesh_GetUVsImpl_TisRuntimeObject_m33E2C32D3A30A11CD4EBB8F1283C090427CC4439_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Mesh_GetUVsImpl_TisVector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7_mDF630E82000E431DB71B3ADC7922E47379D02F98_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Mesh_SetIndices_TisUInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_mB267906004ACBD179B66550FBB78A7E1B70C5F9A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Mesh_SetVertexBufferData_TisParametricLightMeshVertex_tB82504F406737A009734BC6F80812DAC6B4DE893_m51BB6EE388C8D35B59B393290C900CF06E7AFF4B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Mesh_SetVertexBufferData_TisSpriteLightMeshVertex_t6B4EA22B1C7FE0AFC97B4E47B3D24031A436CBCC_m24713EB0A419B086EF8C75D51E960DCD35AF9662_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* NativeSliceUnsafeUtility_ConvertExistingDataToNativeSlice_TisVector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9_mC25E694D12A18CBB18E0D71BE8E52917E9B0E9FA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* NativeSliceUnsafeUtility_ConvertExistingDataToNativeSlice_TisVector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_m5E6D7C7DC1A138536F5B672CCEBD1391B0060516_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* NoAllocHelpers_ResizeList_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_m76DEEF159CCAE25070E5E97D1C3ED18A904A1080_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* NoAllocHelpers_ResizeList_TisRuntimeObject_m797AFBF7B94F1AF7A041B53B48320B771911A686_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* NoAllocHelpers_ResizeList_TisVector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_mBEB191034321E8156EED5ABCECAAA1E532A00139_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* NoAllocHelpers_ResizeList_TisVector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7_m40519EF2EAFDA1C51F0448BF537EF461CC909FED_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1_GetValueOrDefault_m89C358E3BB7B579C085F9324420B1BE83B7961FE_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1_GetValueOrDefault_m8FC36060759BD681B6AA552F571A4355A6E3DA75_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1__ctor_m9800F3995A74C723B9FC813AF01F81BCE1416699_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1__ctor_mD9531D7F265E6E8DAC2061FA2CEA565442F8AB3F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1_get_HasValue_m212A323120FED35B7CF42FBF68FBA5B46AF10EF2_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1_get_HasValue_m571187F546F4230B8576F169789831BFBA99B93F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1_get_HasValue_mC2DD0FBD580D10D12D4048F022CD70E3B50E27FE_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1_get_Value_m50AA4ABD548771EE5E0C30724C9847B16C44F3DA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1_get_Value_m9725136E54A232F2B8A5D0D1AD7CA4ADC2874BF3_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1_get_Value_mD3262552991AE896A4C15B716B3F438D5BD48517_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ObjectPool_1_Get_m05FBB16377141E818AC351156075B2698118119C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ObjectPool_1_Release_m473CF1CC05FEB28DC06709FFDDE07C5777811614_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Object_Instantiate_TisRuntimeObject_m565E2A2E28EE3B4621B2F5C662D569D56A3AE99F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Observable_CallOnce_TisRuntimeObject_m95EAF1FC5A4D51CDBF4A3B2CC960E85DB482FC4E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Observable_Call_TisRuntimeObject_m65B94C52E8EDCFDE11D87D9642CB846E2DC9DBE0_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Observable_ForDevice_TisRuntimeObject_m2B29E78B9557E13B503B2CB9EC18829A87B252F7_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Observable_SelectMany_TisRuntimeObject_TisRuntimeObject_mBAB3210AE604FE1D4BB47AB9A0A5230CEBF202CE_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Observable_Select_TisInputEventPtr_t3ECDD4FDE129B0CD8021DF46D8D01D941F4AE5C1_TisRuntimeObject_mC3EF2C2C080C9EFB9CE2CCEF4CCB92FD9B066C8F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Observable_Select_TisRuntimeObject_TisRuntimeObject_m35DC8CBD4B95925BAD1EC8C293C13B3DBA7FF39F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Observable_Take_TisRuntimeObject_m17AFCBF7F0A7BC445733691EF63572E474301F4A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Observable_Where_TisRuntimeObject_m488ECD5C216E8182D9FCDD0D98C46C67DD93A49E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* OnScreenControl_SendValueToControl_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_m6815E6B288868D0AB5BEC5F06A3FDDEF1354008E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* OnScreenControl_SendValueToControl_TisVector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9_m26F6D995CD230E485D2180292F35ECBDB255F812_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* OneOrMore_2__ctor_m7546BF3DF454F1617AB0A7F544ED7152CC381262_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Predicate_1__ctor_m6B6D8E35C0E83BBC784E881CCFA837ED78F48F14_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ReadOnlyArrayExtensions_Contains_TisInternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED_m23E2471F1568258A2210D67111E1A3B892C238BF_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ReadOnlyArray_1_GetEnumerator_m4DB2F36A677C515C0826FECFB55A531029BE8EF3_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ReadOnlyArray_1_get_Count_mB7032E0F55BC9BAC395949F252CE4E2B00451700_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ReadOnlyArray_1_get_Count_mC17382AC83BBF147C47E7A21A628F51F082E92DA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ReadOnlyArray_1_get_Item_m8E38E64671229D35FA708BF0B650FE3F846189FC_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ReadOnlyArray_1_get_Item_mA008A6D96358A9EE19CCCE5C476367DDC58F0E51_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeType* IInputInteraction_t5FC9BB12E75973D14B4666ACAFA3A255A90B0537_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* InputBindingComposite_tFCCB9AFDBA6503C51555C9C5904186D990D36565_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* InputProcessor_t245C316DEE36AA1BC9558F838B3B7A0223813A1D_0_0_0_var; struct Capability_t9249114BC9E64174C7B5D64C521A720168018B31_marshaled_com; struct Capability_t9249114BC9E64174C7B5D64C521A720168018B31_marshaled_pinvoke; struct Delegate_t_marshaled_com; struct Delegate_t_marshaled_pinvoke; struct DeviceRequirement_tAB27570ED81D24759C54FDE48B6DD74FF51649C9_marshaled_com; struct DeviceRequirement_tAB27570ED81D24759C54FDE48B6DD74FF51649C9_marshaled_pinvoke; struct Exception_t_marshaled_com; struct Exception_t_marshaled_pinvoke; struct HIDCollectionDescriptor_tEDA872562AB61C209FF48351297285AEEB84EFB6 ; struct HIDElementDescriptor_tFB38373ABAFB8E910B966D9FA52DAAE4AEF19427_marshaled_com; struct HIDElementDescriptor_tFB38373ABAFB8E910B966D9FA52DAAE4AEF19427_marshaled_pinvoke; struct ReadActionJson_t62D66C07949B981884A0429EDFF041BB9CC85576_marshaled_com; struct ReadActionJson_t62D66C07949B981884A0429EDFF041BB9CC85576_marshaled_pinvoke; struct ReadMapJson_tBE2CDE3D7B711BAE57243A74D610ECBE5E94DDCC_marshaled_com; struct ReadMapJson_tBE2CDE3D7B711BAE57243A74D610ECBE5E94DDCC_marshaled_pinvoke; struct SchemeJson_tB69DB8B2A8EDE1FF4F72BF63C4DB651A095CD9ED_marshaled_com; struct SchemeJson_tB69DB8B2A8EDE1FF4F72BF63C4DB651A095CD9ED_marshaled_pinvoke; struct KeyValuePair_2U5BU5D_tA780E964000F617CC6335A0DEC92B09FE0085E1C; struct ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726; struct ColorU5BU5D_t358DD89F511301E663AD9157305B94A2DEFF8834; struct Color32U5BU5D_t7FEB526973BF84608073B85CF2D581427F0235E2; struct InputBindingCompositeU5BU5D_tA39005B1C18E39B68364430213FAAD8B58DC9083; struct InputControlU5BU5D_tB874FECA56E2B08D3280F4174B988EA155E99680; struct InputDeviceU5BU5D_tE05D1214F0F949DC3A889F8DB4B7A68A3089F6D6; struct InputProcessorU5BU5D_t6C9B3D9B68534217E9628B72E54D186B839399A0; struct Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32; struct InternedStringU5BU5D_t1EAE8433C8EF7C76894673801EE0EE9F6833E9A4; struct NameAndParametersU5BU5D_t960DDB52F44DD1231B0C626E9C859F1E0B2F5EAD; struct ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE; struct ObjectU5BU5D_t1256A8B00BB71C7F582BF08257BE4F826FF64873; struct OpenXRFeatureU5BU5D_tB83A42FBA420E404B3EF97A3A72C43827D15B401; struct StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A; struct Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA; struct Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4; struct Vector4U5BU5D_tCE72D928AA6FF1852BAC5E4396F6F0131ED11871; struct ControlItemU5BU5D_t534859CA6A52E2EC9DDDCA52FE280E8D5CD598DB; struct DeviceRequirementU5BU5D_tBAAEA8AD0E93A8EF9DF98E9F4957B7A56286E795; 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.Object // UnityEngine.InputSystem.InputManager/<>c__60`1 struct U3CU3Ec__60_1_tA08E6D147247AD44AA40903677555270D38B9C63 : public RuntimeObject { public: public: }; // OVRResources/<>c__DisplayClass3_0`1 struct U3CU3Ec__DisplayClass3_0_1_tA4FEF81D203C2395025A5CEF5FAEC10401C13228 : public RuntimeObject { public: // System.String OVRResources/<>c__DisplayClass3_0`1::path String_t* ___path_0; public: inline static int32_t get_offset_of_path_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass3_0_1_tA4FEF81D203C2395025A5CEF5FAEC10401C13228, ___path_0)); } inline String_t* get_path_0() const { return ___path_0; } inline String_t** get_address_of_path_0() { return &___path_0; } inline void set_path_0(String_t* value) { ___path_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___path_0), (void*)value); } }; // UnityEngine.InputSystem.Utilities.Observable/<>c__DisplayClass6_0`1 struct U3CU3Ec__DisplayClass6_0_1_tABFEDC090FDA79770CCFC1ADD336982E02F03CA7 : public RuntimeObject { public: // System.IDisposable UnityEngine.InputSystem.Utilities.Observable/<>c__DisplayClass6_0`1::subscription RuntimeObject* ___subscription_0; public: inline static int32_t get_offset_of_subscription_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass6_0_1_tABFEDC090FDA79770CCFC1ADD336982E02F03CA7, ___subscription_0)); } inline RuntimeObject* get_subscription_0() const { return ___subscription_0; } inline RuntimeObject** get_address_of_subscription_0() { return &___subscription_0; } inline void set_subscription_0(RuntimeObject* value) { ___subscription_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___subscription_0), (void*)value); } }; // UnityEngine.InputSystem.Utilities.MiscHelpers/d__1`1 struct U3CEveryNthU3Ed__1_1_t7153DEF20852E13262C7EEEF571B2C9979AE45FA : public RuntimeObject { public: // System.Int32 UnityEngine.InputSystem.Utilities.MiscHelpers/d__1`1::<>1__state int32_t ___U3CU3E1__state_0; // TValue UnityEngine.InputSystem.Utilities.MiscHelpers/d__1`1::<>2__current RuntimeObject * ___U3CU3E2__current_1; // System.Int32 UnityEngine.InputSystem.Utilities.MiscHelpers/d__1`1::<>l__initialThreadId int32_t ___U3CU3El__initialThreadId_2; // System.Collections.Generic.IEnumerable`1 UnityEngine.InputSystem.Utilities.MiscHelpers/d__1`1::enumerable RuntimeObject* ___enumerable_3; // System.Collections.Generic.IEnumerable`1 UnityEngine.InputSystem.Utilities.MiscHelpers/d__1`1::<>3__enumerable RuntimeObject* ___U3CU3E3__enumerable_4; // System.Int32 UnityEngine.InputSystem.Utilities.MiscHelpers/d__1`1::start int32_t ___start_5; // System.Int32 UnityEngine.InputSystem.Utilities.MiscHelpers/d__1`1::<>3__start int32_t ___U3CU3E3__start_6; // System.Int32 UnityEngine.InputSystem.Utilities.MiscHelpers/d__1`1::n int32_t ___n_7; // System.Int32 UnityEngine.InputSystem.Utilities.MiscHelpers/d__1`1::<>3__n int32_t ___U3CU3E3__n_8; // System.Int32 UnityEngine.InputSystem.Utilities.MiscHelpers/d__1`1::5__2 int32_t ___U3CindexU3E5__2_9; // System.Collections.Generic.IEnumerator`1 UnityEngine.InputSystem.Utilities.MiscHelpers/d__1`1::<>7__wrap2 RuntimeObject* ___U3CU3E7__wrap2_10; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CEveryNthU3Ed__1_1_t7153DEF20852E13262C7EEEF571B2C9979AE45FA, ___U3CU3E1__state_0)); } inline int32_t get_U3CU3E1__state_0() const { return ___U3CU3E1__state_0; } inline int32_t* get_address_of_U3CU3E1__state_0() { return &___U3CU3E1__state_0; } inline void set_U3CU3E1__state_0(int32_t value) { ___U3CU3E1__state_0 = value; } inline static int32_t get_offset_of_U3CU3E2__current_1() { return static_cast(offsetof(U3CEveryNthU3Ed__1_1_t7153DEF20852E13262C7EEEF571B2C9979AE45FA, ___U3CU3E2__current_1)); } inline RuntimeObject * get_U3CU3E2__current_1() const { return ___U3CU3E2__current_1; } inline RuntimeObject ** get_address_of_U3CU3E2__current_1() { return &___U3CU3E2__current_1; } inline void set_U3CU3E2__current_1(RuntimeObject * value) { ___U3CU3E2__current_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E2__current_1), (void*)value); } inline static int32_t get_offset_of_U3CU3El__initialThreadId_2() { return static_cast(offsetof(U3CEveryNthU3Ed__1_1_t7153DEF20852E13262C7EEEF571B2C9979AE45FA, ___U3CU3El__initialThreadId_2)); } inline int32_t get_U3CU3El__initialThreadId_2() const { return ___U3CU3El__initialThreadId_2; } inline int32_t* get_address_of_U3CU3El__initialThreadId_2() { return &___U3CU3El__initialThreadId_2; } inline void set_U3CU3El__initialThreadId_2(int32_t value) { ___U3CU3El__initialThreadId_2 = value; } inline static int32_t get_offset_of_enumerable_3() { return static_cast(offsetof(U3CEveryNthU3Ed__1_1_t7153DEF20852E13262C7EEEF571B2C9979AE45FA, ___enumerable_3)); } inline RuntimeObject* get_enumerable_3() const { return ___enumerable_3; } inline RuntimeObject** get_address_of_enumerable_3() { return &___enumerable_3; } inline void set_enumerable_3(RuntimeObject* value) { ___enumerable_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___enumerable_3), (void*)value); } inline static int32_t get_offset_of_U3CU3E3__enumerable_4() { return static_cast(offsetof(U3CEveryNthU3Ed__1_1_t7153DEF20852E13262C7EEEF571B2C9979AE45FA, ___U3CU3E3__enumerable_4)); } inline RuntimeObject* get_U3CU3E3__enumerable_4() const { return ___U3CU3E3__enumerable_4; } inline RuntimeObject** get_address_of_U3CU3E3__enumerable_4() { return &___U3CU3E3__enumerable_4; } inline void set_U3CU3E3__enumerable_4(RuntimeObject* value) { ___U3CU3E3__enumerable_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E3__enumerable_4), (void*)value); } inline static int32_t get_offset_of_start_5() { return static_cast(offsetof(U3CEveryNthU3Ed__1_1_t7153DEF20852E13262C7EEEF571B2C9979AE45FA, ___start_5)); } inline int32_t get_start_5() const { return ___start_5; } inline int32_t* get_address_of_start_5() { return &___start_5; } inline void set_start_5(int32_t value) { ___start_5 = value; } inline static int32_t get_offset_of_U3CU3E3__start_6() { return static_cast(offsetof(U3CEveryNthU3Ed__1_1_t7153DEF20852E13262C7EEEF571B2C9979AE45FA, ___U3CU3E3__start_6)); } inline int32_t get_U3CU3E3__start_6() const { return ___U3CU3E3__start_6; } inline int32_t* get_address_of_U3CU3E3__start_6() { return &___U3CU3E3__start_6; } inline void set_U3CU3E3__start_6(int32_t value) { ___U3CU3E3__start_6 = value; } inline static int32_t get_offset_of_n_7() { return static_cast(offsetof(U3CEveryNthU3Ed__1_1_t7153DEF20852E13262C7EEEF571B2C9979AE45FA, ___n_7)); } inline int32_t get_n_7() const { return ___n_7; } inline int32_t* get_address_of_n_7() { return &___n_7; } inline void set_n_7(int32_t value) { ___n_7 = value; } inline static int32_t get_offset_of_U3CU3E3__n_8() { return static_cast(offsetof(U3CEveryNthU3Ed__1_1_t7153DEF20852E13262C7EEEF571B2C9979AE45FA, ___U3CU3E3__n_8)); } inline int32_t get_U3CU3E3__n_8() const { return ___U3CU3E3__n_8; } inline int32_t* get_address_of_U3CU3E3__n_8() { return &___U3CU3E3__n_8; } inline void set_U3CU3E3__n_8(int32_t value) { ___U3CU3E3__n_8 = value; } inline static int32_t get_offset_of_U3CindexU3E5__2_9() { return static_cast(offsetof(U3CEveryNthU3Ed__1_1_t7153DEF20852E13262C7EEEF571B2C9979AE45FA, ___U3CindexU3E5__2_9)); } inline int32_t get_U3CindexU3E5__2_9() const { return ___U3CindexU3E5__2_9; } inline int32_t* get_address_of_U3CindexU3E5__2_9() { return &___U3CindexU3E5__2_9; } inline void set_U3CindexU3E5__2_9(int32_t value) { ___U3CindexU3E5__2_9 = value; } inline static int32_t get_offset_of_U3CU3E7__wrap2_10() { return static_cast(offsetof(U3CEveryNthU3Ed__1_1_t7153DEF20852E13262C7EEEF571B2C9979AE45FA, ___U3CU3E7__wrap2_10)); } inline RuntimeObject* get_U3CU3E7__wrap2_10() const { return ___U3CU3E7__wrap2_10; } inline RuntimeObject** get_address_of_U3CU3E7__wrap2_10() { return &___U3CU3E7__wrap2_10; } inline void set_U3CU3E7__wrap2_10(RuntimeObject* value) { ___U3CU3E7__wrap2_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E7__wrap2_10), (void*)value); } }; // System.Linq.Enumerable/d__17`2 struct U3CSelectManyIteratorU3Ed__17_2_tE564C7590BE82CBDFD3B6D59F35D8EF4F288A457 : public RuntimeObject { public: // System.Int32 System.Linq.Enumerable/d__17`2::<>1__state int32_t ___U3CU3E1__state_0; // TResult System.Linq.Enumerable/d__17`2::<>2__current RuntimeObject * ___U3CU3E2__current_1; // System.Int32 System.Linq.Enumerable/d__17`2::<>l__initialThreadId int32_t ___U3CU3El__initialThreadId_2; // System.Collections.Generic.IEnumerable`1 System.Linq.Enumerable/d__17`2::source RuntimeObject* ___source_3; // System.Collections.Generic.IEnumerable`1 System.Linq.Enumerable/d__17`2::<>3__source RuntimeObject* ___U3CU3E3__source_4; // System.Func`2> System.Linq.Enumerable/d__17`2::selector Func_2_tD457CA07229B6835F9D0AB141D4F1A7455A8AF29 * ___selector_5; // System.Func`2> System.Linq.Enumerable/d__17`2::<>3__selector Func_2_tD457CA07229B6835F9D0AB141D4F1A7455A8AF29 * ___U3CU3E3__selector_6; // System.Collections.Generic.IEnumerator`1 System.Linq.Enumerable/d__17`2::<>7__wrap1 RuntimeObject* ___U3CU3E7__wrap1_7; // System.Collections.Generic.IEnumerator`1 System.Linq.Enumerable/d__17`2::<>7__wrap2 RuntimeObject* ___U3CU3E7__wrap2_8; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CSelectManyIteratorU3Ed__17_2_tE564C7590BE82CBDFD3B6D59F35D8EF4F288A457, ___U3CU3E1__state_0)); } inline int32_t get_U3CU3E1__state_0() const { return ___U3CU3E1__state_0; } inline int32_t* get_address_of_U3CU3E1__state_0() { return &___U3CU3E1__state_0; } inline void set_U3CU3E1__state_0(int32_t value) { ___U3CU3E1__state_0 = value; } inline static int32_t get_offset_of_U3CU3E2__current_1() { return static_cast(offsetof(U3CSelectManyIteratorU3Ed__17_2_tE564C7590BE82CBDFD3B6D59F35D8EF4F288A457, ___U3CU3E2__current_1)); } inline RuntimeObject * get_U3CU3E2__current_1() const { return ___U3CU3E2__current_1; } inline RuntimeObject ** get_address_of_U3CU3E2__current_1() { return &___U3CU3E2__current_1; } inline void set_U3CU3E2__current_1(RuntimeObject * value) { ___U3CU3E2__current_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E2__current_1), (void*)value); } inline static int32_t get_offset_of_U3CU3El__initialThreadId_2() { return static_cast(offsetof(U3CSelectManyIteratorU3Ed__17_2_tE564C7590BE82CBDFD3B6D59F35D8EF4F288A457, ___U3CU3El__initialThreadId_2)); } inline int32_t get_U3CU3El__initialThreadId_2() const { return ___U3CU3El__initialThreadId_2; } inline int32_t* get_address_of_U3CU3El__initialThreadId_2() { return &___U3CU3El__initialThreadId_2; } inline void set_U3CU3El__initialThreadId_2(int32_t value) { ___U3CU3El__initialThreadId_2 = value; } inline static int32_t get_offset_of_source_3() { return static_cast(offsetof(U3CSelectManyIteratorU3Ed__17_2_tE564C7590BE82CBDFD3B6D59F35D8EF4F288A457, ___source_3)); } inline RuntimeObject* get_source_3() const { return ___source_3; } inline RuntimeObject** get_address_of_source_3() { return &___source_3; } inline void set_source_3(RuntimeObject* value) { ___source_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_3), (void*)value); } inline static int32_t get_offset_of_U3CU3E3__source_4() { return static_cast(offsetof(U3CSelectManyIteratorU3Ed__17_2_tE564C7590BE82CBDFD3B6D59F35D8EF4F288A457, ___U3CU3E3__source_4)); } inline RuntimeObject* get_U3CU3E3__source_4() const { return ___U3CU3E3__source_4; } inline RuntimeObject** get_address_of_U3CU3E3__source_4() { return &___U3CU3E3__source_4; } inline void set_U3CU3E3__source_4(RuntimeObject* value) { ___U3CU3E3__source_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E3__source_4), (void*)value); } inline static int32_t get_offset_of_selector_5() { return static_cast(offsetof(U3CSelectManyIteratorU3Ed__17_2_tE564C7590BE82CBDFD3B6D59F35D8EF4F288A457, ___selector_5)); } inline Func_2_tD457CA07229B6835F9D0AB141D4F1A7455A8AF29 * get_selector_5() const { return ___selector_5; } inline Func_2_tD457CA07229B6835F9D0AB141D4F1A7455A8AF29 ** get_address_of_selector_5() { return &___selector_5; } inline void set_selector_5(Func_2_tD457CA07229B6835F9D0AB141D4F1A7455A8AF29 * value) { ___selector_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___selector_5), (void*)value); } inline static int32_t get_offset_of_U3CU3E3__selector_6() { return static_cast(offsetof(U3CSelectManyIteratorU3Ed__17_2_tE564C7590BE82CBDFD3B6D59F35D8EF4F288A457, ___U3CU3E3__selector_6)); } inline Func_2_tD457CA07229B6835F9D0AB141D4F1A7455A8AF29 * get_U3CU3E3__selector_6() const { return ___U3CU3E3__selector_6; } inline Func_2_tD457CA07229B6835F9D0AB141D4F1A7455A8AF29 ** get_address_of_U3CU3E3__selector_6() { return &___U3CU3E3__selector_6; } inline void set_U3CU3E3__selector_6(Func_2_tD457CA07229B6835F9D0AB141D4F1A7455A8AF29 * value) { ___U3CU3E3__selector_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E3__selector_6), (void*)value); } inline static int32_t get_offset_of_U3CU3E7__wrap1_7() { return static_cast(offsetof(U3CSelectManyIteratorU3Ed__17_2_tE564C7590BE82CBDFD3B6D59F35D8EF4F288A457, ___U3CU3E7__wrap1_7)); } inline RuntimeObject* get_U3CU3E7__wrap1_7() const { return ___U3CU3E7__wrap1_7; } inline RuntimeObject** get_address_of_U3CU3E7__wrap1_7() { return &___U3CU3E7__wrap1_7; } inline void set_U3CU3E7__wrap1_7(RuntimeObject* value) { ___U3CU3E7__wrap1_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E7__wrap1_7), (void*)value); } inline static int32_t get_offset_of_U3CU3E7__wrap2_8() { return static_cast(offsetof(U3CSelectManyIteratorU3Ed__17_2_tE564C7590BE82CBDFD3B6D59F35D8EF4F288A457, ___U3CU3E7__wrap2_8)); } inline RuntimeObject* get_U3CU3E7__wrap2_8() const { return ___U3CU3E7__wrap2_8; } inline RuntimeObject** get_address_of_U3CU3E7__wrap2_8() { return &___U3CU3E7__wrap2_8; } inline void set_U3CU3E7__wrap2_8(RuntimeObject* value) { ___U3CU3E7__wrap2_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E7__wrap2_8), (void*)value); } }; // System.Linq.Enumerable/d__71`1 struct U3CUnionIteratorU3Ed__71_1_t02EB1744216A34ECF5B016923BE3986B209313E4 : public RuntimeObject { public: // System.Int32 System.Linq.Enumerable/d__71`1::<>1__state int32_t ___U3CU3E1__state_0; // TSource System.Linq.Enumerable/d__71`1::<>2__current RuntimeObject * ___U3CU3E2__current_1; // System.Int32 System.Linq.Enumerable/d__71`1::<>l__initialThreadId int32_t ___U3CU3El__initialThreadId_2; // System.Collections.Generic.IEqualityComparer`1 System.Linq.Enumerable/d__71`1::comparer RuntimeObject* ___comparer_3; // System.Collections.Generic.IEqualityComparer`1 System.Linq.Enumerable/d__71`1::<>3__comparer RuntimeObject* ___U3CU3E3__comparer_4; // System.Collections.Generic.IEnumerable`1 System.Linq.Enumerable/d__71`1::first RuntimeObject* ___first_5; // System.Collections.Generic.IEnumerable`1 System.Linq.Enumerable/d__71`1::<>3__first RuntimeObject* ___U3CU3E3__first_6; // System.Linq.Set`1 System.Linq.Enumerable/d__71`1::5__1 Set_1_t2C340C598D4048DE1FE0888E491FE2512A9CA1D0 * ___U3CsetU3E5__1_7; // System.Collections.Generic.IEnumerable`1 System.Linq.Enumerable/d__71`1::second RuntimeObject* ___second_8; // System.Collections.Generic.IEnumerable`1 System.Linq.Enumerable/d__71`1::<>3__second RuntimeObject* ___U3CU3E3__second_9; // System.Collections.Generic.IEnumerator`1 System.Linq.Enumerable/d__71`1::<>7__wrap1 RuntimeObject* ___U3CU3E7__wrap1_10; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CUnionIteratorU3Ed__71_1_t02EB1744216A34ECF5B016923BE3986B209313E4, ___U3CU3E1__state_0)); } inline int32_t get_U3CU3E1__state_0() const { return ___U3CU3E1__state_0; } inline int32_t* get_address_of_U3CU3E1__state_0() { return &___U3CU3E1__state_0; } inline void set_U3CU3E1__state_0(int32_t value) { ___U3CU3E1__state_0 = value; } inline static int32_t get_offset_of_U3CU3E2__current_1() { return static_cast(offsetof(U3CUnionIteratorU3Ed__71_1_t02EB1744216A34ECF5B016923BE3986B209313E4, ___U3CU3E2__current_1)); } inline RuntimeObject * get_U3CU3E2__current_1() const { return ___U3CU3E2__current_1; } inline RuntimeObject ** get_address_of_U3CU3E2__current_1() { return &___U3CU3E2__current_1; } inline void set_U3CU3E2__current_1(RuntimeObject * value) { ___U3CU3E2__current_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E2__current_1), (void*)value); } inline static int32_t get_offset_of_U3CU3El__initialThreadId_2() { return static_cast(offsetof(U3CUnionIteratorU3Ed__71_1_t02EB1744216A34ECF5B016923BE3986B209313E4, ___U3CU3El__initialThreadId_2)); } inline int32_t get_U3CU3El__initialThreadId_2() const { return ___U3CU3El__initialThreadId_2; } inline int32_t* get_address_of_U3CU3El__initialThreadId_2() { return &___U3CU3El__initialThreadId_2; } inline void set_U3CU3El__initialThreadId_2(int32_t value) { ___U3CU3El__initialThreadId_2 = value; } inline static int32_t get_offset_of_comparer_3() { return static_cast(offsetof(U3CUnionIteratorU3Ed__71_1_t02EB1744216A34ECF5B016923BE3986B209313E4, ___comparer_3)); } inline RuntimeObject* get_comparer_3() const { return ___comparer_3; } inline RuntimeObject** get_address_of_comparer_3() { return &___comparer_3; } inline void set_comparer_3(RuntimeObject* value) { ___comparer_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___comparer_3), (void*)value); } inline static int32_t get_offset_of_U3CU3E3__comparer_4() { return static_cast(offsetof(U3CUnionIteratorU3Ed__71_1_t02EB1744216A34ECF5B016923BE3986B209313E4, ___U3CU3E3__comparer_4)); } inline RuntimeObject* get_U3CU3E3__comparer_4() const { return ___U3CU3E3__comparer_4; } inline RuntimeObject** get_address_of_U3CU3E3__comparer_4() { return &___U3CU3E3__comparer_4; } inline void set_U3CU3E3__comparer_4(RuntimeObject* value) { ___U3CU3E3__comparer_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E3__comparer_4), (void*)value); } inline static int32_t get_offset_of_first_5() { return static_cast(offsetof(U3CUnionIteratorU3Ed__71_1_t02EB1744216A34ECF5B016923BE3986B209313E4, ___first_5)); } inline RuntimeObject* get_first_5() const { return ___first_5; } inline RuntimeObject** get_address_of_first_5() { return &___first_5; } inline void set_first_5(RuntimeObject* value) { ___first_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___first_5), (void*)value); } inline static int32_t get_offset_of_U3CU3E3__first_6() { return static_cast(offsetof(U3CUnionIteratorU3Ed__71_1_t02EB1744216A34ECF5B016923BE3986B209313E4, ___U3CU3E3__first_6)); } inline RuntimeObject* get_U3CU3E3__first_6() const { return ___U3CU3E3__first_6; } inline RuntimeObject** get_address_of_U3CU3E3__first_6() { return &___U3CU3E3__first_6; } inline void set_U3CU3E3__first_6(RuntimeObject* value) { ___U3CU3E3__first_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E3__first_6), (void*)value); } inline static int32_t get_offset_of_U3CsetU3E5__1_7() { return static_cast(offsetof(U3CUnionIteratorU3Ed__71_1_t02EB1744216A34ECF5B016923BE3986B209313E4, ___U3CsetU3E5__1_7)); } inline Set_1_t2C340C598D4048DE1FE0888E491FE2512A9CA1D0 * get_U3CsetU3E5__1_7() const { return ___U3CsetU3E5__1_7; } inline Set_1_t2C340C598D4048DE1FE0888E491FE2512A9CA1D0 ** get_address_of_U3CsetU3E5__1_7() { return &___U3CsetU3E5__1_7; } inline void set_U3CsetU3E5__1_7(Set_1_t2C340C598D4048DE1FE0888E491FE2512A9CA1D0 * value) { ___U3CsetU3E5__1_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CsetU3E5__1_7), (void*)value); } inline static int32_t get_offset_of_second_8() { return static_cast(offsetof(U3CUnionIteratorU3Ed__71_1_t02EB1744216A34ECF5B016923BE3986B209313E4, ___second_8)); } inline RuntimeObject* get_second_8() const { return ___second_8; } inline RuntimeObject** get_address_of_second_8() { return &___second_8; } inline void set_second_8(RuntimeObject* value) { ___second_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___second_8), (void*)value); } inline static int32_t get_offset_of_U3CU3E3__second_9() { return static_cast(offsetof(U3CUnionIteratorU3Ed__71_1_t02EB1744216A34ECF5B016923BE3986B209313E4, ___U3CU3E3__second_9)); } inline RuntimeObject* get_U3CU3E3__second_9() const { return ___U3CU3E3__second_9; } inline RuntimeObject** get_address_of_U3CU3E3__second_9() { return &___U3CU3E3__second_9; } inline void set_U3CU3E3__second_9(RuntimeObject* value) { ___U3CU3E3__second_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E3__second_9), (void*)value); } inline static int32_t get_offset_of_U3CU3E7__wrap1_10() { return static_cast(offsetof(U3CUnionIteratorU3Ed__71_1_t02EB1744216A34ECF5B016923BE3986B209313E4, ___U3CU3E7__wrap1_10)); } inline RuntimeObject* get_U3CU3E7__wrap1_10() const { return ___U3CU3E7__wrap1_10; } inline RuntimeObject** get_address_of_U3CU3E7__wrap1_10() { return &___U3CU3E7__wrap1_10; } inline void set_U3CU3E7__wrap1_10(RuntimeObject* value) { ___U3CU3E7__wrap1_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E7__wrap1_10), (void*)value); } }; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tD3132CDE19A98160EC17AE2285A89480809DD540 : public RuntimeObject { public: // System.Int32[] System.Collections.Generic.Dictionary`2::buckets Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___buckets_0; // System.Collections.Generic.Dictionary`2/Entry[] System.Collections.Generic.Dictionary`2::entries EntryU5BU5D_t1645413DF833C11DE9C75160EA3B4E91A221D76A* ___entries_1; // System.Int32 System.Collections.Generic.Dictionary`2::count int32_t ___count_2; // System.Int32 System.Collections.Generic.Dictionary`2::version int32_t ___version_3; // System.Int32 System.Collections.Generic.Dictionary`2::freeList int32_t ___freeList_4; // System.Int32 System.Collections.Generic.Dictionary`2::freeCount int32_t ___freeCount_5; // System.Collections.Generic.IEqualityComparer`1 System.Collections.Generic.Dictionary`2::comparer RuntimeObject* ___comparer_6; // System.Collections.Generic.Dictionary`2/KeyCollection System.Collections.Generic.Dictionary`2::keys KeyCollection_tDDA80C74CAF13E16E8DEFB627ABF27D2028AA3BA * ___keys_7; // System.Collections.Generic.Dictionary`2/ValueCollection System.Collections.Generic.Dictionary`2::values ValueCollection_t26D41DB42F17BA307B26DB3B6A126CD86C99DFA0 * ___values_8; // System.Object System.Collections.Generic.Dictionary`2::_syncRoot RuntimeObject * ____syncRoot_9; public: inline static int32_t get_offset_of_buckets_0() { return static_cast(offsetof(Dictionary_2_tD3132CDE19A98160EC17AE2285A89480809DD540, ___buckets_0)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_buckets_0() const { return ___buckets_0; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_buckets_0() { return &___buckets_0; } inline void set_buckets_0(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___buckets_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___buckets_0), (void*)value); } inline static int32_t get_offset_of_entries_1() { return static_cast(offsetof(Dictionary_2_tD3132CDE19A98160EC17AE2285A89480809DD540, ___entries_1)); } inline EntryU5BU5D_t1645413DF833C11DE9C75160EA3B4E91A221D76A* get_entries_1() const { return ___entries_1; } inline EntryU5BU5D_t1645413DF833C11DE9C75160EA3B4E91A221D76A** get_address_of_entries_1() { return &___entries_1; } inline void set_entries_1(EntryU5BU5D_t1645413DF833C11DE9C75160EA3B4E91A221D76A* value) { ___entries_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___entries_1), (void*)value); } inline static int32_t get_offset_of_count_2() { return static_cast(offsetof(Dictionary_2_tD3132CDE19A98160EC17AE2285A89480809DD540, ___count_2)); } inline int32_t get_count_2() const { return ___count_2; } inline int32_t* get_address_of_count_2() { return &___count_2; } inline void set_count_2(int32_t value) { ___count_2 = value; } inline static int32_t get_offset_of_version_3() { return static_cast(offsetof(Dictionary_2_tD3132CDE19A98160EC17AE2285A89480809DD540, ___version_3)); } inline int32_t get_version_3() const { return ___version_3; } inline int32_t* get_address_of_version_3() { return &___version_3; } inline void set_version_3(int32_t value) { ___version_3 = value; } inline static int32_t get_offset_of_freeList_4() { return static_cast(offsetof(Dictionary_2_tD3132CDE19A98160EC17AE2285A89480809DD540, ___freeList_4)); } inline int32_t get_freeList_4() const { return ___freeList_4; } inline int32_t* get_address_of_freeList_4() { return &___freeList_4; } inline void set_freeList_4(int32_t value) { ___freeList_4 = value; } inline static int32_t get_offset_of_freeCount_5() { return static_cast(offsetof(Dictionary_2_tD3132CDE19A98160EC17AE2285A89480809DD540, ___freeCount_5)); } inline int32_t get_freeCount_5() const { return ___freeCount_5; } inline int32_t* get_address_of_freeCount_5() { return &___freeCount_5; } inline void set_freeCount_5(int32_t value) { ___freeCount_5 = value; } inline static int32_t get_offset_of_comparer_6() { return static_cast(offsetof(Dictionary_2_tD3132CDE19A98160EC17AE2285A89480809DD540, ___comparer_6)); } inline RuntimeObject* get_comparer_6() const { return ___comparer_6; } inline RuntimeObject** get_address_of_comparer_6() { return &___comparer_6; } inline void set_comparer_6(RuntimeObject* value) { ___comparer_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___comparer_6), (void*)value); } inline static int32_t get_offset_of_keys_7() { return static_cast(offsetof(Dictionary_2_tD3132CDE19A98160EC17AE2285A89480809DD540, ___keys_7)); } inline KeyCollection_tDDA80C74CAF13E16E8DEFB627ABF27D2028AA3BA * get_keys_7() const { return ___keys_7; } inline KeyCollection_tDDA80C74CAF13E16E8DEFB627ABF27D2028AA3BA ** get_address_of_keys_7() { return &___keys_7; } inline void set_keys_7(KeyCollection_tDDA80C74CAF13E16E8DEFB627ABF27D2028AA3BA * value) { ___keys_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___keys_7), (void*)value); } inline static int32_t get_offset_of_values_8() { return static_cast(offsetof(Dictionary_2_tD3132CDE19A98160EC17AE2285A89480809DD540, ___values_8)); } inline ValueCollection_t26D41DB42F17BA307B26DB3B6A126CD86C99DFA0 * get_values_8() const { return ___values_8; } inline ValueCollection_t26D41DB42F17BA307B26DB3B6A126CD86C99DFA0 ** get_address_of_values_8() { return &___values_8; } inline void set_values_8(ValueCollection_t26D41DB42F17BA307B26DB3B6A126CD86C99DFA0 * value) { ___values_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___values_8), (void*)value); } inline static int32_t get_offset_of__syncRoot_9() { return static_cast(offsetof(Dictionary_2_tD3132CDE19A98160EC17AE2285A89480809DD540, ____syncRoot_9)); } inline RuntimeObject * get__syncRoot_9() const { return ____syncRoot_9; } inline RuntimeObject ** get_address_of__syncRoot_9() { return &____syncRoot_9; } inline void set__syncRoot_9(RuntimeObject * value) { ____syncRoot_9 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_9), (void*)value); } }; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tBF35F5A68A67D19B3685A61CE0EECA8A7DD19DFE : public RuntimeObject { public: // System.Int32[] System.Collections.Generic.Dictionary`2::buckets Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___buckets_0; // System.Collections.Generic.Dictionary`2/Entry[] System.Collections.Generic.Dictionary`2::entries EntryU5BU5D_tE7EC26CB54B2F43A3E6CD64221E2B3B196B1ECB6* ___entries_1; // System.Int32 System.Collections.Generic.Dictionary`2::count int32_t ___count_2; // System.Int32 System.Collections.Generic.Dictionary`2::version int32_t ___version_3; // System.Int32 System.Collections.Generic.Dictionary`2::freeList int32_t ___freeList_4; // System.Int32 System.Collections.Generic.Dictionary`2::freeCount int32_t ___freeCount_5; // System.Collections.Generic.IEqualityComparer`1 System.Collections.Generic.Dictionary`2::comparer RuntimeObject* ___comparer_6; // System.Collections.Generic.Dictionary`2/KeyCollection System.Collections.Generic.Dictionary`2::keys KeyCollection_t957197774A5B992291BD30CAA0D5D9CCFA3DCAE9 * ___keys_7; // System.Collections.Generic.Dictionary`2/ValueCollection System.Collections.Generic.Dictionary`2::values ValueCollection_t4F156062D43207658B90A279DA27086B06D99D96 * ___values_8; // System.Object System.Collections.Generic.Dictionary`2::_syncRoot RuntimeObject * ____syncRoot_9; public: inline static int32_t get_offset_of_buckets_0() { return static_cast(offsetof(Dictionary_2_tBF35F5A68A67D19B3685A61CE0EECA8A7DD19DFE, ___buckets_0)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_buckets_0() const { return ___buckets_0; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_buckets_0() { return &___buckets_0; } inline void set_buckets_0(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___buckets_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___buckets_0), (void*)value); } inline static int32_t get_offset_of_entries_1() { return static_cast(offsetof(Dictionary_2_tBF35F5A68A67D19B3685A61CE0EECA8A7DD19DFE, ___entries_1)); } inline EntryU5BU5D_tE7EC26CB54B2F43A3E6CD64221E2B3B196B1ECB6* get_entries_1() const { return ___entries_1; } inline EntryU5BU5D_tE7EC26CB54B2F43A3E6CD64221E2B3B196B1ECB6** get_address_of_entries_1() { return &___entries_1; } inline void set_entries_1(EntryU5BU5D_tE7EC26CB54B2F43A3E6CD64221E2B3B196B1ECB6* value) { ___entries_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___entries_1), (void*)value); } inline static int32_t get_offset_of_count_2() { return static_cast(offsetof(Dictionary_2_tBF35F5A68A67D19B3685A61CE0EECA8A7DD19DFE, ___count_2)); } inline int32_t get_count_2() const { return ___count_2; } inline int32_t* get_address_of_count_2() { return &___count_2; } inline void set_count_2(int32_t value) { ___count_2 = value; } inline static int32_t get_offset_of_version_3() { return static_cast(offsetof(Dictionary_2_tBF35F5A68A67D19B3685A61CE0EECA8A7DD19DFE, ___version_3)); } inline int32_t get_version_3() const { return ___version_3; } inline int32_t* get_address_of_version_3() { return &___version_3; } inline void set_version_3(int32_t value) { ___version_3 = value; } inline static int32_t get_offset_of_freeList_4() { return static_cast(offsetof(Dictionary_2_tBF35F5A68A67D19B3685A61CE0EECA8A7DD19DFE, ___freeList_4)); } inline int32_t get_freeList_4() const { return ___freeList_4; } inline int32_t* get_address_of_freeList_4() { return &___freeList_4; } inline void set_freeList_4(int32_t value) { ___freeList_4 = value; } inline static int32_t get_offset_of_freeCount_5() { return static_cast(offsetof(Dictionary_2_tBF35F5A68A67D19B3685A61CE0EECA8A7DD19DFE, ___freeCount_5)); } inline int32_t get_freeCount_5() const { return ___freeCount_5; } inline int32_t* get_address_of_freeCount_5() { return &___freeCount_5; } inline void set_freeCount_5(int32_t value) { ___freeCount_5 = value; } inline static int32_t get_offset_of_comparer_6() { return static_cast(offsetof(Dictionary_2_tBF35F5A68A67D19B3685A61CE0EECA8A7DD19DFE, ___comparer_6)); } inline RuntimeObject* get_comparer_6() const { return ___comparer_6; } inline RuntimeObject** get_address_of_comparer_6() { return &___comparer_6; } inline void set_comparer_6(RuntimeObject* value) { ___comparer_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___comparer_6), (void*)value); } inline static int32_t get_offset_of_keys_7() { return static_cast(offsetof(Dictionary_2_tBF35F5A68A67D19B3685A61CE0EECA8A7DD19DFE, ___keys_7)); } inline KeyCollection_t957197774A5B992291BD30CAA0D5D9CCFA3DCAE9 * get_keys_7() const { return ___keys_7; } inline KeyCollection_t957197774A5B992291BD30CAA0D5D9CCFA3DCAE9 ** get_address_of_keys_7() { return &___keys_7; } inline void set_keys_7(KeyCollection_t957197774A5B992291BD30CAA0D5D9CCFA3DCAE9 * value) { ___keys_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___keys_7), (void*)value); } inline static int32_t get_offset_of_values_8() { return static_cast(offsetof(Dictionary_2_tBF35F5A68A67D19B3685A61CE0EECA8A7DD19DFE, ___values_8)); } inline ValueCollection_t4F156062D43207658B90A279DA27086B06D99D96 * get_values_8() const { return ___values_8; } inline ValueCollection_t4F156062D43207658B90A279DA27086B06D99D96 ** get_address_of_values_8() { return &___values_8; } inline void set_values_8(ValueCollection_t4F156062D43207658B90A279DA27086B06D99D96 * value) { ___values_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___values_8), (void*)value); } inline static int32_t get_offset_of__syncRoot_9() { return static_cast(offsetof(Dictionary_2_tBF35F5A68A67D19B3685A61CE0EECA8A7DD19DFE, ____syncRoot_9)); } inline RuntimeObject * get__syncRoot_9() const { return ____syncRoot_9; } inline RuntimeObject ** get_address_of__syncRoot_9() { return &____syncRoot_9; } inline void set__syncRoot_9(RuntimeObject * value) { ____syncRoot_9 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_9), (void*)value); } }; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tBD1E3221EBD04CEBDA49B84779912E91F56B958D : public RuntimeObject { public: // System.Int32[] System.Collections.Generic.Dictionary`2::buckets Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___buckets_0; // System.Collections.Generic.Dictionary`2/Entry[] System.Collections.Generic.Dictionary`2::entries EntryU5BU5D_tA11A27A435DD770DB701FA3C8559ACA8B4E445E7* ___entries_1; // System.Int32 System.Collections.Generic.Dictionary`2::count int32_t ___count_2; // System.Int32 System.Collections.Generic.Dictionary`2::version int32_t ___version_3; // System.Int32 System.Collections.Generic.Dictionary`2::freeList int32_t ___freeList_4; // System.Int32 System.Collections.Generic.Dictionary`2::freeCount int32_t ___freeCount_5; // System.Collections.Generic.IEqualityComparer`1 System.Collections.Generic.Dictionary`2::comparer RuntimeObject* ___comparer_6; // System.Collections.Generic.Dictionary`2/KeyCollection System.Collections.Generic.Dictionary`2::keys KeyCollection_tCA4820F8266AF4059CC5A14888D8195F0D797499 * ___keys_7; // System.Collections.Generic.Dictionary`2/ValueCollection System.Collections.Generic.Dictionary`2::values ValueCollection_t0ACCC25930444F15B1857D00E9FB6021E5842852 * ___values_8; // System.Object System.Collections.Generic.Dictionary`2::_syncRoot RuntimeObject * ____syncRoot_9; public: inline static int32_t get_offset_of_buckets_0() { return static_cast(offsetof(Dictionary_2_tBD1E3221EBD04CEBDA49B84779912E91F56B958D, ___buckets_0)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_buckets_0() const { return ___buckets_0; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_buckets_0() { return &___buckets_0; } inline void set_buckets_0(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___buckets_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___buckets_0), (void*)value); } inline static int32_t get_offset_of_entries_1() { return static_cast(offsetof(Dictionary_2_tBD1E3221EBD04CEBDA49B84779912E91F56B958D, ___entries_1)); } inline EntryU5BU5D_tA11A27A435DD770DB701FA3C8559ACA8B4E445E7* get_entries_1() const { return ___entries_1; } inline EntryU5BU5D_tA11A27A435DD770DB701FA3C8559ACA8B4E445E7** get_address_of_entries_1() { return &___entries_1; } inline void set_entries_1(EntryU5BU5D_tA11A27A435DD770DB701FA3C8559ACA8B4E445E7* value) { ___entries_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___entries_1), (void*)value); } inline static int32_t get_offset_of_count_2() { return static_cast(offsetof(Dictionary_2_tBD1E3221EBD04CEBDA49B84779912E91F56B958D, ___count_2)); } inline int32_t get_count_2() const { return ___count_2; } inline int32_t* get_address_of_count_2() { return &___count_2; } inline void set_count_2(int32_t value) { ___count_2 = value; } inline static int32_t get_offset_of_version_3() { return static_cast(offsetof(Dictionary_2_tBD1E3221EBD04CEBDA49B84779912E91F56B958D, ___version_3)); } inline int32_t get_version_3() const { return ___version_3; } inline int32_t* get_address_of_version_3() { return &___version_3; } inline void set_version_3(int32_t value) { ___version_3 = value; } inline static int32_t get_offset_of_freeList_4() { return static_cast(offsetof(Dictionary_2_tBD1E3221EBD04CEBDA49B84779912E91F56B958D, ___freeList_4)); } inline int32_t get_freeList_4() const { return ___freeList_4; } inline int32_t* get_address_of_freeList_4() { return &___freeList_4; } inline void set_freeList_4(int32_t value) { ___freeList_4 = value; } inline static int32_t get_offset_of_freeCount_5() { return static_cast(offsetof(Dictionary_2_tBD1E3221EBD04CEBDA49B84779912E91F56B958D, ___freeCount_5)); } inline int32_t get_freeCount_5() const { return ___freeCount_5; } inline int32_t* get_address_of_freeCount_5() { return &___freeCount_5; } inline void set_freeCount_5(int32_t value) { ___freeCount_5 = value; } inline static int32_t get_offset_of_comparer_6() { return static_cast(offsetof(Dictionary_2_tBD1E3221EBD04CEBDA49B84779912E91F56B958D, ___comparer_6)); } inline RuntimeObject* get_comparer_6() const { return ___comparer_6; } inline RuntimeObject** get_address_of_comparer_6() { return &___comparer_6; } inline void set_comparer_6(RuntimeObject* value) { ___comparer_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___comparer_6), (void*)value); } inline static int32_t get_offset_of_keys_7() { return static_cast(offsetof(Dictionary_2_tBD1E3221EBD04CEBDA49B84779912E91F56B958D, ___keys_7)); } inline KeyCollection_tCA4820F8266AF4059CC5A14888D8195F0D797499 * get_keys_7() const { return ___keys_7; } inline KeyCollection_tCA4820F8266AF4059CC5A14888D8195F0D797499 ** get_address_of_keys_7() { return &___keys_7; } inline void set_keys_7(KeyCollection_tCA4820F8266AF4059CC5A14888D8195F0D797499 * value) { ___keys_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___keys_7), (void*)value); } inline static int32_t get_offset_of_values_8() { return static_cast(offsetof(Dictionary_2_tBD1E3221EBD04CEBDA49B84779912E91F56B958D, ___values_8)); } inline ValueCollection_t0ACCC25930444F15B1857D00E9FB6021E5842852 * get_values_8() const { return ___values_8; } inline ValueCollection_t0ACCC25930444F15B1857D00E9FB6021E5842852 ** get_address_of_values_8() { return &___values_8; } inline void set_values_8(ValueCollection_t0ACCC25930444F15B1857D00E9FB6021E5842852 * value) { ___values_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___values_8), (void*)value); } inline static int32_t get_offset_of__syncRoot_9() { return static_cast(offsetof(Dictionary_2_tBD1E3221EBD04CEBDA49B84779912E91F56B958D, ____syncRoot_9)); } inline RuntimeObject * get__syncRoot_9() const { return ____syncRoot_9; } inline RuntimeObject ** get_address_of__syncRoot_9() { return &____syncRoot_9; } inline void set__syncRoot_9(RuntimeObject * value) { ____syncRoot_9 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_9), (void*)value); } }; // System.Collections.Generic.EqualityComparer`1 struct EqualityComparer_1_t469B0BBE7B6765C576211BEF8F2803A5AD411A20 : public RuntimeObject { public: public: }; // System.Linq.Enumerable/Iterator`1 struct Iterator_1_t674ABE41CF4096D4BE4D51E21FEBDADBF74CC279 : public RuntimeObject { public: // System.Int32 System.Linq.Enumerable/Iterator`1::threadId int32_t ___threadId_0; // System.Int32 System.Linq.Enumerable/Iterator`1::state int32_t ___state_1; // TSource System.Linq.Enumerable/Iterator`1::current RuntimeObject * ___current_2; public: inline static int32_t get_offset_of_threadId_0() { return static_cast(offsetof(Iterator_1_t674ABE41CF4096D4BE4D51E21FEBDADBF74CC279, ___threadId_0)); } inline int32_t get_threadId_0() const { return ___threadId_0; } inline int32_t* get_address_of_threadId_0() { return &___threadId_0; } inline void set_threadId_0(int32_t value) { ___threadId_0 = value; } inline static int32_t get_offset_of_state_1() { return static_cast(offsetof(Iterator_1_t674ABE41CF4096D4BE4D51E21FEBDADBF74CC279, ___state_1)); } inline int32_t get_state_1() const { return ___state_1; } inline int32_t* get_address_of_state_1() { return &___state_1; } inline void set_state_1(int32_t value) { ___state_1 = value; } inline static int32_t get_offset_of_current_2() { return static_cast(offsetof(Iterator_1_t674ABE41CF4096D4BE4D51E21FEBDADBF74CC279, ___current_2)); } inline RuntimeObject * get_current_2() const { return ___current_2; } inline RuntimeObject ** get_address_of_current_2() { return &___current_2; } inline void set_current_2(RuntimeObject * value) { ___current_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___current_2), (void*)value); } }; // System.Collections.Generic.List`1> struct List_1_tFBF6A022293416BA5AD7B89F3A150C81EF05606E : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items KeyValuePair_2U5BU5D_tA780E964000F617CC6335A0DEC92B09FE0085E1C* ____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; public: inline static int32_t get_offset_of__items_1() { return static_cast(offsetof(List_1_tFBF6A022293416BA5AD7B89F3A150C81EF05606E, ____items_1)); } inline KeyValuePair_2U5BU5D_tA780E964000F617CC6335A0DEC92B09FE0085E1C* get__items_1() const { return ____items_1; } inline KeyValuePair_2U5BU5D_tA780E964000F617CC6335A0DEC92B09FE0085E1C** get_address_of__items_1() { return &____items_1; } inline void set__items_1(KeyValuePair_2U5BU5D_tA780E964000F617CC6335A0DEC92B09FE0085E1C* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____items_1), (void*)value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_tFBF6A022293416BA5AD7B89F3A150C81EF05606E, ____size_2)); } inline int32_t get__size_2() const { return ____size_2; } inline int32_t* get_address_of__size_2() { return &____size_2; } inline void set__size_2(int32_t value) { ____size_2 = value; } inline static int32_t get_offset_of__version_3() { return static_cast(offsetof(List_1_tFBF6A022293416BA5AD7B89F3A150C81EF05606E, ____version_3)); } inline int32_t get__version_3() const { return ____version_3; } inline int32_t* get_address_of__version_3() { return &____version_3; } inline void set__version_3(int32_t value) { ____version_3 = value; } inline static int32_t get_offset_of__syncRoot_4() { return static_cast(offsetof(List_1_tFBF6A022293416BA5AD7B89F3A150C81EF05606E, ____syncRoot_4)); } inline RuntimeObject * get__syncRoot_4() const { return ____syncRoot_4; } inline RuntimeObject ** get_address_of__syncRoot_4() { return &____syncRoot_4; } inline void set__syncRoot_4(RuntimeObject * value) { ____syncRoot_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_4), (void*)value); } }; // System.Collections.Generic.List`1 struct List_1_tE21C42BE31D35DD3ECF3322C6CA057E27A81B4D5 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items Color32U5BU5D_t7FEB526973BF84608073B85CF2D581427F0235E2* ____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; public: inline static int32_t get_offset_of__items_1() { return static_cast(offsetof(List_1_tE21C42BE31D35DD3ECF3322C6CA057E27A81B4D5, ____items_1)); } inline Color32U5BU5D_t7FEB526973BF84608073B85CF2D581427F0235E2* get__items_1() const { return ____items_1; } inline Color32U5BU5D_t7FEB526973BF84608073B85CF2D581427F0235E2** get_address_of__items_1() { return &____items_1; } inline void set__items_1(Color32U5BU5D_t7FEB526973BF84608073B85CF2D581427F0235E2* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____items_1), (void*)value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_tE21C42BE31D35DD3ECF3322C6CA057E27A81B4D5, ____size_2)); } inline int32_t get__size_2() const { return ____size_2; } inline int32_t* get_address_of__size_2() { return &____size_2; } inline void set__size_2(int32_t value) { ____size_2 = value; } inline static int32_t get_offset_of__version_3() { return static_cast(offsetof(List_1_tE21C42BE31D35DD3ECF3322C6CA057E27A81B4D5, ____version_3)); } inline int32_t get__version_3() const { return ____version_3; } inline int32_t* get_address_of__version_3() { return &____version_3; } inline void set__version_3(int32_t value) { ____version_3 = value; } inline static int32_t get_offset_of__syncRoot_4() { return static_cast(offsetof(List_1_tE21C42BE31D35DD3ECF3322C6CA057E27A81B4D5, ____syncRoot_4)); } inline RuntimeObject * get__syncRoot_4() const { return ____syncRoot_4; } inline RuntimeObject ** get_address_of__syncRoot_4() { return &____syncRoot_4; } inline void set__syncRoot_4(RuntimeObject * value) { ____syncRoot_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_4), (void*)value); } }; // System.Collections.Generic.List`1 struct List_1_tA3929E98F6AC5A6E95EF799D2E3294F214358C0F : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items ComponentU5BU5D_t181D1A0F31BD71963DE10ADB58D85A11E19FFF4A* ____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; public: inline static int32_t get_offset_of__items_1() { return static_cast(offsetof(List_1_tA3929E98F6AC5A6E95EF799D2E3294F214358C0F, ____items_1)); } inline ComponentU5BU5D_t181D1A0F31BD71963DE10ADB58D85A11E19FFF4A* get__items_1() const { return ____items_1; } inline ComponentU5BU5D_t181D1A0F31BD71963DE10ADB58D85A11E19FFF4A** get_address_of__items_1() { return &____items_1; } inline void set__items_1(ComponentU5BU5D_t181D1A0F31BD71963DE10ADB58D85A11E19FFF4A* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____items_1), (void*)value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_tA3929E98F6AC5A6E95EF799D2E3294F214358C0F, ____size_2)); } inline int32_t get__size_2() const { return ____size_2; } inline int32_t* get_address_of__size_2() { return &____size_2; } inline void set__size_2(int32_t value) { ____size_2 = value; } inline static int32_t get_offset_of__version_3() { return static_cast(offsetof(List_1_tA3929E98F6AC5A6E95EF799D2E3294F214358C0F, ____version_3)); } inline int32_t get__version_3() const { return ____version_3; } inline int32_t* get_address_of__version_3() { return &____version_3; } inline void set__version_3(int32_t value) { ____version_3 = value; } inline static int32_t get_offset_of__syncRoot_4() { return static_cast(offsetof(List_1_tA3929E98F6AC5A6E95EF799D2E3294F214358C0F, ____syncRoot_4)); } inline RuntimeObject * get__syncRoot_4() const { return ____syncRoot_4; } inline RuntimeObject ** get_address_of__syncRoot_4() { return &____syncRoot_4; } inline void set__syncRoot_4(RuntimeObject * value) { ____syncRoot_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_4), (void*)value); } }; // System.Collections.Generic.List`1 struct List_1_t9F9214BCC9E2E91710F684F76185A72C087B90F5 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items IEventSystemHandlerU5BU5D_tE4DAB3CFD6AE3EC24B88B3595771D0425A976B87* ____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; public: inline static int32_t get_offset_of__items_1() { return static_cast(offsetof(List_1_t9F9214BCC9E2E91710F684F76185A72C087B90F5, ____items_1)); } inline IEventSystemHandlerU5BU5D_tE4DAB3CFD6AE3EC24B88B3595771D0425A976B87* get__items_1() const { return ____items_1; } inline IEventSystemHandlerU5BU5D_tE4DAB3CFD6AE3EC24B88B3595771D0425A976B87** get_address_of__items_1() { return &____items_1; } inline void set__items_1(IEventSystemHandlerU5BU5D_tE4DAB3CFD6AE3EC24B88B3595771D0425A976B87* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____items_1), (void*)value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t9F9214BCC9E2E91710F684F76185A72C087B90F5, ____size_2)); } inline int32_t get__size_2() const { return ____size_2; } inline int32_t* get_address_of__size_2() { return &____size_2; } inline void set__size_2(int32_t value) { ____size_2 = value; } inline static int32_t get_offset_of__version_3() { return static_cast(offsetof(List_1_t9F9214BCC9E2E91710F684F76185A72C087B90F5, ____version_3)); } inline int32_t get__version_3() const { return ____version_3; } inline int32_t* get_address_of__version_3() { return &____version_3; } inline void set__version_3(int32_t value) { ____version_3 = value; } inline static int32_t get_offset_of__syncRoot_4() { return static_cast(offsetof(List_1_t9F9214BCC9E2E91710F684F76185A72C087B90F5, ____syncRoot_4)); } inline RuntimeObject * get__syncRoot_4() const { return ____syncRoot_4; } inline RuntimeObject ** get_address_of__syncRoot_4() { return &____syncRoot_4; } inline void set__syncRoot_4(RuntimeObject * value) { ____syncRoot_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_4), (void*)value); } }; // System.Collections.Generic.List`1 struct List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ____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; public: inline static int32_t get_offset_of__items_1() { return static_cast(offsetof(List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7, ____items_1)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get__items_1() const { return ____items_1; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of__items_1() { return &____items_1; } inline void set__items_1(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____items_1), (void*)value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7, ____size_2)); } inline int32_t get__size_2() const { return ____size_2; } inline int32_t* get_address_of__size_2() { return &____size_2; } inline void set__size_2(int32_t value) { ____size_2 = value; } inline static int32_t get_offset_of__version_3() { return static_cast(offsetof(List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7, ____version_3)); } inline int32_t get__version_3() const { return ____version_3; } inline int32_t* get_address_of__version_3() { return &____version_3; } inline void set__version_3(int32_t value) { ____version_3 = value; } inline static int32_t get_offset_of__syncRoot_4() { return static_cast(offsetof(List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7, ____syncRoot_4)); } inline RuntimeObject * get__syncRoot_4() const { return ____syncRoot_4; } inline RuntimeObject ** get_address_of__syncRoot_4() { return &____syncRoot_4; } inline void set__syncRoot_4(RuntimeObject * value) { ____syncRoot_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_4), (void*)value); } }; // System.Collections.Generic.List`1 struct List_1_tCBF5EB99F2E538DCB47A8C835DD4B9C024879393 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items NameAndParametersU5BU5D_t960DDB52F44DD1231B0C626E9C859F1E0B2F5EAD* ____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; public: inline static int32_t get_offset_of__items_1() { return static_cast(offsetof(List_1_tCBF5EB99F2E538DCB47A8C835DD4B9C024879393, ____items_1)); } inline NameAndParametersU5BU5D_t960DDB52F44DD1231B0C626E9C859F1E0B2F5EAD* get__items_1() const { return ____items_1; } inline NameAndParametersU5BU5D_t960DDB52F44DD1231B0C626E9C859F1E0B2F5EAD** get_address_of__items_1() { return &____items_1; } inline void set__items_1(NameAndParametersU5BU5D_t960DDB52F44DD1231B0C626E9C859F1E0B2F5EAD* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____items_1), (void*)value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_tCBF5EB99F2E538DCB47A8C835DD4B9C024879393, ____size_2)); } inline int32_t get__size_2() const { return ____size_2; } inline int32_t* get_address_of__size_2() { return &____size_2; } inline void set__size_2(int32_t value) { ____size_2 = value; } inline static int32_t get_offset_of__version_3() { return static_cast(offsetof(List_1_tCBF5EB99F2E538DCB47A8C835DD4B9C024879393, ____version_3)); } inline int32_t get__version_3() const { return ____version_3; } inline int32_t* get_address_of__version_3() { return &____version_3; } inline void set__version_3(int32_t value) { ____version_3 = value; } inline static int32_t get_offset_of__syncRoot_4() { return static_cast(offsetof(List_1_tCBF5EB99F2E538DCB47A8C835DD4B9C024879393, ____syncRoot_4)); } inline RuntimeObject * get__syncRoot_4() const { return ____syncRoot_4; } inline RuntimeObject ** get_address_of__syncRoot_4() { return &____syncRoot_4; } inline void set__syncRoot_4(RuntimeObject * value) { ____syncRoot_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_4), (void*)value); } }; // System.Collections.Generic.List`1 struct List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ____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; public: inline static int32_t get_offset_of__items_1() { return static_cast(offsetof(List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5, ____items_1)); } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* get__items_1() const { return ____items_1; } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** get_address_of__items_1() { return &____items_1; } inline void set__items_1(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____items_1), (void*)value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5, ____size_2)); } inline int32_t get__size_2() const { return ____size_2; } inline int32_t* get_address_of__size_2() { return &____size_2; } inline void set__size_2(int32_t value) { ____size_2 = value; } inline static int32_t get_offset_of__version_3() { return static_cast(offsetof(List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5, ____version_3)); } inline int32_t get__version_3() const { return ____version_3; } inline int32_t* get_address_of__version_3() { return &____version_3; } inline void set__version_3(int32_t value) { ____version_3 = value; } inline static int32_t get_offset_of__syncRoot_4() { return static_cast(offsetof(List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5, ____syncRoot_4)); } inline RuntimeObject * get__syncRoot_4() const { return ____syncRoot_4; } inline RuntimeObject ** get_address_of__syncRoot_4() { return &____syncRoot_4; } inline void set__syncRoot_4(RuntimeObject * value) { ____syncRoot_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_4), (void*)value); } }; // System.Collections.Generic.List`1 struct List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ____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; public: inline static int32_t get_offset_of__items_1() { return static_cast(offsetof(List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3, ____items_1)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get__items_1() const { return ____items_1; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of__items_1() { return &____items_1; } inline void set__items_1(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____items_1), (void*)value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3, ____size_2)); } inline int32_t get__size_2() const { return ____size_2; } inline int32_t* get_address_of__size_2() { return &____size_2; } inline void set__size_2(int32_t value) { ____size_2 = value; } inline static int32_t get_offset_of__version_3() { return static_cast(offsetof(List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3, ____version_3)); } inline int32_t get__version_3() const { return ____version_3; } inline int32_t* get_address_of__version_3() { return &____version_3; } inline void set__version_3(int32_t value) { ____version_3 = value; } inline static int32_t get_offset_of__syncRoot_4() { return static_cast(offsetof(List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3, ____syncRoot_4)); } inline RuntimeObject * get__syncRoot_4() const { return ____syncRoot_4; } inline RuntimeObject ** get_address_of__syncRoot_4() { return &____syncRoot_4; } inline void set__syncRoot_4(RuntimeObject * value) { ____syncRoot_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_4), (void*)value); } }; // System.Collections.Generic.List`1 struct List_1_t27D7842CA3FD659C9BE64845F118C2590EE2D2C0 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items TransformU5BU5D_t7821C0520CC567C0A069329C01AE9C058C7E3F1D* ____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; public: inline static int32_t get_offset_of__items_1() { return static_cast(offsetof(List_1_t27D7842CA3FD659C9BE64845F118C2590EE2D2C0, ____items_1)); } inline TransformU5BU5D_t7821C0520CC567C0A069329C01AE9C058C7E3F1D* get__items_1() const { return ____items_1; } inline TransformU5BU5D_t7821C0520CC567C0A069329C01AE9C058C7E3F1D** get_address_of__items_1() { return &____items_1; } inline void set__items_1(TransformU5BU5D_t7821C0520CC567C0A069329C01AE9C058C7E3F1D* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____items_1), (void*)value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t27D7842CA3FD659C9BE64845F118C2590EE2D2C0, ____size_2)); } inline int32_t get__size_2() const { return ____size_2; } inline int32_t* get_address_of__size_2() { return &____size_2; } inline void set__size_2(int32_t value) { ____size_2 = value; } inline static int32_t get_offset_of__version_3() { return static_cast(offsetof(List_1_t27D7842CA3FD659C9BE64845F118C2590EE2D2C0, ____version_3)); } inline int32_t get__version_3() const { return ____version_3; } inline int32_t* get_address_of__version_3() { return &____version_3; } inline void set__version_3(int32_t value) { ____version_3 = value; } inline static int32_t get_offset_of__syncRoot_4() { return static_cast(offsetof(List_1_t27D7842CA3FD659C9BE64845F118C2590EE2D2C0, ____syncRoot_4)); } inline RuntimeObject * get__syncRoot_4() const { return ____syncRoot_4; } inline RuntimeObject ** get_address_of__syncRoot_4() { return &____syncRoot_4; } inline void set__syncRoot_4(RuntimeObject * value) { ____syncRoot_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_4), (void*)value); } }; // System.Collections.Generic.List`1 struct List_1_t400048180333F4A09A4A727C9A666AA5D2BB27A9 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA* ____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; public: inline static int32_t get_offset_of__items_1() { return static_cast(offsetof(List_1_t400048180333F4A09A4A727C9A666AA5D2BB27A9, ____items_1)); } inline Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA* get__items_1() const { return ____items_1; } inline Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA** get_address_of__items_1() { return &____items_1; } inline void set__items_1(Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____items_1), (void*)value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t400048180333F4A09A4A727C9A666AA5D2BB27A9, ____size_2)); } inline int32_t get__size_2() const { return ____size_2; } inline int32_t* get_address_of__size_2() { return &____size_2; } inline void set__size_2(int32_t value) { ____size_2 = value; } inline static int32_t get_offset_of__version_3() { return static_cast(offsetof(List_1_t400048180333F4A09A4A727C9A666AA5D2BB27A9, ____version_3)); } inline int32_t get__version_3() const { return ____version_3; } inline int32_t* get_address_of__version_3() { return &____version_3; } inline void set__version_3(int32_t value) { ____version_3 = value; } inline static int32_t get_offset_of__syncRoot_4() { return static_cast(offsetof(List_1_t400048180333F4A09A4A727C9A666AA5D2BB27A9, ____syncRoot_4)); } inline RuntimeObject * get__syncRoot_4() const { return ____syncRoot_4; } inline RuntimeObject ** get_address_of__syncRoot_4() { return &____syncRoot_4; } inline void set__syncRoot_4(RuntimeObject * value) { ____syncRoot_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_4), (void*)value); } }; // System.Collections.Generic.List`1 struct List_1_t577D28CFF6DFE3F6A8D4409F7A21CBF513C04181 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* ____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; public: inline static int32_t get_offset_of__items_1() { return static_cast(offsetof(List_1_t577D28CFF6DFE3F6A8D4409F7A21CBF513C04181, ____items_1)); } inline Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* get__items_1() const { return ____items_1; } inline Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4** get_address_of__items_1() { return &____items_1; } inline void set__items_1(Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____items_1), (void*)value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t577D28CFF6DFE3F6A8D4409F7A21CBF513C04181, ____size_2)); } inline int32_t get__size_2() const { return ____size_2; } inline int32_t* get_address_of__size_2() { return &____size_2; } inline void set__size_2(int32_t value) { ____size_2 = value; } inline static int32_t get_offset_of__version_3() { return static_cast(offsetof(List_1_t577D28CFF6DFE3F6A8D4409F7A21CBF513C04181, ____version_3)); } inline int32_t get__version_3() const { return ____version_3; } inline int32_t* get_address_of__version_3() { return &____version_3; } inline void set__version_3(int32_t value) { ____version_3 = value; } inline static int32_t get_offset_of__syncRoot_4() { return static_cast(offsetof(List_1_t577D28CFF6DFE3F6A8D4409F7A21CBF513C04181, ____syncRoot_4)); } inline RuntimeObject * get__syncRoot_4() const { return ____syncRoot_4; } inline RuntimeObject ** get_address_of__syncRoot_4() { return &____syncRoot_4; } inline void set__syncRoot_4(RuntimeObject * value) { ____syncRoot_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_4), (void*)value); } }; // System.Collections.Generic.List`1 struct List_1_t14D5F8426BD7087A7AEB49D4DE3DEF404C8BE65A : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items Vector4U5BU5D_tCE72D928AA6FF1852BAC5E4396F6F0131ED11871* ____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; public: inline static int32_t get_offset_of__items_1() { return static_cast(offsetof(List_1_t14D5F8426BD7087A7AEB49D4DE3DEF404C8BE65A, ____items_1)); } inline Vector4U5BU5D_tCE72D928AA6FF1852BAC5E4396F6F0131ED11871* get__items_1() const { return ____items_1; } inline Vector4U5BU5D_tCE72D928AA6FF1852BAC5E4396F6F0131ED11871** get_address_of__items_1() { return &____items_1; } inline void set__items_1(Vector4U5BU5D_tCE72D928AA6FF1852BAC5E4396F6F0131ED11871* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____items_1), (void*)value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t14D5F8426BD7087A7AEB49D4DE3DEF404C8BE65A, ____size_2)); } inline int32_t get__size_2() const { return ____size_2; } inline int32_t* get_address_of__size_2() { return &____size_2; } inline void set__size_2(int32_t value) { ____size_2 = value; } inline static int32_t get_offset_of__version_3() { return static_cast(offsetof(List_1_t14D5F8426BD7087A7AEB49D4DE3DEF404C8BE65A, ____version_3)); } inline int32_t get__version_3() const { return ____version_3; } inline int32_t* get_address_of__version_3() { return &____version_3; } inline void set__version_3(int32_t value) { ____version_3 = value; } inline static int32_t get_offset_of__syncRoot_4() { return static_cast(offsetof(List_1_t14D5F8426BD7087A7AEB49D4DE3DEF404C8BE65A, ____syncRoot_4)); } inline RuntimeObject * get__syncRoot_4() const { return ____syncRoot_4; } inline RuntimeObject ** get_address_of__syncRoot_4() { return &____syncRoot_4; } inline void set__syncRoot_4(RuntimeObject * value) { ____syncRoot_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_4), (void*)value); } }; // System.Collections.Generic.List`1 struct List_1_tB7B59A258A4A84FCB5A2CC59F934C8B230EA963F : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items ControlItemU5BU5D_t534859CA6A52E2EC9DDDCA52FE280E8D5CD598DB* ____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; public: inline static int32_t get_offset_of__items_1() { return static_cast(offsetof(List_1_tB7B59A258A4A84FCB5A2CC59F934C8B230EA963F, ____items_1)); } inline ControlItemU5BU5D_t534859CA6A52E2EC9DDDCA52FE280E8D5CD598DB* get__items_1() const { return ____items_1; } inline ControlItemU5BU5D_t534859CA6A52E2EC9DDDCA52FE280E8D5CD598DB** get_address_of__items_1() { return &____items_1; } inline void set__items_1(ControlItemU5BU5D_t534859CA6A52E2EC9DDDCA52FE280E8D5CD598DB* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____items_1), (void*)value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_tB7B59A258A4A84FCB5A2CC59F934C8B230EA963F, ____size_2)); } inline int32_t get__size_2() const { return ____size_2; } inline int32_t* get_address_of__size_2() { return &____size_2; } inline void set__size_2(int32_t value) { ____size_2 = value; } inline static int32_t get_offset_of__version_3() { return static_cast(offsetof(List_1_tB7B59A258A4A84FCB5A2CC59F934C8B230EA963F, ____version_3)); } inline int32_t get__version_3() const { return ____version_3; } inline int32_t* get_address_of__version_3() { return &____version_3; } inline void set__version_3(int32_t value) { ____version_3 = value; } inline static int32_t get_offset_of__syncRoot_4() { return static_cast(offsetof(List_1_tB7B59A258A4A84FCB5A2CC59F934C8B230EA963F, ____syncRoot_4)); } inline RuntimeObject * get__syncRoot_4() const { return ____syncRoot_4; } inline RuntimeObject ** get_address_of__syncRoot_4() { return &____syncRoot_4; } inline void set__syncRoot_4(RuntimeObject * value) { ____syncRoot_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_4), (void*)value); } }; // UnityEngine.UI.ObjectPool`1> struct ObjectPool_1_t7DE371FC4173D0882831B9DD0945CA448A3BAB31 : public RuntimeObject { public: // System.Collections.Generic.Stack`1 UnityEngine.UI.ObjectPool`1::m_Stack Stack_1_tEFEF2109EAE81A623A72FDC62078058CAF67F607 * ___m_Stack_0; // UnityEngine.Events.UnityAction`1 UnityEngine.UI.ObjectPool`1::m_ActionOnGet UnityAction_1_t8D34C3B1AAE77ABD773ADF63AFE7424D776E01B0 * ___m_ActionOnGet_1; // UnityEngine.Events.UnityAction`1 UnityEngine.UI.ObjectPool`1::m_ActionOnRelease UnityAction_1_t8D34C3B1AAE77ABD773ADF63AFE7424D776E01B0 * ___m_ActionOnRelease_2; // System.Int32 UnityEngine.UI.ObjectPool`1::k__BackingField int32_t ___U3CcountAllU3Ek__BackingField_3; public: inline static int32_t get_offset_of_m_Stack_0() { return static_cast(offsetof(ObjectPool_1_t7DE371FC4173D0882831B9DD0945CA448A3BAB31, ___m_Stack_0)); } inline Stack_1_tEFEF2109EAE81A623A72FDC62078058CAF67F607 * get_m_Stack_0() const { return ___m_Stack_0; } inline Stack_1_tEFEF2109EAE81A623A72FDC62078058CAF67F607 ** get_address_of_m_Stack_0() { return &___m_Stack_0; } inline void set_m_Stack_0(Stack_1_tEFEF2109EAE81A623A72FDC62078058CAF67F607 * value) { ___m_Stack_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Stack_0), (void*)value); } inline static int32_t get_offset_of_m_ActionOnGet_1() { return static_cast(offsetof(ObjectPool_1_t7DE371FC4173D0882831B9DD0945CA448A3BAB31, ___m_ActionOnGet_1)); } inline UnityAction_1_t8D34C3B1AAE77ABD773ADF63AFE7424D776E01B0 * get_m_ActionOnGet_1() const { return ___m_ActionOnGet_1; } inline UnityAction_1_t8D34C3B1AAE77ABD773ADF63AFE7424D776E01B0 ** get_address_of_m_ActionOnGet_1() { return &___m_ActionOnGet_1; } inline void set_m_ActionOnGet_1(UnityAction_1_t8D34C3B1AAE77ABD773ADF63AFE7424D776E01B0 * value) { ___m_ActionOnGet_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_ActionOnGet_1), (void*)value); } inline static int32_t get_offset_of_m_ActionOnRelease_2() { return static_cast(offsetof(ObjectPool_1_t7DE371FC4173D0882831B9DD0945CA448A3BAB31, ___m_ActionOnRelease_2)); } inline UnityAction_1_t8D34C3B1AAE77ABD773ADF63AFE7424D776E01B0 * get_m_ActionOnRelease_2() const { return ___m_ActionOnRelease_2; } inline UnityAction_1_t8D34C3B1AAE77ABD773ADF63AFE7424D776E01B0 ** get_address_of_m_ActionOnRelease_2() { return &___m_ActionOnRelease_2; } inline void set_m_ActionOnRelease_2(UnityAction_1_t8D34C3B1AAE77ABD773ADF63AFE7424D776E01B0 * value) { ___m_ActionOnRelease_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_ActionOnRelease_2), (void*)value); } inline static int32_t get_offset_of_U3CcountAllU3Ek__BackingField_3() { return static_cast(offsetof(ObjectPool_1_t7DE371FC4173D0882831B9DD0945CA448A3BAB31, ___U3CcountAllU3Ek__BackingField_3)); } inline int32_t get_U3CcountAllU3Ek__BackingField_3() const { return ___U3CcountAllU3Ek__BackingField_3; } inline int32_t* get_address_of_U3CcountAllU3Ek__BackingField_3() { return &___U3CcountAllU3Ek__BackingField_3; } inline void set_U3CcountAllU3Ek__BackingField_3(int32_t value) { ___U3CcountAllU3Ek__BackingField_3 = value; } }; // UnityEngine.InputSystem.Utilities.Observer`1 struct Observer_1_tCC0FD358EFE6BB61DF1DFCC5A20A722D06D73658 : public RuntimeObject { public: // System.Action`1 UnityEngine.InputSystem.Utilities.Observer`1::m_OnNext Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * ___m_OnNext_0; // System.Action UnityEngine.InputSystem.Utilities.Observer`1::m_OnCompleted Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * ___m_OnCompleted_1; public: inline static int32_t get_offset_of_m_OnNext_0() { return static_cast(offsetof(Observer_1_tCC0FD358EFE6BB61DF1DFCC5A20A722D06D73658, ___m_OnNext_0)); } inline Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * get_m_OnNext_0() const { return ___m_OnNext_0; } inline Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC ** get_address_of_m_OnNext_0() { return &___m_OnNext_0; } inline void set_m_OnNext_0(Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * value) { ___m_OnNext_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_OnNext_0), (void*)value); } inline static int32_t get_offset_of_m_OnCompleted_1() { return static_cast(offsetof(Observer_1_tCC0FD358EFE6BB61DF1DFCC5A20A722D06D73658, ___m_OnCompleted_1)); } inline Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * get_m_OnCompleted_1() const { return ___m_OnCompleted_1; } inline Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 ** get_address_of_m_OnCompleted_1() { return &___m_OnCompleted_1; } inline void set_m_OnCompleted_1(Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * value) { ___m_OnCompleted_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_OnCompleted_1), (void*)value); } }; // UnityEngine.InputSystem.Utilities.SelectManyObservable`2 struct SelectManyObservable_2_t4145BC0936790A96AA6FB2E74C2BB691335D1219 : public RuntimeObject { public: // System.IObservable`1 UnityEngine.InputSystem.Utilities.SelectManyObservable`2::m_Source RuntimeObject* ___m_Source_0; // System.Func`2> UnityEngine.InputSystem.Utilities.SelectManyObservable`2::m_Filter Func_2_tD457CA07229B6835F9D0AB141D4F1A7455A8AF29 * ___m_Filter_1; public: inline static int32_t get_offset_of_m_Source_0() { return static_cast(offsetof(SelectManyObservable_2_t4145BC0936790A96AA6FB2E74C2BB691335D1219, ___m_Source_0)); } inline RuntimeObject* get_m_Source_0() const { return ___m_Source_0; } inline RuntimeObject** get_address_of_m_Source_0() { return &___m_Source_0; } inline void set_m_Source_0(RuntimeObject* value) { ___m_Source_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Source_0), (void*)value); } inline static int32_t get_offset_of_m_Filter_1() { return static_cast(offsetof(SelectManyObservable_2_t4145BC0936790A96AA6FB2E74C2BB691335D1219, ___m_Filter_1)); } inline Func_2_tD457CA07229B6835F9D0AB141D4F1A7455A8AF29 * get_m_Filter_1() const { return ___m_Filter_1; } inline Func_2_tD457CA07229B6835F9D0AB141D4F1A7455A8AF29 ** get_address_of_m_Filter_1() { return &___m_Filter_1; } inline void set_m_Filter_1(Func_2_tD457CA07229B6835F9D0AB141D4F1A7455A8AF29 * value) { ___m_Filter_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Filter_1), (void*)value); } }; // UnityEngine.InputSystem.LowLevel.SelectObservable`2 struct SelectObservable_2_t9D0E8B2CDD370FB38351BC059E895A8ABB78C6F0 : public RuntimeObject { public: // System.IObservable`1 UnityEngine.InputSystem.LowLevel.SelectObservable`2::m_Source RuntimeObject* ___m_Source_0; // System.Func`2 UnityEngine.InputSystem.LowLevel.SelectObservable`2::m_Filter Func_2_t469A17D5D5D683C1A9B916A191550BC58A2409F0 * ___m_Filter_1; public: inline static int32_t get_offset_of_m_Source_0() { return static_cast(offsetof(SelectObservable_2_t9D0E8B2CDD370FB38351BC059E895A8ABB78C6F0, ___m_Source_0)); } inline RuntimeObject* get_m_Source_0() const { return ___m_Source_0; } inline RuntimeObject** get_address_of_m_Source_0() { return &___m_Source_0; } inline void set_m_Source_0(RuntimeObject* value) { ___m_Source_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Source_0), (void*)value); } inline static int32_t get_offset_of_m_Filter_1() { return static_cast(offsetof(SelectObservable_2_t9D0E8B2CDD370FB38351BC059E895A8ABB78C6F0, ___m_Filter_1)); } inline Func_2_t469A17D5D5D683C1A9B916A191550BC58A2409F0 * get_m_Filter_1() const { return ___m_Filter_1; } inline Func_2_t469A17D5D5D683C1A9B916A191550BC58A2409F0 ** get_address_of_m_Filter_1() { return &___m_Filter_1; } inline void set_m_Filter_1(Func_2_t469A17D5D5D683C1A9B916A191550BC58A2409F0 * value) { ___m_Filter_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Filter_1), (void*)value); } }; // UnityEngine.InputSystem.LowLevel.SelectObservable`2 struct SelectObservable_2_t3D788108136DDB20F2EEA4059403B6B908F67B82 : public RuntimeObject { public: // System.IObservable`1 UnityEngine.InputSystem.LowLevel.SelectObservable`2::m_Source RuntimeObject* ___m_Source_0; // System.Func`2 UnityEngine.InputSystem.LowLevel.SelectObservable`2::m_Filter Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * ___m_Filter_1; public: inline static int32_t get_offset_of_m_Source_0() { return static_cast(offsetof(SelectObservable_2_t3D788108136DDB20F2EEA4059403B6B908F67B82, ___m_Source_0)); } inline RuntimeObject* get_m_Source_0() const { return ___m_Source_0; } inline RuntimeObject** get_address_of_m_Source_0() { return &___m_Source_0; } inline void set_m_Source_0(RuntimeObject* value) { ___m_Source_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Source_0), (void*)value); } inline static int32_t get_offset_of_m_Filter_1() { return static_cast(offsetof(SelectObservable_2_t3D788108136DDB20F2EEA4059403B6B908F67B82, ___m_Filter_1)); } inline Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * get_m_Filter_1() const { return ___m_Filter_1; } inline Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 ** get_address_of_m_Filter_1() { return &___m_Filter_1; } inline void set_m_Filter_1(Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * value) { ___m_Filter_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Filter_1), (void*)value); } }; // UnityEngine.InputSystem.Utilities.TakeNObservable`1 struct TakeNObservable_1_t614B8AE7DCAE53575984845C697A47D4D791580D : public RuntimeObject { public: // System.IObservable`1 UnityEngine.InputSystem.Utilities.TakeNObservable`1::m_Source RuntimeObject* ___m_Source_0; // System.Int32 UnityEngine.InputSystem.Utilities.TakeNObservable`1::m_Count int32_t ___m_Count_1; public: inline static int32_t get_offset_of_m_Source_0() { return static_cast(offsetof(TakeNObservable_1_t614B8AE7DCAE53575984845C697A47D4D791580D, ___m_Source_0)); } inline RuntimeObject* get_m_Source_0() const { return ___m_Source_0; } inline RuntimeObject** get_address_of_m_Source_0() { return &___m_Source_0; } inline void set_m_Source_0(RuntimeObject* value) { ___m_Source_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Source_0), (void*)value); } inline static int32_t get_offset_of_m_Count_1() { return static_cast(offsetof(TakeNObservable_1_t614B8AE7DCAE53575984845C697A47D4D791580D, ___m_Count_1)); } inline int32_t get_m_Count_1() const { return ___m_Count_1; } inline int32_t* get_address_of_m_Count_1() { return &___m_Count_1; } inline void set_m_Count_1(int32_t value) { ___m_Count_1 = value; } }; // UnityEngine.InputSystem.Utilities.WhereObservable`1 struct WhereObservable_1_t36D963808BB5D3A64EB26C52708AD22FCEAF8B3C : public RuntimeObject { public: // System.IObservable`1 UnityEngine.InputSystem.Utilities.WhereObservable`1::m_Source RuntimeObject* ___m_Source_0; // System.Func`2 UnityEngine.InputSystem.Utilities.WhereObservable`1::m_Predicate Func_2_t99409DECFF50F0FA9B427C863AC6C99C66E6F9F8 * ___m_Predicate_1; public: inline static int32_t get_offset_of_m_Source_0() { return static_cast(offsetof(WhereObservable_1_t36D963808BB5D3A64EB26C52708AD22FCEAF8B3C, ___m_Source_0)); } inline RuntimeObject* get_m_Source_0() const { return ___m_Source_0; } inline RuntimeObject** get_address_of_m_Source_0() { return &___m_Source_0; } inline void set_m_Source_0(RuntimeObject* value) { ___m_Source_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Source_0), (void*)value); } inline static int32_t get_offset_of_m_Predicate_1() { return static_cast(offsetof(WhereObservable_1_t36D963808BB5D3A64EB26C52708AD22FCEAF8B3C, ___m_Predicate_1)); } inline Func_2_t99409DECFF50F0FA9B427C863AC6C99C66E6F9F8 * get_m_Predicate_1() const { return ___m_Predicate_1; } inline Func_2_t99409DECFF50F0FA9B427C863AC6C99C66E6F9F8 ** get_address_of_m_Predicate_1() { return &___m_Predicate_1; } inline void set_m_Predicate_1(Func_2_t99409DECFF50F0FA9B427C863AC6C99C66E6F9F8 * value) { ___m_Predicate_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Predicate_1), (void*)value); } }; // UnityEngine.EventSystems.AbstractEventData struct AbstractEventData_tA0B5065DE3430C0031ADE061668E1C7073D718DF : public RuntimeObject { public: // System.Boolean UnityEngine.EventSystems.AbstractEventData::m_Used bool ___m_Used_0; public: inline static int32_t get_offset_of_m_Used_0() { return static_cast(offsetof(AbstractEventData_tA0B5065DE3430C0031ADE061668E1C7073D718DF, ___m_Used_0)); } inline bool get_m_Used_0() const { return ___m_Used_0; } inline bool* get_address_of_m_Used_0() { return &___m_Used_0; } inline void set_m_Used_0(bool value) { ___m_Used_0 = value; } }; struct Il2CppArrayBounds; // System.Array // System.Text.Encoding struct Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 : public RuntimeObject { public: // System.Int32 System.Text.Encoding::m_codePage int32_t ___m_codePage_9; // System.Globalization.CodePageDataItem System.Text.Encoding::dataItem CodePageDataItem_t09A62F57142BF0456C8F414898A37E79BCC9F09E * ___dataItem_10; // System.Boolean System.Text.Encoding::m_deserializedFromEverett bool ___m_deserializedFromEverett_11; // System.Boolean System.Text.Encoding::m_isReadOnly bool ___m_isReadOnly_12; // System.Text.EncoderFallback System.Text.Encoding::encoderFallback EncoderFallback_t02AC990075E17EB09F0D7E4831C3B3F264025CC4 * ___encoderFallback_13; // System.Text.DecoderFallback System.Text.Encoding::decoderFallback DecoderFallback_tF86D337D6576E81E5DA285E5673183EBC66DEF8D * ___decoderFallback_14; public: inline static int32_t get_offset_of_m_codePage_9() { return static_cast(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827, ___m_codePage_9)); } inline int32_t get_m_codePage_9() const { return ___m_codePage_9; } inline int32_t* get_address_of_m_codePage_9() { return &___m_codePage_9; } inline void set_m_codePage_9(int32_t value) { ___m_codePage_9 = value; } inline static int32_t get_offset_of_dataItem_10() { return static_cast(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827, ___dataItem_10)); } inline CodePageDataItem_t09A62F57142BF0456C8F414898A37E79BCC9F09E * get_dataItem_10() const { return ___dataItem_10; } inline CodePageDataItem_t09A62F57142BF0456C8F414898A37E79BCC9F09E ** get_address_of_dataItem_10() { return &___dataItem_10; } inline void set_dataItem_10(CodePageDataItem_t09A62F57142BF0456C8F414898A37E79BCC9F09E * value) { ___dataItem_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___dataItem_10), (void*)value); } inline static int32_t get_offset_of_m_deserializedFromEverett_11() { return static_cast(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827, ___m_deserializedFromEverett_11)); } inline bool get_m_deserializedFromEverett_11() const { return ___m_deserializedFromEverett_11; } inline bool* get_address_of_m_deserializedFromEverett_11() { return &___m_deserializedFromEverett_11; } inline void set_m_deserializedFromEverett_11(bool value) { ___m_deserializedFromEverett_11 = value; } inline static int32_t get_offset_of_m_isReadOnly_12() { return static_cast(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827, ___m_isReadOnly_12)); } inline bool get_m_isReadOnly_12() const { return ___m_isReadOnly_12; } inline bool* get_address_of_m_isReadOnly_12() { return &___m_isReadOnly_12; } inline void set_m_isReadOnly_12(bool value) { ___m_isReadOnly_12 = value; } inline static int32_t get_offset_of_encoderFallback_13() { return static_cast(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827, ___encoderFallback_13)); } inline EncoderFallback_t02AC990075E17EB09F0D7E4831C3B3F264025CC4 * get_encoderFallback_13() const { return ___encoderFallback_13; } inline EncoderFallback_t02AC990075E17EB09F0D7E4831C3B3F264025CC4 ** get_address_of_encoderFallback_13() { return &___encoderFallback_13; } inline void set_encoderFallback_13(EncoderFallback_t02AC990075E17EB09F0D7E4831C3B3F264025CC4 * value) { ___encoderFallback_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___encoderFallback_13), (void*)value); } inline static int32_t get_offset_of_decoderFallback_14() { return static_cast(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827, ___decoderFallback_14)); } inline DecoderFallback_tF86D337D6576E81E5DA285E5673183EBC66DEF8D * get_decoderFallback_14() const { return ___decoderFallback_14; } inline DecoderFallback_tF86D337D6576E81E5DA285E5673183EBC66DEF8D ** get_address_of_decoderFallback_14() { return &___decoderFallback_14; } inline void set_decoderFallback_14(DecoderFallback_tF86D337D6576E81E5DA285E5673183EBC66DEF8D * value) { ___decoderFallback_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___decoderFallback_14), (void*)value); } }; // System.Linq.Enumerable struct Enumerable_t928C505614FDD67F6D61FB58BED73235DF569B0E : public RuntimeObject { public: public: }; // UnityEngine.EventSystems.ExecuteEvents struct ExecuteEvents_tEA324150A01AFB802974FA8B7DB1C19F83FECA68 : public RuntimeObject { public: public: }; // System.Linq.Expressions.Expression struct Expression_t30A004209C10C2D9A9785B2F74EEED431A4D4660 : public RuntimeObject { public: public: }; // UnityEngine.InputSystem.Utilities.ForDeviceEventObservable struct ForDeviceEventObservable_t8EA40B6E331B7065B3869499C0434911C99BE2B3 : public RuntimeObject { public: // System.IObservable`1 UnityEngine.InputSystem.Utilities.ForDeviceEventObservable::m_Source RuntimeObject* ___m_Source_0; // UnityEngine.InputSystem.InputDevice UnityEngine.InputSystem.Utilities.ForDeviceEventObservable::m_Device InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * ___m_Device_1; // System.Type UnityEngine.InputSystem.Utilities.ForDeviceEventObservable::m_DeviceType Type_t * ___m_DeviceType_2; public: inline static int32_t get_offset_of_m_Source_0() { return static_cast(offsetof(ForDeviceEventObservable_t8EA40B6E331B7065B3869499C0434911C99BE2B3, ___m_Source_0)); } inline RuntimeObject* get_m_Source_0() const { return ___m_Source_0; } inline RuntimeObject** get_address_of_m_Source_0() { return &___m_Source_0; } inline void set_m_Source_0(RuntimeObject* value) { ___m_Source_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Source_0), (void*)value); } inline static int32_t get_offset_of_m_Device_1() { return static_cast(offsetof(ForDeviceEventObservable_t8EA40B6E331B7065B3869499C0434911C99BE2B3, ___m_Device_1)); } inline InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * get_m_Device_1() const { return ___m_Device_1; } inline InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 ** get_address_of_m_Device_1() { return &___m_Device_1; } inline void set_m_Device_1(InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * value) { ___m_Device_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Device_1), (void*)value); } inline static int32_t get_offset_of_m_DeviceType_2() { return static_cast(offsetof(ForDeviceEventObservable_t8EA40B6E331B7065B3869499C0434911C99BE2B3, ___m_DeviceType_2)); } inline Type_t * get_m_DeviceType_2() const { return ___m_DeviceType_2; } inline Type_t ** get_address_of_m_DeviceType_2() { return &___m_DeviceType_2; } inline void set_m_DeviceType_2(Type_t * value) { ___m_DeviceType_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_DeviceType_2), (void*)value); } }; // Unity.Jobs.IJobExtensions struct IJobExtensions_tE4B1B40EA02725E43303122F344905B29307D369 : public RuntimeObject { public: public: }; // UnityEngine.InputSystem.InputActionRebindingExtensions struct InputActionRebindingExtensions_t5095793D16688EC281EC80EF028AF5CC21998483 : public RuntimeObject { public: public: }; // UnityEngine.InputSystem.Utilities.InputArrayExtensions struct InputArrayExtensions_t966506EDECBFB808AE7A3B13DB11A828A691C831 : public RuntimeObject { public: public: }; // UnityEngine.InputSystem.InputControlExtensions struct InputControlExtensions_t6784F6907E0228E58053AA52314D4C076C4D3536 : public RuntimeObject { public: public: }; // UnityEngine.InputSystem.InputControlPath struct InputControlPath_t35EA1D772869D89BD3E010D8C478622DA3F91FEA : public RuntimeObject { public: public: }; // UnityEngine.InputSystem.LowLevel.InputRuntime struct InputRuntime_t86C5A649BE0CD84BFE7B27910A47F1C83E5108B8 : public RuntimeObject { public: public: }; // UnityEngine.InputSystem.LowLevel.InputRuntimeExtensions struct InputRuntimeExtensions_t0875990F284AC8676BC89AD050089B0C47F0CE3B : public RuntimeObject { public: public: }; // UnityEngine.InputSystem.LowLevel.InputState struct InputState_t42BB8FE7D15A5BBC9ACA60CD943EBAA07AB3D6F1 : public RuntimeObject { public: public: }; // UnityEngine.InputSystem.InputSystem struct InputSystem_tB2E105FFA04BBFEF25E381E9FBBE7DA78BB18380 : public RuntimeObject { public: public: }; // System.Threading.Interlocked struct Interlocked_t84BB23BED1AFE2EBBCBDD070F241EA497C68FB64 : public RuntimeObject { public: public: }; // System.Runtime.CompilerServices.JitHelpers struct JitHelpers_t6DC124FF04E77C7EDE891400F7F01460DB8807E9 : public RuntimeObject { public: public: }; // UnityEngine.JsonUtility struct JsonUtility_tEC8D90B8D7161F0966D0B8E7303206C18AAB0BD0 : public RuntimeObject { public: public: }; // System.Threading.LazyInitializer struct LazyInitializer_t68D740FE95C1E311CA598F6427FAFBF1F6EA9A3E : public RuntimeObject { public: public: }; // FMODUnity.Legacy struct Legacy_tFEEF5D000476BBB5D2510E78568CEEB0F33E42C0 : public RuntimeObject { public: public: }; // System.Runtime.InteropServices.Marshal struct Marshal_tEBAFAE20369FCB1B38C49C4E27A8D8C2C4B55058 : public RuntimeObject { public: public: }; // System.MarshalByRefObject struct MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8 : public RuntimeObject { public: // System.Object System.MarshalByRefObject::_identity RuntimeObject * ____identity_0; public: inline static int32_t get_offset_of__identity_0() { return static_cast(offsetof(MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8, ____identity_0)); } inline RuntimeObject * get__identity_0() const { return ____identity_0; } inline RuntimeObject ** get_address_of__identity_0() { return &____identity_0; } inline void set__identity_0(RuntimeObject * value) { ____identity_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____identity_0), (void*)value); } }; // Native definition for P/Invoke marshalling of System.MarshalByRefObject struct MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8_marshaled_pinvoke { Il2CppIUnknown* ____identity_0; }; // Native definition for COM marshalling of System.MarshalByRefObject struct MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8_marshaled_com { Il2CppIUnknown* ____identity_0; }; // System.Reflection.MemberInfo struct MemberInfo_t : public RuntimeObject { public: public: }; // UnityEngine.InputSystem.Utilities.MemoryHelpers struct MemoryHelpers_t0B4356C5B5AADBC74FAC46ECBB5D8917C93B8FC7 : public RuntimeObject { public: public: }; // UnityEngine.InputSystem.Utilities.MiscHelpers struct MiscHelpers_t43DE53708D7A2B1E70BC7177C4DCA1295EB3F7F3 : public RuntimeObject { public: public: }; // Unity.Collections.LowLevel.Unsafe.NativeArrayUnsafeUtility struct NativeArrayUnsafeUtility_tABFEC25CB8DB147F19348E853EE24669F9682C83 : public RuntimeObject { public: public: }; // Unity.Collections.LowLevel.Unsafe.NativeSliceUnsafeUtility struct NativeSliceUnsafeUtility_tAF290F2A0826662EFE529FF0283F1250FF1D7CAF : public RuntimeObject { public: public: }; // UnityEngine.NoAllocHelpers struct NoAllocHelpers_tDF63D8493CAD8DE137A5560CDAF336DA0A99D0D1 : public RuntimeObject { public: public: }; // UnityEngine.InputSystem.Utilities.Observable struct Observable_tD0FA71641C04E591DEB6D40EB6A7AF6FF3D06FF3 : public RuntimeObject { public: public: }; // UnityEngine.Rendering.PostProcessing.ParameterOverride struct ParameterOverride_tED887E59B87A5DD3BFDAAAF745F82D9080FA4784 : public RuntimeObject { public: // System.Boolean UnityEngine.Rendering.PostProcessing.ParameterOverride::overrideState bool ___overrideState_0; public: inline static int32_t get_offset_of_overrideState_0() { return static_cast(offsetof(ParameterOverride_tED887E59B87A5DD3BFDAAAF745F82D9080FA4784, ___overrideState_0)); } inline bool get_overrideState_0() const { return ___overrideState_0; } inline bool* get_address_of_overrideState_0() { return &___overrideState_0; } inline void set_overrideState_0(bool value) { ___overrideState_0 = value; } }; // UnityEngine.Playables.PlayableExtensions struct PlayableExtensions_t40EB63C47F15126C589971F9BCBD04B6B82512B8 : public RuntimeObject { public: public: }; // System.String struct String_t : public RuntimeObject { public: // System.Int32 System.String::m_stringLength int32_t ___m_stringLength_0; // System.Char System.String::m_firstChar Il2CppChar ___m_firstChar_1; public: inline static int32_t get_offset_of_m_stringLength_0() { return static_cast(offsetof(String_t, ___m_stringLength_0)); } inline int32_t get_m_stringLength_0() const { return ___m_stringLength_0; } inline int32_t* get_address_of_m_stringLength_0() { return &___m_stringLength_0; } inline void set_m_stringLength_0(int32_t value) { ___m_stringLength_0 = value; } inline static int32_t get_offset_of_m_firstChar_1() { return static_cast(offsetof(String_t, ___m_firstChar_1)); } inline Il2CppChar get_m_firstChar_1() const { return ___m_firstChar_1; } inline Il2CppChar* get_address_of_m_firstChar_1() { return &___m_firstChar_1; } inline void set_m_firstChar_1(Il2CppChar value) { ___m_firstChar_1 = value; } }; // System.ValueType struct ValueType_tDBF999C1B75C48C68621878250DBF6CDBCF51E52 : public RuntimeObject { public: public: }; // Native definition for P/Invoke marshalling of System.ValueType struct ValueType_tDBF999C1B75C48C68621878250DBF6CDBCF51E52_marshaled_pinvoke { }; // Native definition for COM marshalling of System.ValueType struct ValueType_tDBF999C1B75C48C68621878250DBF6CDBCF51E52_marshaled_com { }; // System.Linq.Buffer`1 struct Buffer_1_tB7E4B7E49EF58C6D9CEDE7CFCD3A6636180F845C { public: // TElement[] System.Linq.Buffer`1::items ColorU5BU5D_t358DD89F511301E663AD9157305B94A2DEFF8834* ___items_0; // System.Int32 System.Linq.Buffer`1::count int32_t ___count_1; public: inline static int32_t get_offset_of_items_0() { return static_cast(offsetof(Buffer_1_tB7E4B7E49EF58C6D9CEDE7CFCD3A6636180F845C, ___items_0)); } inline ColorU5BU5D_t358DD89F511301E663AD9157305B94A2DEFF8834* get_items_0() const { return ___items_0; } inline ColorU5BU5D_t358DD89F511301E663AD9157305B94A2DEFF8834** get_address_of_items_0() { return &___items_0; } inline void set_items_0(ColorU5BU5D_t358DD89F511301E663AD9157305B94A2DEFF8834* value) { ___items_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___items_0), (void*)value); } inline static int32_t get_offset_of_count_1() { return static_cast(offsetof(Buffer_1_tB7E4B7E49EF58C6D9CEDE7CFCD3A6636180F845C, ___count_1)); } inline int32_t get_count_1() const { return ___count_1; } inline int32_t* get_address_of_count_1() { return &___count_1; } inline void set_count_1(int32_t value) { ___count_1 = value; } }; // System.Linq.Buffer`1 struct Buffer_1_t087969E39A0FFD1A50B5A885FC6FBFEA235A7395 { public: // TElement[] System.Linq.Buffer`1::items Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___items_0; // System.Int32 System.Linq.Buffer`1::count int32_t ___count_1; public: inline static int32_t get_offset_of_items_0() { return static_cast(offsetof(Buffer_1_t087969E39A0FFD1A50B5A885FC6FBFEA235A7395, ___items_0)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_items_0() const { return ___items_0; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_items_0() { return &___items_0; } inline void set_items_0(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___items_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___items_0), (void*)value); } inline static int32_t get_offset_of_count_1() { return static_cast(offsetof(Buffer_1_t087969E39A0FFD1A50B5A885FC6FBFEA235A7395, ___count_1)); } inline int32_t get_count_1() const { return ___count_1; } inline int32_t* get_address_of_count_1() { return &___count_1; } inline void set_count_1(int32_t value) { ___count_1 = value; } }; // System.Linq.Buffer`1 struct Buffer_1_t16B27BDC22764E7684B4992CA3A50612E00F3F81 { public: // TElement[] System.Linq.Buffer`1::items InternedStringU5BU5D_t1EAE8433C8EF7C76894673801EE0EE9F6833E9A4* ___items_0; // System.Int32 System.Linq.Buffer`1::count int32_t ___count_1; public: inline static int32_t get_offset_of_items_0() { return static_cast(offsetof(Buffer_1_t16B27BDC22764E7684B4992CA3A50612E00F3F81, ___items_0)); } inline InternedStringU5BU5D_t1EAE8433C8EF7C76894673801EE0EE9F6833E9A4* get_items_0() const { return ___items_0; } inline InternedStringU5BU5D_t1EAE8433C8EF7C76894673801EE0EE9F6833E9A4** get_address_of_items_0() { return &___items_0; } inline void set_items_0(InternedStringU5BU5D_t1EAE8433C8EF7C76894673801EE0EE9F6833E9A4* value) { ___items_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___items_0), (void*)value); } inline static int32_t get_offset_of_count_1() { return static_cast(offsetof(Buffer_1_t16B27BDC22764E7684B4992CA3A50612E00F3F81, ___count_1)); } inline int32_t get_count_1() const { return ___count_1; } inline int32_t* get_address_of_count_1() { return &___count_1; } inline void set_count_1(int32_t value) { ___count_1 = value; } }; // System.Linq.Buffer`1 struct Buffer_1_t1E701DB3E7E1D45D98277E152205D74AA3BD783A { public: // TElement[] System.Linq.Buffer`1::items NameAndParametersU5BU5D_t960DDB52F44DD1231B0C626E9C859F1E0B2F5EAD* ___items_0; // System.Int32 System.Linq.Buffer`1::count int32_t ___count_1; public: inline static int32_t get_offset_of_items_0() { return static_cast(offsetof(Buffer_1_t1E701DB3E7E1D45D98277E152205D74AA3BD783A, ___items_0)); } inline NameAndParametersU5BU5D_t960DDB52F44DD1231B0C626E9C859F1E0B2F5EAD* get_items_0() const { return ___items_0; } inline NameAndParametersU5BU5D_t960DDB52F44DD1231B0C626E9C859F1E0B2F5EAD** get_address_of_items_0() { return &___items_0; } inline void set_items_0(NameAndParametersU5BU5D_t960DDB52F44DD1231B0C626E9C859F1E0B2F5EAD* value) { ___items_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___items_0), (void*)value); } inline static int32_t get_offset_of_count_1() { return static_cast(offsetof(Buffer_1_t1E701DB3E7E1D45D98277E152205D74AA3BD783A, ___count_1)); } inline int32_t get_count_1() const { return ___count_1; } inline int32_t* get_address_of_count_1() { return &___count_1; } inline void set_count_1(int32_t value) { ___count_1 = value; } }; // System.Linq.Buffer`1 struct Buffer_1_tB294332D6A9005ABB8E979A62BA34A1CB39C10A7 { public: // TElement[] System.Linq.Buffer`1::items ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___items_0; // System.Int32 System.Linq.Buffer`1::count int32_t ___count_1; public: inline static int32_t get_offset_of_items_0() { return static_cast(offsetof(Buffer_1_tB294332D6A9005ABB8E979A62BA34A1CB39C10A7, ___items_0)); } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* get_items_0() const { return ___items_0; } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** get_address_of_items_0() { return &___items_0; } inline void set_items_0(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* value) { ___items_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___items_0), (void*)value); } inline static int32_t get_offset_of_count_1() { return static_cast(offsetof(Buffer_1_tB294332D6A9005ABB8E979A62BA34A1CB39C10A7, ___count_1)); } inline int32_t get_count_1() const { return ___count_1; } inline int32_t* get_address_of_count_1() { return &___count_1; } inline void set_count_1(int32_t value) { ___count_1 = value; } }; // System.Linq.Buffer`1 struct Buffer_1_tCBDAD62292E6D70397D5EBA7ACE7FEDE2007D25C { public: // TElement[] System.Linq.Buffer`1::items Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* ___items_0; // System.Int32 System.Linq.Buffer`1::count int32_t ___count_1; public: inline static int32_t get_offset_of_items_0() { return static_cast(offsetof(Buffer_1_tCBDAD62292E6D70397D5EBA7ACE7FEDE2007D25C, ___items_0)); } inline Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* get_items_0() const { return ___items_0; } inline Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4** get_address_of_items_0() { return &___items_0; } inline void set_items_0(Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* value) { ___items_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___items_0), (void*)value); } inline static int32_t get_offset_of_count_1() { return static_cast(offsetof(Buffer_1_tCBDAD62292E6D70397D5EBA7ACE7FEDE2007D25C, ___count_1)); } inline int32_t get_count_1() const { return ___count_1; } inline int32_t* get_address_of_count_1() { return &___count_1; } inline void set_count_1(int32_t value) { ___count_1 = value; } }; // System.Linq.Buffer`1 struct Buffer_1_t63E013C561ABA2C50A4BA0341AE14F2EEEC13ED0 { public: // TElement[] System.Linq.Buffer`1::items DeviceRequirementU5BU5D_tBAAEA8AD0E93A8EF9DF98E9F4957B7A56286E795* ___items_0; // System.Int32 System.Linq.Buffer`1::count int32_t ___count_1; public: inline static int32_t get_offset_of_items_0() { return static_cast(offsetof(Buffer_1_t63E013C561ABA2C50A4BA0341AE14F2EEEC13ED0, ___items_0)); } inline DeviceRequirementU5BU5D_tBAAEA8AD0E93A8EF9DF98E9F4957B7A56286E795* get_items_0() const { return ___items_0; } inline DeviceRequirementU5BU5D_tBAAEA8AD0E93A8EF9DF98E9F4957B7A56286E795** get_address_of_items_0() { return &___items_0; } inline void set_items_0(DeviceRequirementU5BU5D_tBAAEA8AD0E93A8EF9DF98E9F4957B7A56286E795* value) { ___items_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___items_0), (void*)value); } inline static int32_t get_offset_of_count_1() { return static_cast(offsetof(Buffer_1_t63E013C561ABA2C50A4BA0341AE14F2EEEC13ED0, ___count_1)); } inline int32_t get_count_1() const { return ___count_1; } inline int32_t* get_address_of_count_1() { return &___count_1; } inline void set_count_1(int32_t value) { ___count_1 = value; } }; // System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter struct ConfiguredTaskAwaiter_tF64824CB5C3CFE2E1C4CAFE410B4CDE6831E4C78 { public: // System.Threading.Tasks.Task`1 System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter::m_task Task_1_t24E932728D4BE67BFA41487F43AE4FAEBBAC7284 * ___m_task_0; // System.Boolean System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter::m_continueOnCapturedContext bool ___m_continueOnCapturedContext_1; public: inline static int32_t get_offset_of_m_task_0() { return static_cast(offsetof(ConfiguredTaskAwaiter_tF64824CB5C3CFE2E1C4CAFE410B4CDE6831E4C78, ___m_task_0)); } inline Task_1_t24E932728D4BE67BFA41487F43AE4FAEBBAC7284 * get_m_task_0() const { return ___m_task_0; } inline Task_1_t24E932728D4BE67BFA41487F43AE4FAEBBAC7284 ** get_address_of_m_task_0() { return &___m_task_0; } inline void set_m_task_0(Task_1_t24E932728D4BE67BFA41487F43AE4FAEBBAC7284 * value) { ___m_task_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_task_0), (void*)value); } inline static int32_t get_offset_of_m_continueOnCapturedContext_1() { return static_cast(offsetof(ConfiguredTaskAwaiter_tF64824CB5C3CFE2E1C4CAFE410B4CDE6831E4C78, ___m_continueOnCapturedContext_1)); } inline bool get_m_continueOnCapturedContext_1() const { return ___m_continueOnCapturedContext_1; } inline bool* get_address_of_m_continueOnCapturedContext_1() { return &___m_continueOnCapturedContext_1; } inline void set_m_continueOnCapturedContext_1(bool value) { ___m_continueOnCapturedContext_1 = value; } }; // UnityEngine.InputSystem.InputBindingCompositeContext/DefaultComparer`1 struct DefaultComparer_1_t5811D1DC3EF444FEB6C1661582CC39002EB29863 { public: union { struct { }; uint8_t DefaultComparer_1_tF8F268360773E065D6C92EBA0584486AF2A18A55__padding[1]; }; public: }; // UnityEngine.InputSystem.Utilities.ReadOnlyArray`1/Enumerator struct Enumerator_tD1AA7B3BA0B028284BEC7AB59A86AEA47553FF2C { public: // TValue[] UnityEngine.InputSystem.Utilities.ReadOnlyArray`1/Enumerator::m_Array InputDeviceU5BU5D_tE05D1214F0F949DC3A889F8DB4B7A68A3089F6D6* ___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; public: inline static int32_t get_offset_of_m_Array_0() { return static_cast(offsetof(Enumerator_tD1AA7B3BA0B028284BEC7AB59A86AEA47553FF2C, ___m_Array_0)); } inline InputDeviceU5BU5D_tE05D1214F0F949DC3A889F8DB4B7A68A3089F6D6* get_m_Array_0() const { return ___m_Array_0; } inline InputDeviceU5BU5D_tE05D1214F0F949DC3A889F8DB4B7A68A3089F6D6** get_address_of_m_Array_0() { return &___m_Array_0; } inline void set_m_Array_0(InputDeviceU5BU5D_tE05D1214F0F949DC3A889F8DB4B7A68A3089F6D6* value) { ___m_Array_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Array_0), (void*)value); } inline static int32_t get_offset_of_m_IndexStart_1() { return static_cast(offsetof(Enumerator_tD1AA7B3BA0B028284BEC7AB59A86AEA47553FF2C, ___m_IndexStart_1)); } inline int32_t get_m_IndexStart_1() const { return ___m_IndexStart_1; } inline int32_t* get_address_of_m_IndexStart_1() { return &___m_IndexStart_1; } inline void set_m_IndexStart_1(int32_t value) { ___m_IndexStart_1 = value; } inline static int32_t get_offset_of_m_IndexEnd_2() { return static_cast(offsetof(Enumerator_tD1AA7B3BA0B028284BEC7AB59A86AEA47553FF2C, ___m_IndexEnd_2)); } inline int32_t get_m_IndexEnd_2() const { return ___m_IndexEnd_2; } inline int32_t* get_address_of_m_IndexEnd_2() { return &___m_IndexEnd_2; } inline void set_m_IndexEnd_2(int32_t value) { ___m_IndexEnd_2 = value; } inline static int32_t get_offset_of_m_Index_3() { return static_cast(offsetof(Enumerator_tD1AA7B3BA0B028284BEC7AB59A86AEA47553FF2C, ___m_Index_3)); } inline int32_t get_m_Index_3() const { return ___m_Index_3; } inline int32_t* get_address_of_m_Index_3() { return &___m_Index_3; } inline void set_m_Index_3(int32_t value) { ___m_Index_3 = value; } }; // System.Collections.Generic.List`1/Enumerator struct Enumerator_tB6009981BD4E3881E3EC83627255A24198F902D6 { public: // System.Collections.Generic.List`1 System.Collections.Generic.List`1/Enumerator::list List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * ___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; public: inline static int32_t get_offset_of_list_0() { return static_cast(offsetof(Enumerator_tB6009981BD4E3881E3EC83627255A24198F902D6, ___list_0)); } inline List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * get_list_0() const { return ___list_0; } inline List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 ** get_address_of_list_0() { return &___list_0; } inline void set_list_0(List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * value) { ___list_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___list_0), (void*)value); } inline static int32_t get_offset_of_index_1() { return static_cast(offsetof(Enumerator_tB6009981BD4E3881E3EC83627255A24198F902D6, ___index_1)); } inline int32_t get_index_1() const { return ___index_1; } inline int32_t* get_address_of_index_1() { return &___index_1; } inline void set_index_1(int32_t value) { ___index_1 = value; } inline static int32_t get_offset_of_version_2() { return static_cast(offsetof(Enumerator_tB6009981BD4E3881E3EC83627255A24198F902D6, ___version_2)); } inline int32_t get_version_2() const { return ___version_2; } inline int32_t* get_address_of_version_2() { return &___version_2; } inline void set_version_2(int32_t value) { ___version_2 = value; } inline static int32_t get_offset_of_current_3() { return static_cast(offsetof(Enumerator_tB6009981BD4E3881E3EC83627255A24198F902D6, ___current_3)); } inline RuntimeObject * get_current_3() const { return ___current_3; } inline RuntimeObject ** get_address_of_current_3() { return &___current_3; } inline void set_current_3(RuntimeObject * value) { ___current_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___current_3), (void*)value); } }; // UnityEngine.InputSystem.Utilities.ReadOnlyArray`1/Enumerator struct Enumerator_tF5F7C66D929E846719C4FE7803DFDC7B69575883 { public: // TValue[] UnityEngine.InputSystem.Utilities.ReadOnlyArray`1/Enumerator::m_Array ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___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; public: inline static int32_t get_offset_of_m_Array_0() { return static_cast(offsetof(Enumerator_tF5F7C66D929E846719C4FE7803DFDC7B69575883, ___m_Array_0)); } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* get_m_Array_0() const { return ___m_Array_0; } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** get_address_of_m_Array_0() { return &___m_Array_0; } inline void set_m_Array_0(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* value) { ___m_Array_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Array_0), (void*)value); } inline static int32_t get_offset_of_m_IndexStart_1() { return static_cast(offsetof(Enumerator_tF5F7C66D929E846719C4FE7803DFDC7B69575883, ___m_IndexStart_1)); } inline int32_t get_m_IndexStart_1() const { return ___m_IndexStart_1; } inline int32_t* get_address_of_m_IndexStart_1() { return &___m_IndexStart_1; } inline void set_m_IndexStart_1(int32_t value) { ___m_IndexStart_1 = value; } inline static int32_t get_offset_of_m_IndexEnd_2() { return static_cast(offsetof(Enumerator_tF5F7C66D929E846719C4FE7803DFDC7B69575883, ___m_IndexEnd_2)); } inline int32_t get_m_IndexEnd_2() const { return ___m_IndexEnd_2; } inline int32_t* get_address_of_m_IndexEnd_2() { return &___m_IndexEnd_2; } inline void set_m_IndexEnd_2(int32_t value) { ___m_IndexEnd_2 = value; } inline static int32_t get_offset_of_m_Index_3() { return static_cast(offsetof(Enumerator_tF5F7C66D929E846719C4FE7803DFDC7B69575883, ___m_Index_3)); } inline int32_t get_m_Index_3() const { return ___m_Index_3; } inline int32_t* get_address_of_m_Index_3() { return &___m_Index_3; } inline void set_m_Index_3(int32_t value) { ___m_Index_3 = value; } }; // UnityEngine.InputSystem.Utilities.InlinedArray`1> struct InlinedArray_1_t78FDC7F1CD6623C5E091BB79EC2F93375CE38CE9 { public: // System.Int32 UnityEngine.InputSystem.Utilities.InlinedArray`1::length int32_t ___length_0; // TValue UnityEngine.InputSystem.Utilities.InlinedArray`1::firstValue Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * ___firstValue_1; // TValue[] UnityEngine.InputSystem.Utilities.InlinedArray`1::additionalValues Action_1U5BU5D_t45AFA72AB9C17482E4A448FF460696B2CD7F5B30* ___additionalValues_2; public: inline static int32_t get_offset_of_length_0() { return static_cast(offsetof(InlinedArray_1_t78FDC7F1CD6623C5E091BB79EC2F93375CE38CE9, ___length_0)); } inline int32_t get_length_0() const { return ___length_0; } inline int32_t* get_address_of_length_0() { return &___length_0; } inline void set_length_0(int32_t value) { ___length_0 = value; } inline static int32_t get_offset_of_firstValue_1() { return static_cast(offsetof(InlinedArray_1_t78FDC7F1CD6623C5E091BB79EC2F93375CE38CE9, ___firstValue_1)); } inline Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * get_firstValue_1() const { return ___firstValue_1; } inline Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC ** get_address_of_firstValue_1() { return &___firstValue_1; } inline void set_firstValue_1(Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * value) { ___firstValue_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___firstValue_1), (void*)value); } inline static int32_t get_offset_of_additionalValues_2() { return static_cast(offsetof(InlinedArray_1_t78FDC7F1CD6623C5E091BB79EC2F93375CE38CE9, ___additionalValues_2)); } inline Action_1U5BU5D_t45AFA72AB9C17482E4A448FF460696B2CD7F5B30* get_additionalValues_2() const { return ___additionalValues_2; } inline Action_1U5BU5D_t45AFA72AB9C17482E4A448FF460696B2CD7F5B30** get_address_of_additionalValues_2() { return &___additionalValues_2; } inline void set_additionalValues_2(Action_1U5BU5D_t45AFA72AB9C17482E4A448FF460696B2CD7F5B30* value) { ___additionalValues_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___additionalValues_2), (void*)value); } }; // UnityEngine.InputSystem.Utilities.InlinedArray`1> struct InlinedArray_1_t02AB39E6F94F40A915AE5843BDB88347C7AD02B5 { public: // System.Int32 UnityEngine.InputSystem.Utilities.InlinedArray`1::length int32_t ___length_0; // TValue UnityEngine.InputSystem.Utilities.InlinedArray`1::firstValue Action_1_tF027A14E846C2C7B23079AF50A99AF77371FFC81 * ___firstValue_1; // TValue[] UnityEngine.InputSystem.Utilities.InlinedArray`1::additionalValues Action_1U5BU5D_t8054A94E13920B6EAD3A3ACE9E49CCEB297F5292* ___additionalValues_2; public: inline static int32_t get_offset_of_length_0() { return static_cast(offsetof(InlinedArray_1_t02AB39E6F94F40A915AE5843BDB88347C7AD02B5, ___length_0)); } inline int32_t get_length_0() const { return ___length_0; } inline int32_t* get_address_of_length_0() { return &___length_0; } inline void set_length_0(int32_t value) { ___length_0 = value; } inline static int32_t get_offset_of_firstValue_1() { return static_cast(offsetof(InlinedArray_1_t02AB39E6F94F40A915AE5843BDB88347C7AD02B5, ___firstValue_1)); } inline Action_1_tF027A14E846C2C7B23079AF50A99AF77371FFC81 * get_firstValue_1() const { return ___firstValue_1; } inline Action_1_tF027A14E846C2C7B23079AF50A99AF77371FFC81 ** get_address_of_firstValue_1() { return &___firstValue_1; } inline void set_firstValue_1(Action_1_tF027A14E846C2C7B23079AF50A99AF77371FFC81 * value) { ___firstValue_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___firstValue_1), (void*)value); } inline static int32_t get_offset_of_additionalValues_2() { return static_cast(offsetof(InlinedArray_1_t02AB39E6F94F40A915AE5843BDB88347C7AD02B5, ___additionalValues_2)); } inline Action_1U5BU5D_t8054A94E13920B6EAD3A3ACE9E49CCEB297F5292* get_additionalValues_2() const { return ___additionalValues_2; } inline Action_1U5BU5D_t8054A94E13920B6EAD3A3ACE9E49CCEB297F5292** get_address_of_additionalValues_2() { return &___additionalValues_2; } inline void set_additionalValues_2(Action_1U5BU5D_t8054A94E13920B6EAD3A3ACE9E49CCEB297F5292* value) { ___additionalValues_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___additionalValues_2), (void*)value); } }; // UnityEngine.InputSystem.Utilities.InlinedArray`1> struct InlinedArray_1_t3C2C2D9BCDB3F198EA76C8FADB534D30D4BC026B { public: // System.Int32 UnityEngine.InputSystem.Utilities.InlinedArray`1::length int32_t ___length_0; // TValue UnityEngine.InputSystem.Utilities.InlinedArray`1::firstValue Action_2_tA58D913EBCC7FD3E95DEC877EDB4363CD3051DF4 * ___firstValue_1; // TValue[] UnityEngine.InputSystem.Utilities.InlinedArray`1::additionalValues Action_2U5BU5D_tD41A0E9C051E282AFAF25563D2EB7DA29E01D84E* ___additionalValues_2; public: inline static int32_t get_offset_of_length_0() { return static_cast(offsetof(InlinedArray_1_t3C2C2D9BCDB3F198EA76C8FADB534D30D4BC026B, ___length_0)); } inline int32_t get_length_0() const { return ___length_0; } inline int32_t* get_address_of_length_0() { return &___length_0; } inline void set_length_0(int32_t value) { ___length_0 = value; } inline static int32_t get_offset_of_firstValue_1() { return static_cast(offsetof(InlinedArray_1_t3C2C2D9BCDB3F198EA76C8FADB534D30D4BC026B, ___firstValue_1)); } inline Action_2_tA58D913EBCC7FD3E95DEC877EDB4363CD3051DF4 * get_firstValue_1() const { return ___firstValue_1; } inline Action_2_tA58D913EBCC7FD3E95DEC877EDB4363CD3051DF4 ** get_address_of_firstValue_1() { return &___firstValue_1; } inline void set_firstValue_1(Action_2_tA58D913EBCC7FD3E95DEC877EDB4363CD3051DF4 * value) { ___firstValue_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___firstValue_1), (void*)value); } inline static int32_t get_offset_of_additionalValues_2() { return static_cast(offsetof(InlinedArray_1_t3C2C2D9BCDB3F198EA76C8FADB534D30D4BC026B, ___additionalValues_2)); } inline Action_2U5BU5D_tD41A0E9C051E282AFAF25563D2EB7DA29E01D84E* get_additionalValues_2() const { return ___additionalValues_2; } inline Action_2U5BU5D_tD41A0E9C051E282AFAF25563D2EB7DA29E01D84E** get_address_of_additionalValues_2() { return &___additionalValues_2; } inline void set_additionalValues_2(Action_2U5BU5D_tD41A0E9C051E282AFAF25563D2EB7DA29E01D84E* value) { ___additionalValues_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___additionalValues_2), (void*)value); } }; // UnityEngine.InputSystem.Utilities.InlinedArray`1> struct InlinedArray_1_t9A746F7A5D2F131C836D4D54FF78A4CF2610112F { public: // System.Int32 UnityEngine.InputSystem.Utilities.InlinedArray`1::length int32_t ___length_0; // TValue UnityEngine.InputSystem.Utilities.InlinedArray`1::firstValue Action_2_t22339AC0C02B10DD3C743D557C52738BA901E74A * ___firstValue_1; // TValue[] UnityEngine.InputSystem.Utilities.InlinedArray`1::additionalValues Action_2U5BU5D_tBCA27D9CCFE789AEC1F9469632476E65211B1BC8* ___additionalValues_2; public: inline static int32_t get_offset_of_length_0() { return static_cast(offsetof(InlinedArray_1_t9A746F7A5D2F131C836D4D54FF78A4CF2610112F, ___length_0)); } inline int32_t get_length_0() const { return ___length_0; } inline int32_t* get_address_of_length_0() { return &___length_0; } inline void set_length_0(int32_t value) { ___length_0 = value; } inline static int32_t get_offset_of_firstValue_1() { return static_cast(offsetof(InlinedArray_1_t9A746F7A5D2F131C836D4D54FF78A4CF2610112F, ___firstValue_1)); } inline Action_2_t22339AC0C02B10DD3C743D557C52738BA901E74A * get_firstValue_1() const { return ___firstValue_1; } inline Action_2_t22339AC0C02B10DD3C743D557C52738BA901E74A ** get_address_of_firstValue_1() { return &___firstValue_1; } inline void set_firstValue_1(Action_2_t22339AC0C02B10DD3C743D557C52738BA901E74A * value) { ___firstValue_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___firstValue_1), (void*)value); } inline static int32_t get_offset_of_additionalValues_2() { return static_cast(offsetof(InlinedArray_1_t9A746F7A5D2F131C836D4D54FF78A4CF2610112F, ___additionalValues_2)); } inline Action_2U5BU5D_tBCA27D9CCFE789AEC1F9469632476E65211B1BC8* get_additionalValues_2() const { return ___additionalValues_2; } inline Action_2U5BU5D_tBCA27D9CCFE789AEC1F9469632476E65211B1BC8** get_address_of_additionalValues_2() { return &___additionalValues_2; } inline void set_additionalValues_2(Action_2U5BU5D_tBCA27D9CCFE789AEC1F9469632476E65211B1BC8* value) { ___additionalValues_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___additionalValues_2), (void*)value); } }; // UnityEngine.InputSystem.Utilities.InlinedArray`1> struct InlinedArray_1_tD5F685FF73D92B8276AD229C65D1FAAA1B6EB726 { public: // System.Int32 UnityEngine.InputSystem.Utilities.InlinedArray`1::length int32_t ___length_0; // TValue UnityEngine.InputSystem.Utilities.InlinedArray`1::firstValue Action_2_t18E7F4E321737EF92F70387314BC88164CA7B59C * ___firstValue_1; // TValue[] UnityEngine.InputSystem.Utilities.InlinedArray`1::additionalValues Action_2U5BU5D_tB52FFE57FE49AE90E8A2DBFA471AADAFF83C00BD* ___additionalValues_2; public: inline static int32_t get_offset_of_length_0() { return static_cast(offsetof(InlinedArray_1_tD5F685FF73D92B8276AD229C65D1FAAA1B6EB726, ___length_0)); } inline int32_t get_length_0() const { return ___length_0; } inline int32_t* get_address_of_length_0() { return &___length_0; } inline void set_length_0(int32_t value) { ___length_0 = value; } inline static int32_t get_offset_of_firstValue_1() { return static_cast(offsetof(InlinedArray_1_tD5F685FF73D92B8276AD229C65D1FAAA1B6EB726, ___firstValue_1)); } inline Action_2_t18E7F4E321737EF92F70387314BC88164CA7B59C * get_firstValue_1() const { return ___firstValue_1; } inline Action_2_t18E7F4E321737EF92F70387314BC88164CA7B59C ** get_address_of_firstValue_1() { return &___firstValue_1; } inline void set_firstValue_1(Action_2_t18E7F4E321737EF92F70387314BC88164CA7B59C * value) { ___firstValue_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___firstValue_1), (void*)value); } inline static int32_t get_offset_of_additionalValues_2() { return static_cast(offsetof(InlinedArray_1_tD5F685FF73D92B8276AD229C65D1FAAA1B6EB726, ___additionalValues_2)); } inline Action_2U5BU5D_tB52FFE57FE49AE90E8A2DBFA471AADAFF83C00BD* get_additionalValues_2() const { return ___additionalValues_2; } inline Action_2U5BU5D_tB52FFE57FE49AE90E8A2DBFA471AADAFF83C00BD** get_address_of_additionalValues_2() { return &___additionalValues_2; } inline void set_additionalValues_2(Action_2U5BU5D_tB52FFE57FE49AE90E8A2DBFA471AADAFF83C00BD* value) { ___additionalValues_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___additionalValues_2), (void*)value); } }; // UnityEngine.InputSystem.Utilities.InlinedArray`1> struct InlinedArray_1_t83243D33E8FC822E3C1594248A3F8A3A0F856789 { public: // System.Int32 UnityEngine.InputSystem.Utilities.InlinedArray`1::length int32_t ___length_0; // TValue UnityEngine.InputSystem.Utilities.InlinedArray`1::firstValue Action_2_t86645AF7004B27FBBEEA9B4EBCE215885AFBC3E7 * ___firstValue_1; // TValue[] UnityEngine.InputSystem.Utilities.InlinedArray`1::additionalValues Action_2U5BU5D_t7DBAF0A2F1C24EC434ED4A6C16B8B019D0DB5441* ___additionalValues_2; public: inline static int32_t get_offset_of_length_0() { return static_cast(offsetof(InlinedArray_1_t83243D33E8FC822E3C1594248A3F8A3A0F856789, ___length_0)); } inline int32_t get_length_0() const { return ___length_0; } inline int32_t* get_address_of_length_0() { return &___length_0; } inline void set_length_0(int32_t value) { ___length_0 = value; } inline static int32_t get_offset_of_firstValue_1() { return static_cast(offsetof(InlinedArray_1_t83243D33E8FC822E3C1594248A3F8A3A0F856789, ___firstValue_1)); } inline Action_2_t86645AF7004B27FBBEEA9B4EBCE215885AFBC3E7 * get_firstValue_1() const { return ___firstValue_1; } inline Action_2_t86645AF7004B27FBBEEA9B4EBCE215885AFBC3E7 ** get_address_of_firstValue_1() { return &___firstValue_1; } inline void set_firstValue_1(Action_2_t86645AF7004B27FBBEEA9B4EBCE215885AFBC3E7 * value) { ___firstValue_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___firstValue_1), (void*)value); } inline static int32_t get_offset_of_additionalValues_2() { return static_cast(offsetof(InlinedArray_1_t83243D33E8FC822E3C1594248A3F8A3A0F856789, ___additionalValues_2)); } inline Action_2U5BU5D_t7DBAF0A2F1C24EC434ED4A6C16B8B019D0DB5441* get_additionalValues_2() const { return ___additionalValues_2; } inline Action_2U5BU5D_t7DBAF0A2F1C24EC434ED4A6C16B8B019D0DB5441** get_address_of_additionalValues_2() { return &___additionalValues_2; } inline void set_additionalValues_2(Action_2U5BU5D_t7DBAF0A2F1C24EC434ED4A6C16B8B019D0DB5441* value) { ___additionalValues_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___additionalValues_2), (void*)value); } }; // UnityEngine.InputSystem.Utilities.InlinedArray`1> struct InlinedArray_1_t6D7DFF6DD189AA38362F43FFE7B988692F419234 { public: // System.Int32 UnityEngine.InputSystem.Utilities.InlinedArray`1::length int32_t ___length_0; // TValue UnityEngine.InputSystem.Utilities.InlinedArray`1::firstValue Action_2_tB596892BAE11233D1410B282A3EE7610732B50EC * ___firstValue_1; // TValue[] UnityEngine.InputSystem.Utilities.InlinedArray`1::additionalValues Action_2U5BU5D_t8B6AB971B66493894C76964146F49BCDE4994054* ___additionalValues_2; public: inline static int32_t get_offset_of_length_0() { return static_cast(offsetof(InlinedArray_1_t6D7DFF6DD189AA38362F43FFE7B988692F419234, ___length_0)); } inline int32_t get_length_0() const { return ___length_0; } inline int32_t* get_address_of_length_0() { return &___length_0; } inline void set_length_0(int32_t value) { ___length_0 = value; } inline static int32_t get_offset_of_firstValue_1() { return static_cast(offsetof(InlinedArray_1_t6D7DFF6DD189AA38362F43FFE7B988692F419234, ___firstValue_1)); } inline Action_2_tB596892BAE11233D1410B282A3EE7610732B50EC * get_firstValue_1() const { return ___firstValue_1; } inline Action_2_tB596892BAE11233D1410B282A3EE7610732B50EC ** get_address_of_firstValue_1() { return &___firstValue_1; } inline void set_firstValue_1(Action_2_tB596892BAE11233D1410B282A3EE7610732B50EC * value) { ___firstValue_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___firstValue_1), (void*)value); } inline static int32_t get_offset_of_additionalValues_2() { return static_cast(offsetof(InlinedArray_1_t6D7DFF6DD189AA38362F43FFE7B988692F419234, ___additionalValues_2)); } inline Action_2U5BU5D_t8B6AB971B66493894C76964146F49BCDE4994054* get_additionalValues_2() const { return ___additionalValues_2; } inline Action_2U5BU5D_t8B6AB971B66493894C76964146F49BCDE4994054** get_address_of_additionalValues_2() { return &___additionalValues_2; } inline void set_additionalValues_2(Action_2U5BU5D_t8B6AB971B66493894C76964146F49BCDE4994054* value) { ___additionalValues_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___additionalValues_2), (void*)value); } }; // UnityEngine.InputSystem.Utilities.InlinedArray`1> struct InlinedArray_1_t7CF68B5EF349E9CBC69B1FC89D069BC65062BFA9 { public: // System.Int32 UnityEngine.InputSystem.Utilities.InlinedArray`1::length int32_t ___length_0; // TValue UnityEngine.InputSystem.Utilities.InlinedArray`1::firstValue InputProcessor_1_t495337DF1D261262E390F7DA48C7BC5C30BCBE05 * ___firstValue_1; // TValue[] UnityEngine.InputSystem.Utilities.InlinedArray`1::additionalValues InputProcessor_1U5BU5D_tF483C9745799686DBB2CFE8EE0596A46C20C92CB* ___additionalValues_2; public: inline static int32_t get_offset_of_length_0() { return static_cast(offsetof(InlinedArray_1_t7CF68B5EF349E9CBC69B1FC89D069BC65062BFA9, ___length_0)); } inline int32_t get_length_0() const { return ___length_0; } inline int32_t* get_address_of_length_0() { return &___length_0; } inline void set_length_0(int32_t value) { ___length_0 = value; } inline static int32_t get_offset_of_firstValue_1() { return static_cast(offsetof(InlinedArray_1_t7CF68B5EF349E9CBC69B1FC89D069BC65062BFA9, ___firstValue_1)); } inline InputProcessor_1_t495337DF1D261262E390F7DA48C7BC5C30BCBE05 * get_firstValue_1() const { return ___firstValue_1; } inline InputProcessor_1_t495337DF1D261262E390F7DA48C7BC5C30BCBE05 ** get_address_of_firstValue_1() { return &___firstValue_1; } inline void set_firstValue_1(InputProcessor_1_t495337DF1D261262E390F7DA48C7BC5C30BCBE05 * value) { ___firstValue_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___firstValue_1), (void*)value); } inline static int32_t get_offset_of_additionalValues_2() { return static_cast(offsetof(InlinedArray_1_t7CF68B5EF349E9CBC69B1FC89D069BC65062BFA9, ___additionalValues_2)); } inline InputProcessor_1U5BU5D_tF483C9745799686DBB2CFE8EE0596A46C20C92CB* get_additionalValues_2() const { return ___additionalValues_2; } inline InputProcessor_1U5BU5D_tF483C9745799686DBB2CFE8EE0596A46C20C92CB** get_address_of_additionalValues_2() { return &___additionalValues_2; } inline void set_additionalValues_2(InputProcessor_1U5BU5D_tF483C9745799686DBB2CFE8EE0596A46C20C92CB* value) { ___additionalValues_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___additionalValues_2), (void*)value); } }; // UnityEngine.InputSystem.Utilities.InlinedArray`1> struct InlinedArray_1_t5CCF7F61A9A990644A612EF7FD9BF5E84957C246 { public: // System.Int32 UnityEngine.InputSystem.Utilities.InlinedArray`1::length int32_t ___length_0; // TValue UnityEngine.InputSystem.Utilities.InlinedArray`1::firstValue InputProcessor_1_t5D94DB4CAE796E92FE59120B19897BE7A4580E04 * ___firstValue_1; // TValue[] UnityEngine.InputSystem.Utilities.InlinedArray`1::additionalValues InputProcessor_1U5BU5D_t7482B36593149DD210C0EBC0A2A6318FB3F29930* ___additionalValues_2; public: inline static int32_t get_offset_of_length_0() { return static_cast(offsetof(InlinedArray_1_t5CCF7F61A9A990644A612EF7FD9BF5E84957C246, ___length_0)); } inline int32_t get_length_0() const { return ___length_0; } inline int32_t* get_address_of_length_0() { return &___length_0; } inline void set_length_0(int32_t value) { ___length_0 = value; } inline static int32_t get_offset_of_firstValue_1() { return static_cast(offsetof(InlinedArray_1_t5CCF7F61A9A990644A612EF7FD9BF5E84957C246, ___firstValue_1)); } inline InputProcessor_1_t5D94DB4CAE796E92FE59120B19897BE7A4580E04 * get_firstValue_1() const { return ___firstValue_1; } inline InputProcessor_1_t5D94DB4CAE796E92FE59120B19897BE7A4580E04 ** get_address_of_firstValue_1() { return &___firstValue_1; } inline void set_firstValue_1(InputProcessor_1_t5D94DB4CAE796E92FE59120B19897BE7A4580E04 * value) { ___firstValue_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___firstValue_1), (void*)value); } inline static int32_t get_offset_of_additionalValues_2() { return static_cast(offsetof(InlinedArray_1_t5CCF7F61A9A990644A612EF7FD9BF5E84957C246, ___additionalValues_2)); } inline InputProcessor_1U5BU5D_t7482B36593149DD210C0EBC0A2A6318FB3F29930* get_additionalValues_2() const { return ___additionalValues_2; } inline InputProcessor_1U5BU5D_t7482B36593149DD210C0EBC0A2A6318FB3F29930** get_address_of_additionalValues_2() { return &___additionalValues_2; } inline void set_additionalValues_2(InputProcessor_1U5BU5D_t7482B36593149DD210C0EBC0A2A6318FB3F29930* value) { ___additionalValues_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___additionalValues_2), (void*)value); } }; // UnityEngine.InputSystem.Utilities.InlinedArray`1> struct InlinedArray_1_t8135010B8D8001565931433B4FF0A3948925A9FD { public: // System.Int32 UnityEngine.InputSystem.Utilities.InlinedArray`1::length int32_t ___length_0; // TValue UnityEngine.InputSystem.Utilities.InlinedArray`1::firstValue InputProcessor_1_tC797B512F2641A0AB0844215B781FCBB24FC8EFA * ___firstValue_1; // TValue[] UnityEngine.InputSystem.Utilities.InlinedArray`1::additionalValues InputProcessor_1U5BU5D_tE570C3D0B2C8F6ECE9058972450FE9624F6AAD62* ___additionalValues_2; public: inline static int32_t get_offset_of_length_0() { return static_cast(offsetof(InlinedArray_1_t8135010B8D8001565931433B4FF0A3948925A9FD, ___length_0)); } inline int32_t get_length_0() const { return ___length_0; } inline int32_t* get_address_of_length_0() { return &___length_0; } inline void set_length_0(int32_t value) { ___length_0 = value; } inline static int32_t get_offset_of_firstValue_1() { return static_cast(offsetof(InlinedArray_1_t8135010B8D8001565931433B4FF0A3948925A9FD, ___firstValue_1)); } inline InputProcessor_1_tC797B512F2641A0AB0844215B781FCBB24FC8EFA * get_firstValue_1() const { return ___firstValue_1; } inline InputProcessor_1_tC797B512F2641A0AB0844215B781FCBB24FC8EFA ** get_address_of_firstValue_1() { return &___firstValue_1; } inline void set_firstValue_1(InputProcessor_1_tC797B512F2641A0AB0844215B781FCBB24FC8EFA * value) { ___firstValue_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___firstValue_1), (void*)value); } inline static int32_t get_offset_of_additionalValues_2() { return static_cast(offsetof(InlinedArray_1_t8135010B8D8001565931433B4FF0A3948925A9FD, ___additionalValues_2)); } inline InputProcessor_1U5BU5D_tE570C3D0B2C8F6ECE9058972450FE9624F6AAD62* get_additionalValues_2() const { return ___additionalValues_2; } inline InputProcessor_1U5BU5D_tE570C3D0B2C8F6ECE9058972450FE9624F6AAD62** get_address_of_additionalValues_2() { return &___additionalValues_2; } inline void set_additionalValues_2(InputProcessor_1U5BU5D_tE570C3D0B2C8F6ECE9058972450FE9624F6AAD62* value) { ___additionalValues_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___additionalValues_2), (void*)value); } }; // UnityEngine.InputSystem.Utilities.InlinedArray`1> struct InlinedArray_1_tE0FCCBA3656F2A433F7AE4171D9973C859763630 { public: // System.Int32 UnityEngine.InputSystem.Utilities.InlinedArray`1::length int32_t ___length_0; // TValue UnityEngine.InputSystem.Utilities.InlinedArray`1::firstValue InputProcessor_1_tCB20A5B5AB1011285946D3C0662C31DE0723075E * ___firstValue_1; // TValue[] UnityEngine.InputSystem.Utilities.InlinedArray`1::additionalValues InputProcessor_1U5BU5D_t3925B08D6698CDA37A4B9C5E10F8FFA1868F9587* ___additionalValues_2; public: inline static int32_t get_offset_of_length_0() { return static_cast(offsetof(InlinedArray_1_tE0FCCBA3656F2A433F7AE4171D9973C859763630, ___length_0)); } inline int32_t get_length_0() const { return ___length_0; } inline int32_t* get_address_of_length_0() { return &___length_0; } inline void set_length_0(int32_t value) { ___length_0 = value; } inline static int32_t get_offset_of_firstValue_1() { return static_cast(offsetof(InlinedArray_1_tE0FCCBA3656F2A433F7AE4171D9973C859763630, ___firstValue_1)); } inline InputProcessor_1_tCB20A5B5AB1011285946D3C0662C31DE0723075E * get_firstValue_1() const { return ___firstValue_1; } inline InputProcessor_1_tCB20A5B5AB1011285946D3C0662C31DE0723075E ** get_address_of_firstValue_1() { return &___firstValue_1; } inline void set_firstValue_1(InputProcessor_1_tCB20A5B5AB1011285946D3C0662C31DE0723075E * value) { ___firstValue_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___firstValue_1), (void*)value); } inline static int32_t get_offset_of_additionalValues_2() { return static_cast(offsetof(InlinedArray_1_tE0FCCBA3656F2A433F7AE4171D9973C859763630, ___additionalValues_2)); } inline InputProcessor_1U5BU5D_t3925B08D6698CDA37A4B9C5E10F8FFA1868F9587* get_additionalValues_2() const { return ___additionalValues_2; } inline InputProcessor_1U5BU5D_t3925B08D6698CDA37A4B9C5E10F8FFA1868F9587** get_address_of_additionalValues_2() { return &___additionalValues_2; } inline void set_additionalValues_2(InputProcessor_1U5BU5D_t3925B08D6698CDA37A4B9C5E10F8FFA1868F9587* value) { ___additionalValues_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___additionalValues_2), (void*)value); } }; // UnityEngine.InputSystem.Utilities.InlinedArray`1> struct InlinedArray_1_tFD55F1BDA3D1052B813FEA18B1774260094407E6 { public: // System.Int32 UnityEngine.InputSystem.Utilities.InlinedArray`1::length int32_t ___length_0; // TValue UnityEngine.InputSystem.Utilities.InlinedArray`1::firstValue InputProcessor_1_t06ADA10DDA574DA33EB15EA50DCB5C5C68048239 * ___firstValue_1; // TValue[] UnityEngine.InputSystem.Utilities.InlinedArray`1::additionalValues InputProcessor_1U5BU5D_t137B7C3FB0521EAA89FBABD169550CFA89704316* ___additionalValues_2; public: inline static int32_t get_offset_of_length_0() { return static_cast(offsetof(InlinedArray_1_tFD55F1BDA3D1052B813FEA18B1774260094407E6, ___length_0)); } inline int32_t get_length_0() const { return ___length_0; } inline int32_t* get_address_of_length_0() { return &___length_0; } inline void set_length_0(int32_t value) { ___length_0 = value; } inline static int32_t get_offset_of_firstValue_1() { return static_cast(offsetof(InlinedArray_1_tFD55F1BDA3D1052B813FEA18B1774260094407E6, ___firstValue_1)); } inline InputProcessor_1_t06ADA10DDA574DA33EB15EA50DCB5C5C68048239 * get_firstValue_1() const { return ___firstValue_1; } inline InputProcessor_1_t06ADA10DDA574DA33EB15EA50DCB5C5C68048239 ** get_address_of_firstValue_1() { return &___firstValue_1; } inline void set_firstValue_1(InputProcessor_1_t06ADA10DDA574DA33EB15EA50DCB5C5C68048239 * value) { ___firstValue_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___firstValue_1), (void*)value); } inline static int32_t get_offset_of_additionalValues_2() { return static_cast(offsetof(InlinedArray_1_tFD55F1BDA3D1052B813FEA18B1774260094407E6, ___additionalValues_2)); } inline InputProcessor_1U5BU5D_t137B7C3FB0521EAA89FBABD169550CFA89704316* get_additionalValues_2() const { return ___additionalValues_2; } inline InputProcessor_1U5BU5D_t137B7C3FB0521EAA89FBABD169550CFA89704316** get_address_of_additionalValues_2() { return &___additionalValues_2; } inline void set_additionalValues_2(InputProcessor_1U5BU5D_t137B7C3FB0521EAA89FBABD169550CFA89704316* value) { ___additionalValues_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___additionalValues_2), (void*)value); } }; // UnityEngine.InputSystem.Utilities.InlinedArray`1> struct InlinedArray_1_t8C2FE779707E28D9A7EEA2A88ECC33B298F34994 { public: // System.Int32 UnityEngine.InputSystem.Utilities.InlinedArray`1::length int32_t ___length_0; // TValue UnityEngine.InputSystem.Utilities.InlinedArray`1::firstValue InputProcessor_1_t97A3DFD1D319E367F13E1723DF8FCF389D67C4F2 * ___firstValue_1; // TValue[] UnityEngine.InputSystem.Utilities.InlinedArray`1::additionalValues InputProcessor_1U5BU5D_t4E7F1C676ED9874F3A93CFB93A154797EF363BC2* ___additionalValues_2; public: inline static int32_t get_offset_of_length_0() { return static_cast(offsetof(InlinedArray_1_t8C2FE779707E28D9A7EEA2A88ECC33B298F34994, ___length_0)); } inline int32_t get_length_0() const { return ___length_0; } inline int32_t* get_address_of_length_0() { return &___length_0; } inline void set_length_0(int32_t value) { ___length_0 = value; } inline static int32_t get_offset_of_firstValue_1() { return static_cast(offsetof(InlinedArray_1_t8C2FE779707E28D9A7EEA2A88ECC33B298F34994, ___firstValue_1)); } inline InputProcessor_1_t97A3DFD1D319E367F13E1723DF8FCF389D67C4F2 * get_firstValue_1() const { return ___firstValue_1; } inline InputProcessor_1_t97A3DFD1D319E367F13E1723DF8FCF389D67C4F2 ** get_address_of_firstValue_1() { return &___firstValue_1; } inline void set_firstValue_1(InputProcessor_1_t97A3DFD1D319E367F13E1723DF8FCF389D67C4F2 * value) { ___firstValue_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___firstValue_1), (void*)value); } inline static int32_t get_offset_of_additionalValues_2() { return static_cast(offsetof(InlinedArray_1_t8C2FE779707E28D9A7EEA2A88ECC33B298F34994, ___additionalValues_2)); } inline InputProcessor_1U5BU5D_t4E7F1C676ED9874F3A93CFB93A154797EF363BC2* get_additionalValues_2() const { return ___additionalValues_2; } inline InputProcessor_1U5BU5D_t4E7F1C676ED9874F3A93CFB93A154797EF363BC2** get_address_of_additionalValues_2() { return &___additionalValues_2; } inline void set_additionalValues_2(InputProcessor_1U5BU5D_t4E7F1C676ED9874F3A93CFB93A154797EF363BC2* value) { ___additionalValues_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___additionalValues_2), (void*)value); } }; // UnityEngine.InputSystem.Utilities.InlinedArray`1> struct InlinedArray_1_tD55C396A76293977CF928018673D1D888B7A99B9 { public: // System.Int32 UnityEngine.InputSystem.Utilities.InlinedArray`1::length int32_t ___length_0; // TValue UnityEngine.InputSystem.Utilities.InlinedArray`1::firstValue InputProcessor_1_t2B5820D8FCAD8C7864ECD8C574B87CFED83A96CA * ___firstValue_1; // TValue[] UnityEngine.InputSystem.Utilities.InlinedArray`1::additionalValues InputProcessor_1U5BU5D_t17D43D53477F87726CEC5E1CE6B5437D27AE8232* ___additionalValues_2; public: inline static int32_t get_offset_of_length_0() { return static_cast(offsetof(InlinedArray_1_tD55C396A76293977CF928018673D1D888B7A99B9, ___length_0)); } inline int32_t get_length_0() const { return ___length_0; } inline int32_t* get_address_of_length_0() { return &___length_0; } inline void set_length_0(int32_t value) { ___length_0 = value; } inline static int32_t get_offset_of_firstValue_1() { return static_cast(offsetof(InlinedArray_1_tD55C396A76293977CF928018673D1D888B7A99B9, ___firstValue_1)); } inline InputProcessor_1_t2B5820D8FCAD8C7864ECD8C574B87CFED83A96CA * get_firstValue_1() const { return ___firstValue_1; } inline InputProcessor_1_t2B5820D8FCAD8C7864ECD8C574B87CFED83A96CA ** get_address_of_firstValue_1() { return &___firstValue_1; } inline void set_firstValue_1(InputProcessor_1_t2B5820D8FCAD8C7864ECD8C574B87CFED83A96CA * value) { ___firstValue_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___firstValue_1), (void*)value); } inline static int32_t get_offset_of_additionalValues_2() { return static_cast(offsetof(InlinedArray_1_tD55C396A76293977CF928018673D1D888B7A99B9, ___additionalValues_2)); } inline InputProcessor_1U5BU5D_t17D43D53477F87726CEC5E1CE6B5437D27AE8232* get_additionalValues_2() const { return ___additionalValues_2; } inline InputProcessor_1U5BU5D_t17D43D53477F87726CEC5E1CE6B5437D27AE8232** get_address_of_additionalValues_2() { return &___additionalValues_2; } inline void set_additionalValues_2(InputProcessor_1U5BU5D_t17D43D53477F87726CEC5E1CE6B5437D27AE8232* value) { ___additionalValues_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___additionalValues_2), (void*)value); } }; // UnityEngine.InputSystem.Utilities.InlinedArray`1 struct InlinedArray_1_tBE65FFEFA7BEF1F8DC1BBD3DE1B432C220FC51BF { public: // System.Int32 UnityEngine.InputSystem.Utilities.InlinedArray`1::length int32_t ___length_0; // TValue UnityEngine.InputSystem.Utilities.InlinedArray`1::firstValue Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * ___firstValue_1; // TValue[] UnityEngine.InputSystem.Utilities.InlinedArray`1::additionalValues ActionU5BU5D_t4184CD78B103476FA93E685EDBF3C083DBA9E2C2* ___additionalValues_2; public: inline static int32_t get_offset_of_length_0() { return static_cast(offsetof(InlinedArray_1_tBE65FFEFA7BEF1F8DC1BBD3DE1B432C220FC51BF, ___length_0)); } inline int32_t get_length_0() const { return ___length_0; } inline int32_t* get_address_of_length_0() { return &___length_0; } inline void set_length_0(int32_t value) { ___length_0 = value; } inline static int32_t get_offset_of_firstValue_1() { return static_cast(offsetof(InlinedArray_1_tBE65FFEFA7BEF1F8DC1BBD3DE1B432C220FC51BF, ___firstValue_1)); } inline Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * get_firstValue_1() const { return ___firstValue_1; } inline Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 ** get_address_of_firstValue_1() { return &___firstValue_1; } inline void set_firstValue_1(Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * value) { ___firstValue_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___firstValue_1), (void*)value); } inline static int32_t get_offset_of_additionalValues_2() { return static_cast(offsetof(InlinedArray_1_tBE65FFEFA7BEF1F8DC1BBD3DE1B432C220FC51BF, ___additionalValues_2)); } inline ActionU5BU5D_t4184CD78B103476FA93E685EDBF3C083DBA9E2C2* get_additionalValues_2() const { return ___additionalValues_2; } inline ActionU5BU5D_t4184CD78B103476FA93E685EDBF3C083DBA9E2C2** get_address_of_additionalValues_2() { return &___additionalValues_2; } inline void set_additionalValues_2(ActionU5BU5D_t4184CD78B103476FA93E685EDBF3C083DBA9E2C2* value) { ___additionalValues_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___additionalValues_2), (void*)value); } }; // UnityEngine.InputSystem.Utilities.InlinedArray`1 struct InlinedArray_1_t740043C1A36A2183248E89E1B638F9E3954FE172 { public: // System.Int32 UnityEngine.InputSystem.Utilities.InlinedArray`1::length int32_t ___length_0; // TValue UnityEngine.InputSystem.Utilities.InlinedArray`1::firstValue InputDeviceCommandDelegate_t967EA90378916CA01FF68A0403468313659A1718 * ___firstValue_1; // TValue[] UnityEngine.InputSystem.Utilities.InlinedArray`1::additionalValues InputDeviceCommandDelegateU5BU5D_t47EBBCFBA9C24BA7BE7CE0001AE9CB11F87CA7B3* ___additionalValues_2; public: inline static int32_t get_offset_of_length_0() { return static_cast(offsetof(InlinedArray_1_t740043C1A36A2183248E89E1B638F9E3954FE172, ___length_0)); } inline int32_t get_length_0() const { return ___length_0; } inline int32_t* get_address_of_length_0() { return &___length_0; } inline void set_length_0(int32_t value) { ___length_0 = value; } inline static int32_t get_offset_of_firstValue_1() { return static_cast(offsetof(InlinedArray_1_t740043C1A36A2183248E89E1B638F9E3954FE172, ___firstValue_1)); } inline InputDeviceCommandDelegate_t967EA90378916CA01FF68A0403468313659A1718 * get_firstValue_1() const { return ___firstValue_1; } inline InputDeviceCommandDelegate_t967EA90378916CA01FF68A0403468313659A1718 ** get_address_of_firstValue_1() { return &___firstValue_1; } inline void set_firstValue_1(InputDeviceCommandDelegate_t967EA90378916CA01FF68A0403468313659A1718 * value) { ___firstValue_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___firstValue_1), (void*)value); } inline static int32_t get_offset_of_additionalValues_2() { return static_cast(offsetof(InlinedArray_1_t740043C1A36A2183248E89E1B638F9E3954FE172, ___additionalValues_2)); } inline InputDeviceCommandDelegateU5BU5D_t47EBBCFBA9C24BA7BE7CE0001AE9CB11F87CA7B3* get_additionalValues_2() const { return ___additionalValues_2; } inline InputDeviceCommandDelegateU5BU5D_t47EBBCFBA9C24BA7BE7CE0001AE9CB11F87CA7B3** get_address_of_additionalValues_2() { return &___additionalValues_2; } inline void set_additionalValues_2(InputDeviceCommandDelegateU5BU5D_t47EBBCFBA9C24BA7BE7CE0001AE9CB11F87CA7B3* value) { ___additionalValues_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___additionalValues_2), (void*)value); } }; // UnityEngine.InputSystem.Utilities.InlinedArray`1 struct InlinedArray_1_t28A0B99AACBC64E01FB1E06F511487AB0DF535CC { public: // System.Int32 UnityEngine.InputSystem.Utilities.InlinedArray`1::length int32_t ___length_0; // TValue UnityEngine.InputSystem.Utilities.InlinedArray`1::firstValue InputDeviceFindControlLayoutDelegate_tE30412E20D6F6870BF090C6D6C4CA9B4CFD0978F * ___firstValue_1; // TValue[] UnityEngine.InputSystem.Utilities.InlinedArray`1::additionalValues InputDeviceFindControlLayoutDelegateU5BU5D_tD623D611CF24B7F8960BAA8B4EFC172CE4ADAB72* ___additionalValues_2; public: inline static int32_t get_offset_of_length_0() { return static_cast(offsetof(InlinedArray_1_t28A0B99AACBC64E01FB1E06F511487AB0DF535CC, ___length_0)); } inline int32_t get_length_0() const { return ___length_0; } inline int32_t* get_address_of_length_0() { return &___length_0; } inline void set_length_0(int32_t value) { ___length_0 = value; } inline static int32_t get_offset_of_firstValue_1() { return static_cast(offsetof(InlinedArray_1_t28A0B99AACBC64E01FB1E06F511487AB0DF535CC, ___firstValue_1)); } inline InputDeviceFindControlLayoutDelegate_tE30412E20D6F6870BF090C6D6C4CA9B4CFD0978F * get_firstValue_1() const { return ___firstValue_1; } inline InputDeviceFindControlLayoutDelegate_tE30412E20D6F6870BF090C6D6C4CA9B4CFD0978F ** get_address_of_firstValue_1() { return &___firstValue_1; } inline void set_firstValue_1(InputDeviceFindControlLayoutDelegate_tE30412E20D6F6870BF090C6D6C4CA9B4CFD0978F * value) { ___firstValue_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___firstValue_1), (void*)value); } inline static int32_t get_offset_of_additionalValues_2() { return static_cast(offsetof(InlinedArray_1_t28A0B99AACBC64E01FB1E06F511487AB0DF535CC, ___additionalValues_2)); } inline InputDeviceFindControlLayoutDelegateU5BU5D_tD623D611CF24B7F8960BAA8B4EFC172CE4ADAB72* get_additionalValues_2() const { return ___additionalValues_2; } inline InputDeviceFindControlLayoutDelegateU5BU5D_tD623D611CF24B7F8960BAA8B4EFC172CE4ADAB72** get_address_of_additionalValues_2() { return &___additionalValues_2; } inline void set_additionalValues_2(InputDeviceFindControlLayoutDelegateU5BU5D_tD623D611CF24B7F8960BAA8B4EFC172CE4ADAB72* value) { ___additionalValues_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___additionalValues_2), (void*)value); } }; // UnityEngine.InputSystem.Utilities.InlinedArray`1 struct InlinedArray_1_tB0AAF680EA1CE867851DE37A96313A3779BF0BD2 { public: // System.Int32 UnityEngine.InputSystem.Utilities.InlinedArray`1::length int32_t ___length_0; // TValue UnityEngine.InputSystem.Utilities.InlinedArray`1::firstValue RuntimeObject * ___firstValue_1; // TValue[] UnityEngine.InputSystem.Utilities.InlinedArray`1::additionalValues ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___additionalValues_2; public: inline static int32_t get_offset_of_length_0() { return static_cast(offsetof(InlinedArray_1_tB0AAF680EA1CE867851DE37A96313A3779BF0BD2, ___length_0)); } inline int32_t get_length_0() const { return ___length_0; } inline int32_t* get_address_of_length_0() { return &___length_0; } inline void set_length_0(int32_t value) { ___length_0 = value; } inline static int32_t get_offset_of_firstValue_1() { return static_cast(offsetof(InlinedArray_1_tB0AAF680EA1CE867851DE37A96313A3779BF0BD2, ___firstValue_1)); } inline RuntimeObject * get_firstValue_1() const { return ___firstValue_1; } inline RuntimeObject ** get_address_of_firstValue_1() { return &___firstValue_1; } inline void set_firstValue_1(RuntimeObject * value) { ___firstValue_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___firstValue_1), (void*)value); } inline static int32_t get_offset_of_additionalValues_2() { return static_cast(offsetof(InlinedArray_1_tB0AAF680EA1CE867851DE37A96313A3779BF0BD2, ___additionalValues_2)); } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* get_additionalValues_2() const { return ___additionalValues_2; } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** get_address_of_additionalValues_2() { return &___additionalValues_2; } inline void set_additionalValues_2(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* value) { ___additionalValues_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___additionalValues_2), (void*)value); } }; // System.Collections.Generic.KeyValuePair`2 struct KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625 { public: // TKey System.Collections.Generic.KeyValuePair`2::key RuntimeObject * ___key_0; // TValue System.Collections.Generic.KeyValuePair`2::value RuntimeObject * ___value_1; public: inline static int32_t get_offset_of_key_0() { return static_cast(offsetof(KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625, ___key_0)); } inline RuntimeObject * get_key_0() const { return ___key_0; } inline RuntimeObject ** get_address_of_key_0() { return &___key_0; } inline void set_key_0(RuntimeObject * value) { ___key_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___key_0), (void*)value); } inline static int32_t get_offset_of_value_1() { return static_cast(offsetof(KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625, ___value_1)); } inline RuntimeObject * get_value_1() const { return ___value_1; } inline RuntimeObject ** get_address_of_value_1() { return &___value_1; } inline void set_value_1(RuntimeObject * value) { ___value_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___value_1), (void*)value); } }; // Unity.Collections.NativeSlice`1 struct NativeSlice_1_t8CC9084A6142F85DC3156706181EEFB2D52B94C3 { public: // System.Byte* Unity.Collections.NativeSlice`1::m_Buffer uint8_t* ___m_Buffer_0; // System.Int32 Unity.Collections.NativeSlice`1::m_Stride int32_t ___m_Stride_1; // System.Int32 Unity.Collections.NativeSlice`1::m_Length int32_t ___m_Length_2; public: inline static int32_t get_offset_of_m_Buffer_0() { return static_cast(offsetof(NativeSlice_1_t8CC9084A6142F85DC3156706181EEFB2D52B94C3, ___m_Buffer_0)); } inline uint8_t* get_m_Buffer_0() const { return ___m_Buffer_0; } inline uint8_t** get_address_of_m_Buffer_0() { return &___m_Buffer_0; } inline void set_m_Buffer_0(uint8_t* value) { ___m_Buffer_0 = value; } inline static int32_t get_offset_of_m_Stride_1() { return static_cast(offsetof(NativeSlice_1_t8CC9084A6142F85DC3156706181EEFB2D52B94C3, ___m_Stride_1)); } inline int32_t get_m_Stride_1() const { return ___m_Stride_1; } inline int32_t* get_address_of_m_Stride_1() { return &___m_Stride_1; } inline void set_m_Stride_1(int32_t value) { ___m_Stride_1 = value; } inline static int32_t get_offset_of_m_Length_2() { return static_cast(offsetof(NativeSlice_1_t8CC9084A6142F85DC3156706181EEFB2D52B94C3, ___m_Length_2)); } inline int32_t get_m_Length_2() const { return ___m_Length_2; } inline int32_t* get_address_of_m_Length_2() { return &___m_Length_2; } inline void set_m_Length_2(int32_t value) { ___m_Length_2 = value; } }; // Unity.Collections.NativeSlice`1 struct NativeSlice_1_tCD0AC77C2E3CDA052D42479FF29B6F9F6454B125 { public: // System.Byte* Unity.Collections.NativeSlice`1::m_Buffer uint8_t* ___m_Buffer_0; // System.Int32 Unity.Collections.NativeSlice`1::m_Stride int32_t ___m_Stride_1; // System.Int32 Unity.Collections.NativeSlice`1::m_Length int32_t ___m_Length_2; public: inline static int32_t get_offset_of_m_Buffer_0() { return static_cast(offsetof(NativeSlice_1_tCD0AC77C2E3CDA052D42479FF29B6F9F6454B125, ___m_Buffer_0)); } inline uint8_t* get_m_Buffer_0() const { return ___m_Buffer_0; } inline uint8_t** get_address_of_m_Buffer_0() { return &___m_Buffer_0; } inline void set_m_Buffer_0(uint8_t* value) { ___m_Buffer_0 = value; } inline static int32_t get_offset_of_m_Stride_1() { return static_cast(offsetof(NativeSlice_1_tCD0AC77C2E3CDA052D42479FF29B6F9F6454B125, ___m_Stride_1)); } inline int32_t get_m_Stride_1() const { return ___m_Stride_1; } inline int32_t* get_address_of_m_Stride_1() { return &___m_Stride_1; } inline void set_m_Stride_1(int32_t value) { ___m_Stride_1 = value; } inline static int32_t get_offset_of_m_Length_2() { return static_cast(offsetof(NativeSlice_1_tCD0AC77C2E3CDA052D42479FF29B6F9F6454B125, ___m_Length_2)); } inline int32_t get_m_Length_2() const { return ___m_Length_2; } inline int32_t* get_address_of_m_Length_2() { return &___m_Length_2; } inline void set_m_Length_2(int32_t value) { ___m_Length_2 = value; } }; // System.Nullable`1 struct Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 { public: // T System.Nullable`1::value bool ___value_0; // System.Boolean System.Nullable`1::has_value bool ___has_value_1; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3, ___value_0)); } inline bool get_value_0() const { return ___value_0; } inline bool* get_address_of_value_0() { return &___value_0; } inline void set_value_0(bool value) { ___value_0 = value; } inline static int32_t get_offset_of_has_value_1() { return static_cast(offsetof(Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3, ___has_value_1)); } inline bool get_has_value_1() const { return ___has_value_1; } inline bool* get_address_of_has_value_1() { return &___has_value_1; } inline void set_has_value_1(bool value) { ___has_value_1 = value; } }; // System.Nullable`1 struct Nullable_1_t340361C8134256120F5769AC5A3F743DB6C11D1F { public: // T System.Nullable`1::value int64_t ___value_0; // System.Boolean System.Nullable`1::has_value bool ___has_value_1; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(Nullable_1_t340361C8134256120F5769AC5A3F743DB6C11D1F, ___value_0)); } inline int64_t get_value_0() const { return ___value_0; } inline int64_t* get_address_of_value_0() { return &___value_0; } inline void set_value_0(int64_t value) { ___value_0 = value; } inline static int32_t get_offset_of_has_value_1() { return static_cast(offsetof(Nullable_1_t340361C8134256120F5769AC5A3F743DB6C11D1F, ___has_value_1)); } inline bool get_has_value_1() const { return ___has_value_1; } inline bool* get_address_of_has_value_1() { return &___has_value_1; } inline void set_has_value_1(bool value) { ___has_value_1 = value; } }; // UnityEngine.Rendering.PostProcessing.ParameterOverride`1 struct ParameterOverride_1_t44F5A562A85AD213D94BE9A0DF3DC87C847C3EDC : public ParameterOverride_tED887E59B87A5DD3BFDAAAF745F82D9080FA4784 { public: // T UnityEngine.Rendering.PostProcessing.ParameterOverride`1::value bool ___value_1; public: inline static int32_t get_offset_of_value_1() { return static_cast(offsetof(ParameterOverride_1_t44F5A562A85AD213D94BE9A0DF3DC87C847C3EDC, ___value_1)); } inline bool get_value_1() const { return ___value_1; } inline bool* get_address_of_value_1() { return &___value_1; } inline void set_value_1(bool value) { ___value_1 = value; } }; // UnityEngine.Rendering.PostProcessing.ParameterOverride`1 struct ParameterOverride_1_t56A3B8BB64B4D2C9B914D4D065215DDAD764741D : public ParameterOverride_tED887E59B87A5DD3BFDAAAF745F82D9080FA4784 { public: // T UnityEngine.Rendering.PostProcessing.ParameterOverride`1::value int32_t ___value_1; public: inline static int32_t get_offset_of_value_1() { return static_cast(offsetof(ParameterOverride_1_t56A3B8BB64B4D2C9B914D4D065215DDAD764741D, ___value_1)); } inline int32_t get_value_1() const { return ___value_1; } inline int32_t* get_address_of_value_1() { return &___value_1; } inline void set_value_1(int32_t value) { ___value_1 = value; } }; // UnityEngine.Rendering.PostProcessing.ParameterOverride`1 struct ParameterOverride_1_t4C9D3949FFB2BBF1449903DEE28A975867B49BFD : public ParameterOverride_tED887E59B87A5DD3BFDAAAF745F82D9080FA4784 { public: // T UnityEngine.Rendering.PostProcessing.ParameterOverride`1::value RuntimeObject * ___value_1; public: inline static int32_t get_offset_of_value_1() { return static_cast(offsetof(ParameterOverride_1_t4C9D3949FFB2BBF1449903DEE28A975867B49BFD, ___value_1)); } inline RuntimeObject * get_value_1() const { return ___value_1; } inline RuntimeObject ** get_address_of_value_1() { return &___value_1; } inline void set_value_1(RuntimeObject * value) { ___value_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___value_1), (void*)value); } }; // UnityEngine.Rendering.PostProcessing.ParameterOverride`1 struct ParameterOverride_1_tE564C5FA9AEBC9DB9DEB9AA8668AB1C53698D7C1 : public ParameterOverride_tED887E59B87A5DD3BFDAAAF745F82D9080FA4784 { public: // T UnityEngine.Rendering.PostProcessing.ParameterOverride`1::value float ___value_1; public: inline static int32_t get_offset_of_value_1() { return static_cast(offsetof(ParameterOverride_1_tE564C5FA9AEBC9DB9DEB9AA8668AB1C53698D7C1, ___value_1)); } inline float get_value_1() const { return ___value_1; } inline float* get_address_of_value_1() { return &___value_1; } inline void set_value_1(float value) { ___value_1 = value; } }; // UnityEngine.InputSystem.Utilities.ReadOnlyArray`1 struct ReadOnlyArray_1_t51E12EEA961178973D364D9C1D86150BC4FF6811 { public: // TValue[] UnityEngine.InputSystem.Utilities.ReadOnlyArray`1::m_Array InputControlU5BU5D_tB874FECA56E2B08D3280F4174B988EA155E99680* ___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; public: inline static int32_t get_offset_of_m_Array_0() { return static_cast(offsetof(ReadOnlyArray_1_t51E12EEA961178973D364D9C1D86150BC4FF6811, ___m_Array_0)); } inline InputControlU5BU5D_tB874FECA56E2B08D3280F4174B988EA155E99680* get_m_Array_0() const { return ___m_Array_0; } inline InputControlU5BU5D_tB874FECA56E2B08D3280F4174B988EA155E99680** get_address_of_m_Array_0() { return &___m_Array_0; } inline void set_m_Array_0(InputControlU5BU5D_tB874FECA56E2B08D3280F4174B988EA155E99680* value) { ___m_Array_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Array_0), (void*)value); } inline static int32_t get_offset_of_m_StartIndex_1() { return static_cast(offsetof(ReadOnlyArray_1_t51E12EEA961178973D364D9C1D86150BC4FF6811, ___m_StartIndex_1)); } inline int32_t get_m_StartIndex_1() const { return ___m_StartIndex_1; } inline int32_t* get_address_of_m_StartIndex_1() { return &___m_StartIndex_1; } inline void set_m_StartIndex_1(int32_t value) { ___m_StartIndex_1 = value; } inline static int32_t get_offset_of_m_Length_2() { return static_cast(offsetof(ReadOnlyArray_1_t51E12EEA961178973D364D9C1D86150BC4FF6811, ___m_Length_2)); } inline int32_t get_m_Length_2() const { return ___m_Length_2; } inline int32_t* get_address_of_m_Length_2() { return &___m_Length_2; } inline void set_m_Length_2(int32_t value) { ___m_Length_2 = value; } }; // UnityEngine.InputSystem.Utilities.ReadOnlyArray`1 struct ReadOnlyArray_1_tD26A5C8942D54D9923D37B15641CAC16B1922B9E { public: // TValue[] UnityEngine.InputSystem.Utilities.ReadOnlyArray`1::m_Array InputControlSchemeU5BU5D_t3CDD2E91F58ACC65C4FEEE8FEED6770933F2EABD* ___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; public: inline static int32_t get_offset_of_m_Array_0() { return static_cast(offsetof(ReadOnlyArray_1_tD26A5C8942D54D9923D37B15641CAC16B1922B9E, ___m_Array_0)); } inline InputControlSchemeU5BU5D_t3CDD2E91F58ACC65C4FEEE8FEED6770933F2EABD* get_m_Array_0() const { return ___m_Array_0; } inline InputControlSchemeU5BU5D_t3CDD2E91F58ACC65C4FEEE8FEED6770933F2EABD** get_address_of_m_Array_0() { return &___m_Array_0; } inline void set_m_Array_0(InputControlSchemeU5BU5D_t3CDD2E91F58ACC65C4FEEE8FEED6770933F2EABD* value) { ___m_Array_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Array_0), (void*)value); } inline static int32_t get_offset_of_m_StartIndex_1() { return static_cast(offsetof(ReadOnlyArray_1_tD26A5C8942D54D9923D37B15641CAC16B1922B9E, ___m_StartIndex_1)); } inline int32_t get_m_StartIndex_1() const { return ___m_StartIndex_1; } inline int32_t* get_address_of_m_StartIndex_1() { return &___m_StartIndex_1; } inline void set_m_StartIndex_1(int32_t value) { ___m_StartIndex_1 = value; } inline static int32_t get_offset_of_m_Length_2() { return static_cast(offsetof(ReadOnlyArray_1_tD26A5C8942D54D9923D37B15641CAC16B1922B9E, ___m_Length_2)); } inline int32_t get_m_Length_2() const { return ___m_Length_2; } inline int32_t* get_address_of_m_Length_2() { return &___m_Length_2; } inline void set_m_Length_2(int32_t value) { ___m_Length_2 = value; } }; // UnityEngine.InputSystem.Utilities.ReadOnlyArray`1 struct ReadOnlyArray_1_tACB506541C5CC2CCA16D8065F5F949D9874C78D0 { public: // TValue[] UnityEngine.InputSystem.Utilities.ReadOnlyArray`1::m_Array InputDeviceU5BU5D_tE05D1214F0F949DC3A889F8DB4B7A68A3089F6D6* ___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; public: inline static int32_t get_offset_of_m_Array_0() { return static_cast(offsetof(ReadOnlyArray_1_tACB506541C5CC2CCA16D8065F5F949D9874C78D0, ___m_Array_0)); } inline InputDeviceU5BU5D_tE05D1214F0F949DC3A889F8DB4B7A68A3089F6D6* get_m_Array_0() const { return ___m_Array_0; } inline InputDeviceU5BU5D_tE05D1214F0F949DC3A889F8DB4B7A68A3089F6D6** get_address_of_m_Array_0() { return &___m_Array_0; } inline void set_m_Array_0(InputDeviceU5BU5D_tE05D1214F0F949DC3A889F8DB4B7A68A3089F6D6* value) { ___m_Array_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Array_0), (void*)value); } inline static int32_t get_offset_of_m_StartIndex_1() { return static_cast(offsetof(ReadOnlyArray_1_tACB506541C5CC2CCA16D8065F5F949D9874C78D0, ___m_StartIndex_1)); } inline int32_t get_m_StartIndex_1() const { return ___m_StartIndex_1; } inline int32_t* get_address_of_m_StartIndex_1() { return &___m_StartIndex_1; } inline void set_m_StartIndex_1(int32_t value) { ___m_StartIndex_1 = value; } inline static int32_t get_offset_of_m_Length_2() { return static_cast(offsetof(ReadOnlyArray_1_tACB506541C5CC2CCA16D8065F5F949D9874C78D0, ___m_Length_2)); } inline int32_t get_m_Length_2() const { return ___m_Length_2; } inline int32_t* get_address_of_m_Length_2() { return &___m_Length_2; } inline void set_m_Length_2(int32_t value) { ___m_Length_2 = value; } }; // UnityEngine.InputSystem.Utilities.ReadOnlyArray`1 struct ReadOnlyArray_1_t606E37DB0F1B75FCB4C4A029A0F6C2B4AE7DED75 { public: // TValue[] UnityEngine.InputSystem.Utilities.ReadOnlyArray`1::m_Array InternedStringU5BU5D_t1EAE8433C8EF7C76894673801EE0EE9F6833E9A4* ___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; public: inline static int32_t get_offset_of_m_Array_0() { return static_cast(offsetof(ReadOnlyArray_1_t606E37DB0F1B75FCB4C4A029A0F6C2B4AE7DED75, ___m_Array_0)); } inline InternedStringU5BU5D_t1EAE8433C8EF7C76894673801EE0EE9F6833E9A4* get_m_Array_0() const { return ___m_Array_0; } inline InternedStringU5BU5D_t1EAE8433C8EF7C76894673801EE0EE9F6833E9A4** get_address_of_m_Array_0() { return &___m_Array_0; } inline void set_m_Array_0(InternedStringU5BU5D_t1EAE8433C8EF7C76894673801EE0EE9F6833E9A4* value) { ___m_Array_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Array_0), (void*)value); } inline static int32_t get_offset_of_m_StartIndex_1() { return static_cast(offsetof(ReadOnlyArray_1_t606E37DB0F1B75FCB4C4A029A0F6C2B4AE7DED75, ___m_StartIndex_1)); } inline int32_t get_m_StartIndex_1() const { return ___m_StartIndex_1; } inline int32_t* get_address_of_m_StartIndex_1() { return &___m_StartIndex_1; } inline void set_m_StartIndex_1(int32_t value) { ___m_StartIndex_1 = value; } inline static int32_t get_offset_of_m_Length_2() { return static_cast(offsetof(ReadOnlyArray_1_t606E37DB0F1B75FCB4C4A029A0F6C2B4AE7DED75, ___m_Length_2)); } inline int32_t get_m_Length_2() const { return ___m_Length_2; } inline int32_t* get_address_of_m_Length_2() { return &___m_Length_2; } inline void set_m_Length_2(int32_t value) { ___m_Length_2 = value; } }; // UnityEngine.InputSystem.Utilities.ReadOnlyArray`1 struct ReadOnlyArray_1_tC87F80F9582CEDF1B66B5875A22591316B710C6E { public: // TValue[] UnityEngine.InputSystem.Utilities.ReadOnlyArray`1::m_Array NameAndParametersU5BU5D_t960DDB52F44DD1231B0C626E9C859F1E0B2F5EAD* ___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; public: inline static int32_t get_offset_of_m_Array_0() { return static_cast(offsetof(ReadOnlyArray_1_tC87F80F9582CEDF1B66B5875A22591316B710C6E, ___m_Array_0)); } inline NameAndParametersU5BU5D_t960DDB52F44DD1231B0C626E9C859F1E0B2F5EAD* get_m_Array_0() const { return ___m_Array_0; } inline NameAndParametersU5BU5D_t960DDB52F44DD1231B0C626E9C859F1E0B2F5EAD** get_address_of_m_Array_0() { return &___m_Array_0; } inline void set_m_Array_0(NameAndParametersU5BU5D_t960DDB52F44DD1231B0C626E9C859F1E0B2F5EAD* value) { ___m_Array_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Array_0), (void*)value); } inline static int32_t get_offset_of_m_StartIndex_1() { return static_cast(offsetof(ReadOnlyArray_1_tC87F80F9582CEDF1B66B5875A22591316B710C6E, ___m_StartIndex_1)); } inline int32_t get_m_StartIndex_1() const { return ___m_StartIndex_1; } inline int32_t* get_address_of_m_StartIndex_1() { return &___m_StartIndex_1; } inline void set_m_StartIndex_1(int32_t value) { ___m_StartIndex_1 = value; } inline static int32_t get_offset_of_m_Length_2() { return static_cast(offsetof(ReadOnlyArray_1_tC87F80F9582CEDF1B66B5875A22591316B710C6E, ___m_Length_2)); } inline int32_t get_m_Length_2() const { return ___m_Length_2; } inline int32_t* get_address_of_m_Length_2() { return &___m_Length_2; } inline void set_m_Length_2(int32_t value) { ___m_Length_2 = value; } }; // UnityEngine.InputSystem.Utilities.ReadOnlyArray`1 struct ReadOnlyArray_1_t644486DA5FB2B247FC64733F192E2894F46CFCF5 { public: // TValue[] UnityEngine.InputSystem.Utilities.ReadOnlyArray`1::m_Array NamedValueU5BU5D_t16F5D30B70B5FEDA89AE16CFD61FACEC7DF85391* ___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; public: inline static int32_t get_offset_of_m_Array_0() { return static_cast(offsetof(ReadOnlyArray_1_t644486DA5FB2B247FC64733F192E2894F46CFCF5, ___m_Array_0)); } inline NamedValueU5BU5D_t16F5D30B70B5FEDA89AE16CFD61FACEC7DF85391* get_m_Array_0() const { return ___m_Array_0; } inline NamedValueU5BU5D_t16F5D30B70B5FEDA89AE16CFD61FACEC7DF85391** get_address_of_m_Array_0() { return &___m_Array_0; } inline void set_m_Array_0(NamedValueU5BU5D_t16F5D30B70B5FEDA89AE16CFD61FACEC7DF85391* value) { ___m_Array_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Array_0), (void*)value); } inline static int32_t get_offset_of_m_StartIndex_1() { return static_cast(offsetof(ReadOnlyArray_1_t644486DA5FB2B247FC64733F192E2894F46CFCF5, ___m_StartIndex_1)); } inline int32_t get_m_StartIndex_1() const { return ___m_StartIndex_1; } inline int32_t* get_address_of_m_StartIndex_1() { return &___m_StartIndex_1; } inline void set_m_StartIndex_1(int32_t value) { ___m_StartIndex_1 = value; } inline static int32_t get_offset_of_m_Length_2() { return static_cast(offsetof(ReadOnlyArray_1_t644486DA5FB2B247FC64733F192E2894F46CFCF5, ___m_Length_2)); } inline int32_t get_m_Length_2() const { return ___m_Length_2; } inline int32_t* get_address_of_m_Length_2() { return &___m_Length_2; } inline void set_m_Length_2(int32_t value) { ___m_Length_2 = value; } }; // UnityEngine.InputSystem.Utilities.ReadOnlyArray`1 struct ReadOnlyArray_1_t9584B0851320AB0F5BC8FF261C123F5994A081B7 { public: // TValue[] UnityEngine.InputSystem.Utilities.ReadOnlyArray`1::m_Array ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___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; public: inline static int32_t get_offset_of_m_Array_0() { return static_cast(offsetof(ReadOnlyArray_1_t9584B0851320AB0F5BC8FF261C123F5994A081B7, ___m_Array_0)); } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* get_m_Array_0() const { return ___m_Array_0; } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** get_address_of_m_Array_0() { return &___m_Array_0; } inline void set_m_Array_0(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* value) { ___m_Array_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Array_0), (void*)value); } inline static int32_t get_offset_of_m_StartIndex_1() { return static_cast(offsetof(ReadOnlyArray_1_t9584B0851320AB0F5BC8FF261C123F5994A081B7, ___m_StartIndex_1)); } inline int32_t get_m_StartIndex_1() const { return ___m_StartIndex_1; } inline int32_t* get_address_of_m_StartIndex_1() { return &___m_StartIndex_1; } inline void set_m_StartIndex_1(int32_t value) { ___m_StartIndex_1 = value; } inline static int32_t get_offset_of_m_Length_2() { return static_cast(offsetof(ReadOnlyArray_1_t9584B0851320AB0F5BC8FF261C123F5994A081B7, ___m_Length_2)); } inline int32_t get_m_Length_2() const { return ___m_Length_2; } inline int32_t* get_address_of_m_Length_2() { return &___m_Length_2; } inline void set_m_Length_2(int32_t value) { ___m_Length_2 = value; } }; // System.ValueTuple`2 struct ValueTuple_2_t6E5328CF9F490572344E5992FA01B3256F92075E { public: // T1 System.ValueTuple`2::Item1 int32_t ___Item1_0; // T2 System.ValueTuple`2::Item2 int32_t ___Item2_1; public: inline static int32_t get_offset_of_Item1_0() { return static_cast(offsetof(ValueTuple_2_t6E5328CF9F490572344E5992FA01B3256F92075E, ___Item1_0)); } inline int32_t get_Item1_0() const { return ___Item1_0; } inline int32_t* get_address_of_Item1_0() { return &___Item1_0; } inline void set_Item1_0(int32_t value) { ___Item1_0 = value; } inline static int32_t get_offset_of_Item2_1() { return static_cast(offsetof(ValueTuple_2_t6E5328CF9F490572344E5992FA01B3256F92075E, ___Item2_1)); } inline int32_t get_Item2_1() const { return ___Item2_1; } inline int32_t* get_address_of_Item2_1() { return &___Item2_1; } inline void set_Item2_1(int32_t value) { ___Item2_1 = value; } }; // System.Linq.Enumerable/WhereArrayIterator`1 struct WhereArrayIterator_1_t7D84D638EB94F5CC3BE1B29D8FC781CA8CD15A86 : public Iterator_1_t674ABE41CF4096D4BE4D51E21FEBDADBF74CC279 { public: // TSource[] System.Linq.Enumerable/WhereArrayIterator`1::source ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___source_3; // System.Func`2 System.Linq.Enumerable/WhereArrayIterator`1::predicate Func_2_t99409DECFF50F0FA9B427C863AC6C99C66E6F9F8 * ___predicate_4; // System.Int32 System.Linq.Enumerable/WhereArrayIterator`1::index int32_t ___index_5; public: inline static int32_t get_offset_of_source_3() { return static_cast(offsetof(WhereArrayIterator_1_t7D84D638EB94F5CC3BE1B29D8FC781CA8CD15A86, ___source_3)); } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* get_source_3() const { return ___source_3; } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** get_address_of_source_3() { return &___source_3; } inline void set_source_3(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* value) { ___source_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_3), (void*)value); } inline static int32_t get_offset_of_predicate_4() { return static_cast(offsetof(WhereArrayIterator_1_t7D84D638EB94F5CC3BE1B29D8FC781CA8CD15A86, ___predicate_4)); } inline Func_2_t99409DECFF50F0FA9B427C863AC6C99C66E6F9F8 * get_predicate_4() const { return ___predicate_4; } inline Func_2_t99409DECFF50F0FA9B427C863AC6C99C66E6F9F8 ** get_address_of_predicate_4() { return &___predicate_4; } inline void set_predicate_4(Func_2_t99409DECFF50F0FA9B427C863AC6C99C66E6F9F8 * value) { ___predicate_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___predicate_4), (void*)value); } inline static int32_t get_offset_of_index_5() { return static_cast(offsetof(WhereArrayIterator_1_t7D84D638EB94F5CC3BE1B29D8FC781CA8CD15A86, ___index_5)); } inline int32_t get_index_5() const { return ___index_5; } inline int32_t* get_address_of_index_5() { return &___index_5; } inline void set_index_5(int32_t value) { ___index_5 = value; } }; // System.Linq.Enumerable/WhereEnumerableIterator`1 struct WhereEnumerableIterator_1_t1E9FDCFD8F8136C6A5A5740C1E093EF03F0B5CE0 : public Iterator_1_t674ABE41CF4096D4BE4D51E21FEBDADBF74CC279 { public: // System.Collections.Generic.IEnumerable`1 System.Linq.Enumerable/WhereEnumerableIterator`1::source RuntimeObject* ___source_3; // System.Func`2 System.Linq.Enumerable/WhereEnumerableIterator`1::predicate Func_2_t99409DECFF50F0FA9B427C863AC6C99C66E6F9F8 * ___predicate_4; // System.Collections.Generic.IEnumerator`1 System.Linq.Enumerable/WhereEnumerableIterator`1::enumerator RuntimeObject* ___enumerator_5; public: inline static int32_t get_offset_of_source_3() { return static_cast(offsetof(WhereEnumerableIterator_1_t1E9FDCFD8F8136C6A5A5740C1E093EF03F0B5CE0, ___source_3)); } inline RuntimeObject* get_source_3() const { return ___source_3; } inline RuntimeObject** get_address_of_source_3() { return &___source_3; } inline void set_source_3(RuntimeObject* value) { ___source_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_3), (void*)value); } inline static int32_t get_offset_of_predicate_4() { return static_cast(offsetof(WhereEnumerableIterator_1_t1E9FDCFD8F8136C6A5A5740C1E093EF03F0B5CE0, ___predicate_4)); } inline Func_2_t99409DECFF50F0FA9B427C863AC6C99C66E6F9F8 * get_predicate_4() const { return ___predicate_4; } inline Func_2_t99409DECFF50F0FA9B427C863AC6C99C66E6F9F8 ** get_address_of_predicate_4() { return &___predicate_4; } inline void set_predicate_4(Func_2_t99409DECFF50F0FA9B427C863AC6C99C66E6F9F8 * value) { ___predicate_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___predicate_4), (void*)value); } inline static int32_t get_offset_of_enumerator_5() { return static_cast(offsetof(WhereEnumerableIterator_1_t1E9FDCFD8F8136C6A5A5740C1E093EF03F0B5CE0, ___enumerator_5)); } inline RuntimeObject* get_enumerator_5() const { return ___enumerator_5; } inline RuntimeObject** get_address_of_enumerator_5() { return &___enumerator_5; } inline void set_enumerator_5(RuntimeObject* value) { ___enumerator_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___enumerator_5), (void*)value); } }; // System.Runtime.CompilerServices.AsyncMethodBuilderCore struct AsyncMethodBuilderCore_t2C85055E04767C52B9F66144476FCBF500DBFA34 { public: // System.Runtime.CompilerServices.IAsyncStateMachine System.Runtime.CompilerServices.AsyncMethodBuilderCore::m_stateMachine RuntimeObject* ___m_stateMachine_0; // System.Action System.Runtime.CompilerServices.AsyncMethodBuilderCore::m_defaultContextAction Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * ___m_defaultContextAction_1; public: inline static int32_t get_offset_of_m_stateMachine_0() { return static_cast(offsetof(AsyncMethodBuilderCore_t2C85055E04767C52B9F66144476FCBF500DBFA34, ___m_stateMachine_0)); } inline RuntimeObject* get_m_stateMachine_0() const { return ___m_stateMachine_0; } inline RuntimeObject** get_address_of_m_stateMachine_0() { return &___m_stateMachine_0; } inline void set_m_stateMachine_0(RuntimeObject* value) { ___m_stateMachine_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_stateMachine_0), (void*)value); } inline static int32_t get_offset_of_m_defaultContextAction_1() { return static_cast(offsetof(AsyncMethodBuilderCore_t2C85055E04767C52B9F66144476FCBF500DBFA34, ___m_defaultContextAction_1)); } inline Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * get_m_defaultContextAction_1() const { return ___m_defaultContextAction_1; } inline Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 ** get_address_of_m_defaultContextAction_1() { return &___m_defaultContextAction_1; } inline void set_m_defaultContextAction_1(Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * value) { ___m_defaultContextAction_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_defaultContextAction_1), (void*)value); } }; // Native definition for P/Invoke marshalling of System.Runtime.CompilerServices.AsyncMethodBuilderCore struct AsyncMethodBuilderCore_t2C85055E04767C52B9F66144476FCBF500DBFA34_marshaled_pinvoke { RuntimeObject* ___m_stateMachine_0; Il2CppMethodPointer ___m_defaultContextAction_1; }; // Native definition for COM marshalling of System.Runtime.CompilerServices.AsyncMethodBuilderCore struct AsyncMethodBuilderCore_t2C85055E04767C52B9F66144476FCBF500DBFA34_marshaled_com { RuntimeObject* ___m_stateMachine_0; Il2CppMethodPointer ___m_defaultContextAction_1; }; // UnityEngine.EventSystems.BaseEventData struct BaseEventData_t722C48843CF21B50E06CC0E2E679415E38A7444E : public AbstractEventData_tA0B5065DE3430C0031ADE061668E1C7073D718DF { public: // UnityEngine.EventSystems.EventSystem UnityEngine.EventSystems.BaseEventData::m_EventSystem EventSystem_t5DC458FCD0355A74CDCCE79287B38B9C4278E39C * ___m_EventSystem_1; public: inline static int32_t get_offset_of_m_EventSystem_1() { return static_cast(offsetof(BaseEventData_t722C48843CF21B50E06CC0E2E679415E38A7444E, ___m_EventSystem_1)); } inline EventSystem_t5DC458FCD0355A74CDCCE79287B38B9C4278E39C * get_m_EventSystem_1() const { return ___m_EventSystem_1; } inline EventSystem_t5DC458FCD0355A74CDCCE79287B38B9C4278E39C ** get_address_of_m_EventSystem_1() { return &___m_EventSystem_1; } inline void set_m_EventSystem_1(EventSystem_t5DC458FCD0355A74CDCCE79287B38B9C4278E39C * value) { ___m_EventSystem_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_EventSystem_1), (void*)value); } }; // System.Boolean struct Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37 { public: // System.Boolean System.Boolean::m_value bool ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37, ___m_value_0)); } inline bool get_m_value_0() const { return ___m_value_0; } inline bool* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(bool value) { ___m_value_0 = value; } }; // System.Byte struct Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056 { public: // System.Byte System.Byte::m_value uint8_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056, ___m_value_0)); } inline uint8_t get_m_value_0() const { return ___m_value_0; } inline uint8_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(uint8_t value) { ___m_value_0 = value; } }; // System.Threading.CancellationToken struct CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD { public: // System.Threading.CancellationTokenSource System.Threading.CancellationToken::m_source CancellationTokenSource_t78B989179DE23EDD36F870FFEE20A15D6D3C65B3 * ___m_source_0; public: inline static int32_t get_offset_of_m_source_0() { return static_cast(offsetof(CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD, ___m_source_0)); } inline CancellationTokenSource_t78B989179DE23EDD36F870FFEE20A15D6D3C65B3 * get_m_source_0() const { return ___m_source_0; } inline CancellationTokenSource_t78B989179DE23EDD36F870FFEE20A15D6D3C65B3 ** get_address_of_m_source_0() { return &___m_source_0; } inline void set_m_source_0(CancellationTokenSource_t78B989179DE23EDD36F870FFEE20A15D6D3C65B3 * value) { ___m_source_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_source_0), (void*)value); } }; // Native definition for P/Invoke marshalling of System.Threading.CancellationToken struct CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD_marshaled_pinvoke { CancellationTokenSource_t78B989179DE23EDD36F870FFEE20A15D6D3C65B3 * ___m_source_0; }; // Native definition for COM marshalling of System.Threading.CancellationToken struct CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD_marshaled_com { CancellationTokenSource_t78B989179DE23EDD36F870FFEE20A15D6D3C65B3 * ___m_source_0; }; // System.Char struct Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14 { public: // System.Char System.Char::m_value Il2CppChar ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14, ___m_value_0)); } inline Il2CppChar get_m_value_0() const { return ___m_value_0; } inline Il2CppChar* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(Il2CppChar value) { ___m_value_0 = value; } }; // UnityEngine.Color struct Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 { public: // System.Single UnityEngine.Color::r float ___r_0; // System.Single UnityEngine.Color::g float ___g_1; // System.Single UnityEngine.Color::b float ___b_2; // System.Single UnityEngine.Color::a float ___a_3; public: inline static int32_t get_offset_of_r_0() { return static_cast(offsetof(Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659, ___r_0)); } inline float get_r_0() const { return ___r_0; } inline float* get_address_of_r_0() { return &___r_0; } inline void set_r_0(float value) { ___r_0 = value; } inline static int32_t get_offset_of_g_1() { return static_cast(offsetof(Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659, ___g_1)); } inline float get_g_1() const { return ___g_1; } inline float* get_address_of_g_1() { return &___g_1; } inline void set_g_1(float value) { ___g_1 = value; } inline static int32_t get_offset_of_b_2() { return static_cast(offsetof(Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659, ___b_2)); } inline float get_b_2() const { return ___b_2; } inline float* get_address_of_b_2() { return &___b_2; } inline void set_b_2(float value) { ___b_2 = value; } inline static int32_t get_offset_of_a_3() { return static_cast(offsetof(Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659, ___a_3)); } inline float get_a_3() const { return ___a_3; } inline float* get_address_of_a_3() { return &___a_3; } inline void set_a_3(float value) { ___a_3 = value; } }; // UnityEngine.Color32 struct Color32_tDB54A78627878A7D2DE42BB028D64306A18E858D { public: union { #pragma pack(push, tp, 1) struct { // System.Int32 UnityEngine.Color32::rgba int32_t ___rgba_0; }; #pragma pack(pop, tp) struct { int32_t ___rgba_0_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { // System.Byte UnityEngine.Color32::r uint8_t ___r_1; }; #pragma pack(pop, tp) struct { uint8_t ___r_1_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___g_2_OffsetPadding[1]; // System.Byte UnityEngine.Color32::g uint8_t ___g_2; }; #pragma pack(pop, tp) struct { char ___g_2_OffsetPadding_forAlignmentOnly[1]; uint8_t ___g_2_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___b_3_OffsetPadding[2]; // System.Byte UnityEngine.Color32::b uint8_t ___b_3; }; #pragma pack(pop, tp) struct { char ___b_3_OffsetPadding_forAlignmentOnly[2]; uint8_t ___b_3_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___a_4_OffsetPadding[3]; // System.Byte UnityEngine.Color32::a uint8_t ___a_4; }; #pragma pack(pop, tp) struct { char ___a_4_OffsetPadding_forAlignmentOnly[3]; uint8_t ___a_4_forAlignmentOnly; }; }; public: inline static int32_t get_offset_of_rgba_0() { return static_cast(offsetof(Color32_tDB54A78627878A7D2DE42BB028D64306A18E858D, ___rgba_0)); } inline int32_t get_rgba_0() const { return ___rgba_0; } inline int32_t* get_address_of_rgba_0() { return &___rgba_0; } inline void set_rgba_0(int32_t value) { ___rgba_0 = value; } inline static int32_t get_offset_of_r_1() { return static_cast(offsetof(Color32_tDB54A78627878A7D2DE42BB028D64306A18E858D, ___r_1)); } inline uint8_t get_r_1() const { return ___r_1; } inline uint8_t* get_address_of_r_1() { return &___r_1; } inline void set_r_1(uint8_t value) { ___r_1 = value; } inline static int32_t get_offset_of_g_2() { return static_cast(offsetof(Color32_tDB54A78627878A7D2DE42BB028D64306A18E858D, ___g_2)); } inline uint8_t get_g_2() const { return ___g_2; } inline uint8_t* get_address_of_g_2() { return &___g_2; } inline void set_g_2(uint8_t value) { ___g_2 = value; } inline static int32_t get_offset_of_b_3() { return static_cast(offsetof(Color32_tDB54A78627878A7D2DE42BB028D64306A18E858D, ___b_3)); } inline uint8_t get_b_3() const { return ___b_3; } inline uint8_t* get_address_of_b_3() { return &___b_3; } inline void set_b_3(uint8_t value) { ___b_3 = value; } inline static int32_t get_offset_of_a_4() { return static_cast(offsetof(Color32_tDB54A78627878A7D2DE42BB028D64306A18E858D, ___a_4)); } inline uint8_t get_a_4() const { return ___a_4; } inline uint8_t* get_address_of_a_4() { return &___a_4; } inline void set_a_4(uint8_t value) { ___a_4 = value; } }; // System.Double struct Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181 { public: // System.Double System.Double::m_value double ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181, ___m_value_0)); } inline double get_m_value_0() const { return ___m_value_0; } inline double* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(double value) { ___m_value_0 = value; } }; // UnityEngine.DrivenRectTransformTracker struct DrivenRectTransformTracker_t7DAF937E47C63B899C7BA0E9B0F206AAB4D85AC2 { public: union { struct { }; uint8_t DrivenRectTransformTracker_t7DAF937E47C63B899C7BA0E9B0F206AAB4D85AC2__padding[1]; }; public: }; // UnityEngine.InputSystem.DualShock.LowLevel.DualSenseHIDOutputReportPayload struct DualSenseHIDOutputReportPayload_tE947E98D0A2CB52F3EBB5F039BBACE80B7291951 { public: union { struct { union { #pragma pack(push, tp, 1) struct { // System.Byte UnityEngine.InputSystem.DualShock.LowLevel.DualSenseHIDOutputReportPayload::enableFlags1 uint8_t ___enableFlags1_0; }; #pragma pack(pop, tp) struct { uint8_t ___enableFlags1_0_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___enableFlags2_1_OffsetPadding[1]; // System.Byte UnityEngine.InputSystem.DualShock.LowLevel.DualSenseHIDOutputReportPayload::enableFlags2 uint8_t ___enableFlags2_1; }; #pragma pack(pop, tp) struct { char ___enableFlags2_1_OffsetPadding_forAlignmentOnly[1]; uint8_t ___enableFlags2_1_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___highFrequencyMotorSpeed_2_OffsetPadding[2]; // System.Byte UnityEngine.InputSystem.DualShock.LowLevel.DualSenseHIDOutputReportPayload::highFrequencyMotorSpeed uint8_t ___highFrequencyMotorSpeed_2; }; #pragma pack(pop, tp) struct { char ___highFrequencyMotorSpeed_2_OffsetPadding_forAlignmentOnly[2]; uint8_t ___highFrequencyMotorSpeed_2_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___lowFrequencyMotorSpeed_3_OffsetPadding[3]; // System.Byte UnityEngine.InputSystem.DualShock.LowLevel.DualSenseHIDOutputReportPayload::lowFrequencyMotorSpeed uint8_t ___lowFrequencyMotorSpeed_3; }; #pragma pack(pop, tp) struct { char ___lowFrequencyMotorSpeed_3_OffsetPadding_forAlignmentOnly[3]; uint8_t ___lowFrequencyMotorSpeed_3_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___redColor_4_OffsetPadding[44]; // System.Byte UnityEngine.InputSystem.DualShock.LowLevel.DualSenseHIDOutputReportPayload::redColor uint8_t ___redColor_4; }; #pragma pack(pop, tp) struct { char ___redColor_4_OffsetPadding_forAlignmentOnly[44]; uint8_t ___redColor_4_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___greenColor_5_OffsetPadding[45]; // System.Byte UnityEngine.InputSystem.DualShock.LowLevel.DualSenseHIDOutputReportPayload::greenColor uint8_t ___greenColor_5; }; #pragma pack(pop, tp) struct { char ___greenColor_5_OffsetPadding_forAlignmentOnly[45]; uint8_t ___greenColor_5_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___blueColor_6_OffsetPadding[46]; // System.Byte UnityEngine.InputSystem.DualShock.LowLevel.DualSenseHIDOutputReportPayload::blueColor uint8_t ___blueColor_6; }; #pragma pack(pop, tp) struct { char ___blueColor_6_OffsetPadding_forAlignmentOnly[46]; uint8_t ___blueColor_6_forAlignmentOnly; }; }; }; uint8_t DualSenseHIDOutputReportPayload_tE947E98D0A2CB52F3EBB5F039BBACE80B7291951__padding[47]; }; public: inline static int32_t get_offset_of_enableFlags1_0() { return static_cast(offsetof(DualSenseHIDOutputReportPayload_tE947E98D0A2CB52F3EBB5F039BBACE80B7291951, ___enableFlags1_0)); } inline uint8_t get_enableFlags1_0() const { return ___enableFlags1_0; } inline uint8_t* get_address_of_enableFlags1_0() { return &___enableFlags1_0; } inline void set_enableFlags1_0(uint8_t value) { ___enableFlags1_0 = value; } inline static int32_t get_offset_of_enableFlags2_1() { return static_cast(offsetof(DualSenseHIDOutputReportPayload_tE947E98D0A2CB52F3EBB5F039BBACE80B7291951, ___enableFlags2_1)); } inline uint8_t get_enableFlags2_1() const { return ___enableFlags2_1; } inline uint8_t* get_address_of_enableFlags2_1() { return &___enableFlags2_1; } inline void set_enableFlags2_1(uint8_t value) { ___enableFlags2_1 = value; } inline static int32_t get_offset_of_highFrequencyMotorSpeed_2() { return static_cast(offsetof(DualSenseHIDOutputReportPayload_tE947E98D0A2CB52F3EBB5F039BBACE80B7291951, ___highFrequencyMotorSpeed_2)); } inline uint8_t get_highFrequencyMotorSpeed_2() const { return ___highFrequencyMotorSpeed_2; } inline uint8_t* get_address_of_highFrequencyMotorSpeed_2() { return &___highFrequencyMotorSpeed_2; } inline void set_highFrequencyMotorSpeed_2(uint8_t value) { ___highFrequencyMotorSpeed_2 = value; } inline static int32_t get_offset_of_lowFrequencyMotorSpeed_3() { return static_cast(offsetof(DualSenseHIDOutputReportPayload_tE947E98D0A2CB52F3EBB5F039BBACE80B7291951, ___lowFrequencyMotorSpeed_3)); } inline uint8_t get_lowFrequencyMotorSpeed_3() const { return ___lowFrequencyMotorSpeed_3; } inline uint8_t* get_address_of_lowFrequencyMotorSpeed_3() { return &___lowFrequencyMotorSpeed_3; } inline void set_lowFrequencyMotorSpeed_3(uint8_t value) { ___lowFrequencyMotorSpeed_3 = value; } inline static int32_t get_offset_of_redColor_4() { return static_cast(offsetof(DualSenseHIDOutputReportPayload_tE947E98D0A2CB52F3EBB5F039BBACE80B7291951, ___redColor_4)); } inline uint8_t get_redColor_4() const { return ___redColor_4; } inline uint8_t* get_address_of_redColor_4() { return &___redColor_4; } inline void set_redColor_4(uint8_t value) { ___redColor_4 = value; } inline static int32_t get_offset_of_greenColor_5() { return static_cast(offsetof(DualSenseHIDOutputReportPayload_tE947E98D0A2CB52F3EBB5F039BBACE80B7291951, ___greenColor_5)); } inline uint8_t get_greenColor_5() const { return ___greenColor_5; } inline uint8_t* get_address_of_greenColor_5() { return &___greenColor_5; } inline void set_greenColor_5(uint8_t value) { ___greenColor_5 = value; } inline static int32_t get_offset_of_blueColor_6() { return static_cast(offsetof(DualSenseHIDOutputReportPayload_tE947E98D0A2CB52F3EBB5F039BBACE80B7291951, ___blueColor_6)); } inline uint8_t get_blueColor_6() const { return ___blueColor_6; } inline uint8_t* get_address_of_blueColor_6() { return &___blueColor_6; } inline void set_blueColor_6(uint8_t value) { ___blueColor_6 = value; } }; // System.Enum struct Enum_t23B90B40F60E677A8025267341651C94AE079CDA : public ValueType_tDBF999C1B75C48C68621878250DBF6CDBCF51E52 { public: public: }; // Native definition for P/Invoke marshalling of System.Enum struct Enum_t23B90B40F60E677A8025267341651C94AE079CDA_marshaled_pinvoke { }; // Native definition for COM marshalling of System.Enum struct Enum_t23B90B40F60E677A8025267341651C94AE079CDA_marshaled_com { }; // UnityEngine.InputSystem.Utilities.FourCC struct FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 { public: // System.Int32 UnityEngine.InputSystem.Utilities.FourCC::m_Code int32_t ___m_Code_0; public: inline static int32_t get_offset_of_m_Code_0() { return static_cast(offsetof(FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9, ___m_Code_0)); } inline int32_t get_m_Code_0() const { return ___m_Code_0; } inline int32_t* get_address_of_m_Code_0() { return &___m_Code_0; } inline void set_m_Code_0(int32_t value) { ___m_Code_0 = value; } }; // UnityEngine.FrustumPlanes struct FrustumPlanes_t04DCFA7A13B132C73BC888D7ABBC4C6C40CDC40C { public: // System.Single UnityEngine.FrustumPlanes::left float ___left_0; // System.Single UnityEngine.FrustumPlanes::right float ___right_1; // System.Single UnityEngine.FrustumPlanes::bottom float ___bottom_2; // System.Single UnityEngine.FrustumPlanes::top float ___top_3; // System.Single UnityEngine.FrustumPlanes::zNear float ___zNear_4; // System.Single UnityEngine.FrustumPlanes::zFar float ___zFar_5; public: inline static int32_t get_offset_of_left_0() { return static_cast(offsetof(FrustumPlanes_t04DCFA7A13B132C73BC888D7ABBC4C6C40CDC40C, ___left_0)); } inline float get_left_0() const { return ___left_0; } inline float* get_address_of_left_0() { return &___left_0; } inline void set_left_0(float value) { ___left_0 = value; } inline static int32_t get_offset_of_right_1() { return static_cast(offsetof(FrustumPlanes_t04DCFA7A13B132C73BC888D7ABBC4C6C40CDC40C, ___right_1)); } inline float get_right_1() const { return ___right_1; } inline float* get_address_of_right_1() { return &___right_1; } inline void set_right_1(float value) { ___right_1 = value; } inline static int32_t get_offset_of_bottom_2() { return static_cast(offsetof(FrustumPlanes_t04DCFA7A13B132C73BC888D7ABBC4C6C40CDC40C, ___bottom_2)); } inline float get_bottom_2() const { return ___bottom_2; } inline float* get_address_of_bottom_2() { return &___bottom_2; } inline void set_bottom_2(float value) { ___bottom_2 = value; } inline static int32_t get_offset_of_top_3() { return static_cast(offsetof(FrustumPlanes_t04DCFA7A13B132C73BC888D7ABBC4C6C40CDC40C, ___top_3)); } inline float get_top_3() const { return ___top_3; } inline float* get_address_of_top_3() { return &___top_3; } inline void set_top_3(float value) { ___top_3 = value; } inline static int32_t get_offset_of_zNear_4() { return static_cast(offsetof(FrustumPlanes_t04DCFA7A13B132C73BC888D7ABBC4C6C40CDC40C, ___zNear_4)); } inline float get_zNear_4() const { return ___zNear_4; } inline float* get_address_of_zNear_4() { return &___zNear_4; } inline void set_zNear_4(float value) { ___zNear_4 = value; } inline static int32_t get_offset_of_zFar_5() { return static_cast(offsetof(FrustumPlanes_t04DCFA7A13B132C73BC888D7ABBC4C6C40CDC40C, ___zFar_5)); } inline float get_zFar_5() const { return ___zFar_5; } inline float* get_address_of_zFar_5() { return &___zFar_5; } inline void set_zFar_5(float value) { ___zFar_5 = value; } }; // System.Runtime.InteropServices.GCHandle struct GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 { public: // System.Int32 System.Runtime.InteropServices.GCHandle::handle int32_t ___handle_0; public: inline static int32_t get_offset_of_handle_0() { return static_cast(offsetof(GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603, ___handle_0)); } inline int32_t get_handle_0() const { return ___handle_0; } inline int32_t* get_address_of_handle_0() { return &___handle_0; } inline void set_handle_0(int32_t value) { ___handle_0 = value; } }; // UnityEngine.XR.HapticCapabilities struct HapticCapabilities_t5F9251128925902FD152B6653ECF56816B41277D { public: // System.UInt32 UnityEngine.XR.HapticCapabilities::m_NumChannels uint32_t ___m_NumChannels_0; // System.Boolean UnityEngine.XR.HapticCapabilities::m_SupportsImpulse bool ___m_SupportsImpulse_1; // System.Boolean UnityEngine.XR.HapticCapabilities::m_SupportsBuffer bool ___m_SupportsBuffer_2; // System.UInt32 UnityEngine.XR.HapticCapabilities::m_BufferFrequencyHz uint32_t ___m_BufferFrequencyHz_3; // System.UInt32 UnityEngine.XR.HapticCapabilities::m_BufferMaxSize uint32_t ___m_BufferMaxSize_4; // System.UInt32 UnityEngine.XR.HapticCapabilities::m_BufferOptimalSize uint32_t ___m_BufferOptimalSize_5; public: inline static int32_t get_offset_of_m_NumChannels_0() { return static_cast(offsetof(HapticCapabilities_t5F9251128925902FD152B6653ECF56816B41277D, ___m_NumChannels_0)); } inline uint32_t get_m_NumChannels_0() const { return ___m_NumChannels_0; } inline uint32_t* get_address_of_m_NumChannels_0() { return &___m_NumChannels_0; } inline void set_m_NumChannels_0(uint32_t value) { ___m_NumChannels_0 = value; } inline static int32_t get_offset_of_m_SupportsImpulse_1() { return static_cast(offsetof(HapticCapabilities_t5F9251128925902FD152B6653ECF56816B41277D, ___m_SupportsImpulse_1)); } inline bool get_m_SupportsImpulse_1() const { return ___m_SupportsImpulse_1; } inline bool* get_address_of_m_SupportsImpulse_1() { return &___m_SupportsImpulse_1; } inline void set_m_SupportsImpulse_1(bool value) { ___m_SupportsImpulse_1 = value; } inline static int32_t get_offset_of_m_SupportsBuffer_2() { return static_cast(offsetof(HapticCapabilities_t5F9251128925902FD152B6653ECF56816B41277D, ___m_SupportsBuffer_2)); } inline bool get_m_SupportsBuffer_2() const { return ___m_SupportsBuffer_2; } inline bool* get_address_of_m_SupportsBuffer_2() { return &___m_SupportsBuffer_2; } inline void set_m_SupportsBuffer_2(bool value) { ___m_SupportsBuffer_2 = value; } inline static int32_t get_offset_of_m_BufferFrequencyHz_3() { return static_cast(offsetof(HapticCapabilities_t5F9251128925902FD152B6653ECF56816B41277D, ___m_BufferFrequencyHz_3)); } inline uint32_t get_m_BufferFrequencyHz_3() const { return ___m_BufferFrequencyHz_3; } inline uint32_t* get_address_of_m_BufferFrequencyHz_3() { return &___m_BufferFrequencyHz_3; } inline void set_m_BufferFrequencyHz_3(uint32_t value) { ___m_BufferFrequencyHz_3 = value; } inline static int32_t get_offset_of_m_BufferMaxSize_4() { return static_cast(offsetof(HapticCapabilities_t5F9251128925902FD152B6653ECF56816B41277D, ___m_BufferMaxSize_4)); } inline uint32_t get_m_BufferMaxSize_4() const { return ___m_BufferMaxSize_4; } inline uint32_t* get_address_of_m_BufferMaxSize_4() { return &___m_BufferMaxSize_4; } inline void set_m_BufferMaxSize_4(uint32_t value) { ___m_BufferMaxSize_4 = value; } inline static int32_t get_offset_of_m_BufferOptimalSize_5() { return static_cast(offsetof(HapticCapabilities_t5F9251128925902FD152B6653ECF56816B41277D, ___m_BufferOptimalSize_5)); } inline uint32_t get_m_BufferOptimalSize_5() const { return ___m_BufferOptimalSize_5; } inline uint32_t* get_address_of_m_BufferOptimalSize_5() { return &___m_BufferOptimalSize_5; } inline void set_m_BufferOptimalSize_5(uint32_t value) { ___m_BufferOptimalSize_5 = value; } }; // Native definition for P/Invoke marshalling of UnityEngine.XR.HapticCapabilities struct HapticCapabilities_t5F9251128925902FD152B6653ECF56816B41277D_marshaled_pinvoke { uint32_t ___m_NumChannels_0; int32_t ___m_SupportsImpulse_1; int32_t ___m_SupportsBuffer_2; uint32_t ___m_BufferFrequencyHz_3; uint32_t ___m_BufferMaxSize_4; uint32_t ___m_BufferOptimalSize_5; }; // Native definition for COM marshalling of UnityEngine.XR.HapticCapabilities struct HapticCapabilities_t5F9251128925902FD152B6653ECF56816B41277D_marshaled_com { uint32_t ___m_NumChannels_0; int32_t ___m_SupportsImpulse_1; int32_t ___m_SupportsBuffer_2; uint32_t ___m_BufferFrequencyHz_3; uint32_t ___m_BufferMaxSize_4; uint32_t ___m_BufferOptimalSize_5; }; // UnityEngine.InputSystem.InputBindingCompositeContext struct InputBindingCompositeContext_tDEF957C733B71700F6486BD2032AF9D93F286570 { public: // UnityEngine.InputSystem.InputActionState UnityEngine.InputSystem.InputBindingCompositeContext::m_State InputActionState_tBAB20591FD6515A6FF5D70EF641A423E270A33F9 * ___m_State_0; // System.Int32 UnityEngine.InputSystem.InputBindingCompositeContext::m_BindingIndex int32_t ___m_BindingIndex_1; public: inline static int32_t get_offset_of_m_State_0() { return static_cast(offsetof(InputBindingCompositeContext_tDEF957C733B71700F6486BD2032AF9D93F286570, ___m_State_0)); } inline InputActionState_tBAB20591FD6515A6FF5D70EF641A423E270A33F9 * get_m_State_0() const { return ___m_State_0; } inline InputActionState_tBAB20591FD6515A6FF5D70EF641A423E270A33F9 ** get_address_of_m_State_0() { return &___m_State_0; } inline void set_m_State_0(InputActionState_tBAB20591FD6515A6FF5D70EF641A423E270A33F9 * value) { ___m_State_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_State_0), (void*)value); } inline static int32_t get_offset_of_m_BindingIndex_1() { return static_cast(offsetof(InputBindingCompositeContext_tDEF957C733B71700F6486BD2032AF9D93F286570, ___m_BindingIndex_1)); } inline int32_t get_m_BindingIndex_1() const { return ___m_BindingIndex_1; } inline int32_t* get_address_of_m_BindingIndex_1() { return &___m_BindingIndex_1; } inline void set_m_BindingIndex_1(int32_t value) { ___m_BindingIndex_1 = value; } }; // Native definition for P/Invoke marshalling of UnityEngine.InputSystem.InputBindingCompositeContext struct InputBindingCompositeContext_tDEF957C733B71700F6486BD2032AF9D93F286570_marshaled_pinvoke { InputActionState_tBAB20591FD6515A6FF5D70EF641A423E270A33F9 * ___m_State_0; int32_t ___m_BindingIndex_1; }; // Native definition for COM marshalling of UnityEngine.InputSystem.InputBindingCompositeContext struct InputBindingCompositeContext_tDEF957C733B71700F6486BD2032AF9D93F286570_marshaled_com { InputActionState_tBAB20591FD6515A6FF5D70EF641A423E270A33F9 * ___m_State_0; int32_t ___m_BindingIndex_1; }; // UnityEngine.InputSystem.InputControlScheme struct InputControlScheme_t65ED7D84CDC45F04A6417FABA3F8585FC545C340 { public: // System.String UnityEngine.InputSystem.InputControlScheme::m_Name String_t* ___m_Name_0; // System.String UnityEngine.InputSystem.InputControlScheme::m_BindingGroup String_t* ___m_BindingGroup_1; // UnityEngine.InputSystem.InputControlScheme/DeviceRequirement[] UnityEngine.InputSystem.InputControlScheme::m_DeviceRequirements DeviceRequirementU5BU5D_tBAAEA8AD0E93A8EF9DF98E9F4957B7A56286E795* ___m_DeviceRequirements_2; public: inline static int32_t get_offset_of_m_Name_0() { return static_cast(offsetof(InputControlScheme_t65ED7D84CDC45F04A6417FABA3F8585FC545C340, ___m_Name_0)); } inline String_t* get_m_Name_0() const { return ___m_Name_0; } inline String_t** get_address_of_m_Name_0() { return &___m_Name_0; } inline void set_m_Name_0(String_t* value) { ___m_Name_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Name_0), (void*)value); } inline static int32_t get_offset_of_m_BindingGroup_1() { return static_cast(offsetof(InputControlScheme_t65ED7D84CDC45F04A6417FABA3F8585FC545C340, ___m_BindingGroup_1)); } inline String_t* get_m_BindingGroup_1() const { return ___m_BindingGroup_1; } inline String_t** get_address_of_m_BindingGroup_1() { return &___m_BindingGroup_1; } inline void set_m_BindingGroup_1(String_t* value) { ___m_BindingGroup_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_BindingGroup_1), (void*)value); } inline static int32_t get_offset_of_m_DeviceRequirements_2() { return static_cast(offsetof(InputControlScheme_t65ED7D84CDC45F04A6417FABA3F8585FC545C340, ___m_DeviceRequirements_2)); } inline DeviceRequirementU5BU5D_tBAAEA8AD0E93A8EF9DF98E9F4957B7A56286E795* get_m_DeviceRequirements_2() const { return ___m_DeviceRequirements_2; } inline DeviceRequirementU5BU5D_tBAAEA8AD0E93A8EF9DF98E9F4957B7A56286E795** get_address_of_m_DeviceRequirements_2() { return &___m_DeviceRequirements_2; } inline void set_m_DeviceRequirements_2(DeviceRequirementU5BU5D_tBAAEA8AD0E93A8EF9DF98E9F4957B7A56286E795* value) { ___m_DeviceRequirements_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_DeviceRequirements_2), (void*)value); } }; // Native definition for P/Invoke marshalling of UnityEngine.InputSystem.InputControlScheme struct InputControlScheme_t65ED7D84CDC45F04A6417FABA3F8585FC545C340_marshaled_pinvoke { char* ___m_Name_0; char* ___m_BindingGroup_1; DeviceRequirement_tAB27570ED81D24759C54FDE48B6DD74FF51649C9_marshaled_pinvoke* ___m_DeviceRequirements_2; }; // Native definition for COM marshalling of UnityEngine.InputSystem.InputControlScheme struct InputControlScheme_t65ED7D84CDC45F04A6417FABA3F8585FC545C340_marshaled_com { Il2CppChar* ___m_Name_0; Il2CppChar* ___m_BindingGroup_1; DeviceRequirement_tAB27570ED81D24759C54FDE48B6DD74FF51649C9_marshaled_com* ___m_DeviceRequirements_2; }; // UnityEngine.XR.InputDevice struct InputDevice_t69B790C68145C769BA3819DE33AA94155C77207E { public: // System.UInt64 UnityEngine.XR.InputDevice::m_DeviceId uint64_t ___m_DeviceId_1; // System.Boolean UnityEngine.XR.InputDevice::m_Initialized bool ___m_Initialized_2; public: inline static int32_t get_offset_of_m_DeviceId_1() { return static_cast(offsetof(InputDevice_t69B790C68145C769BA3819DE33AA94155C77207E, ___m_DeviceId_1)); } inline uint64_t get_m_DeviceId_1() const { return ___m_DeviceId_1; } inline uint64_t* get_address_of_m_DeviceId_1() { return &___m_DeviceId_1; } inline void set_m_DeviceId_1(uint64_t value) { ___m_DeviceId_1 = value; } inline static int32_t get_offset_of_m_Initialized_2() { return static_cast(offsetof(InputDevice_t69B790C68145C769BA3819DE33AA94155C77207E, ___m_Initialized_2)); } inline bool get_m_Initialized_2() const { return ___m_Initialized_2; } inline bool* get_address_of_m_Initialized_2() { return &___m_Initialized_2; } inline void set_m_Initialized_2(bool value) { ___m_Initialized_2 = value; } }; // Native definition for P/Invoke marshalling of UnityEngine.XR.InputDevice struct InputDevice_t69B790C68145C769BA3819DE33AA94155C77207E_marshaled_pinvoke { uint64_t ___m_DeviceId_1; int32_t ___m_Initialized_2; }; // Native definition for COM marshalling of UnityEngine.XR.InputDevice struct InputDevice_t69B790C68145C769BA3819DE33AA94155C77207E_marshaled_com { uint64_t ___m_DeviceId_1; int32_t ___m_Initialized_2; }; // UnityEngine.InputSystem.Layouts.InputDeviceDescription struct InputDeviceDescription_tBE78411023CFED0A42110A1357D65BD6E5EDBB58 { public: // 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; public: inline static int32_t get_offset_of_m_InterfaceName_0() { return static_cast(offsetof(InputDeviceDescription_tBE78411023CFED0A42110A1357D65BD6E5EDBB58, ___m_InterfaceName_0)); } inline String_t* get_m_InterfaceName_0() const { return ___m_InterfaceName_0; } inline String_t** get_address_of_m_InterfaceName_0() { return &___m_InterfaceName_0; } inline void set_m_InterfaceName_0(String_t* value) { ___m_InterfaceName_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_InterfaceName_0), (void*)value); } inline static int32_t get_offset_of_m_DeviceClass_1() { return static_cast(offsetof(InputDeviceDescription_tBE78411023CFED0A42110A1357D65BD6E5EDBB58, ___m_DeviceClass_1)); } inline String_t* get_m_DeviceClass_1() const { return ___m_DeviceClass_1; } inline String_t** get_address_of_m_DeviceClass_1() { return &___m_DeviceClass_1; } inline void set_m_DeviceClass_1(String_t* value) { ___m_DeviceClass_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_DeviceClass_1), (void*)value); } inline static int32_t get_offset_of_m_Manufacturer_2() { return static_cast(offsetof(InputDeviceDescription_tBE78411023CFED0A42110A1357D65BD6E5EDBB58, ___m_Manufacturer_2)); } inline String_t* get_m_Manufacturer_2() const { return ___m_Manufacturer_2; } inline String_t** get_address_of_m_Manufacturer_2() { return &___m_Manufacturer_2; } inline void set_m_Manufacturer_2(String_t* value) { ___m_Manufacturer_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Manufacturer_2), (void*)value); } inline static int32_t get_offset_of_m_Product_3() { return static_cast(offsetof(InputDeviceDescription_tBE78411023CFED0A42110A1357D65BD6E5EDBB58, ___m_Product_3)); } inline String_t* get_m_Product_3() const { return ___m_Product_3; } inline String_t** get_address_of_m_Product_3() { return &___m_Product_3; } inline void set_m_Product_3(String_t* value) { ___m_Product_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Product_3), (void*)value); } inline static int32_t get_offset_of_m_Serial_4() { return static_cast(offsetof(InputDeviceDescription_tBE78411023CFED0A42110A1357D65BD6E5EDBB58, ___m_Serial_4)); } inline String_t* get_m_Serial_4() const { return ___m_Serial_4; } inline String_t** get_address_of_m_Serial_4() { return &___m_Serial_4; } inline void set_m_Serial_4(String_t* value) { ___m_Serial_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Serial_4), (void*)value); } inline static int32_t get_offset_of_m_Version_5() { return static_cast(offsetof(InputDeviceDescription_tBE78411023CFED0A42110A1357D65BD6E5EDBB58, ___m_Version_5)); } inline String_t* get_m_Version_5() const { return ___m_Version_5; } inline String_t** get_address_of_m_Version_5() { return &___m_Version_5; } inline void set_m_Version_5(String_t* value) { ___m_Version_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Version_5), (void*)value); } inline static int32_t get_offset_of_m_Capabilities_6() { return static_cast(offsetof(InputDeviceDescription_tBE78411023CFED0A42110A1357D65BD6E5EDBB58, ___m_Capabilities_6)); } inline String_t* get_m_Capabilities_6() const { return ___m_Capabilities_6; } inline String_t** get_address_of_m_Capabilities_6() { return &___m_Capabilities_6; } inline void set_m_Capabilities_6(String_t* value) { ___m_Capabilities_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Capabilities_6), (void*)value); } }; // Native definition for P/Invoke marshalling of UnityEngine.InputSystem.Layouts.InputDeviceDescription struct InputDeviceDescription_tBE78411023CFED0A42110A1357D65BD6E5EDBB58_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_tBE78411023CFED0A42110A1357D65BD6E5EDBB58_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_t3ECDD4FDE129B0CD8021DF46D8D01D941F4AE5C1 { public: // UnityEngine.InputSystem.LowLevel.InputEvent* UnityEngine.InputSystem.LowLevel.InputEventPtr::m_EventPtr InputEvent_t0E4B1A66D8B3273D8188F3902F40C5E8BFF6E234 * ___m_EventPtr_0; public: inline static int32_t get_offset_of_m_EventPtr_0() { return static_cast(offsetof(InputEventPtr_t3ECDD4FDE129B0CD8021DF46D8D01D941F4AE5C1, ___m_EventPtr_0)); } inline InputEvent_t0E4B1A66D8B3273D8188F3902F40C5E8BFF6E234 * get_m_EventPtr_0() const { return ___m_EventPtr_0; } inline InputEvent_t0E4B1A66D8B3273D8188F3902F40C5E8BFF6E234 ** get_address_of_m_EventPtr_0() { return &___m_EventPtr_0; } inline void set_m_EventPtr_0(InputEvent_t0E4B1A66D8B3273D8188F3902F40C5E8BFF6E234 * value) { ___m_EventPtr_0 = value; } }; // UnityEngine.InputSystem.LowLevel.InputMetrics struct InputMetrics_tFE867DFF3DC815D81D0A7CFA0EE5F4B61DC4367C { public: // System.Int32 UnityEngine.InputSystem.LowLevel.InputMetrics::k__BackingField int32_t ___U3CmaxNumDevicesU3Ek__BackingField_0; // System.Int32 UnityEngine.InputSystem.LowLevel.InputMetrics::k__BackingField int32_t ___U3CcurrentNumDevicesU3Ek__BackingField_1; // System.Int32 UnityEngine.InputSystem.LowLevel.InputMetrics::k__BackingField int32_t ___U3CmaxStateSizeInBytesU3Ek__BackingField_2; // System.Int32 UnityEngine.InputSystem.LowLevel.InputMetrics::k__BackingField int32_t ___U3CcurrentStateSizeInBytesU3Ek__BackingField_3; // System.Int32 UnityEngine.InputSystem.LowLevel.InputMetrics::k__BackingField int32_t ___U3CcurrentControlCountU3Ek__BackingField_4; // System.Int32 UnityEngine.InputSystem.LowLevel.InputMetrics::k__BackingField int32_t ___U3CcurrentLayoutCountU3Ek__BackingField_5; // System.Int32 UnityEngine.InputSystem.LowLevel.InputMetrics::k__BackingField int32_t ___U3CtotalEventBytesU3Ek__BackingField_6; // System.Int32 UnityEngine.InputSystem.LowLevel.InputMetrics::k__BackingField int32_t ___U3CtotalEventCountU3Ek__BackingField_7; // System.Int32 UnityEngine.InputSystem.LowLevel.InputMetrics::k__BackingField int32_t ___U3CtotalUpdateCountU3Ek__BackingField_8; // System.Double UnityEngine.InputSystem.LowLevel.InputMetrics::k__BackingField double ___U3CtotalEventProcessingTimeU3Ek__BackingField_9; // System.Double UnityEngine.InputSystem.LowLevel.InputMetrics::k__BackingField double ___U3CtotalEventLagTimeU3Ek__BackingField_10; public: inline static int32_t get_offset_of_U3CmaxNumDevicesU3Ek__BackingField_0() { return static_cast(offsetof(InputMetrics_tFE867DFF3DC815D81D0A7CFA0EE5F4B61DC4367C, ___U3CmaxNumDevicesU3Ek__BackingField_0)); } inline int32_t get_U3CmaxNumDevicesU3Ek__BackingField_0() const { return ___U3CmaxNumDevicesU3Ek__BackingField_0; } inline int32_t* get_address_of_U3CmaxNumDevicesU3Ek__BackingField_0() { return &___U3CmaxNumDevicesU3Ek__BackingField_0; } inline void set_U3CmaxNumDevicesU3Ek__BackingField_0(int32_t value) { ___U3CmaxNumDevicesU3Ek__BackingField_0 = value; } inline static int32_t get_offset_of_U3CcurrentNumDevicesU3Ek__BackingField_1() { return static_cast(offsetof(InputMetrics_tFE867DFF3DC815D81D0A7CFA0EE5F4B61DC4367C, ___U3CcurrentNumDevicesU3Ek__BackingField_1)); } inline int32_t get_U3CcurrentNumDevicesU3Ek__BackingField_1() const { return ___U3CcurrentNumDevicesU3Ek__BackingField_1; } inline int32_t* get_address_of_U3CcurrentNumDevicesU3Ek__BackingField_1() { return &___U3CcurrentNumDevicesU3Ek__BackingField_1; } inline void set_U3CcurrentNumDevicesU3Ek__BackingField_1(int32_t value) { ___U3CcurrentNumDevicesU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CmaxStateSizeInBytesU3Ek__BackingField_2() { return static_cast(offsetof(InputMetrics_tFE867DFF3DC815D81D0A7CFA0EE5F4B61DC4367C, ___U3CmaxStateSizeInBytesU3Ek__BackingField_2)); } inline int32_t get_U3CmaxStateSizeInBytesU3Ek__BackingField_2() const { return ___U3CmaxStateSizeInBytesU3Ek__BackingField_2; } inline int32_t* get_address_of_U3CmaxStateSizeInBytesU3Ek__BackingField_2() { return &___U3CmaxStateSizeInBytesU3Ek__BackingField_2; } inline void set_U3CmaxStateSizeInBytesU3Ek__BackingField_2(int32_t value) { ___U3CmaxStateSizeInBytesU3Ek__BackingField_2 = value; } inline static int32_t get_offset_of_U3CcurrentStateSizeInBytesU3Ek__BackingField_3() { return static_cast(offsetof(InputMetrics_tFE867DFF3DC815D81D0A7CFA0EE5F4B61DC4367C, ___U3CcurrentStateSizeInBytesU3Ek__BackingField_3)); } inline int32_t get_U3CcurrentStateSizeInBytesU3Ek__BackingField_3() const { return ___U3CcurrentStateSizeInBytesU3Ek__BackingField_3; } inline int32_t* get_address_of_U3CcurrentStateSizeInBytesU3Ek__BackingField_3() { return &___U3CcurrentStateSizeInBytesU3Ek__BackingField_3; } inline void set_U3CcurrentStateSizeInBytesU3Ek__BackingField_3(int32_t value) { ___U3CcurrentStateSizeInBytesU3Ek__BackingField_3 = value; } inline static int32_t get_offset_of_U3CcurrentControlCountU3Ek__BackingField_4() { return static_cast(offsetof(InputMetrics_tFE867DFF3DC815D81D0A7CFA0EE5F4B61DC4367C, ___U3CcurrentControlCountU3Ek__BackingField_4)); } inline int32_t get_U3CcurrentControlCountU3Ek__BackingField_4() const { return ___U3CcurrentControlCountU3Ek__BackingField_4; } inline int32_t* get_address_of_U3CcurrentControlCountU3Ek__BackingField_4() { return &___U3CcurrentControlCountU3Ek__BackingField_4; } inline void set_U3CcurrentControlCountU3Ek__BackingField_4(int32_t value) { ___U3CcurrentControlCountU3Ek__BackingField_4 = value; } inline static int32_t get_offset_of_U3CcurrentLayoutCountU3Ek__BackingField_5() { return static_cast(offsetof(InputMetrics_tFE867DFF3DC815D81D0A7CFA0EE5F4B61DC4367C, ___U3CcurrentLayoutCountU3Ek__BackingField_5)); } inline int32_t get_U3CcurrentLayoutCountU3Ek__BackingField_5() const { return ___U3CcurrentLayoutCountU3Ek__BackingField_5; } inline int32_t* get_address_of_U3CcurrentLayoutCountU3Ek__BackingField_5() { return &___U3CcurrentLayoutCountU3Ek__BackingField_5; } inline void set_U3CcurrentLayoutCountU3Ek__BackingField_5(int32_t value) { ___U3CcurrentLayoutCountU3Ek__BackingField_5 = value; } inline static int32_t get_offset_of_U3CtotalEventBytesU3Ek__BackingField_6() { return static_cast(offsetof(InputMetrics_tFE867DFF3DC815D81D0A7CFA0EE5F4B61DC4367C, ___U3CtotalEventBytesU3Ek__BackingField_6)); } inline int32_t get_U3CtotalEventBytesU3Ek__BackingField_6() const { return ___U3CtotalEventBytesU3Ek__BackingField_6; } inline int32_t* get_address_of_U3CtotalEventBytesU3Ek__BackingField_6() { return &___U3CtotalEventBytesU3Ek__BackingField_6; } inline void set_U3CtotalEventBytesU3Ek__BackingField_6(int32_t value) { ___U3CtotalEventBytesU3Ek__BackingField_6 = value; } inline static int32_t get_offset_of_U3CtotalEventCountU3Ek__BackingField_7() { return static_cast(offsetof(InputMetrics_tFE867DFF3DC815D81D0A7CFA0EE5F4B61DC4367C, ___U3CtotalEventCountU3Ek__BackingField_7)); } inline int32_t get_U3CtotalEventCountU3Ek__BackingField_7() const { return ___U3CtotalEventCountU3Ek__BackingField_7; } inline int32_t* get_address_of_U3CtotalEventCountU3Ek__BackingField_7() { return &___U3CtotalEventCountU3Ek__BackingField_7; } inline void set_U3CtotalEventCountU3Ek__BackingField_7(int32_t value) { ___U3CtotalEventCountU3Ek__BackingField_7 = value; } inline static int32_t get_offset_of_U3CtotalUpdateCountU3Ek__BackingField_8() { return static_cast(offsetof(InputMetrics_tFE867DFF3DC815D81D0A7CFA0EE5F4B61DC4367C, ___U3CtotalUpdateCountU3Ek__BackingField_8)); } inline int32_t get_U3CtotalUpdateCountU3Ek__BackingField_8() const { return ___U3CtotalUpdateCountU3Ek__BackingField_8; } inline int32_t* get_address_of_U3CtotalUpdateCountU3Ek__BackingField_8() { return &___U3CtotalUpdateCountU3Ek__BackingField_8; } inline void set_U3CtotalUpdateCountU3Ek__BackingField_8(int32_t value) { ___U3CtotalUpdateCountU3Ek__BackingField_8 = value; } inline static int32_t get_offset_of_U3CtotalEventProcessingTimeU3Ek__BackingField_9() { return static_cast(offsetof(InputMetrics_tFE867DFF3DC815D81D0A7CFA0EE5F4B61DC4367C, ___U3CtotalEventProcessingTimeU3Ek__BackingField_9)); } inline double get_U3CtotalEventProcessingTimeU3Ek__BackingField_9() const { return ___U3CtotalEventProcessingTimeU3Ek__BackingField_9; } inline double* get_address_of_U3CtotalEventProcessingTimeU3Ek__BackingField_9() { return &___U3CtotalEventProcessingTimeU3Ek__BackingField_9; } inline void set_U3CtotalEventProcessingTimeU3Ek__BackingField_9(double value) { ___U3CtotalEventProcessingTimeU3Ek__BackingField_9 = value; } inline static int32_t get_offset_of_U3CtotalEventLagTimeU3Ek__BackingField_10() { return static_cast(offsetof(InputMetrics_tFE867DFF3DC815D81D0A7CFA0EE5F4B61DC4367C, ___U3CtotalEventLagTimeU3Ek__BackingField_10)); } inline double get_U3CtotalEventLagTimeU3Ek__BackingField_10() const { return ___U3CtotalEventLagTimeU3Ek__BackingField_10; } inline double* get_address_of_U3CtotalEventLagTimeU3Ek__BackingField_10() { return &___U3CtotalEventLagTimeU3Ek__BackingField_10; } inline void set_U3CtotalEventLagTimeU3Ek__BackingField_10(double value) { ___U3CtotalEventLagTimeU3Ek__BackingField_10 = value; } }; // System.Int32 struct Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046 { public: // System.Int32 System.Int32::m_value int32_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046, ___m_value_0)); } inline int32_t get_m_value_0() const { return ___m_value_0; } inline int32_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(int32_t value) { ___m_value_0 = value; } }; // System.Int64 struct Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3 { public: // System.Int64 System.Int64::m_value int64_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3, ___m_value_0)); } inline int64_t get_m_value_0() const { return ___m_value_0; } inline int64_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(int64_t value) { ___m_value_0 = value; } }; // System.IntPtr struct IntPtr_t { public: // System.Void* System.IntPtr::m_value void* ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(IntPtr_t, ___m_value_0)); } inline void* get_m_value_0() const { return ___m_value_0; } inline void** get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(void* value) { ___m_value_0 = value; } }; // UnityEngine.InputSystem.Utilities.InternedString struct InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED { public: // 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; public: inline static int32_t get_offset_of_m_StringOriginalCase_0() { return static_cast(offsetof(InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED, ___m_StringOriginalCase_0)); } inline String_t* get_m_StringOriginalCase_0() const { return ___m_StringOriginalCase_0; } inline String_t** get_address_of_m_StringOriginalCase_0() { return &___m_StringOriginalCase_0; } inline void set_m_StringOriginalCase_0(String_t* value) { ___m_StringOriginalCase_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_StringOriginalCase_0), (void*)value); } inline static int32_t get_offset_of_m_StringLowerCase_1() { return static_cast(offsetof(InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED, ___m_StringLowerCase_1)); } inline String_t* get_m_StringLowerCase_1() const { return ___m_StringLowerCase_1; } inline String_t** get_address_of_m_StringLowerCase_1() { return &___m_StringLowerCase_1; } inline void set_m_StringLowerCase_1(String_t* value) { ___m_StringLowerCase_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_StringLowerCase_1), (void*)value); } }; // Native definition for P/Invoke marshalling of UnityEngine.InputSystem.Utilities.InternedString struct InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED_marshaled_pinvoke { char* ___m_StringOriginalCase_0; char* ___m_StringLowerCase_1; }; // Native definition for COM marshalling of UnityEngine.InputSystem.Utilities.InternedString struct InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED_marshaled_com { Il2CppChar* ___m_StringOriginalCase_0; Il2CppChar* ___m_StringLowerCase_1; }; // System.Linq.Expressions.LambdaExpression struct LambdaExpression_t26BF905E97E6D94F81F17D60F4F4F47F8E93B474 : public Expression_t30A004209C10C2D9A9785B2F74EEED431A4D4660 { public: // System.Linq.Expressions.Expression System.Linq.Expressions.LambdaExpression::_body Expression_t30A004209C10C2D9A9785B2F74EEED431A4D4660 * ____body_2; public: inline static int32_t get_offset_of__body_2() { return static_cast(offsetof(LambdaExpression_t26BF905E97E6D94F81F17D60F4F4F47F8E93B474, ____body_2)); } inline Expression_t30A004209C10C2D9A9785B2F74EEED431A4D4660 * get__body_2() const { return ____body_2; } inline Expression_t30A004209C10C2D9A9785B2F74EEED431A4D4660 ** get_address_of__body_2() { return &____body_2; } inline void set__body_2(Expression_t30A004209C10C2D9A9785B2F74EEED431A4D4660 * value) { ____body_2 = value; Il2CppCodeGenWriteBarrier((void**)(&____body_2), (void*)value); } }; // System.Linq.Expressions.MemberExpression struct MemberExpression_t9F4B2A7A517DFE6F72C956A3ED868D8C043C6622 : public Expression_t30A004209C10C2D9A9785B2F74EEED431A4D4660 { public: // System.Linq.Expressions.Expression System.Linq.Expressions.MemberExpression::k__BackingField Expression_t30A004209C10C2D9A9785B2F74EEED431A4D4660 * ___U3CExpressionU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CExpressionU3Ek__BackingField_2() { return static_cast(offsetof(MemberExpression_t9F4B2A7A517DFE6F72C956A3ED868D8C043C6622, ___U3CExpressionU3Ek__BackingField_2)); } inline Expression_t30A004209C10C2D9A9785B2F74EEED431A4D4660 * get_U3CExpressionU3Ek__BackingField_2() const { return ___U3CExpressionU3Ek__BackingField_2; } inline Expression_t30A004209C10C2D9A9785B2F74EEED431A4D4660 ** get_address_of_U3CExpressionU3Ek__BackingField_2() { return &___U3CExpressionU3Ek__BackingField_2; } inline void set_U3CExpressionU3Ek__BackingField_2(Expression_t30A004209C10C2D9A9785B2F74EEED431A4D4660 * value) { ___U3CExpressionU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CExpressionU3Ek__BackingField_2), (void*)value); } }; // System.Reflection.PropertyInfo struct PropertyInfo_t : public MemberInfo_t { public: public: }; // UnityEngine.Quaternion struct Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 { public: // 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; public: inline static int32_t get_offset_of_x_0() { return static_cast(offsetof(Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4, ___x_0)); } inline float get_x_0() const { return ___x_0; } inline float* get_address_of_x_0() { return &___x_0; } inline void set_x_0(float value) { ___x_0 = value; } inline static int32_t get_offset_of_y_1() { return static_cast(offsetof(Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4, ___y_1)); } inline float get_y_1() const { return ___y_1; } inline float* get_address_of_y_1() { return &___y_1; } inline void set_y_1(float value) { ___y_1 = value; } inline static int32_t get_offset_of_z_2() { return static_cast(offsetof(Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4, ___z_2)); } inline float get_z_2() const { return ___z_2; } inline float* get_address_of_z_2() { return &___z_2; } inline void set_z_2(float value) { ___z_2 = value; } inline static int32_t get_offset_of_w_3() { return static_cast(offsetof(Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4, ___w_3)); } inline float get_w_3() const { return ___w_3; } inline float* get_address_of_w_3() { return &___w_3; } inline void set_w_3(float value) { ___w_3 = value; } }; // System.Single struct Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E { public: // System.Single System.Single::m_value float ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E, ___m_value_0)); } inline float get_m_value_0() const { return ___m_value_0; } inline float* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(float value) { ___m_value_0 = value; } }; // UnityEngine.InputSystem.Utilities.TypeTable struct TypeTable_t4E41B03F931506BA07A120F6578A8CA47459C64F { public: // System.Collections.Generic.Dictionary`2 UnityEngine.InputSystem.Utilities.TypeTable::table Dictionary_2_tBA40388A060E3B4AEE59780F047938A6FB3C566E * ___table_0; public: inline static int32_t get_offset_of_table_0() { return static_cast(offsetof(TypeTable_t4E41B03F931506BA07A120F6578A8CA47459C64F, ___table_0)); } inline Dictionary_2_tBA40388A060E3B4AEE59780F047938A6FB3C566E * get_table_0() const { return ___table_0; } inline Dictionary_2_tBA40388A060E3B4AEE59780F047938A6FB3C566E ** get_address_of_table_0() { return &___table_0; } inline void set_table_0(Dictionary_2_tBA40388A060E3B4AEE59780F047938A6FB3C566E * value) { ___table_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___table_0), (void*)value); } }; // Native definition for P/Invoke marshalling of UnityEngine.InputSystem.Utilities.TypeTable struct TypeTable_t4E41B03F931506BA07A120F6578A8CA47459C64F_marshaled_pinvoke { Dictionary_2_tBA40388A060E3B4AEE59780F047938A6FB3C566E * ___table_0; }; // Native definition for COM marshalling of UnityEngine.InputSystem.Utilities.TypeTable struct TypeTable_t4E41B03F931506BA07A120F6578A8CA47459C64F_marshaled_com { Dictionary_2_tBA40388A060E3B4AEE59780F047938A6FB3C566E * ___table_0; }; // System.UInt16 struct UInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD { public: // System.UInt16 System.UInt16::m_value uint16_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(UInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD, ___m_value_0)); } inline uint16_t get_m_value_0() const { return ___m_value_0; } inline uint16_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(uint16_t value) { ___m_value_0 = value; } }; // System.UInt32 struct UInt32_tE60352A06233E4E69DD198BCC67142159F686B15 { public: // System.UInt32 System.UInt32::m_value uint32_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(UInt32_tE60352A06233E4E69DD198BCC67142159F686B15, ___m_value_0)); } inline uint32_t get_m_value_0() const { return ___m_value_0; } inline uint32_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(uint32_t value) { ___m_value_0 = value; } }; // System.Linq.Expressions.UnaryExpression struct UnaryExpression_t5DE6F6FA2216CDD34DFCFADEB0080CB29326DD62 : public Expression_t30A004209C10C2D9A9785B2F74EEED431A4D4660 { public: // System.Linq.Expressions.Expression System.Linq.Expressions.UnaryExpression::k__BackingField Expression_t30A004209C10C2D9A9785B2F74EEED431A4D4660 * ___U3COperandU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3COperandU3Ek__BackingField_2() { return static_cast(offsetof(UnaryExpression_t5DE6F6FA2216CDD34DFCFADEB0080CB29326DD62, ___U3COperandU3Ek__BackingField_2)); } inline Expression_t30A004209C10C2D9A9785B2F74EEED431A4D4660 * get_U3COperandU3Ek__BackingField_2() const { return ___U3COperandU3Ek__BackingField_2; } inline Expression_t30A004209C10C2D9A9785B2F74EEED431A4D4660 ** get_address_of_U3COperandU3Ek__BackingField_2() { return &___U3COperandU3Ek__BackingField_2; } inline void set_U3COperandU3Ek__BackingField_2(Expression_t30A004209C10C2D9A9785B2F74EEED431A4D4660 * value) { ___U3COperandU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3COperandU3Ek__BackingField_2), (void*)value); } }; // UnityEngine.Vector2 struct Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 { public: // System.Single UnityEngine.Vector2::x float ___x_0; // System.Single UnityEngine.Vector2::y float ___y_1; public: inline static int32_t get_offset_of_x_0() { return static_cast(offsetof(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9, ___x_0)); } inline float get_x_0() const { return ___x_0; } inline float* get_address_of_x_0() { return &___x_0; } inline void set_x_0(float value) { ___x_0 = value; } inline static int32_t get_offset_of_y_1() { return static_cast(offsetof(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9, ___y_1)); } inline float get_y_1() const { return ___y_1; } inline float* get_address_of_y_1() { return &___y_1; } inline void set_y_1(float value) { ___y_1 = value; } }; // UnityEngine.Vector3 struct Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E { public: // System.Single UnityEngine.Vector3::x float ___x_2; // System.Single UnityEngine.Vector3::y float ___y_3; // System.Single UnityEngine.Vector3::z float ___z_4; public: inline static int32_t get_offset_of_x_2() { return static_cast(offsetof(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E, ___x_2)); } inline float get_x_2() const { return ___x_2; } inline float* get_address_of_x_2() { return &___x_2; } inline void set_x_2(float value) { ___x_2 = value; } inline static int32_t get_offset_of_y_3() { return static_cast(offsetof(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E, ___y_3)); } inline float get_y_3() const { return ___y_3; } inline float* get_address_of_y_3() { return &___y_3; } inline void set_y_3(float value) { ___y_3 = value; } inline static int32_t get_offset_of_z_4() { return static_cast(offsetof(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E, ___z_4)); } inline float get_z_4() const { return ___z_4; } inline float* get_address_of_z_4() { return &___z_4; } inline void set_z_4(float value) { ___z_4 = value; } }; // UnityEngine.Vector4 struct Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 { public: // System.Single UnityEngine.Vector4::x float ___x_1; // System.Single UnityEngine.Vector4::y float ___y_2; // System.Single UnityEngine.Vector4::z float ___z_3; // System.Single UnityEngine.Vector4::w float ___w_4; public: inline static int32_t get_offset_of_x_1() { return static_cast(offsetof(Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7, ___x_1)); } inline float get_x_1() const { return ___x_1; } inline float* get_address_of_x_1() { return &___x_1; } inline void set_x_1(float value) { ___x_1 = value; } inline static int32_t get_offset_of_y_2() { return static_cast(offsetof(Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7, ___y_2)); } inline float get_y_2() const { return ___y_2; } inline float* get_address_of_y_2() { return &___y_2; } inline void set_y_2(float value) { ___y_2 = value; } inline static int32_t get_offset_of_z_3() { return static_cast(offsetof(Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7, ___z_3)); } inline float get_z_3() const { return ___z_3; } inline float* get_address_of_z_3() { return &___z_3; } inline void set_z_3(float value) { ___z_3 = value; } inline static int32_t get_offset_of_w_4() { return static_cast(offsetof(Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7, ___w_4)); } inline float get_w_4() const { return ___w_4; } inline float* get_address_of_w_4() { return &___w_4; } inline void set_w_4(float value) { ___w_4 = value; } }; // System.Void struct Void_t700C6383A2A510C2CF4DD86DABD5CA9FF70ADAC5 { public: union { struct { }; uint8_t Void_t700C6383A2A510C2CF4DD86DABD5CA9FF70ADAC5__padding[1]; }; public: }; // UnityEngine.InputSystem.LowLevel.ActionEvent/e__FixedBuffer struct U3Cm_ValueDataU3Ee__FixedBuffer_t5F6DC92560E0DB89DAF48A7D7D8C0699661623DA { public: union { struct { // System.Byte UnityEngine.InputSystem.LowLevel.ActionEvent/e__FixedBuffer::FixedElementField uint8_t ___FixedElementField_0; }; uint8_t U3Cm_ValueDataU3Ee__FixedBuffer_t5F6DC92560E0DB89DAF48A7D7D8C0699661623DA__padding[1]; }; public: inline static int32_t get_offset_of_FixedElementField_0() { return static_cast(offsetof(U3Cm_ValueDataU3Ee__FixedBuffer_t5F6DC92560E0DB89DAF48A7D7D8C0699661623DA, ___FixedElementField_0)); } inline uint8_t get_FixedElementField_0() const { return ___FixedElementField_0; } inline uint8_t* get_address_of_FixedElementField_0() { return &___FixedElementField_0; } inline void set_FixedElementField_0(uint8_t value) { ___FixedElementField_0 = value; } }; // UnityEngine.InputSystem.LowLevel.DeltaStateEvent/e__FixedBuffer struct U3CstateDataU3Ee__FixedBuffer_t2787302BA59351E19E145A047CD3C8B77EF2E395 { public: union { struct { // System.Byte UnityEngine.InputSystem.LowLevel.DeltaStateEvent/e__FixedBuffer::FixedElementField uint8_t ___FixedElementField_0; }; uint8_t U3CstateDataU3Ee__FixedBuffer_t2787302BA59351E19E145A047CD3C8B77EF2E395__padding[1]; }; public: inline static int32_t get_offset_of_FixedElementField_0() { return static_cast(offsetof(U3CstateDataU3Ee__FixedBuffer_t2787302BA59351E19E145A047CD3C8B77EF2E395, ___FixedElementField_0)); } inline uint8_t get_FixedElementField_0() const { return ___FixedElementField_0; } inline uint8_t* get_address_of_FixedElementField_0() { return &___FixedElementField_0; } inline void set_FixedElementField_0(uint8_t value) { ___FixedElementField_0 = value; } }; // UnityEngine.InputSystem.DualShock.LowLevel.DualShockHIDOutputReport/e__FixedBuffer struct U3Cunknown1U3Ee__FixedBuffer_tF641A23E8D2D5EBA150123114421CA69B8532757 { public: union { struct { // System.Byte UnityEngine.InputSystem.DualShock.LowLevel.DualShockHIDOutputReport/e__FixedBuffer::FixedElementField uint8_t ___FixedElementField_0; }; uint8_t U3Cunknown1U3Ee__FixedBuffer_tF641A23E8D2D5EBA150123114421CA69B8532757__padding[2]; }; public: inline static int32_t get_offset_of_FixedElementField_0() { return static_cast(offsetof(U3Cunknown1U3Ee__FixedBuffer_tF641A23E8D2D5EBA150123114421CA69B8532757, ___FixedElementField_0)); } inline uint8_t get_FixedElementField_0() const { return ___FixedElementField_0; } inline uint8_t* get_address_of_FixedElementField_0() { return &___FixedElementField_0; } inline void set_FixedElementField_0(uint8_t value) { ___FixedElementField_0 = value; } }; // UnityEngine.InputSystem.DualShock.LowLevel.DualShockHIDOutputReport/e__FixedBuffer struct U3Cunknown2U3Ee__FixedBuffer_tBDBE06514CFE490A28E3ED3C349E4422054BDDC6 { public: union { struct { // System.Byte UnityEngine.InputSystem.DualShock.LowLevel.DualShockHIDOutputReport/e__FixedBuffer::FixedElementField uint8_t ___FixedElementField_0; }; uint8_t U3Cunknown2U3Ee__FixedBuffer_tBDBE06514CFE490A28E3ED3C349E4422054BDDC6__padding[23]; }; public: inline static int32_t get_offset_of_FixedElementField_0() { return static_cast(offsetof(U3Cunknown2U3Ee__FixedBuffer_tBDBE06514CFE490A28E3ED3C349E4422054BDDC6, ___FixedElementField_0)); } inline uint8_t get_FixedElementField_0() const { return ___FixedElementField_0; } inline uint8_t* get_address_of_FixedElementField_0() { return &___FixedElementField_0; } inline void set_FixedElementField_0(uint8_t value) { ___FixedElementField_0 = value; } }; // UnityEngine.InputSystem.InputAction/CallbackContext struct CallbackContext_t073FE0294FFA91086DA1D1A0C2F33A7F8F9F025D { public: // UnityEngine.InputSystem.InputActionState UnityEngine.InputSystem.InputAction/CallbackContext::m_State InputActionState_tBAB20591FD6515A6FF5D70EF641A423E270A33F9 * ___m_State_0; // System.Int32 UnityEngine.InputSystem.InputAction/CallbackContext::m_ActionIndex int32_t ___m_ActionIndex_1; public: inline static int32_t get_offset_of_m_State_0() { return static_cast(offsetof(CallbackContext_t073FE0294FFA91086DA1D1A0C2F33A7F8F9F025D, ___m_State_0)); } inline InputActionState_tBAB20591FD6515A6FF5D70EF641A423E270A33F9 * get_m_State_0() const { return ___m_State_0; } inline InputActionState_tBAB20591FD6515A6FF5D70EF641A423E270A33F9 ** get_address_of_m_State_0() { return &___m_State_0; } inline void set_m_State_0(InputActionState_tBAB20591FD6515A6FF5D70EF641A423E270A33F9 * value) { ___m_State_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_State_0), (void*)value); } inline static int32_t get_offset_of_m_ActionIndex_1() { return static_cast(offsetof(CallbackContext_t073FE0294FFA91086DA1D1A0C2F33A7F8F9F025D, ___m_ActionIndex_1)); } inline int32_t get_m_ActionIndex_1() const { return ___m_ActionIndex_1; } inline int32_t* get_address_of_m_ActionIndex_1() { return &___m_ActionIndex_1; } inline void set_m_ActionIndex_1(int32_t value) { ___m_ActionIndex_1 = value; } }; // Native definition for P/Invoke marshalling of UnityEngine.InputSystem.InputAction/CallbackContext struct CallbackContext_t073FE0294FFA91086DA1D1A0C2F33A7F8F9F025D_marshaled_pinvoke { InputActionState_tBAB20591FD6515A6FF5D70EF641A423E270A33F9 * ___m_State_0; int32_t ___m_ActionIndex_1; }; // Native definition for COM marshalling of UnityEngine.InputSystem.InputAction/CallbackContext struct CallbackContext_t073FE0294FFA91086DA1D1A0C2F33A7F8F9F025D_marshaled_com { InputActionState_tBAB20591FD6515A6FF5D70EF641A423E270A33F9 * ___m_State_0; int32_t ___m_ActionIndex_1; }; // UnityEngine.InputSystem.InputActionAsset/ReadFileJson struct ReadFileJson_tF65156F867EA68F6F7A7B45506F61744EDD05885 { public: // System.String UnityEngine.InputSystem.InputActionAsset/ReadFileJson::name String_t* ___name_0; // UnityEngine.InputSystem.InputActionMap/ReadMapJson[] UnityEngine.InputSystem.InputActionAsset/ReadFileJson::maps ReadMapJsonU5BU5D_tCBEF73957B63BEE4BC935C11A11F7B055A7FBEE3* ___maps_1; // UnityEngine.InputSystem.InputControlScheme/SchemeJson[] UnityEngine.InputSystem.InputActionAsset/ReadFileJson::controlSchemes SchemeJsonU5BU5D_t57FDF11F72F0043029240825717D2C5B11BA7C46* ___controlSchemes_2; public: inline static int32_t get_offset_of_name_0() { return static_cast(offsetof(ReadFileJson_tF65156F867EA68F6F7A7B45506F61744EDD05885, ___name_0)); } inline String_t* get_name_0() const { return ___name_0; } inline String_t** get_address_of_name_0() { return &___name_0; } inline void set_name_0(String_t* value) { ___name_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___name_0), (void*)value); } inline static int32_t get_offset_of_maps_1() { return static_cast(offsetof(ReadFileJson_tF65156F867EA68F6F7A7B45506F61744EDD05885, ___maps_1)); } inline ReadMapJsonU5BU5D_tCBEF73957B63BEE4BC935C11A11F7B055A7FBEE3* get_maps_1() const { return ___maps_1; } inline ReadMapJsonU5BU5D_tCBEF73957B63BEE4BC935C11A11F7B055A7FBEE3** get_address_of_maps_1() { return &___maps_1; } inline void set_maps_1(ReadMapJsonU5BU5D_tCBEF73957B63BEE4BC935C11A11F7B055A7FBEE3* value) { ___maps_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___maps_1), (void*)value); } inline static int32_t get_offset_of_controlSchemes_2() { return static_cast(offsetof(ReadFileJson_tF65156F867EA68F6F7A7B45506F61744EDD05885, ___controlSchemes_2)); } inline SchemeJsonU5BU5D_t57FDF11F72F0043029240825717D2C5B11BA7C46* get_controlSchemes_2() const { return ___controlSchemes_2; } inline SchemeJsonU5BU5D_t57FDF11F72F0043029240825717D2C5B11BA7C46** get_address_of_controlSchemes_2() { return &___controlSchemes_2; } inline void set_controlSchemes_2(SchemeJsonU5BU5D_t57FDF11F72F0043029240825717D2C5B11BA7C46* value) { ___controlSchemes_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___controlSchemes_2), (void*)value); } }; // Native definition for P/Invoke marshalling of UnityEngine.InputSystem.InputActionAsset/ReadFileJson struct ReadFileJson_tF65156F867EA68F6F7A7B45506F61744EDD05885_marshaled_pinvoke { char* ___name_0; ReadMapJson_tBE2CDE3D7B711BAE57243A74D610ECBE5E94DDCC_marshaled_pinvoke* ___maps_1; SchemeJson_tB69DB8B2A8EDE1FF4F72BF63C4DB651A095CD9ED_marshaled_pinvoke* ___controlSchemes_2; }; // Native definition for COM marshalling of UnityEngine.InputSystem.InputActionAsset/ReadFileJson struct ReadFileJson_tF65156F867EA68F6F7A7B45506F61744EDD05885_marshaled_com { Il2CppChar* ___name_0; ReadMapJson_tBE2CDE3D7B711BAE57243A74D610ECBE5E94DDCC_marshaled_com* ___maps_1; SchemeJson_tB69DB8B2A8EDE1FF4F72BF63C4DB651A095CD9ED_marshaled_com* ___controlSchemes_2; }; // UnityEngine.InputSystem.InputActionMap/BindingOverrideListJson struct BindingOverrideListJson_t59713137EA7C1C9BE025DE1FDFE1B2391C2CB127 { public: // System.Collections.Generic.List`1 UnityEngine.InputSystem.InputActionMap/BindingOverrideListJson::bindings List_1_tBAE54E887343CBBB43FD39908CD7DCF606438717 * ___bindings_0; public: inline static int32_t get_offset_of_bindings_0() { return static_cast(offsetof(BindingOverrideListJson_t59713137EA7C1C9BE025DE1FDFE1B2391C2CB127, ___bindings_0)); } inline List_1_tBAE54E887343CBBB43FD39908CD7DCF606438717 * get_bindings_0() const { return ___bindings_0; } inline List_1_tBAE54E887343CBBB43FD39908CD7DCF606438717 ** get_address_of_bindings_0() { return &___bindings_0; } inline void set_bindings_0(List_1_tBAE54E887343CBBB43FD39908CD7DCF606438717 * value) { ___bindings_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___bindings_0), (void*)value); } }; // Native definition for P/Invoke marshalling of UnityEngine.InputSystem.InputActionMap/BindingOverrideListJson struct BindingOverrideListJson_t59713137EA7C1C9BE025DE1FDFE1B2391C2CB127_marshaled_pinvoke { List_1_tBAE54E887343CBBB43FD39908CD7DCF606438717 * ___bindings_0; }; // Native definition for COM marshalling of UnityEngine.InputSystem.InputActionMap/BindingOverrideListJson struct BindingOverrideListJson_t59713137EA7C1C9BE025DE1FDFE1B2391C2CB127_marshaled_com { List_1_tBAE54E887343CBBB43FD39908CD7DCF606438717 * ___bindings_0; }; // UnityEngine.InputSystem.InputActionMap/DeviceArray struct DeviceArray_tB70537FAE9D7016A8C78A29177C1FA1C3AF15B5A { public: // System.Boolean UnityEngine.InputSystem.InputActionMap/DeviceArray::m_HaveValue bool ___m_HaveValue_0; // System.Int32 UnityEngine.InputSystem.InputActionMap/DeviceArray::m_DeviceCount int32_t ___m_DeviceCount_1; // UnityEngine.InputSystem.InputDevice[] UnityEngine.InputSystem.InputActionMap/DeviceArray::m_DeviceArray InputDeviceU5BU5D_tE05D1214F0F949DC3A889F8DB4B7A68A3089F6D6* ___m_DeviceArray_2; public: inline static int32_t get_offset_of_m_HaveValue_0() { return static_cast(offsetof(DeviceArray_tB70537FAE9D7016A8C78A29177C1FA1C3AF15B5A, ___m_HaveValue_0)); } inline bool get_m_HaveValue_0() const { return ___m_HaveValue_0; } inline bool* get_address_of_m_HaveValue_0() { return &___m_HaveValue_0; } inline void set_m_HaveValue_0(bool value) { ___m_HaveValue_0 = value; } inline static int32_t get_offset_of_m_DeviceCount_1() { return static_cast(offsetof(DeviceArray_tB70537FAE9D7016A8C78A29177C1FA1C3AF15B5A, ___m_DeviceCount_1)); } inline int32_t get_m_DeviceCount_1() const { return ___m_DeviceCount_1; } inline int32_t* get_address_of_m_DeviceCount_1() { return &___m_DeviceCount_1; } inline void set_m_DeviceCount_1(int32_t value) { ___m_DeviceCount_1 = value; } inline static int32_t get_offset_of_m_DeviceArray_2() { return static_cast(offsetof(DeviceArray_tB70537FAE9D7016A8C78A29177C1FA1C3AF15B5A, ___m_DeviceArray_2)); } inline InputDeviceU5BU5D_tE05D1214F0F949DC3A889F8DB4B7A68A3089F6D6* get_m_DeviceArray_2() const { return ___m_DeviceArray_2; } inline InputDeviceU5BU5D_tE05D1214F0F949DC3A889F8DB4B7A68A3089F6D6** get_address_of_m_DeviceArray_2() { return &___m_DeviceArray_2; } inline void set_m_DeviceArray_2(InputDeviceU5BU5D_tE05D1214F0F949DC3A889F8DB4B7A68A3089F6D6* value) { ___m_DeviceArray_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_DeviceArray_2), (void*)value); } }; // Native definition for P/Invoke marshalling of UnityEngine.InputSystem.InputActionMap/DeviceArray struct DeviceArray_tB70537FAE9D7016A8C78A29177C1FA1C3AF15B5A_marshaled_pinvoke { int32_t ___m_HaveValue_0; int32_t ___m_DeviceCount_1; InputDeviceU5BU5D_tE05D1214F0F949DC3A889F8DB4B7A68A3089F6D6* ___m_DeviceArray_2; }; // Native definition for COM marshalling of UnityEngine.InputSystem.InputActionMap/DeviceArray struct DeviceArray_tB70537FAE9D7016A8C78A29177C1FA1C3AF15B5A_marshaled_com { int32_t ___m_HaveValue_0; int32_t ___m_DeviceCount_1; InputDeviceU5BU5D_tE05D1214F0F949DC3A889F8DB4B7A68A3089F6D6* ___m_DeviceArray_2; }; // UnityEngine.InputSystem.InputActionMap/ReadFileJson struct ReadFileJson_tC7B3B26A5889A25682C2827E85617290A1502096 { public: // UnityEngine.InputSystem.InputActionMap/ReadActionJson[] UnityEngine.InputSystem.InputActionMap/ReadFileJson::actions ReadActionJsonU5BU5D_tCF8120EBA360F9A415E4148920C8834DAB6EDB88* ___actions_0; // UnityEngine.InputSystem.InputActionMap/ReadMapJson[] UnityEngine.InputSystem.InputActionMap/ReadFileJson::maps ReadMapJsonU5BU5D_tCBEF73957B63BEE4BC935C11A11F7B055A7FBEE3* ___maps_1; public: inline static int32_t get_offset_of_actions_0() { return static_cast(offsetof(ReadFileJson_tC7B3B26A5889A25682C2827E85617290A1502096, ___actions_0)); } inline ReadActionJsonU5BU5D_tCF8120EBA360F9A415E4148920C8834DAB6EDB88* get_actions_0() const { return ___actions_0; } inline ReadActionJsonU5BU5D_tCF8120EBA360F9A415E4148920C8834DAB6EDB88** get_address_of_actions_0() { return &___actions_0; } inline void set_actions_0(ReadActionJsonU5BU5D_tCF8120EBA360F9A415E4148920C8834DAB6EDB88* value) { ___actions_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___actions_0), (void*)value); } inline static int32_t get_offset_of_maps_1() { return static_cast(offsetof(ReadFileJson_tC7B3B26A5889A25682C2827E85617290A1502096, ___maps_1)); } inline ReadMapJsonU5BU5D_tCBEF73957B63BEE4BC935C11A11F7B055A7FBEE3* get_maps_1() const { return ___maps_1; } inline ReadMapJsonU5BU5D_tCBEF73957B63BEE4BC935C11A11F7B055A7FBEE3** get_address_of_maps_1() { return &___maps_1; } inline void set_maps_1(ReadMapJsonU5BU5D_tCBEF73957B63BEE4BC935C11A11F7B055A7FBEE3* value) { ___maps_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___maps_1), (void*)value); } }; // Native definition for P/Invoke marshalling of UnityEngine.InputSystem.InputActionMap/ReadFileJson struct ReadFileJson_tC7B3B26A5889A25682C2827E85617290A1502096_marshaled_pinvoke { ReadActionJson_t62D66C07949B981884A0429EDFF041BB9CC85576_marshaled_pinvoke* ___actions_0; ReadMapJson_tBE2CDE3D7B711BAE57243A74D610ECBE5E94DDCC_marshaled_pinvoke* ___maps_1; }; // Native definition for COM marshalling of UnityEngine.InputSystem.InputActionMap/ReadFileJson struct ReadFileJson_tC7B3B26A5889A25682C2827E85617290A1502096_marshaled_com { ReadActionJson_t62D66C07949B981884A0429EDFF041BB9CC85576_marshaled_com* ___actions_0; ReadMapJson_tBE2CDE3D7B711BAE57243A74D610ECBE5E94DDCC_marshaled_com* ___maps_1; }; // UnityEngine.InputSystem.InputActionState/BindingState struct BindingState_t568A45761EFD086FB6772BD7B933703E3ABFBF26 { public: union { struct { union { #pragma pack(push, tp, 1) struct { // System.Byte UnityEngine.InputSystem.InputActionState/BindingState::m_ControlCount uint8_t ___m_ControlCount_0; }; #pragma pack(pop, tp) struct { uint8_t ___m_ControlCount_0_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___m_InteractionCount_1_OffsetPadding[1]; // System.Byte UnityEngine.InputSystem.InputActionState/BindingState::m_InteractionCount uint8_t ___m_InteractionCount_1; }; #pragma pack(pop, tp) struct { char ___m_InteractionCount_1_OffsetPadding_forAlignmentOnly[1]; uint8_t ___m_InteractionCount_1_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___m_ProcessorCount_2_OffsetPadding[2]; // System.Byte UnityEngine.InputSystem.InputActionState/BindingState::m_ProcessorCount uint8_t ___m_ProcessorCount_2; }; #pragma pack(pop, tp) struct { char ___m_ProcessorCount_2_OffsetPadding_forAlignmentOnly[2]; uint8_t ___m_ProcessorCount_2_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___m_MapIndex_3_OffsetPadding[3]; // System.Byte UnityEngine.InputSystem.InputActionState/BindingState::m_MapIndex uint8_t ___m_MapIndex_3; }; #pragma pack(pop, tp) struct { char ___m_MapIndex_3_OffsetPadding_forAlignmentOnly[3]; uint8_t ___m_MapIndex_3_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___m_Flags_4_OffsetPadding[4]; // System.Byte UnityEngine.InputSystem.InputActionState/BindingState::m_Flags uint8_t ___m_Flags_4; }; #pragma pack(pop, tp) struct { char ___m_Flags_4_OffsetPadding_forAlignmentOnly[4]; uint8_t ___m_Flags_4_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___m_PartIndex_5_OffsetPadding[5]; // System.Byte UnityEngine.InputSystem.InputActionState/BindingState::m_PartIndex uint8_t ___m_PartIndex_5; }; #pragma pack(pop, tp) struct { char ___m_PartIndex_5_OffsetPadding_forAlignmentOnly[5]; uint8_t ___m_PartIndex_5_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___m_ActionIndex_6_OffsetPadding[6]; // System.UInt16 UnityEngine.InputSystem.InputActionState/BindingState::m_ActionIndex uint16_t ___m_ActionIndex_6; }; #pragma pack(pop, tp) struct { char ___m_ActionIndex_6_OffsetPadding_forAlignmentOnly[6]; uint16_t ___m_ActionIndex_6_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___m_CompositeOrCompositeBindingIndex_7_OffsetPadding[8]; // System.UInt16 UnityEngine.InputSystem.InputActionState/BindingState::m_CompositeOrCompositeBindingIndex uint16_t ___m_CompositeOrCompositeBindingIndex_7; }; #pragma pack(pop, tp) struct { char ___m_CompositeOrCompositeBindingIndex_7_OffsetPadding_forAlignmentOnly[8]; uint16_t ___m_CompositeOrCompositeBindingIndex_7_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___m_ProcessorStartIndex_8_OffsetPadding[10]; // System.UInt16 UnityEngine.InputSystem.InputActionState/BindingState::m_ProcessorStartIndex uint16_t ___m_ProcessorStartIndex_8; }; #pragma pack(pop, tp) struct { char ___m_ProcessorStartIndex_8_OffsetPadding_forAlignmentOnly[10]; uint16_t ___m_ProcessorStartIndex_8_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___m_InteractionStartIndex_9_OffsetPadding[12]; // System.UInt16 UnityEngine.InputSystem.InputActionState/BindingState::m_InteractionStartIndex uint16_t ___m_InteractionStartIndex_9; }; #pragma pack(pop, tp) struct { char ___m_InteractionStartIndex_9_OffsetPadding_forAlignmentOnly[12]; uint16_t ___m_InteractionStartIndex_9_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___m_ControlStartIndex_10_OffsetPadding[14]; // System.UInt16 UnityEngine.InputSystem.InputActionState/BindingState::m_ControlStartIndex uint16_t ___m_ControlStartIndex_10; }; #pragma pack(pop, tp) struct { char ___m_ControlStartIndex_10_OffsetPadding_forAlignmentOnly[14]; uint16_t ___m_ControlStartIndex_10_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___m_PressTime_11_OffsetPadding[16]; // System.Double UnityEngine.InputSystem.InputActionState/BindingState::m_PressTime double ___m_PressTime_11; }; #pragma pack(pop, tp) struct { char ___m_PressTime_11_OffsetPadding_forAlignmentOnly[16]; double ___m_PressTime_11_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___m_TriggerEventIdForComposite_12_OffsetPadding[24]; // System.Int32 UnityEngine.InputSystem.InputActionState/BindingState::m_TriggerEventIdForComposite int32_t ___m_TriggerEventIdForComposite_12; }; #pragma pack(pop, tp) struct { char ___m_TriggerEventIdForComposite_12_OffsetPadding_forAlignmentOnly[24]; int32_t ___m_TriggerEventIdForComposite_12_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char _____padding_13_OffsetPadding[28]; // System.Int32 UnityEngine.InputSystem.InputActionState/BindingState::__padding int32_t _____padding_13; }; #pragma pack(pop, tp) struct { char _____padding_13_OffsetPadding_forAlignmentOnly[28]; int32_t _____padding_13_forAlignmentOnly; }; }; }; uint8_t BindingState_t568A45761EFD086FB6772BD7B933703E3ABFBF26__padding[32]; }; public: inline static int32_t get_offset_of_m_ControlCount_0() { return static_cast(offsetof(BindingState_t568A45761EFD086FB6772BD7B933703E3ABFBF26, ___m_ControlCount_0)); } inline uint8_t get_m_ControlCount_0() const { return ___m_ControlCount_0; } inline uint8_t* get_address_of_m_ControlCount_0() { return &___m_ControlCount_0; } inline void set_m_ControlCount_0(uint8_t value) { ___m_ControlCount_0 = value; } inline static int32_t get_offset_of_m_InteractionCount_1() { return static_cast(offsetof(BindingState_t568A45761EFD086FB6772BD7B933703E3ABFBF26, ___m_InteractionCount_1)); } inline uint8_t get_m_InteractionCount_1() const { return ___m_InteractionCount_1; } inline uint8_t* get_address_of_m_InteractionCount_1() { return &___m_InteractionCount_1; } inline void set_m_InteractionCount_1(uint8_t value) { ___m_InteractionCount_1 = value; } inline static int32_t get_offset_of_m_ProcessorCount_2() { return static_cast(offsetof(BindingState_t568A45761EFD086FB6772BD7B933703E3ABFBF26, ___m_ProcessorCount_2)); } inline uint8_t get_m_ProcessorCount_2() const { return ___m_ProcessorCount_2; } inline uint8_t* get_address_of_m_ProcessorCount_2() { return &___m_ProcessorCount_2; } inline void set_m_ProcessorCount_2(uint8_t value) { ___m_ProcessorCount_2 = value; } inline static int32_t get_offset_of_m_MapIndex_3() { return static_cast(offsetof(BindingState_t568A45761EFD086FB6772BD7B933703E3ABFBF26, ___m_MapIndex_3)); } inline uint8_t get_m_MapIndex_3() const { return ___m_MapIndex_3; } inline uint8_t* get_address_of_m_MapIndex_3() { return &___m_MapIndex_3; } inline void set_m_MapIndex_3(uint8_t value) { ___m_MapIndex_3 = value; } inline static int32_t get_offset_of_m_Flags_4() { return static_cast(offsetof(BindingState_t568A45761EFD086FB6772BD7B933703E3ABFBF26, ___m_Flags_4)); } inline uint8_t get_m_Flags_4() const { return ___m_Flags_4; } inline uint8_t* get_address_of_m_Flags_4() { return &___m_Flags_4; } inline void set_m_Flags_4(uint8_t value) { ___m_Flags_4 = value; } inline static int32_t get_offset_of_m_PartIndex_5() { return static_cast(offsetof(BindingState_t568A45761EFD086FB6772BD7B933703E3ABFBF26, ___m_PartIndex_5)); } inline uint8_t get_m_PartIndex_5() const { return ___m_PartIndex_5; } inline uint8_t* get_address_of_m_PartIndex_5() { return &___m_PartIndex_5; } inline void set_m_PartIndex_5(uint8_t value) { ___m_PartIndex_5 = value; } inline static int32_t get_offset_of_m_ActionIndex_6() { return static_cast(offsetof(BindingState_t568A45761EFD086FB6772BD7B933703E3ABFBF26, ___m_ActionIndex_6)); } inline uint16_t get_m_ActionIndex_6() const { return ___m_ActionIndex_6; } inline uint16_t* get_address_of_m_ActionIndex_6() { return &___m_ActionIndex_6; } inline void set_m_ActionIndex_6(uint16_t value) { ___m_ActionIndex_6 = value; } inline static int32_t get_offset_of_m_CompositeOrCompositeBindingIndex_7() { return static_cast(offsetof(BindingState_t568A45761EFD086FB6772BD7B933703E3ABFBF26, ___m_CompositeOrCompositeBindingIndex_7)); } inline uint16_t get_m_CompositeOrCompositeBindingIndex_7() const { return ___m_CompositeOrCompositeBindingIndex_7; } inline uint16_t* get_address_of_m_CompositeOrCompositeBindingIndex_7() { return &___m_CompositeOrCompositeBindingIndex_7; } inline void set_m_CompositeOrCompositeBindingIndex_7(uint16_t value) { ___m_CompositeOrCompositeBindingIndex_7 = value; } inline static int32_t get_offset_of_m_ProcessorStartIndex_8() { return static_cast(offsetof(BindingState_t568A45761EFD086FB6772BD7B933703E3ABFBF26, ___m_ProcessorStartIndex_8)); } inline uint16_t get_m_ProcessorStartIndex_8() const { return ___m_ProcessorStartIndex_8; } inline uint16_t* get_address_of_m_ProcessorStartIndex_8() { return &___m_ProcessorStartIndex_8; } inline void set_m_ProcessorStartIndex_8(uint16_t value) { ___m_ProcessorStartIndex_8 = value; } inline static int32_t get_offset_of_m_InteractionStartIndex_9() { return static_cast(offsetof(BindingState_t568A45761EFD086FB6772BD7B933703E3ABFBF26, ___m_InteractionStartIndex_9)); } inline uint16_t get_m_InteractionStartIndex_9() const { return ___m_InteractionStartIndex_9; } inline uint16_t* get_address_of_m_InteractionStartIndex_9() { return &___m_InteractionStartIndex_9; } inline void set_m_InteractionStartIndex_9(uint16_t value) { ___m_InteractionStartIndex_9 = value; } inline static int32_t get_offset_of_m_ControlStartIndex_10() { return static_cast(offsetof(BindingState_t568A45761EFD086FB6772BD7B933703E3ABFBF26, ___m_ControlStartIndex_10)); } inline uint16_t get_m_ControlStartIndex_10() const { return ___m_ControlStartIndex_10; } inline uint16_t* get_address_of_m_ControlStartIndex_10() { return &___m_ControlStartIndex_10; } inline void set_m_ControlStartIndex_10(uint16_t value) { ___m_ControlStartIndex_10 = value; } inline static int32_t get_offset_of_m_PressTime_11() { return static_cast(offsetof(BindingState_t568A45761EFD086FB6772BD7B933703E3ABFBF26, ___m_PressTime_11)); } inline double get_m_PressTime_11() const { return ___m_PressTime_11; } inline double* get_address_of_m_PressTime_11() { return &___m_PressTime_11; } inline void set_m_PressTime_11(double value) { ___m_PressTime_11 = value; } inline static int32_t get_offset_of_m_TriggerEventIdForComposite_12() { return static_cast(offsetof(BindingState_t568A45761EFD086FB6772BD7B933703E3ABFBF26, ___m_TriggerEventIdForComposite_12)); } inline int32_t get_m_TriggerEventIdForComposite_12() const { return ___m_TriggerEventIdForComposite_12; } inline int32_t* get_address_of_m_TriggerEventIdForComposite_12() { return &___m_TriggerEventIdForComposite_12; } inline void set_m_TriggerEventIdForComposite_12(int32_t value) { ___m_TriggerEventIdForComposite_12 = value; } inline static int32_t get_offset_of___padding_13() { return static_cast(offsetof(BindingState_t568A45761EFD086FB6772BD7B933703E3ABFBF26, _____padding_13)); } inline int32_t get___padding_13() const { return _____padding_13; } inline int32_t* get_address_of___padding_13() { return &_____padding_13; } inline void set___padding_13(int32_t value) { _____padding_13 = value; } }; // UnityEngine.InputSystem.InputActionState/TriggerState struct TriggerState_t0DFC29612AAA2473244F3580C746BE71D6C57145 { public: union { struct { union { #pragma pack(push, tp, 1) struct { // System.Byte UnityEngine.InputSystem.InputActionState/TriggerState::m_Phase uint8_t ___m_Phase_3; }; #pragma pack(pop, tp) struct { uint8_t ___m_Phase_3_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___m_Flags_4_OffsetPadding[1]; // System.Byte UnityEngine.InputSystem.InputActionState/TriggerState::m_Flags uint8_t ___m_Flags_4; }; #pragma pack(pop, tp) struct { char ___m_Flags_4_OffsetPadding_forAlignmentOnly[1]; uint8_t ___m_Flags_4_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___m_MapIndex_5_OffsetPadding[2]; // System.Byte UnityEngine.InputSystem.InputActionState/TriggerState::m_MapIndex uint8_t ___m_MapIndex_5; }; #pragma pack(pop, tp) struct { char ___m_MapIndex_5_OffsetPadding_forAlignmentOnly[2]; uint8_t ___m_MapIndex_5_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___m_ControlIndex_6_OffsetPadding[4]; // System.UInt16 UnityEngine.InputSystem.InputActionState/TriggerState::m_ControlIndex uint16_t ___m_ControlIndex_6; }; #pragma pack(pop, tp) struct { char ___m_ControlIndex_6_OffsetPadding_forAlignmentOnly[4]; uint16_t ___m_ControlIndex_6_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___m_Time_7_OffsetPadding[8]; // System.Double UnityEngine.InputSystem.InputActionState/TriggerState::m_Time double ___m_Time_7; }; #pragma pack(pop, tp) struct { char ___m_Time_7_OffsetPadding_forAlignmentOnly[8]; double ___m_Time_7_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___m_StartTime_8_OffsetPadding[16]; // System.Double UnityEngine.InputSystem.InputActionState/TriggerState::m_StartTime double ___m_StartTime_8; }; #pragma pack(pop, tp) struct { char ___m_StartTime_8_OffsetPadding_forAlignmentOnly[16]; double ___m_StartTime_8_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___m_BindingIndex_9_OffsetPadding[24]; // System.UInt16 UnityEngine.InputSystem.InputActionState/TriggerState::m_BindingIndex uint16_t ___m_BindingIndex_9; }; #pragma pack(pop, tp) struct { char ___m_BindingIndex_9_OffsetPadding_forAlignmentOnly[24]; uint16_t ___m_BindingIndex_9_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___m_InteractionIndex_10_OffsetPadding[26]; // System.UInt16 UnityEngine.InputSystem.InputActionState/TriggerState::m_InteractionIndex uint16_t ___m_InteractionIndex_10; }; #pragma pack(pop, tp) struct { char ___m_InteractionIndex_10_OffsetPadding_forAlignmentOnly[26]; uint16_t ___m_InteractionIndex_10_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___m_Magnitude_11_OffsetPadding[28]; // System.Single UnityEngine.InputSystem.InputActionState/TriggerState::m_Magnitude float ___m_Magnitude_11; }; #pragma pack(pop, tp) struct { char ___m_Magnitude_11_OffsetPadding_forAlignmentOnly[28]; float ___m_Magnitude_11_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___m_LastPerformedInUpdate_12_OffsetPadding[32]; // System.UInt32 UnityEngine.InputSystem.InputActionState/TriggerState::m_LastPerformedInUpdate uint32_t ___m_LastPerformedInUpdate_12; }; #pragma pack(pop, tp) struct { char ___m_LastPerformedInUpdate_12_OffsetPadding_forAlignmentOnly[32]; uint32_t ___m_LastPerformedInUpdate_12_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___m_LastCanceledInUpdate_13_OffsetPadding[36]; // System.UInt32 UnityEngine.InputSystem.InputActionState/TriggerState::m_LastCanceledInUpdate uint32_t ___m_LastCanceledInUpdate_13; }; #pragma pack(pop, tp) struct { char ___m_LastCanceledInUpdate_13_OffsetPadding_forAlignmentOnly[36]; uint32_t ___m_LastCanceledInUpdate_13_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___m_PressedInUpdate_14_OffsetPadding[40]; // System.UInt32 UnityEngine.InputSystem.InputActionState/TriggerState::m_PressedInUpdate uint32_t ___m_PressedInUpdate_14; }; #pragma pack(pop, tp) struct { char ___m_PressedInUpdate_14_OffsetPadding_forAlignmentOnly[40]; uint32_t ___m_PressedInUpdate_14_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___m_ReleasedInUpdate_15_OffsetPadding[44]; // System.UInt32 UnityEngine.InputSystem.InputActionState/TriggerState::m_ReleasedInUpdate uint32_t ___m_ReleasedInUpdate_15; }; #pragma pack(pop, tp) struct { char ___m_ReleasedInUpdate_15_OffsetPadding_forAlignmentOnly[44]; uint32_t ___m_ReleasedInUpdate_15_forAlignmentOnly; }; }; }; uint8_t TriggerState_t0DFC29612AAA2473244F3580C746BE71D6C57145__padding[48]; }; public: inline static int32_t get_offset_of_m_Phase_3() { return static_cast(offsetof(TriggerState_t0DFC29612AAA2473244F3580C746BE71D6C57145, ___m_Phase_3)); } inline uint8_t get_m_Phase_3() const { return ___m_Phase_3; } inline uint8_t* get_address_of_m_Phase_3() { return &___m_Phase_3; } inline void set_m_Phase_3(uint8_t value) { ___m_Phase_3 = value; } inline static int32_t get_offset_of_m_Flags_4() { return static_cast(offsetof(TriggerState_t0DFC29612AAA2473244F3580C746BE71D6C57145, ___m_Flags_4)); } inline uint8_t get_m_Flags_4() const { return ___m_Flags_4; } inline uint8_t* get_address_of_m_Flags_4() { return &___m_Flags_4; } inline void set_m_Flags_4(uint8_t value) { ___m_Flags_4 = value; } inline static int32_t get_offset_of_m_MapIndex_5() { return static_cast(offsetof(TriggerState_t0DFC29612AAA2473244F3580C746BE71D6C57145, ___m_MapIndex_5)); } inline uint8_t get_m_MapIndex_5() const { return ___m_MapIndex_5; } inline uint8_t* get_address_of_m_MapIndex_5() { return &___m_MapIndex_5; } inline void set_m_MapIndex_5(uint8_t value) { ___m_MapIndex_5 = value; } inline static int32_t get_offset_of_m_ControlIndex_6() { return static_cast(offsetof(TriggerState_t0DFC29612AAA2473244F3580C746BE71D6C57145, ___m_ControlIndex_6)); } inline uint16_t get_m_ControlIndex_6() const { return ___m_ControlIndex_6; } inline uint16_t* get_address_of_m_ControlIndex_6() { return &___m_ControlIndex_6; } inline void set_m_ControlIndex_6(uint16_t value) { ___m_ControlIndex_6 = value; } inline static int32_t get_offset_of_m_Time_7() { return static_cast(offsetof(TriggerState_t0DFC29612AAA2473244F3580C746BE71D6C57145, ___m_Time_7)); } inline double get_m_Time_7() const { return ___m_Time_7; } inline double* get_address_of_m_Time_7() { return &___m_Time_7; } inline void set_m_Time_7(double value) { ___m_Time_7 = value; } inline static int32_t get_offset_of_m_StartTime_8() { return static_cast(offsetof(TriggerState_t0DFC29612AAA2473244F3580C746BE71D6C57145, ___m_StartTime_8)); } inline double get_m_StartTime_8() const { return ___m_StartTime_8; } inline double* get_address_of_m_StartTime_8() { return &___m_StartTime_8; } inline void set_m_StartTime_8(double value) { ___m_StartTime_8 = value; } inline static int32_t get_offset_of_m_BindingIndex_9() { return static_cast(offsetof(TriggerState_t0DFC29612AAA2473244F3580C746BE71D6C57145, ___m_BindingIndex_9)); } inline uint16_t get_m_BindingIndex_9() const { return ___m_BindingIndex_9; } inline uint16_t* get_address_of_m_BindingIndex_9() { return &___m_BindingIndex_9; } inline void set_m_BindingIndex_9(uint16_t value) { ___m_BindingIndex_9 = value; } inline static int32_t get_offset_of_m_InteractionIndex_10() { return static_cast(offsetof(TriggerState_t0DFC29612AAA2473244F3580C746BE71D6C57145, ___m_InteractionIndex_10)); } inline uint16_t get_m_InteractionIndex_10() const { return ___m_InteractionIndex_10; } inline uint16_t* get_address_of_m_InteractionIndex_10() { return &___m_InteractionIndex_10; } inline void set_m_InteractionIndex_10(uint16_t value) { ___m_InteractionIndex_10 = value; } inline static int32_t get_offset_of_m_Magnitude_11() { return static_cast(offsetof(TriggerState_t0DFC29612AAA2473244F3580C746BE71D6C57145, ___m_Magnitude_11)); } inline float get_m_Magnitude_11() const { return ___m_Magnitude_11; } inline float* get_address_of_m_Magnitude_11() { return &___m_Magnitude_11; } inline void set_m_Magnitude_11(float value) { ___m_Magnitude_11 = value; } inline static int32_t get_offset_of_m_LastPerformedInUpdate_12() { return static_cast(offsetof(TriggerState_t0DFC29612AAA2473244F3580C746BE71D6C57145, ___m_LastPerformedInUpdate_12)); } inline uint32_t get_m_LastPerformedInUpdate_12() const { return ___m_LastPerformedInUpdate_12; } inline uint32_t* get_address_of_m_LastPerformedInUpdate_12() { return &___m_LastPerformedInUpdate_12; } inline void set_m_LastPerformedInUpdate_12(uint32_t value) { ___m_LastPerformedInUpdate_12 = value; } inline static int32_t get_offset_of_m_LastCanceledInUpdate_13() { return static_cast(offsetof(TriggerState_t0DFC29612AAA2473244F3580C746BE71D6C57145, ___m_LastCanceledInUpdate_13)); } inline uint32_t get_m_LastCanceledInUpdate_13() const { return ___m_LastCanceledInUpdate_13; } inline uint32_t* get_address_of_m_LastCanceledInUpdate_13() { return &___m_LastCanceledInUpdate_13; } inline void set_m_LastCanceledInUpdate_13(uint32_t value) { ___m_LastCanceledInUpdate_13 = value; } inline static int32_t get_offset_of_m_PressedInUpdate_14() { return static_cast(offsetof(TriggerState_t0DFC29612AAA2473244F3580C746BE71D6C57145, ___m_PressedInUpdate_14)); } inline uint32_t get_m_PressedInUpdate_14() const { return ___m_PressedInUpdate_14; } inline uint32_t* get_address_of_m_PressedInUpdate_14() { return &___m_PressedInUpdate_14; } inline void set_m_PressedInUpdate_14(uint32_t value) { ___m_PressedInUpdate_14 = value; } inline static int32_t get_offset_of_m_ReleasedInUpdate_15() { return static_cast(offsetof(TriggerState_t0DFC29612AAA2473244F3580C746BE71D6C57145, ___m_ReleasedInUpdate_15)); } inline uint32_t get_m_ReleasedInUpdate_15() const { return ___m_ReleasedInUpdate_15; } inline uint32_t* get_address_of_m_ReleasedInUpdate_15() { return &___m_ReleasedInUpdate_15; } inline void set_m_ReleasedInUpdate_15(uint32_t value) { ___m_ReleasedInUpdate_15 = value; } }; // UnityEngine.InputSystem.InputActionState/UnmanagedMemory struct UnmanagedMemory_tEFEC9104756D90F1ECBC9A1BFFBCDD0423D2DB79 { public: // System.Void* UnityEngine.InputSystem.InputActionState/UnmanagedMemory::basePtr void* ___basePtr_0; // System.Int32 UnityEngine.InputSystem.InputActionState/UnmanagedMemory::mapCount int32_t ___mapCount_1; // System.Int32 UnityEngine.InputSystem.InputActionState/UnmanagedMemory::actionCount int32_t ___actionCount_2; // System.Int32 UnityEngine.InputSystem.InputActionState/UnmanagedMemory::interactionCount int32_t ___interactionCount_3; // System.Int32 UnityEngine.InputSystem.InputActionState/UnmanagedMemory::bindingCount int32_t ___bindingCount_4; // System.Int32 UnityEngine.InputSystem.InputActionState/UnmanagedMemory::controlCount int32_t ___controlCount_5; // System.Int32 UnityEngine.InputSystem.InputActionState/UnmanagedMemory::compositeCount int32_t ___compositeCount_6; // UnityEngine.InputSystem.InputActionState/TriggerState* UnityEngine.InputSystem.InputActionState/UnmanagedMemory::actionStates TriggerState_t0DFC29612AAA2473244F3580C746BE71D6C57145 * ___actionStates_7; // UnityEngine.InputSystem.InputActionState/BindingState* UnityEngine.InputSystem.InputActionState/UnmanagedMemory::bindingStates BindingState_t568A45761EFD086FB6772BD7B933703E3ABFBF26 * ___bindingStates_8; // UnityEngine.InputSystem.InputActionState/InteractionState* UnityEngine.InputSystem.InputActionState/UnmanagedMemory::interactionStates InteractionState_tBD9D1657CA10C3E513F0A89AE637B7EF7CC68320 * ___interactionStates_9; // System.Single* UnityEngine.InputSystem.InputActionState/UnmanagedMemory::controlMagnitudes float* ___controlMagnitudes_10; // System.Single* UnityEngine.InputSystem.InputActionState/UnmanagedMemory::compositeMagnitudes float* ___compositeMagnitudes_11; // System.Int32* UnityEngine.InputSystem.InputActionState/UnmanagedMemory::enabledControls int32_t* ___enabledControls_12; // System.UInt16* UnityEngine.InputSystem.InputActionState/UnmanagedMemory::actionBindingIndicesAndCounts uint16_t* ___actionBindingIndicesAndCounts_13; // System.UInt16* UnityEngine.InputSystem.InputActionState/UnmanagedMemory::actionBindingIndices uint16_t* ___actionBindingIndices_14; // System.Int32* UnityEngine.InputSystem.InputActionState/UnmanagedMemory::controlIndexToBindingIndex int32_t* ___controlIndexToBindingIndex_15; // System.UInt16* UnityEngine.InputSystem.InputActionState/UnmanagedMemory::controlGroupingAndComplexity uint16_t* ___controlGroupingAndComplexity_16; // System.Boolean UnityEngine.InputSystem.InputActionState/UnmanagedMemory::controlGroupingInitialized bool ___controlGroupingInitialized_17; // UnityEngine.InputSystem.InputActionState/ActionMapIndices* UnityEngine.InputSystem.InputActionState/UnmanagedMemory::mapIndices ActionMapIndices_t627DF9CE7704FDD352C035C65CC9AF6D8B899A0A * ___mapIndices_18; public: inline static int32_t get_offset_of_basePtr_0() { return static_cast(offsetof(UnmanagedMemory_tEFEC9104756D90F1ECBC9A1BFFBCDD0423D2DB79, ___basePtr_0)); } inline void* get_basePtr_0() const { return ___basePtr_0; } inline void** get_address_of_basePtr_0() { return &___basePtr_0; } inline void set_basePtr_0(void* value) { ___basePtr_0 = value; } inline static int32_t get_offset_of_mapCount_1() { return static_cast(offsetof(UnmanagedMemory_tEFEC9104756D90F1ECBC9A1BFFBCDD0423D2DB79, ___mapCount_1)); } inline int32_t get_mapCount_1() const { return ___mapCount_1; } inline int32_t* get_address_of_mapCount_1() { return &___mapCount_1; } inline void set_mapCount_1(int32_t value) { ___mapCount_1 = value; } inline static int32_t get_offset_of_actionCount_2() { return static_cast(offsetof(UnmanagedMemory_tEFEC9104756D90F1ECBC9A1BFFBCDD0423D2DB79, ___actionCount_2)); } inline int32_t get_actionCount_2() const { return ___actionCount_2; } inline int32_t* get_address_of_actionCount_2() { return &___actionCount_2; } inline void set_actionCount_2(int32_t value) { ___actionCount_2 = value; } inline static int32_t get_offset_of_interactionCount_3() { return static_cast(offsetof(UnmanagedMemory_tEFEC9104756D90F1ECBC9A1BFFBCDD0423D2DB79, ___interactionCount_3)); } inline int32_t get_interactionCount_3() const { return ___interactionCount_3; } inline int32_t* get_address_of_interactionCount_3() { return &___interactionCount_3; } inline void set_interactionCount_3(int32_t value) { ___interactionCount_3 = value; } inline static int32_t get_offset_of_bindingCount_4() { return static_cast(offsetof(UnmanagedMemory_tEFEC9104756D90F1ECBC9A1BFFBCDD0423D2DB79, ___bindingCount_4)); } inline int32_t get_bindingCount_4() const { return ___bindingCount_4; } inline int32_t* get_address_of_bindingCount_4() { return &___bindingCount_4; } inline void set_bindingCount_4(int32_t value) { ___bindingCount_4 = value; } inline static int32_t get_offset_of_controlCount_5() { return static_cast(offsetof(UnmanagedMemory_tEFEC9104756D90F1ECBC9A1BFFBCDD0423D2DB79, ___controlCount_5)); } inline int32_t get_controlCount_5() const { return ___controlCount_5; } inline int32_t* get_address_of_controlCount_5() { return &___controlCount_5; } inline void set_controlCount_5(int32_t value) { ___controlCount_5 = value; } inline static int32_t get_offset_of_compositeCount_6() { return static_cast(offsetof(UnmanagedMemory_tEFEC9104756D90F1ECBC9A1BFFBCDD0423D2DB79, ___compositeCount_6)); } inline int32_t get_compositeCount_6() const { return ___compositeCount_6; } inline int32_t* get_address_of_compositeCount_6() { return &___compositeCount_6; } inline void set_compositeCount_6(int32_t value) { ___compositeCount_6 = value; } inline static int32_t get_offset_of_actionStates_7() { return static_cast(offsetof(UnmanagedMemory_tEFEC9104756D90F1ECBC9A1BFFBCDD0423D2DB79, ___actionStates_7)); } inline TriggerState_t0DFC29612AAA2473244F3580C746BE71D6C57145 * get_actionStates_7() const { return ___actionStates_7; } inline TriggerState_t0DFC29612AAA2473244F3580C746BE71D6C57145 ** get_address_of_actionStates_7() { return &___actionStates_7; } inline void set_actionStates_7(TriggerState_t0DFC29612AAA2473244F3580C746BE71D6C57145 * value) { ___actionStates_7 = value; } inline static int32_t get_offset_of_bindingStates_8() { return static_cast(offsetof(UnmanagedMemory_tEFEC9104756D90F1ECBC9A1BFFBCDD0423D2DB79, ___bindingStates_8)); } inline BindingState_t568A45761EFD086FB6772BD7B933703E3ABFBF26 * get_bindingStates_8() const { return ___bindingStates_8; } inline BindingState_t568A45761EFD086FB6772BD7B933703E3ABFBF26 ** get_address_of_bindingStates_8() { return &___bindingStates_8; } inline void set_bindingStates_8(BindingState_t568A45761EFD086FB6772BD7B933703E3ABFBF26 * value) { ___bindingStates_8 = value; } inline static int32_t get_offset_of_interactionStates_9() { return static_cast(offsetof(UnmanagedMemory_tEFEC9104756D90F1ECBC9A1BFFBCDD0423D2DB79, ___interactionStates_9)); } inline InteractionState_tBD9D1657CA10C3E513F0A89AE637B7EF7CC68320 * get_interactionStates_9() const { return ___interactionStates_9; } inline InteractionState_tBD9D1657CA10C3E513F0A89AE637B7EF7CC68320 ** get_address_of_interactionStates_9() { return &___interactionStates_9; } inline void set_interactionStates_9(InteractionState_tBD9D1657CA10C3E513F0A89AE637B7EF7CC68320 * value) { ___interactionStates_9 = value; } inline static int32_t get_offset_of_controlMagnitudes_10() { return static_cast(offsetof(UnmanagedMemory_tEFEC9104756D90F1ECBC9A1BFFBCDD0423D2DB79, ___controlMagnitudes_10)); } inline float* get_controlMagnitudes_10() const { return ___controlMagnitudes_10; } inline float** get_address_of_controlMagnitudes_10() { return &___controlMagnitudes_10; } inline void set_controlMagnitudes_10(float* value) { ___controlMagnitudes_10 = value; } inline static int32_t get_offset_of_compositeMagnitudes_11() { return static_cast(offsetof(UnmanagedMemory_tEFEC9104756D90F1ECBC9A1BFFBCDD0423D2DB79, ___compositeMagnitudes_11)); } inline float* get_compositeMagnitudes_11() const { return ___compositeMagnitudes_11; } inline float** get_address_of_compositeMagnitudes_11() { return &___compositeMagnitudes_11; } inline void set_compositeMagnitudes_11(float* value) { ___compositeMagnitudes_11 = value; } inline static int32_t get_offset_of_enabledControls_12() { return static_cast(offsetof(UnmanagedMemory_tEFEC9104756D90F1ECBC9A1BFFBCDD0423D2DB79, ___enabledControls_12)); } inline int32_t* get_enabledControls_12() const { return ___enabledControls_12; } inline int32_t** get_address_of_enabledControls_12() { return &___enabledControls_12; } inline void set_enabledControls_12(int32_t* value) { ___enabledControls_12 = value; } inline static int32_t get_offset_of_actionBindingIndicesAndCounts_13() { return static_cast(offsetof(UnmanagedMemory_tEFEC9104756D90F1ECBC9A1BFFBCDD0423D2DB79, ___actionBindingIndicesAndCounts_13)); } inline uint16_t* get_actionBindingIndicesAndCounts_13() const { return ___actionBindingIndicesAndCounts_13; } inline uint16_t** get_address_of_actionBindingIndicesAndCounts_13() { return &___actionBindingIndicesAndCounts_13; } inline void set_actionBindingIndicesAndCounts_13(uint16_t* value) { ___actionBindingIndicesAndCounts_13 = value; } inline static int32_t get_offset_of_actionBindingIndices_14() { return static_cast(offsetof(UnmanagedMemory_tEFEC9104756D90F1ECBC9A1BFFBCDD0423D2DB79, ___actionBindingIndices_14)); } inline uint16_t* get_actionBindingIndices_14() const { return ___actionBindingIndices_14; } inline uint16_t** get_address_of_actionBindingIndices_14() { return &___actionBindingIndices_14; } inline void set_actionBindingIndices_14(uint16_t* value) { ___actionBindingIndices_14 = value; } inline static int32_t get_offset_of_controlIndexToBindingIndex_15() { return static_cast(offsetof(UnmanagedMemory_tEFEC9104756D90F1ECBC9A1BFFBCDD0423D2DB79, ___controlIndexToBindingIndex_15)); } inline int32_t* get_controlIndexToBindingIndex_15() const { return ___controlIndexToBindingIndex_15; } inline int32_t** get_address_of_controlIndexToBindingIndex_15() { return &___controlIndexToBindingIndex_15; } inline void set_controlIndexToBindingIndex_15(int32_t* value) { ___controlIndexToBindingIndex_15 = value; } inline static int32_t get_offset_of_controlGroupingAndComplexity_16() { return static_cast(offsetof(UnmanagedMemory_tEFEC9104756D90F1ECBC9A1BFFBCDD0423D2DB79, ___controlGroupingAndComplexity_16)); } inline uint16_t* get_controlGroupingAndComplexity_16() const { return ___controlGroupingAndComplexity_16; } inline uint16_t** get_address_of_controlGroupingAndComplexity_16() { return &___controlGroupingAndComplexity_16; } inline void set_controlGroupingAndComplexity_16(uint16_t* value) { ___controlGroupingAndComplexity_16 = value; } inline static int32_t get_offset_of_controlGroupingInitialized_17() { return static_cast(offsetof(UnmanagedMemory_tEFEC9104756D90F1ECBC9A1BFFBCDD0423D2DB79, ___controlGroupingInitialized_17)); } inline bool get_controlGroupingInitialized_17() const { return ___controlGroupingInitialized_17; } inline bool* get_address_of_controlGroupingInitialized_17() { return &___controlGroupingInitialized_17; } inline void set_controlGroupingInitialized_17(bool value) { ___controlGroupingInitialized_17 = value; } inline static int32_t get_offset_of_mapIndices_18() { return static_cast(offsetof(UnmanagedMemory_tEFEC9104756D90F1ECBC9A1BFFBCDD0423D2DB79, ___mapIndices_18)); } inline ActionMapIndices_t627DF9CE7704FDD352C035C65CC9AF6D8B899A0A * get_mapIndices_18() const { return ___mapIndices_18; } inline ActionMapIndices_t627DF9CE7704FDD352C035C65CC9AF6D8B899A0A ** get_address_of_mapIndices_18() { return &___mapIndices_18; } inline void set_mapIndices_18(ActionMapIndices_t627DF9CE7704FDD352C035C65CC9AF6D8B899A0A * value) { ___mapIndices_18 = value; } }; // Native definition for P/Invoke marshalling of UnityEngine.InputSystem.InputActionState/UnmanagedMemory struct UnmanagedMemory_tEFEC9104756D90F1ECBC9A1BFFBCDD0423D2DB79_marshaled_pinvoke { void* ___basePtr_0; int32_t ___mapCount_1; int32_t ___actionCount_2; int32_t ___interactionCount_3; int32_t ___bindingCount_4; int32_t ___controlCount_5; int32_t ___compositeCount_6; TriggerState_t0DFC29612AAA2473244F3580C746BE71D6C57145 * ___actionStates_7; BindingState_t568A45761EFD086FB6772BD7B933703E3ABFBF26 * ___bindingStates_8; InteractionState_tBD9D1657CA10C3E513F0A89AE637B7EF7CC68320 * ___interactionStates_9; float* ___controlMagnitudes_10; float* ___compositeMagnitudes_11; int32_t* ___enabledControls_12; uint16_t* ___actionBindingIndicesAndCounts_13; uint16_t* ___actionBindingIndices_14; int32_t* ___controlIndexToBindingIndex_15; uint16_t* ___controlGroupingAndComplexity_16; int32_t ___controlGroupingInitialized_17; ActionMapIndices_t627DF9CE7704FDD352C035C65CC9AF6D8B899A0A * ___mapIndices_18; }; // Native definition for COM marshalling of UnityEngine.InputSystem.InputActionState/UnmanagedMemory struct UnmanagedMemory_tEFEC9104756D90F1ECBC9A1BFFBCDD0423D2DB79_marshaled_com { void* ___basePtr_0; int32_t ___mapCount_1; int32_t ___actionCount_2; int32_t ___interactionCount_3; int32_t ___bindingCount_4; int32_t ___controlCount_5; int32_t ___compositeCount_6; TriggerState_t0DFC29612AAA2473244F3580C746BE71D6C57145 * ___actionStates_7; BindingState_t568A45761EFD086FB6772BD7B933703E3ABFBF26 * ___bindingStates_8; InteractionState_tBD9D1657CA10C3E513F0A89AE637B7EF7CC68320 * ___interactionStates_9; float* ___controlMagnitudes_10; float* ___compositeMagnitudes_11; int32_t* ___enabledControls_12; uint16_t* ___actionBindingIndicesAndCounts_13; uint16_t* ___actionBindingIndices_14; int32_t* ___controlIndexToBindingIndex_15; uint16_t* ___controlGroupingAndComplexity_16; int32_t ___controlGroupingInitialized_17; ActionMapIndices_t627DF9CE7704FDD352C035C65CC9AF6D8B899A0A * ___mapIndices_18; }; // UnityEngine.InputSystem.Layouts.InputControlLayout/Cache struct Cache_tCCC71FFB1DEF56FF815ED5B09BB764EDB00EE82E { public: // System.Collections.Generic.Dictionary`2 UnityEngine.InputSystem.Layouts.InputControlLayout/Cache::table Dictionary_2_t5CDE7C1F4CCF20D97AD81FE47A410DD3383EFB65 * ___table_0; public: inline static int32_t get_offset_of_table_0() { return static_cast(offsetof(Cache_tCCC71FFB1DEF56FF815ED5B09BB764EDB00EE82E, ___table_0)); } inline Dictionary_2_t5CDE7C1F4CCF20D97AD81FE47A410DD3383EFB65 * get_table_0() const { return ___table_0; } inline Dictionary_2_t5CDE7C1F4CCF20D97AD81FE47A410DD3383EFB65 ** get_address_of_table_0() { return &___table_0; } inline void set_table_0(Dictionary_2_t5CDE7C1F4CCF20D97AD81FE47A410DD3383EFB65 * value) { ___table_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___table_0), (void*)value); } }; // Native definition for P/Invoke marshalling of UnityEngine.InputSystem.Layouts.InputControlLayout/Cache struct Cache_tCCC71FFB1DEF56FF815ED5B09BB764EDB00EE82E_marshaled_pinvoke { Dictionary_2_t5CDE7C1F4CCF20D97AD81FE47A410DD3383EFB65 * ___table_0; }; // Native definition for COM marshalling of UnityEngine.InputSystem.Layouts.InputControlLayout/Cache struct Cache_tCCC71FFB1DEF56FF815ED5B09BB764EDB00EE82E_marshaled_com { Dictionary_2_t5CDE7C1F4CCF20D97AD81FE47A410DD3383EFB65 * ___table_0; }; // UnityEngine.InputSystem.Layouts.InputControlLayout/CacheRefInstance struct CacheRefInstance_t32BCEBAA7826C9CBD6572CFFCA4732CC3FB7F749 { public: // System.Boolean UnityEngine.InputSystem.Layouts.InputControlLayout/CacheRefInstance::valid bool ___valid_0; public: inline static int32_t get_offset_of_valid_0() { return static_cast(offsetof(CacheRefInstance_t32BCEBAA7826C9CBD6572CFFCA4732CC3FB7F749, ___valid_0)); } inline bool get_valid_0() const { return ___valid_0; } inline bool* get_address_of_valid_0() { return &___valid_0; } inline void set_valid_0(bool value) { ___valid_0 = value; } }; // Native definition for P/Invoke marshalling of UnityEngine.InputSystem.Layouts.InputControlLayout/CacheRefInstance struct CacheRefInstance_t32BCEBAA7826C9CBD6572CFFCA4732CC3FB7F749_marshaled_pinvoke { int32_t ___valid_0; }; // Native definition for COM marshalling of UnityEngine.InputSystem.Layouts.InputControlLayout/CacheRefInstance struct CacheRefInstance_t32BCEBAA7826C9CBD6572CFFCA4732CC3FB7F749_marshaled_com { int32_t ___valid_0; }; // UnityEngine.InputSystem.Layouts.InputControlLayout/Collection struct Collection_tE4D2860D7319AE2B62163AFBA0A549B87DB0B97F { public: // System.Collections.Generic.Dictionary`2 UnityEngine.InputSystem.Layouts.InputControlLayout/Collection::layoutTypes Dictionary_2_tBA40388A060E3B4AEE59780F047938A6FB3C566E * ___layoutTypes_1; // System.Collections.Generic.Dictionary`2 UnityEngine.InputSystem.Layouts.InputControlLayout/Collection::layoutStrings Dictionary_2_tEF69AB24B90083667848FA18EB11001609E77E9E * ___layoutStrings_2; // System.Collections.Generic.Dictionary`2> UnityEngine.InputSystem.Layouts.InputControlLayout/Collection::layoutBuilders Dictionary_2_tAABCF01104CEF2E181F1448D23A29A42D7B120A9 * ___layoutBuilders_3; // System.Collections.Generic.Dictionary`2 UnityEngine.InputSystem.Layouts.InputControlLayout/Collection::baseLayoutTable Dictionary_2_tD3132CDE19A98160EC17AE2285A89480809DD540 * ___baseLayoutTable_4; // System.Collections.Generic.Dictionary`2 UnityEngine.InputSystem.Layouts.InputControlLayout/Collection::layoutOverrides Dictionary_2_t20A4C56B2681DD10F2C1E2E7283A237815224E86 * ___layoutOverrides_5; // System.Collections.Generic.HashSet`1 UnityEngine.InputSystem.Layouts.InputControlLayout/Collection::layoutOverrideNames HashSet_1_t9DCF3402E30D433824DBE15EBB53B1DD79D671C1 * ___layoutOverrideNames_6; // System.Collections.Generic.Dictionary`2 UnityEngine.InputSystem.Layouts.InputControlLayout/Collection::precompiledLayouts Dictionary_2_tBF35F5A68A67D19B3685A61CE0EECA8A7DD19DFE * ___precompiledLayouts_7; // System.Collections.Generic.List`1 UnityEngine.InputSystem.Layouts.InputControlLayout/Collection::layoutMatchers List_1_tB0AB87A0CDEC1CF5456422A1F87B5EC9EFF9516C * ___layoutMatchers_8; public: inline static int32_t get_offset_of_layoutTypes_1() { return static_cast(offsetof(Collection_tE4D2860D7319AE2B62163AFBA0A549B87DB0B97F, ___layoutTypes_1)); } inline Dictionary_2_tBA40388A060E3B4AEE59780F047938A6FB3C566E * get_layoutTypes_1() const { return ___layoutTypes_1; } inline Dictionary_2_tBA40388A060E3B4AEE59780F047938A6FB3C566E ** get_address_of_layoutTypes_1() { return &___layoutTypes_1; } inline void set_layoutTypes_1(Dictionary_2_tBA40388A060E3B4AEE59780F047938A6FB3C566E * value) { ___layoutTypes_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___layoutTypes_1), (void*)value); } inline static int32_t get_offset_of_layoutStrings_2() { return static_cast(offsetof(Collection_tE4D2860D7319AE2B62163AFBA0A549B87DB0B97F, ___layoutStrings_2)); } inline Dictionary_2_tEF69AB24B90083667848FA18EB11001609E77E9E * get_layoutStrings_2() const { return ___layoutStrings_2; } inline Dictionary_2_tEF69AB24B90083667848FA18EB11001609E77E9E ** get_address_of_layoutStrings_2() { return &___layoutStrings_2; } inline void set_layoutStrings_2(Dictionary_2_tEF69AB24B90083667848FA18EB11001609E77E9E * value) { ___layoutStrings_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___layoutStrings_2), (void*)value); } inline static int32_t get_offset_of_layoutBuilders_3() { return static_cast(offsetof(Collection_tE4D2860D7319AE2B62163AFBA0A549B87DB0B97F, ___layoutBuilders_3)); } inline Dictionary_2_tAABCF01104CEF2E181F1448D23A29A42D7B120A9 * get_layoutBuilders_3() const { return ___layoutBuilders_3; } inline Dictionary_2_tAABCF01104CEF2E181F1448D23A29A42D7B120A9 ** get_address_of_layoutBuilders_3() { return &___layoutBuilders_3; } inline void set_layoutBuilders_3(Dictionary_2_tAABCF01104CEF2E181F1448D23A29A42D7B120A9 * value) { ___layoutBuilders_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___layoutBuilders_3), (void*)value); } inline static int32_t get_offset_of_baseLayoutTable_4() { return static_cast(offsetof(Collection_tE4D2860D7319AE2B62163AFBA0A549B87DB0B97F, ___baseLayoutTable_4)); } inline Dictionary_2_tD3132CDE19A98160EC17AE2285A89480809DD540 * get_baseLayoutTable_4() const { return ___baseLayoutTable_4; } inline Dictionary_2_tD3132CDE19A98160EC17AE2285A89480809DD540 ** get_address_of_baseLayoutTable_4() { return &___baseLayoutTable_4; } inline void set_baseLayoutTable_4(Dictionary_2_tD3132CDE19A98160EC17AE2285A89480809DD540 * value) { ___baseLayoutTable_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___baseLayoutTable_4), (void*)value); } inline static int32_t get_offset_of_layoutOverrides_5() { return static_cast(offsetof(Collection_tE4D2860D7319AE2B62163AFBA0A549B87DB0B97F, ___layoutOverrides_5)); } inline Dictionary_2_t20A4C56B2681DD10F2C1E2E7283A237815224E86 * get_layoutOverrides_5() const { return ___layoutOverrides_5; } inline Dictionary_2_t20A4C56B2681DD10F2C1E2E7283A237815224E86 ** get_address_of_layoutOverrides_5() { return &___layoutOverrides_5; } inline void set_layoutOverrides_5(Dictionary_2_t20A4C56B2681DD10F2C1E2E7283A237815224E86 * value) { ___layoutOverrides_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___layoutOverrides_5), (void*)value); } inline static int32_t get_offset_of_layoutOverrideNames_6() { return static_cast(offsetof(Collection_tE4D2860D7319AE2B62163AFBA0A549B87DB0B97F, ___layoutOverrideNames_6)); } inline HashSet_1_t9DCF3402E30D433824DBE15EBB53B1DD79D671C1 * get_layoutOverrideNames_6() const { return ___layoutOverrideNames_6; } inline HashSet_1_t9DCF3402E30D433824DBE15EBB53B1DD79D671C1 ** get_address_of_layoutOverrideNames_6() { return &___layoutOverrideNames_6; } inline void set_layoutOverrideNames_6(HashSet_1_t9DCF3402E30D433824DBE15EBB53B1DD79D671C1 * value) { ___layoutOverrideNames_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___layoutOverrideNames_6), (void*)value); } inline static int32_t get_offset_of_precompiledLayouts_7() { return static_cast(offsetof(Collection_tE4D2860D7319AE2B62163AFBA0A549B87DB0B97F, ___precompiledLayouts_7)); } inline Dictionary_2_tBF35F5A68A67D19B3685A61CE0EECA8A7DD19DFE * get_precompiledLayouts_7() const { return ___precompiledLayouts_7; } inline Dictionary_2_tBF35F5A68A67D19B3685A61CE0EECA8A7DD19DFE ** get_address_of_precompiledLayouts_7() { return &___precompiledLayouts_7; } inline void set_precompiledLayouts_7(Dictionary_2_tBF35F5A68A67D19B3685A61CE0EECA8A7DD19DFE * value) { ___precompiledLayouts_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___precompiledLayouts_7), (void*)value); } inline static int32_t get_offset_of_layoutMatchers_8() { return static_cast(offsetof(Collection_tE4D2860D7319AE2B62163AFBA0A549B87DB0B97F, ___layoutMatchers_8)); } inline List_1_tB0AB87A0CDEC1CF5456422A1F87B5EC9EFF9516C * get_layoutMatchers_8() const { return ___layoutMatchers_8; } inline List_1_tB0AB87A0CDEC1CF5456422A1F87B5EC9EFF9516C ** get_address_of_layoutMatchers_8() { return &___layoutMatchers_8; } inline void set_layoutMatchers_8(List_1_tB0AB87A0CDEC1CF5456422A1F87B5EC9EFF9516C * value) { ___layoutMatchers_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___layoutMatchers_8), (void*)value); } }; // Native definition for P/Invoke marshalling of UnityEngine.InputSystem.Layouts.InputControlLayout/Collection struct Collection_tE4D2860D7319AE2B62163AFBA0A549B87DB0B97F_marshaled_pinvoke { Dictionary_2_tBA40388A060E3B4AEE59780F047938A6FB3C566E * ___layoutTypes_1; Dictionary_2_tEF69AB24B90083667848FA18EB11001609E77E9E * ___layoutStrings_2; Dictionary_2_tAABCF01104CEF2E181F1448D23A29A42D7B120A9 * ___layoutBuilders_3; Dictionary_2_tD3132CDE19A98160EC17AE2285A89480809DD540 * ___baseLayoutTable_4; Dictionary_2_t20A4C56B2681DD10F2C1E2E7283A237815224E86 * ___layoutOverrides_5; HashSet_1_t9DCF3402E30D433824DBE15EBB53B1DD79D671C1 * ___layoutOverrideNames_6; Dictionary_2_tBF35F5A68A67D19B3685A61CE0EECA8A7DD19DFE * ___precompiledLayouts_7; List_1_tB0AB87A0CDEC1CF5456422A1F87B5EC9EFF9516C * ___layoutMatchers_8; }; // Native definition for COM marshalling of UnityEngine.InputSystem.Layouts.InputControlLayout/Collection struct Collection_tE4D2860D7319AE2B62163AFBA0A549B87DB0B97F_marshaled_com { Dictionary_2_tBA40388A060E3B4AEE59780F047938A6FB3C566E * ___layoutTypes_1; Dictionary_2_tEF69AB24B90083667848FA18EB11001609E77E9E * ___layoutStrings_2; Dictionary_2_tAABCF01104CEF2E181F1448D23A29A42D7B120A9 * ___layoutBuilders_3; Dictionary_2_tD3132CDE19A98160EC17AE2285A89480809DD540 * ___baseLayoutTable_4; Dictionary_2_t20A4C56B2681DD10F2C1E2E7283A237815224E86 * ___layoutOverrides_5; HashSet_1_t9DCF3402E30D433824DBE15EBB53B1DD79D671C1 * ___layoutOverrideNames_6; Dictionary_2_tBF35F5A68A67D19B3685A61CE0EECA8A7DD19DFE * ___precompiledLayouts_7; List_1_tB0AB87A0CDEC1CF5456422A1F87B5EC9EFF9516C * ___layoutMatchers_8; }; // UnityEngine.InputSystem.Layouts.InputControlLayout/LayoutJson struct LayoutJson_tE5191240D7C0D80497148CC9171D199A0E455E84 { public: // 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_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___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_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___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_tEEF9EBFD13E73C6394E5D47F630BFEF41966CF62* ___controls_13; public: inline static int32_t get_offset_of_name_0() { return static_cast(offsetof(LayoutJson_tE5191240D7C0D80497148CC9171D199A0E455E84, ___name_0)); } inline String_t* get_name_0() const { return ___name_0; } inline String_t** get_address_of_name_0() { return &___name_0; } inline void set_name_0(String_t* value) { ___name_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___name_0), (void*)value); } inline static int32_t get_offset_of_extend_1() { return static_cast(offsetof(LayoutJson_tE5191240D7C0D80497148CC9171D199A0E455E84, ___extend_1)); } inline String_t* get_extend_1() const { return ___extend_1; } inline String_t** get_address_of_extend_1() { return &___extend_1; } inline void set_extend_1(String_t* value) { ___extend_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___extend_1), (void*)value); } inline static int32_t get_offset_of_extendMultiple_2() { return static_cast(offsetof(LayoutJson_tE5191240D7C0D80497148CC9171D199A0E455E84, ___extendMultiple_2)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_extendMultiple_2() const { return ___extendMultiple_2; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_extendMultiple_2() { return &___extendMultiple_2; } inline void set_extendMultiple_2(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___extendMultiple_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___extendMultiple_2), (void*)value); } inline static int32_t get_offset_of_format_3() { return static_cast(offsetof(LayoutJson_tE5191240D7C0D80497148CC9171D199A0E455E84, ___format_3)); } inline String_t* get_format_3() const { return ___format_3; } inline String_t** get_address_of_format_3() { return &___format_3; } inline void set_format_3(String_t* value) { ___format_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___format_3), (void*)value); } inline static int32_t get_offset_of_beforeRender_4() { return static_cast(offsetof(LayoutJson_tE5191240D7C0D80497148CC9171D199A0E455E84, ___beforeRender_4)); } inline String_t* get_beforeRender_4() const { return ___beforeRender_4; } inline String_t** get_address_of_beforeRender_4() { return &___beforeRender_4; } inline void set_beforeRender_4(String_t* value) { ___beforeRender_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___beforeRender_4), (void*)value); } inline static int32_t get_offset_of_runInBackground_5() { return static_cast(offsetof(LayoutJson_tE5191240D7C0D80497148CC9171D199A0E455E84, ___runInBackground_5)); } inline String_t* get_runInBackground_5() const { return ___runInBackground_5; } inline String_t** get_address_of_runInBackground_5() { return &___runInBackground_5; } inline void set_runInBackground_5(String_t* value) { ___runInBackground_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___runInBackground_5), (void*)value); } inline static int32_t get_offset_of_commonUsages_6() { return static_cast(offsetof(LayoutJson_tE5191240D7C0D80497148CC9171D199A0E455E84, ___commonUsages_6)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_commonUsages_6() const { return ___commonUsages_6; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_commonUsages_6() { return &___commonUsages_6; } inline void set_commonUsages_6(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___commonUsages_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___commonUsages_6), (void*)value); } inline static int32_t get_offset_of_displayName_7() { return static_cast(offsetof(LayoutJson_tE5191240D7C0D80497148CC9171D199A0E455E84, ___displayName_7)); } inline String_t* get_displayName_7() const { return ___displayName_7; } inline String_t** get_address_of_displayName_7() { return &___displayName_7; } inline void set_displayName_7(String_t* value) { ___displayName_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___displayName_7), (void*)value); } inline static int32_t get_offset_of_description_8() { return static_cast(offsetof(LayoutJson_tE5191240D7C0D80497148CC9171D199A0E455E84, ___description_8)); } inline String_t* get_description_8() const { return ___description_8; } inline String_t** get_address_of_description_8() { return &___description_8; } inline void set_description_8(String_t* value) { ___description_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___description_8), (void*)value); } inline static int32_t get_offset_of_type_9() { return static_cast(offsetof(LayoutJson_tE5191240D7C0D80497148CC9171D199A0E455E84, ___type_9)); } inline String_t* get_type_9() const { return ___type_9; } inline String_t** get_address_of_type_9() { return &___type_9; } inline void set_type_9(String_t* value) { ___type_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___type_9), (void*)value); } inline static int32_t get_offset_of_variant_10() { return static_cast(offsetof(LayoutJson_tE5191240D7C0D80497148CC9171D199A0E455E84, ___variant_10)); } inline String_t* get_variant_10() const { return ___variant_10; } inline String_t** get_address_of_variant_10() { return &___variant_10; } inline void set_variant_10(String_t* value) { ___variant_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___variant_10), (void*)value); } inline static int32_t get_offset_of_isGenericTypeOfDevice_11() { return static_cast(offsetof(LayoutJson_tE5191240D7C0D80497148CC9171D199A0E455E84, ___isGenericTypeOfDevice_11)); } inline bool get_isGenericTypeOfDevice_11() const { return ___isGenericTypeOfDevice_11; } inline bool* get_address_of_isGenericTypeOfDevice_11() { return &___isGenericTypeOfDevice_11; } inline void set_isGenericTypeOfDevice_11(bool value) { ___isGenericTypeOfDevice_11 = value; } inline static int32_t get_offset_of_hideInUI_12() { return static_cast(offsetof(LayoutJson_tE5191240D7C0D80497148CC9171D199A0E455E84, ___hideInUI_12)); } inline bool get_hideInUI_12() const { return ___hideInUI_12; } inline bool* get_address_of_hideInUI_12() { return &___hideInUI_12; } inline void set_hideInUI_12(bool value) { ___hideInUI_12 = value; } inline static int32_t get_offset_of_controls_13() { return static_cast(offsetof(LayoutJson_tE5191240D7C0D80497148CC9171D199A0E455E84, ___controls_13)); } inline ControlItemJsonU5BU5D_tEEF9EBFD13E73C6394E5D47F630BFEF41966CF62* get_controls_13() const { return ___controls_13; } inline ControlItemJsonU5BU5D_tEEF9EBFD13E73C6394E5D47F630BFEF41966CF62** get_address_of_controls_13() { return &___controls_13; } inline void set_controls_13(ControlItemJsonU5BU5D_tEEF9EBFD13E73C6394E5D47F630BFEF41966CF62* value) { ___controls_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___controls_13), (void*)value); } }; // Native definition for P/Invoke marshalling of UnityEngine.InputSystem.Layouts.InputControlLayout/LayoutJson struct LayoutJson_tE5191240D7C0D80497148CC9171D199A0E455E84_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_tEEF9EBFD13E73C6394E5D47F630BFEF41966CF62* ___controls_13; }; // Native definition for COM marshalling of UnityEngine.InputSystem.Layouts.InputControlLayout/LayoutJson struct LayoutJson_tE5191240D7C0D80497148CC9171D199A0E455E84_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_tEEF9EBFD13E73C6394E5D47F630BFEF41966CF62* ___controls_13; }; // UnityEngine.InputSystem.Layouts.InputDeviceBuilder/RefInstance struct RefInstance_t644EB29D353013AE02C53F47A026FFEEBA232E6F { public: union { struct { }; uint8_t RefInstance_t644EB29D353013AE02C53F47A026FFEEBA232E6F__padding[1]; }; public: }; // UnityEngine.InputSystem.Layouts.InputDeviceDescription/DeviceDescriptionJson struct DeviceDescriptionJson_t7DA80B75B45E09CC9BD008180A65184477184413 { public: // 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; public: inline static int32_t get_offset_of_interface_0() { return static_cast(offsetof(DeviceDescriptionJson_t7DA80B75B45E09CC9BD008180A65184477184413, ___interface_0)); } inline String_t* get_interface_0() const { return ___interface_0; } inline String_t** get_address_of_interface_0() { return &___interface_0; } inline void set_interface_0(String_t* value) { ___interface_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___interface_0), (void*)value); } inline static int32_t get_offset_of_type_1() { return static_cast(offsetof(DeviceDescriptionJson_t7DA80B75B45E09CC9BD008180A65184477184413, ___type_1)); } inline String_t* get_type_1() const { return ___type_1; } inline String_t** get_address_of_type_1() { return &___type_1; } inline void set_type_1(String_t* value) { ___type_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___type_1), (void*)value); } inline static int32_t get_offset_of_product_2() { return static_cast(offsetof(DeviceDescriptionJson_t7DA80B75B45E09CC9BD008180A65184477184413, ___product_2)); } inline String_t* get_product_2() const { return ___product_2; } inline String_t** get_address_of_product_2() { return &___product_2; } inline void set_product_2(String_t* value) { ___product_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___product_2), (void*)value); } inline static int32_t get_offset_of_serial_3() { return static_cast(offsetof(DeviceDescriptionJson_t7DA80B75B45E09CC9BD008180A65184477184413, ___serial_3)); } inline String_t* get_serial_3() const { return ___serial_3; } inline String_t** get_address_of_serial_3() { return &___serial_3; } inline void set_serial_3(String_t* value) { ___serial_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___serial_3), (void*)value); } inline static int32_t get_offset_of_version_4() { return static_cast(offsetof(DeviceDescriptionJson_t7DA80B75B45E09CC9BD008180A65184477184413, ___version_4)); } inline String_t* get_version_4() const { return ___version_4; } inline String_t** get_address_of_version_4() { return &___version_4; } inline void set_version_4(String_t* value) { ___version_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___version_4), (void*)value); } inline static int32_t get_offset_of_manufacturer_5() { return static_cast(offsetof(DeviceDescriptionJson_t7DA80B75B45E09CC9BD008180A65184477184413, ___manufacturer_5)); } inline String_t* get_manufacturer_5() const { return ___manufacturer_5; } inline String_t** get_address_of_manufacturer_5() { return &___manufacturer_5; } inline void set_manufacturer_5(String_t* value) { ___manufacturer_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___manufacturer_5), (void*)value); } inline static int32_t get_offset_of_capabilities_6() { return static_cast(offsetof(DeviceDescriptionJson_t7DA80B75B45E09CC9BD008180A65184477184413, ___capabilities_6)); } inline String_t* get_capabilities_6() const { return ___capabilities_6; } inline String_t** get_address_of_capabilities_6() { return &___capabilities_6; } inline void set_capabilities_6(String_t* value) { ___capabilities_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___capabilities_6), (void*)value); } }; // Native definition for P/Invoke marshalling of UnityEngine.InputSystem.Layouts.InputDeviceDescription/DeviceDescriptionJson struct DeviceDescriptionJson_t7DA80B75B45E09CC9BD008180A65184477184413_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_t7DA80B75B45E09CC9BD008180A65184477184413_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_t9F063D1280724EC5EFAD91C51C4D77656E2B763F { public: // System.String UnityEngine.InputSystem.Layouts.InputDeviceMatcher/MatcherJson::interface String_t* ___interface_0; // System.String[] UnityEngine.InputSystem.Layouts.InputDeviceMatcher/MatcherJson::interfaces StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___interfaces_1; // System.String UnityEngine.InputSystem.Layouts.InputDeviceMatcher/MatcherJson::deviceClass String_t* ___deviceClass_2; // System.String[] UnityEngine.InputSystem.Layouts.InputDeviceMatcher/MatcherJson::deviceClasses StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___deviceClasses_3; // System.String UnityEngine.InputSystem.Layouts.InputDeviceMatcher/MatcherJson::manufacturer String_t* ___manufacturer_4; // System.String[] UnityEngine.InputSystem.Layouts.InputDeviceMatcher/MatcherJson::manufacturers StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___manufacturers_5; // System.String UnityEngine.InputSystem.Layouts.InputDeviceMatcher/MatcherJson::product String_t* ___product_6; // System.String[] UnityEngine.InputSystem.Layouts.InputDeviceMatcher/MatcherJson::products StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___products_7; // System.String UnityEngine.InputSystem.Layouts.InputDeviceMatcher/MatcherJson::version String_t* ___version_8; // System.String[] UnityEngine.InputSystem.Layouts.InputDeviceMatcher/MatcherJson::versions StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___versions_9; // UnityEngine.InputSystem.Layouts.InputDeviceMatcher/MatcherJson/Capability[] UnityEngine.InputSystem.Layouts.InputDeviceMatcher/MatcherJson::capabilities CapabilityU5BU5D_tCA1472FA03F6D7B7AF2D91C9A8E73B2428792710* ___capabilities_10; public: inline static int32_t get_offset_of_interface_0() { return static_cast(offsetof(MatcherJson_t9F063D1280724EC5EFAD91C51C4D77656E2B763F, ___interface_0)); } inline String_t* get_interface_0() const { return ___interface_0; } inline String_t** get_address_of_interface_0() { return &___interface_0; } inline void set_interface_0(String_t* value) { ___interface_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___interface_0), (void*)value); } inline static int32_t get_offset_of_interfaces_1() { return static_cast(offsetof(MatcherJson_t9F063D1280724EC5EFAD91C51C4D77656E2B763F, ___interfaces_1)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_interfaces_1() const { return ___interfaces_1; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_interfaces_1() { return &___interfaces_1; } inline void set_interfaces_1(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___interfaces_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___interfaces_1), (void*)value); } inline static int32_t get_offset_of_deviceClass_2() { return static_cast(offsetof(MatcherJson_t9F063D1280724EC5EFAD91C51C4D77656E2B763F, ___deviceClass_2)); } inline String_t* get_deviceClass_2() const { return ___deviceClass_2; } inline String_t** get_address_of_deviceClass_2() { return &___deviceClass_2; } inline void set_deviceClass_2(String_t* value) { ___deviceClass_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___deviceClass_2), (void*)value); } inline static int32_t get_offset_of_deviceClasses_3() { return static_cast(offsetof(MatcherJson_t9F063D1280724EC5EFAD91C51C4D77656E2B763F, ___deviceClasses_3)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_deviceClasses_3() const { return ___deviceClasses_3; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_deviceClasses_3() { return &___deviceClasses_3; } inline void set_deviceClasses_3(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___deviceClasses_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___deviceClasses_3), (void*)value); } inline static int32_t get_offset_of_manufacturer_4() { return static_cast(offsetof(MatcherJson_t9F063D1280724EC5EFAD91C51C4D77656E2B763F, ___manufacturer_4)); } inline String_t* get_manufacturer_4() const { return ___manufacturer_4; } inline String_t** get_address_of_manufacturer_4() { return &___manufacturer_4; } inline void set_manufacturer_4(String_t* value) { ___manufacturer_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___manufacturer_4), (void*)value); } inline static int32_t get_offset_of_manufacturers_5() { return static_cast(offsetof(MatcherJson_t9F063D1280724EC5EFAD91C51C4D77656E2B763F, ___manufacturers_5)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_manufacturers_5() const { return ___manufacturers_5; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_manufacturers_5() { return &___manufacturers_5; } inline void set_manufacturers_5(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___manufacturers_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___manufacturers_5), (void*)value); } inline static int32_t get_offset_of_product_6() { return static_cast(offsetof(MatcherJson_t9F063D1280724EC5EFAD91C51C4D77656E2B763F, ___product_6)); } inline String_t* get_product_6() const { return ___product_6; } inline String_t** get_address_of_product_6() { return &___product_6; } inline void set_product_6(String_t* value) { ___product_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___product_6), (void*)value); } inline static int32_t get_offset_of_products_7() { return static_cast(offsetof(MatcherJson_t9F063D1280724EC5EFAD91C51C4D77656E2B763F, ___products_7)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_products_7() const { return ___products_7; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_products_7() { return &___products_7; } inline void set_products_7(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___products_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___products_7), (void*)value); } inline static int32_t get_offset_of_version_8() { return static_cast(offsetof(MatcherJson_t9F063D1280724EC5EFAD91C51C4D77656E2B763F, ___version_8)); } inline String_t* get_version_8() const { return ___version_8; } inline String_t** get_address_of_version_8() { return &___version_8; } inline void set_version_8(String_t* value) { ___version_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___version_8), (void*)value); } inline static int32_t get_offset_of_versions_9() { return static_cast(offsetof(MatcherJson_t9F063D1280724EC5EFAD91C51C4D77656E2B763F, ___versions_9)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_versions_9() const { return ___versions_9; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_versions_9() { return &___versions_9; } inline void set_versions_9(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___versions_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___versions_9), (void*)value); } inline static int32_t get_offset_of_capabilities_10() { return static_cast(offsetof(MatcherJson_t9F063D1280724EC5EFAD91C51C4D77656E2B763F, ___capabilities_10)); } inline CapabilityU5BU5D_tCA1472FA03F6D7B7AF2D91C9A8E73B2428792710* get_capabilities_10() const { return ___capabilities_10; } inline CapabilityU5BU5D_tCA1472FA03F6D7B7AF2D91C9A8E73B2428792710** get_address_of_capabilities_10() { return &___capabilities_10; } inline void set_capabilities_10(CapabilityU5BU5D_tCA1472FA03F6D7B7AF2D91C9A8E73B2428792710* value) { ___capabilities_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___capabilities_10), (void*)value); } }; // Native definition for P/Invoke marshalling of UnityEngine.InputSystem.Layouts.InputDeviceMatcher/MatcherJson struct MatcherJson_t9F063D1280724EC5EFAD91C51C4D77656E2B763F_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_t9249114BC9E64174C7B5D64C521A720168018B31_marshaled_pinvoke* ___capabilities_10; }; // Native definition for COM marshalling of UnityEngine.InputSystem.Layouts.InputDeviceMatcher/MatcherJson struct MatcherJson_t9F063D1280724EC5EFAD91C51C4D77656E2B763F_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_t9249114BC9E64174C7B5D64C521A720168018B31_marshaled_com* ___capabilities_10; }; // UnityEngine.InputSystem.InputManager/StateChangeMonitorListener struct StateChangeMonitorListener_t438EEB3B8EC5C287AACCE8321BE5B283ACCB7757 { public: // UnityEngine.InputSystem.InputControl UnityEngine.InputSystem.InputManager/StateChangeMonitorListener::control InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * ___control_0; // UnityEngine.InputSystem.LowLevel.IInputStateChangeMonitor UnityEngine.InputSystem.InputManager/StateChangeMonitorListener::monitor RuntimeObject* ___monitor_1; // System.Int64 UnityEngine.InputSystem.InputManager/StateChangeMonitorListener::monitorIndex int64_t ___monitorIndex_2; // System.UInt32 UnityEngine.InputSystem.InputManager/StateChangeMonitorListener::groupIndex uint32_t ___groupIndex_3; public: inline static int32_t get_offset_of_control_0() { return static_cast(offsetof(StateChangeMonitorListener_t438EEB3B8EC5C287AACCE8321BE5B283ACCB7757, ___control_0)); } inline InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * get_control_0() const { return ___control_0; } inline InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 ** get_address_of_control_0() { return &___control_0; } inline void set_control_0(InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * value) { ___control_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___control_0), (void*)value); } inline static int32_t get_offset_of_monitor_1() { return static_cast(offsetof(StateChangeMonitorListener_t438EEB3B8EC5C287AACCE8321BE5B283ACCB7757, ___monitor_1)); } inline RuntimeObject* get_monitor_1() const { return ___monitor_1; } inline RuntimeObject** get_address_of_monitor_1() { return &___monitor_1; } inline void set_monitor_1(RuntimeObject* value) { ___monitor_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___monitor_1), (void*)value); } inline static int32_t get_offset_of_monitorIndex_2() { return static_cast(offsetof(StateChangeMonitorListener_t438EEB3B8EC5C287AACCE8321BE5B283ACCB7757, ___monitorIndex_2)); } inline int64_t get_monitorIndex_2() const { return ___monitorIndex_2; } inline int64_t* get_address_of_monitorIndex_2() { return &___monitorIndex_2; } inline void set_monitorIndex_2(int64_t value) { ___monitorIndex_2 = value; } inline static int32_t get_offset_of_groupIndex_3() { return static_cast(offsetof(StateChangeMonitorListener_t438EEB3B8EC5C287AACCE8321BE5B283ACCB7757, ___groupIndex_3)); } inline uint32_t get_groupIndex_3() const { return ___groupIndex_3; } inline uint32_t* get_address_of_groupIndex_3() { return &___groupIndex_3; } inline void set_groupIndex_3(uint32_t value) { ___groupIndex_3 = value; } }; // Native definition for P/Invoke marshalling of UnityEngine.InputSystem.InputManager/StateChangeMonitorListener struct StateChangeMonitorListener_t438EEB3B8EC5C287AACCE8321BE5B283ACCB7757_marshaled_pinvoke { InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * ___control_0; RuntimeObject* ___monitor_1; int64_t ___monitorIndex_2; uint32_t ___groupIndex_3; }; // Native definition for COM marshalling of UnityEngine.InputSystem.InputManager/StateChangeMonitorListener struct StateChangeMonitorListener_t438EEB3B8EC5C287AACCE8321BE5B283ACCB7757_marshaled_com { InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * ___control_0; RuntimeObject* ___monitor_1; int64_t ___monitorIndex_2; uint32_t ___groupIndex_3; }; // UnityEngine.InputSystem.InputManager/StateChangeMonitorTimeout struct StateChangeMonitorTimeout_tF444060D4A082452E9CF9D6927AAA860A1194391 { public: // UnityEngine.InputSystem.InputControl UnityEngine.InputSystem.InputManager/StateChangeMonitorTimeout::control InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * ___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; public: inline static int32_t get_offset_of_control_0() { return static_cast(offsetof(StateChangeMonitorTimeout_tF444060D4A082452E9CF9D6927AAA860A1194391, ___control_0)); } inline InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * get_control_0() const { return ___control_0; } inline InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 ** get_address_of_control_0() { return &___control_0; } inline void set_control_0(InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * value) { ___control_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___control_0), (void*)value); } inline static int32_t get_offset_of_time_1() { return static_cast(offsetof(StateChangeMonitorTimeout_tF444060D4A082452E9CF9D6927AAA860A1194391, ___time_1)); } inline double get_time_1() const { return ___time_1; } inline double* get_address_of_time_1() { return &___time_1; } inline void set_time_1(double value) { ___time_1 = value; } inline static int32_t get_offset_of_monitor_2() { return static_cast(offsetof(StateChangeMonitorTimeout_tF444060D4A082452E9CF9D6927AAA860A1194391, ___monitor_2)); } inline RuntimeObject* get_monitor_2() const { return ___monitor_2; } inline RuntimeObject** get_address_of_monitor_2() { return &___monitor_2; } inline void set_monitor_2(RuntimeObject* value) { ___monitor_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___monitor_2), (void*)value); } inline static int32_t get_offset_of_monitorIndex_3() { return static_cast(offsetof(StateChangeMonitorTimeout_tF444060D4A082452E9CF9D6927AAA860A1194391, ___monitorIndex_3)); } inline int64_t get_monitorIndex_3() const { return ___monitorIndex_3; } inline int64_t* get_address_of_monitorIndex_3() { return &___monitorIndex_3; } inline void set_monitorIndex_3(int64_t value) { ___monitorIndex_3 = value; } inline static int32_t get_offset_of_timerIndex_4() { return static_cast(offsetof(StateChangeMonitorTimeout_tF444060D4A082452E9CF9D6927AAA860A1194391, ___timerIndex_4)); } inline int32_t get_timerIndex_4() const { return ___timerIndex_4; } inline int32_t* get_address_of_timerIndex_4() { return &___timerIndex_4; } inline void set_timerIndex_4(int32_t value) { ___timerIndex_4 = value; } }; // Native definition for P/Invoke marshalling of UnityEngine.InputSystem.InputManager/StateChangeMonitorTimeout struct StateChangeMonitorTimeout_tF444060D4A082452E9CF9D6927AAA860A1194391_marshaled_pinvoke { InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * ___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_tF444060D4A082452E9CF9D6927AAA860A1194391_marshaled_com { InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * ___control_0; double ___time_1; RuntimeObject* ___monitor_2; int64_t ___monitorIndex_3; int32_t ___timerIndex_4; }; // UnityEngine.InputSystem.LowLevel.InputStateBuffers/DoubleBuffers struct DoubleBuffers_t6EA541F84C05C0E43874EB3F6DFEAD6CFC20582B { public: // System.Void** UnityEngine.InputSystem.LowLevel.InputStateBuffers/DoubleBuffers::deviceToBufferMapping void** ___deviceToBufferMapping_0; public: inline static int32_t get_offset_of_deviceToBufferMapping_0() { return static_cast(offsetof(DoubleBuffers_t6EA541F84C05C0E43874EB3F6DFEAD6CFC20582B, ___deviceToBufferMapping_0)); } inline void** get_deviceToBufferMapping_0() const { return ___deviceToBufferMapping_0; } inline void*** get_address_of_deviceToBufferMapping_0() { return &___deviceToBufferMapping_0; } inline void set_deviceToBufferMapping_0(void** value) { ___deviceToBufferMapping_0 = value; } }; // UnityEngine.InputSystem.Utilities.MemoryHelpers/BitRegion struct BitRegion_t0A31F0D449F981815087F908462AF4D5C07DE8A0 { public: // System.UInt32 UnityEngine.InputSystem.Utilities.MemoryHelpers/BitRegion::bitOffset uint32_t ___bitOffset_0; // System.UInt32 UnityEngine.InputSystem.Utilities.MemoryHelpers/BitRegion::sizeInBits uint32_t ___sizeInBits_1; public: inline static int32_t get_offset_of_bitOffset_0() { return static_cast(offsetof(BitRegion_t0A31F0D449F981815087F908462AF4D5C07DE8A0, ___bitOffset_0)); } inline uint32_t get_bitOffset_0() const { return ___bitOffset_0; } inline uint32_t* get_address_of_bitOffset_0() { return &___bitOffset_0; } inline void set_bitOffset_0(uint32_t value) { ___bitOffset_0 = value; } inline static int32_t get_offset_of_sizeInBits_1() { return static_cast(offsetof(BitRegion_t0A31F0D449F981815087F908462AF4D5C07DE8A0, ___sizeInBits_1)); } inline uint32_t get_sizeInBits_1() const { return ___sizeInBits_1; } inline uint32_t* get_address_of_sizeInBits_1() { return &___sizeInBits_1; } inline void set_sizeInBits_1(uint32_t value) { ___sizeInBits_1 = value; } }; // OVRNetwork/FrameHeader #pragma pack(push, tp, 1) struct FrameHeader_t9D970A03D74922D19AFAA004389C7D3323FD7ADB { public: // System.UInt32 OVRNetwork/FrameHeader::protocolIdentifier uint32_t ___protocolIdentifier_0; // System.Int32 OVRNetwork/FrameHeader::payloadType int32_t ___payloadType_1; // System.Int32 OVRNetwork/FrameHeader::payloadLength int32_t ___payloadLength_2; public: inline static int32_t get_offset_of_protocolIdentifier_0() { return static_cast(offsetof(FrameHeader_t9D970A03D74922D19AFAA004389C7D3323FD7ADB, ___protocolIdentifier_0)); } inline uint32_t get_protocolIdentifier_0() const { return ___protocolIdentifier_0; } inline uint32_t* get_address_of_protocolIdentifier_0() { return &___protocolIdentifier_0; } inline void set_protocolIdentifier_0(uint32_t value) { ___protocolIdentifier_0 = value; } inline static int32_t get_offset_of_payloadType_1() { return static_cast(offsetof(FrameHeader_t9D970A03D74922D19AFAA004389C7D3323FD7ADB, ___payloadType_1)); } inline int32_t get_payloadType_1() const { return ___payloadType_1; } inline int32_t* get_address_of_payloadType_1() { return &___payloadType_1; } inline void set_payloadType_1(int32_t value) { ___payloadType_1 = value; } inline static int32_t get_offset_of_payloadLength_2() { return static_cast(offsetof(FrameHeader_t9D970A03D74922D19AFAA004389C7D3323FD7ADB, ___payloadLength_2)); } inline int32_t get_payloadLength_2() const { return ___payloadLength_2; } inline int32_t* get_address_of_payloadLength_2() { return &___payloadLength_2; } inline void set_payloadLength_2(int32_t value) { ___payloadLength_2 = value; } }; #pragma pack(pop, tp) // UnityEngine.InputSystem.LowLevel.QueryKeyNameCommand/e__FixedBuffer struct U3CnameBufferU3Ee__FixedBuffer_t9CEAB0E5899CCDB6F26F5C45E743B0AA71D15CA6 { public: union { struct { // System.Byte UnityEngine.InputSystem.LowLevel.QueryKeyNameCommand/e__FixedBuffer::FixedElementField uint8_t ___FixedElementField_0; }; uint8_t U3CnameBufferU3Ee__FixedBuffer_t9CEAB0E5899CCDB6F26F5C45E743B0AA71D15CA6__padding[256]; }; public: inline static int32_t get_offset_of_FixedElementField_0() { return static_cast(offsetof(U3CnameBufferU3Ee__FixedBuffer_t9CEAB0E5899CCDB6F26F5C45E743B0AA71D15CA6, ___FixedElementField_0)); } inline uint8_t get_FixedElementField_0() const { return ___FixedElementField_0; } inline uint8_t* get_address_of_FixedElementField_0() { return &___FixedElementField_0; } inline void set_FixedElementField_0(uint8_t value) { ___FixedElementField_0 = value; } }; // UnityEngine.InputSystem.LowLevel.QueryKeyboardLayoutCommand/e__FixedBuffer struct U3CnameBufferU3Ee__FixedBuffer_t8027ADB55B594DD244680CC3D939EDAA80DFD257 { public: union { struct { // System.Byte UnityEngine.InputSystem.LowLevel.QueryKeyboardLayoutCommand/e__FixedBuffer::FixedElementField uint8_t ___FixedElementField_0; }; uint8_t U3CnameBufferU3Ee__FixedBuffer_t8027ADB55B594DD244680CC3D939EDAA80DFD257__padding[256]; }; public: inline static int32_t get_offset_of_FixedElementField_0() { return static_cast(offsetof(U3CnameBufferU3Ee__FixedBuffer_t8027ADB55B594DD244680CC3D939EDAA80DFD257, ___FixedElementField_0)); } inline uint8_t get_FixedElementField_0() const { return ___FixedElementField_0; } inline uint8_t* get_address_of_FixedElementField_0() { return &___FixedElementField_0; } inline void set_FixedElementField_0(uint8_t value) { ___FixedElementField_0 = value; } }; // UnityEngine.InputSystem.LowLevel.QueryPairedUserAccountCommand/e__FixedBuffer struct U3CidBufferU3Ee__FixedBuffer_tE689A2CACEDC10EA7D29500D85DBC8B27C508DB4 { public: union { struct { // System.Byte UnityEngine.InputSystem.LowLevel.QueryPairedUserAccountCommand/e__FixedBuffer::FixedElementField uint8_t ___FixedElementField_0; }; uint8_t U3CidBufferU3Ee__FixedBuffer_tE689A2CACEDC10EA7D29500D85DBC8B27C508DB4__padding[512]; }; public: inline static int32_t get_offset_of_FixedElementField_0() { return static_cast(offsetof(U3CidBufferU3Ee__FixedBuffer_tE689A2CACEDC10EA7D29500D85DBC8B27C508DB4, ___FixedElementField_0)); } inline uint8_t get_FixedElementField_0() const { return ___FixedElementField_0; } inline uint8_t* get_address_of_FixedElementField_0() { return &___FixedElementField_0; } inline void set_FixedElementField_0(uint8_t value) { ___FixedElementField_0 = value; } }; // UnityEngine.InputSystem.LowLevel.QueryPairedUserAccountCommand/e__FixedBuffer struct U3CnameBufferU3Ee__FixedBuffer_t8CE07CDA0F32AE15FE27A9F3C5D76E2961E2C601 { public: union { struct { // System.Byte UnityEngine.InputSystem.LowLevel.QueryPairedUserAccountCommand/e__FixedBuffer::FixedElementField uint8_t ___FixedElementField_0; }; uint8_t U3CnameBufferU3Ee__FixedBuffer_t8CE07CDA0F32AE15FE27A9F3C5D76E2961E2C601__padding[512]; }; public: inline static int32_t get_offset_of_FixedElementField_0() { return static_cast(offsetof(U3CnameBufferU3Ee__FixedBuffer_t8CE07CDA0F32AE15FE27A9F3C5D76E2961E2C601, ___FixedElementField_0)); } inline uint8_t get_FixedElementField_0() const { return ___FixedElementField_0; } inline uint8_t* get_address_of_FixedElementField_0() { return &___FixedElementField_0; } inline void set_FixedElementField_0(uint8_t value) { ___FixedElementField_0 = value; } }; // UnityEngine.InputSystem.XR.Haptics.SendBufferedHapticCommand/e__FixedBuffer struct U3CbufferU3Ee__FixedBuffer_t1C6A536D1896788621630CE6BE8E9883CD356051 { public: union { struct { // System.Byte UnityEngine.InputSystem.XR.Haptics.SendBufferedHapticCommand/e__FixedBuffer::FixedElementField uint8_t ___FixedElementField_0; }; uint8_t U3CbufferU3Ee__FixedBuffer_t1C6A536D1896788621630CE6BE8E9883CD356051__padding[1024]; }; public: inline static int32_t get_offset_of_FixedElementField_0() { return static_cast(offsetof(U3CbufferU3Ee__FixedBuffer_t1C6A536D1896788621630CE6BE8E9883CD356051, ___FixedElementField_0)); } inline uint8_t get_FixedElementField_0() const { return ___FixedElementField_0; } inline uint8_t* get_address_of_FixedElementField_0() { return &___FixedElementField_0; } inline void set_FixedElementField_0(uint8_t value) { ___FixedElementField_0 = value; } }; // UnityEngine.InputSystem.LowLevel.StateEvent/e__FixedBuffer struct U3CstateDataU3Ee__FixedBuffer_t12BA1A66DF06BAD68C6F8E16C8DA5939E3D584E9 { public: union { struct { // System.Byte UnityEngine.InputSystem.LowLevel.StateEvent/e__FixedBuffer::FixedElementField uint8_t ___FixedElementField_0; }; uint8_t U3CstateDataU3Ee__FixedBuffer_t12BA1A66DF06BAD68C6F8E16C8DA5939E3D584E9__padding[1]; }; public: inline static int32_t get_offset_of_FixedElementField_0() { return static_cast(offsetof(U3CstateDataU3Ee__FixedBuffer_t12BA1A66DF06BAD68C6F8E16C8DA5939E3D584E9, ___FixedElementField_0)); } inline uint8_t get_FixedElementField_0() const { return ___FixedElementField_0; } inline uint8_t* get_address_of_FixedElementField_0() { return &___FixedElementField_0; } inline void set_FixedElementField_0(uint8_t value) { ___FixedElementField_0 = value; } }; // UnityEngine.InputSystem.Switch.SwitchProControllerHID/SwitchMagicOutputReport struct SwitchMagicOutputReport_t6981052AEFA6C114CF8E6AE5269D3608DD9AB4BE { public: union { struct { union { #pragma pack(push, tp, 1) struct { // System.Byte UnityEngine.InputSystem.Switch.SwitchProControllerHID/SwitchMagicOutputReport::reportType uint8_t ___reportType_2; }; #pragma pack(pop, tp) struct { uint8_t ___reportType_2_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___commandId_3_OffsetPadding[1]; // System.Byte UnityEngine.InputSystem.Switch.SwitchProControllerHID/SwitchMagicOutputReport::commandId uint8_t ___commandId_3; }; #pragma pack(pop, tp) struct { char ___commandId_3_OffsetPadding_forAlignmentOnly[1]; uint8_t ___commandId_3_forAlignmentOnly; }; }; }; uint8_t SwitchMagicOutputReport_t6981052AEFA6C114CF8E6AE5269D3608DD9AB4BE__padding[49]; }; public: inline static int32_t get_offset_of_reportType_2() { return static_cast(offsetof(SwitchMagicOutputReport_t6981052AEFA6C114CF8E6AE5269D3608DD9AB4BE, ___reportType_2)); } inline uint8_t get_reportType_2() const { return ___reportType_2; } inline uint8_t* get_address_of_reportType_2() { return &___reportType_2; } inline void set_reportType_2(uint8_t value) { ___reportType_2 = value; } inline static int32_t get_offset_of_commandId_3() { return static_cast(offsetof(SwitchMagicOutputReport_t6981052AEFA6C114CF8E6AE5269D3608DD9AB4BE, ___commandId_3)); } inline uint8_t get_commandId_3() const { return ___commandId_3; } inline uint8_t* get_address_of_commandId_3() { return &___commandId_3; } inline void set_commandId_3(uint8_t value) { ___commandId_3 = value; } }; // UnityEngine.InputSystem.Layouts.InputControlLayout/Collection/PrecompiledLayout struct PrecompiledLayout_t87B15ED374C6DA9C0C0D9333A1BDAC4F40E548CB { public: // System.Func`1 UnityEngine.InputSystem.Layouts.InputControlLayout/Collection/PrecompiledLayout::factoryMethod Func_1_t76DECFBA7E8607FAED0307739AF623E13E9A32D8 * ___factoryMethod_0; // System.String UnityEngine.InputSystem.Layouts.InputControlLayout/Collection/PrecompiledLayout::metadata String_t* ___metadata_1; public: inline static int32_t get_offset_of_factoryMethod_0() { return static_cast(offsetof(PrecompiledLayout_t87B15ED374C6DA9C0C0D9333A1BDAC4F40E548CB, ___factoryMethod_0)); } inline Func_1_t76DECFBA7E8607FAED0307739AF623E13E9A32D8 * get_factoryMethod_0() const { return ___factoryMethod_0; } inline Func_1_t76DECFBA7E8607FAED0307739AF623E13E9A32D8 ** get_address_of_factoryMethod_0() { return &___factoryMethod_0; } inline void set_factoryMethod_0(Func_1_t76DECFBA7E8607FAED0307739AF623E13E9A32D8 * value) { ___factoryMethod_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___factoryMethod_0), (void*)value); } inline static int32_t get_offset_of_metadata_1() { return static_cast(offsetof(PrecompiledLayout_t87B15ED374C6DA9C0C0D9333A1BDAC4F40E548CB, ___metadata_1)); } inline String_t* get_metadata_1() const { return ___metadata_1; } inline String_t** get_address_of_metadata_1() { return &___metadata_1; } inline void set_metadata_1(String_t* value) { ___metadata_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___metadata_1), (void*)value); } }; // Native definition for P/Invoke marshalling of UnityEngine.InputSystem.Layouts.InputControlLayout/Collection/PrecompiledLayout struct PrecompiledLayout_t87B15ED374C6DA9C0C0D9333A1BDAC4F40E548CB_marshaled_pinvoke { Il2CppMethodPointer ___factoryMethod_0; char* ___metadata_1; }; // Native definition for COM marshalling of UnityEngine.InputSystem.Layouts.InputControlLayout/Collection/PrecompiledLayout struct PrecompiledLayout_t87B15ED374C6DA9C0C0D9333A1BDAC4F40E548CB_marshaled_com { Il2CppMethodPointer ___factoryMethod_0; Il2CppChar* ___metadata_1; }; // UnityEngine.InputSystem.InputRemoting/ChangeUsageMsg/Data struct Data_t3FF192B5CFD1421C2F2C0E9BB4A1DC2F1DACA882 { public: // System.Int32 UnityEngine.InputSystem.InputRemoting/ChangeUsageMsg/Data::deviceId int32_t ___deviceId_0; // System.String[] UnityEngine.InputSystem.InputRemoting/ChangeUsageMsg/Data::usages StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___usages_1; public: inline static int32_t get_offset_of_deviceId_0() { return static_cast(offsetof(Data_t3FF192B5CFD1421C2F2C0E9BB4A1DC2F1DACA882, ___deviceId_0)); } inline int32_t get_deviceId_0() const { return ___deviceId_0; } inline int32_t* get_address_of_deviceId_0() { return &___deviceId_0; } inline void set_deviceId_0(int32_t value) { ___deviceId_0 = value; } inline static int32_t get_offset_of_usages_1() { return static_cast(offsetof(Data_t3FF192B5CFD1421C2F2C0E9BB4A1DC2F1DACA882, ___usages_1)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_usages_1() const { return ___usages_1; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_usages_1() { return &___usages_1; } inline void set_usages_1(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___usages_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___usages_1), (void*)value); } }; // Native definition for P/Invoke marshalling of UnityEngine.InputSystem.InputRemoting/ChangeUsageMsg/Data struct Data_t3FF192B5CFD1421C2F2C0E9BB4A1DC2F1DACA882_marshaled_pinvoke { int32_t ___deviceId_0; char** ___usages_1; }; // Native definition for COM marshalling of UnityEngine.InputSystem.InputRemoting/ChangeUsageMsg/Data struct Data_t3FF192B5CFD1421C2F2C0E9BB4A1DC2F1DACA882_marshaled_com { int32_t ___deviceId_0; Il2CppChar** ___usages_1; }; // UnityEngine.InputSystem.InputRemoting/NewLayoutMsg/Data struct Data_t4AC7667866357B26B14611CD56C03C528D0E7EBF { public: // System.String UnityEngine.InputSystem.InputRemoting/NewLayoutMsg/Data::name String_t* ___name_0; // System.String UnityEngine.InputSystem.InputRemoting/NewLayoutMsg/Data::layoutJson String_t* ___layoutJson_1; // System.Boolean UnityEngine.InputSystem.InputRemoting/NewLayoutMsg/Data::isOverride bool ___isOverride_2; public: inline static int32_t get_offset_of_name_0() { return static_cast(offsetof(Data_t4AC7667866357B26B14611CD56C03C528D0E7EBF, ___name_0)); } inline String_t* get_name_0() const { return ___name_0; } inline String_t** get_address_of_name_0() { return &___name_0; } inline void set_name_0(String_t* value) { ___name_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___name_0), (void*)value); } inline static int32_t get_offset_of_layoutJson_1() { return static_cast(offsetof(Data_t4AC7667866357B26B14611CD56C03C528D0E7EBF, ___layoutJson_1)); } inline String_t* get_layoutJson_1() const { return ___layoutJson_1; } inline String_t** get_address_of_layoutJson_1() { return &___layoutJson_1; } inline void set_layoutJson_1(String_t* value) { ___layoutJson_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___layoutJson_1), (void*)value); } inline static int32_t get_offset_of_isOverride_2() { return static_cast(offsetof(Data_t4AC7667866357B26B14611CD56C03C528D0E7EBF, ___isOverride_2)); } inline bool get_isOverride_2() const { return ___isOverride_2; } inline bool* get_address_of_isOverride_2() { return &___isOverride_2; } inline void set_isOverride_2(bool value) { ___isOverride_2 = value; } }; // Native definition for P/Invoke marshalling of UnityEngine.InputSystem.InputRemoting/NewLayoutMsg/Data struct Data_t4AC7667866357B26B14611CD56C03C528D0E7EBF_marshaled_pinvoke { char* ___name_0; char* ___layoutJson_1; int32_t ___isOverride_2; }; // Native definition for COM marshalling of UnityEngine.InputSystem.InputRemoting/NewLayoutMsg/Data struct Data_t4AC7667866357B26B14611CD56C03C528D0E7EBF_marshaled_com { Il2CppChar* ___name_0; Il2CppChar* ___layoutJson_1; int32_t ___isOverride_2; }; // UnityEngine.InputSystem.LowLevel.InputStateHistory/RecordHeader/e__FixedBuffer struct U3Cm_StateWithControlIndexU3Ee__FixedBuffer_tE5A24CD580A42B9BAC7450DFB541987F98FC7102 { public: union { struct { // System.Byte UnityEngine.InputSystem.LowLevel.InputStateHistory/RecordHeader/e__FixedBuffer::FixedElementField uint8_t ___FixedElementField_0; }; uint8_t U3Cm_StateWithControlIndexU3Ee__FixedBuffer_tE5A24CD580A42B9BAC7450DFB541987F98FC7102__padding[1]; }; public: inline static int32_t get_offset_of_FixedElementField_0() { return static_cast(offsetof(U3Cm_StateWithControlIndexU3Ee__FixedBuffer_tE5A24CD580A42B9BAC7450DFB541987F98FC7102, ___FixedElementField_0)); } inline uint8_t get_FixedElementField_0() const { return ___FixedElementField_0; } inline uint8_t* get_address_of_FixedElementField_0() { return &___FixedElementField_0; } inline void set_FixedElementField_0(uint8_t value) { ___FixedElementField_0 = value; } }; // UnityEngine.InputSystem.LowLevel.InputStateHistory/RecordHeader/e__FixedBuffer struct U3Cm_StateWithoutControlIndexU3Ee__FixedBuffer_tC2D3A169F2C8F5D96CF472C4DC09ECDE4D6F069C { public: union { struct { // System.Byte UnityEngine.InputSystem.LowLevel.InputStateHistory/RecordHeader/e__FixedBuffer::FixedElementField uint8_t ___FixedElementField_0; }; uint8_t U3Cm_StateWithoutControlIndexU3Ee__FixedBuffer_tC2D3A169F2C8F5D96CF472C4DC09ECDE4D6F069C__padding[1]; }; public: inline static int32_t get_offset_of_FixedElementField_0() { return static_cast(offsetof(U3Cm_StateWithoutControlIndexU3Ee__FixedBuffer_tC2D3A169F2C8F5D96CF472C4DC09ECDE4D6F069C, ___FixedElementField_0)); } inline uint8_t get_FixedElementField_0() const { return ___FixedElementField_0; } inline uint8_t* get_address_of_FixedElementField_0() { return &___FixedElementField_0; } inline void set_FixedElementField_0(uint8_t value) { ___FixedElementField_0 = value; } }; // System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1> struct AsyncTaskMethodBuilder_1_t8F0C92233B04B496E59605865CD38DC019073C90 { public: // System.Runtime.CompilerServices.AsyncMethodBuilderCore System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::m_coreState AsyncMethodBuilderCore_t2C85055E04767C52B9F66144476FCBF500DBFA34 ___m_coreState_1; // System.Threading.Tasks.Task`1 System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::m_task Task_1_tB6E0730C54CFC03F4471315756CF85D05B71C05F * ___m_task_2; public: inline static int32_t get_offset_of_m_coreState_1() { return static_cast(offsetof(AsyncTaskMethodBuilder_1_t8F0C92233B04B496E59605865CD38DC019073C90, ___m_coreState_1)); } inline AsyncMethodBuilderCore_t2C85055E04767C52B9F66144476FCBF500DBFA34 get_m_coreState_1() const { return ___m_coreState_1; } inline AsyncMethodBuilderCore_t2C85055E04767C52B9F66144476FCBF500DBFA34 * get_address_of_m_coreState_1() { return &___m_coreState_1; } inline void set_m_coreState_1(AsyncMethodBuilderCore_t2C85055E04767C52B9F66144476FCBF500DBFA34 value) { ___m_coreState_1 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___m_coreState_1))->___m_stateMachine_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___m_coreState_1))->___m_defaultContextAction_1), (void*)NULL); #endif } inline static int32_t get_offset_of_m_task_2() { return static_cast(offsetof(AsyncTaskMethodBuilder_1_t8F0C92233B04B496E59605865CD38DC019073C90, ___m_task_2)); } inline Task_1_tB6E0730C54CFC03F4471315756CF85D05B71C05F * get_m_task_2() const { return ___m_task_2; } inline Task_1_tB6E0730C54CFC03F4471315756CF85D05B71C05F ** get_address_of_m_task_2() { return &___m_task_2; } inline void set_m_task_2(Task_1_tB6E0730C54CFC03F4471315756CF85D05B71C05F * value) { ___m_task_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_task_2), (void*)value); } }; // System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1 struct AsyncTaskMethodBuilder_1_tDD2A3BA099C327938EA03C35FDB1A7502BA73020 { public: // System.Runtime.CompilerServices.AsyncMethodBuilderCore System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::m_coreState AsyncMethodBuilderCore_t2C85055E04767C52B9F66144476FCBF500DBFA34 ___m_coreState_1; // System.Threading.Tasks.Task`1 System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::m_task Task_1_tC1805497876E88B78A2B0CB81C6409E0B381AC17 * ___m_task_2; public: inline static int32_t get_offset_of_m_coreState_1() { return static_cast(offsetof(AsyncTaskMethodBuilder_1_tDD2A3BA099C327938EA03C35FDB1A7502BA73020, ___m_coreState_1)); } inline AsyncMethodBuilderCore_t2C85055E04767C52B9F66144476FCBF500DBFA34 get_m_coreState_1() const { return ___m_coreState_1; } inline AsyncMethodBuilderCore_t2C85055E04767C52B9F66144476FCBF500DBFA34 * get_address_of_m_coreState_1() { return &___m_coreState_1; } inline void set_m_coreState_1(AsyncMethodBuilderCore_t2C85055E04767C52B9F66144476FCBF500DBFA34 value) { ___m_coreState_1 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___m_coreState_1))->___m_stateMachine_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___m_coreState_1))->___m_defaultContextAction_1), (void*)NULL); #endif } inline static int32_t get_offset_of_m_task_2() { return static_cast(offsetof(AsyncTaskMethodBuilder_1_tDD2A3BA099C327938EA03C35FDB1A7502BA73020, ___m_task_2)); } inline Task_1_tC1805497876E88B78A2B0CB81C6409E0B381AC17 * get_m_task_2() const { return ___m_task_2; } inline Task_1_tC1805497876E88B78A2B0CB81C6409E0B381AC17 ** get_address_of_m_task_2() { return &___m_task_2; } inline void set_m_task_2(Task_1_tC1805497876E88B78A2B0CB81C6409E0B381AC17 * value) { ___m_task_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_task_2), (void*)value); } }; // UnityEngine.InputSystem.Utilities.CallbackArray`1> struct CallbackArray_1_tE03856E201C6AA8C7ED4B4A9675D5BD431CACF1D { public: // System.Boolean UnityEngine.InputSystem.Utilities.CallbackArray`1::m_CannotMutateCallbacksArray bool ___m_CannotMutateCallbacksArray_0; // UnityEngine.InputSystem.Utilities.InlinedArray`1 UnityEngine.InputSystem.Utilities.CallbackArray`1::m_Callbacks InlinedArray_1_t78FDC7F1CD6623C5E091BB79EC2F93375CE38CE9 ___m_Callbacks_1; // UnityEngine.InputSystem.Utilities.InlinedArray`1 UnityEngine.InputSystem.Utilities.CallbackArray`1::m_CallbacksToAdd InlinedArray_1_t78FDC7F1CD6623C5E091BB79EC2F93375CE38CE9 ___m_CallbacksToAdd_2; // UnityEngine.InputSystem.Utilities.InlinedArray`1 UnityEngine.InputSystem.Utilities.CallbackArray`1::m_CallbacksToRemove InlinedArray_1_t78FDC7F1CD6623C5E091BB79EC2F93375CE38CE9 ___m_CallbacksToRemove_3; public: inline static int32_t get_offset_of_m_CannotMutateCallbacksArray_0() { return static_cast(offsetof(CallbackArray_1_tE03856E201C6AA8C7ED4B4A9675D5BD431CACF1D, ___m_CannotMutateCallbacksArray_0)); } inline bool get_m_CannotMutateCallbacksArray_0() const { return ___m_CannotMutateCallbacksArray_0; } inline bool* get_address_of_m_CannotMutateCallbacksArray_0() { return &___m_CannotMutateCallbacksArray_0; } inline void set_m_CannotMutateCallbacksArray_0(bool value) { ___m_CannotMutateCallbacksArray_0 = value; } inline static int32_t get_offset_of_m_Callbacks_1() { return static_cast(offsetof(CallbackArray_1_tE03856E201C6AA8C7ED4B4A9675D5BD431CACF1D, ___m_Callbacks_1)); } inline InlinedArray_1_t78FDC7F1CD6623C5E091BB79EC2F93375CE38CE9 get_m_Callbacks_1() const { return ___m_Callbacks_1; } inline InlinedArray_1_t78FDC7F1CD6623C5E091BB79EC2F93375CE38CE9 * get_address_of_m_Callbacks_1() { return &___m_Callbacks_1; } inline void set_m_Callbacks_1(InlinedArray_1_t78FDC7F1CD6623C5E091BB79EC2F93375CE38CE9 value) { ___m_Callbacks_1 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___m_Callbacks_1))->___firstValue_1), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___m_Callbacks_1))->___additionalValues_2), (void*)NULL); #endif } inline static int32_t get_offset_of_m_CallbacksToAdd_2() { return static_cast(offsetof(CallbackArray_1_tE03856E201C6AA8C7ED4B4A9675D5BD431CACF1D, ___m_CallbacksToAdd_2)); } inline InlinedArray_1_t78FDC7F1CD6623C5E091BB79EC2F93375CE38CE9 get_m_CallbacksToAdd_2() const { return ___m_CallbacksToAdd_2; } inline InlinedArray_1_t78FDC7F1CD6623C5E091BB79EC2F93375CE38CE9 * get_address_of_m_CallbacksToAdd_2() { return &___m_CallbacksToAdd_2; } inline void set_m_CallbacksToAdd_2(InlinedArray_1_t78FDC7F1CD6623C5E091BB79EC2F93375CE38CE9 value) { ___m_CallbacksToAdd_2 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___m_CallbacksToAdd_2))->___firstValue_1), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___m_CallbacksToAdd_2))->___additionalValues_2), (void*)NULL); #endif } inline static int32_t get_offset_of_m_CallbacksToRemove_3() { return static_cast(offsetof(CallbackArray_1_tE03856E201C6AA8C7ED4B4A9675D5BD431CACF1D, ___m_CallbacksToRemove_3)); } inline InlinedArray_1_t78FDC7F1CD6623C5E091BB79EC2F93375CE38CE9 get_m_CallbacksToRemove_3() const { return ___m_CallbacksToRemove_3; } inline InlinedArray_1_t78FDC7F1CD6623C5E091BB79EC2F93375CE38CE9 * get_address_of_m_CallbacksToRemove_3() { return &___m_CallbacksToRemove_3; } inline void set_m_CallbacksToRemove_3(InlinedArray_1_t78FDC7F1CD6623C5E091BB79EC2F93375CE38CE9 value) { ___m_CallbacksToRemove_3 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___m_CallbacksToRemove_3))->___firstValue_1), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___m_CallbacksToRemove_3))->___additionalValues_2), (void*)NULL); #endif } }; // UnityEngine.InputSystem.Utilities.CallbackArray`1> struct CallbackArray_1_t9AA7F1C91BD426A599B158F2A207F494A0D431F1 { public: // System.Boolean UnityEngine.InputSystem.Utilities.CallbackArray`1::m_CannotMutateCallbacksArray bool ___m_CannotMutateCallbacksArray_0; // UnityEngine.InputSystem.Utilities.InlinedArray`1 UnityEngine.InputSystem.Utilities.CallbackArray`1::m_Callbacks InlinedArray_1_t02AB39E6F94F40A915AE5843BDB88347C7AD02B5 ___m_Callbacks_1; // UnityEngine.InputSystem.Utilities.InlinedArray`1 UnityEngine.InputSystem.Utilities.CallbackArray`1::m_CallbacksToAdd InlinedArray_1_t02AB39E6F94F40A915AE5843BDB88347C7AD02B5 ___m_CallbacksToAdd_2; // UnityEngine.InputSystem.Utilities.InlinedArray`1 UnityEngine.InputSystem.Utilities.CallbackArray`1::m_CallbacksToRemove InlinedArray_1_t02AB39E6F94F40A915AE5843BDB88347C7AD02B5 ___m_CallbacksToRemove_3; public: inline static int32_t get_offset_of_m_CannotMutateCallbacksArray_0() { return static_cast(offsetof(CallbackArray_1_t9AA7F1C91BD426A599B158F2A207F494A0D431F1, ___m_CannotMutateCallbacksArray_0)); } inline bool get_m_CannotMutateCallbacksArray_0() const { return ___m_CannotMutateCallbacksArray_0; } inline bool* get_address_of_m_CannotMutateCallbacksArray_0() { return &___m_CannotMutateCallbacksArray_0; } inline void set_m_CannotMutateCallbacksArray_0(bool value) { ___m_CannotMutateCallbacksArray_0 = value; } inline static int32_t get_offset_of_m_Callbacks_1() { return static_cast(offsetof(CallbackArray_1_t9AA7F1C91BD426A599B158F2A207F494A0D431F1, ___m_Callbacks_1)); } inline InlinedArray_1_t02AB39E6F94F40A915AE5843BDB88347C7AD02B5 get_m_Callbacks_1() const { return ___m_Callbacks_1; } inline InlinedArray_1_t02AB39E6F94F40A915AE5843BDB88347C7AD02B5 * get_address_of_m_Callbacks_1() { return &___m_Callbacks_1; } inline void set_m_Callbacks_1(InlinedArray_1_t02AB39E6F94F40A915AE5843BDB88347C7AD02B5 value) { ___m_Callbacks_1 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___m_Callbacks_1))->___firstValue_1), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___m_Callbacks_1))->___additionalValues_2), (void*)NULL); #endif } inline static int32_t get_offset_of_m_CallbacksToAdd_2() { return static_cast(offsetof(CallbackArray_1_t9AA7F1C91BD426A599B158F2A207F494A0D431F1, ___m_CallbacksToAdd_2)); } inline InlinedArray_1_t02AB39E6F94F40A915AE5843BDB88347C7AD02B5 get_m_CallbacksToAdd_2() const { return ___m_CallbacksToAdd_2; } inline InlinedArray_1_t02AB39E6F94F40A915AE5843BDB88347C7AD02B5 * get_address_of_m_CallbacksToAdd_2() { return &___m_CallbacksToAdd_2; } inline void set_m_CallbacksToAdd_2(InlinedArray_1_t02AB39E6F94F40A915AE5843BDB88347C7AD02B5 value) { ___m_CallbacksToAdd_2 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___m_CallbacksToAdd_2))->___firstValue_1), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___m_CallbacksToAdd_2))->___additionalValues_2), (void*)NULL); #endif } inline static int32_t get_offset_of_m_CallbacksToRemove_3() { return static_cast(offsetof(CallbackArray_1_t9AA7F1C91BD426A599B158F2A207F494A0D431F1, ___m_CallbacksToRemove_3)); } inline InlinedArray_1_t02AB39E6F94F40A915AE5843BDB88347C7AD02B5 get_m_CallbacksToRemove_3() const { return ___m_CallbacksToRemove_3; } inline InlinedArray_1_t02AB39E6F94F40A915AE5843BDB88347C7AD02B5 * get_address_of_m_CallbacksToRemove_3() { return &___m_CallbacksToRemove_3; } inline void set_m_CallbacksToRemove_3(InlinedArray_1_t02AB39E6F94F40A915AE5843BDB88347C7AD02B5 value) { ___m_CallbacksToRemove_3 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___m_CallbacksToRemove_3))->___firstValue_1), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___m_CallbacksToRemove_3))->___additionalValues_2), (void*)NULL); #endif } }; // UnityEngine.InputSystem.Utilities.CallbackArray`1> struct CallbackArray_1_t795D7D5DD5A3704BD45FEFE916C899F34DCEFC55 { public: // System.Boolean UnityEngine.InputSystem.Utilities.CallbackArray`1::m_CannotMutateCallbacksArray bool ___m_CannotMutateCallbacksArray_0; // UnityEngine.InputSystem.Utilities.InlinedArray`1 UnityEngine.InputSystem.Utilities.CallbackArray`1::m_Callbacks InlinedArray_1_t3C2C2D9BCDB3F198EA76C8FADB534D30D4BC026B ___m_Callbacks_1; // UnityEngine.InputSystem.Utilities.InlinedArray`1 UnityEngine.InputSystem.Utilities.CallbackArray`1::m_CallbacksToAdd InlinedArray_1_t3C2C2D9BCDB3F198EA76C8FADB534D30D4BC026B ___m_CallbacksToAdd_2; // UnityEngine.InputSystem.Utilities.InlinedArray`1 UnityEngine.InputSystem.Utilities.CallbackArray`1::m_CallbacksToRemove InlinedArray_1_t3C2C2D9BCDB3F198EA76C8FADB534D30D4BC026B ___m_CallbacksToRemove_3; public: inline static int32_t get_offset_of_m_CannotMutateCallbacksArray_0() { return static_cast(offsetof(CallbackArray_1_t795D7D5DD5A3704BD45FEFE916C899F34DCEFC55, ___m_CannotMutateCallbacksArray_0)); } inline bool get_m_CannotMutateCallbacksArray_0() const { return ___m_CannotMutateCallbacksArray_0; } inline bool* get_address_of_m_CannotMutateCallbacksArray_0() { return &___m_CannotMutateCallbacksArray_0; } inline void set_m_CannotMutateCallbacksArray_0(bool value) { ___m_CannotMutateCallbacksArray_0 = value; } inline static int32_t get_offset_of_m_Callbacks_1() { return static_cast(offsetof(CallbackArray_1_t795D7D5DD5A3704BD45FEFE916C899F34DCEFC55, ___m_Callbacks_1)); } inline InlinedArray_1_t3C2C2D9BCDB3F198EA76C8FADB534D30D4BC026B get_m_Callbacks_1() const { return ___m_Callbacks_1; } inline InlinedArray_1_t3C2C2D9BCDB3F198EA76C8FADB534D30D4BC026B * get_address_of_m_Callbacks_1() { return &___m_Callbacks_1; } inline void set_m_Callbacks_1(InlinedArray_1_t3C2C2D9BCDB3F198EA76C8FADB534D30D4BC026B value) { ___m_Callbacks_1 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___m_Callbacks_1))->___firstValue_1), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___m_Callbacks_1))->___additionalValues_2), (void*)NULL); #endif } inline static int32_t get_offset_of_m_CallbacksToAdd_2() { return static_cast(offsetof(CallbackArray_1_t795D7D5DD5A3704BD45FEFE916C899F34DCEFC55, ___m_CallbacksToAdd_2)); } inline InlinedArray_1_t3C2C2D9BCDB3F198EA76C8FADB534D30D4BC026B get_m_CallbacksToAdd_2() const { return ___m_CallbacksToAdd_2; } inline InlinedArray_1_t3C2C2D9BCDB3F198EA76C8FADB534D30D4BC026B * get_address_of_m_CallbacksToAdd_2() { return &___m_CallbacksToAdd_2; } inline void set_m_CallbacksToAdd_2(InlinedArray_1_t3C2C2D9BCDB3F198EA76C8FADB534D30D4BC026B value) { ___m_CallbacksToAdd_2 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___m_CallbacksToAdd_2))->___firstValue_1), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___m_CallbacksToAdd_2))->___additionalValues_2), (void*)NULL); #endif } inline static int32_t get_offset_of_m_CallbacksToRemove_3() { return static_cast(offsetof(CallbackArray_1_t795D7D5DD5A3704BD45FEFE916C899F34DCEFC55, ___m_CallbacksToRemove_3)); } inline InlinedArray_1_t3C2C2D9BCDB3F198EA76C8FADB534D30D4BC026B get_m_CallbacksToRemove_3() const { return ___m_CallbacksToRemove_3; } inline InlinedArray_1_t3C2C2D9BCDB3F198EA76C8FADB534D30D4BC026B * get_address_of_m_CallbacksToRemove_3() { return &___m_CallbacksToRemove_3; } inline void set_m_CallbacksToRemove_3(InlinedArray_1_t3C2C2D9BCDB3F198EA76C8FADB534D30D4BC026B value) { ___m_CallbacksToRemove_3 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___m_CallbacksToRemove_3))->___firstValue_1), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___m_CallbacksToRemove_3))->___additionalValues_2), (void*)NULL); #endif } }; // UnityEngine.InputSystem.Utilities.CallbackArray`1> struct CallbackArray_1_t6B54B12C76958BFFEC586C4B69F70560884AEF34 { public: // System.Boolean UnityEngine.InputSystem.Utilities.CallbackArray`1::m_CannotMutateCallbacksArray bool ___m_CannotMutateCallbacksArray_0; // UnityEngine.InputSystem.Utilities.InlinedArray`1 UnityEngine.InputSystem.Utilities.CallbackArray`1::m_Callbacks InlinedArray_1_t9A746F7A5D2F131C836D4D54FF78A4CF2610112F ___m_Callbacks_1; // UnityEngine.InputSystem.Utilities.InlinedArray`1 UnityEngine.InputSystem.Utilities.CallbackArray`1::m_CallbacksToAdd InlinedArray_1_t9A746F7A5D2F131C836D4D54FF78A4CF2610112F ___m_CallbacksToAdd_2; // UnityEngine.InputSystem.Utilities.InlinedArray`1 UnityEngine.InputSystem.Utilities.CallbackArray`1::m_CallbacksToRemove InlinedArray_1_t9A746F7A5D2F131C836D4D54FF78A4CF2610112F ___m_CallbacksToRemove_3; public: inline static int32_t get_offset_of_m_CannotMutateCallbacksArray_0() { return static_cast(offsetof(CallbackArray_1_t6B54B12C76958BFFEC586C4B69F70560884AEF34, ___m_CannotMutateCallbacksArray_0)); } inline bool get_m_CannotMutateCallbacksArray_0() const { return ___m_CannotMutateCallbacksArray_0; } inline bool* get_address_of_m_CannotMutateCallbacksArray_0() { return &___m_CannotMutateCallbacksArray_0; } inline void set_m_CannotMutateCallbacksArray_0(bool value) { ___m_CannotMutateCallbacksArray_0 = value; } inline static int32_t get_offset_of_m_Callbacks_1() { return static_cast(offsetof(CallbackArray_1_t6B54B12C76958BFFEC586C4B69F70560884AEF34, ___m_Callbacks_1)); } inline InlinedArray_1_t9A746F7A5D2F131C836D4D54FF78A4CF2610112F get_m_Callbacks_1() const { return ___m_Callbacks_1; } inline InlinedArray_1_t9A746F7A5D2F131C836D4D54FF78A4CF2610112F * get_address_of_m_Callbacks_1() { return &___m_Callbacks_1; } inline void set_m_Callbacks_1(InlinedArray_1_t9A746F7A5D2F131C836D4D54FF78A4CF2610112F value) { ___m_Callbacks_1 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___m_Callbacks_1))->___firstValue_1), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___m_Callbacks_1))->___additionalValues_2), (void*)NULL); #endif } inline static int32_t get_offset_of_m_CallbacksToAdd_2() { return static_cast(offsetof(CallbackArray_1_t6B54B12C76958BFFEC586C4B69F70560884AEF34, ___m_CallbacksToAdd_2)); } inline InlinedArray_1_t9A746F7A5D2F131C836D4D54FF78A4CF2610112F get_m_CallbacksToAdd_2() const { return ___m_CallbacksToAdd_2; } inline InlinedArray_1_t9A746F7A5D2F131C836D4D54FF78A4CF2610112F * get_address_of_m_CallbacksToAdd_2() { return &___m_CallbacksToAdd_2; } inline void set_m_CallbacksToAdd_2(InlinedArray_1_t9A746F7A5D2F131C836D4D54FF78A4CF2610112F value) { ___m_CallbacksToAdd_2 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___m_CallbacksToAdd_2))->___firstValue_1), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___m_CallbacksToAdd_2))->___additionalValues_2), (void*)NULL); #endif } inline static int32_t get_offset_of_m_CallbacksToRemove_3() { return static_cast(offsetof(CallbackArray_1_t6B54B12C76958BFFEC586C4B69F70560884AEF34, ___m_CallbacksToRemove_3)); } inline InlinedArray_1_t9A746F7A5D2F131C836D4D54FF78A4CF2610112F get_m_CallbacksToRemove_3() const { return ___m_CallbacksToRemove_3; } inline InlinedArray_1_t9A746F7A5D2F131C836D4D54FF78A4CF2610112F * get_address_of_m_CallbacksToRemove_3() { return &___m_CallbacksToRemove_3; } inline void set_m_CallbacksToRemove_3(InlinedArray_1_t9A746F7A5D2F131C836D4D54FF78A4CF2610112F value) { ___m_CallbacksToRemove_3 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___m_CallbacksToRemove_3))->___firstValue_1), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___m_CallbacksToRemove_3))->___additionalValues_2), (void*)NULL); #endif } }; // UnityEngine.InputSystem.Utilities.CallbackArray`1> struct CallbackArray_1_tA06EC98E05F3E9C1AFCCE7893F5E5AA755C87F61 { public: // System.Boolean UnityEngine.InputSystem.Utilities.CallbackArray`1::m_CannotMutateCallbacksArray bool ___m_CannotMutateCallbacksArray_0; // UnityEngine.InputSystem.Utilities.InlinedArray`1 UnityEngine.InputSystem.Utilities.CallbackArray`1::m_Callbacks InlinedArray_1_tD5F685FF73D92B8276AD229C65D1FAAA1B6EB726 ___m_Callbacks_1; // UnityEngine.InputSystem.Utilities.InlinedArray`1 UnityEngine.InputSystem.Utilities.CallbackArray`1::m_CallbacksToAdd InlinedArray_1_tD5F685FF73D92B8276AD229C65D1FAAA1B6EB726 ___m_CallbacksToAdd_2; // UnityEngine.InputSystem.Utilities.InlinedArray`1 UnityEngine.InputSystem.Utilities.CallbackArray`1::m_CallbacksToRemove InlinedArray_1_tD5F685FF73D92B8276AD229C65D1FAAA1B6EB726 ___m_CallbacksToRemove_3; public: inline static int32_t get_offset_of_m_CannotMutateCallbacksArray_0() { return static_cast(offsetof(CallbackArray_1_tA06EC98E05F3E9C1AFCCE7893F5E5AA755C87F61, ___m_CannotMutateCallbacksArray_0)); } inline bool get_m_CannotMutateCallbacksArray_0() const { return ___m_CannotMutateCallbacksArray_0; } inline bool* get_address_of_m_CannotMutateCallbacksArray_0() { return &___m_CannotMutateCallbacksArray_0; } inline void set_m_CannotMutateCallbacksArray_0(bool value) { ___m_CannotMutateCallbacksArray_0 = value; } inline static int32_t get_offset_of_m_Callbacks_1() { return static_cast(offsetof(CallbackArray_1_tA06EC98E05F3E9C1AFCCE7893F5E5AA755C87F61, ___m_Callbacks_1)); } inline InlinedArray_1_tD5F685FF73D92B8276AD229C65D1FAAA1B6EB726 get_m_Callbacks_1() const { return ___m_Callbacks_1; } inline InlinedArray_1_tD5F685FF73D92B8276AD229C65D1FAAA1B6EB726 * get_address_of_m_Callbacks_1() { return &___m_Callbacks_1; } inline void set_m_Callbacks_1(InlinedArray_1_tD5F685FF73D92B8276AD229C65D1FAAA1B6EB726 value) { ___m_Callbacks_1 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___m_Callbacks_1))->___firstValue_1), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___m_Callbacks_1))->___additionalValues_2), (void*)NULL); #endif } inline static int32_t get_offset_of_m_CallbacksToAdd_2() { return static_cast(offsetof(CallbackArray_1_tA06EC98E05F3E9C1AFCCE7893F5E5AA755C87F61, ___m_CallbacksToAdd_2)); } inline InlinedArray_1_tD5F685FF73D92B8276AD229C65D1FAAA1B6EB726 get_m_CallbacksToAdd_2() const { return ___m_CallbacksToAdd_2; } inline InlinedArray_1_tD5F685FF73D92B8276AD229C65D1FAAA1B6EB726 * get_address_of_m_CallbacksToAdd_2() { return &___m_CallbacksToAdd_2; } inline void set_m_CallbacksToAdd_2(InlinedArray_1_tD5F685FF73D92B8276AD229C65D1FAAA1B6EB726 value) { ___m_CallbacksToAdd_2 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___m_CallbacksToAdd_2))->___firstValue_1), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___m_CallbacksToAdd_2))->___additionalValues_2), (void*)NULL); #endif } inline static int32_t get_offset_of_m_CallbacksToRemove_3() { return static_cast(offsetof(CallbackArray_1_tA06EC98E05F3E9C1AFCCE7893F5E5AA755C87F61, ___m_CallbacksToRemove_3)); } inline InlinedArray_1_tD5F685FF73D92B8276AD229C65D1FAAA1B6EB726 get_m_CallbacksToRemove_3() const { return ___m_CallbacksToRemove_3; } inline InlinedArray_1_tD5F685FF73D92B8276AD229C65D1FAAA1B6EB726 * get_address_of_m_CallbacksToRemove_3() { return &___m_CallbacksToRemove_3; } inline void set_m_CallbacksToRemove_3(InlinedArray_1_tD5F685FF73D92B8276AD229C65D1FAAA1B6EB726 value) { ___m_CallbacksToRemove_3 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___m_CallbacksToRemove_3))->___firstValue_1), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___m_CallbacksToRemove_3))->___additionalValues_2), (void*)NULL); #endif } }; // UnityEngine.InputSystem.Utilities.CallbackArray`1> struct CallbackArray_1_t552BD871FFF51BBEADFA595A48105D602791E7FA { public: // System.Boolean UnityEngine.InputSystem.Utilities.CallbackArray`1::m_CannotMutateCallbacksArray bool ___m_CannotMutateCallbacksArray_0; // UnityEngine.InputSystem.Utilities.InlinedArray`1 UnityEngine.InputSystem.Utilities.CallbackArray`1::m_Callbacks InlinedArray_1_t83243D33E8FC822E3C1594248A3F8A3A0F856789 ___m_Callbacks_1; // UnityEngine.InputSystem.Utilities.InlinedArray`1 UnityEngine.InputSystem.Utilities.CallbackArray`1::m_CallbacksToAdd InlinedArray_1_t83243D33E8FC822E3C1594248A3F8A3A0F856789 ___m_CallbacksToAdd_2; // UnityEngine.InputSystem.Utilities.InlinedArray`1 UnityEngine.InputSystem.Utilities.CallbackArray`1::m_CallbacksToRemove InlinedArray_1_t83243D33E8FC822E3C1594248A3F8A3A0F856789 ___m_CallbacksToRemove_3; public: inline static int32_t get_offset_of_m_CannotMutateCallbacksArray_0() { return static_cast(offsetof(CallbackArray_1_t552BD871FFF51BBEADFA595A48105D602791E7FA, ___m_CannotMutateCallbacksArray_0)); } inline bool get_m_CannotMutateCallbacksArray_0() const { return ___m_CannotMutateCallbacksArray_0; } inline bool* get_address_of_m_CannotMutateCallbacksArray_0() { return &___m_CannotMutateCallbacksArray_0; } inline void set_m_CannotMutateCallbacksArray_0(bool value) { ___m_CannotMutateCallbacksArray_0 = value; } inline static int32_t get_offset_of_m_Callbacks_1() { return static_cast(offsetof(CallbackArray_1_t552BD871FFF51BBEADFA595A48105D602791E7FA, ___m_Callbacks_1)); } inline InlinedArray_1_t83243D33E8FC822E3C1594248A3F8A3A0F856789 get_m_Callbacks_1() const { return ___m_Callbacks_1; } inline InlinedArray_1_t83243D33E8FC822E3C1594248A3F8A3A0F856789 * get_address_of_m_Callbacks_1() { return &___m_Callbacks_1; } inline void set_m_Callbacks_1(InlinedArray_1_t83243D33E8FC822E3C1594248A3F8A3A0F856789 value) { ___m_Callbacks_1 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___m_Callbacks_1))->___firstValue_1), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___m_Callbacks_1))->___additionalValues_2), (void*)NULL); #endif } inline static int32_t get_offset_of_m_CallbacksToAdd_2() { return static_cast(offsetof(CallbackArray_1_t552BD871FFF51BBEADFA595A48105D602791E7FA, ___m_CallbacksToAdd_2)); } inline InlinedArray_1_t83243D33E8FC822E3C1594248A3F8A3A0F856789 get_m_CallbacksToAdd_2() const { return ___m_CallbacksToAdd_2; } inline InlinedArray_1_t83243D33E8FC822E3C1594248A3F8A3A0F856789 * get_address_of_m_CallbacksToAdd_2() { return &___m_CallbacksToAdd_2; } inline void set_m_CallbacksToAdd_2(InlinedArray_1_t83243D33E8FC822E3C1594248A3F8A3A0F856789 value) { ___m_CallbacksToAdd_2 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___m_CallbacksToAdd_2))->___firstValue_1), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___m_CallbacksToAdd_2))->___additionalValues_2), (void*)NULL); #endif } inline static int32_t get_offset_of_m_CallbacksToRemove_3() { return static_cast(offsetof(CallbackArray_1_t552BD871FFF51BBEADFA595A48105D602791E7FA, ___m_CallbacksToRemove_3)); } inline InlinedArray_1_t83243D33E8FC822E3C1594248A3F8A3A0F856789 get_m_CallbacksToRemove_3() const { return ___m_CallbacksToRemove_3; } inline InlinedArray_1_t83243D33E8FC822E3C1594248A3F8A3A0F856789 * get_address_of_m_CallbacksToRemove_3() { return &___m_CallbacksToRemove_3; } inline void set_m_CallbacksToRemove_3(InlinedArray_1_t83243D33E8FC822E3C1594248A3F8A3A0F856789 value) { ___m_CallbacksToRemove_3 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___m_CallbacksToRemove_3))->___firstValue_1), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___m_CallbacksToRemove_3))->___additionalValues_2), (void*)NULL); #endif } }; // UnityEngine.InputSystem.Utilities.CallbackArray`1> struct CallbackArray_1_t506D5A43E1BA50974832B6281CE0E05C835BD3A9 { public: // System.Boolean UnityEngine.InputSystem.Utilities.CallbackArray`1::m_CannotMutateCallbacksArray bool ___m_CannotMutateCallbacksArray_0; // UnityEngine.InputSystem.Utilities.InlinedArray`1 UnityEngine.InputSystem.Utilities.CallbackArray`1::m_Callbacks InlinedArray_1_t6D7DFF6DD189AA38362F43FFE7B988692F419234 ___m_Callbacks_1; // UnityEngine.InputSystem.Utilities.InlinedArray`1 UnityEngine.InputSystem.Utilities.CallbackArray`1::m_CallbacksToAdd InlinedArray_1_t6D7DFF6DD189AA38362F43FFE7B988692F419234 ___m_CallbacksToAdd_2; // UnityEngine.InputSystem.Utilities.InlinedArray`1 UnityEngine.InputSystem.Utilities.CallbackArray`1::m_CallbacksToRemove InlinedArray_1_t6D7DFF6DD189AA38362F43FFE7B988692F419234 ___m_CallbacksToRemove_3; public: inline static int32_t get_offset_of_m_CannotMutateCallbacksArray_0() { return static_cast(offsetof(CallbackArray_1_t506D5A43E1BA50974832B6281CE0E05C835BD3A9, ___m_CannotMutateCallbacksArray_0)); } inline bool get_m_CannotMutateCallbacksArray_0() const { return ___m_CannotMutateCallbacksArray_0; } inline bool* get_address_of_m_CannotMutateCallbacksArray_0() { return &___m_CannotMutateCallbacksArray_0; } inline void set_m_CannotMutateCallbacksArray_0(bool value) { ___m_CannotMutateCallbacksArray_0 = value; } inline static int32_t get_offset_of_m_Callbacks_1() { return static_cast(offsetof(CallbackArray_1_t506D5A43E1BA50974832B6281CE0E05C835BD3A9, ___m_Callbacks_1)); } inline InlinedArray_1_t6D7DFF6DD189AA38362F43FFE7B988692F419234 get_m_Callbacks_1() const { return ___m_Callbacks_1; } inline InlinedArray_1_t6D7DFF6DD189AA38362F43FFE7B988692F419234 * get_address_of_m_Callbacks_1() { return &___m_Callbacks_1; } inline void set_m_Callbacks_1(InlinedArray_1_t6D7DFF6DD189AA38362F43FFE7B988692F419234 value) { ___m_Callbacks_1 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___m_Callbacks_1))->___firstValue_1), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___m_Callbacks_1))->___additionalValues_2), (void*)NULL); #endif } inline static int32_t get_offset_of_m_CallbacksToAdd_2() { return static_cast(offsetof(CallbackArray_1_t506D5A43E1BA50974832B6281CE0E05C835BD3A9, ___m_CallbacksToAdd_2)); } inline InlinedArray_1_t6D7DFF6DD189AA38362F43FFE7B988692F419234 get_m_CallbacksToAdd_2() const { return ___m_CallbacksToAdd_2; } inline InlinedArray_1_t6D7DFF6DD189AA38362F43FFE7B988692F419234 * get_address_of_m_CallbacksToAdd_2() { return &___m_CallbacksToAdd_2; } inline void set_m_CallbacksToAdd_2(InlinedArray_1_t6D7DFF6DD189AA38362F43FFE7B988692F419234 value) { ___m_CallbacksToAdd_2 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___m_CallbacksToAdd_2))->___firstValue_1), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___m_CallbacksToAdd_2))->___additionalValues_2), (void*)NULL); #endif } inline static int32_t get_offset_of_m_CallbacksToRemove_3() { return static_cast(offsetof(CallbackArray_1_t506D5A43E1BA50974832B6281CE0E05C835BD3A9, ___m_CallbacksToRemove_3)); } inline InlinedArray_1_t6D7DFF6DD189AA38362F43FFE7B988692F419234 get_m_CallbacksToRemove_3() const { return ___m_CallbacksToRemove_3; } inline InlinedArray_1_t6D7DFF6DD189AA38362F43FFE7B988692F419234 * get_address_of_m_CallbacksToRemove_3() { return &___m_CallbacksToRemove_3; } inline void set_m_CallbacksToRemove_3(InlinedArray_1_t6D7DFF6DD189AA38362F43FFE7B988692F419234 value) { ___m_CallbacksToRemove_3 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___m_CallbacksToRemove_3))->___firstValue_1), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___m_CallbacksToRemove_3))->___additionalValues_2), (void*)NULL); #endif } }; // UnityEngine.InputSystem.Utilities.CallbackArray`1 struct CallbackArray_1_t0DD749ED472D7BAC72C349ECACECDD7329E47DF5 { public: // System.Boolean UnityEngine.InputSystem.Utilities.CallbackArray`1::m_CannotMutateCallbacksArray bool ___m_CannotMutateCallbacksArray_0; // UnityEngine.InputSystem.Utilities.InlinedArray`1 UnityEngine.InputSystem.Utilities.CallbackArray`1::m_Callbacks InlinedArray_1_tBE65FFEFA7BEF1F8DC1BBD3DE1B432C220FC51BF ___m_Callbacks_1; // UnityEngine.InputSystem.Utilities.InlinedArray`1 UnityEngine.InputSystem.Utilities.CallbackArray`1::m_CallbacksToAdd InlinedArray_1_tBE65FFEFA7BEF1F8DC1BBD3DE1B432C220FC51BF ___m_CallbacksToAdd_2; // UnityEngine.InputSystem.Utilities.InlinedArray`1 UnityEngine.InputSystem.Utilities.CallbackArray`1::m_CallbacksToRemove InlinedArray_1_tBE65FFEFA7BEF1F8DC1BBD3DE1B432C220FC51BF ___m_CallbacksToRemove_3; public: inline static int32_t get_offset_of_m_CannotMutateCallbacksArray_0() { return static_cast(offsetof(CallbackArray_1_t0DD749ED472D7BAC72C349ECACECDD7329E47DF5, ___m_CannotMutateCallbacksArray_0)); } inline bool get_m_CannotMutateCallbacksArray_0() const { return ___m_CannotMutateCallbacksArray_0; } inline bool* get_address_of_m_CannotMutateCallbacksArray_0() { return &___m_CannotMutateCallbacksArray_0; } inline void set_m_CannotMutateCallbacksArray_0(bool value) { ___m_CannotMutateCallbacksArray_0 = value; } inline static int32_t get_offset_of_m_Callbacks_1() { return static_cast(offsetof(CallbackArray_1_t0DD749ED472D7BAC72C349ECACECDD7329E47DF5, ___m_Callbacks_1)); } inline InlinedArray_1_tBE65FFEFA7BEF1F8DC1BBD3DE1B432C220FC51BF get_m_Callbacks_1() const { return ___m_Callbacks_1; } inline InlinedArray_1_tBE65FFEFA7BEF1F8DC1BBD3DE1B432C220FC51BF * get_address_of_m_Callbacks_1() { return &___m_Callbacks_1; } inline void set_m_Callbacks_1(InlinedArray_1_tBE65FFEFA7BEF1F8DC1BBD3DE1B432C220FC51BF value) { ___m_Callbacks_1 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___m_Callbacks_1))->___firstValue_1), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___m_Callbacks_1))->___additionalValues_2), (void*)NULL); #endif } inline static int32_t get_offset_of_m_CallbacksToAdd_2() { return static_cast(offsetof(CallbackArray_1_t0DD749ED472D7BAC72C349ECACECDD7329E47DF5, ___m_CallbacksToAdd_2)); } inline InlinedArray_1_tBE65FFEFA7BEF1F8DC1BBD3DE1B432C220FC51BF get_m_CallbacksToAdd_2() const { return ___m_CallbacksToAdd_2; } inline InlinedArray_1_tBE65FFEFA7BEF1F8DC1BBD3DE1B432C220FC51BF * get_address_of_m_CallbacksToAdd_2() { return &___m_CallbacksToAdd_2; } inline void set_m_CallbacksToAdd_2(InlinedArray_1_tBE65FFEFA7BEF1F8DC1BBD3DE1B432C220FC51BF value) { ___m_CallbacksToAdd_2 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___m_CallbacksToAdd_2))->___firstValue_1), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___m_CallbacksToAdd_2))->___additionalValues_2), (void*)NULL); #endif } inline static int32_t get_offset_of_m_CallbacksToRemove_3() { return static_cast(offsetof(CallbackArray_1_t0DD749ED472D7BAC72C349ECACECDD7329E47DF5, ___m_CallbacksToRemove_3)); } inline InlinedArray_1_tBE65FFEFA7BEF1F8DC1BBD3DE1B432C220FC51BF get_m_CallbacksToRemove_3() const { return ___m_CallbacksToRemove_3; } inline InlinedArray_1_tBE65FFEFA7BEF1F8DC1BBD3DE1B432C220FC51BF * get_address_of_m_CallbacksToRemove_3() { return &___m_CallbacksToRemove_3; } inline void set_m_CallbacksToRemove_3(InlinedArray_1_tBE65FFEFA7BEF1F8DC1BBD3DE1B432C220FC51BF value) { ___m_CallbacksToRemove_3 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___m_CallbacksToRemove_3))->___firstValue_1), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___m_CallbacksToRemove_3))->___additionalValues_2), (void*)NULL); #endif } }; // UnityEngine.InputSystem.Utilities.CallbackArray`1 struct CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 { public: // System.Boolean UnityEngine.InputSystem.Utilities.CallbackArray`1::m_CannotMutateCallbacksArray bool ___m_CannotMutateCallbacksArray_0; // UnityEngine.InputSystem.Utilities.InlinedArray`1 UnityEngine.InputSystem.Utilities.CallbackArray`1::m_Callbacks InlinedArray_1_t740043C1A36A2183248E89E1B638F9E3954FE172 ___m_Callbacks_1; // UnityEngine.InputSystem.Utilities.InlinedArray`1 UnityEngine.InputSystem.Utilities.CallbackArray`1::m_CallbacksToAdd InlinedArray_1_t740043C1A36A2183248E89E1B638F9E3954FE172 ___m_CallbacksToAdd_2; // UnityEngine.InputSystem.Utilities.InlinedArray`1 UnityEngine.InputSystem.Utilities.CallbackArray`1::m_CallbacksToRemove InlinedArray_1_t740043C1A36A2183248E89E1B638F9E3954FE172 ___m_CallbacksToRemove_3; public: inline static int32_t get_offset_of_m_CannotMutateCallbacksArray_0() { return static_cast(offsetof(CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87, ___m_CannotMutateCallbacksArray_0)); } inline bool get_m_CannotMutateCallbacksArray_0() const { return ___m_CannotMutateCallbacksArray_0; } inline bool* get_address_of_m_CannotMutateCallbacksArray_0() { return &___m_CannotMutateCallbacksArray_0; } inline void set_m_CannotMutateCallbacksArray_0(bool value) { ___m_CannotMutateCallbacksArray_0 = value; } inline static int32_t get_offset_of_m_Callbacks_1() { return static_cast(offsetof(CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87, ___m_Callbacks_1)); } inline InlinedArray_1_t740043C1A36A2183248E89E1B638F9E3954FE172 get_m_Callbacks_1() const { return ___m_Callbacks_1; } inline InlinedArray_1_t740043C1A36A2183248E89E1B638F9E3954FE172 * get_address_of_m_Callbacks_1() { return &___m_Callbacks_1; } inline void set_m_Callbacks_1(InlinedArray_1_t740043C1A36A2183248E89E1B638F9E3954FE172 value) { ___m_Callbacks_1 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___m_Callbacks_1))->___firstValue_1), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___m_Callbacks_1))->___additionalValues_2), (void*)NULL); #endif } inline static int32_t get_offset_of_m_CallbacksToAdd_2() { return static_cast(offsetof(CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87, ___m_CallbacksToAdd_2)); } inline InlinedArray_1_t740043C1A36A2183248E89E1B638F9E3954FE172 get_m_CallbacksToAdd_2() const { return ___m_CallbacksToAdd_2; } inline InlinedArray_1_t740043C1A36A2183248E89E1B638F9E3954FE172 * get_address_of_m_CallbacksToAdd_2() { return &___m_CallbacksToAdd_2; } inline void set_m_CallbacksToAdd_2(InlinedArray_1_t740043C1A36A2183248E89E1B638F9E3954FE172 value) { ___m_CallbacksToAdd_2 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___m_CallbacksToAdd_2))->___firstValue_1), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___m_CallbacksToAdd_2))->___additionalValues_2), (void*)NULL); #endif } inline static int32_t get_offset_of_m_CallbacksToRemove_3() { return static_cast(offsetof(CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87, ___m_CallbacksToRemove_3)); } inline InlinedArray_1_t740043C1A36A2183248E89E1B638F9E3954FE172 get_m_CallbacksToRemove_3() const { return ___m_CallbacksToRemove_3; } inline InlinedArray_1_t740043C1A36A2183248E89E1B638F9E3954FE172 * get_address_of_m_CallbacksToRemove_3() { return &___m_CallbacksToRemove_3; } inline void set_m_CallbacksToRemove_3(InlinedArray_1_t740043C1A36A2183248E89E1B638F9E3954FE172 value) { ___m_CallbacksToRemove_3 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___m_CallbacksToRemove_3))->___firstValue_1), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___m_CallbacksToRemove_3))->___additionalValues_2), (void*)NULL); #endif } }; // UnityEngine.InputSystem.Utilities.CallbackArray`1 struct CallbackArray_1_t93E9EAE4A3E6A2C408A9BE7E5D49BC3C6211F0D8 { public: // System.Boolean UnityEngine.InputSystem.Utilities.CallbackArray`1::m_CannotMutateCallbacksArray bool ___m_CannotMutateCallbacksArray_0; // UnityEngine.InputSystem.Utilities.InlinedArray`1 UnityEngine.InputSystem.Utilities.CallbackArray`1::m_Callbacks InlinedArray_1_t28A0B99AACBC64E01FB1E06F511487AB0DF535CC ___m_Callbacks_1; // UnityEngine.InputSystem.Utilities.InlinedArray`1 UnityEngine.InputSystem.Utilities.CallbackArray`1::m_CallbacksToAdd InlinedArray_1_t28A0B99AACBC64E01FB1E06F511487AB0DF535CC ___m_CallbacksToAdd_2; // UnityEngine.InputSystem.Utilities.InlinedArray`1 UnityEngine.InputSystem.Utilities.CallbackArray`1::m_CallbacksToRemove InlinedArray_1_t28A0B99AACBC64E01FB1E06F511487AB0DF535CC ___m_CallbacksToRemove_3; public: inline static int32_t get_offset_of_m_CannotMutateCallbacksArray_0() { return static_cast(offsetof(CallbackArray_1_t93E9EAE4A3E6A2C408A9BE7E5D49BC3C6211F0D8, ___m_CannotMutateCallbacksArray_0)); } inline bool get_m_CannotMutateCallbacksArray_0() const { return ___m_CannotMutateCallbacksArray_0; } inline bool* get_address_of_m_CannotMutateCallbacksArray_0() { return &___m_CannotMutateCallbacksArray_0; } inline void set_m_CannotMutateCallbacksArray_0(bool value) { ___m_CannotMutateCallbacksArray_0 = value; } inline static int32_t get_offset_of_m_Callbacks_1() { return static_cast(offsetof(CallbackArray_1_t93E9EAE4A3E6A2C408A9BE7E5D49BC3C6211F0D8, ___m_Callbacks_1)); } inline InlinedArray_1_t28A0B99AACBC64E01FB1E06F511487AB0DF535CC get_m_Callbacks_1() const { return ___m_Callbacks_1; } inline InlinedArray_1_t28A0B99AACBC64E01FB1E06F511487AB0DF535CC * get_address_of_m_Callbacks_1() { return &___m_Callbacks_1; } inline void set_m_Callbacks_1(InlinedArray_1_t28A0B99AACBC64E01FB1E06F511487AB0DF535CC value) { ___m_Callbacks_1 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___m_Callbacks_1))->___firstValue_1), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___m_Callbacks_1))->___additionalValues_2), (void*)NULL); #endif } inline static int32_t get_offset_of_m_CallbacksToAdd_2() { return static_cast(offsetof(CallbackArray_1_t93E9EAE4A3E6A2C408A9BE7E5D49BC3C6211F0D8, ___m_CallbacksToAdd_2)); } inline InlinedArray_1_t28A0B99AACBC64E01FB1E06F511487AB0DF535CC get_m_CallbacksToAdd_2() const { return ___m_CallbacksToAdd_2; } inline InlinedArray_1_t28A0B99AACBC64E01FB1E06F511487AB0DF535CC * get_address_of_m_CallbacksToAdd_2() { return &___m_CallbacksToAdd_2; } inline void set_m_CallbacksToAdd_2(InlinedArray_1_t28A0B99AACBC64E01FB1E06F511487AB0DF535CC value) { ___m_CallbacksToAdd_2 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___m_CallbacksToAdd_2))->___firstValue_1), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___m_CallbacksToAdd_2))->___additionalValues_2), (void*)NULL); #endif } inline static int32_t get_offset_of_m_CallbacksToRemove_3() { return static_cast(offsetof(CallbackArray_1_t93E9EAE4A3E6A2C408A9BE7E5D49BC3C6211F0D8, ___m_CallbacksToRemove_3)); } inline InlinedArray_1_t28A0B99AACBC64E01FB1E06F511487AB0DF535CC get_m_CallbacksToRemove_3() const { return ___m_CallbacksToRemove_3; } inline InlinedArray_1_t28A0B99AACBC64E01FB1E06F511487AB0DF535CC * get_address_of_m_CallbacksToRemove_3() { return &___m_CallbacksToRemove_3; } inline void set_m_CallbacksToRemove_3(InlinedArray_1_t28A0B99AACBC64E01FB1E06F511487AB0DF535CC value) { ___m_CallbacksToRemove_3 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___m_CallbacksToRemove_3))->___firstValue_1), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___m_CallbacksToRemove_3))->___additionalValues_2), (void*)NULL); #endif } }; // UnityEngine.InputSystem.Utilities.CallbackArray`1 struct CallbackArray_1_t5755F06076AF5BB3BB9EC99F526C8E517DA0AAAF { public: // System.Boolean UnityEngine.InputSystem.Utilities.CallbackArray`1::m_CannotMutateCallbacksArray bool ___m_CannotMutateCallbacksArray_0; // UnityEngine.InputSystem.Utilities.InlinedArray`1 UnityEngine.InputSystem.Utilities.CallbackArray`1::m_Callbacks InlinedArray_1_tB0AAF680EA1CE867851DE37A96313A3779BF0BD2 ___m_Callbacks_1; // UnityEngine.InputSystem.Utilities.InlinedArray`1 UnityEngine.InputSystem.Utilities.CallbackArray`1::m_CallbacksToAdd InlinedArray_1_tB0AAF680EA1CE867851DE37A96313A3779BF0BD2 ___m_CallbacksToAdd_2; // UnityEngine.InputSystem.Utilities.InlinedArray`1 UnityEngine.InputSystem.Utilities.CallbackArray`1::m_CallbacksToRemove InlinedArray_1_tB0AAF680EA1CE867851DE37A96313A3779BF0BD2 ___m_CallbacksToRemove_3; public: inline static int32_t get_offset_of_m_CannotMutateCallbacksArray_0() { return static_cast(offsetof(CallbackArray_1_t5755F06076AF5BB3BB9EC99F526C8E517DA0AAAF, ___m_CannotMutateCallbacksArray_0)); } inline bool get_m_CannotMutateCallbacksArray_0() const { return ___m_CannotMutateCallbacksArray_0; } inline bool* get_address_of_m_CannotMutateCallbacksArray_0() { return &___m_CannotMutateCallbacksArray_0; } inline void set_m_CannotMutateCallbacksArray_0(bool value) { ___m_CannotMutateCallbacksArray_0 = value; } inline static int32_t get_offset_of_m_Callbacks_1() { return static_cast(offsetof(CallbackArray_1_t5755F06076AF5BB3BB9EC99F526C8E517DA0AAAF, ___m_Callbacks_1)); } inline InlinedArray_1_tB0AAF680EA1CE867851DE37A96313A3779BF0BD2 get_m_Callbacks_1() const { return ___m_Callbacks_1; } inline InlinedArray_1_tB0AAF680EA1CE867851DE37A96313A3779BF0BD2 * get_address_of_m_Callbacks_1() { return &___m_Callbacks_1; } inline void set_m_Callbacks_1(InlinedArray_1_tB0AAF680EA1CE867851DE37A96313A3779BF0BD2 value) { ___m_Callbacks_1 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___m_Callbacks_1))->___firstValue_1), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___m_Callbacks_1))->___additionalValues_2), (void*)NULL); #endif } inline static int32_t get_offset_of_m_CallbacksToAdd_2() { return static_cast(offsetof(CallbackArray_1_t5755F06076AF5BB3BB9EC99F526C8E517DA0AAAF, ___m_CallbacksToAdd_2)); } inline InlinedArray_1_tB0AAF680EA1CE867851DE37A96313A3779BF0BD2 get_m_CallbacksToAdd_2() const { return ___m_CallbacksToAdd_2; } inline InlinedArray_1_tB0AAF680EA1CE867851DE37A96313A3779BF0BD2 * get_address_of_m_CallbacksToAdd_2() { return &___m_CallbacksToAdd_2; } inline void set_m_CallbacksToAdd_2(InlinedArray_1_tB0AAF680EA1CE867851DE37A96313A3779BF0BD2 value) { ___m_CallbacksToAdd_2 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___m_CallbacksToAdd_2))->___firstValue_1), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___m_CallbacksToAdd_2))->___additionalValues_2), (void*)NULL); #endif } inline static int32_t get_offset_of_m_CallbacksToRemove_3() { return static_cast(offsetof(CallbackArray_1_t5755F06076AF5BB3BB9EC99F526C8E517DA0AAAF, ___m_CallbacksToRemove_3)); } inline InlinedArray_1_tB0AAF680EA1CE867851DE37A96313A3779BF0BD2 get_m_CallbacksToRemove_3() const { return ___m_CallbacksToRemove_3; } inline InlinedArray_1_tB0AAF680EA1CE867851DE37A96313A3779BF0BD2 * get_address_of_m_CallbacksToRemove_3() { return &___m_CallbacksToRemove_3; } inline void set_m_CallbacksToRemove_3(InlinedArray_1_tB0AAF680EA1CE867851DE37A96313A3779BF0BD2 value) { ___m_CallbacksToRemove_3 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___m_CallbacksToRemove_3))->___firstValue_1), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___m_CallbacksToRemove_3))->___additionalValues_2), (void*)NULL); #endif } }; // UnityEngine.CastHelper`1 struct CastHelper_1_t400AF56AA9238C56F8214A792C1EEE068C22774C { public: // T UnityEngine.CastHelper`1::t RuntimeObject * ___t_0; // System.IntPtr UnityEngine.CastHelper`1::onePointerFurtherThanT intptr_t ___onePointerFurtherThanT_1; public: inline static int32_t get_offset_of_t_0() { return static_cast(offsetof(CastHelper_1_t400AF56AA9238C56F8214A792C1EEE068C22774C, ___t_0)); } inline RuntimeObject * get_t_0() const { return ___t_0; } inline RuntimeObject ** get_address_of_t_0() { return &___t_0; } inline void set_t_0(RuntimeObject * value) { ___t_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___t_0), (void*)value); } inline static int32_t get_offset_of_onePointerFurtherThanT_1() { return static_cast(offsetof(CastHelper_1_t400AF56AA9238C56F8214A792C1EEE068C22774C, ___onePointerFurtherThanT_1)); } inline intptr_t get_onePointerFurtherThanT_1() const { return ___onePointerFurtherThanT_1; } inline intptr_t* get_address_of_onePointerFurtherThanT_1() { return &___onePointerFurtherThanT_1; } inline void set_onePointerFurtherThanT_1(intptr_t value) { ___onePointerFurtherThanT_1 = value; } }; // System.Collections.Generic.List`1/Enumerator> struct Enumerator_tA73714A95511E4A3614246077E7C1FDAD5447D04 { public: // System.Collections.Generic.List`1 System.Collections.Generic.List`1/Enumerator::list List_1_tFBF6A022293416BA5AD7B89F3A150C81EF05606E * ___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 KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625 ___current_3; public: inline static int32_t get_offset_of_list_0() { return static_cast(offsetof(Enumerator_tA73714A95511E4A3614246077E7C1FDAD5447D04, ___list_0)); } inline List_1_tFBF6A022293416BA5AD7B89F3A150C81EF05606E * get_list_0() const { return ___list_0; } inline List_1_tFBF6A022293416BA5AD7B89F3A150C81EF05606E ** get_address_of_list_0() { return &___list_0; } inline void set_list_0(List_1_tFBF6A022293416BA5AD7B89F3A150C81EF05606E * value) { ___list_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___list_0), (void*)value); } inline static int32_t get_offset_of_index_1() { return static_cast(offsetof(Enumerator_tA73714A95511E4A3614246077E7C1FDAD5447D04, ___index_1)); } inline int32_t get_index_1() const { return ___index_1; } inline int32_t* get_address_of_index_1() { return &___index_1; } inline void set_index_1(int32_t value) { ___index_1 = value; } inline static int32_t get_offset_of_version_2() { return static_cast(offsetof(Enumerator_tA73714A95511E4A3614246077E7C1FDAD5447D04, ___version_2)); } inline int32_t get_version_2() const { return ___version_2; } inline int32_t* get_address_of_version_2() { return &___version_2; } inline void set_version_2(int32_t value) { ___version_2 = value; } inline static int32_t get_offset_of_current_3() { return static_cast(offsetof(Enumerator_tA73714A95511E4A3614246077E7C1FDAD5447D04, ___current_3)); } inline KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625 get_current_3() const { return ___current_3; } inline KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625 * get_address_of_current_3() { return &___current_3; } inline void set_current_3(KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625 value) { ___current_3 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___current_3))->___key_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___current_3))->___value_1), (void*)NULL); #endif } }; // System.Linq.Expressions.Expression`1> struct Expression_1_t537F270E90B28AE16E7C8FBC55DD334F21F0F1A0 : public LambdaExpression_t26BF905E97E6D94F81F17D60F4F4F47F8E93B474 { public: public: }; // UnityEngine.InputSystem.Utilities.InlinedArray`1 struct InlinedArray_1_tFCA31E8102435E4A60A161C004710A41410BA314 { public: // System.Int32 UnityEngine.InputSystem.Utilities.InlinedArray`1::length int32_t ___length_0; // TValue UnityEngine.InputSystem.Utilities.InlinedArray`1::firstValue GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 ___firstValue_1; // TValue[] UnityEngine.InputSystem.Utilities.InlinedArray`1::additionalValues GCHandleU5BU5D_tE15D27927DA8B3D667EF2723192CDC34B763D2F3* ___additionalValues_2; public: inline static int32_t get_offset_of_length_0() { return static_cast(offsetof(InlinedArray_1_tFCA31E8102435E4A60A161C004710A41410BA314, ___length_0)); } inline int32_t get_length_0() const { return ___length_0; } inline int32_t* get_address_of_length_0() { return &___length_0; } inline void set_length_0(int32_t value) { ___length_0 = value; } inline static int32_t get_offset_of_firstValue_1() { return static_cast(offsetof(InlinedArray_1_tFCA31E8102435E4A60A161C004710A41410BA314, ___firstValue_1)); } inline GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 get_firstValue_1() const { return ___firstValue_1; } inline GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 * get_address_of_firstValue_1() { return &___firstValue_1; } inline void set_firstValue_1(GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 value) { ___firstValue_1 = value; } inline static int32_t get_offset_of_additionalValues_2() { return static_cast(offsetof(InlinedArray_1_tFCA31E8102435E4A60A161C004710A41410BA314, ___additionalValues_2)); } inline GCHandleU5BU5D_tE15D27927DA8B3D667EF2723192CDC34B763D2F3* get_additionalValues_2() const { return ___additionalValues_2; } inline GCHandleU5BU5D_tE15D27927DA8B3D667EF2723192CDC34B763D2F3** get_address_of_additionalValues_2() { return &___additionalValues_2; } inline void set_additionalValues_2(GCHandleU5BU5D_tE15D27927DA8B3D667EF2723192CDC34B763D2F3* value) { ___additionalValues_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___additionalValues_2), (void*)value); } }; // UnityEngine.InputSystem.Utilities.InlinedArray`1 struct InlinedArray_1_t62979DFB1C567F611655F27BEF4B8E8288F4E5FB { public: // System.Int32 UnityEngine.InputSystem.Utilities.InlinedArray`1::length int32_t ___length_0; // TValue UnityEngine.InputSystem.Utilities.InlinedArray`1::firstValue InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED ___firstValue_1; // TValue[] UnityEngine.InputSystem.Utilities.InlinedArray`1::additionalValues InternedStringU5BU5D_t1EAE8433C8EF7C76894673801EE0EE9F6833E9A4* ___additionalValues_2; public: inline static int32_t get_offset_of_length_0() { return static_cast(offsetof(InlinedArray_1_t62979DFB1C567F611655F27BEF4B8E8288F4E5FB, ___length_0)); } inline int32_t get_length_0() const { return ___length_0; } inline int32_t* get_address_of_length_0() { return &___length_0; } inline void set_length_0(int32_t value) { ___length_0 = value; } inline static int32_t get_offset_of_firstValue_1() { return static_cast(offsetof(InlinedArray_1_t62979DFB1C567F611655F27BEF4B8E8288F4E5FB, ___firstValue_1)); } inline InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED get_firstValue_1() const { return ___firstValue_1; } inline InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED * get_address_of_firstValue_1() { return &___firstValue_1; } inline void set_firstValue_1(InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED value) { ___firstValue_1 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___firstValue_1))->___m_StringOriginalCase_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___firstValue_1))->___m_StringLowerCase_1), (void*)NULL); #endif } inline static int32_t get_offset_of_additionalValues_2() { return static_cast(offsetof(InlinedArray_1_t62979DFB1C567F611655F27BEF4B8E8288F4E5FB, ___additionalValues_2)); } inline InternedStringU5BU5D_t1EAE8433C8EF7C76894673801EE0EE9F6833E9A4* get_additionalValues_2() const { return ___additionalValues_2; } inline InternedStringU5BU5D_t1EAE8433C8EF7C76894673801EE0EE9F6833E9A4** get_address_of_additionalValues_2() { return &___additionalValues_2; } inline void set_additionalValues_2(InternedStringU5BU5D_t1EAE8433C8EF7C76894673801EE0EE9F6833E9A4* value) { ___additionalValues_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___additionalValues_2), (void*)value); } }; // UnityEngine.InputSystem.Utilities.InlinedArray`1 struct InlinedArray_1_tBFF8308CE5EDA3426BE79DD158C508CC6F129C8A { public: // System.Int32 UnityEngine.InputSystem.Utilities.InlinedArray`1::length int32_t ___length_0; // TValue UnityEngine.InputSystem.Utilities.InlinedArray`1::firstValue StateChangeMonitorTimeout_tF444060D4A082452E9CF9D6927AAA860A1194391 ___firstValue_1; // TValue[] UnityEngine.InputSystem.Utilities.InlinedArray`1::additionalValues StateChangeMonitorTimeoutU5BU5D_tB541E66E8C64A4EE2D3C6F243A3A9833BFBE0BF7* ___additionalValues_2; public: inline static int32_t get_offset_of_length_0() { return static_cast(offsetof(InlinedArray_1_tBFF8308CE5EDA3426BE79DD158C508CC6F129C8A, ___length_0)); } inline int32_t get_length_0() const { return ___length_0; } inline int32_t* get_address_of_length_0() { return &___length_0; } inline void set_length_0(int32_t value) { ___length_0 = value; } inline static int32_t get_offset_of_firstValue_1() { return static_cast(offsetof(InlinedArray_1_tBFF8308CE5EDA3426BE79DD158C508CC6F129C8A, ___firstValue_1)); } inline StateChangeMonitorTimeout_tF444060D4A082452E9CF9D6927AAA860A1194391 get_firstValue_1() const { return ___firstValue_1; } inline StateChangeMonitorTimeout_tF444060D4A082452E9CF9D6927AAA860A1194391 * get_address_of_firstValue_1() { return &___firstValue_1; } inline void set_firstValue_1(StateChangeMonitorTimeout_tF444060D4A082452E9CF9D6927AAA860A1194391 value) { ___firstValue_1 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___firstValue_1))->___control_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___firstValue_1))->___monitor_2), (void*)NULL); #endif } inline static int32_t get_offset_of_additionalValues_2() { return static_cast(offsetof(InlinedArray_1_tBFF8308CE5EDA3426BE79DD158C508CC6F129C8A, ___additionalValues_2)); } inline StateChangeMonitorTimeoutU5BU5D_tB541E66E8C64A4EE2D3C6F243A3A9833BFBE0BF7* get_additionalValues_2() const { return ___additionalValues_2; } inline StateChangeMonitorTimeoutU5BU5D_tB541E66E8C64A4EE2D3C6F243A3A9833BFBE0BF7** get_address_of_additionalValues_2() { return &___additionalValues_2; } inline void set_additionalValues_2(StateChangeMonitorTimeoutU5BU5D_tB541E66E8C64A4EE2D3C6F243A3A9833BFBE0BF7* value) { ___additionalValues_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___additionalValues_2), (void*)value); } }; // System.Linq.Enumerable/Iterator`1> struct Iterator_1_t9A3E8D851CE5C3F0E1C5893577C797E17FAA5366 : public RuntimeObject { public: // System.Int32 System.Linq.Enumerable/Iterator`1::threadId int32_t ___threadId_0; // System.Int32 System.Linq.Enumerable/Iterator`1::state int32_t ___state_1; // TSource System.Linq.Enumerable/Iterator`1::current KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625 ___current_2; public: inline static int32_t get_offset_of_threadId_0() { return static_cast(offsetof(Iterator_1_t9A3E8D851CE5C3F0E1C5893577C797E17FAA5366, ___threadId_0)); } inline int32_t get_threadId_0() const { return ___threadId_0; } inline int32_t* get_address_of_threadId_0() { return &___threadId_0; } inline void set_threadId_0(int32_t value) { ___threadId_0 = value; } inline static int32_t get_offset_of_state_1() { return static_cast(offsetof(Iterator_1_t9A3E8D851CE5C3F0E1C5893577C797E17FAA5366, ___state_1)); } inline int32_t get_state_1() const { return ___state_1; } inline int32_t* get_address_of_state_1() { return &___state_1; } inline void set_state_1(int32_t value) { ___state_1 = value; } inline static int32_t get_offset_of_current_2() { return static_cast(offsetof(Iterator_1_t9A3E8D851CE5C3F0E1C5893577C797E17FAA5366, ___current_2)); } inline KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625 get_current_2() const { return ___current_2; } inline KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625 * get_address_of_current_2() { return &___current_2; } inline void set_current_2(KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625 value) { ___current_2 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___current_2))->___key_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___current_2))->___value_1), (void*)NULL); #endif } }; // System.Nullable`1 struct Nullable_1_t7E8D134849FD70B33AA436F1A224083C40D24ADA { public: // T System.Nullable`1::value InputControlScheme_t65ED7D84CDC45F04A6417FABA3F8585FC545C340 ___value_0; // System.Boolean System.Nullable`1::has_value bool ___has_value_1; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(Nullable_1_t7E8D134849FD70B33AA436F1A224083C40D24ADA, ___value_0)); } inline InputControlScheme_t65ED7D84CDC45F04A6417FABA3F8585FC545C340 get_value_0() const { return ___value_0; } inline InputControlScheme_t65ED7D84CDC45F04A6417FABA3F8585FC545C340 * get_address_of_value_0() { return &___value_0; } inline void set_value_0(InputControlScheme_t65ED7D84CDC45F04A6417FABA3F8585FC545C340 value) { ___value_0 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___value_0))->___m_Name_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___value_0))->___m_BindingGroup_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___value_0))->___m_DeviceRequirements_2), (void*)NULL); #endif } inline static int32_t get_offset_of_has_value_1() { return static_cast(offsetof(Nullable_1_t7E8D134849FD70B33AA436F1A224083C40D24ADA, ___has_value_1)); } inline bool get_has_value_1() const { return ___has_value_1; } inline bool* get_address_of_has_value_1() { return &___has_value_1; } inline void set_has_value_1(bool value) { ___has_value_1 = value; } }; // System.Nullable`1 struct Nullable_1_tBE54C42B9DF059357A8DE25FA421FAC36D437C87 { public: // T System.Nullable`1::value CallbackContext_t073FE0294FFA91086DA1D1A0C2F33A7F8F9F025D ___value_0; // System.Boolean System.Nullable`1::has_value bool ___has_value_1; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(Nullable_1_tBE54C42B9DF059357A8DE25FA421FAC36D437C87, ___value_0)); } inline CallbackContext_t073FE0294FFA91086DA1D1A0C2F33A7F8F9F025D get_value_0() const { return ___value_0; } inline CallbackContext_t073FE0294FFA91086DA1D1A0C2F33A7F8F9F025D * get_address_of_value_0() { return &___value_0; } inline void set_value_0(CallbackContext_t073FE0294FFA91086DA1D1A0C2F33A7F8F9F025D value) { ___value_0 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___value_0))->___m_State_0), (void*)NULL); } inline static int32_t get_offset_of_has_value_1() { return static_cast(offsetof(Nullable_1_tBE54C42B9DF059357A8DE25FA421FAC36D437C87, ___has_value_1)); } inline bool get_has_value_1() const { return ___has_value_1; } inline bool* get_address_of_has_value_1() { return &___has_value_1; } inline void set_has_value_1(bool value) { ___has_value_1 = value; } }; // UnityEngine.InputSystem.Utilities.OneOrMore`2> struct OneOrMore_2_t4838D6D08E150400A8A0DEBE3DB555F0307E5E76 { public: // System.Boolean UnityEngine.InputSystem.Utilities.OneOrMore`2::m_IsSingle bool ___m_IsSingle_0; // TValue UnityEngine.InputSystem.Utilities.OneOrMore`2::m_Single InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * ___m_Single_1; // TList UnityEngine.InputSystem.Utilities.OneOrMore`2::m_Multiple ReadOnlyArray_1_tACB506541C5CC2CCA16D8065F5F949D9874C78D0 ___m_Multiple_2; public: inline static int32_t get_offset_of_m_IsSingle_0() { return static_cast(offsetof(OneOrMore_2_t4838D6D08E150400A8A0DEBE3DB555F0307E5E76, ___m_IsSingle_0)); } inline bool get_m_IsSingle_0() const { return ___m_IsSingle_0; } inline bool* get_address_of_m_IsSingle_0() { return &___m_IsSingle_0; } inline void set_m_IsSingle_0(bool value) { ___m_IsSingle_0 = value; } inline static int32_t get_offset_of_m_Single_1() { return static_cast(offsetof(OneOrMore_2_t4838D6D08E150400A8A0DEBE3DB555F0307E5E76, ___m_Single_1)); } inline InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * get_m_Single_1() const { return ___m_Single_1; } inline InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 ** get_address_of_m_Single_1() { return &___m_Single_1; } inline void set_m_Single_1(InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * value) { ___m_Single_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Single_1), (void*)value); } inline static int32_t get_offset_of_m_Multiple_2() { return static_cast(offsetof(OneOrMore_2_t4838D6D08E150400A8A0DEBE3DB555F0307E5E76, ___m_Multiple_2)); } inline ReadOnlyArray_1_tACB506541C5CC2CCA16D8065F5F949D9874C78D0 get_m_Multiple_2() const { return ___m_Multiple_2; } inline ReadOnlyArray_1_tACB506541C5CC2CCA16D8065F5F949D9874C78D0 * get_address_of_m_Multiple_2() { return &___m_Multiple_2; } inline void set_m_Multiple_2(ReadOnlyArray_1_tACB506541C5CC2CCA16D8065F5F949D9874C78D0 value) { ___m_Multiple_2 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___m_Multiple_2))->___m_Array_0), (void*)NULL); } }; // UnityEngine.InputSystem.Utilities.OneOrMore`2> struct OneOrMore_2_t0194C2641074B9D4264D2C1267C176D9C98E4B79 { public: // System.Boolean UnityEngine.InputSystem.Utilities.OneOrMore`2::m_IsSingle bool ___m_IsSingle_0; // TValue UnityEngine.InputSystem.Utilities.OneOrMore`2::m_Single RuntimeObject * ___m_Single_1; // TList UnityEngine.InputSystem.Utilities.OneOrMore`2::m_Multiple ReadOnlyArray_1_t9584B0851320AB0F5BC8FF261C123F5994A081B7 ___m_Multiple_2; public: inline static int32_t get_offset_of_m_IsSingle_0() { return static_cast(offsetof(OneOrMore_2_t0194C2641074B9D4264D2C1267C176D9C98E4B79, ___m_IsSingle_0)); } inline bool get_m_IsSingle_0() const { return ___m_IsSingle_0; } inline bool* get_address_of_m_IsSingle_0() { return &___m_IsSingle_0; } inline void set_m_IsSingle_0(bool value) { ___m_IsSingle_0 = value; } inline static int32_t get_offset_of_m_Single_1() { return static_cast(offsetof(OneOrMore_2_t0194C2641074B9D4264D2C1267C176D9C98E4B79, ___m_Single_1)); } inline RuntimeObject * get_m_Single_1() const { return ___m_Single_1; } inline RuntimeObject ** get_address_of_m_Single_1() { return &___m_Single_1; } inline void set_m_Single_1(RuntimeObject * value) { ___m_Single_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Single_1), (void*)value); } inline static int32_t get_offset_of_m_Multiple_2() { return static_cast(offsetof(OneOrMore_2_t0194C2641074B9D4264D2C1267C176D9C98E4B79, ___m_Multiple_2)); } inline ReadOnlyArray_1_t9584B0851320AB0F5BC8FF261C123F5994A081B7 get_m_Multiple_2() const { return ___m_Multiple_2; } inline ReadOnlyArray_1_t9584B0851320AB0F5BC8FF261C123F5994A081B7 * get_address_of_m_Multiple_2() { return &___m_Multiple_2; } inline void set_m_Multiple_2(ReadOnlyArray_1_t9584B0851320AB0F5BC8FF261C123F5994A081B7 value) { ___m_Multiple_2 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___m_Multiple_2))->___m_Array_0), (void*)NULL); } }; // UnityEngine.Rendering.PostProcessing.ParameterOverride`1 struct ParameterOverride_1_t694D598380408B6C9B381BE752E69EEBE4FE4EED : public ParameterOverride_tED887E59B87A5DD3BFDAAAF745F82D9080FA4784 { public: // T UnityEngine.Rendering.PostProcessing.ParameterOverride`1::value Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 ___value_1; public: inline static int32_t get_offset_of_value_1() { return static_cast(offsetof(ParameterOverride_1_t694D598380408B6C9B381BE752E69EEBE4FE4EED, ___value_1)); } inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 get_value_1() const { return ___value_1; } inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 * get_address_of_value_1() { return &___value_1; } inline void set_value_1(Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 value) { ___value_1 = value; } }; // UnityEngine.Rendering.PostProcessing.ParameterOverride`1 struct ParameterOverride_1_tA1EC3D90C3A54AC1167AD63F5340CDECED8BDC9F : public ParameterOverride_tED887E59B87A5DD3BFDAAAF745F82D9080FA4784 { public: // T UnityEngine.Rendering.PostProcessing.ParameterOverride`1::value Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___value_1; public: inline static int32_t get_offset_of_value_1() { return static_cast(offsetof(ParameterOverride_1_tA1EC3D90C3A54AC1167AD63F5340CDECED8BDC9F, ___value_1)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_value_1() const { return ___value_1; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_value_1() { return &___value_1; } inline void set_value_1(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___value_1 = value; } }; // UnityEngine.Rendering.PostProcessing.ParameterOverride`1 struct ParameterOverride_1_t2A72895E2C56AB0AFB2436C4C8523C5553ED32F3 : public ParameterOverride_tED887E59B87A5DD3BFDAAAF745F82D9080FA4784 { public: // T UnityEngine.Rendering.PostProcessing.ParameterOverride`1::value Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___value_1; public: inline static int32_t get_offset_of_value_1() { return static_cast(offsetof(ParameterOverride_1_t2A72895E2C56AB0AFB2436C4C8523C5553ED32F3, ___value_1)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_value_1() const { return ___value_1; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_value_1() { return &___value_1; } inline void set_value_1(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___value_1 = value; } }; // UnityEngine.Rendering.PostProcessing.ParameterOverride`1 struct ParameterOverride_1_tDC434805B157596FAACBAB390CC666791BAC0B01 : public ParameterOverride_tED887E59B87A5DD3BFDAAAF745F82D9080FA4784 { public: // T UnityEngine.Rendering.PostProcessing.ParameterOverride`1::value Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 ___value_1; public: inline static int32_t get_offset_of_value_1() { return static_cast(offsetof(ParameterOverride_1_tDC434805B157596FAACBAB390CC666791BAC0B01, ___value_1)); } inline Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 get_value_1() const { return ___value_1; } inline Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 * get_address_of_value_1() { return &___value_1; } inline void set_value_1(Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 value) { ___value_1 = value; } }; // System.Linq.Enumerable/WhereListIterator`1 struct WhereListIterator_1_t42618389DB998070E03A982D15FA39BCA1DB56BD : public Iterator_1_t674ABE41CF4096D4BE4D51E21FEBDADBF74CC279 { public: // System.Collections.Generic.List`1 System.Linq.Enumerable/WhereListIterator`1::source List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * ___source_3; // System.Func`2 System.Linq.Enumerable/WhereListIterator`1::predicate Func_2_t99409DECFF50F0FA9B427C863AC6C99C66E6F9F8 * ___predicate_4; // System.Collections.Generic.List`1/Enumerator System.Linq.Enumerable/WhereListIterator`1::enumerator Enumerator_tB6009981BD4E3881E3EC83627255A24198F902D6 ___enumerator_5; public: inline static int32_t get_offset_of_source_3() { return static_cast(offsetof(WhereListIterator_1_t42618389DB998070E03A982D15FA39BCA1DB56BD, ___source_3)); } inline List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * get_source_3() const { return ___source_3; } inline List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 ** get_address_of_source_3() { return &___source_3; } inline void set_source_3(List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * value) { ___source_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_3), (void*)value); } inline static int32_t get_offset_of_predicate_4() { return static_cast(offsetof(WhereListIterator_1_t42618389DB998070E03A982D15FA39BCA1DB56BD, ___predicate_4)); } inline Func_2_t99409DECFF50F0FA9B427C863AC6C99C66E6F9F8 * get_predicate_4() const { return ___predicate_4; } inline Func_2_t99409DECFF50F0FA9B427C863AC6C99C66E6F9F8 ** get_address_of_predicate_4() { return &___predicate_4; } inline void set_predicate_4(Func_2_t99409DECFF50F0FA9B427C863AC6C99C66E6F9F8 * value) { ___predicate_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___predicate_4), (void*)value); } inline static int32_t get_offset_of_enumerator_5() { return static_cast(offsetof(WhereListIterator_1_t42618389DB998070E03A982D15FA39BCA1DB56BD, ___enumerator_5)); } inline Enumerator_tB6009981BD4E3881E3EC83627255A24198F902D6 get_enumerator_5() const { return ___enumerator_5; } inline Enumerator_tB6009981BD4E3881E3EC83627255A24198F902D6 * get_address_of_enumerator_5() { return &___enumerator_5; } inline void set_enumerator_5(Enumerator_tB6009981BD4E3881E3EC83627255A24198F902D6 value) { ___enumerator_5 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___enumerator_5))->___list_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___enumerator_5))->___current_3), (void*)NULL); #endif } }; // Unity.Collections.Allocator struct Allocator_t9888223DEF4F46F3419ECFCCD0753599BEE52A05 { public: // System.Int32 Unity.Collections.Allocator::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(Allocator_t9888223DEF4F46F3419ECFCCD0753599BEE52A05, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Net.Security.AuthenticationLevel struct AuthenticationLevel_tABDA8290B869DCA69B73080E99B1E3FE6F475165 { public: // System.Int32 System.Net.Security.AuthenticationLevel::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(AuthenticationLevel_tABDA8290B869DCA69B73080E99B1E3FE6F475165, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Reflection.BindingFlags struct BindingFlags_tAAAB07D9AC588F0D55D844E51D7035E96DF94733 { public: // System.Int32 System.Reflection.BindingFlags::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(BindingFlags_tAAAB07D9AC588F0D55D844E51D7035E96DF94733, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Net.DecompressionMethods struct DecompressionMethods_t76ACF45ED0A6BDCC13358657248D674BCC1015BC { public: // System.Int32 System.Net.DecompressionMethods::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(DecompressionMethods_t76ACF45ED0A6BDCC13358657248D674BCC1015BC, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Delegate struct Delegate_t : public RuntimeObject { public: // 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.Reflection.MethodInfo System.Delegate::method_info MethodInfo_t * ___method_info_7; // System.Reflection.MethodInfo System.Delegate::original_method_info MethodInfo_t * ___original_method_info_8; // System.DelegateData System.Delegate::data DelegateData_t17DD30660E330C49381DAA99F934BE75CB11F288 * ___data_9; // System.Boolean System.Delegate::method_is_virtual bool ___method_is_virtual_10; public: inline static int32_t get_offset_of_method_ptr_0() { return static_cast(offsetof(Delegate_t, ___method_ptr_0)); } inline Il2CppMethodPointer get_method_ptr_0() const { return ___method_ptr_0; } inline Il2CppMethodPointer* get_address_of_method_ptr_0() { return &___method_ptr_0; } inline void set_method_ptr_0(Il2CppMethodPointer value) { ___method_ptr_0 = value; } inline static int32_t get_offset_of_invoke_impl_1() { return static_cast(offsetof(Delegate_t, ___invoke_impl_1)); } inline intptr_t get_invoke_impl_1() const { return ___invoke_impl_1; } inline intptr_t* get_address_of_invoke_impl_1() { return &___invoke_impl_1; } inline void set_invoke_impl_1(intptr_t value) { ___invoke_impl_1 = value; } inline static int32_t get_offset_of_m_target_2() { return static_cast(offsetof(Delegate_t, ___m_target_2)); } inline RuntimeObject * get_m_target_2() const { return ___m_target_2; } inline RuntimeObject ** get_address_of_m_target_2() { return &___m_target_2; } inline void set_m_target_2(RuntimeObject * value) { ___m_target_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_target_2), (void*)value); } inline static int32_t get_offset_of_method_3() { return static_cast(offsetof(Delegate_t, ___method_3)); } inline intptr_t get_method_3() const { return ___method_3; } inline intptr_t* get_address_of_method_3() { return &___method_3; } inline void set_method_3(intptr_t value) { ___method_3 = value; } inline static int32_t get_offset_of_delegate_trampoline_4() { return static_cast(offsetof(Delegate_t, ___delegate_trampoline_4)); } inline intptr_t get_delegate_trampoline_4() const { return ___delegate_trampoline_4; } inline intptr_t* get_address_of_delegate_trampoline_4() { return &___delegate_trampoline_4; } inline void set_delegate_trampoline_4(intptr_t value) { ___delegate_trampoline_4 = value; } inline static int32_t get_offset_of_extra_arg_5() { return static_cast(offsetof(Delegate_t, ___extra_arg_5)); } inline intptr_t get_extra_arg_5() const { return ___extra_arg_5; } inline intptr_t* get_address_of_extra_arg_5() { return &___extra_arg_5; } inline void set_extra_arg_5(intptr_t value) { ___extra_arg_5 = value; } inline static int32_t get_offset_of_method_code_6() { return static_cast(offsetof(Delegate_t, ___method_code_6)); } inline intptr_t get_method_code_6() const { return ___method_code_6; } inline intptr_t* get_address_of_method_code_6() { return &___method_code_6; } inline void set_method_code_6(intptr_t value) { ___method_code_6 = value; } inline static int32_t get_offset_of_method_info_7() { return static_cast(offsetof(Delegate_t, ___method_info_7)); } inline MethodInfo_t * get_method_info_7() const { return ___method_info_7; } inline MethodInfo_t ** get_address_of_method_info_7() { return &___method_info_7; } inline void set_method_info_7(MethodInfo_t * value) { ___method_info_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___method_info_7), (void*)value); } inline static int32_t get_offset_of_original_method_info_8() { return static_cast(offsetof(Delegate_t, ___original_method_info_8)); } inline MethodInfo_t * get_original_method_info_8() const { return ___original_method_info_8; } inline MethodInfo_t ** get_address_of_original_method_info_8() { return &___original_method_info_8; } inline void set_original_method_info_8(MethodInfo_t * value) { ___original_method_info_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___original_method_info_8), (void*)value); } inline static int32_t get_offset_of_data_9() { return static_cast(offsetof(Delegate_t, ___data_9)); } inline DelegateData_t17DD30660E330C49381DAA99F934BE75CB11F288 * get_data_9() const { return ___data_9; } inline DelegateData_t17DD30660E330C49381DAA99F934BE75CB11F288 ** get_address_of_data_9() { return &___data_9; } inline void set_data_9(DelegateData_t17DD30660E330C49381DAA99F934BE75CB11F288 * value) { ___data_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___data_9), (void*)value); } inline static int32_t get_offset_of_method_is_virtual_10() { return static_cast(offsetof(Delegate_t, ___method_is_virtual_10)); } inline bool get_method_is_virtual_10() const { return ___method_is_virtual_10; } inline bool* get_address_of_method_is_virtual_10() { return &___method_is_virtual_10; } inline void set_method_is_virtual_10(bool value) { ___method_is_virtual_10 = value; } }; // 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; MethodInfo_t * ___method_info_7; MethodInfo_t * ___original_method_info_8; DelegateData_t17DD30660E330C49381DAA99F934BE75CB11F288 * ___data_9; int32_t ___method_is_virtual_10; }; // 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; MethodInfo_t * ___method_info_7; MethodInfo_t * ___original_method_info_8; DelegateData_t17DD30660E330C49381DAA99F934BE75CB11F288 * ___data_9; int32_t ___method_is_virtual_10; }; // UnityEngine.Playables.DirectorWrapMode struct DirectorWrapMode_t0CB1A9A83B2A4167D5D8E82B404396187EB5BBA8 { public: // System.Int32 UnityEngine.Playables.DirectorWrapMode::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(DirectorWrapMode_t0CB1A9A83B2A4167D5D8E82B404396187EB5BBA8, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Exception struct Exception_t : public RuntimeObject { public: // 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_tDE44F029589A028F8A3053C5C06153FAB4AAE29F * ____safeSerializationManager_13; // System.Diagnostics.StackTrace[] System.Exception::captured_traces StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971* ___captured_traces_14; // System.IntPtr[] System.Exception::native_trace_ips IntPtrU5BU5D_t27FC72B0409D75AAF33EC42498E8094E95FEE9A6* ___native_trace_ips_15; public: inline static int32_t get_offset_of__className_1() { return static_cast(offsetof(Exception_t, ____className_1)); } inline String_t* get__className_1() const { return ____className_1; } inline String_t** get_address_of__className_1() { return &____className_1; } inline void set__className_1(String_t* value) { ____className_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____className_1), (void*)value); } inline static int32_t get_offset_of__message_2() { return static_cast(offsetof(Exception_t, ____message_2)); } inline String_t* get__message_2() const { return ____message_2; } inline String_t** get_address_of__message_2() { return &____message_2; } inline void set__message_2(String_t* value) { ____message_2 = value; Il2CppCodeGenWriteBarrier((void**)(&____message_2), (void*)value); } inline static int32_t get_offset_of__data_3() { return static_cast(offsetof(Exception_t, ____data_3)); } inline RuntimeObject* get__data_3() const { return ____data_3; } inline RuntimeObject** get_address_of__data_3() { return &____data_3; } inline void set__data_3(RuntimeObject* value) { ____data_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____data_3), (void*)value); } inline static int32_t get_offset_of__innerException_4() { return static_cast(offsetof(Exception_t, ____innerException_4)); } inline Exception_t * get__innerException_4() const { return ____innerException_4; } inline Exception_t ** get_address_of__innerException_4() { return &____innerException_4; } inline void set__innerException_4(Exception_t * value) { ____innerException_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____innerException_4), (void*)value); } inline static int32_t get_offset_of__helpURL_5() { return static_cast(offsetof(Exception_t, ____helpURL_5)); } inline String_t* get__helpURL_5() const { return ____helpURL_5; } inline String_t** get_address_of__helpURL_5() { return &____helpURL_5; } inline void set__helpURL_5(String_t* value) { ____helpURL_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____helpURL_5), (void*)value); } inline static int32_t get_offset_of__stackTrace_6() { return static_cast(offsetof(Exception_t, ____stackTrace_6)); } inline RuntimeObject * get__stackTrace_6() const { return ____stackTrace_6; } inline RuntimeObject ** get_address_of__stackTrace_6() { return &____stackTrace_6; } inline void set__stackTrace_6(RuntimeObject * value) { ____stackTrace_6 = value; Il2CppCodeGenWriteBarrier((void**)(&____stackTrace_6), (void*)value); } inline static int32_t get_offset_of__stackTraceString_7() { return static_cast(offsetof(Exception_t, ____stackTraceString_7)); } inline String_t* get__stackTraceString_7() const { return ____stackTraceString_7; } inline String_t** get_address_of__stackTraceString_7() { return &____stackTraceString_7; } inline void set__stackTraceString_7(String_t* value) { ____stackTraceString_7 = value; Il2CppCodeGenWriteBarrier((void**)(&____stackTraceString_7), (void*)value); } inline static int32_t get_offset_of__remoteStackTraceString_8() { return static_cast(offsetof(Exception_t, ____remoteStackTraceString_8)); } inline String_t* get__remoteStackTraceString_8() const { return ____remoteStackTraceString_8; } inline String_t** get_address_of__remoteStackTraceString_8() { return &____remoteStackTraceString_8; } inline void set__remoteStackTraceString_8(String_t* value) { ____remoteStackTraceString_8 = value; Il2CppCodeGenWriteBarrier((void**)(&____remoteStackTraceString_8), (void*)value); } inline static int32_t get_offset_of__remoteStackIndex_9() { return static_cast(offsetof(Exception_t, ____remoteStackIndex_9)); } inline int32_t get__remoteStackIndex_9() const { return ____remoteStackIndex_9; } inline int32_t* get_address_of__remoteStackIndex_9() { return &____remoteStackIndex_9; } inline void set__remoteStackIndex_9(int32_t value) { ____remoteStackIndex_9 = value; } inline static int32_t get_offset_of__dynamicMethods_10() { return static_cast(offsetof(Exception_t, ____dynamicMethods_10)); } inline RuntimeObject * get__dynamicMethods_10() const { return ____dynamicMethods_10; } inline RuntimeObject ** get_address_of__dynamicMethods_10() { return &____dynamicMethods_10; } inline void set__dynamicMethods_10(RuntimeObject * value) { ____dynamicMethods_10 = value; Il2CppCodeGenWriteBarrier((void**)(&____dynamicMethods_10), (void*)value); } inline static int32_t get_offset_of__HResult_11() { return static_cast(offsetof(Exception_t, ____HResult_11)); } inline int32_t get__HResult_11() const { return ____HResult_11; } inline int32_t* get_address_of__HResult_11() { return &____HResult_11; } inline void set__HResult_11(int32_t value) { ____HResult_11 = value; } inline static int32_t get_offset_of__source_12() { return static_cast(offsetof(Exception_t, ____source_12)); } inline String_t* get__source_12() const { return ____source_12; } inline String_t** get_address_of__source_12() { return &____source_12; } inline void set__source_12(String_t* value) { ____source_12 = value; Il2CppCodeGenWriteBarrier((void**)(&____source_12), (void*)value); } inline static int32_t get_offset_of__safeSerializationManager_13() { return static_cast(offsetof(Exception_t, ____safeSerializationManager_13)); } inline SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F * get__safeSerializationManager_13() const { return ____safeSerializationManager_13; } inline SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F ** get_address_of__safeSerializationManager_13() { return &____safeSerializationManager_13; } inline void set__safeSerializationManager_13(SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F * value) { ____safeSerializationManager_13 = value; Il2CppCodeGenWriteBarrier((void**)(&____safeSerializationManager_13), (void*)value); } inline static int32_t get_offset_of_captured_traces_14() { return static_cast(offsetof(Exception_t, ___captured_traces_14)); } inline StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971* get_captured_traces_14() const { return ___captured_traces_14; } inline StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971** get_address_of_captured_traces_14() { return &___captured_traces_14; } inline void set_captured_traces_14(StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971* value) { ___captured_traces_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___captured_traces_14), (void*)value); } inline static int32_t get_offset_of_native_trace_ips_15() { return static_cast(offsetof(Exception_t, ___native_trace_ips_15)); } inline IntPtrU5BU5D_t27FC72B0409D75AAF33EC42498E8094E95FEE9A6* get_native_trace_ips_15() const { return ___native_trace_ips_15; } inline IntPtrU5BU5D_t27FC72B0409D75AAF33EC42498E8094E95FEE9A6** get_address_of_native_trace_ips_15() { return &___native_trace_ips_15; } inline void set_native_trace_ips_15(IntPtrU5BU5D_t27FC72B0409D75AAF33EC42498E8094E95FEE9A6* value) { ___native_trace_ips_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___native_trace_ips_15), (void*)value); } }; // 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_tDE44F029589A028F8A3053C5C06153FAB4AAE29F * ____safeSerializationManager_13; StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971* ___captured_traces_14; Il2CppSafeArray/*NONE*/* ___native_trace_ips_15; }; // 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_tDE44F029589A028F8A3053C5C06153FAB4AAE29F * ____safeSerializationManager_13; StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971* ___captured_traces_14; Il2CppSafeArray/*NONE*/* ___native_trace_ips_15; }; // System.Linq.Expressions.ExpressionType struct ExpressionType_t5DFF595F84E155FA27FA8929A81459546074CE51 { public: // System.Int32 System.Linq.Expressions.ExpressionType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(ExpressionType_t5DFF595F84E155FA27FA8929A81459546074CE51, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // UnityEngine.Rendering.IndexFormat struct IndexFormat_tDB840806BBDDDE721BF45EFE55CFB3EF3038DB20 { public: // System.Int32 UnityEngine.Rendering.IndexFormat::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(IndexFormat_tDB840806BBDDDE721BF45EFE55CFB3EF3038DB20, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // UnityEngine.InputSystem.InputActionPhase struct InputActionPhase_t2902D1C79819D41CAB80B5345925A58F2926824C { public: // System.Int32 UnityEngine.InputSystem.InputActionPhase::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(InputActionPhase_t2902D1C79819D41CAB80B5345925A58F2926824C, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // UnityEngine.InputSystem.InputActionType struct InputActionType_tF334DB4C306B973538251E50C2CFE7939899AB35 { public: // System.Int32 UnityEngine.InputSystem.InputActionType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(InputActionType_tF334DB4C306B973538251E50C2CFE7939899AB35, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // UnityEngine.InputSystem.InputBindingComposite struct InputBindingComposite_tFCCB9AFDBA6503C51555C9C5904186D990D36565 : public RuntimeObject { public: public: }; // UnityEngine.InputSystem.Layouts.InputDeviceBuilder struct InputDeviceBuilder_t95B7A3032EDD618F2521B259875D46CFA5A27051 { public: // UnityEngine.InputSystem.InputDevice UnityEngine.InputSystem.Layouts.InputDeviceBuilder::m_Device InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * ___m_Device_0; // UnityEngine.InputSystem.Layouts.InputControlLayout/CacheRefInstance UnityEngine.InputSystem.Layouts.InputDeviceBuilder::m_LayoutCacheRef CacheRefInstance_t32BCEBAA7826C9CBD6572CFFCA4732CC3FB7F749 ___m_LayoutCacheRef_1; // System.Collections.Generic.Dictionary`2 UnityEngine.InputSystem.Layouts.InputDeviceBuilder::m_ChildControlOverrides Dictionary_2_t87EA5E29E52B9CC34FC0AC0CE5D11F3D8B1AA341 * ___m_ChildControlOverrides_2; // System.Collections.Generic.List`1 UnityEngine.InputSystem.Layouts.InputDeviceBuilder::m_StateOffsetToControlMap List_1_t023026A8F0D0D113E2B62213C8C74717BF7F4731 * ___m_StateOffsetToControlMap_3; // System.Text.StringBuilder UnityEngine.InputSystem.Layouts.InputDeviceBuilder::m_StringBuilder StringBuilder_t * ___m_StringBuilder_4; public: inline static int32_t get_offset_of_m_Device_0() { return static_cast(offsetof(InputDeviceBuilder_t95B7A3032EDD618F2521B259875D46CFA5A27051, ___m_Device_0)); } inline InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * get_m_Device_0() const { return ___m_Device_0; } inline InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 ** get_address_of_m_Device_0() { return &___m_Device_0; } inline void set_m_Device_0(InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * value) { ___m_Device_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Device_0), (void*)value); } inline static int32_t get_offset_of_m_LayoutCacheRef_1() { return static_cast(offsetof(InputDeviceBuilder_t95B7A3032EDD618F2521B259875D46CFA5A27051, ___m_LayoutCacheRef_1)); } inline CacheRefInstance_t32BCEBAA7826C9CBD6572CFFCA4732CC3FB7F749 get_m_LayoutCacheRef_1() const { return ___m_LayoutCacheRef_1; } inline CacheRefInstance_t32BCEBAA7826C9CBD6572CFFCA4732CC3FB7F749 * get_address_of_m_LayoutCacheRef_1() { return &___m_LayoutCacheRef_1; } inline void set_m_LayoutCacheRef_1(CacheRefInstance_t32BCEBAA7826C9CBD6572CFFCA4732CC3FB7F749 value) { ___m_LayoutCacheRef_1 = value; } inline static int32_t get_offset_of_m_ChildControlOverrides_2() { return static_cast(offsetof(InputDeviceBuilder_t95B7A3032EDD618F2521B259875D46CFA5A27051, ___m_ChildControlOverrides_2)); } inline Dictionary_2_t87EA5E29E52B9CC34FC0AC0CE5D11F3D8B1AA341 * get_m_ChildControlOverrides_2() const { return ___m_ChildControlOverrides_2; } inline Dictionary_2_t87EA5E29E52B9CC34FC0AC0CE5D11F3D8B1AA341 ** get_address_of_m_ChildControlOverrides_2() { return &___m_ChildControlOverrides_2; } inline void set_m_ChildControlOverrides_2(Dictionary_2_t87EA5E29E52B9CC34FC0AC0CE5D11F3D8B1AA341 * value) { ___m_ChildControlOverrides_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_ChildControlOverrides_2), (void*)value); } inline static int32_t get_offset_of_m_StateOffsetToControlMap_3() { return static_cast(offsetof(InputDeviceBuilder_t95B7A3032EDD618F2521B259875D46CFA5A27051, ___m_StateOffsetToControlMap_3)); } inline List_1_t023026A8F0D0D113E2B62213C8C74717BF7F4731 * get_m_StateOffsetToControlMap_3() const { return ___m_StateOffsetToControlMap_3; } inline List_1_t023026A8F0D0D113E2B62213C8C74717BF7F4731 ** get_address_of_m_StateOffsetToControlMap_3() { return &___m_StateOffsetToControlMap_3; } inline void set_m_StateOffsetToControlMap_3(List_1_t023026A8F0D0D113E2B62213C8C74717BF7F4731 * value) { ___m_StateOffsetToControlMap_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_StateOffsetToControlMap_3), (void*)value); } inline static int32_t get_offset_of_m_StringBuilder_4() { return static_cast(offsetof(InputDeviceBuilder_t95B7A3032EDD618F2521B259875D46CFA5A27051, ___m_StringBuilder_4)); } inline StringBuilder_t * get_m_StringBuilder_4() const { return ___m_StringBuilder_4; } inline StringBuilder_t ** get_address_of_m_StringBuilder_4() { return &___m_StringBuilder_4; } inline void set_m_StringBuilder_4(StringBuilder_t * value) { ___m_StringBuilder_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_StringBuilder_4), (void*)value); } }; // Native definition for P/Invoke marshalling of UnityEngine.InputSystem.Layouts.InputDeviceBuilder struct InputDeviceBuilder_t95B7A3032EDD618F2521B259875D46CFA5A27051_marshaled_pinvoke { InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * ___m_Device_0; CacheRefInstance_t32BCEBAA7826C9CBD6572CFFCA4732CC3FB7F749_marshaled_pinvoke ___m_LayoutCacheRef_1; Dictionary_2_t87EA5E29E52B9CC34FC0AC0CE5D11F3D8B1AA341 * ___m_ChildControlOverrides_2; List_1_t023026A8F0D0D113E2B62213C8C74717BF7F4731 * ___m_StateOffsetToControlMap_3; char* ___m_StringBuilder_4; }; // Native definition for COM marshalling of UnityEngine.InputSystem.Layouts.InputDeviceBuilder struct InputDeviceBuilder_t95B7A3032EDD618F2521B259875D46CFA5A27051_marshaled_com { InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * ___m_Device_0; CacheRefInstance_t32BCEBAA7826C9CBD6572CFFCA4732CC3FB7F749_marshaled_com ___m_LayoutCacheRef_1; Dictionary_2_t87EA5E29E52B9CC34FC0AC0CE5D11F3D8B1AA341 * ___m_ChildControlOverrides_2; List_1_t023026A8F0D0D113E2B62213C8C74717BF7F4731 * ___m_StateOffsetToControlMap_3; Il2CppChar* ___m_StringBuilder_4; }; // UnityEngine.InputSystem.LowLevel.InputDeviceCommand struct InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 { public: union { struct { union { #pragma pack(push, tp, 1) struct { // UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.LowLevel.InputDeviceCommand::type FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 ___type_4; }; #pragma pack(pop, tp) struct { FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 ___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_tBA7404132CBAC1E564F79E5B8B6A258527976AD3__padding[8]; }; public: inline static int32_t get_offset_of_type_4() { return static_cast(offsetof(InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3, ___type_4)); } inline FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 get_type_4() const { return ___type_4; } inline FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 * get_address_of_type_4() { return &___type_4; } inline void set_type_4(FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 value) { ___type_4 = value; } inline static int32_t get_offset_of_sizeInBytes_5() { return static_cast(offsetof(InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3, ___sizeInBytes_5)); } inline int32_t get_sizeInBytes_5() const { return ___sizeInBytes_5; } inline int32_t* get_address_of_sizeInBytes_5() { return &___sizeInBytes_5; } inline void set_sizeInBytes_5(int32_t value) { ___sizeInBytes_5 = value; } }; // UnityEngine.InputSystem.Layouts.InputDeviceMatcher struct InputDeviceMatcher_tFC41EBE6D273378A154C6DFD759DD75D23C99E57 { public: // System.Collections.Generic.KeyValuePair`2[] UnityEngine.InputSystem.Layouts.InputDeviceMatcher::m_Patterns KeyValuePair_2U5BU5D_t7E976A4C11090CA77A36F27FF080865677E9C105* ___m_Patterns_0; public: inline static int32_t get_offset_of_m_Patterns_0() { return static_cast(offsetof(InputDeviceMatcher_tFC41EBE6D273378A154C6DFD759DD75D23C99E57, ___m_Patterns_0)); } inline KeyValuePair_2U5BU5D_t7E976A4C11090CA77A36F27FF080865677E9C105* get_m_Patterns_0() const { return ___m_Patterns_0; } inline KeyValuePair_2U5BU5D_t7E976A4C11090CA77A36F27FF080865677E9C105** get_address_of_m_Patterns_0() { return &___m_Patterns_0; } inline void set_m_Patterns_0(KeyValuePair_2U5BU5D_t7E976A4C11090CA77A36F27FF080865677E9C105* value) { ___m_Patterns_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Patterns_0), (void*)value); } }; // Native definition for P/Invoke marshalling of UnityEngine.InputSystem.Layouts.InputDeviceMatcher struct InputDeviceMatcher_tFC41EBE6D273378A154C6DFD759DD75D23C99E57_marshaled_pinvoke { KeyValuePair_2_tC5DBFF0A12DD027962885E57237A73F3553DE521 * ___m_Patterns_0; }; // Native definition for COM marshalling of UnityEngine.InputSystem.Layouts.InputDeviceMatcher struct InputDeviceMatcher_tFC41EBE6D273378A154C6DFD759DD75D23C99E57_marshaled_com { KeyValuePair_2_tC5DBFF0A12DD027962885E57237A73F3553DE521 * ___m_Patterns_0; }; // UnityEngine.InputSystem.InputInteraction struct InputInteraction_t7BAD5F994214A465B34D56FB86391F9181113F78 : public RuntimeObject { public: public: }; // UnityEngine.InputSystem.InputProcessor struct InputProcessor_t245C316DEE36AA1BC9558F838B3B7A0223813A1D : public RuntimeObject { public: public: }; // UnityEngine.InputSystem.LowLevel.InputStateBlock struct InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B { public: // UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.LowLevel.InputStateBlock::k__BackingField FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 ___U3CformatU3Ek__BackingField_33; // System.UInt32 UnityEngine.InputSystem.LowLevel.InputStateBlock::k__BackingField uint32_t ___U3CbyteOffsetU3Ek__BackingField_34; // System.UInt32 UnityEngine.InputSystem.LowLevel.InputStateBlock::k__BackingField uint32_t ___U3CbitOffsetU3Ek__BackingField_35; // System.UInt32 UnityEngine.InputSystem.LowLevel.InputStateBlock::k__BackingField uint32_t ___U3CsizeInBitsU3Ek__BackingField_36; public: inline static int32_t get_offset_of_U3CformatU3Ek__BackingField_33() { return static_cast(offsetof(InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B, ___U3CformatU3Ek__BackingField_33)); } inline FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 get_U3CformatU3Ek__BackingField_33() const { return ___U3CformatU3Ek__BackingField_33; } inline FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 * get_address_of_U3CformatU3Ek__BackingField_33() { return &___U3CformatU3Ek__BackingField_33; } inline void set_U3CformatU3Ek__BackingField_33(FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 value) { ___U3CformatU3Ek__BackingField_33 = value; } inline static int32_t get_offset_of_U3CbyteOffsetU3Ek__BackingField_34() { return static_cast(offsetof(InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B, ___U3CbyteOffsetU3Ek__BackingField_34)); } inline uint32_t get_U3CbyteOffsetU3Ek__BackingField_34() const { return ___U3CbyteOffsetU3Ek__BackingField_34; } inline uint32_t* get_address_of_U3CbyteOffsetU3Ek__BackingField_34() { return &___U3CbyteOffsetU3Ek__BackingField_34; } inline void set_U3CbyteOffsetU3Ek__BackingField_34(uint32_t value) { ___U3CbyteOffsetU3Ek__BackingField_34 = value; } inline static int32_t get_offset_of_U3CbitOffsetU3Ek__BackingField_35() { return static_cast(offsetof(InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B, ___U3CbitOffsetU3Ek__BackingField_35)); } inline uint32_t get_U3CbitOffsetU3Ek__BackingField_35() const { return ___U3CbitOffsetU3Ek__BackingField_35; } inline uint32_t* get_address_of_U3CbitOffsetU3Ek__BackingField_35() { return &___U3CbitOffsetU3Ek__BackingField_35; } inline void set_U3CbitOffsetU3Ek__BackingField_35(uint32_t value) { ___U3CbitOffsetU3Ek__BackingField_35 = value; } inline static int32_t get_offset_of_U3CsizeInBitsU3Ek__BackingField_36() { return static_cast(offsetof(InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B, ___U3CsizeInBitsU3Ek__BackingField_36)); } inline uint32_t get_U3CsizeInBitsU3Ek__BackingField_36() const { return ___U3CsizeInBitsU3Ek__BackingField_36; } inline uint32_t* get_address_of_U3CsizeInBitsU3Ek__BackingField_36() { return &___U3CsizeInBitsU3Ek__BackingField_36; } inline void set_U3CsizeInBitsU3Ek__BackingField_36(uint32_t value) { ___U3CsizeInBitsU3Ek__BackingField_36 = value; } }; // UnityEngine.InputSystem.LowLevel.InputStateBuffers struct InputStateBuffers_t39A534EACF079F6045AA73AB30197C3965F53FCA { public: // 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_t6EA541F84C05C0E43874EB3F6DFEAD6CFC20582B ___m_PlayerStateBuffers_6; public: inline static int32_t get_offset_of_sizePerBuffer_0() { return static_cast(offsetof(InputStateBuffers_t39A534EACF079F6045AA73AB30197C3965F53FCA, ___sizePerBuffer_0)); } inline uint32_t get_sizePerBuffer_0() const { return ___sizePerBuffer_0; } inline uint32_t* get_address_of_sizePerBuffer_0() { return &___sizePerBuffer_0; } inline void set_sizePerBuffer_0(uint32_t value) { ___sizePerBuffer_0 = value; } inline static int32_t get_offset_of_totalSize_1() { return static_cast(offsetof(InputStateBuffers_t39A534EACF079F6045AA73AB30197C3965F53FCA, ___totalSize_1)); } inline uint32_t get_totalSize_1() const { return ___totalSize_1; } inline uint32_t* get_address_of_totalSize_1() { return &___totalSize_1; } inline void set_totalSize_1(uint32_t value) { ___totalSize_1 = value; } inline static int32_t get_offset_of_defaultStateBuffer_2() { return static_cast(offsetof(InputStateBuffers_t39A534EACF079F6045AA73AB30197C3965F53FCA, ___defaultStateBuffer_2)); } inline void* get_defaultStateBuffer_2() const { return ___defaultStateBuffer_2; } inline void** get_address_of_defaultStateBuffer_2() { return &___defaultStateBuffer_2; } inline void set_defaultStateBuffer_2(void* value) { ___defaultStateBuffer_2 = value; } inline static int32_t get_offset_of_noiseMaskBuffer_3() { return static_cast(offsetof(InputStateBuffers_t39A534EACF079F6045AA73AB30197C3965F53FCA, ___noiseMaskBuffer_3)); } inline void* get_noiseMaskBuffer_3() const { return ___noiseMaskBuffer_3; } inline void** get_address_of_noiseMaskBuffer_3() { return &___noiseMaskBuffer_3; } inline void set_noiseMaskBuffer_3(void* value) { ___noiseMaskBuffer_3 = value; } inline static int32_t get_offset_of_resetMaskBuffer_4() { return static_cast(offsetof(InputStateBuffers_t39A534EACF079F6045AA73AB30197C3965F53FCA, ___resetMaskBuffer_4)); } inline void* get_resetMaskBuffer_4() const { return ___resetMaskBuffer_4; } inline void** get_address_of_resetMaskBuffer_4() { return &___resetMaskBuffer_4; } inline void set_resetMaskBuffer_4(void* value) { ___resetMaskBuffer_4 = value; } inline static int32_t get_offset_of_m_AllBuffers_5() { return static_cast(offsetof(InputStateBuffers_t39A534EACF079F6045AA73AB30197C3965F53FCA, ___m_AllBuffers_5)); } inline void* get_m_AllBuffers_5() const { return ___m_AllBuffers_5; } inline void** get_address_of_m_AllBuffers_5() { return &___m_AllBuffers_5; } inline void set_m_AllBuffers_5(void* value) { ___m_AllBuffers_5 = value; } inline static int32_t get_offset_of_m_PlayerStateBuffers_6() { return static_cast(offsetof(InputStateBuffers_t39A534EACF079F6045AA73AB30197C3965F53FCA, ___m_PlayerStateBuffers_6)); } inline DoubleBuffers_t6EA541F84C05C0E43874EB3F6DFEAD6CFC20582B get_m_PlayerStateBuffers_6() const { return ___m_PlayerStateBuffers_6; } inline DoubleBuffers_t6EA541F84C05C0E43874EB3F6DFEAD6CFC20582B * get_address_of_m_PlayerStateBuffers_6() { return &___m_PlayerStateBuffers_6; } inline void set_m_PlayerStateBuffers_6(DoubleBuffers_t6EA541F84C05C0E43874EB3F6DFEAD6CFC20582B value) { ___m_PlayerStateBuffers_6 = value; } }; // UnityEngine.InputSystem.LowLevel.InputUpdateType struct InputUpdateType_t3A14935AE3714E50FCAD74333D1E337513173AE2 { public: // System.Int32 UnityEngine.InputSystem.LowLevel.InputUpdateType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(InputUpdateType_t3A14935AE3714E50FCAD74333D1E337513173AE2, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Int32Enum struct Int32Enum_t9B63F771913F2B6D586F1173B44A41FBE26F6B5C { public: // System.Int32 System.Int32Enum::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(Int32Enum_t9B63F771913F2B6D586F1173B44A41FBE26F6B5C, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // OVRSimpleJSON.JSONContainerType struct JSONContainerType_tCF7E685C80F8FD3643089B9D19AA1843F0696816 { public: // System.Int32 OVRSimpleJSON.JSONContainerType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(JSONContainerType_tCF7E685C80F8FD3643089B9D19AA1843F0696816, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // Unity.Jobs.JobHandle struct JobHandle_t8AEB8D31C25D7774C71D62B0C662525E6E36D847 { public: // System.IntPtr Unity.Jobs.JobHandle::jobGroup intptr_t ___jobGroup_0; // System.Int32 Unity.Jobs.JobHandle::version int32_t ___version_1; public: inline static int32_t get_offset_of_jobGroup_0() { return static_cast(offsetof(JobHandle_t8AEB8D31C25D7774C71D62B0C662525E6E36D847, ___jobGroup_0)); } inline intptr_t get_jobGroup_0() const { return ___jobGroup_0; } inline intptr_t* get_address_of_jobGroup_0() { return &___jobGroup_0; } inline void set_jobGroup_0(intptr_t value) { ___jobGroup_0 = value; } inline static int32_t get_offset_of_version_1() { return static_cast(offsetof(JobHandle_t8AEB8D31C25D7774C71D62B0C662525E6E36D847, ___version_1)); } inline int32_t get_version_1() const { return ___version_1; } inline int32_t* get_address_of_version_1() { return &___version_1; } inline void set_version_1(int32_t value) { ___version_1 = value; } }; // UnityEngine.MeshTopology struct MeshTopology_tF37D1A0C174D5906B715580E7318A21B4263C1A6 { public: // System.Int32 UnityEngine.MeshTopology::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(MeshTopology_tF37D1A0C174D5906B715580E7318A21B4263C1A6, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // UnityEngine.Rendering.MeshUpdateFlags struct MeshUpdateFlags_t6CC8A3E19F8A286528978810AB6FFAEEB6A125B5 { public: // System.Int32 UnityEngine.Rendering.MeshUpdateFlags::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(MeshUpdateFlags_t6CC8A3E19F8A286528978810AB6FFAEEB6A125B5, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // UnityEngine.InputSystem.LowLevel.MouseState struct MouseState_t07F13572113C4A2ACF106F46535849FCCC0582C7 { public: union { struct { union { #pragma pack(push, tp, 1) struct { // UnityEngine.Vector2 UnityEngine.InputSystem.LowLevel.MouseState::position Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___position_0; }; #pragma pack(pop, tp) struct { Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___position_0_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___delta_1_OffsetPadding[8]; // UnityEngine.Vector2 UnityEngine.InputSystem.LowLevel.MouseState::delta Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___delta_1; }; #pragma pack(pop, tp) struct { char ___delta_1_OffsetPadding_forAlignmentOnly[8]; Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___delta_1_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___scroll_2_OffsetPadding[16]; // UnityEngine.Vector2 UnityEngine.InputSystem.LowLevel.MouseState::scroll Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___scroll_2; }; #pragma pack(pop, tp) struct { char ___scroll_2_OffsetPadding_forAlignmentOnly[16]; Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___scroll_2_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___buttons_3_OffsetPadding[24]; // System.UInt16 UnityEngine.InputSystem.LowLevel.MouseState::buttons uint16_t ___buttons_3; }; #pragma pack(pop, tp) struct { char ___buttons_3_OffsetPadding_forAlignmentOnly[24]; uint16_t ___buttons_3_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___displayIndex_4_OffsetPadding[26]; // System.UInt16 UnityEngine.InputSystem.LowLevel.MouseState::displayIndex uint16_t ___displayIndex_4; }; #pragma pack(pop, tp) struct { char ___displayIndex_4_OffsetPadding_forAlignmentOnly[26]; uint16_t ___displayIndex_4_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___clickCount_5_OffsetPadding[28]; // System.UInt16 UnityEngine.InputSystem.LowLevel.MouseState::clickCount uint16_t ___clickCount_5; }; #pragma pack(pop, tp) struct { char ___clickCount_5_OffsetPadding_forAlignmentOnly[28]; uint16_t ___clickCount_5_forAlignmentOnly; }; }; }; uint8_t MouseState_t07F13572113C4A2ACF106F46535849FCCC0582C7__padding[30]; }; public: inline static int32_t get_offset_of_position_0() { return static_cast(offsetof(MouseState_t07F13572113C4A2ACF106F46535849FCCC0582C7, ___position_0)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_position_0() const { return ___position_0; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_position_0() { return &___position_0; } inline void set_position_0(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___position_0 = value; } inline static int32_t get_offset_of_delta_1() { return static_cast(offsetof(MouseState_t07F13572113C4A2ACF106F46535849FCCC0582C7, ___delta_1)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_delta_1() const { return ___delta_1; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_delta_1() { return &___delta_1; } inline void set_delta_1(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___delta_1 = value; } inline static int32_t get_offset_of_scroll_2() { return static_cast(offsetof(MouseState_t07F13572113C4A2ACF106F46535849FCCC0582C7, ___scroll_2)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_scroll_2() const { return ___scroll_2; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_scroll_2() { return &___scroll_2; } inline void set_scroll_2(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___scroll_2 = value; } inline static int32_t get_offset_of_buttons_3() { return static_cast(offsetof(MouseState_t07F13572113C4A2ACF106F46535849FCCC0582C7, ___buttons_3)); } inline uint16_t get_buttons_3() const { return ___buttons_3; } inline uint16_t* get_address_of_buttons_3() { return &___buttons_3; } inline void set_buttons_3(uint16_t value) { ___buttons_3 = value; } inline static int32_t get_offset_of_displayIndex_4() { return static_cast(offsetof(MouseState_t07F13572113C4A2ACF106F46535849FCCC0582C7, ___displayIndex_4)); } inline uint16_t get_displayIndex_4() const { return ___displayIndex_4; } inline uint16_t* get_address_of_displayIndex_4() { return &___displayIndex_4; } inline void set_displayIndex_4(uint16_t value) { ___displayIndex_4 = value; } inline static int32_t get_offset_of_clickCount_5() { return static_cast(offsetof(MouseState_t07F13572113C4A2ACF106F46535849FCCC0582C7, ___clickCount_5)); } inline uint16_t get_clickCount_5() const { return ___clickCount_5; } inline uint16_t* get_address_of_clickCount_5() { return &___clickCount_5; } inline void set_clickCount_5(uint16_t value) { ___clickCount_5 = value; } }; // UnityEngine.InputSystem.Utilities.NameAndParameters struct NameAndParameters_t028B3A860264D254B13642649D34F0953C3B9DCA { public: // System.String UnityEngine.InputSystem.Utilities.NameAndParameters::k__BackingField String_t* ___U3CnameU3Ek__BackingField_0; // UnityEngine.InputSystem.Utilities.ReadOnlyArray`1 UnityEngine.InputSystem.Utilities.NameAndParameters::k__BackingField ReadOnlyArray_1_t644486DA5FB2B247FC64733F192E2894F46CFCF5 ___U3CparametersU3Ek__BackingField_1; public: inline static int32_t get_offset_of_U3CnameU3Ek__BackingField_0() { return static_cast(offsetof(NameAndParameters_t028B3A860264D254B13642649D34F0953C3B9DCA, ___U3CnameU3Ek__BackingField_0)); } inline String_t* get_U3CnameU3Ek__BackingField_0() const { return ___U3CnameU3Ek__BackingField_0; } inline String_t** get_address_of_U3CnameU3Ek__BackingField_0() { return &___U3CnameU3Ek__BackingField_0; } inline void set_U3CnameU3Ek__BackingField_0(String_t* value) { ___U3CnameU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CnameU3Ek__BackingField_0), (void*)value); } inline static int32_t get_offset_of_U3CparametersU3Ek__BackingField_1() { return static_cast(offsetof(NameAndParameters_t028B3A860264D254B13642649D34F0953C3B9DCA, ___U3CparametersU3Ek__BackingField_1)); } inline ReadOnlyArray_1_t644486DA5FB2B247FC64733F192E2894F46CFCF5 get_U3CparametersU3Ek__BackingField_1() const { return ___U3CparametersU3Ek__BackingField_1; } inline ReadOnlyArray_1_t644486DA5FB2B247FC64733F192E2894F46CFCF5 * get_address_of_U3CparametersU3Ek__BackingField_1() { return &___U3CparametersU3Ek__BackingField_1; } inline void set_U3CparametersU3Ek__BackingField_1(ReadOnlyArray_1_t644486DA5FB2B247FC64733F192E2894F46CFCF5 value) { ___U3CparametersU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___U3CparametersU3Ek__BackingField_1))->___m_Array_0), (void*)NULL); } }; // Native definition for P/Invoke marshalling of UnityEngine.InputSystem.Utilities.NameAndParameters struct NameAndParameters_t028B3A860264D254B13642649D34F0953C3B9DCA_marshaled_pinvoke { char* ___U3CnameU3Ek__BackingField_0; ReadOnlyArray_1_t644486DA5FB2B247FC64733F192E2894F46CFCF5 ___U3CparametersU3Ek__BackingField_1; }; // Native definition for COM marshalling of UnityEngine.InputSystem.Utilities.NameAndParameters struct NameAndParameters_t028B3A860264D254B13642649D34F0953C3B9DCA_marshaled_com { Il2CppChar* ___U3CnameU3Ek__BackingField_0; ReadOnlyArray_1_t644486DA5FB2B247FC64733F192E2894F46CFCF5 ___U3CparametersU3Ek__BackingField_1; }; // UnityEngineInternal.Input.NativeInputEventType struct NativeInputEventType_tB3CDF49B057A87E6CBA3EB8C551A971D2B70C9E9 { public: // System.Int32 UnityEngineInternal.Input.NativeInputEventType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(NativeInputEventType_tB3CDF49B057A87E6CBA3EB8C551A971D2B70C9E9, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Net.NetworkInformation.NetBiosNodeType struct NetBiosNodeType_tCAB6CC5BE3A28D2828981B59D2B7A9830650D480 { public: // System.Int32 System.Net.NetworkInformation.NetBiosNodeType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(NetBiosNodeType_tCAB6CC5BE3A28D2828981B59D2B7A9830650D480, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // UnityEngine.Object struct Object_tF2F3778131EFF286AF62B7B013A170F95A91571A : public RuntimeObject { public: // System.IntPtr UnityEngine.Object::m_CachedPtr intptr_t ___m_CachedPtr_0; public: inline static int32_t get_offset_of_m_CachedPtr_0() { return static_cast(offsetof(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A, ___m_CachedPtr_0)); } inline intptr_t get_m_CachedPtr_0() const { return ___m_CachedPtr_0; } inline intptr_t* get_address_of_m_CachedPtr_0() { return &___m_CachedPtr_0; } inline void set_m_CachedPtr_0(intptr_t value) { ___m_CachedPtr_0 = value; } }; // Native definition for P/Invoke marshalling of UnityEngine.Object struct Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_marshaled_pinvoke { intptr_t ___m_CachedPtr_0; }; // Native definition for COM marshalling of UnityEngine.Object struct Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_marshaled_com { intptr_t ___m_CachedPtr_0; }; // System.Reflection.PInfo struct PInfo_tA2A7DDE9FEBB5094D5B84BD73638EDAFC2689635 { public: // System.Int32 System.Reflection.PInfo::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(PInfo_tA2A7DDE9FEBB5094D5B84BD73638EDAFC2689635, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // UnityEngine.Playables.PlayState struct PlayState_tF150278E7AD225F6CB13B5DFF58E2632CAD04989 { public: // System.Int32 UnityEngine.Playables.PlayState::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(PlayState_tF150278E7AD225F6CB13B5DFF58E2632CAD04989, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // UnityEngine.Playables.PlayableGraph struct PlayableGraph_t2D5083CFACB413FA1BB13FF054BE09A5A55A205A { public: // System.IntPtr UnityEngine.Playables.PlayableGraph::m_Handle intptr_t ___m_Handle_0; // System.UInt32 UnityEngine.Playables.PlayableGraph::m_Version uint32_t ___m_Version_1; public: inline static int32_t get_offset_of_m_Handle_0() { return static_cast(offsetof(PlayableGraph_t2D5083CFACB413FA1BB13FF054BE09A5A55A205A, ___m_Handle_0)); } inline intptr_t get_m_Handle_0() const { return ___m_Handle_0; } inline intptr_t* get_address_of_m_Handle_0() { return &___m_Handle_0; } inline void set_m_Handle_0(intptr_t value) { ___m_Handle_0 = value; } inline static int32_t get_offset_of_m_Version_1() { return static_cast(offsetof(PlayableGraph_t2D5083CFACB413FA1BB13FF054BE09A5A55A205A, ___m_Version_1)); } inline uint32_t get_m_Version_1() const { return ___m_Version_1; } inline uint32_t* get_address_of_m_Version_1() { return &___m_Version_1; } inline void set_m_Version_1(uint32_t value) { ___m_Version_1 = value; } }; // UnityEngine.Playables.PlayableHandle struct PlayableHandle_t50DCD240B0400DDAD0822C13E5DBC7AD64DC027A { public: // System.IntPtr UnityEngine.Playables.PlayableHandle::m_Handle intptr_t ___m_Handle_0; // System.UInt32 UnityEngine.Playables.PlayableHandle::m_Version uint32_t ___m_Version_1; public: inline static int32_t get_offset_of_m_Handle_0() { return static_cast(offsetof(PlayableHandle_t50DCD240B0400DDAD0822C13E5DBC7AD64DC027A, ___m_Handle_0)); } inline intptr_t get_m_Handle_0() const { return ___m_Handle_0; } inline intptr_t* get_address_of_m_Handle_0() { return &___m_Handle_0; } inline void set_m_Handle_0(intptr_t value) { ___m_Handle_0 = value; } inline static int32_t get_offset_of_m_Version_1() { return static_cast(offsetof(PlayableHandle_t50DCD240B0400DDAD0822C13E5DBC7AD64DC027A, ___m_Version_1)); } inline uint32_t get_m_Version_1() const { return ___m_Version_1; } inline uint32_t* get_address_of_m_Version_1() { return &___m_Version_1; } inline void set_m_Version_1(uint32_t value) { ___m_Version_1 = value; } }; // UnityEngine.Playables.PlayableTraversalMode struct PlayableTraversalMode_tBCA0564F5947FB02AE666B24819583DB772D0AEB { public: // System.Int32 UnityEngine.Playables.PlayableTraversalMode::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(PlayableTraversalMode_tBCA0564F5947FB02AE666B24819583DB772D0AEB, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Reflection.PropertyAttributes struct PropertyAttributes_tD4697434E7DA092DDE18E7D5863B2BC2EA5CD3C1 { public: // System.Int32 System.Reflection.PropertyAttributes::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(PropertyAttributes_tD4697434E7DA092DDE18E7D5863B2BC2EA5CD3C1, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Reflection.RuntimePropertyInfo struct RuntimePropertyInfo_tBFADAB74EBBB380C7FF1B5004FDD5A39447574B5 : public PropertyInfo_t { public: public: }; // System.RuntimeTypeHandle struct RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 { public: // System.IntPtr System.RuntimeTypeHandle::value intptr_t ___value_0; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9, ___value_0)); } inline intptr_t get_value_0() const { return ___value_0; } inline intptr_t* get_address_of_value_0() { return &___value_0; } inline void set_value_0(intptr_t value) { ___value_0 = value; } }; // Unity.Jobs.LowLevel.Unsafe.ScheduleMode struct ScheduleMode_t25A6FBD7FAB995823340CBF0FDA24A3EB7D51B42 { public: // System.Int32 Unity.Jobs.LowLevel.Unsafe.ScheduleMode::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(ScheduleMode_t25A6FBD7FAB995823340CBF0FDA24A3EB7D51B42, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Threading.Tasks.Task struct Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 : public RuntimeObject { public: // System.Int32 modreq(System.Runtime.CompilerServices.IsVolatile) System.Threading.Tasks.Task::m_taskId int32_t ___m_taskId_4; // System.Object System.Threading.Tasks.Task::m_action RuntimeObject * ___m_action_5; // System.Object System.Threading.Tasks.Task::m_stateObject RuntimeObject * ___m_stateObject_6; // System.Threading.Tasks.TaskScheduler System.Threading.Tasks.Task::m_taskScheduler TaskScheduler_t74FBEEEDBDD5E0088FF0EEC18F45CD866B098D5D * ___m_taskScheduler_7; // System.Threading.Tasks.Task System.Threading.Tasks.Task::m_parent Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * ___m_parent_8; // System.Int32 modreq(System.Runtime.CompilerServices.IsVolatile) System.Threading.Tasks.Task::m_stateFlags int32_t ___m_stateFlags_9; // System.Object modreq(System.Runtime.CompilerServices.IsVolatile) System.Threading.Tasks.Task::m_continuationObject RuntimeObject * ___m_continuationObject_28; // System.Threading.Tasks.Task/ContingentProperties modreq(System.Runtime.CompilerServices.IsVolatile) System.Threading.Tasks.Task::m_contingentProperties ContingentProperties_t1E249C737B8B8644ED1D60EEFA101D326B199EA0 * ___m_contingentProperties_33; public: inline static int32_t get_offset_of_m_taskId_4() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60, ___m_taskId_4)); } inline int32_t get_m_taskId_4() const { return ___m_taskId_4; } inline int32_t* get_address_of_m_taskId_4() { return &___m_taskId_4; } inline void set_m_taskId_4(int32_t value) { ___m_taskId_4 = value; } inline static int32_t get_offset_of_m_action_5() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60, ___m_action_5)); } inline RuntimeObject * get_m_action_5() const { return ___m_action_5; } inline RuntimeObject ** get_address_of_m_action_5() { return &___m_action_5; } inline void set_m_action_5(RuntimeObject * value) { ___m_action_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_action_5), (void*)value); } inline static int32_t get_offset_of_m_stateObject_6() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60, ___m_stateObject_6)); } inline RuntimeObject * get_m_stateObject_6() const { return ___m_stateObject_6; } inline RuntimeObject ** get_address_of_m_stateObject_6() { return &___m_stateObject_6; } inline void set_m_stateObject_6(RuntimeObject * value) { ___m_stateObject_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_stateObject_6), (void*)value); } inline static int32_t get_offset_of_m_taskScheduler_7() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60, ___m_taskScheduler_7)); } inline TaskScheduler_t74FBEEEDBDD5E0088FF0EEC18F45CD866B098D5D * get_m_taskScheduler_7() const { return ___m_taskScheduler_7; } inline TaskScheduler_t74FBEEEDBDD5E0088FF0EEC18F45CD866B098D5D ** get_address_of_m_taskScheduler_7() { return &___m_taskScheduler_7; } inline void set_m_taskScheduler_7(TaskScheduler_t74FBEEEDBDD5E0088FF0EEC18F45CD866B098D5D * value) { ___m_taskScheduler_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_taskScheduler_7), (void*)value); } inline static int32_t get_offset_of_m_parent_8() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60, ___m_parent_8)); } inline Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * get_m_parent_8() const { return ___m_parent_8; } inline Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 ** get_address_of_m_parent_8() { return &___m_parent_8; } inline void set_m_parent_8(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * value) { ___m_parent_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_parent_8), (void*)value); } inline static int32_t get_offset_of_m_stateFlags_9() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60, ___m_stateFlags_9)); } inline int32_t get_m_stateFlags_9() const { return ___m_stateFlags_9; } inline int32_t* get_address_of_m_stateFlags_9() { return &___m_stateFlags_9; } inline void set_m_stateFlags_9(int32_t value) { ___m_stateFlags_9 = value; } inline static int32_t get_offset_of_m_continuationObject_28() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60, ___m_continuationObject_28)); } inline RuntimeObject * get_m_continuationObject_28() const { return ___m_continuationObject_28; } inline RuntimeObject ** get_address_of_m_continuationObject_28() { return &___m_continuationObject_28; } inline void set_m_continuationObject_28(RuntimeObject * value) { ___m_continuationObject_28 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_continuationObject_28), (void*)value); } inline static int32_t get_offset_of_m_contingentProperties_33() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60, ___m_contingentProperties_33)); } inline ContingentProperties_t1E249C737B8B8644ED1D60EEFA101D326B199EA0 * get_m_contingentProperties_33() const { return ___m_contingentProperties_33; } inline ContingentProperties_t1E249C737B8B8644ED1D60EEFA101D326B199EA0 ** get_address_of_m_contingentProperties_33() { return &___m_contingentProperties_33; } inline void set_m_contingentProperties_33(ContingentProperties_t1E249C737B8B8644ED1D60EEFA101D326B199EA0 * value) { ___m_contingentProperties_33 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_contingentProperties_33), (void*)value); } }; // UnityEngine.TextAnchor struct TextAnchor_tA4C88E77C2D7312F43412275B01E1341A7CB2232 { public: // System.Int32 UnityEngine.TextAnchor::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(TextAnchor_tA4C88E77C2D7312F43412275B01E1341A7CB2232, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Security.Principal.TokenImpersonationLevel struct TokenImpersonationLevel_t666D9E038A04949CBCDDDBA08E5FD612F3EE4838 { public: // System.Int32 System.Security.Principal.TokenImpersonationLevel::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(TokenImpersonationLevel_t666D9E038A04949CBCDDDBA08E5FD612F3EE4838, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // UnityEngine.InputSystem.LowLevel.TouchState struct TouchState_tB256A7ACF69B4802AF692D3A7A00793AF0602CC8 { public: union { struct { union { #pragma pack(push, tp, 1) struct { // System.Int32 UnityEngine.InputSystem.LowLevel.TouchState::touchId int32_t ___touchId_1; }; #pragma pack(pop, tp) struct { int32_t ___touchId_1_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___position_2_OffsetPadding[4]; // UnityEngine.Vector2 UnityEngine.InputSystem.LowLevel.TouchState::position Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___position_2; }; #pragma pack(pop, tp) struct { char ___position_2_OffsetPadding_forAlignmentOnly[4]; Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___position_2_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___delta_3_OffsetPadding[12]; // UnityEngine.Vector2 UnityEngine.InputSystem.LowLevel.TouchState::delta Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___delta_3; }; #pragma pack(pop, tp) struct { char ___delta_3_OffsetPadding_forAlignmentOnly[12]; Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___delta_3_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___pressure_4_OffsetPadding[20]; // System.Single UnityEngine.InputSystem.LowLevel.TouchState::pressure float ___pressure_4; }; #pragma pack(pop, tp) struct { char ___pressure_4_OffsetPadding_forAlignmentOnly[20]; float ___pressure_4_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___radius_5_OffsetPadding[24]; // UnityEngine.Vector2 UnityEngine.InputSystem.LowLevel.TouchState::radius Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___radius_5; }; #pragma pack(pop, tp) struct { char ___radius_5_OffsetPadding_forAlignmentOnly[24]; Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___radius_5_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___phaseId_6_OffsetPadding[32]; // System.Byte UnityEngine.InputSystem.LowLevel.TouchState::phaseId uint8_t ___phaseId_6; }; #pragma pack(pop, tp) struct { char ___phaseId_6_OffsetPadding_forAlignmentOnly[32]; uint8_t ___phaseId_6_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___tapCount_7_OffsetPadding[33]; // System.Byte UnityEngine.InputSystem.LowLevel.TouchState::tapCount uint8_t ___tapCount_7; }; #pragma pack(pop, tp) struct { char ___tapCount_7_OffsetPadding_forAlignmentOnly[33]; uint8_t ___tapCount_7_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___displayIndex_8_OffsetPadding[34]; // System.Byte UnityEngine.InputSystem.LowLevel.TouchState::displayIndex uint8_t ___displayIndex_8; }; #pragma pack(pop, tp) struct { char ___displayIndex_8_OffsetPadding_forAlignmentOnly[34]; uint8_t ___displayIndex_8_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___flags_9_OffsetPadding[35]; // System.Byte UnityEngine.InputSystem.LowLevel.TouchState::flags uint8_t ___flags_9; }; #pragma pack(pop, tp) struct { char ___flags_9_OffsetPadding_forAlignmentOnly[35]; uint8_t ___flags_9_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___updateStepCount_10_OffsetPadding[36]; // System.UInt32 UnityEngine.InputSystem.LowLevel.TouchState::updateStepCount uint32_t ___updateStepCount_10; }; #pragma pack(pop, tp) struct { char ___updateStepCount_10_OffsetPadding_forAlignmentOnly[36]; uint32_t ___updateStepCount_10_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___startTime_11_OffsetPadding[40]; // System.Double UnityEngine.InputSystem.LowLevel.TouchState::startTime double ___startTime_11; }; #pragma pack(pop, tp) struct { char ___startTime_11_OffsetPadding_forAlignmentOnly[40]; double ___startTime_11_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___startPosition_12_OffsetPadding[48]; // UnityEngine.Vector2 UnityEngine.InputSystem.LowLevel.TouchState::startPosition Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___startPosition_12; }; #pragma pack(pop, tp) struct { char ___startPosition_12_OffsetPadding_forAlignmentOnly[48]; Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___startPosition_12_forAlignmentOnly; }; }; }; uint8_t TouchState_tB256A7ACF69B4802AF692D3A7A00793AF0602CC8__padding[56]; }; public: inline static int32_t get_offset_of_touchId_1() { return static_cast(offsetof(TouchState_tB256A7ACF69B4802AF692D3A7A00793AF0602CC8, ___touchId_1)); } inline int32_t get_touchId_1() const { return ___touchId_1; } inline int32_t* get_address_of_touchId_1() { return &___touchId_1; } inline void set_touchId_1(int32_t value) { ___touchId_1 = value; } inline static int32_t get_offset_of_position_2() { return static_cast(offsetof(TouchState_tB256A7ACF69B4802AF692D3A7A00793AF0602CC8, ___position_2)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_position_2() const { return ___position_2; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_position_2() { return &___position_2; } inline void set_position_2(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___position_2 = value; } inline static int32_t get_offset_of_delta_3() { return static_cast(offsetof(TouchState_tB256A7ACF69B4802AF692D3A7A00793AF0602CC8, ___delta_3)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_delta_3() const { return ___delta_3; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_delta_3() { return &___delta_3; } inline void set_delta_3(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___delta_3 = value; } inline static int32_t get_offset_of_pressure_4() { return static_cast(offsetof(TouchState_tB256A7ACF69B4802AF692D3A7A00793AF0602CC8, ___pressure_4)); } inline float get_pressure_4() const { return ___pressure_4; } inline float* get_address_of_pressure_4() { return &___pressure_4; } inline void set_pressure_4(float value) { ___pressure_4 = value; } inline static int32_t get_offset_of_radius_5() { return static_cast(offsetof(TouchState_tB256A7ACF69B4802AF692D3A7A00793AF0602CC8, ___radius_5)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_radius_5() const { return ___radius_5; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_radius_5() { return &___radius_5; } inline void set_radius_5(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___radius_5 = value; } inline static int32_t get_offset_of_phaseId_6() { return static_cast(offsetof(TouchState_tB256A7ACF69B4802AF692D3A7A00793AF0602CC8, ___phaseId_6)); } inline uint8_t get_phaseId_6() const { return ___phaseId_6; } inline uint8_t* get_address_of_phaseId_6() { return &___phaseId_6; } inline void set_phaseId_6(uint8_t value) { ___phaseId_6 = value; } inline static int32_t get_offset_of_tapCount_7() { return static_cast(offsetof(TouchState_tB256A7ACF69B4802AF692D3A7A00793AF0602CC8, ___tapCount_7)); } inline uint8_t get_tapCount_7() const { return ___tapCount_7; } inline uint8_t* get_address_of_tapCount_7() { return &___tapCount_7; } inline void set_tapCount_7(uint8_t value) { ___tapCount_7 = value; } inline static int32_t get_offset_of_displayIndex_8() { return static_cast(offsetof(TouchState_tB256A7ACF69B4802AF692D3A7A00793AF0602CC8, ___displayIndex_8)); } inline uint8_t get_displayIndex_8() const { return ___displayIndex_8; } inline uint8_t* get_address_of_displayIndex_8() { return &___displayIndex_8; } inline void set_displayIndex_8(uint8_t value) { ___displayIndex_8 = value; } inline static int32_t get_offset_of_flags_9() { return static_cast(offsetof(TouchState_tB256A7ACF69B4802AF692D3A7A00793AF0602CC8, ___flags_9)); } inline uint8_t get_flags_9() const { return ___flags_9; } inline uint8_t* get_address_of_flags_9() { return &___flags_9; } inline void set_flags_9(uint8_t value) { ___flags_9 = value; } inline static int32_t get_offset_of_updateStepCount_10() { return static_cast(offsetof(TouchState_tB256A7ACF69B4802AF692D3A7A00793AF0602CC8, ___updateStepCount_10)); } inline uint32_t get_updateStepCount_10() const { return ___updateStepCount_10; } inline uint32_t* get_address_of_updateStepCount_10() { return &___updateStepCount_10; } inline void set_updateStepCount_10(uint32_t value) { ___updateStepCount_10 = value; } inline static int32_t get_offset_of_startTime_11() { return static_cast(offsetof(TouchState_tB256A7ACF69B4802AF692D3A7A00793AF0602CC8, ___startTime_11)); } inline double get_startTime_11() const { return ___startTime_11; } inline double* get_address_of_startTime_11() { return &___startTime_11; } inline void set_startTime_11(double value) { ___startTime_11 = value; } inline static int32_t get_offset_of_startPosition_12() { return static_cast(offsetof(TouchState_tB256A7ACF69B4802AF692D3A7A00793AF0602CC8, ___startPosition_12)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_startPosition_12() const { return ___startPosition_12; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_startPosition_12() { return &___startPosition_12; } inline void set_startPosition_12(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___startPosition_12 = value; } }; // System.TypeCode struct TypeCode_tCB39BAB5CFB7A1E0BCB521413E3C46B81C31AA7C { public: // System.Int32 System.TypeCode::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(TypeCode_tCB39BAB5CFB7A1E0BCB521413E3C46B81C31AA7C, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.UInt32Enum struct UInt32Enum_t205AC9FF1DBA9F24788030B596D7BE3A2E808EF1 { public: // System.UInt32 System.UInt32Enum::value__ uint32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(UInt32Enum_t205AC9FF1DBA9F24788030B596D7BE3A2E808EF1, ___value___2)); } inline uint32_t get_value___2() const { return ___value___2; } inline uint32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(uint32_t value) { ___value___2 = value; } }; // UnityEngine.Rendering.VertexAttribute struct VertexAttribute_t9B763063E3B1705070D4DB8BC32F21F0FB30867C { public: // System.Int32 UnityEngine.Rendering.VertexAttribute::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(VertexAttribute_t9B763063E3B1705070D4DB8BC32F21F0FB30867C, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // UnityEngine.Rendering.VertexAttributeFormat struct VertexAttributeFormat_tE5FC93A96237AAF63142B0E521925CAE4F283485 { public: // System.Int32 UnityEngine.Rendering.VertexAttributeFormat::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(VertexAttributeFormat_tE5FC93A96237AAF63142B0E521925CAE4F283485, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Net.NetworkInformation.Win32_IP_ADDR_STRING struct Win32_IP_ADDR_STRING_t167613F2B5ACBE50F3823035ED4DB87312128903 { public: // System.IntPtr System.Net.NetworkInformation.Win32_IP_ADDR_STRING::Next intptr_t ___Next_0; // System.String System.Net.NetworkInformation.Win32_IP_ADDR_STRING::IpAddress String_t* ___IpAddress_1; // System.String System.Net.NetworkInformation.Win32_IP_ADDR_STRING::IpMask String_t* ___IpMask_2; // System.UInt32 System.Net.NetworkInformation.Win32_IP_ADDR_STRING::Context uint32_t ___Context_3; public: inline static int32_t get_offset_of_Next_0() { return static_cast(offsetof(Win32_IP_ADDR_STRING_t167613F2B5ACBE50F3823035ED4DB87312128903, ___Next_0)); } inline intptr_t get_Next_0() const { return ___Next_0; } inline intptr_t* get_address_of_Next_0() { return &___Next_0; } inline void set_Next_0(intptr_t value) { ___Next_0 = value; } inline static int32_t get_offset_of_IpAddress_1() { return static_cast(offsetof(Win32_IP_ADDR_STRING_t167613F2B5ACBE50F3823035ED4DB87312128903, ___IpAddress_1)); } inline String_t* get_IpAddress_1() const { return ___IpAddress_1; } inline String_t** get_address_of_IpAddress_1() { return &___IpAddress_1; } inline void set_IpAddress_1(String_t* value) { ___IpAddress_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___IpAddress_1), (void*)value); } inline static int32_t get_offset_of_IpMask_2() { return static_cast(offsetof(Win32_IP_ADDR_STRING_t167613F2B5ACBE50F3823035ED4DB87312128903, ___IpMask_2)); } inline String_t* get_IpMask_2() const { return ___IpMask_2; } inline String_t** get_address_of_IpMask_2() { return &___IpMask_2; } inline void set_IpMask_2(String_t* value) { ___IpMask_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___IpMask_2), (void*)value); } inline static int32_t get_offset_of_Context_3() { return static_cast(offsetof(Win32_IP_ADDR_STRING_t167613F2B5ACBE50F3823035ED4DB87312128903, ___Context_3)); } inline uint32_t get_Context_3() const { return ___Context_3; } inline uint32_t* get_address_of_Context_3() { return &___Context_3; } inline void set_Context_3(uint32_t value) { ___Context_3 = value; } }; // Native definition for P/Invoke marshalling of System.Net.NetworkInformation.Win32_IP_ADDR_STRING struct Win32_IP_ADDR_STRING_t167613F2B5ACBE50F3823035ED4DB87312128903_marshaled_pinvoke { intptr_t ___Next_0; char ___IpAddress_1[16]; char ___IpMask_2[16]; uint32_t ___Context_3; }; // Native definition for COM marshalling of System.Net.NetworkInformation.Win32_IP_ADDR_STRING struct Win32_IP_ADDR_STRING_t167613F2B5ACBE50F3823035ED4DB87312128903_marshaled_com { intptr_t ___Next_0; char ___IpAddress_1[16]; char ___IpMask_2[16]; uint32_t ___Context_3; }; // UnityEngine.InputSystem.Controls.AxisControl/Clamp struct Clamp_tBAA9F43891E7A880B0DE8A650A254CD0E89C36BD { public: // System.Int32 UnityEngine.InputSystem.Controls.AxisControl/Clamp::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(Clamp_tBAA9F43891E7A880B0DE8A650A254CD0E89C36BD, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // Oculus.Platform.CAPI/ovrMatchmakingCustomQueryData struct ovrMatchmakingCustomQueryData_t279B7FD77E3DEC841F556E9A7067BE7992C9CE28 { public: // System.IntPtr Oculus.Platform.CAPI/ovrMatchmakingCustomQueryData::dataArray intptr_t ___dataArray_0; // System.UInt32 Oculus.Platform.CAPI/ovrMatchmakingCustomQueryData::dataArrayCount uint32_t ___dataArrayCount_1; // System.IntPtr Oculus.Platform.CAPI/ovrMatchmakingCustomQueryData::criterionArray intptr_t ___criterionArray_2; // System.UInt32 Oculus.Platform.CAPI/ovrMatchmakingCustomQueryData::criterionArrayCount uint32_t ___criterionArrayCount_3; public: inline static int32_t get_offset_of_dataArray_0() { return static_cast(offsetof(ovrMatchmakingCustomQueryData_t279B7FD77E3DEC841F556E9A7067BE7992C9CE28, ___dataArray_0)); } inline intptr_t get_dataArray_0() const { return ___dataArray_0; } inline intptr_t* get_address_of_dataArray_0() { return &___dataArray_0; } inline void set_dataArray_0(intptr_t value) { ___dataArray_0 = value; } inline static int32_t get_offset_of_dataArrayCount_1() { return static_cast(offsetof(ovrMatchmakingCustomQueryData_t279B7FD77E3DEC841F556E9A7067BE7992C9CE28, ___dataArrayCount_1)); } inline uint32_t get_dataArrayCount_1() const { return ___dataArrayCount_1; } inline uint32_t* get_address_of_dataArrayCount_1() { return &___dataArrayCount_1; } inline void set_dataArrayCount_1(uint32_t value) { ___dataArrayCount_1 = value; } inline static int32_t get_offset_of_criterionArray_2() { return static_cast(offsetof(ovrMatchmakingCustomQueryData_t279B7FD77E3DEC841F556E9A7067BE7992C9CE28, ___criterionArray_2)); } inline intptr_t get_criterionArray_2() const { return ___criterionArray_2; } inline intptr_t* get_address_of_criterionArray_2() { return &___criterionArray_2; } inline void set_criterionArray_2(intptr_t value) { ___criterionArray_2 = value; } inline static int32_t get_offset_of_criterionArrayCount_3() { return static_cast(offsetof(ovrMatchmakingCustomQueryData_t279B7FD77E3DEC841F556E9A7067BE7992C9CE28, ___criterionArrayCount_3)); } inline uint32_t get_criterionArrayCount_3() const { return ___criterionArrayCount_3; } inline uint32_t* get_address_of_criterionArrayCount_3() { return &___criterionArrayCount_3; } inline void set_criterionArrayCount_3(uint32_t value) { ___criterionArrayCount_3 = value; } }; // FMODUnityResonance.FmodResonanceAudioRoom/SurfaceMaterial struct SurfaceMaterial_t14253C8615BB4FA74A74F6070CF41174879C5F3F { public: // System.Int32 FMODUnityResonance.FmodResonanceAudioRoom/SurfaceMaterial::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(SurfaceMaterial_t14253C8615BB4FA74A74F6070CF41174879C5F3F, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // UnityEngine.InputSystem.HID.HID/UsagePage struct UsagePage_t4E88F7D5613BA631109F66288E6F6C39990DEBFC { public: // System.Int32 UnityEngine.InputSystem.HID.HID/UsagePage::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(UsagePage_t4E88F7D5613BA631109F66288E6F6C39990DEBFC, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Net.HttpWebRequest/NtlmAuthState struct NtlmAuthState_tB25DC6ECE6512540ECD9B75F3B047DA7E5976535 { public: // System.Int32 System.Net.HttpWebRequest/NtlmAuthState::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(NtlmAuthState_tB25DC6ECE6512540ECD9B75F3B047DA7E5976535, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // UnityEngine.InputSystem.InputAction/ActionFlags struct ActionFlags_t7D04593349EAB81D5C0E58D2B0DBAABA6B914252 { public: // System.Int32 UnityEngine.InputSystem.InputAction/ActionFlags::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(ActionFlags_t7D04593349EAB81D5C0E58D2B0DBAABA6B914252, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // UnityEngine.InputSystem.InputActionMap/Flags struct Flags_t15250952A587C238D20FB16426465B04D4FE84A8 { public: // System.Int32 UnityEngine.InputSystem.InputActionMap/Flags::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(Flags_t15250952A587C238D20FB16426465B04D4FE84A8, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // UnityEngine.InputSystem.InputBinding/Flags struct Flags_tB8C0F66F19426A1903E4D43B669650457D5057D1 { public: // System.Int32 UnityEngine.InputSystem.InputBinding/Flags::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(Flags_tB8C0F66F19426A1903E4D43B669650457D5057D1, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // UnityEngine.InputSystem.InputControl/ControlFlags struct ControlFlags_t43CF0138618503E94B4811FD6CF66F13F0186787 { public: // System.Int32 UnityEngine.InputSystem.InputControl/ControlFlags::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(ControlFlags_t43CF0138618503E94B4811FD6CF66F13F0186787, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // UnityEngine.InputSystem.Layouts.InputControlLayout/Flags struct Flags_tDF082D58D1D7072FCDA4D49EE3588B35D629E14E { public: // System.Int32 UnityEngine.InputSystem.Layouts.InputControlLayout/Flags::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(Flags_tDF082D58D1D7072FCDA4D49EE3588B35D629E14E, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // UnityEngine.InputSystem.Layouts.InputControlLayout/LayoutJsonNameAndDescriptorOnly struct LayoutJsonNameAndDescriptorOnly_t3EDEBBF5E45E15CEA4B6CA4DEF6E3B56E02BA4FB { public: // 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_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___extendMultiple_2; // UnityEngine.InputSystem.Layouts.InputDeviceMatcher/MatcherJson UnityEngine.InputSystem.Layouts.InputControlLayout/LayoutJsonNameAndDescriptorOnly::device MatcherJson_t9F063D1280724EC5EFAD91C51C4D77656E2B763F ___device_3; public: inline static int32_t get_offset_of_name_0() { return static_cast(offsetof(LayoutJsonNameAndDescriptorOnly_t3EDEBBF5E45E15CEA4B6CA4DEF6E3B56E02BA4FB, ___name_0)); } inline String_t* get_name_0() const { return ___name_0; } inline String_t** get_address_of_name_0() { return &___name_0; } inline void set_name_0(String_t* value) { ___name_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___name_0), (void*)value); } inline static int32_t get_offset_of_extend_1() { return static_cast(offsetof(LayoutJsonNameAndDescriptorOnly_t3EDEBBF5E45E15CEA4B6CA4DEF6E3B56E02BA4FB, ___extend_1)); } inline String_t* get_extend_1() const { return ___extend_1; } inline String_t** get_address_of_extend_1() { return &___extend_1; } inline void set_extend_1(String_t* value) { ___extend_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___extend_1), (void*)value); } inline static int32_t get_offset_of_extendMultiple_2() { return static_cast(offsetof(LayoutJsonNameAndDescriptorOnly_t3EDEBBF5E45E15CEA4B6CA4DEF6E3B56E02BA4FB, ___extendMultiple_2)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_extendMultiple_2() const { return ___extendMultiple_2; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_extendMultiple_2() { return &___extendMultiple_2; } inline void set_extendMultiple_2(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___extendMultiple_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___extendMultiple_2), (void*)value); } inline static int32_t get_offset_of_device_3() { return static_cast(offsetof(LayoutJsonNameAndDescriptorOnly_t3EDEBBF5E45E15CEA4B6CA4DEF6E3B56E02BA4FB, ___device_3)); } inline MatcherJson_t9F063D1280724EC5EFAD91C51C4D77656E2B763F get_device_3() const { return ___device_3; } inline MatcherJson_t9F063D1280724EC5EFAD91C51C4D77656E2B763F * get_address_of_device_3() { return &___device_3; } inline void set_device_3(MatcherJson_t9F063D1280724EC5EFAD91C51C4D77656E2B763F value) { ___device_3 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___device_3))->___interface_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___device_3))->___interfaces_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___device_3))->___deviceClass_2), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___device_3))->___deviceClasses_3), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___device_3))->___manufacturer_4), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___device_3))->___manufacturers_5), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___device_3))->___product_6), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___device_3))->___products_7), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___device_3))->___version_8), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___device_3))->___versions_9), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___device_3))->___capabilities_10), (void*)NULL); #endif } }; // Native definition for P/Invoke marshalling of UnityEngine.InputSystem.Layouts.InputControlLayout/LayoutJsonNameAndDescriptorOnly struct LayoutJsonNameAndDescriptorOnly_t3EDEBBF5E45E15CEA4B6CA4DEF6E3B56E02BA4FB_marshaled_pinvoke { char* ___name_0; char* ___extend_1; char** ___extendMultiple_2; MatcherJson_t9F063D1280724EC5EFAD91C51C4D77656E2B763F_marshaled_pinvoke ___device_3; }; // Native definition for COM marshalling of UnityEngine.InputSystem.Layouts.InputControlLayout/LayoutJsonNameAndDescriptorOnly struct LayoutJsonNameAndDescriptorOnly_t3EDEBBF5E45E15CEA4B6CA4DEF6E3B56E02BA4FB_marshaled_com { Il2CppChar* ___name_0; Il2CppChar* ___extend_1; Il2CppChar** ___extendMultiple_2; MatcherJson_t9F063D1280724EC5EFAD91C51C4D77656E2B763F_marshaled_com ___device_3; }; // UnityEngine.InputSystem.InputControlPath/PathComponentType struct PathComponentType_tF3662FC1AB36DF84DD12F4D8AC7D74D23FBCF22C { public: // System.Int32 UnityEngine.InputSystem.InputControlPath/PathComponentType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(PathComponentType_tF3662FC1AB36DF84DD12F4D8AC7D74D23FBCF22C, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // UnityEngine.InputSystem.InputDevice/DeviceFlags struct DeviceFlags_tF2567D99F286E930FC6B04C6A3CCB2E65B1D762D { public: // System.Int32 UnityEngine.InputSystem.InputDevice/DeviceFlags::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(DeviceFlags_tF2567D99F286E930FC6B04C6A3CCB2E65B1D762D, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // UnityEngine.InputSystem.InputRemoting/Flags struct Flags_t18308359FE70CE4C4182A33262F58D70EE04108E { public: // System.Int32 UnityEngine.InputSystem.InputRemoting/Flags::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(Flags_t18308359FE70CE4C4182A33262F58D70EE04108E, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // UnityEngine.InputSystem.LowLevel.InputStateHistory/RecordHeader struct RecordHeader_tEE435193EE267F203DE3DC347819B8160C35AC69 { public: 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/e__FixedBuffer UnityEngine.InputSystem.LowLevel.InputStateHistory/RecordHeader::m_StateWithoutControlIndex U3Cm_StateWithoutControlIndexU3Ee__FixedBuffer_tC2D3A169F2C8F5D96CF472C4DC09ECDE4D6F069C ___m_StateWithoutControlIndex_3; }; #pragma pack(pop, tp) struct { char ___m_StateWithoutControlIndex_3_OffsetPadding_forAlignmentOnly[12]; U3Cm_StateWithoutControlIndexU3Ee__FixedBuffer_tC2D3A169F2C8F5D96CF472C4DC09ECDE4D6F069C ___m_StateWithoutControlIndex_3_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___m_StateWithControlIndex_4_OffsetPadding[16]; // UnityEngine.InputSystem.LowLevel.InputStateHistory/RecordHeader/e__FixedBuffer UnityEngine.InputSystem.LowLevel.InputStateHistory/RecordHeader::m_StateWithControlIndex U3Cm_StateWithControlIndexU3Ee__FixedBuffer_tE5A24CD580A42B9BAC7450DFB541987F98FC7102 ___m_StateWithControlIndex_4; }; #pragma pack(pop, tp) struct { char ___m_StateWithControlIndex_4_OffsetPadding_forAlignmentOnly[16]; U3Cm_StateWithControlIndexU3Ee__FixedBuffer_tE5A24CD580A42B9BAC7450DFB541987F98FC7102 ___m_StateWithControlIndex_4_forAlignmentOnly; }; }; public: inline static int32_t get_offset_of_time_0() { return static_cast(offsetof(RecordHeader_tEE435193EE267F203DE3DC347819B8160C35AC69, ___time_0)); } inline double get_time_0() const { return ___time_0; } inline double* get_address_of_time_0() { return &___time_0; } inline void set_time_0(double value) { ___time_0 = value; } inline static int32_t get_offset_of_version_1() { return static_cast(offsetof(RecordHeader_tEE435193EE267F203DE3DC347819B8160C35AC69, ___version_1)); } inline uint32_t get_version_1() const { return ___version_1; } inline uint32_t* get_address_of_version_1() { return &___version_1; } inline void set_version_1(uint32_t value) { ___version_1 = value; } inline static int32_t get_offset_of_controlIndex_2() { return static_cast(offsetof(RecordHeader_tEE435193EE267F203DE3DC347819B8160C35AC69, ___controlIndex_2)); } inline int32_t get_controlIndex_2() const { return ___controlIndex_2; } inline int32_t* get_address_of_controlIndex_2() { return &___controlIndex_2; } inline void set_controlIndex_2(int32_t value) { ___controlIndex_2 = value; } inline static int32_t get_offset_of_m_StateWithoutControlIndex_3() { return static_cast(offsetof(RecordHeader_tEE435193EE267F203DE3DC347819B8160C35AC69, ___m_StateWithoutControlIndex_3)); } inline U3Cm_StateWithoutControlIndexU3Ee__FixedBuffer_tC2D3A169F2C8F5D96CF472C4DC09ECDE4D6F069C get_m_StateWithoutControlIndex_3() const { return ___m_StateWithoutControlIndex_3; } inline U3Cm_StateWithoutControlIndexU3Ee__FixedBuffer_tC2D3A169F2C8F5D96CF472C4DC09ECDE4D6F069C * get_address_of_m_StateWithoutControlIndex_3() { return &___m_StateWithoutControlIndex_3; } inline void set_m_StateWithoutControlIndex_3(U3Cm_StateWithoutControlIndexU3Ee__FixedBuffer_tC2D3A169F2C8F5D96CF472C4DC09ECDE4D6F069C value) { ___m_StateWithoutControlIndex_3 = value; } inline static int32_t get_offset_of_m_StateWithControlIndex_4() { return static_cast(offsetof(RecordHeader_tEE435193EE267F203DE3DC347819B8160C35AC69, ___m_StateWithControlIndex_4)); } inline U3Cm_StateWithControlIndexU3Ee__FixedBuffer_tE5A24CD580A42B9BAC7450DFB541987F98FC7102 get_m_StateWithControlIndex_4() const { return ___m_StateWithControlIndex_4; } inline U3Cm_StateWithControlIndexU3Ee__FixedBuffer_tE5A24CD580A42B9BAC7450DFB541987F98FC7102 * get_address_of_m_StateWithControlIndex_4() { return &___m_StateWithControlIndex_4; } inline void set_m_StateWithControlIndex_4(U3Cm_StateWithControlIndexU3Ee__FixedBuffer_tE5A24CD580A42B9BAC7450DFB541987F98FC7102 value) { ___m_StateWithControlIndex_4 = value; } }; // FMODUnity.Legacy/Platform struct Platform_t8A9B7B74982EABA95BFF0BA4F8AC496326308279 { public: // System.Int32 FMODUnity.Legacy/Platform::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(Platform_t8A9B7B74982EABA95BFF0BA4F8AC496326308279, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // UnityEngine.XR.OpenXR.Features.OpenXRFeature/NativeEvent struct NativeEvent_t94138199EE1CC201C255637BA0005DC42F64E440 { public: // System.Int32 UnityEngine.XR.OpenXR.Features.OpenXRFeature/NativeEvent::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(NativeEvent_t94138199EE1CC201C255637BA0005DC42F64E440, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // UnityEngine.XR.OpenXR.OpenXRLoaderBase/LoaderState struct LoaderState_tFE8CD709CCCECAB5363F147A3D49653B4AF7AEC0 { public: // System.Int32 UnityEngine.XR.OpenXR.OpenXRLoaderBase/LoaderState::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(LoaderState_tFE8CD709CCCECAB5363F147A3D49653B4AF7AEC0, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // UnityEngine.XR.OpenXR.OpenXRSettings/DepthSubmissionMode struct DepthSubmissionMode_t094572DB01BB3B9FF370F53A253946676089ED6A { public: // System.Int32 UnityEngine.XR.OpenXR.OpenXRSettings/DepthSubmissionMode::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(DepthSubmissionMode_t094572DB01BB3B9FF370F53A253946676089ED6A, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // UnityEngine.XR.OpenXR.OpenXRSettings/RenderMode struct RenderMode_t4809990A1DAEA4E383CD64A87CB64C9B93AD79E1 { public: // System.Int32 UnityEngine.XR.OpenXR.OpenXRSettings/RenderMode::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(RenderMode_t4809990A1DAEA4E383CD64A87CB64C9B93AD79E1, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // UnityEngine.InputSystem.XInput.XInputController/DeviceFlags struct DeviceFlags_t86E78505ACE78D6FAF06FA17603ABBDF7DFC0A96 { public: // System.Int32 UnityEngine.InputSystem.XInput.XInputController/DeviceFlags::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(DeviceFlags_t86E78505ACE78D6FAF06FA17603ABBDF7DFC0A96, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // UnityEngine.InputSystem.XInput.XInputController/DeviceSubType struct DeviceSubType_t2B5741EDDF1E762F9A617D3F975A97BBF702110A { public: // System.Int32 UnityEngine.InputSystem.XInput.XInputController/DeviceSubType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(DeviceSubType_t2B5741EDDF1E762F9A617D3F975A97BBF702110A, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // UnityEngine.InputSystem.XInput.XInputController/DeviceType struct DeviceType_t8CBBDFDF46FEC0E2F1983AEA33818851619BF901 { public: // System.Int32 UnityEngine.InputSystem.XInput.XInputController/DeviceType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(DeviceType_t8CBBDFDF46FEC0E2F1983AEA33818851619BF901, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem/Flags struct Flags_t6F7599E4924E4F24DE5613340EEA1E222928DE34 { public: // System.Int32 UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem/Flags::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(Flags_t6F7599E4924E4F24DE5613340EEA1E222928DE34, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // UnityEngine.InputSystem.InputControlScheme/DeviceRequirement/Flags struct Flags_tEFA499D3CAC487B8ECACBDBFB1AFA96CB6AE47EA { public: // System.Int32 UnityEngine.InputSystem.InputControlScheme/DeviceRequirement/Flags::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(Flags_tEFA499D3CAC487B8ECACBDBFB1AFA96CB6AE47EA, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // UnityEngine.InputSystem.InputControlScheme/MatchResult/Result struct Result_t09F4754AEFB48BE0DBDA8361B88406110CC66F66 { public: // System.Int32 UnityEngine.InputSystem.InputControlScheme/MatchResult/Result::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(Result_t09F4754AEFB48BE0DBDA8361B88406110CC66F66, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // UnityEngine.InputSystem.InputRemoting/NewDeviceMsg/Data struct Data_t437F7661C1744D615B4D765316B5F0846BC54F1A { public: // System.String UnityEngine.InputSystem.InputRemoting/NewDeviceMsg/Data::name String_t* ___name_0; // System.String UnityEngine.InputSystem.InputRemoting/NewDeviceMsg/Data::layout String_t* ___layout_1; // System.Int32 UnityEngine.InputSystem.InputRemoting/NewDeviceMsg/Data::deviceId int32_t ___deviceId_2; // System.String[] UnityEngine.InputSystem.InputRemoting/NewDeviceMsg/Data::usages StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___usages_3; // UnityEngine.InputSystem.Layouts.InputDeviceDescription UnityEngine.InputSystem.InputRemoting/NewDeviceMsg/Data::description InputDeviceDescription_tBE78411023CFED0A42110A1357D65BD6E5EDBB58 ___description_4; public: inline static int32_t get_offset_of_name_0() { return static_cast(offsetof(Data_t437F7661C1744D615B4D765316B5F0846BC54F1A, ___name_0)); } inline String_t* get_name_0() const { return ___name_0; } inline String_t** get_address_of_name_0() { return &___name_0; } inline void set_name_0(String_t* value) { ___name_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___name_0), (void*)value); } inline static int32_t get_offset_of_layout_1() { return static_cast(offsetof(Data_t437F7661C1744D615B4D765316B5F0846BC54F1A, ___layout_1)); } inline String_t* get_layout_1() const { return ___layout_1; } inline String_t** get_address_of_layout_1() { return &___layout_1; } inline void set_layout_1(String_t* value) { ___layout_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___layout_1), (void*)value); } inline static int32_t get_offset_of_deviceId_2() { return static_cast(offsetof(Data_t437F7661C1744D615B4D765316B5F0846BC54F1A, ___deviceId_2)); } inline int32_t get_deviceId_2() const { return ___deviceId_2; } inline int32_t* get_address_of_deviceId_2() { return &___deviceId_2; } inline void set_deviceId_2(int32_t value) { ___deviceId_2 = value; } inline static int32_t get_offset_of_usages_3() { return static_cast(offsetof(Data_t437F7661C1744D615B4D765316B5F0846BC54F1A, ___usages_3)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_usages_3() const { return ___usages_3; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_usages_3() { return &___usages_3; } inline void set_usages_3(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___usages_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___usages_3), (void*)value); } inline static int32_t get_offset_of_description_4() { return static_cast(offsetof(Data_t437F7661C1744D615B4D765316B5F0846BC54F1A, ___description_4)); } inline InputDeviceDescription_tBE78411023CFED0A42110A1357D65BD6E5EDBB58 get_description_4() const { return ___description_4; } inline InputDeviceDescription_tBE78411023CFED0A42110A1357D65BD6E5EDBB58 * get_address_of_description_4() { return &___description_4; } inline void set_description_4(InputDeviceDescription_tBE78411023CFED0A42110A1357D65BD6E5EDBB58 value) { ___description_4 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___description_4))->___m_InterfaceName_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___description_4))->___m_DeviceClass_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___description_4))->___m_Manufacturer_2), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___description_4))->___m_Product_3), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___description_4))->___m_Serial_4), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___description_4))->___m_Version_5), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___description_4))->___m_Capabilities_6), (void*)NULL); #endif } }; // Native definition for P/Invoke marshalling of UnityEngine.InputSystem.InputRemoting/NewDeviceMsg/Data struct Data_t437F7661C1744D615B4D765316B5F0846BC54F1A_marshaled_pinvoke { char* ___name_0; char* ___layout_1; int32_t ___deviceId_2; char** ___usages_3; InputDeviceDescription_tBE78411023CFED0A42110A1357D65BD6E5EDBB58_marshaled_pinvoke ___description_4; }; // Native definition for COM marshalling of UnityEngine.InputSystem.InputRemoting/NewDeviceMsg/Data struct Data_t437F7661C1744D615B4D765316B5F0846BC54F1A_marshaled_com { Il2CppChar* ___name_0; Il2CppChar* ___layout_1; int32_t ___deviceId_2; Il2CppChar** ___usages_3; InputDeviceDescription_tBE78411023CFED0A42110A1357D65BD6E5EDBB58_marshaled_com ___description_4; }; // FMODUnity.Legacy/<>c__DisplayClass6_0`2 struct U3CU3Ec__DisplayClass6_0_2_tD9AA090956AD5B858120DDC609C0ED7F3367E07C : public RuntimeObject { public: // FMODUnity.Legacy/Platform FMODUnity.Legacy/<>c__DisplayClass6_0`2::fromPlatform int32_t ___fromPlatform_0; // FMODUnity.Legacy/Platform FMODUnity.Legacy/<>c__DisplayClass6_0`2::toPlatform int32_t ___toPlatform_1; public: inline static int32_t get_offset_of_fromPlatform_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass6_0_2_tD9AA090956AD5B858120DDC609C0ED7F3367E07C, ___fromPlatform_0)); } inline int32_t get_fromPlatform_0() const { return ___fromPlatform_0; } inline int32_t* get_address_of_fromPlatform_0() { return &___fromPlatform_0; } inline void set_fromPlatform_0(int32_t value) { ___fromPlatform_0 = value; } inline static int32_t get_offset_of_toPlatform_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass6_0_2_tD9AA090956AD5B858120DDC609C0ED7F3367E07C, ___toPlatform_1)); } inline int32_t get_toPlatform_1() const { return ___toPlatform_1; } inline int32_t* get_address_of_toPlatform_1() { return &___toPlatform_1; } inline void set_toPlatform_1(int32_t value) { ___toPlatform_1 = value; } }; // FMODUnity.Legacy/<>c__DisplayClass6_0`2 struct U3CU3Ec__DisplayClass6_0_2_t71635C16502BF8B3971D8DEC38A446F318AAB7E1 : public RuntimeObject { public: // FMODUnity.Legacy/Platform FMODUnity.Legacy/<>c__DisplayClass6_0`2::fromPlatform int32_t ___fromPlatform_0; // FMODUnity.Legacy/Platform FMODUnity.Legacy/<>c__DisplayClass6_0`2::toPlatform int32_t ___toPlatform_1; public: inline static int32_t get_offset_of_fromPlatform_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass6_0_2_t71635C16502BF8B3971D8DEC38A446F318AAB7E1, ___fromPlatform_0)); } inline int32_t get_fromPlatform_0() const { return ___fromPlatform_0; } inline int32_t* get_address_of_fromPlatform_0() { return &___fromPlatform_0; } inline void set_fromPlatform_0(int32_t value) { ___fromPlatform_0 = value; } inline static int32_t get_offset_of_toPlatform_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass6_0_2_t71635C16502BF8B3971D8DEC38A446F318AAB7E1, ___toPlatform_1)); } inline int32_t get_toPlatform_1() const { return ___toPlatform_1; } inline int32_t* get_address_of_toPlatform_1() { return &___toPlatform_1; } inline void set_toPlatform_1(int32_t value) { ___toPlatform_1 = value; } }; // FMODUnity.Legacy/<>c__DisplayClass6_0`2 struct U3CU3Ec__DisplayClass6_0_2_t0249D9DE2EF3CB6E004D38125C408668459DBC6F : public RuntimeObject { public: // FMODUnity.Legacy/Platform FMODUnity.Legacy/<>c__DisplayClass6_0`2::fromPlatform int32_t ___fromPlatform_0; // FMODUnity.Legacy/Platform FMODUnity.Legacy/<>c__DisplayClass6_0`2::toPlatform int32_t ___toPlatform_1; public: inline static int32_t get_offset_of_fromPlatform_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass6_0_2_t0249D9DE2EF3CB6E004D38125C408668459DBC6F, ___fromPlatform_0)); } inline int32_t get_fromPlatform_0() const { return ___fromPlatform_0; } inline int32_t* get_address_of_fromPlatform_0() { return &___fromPlatform_0; } inline void set_fromPlatform_0(int32_t value) { ___fromPlatform_0 = value; } inline static int32_t get_offset_of_toPlatform_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass6_0_2_t0249D9DE2EF3CB6E004D38125C408668459DBC6F, ___toPlatform_1)); } inline int32_t get_toPlatform_1() const { return ___toPlatform_1; } inline int32_t* get_address_of_toPlatform_1() { return &___toPlatform_1; } inline void set_toPlatform_1(int32_t value) { ___toPlatform_1 = value; } }; // System.Net.HttpWebRequest/d__234`1> struct U3CRunWithTimeoutU3Ed__234_1_tB16B62DB4AE19F3D4F68C6BB41FB74C80E5E5513 { public: // System.Int32 System.Net.HttpWebRequest/d__234`1::<>1__state int32_t ___U3CU3E1__state_0; // System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1 System.Net.HttpWebRequest/d__234`1::<>t__builder AsyncTaskMethodBuilder_1_t8F0C92233B04B496E59605865CD38DC019073C90 ___U3CU3Et__builder_1; // System.Int32 System.Net.HttpWebRequest/d__234`1::timeout int32_t ___timeout_2; // System.Func`2> System.Net.HttpWebRequest/d__234`1::func Func_2_tB70063A15836D0CD7D40205391AE05CAC43B1F1B * ___func_3; // System.Threading.Tasks.Task System.Net.HttpWebRequest/d__234`1::5__1 Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * ___U3CtimeoutTaskU3E5__1_4; // System.Threading.CancellationTokenSource System.Net.HttpWebRequest/d__234`1::5__2 CancellationTokenSource_t78B989179DE23EDD36F870FFEE20A15D6D3C65B3 * ___U3CctsU3E5__2_5; // System.Action System.Net.HttpWebRequest/d__234`1::abort Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * ___abort_6; // System.Threading.Tasks.Task`1 System.Net.HttpWebRequest/d__234`1::5__3 Task_1_tB6E0730C54CFC03F4471315756CF85D05B71C05F * ___U3CworkerTaskU3E5__3_7; // System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter System.Net.HttpWebRequest/d__234`1::<>u__1 ConfiguredTaskAwaiter_tF64824CB5C3CFE2E1C4CAFE410B4CDE6831E4C78 ___U3CU3Eu__1_8; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CRunWithTimeoutU3Ed__234_1_tB16B62DB4AE19F3D4F68C6BB41FB74C80E5E5513, ___U3CU3E1__state_0)); } inline int32_t get_U3CU3E1__state_0() const { return ___U3CU3E1__state_0; } inline int32_t* get_address_of_U3CU3E1__state_0() { return &___U3CU3E1__state_0; } inline void set_U3CU3E1__state_0(int32_t value) { ___U3CU3E1__state_0 = value; } inline static int32_t get_offset_of_U3CU3Et__builder_1() { return static_cast(offsetof(U3CRunWithTimeoutU3Ed__234_1_tB16B62DB4AE19F3D4F68C6BB41FB74C80E5E5513, ___U3CU3Et__builder_1)); } inline AsyncTaskMethodBuilder_1_t8F0C92233B04B496E59605865CD38DC019073C90 get_U3CU3Et__builder_1() const { return ___U3CU3Et__builder_1; } inline AsyncTaskMethodBuilder_1_t8F0C92233B04B496E59605865CD38DC019073C90 * get_address_of_U3CU3Et__builder_1() { return &___U3CU3Et__builder_1; } inline void set_U3CU3Et__builder_1(AsyncTaskMethodBuilder_1_t8F0C92233B04B496E59605865CD38DC019073C90 value) { ___U3CU3Et__builder_1 = value; Il2CppCodeGenWriteBarrier((void**)&((&(((&___U3CU3Et__builder_1))->___m_coreState_1))->___m_stateMachine_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___U3CU3Et__builder_1))->___m_coreState_1))->___m_defaultContextAction_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___U3CU3Et__builder_1))->___m_task_2), (void*)NULL); #endif } inline static int32_t get_offset_of_timeout_2() { return static_cast(offsetof(U3CRunWithTimeoutU3Ed__234_1_tB16B62DB4AE19F3D4F68C6BB41FB74C80E5E5513, ___timeout_2)); } inline int32_t get_timeout_2() const { return ___timeout_2; } inline int32_t* get_address_of_timeout_2() { return &___timeout_2; } inline void set_timeout_2(int32_t value) { ___timeout_2 = value; } inline static int32_t get_offset_of_func_3() { return static_cast(offsetof(U3CRunWithTimeoutU3Ed__234_1_tB16B62DB4AE19F3D4F68C6BB41FB74C80E5E5513, ___func_3)); } inline Func_2_tB70063A15836D0CD7D40205391AE05CAC43B1F1B * get_func_3() const { return ___func_3; } inline Func_2_tB70063A15836D0CD7D40205391AE05CAC43B1F1B ** get_address_of_func_3() { return &___func_3; } inline void set_func_3(Func_2_tB70063A15836D0CD7D40205391AE05CAC43B1F1B * value) { ___func_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___func_3), (void*)value); } inline static int32_t get_offset_of_U3CtimeoutTaskU3E5__1_4() { return static_cast(offsetof(U3CRunWithTimeoutU3Ed__234_1_tB16B62DB4AE19F3D4F68C6BB41FB74C80E5E5513, ___U3CtimeoutTaskU3E5__1_4)); } inline Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * get_U3CtimeoutTaskU3E5__1_4() const { return ___U3CtimeoutTaskU3E5__1_4; } inline Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 ** get_address_of_U3CtimeoutTaskU3E5__1_4() { return &___U3CtimeoutTaskU3E5__1_4; } inline void set_U3CtimeoutTaskU3E5__1_4(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * value) { ___U3CtimeoutTaskU3E5__1_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CtimeoutTaskU3E5__1_4), (void*)value); } inline static int32_t get_offset_of_U3CctsU3E5__2_5() { return static_cast(offsetof(U3CRunWithTimeoutU3Ed__234_1_tB16B62DB4AE19F3D4F68C6BB41FB74C80E5E5513, ___U3CctsU3E5__2_5)); } inline CancellationTokenSource_t78B989179DE23EDD36F870FFEE20A15D6D3C65B3 * get_U3CctsU3E5__2_5() const { return ___U3CctsU3E5__2_5; } inline CancellationTokenSource_t78B989179DE23EDD36F870FFEE20A15D6D3C65B3 ** get_address_of_U3CctsU3E5__2_5() { return &___U3CctsU3E5__2_5; } inline void set_U3CctsU3E5__2_5(CancellationTokenSource_t78B989179DE23EDD36F870FFEE20A15D6D3C65B3 * value) { ___U3CctsU3E5__2_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CctsU3E5__2_5), (void*)value); } inline static int32_t get_offset_of_abort_6() { return static_cast(offsetof(U3CRunWithTimeoutU3Ed__234_1_tB16B62DB4AE19F3D4F68C6BB41FB74C80E5E5513, ___abort_6)); } inline Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * get_abort_6() const { return ___abort_6; } inline Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 ** get_address_of_abort_6() { return &___abort_6; } inline void set_abort_6(Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * value) { ___abort_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___abort_6), (void*)value); } inline static int32_t get_offset_of_U3CworkerTaskU3E5__3_7() { return static_cast(offsetof(U3CRunWithTimeoutU3Ed__234_1_tB16B62DB4AE19F3D4F68C6BB41FB74C80E5E5513, ___U3CworkerTaskU3E5__3_7)); } inline Task_1_tB6E0730C54CFC03F4471315756CF85D05B71C05F * get_U3CworkerTaskU3E5__3_7() const { return ___U3CworkerTaskU3E5__3_7; } inline Task_1_tB6E0730C54CFC03F4471315756CF85D05B71C05F ** get_address_of_U3CworkerTaskU3E5__3_7() { return &___U3CworkerTaskU3E5__3_7; } inline void set_U3CworkerTaskU3E5__3_7(Task_1_tB6E0730C54CFC03F4471315756CF85D05B71C05F * value) { ___U3CworkerTaskU3E5__3_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CworkerTaskU3E5__3_7), (void*)value); } inline static int32_t get_offset_of_U3CU3Eu__1_8() { return static_cast(offsetof(U3CRunWithTimeoutU3Ed__234_1_tB16B62DB4AE19F3D4F68C6BB41FB74C80E5E5513, ___U3CU3Eu__1_8)); } inline ConfiguredTaskAwaiter_tF64824CB5C3CFE2E1C4CAFE410B4CDE6831E4C78 get_U3CU3Eu__1_8() const { return ___U3CU3Eu__1_8; } inline ConfiguredTaskAwaiter_tF64824CB5C3CFE2E1C4CAFE410B4CDE6831E4C78 * get_address_of_U3CU3Eu__1_8() { return &___U3CU3Eu__1_8; } inline void set_U3CU3Eu__1_8(ConfiguredTaskAwaiter_tF64824CB5C3CFE2E1C4CAFE410B4CDE6831E4C78 value) { ___U3CU3Eu__1_8 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___U3CU3Eu__1_8))->___m_task_0), (void*)NULL); } }; // System.Net.HttpWebRequest/d__234`1 struct U3CRunWithTimeoutU3Ed__234_1_tEE31DB966565A035B1C92FE76989AC4F30B1C538 { public: // System.Int32 System.Net.HttpWebRequest/d__234`1::<>1__state int32_t ___U3CU3E1__state_0; // System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1 System.Net.HttpWebRequest/d__234`1::<>t__builder AsyncTaskMethodBuilder_1_tDD2A3BA099C327938EA03C35FDB1A7502BA73020 ___U3CU3Et__builder_1; // System.Int32 System.Net.HttpWebRequest/d__234`1::timeout int32_t ___timeout_2; // System.Func`2> System.Net.HttpWebRequest/d__234`1::func Func_2_t7257A481AA060D9C75F810267E933801215EB8D4 * ___func_3; // System.Threading.Tasks.Task System.Net.HttpWebRequest/d__234`1::5__1 Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * ___U3CtimeoutTaskU3E5__1_4; // System.Threading.CancellationTokenSource System.Net.HttpWebRequest/d__234`1::5__2 CancellationTokenSource_t78B989179DE23EDD36F870FFEE20A15D6D3C65B3 * ___U3CctsU3E5__2_5; // System.Action System.Net.HttpWebRequest/d__234`1::abort Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * ___abort_6; // System.Threading.Tasks.Task`1 System.Net.HttpWebRequest/d__234`1::5__3 Task_1_tC1805497876E88B78A2B0CB81C6409E0B381AC17 * ___U3CworkerTaskU3E5__3_7; // System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter System.Net.HttpWebRequest/d__234`1::<>u__1 ConfiguredTaskAwaiter_tF64824CB5C3CFE2E1C4CAFE410B4CDE6831E4C78 ___U3CU3Eu__1_8; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CRunWithTimeoutU3Ed__234_1_tEE31DB966565A035B1C92FE76989AC4F30B1C538, ___U3CU3E1__state_0)); } inline int32_t get_U3CU3E1__state_0() const { return ___U3CU3E1__state_0; } inline int32_t* get_address_of_U3CU3E1__state_0() { return &___U3CU3E1__state_0; } inline void set_U3CU3E1__state_0(int32_t value) { ___U3CU3E1__state_0 = value; } inline static int32_t get_offset_of_U3CU3Et__builder_1() { return static_cast(offsetof(U3CRunWithTimeoutU3Ed__234_1_tEE31DB966565A035B1C92FE76989AC4F30B1C538, ___U3CU3Et__builder_1)); } inline AsyncTaskMethodBuilder_1_tDD2A3BA099C327938EA03C35FDB1A7502BA73020 get_U3CU3Et__builder_1() const { return ___U3CU3Et__builder_1; } inline AsyncTaskMethodBuilder_1_tDD2A3BA099C327938EA03C35FDB1A7502BA73020 * get_address_of_U3CU3Et__builder_1() { return &___U3CU3Et__builder_1; } inline void set_U3CU3Et__builder_1(AsyncTaskMethodBuilder_1_tDD2A3BA099C327938EA03C35FDB1A7502BA73020 value) { ___U3CU3Et__builder_1 = value; Il2CppCodeGenWriteBarrier((void**)&((&(((&___U3CU3Et__builder_1))->___m_coreState_1))->___m_stateMachine_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___U3CU3Et__builder_1))->___m_coreState_1))->___m_defaultContextAction_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___U3CU3Et__builder_1))->___m_task_2), (void*)NULL); #endif } inline static int32_t get_offset_of_timeout_2() { return static_cast(offsetof(U3CRunWithTimeoutU3Ed__234_1_tEE31DB966565A035B1C92FE76989AC4F30B1C538, ___timeout_2)); } inline int32_t get_timeout_2() const { return ___timeout_2; } inline int32_t* get_address_of_timeout_2() { return &___timeout_2; } inline void set_timeout_2(int32_t value) { ___timeout_2 = value; } inline static int32_t get_offset_of_func_3() { return static_cast(offsetof(U3CRunWithTimeoutU3Ed__234_1_tEE31DB966565A035B1C92FE76989AC4F30B1C538, ___func_3)); } inline Func_2_t7257A481AA060D9C75F810267E933801215EB8D4 * get_func_3() const { return ___func_3; } inline Func_2_t7257A481AA060D9C75F810267E933801215EB8D4 ** get_address_of_func_3() { return &___func_3; } inline void set_func_3(Func_2_t7257A481AA060D9C75F810267E933801215EB8D4 * value) { ___func_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___func_3), (void*)value); } inline static int32_t get_offset_of_U3CtimeoutTaskU3E5__1_4() { return static_cast(offsetof(U3CRunWithTimeoutU3Ed__234_1_tEE31DB966565A035B1C92FE76989AC4F30B1C538, ___U3CtimeoutTaskU3E5__1_4)); } inline Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * get_U3CtimeoutTaskU3E5__1_4() const { return ___U3CtimeoutTaskU3E5__1_4; } inline Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 ** get_address_of_U3CtimeoutTaskU3E5__1_4() { return &___U3CtimeoutTaskU3E5__1_4; } inline void set_U3CtimeoutTaskU3E5__1_4(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * value) { ___U3CtimeoutTaskU3E5__1_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CtimeoutTaskU3E5__1_4), (void*)value); } inline static int32_t get_offset_of_U3CctsU3E5__2_5() { return static_cast(offsetof(U3CRunWithTimeoutU3Ed__234_1_tEE31DB966565A035B1C92FE76989AC4F30B1C538, ___U3CctsU3E5__2_5)); } inline CancellationTokenSource_t78B989179DE23EDD36F870FFEE20A15D6D3C65B3 * get_U3CctsU3E5__2_5() const { return ___U3CctsU3E5__2_5; } inline CancellationTokenSource_t78B989179DE23EDD36F870FFEE20A15D6D3C65B3 ** get_address_of_U3CctsU3E5__2_5() { return &___U3CctsU3E5__2_5; } inline void set_U3CctsU3E5__2_5(CancellationTokenSource_t78B989179DE23EDD36F870FFEE20A15D6D3C65B3 * value) { ___U3CctsU3E5__2_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CctsU3E5__2_5), (void*)value); } inline static int32_t get_offset_of_abort_6() { return static_cast(offsetof(U3CRunWithTimeoutU3Ed__234_1_tEE31DB966565A035B1C92FE76989AC4F30B1C538, ___abort_6)); } inline Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * get_abort_6() const { return ___abort_6; } inline Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 ** get_address_of_abort_6() { return &___abort_6; } inline void set_abort_6(Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * value) { ___abort_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___abort_6), (void*)value); } inline static int32_t get_offset_of_U3CworkerTaskU3E5__3_7() { return static_cast(offsetof(U3CRunWithTimeoutU3Ed__234_1_tEE31DB966565A035B1C92FE76989AC4F30B1C538, ___U3CworkerTaskU3E5__3_7)); } inline Task_1_tC1805497876E88B78A2B0CB81C6409E0B381AC17 * get_U3CworkerTaskU3E5__3_7() const { return ___U3CworkerTaskU3E5__3_7; } inline Task_1_tC1805497876E88B78A2B0CB81C6409E0B381AC17 ** get_address_of_U3CworkerTaskU3E5__3_7() { return &___U3CworkerTaskU3E5__3_7; } inline void set_U3CworkerTaskU3E5__3_7(Task_1_tC1805497876E88B78A2B0CB81C6409E0B381AC17 * value) { ___U3CworkerTaskU3E5__3_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CworkerTaskU3E5__3_7), (void*)value); } inline static int32_t get_offset_of_U3CU3Eu__1_8() { return static_cast(offsetof(U3CRunWithTimeoutU3Ed__234_1_tEE31DB966565A035B1C92FE76989AC4F30B1C538, ___U3CU3Eu__1_8)); } inline ConfiguredTaskAwaiter_tF64824CB5C3CFE2E1C4CAFE410B4CDE6831E4C78 get_U3CU3Eu__1_8() const { return ___U3CU3Eu__1_8; } inline ConfiguredTaskAwaiter_tF64824CB5C3CFE2E1C4CAFE410B4CDE6831E4C78 * get_address_of_U3CU3Eu__1_8() { return &___U3CU3Eu__1_8; } inline void set_U3CU3Eu__1_8(ConfiguredTaskAwaiter_tF64824CB5C3CFE2E1C4CAFE410B4CDE6831E4C78 value) { ___U3CU3Eu__1_8 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___U3CU3Eu__1_8))->___m_task_0), (void*)NULL); } }; // UnityEngine.InputSystem.InputBindingComposite`1 struct InputBindingComposite_1_t25F916E918B3933F26CD68B68A548566689D5860 : public InputBindingComposite_tFCCB9AFDBA6503C51555C9C5904186D990D36565 { public: public: }; // UnityEngine.InputSystem.InputBindingComposite`1 struct InputBindingComposite_1_tC51ED54D60E322F6BFAAC85451ECF707642328B4 : public InputBindingComposite_tFCCB9AFDBA6503C51555C9C5904186D990D36565 { public: public: }; // UnityEngine.InputSystem.InputBindingComposite`1 struct InputBindingComposite_1_t173A5EDF61A85227CA537F256878951519A294F5 : public InputBindingComposite_tFCCB9AFDBA6503C51555C9C5904186D990D36565 { public: public: }; // UnityEngine.InputSystem.InputBindingComposite`1 struct InputBindingComposite_1_tCD7C38030325E39E0C95B0A363CFD40445A68B83 : public InputBindingComposite_tFCCB9AFDBA6503C51555C9C5904186D990D36565 { public: public: }; // UnityEngine.InputSystem.InputProcessor`1 struct InputProcessor_1_t5D94DB4CAE796E92FE59120B19897BE7A4580E04 : public InputProcessor_t245C316DEE36AA1BC9558F838B3B7A0223813A1D { public: public: }; // UnityEngine.InputSystem.InputProcessor`1 struct InputProcessor_1_tC797B512F2641A0AB0844215B781FCBB24FC8EFA : public InputProcessor_t245C316DEE36AA1BC9558F838B3B7A0223813A1D { public: public: }; // UnityEngine.InputSystem.InputProcessor`1 struct InputProcessor_1_t97A3DFD1D319E367F13E1723DF8FCF389D67C4F2 : public InputProcessor_t245C316DEE36AA1BC9558F838B3B7A0223813A1D { public: public: }; // UnityEngine.InputSystem.InputProcessor`1 struct InputProcessor_1_t2B5820D8FCAD8C7864ECD8C574B87CFED83A96CA : public InputProcessor_t245C316DEE36AA1BC9558F838B3B7A0223813A1D { public: public: }; // Unity.Collections.NativeArray`1 struct NativeArray_1_t18D233A2E30E28048C1252473AFD0799557294DA { public: // 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; public: inline static int32_t get_offset_of_m_Buffer_0() { return static_cast(offsetof(NativeArray_1_t18D233A2E30E28048C1252473AFD0799557294DA, ___m_Buffer_0)); } inline void* get_m_Buffer_0() const { return ___m_Buffer_0; } inline void** get_address_of_m_Buffer_0() { return &___m_Buffer_0; } inline void set_m_Buffer_0(void* value) { ___m_Buffer_0 = value; } inline static int32_t get_offset_of_m_Length_1() { return static_cast(offsetof(NativeArray_1_t18D233A2E30E28048C1252473AFD0799557294DA, ___m_Length_1)); } inline int32_t get_m_Length_1() const { return ___m_Length_1; } inline int32_t* get_address_of_m_Length_1() { return &___m_Length_1; } inline void set_m_Length_1(int32_t value) { ___m_Length_1 = value; } inline static int32_t get_offset_of_m_AllocatorLabel_2() { return static_cast(offsetof(NativeArray_1_t18D233A2E30E28048C1252473AFD0799557294DA, ___m_AllocatorLabel_2)); } inline int32_t get_m_AllocatorLabel_2() const { return ___m_AllocatorLabel_2; } inline int32_t* get_address_of_m_AllocatorLabel_2() { return &___m_AllocatorLabel_2; } inline void set_m_AllocatorLabel_2(int32_t value) { ___m_AllocatorLabel_2 = value; } }; // Unity.Collections.NativeArray`1 struct NativeArray_1_t3C2855C5B238E8C6739D4C17833F244B95C0F785 { public: // 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; public: inline static int32_t get_offset_of_m_Buffer_0() { return static_cast(offsetof(NativeArray_1_t3C2855C5B238E8C6739D4C17833F244B95C0F785, ___m_Buffer_0)); } inline void* get_m_Buffer_0() const { return ___m_Buffer_0; } inline void** get_address_of_m_Buffer_0() { return &___m_Buffer_0; } inline void set_m_Buffer_0(void* value) { ___m_Buffer_0 = value; } inline static int32_t get_offset_of_m_Length_1() { return static_cast(offsetof(NativeArray_1_t3C2855C5B238E8C6739D4C17833F244B95C0F785, ___m_Length_1)); } inline int32_t get_m_Length_1() const { return ___m_Length_1; } inline int32_t* get_address_of_m_Length_1() { return &___m_Length_1; } inline void set_m_Length_1(int32_t value) { ___m_Length_1 = value; } inline static int32_t get_offset_of_m_AllocatorLabel_2() { return static_cast(offsetof(NativeArray_1_t3C2855C5B238E8C6739D4C17833F244B95C0F785, ___m_AllocatorLabel_2)); } inline int32_t get_m_AllocatorLabel_2() const { return ___m_AllocatorLabel_2; } inline int32_t* get_address_of_m_AllocatorLabel_2() { return &___m_AllocatorLabel_2; } inline void set_m_AllocatorLabel_2(int32_t value) { ___m_AllocatorLabel_2 = value; } }; // Unity.Collections.NativeArray`1 struct NativeArray_1_tD60079F06B473C85CF6C2BB4F2D203F38191AE99 { public: // 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; public: inline static int32_t get_offset_of_m_Buffer_0() { return static_cast(offsetof(NativeArray_1_tD60079F06B473C85CF6C2BB4F2D203F38191AE99, ___m_Buffer_0)); } inline void* get_m_Buffer_0() const { return ___m_Buffer_0; } inline void** get_address_of_m_Buffer_0() { return &___m_Buffer_0; } inline void set_m_Buffer_0(void* value) { ___m_Buffer_0 = value; } inline static int32_t get_offset_of_m_Length_1() { return static_cast(offsetof(NativeArray_1_tD60079F06B473C85CF6C2BB4F2D203F38191AE99, ___m_Length_1)); } inline int32_t get_m_Length_1() const { return ___m_Length_1; } inline int32_t* get_address_of_m_Length_1() { return &___m_Length_1; } inline void set_m_Length_1(int32_t value) { ___m_Length_1 = value; } inline static int32_t get_offset_of_m_AllocatorLabel_2() { return static_cast(offsetof(NativeArray_1_tD60079F06B473C85CF6C2BB4F2D203F38191AE99, ___m_AllocatorLabel_2)); } inline int32_t get_m_AllocatorLabel_2() const { return ___m_AllocatorLabel_2; } inline int32_t* get_address_of_m_AllocatorLabel_2() { return &___m_AllocatorLabel_2; } inline void set_m_AllocatorLabel_2(int32_t value) { ___m_AllocatorLabel_2 = value; } }; // Unity.Collections.NativeArray`1 struct NativeArray_1_t7A85D39934B7E1025319369C51F7959842DE8FBD { public: // 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; public: inline static int32_t get_offset_of_m_Buffer_0() { return static_cast(offsetof(NativeArray_1_t7A85D39934B7E1025319369C51F7959842DE8FBD, ___m_Buffer_0)); } inline void* get_m_Buffer_0() const { return ___m_Buffer_0; } inline void** get_address_of_m_Buffer_0() { return &___m_Buffer_0; } inline void set_m_Buffer_0(void* value) { ___m_Buffer_0 = value; } inline static int32_t get_offset_of_m_Length_1() { return static_cast(offsetof(NativeArray_1_t7A85D39934B7E1025319369C51F7959842DE8FBD, ___m_Length_1)); } inline int32_t get_m_Length_1() const { return ___m_Length_1; } inline int32_t* get_address_of_m_Length_1() { return &___m_Length_1; } inline void set_m_Length_1(int32_t value) { ___m_Length_1 = value; } inline static int32_t get_offset_of_m_AllocatorLabel_2() { return static_cast(offsetof(NativeArray_1_t7A85D39934B7E1025319369C51F7959842DE8FBD, ___m_AllocatorLabel_2)); } inline int32_t get_m_AllocatorLabel_2() const { return ___m_AllocatorLabel_2; } inline int32_t* get_address_of_m_AllocatorLabel_2() { return &___m_AllocatorLabel_2; } inline void set_m_AllocatorLabel_2(int32_t value) { ___m_AllocatorLabel_2 = value; } }; // Unity.Collections.NativeArray`1 struct NativeArray_1_tF6A10DD2511425342F2B1B19CF0EA313D4F300D2 { public: // 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; public: inline static int32_t get_offset_of_m_Buffer_0() { return static_cast(offsetof(NativeArray_1_tF6A10DD2511425342F2B1B19CF0EA313D4F300D2, ___m_Buffer_0)); } inline void* get_m_Buffer_0() const { return ___m_Buffer_0; } inline void** get_address_of_m_Buffer_0() { return &___m_Buffer_0; } inline void set_m_Buffer_0(void* value) { ___m_Buffer_0 = value; } inline static int32_t get_offset_of_m_Length_1() { return static_cast(offsetof(NativeArray_1_tF6A10DD2511425342F2B1B19CF0EA313D4F300D2, ___m_Length_1)); } inline int32_t get_m_Length_1() const { return ___m_Length_1; } inline int32_t* get_address_of_m_Length_1() { return &___m_Length_1; } inline void set_m_Length_1(int32_t value) { ___m_Length_1 = value; } inline static int32_t get_offset_of_m_AllocatorLabel_2() { return static_cast(offsetof(NativeArray_1_tF6A10DD2511425342F2B1B19CF0EA313D4F300D2, ___m_AllocatorLabel_2)); } inline int32_t get_m_AllocatorLabel_2() const { return ___m_AllocatorLabel_2; } inline int32_t* get_address_of_m_AllocatorLabel_2() { return &___m_AllocatorLabel_2; } inline void set_m_AllocatorLabel_2(int32_t value) { ___m_AllocatorLabel_2 = value; } }; // Unity.Collections.NativeArray`1 struct NativeArray_1_t527C586787ACD1AD75E3C78BFB024FFA9925662E { public: // 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; public: inline static int32_t get_offset_of_m_Buffer_0() { return static_cast(offsetof(NativeArray_1_t527C586787ACD1AD75E3C78BFB024FFA9925662E, ___m_Buffer_0)); } inline void* get_m_Buffer_0() const { return ___m_Buffer_0; } inline void** get_address_of_m_Buffer_0() { return &___m_Buffer_0; } inline void set_m_Buffer_0(void* value) { ___m_Buffer_0 = value; } inline static int32_t get_offset_of_m_Length_1() { return static_cast(offsetof(NativeArray_1_t527C586787ACD1AD75E3C78BFB024FFA9925662E, ___m_Length_1)); } inline int32_t get_m_Length_1() const { return ___m_Length_1; } inline int32_t* get_address_of_m_Length_1() { return &___m_Length_1; } inline void set_m_Length_1(int32_t value) { ___m_Length_1 = value; } inline static int32_t get_offset_of_m_AllocatorLabel_2() { return static_cast(offsetof(NativeArray_1_t527C586787ACD1AD75E3C78BFB024FFA9925662E, ___m_AllocatorLabel_2)); } inline int32_t get_m_AllocatorLabel_2() const { return ___m_AllocatorLabel_2; } inline int32_t* get_address_of_m_AllocatorLabel_2() { return &___m_AllocatorLabel_2; } inline void set_m_AllocatorLabel_2(int32_t value) { ___m_AllocatorLabel_2 = value; } }; // Unity.Collections.NativeArray`1 struct NativeArray_1_tCD004FBD9F8C000DD43B8D3D4AD6D1FE8D058ECA { public: // 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; public: inline static int32_t get_offset_of_m_Buffer_0() { return static_cast(offsetof(NativeArray_1_tCD004FBD9F8C000DD43B8D3D4AD6D1FE8D058ECA, ___m_Buffer_0)); } inline void* get_m_Buffer_0() const { return ___m_Buffer_0; } inline void** get_address_of_m_Buffer_0() { return &___m_Buffer_0; } inline void set_m_Buffer_0(void* value) { ___m_Buffer_0 = value; } inline static int32_t get_offset_of_m_Length_1() { return static_cast(offsetof(NativeArray_1_tCD004FBD9F8C000DD43B8D3D4AD6D1FE8D058ECA, ___m_Length_1)); } inline int32_t get_m_Length_1() const { return ___m_Length_1; } inline int32_t* get_address_of_m_Length_1() { return &___m_Length_1; } inline void set_m_Length_1(int32_t value) { ___m_Length_1 = value; } inline static int32_t get_offset_of_m_AllocatorLabel_2() { return static_cast(offsetof(NativeArray_1_tCD004FBD9F8C000DD43B8D3D4AD6D1FE8D058ECA, ___m_AllocatorLabel_2)); } inline int32_t get_m_AllocatorLabel_2() const { return ___m_AllocatorLabel_2; } inline int32_t* get_address_of_m_AllocatorLabel_2() { return &___m_AllocatorLabel_2; } inline void set_m_AllocatorLabel_2(int32_t value) { ___m_AllocatorLabel_2 = value; } }; // Unity.Collections.NativeArray`1 struct NativeArray_1_t850997AFC4E182CB5323FD7EDA9205DBFA006872 { public: // 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; public: inline static int32_t get_offset_of_m_Buffer_0() { return static_cast(offsetof(NativeArray_1_t850997AFC4E182CB5323FD7EDA9205DBFA006872, ___m_Buffer_0)); } inline void* get_m_Buffer_0() const { return ___m_Buffer_0; } inline void** get_address_of_m_Buffer_0() { return &___m_Buffer_0; } inline void set_m_Buffer_0(void* value) { ___m_Buffer_0 = value; } inline static int32_t get_offset_of_m_Length_1() { return static_cast(offsetof(NativeArray_1_t850997AFC4E182CB5323FD7EDA9205DBFA006872, ___m_Length_1)); } inline int32_t get_m_Length_1() const { return ___m_Length_1; } inline int32_t* get_address_of_m_Length_1() { return &___m_Length_1; } inline void set_m_Length_1(int32_t value) { ___m_Length_1 = value; } inline static int32_t get_offset_of_m_AllocatorLabel_2() { return static_cast(offsetof(NativeArray_1_t850997AFC4E182CB5323FD7EDA9205DBFA006872, ___m_AllocatorLabel_2)); } inline int32_t get_m_AllocatorLabel_2() const { return ___m_AllocatorLabel_2; } inline int32_t* get_address_of_m_AllocatorLabel_2() { return &___m_AllocatorLabel_2; } inline void set_m_AllocatorLabel_2(int32_t value) { ___m_AllocatorLabel_2 = value; } }; // Unity.Collections.NativeArray`1 struct NativeArray_1_t6F338DB5CF76F316BAC0E8FEBB5E1A471A5399D9 { public: // 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; public: inline static int32_t get_offset_of_m_Buffer_0() { return static_cast(offsetof(NativeArray_1_t6F338DB5CF76F316BAC0E8FEBB5E1A471A5399D9, ___m_Buffer_0)); } inline void* get_m_Buffer_0() const { return ___m_Buffer_0; } inline void** get_address_of_m_Buffer_0() { return &___m_Buffer_0; } inline void set_m_Buffer_0(void* value) { ___m_Buffer_0 = value; } inline static int32_t get_offset_of_m_Length_1() { return static_cast(offsetof(NativeArray_1_t6F338DB5CF76F316BAC0E8FEBB5E1A471A5399D9, ___m_Length_1)); } inline int32_t get_m_Length_1() const { return ___m_Length_1; } inline int32_t* get_address_of_m_Length_1() { return &___m_Length_1; } inline void set_m_Length_1(int32_t value) { ___m_Length_1 = value; } inline static int32_t get_offset_of_m_AllocatorLabel_2() { return static_cast(offsetof(NativeArray_1_t6F338DB5CF76F316BAC0E8FEBB5E1A471A5399D9, ___m_AllocatorLabel_2)); } inline int32_t get_m_AllocatorLabel_2() const { return ___m_AllocatorLabel_2; } inline int32_t* get_address_of_m_AllocatorLabel_2() { return &___m_AllocatorLabel_2; } inline void set_m_AllocatorLabel_2(int32_t value) { ___m_AllocatorLabel_2 = value; } }; // Unity.Collections.NativeArray`1 struct NativeArray_1_t7203C36524CBF9E07ED2D6B86C410B21B422626A { public: // 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; public: inline static int32_t get_offset_of_m_Buffer_0() { return static_cast(offsetof(NativeArray_1_t7203C36524CBF9E07ED2D6B86C410B21B422626A, ___m_Buffer_0)); } inline void* get_m_Buffer_0() const { return ___m_Buffer_0; } inline void** get_address_of_m_Buffer_0() { return &___m_Buffer_0; } inline void set_m_Buffer_0(void* value) { ___m_Buffer_0 = value; } inline static int32_t get_offset_of_m_Length_1() { return static_cast(offsetof(NativeArray_1_t7203C36524CBF9E07ED2D6B86C410B21B422626A, ___m_Length_1)); } inline int32_t get_m_Length_1() const { return ___m_Length_1; } inline int32_t* get_address_of_m_Length_1() { return &___m_Length_1; } inline void set_m_Length_1(int32_t value) { ___m_Length_1 = value; } inline static int32_t get_offset_of_m_AllocatorLabel_2() { return static_cast(offsetof(NativeArray_1_t7203C36524CBF9E07ED2D6B86C410B21B422626A, ___m_AllocatorLabel_2)); } inline int32_t get_m_AllocatorLabel_2() const { return ___m_AllocatorLabel_2; } inline int32_t* get_address_of_m_AllocatorLabel_2() { return &___m_AllocatorLabel_2; } inline void set_m_AllocatorLabel_2(int32_t value) { ___m_AllocatorLabel_2 = value; } }; // Unity.Collections.NativeArray`1 struct NativeArray_1_tCE3FBA37C1D711DDDD473E84C32A9F5C60F2577A { public: // 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; public: inline static int32_t get_offset_of_m_Buffer_0() { return static_cast(offsetof(NativeArray_1_tCE3FBA37C1D711DDDD473E84C32A9F5C60F2577A, ___m_Buffer_0)); } inline void* get_m_Buffer_0() const { return ___m_Buffer_0; } inline void** get_address_of_m_Buffer_0() { return &___m_Buffer_0; } inline void set_m_Buffer_0(void* value) { ___m_Buffer_0 = value; } inline static int32_t get_offset_of_m_Length_1() { return static_cast(offsetof(NativeArray_1_tCE3FBA37C1D711DDDD473E84C32A9F5C60F2577A, ___m_Length_1)); } inline int32_t get_m_Length_1() const { return ___m_Length_1; } inline int32_t* get_address_of_m_Length_1() { return &___m_Length_1; } inline void set_m_Length_1(int32_t value) { ___m_Length_1 = value; } inline static int32_t get_offset_of_m_AllocatorLabel_2() { return static_cast(offsetof(NativeArray_1_tCE3FBA37C1D711DDDD473E84C32A9F5C60F2577A, ___m_AllocatorLabel_2)); } inline int32_t get_m_AllocatorLabel_2() const { return ___m_AllocatorLabel_2; } inline int32_t* get_address_of_m_AllocatorLabel_2() { return &___m_AllocatorLabel_2; } inline void set_m_AllocatorLabel_2(int32_t value) { ___m_AllocatorLabel_2 = value; } }; // Unity.Collections.NativeArray`1 struct NativeArray_1_t9D118727A643E61710D0A4DF5B0C8CD1A918A40B { public: // 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; public: inline static int32_t get_offset_of_m_Buffer_0() { return static_cast(offsetof(NativeArray_1_t9D118727A643E61710D0A4DF5B0C8CD1A918A40B, ___m_Buffer_0)); } inline void* get_m_Buffer_0() const { return ___m_Buffer_0; } inline void** get_address_of_m_Buffer_0() { return &___m_Buffer_0; } inline void set_m_Buffer_0(void* value) { ___m_Buffer_0 = value; } inline static int32_t get_offset_of_m_Length_1() { return static_cast(offsetof(NativeArray_1_t9D118727A643E61710D0A4DF5B0C8CD1A918A40B, ___m_Length_1)); } inline int32_t get_m_Length_1() const { return ___m_Length_1; } inline int32_t* get_address_of_m_Length_1() { return &___m_Length_1; } inline void set_m_Length_1(int32_t value) { ___m_Length_1 = value; } inline static int32_t get_offset_of_m_AllocatorLabel_2() { return static_cast(offsetof(NativeArray_1_t9D118727A643E61710D0A4DF5B0C8CD1A918A40B, ___m_AllocatorLabel_2)); } inline int32_t get_m_AllocatorLabel_2() const { return ___m_AllocatorLabel_2; } inline int32_t* get_address_of_m_AllocatorLabel_2() { return &___m_AllocatorLabel_2; } inline void set_m_AllocatorLabel_2(int32_t value) { ___m_AllocatorLabel_2 = value; } }; // Unity.Collections.NativeArray`1 struct NativeArray_1_t1F0A88FF8A7D4163044A82215D16B30E7050C4FD { public: // 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; public: inline static int32_t get_offset_of_m_Buffer_0() { return static_cast(offsetof(NativeArray_1_t1F0A88FF8A7D4163044A82215D16B30E7050C4FD, ___m_Buffer_0)); } inline void* get_m_Buffer_0() const { return ___m_Buffer_0; } inline void** get_address_of_m_Buffer_0() { return &___m_Buffer_0; } inline void set_m_Buffer_0(void* value) { ___m_Buffer_0 = value; } inline static int32_t get_offset_of_m_Length_1() { return static_cast(offsetof(NativeArray_1_t1F0A88FF8A7D4163044A82215D16B30E7050C4FD, ___m_Length_1)); } inline int32_t get_m_Length_1() const { return ___m_Length_1; } inline int32_t* get_address_of_m_Length_1() { return &___m_Length_1; } inline void set_m_Length_1(int32_t value) { ___m_Length_1 = value; } inline static int32_t get_offset_of_m_AllocatorLabel_2() { return static_cast(offsetof(NativeArray_1_t1F0A88FF8A7D4163044A82215D16B30E7050C4FD, ___m_AllocatorLabel_2)); } inline int32_t get_m_AllocatorLabel_2() const { return ___m_AllocatorLabel_2; } inline int32_t* get_address_of_m_AllocatorLabel_2() { return &___m_AllocatorLabel_2; } inline void set_m_AllocatorLabel_2(int32_t value) { ___m_AllocatorLabel_2 = value; } }; // Unity.Collections.NativeArray`1 struct NativeArray_1_t2ECDFB51FF91D2D295509238B270BBC581E31A96 { public: // 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; public: inline static int32_t get_offset_of_m_Buffer_0() { return static_cast(offsetof(NativeArray_1_t2ECDFB51FF91D2D295509238B270BBC581E31A96, ___m_Buffer_0)); } inline void* get_m_Buffer_0() const { return ___m_Buffer_0; } inline void** get_address_of_m_Buffer_0() { return &___m_Buffer_0; } inline void set_m_Buffer_0(void* value) { ___m_Buffer_0 = value; } inline static int32_t get_offset_of_m_Length_1() { return static_cast(offsetof(NativeArray_1_t2ECDFB51FF91D2D295509238B270BBC581E31A96, ___m_Length_1)); } inline int32_t get_m_Length_1() const { return ___m_Length_1; } inline int32_t* get_address_of_m_Length_1() { return &___m_Length_1; } inline void set_m_Length_1(int32_t value) { ___m_Length_1 = value; } inline static int32_t get_offset_of_m_AllocatorLabel_2() { return static_cast(offsetof(NativeArray_1_t2ECDFB51FF91D2D295509238B270BBC581E31A96, ___m_AllocatorLabel_2)); } inline int32_t get_m_AllocatorLabel_2() const { return ___m_AllocatorLabel_2; } inline int32_t* get_address_of_m_AllocatorLabel_2() { return &___m_AllocatorLabel_2; } inline void set_m_AllocatorLabel_2(int32_t value) { ___m_AllocatorLabel_2 = value; } }; // Unity.Collections.NativeArray`1 struct NativeArray_1_tD88DD90821BE793C67689A7EA613AF5701123AA7 { public: // 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; public: inline static int32_t get_offset_of_m_Buffer_0() { return static_cast(offsetof(NativeArray_1_tD88DD90821BE793C67689A7EA613AF5701123AA7, ___m_Buffer_0)); } inline void* get_m_Buffer_0() const { return ___m_Buffer_0; } inline void** get_address_of_m_Buffer_0() { return &___m_Buffer_0; } inline void set_m_Buffer_0(void* value) { ___m_Buffer_0 = value; } inline static int32_t get_offset_of_m_Length_1() { return static_cast(offsetof(NativeArray_1_tD88DD90821BE793C67689A7EA613AF5701123AA7, ___m_Length_1)); } inline int32_t get_m_Length_1() const { return ___m_Length_1; } inline int32_t* get_address_of_m_Length_1() { return &___m_Length_1; } inline void set_m_Length_1(int32_t value) { ___m_Length_1 = value; } inline static int32_t get_offset_of_m_AllocatorLabel_2() { return static_cast(offsetof(NativeArray_1_tD88DD90821BE793C67689A7EA613AF5701123AA7, ___m_AllocatorLabel_2)); } inline int32_t get_m_AllocatorLabel_2() const { return ___m_AllocatorLabel_2; } inline int32_t* get_address_of_m_AllocatorLabel_2() { return &___m_AllocatorLabel_2; } inline void set_m_AllocatorLabel_2(int32_t value) { ___m_AllocatorLabel_2 = value; } }; // Unity.Collections.NativeArray`1 struct NativeArray_1_tA2EA79FAE4E9D3538B9C3FD0A9A2729CEDE5C7B6 { public: // 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; public: inline static int32_t get_offset_of_m_Buffer_0() { return static_cast(offsetof(NativeArray_1_tA2EA79FAE4E9D3538B9C3FD0A9A2729CEDE5C7B6, ___m_Buffer_0)); } inline void* get_m_Buffer_0() const { return ___m_Buffer_0; } inline void** get_address_of_m_Buffer_0() { return &___m_Buffer_0; } inline void set_m_Buffer_0(void* value) { ___m_Buffer_0 = value; } inline static int32_t get_offset_of_m_Length_1() { return static_cast(offsetof(NativeArray_1_tA2EA79FAE4E9D3538B9C3FD0A9A2729CEDE5C7B6, ___m_Length_1)); } inline int32_t get_m_Length_1() const { return ___m_Length_1; } inline int32_t* get_address_of_m_Length_1() { return &___m_Length_1; } inline void set_m_Length_1(int32_t value) { ___m_Length_1 = value; } inline static int32_t get_offset_of_m_AllocatorLabel_2() { return static_cast(offsetof(NativeArray_1_tA2EA79FAE4E9D3538B9C3FD0A9A2729CEDE5C7B6, ___m_AllocatorLabel_2)); } inline int32_t get_m_AllocatorLabel_2() const { return ___m_AllocatorLabel_2; } inline int32_t* get_address_of_m_AllocatorLabel_2() { return &___m_AllocatorLabel_2; } inline void set_m_AllocatorLabel_2(int32_t value) { ___m_AllocatorLabel_2 = value; } }; // Unity.Collections.NativeArray`1 struct NativeArray_1_t9131E583B50D23DC45CFE9E6F7ECA86F72F52571 { public: // 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; public: inline static int32_t get_offset_of_m_Buffer_0() { return static_cast(offsetof(NativeArray_1_t9131E583B50D23DC45CFE9E6F7ECA86F72F52571, ___m_Buffer_0)); } inline void* get_m_Buffer_0() const { return ___m_Buffer_0; } inline void** get_address_of_m_Buffer_0() { return &___m_Buffer_0; } inline void set_m_Buffer_0(void* value) { ___m_Buffer_0 = value; } inline static int32_t get_offset_of_m_Length_1() { return static_cast(offsetof(NativeArray_1_t9131E583B50D23DC45CFE9E6F7ECA86F72F52571, ___m_Length_1)); } inline int32_t get_m_Length_1() const { return ___m_Length_1; } inline int32_t* get_address_of_m_Length_1() { return &___m_Length_1; } inline void set_m_Length_1(int32_t value) { ___m_Length_1 = value; } inline static int32_t get_offset_of_m_AllocatorLabel_2() { return static_cast(offsetof(NativeArray_1_t9131E583B50D23DC45CFE9E6F7ECA86F72F52571, ___m_AllocatorLabel_2)); } inline int32_t get_m_AllocatorLabel_2() const { return ___m_AllocatorLabel_2; } inline int32_t* get_address_of_m_AllocatorLabel_2() { return &___m_AllocatorLabel_2; } inline void set_m_AllocatorLabel_2(int32_t value) { ___m_AllocatorLabel_2 = value; } }; // Unity.Collections.NativeArray`1 struct NativeArray_1_t772A013AE243D573001B5002D72507953AA69D90 { public: // 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; public: inline static int32_t get_offset_of_m_Buffer_0() { return static_cast(offsetof(NativeArray_1_t772A013AE243D573001B5002D72507953AA69D90, ___m_Buffer_0)); } inline void* get_m_Buffer_0() const { return ___m_Buffer_0; } inline void** get_address_of_m_Buffer_0() { return &___m_Buffer_0; } inline void set_m_Buffer_0(void* value) { ___m_Buffer_0 = value; } inline static int32_t get_offset_of_m_Length_1() { return static_cast(offsetof(NativeArray_1_t772A013AE243D573001B5002D72507953AA69D90, ___m_Length_1)); } inline int32_t get_m_Length_1() const { return ___m_Length_1; } inline int32_t* get_address_of_m_Length_1() { return &___m_Length_1; } inline void set_m_Length_1(int32_t value) { ___m_Length_1 = value; } inline static int32_t get_offset_of_m_AllocatorLabel_2() { return static_cast(offsetof(NativeArray_1_t772A013AE243D573001B5002D72507953AA69D90, ___m_AllocatorLabel_2)); } inline int32_t get_m_AllocatorLabel_2() const { return ___m_AllocatorLabel_2; } inline int32_t* get_address_of_m_AllocatorLabel_2() { return &___m_AllocatorLabel_2; } inline void set_m_AllocatorLabel_2(int32_t value) { ___m_AllocatorLabel_2 = value; } }; // Unity.Collections.NativeArray`1 struct NativeArray_1_tCD1FE441CEF84BBCFD4090C87C8834B991564C27 { public: // 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; public: inline static int32_t get_offset_of_m_Buffer_0() { return static_cast(offsetof(NativeArray_1_tCD1FE441CEF84BBCFD4090C87C8834B991564C27, ___m_Buffer_0)); } inline void* get_m_Buffer_0() const { return ___m_Buffer_0; } inline void** get_address_of_m_Buffer_0() { return &___m_Buffer_0; } inline void set_m_Buffer_0(void* value) { ___m_Buffer_0 = value; } inline static int32_t get_offset_of_m_Length_1() { return static_cast(offsetof(NativeArray_1_tCD1FE441CEF84BBCFD4090C87C8834B991564C27, ___m_Length_1)); } inline int32_t get_m_Length_1() const { return ___m_Length_1; } inline int32_t* get_address_of_m_Length_1() { return &___m_Length_1; } inline void set_m_Length_1(int32_t value) { ___m_Length_1 = value; } inline static int32_t get_offset_of_m_AllocatorLabel_2() { return static_cast(offsetof(NativeArray_1_tCD1FE441CEF84BBCFD4090C87C8834B991564C27, ___m_AllocatorLabel_2)); } inline int32_t get_m_AllocatorLabel_2() const { return ___m_AllocatorLabel_2; } inline int32_t* get_address_of_m_AllocatorLabel_2() { return &___m_AllocatorLabel_2; } inline void set_m_AllocatorLabel_2(int32_t value) { ___m_AllocatorLabel_2 = value; } }; // System.Nullable`1 struct Nullable_1_tE1D8A3913CBF79878F4DDA0EBFA9459B09EA705E { public: // T System.Nullable`1::value InputDeviceMatcher_tFC41EBE6D273378A154C6DFD759DD75D23C99E57 ___value_0; // System.Boolean System.Nullable`1::has_value bool ___has_value_1; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(Nullable_1_tE1D8A3913CBF79878F4DDA0EBFA9459B09EA705E, ___value_0)); } inline InputDeviceMatcher_tFC41EBE6D273378A154C6DFD759DD75D23C99E57 get_value_0() const { return ___value_0; } inline InputDeviceMatcher_tFC41EBE6D273378A154C6DFD759DD75D23C99E57 * get_address_of_value_0() { return &___value_0; } inline void set_value_0(InputDeviceMatcher_tFC41EBE6D273378A154C6DFD759DD75D23C99E57 value) { ___value_0 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___value_0))->___m_Patterns_0), (void*)NULL); } inline static int32_t get_offset_of_has_value_1() { return static_cast(offsetof(Nullable_1_tE1D8A3913CBF79878F4DDA0EBFA9459B09EA705E, ___has_value_1)); } inline bool get_has_value_1() const { return ___has_value_1; } inline bool* get_address_of_has_value_1() { return &___has_value_1; } inline void set_has_value_1(bool value) { ___has_value_1 = value; } }; // System.Nullable`1 struct Nullable_1_tF714F5D279FADE97658A531BAE66D760ED99988A { public: // T System.Nullable`1::value int32_t ___value_0; // System.Boolean System.Nullable`1::has_value bool ___has_value_1; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(Nullable_1_tF714F5D279FADE97658A531BAE66D760ED99988A, ___value_0)); } inline int32_t get_value_0() const { return ___value_0; } inline int32_t* get_address_of_value_0() { return &___value_0; } inline void set_value_0(int32_t value) { ___value_0 = value; } inline static int32_t get_offset_of_has_value_1() { return static_cast(offsetof(Nullable_1_tF714F5D279FADE97658A531BAE66D760ED99988A, ___has_value_1)); } inline bool get_has_value_1() const { return ___has_value_1; } inline bool* get_address_of_has_value_1() { return &___has_value_1; } inline void set_has_value_1(bool value) { ___has_value_1 = value; } }; // UnityEngine.Rendering.PostProcessing.ParameterOverride`1 struct ParameterOverride_1_t9743BB143BE9B03345E5365124680D2B48699974 : public ParameterOverride_tED887E59B87A5DD3BFDAAAF745F82D9080FA4784 { public: // T UnityEngine.Rendering.PostProcessing.ParameterOverride`1::value int32_t ___value_1; public: inline static int32_t get_offset_of_value_1() { return static_cast(offsetof(ParameterOverride_1_t9743BB143BE9B03345E5365124680D2B48699974, ___value_1)); } inline int32_t get_value_1() const { return ___value_1; } inline int32_t* get_address_of_value_1() { return &___value_1; } inline void set_value_1(int32_t value) { ___value_1 = value; } }; // UnityEngine.Playables.ScriptPlayable`1 struct ScriptPlayable_1_t7495DFF84B5233AF863183881C3C7D626F65C266 { public: // UnityEngine.Playables.PlayableHandle UnityEngine.Playables.ScriptPlayable`1::m_Handle PlayableHandle_t50DCD240B0400DDAD0822C13E5DBC7AD64DC027A ___m_Handle_0; public: inline static int32_t get_offset_of_m_Handle_0() { return static_cast(offsetof(ScriptPlayable_1_t7495DFF84B5233AF863183881C3C7D626F65C266, ___m_Handle_0)); } inline PlayableHandle_t50DCD240B0400DDAD0822C13E5DBC7AD64DC027A get_m_Handle_0() const { return ___m_Handle_0; } inline PlayableHandle_t50DCD240B0400DDAD0822C13E5DBC7AD64DC027A * get_address_of_m_Handle_0() { return &___m_Handle_0; } inline void set_m_Handle_0(PlayableHandle_t50DCD240B0400DDAD0822C13E5DBC7AD64DC027A value) { ___m_Handle_0 = value; } }; // System.Threading.Tasks.Task`1> struct Task_1_tB6E0730C54CFC03F4471315756CF85D05B71C05F : public Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 { public: // TResult System.Threading.Tasks.Task`1::m_result ValueTuple_2_t6E5328CF9F490572344E5992FA01B3256F92075E ___m_result_40; public: inline static int32_t get_offset_of_m_result_40() { return static_cast(offsetof(Task_1_tB6E0730C54CFC03F4471315756CF85D05B71C05F, ___m_result_40)); } inline ValueTuple_2_t6E5328CF9F490572344E5992FA01B3256F92075E get_m_result_40() const { return ___m_result_40; } inline ValueTuple_2_t6E5328CF9F490572344E5992FA01B3256F92075E * get_address_of_m_result_40() { return &___m_result_40; } inline void set_m_result_40(ValueTuple_2_t6E5328CF9F490572344E5992FA01B3256F92075E value) { ___m_result_40 = value; } }; // System.Threading.Tasks.Task`1 struct Task_1_tC1805497876E88B78A2B0CB81C6409E0B381AC17 : public Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 { public: // TResult System.Threading.Tasks.Task`1::m_result RuntimeObject * ___m_result_40; public: inline static int32_t get_offset_of_m_result_40() { return static_cast(offsetof(Task_1_tC1805497876E88B78A2B0CB81C6409E0B381AC17, ___m_result_40)); } inline RuntimeObject * get_m_result_40() const { return ___m_result_40; } inline RuntimeObject ** get_address_of_m_result_40() { return &___m_result_40; } inline void set_m_result_40(RuntimeObject * value) { ___m_result_40 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_result_40), (void*)value); } }; // System.Linq.Enumerable/WhereArrayIterator`1> struct WhereArrayIterator_1_tA75DA39521F05F3883C639BA3B7651F5FCD1B25A : public Iterator_1_t9A3E8D851CE5C3F0E1C5893577C797E17FAA5366 { public: // TSource[] System.Linq.Enumerable/WhereArrayIterator`1::source KeyValuePair_2U5BU5D_tA780E964000F617CC6335A0DEC92B09FE0085E1C* ___source_3; // System.Func`2 System.Linq.Enumerable/WhereArrayIterator`1::predicate Func_2_tD570D29C5027C04365E3BD2965A2B25DE326F8D7 * ___predicate_4; // System.Int32 System.Linq.Enumerable/WhereArrayIterator`1::index int32_t ___index_5; public: inline static int32_t get_offset_of_source_3() { return static_cast(offsetof(WhereArrayIterator_1_tA75DA39521F05F3883C639BA3B7651F5FCD1B25A, ___source_3)); } inline KeyValuePair_2U5BU5D_tA780E964000F617CC6335A0DEC92B09FE0085E1C* get_source_3() const { return ___source_3; } inline KeyValuePair_2U5BU5D_tA780E964000F617CC6335A0DEC92B09FE0085E1C** get_address_of_source_3() { return &___source_3; } inline void set_source_3(KeyValuePair_2U5BU5D_tA780E964000F617CC6335A0DEC92B09FE0085E1C* value) { ___source_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_3), (void*)value); } inline static int32_t get_offset_of_predicate_4() { return static_cast(offsetof(WhereArrayIterator_1_tA75DA39521F05F3883C639BA3B7651F5FCD1B25A, ___predicate_4)); } inline Func_2_tD570D29C5027C04365E3BD2965A2B25DE326F8D7 * get_predicate_4() const { return ___predicate_4; } inline Func_2_tD570D29C5027C04365E3BD2965A2B25DE326F8D7 ** get_address_of_predicate_4() { return &___predicate_4; } inline void set_predicate_4(Func_2_tD570D29C5027C04365E3BD2965A2B25DE326F8D7 * value) { ___predicate_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___predicate_4), (void*)value); } inline static int32_t get_offset_of_index_5() { return static_cast(offsetof(WhereArrayIterator_1_tA75DA39521F05F3883C639BA3B7651F5FCD1B25A, ___index_5)); } inline int32_t get_index_5() const { return ___index_5; } inline int32_t* get_address_of_index_5() { return &___index_5; } inline void set_index_5(int32_t value) { ___index_5 = value; } }; // System.Linq.Enumerable/WhereEnumerableIterator`1> struct WhereEnumerableIterator_1_t280A111308444ADF95E9634B9AE20C1A478740E9 : public Iterator_1_t9A3E8D851CE5C3F0E1C5893577C797E17FAA5366 { public: // System.Collections.Generic.IEnumerable`1 System.Linq.Enumerable/WhereEnumerableIterator`1::source RuntimeObject* ___source_3; // System.Func`2 System.Linq.Enumerable/WhereEnumerableIterator`1::predicate Func_2_tD570D29C5027C04365E3BD2965A2B25DE326F8D7 * ___predicate_4; // System.Collections.Generic.IEnumerator`1 System.Linq.Enumerable/WhereEnumerableIterator`1::enumerator RuntimeObject* ___enumerator_5; public: inline static int32_t get_offset_of_source_3() { return static_cast(offsetof(WhereEnumerableIterator_1_t280A111308444ADF95E9634B9AE20C1A478740E9, ___source_3)); } inline RuntimeObject* get_source_3() const { return ___source_3; } inline RuntimeObject** get_address_of_source_3() { return &___source_3; } inline void set_source_3(RuntimeObject* value) { ___source_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_3), (void*)value); } inline static int32_t get_offset_of_predicate_4() { return static_cast(offsetof(WhereEnumerableIterator_1_t280A111308444ADF95E9634B9AE20C1A478740E9, ___predicate_4)); } inline Func_2_tD570D29C5027C04365E3BD2965A2B25DE326F8D7 * get_predicate_4() const { return ___predicate_4; } inline Func_2_tD570D29C5027C04365E3BD2965A2B25DE326F8D7 ** get_address_of_predicate_4() { return &___predicate_4; } inline void set_predicate_4(Func_2_tD570D29C5027C04365E3BD2965A2B25DE326F8D7 * value) { ___predicate_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___predicate_4), (void*)value); } inline static int32_t get_offset_of_enumerator_5() { return static_cast(offsetof(WhereEnumerableIterator_1_t280A111308444ADF95E9634B9AE20C1A478740E9, ___enumerator_5)); } inline RuntimeObject* get_enumerator_5() const { return ___enumerator_5; } inline RuntimeObject** get_address_of_enumerator_5() { return &___enumerator_5; } inline void set_enumerator_5(RuntimeObject* value) { ___enumerator_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___enumerator_5), (void*)value); } }; // System.Linq.Enumerable/WhereListIterator`1> struct WhereListIterator_1_t8ED0122CFDC0D98BEACF64F1CF782443FE1312E3 : public Iterator_1_t9A3E8D851CE5C3F0E1C5893577C797E17FAA5366 { public: // System.Collections.Generic.List`1 System.Linq.Enumerable/WhereListIterator`1::source List_1_tFBF6A022293416BA5AD7B89F3A150C81EF05606E * ___source_3; // System.Func`2 System.Linq.Enumerable/WhereListIterator`1::predicate Func_2_tD570D29C5027C04365E3BD2965A2B25DE326F8D7 * ___predicate_4; // System.Collections.Generic.List`1/Enumerator System.Linq.Enumerable/WhereListIterator`1::enumerator Enumerator_tA73714A95511E4A3614246077E7C1FDAD5447D04 ___enumerator_5; public: inline static int32_t get_offset_of_source_3() { return static_cast(offsetof(WhereListIterator_1_t8ED0122CFDC0D98BEACF64F1CF782443FE1312E3, ___source_3)); } inline List_1_tFBF6A022293416BA5AD7B89F3A150C81EF05606E * get_source_3() const { return ___source_3; } inline List_1_tFBF6A022293416BA5AD7B89F3A150C81EF05606E ** get_address_of_source_3() { return &___source_3; } inline void set_source_3(List_1_tFBF6A022293416BA5AD7B89F3A150C81EF05606E * value) { ___source_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_3), (void*)value); } inline static int32_t get_offset_of_predicate_4() { return static_cast(offsetof(WhereListIterator_1_t8ED0122CFDC0D98BEACF64F1CF782443FE1312E3, ___predicate_4)); } inline Func_2_tD570D29C5027C04365E3BD2965A2B25DE326F8D7 * get_predicate_4() const { return ___predicate_4; } inline Func_2_tD570D29C5027C04365E3BD2965A2B25DE326F8D7 ** get_address_of_predicate_4() { return &___predicate_4; } inline void set_predicate_4(Func_2_tD570D29C5027C04365E3BD2965A2B25DE326F8D7 * value) { ___predicate_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___predicate_4), (void*)value); } inline static int32_t get_offset_of_enumerator_5() { return static_cast(offsetof(WhereListIterator_1_t8ED0122CFDC0D98BEACF64F1CF782443FE1312E3, ___enumerator_5)); } inline Enumerator_tA73714A95511E4A3614246077E7C1FDAD5447D04 get_enumerator_5() const { return ___enumerator_5; } inline Enumerator_tA73714A95511E4A3614246077E7C1FDAD5447D04 * get_address_of_enumerator_5() { return &___enumerator_5; } inline void set_enumerator_5(Enumerator_tA73714A95511E4A3614246077E7C1FDAD5447D04 value) { ___enumerator_5 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___enumerator_5))->___list_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___enumerator_5))->___current_3))->___key_0), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___enumerator_5))->___current_3))->___value_1), (void*)NULL); #endif } }; // UnityEngine.Animations.AnimationLayerMixerPlayable struct AnimationLayerMixerPlayable_tF647DD9BCA6E0F49367A5F13AAE0D5B093A91880 { public: // UnityEngine.Playables.PlayableHandle UnityEngine.Animations.AnimationLayerMixerPlayable::m_Handle PlayableHandle_t50DCD240B0400DDAD0822C13E5DBC7AD64DC027A ___m_Handle_0; public: inline static int32_t get_offset_of_m_Handle_0() { return static_cast(offsetof(AnimationLayerMixerPlayable_tF647DD9BCA6E0F49367A5F13AAE0D5B093A91880, ___m_Handle_0)); } inline PlayableHandle_t50DCD240B0400DDAD0822C13E5DBC7AD64DC027A get_m_Handle_0() const { return ___m_Handle_0; } inline PlayableHandle_t50DCD240B0400DDAD0822C13E5DBC7AD64DC027A * get_address_of_m_Handle_0() { return &___m_Handle_0; } inline void set_m_Handle_0(PlayableHandle_t50DCD240B0400DDAD0822C13E5DBC7AD64DC027A value) { ___m_Handle_0 = value; } }; // UnityEngine.Animations.AnimationMixerPlayable struct AnimationMixerPlayable_t7C6D407FE0D55712B07081F8114CFA347F124741 { public: // UnityEngine.Playables.PlayableHandle UnityEngine.Animations.AnimationMixerPlayable::m_Handle PlayableHandle_t50DCD240B0400DDAD0822C13E5DBC7AD64DC027A ___m_Handle_0; public: inline static int32_t get_offset_of_m_Handle_0() { return static_cast(offsetof(AnimationMixerPlayable_t7C6D407FE0D55712B07081F8114CFA347F124741, ___m_Handle_0)); } inline PlayableHandle_t50DCD240B0400DDAD0822C13E5DBC7AD64DC027A get_m_Handle_0() const { return ___m_Handle_0; } inline PlayableHandle_t50DCD240B0400DDAD0822C13E5DBC7AD64DC027A * get_address_of_m_Handle_0() { return &___m_Handle_0; } inline void set_m_Handle_0(PlayableHandle_t50DCD240B0400DDAD0822C13E5DBC7AD64DC027A value) { ___m_Handle_0 = value; } }; // UnityEngine.Animations.AnimationMotionXToDeltaPlayable struct AnimationMotionXToDeltaPlayable_t6E21B629D4689F5E3CFCFACA0B31411082773076 { public: // UnityEngine.Playables.PlayableHandle UnityEngine.Animations.AnimationMotionXToDeltaPlayable::m_Handle PlayableHandle_t50DCD240B0400DDAD0822C13E5DBC7AD64DC027A ___m_Handle_0; public: inline static int32_t get_offset_of_m_Handle_0() { return static_cast(offsetof(AnimationMotionXToDeltaPlayable_t6E21B629D4689F5E3CFCFACA0B31411082773076, ___m_Handle_0)); } inline PlayableHandle_t50DCD240B0400DDAD0822C13E5DBC7AD64DC027A get_m_Handle_0() const { return ___m_Handle_0; } inline PlayableHandle_t50DCD240B0400DDAD0822C13E5DBC7AD64DC027A * get_address_of_m_Handle_0() { return &___m_Handle_0; } inline void set_m_Handle_0(PlayableHandle_t50DCD240B0400DDAD0822C13E5DBC7AD64DC027A value) { ___m_Handle_0 = value; } }; // UnityEngine.Animations.AnimationOffsetPlayable struct AnimationOffsetPlayable_tBB8333A8E35A23D8FAA2D34E35FF02BD53FF9941 { public: // UnityEngine.Playables.PlayableHandle UnityEngine.Animations.AnimationOffsetPlayable::m_Handle PlayableHandle_t50DCD240B0400DDAD0822C13E5DBC7AD64DC027A ___m_Handle_0; public: inline static int32_t get_offset_of_m_Handle_0() { return static_cast(offsetof(AnimationOffsetPlayable_tBB8333A8E35A23D8FAA2D34E35FF02BD53FF9941, ___m_Handle_0)); } inline PlayableHandle_t50DCD240B0400DDAD0822C13E5DBC7AD64DC027A get_m_Handle_0() const { return ___m_Handle_0; } inline PlayableHandle_t50DCD240B0400DDAD0822C13E5DBC7AD64DC027A * get_address_of_m_Handle_0() { return &___m_Handle_0; } inline void set_m_Handle_0(PlayableHandle_t50DCD240B0400DDAD0822C13E5DBC7AD64DC027A value) { ___m_Handle_0 = value; } }; // UnityEngine.Animations.AnimationRemoveScalePlayable struct AnimationRemoveScalePlayable_t774D428669D5CF715E9A7E80E52A619AECC80429 { public: // UnityEngine.Playables.PlayableHandle UnityEngine.Animations.AnimationRemoveScalePlayable::m_Handle PlayableHandle_t50DCD240B0400DDAD0822C13E5DBC7AD64DC027A ___m_Handle_0; public: inline static int32_t get_offset_of_m_Handle_0() { return static_cast(offsetof(AnimationRemoveScalePlayable_t774D428669D5CF715E9A7E80E52A619AECC80429, ___m_Handle_0)); } inline PlayableHandle_t50DCD240B0400DDAD0822C13E5DBC7AD64DC027A get_m_Handle_0() const { return ___m_Handle_0; } inline PlayableHandle_t50DCD240B0400DDAD0822C13E5DBC7AD64DC027A * get_address_of_m_Handle_0() { return &___m_Handle_0; } inline void set_m_Handle_0(PlayableHandle_t50DCD240B0400DDAD0822C13E5DBC7AD64DC027A value) { ___m_Handle_0 = value; } }; // UnityEngine.AssetBundle struct AssetBundle_t4D34D7FDF0F230DC641DC1FCFA2C0E7E9E628FA4 : public Object_tF2F3778131EFF286AF62B7B013A170F95A91571A { public: public: }; // UnityEngine.Component struct Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 : public Object_tF2F3778131EFF286AF62B7B013A170F95A91571A { public: public: }; // UnityEngine.InputSystem.LowLevel.DisableDeviceCommand struct DisableDeviceCommand_tB2F65EF65EBE67BF06541CD04C81BB31EE208FD5 { public: union { struct { union { #pragma pack(push, tp, 1) struct { // UnityEngine.InputSystem.LowLevel.InputDeviceCommand UnityEngine.InputSystem.LowLevel.DisableDeviceCommand::baseCommand InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 ___baseCommand_1; }; #pragma pack(pop, tp) struct { InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 ___baseCommand_1_forAlignmentOnly; }; }; }; uint8_t DisableDeviceCommand_tB2F65EF65EBE67BF06541CD04C81BB31EE208FD5__padding[8]; }; public: inline static int32_t get_offset_of_baseCommand_1() { return static_cast(offsetof(DisableDeviceCommand_tB2F65EF65EBE67BF06541CD04C81BB31EE208FD5, ___baseCommand_1)); } inline InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 get_baseCommand_1() const { return ___baseCommand_1; } inline InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 * get_address_of_baseCommand_1() { return &___baseCommand_1; } inline void set_baseCommand_1(InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 value) { ___baseCommand_1 = value; } }; // UnityEngine.InputSystem.LowLevel.DualMotorRumbleCommand struct DualMotorRumbleCommand_t6ADC52F694D48928E097C79824A58C7EEBB650EF { public: union { struct { union { #pragma pack(push, tp, 1) struct { // UnityEngine.InputSystem.LowLevel.InputDeviceCommand UnityEngine.InputSystem.LowLevel.DualMotorRumbleCommand::baseCommand InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 ___baseCommand_1; }; #pragma pack(pop, tp) struct { InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 ___baseCommand_1_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___lowFrequencyMotorSpeed_2_OffsetPadding[8]; // System.Single UnityEngine.InputSystem.LowLevel.DualMotorRumbleCommand::lowFrequencyMotorSpeed float ___lowFrequencyMotorSpeed_2; }; #pragma pack(pop, tp) struct { char ___lowFrequencyMotorSpeed_2_OffsetPadding_forAlignmentOnly[8]; float ___lowFrequencyMotorSpeed_2_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___highFrequencyMotorSpeed_3_OffsetPadding[12]; // System.Single UnityEngine.InputSystem.LowLevel.DualMotorRumbleCommand::highFrequencyMotorSpeed float ___highFrequencyMotorSpeed_3; }; #pragma pack(pop, tp) struct { char ___highFrequencyMotorSpeed_3_OffsetPadding_forAlignmentOnly[12]; float ___highFrequencyMotorSpeed_3_forAlignmentOnly; }; }; }; uint8_t DualMotorRumbleCommand_t6ADC52F694D48928E097C79824A58C7EEBB650EF__padding[16]; }; public: inline static int32_t get_offset_of_baseCommand_1() { return static_cast(offsetof(DualMotorRumbleCommand_t6ADC52F694D48928E097C79824A58C7EEBB650EF, ___baseCommand_1)); } inline InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 get_baseCommand_1() const { return ___baseCommand_1; } inline InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 * get_address_of_baseCommand_1() { return &___baseCommand_1; } inline void set_baseCommand_1(InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 value) { ___baseCommand_1 = value; } inline static int32_t get_offset_of_lowFrequencyMotorSpeed_2() { return static_cast(offsetof(DualMotorRumbleCommand_t6ADC52F694D48928E097C79824A58C7EEBB650EF, ___lowFrequencyMotorSpeed_2)); } inline float get_lowFrequencyMotorSpeed_2() const { return ___lowFrequencyMotorSpeed_2; } inline float* get_address_of_lowFrequencyMotorSpeed_2() { return &___lowFrequencyMotorSpeed_2; } inline void set_lowFrequencyMotorSpeed_2(float value) { ___lowFrequencyMotorSpeed_2 = value; } inline static int32_t get_offset_of_highFrequencyMotorSpeed_3() { return static_cast(offsetof(DualMotorRumbleCommand_t6ADC52F694D48928E097C79824A58C7EEBB650EF, ___highFrequencyMotorSpeed_3)); } inline float get_highFrequencyMotorSpeed_3() const { return ___highFrequencyMotorSpeed_3; } inline float* get_address_of_highFrequencyMotorSpeed_3() { return &___highFrequencyMotorSpeed_3; } inline void set_highFrequencyMotorSpeed_3(float value) { ___highFrequencyMotorSpeed_3 = value; } }; // UnityEngine.InputSystem.DualShock.LowLevel.DualSenseHIDUSBOutputReport struct DualSenseHIDUSBOutputReport_tDEEFAB1B7A7FAFA48FEBA4A3328CF02953FFC2CB { public: union { struct { union { #pragma pack(push, tp, 1) struct { // UnityEngine.InputSystem.LowLevel.InputDeviceCommand UnityEngine.InputSystem.DualShock.LowLevel.DualSenseHIDUSBOutputReport::baseCommand InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 ___baseCommand_1; }; #pragma pack(pop, tp) struct { InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 ___baseCommand_1_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___reportId_2_OffsetPadding[8]; // System.Byte UnityEngine.InputSystem.DualShock.LowLevel.DualSenseHIDUSBOutputReport::reportId uint8_t ___reportId_2; }; #pragma pack(pop, tp) struct { char ___reportId_2_OffsetPadding_forAlignmentOnly[8]; uint8_t ___reportId_2_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___payload_3_OffsetPadding[9]; // UnityEngine.InputSystem.DualShock.LowLevel.DualSenseHIDOutputReportPayload UnityEngine.InputSystem.DualShock.LowLevel.DualSenseHIDUSBOutputReport::payload DualSenseHIDOutputReportPayload_tE947E98D0A2CB52F3EBB5F039BBACE80B7291951 ___payload_3; }; #pragma pack(pop, tp) struct { char ___payload_3_OffsetPadding_forAlignmentOnly[9]; DualSenseHIDOutputReportPayload_tE947E98D0A2CB52F3EBB5F039BBACE80B7291951 ___payload_3_forAlignmentOnly; }; }; }; uint8_t DualSenseHIDUSBOutputReport_tDEEFAB1B7A7FAFA48FEBA4A3328CF02953FFC2CB__padding[56]; }; public: inline static int32_t get_offset_of_baseCommand_1() { return static_cast(offsetof(DualSenseHIDUSBOutputReport_tDEEFAB1B7A7FAFA48FEBA4A3328CF02953FFC2CB, ___baseCommand_1)); } inline InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 get_baseCommand_1() const { return ___baseCommand_1; } inline InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 * get_address_of_baseCommand_1() { return &___baseCommand_1; } inline void set_baseCommand_1(InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 value) { ___baseCommand_1 = value; } inline static int32_t get_offset_of_reportId_2() { return static_cast(offsetof(DualSenseHIDUSBOutputReport_tDEEFAB1B7A7FAFA48FEBA4A3328CF02953FFC2CB, ___reportId_2)); } inline uint8_t get_reportId_2() const { return ___reportId_2; } inline uint8_t* get_address_of_reportId_2() { return &___reportId_2; } inline void set_reportId_2(uint8_t value) { ___reportId_2 = value; } inline static int32_t get_offset_of_payload_3() { return static_cast(offsetof(DualSenseHIDUSBOutputReport_tDEEFAB1B7A7FAFA48FEBA4A3328CF02953FFC2CB, ___payload_3)); } inline DualSenseHIDOutputReportPayload_tE947E98D0A2CB52F3EBB5F039BBACE80B7291951 get_payload_3() const { return ___payload_3; } inline DualSenseHIDOutputReportPayload_tE947E98D0A2CB52F3EBB5F039BBACE80B7291951 * get_address_of_payload_3() { return &___payload_3; } inline void set_payload_3(DualSenseHIDOutputReportPayload_tE947E98D0A2CB52F3EBB5F039BBACE80B7291951 value) { ___payload_3 = value; } }; // UnityEngine.InputSystem.DualShock.LowLevel.DualShockHIDOutputReport struct DualShockHIDOutputReport_t0AD6BB157B4A3F0BA064F129EA6B689F808E928E { public: union { struct { union { #pragma pack(push, tp, 1) struct { // UnityEngine.InputSystem.LowLevel.InputDeviceCommand UnityEngine.InputSystem.DualShock.LowLevel.DualShockHIDOutputReport::baseCommand InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 ___baseCommand_2; }; #pragma pack(pop, tp) struct { InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 ___baseCommand_2_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___reportId_3_OffsetPadding[8]; // System.Byte UnityEngine.InputSystem.DualShock.LowLevel.DualShockHIDOutputReport::reportId uint8_t ___reportId_3; }; #pragma pack(pop, tp) struct { char ___reportId_3_OffsetPadding_forAlignmentOnly[8]; uint8_t ___reportId_3_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___flags_4_OffsetPadding[9]; // System.Byte UnityEngine.InputSystem.DualShock.LowLevel.DualShockHIDOutputReport::flags uint8_t ___flags_4; }; #pragma pack(pop, tp) struct { char ___flags_4_OffsetPadding_forAlignmentOnly[9]; uint8_t ___flags_4_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___unknown1_5_OffsetPadding[10]; // UnityEngine.InputSystem.DualShock.LowLevel.DualShockHIDOutputReport/e__FixedBuffer UnityEngine.InputSystem.DualShock.LowLevel.DualShockHIDOutputReport::unknown1 U3Cunknown1U3Ee__FixedBuffer_tF641A23E8D2D5EBA150123114421CA69B8532757 ___unknown1_5; }; #pragma pack(pop, tp) struct { char ___unknown1_5_OffsetPadding_forAlignmentOnly[10]; U3Cunknown1U3Ee__FixedBuffer_tF641A23E8D2D5EBA150123114421CA69B8532757 ___unknown1_5_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___highFrequencyMotorSpeed_6_OffsetPadding[12]; // System.Byte UnityEngine.InputSystem.DualShock.LowLevel.DualShockHIDOutputReport::highFrequencyMotorSpeed uint8_t ___highFrequencyMotorSpeed_6; }; #pragma pack(pop, tp) struct { char ___highFrequencyMotorSpeed_6_OffsetPadding_forAlignmentOnly[12]; uint8_t ___highFrequencyMotorSpeed_6_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___lowFrequencyMotorSpeed_7_OffsetPadding[13]; // System.Byte UnityEngine.InputSystem.DualShock.LowLevel.DualShockHIDOutputReport::lowFrequencyMotorSpeed uint8_t ___lowFrequencyMotorSpeed_7; }; #pragma pack(pop, tp) struct { char ___lowFrequencyMotorSpeed_7_OffsetPadding_forAlignmentOnly[13]; uint8_t ___lowFrequencyMotorSpeed_7_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___redColor_8_OffsetPadding[14]; // System.Byte UnityEngine.InputSystem.DualShock.LowLevel.DualShockHIDOutputReport::redColor uint8_t ___redColor_8; }; #pragma pack(pop, tp) struct { char ___redColor_8_OffsetPadding_forAlignmentOnly[14]; uint8_t ___redColor_8_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___greenColor_9_OffsetPadding[15]; // System.Byte UnityEngine.InputSystem.DualShock.LowLevel.DualShockHIDOutputReport::greenColor uint8_t ___greenColor_9; }; #pragma pack(pop, tp) struct { char ___greenColor_9_OffsetPadding_forAlignmentOnly[15]; uint8_t ___greenColor_9_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___blueColor_10_OffsetPadding[16]; // System.Byte UnityEngine.InputSystem.DualShock.LowLevel.DualShockHIDOutputReport::blueColor uint8_t ___blueColor_10; }; #pragma pack(pop, tp) struct { char ___blueColor_10_OffsetPadding_forAlignmentOnly[16]; uint8_t ___blueColor_10_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___unknown2_11_OffsetPadding[17]; // UnityEngine.InputSystem.DualShock.LowLevel.DualShockHIDOutputReport/e__FixedBuffer UnityEngine.InputSystem.DualShock.LowLevel.DualShockHIDOutputReport::unknown2 U3Cunknown2U3Ee__FixedBuffer_tBDBE06514CFE490A28E3ED3C349E4422054BDDC6 ___unknown2_11; }; #pragma pack(pop, tp) struct { char ___unknown2_11_OffsetPadding_forAlignmentOnly[17]; U3Cunknown2U3Ee__FixedBuffer_tBDBE06514CFE490A28E3ED3C349E4422054BDDC6 ___unknown2_11_forAlignmentOnly; }; }; }; uint8_t DualShockHIDOutputReport_t0AD6BB157B4A3F0BA064F129EA6B689F808E928E__padding[40]; }; public: inline static int32_t get_offset_of_baseCommand_2() { return static_cast(offsetof(DualShockHIDOutputReport_t0AD6BB157B4A3F0BA064F129EA6B689F808E928E, ___baseCommand_2)); } inline InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 get_baseCommand_2() const { return ___baseCommand_2; } inline InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 * get_address_of_baseCommand_2() { return &___baseCommand_2; } inline void set_baseCommand_2(InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 value) { ___baseCommand_2 = value; } inline static int32_t get_offset_of_reportId_3() { return static_cast(offsetof(DualShockHIDOutputReport_t0AD6BB157B4A3F0BA064F129EA6B689F808E928E, ___reportId_3)); } inline uint8_t get_reportId_3() const { return ___reportId_3; } inline uint8_t* get_address_of_reportId_3() { return &___reportId_3; } inline void set_reportId_3(uint8_t value) { ___reportId_3 = value; } inline static int32_t get_offset_of_flags_4() { return static_cast(offsetof(DualShockHIDOutputReport_t0AD6BB157B4A3F0BA064F129EA6B689F808E928E, ___flags_4)); } inline uint8_t get_flags_4() const { return ___flags_4; } inline uint8_t* get_address_of_flags_4() { return &___flags_4; } inline void set_flags_4(uint8_t value) { ___flags_4 = value; } inline static int32_t get_offset_of_unknown1_5() { return static_cast(offsetof(DualShockHIDOutputReport_t0AD6BB157B4A3F0BA064F129EA6B689F808E928E, ___unknown1_5)); } inline U3Cunknown1U3Ee__FixedBuffer_tF641A23E8D2D5EBA150123114421CA69B8532757 get_unknown1_5() const { return ___unknown1_5; } inline U3Cunknown1U3Ee__FixedBuffer_tF641A23E8D2D5EBA150123114421CA69B8532757 * get_address_of_unknown1_5() { return &___unknown1_5; } inline void set_unknown1_5(U3Cunknown1U3Ee__FixedBuffer_tF641A23E8D2D5EBA150123114421CA69B8532757 value) { ___unknown1_5 = value; } inline static int32_t get_offset_of_highFrequencyMotorSpeed_6() { return static_cast(offsetof(DualShockHIDOutputReport_t0AD6BB157B4A3F0BA064F129EA6B689F808E928E, ___highFrequencyMotorSpeed_6)); } inline uint8_t get_highFrequencyMotorSpeed_6() const { return ___highFrequencyMotorSpeed_6; } inline uint8_t* get_address_of_highFrequencyMotorSpeed_6() { return &___highFrequencyMotorSpeed_6; } inline void set_highFrequencyMotorSpeed_6(uint8_t value) { ___highFrequencyMotorSpeed_6 = value; } inline static int32_t get_offset_of_lowFrequencyMotorSpeed_7() { return static_cast(offsetof(DualShockHIDOutputReport_t0AD6BB157B4A3F0BA064F129EA6B689F808E928E, ___lowFrequencyMotorSpeed_7)); } inline uint8_t get_lowFrequencyMotorSpeed_7() const { return ___lowFrequencyMotorSpeed_7; } inline uint8_t* get_address_of_lowFrequencyMotorSpeed_7() { return &___lowFrequencyMotorSpeed_7; } inline void set_lowFrequencyMotorSpeed_7(uint8_t value) { ___lowFrequencyMotorSpeed_7 = value; } inline static int32_t get_offset_of_redColor_8() { return static_cast(offsetof(DualShockHIDOutputReport_t0AD6BB157B4A3F0BA064F129EA6B689F808E928E, ___redColor_8)); } inline uint8_t get_redColor_8() const { return ___redColor_8; } inline uint8_t* get_address_of_redColor_8() { return &___redColor_8; } inline void set_redColor_8(uint8_t value) { ___redColor_8 = value; } inline static int32_t get_offset_of_greenColor_9() { return static_cast(offsetof(DualShockHIDOutputReport_t0AD6BB157B4A3F0BA064F129EA6B689F808E928E, ___greenColor_9)); } inline uint8_t get_greenColor_9() const { return ___greenColor_9; } inline uint8_t* get_address_of_greenColor_9() { return &___greenColor_9; } inline void set_greenColor_9(uint8_t value) { ___greenColor_9 = value; } inline static int32_t get_offset_of_blueColor_10() { return static_cast(offsetof(DualShockHIDOutputReport_t0AD6BB157B4A3F0BA064F129EA6B689F808E928E, ___blueColor_10)); } inline uint8_t get_blueColor_10() const { return ___blueColor_10; } inline uint8_t* get_address_of_blueColor_10() { return &___blueColor_10; } inline void set_blueColor_10(uint8_t value) { ___blueColor_10 = value; } inline static int32_t get_offset_of_unknown2_11() { return static_cast(offsetof(DualShockHIDOutputReport_t0AD6BB157B4A3F0BA064F129EA6B689F808E928E, ___unknown2_11)); } inline U3Cunknown2U3Ee__FixedBuffer_tBDBE06514CFE490A28E3ED3C349E4422054BDDC6 get_unknown2_11() const { return ___unknown2_11; } inline U3Cunknown2U3Ee__FixedBuffer_tBDBE06514CFE490A28E3ED3C349E4422054BDDC6 * get_address_of_unknown2_11() { return &___unknown2_11; } inline void set_unknown2_11(U3Cunknown2U3Ee__FixedBuffer_tBDBE06514CFE490A28E3ED3C349E4422054BDDC6 value) { ___unknown2_11 = value; } }; // UnityEngine.InputSystem.LowLevel.EnableDeviceCommand struct EnableDeviceCommand_tB57B3D3EDA2CD18BF45CCDB5132C993C6FBFA613 { public: union { struct { union { #pragma pack(push, tp, 1) struct { // UnityEngine.InputSystem.LowLevel.InputDeviceCommand UnityEngine.InputSystem.LowLevel.EnableDeviceCommand::baseCommand InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 ___baseCommand_1; }; #pragma pack(pop, tp) struct { InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 ___baseCommand_1_forAlignmentOnly; }; }; }; uint8_t EnableDeviceCommand_tB57B3D3EDA2CD18BF45CCDB5132C993C6FBFA613__padding[8]; }; public: inline static int32_t get_offset_of_baseCommand_1() { return static_cast(offsetof(EnableDeviceCommand_tB57B3D3EDA2CD18BF45CCDB5132C993C6FBFA613, ___baseCommand_1)); } inline InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 get_baseCommand_1() const { return ___baseCommand_1; } inline InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 * get_address_of_baseCommand_1() { return &___baseCommand_1; } inline void set_baseCommand_1(InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 value) { ___baseCommand_1 = value; } }; // UnityEngine.InputSystem.LowLevel.EnableIMECompositionCommand struct EnableIMECompositionCommand_tF2F6C07718C5C668007D806FCE10B636760742CA { public: union { struct { union { #pragma pack(push, tp, 1) struct { // UnityEngine.InputSystem.LowLevel.InputDeviceCommand UnityEngine.InputSystem.LowLevel.EnableIMECompositionCommand::baseCommand InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 ___baseCommand_1; }; #pragma pack(pop, tp) struct { InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 ___baseCommand_1_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___m_ImeEnabled_2_OffsetPadding[8]; // System.Byte UnityEngine.InputSystem.LowLevel.EnableIMECompositionCommand::m_ImeEnabled uint8_t ___m_ImeEnabled_2; }; #pragma pack(pop, tp) struct { char ___m_ImeEnabled_2_OffsetPadding_forAlignmentOnly[8]; uint8_t ___m_ImeEnabled_2_forAlignmentOnly; }; }; }; uint8_t EnableIMECompositionCommand_tF2F6C07718C5C668007D806FCE10B636760742CA__padding[9]; }; public: inline static int32_t get_offset_of_baseCommand_1() { return static_cast(offsetof(EnableIMECompositionCommand_tF2F6C07718C5C668007D806FCE10B636760742CA, ___baseCommand_1)); } inline InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 get_baseCommand_1() const { return ___baseCommand_1; } inline InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 * get_address_of_baseCommand_1() { return &___baseCommand_1; } inline void set_baseCommand_1(InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 value) { ___baseCommand_1 = value; } inline static int32_t get_offset_of_m_ImeEnabled_2() { return static_cast(offsetof(EnableIMECompositionCommand_tF2F6C07718C5C668007D806FCE10B636760742CA, ___m_ImeEnabled_2)); } inline uint8_t get_m_ImeEnabled_2() const { return ___m_ImeEnabled_2; } inline uint8_t* get_address_of_m_ImeEnabled_2() { return &___m_ImeEnabled_2; } inline void set_m_ImeEnabled_2(uint8_t value) { ___m_ImeEnabled_2 = value; } }; // UnityEngine.GameObject struct GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 : public Object_tF2F3778131EFF286AF62B7B013A170F95A91571A { public: public: }; // UnityEngine.InputSystem.XR.Haptics.GetHapticCapabilitiesCommand struct GetHapticCapabilitiesCommand_t91FAA9822624A8DFEEF87AE341EB533E2AE86E0E { public: union { struct { union { #pragma pack(push, tp, 1) struct { // UnityEngine.InputSystem.LowLevel.InputDeviceCommand UnityEngine.InputSystem.XR.Haptics.GetHapticCapabilitiesCommand::baseCommand InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 ___baseCommand_1; }; #pragma pack(pop, tp) struct { InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 ___baseCommand_1_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___numChannels_2_OffsetPadding[8]; // System.UInt32 UnityEngine.InputSystem.XR.Haptics.GetHapticCapabilitiesCommand::numChannels uint32_t ___numChannels_2; }; #pragma pack(pop, tp) struct { char ___numChannels_2_OffsetPadding_forAlignmentOnly[8]; uint32_t ___numChannels_2_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___frequencyHz_3_OffsetPadding[12]; // System.UInt32 UnityEngine.InputSystem.XR.Haptics.GetHapticCapabilitiesCommand::frequencyHz uint32_t ___frequencyHz_3; }; #pragma pack(pop, tp) struct { char ___frequencyHz_3_OffsetPadding_forAlignmentOnly[12]; uint32_t ___frequencyHz_3_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___maxBufferSize_4_OffsetPadding[16]; // System.UInt32 UnityEngine.InputSystem.XR.Haptics.GetHapticCapabilitiesCommand::maxBufferSize uint32_t ___maxBufferSize_4; }; #pragma pack(pop, tp) struct { char ___maxBufferSize_4_OffsetPadding_forAlignmentOnly[16]; uint32_t ___maxBufferSize_4_forAlignmentOnly; }; }; }; uint8_t GetHapticCapabilitiesCommand_t91FAA9822624A8DFEEF87AE341EB533E2AE86E0E__padding[20]; }; public: inline static int32_t get_offset_of_baseCommand_1() { return static_cast(offsetof(GetHapticCapabilitiesCommand_t91FAA9822624A8DFEEF87AE341EB533E2AE86E0E, ___baseCommand_1)); } inline InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 get_baseCommand_1() const { return ___baseCommand_1; } inline InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 * get_address_of_baseCommand_1() { return &___baseCommand_1; } inline void set_baseCommand_1(InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 value) { ___baseCommand_1 = value; } inline static int32_t get_offset_of_numChannels_2() { return static_cast(offsetof(GetHapticCapabilitiesCommand_t91FAA9822624A8DFEEF87AE341EB533E2AE86E0E, ___numChannels_2)); } inline uint32_t get_numChannels_2() const { return ___numChannels_2; } inline uint32_t* get_address_of_numChannels_2() { return &___numChannels_2; } inline void set_numChannels_2(uint32_t value) { ___numChannels_2 = value; } inline static int32_t get_offset_of_frequencyHz_3() { return static_cast(offsetof(GetHapticCapabilitiesCommand_t91FAA9822624A8DFEEF87AE341EB533E2AE86E0E, ___frequencyHz_3)); } inline uint32_t get_frequencyHz_3() const { return ___frequencyHz_3; } inline uint32_t* get_address_of_frequencyHz_3() { return &___frequencyHz_3; } inline void set_frequencyHz_3(uint32_t value) { ___frequencyHz_3 = value; } inline static int32_t get_offset_of_maxBufferSize_4() { return static_cast(offsetof(GetHapticCapabilitiesCommand_t91FAA9822624A8DFEEF87AE341EB533E2AE86E0E, ___maxBufferSize_4)); } inline uint32_t get_maxBufferSize_4() const { return ___maxBufferSize_4; } inline uint32_t* get_address_of_maxBufferSize_4() { return &___maxBufferSize_4; } inline void set_maxBufferSize_4(uint32_t value) { ___maxBufferSize_4 = value; } }; // UnityEngine.InputSystem.LowLevel.InitiateUserAccountPairingCommand struct InitiateUserAccountPairingCommand_t147B5950107F38E909CC8A387C70C3D0416B5314 { public: union { struct { union { #pragma pack(push, tp, 1) struct { // UnityEngine.InputSystem.LowLevel.InputDeviceCommand UnityEngine.InputSystem.LowLevel.InitiateUserAccountPairingCommand::baseCommand InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 ___baseCommand_1; }; #pragma pack(pop, tp) struct { InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 ___baseCommand_1_forAlignmentOnly; }; }; }; uint8_t InitiateUserAccountPairingCommand_t147B5950107F38E909CC8A387C70C3D0416B5314__padding[8]; }; public: inline static int32_t get_offset_of_baseCommand_1() { return static_cast(offsetof(InitiateUserAccountPairingCommand_t147B5950107F38E909CC8A387C70C3D0416B5314, ___baseCommand_1)); } inline InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 get_baseCommand_1() const { return ___baseCommand_1; } inline InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 * get_address_of_baseCommand_1() { return &___baseCommand_1; } inline void set_baseCommand_1(InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 value) { ___baseCommand_1 = value; } }; // UnityEngine.InputSystem.InputBinding struct InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB { public: // System.String UnityEngine.InputSystem.InputBinding::m_Name String_t* ___m_Name_2; // System.String UnityEngine.InputSystem.InputBinding::m_Id String_t* ___m_Id_3; // System.String UnityEngine.InputSystem.InputBinding::m_Path String_t* ___m_Path_4; // System.String UnityEngine.InputSystem.InputBinding::m_Interactions String_t* ___m_Interactions_5; // System.String UnityEngine.InputSystem.InputBinding::m_Processors String_t* ___m_Processors_6; // System.String UnityEngine.InputSystem.InputBinding::m_Groups String_t* ___m_Groups_7; // System.String UnityEngine.InputSystem.InputBinding::m_Action String_t* ___m_Action_8; // UnityEngine.InputSystem.InputBinding/Flags UnityEngine.InputSystem.InputBinding::m_Flags int32_t ___m_Flags_9; // System.String UnityEngine.InputSystem.InputBinding::m_OverridePath String_t* ___m_OverridePath_10; // System.String UnityEngine.InputSystem.InputBinding::m_OverrideInteractions String_t* ___m_OverrideInteractions_11; // System.String UnityEngine.InputSystem.InputBinding::m_OverrideProcessors String_t* ___m_OverrideProcessors_12; public: inline static int32_t get_offset_of_m_Name_2() { return static_cast(offsetof(InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB, ___m_Name_2)); } inline String_t* get_m_Name_2() const { return ___m_Name_2; } inline String_t** get_address_of_m_Name_2() { return &___m_Name_2; } inline void set_m_Name_2(String_t* value) { ___m_Name_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Name_2), (void*)value); } inline static int32_t get_offset_of_m_Id_3() { return static_cast(offsetof(InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB, ___m_Id_3)); } inline String_t* get_m_Id_3() const { return ___m_Id_3; } inline String_t** get_address_of_m_Id_3() { return &___m_Id_3; } inline void set_m_Id_3(String_t* value) { ___m_Id_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Id_3), (void*)value); } inline static int32_t get_offset_of_m_Path_4() { return static_cast(offsetof(InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB, ___m_Path_4)); } inline String_t* get_m_Path_4() const { return ___m_Path_4; } inline String_t** get_address_of_m_Path_4() { return &___m_Path_4; } inline void set_m_Path_4(String_t* value) { ___m_Path_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Path_4), (void*)value); } inline static int32_t get_offset_of_m_Interactions_5() { return static_cast(offsetof(InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB, ___m_Interactions_5)); } inline String_t* get_m_Interactions_5() const { return ___m_Interactions_5; } inline String_t** get_address_of_m_Interactions_5() { return &___m_Interactions_5; } inline void set_m_Interactions_5(String_t* value) { ___m_Interactions_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Interactions_5), (void*)value); } inline static int32_t get_offset_of_m_Processors_6() { return static_cast(offsetof(InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB, ___m_Processors_6)); } inline String_t* get_m_Processors_6() const { return ___m_Processors_6; } inline String_t** get_address_of_m_Processors_6() { return &___m_Processors_6; } inline void set_m_Processors_6(String_t* value) { ___m_Processors_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Processors_6), (void*)value); } inline static int32_t get_offset_of_m_Groups_7() { return static_cast(offsetof(InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB, ___m_Groups_7)); } inline String_t* get_m_Groups_7() const { return ___m_Groups_7; } inline String_t** get_address_of_m_Groups_7() { return &___m_Groups_7; } inline void set_m_Groups_7(String_t* value) { ___m_Groups_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Groups_7), (void*)value); } inline static int32_t get_offset_of_m_Action_8() { return static_cast(offsetof(InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB, ___m_Action_8)); } inline String_t* get_m_Action_8() const { return ___m_Action_8; } inline String_t** get_address_of_m_Action_8() { return &___m_Action_8; } inline void set_m_Action_8(String_t* value) { ___m_Action_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Action_8), (void*)value); } inline static int32_t get_offset_of_m_Flags_9() { return static_cast(offsetof(InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB, ___m_Flags_9)); } inline int32_t get_m_Flags_9() const { return ___m_Flags_9; } inline int32_t* get_address_of_m_Flags_9() { return &___m_Flags_9; } inline void set_m_Flags_9(int32_t value) { ___m_Flags_9 = value; } inline static int32_t get_offset_of_m_OverridePath_10() { return static_cast(offsetof(InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB, ___m_OverridePath_10)); } inline String_t* get_m_OverridePath_10() const { return ___m_OverridePath_10; } inline String_t** get_address_of_m_OverridePath_10() { return &___m_OverridePath_10; } inline void set_m_OverridePath_10(String_t* value) { ___m_OverridePath_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_OverridePath_10), (void*)value); } inline static int32_t get_offset_of_m_OverrideInteractions_11() { return static_cast(offsetof(InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB, ___m_OverrideInteractions_11)); } inline String_t* get_m_OverrideInteractions_11() const { return ___m_OverrideInteractions_11; } inline String_t** get_address_of_m_OverrideInteractions_11() { return &___m_OverrideInteractions_11; } inline void set_m_OverrideInteractions_11(String_t* value) { ___m_OverrideInteractions_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_OverrideInteractions_11), (void*)value); } inline static int32_t get_offset_of_m_OverrideProcessors_12() { return static_cast(offsetof(InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB, ___m_OverrideProcessors_12)); } inline String_t* get_m_OverrideProcessors_12() const { return ___m_OverrideProcessors_12; } inline String_t** get_address_of_m_OverrideProcessors_12() { return &___m_OverrideProcessors_12; } inline void set_m_OverrideProcessors_12(String_t* value) { ___m_OverrideProcessors_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_OverrideProcessors_12), (void*)value); } }; // Native definition for P/Invoke marshalling of UnityEngine.InputSystem.InputBinding struct InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB_marshaled_pinvoke { char* ___m_Name_2; char* ___m_Id_3; char* ___m_Path_4; char* ___m_Interactions_5; char* ___m_Processors_6; char* ___m_Groups_7; char* ___m_Action_8; int32_t ___m_Flags_9; char* ___m_OverridePath_10; char* ___m_OverrideInteractions_11; char* ___m_OverrideProcessors_12; }; // Native definition for COM marshalling of UnityEngine.InputSystem.InputBinding struct InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB_marshaled_com { Il2CppChar* ___m_Name_2; Il2CppChar* ___m_Id_3; Il2CppChar* ___m_Path_4; Il2CppChar* ___m_Interactions_5; Il2CppChar* ___m_Processors_6; Il2CppChar* ___m_Groups_7; Il2CppChar* ___m_Action_8; int32_t ___m_Flags_9; Il2CppChar* ___m_OverridePath_10; Il2CppChar* ___m_OverrideInteractions_11; Il2CppChar* ___m_OverrideProcessors_12; }; // UnityEngine.InputSystem.Layouts.InputControlLayout struct InputControlLayout_tE6B3ECA665209114AFF079155BF9F2FA79A03741 : public RuntimeObject { public: // UnityEngine.InputSystem.Utilities.InternedString UnityEngine.InputSystem.Layouts.InputControlLayout::m_Name InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED ___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_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED ___m_Variants_4; // UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.Layouts.InputControlLayout::m_StateFormat FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 ___m_StateFormat_5; // System.Int32 UnityEngine.InputSystem.Layouts.InputControlLayout::m_StateSizeInBytes int32_t ___m_StateSizeInBytes_6; // System.Nullable`1 UnityEngine.InputSystem.Layouts.InputControlLayout::m_UpdateBeforeRender Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 ___m_UpdateBeforeRender_7; // UnityEngine.InputSystem.Utilities.InlinedArray`1 UnityEngine.InputSystem.Layouts.InputControlLayout::m_BaseLayouts InlinedArray_1_t62979DFB1C567F611655F27BEF4B8E8288F4E5FB ___m_BaseLayouts_8; // UnityEngine.InputSystem.Utilities.InlinedArray`1 UnityEngine.InputSystem.Layouts.InputControlLayout::m_AppliedOverrides InlinedArray_1_t62979DFB1C567F611655F27BEF4B8E8288F4E5FB ___m_AppliedOverrides_9; // UnityEngine.InputSystem.Utilities.InternedString[] UnityEngine.InputSystem.Layouts.InputControlLayout::m_CommonUsages InternedStringU5BU5D_t1EAE8433C8EF7C76894673801EE0EE9F6833E9A4* ___m_CommonUsages_10; // UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem[] UnityEngine.InputSystem.Layouts.InputControlLayout::m_Controls ControlItemU5BU5D_t534859CA6A52E2EC9DDDCA52FE280E8D5CD598DB* ___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; public: inline static int32_t get_offset_of_m_Name_2() { return static_cast(offsetof(InputControlLayout_tE6B3ECA665209114AFF079155BF9F2FA79A03741, ___m_Name_2)); } inline InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED get_m_Name_2() const { return ___m_Name_2; } inline InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED * get_address_of_m_Name_2() { return &___m_Name_2; } inline void set_m_Name_2(InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED value) { ___m_Name_2 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___m_Name_2))->___m_StringOriginalCase_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___m_Name_2))->___m_StringLowerCase_1), (void*)NULL); #endif } inline static int32_t get_offset_of_m_Type_3() { return static_cast(offsetof(InputControlLayout_tE6B3ECA665209114AFF079155BF9F2FA79A03741, ___m_Type_3)); } inline Type_t * get_m_Type_3() const { return ___m_Type_3; } inline Type_t ** get_address_of_m_Type_3() { return &___m_Type_3; } inline void set_m_Type_3(Type_t * value) { ___m_Type_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Type_3), (void*)value); } inline static int32_t get_offset_of_m_Variants_4() { return static_cast(offsetof(InputControlLayout_tE6B3ECA665209114AFF079155BF9F2FA79A03741, ___m_Variants_4)); } inline InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED get_m_Variants_4() const { return ___m_Variants_4; } inline InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED * get_address_of_m_Variants_4() { return &___m_Variants_4; } inline void set_m_Variants_4(InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED value) { ___m_Variants_4 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___m_Variants_4))->___m_StringOriginalCase_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___m_Variants_4))->___m_StringLowerCase_1), (void*)NULL); #endif } inline static int32_t get_offset_of_m_StateFormat_5() { return static_cast(offsetof(InputControlLayout_tE6B3ECA665209114AFF079155BF9F2FA79A03741, ___m_StateFormat_5)); } inline FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 get_m_StateFormat_5() const { return ___m_StateFormat_5; } inline FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 * get_address_of_m_StateFormat_5() { return &___m_StateFormat_5; } inline void set_m_StateFormat_5(FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 value) { ___m_StateFormat_5 = value; } inline static int32_t get_offset_of_m_StateSizeInBytes_6() { return static_cast(offsetof(InputControlLayout_tE6B3ECA665209114AFF079155BF9F2FA79A03741, ___m_StateSizeInBytes_6)); } inline int32_t get_m_StateSizeInBytes_6() const { return ___m_StateSizeInBytes_6; } inline int32_t* get_address_of_m_StateSizeInBytes_6() { return &___m_StateSizeInBytes_6; } inline void set_m_StateSizeInBytes_6(int32_t value) { ___m_StateSizeInBytes_6 = value; } inline static int32_t get_offset_of_m_UpdateBeforeRender_7() { return static_cast(offsetof(InputControlLayout_tE6B3ECA665209114AFF079155BF9F2FA79A03741, ___m_UpdateBeforeRender_7)); } inline Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 get_m_UpdateBeforeRender_7() const { return ___m_UpdateBeforeRender_7; } inline Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 * get_address_of_m_UpdateBeforeRender_7() { return &___m_UpdateBeforeRender_7; } inline void set_m_UpdateBeforeRender_7(Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 value) { ___m_UpdateBeforeRender_7 = value; } inline static int32_t get_offset_of_m_BaseLayouts_8() { return static_cast(offsetof(InputControlLayout_tE6B3ECA665209114AFF079155BF9F2FA79A03741, ___m_BaseLayouts_8)); } inline InlinedArray_1_t62979DFB1C567F611655F27BEF4B8E8288F4E5FB get_m_BaseLayouts_8() const { return ___m_BaseLayouts_8; } inline InlinedArray_1_t62979DFB1C567F611655F27BEF4B8E8288F4E5FB * get_address_of_m_BaseLayouts_8() { return &___m_BaseLayouts_8; } inline void set_m_BaseLayouts_8(InlinedArray_1_t62979DFB1C567F611655F27BEF4B8E8288F4E5FB value) { ___m_BaseLayouts_8 = value; Il2CppCodeGenWriteBarrier((void**)&((&(((&___m_BaseLayouts_8))->___firstValue_1))->___m_StringOriginalCase_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___m_BaseLayouts_8))->___firstValue_1))->___m_StringLowerCase_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___m_BaseLayouts_8))->___additionalValues_2), (void*)NULL); #endif } inline static int32_t get_offset_of_m_AppliedOverrides_9() { return static_cast(offsetof(InputControlLayout_tE6B3ECA665209114AFF079155BF9F2FA79A03741, ___m_AppliedOverrides_9)); } inline InlinedArray_1_t62979DFB1C567F611655F27BEF4B8E8288F4E5FB get_m_AppliedOverrides_9() const { return ___m_AppliedOverrides_9; } inline InlinedArray_1_t62979DFB1C567F611655F27BEF4B8E8288F4E5FB * get_address_of_m_AppliedOverrides_9() { return &___m_AppliedOverrides_9; } inline void set_m_AppliedOverrides_9(InlinedArray_1_t62979DFB1C567F611655F27BEF4B8E8288F4E5FB value) { ___m_AppliedOverrides_9 = value; Il2CppCodeGenWriteBarrier((void**)&((&(((&___m_AppliedOverrides_9))->___firstValue_1))->___m_StringOriginalCase_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___m_AppliedOverrides_9))->___firstValue_1))->___m_StringLowerCase_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___m_AppliedOverrides_9))->___additionalValues_2), (void*)NULL); #endif } inline static int32_t get_offset_of_m_CommonUsages_10() { return static_cast(offsetof(InputControlLayout_tE6B3ECA665209114AFF079155BF9F2FA79A03741, ___m_CommonUsages_10)); } inline InternedStringU5BU5D_t1EAE8433C8EF7C76894673801EE0EE9F6833E9A4* get_m_CommonUsages_10() const { return ___m_CommonUsages_10; } inline InternedStringU5BU5D_t1EAE8433C8EF7C76894673801EE0EE9F6833E9A4** get_address_of_m_CommonUsages_10() { return &___m_CommonUsages_10; } inline void set_m_CommonUsages_10(InternedStringU5BU5D_t1EAE8433C8EF7C76894673801EE0EE9F6833E9A4* value) { ___m_CommonUsages_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_CommonUsages_10), (void*)value); } inline static int32_t get_offset_of_m_Controls_11() { return static_cast(offsetof(InputControlLayout_tE6B3ECA665209114AFF079155BF9F2FA79A03741, ___m_Controls_11)); } inline ControlItemU5BU5D_t534859CA6A52E2EC9DDDCA52FE280E8D5CD598DB* get_m_Controls_11() const { return ___m_Controls_11; } inline ControlItemU5BU5D_t534859CA6A52E2EC9DDDCA52FE280E8D5CD598DB** get_address_of_m_Controls_11() { return &___m_Controls_11; } inline void set_m_Controls_11(ControlItemU5BU5D_t534859CA6A52E2EC9DDDCA52FE280E8D5CD598DB* value) { ___m_Controls_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Controls_11), (void*)value); } inline static int32_t get_offset_of_m_DisplayName_12() { return static_cast(offsetof(InputControlLayout_tE6B3ECA665209114AFF079155BF9F2FA79A03741, ___m_DisplayName_12)); } inline String_t* get_m_DisplayName_12() const { return ___m_DisplayName_12; } inline String_t** get_address_of_m_DisplayName_12() { return &___m_DisplayName_12; } inline void set_m_DisplayName_12(String_t* value) { ___m_DisplayName_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_DisplayName_12), (void*)value); } inline static int32_t get_offset_of_m_Description_13() { return static_cast(offsetof(InputControlLayout_tE6B3ECA665209114AFF079155BF9F2FA79A03741, ___m_Description_13)); } inline String_t* get_m_Description_13() const { return ___m_Description_13; } inline String_t** get_address_of_m_Description_13() { return &___m_Description_13; } inline void set_m_Description_13(String_t* value) { ___m_Description_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Description_13), (void*)value); } inline static int32_t get_offset_of_m_Flags_14() { return static_cast(offsetof(InputControlLayout_tE6B3ECA665209114AFF079155BF9F2FA79A03741, ___m_Flags_14)); } inline int32_t get_m_Flags_14() const { return ___m_Flags_14; } inline int32_t* get_address_of_m_Flags_14() { return &___m_Flags_14; } inline void set_m_Flags_14(int32_t value) { ___m_Flags_14 = value; } }; // UnityEngine.InputSystem.InputRemoting struct InputRemoting_t1E0E6A3FCECB6332362D470A443CE1B1F0E26E38 : public RuntimeObject { public: // UnityEngine.InputSystem.InputRemoting/Flags UnityEngine.InputSystem.InputRemoting::m_Flags int32_t ___m_Flags_0; // UnityEngine.InputSystem.InputManager UnityEngine.InputSystem.InputRemoting::m_LocalManager InputManager_t9E534956EF45276E5D7E75B3EA03BF1AB0EC411F * ___m_LocalManager_1; // UnityEngine.InputSystem.InputRemoting/Subscriber[] UnityEngine.InputSystem.InputRemoting::m_Subscribers SubscriberU5BU5D_t06D34B5FCA3BDECE1ECE62C6387B38EF44ED9AA0* ___m_Subscribers_2; // UnityEngine.InputSystem.InputRemoting/RemoteSender[] UnityEngine.InputSystem.InputRemoting::m_Senders RemoteSenderU5BU5D_t09A817245335D34EF6157BB550A0D861A184125D* ___m_Senders_3; public: inline static int32_t get_offset_of_m_Flags_0() { return static_cast(offsetof(InputRemoting_t1E0E6A3FCECB6332362D470A443CE1B1F0E26E38, ___m_Flags_0)); } inline int32_t get_m_Flags_0() const { return ___m_Flags_0; } inline int32_t* get_address_of_m_Flags_0() { return &___m_Flags_0; } inline void set_m_Flags_0(int32_t value) { ___m_Flags_0 = value; } inline static int32_t get_offset_of_m_LocalManager_1() { return static_cast(offsetof(InputRemoting_t1E0E6A3FCECB6332362D470A443CE1B1F0E26E38, ___m_LocalManager_1)); } inline InputManager_t9E534956EF45276E5D7E75B3EA03BF1AB0EC411F * get_m_LocalManager_1() const { return ___m_LocalManager_1; } inline InputManager_t9E534956EF45276E5D7E75B3EA03BF1AB0EC411F ** get_address_of_m_LocalManager_1() { return &___m_LocalManager_1; } inline void set_m_LocalManager_1(InputManager_t9E534956EF45276E5D7E75B3EA03BF1AB0EC411F * value) { ___m_LocalManager_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_LocalManager_1), (void*)value); } inline static int32_t get_offset_of_m_Subscribers_2() { return static_cast(offsetof(InputRemoting_t1E0E6A3FCECB6332362D470A443CE1B1F0E26E38, ___m_Subscribers_2)); } inline SubscriberU5BU5D_t06D34B5FCA3BDECE1ECE62C6387B38EF44ED9AA0* get_m_Subscribers_2() const { return ___m_Subscribers_2; } inline SubscriberU5BU5D_t06D34B5FCA3BDECE1ECE62C6387B38EF44ED9AA0** get_address_of_m_Subscribers_2() { return &___m_Subscribers_2; } inline void set_m_Subscribers_2(SubscriberU5BU5D_t06D34B5FCA3BDECE1ECE62C6387B38EF44ED9AA0* value) { ___m_Subscribers_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Subscribers_2), (void*)value); } inline static int32_t get_offset_of_m_Senders_3() { return static_cast(offsetof(InputRemoting_t1E0E6A3FCECB6332362D470A443CE1B1F0E26E38, ___m_Senders_3)); } inline RemoteSenderU5BU5D_t09A817245335D34EF6157BB550A0D861A184125D* get_m_Senders_3() const { return ___m_Senders_3; } inline RemoteSenderU5BU5D_t09A817245335D34EF6157BB550A0D861A184125D** get_address_of_m_Senders_3() { return &___m_Senders_3; } inline void set_m_Senders_3(RemoteSenderU5BU5D_t09A817245335D34EF6157BB550A0D861A184125D* value) { ___m_Senders_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Senders_3), (void*)value); } }; // UnityEngine.InputSystem.InputValue struct InputValue_tA26725FB1E1CDEFC80B36F7E7BAA3652B8E4C527 : public RuntimeObject { public: // System.Nullable`1 UnityEngine.InputSystem.InputValue::m_Context Nullable_1_tBE54C42B9DF059357A8DE25FA421FAC36D437C87 ___m_Context_0; public: inline static int32_t get_offset_of_m_Context_0() { return static_cast(offsetof(InputValue_tA26725FB1E1CDEFC80B36F7E7BAA3652B8E4C527, ___m_Context_0)); } inline Nullable_1_tBE54C42B9DF059357A8DE25FA421FAC36D437C87 get_m_Context_0() const { return ___m_Context_0; } inline Nullable_1_tBE54C42B9DF059357A8DE25FA421FAC36D437C87 * get_address_of_m_Context_0() { return &___m_Context_0; } inline void set_m_Context_0(Nullable_1_tBE54C42B9DF059357A8DE25FA421FAC36D437C87 value) { ___m_Context_0 = value; Il2CppCodeGenWriteBarrier((void**)&((&(((&___m_Context_0))->___value_0))->___m_State_0), (void*)NULL); } }; // OVRSimpleJSON.JSONNode struct JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B : public RuntimeObject { public: public: }; // UnityEngine.Mesh struct Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 : public Object_tF2F3778131EFF286AF62B7B013A170F95A91571A { public: public: }; // System.Reflection.MonoPropertyInfo struct MonoPropertyInfo_tA5A058F3C4CD862912818E54A4B6152F21433B82 { public: // System.Type System.Reflection.MonoPropertyInfo::parent Type_t * ___parent_0; // System.Type System.Reflection.MonoPropertyInfo::declaring_type Type_t * ___declaring_type_1; // System.String System.Reflection.MonoPropertyInfo::name String_t* ___name_2; // System.Reflection.MethodInfo System.Reflection.MonoPropertyInfo::get_method MethodInfo_t * ___get_method_3; // System.Reflection.MethodInfo System.Reflection.MonoPropertyInfo::set_method MethodInfo_t * ___set_method_4; // System.Reflection.PropertyAttributes System.Reflection.MonoPropertyInfo::attrs int32_t ___attrs_5; public: inline static int32_t get_offset_of_parent_0() { return static_cast(offsetof(MonoPropertyInfo_tA5A058F3C4CD862912818E54A4B6152F21433B82, ___parent_0)); } inline Type_t * get_parent_0() const { return ___parent_0; } inline Type_t ** get_address_of_parent_0() { return &___parent_0; } inline void set_parent_0(Type_t * value) { ___parent_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___parent_0), (void*)value); } inline static int32_t get_offset_of_declaring_type_1() { return static_cast(offsetof(MonoPropertyInfo_tA5A058F3C4CD862912818E54A4B6152F21433B82, ___declaring_type_1)); } inline Type_t * get_declaring_type_1() const { return ___declaring_type_1; } inline Type_t ** get_address_of_declaring_type_1() { return &___declaring_type_1; } inline void set_declaring_type_1(Type_t * value) { ___declaring_type_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___declaring_type_1), (void*)value); } inline static int32_t get_offset_of_name_2() { return static_cast(offsetof(MonoPropertyInfo_tA5A058F3C4CD862912818E54A4B6152F21433B82, ___name_2)); } inline String_t* get_name_2() const { return ___name_2; } inline String_t** get_address_of_name_2() { return &___name_2; } inline void set_name_2(String_t* value) { ___name_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___name_2), (void*)value); } inline static int32_t get_offset_of_get_method_3() { return static_cast(offsetof(MonoPropertyInfo_tA5A058F3C4CD862912818E54A4B6152F21433B82, ___get_method_3)); } inline MethodInfo_t * get_get_method_3() const { return ___get_method_3; } inline MethodInfo_t ** get_address_of_get_method_3() { return &___get_method_3; } inline void set_get_method_3(MethodInfo_t * value) { ___get_method_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___get_method_3), (void*)value); } inline static int32_t get_offset_of_set_method_4() { return static_cast(offsetof(MonoPropertyInfo_tA5A058F3C4CD862912818E54A4B6152F21433B82, ___set_method_4)); } inline MethodInfo_t * get_set_method_4() const { return ___set_method_4; } inline MethodInfo_t ** get_address_of_set_method_4() { return &___set_method_4; } inline void set_set_method_4(MethodInfo_t * value) { ___set_method_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___set_method_4), (void*)value); } inline static int32_t get_offset_of_attrs_5() { return static_cast(offsetof(MonoPropertyInfo_tA5A058F3C4CD862912818E54A4B6152F21433B82, ___attrs_5)); } inline int32_t get_attrs_5() const { return ___attrs_5; } inline int32_t* get_address_of_attrs_5() { return &___attrs_5; } inline void set_attrs_5(int32_t value) { ___attrs_5 = value; } }; // Native definition for P/Invoke marshalling of System.Reflection.MonoPropertyInfo struct MonoPropertyInfo_tA5A058F3C4CD862912818E54A4B6152F21433B82_marshaled_pinvoke { Type_t * ___parent_0; Type_t * ___declaring_type_1; char* ___name_2; MethodInfo_t * ___get_method_3; MethodInfo_t * ___set_method_4; int32_t ___attrs_5; }; // Native definition for COM marshalling of System.Reflection.MonoPropertyInfo struct MonoPropertyInfo_tA5A058F3C4CD862912818E54A4B6152F21433B82_marshaled_com { Type_t * ___parent_0; Type_t * ___declaring_type_1; Il2CppChar* ___name_2; MethodInfo_t * ___get_method_3; MethodInfo_t * ___set_method_4; int32_t ___attrs_5; }; // System.MulticastDelegate struct MulticastDelegate_t : public Delegate_t { public: // System.Delegate[] System.MulticastDelegate::delegates DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8* ___delegates_11; public: inline static int32_t get_offset_of_delegates_11() { return static_cast(offsetof(MulticastDelegate_t, ___delegates_11)); } inline DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8* get_delegates_11() const { return ___delegates_11; } inline DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8** get_address_of_delegates_11() { return &___delegates_11; } inline void set_delegates_11(DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8* value) { ___delegates_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___delegates_11), (void*)value); } }; // Native definition for P/Invoke marshalling of System.MulticastDelegate struct MulticastDelegate_t_marshaled_pinvoke : public Delegate_t_marshaled_pinvoke { Delegate_t_marshaled_pinvoke** ___delegates_11; }; // Native definition for COM marshalling of System.MulticastDelegate struct MulticastDelegate_t_marshaled_com : public Delegate_t_marshaled_com { Delegate_t_marshaled_com** ___delegates_11; }; // UnityEngineInternal.Input.NativeInputEvent struct NativeInputEvent_t21B4AB4BC38B4E147E82E91E29CE8877CF035FCD { public: 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_t21B4AB4BC38B4E147E82E91E29CE8877CF035FCD__padding[20]; }; public: inline static int32_t get_offset_of_type_1() { return static_cast(offsetof(NativeInputEvent_t21B4AB4BC38B4E147E82E91E29CE8877CF035FCD, ___type_1)); } inline int32_t get_type_1() const { return ___type_1; } inline int32_t* get_address_of_type_1() { return &___type_1; } inline void set_type_1(int32_t value) { ___type_1 = value; } inline static int32_t get_offset_of_sizeInBytes_2() { return static_cast(offsetof(NativeInputEvent_t21B4AB4BC38B4E147E82E91E29CE8877CF035FCD, ___sizeInBytes_2)); } inline uint16_t get_sizeInBytes_2() const { return ___sizeInBytes_2; } inline uint16_t* get_address_of_sizeInBytes_2() { return &___sizeInBytes_2; } inline void set_sizeInBytes_2(uint16_t value) { ___sizeInBytes_2 = value; } inline static int32_t get_offset_of_deviceId_3() { return static_cast(offsetof(NativeInputEvent_t21B4AB4BC38B4E147E82E91E29CE8877CF035FCD, ___deviceId_3)); } inline uint16_t get_deviceId_3() const { return ___deviceId_3; } inline uint16_t* get_address_of_deviceId_3() { return &___deviceId_3; } inline void set_deviceId_3(uint16_t value) { ___deviceId_3 = value; } inline static int32_t get_offset_of_time_4() { return static_cast(offsetof(NativeInputEvent_t21B4AB4BC38B4E147E82E91E29CE8877CF035FCD, ___time_4)); } inline double get_time_4() const { return ___time_4; } inline double* get_address_of_time_4() { return &___time_4; } inline void set_time_4(double value) { ___time_4 = value; } inline static int32_t get_offset_of_eventId_5() { return static_cast(offsetof(NativeInputEvent_t21B4AB4BC38B4E147E82E91E29CE8877CF035FCD, ___eventId_5)); } inline int32_t get_eventId_5() const { return ___eventId_5; } inline int32_t* get_address_of_eventId_5() { return &___eventId_5; } inline void set_eventId_5(int32_t value) { ___eventId_5 = value; } }; // UnityEngine.Playables.Playable struct Playable_tC24692CDD1DD8F1D5C646035A76D2830A70214E2 { public: // UnityEngine.Playables.PlayableHandle UnityEngine.Playables.Playable::m_Handle PlayableHandle_t50DCD240B0400DDAD0822C13E5DBC7AD64DC027A ___m_Handle_0; public: inline static int32_t get_offset_of_m_Handle_0() { return static_cast(offsetof(Playable_tC24692CDD1DD8F1D5C646035A76D2830A70214E2, ___m_Handle_0)); } inline PlayableHandle_t50DCD240B0400DDAD0822C13E5DBC7AD64DC027A get_m_Handle_0() const { return ___m_Handle_0; } inline PlayableHandle_t50DCD240B0400DDAD0822C13E5DBC7AD64DC027A * get_address_of_m_Handle_0() { return &___m_Handle_0; } inline void set_m_Handle_0(PlayableHandle_t50DCD240B0400DDAD0822C13E5DBC7AD64DC027A value) { ___m_Handle_0 = value; } }; // UnityEngine.InputSystem.Utilities.PrimitiveValue struct PrimitiveValue_t70D8365A1CB2217C466D27D6820362EF4331A0C8 { public: 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; }; }; public: inline static int32_t get_offset_of_m_Type_0() { return static_cast(offsetof(PrimitiveValue_t70D8365A1CB2217C466D27D6820362EF4331A0C8, ___m_Type_0)); } inline int32_t get_m_Type_0() const { return ___m_Type_0; } inline int32_t* get_address_of_m_Type_0() { return &___m_Type_0; } inline void set_m_Type_0(int32_t value) { ___m_Type_0 = value; } inline static int32_t get_offset_of_m_BoolValue_1() { return static_cast(offsetof(PrimitiveValue_t70D8365A1CB2217C466D27D6820362EF4331A0C8, ___m_BoolValue_1)); } inline bool get_m_BoolValue_1() const { return ___m_BoolValue_1; } inline bool* get_address_of_m_BoolValue_1() { return &___m_BoolValue_1; } inline void set_m_BoolValue_1(bool value) { ___m_BoolValue_1 = value; } inline static int32_t get_offset_of_m_CharValue_2() { return static_cast(offsetof(PrimitiveValue_t70D8365A1CB2217C466D27D6820362EF4331A0C8, ___m_CharValue_2)); } inline Il2CppChar get_m_CharValue_2() const { return ___m_CharValue_2; } inline Il2CppChar* get_address_of_m_CharValue_2() { return &___m_CharValue_2; } inline void set_m_CharValue_2(Il2CppChar value) { ___m_CharValue_2 = value; } inline static int32_t get_offset_of_m_ByteValue_3() { return static_cast(offsetof(PrimitiveValue_t70D8365A1CB2217C466D27D6820362EF4331A0C8, ___m_ByteValue_3)); } inline uint8_t get_m_ByteValue_3() const { return ___m_ByteValue_3; } inline uint8_t* get_address_of_m_ByteValue_3() { return &___m_ByteValue_3; } inline void set_m_ByteValue_3(uint8_t value) { ___m_ByteValue_3 = value; } inline static int32_t get_offset_of_m_SByteValue_4() { return static_cast(offsetof(PrimitiveValue_t70D8365A1CB2217C466D27D6820362EF4331A0C8, ___m_SByteValue_4)); } inline int8_t get_m_SByteValue_4() const { return ___m_SByteValue_4; } inline int8_t* get_address_of_m_SByteValue_4() { return &___m_SByteValue_4; } inline void set_m_SByteValue_4(int8_t value) { ___m_SByteValue_4 = value; } inline static int32_t get_offset_of_m_ShortValue_5() { return static_cast(offsetof(PrimitiveValue_t70D8365A1CB2217C466D27D6820362EF4331A0C8, ___m_ShortValue_5)); } inline int16_t get_m_ShortValue_5() const { return ___m_ShortValue_5; } inline int16_t* get_address_of_m_ShortValue_5() { return &___m_ShortValue_5; } inline void set_m_ShortValue_5(int16_t value) { ___m_ShortValue_5 = value; } inline static int32_t get_offset_of_m_UShortValue_6() { return static_cast(offsetof(PrimitiveValue_t70D8365A1CB2217C466D27D6820362EF4331A0C8, ___m_UShortValue_6)); } inline uint16_t get_m_UShortValue_6() const { return ___m_UShortValue_6; } inline uint16_t* get_address_of_m_UShortValue_6() { return &___m_UShortValue_6; } inline void set_m_UShortValue_6(uint16_t value) { ___m_UShortValue_6 = value; } inline static int32_t get_offset_of_m_IntValue_7() { return static_cast(offsetof(PrimitiveValue_t70D8365A1CB2217C466D27D6820362EF4331A0C8, ___m_IntValue_7)); } inline int32_t get_m_IntValue_7() const { return ___m_IntValue_7; } inline int32_t* get_address_of_m_IntValue_7() { return &___m_IntValue_7; } inline void set_m_IntValue_7(int32_t value) { ___m_IntValue_7 = value; } inline static int32_t get_offset_of_m_UIntValue_8() { return static_cast(offsetof(PrimitiveValue_t70D8365A1CB2217C466D27D6820362EF4331A0C8, ___m_UIntValue_8)); } inline uint32_t get_m_UIntValue_8() const { return ___m_UIntValue_8; } inline uint32_t* get_address_of_m_UIntValue_8() { return &___m_UIntValue_8; } inline void set_m_UIntValue_8(uint32_t value) { ___m_UIntValue_8 = value; } inline static int32_t get_offset_of_m_LongValue_9() { return static_cast(offsetof(PrimitiveValue_t70D8365A1CB2217C466D27D6820362EF4331A0C8, ___m_LongValue_9)); } inline int64_t get_m_LongValue_9() const { return ___m_LongValue_9; } inline int64_t* get_address_of_m_LongValue_9() { return &___m_LongValue_9; } inline void set_m_LongValue_9(int64_t value) { ___m_LongValue_9 = value; } inline static int32_t get_offset_of_m_ULongValue_10() { return static_cast(offsetof(PrimitiveValue_t70D8365A1CB2217C466D27D6820362EF4331A0C8, ___m_ULongValue_10)); } inline uint64_t get_m_ULongValue_10() const { return ___m_ULongValue_10; } inline uint64_t* get_address_of_m_ULongValue_10() { return &___m_ULongValue_10; } inline void set_m_ULongValue_10(uint64_t value) { ___m_ULongValue_10 = value; } inline static int32_t get_offset_of_m_FloatValue_11() { return static_cast(offsetof(PrimitiveValue_t70D8365A1CB2217C466D27D6820362EF4331A0C8, ___m_FloatValue_11)); } inline float get_m_FloatValue_11() const { return ___m_FloatValue_11; } inline float* get_address_of_m_FloatValue_11() { return &___m_FloatValue_11; } inline void set_m_FloatValue_11(float value) { ___m_FloatValue_11 = value; } inline static int32_t get_offset_of_m_DoubleValue_12() { return static_cast(offsetof(PrimitiveValue_t70D8365A1CB2217C466D27D6820362EF4331A0C8, ___m_DoubleValue_12)); } inline double get_m_DoubleValue_12() const { return ___m_DoubleValue_12; } inline double* get_address_of_m_DoubleValue_12() { return &___m_DoubleValue_12; } inline void set_m_DoubleValue_12(double value) { ___m_DoubleValue_12 = value; } }; // Native definition for P/Invoke marshalling of UnityEngine.InputSystem.Utilities.PrimitiveValue struct PrimitiveValue_t70D8365A1CB2217C466D27D6820362EF4331A0C8_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_t70D8365A1CB2217C466D27D6820362EF4331A0C8_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.InputSystem.LowLevel.QueryCanRunInBackground struct QueryCanRunInBackground_tA73D38EF2090E6DC36F6BA45A3A758E112B855EA { public: union { struct { union { #pragma pack(push, tp, 1) struct { // UnityEngine.InputSystem.LowLevel.InputDeviceCommand UnityEngine.InputSystem.LowLevel.QueryCanRunInBackground::baseCommand InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 ___baseCommand_1; }; #pragma pack(pop, tp) struct { InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 ___baseCommand_1_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___canRunInBackground_2_OffsetPadding[8]; // System.Boolean UnityEngine.InputSystem.LowLevel.QueryCanRunInBackground::canRunInBackground bool ___canRunInBackground_2; }; #pragma pack(pop, tp) struct { char ___canRunInBackground_2_OffsetPadding_forAlignmentOnly[8]; bool ___canRunInBackground_2_forAlignmentOnly; }; }; }; uint8_t QueryCanRunInBackground_tA73D38EF2090E6DC36F6BA45A3A758E112B855EA__padding[9]; }; public: inline static int32_t get_offset_of_baseCommand_1() { return static_cast(offsetof(QueryCanRunInBackground_tA73D38EF2090E6DC36F6BA45A3A758E112B855EA, ___baseCommand_1)); } inline InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 get_baseCommand_1() const { return ___baseCommand_1; } inline InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 * get_address_of_baseCommand_1() { return &___baseCommand_1; } inline void set_baseCommand_1(InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 value) { ___baseCommand_1 = value; } inline static int32_t get_offset_of_canRunInBackground_2() { return static_cast(offsetof(QueryCanRunInBackground_tA73D38EF2090E6DC36F6BA45A3A758E112B855EA, ___canRunInBackground_2)); } inline bool get_canRunInBackground_2() const { return ___canRunInBackground_2; } inline bool* get_address_of_canRunInBackground_2() { return &___canRunInBackground_2; } inline void set_canRunInBackground_2(bool value) { ___canRunInBackground_2 = value; } }; // Native definition for P/Invoke marshalling of UnityEngine.InputSystem.LowLevel.QueryCanRunInBackground struct QueryCanRunInBackground_tA73D38EF2090E6DC36F6BA45A3A758E112B855EA_marshaled_pinvoke { union { struct { union { #pragma pack(push, tp, 1) struct { InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 ___baseCommand_1; }; #pragma pack(pop, tp) struct { InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 ___baseCommand_1_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___canRunInBackground_2_OffsetPadding[8]; int32_t ___canRunInBackground_2; }; #pragma pack(pop, tp) struct { char ___canRunInBackground_2_OffsetPadding_forAlignmentOnly[8]; int32_t ___canRunInBackground_2_forAlignmentOnly; }; }; }; uint8_t QueryCanRunInBackground_tA73D38EF2090E6DC36F6BA45A3A758E112B855EA__padding[9]; }; }; // Native definition for COM marshalling of UnityEngine.InputSystem.LowLevel.QueryCanRunInBackground struct QueryCanRunInBackground_tA73D38EF2090E6DC36F6BA45A3A758E112B855EA_marshaled_com { union { struct { union { #pragma pack(push, tp, 1) struct { InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 ___baseCommand_1; }; #pragma pack(pop, tp) struct { InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 ___baseCommand_1_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___canRunInBackground_2_OffsetPadding[8]; int32_t ___canRunInBackground_2; }; #pragma pack(pop, tp) struct { char ___canRunInBackground_2_OffsetPadding_forAlignmentOnly[8]; int32_t ___canRunInBackground_2_forAlignmentOnly; }; }; }; uint8_t QueryCanRunInBackground_tA73D38EF2090E6DC36F6BA45A3A758E112B855EA__padding[9]; }; }; // UnityEngine.InputSystem.LowLevel.QueryEnabledStateCommand struct QueryEnabledStateCommand_t15C8B2550F62A153D631BF496547430BA2AA4BB7 { public: union { struct { union { #pragma pack(push, tp, 1) struct { // UnityEngine.InputSystem.LowLevel.InputDeviceCommand UnityEngine.InputSystem.LowLevel.QueryEnabledStateCommand::baseCommand InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 ___baseCommand_1; }; #pragma pack(pop, tp) struct { InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 ___baseCommand_1_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___isEnabled_2_OffsetPadding[8]; // System.Boolean UnityEngine.InputSystem.LowLevel.QueryEnabledStateCommand::isEnabled bool ___isEnabled_2; }; #pragma pack(pop, tp) struct { char ___isEnabled_2_OffsetPadding_forAlignmentOnly[8]; bool ___isEnabled_2_forAlignmentOnly; }; }; }; uint8_t QueryEnabledStateCommand_t15C8B2550F62A153D631BF496547430BA2AA4BB7__padding[9]; }; public: inline static int32_t get_offset_of_baseCommand_1() { return static_cast(offsetof(QueryEnabledStateCommand_t15C8B2550F62A153D631BF496547430BA2AA4BB7, ___baseCommand_1)); } inline InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 get_baseCommand_1() const { return ___baseCommand_1; } inline InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 * get_address_of_baseCommand_1() { return &___baseCommand_1; } inline void set_baseCommand_1(InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 value) { ___baseCommand_1 = value; } inline static int32_t get_offset_of_isEnabled_2() { return static_cast(offsetof(QueryEnabledStateCommand_t15C8B2550F62A153D631BF496547430BA2AA4BB7, ___isEnabled_2)); } inline bool get_isEnabled_2() const { return ___isEnabled_2; } inline bool* get_address_of_isEnabled_2() { return &___isEnabled_2; } inline void set_isEnabled_2(bool value) { ___isEnabled_2 = value; } }; // Native definition for P/Invoke marshalling of UnityEngine.InputSystem.LowLevel.QueryEnabledStateCommand struct QueryEnabledStateCommand_t15C8B2550F62A153D631BF496547430BA2AA4BB7_marshaled_pinvoke { union { struct { union { #pragma pack(push, tp, 1) struct { InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 ___baseCommand_1; }; #pragma pack(pop, tp) struct { InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 ___baseCommand_1_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___isEnabled_2_OffsetPadding[8]; int32_t ___isEnabled_2; }; #pragma pack(pop, tp) struct { char ___isEnabled_2_OffsetPadding_forAlignmentOnly[8]; int32_t ___isEnabled_2_forAlignmentOnly; }; }; }; uint8_t QueryEnabledStateCommand_t15C8B2550F62A153D631BF496547430BA2AA4BB7__padding[9]; }; }; // Native definition for COM marshalling of UnityEngine.InputSystem.LowLevel.QueryEnabledStateCommand struct QueryEnabledStateCommand_t15C8B2550F62A153D631BF496547430BA2AA4BB7_marshaled_com { union { struct { union { #pragma pack(push, tp, 1) struct { InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 ___baseCommand_1; }; #pragma pack(pop, tp) struct { InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 ___baseCommand_1_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___isEnabled_2_OffsetPadding[8]; int32_t ___isEnabled_2; }; #pragma pack(pop, tp) struct { char ___isEnabled_2_OffsetPadding_forAlignmentOnly[8]; int32_t ___isEnabled_2_forAlignmentOnly; }; }; }; uint8_t QueryEnabledStateCommand_t15C8B2550F62A153D631BF496547430BA2AA4BB7__padding[9]; }; }; // UnityEngine.InputSystem.LowLevel.QueryKeyNameCommand struct QueryKeyNameCommand_tD22DDAC18CDFBEDDB8864A7B4641AD85A91C0E63 { public: union { struct { union { #pragma pack(push, tp, 1) struct { // UnityEngine.InputSystem.LowLevel.InputDeviceCommand UnityEngine.InputSystem.LowLevel.QueryKeyNameCommand::baseCommand InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 ___baseCommand_2; }; #pragma pack(pop, tp) struct { InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 ___baseCommand_2_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___scanOrKeyCode_3_OffsetPadding[8]; // System.Int32 UnityEngine.InputSystem.LowLevel.QueryKeyNameCommand::scanOrKeyCode int32_t ___scanOrKeyCode_3; }; #pragma pack(pop, tp) struct { char ___scanOrKeyCode_3_OffsetPadding_forAlignmentOnly[8]; int32_t ___scanOrKeyCode_3_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___nameBuffer_4_OffsetPadding[12]; // UnityEngine.InputSystem.LowLevel.QueryKeyNameCommand/e__FixedBuffer UnityEngine.InputSystem.LowLevel.QueryKeyNameCommand::nameBuffer U3CnameBufferU3Ee__FixedBuffer_t9CEAB0E5899CCDB6F26F5C45E743B0AA71D15CA6 ___nameBuffer_4; }; #pragma pack(pop, tp) struct { char ___nameBuffer_4_OffsetPadding_forAlignmentOnly[12]; U3CnameBufferU3Ee__FixedBuffer_t9CEAB0E5899CCDB6F26F5C45E743B0AA71D15CA6 ___nameBuffer_4_forAlignmentOnly; }; }; }; uint8_t QueryKeyNameCommand_tD22DDAC18CDFBEDDB8864A7B4641AD85A91C0E63__padding[268]; }; public: inline static int32_t get_offset_of_baseCommand_2() { return static_cast(offsetof(QueryKeyNameCommand_tD22DDAC18CDFBEDDB8864A7B4641AD85A91C0E63, ___baseCommand_2)); } inline InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 get_baseCommand_2() const { return ___baseCommand_2; } inline InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 * get_address_of_baseCommand_2() { return &___baseCommand_2; } inline void set_baseCommand_2(InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 value) { ___baseCommand_2 = value; } inline static int32_t get_offset_of_scanOrKeyCode_3() { return static_cast(offsetof(QueryKeyNameCommand_tD22DDAC18CDFBEDDB8864A7B4641AD85A91C0E63, ___scanOrKeyCode_3)); } inline int32_t get_scanOrKeyCode_3() const { return ___scanOrKeyCode_3; } inline int32_t* get_address_of_scanOrKeyCode_3() { return &___scanOrKeyCode_3; } inline void set_scanOrKeyCode_3(int32_t value) { ___scanOrKeyCode_3 = value; } inline static int32_t get_offset_of_nameBuffer_4() { return static_cast(offsetof(QueryKeyNameCommand_tD22DDAC18CDFBEDDB8864A7B4641AD85A91C0E63, ___nameBuffer_4)); } inline U3CnameBufferU3Ee__FixedBuffer_t9CEAB0E5899CCDB6F26F5C45E743B0AA71D15CA6 get_nameBuffer_4() const { return ___nameBuffer_4; } inline U3CnameBufferU3Ee__FixedBuffer_t9CEAB0E5899CCDB6F26F5C45E743B0AA71D15CA6 * get_address_of_nameBuffer_4() { return &___nameBuffer_4; } inline void set_nameBuffer_4(U3CnameBufferU3Ee__FixedBuffer_t9CEAB0E5899CCDB6F26F5C45E743B0AA71D15CA6 value) { ___nameBuffer_4 = value; } }; // UnityEngine.InputSystem.LowLevel.QueryKeyboardLayoutCommand struct QueryKeyboardLayoutCommand_tC58F4F541234DC6B59545063D82F493DEC28C751 { public: union { struct { union { #pragma pack(push, tp, 1) struct { // UnityEngine.InputSystem.LowLevel.InputDeviceCommand UnityEngine.InputSystem.LowLevel.QueryKeyboardLayoutCommand::baseCommand InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 ___baseCommand_1; }; #pragma pack(pop, tp) struct { InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 ___baseCommand_1_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___nameBuffer_2_OffsetPadding[8]; // UnityEngine.InputSystem.LowLevel.QueryKeyboardLayoutCommand/e__FixedBuffer UnityEngine.InputSystem.LowLevel.QueryKeyboardLayoutCommand::nameBuffer U3CnameBufferU3Ee__FixedBuffer_t8027ADB55B594DD244680CC3D939EDAA80DFD257 ___nameBuffer_2; }; #pragma pack(pop, tp) struct { char ___nameBuffer_2_OffsetPadding_forAlignmentOnly[8]; U3CnameBufferU3Ee__FixedBuffer_t8027ADB55B594DD244680CC3D939EDAA80DFD257 ___nameBuffer_2_forAlignmentOnly; }; }; }; uint8_t QueryKeyboardLayoutCommand_tC58F4F541234DC6B59545063D82F493DEC28C751__padding[264]; }; public: inline static int32_t get_offset_of_baseCommand_1() { return static_cast(offsetof(QueryKeyboardLayoutCommand_tC58F4F541234DC6B59545063D82F493DEC28C751, ___baseCommand_1)); } inline InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 get_baseCommand_1() const { return ___baseCommand_1; } inline InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 * get_address_of_baseCommand_1() { return &___baseCommand_1; } inline void set_baseCommand_1(InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 value) { ___baseCommand_1 = value; } inline static int32_t get_offset_of_nameBuffer_2() { return static_cast(offsetof(QueryKeyboardLayoutCommand_tC58F4F541234DC6B59545063D82F493DEC28C751, ___nameBuffer_2)); } inline U3CnameBufferU3Ee__FixedBuffer_t8027ADB55B594DD244680CC3D939EDAA80DFD257 get_nameBuffer_2() const { return ___nameBuffer_2; } inline U3CnameBufferU3Ee__FixedBuffer_t8027ADB55B594DD244680CC3D939EDAA80DFD257 * get_address_of_nameBuffer_2() { return &___nameBuffer_2; } inline void set_nameBuffer_2(U3CnameBufferU3Ee__FixedBuffer_t8027ADB55B594DD244680CC3D939EDAA80DFD257 value) { ___nameBuffer_2 = value; } }; // UnityEngine.InputSystem.LowLevel.QueryPairedUserAccountCommand struct QueryPairedUserAccountCommand_t046EF430D5EBB238ACC9A0BA3DD701CEFBAD15E8 { public: union { struct { union { #pragma pack(push, tp, 1) struct { // UnityEngine.InputSystem.LowLevel.InputDeviceCommand UnityEngine.InputSystem.LowLevel.QueryPairedUserAccountCommand::baseCommand InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 ___baseCommand_3; }; #pragma pack(pop, tp) struct { InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 ___baseCommand_3_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___handle_4_OffsetPadding[8]; // System.UInt64 UnityEngine.InputSystem.LowLevel.QueryPairedUserAccountCommand::handle uint64_t ___handle_4; }; #pragma pack(pop, tp) struct { char ___handle_4_OffsetPadding_forAlignmentOnly[8]; uint64_t ___handle_4_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___nameBuffer_5_OffsetPadding[16]; // UnityEngine.InputSystem.LowLevel.QueryPairedUserAccountCommand/e__FixedBuffer UnityEngine.InputSystem.LowLevel.QueryPairedUserAccountCommand::nameBuffer U3CnameBufferU3Ee__FixedBuffer_t8CE07CDA0F32AE15FE27A9F3C5D76E2961E2C601 ___nameBuffer_5; }; #pragma pack(pop, tp) struct { char ___nameBuffer_5_OffsetPadding_forAlignmentOnly[16]; U3CnameBufferU3Ee__FixedBuffer_t8CE07CDA0F32AE15FE27A9F3C5D76E2961E2C601 ___nameBuffer_5_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___idBuffer_6_OffsetPadding[528]; // UnityEngine.InputSystem.LowLevel.QueryPairedUserAccountCommand/e__FixedBuffer UnityEngine.InputSystem.LowLevel.QueryPairedUserAccountCommand::idBuffer U3CidBufferU3Ee__FixedBuffer_tE689A2CACEDC10EA7D29500D85DBC8B27C508DB4 ___idBuffer_6; }; #pragma pack(pop, tp) struct { char ___idBuffer_6_OffsetPadding_forAlignmentOnly[528]; U3CidBufferU3Ee__FixedBuffer_tE689A2CACEDC10EA7D29500D85DBC8B27C508DB4 ___idBuffer_6_forAlignmentOnly; }; }; }; uint8_t QueryPairedUserAccountCommand_t046EF430D5EBB238ACC9A0BA3DD701CEFBAD15E8__padding[1040]; }; public: inline static int32_t get_offset_of_baseCommand_3() { return static_cast(offsetof(QueryPairedUserAccountCommand_t046EF430D5EBB238ACC9A0BA3DD701CEFBAD15E8, ___baseCommand_3)); } inline InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 get_baseCommand_3() const { return ___baseCommand_3; } inline InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 * get_address_of_baseCommand_3() { return &___baseCommand_3; } inline void set_baseCommand_3(InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 value) { ___baseCommand_3 = value; } inline static int32_t get_offset_of_handle_4() { return static_cast(offsetof(QueryPairedUserAccountCommand_t046EF430D5EBB238ACC9A0BA3DD701CEFBAD15E8, ___handle_4)); } inline uint64_t get_handle_4() const { return ___handle_4; } inline uint64_t* get_address_of_handle_4() { return &___handle_4; } inline void set_handle_4(uint64_t value) { ___handle_4 = value; } inline static int32_t get_offset_of_nameBuffer_5() { return static_cast(offsetof(QueryPairedUserAccountCommand_t046EF430D5EBB238ACC9A0BA3DD701CEFBAD15E8, ___nameBuffer_5)); } inline U3CnameBufferU3Ee__FixedBuffer_t8CE07CDA0F32AE15FE27A9F3C5D76E2961E2C601 get_nameBuffer_5() const { return ___nameBuffer_5; } inline U3CnameBufferU3Ee__FixedBuffer_t8CE07CDA0F32AE15FE27A9F3C5D76E2961E2C601 * get_address_of_nameBuffer_5() { return &___nameBuffer_5; } inline void set_nameBuffer_5(U3CnameBufferU3Ee__FixedBuffer_t8CE07CDA0F32AE15FE27A9F3C5D76E2961E2C601 value) { ___nameBuffer_5 = value; } inline static int32_t get_offset_of_idBuffer_6() { return static_cast(offsetof(QueryPairedUserAccountCommand_t046EF430D5EBB238ACC9A0BA3DD701CEFBAD15E8, ___idBuffer_6)); } inline U3CidBufferU3Ee__FixedBuffer_tE689A2CACEDC10EA7D29500D85DBC8B27C508DB4 get_idBuffer_6() const { return ___idBuffer_6; } inline U3CidBufferU3Ee__FixedBuffer_tE689A2CACEDC10EA7D29500D85DBC8B27C508DB4 * get_address_of_idBuffer_6() { return &___idBuffer_6; } inline void set_idBuffer_6(U3CidBufferU3Ee__FixedBuffer_tE689A2CACEDC10EA7D29500D85DBC8B27C508DB4 value) { ___idBuffer_6 = value; } }; // UnityEngine.InputSystem.LowLevel.QuerySamplingFrequencyCommand struct QuerySamplingFrequencyCommand_t6878146E56353F91CC3425A0F8934AE3A714BF59 { public: union { struct { union { #pragma pack(push, tp, 1) struct { // UnityEngine.InputSystem.LowLevel.InputDeviceCommand UnityEngine.InputSystem.LowLevel.QuerySamplingFrequencyCommand::baseCommand InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 ___baseCommand_1; }; #pragma pack(pop, tp) struct { InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 ___baseCommand_1_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___frequency_2_OffsetPadding[8]; // System.Single UnityEngine.InputSystem.LowLevel.QuerySamplingFrequencyCommand::frequency float ___frequency_2; }; #pragma pack(pop, tp) struct { char ___frequency_2_OffsetPadding_forAlignmentOnly[8]; float ___frequency_2_forAlignmentOnly; }; }; }; uint8_t QuerySamplingFrequencyCommand_t6878146E56353F91CC3425A0F8934AE3A714BF59__padding[12]; }; public: inline static int32_t get_offset_of_baseCommand_1() { return static_cast(offsetof(QuerySamplingFrequencyCommand_t6878146E56353F91CC3425A0F8934AE3A714BF59, ___baseCommand_1)); } inline InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 get_baseCommand_1() const { return ___baseCommand_1; } inline InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 * get_address_of_baseCommand_1() { return &___baseCommand_1; } inline void set_baseCommand_1(InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 value) { ___baseCommand_1 = value; } inline static int32_t get_offset_of_frequency_2() { return static_cast(offsetof(QuerySamplingFrequencyCommand_t6878146E56353F91CC3425A0F8934AE3A714BF59, ___frequency_2)); } inline float get_frequency_2() const { return ___frequency_2; } inline float* get_address_of_frequency_2() { return &___frequency_2; } inline void set_frequency_2(float value) { ___frequency_2 = value; } }; // UnityEngine.InputSystem.LowLevel.RequestResetCommand struct RequestResetCommand_t290653D3C41899AB12530EDDCFB50EC20D391112 { public: union { struct { union { #pragma pack(push, tp, 1) struct { // UnityEngine.InputSystem.LowLevel.InputDeviceCommand UnityEngine.InputSystem.LowLevel.RequestResetCommand::baseCommand InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 ___baseCommand_1; }; #pragma pack(pop, tp) struct { InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 ___baseCommand_1_forAlignmentOnly; }; }; }; uint8_t RequestResetCommand_t290653D3C41899AB12530EDDCFB50EC20D391112__padding[8]; }; public: inline static int32_t get_offset_of_baseCommand_1() { return static_cast(offsetof(RequestResetCommand_t290653D3C41899AB12530EDDCFB50EC20D391112, ___baseCommand_1)); } inline InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 get_baseCommand_1() const { return ___baseCommand_1; } inline InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 * get_address_of_baseCommand_1() { return &___baseCommand_1; } inline void set_baseCommand_1(InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 value) { ___baseCommand_1 = value; } }; // UnityEngine.InputSystem.LowLevel.RequestSyncCommand struct RequestSyncCommand_t48687D8D32AE493CE5BB943606C43F356BD00DCB { public: union { struct { union { #pragma pack(push, tp, 1) struct { // UnityEngine.InputSystem.LowLevel.InputDeviceCommand UnityEngine.InputSystem.LowLevel.RequestSyncCommand::baseCommand InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 ___baseCommand_1; }; #pragma pack(pop, tp) struct { InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 ___baseCommand_1_forAlignmentOnly; }; }; }; uint8_t RequestSyncCommand_t48687D8D32AE493CE5BB943606C43F356BD00DCB__padding[8]; }; public: inline static int32_t get_offset_of_baseCommand_1() { return static_cast(offsetof(RequestSyncCommand_t48687D8D32AE493CE5BB943606C43F356BD00DCB, ___baseCommand_1)); } inline InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 get_baseCommand_1() const { return ___baseCommand_1; } inline InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 * get_address_of_baseCommand_1() { return &___baseCommand_1; } inline void set_baseCommand_1(InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 value) { ___baseCommand_1 = value; } }; // UnityEngine.ScriptableObject struct ScriptableObject_t4361E08CEBF052C650D3666C7CEC37EB31DE116A : public Object_tF2F3778131EFF286AF62B7B013A170F95A91571A { public: public: }; // Native definition for P/Invoke marshalling of UnityEngine.ScriptableObject struct ScriptableObject_t4361E08CEBF052C650D3666C7CEC37EB31DE116A_marshaled_pinvoke : public Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_marshaled_pinvoke { }; // Native definition for COM marshalling of UnityEngine.ScriptableObject struct ScriptableObject_t4361E08CEBF052C650D3666C7CEC37EB31DE116A_marshaled_com : public Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_marshaled_com { }; // UnityEngine.InputSystem.XR.Haptics.SendBufferedHapticCommand struct SendBufferedHapticCommand_t1688B27533DAE28AEADD57A03DD1AF02A57B7194 { public: union { struct { union { #pragma pack(push, tp, 1) struct { // UnityEngine.InputSystem.LowLevel.InputDeviceCommand UnityEngine.InputSystem.XR.Haptics.SendBufferedHapticCommand::baseCommand InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 ___baseCommand_2; }; #pragma pack(pop, tp) struct { InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 ___baseCommand_2_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___channel_3_OffsetPadding[8]; // System.Int32 UnityEngine.InputSystem.XR.Haptics.SendBufferedHapticCommand::channel int32_t ___channel_3; }; #pragma pack(pop, tp) struct { char ___channel_3_OffsetPadding_forAlignmentOnly[8]; int32_t ___channel_3_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___bufferSize_4_OffsetPadding[12]; // System.Int32 UnityEngine.InputSystem.XR.Haptics.SendBufferedHapticCommand::bufferSize int32_t ___bufferSize_4; }; #pragma pack(pop, tp) struct { char ___bufferSize_4_OffsetPadding_forAlignmentOnly[12]; int32_t ___bufferSize_4_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___buffer_5_OffsetPadding[16]; // UnityEngine.InputSystem.XR.Haptics.SendBufferedHapticCommand/e__FixedBuffer UnityEngine.InputSystem.XR.Haptics.SendBufferedHapticCommand::buffer U3CbufferU3Ee__FixedBuffer_t1C6A536D1896788621630CE6BE8E9883CD356051 ___buffer_5; }; #pragma pack(pop, tp) struct { char ___buffer_5_OffsetPadding_forAlignmentOnly[16]; U3CbufferU3Ee__FixedBuffer_t1C6A536D1896788621630CE6BE8E9883CD356051 ___buffer_5_forAlignmentOnly; }; }; }; uint8_t SendBufferedHapticCommand_t1688B27533DAE28AEADD57A03DD1AF02A57B7194__padding[1040]; }; public: inline static int32_t get_offset_of_baseCommand_2() { return static_cast(offsetof(SendBufferedHapticCommand_t1688B27533DAE28AEADD57A03DD1AF02A57B7194, ___baseCommand_2)); } inline InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 get_baseCommand_2() const { return ___baseCommand_2; } inline InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 * get_address_of_baseCommand_2() { return &___baseCommand_2; } inline void set_baseCommand_2(InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 value) { ___baseCommand_2 = value; } inline static int32_t get_offset_of_channel_3() { return static_cast(offsetof(SendBufferedHapticCommand_t1688B27533DAE28AEADD57A03DD1AF02A57B7194, ___channel_3)); } inline int32_t get_channel_3() const { return ___channel_3; } inline int32_t* get_address_of_channel_3() { return &___channel_3; } inline void set_channel_3(int32_t value) { ___channel_3 = value; } inline static int32_t get_offset_of_bufferSize_4() { return static_cast(offsetof(SendBufferedHapticCommand_t1688B27533DAE28AEADD57A03DD1AF02A57B7194, ___bufferSize_4)); } inline int32_t get_bufferSize_4() const { return ___bufferSize_4; } inline int32_t* get_address_of_bufferSize_4() { return &___bufferSize_4; } inline void set_bufferSize_4(int32_t value) { ___bufferSize_4 = value; } inline static int32_t get_offset_of_buffer_5() { return static_cast(offsetof(SendBufferedHapticCommand_t1688B27533DAE28AEADD57A03DD1AF02A57B7194, ___buffer_5)); } inline U3CbufferU3Ee__FixedBuffer_t1C6A536D1896788621630CE6BE8E9883CD356051 get_buffer_5() const { return ___buffer_5; } inline U3CbufferU3Ee__FixedBuffer_t1C6A536D1896788621630CE6BE8E9883CD356051 * get_address_of_buffer_5() { return &___buffer_5; } inline void set_buffer_5(U3CbufferU3Ee__FixedBuffer_t1C6A536D1896788621630CE6BE8E9883CD356051 value) { ___buffer_5 = value; } }; // UnityEngine.InputSystem.XR.Haptics.SendHapticImpulseCommand struct SendHapticImpulseCommand_t996DE04913411FC71B26F283C6C408DB215E21FA { public: union { struct { union { #pragma pack(push, tp, 1) struct { // UnityEngine.InputSystem.LowLevel.InputDeviceCommand UnityEngine.InputSystem.XR.Haptics.SendHapticImpulseCommand::baseCommand InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 ___baseCommand_1; }; #pragma pack(pop, tp) struct { InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 ___baseCommand_1_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___channel_2_OffsetPadding[8]; // System.Int32 UnityEngine.InputSystem.XR.Haptics.SendHapticImpulseCommand::channel int32_t ___channel_2; }; #pragma pack(pop, tp) struct { char ___channel_2_OffsetPadding_forAlignmentOnly[8]; int32_t ___channel_2_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___amplitude_3_OffsetPadding[12]; // System.Single UnityEngine.InputSystem.XR.Haptics.SendHapticImpulseCommand::amplitude float ___amplitude_3; }; #pragma pack(pop, tp) struct { char ___amplitude_3_OffsetPadding_forAlignmentOnly[12]; float ___amplitude_3_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___duration_4_OffsetPadding[16]; // System.Single UnityEngine.InputSystem.XR.Haptics.SendHapticImpulseCommand::duration float ___duration_4; }; #pragma pack(pop, tp) struct { char ___duration_4_OffsetPadding_forAlignmentOnly[16]; float ___duration_4_forAlignmentOnly; }; }; }; uint8_t SendHapticImpulseCommand_t996DE04913411FC71B26F283C6C408DB215E21FA__padding[20]; }; public: inline static int32_t get_offset_of_baseCommand_1() { return static_cast(offsetof(SendHapticImpulseCommand_t996DE04913411FC71B26F283C6C408DB215E21FA, ___baseCommand_1)); } inline InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 get_baseCommand_1() const { return ___baseCommand_1; } inline InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 * get_address_of_baseCommand_1() { return &___baseCommand_1; } inline void set_baseCommand_1(InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 value) { ___baseCommand_1 = value; } inline static int32_t get_offset_of_channel_2() { return static_cast(offsetof(SendHapticImpulseCommand_t996DE04913411FC71B26F283C6C408DB215E21FA, ___channel_2)); } inline int32_t get_channel_2() const { return ___channel_2; } inline int32_t* get_address_of_channel_2() { return &___channel_2; } inline void set_channel_2(int32_t value) { ___channel_2 = value; } inline static int32_t get_offset_of_amplitude_3() { return static_cast(offsetof(SendHapticImpulseCommand_t996DE04913411FC71B26F283C6C408DB215E21FA, ___amplitude_3)); } inline float get_amplitude_3() const { return ___amplitude_3; } inline float* get_address_of_amplitude_3() { return &___amplitude_3; } inline void set_amplitude_3(float value) { ___amplitude_3 = value; } inline static int32_t get_offset_of_duration_4() { return static_cast(offsetof(SendHapticImpulseCommand_t996DE04913411FC71B26F283C6C408DB215E21FA, ___duration_4)); } inline float get_duration_4() const { return ___duration_4; } inline float* get_address_of_duration_4() { return &___duration_4; } inline void set_duration_4(float value) { ___duration_4 = value; } }; // UnityEngine.InputSystem.LowLevel.SetIMECursorPositionCommand struct SetIMECursorPositionCommand_t6EFCA6B159DC5EAE661328FCEF99B03CEF72DA0C { public: union { struct { union { #pragma pack(push, tp, 1) struct { // UnityEngine.InputSystem.LowLevel.InputDeviceCommand UnityEngine.InputSystem.LowLevel.SetIMECursorPositionCommand::baseCommand InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 ___baseCommand_1; }; #pragma pack(pop, tp) struct { InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 ___baseCommand_1_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___m_Position_2_OffsetPadding[8]; // UnityEngine.Vector2 UnityEngine.InputSystem.LowLevel.SetIMECursorPositionCommand::m_Position Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___m_Position_2; }; #pragma pack(pop, tp) struct { char ___m_Position_2_OffsetPadding_forAlignmentOnly[8]; Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___m_Position_2_forAlignmentOnly; }; }; }; uint8_t SetIMECursorPositionCommand_t6EFCA6B159DC5EAE661328FCEF99B03CEF72DA0C__padding[16]; }; public: inline static int32_t get_offset_of_baseCommand_1() { return static_cast(offsetof(SetIMECursorPositionCommand_t6EFCA6B159DC5EAE661328FCEF99B03CEF72DA0C, ___baseCommand_1)); } inline InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 get_baseCommand_1() const { return ___baseCommand_1; } inline InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 * get_address_of_baseCommand_1() { return &___baseCommand_1; } inline void set_baseCommand_1(InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 value) { ___baseCommand_1 = value; } inline static int32_t get_offset_of_m_Position_2() { return static_cast(offsetof(SetIMECursorPositionCommand_t6EFCA6B159DC5EAE661328FCEF99B03CEF72DA0C, ___m_Position_2)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_m_Position_2() const { return ___m_Position_2; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_m_Position_2() { return &___m_Position_2; } inline void set_m_Position_2(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___m_Position_2 = value; } }; // UnityEngine.InputSystem.LowLevel.SetSamplingFrequencyCommand struct SetSamplingFrequencyCommand_t210177BD07B3696F2196A59BCFE67AA75875D300 { public: union { struct { union { #pragma pack(push, tp, 1) struct { // UnityEngine.InputSystem.LowLevel.InputDeviceCommand UnityEngine.InputSystem.LowLevel.SetSamplingFrequencyCommand::baseCommand InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 ___baseCommand_1; }; #pragma pack(pop, tp) struct { InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 ___baseCommand_1_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___frequency_2_OffsetPadding[8]; // System.Single UnityEngine.InputSystem.LowLevel.SetSamplingFrequencyCommand::frequency float ___frequency_2; }; #pragma pack(pop, tp) struct { char ___frequency_2_OffsetPadding_forAlignmentOnly[8]; float ___frequency_2_forAlignmentOnly; }; }; }; uint8_t SetSamplingFrequencyCommand_t210177BD07B3696F2196A59BCFE67AA75875D300__padding[12]; }; public: inline static int32_t get_offset_of_baseCommand_1() { return static_cast(offsetof(SetSamplingFrequencyCommand_t210177BD07B3696F2196A59BCFE67AA75875D300, ___baseCommand_1)); } inline InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 get_baseCommand_1() const { return ___baseCommand_1; } inline InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 * get_address_of_baseCommand_1() { return &___baseCommand_1; } inline void set_baseCommand_1(InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 value) { ___baseCommand_1 = value; } inline static int32_t get_offset_of_frequency_2() { return static_cast(offsetof(SetSamplingFrequencyCommand_t210177BD07B3696F2196A59BCFE67AA75875D300, ___frequency_2)); } inline float get_frequency_2() const { return ___frequency_2; } inline float* get_address_of_frequency_2() { return &___frequency_2; } inline void set_frequency_2(float value) { ___frequency_2 = value; } }; // System.SystemException struct SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 : public Exception_t { public: public: }; // System.Type struct Type_t : public MemberInfo_t { public: // System.RuntimeTypeHandle System.Type::_impl RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 ____impl_9; public: inline static int32_t get_offset_of__impl_9() { return static_cast(offsetof(Type_t, ____impl_9)); } inline RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 get__impl_9() const { return ____impl_9; } inline RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 * get_address_of__impl_9() { return &____impl_9; } inline void set__impl_9(RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 value) { ____impl_9 = value; } }; // UnityEngine.UnityException struct UnityException_t5BD9575D9E8FC894770E16640BBC9C2A3DF40101 : public Exception_t { public: public: }; // UnityEngine.InputSystem.LowLevel.UseWindowsGamingInputCommand struct UseWindowsGamingInputCommand_tB66739BB4992AB11B421FE57CFEE81FBD534C6F3 { public: union { struct { union { #pragma pack(push, tp, 1) struct { // UnityEngine.InputSystem.LowLevel.InputDeviceCommand UnityEngine.InputSystem.LowLevel.UseWindowsGamingInputCommand::baseCommand InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 ___baseCommand_1; }; #pragma pack(pop, tp) struct { InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 ___baseCommand_1_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___enable_2_OffsetPadding[8]; // System.Byte UnityEngine.InputSystem.LowLevel.UseWindowsGamingInputCommand::enable uint8_t ___enable_2; }; #pragma pack(pop, tp) struct { char ___enable_2_OffsetPadding_forAlignmentOnly[8]; uint8_t ___enable_2_forAlignmentOnly; }; }; }; uint8_t UseWindowsGamingInputCommand_tB66739BB4992AB11B421FE57CFEE81FBD534C6F3__padding[9]; }; public: inline static int32_t get_offset_of_baseCommand_1() { return static_cast(offsetof(UseWindowsGamingInputCommand_tB66739BB4992AB11B421FE57CFEE81FBD534C6F3, ___baseCommand_1)); } inline InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 get_baseCommand_1() const { return ___baseCommand_1; } inline InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 * get_address_of_baseCommand_1() { return &___baseCommand_1; } inline void set_baseCommand_1(InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 value) { ___baseCommand_1 = value; } inline static int32_t get_offset_of_enable_2() { return static_cast(offsetof(UseWindowsGamingInputCommand_tB66739BB4992AB11B421FE57CFEE81FBD534C6F3, ___enable_2)); } inline uint8_t get_enable_2() const { return ___enable_2; } inline uint8_t* get_address_of_enable_2() { return &___enable_2; } inline void set_enable_2(uint8_t value) { ___enable_2 = value; } }; // UnityEngine.InputSystem.LowLevel.WarpMousePositionCommand struct WarpMousePositionCommand_t2910E0CEFD9555E1D4F31A7F50FA1E71387A08AA { public: union { struct { union { #pragma pack(push, tp, 1) struct { // UnityEngine.InputSystem.LowLevel.InputDeviceCommand UnityEngine.InputSystem.LowLevel.WarpMousePositionCommand::baseCommand InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 ___baseCommand_1; }; #pragma pack(pop, tp) struct { InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 ___baseCommand_1_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___warpPositionInPlayerDisplaySpace_2_OffsetPadding[8]; // UnityEngine.Vector2 UnityEngine.InputSystem.LowLevel.WarpMousePositionCommand::warpPositionInPlayerDisplaySpace Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___warpPositionInPlayerDisplaySpace_2; }; #pragma pack(pop, tp) struct { char ___warpPositionInPlayerDisplaySpace_2_OffsetPadding_forAlignmentOnly[8]; Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___warpPositionInPlayerDisplaySpace_2_forAlignmentOnly; }; }; }; uint8_t WarpMousePositionCommand_t2910E0CEFD9555E1D4F31A7F50FA1E71387A08AA__padding[16]; }; public: inline static int32_t get_offset_of_baseCommand_1() { return static_cast(offsetof(WarpMousePositionCommand_t2910E0CEFD9555E1D4F31A7F50FA1E71387A08AA, ___baseCommand_1)); } inline InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 get_baseCommand_1() const { return ___baseCommand_1; } inline InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 * get_address_of_baseCommand_1() { return &___baseCommand_1; } inline void set_baseCommand_1(InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 value) { ___baseCommand_1 = value; } inline static int32_t get_offset_of_warpPositionInPlayerDisplaySpace_2() { return static_cast(offsetof(WarpMousePositionCommand_t2910E0CEFD9555E1D4F31A7F50FA1E71387A08AA, ___warpPositionInPlayerDisplaySpace_2)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_warpPositionInPlayerDisplaySpace_2() const { return ___warpPositionInPlayerDisplaySpace_2; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_warpPositionInPlayerDisplaySpace_2() { return &___warpPositionInPlayerDisplaySpace_2; } inline void set_warpPositionInPlayerDisplaySpace_2(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___warpPositionInPlayerDisplaySpace_2 = value; } }; // System.Net.WebRequest struct WebRequest_t130159AA9419464E465AE0DC62721CC40E86EE8E : public MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8 { public: // System.Net.Security.AuthenticationLevel System.Net.WebRequest::m_AuthenticationLevel int32_t ___m_AuthenticationLevel_4; // System.Security.Principal.TokenImpersonationLevel System.Net.WebRequest::m_ImpersonationLevel int32_t ___m_ImpersonationLevel_5; // System.Net.Cache.RequestCachePolicy System.Net.WebRequest::m_CachePolicy RequestCachePolicy_tC080799EE2DA10B7F24B2E69ABBF5636EB2D43ED * ___m_CachePolicy_6; // System.Net.Cache.RequestCacheProtocol System.Net.WebRequest::m_CacheProtocol RequestCacheProtocol_tD3294F615CA528D71DE764785CCE49EBBAD3E2A7 * ___m_CacheProtocol_7; // System.Net.Cache.RequestCacheBinding System.Net.WebRequest::m_CacheBinding RequestCacheBinding_tE74959972BA5BEBD27642CC91FD5E4A0A6BFA447 * ___m_CacheBinding_8; public: inline static int32_t get_offset_of_m_AuthenticationLevel_4() { return static_cast(offsetof(WebRequest_t130159AA9419464E465AE0DC62721CC40E86EE8E, ___m_AuthenticationLevel_4)); } inline int32_t get_m_AuthenticationLevel_4() const { return ___m_AuthenticationLevel_4; } inline int32_t* get_address_of_m_AuthenticationLevel_4() { return &___m_AuthenticationLevel_4; } inline void set_m_AuthenticationLevel_4(int32_t value) { ___m_AuthenticationLevel_4 = value; } inline static int32_t get_offset_of_m_ImpersonationLevel_5() { return static_cast(offsetof(WebRequest_t130159AA9419464E465AE0DC62721CC40E86EE8E, ___m_ImpersonationLevel_5)); } inline int32_t get_m_ImpersonationLevel_5() const { return ___m_ImpersonationLevel_5; } inline int32_t* get_address_of_m_ImpersonationLevel_5() { return &___m_ImpersonationLevel_5; } inline void set_m_ImpersonationLevel_5(int32_t value) { ___m_ImpersonationLevel_5 = value; } inline static int32_t get_offset_of_m_CachePolicy_6() { return static_cast(offsetof(WebRequest_t130159AA9419464E465AE0DC62721CC40E86EE8E, ___m_CachePolicy_6)); } inline RequestCachePolicy_tC080799EE2DA10B7F24B2E69ABBF5636EB2D43ED * get_m_CachePolicy_6() const { return ___m_CachePolicy_6; } inline RequestCachePolicy_tC080799EE2DA10B7F24B2E69ABBF5636EB2D43ED ** get_address_of_m_CachePolicy_6() { return &___m_CachePolicy_6; } inline void set_m_CachePolicy_6(RequestCachePolicy_tC080799EE2DA10B7F24B2E69ABBF5636EB2D43ED * value) { ___m_CachePolicy_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_CachePolicy_6), (void*)value); } inline static int32_t get_offset_of_m_CacheProtocol_7() { return static_cast(offsetof(WebRequest_t130159AA9419464E465AE0DC62721CC40E86EE8E, ___m_CacheProtocol_7)); } inline RequestCacheProtocol_tD3294F615CA528D71DE764785CCE49EBBAD3E2A7 * get_m_CacheProtocol_7() const { return ___m_CacheProtocol_7; } inline RequestCacheProtocol_tD3294F615CA528D71DE764785CCE49EBBAD3E2A7 ** get_address_of_m_CacheProtocol_7() { return &___m_CacheProtocol_7; } inline void set_m_CacheProtocol_7(RequestCacheProtocol_tD3294F615CA528D71DE764785CCE49EBBAD3E2A7 * value) { ___m_CacheProtocol_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_CacheProtocol_7), (void*)value); } inline static int32_t get_offset_of_m_CacheBinding_8() { return static_cast(offsetof(WebRequest_t130159AA9419464E465AE0DC62721CC40E86EE8E, ___m_CacheBinding_8)); } inline RequestCacheBinding_tE74959972BA5BEBD27642CC91FD5E4A0A6BFA447 * get_m_CacheBinding_8() const { return ___m_CacheBinding_8; } inline RequestCacheBinding_tE74959972BA5BEBD27642CC91FD5E4A0A6BFA447 ** get_address_of_m_CacheBinding_8() { return &___m_CacheBinding_8; } inline void set_m_CacheBinding_8(RequestCacheBinding_tE74959972BA5BEBD27642CC91FD5E4A0A6BFA447 * value) { ___m_CacheBinding_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_CacheBinding_8), (void*)value); } }; // System.Net.NetworkInformation.Win32_FIXED_INFO struct Win32_FIXED_INFO_t1C698F6191AEE410646455CA333FFADE53C89847 { public: // System.String System.Net.NetworkInformation.Win32_FIXED_INFO::HostName String_t* ___HostName_0; // System.String System.Net.NetworkInformation.Win32_FIXED_INFO::DomainName String_t* ___DomainName_1; // System.IntPtr System.Net.NetworkInformation.Win32_FIXED_INFO::CurrentDnsServer intptr_t ___CurrentDnsServer_2; // System.Net.NetworkInformation.Win32_IP_ADDR_STRING System.Net.NetworkInformation.Win32_FIXED_INFO::DnsServerList Win32_IP_ADDR_STRING_t167613F2B5ACBE50F3823035ED4DB87312128903 ___DnsServerList_3; // System.Net.NetworkInformation.NetBiosNodeType System.Net.NetworkInformation.Win32_FIXED_INFO::NodeType int32_t ___NodeType_4; // System.String System.Net.NetworkInformation.Win32_FIXED_INFO::ScopeId String_t* ___ScopeId_5; // System.UInt32 System.Net.NetworkInformation.Win32_FIXED_INFO::EnableRouting uint32_t ___EnableRouting_6; // System.UInt32 System.Net.NetworkInformation.Win32_FIXED_INFO::EnableProxy uint32_t ___EnableProxy_7; // System.UInt32 System.Net.NetworkInformation.Win32_FIXED_INFO::EnableDns uint32_t ___EnableDns_8; public: inline static int32_t get_offset_of_HostName_0() { return static_cast(offsetof(Win32_FIXED_INFO_t1C698F6191AEE410646455CA333FFADE53C89847, ___HostName_0)); } inline String_t* get_HostName_0() const { return ___HostName_0; } inline String_t** get_address_of_HostName_0() { return &___HostName_0; } inline void set_HostName_0(String_t* value) { ___HostName_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___HostName_0), (void*)value); } inline static int32_t get_offset_of_DomainName_1() { return static_cast(offsetof(Win32_FIXED_INFO_t1C698F6191AEE410646455CA333FFADE53C89847, ___DomainName_1)); } inline String_t* get_DomainName_1() const { return ___DomainName_1; } inline String_t** get_address_of_DomainName_1() { return &___DomainName_1; } inline void set_DomainName_1(String_t* value) { ___DomainName_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___DomainName_1), (void*)value); } inline static int32_t get_offset_of_CurrentDnsServer_2() { return static_cast(offsetof(Win32_FIXED_INFO_t1C698F6191AEE410646455CA333FFADE53C89847, ___CurrentDnsServer_2)); } inline intptr_t get_CurrentDnsServer_2() const { return ___CurrentDnsServer_2; } inline intptr_t* get_address_of_CurrentDnsServer_2() { return &___CurrentDnsServer_2; } inline void set_CurrentDnsServer_2(intptr_t value) { ___CurrentDnsServer_2 = value; } inline static int32_t get_offset_of_DnsServerList_3() { return static_cast(offsetof(Win32_FIXED_INFO_t1C698F6191AEE410646455CA333FFADE53C89847, ___DnsServerList_3)); } inline Win32_IP_ADDR_STRING_t167613F2B5ACBE50F3823035ED4DB87312128903 get_DnsServerList_3() const { return ___DnsServerList_3; } inline Win32_IP_ADDR_STRING_t167613F2B5ACBE50F3823035ED4DB87312128903 * get_address_of_DnsServerList_3() { return &___DnsServerList_3; } inline void set_DnsServerList_3(Win32_IP_ADDR_STRING_t167613F2B5ACBE50F3823035ED4DB87312128903 value) { ___DnsServerList_3 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___DnsServerList_3))->___IpAddress_1), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___DnsServerList_3))->___IpMask_2), (void*)NULL); #endif } inline static int32_t get_offset_of_NodeType_4() { return static_cast(offsetof(Win32_FIXED_INFO_t1C698F6191AEE410646455CA333FFADE53C89847, ___NodeType_4)); } inline int32_t get_NodeType_4() const { return ___NodeType_4; } inline int32_t* get_address_of_NodeType_4() { return &___NodeType_4; } inline void set_NodeType_4(int32_t value) { ___NodeType_4 = value; } inline static int32_t get_offset_of_ScopeId_5() { return static_cast(offsetof(Win32_FIXED_INFO_t1C698F6191AEE410646455CA333FFADE53C89847, ___ScopeId_5)); } inline String_t* get_ScopeId_5() const { return ___ScopeId_5; } inline String_t** get_address_of_ScopeId_5() { return &___ScopeId_5; } inline void set_ScopeId_5(String_t* value) { ___ScopeId_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___ScopeId_5), (void*)value); } inline static int32_t get_offset_of_EnableRouting_6() { return static_cast(offsetof(Win32_FIXED_INFO_t1C698F6191AEE410646455CA333FFADE53C89847, ___EnableRouting_6)); } inline uint32_t get_EnableRouting_6() const { return ___EnableRouting_6; } inline uint32_t* get_address_of_EnableRouting_6() { return &___EnableRouting_6; } inline void set_EnableRouting_6(uint32_t value) { ___EnableRouting_6 = value; } inline static int32_t get_offset_of_EnableProxy_7() { return static_cast(offsetof(Win32_FIXED_INFO_t1C698F6191AEE410646455CA333FFADE53C89847, ___EnableProxy_7)); } inline uint32_t get_EnableProxy_7() const { return ___EnableProxy_7; } inline uint32_t* get_address_of_EnableProxy_7() { return &___EnableProxy_7; } inline void set_EnableProxy_7(uint32_t value) { ___EnableProxy_7 = value; } inline static int32_t get_offset_of_EnableDns_8() { return static_cast(offsetof(Win32_FIXED_INFO_t1C698F6191AEE410646455CA333FFADE53C89847, ___EnableDns_8)); } inline uint32_t get_EnableDns_8() const { return ___EnableDns_8; } inline uint32_t* get_address_of_EnableDns_8() { return &___EnableDns_8; } inline void set_EnableDns_8(uint32_t value) { ___EnableDns_8 = value; } }; // Native definition for P/Invoke marshalling of System.Net.NetworkInformation.Win32_FIXED_INFO struct Win32_FIXED_INFO_t1C698F6191AEE410646455CA333FFADE53C89847_marshaled_pinvoke { char ___HostName_0[132]; char ___DomainName_1[132]; intptr_t ___CurrentDnsServer_2; Win32_IP_ADDR_STRING_t167613F2B5ACBE50F3823035ED4DB87312128903_marshaled_pinvoke ___DnsServerList_3; int32_t ___NodeType_4; char ___ScopeId_5[260]; uint32_t ___EnableRouting_6; uint32_t ___EnableProxy_7; uint32_t ___EnableDns_8; }; // Native definition for COM marshalling of System.Net.NetworkInformation.Win32_FIXED_INFO struct Win32_FIXED_INFO_t1C698F6191AEE410646455CA333FFADE53C89847_marshaled_com { char ___HostName_0[132]; char ___DomainName_1[132]; intptr_t ___CurrentDnsServer_2; Win32_IP_ADDR_STRING_t167613F2B5ACBE50F3823035ED4DB87312128903_marshaled_com ___DnsServerList_3; int32_t ___NodeType_4; char ___ScopeId_5[260]; uint32_t ___EnableRouting_6; uint32_t ___EnableProxy_7; uint32_t ___EnableDns_8; }; // FMODUnityResonance.FmodResonanceAudio/RoomProperties struct RoomProperties_tC4746FC972EDC8ACD25451FF2FA2048DEE2CF023 { public: // System.Single FMODUnityResonance.FmodResonanceAudio/RoomProperties::positionX float ___positionX_0; // System.Single FMODUnityResonance.FmodResonanceAudio/RoomProperties::positionY float ___positionY_1; // System.Single FMODUnityResonance.FmodResonanceAudio/RoomProperties::positionZ float ___positionZ_2; // System.Single FMODUnityResonance.FmodResonanceAudio/RoomProperties::rotationX float ___rotationX_3; // System.Single FMODUnityResonance.FmodResonanceAudio/RoomProperties::rotationY float ___rotationY_4; // System.Single FMODUnityResonance.FmodResonanceAudio/RoomProperties::rotationZ float ___rotationZ_5; // System.Single FMODUnityResonance.FmodResonanceAudio/RoomProperties::rotationW float ___rotationW_6; // System.Single FMODUnityResonance.FmodResonanceAudio/RoomProperties::dimensionsX float ___dimensionsX_7; // System.Single FMODUnityResonance.FmodResonanceAudio/RoomProperties::dimensionsY float ___dimensionsY_8; // System.Single FMODUnityResonance.FmodResonanceAudio/RoomProperties::dimensionsZ float ___dimensionsZ_9; // FMODUnityResonance.FmodResonanceAudioRoom/SurfaceMaterial FMODUnityResonance.FmodResonanceAudio/RoomProperties::materialLeft int32_t ___materialLeft_10; // FMODUnityResonance.FmodResonanceAudioRoom/SurfaceMaterial FMODUnityResonance.FmodResonanceAudio/RoomProperties::materialRight int32_t ___materialRight_11; // FMODUnityResonance.FmodResonanceAudioRoom/SurfaceMaterial FMODUnityResonance.FmodResonanceAudio/RoomProperties::materialBottom int32_t ___materialBottom_12; // FMODUnityResonance.FmodResonanceAudioRoom/SurfaceMaterial FMODUnityResonance.FmodResonanceAudio/RoomProperties::materialTop int32_t ___materialTop_13; // FMODUnityResonance.FmodResonanceAudioRoom/SurfaceMaterial FMODUnityResonance.FmodResonanceAudio/RoomProperties::materialFront int32_t ___materialFront_14; // FMODUnityResonance.FmodResonanceAudioRoom/SurfaceMaterial FMODUnityResonance.FmodResonanceAudio/RoomProperties::materialBack int32_t ___materialBack_15; // System.Single FMODUnityResonance.FmodResonanceAudio/RoomProperties::reflectionScalar float ___reflectionScalar_16; // System.Single FMODUnityResonance.FmodResonanceAudio/RoomProperties::reverbGain float ___reverbGain_17; // System.Single FMODUnityResonance.FmodResonanceAudio/RoomProperties::reverbTime float ___reverbTime_18; // System.Single FMODUnityResonance.FmodResonanceAudio/RoomProperties::reverbBrightness float ___reverbBrightness_19; public: inline static int32_t get_offset_of_positionX_0() { return static_cast(offsetof(RoomProperties_tC4746FC972EDC8ACD25451FF2FA2048DEE2CF023, ___positionX_0)); } inline float get_positionX_0() const { return ___positionX_0; } inline float* get_address_of_positionX_0() { return &___positionX_0; } inline void set_positionX_0(float value) { ___positionX_0 = value; } inline static int32_t get_offset_of_positionY_1() { return static_cast(offsetof(RoomProperties_tC4746FC972EDC8ACD25451FF2FA2048DEE2CF023, ___positionY_1)); } inline float get_positionY_1() const { return ___positionY_1; } inline float* get_address_of_positionY_1() { return &___positionY_1; } inline void set_positionY_1(float value) { ___positionY_1 = value; } inline static int32_t get_offset_of_positionZ_2() { return static_cast(offsetof(RoomProperties_tC4746FC972EDC8ACD25451FF2FA2048DEE2CF023, ___positionZ_2)); } inline float get_positionZ_2() const { return ___positionZ_2; } inline float* get_address_of_positionZ_2() { return &___positionZ_2; } inline void set_positionZ_2(float value) { ___positionZ_2 = value; } inline static int32_t get_offset_of_rotationX_3() { return static_cast(offsetof(RoomProperties_tC4746FC972EDC8ACD25451FF2FA2048DEE2CF023, ___rotationX_3)); } inline float get_rotationX_3() const { return ___rotationX_3; } inline float* get_address_of_rotationX_3() { return &___rotationX_3; } inline void set_rotationX_3(float value) { ___rotationX_3 = value; } inline static int32_t get_offset_of_rotationY_4() { return static_cast(offsetof(RoomProperties_tC4746FC972EDC8ACD25451FF2FA2048DEE2CF023, ___rotationY_4)); } inline float get_rotationY_4() const { return ___rotationY_4; } inline float* get_address_of_rotationY_4() { return &___rotationY_4; } inline void set_rotationY_4(float value) { ___rotationY_4 = value; } inline static int32_t get_offset_of_rotationZ_5() { return static_cast(offsetof(RoomProperties_tC4746FC972EDC8ACD25451FF2FA2048DEE2CF023, ___rotationZ_5)); } inline float get_rotationZ_5() const { return ___rotationZ_5; } inline float* get_address_of_rotationZ_5() { return &___rotationZ_5; } inline void set_rotationZ_5(float value) { ___rotationZ_5 = value; } inline static int32_t get_offset_of_rotationW_6() { return static_cast(offsetof(RoomProperties_tC4746FC972EDC8ACD25451FF2FA2048DEE2CF023, ___rotationW_6)); } inline float get_rotationW_6() const { return ___rotationW_6; } inline float* get_address_of_rotationW_6() { return &___rotationW_6; } inline void set_rotationW_6(float value) { ___rotationW_6 = value; } inline static int32_t get_offset_of_dimensionsX_7() { return static_cast(offsetof(RoomProperties_tC4746FC972EDC8ACD25451FF2FA2048DEE2CF023, ___dimensionsX_7)); } inline float get_dimensionsX_7() const { return ___dimensionsX_7; } inline float* get_address_of_dimensionsX_7() { return &___dimensionsX_7; } inline void set_dimensionsX_7(float value) { ___dimensionsX_7 = value; } inline static int32_t get_offset_of_dimensionsY_8() { return static_cast(offsetof(RoomProperties_tC4746FC972EDC8ACD25451FF2FA2048DEE2CF023, ___dimensionsY_8)); } inline float get_dimensionsY_8() const { return ___dimensionsY_8; } inline float* get_address_of_dimensionsY_8() { return &___dimensionsY_8; } inline void set_dimensionsY_8(float value) { ___dimensionsY_8 = value; } inline static int32_t get_offset_of_dimensionsZ_9() { return static_cast(offsetof(RoomProperties_tC4746FC972EDC8ACD25451FF2FA2048DEE2CF023, ___dimensionsZ_9)); } inline float get_dimensionsZ_9() const { return ___dimensionsZ_9; } inline float* get_address_of_dimensionsZ_9() { return &___dimensionsZ_9; } inline void set_dimensionsZ_9(float value) { ___dimensionsZ_9 = value; } inline static int32_t get_offset_of_materialLeft_10() { return static_cast(offsetof(RoomProperties_tC4746FC972EDC8ACD25451FF2FA2048DEE2CF023, ___materialLeft_10)); } inline int32_t get_materialLeft_10() const { return ___materialLeft_10; } inline int32_t* get_address_of_materialLeft_10() { return &___materialLeft_10; } inline void set_materialLeft_10(int32_t value) { ___materialLeft_10 = value; } inline static int32_t get_offset_of_materialRight_11() { return static_cast(offsetof(RoomProperties_tC4746FC972EDC8ACD25451FF2FA2048DEE2CF023, ___materialRight_11)); } inline int32_t get_materialRight_11() const { return ___materialRight_11; } inline int32_t* get_address_of_materialRight_11() { return &___materialRight_11; } inline void set_materialRight_11(int32_t value) { ___materialRight_11 = value; } inline static int32_t get_offset_of_materialBottom_12() { return static_cast(offsetof(RoomProperties_tC4746FC972EDC8ACD25451FF2FA2048DEE2CF023, ___materialBottom_12)); } inline int32_t get_materialBottom_12() const { return ___materialBottom_12; } inline int32_t* get_address_of_materialBottom_12() { return &___materialBottom_12; } inline void set_materialBottom_12(int32_t value) { ___materialBottom_12 = value; } inline static int32_t get_offset_of_materialTop_13() { return static_cast(offsetof(RoomProperties_tC4746FC972EDC8ACD25451FF2FA2048DEE2CF023, ___materialTop_13)); } inline int32_t get_materialTop_13() const { return ___materialTop_13; } inline int32_t* get_address_of_materialTop_13() { return &___materialTop_13; } inline void set_materialTop_13(int32_t value) { ___materialTop_13 = value; } inline static int32_t get_offset_of_materialFront_14() { return static_cast(offsetof(RoomProperties_tC4746FC972EDC8ACD25451FF2FA2048DEE2CF023, ___materialFront_14)); } inline int32_t get_materialFront_14() const { return ___materialFront_14; } inline int32_t* get_address_of_materialFront_14() { return &___materialFront_14; } inline void set_materialFront_14(int32_t value) { ___materialFront_14 = value; } inline static int32_t get_offset_of_materialBack_15() { return static_cast(offsetof(RoomProperties_tC4746FC972EDC8ACD25451FF2FA2048DEE2CF023, ___materialBack_15)); } inline int32_t get_materialBack_15() const { return ___materialBack_15; } inline int32_t* get_address_of_materialBack_15() { return &___materialBack_15; } inline void set_materialBack_15(int32_t value) { ___materialBack_15 = value; } inline static int32_t get_offset_of_reflectionScalar_16() { return static_cast(offsetof(RoomProperties_tC4746FC972EDC8ACD25451FF2FA2048DEE2CF023, ___reflectionScalar_16)); } inline float get_reflectionScalar_16() const { return ___reflectionScalar_16; } inline float* get_address_of_reflectionScalar_16() { return &___reflectionScalar_16; } inline void set_reflectionScalar_16(float value) { ___reflectionScalar_16 = value; } inline static int32_t get_offset_of_reverbGain_17() { return static_cast(offsetof(RoomProperties_tC4746FC972EDC8ACD25451FF2FA2048DEE2CF023, ___reverbGain_17)); } inline float get_reverbGain_17() const { return ___reverbGain_17; } inline float* get_address_of_reverbGain_17() { return &___reverbGain_17; } inline void set_reverbGain_17(float value) { ___reverbGain_17 = value; } inline static int32_t get_offset_of_reverbTime_18() { return static_cast(offsetof(RoomProperties_tC4746FC972EDC8ACD25451FF2FA2048DEE2CF023, ___reverbTime_18)); } inline float get_reverbTime_18() const { return ___reverbTime_18; } inline float* get_address_of_reverbTime_18() { return &___reverbTime_18; } inline void set_reverbTime_18(float value) { ___reverbTime_18 = value; } inline static int32_t get_offset_of_reverbBrightness_19() { return static_cast(offsetof(RoomProperties_tC4746FC972EDC8ACD25451FF2FA2048DEE2CF023, ___reverbBrightness_19)); } inline float get_reverbBrightness_19() const { return ___reverbBrightness_19; } inline float* get_address_of_reverbBrightness_19() { return &___reverbBrightness_19; } inline void set_reverbBrightness_19(float value) { ___reverbBrightness_19 = value; } }; // UnityEngine.InputSystem.HID.HID/HIDDeviceDescriptor struct HIDDeviceDescriptor_tE61B0060D8CCC82E21E49C4B8D4AF6F80E4F706D { public: // System.Int32 UnityEngine.InputSystem.HID.HID/HIDDeviceDescriptor::vendorId int32_t ___vendorId_0; // System.Int32 UnityEngine.InputSystem.HID.HID/HIDDeviceDescriptor::productId int32_t ___productId_1; // System.Int32 UnityEngine.InputSystem.HID.HID/HIDDeviceDescriptor::usage int32_t ___usage_2; // UnityEngine.InputSystem.HID.HID/UsagePage UnityEngine.InputSystem.HID.HID/HIDDeviceDescriptor::usagePage int32_t ___usagePage_3; // System.Int32 UnityEngine.InputSystem.HID.HID/HIDDeviceDescriptor::inputReportSize int32_t ___inputReportSize_4; // System.Int32 UnityEngine.InputSystem.HID.HID/HIDDeviceDescriptor::outputReportSize int32_t ___outputReportSize_5; // System.Int32 UnityEngine.InputSystem.HID.HID/HIDDeviceDescriptor::featureReportSize int32_t ___featureReportSize_6; // UnityEngine.InputSystem.HID.HID/HIDElementDescriptor[] UnityEngine.InputSystem.HID.HID/HIDDeviceDescriptor::elements HIDElementDescriptorU5BU5D_tDAC44C8A84F113B231C75F7BB7F584501B01D8F8* ___elements_7; // UnityEngine.InputSystem.HID.HID/HIDCollectionDescriptor[] UnityEngine.InputSystem.HID.HID/HIDDeviceDescriptor::collections HIDCollectionDescriptorU5BU5D_t44A200739AD0674BB83F5B53B9DFC08C129D347B* ___collections_8; public: inline static int32_t get_offset_of_vendorId_0() { return static_cast(offsetof(HIDDeviceDescriptor_tE61B0060D8CCC82E21E49C4B8D4AF6F80E4F706D, ___vendorId_0)); } inline int32_t get_vendorId_0() const { return ___vendorId_0; } inline int32_t* get_address_of_vendorId_0() { return &___vendorId_0; } inline void set_vendorId_0(int32_t value) { ___vendorId_0 = value; } inline static int32_t get_offset_of_productId_1() { return static_cast(offsetof(HIDDeviceDescriptor_tE61B0060D8CCC82E21E49C4B8D4AF6F80E4F706D, ___productId_1)); } inline int32_t get_productId_1() const { return ___productId_1; } inline int32_t* get_address_of_productId_1() { return &___productId_1; } inline void set_productId_1(int32_t value) { ___productId_1 = value; } inline static int32_t get_offset_of_usage_2() { return static_cast(offsetof(HIDDeviceDescriptor_tE61B0060D8CCC82E21E49C4B8D4AF6F80E4F706D, ___usage_2)); } inline int32_t get_usage_2() const { return ___usage_2; } inline int32_t* get_address_of_usage_2() { return &___usage_2; } inline void set_usage_2(int32_t value) { ___usage_2 = value; } inline static int32_t get_offset_of_usagePage_3() { return static_cast(offsetof(HIDDeviceDescriptor_tE61B0060D8CCC82E21E49C4B8D4AF6F80E4F706D, ___usagePage_3)); } inline int32_t get_usagePage_3() const { return ___usagePage_3; } inline int32_t* get_address_of_usagePage_3() { return &___usagePage_3; } inline void set_usagePage_3(int32_t value) { ___usagePage_3 = value; } inline static int32_t get_offset_of_inputReportSize_4() { return static_cast(offsetof(HIDDeviceDescriptor_tE61B0060D8CCC82E21E49C4B8D4AF6F80E4F706D, ___inputReportSize_4)); } inline int32_t get_inputReportSize_4() const { return ___inputReportSize_4; } inline int32_t* get_address_of_inputReportSize_4() { return &___inputReportSize_4; } inline void set_inputReportSize_4(int32_t value) { ___inputReportSize_4 = value; } inline static int32_t get_offset_of_outputReportSize_5() { return static_cast(offsetof(HIDDeviceDescriptor_tE61B0060D8CCC82E21E49C4B8D4AF6F80E4F706D, ___outputReportSize_5)); } inline int32_t get_outputReportSize_5() const { return ___outputReportSize_5; } inline int32_t* get_address_of_outputReportSize_5() { return &___outputReportSize_5; } inline void set_outputReportSize_5(int32_t value) { ___outputReportSize_5 = value; } inline static int32_t get_offset_of_featureReportSize_6() { return static_cast(offsetof(HIDDeviceDescriptor_tE61B0060D8CCC82E21E49C4B8D4AF6F80E4F706D, ___featureReportSize_6)); } inline int32_t get_featureReportSize_6() const { return ___featureReportSize_6; } inline int32_t* get_address_of_featureReportSize_6() { return &___featureReportSize_6; } inline void set_featureReportSize_6(int32_t value) { ___featureReportSize_6 = value; } inline static int32_t get_offset_of_elements_7() { return static_cast(offsetof(HIDDeviceDescriptor_tE61B0060D8CCC82E21E49C4B8D4AF6F80E4F706D, ___elements_7)); } inline HIDElementDescriptorU5BU5D_tDAC44C8A84F113B231C75F7BB7F584501B01D8F8* get_elements_7() const { return ___elements_7; } inline HIDElementDescriptorU5BU5D_tDAC44C8A84F113B231C75F7BB7F584501B01D8F8** get_address_of_elements_7() { return &___elements_7; } inline void set_elements_7(HIDElementDescriptorU5BU5D_tDAC44C8A84F113B231C75F7BB7F584501B01D8F8* value) { ___elements_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___elements_7), (void*)value); } inline static int32_t get_offset_of_collections_8() { return static_cast(offsetof(HIDDeviceDescriptor_tE61B0060D8CCC82E21E49C4B8D4AF6F80E4F706D, ___collections_8)); } inline HIDCollectionDescriptorU5BU5D_t44A200739AD0674BB83F5B53B9DFC08C129D347B* get_collections_8() const { return ___collections_8; } inline HIDCollectionDescriptorU5BU5D_t44A200739AD0674BB83F5B53B9DFC08C129D347B** get_address_of_collections_8() { return &___collections_8; } inline void set_collections_8(HIDCollectionDescriptorU5BU5D_t44A200739AD0674BB83F5B53B9DFC08C129D347B* value) { ___collections_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___collections_8), (void*)value); } }; // Native definition for P/Invoke marshalling of UnityEngine.InputSystem.HID.HID/HIDDeviceDescriptor struct HIDDeviceDescriptor_tE61B0060D8CCC82E21E49C4B8D4AF6F80E4F706D_marshaled_pinvoke { int32_t ___vendorId_0; int32_t ___productId_1; int32_t ___usage_2; int32_t ___usagePage_3; int32_t ___inputReportSize_4; int32_t ___outputReportSize_5; int32_t ___featureReportSize_6; HIDElementDescriptor_tFB38373ABAFB8E910B966D9FA52DAAE4AEF19427_marshaled_pinvoke* ___elements_7; HIDCollectionDescriptor_tEDA872562AB61C209FF48351297285AEEB84EFB6 * ___collections_8; }; // Native definition for COM marshalling of UnityEngine.InputSystem.HID.HID/HIDDeviceDescriptor struct HIDDeviceDescriptor_tE61B0060D8CCC82E21E49C4B8D4AF6F80E4F706D_marshaled_com { int32_t ___vendorId_0; int32_t ___productId_1; int32_t ___usage_2; int32_t ___usagePage_3; int32_t ___inputReportSize_4; int32_t ___outputReportSize_5; int32_t ___featureReportSize_6; HIDElementDescriptor_tFB38373ABAFB8E910B966D9FA52DAAE4AEF19427_marshaled_com* ___elements_7; HIDCollectionDescriptor_tEDA872562AB61C209FF48351297285AEEB84EFB6 * ___collections_8; }; // System.Net.HttpWebRequest/AuthorizationState struct AuthorizationState_tAFF7CCE61655C69AC36E9D910C218D983D959B55 { public: // System.Net.HttpWebRequest System.Net.HttpWebRequest/AuthorizationState::request HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A * ___request_0; // System.Boolean System.Net.HttpWebRequest/AuthorizationState::isProxy bool ___isProxy_1; // System.Boolean System.Net.HttpWebRequest/AuthorizationState::isCompleted bool ___isCompleted_2; // System.Net.HttpWebRequest/NtlmAuthState System.Net.HttpWebRequest/AuthorizationState::ntlm_auth_state int32_t ___ntlm_auth_state_3; public: inline static int32_t get_offset_of_request_0() { return static_cast(offsetof(AuthorizationState_tAFF7CCE61655C69AC36E9D910C218D983D959B55, ___request_0)); } inline HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A * get_request_0() const { return ___request_0; } inline HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A ** get_address_of_request_0() { return &___request_0; } inline void set_request_0(HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A * value) { ___request_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___request_0), (void*)value); } inline static int32_t get_offset_of_isProxy_1() { return static_cast(offsetof(AuthorizationState_tAFF7CCE61655C69AC36E9D910C218D983D959B55, ___isProxy_1)); } inline bool get_isProxy_1() const { return ___isProxy_1; } inline bool* get_address_of_isProxy_1() { return &___isProxy_1; } inline void set_isProxy_1(bool value) { ___isProxy_1 = value; } inline static int32_t get_offset_of_isCompleted_2() { return static_cast(offsetof(AuthorizationState_tAFF7CCE61655C69AC36E9D910C218D983D959B55, ___isCompleted_2)); } inline bool get_isCompleted_2() const { return ___isCompleted_2; } inline bool* get_address_of_isCompleted_2() { return &___isCompleted_2; } inline void set_isCompleted_2(bool value) { ___isCompleted_2 = value; } inline static int32_t get_offset_of_ntlm_auth_state_3() { return static_cast(offsetof(AuthorizationState_tAFF7CCE61655C69AC36E9D910C218D983D959B55, ___ntlm_auth_state_3)); } inline int32_t get_ntlm_auth_state_3() const { return ___ntlm_auth_state_3; } inline int32_t* get_address_of_ntlm_auth_state_3() { return &___ntlm_auth_state_3; } inline void set_ntlm_auth_state_3(int32_t value) { ___ntlm_auth_state_3 = value; } }; // Native definition for P/Invoke marshalling of System.Net.HttpWebRequest/AuthorizationState struct AuthorizationState_tAFF7CCE61655C69AC36E9D910C218D983D959B55_marshaled_pinvoke { HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A * ___request_0; int32_t ___isProxy_1; int32_t ___isCompleted_2; int32_t ___ntlm_auth_state_3; }; // Native definition for COM marshalling of System.Net.HttpWebRequest/AuthorizationState struct AuthorizationState_tAFF7CCE61655C69AC36E9D910C218D983D959B55_marshaled_com { HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A * ___request_0; int32_t ___isProxy_1; int32_t ___isCompleted_2; int32_t ___ntlm_auth_state_3; }; // UnityEngine.InputSystem.InputActionState/GlobalState struct GlobalState_tF1D93500AFBAA25C7FCA48B5D89640B84C44D0AB { public: // UnityEngine.InputSystem.Utilities.InlinedArray`1 UnityEngine.InputSystem.InputActionState/GlobalState::globalList InlinedArray_1_tFCA31E8102435E4A60A161C004710A41410BA314 ___globalList_0; // UnityEngine.InputSystem.Utilities.CallbackArray`1> UnityEngine.InputSystem.InputActionState/GlobalState::onActionChange CallbackArray_1_t552BD871FFF51BBEADFA595A48105D602791E7FA ___onActionChange_1; // UnityEngine.InputSystem.Utilities.CallbackArray`1> UnityEngine.InputSystem.InputActionState/GlobalState::onActionControlsChanged CallbackArray_1_tE03856E201C6AA8C7ED4B4A9675D5BD431CACF1D ___onActionControlsChanged_2; public: inline static int32_t get_offset_of_globalList_0() { return static_cast(offsetof(GlobalState_tF1D93500AFBAA25C7FCA48B5D89640B84C44D0AB, ___globalList_0)); } inline InlinedArray_1_tFCA31E8102435E4A60A161C004710A41410BA314 get_globalList_0() const { return ___globalList_0; } inline InlinedArray_1_tFCA31E8102435E4A60A161C004710A41410BA314 * get_address_of_globalList_0() { return &___globalList_0; } inline void set_globalList_0(InlinedArray_1_tFCA31E8102435E4A60A161C004710A41410BA314 value) { ___globalList_0 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___globalList_0))->___additionalValues_2), (void*)NULL); } inline static int32_t get_offset_of_onActionChange_1() { return static_cast(offsetof(GlobalState_tF1D93500AFBAA25C7FCA48B5D89640B84C44D0AB, ___onActionChange_1)); } inline CallbackArray_1_t552BD871FFF51BBEADFA595A48105D602791E7FA get_onActionChange_1() const { return ___onActionChange_1; } inline CallbackArray_1_t552BD871FFF51BBEADFA595A48105D602791E7FA * get_address_of_onActionChange_1() { return &___onActionChange_1; } inline void set_onActionChange_1(CallbackArray_1_t552BD871FFF51BBEADFA595A48105D602791E7FA value) { ___onActionChange_1 = value; Il2CppCodeGenWriteBarrier((void**)&((&(((&___onActionChange_1))->___m_Callbacks_1))->___firstValue_1), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___onActionChange_1))->___m_Callbacks_1))->___additionalValues_2), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___onActionChange_1))->___m_CallbacksToAdd_2))->___firstValue_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___onActionChange_1))->___m_CallbacksToAdd_2))->___additionalValues_2), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___onActionChange_1))->___m_CallbacksToRemove_3))->___firstValue_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___onActionChange_1))->___m_CallbacksToRemove_3))->___additionalValues_2), (void*)NULL); #endif } inline static int32_t get_offset_of_onActionControlsChanged_2() { return static_cast(offsetof(GlobalState_tF1D93500AFBAA25C7FCA48B5D89640B84C44D0AB, ___onActionControlsChanged_2)); } inline CallbackArray_1_tE03856E201C6AA8C7ED4B4A9675D5BD431CACF1D get_onActionControlsChanged_2() const { return ___onActionControlsChanged_2; } inline CallbackArray_1_tE03856E201C6AA8C7ED4B4A9675D5BD431CACF1D * get_address_of_onActionControlsChanged_2() { return &___onActionControlsChanged_2; } inline void set_onActionControlsChanged_2(CallbackArray_1_tE03856E201C6AA8C7ED4B4A9675D5BD431CACF1D value) { ___onActionControlsChanged_2 = value; Il2CppCodeGenWriteBarrier((void**)&((&(((&___onActionControlsChanged_2))->___m_Callbacks_1))->___firstValue_1), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___onActionControlsChanged_2))->___m_Callbacks_1))->___additionalValues_2), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___onActionControlsChanged_2))->___m_CallbacksToAdd_2))->___firstValue_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___onActionControlsChanged_2))->___m_CallbacksToAdd_2))->___additionalValues_2), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___onActionControlsChanged_2))->___m_CallbacksToRemove_3))->___firstValue_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___onActionControlsChanged_2))->___m_CallbacksToRemove_3))->___additionalValues_2), (void*)NULL); #endif } }; // Native definition for P/Invoke marshalling of UnityEngine.InputSystem.InputActionState/GlobalState struct GlobalState_tF1D93500AFBAA25C7FCA48B5D89640B84C44D0AB_marshaled_pinvoke { InlinedArray_1_tFCA31E8102435E4A60A161C004710A41410BA314 ___globalList_0; CallbackArray_1_t552BD871FFF51BBEADFA595A48105D602791E7FA ___onActionChange_1; CallbackArray_1_tE03856E201C6AA8C7ED4B4A9675D5BD431CACF1D ___onActionControlsChanged_2; }; // Native definition for COM marshalling of UnityEngine.InputSystem.InputActionState/GlobalState struct GlobalState_tF1D93500AFBAA25C7FCA48B5D89640B84C44D0AB_marshaled_com { InlinedArray_1_tFCA31E8102435E4A60A161C004710A41410BA314 ___globalList_0; CallbackArray_1_t552BD871FFF51BBEADFA595A48105D602791E7FA ___onActionChange_1; CallbackArray_1_tE03856E201C6AA8C7ED4B4A9675D5BD431CACF1D ___onActionControlsChanged_2; }; // UnityEngine.InputSystem.InputControlScheme/DeviceRequirement struct DeviceRequirement_tAB27570ED81D24759C54FDE48B6DD74FF51649C9 { public: // System.String UnityEngine.InputSystem.InputControlScheme/DeviceRequirement::m_ControlPath String_t* ___m_ControlPath_0; // UnityEngine.InputSystem.InputControlScheme/DeviceRequirement/Flags UnityEngine.InputSystem.InputControlScheme/DeviceRequirement::m_Flags int32_t ___m_Flags_1; public: inline static int32_t get_offset_of_m_ControlPath_0() { return static_cast(offsetof(DeviceRequirement_tAB27570ED81D24759C54FDE48B6DD74FF51649C9, ___m_ControlPath_0)); } inline String_t* get_m_ControlPath_0() const { return ___m_ControlPath_0; } inline String_t** get_address_of_m_ControlPath_0() { return &___m_ControlPath_0; } inline void set_m_ControlPath_0(String_t* value) { ___m_ControlPath_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_ControlPath_0), (void*)value); } inline static int32_t get_offset_of_m_Flags_1() { return static_cast(offsetof(DeviceRequirement_tAB27570ED81D24759C54FDE48B6DD74FF51649C9, ___m_Flags_1)); } inline int32_t get_m_Flags_1() const { return ___m_Flags_1; } inline int32_t* get_address_of_m_Flags_1() { return &___m_Flags_1; } inline void set_m_Flags_1(int32_t value) { ___m_Flags_1 = value; } }; // Native definition for P/Invoke marshalling of UnityEngine.InputSystem.InputControlScheme/DeviceRequirement struct DeviceRequirement_tAB27570ED81D24759C54FDE48B6DD74FF51649C9_marshaled_pinvoke { char* ___m_ControlPath_0; int32_t ___m_Flags_1; }; // Native definition for COM marshalling of UnityEngine.InputSystem.InputControlScheme/DeviceRequirement struct DeviceRequirement_tAB27570ED81D24759C54FDE48B6DD74FF51649C9_marshaled_com { Il2CppChar* ___m_ControlPath_0; int32_t ___m_Flags_1; }; // Unity.Jobs.LowLevel.Unsafe.JobsUtility/JobScheduleParameters struct JobScheduleParameters_tA29064729507A938ACB05D9F98B2C4A6977E3EF8 { public: // Unity.Jobs.JobHandle Unity.Jobs.LowLevel.Unsafe.JobsUtility/JobScheduleParameters::Dependency JobHandle_t8AEB8D31C25D7774C71D62B0C662525E6E36D847 ___Dependency_0; // System.Int32 Unity.Jobs.LowLevel.Unsafe.JobsUtility/JobScheduleParameters::ScheduleMode int32_t ___ScheduleMode_1; // System.IntPtr Unity.Jobs.LowLevel.Unsafe.JobsUtility/JobScheduleParameters::ReflectionData intptr_t ___ReflectionData_2; // System.IntPtr Unity.Jobs.LowLevel.Unsafe.JobsUtility/JobScheduleParameters::JobDataPtr intptr_t ___JobDataPtr_3; public: inline static int32_t get_offset_of_Dependency_0() { return static_cast(offsetof(JobScheduleParameters_tA29064729507A938ACB05D9F98B2C4A6977E3EF8, ___Dependency_0)); } inline JobHandle_t8AEB8D31C25D7774C71D62B0C662525E6E36D847 get_Dependency_0() const { return ___Dependency_0; } inline JobHandle_t8AEB8D31C25D7774C71D62B0C662525E6E36D847 * get_address_of_Dependency_0() { return &___Dependency_0; } inline void set_Dependency_0(JobHandle_t8AEB8D31C25D7774C71D62B0C662525E6E36D847 value) { ___Dependency_0 = value; } inline static int32_t get_offset_of_ScheduleMode_1() { return static_cast(offsetof(JobScheduleParameters_tA29064729507A938ACB05D9F98B2C4A6977E3EF8, ___ScheduleMode_1)); } inline int32_t get_ScheduleMode_1() const { return ___ScheduleMode_1; } inline int32_t* get_address_of_ScheduleMode_1() { return &___ScheduleMode_1; } inline void set_ScheduleMode_1(int32_t value) { ___ScheduleMode_1 = value; } inline static int32_t get_offset_of_ReflectionData_2() { return static_cast(offsetof(JobScheduleParameters_tA29064729507A938ACB05D9F98B2C4A6977E3EF8, ___ReflectionData_2)); } inline intptr_t get_ReflectionData_2() const { return ___ReflectionData_2; } inline intptr_t* get_address_of_ReflectionData_2() { return &___ReflectionData_2; } inline void set_ReflectionData_2(intptr_t value) { ___ReflectionData_2 = value; } inline static int32_t get_offset_of_JobDataPtr_3() { return static_cast(offsetof(JobScheduleParameters_tA29064729507A938ACB05D9F98B2C4A6977E3EF8, ___JobDataPtr_3)); } inline intptr_t get_JobDataPtr_3() const { return ___JobDataPtr_3; } inline intptr_t* get_address_of_JobDataPtr_3() { return &___JobDataPtr_3; } inline void set_JobDataPtr_3(intptr_t value) { ___JobDataPtr_3 = value; } }; // FMODUnity.Legacy/PlatformSettingBase struct PlatformSettingBase_t7FDEC6A3823A563621A087868AF56B54A7653B43 : public RuntimeObject { public: // FMODUnity.Legacy/Platform FMODUnity.Legacy/PlatformSettingBase::Platform int32_t ___Platform_0; public: inline static int32_t get_offset_of_Platform_0() { return static_cast(offsetof(PlatformSettingBase_t7FDEC6A3823A563621A087868AF56B54A7653B43, ___Platform_0)); } inline int32_t get_Platform_0() const { return ___Platform_0; } inline int32_t* get_address_of_Platform_0() { return &___Platform_0; } inline void set_Platform_0(int32_t value) { ___Platform_0 = value; } }; // UnityEngine.XR.OpenXR.Input.OpenXRInput/GetInternalDeviceIdCommand struct GetInternalDeviceIdCommand_tDABB67AE984187CD7533AD65FBF96F9587004A98 { public: union { struct { union { #pragma pack(push, tp, 1) struct { // UnityEngine.InputSystem.LowLevel.InputDeviceCommand UnityEngine.XR.OpenXR.Input.OpenXRInput/GetInternalDeviceIdCommand::baseCommand InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 ___baseCommand_2; }; #pragma pack(pop, tp) struct { InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 ___baseCommand_2_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___deviceId_3_OffsetPadding[8]; // System.UInt32 UnityEngine.XR.OpenXR.Input.OpenXRInput/GetInternalDeviceIdCommand::deviceId uint32_t ___deviceId_3; }; #pragma pack(pop, tp) struct { char ___deviceId_3_OffsetPadding_forAlignmentOnly[8]; uint32_t ___deviceId_3_forAlignmentOnly; }; }; }; uint8_t GetInternalDeviceIdCommand_tDABB67AE984187CD7533AD65FBF96F9587004A98__padding[12]; }; public: inline static int32_t get_offset_of_baseCommand_2() { return static_cast(offsetof(GetInternalDeviceIdCommand_tDABB67AE984187CD7533AD65FBF96F9587004A98, ___baseCommand_2)); } inline InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 get_baseCommand_2() const { return ___baseCommand_2; } inline InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 * get_address_of_baseCommand_2() { return &___baseCommand_2; } inline void set_baseCommand_2(InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 value) { ___baseCommand_2 = value; } inline static int32_t get_offset_of_deviceId_3() { return static_cast(offsetof(GetInternalDeviceIdCommand_tDABB67AE984187CD7533AD65FBF96F9587004A98, ___deviceId_3)); } inline uint32_t get_deviceId_3() const { return ___deviceId_3; } inline uint32_t* get_address_of_deviceId_3() { return &___deviceId_3; } inline void set_deviceId_3(uint32_t value) { ___deviceId_3 = value; } }; // UnityEngine.InputSystem.Switch.SwitchProControllerHID/SwitchMagicOutputHIDBluetooth struct SwitchMagicOutputHIDBluetooth_tFDED19752AA32181E67ECF8E602390B891122571 { public: union { struct { union { #pragma pack(push, tp, 1) struct { // UnityEngine.InputSystem.LowLevel.InputDeviceCommand UnityEngine.InputSystem.Switch.SwitchProControllerHID/SwitchMagicOutputHIDBluetooth::baseCommand InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 ___baseCommand_1; }; #pragma pack(pop, tp) struct { InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 ___baseCommand_1_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___report_2_OffsetPadding[8]; // UnityEngine.InputSystem.Switch.SwitchProControllerHID/SwitchMagicOutputReport UnityEngine.InputSystem.Switch.SwitchProControllerHID/SwitchMagicOutputHIDBluetooth::report SwitchMagicOutputReport_t6981052AEFA6C114CF8E6AE5269D3608DD9AB4BE ___report_2; }; #pragma pack(pop, tp) struct { char ___report_2_OffsetPadding_forAlignmentOnly[8]; SwitchMagicOutputReport_t6981052AEFA6C114CF8E6AE5269D3608DD9AB4BE ___report_2_forAlignmentOnly; }; }; }; uint8_t SwitchMagicOutputHIDBluetooth_tFDED19752AA32181E67ECF8E602390B891122571__padding[57]; }; public: inline static int32_t get_offset_of_baseCommand_1() { return static_cast(offsetof(SwitchMagicOutputHIDBluetooth_tFDED19752AA32181E67ECF8E602390B891122571, ___baseCommand_1)); } inline InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 get_baseCommand_1() const { return ___baseCommand_1; } inline InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 * get_address_of_baseCommand_1() { return &___baseCommand_1; } inline void set_baseCommand_1(InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 value) { ___baseCommand_1 = value; } inline static int32_t get_offset_of_report_2() { return static_cast(offsetof(SwitchMagicOutputHIDBluetooth_tFDED19752AA32181E67ECF8E602390B891122571, ___report_2)); } inline SwitchMagicOutputReport_t6981052AEFA6C114CF8E6AE5269D3608DD9AB4BE get_report_2() const { return ___report_2; } inline SwitchMagicOutputReport_t6981052AEFA6C114CF8E6AE5269D3608DD9AB4BE * get_address_of_report_2() { return &___report_2; } inline void set_report_2(SwitchMagicOutputReport_t6981052AEFA6C114CF8E6AE5269D3608DD9AB4BE value) { ___report_2 = value; } }; // UnityEngine.InputSystem.Switch.SwitchProControllerHID/SwitchMagicOutputHIDUSB struct SwitchMagicOutputHIDUSB_t74FF5B9D62E7D514212921F7F609CCD5684EBC98 { public: union { struct { union { #pragma pack(push, tp, 1) struct { // UnityEngine.InputSystem.LowLevel.InputDeviceCommand UnityEngine.InputSystem.Switch.SwitchProControllerHID/SwitchMagicOutputHIDUSB::baseCommand InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 ___baseCommand_1; }; #pragma pack(pop, tp) struct { InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 ___baseCommand_1_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___report_2_OffsetPadding[8]; // UnityEngine.InputSystem.Switch.SwitchProControllerHID/SwitchMagicOutputReport UnityEngine.InputSystem.Switch.SwitchProControllerHID/SwitchMagicOutputHIDUSB::report SwitchMagicOutputReport_t6981052AEFA6C114CF8E6AE5269D3608DD9AB4BE ___report_2; }; #pragma pack(pop, tp) struct { char ___report_2_OffsetPadding_forAlignmentOnly[8]; SwitchMagicOutputReport_t6981052AEFA6C114CF8E6AE5269D3608DD9AB4BE ___report_2_forAlignmentOnly; }; }; }; uint8_t SwitchMagicOutputHIDUSB_t74FF5B9D62E7D514212921F7F609CCD5684EBC98__padding[72]; }; public: inline static int32_t get_offset_of_baseCommand_1() { return static_cast(offsetof(SwitchMagicOutputHIDUSB_t74FF5B9D62E7D514212921F7F609CCD5684EBC98, ___baseCommand_1)); } inline InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 get_baseCommand_1() const { return ___baseCommand_1; } inline InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 * get_address_of_baseCommand_1() { return &___baseCommand_1; } inline void set_baseCommand_1(InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 value) { ___baseCommand_1 = value; } inline static int32_t get_offset_of_report_2() { return static_cast(offsetof(SwitchMagicOutputHIDUSB_t74FF5B9D62E7D514212921F7F609CCD5684EBC98, ___report_2)); } inline SwitchMagicOutputReport_t6981052AEFA6C114CF8E6AE5269D3608DD9AB4BE get_report_2() const { return ___report_2; } inline SwitchMagicOutputReport_t6981052AEFA6C114CF8E6AE5269D3608DD9AB4BE * get_address_of_report_2() { return &___report_2; } inline void set_report_2(SwitchMagicOutputReport_t6981052AEFA6C114CF8E6AE5269D3608DD9AB4BE value) { ___report_2 = value; } }; // UnityEngine.InputSystem.XInput.XInputController/Capabilities struct Capabilities_t9892C96DECD56DC2B4D2B6D0473A5294017FF882 { public: // UnityEngine.InputSystem.XInput.XInputController/DeviceType UnityEngine.InputSystem.XInput.XInputController/Capabilities::type int32_t ___type_0; // UnityEngine.InputSystem.XInput.XInputController/DeviceSubType UnityEngine.InputSystem.XInput.XInputController/Capabilities::subType int32_t ___subType_1; // UnityEngine.InputSystem.XInput.XInputController/DeviceFlags UnityEngine.InputSystem.XInput.XInputController/Capabilities::flags int32_t ___flags_2; public: inline static int32_t get_offset_of_type_0() { return static_cast(offsetof(Capabilities_t9892C96DECD56DC2B4D2B6D0473A5294017FF882, ___type_0)); } inline int32_t get_type_0() const { return ___type_0; } inline int32_t* get_address_of_type_0() { return &___type_0; } inline void set_type_0(int32_t value) { ___type_0 = value; } inline static int32_t get_offset_of_subType_1() { return static_cast(offsetof(Capabilities_t9892C96DECD56DC2B4D2B6D0473A5294017FF882, ___subType_1)); } inline int32_t get_subType_1() const { return ___subType_1; } inline int32_t* get_address_of_subType_1() { return &___subType_1; } inline void set_subType_1(int32_t value) { ___subType_1 = value; } inline static int32_t get_offset_of_flags_2() { return static_cast(offsetof(Capabilities_t9892C96DECD56DC2B4D2B6D0473A5294017FF882, ___flags_2)); } inline int32_t get_flags_2() const { return ___flags_2; } inline int32_t* get_address_of_flags_2() { return &___flags_2; } inline void set_flags_2(int32_t value) { ___flags_2 = value; } }; // System.Action`1 struct Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC : public MulticastDelegate_t { public: public: }; // UnityEngine.EventSystems.ExecuteEvents/EventFunction`1 struct EventFunction_1_t10AC44967751F27B2BFC1CDA880B1466D87483F1 : public MulticastDelegate_t { public: public: }; // System.Func`1 struct Func_1_t76DECFBA7E8607FAED0307739AF623E13E9A32D8 : public MulticastDelegate_t { public: public: }; // System.Func`1 struct Func_1_t807CEE610086E24A0167BAA97A64062016E09D49 : public MulticastDelegate_t { public: public: }; // System.Func`2,System.Boolean> struct Func_2_tD570D29C5027C04365E3BD2965A2B25DE326F8D7 : public MulticastDelegate_t { public: public: }; // System.Func`2>> struct Func_2_tB70063A15836D0CD7D40205391AE05CAC43B1F1B : public MulticastDelegate_t { public: public: }; // System.Func`2> struct Func_2_t7257A481AA060D9C75F810267E933801215EB8D4 : public MulticastDelegate_t { public: public: }; // System.Func`2 struct Func_2_t469A17D5D5D683C1A9B916A191550BC58A2409F0 : public MulticastDelegate_t { public: public: }; // System.Func`2> struct Func_2_tD457CA07229B6835F9D0AB141D4F1A7455A8AF29 : public MulticastDelegate_t { public: public: }; // System.Func`2 struct Func_2_t99409DECFF50F0FA9B427C863AC6C99C66E6F9F8 : public MulticastDelegate_t { public: public: }; // System.Func`2 struct Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 : public MulticastDelegate_t { public: public: }; // System.Reflection.MonoProperty/Getter`2 struct Getter_2_t81181C5D3C83EE61FFA30B3479BF4F9FC6ECBBDB : public MulticastDelegate_t { public: public: }; // UnityEngine.InputSystem.InputControlList`1 struct InputControlList_1_tCCB2EBF6FDF573DC316CABD9A44894F5CCEEAE4A { public: // System.Int32 UnityEngine.InputSystem.InputControlList`1::m_Count int32_t ___m_Count_0; // Unity.Collections.NativeArray`1 UnityEngine.InputSystem.InputControlList`1::m_Indices NativeArray_1_t9D118727A643E61710D0A4DF5B0C8CD1A918A40B ___m_Indices_1; // Unity.Collections.Allocator UnityEngine.InputSystem.InputControlList`1::m_Allocator int32_t ___m_Allocator_2; public: inline static int32_t get_offset_of_m_Count_0() { return static_cast(offsetof(InputControlList_1_tCCB2EBF6FDF573DC316CABD9A44894F5CCEEAE4A, ___m_Count_0)); } inline int32_t get_m_Count_0() const { return ___m_Count_0; } inline int32_t* get_address_of_m_Count_0() { return &___m_Count_0; } inline void set_m_Count_0(int32_t value) { ___m_Count_0 = value; } inline static int32_t get_offset_of_m_Indices_1() { return static_cast(offsetof(InputControlList_1_tCCB2EBF6FDF573DC316CABD9A44894F5CCEEAE4A, ___m_Indices_1)); } inline NativeArray_1_t9D118727A643E61710D0A4DF5B0C8CD1A918A40B get_m_Indices_1() const { return ___m_Indices_1; } inline NativeArray_1_t9D118727A643E61710D0A4DF5B0C8CD1A918A40B * get_address_of_m_Indices_1() { return &___m_Indices_1; } inline void set_m_Indices_1(NativeArray_1_t9D118727A643E61710D0A4DF5B0C8CD1A918A40B value) { ___m_Indices_1 = value; } inline static int32_t get_offset_of_m_Allocator_2() { return static_cast(offsetof(InputControlList_1_tCCB2EBF6FDF573DC316CABD9A44894F5CCEEAE4A, ___m_Allocator_2)); } inline int32_t get_m_Allocator_2() const { return ___m_Allocator_2; } inline int32_t* get_address_of_m_Allocator_2() { return &___m_Allocator_2; } inline void set_m_Allocator_2(int32_t value) { ___m_Allocator_2 = value; } }; // UnityEngine.InputSystem.InputControlList`1 struct InputControlList_1_t9D0926F8AB5859C8767B43B76E6AC3847A5D7D02 { public: // System.Int32 UnityEngine.InputSystem.InputControlList`1::m_Count int32_t ___m_Count_0; // Unity.Collections.NativeArray`1 UnityEngine.InputSystem.InputControlList`1::m_Indices NativeArray_1_t9D118727A643E61710D0A4DF5B0C8CD1A918A40B ___m_Indices_1; // Unity.Collections.Allocator UnityEngine.InputSystem.InputControlList`1::m_Allocator int32_t ___m_Allocator_2; public: inline static int32_t get_offset_of_m_Count_0() { return static_cast(offsetof(InputControlList_1_t9D0926F8AB5859C8767B43B76E6AC3847A5D7D02, ___m_Count_0)); } inline int32_t get_m_Count_0() const { return ___m_Count_0; } inline int32_t* get_address_of_m_Count_0() { return &___m_Count_0; } inline void set_m_Count_0(int32_t value) { ___m_Count_0 = value; } inline static int32_t get_offset_of_m_Indices_1() { return static_cast(offsetof(InputControlList_1_t9D0926F8AB5859C8767B43B76E6AC3847A5D7D02, ___m_Indices_1)); } inline NativeArray_1_t9D118727A643E61710D0A4DF5B0C8CD1A918A40B get_m_Indices_1() const { return ___m_Indices_1; } inline NativeArray_1_t9D118727A643E61710D0A4DF5B0C8CD1A918A40B * get_address_of_m_Indices_1() { return &___m_Indices_1; } inline void set_m_Indices_1(NativeArray_1_t9D118727A643E61710D0A4DF5B0C8CD1A918A40B value) { ___m_Indices_1 = value; } inline static int32_t get_offset_of_m_Allocator_2() { return static_cast(offsetof(InputControlList_1_t9D0926F8AB5859C8767B43B76E6AC3847A5D7D02, ___m_Allocator_2)); } inline int32_t get_m_Allocator_2() const { return ___m_Allocator_2; } inline int32_t* get_address_of_m_Allocator_2() { return &___m_Allocator_2; } inline void set_m_Allocator_2(int32_t value) { ___m_Allocator_2 = value; } }; // UnityEngine.InputSystem.InputControlList`1 struct InputControlList_1_t9461BFBC9FEFA4CB0C7F0981E4B70C426126D012 { public: // System.Int32 UnityEngine.InputSystem.InputControlList`1::m_Count int32_t ___m_Count_0; // Unity.Collections.NativeArray`1 UnityEngine.InputSystem.InputControlList`1::m_Indices NativeArray_1_t9D118727A643E61710D0A4DF5B0C8CD1A918A40B ___m_Indices_1; // Unity.Collections.Allocator UnityEngine.InputSystem.InputControlList`1::m_Allocator int32_t ___m_Allocator_2; public: inline static int32_t get_offset_of_m_Count_0() { return static_cast(offsetof(InputControlList_1_t9461BFBC9FEFA4CB0C7F0981E4B70C426126D012, ___m_Count_0)); } inline int32_t get_m_Count_0() const { return ___m_Count_0; } inline int32_t* get_address_of_m_Count_0() { return &___m_Count_0; } inline void set_m_Count_0(int32_t value) { ___m_Count_0 = value; } inline static int32_t get_offset_of_m_Indices_1() { return static_cast(offsetof(InputControlList_1_t9461BFBC9FEFA4CB0C7F0981E4B70C426126D012, ___m_Indices_1)); } inline NativeArray_1_t9D118727A643E61710D0A4DF5B0C8CD1A918A40B get_m_Indices_1() const { return ___m_Indices_1; } inline NativeArray_1_t9D118727A643E61710D0A4DF5B0C8CD1A918A40B * get_address_of_m_Indices_1() { return &___m_Indices_1; } inline void set_m_Indices_1(NativeArray_1_t9D118727A643E61710D0A4DF5B0C8CD1A918A40B value) { ___m_Indices_1 = value; } inline static int32_t get_offset_of_m_Allocator_2() { return static_cast(offsetof(InputControlList_1_t9461BFBC9FEFA4CB0C7F0981E4B70C426126D012, ___m_Allocator_2)); } inline int32_t get_m_Allocator_2() const { return ___m_Allocator_2; } inline int32_t* get_address_of_m_Allocator_2() { return &___m_Allocator_2; } inline void set_m_Allocator_2(int32_t value) { ___m_Allocator_2 = value; } }; // System.Nullable`1 struct Nullable_1_t2055E88624438E34B0C4AEB7B387170528759E07 { public: // T System.Nullable`1::value InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB ___value_0; // System.Boolean System.Nullable`1::has_value bool ___has_value_1; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(Nullable_1_t2055E88624438E34B0C4AEB7B387170528759E07, ___value_0)); } inline InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB get_value_0() const { return ___value_0; } inline InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB * get_address_of_value_0() { return &___value_0; } inline void set_value_0(InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB value) { ___value_0 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___value_0))->___m_Name_2), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___value_0))->___m_Id_3), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___value_0))->___m_Path_4), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___value_0))->___m_Interactions_5), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___value_0))->___m_Processors_6), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___value_0))->___m_Groups_7), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___value_0))->___m_Action_8), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___value_0))->___m_OverridePath_10), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___value_0))->___m_OverrideInteractions_11), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___value_0))->___m_OverrideProcessors_12), (void*)NULL); #endif } inline static int32_t get_offset_of_has_value_1() { return static_cast(offsetof(Nullable_1_t2055E88624438E34B0C4AEB7B387170528759E07, ___has_value_1)); } inline bool get_has_value_1() const { return ___has_value_1; } inline bool* get_address_of_has_value_1() { return &___has_value_1; } inline void set_has_value_1(bool value) { ___has_value_1 = value; } }; // FMODUnity.Legacy/PlatformSetting`1 struct PlatformSetting_1_tF1F2D113743AE5690D9B0A53C4E5F73E58B88DD8 : public PlatformSettingBase_t7FDEC6A3823A563621A087868AF56B54A7653B43 { public: // T FMODUnity.Legacy/PlatformSetting`1::Value int32_t ___Value_1; public: inline static int32_t get_offset_of_Value_1() { return static_cast(offsetof(PlatformSetting_1_tF1F2D113743AE5690D9B0A53C4E5F73E58B88DD8, ___Value_1)); } inline int32_t get_Value_1() const { return ___Value_1; } inline int32_t* get_address_of_Value_1() { return &___Value_1; } inline void set_Value_1(int32_t value) { ___Value_1 = value; } }; // FMODUnity.Legacy/PlatformSetting`1 struct PlatformSetting_1_tE51D3E0036FF3A6FA334D7296D74F55B569E2227 : public PlatformSettingBase_t7FDEC6A3823A563621A087868AF56B54A7653B43 { public: // T FMODUnity.Legacy/PlatformSetting`1::Value int32_t ___Value_1; public: inline static int32_t get_offset_of_Value_1() { return static_cast(offsetof(PlatformSetting_1_tE51D3E0036FF3A6FA334D7296D74F55B569E2227, ___Value_1)); } inline int32_t get_Value_1() const { return ___Value_1; } inline int32_t* get_address_of_Value_1() { return &___Value_1; } inline void set_Value_1(int32_t value) { ___Value_1 = value; } }; // FMODUnity.Legacy/PlatformSetting`1 struct PlatformSetting_1_tB64831A2595CA13E480EFD492D0324ADDD5FFA00 : public PlatformSettingBase_t7FDEC6A3823A563621A087868AF56B54A7653B43 { public: // T FMODUnity.Legacy/PlatformSetting`1::Value RuntimeObject * ___Value_1; public: inline static int32_t get_offset_of_Value_1() { return static_cast(offsetof(PlatformSetting_1_tB64831A2595CA13E480EFD492D0324ADDD5FFA00, ___Value_1)); } inline RuntimeObject * get_Value_1() const { return ___Value_1; } inline RuntimeObject ** get_address_of_Value_1() { return &___Value_1; } inline void set_Value_1(RuntimeObject * value) { ___Value_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_1), (void*)value); } }; // System.Predicate`1 struct Predicate_1_t5C96B81B31A697B11C4C3767E3298773AF25DFEB : public MulticastDelegate_t { public: public: }; // System.Predicate`1 struct Predicate_1_t782ED4F640A61B7ACA1DD787F7C4993C746207B3 : public MulticastDelegate_t { public: public: }; // System.Reflection.MonoProperty/StaticGetter`1 struct StaticGetter_1_t34703320355FB45822699F7FF6C0BC577E0DDA01 : public MulticastDelegate_t { public: public: }; // System.Action struct Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 : public MulticastDelegate_t { public: public: }; // System.ArgumentException struct ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 : public SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 { public: // System.String System.ArgumentException::m_paramName String_t* ___m_paramName_17; public: inline static int32_t get_offset_of_m_paramName_17() { return static_cast(offsetof(ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00, ___m_paramName_17)); } inline String_t* get_m_paramName_17() const { return ___m_paramName_17; } inline String_t** get_address_of_m_paramName_17() { return &___m_paramName_17; } inline void set_m_paramName_17(String_t* value) { ___m_paramName_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_paramName_17), (void*)value); } }; // UnityEngine.Behaviour struct Behaviour_t1A3DDDCF73B4627928FBFE02ED52B7251777DBD9 : public Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 { public: public: }; // UnityEngine.Rendering.Universal.Internal.DeferredTiler struct DeferredTiler_tFBDEC2ED9B79F74D4AF97826AF601C8EC12FD372 { public: // System.Int32 UnityEngine.Rendering.Universal.Internal.DeferredTiler::m_TilePixelWidth int32_t ___m_TilePixelWidth_0; // System.Int32 UnityEngine.Rendering.Universal.Internal.DeferredTiler::m_TilePixelHeight int32_t ___m_TilePixelHeight_1; // System.Int32 UnityEngine.Rendering.Universal.Internal.DeferredTiler::m_TileXCount int32_t ___m_TileXCount_2; // System.Int32 UnityEngine.Rendering.Universal.Internal.DeferredTiler::m_TileYCount int32_t ___m_TileYCount_3; // System.Int32 UnityEngine.Rendering.Universal.Internal.DeferredTiler::m_TileHeaderSize int32_t ___m_TileHeaderSize_4; // System.Int32 UnityEngine.Rendering.Universal.Internal.DeferredTiler::m_AvgLightPerTile int32_t ___m_AvgLightPerTile_5; // System.Int32 UnityEngine.Rendering.Universal.Internal.DeferredTiler::m_TilerLevel int32_t ___m_TilerLevel_6; // UnityEngine.FrustumPlanes UnityEngine.Rendering.Universal.Internal.DeferredTiler::m_FrustumPlanes FrustumPlanes_t04DCFA7A13B132C73BC888D7ABBC4C6C40CDC40C ___m_FrustumPlanes_7; // System.Boolean UnityEngine.Rendering.Universal.Internal.DeferredTiler::m_IsOrthographic bool ___m_IsOrthographic_8; // Unity.Collections.NativeArray`1 UnityEngine.Rendering.Universal.Internal.DeferredTiler::m_Counters NativeArray_1_tD60079F06B473C85CF6C2BB4F2D203F38191AE99 ___m_Counters_9; // Unity.Collections.NativeArray`1 UnityEngine.Rendering.Universal.Internal.DeferredTiler::m_TileData NativeArray_1_t7203C36524CBF9E07ED2D6B86C410B21B422626A ___m_TileData_10; // Unity.Collections.NativeArray`1 UnityEngine.Rendering.Universal.Internal.DeferredTiler::m_TileHeaders NativeArray_1_tCE3FBA37C1D711DDDD473E84C32A9F5C60F2577A ___m_TileHeaders_11; // Unity.Collections.NativeArray`1 UnityEngine.Rendering.Universal.Internal.DeferredTiler::m_PreTiles NativeArray_1_tCD004FBD9F8C000DD43B8D3D4AD6D1FE8D058ECA ___m_PreTiles_12; public: inline static int32_t get_offset_of_m_TilePixelWidth_0() { return static_cast(offsetof(DeferredTiler_tFBDEC2ED9B79F74D4AF97826AF601C8EC12FD372, ___m_TilePixelWidth_0)); } inline int32_t get_m_TilePixelWidth_0() const { return ___m_TilePixelWidth_0; } inline int32_t* get_address_of_m_TilePixelWidth_0() { return &___m_TilePixelWidth_0; } inline void set_m_TilePixelWidth_0(int32_t value) { ___m_TilePixelWidth_0 = value; } inline static int32_t get_offset_of_m_TilePixelHeight_1() { return static_cast(offsetof(DeferredTiler_tFBDEC2ED9B79F74D4AF97826AF601C8EC12FD372, ___m_TilePixelHeight_1)); } inline int32_t get_m_TilePixelHeight_1() const { return ___m_TilePixelHeight_1; } inline int32_t* get_address_of_m_TilePixelHeight_1() { return &___m_TilePixelHeight_1; } inline void set_m_TilePixelHeight_1(int32_t value) { ___m_TilePixelHeight_1 = value; } inline static int32_t get_offset_of_m_TileXCount_2() { return static_cast(offsetof(DeferredTiler_tFBDEC2ED9B79F74D4AF97826AF601C8EC12FD372, ___m_TileXCount_2)); } inline int32_t get_m_TileXCount_2() const { return ___m_TileXCount_2; } inline int32_t* get_address_of_m_TileXCount_2() { return &___m_TileXCount_2; } inline void set_m_TileXCount_2(int32_t value) { ___m_TileXCount_2 = value; } inline static int32_t get_offset_of_m_TileYCount_3() { return static_cast(offsetof(DeferredTiler_tFBDEC2ED9B79F74D4AF97826AF601C8EC12FD372, ___m_TileYCount_3)); } inline int32_t get_m_TileYCount_3() const { return ___m_TileYCount_3; } inline int32_t* get_address_of_m_TileYCount_3() { return &___m_TileYCount_3; } inline void set_m_TileYCount_3(int32_t value) { ___m_TileYCount_3 = value; } inline static int32_t get_offset_of_m_TileHeaderSize_4() { return static_cast(offsetof(DeferredTiler_tFBDEC2ED9B79F74D4AF97826AF601C8EC12FD372, ___m_TileHeaderSize_4)); } inline int32_t get_m_TileHeaderSize_4() const { return ___m_TileHeaderSize_4; } inline int32_t* get_address_of_m_TileHeaderSize_4() { return &___m_TileHeaderSize_4; } inline void set_m_TileHeaderSize_4(int32_t value) { ___m_TileHeaderSize_4 = value; } inline static int32_t get_offset_of_m_AvgLightPerTile_5() { return static_cast(offsetof(DeferredTiler_tFBDEC2ED9B79F74D4AF97826AF601C8EC12FD372, ___m_AvgLightPerTile_5)); } inline int32_t get_m_AvgLightPerTile_5() const { return ___m_AvgLightPerTile_5; } inline int32_t* get_address_of_m_AvgLightPerTile_5() { return &___m_AvgLightPerTile_5; } inline void set_m_AvgLightPerTile_5(int32_t value) { ___m_AvgLightPerTile_5 = value; } inline static int32_t get_offset_of_m_TilerLevel_6() { return static_cast(offsetof(DeferredTiler_tFBDEC2ED9B79F74D4AF97826AF601C8EC12FD372, ___m_TilerLevel_6)); } inline int32_t get_m_TilerLevel_6() const { return ___m_TilerLevel_6; } inline int32_t* get_address_of_m_TilerLevel_6() { return &___m_TilerLevel_6; } inline void set_m_TilerLevel_6(int32_t value) { ___m_TilerLevel_6 = value; } inline static int32_t get_offset_of_m_FrustumPlanes_7() { return static_cast(offsetof(DeferredTiler_tFBDEC2ED9B79F74D4AF97826AF601C8EC12FD372, ___m_FrustumPlanes_7)); } inline FrustumPlanes_t04DCFA7A13B132C73BC888D7ABBC4C6C40CDC40C get_m_FrustumPlanes_7() const { return ___m_FrustumPlanes_7; } inline FrustumPlanes_t04DCFA7A13B132C73BC888D7ABBC4C6C40CDC40C * get_address_of_m_FrustumPlanes_7() { return &___m_FrustumPlanes_7; } inline void set_m_FrustumPlanes_7(FrustumPlanes_t04DCFA7A13B132C73BC888D7ABBC4C6C40CDC40C value) { ___m_FrustumPlanes_7 = value; } inline static int32_t get_offset_of_m_IsOrthographic_8() { return static_cast(offsetof(DeferredTiler_tFBDEC2ED9B79F74D4AF97826AF601C8EC12FD372, ___m_IsOrthographic_8)); } inline bool get_m_IsOrthographic_8() const { return ___m_IsOrthographic_8; } inline bool* get_address_of_m_IsOrthographic_8() { return &___m_IsOrthographic_8; } inline void set_m_IsOrthographic_8(bool value) { ___m_IsOrthographic_8 = value; } inline static int32_t get_offset_of_m_Counters_9() { return static_cast(offsetof(DeferredTiler_tFBDEC2ED9B79F74D4AF97826AF601C8EC12FD372, ___m_Counters_9)); } inline NativeArray_1_tD60079F06B473C85CF6C2BB4F2D203F38191AE99 get_m_Counters_9() const { return ___m_Counters_9; } inline NativeArray_1_tD60079F06B473C85CF6C2BB4F2D203F38191AE99 * get_address_of_m_Counters_9() { return &___m_Counters_9; } inline void set_m_Counters_9(NativeArray_1_tD60079F06B473C85CF6C2BB4F2D203F38191AE99 value) { ___m_Counters_9 = value; } inline static int32_t get_offset_of_m_TileData_10() { return static_cast(offsetof(DeferredTiler_tFBDEC2ED9B79F74D4AF97826AF601C8EC12FD372, ___m_TileData_10)); } inline NativeArray_1_t7203C36524CBF9E07ED2D6B86C410B21B422626A get_m_TileData_10() const { return ___m_TileData_10; } inline NativeArray_1_t7203C36524CBF9E07ED2D6B86C410B21B422626A * get_address_of_m_TileData_10() { return &___m_TileData_10; } inline void set_m_TileData_10(NativeArray_1_t7203C36524CBF9E07ED2D6B86C410B21B422626A value) { ___m_TileData_10 = value; } inline static int32_t get_offset_of_m_TileHeaders_11() { return static_cast(offsetof(DeferredTiler_tFBDEC2ED9B79F74D4AF97826AF601C8EC12FD372, ___m_TileHeaders_11)); } inline NativeArray_1_tCE3FBA37C1D711DDDD473E84C32A9F5C60F2577A get_m_TileHeaders_11() const { return ___m_TileHeaders_11; } inline NativeArray_1_tCE3FBA37C1D711DDDD473E84C32A9F5C60F2577A * get_address_of_m_TileHeaders_11() { return &___m_TileHeaders_11; } inline void set_m_TileHeaders_11(NativeArray_1_tCE3FBA37C1D711DDDD473E84C32A9F5C60F2577A value) { ___m_TileHeaders_11 = value; } inline static int32_t get_offset_of_m_PreTiles_12() { return static_cast(offsetof(DeferredTiler_tFBDEC2ED9B79F74D4AF97826AF601C8EC12FD372, ___m_PreTiles_12)); } inline NativeArray_1_tCD004FBD9F8C000DD43B8D3D4AD6D1FE8D058ECA get_m_PreTiles_12() const { return ___m_PreTiles_12; } inline NativeArray_1_tCD004FBD9F8C000DD43B8D3D4AD6D1FE8D058ECA * get_address_of_m_PreTiles_12() { return &___m_PreTiles_12; } inline void set_m_PreTiles_12(NativeArray_1_tCD004FBD9F8C000DD43B8D3D4AD6D1FE8D058ECA value) { ___m_PreTiles_12 = value; } }; // Native definition for P/Invoke marshalling of UnityEngine.Rendering.Universal.Internal.DeferredTiler struct DeferredTiler_tFBDEC2ED9B79F74D4AF97826AF601C8EC12FD372_marshaled_pinvoke { int32_t ___m_TilePixelWidth_0; int32_t ___m_TilePixelHeight_1; int32_t ___m_TileXCount_2; int32_t ___m_TileYCount_3; int32_t ___m_TileHeaderSize_4; int32_t ___m_AvgLightPerTile_5; int32_t ___m_TilerLevel_6; FrustumPlanes_t04DCFA7A13B132C73BC888D7ABBC4C6C40CDC40C ___m_FrustumPlanes_7; int32_t ___m_IsOrthographic_8; NativeArray_1_tD60079F06B473C85CF6C2BB4F2D203F38191AE99 ___m_Counters_9; NativeArray_1_t7203C36524CBF9E07ED2D6B86C410B21B422626A ___m_TileData_10; NativeArray_1_tCE3FBA37C1D711DDDD473E84C32A9F5C60F2577A ___m_TileHeaders_11; NativeArray_1_tCD004FBD9F8C000DD43B8D3D4AD6D1FE8D058ECA ___m_PreTiles_12; }; // Native definition for COM marshalling of UnityEngine.Rendering.Universal.Internal.DeferredTiler struct DeferredTiler_tFBDEC2ED9B79F74D4AF97826AF601C8EC12FD372_marshaled_com { int32_t ___m_TilePixelWidth_0; int32_t ___m_TilePixelHeight_1; int32_t ___m_TileXCount_2; int32_t ___m_TileYCount_3; int32_t ___m_TileHeaderSize_4; int32_t ___m_AvgLightPerTile_5; int32_t ___m_TilerLevel_6; FrustumPlanes_t04DCFA7A13B132C73BC888D7ABBC4C6C40CDC40C ___m_FrustumPlanes_7; int32_t ___m_IsOrthographic_8; NativeArray_1_tD60079F06B473C85CF6C2BB4F2D203F38191AE99 ___m_Counters_9; NativeArray_1_t7203C36524CBF9E07ED2D6B86C410B21B422626A ___m_TileData_10; NativeArray_1_tCE3FBA37C1D711DDDD473E84C32A9F5C60F2577A ___m_TileHeaders_11; NativeArray_1_tCD004FBD9F8C000DD43B8D3D4AD6D1FE8D058ECA ___m_PreTiles_12; }; // System.Net.HttpWebRequest struct HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A : public WebRequest_t130159AA9419464E465AE0DC62721CC40E86EE8E { public: // System.Uri System.Net.HttpWebRequest::requestUri Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___requestUri_12; // System.Uri System.Net.HttpWebRequest::actualUri Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___actualUri_13; // System.Boolean System.Net.HttpWebRequest::hostChanged bool ___hostChanged_14; // System.Boolean System.Net.HttpWebRequest::allowAutoRedirect bool ___allowAutoRedirect_15; // System.Boolean System.Net.HttpWebRequest::allowBuffering bool ___allowBuffering_16; // System.Security.Cryptography.X509Certificates.X509CertificateCollection System.Net.HttpWebRequest::certificates X509CertificateCollection_t2990976CAD6265665564A400870A381968AB706B * ___certificates_17; // System.String System.Net.HttpWebRequest::connectionGroup String_t* ___connectionGroup_18; // System.Boolean System.Net.HttpWebRequest::haveContentLength bool ___haveContentLength_19; // System.Int64 System.Net.HttpWebRequest::contentLength int64_t ___contentLength_20; // System.Net.HttpContinueDelegate System.Net.HttpWebRequest::continueDelegate HttpContinueDelegate_t84ADA70221E0AC5A340AD9D012F81C1683FC240F * ___continueDelegate_21; // System.Net.CookieContainer System.Net.HttpWebRequest::cookieContainer CookieContainer_tF22AADBBB0BBD4D3FF4440A226F8E8580B08F4C2 * ___cookieContainer_22; // System.Net.ICredentials System.Net.HttpWebRequest::credentials RuntimeObject* ___credentials_23; // System.Boolean System.Net.HttpWebRequest::haveResponse bool ___haveResponse_24; // System.Boolean System.Net.HttpWebRequest::requestSent bool ___requestSent_25; // System.Net.WebHeaderCollection System.Net.HttpWebRequest::webHeaders WebHeaderCollection_tB7EEB47640F12A532E1D8331A5AD498A289824D4 * ___webHeaders_26; // System.Boolean System.Net.HttpWebRequest::keepAlive bool ___keepAlive_27; // System.Int32 System.Net.HttpWebRequest::maxAutoRedirect int32_t ___maxAutoRedirect_28; // System.String System.Net.HttpWebRequest::mediaType String_t* ___mediaType_29; // System.String System.Net.HttpWebRequest::method String_t* ___method_30; // System.String System.Net.HttpWebRequest::initialMethod String_t* ___initialMethod_31; // System.Boolean System.Net.HttpWebRequest::pipelined bool ___pipelined_32; // System.Boolean System.Net.HttpWebRequest::preAuthenticate bool ___preAuthenticate_33; // System.Boolean System.Net.HttpWebRequest::usedPreAuth bool ___usedPreAuth_34; // System.Version System.Net.HttpWebRequest::version Version_tBDAEDED25425A1D09910468B8BD1759115646E3C * ___version_35; // System.Boolean System.Net.HttpWebRequest::force_version bool ___force_version_36; // System.Version System.Net.HttpWebRequest::actualVersion Version_tBDAEDED25425A1D09910468B8BD1759115646E3C * ___actualVersion_37; // System.Net.IWebProxy System.Net.HttpWebRequest::proxy RuntimeObject* ___proxy_38; // System.Boolean System.Net.HttpWebRequest::sendChunked bool ___sendChunked_39; // System.Net.ServicePoint System.Net.HttpWebRequest::servicePoint ServicePoint_tA9162DE1F4EDB0DE0A8028EECEB94FDBAB719DB0 * ___servicePoint_40; // System.Int32 System.Net.HttpWebRequest::timeout int32_t ___timeout_41; // System.Net.WebRequestStream System.Net.HttpWebRequest::writeStream WebRequestStream_t9F0251C03B8D0975476759A9C3791E6849E43887 * ___writeStream_42; // System.Net.HttpWebResponse System.Net.HttpWebRequest::webResponse HttpWebResponse_tD58890FA8C0EA55ED8B628D0FB87E9DF9B8CE7EB * ___webResponse_43; // System.Net.WebCompletionSource System.Net.HttpWebRequest::responseTask WebCompletionSource_tF1258B468350A374EC59049FE0E31C7879D6AB1E * ___responseTask_44; // System.Net.WebOperation System.Net.HttpWebRequest::currentOperation WebOperation_tA657473A4429C6E434B401D4BF98A8654E5B3E00 * ___currentOperation_45; // System.Int32 System.Net.HttpWebRequest::aborted int32_t ___aborted_46; // System.Boolean System.Net.HttpWebRequest::gotRequestStream bool ___gotRequestStream_47; // System.Int32 System.Net.HttpWebRequest::redirects int32_t ___redirects_48; // System.Boolean System.Net.HttpWebRequest::expectContinue bool ___expectContinue_49; // System.Boolean System.Net.HttpWebRequest::getResponseCalled bool ___getResponseCalled_50; // System.Object System.Net.HttpWebRequest::locker RuntimeObject * ___locker_51; // System.Boolean System.Net.HttpWebRequest::finished_reading bool ___finished_reading_52; // System.Net.DecompressionMethods System.Net.HttpWebRequest::auto_decomp int32_t ___auto_decomp_53; // System.Int32 System.Net.HttpWebRequest::readWriteTimeout int32_t ___readWriteTimeout_55; // Mono.Security.Interface.MonoTlsProvider System.Net.HttpWebRequest::tlsProvider MonoTlsProvider_tBE72637BEDBD1516A1BC30D94F7159B7289CF0D7 * ___tlsProvider_56; // Mono.Security.Interface.MonoTlsSettings System.Net.HttpWebRequest::tlsSettings MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21 * ___tlsSettings_57; // System.Net.ServerCertValidationCallback System.Net.HttpWebRequest::certValidationCallback ServerCertValidationCallback_t885D5EF5D7240832CCAD6FA7D59D4ED2DEAAB1FA * ___certValidationCallback_58; // System.Net.HttpWebRequest/AuthorizationState System.Net.HttpWebRequest::auth_state AuthorizationState_tAFF7CCE61655C69AC36E9D910C218D983D959B55 ___auth_state_59; // System.Net.HttpWebRequest/AuthorizationState System.Net.HttpWebRequest::proxy_auth_state AuthorizationState_tAFF7CCE61655C69AC36E9D910C218D983D959B55 ___proxy_auth_state_60; // System.String System.Net.HttpWebRequest::host String_t* ___host_61; // System.Func`2 System.Net.HttpWebRequest::ResendContentFactory Func_2_t1536C4C0AD9482796F7C72574A4B3DE8607E4E20 * ___ResendContentFactory_62; // System.Boolean System.Net.HttpWebRequest::k__BackingField bool ___U3CThrowOnErrorU3Ek__BackingField_63; // System.Boolean System.Net.HttpWebRequest::unsafe_auth_blah bool ___unsafe_auth_blah_64; public: inline static int32_t get_offset_of_requestUri_12() { return static_cast(offsetof(HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A, ___requestUri_12)); } inline Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * get_requestUri_12() const { return ___requestUri_12; } inline Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 ** get_address_of_requestUri_12() { return &___requestUri_12; } inline void set_requestUri_12(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * value) { ___requestUri_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___requestUri_12), (void*)value); } inline static int32_t get_offset_of_actualUri_13() { return static_cast(offsetof(HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A, ___actualUri_13)); } inline Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * get_actualUri_13() const { return ___actualUri_13; } inline Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 ** get_address_of_actualUri_13() { return &___actualUri_13; } inline void set_actualUri_13(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * value) { ___actualUri_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___actualUri_13), (void*)value); } inline static int32_t get_offset_of_hostChanged_14() { return static_cast(offsetof(HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A, ___hostChanged_14)); } inline bool get_hostChanged_14() const { return ___hostChanged_14; } inline bool* get_address_of_hostChanged_14() { return &___hostChanged_14; } inline void set_hostChanged_14(bool value) { ___hostChanged_14 = value; } inline static int32_t get_offset_of_allowAutoRedirect_15() { return static_cast(offsetof(HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A, ___allowAutoRedirect_15)); } inline bool get_allowAutoRedirect_15() const { return ___allowAutoRedirect_15; } inline bool* get_address_of_allowAutoRedirect_15() { return &___allowAutoRedirect_15; } inline void set_allowAutoRedirect_15(bool value) { ___allowAutoRedirect_15 = value; } inline static int32_t get_offset_of_allowBuffering_16() { return static_cast(offsetof(HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A, ___allowBuffering_16)); } inline bool get_allowBuffering_16() const { return ___allowBuffering_16; } inline bool* get_address_of_allowBuffering_16() { return &___allowBuffering_16; } inline void set_allowBuffering_16(bool value) { ___allowBuffering_16 = value; } inline static int32_t get_offset_of_certificates_17() { return static_cast(offsetof(HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A, ___certificates_17)); } inline X509CertificateCollection_t2990976CAD6265665564A400870A381968AB706B * get_certificates_17() const { return ___certificates_17; } inline X509CertificateCollection_t2990976CAD6265665564A400870A381968AB706B ** get_address_of_certificates_17() { return &___certificates_17; } inline void set_certificates_17(X509CertificateCollection_t2990976CAD6265665564A400870A381968AB706B * value) { ___certificates_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___certificates_17), (void*)value); } inline static int32_t get_offset_of_connectionGroup_18() { return static_cast(offsetof(HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A, ___connectionGroup_18)); } inline String_t* get_connectionGroup_18() const { return ___connectionGroup_18; } inline String_t** get_address_of_connectionGroup_18() { return &___connectionGroup_18; } inline void set_connectionGroup_18(String_t* value) { ___connectionGroup_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___connectionGroup_18), (void*)value); } inline static int32_t get_offset_of_haveContentLength_19() { return static_cast(offsetof(HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A, ___haveContentLength_19)); } inline bool get_haveContentLength_19() const { return ___haveContentLength_19; } inline bool* get_address_of_haveContentLength_19() { return &___haveContentLength_19; } inline void set_haveContentLength_19(bool value) { ___haveContentLength_19 = value; } inline static int32_t get_offset_of_contentLength_20() { return static_cast(offsetof(HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A, ___contentLength_20)); } inline int64_t get_contentLength_20() const { return ___contentLength_20; } inline int64_t* get_address_of_contentLength_20() { return &___contentLength_20; } inline void set_contentLength_20(int64_t value) { ___contentLength_20 = value; } inline static int32_t get_offset_of_continueDelegate_21() { return static_cast(offsetof(HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A, ___continueDelegate_21)); } inline HttpContinueDelegate_t84ADA70221E0AC5A340AD9D012F81C1683FC240F * get_continueDelegate_21() const { return ___continueDelegate_21; } inline HttpContinueDelegate_t84ADA70221E0AC5A340AD9D012F81C1683FC240F ** get_address_of_continueDelegate_21() { return &___continueDelegate_21; } inline void set_continueDelegate_21(HttpContinueDelegate_t84ADA70221E0AC5A340AD9D012F81C1683FC240F * value) { ___continueDelegate_21 = value; Il2CppCodeGenWriteBarrier((void**)(&___continueDelegate_21), (void*)value); } inline static int32_t get_offset_of_cookieContainer_22() { return static_cast(offsetof(HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A, ___cookieContainer_22)); } inline CookieContainer_tF22AADBBB0BBD4D3FF4440A226F8E8580B08F4C2 * get_cookieContainer_22() const { return ___cookieContainer_22; } inline CookieContainer_tF22AADBBB0BBD4D3FF4440A226F8E8580B08F4C2 ** get_address_of_cookieContainer_22() { return &___cookieContainer_22; } inline void set_cookieContainer_22(CookieContainer_tF22AADBBB0BBD4D3FF4440A226F8E8580B08F4C2 * value) { ___cookieContainer_22 = value; Il2CppCodeGenWriteBarrier((void**)(&___cookieContainer_22), (void*)value); } inline static int32_t get_offset_of_credentials_23() { return static_cast(offsetof(HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A, ___credentials_23)); } inline RuntimeObject* get_credentials_23() const { return ___credentials_23; } inline RuntimeObject** get_address_of_credentials_23() { return &___credentials_23; } inline void set_credentials_23(RuntimeObject* value) { ___credentials_23 = value; Il2CppCodeGenWriteBarrier((void**)(&___credentials_23), (void*)value); } inline static int32_t get_offset_of_haveResponse_24() { return static_cast(offsetof(HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A, ___haveResponse_24)); } inline bool get_haveResponse_24() const { return ___haveResponse_24; } inline bool* get_address_of_haveResponse_24() { return &___haveResponse_24; } inline void set_haveResponse_24(bool value) { ___haveResponse_24 = value; } inline static int32_t get_offset_of_requestSent_25() { return static_cast(offsetof(HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A, ___requestSent_25)); } inline bool get_requestSent_25() const { return ___requestSent_25; } inline bool* get_address_of_requestSent_25() { return &___requestSent_25; } inline void set_requestSent_25(bool value) { ___requestSent_25 = value; } inline static int32_t get_offset_of_webHeaders_26() { return static_cast(offsetof(HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A, ___webHeaders_26)); } inline WebHeaderCollection_tB7EEB47640F12A532E1D8331A5AD498A289824D4 * get_webHeaders_26() const { return ___webHeaders_26; } inline WebHeaderCollection_tB7EEB47640F12A532E1D8331A5AD498A289824D4 ** get_address_of_webHeaders_26() { return &___webHeaders_26; } inline void set_webHeaders_26(WebHeaderCollection_tB7EEB47640F12A532E1D8331A5AD498A289824D4 * value) { ___webHeaders_26 = value; Il2CppCodeGenWriteBarrier((void**)(&___webHeaders_26), (void*)value); } inline static int32_t get_offset_of_keepAlive_27() { return static_cast(offsetof(HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A, ___keepAlive_27)); } inline bool get_keepAlive_27() const { return ___keepAlive_27; } inline bool* get_address_of_keepAlive_27() { return &___keepAlive_27; } inline void set_keepAlive_27(bool value) { ___keepAlive_27 = value; } inline static int32_t get_offset_of_maxAutoRedirect_28() { return static_cast(offsetof(HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A, ___maxAutoRedirect_28)); } inline int32_t get_maxAutoRedirect_28() const { return ___maxAutoRedirect_28; } inline int32_t* get_address_of_maxAutoRedirect_28() { return &___maxAutoRedirect_28; } inline void set_maxAutoRedirect_28(int32_t value) { ___maxAutoRedirect_28 = value; } inline static int32_t get_offset_of_mediaType_29() { return static_cast(offsetof(HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A, ___mediaType_29)); } inline String_t* get_mediaType_29() const { return ___mediaType_29; } inline String_t** get_address_of_mediaType_29() { return &___mediaType_29; } inline void set_mediaType_29(String_t* value) { ___mediaType_29 = value; Il2CppCodeGenWriteBarrier((void**)(&___mediaType_29), (void*)value); } inline static int32_t get_offset_of_method_30() { return static_cast(offsetof(HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A, ___method_30)); } inline String_t* get_method_30() const { return ___method_30; } inline String_t** get_address_of_method_30() { return &___method_30; } inline void set_method_30(String_t* value) { ___method_30 = value; Il2CppCodeGenWriteBarrier((void**)(&___method_30), (void*)value); } inline static int32_t get_offset_of_initialMethod_31() { return static_cast(offsetof(HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A, ___initialMethod_31)); } inline String_t* get_initialMethod_31() const { return ___initialMethod_31; } inline String_t** get_address_of_initialMethod_31() { return &___initialMethod_31; } inline void set_initialMethod_31(String_t* value) { ___initialMethod_31 = value; Il2CppCodeGenWriteBarrier((void**)(&___initialMethod_31), (void*)value); } inline static int32_t get_offset_of_pipelined_32() { return static_cast(offsetof(HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A, ___pipelined_32)); } inline bool get_pipelined_32() const { return ___pipelined_32; } inline bool* get_address_of_pipelined_32() { return &___pipelined_32; } inline void set_pipelined_32(bool value) { ___pipelined_32 = value; } inline static int32_t get_offset_of_preAuthenticate_33() { return static_cast(offsetof(HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A, ___preAuthenticate_33)); } inline bool get_preAuthenticate_33() const { return ___preAuthenticate_33; } inline bool* get_address_of_preAuthenticate_33() { return &___preAuthenticate_33; } inline void set_preAuthenticate_33(bool value) { ___preAuthenticate_33 = value; } inline static int32_t get_offset_of_usedPreAuth_34() { return static_cast(offsetof(HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A, ___usedPreAuth_34)); } inline bool get_usedPreAuth_34() const { return ___usedPreAuth_34; } inline bool* get_address_of_usedPreAuth_34() { return &___usedPreAuth_34; } inline void set_usedPreAuth_34(bool value) { ___usedPreAuth_34 = value; } inline static int32_t get_offset_of_version_35() { return static_cast(offsetof(HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A, ___version_35)); } inline Version_tBDAEDED25425A1D09910468B8BD1759115646E3C * get_version_35() const { return ___version_35; } inline Version_tBDAEDED25425A1D09910468B8BD1759115646E3C ** get_address_of_version_35() { return &___version_35; } inline void set_version_35(Version_tBDAEDED25425A1D09910468B8BD1759115646E3C * value) { ___version_35 = value; Il2CppCodeGenWriteBarrier((void**)(&___version_35), (void*)value); } inline static int32_t get_offset_of_force_version_36() { return static_cast(offsetof(HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A, ___force_version_36)); } inline bool get_force_version_36() const { return ___force_version_36; } inline bool* get_address_of_force_version_36() { return &___force_version_36; } inline void set_force_version_36(bool value) { ___force_version_36 = value; } inline static int32_t get_offset_of_actualVersion_37() { return static_cast(offsetof(HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A, ___actualVersion_37)); } inline Version_tBDAEDED25425A1D09910468B8BD1759115646E3C * get_actualVersion_37() const { return ___actualVersion_37; } inline Version_tBDAEDED25425A1D09910468B8BD1759115646E3C ** get_address_of_actualVersion_37() { return &___actualVersion_37; } inline void set_actualVersion_37(Version_tBDAEDED25425A1D09910468B8BD1759115646E3C * value) { ___actualVersion_37 = value; Il2CppCodeGenWriteBarrier((void**)(&___actualVersion_37), (void*)value); } inline static int32_t get_offset_of_proxy_38() { return static_cast(offsetof(HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A, ___proxy_38)); } inline RuntimeObject* get_proxy_38() const { return ___proxy_38; } inline RuntimeObject** get_address_of_proxy_38() { return &___proxy_38; } inline void set_proxy_38(RuntimeObject* value) { ___proxy_38 = value; Il2CppCodeGenWriteBarrier((void**)(&___proxy_38), (void*)value); } inline static int32_t get_offset_of_sendChunked_39() { return static_cast(offsetof(HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A, ___sendChunked_39)); } inline bool get_sendChunked_39() const { return ___sendChunked_39; } inline bool* get_address_of_sendChunked_39() { return &___sendChunked_39; } inline void set_sendChunked_39(bool value) { ___sendChunked_39 = value; } inline static int32_t get_offset_of_servicePoint_40() { return static_cast(offsetof(HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A, ___servicePoint_40)); } inline ServicePoint_tA9162DE1F4EDB0DE0A8028EECEB94FDBAB719DB0 * get_servicePoint_40() const { return ___servicePoint_40; } inline ServicePoint_tA9162DE1F4EDB0DE0A8028EECEB94FDBAB719DB0 ** get_address_of_servicePoint_40() { return &___servicePoint_40; } inline void set_servicePoint_40(ServicePoint_tA9162DE1F4EDB0DE0A8028EECEB94FDBAB719DB0 * value) { ___servicePoint_40 = value; Il2CppCodeGenWriteBarrier((void**)(&___servicePoint_40), (void*)value); } inline static int32_t get_offset_of_timeout_41() { return static_cast(offsetof(HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A, ___timeout_41)); } inline int32_t get_timeout_41() const { return ___timeout_41; } inline int32_t* get_address_of_timeout_41() { return &___timeout_41; } inline void set_timeout_41(int32_t value) { ___timeout_41 = value; } inline static int32_t get_offset_of_writeStream_42() { return static_cast(offsetof(HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A, ___writeStream_42)); } inline WebRequestStream_t9F0251C03B8D0975476759A9C3791E6849E43887 * get_writeStream_42() const { return ___writeStream_42; } inline WebRequestStream_t9F0251C03B8D0975476759A9C3791E6849E43887 ** get_address_of_writeStream_42() { return &___writeStream_42; } inline void set_writeStream_42(WebRequestStream_t9F0251C03B8D0975476759A9C3791E6849E43887 * value) { ___writeStream_42 = value; Il2CppCodeGenWriteBarrier((void**)(&___writeStream_42), (void*)value); } inline static int32_t get_offset_of_webResponse_43() { return static_cast(offsetof(HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A, ___webResponse_43)); } inline HttpWebResponse_tD58890FA8C0EA55ED8B628D0FB87E9DF9B8CE7EB * get_webResponse_43() const { return ___webResponse_43; } inline HttpWebResponse_tD58890FA8C0EA55ED8B628D0FB87E9DF9B8CE7EB ** get_address_of_webResponse_43() { return &___webResponse_43; } inline void set_webResponse_43(HttpWebResponse_tD58890FA8C0EA55ED8B628D0FB87E9DF9B8CE7EB * value) { ___webResponse_43 = value; Il2CppCodeGenWriteBarrier((void**)(&___webResponse_43), (void*)value); } inline static int32_t get_offset_of_responseTask_44() { return static_cast(offsetof(HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A, ___responseTask_44)); } inline WebCompletionSource_tF1258B468350A374EC59049FE0E31C7879D6AB1E * get_responseTask_44() const { return ___responseTask_44; } inline WebCompletionSource_tF1258B468350A374EC59049FE0E31C7879D6AB1E ** get_address_of_responseTask_44() { return &___responseTask_44; } inline void set_responseTask_44(WebCompletionSource_tF1258B468350A374EC59049FE0E31C7879D6AB1E * value) { ___responseTask_44 = value; Il2CppCodeGenWriteBarrier((void**)(&___responseTask_44), (void*)value); } inline static int32_t get_offset_of_currentOperation_45() { return static_cast(offsetof(HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A, ___currentOperation_45)); } inline WebOperation_tA657473A4429C6E434B401D4BF98A8654E5B3E00 * get_currentOperation_45() const { return ___currentOperation_45; } inline WebOperation_tA657473A4429C6E434B401D4BF98A8654E5B3E00 ** get_address_of_currentOperation_45() { return &___currentOperation_45; } inline void set_currentOperation_45(WebOperation_tA657473A4429C6E434B401D4BF98A8654E5B3E00 * value) { ___currentOperation_45 = value; Il2CppCodeGenWriteBarrier((void**)(&___currentOperation_45), (void*)value); } inline static int32_t get_offset_of_aborted_46() { return static_cast(offsetof(HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A, ___aborted_46)); } inline int32_t get_aborted_46() const { return ___aborted_46; } inline int32_t* get_address_of_aborted_46() { return &___aborted_46; } inline void set_aborted_46(int32_t value) { ___aborted_46 = value; } inline static int32_t get_offset_of_gotRequestStream_47() { return static_cast(offsetof(HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A, ___gotRequestStream_47)); } inline bool get_gotRequestStream_47() const { return ___gotRequestStream_47; } inline bool* get_address_of_gotRequestStream_47() { return &___gotRequestStream_47; } inline void set_gotRequestStream_47(bool value) { ___gotRequestStream_47 = value; } inline static int32_t get_offset_of_redirects_48() { return static_cast(offsetof(HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A, ___redirects_48)); } inline int32_t get_redirects_48() const { return ___redirects_48; } inline int32_t* get_address_of_redirects_48() { return &___redirects_48; } inline void set_redirects_48(int32_t value) { ___redirects_48 = value; } inline static int32_t get_offset_of_expectContinue_49() { return static_cast(offsetof(HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A, ___expectContinue_49)); } inline bool get_expectContinue_49() const { return ___expectContinue_49; } inline bool* get_address_of_expectContinue_49() { return &___expectContinue_49; } inline void set_expectContinue_49(bool value) { ___expectContinue_49 = value; } inline static int32_t get_offset_of_getResponseCalled_50() { return static_cast(offsetof(HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A, ___getResponseCalled_50)); } inline bool get_getResponseCalled_50() const { return ___getResponseCalled_50; } inline bool* get_address_of_getResponseCalled_50() { return &___getResponseCalled_50; } inline void set_getResponseCalled_50(bool value) { ___getResponseCalled_50 = value; } inline static int32_t get_offset_of_locker_51() { return static_cast(offsetof(HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A, ___locker_51)); } inline RuntimeObject * get_locker_51() const { return ___locker_51; } inline RuntimeObject ** get_address_of_locker_51() { return &___locker_51; } inline void set_locker_51(RuntimeObject * value) { ___locker_51 = value; Il2CppCodeGenWriteBarrier((void**)(&___locker_51), (void*)value); } inline static int32_t get_offset_of_finished_reading_52() { return static_cast(offsetof(HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A, ___finished_reading_52)); } inline bool get_finished_reading_52() const { return ___finished_reading_52; } inline bool* get_address_of_finished_reading_52() { return &___finished_reading_52; } inline void set_finished_reading_52(bool value) { ___finished_reading_52 = value; } inline static int32_t get_offset_of_auto_decomp_53() { return static_cast(offsetof(HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A, ___auto_decomp_53)); } inline int32_t get_auto_decomp_53() const { return ___auto_decomp_53; } inline int32_t* get_address_of_auto_decomp_53() { return &___auto_decomp_53; } inline void set_auto_decomp_53(int32_t value) { ___auto_decomp_53 = value; } inline static int32_t get_offset_of_readWriteTimeout_55() { return static_cast(offsetof(HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A, ___readWriteTimeout_55)); } inline int32_t get_readWriteTimeout_55() const { return ___readWriteTimeout_55; } inline int32_t* get_address_of_readWriteTimeout_55() { return &___readWriteTimeout_55; } inline void set_readWriteTimeout_55(int32_t value) { ___readWriteTimeout_55 = value; } inline static int32_t get_offset_of_tlsProvider_56() { return static_cast(offsetof(HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A, ___tlsProvider_56)); } inline MonoTlsProvider_tBE72637BEDBD1516A1BC30D94F7159B7289CF0D7 * get_tlsProvider_56() const { return ___tlsProvider_56; } inline MonoTlsProvider_tBE72637BEDBD1516A1BC30D94F7159B7289CF0D7 ** get_address_of_tlsProvider_56() { return &___tlsProvider_56; } inline void set_tlsProvider_56(MonoTlsProvider_tBE72637BEDBD1516A1BC30D94F7159B7289CF0D7 * value) { ___tlsProvider_56 = value; Il2CppCodeGenWriteBarrier((void**)(&___tlsProvider_56), (void*)value); } inline static int32_t get_offset_of_tlsSettings_57() { return static_cast(offsetof(HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A, ___tlsSettings_57)); } inline MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21 * get_tlsSettings_57() const { return ___tlsSettings_57; } inline MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21 ** get_address_of_tlsSettings_57() { return &___tlsSettings_57; } inline void set_tlsSettings_57(MonoTlsSettings_tBDF72C906FE6477EFBA9493F7F5CB5ADE2C80E21 * value) { ___tlsSettings_57 = value; Il2CppCodeGenWriteBarrier((void**)(&___tlsSettings_57), (void*)value); } inline static int32_t get_offset_of_certValidationCallback_58() { return static_cast(offsetof(HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A, ___certValidationCallback_58)); } inline ServerCertValidationCallback_t885D5EF5D7240832CCAD6FA7D59D4ED2DEAAB1FA * get_certValidationCallback_58() const { return ___certValidationCallback_58; } inline ServerCertValidationCallback_t885D5EF5D7240832CCAD6FA7D59D4ED2DEAAB1FA ** get_address_of_certValidationCallback_58() { return &___certValidationCallback_58; } inline void set_certValidationCallback_58(ServerCertValidationCallback_t885D5EF5D7240832CCAD6FA7D59D4ED2DEAAB1FA * value) { ___certValidationCallback_58 = value; Il2CppCodeGenWriteBarrier((void**)(&___certValidationCallback_58), (void*)value); } inline static int32_t get_offset_of_auth_state_59() { return static_cast(offsetof(HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A, ___auth_state_59)); } inline AuthorizationState_tAFF7CCE61655C69AC36E9D910C218D983D959B55 get_auth_state_59() const { return ___auth_state_59; } inline AuthorizationState_tAFF7CCE61655C69AC36E9D910C218D983D959B55 * get_address_of_auth_state_59() { return &___auth_state_59; } inline void set_auth_state_59(AuthorizationState_tAFF7CCE61655C69AC36E9D910C218D983D959B55 value) { ___auth_state_59 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___auth_state_59))->___request_0), (void*)NULL); } inline static int32_t get_offset_of_proxy_auth_state_60() { return static_cast(offsetof(HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A, ___proxy_auth_state_60)); } inline AuthorizationState_tAFF7CCE61655C69AC36E9D910C218D983D959B55 get_proxy_auth_state_60() const { return ___proxy_auth_state_60; } inline AuthorizationState_tAFF7CCE61655C69AC36E9D910C218D983D959B55 * get_address_of_proxy_auth_state_60() { return &___proxy_auth_state_60; } inline void set_proxy_auth_state_60(AuthorizationState_tAFF7CCE61655C69AC36E9D910C218D983D959B55 value) { ___proxy_auth_state_60 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___proxy_auth_state_60))->___request_0), (void*)NULL); } inline static int32_t get_offset_of_host_61() { return static_cast(offsetof(HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A, ___host_61)); } inline String_t* get_host_61() const { return ___host_61; } inline String_t** get_address_of_host_61() { return &___host_61; } inline void set_host_61(String_t* value) { ___host_61 = value; Il2CppCodeGenWriteBarrier((void**)(&___host_61), (void*)value); } inline static int32_t get_offset_of_ResendContentFactory_62() { return static_cast(offsetof(HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A, ___ResendContentFactory_62)); } inline Func_2_t1536C4C0AD9482796F7C72574A4B3DE8607E4E20 * get_ResendContentFactory_62() const { return ___ResendContentFactory_62; } inline Func_2_t1536C4C0AD9482796F7C72574A4B3DE8607E4E20 ** get_address_of_ResendContentFactory_62() { return &___ResendContentFactory_62; } inline void set_ResendContentFactory_62(Func_2_t1536C4C0AD9482796F7C72574A4B3DE8607E4E20 * value) { ___ResendContentFactory_62 = value; Il2CppCodeGenWriteBarrier((void**)(&___ResendContentFactory_62), (void*)value); } inline static int32_t get_offset_of_U3CThrowOnErrorU3Ek__BackingField_63() { return static_cast(offsetof(HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A, ___U3CThrowOnErrorU3Ek__BackingField_63)); } inline bool get_U3CThrowOnErrorU3Ek__BackingField_63() const { return ___U3CThrowOnErrorU3Ek__BackingField_63; } inline bool* get_address_of_U3CThrowOnErrorU3Ek__BackingField_63() { return &___U3CThrowOnErrorU3Ek__BackingField_63; } inline void set_U3CThrowOnErrorU3Ek__BackingField_63(bool value) { ___U3CThrowOnErrorU3Ek__BackingField_63 = value; } inline static int32_t get_offset_of_unsafe_auth_blah_64() { return static_cast(offsetof(HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A, ___unsafe_auth_blah_64)); } inline bool get_unsafe_auth_blah_64() const { return ___unsafe_auth_blah_64; } inline bool* get_address_of_unsafe_auth_blah_64() { return &___unsafe_auth_blah_64; } inline void set_unsafe_auth_blah_64(bool value) { ___unsafe_auth_blah_64 = value; } }; // System.IndexOutOfRangeException struct IndexOutOfRangeException_tDC9EF7A0346CE39E54DA1083F07BE6DFC3CE2EDD : public SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 { public: public: }; // UnityEngine.InputSystem.InputActionState struct InputActionState_tBAB20591FD6515A6FF5D70EF641A423E270A33F9 : public RuntimeObject { public: // UnityEngine.InputSystem.InputActionMap[] UnityEngine.InputSystem.InputActionState::maps InputActionMapU5BU5D_t31943BDD82120CBC1067BC90B51BCDEF32226609* ___maps_1; // UnityEngine.InputSystem.InputControl[] UnityEngine.InputSystem.InputActionState::controls InputControlU5BU5D_tB874FECA56E2B08D3280F4174B988EA155E99680* ___controls_2; // UnityEngine.InputSystem.IInputInteraction[] UnityEngine.InputSystem.InputActionState::interactions IInputInteractionU5BU5D_t9766C7D49E9505A3D2D3D69481F14808988287DA* ___interactions_3; // UnityEngine.InputSystem.InputProcessor[] UnityEngine.InputSystem.InputActionState::processors InputProcessorU5BU5D_t6C9B3D9B68534217E9628B72E54D186B839399A0* ___processors_4; // UnityEngine.InputSystem.InputBindingComposite[] UnityEngine.InputSystem.InputActionState::composites InputBindingCompositeU5BU5D_tA39005B1C18E39B68364430213FAAD8B58DC9083* ___composites_5; // System.Int32 UnityEngine.InputSystem.InputActionState::totalProcessorCount int32_t ___totalProcessorCount_6; // UnityEngine.InputSystem.InputActionState/UnmanagedMemory UnityEngine.InputSystem.InputActionState::memory UnmanagedMemory_tEFEC9104756D90F1ECBC9A1BFFBCDD0423D2DB79 ___memory_7; // System.Boolean UnityEngine.InputSystem.InputActionState::m_OnBeforeUpdateHooked bool ___m_OnBeforeUpdateHooked_8; // System.Boolean UnityEngine.InputSystem.InputActionState::m_OnAfterUpdateHooked bool ___m_OnAfterUpdateHooked_9; // System.Boolean UnityEngine.InputSystem.InputActionState::m_InProcessControlStateChange bool ___m_InProcessControlStateChange_10; // UnityEngine.InputSystem.LowLevel.InputEventPtr UnityEngine.InputSystem.InputActionState::m_CurrentlyProcessingThisEvent InputEventPtr_t3ECDD4FDE129B0CD8021DF46D8D01D941F4AE5C1 ___m_CurrentlyProcessingThisEvent_11; // System.Action UnityEngine.InputSystem.InputActionState::m_OnBeforeUpdateDelegate Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * ___m_OnBeforeUpdateDelegate_12; // System.Action UnityEngine.InputSystem.InputActionState::m_OnAfterUpdateDelegate Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * ___m_OnAfterUpdateDelegate_13; public: inline static int32_t get_offset_of_maps_1() { return static_cast(offsetof(InputActionState_tBAB20591FD6515A6FF5D70EF641A423E270A33F9, ___maps_1)); } inline InputActionMapU5BU5D_t31943BDD82120CBC1067BC90B51BCDEF32226609* get_maps_1() const { return ___maps_1; } inline InputActionMapU5BU5D_t31943BDD82120CBC1067BC90B51BCDEF32226609** get_address_of_maps_1() { return &___maps_1; } inline void set_maps_1(InputActionMapU5BU5D_t31943BDD82120CBC1067BC90B51BCDEF32226609* value) { ___maps_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___maps_1), (void*)value); } inline static int32_t get_offset_of_controls_2() { return static_cast(offsetof(InputActionState_tBAB20591FD6515A6FF5D70EF641A423E270A33F9, ___controls_2)); } inline InputControlU5BU5D_tB874FECA56E2B08D3280F4174B988EA155E99680* get_controls_2() const { return ___controls_2; } inline InputControlU5BU5D_tB874FECA56E2B08D3280F4174B988EA155E99680** get_address_of_controls_2() { return &___controls_2; } inline void set_controls_2(InputControlU5BU5D_tB874FECA56E2B08D3280F4174B988EA155E99680* value) { ___controls_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___controls_2), (void*)value); } inline static int32_t get_offset_of_interactions_3() { return static_cast(offsetof(InputActionState_tBAB20591FD6515A6FF5D70EF641A423E270A33F9, ___interactions_3)); } inline IInputInteractionU5BU5D_t9766C7D49E9505A3D2D3D69481F14808988287DA* get_interactions_3() const { return ___interactions_3; } inline IInputInteractionU5BU5D_t9766C7D49E9505A3D2D3D69481F14808988287DA** get_address_of_interactions_3() { return &___interactions_3; } inline void set_interactions_3(IInputInteractionU5BU5D_t9766C7D49E9505A3D2D3D69481F14808988287DA* value) { ___interactions_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___interactions_3), (void*)value); } inline static int32_t get_offset_of_processors_4() { return static_cast(offsetof(InputActionState_tBAB20591FD6515A6FF5D70EF641A423E270A33F9, ___processors_4)); } inline InputProcessorU5BU5D_t6C9B3D9B68534217E9628B72E54D186B839399A0* get_processors_4() const { return ___processors_4; } inline InputProcessorU5BU5D_t6C9B3D9B68534217E9628B72E54D186B839399A0** get_address_of_processors_4() { return &___processors_4; } inline void set_processors_4(InputProcessorU5BU5D_t6C9B3D9B68534217E9628B72E54D186B839399A0* value) { ___processors_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___processors_4), (void*)value); } inline static int32_t get_offset_of_composites_5() { return static_cast(offsetof(InputActionState_tBAB20591FD6515A6FF5D70EF641A423E270A33F9, ___composites_5)); } inline InputBindingCompositeU5BU5D_tA39005B1C18E39B68364430213FAAD8B58DC9083* get_composites_5() const { return ___composites_5; } inline InputBindingCompositeU5BU5D_tA39005B1C18E39B68364430213FAAD8B58DC9083** get_address_of_composites_5() { return &___composites_5; } inline void set_composites_5(InputBindingCompositeU5BU5D_tA39005B1C18E39B68364430213FAAD8B58DC9083* value) { ___composites_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___composites_5), (void*)value); } inline static int32_t get_offset_of_totalProcessorCount_6() { return static_cast(offsetof(InputActionState_tBAB20591FD6515A6FF5D70EF641A423E270A33F9, ___totalProcessorCount_6)); } inline int32_t get_totalProcessorCount_6() const { return ___totalProcessorCount_6; } inline int32_t* get_address_of_totalProcessorCount_6() { return &___totalProcessorCount_6; } inline void set_totalProcessorCount_6(int32_t value) { ___totalProcessorCount_6 = value; } inline static int32_t get_offset_of_memory_7() { return static_cast(offsetof(InputActionState_tBAB20591FD6515A6FF5D70EF641A423E270A33F9, ___memory_7)); } inline UnmanagedMemory_tEFEC9104756D90F1ECBC9A1BFFBCDD0423D2DB79 get_memory_7() const { return ___memory_7; } inline UnmanagedMemory_tEFEC9104756D90F1ECBC9A1BFFBCDD0423D2DB79 * get_address_of_memory_7() { return &___memory_7; } inline void set_memory_7(UnmanagedMemory_tEFEC9104756D90F1ECBC9A1BFFBCDD0423D2DB79 value) { ___memory_7 = value; } inline static int32_t get_offset_of_m_OnBeforeUpdateHooked_8() { return static_cast(offsetof(InputActionState_tBAB20591FD6515A6FF5D70EF641A423E270A33F9, ___m_OnBeforeUpdateHooked_8)); } inline bool get_m_OnBeforeUpdateHooked_8() const { return ___m_OnBeforeUpdateHooked_8; } inline bool* get_address_of_m_OnBeforeUpdateHooked_8() { return &___m_OnBeforeUpdateHooked_8; } inline void set_m_OnBeforeUpdateHooked_8(bool value) { ___m_OnBeforeUpdateHooked_8 = value; } inline static int32_t get_offset_of_m_OnAfterUpdateHooked_9() { return static_cast(offsetof(InputActionState_tBAB20591FD6515A6FF5D70EF641A423E270A33F9, ___m_OnAfterUpdateHooked_9)); } inline bool get_m_OnAfterUpdateHooked_9() const { return ___m_OnAfterUpdateHooked_9; } inline bool* get_address_of_m_OnAfterUpdateHooked_9() { return &___m_OnAfterUpdateHooked_9; } inline void set_m_OnAfterUpdateHooked_9(bool value) { ___m_OnAfterUpdateHooked_9 = value; } inline static int32_t get_offset_of_m_InProcessControlStateChange_10() { return static_cast(offsetof(InputActionState_tBAB20591FD6515A6FF5D70EF641A423E270A33F9, ___m_InProcessControlStateChange_10)); } inline bool get_m_InProcessControlStateChange_10() const { return ___m_InProcessControlStateChange_10; } inline bool* get_address_of_m_InProcessControlStateChange_10() { return &___m_InProcessControlStateChange_10; } inline void set_m_InProcessControlStateChange_10(bool value) { ___m_InProcessControlStateChange_10 = value; } inline static int32_t get_offset_of_m_CurrentlyProcessingThisEvent_11() { return static_cast(offsetof(InputActionState_tBAB20591FD6515A6FF5D70EF641A423E270A33F9, ___m_CurrentlyProcessingThisEvent_11)); } inline InputEventPtr_t3ECDD4FDE129B0CD8021DF46D8D01D941F4AE5C1 get_m_CurrentlyProcessingThisEvent_11() const { return ___m_CurrentlyProcessingThisEvent_11; } inline InputEventPtr_t3ECDD4FDE129B0CD8021DF46D8D01D941F4AE5C1 * get_address_of_m_CurrentlyProcessingThisEvent_11() { return &___m_CurrentlyProcessingThisEvent_11; } inline void set_m_CurrentlyProcessingThisEvent_11(InputEventPtr_t3ECDD4FDE129B0CD8021DF46D8D01D941F4AE5C1 value) { ___m_CurrentlyProcessingThisEvent_11 = value; } inline static int32_t get_offset_of_m_OnBeforeUpdateDelegate_12() { return static_cast(offsetof(InputActionState_tBAB20591FD6515A6FF5D70EF641A423E270A33F9, ___m_OnBeforeUpdateDelegate_12)); } inline Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * get_m_OnBeforeUpdateDelegate_12() const { return ___m_OnBeforeUpdateDelegate_12; } inline Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 ** get_address_of_m_OnBeforeUpdateDelegate_12() { return &___m_OnBeforeUpdateDelegate_12; } inline void set_m_OnBeforeUpdateDelegate_12(Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * value) { ___m_OnBeforeUpdateDelegate_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_OnBeforeUpdateDelegate_12), (void*)value); } inline static int32_t get_offset_of_m_OnAfterUpdateDelegate_13() { return static_cast(offsetof(InputActionState_tBAB20591FD6515A6FF5D70EF641A423E270A33F9, ___m_OnAfterUpdateDelegate_13)); } inline Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * get_m_OnAfterUpdateDelegate_13() const { return ___m_OnAfterUpdateDelegate_13; } inline Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 ** get_address_of_m_OnAfterUpdateDelegate_13() { return &___m_OnAfterUpdateDelegate_13; } inline void set_m_OnAfterUpdateDelegate_13(Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * value) { ___m_OnAfterUpdateDelegate_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_OnAfterUpdateDelegate_13), (void*)value); } }; // UnityEngine.InputSystem.InputControl struct InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 : public RuntimeObject { public: // UnityEngine.InputSystem.LowLevel.InputStateBlock UnityEngine.InputSystem.InputControl::m_StateBlock InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B ___m_StateBlock_0; // UnityEngine.InputSystem.Utilities.InternedString UnityEngine.InputSystem.InputControl::m_Name InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED ___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_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED ___m_Layout_7; // UnityEngine.InputSystem.Utilities.InternedString UnityEngine.InputSystem.InputControl::m_Variants InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED ___m_Variants_8; // UnityEngine.InputSystem.InputDevice UnityEngine.InputSystem.InputControl::m_Device InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * ___m_Device_9; // UnityEngine.InputSystem.InputControl UnityEngine.InputSystem.InputControl::m_Parent InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * ___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_t70D8365A1CB2217C466D27D6820362EF4331A0C8 ___m_DefaultState_18; // UnityEngine.InputSystem.Utilities.PrimitiveValue UnityEngine.InputSystem.InputControl::m_MinValue PrimitiveValue_t70D8365A1CB2217C466D27D6820362EF4331A0C8 ___m_MinValue_19; // UnityEngine.InputSystem.Utilities.PrimitiveValue UnityEngine.InputSystem.InputControl::m_MaxValue PrimitiveValue_t70D8365A1CB2217C466D27D6820362EF4331A0C8 ___m_MaxValue_20; public: inline static int32_t get_offset_of_m_StateBlock_0() { return static_cast(offsetof(InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1, ___m_StateBlock_0)); } inline InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B get_m_StateBlock_0() const { return ___m_StateBlock_0; } inline InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B * get_address_of_m_StateBlock_0() { return &___m_StateBlock_0; } inline void set_m_StateBlock_0(InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B value) { ___m_StateBlock_0 = value; } inline static int32_t get_offset_of_m_Name_1() { return static_cast(offsetof(InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1, ___m_Name_1)); } inline InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED get_m_Name_1() const { return ___m_Name_1; } inline InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED * get_address_of_m_Name_1() { return &___m_Name_1; } inline void set_m_Name_1(InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED value) { ___m_Name_1 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___m_Name_1))->___m_StringOriginalCase_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___m_Name_1))->___m_StringLowerCase_1), (void*)NULL); #endif } inline static int32_t get_offset_of_m_Path_2() { return static_cast(offsetof(InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1, ___m_Path_2)); } inline String_t* get_m_Path_2() const { return ___m_Path_2; } inline String_t** get_address_of_m_Path_2() { return &___m_Path_2; } inline void set_m_Path_2(String_t* value) { ___m_Path_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Path_2), (void*)value); } inline static int32_t get_offset_of_m_DisplayName_3() { return static_cast(offsetof(InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1, ___m_DisplayName_3)); } inline String_t* get_m_DisplayName_3() const { return ___m_DisplayName_3; } inline String_t** get_address_of_m_DisplayName_3() { return &___m_DisplayName_3; } inline void set_m_DisplayName_3(String_t* value) { ___m_DisplayName_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_DisplayName_3), (void*)value); } inline static int32_t get_offset_of_m_DisplayNameFromLayout_4() { return static_cast(offsetof(InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1, ___m_DisplayNameFromLayout_4)); } inline String_t* get_m_DisplayNameFromLayout_4() const { return ___m_DisplayNameFromLayout_4; } inline String_t** get_address_of_m_DisplayNameFromLayout_4() { return &___m_DisplayNameFromLayout_4; } inline void set_m_DisplayNameFromLayout_4(String_t* value) { ___m_DisplayNameFromLayout_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_DisplayNameFromLayout_4), (void*)value); } inline static int32_t get_offset_of_m_ShortDisplayName_5() { return static_cast(offsetof(InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1, ___m_ShortDisplayName_5)); } inline String_t* get_m_ShortDisplayName_5() const { return ___m_ShortDisplayName_5; } inline String_t** get_address_of_m_ShortDisplayName_5() { return &___m_ShortDisplayName_5; } inline void set_m_ShortDisplayName_5(String_t* value) { ___m_ShortDisplayName_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_ShortDisplayName_5), (void*)value); } inline static int32_t get_offset_of_m_ShortDisplayNameFromLayout_6() { return static_cast(offsetof(InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1, ___m_ShortDisplayNameFromLayout_6)); } inline String_t* get_m_ShortDisplayNameFromLayout_6() const { return ___m_ShortDisplayNameFromLayout_6; } inline String_t** get_address_of_m_ShortDisplayNameFromLayout_6() { return &___m_ShortDisplayNameFromLayout_6; } inline void set_m_ShortDisplayNameFromLayout_6(String_t* value) { ___m_ShortDisplayNameFromLayout_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_ShortDisplayNameFromLayout_6), (void*)value); } inline static int32_t get_offset_of_m_Layout_7() { return static_cast(offsetof(InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1, ___m_Layout_7)); } inline InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED get_m_Layout_7() const { return ___m_Layout_7; } inline InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED * get_address_of_m_Layout_7() { return &___m_Layout_7; } inline void set_m_Layout_7(InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED value) { ___m_Layout_7 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___m_Layout_7))->___m_StringOriginalCase_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___m_Layout_7))->___m_StringLowerCase_1), (void*)NULL); #endif } inline static int32_t get_offset_of_m_Variants_8() { return static_cast(offsetof(InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1, ___m_Variants_8)); } inline InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED get_m_Variants_8() const { return ___m_Variants_8; } inline InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED * get_address_of_m_Variants_8() { return &___m_Variants_8; } inline void set_m_Variants_8(InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED value) { ___m_Variants_8 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___m_Variants_8))->___m_StringOriginalCase_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___m_Variants_8))->___m_StringLowerCase_1), (void*)NULL); #endif } inline static int32_t get_offset_of_m_Device_9() { return static_cast(offsetof(InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1, ___m_Device_9)); } inline InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * get_m_Device_9() const { return ___m_Device_9; } inline InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 ** get_address_of_m_Device_9() { return &___m_Device_9; } inline void set_m_Device_9(InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * value) { ___m_Device_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Device_9), (void*)value); } inline static int32_t get_offset_of_m_Parent_10() { return static_cast(offsetof(InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1, ___m_Parent_10)); } inline InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * get_m_Parent_10() const { return ___m_Parent_10; } inline InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 ** get_address_of_m_Parent_10() { return &___m_Parent_10; } inline void set_m_Parent_10(InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * value) { ___m_Parent_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Parent_10), (void*)value); } inline static int32_t get_offset_of_m_UsageCount_11() { return static_cast(offsetof(InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1, ___m_UsageCount_11)); } inline int32_t get_m_UsageCount_11() const { return ___m_UsageCount_11; } inline int32_t* get_address_of_m_UsageCount_11() { return &___m_UsageCount_11; } inline void set_m_UsageCount_11(int32_t value) { ___m_UsageCount_11 = value; } inline static int32_t get_offset_of_m_UsageStartIndex_12() { return static_cast(offsetof(InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1, ___m_UsageStartIndex_12)); } inline int32_t get_m_UsageStartIndex_12() const { return ___m_UsageStartIndex_12; } inline int32_t* get_address_of_m_UsageStartIndex_12() { return &___m_UsageStartIndex_12; } inline void set_m_UsageStartIndex_12(int32_t value) { ___m_UsageStartIndex_12 = value; } inline static int32_t get_offset_of_m_AliasCount_13() { return static_cast(offsetof(InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1, ___m_AliasCount_13)); } inline int32_t get_m_AliasCount_13() const { return ___m_AliasCount_13; } inline int32_t* get_address_of_m_AliasCount_13() { return &___m_AliasCount_13; } inline void set_m_AliasCount_13(int32_t value) { ___m_AliasCount_13 = value; } inline static int32_t get_offset_of_m_AliasStartIndex_14() { return static_cast(offsetof(InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1, ___m_AliasStartIndex_14)); } inline int32_t get_m_AliasStartIndex_14() const { return ___m_AliasStartIndex_14; } inline int32_t* get_address_of_m_AliasStartIndex_14() { return &___m_AliasStartIndex_14; } inline void set_m_AliasStartIndex_14(int32_t value) { ___m_AliasStartIndex_14 = value; } inline static int32_t get_offset_of_m_ChildCount_15() { return static_cast(offsetof(InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1, ___m_ChildCount_15)); } inline int32_t get_m_ChildCount_15() const { return ___m_ChildCount_15; } inline int32_t* get_address_of_m_ChildCount_15() { return &___m_ChildCount_15; } inline void set_m_ChildCount_15(int32_t value) { ___m_ChildCount_15 = value; } inline static int32_t get_offset_of_m_ChildStartIndex_16() { return static_cast(offsetof(InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1, ___m_ChildStartIndex_16)); } inline int32_t get_m_ChildStartIndex_16() const { return ___m_ChildStartIndex_16; } inline int32_t* get_address_of_m_ChildStartIndex_16() { return &___m_ChildStartIndex_16; } inline void set_m_ChildStartIndex_16(int32_t value) { ___m_ChildStartIndex_16 = value; } inline static int32_t get_offset_of_m_ControlFlags_17() { return static_cast(offsetof(InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1, ___m_ControlFlags_17)); } inline int32_t get_m_ControlFlags_17() const { return ___m_ControlFlags_17; } inline int32_t* get_address_of_m_ControlFlags_17() { return &___m_ControlFlags_17; } inline void set_m_ControlFlags_17(int32_t value) { ___m_ControlFlags_17 = value; } inline static int32_t get_offset_of_m_DefaultState_18() { return static_cast(offsetof(InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1, ___m_DefaultState_18)); } inline PrimitiveValue_t70D8365A1CB2217C466D27D6820362EF4331A0C8 get_m_DefaultState_18() const { return ___m_DefaultState_18; } inline PrimitiveValue_t70D8365A1CB2217C466D27D6820362EF4331A0C8 * get_address_of_m_DefaultState_18() { return &___m_DefaultState_18; } inline void set_m_DefaultState_18(PrimitiveValue_t70D8365A1CB2217C466D27D6820362EF4331A0C8 value) { ___m_DefaultState_18 = value; } inline static int32_t get_offset_of_m_MinValue_19() { return static_cast(offsetof(InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1, ___m_MinValue_19)); } inline PrimitiveValue_t70D8365A1CB2217C466D27D6820362EF4331A0C8 get_m_MinValue_19() const { return ___m_MinValue_19; } inline PrimitiveValue_t70D8365A1CB2217C466D27D6820362EF4331A0C8 * get_address_of_m_MinValue_19() { return &___m_MinValue_19; } inline void set_m_MinValue_19(PrimitiveValue_t70D8365A1CB2217C466D27D6820362EF4331A0C8 value) { ___m_MinValue_19 = value; } inline static int32_t get_offset_of_m_MaxValue_20() { return static_cast(offsetof(InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1, ___m_MaxValue_20)); } inline PrimitiveValue_t70D8365A1CB2217C466D27D6820362EF4331A0C8 get_m_MaxValue_20() const { return ___m_MaxValue_20; } inline PrimitiveValue_t70D8365A1CB2217C466D27D6820362EF4331A0C8 * get_address_of_m_MaxValue_20() { return &___m_MaxValue_20; } inline void set_m_MaxValue_20(PrimitiveValue_t70D8365A1CB2217C466D27D6820362EF4331A0C8 value) { ___m_MaxValue_20 = value; } }; // UnityEngine.InputSystem.LowLevel.InputDeviceCommandDelegate struct InputDeviceCommandDelegate_t967EA90378916CA01FF68A0403468313659A1718 : public MulticastDelegate_t { public: public: }; // UnityEngine.InputSystem.LowLevel.InputEvent struct InputEvent_t0E4B1A66D8B3273D8188F3902F40C5E8BFF6E234 { public: union { struct { union { #pragma pack(push, tp, 1) struct { // UnityEngineInternal.Input.NativeInputEvent UnityEngine.InputSystem.LowLevel.InputEvent::m_Event NativeInputEvent_t21B4AB4BC38B4E147E82E91E29CE8877CF035FCD ___m_Event_5; }; #pragma pack(pop, tp) #pragma pack(push, tp, 1) struct { NativeInputEvent_t21B4AB4BC38B4E147E82E91E29CE8877CF035FCD ___m_Event_5_forAlignmentOnly; }; #pragma pack(pop, tp) }; }; uint8_t InputEvent_t0E4B1A66D8B3273D8188F3902F40C5E8BFF6E234__padding[20]; }; public: inline static int32_t get_offset_of_m_Event_5() { return static_cast(offsetof(InputEvent_t0E4B1A66D8B3273D8188F3902F40C5E8BFF6E234, ___m_Event_5)); } inline NativeInputEvent_t21B4AB4BC38B4E147E82E91E29CE8877CF035FCD get_m_Event_5() const { return ___m_Event_5; } inline NativeInputEvent_t21B4AB4BC38B4E147E82E91E29CE8877CF035FCD * get_address_of_m_Event_5() { return &___m_Event_5; } inline void set_m_Event_5(NativeInputEvent_t21B4AB4BC38B4E147E82E91E29CE8877CF035FCD value) { ___m_Event_5 = value; } }; // UnityEngine.InputSystem.LowLevel.InputEventBuffer struct InputEventBuffer_t5837FA1A7F4845FA074AD7A3C2761725E2761CCA { public: // Unity.Collections.NativeArray`1 UnityEngine.InputSystem.LowLevel.InputEventBuffer::m_Buffer NativeArray_1_t3C2855C5B238E8C6739D4C17833F244B95C0F785 ___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; public: inline static int32_t get_offset_of_m_Buffer_1() { return static_cast(offsetof(InputEventBuffer_t5837FA1A7F4845FA074AD7A3C2761725E2761CCA, ___m_Buffer_1)); } inline NativeArray_1_t3C2855C5B238E8C6739D4C17833F244B95C0F785 get_m_Buffer_1() const { return ___m_Buffer_1; } inline NativeArray_1_t3C2855C5B238E8C6739D4C17833F244B95C0F785 * get_address_of_m_Buffer_1() { return &___m_Buffer_1; } inline void set_m_Buffer_1(NativeArray_1_t3C2855C5B238E8C6739D4C17833F244B95C0F785 value) { ___m_Buffer_1 = value; } inline static int32_t get_offset_of_m_SizeInBytes_2() { return static_cast(offsetof(InputEventBuffer_t5837FA1A7F4845FA074AD7A3C2761725E2761CCA, ___m_SizeInBytes_2)); } inline int64_t get_m_SizeInBytes_2() const { return ___m_SizeInBytes_2; } inline int64_t* get_address_of_m_SizeInBytes_2() { return &___m_SizeInBytes_2; } inline void set_m_SizeInBytes_2(int64_t value) { ___m_SizeInBytes_2 = value; } inline static int32_t get_offset_of_m_EventCount_3() { return static_cast(offsetof(InputEventBuffer_t5837FA1A7F4845FA074AD7A3C2761725E2761CCA, ___m_EventCount_3)); } inline int32_t get_m_EventCount_3() const { return ___m_EventCount_3; } inline int32_t* get_address_of_m_EventCount_3() { return &___m_EventCount_3; } inline void set_m_EventCount_3(int32_t value) { ___m_EventCount_3 = value; } inline static int32_t get_offset_of_m_WeOwnTheBuffer_4() { return static_cast(offsetof(InputEventBuffer_t5837FA1A7F4845FA074AD7A3C2761725E2761CCA, ___m_WeOwnTheBuffer_4)); } inline bool get_m_WeOwnTheBuffer_4() const { return ___m_WeOwnTheBuffer_4; } inline bool* get_address_of_m_WeOwnTheBuffer_4() { return &___m_WeOwnTheBuffer_4; } inline void set_m_WeOwnTheBuffer_4(bool value) { ___m_WeOwnTheBuffer_4 = value; } }; // Native definition for P/Invoke marshalling of UnityEngine.InputSystem.LowLevel.InputEventBuffer struct InputEventBuffer_t5837FA1A7F4845FA074AD7A3C2761725E2761CCA_marshaled_pinvoke { NativeArray_1_t3C2855C5B238E8C6739D4C17833F244B95C0F785 ___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_t5837FA1A7F4845FA074AD7A3C2761725E2761CCA_marshaled_com { NativeArray_1_t3C2855C5B238E8C6739D4C17833F244B95C0F785 ___m_Buffer_1; int64_t ___m_SizeInBytes_2; int32_t ___m_EventCount_3; int32_t ___m_WeOwnTheBuffer_4; }; // UnityEngine.InputSystem.LowLevel.InputStateHistory struct InputStateHistory_t0869C8331534E5D5C7E2D33FA6EEC05E85C18A31 : public RuntimeObject { public: // System.Action`1 UnityEngine.InputSystem.LowLevel.InputStateHistory::k__BackingField Action_1_tFC48ABC201ECE98EE324DEE2F9ED877F6DC33E7D * ___U3ConRecordAddedU3Ek__BackingField_1; // System.Func`4 UnityEngine.InputSystem.LowLevel.InputStateHistory::k__BackingField Func_4_t9471AE3CE77AACB79F1D8E10F1FDB368D151DC6F * ___U3ConShouldRecordStateChangeU3Ek__BackingField_2; // UnityEngine.InputSystem.InputControl[] UnityEngine.InputSystem.LowLevel.InputStateHistory::m_Controls InputControlU5BU5D_tB874FECA56E2B08D3280F4174B988EA155E99680* ___m_Controls_3; // System.Int32 UnityEngine.InputSystem.LowLevel.InputStateHistory::m_ControlCount int32_t ___m_ControlCount_4; // Unity.Collections.NativeArray`1 UnityEngine.InputSystem.LowLevel.InputStateHistory::m_RecordBuffer NativeArray_1_t3C2855C5B238E8C6739D4C17833F244B95C0F785 ___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.InputStateHistory::m_UpdateMask Nullable_1_tF714F5D279FADE97658A531BAE66D760ED99988A ___m_UpdateMask_12; // System.Boolean UnityEngine.InputSystem.LowLevel.InputStateHistory::m_AddNewControls bool ___m_AddNewControls_13; public: inline static int32_t get_offset_of_U3ConRecordAddedU3Ek__BackingField_1() { return static_cast(offsetof(InputStateHistory_t0869C8331534E5D5C7E2D33FA6EEC05E85C18A31, ___U3ConRecordAddedU3Ek__BackingField_1)); } inline Action_1_tFC48ABC201ECE98EE324DEE2F9ED877F6DC33E7D * get_U3ConRecordAddedU3Ek__BackingField_1() const { return ___U3ConRecordAddedU3Ek__BackingField_1; } inline Action_1_tFC48ABC201ECE98EE324DEE2F9ED877F6DC33E7D ** get_address_of_U3ConRecordAddedU3Ek__BackingField_1() { return &___U3ConRecordAddedU3Ek__BackingField_1; } inline void set_U3ConRecordAddedU3Ek__BackingField_1(Action_1_tFC48ABC201ECE98EE324DEE2F9ED877F6DC33E7D * value) { ___U3ConRecordAddedU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3ConRecordAddedU3Ek__BackingField_1), (void*)value); } inline static int32_t get_offset_of_U3ConShouldRecordStateChangeU3Ek__BackingField_2() { return static_cast(offsetof(InputStateHistory_t0869C8331534E5D5C7E2D33FA6EEC05E85C18A31, ___U3ConShouldRecordStateChangeU3Ek__BackingField_2)); } inline Func_4_t9471AE3CE77AACB79F1D8E10F1FDB368D151DC6F * get_U3ConShouldRecordStateChangeU3Ek__BackingField_2() const { return ___U3ConShouldRecordStateChangeU3Ek__BackingField_2; } inline Func_4_t9471AE3CE77AACB79F1D8E10F1FDB368D151DC6F ** get_address_of_U3ConShouldRecordStateChangeU3Ek__BackingField_2() { return &___U3ConShouldRecordStateChangeU3Ek__BackingField_2; } inline void set_U3ConShouldRecordStateChangeU3Ek__BackingField_2(Func_4_t9471AE3CE77AACB79F1D8E10F1FDB368D151DC6F * value) { ___U3ConShouldRecordStateChangeU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3ConShouldRecordStateChangeU3Ek__BackingField_2), (void*)value); } inline static int32_t get_offset_of_m_Controls_3() { return static_cast(offsetof(InputStateHistory_t0869C8331534E5D5C7E2D33FA6EEC05E85C18A31, ___m_Controls_3)); } inline InputControlU5BU5D_tB874FECA56E2B08D3280F4174B988EA155E99680* get_m_Controls_3() const { return ___m_Controls_3; } inline InputControlU5BU5D_tB874FECA56E2B08D3280F4174B988EA155E99680** get_address_of_m_Controls_3() { return &___m_Controls_3; } inline void set_m_Controls_3(InputControlU5BU5D_tB874FECA56E2B08D3280F4174B988EA155E99680* value) { ___m_Controls_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Controls_3), (void*)value); } inline static int32_t get_offset_of_m_ControlCount_4() { return static_cast(offsetof(InputStateHistory_t0869C8331534E5D5C7E2D33FA6EEC05E85C18A31, ___m_ControlCount_4)); } inline int32_t get_m_ControlCount_4() const { return ___m_ControlCount_4; } inline int32_t* get_address_of_m_ControlCount_4() { return &___m_ControlCount_4; } inline void set_m_ControlCount_4(int32_t value) { ___m_ControlCount_4 = value; } inline static int32_t get_offset_of_m_RecordBuffer_5() { return static_cast(offsetof(InputStateHistory_t0869C8331534E5D5C7E2D33FA6EEC05E85C18A31, ___m_RecordBuffer_5)); } inline NativeArray_1_t3C2855C5B238E8C6739D4C17833F244B95C0F785 get_m_RecordBuffer_5() const { return ___m_RecordBuffer_5; } inline NativeArray_1_t3C2855C5B238E8C6739D4C17833F244B95C0F785 * get_address_of_m_RecordBuffer_5() { return &___m_RecordBuffer_5; } inline void set_m_RecordBuffer_5(NativeArray_1_t3C2855C5B238E8C6739D4C17833F244B95C0F785 value) { ___m_RecordBuffer_5 = value; } inline static int32_t get_offset_of_m_StateSizeInBytes_6() { return static_cast(offsetof(InputStateHistory_t0869C8331534E5D5C7E2D33FA6EEC05E85C18A31, ___m_StateSizeInBytes_6)); } inline int32_t get_m_StateSizeInBytes_6() const { return ___m_StateSizeInBytes_6; } inline int32_t* get_address_of_m_StateSizeInBytes_6() { return &___m_StateSizeInBytes_6; } inline void set_m_StateSizeInBytes_6(int32_t value) { ___m_StateSizeInBytes_6 = value; } inline static int32_t get_offset_of_m_RecordCount_7() { return static_cast(offsetof(InputStateHistory_t0869C8331534E5D5C7E2D33FA6EEC05E85C18A31, ___m_RecordCount_7)); } inline int32_t get_m_RecordCount_7() const { return ___m_RecordCount_7; } inline int32_t* get_address_of_m_RecordCount_7() { return &___m_RecordCount_7; } inline void set_m_RecordCount_7(int32_t value) { ___m_RecordCount_7 = value; } inline static int32_t get_offset_of_m_HistoryDepth_8() { return static_cast(offsetof(InputStateHistory_t0869C8331534E5D5C7E2D33FA6EEC05E85C18A31, ___m_HistoryDepth_8)); } inline int32_t get_m_HistoryDepth_8() const { return ___m_HistoryDepth_8; } inline int32_t* get_address_of_m_HistoryDepth_8() { return &___m_HistoryDepth_8; } inline void set_m_HistoryDepth_8(int32_t value) { ___m_HistoryDepth_8 = value; } inline static int32_t get_offset_of_m_ExtraMemoryPerRecord_9() { return static_cast(offsetof(InputStateHistory_t0869C8331534E5D5C7E2D33FA6EEC05E85C18A31, ___m_ExtraMemoryPerRecord_9)); } inline int32_t get_m_ExtraMemoryPerRecord_9() const { return ___m_ExtraMemoryPerRecord_9; } inline int32_t* get_address_of_m_ExtraMemoryPerRecord_9() { return &___m_ExtraMemoryPerRecord_9; } inline void set_m_ExtraMemoryPerRecord_9(int32_t value) { ___m_ExtraMemoryPerRecord_9 = value; } inline static int32_t get_offset_of_m_HeadIndex_10() { return static_cast(offsetof(InputStateHistory_t0869C8331534E5D5C7E2D33FA6EEC05E85C18A31, ___m_HeadIndex_10)); } inline int32_t get_m_HeadIndex_10() const { return ___m_HeadIndex_10; } inline int32_t* get_address_of_m_HeadIndex_10() { return &___m_HeadIndex_10; } inline void set_m_HeadIndex_10(int32_t value) { ___m_HeadIndex_10 = value; } inline static int32_t get_offset_of_m_CurrentVersion_11() { return static_cast(offsetof(InputStateHistory_t0869C8331534E5D5C7E2D33FA6EEC05E85C18A31, ___m_CurrentVersion_11)); } inline uint32_t get_m_CurrentVersion_11() const { return ___m_CurrentVersion_11; } inline uint32_t* get_address_of_m_CurrentVersion_11() { return &___m_CurrentVersion_11; } inline void set_m_CurrentVersion_11(uint32_t value) { ___m_CurrentVersion_11 = value; } inline static int32_t get_offset_of_m_UpdateMask_12() { return static_cast(offsetof(InputStateHistory_t0869C8331534E5D5C7E2D33FA6EEC05E85C18A31, ___m_UpdateMask_12)); } inline Nullable_1_tF714F5D279FADE97658A531BAE66D760ED99988A get_m_UpdateMask_12() const { return ___m_UpdateMask_12; } inline Nullable_1_tF714F5D279FADE97658A531BAE66D760ED99988A * get_address_of_m_UpdateMask_12() { return &___m_UpdateMask_12; } inline void set_m_UpdateMask_12(Nullable_1_tF714F5D279FADE97658A531BAE66D760ED99988A value) { ___m_UpdateMask_12 = value; } inline static int32_t get_offset_of_m_AddNewControls_13() { return static_cast(offsetof(InputStateHistory_t0869C8331534E5D5C7E2D33FA6EEC05E85C18A31, ___m_AddNewControls_13)); } inline bool get_m_AddNewControls_13() const { return ___m_AddNewControls_13; } inline bool* get_address_of_m_AddNewControls_13() { return &___m_AddNewControls_13; } inline void set_m_AddNewControls_13(bool value) { ___m_AddNewControls_13 = value; } }; // System.InvalidOperationException struct InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB : public SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 { public: public: }; // OVRSimpleJSON.JSONLazyCreator struct JSONLazyCreator_t7DBB8A4304E411BD9CC78684048471FE6300148D : public JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B { public: // OVRSimpleJSON.JSONNode OVRSimpleJSON.JSONLazyCreator::m_Node JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * ___m_Node_6; // System.String OVRSimpleJSON.JSONLazyCreator::m_Key String_t* ___m_Key_7; public: inline static int32_t get_offset_of_m_Node_6() { return static_cast(offsetof(JSONLazyCreator_t7DBB8A4304E411BD9CC78684048471FE6300148D, ___m_Node_6)); } inline JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * get_m_Node_6() const { return ___m_Node_6; } inline JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B ** get_address_of_m_Node_6() { return &___m_Node_6; } inline void set_m_Node_6(JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * value) { ___m_Node_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Node_6), (void*)value); } inline static int32_t get_offset_of_m_Key_7() { return static_cast(offsetof(JSONLazyCreator_t7DBB8A4304E411BD9CC78684048471FE6300148D, ___m_Key_7)); } inline String_t* get_m_Key_7() const { return ___m_Key_7; } inline String_t** get_address_of_m_Key_7() { return &___m_Key_7; } inline void set_m_Key_7(String_t* value) { ___m_Key_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Key_7), (void*)value); } }; // System.Reflection.MonoProperty struct MonoProperty_t : public RuntimePropertyInfo_tBFADAB74EBBB380C7FF1B5004FDD5A39447574B5 { public: // System.IntPtr System.Reflection.MonoProperty::klass intptr_t ___klass_0; // System.IntPtr System.Reflection.MonoProperty::prop intptr_t ___prop_1; // System.Reflection.MonoPropertyInfo System.Reflection.MonoProperty::info MonoPropertyInfo_tA5A058F3C4CD862912818E54A4B6152F21433B82 ___info_2; // System.Reflection.PInfo System.Reflection.MonoProperty::cached int32_t ___cached_3; // System.Reflection.MonoProperty/GetterAdapter System.Reflection.MonoProperty::cached_getter GetterAdapter_t4638094A6814F5738CB2D77994423EEBAB6F342A * ___cached_getter_4; public: inline static int32_t get_offset_of_klass_0() { return static_cast(offsetof(MonoProperty_t, ___klass_0)); } inline intptr_t get_klass_0() const { return ___klass_0; } inline intptr_t* get_address_of_klass_0() { return &___klass_0; } inline void set_klass_0(intptr_t value) { ___klass_0 = value; } inline static int32_t get_offset_of_prop_1() { return static_cast(offsetof(MonoProperty_t, ___prop_1)); } inline intptr_t get_prop_1() const { return ___prop_1; } inline intptr_t* get_address_of_prop_1() { return &___prop_1; } inline void set_prop_1(intptr_t value) { ___prop_1 = value; } inline static int32_t get_offset_of_info_2() { return static_cast(offsetof(MonoProperty_t, ___info_2)); } inline MonoPropertyInfo_tA5A058F3C4CD862912818E54A4B6152F21433B82 get_info_2() const { return ___info_2; } inline MonoPropertyInfo_tA5A058F3C4CD862912818E54A4B6152F21433B82 * get_address_of_info_2() { return &___info_2; } inline void set_info_2(MonoPropertyInfo_tA5A058F3C4CD862912818E54A4B6152F21433B82 value) { ___info_2 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___info_2))->___parent_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___info_2))->___declaring_type_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___info_2))->___name_2), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___info_2))->___get_method_3), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___info_2))->___set_method_4), (void*)NULL); #endif } inline static int32_t get_offset_of_cached_3() { return static_cast(offsetof(MonoProperty_t, ___cached_3)); } inline int32_t get_cached_3() const { return ___cached_3; } inline int32_t* get_address_of_cached_3() { return &___cached_3; } inline void set_cached_3(int32_t value) { ___cached_3 = value; } inline static int32_t get_offset_of_cached_getter_4() { return static_cast(offsetof(MonoProperty_t, ___cached_getter_4)); } inline GetterAdapter_t4638094A6814F5738CB2D77994423EEBAB6F342A * get_cached_getter_4() const { return ___cached_getter_4; } inline GetterAdapter_t4638094A6814F5738CB2D77994423EEBAB6F342A ** get_address_of_cached_getter_4() { return &___cached_getter_4; } inline void set_cached_getter_4(GetterAdapter_t4638094A6814F5738CB2D77994423EEBAB6F342A * value) { ___cached_getter_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___cached_getter_4), (void*)value); } }; // UnityEngine.InputSystem.Utilities.NamedValue struct NamedValue_t5AB4CF64C63DEAC2470566CAFCE9571D88D18077 { public: // System.String UnityEngine.InputSystem.Utilities.NamedValue::k__BackingField String_t* ___U3CnameU3Ek__BackingField_1; // UnityEngine.InputSystem.Utilities.PrimitiveValue UnityEngine.InputSystem.Utilities.NamedValue::k__BackingField PrimitiveValue_t70D8365A1CB2217C466D27D6820362EF4331A0C8 ___U3CvalueU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CnameU3Ek__BackingField_1() { return static_cast(offsetof(NamedValue_t5AB4CF64C63DEAC2470566CAFCE9571D88D18077, ___U3CnameU3Ek__BackingField_1)); } inline String_t* get_U3CnameU3Ek__BackingField_1() const { return ___U3CnameU3Ek__BackingField_1; } inline String_t** get_address_of_U3CnameU3Ek__BackingField_1() { return &___U3CnameU3Ek__BackingField_1; } inline void set_U3CnameU3Ek__BackingField_1(String_t* value) { ___U3CnameU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CnameU3Ek__BackingField_1), (void*)value); } inline static int32_t get_offset_of_U3CvalueU3Ek__BackingField_2() { return static_cast(offsetof(NamedValue_t5AB4CF64C63DEAC2470566CAFCE9571D88D18077, ___U3CvalueU3Ek__BackingField_2)); } inline PrimitiveValue_t70D8365A1CB2217C466D27D6820362EF4331A0C8 get_U3CvalueU3Ek__BackingField_2() const { return ___U3CvalueU3Ek__BackingField_2; } inline PrimitiveValue_t70D8365A1CB2217C466D27D6820362EF4331A0C8 * get_address_of_U3CvalueU3Ek__BackingField_2() { return &___U3CvalueU3Ek__BackingField_2; } inline void set_U3CvalueU3Ek__BackingField_2(PrimitiveValue_t70D8365A1CB2217C466D27D6820362EF4331A0C8 value) { ___U3CvalueU3Ek__BackingField_2 = value; } }; // Native definition for P/Invoke marshalling of UnityEngine.InputSystem.Utilities.NamedValue struct NamedValue_t5AB4CF64C63DEAC2470566CAFCE9571D88D18077_marshaled_pinvoke { char* ___U3CnameU3Ek__BackingField_1; PrimitiveValue_t70D8365A1CB2217C466D27D6820362EF4331A0C8_marshaled_pinvoke ___U3CvalueU3Ek__BackingField_2; }; // Native definition for COM marshalling of UnityEngine.InputSystem.Utilities.NamedValue struct NamedValue_t5AB4CF64C63DEAC2470566CAFCE9571D88D18077_marshaled_com { Il2CppChar* ___U3CnameU3Ek__BackingField_1; PrimitiveValue_t70D8365A1CB2217C466D27D6820362EF4331A0C8_marshaled_com ___U3CvalueU3Ek__BackingField_2; }; // System.NotImplementedException struct NotImplementedException_t26260C4EE0444C5FA022994203060B3A42A3ADE6 : public SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 { public: public: }; // UnityEngine.XR.OpenXR.Features.OpenXRFeature struct OpenXRFeature_tBDE19E44A01E5E54925EAF67574691F11E88CDAA : public ScriptableObject_t4361E08CEBF052C650D3666C7CEC37EB31DE116A { public: // System.Boolean UnityEngine.XR.OpenXR.Features.OpenXRFeature::m_enabled bool ___m_enabled_4; // System.Boolean UnityEngine.XR.OpenXR.Features.OpenXRFeature::k__BackingField bool ___U3CfailedInitializationU3Ek__BackingField_5; // System.String UnityEngine.XR.OpenXR.Features.OpenXRFeature::nameUi String_t* ___nameUi_7; // System.String UnityEngine.XR.OpenXR.Features.OpenXRFeature::version String_t* ___version_8; // System.String UnityEngine.XR.OpenXR.Features.OpenXRFeature::featureIdInternal String_t* ___featureIdInternal_9; // System.String UnityEngine.XR.OpenXR.Features.OpenXRFeature::openxrExtensionStrings String_t* ___openxrExtensionStrings_10; // System.String UnityEngine.XR.OpenXR.Features.OpenXRFeature::company String_t* ___company_11; // System.Int32 UnityEngine.XR.OpenXR.Features.OpenXRFeature::priority int32_t ___priority_12; // System.Boolean UnityEngine.XR.OpenXR.Features.OpenXRFeature::required bool ___required_13; // System.Boolean UnityEngine.XR.OpenXR.Features.OpenXRFeature::internalFieldsUpdated bool ___internalFieldsUpdated_14; public: inline static int32_t get_offset_of_m_enabled_4() { return static_cast(offsetof(OpenXRFeature_tBDE19E44A01E5E54925EAF67574691F11E88CDAA, ___m_enabled_4)); } inline bool get_m_enabled_4() const { return ___m_enabled_4; } inline bool* get_address_of_m_enabled_4() { return &___m_enabled_4; } inline void set_m_enabled_4(bool value) { ___m_enabled_4 = value; } inline static int32_t get_offset_of_U3CfailedInitializationU3Ek__BackingField_5() { return static_cast(offsetof(OpenXRFeature_tBDE19E44A01E5E54925EAF67574691F11E88CDAA, ___U3CfailedInitializationU3Ek__BackingField_5)); } inline bool get_U3CfailedInitializationU3Ek__BackingField_5() const { return ___U3CfailedInitializationU3Ek__BackingField_5; } inline bool* get_address_of_U3CfailedInitializationU3Ek__BackingField_5() { return &___U3CfailedInitializationU3Ek__BackingField_5; } inline void set_U3CfailedInitializationU3Ek__BackingField_5(bool value) { ___U3CfailedInitializationU3Ek__BackingField_5 = value; } inline static int32_t get_offset_of_nameUi_7() { return static_cast(offsetof(OpenXRFeature_tBDE19E44A01E5E54925EAF67574691F11E88CDAA, ___nameUi_7)); } inline String_t* get_nameUi_7() const { return ___nameUi_7; } inline String_t** get_address_of_nameUi_7() { return &___nameUi_7; } inline void set_nameUi_7(String_t* value) { ___nameUi_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___nameUi_7), (void*)value); } inline static int32_t get_offset_of_version_8() { return static_cast(offsetof(OpenXRFeature_tBDE19E44A01E5E54925EAF67574691F11E88CDAA, ___version_8)); } inline String_t* get_version_8() const { return ___version_8; } inline String_t** get_address_of_version_8() { return &___version_8; } inline void set_version_8(String_t* value) { ___version_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___version_8), (void*)value); } inline static int32_t get_offset_of_featureIdInternal_9() { return static_cast(offsetof(OpenXRFeature_tBDE19E44A01E5E54925EAF67574691F11E88CDAA, ___featureIdInternal_9)); } inline String_t* get_featureIdInternal_9() const { return ___featureIdInternal_9; } inline String_t** get_address_of_featureIdInternal_9() { return &___featureIdInternal_9; } inline void set_featureIdInternal_9(String_t* value) { ___featureIdInternal_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___featureIdInternal_9), (void*)value); } inline static int32_t get_offset_of_openxrExtensionStrings_10() { return static_cast(offsetof(OpenXRFeature_tBDE19E44A01E5E54925EAF67574691F11E88CDAA, ___openxrExtensionStrings_10)); } inline String_t* get_openxrExtensionStrings_10() const { return ___openxrExtensionStrings_10; } inline String_t** get_address_of_openxrExtensionStrings_10() { return &___openxrExtensionStrings_10; } inline void set_openxrExtensionStrings_10(String_t* value) { ___openxrExtensionStrings_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___openxrExtensionStrings_10), (void*)value); } inline static int32_t get_offset_of_company_11() { return static_cast(offsetof(OpenXRFeature_tBDE19E44A01E5E54925EAF67574691F11E88CDAA, ___company_11)); } inline String_t* get_company_11() const { return ___company_11; } inline String_t** get_address_of_company_11() { return &___company_11; } inline void set_company_11(String_t* value) { ___company_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___company_11), (void*)value); } inline static int32_t get_offset_of_priority_12() { return static_cast(offsetof(OpenXRFeature_tBDE19E44A01E5E54925EAF67574691F11E88CDAA, ___priority_12)); } inline int32_t get_priority_12() const { return ___priority_12; } inline int32_t* get_address_of_priority_12() { return &___priority_12; } inline void set_priority_12(int32_t value) { ___priority_12 = value; } inline static int32_t get_offset_of_required_13() { return static_cast(offsetof(OpenXRFeature_tBDE19E44A01E5E54925EAF67574691F11E88CDAA, ___required_13)); } inline bool get_required_13() const { return ___required_13; } inline bool* get_address_of_required_13() { return &___required_13; } inline void set_required_13(bool value) { ___required_13 = value; } inline static int32_t get_offset_of_internalFieldsUpdated_14() { return static_cast(offsetof(OpenXRFeature_tBDE19E44A01E5E54925EAF67574691F11E88CDAA, ___internalFieldsUpdated_14)); } inline bool get_internalFieldsUpdated_14() const { return ___internalFieldsUpdated_14; } inline bool* get_address_of_internalFieldsUpdated_14() { return &___internalFieldsUpdated_14; } inline void set_internalFieldsUpdated_14(bool value) { ___internalFieldsUpdated_14 = value; } }; // UnityEngine.XR.OpenXR.OpenXRSettings struct OpenXRSettings_t7E7706E7597849CCD2747A21E6E6EECB038F225C : public ScriptableObject_t4361E08CEBF052C650D3666C7CEC37EB31DE116A { public: // UnityEngine.XR.OpenXR.Features.OpenXRFeature[] UnityEngine.XR.OpenXR.OpenXRSettings::features OpenXRFeatureU5BU5D_tB83A42FBA420E404B3EF97A3A72C43827D15B401* ___features_4; // UnityEngine.XR.OpenXR.OpenXRSettings/RenderMode UnityEngine.XR.OpenXR.OpenXRSettings::m_renderMode int32_t ___m_renderMode_5; // UnityEngine.XR.OpenXR.OpenXRSettings/DepthSubmissionMode UnityEngine.XR.OpenXR.OpenXRSettings::m_depthSubmissionMode int32_t ___m_depthSubmissionMode_6; public: inline static int32_t get_offset_of_features_4() { return static_cast(offsetof(OpenXRSettings_t7E7706E7597849CCD2747A21E6E6EECB038F225C, ___features_4)); } inline OpenXRFeatureU5BU5D_tB83A42FBA420E404B3EF97A3A72C43827D15B401* get_features_4() const { return ___features_4; } inline OpenXRFeatureU5BU5D_tB83A42FBA420E404B3EF97A3A72C43827D15B401** get_address_of_features_4() { return &___features_4; } inline void set_features_4(OpenXRFeatureU5BU5D_tB83A42FBA420E404B3EF97A3A72C43827D15B401* value) { ___features_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___features_4), (void*)value); } inline static int32_t get_offset_of_m_renderMode_5() { return static_cast(offsetof(OpenXRSettings_t7E7706E7597849CCD2747A21E6E6EECB038F225C, ___m_renderMode_5)); } inline int32_t get_m_renderMode_5() const { return ___m_renderMode_5; } inline int32_t* get_address_of_m_renderMode_5() { return &___m_renderMode_5; } inline void set_m_renderMode_5(int32_t value) { ___m_renderMode_5 = value; } inline static int32_t get_offset_of_m_depthSubmissionMode_6() { return static_cast(offsetof(OpenXRSettings_t7E7706E7597849CCD2747A21E6E6EECB038F225C, ___m_depthSubmissionMode_6)); } inline int32_t get_m_depthSubmissionMode_6() const { return ___m_depthSubmissionMode_6; } inline int32_t* get_address_of_m_depthSubmissionMode_6() { return &___m_depthSubmissionMode_6; } inline void set_m_depthSubmissionMode_6(int32_t value) { ___m_depthSubmissionMode_6 = value; } }; // UnityEngine.Transform struct Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 : public Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 { public: public: }; // UnityEngine.XR.Management.XRLoader struct XRLoader_tE37B92C6B9CDD944DDF7AFF5704E9EB342D62F6B : public ScriptableObject_t4361E08CEBF052C650D3666C7CEC37EB31DE116A { public: public: }; // UnityEngine.InputSystem.InputActionRebindingExtensions/ParameterOverride struct ParameterOverride_tCD42C8DD25FE1912FF804959CF14F31924FB5DD7 { public: // System.String UnityEngine.InputSystem.InputActionRebindingExtensions/ParameterOverride::objectRegistrationName String_t* ___objectRegistrationName_0; // System.String UnityEngine.InputSystem.InputActionRebindingExtensions/ParameterOverride::parameter String_t* ___parameter_1; // UnityEngine.InputSystem.InputBinding UnityEngine.InputSystem.InputActionRebindingExtensions/ParameterOverride::bindingMask InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB ___bindingMask_2; // UnityEngine.InputSystem.Utilities.PrimitiveValue UnityEngine.InputSystem.InputActionRebindingExtensions/ParameterOverride::value PrimitiveValue_t70D8365A1CB2217C466D27D6820362EF4331A0C8 ___value_3; public: inline static int32_t get_offset_of_objectRegistrationName_0() { return static_cast(offsetof(ParameterOverride_tCD42C8DD25FE1912FF804959CF14F31924FB5DD7, ___objectRegistrationName_0)); } inline String_t* get_objectRegistrationName_0() const { return ___objectRegistrationName_0; } inline String_t** get_address_of_objectRegistrationName_0() { return &___objectRegistrationName_0; } inline void set_objectRegistrationName_0(String_t* value) { ___objectRegistrationName_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___objectRegistrationName_0), (void*)value); } inline static int32_t get_offset_of_parameter_1() { return static_cast(offsetof(ParameterOverride_tCD42C8DD25FE1912FF804959CF14F31924FB5DD7, ___parameter_1)); } inline String_t* get_parameter_1() const { return ___parameter_1; } inline String_t** get_address_of_parameter_1() { return &___parameter_1; } inline void set_parameter_1(String_t* value) { ___parameter_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___parameter_1), (void*)value); } inline static int32_t get_offset_of_bindingMask_2() { return static_cast(offsetof(ParameterOverride_tCD42C8DD25FE1912FF804959CF14F31924FB5DD7, ___bindingMask_2)); } inline InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB get_bindingMask_2() const { return ___bindingMask_2; } inline InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB * get_address_of_bindingMask_2() { return &___bindingMask_2; } inline void set_bindingMask_2(InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB value) { ___bindingMask_2 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___bindingMask_2))->___m_Name_2), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___bindingMask_2))->___m_Id_3), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___bindingMask_2))->___m_Path_4), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___bindingMask_2))->___m_Interactions_5), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___bindingMask_2))->___m_Processors_6), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___bindingMask_2))->___m_Groups_7), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___bindingMask_2))->___m_Action_8), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___bindingMask_2))->___m_OverridePath_10), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___bindingMask_2))->___m_OverrideInteractions_11), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___bindingMask_2))->___m_OverrideProcessors_12), (void*)NULL); #endif } inline static int32_t get_offset_of_value_3() { return static_cast(offsetof(ParameterOverride_tCD42C8DD25FE1912FF804959CF14F31924FB5DD7, ___value_3)); } inline PrimitiveValue_t70D8365A1CB2217C466D27D6820362EF4331A0C8 get_value_3() const { return ___value_3; } inline PrimitiveValue_t70D8365A1CB2217C466D27D6820362EF4331A0C8 * get_address_of_value_3() { return &___value_3; } inline void set_value_3(PrimitiveValue_t70D8365A1CB2217C466D27D6820362EF4331A0C8 value) { ___value_3 = value; } }; // Native definition for P/Invoke marshalling of UnityEngine.InputSystem.InputActionRebindingExtensions/ParameterOverride struct ParameterOverride_tCD42C8DD25FE1912FF804959CF14F31924FB5DD7_marshaled_pinvoke { char* ___objectRegistrationName_0; char* ___parameter_1; InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB_marshaled_pinvoke ___bindingMask_2; PrimitiveValue_t70D8365A1CB2217C466D27D6820362EF4331A0C8_marshaled_pinvoke ___value_3; }; // Native definition for COM marshalling of UnityEngine.InputSystem.InputActionRebindingExtensions/ParameterOverride struct ParameterOverride_tCD42C8DD25FE1912FF804959CF14F31924FB5DD7_marshaled_com { Il2CppChar* ___objectRegistrationName_0; Il2CppChar* ___parameter_1; InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB_marshaled_com ___bindingMask_2; PrimitiveValue_t70D8365A1CB2217C466D27D6820362EF4331A0C8_marshaled_com ___value_3; }; // UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem struct ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 { public: // UnityEngine.InputSystem.Utilities.InternedString UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem::k__BackingField InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED ___U3CnameU3Ek__BackingField_0; // UnityEngine.InputSystem.Utilities.InternedString UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem::k__BackingField InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED ___U3ClayoutU3Ek__BackingField_1; // UnityEngine.InputSystem.Utilities.InternedString UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem::k__BackingField InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED ___U3CvariantsU3Ek__BackingField_2; // System.String UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem::k__BackingField String_t* ___U3CuseStateFromU3Ek__BackingField_3; // System.String UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem::k__BackingField String_t* ___U3CdisplayNameU3Ek__BackingField_4; // System.String UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem::k__BackingField String_t* ___U3CshortDisplayNameU3Ek__BackingField_5; // UnityEngine.InputSystem.Utilities.ReadOnlyArray`1 UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem::k__BackingField ReadOnlyArray_1_t606E37DB0F1B75FCB4C4A029A0F6C2B4AE7DED75 ___U3CusagesU3Ek__BackingField_6; // UnityEngine.InputSystem.Utilities.ReadOnlyArray`1 UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem::k__BackingField ReadOnlyArray_1_t606E37DB0F1B75FCB4C4A029A0F6C2B4AE7DED75 ___U3CaliasesU3Ek__BackingField_7; // UnityEngine.InputSystem.Utilities.ReadOnlyArray`1 UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem::k__BackingField ReadOnlyArray_1_t644486DA5FB2B247FC64733F192E2894F46CFCF5 ___U3CparametersU3Ek__BackingField_8; // UnityEngine.InputSystem.Utilities.ReadOnlyArray`1 UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem::k__BackingField ReadOnlyArray_1_tC87F80F9582CEDF1B66B5875A22591316B710C6E ___U3CprocessorsU3Ek__BackingField_9; // System.UInt32 UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem::k__BackingField uint32_t ___U3CoffsetU3Ek__BackingField_10; // System.UInt32 UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem::k__BackingField uint32_t ___U3CbitU3Ek__BackingField_11; // System.UInt32 UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem::k__BackingField uint32_t ___U3CsizeInBitsU3Ek__BackingField_12; // UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem::k__BackingField FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 ___U3CformatU3Ek__BackingField_13; // UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem/Flags UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem::k__BackingField int32_t ___U3CflagsU3Ek__BackingField_14; // System.Int32 UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem::k__BackingField int32_t ___U3CarraySizeU3Ek__BackingField_15; // UnityEngine.InputSystem.Utilities.PrimitiveValue UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem::k__BackingField PrimitiveValue_t70D8365A1CB2217C466D27D6820362EF4331A0C8 ___U3CdefaultStateU3Ek__BackingField_16; // UnityEngine.InputSystem.Utilities.PrimitiveValue UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem::k__BackingField PrimitiveValue_t70D8365A1CB2217C466D27D6820362EF4331A0C8 ___U3CminValueU3Ek__BackingField_17; // UnityEngine.InputSystem.Utilities.PrimitiveValue UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem::k__BackingField PrimitiveValue_t70D8365A1CB2217C466D27D6820362EF4331A0C8 ___U3CmaxValueU3Ek__BackingField_18; public: inline static int32_t get_offset_of_U3CnameU3Ek__BackingField_0() { return static_cast(offsetof(ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15, ___U3CnameU3Ek__BackingField_0)); } inline InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED get_U3CnameU3Ek__BackingField_0() const { return ___U3CnameU3Ek__BackingField_0; } inline InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED * get_address_of_U3CnameU3Ek__BackingField_0() { return &___U3CnameU3Ek__BackingField_0; } inline void set_U3CnameU3Ek__BackingField_0(InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED value) { ___U3CnameU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___U3CnameU3Ek__BackingField_0))->___m_StringOriginalCase_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___U3CnameU3Ek__BackingField_0))->___m_StringLowerCase_1), (void*)NULL); #endif } inline static int32_t get_offset_of_U3ClayoutU3Ek__BackingField_1() { return static_cast(offsetof(ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15, ___U3ClayoutU3Ek__BackingField_1)); } inline InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED get_U3ClayoutU3Ek__BackingField_1() const { return ___U3ClayoutU3Ek__BackingField_1; } inline InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED * get_address_of_U3ClayoutU3Ek__BackingField_1() { return &___U3ClayoutU3Ek__BackingField_1; } inline void set_U3ClayoutU3Ek__BackingField_1(InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED value) { ___U3ClayoutU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___U3ClayoutU3Ek__BackingField_1))->___m_StringOriginalCase_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___U3ClayoutU3Ek__BackingField_1))->___m_StringLowerCase_1), (void*)NULL); #endif } inline static int32_t get_offset_of_U3CvariantsU3Ek__BackingField_2() { return static_cast(offsetof(ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15, ___U3CvariantsU3Ek__BackingField_2)); } inline InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED get_U3CvariantsU3Ek__BackingField_2() const { return ___U3CvariantsU3Ek__BackingField_2; } inline InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED * get_address_of_U3CvariantsU3Ek__BackingField_2() { return &___U3CvariantsU3Ek__BackingField_2; } inline void set_U3CvariantsU3Ek__BackingField_2(InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED value) { ___U3CvariantsU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___U3CvariantsU3Ek__BackingField_2))->___m_StringOriginalCase_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___U3CvariantsU3Ek__BackingField_2))->___m_StringLowerCase_1), (void*)NULL); #endif } inline static int32_t get_offset_of_U3CuseStateFromU3Ek__BackingField_3() { return static_cast(offsetof(ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15, ___U3CuseStateFromU3Ek__BackingField_3)); } inline String_t* get_U3CuseStateFromU3Ek__BackingField_3() const { return ___U3CuseStateFromU3Ek__BackingField_3; } inline String_t** get_address_of_U3CuseStateFromU3Ek__BackingField_3() { return &___U3CuseStateFromU3Ek__BackingField_3; } inline void set_U3CuseStateFromU3Ek__BackingField_3(String_t* value) { ___U3CuseStateFromU3Ek__BackingField_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CuseStateFromU3Ek__BackingField_3), (void*)value); } inline static int32_t get_offset_of_U3CdisplayNameU3Ek__BackingField_4() { return static_cast(offsetof(ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15, ___U3CdisplayNameU3Ek__BackingField_4)); } inline String_t* get_U3CdisplayNameU3Ek__BackingField_4() const { return ___U3CdisplayNameU3Ek__BackingField_4; } inline String_t** get_address_of_U3CdisplayNameU3Ek__BackingField_4() { return &___U3CdisplayNameU3Ek__BackingField_4; } inline void set_U3CdisplayNameU3Ek__BackingField_4(String_t* value) { ___U3CdisplayNameU3Ek__BackingField_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CdisplayNameU3Ek__BackingField_4), (void*)value); } inline static int32_t get_offset_of_U3CshortDisplayNameU3Ek__BackingField_5() { return static_cast(offsetof(ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15, ___U3CshortDisplayNameU3Ek__BackingField_5)); } inline String_t* get_U3CshortDisplayNameU3Ek__BackingField_5() const { return ___U3CshortDisplayNameU3Ek__BackingField_5; } inline String_t** get_address_of_U3CshortDisplayNameU3Ek__BackingField_5() { return &___U3CshortDisplayNameU3Ek__BackingField_5; } inline void set_U3CshortDisplayNameU3Ek__BackingField_5(String_t* value) { ___U3CshortDisplayNameU3Ek__BackingField_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CshortDisplayNameU3Ek__BackingField_5), (void*)value); } inline static int32_t get_offset_of_U3CusagesU3Ek__BackingField_6() { return static_cast(offsetof(ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15, ___U3CusagesU3Ek__BackingField_6)); } inline ReadOnlyArray_1_t606E37DB0F1B75FCB4C4A029A0F6C2B4AE7DED75 get_U3CusagesU3Ek__BackingField_6() const { return ___U3CusagesU3Ek__BackingField_6; } inline ReadOnlyArray_1_t606E37DB0F1B75FCB4C4A029A0F6C2B4AE7DED75 * get_address_of_U3CusagesU3Ek__BackingField_6() { return &___U3CusagesU3Ek__BackingField_6; } inline void set_U3CusagesU3Ek__BackingField_6(ReadOnlyArray_1_t606E37DB0F1B75FCB4C4A029A0F6C2B4AE7DED75 value) { ___U3CusagesU3Ek__BackingField_6 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___U3CusagesU3Ek__BackingField_6))->___m_Array_0), (void*)NULL); } inline static int32_t get_offset_of_U3CaliasesU3Ek__BackingField_7() { return static_cast(offsetof(ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15, ___U3CaliasesU3Ek__BackingField_7)); } inline ReadOnlyArray_1_t606E37DB0F1B75FCB4C4A029A0F6C2B4AE7DED75 get_U3CaliasesU3Ek__BackingField_7() const { return ___U3CaliasesU3Ek__BackingField_7; } inline ReadOnlyArray_1_t606E37DB0F1B75FCB4C4A029A0F6C2B4AE7DED75 * get_address_of_U3CaliasesU3Ek__BackingField_7() { return &___U3CaliasesU3Ek__BackingField_7; } inline void set_U3CaliasesU3Ek__BackingField_7(ReadOnlyArray_1_t606E37DB0F1B75FCB4C4A029A0F6C2B4AE7DED75 value) { ___U3CaliasesU3Ek__BackingField_7 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___U3CaliasesU3Ek__BackingField_7))->___m_Array_0), (void*)NULL); } inline static int32_t get_offset_of_U3CparametersU3Ek__BackingField_8() { return static_cast(offsetof(ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15, ___U3CparametersU3Ek__BackingField_8)); } inline ReadOnlyArray_1_t644486DA5FB2B247FC64733F192E2894F46CFCF5 get_U3CparametersU3Ek__BackingField_8() const { return ___U3CparametersU3Ek__BackingField_8; } inline ReadOnlyArray_1_t644486DA5FB2B247FC64733F192E2894F46CFCF5 * get_address_of_U3CparametersU3Ek__BackingField_8() { return &___U3CparametersU3Ek__BackingField_8; } inline void set_U3CparametersU3Ek__BackingField_8(ReadOnlyArray_1_t644486DA5FB2B247FC64733F192E2894F46CFCF5 value) { ___U3CparametersU3Ek__BackingField_8 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___U3CparametersU3Ek__BackingField_8))->___m_Array_0), (void*)NULL); } inline static int32_t get_offset_of_U3CprocessorsU3Ek__BackingField_9() { return static_cast(offsetof(ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15, ___U3CprocessorsU3Ek__BackingField_9)); } inline ReadOnlyArray_1_tC87F80F9582CEDF1B66B5875A22591316B710C6E get_U3CprocessorsU3Ek__BackingField_9() const { return ___U3CprocessorsU3Ek__BackingField_9; } inline ReadOnlyArray_1_tC87F80F9582CEDF1B66B5875A22591316B710C6E * get_address_of_U3CprocessorsU3Ek__BackingField_9() { return &___U3CprocessorsU3Ek__BackingField_9; } inline void set_U3CprocessorsU3Ek__BackingField_9(ReadOnlyArray_1_tC87F80F9582CEDF1B66B5875A22591316B710C6E value) { ___U3CprocessorsU3Ek__BackingField_9 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___U3CprocessorsU3Ek__BackingField_9))->___m_Array_0), (void*)NULL); } inline static int32_t get_offset_of_U3CoffsetU3Ek__BackingField_10() { return static_cast(offsetof(ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15, ___U3CoffsetU3Ek__BackingField_10)); } inline uint32_t get_U3CoffsetU3Ek__BackingField_10() const { return ___U3CoffsetU3Ek__BackingField_10; } inline uint32_t* get_address_of_U3CoffsetU3Ek__BackingField_10() { return &___U3CoffsetU3Ek__BackingField_10; } inline void set_U3CoffsetU3Ek__BackingField_10(uint32_t value) { ___U3CoffsetU3Ek__BackingField_10 = value; } inline static int32_t get_offset_of_U3CbitU3Ek__BackingField_11() { return static_cast(offsetof(ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15, ___U3CbitU3Ek__BackingField_11)); } inline uint32_t get_U3CbitU3Ek__BackingField_11() const { return ___U3CbitU3Ek__BackingField_11; } inline uint32_t* get_address_of_U3CbitU3Ek__BackingField_11() { return &___U3CbitU3Ek__BackingField_11; } inline void set_U3CbitU3Ek__BackingField_11(uint32_t value) { ___U3CbitU3Ek__BackingField_11 = value; } inline static int32_t get_offset_of_U3CsizeInBitsU3Ek__BackingField_12() { return static_cast(offsetof(ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15, ___U3CsizeInBitsU3Ek__BackingField_12)); } inline uint32_t get_U3CsizeInBitsU3Ek__BackingField_12() const { return ___U3CsizeInBitsU3Ek__BackingField_12; } inline uint32_t* get_address_of_U3CsizeInBitsU3Ek__BackingField_12() { return &___U3CsizeInBitsU3Ek__BackingField_12; } inline void set_U3CsizeInBitsU3Ek__BackingField_12(uint32_t value) { ___U3CsizeInBitsU3Ek__BackingField_12 = value; } inline static int32_t get_offset_of_U3CformatU3Ek__BackingField_13() { return static_cast(offsetof(ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15, ___U3CformatU3Ek__BackingField_13)); } inline FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 get_U3CformatU3Ek__BackingField_13() const { return ___U3CformatU3Ek__BackingField_13; } inline FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 * get_address_of_U3CformatU3Ek__BackingField_13() { return &___U3CformatU3Ek__BackingField_13; } inline void set_U3CformatU3Ek__BackingField_13(FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 value) { ___U3CformatU3Ek__BackingField_13 = value; } inline static int32_t get_offset_of_U3CflagsU3Ek__BackingField_14() { return static_cast(offsetof(ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15, ___U3CflagsU3Ek__BackingField_14)); } inline int32_t get_U3CflagsU3Ek__BackingField_14() const { return ___U3CflagsU3Ek__BackingField_14; } inline int32_t* get_address_of_U3CflagsU3Ek__BackingField_14() { return &___U3CflagsU3Ek__BackingField_14; } inline void set_U3CflagsU3Ek__BackingField_14(int32_t value) { ___U3CflagsU3Ek__BackingField_14 = value; } inline static int32_t get_offset_of_U3CarraySizeU3Ek__BackingField_15() { return static_cast(offsetof(ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15, ___U3CarraySizeU3Ek__BackingField_15)); } inline int32_t get_U3CarraySizeU3Ek__BackingField_15() const { return ___U3CarraySizeU3Ek__BackingField_15; } inline int32_t* get_address_of_U3CarraySizeU3Ek__BackingField_15() { return &___U3CarraySizeU3Ek__BackingField_15; } inline void set_U3CarraySizeU3Ek__BackingField_15(int32_t value) { ___U3CarraySizeU3Ek__BackingField_15 = value; } inline static int32_t get_offset_of_U3CdefaultStateU3Ek__BackingField_16() { return static_cast(offsetof(ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15, ___U3CdefaultStateU3Ek__BackingField_16)); } inline PrimitiveValue_t70D8365A1CB2217C466D27D6820362EF4331A0C8 get_U3CdefaultStateU3Ek__BackingField_16() const { return ___U3CdefaultStateU3Ek__BackingField_16; } inline PrimitiveValue_t70D8365A1CB2217C466D27D6820362EF4331A0C8 * get_address_of_U3CdefaultStateU3Ek__BackingField_16() { return &___U3CdefaultStateU3Ek__BackingField_16; } inline void set_U3CdefaultStateU3Ek__BackingField_16(PrimitiveValue_t70D8365A1CB2217C466D27D6820362EF4331A0C8 value) { ___U3CdefaultStateU3Ek__BackingField_16 = value; } inline static int32_t get_offset_of_U3CminValueU3Ek__BackingField_17() { return static_cast(offsetof(ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15, ___U3CminValueU3Ek__BackingField_17)); } inline PrimitiveValue_t70D8365A1CB2217C466D27D6820362EF4331A0C8 get_U3CminValueU3Ek__BackingField_17() const { return ___U3CminValueU3Ek__BackingField_17; } inline PrimitiveValue_t70D8365A1CB2217C466D27D6820362EF4331A0C8 * get_address_of_U3CminValueU3Ek__BackingField_17() { return &___U3CminValueU3Ek__BackingField_17; } inline void set_U3CminValueU3Ek__BackingField_17(PrimitiveValue_t70D8365A1CB2217C466D27D6820362EF4331A0C8 value) { ___U3CminValueU3Ek__BackingField_17 = value; } inline static int32_t get_offset_of_U3CmaxValueU3Ek__BackingField_18() { return static_cast(offsetof(ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15, ___U3CmaxValueU3Ek__BackingField_18)); } inline PrimitiveValue_t70D8365A1CB2217C466D27D6820362EF4331A0C8 get_U3CmaxValueU3Ek__BackingField_18() const { return ___U3CmaxValueU3Ek__BackingField_18; } inline PrimitiveValue_t70D8365A1CB2217C466D27D6820362EF4331A0C8 * get_address_of_U3CmaxValueU3Ek__BackingField_18() { return &___U3CmaxValueU3Ek__BackingField_18; } inline void set_U3CmaxValueU3Ek__BackingField_18(PrimitiveValue_t70D8365A1CB2217C466D27D6820362EF4331A0C8 value) { ___U3CmaxValueU3Ek__BackingField_18 = value; } }; // Native definition for P/Invoke marshalling of UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem struct ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15_marshaled_pinvoke { InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED_marshaled_pinvoke ___U3CnameU3Ek__BackingField_0; InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED_marshaled_pinvoke ___U3ClayoutU3Ek__BackingField_1; InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED_marshaled_pinvoke ___U3CvariantsU3Ek__BackingField_2; char* ___U3CuseStateFromU3Ek__BackingField_3; char* ___U3CdisplayNameU3Ek__BackingField_4; char* ___U3CshortDisplayNameU3Ek__BackingField_5; ReadOnlyArray_1_t606E37DB0F1B75FCB4C4A029A0F6C2B4AE7DED75 ___U3CusagesU3Ek__BackingField_6; ReadOnlyArray_1_t606E37DB0F1B75FCB4C4A029A0F6C2B4AE7DED75 ___U3CaliasesU3Ek__BackingField_7; ReadOnlyArray_1_t644486DA5FB2B247FC64733F192E2894F46CFCF5 ___U3CparametersU3Ek__BackingField_8; ReadOnlyArray_1_tC87F80F9582CEDF1B66B5875A22591316B710C6E ___U3CprocessorsU3Ek__BackingField_9; uint32_t ___U3CoffsetU3Ek__BackingField_10; uint32_t ___U3CbitU3Ek__BackingField_11; uint32_t ___U3CsizeInBitsU3Ek__BackingField_12; FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 ___U3CformatU3Ek__BackingField_13; int32_t ___U3CflagsU3Ek__BackingField_14; int32_t ___U3CarraySizeU3Ek__BackingField_15; PrimitiveValue_t70D8365A1CB2217C466D27D6820362EF4331A0C8_marshaled_pinvoke ___U3CdefaultStateU3Ek__BackingField_16; PrimitiveValue_t70D8365A1CB2217C466D27D6820362EF4331A0C8_marshaled_pinvoke ___U3CminValueU3Ek__BackingField_17; PrimitiveValue_t70D8365A1CB2217C466D27D6820362EF4331A0C8_marshaled_pinvoke ___U3CmaxValueU3Ek__BackingField_18; }; // Native definition for COM marshalling of UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem struct ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15_marshaled_com { InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED_marshaled_com ___U3CnameU3Ek__BackingField_0; InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED_marshaled_com ___U3ClayoutU3Ek__BackingField_1; InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED_marshaled_com ___U3CvariantsU3Ek__BackingField_2; Il2CppChar* ___U3CuseStateFromU3Ek__BackingField_3; Il2CppChar* ___U3CdisplayNameU3Ek__BackingField_4; Il2CppChar* ___U3CshortDisplayNameU3Ek__BackingField_5; ReadOnlyArray_1_t606E37DB0F1B75FCB4C4A029A0F6C2B4AE7DED75 ___U3CusagesU3Ek__BackingField_6; ReadOnlyArray_1_t606E37DB0F1B75FCB4C4A029A0F6C2B4AE7DED75 ___U3CaliasesU3Ek__BackingField_7; ReadOnlyArray_1_t644486DA5FB2B247FC64733F192E2894F46CFCF5 ___U3CparametersU3Ek__BackingField_8; ReadOnlyArray_1_tC87F80F9582CEDF1B66B5875A22591316B710C6E ___U3CprocessorsU3Ek__BackingField_9; uint32_t ___U3CoffsetU3Ek__BackingField_10; uint32_t ___U3CbitU3Ek__BackingField_11; uint32_t ___U3CsizeInBitsU3Ek__BackingField_12; FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 ___U3CformatU3Ek__BackingField_13; int32_t ___U3CflagsU3Ek__BackingField_14; int32_t ___U3CarraySizeU3Ek__BackingField_15; PrimitiveValue_t70D8365A1CB2217C466D27D6820362EF4331A0C8_marshaled_com ___U3CdefaultStateU3Ek__BackingField_16; PrimitiveValue_t70D8365A1CB2217C466D27D6820362EF4331A0C8_marshaled_com ___U3CminValueU3Ek__BackingField_17; PrimitiveValue_t70D8365A1CB2217C466D27D6820362EF4331A0C8_marshaled_com ___U3CmaxValueU3Ek__BackingField_18; }; // UnityEngine.InputSystem.OnScreen.OnScreenControl/OnScreenDeviceInfo struct OnScreenDeviceInfo_t9B64CE4D3D0381C301110E39AE77158BEFACAF4D { public: // UnityEngine.InputSystem.LowLevel.InputEventPtr UnityEngine.InputSystem.OnScreen.OnScreenControl/OnScreenDeviceInfo::eventPtr InputEventPtr_t3ECDD4FDE129B0CD8021DF46D8D01D941F4AE5C1 ___eventPtr_0; // Unity.Collections.NativeArray`1 UnityEngine.InputSystem.OnScreen.OnScreenControl/OnScreenDeviceInfo::buffer NativeArray_1_t3C2855C5B238E8C6739D4C17833F244B95C0F785 ___buffer_1; // UnityEngine.InputSystem.InputDevice UnityEngine.InputSystem.OnScreen.OnScreenControl/OnScreenDeviceInfo::device InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * ___device_2; // UnityEngine.InputSystem.OnScreen.OnScreenControl UnityEngine.InputSystem.OnScreen.OnScreenControl/OnScreenDeviceInfo::firstControl OnScreenControl_tA6D277F33AD97847569391E9C6EC9443CD08AFE4 * ___firstControl_3; public: inline static int32_t get_offset_of_eventPtr_0() { return static_cast(offsetof(OnScreenDeviceInfo_t9B64CE4D3D0381C301110E39AE77158BEFACAF4D, ___eventPtr_0)); } inline InputEventPtr_t3ECDD4FDE129B0CD8021DF46D8D01D941F4AE5C1 get_eventPtr_0() const { return ___eventPtr_0; } inline InputEventPtr_t3ECDD4FDE129B0CD8021DF46D8D01D941F4AE5C1 * get_address_of_eventPtr_0() { return &___eventPtr_0; } inline void set_eventPtr_0(InputEventPtr_t3ECDD4FDE129B0CD8021DF46D8D01D941F4AE5C1 value) { ___eventPtr_0 = value; } inline static int32_t get_offset_of_buffer_1() { return static_cast(offsetof(OnScreenDeviceInfo_t9B64CE4D3D0381C301110E39AE77158BEFACAF4D, ___buffer_1)); } inline NativeArray_1_t3C2855C5B238E8C6739D4C17833F244B95C0F785 get_buffer_1() const { return ___buffer_1; } inline NativeArray_1_t3C2855C5B238E8C6739D4C17833F244B95C0F785 * get_address_of_buffer_1() { return &___buffer_1; } inline void set_buffer_1(NativeArray_1_t3C2855C5B238E8C6739D4C17833F244B95C0F785 value) { ___buffer_1 = value; } inline static int32_t get_offset_of_device_2() { return static_cast(offsetof(OnScreenDeviceInfo_t9B64CE4D3D0381C301110E39AE77158BEFACAF4D, ___device_2)); } inline InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * get_device_2() const { return ___device_2; } inline InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 ** get_address_of_device_2() { return &___device_2; } inline void set_device_2(InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * value) { ___device_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___device_2), (void*)value); } inline static int32_t get_offset_of_firstControl_3() { return static_cast(offsetof(OnScreenDeviceInfo_t9B64CE4D3D0381C301110E39AE77158BEFACAF4D, ___firstControl_3)); } inline OnScreenControl_tA6D277F33AD97847569391E9C6EC9443CD08AFE4 * get_firstControl_3() const { return ___firstControl_3; } inline OnScreenControl_tA6D277F33AD97847569391E9C6EC9443CD08AFE4 ** get_address_of_firstControl_3() { return &___firstControl_3; } inline void set_firstControl_3(OnScreenControl_tA6D277F33AD97847569391E9C6EC9443CD08AFE4 * value) { ___firstControl_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___firstControl_3), (void*)value); } }; // Native definition for P/Invoke marshalling of UnityEngine.InputSystem.OnScreen.OnScreenControl/OnScreenDeviceInfo struct OnScreenDeviceInfo_t9B64CE4D3D0381C301110E39AE77158BEFACAF4D_marshaled_pinvoke { InputEventPtr_t3ECDD4FDE129B0CD8021DF46D8D01D941F4AE5C1 ___eventPtr_0; NativeArray_1_t3C2855C5B238E8C6739D4C17833F244B95C0F785 ___buffer_1; InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * ___device_2; OnScreenControl_tA6D277F33AD97847569391E9C6EC9443CD08AFE4 * ___firstControl_3; }; // Native definition for COM marshalling of UnityEngine.InputSystem.OnScreen.OnScreenControl/OnScreenDeviceInfo struct OnScreenDeviceInfo_t9B64CE4D3D0381C301110E39AE77158BEFACAF4D_marshaled_com { InputEventPtr_t3ECDD4FDE129B0CD8021DF46D8D01D941F4AE5C1 ___eventPtr_0; NativeArray_1_t3C2855C5B238E8C6739D4C17833F244B95C0F785 ___buffer_1; InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * ___device_2; OnScreenControl_tA6D277F33AD97847569391E9C6EC9443CD08AFE4 * ___firstControl_3; }; // System.Collections.Generic.List`1/Enumerator struct Enumerator_tA2E47432D9BF33FCB9EAF5B6C3720221AACA50C1 { public: // System.Collections.Generic.List`1 System.Collections.Generic.List`1/Enumerator::list List_1_tB7B59A258A4A84FCB5A2CC59F934C8B230EA963F * ___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 ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 ___current_3; public: inline static int32_t get_offset_of_list_0() { return static_cast(offsetof(Enumerator_tA2E47432D9BF33FCB9EAF5B6C3720221AACA50C1, ___list_0)); } inline List_1_tB7B59A258A4A84FCB5A2CC59F934C8B230EA963F * get_list_0() const { return ___list_0; } inline List_1_tB7B59A258A4A84FCB5A2CC59F934C8B230EA963F ** get_address_of_list_0() { return &___list_0; } inline void set_list_0(List_1_tB7B59A258A4A84FCB5A2CC59F934C8B230EA963F * value) { ___list_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___list_0), (void*)value); } inline static int32_t get_offset_of_index_1() { return static_cast(offsetof(Enumerator_tA2E47432D9BF33FCB9EAF5B6C3720221AACA50C1, ___index_1)); } inline int32_t get_index_1() const { return ___index_1; } inline int32_t* get_address_of_index_1() { return &___index_1; } inline void set_index_1(int32_t value) { ___index_1 = value; } inline static int32_t get_offset_of_version_2() { return static_cast(offsetof(Enumerator_tA2E47432D9BF33FCB9EAF5B6C3720221AACA50C1, ___version_2)); } inline int32_t get_version_2() const { return ___version_2; } inline int32_t* get_address_of_version_2() { return &___version_2; } inline void set_version_2(int32_t value) { ___version_2 = value; } inline static int32_t get_offset_of_current_3() { return static_cast(offsetof(Enumerator_tA2E47432D9BF33FCB9EAF5B6C3720221AACA50C1, ___current_3)); } inline ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 get_current_3() const { return ___current_3; } inline ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 * get_address_of_current_3() { return &___current_3; } inline void set_current_3(ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 value) { ___current_3 = value; Il2CppCodeGenWriteBarrier((void**)&((&(((&___current_3))->___U3CnameU3Ek__BackingField_0))->___m_StringOriginalCase_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___current_3))->___U3CnameU3Ek__BackingField_0))->___m_StringLowerCase_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___current_3))->___U3ClayoutU3Ek__BackingField_1))->___m_StringOriginalCase_0), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___current_3))->___U3ClayoutU3Ek__BackingField_1))->___m_StringLowerCase_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___current_3))->___U3CvariantsU3Ek__BackingField_2))->___m_StringOriginalCase_0), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___current_3))->___U3CvariantsU3Ek__BackingField_2))->___m_StringLowerCase_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___current_3))->___U3CuseStateFromU3Ek__BackingField_3), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___current_3))->___U3CdisplayNameU3Ek__BackingField_4), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___current_3))->___U3CshortDisplayNameU3Ek__BackingField_5), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___current_3))->___U3CusagesU3Ek__BackingField_6))->___m_Array_0), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___current_3))->___U3CaliasesU3Ek__BackingField_7))->___m_Array_0), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___current_3))->___U3CparametersU3Ek__BackingField_8))->___m_Array_0), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___current_3))->___U3CprocessorsU3Ek__BackingField_9))->___m_Array_0), (void*)NULL); #endif } }; // System.Func`2 struct Func_2_t6D3B67831BA6BBB7266E343D7EAEFF60C17F92DF : public MulticastDelegate_t { public: public: }; // UnityEngine.InputSystem.Utilities.InlinedArray`1 struct InlinedArray_1_t67586FA3509BDCC2DA50F20FA0425A36781F7D4A { public: // System.Int32 UnityEngine.InputSystem.Utilities.InlinedArray`1::length int32_t ___length_0; // TValue UnityEngine.InputSystem.Utilities.InlinedArray`1::firstValue OnScreenDeviceInfo_t9B64CE4D3D0381C301110E39AE77158BEFACAF4D ___firstValue_1; // TValue[] UnityEngine.InputSystem.Utilities.InlinedArray`1::additionalValues OnScreenDeviceInfoU5BU5D_t420887E0C8D0F37CA5E54CF7BA8E5F7F3E041C1F* ___additionalValues_2; public: inline static int32_t get_offset_of_length_0() { return static_cast(offsetof(InlinedArray_1_t67586FA3509BDCC2DA50F20FA0425A36781F7D4A, ___length_0)); } inline int32_t get_length_0() const { return ___length_0; } inline int32_t* get_address_of_length_0() { return &___length_0; } inline void set_length_0(int32_t value) { ___length_0 = value; } inline static int32_t get_offset_of_firstValue_1() { return static_cast(offsetof(InlinedArray_1_t67586FA3509BDCC2DA50F20FA0425A36781F7D4A, ___firstValue_1)); } inline OnScreenDeviceInfo_t9B64CE4D3D0381C301110E39AE77158BEFACAF4D get_firstValue_1() const { return ___firstValue_1; } inline OnScreenDeviceInfo_t9B64CE4D3D0381C301110E39AE77158BEFACAF4D * get_address_of_firstValue_1() { return &___firstValue_1; } inline void set_firstValue_1(OnScreenDeviceInfo_t9B64CE4D3D0381C301110E39AE77158BEFACAF4D value) { ___firstValue_1 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___firstValue_1))->___device_2), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___firstValue_1))->___firstControl_3), (void*)NULL); #endif } inline static int32_t get_offset_of_additionalValues_2() { return static_cast(offsetof(InlinedArray_1_t67586FA3509BDCC2DA50F20FA0425A36781F7D4A, ___additionalValues_2)); } inline OnScreenDeviceInfoU5BU5D_t420887E0C8D0F37CA5E54CF7BA8E5F7F3E041C1F* get_additionalValues_2() const { return ___additionalValues_2; } inline OnScreenDeviceInfoU5BU5D_t420887E0C8D0F37CA5E54CF7BA8E5F7F3E041C1F** get_address_of_additionalValues_2() { return &___additionalValues_2; } inline void set_additionalValues_2(OnScreenDeviceInfoU5BU5D_t420887E0C8D0F37CA5E54CF7BA8E5F7F3E041C1F* value) { ___additionalValues_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___additionalValues_2), (void*)value); } }; // UnityEngine.InputSystem.InputControl`1 struct InputControl_1_tF000774165A305AB812BCEE8E79AA8B7C46F41AF : public InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 { public: // UnityEngine.InputSystem.Utilities.InlinedArray`1> UnityEngine.InputSystem.InputControl`1::m_ProcessorStack InlinedArray_1_t7CF68B5EF349E9CBC69B1FC89D069BC65062BFA9 ___m_ProcessorStack_21; public: inline static int32_t get_offset_of_m_ProcessorStack_21() { return static_cast(offsetof(InputControl_1_tF000774165A305AB812BCEE8E79AA8B7C46F41AF, ___m_ProcessorStack_21)); } inline InlinedArray_1_t7CF68B5EF349E9CBC69B1FC89D069BC65062BFA9 get_m_ProcessorStack_21() const { return ___m_ProcessorStack_21; } inline InlinedArray_1_t7CF68B5EF349E9CBC69B1FC89D069BC65062BFA9 * get_address_of_m_ProcessorStack_21() { return &___m_ProcessorStack_21; } inline void set_m_ProcessorStack_21(InlinedArray_1_t7CF68B5EF349E9CBC69B1FC89D069BC65062BFA9 value) { ___m_ProcessorStack_21 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___m_ProcessorStack_21))->___firstValue_1), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___m_ProcessorStack_21))->___additionalValues_2), (void*)NULL); #endif } }; // UnityEngine.InputSystem.InputControl`1 struct InputControl_1_t87C8668A49FF17120FE3EDBF72EBAE2B7A04479F : public InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 { public: // UnityEngine.InputSystem.Utilities.InlinedArray`1> UnityEngine.InputSystem.InputControl`1::m_ProcessorStack InlinedArray_1_t5CCF7F61A9A990644A612EF7FD9BF5E84957C246 ___m_ProcessorStack_21; public: inline static int32_t get_offset_of_m_ProcessorStack_21() { return static_cast(offsetof(InputControl_1_t87C8668A49FF17120FE3EDBF72EBAE2B7A04479F, ___m_ProcessorStack_21)); } inline InlinedArray_1_t5CCF7F61A9A990644A612EF7FD9BF5E84957C246 get_m_ProcessorStack_21() const { return ___m_ProcessorStack_21; } inline InlinedArray_1_t5CCF7F61A9A990644A612EF7FD9BF5E84957C246 * get_address_of_m_ProcessorStack_21() { return &___m_ProcessorStack_21; } inline void set_m_ProcessorStack_21(InlinedArray_1_t5CCF7F61A9A990644A612EF7FD9BF5E84957C246 value) { ___m_ProcessorStack_21 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___m_ProcessorStack_21))->___firstValue_1), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___m_ProcessorStack_21))->___additionalValues_2), (void*)NULL); #endif } }; // UnityEngine.InputSystem.InputControl`1 struct InputControl_1_t011854B2ED3F016A34A91350FC9B9055E1E820D3 : public InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 { public: // UnityEngine.InputSystem.Utilities.InlinedArray`1> UnityEngine.InputSystem.InputControl`1::m_ProcessorStack InlinedArray_1_t8135010B8D8001565931433B4FF0A3948925A9FD ___m_ProcessorStack_21; public: inline static int32_t get_offset_of_m_ProcessorStack_21() { return static_cast(offsetof(InputControl_1_t011854B2ED3F016A34A91350FC9B9055E1E820D3, ___m_ProcessorStack_21)); } inline InlinedArray_1_t8135010B8D8001565931433B4FF0A3948925A9FD get_m_ProcessorStack_21() const { return ___m_ProcessorStack_21; } inline InlinedArray_1_t8135010B8D8001565931433B4FF0A3948925A9FD * get_address_of_m_ProcessorStack_21() { return &___m_ProcessorStack_21; } inline void set_m_ProcessorStack_21(InlinedArray_1_t8135010B8D8001565931433B4FF0A3948925A9FD value) { ___m_ProcessorStack_21 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___m_ProcessorStack_21))->___firstValue_1), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___m_ProcessorStack_21))->___additionalValues_2), (void*)NULL); #endif } }; // UnityEngine.InputSystem.InputControl`1 struct InputControl_1_t3F41CA4889198557F0954ECFC0D734B536F12FD6 : public InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 { public: // UnityEngine.InputSystem.Utilities.InlinedArray`1> UnityEngine.InputSystem.InputControl`1::m_ProcessorStack InlinedArray_1_tE0FCCBA3656F2A433F7AE4171D9973C859763630 ___m_ProcessorStack_21; public: inline static int32_t get_offset_of_m_ProcessorStack_21() { return static_cast(offsetof(InputControl_1_t3F41CA4889198557F0954ECFC0D734B536F12FD6, ___m_ProcessorStack_21)); } inline InlinedArray_1_tE0FCCBA3656F2A433F7AE4171D9973C859763630 get_m_ProcessorStack_21() const { return ___m_ProcessorStack_21; } inline InlinedArray_1_tE0FCCBA3656F2A433F7AE4171D9973C859763630 * get_address_of_m_ProcessorStack_21() { return &___m_ProcessorStack_21; } inline void set_m_ProcessorStack_21(InlinedArray_1_tE0FCCBA3656F2A433F7AE4171D9973C859763630 value) { ___m_ProcessorStack_21 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___m_ProcessorStack_21))->___firstValue_1), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___m_ProcessorStack_21))->___additionalValues_2), (void*)NULL); #endif } }; // UnityEngine.InputSystem.InputControl`1 struct InputControl_1_t838FA71344E9E3FDB04A2E3E64402BD977BDFF8B : public InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 { public: // UnityEngine.InputSystem.Utilities.InlinedArray`1> UnityEngine.InputSystem.InputControl`1::m_ProcessorStack InlinedArray_1_tFD55F1BDA3D1052B813FEA18B1774260094407E6 ___m_ProcessorStack_21; public: inline static int32_t get_offset_of_m_ProcessorStack_21() { return static_cast(offsetof(InputControl_1_t838FA71344E9E3FDB04A2E3E64402BD977BDFF8B, ___m_ProcessorStack_21)); } inline InlinedArray_1_tFD55F1BDA3D1052B813FEA18B1774260094407E6 get_m_ProcessorStack_21() const { return ___m_ProcessorStack_21; } inline InlinedArray_1_tFD55F1BDA3D1052B813FEA18B1774260094407E6 * get_address_of_m_ProcessorStack_21() { return &___m_ProcessorStack_21; } inline void set_m_ProcessorStack_21(InlinedArray_1_tFD55F1BDA3D1052B813FEA18B1774260094407E6 value) { ___m_ProcessorStack_21 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___m_ProcessorStack_21))->___firstValue_1), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___m_ProcessorStack_21))->___additionalValues_2), (void*)NULL); #endif } }; // UnityEngine.InputSystem.InputControl`1 struct InputControl_1_t0C6774D908F28CC2187A664A1D73FB294F808163 : public InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 { public: // UnityEngine.InputSystem.Utilities.InlinedArray`1> UnityEngine.InputSystem.InputControl`1::m_ProcessorStack InlinedArray_1_t8C2FE779707E28D9A7EEA2A88ECC33B298F34994 ___m_ProcessorStack_21; public: inline static int32_t get_offset_of_m_ProcessorStack_21() { return static_cast(offsetof(InputControl_1_t0C6774D908F28CC2187A664A1D73FB294F808163, ___m_ProcessorStack_21)); } inline InlinedArray_1_t8C2FE779707E28D9A7EEA2A88ECC33B298F34994 get_m_ProcessorStack_21() const { return ___m_ProcessorStack_21; } inline InlinedArray_1_t8C2FE779707E28D9A7EEA2A88ECC33B298F34994 * get_address_of_m_ProcessorStack_21() { return &___m_ProcessorStack_21; } inline void set_m_ProcessorStack_21(InlinedArray_1_t8C2FE779707E28D9A7EEA2A88ECC33B298F34994 value) { ___m_ProcessorStack_21 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___m_ProcessorStack_21))->___firstValue_1), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___m_ProcessorStack_21))->___additionalValues_2), (void*)NULL); #endif } }; // UnityEngine.InputSystem.InputControl`1 struct InputControl_1_tCFDDE43FA5D792323D720A28E6A8B13AF68455E7 : public InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 { public: // UnityEngine.InputSystem.Utilities.InlinedArray`1> UnityEngine.InputSystem.InputControl`1::m_ProcessorStack InlinedArray_1_tD55C396A76293977CF928018673D1D888B7A99B9 ___m_ProcessorStack_21; public: inline static int32_t get_offset_of_m_ProcessorStack_21() { return static_cast(offsetof(InputControl_1_tCFDDE43FA5D792323D720A28E6A8B13AF68455E7, ___m_ProcessorStack_21)); } inline InlinedArray_1_tD55C396A76293977CF928018673D1D888B7A99B9 get_m_ProcessorStack_21() const { return ___m_ProcessorStack_21; } inline InlinedArray_1_tD55C396A76293977CF928018673D1D888B7A99B9 * get_address_of_m_ProcessorStack_21() { return &___m_ProcessorStack_21; } inline void set_m_ProcessorStack_21(InlinedArray_1_tD55C396A76293977CF928018673D1D888B7A99B9 value) { ___m_ProcessorStack_21 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___m_ProcessorStack_21))->___firstValue_1), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___m_ProcessorStack_21))->___additionalValues_2), (void*)NULL); #endif } }; // System.Linq.Enumerable/Iterator`1 struct Iterator_1_t2711EA98CD5C8E6E87A241C66556EFDB99842473 : public RuntimeObject { public: // System.Int32 System.Linq.Enumerable/Iterator`1::threadId int32_t ___threadId_0; // System.Int32 System.Linq.Enumerable/Iterator`1::state int32_t ___state_1; // TSource System.Linq.Enumerable/Iterator`1::current ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 ___current_2; public: inline static int32_t get_offset_of_threadId_0() { return static_cast(offsetof(Iterator_1_t2711EA98CD5C8E6E87A241C66556EFDB99842473, ___threadId_0)); } inline int32_t get_threadId_0() const { return ___threadId_0; } inline int32_t* get_address_of_threadId_0() { return &___threadId_0; } inline void set_threadId_0(int32_t value) { ___threadId_0 = value; } inline static int32_t get_offset_of_state_1() { return static_cast(offsetof(Iterator_1_t2711EA98CD5C8E6E87A241C66556EFDB99842473, ___state_1)); } inline int32_t get_state_1() const { return ___state_1; } inline int32_t* get_address_of_state_1() { return &___state_1; } inline void set_state_1(int32_t value) { ___state_1 = value; } inline static int32_t get_offset_of_current_2() { return static_cast(offsetof(Iterator_1_t2711EA98CD5C8E6E87A241C66556EFDB99842473, ___current_2)); } inline ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 get_current_2() const { return ___current_2; } inline ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 * get_address_of_current_2() { return &___current_2; } inline void set_current_2(ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 value) { ___current_2 = value; Il2CppCodeGenWriteBarrier((void**)&((&(((&___current_2))->___U3CnameU3Ek__BackingField_0))->___m_StringOriginalCase_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___current_2))->___U3CnameU3Ek__BackingField_0))->___m_StringLowerCase_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___current_2))->___U3ClayoutU3Ek__BackingField_1))->___m_StringOriginalCase_0), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___current_2))->___U3ClayoutU3Ek__BackingField_1))->___m_StringLowerCase_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___current_2))->___U3CvariantsU3Ek__BackingField_2))->___m_StringOriginalCase_0), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___current_2))->___U3CvariantsU3Ek__BackingField_2))->___m_StringLowerCase_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___current_2))->___U3CuseStateFromU3Ek__BackingField_3), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___current_2))->___U3CdisplayNameU3Ek__BackingField_4), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___current_2))->___U3CshortDisplayNameU3Ek__BackingField_5), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___current_2))->___U3CusagesU3Ek__BackingField_6))->___m_Array_0), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___current_2))->___U3CaliasesU3Ek__BackingField_7))->___m_Array_0), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___current_2))->___U3CparametersU3Ek__BackingField_8))->___m_Array_0), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___current_2))->___U3CprocessorsU3Ek__BackingField_9))->___m_Array_0), (void*)NULL); #endif } }; // UnityEngine.InputSystem.LowLevel.ActionEvent struct ActionEvent_t12598D9456C7953E3247F33C09C879BF879A0E48 { public: union { struct { union { #pragma pack(push, tp, 1) struct { // UnityEngine.InputSystem.LowLevel.InputEvent UnityEngine.InputSystem.LowLevel.ActionEvent::baseEvent InputEvent_t0E4B1A66D8B3273D8188F3902F40C5E8BFF6E234 ___baseEvent_0; }; #pragma pack(pop, tp) struct { InputEvent_t0E4B1A66D8B3273D8188F3902F40C5E8BFF6E234 ___baseEvent_0_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___m_ControlIndex_1_OffsetPadding[20]; // System.UInt16 UnityEngine.InputSystem.LowLevel.ActionEvent::m_ControlIndex uint16_t ___m_ControlIndex_1; }; #pragma pack(pop, tp) struct { char ___m_ControlIndex_1_OffsetPadding_forAlignmentOnly[20]; uint16_t ___m_ControlIndex_1_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___m_BindingIndex_2_OffsetPadding[22]; // System.UInt16 UnityEngine.InputSystem.LowLevel.ActionEvent::m_BindingIndex uint16_t ___m_BindingIndex_2; }; #pragma pack(pop, tp) struct { char ___m_BindingIndex_2_OffsetPadding_forAlignmentOnly[22]; uint16_t ___m_BindingIndex_2_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___m_InteractionIndex_3_OffsetPadding[24]; // System.UInt16 UnityEngine.InputSystem.LowLevel.ActionEvent::m_InteractionIndex uint16_t ___m_InteractionIndex_3; }; #pragma pack(pop, tp) struct { char ___m_InteractionIndex_3_OffsetPadding_forAlignmentOnly[24]; uint16_t ___m_InteractionIndex_3_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___m_StateIndex_4_OffsetPadding[26]; // System.Byte UnityEngine.InputSystem.LowLevel.ActionEvent::m_StateIndex uint8_t ___m_StateIndex_4; }; #pragma pack(pop, tp) struct { char ___m_StateIndex_4_OffsetPadding_forAlignmentOnly[26]; uint8_t ___m_StateIndex_4_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___m_Phase_5_OffsetPadding[27]; // System.Byte UnityEngine.InputSystem.LowLevel.ActionEvent::m_Phase uint8_t ___m_Phase_5; }; #pragma pack(pop, tp) struct { char ___m_Phase_5_OffsetPadding_forAlignmentOnly[27]; uint8_t ___m_Phase_5_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___m_StartTime_6_OffsetPadding[28]; // System.Double UnityEngine.InputSystem.LowLevel.ActionEvent::m_StartTime double ___m_StartTime_6; }; #pragma pack(pop, tp) struct { char ___m_StartTime_6_OffsetPadding_forAlignmentOnly[28]; double ___m_StartTime_6_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___m_ValueData_7_OffsetPadding[36]; // UnityEngine.InputSystem.LowLevel.ActionEvent/e__FixedBuffer UnityEngine.InputSystem.LowLevel.ActionEvent::m_ValueData U3Cm_ValueDataU3Ee__FixedBuffer_t5F6DC92560E0DB89DAF48A7D7D8C0699661623DA ___m_ValueData_7; }; #pragma pack(pop, tp) struct { char ___m_ValueData_7_OffsetPadding_forAlignmentOnly[36]; U3Cm_ValueDataU3Ee__FixedBuffer_t5F6DC92560E0DB89DAF48A7D7D8C0699661623DA ___m_ValueData_7_forAlignmentOnly; }; }; }; uint8_t ActionEvent_t12598D9456C7953E3247F33C09C879BF879A0E48__padding[37]; }; public: inline static int32_t get_offset_of_baseEvent_0() { return static_cast(offsetof(ActionEvent_t12598D9456C7953E3247F33C09C879BF879A0E48, ___baseEvent_0)); } inline InputEvent_t0E4B1A66D8B3273D8188F3902F40C5E8BFF6E234 get_baseEvent_0() const { return ___baseEvent_0; } inline InputEvent_t0E4B1A66D8B3273D8188F3902F40C5E8BFF6E234 * get_address_of_baseEvent_0() { return &___baseEvent_0; } inline void set_baseEvent_0(InputEvent_t0E4B1A66D8B3273D8188F3902F40C5E8BFF6E234 value) { ___baseEvent_0 = value; } inline static int32_t get_offset_of_m_ControlIndex_1() { return static_cast(offsetof(ActionEvent_t12598D9456C7953E3247F33C09C879BF879A0E48, ___m_ControlIndex_1)); } inline uint16_t get_m_ControlIndex_1() const { return ___m_ControlIndex_1; } inline uint16_t* get_address_of_m_ControlIndex_1() { return &___m_ControlIndex_1; } inline void set_m_ControlIndex_1(uint16_t value) { ___m_ControlIndex_1 = value; } inline static int32_t get_offset_of_m_BindingIndex_2() { return static_cast(offsetof(ActionEvent_t12598D9456C7953E3247F33C09C879BF879A0E48, ___m_BindingIndex_2)); } inline uint16_t get_m_BindingIndex_2() const { return ___m_BindingIndex_2; } inline uint16_t* get_address_of_m_BindingIndex_2() { return &___m_BindingIndex_2; } inline void set_m_BindingIndex_2(uint16_t value) { ___m_BindingIndex_2 = value; } inline static int32_t get_offset_of_m_InteractionIndex_3() { return static_cast(offsetof(ActionEvent_t12598D9456C7953E3247F33C09C879BF879A0E48, ___m_InteractionIndex_3)); } inline uint16_t get_m_InteractionIndex_3() const { return ___m_InteractionIndex_3; } inline uint16_t* get_address_of_m_InteractionIndex_3() { return &___m_InteractionIndex_3; } inline void set_m_InteractionIndex_3(uint16_t value) { ___m_InteractionIndex_3 = value; } inline static int32_t get_offset_of_m_StateIndex_4() { return static_cast(offsetof(ActionEvent_t12598D9456C7953E3247F33C09C879BF879A0E48, ___m_StateIndex_4)); } inline uint8_t get_m_StateIndex_4() const { return ___m_StateIndex_4; } inline uint8_t* get_address_of_m_StateIndex_4() { return &___m_StateIndex_4; } inline void set_m_StateIndex_4(uint8_t value) { ___m_StateIndex_4 = value; } inline static int32_t get_offset_of_m_Phase_5() { return static_cast(offsetof(ActionEvent_t12598D9456C7953E3247F33C09C879BF879A0E48, ___m_Phase_5)); } inline uint8_t get_m_Phase_5() const { return ___m_Phase_5; } inline uint8_t* get_address_of_m_Phase_5() { return &___m_Phase_5; } inline void set_m_Phase_5(uint8_t value) { ___m_Phase_5 = value; } inline static int32_t get_offset_of_m_StartTime_6() { return static_cast(offsetof(ActionEvent_t12598D9456C7953E3247F33C09C879BF879A0E48, ___m_StartTime_6)); } inline double get_m_StartTime_6() const { return ___m_StartTime_6; } inline double* get_address_of_m_StartTime_6() { return &___m_StartTime_6; } inline void set_m_StartTime_6(double value) { ___m_StartTime_6 = value; } inline static int32_t get_offset_of_m_ValueData_7() { return static_cast(offsetof(ActionEvent_t12598D9456C7953E3247F33C09C879BF879A0E48, ___m_ValueData_7)); } inline U3Cm_ValueDataU3Ee__FixedBuffer_t5F6DC92560E0DB89DAF48A7D7D8C0699661623DA get_m_ValueData_7() const { return ___m_ValueData_7; } inline U3Cm_ValueDataU3Ee__FixedBuffer_t5F6DC92560E0DB89DAF48A7D7D8C0699661623DA * get_address_of_m_ValueData_7() { return &___m_ValueData_7; } inline void set_m_ValueData_7(U3Cm_ValueDataU3Ee__FixedBuffer_t5F6DC92560E0DB89DAF48A7D7D8C0699661623DA value) { ___m_ValueData_7 = value; } }; // System.ArgumentNullException struct ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB : public ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 { public: public: }; // System.ArgumentOutOfRangeException struct ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 : public ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 { public: // System.Object System.ArgumentOutOfRangeException::m_actualValue RuntimeObject * ___m_actualValue_19; public: inline static int32_t get_offset_of_m_actualValue_19() { return static_cast(offsetof(ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8, ___m_actualValue_19)); } inline RuntimeObject * get_m_actualValue_19() const { return ___m_actualValue_19; } inline RuntimeObject ** get_address_of_m_actualValue_19() { return &___m_actualValue_19; } inline void set_m_actualValue_19(RuntimeObject * value) { ___m_actualValue_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_actualValue_19), (void*)value); } }; // UnityEngine.InputSystem.LowLevel.DeltaStateEvent struct DeltaStateEvent_t761AB169B0EDF724963621FF2FCEF1860859FCF4 { public: union { struct { union { #pragma pack(push, tp, 1) struct { // UnityEngine.InputSystem.LowLevel.InputEvent UnityEngine.InputSystem.LowLevel.DeltaStateEvent::baseEvent InputEvent_t0E4B1A66D8B3273D8188F3902F40C5E8BFF6E234 ___baseEvent_1; }; #pragma pack(pop, tp) #pragma pack(push, tp, 1) struct { InputEvent_t0E4B1A66D8B3273D8188F3902F40C5E8BFF6E234 ___baseEvent_1_forAlignmentOnly; }; #pragma pack(pop, tp) #pragma pack(push, tp, 1) struct { char ___stateFormat_2_OffsetPadding[20]; // UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.LowLevel.DeltaStateEvent::stateFormat FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 ___stateFormat_2; }; #pragma pack(pop, tp) #pragma pack(push, tp, 1) struct { char ___stateFormat_2_OffsetPadding_forAlignmentOnly[20]; FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 ___stateFormat_2_forAlignmentOnly; }; #pragma pack(pop, tp) #pragma pack(push, tp, 1) struct { char ___stateOffset_3_OffsetPadding[24]; // System.UInt32 UnityEngine.InputSystem.LowLevel.DeltaStateEvent::stateOffset uint32_t ___stateOffset_3; }; #pragma pack(pop, tp) #pragma pack(push, tp, 1) struct { char ___stateOffset_3_OffsetPadding_forAlignmentOnly[24]; uint32_t ___stateOffset_3_forAlignmentOnly; }; #pragma pack(pop, tp) #pragma pack(push, tp, 1) struct { char ___stateData_4_OffsetPadding[28]; // UnityEngine.InputSystem.LowLevel.DeltaStateEvent/e__FixedBuffer UnityEngine.InputSystem.LowLevel.DeltaStateEvent::stateData U3CstateDataU3Ee__FixedBuffer_t2787302BA59351E19E145A047CD3C8B77EF2E395 ___stateData_4; }; #pragma pack(pop, tp) #pragma pack(push, tp, 1) struct { char ___stateData_4_OffsetPadding_forAlignmentOnly[28]; U3CstateDataU3Ee__FixedBuffer_t2787302BA59351E19E145A047CD3C8B77EF2E395 ___stateData_4_forAlignmentOnly; }; #pragma pack(pop, tp) }; }; uint8_t DeltaStateEvent_t761AB169B0EDF724963621FF2FCEF1860859FCF4__padding[29]; }; public: inline static int32_t get_offset_of_baseEvent_1() { return static_cast(offsetof(DeltaStateEvent_t761AB169B0EDF724963621FF2FCEF1860859FCF4, ___baseEvent_1)); } inline InputEvent_t0E4B1A66D8B3273D8188F3902F40C5E8BFF6E234 get_baseEvent_1() const { return ___baseEvent_1; } inline InputEvent_t0E4B1A66D8B3273D8188F3902F40C5E8BFF6E234 * get_address_of_baseEvent_1() { return &___baseEvent_1; } inline void set_baseEvent_1(InputEvent_t0E4B1A66D8B3273D8188F3902F40C5E8BFF6E234 value) { ___baseEvent_1 = value; } inline static int32_t get_offset_of_stateFormat_2() { return static_cast(offsetof(DeltaStateEvent_t761AB169B0EDF724963621FF2FCEF1860859FCF4, ___stateFormat_2)); } inline FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 get_stateFormat_2() const { return ___stateFormat_2; } inline FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 * get_address_of_stateFormat_2() { return &___stateFormat_2; } inline void set_stateFormat_2(FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 value) { ___stateFormat_2 = value; } inline static int32_t get_offset_of_stateOffset_3() { return static_cast(offsetof(DeltaStateEvent_t761AB169B0EDF724963621FF2FCEF1860859FCF4, ___stateOffset_3)); } inline uint32_t get_stateOffset_3() const { return ___stateOffset_3; } inline uint32_t* get_address_of_stateOffset_3() { return &___stateOffset_3; } inline void set_stateOffset_3(uint32_t value) { ___stateOffset_3 = value; } inline static int32_t get_offset_of_stateData_4() { return static_cast(offsetof(DeltaStateEvent_t761AB169B0EDF724963621FF2FCEF1860859FCF4, ___stateData_4)); } inline U3CstateDataU3Ee__FixedBuffer_t2787302BA59351E19E145A047CD3C8B77EF2E395 get_stateData_4() const { return ___stateData_4; } inline U3CstateDataU3Ee__FixedBuffer_t2787302BA59351E19E145A047CD3C8B77EF2E395 * get_address_of_stateData_4() { return &___stateData_4; } inline void set_stateData_4(U3CstateDataU3Ee__FixedBuffer_t2787302BA59351E19E145A047CD3C8B77EF2E395 value) { ___stateData_4 = value; } }; // UnityEngine.InputSystem.LowLevel.DeviceConfigurationEvent struct DeviceConfigurationEvent_tDC02DCFF258048B1339F88ABA99A836A5F5470E0 { public: union { struct { union { #pragma pack(push, tp, 1) struct { // UnityEngine.InputSystem.LowLevel.InputEvent UnityEngine.InputSystem.LowLevel.DeviceConfigurationEvent::baseEvent InputEvent_t0E4B1A66D8B3273D8188F3902F40C5E8BFF6E234 ___baseEvent_1; }; #pragma pack(pop, tp) struct { InputEvent_t0E4B1A66D8B3273D8188F3902F40C5E8BFF6E234 ___baseEvent_1_forAlignmentOnly; }; }; }; uint8_t DeviceConfigurationEvent_tDC02DCFF258048B1339F88ABA99A836A5F5470E0__padding[20]; }; public: inline static int32_t get_offset_of_baseEvent_1() { return static_cast(offsetof(DeviceConfigurationEvent_tDC02DCFF258048B1339F88ABA99A836A5F5470E0, ___baseEvent_1)); } inline InputEvent_t0E4B1A66D8B3273D8188F3902F40C5E8BFF6E234 get_baseEvent_1() const { return ___baseEvent_1; } inline InputEvent_t0E4B1A66D8B3273D8188F3902F40C5E8BFF6E234 * get_address_of_baseEvent_1() { return &___baseEvent_1; } inline void set_baseEvent_1(InputEvent_t0E4B1A66D8B3273D8188F3902F40C5E8BFF6E234 value) { ___baseEvent_1 = value; } }; // UnityEngine.InputSystem.InputAction struct InputAction_t9AC3F79A5911EDC5CEB0BCD81640FDACA8DB0B0B : public RuntimeObject { public: // System.String UnityEngine.InputSystem.InputAction::m_Name String_t* ___m_Name_0; // UnityEngine.InputSystem.InputActionType UnityEngine.InputSystem.InputAction::m_Type int32_t ___m_Type_1; // System.String UnityEngine.InputSystem.InputAction::m_ExpectedControlType String_t* ___m_ExpectedControlType_2; // System.String UnityEngine.InputSystem.InputAction::m_Id String_t* ___m_Id_3; // System.String UnityEngine.InputSystem.InputAction::m_Processors String_t* ___m_Processors_4; // System.String UnityEngine.InputSystem.InputAction::m_Interactions String_t* ___m_Interactions_5; // UnityEngine.InputSystem.InputBinding[] UnityEngine.InputSystem.InputAction::m_SingletonActionBindings InputBindingU5BU5D_tFBF775077101E34ED6C54C4468F6E0722ECB2EF6* ___m_SingletonActionBindings_6; // UnityEngine.InputSystem.InputAction/ActionFlags UnityEngine.InputSystem.InputAction::m_Flags int32_t ___m_Flags_7; // System.Nullable`1 UnityEngine.InputSystem.InputAction::m_BindingMask Nullable_1_t2055E88624438E34B0C4AEB7B387170528759E07 ___m_BindingMask_8; // System.Int32 UnityEngine.InputSystem.InputAction::m_BindingsStartIndex int32_t ___m_BindingsStartIndex_9; // System.Int32 UnityEngine.InputSystem.InputAction::m_BindingsCount int32_t ___m_BindingsCount_10; // System.Int32 UnityEngine.InputSystem.InputAction::m_ControlStartIndex int32_t ___m_ControlStartIndex_11; // System.Int32 UnityEngine.InputSystem.InputAction::m_ControlCount int32_t ___m_ControlCount_12; // System.Int32 UnityEngine.InputSystem.InputAction::m_ActionIndexInState int32_t ___m_ActionIndexInState_13; // UnityEngine.InputSystem.InputActionMap UnityEngine.InputSystem.InputAction::m_ActionMap InputActionMap_t588F4834F020838C4E8AE148F8A42CC84FA75B44 * ___m_ActionMap_14; // UnityEngine.InputSystem.Utilities.CallbackArray`1> UnityEngine.InputSystem.InputAction::m_OnStarted CallbackArray_1_t9AA7F1C91BD426A599B158F2A207F494A0D431F1 ___m_OnStarted_15; // UnityEngine.InputSystem.Utilities.CallbackArray`1> UnityEngine.InputSystem.InputAction::m_OnCanceled CallbackArray_1_t9AA7F1C91BD426A599B158F2A207F494A0D431F1 ___m_OnCanceled_16; // UnityEngine.InputSystem.Utilities.CallbackArray`1> UnityEngine.InputSystem.InputAction::m_OnPerformed CallbackArray_1_t9AA7F1C91BD426A599B158F2A207F494A0D431F1 ___m_OnPerformed_17; public: inline static int32_t get_offset_of_m_Name_0() { return static_cast(offsetof(InputAction_t9AC3F79A5911EDC5CEB0BCD81640FDACA8DB0B0B, ___m_Name_0)); } inline String_t* get_m_Name_0() const { return ___m_Name_0; } inline String_t** get_address_of_m_Name_0() { return &___m_Name_0; } inline void set_m_Name_0(String_t* value) { ___m_Name_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Name_0), (void*)value); } inline static int32_t get_offset_of_m_Type_1() { return static_cast(offsetof(InputAction_t9AC3F79A5911EDC5CEB0BCD81640FDACA8DB0B0B, ___m_Type_1)); } inline int32_t get_m_Type_1() const { return ___m_Type_1; } inline int32_t* get_address_of_m_Type_1() { return &___m_Type_1; } inline void set_m_Type_1(int32_t value) { ___m_Type_1 = value; } inline static int32_t get_offset_of_m_ExpectedControlType_2() { return static_cast(offsetof(InputAction_t9AC3F79A5911EDC5CEB0BCD81640FDACA8DB0B0B, ___m_ExpectedControlType_2)); } inline String_t* get_m_ExpectedControlType_2() const { return ___m_ExpectedControlType_2; } inline String_t** get_address_of_m_ExpectedControlType_2() { return &___m_ExpectedControlType_2; } inline void set_m_ExpectedControlType_2(String_t* value) { ___m_ExpectedControlType_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_ExpectedControlType_2), (void*)value); } inline static int32_t get_offset_of_m_Id_3() { return static_cast(offsetof(InputAction_t9AC3F79A5911EDC5CEB0BCD81640FDACA8DB0B0B, ___m_Id_3)); } inline String_t* get_m_Id_3() const { return ___m_Id_3; } inline String_t** get_address_of_m_Id_3() { return &___m_Id_3; } inline void set_m_Id_3(String_t* value) { ___m_Id_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Id_3), (void*)value); } inline static int32_t get_offset_of_m_Processors_4() { return static_cast(offsetof(InputAction_t9AC3F79A5911EDC5CEB0BCD81640FDACA8DB0B0B, ___m_Processors_4)); } inline String_t* get_m_Processors_4() const { return ___m_Processors_4; } inline String_t** get_address_of_m_Processors_4() { return &___m_Processors_4; } inline void set_m_Processors_4(String_t* value) { ___m_Processors_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Processors_4), (void*)value); } inline static int32_t get_offset_of_m_Interactions_5() { return static_cast(offsetof(InputAction_t9AC3F79A5911EDC5CEB0BCD81640FDACA8DB0B0B, ___m_Interactions_5)); } inline String_t* get_m_Interactions_5() const { return ___m_Interactions_5; } inline String_t** get_address_of_m_Interactions_5() { return &___m_Interactions_5; } inline void set_m_Interactions_5(String_t* value) { ___m_Interactions_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Interactions_5), (void*)value); } inline static int32_t get_offset_of_m_SingletonActionBindings_6() { return static_cast(offsetof(InputAction_t9AC3F79A5911EDC5CEB0BCD81640FDACA8DB0B0B, ___m_SingletonActionBindings_6)); } inline InputBindingU5BU5D_tFBF775077101E34ED6C54C4468F6E0722ECB2EF6* get_m_SingletonActionBindings_6() const { return ___m_SingletonActionBindings_6; } inline InputBindingU5BU5D_tFBF775077101E34ED6C54C4468F6E0722ECB2EF6** get_address_of_m_SingletonActionBindings_6() { return &___m_SingletonActionBindings_6; } inline void set_m_SingletonActionBindings_6(InputBindingU5BU5D_tFBF775077101E34ED6C54C4468F6E0722ECB2EF6* value) { ___m_SingletonActionBindings_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_SingletonActionBindings_6), (void*)value); } inline static int32_t get_offset_of_m_Flags_7() { return static_cast(offsetof(InputAction_t9AC3F79A5911EDC5CEB0BCD81640FDACA8DB0B0B, ___m_Flags_7)); } inline int32_t get_m_Flags_7() const { return ___m_Flags_7; } inline int32_t* get_address_of_m_Flags_7() { return &___m_Flags_7; } inline void set_m_Flags_7(int32_t value) { ___m_Flags_7 = value; } inline static int32_t get_offset_of_m_BindingMask_8() { return static_cast(offsetof(InputAction_t9AC3F79A5911EDC5CEB0BCD81640FDACA8DB0B0B, ___m_BindingMask_8)); } inline Nullable_1_t2055E88624438E34B0C4AEB7B387170528759E07 get_m_BindingMask_8() const { return ___m_BindingMask_8; } inline Nullable_1_t2055E88624438E34B0C4AEB7B387170528759E07 * get_address_of_m_BindingMask_8() { return &___m_BindingMask_8; } inline void set_m_BindingMask_8(Nullable_1_t2055E88624438E34B0C4AEB7B387170528759E07 value) { ___m_BindingMask_8 = value; Il2CppCodeGenWriteBarrier((void**)&((&(((&___m_BindingMask_8))->___value_0))->___m_Name_2), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___m_BindingMask_8))->___value_0))->___m_Id_3), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___m_BindingMask_8))->___value_0))->___m_Path_4), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___m_BindingMask_8))->___value_0))->___m_Interactions_5), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___m_BindingMask_8))->___value_0))->___m_Processors_6), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___m_BindingMask_8))->___value_0))->___m_Groups_7), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___m_BindingMask_8))->___value_0))->___m_Action_8), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___m_BindingMask_8))->___value_0))->___m_OverridePath_10), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___m_BindingMask_8))->___value_0))->___m_OverrideInteractions_11), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___m_BindingMask_8))->___value_0))->___m_OverrideProcessors_12), (void*)NULL); #endif } inline static int32_t get_offset_of_m_BindingsStartIndex_9() { return static_cast(offsetof(InputAction_t9AC3F79A5911EDC5CEB0BCD81640FDACA8DB0B0B, ___m_BindingsStartIndex_9)); } inline int32_t get_m_BindingsStartIndex_9() const { return ___m_BindingsStartIndex_9; } inline int32_t* get_address_of_m_BindingsStartIndex_9() { return &___m_BindingsStartIndex_9; } inline void set_m_BindingsStartIndex_9(int32_t value) { ___m_BindingsStartIndex_9 = value; } inline static int32_t get_offset_of_m_BindingsCount_10() { return static_cast(offsetof(InputAction_t9AC3F79A5911EDC5CEB0BCD81640FDACA8DB0B0B, ___m_BindingsCount_10)); } inline int32_t get_m_BindingsCount_10() const { return ___m_BindingsCount_10; } inline int32_t* get_address_of_m_BindingsCount_10() { return &___m_BindingsCount_10; } inline void set_m_BindingsCount_10(int32_t value) { ___m_BindingsCount_10 = value; } inline static int32_t get_offset_of_m_ControlStartIndex_11() { return static_cast(offsetof(InputAction_t9AC3F79A5911EDC5CEB0BCD81640FDACA8DB0B0B, ___m_ControlStartIndex_11)); } inline int32_t get_m_ControlStartIndex_11() const { return ___m_ControlStartIndex_11; } inline int32_t* get_address_of_m_ControlStartIndex_11() { return &___m_ControlStartIndex_11; } inline void set_m_ControlStartIndex_11(int32_t value) { ___m_ControlStartIndex_11 = value; } inline static int32_t get_offset_of_m_ControlCount_12() { return static_cast(offsetof(InputAction_t9AC3F79A5911EDC5CEB0BCD81640FDACA8DB0B0B, ___m_ControlCount_12)); } inline int32_t get_m_ControlCount_12() const { return ___m_ControlCount_12; } inline int32_t* get_address_of_m_ControlCount_12() { return &___m_ControlCount_12; } inline void set_m_ControlCount_12(int32_t value) { ___m_ControlCount_12 = value; } inline static int32_t get_offset_of_m_ActionIndexInState_13() { return static_cast(offsetof(InputAction_t9AC3F79A5911EDC5CEB0BCD81640FDACA8DB0B0B, ___m_ActionIndexInState_13)); } inline int32_t get_m_ActionIndexInState_13() const { return ___m_ActionIndexInState_13; } inline int32_t* get_address_of_m_ActionIndexInState_13() { return &___m_ActionIndexInState_13; } inline void set_m_ActionIndexInState_13(int32_t value) { ___m_ActionIndexInState_13 = value; } inline static int32_t get_offset_of_m_ActionMap_14() { return static_cast(offsetof(InputAction_t9AC3F79A5911EDC5CEB0BCD81640FDACA8DB0B0B, ___m_ActionMap_14)); } inline InputActionMap_t588F4834F020838C4E8AE148F8A42CC84FA75B44 * get_m_ActionMap_14() const { return ___m_ActionMap_14; } inline InputActionMap_t588F4834F020838C4E8AE148F8A42CC84FA75B44 ** get_address_of_m_ActionMap_14() { return &___m_ActionMap_14; } inline void set_m_ActionMap_14(InputActionMap_t588F4834F020838C4E8AE148F8A42CC84FA75B44 * value) { ___m_ActionMap_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_ActionMap_14), (void*)value); } inline static int32_t get_offset_of_m_OnStarted_15() { return static_cast(offsetof(InputAction_t9AC3F79A5911EDC5CEB0BCD81640FDACA8DB0B0B, ___m_OnStarted_15)); } inline CallbackArray_1_t9AA7F1C91BD426A599B158F2A207F494A0D431F1 get_m_OnStarted_15() const { return ___m_OnStarted_15; } inline CallbackArray_1_t9AA7F1C91BD426A599B158F2A207F494A0D431F1 * get_address_of_m_OnStarted_15() { return &___m_OnStarted_15; } inline void set_m_OnStarted_15(CallbackArray_1_t9AA7F1C91BD426A599B158F2A207F494A0D431F1 value) { ___m_OnStarted_15 = value; Il2CppCodeGenWriteBarrier((void**)&((&(((&___m_OnStarted_15))->___m_Callbacks_1))->___firstValue_1), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___m_OnStarted_15))->___m_Callbacks_1))->___additionalValues_2), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___m_OnStarted_15))->___m_CallbacksToAdd_2))->___firstValue_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___m_OnStarted_15))->___m_CallbacksToAdd_2))->___additionalValues_2), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___m_OnStarted_15))->___m_CallbacksToRemove_3))->___firstValue_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___m_OnStarted_15))->___m_CallbacksToRemove_3))->___additionalValues_2), (void*)NULL); #endif } inline static int32_t get_offset_of_m_OnCanceled_16() { return static_cast(offsetof(InputAction_t9AC3F79A5911EDC5CEB0BCD81640FDACA8DB0B0B, ___m_OnCanceled_16)); } inline CallbackArray_1_t9AA7F1C91BD426A599B158F2A207F494A0D431F1 get_m_OnCanceled_16() const { return ___m_OnCanceled_16; } inline CallbackArray_1_t9AA7F1C91BD426A599B158F2A207F494A0D431F1 * get_address_of_m_OnCanceled_16() { return &___m_OnCanceled_16; } inline void set_m_OnCanceled_16(CallbackArray_1_t9AA7F1C91BD426A599B158F2A207F494A0D431F1 value) { ___m_OnCanceled_16 = value; Il2CppCodeGenWriteBarrier((void**)&((&(((&___m_OnCanceled_16))->___m_Callbacks_1))->___firstValue_1), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___m_OnCanceled_16))->___m_Callbacks_1))->___additionalValues_2), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___m_OnCanceled_16))->___m_CallbacksToAdd_2))->___firstValue_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___m_OnCanceled_16))->___m_CallbacksToAdd_2))->___additionalValues_2), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___m_OnCanceled_16))->___m_CallbacksToRemove_3))->___firstValue_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___m_OnCanceled_16))->___m_CallbacksToRemove_3))->___additionalValues_2), (void*)NULL); #endif } inline static int32_t get_offset_of_m_OnPerformed_17() { return static_cast(offsetof(InputAction_t9AC3F79A5911EDC5CEB0BCD81640FDACA8DB0B0B, ___m_OnPerformed_17)); } inline CallbackArray_1_t9AA7F1C91BD426A599B158F2A207F494A0D431F1 get_m_OnPerformed_17() const { return ___m_OnPerformed_17; } inline CallbackArray_1_t9AA7F1C91BD426A599B158F2A207F494A0D431F1 * get_address_of_m_OnPerformed_17() { return &___m_OnPerformed_17; } inline void set_m_OnPerformed_17(CallbackArray_1_t9AA7F1C91BD426A599B158F2A207F494A0D431F1 value) { ___m_OnPerformed_17 = value; Il2CppCodeGenWriteBarrier((void**)&((&(((&___m_OnPerformed_17))->___m_Callbacks_1))->___firstValue_1), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___m_OnPerformed_17))->___m_Callbacks_1))->___additionalValues_2), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___m_OnPerformed_17))->___m_CallbacksToAdd_2))->___firstValue_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___m_OnPerformed_17))->___m_CallbacksToAdd_2))->___additionalValues_2), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___m_OnPerformed_17))->___m_CallbacksToRemove_3))->___firstValue_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___m_OnPerformed_17))->___m_CallbacksToRemove_3))->___additionalValues_2), (void*)NULL); #endif } }; // UnityEngine.InputSystem.InputActionMap struct InputActionMap_t588F4834F020838C4E8AE148F8A42CC84FA75B44 : public RuntimeObject { public: // System.String UnityEngine.InputSystem.InputActionMap::m_Name String_t* ___m_Name_0; // System.String UnityEngine.InputSystem.InputActionMap::m_Id String_t* ___m_Id_1; // UnityEngine.InputSystem.InputActionAsset UnityEngine.InputSystem.InputActionMap::m_Asset InputActionAsset_t528ACD0ABA45255A4FD391F0C3D26B1B50B82B18 * ___m_Asset_2; // UnityEngine.InputSystem.InputAction[] UnityEngine.InputSystem.InputActionMap::m_Actions InputActionU5BU5D_tD3CFE5DE4AAAD0D056FE716A341869DC8352C3F7* ___m_Actions_3; // UnityEngine.InputSystem.InputBinding[] UnityEngine.InputSystem.InputActionMap::m_Bindings InputBindingU5BU5D_tFBF775077101E34ED6C54C4468F6E0722ECB2EF6* ___m_Bindings_4; // UnityEngine.InputSystem.InputBinding[] UnityEngine.InputSystem.InputActionMap::m_BindingsForEachAction InputBindingU5BU5D_tFBF775077101E34ED6C54C4468F6E0722ECB2EF6* ___m_BindingsForEachAction_5; // UnityEngine.InputSystem.InputControl[] UnityEngine.InputSystem.InputActionMap::m_ControlsForEachAction InputControlU5BU5D_tB874FECA56E2B08D3280F4174B988EA155E99680* ___m_ControlsForEachAction_6; // System.Int32 UnityEngine.InputSystem.InputActionMap::m_EnabledActionsCount int32_t ___m_EnabledActionsCount_7; // UnityEngine.InputSystem.InputAction UnityEngine.InputSystem.InputActionMap::m_SingletonAction InputAction_t9AC3F79A5911EDC5CEB0BCD81640FDACA8DB0B0B * ___m_SingletonAction_8; // System.Int32 UnityEngine.InputSystem.InputActionMap::m_MapIndexInState int32_t ___m_MapIndexInState_9; // UnityEngine.InputSystem.InputActionState UnityEngine.InputSystem.InputActionMap::m_State InputActionState_tBAB20591FD6515A6FF5D70EF641A423E270A33F9 * ___m_State_10; // System.Nullable`1 UnityEngine.InputSystem.InputActionMap::m_BindingMask Nullable_1_t2055E88624438E34B0C4AEB7B387170528759E07 ___m_BindingMask_11; // UnityEngine.InputSystem.InputActionMap/Flags UnityEngine.InputSystem.InputActionMap::m_Flags int32_t ___m_Flags_12; // System.Int32 UnityEngine.InputSystem.InputActionMap::m_ParameterOverridesCount int32_t ___m_ParameterOverridesCount_13; // UnityEngine.InputSystem.InputActionRebindingExtensions/ParameterOverride[] UnityEngine.InputSystem.InputActionMap::m_ParameterOverrides ParameterOverrideU5BU5D_tADBEDC81D75FD8D3447C1191A71102387A9154EE* ___m_ParameterOverrides_14; // UnityEngine.InputSystem.InputActionMap/DeviceArray UnityEngine.InputSystem.InputActionMap::m_Devices DeviceArray_tB70537FAE9D7016A8C78A29177C1FA1C3AF15B5A ___m_Devices_15; // UnityEngine.InputSystem.Utilities.CallbackArray`1> UnityEngine.InputSystem.InputActionMap::m_ActionCallbacks CallbackArray_1_t9AA7F1C91BD426A599B158F2A207F494A0D431F1 ___m_ActionCallbacks_16; // System.Collections.Generic.Dictionary`2 UnityEngine.InputSystem.InputActionMap::m_ActionIndexByNameOrId Dictionary_2_tC94E9875910491F8130C2DC8B11E4D1548A55162 * ___m_ActionIndexByNameOrId_17; public: inline static int32_t get_offset_of_m_Name_0() { return static_cast(offsetof(InputActionMap_t588F4834F020838C4E8AE148F8A42CC84FA75B44, ___m_Name_0)); } inline String_t* get_m_Name_0() const { return ___m_Name_0; } inline String_t** get_address_of_m_Name_0() { return &___m_Name_0; } inline void set_m_Name_0(String_t* value) { ___m_Name_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Name_0), (void*)value); } inline static int32_t get_offset_of_m_Id_1() { return static_cast(offsetof(InputActionMap_t588F4834F020838C4E8AE148F8A42CC84FA75B44, ___m_Id_1)); } inline String_t* get_m_Id_1() const { return ___m_Id_1; } inline String_t** get_address_of_m_Id_1() { return &___m_Id_1; } inline void set_m_Id_1(String_t* value) { ___m_Id_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Id_1), (void*)value); } inline static int32_t get_offset_of_m_Asset_2() { return static_cast(offsetof(InputActionMap_t588F4834F020838C4E8AE148F8A42CC84FA75B44, ___m_Asset_2)); } inline InputActionAsset_t528ACD0ABA45255A4FD391F0C3D26B1B50B82B18 * get_m_Asset_2() const { return ___m_Asset_2; } inline InputActionAsset_t528ACD0ABA45255A4FD391F0C3D26B1B50B82B18 ** get_address_of_m_Asset_2() { return &___m_Asset_2; } inline void set_m_Asset_2(InputActionAsset_t528ACD0ABA45255A4FD391F0C3D26B1B50B82B18 * value) { ___m_Asset_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Asset_2), (void*)value); } inline static int32_t get_offset_of_m_Actions_3() { return static_cast(offsetof(InputActionMap_t588F4834F020838C4E8AE148F8A42CC84FA75B44, ___m_Actions_3)); } inline InputActionU5BU5D_tD3CFE5DE4AAAD0D056FE716A341869DC8352C3F7* get_m_Actions_3() const { return ___m_Actions_3; } inline InputActionU5BU5D_tD3CFE5DE4AAAD0D056FE716A341869DC8352C3F7** get_address_of_m_Actions_3() { return &___m_Actions_3; } inline void set_m_Actions_3(InputActionU5BU5D_tD3CFE5DE4AAAD0D056FE716A341869DC8352C3F7* value) { ___m_Actions_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Actions_3), (void*)value); } inline static int32_t get_offset_of_m_Bindings_4() { return static_cast(offsetof(InputActionMap_t588F4834F020838C4E8AE148F8A42CC84FA75B44, ___m_Bindings_4)); } inline InputBindingU5BU5D_tFBF775077101E34ED6C54C4468F6E0722ECB2EF6* get_m_Bindings_4() const { return ___m_Bindings_4; } inline InputBindingU5BU5D_tFBF775077101E34ED6C54C4468F6E0722ECB2EF6** get_address_of_m_Bindings_4() { return &___m_Bindings_4; } inline void set_m_Bindings_4(InputBindingU5BU5D_tFBF775077101E34ED6C54C4468F6E0722ECB2EF6* value) { ___m_Bindings_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Bindings_4), (void*)value); } inline static int32_t get_offset_of_m_BindingsForEachAction_5() { return static_cast(offsetof(InputActionMap_t588F4834F020838C4E8AE148F8A42CC84FA75B44, ___m_BindingsForEachAction_5)); } inline InputBindingU5BU5D_tFBF775077101E34ED6C54C4468F6E0722ECB2EF6* get_m_BindingsForEachAction_5() const { return ___m_BindingsForEachAction_5; } inline InputBindingU5BU5D_tFBF775077101E34ED6C54C4468F6E0722ECB2EF6** get_address_of_m_BindingsForEachAction_5() { return &___m_BindingsForEachAction_5; } inline void set_m_BindingsForEachAction_5(InputBindingU5BU5D_tFBF775077101E34ED6C54C4468F6E0722ECB2EF6* value) { ___m_BindingsForEachAction_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_BindingsForEachAction_5), (void*)value); } inline static int32_t get_offset_of_m_ControlsForEachAction_6() { return static_cast(offsetof(InputActionMap_t588F4834F020838C4E8AE148F8A42CC84FA75B44, ___m_ControlsForEachAction_6)); } inline InputControlU5BU5D_tB874FECA56E2B08D3280F4174B988EA155E99680* get_m_ControlsForEachAction_6() const { return ___m_ControlsForEachAction_6; } inline InputControlU5BU5D_tB874FECA56E2B08D3280F4174B988EA155E99680** get_address_of_m_ControlsForEachAction_6() { return &___m_ControlsForEachAction_6; } inline void set_m_ControlsForEachAction_6(InputControlU5BU5D_tB874FECA56E2B08D3280F4174B988EA155E99680* value) { ___m_ControlsForEachAction_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_ControlsForEachAction_6), (void*)value); } inline static int32_t get_offset_of_m_EnabledActionsCount_7() { return static_cast(offsetof(InputActionMap_t588F4834F020838C4E8AE148F8A42CC84FA75B44, ___m_EnabledActionsCount_7)); } inline int32_t get_m_EnabledActionsCount_7() const { return ___m_EnabledActionsCount_7; } inline int32_t* get_address_of_m_EnabledActionsCount_7() { return &___m_EnabledActionsCount_7; } inline void set_m_EnabledActionsCount_7(int32_t value) { ___m_EnabledActionsCount_7 = value; } inline static int32_t get_offset_of_m_SingletonAction_8() { return static_cast(offsetof(InputActionMap_t588F4834F020838C4E8AE148F8A42CC84FA75B44, ___m_SingletonAction_8)); } inline InputAction_t9AC3F79A5911EDC5CEB0BCD81640FDACA8DB0B0B * get_m_SingletonAction_8() const { return ___m_SingletonAction_8; } inline InputAction_t9AC3F79A5911EDC5CEB0BCD81640FDACA8DB0B0B ** get_address_of_m_SingletonAction_8() { return &___m_SingletonAction_8; } inline void set_m_SingletonAction_8(InputAction_t9AC3F79A5911EDC5CEB0BCD81640FDACA8DB0B0B * value) { ___m_SingletonAction_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_SingletonAction_8), (void*)value); } inline static int32_t get_offset_of_m_MapIndexInState_9() { return static_cast(offsetof(InputActionMap_t588F4834F020838C4E8AE148F8A42CC84FA75B44, ___m_MapIndexInState_9)); } inline int32_t get_m_MapIndexInState_9() const { return ___m_MapIndexInState_9; } inline int32_t* get_address_of_m_MapIndexInState_9() { return &___m_MapIndexInState_9; } inline void set_m_MapIndexInState_9(int32_t value) { ___m_MapIndexInState_9 = value; } inline static int32_t get_offset_of_m_State_10() { return static_cast(offsetof(InputActionMap_t588F4834F020838C4E8AE148F8A42CC84FA75B44, ___m_State_10)); } inline InputActionState_tBAB20591FD6515A6FF5D70EF641A423E270A33F9 * get_m_State_10() const { return ___m_State_10; } inline InputActionState_tBAB20591FD6515A6FF5D70EF641A423E270A33F9 ** get_address_of_m_State_10() { return &___m_State_10; } inline void set_m_State_10(InputActionState_tBAB20591FD6515A6FF5D70EF641A423E270A33F9 * value) { ___m_State_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_State_10), (void*)value); } inline static int32_t get_offset_of_m_BindingMask_11() { return static_cast(offsetof(InputActionMap_t588F4834F020838C4E8AE148F8A42CC84FA75B44, ___m_BindingMask_11)); } inline Nullable_1_t2055E88624438E34B0C4AEB7B387170528759E07 get_m_BindingMask_11() const { return ___m_BindingMask_11; } inline Nullable_1_t2055E88624438E34B0C4AEB7B387170528759E07 * get_address_of_m_BindingMask_11() { return &___m_BindingMask_11; } inline void set_m_BindingMask_11(Nullable_1_t2055E88624438E34B0C4AEB7B387170528759E07 value) { ___m_BindingMask_11 = value; Il2CppCodeGenWriteBarrier((void**)&((&(((&___m_BindingMask_11))->___value_0))->___m_Name_2), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___m_BindingMask_11))->___value_0))->___m_Id_3), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___m_BindingMask_11))->___value_0))->___m_Path_4), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___m_BindingMask_11))->___value_0))->___m_Interactions_5), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___m_BindingMask_11))->___value_0))->___m_Processors_6), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___m_BindingMask_11))->___value_0))->___m_Groups_7), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___m_BindingMask_11))->___value_0))->___m_Action_8), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___m_BindingMask_11))->___value_0))->___m_OverridePath_10), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___m_BindingMask_11))->___value_0))->___m_OverrideInteractions_11), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___m_BindingMask_11))->___value_0))->___m_OverrideProcessors_12), (void*)NULL); #endif } inline static int32_t get_offset_of_m_Flags_12() { return static_cast(offsetof(InputActionMap_t588F4834F020838C4E8AE148F8A42CC84FA75B44, ___m_Flags_12)); } inline int32_t get_m_Flags_12() const { return ___m_Flags_12; } inline int32_t* get_address_of_m_Flags_12() { return &___m_Flags_12; } inline void set_m_Flags_12(int32_t value) { ___m_Flags_12 = value; } inline static int32_t get_offset_of_m_ParameterOverridesCount_13() { return static_cast(offsetof(InputActionMap_t588F4834F020838C4E8AE148F8A42CC84FA75B44, ___m_ParameterOverridesCount_13)); } inline int32_t get_m_ParameterOverridesCount_13() const { return ___m_ParameterOverridesCount_13; } inline int32_t* get_address_of_m_ParameterOverridesCount_13() { return &___m_ParameterOverridesCount_13; } inline void set_m_ParameterOverridesCount_13(int32_t value) { ___m_ParameterOverridesCount_13 = value; } inline static int32_t get_offset_of_m_ParameterOverrides_14() { return static_cast(offsetof(InputActionMap_t588F4834F020838C4E8AE148F8A42CC84FA75B44, ___m_ParameterOverrides_14)); } inline ParameterOverrideU5BU5D_tADBEDC81D75FD8D3447C1191A71102387A9154EE* get_m_ParameterOverrides_14() const { return ___m_ParameterOverrides_14; } inline ParameterOverrideU5BU5D_tADBEDC81D75FD8D3447C1191A71102387A9154EE** get_address_of_m_ParameterOverrides_14() { return &___m_ParameterOverrides_14; } inline void set_m_ParameterOverrides_14(ParameterOverrideU5BU5D_tADBEDC81D75FD8D3447C1191A71102387A9154EE* value) { ___m_ParameterOverrides_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_ParameterOverrides_14), (void*)value); } inline static int32_t get_offset_of_m_Devices_15() { return static_cast(offsetof(InputActionMap_t588F4834F020838C4E8AE148F8A42CC84FA75B44, ___m_Devices_15)); } inline DeviceArray_tB70537FAE9D7016A8C78A29177C1FA1C3AF15B5A get_m_Devices_15() const { return ___m_Devices_15; } inline DeviceArray_tB70537FAE9D7016A8C78A29177C1FA1C3AF15B5A * get_address_of_m_Devices_15() { return &___m_Devices_15; } inline void set_m_Devices_15(DeviceArray_tB70537FAE9D7016A8C78A29177C1FA1C3AF15B5A value) { ___m_Devices_15 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___m_Devices_15))->___m_DeviceArray_2), (void*)NULL); } inline static int32_t get_offset_of_m_ActionCallbacks_16() { return static_cast(offsetof(InputActionMap_t588F4834F020838C4E8AE148F8A42CC84FA75B44, ___m_ActionCallbacks_16)); } inline CallbackArray_1_t9AA7F1C91BD426A599B158F2A207F494A0D431F1 get_m_ActionCallbacks_16() const { return ___m_ActionCallbacks_16; } inline CallbackArray_1_t9AA7F1C91BD426A599B158F2A207F494A0D431F1 * get_address_of_m_ActionCallbacks_16() { return &___m_ActionCallbacks_16; } inline void set_m_ActionCallbacks_16(CallbackArray_1_t9AA7F1C91BD426A599B158F2A207F494A0D431F1 value) { ___m_ActionCallbacks_16 = value; Il2CppCodeGenWriteBarrier((void**)&((&(((&___m_ActionCallbacks_16))->___m_Callbacks_1))->___firstValue_1), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___m_ActionCallbacks_16))->___m_Callbacks_1))->___additionalValues_2), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___m_ActionCallbacks_16))->___m_CallbacksToAdd_2))->___firstValue_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___m_ActionCallbacks_16))->___m_CallbacksToAdd_2))->___additionalValues_2), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___m_ActionCallbacks_16))->___m_CallbacksToRemove_3))->___firstValue_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___m_ActionCallbacks_16))->___m_CallbacksToRemove_3))->___additionalValues_2), (void*)NULL); #endif } inline static int32_t get_offset_of_m_ActionIndexByNameOrId_17() { return static_cast(offsetof(InputActionMap_t588F4834F020838C4E8AE148F8A42CC84FA75B44, ___m_ActionIndexByNameOrId_17)); } inline Dictionary_2_tC94E9875910491F8130C2DC8B11E4D1548A55162 * get_m_ActionIndexByNameOrId_17() const { return ___m_ActionIndexByNameOrId_17; } inline Dictionary_2_tC94E9875910491F8130C2DC8B11E4D1548A55162 ** get_address_of_m_ActionIndexByNameOrId_17() { return &___m_ActionIndexByNameOrId_17; } inline void set_m_ActionIndexByNameOrId_17(Dictionary_2_tC94E9875910491F8130C2DC8B11E4D1548A55162 * value) { ___m_ActionIndexByNameOrId_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_ActionIndexByNameOrId_17), (void*)value); } }; // UnityEngine.InputSystem.InputBindingResolver struct InputBindingResolver_t2C6E9248D2A2E93DCD92236A71BF0DDA83778720 { public: // System.Int32 UnityEngine.InputSystem.InputBindingResolver::totalProcessorCount int32_t ___totalProcessorCount_0; // System.Int32 UnityEngine.InputSystem.InputBindingResolver::totalCompositeCount int32_t ___totalCompositeCount_1; // System.Int32 UnityEngine.InputSystem.InputBindingResolver::totalInteractionCount int32_t ___totalInteractionCount_2; // UnityEngine.InputSystem.InputActionMap[] UnityEngine.InputSystem.InputBindingResolver::maps InputActionMapU5BU5D_t31943BDD82120CBC1067BC90B51BCDEF32226609* ___maps_3; // UnityEngine.InputSystem.InputControl[] UnityEngine.InputSystem.InputBindingResolver::controls InputControlU5BU5D_tB874FECA56E2B08D3280F4174B988EA155E99680* ___controls_4; // UnityEngine.InputSystem.InputActionState/UnmanagedMemory UnityEngine.InputSystem.InputBindingResolver::memory UnmanagedMemory_tEFEC9104756D90F1ECBC9A1BFFBCDD0423D2DB79 ___memory_5; // UnityEngine.InputSystem.IInputInteraction[] UnityEngine.InputSystem.InputBindingResolver::interactions IInputInteractionU5BU5D_t9766C7D49E9505A3D2D3D69481F14808988287DA* ___interactions_6; // UnityEngine.InputSystem.InputProcessor[] UnityEngine.InputSystem.InputBindingResolver::processors InputProcessorU5BU5D_t6C9B3D9B68534217E9628B72E54D186B839399A0* ___processors_7; // UnityEngine.InputSystem.InputBindingComposite[] UnityEngine.InputSystem.InputBindingResolver::composites InputBindingCompositeU5BU5D_tA39005B1C18E39B68364430213FAAD8B58DC9083* ___composites_8; // System.Nullable`1 UnityEngine.InputSystem.InputBindingResolver::bindingMask Nullable_1_t2055E88624438E34B0C4AEB7B387170528759E07 ___bindingMask_9; // System.Boolean UnityEngine.InputSystem.InputBindingResolver::m_IsControlOnlyResolve bool ___m_IsControlOnlyResolve_10; // System.Collections.Generic.List`1 UnityEngine.InputSystem.InputBindingResolver::m_Parameters List_1_tCBF5EB99F2E538DCB47A8C835DD4B9C024879393 * ___m_Parameters_11; public: inline static int32_t get_offset_of_totalProcessorCount_0() { return static_cast(offsetof(InputBindingResolver_t2C6E9248D2A2E93DCD92236A71BF0DDA83778720, ___totalProcessorCount_0)); } inline int32_t get_totalProcessorCount_0() const { return ___totalProcessorCount_0; } inline int32_t* get_address_of_totalProcessorCount_0() { return &___totalProcessorCount_0; } inline void set_totalProcessorCount_0(int32_t value) { ___totalProcessorCount_0 = value; } inline static int32_t get_offset_of_totalCompositeCount_1() { return static_cast(offsetof(InputBindingResolver_t2C6E9248D2A2E93DCD92236A71BF0DDA83778720, ___totalCompositeCount_1)); } inline int32_t get_totalCompositeCount_1() const { return ___totalCompositeCount_1; } inline int32_t* get_address_of_totalCompositeCount_1() { return &___totalCompositeCount_1; } inline void set_totalCompositeCount_1(int32_t value) { ___totalCompositeCount_1 = value; } inline static int32_t get_offset_of_totalInteractionCount_2() { return static_cast(offsetof(InputBindingResolver_t2C6E9248D2A2E93DCD92236A71BF0DDA83778720, ___totalInteractionCount_2)); } inline int32_t get_totalInteractionCount_2() const { return ___totalInteractionCount_2; } inline int32_t* get_address_of_totalInteractionCount_2() { return &___totalInteractionCount_2; } inline void set_totalInteractionCount_2(int32_t value) { ___totalInteractionCount_2 = value; } inline static int32_t get_offset_of_maps_3() { return static_cast(offsetof(InputBindingResolver_t2C6E9248D2A2E93DCD92236A71BF0DDA83778720, ___maps_3)); } inline InputActionMapU5BU5D_t31943BDD82120CBC1067BC90B51BCDEF32226609* get_maps_3() const { return ___maps_3; } inline InputActionMapU5BU5D_t31943BDD82120CBC1067BC90B51BCDEF32226609** get_address_of_maps_3() { return &___maps_3; } inline void set_maps_3(InputActionMapU5BU5D_t31943BDD82120CBC1067BC90B51BCDEF32226609* value) { ___maps_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___maps_3), (void*)value); } inline static int32_t get_offset_of_controls_4() { return static_cast(offsetof(InputBindingResolver_t2C6E9248D2A2E93DCD92236A71BF0DDA83778720, ___controls_4)); } inline InputControlU5BU5D_tB874FECA56E2B08D3280F4174B988EA155E99680* get_controls_4() const { return ___controls_4; } inline InputControlU5BU5D_tB874FECA56E2B08D3280F4174B988EA155E99680** get_address_of_controls_4() { return &___controls_4; } inline void set_controls_4(InputControlU5BU5D_tB874FECA56E2B08D3280F4174B988EA155E99680* value) { ___controls_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___controls_4), (void*)value); } inline static int32_t get_offset_of_memory_5() { return static_cast(offsetof(InputBindingResolver_t2C6E9248D2A2E93DCD92236A71BF0DDA83778720, ___memory_5)); } inline UnmanagedMemory_tEFEC9104756D90F1ECBC9A1BFFBCDD0423D2DB79 get_memory_5() const { return ___memory_5; } inline UnmanagedMemory_tEFEC9104756D90F1ECBC9A1BFFBCDD0423D2DB79 * get_address_of_memory_5() { return &___memory_5; } inline void set_memory_5(UnmanagedMemory_tEFEC9104756D90F1ECBC9A1BFFBCDD0423D2DB79 value) { ___memory_5 = value; } inline static int32_t get_offset_of_interactions_6() { return static_cast(offsetof(InputBindingResolver_t2C6E9248D2A2E93DCD92236A71BF0DDA83778720, ___interactions_6)); } inline IInputInteractionU5BU5D_t9766C7D49E9505A3D2D3D69481F14808988287DA* get_interactions_6() const { return ___interactions_6; } inline IInputInteractionU5BU5D_t9766C7D49E9505A3D2D3D69481F14808988287DA** get_address_of_interactions_6() { return &___interactions_6; } inline void set_interactions_6(IInputInteractionU5BU5D_t9766C7D49E9505A3D2D3D69481F14808988287DA* value) { ___interactions_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___interactions_6), (void*)value); } inline static int32_t get_offset_of_processors_7() { return static_cast(offsetof(InputBindingResolver_t2C6E9248D2A2E93DCD92236A71BF0DDA83778720, ___processors_7)); } inline InputProcessorU5BU5D_t6C9B3D9B68534217E9628B72E54D186B839399A0* get_processors_7() const { return ___processors_7; } inline InputProcessorU5BU5D_t6C9B3D9B68534217E9628B72E54D186B839399A0** get_address_of_processors_7() { return &___processors_7; } inline void set_processors_7(InputProcessorU5BU5D_t6C9B3D9B68534217E9628B72E54D186B839399A0* value) { ___processors_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___processors_7), (void*)value); } inline static int32_t get_offset_of_composites_8() { return static_cast(offsetof(InputBindingResolver_t2C6E9248D2A2E93DCD92236A71BF0DDA83778720, ___composites_8)); } inline InputBindingCompositeU5BU5D_tA39005B1C18E39B68364430213FAAD8B58DC9083* get_composites_8() const { return ___composites_8; } inline InputBindingCompositeU5BU5D_tA39005B1C18E39B68364430213FAAD8B58DC9083** get_address_of_composites_8() { return &___composites_8; } inline void set_composites_8(InputBindingCompositeU5BU5D_tA39005B1C18E39B68364430213FAAD8B58DC9083* value) { ___composites_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___composites_8), (void*)value); } inline static int32_t get_offset_of_bindingMask_9() { return static_cast(offsetof(InputBindingResolver_t2C6E9248D2A2E93DCD92236A71BF0DDA83778720, ___bindingMask_9)); } inline Nullable_1_t2055E88624438E34B0C4AEB7B387170528759E07 get_bindingMask_9() const { return ___bindingMask_9; } inline Nullable_1_t2055E88624438E34B0C4AEB7B387170528759E07 * get_address_of_bindingMask_9() { return &___bindingMask_9; } inline void set_bindingMask_9(Nullable_1_t2055E88624438E34B0C4AEB7B387170528759E07 value) { ___bindingMask_9 = value; Il2CppCodeGenWriteBarrier((void**)&((&(((&___bindingMask_9))->___value_0))->___m_Name_2), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___bindingMask_9))->___value_0))->___m_Id_3), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___bindingMask_9))->___value_0))->___m_Path_4), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___bindingMask_9))->___value_0))->___m_Interactions_5), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___bindingMask_9))->___value_0))->___m_Processors_6), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___bindingMask_9))->___value_0))->___m_Groups_7), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___bindingMask_9))->___value_0))->___m_Action_8), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___bindingMask_9))->___value_0))->___m_OverridePath_10), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___bindingMask_9))->___value_0))->___m_OverrideInteractions_11), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___bindingMask_9))->___value_0))->___m_OverrideProcessors_12), (void*)NULL); #endif } inline static int32_t get_offset_of_m_IsControlOnlyResolve_10() { return static_cast(offsetof(InputBindingResolver_t2C6E9248D2A2E93DCD92236A71BF0DDA83778720, ___m_IsControlOnlyResolve_10)); } inline bool get_m_IsControlOnlyResolve_10() const { return ___m_IsControlOnlyResolve_10; } inline bool* get_address_of_m_IsControlOnlyResolve_10() { return &___m_IsControlOnlyResolve_10; } inline void set_m_IsControlOnlyResolve_10(bool value) { ___m_IsControlOnlyResolve_10 = value; } inline static int32_t get_offset_of_m_Parameters_11() { return static_cast(offsetof(InputBindingResolver_t2C6E9248D2A2E93DCD92236A71BF0DDA83778720, ___m_Parameters_11)); } inline List_1_tCBF5EB99F2E538DCB47A8C835DD4B9C024879393 * get_m_Parameters_11() const { return ___m_Parameters_11; } inline List_1_tCBF5EB99F2E538DCB47A8C835DD4B9C024879393 ** get_address_of_m_Parameters_11() { return &___m_Parameters_11; } inline void set_m_Parameters_11(List_1_tCBF5EB99F2E538DCB47A8C835DD4B9C024879393 * value) { ___m_Parameters_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Parameters_11), (void*)value); } }; // Native definition for P/Invoke marshalling of UnityEngine.InputSystem.InputBindingResolver struct InputBindingResolver_t2C6E9248D2A2E93DCD92236A71BF0DDA83778720_marshaled_pinvoke { int32_t ___totalProcessorCount_0; int32_t ___totalCompositeCount_1; int32_t ___totalInteractionCount_2; InputActionMapU5BU5D_t31943BDD82120CBC1067BC90B51BCDEF32226609* ___maps_3; InputControlU5BU5D_tB874FECA56E2B08D3280F4174B988EA155E99680* ___controls_4; UnmanagedMemory_tEFEC9104756D90F1ECBC9A1BFFBCDD0423D2DB79_marshaled_pinvoke ___memory_5; IInputInteractionU5BU5D_t9766C7D49E9505A3D2D3D69481F14808988287DA* ___interactions_6; InputProcessorU5BU5D_t6C9B3D9B68534217E9628B72E54D186B839399A0* ___processors_7; InputBindingCompositeU5BU5D_tA39005B1C18E39B68364430213FAAD8B58DC9083* ___composites_8; Nullable_1_t2055E88624438E34B0C4AEB7B387170528759E07 ___bindingMask_9; int32_t ___m_IsControlOnlyResolve_10; List_1_tCBF5EB99F2E538DCB47A8C835DD4B9C024879393 * ___m_Parameters_11; }; // Native definition for COM marshalling of UnityEngine.InputSystem.InputBindingResolver struct InputBindingResolver_t2C6E9248D2A2E93DCD92236A71BF0DDA83778720_marshaled_com { int32_t ___totalProcessorCount_0; int32_t ___totalCompositeCount_1; int32_t ___totalInteractionCount_2; InputActionMapU5BU5D_t31943BDD82120CBC1067BC90B51BCDEF32226609* ___maps_3; InputControlU5BU5D_tB874FECA56E2B08D3280F4174B988EA155E99680* ___controls_4; UnmanagedMemory_tEFEC9104756D90F1ECBC9A1BFFBCDD0423D2DB79_marshaled_com ___memory_5; IInputInteractionU5BU5D_t9766C7D49E9505A3D2D3D69481F14808988287DA* ___interactions_6; InputProcessorU5BU5D_t6C9B3D9B68534217E9628B72E54D186B839399A0* ___processors_7; InputBindingCompositeU5BU5D_tA39005B1C18E39B68364430213FAAD8B58DC9083* ___composites_8; Nullable_1_t2055E88624438E34B0C4AEB7B387170528759E07 ___bindingMask_9; int32_t ___m_IsControlOnlyResolve_10; List_1_tCBF5EB99F2E538DCB47A8C835DD4B9C024879393 * ___m_Parameters_11; }; // UnityEngine.InputSystem.InputDevice struct InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 : public InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 { public: // 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_tBE78411023CFED0A42110A1357D65BD6E5EDBB58 ___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_t1EAE8433C8EF7C76894673801EE0EE9F6833E9A4* ___m_AliasesForEachControl_31; // UnityEngine.InputSystem.Utilities.InternedString[] UnityEngine.InputSystem.InputDevice::m_UsagesForEachControl InternedStringU5BU5D_t1EAE8433C8EF7C76894673801EE0EE9F6833E9A4* ___m_UsagesForEachControl_32; // UnityEngine.InputSystem.InputControl[] UnityEngine.InputSystem.InputDevice::m_UsageToControl InputControlU5BU5D_tB874FECA56E2B08D3280F4174B988EA155E99680* ___m_UsageToControl_33; // UnityEngine.InputSystem.InputControl[] UnityEngine.InputSystem.InputDevice::m_ChildrenForEachControl InputControlU5BU5D_tB874FECA56E2B08D3280F4174B988EA155E99680* ___m_ChildrenForEachControl_34; // System.UInt32[] UnityEngine.InputSystem.InputDevice::m_StateOffsetToControlMap UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___m_StateOffsetToControlMap_35; public: inline static int32_t get_offset_of_m_DeviceFlags_24() { return static_cast(offsetof(InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87, ___m_DeviceFlags_24)); } inline int32_t get_m_DeviceFlags_24() const { return ___m_DeviceFlags_24; } inline int32_t* get_address_of_m_DeviceFlags_24() { return &___m_DeviceFlags_24; } inline void set_m_DeviceFlags_24(int32_t value) { ___m_DeviceFlags_24 = value; } inline static int32_t get_offset_of_m_DeviceId_25() { return static_cast(offsetof(InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87, ___m_DeviceId_25)); } inline int32_t get_m_DeviceId_25() const { return ___m_DeviceId_25; } inline int32_t* get_address_of_m_DeviceId_25() { return &___m_DeviceId_25; } inline void set_m_DeviceId_25(int32_t value) { ___m_DeviceId_25 = value; } inline static int32_t get_offset_of_m_ParticipantId_26() { return static_cast(offsetof(InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87, ___m_ParticipantId_26)); } inline int32_t get_m_ParticipantId_26() const { return ___m_ParticipantId_26; } inline int32_t* get_address_of_m_ParticipantId_26() { return &___m_ParticipantId_26; } inline void set_m_ParticipantId_26(int32_t value) { ___m_ParticipantId_26 = value; } inline static int32_t get_offset_of_m_DeviceIndex_27() { return static_cast(offsetof(InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87, ___m_DeviceIndex_27)); } inline int32_t get_m_DeviceIndex_27() const { return ___m_DeviceIndex_27; } inline int32_t* get_address_of_m_DeviceIndex_27() { return &___m_DeviceIndex_27; } inline void set_m_DeviceIndex_27(int32_t value) { ___m_DeviceIndex_27 = value; } inline static int32_t get_offset_of_m_Description_28() { return static_cast(offsetof(InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87, ___m_Description_28)); } inline InputDeviceDescription_tBE78411023CFED0A42110A1357D65BD6E5EDBB58 get_m_Description_28() const { return ___m_Description_28; } inline InputDeviceDescription_tBE78411023CFED0A42110A1357D65BD6E5EDBB58 * get_address_of_m_Description_28() { return &___m_Description_28; } inline void set_m_Description_28(InputDeviceDescription_tBE78411023CFED0A42110A1357D65BD6E5EDBB58 value) { ___m_Description_28 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___m_Description_28))->___m_InterfaceName_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___m_Description_28))->___m_DeviceClass_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___m_Description_28))->___m_Manufacturer_2), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___m_Description_28))->___m_Product_3), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___m_Description_28))->___m_Serial_4), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___m_Description_28))->___m_Version_5), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___m_Description_28))->___m_Capabilities_6), (void*)NULL); #endif } inline static int32_t get_offset_of_m_LastUpdateTimeInternal_29() { return static_cast(offsetof(InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87, ___m_LastUpdateTimeInternal_29)); } inline double get_m_LastUpdateTimeInternal_29() const { return ___m_LastUpdateTimeInternal_29; } inline double* get_address_of_m_LastUpdateTimeInternal_29() { return &___m_LastUpdateTimeInternal_29; } inline void set_m_LastUpdateTimeInternal_29(double value) { ___m_LastUpdateTimeInternal_29 = value; } inline static int32_t get_offset_of_m_CurrentUpdateStepCount_30() { return static_cast(offsetof(InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87, ___m_CurrentUpdateStepCount_30)); } inline uint32_t get_m_CurrentUpdateStepCount_30() const { return ___m_CurrentUpdateStepCount_30; } inline uint32_t* get_address_of_m_CurrentUpdateStepCount_30() { return &___m_CurrentUpdateStepCount_30; } inline void set_m_CurrentUpdateStepCount_30(uint32_t value) { ___m_CurrentUpdateStepCount_30 = value; } inline static int32_t get_offset_of_m_AliasesForEachControl_31() { return static_cast(offsetof(InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87, ___m_AliasesForEachControl_31)); } inline InternedStringU5BU5D_t1EAE8433C8EF7C76894673801EE0EE9F6833E9A4* get_m_AliasesForEachControl_31() const { return ___m_AliasesForEachControl_31; } inline InternedStringU5BU5D_t1EAE8433C8EF7C76894673801EE0EE9F6833E9A4** get_address_of_m_AliasesForEachControl_31() { return &___m_AliasesForEachControl_31; } inline void set_m_AliasesForEachControl_31(InternedStringU5BU5D_t1EAE8433C8EF7C76894673801EE0EE9F6833E9A4* value) { ___m_AliasesForEachControl_31 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_AliasesForEachControl_31), (void*)value); } inline static int32_t get_offset_of_m_UsagesForEachControl_32() { return static_cast(offsetof(InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87, ___m_UsagesForEachControl_32)); } inline InternedStringU5BU5D_t1EAE8433C8EF7C76894673801EE0EE9F6833E9A4* get_m_UsagesForEachControl_32() const { return ___m_UsagesForEachControl_32; } inline InternedStringU5BU5D_t1EAE8433C8EF7C76894673801EE0EE9F6833E9A4** get_address_of_m_UsagesForEachControl_32() { return &___m_UsagesForEachControl_32; } inline void set_m_UsagesForEachControl_32(InternedStringU5BU5D_t1EAE8433C8EF7C76894673801EE0EE9F6833E9A4* value) { ___m_UsagesForEachControl_32 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_UsagesForEachControl_32), (void*)value); } inline static int32_t get_offset_of_m_UsageToControl_33() { return static_cast(offsetof(InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87, ___m_UsageToControl_33)); } inline InputControlU5BU5D_tB874FECA56E2B08D3280F4174B988EA155E99680* get_m_UsageToControl_33() const { return ___m_UsageToControl_33; } inline InputControlU5BU5D_tB874FECA56E2B08D3280F4174B988EA155E99680** get_address_of_m_UsageToControl_33() { return &___m_UsageToControl_33; } inline void set_m_UsageToControl_33(InputControlU5BU5D_tB874FECA56E2B08D3280F4174B988EA155E99680* value) { ___m_UsageToControl_33 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_UsageToControl_33), (void*)value); } inline static int32_t get_offset_of_m_ChildrenForEachControl_34() { return static_cast(offsetof(InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87, ___m_ChildrenForEachControl_34)); } inline InputControlU5BU5D_tB874FECA56E2B08D3280F4174B988EA155E99680* get_m_ChildrenForEachControl_34() const { return ___m_ChildrenForEachControl_34; } inline InputControlU5BU5D_tB874FECA56E2B08D3280F4174B988EA155E99680** get_address_of_m_ChildrenForEachControl_34() { return &___m_ChildrenForEachControl_34; } inline void set_m_ChildrenForEachControl_34(InputControlU5BU5D_tB874FECA56E2B08D3280F4174B988EA155E99680* value) { ___m_ChildrenForEachControl_34 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_ChildrenForEachControl_34), (void*)value); } inline static int32_t get_offset_of_m_StateOffsetToControlMap_35() { return static_cast(offsetof(InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87, ___m_StateOffsetToControlMap_35)); } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* get_m_StateOffsetToControlMap_35() const { return ___m_StateOffsetToControlMap_35; } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF** get_address_of_m_StateOffsetToControlMap_35() { return &___m_StateOffsetToControlMap_35; } inline void set_m_StateOffsetToControlMap_35(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* value) { ___m_StateOffsetToControlMap_35 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_StateOffsetToControlMap_35), (void*)value); } }; // UnityEngine.InputSystem.LowLevel.InputEventStream struct InputEventStream_t865DFD318AD1B67CF6D3701A97711E1EE6EE6755 { public: // UnityEngine.InputSystem.LowLevel.InputEventBuffer UnityEngine.InputSystem.LowLevel.InputEventStream::m_NativeBuffer InputEventBuffer_t5837FA1A7F4845FA074AD7A3C2761725E2761CCA ___m_NativeBuffer_0; // UnityEngine.InputSystem.LowLevel.InputEvent* UnityEngine.InputSystem.LowLevel.InputEventStream::m_CurrentNativeEventReadPtr InputEvent_t0E4B1A66D8B3273D8188F3902F40C5E8BFF6E234 * ___m_CurrentNativeEventReadPtr_1; // UnityEngine.InputSystem.LowLevel.InputEvent* UnityEngine.InputSystem.LowLevel.InputEventStream::m_CurrentNativeEventWritePtr InputEvent_t0E4B1A66D8B3273D8188F3902F40C5E8BFF6E234 * ___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_t5837FA1A7F4845FA074AD7A3C2761725E2761CCA ___m_AppendBuffer_5; // UnityEngine.InputSystem.LowLevel.InputEvent* UnityEngine.InputSystem.LowLevel.InputEventStream::m_CurrentAppendEventReadPtr InputEvent_t0E4B1A66D8B3273D8188F3902F40C5E8BFF6E234 * ___m_CurrentAppendEventReadPtr_6; // UnityEngine.InputSystem.LowLevel.InputEvent* UnityEngine.InputSystem.LowLevel.InputEventStream::m_CurrentAppendEventWritePtr InputEvent_t0E4B1A66D8B3273D8188F3902F40C5E8BFF6E234 * ___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; public: inline static int32_t get_offset_of_m_NativeBuffer_0() { return static_cast(offsetof(InputEventStream_t865DFD318AD1B67CF6D3701A97711E1EE6EE6755, ___m_NativeBuffer_0)); } inline InputEventBuffer_t5837FA1A7F4845FA074AD7A3C2761725E2761CCA get_m_NativeBuffer_0() const { return ___m_NativeBuffer_0; } inline InputEventBuffer_t5837FA1A7F4845FA074AD7A3C2761725E2761CCA * get_address_of_m_NativeBuffer_0() { return &___m_NativeBuffer_0; } inline void set_m_NativeBuffer_0(InputEventBuffer_t5837FA1A7F4845FA074AD7A3C2761725E2761CCA value) { ___m_NativeBuffer_0 = value; } inline static int32_t get_offset_of_m_CurrentNativeEventReadPtr_1() { return static_cast(offsetof(InputEventStream_t865DFD318AD1B67CF6D3701A97711E1EE6EE6755, ___m_CurrentNativeEventReadPtr_1)); } inline InputEvent_t0E4B1A66D8B3273D8188F3902F40C5E8BFF6E234 * get_m_CurrentNativeEventReadPtr_1() const { return ___m_CurrentNativeEventReadPtr_1; } inline InputEvent_t0E4B1A66D8B3273D8188F3902F40C5E8BFF6E234 ** get_address_of_m_CurrentNativeEventReadPtr_1() { return &___m_CurrentNativeEventReadPtr_1; } inline void set_m_CurrentNativeEventReadPtr_1(InputEvent_t0E4B1A66D8B3273D8188F3902F40C5E8BFF6E234 * value) { ___m_CurrentNativeEventReadPtr_1 = value; } inline static int32_t get_offset_of_m_CurrentNativeEventWritePtr_2() { return static_cast(offsetof(InputEventStream_t865DFD318AD1B67CF6D3701A97711E1EE6EE6755, ___m_CurrentNativeEventWritePtr_2)); } inline InputEvent_t0E4B1A66D8B3273D8188F3902F40C5E8BFF6E234 * get_m_CurrentNativeEventWritePtr_2() const { return ___m_CurrentNativeEventWritePtr_2; } inline InputEvent_t0E4B1A66D8B3273D8188F3902F40C5E8BFF6E234 ** get_address_of_m_CurrentNativeEventWritePtr_2() { return &___m_CurrentNativeEventWritePtr_2; } inline void set_m_CurrentNativeEventWritePtr_2(InputEvent_t0E4B1A66D8B3273D8188F3902F40C5E8BFF6E234 * value) { ___m_CurrentNativeEventWritePtr_2 = value; } inline static int32_t get_offset_of_m_RemainingNativeEventCount_3() { return static_cast(offsetof(InputEventStream_t865DFD318AD1B67CF6D3701A97711E1EE6EE6755, ___m_RemainingNativeEventCount_3)); } inline int32_t get_m_RemainingNativeEventCount_3() const { return ___m_RemainingNativeEventCount_3; } inline int32_t* get_address_of_m_RemainingNativeEventCount_3() { return &___m_RemainingNativeEventCount_3; } inline void set_m_RemainingNativeEventCount_3(int32_t value) { ___m_RemainingNativeEventCount_3 = value; } inline static int32_t get_offset_of_m_MaxAppendedEvents_4() { return static_cast(offsetof(InputEventStream_t865DFD318AD1B67CF6D3701A97711E1EE6EE6755, ___m_MaxAppendedEvents_4)); } inline int32_t get_m_MaxAppendedEvents_4() const { return ___m_MaxAppendedEvents_4; } inline int32_t* get_address_of_m_MaxAppendedEvents_4() { return &___m_MaxAppendedEvents_4; } inline void set_m_MaxAppendedEvents_4(int32_t value) { ___m_MaxAppendedEvents_4 = value; } inline static int32_t get_offset_of_m_AppendBuffer_5() { return static_cast(offsetof(InputEventStream_t865DFD318AD1B67CF6D3701A97711E1EE6EE6755, ___m_AppendBuffer_5)); } inline InputEventBuffer_t5837FA1A7F4845FA074AD7A3C2761725E2761CCA get_m_AppendBuffer_5() const { return ___m_AppendBuffer_5; } inline InputEventBuffer_t5837FA1A7F4845FA074AD7A3C2761725E2761CCA * get_address_of_m_AppendBuffer_5() { return &___m_AppendBuffer_5; } inline void set_m_AppendBuffer_5(InputEventBuffer_t5837FA1A7F4845FA074AD7A3C2761725E2761CCA value) { ___m_AppendBuffer_5 = value; } inline static int32_t get_offset_of_m_CurrentAppendEventReadPtr_6() { return static_cast(offsetof(InputEventStream_t865DFD318AD1B67CF6D3701A97711E1EE6EE6755, ___m_CurrentAppendEventReadPtr_6)); } inline InputEvent_t0E4B1A66D8B3273D8188F3902F40C5E8BFF6E234 * get_m_CurrentAppendEventReadPtr_6() const { return ___m_CurrentAppendEventReadPtr_6; } inline InputEvent_t0E4B1A66D8B3273D8188F3902F40C5E8BFF6E234 ** get_address_of_m_CurrentAppendEventReadPtr_6() { return &___m_CurrentAppendEventReadPtr_6; } inline void set_m_CurrentAppendEventReadPtr_6(InputEvent_t0E4B1A66D8B3273D8188F3902F40C5E8BFF6E234 * value) { ___m_CurrentAppendEventReadPtr_6 = value; } inline static int32_t get_offset_of_m_CurrentAppendEventWritePtr_7() { return static_cast(offsetof(InputEventStream_t865DFD318AD1B67CF6D3701A97711E1EE6EE6755, ___m_CurrentAppendEventWritePtr_7)); } inline InputEvent_t0E4B1A66D8B3273D8188F3902F40C5E8BFF6E234 * get_m_CurrentAppendEventWritePtr_7() const { return ___m_CurrentAppendEventWritePtr_7; } inline InputEvent_t0E4B1A66D8B3273D8188F3902F40C5E8BFF6E234 ** get_address_of_m_CurrentAppendEventWritePtr_7() { return &___m_CurrentAppendEventWritePtr_7; } inline void set_m_CurrentAppendEventWritePtr_7(InputEvent_t0E4B1A66D8B3273D8188F3902F40C5E8BFF6E234 * value) { ___m_CurrentAppendEventWritePtr_7 = value; } inline static int32_t get_offset_of_m_RemainingAppendEventCount_8() { return static_cast(offsetof(InputEventStream_t865DFD318AD1B67CF6D3701A97711E1EE6EE6755, ___m_RemainingAppendEventCount_8)); } inline int32_t get_m_RemainingAppendEventCount_8() const { return ___m_RemainingAppendEventCount_8; } inline int32_t* get_address_of_m_RemainingAppendEventCount_8() { return &___m_RemainingAppendEventCount_8; } inline void set_m_RemainingAppendEventCount_8(int32_t value) { ___m_RemainingAppendEventCount_8 = value; } inline static int32_t get_offset_of_m_NumEventsRetainedInBuffer_9() { return static_cast(offsetof(InputEventStream_t865DFD318AD1B67CF6D3701A97711E1EE6EE6755, ___m_NumEventsRetainedInBuffer_9)); } inline int32_t get_m_NumEventsRetainedInBuffer_9() const { return ___m_NumEventsRetainedInBuffer_9; } inline int32_t* get_address_of_m_NumEventsRetainedInBuffer_9() { return &___m_NumEventsRetainedInBuffer_9; } inline void set_m_NumEventsRetainedInBuffer_9(int32_t value) { ___m_NumEventsRetainedInBuffer_9 = value; } inline static int32_t get_offset_of_m_IsOpen_10() { return static_cast(offsetof(InputEventStream_t865DFD318AD1B67CF6D3701A97711E1EE6EE6755, ___m_IsOpen_10)); } inline bool get_m_IsOpen_10() const { return ___m_IsOpen_10; } inline bool* get_address_of_m_IsOpen_10() { return &___m_IsOpen_10; } inline void set_m_IsOpen_10(bool value) { ___m_IsOpen_10 = value; } }; // Native definition for P/Invoke marshalling of UnityEngine.InputSystem.LowLevel.InputEventStream struct InputEventStream_t865DFD318AD1B67CF6D3701A97711E1EE6EE6755_marshaled_pinvoke { InputEventBuffer_t5837FA1A7F4845FA074AD7A3C2761725E2761CCA_marshaled_pinvoke ___m_NativeBuffer_0; InputEvent_t0E4B1A66D8B3273D8188F3902F40C5E8BFF6E234 * ___m_CurrentNativeEventReadPtr_1; InputEvent_t0E4B1A66D8B3273D8188F3902F40C5E8BFF6E234 * ___m_CurrentNativeEventWritePtr_2; int32_t ___m_RemainingNativeEventCount_3; int32_t ___m_MaxAppendedEvents_4; InputEventBuffer_t5837FA1A7F4845FA074AD7A3C2761725E2761CCA_marshaled_pinvoke ___m_AppendBuffer_5; InputEvent_t0E4B1A66D8B3273D8188F3902F40C5E8BFF6E234 * ___m_CurrentAppendEventReadPtr_6; InputEvent_t0E4B1A66D8B3273D8188F3902F40C5E8BFF6E234 * ___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_t865DFD318AD1B67CF6D3701A97711E1EE6EE6755_marshaled_com { InputEventBuffer_t5837FA1A7F4845FA074AD7A3C2761725E2761CCA_marshaled_com ___m_NativeBuffer_0; InputEvent_t0E4B1A66D8B3273D8188F3902F40C5E8BFF6E234 * ___m_CurrentNativeEventReadPtr_1; InputEvent_t0E4B1A66D8B3273D8188F3902F40C5E8BFF6E234 * ___m_CurrentNativeEventWritePtr_2; int32_t ___m_RemainingNativeEventCount_3; int32_t ___m_MaxAppendedEvents_4; InputEventBuffer_t5837FA1A7F4845FA074AD7A3C2761725E2761CCA_marshaled_com ___m_AppendBuffer_5; InputEvent_t0E4B1A66D8B3273D8188F3902F40C5E8BFF6E234 * ___m_CurrentAppendEventReadPtr_6; InputEvent_t0E4B1A66D8B3273D8188F3902F40C5E8BFF6E234 * ___m_CurrentAppendEventWritePtr_7; int32_t ___m_RemainingAppendEventCount_8; int32_t ___m_NumEventsRetainedInBuffer_9; int32_t ___m_IsOpen_10; }; // UnityEngine.MonoBehaviour struct MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A : public Behaviour_t1A3DDDCF73B4627928FBFE02ED52B7251777DBD9 { public: public: }; // UnityEngine.InputSystem.LowLevel.StateEvent struct StateEvent_tD4C2AFF6E8F3807B5AED6C96BFF90092E67BE5C3 { public: union { struct { union { #pragma pack(push, tp, 1) struct { // UnityEngine.InputSystem.LowLevel.InputEvent UnityEngine.InputSystem.LowLevel.StateEvent::baseEvent InputEvent_t0E4B1A66D8B3273D8188F3902F40C5E8BFF6E234 ___baseEvent_2; }; #pragma pack(pop, tp) #pragma pack(push, tp, 1) struct { InputEvent_t0E4B1A66D8B3273D8188F3902F40C5E8BFF6E234 ___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_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 ___stateFormat_3; }; #pragma pack(pop, tp) #pragma pack(push, tp, 1) struct { char ___stateFormat_3_OffsetPadding_forAlignmentOnly[20]; FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 ___stateFormat_3_forAlignmentOnly; }; #pragma pack(pop, tp) #pragma pack(push, tp, 1) struct { char ___stateData_4_OffsetPadding[24]; // UnityEngine.InputSystem.LowLevel.StateEvent/e__FixedBuffer UnityEngine.InputSystem.LowLevel.StateEvent::stateData U3CstateDataU3Ee__FixedBuffer_t12BA1A66DF06BAD68C6F8E16C8DA5939E3D584E9 ___stateData_4; }; #pragma pack(pop, tp) #pragma pack(push, tp, 1) struct { char ___stateData_4_OffsetPadding_forAlignmentOnly[24]; U3CstateDataU3Ee__FixedBuffer_t12BA1A66DF06BAD68C6F8E16C8DA5939E3D584E9 ___stateData_4_forAlignmentOnly; }; #pragma pack(pop, tp) }; }; uint8_t StateEvent_tD4C2AFF6E8F3807B5AED6C96BFF90092E67BE5C3__padding[25]; }; public: inline static int32_t get_offset_of_baseEvent_2() { return static_cast(offsetof(StateEvent_tD4C2AFF6E8F3807B5AED6C96BFF90092E67BE5C3, ___baseEvent_2)); } inline InputEvent_t0E4B1A66D8B3273D8188F3902F40C5E8BFF6E234 get_baseEvent_2() const { return ___baseEvent_2; } inline InputEvent_t0E4B1A66D8B3273D8188F3902F40C5E8BFF6E234 * get_address_of_baseEvent_2() { return &___baseEvent_2; } inline void set_baseEvent_2(InputEvent_t0E4B1A66D8B3273D8188F3902F40C5E8BFF6E234 value) { ___baseEvent_2 = value; } inline static int32_t get_offset_of_stateFormat_3() { return static_cast(offsetof(StateEvent_tD4C2AFF6E8F3807B5AED6C96BFF90092E67BE5C3, ___stateFormat_3)); } inline FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 get_stateFormat_3() const { return ___stateFormat_3; } inline FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 * get_address_of_stateFormat_3() { return &___stateFormat_3; } inline void set_stateFormat_3(FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 value) { ___stateFormat_3 = value; } inline static int32_t get_offset_of_stateData_4() { return static_cast(offsetof(StateEvent_tD4C2AFF6E8F3807B5AED6C96BFF90092E67BE5C3, ___stateData_4)); } inline U3CstateDataU3Ee__FixedBuffer_t12BA1A66DF06BAD68C6F8E16C8DA5939E3D584E9 get_stateData_4() const { return ___stateData_4; } inline U3CstateDataU3Ee__FixedBuffer_t12BA1A66DF06BAD68C6F8E16C8DA5939E3D584E9 * get_address_of_stateData_4() { return &___stateData_4; } inline void set_stateData_4(U3CstateDataU3Ee__FixedBuffer_t12BA1A66DF06BAD68C6F8E16C8DA5939E3D584E9 value) { ___stateData_4 = value; } }; // UnityEngine.InputSystem.LowLevel.TextEvent struct TextEvent_t2939C7C6CFDD852AEAB3AB23431FB1326E29C011 { public: union { struct { union { #pragma pack(push, tp, 1) struct { // UnityEngine.InputSystem.LowLevel.InputEvent UnityEngine.InputSystem.LowLevel.TextEvent::baseEvent InputEvent_t0E4B1A66D8B3273D8188F3902F40C5E8BFF6E234 ___baseEvent_1; }; #pragma pack(pop, tp) struct { InputEvent_t0E4B1A66D8B3273D8188F3902F40C5E8BFF6E234 ___baseEvent_1_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___character_2_OffsetPadding[20]; // System.Int32 UnityEngine.InputSystem.LowLevel.TextEvent::character int32_t ___character_2; }; #pragma pack(pop, tp) struct { char ___character_2_OffsetPadding_forAlignmentOnly[20]; int32_t ___character_2_forAlignmentOnly; }; }; }; uint8_t TextEvent_t2939C7C6CFDD852AEAB3AB23431FB1326E29C011__padding[24]; }; public: inline static int32_t get_offset_of_baseEvent_1() { return static_cast(offsetof(TextEvent_t2939C7C6CFDD852AEAB3AB23431FB1326E29C011, ___baseEvent_1)); } inline InputEvent_t0E4B1A66D8B3273D8188F3902F40C5E8BFF6E234 get_baseEvent_1() const { return ___baseEvent_1; } inline InputEvent_t0E4B1A66D8B3273D8188F3902F40C5E8BFF6E234 * get_address_of_baseEvent_1() { return &___baseEvent_1; } inline void set_baseEvent_1(InputEvent_t0E4B1A66D8B3273D8188F3902F40C5E8BFF6E234 value) { ___baseEvent_1 = value; } inline static int32_t get_offset_of_character_2() { return static_cast(offsetof(TextEvent_t2939C7C6CFDD852AEAB3AB23431FB1326E29C011, ___character_2)); } inline int32_t get_character_2() const { return ___character_2; } inline int32_t* get_address_of_character_2() { return &___character_2; } inline void set_character_2(int32_t value) { ___character_2 = value; } }; // UnityEngine.XR.Management.XRLoaderHelper struct XRLoaderHelper_t37A55C343AC31D25BB3EBD203DABFA357F51C013 : public XRLoader_tE37B92C6B9CDD944DDF7AFF5704E9EB342D62F6B { public: // System.Collections.Generic.Dictionary`2 UnityEngine.XR.Management.XRLoaderHelper::m_SubsystemInstanceMap Dictionary_2_t4F3B5B526335E16355EDBC766052AEAB07B1777B * ___m_SubsystemInstanceMap_4; public: inline static int32_t get_offset_of_m_SubsystemInstanceMap_4() { return static_cast(offsetof(XRLoaderHelper_t37A55C343AC31D25BB3EBD203DABFA357F51C013, ___m_SubsystemInstanceMap_4)); } inline Dictionary_2_t4F3B5B526335E16355EDBC766052AEAB07B1777B * get_m_SubsystemInstanceMap_4() const { return ___m_SubsystemInstanceMap_4; } inline Dictionary_2_t4F3B5B526335E16355EDBC766052AEAB07B1777B ** get_address_of_m_SubsystemInstanceMap_4() { return &___m_SubsystemInstanceMap_4; } inline void set_m_SubsystemInstanceMap_4(Dictionary_2_t4F3B5B526335E16355EDBC766052AEAB07B1777B * value) { ___m_SubsystemInstanceMap_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_SubsystemInstanceMap_4), (void*)value); } }; // UnityEngine.Rendering.Universal.Internal.DeferredLights/CullLightsJob struct CullLightsJob_t58BF1046AAF0A176B8C1610E1F21BDBDF5C002D6 { public: // UnityEngine.Rendering.Universal.Internal.DeferredTiler UnityEngine.Rendering.Universal.Internal.DeferredLights/CullLightsJob::tiler DeferredTiler_tFBDEC2ED9B79F74D4AF97826AF601C8EC12FD372 ___tiler_0; // Unity.Collections.NativeArray`1 UnityEngine.Rendering.Universal.Internal.DeferredLights/CullLightsJob::prePunctualLights NativeArray_1_tD88DD90821BE793C67689A7EA613AF5701123AA7 ___prePunctualLights_1; // Unity.Collections.NativeArray`1 UnityEngine.Rendering.Universal.Internal.DeferredLights/CullLightsJob::coarseTiles NativeArray_1_t7203C36524CBF9E07ED2D6B86C410B21B422626A ___coarseTiles_2; // Unity.Collections.NativeArray`1 UnityEngine.Rendering.Universal.Internal.DeferredLights/CullLightsJob::coarseTileHeaders NativeArray_1_tCE3FBA37C1D711DDDD473E84C32A9F5C60F2577A ___coarseTileHeaders_3; // System.Int32 UnityEngine.Rendering.Universal.Internal.DeferredLights/CullLightsJob::coarseHeaderOffset int32_t ___coarseHeaderOffset_4; // System.Int32 UnityEngine.Rendering.Universal.Internal.DeferredLights/CullLightsJob::istart int32_t ___istart_5; // System.Int32 UnityEngine.Rendering.Universal.Internal.DeferredLights/CullLightsJob::iend int32_t ___iend_6; // System.Int32 UnityEngine.Rendering.Universal.Internal.DeferredLights/CullLightsJob::jstart int32_t ___jstart_7; // System.Int32 UnityEngine.Rendering.Universal.Internal.DeferredLights/CullLightsJob::jend int32_t ___jend_8; public: inline static int32_t get_offset_of_tiler_0() { return static_cast(offsetof(CullLightsJob_t58BF1046AAF0A176B8C1610E1F21BDBDF5C002D6, ___tiler_0)); } inline DeferredTiler_tFBDEC2ED9B79F74D4AF97826AF601C8EC12FD372 get_tiler_0() const { return ___tiler_0; } inline DeferredTiler_tFBDEC2ED9B79F74D4AF97826AF601C8EC12FD372 * get_address_of_tiler_0() { return &___tiler_0; } inline void set_tiler_0(DeferredTiler_tFBDEC2ED9B79F74D4AF97826AF601C8EC12FD372 value) { ___tiler_0 = value; } inline static int32_t get_offset_of_prePunctualLights_1() { return static_cast(offsetof(CullLightsJob_t58BF1046AAF0A176B8C1610E1F21BDBDF5C002D6, ___prePunctualLights_1)); } inline NativeArray_1_tD88DD90821BE793C67689A7EA613AF5701123AA7 get_prePunctualLights_1() const { return ___prePunctualLights_1; } inline NativeArray_1_tD88DD90821BE793C67689A7EA613AF5701123AA7 * get_address_of_prePunctualLights_1() { return &___prePunctualLights_1; } inline void set_prePunctualLights_1(NativeArray_1_tD88DD90821BE793C67689A7EA613AF5701123AA7 value) { ___prePunctualLights_1 = value; } inline static int32_t get_offset_of_coarseTiles_2() { return static_cast(offsetof(CullLightsJob_t58BF1046AAF0A176B8C1610E1F21BDBDF5C002D6, ___coarseTiles_2)); } inline NativeArray_1_t7203C36524CBF9E07ED2D6B86C410B21B422626A get_coarseTiles_2() const { return ___coarseTiles_2; } inline NativeArray_1_t7203C36524CBF9E07ED2D6B86C410B21B422626A * get_address_of_coarseTiles_2() { return &___coarseTiles_2; } inline void set_coarseTiles_2(NativeArray_1_t7203C36524CBF9E07ED2D6B86C410B21B422626A value) { ___coarseTiles_2 = value; } inline static int32_t get_offset_of_coarseTileHeaders_3() { return static_cast(offsetof(CullLightsJob_t58BF1046AAF0A176B8C1610E1F21BDBDF5C002D6, ___coarseTileHeaders_3)); } inline NativeArray_1_tCE3FBA37C1D711DDDD473E84C32A9F5C60F2577A get_coarseTileHeaders_3() const { return ___coarseTileHeaders_3; } inline NativeArray_1_tCE3FBA37C1D711DDDD473E84C32A9F5C60F2577A * get_address_of_coarseTileHeaders_3() { return &___coarseTileHeaders_3; } inline void set_coarseTileHeaders_3(NativeArray_1_tCE3FBA37C1D711DDDD473E84C32A9F5C60F2577A value) { ___coarseTileHeaders_3 = value; } inline static int32_t get_offset_of_coarseHeaderOffset_4() { return static_cast(offsetof(CullLightsJob_t58BF1046AAF0A176B8C1610E1F21BDBDF5C002D6, ___coarseHeaderOffset_4)); } inline int32_t get_coarseHeaderOffset_4() const { return ___coarseHeaderOffset_4; } inline int32_t* get_address_of_coarseHeaderOffset_4() { return &___coarseHeaderOffset_4; } inline void set_coarseHeaderOffset_4(int32_t value) { ___coarseHeaderOffset_4 = value; } inline static int32_t get_offset_of_istart_5() { return static_cast(offsetof(CullLightsJob_t58BF1046AAF0A176B8C1610E1F21BDBDF5C002D6, ___istart_5)); } inline int32_t get_istart_5() const { return ___istart_5; } inline int32_t* get_address_of_istart_5() { return &___istart_5; } inline void set_istart_5(int32_t value) { ___istart_5 = value; } inline static int32_t get_offset_of_iend_6() { return static_cast(offsetof(CullLightsJob_t58BF1046AAF0A176B8C1610E1F21BDBDF5C002D6, ___iend_6)); } inline int32_t get_iend_6() const { return ___iend_6; } inline int32_t* get_address_of_iend_6() { return &___iend_6; } inline void set_iend_6(int32_t value) { ___iend_6 = value; } inline static int32_t get_offset_of_jstart_7() { return static_cast(offsetof(CullLightsJob_t58BF1046AAF0A176B8C1610E1F21BDBDF5C002D6, ___jstart_7)); } inline int32_t get_jstart_7() const { return ___jstart_7; } inline int32_t* get_address_of_jstart_7() { return &___jstart_7; } inline void set_jstart_7(int32_t value) { ___jstart_7 = value; } inline static int32_t get_offset_of_jend_8() { return static_cast(offsetof(CullLightsJob_t58BF1046AAF0A176B8C1610E1F21BDBDF5C002D6, ___jend_8)); } inline int32_t get_jend_8() const { return ___jend_8; } inline int32_t* get_address_of_jend_8() { return &___jend_8; } inline void set_jend_8(int32_t value) { ___jend_8 = value; } }; // Native definition for P/Invoke marshalling of UnityEngine.Rendering.Universal.Internal.DeferredLights/CullLightsJob struct CullLightsJob_t58BF1046AAF0A176B8C1610E1F21BDBDF5C002D6_marshaled_pinvoke { DeferredTiler_tFBDEC2ED9B79F74D4AF97826AF601C8EC12FD372_marshaled_pinvoke ___tiler_0; NativeArray_1_tD88DD90821BE793C67689A7EA613AF5701123AA7 ___prePunctualLights_1; NativeArray_1_t7203C36524CBF9E07ED2D6B86C410B21B422626A ___coarseTiles_2; NativeArray_1_tCE3FBA37C1D711DDDD473E84C32A9F5C60F2577A ___coarseTileHeaders_3; int32_t ___coarseHeaderOffset_4; int32_t ___istart_5; int32_t ___iend_6; int32_t ___jstart_7; int32_t ___jend_8; }; // Native definition for COM marshalling of UnityEngine.Rendering.Universal.Internal.DeferredLights/CullLightsJob struct CullLightsJob_t58BF1046AAF0A176B8C1610E1F21BDBDF5C002D6_marshaled_com { DeferredTiler_tFBDEC2ED9B79F74D4AF97826AF601C8EC12FD372_marshaled_com ___tiler_0; NativeArray_1_tD88DD90821BE793C67689A7EA613AF5701123AA7 ___prePunctualLights_1; NativeArray_1_t7203C36524CBF9E07ED2D6B86C410B21B422626A ___coarseTiles_2; NativeArray_1_tCE3FBA37C1D711DDDD473E84C32A9F5C60F2577A ___coarseTileHeaders_3; int32_t ___coarseHeaderOffset_4; int32_t ___istart_5; int32_t ___iend_6; int32_t ___jstart_7; int32_t ___jend_8; }; // UnityEngine.InputSystem.InputControlScheme/MatchResult struct MatchResult_tB87B08CF46A07B0916A575EBC373FC406131649E { public: // UnityEngine.InputSystem.InputControlScheme/MatchResult/Result UnityEngine.InputSystem.InputControlScheme/MatchResult::m_Result int32_t ___m_Result_0; // System.Single UnityEngine.InputSystem.InputControlScheme/MatchResult::m_Score float ___m_Score_1; // UnityEngine.InputSystem.InputControlList`1 UnityEngine.InputSystem.InputControlScheme/MatchResult::m_Devices InputControlList_1_t9D0926F8AB5859C8767B43B76E6AC3847A5D7D02 ___m_Devices_2; // UnityEngine.InputSystem.InputControlList`1 UnityEngine.InputSystem.InputControlScheme/MatchResult::m_Controls InputControlList_1_tCCB2EBF6FDF573DC316CABD9A44894F5CCEEAE4A ___m_Controls_3; // UnityEngine.InputSystem.InputControlScheme/DeviceRequirement[] UnityEngine.InputSystem.InputControlScheme/MatchResult::m_Requirements DeviceRequirementU5BU5D_tBAAEA8AD0E93A8EF9DF98E9F4957B7A56286E795* ___m_Requirements_4; public: inline static int32_t get_offset_of_m_Result_0() { return static_cast(offsetof(MatchResult_tB87B08CF46A07B0916A575EBC373FC406131649E, ___m_Result_0)); } inline int32_t get_m_Result_0() const { return ___m_Result_0; } inline int32_t* get_address_of_m_Result_0() { return &___m_Result_0; } inline void set_m_Result_0(int32_t value) { ___m_Result_0 = value; } inline static int32_t get_offset_of_m_Score_1() { return static_cast(offsetof(MatchResult_tB87B08CF46A07B0916A575EBC373FC406131649E, ___m_Score_1)); } inline float get_m_Score_1() const { return ___m_Score_1; } inline float* get_address_of_m_Score_1() { return &___m_Score_1; } inline void set_m_Score_1(float value) { ___m_Score_1 = value; } inline static int32_t get_offset_of_m_Devices_2() { return static_cast(offsetof(MatchResult_tB87B08CF46A07B0916A575EBC373FC406131649E, ___m_Devices_2)); } inline InputControlList_1_t9D0926F8AB5859C8767B43B76E6AC3847A5D7D02 get_m_Devices_2() const { return ___m_Devices_2; } inline InputControlList_1_t9D0926F8AB5859C8767B43B76E6AC3847A5D7D02 * get_address_of_m_Devices_2() { return &___m_Devices_2; } inline void set_m_Devices_2(InputControlList_1_t9D0926F8AB5859C8767B43B76E6AC3847A5D7D02 value) { ___m_Devices_2 = value; } inline static int32_t get_offset_of_m_Controls_3() { return static_cast(offsetof(MatchResult_tB87B08CF46A07B0916A575EBC373FC406131649E, ___m_Controls_3)); } inline InputControlList_1_tCCB2EBF6FDF573DC316CABD9A44894F5CCEEAE4A get_m_Controls_3() const { return ___m_Controls_3; } inline InputControlList_1_tCCB2EBF6FDF573DC316CABD9A44894F5CCEEAE4A * get_address_of_m_Controls_3() { return &___m_Controls_3; } inline void set_m_Controls_3(InputControlList_1_tCCB2EBF6FDF573DC316CABD9A44894F5CCEEAE4A value) { ___m_Controls_3 = value; } inline static int32_t get_offset_of_m_Requirements_4() { return static_cast(offsetof(MatchResult_tB87B08CF46A07B0916A575EBC373FC406131649E, ___m_Requirements_4)); } inline DeviceRequirementU5BU5D_tBAAEA8AD0E93A8EF9DF98E9F4957B7A56286E795* get_m_Requirements_4() const { return ___m_Requirements_4; } inline DeviceRequirementU5BU5D_tBAAEA8AD0E93A8EF9DF98E9F4957B7A56286E795** get_address_of_m_Requirements_4() { return &___m_Requirements_4; } inline void set_m_Requirements_4(DeviceRequirementU5BU5D_tBAAEA8AD0E93A8EF9DF98E9F4957B7A56286E795* value) { ___m_Requirements_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Requirements_4), (void*)value); } }; // Native definition for P/Invoke marshalling of UnityEngine.InputSystem.InputControlScheme/MatchResult struct MatchResult_tB87B08CF46A07B0916A575EBC373FC406131649E_marshaled_pinvoke { int32_t ___m_Result_0; float ___m_Score_1; InputControlList_1_t9D0926F8AB5859C8767B43B76E6AC3847A5D7D02 ___m_Devices_2; InputControlList_1_tCCB2EBF6FDF573DC316CABD9A44894F5CCEEAE4A ___m_Controls_3; DeviceRequirement_tAB27570ED81D24759C54FDE48B6DD74FF51649C9_marshaled_pinvoke* ___m_Requirements_4; }; // Native definition for COM marshalling of UnityEngine.InputSystem.InputControlScheme/MatchResult struct MatchResult_tB87B08CF46A07B0916A575EBC373FC406131649E_marshaled_com { int32_t ___m_Result_0; float ___m_Score_1; InputControlList_1_t9D0926F8AB5859C8767B43B76E6AC3847A5D7D02 ___m_Devices_2; InputControlList_1_tCCB2EBF6FDF573DC316CABD9A44894F5CCEEAE4A ___m_Controls_3; DeviceRequirement_tAB27570ED81D24759C54FDE48B6DD74FF51649C9_marshaled_com* ___m_Requirements_4; }; // System.Nullable`1 struct Nullable_1_t750746B7AD7BE05941CB5F8E44595246AEA8F7B2 { public: // T System.Nullable`1::value MatchResult_tB87B08CF46A07B0916A575EBC373FC406131649E ___value_0; // System.Boolean System.Nullable`1::has_value bool ___has_value_1; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(Nullable_1_t750746B7AD7BE05941CB5F8E44595246AEA8F7B2, ___value_0)); } inline MatchResult_tB87B08CF46A07B0916A575EBC373FC406131649E get_value_0() const { return ___value_0; } inline MatchResult_tB87B08CF46A07B0916A575EBC373FC406131649E * get_address_of_value_0() { return &___value_0; } inline void set_value_0(MatchResult_tB87B08CF46A07B0916A575EBC373FC406131649E value) { ___value_0 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___value_0))->___m_Requirements_4), (void*)NULL); } inline static int32_t get_offset_of_has_value_1() { return static_cast(offsetof(Nullable_1_t750746B7AD7BE05941CB5F8E44595246AEA8F7B2, ___has_value_1)); } inline bool get_has_value_1() const { return ___has_value_1; } inline bool* get_address_of_has_value_1() { return &___has_value_1; } inline void set_has_value_1(bool value) { ___has_value_1 = value; } }; // System.Linq.Enumerable/WhereArrayIterator`1 struct WhereArrayIterator_1_t27BA96004BE53807B1028D1D8BFA586A91E96030 : public Iterator_1_t2711EA98CD5C8E6E87A241C66556EFDB99842473 { public: // TSource[] System.Linq.Enumerable/WhereArrayIterator`1::source ControlItemU5BU5D_t534859CA6A52E2EC9DDDCA52FE280E8D5CD598DB* ___source_3; // System.Func`2 System.Linq.Enumerable/WhereArrayIterator`1::predicate Func_2_t6D3B67831BA6BBB7266E343D7EAEFF60C17F92DF * ___predicate_4; // System.Int32 System.Linq.Enumerable/WhereArrayIterator`1::index int32_t ___index_5; public: inline static int32_t get_offset_of_source_3() { return static_cast(offsetof(WhereArrayIterator_1_t27BA96004BE53807B1028D1D8BFA586A91E96030, ___source_3)); } inline ControlItemU5BU5D_t534859CA6A52E2EC9DDDCA52FE280E8D5CD598DB* get_source_3() const { return ___source_3; } inline ControlItemU5BU5D_t534859CA6A52E2EC9DDDCA52FE280E8D5CD598DB** get_address_of_source_3() { return &___source_3; } inline void set_source_3(ControlItemU5BU5D_t534859CA6A52E2EC9DDDCA52FE280E8D5CD598DB* value) { ___source_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_3), (void*)value); } inline static int32_t get_offset_of_predicate_4() { return static_cast(offsetof(WhereArrayIterator_1_t27BA96004BE53807B1028D1D8BFA586A91E96030, ___predicate_4)); } inline Func_2_t6D3B67831BA6BBB7266E343D7EAEFF60C17F92DF * get_predicate_4() const { return ___predicate_4; } inline Func_2_t6D3B67831BA6BBB7266E343D7EAEFF60C17F92DF ** get_address_of_predicate_4() { return &___predicate_4; } inline void set_predicate_4(Func_2_t6D3B67831BA6BBB7266E343D7EAEFF60C17F92DF * value) { ___predicate_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___predicate_4), (void*)value); } inline static int32_t get_offset_of_index_5() { return static_cast(offsetof(WhereArrayIterator_1_t27BA96004BE53807B1028D1D8BFA586A91E96030, ___index_5)); } inline int32_t get_index_5() const { return ___index_5; } inline int32_t* get_address_of_index_5() { return &___index_5; } inline void set_index_5(int32_t value) { ___index_5 = value; } }; // System.Linq.Enumerable/WhereEnumerableIterator`1 struct WhereEnumerableIterator_1_t9A9C4F1C2DF243CCF60AE823D966E68DD70188D0 : public Iterator_1_t2711EA98CD5C8E6E87A241C66556EFDB99842473 { public: // System.Collections.Generic.IEnumerable`1 System.Linq.Enumerable/WhereEnumerableIterator`1::source RuntimeObject* ___source_3; // System.Func`2 System.Linq.Enumerable/WhereEnumerableIterator`1::predicate Func_2_t6D3B67831BA6BBB7266E343D7EAEFF60C17F92DF * ___predicate_4; // System.Collections.Generic.IEnumerator`1 System.Linq.Enumerable/WhereEnumerableIterator`1::enumerator RuntimeObject* ___enumerator_5; public: inline static int32_t get_offset_of_source_3() { return static_cast(offsetof(WhereEnumerableIterator_1_t9A9C4F1C2DF243CCF60AE823D966E68DD70188D0, ___source_3)); } inline RuntimeObject* get_source_3() const { return ___source_3; } inline RuntimeObject** get_address_of_source_3() { return &___source_3; } inline void set_source_3(RuntimeObject* value) { ___source_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_3), (void*)value); } inline static int32_t get_offset_of_predicate_4() { return static_cast(offsetof(WhereEnumerableIterator_1_t9A9C4F1C2DF243CCF60AE823D966E68DD70188D0, ___predicate_4)); } inline Func_2_t6D3B67831BA6BBB7266E343D7EAEFF60C17F92DF * get_predicate_4() const { return ___predicate_4; } inline Func_2_t6D3B67831BA6BBB7266E343D7EAEFF60C17F92DF ** get_address_of_predicate_4() { return &___predicate_4; } inline void set_predicate_4(Func_2_t6D3B67831BA6BBB7266E343D7EAEFF60C17F92DF * value) { ___predicate_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___predicate_4), (void*)value); } inline static int32_t get_offset_of_enumerator_5() { return static_cast(offsetof(WhereEnumerableIterator_1_t9A9C4F1C2DF243CCF60AE823D966E68DD70188D0, ___enumerator_5)); } inline RuntimeObject* get_enumerator_5() const { return ___enumerator_5; } inline RuntimeObject** get_address_of_enumerator_5() { return &___enumerator_5; } inline void set_enumerator_5(RuntimeObject* value) { ___enumerator_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___enumerator_5), (void*)value); } }; // System.Linq.Enumerable/WhereListIterator`1 struct WhereListIterator_1_t578D3A8880FE8DFFE9A8B7462A4D3004DEDB1FD0 : public Iterator_1_t2711EA98CD5C8E6E87A241C66556EFDB99842473 { public: // System.Collections.Generic.List`1 System.Linq.Enumerable/WhereListIterator`1::source List_1_tB7B59A258A4A84FCB5A2CC59F934C8B230EA963F * ___source_3; // System.Func`2 System.Linq.Enumerable/WhereListIterator`1::predicate Func_2_t6D3B67831BA6BBB7266E343D7EAEFF60C17F92DF * ___predicate_4; // System.Collections.Generic.List`1/Enumerator System.Linq.Enumerable/WhereListIterator`1::enumerator Enumerator_tA2E47432D9BF33FCB9EAF5B6C3720221AACA50C1 ___enumerator_5; public: inline static int32_t get_offset_of_source_3() { return static_cast(offsetof(WhereListIterator_1_t578D3A8880FE8DFFE9A8B7462A4D3004DEDB1FD0, ___source_3)); } inline List_1_tB7B59A258A4A84FCB5A2CC59F934C8B230EA963F * get_source_3() const { return ___source_3; } inline List_1_tB7B59A258A4A84FCB5A2CC59F934C8B230EA963F ** get_address_of_source_3() { return &___source_3; } inline void set_source_3(List_1_tB7B59A258A4A84FCB5A2CC59F934C8B230EA963F * value) { ___source_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_3), (void*)value); } inline static int32_t get_offset_of_predicate_4() { return static_cast(offsetof(WhereListIterator_1_t578D3A8880FE8DFFE9A8B7462A4D3004DEDB1FD0, ___predicate_4)); } inline Func_2_t6D3B67831BA6BBB7266E343D7EAEFF60C17F92DF * get_predicate_4() const { return ___predicate_4; } inline Func_2_t6D3B67831BA6BBB7266E343D7EAEFF60C17F92DF ** get_address_of_predicate_4() { return &___predicate_4; } inline void set_predicate_4(Func_2_t6D3B67831BA6BBB7266E343D7EAEFF60C17F92DF * value) { ___predicate_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___predicate_4), (void*)value); } inline static int32_t get_offset_of_enumerator_5() { return static_cast(offsetof(WhereListIterator_1_t578D3A8880FE8DFFE9A8B7462A4D3004DEDB1FD0, ___enumerator_5)); } inline Enumerator_tA2E47432D9BF33FCB9EAF5B6C3720221AACA50C1 get_enumerator_5() const { return ___enumerator_5; } inline Enumerator_tA2E47432D9BF33FCB9EAF5B6C3720221AACA50C1 * get_address_of_enumerator_5() { return &___enumerator_5; } inline void set_enumerator_5(Enumerator_tA2E47432D9BF33FCB9EAF5B6C3720221AACA50C1 value) { ___enumerator_5 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___enumerator_5))->___list_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((&(((&___enumerator_5))->___current_3))->___U3CnameU3Ek__BackingField_0))->___m_StringOriginalCase_0), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((&(((&___enumerator_5))->___current_3))->___U3CnameU3Ek__BackingField_0))->___m_StringLowerCase_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((&(((&___enumerator_5))->___current_3))->___U3ClayoutU3Ek__BackingField_1))->___m_StringOriginalCase_0), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((&(((&___enumerator_5))->___current_3))->___U3ClayoutU3Ek__BackingField_1))->___m_StringLowerCase_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((&(((&___enumerator_5))->___current_3))->___U3CvariantsU3Ek__BackingField_2))->___m_StringOriginalCase_0), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((&(((&___enumerator_5))->___current_3))->___U3CvariantsU3Ek__BackingField_2))->___m_StringLowerCase_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___enumerator_5))->___current_3))->___U3CuseStateFromU3Ek__BackingField_3), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___enumerator_5))->___current_3))->___U3CdisplayNameU3Ek__BackingField_4), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___enumerator_5))->___current_3))->___U3CshortDisplayNameU3Ek__BackingField_5), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((&(((&___enumerator_5))->___current_3))->___U3CusagesU3Ek__BackingField_6))->___m_Array_0), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((&(((&___enumerator_5))->___current_3))->___U3CaliasesU3Ek__BackingField_7))->___m_Array_0), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((&(((&___enumerator_5))->___current_3))->___U3CparametersU3Ek__BackingField_8))->___m_Array_0), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((&(((&___enumerator_5))->___current_3))->___U3CprocessorsU3Ek__BackingField_9))->___m_Array_0), (void*)NULL); #endif } }; // UnityEngine.InputSystem.Controls.AxisControl struct AxisControl_tA997FF52442F7B08C7E13B7028393B4117248680 : public InputControl_1_t011854B2ED3F016A34A91350FC9B9055E1E820D3 { public: // 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; public: inline static int32_t get_offset_of_clamp_22() { return static_cast(offsetof(AxisControl_tA997FF52442F7B08C7E13B7028393B4117248680, ___clamp_22)); } inline int32_t get_clamp_22() const { return ___clamp_22; } inline int32_t* get_address_of_clamp_22() { return &___clamp_22; } inline void set_clamp_22(int32_t value) { ___clamp_22 = value; } inline static int32_t get_offset_of_clampMin_23() { return static_cast(offsetof(AxisControl_tA997FF52442F7B08C7E13B7028393B4117248680, ___clampMin_23)); } inline float get_clampMin_23() const { return ___clampMin_23; } inline float* get_address_of_clampMin_23() { return &___clampMin_23; } inline void set_clampMin_23(float value) { ___clampMin_23 = value; } inline static int32_t get_offset_of_clampMax_24() { return static_cast(offsetof(AxisControl_tA997FF52442F7B08C7E13B7028393B4117248680, ___clampMax_24)); } inline float get_clampMax_24() const { return ___clampMax_24; } inline float* get_address_of_clampMax_24() { return &___clampMax_24; } inline void set_clampMax_24(float value) { ___clampMax_24 = value; } inline static int32_t get_offset_of_clampConstant_25() { return static_cast(offsetof(AxisControl_tA997FF52442F7B08C7E13B7028393B4117248680, ___clampConstant_25)); } inline float get_clampConstant_25() const { return ___clampConstant_25; } inline float* get_address_of_clampConstant_25() { return &___clampConstant_25; } inline void set_clampConstant_25(float value) { ___clampConstant_25 = value; } inline static int32_t get_offset_of_invert_26() { return static_cast(offsetof(AxisControl_tA997FF52442F7B08C7E13B7028393B4117248680, ___invert_26)); } inline bool get_invert_26() const { return ___invert_26; } inline bool* get_address_of_invert_26() { return &___invert_26; } inline void set_invert_26(bool value) { ___invert_26 = value; } inline static int32_t get_offset_of_normalize_27() { return static_cast(offsetof(AxisControl_tA997FF52442F7B08C7E13B7028393B4117248680, ___normalize_27)); } inline bool get_normalize_27() const { return ___normalize_27; } inline bool* get_address_of_normalize_27() { return &___normalize_27; } inline void set_normalize_27(bool value) { ___normalize_27 = value; } inline static int32_t get_offset_of_normalizeMin_28() { return static_cast(offsetof(AxisControl_tA997FF52442F7B08C7E13B7028393B4117248680, ___normalizeMin_28)); } inline float get_normalizeMin_28() const { return ___normalizeMin_28; } inline float* get_address_of_normalizeMin_28() { return &___normalizeMin_28; } inline void set_normalizeMin_28(float value) { ___normalizeMin_28 = value; } inline static int32_t get_offset_of_normalizeMax_29() { return static_cast(offsetof(AxisControl_tA997FF52442F7B08C7E13B7028393B4117248680, ___normalizeMax_29)); } inline float get_normalizeMax_29() const { return ___normalizeMax_29; } inline float* get_address_of_normalizeMax_29() { return &___normalizeMax_29; } inline void set_normalizeMax_29(float value) { ___normalizeMax_29 = value; } inline static int32_t get_offset_of_normalizeZero_30() { return static_cast(offsetof(AxisControl_tA997FF52442F7B08C7E13B7028393B4117248680, ___normalizeZero_30)); } inline float get_normalizeZero_30() const { return ___normalizeZero_30; } inline float* get_address_of_normalizeZero_30() { return &___normalizeZero_30; } inline void set_normalizeZero_30(float value) { ___normalizeZero_30 = value; } inline static int32_t get_offset_of_scale_31() { return static_cast(offsetof(AxisControl_tA997FF52442F7B08C7E13B7028393B4117248680, ___scale_31)); } inline bool get_scale_31() const { return ___scale_31; } inline bool* get_address_of_scale_31() { return &___scale_31; } inline void set_scale_31(bool value) { ___scale_31 = value; } inline static int32_t get_offset_of_scaleFactor_32() { return static_cast(offsetof(AxisControl_tA997FF52442F7B08C7E13B7028393B4117248680, ___scaleFactor_32)); } inline float get_scaleFactor_32() const { return ___scaleFactor_32; } inline float* get_address_of_scaleFactor_32() { return &___scaleFactor_32; } inline void set_scaleFactor_32(float value) { ___scaleFactor_32 = value; } }; // UnityEngine.InputSystem.InputManager struct InputManager_t9E534956EF45276E5D7E75B3EA03BF1AB0EC411F : public RuntimeObject { public: // 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_tE4D2860D7319AE2B62163AFBA0A549B87DB0B97F ___m_Layouts_2; // UnityEngine.InputSystem.Utilities.TypeTable UnityEngine.InputSystem.InputManager::m_Processors TypeTable_t4E41B03F931506BA07A120F6578A8CA47459C64F ___m_Processors_3; // UnityEngine.InputSystem.Utilities.TypeTable UnityEngine.InputSystem.InputManager::m_Interactions TypeTable_t4E41B03F931506BA07A120F6578A8CA47459C64F ___m_Interactions_4; // UnityEngine.InputSystem.Utilities.TypeTable UnityEngine.InputSystem.InputManager::m_Composites TypeTable_t4E41B03F931506BA07A120F6578A8CA47459C64F ___m_Composites_5; // System.Int32 UnityEngine.InputSystem.InputManager::m_DevicesCount int32_t ___m_DevicesCount_6; // UnityEngine.InputSystem.InputDevice[] UnityEngine.InputSystem.InputManager::m_Devices InputDeviceU5BU5D_tE05D1214F0F949DC3A889F8DB4B7A68A3089F6D6* ___m_Devices_7; // System.Collections.Generic.Dictionary`2 UnityEngine.InputSystem.InputManager::m_DevicesById Dictionary_2_t8806482C2146F52C36A8CED3F9F5BAB0A8207EE7 * ___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_tD06A367F836B46BB029A8E9DAD83C23B6144D330* ___m_AvailableDevices_10; // System.Int32 UnityEngine.InputSystem.InputManager::m_DisconnectedDevicesCount int32_t ___m_DisconnectedDevicesCount_11; // UnityEngine.InputSystem.InputDevice[] UnityEngine.InputSystem.InputManager::m_DisconnectedDevices InputDeviceU5BU5D_tE05D1214F0F949DC3A889F8DB4B7A68A3089F6D6* ___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_t39A534EACF079F6045AA73AB30197C3965F53FCA ___m_StateBuffers_15; // UnityEngine.InputSystem.Utilities.CallbackArray`1> UnityEngine.InputSystem.InputManager::m_DeviceChangeListeners CallbackArray_1_t795D7D5DD5A3704BD45FEFE916C899F34DCEFC55 ___m_DeviceChangeListeners_16; // UnityEngine.InputSystem.Utilities.CallbackArray`1> UnityEngine.InputSystem.InputManager::m_DeviceStateChangeListeners CallbackArray_1_t6B54B12C76958BFFEC586C4B69F70560884AEF34 ___m_DeviceStateChangeListeners_17; // UnityEngine.InputSystem.Utilities.CallbackArray`1 UnityEngine.InputSystem.InputManager::m_DeviceFindLayoutCallbacks CallbackArray_1_t93E9EAE4A3E6A2C408A9BE7E5D49BC3C6211F0D8 ___m_DeviceFindLayoutCallbacks_18; // UnityEngine.InputSystem.Utilities.CallbackArray`1 UnityEngine.InputSystem.InputManager::m_DeviceCommandCallbacks CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 ___m_DeviceCommandCallbacks_19; // UnityEngine.InputSystem.Utilities.CallbackArray`1> UnityEngine.InputSystem.InputManager::m_LayoutChangeListeners CallbackArray_1_t506D5A43E1BA50974832B6281CE0E05C835BD3A9 ___m_LayoutChangeListeners_20; // UnityEngine.InputSystem.Utilities.CallbackArray`1> UnityEngine.InputSystem.InputManager::m_EventListeners CallbackArray_1_tA06EC98E05F3E9C1AFCCE7893F5E5AA755C87F61 ___m_EventListeners_21; // UnityEngine.InputSystem.Utilities.CallbackArray`1 UnityEngine.InputSystem.InputManager::m_BeforeUpdateListeners CallbackArray_1_t0DD749ED472D7BAC72C349ECACECDD7329E47DF5 ___m_BeforeUpdateListeners_22; // UnityEngine.InputSystem.Utilities.CallbackArray`1 UnityEngine.InputSystem.InputManager::m_AfterUpdateListeners CallbackArray_1_t0DD749ED472D7BAC72C349ECACECDD7329E47DF5 ___m_AfterUpdateListeners_23; // UnityEngine.InputSystem.Utilities.CallbackArray`1 UnityEngine.InputSystem.InputManager::m_SettingsChangedListeners CallbackArray_1_t0DD749ED472D7BAC72C349ECACECDD7329E47DF5 ___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_t865DFD318AD1B67CF6D3701A97711E1EE6EE6755 ___m_InputEventStream_28; // UnityEngine.InputSystem.LowLevel.InputDeviceExecuteCommandDelegate UnityEngine.InputSystem.InputManager::m_DeviceFindExecuteCommandDelegate InputDeviceExecuteCommandDelegate_tF81A7031A4D6D74BFB08C8CF4D1BA120DC47822D * ___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_tFE867DFF3DC815D81D0A7CFA0EE5F4B61DC4367C ___m_Metrics_32; // UnityEngine.InputSystem.InputSettings UnityEngine.InputSystem.InputManager::m_Settings InputSettings_t6BB36025CA211DD3BC679396BF905603A155FCB6 * ___m_Settings_33; // UnityEngine.InputSystem.InputManager/StateChangeMonitorsForDevice[] UnityEngine.InputSystem.InputManager::m_StateChangeMonitors StateChangeMonitorsForDeviceU5BU5D_t4C364C88ABDD3FE860869EA9B64A5686D241B4FE* ___m_StateChangeMonitors_34; // UnityEngine.InputSystem.Utilities.InlinedArray`1 UnityEngine.InputSystem.InputManager::m_StateChangeMonitorTimeouts InlinedArray_1_tBFF8308CE5EDA3426BE79DD158C508CC6F129C8A ___m_StateChangeMonitorTimeouts_35; public: inline static int32_t get_offset_of_m_LayoutRegistrationVersion_0() { return static_cast(offsetof(InputManager_t9E534956EF45276E5D7E75B3EA03BF1AB0EC411F, ___m_LayoutRegistrationVersion_0)); } inline int32_t get_m_LayoutRegistrationVersion_0() const { return ___m_LayoutRegistrationVersion_0; } inline int32_t* get_address_of_m_LayoutRegistrationVersion_0() { return &___m_LayoutRegistrationVersion_0; } inline void set_m_LayoutRegistrationVersion_0(int32_t value) { ___m_LayoutRegistrationVersion_0 = value; } inline static int32_t get_offset_of_m_PollingFrequency_1() { return static_cast(offsetof(InputManager_t9E534956EF45276E5D7E75B3EA03BF1AB0EC411F, ___m_PollingFrequency_1)); } inline float get_m_PollingFrequency_1() const { return ___m_PollingFrequency_1; } inline float* get_address_of_m_PollingFrequency_1() { return &___m_PollingFrequency_1; } inline void set_m_PollingFrequency_1(float value) { ___m_PollingFrequency_1 = value; } inline static int32_t get_offset_of_m_Layouts_2() { return static_cast(offsetof(InputManager_t9E534956EF45276E5D7E75B3EA03BF1AB0EC411F, ___m_Layouts_2)); } inline Collection_tE4D2860D7319AE2B62163AFBA0A549B87DB0B97F get_m_Layouts_2() const { return ___m_Layouts_2; } inline Collection_tE4D2860D7319AE2B62163AFBA0A549B87DB0B97F * get_address_of_m_Layouts_2() { return &___m_Layouts_2; } inline void set_m_Layouts_2(Collection_tE4D2860D7319AE2B62163AFBA0A549B87DB0B97F value) { ___m_Layouts_2 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___m_Layouts_2))->___layoutTypes_1), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___m_Layouts_2))->___layoutStrings_2), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___m_Layouts_2))->___layoutBuilders_3), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___m_Layouts_2))->___baseLayoutTable_4), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___m_Layouts_2))->___layoutOverrides_5), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___m_Layouts_2))->___layoutOverrideNames_6), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___m_Layouts_2))->___precompiledLayouts_7), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___m_Layouts_2))->___layoutMatchers_8), (void*)NULL); #endif } inline static int32_t get_offset_of_m_Processors_3() { return static_cast(offsetof(InputManager_t9E534956EF45276E5D7E75B3EA03BF1AB0EC411F, ___m_Processors_3)); } inline TypeTable_t4E41B03F931506BA07A120F6578A8CA47459C64F get_m_Processors_3() const { return ___m_Processors_3; } inline TypeTable_t4E41B03F931506BA07A120F6578A8CA47459C64F * get_address_of_m_Processors_3() { return &___m_Processors_3; } inline void set_m_Processors_3(TypeTable_t4E41B03F931506BA07A120F6578A8CA47459C64F value) { ___m_Processors_3 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___m_Processors_3))->___table_0), (void*)NULL); } inline static int32_t get_offset_of_m_Interactions_4() { return static_cast(offsetof(InputManager_t9E534956EF45276E5D7E75B3EA03BF1AB0EC411F, ___m_Interactions_4)); } inline TypeTable_t4E41B03F931506BA07A120F6578A8CA47459C64F get_m_Interactions_4() const { return ___m_Interactions_4; } inline TypeTable_t4E41B03F931506BA07A120F6578A8CA47459C64F * get_address_of_m_Interactions_4() { return &___m_Interactions_4; } inline void set_m_Interactions_4(TypeTable_t4E41B03F931506BA07A120F6578A8CA47459C64F value) { ___m_Interactions_4 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___m_Interactions_4))->___table_0), (void*)NULL); } inline static int32_t get_offset_of_m_Composites_5() { return static_cast(offsetof(InputManager_t9E534956EF45276E5D7E75B3EA03BF1AB0EC411F, ___m_Composites_5)); } inline TypeTable_t4E41B03F931506BA07A120F6578A8CA47459C64F get_m_Composites_5() const { return ___m_Composites_5; } inline TypeTable_t4E41B03F931506BA07A120F6578A8CA47459C64F * get_address_of_m_Composites_5() { return &___m_Composites_5; } inline void set_m_Composites_5(TypeTable_t4E41B03F931506BA07A120F6578A8CA47459C64F value) { ___m_Composites_5 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___m_Composites_5))->___table_0), (void*)NULL); } inline static int32_t get_offset_of_m_DevicesCount_6() { return static_cast(offsetof(InputManager_t9E534956EF45276E5D7E75B3EA03BF1AB0EC411F, ___m_DevicesCount_6)); } inline int32_t get_m_DevicesCount_6() const { return ___m_DevicesCount_6; } inline int32_t* get_address_of_m_DevicesCount_6() { return &___m_DevicesCount_6; } inline void set_m_DevicesCount_6(int32_t value) { ___m_DevicesCount_6 = value; } inline static int32_t get_offset_of_m_Devices_7() { return static_cast(offsetof(InputManager_t9E534956EF45276E5D7E75B3EA03BF1AB0EC411F, ___m_Devices_7)); } inline InputDeviceU5BU5D_tE05D1214F0F949DC3A889F8DB4B7A68A3089F6D6* get_m_Devices_7() const { return ___m_Devices_7; } inline InputDeviceU5BU5D_tE05D1214F0F949DC3A889F8DB4B7A68A3089F6D6** get_address_of_m_Devices_7() { return &___m_Devices_7; } inline void set_m_Devices_7(InputDeviceU5BU5D_tE05D1214F0F949DC3A889F8DB4B7A68A3089F6D6* value) { ___m_Devices_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Devices_7), (void*)value); } inline static int32_t get_offset_of_m_DevicesById_8() { return static_cast(offsetof(InputManager_t9E534956EF45276E5D7E75B3EA03BF1AB0EC411F, ___m_DevicesById_8)); } inline Dictionary_2_t8806482C2146F52C36A8CED3F9F5BAB0A8207EE7 * get_m_DevicesById_8() const { return ___m_DevicesById_8; } inline Dictionary_2_t8806482C2146F52C36A8CED3F9F5BAB0A8207EE7 ** get_address_of_m_DevicesById_8() { return &___m_DevicesById_8; } inline void set_m_DevicesById_8(Dictionary_2_t8806482C2146F52C36A8CED3F9F5BAB0A8207EE7 * value) { ___m_DevicesById_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_DevicesById_8), (void*)value); } inline static int32_t get_offset_of_m_AvailableDeviceCount_9() { return static_cast(offsetof(InputManager_t9E534956EF45276E5D7E75B3EA03BF1AB0EC411F, ___m_AvailableDeviceCount_9)); } inline int32_t get_m_AvailableDeviceCount_9() const { return ___m_AvailableDeviceCount_9; } inline int32_t* get_address_of_m_AvailableDeviceCount_9() { return &___m_AvailableDeviceCount_9; } inline void set_m_AvailableDeviceCount_9(int32_t value) { ___m_AvailableDeviceCount_9 = value; } inline static int32_t get_offset_of_m_AvailableDevices_10() { return static_cast(offsetof(InputManager_t9E534956EF45276E5D7E75B3EA03BF1AB0EC411F, ___m_AvailableDevices_10)); } inline AvailableDeviceU5BU5D_tD06A367F836B46BB029A8E9DAD83C23B6144D330* get_m_AvailableDevices_10() const { return ___m_AvailableDevices_10; } inline AvailableDeviceU5BU5D_tD06A367F836B46BB029A8E9DAD83C23B6144D330** get_address_of_m_AvailableDevices_10() { return &___m_AvailableDevices_10; } inline void set_m_AvailableDevices_10(AvailableDeviceU5BU5D_tD06A367F836B46BB029A8E9DAD83C23B6144D330* value) { ___m_AvailableDevices_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_AvailableDevices_10), (void*)value); } inline static int32_t get_offset_of_m_DisconnectedDevicesCount_11() { return static_cast(offsetof(InputManager_t9E534956EF45276E5D7E75B3EA03BF1AB0EC411F, ___m_DisconnectedDevicesCount_11)); } inline int32_t get_m_DisconnectedDevicesCount_11() const { return ___m_DisconnectedDevicesCount_11; } inline int32_t* get_address_of_m_DisconnectedDevicesCount_11() { return &___m_DisconnectedDevicesCount_11; } inline void set_m_DisconnectedDevicesCount_11(int32_t value) { ___m_DisconnectedDevicesCount_11 = value; } inline static int32_t get_offset_of_m_DisconnectedDevices_12() { return static_cast(offsetof(InputManager_t9E534956EF45276E5D7E75B3EA03BF1AB0EC411F, ___m_DisconnectedDevices_12)); } inline InputDeviceU5BU5D_tE05D1214F0F949DC3A889F8DB4B7A68A3089F6D6* get_m_DisconnectedDevices_12() const { return ___m_DisconnectedDevices_12; } inline InputDeviceU5BU5D_tE05D1214F0F949DC3A889F8DB4B7A68A3089F6D6** get_address_of_m_DisconnectedDevices_12() { return &___m_DisconnectedDevices_12; } inline void set_m_DisconnectedDevices_12(InputDeviceU5BU5D_tE05D1214F0F949DC3A889F8DB4B7A68A3089F6D6* value) { ___m_DisconnectedDevices_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_DisconnectedDevices_12), (void*)value); } inline static int32_t get_offset_of_m_UpdateMask_13() { return static_cast(offsetof(InputManager_t9E534956EF45276E5D7E75B3EA03BF1AB0EC411F, ___m_UpdateMask_13)); } inline int32_t get_m_UpdateMask_13() const { return ___m_UpdateMask_13; } inline int32_t* get_address_of_m_UpdateMask_13() { return &___m_UpdateMask_13; } inline void set_m_UpdateMask_13(int32_t value) { ___m_UpdateMask_13 = value; } inline static int32_t get_offset_of_m_CurrentUpdate_14() { return static_cast(offsetof(InputManager_t9E534956EF45276E5D7E75B3EA03BF1AB0EC411F, ___m_CurrentUpdate_14)); } inline int32_t get_m_CurrentUpdate_14() const { return ___m_CurrentUpdate_14; } inline int32_t* get_address_of_m_CurrentUpdate_14() { return &___m_CurrentUpdate_14; } inline void set_m_CurrentUpdate_14(int32_t value) { ___m_CurrentUpdate_14 = value; } inline static int32_t get_offset_of_m_StateBuffers_15() { return static_cast(offsetof(InputManager_t9E534956EF45276E5D7E75B3EA03BF1AB0EC411F, ___m_StateBuffers_15)); } inline InputStateBuffers_t39A534EACF079F6045AA73AB30197C3965F53FCA get_m_StateBuffers_15() const { return ___m_StateBuffers_15; } inline InputStateBuffers_t39A534EACF079F6045AA73AB30197C3965F53FCA * get_address_of_m_StateBuffers_15() { return &___m_StateBuffers_15; } inline void set_m_StateBuffers_15(InputStateBuffers_t39A534EACF079F6045AA73AB30197C3965F53FCA value) { ___m_StateBuffers_15 = value; } inline static int32_t get_offset_of_m_DeviceChangeListeners_16() { return static_cast(offsetof(InputManager_t9E534956EF45276E5D7E75B3EA03BF1AB0EC411F, ___m_DeviceChangeListeners_16)); } inline CallbackArray_1_t795D7D5DD5A3704BD45FEFE916C899F34DCEFC55 get_m_DeviceChangeListeners_16() const { return ___m_DeviceChangeListeners_16; } inline CallbackArray_1_t795D7D5DD5A3704BD45FEFE916C899F34DCEFC55 * get_address_of_m_DeviceChangeListeners_16() { return &___m_DeviceChangeListeners_16; } inline void set_m_DeviceChangeListeners_16(CallbackArray_1_t795D7D5DD5A3704BD45FEFE916C899F34DCEFC55 value) { ___m_DeviceChangeListeners_16 = value; Il2CppCodeGenWriteBarrier((void**)&((&(((&___m_DeviceChangeListeners_16))->___m_Callbacks_1))->___firstValue_1), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___m_DeviceChangeListeners_16))->___m_Callbacks_1))->___additionalValues_2), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___m_DeviceChangeListeners_16))->___m_CallbacksToAdd_2))->___firstValue_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___m_DeviceChangeListeners_16))->___m_CallbacksToAdd_2))->___additionalValues_2), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___m_DeviceChangeListeners_16))->___m_CallbacksToRemove_3))->___firstValue_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___m_DeviceChangeListeners_16))->___m_CallbacksToRemove_3))->___additionalValues_2), (void*)NULL); #endif } inline static int32_t get_offset_of_m_DeviceStateChangeListeners_17() { return static_cast(offsetof(InputManager_t9E534956EF45276E5D7E75B3EA03BF1AB0EC411F, ___m_DeviceStateChangeListeners_17)); } inline CallbackArray_1_t6B54B12C76958BFFEC586C4B69F70560884AEF34 get_m_DeviceStateChangeListeners_17() const { return ___m_DeviceStateChangeListeners_17; } inline CallbackArray_1_t6B54B12C76958BFFEC586C4B69F70560884AEF34 * get_address_of_m_DeviceStateChangeListeners_17() { return &___m_DeviceStateChangeListeners_17; } inline void set_m_DeviceStateChangeListeners_17(CallbackArray_1_t6B54B12C76958BFFEC586C4B69F70560884AEF34 value) { ___m_DeviceStateChangeListeners_17 = value; Il2CppCodeGenWriteBarrier((void**)&((&(((&___m_DeviceStateChangeListeners_17))->___m_Callbacks_1))->___firstValue_1), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___m_DeviceStateChangeListeners_17))->___m_Callbacks_1))->___additionalValues_2), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___m_DeviceStateChangeListeners_17))->___m_CallbacksToAdd_2))->___firstValue_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___m_DeviceStateChangeListeners_17))->___m_CallbacksToAdd_2))->___additionalValues_2), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___m_DeviceStateChangeListeners_17))->___m_CallbacksToRemove_3))->___firstValue_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___m_DeviceStateChangeListeners_17))->___m_CallbacksToRemove_3))->___additionalValues_2), (void*)NULL); #endif } inline static int32_t get_offset_of_m_DeviceFindLayoutCallbacks_18() { return static_cast(offsetof(InputManager_t9E534956EF45276E5D7E75B3EA03BF1AB0EC411F, ___m_DeviceFindLayoutCallbacks_18)); } inline CallbackArray_1_t93E9EAE4A3E6A2C408A9BE7E5D49BC3C6211F0D8 get_m_DeviceFindLayoutCallbacks_18() const { return ___m_DeviceFindLayoutCallbacks_18; } inline CallbackArray_1_t93E9EAE4A3E6A2C408A9BE7E5D49BC3C6211F0D8 * get_address_of_m_DeviceFindLayoutCallbacks_18() { return &___m_DeviceFindLayoutCallbacks_18; } inline void set_m_DeviceFindLayoutCallbacks_18(CallbackArray_1_t93E9EAE4A3E6A2C408A9BE7E5D49BC3C6211F0D8 value) { ___m_DeviceFindLayoutCallbacks_18 = value; Il2CppCodeGenWriteBarrier((void**)&((&(((&___m_DeviceFindLayoutCallbacks_18))->___m_Callbacks_1))->___firstValue_1), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___m_DeviceFindLayoutCallbacks_18))->___m_Callbacks_1))->___additionalValues_2), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___m_DeviceFindLayoutCallbacks_18))->___m_CallbacksToAdd_2))->___firstValue_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___m_DeviceFindLayoutCallbacks_18))->___m_CallbacksToAdd_2))->___additionalValues_2), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___m_DeviceFindLayoutCallbacks_18))->___m_CallbacksToRemove_3))->___firstValue_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___m_DeviceFindLayoutCallbacks_18))->___m_CallbacksToRemove_3))->___additionalValues_2), (void*)NULL); #endif } inline static int32_t get_offset_of_m_DeviceCommandCallbacks_19() { return static_cast(offsetof(InputManager_t9E534956EF45276E5D7E75B3EA03BF1AB0EC411F, ___m_DeviceCommandCallbacks_19)); } inline CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 get_m_DeviceCommandCallbacks_19() const { return ___m_DeviceCommandCallbacks_19; } inline CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 * get_address_of_m_DeviceCommandCallbacks_19() { return &___m_DeviceCommandCallbacks_19; } inline void set_m_DeviceCommandCallbacks_19(CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 value) { ___m_DeviceCommandCallbacks_19 = value; Il2CppCodeGenWriteBarrier((void**)&((&(((&___m_DeviceCommandCallbacks_19))->___m_Callbacks_1))->___firstValue_1), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___m_DeviceCommandCallbacks_19))->___m_Callbacks_1))->___additionalValues_2), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___m_DeviceCommandCallbacks_19))->___m_CallbacksToAdd_2))->___firstValue_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___m_DeviceCommandCallbacks_19))->___m_CallbacksToAdd_2))->___additionalValues_2), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___m_DeviceCommandCallbacks_19))->___m_CallbacksToRemove_3))->___firstValue_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___m_DeviceCommandCallbacks_19))->___m_CallbacksToRemove_3))->___additionalValues_2), (void*)NULL); #endif } inline static int32_t get_offset_of_m_LayoutChangeListeners_20() { return static_cast(offsetof(InputManager_t9E534956EF45276E5D7E75B3EA03BF1AB0EC411F, ___m_LayoutChangeListeners_20)); } inline CallbackArray_1_t506D5A43E1BA50974832B6281CE0E05C835BD3A9 get_m_LayoutChangeListeners_20() const { return ___m_LayoutChangeListeners_20; } inline CallbackArray_1_t506D5A43E1BA50974832B6281CE0E05C835BD3A9 * get_address_of_m_LayoutChangeListeners_20() { return &___m_LayoutChangeListeners_20; } inline void set_m_LayoutChangeListeners_20(CallbackArray_1_t506D5A43E1BA50974832B6281CE0E05C835BD3A9 value) { ___m_LayoutChangeListeners_20 = value; Il2CppCodeGenWriteBarrier((void**)&((&(((&___m_LayoutChangeListeners_20))->___m_Callbacks_1))->___firstValue_1), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___m_LayoutChangeListeners_20))->___m_Callbacks_1))->___additionalValues_2), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___m_LayoutChangeListeners_20))->___m_CallbacksToAdd_2))->___firstValue_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___m_LayoutChangeListeners_20))->___m_CallbacksToAdd_2))->___additionalValues_2), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___m_LayoutChangeListeners_20))->___m_CallbacksToRemove_3))->___firstValue_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___m_LayoutChangeListeners_20))->___m_CallbacksToRemove_3))->___additionalValues_2), (void*)NULL); #endif } inline static int32_t get_offset_of_m_EventListeners_21() { return static_cast(offsetof(InputManager_t9E534956EF45276E5D7E75B3EA03BF1AB0EC411F, ___m_EventListeners_21)); } inline CallbackArray_1_tA06EC98E05F3E9C1AFCCE7893F5E5AA755C87F61 get_m_EventListeners_21() const { return ___m_EventListeners_21; } inline CallbackArray_1_tA06EC98E05F3E9C1AFCCE7893F5E5AA755C87F61 * get_address_of_m_EventListeners_21() { return &___m_EventListeners_21; } inline void set_m_EventListeners_21(CallbackArray_1_tA06EC98E05F3E9C1AFCCE7893F5E5AA755C87F61 value) { ___m_EventListeners_21 = value; Il2CppCodeGenWriteBarrier((void**)&((&(((&___m_EventListeners_21))->___m_Callbacks_1))->___firstValue_1), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___m_EventListeners_21))->___m_Callbacks_1))->___additionalValues_2), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___m_EventListeners_21))->___m_CallbacksToAdd_2))->___firstValue_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___m_EventListeners_21))->___m_CallbacksToAdd_2))->___additionalValues_2), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___m_EventListeners_21))->___m_CallbacksToRemove_3))->___firstValue_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___m_EventListeners_21))->___m_CallbacksToRemove_3))->___additionalValues_2), (void*)NULL); #endif } inline static int32_t get_offset_of_m_BeforeUpdateListeners_22() { return static_cast(offsetof(InputManager_t9E534956EF45276E5D7E75B3EA03BF1AB0EC411F, ___m_BeforeUpdateListeners_22)); } inline CallbackArray_1_t0DD749ED472D7BAC72C349ECACECDD7329E47DF5 get_m_BeforeUpdateListeners_22() const { return ___m_BeforeUpdateListeners_22; } inline CallbackArray_1_t0DD749ED472D7BAC72C349ECACECDD7329E47DF5 * get_address_of_m_BeforeUpdateListeners_22() { return &___m_BeforeUpdateListeners_22; } inline void set_m_BeforeUpdateListeners_22(CallbackArray_1_t0DD749ED472D7BAC72C349ECACECDD7329E47DF5 value) { ___m_BeforeUpdateListeners_22 = value; Il2CppCodeGenWriteBarrier((void**)&((&(((&___m_BeforeUpdateListeners_22))->___m_Callbacks_1))->___firstValue_1), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___m_BeforeUpdateListeners_22))->___m_Callbacks_1))->___additionalValues_2), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___m_BeforeUpdateListeners_22))->___m_CallbacksToAdd_2))->___firstValue_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___m_BeforeUpdateListeners_22))->___m_CallbacksToAdd_2))->___additionalValues_2), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___m_BeforeUpdateListeners_22))->___m_CallbacksToRemove_3))->___firstValue_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___m_BeforeUpdateListeners_22))->___m_CallbacksToRemove_3))->___additionalValues_2), (void*)NULL); #endif } inline static int32_t get_offset_of_m_AfterUpdateListeners_23() { return static_cast(offsetof(InputManager_t9E534956EF45276E5D7E75B3EA03BF1AB0EC411F, ___m_AfterUpdateListeners_23)); } inline CallbackArray_1_t0DD749ED472D7BAC72C349ECACECDD7329E47DF5 get_m_AfterUpdateListeners_23() const { return ___m_AfterUpdateListeners_23; } inline CallbackArray_1_t0DD749ED472D7BAC72C349ECACECDD7329E47DF5 * get_address_of_m_AfterUpdateListeners_23() { return &___m_AfterUpdateListeners_23; } inline void set_m_AfterUpdateListeners_23(CallbackArray_1_t0DD749ED472D7BAC72C349ECACECDD7329E47DF5 value) { ___m_AfterUpdateListeners_23 = value; Il2CppCodeGenWriteBarrier((void**)&((&(((&___m_AfterUpdateListeners_23))->___m_Callbacks_1))->___firstValue_1), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___m_AfterUpdateListeners_23))->___m_Callbacks_1))->___additionalValues_2), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___m_AfterUpdateListeners_23))->___m_CallbacksToAdd_2))->___firstValue_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___m_AfterUpdateListeners_23))->___m_CallbacksToAdd_2))->___additionalValues_2), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___m_AfterUpdateListeners_23))->___m_CallbacksToRemove_3))->___firstValue_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___m_AfterUpdateListeners_23))->___m_CallbacksToRemove_3))->___additionalValues_2), (void*)NULL); #endif } inline static int32_t get_offset_of_m_SettingsChangedListeners_24() { return static_cast(offsetof(InputManager_t9E534956EF45276E5D7E75B3EA03BF1AB0EC411F, ___m_SettingsChangedListeners_24)); } inline CallbackArray_1_t0DD749ED472D7BAC72C349ECACECDD7329E47DF5 get_m_SettingsChangedListeners_24() const { return ___m_SettingsChangedListeners_24; } inline CallbackArray_1_t0DD749ED472D7BAC72C349ECACECDD7329E47DF5 * get_address_of_m_SettingsChangedListeners_24() { return &___m_SettingsChangedListeners_24; } inline void set_m_SettingsChangedListeners_24(CallbackArray_1_t0DD749ED472D7BAC72C349ECACECDD7329E47DF5 value) { ___m_SettingsChangedListeners_24 = value; Il2CppCodeGenWriteBarrier((void**)&((&(((&___m_SettingsChangedListeners_24))->___m_Callbacks_1))->___firstValue_1), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___m_SettingsChangedListeners_24))->___m_Callbacks_1))->___additionalValues_2), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___m_SettingsChangedListeners_24))->___m_CallbacksToAdd_2))->___firstValue_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___m_SettingsChangedListeners_24))->___m_CallbacksToAdd_2))->___additionalValues_2), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___m_SettingsChangedListeners_24))->___m_CallbacksToRemove_3))->___firstValue_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___m_SettingsChangedListeners_24))->___m_CallbacksToRemove_3))->___additionalValues_2), (void*)NULL); #endif } inline static int32_t get_offset_of_m_NativeBeforeUpdateHooked_25() { return static_cast(offsetof(InputManager_t9E534956EF45276E5D7E75B3EA03BF1AB0EC411F, ___m_NativeBeforeUpdateHooked_25)); } inline bool get_m_NativeBeforeUpdateHooked_25() const { return ___m_NativeBeforeUpdateHooked_25; } inline bool* get_address_of_m_NativeBeforeUpdateHooked_25() { return &___m_NativeBeforeUpdateHooked_25; } inline void set_m_NativeBeforeUpdateHooked_25(bool value) { ___m_NativeBeforeUpdateHooked_25 = value; } inline static int32_t get_offset_of_m_HaveDevicesWithStateCallbackReceivers_26() { return static_cast(offsetof(InputManager_t9E534956EF45276E5D7E75B3EA03BF1AB0EC411F, ___m_HaveDevicesWithStateCallbackReceivers_26)); } inline bool get_m_HaveDevicesWithStateCallbackReceivers_26() const { return ___m_HaveDevicesWithStateCallbackReceivers_26; } inline bool* get_address_of_m_HaveDevicesWithStateCallbackReceivers_26() { return &___m_HaveDevicesWithStateCallbackReceivers_26; } inline void set_m_HaveDevicesWithStateCallbackReceivers_26(bool value) { ___m_HaveDevicesWithStateCallbackReceivers_26 = value; } inline static int32_t get_offset_of_m_HasFocus_27() { return static_cast(offsetof(InputManager_t9E534956EF45276E5D7E75B3EA03BF1AB0EC411F, ___m_HasFocus_27)); } inline bool get_m_HasFocus_27() const { return ___m_HasFocus_27; } inline bool* get_address_of_m_HasFocus_27() { return &___m_HasFocus_27; } inline void set_m_HasFocus_27(bool value) { ___m_HasFocus_27 = value; } inline static int32_t get_offset_of_m_InputEventStream_28() { return static_cast(offsetof(InputManager_t9E534956EF45276E5D7E75B3EA03BF1AB0EC411F, ___m_InputEventStream_28)); } inline InputEventStream_t865DFD318AD1B67CF6D3701A97711E1EE6EE6755 get_m_InputEventStream_28() const { return ___m_InputEventStream_28; } inline InputEventStream_t865DFD318AD1B67CF6D3701A97711E1EE6EE6755 * get_address_of_m_InputEventStream_28() { return &___m_InputEventStream_28; } inline void set_m_InputEventStream_28(InputEventStream_t865DFD318AD1B67CF6D3701A97711E1EE6EE6755 value) { ___m_InputEventStream_28 = value; } inline static int32_t get_offset_of_m_DeviceFindExecuteCommandDelegate_29() { return static_cast(offsetof(InputManager_t9E534956EF45276E5D7E75B3EA03BF1AB0EC411F, ___m_DeviceFindExecuteCommandDelegate_29)); } inline InputDeviceExecuteCommandDelegate_tF81A7031A4D6D74BFB08C8CF4D1BA120DC47822D * get_m_DeviceFindExecuteCommandDelegate_29() const { return ___m_DeviceFindExecuteCommandDelegate_29; } inline InputDeviceExecuteCommandDelegate_tF81A7031A4D6D74BFB08C8CF4D1BA120DC47822D ** get_address_of_m_DeviceFindExecuteCommandDelegate_29() { return &___m_DeviceFindExecuteCommandDelegate_29; } inline void set_m_DeviceFindExecuteCommandDelegate_29(InputDeviceExecuteCommandDelegate_tF81A7031A4D6D74BFB08C8CF4D1BA120DC47822D * value) { ___m_DeviceFindExecuteCommandDelegate_29 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_DeviceFindExecuteCommandDelegate_29), (void*)value); } inline static int32_t get_offset_of_m_DeviceFindExecuteCommandDeviceId_30() { return static_cast(offsetof(InputManager_t9E534956EF45276E5D7E75B3EA03BF1AB0EC411F, ___m_DeviceFindExecuteCommandDeviceId_30)); } inline int32_t get_m_DeviceFindExecuteCommandDeviceId_30() const { return ___m_DeviceFindExecuteCommandDeviceId_30; } inline int32_t* get_address_of_m_DeviceFindExecuteCommandDeviceId_30() { return &___m_DeviceFindExecuteCommandDeviceId_30; } inline void set_m_DeviceFindExecuteCommandDeviceId_30(int32_t value) { ___m_DeviceFindExecuteCommandDeviceId_30 = value; } inline static int32_t get_offset_of_m_Runtime_31() { return static_cast(offsetof(InputManager_t9E534956EF45276E5D7E75B3EA03BF1AB0EC411F, ___m_Runtime_31)); } inline RuntimeObject* get_m_Runtime_31() const { return ___m_Runtime_31; } inline RuntimeObject** get_address_of_m_Runtime_31() { return &___m_Runtime_31; } inline void set_m_Runtime_31(RuntimeObject* value) { ___m_Runtime_31 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Runtime_31), (void*)value); } inline static int32_t get_offset_of_m_Metrics_32() { return static_cast(offsetof(InputManager_t9E534956EF45276E5D7E75B3EA03BF1AB0EC411F, ___m_Metrics_32)); } inline InputMetrics_tFE867DFF3DC815D81D0A7CFA0EE5F4B61DC4367C get_m_Metrics_32() const { return ___m_Metrics_32; } inline InputMetrics_tFE867DFF3DC815D81D0A7CFA0EE5F4B61DC4367C * get_address_of_m_Metrics_32() { return &___m_Metrics_32; } inline void set_m_Metrics_32(InputMetrics_tFE867DFF3DC815D81D0A7CFA0EE5F4B61DC4367C value) { ___m_Metrics_32 = value; } inline static int32_t get_offset_of_m_Settings_33() { return static_cast(offsetof(InputManager_t9E534956EF45276E5D7E75B3EA03BF1AB0EC411F, ___m_Settings_33)); } inline InputSettings_t6BB36025CA211DD3BC679396BF905603A155FCB6 * get_m_Settings_33() const { return ___m_Settings_33; } inline InputSettings_t6BB36025CA211DD3BC679396BF905603A155FCB6 ** get_address_of_m_Settings_33() { return &___m_Settings_33; } inline void set_m_Settings_33(InputSettings_t6BB36025CA211DD3BC679396BF905603A155FCB6 * value) { ___m_Settings_33 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Settings_33), (void*)value); } inline static int32_t get_offset_of_m_StateChangeMonitors_34() { return static_cast(offsetof(InputManager_t9E534956EF45276E5D7E75B3EA03BF1AB0EC411F, ___m_StateChangeMonitors_34)); } inline StateChangeMonitorsForDeviceU5BU5D_t4C364C88ABDD3FE860869EA9B64A5686D241B4FE* get_m_StateChangeMonitors_34() const { return ___m_StateChangeMonitors_34; } inline StateChangeMonitorsForDeviceU5BU5D_t4C364C88ABDD3FE860869EA9B64A5686D241B4FE** get_address_of_m_StateChangeMonitors_34() { return &___m_StateChangeMonitors_34; } inline void set_m_StateChangeMonitors_34(StateChangeMonitorsForDeviceU5BU5D_t4C364C88ABDD3FE860869EA9B64A5686D241B4FE* value) { ___m_StateChangeMonitors_34 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_StateChangeMonitors_34), (void*)value); } inline static int32_t get_offset_of_m_StateChangeMonitorTimeouts_35() { return static_cast(offsetof(InputManager_t9E534956EF45276E5D7E75B3EA03BF1AB0EC411F, ___m_StateChangeMonitorTimeouts_35)); } inline InlinedArray_1_tBFF8308CE5EDA3426BE79DD158C508CC6F129C8A get_m_StateChangeMonitorTimeouts_35() const { return ___m_StateChangeMonitorTimeouts_35; } inline InlinedArray_1_tBFF8308CE5EDA3426BE79DD158C508CC6F129C8A * get_address_of_m_StateChangeMonitorTimeouts_35() { return &___m_StateChangeMonitorTimeouts_35; } inline void set_m_StateChangeMonitorTimeouts_35(InlinedArray_1_tBFF8308CE5EDA3426BE79DD158C508CC6F129C8A value) { ___m_StateChangeMonitorTimeouts_35 = value; Il2CppCodeGenWriteBarrier((void**)&((&(((&___m_StateChangeMonitorTimeouts_35))->___firstValue_1))->___control_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___m_StateChangeMonitorTimeouts_35))->___firstValue_1))->___monitor_2), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___m_StateChangeMonitorTimeouts_35))->___additionalValues_2), (void*)NULL); #endif } }; // OVRResources struct OVRResources_t37AF76312E9A68399D23273B1E6C5472DAD25F05 : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: public: }; // UnityEngine.InputSystem.OnScreen.OnScreenControl struct OnScreenControl_tA6D277F33AD97847569391E9C6EC9443CD08AFE4 : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // UnityEngine.InputSystem.InputControl UnityEngine.InputSystem.OnScreen.OnScreenControl::m_Control InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * ___m_Control_4; // UnityEngine.InputSystem.OnScreen.OnScreenControl UnityEngine.InputSystem.OnScreen.OnScreenControl::m_NextControlOnDevice OnScreenControl_tA6D277F33AD97847569391E9C6EC9443CD08AFE4 * ___m_NextControlOnDevice_5; // UnityEngine.InputSystem.LowLevel.InputEventPtr UnityEngine.InputSystem.OnScreen.OnScreenControl::m_InputEventPtr InputEventPtr_t3ECDD4FDE129B0CD8021DF46D8D01D941F4AE5C1 ___m_InputEventPtr_6; public: inline static int32_t get_offset_of_m_Control_4() { return static_cast(offsetof(OnScreenControl_tA6D277F33AD97847569391E9C6EC9443CD08AFE4, ___m_Control_4)); } inline InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * get_m_Control_4() const { return ___m_Control_4; } inline InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 ** get_address_of_m_Control_4() { return &___m_Control_4; } inline void set_m_Control_4(InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * value) { ___m_Control_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Control_4), (void*)value); } inline static int32_t get_offset_of_m_NextControlOnDevice_5() { return static_cast(offsetof(OnScreenControl_tA6D277F33AD97847569391E9C6EC9443CD08AFE4, ___m_NextControlOnDevice_5)); } inline OnScreenControl_tA6D277F33AD97847569391E9C6EC9443CD08AFE4 * get_m_NextControlOnDevice_5() const { return ___m_NextControlOnDevice_5; } inline OnScreenControl_tA6D277F33AD97847569391E9C6EC9443CD08AFE4 ** get_address_of_m_NextControlOnDevice_5() { return &___m_NextControlOnDevice_5; } inline void set_m_NextControlOnDevice_5(OnScreenControl_tA6D277F33AD97847569391E9C6EC9443CD08AFE4 * value) { ___m_NextControlOnDevice_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_NextControlOnDevice_5), (void*)value); } inline static int32_t get_offset_of_m_InputEventPtr_6() { return static_cast(offsetof(OnScreenControl_tA6D277F33AD97847569391E9C6EC9443CD08AFE4, ___m_InputEventPtr_6)); } inline InputEventPtr_t3ECDD4FDE129B0CD8021DF46D8D01D941F4AE5C1 get_m_InputEventPtr_6() const { return ___m_InputEventPtr_6; } inline InputEventPtr_t3ECDD4FDE129B0CD8021DF46D8D01D941F4AE5C1 * get_address_of_m_InputEventPtr_6() { return &___m_InputEventPtr_6; } inline void set_m_InputEventPtr_6(InputEventPtr_t3ECDD4FDE129B0CD8021DF46D8D01D941F4AE5C1 value) { ___m_InputEventPtr_6 = value; } }; // UnityEngine.XR.OpenXR.OpenXRLoaderBase struct OpenXRLoaderBase_t98E3D636562FBE383DF4829734DD3E6D1585CAED : public XRLoaderHelper_t37A55C343AC31D25BB3EBD203DABFA357F51C013 { public: // UnityEngine.XR.OpenXR.OpenXRLoaderBase/LoaderState UnityEngine.XR.OpenXR.OpenXRLoaderBase::k__BackingField int32_t ___U3CcurrentLoaderStateU3Ek__BackingField_9; // System.Collections.Generic.List`1 UnityEngine.XR.OpenXR.OpenXRLoaderBase::validLoaderInitStates List_1_t5066E97BEA3518BA9F4AE3640BF775D6214811CC * ___validLoaderInitStates_10; // System.Collections.Generic.List`1 UnityEngine.XR.OpenXR.OpenXRLoaderBase::validLoaderStartStates List_1_t5066E97BEA3518BA9F4AE3640BF775D6214811CC * ___validLoaderStartStates_11; // System.Collections.Generic.List`1 UnityEngine.XR.OpenXR.OpenXRLoaderBase::validLoaderStopStates List_1_t5066E97BEA3518BA9F4AE3640BF775D6214811CC * ___validLoaderStopStates_12; // System.Collections.Generic.List`1 UnityEngine.XR.OpenXR.OpenXRLoaderBase::validLoaderDeinitStates List_1_t5066E97BEA3518BA9F4AE3640BF775D6214811CC * ___validLoaderDeinitStates_13; // System.Collections.Generic.List`1 UnityEngine.XR.OpenXR.OpenXRLoaderBase::runningStates List_1_t5066E97BEA3518BA9F4AE3640BF775D6214811CC * ___runningStates_14; // UnityEngine.XR.OpenXR.Features.OpenXRFeature/NativeEvent UnityEngine.XR.OpenXR.OpenXRLoaderBase::currentOpenXRState int32_t ___currentOpenXRState_15; // System.Boolean UnityEngine.XR.OpenXR.OpenXRLoaderBase::actionSetsAttached bool ___actionSetsAttached_16; // System.UnhandledExceptionEventHandler UnityEngine.XR.OpenXR.OpenXRLoaderBase::unhandledExceptionHandler UnhandledExceptionEventHandler_t1DF125A860ED9B70F24ADFA6CB0781533A23DA64 * ___unhandledExceptionHandler_17; // System.Boolean UnityEngine.XR.OpenXR.OpenXRLoaderBase::DisableValidationChecksOnEnteringPlaymode bool ___DisableValidationChecksOnEnteringPlaymode_18; // System.Double UnityEngine.XR.OpenXR.OpenXRLoaderBase::lastPollCheckTime double ___lastPollCheckTime_19; public: inline static int32_t get_offset_of_U3CcurrentLoaderStateU3Ek__BackingField_9() { return static_cast(offsetof(OpenXRLoaderBase_t98E3D636562FBE383DF4829734DD3E6D1585CAED, ___U3CcurrentLoaderStateU3Ek__BackingField_9)); } inline int32_t get_U3CcurrentLoaderStateU3Ek__BackingField_9() const { return ___U3CcurrentLoaderStateU3Ek__BackingField_9; } inline int32_t* get_address_of_U3CcurrentLoaderStateU3Ek__BackingField_9() { return &___U3CcurrentLoaderStateU3Ek__BackingField_9; } inline void set_U3CcurrentLoaderStateU3Ek__BackingField_9(int32_t value) { ___U3CcurrentLoaderStateU3Ek__BackingField_9 = value; } inline static int32_t get_offset_of_validLoaderInitStates_10() { return static_cast(offsetof(OpenXRLoaderBase_t98E3D636562FBE383DF4829734DD3E6D1585CAED, ___validLoaderInitStates_10)); } inline List_1_t5066E97BEA3518BA9F4AE3640BF775D6214811CC * get_validLoaderInitStates_10() const { return ___validLoaderInitStates_10; } inline List_1_t5066E97BEA3518BA9F4AE3640BF775D6214811CC ** get_address_of_validLoaderInitStates_10() { return &___validLoaderInitStates_10; } inline void set_validLoaderInitStates_10(List_1_t5066E97BEA3518BA9F4AE3640BF775D6214811CC * value) { ___validLoaderInitStates_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___validLoaderInitStates_10), (void*)value); } inline static int32_t get_offset_of_validLoaderStartStates_11() { return static_cast(offsetof(OpenXRLoaderBase_t98E3D636562FBE383DF4829734DD3E6D1585CAED, ___validLoaderStartStates_11)); } inline List_1_t5066E97BEA3518BA9F4AE3640BF775D6214811CC * get_validLoaderStartStates_11() const { return ___validLoaderStartStates_11; } inline List_1_t5066E97BEA3518BA9F4AE3640BF775D6214811CC ** get_address_of_validLoaderStartStates_11() { return &___validLoaderStartStates_11; } inline void set_validLoaderStartStates_11(List_1_t5066E97BEA3518BA9F4AE3640BF775D6214811CC * value) { ___validLoaderStartStates_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___validLoaderStartStates_11), (void*)value); } inline static int32_t get_offset_of_validLoaderStopStates_12() { return static_cast(offsetof(OpenXRLoaderBase_t98E3D636562FBE383DF4829734DD3E6D1585CAED, ___validLoaderStopStates_12)); } inline List_1_t5066E97BEA3518BA9F4AE3640BF775D6214811CC * get_validLoaderStopStates_12() const { return ___validLoaderStopStates_12; } inline List_1_t5066E97BEA3518BA9F4AE3640BF775D6214811CC ** get_address_of_validLoaderStopStates_12() { return &___validLoaderStopStates_12; } inline void set_validLoaderStopStates_12(List_1_t5066E97BEA3518BA9F4AE3640BF775D6214811CC * value) { ___validLoaderStopStates_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___validLoaderStopStates_12), (void*)value); } inline static int32_t get_offset_of_validLoaderDeinitStates_13() { return static_cast(offsetof(OpenXRLoaderBase_t98E3D636562FBE383DF4829734DD3E6D1585CAED, ___validLoaderDeinitStates_13)); } inline List_1_t5066E97BEA3518BA9F4AE3640BF775D6214811CC * get_validLoaderDeinitStates_13() const { return ___validLoaderDeinitStates_13; } inline List_1_t5066E97BEA3518BA9F4AE3640BF775D6214811CC ** get_address_of_validLoaderDeinitStates_13() { return &___validLoaderDeinitStates_13; } inline void set_validLoaderDeinitStates_13(List_1_t5066E97BEA3518BA9F4AE3640BF775D6214811CC * value) { ___validLoaderDeinitStates_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___validLoaderDeinitStates_13), (void*)value); } inline static int32_t get_offset_of_runningStates_14() { return static_cast(offsetof(OpenXRLoaderBase_t98E3D636562FBE383DF4829734DD3E6D1585CAED, ___runningStates_14)); } inline List_1_t5066E97BEA3518BA9F4AE3640BF775D6214811CC * get_runningStates_14() const { return ___runningStates_14; } inline List_1_t5066E97BEA3518BA9F4AE3640BF775D6214811CC ** get_address_of_runningStates_14() { return &___runningStates_14; } inline void set_runningStates_14(List_1_t5066E97BEA3518BA9F4AE3640BF775D6214811CC * value) { ___runningStates_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___runningStates_14), (void*)value); } inline static int32_t get_offset_of_currentOpenXRState_15() { return static_cast(offsetof(OpenXRLoaderBase_t98E3D636562FBE383DF4829734DD3E6D1585CAED, ___currentOpenXRState_15)); } inline int32_t get_currentOpenXRState_15() const { return ___currentOpenXRState_15; } inline int32_t* get_address_of_currentOpenXRState_15() { return &___currentOpenXRState_15; } inline void set_currentOpenXRState_15(int32_t value) { ___currentOpenXRState_15 = value; } inline static int32_t get_offset_of_actionSetsAttached_16() { return static_cast(offsetof(OpenXRLoaderBase_t98E3D636562FBE383DF4829734DD3E6D1585CAED, ___actionSetsAttached_16)); } inline bool get_actionSetsAttached_16() const { return ___actionSetsAttached_16; } inline bool* get_address_of_actionSetsAttached_16() { return &___actionSetsAttached_16; } inline void set_actionSetsAttached_16(bool value) { ___actionSetsAttached_16 = value; } inline static int32_t get_offset_of_unhandledExceptionHandler_17() { return static_cast(offsetof(OpenXRLoaderBase_t98E3D636562FBE383DF4829734DD3E6D1585CAED, ___unhandledExceptionHandler_17)); } inline UnhandledExceptionEventHandler_t1DF125A860ED9B70F24ADFA6CB0781533A23DA64 * get_unhandledExceptionHandler_17() const { return ___unhandledExceptionHandler_17; } inline UnhandledExceptionEventHandler_t1DF125A860ED9B70F24ADFA6CB0781533A23DA64 ** get_address_of_unhandledExceptionHandler_17() { return &___unhandledExceptionHandler_17; } inline void set_unhandledExceptionHandler_17(UnhandledExceptionEventHandler_t1DF125A860ED9B70F24ADFA6CB0781533A23DA64 * value) { ___unhandledExceptionHandler_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___unhandledExceptionHandler_17), (void*)value); } inline static int32_t get_offset_of_DisableValidationChecksOnEnteringPlaymode_18() { return static_cast(offsetof(OpenXRLoaderBase_t98E3D636562FBE383DF4829734DD3E6D1585CAED, ___DisableValidationChecksOnEnteringPlaymode_18)); } inline bool get_DisableValidationChecksOnEnteringPlaymode_18() const { return ___DisableValidationChecksOnEnteringPlaymode_18; } inline bool* get_address_of_DisableValidationChecksOnEnteringPlaymode_18() { return &___DisableValidationChecksOnEnteringPlaymode_18; } inline void set_DisableValidationChecksOnEnteringPlaymode_18(bool value) { ___DisableValidationChecksOnEnteringPlaymode_18 = value; } inline static int32_t get_offset_of_lastPollCheckTime_19() { return static_cast(offsetof(OpenXRLoaderBase_t98E3D636562FBE383DF4829734DD3E6D1585CAED, ___lastPollCheckTime_19)); } inline double get_lastPollCheckTime_19() const { return ___lastPollCheckTime_19; } inline double* get_address_of_lastPollCheckTime_19() { return &___lastPollCheckTime_19; } inline void set_lastPollCheckTime_19(double value) { ___lastPollCheckTime_19 = value; } }; // UnityEngine.EventSystems.UIBehaviour struct UIBehaviour_tD1C6E2D542222546D68510ECE74036EFBC3C3B0E : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: public: }; // UnityEngine.InputSystem.Controls.ButtonControl struct ButtonControl_t3918D56D674854AF9DFEB8CCF130919AAD9FCA68 : public AxisControl_tA997FF52442F7B08C7E13B7028393B4117248680 { public: // System.Single UnityEngine.InputSystem.Controls.ButtonControl::pressPoint float ___pressPoint_33; public: inline static int32_t get_offset_of_pressPoint_33() { return static_cast(offsetof(ButtonControl_t3918D56D674854AF9DFEB8CCF130919AAD9FCA68, ___pressPoint_33)); } inline float get_pressPoint_33() const { return ___pressPoint_33; } inline float* get_address_of_pressPoint_33() { return &___pressPoint_33; } inline void set_pressPoint_33(float value) { ___pressPoint_33 = value; } }; // UnityEngine.UI.LayoutGroup struct LayoutGroup_t63C978964192B57EFC660D5FDA03DEE89DDC1AE2 : public UIBehaviour_tD1C6E2D542222546D68510ECE74036EFBC3C3B0E { public: // UnityEngine.RectOffset UnityEngine.UI.LayoutGroup::m_Padding RectOffset_tE3A58467CD0749AD9D3E1271F9E315B38F39AE70 * ___m_Padding_4; // UnityEngine.TextAnchor UnityEngine.UI.LayoutGroup::m_ChildAlignment int32_t ___m_ChildAlignment_5; // UnityEngine.RectTransform UnityEngine.UI.LayoutGroup::m_Rect RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * ___m_Rect_6; // UnityEngine.DrivenRectTransformTracker UnityEngine.UI.LayoutGroup::m_Tracker DrivenRectTransformTracker_t7DAF937E47C63B899C7BA0E9B0F206AAB4D85AC2 ___m_Tracker_7; // UnityEngine.Vector2 UnityEngine.UI.LayoutGroup::m_TotalMinSize Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___m_TotalMinSize_8; // UnityEngine.Vector2 UnityEngine.UI.LayoutGroup::m_TotalPreferredSize Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___m_TotalPreferredSize_9; // UnityEngine.Vector2 UnityEngine.UI.LayoutGroup::m_TotalFlexibleSize Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___m_TotalFlexibleSize_10; // System.Collections.Generic.List`1 UnityEngine.UI.LayoutGroup::m_RectChildren List_1_t432BA4439FC00E108A9A351BD7FBCD9242270BB3 * ___m_RectChildren_11; public: inline static int32_t get_offset_of_m_Padding_4() { return static_cast(offsetof(LayoutGroup_t63C978964192B57EFC660D5FDA03DEE89DDC1AE2, ___m_Padding_4)); } inline RectOffset_tE3A58467CD0749AD9D3E1271F9E315B38F39AE70 * get_m_Padding_4() const { return ___m_Padding_4; } inline RectOffset_tE3A58467CD0749AD9D3E1271F9E315B38F39AE70 ** get_address_of_m_Padding_4() { return &___m_Padding_4; } inline void set_m_Padding_4(RectOffset_tE3A58467CD0749AD9D3E1271F9E315B38F39AE70 * value) { ___m_Padding_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Padding_4), (void*)value); } inline static int32_t get_offset_of_m_ChildAlignment_5() { return static_cast(offsetof(LayoutGroup_t63C978964192B57EFC660D5FDA03DEE89DDC1AE2, ___m_ChildAlignment_5)); } inline int32_t get_m_ChildAlignment_5() const { return ___m_ChildAlignment_5; } inline int32_t* get_address_of_m_ChildAlignment_5() { return &___m_ChildAlignment_5; } inline void set_m_ChildAlignment_5(int32_t value) { ___m_ChildAlignment_5 = value; } inline static int32_t get_offset_of_m_Rect_6() { return static_cast(offsetof(LayoutGroup_t63C978964192B57EFC660D5FDA03DEE89DDC1AE2, ___m_Rect_6)); } inline RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * get_m_Rect_6() const { return ___m_Rect_6; } inline RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 ** get_address_of_m_Rect_6() { return &___m_Rect_6; } inline void set_m_Rect_6(RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * value) { ___m_Rect_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Rect_6), (void*)value); } inline static int32_t get_offset_of_m_Tracker_7() { return static_cast(offsetof(LayoutGroup_t63C978964192B57EFC660D5FDA03DEE89DDC1AE2, ___m_Tracker_7)); } inline DrivenRectTransformTracker_t7DAF937E47C63B899C7BA0E9B0F206AAB4D85AC2 get_m_Tracker_7() const { return ___m_Tracker_7; } inline DrivenRectTransformTracker_t7DAF937E47C63B899C7BA0E9B0F206AAB4D85AC2 * get_address_of_m_Tracker_7() { return &___m_Tracker_7; } inline void set_m_Tracker_7(DrivenRectTransformTracker_t7DAF937E47C63B899C7BA0E9B0F206AAB4D85AC2 value) { ___m_Tracker_7 = value; } inline static int32_t get_offset_of_m_TotalMinSize_8() { return static_cast(offsetof(LayoutGroup_t63C978964192B57EFC660D5FDA03DEE89DDC1AE2, ___m_TotalMinSize_8)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_m_TotalMinSize_8() const { return ___m_TotalMinSize_8; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_m_TotalMinSize_8() { return &___m_TotalMinSize_8; } inline void set_m_TotalMinSize_8(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___m_TotalMinSize_8 = value; } inline static int32_t get_offset_of_m_TotalPreferredSize_9() { return static_cast(offsetof(LayoutGroup_t63C978964192B57EFC660D5FDA03DEE89DDC1AE2, ___m_TotalPreferredSize_9)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_m_TotalPreferredSize_9() const { return ___m_TotalPreferredSize_9; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_m_TotalPreferredSize_9() { return &___m_TotalPreferredSize_9; } inline void set_m_TotalPreferredSize_9(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___m_TotalPreferredSize_9 = value; } inline static int32_t get_offset_of_m_TotalFlexibleSize_10() { return static_cast(offsetof(LayoutGroup_t63C978964192B57EFC660D5FDA03DEE89DDC1AE2, ___m_TotalFlexibleSize_10)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_m_TotalFlexibleSize_10() const { return ___m_TotalFlexibleSize_10; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_m_TotalFlexibleSize_10() { return &___m_TotalFlexibleSize_10; } inline void set_m_TotalFlexibleSize_10(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___m_TotalFlexibleSize_10 = value; } inline static int32_t get_offset_of_m_RectChildren_11() { return static_cast(offsetof(LayoutGroup_t63C978964192B57EFC660D5FDA03DEE89DDC1AE2, ___m_RectChildren_11)); } inline List_1_t432BA4439FC00E108A9A351BD7FBCD9242270BB3 * get_m_RectChildren_11() const { return ___m_RectChildren_11; } inline List_1_t432BA4439FC00E108A9A351BD7FBCD9242270BB3 ** get_address_of_m_RectChildren_11() { return &___m_RectChildren_11; } inline void set_m_RectChildren_11(List_1_t432BA4439FC00E108A9A351BD7FBCD9242270BB3 * value) { ___m_RectChildren_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_RectChildren_11), (void*)value); } }; // System.Object // System.Object // UnityEngine.InputSystem.InputManager/<>c__60`1 struct U3CU3Ec__60_1_tA08E6D147247AD44AA40903677555270D38B9C63_StaticFields { public: // UnityEngine.InputSystem.InputManager/<>c__60`1 UnityEngine.InputSystem.InputManager/<>c__60`1::<>9 U3CU3Ec__60_1_tA08E6D147247AD44AA40903677555270D38B9C63 * ___U3CU3E9_0; // System.Func`1 UnityEngine.InputSystem.InputManager/<>c__60`1::<>9__60_0 Func_1_t76DECFBA7E8607FAED0307739AF623E13E9A32D8 * ___U3CU3E9__60_0_1; public: inline static int32_t get_offset_of_U3CU3E9_0() { return static_cast(offsetof(U3CU3Ec__60_1_tA08E6D147247AD44AA40903677555270D38B9C63_StaticFields, ___U3CU3E9_0)); } inline U3CU3Ec__60_1_tA08E6D147247AD44AA40903677555270D38B9C63 * get_U3CU3E9_0() const { return ___U3CU3E9_0; } inline U3CU3Ec__60_1_tA08E6D147247AD44AA40903677555270D38B9C63 ** get_address_of_U3CU3E9_0() { return &___U3CU3E9_0; } inline void set_U3CU3E9_0(U3CU3Ec__60_1_tA08E6D147247AD44AA40903677555270D38B9C63 * value) { ___U3CU3E9_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9_0), (void*)value); } inline static int32_t get_offset_of_U3CU3E9__60_0_1() { return static_cast(offsetof(U3CU3Ec__60_1_tA08E6D147247AD44AA40903677555270D38B9C63_StaticFields, ___U3CU3E9__60_0_1)); } inline Func_1_t76DECFBA7E8607FAED0307739AF623E13E9A32D8 * get_U3CU3E9__60_0_1() const { return ___U3CU3E9__60_0_1; } inline Func_1_t76DECFBA7E8607FAED0307739AF623E13E9A32D8 ** get_address_of_U3CU3E9__60_0_1() { return &___U3CU3E9__60_0_1; } inline void set_U3CU3E9__60_0_1(Func_1_t76DECFBA7E8607FAED0307739AF623E13E9A32D8 * value) { ___U3CU3E9__60_0_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9__60_0_1), (void*)value); } }; // UnityEngine.InputSystem.InputManager/<>c__60`1 // OVRResources/<>c__DisplayClass3_0`1 // OVRResources/<>c__DisplayClass3_0`1 // UnityEngine.InputSystem.Utilities.Observable/<>c__DisplayClass6_0`1 // UnityEngine.InputSystem.Utilities.Observable/<>c__DisplayClass6_0`1 // UnityEngine.InputSystem.Utilities.MiscHelpers/d__1`1 // UnityEngine.InputSystem.Utilities.MiscHelpers/d__1`1 // System.Linq.Enumerable/d__17`2 // System.Linq.Enumerable/d__17`2 // System.Linq.Enumerable/d__71`1 // System.Linq.Enumerable/d__71`1 // System.Collections.Generic.Dictionary`2 // System.Collections.Generic.Dictionary`2 // System.Collections.Generic.Dictionary`2 // System.Collections.Generic.Dictionary`2 // System.Collections.Generic.Dictionary`2 // System.Collections.Generic.Dictionary`2 // System.Collections.Generic.EqualityComparer`1 struct EqualityComparer_1_t469B0BBE7B6765C576211BEF8F2803A5AD411A20_StaticFields { public: // System.Collections.Generic.EqualityComparer`1 modreq(System.Runtime.CompilerServices.IsVolatile) System.Collections.Generic.EqualityComparer`1::defaultComparer EqualityComparer_1_t469B0BBE7B6765C576211BEF8F2803A5AD411A20 * ___defaultComparer_0; public: inline static int32_t get_offset_of_defaultComparer_0() { return static_cast(offsetof(EqualityComparer_1_t469B0BBE7B6765C576211BEF8F2803A5AD411A20_StaticFields, ___defaultComparer_0)); } inline EqualityComparer_1_t469B0BBE7B6765C576211BEF8F2803A5AD411A20 * get_defaultComparer_0() const { return ___defaultComparer_0; } inline EqualityComparer_1_t469B0BBE7B6765C576211BEF8F2803A5AD411A20 ** get_address_of_defaultComparer_0() { return &___defaultComparer_0; } inline void set_defaultComparer_0(EqualityComparer_1_t469B0BBE7B6765C576211BEF8F2803A5AD411A20 * value) { ___defaultComparer_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___defaultComparer_0), (void*)value); } }; // System.Collections.Generic.EqualityComparer`1 // System.Linq.Enumerable/Iterator`1 // System.Linq.Enumerable/Iterator`1 // System.Collections.Generic.List`1> struct List_1_tFBF6A022293416BA5AD7B89F3A150C81EF05606E_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray KeyValuePair_2U5BU5D_tA780E964000F617CC6335A0DEC92B09FE0085E1C* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_tFBF6A022293416BA5AD7B89F3A150C81EF05606E_StaticFields, ____emptyArray_5)); } inline KeyValuePair_2U5BU5D_tA780E964000F617CC6335A0DEC92B09FE0085E1C* get__emptyArray_5() const { return ____emptyArray_5; } inline KeyValuePair_2U5BU5D_tA780E964000F617CC6335A0DEC92B09FE0085E1C** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(KeyValuePair_2U5BU5D_tA780E964000F617CC6335A0DEC92B09FE0085E1C* value) { ____emptyArray_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value); } }; // System.Collections.Generic.List`1> // System.Collections.Generic.List`1 struct List_1_tE21C42BE31D35DD3ECF3322C6CA057E27A81B4D5_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray Color32U5BU5D_t7FEB526973BF84608073B85CF2D581427F0235E2* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_tE21C42BE31D35DD3ECF3322C6CA057E27A81B4D5_StaticFields, ____emptyArray_5)); } inline Color32U5BU5D_t7FEB526973BF84608073B85CF2D581427F0235E2* get__emptyArray_5() const { return ____emptyArray_5; } inline Color32U5BU5D_t7FEB526973BF84608073B85CF2D581427F0235E2** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(Color32U5BU5D_t7FEB526973BF84608073B85CF2D581427F0235E2* value) { ____emptyArray_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value); } }; // System.Collections.Generic.List`1 // System.Collections.Generic.List`1 struct List_1_tA3929E98F6AC5A6E95EF799D2E3294F214358C0F_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray ComponentU5BU5D_t181D1A0F31BD71963DE10ADB58D85A11E19FFF4A* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_tA3929E98F6AC5A6E95EF799D2E3294F214358C0F_StaticFields, ____emptyArray_5)); } inline ComponentU5BU5D_t181D1A0F31BD71963DE10ADB58D85A11E19FFF4A* get__emptyArray_5() const { return ____emptyArray_5; } inline ComponentU5BU5D_t181D1A0F31BD71963DE10ADB58D85A11E19FFF4A** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(ComponentU5BU5D_t181D1A0F31BD71963DE10ADB58D85A11E19FFF4A* value) { ____emptyArray_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value); } }; // System.Collections.Generic.List`1 // System.Collections.Generic.List`1 struct List_1_t9F9214BCC9E2E91710F684F76185A72C087B90F5_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray IEventSystemHandlerU5BU5D_tE4DAB3CFD6AE3EC24B88B3595771D0425A976B87* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_t9F9214BCC9E2E91710F684F76185A72C087B90F5_StaticFields, ____emptyArray_5)); } inline IEventSystemHandlerU5BU5D_tE4DAB3CFD6AE3EC24B88B3595771D0425A976B87* get__emptyArray_5() const { return ____emptyArray_5; } inline IEventSystemHandlerU5BU5D_tE4DAB3CFD6AE3EC24B88B3595771D0425A976B87** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(IEventSystemHandlerU5BU5D_tE4DAB3CFD6AE3EC24B88B3595771D0425A976B87* value) { ____emptyArray_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value); } }; // System.Collections.Generic.List`1 // System.Collections.Generic.List`1 struct List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7_StaticFields, ____emptyArray_5)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get__emptyArray_5() const { return ____emptyArray_5; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ____emptyArray_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value); } }; // System.Collections.Generic.List`1 // System.Collections.Generic.List`1 struct List_1_tCBF5EB99F2E538DCB47A8C835DD4B9C024879393_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray NameAndParametersU5BU5D_t960DDB52F44DD1231B0C626E9C859F1E0B2F5EAD* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_tCBF5EB99F2E538DCB47A8C835DD4B9C024879393_StaticFields, ____emptyArray_5)); } inline NameAndParametersU5BU5D_t960DDB52F44DD1231B0C626E9C859F1E0B2F5EAD* get__emptyArray_5() const { return ____emptyArray_5; } inline NameAndParametersU5BU5D_t960DDB52F44DD1231B0C626E9C859F1E0B2F5EAD** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(NameAndParametersU5BU5D_t960DDB52F44DD1231B0C626E9C859F1E0B2F5EAD* value) { ____emptyArray_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value); } }; // System.Collections.Generic.List`1 // System.Collections.Generic.List`1 struct List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5_StaticFields, ____emptyArray_5)); } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* get__emptyArray_5() const { return ____emptyArray_5; } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* value) { ____emptyArray_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value); } }; // System.Collections.Generic.List`1 // System.Collections.Generic.List`1 struct List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3_StaticFields, ____emptyArray_5)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get__emptyArray_5() const { return ____emptyArray_5; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ____emptyArray_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value); } }; // System.Collections.Generic.List`1 // System.Collections.Generic.List`1 struct List_1_t27D7842CA3FD659C9BE64845F118C2590EE2D2C0_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray TransformU5BU5D_t7821C0520CC567C0A069329C01AE9C058C7E3F1D* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_t27D7842CA3FD659C9BE64845F118C2590EE2D2C0_StaticFields, ____emptyArray_5)); } inline TransformU5BU5D_t7821C0520CC567C0A069329C01AE9C058C7E3F1D* get__emptyArray_5() const { return ____emptyArray_5; } inline TransformU5BU5D_t7821C0520CC567C0A069329C01AE9C058C7E3F1D** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(TransformU5BU5D_t7821C0520CC567C0A069329C01AE9C058C7E3F1D* value) { ____emptyArray_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value); } }; // System.Collections.Generic.List`1 // System.Collections.Generic.List`1 struct List_1_t400048180333F4A09A4A727C9A666AA5D2BB27A9_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_t400048180333F4A09A4A727C9A666AA5D2BB27A9_StaticFields, ____emptyArray_5)); } inline Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA* get__emptyArray_5() const { return ____emptyArray_5; } inline Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA* value) { ____emptyArray_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value); } }; // System.Collections.Generic.List`1 // System.Collections.Generic.List`1 struct List_1_t577D28CFF6DFE3F6A8D4409F7A21CBF513C04181_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_t577D28CFF6DFE3F6A8D4409F7A21CBF513C04181_StaticFields, ____emptyArray_5)); } inline Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* get__emptyArray_5() const { return ____emptyArray_5; } inline Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* value) { ____emptyArray_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value); } }; // System.Collections.Generic.List`1 // System.Collections.Generic.List`1 struct List_1_t14D5F8426BD7087A7AEB49D4DE3DEF404C8BE65A_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray Vector4U5BU5D_tCE72D928AA6FF1852BAC5E4396F6F0131ED11871* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_t14D5F8426BD7087A7AEB49D4DE3DEF404C8BE65A_StaticFields, ____emptyArray_5)); } inline Vector4U5BU5D_tCE72D928AA6FF1852BAC5E4396F6F0131ED11871* get__emptyArray_5() const { return ____emptyArray_5; } inline Vector4U5BU5D_tCE72D928AA6FF1852BAC5E4396F6F0131ED11871** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(Vector4U5BU5D_tCE72D928AA6FF1852BAC5E4396F6F0131ED11871* value) { ____emptyArray_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value); } }; // System.Collections.Generic.List`1 // System.Collections.Generic.List`1 struct List_1_tB7B59A258A4A84FCB5A2CC59F934C8B230EA963F_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray ControlItemU5BU5D_t534859CA6A52E2EC9DDDCA52FE280E8D5CD598DB* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_tB7B59A258A4A84FCB5A2CC59F934C8B230EA963F_StaticFields, ____emptyArray_5)); } inline ControlItemU5BU5D_t534859CA6A52E2EC9DDDCA52FE280E8D5CD598DB* get__emptyArray_5() const { return ____emptyArray_5; } inline ControlItemU5BU5D_t534859CA6A52E2EC9DDDCA52FE280E8D5CD598DB** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(ControlItemU5BU5D_t534859CA6A52E2EC9DDDCA52FE280E8D5CD598DB* value) { ____emptyArray_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value); } }; // System.Collections.Generic.List`1 // UnityEngine.UI.ObjectPool`1> // UnityEngine.UI.ObjectPool`1> // UnityEngine.InputSystem.Utilities.Observer`1 // UnityEngine.InputSystem.Utilities.Observer`1 // UnityEngine.InputSystem.Utilities.SelectManyObservable`2 // UnityEngine.InputSystem.Utilities.SelectManyObservable`2 // UnityEngine.InputSystem.LowLevel.SelectObservable`2 // UnityEngine.InputSystem.LowLevel.SelectObservable`2 // UnityEngine.InputSystem.LowLevel.SelectObservable`2 // UnityEngine.InputSystem.LowLevel.SelectObservable`2 // UnityEngine.InputSystem.Utilities.TakeNObservable`1 // UnityEngine.InputSystem.Utilities.TakeNObservable`1 // UnityEngine.InputSystem.Utilities.WhereObservable`1 // UnityEngine.InputSystem.Utilities.WhereObservable`1 // UnityEngine.EventSystems.AbstractEventData // UnityEngine.EventSystems.AbstractEventData struct Il2CppArrayBounds; // System.Array struct Il2CppArrayBounds; // System.Array // System.Text.Encoding struct Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827_StaticFields { public: // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::defaultEncoding Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * ___defaultEncoding_0; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::unicodeEncoding Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * ___unicodeEncoding_1; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::bigEndianUnicode Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * ___bigEndianUnicode_2; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::utf7Encoding Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * ___utf7Encoding_3; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::utf8Encoding Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * ___utf8Encoding_4; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::utf32Encoding Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * ___utf32Encoding_5; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::asciiEncoding Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * ___asciiEncoding_6; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::latin1Encoding Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * ___latin1Encoding_7; // System.Collections.Hashtable modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::encodings Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * ___encodings_8; // System.Object System.Text.Encoding::s_InternalSyncObject RuntimeObject * ___s_InternalSyncObject_15; public: inline static int32_t get_offset_of_defaultEncoding_0() { return static_cast(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827_StaticFields, ___defaultEncoding_0)); } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * get_defaultEncoding_0() const { return ___defaultEncoding_0; } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 ** get_address_of_defaultEncoding_0() { return &___defaultEncoding_0; } inline void set_defaultEncoding_0(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * value) { ___defaultEncoding_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___defaultEncoding_0), (void*)value); } inline static int32_t get_offset_of_unicodeEncoding_1() { return static_cast(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827_StaticFields, ___unicodeEncoding_1)); } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * get_unicodeEncoding_1() const { return ___unicodeEncoding_1; } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 ** get_address_of_unicodeEncoding_1() { return &___unicodeEncoding_1; } inline void set_unicodeEncoding_1(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * value) { ___unicodeEncoding_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___unicodeEncoding_1), (void*)value); } inline static int32_t get_offset_of_bigEndianUnicode_2() { return static_cast(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827_StaticFields, ___bigEndianUnicode_2)); } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * get_bigEndianUnicode_2() const { return ___bigEndianUnicode_2; } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 ** get_address_of_bigEndianUnicode_2() { return &___bigEndianUnicode_2; } inline void set_bigEndianUnicode_2(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * value) { ___bigEndianUnicode_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___bigEndianUnicode_2), (void*)value); } inline static int32_t get_offset_of_utf7Encoding_3() { return static_cast(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827_StaticFields, ___utf7Encoding_3)); } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * get_utf7Encoding_3() const { return ___utf7Encoding_3; } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 ** get_address_of_utf7Encoding_3() { return &___utf7Encoding_3; } inline void set_utf7Encoding_3(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * value) { ___utf7Encoding_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___utf7Encoding_3), (void*)value); } inline static int32_t get_offset_of_utf8Encoding_4() { return static_cast(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827_StaticFields, ___utf8Encoding_4)); } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * get_utf8Encoding_4() const { return ___utf8Encoding_4; } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 ** get_address_of_utf8Encoding_4() { return &___utf8Encoding_4; } inline void set_utf8Encoding_4(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * value) { ___utf8Encoding_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___utf8Encoding_4), (void*)value); } inline static int32_t get_offset_of_utf32Encoding_5() { return static_cast(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827_StaticFields, ___utf32Encoding_5)); } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * get_utf32Encoding_5() const { return ___utf32Encoding_5; } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 ** get_address_of_utf32Encoding_5() { return &___utf32Encoding_5; } inline void set_utf32Encoding_5(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * value) { ___utf32Encoding_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___utf32Encoding_5), (void*)value); } inline static int32_t get_offset_of_asciiEncoding_6() { return static_cast(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827_StaticFields, ___asciiEncoding_6)); } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * get_asciiEncoding_6() const { return ___asciiEncoding_6; } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 ** get_address_of_asciiEncoding_6() { return &___asciiEncoding_6; } inline void set_asciiEncoding_6(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * value) { ___asciiEncoding_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___asciiEncoding_6), (void*)value); } inline static int32_t get_offset_of_latin1Encoding_7() { return static_cast(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827_StaticFields, ___latin1Encoding_7)); } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * get_latin1Encoding_7() const { return ___latin1Encoding_7; } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 ** get_address_of_latin1Encoding_7() { return &___latin1Encoding_7; } inline void set_latin1Encoding_7(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * value) { ___latin1Encoding_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___latin1Encoding_7), (void*)value); } inline static int32_t get_offset_of_encodings_8() { return static_cast(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827_StaticFields, ___encodings_8)); } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * get_encodings_8() const { return ___encodings_8; } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC ** get_address_of_encodings_8() { return &___encodings_8; } inline void set_encodings_8(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * value) { ___encodings_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___encodings_8), (void*)value); } inline static int32_t get_offset_of_s_InternalSyncObject_15() { return static_cast(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827_StaticFields, ___s_InternalSyncObject_15)); } inline RuntimeObject * get_s_InternalSyncObject_15() const { return ___s_InternalSyncObject_15; } inline RuntimeObject ** get_address_of_s_InternalSyncObject_15() { return &___s_InternalSyncObject_15; } inline void set_s_InternalSyncObject_15(RuntimeObject * value) { ___s_InternalSyncObject_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_InternalSyncObject_15), (void*)value); } }; // System.Text.Encoding // System.Linq.Enumerable // System.Linq.Enumerable // UnityEngine.EventSystems.ExecuteEvents struct ExecuteEvents_tEA324150A01AFB802974FA8B7DB1C19F83FECA68_StaticFields { public: // UnityEngine.EventSystems.ExecuteEvents/EventFunction`1 UnityEngine.EventSystems.ExecuteEvents::s_PointerEnterHandler EventFunction_1_tBAE9A2CDB8174D2A78A46C57B54E9D86245D3BC8 * ___s_PointerEnterHandler_0; // UnityEngine.EventSystems.ExecuteEvents/EventFunction`1 UnityEngine.EventSystems.ExecuteEvents::s_PointerExitHandler EventFunction_1_t9E4CEC2DA9A249AE1B4E40E3D2B396741E347F60 * ___s_PointerExitHandler_1; // UnityEngine.EventSystems.ExecuteEvents/EventFunction`1 UnityEngine.EventSystems.ExecuteEvents::s_PointerDownHandler EventFunction_1_t613569DE3BDA144DA5A8D56AFFCA0A1F03DCD96C * ___s_PointerDownHandler_2; // UnityEngine.EventSystems.ExecuteEvents/EventFunction`1 UnityEngine.EventSystems.ExecuteEvents::s_PointerUpHandler EventFunction_1_t7FBE64714A4E50EF106796C42BB2493D33F6C7CA * ___s_PointerUpHandler_3; // UnityEngine.EventSystems.ExecuteEvents/EventFunction`1 UnityEngine.EventSystems.ExecuteEvents::s_PointerClickHandler EventFunction_1_t4870461507D94C55EB84820C99AC6C495DCE4A53 * ___s_PointerClickHandler_4; // UnityEngine.EventSystems.ExecuteEvents/EventFunction`1 UnityEngine.EventSystems.ExecuteEvents::s_InitializePotentialDragHandler EventFunction_1_t2890FC9B45E7B56EDFEC06B764D49D1EDB7E4ADA * ___s_InitializePotentialDragHandler_5; // UnityEngine.EventSystems.ExecuteEvents/EventFunction`1 UnityEngine.EventSystems.ExecuteEvents::s_BeginDragHandler EventFunction_1_t2090386F6F1AD36902CC49C47D33DBC66C60B100 * ___s_BeginDragHandler_6; // UnityEngine.EventSystems.ExecuteEvents/EventFunction`1 UnityEngine.EventSystems.ExecuteEvents::s_DragHandler EventFunction_1_t092EF97BABC8AD77EFF4A451CB7124FD24E1E10E * ___s_DragHandler_7; // UnityEngine.EventSystems.ExecuteEvents/EventFunction`1 UnityEngine.EventSystems.ExecuteEvents::s_EndDragHandler EventFunction_1_tEAD99CB0B6FC23ECDE82646A3710D24E183A26C5 * ___s_EndDragHandler_8; // UnityEngine.EventSystems.ExecuteEvents/EventFunction`1 UnityEngine.EventSystems.ExecuteEvents::s_DropHandler EventFunction_1_t5660F2E7C674760C0F595E987D232818F4E0AA0A * ___s_DropHandler_9; // UnityEngine.EventSystems.ExecuteEvents/EventFunction`1 UnityEngine.EventSystems.ExecuteEvents::s_ScrollHandler EventFunction_1_tA4599B6CC5BFC12FBD61E3E846515E4DEBA873EF * ___s_ScrollHandler_10; // UnityEngine.EventSystems.ExecuteEvents/EventFunction`1 UnityEngine.EventSystems.ExecuteEvents::s_UpdateSelectedHandler EventFunction_1_tB6C6DD6D13924F282523CD3468E286DA3742C74C * ___s_UpdateSelectedHandler_11; // UnityEngine.EventSystems.ExecuteEvents/EventFunction`1 UnityEngine.EventSystems.ExecuteEvents::s_SelectHandler EventFunction_1_tF2F90BDFC6B14457DE9485B3A5C065C31BE80AD0 * ___s_SelectHandler_12; // UnityEngine.EventSystems.ExecuteEvents/EventFunction`1 UnityEngine.EventSystems.ExecuteEvents::s_DeselectHandler EventFunction_1_tC96EF7224041A1435F414F0A974F5E415FFCC528 * ___s_DeselectHandler_13; // UnityEngine.EventSystems.ExecuteEvents/EventFunction`1 UnityEngine.EventSystems.ExecuteEvents::s_MoveHandler EventFunction_1_t5BDB9EBC3BFFC71A97904CD3E01ED89BEBEE00AD * ___s_MoveHandler_14; // UnityEngine.EventSystems.ExecuteEvents/EventFunction`1 UnityEngine.EventSystems.ExecuteEvents::s_SubmitHandler EventFunction_1_tD45A9BFBDD99A872DA88945877EBDFD3542C9E23 * ___s_SubmitHandler_15; // UnityEngine.EventSystems.ExecuteEvents/EventFunction`1 UnityEngine.EventSystems.ExecuteEvents::s_CancelHandler EventFunction_1_t62770D319A98A721900E1C08EC156D59926CDC42 * ___s_CancelHandler_16; // UnityEngine.UI.ObjectPool`1> UnityEngine.EventSystems.ExecuteEvents::s_HandlerListPool ObjectPool_1_t7DE371FC4173D0882831B9DD0945CA448A3BAB31 * ___s_HandlerListPool_17; // System.Collections.Generic.List`1 UnityEngine.EventSystems.ExecuteEvents::s_InternalTransformList List_1_t27D7842CA3FD659C9BE64845F118C2590EE2D2C0 * ___s_InternalTransformList_18; public: inline static int32_t get_offset_of_s_PointerEnterHandler_0() { return static_cast(offsetof(ExecuteEvents_tEA324150A01AFB802974FA8B7DB1C19F83FECA68_StaticFields, ___s_PointerEnterHandler_0)); } inline EventFunction_1_tBAE9A2CDB8174D2A78A46C57B54E9D86245D3BC8 * get_s_PointerEnterHandler_0() const { return ___s_PointerEnterHandler_0; } inline EventFunction_1_tBAE9A2CDB8174D2A78A46C57B54E9D86245D3BC8 ** get_address_of_s_PointerEnterHandler_0() { return &___s_PointerEnterHandler_0; } inline void set_s_PointerEnterHandler_0(EventFunction_1_tBAE9A2CDB8174D2A78A46C57B54E9D86245D3BC8 * value) { ___s_PointerEnterHandler_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_PointerEnterHandler_0), (void*)value); } inline static int32_t get_offset_of_s_PointerExitHandler_1() { return static_cast(offsetof(ExecuteEvents_tEA324150A01AFB802974FA8B7DB1C19F83FECA68_StaticFields, ___s_PointerExitHandler_1)); } inline EventFunction_1_t9E4CEC2DA9A249AE1B4E40E3D2B396741E347F60 * get_s_PointerExitHandler_1() const { return ___s_PointerExitHandler_1; } inline EventFunction_1_t9E4CEC2DA9A249AE1B4E40E3D2B396741E347F60 ** get_address_of_s_PointerExitHandler_1() { return &___s_PointerExitHandler_1; } inline void set_s_PointerExitHandler_1(EventFunction_1_t9E4CEC2DA9A249AE1B4E40E3D2B396741E347F60 * value) { ___s_PointerExitHandler_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_PointerExitHandler_1), (void*)value); } inline static int32_t get_offset_of_s_PointerDownHandler_2() { return static_cast(offsetof(ExecuteEvents_tEA324150A01AFB802974FA8B7DB1C19F83FECA68_StaticFields, ___s_PointerDownHandler_2)); } inline EventFunction_1_t613569DE3BDA144DA5A8D56AFFCA0A1F03DCD96C * get_s_PointerDownHandler_2() const { return ___s_PointerDownHandler_2; } inline EventFunction_1_t613569DE3BDA144DA5A8D56AFFCA0A1F03DCD96C ** get_address_of_s_PointerDownHandler_2() { return &___s_PointerDownHandler_2; } inline void set_s_PointerDownHandler_2(EventFunction_1_t613569DE3BDA144DA5A8D56AFFCA0A1F03DCD96C * value) { ___s_PointerDownHandler_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_PointerDownHandler_2), (void*)value); } inline static int32_t get_offset_of_s_PointerUpHandler_3() { return static_cast(offsetof(ExecuteEvents_tEA324150A01AFB802974FA8B7DB1C19F83FECA68_StaticFields, ___s_PointerUpHandler_3)); } inline EventFunction_1_t7FBE64714A4E50EF106796C42BB2493D33F6C7CA * get_s_PointerUpHandler_3() const { return ___s_PointerUpHandler_3; } inline EventFunction_1_t7FBE64714A4E50EF106796C42BB2493D33F6C7CA ** get_address_of_s_PointerUpHandler_3() { return &___s_PointerUpHandler_3; } inline void set_s_PointerUpHandler_3(EventFunction_1_t7FBE64714A4E50EF106796C42BB2493D33F6C7CA * value) { ___s_PointerUpHandler_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_PointerUpHandler_3), (void*)value); } inline static int32_t get_offset_of_s_PointerClickHandler_4() { return static_cast(offsetof(ExecuteEvents_tEA324150A01AFB802974FA8B7DB1C19F83FECA68_StaticFields, ___s_PointerClickHandler_4)); } inline EventFunction_1_t4870461507D94C55EB84820C99AC6C495DCE4A53 * get_s_PointerClickHandler_4() const { return ___s_PointerClickHandler_4; } inline EventFunction_1_t4870461507D94C55EB84820C99AC6C495DCE4A53 ** get_address_of_s_PointerClickHandler_4() { return &___s_PointerClickHandler_4; } inline void set_s_PointerClickHandler_4(EventFunction_1_t4870461507D94C55EB84820C99AC6C495DCE4A53 * value) { ___s_PointerClickHandler_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_PointerClickHandler_4), (void*)value); } inline static int32_t get_offset_of_s_InitializePotentialDragHandler_5() { return static_cast(offsetof(ExecuteEvents_tEA324150A01AFB802974FA8B7DB1C19F83FECA68_StaticFields, ___s_InitializePotentialDragHandler_5)); } inline EventFunction_1_t2890FC9B45E7B56EDFEC06B764D49D1EDB7E4ADA * get_s_InitializePotentialDragHandler_5() const { return ___s_InitializePotentialDragHandler_5; } inline EventFunction_1_t2890FC9B45E7B56EDFEC06B764D49D1EDB7E4ADA ** get_address_of_s_InitializePotentialDragHandler_5() { return &___s_InitializePotentialDragHandler_5; } inline void set_s_InitializePotentialDragHandler_5(EventFunction_1_t2890FC9B45E7B56EDFEC06B764D49D1EDB7E4ADA * value) { ___s_InitializePotentialDragHandler_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_InitializePotentialDragHandler_5), (void*)value); } inline static int32_t get_offset_of_s_BeginDragHandler_6() { return static_cast(offsetof(ExecuteEvents_tEA324150A01AFB802974FA8B7DB1C19F83FECA68_StaticFields, ___s_BeginDragHandler_6)); } inline EventFunction_1_t2090386F6F1AD36902CC49C47D33DBC66C60B100 * get_s_BeginDragHandler_6() const { return ___s_BeginDragHandler_6; } inline EventFunction_1_t2090386F6F1AD36902CC49C47D33DBC66C60B100 ** get_address_of_s_BeginDragHandler_6() { return &___s_BeginDragHandler_6; } inline void set_s_BeginDragHandler_6(EventFunction_1_t2090386F6F1AD36902CC49C47D33DBC66C60B100 * value) { ___s_BeginDragHandler_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_BeginDragHandler_6), (void*)value); } inline static int32_t get_offset_of_s_DragHandler_7() { return static_cast(offsetof(ExecuteEvents_tEA324150A01AFB802974FA8B7DB1C19F83FECA68_StaticFields, ___s_DragHandler_7)); } inline EventFunction_1_t092EF97BABC8AD77EFF4A451CB7124FD24E1E10E * get_s_DragHandler_7() const { return ___s_DragHandler_7; } inline EventFunction_1_t092EF97BABC8AD77EFF4A451CB7124FD24E1E10E ** get_address_of_s_DragHandler_7() { return &___s_DragHandler_7; } inline void set_s_DragHandler_7(EventFunction_1_t092EF97BABC8AD77EFF4A451CB7124FD24E1E10E * value) { ___s_DragHandler_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_DragHandler_7), (void*)value); } inline static int32_t get_offset_of_s_EndDragHandler_8() { return static_cast(offsetof(ExecuteEvents_tEA324150A01AFB802974FA8B7DB1C19F83FECA68_StaticFields, ___s_EndDragHandler_8)); } inline EventFunction_1_tEAD99CB0B6FC23ECDE82646A3710D24E183A26C5 * get_s_EndDragHandler_8() const { return ___s_EndDragHandler_8; } inline EventFunction_1_tEAD99CB0B6FC23ECDE82646A3710D24E183A26C5 ** get_address_of_s_EndDragHandler_8() { return &___s_EndDragHandler_8; } inline void set_s_EndDragHandler_8(EventFunction_1_tEAD99CB0B6FC23ECDE82646A3710D24E183A26C5 * value) { ___s_EndDragHandler_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_EndDragHandler_8), (void*)value); } inline static int32_t get_offset_of_s_DropHandler_9() { return static_cast(offsetof(ExecuteEvents_tEA324150A01AFB802974FA8B7DB1C19F83FECA68_StaticFields, ___s_DropHandler_9)); } inline EventFunction_1_t5660F2E7C674760C0F595E987D232818F4E0AA0A * get_s_DropHandler_9() const { return ___s_DropHandler_9; } inline EventFunction_1_t5660F2E7C674760C0F595E987D232818F4E0AA0A ** get_address_of_s_DropHandler_9() { return &___s_DropHandler_9; } inline void set_s_DropHandler_9(EventFunction_1_t5660F2E7C674760C0F595E987D232818F4E0AA0A * value) { ___s_DropHandler_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_DropHandler_9), (void*)value); } inline static int32_t get_offset_of_s_ScrollHandler_10() { return static_cast(offsetof(ExecuteEvents_tEA324150A01AFB802974FA8B7DB1C19F83FECA68_StaticFields, ___s_ScrollHandler_10)); } inline EventFunction_1_tA4599B6CC5BFC12FBD61E3E846515E4DEBA873EF * get_s_ScrollHandler_10() const { return ___s_ScrollHandler_10; } inline EventFunction_1_tA4599B6CC5BFC12FBD61E3E846515E4DEBA873EF ** get_address_of_s_ScrollHandler_10() { return &___s_ScrollHandler_10; } inline void set_s_ScrollHandler_10(EventFunction_1_tA4599B6CC5BFC12FBD61E3E846515E4DEBA873EF * value) { ___s_ScrollHandler_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_ScrollHandler_10), (void*)value); } inline static int32_t get_offset_of_s_UpdateSelectedHandler_11() { return static_cast(offsetof(ExecuteEvents_tEA324150A01AFB802974FA8B7DB1C19F83FECA68_StaticFields, ___s_UpdateSelectedHandler_11)); } inline EventFunction_1_tB6C6DD6D13924F282523CD3468E286DA3742C74C * get_s_UpdateSelectedHandler_11() const { return ___s_UpdateSelectedHandler_11; } inline EventFunction_1_tB6C6DD6D13924F282523CD3468E286DA3742C74C ** get_address_of_s_UpdateSelectedHandler_11() { return &___s_UpdateSelectedHandler_11; } inline void set_s_UpdateSelectedHandler_11(EventFunction_1_tB6C6DD6D13924F282523CD3468E286DA3742C74C * value) { ___s_UpdateSelectedHandler_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_UpdateSelectedHandler_11), (void*)value); } inline static int32_t get_offset_of_s_SelectHandler_12() { return static_cast(offsetof(ExecuteEvents_tEA324150A01AFB802974FA8B7DB1C19F83FECA68_StaticFields, ___s_SelectHandler_12)); } inline EventFunction_1_tF2F90BDFC6B14457DE9485B3A5C065C31BE80AD0 * get_s_SelectHandler_12() const { return ___s_SelectHandler_12; } inline EventFunction_1_tF2F90BDFC6B14457DE9485B3A5C065C31BE80AD0 ** get_address_of_s_SelectHandler_12() { return &___s_SelectHandler_12; } inline void set_s_SelectHandler_12(EventFunction_1_tF2F90BDFC6B14457DE9485B3A5C065C31BE80AD0 * value) { ___s_SelectHandler_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_SelectHandler_12), (void*)value); } inline static int32_t get_offset_of_s_DeselectHandler_13() { return static_cast(offsetof(ExecuteEvents_tEA324150A01AFB802974FA8B7DB1C19F83FECA68_StaticFields, ___s_DeselectHandler_13)); } inline EventFunction_1_tC96EF7224041A1435F414F0A974F5E415FFCC528 * get_s_DeselectHandler_13() const { return ___s_DeselectHandler_13; } inline EventFunction_1_tC96EF7224041A1435F414F0A974F5E415FFCC528 ** get_address_of_s_DeselectHandler_13() { return &___s_DeselectHandler_13; } inline void set_s_DeselectHandler_13(EventFunction_1_tC96EF7224041A1435F414F0A974F5E415FFCC528 * value) { ___s_DeselectHandler_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_DeselectHandler_13), (void*)value); } inline static int32_t get_offset_of_s_MoveHandler_14() { return static_cast(offsetof(ExecuteEvents_tEA324150A01AFB802974FA8B7DB1C19F83FECA68_StaticFields, ___s_MoveHandler_14)); } inline EventFunction_1_t5BDB9EBC3BFFC71A97904CD3E01ED89BEBEE00AD * get_s_MoveHandler_14() const { return ___s_MoveHandler_14; } inline EventFunction_1_t5BDB9EBC3BFFC71A97904CD3E01ED89BEBEE00AD ** get_address_of_s_MoveHandler_14() { return &___s_MoveHandler_14; } inline void set_s_MoveHandler_14(EventFunction_1_t5BDB9EBC3BFFC71A97904CD3E01ED89BEBEE00AD * value) { ___s_MoveHandler_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_MoveHandler_14), (void*)value); } inline static int32_t get_offset_of_s_SubmitHandler_15() { return static_cast(offsetof(ExecuteEvents_tEA324150A01AFB802974FA8B7DB1C19F83FECA68_StaticFields, ___s_SubmitHandler_15)); } inline EventFunction_1_tD45A9BFBDD99A872DA88945877EBDFD3542C9E23 * get_s_SubmitHandler_15() const { return ___s_SubmitHandler_15; } inline EventFunction_1_tD45A9BFBDD99A872DA88945877EBDFD3542C9E23 ** get_address_of_s_SubmitHandler_15() { return &___s_SubmitHandler_15; } inline void set_s_SubmitHandler_15(EventFunction_1_tD45A9BFBDD99A872DA88945877EBDFD3542C9E23 * value) { ___s_SubmitHandler_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_SubmitHandler_15), (void*)value); } inline static int32_t get_offset_of_s_CancelHandler_16() { return static_cast(offsetof(ExecuteEvents_tEA324150A01AFB802974FA8B7DB1C19F83FECA68_StaticFields, ___s_CancelHandler_16)); } inline EventFunction_1_t62770D319A98A721900E1C08EC156D59926CDC42 * get_s_CancelHandler_16() const { return ___s_CancelHandler_16; } inline EventFunction_1_t62770D319A98A721900E1C08EC156D59926CDC42 ** get_address_of_s_CancelHandler_16() { return &___s_CancelHandler_16; } inline void set_s_CancelHandler_16(EventFunction_1_t62770D319A98A721900E1C08EC156D59926CDC42 * value) { ___s_CancelHandler_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_CancelHandler_16), (void*)value); } inline static int32_t get_offset_of_s_HandlerListPool_17() { return static_cast(offsetof(ExecuteEvents_tEA324150A01AFB802974FA8B7DB1C19F83FECA68_StaticFields, ___s_HandlerListPool_17)); } inline ObjectPool_1_t7DE371FC4173D0882831B9DD0945CA448A3BAB31 * get_s_HandlerListPool_17() const { return ___s_HandlerListPool_17; } inline ObjectPool_1_t7DE371FC4173D0882831B9DD0945CA448A3BAB31 ** get_address_of_s_HandlerListPool_17() { return &___s_HandlerListPool_17; } inline void set_s_HandlerListPool_17(ObjectPool_1_t7DE371FC4173D0882831B9DD0945CA448A3BAB31 * value) { ___s_HandlerListPool_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_HandlerListPool_17), (void*)value); } inline static int32_t get_offset_of_s_InternalTransformList_18() { return static_cast(offsetof(ExecuteEvents_tEA324150A01AFB802974FA8B7DB1C19F83FECA68_StaticFields, ___s_InternalTransformList_18)); } inline List_1_t27D7842CA3FD659C9BE64845F118C2590EE2D2C0 * get_s_InternalTransformList_18() const { return ___s_InternalTransformList_18; } inline List_1_t27D7842CA3FD659C9BE64845F118C2590EE2D2C0 ** get_address_of_s_InternalTransformList_18() { return &___s_InternalTransformList_18; } inline void set_s_InternalTransformList_18(List_1_t27D7842CA3FD659C9BE64845F118C2590EE2D2C0 * value) { ___s_InternalTransformList_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_InternalTransformList_18), (void*)value); } }; // UnityEngine.EventSystems.ExecuteEvents // System.Linq.Expressions.Expression struct Expression_t30A004209C10C2D9A9785B2F74EEED431A4D4660_StaticFields { public: // System.Dynamic.Utils.CacheDict`2 System.Linq.Expressions.Expression::s_lambdaDelegateCache CacheDict_2_t23833FEB97C42D87EBF4B5FE3B56AA1336D7B3CE * ___s_lambdaDelegateCache_0; // System.Runtime.CompilerServices.ConditionalWeakTable`2 System.Linq.Expressions.Expression::s_legacyCtorSupportTable ConditionalWeakTable_2_t53315BD762B310982B9C8EEAA1BEB06E4E8D0815 * ___s_legacyCtorSupportTable_1; public: inline static int32_t get_offset_of_s_lambdaDelegateCache_0() { return static_cast(offsetof(Expression_t30A004209C10C2D9A9785B2F74EEED431A4D4660_StaticFields, ___s_lambdaDelegateCache_0)); } inline CacheDict_2_t23833FEB97C42D87EBF4B5FE3B56AA1336D7B3CE * get_s_lambdaDelegateCache_0() const { return ___s_lambdaDelegateCache_0; } inline CacheDict_2_t23833FEB97C42D87EBF4B5FE3B56AA1336D7B3CE ** get_address_of_s_lambdaDelegateCache_0() { return &___s_lambdaDelegateCache_0; } inline void set_s_lambdaDelegateCache_0(CacheDict_2_t23833FEB97C42D87EBF4B5FE3B56AA1336D7B3CE * value) { ___s_lambdaDelegateCache_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_lambdaDelegateCache_0), (void*)value); } inline static int32_t get_offset_of_s_legacyCtorSupportTable_1() { return static_cast(offsetof(Expression_t30A004209C10C2D9A9785B2F74EEED431A4D4660_StaticFields, ___s_legacyCtorSupportTable_1)); } inline ConditionalWeakTable_2_t53315BD762B310982B9C8EEAA1BEB06E4E8D0815 * get_s_legacyCtorSupportTable_1() const { return ___s_legacyCtorSupportTable_1; } inline ConditionalWeakTable_2_t53315BD762B310982B9C8EEAA1BEB06E4E8D0815 ** get_address_of_s_legacyCtorSupportTable_1() { return &___s_legacyCtorSupportTable_1; } inline void set_s_legacyCtorSupportTable_1(ConditionalWeakTable_2_t53315BD762B310982B9C8EEAA1BEB06E4E8D0815 * value) { ___s_legacyCtorSupportTable_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_legacyCtorSupportTable_1), (void*)value); } }; // System.Linq.Expressions.Expression // UnityEngine.InputSystem.Utilities.ForDeviceEventObservable // UnityEngine.InputSystem.Utilities.ForDeviceEventObservable // Unity.Jobs.IJobExtensions // Unity.Jobs.IJobExtensions // UnityEngine.InputSystem.InputActionRebindingExtensions struct InputActionRebindingExtensions_t5095793D16688EC281EC80EF028AF5CC21998483_StaticFields { public: // UnityEngine.InputSystem.InputActionRebindingExtensions/DeferBindingResolutionWrapper UnityEngine.InputSystem.InputActionRebindingExtensions::s_DeferBindingResolutionWrapper DeferBindingResolutionWrapper_tE67305335B476E901F955C3DFFA4F42DEF4225BC * ___s_DeferBindingResolutionWrapper_0; public: inline static int32_t get_offset_of_s_DeferBindingResolutionWrapper_0() { return static_cast(offsetof(InputActionRebindingExtensions_t5095793D16688EC281EC80EF028AF5CC21998483_StaticFields, ___s_DeferBindingResolutionWrapper_0)); } inline DeferBindingResolutionWrapper_tE67305335B476E901F955C3DFFA4F42DEF4225BC * get_s_DeferBindingResolutionWrapper_0() const { return ___s_DeferBindingResolutionWrapper_0; } inline DeferBindingResolutionWrapper_tE67305335B476E901F955C3DFFA4F42DEF4225BC ** get_address_of_s_DeferBindingResolutionWrapper_0() { return &___s_DeferBindingResolutionWrapper_0; } inline void set_s_DeferBindingResolutionWrapper_0(DeferBindingResolutionWrapper_tE67305335B476E901F955C3DFFA4F42DEF4225BC * value) { ___s_DeferBindingResolutionWrapper_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_DeferBindingResolutionWrapper_0), (void*)value); } }; // UnityEngine.InputSystem.InputActionRebindingExtensions // UnityEngine.InputSystem.Utilities.InputArrayExtensions // UnityEngine.InputSystem.Utilities.InputArrayExtensions // UnityEngine.InputSystem.InputControlExtensions // UnityEngine.InputSystem.InputControlExtensions // UnityEngine.InputSystem.InputControlPath // UnityEngine.InputSystem.InputControlPath // UnityEngine.InputSystem.LowLevel.InputRuntime struct InputRuntime_t86C5A649BE0CD84BFE7B27910A47F1C83E5108B8_StaticFields { public: // 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; public: inline static int32_t get_offset_of_s_Instance_0() { return static_cast(offsetof(InputRuntime_t86C5A649BE0CD84BFE7B27910A47F1C83E5108B8_StaticFields, ___s_Instance_0)); } inline RuntimeObject* get_s_Instance_0() const { return ___s_Instance_0; } inline RuntimeObject** get_address_of_s_Instance_0() { return &___s_Instance_0; } inline void set_s_Instance_0(RuntimeObject* value) { ___s_Instance_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_Instance_0), (void*)value); } inline static int32_t get_offset_of_s_CurrentTimeOffsetToRealtimeSinceStartup_1() { return static_cast(offsetof(InputRuntime_t86C5A649BE0CD84BFE7B27910A47F1C83E5108B8_StaticFields, ___s_CurrentTimeOffsetToRealtimeSinceStartup_1)); } inline double get_s_CurrentTimeOffsetToRealtimeSinceStartup_1() const { return ___s_CurrentTimeOffsetToRealtimeSinceStartup_1; } inline double* get_address_of_s_CurrentTimeOffsetToRealtimeSinceStartup_1() { return &___s_CurrentTimeOffsetToRealtimeSinceStartup_1; } inline void set_s_CurrentTimeOffsetToRealtimeSinceStartup_1(double value) { ___s_CurrentTimeOffsetToRealtimeSinceStartup_1 = value; } }; // UnityEngine.InputSystem.LowLevel.InputRuntime // UnityEngine.InputSystem.LowLevel.InputRuntimeExtensions // UnityEngine.InputSystem.LowLevel.InputRuntimeExtensions // UnityEngine.InputSystem.LowLevel.InputState // UnityEngine.InputSystem.LowLevel.InputState // UnityEngine.InputSystem.InputSystem struct InputSystem_tB2E105FFA04BBFEF25E381E9FBBE7DA78BB18380_StaticFields { public: // UnityEngine.InputSystem.InputManager UnityEngine.InputSystem.InputSystem::s_Manager InputManager_t9E534956EF45276E5D7E75B3EA03BF1AB0EC411F * ___s_Manager_2; // UnityEngine.InputSystem.InputRemoting UnityEngine.InputSystem.InputSystem::s_Remote InputRemoting_t1E0E6A3FCECB6332362D470A443CE1B1F0E26E38 * ___s_Remote_3; public: inline static int32_t get_offset_of_s_Manager_2() { return static_cast(offsetof(InputSystem_tB2E105FFA04BBFEF25E381E9FBBE7DA78BB18380_StaticFields, ___s_Manager_2)); } inline InputManager_t9E534956EF45276E5D7E75B3EA03BF1AB0EC411F * get_s_Manager_2() const { return ___s_Manager_2; } inline InputManager_t9E534956EF45276E5D7E75B3EA03BF1AB0EC411F ** get_address_of_s_Manager_2() { return &___s_Manager_2; } inline void set_s_Manager_2(InputManager_t9E534956EF45276E5D7E75B3EA03BF1AB0EC411F * value) { ___s_Manager_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_Manager_2), (void*)value); } inline static int32_t get_offset_of_s_Remote_3() { return static_cast(offsetof(InputSystem_tB2E105FFA04BBFEF25E381E9FBBE7DA78BB18380_StaticFields, ___s_Remote_3)); } inline InputRemoting_t1E0E6A3FCECB6332362D470A443CE1B1F0E26E38 * get_s_Remote_3() const { return ___s_Remote_3; } inline InputRemoting_t1E0E6A3FCECB6332362D470A443CE1B1F0E26E38 ** get_address_of_s_Remote_3() { return &___s_Remote_3; } inline void set_s_Remote_3(InputRemoting_t1E0E6A3FCECB6332362D470A443CE1B1F0E26E38 * value) { ___s_Remote_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_Remote_3), (void*)value); } }; // UnityEngine.InputSystem.InputSystem // System.Threading.Interlocked // System.Threading.Interlocked // System.Runtime.CompilerServices.JitHelpers // System.Runtime.CompilerServices.JitHelpers // UnityEngine.JsonUtility // UnityEngine.JsonUtility // System.Threading.LazyInitializer // System.Threading.LazyInitializer // FMODUnity.Legacy // FMODUnity.Legacy // System.Runtime.InteropServices.Marshal struct Marshal_tEBAFAE20369FCB1B38C49C4E27A8D8C2C4B55058_StaticFields { public: // System.Int32 System.Runtime.InteropServices.Marshal::SystemMaxDBCSCharSize int32_t ___SystemMaxDBCSCharSize_0; // System.Int32 System.Runtime.InteropServices.Marshal::SystemDefaultCharSize int32_t ___SystemDefaultCharSize_1; public: inline static int32_t get_offset_of_SystemMaxDBCSCharSize_0() { return static_cast(offsetof(Marshal_tEBAFAE20369FCB1B38C49C4E27A8D8C2C4B55058_StaticFields, ___SystemMaxDBCSCharSize_0)); } inline int32_t get_SystemMaxDBCSCharSize_0() const { return ___SystemMaxDBCSCharSize_0; } inline int32_t* get_address_of_SystemMaxDBCSCharSize_0() { return &___SystemMaxDBCSCharSize_0; } inline void set_SystemMaxDBCSCharSize_0(int32_t value) { ___SystemMaxDBCSCharSize_0 = value; } inline static int32_t get_offset_of_SystemDefaultCharSize_1() { return static_cast(offsetof(Marshal_tEBAFAE20369FCB1B38C49C4E27A8D8C2C4B55058_StaticFields, ___SystemDefaultCharSize_1)); } inline int32_t get_SystemDefaultCharSize_1() const { return ___SystemDefaultCharSize_1; } inline int32_t* get_address_of_SystemDefaultCharSize_1() { return &___SystemDefaultCharSize_1; } inline void set_SystemDefaultCharSize_1(int32_t value) { ___SystemDefaultCharSize_1 = value; } }; // System.Runtime.InteropServices.Marshal // System.MarshalByRefObject // System.MarshalByRefObject // System.Reflection.MemberInfo // System.Reflection.MemberInfo // UnityEngine.InputSystem.Utilities.MemoryHelpers // UnityEngine.InputSystem.Utilities.MemoryHelpers // UnityEngine.InputSystem.Utilities.MiscHelpers // UnityEngine.InputSystem.Utilities.MiscHelpers // Unity.Collections.LowLevel.Unsafe.NativeArrayUnsafeUtility // Unity.Collections.LowLevel.Unsafe.NativeArrayUnsafeUtility // Unity.Collections.LowLevel.Unsafe.NativeSliceUnsafeUtility // Unity.Collections.LowLevel.Unsafe.NativeSliceUnsafeUtility // UnityEngine.NoAllocHelpers // UnityEngine.NoAllocHelpers // UnityEngine.InputSystem.Utilities.Observable // UnityEngine.InputSystem.Utilities.Observable // UnityEngine.Rendering.PostProcessing.ParameterOverride // UnityEngine.Rendering.PostProcessing.ParameterOverride // UnityEngine.Playables.PlayableExtensions // UnityEngine.Playables.PlayableExtensions // System.String struct String_t_StaticFields { public: // System.String System.String::Empty String_t* ___Empty_5; public: inline static int32_t get_offset_of_Empty_5() { return static_cast(offsetof(String_t_StaticFields, ___Empty_5)); } inline String_t* get_Empty_5() const { return ___Empty_5; } inline String_t** get_address_of_Empty_5() { return &___Empty_5; } inline void set_Empty_5(String_t* value) { ___Empty_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___Empty_5), (void*)value); } }; // System.String // System.ValueType // System.ValueType // System.Linq.Buffer`1 // System.Linq.Buffer`1 // System.Linq.Buffer`1 // System.Linq.Buffer`1 // System.Linq.Buffer`1 // System.Linq.Buffer`1 // System.Linq.Buffer`1 // System.Linq.Buffer`1 // System.Linq.Buffer`1 // System.Linq.Buffer`1 // System.Linq.Buffer`1 // System.Linq.Buffer`1 // System.Linq.Buffer`1 // System.Linq.Buffer`1 // System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter // System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter // UnityEngine.InputSystem.InputBindingCompositeContext/DefaultComparer`1 // UnityEngine.InputSystem.InputBindingCompositeContext/DefaultComparer`1 // UnityEngine.InputSystem.Utilities.ReadOnlyArray`1/Enumerator // UnityEngine.InputSystem.Utilities.ReadOnlyArray`1/Enumerator // System.Collections.Generic.List`1/Enumerator // System.Collections.Generic.List`1/Enumerator // UnityEngine.InputSystem.Utilities.ReadOnlyArray`1/Enumerator // UnityEngine.InputSystem.Utilities.ReadOnlyArray`1/Enumerator // UnityEngine.InputSystem.Utilities.InlinedArray`1> // UnityEngine.InputSystem.Utilities.InlinedArray`1> // UnityEngine.InputSystem.Utilities.InlinedArray`1> // UnityEngine.InputSystem.Utilities.InlinedArray`1> // UnityEngine.InputSystem.Utilities.InlinedArray`1> // UnityEngine.InputSystem.Utilities.InlinedArray`1> // UnityEngine.InputSystem.Utilities.InlinedArray`1> // UnityEngine.InputSystem.Utilities.InlinedArray`1> // UnityEngine.InputSystem.Utilities.InlinedArray`1> // UnityEngine.InputSystem.Utilities.InlinedArray`1> // UnityEngine.InputSystem.Utilities.InlinedArray`1> // UnityEngine.InputSystem.Utilities.InlinedArray`1> // UnityEngine.InputSystem.Utilities.InlinedArray`1> // UnityEngine.InputSystem.Utilities.InlinedArray`1> // UnityEngine.InputSystem.Utilities.InlinedArray`1> // UnityEngine.InputSystem.Utilities.InlinedArray`1> // UnityEngine.InputSystem.Utilities.InlinedArray`1> // UnityEngine.InputSystem.Utilities.InlinedArray`1> // UnityEngine.InputSystem.Utilities.InlinedArray`1> // UnityEngine.InputSystem.Utilities.InlinedArray`1> // UnityEngine.InputSystem.Utilities.InlinedArray`1> // UnityEngine.InputSystem.Utilities.InlinedArray`1> // UnityEngine.InputSystem.Utilities.InlinedArray`1> // UnityEngine.InputSystem.Utilities.InlinedArray`1> // UnityEngine.InputSystem.Utilities.InlinedArray`1> // UnityEngine.InputSystem.Utilities.InlinedArray`1> // UnityEngine.InputSystem.Utilities.InlinedArray`1> // UnityEngine.InputSystem.Utilities.InlinedArray`1> // UnityEngine.InputSystem.Utilities.InlinedArray`1 // UnityEngine.InputSystem.Utilities.InlinedArray`1 // UnityEngine.InputSystem.Utilities.InlinedArray`1 // UnityEngine.InputSystem.Utilities.InlinedArray`1 // UnityEngine.InputSystem.Utilities.InlinedArray`1 // UnityEngine.InputSystem.Utilities.InlinedArray`1 // UnityEngine.InputSystem.Utilities.InlinedArray`1 // UnityEngine.InputSystem.Utilities.InlinedArray`1 // System.Collections.Generic.KeyValuePair`2 // System.Collections.Generic.KeyValuePair`2 // Unity.Collections.NativeSlice`1 // Unity.Collections.NativeSlice`1 // Unity.Collections.NativeSlice`1 // Unity.Collections.NativeSlice`1 // System.Nullable`1 // System.Nullable`1 // System.Nullable`1 // System.Nullable`1 // UnityEngine.Rendering.PostProcessing.ParameterOverride`1 // UnityEngine.Rendering.PostProcessing.ParameterOverride`1 // UnityEngine.Rendering.PostProcessing.ParameterOverride`1 // UnityEngine.Rendering.PostProcessing.ParameterOverride`1 // UnityEngine.Rendering.PostProcessing.ParameterOverride`1 // UnityEngine.Rendering.PostProcessing.ParameterOverride`1 // UnityEngine.Rendering.PostProcessing.ParameterOverride`1 // UnityEngine.Rendering.PostProcessing.ParameterOverride`1 // UnityEngine.InputSystem.Utilities.ReadOnlyArray`1 // UnityEngine.InputSystem.Utilities.ReadOnlyArray`1 // UnityEngine.InputSystem.Utilities.ReadOnlyArray`1 // UnityEngine.InputSystem.Utilities.ReadOnlyArray`1 // UnityEngine.InputSystem.Utilities.ReadOnlyArray`1 // UnityEngine.InputSystem.Utilities.ReadOnlyArray`1 // UnityEngine.InputSystem.Utilities.ReadOnlyArray`1 // UnityEngine.InputSystem.Utilities.ReadOnlyArray`1 // UnityEngine.InputSystem.Utilities.ReadOnlyArray`1 // UnityEngine.InputSystem.Utilities.ReadOnlyArray`1 // UnityEngine.InputSystem.Utilities.ReadOnlyArray`1 // UnityEngine.InputSystem.Utilities.ReadOnlyArray`1 // UnityEngine.InputSystem.Utilities.ReadOnlyArray`1 // UnityEngine.InputSystem.Utilities.ReadOnlyArray`1 // System.ValueTuple`2 // System.ValueTuple`2 // System.Linq.Enumerable/WhereArrayIterator`1 // System.Linq.Enumerable/WhereArrayIterator`1 // System.Linq.Enumerable/WhereEnumerableIterator`1 // System.Linq.Enumerable/WhereEnumerableIterator`1 // System.Runtime.CompilerServices.AsyncMethodBuilderCore // System.Runtime.CompilerServices.AsyncMethodBuilderCore // UnityEngine.EventSystems.BaseEventData // UnityEngine.EventSystems.BaseEventData // System.Boolean struct Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_StaticFields { public: // System.String System.Boolean::TrueString String_t* ___TrueString_5; // System.String System.Boolean::FalseString String_t* ___FalseString_6; public: inline static int32_t get_offset_of_TrueString_5() { return static_cast(offsetof(Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_StaticFields, ___TrueString_5)); } inline String_t* get_TrueString_5() const { return ___TrueString_5; } inline String_t** get_address_of_TrueString_5() { return &___TrueString_5; } inline void set_TrueString_5(String_t* value) { ___TrueString_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___TrueString_5), (void*)value); } inline static int32_t get_offset_of_FalseString_6() { return static_cast(offsetof(Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_StaticFields, ___FalseString_6)); } inline String_t* get_FalseString_6() const { return ___FalseString_6; } inline String_t** get_address_of_FalseString_6() { return &___FalseString_6; } inline void set_FalseString_6(String_t* value) { ___FalseString_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___FalseString_6), (void*)value); } }; // System.Boolean // System.Byte // System.Byte // System.Threading.CancellationToken struct CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD_StaticFields { public: // System.Action`1 System.Threading.CancellationToken::s_ActionToActionObjShunt Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * ___s_ActionToActionObjShunt_1; public: inline static int32_t get_offset_of_s_ActionToActionObjShunt_1() { return static_cast(offsetof(CancellationToken_tC9D68381C9164A4BA10397257E87ADC832AF5FFD_StaticFields, ___s_ActionToActionObjShunt_1)); } inline Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * get_s_ActionToActionObjShunt_1() const { return ___s_ActionToActionObjShunt_1; } inline Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC ** get_address_of_s_ActionToActionObjShunt_1() { return &___s_ActionToActionObjShunt_1; } inline void set_s_ActionToActionObjShunt_1(Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * value) { ___s_ActionToActionObjShunt_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_ActionToActionObjShunt_1), (void*)value); } }; // System.Threading.CancellationToken // System.Char struct Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_StaticFields { public: // System.Byte[] System.Char::categoryForLatin1 ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___categoryForLatin1_3; public: inline static int32_t get_offset_of_categoryForLatin1_3() { return static_cast(offsetof(Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_StaticFields, ___categoryForLatin1_3)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_categoryForLatin1_3() const { return ___categoryForLatin1_3; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_categoryForLatin1_3() { return &___categoryForLatin1_3; } inline void set_categoryForLatin1_3(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___categoryForLatin1_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___categoryForLatin1_3), (void*)value); } }; // System.Char // UnityEngine.Color // UnityEngine.Color // UnityEngine.Color32 // UnityEngine.Color32 // System.Double struct Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_StaticFields { public: // System.Double System.Double::NegativeZero double ___NegativeZero_7; public: inline static int32_t get_offset_of_NegativeZero_7() { return static_cast(offsetof(Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_StaticFields, ___NegativeZero_7)); } inline double get_NegativeZero_7() const { return ___NegativeZero_7; } inline double* get_address_of_NegativeZero_7() { return &___NegativeZero_7; } inline void set_NegativeZero_7(double value) { ___NegativeZero_7 = value; } }; // System.Double // UnityEngine.DrivenRectTransformTracker // UnityEngine.DrivenRectTransformTracker // UnityEngine.InputSystem.DualShock.LowLevel.DualSenseHIDOutputReportPayload // UnityEngine.InputSystem.DualShock.LowLevel.DualSenseHIDOutputReportPayload // System.Enum struct Enum_t23B90B40F60E677A8025267341651C94AE079CDA_StaticFields { public: // System.Char[] System.Enum::enumSeperatorCharArray CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___enumSeperatorCharArray_0; public: inline static int32_t get_offset_of_enumSeperatorCharArray_0() { return static_cast(offsetof(Enum_t23B90B40F60E677A8025267341651C94AE079CDA_StaticFields, ___enumSeperatorCharArray_0)); } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* get_enumSeperatorCharArray_0() const { return ___enumSeperatorCharArray_0; } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** get_address_of_enumSeperatorCharArray_0() { return &___enumSeperatorCharArray_0; } inline void set_enumSeperatorCharArray_0(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* value) { ___enumSeperatorCharArray_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___enumSeperatorCharArray_0), (void*)value); } }; // System.Enum // UnityEngine.InputSystem.Utilities.FourCC // UnityEngine.InputSystem.Utilities.FourCC // UnityEngine.FrustumPlanes // UnityEngine.FrustumPlanes // System.Runtime.InteropServices.GCHandle // System.Runtime.InteropServices.GCHandle // UnityEngine.XR.HapticCapabilities // UnityEngine.XR.HapticCapabilities // UnityEngine.InputSystem.InputBindingCompositeContext // UnityEngine.InputSystem.InputBindingCompositeContext // UnityEngine.InputSystem.InputControlScheme // UnityEngine.InputSystem.InputControlScheme // UnityEngine.XR.InputDevice struct InputDevice_t69B790C68145C769BA3819DE33AA94155C77207E_StaticFields { public: // System.Collections.Generic.List`1 UnityEngine.XR.InputDevice::s_InputSubsystemCache List_1_t39579540B4BF5D674E4CAA282D3CEA957BCB90D4 * ___s_InputSubsystemCache_0; public: inline static int32_t get_offset_of_s_InputSubsystemCache_0() { return static_cast(offsetof(InputDevice_t69B790C68145C769BA3819DE33AA94155C77207E_StaticFields, ___s_InputSubsystemCache_0)); } inline List_1_t39579540B4BF5D674E4CAA282D3CEA957BCB90D4 * get_s_InputSubsystemCache_0() const { return ___s_InputSubsystemCache_0; } inline List_1_t39579540B4BF5D674E4CAA282D3CEA957BCB90D4 ** get_address_of_s_InputSubsystemCache_0() { return &___s_InputSubsystemCache_0; } inline void set_s_InputSubsystemCache_0(List_1_t39579540B4BF5D674E4CAA282D3CEA957BCB90D4 * value) { ___s_InputSubsystemCache_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_InputSubsystemCache_0), (void*)value); } }; // UnityEngine.XR.InputDevice // 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 { public: // System.IntPtr System.IntPtr::Zero intptr_t ___Zero_1; public: inline static int32_t get_offset_of_Zero_1() { return static_cast(offsetof(IntPtr_t_StaticFields, ___Zero_1)); } inline intptr_t get_Zero_1() const { return ___Zero_1; } inline intptr_t* get_address_of_Zero_1() { return &___Zero_1; } inline void set_Zero_1(intptr_t value) { ___Zero_1 = value; } }; // System.IntPtr // UnityEngine.InputSystem.Utilities.InternedString // UnityEngine.InputSystem.Utilities.InternedString // System.Linq.Expressions.LambdaExpression // System.Linq.Expressions.LambdaExpression // System.Linq.Expressions.MemberExpression // System.Linq.Expressions.MemberExpression // System.Reflection.PropertyInfo // System.Reflection.PropertyInfo // UnityEngine.Quaternion struct Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4_StaticFields { public: // UnityEngine.Quaternion UnityEngine.Quaternion::identityQuaternion Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 ___identityQuaternion_4; public: inline static int32_t get_offset_of_identityQuaternion_4() { return static_cast(offsetof(Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4_StaticFields, ___identityQuaternion_4)); } inline Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 get_identityQuaternion_4() const { return ___identityQuaternion_4; } inline Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 * get_address_of_identityQuaternion_4() { return &___identityQuaternion_4; } inline void set_identityQuaternion_4(Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 value) { ___identityQuaternion_4 = value; } }; // UnityEngine.Quaternion // System.Single // System.Single // UnityEngine.InputSystem.Utilities.TypeTable // UnityEngine.InputSystem.Utilities.TypeTable // System.UInt16 // System.UInt16 // System.UInt32 // System.UInt32 // System.Linq.Expressions.UnaryExpression // System.Linq.Expressions.UnaryExpression // UnityEngine.Vector2 struct Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9_StaticFields { public: // UnityEngine.Vector2 UnityEngine.Vector2::zeroVector Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___zeroVector_2; // UnityEngine.Vector2 UnityEngine.Vector2::oneVector Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___oneVector_3; // UnityEngine.Vector2 UnityEngine.Vector2::upVector Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___upVector_4; // UnityEngine.Vector2 UnityEngine.Vector2::downVector Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___downVector_5; // UnityEngine.Vector2 UnityEngine.Vector2::leftVector Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___leftVector_6; // UnityEngine.Vector2 UnityEngine.Vector2::rightVector Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___rightVector_7; // UnityEngine.Vector2 UnityEngine.Vector2::positiveInfinityVector Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___positiveInfinityVector_8; // UnityEngine.Vector2 UnityEngine.Vector2::negativeInfinityVector Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___negativeInfinityVector_9; public: inline static int32_t get_offset_of_zeroVector_2() { return static_cast(offsetof(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9_StaticFields, ___zeroVector_2)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_zeroVector_2() const { return ___zeroVector_2; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_zeroVector_2() { return &___zeroVector_2; } inline void set_zeroVector_2(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___zeroVector_2 = value; } inline static int32_t get_offset_of_oneVector_3() { return static_cast(offsetof(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9_StaticFields, ___oneVector_3)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_oneVector_3() const { return ___oneVector_3; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_oneVector_3() { return &___oneVector_3; } inline void set_oneVector_3(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___oneVector_3 = value; } inline static int32_t get_offset_of_upVector_4() { return static_cast(offsetof(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9_StaticFields, ___upVector_4)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_upVector_4() const { return ___upVector_4; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_upVector_4() { return &___upVector_4; } inline void set_upVector_4(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___upVector_4 = value; } inline static int32_t get_offset_of_downVector_5() { return static_cast(offsetof(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9_StaticFields, ___downVector_5)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_downVector_5() const { return ___downVector_5; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_downVector_5() { return &___downVector_5; } inline void set_downVector_5(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___downVector_5 = value; } inline static int32_t get_offset_of_leftVector_6() { return static_cast(offsetof(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9_StaticFields, ___leftVector_6)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_leftVector_6() const { return ___leftVector_6; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_leftVector_6() { return &___leftVector_6; } inline void set_leftVector_6(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___leftVector_6 = value; } inline static int32_t get_offset_of_rightVector_7() { return static_cast(offsetof(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9_StaticFields, ___rightVector_7)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_rightVector_7() const { return ___rightVector_7; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_rightVector_7() { return &___rightVector_7; } inline void set_rightVector_7(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___rightVector_7 = value; } inline static int32_t get_offset_of_positiveInfinityVector_8() { return static_cast(offsetof(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9_StaticFields, ___positiveInfinityVector_8)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_positiveInfinityVector_8() const { return ___positiveInfinityVector_8; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_positiveInfinityVector_8() { return &___positiveInfinityVector_8; } inline void set_positiveInfinityVector_8(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___positiveInfinityVector_8 = value; } inline static int32_t get_offset_of_negativeInfinityVector_9() { return static_cast(offsetof(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9_StaticFields, ___negativeInfinityVector_9)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_negativeInfinityVector_9() const { return ___negativeInfinityVector_9; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_negativeInfinityVector_9() { return &___negativeInfinityVector_9; } inline void set_negativeInfinityVector_9(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___negativeInfinityVector_9 = value; } }; // UnityEngine.Vector2 // UnityEngine.Vector3 struct Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_StaticFields { public: // UnityEngine.Vector3 UnityEngine.Vector3::zeroVector Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___zeroVector_5; // UnityEngine.Vector3 UnityEngine.Vector3::oneVector Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___oneVector_6; // UnityEngine.Vector3 UnityEngine.Vector3::upVector Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___upVector_7; // UnityEngine.Vector3 UnityEngine.Vector3::downVector Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___downVector_8; // UnityEngine.Vector3 UnityEngine.Vector3::leftVector Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___leftVector_9; // UnityEngine.Vector3 UnityEngine.Vector3::rightVector Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___rightVector_10; // UnityEngine.Vector3 UnityEngine.Vector3::forwardVector Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___forwardVector_11; // UnityEngine.Vector3 UnityEngine.Vector3::backVector Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___backVector_12; // UnityEngine.Vector3 UnityEngine.Vector3::positiveInfinityVector Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___positiveInfinityVector_13; // UnityEngine.Vector3 UnityEngine.Vector3::negativeInfinityVector Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___negativeInfinityVector_14; public: inline static int32_t get_offset_of_zeroVector_5() { return static_cast(offsetof(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_StaticFields, ___zeroVector_5)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_zeroVector_5() const { return ___zeroVector_5; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_zeroVector_5() { return &___zeroVector_5; } inline void set_zeroVector_5(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___zeroVector_5 = value; } inline static int32_t get_offset_of_oneVector_6() { return static_cast(offsetof(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_StaticFields, ___oneVector_6)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_oneVector_6() const { return ___oneVector_6; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_oneVector_6() { return &___oneVector_6; } inline void set_oneVector_6(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___oneVector_6 = value; } inline static int32_t get_offset_of_upVector_7() { return static_cast(offsetof(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_StaticFields, ___upVector_7)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_upVector_7() const { return ___upVector_7; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_upVector_7() { return &___upVector_7; } inline void set_upVector_7(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___upVector_7 = value; } inline static int32_t get_offset_of_downVector_8() { return static_cast(offsetof(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_StaticFields, ___downVector_8)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_downVector_8() const { return ___downVector_8; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_downVector_8() { return &___downVector_8; } inline void set_downVector_8(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___downVector_8 = value; } inline static int32_t get_offset_of_leftVector_9() { return static_cast(offsetof(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_StaticFields, ___leftVector_9)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_leftVector_9() const { return ___leftVector_9; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_leftVector_9() { return &___leftVector_9; } inline void set_leftVector_9(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___leftVector_9 = value; } inline static int32_t get_offset_of_rightVector_10() { return static_cast(offsetof(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_StaticFields, ___rightVector_10)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_rightVector_10() const { return ___rightVector_10; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_rightVector_10() { return &___rightVector_10; } inline void set_rightVector_10(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___rightVector_10 = value; } inline static int32_t get_offset_of_forwardVector_11() { return static_cast(offsetof(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_StaticFields, ___forwardVector_11)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_forwardVector_11() const { return ___forwardVector_11; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_forwardVector_11() { return &___forwardVector_11; } inline void set_forwardVector_11(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___forwardVector_11 = value; } inline static int32_t get_offset_of_backVector_12() { return static_cast(offsetof(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_StaticFields, ___backVector_12)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_backVector_12() const { return ___backVector_12; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_backVector_12() { return &___backVector_12; } inline void set_backVector_12(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___backVector_12 = value; } inline static int32_t get_offset_of_positiveInfinityVector_13() { return static_cast(offsetof(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_StaticFields, ___positiveInfinityVector_13)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_positiveInfinityVector_13() const { return ___positiveInfinityVector_13; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_positiveInfinityVector_13() { return &___positiveInfinityVector_13; } inline void set_positiveInfinityVector_13(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___positiveInfinityVector_13 = value; } inline static int32_t get_offset_of_negativeInfinityVector_14() { return static_cast(offsetof(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_StaticFields, ___negativeInfinityVector_14)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_negativeInfinityVector_14() const { return ___negativeInfinityVector_14; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_negativeInfinityVector_14() { return &___negativeInfinityVector_14; } inline void set_negativeInfinityVector_14(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___negativeInfinityVector_14 = value; } }; // UnityEngine.Vector3 // UnityEngine.Vector4 struct Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7_StaticFields { public: // UnityEngine.Vector4 UnityEngine.Vector4::zeroVector Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 ___zeroVector_5; // UnityEngine.Vector4 UnityEngine.Vector4::oneVector Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 ___oneVector_6; // UnityEngine.Vector4 UnityEngine.Vector4::positiveInfinityVector Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 ___positiveInfinityVector_7; // UnityEngine.Vector4 UnityEngine.Vector4::negativeInfinityVector Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 ___negativeInfinityVector_8; public: inline static int32_t get_offset_of_zeroVector_5() { return static_cast(offsetof(Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7_StaticFields, ___zeroVector_5)); } inline Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 get_zeroVector_5() const { return ___zeroVector_5; } inline Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 * get_address_of_zeroVector_5() { return &___zeroVector_5; } inline void set_zeroVector_5(Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 value) { ___zeroVector_5 = value; } inline static int32_t get_offset_of_oneVector_6() { return static_cast(offsetof(Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7_StaticFields, ___oneVector_6)); } inline Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 get_oneVector_6() const { return ___oneVector_6; } inline Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 * get_address_of_oneVector_6() { return &___oneVector_6; } inline void set_oneVector_6(Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 value) { ___oneVector_6 = value; } inline static int32_t get_offset_of_positiveInfinityVector_7() { return static_cast(offsetof(Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7_StaticFields, ___positiveInfinityVector_7)); } inline Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 get_positiveInfinityVector_7() const { return ___positiveInfinityVector_7; } inline Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 * get_address_of_positiveInfinityVector_7() { return &___positiveInfinityVector_7; } inline void set_positiveInfinityVector_7(Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 value) { ___positiveInfinityVector_7 = value; } inline static int32_t get_offset_of_negativeInfinityVector_8() { return static_cast(offsetof(Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7_StaticFields, ___negativeInfinityVector_8)); } inline Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 get_negativeInfinityVector_8() const { return ___negativeInfinityVector_8; } inline Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 * get_address_of_negativeInfinityVector_8() { return &___negativeInfinityVector_8; } inline void set_negativeInfinityVector_8(Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 value) { ___negativeInfinityVector_8 = value; } }; // UnityEngine.Vector4 // System.Void // System.Void // UnityEngine.InputSystem.LowLevel.ActionEvent/e__FixedBuffer // UnityEngine.InputSystem.LowLevel.ActionEvent/e__FixedBuffer // UnityEngine.InputSystem.LowLevel.DeltaStateEvent/e__FixedBuffer // UnityEngine.InputSystem.LowLevel.DeltaStateEvent/e__FixedBuffer // UnityEngine.InputSystem.DualShock.LowLevel.DualShockHIDOutputReport/e__FixedBuffer // UnityEngine.InputSystem.DualShock.LowLevel.DualShockHIDOutputReport/e__FixedBuffer // UnityEngine.InputSystem.DualShock.LowLevel.DualShockHIDOutputReport/e__FixedBuffer // UnityEngine.InputSystem.DualShock.LowLevel.DualShockHIDOutputReport/e__FixedBuffer // UnityEngine.InputSystem.InputAction/CallbackContext // UnityEngine.InputSystem.InputAction/CallbackContext // UnityEngine.InputSystem.InputActionAsset/ReadFileJson // UnityEngine.InputSystem.InputActionAsset/ReadFileJson // UnityEngine.InputSystem.InputActionMap/BindingOverrideListJson // UnityEngine.InputSystem.InputActionMap/BindingOverrideListJson // UnityEngine.InputSystem.InputActionMap/DeviceArray // UnityEngine.InputSystem.InputActionMap/DeviceArray // UnityEngine.InputSystem.InputActionMap/ReadFileJson // UnityEngine.InputSystem.InputActionMap/ReadFileJson // UnityEngine.InputSystem.InputActionState/BindingState // UnityEngine.InputSystem.InputActionState/BindingState // UnityEngine.InputSystem.InputActionState/TriggerState // UnityEngine.InputSystem.InputActionState/TriggerState // UnityEngine.InputSystem.InputActionState/UnmanagedMemory // UnityEngine.InputSystem.InputActionState/UnmanagedMemory // UnityEngine.InputSystem.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/StateChangeMonitorListener // UnityEngine.InputSystem.InputManager/StateChangeMonitorListener // UnityEngine.InputSystem.InputManager/StateChangeMonitorTimeout // UnityEngine.InputSystem.InputManager/StateChangeMonitorTimeout // UnityEngine.InputSystem.LowLevel.InputStateBuffers/DoubleBuffers // UnityEngine.InputSystem.LowLevel.InputStateBuffers/DoubleBuffers // UnityEngine.InputSystem.Utilities.MemoryHelpers/BitRegion // UnityEngine.InputSystem.Utilities.MemoryHelpers/BitRegion // OVRNetwork/FrameHeader // OVRNetwork/FrameHeader // UnityEngine.InputSystem.LowLevel.QueryKeyNameCommand/e__FixedBuffer // UnityEngine.InputSystem.LowLevel.QueryKeyNameCommand/e__FixedBuffer // UnityEngine.InputSystem.LowLevel.QueryKeyboardLayoutCommand/e__FixedBuffer // UnityEngine.InputSystem.LowLevel.QueryKeyboardLayoutCommand/e__FixedBuffer // UnityEngine.InputSystem.LowLevel.QueryPairedUserAccountCommand/e__FixedBuffer // UnityEngine.InputSystem.LowLevel.QueryPairedUserAccountCommand/e__FixedBuffer // UnityEngine.InputSystem.LowLevel.QueryPairedUserAccountCommand/e__FixedBuffer // UnityEngine.InputSystem.LowLevel.QueryPairedUserAccountCommand/e__FixedBuffer // UnityEngine.InputSystem.XR.Haptics.SendBufferedHapticCommand/e__FixedBuffer // UnityEngine.InputSystem.XR.Haptics.SendBufferedHapticCommand/e__FixedBuffer // UnityEngine.InputSystem.LowLevel.StateEvent/e__FixedBuffer // UnityEngine.InputSystem.LowLevel.StateEvent/e__FixedBuffer // UnityEngine.InputSystem.Switch.SwitchProControllerHID/SwitchMagicOutputReport // UnityEngine.InputSystem.Switch.SwitchProControllerHID/SwitchMagicOutputReport // UnityEngine.InputSystem.Layouts.InputControlLayout/Collection/PrecompiledLayout // UnityEngine.InputSystem.Layouts.InputControlLayout/Collection/PrecompiledLayout // UnityEngine.InputSystem.InputRemoting/ChangeUsageMsg/Data // UnityEngine.InputSystem.InputRemoting/ChangeUsageMsg/Data // UnityEngine.InputSystem.InputRemoting/NewLayoutMsg/Data // UnityEngine.InputSystem.InputRemoting/NewLayoutMsg/Data // UnityEngine.InputSystem.LowLevel.InputStateHistory/RecordHeader/e__FixedBuffer // UnityEngine.InputSystem.LowLevel.InputStateHistory/RecordHeader/e__FixedBuffer // UnityEngine.InputSystem.LowLevel.InputStateHistory/RecordHeader/e__FixedBuffer // UnityEngine.InputSystem.LowLevel.InputStateHistory/RecordHeader/e__FixedBuffer // System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1> struct AsyncTaskMethodBuilder_1_t8F0C92233B04B496E59605865CD38DC019073C90_StaticFields { public: // System.Threading.Tasks.Task`1 System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::s_defaultResultTask Task_1_tB6E0730C54CFC03F4471315756CF85D05B71C05F * ___s_defaultResultTask_0; public: inline static int32_t get_offset_of_s_defaultResultTask_0() { return static_cast(offsetof(AsyncTaskMethodBuilder_1_t8F0C92233B04B496E59605865CD38DC019073C90_StaticFields, ___s_defaultResultTask_0)); } inline Task_1_tB6E0730C54CFC03F4471315756CF85D05B71C05F * get_s_defaultResultTask_0() const { return ___s_defaultResultTask_0; } inline Task_1_tB6E0730C54CFC03F4471315756CF85D05B71C05F ** get_address_of_s_defaultResultTask_0() { return &___s_defaultResultTask_0; } inline void set_s_defaultResultTask_0(Task_1_tB6E0730C54CFC03F4471315756CF85D05B71C05F * value) { ___s_defaultResultTask_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_defaultResultTask_0), (void*)value); } }; // System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1> // System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1 struct AsyncTaskMethodBuilder_1_tDD2A3BA099C327938EA03C35FDB1A7502BA73020_StaticFields { public: // System.Threading.Tasks.Task`1 System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::s_defaultResultTask Task_1_tC1805497876E88B78A2B0CB81C6409E0B381AC17 * ___s_defaultResultTask_0; public: inline static int32_t get_offset_of_s_defaultResultTask_0() { return static_cast(offsetof(AsyncTaskMethodBuilder_1_tDD2A3BA099C327938EA03C35FDB1A7502BA73020_StaticFields, ___s_defaultResultTask_0)); } inline Task_1_tC1805497876E88B78A2B0CB81C6409E0B381AC17 * get_s_defaultResultTask_0() const { return ___s_defaultResultTask_0; } inline Task_1_tC1805497876E88B78A2B0CB81C6409E0B381AC17 ** get_address_of_s_defaultResultTask_0() { return &___s_defaultResultTask_0; } inline void set_s_defaultResultTask_0(Task_1_tC1805497876E88B78A2B0CB81C6409E0B381AC17 * value) { ___s_defaultResultTask_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_defaultResultTask_0), (void*)value); } }; // System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1 // UnityEngine.InputSystem.Utilities.CallbackArray`1> // UnityEngine.InputSystem.Utilities.CallbackArray`1> // UnityEngine.InputSystem.Utilities.CallbackArray`1> // UnityEngine.InputSystem.Utilities.CallbackArray`1> // UnityEngine.InputSystem.Utilities.CallbackArray`1> // UnityEngine.InputSystem.Utilities.CallbackArray`1> // UnityEngine.InputSystem.Utilities.CallbackArray`1> // UnityEngine.InputSystem.Utilities.CallbackArray`1> // UnityEngine.InputSystem.Utilities.CallbackArray`1> // UnityEngine.InputSystem.Utilities.CallbackArray`1> // UnityEngine.InputSystem.Utilities.CallbackArray`1> // UnityEngine.InputSystem.Utilities.CallbackArray`1> // UnityEngine.InputSystem.Utilities.CallbackArray`1> // UnityEngine.InputSystem.Utilities.CallbackArray`1> // UnityEngine.InputSystem.Utilities.CallbackArray`1 // UnityEngine.InputSystem.Utilities.CallbackArray`1 // UnityEngine.InputSystem.Utilities.CallbackArray`1 // UnityEngine.InputSystem.Utilities.CallbackArray`1 // UnityEngine.InputSystem.Utilities.CallbackArray`1 // UnityEngine.InputSystem.Utilities.CallbackArray`1 // UnityEngine.InputSystem.Utilities.CallbackArray`1 // UnityEngine.InputSystem.Utilities.CallbackArray`1 // UnityEngine.CastHelper`1 // UnityEngine.CastHelper`1 // System.Collections.Generic.List`1/Enumerator> // System.Collections.Generic.List`1/Enumerator> // System.Linq.Expressions.Expression`1> // System.Linq.Expressions.Expression`1> // UnityEngine.InputSystem.Utilities.InlinedArray`1 // UnityEngine.InputSystem.Utilities.InlinedArray`1 // UnityEngine.InputSystem.Utilities.InlinedArray`1 // UnityEngine.InputSystem.Utilities.InlinedArray`1 // UnityEngine.InputSystem.Utilities.InlinedArray`1 // UnityEngine.InputSystem.Utilities.InlinedArray`1 // System.Linq.Enumerable/Iterator`1> // System.Linq.Enumerable/Iterator`1> // System.Nullable`1 // System.Nullable`1 // System.Nullable`1 // System.Nullable`1 // UnityEngine.InputSystem.Utilities.OneOrMore`2> // UnityEngine.InputSystem.Utilities.OneOrMore`2> // UnityEngine.InputSystem.Utilities.OneOrMore`2> // UnityEngine.InputSystem.Utilities.OneOrMore`2> // UnityEngine.Rendering.PostProcessing.ParameterOverride`1 // UnityEngine.Rendering.PostProcessing.ParameterOverride`1 // UnityEngine.Rendering.PostProcessing.ParameterOverride`1 // UnityEngine.Rendering.PostProcessing.ParameterOverride`1 // UnityEngine.Rendering.PostProcessing.ParameterOverride`1 // UnityEngine.Rendering.PostProcessing.ParameterOverride`1 // UnityEngine.Rendering.PostProcessing.ParameterOverride`1 // UnityEngine.Rendering.PostProcessing.ParameterOverride`1 // System.Linq.Enumerable/WhereListIterator`1 // System.Linq.Enumerable/WhereListIterator`1 // Unity.Collections.Allocator // Unity.Collections.Allocator // System.Net.Security.AuthenticationLevel // System.Net.Security.AuthenticationLevel // System.Reflection.BindingFlags // System.Reflection.BindingFlags // System.Net.DecompressionMethods // System.Net.DecompressionMethods // System.Delegate // System.Delegate // UnityEngine.Playables.DirectorWrapMode // UnityEngine.Playables.DirectorWrapMode // System.Exception struct Exception_t_StaticFields { public: // System.Object System.Exception::s_EDILock RuntimeObject * ___s_EDILock_0; public: inline static int32_t get_offset_of_s_EDILock_0() { return static_cast(offsetof(Exception_t_StaticFields, ___s_EDILock_0)); } inline RuntimeObject * get_s_EDILock_0() const { return ___s_EDILock_0; } inline RuntimeObject ** get_address_of_s_EDILock_0() { return &___s_EDILock_0; } inline void set_s_EDILock_0(RuntimeObject * value) { ___s_EDILock_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_EDILock_0), (void*)value); } }; // System.Exception // System.Linq.Expressions.ExpressionType // System.Linq.Expressions.ExpressionType // UnityEngine.Rendering.IndexFormat // UnityEngine.Rendering.IndexFormat // UnityEngine.InputSystem.InputActionPhase // UnityEngine.InputSystem.InputActionPhase // UnityEngine.InputSystem.InputActionType // UnityEngine.InputSystem.InputActionType // UnityEngine.InputSystem.InputBindingComposite struct InputBindingComposite_tFCCB9AFDBA6503C51555C9C5904186D990D36565_StaticFields { public: // UnityEngine.InputSystem.Utilities.TypeTable UnityEngine.InputSystem.InputBindingComposite::s_Composites TypeTable_t4E41B03F931506BA07A120F6578A8CA47459C64F ___s_Composites_0; public: inline static int32_t get_offset_of_s_Composites_0() { return static_cast(offsetof(InputBindingComposite_tFCCB9AFDBA6503C51555C9C5904186D990D36565_StaticFields, ___s_Composites_0)); } inline TypeTable_t4E41B03F931506BA07A120F6578A8CA47459C64F get_s_Composites_0() const { return ___s_Composites_0; } inline TypeTable_t4E41B03F931506BA07A120F6578A8CA47459C64F * get_address_of_s_Composites_0() { return &___s_Composites_0; } inline void set_s_Composites_0(TypeTable_t4E41B03F931506BA07A120F6578A8CA47459C64F value) { ___s_Composites_0 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___s_Composites_0))->___table_0), (void*)NULL); } }; // UnityEngine.InputSystem.InputBindingComposite // UnityEngine.InputSystem.Layouts.InputDeviceBuilder struct InputDeviceBuilder_t95B7A3032EDD618F2521B259875D46CFA5A27051_StaticFields { public: // UnityEngine.InputSystem.Layouts.InputDeviceBuilder UnityEngine.InputSystem.Layouts.InputDeviceBuilder::s_Instance InputDeviceBuilder_t95B7A3032EDD618F2521B259875D46CFA5A27051 ___s_Instance_6; // System.Int32 UnityEngine.InputSystem.Layouts.InputDeviceBuilder::s_InstanceRef int32_t ___s_InstanceRef_7; public: inline static int32_t get_offset_of_s_Instance_6() { return static_cast(offsetof(InputDeviceBuilder_t95B7A3032EDD618F2521B259875D46CFA5A27051_StaticFields, ___s_Instance_6)); } inline InputDeviceBuilder_t95B7A3032EDD618F2521B259875D46CFA5A27051 get_s_Instance_6() const { return ___s_Instance_6; } inline InputDeviceBuilder_t95B7A3032EDD618F2521B259875D46CFA5A27051 * get_address_of_s_Instance_6() { return &___s_Instance_6; } inline void set_s_Instance_6(InputDeviceBuilder_t95B7A3032EDD618F2521B259875D46CFA5A27051 value) { ___s_Instance_6 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___s_Instance_6))->___m_Device_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___s_Instance_6))->___m_ChildControlOverrides_2), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___s_Instance_6))->___m_StateOffsetToControlMap_3), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___s_Instance_6))->___m_StringBuilder_4), (void*)NULL); #endif } inline static int32_t get_offset_of_s_InstanceRef_7() { return static_cast(offsetof(InputDeviceBuilder_t95B7A3032EDD618F2521B259875D46CFA5A27051_StaticFields, ___s_InstanceRef_7)); } inline int32_t get_s_InstanceRef_7() const { return ___s_InstanceRef_7; } inline int32_t* get_address_of_s_InstanceRef_7() { return &___s_InstanceRef_7; } inline void set_s_InstanceRef_7(int32_t value) { ___s_InstanceRef_7 = value; } }; // UnityEngine.InputSystem.Layouts.InputDeviceBuilder // UnityEngine.InputSystem.LowLevel.InputDeviceCommand // UnityEngine.InputSystem.LowLevel.InputDeviceCommand // UnityEngine.InputSystem.Layouts.InputDeviceMatcher struct InputDeviceMatcher_tFC41EBE6D273378A154C6DFD759DD75D23C99E57_StaticFields { public: // UnityEngine.InputSystem.Utilities.InternedString UnityEngine.InputSystem.Layouts.InputDeviceMatcher::kInterfaceKey InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED ___kInterfaceKey_1; // UnityEngine.InputSystem.Utilities.InternedString UnityEngine.InputSystem.Layouts.InputDeviceMatcher::kDeviceClassKey InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED ___kDeviceClassKey_2; // UnityEngine.InputSystem.Utilities.InternedString UnityEngine.InputSystem.Layouts.InputDeviceMatcher::kManufacturerKey InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED ___kManufacturerKey_3; // UnityEngine.InputSystem.Utilities.InternedString UnityEngine.InputSystem.Layouts.InputDeviceMatcher::kProductKey InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED ___kProductKey_4; // UnityEngine.InputSystem.Utilities.InternedString UnityEngine.InputSystem.Layouts.InputDeviceMatcher::kVersionKey InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED ___kVersionKey_5; public: inline static int32_t get_offset_of_kInterfaceKey_1() { return static_cast(offsetof(InputDeviceMatcher_tFC41EBE6D273378A154C6DFD759DD75D23C99E57_StaticFields, ___kInterfaceKey_1)); } inline InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED get_kInterfaceKey_1() const { return ___kInterfaceKey_1; } inline InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED * get_address_of_kInterfaceKey_1() { return &___kInterfaceKey_1; } inline void set_kInterfaceKey_1(InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED value) { ___kInterfaceKey_1 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___kInterfaceKey_1))->___m_StringOriginalCase_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___kInterfaceKey_1))->___m_StringLowerCase_1), (void*)NULL); #endif } inline static int32_t get_offset_of_kDeviceClassKey_2() { return static_cast(offsetof(InputDeviceMatcher_tFC41EBE6D273378A154C6DFD759DD75D23C99E57_StaticFields, ___kDeviceClassKey_2)); } inline InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED get_kDeviceClassKey_2() const { return ___kDeviceClassKey_2; } inline InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED * get_address_of_kDeviceClassKey_2() { return &___kDeviceClassKey_2; } inline void set_kDeviceClassKey_2(InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED value) { ___kDeviceClassKey_2 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___kDeviceClassKey_2))->___m_StringOriginalCase_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___kDeviceClassKey_2))->___m_StringLowerCase_1), (void*)NULL); #endif } inline static int32_t get_offset_of_kManufacturerKey_3() { return static_cast(offsetof(InputDeviceMatcher_tFC41EBE6D273378A154C6DFD759DD75D23C99E57_StaticFields, ___kManufacturerKey_3)); } inline InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED get_kManufacturerKey_3() const { return ___kManufacturerKey_3; } inline InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED * get_address_of_kManufacturerKey_3() { return &___kManufacturerKey_3; } inline void set_kManufacturerKey_3(InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED value) { ___kManufacturerKey_3 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___kManufacturerKey_3))->___m_StringOriginalCase_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___kManufacturerKey_3))->___m_StringLowerCase_1), (void*)NULL); #endif } inline static int32_t get_offset_of_kProductKey_4() { return static_cast(offsetof(InputDeviceMatcher_tFC41EBE6D273378A154C6DFD759DD75D23C99E57_StaticFields, ___kProductKey_4)); } inline InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED get_kProductKey_4() const { return ___kProductKey_4; } inline InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED * get_address_of_kProductKey_4() { return &___kProductKey_4; } inline void set_kProductKey_4(InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED value) { ___kProductKey_4 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___kProductKey_4))->___m_StringOriginalCase_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___kProductKey_4))->___m_StringLowerCase_1), (void*)NULL); #endif } inline static int32_t get_offset_of_kVersionKey_5() { return static_cast(offsetof(InputDeviceMatcher_tFC41EBE6D273378A154C6DFD759DD75D23C99E57_StaticFields, ___kVersionKey_5)); } inline InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED get_kVersionKey_5() const { return ___kVersionKey_5; } inline InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED * get_address_of_kVersionKey_5() { return &___kVersionKey_5; } inline void set_kVersionKey_5(InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED value) { ___kVersionKey_5 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___kVersionKey_5))->___m_StringOriginalCase_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___kVersionKey_5))->___m_StringLowerCase_1), (void*)NULL); #endif } }; // UnityEngine.InputSystem.Layouts.InputDeviceMatcher // UnityEngine.InputSystem.InputInteraction struct InputInteraction_t7BAD5F994214A465B34D56FB86391F9181113F78_StaticFields { public: // UnityEngine.InputSystem.Utilities.TypeTable UnityEngine.InputSystem.InputInteraction::s_Interactions TypeTable_t4E41B03F931506BA07A120F6578A8CA47459C64F ___s_Interactions_0; public: inline static int32_t get_offset_of_s_Interactions_0() { return static_cast(offsetof(InputInteraction_t7BAD5F994214A465B34D56FB86391F9181113F78_StaticFields, ___s_Interactions_0)); } inline TypeTable_t4E41B03F931506BA07A120F6578A8CA47459C64F get_s_Interactions_0() const { return ___s_Interactions_0; } inline TypeTable_t4E41B03F931506BA07A120F6578A8CA47459C64F * get_address_of_s_Interactions_0() { return &___s_Interactions_0; } inline void set_s_Interactions_0(TypeTable_t4E41B03F931506BA07A120F6578A8CA47459C64F value) { ___s_Interactions_0 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___s_Interactions_0))->___table_0), (void*)NULL); } }; // UnityEngine.InputSystem.InputInteraction // UnityEngine.InputSystem.InputProcessor struct InputProcessor_t245C316DEE36AA1BC9558F838B3B7A0223813A1D_StaticFields { public: // UnityEngine.InputSystem.Utilities.TypeTable UnityEngine.InputSystem.InputProcessor::s_Processors TypeTable_t4E41B03F931506BA07A120F6578A8CA47459C64F ___s_Processors_0; public: inline static int32_t get_offset_of_s_Processors_0() { return static_cast(offsetof(InputProcessor_t245C316DEE36AA1BC9558F838B3B7A0223813A1D_StaticFields, ___s_Processors_0)); } inline TypeTable_t4E41B03F931506BA07A120F6578A8CA47459C64F get_s_Processors_0() const { return ___s_Processors_0; } inline TypeTable_t4E41B03F931506BA07A120F6578A8CA47459C64F * get_address_of_s_Processors_0() { return &___s_Processors_0; } inline void set_s_Processors_0(TypeTable_t4E41B03F931506BA07A120F6578A8CA47459C64F value) { ___s_Processors_0 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___s_Processors_0))->___table_0), (void*)NULL); } }; // UnityEngine.InputSystem.InputProcessor // UnityEngine.InputSystem.LowLevel.InputStateBlock struct InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B_StaticFields { public: // UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.LowLevel.InputStateBlock::FormatBit FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 ___FormatBit_2; // UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.LowLevel.InputStateBlock::FormatSBit FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 ___FormatSBit_4; // UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.LowLevel.InputStateBlock::FormatInt FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 ___FormatInt_6; // UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.LowLevel.InputStateBlock::FormatUInt FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 ___FormatUInt_8; // UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.LowLevel.InputStateBlock::FormatShort FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 ___FormatShort_10; // UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.LowLevel.InputStateBlock::FormatUShort FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 ___FormatUShort_12; // UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.LowLevel.InputStateBlock::FormatByte FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 ___FormatByte_14; // UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.LowLevel.InputStateBlock::FormatSByte FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 ___FormatSByte_16; // UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.LowLevel.InputStateBlock::FormatLong FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 ___FormatLong_18; // UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.LowLevel.InputStateBlock::FormatULong FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 ___FormatULong_20; // UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.LowLevel.InputStateBlock::FormatFloat FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 ___FormatFloat_22; // UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.LowLevel.InputStateBlock::FormatDouble FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 ___FormatDouble_24; // UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.LowLevel.InputStateBlock::FormatVector2 FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 ___FormatVector2_26; // UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.LowLevel.InputStateBlock::FormatVector3 FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 ___FormatVector3_27; // UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.LowLevel.InputStateBlock::FormatQuaternion FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 ___FormatQuaternion_28; // UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.LowLevel.InputStateBlock::FormatVector2Short FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 ___FormatVector2Short_29; // UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.LowLevel.InputStateBlock::FormatVector3Short FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 ___FormatVector3Short_30; // UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.LowLevel.InputStateBlock::FormatVector2Byte FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 ___FormatVector2Byte_31; // UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.LowLevel.InputStateBlock::FormatVector3Byte FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 ___FormatVector3Byte_32; public: inline static int32_t get_offset_of_FormatBit_2() { return static_cast(offsetof(InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B_StaticFields, ___FormatBit_2)); } inline FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 get_FormatBit_2() const { return ___FormatBit_2; } inline FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 * get_address_of_FormatBit_2() { return &___FormatBit_2; } inline void set_FormatBit_2(FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 value) { ___FormatBit_2 = value; } inline static int32_t get_offset_of_FormatSBit_4() { return static_cast(offsetof(InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B_StaticFields, ___FormatSBit_4)); } inline FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 get_FormatSBit_4() const { return ___FormatSBit_4; } inline FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 * get_address_of_FormatSBit_4() { return &___FormatSBit_4; } inline void set_FormatSBit_4(FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 value) { ___FormatSBit_4 = value; } inline static int32_t get_offset_of_FormatInt_6() { return static_cast(offsetof(InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B_StaticFields, ___FormatInt_6)); } inline FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 get_FormatInt_6() const { return ___FormatInt_6; } inline FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 * get_address_of_FormatInt_6() { return &___FormatInt_6; } inline void set_FormatInt_6(FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 value) { ___FormatInt_6 = value; } inline static int32_t get_offset_of_FormatUInt_8() { return static_cast(offsetof(InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B_StaticFields, ___FormatUInt_8)); } inline FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 get_FormatUInt_8() const { return ___FormatUInt_8; } inline FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 * get_address_of_FormatUInt_8() { return &___FormatUInt_8; } inline void set_FormatUInt_8(FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 value) { ___FormatUInt_8 = value; } inline static int32_t get_offset_of_FormatShort_10() { return static_cast(offsetof(InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B_StaticFields, ___FormatShort_10)); } inline FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 get_FormatShort_10() const { return ___FormatShort_10; } inline FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 * get_address_of_FormatShort_10() { return &___FormatShort_10; } inline void set_FormatShort_10(FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 value) { ___FormatShort_10 = value; } inline static int32_t get_offset_of_FormatUShort_12() { return static_cast(offsetof(InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B_StaticFields, ___FormatUShort_12)); } inline FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 get_FormatUShort_12() const { return ___FormatUShort_12; } inline FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 * get_address_of_FormatUShort_12() { return &___FormatUShort_12; } inline void set_FormatUShort_12(FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 value) { ___FormatUShort_12 = value; } inline static int32_t get_offset_of_FormatByte_14() { return static_cast(offsetof(InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B_StaticFields, ___FormatByte_14)); } inline FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 get_FormatByte_14() const { return ___FormatByte_14; } inline FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 * get_address_of_FormatByte_14() { return &___FormatByte_14; } inline void set_FormatByte_14(FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 value) { ___FormatByte_14 = value; } inline static int32_t get_offset_of_FormatSByte_16() { return static_cast(offsetof(InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B_StaticFields, ___FormatSByte_16)); } inline FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 get_FormatSByte_16() const { return ___FormatSByte_16; } inline FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 * get_address_of_FormatSByte_16() { return &___FormatSByte_16; } inline void set_FormatSByte_16(FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 value) { ___FormatSByte_16 = value; } inline static int32_t get_offset_of_FormatLong_18() { return static_cast(offsetof(InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B_StaticFields, ___FormatLong_18)); } inline FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 get_FormatLong_18() const { return ___FormatLong_18; } inline FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 * get_address_of_FormatLong_18() { return &___FormatLong_18; } inline void set_FormatLong_18(FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 value) { ___FormatLong_18 = value; } inline static int32_t get_offset_of_FormatULong_20() { return static_cast(offsetof(InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B_StaticFields, ___FormatULong_20)); } inline FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 get_FormatULong_20() const { return ___FormatULong_20; } inline FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 * get_address_of_FormatULong_20() { return &___FormatULong_20; } inline void set_FormatULong_20(FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 value) { ___FormatULong_20 = value; } inline static int32_t get_offset_of_FormatFloat_22() { return static_cast(offsetof(InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B_StaticFields, ___FormatFloat_22)); } inline FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 get_FormatFloat_22() const { return ___FormatFloat_22; } inline FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 * get_address_of_FormatFloat_22() { return &___FormatFloat_22; } inline void set_FormatFloat_22(FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 value) { ___FormatFloat_22 = value; } inline static int32_t get_offset_of_FormatDouble_24() { return static_cast(offsetof(InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B_StaticFields, ___FormatDouble_24)); } inline FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 get_FormatDouble_24() const { return ___FormatDouble_24; } inline FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 * get_address_of_FormatDouble_24() { return &___FormatDouble_24; } inline void set_FormatDouble_24(FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 value) { ___FormatDouble_24 = value; } inline static int32_t get_offset_of_FormatVector2_26() { return static_cast(offsetof(InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B_StaticFields, ___FormatVector2_26)); } inline FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 get_FormatVector2_26() const { return ___FormatVector2_26; } inline FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 * get_address_of_FormatVector2_26() { return &___FormatVector2_26; } inline void set_FormatVector2_26(FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 value) { ___FormatVector2_26 = value; } inline static int32_t get_offset_of_FormatVector3_27() { return static_cast(offsetof(InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B_StaticFields, ___FormatVector3_27)); } inline FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 get_FormatVector3_27() const { return ___FormatVector3_27; } inline FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 * get_address_of_FormatVector3_27() { return &___FormatVector3_27; } inline void set_FormatVector3_27(FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 value) { ___FormatVector3_27 = value; } inline static int32_t get_offset_of_FormatQuaternion_28() { return static_cast(offsetof(InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B_StaticFields, ___FormatQuaternion_28)); } inline FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 get_FormatQuaternion_28() const { return ___FormatQuaternion_28; } inline FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 * get_address_of_FormatQuaternion_28() { return &___FormatQuaternion_28; } inline void set_FormatQuaternion_28(FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 value) { ___FormatQuaternion_28 = value; } inline static int32_t get_offset_of_FormatVector2Short_29() { return static_cast(offsetof(InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B_StaticFields, ___FormatVector2Short_29)); } inline FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 get_FormatVector2Short_29() const { return ___FormatVector2Short_29; } inline FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 * get_address_of_FormatVector2Short_29() { return &___FormatVector2Short_29; } inline void set_FormatVector2Short_29(FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 value) { ___FormatVector2Short_29 = value; } inline static int32_t get_offset_of_FormatVector3Short_30() { return static_cast(offsetof(InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B_StaticFields, ___FormatVector3Short_30)); } inline FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 get_FormatVector3Short_30() const { return ___FormatVector3Short_30; } inline FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 * get_address_of_FormatVector3Short_30() { return &___FormatVector3Short_30; } inline void set_FormatVector3Short_30(FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 value) { ___FormatVector3Short_30 = value; } inline static int32_t get_offset_of_FormatVector2Byte_31() { return static_cast(offsetof(InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B_StaticFields, ___FormatVector2Byte_31)); } inline FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 get_FormatVector2Byte_31() const { return ___FormatVector2Byte_31; } inline FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 * get_address_of_FormatVector2Byte_31() { return &___FormatVector2Byte_31; } inline void set_FormatVector2Byte_31(FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 value) { ___FormatVector2Byte_31 = value; } inline static int32_t get_offset_of_FormatVector3Byte_32() { return static_cast(offsetof(InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B_StaticFields, ___FormatVector3Byte_32)); } inline FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 get_FormatVector3Byte_32() const { return ___FormatVector3Byte_32; } inline FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 * get_address_of_FormatVector3Byte_32() { return &___FormatVector3Byte_32; } inline void set_FormatVector3Byte_32(FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 value) { ___FormatVector3Byte_32 = value; } }; // UnityEngine.InputSystem.LowLevel.InputStateBlock // UnityEngine.InputSystem.LowLevel.InputStateBuffers struct InputStateBuffers_t39A534EACF079F6045AA73AB30197C3965F53FCA_StaticFields { public: // 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_t6EA541F84C05C0E43874EB3F6DFEAD6CFC20582B ___s_CurrentBuffers_10; public: inline static int32_t get_offset_of_s_DefaultStateBuffer_7() { return static_cast(offsetof(InputStateBuffers_t39A534EACF079F6045AA73AB30197C3965F53FCA_StaticFields, ___s_DefaultStateBuffer_7)); } inline void* get_s_DefaultStateBuffer_7() const { return ___s_DefaultStateBuffer_7; } inline void** get_address_of_s_DefaultStateBuffer_7() { return &___s_DefaultStateBuffer_7; } inline void set_s_DefaultStateBuffer_7(void* value) { ___s_DefaultStateBuffer_7 = value; } inline static int32_t get_offset_of_s_NoiseMaskBuffer_8() { return static_cast(offsetof(InputStateBuffers_t39A534EACF079F6045AA73AB30197C3965F53FCA_StaticFields, ___s_NoiseMaskBuffer_8)); } inline void* get_s_NoiseMaskBuffer_8() const { return ___s_NoiseMaskBuffer_8; } inline void** get_address_of_s_NoiseMaskBuffer_8() { return &___s_NoiseMaskBuffer_8; } inline void set_s_NoiseMaskBuffer_8(void* value) { ___s_NoiseMaskBuffer_8 = value; } inline static int32_t get_offset_of_s_ResetMaskBuffer_9() { return static_cast(offsetof(InputStateBuffers_t39A534EACF079F6045AA73AB30197C3965F53FCA_StaticFields, ___s_ResetMaskBuffer_9)); } inline void* get_s_ResetMaskBuffer_9() const { return ___s_ResetMaskBuffer_9; } inline void** get_address_of_s_ResetMaskBuffer_9() { return &___s_ResetMaskBuffer_9; } inline void set_s_ResetMaskBuffer_9(void* value) { ___s_ResetMaskBuffer_9 = value; } inline static int32_t get_offset_of_s_CurrentBuffers_10() { return static_cast(offsetof(InputStateBuffers_t39A534EACF079F6045AA73AB30197C3965F53FCA_StaticFields, ___s_CurrentBuffers_10)); } inline DoubleBuffers_t6EA541F84C05C0E43874EB3F6DFEAD6CFC20582B get_s_CurrentBuffers_10() const { return ___s_CurrentBuffers_10; } inline DoubleBuffers_t6EA541F84C05C0E43874EB3F6DFEAD6CFC20582B * get_address_of_s_CurrentBuffers_10() { return &___s_CurrentBuffers_10; } inline void set_s_CurrentBuffers_10(DoubleBuffers_t6EA541F84C05C0E43874EB3F6DFEAD6CFC20582B value) { ___s_CurrentBuffers_10 = value; } }; // UnityEngine.InputSystem.LowLevel.InputStateBuffers // UnityEngine.InputSystem.LowLevel.InputUpdateType // UnityEngine.InputSystem.LowLevel.InputUpdateType // System.Int32Enum // System.Int32Enum // OVRSimpleJSON.JSONContainerType // OVRSimpleJSON.JSONContainerType // Unity.Jobs.JobHandle // Unity.Jobs.JobHandle // UnityEngine.MeshTopology // UnityEngine.MeshTopology // UnityEngine.Rendering.MeshUpdateFlags // UnityEngine.Rendering.MeshUpdateFlags // UnityEngine.InputSystem.LowLevel.MouseState // UnityEngine.InputSystem.LowLevel.MouseState // UnityEngine.InputSystem.Utilities.NameAndParameters // UnityEngine.InputSystem.Utilities.NameAndParameters // UnityEngineInternal.Input.NativeInputEventType // UnityEngineInternal.Input.NativeInputEventType // System.Net.NetworkInformation.NetBiosNodeType // System.Net.NetworkInformation.NetBiosNodeType // UnityEngine.Object struct Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_StaticFields { public: // System.Int32 UnityEngine.Object::OffsetOfInstanceIDInCPlusPlusObject int32_t ___OffsetOfInstanceIDInCPlusPlusObject_1; public: inline static int32_t get_offset_of_OffsetOfInstanceIDInCPlusPlusObject_1() { return static_cast(offsetof(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_StaticFields, ___OffsetOfInstanceIDInCPlusPlusObject_1)); } inline int32_t get_OffsetOfInstanceIDInCPlusPlusObject_1() const { return ___OffsetOfInstanceIDInCPlusPlusObject_1; } inline int32_t* get_address_of_OffsetOfInstanceIDInCPlusPlusObject_1() { return &___OffsetOfInstanceIDInCPlusPlusObject_1; } inline void set_OffsetOfInstanceIDInCPlusPlusObject_1(int32_t value) { ___OffsetOfInstanceIDInCPlusPlusObject_1 = value; } }; // UnityEngine.Object // System.Reflection.PInfo // System.Reflection.PInfo // UnityEngine.Playables.PlayState // UnityEngine.Playables.PlayState // UnityEngine.Playables.PlayableGraph // UnityEngine.Playables.PlayableGraph // UnityEngine.Playables.PlayableHandle struct PlayableHandle_t50DCD240B0400DDAD0822C13E5DBC7AD64DC027A_StaticFields { public: // UnityEngine.Playables.PlayableHandle UnityEngine.Playables.PlayableHandle::m_Null PlayableHandle_t50DCD240B0400DDAD0822C13E5DBC7AD64DC027A ___m_Null_2; public: inline static int32_t get_offset_of_m_Null_2() { return static_cast(offsetof(PlayableHandle_t50DCD240B0400DDAD0822C13E5DBC7AD64DC027A_StaticFields, ___m_Null_2)); } inline PlayableHandle_t50DCD240B0400DDAD0822C13E5DBC7AD64DC027A get_m_Null_2() const { return ___m_Null_2; } inline PlayableHandle_t50DCD240B0400DDAD0822C13E5DBC7AD64DC027A * get_address_of_m_Null_2() { return &___m_Null_2; } inline void set_m_Null_2(PlayableHandle_t50DCD240B0400DDAD0822C13E5DBC7AD64DC027A value) { ___m_Null_2 = value; } }; // UnityEngine.Playables.PlayableHandle // UnityEngine.Playables.PlayableTraversalMode // UnityEngine.Playables.PlayableTraversalMode // System.Reflection.PropertyAttributes // System.Reflection.PropertyAttributes // System.Reflection.RuntimePropertyInfo // System.Reflection.RuntimePropertyInfo // System.RuntimeTypeHandle // System.RuntimeTypeHandle // Unity.Jobs.LowLevel.Unsafe.ScheduleMode // Unity.Jobs.LowLevel.Unsafe.ScheduleMode // System.Threading.Tasks.Task struct Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_StaticFields { public: // System.Int32 System.Threading.Tasks.Task::s_taskIdCounter int32_t ___s_taskIdCounter_2; // System.Threading.Tasks.TaskFactory System.Threading.Tasks.Task::s_factory TaskFactory_t22D999A05A967C31A4B5FFBD08864809BF35EA3B * ___s_factory_3; // System.Object System.Threading.Tasks.Task::s_taskCompletionSentinel RuntimeObject * ___s_taskCompletionSentinel_29; // System.Boolean System.Threading.Tasks.Task::s_asyncDebuggingEnabled bool ___s_asyncDebuggingEnabled_30; // System.Collections.Generic.Dictionary`2 System.Threading.Tasks.Task::s_currentActiveTasks Dictionary_2_tB758E2A2593CD827EFC041BE1F1BB4B68DE1C3E8 * ___s_currentActiveTasks_31; // System.Object System.Threading.Tasks.Task::s_activeTasksLock RuntimeObject * ___s_activeTasksLock_32; // System.Action`1 System.Threading.Tasks.Task::s_taskCancelCallback Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * ___s_taskCancelCallback_34; // System.Func`1 System.Threading.Tasks.Task::s_createContingentProperties Func_1_tBCF42601FA307876E83080BE4204110820F8BF3B * ___s_createContingentProperties_35; // System.Threading.Tasks.Task System.Threading.Tasks.Task::s_completedTask Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * ___s_completedTask_36; // System.Predicate`1 System.Threading.Tasks.Task::s_IsExceptionObservedByParentPredicate Predicate_1_tC0DBBC8498BD1EE6ABFFAA5628024105FA7D11BD * ___s_IsExceptionObservedByParentPredicate_37; // System.Threading.ContextCallback System.Threading.Tasks.Task::s_ecCallback ContextCallback_t93707E0430F4FF3E15E1FB5A4844BE89C657AE8B * ___s_ecCallback_38; // System.Predicate`1 System.Threading.Tasks.Task::s_IsTaskContinuationNullPredicate Predicate_1_t5C96B81B31A697B11C4C3767E3298773AF25DFEB * ___s_IsTaskContinuationNullPredicate_39; public: inline static int32_t get_offset_of_s_taskIdCounter_2() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_StaticFields, ___s_taskIdCounter_2)); } inline int32_t get_s_taskIdCounter_2() const { return ___s_taskIdCounter_2; } inline int32_t* get_address_of_s_taskIdCounter_2() { return &___s_taskIdCounter_2; } inline void set_s_taskIdCounter_2(int32_t value) { ___s_taskIdCounter_2 = value; } inline static int32_t get_offset_of_s_factory_3() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_StaticFields, ___s_factory_3)); } inline TaskFactory_t22D999A05A967C31A4B5FFBD08864809BF35EA3B * get_s_factory_3() const { return ___s_factory_3; } inline TaskFactory_t22D999A05A967C31A4B5FFBD08864809BF35EA3B ** get_address_of_s_factory_3() { return &___s_factory_3; } inline void set_s_factory_3(TaskFactory_t22D999A05A967C31A4B5FFBD08864809BF35EA3B * value) { ___s_factory_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_factory_3), (void*)value); } inline static int32_t get_offset_of_s_taskCompletionSentinel_29() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_StaticFields, ___s_taskCompletionSentinel_29)); } inline RuntimeObject * get_s_taskCompletionSentinel_29() const { return ___s_taskCompletionSentinel_29; } inline RuntimeObject ** get_address_of_s_taskCompletionSentinel_29() { return &___s_taskCompletionSentinel_29; } inline void set_s_taskCompletionSentinel_29(RuntimeObject * value) { ___s_taskCompletionSentinel_29 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_taskCompletionSentinel_29), (void*)value); } inline static int32_t get_offset_of_s_asyncDebuggingEnabled_30() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_StaticFields, ___s_asyncDebuggingEnabled_30)); } inline bool get_s_asyncDebuggingEnabled_30() const { return ___s_asyncDebuggingEnabled_30; } inline bool* get_address_of_s_asyncDebuggingEnabled_30() { return &___s_asyncDebuggingEnabled_30; } inline void set_s_asyncDebuggingEnabled_30(bool value) { ___s_asyncDebuggingEnabled_30 = value; } inline static int32_t get_offset_of_s_currentActiveTasks_31() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_StaticFields, ___s_currentActiveTasks_31)); } inline Dictionary_2_tB758E2A2593CD827EFC041BE1F1BB4B68DE1C3E8 * get_s_currentActiveTasks_31() const { return ___s_currentActiveTasks_31; } inline Dictionary_2_tB758E2A2593CD827EFC041BE1F1BB4B68DE1C3E8 ** get_address_of_s_currentActiveTasks_31() { return &___s_currentActiveTasks_31; } inline void set_s_currentActiveTasks_31(Dictionary_2_tB758E2A2593CD827EFC041BE1F1BB4B68DE1C3E8 * value) { ___s_currentActiveTasks_31 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_currentActiveTasks_31), (void*)value); } inline static int32_t get_offset_of_s_activeTasksLock_32() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_StaticFields, ___s_activeTasksLock_32)); } inline RuntimeObject * get_s_activeTasksLock_32() const { return ___s_activeTasksLock_32; } inline RuntimeObject ** get_address_of_s_activeTasksLock_32() { return &___s_activeTasksLock_32; } inline void set_s_activeTasksLock_32(RuntimeObject * value) { ___s_activeTasksLock_32 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_activeTasksLock_32), (void*)value); } inline static int32_t get_offset_of_s_taskCancelCallback_34() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_StaticFields, ___s_taskCancelCallback_34)); } inline Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * get_s_taskCancelCallback_34() const { return ___s_taskCancelCallback_34; } inline Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC ** get_address_of_s_taskCancelCallback_34() { return &___s_taskCancelCallback_34; } inline void set_s_taskCancelCallback_34(Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * value) { ___s_taskCancelCallback_34 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_taskCancelCallback_34), (void*)value); } inline static int32_t get_offset_of_s_createContingentProperties_35() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_StaticFields, ___s_createContingentProperties_35)); } inline Func_1_tBCF42601FA307876E83080BE4204110820F8BF3B * get_s_createContingentProperties_35() const { return ___s_createContingentProperties_35; } inline Func_1_tBCF42601FA307876E83080BE4204110820F8BF3B ** get_address_of_s_createContingentProperties_35() { return &___s_createContingentProperties_35; } inline void set_s_createContingentProperties_35(Func_1_tBCF42601FA307876E83080BE4204110820F8BF3B * value) { ___s_createContingentProperties_35 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_createContingentProperties_35), (void*)value); } inline static int32_t get_offset_of_s_completedTask_36() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_StaticFields, ___s_completedTask_36)); } inline Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * get_s_completedTask_36() const { return ___s_completedTask_36; } inline Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 ** get_address_of_s_completedTask_36() { return &___s_completedTask_36; } inline void set_s_completedTask_36(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * value) { ___s_completedTask_36 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_completedTask_36), (void*)value); } inline static int32_t get_offset_of_s_IsExceptionObservedByParentPredicate_37() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_StaticFields, ___s_IsExceptionObservedByParentPredicate_37)); } inline Predicate_1_tC0DBBC8498BD1EE6ABFFAA5628024105FA7D11BD * get_s_IsExceptionObservedByParentPredicate_37() const { return ___s_IsExceptionObservedByParentPredicate_37; } inline Predicate_1_tC0DBBC8498BD1EE6ABFFAA5628024105FA7D11BD ** get_address_of_s_IsExceptionObservedByParentPredicate_37() { return &___s_IsExceptionObservedByParentPredicate_37; } inline void set_s_IsExceptionObservedByParentPredicate_37(Predicate_1_tC0DBBC8498BD1EE6ABFFAA5628024105FA7D11BD * value) { ___s_IsExceptionObservedByParentPredicate_37 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_IsExceptionObservedByParentPredicate_37), (void*)value); } inline static int32_t get_offset_of_s_ecCallback_38() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_StaticFields, ___s_ecCallback_38)); } inline ContextCallback_t93707E0430F4FF3E15E1FB5A4844BE89C657AE8B * get_s_ecCallback_38() const { return ___s_ecCallback_38; } inline ContextCallback_t93707E0430F4FF3E15E1FB5A4844BE89C657AE8B ** get_address_of_s_ecCallback_38() { return &___s_ecCallback_38; } inline void set_s_ecCallback_38(ContextCallback_t93707E0430F4FF3E15E1FB5A4844BE89C657AE8B * value) { ___s_ecCallback_38 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_ecCallback_38), (void*)value); } inline static int32_t get_offset_of_s_IsTaskContinuationNullPredicate_39() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_StaticFields, ___s_IsTaskContinuationNullPredicate_39)); } inline Predicate_1_t5C96B81B31A697B11C4C3767E3298773AF25DFEB * get_s_IsTaskContinuationNullPredicate_39() const { return ___s_IsTaskContinuationNullPredicate_39; } inline Predicate_1_t5C96B81B31A697B11C4C3767E3298773AF25DFEB ** get_address_of_s_IsTaskContinuationNullPredicate_39() { return &___s_IsTaskContinuationNullPredicate_39; } inline void set_s_IsTaskContinuationNullPredicate_39(Predicate_1_t5C96B81B31A697B11C4C3767E3298773AF25DFEB * value) { ___s_IsTaskContinuationNullPredicate_39 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_IsTaskContinuationNullPredicate_39), (void*)value); } }; // System.Threading.Tasks.Task struct Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_ThreadStaticFields { public: // System.Threading.Tasks.Task System.Threading.Tasks.Task::t_currentTask Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * ___t_currentTask_0; // System.Threading.Tasks.StackGuard System.Threading.Tasks.Task::t_stackGuard StackGuard_t88E1EE4741AD02CA5FEA04A4EB2CC70F230E0E6D * ___t_stackGuard_1; public: inline static int32_t get_offset_of_t_currentTask_0() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_ThreadStaticFields, ___t_currentTask_0)); } inline Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * get_t_currentTask_0() const { return ___t_currentTask_0; } inline Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 ** get_address_of_t_currentTask_0() { return &___t_currentTask_0; } inline void set_t_currentTask_0(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * value) { ___t_currentTask_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___t_currentTask_0), (void*)value); } inline static int32_t get_offset_of_t_stackGuard_1() { return static_cast(offsetof(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60_ThreadStaticFields, ___t_stackGuard_1)); } inline StackGuard_t88E1EE4741AD02CA5FEA04A4EB2CC70F230E0E6D * get_t_stackGuard_1() const { return ___t_stackGuard_1; } inline StackGuard_t88E1EE4741AD02CA5FEA04A4EB2CC70F230E0E6D ** get_address_of_t_stackGuard_1() { return &___t_stackGuard_1; } inline void set_t_stackGuard_1(StackGuard_t88E1EE4741AD02CA5FEA04A4EB2CC70F230E0E6D * value) { ___t_stackGuard_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___t_stackGuard_1), (void*)value); } }; // UnityEngine.TextAnchor // UnityEngine.TextAnchor // System.Security.Principal.TokenImpersonationLevel // System.Security.Principal.TokenImpersonationLevel // UnityEngine.InputSystem.LowLevel.TouchState // UnityEngine.InputSystem.LowLevel.TouchState // System.TypeCode // System.TypeCode // System.UInt32Enum // System.UInt32Enum // UnityEngine.Rendering.VertexAttribute // UnityEngine.Rendering.VertexAttribute // UnityEngine.Rendering.VertexAttributeFormat // UnityEngine.Rendering.VertexAttributeFormat // System.Net.NetworkInformation.Win32_IP_ADDR_STRING // System.Net.NetworkInformation.Win32_IP_ADDR_STRING // UnityEngine.InputSystem.Controls.AxisControl/Clamp // UnityEngine.InputSystem.Controls.AxisControl/Clamp // Oculus.Platform.CAPI/ovrMatchmakingCustomQueryData // Oculus.Platform.CAPI/ovrMatchmakingCustomQueryData // FMODUnityResonance.FmodResonanceAudioRoom/SurfaceMaterial // FMODUnityResonance.FmodResonanceAudioRoom/SurfaceMaterial // UnityEngine.InputSystem.HID.HID/UsagePage // UnityEngine.InputSystem.HID.HID/UsagePage // System.Net.HttpWebRequest/NtlmAuthState // System.Net.HttpWebRequest/NtlmAuthState // UnityEngine.InputSystem.InputAction/ActionFlags // UnityEngine.InputSystem.InputAction/ActionFlags // UnityEngine.InputSystem.InputActionMap/Flags // UnityEngine.InputSystem.InputActionMap/Flags // UnityEngine.InputSystem.InputBinding/Flags // UnityEngine.InputSystem.InputBinding/Flags // UnityEngine.InputSystem.InputControl/ControlFlags // UnityEngine.InputSystem.InputControl/ControlFlags // UnityEngine.InputSystem.Layouts.InputControlLayout/Flags // UnityEngine.InputSystem.Layouts.InputControlLayout/Flags // UnityEngine.InputSystem.Layouts.InputControlLayout/LayoutJsonNameAndDescriptorOnly // UnityEngine.InputSystem.Layouts.InputControlLayout/LayoutJsonNameAndDescriptorOnly // UnityEngine.InputSystem.InputControlPath/PathComponentType // UnityEngine.InputSystem.InputControlPath/PathComponentType // UnityEngine.InputSystem.InputDevice/DeviceFlags // UnityEngine.InputSystem.InputDevice/DeviceFlags // UnityEngine.InputSystem.InputRemoting/Flags // UnityEngine.InputSystem.InputRemoting/Flags // UnityEngine.InputSystem.LowLevel.InputStateHistory/RecordHeader // UnityEngine.InputSystem.LowLevel.InputStateHistory/RecordHeader // FMODUnity.Legacy/Platform // FMODUnity.Legacy/Platform // UnityEngine.XR.OpenXR.Features.OpenXRFeature/NativeEvent // UnityEngine.XR.OpenXR.Features.OpenXRFeature/NativeEvent // UnityEngine.XR.OpenXR.OpenXRLoaderBase/LoaderState // UnityEngine.XR.OpenXR.OpenXRLoaderBase/LoaderState // UnityEngine.XR.OpenXR.OpenXRSettings/DepthSubmissionMode // UnityEngine.XR.OpenXR.OpenXRSettings/DepthSubmissionMode // UnityEngine.XR.OpenXR.OpenXRSettings/RenderMode // UnityEngine.XR.OpenXR.OpenXRSettings/RenderMode // UnityEngine.InputSystem.XInput.XInputController/DeviceFlags // UnityEngine.InputSystem.XInput.XInputController/DeviceFlags // UnityEngine.InputSystem.XInput.XInputController/DeviceSubType // UnityEngine.InputSystem.XInput.XInputController/DeviceSubType // UnityEngine.InputSystem.XInput.XInputController/DeviceType // UnityEngine.InputSystem.XInput.XInputController/DeviceType // UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem/Flags // UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem/Flags // UnityEngine.InputSystem.InputControlScheme/DeviceRequirement/Flags // UnityEngine.InputSystem.InputControlScheme/DeviceRequirement/Flags // UnityEngine.InputSystem.InputControlScheme/MatchResult/Result // UnityEngine.InputSystem.InputControlScheme/MatchResult/Result // UnityEngine.InputSystem.InputRemoting/NewDeviceMsg/Data // UnityEngine.InputSystem.InputRemoting/NewDeviceMsg/Data // FMODUnity.Legacy/<>c__DisplayClass6_0`2 // FMODUnity.Legacy/<>c__DisplayClass6_0`2 // FMODUnity.Legacy/<>c__DisplayClass6_0`2 // FMODUnity.Legacy/<>c__DisplayClass6_0`2 // FMODUnity.Legacy/<>c__DisplayClass6_0`2 // FMODUnity.Legacy/<>c__DisplayClass6_0`2 // System.Net.HttpWebRequest/d__234`1> // System.Net.HttpWebRequest/d__234`1> // System.Net.HttpWebRequest/d__234`1 // System.Net.HttpWebRequest/d__234`1 // UnityEngine.InputSystem.InputBindingComposite`1 // UnityEngine.InputSystem.InputBindingComposite`1 // UnityEngine.InputSystem.InputBindingComposite`1 // UnityEngine.InputSystem.InputBindingComposite`1 // UnityEngine.InputSystem.InputBindingComposite`1 // UnityEngine.InputSystem.InputBindingComposite`1 // UnityEngine.InputSystem.InputBindingComposite`1 // UnityEngine.InputSystem.InputBindingComposite`1 // UnityEngine.InputSystem.InputProcessor`1 // UnityEngine.InputSystem.InputProcessor`1 // UnityEngine.InputSystem.InputProcessor`1 // UnityEngine.InputSystem.InputProcessor`1 // UnityEngine.InputSystem.InputProcessor`1 // UnityEngine.InputSystem.InputProcessor`1 // UnityEngine.InputSystem.InputProcessor`1 // UnityEngine.InputSystem.InputProcessor`1 // Unity.Collections.NativeArray`1 // Unity.Collections.NativeArray`1 // Unity.Collections.NativeArray`1 // Unity.Collections.NativeArray`1 // Unity.Collections.NativeArray`1 // Unity.Collections.NativeArray`1 // Unity.Collections.NativeArray`1 // Unity.Collections.NativeArray`1 // Unity.Collections.NativeArray`1 // Unity.Collections.NativeArray`1 // Unity.Collections.NativeArray`1 // Unity.Collections.NativeArray`1 // Unity.Collections.NativeArray`1 // Unity.Collections.NativeArray`1 // Unity.Collections.NativeArray`1 // Unity.Collections.NativeArray`1 // Unity.Collections.NativeArray`1 // Unity.Collections.NativeArray`1 // Unity.Collections.NativeArray`1 // Unity.Collections.NativeArray`1 // Unity.Collections.NativeArray`1 // Unity.Collections.NativeArray`1 // Unity.Collections.NativeArray`1 // Unity.Collections.NativeArray`1 // Unity.Collections.NativeArray`1 // Unity.Collections.NativeArray`1 // Unity.Collections.NativeArray`1 // Unity.Collections.NativeArray`1 // Unity.Collections.NativeArray`1 // Unity.Collections.NativeArray`1 // Unity.Collections.NativeArray`1 // Unity.Collections.NativeArray`1 // Unity.Collections.NativeArray`1 // Unity.Collections.NativeArray`1 // Unity.Collections.NativeArray`1 // Unity.Collections.NativeArray`1 // Unity.Collections.NativeArray`1 // Unity.Collections.NativeArray`1 // System.Nullable`1 // System.Nullable`1 // System.Nullable`1 // System.Nullable`1 // UnityEngine.Rendering.PostProcessing.ParameterOverride`1 // UnityEngine.Rendering.PostProcessing.ParameterOverride`1 // UnityEngine.Playables.ScriptPlayable`1 struct ScriptPlayable_1_t7495DFF84B5233AF863183881C3C7D626F65C266_StaticFields { public: // UnityEngine.Playables.ScriptPlayable`1 UnityEngine.Playables.ScriptPlayable`1::m_NullPlayable ScriptPlayable_1_t7495DFF84B5233AF863183881C3C7D626F65C266 ___m_NullPlayable_1; public: inline static int32_t get_offset_of_m_NullPlayable_1() { return static_cast(offsetof(ScriptPlayable_1_t7495DFF84B5233AF863183881C3C7D626F65C266_StaticFields, ___m_NullPlayable_1)); } inline ScriptPlayable_1_t7495DFF84B5233AF863183881C3C7D626F65C266 get_m_NullPlayable_1() const { return ___m_NullPlayable_1; } inline ScriptPlayable_1_t7495DFF84B5233AF863183881C3C7D626F65C266 * get_address_of_m_NullPlayable_1() { return &___m_NullPlayable_1; } inline void set_m_NullPlayable_1(ScriptPlayable_1_t7495DFF84B5233AF863183881C3C7D626F65C266 value) { ___m_NullPlayable_1 = value; } }; // UnityEngine.Playables.ScriptPlayable`1 // System.Threading.Tasks.Task`1> struct Task_1_tB6E0730C54CFC03F4471315756CF85D05B71C05F_StaticFields { public: // System.Threading.Tasks.TaskFactory`1 System.Threading.Tasks.Task`1::s_Factory TaskFactory_1_t46984FB48E7F4A7873D5006D3E547C453FC417CD * ___s_Factory_41; // System.Func`2,System.Threading.Tasks.Task`1> System.Threading.Tasks.Task`1::TaskWhenAnyCast Func_2_t9FB9119855898574302D11A25F1AA03BDBDADD0D * ___TaskWhenAnyCast_42; public: inline static int32_t get_offset_of_s_Factory_41() { return static_cast(offsetof(Task_1_tB6E0730C54CFC03F4471315756CF85D05B71C05F_StaticFields, ___s_Factory_41)); } inline TaskFactory_1_t46984FB48E7F4A7873D5006D3E547C453FC417CD * get_s_Factory_41() const { return ___s_Factory_41; } inline TaskFactory_1_t46984FB48E7F4A7873D5006D3E547C453FC417CD ** get_address_of_s_Factory_41() { return &___s_Factory_41; } inline void set_s_Factory_41(TaskFactory_1_t46984FB48E7F4A7873D5006D3E547C453FC417CD * value) { ___s_Factory_41 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_Factory_41), (void*)value); } inline static int32_t get_offset_of_TaskWhenAnyCast_42() { return static_cast(offsetof(Task_1_tB6E0730C54CFC03F4471315756CF85D05B71C05F_StaticFields, ___TaskWhenAnyCast_42)); } inline Func_2_t9FB9119855898574302D11A25F1AA03BDBDADD0D * get_TaskWhenAnyCast_42() const { return ___TaskWhenAnyCast_42; } inline Func_2_t9FB9119855898574302D11A25F1AA03BDBDADD0D ** get_address_of_TaskWhenAnyCast_42() { return &___TaskWhenAnyCast_42; } inline void set_TaskWhenAnyCast_42(Func_2_t9FB9119855898574302D11A25F1AA03BDBDADD0D * value) { ___TaskWhenAnyCast_42 = value; Il2CppCodeGenWriteBarrier((void**)(&___TaskWhenAnyCast_42), (void*)value); } }; // System.Threading.Tasks.Task`1> // System.Threading.Tasks.Task`1 struct Task_1_tC1805497876E88B78A2B0CB81C6409E0B381AC17_StaticFields { public: // System.Threading.Tasks.TaskFactory`1 System.Threading.Tasks.Task`1::s_Factory TaskFactory_1_t16A95DD17BBA3D00F0A85C5077BB248421EF3A55 * ___s_Factory_41; // System.Func`2,System.Threading.Tasks.Task`1> System.Threading.Tasks.Task`1::TaskWhenAnyCast Func_2_t44F36790F9746FCE5ABFDE6205B6020B2578F6DD * ___TaskWhenAnyCast_42; public: inline static int32_t get_offset_of_s_Factory_41() { return static_cast(offsetof(Task_1_tC1805497876E88B78A2B0CB81C6409E0B381AC17_StaticFields, ___s_Factory_41)); } inline TaskFactory_1_t16A95DD17BBA3D00F0A85C5077BB248421EF3A55 * get_s_Factory_41() const { return ___s_Factory_41; } inline TaskFactory_1_t16A95DD17BBA3D00F0A85C5077BB248421EF3A55 ** get_address_of_s_Factory_41() { return &___s_Factory_41; } inline void set_s_Factory_41(TaskFactory_1_t16A95DD17BBA3D00F0A85C5077BB248421EF3A55 * value) { ___s_Factory_41 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_Factory_41), (void*)value); } inline static int32_t get_offset_of_TaskWhenAnyCast_42() { return static_cast(offsetof(Task_1_tC1805497876E88B78A2B0CB81C6409E0B381AC17_StaticFields, ___TaskWhenAnyCast_42)); } inline Func_2_t44F36790F9746FCE5ABFDE6205B6020B2578F6DD * get_TaskWhenAnyCast_42() const { return ___TaskWhenAnyCast_42; } inline Func_2_t44F36790F9746FCE5ABFDE6205B6020B2578F6DD ** get_address_of_TaskWhenAnyCast_42() { return &___TaskWhenAnyCast_42; } inline void set_TaskWhenAnyCast_42(Func_2_t44F36790F9746FCE5ABFDE6205B6020B2578F6DD * value) { ___TaskWhenAnyCast_42 = value; Il2CppCodeGenWriteBarrier((void**)(&___TaskWhenAnyCast_42), (void*)value); } }; // System.Threading.Tasks.Task`1 // System.Linq.Enumerable/WhereArrayIterator`1> // System.Linq.Enumerable/WhereArrayIterator`1> // System.Linq.Enumerable/WhereEnumerableIterator`1> // System.Linq.Enumerable/WhereEnumerableIterator`1> // System.Linq.Enumerable/WhereListIterator`1> // System.Linq.Enumerable/WhereListIterator`1> // UnityEngine.Animations.AnimationLayerMixerPlayable struct AnimationLayerMixerPlayable_tF647DD9BCA6E0F49367A5F13AAE0D5B093A91880_StaticFields { public: // UnityEngine.Animations.AnimationLayerMixerPlayable UnityEngine.Animations.AnimationLayerMixerPlayable::m_NullPlayable AnimationLayerMixerPlayable_tF647DD9BCA6E0F49367A5F13AAE0D5B093A91880 ___m_NullPlayable_1; public: inline static int32_t get_offset_of_m_NullPlayable_1() { return static_cast(offsetof(AnimationLayerMixerPlayable_tF647DD9BCA6E0F49367A5F13AAE0D5B093A91880_StaticFields, ___m_NullPlayable_1)); } inline AnimationLayerMixerPlayable_tF647DD9BCA6E0F49367A5F13AAE0D5B093A91880 get_m_NullPlayable_1() const { return ___m_NullPlayable_1; } inline AnimationLayerMixerPlayable_tF647DD9BCA6E0F49367A5F13AAE0D5B093A91880 * get_address_of_m_NullPlayable_1() { return &___m_NullPlayable_1; } inline void set_m_NullPlayable_1(AnimationLayerMixerPlayable_tF647DD9BCA6E0F49367A5F13AAE0D5B093A91880 value) { ___m_NullPlayable_1 = value; } }; // UnityEngine.Animations.AnimationLayerMixerPlayable // UnityEngine.Animations.AnimationMixerPlayable struct AnimationMixerPlayable_t7C6D407FE0D55712B07081F8114CFA347F124741_StaticFields { public: // UnityEngine.Animations.AnimationMixerPlayable UnityEngine.Animations.AnimationMixerPlayable::m_NullPlayable AnimationMixerPlayable_t7C6D407FE0D55712B07081F8114CFA347F124741 ___m_NullPlayable_1; public: inline static int32_t get_offset_of_m_NullPlayable_1() { return static_cast(offsetof(AnimationMixerPlayable_t7C6D407FE0D55712B07081F8114CFA347F124741_StaticFields, ___m_NullPlayable_1)); } inline AnimationMixerPlayable_t7C6D407FE0D55712B07081F8114CFA347F124741 get_m_NullPlayable_1() const { return ___m_NullPlayable_1; } inline AnimationMixerPlayable_t7C6D407FE0D55712B07081F8114CFA347F124741 * get_address_of_m_NullPlayable_1() { return &___m_NullPlayable_1; } inline void set_m_NullPlayable_1(AnimationMixerPlayable_t7C6D407FE0D55712B07081F8114CFA347F124741 value) { ___m_NullPlayable_1 = value; } }; // UnityEngine.Animations.AnimationMixerPlayable // UnityEngine.Animations.AnimationMotionXToDeltaPlayable struct AnimationMotionXToDeltaPlayable_t6E21B629D4689F5E3CFCFACA0B31411082773076_StaticFields { public: // UnityEngine.Animations.AnimationMotionXToDeltaPlayable UnityEngine.Animations.AnimationMotionXToDeltaPlayable::m_NullPlayable AnimationMotionXToDeltaPlayable_t6E21B629D4689F5E3CFCFACA0B31411082773076 ___m_NullPlayable_1; public: inline static int32_t get_offset_of_m_NullPlayable_1() { return static_cast(offsetof(AnimationMotionXToDeltaPlayable_t6E21B629D4689F5E3CFCFACA0B31411082773076_StaticFields, ___m_NullPlayable_1)); } inline AnimationMotionXToDeltaPlayable_t6E21B629D4689F5E3CFCFACA0B31411082773076 get_m_NullPlayable_1() const { return ___m_NullPlayable_1; } inline AnimationMotionXToDeltaPlayable_t6E21B629D4689F5E3CFCFACA0B31411082773076 * get_address_of_m_NullPlayable_1() { return &___m_NullPlayable_1; } inline void set_m_NullPlayable_1(AnimationMotionXToDeltaPlayable_t6E21B629D4689F5E3CFCFACA0B31411082773076 value) { ___m_NullPlayable_1 = value; } }; // UnityEngine.Animations.AnimationMotionXToDeltaPlayable // UnityEngine.Animations.AnimationOffsetPlayable struct AnimationOffsetPlayable_tBB8333A8E35A23D8FAA2D34E35FF02BD53FF9941_StaticFields { public: // UnityEngine.Animations.AnimationOffsetPlayable UnityEngine.Animations.AnimationOffsetPlayable::m_NullPlayable AnimationOffsetPlayable_tBB8333A8E35A23D8FAA2D34E35FF02BD53FF9941 ___m_NullPlayable_1; public: inline static int32_t get_offset_of_m_NullPlayable_1() { return static_cast(offsetof(AnimationOffsetPlayable_tBB8333A8E35A23D8FAA2D34E35FF02BD53FF9941_StaticFields, ___m_NullPlayable_1)); } inline AnimationOffsetPlayable_tBB8333A8E35A23D8FAA2D34E35FF02BD53FF9941 get_m_NullPlayable_1() const { return ___m_NullPlayable_1; } inline AnimationOffsetPlayable_tBB8333A8E35A23D8FAA2D34E35FF02BD53FF9941 * get_address_of_m_NullPlayable_1() { return &___m_NullPlayable_1; } inline void set_m_NullPlayable_1(AnimationOffsetPlayable_tBB8333A8E35A23D8FAA2D34E35FF02BD53FF9941 value) { ___m_NullPlayable_1 = value; } }; // UnityEngine.Animations.AnimationOffsetPlayable // UnityEngine.Animations.AnimationRemoveScalePlayable struct AnimationRemoveScalePlayable_t774D428669D5CF715E9A7E80E52A619AECC80429_StaticFields { public: // UnityEngine.Animations.AnimationRemoveScalePlayable UnityEngine.Animations.AnimationRemoveScalePlayable::m_NullPlayable AnimationRemoveScalePlayable_t774D428669D5CF715E9A7E80E52A619AECC80429 ___m_NullPlayable_1; public: inline static int32_t get_offset_of_m_NullPlayable_1() { return static_cast(offsetof(AnimationRemoveScalePlayable_t774D428669D5CF715E9A7E80E52A619AECC80429_StaticFields, ___m_NullPlayable_1)); } inline AnimationRemoveScalePlayable_t774D428669D5CF715E9A7E80E52A619AECC80429 get_m_NullPlayable_1() const { return ___m_NullPlayable_1; } inline AnimationRemoveScalePlayable_t774D428669D5CF715E9A7E80E52A619AECC80429 * get_address_of_m_NullPlayable_1() { return &___m_NullPlayable_1; } inline void set_m_NullPlayable_1(AnimationRemoveScalePlayable_t774D428669D5CF715E9A7E80E52A619AECC80429 value) { ___m_NullPlayable_1 = value; } }; // UnityEngine.Animations.AnimationRemoveScalePlayable // UnityEngine.AssetBundle // UnityEngine.AssetBundle // UnityEngine.Component // UnityEngine.Component // UnityEngine.InputSystem.LowLevel.DisableDeviceCommand // UnityEngine.InputSystem.LowLevel.DisableDeviceCommand // UnityEngine.InputSystem.LowLevel.DualMotorRumbleCommand // UnityEngine.InputSystem.LowLevel.DualMotorRumbleCommand // UnityEngine.InputSystem.DualShock.LowLevel.DualSenseHIDUSBOutputReport // UnityEngine.InputSystem.DualShock.LowLevel.DualSenseHIDUSBOutputReport // UnityEngine.InputSystem.DualShock.LowLevel.DualShockHIDOutputReport // UnityEngine.InputSystem.DualShock.LowLevel.DualShockHIDOutputReport // UnityEngine.InputSystem.LowLevel.EnableDeviceCommand // UnityEngine.InputSystem.LowLevel.EnableDeviceCommand // UnityEngine.InputSystem.LowLevel.EnableIMECompositionCommand // UnityEngine.InputSystem.LowLevel.EnableIMECompositionCommand // UnityEngine.GameObject // UnityEngine.GameObject // UnityEngine.InputSystem.XR.Haptics.GetHapticCapabilitiesCommand // UnityEngine.InputSystem.XR.Haptics.GetHapticCapabilitiesCommand // UnityEngine.InputSystem.LowLevel.InitiateUserAccountPairingCommand // UnityEngine.InputSystem.LowLevel.InitiateUserAccountPairingCommand // UnityEngine.InputSystem.InputBinding // UnityEngine.InputSystem.InputBinding // UnityEngine.InputSystem.Layouts.InputControlLayout struct InputControlLayout_tE6B3ECA665209114AFF079155BF9F2FA79A03741_StaticFields { public: // UnityEngine.InputSystem.Utilities.InternedString UnityEngine.InputSystem.Layouts.InputControlLayout::s_DefaultVariant InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED ___s_DefaultVariant_0; // UnityEngine.InputSystem.Layouts.InputControlLayout/Collection UnityEngine.InputSystem.Layouts.InputControlLayout::s_Layouts Collection_tE4D2860D7319AE2B62163AFBA0A549B87DB0B97F ___s_Layouts_15; // UnityEngine.InputSystem.Layouts.InputControlLayout/Cache UnityEngine.InputSystem.Layouts.InputControlLayout::s_CacheInstance Cache_tCCC71FFB1DEF56FF815ED5B09BB764EDB00EE82E ___s_CacheInstance_16; // System.Int32 UnityEngine.InputSystem.Layouts.InputControlLayout::s_CacheInstanceRef int32_t ___s_CacheInstanceRef_17; public: inline static int32_t get_offset_of_s_DefaultVariant_0() { return static_cast(offsetof(InputControlLayout_tE6B3ECA665209114AFF079155BF9F2FA79A03741_StaticFields, ___s_DefaultVariant_0)); } inline InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED get_s_DefaultVariant_0() const { return ___s_DefaultVariant_0; } inline InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED * get_address_of_s_DefaultVariant_0() { return &___s_DefaultVariant_0; } inline void set_s_DefaultVariant_0(InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED value) { ___s_DefaultVariant_0 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___s_DefaultVariant_0))->___m_StringOriginalCase_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___s_DefaultVariant_0))->___m_StringLowerCase_1), (void*)NULL); #endif } inline static int32_t get_offset_of_s_Layouts_15() { return static_cast(offsetof(InputControlLayout_tE6B3ECA665209114AFF079155BF9F2FA79A03741_StaticFields, ___s_Layouts_15)); } inline Collection_tE4D2860D7319AE2B62163AFBA0A549B87DB0B97F get_s_Layouts_15() const { return ___s_Layouts_15; } inline Collection_tE4D2860D7319AE2B62163AFBA0A549B87DB0B97F * get_address_of_s_Layouts_15() { return &___s_Layouts_15; } inline void set_s_Layouts_15(Collection_tE4D2860D7319AE2B62163AFBA0A549B87DB0B97F value) { ___s_Layouts_15 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___s_Layouts_15))->___layoutTypes_1), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___s_Layouts_15))->___layoutStrings_2), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___s_Layouts_15))->___layoutBuilders_3), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___s_Layouts_15))->___baseLayoutTable_4), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___s_Layouts_15))->___layoutOverrides_5), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___s_Layouts_15))->___layoutOverrideNames_6), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___s_Layouts_15))->___precompiledLayouts_7), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___s_Layouts_15))->___layoutMatchers_8), (void*)NULL); #endif } inline static int32_t get_offset_of_s_CacheInstance_16() { return static_cast(offsetof(InputControlLayout_tE6B3ECA665209114AFF079155BF9F2FA79A03741_StaticFields, ___s_CacheInstance_16)); } inline Cache_tCCC71FFB1DEF56FF815ED5B09BB764EDB00EE82E get_s_CacheInstance_16() const { return ___s_CacheInstance_16; } inline Cache_tCCC71FFB1DEF56FF815ED5B09BB764EDB00EE82E * get_address_of_s_CacheInstance_16() { return &___s_CacheInstance_16; } inline void set_s_CacheInstance_16(Cache_tCCC71FFB1DEF56FF815ED5B09BB764EDB00EE82E value) { ___s_CacheInstance_16 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___s_CacheInstance_16))->___table_0), (void*)NULL); } inline static int32_t get_offset_of_s_CacheInstanceRef_17() { return static_cast(offsetof(InputControlLayout_tE6B3ECA665209114AFF079155BF9F2FA79A03741_StaticFields, ___s_CacheInstanceRef_17)); } inline int32_t get_s_CacheInstanceRef_17() const { return ___s_CacheInstanceRef_17; } inline int32_t* get_address_of_s_CacheInstanceRef_17() { return &___s_CacheInstanceRef_17; } inline void set_s_CacheInstanceRef_17(int32_t value) { ___s_CacheInstanceRef_17 = value; } }; // UnityEngine.InputSystem.Layouts.InputControlLayout // UnityEngine.InputSystem.InputRemoting // UnityEngine.InputSystem.InputRemoting // UnityEngine.InputSystem.InputValue // UnityEngine.InputSystem.InputValue // OVRSimpleJSON.JSONNode struct JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B_StaticFields { public: // System.Boolean OVRSimpleJSON.JSONNode::forceASCII bool ___forceASCII_0; // System.Boolean OVRSimpleJSON.JSONNode::longAsString bool ___longAsString_1; // OVRSimpleJSON.JSONContainerType OVRSimpleJSON.JSONNode::VectorContainerType int32_t ___VectorContainerType_3; // OVRSimpleJSON.JSONContainerType OVRSimpleJSON.JSONNode::QuaternionContainerType int32_t ___QuaternionContainerType_4; // OVRSimpleJSON.JSONContainerType OVRSimpleJSON.JSONNode::RectContainerType int32_t ___RectContainerType_5; public: inline static int32_t get_offset_of_forceASCII_0() { return static_cast(offsetof(JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B_StaticFields, ___forceASCII_0)); } inline bool get_forceASCII_0() const { return ___forceASCII_0; } inline bool* get_address_of_forceASCII_0() { return &___forceASCII_0; } inline void set_forceASCII_0(bool value) { ___forceASCII_0 = value; } inline static int32_t get_offset_of_longAsString_1() { return static_cast(offsetof(JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B_StaticFields, ___longAsString_1)); } inline bool get_longAsString_1() const { return ___longAsString_1; } inline bool* get_address_of_longAsString_1() { return &___longAsString_1; } inline void set_longAsString_1(bool value) { ___longAsString_1 = value; } inline static int32_t get_offset_of_VectorContainerType_3() { return static_cast(offsetof(JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B_StaticFields, ___VectorContainerType_3)); } inline int32_t get_VectorContainerType_3() const { return ___VectorContainerType_3; } inline int32_t* get_address_of_VectorContainerType_3() { return &___VectorContainerType_3; } inline void set_VectorContainerType_3(int32_t value) { ___VectorContainerType_3 = value; } inline static int32_t get_offset_of_QuaternionContainerType_4() { return static_cast(offsetof(JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B_StaticFields, ___QuaternionContainerType_4)); } inline int32_t get_QuaternionContainerType_4() const { return ___QuaternionContainerType_4; } inline int32_t* get_address_of_QuaternionContainerType_4() { return &___QuaternionContainerType_4; } inline void set_QuaternionContainerType_4(int32_t value) { ___QuaternionContainerType_4 = value; } inline static int32_t get_offset_of_RectContainerType_5() { return static_cast(offsetof(JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B_StaticFields, ___RectContainerType_5)); } inline int32_t get_RectContainerType_5() const { return ___RectContainerType_5; } inline int32_t* get_address_of_RectContainerType_5() { return &___RectContainerType_5; } inline void set_RectContainerType_5(int32_t value) { ___RectContainerType_5 = value; } }; // OVRSimpleJSON.JSONNode struct JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B_ThreadStaticFields { public: // System.Text.StringBuilder OVRSimpleJSON.JSONNode::m_EscapeBuilder StringBuilder_t * ___m_EscapeBuilder_2; public: inline static int32_t get_offset_of_m_EscapeBuilder_2() { return static_cast(offsetof(JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B_ThreadStaticFields, ___m_EscapeBuilder_2)); } inline StringBuilder_t * get_m_EscapeBuilder_2() const { return ___m_EscapeBuilder_2; } inline StringBuilder_t ** get_address_of_m_EscapeBuilder_2() { return &___m_EscapeBuilder_2; } inline void set_m_EscapeBuilder_2(StringBuilder_t * value) { ___m_EscapeBuilder_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_EscapeBuilder_2), (void*)value); } }; // UnityEngine.Mesh // UnityEngine.Mesh // System.Reflection.MonoPropertyInfo // System.Reflection.MonoPropertyInfo // System.MulticastDelegate // System.MulticastDelegate // UnityEngineInternal.Input.NativeInputEvent // UnityEngineInternal.Input.NativeInputEvent // UnityEngine.Playables.Playable struct Playable_tC24692CDD1DD8F1D5C646035A76D2830A70214E2_StaticFields { public: // UnityEngine.Playables.Playable UnityEngine.Playables.Playable::m_NullPlayable Playable_tC24692CDD1DD8F1D5C646035A76D2830A70214E2 ___m_NullPlayable_1; public: inline static int32_t get_offset_of_m_NullPlayable_1() { return static_cast(offsetof(Playable_tC24692CDD1DD8F1D5C646035A76D2830A70214E2_StaticFields, ___m_NullPlayable_1)); } inline Playable_tC24692CDD1DD8F1D5C646035A76D2830A70214E2 get_m_NullPlayable_1() const { return ___m_NullPlayable_1; } inline Playable_tC24692CDD1DD8F1D5C646035A76D2830A70214E2 * get_address_of_m_NullPlayable_1() { return &___m_NullPlayable_1; } inline void set_m_NullPlayable_1(Playable_tC24692CDD1DD8F1D5C646035A76D2830A70214E2 value) { ___m_NullPlayable_1 = value; } }; // UnityEngine.Playables.Playable // UnityEngine.InputSystem.Utilities.PrimitiveValue // UnityEngine.InputSystem.Utilities.PrimitiveValue // UnityEngine.InputSystem.LowLevel.QueryCanRunInBackground // UnityEngine.InputSystem.LowLevel.QueryCanRunInBackground // UnityEngine.InputSystem.LowLevel.QueryEnabledStateCommand // UnityEngine.InputSystem.LowLevel.QueryEnabledStateCommand // UnityEngine.InputSystem.LowLevel.QueryKeyNameCommand // UnityEngine.InputSystem.LowLevel.QueryKeyNameCommand // UnityEngine.InputSystem.LowLevel.QueryKeyboardLayoutCommand // UnityEngine.InputSystem.LowLevel.QueryKeyboardLayoutCommand // UnityEngine.InputSystem.LowLevel.QueryPairedUserAccountCommand // UnityEngine.InputSystem.LowLevel.QueryPairedUserAccountCommand // UnityEngine.InputSystem.LowLevel.QuerySamplingFrequencyCommand // UnityEngine.InputSystem.LowLevel.QuerySamplingFrequencyCommand // UnityEngine.InputSystem.LowLevel.RequestResetCommand // UnityEngine.InputSystem.LowLevel.RequestResetCommand // UnityEngine.InputSystem.LowLevel.RequestSyncCommand // UnityEngine.InputSystem.LowLevel.RequestSyncCommand // UnityEngine.ScriptableObject // UnityEngine.ScriptableObject // UnityEngine.InputSystem.XR.Haptics.SendBufferedHapticCommand // UnityEngine.InputSystem.XR.Haptics.SendBufferedHapticCommand // UnityEngine.InputSystem.XR.Haptics.SendHapticImpulseCommand // UnityEngine.InputSystem.XR.Haptics.SendHapticImpulseCommand // UnityEngine.InputSystem.LowLevel.SetIMECursorPositionCommand // UnityEngine.InputSystem.LowLevel.SetIMECursorPositionCommand // UnityEngine.InputSystem.LowLevel.SetSamplingFrequencyCommand // UnityEngine.InputSystem.LowLevel.SetSamplingFrequencyCommand // System.SystemException // System.SystemException // System.Type struct Type_t_StaticFields { public: // System.Reflection.MemberFilter System.Type::FilterAttribute MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * ___FilterAttribute_0; // System.Reflection.MemberFilter System.Type::FilterName MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * ___FilterName_1; // System.Reflection.MemberFilter System.Type::FilterNameIgnoreCase MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * ___FilterNameIgnoreCase_2; // System.Object System.Type::Missing RuntimeObject * ___Missing_3; // System.Char System.Type::Delimiter Il2CppChar ___Delimiter_4; // System.Type[] System.Type::EmptyTypes TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* ___EmptyTypes_5; // System.Reflection.Binder System.Type::defaultBinder Binder_t2BEE27FD84737D1E79BC47FD67F6D3DD2F2DDA30 * ___defaultBinder_6; public: inline static int32_t get_offset_of_FilterAttribute_0() { return static_cast(offsetof(Type_t_StaticFields, ___FilterAttribute_0)); } inline MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * get_FilterAttribute_0() const { return ___FilterAttribute_0; } inline MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 ** get_address_of_FilterAttribute_0() { return &___FilterAttribute_0; } inline void set_FilterAttribute_0(MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * value) { ___FilterAttribute_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___FilterAttribute_0), (void*)value); } inline static int32_t get_offset_of_FilterName_1() { return static_cast(offsetof(Type_t_StaticFields, ___FilterName_1)); } inline MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * get_FilterName_1() const { return ___FilterName_1; } inline MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 ** get_address_of_FilterName_1() { return &___FilterName_1; } inline void set_FilterName_1(MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * value) { ___FilterName_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___FilterName_1), (void*)value); } inline static int32_t get_offset_of_FilterNameIgnoreCase_2() { return static_cast(offsetof(Type_t_StaticFields, ___FilterNameIgnoreCase_2)); } inline MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * get_FilterNameIgnoreCase_2() const { return ___FilterNameIgnoreCase_2; } inline MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 ** get_address_of_FilterNameIgnoreCase_2() { return &___FilterNameIgnoreCase_2; } inline void set_FilterNameIgnoreCase_2(MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * value) { ___FilterNameIgnoreCase_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___FilterNameIgnoreCase_2), (void*)value); } inline static int32_t get_offset_of_Missing_3() { return static_cast(offsetof(Type_t_StaticFields, ___Missing_3)); } inline RuntimeObject * get_Missing_3() const { return ___Missing_3; } inline RuntimeObject ** get_address_of_Missing_3() { return &___Missing_3; } inline void set_Missing_3(RuntimeObject * value) { ___Missing_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___Missing_3), (void*)value); } inline static int32_t get_offset_of_Delimiter_4() { return static_cast(offsetof(Type_t_StaticFields, ___Delimiter_4)); } inline Il2CppChar get_Delimiter_4() const { return ___Delimiter_4; } inline Il2CppChar* get_address_of_Delimiter_4() { return &___Delimiter_4; } inline void set_Delimiter_4(Il2CppChar value) { ___Delimiter_4 = value; } inline static int32_t get_offset_of_EmptyTypes_5() { return static_cast(offsetof(Type_t_StaticFields, ___EmptyTypes_5)); } inline TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* get_EmptyTypes_5() const { return ___EmptyTypes_5; } inline TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755** get_address_of_EmptyTypes_5() { return &___EmptyTypes_5; } inline void set_EmptyTypes_5(TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* value) { ___EmptyTypes_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___EmptyTypes_5), (void*)value); } inline static int32_t get_offset_of_defaultBinder_6() { return static_cast(offsetof(Type_t_StaticFields, ___defaultBinder_6)); } inline Binder_t2BEE27FD84737D1E79BC47FD67F6D3DD2F2DDA30 * get_defaultBinder_6() const { return ___defaultBinder_6; } inline Binder_t2BEE27FD84737D1E79BC47FD67F6D3DD2F2DDA30 ** get_address_of_defaultBinder_6() { return &___defaultBinder_6; } inline void set_defaultBinder_6(Binder_t2BEE27FD84737D1E79BC47FD67F6D3DD2F2DDA30 * value) { ___defaultBinder_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___defaultBinder_6), (void*)value); } }; // System.Type // UnityEngine.UnityException // UnityEngine.UnityException // UnityEngine.InputSystem.LowLevel.UseWindowsGamingInputCommand // UnityEngine.InputSystem.LowLevel.UseWindowsGamingInputCommand // UnityEngine.InputSystem.LowLevel.WarpMousePositionCommand // UnityEngine.InputSystem.LowLevel.WarpMousePositionCommand // System.Net.WebRequest struct WebRequest_t130159AA9419464E465AE0DC62721CC40E86EE8E_StaticFields { public: // System.Collections.ArrayList modreq(System.Runtime.CompilerServices.IsVolatile) System.Net.WebRequest::s_PrefixList ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * ___s_PrefixList_1; // System.Object System.Net.WebRequest::s_InternalSyncObject RuntimeObject * ___s_InternalSyncObject_2; // System.Net.TimerThread/Queue System.Net.WebRequest::s_DefaultTimerQueue Queue_tBA613BE3643BDEB5F58ACBD9BD6499402CA178BB * ___s_DefaultTimerQueue_3; // System.Net.WebRequest/DesignerWebRequestCreate System.Net.WebRequest::webRequestCreate DesignerWebRequestCreate_tC9CEDD13174469ABB2A24A158F14669B05BA262A * ___webRequestCreate_9; // System.Net.IWebProxy modreq(System.Runtime.CompilerServices.IsVolatile) System.Net.WebRequest::s_DefaultWebProxy RuntimeObject* ___s_DefaultWebProxy_10; // System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.Net.WebRequest::s_DefaultWebProxyInitialized bool ___s_DefaultWebProxyInitialized_11; public: inline static int32_t get_offset_of_s_PrefixList_1() { return static_cast(offsetof(WebRequest_t130159AA9419464E465AE0DC62721CC40E86EE8E_StaticFields, ___s_PrefixList_1)); } inline ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * get_s_PrefixList_1() const { return ___s_PrefixList_1; } inline ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 ** get_address_of_s_PrefixList_1() { return &___s_PrefixList_1; } inline void set_s_PrefixList_1(ArrayList_t6C1A49839DC1F0D568E8E11FA1626FCF0EC06575 * value) { ___s_PrefixList_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_PrefixList_1), (void*)value); } inline static int32_t get_offset_of_s_InternalSyncObject_2() { return static_cast(offsetof(WebRequest_t130159AA9419464E465AE0DC62721CC40E86EE8E_StaticFields, ___s_InternalSyncObject_2)); } inline RuntimeObject * get_s_InternalSyncObject_2() const { return ___s_InternalSyncObject_2; } inline RuntimeObject ** get_address_of_s_InternalSyncObject_2() { return &___s_InternalSyncObject_2; } inline void set_s_InternalSyncObject_2(RuntimeObject * value) { ___s_InternalSyncObject_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_InternalSyncObject_2), (void*)value); } inline static int32_t get_offset_of_s_DefaultTimerQueue_3() { return static_cast(offsetof(WebRequest_t130159AA9419464E465AE0DC62721CC40E86EE8E_StaticFields, ___s_DefaultTimerQueue_3)); } inline Queue_tBA613BE3643BDEB5F58ACBD9BD6499402CA178BB * get_s_DefaultTimerQueue_3() const { return ___s_DefaultTimerQueue_3; } inline Queue_tBA613BE3643BDEB5F58ACBD9BD6499402CA178BB ** get_address_of_s_DefaultTimerQueue_3() { return &___s_DefaultTimerQueue_3; } inline void set_s_DefaultTimerQueue_3(Queue_tBA613BE3643BDEB5F58ACBD9BD6499402CA178BB * value) { ___s_DefaultTimerQueue_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_DefaultTimerQueue_3), (void*)value); } inline static int32_t get_offset_of_webRequestCreate_9() { return static_cast(offsetof(WebRequest_t130159AA9419464E465AE0DC62721CC40E86EE8E_StaticFields, ___webRequestCreate_9)); } inline DesignerWebRequestCreate_tC9CEDD13174469ABB2A24A158F14669B05BA262A * get_webRequestCreate_9() const { return ___webRequestCreate_9; } inline DesignerWebRequestCreate_tC9CEDD13174469ABB2A24A158F14669B05BA262A ** get_address_of_webRequestCreate_9() { return &___webRequestCreate_9; } inline void set_webRequestCreate_9(DesignerWebRequestCreate_tC9CEDD13174469ABB2A24A158F14669B05BA262A * value) { ___webRequestCreate_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___webRequestCreate_9), (void*)value); } inline static int32_t get_offset_of_s_DefaultWebProxy_10() { return static_cast(offsetof(WebRequest_t130159AA9419464E465AE0DC62721CC40E86EE8E_StaticFields, ___s_DefaultWebProxy_10)); } inline RuntimeObject* get_s_DefaultWebProxy_10() const { return ___s_DefaultWebProxy_10; } inline RuntimeObject** get_address_of_s_DefaultWebProxy_10() { return &___s_DefaultWebProxy_10; } inline void set_s_DefaultWebProxy_10(RuntimeObject* value) { ___s_DefaultWebProxy_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_DefaultWebProxy_10), (void*)value); } inline static int32_t get_offset_of_s_DefaultWebProxyInitialized_11() { return static_cast(offsetof(WebRequest_t130159AA9419464E465AE0DC62721CC40E86EE8E_StaticFields, ___s_DefaultWebProxyInitialized_11)); } inline bool get_s_DefaultWebProxyInitialized_11() const { return ___s_DefaultWebProxyInitialized_11; } inline bool* get_address_of_s_DefaultWebProxyInitialized_11() { return &___s_DefaultWebProxyInitialized_11; } inline void set_s_DefaultWebProxyInitialized_11(bool value) { ___s_DefaultWebProxyInitialized_11 = value; } }; // System.Net.WebRequest // System.Net.NetworkInformation.Win32_FIXED_INFO // System.Net.NetworkInformation.Win32_FIXED_INFO // FMODUnityResonance.FmodResonanceAudio/RoomProperties // FMODUnityResonance.FmodResonanceAudio/RoomProperties // UnityEngine.InputSystem.HID.HID/HIDDeviceDescriptor // UnityEngine.InputSystem.HID.HID/HIDDeviceDescriptor // System.Net.HttpWebRequest/AuthorizationState // System.Net.HttpWebRequest/AuthorizationState // UnityEngine.InputSystem.InputActionState/GlobalState // UnityEngine.InputSystem.InputActionState/GlobalState // UnityEngine.InputSystem.InputControlScheme/DeviceRequirement // UnityEngine.InputSystem.InputControlScheme/DeviceRequirement // Unity.Jobs.LowLevel.Unsafe.JobsUtility/JobScheduleParameters // Unity.Jobs.LowLevel.Unsafe.JobsUtility/JobScheduleParameters // FMODUnity.Legacy/PlatformSettingBase // FMODUnity.Legacy/PlatformSettingBase // UnityEngine.XR.OpenXR.Input.OpenXRInput/GetInternalDeviceIdCommand // UnityEngine.XR.OpenXR.Input.OpenXRInput/GetInternalDeviceIdCommand // UnityEngine.InputSystem.Switch.SwitchProControllerHID/SwitchMagicOutputHIDBluetooth // UnityEngine.InputSystem.Switch.SwitchProControllerHID/SwitchMagicOutputHIDBluetooth // UnityEngine.InputSystem.Switch.SwitchProControllerHID/SwitchMagicOutputHIDUSB // UnityEngine.InputSystem.Switch.SwitchProControllerHID/SwitchMagicOutputHIDUSB // UnityEngine.InputSystem.XInput.XInputController/Capabilities // UnityEngine.InputSystem.XInput.XInputController/Capabilities // System.Action`1 // System.Action`1 // UnityEngine.EventSystems.ExecuteEvents/EventFunction`1 // UnityEngine.EventSystems.ExecuteEvents/EventFunction`1 // System.Func`1 // System.Func`1 // System.Func`1 // System.Func`1 // System.Func`2,System.Boolean> // System.Func`2,System.Boolean> // System.Func`2>> // System.Func`2>> // System.Func`2> // System.Func`2> // System.Func`2 // System.Func`2 // System.Func`2> // System.Func`2> // System.Func`2 // System.Func`2 // System.Func`2 // System.Func`2 // System.Reflection.MonoProperty/Getter`2 // System.Reflection.MonoProperty/Getter`2 // UnityEngine.InputSystem.InputControlList`1 // UnityEngine.InputSystem.InputControlList`1 // UnityEngine.InputSystem.InputControlList`1 // UnityEngine.InputSystem.InputControlList`1 // UnityEngine.InputSystem.InputControlList`1 // UnityEngine.InputSystem.InputControlList`1 // System.Nullable`1 // System.Nullable`1 // FMODUnity.Legacy/PlatformSetting`1 // FMODUnity.Legacy/PlatformSetting`1 // FMODUnity.Legacy/PlatformSetting`1 // FMODUnity.Legacy/PlatformSetting`1 // FMODUnity.Legacy/PlatformSetting`1 // FMODUnity.Legacy/PlatformSetting`1 // System.Predicate`1 // System.Predicate`1 // System.Predicate`1 // System.Predicate`1 // System.Reflection.MonoProperty/StaticGetter`1 // System.Reflection.MonoProperty/StaticGetter`1 // System.Action // System.Action // System.ArgumentException // System.ArgumentException // UnityEngine.Behaviour // UnityEngine.Behaviour // UnityEngine.Rendering.Universal.Internal.DeferredTiler // UnityEngine.Rendering.Universal.Internal.DeferredTiler // System.Net.HttpWebRequest struct HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A_StaticFields { public: // System.Int32 System.Net.HttpWebRequest::defaultMaxResponseHeadersLength int32_t ___defaultMaxResponseHeadersLength_54; public: inline static int32_t get_offset_of_defaultMaxResponseHeadersLength_54() { return static_cast(offsetof(HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A_StaticFields, ___defaultMaxResponseHeadersLength_54)); } inline int32_t get_defaultMaxResponseHeadersLength_54() const { return ___defaultMaxResponseHeadersLength_54; } inline int32_t* get_address_of_defaultMaxResponseHeadersLength_54() { return &___defaultMaxResponseHeadersLength_54; } inline void set_defaultMaxResponseHeadersLength_54(int32_t value) { ___defaultMaxResponseHeadersLength_54 = value; } }; // System.Net.HttpWebRequest // System.IndexOutOfRangeException // System.IndexOutOfRangeException // UnityEngine.InputSystem.InputActionState struct InputActionState_tBAB20591FD6515A6FF5D70EF641A423E270A33F9_StaticFields { public: // UnityEngine.InputSystem.InputActionState/GlobalState UnityEngine.InputSystem.InputActionState::s_GlobalState GlobalState_tF1D93500AFBAA25C7FCA48B5D89640B84C44D0AB ___s_GlobalState_14; public: inline static int32_t get_offset_of_s_GlobalState_14() { return static_cast(offsetof(InputActionState_tBAB20591FD6515A6FF5D70EF641A423E270A33F9_StaticFields, ___s_GlobalState_14)); } inline GlobalState_tF1D93500AFBAA25C7FCA48B5D89640B84C44D0AB get_s_GlobalState_14() const { return ___s_GlobalState_14; } inline GlobalState_tF1D93500AFBAA25C7FCA48B5D89640B84C44D0AB * get_address_of_s_GlobalState_14() { return &___s_GlobalState_14; } inline void set_s_GlobalState_14(GlobalState_tF1D93500AFBAA25C7FCA48B5D89640B84C44D0AB value) { ___s_GlobalState_14 = value; Il2CppCodeGenWriteBarrier((void**)&((&(((&___s_GlobalState_14))->___globalList_0))->___additionalValues_2), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((&(((&___s_GlobalState_14))->___onActionChange_1))->___m_Callbacks_1))->___firstValue_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((&(((&___s_GlobalState_14))->___onActionChange_1))->___m_Callbacks_1))->___additionalValues_2), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((&(((&___s_GlobalState_14))->___onActionChange_1))->___m_CallbacksToAdd_2))->___firstValue_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((&(((&___s_GlobalState_14))->___onActionChange_1))->___m_CallbacksToAdd_2))->___additionalValues_2), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((&(((&___s_GlobalState_14))->___onActionChange_1))->___m_CallbacksToRemove_3))->___firstValue_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((&(((&___s_GlobalState_14))->___onActionChange_1))->___m_CallbacksToRemove_3))->___additionalValues_2), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((&(((&___s_GlobalState_14))->___onActionControlsChanged_2))->___m_Callbacks_1))->___firstValue_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((&(((&___s_GlobalState_14))->___onActionControlsChanged_2))->___m_Callbacks_1))->___additionalValues_2), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((&(((&___s_GlobalState_14))->___onActionControlsChanged_2))->___m_CallbacksToAdd_2))->___firstValue_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((&(((&___s_GlobalState_14))->___onActionControlsChanged_2))->___m_CallbacksToAdd_2))->___additionalValues_2), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((&(((&___s_GlobalState_14))->___onActionControlsChanged_2))->___m_CallbacksToRemove_3))->___firstValue_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((&(((&___s_GlobalState_14))->___onActionControlsChanged_2))->___m_CallbacksToRemove_3))->___additionalValues_2), (void*)NULL); #endif } }; // UnityEngine.InputSystem.InputActionState // UnityEngine.InputSystem.InputControl // UnityEngine.InputSystem.InputControl // UnityEngine.InputSystem.LowLevel.InputDeviceCommandDelegate // UnityEngine.InputSystem.LowLevel.InputDeviceCommandDelegate // UnityEngine.InputSystem.LowLevel.InputEvent // UnityEngine.InputSystem.LowLevel.InputEvent // UnityEngine.InputSystem.LowLevel.InputEventBuffer // UnityEngine.InputSystem.LowLevel.InputEventBuffer // UnityEngine.InputSystem.LowLevel.InputStateHistory // UnityEngine.InputSystem.LowLevel.InputStateHistory // System.InvalidOperationException // System.InvalidOperationException // OVRSimpleJSON.JSONLazyCreator // OVRSimpleJSON.JSONLazyCreator // System.Reflection.MonoProperty // System.Reflection.MonoProperty // UnityEngine.InputSystem.Utilities.NamedValue // UnityEngine.InputSystem.Utilities.NamedValue // System.NotImplementedException // System.NotImplementedException // UnityEngine.XR.OpenXR.Features.OpenXRFeature struct OpenXRFeature_tBDE19E44A01E5E54925EAF67574691F11E88CDAA_StaticFields { public: // System.Boolean UnityEngine.XR.OpenXR.Features.OpenXRFeature::k__BackingField bool ___U3CrequiredFeatureFailedU3Ek__BackingField_6; public: inline static int32_t get_offset_of_U3CrequiredFeatureFailedU3Ek__BackingField_6() { return static_cast(offsetof(OpenXRFeature_tBDE19E44A01E5E54925EAF67574691F11E88CDAA_StaticFields, ___U3CrequiredFeatureFailedU3Ek__BackingField_6)); } inline bool get_U3CrequiredFeatureFailedU3Ek__BackingField_6() const { return ___U3CrequiredFeatureFailedU3Ek__BackingField_6; } inline bool* get_address_of_U3CrequiredFeatureFailedU3Ek__BackingField_6() { return &___U3CrequiredFeatureFailedU3Ek__BackingField_6; } inline void set_U3CrequiredFeatureFailedU3Ek__BackingField_6(bool value) { ___U3CrequiredFeatureFailedU3Ek__BackingField_6 = value; } }; // UnityEngine.XR.OpenXR.Features.OpenXRFeature // UnityEngine.XR.OpenXR.OpenXRSettings struct OpenXRSettings_t7E7706E7597849CCD2747A21E6E6EECB038F225C_StaticFields { public: // UnityEngine.XR.OpenXR.OpenXRSettings UnityEngine.XR.OpenXR.OpenXRSettings::s_RuntimeInstance OpenXRSettings_t7E7706E7597849CCD2747A21E6E6EECB038F225C * ___s_RuntimeInstance_8; public: inline static int32_t get_offset_of_s_RuntimeInstance_8() { return static_cast(offsetof(OpenXRSettings_t7E7706E7597849CCD2747A21E6E6EECB038F225C_StaticFields, ___s_RuntimeInstance_8)); } inline OpenXRSettings_t7E7706E7597849CCD2747A21E6E6EECB038F225C * get_s_RuntimeInstance_8() const { return ___s_RuntimeInstance_8; } inline OpenXRSettings_t7E7706E7597849CCD2747A21E6E6EECB038F225C ** get_address_of_s_RuntimeInstance_8() { return &___s_RuntimeInstance_8; } inline void set_s_RuntimeInstance_8(OpenXRSettings_t7E7706E7597849CCD2747A21E6E6EECB038F225C * value) { ___s_RuntimeInstance_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_RuntimeInstance_8), (void*)value); } }; // UnityEngine.XR.OpenXR.OpenXRSettings // UnityEngine.Transform // UnityEngine.Transform // UnityEngine.XR.Management.XRLoader // UnityEngine.XR.Management.XRLoader // UnityEngine.InputSystem.InputActionRebindingExtensions/ParameterOverride // UnityEngine.InputSystem.InputActionRebindingExtensions/ParameterOverride // UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem // UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem // UnityEngine.InputSystem.OnScreen.OnScreenControl/OnScreenDeviceInfo // UnityEngine.InputSystem.OnScreen.OnScreenControl/OnScreenDeviceInfo // System.Collections.Generic.List`1/Enumerator // System.Collections.Generic.List`1/Enumerator // System.Func`2 // System.Func`2 // UnityEngine.InputSystem.Utilities.InlinedArray`1 // UnityEngine.InputSystem.Utilities.InlinedArray`1 // UnityEngine.InputSystem.InputControl`1 // UnityEngine.InputSystem.InputControl`1 // UnityEngine.InputSystem.InputControl`1 // UnityEngine.InputSystem.InputControl`1 // UnityEngine.InputSystem.InputControl`1 // UnityEngine.InputSystem.InputControl`1 // UnityEngine.InputSystem.InputControl`1 // UnityEngine.InputSystem.InputControl`1 // UnityEngine.InputSystem.InputControl`1 // UnityEngine.InputSystem.InputControl`1 // UnityEngine.InputSystem.InputControl`1 // UnityEngine.InputSystem.InputControl`1 // UnityEngine.InputSystem.InputControl`1 // UnityEngine.InputSystem.InputControl`1 // System.Linq.Enumerable/Iterator`1 // System.Linq.Enumerable/Iterator`1 // UnityEngine.InputSystem.LowLevel.ActionEvent // UnityEngine.InputSystem.LowLevel.ActionEvent // System.ArgumentNullException // System.ArgumentNullException // System.ArgumentOutOfRangeException struct ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_StaticFields { public: // System.String modreq(System.Runtime.CompilerServices.IsVolatile) System.ArgumentOutOfRangeException::_rangeMessage String_t* ____rangeMessage_18; public: inline static int32_t get_offset_of__rangeMessage_18() { return static_cast(offsetof(ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_StaticFields, ____rangeMessage_18)); } inline String_t* get__rangeMessage_18() const { return ____rangeMessage_18; } inline String_t** get_address_of__rangeMessage_18() { return &____rangeMessage_18; } inline void set__rangeMessage_18(String_t* value) { ____rangeMessage_18 = value; Il2CppCodeGenWriteBarrier((void**)(&____rangeMessage_18), (void*)value); } }; // System.ArgumentOutOfRangeException // UnityEngine.InputSystem.LowLevel.DeltaStateEvent // UnityEngine.InputSystem.LowLevel.DeltaStateEvent // UnityEngine.InputSystem.LowLevel.DeviceConfigurationEvent // UnityEngine.InputSystem.LowLevel.DeviceConfigurationEvent // UnityEngine.InputSystem.InputAction // UnityEngine.InputSystem.InputAction // UnityEngine.InputSystem.InputActionMap struct InputActionMap_t588F4834F020838C4E8AE148F8A42CC84FA75B44_StaticFields { public: // System.Int32 UnityEngine.InputSystem.InputActionMap::s_DeferBindingResolution int32_t ___s_DeferBindingResolution_18; public: inline static int32_t get_offset_of_s_DeferBindingResolution_18() { return static_cast(offsetof(InputActionMap_t588F4834F020838C4E8AE148F8A42CC84FA75B44_StaticFields, ___s_DeferBindingResolution_18)); } inline int32_t get_s_DeferBindingResolution_18() const { return ___s_DeferBindingResolution_18; } inline int32_t* get_address_of_s_DeferBindingResolution_18() { return &___s_DeferBindingResolution_18; } inline void set_s_DeferBindingResolution_18(int32_t value) { ___s_DeferBindingResolution_18 = value; } }; // UnityEngine.InputSystem.InputActionMap // UnityEngine.InputSystem.InputBindingResolver // UnityEngine.InputSystem.InputBindingResolver // UnityEngine.InputSystem.InputDevice // UnityEngine.InputSystem.InputDevice // UnityEngine.InputSystem.LowLevel.InputEventStream // UnityEngine.InputSystem.LowLevel.InputEventStream // UnityEngine.MonoBehaviour // UnityEngine.MonoBehaviour // UnityEngine.InputSystem.LowLevel.StateEvent // UnityEngine.InputSystem.LowLevel.StateEvent // UnityEngine.InputSystem.LowLevel.TextEvent // UnityEngine.InputSystem.LowLevel.TextEvent // UnityEngine.XR.Management.XRLoaderHelper // UnityEngine.XR.Management.XRLoaderHelper // UnityEngine.Rendering.Universal.Internal.DeferredLights/CullLightsJob // UnityEngine.Rendering.Universal.Internal.DeferredLights/CullLightsJob // UnityEngine.InputSystem.InputControlScheme/MatchResult // UnityEngine.InputSystem.InputControlScheme/MatchResult // System.Nullable`1 // System.Nullable`1 // System.Linq.Enumerable/WhereArrayIterator`1 // System.Linq.Enumerable/WhereArrayIterator`1 // System.Linq.Enumerable/WhereEnumerableIterator`1 // System.Linq.Enumerable/WhereEnumerableIterator`1 // System.Linq.Enumerable/WhereListIterator`1 // System.Linq.Enumerable/WhereListIterator`1 // UnityEngine.InputSystem.Controls.AxisControl // UnityEngine.InputSystem.Controls.AxisControl // UnityEngine.InputSystem.InputManager // UnityEngine.InputSystem.InputManager // OVRResources struct OVRResources_t37AF76312E9A68399D23273B1E6C5472DAD25F05_StaticFields { public: // UnityEngine.AssetBundle OVRResources::resourceBundle AssetBundle_t4D34D7FDF0F230DC641DC1FCFA2C0E7E9E628FA4 * ___resourceBundle_4; // System.Collections.Generic.List`1 OVRResources::assetNames List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * ___assetNames_5; public: inline static int32_t get_offset_of_resourceBundle_4() { return static_cast(offsetof(OVRResources_t37AF76312E9A68399D23273B1E6C5472DAD25F05_StaticFields, ___resourceBundle_4)); } inline AssetBundle_t4D34D7FDF0F230DC641DC1FCFA2C0E7E9E628FA4 * get_resourceBundle_4() const { return ___resourceBundle_4; } inline AssetBundle_t4D34D7FDF0F230DC641DC1FCFA2C0E7E9E628FA4 ** get_address_of_resourceBundle_4() { return &___resourceBundle_4; } inline void set_resourceBundle_4(AssetBundle_t4D34D7FDF0F230DC641DC1FCFA2C0E7E9E628FA4 * value) { ___resourceBundle_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___resourceBundle_4), (void*)value); } inline static int32_t get_offset_of_assetNames_5() { return static_cast(offsetof(OVRResources_t37AF76312E9A68399D23273B1E6C5472DAD25F05_StaticFields, ___assetNames_5)); } inline List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * get_assetNames_5() const { return ___assetNames_5; } inline List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 ** get_address_of_assetNames_5() { return &___assetNames_5; } inline void set_assetNames_5(List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * value) { ___assetNames_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___assetNames_5), (void*)value); } }; // OVRResources // UnityEngine.InputSystem.OnScreen.OnScreenControl struct OnScreenControl_tA6D277F33AD97847569391E9C6EC9443CD08AFE4_StaticFields { public: // UnityEngine.InputSystem.Utilities.InlinedArray`1 UnityEngine.InputSystem.OnScreen.OnScreenControl::s_OnScreenDevices InlinedArray_1_t67586FA3509BDCC2DA50F20FA0425A36781F7D4A ___s_OnScreenDevices_7; public: inline static int32_t get_offset_of_s_OnScreenDevices_7() { return static_cast(offsetof(OnScreenControl_tA6D277F33AD97847569391E9C6EC9443CD08AFE4_StaticFields, ___s_OnScreenDevices_7)); } inline InlinedArray_1_t67586FA3509BDCC2DA50F20FA0425A36781F7D4A get_s_OnScreenDevices_7() const { return ___s_OnScreenDevices_7; } inline InlinedArray_1_t67586FA3509BDCC2DA50F20FA0425A36781F7D4A * get_address_of_s_OnScreenDevices_7() { return &___s_OnScreenDevices_7; } inline void set_s_OnScreenDevices_7(InlinedArray_1_t67586FA3509BDCC2DA50F20FA0425A36781F7D4A value) { ___s_OnScreenDevices_7 = value; Il2CppCodeGenWriteBarrier((void**)&((&(((&___s_OnScreenDevices_7))->___firstValue_1))->___device_2), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&___s_OnScreenDevices_7))->___firstValue_1))->___firstControl_3), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___s_OnScreenDevices_7))->___additionalValues_2), (void*)NULL); #endif } }; // UnityEngine.InputSystem.OnScreen.OnScreenControl // UnityEngine.XR.OpenXR.OpenXRLoaderBase struct OpenXRLoaderBase_t98E3D636562FBE383DF4829734DD3E6D1585CAED_StaticFields { public: // System.Collections.Generic.List`1 UnityEngine.XR.OpenXR.OpenXRLoaderBase::s_DisplaySubsystemDescriptors List_1_t1BC024192EE6F54EADD3239A60DB2A4A0B4B5048 * ___s_DisplaySubsystemDescriptors_6; // System.Collections.Generic.List`1 UnityEngine.XR.OpenXR.OpenXRLoaderBase::s_InputSubsystemDescriptors List_1_t885BD663DFFEB6C32E74934BE1CE00D566657BA0 * ___s_InputSubsystemDescriptors_7; // UnityEngine.XR.OpenXR.OpenXRLoaderBase UnityEngine.XR.OpenXR.OpenXRLoaderBase::k__BackingField OpenXRLoaderBase_t98E3D636562FBE383DF4829734DD3E6D1585CAED * ___U3CInstanceU3Ek__BackingField_8; public: inline static int32_t get_offset_of_s_DisplaySubsystemDescriptors_6() { return static_cast(offsetof(OpenXRLoaderBase_t98E3D636562FBE383DF4829734DD3E6D1585CAED_StaticFields, ___s_DisplaySubsystemDescriptors_6)); } inline List_1_t1BC024192EE6F54EADD3239A60DB2A4A0B4B5048 * get_s_DisplaySubsystemDescriptors_6() const { return ___s_DisplaySubsystemDescriptors_6; } inline List_1_t1BC024192EE6F54EADD3239A60DB2A4A0B4B5048 ** get_address_of_s_DisplaySubsystemDescriptors_6() { return &___s_DisplaySubsystemDescriptors_6; } inline void set_s_DisplaySubsystemDescriptors_6(List_1_t1BC024192EE6F54EADD3239A60DB2A4A0B4B5048 * value) { ___s_DisplaySubsystemDescriptors_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_DisplaySubsystemDescriptors_6), (void*)value); } inline static int32_t get_offset_of_s_InputSubsystemDescriptors_7() { return static_cast(offsetof(OpenXRLoaderBase_t98E3D636562FBE383DF4829734DD3E6D1585CAED_StaticFields, ___s_InputSubsystemDescriptors_7)); } inline List_1_t885BD663DFFEB6C32E74934BE1CE00D566657BA0 * get_s_InputSubsystemDescriptors_7() const { return ___s_InputSubsystemDescriptors_7; } inline List_1_t885BD663DFFEB6C32E74934BE1CE00D566657BA0 ** get_address_of_s_InputSubsystemDescriptors_7() { return &___s_InputSubsystemDescriptors_7; } inline void set_s_InputSubsystemDescriptors_7(List_1_t885BD663DFFEB6C32E74934BE1CE00D566657BA0 * value) { ___s_InputSubsystemDescriptors_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_InputSubsystemDescriptors_7), (void*)value); } inline static int32_t get_offset_of_U3CInstanceU3Ek__BackingField_8() { return static_cast(offsetof(OpenXRLoaderBase_t98E3D636562FBE383DF4829734DD3E6D1585CAED_StaticFields, ___U3CInstanceU3Ek__BackingField_8)); } inline OpenXRLoaderBase_t98E3D636562FBE383DF4829734DD3E6D1585CAED * get_U3CInstanceU3Ek__BackingField_8() const { return ___U3CInstanceU3Ek__BackingField_8; } inline OpenXRLoaderBase_t98E3D636562FBE383DF4829734DD3E6D1585CAED ** get_address_of_U3CInstanceU3Ek__BackingField_8() { return &___U3CInstanceU3Ek__BackingField_8; } inline void set_U3CInstanceU3Ek__BackingField_8(OpenXRLoaderBase_t98E3D636562FBE383DF4829734DD3E6D1585CAED * value) { ___U3CInstanceU3Ek__BackingField_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CInstanceU3Ek__BackingField_8), (void*)value); } }; // UnityEngine.XR.OpenXR.OpenXRLoaderBase // UnityEngine.EventSystems.UIBehaviour // UnityEngine.EventSystems.UIBehaviour // UnityEngine.InputSystem.Controls.ButtonControl struct ButtonControl_t3918D56D674854AF9DFEB8CCF130919AAD9FCA68_StaticFields { public: // System.Single UnityEngine.InputSystem.Controls.ButtonControl::s_GlobalDefaultButtonPressPoint float ___s_GlobalDefaultButtonPressPoint_34; // System.Single UnityEngine.InputSystem.Controls.ButtonControl::s_GlobalDefaultButtonReleaseThreshold float ___s_GlobalDefaultButtonReleaseThreshold_35; public: inline static int32_t get_offset_of_s_GlobalDefaultButtonPressPoint_34() { return static_cast(offsetof(ButtonControl_t3918D56D674854AF9DFEB8CCF130919AAD9FCA68_StaticFields, ___s_GlobalDefaultButtonPressPoint_34)); } inline float get_s_GlobalDefaultButtonPressPoint_34() const { return ___s_GlobalDefaultButtonPressPoint_34; } inline float* get_address_of_s_GlobalDefaultButtonPressPoint_34() { return &___s_GlobalDefaultButtonPressPoint_34; } inline void set_s_GlobalDefaultButtonPressPoint_34(float value) { ___s_GlobalDefaultButtonPressPoint_34 = value; } inline static int32_t get_offset_of_s_GlobalDefaultButtonReleaseThreshold_35() { return static_cast(offsetof(ButtonControl_t3918D56D674854AF9DFEB8CCF130919AAD9FCA68_StaticFields, ___s_GlobalDefaultButtonReleaseThreshold_35)); } inline float get_s_GlobalDefaultButtonReleaseThreshold_35() const { return ___s_GlobalDefaultButtonReleaseThreshold_35; } inline float* get_address_of_s_GlobalDefaultButtonReleaseThreshold_35() { return &___s_GlobalDefaultButtonReleaseThreshold_35; } inline void set_s_GlobalDefaultButtonReleaseThreshold_35(float value) { ___s_GlobalDefaultButtonReleaseThreshold_35 = value; } }; // UnityEngine.InputSystem.Controls.ButtonControl // UnityEngine.UI.LayoutGroup // UnityEngine.UI.LayoutGroup #ifdef __clang__ #pragma clang diagnostic pop #endif // UnityEngine.Color[] struct ColorU5BU5D_t358DD89F511301E663AD9157305B94A2DEFF8834 : public RuntimeArray { public: ALIGN_FIELD (8) Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 m_Items[1]; public: inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 * 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, Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 value) { m_Items[index] = value; } }; // System.Int32[] struct Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32 : public RuntimeArray { public: ALIGN_FIELD (8) int32_t m_Items[1]; public: inline int32_t GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline int32_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, int32_t value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline int32_t GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline int32_t* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, int32_t value) { m_Items[index] = value; } }; // UnityEngine.InputSystem.Utilities.InternedString[] struct InternedStringU5BU5D_t1EAE8433C8EF7C76894673801EE0EE9F6833E9A4 : public RuntimeArray { public: ALIGN_FIELD (8) InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED m_Items[1]; public: inline InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED * 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_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED 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_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED 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.Utilities.NameAndParameters[] struct NameAndParametersU5BU5D_t960DDB52F44DD1231B0C626E9C859F1E0B2F5EAD : public RuntimeArray { public: ALIGN_FIELD (8) NameAndParameters_t028B3A860264D254B13642649D34F0953C3B9DCA m_Items[1]; public: inline NameAndParameters_t028B3A860264D254B13642649D34F0953C3B9DCA GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline NameAndParameters_t028B3A860264D254B13642649D34F0953C3B9DCA * 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_t028B3A860264D254B13642649D34F0953C3B9DCA 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_t028B3A860264D254B13642649D34F0953C3B9DCA GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline NameAndParameters_t028B3A860264D254B13642649D34F0953C3B9DCA * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, NameAndParameters_t028B3A860264D254B13642649D34F0953C3B9DCA 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 } }; // System.Object[] struct ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE : public RuntimeArray { public: ALIGN_FIELD (8) RuntimeObject * m_Items[1]; public: 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.Vector3[] struct Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4 : public RuntimeArray { public: ALIGN_FIELD (8) Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E m_Items[1]; public: inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * 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, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { m_Items[index] = value; } }; // UnityEngine.InputSystem.InputControlScheme/DeviceRequirement[] struct DeviceRequirementU5BU5D_tBAAEA8AD0E93A8EF9DF98E9F4957B7A56286E795 : public RuntimeArray { public: ALIGN_FIELD (8) DeviceRequirement_tAB27570ED81D24759C54FDE48B6DD74FF51649C9 m_Items[1]; public: inline DeviceRequirement_tAB27570ED81D24759C54FDE48B6DD74FF51649C9 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline DeviceRequirement_tAB27570ED81D24759C54FDE48B6DD74FF51649C9 * GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, DeviceRequirement_tAB27570ED81D24759C54FDE48B6DD74FF51649C9 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___m_ControlPath_0), (void*)NULL); } inline DeviceRequirement_tAB27570ED81D24759C54FDE48B6DD74FF51649C9 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline DeviceRequirement_tAB27570ED81D24759C54FDE48B6DD74FF51649C9 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, DeviceRequirement_tAB27570ED81D24759C54FDE48B6DD74FF51649C9 value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___m_ControlPath_0), (void*)NULL); } }; // System.Collections.Generic.KeyValuePair`2[] struct KeyValuePair_2U5BU5D_tA780E964000F617CC6335A0DEC92B09FE0085E1C : public RuntimeArray { public: ALIGN_FIELD (8) KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625 m_Items[1]; public: inline KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625 * 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_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___key_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___value_1), (void*)NULL); #endif } inline KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625 value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___key_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___value_1), (void*)NULL); #endif } }; // UnityEngine.InputSystem.Layouts.InputControlLayout/ControlItem[] struct ControlItemU5BU5D_t534859CA6A52E2EC9DDDCA52FE280E8D5CD598DB : public RuntimeArray { public: ALIGN_FIELD (8) ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 m_Items[1]; public: inline ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 * 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_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 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_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, ControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15 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 } }; // UnityEngine.InputSystem.InputProcessor[] struct InputProcessorU5BU5D_t6C9B3D9B68534217E9628B72E54D186B839399A0 : public RuntimeArray { public: ALIGN_FIELD (8) InputProcessor_t245C316DEE36AA1BC9558F838B3B7A0223813A1D * m_Items[1]; public: inline InputProcessor_t245C316DEE36AA1BC9558F838B3B7A0223813A1D * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline InputProcessor_t245C316DEE36AA1BC9558F838B3B7A0223813A1D ** GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, InputProcessor_t245C316DEE36AA1BC9558F838B3B7A0223813A1D * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline InputProcessor_t245C316DEE36AA1BC9558F838B3B7A0223813A1D * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline InputProcessor_t245C316DEE36AA1BC9558F838B3B7A0223813A1D ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, InputProcessor_t245C316DEE36AA1BC9558F838B3B7A0223813A1D * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // UnityEngine.InputSystem.InputControl[] struct InputControlU5BU5D_tB874FECA56E2B08D3280F4174B988EA155E99680 : public RuntimeArray { public: ALIGN_FIELD (8) InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * m_Items[1]; public: inline InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 ** 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_tF71EDA53B03EA6D600257755523682E10F94DDC1 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // UnityEngine.InputSystem.InputBindingComposite[] struct InputBindingCompositeU5BU5D_tA39005B1C18E39B68364430213FAAD8B58DC9083 : public RuntimeArray { public: ALIGN_FIELD (8) InputBindingComposite_tFCCB9AFDBA6503C51555C9C5904186D990D36565 * m_Items[1]; public: inline InputBindingComposite_tFCCB9AFDBA6503C51555C9C5904186D990D36565 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline InputBindingComposite_tFCCB9AFDBA6503C51555C9C5904186D990D36565 ** GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, InputBindingComposite_tFCCB9AFDBA6503C51555C9C5904186D990D36565 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline InputBindingComposite_tFCCB9AFDBA6503C51555C9C5904186D990D36565 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline InputBindingComposite_tFCCB9AFDBA6503C51555C9C5904186D990D36565 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, InputBindingComposite_tFCCB9AFDBA6503C51555C9C5904186D990D36565 * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // System.String[] struct StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A : public RuntimeArray { public: ALIGN_FIELD (8) String_t* m_Items[1]; public: inline String_t* GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline String_t** GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, String_t* value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline String_t* GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline String_t** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, String_t* value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // UnityEngine.InputSystem.InputDevice[] struct InputDeviceU5BU5D_tE05D1214F0F949DC3A889F8DB4B7A68A3089F6D6 : public RuntimeArray { public: ALIGN_FIELD (8) InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * m_Items[1]; public: inline InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 ** 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_t64BD575C54DB522A280D29E47F96E52B79B22D87 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // System.Byte[] struct ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726 : public RuntimeArray { public: ALIGN_FIELD (8) uint8_t m_Items[1]; public: inline uint8_t GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline uint8_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, uint8_t value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline uint8_t GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline uint8_t* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, uint8_t value) { m_Items[index] = value; } }; // UnityEngine.Vector2[] struct Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA : public RuntimeArray { public: ALIGN_FIELD (8) Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 m_Items[1]; public: inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * 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, Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { m_Items[index] = value; } }; // UnityEngine.Vector4[] struct Vector4U5BU5D_tCE72D928AA6FF1852BAC5E4396F6F0131ED11871 : public RuntimeArray { public: ALIGN_FIELD (8) Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 m_Items[1]; public: inline Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 * 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, Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 value) { m_Items[index] = value; } }; // UnityEngine.Color32[] struct Color32U5BU5D_t7FEB526973BF84608073B85CF2D581427F0235E2 : public RuntimeArray { public: ALIGN_FIELD (8) Color32_tDB54A78627878A7D2DE42BB028D64306A18E858D m_Items[1]; public: inline Color32_tDB54A78627878A7D2DE42BB028D64306A18E858D GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Color32_tDB54A78627878A7D2DE42BB028D64306A18E858D * 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, Color32_tDB54A78627878A7D2DE42BB028D64306A18E858D value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline Color32_tDB54A78627878A7D2DE42BB028D64306A18E858D GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Color32_tDB54A78627878A7D2DE42BB028D64306A18E858D * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Color32_tDB54A78627878A7D2DE42BB028D64306A18E858D value) { m_Items[index] = value; } }; // UnityEngine.Object[] struct ObjectU5BU5D_t1256A8B00BB71C7F582BF08257BE4F826FF64873 : public RuntimeArray { public: ALIGN_FIELD (8) Object_tF2F3778131EFF286AF62B7B013A170F95A91571A * m_Items[1]; public: inline Object_tF2F3778131EFF286AF62B7B013A170F95A91571A * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Object_tF2F3778131EFF286AF62B7B013A170F95A91571A ** 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, Object_tF2F3778131EFF286AF62B7B013A170F95A91571A * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline Object_tF2F3778131EFF286AF62B7B013A170F95A91571A * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Object_tF2F3778131EFF286AF62B7B013A170F95A91571A ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Object_tF2F3778131EFF286AF62B7B013A170F95A91571A * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // UnityEngine.XR.OpenXR.Features.OpenXRFeature[] struct OpenXRFeatureU5BU5D_tB83A42FBA420E404B3EF97A3A72C43827D15B401 : public RuntimeArray { public: ALIGN_FIELD (8) OpenXRFeature_tBDE19E44A01E5E54925EAF67574691F11E88CDAA * m_Items[1]; public: inline OpenXRFeature_tBDE19E44A01E5E54925EAF67574691F11E88CDAA * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline OpenXRFeature_tBDE19E44A01E5E54925EAF67574691F11E88CDAA ** 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, OpenXRFeature_tBDE19E44A01E5E54925EAF67574691F11E88CDAA * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline OpenXRFeature_tBDE19E44A01E5E54925EAF67574691F11E88CDAA * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline OpenXRFeature_tBDE19E44A01E5E54925EAF67574691F11E88CDAA ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, OpenXRFeature_tBDE19E44A01E5E54925EAF67574691F11E88CDAA * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // System.Void System.Linq.Buffer`1::.ctor(System.Collections.Generic.IEnumerable`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Buffer_1__ctor_m0D1E566C9882C2942EC09556ED1613A66F79DD55_gshared (Buffer_1_tB7E4B7E49EF58C6D9CEDE7CFCD3A6636180F845C * __this, RuntimeObject* ___source0, const RuntimeMethod* method); // TElement[] System.Linq.Buffer`1::ToArray() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ColorU5BU5D_t358DD89F511301E663AD9157305B94A2DEFF8834* Buffer_1_ToArray_m1717144B2BF3E9ECD234E7590DC3839238FE071D_gshared (Buffer_1_tB7E4B7E49EF58C6D9CEDE7CFCD3A6636180F845C * __this, const RuntimeMethod* method); // System.Void System.Linq.Buffer`1::.ctor(System.Collections.Generic.IEnumerable`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Buffer_1__ctor_m66CF501C32BB2D492B3CD3B8A8F131510DD427F1_gshared (Buffer_1_t087969E39A0FFD1A50B5A885FC6FBFEA235A7395 * __this, RuntimeObject* ___source0, const RuntimeMethod* method); // TElement[] System.Linq.Buffer`1::ToArray() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* Buffer_1_ToArray_m1C04D9790402ECDA1AF68137F0FB42B9F30EDBBC_gshared (Buffer_1_t087969E39A0FFD1A50B5A885FC6FBFEA235A7395 * __this, const RuntimeMethod* method); // System.Void System.Linq.Buffer`1::.ctor(System.Collections.Generic.IEnumerable`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Buffer_1__ctor_m85CD9D7B88FD4C5AD5C872160DC6E75268A5B47C_gshared (Buffer_1_t16B27BDC22764E7684B4992CA3A50612E00F3F81 * __this, RuntimeObject* ___source0, const RuntimeMethod* method); // TElement[] System.Linq.Buffer`1::ToArray() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InternedStringU5BU5D_t1EAE8433C8EF7C76894673801EE0EE9F6833E9A4* Buffer_1_ToArray_m3D81D8547DD0BC7029D4C9E87176CB070C7B5534_gshared (Buffer_1_t16B27BDC22764E7684B4992CA3A50612E00F3F81 * __this, const RuntimeMethod* method); // System.Void System.Linq.Buffer`1::.ctor(System.Collections.Generic.IEnumerable`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Buffer_1__ctor_mDA78D113CD8479C5396EDD8517F25F9E295057E3_gshared (Buffer_1_t1E701DB3E7E1D45D98277E152205D74AA3BD783A * __this, RuntimeObject* ___source0, const RuntimeMethod* method); // TElement[] System.Linq.Buffer`1::ToArray() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NameAndParametersU5BU5D_t960DDB52F44DD1231B0C626E9C859F1E0B2F5EAD* Buffer_1_ToArray_m8171340E40BA2C67A20120E2635E242EF28ECC21_gshared (Buffer_1_t1E701DB3E7E1D45D98277E152205D74AA3BD783A * __this, const RuntimeMethod* method); // System.Void System.Linq.Buffer`1::.ctor(System.Collections.Generic.IEnumerable`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Buffer_1__ctor_m07D912F7AC47B43493D1097AB3C391AA28328EC8_gshared (Buffer_1_tB294332D6A9005ABB8E979A62BA34A1CB39C10A7 * __this, RuntimeObject* ___source0, const RuntimeMethod* method); // TElement[] System.Linq.Buffer`1::ToArray() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* Buffer_1_ToArray_mA15991B3C8DBF4E9D7F632B0C4BFB979A1484A3D_gshared (Buffer_1_tB294332D6A9005ABB8E979A62BA34A1CB39C10A7 * __this, const RuntimeMethod* method); // System.Void System.Linq.Buffer`1::.ctor(System.Collections.Generic.IEnumerable`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Buffer_1__ctor_m97D50D4BB1B5E7D4F2C03BA75E39D8A91E590580_gshared (Buffer_1_tCBDAD62292E6D70397D5EBA7ACE7FEDE2007D25C * __this, RuntimeObject* ___source0, const RuntimeMethod* method); // TElement[] System.Linq.Buffer`1::ToArray() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* Buffer_1_ToArray_m43F0335ACDA4DCEE135EB114C57D0EF0264B281D_gshared (Buffer_1_tCBDAD62292E6D70397D5EBA7ACE7FEDE2007D25C * __this, const RuntimeMethod* method); // System.Void System.Linq.Buffer`1::.ctor(System.Collections.Generic.IEnumerable`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Buffer_1__ctor_m8409CAD5F0775878FF5003DEB7577119E3DE79CA_gshared (Buffer_1_t63E013C561ABA2C50A4BA0341AE14F2EEEC13ED0 * __this, RuntimeObject* ___source0, const RuntimeMethod* method); // TElement[] System.Linq.Buffer`1::ToArray() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DeviceRequirementU5BU5D_tBAAEA8AD0E93A8EF9DF98E9F4957B7A56286E795* Buffer_1_ToArray_m2D6400CA2603F2C65E368EFE660571B9C6541940_gshared (Buffer_1_t63E013C561ABA2C50A4BA0341AE14F2EEEC13ED0 * __this, const RuntimeMethod* method); // T UnityEngine.UI.ObjectPool`1::Get() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * ObjectPool_1_Get_m337CD568F7C5B46D54450BDDABFC797DA8A71C0D_gshared (ObjectPool_1_t01F849BC89347782368DAF27F5DB539BBF0623C8 * __this, const RuntimeMethod* method); // System.Int32 System.Collections.Generic.List`1::get_Count() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t List_1_get_Count_m5D847939ABB9A78203B062CAFFE975792174D00F_gshared_inline (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * __this, const RuntimeMethod* method); // System.Void UnityEngine.UI.ObjectPool`1::Release(T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ObjectPool_1_Release_m4C7377DB6AE42BD6A4EC954E2D6712429D804D53_gshared (ObjectPool_1_t01F849BC89347782368DAF27F5DB539BBF0623C8 * __this, RuntimeObject * ___element0, const RuntimeMethod* method); // !0 System.Collections.Generic.List`1::get_Item(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * List_1_get_Item_mF00B574E58FB078BB753B05A3B86DD0A7A266B63_gshared_inline (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * __this, int32_t ___index0, const RuntimeMethod* method); // System.Collections.Generic.List`1 UnityEngine.UI.ListPool`1::Get() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * ListPool_1_Get_m10D5AEED053998692D832AFDBA9313D45EBDE363_gshared (const RuntimeMethod* method); // System.Void UnityEngine.GameObject::GetComponents(System.Collections.Generic.List`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GameObject_GetComponents_TisRuntimeObject_m05916636D3EA83EDCD2E5DE7CFF6FC53F182A71D_gshared (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * __this, List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * ___results0, const RuntimeMethod* method); // System.Void UnityEngine.UI.ListPool`1::Release(System.Collections.Generic.List`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ListPool_1_Release_m10D7F9184CC0524ED53B2A724DEF1F13458C40C8_gshared (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * ___toRelease0, const RuntimeMethod* method); // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1>::Startd__234`1>>(!!0&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_1_Start_TisU3CRunWithTimeoutU3Ed__234_1_tB16B62DB4AE19F3D4F68C6BB41FB74C80E5E5513_mE4FCDEE88A713110B0DF25CA9F5F4A3BA7A4B770_gshared (AsyncTaskMethodBuilder_1_t8F0C92233B04B496E59605865CD38DC019073C90 * __this, U3CRunWithTimeoutU3Ed__234_1_tB16B62DB4AE19F3D4F68C6BB41FB74C80E5E5513 * ___stateMachine0, const RuntimeMethod* method); // System.Threading.Tasks.Task`1 System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1>::get_Task() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_1_tB6E0730C54CFC03F4471315756CF85D05B71C05F * AsyncTaskMethodBuilder_1_get_Task_m6BDBE44A4B97CB52AA26DBC613F49C1DB383F380_gshared (AsyncTaskMethodBuilder_1_t8F0C92233B04B496E59605865CD38DC019073C90 * __this, const RuntimeMethod* method); // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::Startd__234`1>(!!0&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_1_Start_TisU3CRunWithTimeoutU3Ed__234_1_tEE31DB966565A035B1C92FE76989AC4F30B1C538_m0907CAB5D8761572D12F0E5A9B7BC37528A43D8D_gshared (AsyncTaskMethodBuilder_1_tDD2A3BA099C327938EA03C35FDB1A7502BA73020 * __this, U3CRunWithTimeoutU3Ed__234_1_tEE31DB966565A035B1C92FE76989AC4F30B1C538 * ___stateMachine0, const RuntimeMethod* method); // System.Threading.Tasks.Task`1 System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::get_Task() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_1_tC1805497876E88B78A2B0CB81C6409E0B381AC17 * AsyncTaskMethodBuilder_1_get_Task_m61DEC300353320E428E17DA0D59D61974F4415BB_gshared (AsyncTaskMethodBuilder_1_tDD2A3BA099C327938EA03C35FDB1A7502BA73020 * __this, const RuntimeMethod* method); // TValue UnityEngine.InputSystem.Utilities.InlinedArray`1::get_Item(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * InlinedArray_1_get_Item_mE81A76B90647701C2895FA1BB3E8A3147D76BC15_gshared (InlinedArray_1_tB0AAF680EA1CE867851DE37A96313A3779BF0BD2 * __this, int32_t ___index0, const RuntimeMethod* method); // TValue UnityEngine.InputSystem.InputBindingCompositeContext::ReadValue(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float InputBindingCompositeContext_ReadValue_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_m691701E2427680C0B2808751B95B604E0592D437_gshared (InputBindingCompositeContext_tDEF957C733B71700F6486BD2032AF9D93F286570 * __this, int32_t ___partNumber0, const RuntimeMethod* method); // !0 System.Collections.Generic.List`1::get_Item(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR NameAndParameters_t028B3A860264D254B13642649D34F0953C3B9DCA List_1_get_Item_m66C540CCB7F6F0D72745E0667F0F6FC0E9B77395_gshared_inline (List_1_tCBF5EB99F2E538DCB47A8C835DD4B9C024879393 * __this, int32_t ___index0, const RuntimeMethod* method); // System.Int32 System.Collections.Generic.List`1::get_Count() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t List_1_get_Count_mC0C14EF39D49A476EC201EA02BC64DCEDA13F256_gshared_inline (List_1_tCBF5EB99F2E538DCB47A8C835DD4B9C024879393 * __this, const RuntimeMethod* method); // System.Int32 UnityEngine.InputSystem.InputBindingResolver::InstantiateWithParameters(UnityEngine.InputSystem.Utilities.TypeTable,System.String,TType[]&,System.Int32&,UnityEngine.InputSystem.InputActionMap,UnityEngine.InputSystem.InputBinding&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t InputBindingResolver_InstantiateWithParameters_TisRuntimeObject_m9C5AF8ACF6515377F9400AE6BC7251721F872976_gshared (InputBindingResolver_t2C6E9248D2A2E93DCD92236A71BF0DDA83778720 * __this, TypeTable_t4E41B03F931506BA07A120F6578A8CA47459C64F ___registrations0, String_t* ___namesAndParameters1, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** ___array2, int32_t* ___count3, InputActionMap_t588F4834F020838C4E8AE148F8A42CC84FA75B44 * ___actionMap4, InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB * ___binding5, const RuntimeMethod* method); // System.Int32 UnityEngine.InputSystem.Utilities.ReadOnlyArray`1::get_Count() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t ReadOnlyArray_1_get_Count_m23B4A29E81D59954DD014F2E62B43150D34C51BD_gshared_inline (ReadOnlyArray_1_t9584B0851320AB0F5BC8FF261C123F5994A081B7 * __this, const RuntimeMethod* method); // TValue UnityEngine.InputSystem.Utilities.ReadOnlyArray`1::get_Item(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * ReadOnlyArray_1_get_Item_m84136BE8993A7013D4900F0ACF7B4ECAD86456F6_gshared (ReadOnlyArray_1_t9584B0851320AB0F5BC8FF261C123F5994A081B7 * __this, int32_t ___index0, const RuntimeMethod* method); // System.Int32 UnityEngine.InputSystem.Utilities.ArrayHelpers::LengthSafe(TValue[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ArrayHelpers_LengthSafe_TisRuntimeObject_mD390DD803E7784F0B6A0F39E3F7584B6D27D2A54_gshared (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___array0, const RuntimeMethod* method); // System.Void UnityEngine.InputSystem.InputControlList`1::Add(TControl) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputControlList_1_Add_mC04DAA9904EA48F8773FBAF5EFDBE586536EC969_gshared (InputControlList_1_t9461BFBC9FEFA4CB0C7F0981E4B70C426126D012 * __this, RuntimeObject * ___item0, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2::TryGetValue(!0,!1&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Dictionary_2_TryGetValue_mD3954C657979AD880C781BAC9CFBD461A9FF7A75_gshared (Dictionary_2_tD3132CDE19A98160EC17AE2285A89480809DD540 * __this, InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED ___key0, InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED * ___value1, const RuntimeMethod* method); // TValue UnityEngine.InputSystem.Utilities.ReadOnlyArray`1::get_Item(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED ReadOnlyArray_1_get_Item_mA008A6D96358A9EE19CCCE5C476367DDC58F0E51_gshared (ReadOnlyArray_1_t606E37DB0F1B75FCB4C4A029A0F6C2B4AE7DED75 * __this, int32_t ___index0, const RuntimeMethod* method); // System.Int32 UnityEngine.InputSystem.Utilities.ReadOnlyArray`1::get_Count() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t ReadOnlyArray_1_get_Count_mB7032E0F55BC9BAC395949F252CE4E2B00451700_gshared_inline (ReadOnlyArray_1_t606E37DB0F1B75FCB4C4A029A0F6C2B4AE7DED75 * __this, const RuntimeMethod* method); // System.Int32 UnityEngine.InputSystem.InputControlList`1::get_Count() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t InputControlList_1_get_Count_m3A53928325928FDE07C66B17DC6233F5546DE53A_gshared_inline (InputControlList_1_t9461BFBC9FEFA4CB0C7F0981E4B70C426126D012 * __this, const RuntimeMethod* method); // System.Void UnityEngine.InputSystem.Utilities.OneOrMore`2>::.ctor(TValue) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OneOrMore_2__ctor_mB3C9EA5BC94947062869BE868BDAB0F51668E831_gshared (OneOrMore_2_t0194C2641074B9D4264D2C1267C176D9C98E4B79 * __this, RuntimeObject * ___single0, const RuntimeMethod* method); // System.Void System.Nullable`1::.ctor(!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Nullable_1__ctor_m9800F3995A74C723B9FC813AF01F81BCE1416699_gshared (Nullable_1_t7E8D134849FD70B33AA436F1A224083C40D24ADA * __this, InputControlScheme_t65ED7D84CDC45F04A6417FABA3F8585FC545C340 ___value0, const RuntimeMethod* method); // UnityEngine.InputSystem.InputControlScheme/MatchResult UnityEngine.InputSystem.InputControlScheme::PickDevicesFrom>(TDevices,UnityEngine.InputSystem.InputDevice) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MatchResult_tB87B08CF46A07B0916A575EBC373FC406131649E InputControlScheme_PickDevicesFrom_TisInputControlList_1_t9461BFBC9FEFA4CB0C7F0981E4B70C426126D012_mC61F7DB8197A98D998F4200DFA73376946AA6A81_gshared (InputControlScheme_t65ED7D84CDC45F04A6417FABA3F8585FC545C340 * __this, InputControlList_1_t9461BFBC9FEFA4CB0C7F0981E4B70C426126D012 ___devices0, InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * ___favorDevice1, const RuntimeMethod* method); // System.Boolean UnityEngine.InputSystem.InputControlList`1::Contains(TControl) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputControlList_1_Contains_m5B44AB5842A36F3233ABE1A186F9318313D6F3BB_gshared (InputControlList_1_t9461BFBC9FEFA4CB0C7F0981E4B70C426126D012 * __this, RuntimeObject * ___item0, const RuntimeMethod* method); // System.Boolean System.Nullable`1::get_HasValue() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Nullable_1_get_HasValue_mC2DD0FBD580D10D12D4048F022CD70E3B50E27FE_gshared_inline (Nullable_1_t750746B7AD7BE05941CB5F8E44595246AEA8F7B2 * __this, const RuntimeMethod* method); // !0 System.Nullable`1::get_Value() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MatchResult_tB87B08CF46A07B0916A575EBC373FC406131649E Nullable_1_get_Value_m9725136E54A232F2B8A5D0D1AD7CA4ADC2874BF3_gshared (Nullable_1_t750746B7AD7BE05941CB5F8E44595246AEA8F7B2 * __this, const RuntimeMethod* method); // !0 System.Nullable`1::GetValueOrDefault() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR MatchResult_tB87B08CF46A07B0916A575EBC373FC406131649E Nullable_1_GetValueOrDefault_m8FC36060759BD681B6AA552F571A4355A6E3DA75_gshared_inline (Nullable_1_t750746B7AD7BE05941CB5F8E44595246AEA8F7B2 * __this, const RuntimeMethod* method); // System.Void System.Nullable`1::.ctor(!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Nullable_1__ctor_mD9531D7F265E6E8DAC2061FA2CEA565442F8AB3F_gshared (Nullable_1_t750746B7AD7BE05941CB5F8E44595246AEA8F7B2 * __this, MatchResult_tB87B08CF46A07B0916A575EBC373FC406131649E ___value0, const RuntimeMethod* method); // !0 System.Nullable`1::GetValueOrDefault() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR InputControlScheme_t65ED7D84CDC45F04A6417FABA3F8585FC545C340 Nullable_1_GetValueOrDefault_m89C358E3BB7B579C085F9324420B1BE83B7961FE_gshared_inline (Nullable_1_t7E8D134849FD70B33AA436F1A224083C40D24ADA * __this, const RuntimeMethod* method); // UnityEngine.InputSystem.InputControlScheme/MatchResult UnityEngine.InputSystem.InputControlScheme::PickDevicesFrom>>(TDevices,UnityEngine.InputSystem.InputDevice) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MatchResult_tB87B08CF46A07B0916A575EBC373FC406131649E InputControlScheme_PickDevicesFrom_TisOneOrMore_2_t0194C2641074B9D4264D2C1267C176D9C98E4B79_m1AB484869737CBF94AA3DDD585B84931417EEA23_gshared (InputControlScheme_t65ED7D84CDC45F04A6417FABA3F8585FC545C340 * __this, OneOrMore_2_t0194C2641074B9D4264D2C1267C176D9C98E4B79 ___devices0, InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * ___favorDevice1, const RuntimeMethod* method); // UnityEngine.InputSystem.InputControlScheme/MatchResult UnityEngine.InputSystem.InputControlScheme::PickDevicesFrom>(TDevices,UnityEngine.InputSystem.InputDevice) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MatchResult_tB87B08CF46A07B0916A575EBC373FC406131649E InputControlScheme_PickDevicesFrom_TisReadOnlyArray_1_t9584B0851320AB0F5BC8FF261C123F5994A081B7_m177D987945F98176EF70ABB45217EA49E32340E9_gshared (InputControlScheme_t65ED7D84CDC45F04A6417FABA3F8585FC545C340 * __this, ReadOnlyArray_1_t9584B0851320AB0F5BC8FF261C123F5994A081B7 ___devices0, InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * ___favorDevice1, const RuntimeMethod* method); // UnityEngine.InputSystem.InputControlScheme/MatchResult UnityEngine.InputSystem.InputControlScheme::PickDevicesFrom(TDevices,UnityEngine.InputSystem.InputDevice) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MatchResult_tB87B08CF46A07B0916A575EBC373FC406131649E InputControlScheme_PickDevicesFrom_TisRuntimeObject_m89EFE1FEDDF16548D6068271DD448C3729CE08B5_gshared (InputControlScheme_t65ED7D84CDC45F04A6417FABA3F8585FC545C340 * __this, RuntimeObject * ___devices0, InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * ___favorDevice1, const RuntimeMethod* method); // System.Void UnityEngine.InputSystem.InputControlList`1::.ctor(Unity.Collections.Allocator,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputControlList_1__ctor_mEBAFB49402255C55D74AF1914F7B0FCD1750FA24_gshared (InputControlList_1_t9461BFBC9FEFA4CB0C7F0981E4B70C426126D012 * __this, int32_t ___allocator0, int32_t ___initialCapacity1, const RuntimeMethod* method); // System.Void UnityEngine.InputSystem.InputControlList`1::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputControlList_1_Dispose_mFBB4E01F4CB211BC12F895CF49F2564AD13BED6E_gshared (InputControlList_1_t9461BFBC9FEFA4CB0C7F0981E4B70C426126D012 * __this, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2::TryGetValue(!0,!1&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Dictionary_2_TryGetValue_mDB7CD1E74B8550DB2822D132038A45D5D8C93374_gshared (Dictionary_2_tBF35F5A68A67D19B3685A61CE0EECA8A7DD19DFE * __this, InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED ___key0, PrecompiledLayout_t87B15ED374C6DA9C0C0D9333A1BDAC4F40E548CB * ___value1, const RuntimeMethod* method); // !0 System.Func`1::Invoke() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Func_1_Invoke_m4DB932CB3E45300394D6087DBF4C3D620606F726_gshared (Func_1_t807CEE610086E24A0167BAA97A64062016E09D49 * __this, const RuntimeMethod* method); // System.Void UnityEngine.InputSystem.Utilities.CallbackArray`1::LockForChanges() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CallbackArray_1_LockForChanges_m16A98AA041A3624729077E7278CC38431B36AA99_gshared (CallbackArray_1_t5755F06076AF5BB3BB9EC99F526C8E517DA0AAAF * __this, const RuntimeMethod* method); // TDelegate UnityEngine.InputSystem.Utilities.CallbackArray`1::get_Item(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * CallbackArray_1_get_Item_m0C00A737D031A7D2E14B666DE1339E0482D2F4E0_gshared (CallbackArray_1_t5755F06076AF5BB3BB9EC99F526C8E517DA0AAAF * __this, int32_t ___index0, const RuntimeMethod* method); // System.Boolean System.Nullable`1::get_HasValue() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Nullable_1_get_HasValue_m571187F546F4230B8576F169789831BFBA99B93F_gshared_inline (Nullable_1_t340361C8134256120F5769AC5A3F743DB6C11D1F * __this, const RuntimeMethod* method); // !0 System.Nullable`1::get_Value() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t Nullable_1_get_Value_m50AA4ABD548771EE5E0C30724C9847B16C44F3DA_gshared (Nullable_1_t340361C8134256120F5769AC5A3F743DB6C11D1F * __this, const RuntimeMethod* method); // System.Int32 UnityEngine.InputSystem.Utilities.CallbackArray`1::get_length() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CallbackArray_1_get_length_mF3713D9A736D916981802210CF20A583258E1B08_gshared (CallbackArray_1_t5755F06076AF5BB3BB9EC99F526C8E517DA0AAAF * __this, const RuntimeMethod* method); // System.Void UnityEngine.InputSystem.Utilities.CallbackArray`1::UnlockForChanges() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CallbackArray_1_UnlockForChanges_m6CC0EF37F717E02D62818FDDB088C47B4085E90B_gshared (CallbackArray_1_t5755F06076AF5BB3BB9EC99F526C8E517DA0AAAF * __this, const RuntimeMethod* method); // System.Boolean UnityEngine.XR.InputDevice::CheckValidAndSetDefault(T&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputDevice_CheckValidAndSetDefault_TisBoolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_mF81ACFBF626DAB523DDBAA1600546892AA684013_gshared (InputDevice_t69B790C68145C769BA3819DE33AA94155C77207E * __this, bool* ___value0, const RuntimeMethod* method); // System.Boolean UnityEngine.XR.InputDevice::CheckValidAndSetDefault(T&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputDevice_CheckValidAndSetDefault_TisHapticCapabilities_t5F9251128925902FD152B6653ECF56816B41277D_m5E77B26FC38C56D849CE14EBEDDD2906BE83511A_gshared (InputDevice_t69B790C68145C769BA3819DE33AA94155C77207E * __this, HapticCapabilities_t5F9251128925902FD152B6653ECF56816B41277D * ___value0, const RuntimeMethod* method); // System.Boolean UnityEngine.XR.InputDevice::CheckValidAndSetDefault(T&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputDevice_CheckValidAndSetDefault_TisRuntimeObject_mB1DC4F44C93991E507914DA668A104D0CD5D8982_gshared (InputDevice_t69B790C68145C769BA3819DE33AA94155C77207E * __this, RuntimeObject ** ___value0, const RuntimeMethod* method); // System.Boolean UnityEngine.XR.InputDevice::CheckValidAndSetDefault(T&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputDevice_CheckValidAndSetDefault_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_m4D94D31E9E50C44EDE9D0F940CBA6D8F0B6FAC3D_gshared (InputDevice_t69B790C68145C769BA3819DE33AA94155C77207E * __this, float* ___value0, const RuntimeMethod* method); // System.Boolean UnityEngine.XR.InputDevice::CheckValidAndSetDefault(T&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputDevice_CheckValidAndSetDefault_TisVector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9_m96137C0805A9D56E56BAB8BE30FE94806EB83AB6_gshared (InputDevice_t69B790C68145C769BA3819DE33AA94155C77207E * __this, Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * ___value0, const RuntimeMethod* method); // System.Boolean UnityEngine.XR.InputDevice::CheckValidAndSetDefault(T&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputDevice_CheckValidAndSetDefault_TisVector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_m736968F2A46FD02F3CF1C5542C3C8CB343196F3F_gshared (InputDevice_t69B790C68145C769BA3819DE33AA94155C77207E * __this, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * ___value0, const RuntimeMethod* method); // UnityEngine.InputSystem.Layouts.InputDeviceMatcher UnityEngine.InputSystem.Layouts.InputDeviceMatcher::WithCapability(System.String,TValue) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputDeviceMatcher_tFC41EBE6D273378A154C6DFD759DD75D23C99E57 InputDeviceMatcher_WithCapability_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_mDACC1530A083F5B8EADBFE229397FB40C4EBFA52_gshared (InputDeviceMatcher_tFC41EBE6D273378A154C6DFD759DD75D23C99E57 * __this, String_t* ___path0, int32_t ___value1, const RuntimeMethod* method); // UnityEngine.InputSystem.Layouts.InputDeviceMatcher UnityEngine.InputSystem.Layouts.InputDeviceMatcher::WithCapability(System.String,TValue) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputDeviceMatcher_tFC41EBE6D273378A154C6DFD759DD75D23C99E57 InputDeviceMatcher_WithCapability_TisInt32Enum_t9B63F771913F2B6D586F1173B44A41FBE26F6B5C_m29525DC970664FEDCC8E6BAFF63499524F2771F0_gshared (InputDeviceMatcher_tFC41EBE6D273378A154C6DFD759DD75D23C99E57 * __this, String_t* ___path0, int32_t ___value1, const RuntimeMethod* method); // UnityEngine.InputSystem.Layouts.InputDeviceMatcher UnityEngine.InputSystem.Layouts.InputDeviceMatcher::WithCapability(System.String,TValue) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputDeviceMatcher_tFC41EBE6D273378A154C6DFD759DD75D23C99E57 InputDeviceMatcher_WithCapability_TisRuntimeObject_mA27733E2333EEEA8070B38DB57C3A9846A503A9F_gshared (InputDeviceMatcher_tFC41EBE6D273378A154C6DFD759DD75D23C99E57 * __this, String_t* ___path0, RuntimeObject * ___value1, const RuntimeMethod* method); // System.Boolean UnityEngine.InputSystem.LowLevel.InputEventPtr::IsA() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputEventPtr_IsA_TisActionEvent_t12598D9456C7953E3247F33C09C879BF879A0E48_m47905CCCD003437D013D59EBDE90DF7E9A749B30_gshared (InputEventPtr_t3ECDD4FDE129B0CD8021DF46D8D01D941F4AE5C1 * __this, const RuntimeMethod* method); // System.Boolean UnityEngine.InputSystem.LowLevel.InputEventPtr::IsA() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputEventPtr_IsA_TisDeltaStateEvent_t761AB169B0EDF724963621FF2FCEF1860859FCF4_m52B5875F2EACBC85E22AF1807227E9A2C83FEC3E_gshared (InputEventPtr_t3ECDD4FDE129B0CD8021DF46D8D01D941F4AE5C1 * __this, const RuntimeMethod* method); // System.Boolean UnityEngine.InputSystem.LowLevel.InputEventPtr::IsA() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputEventPtr_IsA_TisStateEvent_tD4C2AFF6E8F3807B5AED6C96BFF90092E67BE5C3_m91EF69757639C51EDFCFAFA88EE04CE0D6C1795E_gshared (InputEventPtr_t3ECDD4FDE129B0CD8021DF46D8D01D941F4AE5C1 * __this, const RuntimeMethod* method); // System.Boolean UnityEngine.InputSystem.LowLevel.InputEventPtr::IsA() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputEventPtr_IsA_TisTextEvent_t2939C7C6CFDD852AEAB3AB23431FB1326E29C011_m0DD3E6B6BE449D7669FFFA8541330CC3B9421E54_gshared (InputEventPtr_t3ECDD4FDE129B0CD8021DF46D8D01D941F4AE5C1 * __this, const RuntimeMethod* method); // System.Void System.Func`1::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Func_1__ctor_m2A4FE889FB540EA198F7757D17DC2290461E5EE9_gshared (Func_1_t807CEE610086E24A0167BAA97A64062016E09D49 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::set_Item(!0,!1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2_set_Item_m9618601605FE2089514B1E9B03414D70822AF044_gshared (Dictionary_2_tBF35F5A68A67D19B3685A61CE0EECA8A7DD19DFE * __this, InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED ___key0, PrecompiledLayout_t87B15ED374C6DA9C0C0D9333A1BDAC4F40E548CB ___value1, const RuntimeMethod* method); // UnityEngine.InputSystem.Utilities.ReadOnlyArray`1/Enumerator UnityEngine.InputSystem.Utilities.ReadOnlyArray`1::GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Enumerator_tF5F7C66D929E846719C4FE7803DFDC7B69575883 ReadOnlyArray_1_GetEnumerator_m338BC7F27FD251E544AC5E1CF84A7DC8523D8C62_gshared (ReadOnlyArray_1_t9584B0851320AB0F5BC8FF261C123F5994A081B7 * __this, const RuntimeMethod* method); // TValue UnityEngine.InputSystem.Utilities.ReadOnlyArray`1/Enumerator::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Enumerator_get_Current_mBA41AAFC5E468E2099F23B73ECBE687E9840567D_gshared (Enumerator_tF5F7C66D929E846719C4FE7803DFDC7B69575883 * __this, const RuntimeMethod* method); // System.Boolean UnityEngine.InputSystem.Utilities.ReadOnlyArrayExtensions::Contains(UnityEngine.InputSystem.Utilities.ReadOnlyArray`1,TValue) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ReadOnlyArrayExtensions_Contains_TisInternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED_m23E2471F1568258A2210D67111E1A3B892C238BF_gshared (ReadOnlyArray_1_t606E37DB0F1B75FCB4C4A029A0F6C2B4AE7DED75 ___array0, InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED ___value1, const RuntimeMethod* method); // System.Boolean UnityEngine.InputSystem.Utilities.ReadOnlyArray`1/Enumerator::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Enumerator_MoveNext_mB60EE7786DDAB340301E7728C39A4849DB77D41A_gshared (Enumerator_tF5F7C66D929E846719C4FE7803DFDC7B69575883 * __this, const RuntimeMethod* method); // System.Boolean System.Nullable`1::get_HasValue() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Nullable_1_get_HasValue_m212A323120FED35B7CF42FBF68FBA5B46AF10EF2_gshared_inline (Nullable_1_tBE54C42B9DF059357A8DE25FA421FAC36D437C87 * __this, const RuntimeMethod* method); // !0 System.Nullable`1::get_Value() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CallbackContext_t073FE0294FFA91086DA1D1A0C2F33A7F8F9F025D Nullable_1_get_Value_mD3262552991AE896A4C15B716B3F438D5BD48517_gshared (Nullable_1_tBE54C42B9DF059357A8DE25FA421FAC36D437C87 * __this, const RuntimeMethod* method); // TValue UnityEngine.InputSystem.InputAction/CallbackContext::ReadValue() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float CallbackContext_ReadValue_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_mE234FD7AC6E0663845F6CF6B330212FCE11FB7A0_gshared (CallbackContext_t073FE0294FFA91086DA1D1A0C2F33A7F8F9F025D * __this, const RuntimeMethod* method); // System.Void System.Predicate`1::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Predicate_1__ctor_m3F41E32C976C3C48B3FC63FBFD3FBBC5B5F23EDD_gshared (Predicate_1_t5C96B81B31A697B11C4C3767E3298773AF25DFEB * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // !0 System.Collections.Generic.List`1::Find(System.Predicate`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * List_1_Find_mBE8A91B51D29EC296321E6070FCD76081576B31E_gshared (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * __this, Predicate_1_t5C96B81B31A697B11C4C3767E3298773AF25DFEB * ___match0, const RuntimeMethod* method); // System.Boolean UnityEngine.Playables.PlayableGraph::Connect>(U,System.Int32,V,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PlayableGraph_Connect_TisPlayable_tC24692CDD1DD8F1D5C646035A76D2830A70214E2_TisScriptPlayable_1_t7495DFF84B5233AF863183881C3C7D626F65C266_m2A4CA2550B5F583EA5F0E572DF8CF5A87BBFE85D_gshared (PlayableGraph_t2D5083CFACB413FA1BB13FF054BE09A5A55A205A * __this, Playable_tC24692CDD1DD8F1D5C646035A76D2830A70214E2 ___source0, int32_t ___sourceOutputPort1, ScriptPlayable_1_t7495DFF84B5233AF863183881C3C7D626F65C266 ___destination2, int32_t ___destinationInputPort3, const RuntimeMethod* method); // System.Boolean UnityEngine.Playables.PlayableGraph::Connect(U,System.Int32,V,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PlayableGraph_Connect_TisPlayable_tC24692CDD1DD8F1D5C646035A76D2830A70214E2_TisAnimationLayerMixerPlayable_tF647DD9BCA6E0F49367A5F13AAE0D5B093A91880_m3E402CBD0DA9906EED05A2A5417CD83CF6C564F9_gshared (PlayableGraph_t2D5083CFACB413FA1BB13FF054BE09A5A55A205A * __this, Playable_tC24692CDD1DD8F1D5C646035A76D2830A70214E2 ___source0, int32_t ___sourceOutputPort1, AnimationLayerMixerPlayable_tF647DD9BCA6E0F49367A5F13AAE0D5B093A91880 ___destination2, int32_t ___destinationInputPort3, const RuntimeMethod* method); // System.Boolean UnityEngine.Playables.PlayableGraph::Connect(U,System.Int32,V,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PlayableGraph_Connect_TisPlayable_tC24692CDD1DD8F1D5C646035A76D2830A70214E2_TisAnimationMixerPlayable_t7C6D407FE0D55712B07081F8114CFA347F124741_m5C731B1FD992B1AF68F0E1479FDCDAA6346621BF_gshared (PlayableGraph_t2D5083CFACB413FA1BB13FF054BE09A5A55A205A * __this, Playable_tC24692CDD1DD8F1D5C646035A76D2830A70214E2 ___source0, int32_t ___sourceOutputPort1, AnimationMixerPlayable_t7C6D407FE0D55712B07081F8114CFA347F124741 ___destination2, int32_t ___destinationInputPort3, const RuntimeMethod* method); // System.Boolean UnityEngine.Playables.PlayableGraph::Connect(U,System.Int32,V,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PlayableGraph_Connect_TisPlayable_tC24692CDD1DD8F1D5C646035A76D2830A70214E2_TisAnimationMotionXToDeltaPlayable_t6E21B629D4689F5E3CFCFACA0B31411082773076_mABCFC5F718D163D25D229D9FDD801C775829FBE1_gshared (PlayableGraph_t2D5083CFACB413FA1BB13FF054BE09A5A55A205A * __this, Playable_tC24692CDD1DD8F1D5C646035A76D2830A70214E2 ___source0, int32_t ___sourceOutputPort1, AnimationMotionXToDeltaPlayable_t6E21B629D4689F5E3CFCFACA0B31411082773076 ___destination2, int32_t ___destinationInputPort3, const RuntimeMethod* method); // System.Exception System.Linq.Error::ArgumentNull(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * Error_ArgumentNull_mC405D19505CA250B5C731803400D8DAF963F0DCD (String_t* ___s0, const RuntimeMethod* method); // System.Exception System.Linq.Error::MoreThanOneMatch() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * Error_MoreThanOneMatch_mEC48ECB89552B91EFD9669763848BA1DB97E991D (const RuntimeMethod* method); // System.Void System.Linq.Buffer`1::.ctor(System.Collections.Generic.IEnumerable`1) inline void Buffer_1__ctor_m0D1E566C9882C2942EC09556ED1613A66F79DD55 (Buffer_1_tB7E4B7E49EF58C6D9CEDE7CFCD3A6636180F845C * __this, RuntimeObject* ___source0, const RuntimeMethod* method) { (( void (*) (Buffer_1_tB7E4B7E49EF58C6D9CEDE7CFCD3A6636180F845C *, RuntimeObject*, const RuntimeMethod*))Buffer_1__ctor_m0D1E566C9882C2942EC09556ED1613A66F79DD55_gshared)(__this, ___source0, method); } // TElement[] System.Linq.Buffer`1::ToArray() inline ColorU5BU5D_t358DD89F511301E663AD9157305B94A2DEFF8834* Buffer_1_ToArray_m1717144B2BF3E9ECD234E7590DC3839238FE071D (Buffer_1_tB7E4B7E49EF58C6D9CEDE7CFCD3A6636180F845C * __this, const RuntimeMethod* method) { return (( ColorU5BU5D_t358DD89F511301E663AD9157305B94A2DEFF8834* (*) (Buffer_1_tB7E4B7E49EF58C6D9CEDE7CFCD3A6636180F845C *, const RuntimeMethod*))Buffer_1_ToArray_m1717144B2BF3E9ECD234E7590DC3839238FE071D_gshared)(__this, method); } // System.Void System.Linq.Buffer`1::.ctor(System.Collections.Generic.IEnumerable`1) inline void Buffer_1__ctor_m66CF501C32BB2D492B3CD3B8A8F131510DD427F1 (Buffer_1_t087969E39A0FFD1A50B5A885FC6FBFEA235A7395 * __this, RuntimeObject* ___source0, const RuntimeMethod* method) { (( void (*) (Buffer_1_t087969E39A0FFD1A50B5A885FC6FBFEA235A7395 *, RuntimeObject*, const RuntimeMethod*))Buffer_1__ctor_m66CF501C32BB2D492B3CD3B8A8F131510DD427F1_gshared)(__this, ___source0, method); } // TElement[] System.Linq.Buffer`1::ToArray() inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* Buffer_1_ToArray_m1C04D9790402ECDA1AF68137F0FB42B9F30EDBBC (Buffer_1_t087969E39A0FFD1A50B5A885FC6FBFEA235A7395 * __this, const RuntimeMethod* method) { return (( Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* (*) (Buffer_1_t087969E39A0FFD1A50B5A885FC6FBFEA235A7395 *, const RuntimeMethod*))Buffer_1_ToArray_m1C04D9790402ECDA1AF68137F0FB42B9F30EDBBC_gshared)(__this, method); } // System.Void System.Linq.Buffer`1::.ctor(System.Collections.Generic.IEnumerable`1) inline void Buffer_1__ctor_m85CD9D7B88FD4C5AD5C872160DC6E75268A5B47C (Buffer_1_t16B27BDC22764E7684B4992CA3A50612E00F3F81 * __this, RuntimeObject* ___source0, const RuntimeMethod* method) { (( void (*) (Buffer_1_t16B27BDC22764E7684B4992CA3A50612E00F3F81 *, RuntimeObject*, const RuntimeMethod*))Buffer_1__ctor_m85CD9D7B88FD4C5AD5C872160DC6E75268A5B47C_gshared)(__this, ___source0, method); } // TElement[] System.Linq.Buffer`1::ToArray() inline InternedStringU5BU5D_t1EAE8433C8EF7C76894673801EE0EE9F6833E9A4* Buffer_1_ToArray_m3D81D8547DD0BC7029D4C9E87176CB070C7B5534 (Buffer_1_t16B27BDC22764E7684B4992CA3A50612E00F3F81 * __this, const RuntimeMethod* method) { return (( InternedStringU5BU5D_t1EAE8433C8EF7C76894673801EE0EE9F6833E9A4* (*) (Buffer_1_t16B27BDC22764E7684B4992CA3A50612E00F3F81 *, const RuntimeMethod*))Buffer_1_ToArray_m3D81D8547DD0BC7029D4C9E87176CB070C7B5534_gshared)(__this, method); } // System.Void System.Linq.Buffer`1::.ctor(System.Collections.Generic.IEnumerable`1) inline void Buffer_1__ctor_mDA78D113CD8479C5396EDD8517F25F9E295057E3 (Buffer_1_t1E701DB3E7E1D45D98277E152205D74AA3BD783A * __this, RuntimeObject* ___source0, const RuntimeMethod* method) { (( void (*) (Buffer_1_t1E701DB3E7E1D45D98277E152205D74AA3BD783A *, RuntimeObject*, const RuntimeMethod*))Buffer_1__ctor_mDA78D113CD8479C5396EDD8517F25F9E295057E3_gshared)(__this, ___source0, method); } // TElement[] System.Linq.Buffer`1::ToArray() inline NameAndParametersU5BU5D_t960DDB52F44DD1231B0C626E9C859F1E0B2F5EAD* Buffer_1_ToArray_m8171340E40BA2C67A20120E2635E242EF28ECC21 (Buffer_1_t1E701DB3E7E1D45D98277E152205D74AA3BD783A * __this, const RuntimeMethod* method) { return (( NameAndParametersU5BU5D_t960DDB52F44DD1231B0C626E9C859F1E0B2F5EAD* (*) (Buffer_1_t1E701DB3E7E1D45D98277E152205D74AA3BD783A *, const RuntimeMethod*))Buffer_1_ToArray_m8171340E40BA2C67A20120E2635E242EF28ECC21_gshared)(__this, method); } // System.Void System.Linq.Buffer`1::.ctor(System.Collections.Generic.IEnumerable`1) inline void Buffer_1__ctor_m07D912F7AC47B43493D1097AB3C391AA28328EC8 (Buffer_1_tB294332D6A9005ABB8E979A62BA34A1CB39C10A7 * __this, RuntimeObject* ___source0, const RuntimeMethod* method) { (( void (*) (Buffer_1_tB294332D6A9005ABB8E979A62BA34A1CB39C10A7 *, RuntimeObject*, const RuntimeMethod*))Buffer_1__ctor_m07D912F7AC47B43493D1097AB3C391AA28328EC8_gshared)(__this, ___source0, method); } // TElement[] System.Linq.Buffer`1::ToArray() inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* Buffer_1_ToArray_mA15991B3C8DBF4E9D7F632B0C4BFB979A1484A3D (Buffer_1_tB294332D6A9005ABB8E979A62BA34A1CB39C10A7 * __this, const RuntimeMethod* method) { return (( ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* (*) (Buffer_1_tB294332D6A9005ABB8E979A62BA34A1CB39C10A7 *, const RuntimeMethod*))Buffer_1_ToArray_mA15991B3C8DBF4E9D7F632B0C4BFB979A1484A3D_gshared)(__this, method); } // System.Void System.Linq.Buffer`1::.ctor(System.Collections.Generic.IEnumerable`1) inline void Buffer_1__ctor_m97D50D4BB1B5E7D4F2C03BA75E39D8A91E590580 (Buffer_1_tCBDAD62292E6D70397D5EBA7ACE7FEDE2007D25C * __this, RuntimeObject* ___source0, const RuntimeMethod* method) { (( void (*) (Buffer_1_tCBDAD62292E6D70397D5EBA7ACE7FEDE2007D25C *, RuntimeObject*, const RuntimeMethod*))Buffer_1__ctor_m97D50D4BB1B5E7D4F2C03BA75E39D8A91E590580_gshared)(__this, ___source0, method); } // TElement[] System.Linq.Buffer`1::ToArray() inline Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* Buffer_1_ToArray_m43F0335ACDA4DCEE135EB114C57D0EF0264B281D (Buffer_1_tCBDAD62292E6D70397D5EBA7ACE7FEDE2007D25C * __this, const RuntimeMethod* method) { return (( Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* (*) (Buffer_1_tCBDAD62292E6D70397D5EBA7ACE7FEDE2007D25C *, const RuntimeMethod*))Buffer_1_ToArray_m43F0335ACDA4DCEE135EB114C57D0EF0264B281D_gshared)(__this, method); } // System.Void System.Linq.Buffer`1::.ctor(System.Collections.Generic.IEnumerable`1) inline void Buffer_1__ctor_m8409CAD5F0775878FF5003DEB7577119E3DE79CA (Buffer_1_t63E013C561ABA2C50A4BA0341AE14F2EEEC13ED0 * __this, RuntimeObject* ___source0, const RuntimeMethod* method) { (( void (*) (Buffer_1_t63E013C561ABA2C50A4BA0341AE14F2EEEC13ED0 *, RuntimeObject*, const RuntimeMethod*))Buffer_1__ctor_m8409CAD5F0775878FF5003DEB7577119E3DE79CA_gshared)(__this, ___source0, method); } // TElement[] System.Linq.Buffer`1::ToArray() inline DeviceRequirementU5BU5D_tBAAEA8AD0E93A8EF9DF98E9F4957B7A56286E795* Buffer_1_ToArray_m2D6400CA2603F2C65E368EFE660571B9C6541940 (Buffer_1_t63E013C561ABA2C50A4BA0341AE14F2EEEC13ED0 * __this, const RuntimeMethod* method) { return (( DeviceRequirementU5BU5D_tBAAEA8AD0E93A8EF9DF98E9F4957B7A56286E795* (*) (Buffer_1_t63E013C561ABA2C50A4BA0341AE14F2EEEC13ED0 *, const RuntimeMethod*))Buffer_1_ToArray_m2D6400CA2603F2C65E368EFE660571B9C6541940_gshared)(__this, method); } // T UnityEngine.UI.ObjectPool`1>::Get() inline List_1_t9F9214BCC9E2E91710F684F76185A72C087B90F5 * ObjectPool_1_Get_m05FBB16377141E818AC351156075B2698118119C (ObjectPool_1_t7DE371FC4173D0882831B9DD0945CA448A3BAB31 * __this, const RuntimeMethod* method) { return (( List_1_t9F9214BCC9E2E91710F684F76185A72C087B90F5 * (*) (ObjectPool_1_t7DE371FC4173D0882831B9DD0945CA448A3BAB31 *, const RuntimeMethod*))ObjectPool_1_Get_m337CD568F7C5B46D54450BDDABFC797DA8A71C0D_gshared)(__this, method); } // System.Int32 System.Collections.Generic.List`1::get_Count() inline int32_t List_1_get_Count_mD5E4C1B6AE019CAC21D820FB2E7E91698F15649A_inline (List_1_t9F9214BCC9E2E91710F684F76185A72C087B90F5 * __this, const RuntimeMethod* method) { return (( int32_t (*) (List_1_t9F9214BCC9E2E91710F684F76185A72C087B90F5 *, const RuntimeMethod*))List_1_get_Count_m5D847939ABB9A78203B062CAFFE975792174D00F_gshared_inline)(__this, method); } // System.Void UnityEngine.UI.ObjectPool`1>::Release(T) inline void ObjectPool_1_Release_m473CF1CC05FEB28DC06709FFDDE07C5777811614 (ObjectPool_1_t7DE371FC4173D0882831B9DD0945CA448A3BAB31 * __this, List_1_t9F9214BCC9E2E91710F684F76185A72C087B90F5 * ___element0, const RuntimeMethod* method) { (( void (*) (ObjectPool_1_t7DE371FC4173D0882831B9DD0945CA448A3BAB31 *, List_1_t9F9214BCC9E2E91710F684F76185A72C087B90F5 *, const RuntimeMethod*))ObjectPool_1_Release_m4C7377DB6AE42BD6A4EC954E2D6712429D804D53_gshared)(__this, ___element0, method); } // !0 System.Collections.Generic.List`1::get_Item(System.Int32) inline RuntimeObject* List_1_get_Item_m5E5C6CDA5EB40C8D48121A2510A2787A03131470_inline (List_1_t9F9214BCC9E2E91710F684F76185A72C087B90F5 * __this, int32_t ___index0, const RuntimeMethod* method) { return (( RuntimeObject* (*) (List_1_t9F9214BCC9E2E91710F684F76185A72C087B90F5 *, int32_t, const RuntimeMethod*))List_1_get_Item_mF00B574E58FB078BB753B05A3B86DD0A7A266B63_gshared_inline)(__this, ___index0, method); } // System.Type System.Type::GetTypeFromHandle(System.RuntimeTypeHandle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F (RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 ___handle0, const RuntimeMethod* method); // System.Type System.Object::GetType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B (RuntimeObject * __this, const RuntimeMethod* method); // System.String System.String::Format(System.String,System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Format_m8464C6DD7299114954DA87FC39FCD129F3E2ACA2 (String_t* ___format0, RuntimeObject * ___arg01, RuntimeObject * ___arg12, const RuntimeMethod* method); // System.Void System.Exception::.ctor(System.String,System.Exception) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Exception__ctor_mB842BA6E644CDB9DB058F5628BB90DF5EF22C080 (Exception_t * __this, String_t* ___message0, Exception_t * ___innerException1, const RuntimeMethod* method); // System.Void UnityEngine.Debug::LogException(System.Exception) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Debug_LogException_m418B8879895C54AF03169B53DAA24EE9067E3DC7 (Exception_t * ___exception0, const RuntimeMethod* method); // System.Void UnityEngine.EventSystems.ExecuteEvents::GetEventChain(UnityEngine.GameObject,System.Collections.Generic.IList`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ExecuteEvents_GetEventChain_m1B6EA60ED8AB222A384F1B1EC5CD95B6A2D0F52D (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___root0, RuntimeObject* ___eventChain1, const RuntimeMethod* method); // System.Int32 System.Collections.Generic.List`1::get_Count() inline int32_t List_1_get_Count_m82AF14687C6FA2B1572D859A551E3ADBCBADC3C0_inline (List_1_t27D7842CA3FD659C9BE64845F118C2590EE2D2C0 * __this, const RuntimeMethod* method) { return (( int32_t (*) (List_1_t27D7842CA3FD659C9BE64845F118C2590EE2D2C0 *, const RuntimeMethod*))List_1_get_Count_m5D847939ABB9A78203B062CAFFE975792174D00F_gshared_inline)(__this, method); } // !0 System.Collections.Generic.List`1::get_Item(System.Int32) inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * List_1_get_Item_m8B222F262DF0C4B49E12B4E87AB2162202744499_inline (List_1_t27D7842CA3FD659C9BE64845F118C2590EE2D2C0 * __this, int32_t ___index0, const RuntimeMethod* method) { return (( Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * (*) (List_1_t27D7842CA3FD659C9BE64845F118C2590EE2D2C0 *, int32_t, const RuntimeMethod*))List_1_get_Item_mF00B574E58FB078BB753B05A3B86DD0A7A266B63_gshared_inline)(__this, ___index0, method); } // UnityEngine.GameObject UnityEngine.Component::get_gameObject() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * Component_get_gameObject_m55DC35B149AFB9157582755383BA954655FE0C5B (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 * __this, const RuntimeMethod* method); // System.Boolean UnityEngine.Object::op_Equality(UnityEngine.Object,UnityEngine.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Object_op_Equality_m6D7EBC0E6D7E0CE1E9671D21DE14C9158AFB88B2 (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A * ___x0, Object_tF2F3778131EFF286AF62B7B013A170F95A91571A * ___y1, const RuntimeMethod* method); // UnityEngine.Transform UnityEngine.GameObject::get_transform() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * GameObject_get_transform_m16A80BB92B6C8C5AB696E447014D45EDF1E4DE34 (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * __this, const RuntimeMethod* method); // UnityEngine.Transform UnityEngine.Transform::get_parent() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * Transform_get_parent_m7D06005D9CB55F90F39D42F6A2AF9C7BC80745C9 (Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * __this, const RuntimeMethod* method); // System.Boolean UnityEngine.Object::op_Inequality(UnityEngine.Object,UnityEngine.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Object_op_Inequality_mDCB4E958808E725D0612CCABF340B284085F03D6 (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A * ___x0, Object_tF2F3778131EFF286AF62B7B013A170F95A91571A * ___y1, const RuntimeMethod* method); // System.Void System.ArgumentException::.ctor(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentException__ctor_m71044C2110E357B71A1C30D2561C3F861AF1DC0D (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * __this, String_t* ___message0, String_t* ___paramName1, const RuntimeMethod* method); // System.Boolean UnityEngine.GameObject::get_activeInHierarchy() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool GameObject_get_activeInHierarchy_mA3990AC5F61BB35283188E925C2BE7F7BF67734B (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * __this, const RuntimeMethod* method); // System.Collections.Generic.List`1 UnityEngine.UI.ListPool`1::Get() inline List_1_tA3929E98F6AC5A6E95EF799D2E3294F214358C0F * ListPool_1_Get_m3C6F2C4EAFE4CE1AFD976970F6EB7B2414136CF0 (const RuntimeMethod* method) { return (( List_1_tA3929E98F6AC5A6E95EF799D2E3294F214358C0F * (*) (const RuntimeMethod*))ListPool_1_Get_m10D5AEED053998692D832AFDBA9313D45EBDE363_gshared)(method); } // System.Void UnityEngine.GameObject::GetComponents(System.Collections.Generic.List`1) inline void GameObject_GetComponents_TisComponent_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684_m78F13EAC996D3B04F1BE15EC9EDE0D786CAC1611 (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * __this, List_1_tA3929E98F6AC5A6E95EF799D2E3294F214358C0F * ___results0, const RuntimeMethod* method) { (( void (*) (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 *, List_1_tA3929E98F6AC5A6E95EF799D2E3294F214358C0F *, const RuntimeMethod*))GameObject_GetComponents_TisRuntimeObject_m05916636D3EA83EDCD2E5DE7CFF6FC53F182A71D_gshared)(__this, ___results0, method); } // System.Int32 System.Collections.Generic.List`1::get_Count() inline int32_t List_1_get_Count_m9F55C8ADF8B0877FF8961B5A9BA55A9A7BFF904E_inline (List_1_tA3929E98F6AC5A6E95EF799D2E3294F214358C0F * __this, const RuntimeMethod* method) { return (( int32_t (*) (List_1_tA3929E98F6AC5A6E95EF799D2E3294F214358C0F *, const RuntimeMethod*))List_1_get_Count_m5D847939ABB9A78203B062CAFFE975792174D00F_gshared_inline)(__this, method); } // !0 System.Collections.Generic.List`1::get_Item(System.Int32) inline Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 * List_1_get_Item_m99F4A60865784DCE41B4ECAEBD910543BBB87A1F_inline (List_1_tA3929E98F6AC5A6E95EF799D2E3294F214358C0F * __this, int32_t ___index0, const RuntimeMethod* method) { return (( Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 * (*) (List_1_tA3929E98F6AC5A6E95EF799D2E3294F214358C0F *, int32_t, const RuntimeMethod*))List_1_get_Item_mF00B574E58FB078BB753B05A3B86DD0A7A266B63_gshared_inline)(__this, ___index0, method); } // System.Void UnityEngine.UI.ListPool`1::Release(System.Collections.Generic.List`1) inline void ListPool_1_Release_m9CEB477BBCF2190EA974FFE2C2482EC2A4890760 (List_1_tA3929E98F6AC5A6E95EF799D2E3294F214358C0F * ___toRelease0, const RuntimeMethod* method) { (( void (*) (List_1_tA3929E98F6AC5A6E95EF799D2E3294F214358C0F *, const RuntimeMethod*))ListPool_1_Release_m10D7F9184CC0524ED53B2A724DEF1F13458C40C8_gshared)(___toRelease0, method); } // System.Boolean UnityEngine.Behaviour::get_isActiveAndEnabled() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Behaviour_get_isActiveAndEnabled_mDD843C0271D492C1E08E0F8DEE8B6F1CFA951BFA (Behaviour_t1A3DDDCF73B4627928FBFE02ED52B7251777DBD9 * __this, const RuntimeMethod* method); // System.Void System.ArgumentException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * __this, String_t* ___message0, const RuntimeMethod* method); // UnityEngine.Component UnityEngine.GameObject::AddComponent(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 * GameObject_AddComponent_mD183856CB5A1CCF1576221D7D6CEBC4092E734B8 (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * __this, Type_t * ___componentType0, const RuntimeMethod* method); // System.Void System.IntPtr::.ctor(System.Void*) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void IntPtr__ctor_mBB7AF6DA6350129AD6422DE474FD52F715CC0C40_inline (intptr_t* __this, void* ___value0, const RuntimeMethod* method); // System.Void UnityEngine.GameObject::GetComponentFastPath(System.Type,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GameObject_GetComponentFastPath_mAC58DB8AC26576ED2A87C843A68A13C325E3C944 (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * __this, Type_t * ___type0, intptr_t ___oneFurtherThanResultValue1, const RuntimeMethod* method); // UnityEngine.Component UnityEngine.GameObject::GetComponentInChildren(System.Type,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 * GameObject_GetComponentInChildren_m56CAFD886686C8F6025B5CDF016E8BC684A20EED (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * __this, Type_t * ___type0, bool ___includeInactive1, const RuntimeMethod* method); // System.Array UnityEngine.GameObject::GetComponentsInternal(System.Type,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeArray * GameObject_GetComponentsInternal_mF491A337A167109189E2AB839584697EB2672E7D (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * __this, Type_t * ___type0, bool ___useSearchTypeAsArrayReturnType1, bool ___recursive2, bool ___includeInactive3, bool ___reverse4, RuntimeObject * ___resultList5, const RuntimeMethod* method); // System.Void UnityEngine.GameObject::TryGetComponentFastPath(System.Type,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GameObject_TryGetComponentFastPath_m45DE1DF12AFA1F21F16E0249A472A5FCEE6026FD (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * __this, Type_t * ___type0, intptr_t ___oneFurtherThanResultValue1, const RuntimeMethod* method); // System.Void System.Action::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action__ctor_m07BE5EE8A629FBBA52AE6356D57A0D371BE2574B (Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1>::Startd__234`1>>(!!0&) inline void AsyncTaskMethodBuilder_1_Start_TisU3CRunWithTimeoutU3Ed__234_1_tB16B62DB4AE19F3D4F68C6BB41FB74C80E5E5513_mE4FCDEE88A713110B0DF25CA9F5F4A3BA7A4B770 (AsyncTaskMethodBuilder_1_t8F0C92233B04B496E59605865CD38DC019073C90 * __this, U3CRunWithTimeoutU3Ed__234_1_tB16B62DB4AE19F3D4F68C6BB41FB74C80E5E5513 * ___stateMachine0, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_1_t8F0C92233B04B496E59605865CD38DC019073C90 *, U3CRunWithTimeoutU3Ed__234_1_tB16B62DB4AE19F3D4F68C6BB41FB74C80E5E5513 *, const RuntimeMethod*))AsyncTaskMethodBuilder_1_Start_TisU3CRunWithTimeoutU3Ed__234_1_tB16B62DB4AE19F3D4F68C6BB41FB74C80E5E5513_mE4FCDEE88A713110B0DF25CA9F5F4A3BA7A4B770_gshared)(__this, ___stateMachine0, method); } // System.Threading.Tasks.Task`1 System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1>::get_Task() inline Task_1_tB6E0730C54CFC03F4471315756CF85D05B71C05F * AsyncTaskMethodBuilder_1_get_Task_m6BDBE44A4B97CB52AA26DBC613F49C1DB383F380 (AsyncTaskMethodBuilder_1_t8F0C92233B04B496E59605865CD38DC019073C90 * __this, const RuntimeMethod* method) { return (( Task_1_tB6E0730C54CFC03F4471315756CF85D05B71C05F * (*) (AsyncTaskMethodBuilder_1_t8F0C92233B04B496E59605865CD38DC019073C90 *, const RuntimeMethod*))AsyncTaskMethodBuilder_1_get_Task_m6BDBE44A4B97CB52AA26DBC613F49C1DB383F380_gshared)(__this, method); } // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::Startd__234`1>(!!0&) inline void AsyncTaskMethodBuilder_1_Start_TisU3CRunWithTimeoutU3Ed__234_1_tEE31DB966565A035B1C92FE76989AC4F30B1C538_m0907CAB5D8761572D12F0E5A9B7BC37528A43D8D (AsyncTaskMethodBuilder_1_tDD2A3BA099C327938EA03C35FDB1A7502BA73020 * __this, U3CRunWithTimeoutU3Ed__234_1_tEE31DB966565A035B1C92FE76989AC4F30B1C538 * ___stateMachine0, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_1_tDD2A3BA099C327938EA03C35FDB1A7502BA73020 *, U3CRunWithTimeoutU3Ed__234_1_tEE31DB966565A035B1C92FE76989AC4F30B1C538 *, const RuntimeMethod*))AsyncTaskMethodBuilder_1_Start_TisU3CRunWithTimeoutU3Ed__234_1_tEE31DB966565A035B1C92FE76989AC4F30B1C538_m0907CAB5D8761572D12F0E5A9B7BC37528A43D8D_gshared)(__this, ___stateMachine0, method); } // System.Threading.Tasks.Task`1 System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::get_Task() inline Task_1_tC1805497876E88B78A2B0CB81C6409E0B381AC17 * AsyncTaskMethodBuilder_1_get_Task_m61DEC300353320E428E17DA0D59D61974F4415BB (AsyncTaskMethodBuilder_1_tDD2A3BA099C327938EA03C35FDB1A7502BA73020 * __this, const RuntimeMethod* method) { return (( Task_1_tC1805497876E88B78A2B0CB81C6409E0B381AC17 * (*) (AsyncTaskMethodBuilder_1_tDD2A3BA099C327938EA03C35FDB1A7502BA73020 *, const RuntimeMethod*))AsyncTaskMethodBuilder_1_get_Task_m61DEC300353320E428E17DA0D59D61974F4415BB_gshared)(__this, method); } // System.Void Unity.Jobs.LowLevel.Unsafe.JobsUtility/JobScheduleParameters::.ctor(System.Void*,System.IntPtr,Unity.Jobs.JobHandle,Unity.Jobs.LowLevel.Unsafe.ScheduleMode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JobScheduleParameters__ctor_m7BAC662AF5FA4A96429644CC676D3179A5B143F8 (JobScheduleParameters_tA29064729507A938ACB05D9F98B2C4A6977E3EF8 * __this, void* ___i_jobData0, intptr_t ___i_reflectionData1, JobHandle_t8AEB8D31C25D7774C71D62B0C662525E6E36D847 ___i_dependency2, int32_t ___i_scheduleMode3, const RuntimeMethod* method); // Unity.Jobs.JobHandle Unity.Jobs.LowLevel.Unsafe.JobsUtility::Schedule(Unity.Jobs.LowLevel.Unsafe.JobsUtility/JobScheduleParameters&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JobHandle_t8AEB8D31C25D7774C71D62B0C662525E6E36D847 JobsUtility_Schedule_m407547BE00BD3E9FC78178A45B9248796E05741B (JobScheduleParameters_tA29064729507A938ACB05D9F98B2C4A6977E3EF8 * ___parameters0, const RuntimeMethod* method); // UnityEngine.InputSystem.InputActionMap UnityEngine.InputSystem.InputAction::GetOrCreateActionMap() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputActionMap_t588F4834F020838C4E8AE148F8A42CC84FA75B44 * InputAction_GetOrCreateActionMap_mBCDD1A0AC25B88706B1C8088C2B5E91208E332CF (InputAction_t9AC3F79A5911EDC5CEB0BCD81640FDACA8DB0B0B * __this, const RuntimeMethod* method); // UnityEngine.InputSystem.InputActionState/TriggerState* UnityEngine.InputSystem.InputActionState::get_actionStates() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TriggerState_t0DFC29612AAA2473244F3580C746BE71D6C57145 * InputActionState_get_actionStates_m61D67028542007D960DED19F0092A55FC5A1421B (InputActionState_tBAB20591FD6515A6FF5D70EF641A423E270A33F9 * __this, const RuntimeMethod* method); // UnityEngine.InputSystem.InputActionPhase UnityEngine.InputSystem.InputActionState/TriggerState::get_phase() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t TriggerState_get_phase_m8BC034C0171DFBEFFE326B22BED602AB414D8CB8_inline (TriggerState_t0DFC29612AAA2473244F3580C746BE71D6C57145 * __this, const RuntimeMethod* method); // System.Boolean UnityEngine.InputSystem.InputExtensions::IsInProgress(UnityEngine.InputSystem.InputActionPhase) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputExtensions_IsInProgress_mEB534005411FDCF6FB88FEF96CFB13EB9120EBF4 (int32_t ___phase0, const RuntimeMethod* method); // System.Int32 UnityEngine.InputSystem.InputActionState/TriggerState::get_bindingIndex() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t TriggerState_get_bindingIndex_m0AC6E41222022188B9528FC31FBC0B519BF7F7DF_inline (TriggerState_t0DFC29612AAA2473244F3580C746BE71D6C57145 * __this, const RuntimeMethod* method); // System.Int32 UnityEngine.InputSystem.InputActionState/TriggerState::get_controlIndex() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TriggerState_get_controlIndex_m960A306864E08240EEFEEDE399279D9B60C53BC4 (TriggerState_t0DFC29612AAA2473244F3580C746BE71D6C57145 * __this, const RuntimeMethod* method); // System.String System.String::Concat(System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_mC41740F000A5A48F8D313FB4CEE0E35E207A2632 (String_t* ___str00, String_t* ___str11, String_t* ___str22, const RuntimeMethod* method); // System.Linq.Expressions.Expression System.Linq.Expressions.LambdaExpression::get_Body() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Expression_t30A004209C10C2D9A9785B2F74EEED431A4D4660 * LambdaExpression_get_Body_m595A485419E2F0AA13FC2695DEBD99ED9712D042_inline (LambdaExpression_t26BF905E97E6D94F81F17D60F4F4F47F8E93B474 * __this, const RuntimeMethod* method); // System.Linq.Expressions.Expression System.Linq.Expressions.UnaryExpression::get_Operand() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Expression_t30A004209C10C2D9A9785B2F74EEED431A4D4660 * UnaryExpression_get_Operand_m08244426ECF6990AD49742ECE8273F599B648B3F_inline (UnaryExpression_t5DE6F6FA2216CDD34DFCFADEB0080CB29326DD62 * __this, const RuntimeMethod* method); // UnityEngine.InputSystem.Utilities.InternedString UnityEngine.InputSystem.Utilities.TypeTable::FindNameForType(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED TypeTable_FindNameForType_m2CCF07DEECB922A06DFD357E1146C32207EB84D1 (TypeTable_t4E41B03F931506BA07A120F6578A8CA47459C64F * __this, Type_t * ___type0, 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_m5C5E28D59A0F856D52E38C0C147176E4B306D6BD (InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED ___str0, const RuntimeMethod* method); // System.Reflection.MemberInfo System.Linq.Expressions.MemberExpression::get_Member() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MemberInfo_t * MemberExpression_get_Member_m42D967F01204B3337C76BC2C679C42922ACF2D2C (MemberExpression_t9F4B2A7A517DFE6F72C956A3ED868D8C043C6622 * __this, const RuntimeMethod* method); // System.Void UnityEngine.InputSystem.InputActionRebindingExtensions/ParameterOverride::.ctor(System.String,System.String,UnityEngine.InputSystem.InputBinding,UnityEngine.InputSystem.Utilities.PrimitiveValue) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ParameterOverride__ctor_m8521461AD2B12E5F48B778170E424E2247F05CA4 (ParameterOverride_tCD42C8DD25FE1912FF804959CF14F31924FB5DD7 * __this, String_t* ___objectRegistrationName0, String_t* ___parameterName1, InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB ___bindingMask2, PrimitiveValue_t70D8365A1CB2217C466D27D6820362EF4331A0C8 ___value3, const RuntimeMethod* method); // UnityEngine.InputSystem.InputActionState/BindingState* UnityEngine.InputSystem.InputActionState::get_bindingStates() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BindingState_t568A45761EFD086FB6772BD7B933703E3ABFBF26 * InputActionState_get_bindingStates_mA4A1CB278815E9F08EAA477A01E2FBA87821B7BD (InputActionState_tBAB20591FD6515A6FF5D70EF641A423E270A33F9 * __this, const RuntimeMethod* method); // System.Int32 UnityEngine.InputSystem.InputActionState/BindingState::get_processorCount() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t BindingState_get_processorCount_m643C6833D31ACFE87E4B84387820FB944E8627AF_inline (BindingState_t568A45761EFD086FB6772BD7B933703E3ABFBF26 * __this, const RuntimeMethod* method); // System.Int32 UnityEngine.InputSystem.InputActionState/BindingState::get_processorStartIndex() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BindingState_get_processorStartIndex_mA210EF0652CD6D83C0412BD14CEBAB0629674882 (BindingState_t568A45761EFD086FB6772BD7B933703E3ABFBF26 * __this, const RuntimeMethod* method); // System.Int32 UnityEngine.InputSystem.InputActionState/BindingState::get_partIndex() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t BindingState_get_partIndex_mA9E963AF2596E03714C13516C66A67AE4558B815_inline (BindingState_t568A45761EFD086FB6772BD7B933703E3ABFBF26 * __this, const RuntimeMethod* method); // System.Int32 UnityEngine.InputSystem.InputActionState/BindingState::get_controlCount() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t BindingState_get_controlCount_m319FE9F9ECBA328D7DF2B1837901022AD77FA2C8_inline (BindingState_t568A45761EFD086FB6772BD7B933703E3ABFBF26 * __this, const RuntimeMethod* method); // System.Int32 UnityEngine.InputSystem.InputActionState/BindingState::get_controlStartIndex() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t BindingState_get_controlStartIndex_m375A0C96296F49CF19639FADF46C20E9D855412E_inline (BindingState_t568A45761EFD086FB6772BD7B933703E3ABFBF26 * __this, const RuntimeMethod* method); // System.Boolean UnityEngine.InputSystem.Controls.ButtonControl::get_isPressed() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ButtonControl_get_isPressed_m3D8464E78302025C3F4F63C2C41B9322AFB268D2 (ButtonControl_t3918D56D674854AF9DFEB8CCF130919AAD9FCA68 * __this, const RuntimeMethod* method); // System.Int32 UnityEngine.InputSystem.InputActionState::get_totalBindingCount() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t InputActionState_get_totalBindingCount_m38ED90DCB9BF2CD434EFEA4F5A62320E26D99BB1 (InputActionState_tBAB20591FD6515A6FF5D70EF641A423E270A33F9 * __this, const RuntimeMethod* method); // System.Boolean UnityEngine.InputSystem.InputActionState/BindingState::get_isPartOfComposite() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BindingState_get_isPartOfComposite_m68AE90C79D3468BA3FB9BDDD98B864642DE09A3F (BindingState_t568A45761EFD086FB6772BD7B933703E3ABFBF26 * __this, const RuntimeMethod* method); // System.Int32 UnityEngine.InputSystem.InputActionState/BindingState::get_compositeOrCompositeBindingIndex() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BindingState_get_compositeOrCompositeBindingIndex_mC6854679BF2606888E4E502D5A6D6417A8113D09 (BindingState_t568A45761EFD086FB6772BD7B933703E3ABFBF26 * __this, const RuntimeMethod* method); // UnityEngine.InputSystem.InputAction UnityEngine.InputSystem.InputActionState::GetActionOrNull(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputAction_t9AC3F79A5911EDC5CEB0BCD81640FDACA8DB0B0B * InputActionState_GetActionOrNull_mFCE04C362C9FAB281A922AAE45F1212A75D0E4EF (InputActionState_tBAB20591FD6515A6FF5D70EF641A423E270A33F9 * __this, int32_t ___bindingIndex0, const RuntimeMethod* method); // System.String UnityEngine.InputSystem.Utilities.TypeHelpers::GetNiceTypeName(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* TypeHelpers_GetNiceTypeName_m1058C0FA8C9E87561CA50228D600EF8964C2545D (Type_t * ___type0, const RuntimeMethod* method); // System.String System.String::Format(System.String,System.Object[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Format_m2CDD2A21AF2BCE3CE07D634645F9A61B4CB7D9B3 (String_t* ___format0, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___args1, const RuntimeMethod* method); // System.Void System.InvalidOperationException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * __this, String_t* ___message0, const RuntimeMethod* method); // System.String UnityEngine.InputSystem.InputControl::get_path() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* InputControl_get_path_m0A0614C2660ED7DB269DEF6F4D8FB28B3AEE4F2D (InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * __this, const RuntimeMethod* method); // TValue UnityEngine.InputSystem.Utilities.InlinedArray`1::get_Item(System.Int32) inline RuntimeObject * InlinedArray_1_get_Item_mE81A76B90647701C2895FA1BB3E8A3147D76BC15 (InlinedArray_1_tB0AAF680EA1CE867851DE37A96313A3779BF0BD2 * __this, int32_t ___index0, const RuntimeMethod* method) { return (( RuntimeObject * (*) (InlinedArray_1_tB0AAF680EA1CE867851DE37A96313A3779BF0BD2 *, int32_t, const RuntimeMethod*))InlinedArray_1_get_Item_mE81A76B90647701C2895FA1BB3E8A3147D76BC15_gshared)(__this, ___index0, method); } // TValue UnityEngine.InputSystem.InputBindingCompositeContext::ReadValue(System.Int32) inline float InputBindingCompositeContext_ReadValue_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_m691701E2427680C0B2808751B95B604E0592D437 (InputBindingCompositeContext_tDEF957C733B71700F6486BD2032AF9D93F286570 * __this, int32_t ___partNumber0, const RuntimeMethod* method) { return (( float (*) (InputBindingCompositeContext_tDEF957C733B71700F6486BD2032AF9D93F286570 *, int32_t, const RuntimeMethod*))InputBindingCompositeContext_ReadValue_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_m691701E2427680C0B2808751B95B604E0592D437_gshared)(__this, ___partNumber0, method); } // System.Boolean UnityEngine.InputSystem.Utilities.NameAndParameters::ParseMultiple(System.String,System.Collections.Generic.List`1&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NameAndParameters_ParseMultiple_mB1E2E94F16991B0EFF6C6B526F56D924584CC50D (String_t* ___text0, List_1_tCBF5EB99F2E538DCB47A8C835DD4B9C024879393 ** ___list1, const RuntimeMethod* method); // !0 System.Collections.Generic.List`1::get_Item(System.Int32) inline NameAndParameters_t028B3A860264D254B13642649D34F0953C3B9DCA List_1_get_Item_m66C540CCB7F6F0D72745E0667F0F6FC0E9B77395_inline (List_1_tCBF5EB99F2E538DCB47A8C835DD4B9C024879393 * __this, int32_t ___index0, const RuntimeMethod* method) { return (( NameAndParameters_t028B3A860264D254B13642649D34F0953C3B9DCA (*) (List_1_tCBF5EB99F2E538DCB47A8C835DD4B9C024879393 *, int32_t, const RuntimeMethod*))List_1_get_Item_m66C540CCB7F6F0D72745E0667F0F6FC0E9B77395_gshared_inline)(__this, ___index0, method); } // System.String UnityEngine.InputSystem.Utilities.NameAndParameters::get_name() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* NameAndParameters_get_name_mC778C657202C56E610BD8717C31C67810B2D819A_inline (NameAndParameters_t028B3A860264D254B13642649D34F0953C3B9DCA * __this, const RuntimeMethod* method); // System.Type UnityEngine.InputSystem.Utilities.TypeTable::LookupTypeRegistration(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * TypeTable_LookupTypeRegistration_mE847426243DD211C994CF5EACC7F05E038D32A13 (TypeTable_t4E41B03F931506BA07A120F6578A8CA47459C64F * __this, String_t* ___name0, const RuntimeMethod* method); // System.Boolean System.Type::op_Equality(System.Type,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Type_op_Equality_m01CE523ADAD8D6348C8247353F7C1E5FA3031732 (Type_t * ___left0, Type_t * ___right1, const RuntimeMethod* method); // System.String System.String::Concat(System.String[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_m27B9C3007C7DABFABCC3726B37A3BE08CB40C417 (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___values0, const RuntimeMethod* method); // System.Void UnityEngine.Debug::LogError(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Debug_LogError_m5952BCE5DC0EF798B31FA983B9CE42A5A1F82DE1 (RuntimeObject * ___message0, const RuntimeMethod* method); // System.Object System.Activator::CreateInstance(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Activator_CreateInstance_m8D0BDBD446BBCB24F702D8678A57E4594919C8BD (Type_t * ___type0, const RuntimeMethod* method); // UnityEngine.InputSystem.Utilities.ReadOnlyArray`1 UnityEngine.InputSystem.Utilities.NameAndParameters::get_parameters() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ReadOnlyArray_1_t644486DA5FB2B247FC64733F192E2894F46CFCF5 NameAndParameters_get_parameters_mBB7FD832AA236B7E31FA895BAD520FF9AD9FD2EC_inline (NameAndParameters_t028B3A860264D254B13642649D34F0953C3B9DCA * __this, const RuntimeMethod* method); // System.Void UnityEngine.InputSystem.InputBindingResolver::ApplyParameters(UnityEngine.InputSystem.Utilities.ReadOnlyArray`1,System.Object,UnityEngine.InputSystem.InputActionMap,UnityEngine.InputSystem.InputBinding&,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputBindingResolver_ApplyParameters_mBFECAFEB2CC074A11109BF06DCAFEAC2D1F79E86 (ReadOnlyArray_1_t644486DA5FB2B247FC64733F192E2894F46CFCF5 ___parameters0, RuntimeObject * ___instance1, InputActionMap_t588F4834F020838C4E8AE148F8A42CC84FA75B44 * ___actionMap2, InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB * ___binding3, String_t* ___objectRegistrationName4, String_t* ___namesAndParameters5, const RuntimeMethod* method); // System.Int32 System.Collections.Generic.List`1::get_Count() inline int32_t List_1_get_Count_mC0C14EF39D49A476EC201EA02BC64DCEDA13F256_inline (List_1_tCBF5EB99F2E538DCB47A8C835DD4B9C024879393 * __this, const RuntimeMethod* method) { return (( int32_t (*) (List_1_tCBF5EB99F2E538DCB47A8C835DD4B9C024879393 *, const RuntimeMethod*))List_1_get_Count_mC0C14EF39D49A476EC201EA02BC64DCEDA13F256_gshared_inline)(__this, method); } // System.Int32 UnityEngine.InputSystem.InputBindingResolver::InstantiateWithParameters(UnityEngine.InputSystem.Utilities.TypeTable,System.String,TType[]&,System.Int32&,UnityEngine.InputSystem.InputActionMap,UnityEngine.InputSystem.InputBinding&) inline int32_t InputBindingResolver_InstantiateWithParameters_TisRuntimeObject_m9C5AF8ACF6515377F9400AE6BC7251721F872976 (InputBindingResolver_t2C6E9248D2A2E93DCD92236A71BF0DDA83778720 * __this, TypeTable_t4E41B03F931506BA07A120F6578A8CA47459C64F ___registrations0, String_t* ___namesAndParameters1, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** ___array2, int32_t* ___count3, InputActionMap_t588F4834F020838C4E8AE148F8A42CC84FA75B44 * ___actionMap4, InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB * ___binding5, const RuntimeMethod* method) { return (( int32_t (*) (InputBindingResolver_t2C6E9248D2A2E93DCD92236A71BF0DDA83778720 *, TypeTable_t4E41B03F931506BA07A120F6578A8CA47459C64F , String_t*, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE**, int32_t*, InputActionMap_t588F4834F020838C4E8AE148F8A42CC84FA75B44 *, InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB *, const RuntimeMethod*))InputBindingResolver_InstantiateWithParameters_TisRuntimeObject_m9C5AF8ACF6515377F9400AE6BC7251721F872976_gshared)(__this, ___registrations0, ___namesAndParameters1, ___array2, ___count3, ___actionMap4, ___binding5, method); } // UnityEngine.InputSystem.InputControl UnityEngine.InputSystem.InputControl::GetChildControl(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * InputControl_GetChildControl_m031F7AB7ADCD6BFDE6C782FB13AAB3195FED0186 (InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * __this, String_t* ___path0, const RuntimeMethod* method); // System.Boolean System.String::IsNullOrEmpty(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_IsNullOrEmpty_m57429705D977ACD5EE7E210A858EED6F348C36B3 (String_t* ___value0, const RuntimeMethod* method); // System.Void System.ArgumentNullException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97 (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * __this, String_t* ___paramName0, const RuntimeMethod* method); // UnityEngine.InputSystem.InputControl UnityEngine.InputSystem.InputControl::TryGetChildControl(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * InputControl_TryGetChildControl_m3010CCBE2C61F13DE36A7BFF449173B8E82CDFCE (InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * __this, String_t* ___path0, const RuntimeMethod* method); // UnityEngine.InputSystem.LowLevel.InputStateBlock UnityEngine.InputSystem.InputControl::get_stateBlock() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B InputControl_get_stateBlock_m0ECA3324A1A42DDE5085EAE0A82D7C0447143252_inline (InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * __this, const RuntimeMethod* method); // UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.LowLevel.InputStateBlock::get_format() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 InputStateBlock_get_format_m99B8AE2CD603AC198E543FA369ACEADB725E2689_inline (InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B * __this, const RuntimeMethod* method); // UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.LowLevel.MouseState::get_format() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 MouseState_get_format_mE2A48E0429F2621D267F2B677733DC29BFA0DBD9 (MouseState_t07F13572113C4A2ACF106F46535849FCCC0582C7 * __this, const RuntimeMethod* method); // System.Boolean UnityEngine.InputSystem.Utilities.FourCC::op_Inequality(UnityEngine.InputSystem.Utilities.FourCC,UnityEngine.InputSystem.Utilities.FourCC) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool FourCC_op_Inequality_m1E781CB491ABFCA16991EF6F695C559068406232 (FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 ___left0, FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 ___right1, const RuntimeMethod* method); // System.Void UnityEngine.InputSystem.InputControlExtensions::CopyState(UnityEngine.InputSystem.InputDevice,System.Void*,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputControlExtensions_CopyState_mA04686E5619A5BF831AE8775455B21A412620A62 (InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * ___device0, void* ___buffer1, int32_t ___bufferSizeInBytes2, const RuntimeMethod* method); // UnityEngine.InputSystem.Utilities.ReadOnlyArray`1 UnityEngine.InputSystem.InputControl::get_children() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ReadOnlyArray_1_t51E12EEA961178973D364D9C1D86150BC4FF6811 InputControl_get_children_mE498FA37DACEC312AA60A7A5A7F6CF146EFC5A9A (InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * __this, const RuntimeMethod* method); // System.Int32 UnityEngine.InputSystem.Utilities.ReadOnlyArray`1::get_Count() inline int32_t ReadOnlyArray_1_get_Count_mC17382AC83BBF147C47E7A21A628F51F082E92DA_inline (ReadOnlyArray_1_t51E12EEA961178973D364D9C1D86150BC4FF6811 * __this, const RuntimeMethod* method) { return (( int32_t (*) (ReadOnlyArray_1_t51E12EEA961178973D364D9C1D86150BC4FF6811 *, const RuntimeMethod*))ReadOnlyArray_1_get_Count_m23B4A29E81D59954DD014F2E62B43150D34C51BD_gshared_inline)(__this, method); } // TValue UnityEngine.InputSystem.Utilities.ReadOnlyArray`1::get_Item(System.Int32) inline InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * ReadOnlyArray_1_get_Item_m8E38E64671229D35FA708BF0B650FE3F846189FC (ReadOnlyArray_1_t51E12EEA961178973D364D9C1D86150BC4FF6811 * __this, int32_t ___index0, const RuntimeMethod* method) { return (( InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * (*) (ReadOnlyArray_1_t51E12EEA961178973D364D9C1D86150BC4FF6811 *, int32_t, const RuntimeMethod*))ReadOnlyArray_1_get_Item_m84136BE8993A7013D4900F0ACF7B4ECAD86456F6_gshared)(__this, ___index0, method); } // UnityEngine.InputSystem.InputControl UnityEngine.InputSystem.InputControl::get_parent() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * InputControl_get_parent_m42B83B56D00F98404A7F785249DC8A0C21E274D1_inline (InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * __this, const RuntimeMethod* method); // System.Void* UnityEngine.InputSystem.InputControlExtensions::GetStatePtrFromStateEvent(UnityEngine.InputSystem.InputControl,UnityEngine.InputSystem.LowLevel.InputEventPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void* InputControlExtensions_GetStatePtrFromStateEvent_mA590EFDBADD6E0C53447F5A57554ADAA1388162A (InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * ___control0, InputEventPtr_t3ECDD4FDE129B0CD8021DF46D8D01D941F4AE5C1 ___eventPtr1, const RuntimeMethod* method); // System.Boolean UnityEngine.InputSystem.LowLevel.InputEventPtr::get_valid() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputEventPtr_get_valid_m89FC8685702EDBBB434A0576EED219CA4BF0630C (InputEventPtr_t3ECDD4FDE129B0CD8021DF46D8D01D941F4AE5C1 * __this, const RuntimeMethod* method); // System.Int32 UnityEngine.InputSystem.Utilities.ArrayHelpers::LengthSafe(TValue[]) inline int32_t ArrayHelpers_LengthSafe_TisInputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1_m6EA4AF13403F60022743B321821E5524D2E3DB3F (InputControlU5BU5D_tB874FECA56E2B08D3280F4174B988EA155E99680* ___array0, const RuntimeMethod* method) { return (( int32_t (*) (InputControlU5BU5D_tB874FECA56E2B08D3280F4174B988EA155E99680*, const RuntimeMethod*))ArrayHelpers_LengthSafe_TisRuntimeObject_mD390DD803E7784F0B6A0F39E3F7584B6D27D2A54_gshared)(___array0, method); } // System.Boolean UnityEngine.InputSystem.InputControlPath::PathComponentCanYieldMultipleMatches(System.String,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputControlPath_PathComponentCanYieldMultipleMatches_mF96E0278535BAA7F4FEFA556978AD89429E45D98 (String_t* ___path0, int32_t ___indexInPath1, const RuntimeMethod* method); // System.Int32 System.String::get_Length() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline (String_t* __this, const RuntimeMethod* method); // System.Boolean UnityEngine.InputSystem.InputControlPath::MatchPathComponent(System.String,System.String,System.Int32&,UnityEngine.InputSystem.InputControlPath/PathComponentType,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputControlPath_MatchPathComponent_mE1EA719F491899CC038A2BC4A6CA8E9132FB4D06 (String_t* ___component0, String_t* ___path1, int32_t* ___indexInPath2, int32_t ___componentType3, int32_t ___startIndexInComponent4, const RuntimeMethod* method); // System.Char System.String::get_Chars(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70 (String_t* __this, int32_t ___index0, const RuntimeMethod* method); // System.Void UnityEngine.InputSystem.InputControlList`1::Add(TControl) inline void InputControlList_1_Add_mC04DAA9904EA48F8773FBAF5EFDBE586536EC969 (InputControlList_1_t9461BFBC9FEFA4CB0C7F0981E4B70C426126D012 * __this, RuntimeObject * ___item0, const RuntimeMethod* method) { (( void (*) (InputControlList_1_t9461BFBC9FEFA4CB0C7F0981E4B70C426126D012 *, RuntimeObject *, const RuntimeMethod*))InputControlList_1_Add_mC04DAA9904EA48F8773FBAF5EFDBE586536EC969_gshared)(__this, ___item0, method); } // System.String UnityEngine.InputSystem.InputControl::get_layout() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* InputControl_get_layout_m6A38EE2D15A5FCFDEE94B4056DD1565E17378454 (InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * __this, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2::TryGetValue(!0,!1&) inline bool Dictionary_2_TryGetValue_mD3954C657979AD880C781BAC9CFBD461A9FF7A75 (Dictionary_2_tD3132CDE19A98160EC17AE2285A89480809DD540 * __this, InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED ___key0, InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED * ___value1, const RuntimeMethod* method) { return (( bool (*) (Dictionary_2_tD3132CDE19A98160EC17AE2285A89480809DD540 *, InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED , InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED *, const RuntimeMethod*))Dictionary_2_TryGetValue_mD3954C657979AD880C781BAC9CFBD461A9FF7A75_gshared)(__this, ___key0, ___value1, method); } // UnityEngine.InputSystem.Utilities.ReadOnlyArray`1 UnityEngine.InputSystem.InputControl::get_usages() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ReadOnlyArray_1_t606E37DB0F1B75FCB4C4A029A0F6C2B4AE7DED75 InputControl_get_usages_m81E30400E8947C9B5EC6A9B4892BFA8C712B11FE (InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * __this, const RuntimeMethod* method); // TValue UnityEngine.InputSystem.Utilities.ReadOnlyArray`1::get_Item(System.Int32) inline InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED ReadOnlyArray_1_get_Item_mA008A6D96358A9EE19CCCE5C476367DDC58F0E51 (ReadOnlyArray_1_t606E37DB0F1B75FCB4C4A029A0F6C2B4AE7DED75 * __this, int32_t ___index0, const RuntimeMethod* method) { return (( InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED (*) (ReadOnlyArray_1_t606E37DB0F1B75FCB4C4A029A0F6C2B4AE7DED75 *, int32_t, const RuntimeMethod*))ReadOnlyArray_1_get_Item_mA008A6D96358A9EE19CCCE5C476367DDC58F0E51_gshared)(__this, ___index0, method); } // System.Int32 UnityEngine.InputSystem.Utilities.ReadOnlyArray`1::get_Count() inline int32_t ReadOnlyArray_1_get_Count_mB7032E0F55BC9BAC395949F252CE4E2B00451700_inline (ReadOnlyArray_1_t606E37DB0F1B75FCB4C4A029A0F6C2B4AE7DED75 * __this, const RuntimeMethod* method) { return (( int32_t (*) (ReadOnlyArray_1_t606E37DB0F1B75FCB4C4A029A0F6C2B4AE7DED75 *, const RuntimeMethod*))ReadOnlyArray_1_get_Count_mB7032E0F55BC9BAC395949F252CE4E2B00451700_gshared_inline)(__this, method); } // System.String UnityEngine.InputSystem.InputControl::get_displayName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* InputControl_get_displayName_mDAE622C878518A46DDE452D0782BEF7D0CB98EA9 (InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * __this, const RuntimeMethod* method); // System.String UnityEngine.InputSystem.InputControl::get_name() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* InputControl_get_name_mE259B1306F7E4F865D127B30939A70E9492EAFB2 (InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * __this, const RuntimeMethod* method); // UnityEngine.InputSystem.Utilities.ReadOnlyArray`1 UnityEngine.InputSystem.InputControl::get_aliases() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ReadOnlyArray_1_t606E37DB0F1B75FCB4C4A029A0F6C2B4AE7DED75 InputControl_get_aliases_m810333CC1D83E25C2C6B3CB56A02DA9E2F3DC138 (InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * __this, const RuntimeMethod* method); // UnityEngine.InputSystem.InputDevice UnityEngine.InputSystem.InputControl::get_device() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * InputControl_get_device_m7B8D4A5F3C7C11E4FE7239692961C434C7CCF9E1_inline (InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * __this, const RuntimeMethod* method); // System.Void System.NotImplementedException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotImplementedException__ctor_m8A9AA4499614A5BC57DD21713D0720630C130AEB (NotImplementedException_t26260C4EE0444C5FA022994203060B3A42A3ADE6 * __this, String_t* ___message0, const RuntimeMethod* method); // System.Int32 UnityEngine.InputSystem.InputControlList`1::get_Count() inline int32_t InputControlList_1_get_Count_m3A53928325928FDE07C66B17DC6233F5546DE53A_inline (InputControlList_1_t9461BFBC9FEFA4CB0C7F0981E4B70C426126D012 * __this, const RuntimeMethod* method) { return (( int32_t (*) (InputControlList_1_t9461BFBC9FEFA4CB0C7F0981E4B70C426126D012 *, const RuntimeMethod*))InputControlList_1_get_Count_m3A53928325928FDE07C66B17DC6233F5546DE53A_gshared_inline)(__this, method); } // System.Void UnityEngine.InputSystem.Utilities.OneOrMore`2>::.ctor(TValue) inline void OneOrMore_2__ctor_m7546BF3DF454F1617AB0A7F544ED7152CC381262 (OneOrMore_2_t4838D6D08E150400A8A0DEBE3DB555F0307E5E76 * __this, InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * ___single0, const RuntimeMethod* method) { (( void (*) (OneOrMore_2_t4838D6D08E150400A8A0DEBE3DB555F0307E5E76 *, InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 *, const RuntimeMethod*))OneOrMore_2__ctor_mB3C9EA5BC94947062869BE868BDAB0F51668E831_gshared)(__this, ___single0, method); } // System.Void UnityEngine.InputSystem.InputControlScheme/MatchResult::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MatchResult_Dispose_m21D8491D3BB9029B6389376DD95FC209663BE02E (MatchResult_tB87B08CF46A07B0916A575EBC373FC406131649E * __this, const RuntimeMethod* method); // System.Void System.Nullable`1::.ctor(!0) inline void Nullable_1__ctor_m9800F3995A74C723B9FC813AF01F81BCE1416699 (Nullable_1_t7E8D134849FD70B33AA436F1A224083C40D24ADA * __this, InputControlScheme_t65ED7D84CDC45F04A6417FABA3F8585FC545C340 ___value0, const RuntimeMethod* method) { (( void (*) (Nullable_1_t7E8D134849FD70B33AA436F1A224083C40D24ADA *, InputControlScheme_t65ED7D84CDC45F04A6417FABA3F8585FC545C340 , const RuntimeMethod*))Nullable_1__ctor_m9800F3995A74C723B9FC813AF01F81BCE1416699_gshared)(__this, ___value0, method); } // UnityEngine.InputSystem.InputControlScheme/MatchResult UnityEngine.InputSystem.InputControlScheme::PickDevicesFrom>(TDevices,UnityEngine.InputSystem.InputDevice) inline MatchResult_tB87B08CF46A07B0916A575EBC373FC406131649E InputControlScheme_PickDevicesFrom_TisInputControlList_1_t9461BFBC9FEFA4CB0C7F0981E4B70C426126D012_mC61F7DB8197A98D998F4200DFA73376946AA6A81 (InputControlScheme_t65ED7D84CDC45F04A6417FABA3F8585FC545C340 * __this, InputControlList_1_t9461BFBC9FEFA4CB0C7F0981E4B70C426126D012 ___devices0, InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * ___favorDevice1, const RuntimeMethod* method) { return (( MatchResult_tB87B08CF46A07B0916A575EBC373FC406131649E (*) (InputControlScheme_t65ED7D84CDC45F04A6417FABA3F8585FC545C340 *, InputControlList_1_t9461BFBC9FEFA4CB0C7F0981E4B70C426126D012 , InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 *, const RuntimeMethod*))InputControlScheme_PickDevicesFrom_TisInputControlList_1_t9461BFBC9FEFA4CB0C7F0981E4B70C426126D012_mC61F7DB8197A98D998F4200DFA73376946AA6A81_gshared)(__this, ___devices0, ___favorDevice1, method); } // System.Boolean UnityEngine.InputSystem.InputControlScheme/MatchResult::get_isSuccessfulMatch() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MatchResult_get_isSuccessfulMatch_m9636B8D59B9916F3EBA63F4A1FFE30F5BA079131 (MatchResult_tB87B08CF46A07B0916A575EBC373FC406131649E * __this, const RuntimeMethod* method); // System.Single UnityEngine.InputSystem.InputControlScheme/MatchResult::get_score() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float MatchResult_get_score_mBB19C99498B499C9D3E04B08ACE85CFD270AFF43_inline (MatchResult_tB87B08CF46A07B0916A575EBC373FC406131649E * __this, const RuntimeMethod* method); // UnityEngine.InputSystem.InputControlList`1 UnityEngine.InputSystem.InputControlScheme/MatchResult::get_devices() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputControlList_1_t9D0926F8AB5859C8767B43B76E6AC3847A5D7D02 MatchResult_get_devices_m9950928CDBAAA321E6E4BF78BE534562213AB66F (MatchResult_tB87B08CF46A07B0916A575EBC373FC406131649E * __this, const RuntimeMethod* method); // System.Boolean UnityEngine.InputSystem.InputControlList`1::Contains(TControl) inline bool InputControlList_1_Contains_m592C795F9237CC3C53F146034F5D5354E47C513A (InputControlList_1_t9D0926F8AB5859C8767B43B76E6AC3847A5D7D02 * __this, InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * ___item0, const RuntimeMethod* method) { return (( bool (*) (InputControlList_1_t9D0926F8AB5859C8767B43B76E6AC3847A5D7D02 *, InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 *, const RuntimeMethod*))InputControlList_1_Contains_m5B44AB5842A36F3233ABE1A186F9318313D6F3BB_gshared)(__this, ___item0, method); } // System.Boolean System.Nullable`1::get_HasValue() inline bool Nullable_1_get_HasValue_mC2DD0FBD580D10D12D4048F022CD70E3B50E27FE_inline (Nullable_1_t750746B7AD7BE05941CB5F8E44595246AEA8F7B2 * __this, const RuntimeMethod* method) { return (( bool (*) (Nullable_1_t750746B7AD7BE05941CB5F8E44595246AEA8F7B2 *, const RuntimeMethod*))Nullable_1_get_HasValue_mC2DD0FBD580D10D12D4048F022CD70E3B50E27FE_gshared_inline)(__this, method); } // !0 System.Nullable`1::get_Value() inline MatchResult_tB87B08CF46A07B0916A575EBC373FC406131649E Nullable_1_get_Value_m9725136E54A232F2B8A5D0D1AD7CA4ADC2874BF3 (Nullable_1_t750746B7AD7BE05941CB5F8E44595246AEA8F7B2 * __this, const RuntimeMethod* method) { return (( MatchResult_tB87B08CF46A07B0916A575EBC373FC406131649E (*) (Nullable_1_t750746B7AD7BE05941CB5F8E44595246AEA8F7B2 *, const RuntimeMethod*))Nullable_1_get_Value_m9725136E54A232F2B8A5D0D1AD7CA4ADC2874BF3_gshared)(__this, method); } // !0 System.Nullable`1::GetValueOrDefault() inline MatchResult_tB87B08CF46A07B0916A575EBC373FC406131649E Nullable_1_GetValueOrDefault_m8FC36060759BD681B6AA552F571A4355A6E3DA75_inline (Nullable_1_t750746B7AD7BE05941CB5F8E44595246AEA8F7B2 * __this, const RuntimeMethod* method) { return (( MatchResult_tB87B08CF46A07B0916A575EBC373FC406131649E (*) (Nullable_1_t750746B7AD7BE05941CB5F8E44595246AEA8F7B2 *, const RuntimeMethod*))Nullable_1_GetValueOrDefault_m8FC36060759BD681B6AA552F571A4355A6E3DA75_gshared_inline)(__this, method); } // System.Void System.Nullable`1::.ctor(!0) inline void Nullable_1__ctor_mD9531D7F265E6E8DAC2061FA2CEA565442F8AB3F (Nullable_1_t750746B7AD7BE05941CB5F8E44595246AEA8F7B2 * __this, MatchResult_tB87B08CF46A07B0916A575EBC373FC406131649E ___value0, const RuntimeMethod* method) { (( void (*) (Nullable_1_t750746B7AD7BE05941CB5F8E44595246AEA8F7B2 *, MatchResult_tB87B08CF46A07B0916A575EBC373FC406131649E , const RuntimeMethod*))Nullable_1__ctor_mD9531D7F265E6E8DAC2061FA2CEA565442F8AB3F_gshared)(__this, ___value0, method); } // !0 System.Nullable`1::GetValueOrDefault() inline InputControlScheme_t65ED7D84CDC45F04A6417FABA3F8585FC545C340 Nullable_1_GetValueOrDefault_m89C358E3BB7B579C085F9324420B1BE83B7961FE_inline (Nullable_1_t7E8D134849FD70B33AA436F1A224083C40D24ADA * __this, const RuntimeMethod* method) { return (( InputControlScheme_t65ED7D84CDC45F04A6417FABA3F8585FC545C340 (*) (Nullable_1_t7E8D134849FD70B33AA436F1A224083C40D24ADA *, const RuntimeMethod*))Nullable_1_GetValueOrDefault_m89C358E3BB7B579C085F9324420B1BE83B7961FE_gshared_inline)(__this, method); } // UnityEngine.InputSystem.InputControlScheme/MatchResult UnityEngine.InputSystem.InputControlScheme::PickDevicesFrom>>(TDevices,UnityEngine.InputSystem.InputDevice) inline MatchResult_tB87B08CF46A07B0916A575EBC373FC406131649E InputControlScheme_PickDevicesFrom_TisOneOrMore_2_t0194C2641074B9D4264D2C1267C176D9C98E4B79_m1AB484869737CBF94AA3DDD585B84931417EEA23 (InputControlScheme_t65ED7D84CDC45F04A6417FABA3F8585FC545C340 * __this, OneOrMore_2_t0194C2641074B9D4264D2C1267C176D9C98E4B79 ___devices0, InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * ___favorDevice1, const RuntimeMethod* method) { return (( MatchResult_tB87B08CF46A07B0916A575EBC373FC406131649E (*) (InputControlScheme_t65ED7D84CDC45F04A6417FABA3F8585FC545C340 *, OneOrMore_2_t0194C2641074B9D4264D2C1267C176D9C98E4B79 , InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 *, const RuntimeMethod*))InputControlScheme_PickDevicesFrom_TisOneOrMore_2_t0194C2641074B9D4264D2C1267C176D9C98E4B79_m1AB484869737CBF94AA3DDD585B84931417EEA23_gshared)(__this, ___devices0, ___favorDevice1, method); } // UnityEngine.InputSystem.InputControlScheme/MatchResult UnityEngine.InputSystem.InputControlScheme::PickDevicesFrom>(TDevices,UnityEngine.InputSystem.InputDevice) inline MatchResult_tB87B08CF46A07B0916A575EBC373FC406131649E InputControlScheme_PickDevicesFrom_TisReadOnlyArray_1_t9584B0851320AB0F5BC8FF261C123F5994A081B7_m177D987945F98176EF70ABB45217EA49E32340E9 (InputControlScheme_t65ED7D84CDC45F04A6417FABA3F8585FC545C340 * __this, ReadOnlyArray_1_t9584B0851320AB0F5BC8FF261C123F5994A081B7 ___devices0, InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * ___favorDevice1, const RuntimeMethod* method) { return (( MatchResult_tB87B08CF46A07B0916A575EBC373FC406131649E (*) (InputControlScheme_t65ED7D84CDC45F04A6417FABA3F8585FC545C340 *, ReadOnlyArray_1_t9584B0851320AB0F5BC8FF261C123F5994A081B7 , InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 *, const RuntimeMethod*))InputControlScheme_PickDevicesFrom_TisReadOnlyArray_1_t9584B0851320AB0F5BC8FF261C123F5994A081B7_m177D987945F98176EF70ABB45217EA49E32340E9_gshared)(__this, ___devices0, ___favorDevice1, method); } // UnityEngine.InputSystem.InputControlScheme/MatchResult UnityEngine.InputSystem.InputControlScheme::PickDevicesFrom(TDevices,UnityEngine.InputSystem.InputDevice) inline MatchResult_tB87B08CF46A07B0916A575EBC373FC406131649E InputControlScheme_PickDevicesFrom_TisRuntimeObject_m89EFE1FEDDF16548D6068271DD448C3729CE08B5 (InputControlScheme_t65ED7D84CDC45F04A6417FABA3F8585FC545C340 * __this, RuntimeObject * ___devices0, InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * ___favorDevice1, const RuntimeMethod* method) { return (( MatchResult_tB87B08CF46A07B0916A575EBC373FC406131649E (*) (InputControlScheme_t65ED7D84CDC45F04A6417FABA3F8585FC545C340 *, RuntimeObject *, InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 *, const RuntimeMethod*))InputControlScheme_PickDevicesFrom_TisRuntimeObject_m89EFE1FEDDF16548D6068271DD448C3729CE08B5_gshared)(__this, ___devices0, ___favorDevice1, method); } // System.Void UnityEngine.InputSystem.InputControlList`1::.ctor(Unity.Collections.Allocator,System.Int32) inline void InputControlList_1__ctor_mAC0AA7B84B676FBB1F4430B8BD38F01A50A78C16 (InputControlList_1_tCCB2EBF6FDF573DC316CABD9A44894F5CCEEAE4A * __this, int32_t ___allocator0, int32_t ___initialCapacity1, const RuntimeMethod* method) { (( void (*) (InputControlList_1_tCCB2EBF6FDF573DC316CABD9A44894F5CCEEAE4A *, int32_t, int32_t, const RuntimeMethod*))InputControlList_1__ctor_mEBAFB49402255C55D74AF1914F7B0FCD1750FA24_gshared)(__this, ___allocator0, ___initialCapacity1, method); } // System.Boolean UnityEngine.InputSystem.InputControlScheme/DeviceRequirement::get_isOR() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DeviceRequirement_get_isOR_mC576E1CCD4272F37A3437F6509733061310D19EA (DeviceRequirement_tAB27570ED81D24759C54FDE48B6DD74FF51649C9 * __this, const RuntimeMethod* method); // System.Boolean UnityEngine.InputSystem.InputControlScheme/DeviceRequirement::get_isOptional() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DeviceRequirement_get_isOptional_m7602A20A72D48CD59BFF5F0294F0628A46529221 (DeviceRequirement_tAB27570ED81D24759C54FDE48B6DD74FF51649C9 * __this, const RuntimeMethod* method); // System.Void UnityEngine.InputSystem.InputControlList`1::Add(TControl) inline void InputControlList_1_Add_mB76B1364FAD78FA46FB1661193347312D26C21A5 (InputControlList_1_tCCB2EBF6FDF573DC316CABD9A44894F5CCEEAE4A * __this, InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * ___item0, const RuntimeMethod* method) { (( void (*) (InputControlList_1_tCCB2EBF6FDF573DC316CABD9A44894F5CCEEAE4A *, InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 *, const RuntimeMethod*))InputControlList_1_Add_mC04DAA9904EA48F8773FBAF5EFDBE586536EC969_gshared)(__this, ___item0, method); } // System.String UnityEngine.InputSystem.InputControlScheme/DeviceRequirement::get_controlPath() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* DeviceRequirement_get_controlPath_m0D13B49CD786FC480A8EAE207A67108AF0B946BC_inline (DeviceRequirement_tAB27570ED81D24759C54FDE48B6DD74FF51649C9 * __this, const RuntimeMethod* method); // UnityEngine.InputSystem.InputControl UnityEngine.InputSystem.InputControlPath::TryFindControl(UnityEngine.InputSystem.InputControl,System.String,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * InputControlPath_TryFindControl_mC3F1B49B83564A87DA9244867994AE25F169068F (InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * ___control0, String_t* ___path1, int32_t ___indexInPath2, const RuntimeMethod* method); // System.Boolean UnityEngine.InputSystem.InputControlList`1::Contains(TControl) inline bool InputControlList_1_Contains_m59F78D2425C439F62BE714C924B527AD555C6E6F (InputControlList_1_tCCB2EBF6FDF573DC316CABD9A44894F5CCEEAE4A * __this, InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * ___item0, const RuntimeMethod* method) { return (( bool (*) (InputControlList_1_tCCB2EBF6FDF573DC316CABD9A44894F5CCEEAE4A *, InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 *, const RuntimeMethod*))InputControlList_1_Contains_m5B44AB5842A36F3233ABE1A186F9318313D6F3BB_gshared)(__this, ___item0, method); } // System.String UnityEngine.InputSystem.InputControlPath::TryGetDeviceLayout(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* InputControlPath_TryGetDeviceLayout_m47A9B8E4FB014562E0C8355D644AF91EF5D155DB (String_t* ___path0, const RuntimeMethod* method); // System.Void UnityEngine.InputSystem.Utilities.InternedString::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InternedString__ctor_mE81A2A4EA05081A96717682ACF38746482E3CF62 (InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED * __this, String_t* ___text0, const RuntimeMethod* method); // System.Boolean UnityEngine.InputSystem.Utilities.InternedString::IsEmpty() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InternedString_IsEmpty_mDC1F123EBDF899AB57EDDCFFC3F67DA84A2CC2AD (InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED * __this, 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_mCEB7893ADA9EAED24942C98007AE5983925A591A (Collection_tE4D2860D7319AE2B62163AFBA0A549B87DB0B97F * __this, InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED ___firstLayout0, InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED ___secondLayout1, int32_t* ___distance2, const RuntimeMethod* method); // System.Void UnityEngine.InputSystem.InputControlList`1::Dispose() inline void InputControlList_1_Dispose_m13F190C1CFED453687912164416417F3264EC6A1 (InputControlList_1_tCCB2EBF6FDF573DC316CABD9A44894F5CCEEAE4A * __this, const RuntimeMethod* method) { (( void (*) (InputControlList_1_tCCB2EBF6FDF573DC316CABD9A44894F5CCEEAE4A *, const RuntimeMethod*))InputControlList_1_Dispose_mFBB4E01F4CB211BC12F895CF49F2564AD13BED6E_gshared)(__this, method); } // UnityEngine.InputSystem.Utilities.InternedString UnityEngine.InputSystem.Layouts.InputControlLayout/Collection::TryFindLayoutForType(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED Collection_TryFindLayoutForType_mC84D3FC044E2F243F888F3335424CCCA07072AC9 (Collection_tE4D2860D7319AE2B62163AFBA0A549B87DB0B97F * __this, Type_t * ___layoutType0, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2::TryGetValue(!0,!1&) inline bool Dictionary_2_TryGetValue_mDB7CD1E74B8550DB2822D132038A45D5D8C93374 (Dictionary_2_tBF35F5A68A67D19B3685A61CE0EECA8A7DD19DFE * __this, InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED ___key0, PrecompiledLayout_t87B15ED374C6DA9C0C0D9333A1BDAC4F40E548CB * ___value1, const RuntimeMethod* method) { return (( bool (*) (Dictionary_2_tBF35F5A68A67D19B3685A61CE0EECA8A7DD19DFE *, InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED , PrecompiledLayout_t87B15ED374C6DA9C0C0D9333A1BDAC4F40E548CB *, const RuntimeMethod*))Dictionary_2_TryGetValue_mDB7CD1E74B8550DB2822D132038A45D5D8C93374_gshared)(__this, ___key0, ___value1, method); } // !0 System.Func`1::Invoke() inline InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * Func_1_Invoke_m7CDD82E57E15E481E31C12AB37857DD61B451129 (Func_1_t76DECFBA7E8607FAED0307739AF623E13E9A32D8 * __this, const RuntimeMethod* method) { return (( InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * (*) (Func_1_t76DECFBA7E8607FAED0307739AF623E13E9A32D8 *, const RuntimeMethod*))Func_1_Invoke_m4DB932CB3E45300394D6087DBF4C3D620606F726_gshared)(__this, method); } // UnityEngine.InputSystem.Layouts.InputDeviceBuilder/RefInstance UnityEngine.InputSystem.Layouts.InputDeviceBuilder::Ref() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RefInstance_t644EB29D353013AE02C53F47A026FFEEBA232E6F InputDeviceBuilder_Ref_m922869C2A486DD2106ACAED966AC768B0B8DE837 (const RuntimeMethod* method); // UnityEngine.InputSystem.Layouts.InputDeviceBuilder& UnityEngine.InputSystem.Layouts.InputDeviceBuilder::get_instance() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputDeviceBuilder_t95B7A3032EDD618F2521B259875D46CFA5A27051 * InputDeviceBuilder_get_instance_m885FD0284C96CAA0EC3BBC7D11596583891133CE (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_mD2874DFA2F41DAA1A570EFD90B1D6511BAB3C64A (InputDeviceBuilder_t95B7A3032EDD618F2521B259875D46CFA5A27051 * __this, InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED ___layout0, InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED ___variants1, InputDeviceDescription_tBE78411023CFED0A42110A1357D65BD6E5EDBB58 ___deviceDescription2, const RuntimeMethod* method); // UnityEngine.InputSystem.InputDevice UnityEngine.InputSystem.Layouts.InputDeviceBuilder::Finish() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * InputDeviceBuilder_Finish_mC145BF9C06DDC23C09BE8658370468F209AEDFCC (InputDeviceBuilder_t95B7A3032EDD618F2521B259875D46CFA5A27051 * __this, const RuntimeMethod* method); // System.Void UnityEngine.InputSystem.Layouts.InputDeviceBuilder/RefInstance::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RefInstance_Dispose_m78EC838639BF9D789D41763BE97E01B2AE557A4F (RefInstance_t644EB29D353013AE02C53F47A026FFEEBA232E6F * __this, const RuntimeMethod* method); // System.Void UnityEngine.InputSystem.Utilities.CallbackArray`1::LockForChanges() inline void CallbackArray_1_LockForChanges_m4A298C04AAFA6DE526AF1ABC1B5D97F508A037DB (CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 * __this, const RuntimeMethod* method) { (( void (*) (CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 *, const RuntimeMethod*))CallbackArray_1_LockForChanges_m16A98AA041A3624729077E7278CC38431B36AA99_gshared)(__this, method); } // TDelegate UnityEngine.InputSystem.Utilities.CallbackArray`1::get_Item(System.Int32) inline InputDeviceCommandDelegate_t967EA90378916CA01FF68A0403468313659A1718 * CallbackArray_1_get_Item_mBE3B0F1BEB4FA46BA6EE7794FB55EB9489AE9D2E (CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 * __this, int32_t ___index0, const RuntimeMethod* method) { return (( InputDeviceCommandDelegate_t967EA90378916CA01FF68A0403468313659A1718 * (*) (CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 *, int32_t, const RuntimeMethod*))CallbackArray_1_get_Item_m0C00A737D031A7D2E14B666DE1339E0482D2F4E0_gshared)(__this, ___index0, method); } // System.Nullable`1 UnityEngine.InputSystem.LowLevel.InputDeviceCommandDelegate::Invoke(UnityEngine.InputSystem.InputDevice,UnityEngine.InputSystem.LowLevel.InputDeviceCommand*) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Nullable_1_t340361C8134256120F5769AC5A3F743DB6C11D1F InputDeviceCommandDelegate_Invoke_mC1F08D33A1E901A2F666170842BD24D602EBE661 (InputDeviceCommandDelegate_t967EA90378916CA01FF68A0403468313659A1718 * __this, InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * ___device0, InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 * ___command1, const RuntimeMethod* method); // System.Boolean System.Nullable`1::get_HasValue() inline bool Nullable_1_get_HasValue_m571187F546F4230B8576F169789831BFBA99B93F_inline (Nullable_1_t340361C8134256120F5769AC5A3F743DB6C11D1F * __this, const RuntimeMethod* method) { return (( bool (*) (Nullable_1_t340361C8134256120F5769AC5A3F743DB6C11D1F *, const RuntimeMethod*))Nullable_1_get_HasValue_m571187F546F4230B8576F169789831BFBA99B93F_gshared_inline)(__this, method); } // !0 System.Nullable`1::get_Value() inline int64_t Nullable_1_get_Value_m50AA4ABD548771EE5E0C30724C9847B16C44F3DA (Nullable_1_t340361C8134256120F5769AC5A3F743DB6C11D1F * __this, const RuntimeMethod* method) { return (( int64_t (*) (Nullable_1_t340361C8134256120F5769AC5A3F743DB6C11D1F *, const RuntimeMethod*))Nullable_1_get_Value_m50AA4ABD548771EE5E0C30724C9847B16C44F3DA_gshared)(__this, method); } // System.Type System.Exception::GetType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * Exception_GetType_mC5B8B5C944B326B751282AB0E8C25A7F85457D9F (Exception_t * __this, const RuntimeMethod* method); // System.String System.String::Concat(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_m10758B01687A2181C8727AD9FD9CCF5325C61C2A (String_t* ___str00, String_t* ___str11, const RuntimeMethod* method); // System.Int32 UnityEngine.InputSystem.Utilities.CallbackArray`1::get_length() inline int32_t CallbackArray_1_get_length_m964A1028AF4FB24BF73CB0F9B62D822A1086B128 (CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 * __this, const RuntimeMethod* method) { return (( int32_t (*) (CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 *, const RuntimeMethod*))CallbackArray_1_get_length_mF3713D9A736D916981802210CF20A583258E1B08_gshared)(__this, method); } // System.Void UnityEngine.InputSystem.Utilities.CallbackArray`1::UnlockForChanges() inline void CallbackArray_1_UnlockForChanges_m325FA0DE38513AADCC538A5BE4424C2A2325B6DC (CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 * __this, const RuntimeMethod* method) { (( void (*) (CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 *, const RuntimeMethod*))CallbackArray_1_UnlockForChanges_m6CC0EF37F717E02D62818FDDB088C47B4085E90B_gshared)(__this, method); } // System.Boolean UnityEngine.XR.InputDevice::IsValidId() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputDevice_IsValidId_mA4DA4E9823C089329BD48D79936D70499EDF8B1F (InputDevice_t69B790C68145C769BA3819DE33AA94155C77207E * __this, const RuntimeMethod* method); // System.Boolean UnityEngine.XR.InputDevice::CheckValidAndSetDefault(T&) inline bool InputDevice_CheckValidAndSetDefault_TisBoolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_mF81ACFBF626DAB523DDBAA1600546892AA684013 (InputDevice_t69B790C68145C769BA3819DE33AA94155C77207E * __this, bool* ___value0, const RuntimeMethod* method) { return (( bool (*) (InputDevice_t69B790C68145C769BA3819DE33AA94155C77207E *, bool*, const RuntimeMethod*))InputDevice_CheckValidAndSetDefault_TisBoolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_mF81ACFBF626DAB523DDBAA1600546892AA684013_gshared)(__this, ___value0, method); } // System.Boolean UnityEngine.XR.InputDevice::CheckValidAndSetDefault(T&) inline bool InputDevice_CheckValidAndSetDefault_TisHapticCapabilities_t5F9251128925902FD152B6653ECF56816B41277D_m5E77B26FC38C56D849CE14EBEDDD2906BE83511A (InputDevice_t69B790C68145C769BA3819DE33AA94155C77207E * __this, HapticCapabilities_t5F9251128925902FD152B6653ECF56816B41277D * ___value0, const RuntimeMethod* method) { return (( bool (*) (InputDevice_t69B790C68145C769BA3819DE33AA94155C77207E *, HapticCapabilities_t5F9251128925902FD152B6653ECF56816B41277D *, const RuntimeMethod*))InputDevice_CheckValidAndSetDefault_TisHapticCapabilities_t5F9251128925902FD152B6653ECF56816B41277D_m5E77B26FC38C56D849CE14EBEDDD2906BE83511A_gshared)(__this, ___value0, method); } // System.Boolean UnityEngine.XR.InputDevice::CheckValidAndSetDefault(T&) inline bool InputDevice_CheckValidAndSetDefault_TisRuntimeObject_mB1DC4F44C93991E507914DA668A104D0CD5D8982 (InputDevice_t69B790C68145C769BA3819DE33AA94155C77207E * __this, RuntimeObject ** ___value0, const RuntimeMethod* method) { return (( bool (*) (InputDevice_t69B790C68145C769BA3819DE33AA94155C77207E *, RuntimeObject **, const RuntimeMethod*))InputDevice_CheckValidAndSetDefault_TisRuntimeObject_mB1DC4F44C93991E507914DA668A104D0CD5D8982_gshared)(__this, ___value0, method); } // System.Boolean UnityEngine.XR.InputDevice::CheckValidAndSetDefault(T&) inline bool InputDevice_CheckValidAndSetDefault_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_m4D94D31E9E50C44EDE9D0F940CBA6D8F0B6FAC3D (InputDevice_t69B790C68145C769BA3819DE33AA94155C77207E * __this, float* ___value0, const RuntimeMethod* method) { return (( bool (*) (InputDevice_t69B790C68145C769BA3819DE33AA94155C77207E *, float*, const RuntimeMethod*))InputDevice_CheckValidAndSetDefault_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_m4D94D31E9E50C44EDE9D0F940CBA6D8F0B6FAC3D_gshared)(__this, ___value0, method); } // System.Boolean UnityEngine.XR.InputDevice::CheckValidAndSetDefault(T&) inline bool InputDevice_CheckValidAndSetDefault_TisVector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9_m96137C0805A9D56E56BAB8BE30FE94806EB83AB6 (InputDevice_t69B790C68145C769BA3819DE33AA94155C77207E * __this, Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * ___value0, const RuntimeMethod* method) { return (( bool (*) (InputDevice_t69B790C68145C769BA3819DE33AA94155C77207E *, Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 *, const RuntimeMethod*))InputDevice_CheckValidAndSetDefault_TisVector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9_m96137C0805A9D56E56BAB8BE30FE94806EB83AB6_gshared)(__this, ___value0, method); } // System.Boolean UnityEngine.XR.InputDevice::CheckValidAndSetDefault(T&) inline bool InputDevice_CheckValidAndSetDefault_TisVector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_m736968F2A46FD02F3CF1C5542C3C8CB343196F3F (InputDevice_t69B790C68145C769BA3819DE33AA94155C77207E * __this, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * ___value0, const RuntimeMethod* method) { return (( bool (*) (InputDevice_t69B790C68145C769BA3819DE33AA94155C77207E *, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E *, const RuntimeMethod*))InputDevice_CheckValidAndSetDefault_TisVector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_m736968F2A46FD02F3CF1C5542C3C8CB343196F3F_gshared)(__this, ___value0, 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_tFC41EBE6D273378A154C6DFD759DD75D23C99E57 InputDeviceMatcher_With_mAFC3198DA4804664B1ADCB38065A33CE684DFAEA (InputDeviceMatcher_tFC41EBE6D273378A154C6DFD759DD75D23C99E57 * __this, InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED ___key0, RuntimeObject * ___value1, bool ___supportRegex2, const RuntimeMethod* method); // UnityEngine.InputSystem.Layouts.InputDeviceMatcher UnityEngine.InputSystem.Layouts.InputDeviceMatcher::WithCapability(System.String,TValue) inline InputDeviceMatcher_tFC41EBE6D273378A154C6DFD759DD75D23C99E57 InputDeviceMatcher_WithCapability_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_mDACC1530A083F5B8EADBFE229397FB40C4EBFA52 (InputDeviceMatcher_tFC41EBE6D273378A154C6DFD759DD75D23C99E57 * __this, String_t* ___path0, int32_t ___value1, const RuntimeMethod* method) { return (( InputDeviceMatcher_tFC41EBE6D273378A154C6DFD759DD75D23C99E57 (*) (InputDeviceMatcher_tFC41EBE6D273378A154C6DFD759DD75D23C99E57 *, String_t*, int32_t, const RuntimeMethod*))InputDeviceMatcher_WithCapability_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_mDACC1530A083F5B8EADBFE229397FB40C4EBFA52_gshared)(__this, ___path0, ___value1, method); } // UnityEngine.InputSystem.Layouts.InputDeviceMatcher UnityEngine.InputSystem.Layouts.InputDeviceMatcher::WithCapability(System.String,TValue) inline InputDeviceMatcher_tFC41EBE6D273378A154C6DFD759DD75D23C99E57 InputDeviceMatcher_WithCapability_TisInt32Enum_t9B63F771913F2B6D586F1173B44A41FBE26F6B5C_m29525DC970664FEDCC8E6BAFF63499524F2771F0 (InputDeviceMatcher_tFC41EBE6D273378A154C6DFD759DD75D23C99E57 * __this, String_t* ___path0, int32_t ___value1, const RuntimeMethod* method) { return (( InputDeviceMatcher_tFC41EBE6D273378A154C6DFD759DD75D23C99E57 (*) (InputDeviceMatcher_tFC41EBE6D273378A154C6DFD759DD75D23C99E57 *, String_t*, int32_t, const RuntimeMethod*))InputDeviceMatcher_WithCapability_TisInt32Enum_t9B63F771913F2B6D586F1173B44A41FBE26F6B5C_m29525DC970664FEDCC8E6BAFF63499524F2771F0_gshared)(__this, ___path0, ___value1, method); } // UnityEngine.InputSystem.Layouts.InputDeviceMatcher UnityEngine.InputSystem.Layouts.InputDeviceMatcher::WithCapability(System.String,TValue) inline InputDeviceMatcher_tFC41EBE6D273378A154C6DFD759DD75D23C99E57 InputDeviceMatcher_WithCapability_TisRuntimeObject_mA27733E2333EEEA8070B38DB57C3A9846A503A9F (InputDeviceMatcher_tFC41EBE6D273378A154C6DFD759DD75D23C99E57 * __this, String_t* ___path0, RuntimeObject * ___value1, const RuntimeMethod* method) { return (( InputDeviceMatcher_tFC41EBE6D273378A154C6DFD759DD75D23C99E57 (*) (InputDeviceMatcher_tFC41EBE6D273378A154C6DFD759DD75D23C99E57 *, String_t*, RuntimeObject *, const RuntimeMethod*))InputDeviceMatcher_WithCapability_TisRuntimeObject_mA27733E2333EEEA8070B38DB57C3A9846A503A9F_gshared)(__this, ___path0, ___value1, method); } // UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.LowLevel.InputEvent::get_type() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 InputEvent_get_type_mF27E6FB5A23D3E5AA01386213E9E5248CDC27993 (InputEvent_t0E4B1A66D8B3273D8188F3902F40C5E8BFF6E234 * __this, const RuntimeMethod* method); // UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.LowLevel.ActionEvent::get_typeStatic() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 ActionEvent_get_typeStatic_m7119A1DDE66A1FBB20B40A4195395A0FCD3D3EB1 (ActionEvent_t12598D9456C7953E3247F33C09C879BF879A0E48 * __this, 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_mF8F9867D06AB0FE50CBB895EE0A1F5CEA211CF7C (FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 ___left0, FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 ___right1, const RuntimeMethod* method); // System.Boolean UnityEngine.InputSystem.LowLevel.InputEventPtr::IsA() inline bool InputEventPtr_IsA_TisActionEvent_t12598D9456C7953E3247F33C09C879BF879A0E48_m47905CCCD003437D013D59EBDE90DF7E9A749B30 (InputEventPtr_t3ECDD4FDE129B0CD8021DF46D8D01D941F4AE5C1 * __this, const RuntimeMethod* method) { return (( bool (*) (InputEventPtr_t3ECDD4FDE129B0CD8021DF46D8D01D941F4AE5C1 *, const RuntimeMethod*))InputEventPtr_IsA_TisActionEvent_t12598D9456C7953E3247F33C09C879BF879A0E48_m47905CCCD003437D013D59EBDE90DF7E9A749B30_gshared)(__this, method); } // UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.LowLevel.DeltaStateEvent::get_typeStatic() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 DeltaStateEvent_get_typeStatic_m10E921F056E3F49EEB433438DB9965E21E2D01EA (DeltaStateEvent_t761AB169B0EDF724963621FF2FCEF1860859FCF4 * __this, const RuntimeMethod* method); // System.Boolean UnityEngine.InputSystem.LowLevel.InputEventPtr::IsA() inline bool InputEventPtr_IsA_TisDeltaStateEvent_t761AB169B0EDF724963621FF2FCEF1860859FCF4_m52B5875F2EACBC85E22AF1807227E9A2C83FEC3E (InputEventPtr_t3ECDD4FDE129B0CD8021DF46D8D01D941F4AE5C1 * __this, const RuntimeMethod* method) { return (( bool (*) (InputEventPtr_t3ECDD4FDE129B0CD8021DF46D8D01D941F4AE5C1 *, const RuntimeMethod*))InputEventPtr_IsA_TisDeltaStateEvent_t761AB169B0EDF724963621FF2FCEF1860859FCF4_m52B5875F2EACBC85E22AF1807227E9A2C83FEC3E_gshared)(__this, method); } // UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.LowLevel.StateEvent::get_typeStatic() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 StateEvent_get_typeStatic_m5CFF02170B7B5EDBF3BA4F01EA233DF820F7D2E3 (StateEvent_tD4C2AFF6E8F3807B5AED6C96BFF90092E67BE5C3 * __this, const RuntimeMethod* method); // System.Boolean UnityEngine.InputSystem.LowLevel.InputEventPtr::IsA() inline bool InputEventPtr_IsA_TisStateEvent_tD4C2AFF6E8F3807B5AED6C96BFF90092E67BE5C3_m91EF69757639C51EDFCFAFA88EE04CE0D6C1795E (InputEventPtr_t3ECDD4FDE129B0CD8021DF46D8D01D941F4AE5C1 * __this, const RuntimeMethod* method) { return (( bool (*) (InputEventPtr_t3ECDD4FDE129B0CD8021DF46D8D01D941F4AE5C1 *, const RuntimeMethod*))InputEventPtr_IsA_TisStateEvent_tD4C2AFF6E8F3807B5AED6C96BFF90092E67BE5C3_m91EF69757639C51EDFCFAFA88EE04CE0D6C1795E_gshared)(__this, method); } // UnityEngine.InputSystem.Utilities.FourCC UnityEngine.InputSystem.LowLevel.TextEvent::get_typeStatic() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 TextEvent_get_typeStatic_m319F4BE33DAB9D3245F44431DB120EBBD0524B89 (TextEvent_t2939C7C6CFDD852AEAB3AB23431FB1326E29C011 * __this, const RuntimeMethod* method); // System.Boolean UnityEngine.InputSystem.LowLevel.InputEventPtr::IsA() inline bool InputEventPtr_IsA_TisTextEvent_t2939C7C6CFDD852AEAB3AB23431FB1326E29C011_m0DD3E6B6BE449D7669FFFA8541330CC3B9421E54 (InputEventPtr_t3ECDD4FDE129B0CD8021DF46D8D01D941F4AE5C1 * __this, const RuntimeMethod* method) { return (( bool (*) (InputEventPtr_t3ECDD4FDE129B0CD8021DF46D8D01D941F4AE5C1 *, const RuntimeMethod*))InputEventPtr_IsA_TisTextEvent_t2939C7C6CFDD852AEAB3AB23431FB1326E29C011_m0DD3E6B6BE449D7669FFFA8541330CC3B9421E54_gshared)(__this, method); } // System.Void UnityEngine.InputSystem.InputManager::QueueEvent(UnityEngine.InputSystem.LowLevel.InputEvent*) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputManager_QueueEvent_m28C7A2B99010D148EB518DEDE7821B1B697D0ECD (InputManager_t9E534956EF45276E5D7E75B3EA03BF1AB0EC411F * __this, InputEvent_t0E4B1A66D8B3273D8188F3902F40C5E8BFF6E234 * ___eventPtr0, const RuntimeMethod* method); // UnityEngine.InputSystem.Utilities.InternedString UnityEngine.InputSystem.InputManager::FindOrRegisterDeviceLayoutForType(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED InputManager_FindOrRegisterDeviceLayoutForType_m835054747AC47CD4D0D7EB2410A83F947DD2C4BD (InputManager_t9E534956EF45276E5D7E75B3EA03BF1AB0EC411F * __this, Type_t * ___type0, const RuntimeMethod* method); // System.Void System.Func`1::.ctor(System.Object,System.IntPtr) inline void Func_1__ctor_m97C14882696B3811C86591F93AADF71B2F841C21 (Func_1_t76DECFBA7E8607FAED0307739AF623E13E9A32D8 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { (( void (*) (Func_1_t76DECFBA7E8607FAED0307739AF623E13E9A32D8 *, RuntimeObject *, intptr_t, const RuntimeMethod*))Func_1__ctor_m2A4FE889FB540EA198F7757D17DC2290461E5EE9_gshared)(__this, ___object0, ___method1, method); } // System.Void System.Collections.Generic.Dictionary`2::set_Item(!0,!1) inline void Dictionary_2_set_Item_m9618601605FE2089514B1E9B03414D70822AF044 (Dictionary_2_tBF35F5A68A67D19B3685A61CE0EECA8A7DD19DFE * __this, InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED ___key0, PrecompiledLayout_t87B15ED374C6DA9C0C0D9333A1BDAC4F40E548CB ___value1, const RuntimeMethod* method) { (( void (*) (Dictionary_2_tBF35F5A68A67D19B3685A61CE0EECA8A7DD19DFE *, InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED , PrecompiledLayout_t87B15ED374C6DA9C0C0D9333A1BDAC4F40E548CB , const RuntimeMethod*))Dictionary_2_set_Item_m9618601605FE2089514B1E9B03414D70822AF044_gshared)(__this, ___key0, ___value1, method); } // System.Text.Encoding System.Text.Encoding::get_UTF8() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * Encoding_get_UTF8_mA1F9F8EACB3EEA1583247AA10DCE51C3A0A13469 (const RuntimeMethod* method); // System.String UnityEngine.JsonUtility::ToJson(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* JsonUtility_ToJson_m491DC338B9CEC36588C29B13673484B9B22348A8 (RuntimeObject * ___obj0, const RuntimeMethod* method); // System.UInt32 UnityEngine.InputSystem.LowLevel.InputStateBlock::get_bitOffset() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint32_t InputStateBlock_get_bitOffset_m27E4210E69D0E10CC6FFBFEF43BBF3E7ED8C02FC_inline (InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B * __this, const RuntimeMethod* method); // System.UInt32 UnityEngine.InputSystem.LowLevel.InputStateBlock::get_sizeInBits() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint32_t InputStateBlock_get_sizeInBits_mFA7DECC1FDC31AB8E7E9E773B096FEE1844FE21D_inline (InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B * __this, const RuntimeMethod* method); // System.String System.String::Format(System.String,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Format_m5A16F3ABC59A3E9804E0CB2636849CCD74CEC994 (String_t* ___format0, RuntimeObject * ___arg01, const RuntimeMethod* method); // System.UInt32 UnityEngine.InputSystem.LowLevel.InputStateBlock::get_alignedSizeInBytes() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t InputStateBlock_get_alignedSizeInBytes_m0A9650F80120683F6336427F2A8C9639109738D8 (InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B * __this, const RuntimeMethod* method); // System.Int64 System.Math::Min(System.Int64,System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t Math_Min_mFA3B9B080AA527AF4E529FCB16E8AF0416149151 (int64_t ___val10, int64_t ___val21, const RuntimeMethod* method); // System.UInt32 UnityEngine.InputSystem.LowLevel.InputStateBlock::get_byteOffset() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint32_t InputStateBlock_get_byteOffset_m68EF162227DEB77FFCA5C46605780C3387ADC019_inline (InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B * __this, const RuntimeMethod* method); // UnityEngine.InputSystem.LowLevel.InputUpdateType UnityEngine.InputSystem.InputManager::get_defaultUpdateType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t InputManager_get_defaultUpdateType_m42567EB68373890616C0D95CCE3F40098CE731BE (InputManager_t9E534956EF45276E5D7E75B3EA03BF1AB0EC411F * __this, const RuntimeMethod* method); // System.Double UnityEngine.InputSystem.LowLevel.InputEventPtr::get_internalTime() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double InputEventPtr_get_internalTime_m2EB7E0D18A1C720BCCC17363F5FEA88DD482A067 (InputEventPtr_t3ECDD4FDE129B0CD8021DF46D8D01D941F4AE5C1 * __this, const RuntimeMethod* method); // System.Boolean UnityEngine.InputSystem.InputManager::UpdateState(UnityEngine.InputSystem.InputDevice,UnityEngine.InputSystem.LowLevel.InputUpdateType,System.Void*,System.UInt32,System.UInt32,System.Double,UnityEngine.InputSystem.LowLevel.InputEventPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputManager_UpdateState_mFE9F65AD171FE4A2C9CCFC0138D888AC1BC43021 (InputManager_t9E534956EF45276E5D7E75B3EA03BF1AB0EC411F * __this, InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * ___device0, int32_t ___updateType1, void* ___statePtr2, uint32_t ___stateOffsetInDevice3, uint32_t ___stateSize4, double ___internalTime5, InputEventPtr_t3ECDD4FDE129B0CD8021DF46D8D01D941F4AE5C1 ___eventPtr6, const RuntimeMethod* method); // UnityEngine.InputSystem.Utilities.ReadOnlyArray`1 UnityEngine.InputSystem.LowLevel.InputStateHistory::get_controls() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ReadOnlyArray_1_t51E12EEA961178973D364D9C1D86150BC4FF6811 InputStateHistory_get_controls_mBAA4D172330272DAC1F89355B9AD80FD4C618792 (InputStateHistory_t0869C8331534E5D5C7E2D33FA6EEC05E85C18A31 * __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_mD0D523A440845BA7F58E68187E029DC9AB821CED (String_t* ___format0, RuntimeObject * ___arg01, RuntimeObject * ___arg12, RuntimeObject * ___arg23, const RuntimeMethod* method); // System.Byte* UnityEngine.InputSystem.LowLevel.InputStateHistory/RecordHeader::get_statePtrWithControlIndex() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t* RecordHeader_get_statePtrWithControlIndex_m0C610B5FAF959489E891A9D532F0D8A0868A5CC1 (RecordHeader_tEE435193EE267F203DE3DC347819B8160C35AC69 * __this, const RuntimeMethod* method); // System.Byte* UnityEngine.InputSystem.LowLevel.InputStateHistory/RecordHeader::get_statePtrWithoutControlIndex() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t* RecordHeader_get_statePtrWithoutControlIndex_mA69F04C99CB1646B06946A1EECCB6E1E02341CC8 (RecordHeader_tEE435193EE267F203DE3DC347819B8160C35AC69 * __this, const RuntimeMethod* method); // UnityEngine.InputSystem.InputDevice UnityEngine.InputSystem.InputManager::AddDevice(System.Type,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * InputManager_AddDevice_m8B4E3B162C71C752B257FE4D53A9C265976E5D50 (InputManager_t9E534956EF45276E5D7E75B3EA03BF1AB0EC411F * __this, Type_t * ___type0, String_t* ___name1, const RuntimeMethod* method); // System.Void UnityEngine.InputSystem.InputSystem::RemoveDevice(UnityEngine.InputSystem.InputDevice) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputSystem_RemoveDevice_m7E64698D68091C9271F74E508F6E25A925E8E6C4 (InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * ___device0, const RuntimeMethod* method); // UnityEngine.InputSystem.InputDevice UnityEngine.InputSystem.InputSystem::GetDevice(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * InputSystem_GetDevice_m402ADC9477F1B49993FACC4C62069507B4D86C4B (Type_t * ___type0, const RuntimeMethod* method); // UnityEngine.InputSystem.Utilities.ReadOnlyArray`1 UnityEngine.InputSystem.InputSystem::get_devices() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ReadOnlyArray_1_tACB506541C5CC2CCA16D8065F5F949D9874C78D0 InputSystem_get_devices_mB346D1402C607C5EEF4CBAED94C3DADF52CF3831 (const RuntimeMethod* method); // UnityEngine.InputSystem.Utilities.ReadOnlyArray`1/Enumerator UnityEngine.InputSystem.Utilities.ReadOnlyArray`1::GetEnumerator() inline Enumerator_tD1AA7B3BA0B028284BEC7AB59A86AEA47553FF2C ReadOnlyArray_1_GetEnumerator_m4DB2F36A677C515C0826FECFB55A531029BE8EF3 (ReadOnlyArray_1_tACB506541C5CC2CCA16D8065F5F949D9874C78D0 * __this, const RuntimeMethod* method) { return (( Enumerator_tD1AA7B3BA0B028284BEC7AB59A86AEA47553FF2C (*) (ReadOnlyArray_1_tACB506541C5CC2CCA16D8065F5F949D9874C78D0 *, const RuntimeMethod*))ReadOnlyArray_1_GetEnumerator_m338BC7F27FD251E544AC5E1CF84A7DC8523D8C62_gshared)(__this, method); } // TValue UnityEngine.InputSystem.Utilities.ReadOnlyArray`1/Enumerator::get_Current() inline InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * Enumerator_get_Current_mE0FA132D78425C004BD2F06C3F96F23E84D039A7 (Enumerator_tD1AA7B3BA0B028284BEC7AB59A86AEA47553FF2C * __this, const RuntimeMethod* method) { return (( InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * (*) (Enumerator_tD1AA7B3BA0B028284BEC7AB59A86AEA47553FF2C *, const RuntimeMethod*))Enumerator_get_Current_mBA41AAFC5E468E2099F23B73ECBE687E9840567D_gshared)(__this, method); } // System.Boolean UnityEngine.InputSystem.Utilities.ReadOnlyArrayExtensions::Contains(UnityEngine.InputSystem.Utilities.ReadOnlyArray`1,TValue) inline bool ReadOnlyArrayExtensions_Contains_TisInternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED_m23E2471F1568258A2210D67111E1A3B892C238BF (ReadOnlyArray_1_t606E37DB0F1B75FCB4C4A029A0F6C2B4AE7DED75 ___array0, InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED ___value1, const RuntimeMethod* method) { return (( bool (*) (ReadOnlyArray_1_t606E37DB0F1B75FCB4C4A029A0F6C2B4AE7DED75 , InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED , const RuntimeMethod*))ReadOnlyArrayExtensions_Contains_TisInternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED_m23E2471F1568258A2210D67111E1A3B892C238BF_gshared)(___array0, ___value1, method); } // System.Boolean UnityEngine.InputSystem.Utilities.ReadOnlyArray`1/Enumerator::MoveNext() inline bool Enumerator_MoveNext_m7B98E1E5167F455581477D2C8285D0447A53FCCC (Enumerator_tD1AA7B3BA0B028284BEC7AB59A86AEA47553FF2C * __this, const RuntimeMethod* method) { return (( bool (*) (Enumerator_tD1AA7B3BA0B028284BEC7AB59A86AEA47553FF2C *, const RuntimeMethod*))Enumerator_MoveNext_mB60EE7786DDAB340301E7728C39A4849DB77D41A_gshared)(__this, method); } // UnityEngine.InputSystem.Layouts.InputControlLayout UnityEngine.InputSystem.InputManager::TryLoadControlLayout(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputControlLayout_tE6B3ECA665209114AFF079155BF9F2FA79A03741 * InputManager_TryLoadControlLayout_mD6C96C49C4381A28D51665EDC5C8169633C44B06 (InputManager_t9E534956EF45276E5D7E75B3EA03BF1AB0EC411F * __this, Type_t * ___type0, const RuntimeMethod* method); // System.Void UnityEngine.InputSystem.InputSystem::RegisterBindingComposite(System.Type,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputSystem_RegisterBindingComposite_m1221E2C15EC7BB5C6D9237B5E3EAA950210F9699 (Type_t * ___type0, String_t* ___name1, const RuntimeMethod* method); // System.Void UnityEngine.InputSystem.InputSystem::RegisterInteraction(System.Type,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputSystem_RegisterInteraction_mCC4D9E9A42A0DCCC8F02845788C653FDB642086E (Type_t * ___type0, String_t* ___name1, const RuntimeMethod* method); // System.Void UnityEngine.InputSystem.InputSystem::RegisterLayout(System.Type,System.String,System.Nullable`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputSystem_RegisterLayout_m868BBC1A4F3C95979AA0CFE9D4802FF32ECEE69C (Type_t * ___type0, String_t* ___name1, Nullable_1_tE1D8A3913CBF79878F4DDA0EBFA9459B09EA705E ___matches2, const RuntimeMethod* method); // System.Void UnityEngine.InputSystem.InputManager::RegisterControlLayoutMatcher(System.Type,UnityEngine.InputSystem.Layouts.InputDeviceMatcher) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputManager_RegisterControlLayoutMatcher_m7CAE8078F618B0CEBEECFA0805682648B7D1DB1A (InputManager_t9E534956EF45276E5D7E75B3EA03BF1AB0EC411F * __this, Type_t * ___type0, InputDeviceMatcher_tFC41EBE6D273378A154C6DFD759DD75D23C99E57 ___matcher1, const RuntimeMethod* method); // System.Void UnityEngine.InputSystem.InputSystem::RegisterProcessor(System.Type,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputSystem_RegisterProcessor_m795A2C8CE8CB5E2E752FF249A5DAD164D858FDBF (Type_t * ___type0, String_t* ___name1, const RuntimeMethod* method); // System.Boolean System.Nullable`1::get_HasValue() inline bool Nullable_1_get_HasValue_m212A323120FED35B7CF42FBF68FBA5B46AF10EF2_inline (Nullable_1_tBE54C42B9DF059357A8DE25FA421FAC36D437C87 * __this, const RuntimeMethod* method) { return (( bool (*) (Nullable_1_tBE54C42B9DF059357A8DE25FA421FAC36D437C87 *, const RuntimeMethod*))Nullable_1_get_HasValue_m212A323120FED35B7CF42FBF68FBA5B46AF10EF2_gshared_inline)(__this, method); } // !0 System.Nullable`1::get_Value() inline CallbackContext_t073FE0294FFA91086DA1D1A0C2F33A7F8F9F025D Nullable_1_get_Value_mD3262552991AE896A4C15B716B3F438D5BD48517 (Nullable_1_tBE54C42B9DF059357A8DE25FA421FAC36D437C87 * __this, const RuntimeMethod* method) { return (( CallbackContext_t073FE0294FFA91086DA1D1A0C2F33A7F8F9F025D (*) (Nullable_1_tBE54C42B9DF059357A8DE25FA421FAC36D437C87 *, const RuntimeMethod*))Nullable_1_get_Value_mD3262552991AE896A4C15B716B3F438D5BD48517_gshared)(__this, method); } // TValue UnityEngine.InputSystem.InputAction/CallbackContext::ReadValue() inline float CallbackContext_ReadValue_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_mE234FD7AC6E0663845F6CF6B330212FCE11FB7A0 (CallbackContext_t073FE0294FFA91086DA1D1A0C2F33A7F8F9F025D * __this, const RuntimeMethod* method) { return (( float (*) (CallbackContext_t073FE0294FFA91086DA1D1A0C2F33A7F8F9F025D *, const RuntimeMethod*))CallbackContext_ReadValue_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_mE234FD7AC6E0663845F6CF6B330212FCE11FB7A0_gshared)(__this, method); } // System.Object UnityEngine.JsonUtility::FromJson(System.String,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * JsonUtility_FromJson_m9702DE524E4A879007AAC6F7D9798560628E7D0E (String_t* ___json0, Type_t * ___type1, const RuntimeMethod* method); // System.Boolean System.Boolean::Equals(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Boolean_Equals_mA2FC01AF136159906F30A85C950097BE67C824B8 (bool* __this, RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Void UnityEngine.UI.LayoutGroup::SetDirty() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LayoutGroup_SetDirty_mCD44774BE69A93938EE1622CC13FFC2C16DDB021 (LayoutGroup_t63C978964192B57EFC660D5FDA03DEE89DDC1AE2 * __this, const RuntimeMethod* method); // System.Boolean System.Int32::Equals(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Int32_Equals_m5F032BFC65C340C98050D3DF2D76101914774464 (int32_t* __this, RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Boolean System.Single::Equals(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Single_Equals_m94AA41817D00A9347BD3565F6BB8993361B81EB1 (float* __this, RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Boolean UnityEngine.Vector2::Equals(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Vector2_Equals_m67A842D914AA5A4DCC076E9EA20019925E6A85A0 (Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * __this, RuntimeObject * ___other0, const RuntimeMethod* method); // System.String System.Environment::GetResourceString(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Environment_GetResourceString_m050B47F93963088693F4FCC93D69DB02603A623D (String_t* ___key0, const RuntimeMethod* method); // System.IntPtr System.Runtime.InteropServices.Marshal::GetFunctionPointerForDelegateInternal(System.Delegate) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t Marshal_GetFunctionPointerForDelegateInternal_m13066985FF4237401FF5304CF0E3CEBAB59CE904 (Delegate_t * ___d0, const RuntimeMethod* method); // System.Object System.Runtime.InteropServices.Marshal::PtrToStructure(System.IntPtr,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Marshal_PtrToStructure_mBB4D12265C6D3720CC85C120DB2E2E9351674AD4 (intptr_t ___ptr0, Type_t * ___structureType1, const RuntimeMethod* method); // System.Void System.Runtime.InteropServices.Marshal::PtrToStructure(System.IntPtr,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Marshal_PtrToStructure_mAD8AD7F77459E9BB91F5EF942980B1ADF6E3079B (intptr_t ___ptr0, RuntimeObject * ___structure1, const RuntimeMethod* method); // System.Int32 System.Runtime.InteropServices.Marshal::SizeOf(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Marshal_SizeOf_m8CD931EE1525CF3F1A3628F71285862BC74A4A92 (Type_t * ___t0, const RuntimeMethod* method); // System.Void System.Runtime.InteropServices.Marshal::StructureToPtr(System.Object,System.IntPtr,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Marshal_StructureToPtr_m49B48D001F4AA83C6B2AF0567DBC4AE2F070249C (RuntimeObject * ___structure0, intptr_t ___ptr1, bool ___fDeleteOld2, const RuntimeMethod* method); // System.IntPtr System.Runtime.InteropServices.Marshal::UnsafeAddrOfPinnedArrayElement(System.Array,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t Marshal_UnsafeAddrOfPinnedArrayElement_mB7CC31EEB66B78034EDE89E7D0DFEB9B7693499B (RuntimeArray * ___arr0, int32_t ___index1, const RuntimeMethod* method); // System.Int32 UnityEngine.Mesh::DefaultDimensionForChannel(UnityEngine.Rendering.VertexAttribute) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Mesh_DefaultDimensionForChannel_m4D898E219EBF3E76D6030D7F53782C023C36C12E (int32_t ___channel0, const RuntimeMethod* method); // System.Boolean UnityEngine.Mesh::get_canAccess() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Mesh_get_canAccess_m991B64F0FA651459A7E0DD4526D7EF0384F1792F (Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 * __this, const RuntimeMethod* method); // System.Boolean UnityEngine.Mesh::HasVertexAttribute(UnityEngine.Rendering.VertexAttribute) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Mesh_HasVertexAttribute_m55371DBBBA8C77FBF6404F0D7989C0C7BDE3275C (Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 * __this, int32_t ___attr0, const RuntimeMethod* method); // System.Array UnityEngine.Mesh::GetAllocArrayFromChannelImpl(UnityEngine.Rendering.VertexAttribute,UnityEngine.Rendering.VertexAttributeFormat,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeArray * Mesh_GetAllocArrayFromChannelImpl_m9EC298F950FDC7F699CB02A265AAE1E1E580B541 (Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 * __this, int32_t ___channel0, int32_t ___format1, int32_t ___dim2, const RuntimeMethod* method); // System.Void UnityEngine.Mesh::PrintErrorCantAccessChannel(UnityEngine.Rendering.VertexAttribute) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Mesh_PrintErrorCantAccessChannel_m39BB0FADC48525EAE52AA38AC8D7EE5BA650294C (Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 * __this, int32_t ___ch0, const RuntimeMethod* method); // System.Array UnityEngine.NoAllocHelpers::ExtractArrayFromList(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeArray * NoAllocHelpers_ExtractArrayFromList_mA6F3D31A24E48EE8B18DE804A162ECE0A54356D4 (RuntimeObject * ___list0, const RuntimeMethod* method); // System.Void UnityEngine.Mesh::GetArrayFromChannelImpl(UnityEngine.Rendering.VertexAttribute,UnityEngine.Rendering.VertexAttributeFormat,System.Int32,System.Array) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Mesh_GetArrayFromChannelImpl_m71BD9D5D72762ED7399D5662FE5DA4294102A6DA (Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 * __this, int32_t ___channel0, int32_t ___format1, int32_t ___dim2, RuntimeArray * ___values3, const RuntimeMethod* method); // System.Void System.ArgumentNullException::.ctor(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentNullException__ctor_mAD2F05A24C92A657CBCA8C43A9A373C53739A283 (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * __this, String_t* ___paramName0, String_t* ___message1, const RuntimeMethod* method); // System.Void System.IndexOutOfRangeException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void IndexOutOfRangeException__ctor_mC5747EC0E0F49AAD1AD782ACC7A0CCD80D192FEF (IndexOutOfRangeException_tDC9EF7A0346CE39E54DA1083F07BE6DFC3CE2EDD * __this, String_t* ___message0, const RuntimeMethod* method); // System.Int32 UnityEngine.Mesh::get_vertexCount() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Mesh_get_vertexCount_m1EF3DD16EE298B955311F53EA1CAF05007A7722F (Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 * __this, const RuntimeMethod* method); // UnityEngine.Rendering.VertexAttribute UnityEngine.Mesh::GetUVChannel(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Mesh_GetUVChannel_m2B971C629A02FAB5162BF3CD9242B8A803FB92DA (int32_t ___uvIndex0, const RuntimeMethod* method); // System.Int32 UnityEngine.NoAllocHelpers::SafeLength(System.Array) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NoAllocHelpers_SafeLength_mF624D110EC72B88F79B47A614D8FA877FE55FBE0 (RuntimeArray * ___values0, const RuntimeMethod* method); // System.Void UnityEngine.Mesh::SetSizedArrayForChannel(UnityEngine.Rendering.VertexAttribute,UnityEngine.Rendering.VertexAttributeFormat,System.Int32,System.Array,System.Int32,System.Int32,System.Int32,UnityEngine.Rendering.MeshUpdateFlags) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Mesh_SetSizedArrayForChannel_m4E03A6A18D0C5BB49E89828AE7A0DD34BB20E7CC (Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 * __this, int32_t ___channel0, int32_t ___format1, int32_t ___dim2, RuntimeArray * ___values3, int32_t ___valuesArrayLength4, int32_t ___valuesStart5, int32_t ___valuesCount6, int32_t ___flags7, const RuntimeMethod* method); // System.Boolean UnityEngine.Mesh::CheckCanAccessSubmeshIndices(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Mesh_CheckCanAccessSubmeshIndices_m4C72E5C166B623591E599D0A5E93A7BF44E6DD52 (Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 * __this, int32_t ___submesh0, const RuntimeMethod* method); // System.Void UnityEngine.Mesh::CheckIndicesArrayRange(System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Mesh_CheckIndicesArrayRange_mEB6E1B2EE3E56B1D802F0C7EF2A7A9D15E32F5D6 (Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 * __this, int32_t ___valuesLength0, int32_t ___start1, int32_t ___length2, const RuntimeMethod* method); // System.IntPtr System.IntPtr::op_Explicit(System.Void*) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t IntPtr_op_Explicit_m5FB396AD54202A33190F8A94DF8467DCED010C14 (void* ___value0, const RuntimeMethod* method); // System.Void UnityEngine.Mesh::SetIndicesNativeArrayImpl(System.Int32,UnityEngine.MeshTopology,UnityEngine.Rendering.IndexFormat,System.IntPtr,System.Int32,System.Int32,System.Boolean,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Mesh_SetIndicesNativeArrayImpl_m08041F48F45621E0956FAC6D7DE84B9972C05358 (Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 * __this, int32_t ___submesh0, int32_t ___topology1, int32_t ___indicesFormat2, intptr_t ___indices3, int32_t ___arrayStart4, int32_t ___arraySize5, bool ___calculateBounds6, int32_t ___baseVertex7, const RuntimeMethod* method); // System.String UnityEngine.Object::get_name() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Object_get_name_m0C7BC870ED2F0DC5A2FB09628136CD7D1CB82CFB (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A * __this, const RuntimeMethod* method); // System.Void System.ArgumentOutOfRangeException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentOutOfRangeException__ctor_m329C2882A4CB69F185E98D0DD7E853AA9220960A (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * __this, String_t* ___paramName0, const RuntimeMethod* method); // System.Void UnityEngine.Mesh::InternalSetVertexBufferData(System.Int32,System.IntPtr,System.Int32,System.Int32,System.Int32,System.Int32,UnityEngine.Rendering.MeshUpdateFlags) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Mesh_InternalSetVertexBufferData_m2F63D274488B537F8610DAA69A67B1B5E002FAD2 (Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 * __this, int32_t ___stream0, intptr_t ___data1, int32_t ___dataStart2, int32_t ___meshBufferStart3, int32_t ___count4, int32_t ___elemSize5, int32_t ___flags6, const RuntimeMethod* method); // System.Void UnityEngine.InputSystem.Utilities.NamedValue::ApplyToObject(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NamedValue_ApplyToObject_mFC719339FF864CB627110B8C0376B58E1C418A0B (NamedValue_t5AB4CF64C63DEAC2470566CAFCE9571D88D18077 * __this, RuntimeObject * ___instance0, const RuntimeMethod* method); // System.Void UnityEngine.NoAllocHelpers::Internal_ResizeList(System.Object,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NoAllocHelpers_Internal_ResizeList_mC6F3118F787E38BB51F98E1A827ED04A4FCA8CDA (RuntimeObject * ___list0, int32_t ___size1, const RuntimeMethod* method); // System.Boolean UnityEngine.Debug::get_isDebugBuild() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Debug_get_isDebugBuild_mEFC4658EA34BA262EB8D6D1AB5FDB73478EA32C7 (const RuntimeMethod* method); // System.Void UnityEngine.Debug::Log(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Debug_Log_mF2A2ACB1738BA264EF07744AAF260BC5DDD2A11A (RuntimeObject * ___message0, const RuntimeMethod* method); // System.Void System.Predicate`1::.ctor(System.Object,System.IntPtr) inline void Predicate_1__ctor_m6B6D8E35C0E83BBC784E881CCFA837ED78F48F14 (Predicate_1_t782ED4F640A61B7ACA1DD787F7C4993C746207B3 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { (( void (*) (Predicate_1_t782ED4F640A61B7ACA1DD787F7C4993C746207B3 *, RuntimeObject *, intptr_t, const RuntimeMethod*))Predicate_1__ctor_m3F41E32C976C3C48B3FC63FBFD3FBBC5B5F23EDD_gshared)(__this, ___object0, ___method1, method); } // !0 System.Collections.Generic.List`1::Find(System.Predicate`1) inline String_t* List_1_Find_m76949A7B2F486F40D736C25F73896E5483279FC1 (List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * __this, Predicate_1_t782ED4F640A61B7ACA1DD787F7C4993C746207B3 * ___match0, const RuntimeMethod* method) { return (( String_t* (*) (List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 *, Predicate_1_t782ED4F640A61B7ACA1DD787F7C4993C746207B3 *, const RuntimeMethod*))List_1_Find_mBE8A91B51D29EC296321E6070FCD76081576B31E_gshared)(__this, ___match0, method); } // UnityEngine.Object UnityEngine.Object::FindObjectOfType(System.Type,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Object_tF2F3778131EFF286AF62B7B013A170F95A91571A * Object_FindObjectOfType_m3677683526FB4618006B68244D4189A8791C63E8 (Type_t * ___type0, bool ___includeInactive1, const RuntimeMethod* method); // UnityEngine.Object[] UnityEngine.Object::FindObjectsOfType(System.Type,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ObjectU5BU5D_t1256A8B00BB71C7F582BF08257BE4F826FF64873* Object_FindObjectsOfType_mD2DE28855E84E6572F4F48E3E6C9CE037A52323F (Type_t * ___type0, bool ___includeInactive1, const RuntimeMethod* method); // System.Void UnityEngine.Object::CheckNullArgument(System.Object,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object_CheckNullArgument_mDB640265C4123DF4D9A4D99EFA29CCEC60374425 (RuntimeObject * ___arg0, String_t* ___message1, const RuntimeMethod* method); // UnityEngine.Object UnityEngine.Object::Internal_CloneSingle(UnityEngine.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Object_tF2F3778131EFF286AF62B7B013A170F95A91571A * Object_Internal_CloneSingle_m07F1F541F89E9D53C8F32C299B8FFDCF3CDE2F92 (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A * ___data0, const RuntimeMethod* method); // System.Void UnityEngine.UnityException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityException__ctor_mB8EBFD7A68451D56285E7D51B42FBECFC8A141D8 (UnityException_t5BD9575D9E8FC894770E16640BBC9C2A3DF40101 * __this, String_t* ___message0, const RuntimeMethod* method); // UnityEngine.Object UnityEngine.Object::Instantiate(UnityEngine.Object,UnityEngine.Transform,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Object_tF2F3778131EFF286AF62B7B013A170F95A91571A * Object_Instantiate_mF5E8BFA954E3D4C20BC11290DC4DEF250BA60A56 (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A * ___original0, Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___parent1, bool ___instantiateInWorldSpace2, const RuntimeMethod* method); // UnityEngine.Object UnityEngine.Object::Instantiate(UnityEngine.Object,UnityEngine.Vector3,UnityEngine.Quaternion) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Object_tF2F3778131EFF286AF62B7B013A170F95A91571A * Object_Instantiate_m93E1B3A58694AD6C71F46394E5BAEFE4BB2C21B5 (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A * ___original0, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___position1, Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 ___rotation2, const RuntimeMethod* method); // UnityEngine.Object UnityEngine.Object::Instantiate(UnityEngine.Object,UnityEngine.Vector3,UnityEngine.Quaternion,UnityEngine.Transform) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Object_tF2F3778131EFF286AF62B7B013A170F95A91571A * Object_Instantiate_m94CD2DEDA7C8D1EEA7EAE7604926FC85747E7F9D (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A * ___original0, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___position1, Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 ___rotation2, Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___parent3, const RuntimeMethod* method); // System.Void UnityEngine.InputSystem.Utilities.ForDeviceEventObservable::.ctor(System.IObservable`1,System.Type,UnityEngine.InputSystem.InputDevice) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ForDeviceEventObservable__ctor_m962D9439A7519CC74D25B950CB23AEBD35014639 (ForDeviceEventObservable_t8EA40B6E331B7065B3869499C0434911C99BE2B3 * __this, RuntimeObject* ___source0, Type_t * ___deviceType1, InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * ___device2, const RuntimeMethod* method); // System.String UnityEngine.InputSystem.OnScreen.OnScreenControl::get_controlPath() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* OnScreenControl_get_controlPath_mF56D0CADC158F424CC4CCBC542B58DEACE6C41B3 (OnScreenControl_tA6D277F33AD97847569391E9C6EC9443CD08AFE4 * __this, const RuntimeMethod* method); // System.Void UnityEngine.InputSystem.LowLevel.InputEventPtr::set_internalTime(System.Double) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputEventPtr_set_internalTime_mD17903386D19A7B1232C00AD60E5C37C9C9CC53D (InputEventPtr_t3ECDD4FDE129B0CD8021DF46D8D01D941F4AE5C1 * __this, double ___value0, const RuntimeMethod* method); // System.Void UnityEngine.InputSystem.InputSystem::QueueEvent(UnityEngine.InputSystem.LowLevel.InputEventPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputSystem_QueueEvent_m39DBF777DF4A61518CA82E90135687A6BC5C03C7 (InputEventPtr_t3ECDD4FDE129B0CD8021DF46D8D01D941F4AE5C1 ___eventPtr0, const RuntimeMethod* method); // UnityEngine.XR.OpenXR.OpenXRLoaderBase UnityEngine.XR.OpenXR.OpenXRLoaderBase::get_Instance() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR OpenXRLoaderBase_t98E3D636562FBE383DF4829734DD3E6D1585CAED * OpenXRLoaderBase_get_Instance_m181BBE56D7F6A062ED06AA9FA655DC5E6140A8EB_inline (const RuntimeMethod* method); // UnityEngine.XR.OpenXR.Features.OpenXRFeature UnityEngine.XR.OpenXR.OpenXRSettings::GetFeature(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR OpenXRFeature_tBDE19E44A01E5E54925EAF67574691F11E88CDAA * OpenXRSettings_GetFeature_mEF85792342FE217835BFFF9B74F885E9AA979735 (OpenXRSettings_t7E7706E7597849CCD2747A21E6E6EECB038F225C * __this, Type_t * ___featureType0, const RuntimeMethod* method); // UnityEngine.XR.OpenXR.Features.OpenXRFeature[] UnityEngine.XR.OpenXR.OpenXRSettings::GetFeatures(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR OpenXRFeatureU5BU5D_tB83A42FBA420E404B3EF97A3A72C43827D15B401* OpenXRSettings_GetFeatures_m9F1A04907F4C323BDC7CC2CA7CABB838009F7E69 (OpenXRSettings_t7E7706E7597849CCD2747A21E6E6EECB038F225C * __this, Type_t * ___featureType0, const RuntimeMethod* method); // UnityEngine.Playables.PlayableHandle UnityEngine.Playables.Playable::GetHandle() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PlayableHandle_t50DCD240B0400DDAD0822C13E5DBC7AD64DC027A Playable_GetHandle_mA646BB041702651694A643FDE1A835112F718351 (Playable_tC24692CDD1DD8F1D5C646035A76D2830A70214E2 * __this, const RuntimeMethod* method); // System.Double UnityEngine.Playables.PlayableHandle::GetDuration() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double PlayableHandle_GetDuration_m2AB34E8F6397DA6BF090046183CE563521B00FE6 (PlayableHandle_t50DCD240B0400DDAD0822C13E5DBC7AD64DC027A * __this, const RuntimeMethod* method); // UnityEngine.Playables.PlayableGraph UnityEngine.Playables.PlayableHandle::GetGraph() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PlayableGraph_t2D5083CFACB413FA1BB13FF054BE09A5A55A205A PlayableHandle_GetGraph_mDF15EE9D89755BBCB30982FB6DC1C0A14B3140F8 (PlayableHandle_t50DCD240B0400DDAD0822C13E5DBC7AD64DC027A * __this, const RuntimeMethod* method); // UnityEngine.Playables.Playable UnityEngine.Playables.PlayableHandle::GetInput(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Playable_tC24692CDD1DD8F1D5C646035A76D2830A70214E2 PlayableHandle_GetInput_m62A9D166414D9975AFD4FA1643AE864CA918A233 (PlayableHandle_t50DCD240B0400DDAD0822C13E5DBC7AD64DC027A * __this, int32_t ___inputPort0, const RuntimeMethod* method); // System.Int32 UnityEngine.Playables.PlayableHandle::GetInputCount() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t PlayableHandle_GetInputCount_m210B285B1EDB6D92D55108E009E09B1BF3590EF9 (PlayableHandle_t50DCD240B0400DDAD0822C13E5DBC7AD64DC027A * __this, const RuntimeMethod* method); // System.Single UnityEngine.Playables.PlayableHandle::GetInputWeight(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float PlayableHandle_GetInputWeight_m48B04E735135ADBB59934F4BE868A0B6CACAEF72 (PlayableHandle_t50DCD240B0400DDAD0822C13E5DBC7AD64DC027A * __this, int32_t ___inputIndex0, const RuntimeMethod* method); // UnityEngine.Playables.PlayState UnityEngine.Playables.PlayableHandle::GetPlayState() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t PlayableHandle_GetPlayState_m1B178666774AC33BCC60A396437ABA7E76479BB3 (PlayableHandle_t50DCD240B0400DDAD0822C13E5DBC7AD64DC027A * __this, const RuntimeMethod* method); // System.Double UnityEngine.Playables.PlayableHandle::GetTime() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double PlayableHandle_GetTime_m14835C693A0A82A4014F401354384EAD6349AB97 (PlayableHandle_t50DCD240B0400DDAD0822C13E5DBC7AD64DC027A * __this, const RuntimeMethod* method); // UnityEngine.Playables.DirectorWrapMode UnityEngine.Playables.PlayableHandle::GetTimeWrapMode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t PlayableHandle_GetTimeWrapMode_mAC082C86377F2A8CE658F09D51D2FDCFF9DF6D81 (PlayableHandle_t50DCD240B0400DDAD0822C13E5DBC7AD64DC027A * __this, const RuntimeMethod* method); // System.Boolean UnityEngine.Playables.PlayableHandle::IsDone() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PlayableHandle_IsDone_m674DE3BFED2A0B5D8BC9E96996EA9D024E77C727 (PlayableHandle_t50DCD240B0400DDAD0822C13E5DBC7AD64DC027A * __this, const RuntimeMethod* method); // System.Boolean UnityEngine.Playables.PlayableHandle::IsValid() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PlayableHandle_IsValid_m237A5E7818768641BAC928BD08EC0AB439E3DAF6 (PlayableHandle_t50DCD240B0400DDAD0822C13E5DBC7AD64DC027A * __this, const RuntimeMethod* method); // System.Void UnityEngine.Playables.PlayableHandle::Pause() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PlayableHandle_Pause_mB3B26DE18B6F0E1CC484A9AEB316894515F4E572 (PlayableHandle_t50DCD240B0400DDAD0822C13E5DBC7AD64DC027A * __this, const RuntimeMethod* method); // System.Void UnityEngine.Playables.PlayableHandle::Play() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PlayableHandle_Play_m437DFC8ECD1435AFA181E00287B6F14C90D20A5A (PlayableHandle_t50DCD240B0400DDAD0822C13E5DBC7AD64DC027A * __this, const RuntimeMethod* method); // System.Void UnityEngine.Playables.PlayableHandle::SetDuration(System.Double) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PlayableHandle_SetDuration_mAD32E3772366220B972689F2285BD588F25C8D95 (PlayableHandle_t50DCD240B0400DDAD0822C13E5DBC7AD64DC027A * __this, double ___value0, const RuntimeMethod* method); // System.Void UnityEngine.Playables.PlayableHandle::SetInputCount(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PlayableHandle_SetInputCount_mF476D7A0B1D1086914BB87ABF80D478740A97E8E (PlayableHandle_t50DCD240B0400DDAD0822C13E5DBC7AD64DC027A * __this, int32_t ___value0, const RuntimeMethod* method); // UnityEngine.Playables.PlayableHandle UnityEngine.Animations.AnimationLayerMixerPlayable::GetHandle() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PlayableHandle_t50DCD240B0400DDAD0822C13E5DBC7AD64DC027A AnimationLayerMixerPlayable_GetHandle_mBFA950F140D76E10983B9AB946397F4C12ABC439 (AnimationLayerMixerPlayable_tF647DD9BCA6E0F49367A5F13AAE0D5B093A91880 * __this, const RuntimeMethod* method); // System.Boolean UnityEngine.Playables.PlayableHandle::SetInputWeight(System.Int32,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PlayableHandle_SetInputWeight_m7ECA97A86428E6028FF6E542A5F13641DC7E8A57 (PlayableHandle_t50DCD240B0400DDAD0822C13E5DBC7AD64DC027A * __this, int32_t ___inputIndex0, float ___weight1, const RuntimeMethod* method); // UnityEngine.Playables.PlayableHandle UnityEngine.Animations.AnimationMixerPlayable::GetHandle() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PlayableHandle_t50DCD240B0400DDAD0822C13E5DBC7AD64DC027A AnimationMixerPlayable_GetHandle_mE8F7D1A18F1BD1C00BA1EC6AA8036044E8907FC3 (AnimationMixerPlayable_t7C6D407FE0D55712B07081F8114CFA347F124741 * __this, const RuntimeMethod* method); // UnityEngine.Playables.PlayableHandle UnityEngine.Animations.AnimationMotionXToDeltaPlayable::GetHandle() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PlayableHandle_t50DCD240B0400DDAD0822C13E5DBC7AD64DC027A AnimationMotionXToDeltaPlayable_GetHandle_m840D19A4E2DFB4BF2397061B833E63AD786587BA (AnimationMotionXToDeltaPlayable_t6E21B629D4689F5E3CFCFACA0B31411082773076 * __this, const RuntimeMethod* method); // UnityEngine.Playables.PlayableHandle UnityEngine.Animations.AnimationOffsetPlayable::GetHandle() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PlayableHandle_t50DCD240B0400DDAD0822C13E5DBC7AD64DC027A AnimationOffsetPlayable_GetHandle_m8C3C08EC531127B002D3AFAB5AF259D8030B0049 (AnimationOffsetPlayable_tBB8333A8E35A23D8FAA2D34E35FF02BD53FF9941 * __this, const RuntimeMethod* method); // UnityEngine.Playables.PlayableHandle UnityEngine.Animations.AnimationRemoveScalePlayable::GetHandle() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PlayableHandle_t50DCD240B0400DDAD0822C13E5DBC7AD64DC027A AnimationRemoveScalePlayable_GetHandle_m1949202B58BDF17726A1ADC934EB5232E835CCA8 (AnimationRemoveScalePlayable_t774D428669D5CF715E9A7E80E52A619AECC80429 * __this, const RuntimeMethod* method); // System.Void UnityEngine.Playables.PlayableHandle::SetInputWeight(UnityEngine.Playables.PlayableHandle,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PlayableHandle_SetInputWeight_m44ACDBDD2D5A5BA617DE71035F621B1C7F8F51D7 (PlayableHandle_t50DCD240B0400DDAD0822C13E5DBC7AD64DC027A * __this, PlayableHandle_t50DCD240B0400DDAD0822C13E5DBC7AD64DC027A ___input0, float ___weight1, const RuntimeMethod* method); // System.Void UnityEngine.Playables.PlayableHandle::SetPropagateSetTime(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PlayableHandle_SetPropagateSetTime_mBD123E24FCA61291B90A7EC1AB8F95711C8A3E5C (PlayableHandle_t50DCD240B0400DDAD0822C13E5DBC7AD64DC027A * __this, bool ___value0, const RuntimeMethod* method); // System.Void UnityEngine.Playables.PlayableHandle::SetSpeed(System.Double) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PlayableHandle_SetSpeed_mC4777C554A067AFA1E43497A2FA9242241F03A30 (PlayableHandle_t50DCD240B0400DDAD0822C13E5DBC7AD64DC027A * __this, double ___value0, const RuntimeMethod* method); // System.Void UnityEngine.Playables.PlayableHandle::SetTime(System.Double) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PlayableHandle_SetTime_m8B0B1134427EB6EADE65FE02368DA57BD33263D4 (PlayableHandle_t50DCD240B0400DDAD0822C13E5DBC7AD64DC027A * __this, double ___value0, const RuntimeMethod* method); // System.Void UnityEngine.Playables.PlayableHandle::SetTimeWrapMode(UnityEngine.Playables.DirectorWrapMode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PlayableHandle_SetTimeWrapMode_mC59AE90EA44005C2D342B5685E98BFB61309A4DD (PlayableHandle_t50DCD240B0400DDAD0822C13E5DBC7AD64DC027A * __this, int32_t ___mode0, const RuntimeMethod* method); // System.Void UnityEngine.Playables.PlayableHandle::SetTraversalMode(UnityEngine.Playables.PlayableTraversalMode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PlayableHandle_SetTraversalMode_m1FD433AAFF58862BA61F3EA70AF67E189CAA67CC (PlayableHandle_t50DCD240B0400DDAD0822C13E5DBC7AD64DC027A * __this, int32_t ___mode0, const RuntimeMethod* method); // System.Boolean UnityEngine.Playables.PlayableGraph::ConnectInternal(UnityEngine.Playables.PlayableHandle,System.Int32,UnityEngine.Playables.PlayableHandle,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PlayableGraph_ConnectInternal_mE1CE63B32B7B28DA3D5722AC160152C9C7374E2F (PlayableGraph_t2D5083CFACB413FA1BB13FF054BE09A5A55A205A * __this, PlayableHandle_t50DCD240B0400DDAD0822C13E5DBC7AD64DC027A ___source0, int32_t ___sourceOutputPort1, PlayableHandle_t50DCD240B0400DDAD0822C13E5DBC7AD64DC027A ___destination2, int32_t ___destinationInputPort3, const RuntimeMethod* method); // System.Boolean UnityEngine.Playables.PlayableGraph::Connect>(U,System.Int32,V,System.Int32) inline bool PlayableGraph_Connect_TisPlayable_tC24692CDD1DD8F1D5C646035A76D2830A70214E2_TisScriptPlayable_1_t7495DFF84B5233AF863183881C3C7D626F65C266_m2A4CA2550B5F583EA5F0E572DF8CF5A87BBFE85D (PlayableGraph_t2D5083CFACB413FA1BB13FF054BE09A5A55A205A * __this, Playable_tC24692CDD1DD8F1D5C646035A76D2830A70214E2 ___source0, int32_t ___sourceOutputPort1, ScriptPlayable_1_t7495DFF84B5233AF863183881C3C7D626F65C266 ___destination2, int32_t ___destinationInputPort3, const RuntimeMethod* method) { return (( bool (*) (PlayableGraph_t2D5083CFACB413FA1BB13FF054BE09A5A55A205A *, Playable_tC24692CDD1DD8F1D5C646035A76D2830A70214E2 , int32_t, ScriptPlayable_1_t7495DFF84B5233AF863183881C3C7D626F65C266 , int32_t, const RuntimeMethod*))PlayableGraph_Connect_TisPlayable_tC24692CDD1DD8F1D5C646035A76D2830A70214E2_TisScriptPlayable_1_t7495DFF84B5233AF863183881C3C7D626F65C266_m2A4CA2550B5F583EA5F0E572DF8CF5A87BBFE85D_gshared)(__this, ___source0, ___sourceOutputPort1, ___destination2, ___destinationInputPort3, method); } // System.Boolean UnityEngine.Playables.PlayableGraph::Connect(U,System.Int32,V,System.Int32) inline bool PlayableGraph_Connect_TisPlayable_tC24692CDD1DD8F1D5C646035A76D2830A70214E2_TisAnimationLayerMixerPlayable_tF647DD9BCA6E0F49367A5F13AAE0D5B093A91880_m3E402CBD0DA9906EED05A2A5417CD83CF6C564F9 (PlayableGraph_t2D5083CFACB413FA1BB13FF054BE09A5A55A205A * __this, Playable_tC24692CDD1DD8F1D5C646035A76D2830A70214E2 ___source0, int32_t ___sourceOutputPort1, AnimationLayerMixerPlayable_tF647DD9BCA6E0F49367A5F13AAE0D5B093A91880 ___destination2, int32_t ___destinationInputPort3, const RuntimeMethod* method) { return (( bool (*) (PlayableGraph_t2D5083CFACB413FA1BB13FF054BE09A5A55A205A *, Playable_tC24692CDD1DD8F1D5C646035A76D2830A70214E2 , int32_t, AnimationLayerMixerPlayable_tF647DD9BCA6E0F49367A5F13AAE0D5B093A91880 , int32_t, const RuntimeMethod*))PlayableGraph_Connect_TisPlayable_tC24692CDD1DD8F1D5C646035A76D2830A70214E2_TisAnimationLayerMixerPlayable_tF647DD9BCA6E0F49367A5F13AAE0D5B093A91880_m3E402CBD0DA9906EED05A2A5417CD83CF6C564F9_gshared)(__this, ___source0, ___sourceOutputPort1, ___destination2, ___destinationInputPort3, method); } // System.Boolean UnityEngine.Playables.PlayableGraph::Connect(U,System.Int32,V,System.Int32) inline bool PlayableGraph_Connect_TisPlayable_tC24692CDD1DD8F1D5C646035A76D2830A70214E2_TisAnimationMixerPlayable_t7C6D407FE0D55712B07081F8114CFA347F124741_m5C731B1FD992B1AF68F0E1479FDCDAA6346621BF (PlayableGraph_t2D5083CFACB413FA1BB13FF054BE09A5A55A205A * __this, Playable_tC24692CDD1DD8F1D5C646035A76D2830A70214E2 ___source0, int32_t ___sourceOutputPort1, AnimationMixerPlayable_t7C6D407FE0D55712B07081F8114CFA347F124741 ___destination2, int32_t ___destinationInputPort3, const RuntimeMethod* method) { return (( bool (*) (PlayableGraph_t2D5083CFACB413FA1BB13FF054BE09A5A55A205A *, Playable_tC24692CDD1DD8F1D5C646035A76D2830A70214E2 , int32_t, AnimationMixerPlayable_t7C6D407FE0D55712B07081F8114CFA347F124741 , int32_t, const RuntimeMethod*))PlayableGraph_Connect_TisPlayable_tC24692CDD1DD8F1D5C646035A76D2830A70214E2_TisAnimationMixerPlayable_t7C6D407FE0D55712B07081F8114CFA347F124741_m5C731B1FD992B1AF68F0E1479FDCDAA6346621BF_gshared)(__this, ___source0, ___sourceOutputPort1, ___destination2, ___destinationInputPort3, method); } // System.Boolean UnityEngine.Playables.PlayableGraph::Connect(U,System.Int32,V,System.Int32) inline bool PlayableGraph_Connect_TisPlayable_tC24692CDD1DD8F1D5C646035A76D2830A70214E2_TisAnimationMotionXToDeltaPlayable_t6E21B629D4689F5E3CFCFACA0B31411082773076_mABCFC5F718D163D25D229D9FDD801C775829FBE1 (PlayableGraph_t2D5083CFACB413FA1BB13FF054BE09A5A55A205A * __this, Playable_tC24692CDD1DD8F1D5C646035A76D2830A70214E2 ___source0, int32_t ___sourceOutputPort1, AnimationMotionXToDeltaPlayable_t6E21B629D4689F5E3CFCFACA0B31411082773076 ___destination2, int32_t ___destinationInputPort3, const RuntimeMethod* method) { return (( bool (*) (PlayableGraph_t2D5083CFACB413FA1BB13FF054BE09A5A55A205A *, Playable_tC24692CDD1DD8F1D5C646035A76D2830A70214E2 , int32_t, AnimationMotionXToDeltaPlayable_t6E21B629D4689F5E3CFCFACA0B31411082773076 , int32_t, const RuntimeMethod*))PlayableGraph_Connect_TisPlayable_tC24692CDD1DD8F1D5C646035A76D2830A70214E2_TisAnimationMotionXToDeltaPlayable_t6E21B629D4689F5E3CFCFACA0B31411082773076_mABCFC5F718D163D25D229D9FDD801C775829FBE1_gshared)(__this, ___source0, ___sourceOutputPort1, ___destination2, ___destinationInputPort3, method); } // System.Void System.ThrowHelper::ThrowArgumentOutOfRangeException() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ThrowHelper_ThrowArgumentOutOfRangeException_mBCBF2D9FD1B5F0D8D8595B15B7460889D60C8070 (const RuntimeMethod* method); // System.Collections.Generic.IEnumerable`1 System.Linq.Enumerable::SelectMany(System.Collections.Generic.IEnumerable`1,System.Func`2>) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Enumerable_SelectMany_TisRuntimeObject_TisRuntimeObject_m0E8C852448CBC7219E3E2EF7C14B054782653FEF_gshared (RuntimeObject* ___source0, Func_2_tD457CA07229B6835F9D0AB141D4F1A7455A8AF29 * ___selector1, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___source0; if (L_0) { goto IL_000e; } } { Exception_t * L_1; L_1 = Error_ArgumentNull_mC405D19505CA250B5C731803400D8DAF963F0DCD((String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral66F9618FDA792CAB23AF2D7FFB50AB2D3E393DC5)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Enumerable_SelectMany_TisRuntimeObject_TisRuntimeObject_m0E8C852448CBC7219E3E2EF7C14B054782653FEF_RuntimeMethod_var))); } IL_000e: { Func_2_tD457CA07229B6835F9D0AB141D4F1A7455A8AF29 * L_2 = ___selector1; if (L_2) { goto IL_001c; } } { Exception_t * L_3; L_3 = Error_ArgumentNull_mC405D19505CA250B5C731803400D8DAF963F0DCD((String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral524550C6C905CF9652740A6CFE444CF3F875E850)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Enumerable_SelectMany_TisRuntimeObject_TisRuntimeObject_m0E8C852448CBC7219E3E2EF7C14B054782653FEF_RuntimeMethod_var))); } IL_001c: { RuntimeObject* L_4 = ___source0; Func_2_tD457CA07229B6835F9D0AB141D4F1A7455A8AF29 * L_5 = ___selector1; RuntimeObject* L_6; L_6 = (( RuntimeObject* (*) (RuntimeObject*, Func_2_tD457CA07229B6835F9D0AB141D4F1A7455A8AF29 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((RuntimeObject*)L_4, (Func_2_tD457CA07229B6835F9D0AB141D4F1A7455A8AF29 *)L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); return (RuntimeObject*)L_6; } } // System.Collections.Generic.IEnumerable`1 System.Linq.Enumerable::SelectManyIterator(System.Collections.Generic.IEnumerable`1,System.Func`2>) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Enumerable_SelectManyIterator_TisRuntimeObject_TisRuntimeObject_mDC31F0EB2B75454E0C375004C3D9B7C54A1B8A25_gshared (RuntimeObject* ___source0, Func_2_tD457CA07229B6835F9D0AB141D4F1A7455A8AF29 * ___selector1, const RuntimeMethod* method) { { U3CSelectManyIteratorU3Ed__17_2_tE564C7590BE82CBDFD3B6D59F35D8EF4F288A457 * L_0 = (U3CSelectManyIteratorU3Ed__17_2_tE564C7590BE82CBDFD3B6D59F35D8EF4F288A457 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (U3CSelectManyIteratorU3Ed__17_2_tE564C7590BE82CBDFD3B6D59F35D8EF4F288A457 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_0, (int32_t)((int32_t)-2), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); U3CSelectManyIteratorU3Ed__17_2_tE564C7590BE82CBDFD3B6D59F35D8EF4F288A457 * L_1 = (U3CSelectManyIteratorU3Ed__17_2_tE564C7590BE82CBDFD3B6D59F35D8EF4F288A457 *)L_0; RuntimeObject* L_2 = ___source0; NullCheck(L_1); L_1->set_U3CU3E3__source_4(L_2); U3CSelectManyIteratorU3Ed__17_2_tE564C7590BE82CBDFD3B6D59F35D8EF4F288A457 * L_3 = (U3CSelectManyIteratorU3Ed__17_2_tE564C7590BE82CBDFD3B6D59F35D8EF4F288A457 *)L_1; Func_2_tD457CA07229B6835F9D0AB141D4F1A7455A8AF29 * L_4 = ___selector1; NullCheck(L_3); L_3->set_U3CU3E3__selector_6(L_4); return (RuntimeObject*)L_3; } } // TSource System.Linq.Enumerable::SingleOrDefault(System.Collections.Generic.IEnumerable`1,System.Func`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Enumerable_SingleOrDefault_TisRuntimeObject_m9C642F15C0F298D3D5453C303B14FE62F4792C45_gshared (RuntimeObject* ___source0, Func_2_t99409DECFF50F0FA9B427C863AC6C99C66E6F9F8 * ___predicate1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerable_SingleOrDefault_TisRuntimeObject_m9C642F15C0F298D3D5453C303B14FE62F4792C45_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; int64_t V_1 = 0; RuntimeObject* V_2 = NULL; RuntimeObject * V_3 = NULL; RuntimeObject * V_4 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { RuntimeObject* L_0 = ___source0; if (L_0) { goto IL_000e; } } { Exception_t * L_1; L_1 = Error_ArgumentNull_mC405D19505CA250B5C731803400D8DAF963F0DCD((String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral66F9618FDA792CAB23AF2D7FFB50AB2D3E393DC5)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Enumerable_SingleOrDefault_TisRuntimeObject_m9C642F15C0F298D3D5453C303B14FE62F4792C45_RuntimeMethod_var))); } IL_000e: { Func_2_t99409DECFF50F0FA9B427C863AC6C99C66E6F9F8 * L_2 = ___predicate1; if (L_2) { goto IL_001c; } } { Exception_t * L_3; L_3 = Error_ArgumentNull_mC405D19505CA250B5C731803400D8DAF963F0DCD((String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7EE837B2FC81E79F9F96BEFD9CD8B64870F5C628)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Enumerable_SingleOrDefault_TisRuntimeObject_m9C642F15C0F298D3D5453C303B14FE62F4792C45_RuntimeMethod_var))); } IL_001c: { il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); V_1 = (int64_t)((int64_t)((int64_t)0)); RuntimeObject* L_4 = ___source0; NullCheck((RuntimeObject*)L_4); RuntimeObject* L_5; L_5 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.Generic.IEnumerator`1 System.Collections.Generic.IEnumerable`1::GetEnumerator() */, IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (RuntimeObject*)L_4); V_2 = (RuntimeObject*)L_5; } IL_002e: try { // begin try (depth: 1) { goto IL_0047; } IL_0030: { RuntimeObject* L_6 = V_2; NullCheck((RuntimeObject*)L_6); RuntimeObject * L_7; L_7 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(0 /* !0 System.Collections.Generic.IEnumerator`1::get_Current() */, IL2CPP_RGCTX_DATA(method->rgctx_data, 1), (RuntimeObject*)L_6); V_3 = (RuntimeObject *)L_7; Func_2_t99409DECFF50F0FA9B427C863AC6C99C66E6F9F8 * L_8 = ___predicate1; RuntimeObject * L_9 = V_3; NullCheck((Func_2_t99409DECFF50F0FA9B427C863AC6C99C66E6F9F8 *)L_8); bool L_10; L_10 = (( bool (*) (Func_2_t99409DECFF50F0FA9B427C863AC6C99C66E6F9F8 *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)((Func_2_t99409DECFF50F0FA9B427C863AC6C99C66E6F9F8 *)L_8, (RuntimeObject *)L_9, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); if (!L_10) { goto IL_0047; } } IL_0040: { RuntimeObject * L_11 = V_3; V_0 = (RuntimeObject *)L_11; int64_t L_12 = V_1; if (il2cpp_codegen_check_add_overflow((int64_t)L_12, (int64_t)((int64_t)((int64_t)1)))) IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), Enumerable_SingleOrDefault_TisRuntimeObject_m9C642F15C0F298D3D5453C303B14FE62F4792C45_RuntimeMethod_var); V_1 = (int64_t)((int64_t)il2cpp_codegen_add((int64_t)L_12, (int64_t)((int64_t)((int64_t)1)))); } IL_0047: { RuntimeObject* L_13 = V_2; NullCheck((RuntimeObject*)L_13); bool L_14; L_14 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, (RuntimeObject*)L_13); if (L_14) { goto IL_0030; } } IL_004f: { IL2CPP_LEAVE(0x5B, FINALLY_0051); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0051; } FINALLY_0051: { // begin finally (depth: 1) { RuntimeObject* L_15 = V_2; if (!L_15) { goto IL_005a; } } IL_0054: { RuntimeObject* L_16 = V_2; NullCheck((RuntimeObject*)L_16); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_16); } IL_005a: { IL2CPP_END_FINALLY(81) } } // end finally (depth: 1) IL2CPP_CLEANUP(81) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x5B, IL_005b) } IL_005b: { int64_t L_17 = V_1; if (!L_17) { goto IL_0065; } } { int64_t L_18 = V_1; if ((((int64_t)L_18) == ((int64_t)((int64_t)((int64_t)1))))) { goto IL_0070; } } { goto IL_0072; } IL_0065: { il2cpp_codegen_initobj((&V_4), sizeof(RuntimeObject *)); RuntimeObject * L_19 = V_4; return (RuntimeObject *)L_19; } IL_0070: { RuntimeObject * L_20 = V_0; return (RuntimeObject *)L_20; } IL_0072: { Exception_t * L_21; L_21 = Error_MoreThanOneMatch_mEC48ECB89552B91EFD9669763848BA1DB97E991D(/*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_21, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Enumerable_SingleOrDefault_TisRuntimeObject_m9C642F15C0F298D3D5453C303B14FE62F4792C45_RuntimeMethod_var))); } } // System.Linq.IOrderedEnumerable`1 System.Linq.Enumerable::ThenBy(System.Linq.IOrderedEnumerable`1,System.Func`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Enumerable_ThenBy_TisRuntimeObject_TisRuntimeObject_m5285CA31546DB9310324EF484B5386AAC674795F_gshared (RuntimeObject* ___source0, Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * ___keySelector1, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___source0; if (L_0) { goto IL_000e; } } { Exception_t * L_1; L_1 = Error_ArgumentNull_mC405D19505CA250B5C731803400D8DAF963F0DCD((String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral66F9618FDA792CAB23AF2D7FFB50AB2D3E393DC5)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Enumerable_ThenBy_TisRuntimeObject_TisRuntimeObject_m5285CA31546DB9310324EF484B5386AAC674795F_RuntimeMethod_var))); } IL_000e: { RuntimeObject* L_2 = ___source0; Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * L_3 = ___keySelector1; NullCheck((RuntimeObject*)L_2); RuntimeObject* L_4; L_4 = GenericInterfaceFuncInvoker3< RuntimeObject*, Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 *, RuntimeObject*, bool >::Invoke(IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0), (RuntimeObject*)L_2, (Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 *)L_3, (RuntimeObject*)NULL, (bool)0); return (RuntimeObject*)L_4; } } // TSource[] System.Linq.Enumerable::ToArray(System.Collections.Generic.IEnumerable`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ColorU5BU5D_t358DD89F511301E663AD9157305B94A2DEFF8834* Enumerable_ToArray_TisColor_tF40DAF76C04FFECF3FE6024F85A294741C9CC659_mF746B96EB92E95FFA5C0399CB976CE658D7070C3_gshared (RuntimeObject* ___source0, const RuntimeMethod* method) { Buffer_1_tB7E4B7E49EF58C6D9CEDE7CFCD3A6636180F845C V_0; memset((&V_0), 0, sizeof(V_0)); { RuntimeObject* L_0 = ___source0; if (L_0) { goto IL_000e; } } { Exception_t * L_1; L_1 = Error_ArgumentNull_mC405D19505CA250B5C731803400D8DAF963F0DCD((String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral66F9618FDA792CAB23AF2D7FFB50AB2D3E393DC5)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Enumerable_ToArray_TisColor_tF40DAF76C04FFECF3FE6024F85A294741C9CC659_mF746B96EB92E95FFA5C0399CB976CE658D7070C3_RuntimeMethod_var))); } IL_000e: { RuntimeObject* L_2 = ___source0; Buffer_1_tB7E4B7E49EF58C6D9CEDE7CFCD3A6636180F845C L_3; memset((&L_3), 0, sizeof(L_3)); Buffer_1__ctor_m0D1E566C9882C2942EC09556ED1613A66F79DD55((&L_3), (RuntimeObject*)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); V_0 = (Buffer_1_tB7E4B7E49EF58C6D9CEDE7CFCD3A6636180F845C )L_3; ColorU5BU5D_t358DD89F511301E663AD9157305B94A2DEFF8834* L_4; L_4 = Buffer_1_ToArray_m1717144B2BF3E9ECD234E7590DC3839238FE071D((Buffer_1_tB7E4B7E49EF58C6D9CEDE7CFCD3A6636180F845C *)(Buffer_1_tB7E4B7E49EF58C6D9CEDE7CFCD3A6636180F845C *)(&V_0), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); return (ColorU5BU5D_t358DD89F511301E663AD9157305B94A2DEFF8834*)L_4; } } // TSource[] System.Linq.Enumerable::ToArray(System.Collections.Generic.IEnumerable`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* Enumerable_ToArray_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_m1A521EFB5800E77A96B74DBAB13948D3D5E19488_gshared (RuntimeObject* ___source0, const RuntimeMethod* method) { Buffer_1_t087969E39A0FFD1A50B5A885FC6FBFEA235A7395 V_0; memset((&V_0), 0, sizeof(V_0)); { RuntimeObject* L_0 = ___source0; if (L_0) { goto IL_000e; } } { Exception_t * L_1; L_1 = Error_ArgumentNull_mC405D19505CA250B5C731803400D8DAF963F0DCD((String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral66F9618FDA792CAB23AF2D7FFB50AB2D3E393DC5)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Enumerable_ToArray_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_m1A521EFB5800E77A96B74DBAB13948D3D5E19488_RuntimeMethod_var))); } IL_000e: { RuntimeObject* L_2 = ___source0; Buffer_1_t087969E39A0FFD1A50B5A885FC6FBFEA235A7395 L_3; memset((&L_3), 0, sizeof(L_3)); Buffer_1__ctor_m66CF501C32BB2D492B3CD3B8A8F131510DD427F1((&L_3), (RuntimeObject*)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); V_0 = (Buffer_1_t087969E39A0FFD1A50B5A885FC6FBFEA235A7395 )L_3; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_4; L_4 = Buffer_1_ToArray_m1C04D9790402ECDA1AF68137F0FB42B9F30EDBBC((Buffer_1_t087969E39A0FFD1A50B5A885FC6FBFEA235A7395 *)(Buffer_1_t087969E39A0FFD1A50B5A885FC6FBFEA235A7395 *)(&V_0), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); return (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)L_4; } } // TSource[] System.Linq.Enumerable::ToArray(System.Collections.Generic.IEnumerable`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InternedStringU5BU5D_t1EAE8433C8EF7C76894673801EE0EE9F6833E9A4* Enumerable_ToArray_TisInternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED_mCBDD219E3CD8E6A836DED802188AB3D29C9EB9DA_gshared (RuntimeObject* ___source0, const RuntimeMethod* method) { Buffer_1_t16B27BDC22764E7684B4992CA3A50612E00F3F81 V_0; memset((&V_0), 0, sizeof(V_0)); { RuntimeObject* L_0 = ___source0; if (L_0) { goto IL_000e; } } { Exception_t * L_1; L_1 = Error_ArgumentNull_mC405D19505CA250B5C731803400D8DAF963F0DCD((String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral66F9618FDA792CAB23AF2D7FFB50AB2D3E393DC5)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Enumerable_ToArray_TisInternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED_mCBDD219E3CD8E6A836DED802188AB3D29C9EB9DA_RuntimeMethod_var))); } IL_000e: { RuntimeObject* L_2 = ___source0; Buffer_1_t16B27BDC22764E7684B4992CA3A50612E00F3F81 L_3; memset((&L_3), 0, sizeof(L_3)); Buffer_1__ctor_m85CD9D7B88FD4C5AD5C872160DC6E75268A5B47C((&L_3), (RuntimeObject*)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); V_0 = (Buffer_1_t16B27BDC22764E7684B4992CA3A50612E00F3F81 )L_3; InternedStringU5BU5D_t1EAE8433C8EF7C76894673801EE0EE9F6833E9A4* L_4; L_4 = Buffer_1_ToArray_m3D81D8547DD0BC7029D4C9E87176CB070C7B5534((Buffer_1_t16B27BDC22764E7684B4992CA3A50612E00F3F81 *)(Buffer_1_t16B27BDC22764E7684B4992CA3A50612E00F3F81 *)(&V_0), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); return (InternedStringU5BU5D_t1EAE8433C8EF7C76894673801EE0EE9F6833E9A4*)L_4; } } // TSource[] System.Linq.Enumerable::ToArray(System.Collections.Generic.IEnumerable`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NameAndParametersU5BU5D_t960DDB52F44DD1231B0C626E9C859F1E0B2F5EAD* Enumerable_ToArray_TisNameAndParameters_t028B3A860264D254B13642649D34F0953C3B9DCA_m83266583E22BEFC7F544043DA3194F67AC0088F7_gshared (RuntimeObject* ___source0, const RuntimeMethod* method) { Buffer_1_t1E701DB3E7E1D45D98277E152205D74AA3BD783A V_0; memset((&V_0), 0, sizeof(V_0)); { RuntimeObject* L_0 = ___source0; if (L_0) { goto IL_000e; } } { Exception_t * L_1; L_1 = Error_ArgumentNull_mC405D19505CA250B5C731803400D8DAF963F0DCD((String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral66F9618FDA792CAB23AF2D7FFB50AB2D3E393DC5)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Enumerable_ToArray_TisNameAndParameters_t028B3A860264D254B13642649D34F0953C3B9DCA_m83266583E22BEFC7F544043DA3194F67AC0088F7_RuntimeMethod_var))); } IL_000e: { RuntimeObject* L_2 = ___source0; Buffer_1_t1E701DB3E7E1D45D98277E152205D74AA3BD783A L_3; memset((&L_3), 0, sizeof(L_3)); Buffer_1__ctor_mDA78D113CD8479C5396EDD8517F25F9E295057E3((&L_3), (RuntimeObject*)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); V_0 = (Buffer_1_t1E701DB3E7E1D45D98277E152205D74AA3BD783A )L_3; NameAndParametersU5BU5D_t960DDB52F44DD1231B0C626E9C859F1E0B2F5EAD* L_4; L_4 = Buffer_1_ToArray_m8171340E40BA2C67A20120E2635E242EF28ECC21((Buffer_1_t1E701DB3E7E1D45D98277E152205D74AA3BD783A *)(Buffer_1_t1E701DB3E7E1D45D98277E152205D74AA3BD783A *)(&V_0), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); return (NameAndParametersU5BU5D_t960DDB52F44DD1231B0C626E9C859F1E0B2F5EAD*)L_4; } } // TSource[] System.Linq.Enumerable::ToArray(System.Collections.Generic.IEnumerable`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* Enumerable_ToArray_TisRuntimeObject_mA5E1AD3350B1E7EB1FAE7562CA67C49A5193E1F2_gshared (RuntimeObject* ___source0, const RuntimeMethod* method) { Buffer_1_tB294332D6A9005ABB8E979A62BA34A1CB39C10A7 V_0; memset((&V_0), 0, sizeof(V_0)); { RuntimeObject* L_0 = ___source0; if (L_0) { goto IL_000e; } } { Exception_t * L_1; L_1 = Error_ArgumentNull_mC405D19505CA250B5C731803400D8DAF963F0DCD((String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral66F9618FDA792CAB23AF2D7FFB50AB2D3E393DC5)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Enumerable_ToArray_TisRuntimeObject_mA5E1AD3350B1E7EB1FAE7562CA67C49A5193E1F2_RuntimeMethod_var))); } IL_000e: { RuntimeObject* L_2 = ___source0; Buffer_1_tB294332D6A9005ABB8E979A62BA34A1CB39C10A7 L_3; memset((&L_3), 0, sizeof(L_3)); Buffer_1__ctor_m07D912F7AC47B43493D1097AB3C391AA28328EC8((&L_3), (RuntimeObject*)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); V_0 = (Buffer_1_tB294332D6A9005ABB8E979A62BA34A1CB39C10A7 )L_3; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_4; L_4 = Buffer_1_ToArray_mA15991B3C8DBF4E9D7F632B0C4BFB979A1484A3D((Buffer_1_tB294332D6A9005ABB8E979A62BA34A1CB39C10A7 *)(Buffer_1_tB294332D6A9005ABB8E979A62BA34A1CB39C10A7 *)(&V_0), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); return (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)L_4; } } // TSource[] System.Linq.Enumerable::ToArray(System.Collections.Generic.IEnumerable`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* Enumerable_ToArray_TisVector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_mC0DAC9C428B9EE864E6D19622824C44BC9560A0D_gshared (RuntimeObject* ___source0, const RuntimeMethod* method) { Buffer_1_tCBDAD62292E6D70397D5EBA7ACE7FEDE2007D25C V_0; memset((&V_0), 0, sizeof(V_0)); { RuntimeObject* L_0 = ___source0; if (L_0) { goto IL_000e; } } { Exception_t * L_1; L_1 = Error_ArgumentNull_mC405D19505CA250B5C731803400D8DAF963F0DCD((String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral66F9618FDA792CAB23AF2D7FFB50AB2D3E393DC5)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Enumerable_ToArray_TisVector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_mC0DAC9C428B9EE864E6D19622824C44BC9560A0D_RuntimeMethod_var))); } IL_000e: { RuntimeObject* L_2 = ___source0; Buffer_1_tCBDAD62292E6D70397D5EBA7ACE7FEDE2007D25C L_3; memset((&L_3), 0, sizeof(L_3)); Buffer_1__ctor_m97D50D4BB1B5E7D4F2C03BA75E39D8A91E590580((&L_3), (RuntimeObject*)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); V_0 = (Buffer_1_tCBDAD62292E6D70397D5EBA7ACE7FEDE2007D25C )L_3; Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* L_4; L_4 = Buffer_1_ToArray_m43F0335ACDA4DCEE135EB114C57D0EF0264B281D((Buffer_1_tCBDAD62292E6D70397D5EBA7ACE7FEDE2007D25C *)(Buffer_1_tCBDAD62292E6D70397D5EBA7ACE7FEDE2007D25C *)(&V_0), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); return (Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4*)L_4; } } // TSource[] System.Linq.Enumerable::ToArray(System.Collections.Generic.IEnumerable`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DeviceRequirementU5BU5D_tBAAEA8AD0E93A8EF9DF98E9F4957B7A56286E795* Enumerable_ToArray_TisDeviceRequirement_tAB27570ED81D24759C54FDE48B6DD74FF51649C9_mE9DA44AD6A46B78CD9740B889EB0A7D5D15B2295_gshared (RuntimeObject* ___source0, const RuntimeMethod* method) { Buffer_1_t63E013C561ABA2C50A4BA0341AE14F2EEEC13ED0 V_0; memset((&V_0), 0, sizeof(V_0)); { RuntimeObject* L_0 = ___source0; if (L_0) { goto IL_000e; } } { Exception_t * L_1; L_1 = Error_ArgumentNull_mC405D19505CA250B5C731803400D8DAF963F0DCD((String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral66F9618FDA792CAB23AF2D7FFB50AB2D3E393DC5)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Enumerable_ToArray_TisDeviceRequirement_tAB27570ED81D24759C54FDE48B6DD74FF51649C9_mE9DA44AD6A46B78CD9740B889EB0A7D5D15B2295_RuntimeMethod_var))); } IL_000e: { RuntimeObject* L_2 = ___source0; Buffer_1_t63E013C561ABA2C50A4BA0341AE14F2EEEC13ED0 L_3; memset((&L_3), 0, sizeof(L_3)); Buffer_1__ctor_m8409CAD5F0775878FF5003DEB7577119E3DE79CA((&L_3), (RuntimeObject*)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); V_0 = (Buffer_1_t63E013C561ABA2C50A4BA0341AE14F2EEEC13ED0 )L_3; DeviceRequirementU5BU5D_tBAAEA8AD0E93A8EF9DF98E9F4957B7A56286E795* L_4; L_4 = Buffer_1_ToArray_m2D6400CA2603F2C65E368EFE660571B9C6541940((Buffer_1_t63E013C561ABA2C50A4BA0341AE14F2EEEC13ED0 *)(Buffer_1_t63E013C561ABA2C50A4BA0341AE14F2EEEC13ED0 *)(&V_0), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); return (DeviceRequirementU5BU5D_tBAAEA8AD0E93A8EF9DF98E9F4957B7A56286E795*)L_4; } } // System.Collections.Generic.List`1 System.Linq.Enumerable::ToList(System.Collections.Generic.IEnumerable`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * Enumerable_ToList_TisRuntimeObject_mEB3492D1398C284020E4C9C9E32397DFCD9C6FE7_gshared (RuntimeObject* ___source0, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___source0; if (L_0) { goto IL_000e; } } { Exception_t * L_1; L_1 = Error_ArgumentNull_mC405D19505CA250B5C731803400D8DAF963F0DCD((String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral66F9618FDA792CAB23AF2D7FFB50AB2D3E393DC5)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Enumerable_ToList_TisRuntimeObject_mEB3492D1398C284020E4C9C9E32397DFCD9C6FE7_RuntimeMethod_var))); } IL_000e: { RuntimeObject* L_2 = ___source0; List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * L_3 = (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 *, RuntimeObject*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_3, (RuntimeObject*)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); return (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 *)L_3; } } // System.Collections.Generic.IEnumerable`1 System.Linq.Enumerable::Union(System.Collections.Generic.IEnumerable`1,System.Collections.Generic.IEnumerable`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Enumerable_Union_TisRuntimeObject_m8BDFEBC24D602E1FB476C0EC82FFA0A5F21FD1B6_gshared (RuntimeObject* ___first0, RuntimeObject* ___second1, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___first0; if (L_0) { goto IL_000e; } } { Exception_t * L_1; L_1 = Error_ArgumentNull_mC405D19505CA250B5C731803400D8DAF963F0DCD((String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7342733D8103FEFBE51AC627B4F279696F4D7CC9)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Enumerable_Union_TisRuntimeObject_m8BDFEBC24D602E1FB476C0EC82FFA0A5F21FD1B6_RuntimeMethod_var))); } IL_000e: { RuntimeObject* L_2 = ___second1; if (L_2) { goto IL_001c; } } { Exception_t * L_3; L_3 = Error_ArgumentNull_mC405D19505CA250B5C731803400D8DAF963F0DCD((String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral363278D8E9773708C6063667EE23AA08E939B3C7)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Enumerable_Union_TisRuntimeObject_m8BDFEBC24D602E1FB476C0EC82FFA0A5F21FD1B6_RuntimeMethod_var))); } IL_001c: { RuntimeObject* L_4 = ___first0; RuntimeObject* L_5 = ___second1; RuntimeObject* L_6; L_6 = (( RuntimeObject* (*) (RuntimeObject*, RuntimeObject*, RuntimeObject*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((RuntimeObject*)L_4, (RuntimeObject*)L_5, (RuntimeObject*)NULL, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); return (RuntimeObject*)L_6; } } // System.Collections.Generic.IEnumerable`1 System.Linq.Enumerable::UnionIterator(System.Collections.Generic.IEnumerable`1,System.Collections.Generic.IEnumerable`1,System.Collections.Generic.IEqualityComparer`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Enumerable_UnionIterator_TisRuntimeObject_m0BAC946051B9822DDBDE8554E101B93DE2A37DBD_gshared (RuntimeObject* ___first0, RuntimeObject* ___second1, RuntimeObject* ___comparer2, const RuntimeMethod* method) { { U3CUnionIteratorU3Ed__71_1_t02EB1744216A34ECF5B016923BE3986B209313E4 * L_0 = (U3CUnionIteratorU3Ed__71_1_t02EB1744216A34ECF5B016923BE3986B209313E4 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (U3CUnionIteratorU3Ed__71_1_t02EB1744216A34ECF5B016923BE3986B209313E4 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_0, (int32_t)((int32_t)-2), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); U3CUnionIteratorU3Ed__71_1_t02EB1744216A34ECF5B016923BE3986B209313E4 * L_1 = (U3CUnionIteratorU3Ed__71_1_t02EB1744216A34ECF5B016923BE3986B209313E4 *)L_0; RuntimeObject* L_2 = ___first0; NullCheck(L_1); L_1->set_U3CU3E3__first_6(L_2); U3CUnionIteratorU3Ed__71_1_t02EB1744216A34ECF5B016923BE3986B209313E4 * L_3 = (U3CUnionIteratorU3Ed__71_1_t02EB1744216A34ECF5B016923BE3986B209313E4 *)L_1; RuntimeObject* L_4 = ___second1; NullCheck(L_3); L_3->set_U3CU3E3__second_9(L_4); U3CUnionIteratorU3Ed__71_1_t02EB1744216A34ECF5B016923BE3986B209313E4 * L_5 = (U3CUnionIteratorU3Ed__71_1_t02EB1744216A34ECF5B016923BE3986B209313E4 *)L_3; RuntimeObject* L_6 = ___comparer2; NullCheck(L_5); L_5->set_U3CU3E3__comparer_4(L_6); return (RuntimeObject*)L_5; } } // System.Collections.Generic.IEnumerable`1 System.Linq.Enumerable::Where>(System.Collections.Generic.IEnumerable`1,System.Func`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Enumerable_Where_TisKeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625_mC6A769FD373ACE2998055D446E381D10AD4725E0_gshared (RuntimeObject* ___source0, Func_2_tD570D29C5027C04365E3BD2965A2B25DE326F8D7 * ___predicate1, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___source0; if (L_0) { goto IL_000e; } } { Exception_t * L_1; L_1 = Error_ArgumentNull_mC405D19505CA250B5C731803400D8DAF963F0DCD((String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral66F9618FDA792CAB23AF2D7FFB50AB2D3E393DC5)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Enumerable_Where_TisKeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625_mC6A769FD373ACE2998055D446E381D10AD4725E0_RuntimeMethod_var))); } IL_000e: { Func_2_tD570D29C5027C04365E3BD2965A2B25DE326F8D7 * L_2 = ___predicate1; if (L_2) { goto IL_001c; } } { Exception_t * L_3; L_3 = Error_ArgumentNull_mC405D19505CA250B5C731803400D8DAF963F0DCD((String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7EE837B2FC81E79F9F96BEFD9CD8B64870F5C628)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Enumerable_Where_TisKeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625_mC6A769FD373ACE2998055D446E381D10AD4725E0_RuntimeMethod_var))); } IL_001c: { RuntimeObject* L_4 = ___source0; if (!((Iterator_1_t9A3E8D851CE5C3F0E1C5893577C797E17FAA5366 *)IsInst((RuntimeObject*)L_4, IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))) { goto IL_0031; } } { RuntimeObject* L_5 = ___source0; Func_2_tD570D29C5027C04365E3BD2965A2B25DE326F8D7 * L_6 = ___predicate1; NullCheck((Iterator_1_t9A3E8D851CE5C3F0E1C5893577C797E17FAA5366 *)((Iterator_1_t9A3E8D851CE5C3F0E1C5893577C797E17FAA5366 *)Castclass((RuntimeObject*)L_5, IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))); RuntimeObject* L_7; L_7 = VirtFuncInvoker1< RuntimeObject*, Func_2_tD570D29C5027C04365E3BD2965A2B25DE326F8D7 * >::Invoke(15 /* System.Collections.Generic.IEnumerable`1 System.Linq.Enumerable/Iterator`1>::Where(System.Func`2) */, (Iterator_1_t9A3E8D851CE5C3F0E1C5893577C797E17FAA5366 *)((Iterator_1_t9A3E8D851CE5C3F0E1C5893577C797E17FAA5366 *)Castclass((RuntimeObject*)L_5, IL2CPP_RGCTX_DATA(method->rgctx_data, 0))), (Func_2_tD570D29C5027C04365E3BD2965A2B25DE326F8D7 *)L_6); return (RuntimeObject*)L_7; } IL_0031: { RuntimeObject* L_8 = ___source0; if (!((KeyValuePair_2U5BU5D_tA780E964000F617CC6335A0DEC92B09FE0085E1C*)IsInst((RuntimeObject*)L_8, IL2CPP_RGCTX_DATA(method->rgctx_data, 2)))) { goto IL_0046; } } { RuntimeObject* L_9 = ___source0; Func_2_tD570D29C5027C04365E3BD2965A2B25DE326F8D7 * L_10 = ___predicate1; WhereArrayIterator_1_tA75DA39521F05F3883C639BA3B7651F5FCD1B25A * L_11 = (WhereArrayIterator_1_tA75DA39521F05F3883C639BA3B7651F5FCD1B25A *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 3)); (( void (*) (WhereArrayIterator_1_tA75DA39521F05F3883C639BA3B7651F5FCD1B25A *, KeyValuePair_2U5BU5D_tA780E964000F617CC6335A0DEC92B09FE0085E1C*, Func_2_tD570D29C5027C04365E3BD2965A2B25DE326F8D7 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)->methodPointer)(L_11, (KeyValuePair_2U5BU5D_tA780E964000F617CC6335A0DEC92B09FE0085E1C*)((KeyValuePair_2U5BU5D_tA780E964000F617CC6335A0DEC92B09FE0085E1C*)Castclass((RuntimeObject*)L_9, IL2CPP_RGCTX_DATA(method->rgctx_data, 2))), (Func_2_tD570D29C5027C04365E3BD2965A2B25DE326F8D7 *)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)); return (RuntimeObject*)L_11; } IL_0046: { RuntimeObject* L_12 = ___source0; if (!((List_1_tFBF6A022293416BA5AD7B89F3A150C81EF05606E *)IsInst((RuntimeObject*)L_12, IL2CPP_RGCTX_DATA(method->rgctx_data, 5)))) { goto IL_005b; } } { RuntimeObject* L_13 = ___source0; Func_2_tD570D29C5027C04365E3BD2965A2B25DE326F8D7 * L_14 = ___predicate1; WhereListIterator_1_t8ED0122CFDC0D98BEACF64F1CF782443FE1312E3 * L_15 = (WhereListIterator_1_t8ED0122CFDC0D98BEACF64F1CF782443FE1312E3 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 6)); (( void (*) (WhereListIterator_1_t8ED0122CFDC0D98BEACF64F1CF782443FE1312E3 *, List_1_tFBF6A022293416BA5AD7B89F3A150C81EF05606E *, Func_2_tD570D29C5027C04365E3BD2965A2B25DE326F8D7 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 7)->methodPointer)(L_15, (List_1_tFBF6A022293416BA5AD7B89F3A150C81EF05606E *)((List_1_tFBF6A022293416BA5AD7B89F3A150C81EF05606E *)Castclass((RuntimeObject*)L_13, IL2CPP_RGCTX_DATA(method->rgctx_data, 5))), (Func_2_tD570D29C5027C04365E3BD2965A2B25DE326F8D7 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 7)); return (RuntimeObject*)L_15; } IL_005b: { RuntimeObject* L_16 = ___source0; Func_2_tD570D29C5027C04365E3BD2965A2B25DE326F8D7 * L_17 = ___predicate1; WhereEnumerableIterator_1_t280A111308444ADF95E9634B9AE20C1A478740E9 * L_18 = (WhereEnumerableIterator_1_t280A111308444ADF95E9634B9AE20C1A478740E9 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 8)); (( void (*) (WhereEnumerableIterator_1_t280A111308444ADF95E9634B9AE20C1A478740E9 *, RuntimeObject*, Func_2_tD570D29C5027C04365E3BD2965A2B25DE326F8D7 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 9)->methodPointer)(L_18, (RuntimeObject*)L_16, (Func_2_tD570D29C5027C04365E3BD2965A2B25DE326F8D7 *)L_17, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 9)); return (RuntimeObject*)L_18; } } // System.Collections.Generic.IEnumerable`1 System.Linq.Enumerable::Where(System.Collections.Generic.IEnumerable`1,System.Func`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Enumerable_Where_TisRuntimeObject_m016E64EEAC35EA6D2A28616261EA1C34A4365B4A_gshared (RuntimeObject* ___source0, Func_2_t99409DECFF50F0FA9B427C863AC6C99C66E6F9F8 * ___predicate1, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___source0; if (L_0) { goto IL_000e; } } { Exception_t * L_1; L_1 = Error_ArgumentNull_mC405D19505CA250B5C731803400D8DAF963F0DCD((String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral66F9618FDA792CAB23AF2D7FFB50AB2D3E393DC5)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Enumerable_Where_TisRuntimeObject_m016E64EEAC35EA6D2A28616261EA1C34A4365B4A_RuntimeMethod_var))); } IL_000e: { Func_2_t99409DECFF50F0FA9B427C863AC6C99C66E6F9F8 * L_2 = ___predicate1; if (L_2) { goto IL_001c; } } { Exception_t * L_3; L_3 = Error_ArgumentNull_mC405D19505CA250B5C731803400D8DAF963F0DCD((String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7EE837B2FC81E79F9F96BEFD9CD8B64870F5C628)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Enumerable_Where_TisRuntimeObject_m016E64EEAC35EA6D2A28616261EA1C34A4365B4A_RuntimeMethod_var))); } IL_001c: { RuntimeObject* L_4 = ___source0; if (!((Iterator_1_t674ABE41CF4096D4BE4D51E21FEBDADBF74CC279 *)IsInst((RuntimeObject*)L_4, IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))) { goto IL_0031; } } { RuntimeObject* L_5 = ___source0; Func_2_t99409DECFF50F0FA9B427C863AC6C99C66E6F9F8 * L_6 = ___predicate1; NullCheck((Iterator_1_t674ABE41CF4096D4BE4D51E21FEBDADBF74CC279 *)((Iterator_1_t674ABE41CF4096D4BE4D51E21FEBDADBF74CC279 *)Castclass((RuntimeObject*)L_5, IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))); RuntimeObject* L_7; L_7 = VirtFuncInvoker1< RuntimeObject*, Func_2_t99409DECFF50F0FA9B427C863AC6C99C66E6F9F8 * >::Invoke(15 /* System.Collections.Generic.IEnumerable`1 System.Linq.Enumerable/Iterator`1::Where(System.Func`2) */, (Iterator_1_t674ABE41CF4096D4BE4D51E21FEBDADBF74CC279 *)((Iterator_1_t674ABE41CF4096D4BE4D51E21FEBDADBF74CC279 *)Castclass((RuntimeObject*)L_5, IL2CPP_RGCTX_DATA(method->rgctx_data, 0))), (Func_2_t99409DECFF50F0FA9B427C863AC6C99C66E6F9F8 *)L_6); return (RuntimeObject*)L_7; } IL_0031: { RuntimeObject* L_8 = ___source0; if (!((ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)IsInst((RuntimeObject*)L_8, IL2CPP_RGCTX_DATA(method->rgctx_data, 2)))) { goto IL_0046; } } { RuntimeObject* L_9 = ___source0; Func_2_t99409DECFF50F0FA9B427C863AC6C99C66E6F9F8 * L_10 = ___predicate1; WhereArrayIterator_1_t7D84D638EB94F5CC3BE1B29D8FC781CA8CD15A86 * L_11 = (WhereArrayIterator_1_t7D84D638EB94F5CC3BE1B29D8FC781CA8CD15A86 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 3)); (( void (*) (WhereArrayIterator_1_t7D84D638EB94F5CC3BE1B29D8FC781CA8CD15A86 *, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*, Func_2_t99409DECFF50F0FA9B427C863AC6C99C66E6F9F8 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)->methodPointer)(L_11, (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)((ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)Castclass((RuntimeObject*)L_9, IL2CPP_RGCTX_DATA(method->rgctx_data, 2))), (Func_2_t99409DECFF50F0FA9B427C863AC6C99C66E6F9F8 *)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)); return (RuntimeObject*)L_11; } IL_0046: { RuntimeObject* L_12 = ___source0; if (!((List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 *)IsInst((RuntimeObject*)L_12, IL2CPP_RGCTX_DATA(method->rgctx_data, 5)))) { goto IL_005b; } } { RuntimeObject* L_13 = ___source0; Func_2_t99409DECFF50F0FA9B427C863AC6C99C66E6F9F8 * L_14 = ___predicate1; WhereListIterator_1_t42618389DB998070E03A982D15FA39BCA1DB56BD * L_15 = (WhereListIterator_1_t42618389DB998070E03A982D15FA39BCA1DB56BD *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 6)); (( void (*) (WhereListIterator_1_t42618389DB998070E03A982D15FA39BCA1DB56BD *, List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 *, Func_2_t99409DECFF50F0FA9B427C863AC6C99C66E6F9F8 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 7)->methodPointer)(L_15, (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 *)((List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 *)Castclass((RuntimeObject*)L_13, IL2CPP_RGCTX_DATA(method->rgctx_data, 5))), (Func_2_t99409DECFF50F0FA9B427C863AC6C99C66E6F9F8 *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 7)); return (RuntimeObject*)L_15; } IL_005b: { RuntimeObject* L_16 = ___source0; Func_2_t99409DECFF50F0FA9B427C863AC6C99C66E6F9F8 * L_17 = ___predicate1; WhereEnumerableIterator_1_t1E9FDCFD8F8136C6A5A5740C1E093EF03F0B5CE0 * L_18 = (WhereEnumerableIterator_1_t1E9FDCFD8F8136C6A5A5740C1E093EF03F0B5CE0 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 8)); (( void (*) (WhereEnumerableIterator_1_t1E9FDCFD8F8136C6A5A5740C1E093EF03F0B5CE0 *, RuntimeObject*, Func_2_t99409DECFF50F0FA9B427C863AC6C99C66E6F9F8 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 9)->methodPointer)(L_18, (RuntimeObject*)L_16, (Func_2_t99409DECFF50F0FA9B427C863AC6C99C66E6F9F8 *)L_17, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 9)); return (RuntimeObject*)L_18; } } // System.Collections.Generic.IEnumerable`1 System.Linq.Enumerable::Where(System.Collections.Generic.IEnumerable`1,System.Func`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Enumerable_Where_TisControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15_m4F576097B0C0BAA1752861F01402FB324C645454_gshared (RuntimeObject* ___source0, Func_2_t6D3B67831BA6BBB7266E343D7EAEFF60C17F92DF * ___predicate1, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___source0; if (L_0) { goto IL_000e; } } { Exception_t * L_1; L_1 = Error_ArgumentNull_mC405D19505CA250B5C731803400D8DAF963F0DCD((String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral66F9618FDA792CAB23AF2D7FFB50AB2D3E393DC5)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Enumerable_Where_TisControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15_m4F576097B0C0BAA1752861F01402FB324C645454_RuntimeMethod_var))); } IL_000e: { Func_2_t6D3B67831BA6BBB7266E343D7EAEFF60C17F92DF * L_2 = ___predicate1; if (L_2) { goto IL_001c; } } { Exception_t * L_3; L_3 = Error_ArgumentNull_mC405D19505CA250B5C731803400D8DAF963F0DCD((String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7EE837B2FC81E79F9F96BEFD9CD8B64870F5C628)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Enumerable_Where_TisControlItem_t88696CA6FA7E3E6EDBF31BD5A8994D959F583B15_m4F576097B0C0BAA1752861F01402FB324C645454_RuntimeMethod_var))); } IL_001c: { RuntimeObject* L_4 = ___source0; if (!((Iterator_1_t2711EA98CD5C8E6E87A241C66556EFDB99842473 *)IsInst((RuntimeObject*)L_4, IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))) { goto IL_0031; } } { RuntimeObject* L_5 = ___source0; Func_2_t6D3B67831BA6BBB7266E343D7EAEFF60C17F92DF * L_6 = ___predicate1; NullCheck((Iterator_1_t2711EA98CD5C8E6E87A241C66556EFDB99842473 *)((Iterator_1_t2711EA98CD5C8E6E87A241C66556EFDB99842473 *)Castclass((RuntimeObject*)L_5, IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))); RuntimeObject* L_7; L_7 = VirtFuncInvoker1< RuntimeObject*, Func_2_t6D3B67831BA6BBB7266E343D7EAEFF60C17F92DF * >::Invoke(15 /* System.Collections.Generic.IEnumerable`1 System.Linq.Enumerable/Iterator`1::Where(System.Func`2) */, (Iterator_1_t2711EA98CD5C8E6E87A241C66556EFDB99842473 *)((Iterator_1_t2711EA98CD5C8E6E87A241C66556EFDB99842473 *)Castclass((RuntimeObject*)L_5, IL2CPP_RGCTX_DATA(method->rgctx_data, 0))), (Func_2_t6D3B67831BA6BBB7266E343D7EAEFF60C17F92DF *)L_6); return (RuntimeObject*)L_7; } IL_0031: { RuntimeObject* L_8 = ___source0; if (!((ControlItemU5BU5D_t534859CA6A52E2EC9DDDCA52FE280E8D5CD598DB*)IsInst((RuntimeObject*)L_8, IL2CPP_RGCTX_DATA(method->rgctx_data, 2)))) { goto IL_0046; } } { RuntimeObject* L_9 = ___source0; Func_2_t6D3B67831BA6BBB7266E343D7EAEFF60C17F92DF * L_10 = ___predicate1; WhereArrayIterator_1_t27BA96004BE53807B1028D1D8BFA586A91E96030 * L_11 = (WhereArrayIterator_1_t27BA96004BE53807B1028D1D8BFA586A91E96030 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 3)); (( void (*) (WhereArrayIterator_1_t27BA96004BE53807B1028D1D8BFA586A91E96030 *, ControlItemU5BU5D_t534859CA6A52E2EC9DDDCA52FE280E8D5CD598DB*, Func_2_t6D3B67831BA6BBB7266E343D7EAEFF60C17F92DF *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)->methodPointer)(L_11, (ControlItemU5BU5D_t534859CA6A52E2EC9DDDCA52FE280E8D5CD598DB*)((ControlItemU5BU5D_t534859CA6A52E2EC9DDDCA52FE280E8D5CD598DB*)Castclass((RuntimeObject*)L_9, IL2CPP_RGCTX_DATA(method->rgctx_data, 2))), (Func_2_t6D3B67831BA6BBB7266E343D7EAEFF60C17F92DF *)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)); return (RuntimeObject*)L_11; } IL_0046: { RuntimeObject* L_12 = ___source0; if (!((List_1_tB7B59A258A4A84FCB5A2CC59F934C8B230EA963F *)IsInst((RuntimeObject*)L_12, IL2CPP_RGCTX_DATA(method->rgctx_data, 5)))) { goto IL_005b; } } { RuntimeObject* L_13 = ___source0; Func_2_t6D3B67831BA6BBB7266E343D7EAEFF60C17F92DF * L_14 = ___predicate1; WhereListIterator_1_t578D3A8880FE8DFFE9A8B7462A4D3004DEDB1FD0 * L_15 = (WhereListIterator_1_t578D3A8880FE8DFFE9A8B7462A4D3004DEDB1FD0 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 6)); (( void (*) (WhereListIterator_1_t578D3A8880FE8DFFE9A8B7462A4D3004DEDB1FD0 *, List_1_tB7B59A258A4A84FCB5A2CC59F934C8B230EA963F *, Func_2_t6D3B67831BA6BBB7266E343D7EAEFF60C17F92DF *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 7)->methodPointer)(L_15, (List_1_tB7B59A258A4A84FCB5A2CC59F934C8B230EA963F *)((List_1_tB7B59A258A4A84FCB5A2CC59F934C8B230EA963F *)Castclass((RuntimeObject*)L_13, IL2CPP_RGCTX_DATA(method->rgctx_data, 5))), (Func_2_t6D3B67831BA6BBB7266E343D7EAEFF60C17F92DF *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 7)); return (RuntimeObject*)L_15; } IL_005b: { RuntimeObject* L_16 = ___source0; Func_2_t6D3B67831BA6BBB7266E343D7EAEFF60C17F92DF * L_17 = ___predicate1; WhereEnumerableIterator_1_t9A9C4F1C2DF243CCF60AE823D966E68DD70188D0 * L_18 = (WhereEnumerableIterator_1_t9A9C4F1C2DF243CCF60AE823D966E68DD70188D0 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 8)); (( void (*) (WhereEnumerableIterator_1_t9A9C4F1C2DF243CCF60AE823D966E68DD70188D0 *, RuntimeObject*, Func_2_t6D3B67831BA6BBB7266E343D7EAEFF60C17F92DF *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 9)->methodPointer)(L_18, (RuntimeObject*)L_16, (Func_2_t6D3B67831BA6BBB7266E343D7EAEFF60C17F92DF *)L_17, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 9)); return (RuntimeObject*)L_18; } } // System.Boolean UnityEngine.EventSystems.ExecuteEvents::CanHandleEvent(UnityEngine.GameObject) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ExecuteEvents_CanHandleEvent_TisRuntimeObject_m8EF14D03BC6B2836DC7086B4F35E456700ECBF07_gshared (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___go0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ExecuteEvents_tEA324150A01AFB802974FA8B7DB1C19F83FECA68_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_mD5E4C1B6AE019CAC21D820FB2E7E91698F15649A_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectPool_1_Get_m05FBB16377141E818AC351156075B2698118119C_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectPool_1_Release_m473CF1CC05FEB28DC06709FFDDE07C5777811614_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } List_1_t9F9214BCC9E2E91710F684F76185A72C087B90F5 * V_0 = NULL; { // var internalHandlers = s_HandlerListPool.Get(); IL2CPP_RUNTIME_CLASS_INIT(ExecuteEvents_tEA324150A01AFB802974FA8B7DB1C19F83FECA68_il2cpp_TypeInfo_var); ObjectPool_1_t7DE371FC4173D0882831B9DD0945CA448A3BAB31 * L_0 = ((ExecuteEvents_tEA324150A01AFB802974FA8B7DB1C19F83FECA68_StaticFields*)il2cpp_codegen_static_fields_for(ExecuteEvents_tEA324150A01AFB802974FA8B7DB1C19F83FECA68_il2cpp_TypeInfo_var))->get_s_HandlerListPool_17(); NullCheck((ObjectPool_1_t7DE371FC4173D0882831B9DD0945CA448A3BAB31 *)L_0); List_1_t9F9214BCC9E2E91710F684F76185A72C087B90F5 * L_1; L_1 = ObjectPool_1_Get_m05FBB16377141E818AC351156075B2698118119C((ObjectPool_1_t7DE371FC4173D0882831B9DD0945CA448A3BAB31 *)L_0, /*hidden argument*/ObjectPool_1_Get_m05FBB16377141E818AC351156075B2698118119C_RuntimeMethod_var); V_0 = (List_1_t9F9214BCC9E2E91710F684F76185A72C087B90F5 *)L_1; // GetEventList(go, internalHandlers); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_2 = ___go0; List_1_t9F9214BCC9E2E91710F684F76185A72C087B90F5 * L_3 = V_0; (( void (*) (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 *, RuntimeObject*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 *)L_2, (RuntimeObject*)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); // var handlerCount = internalHandlers.Count; List_1_t9F9214BCC9E2E91710F684F76185A72C087B90F5 * L_4 = V_0; NullCheck((List_1_t9F9214BCC9E2E91710F684F76185A72C087B90F5 *)L_4); int32_t L_5; L_5 = List_1_get_Count_mD5E4C1B6AE019CAC21D820FB2E7E91698F15649A_inline((List_1_t9F9214BCC9E2E91710F684F76185A72C087B90F5 *)L_4, /*hidden argument*/List_1_get_Count_mD5E4C1B6AE019CAC21D820FB2E7E91698F15649A_RuntimeMethod_var); // s_HandlerListPool.Release(internalHandlers); ObjectPool_1_t7DE371FC4173D0882831B9DD0945CA448A3BAB31 * L_6 = ((ExecuteEvents_tEA324150A01AFB802974FA8B7DB1C19F83FECA68_StaticFields*)il2cpp_codegen_static_fields_for(ExecuteEvents_tEA324150A01AFB802974FA8B7DB1C19F83FECA68_il2cpp_TypeInfo_var))->get_s_HandlerListPool_17(); List_1_t9F9214BCC9E2E91710F684F76185A72C087B90F5 * L_7 = V_0; NullCheck((ObjectPool_1_t7DE371FC4173D0882831B9DD0945CA448A3BAB31 *)L_6); ObjectPool_1_Release_m473CF1CC05FEB28DC06709FFDDE07C5777811614((ObjectPool_1_t7DE371FC4173D0882831B9DD0945CA448A3BAB31 *)L_6, (List_1_t9F9214BCC9E2E91710F684F76185A72C087B90F5 *)L_7, /*hidden argument*/ObjectPool_1_Release_m473CF1CC05FEB28DC06709FFDDE07C5777811614_RuntimeMethod_var); // return handlerCount != 0; return (bool)((!(((uint32_t)L_5) <= ((uint32_t)0)))? 1 : 0); } } // System.Boolean UnityEngine.EventSystems.ExecuteEvents::Execute(UnityEngine.GameObject,UnityEngine.EventSystems.BaseEventData,UnityEngine.EventSystems.ExecuteEvents/EventFunction`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ExecuteEvents_Execute_TisRuntimeObject_mA3111767657BF1D315482236414438D412626BDE_gshared (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___target0, BaseEventData_t722C48843CF21B50E06CC0E2E679415E38A7444E * ___eventData1, EventFunction_1_t10AC44967751F27B2BFC1CDA880B1466D87483F1 * ___functor2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ExecuteEvents_tEA324150A01AFB802974FA8B7DB1C19F83FECA68_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_mD5E4C1B6AE019CAC21D820FB2E7E91698F15649A_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_m5E5C6CDA5EB40C8D48121A2510A2787A03131470_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectPool_1_Get_m05FBB16377141E818AC351156075B2698118119C_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectPool_1_Release_m473CF1CC05FEB28DC06709FFDDE07C5777811614_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } List_1_t9F9214BCC9E2E91710F684F76185A72C087B90F5 * V_0 = NULL; int32_t V_1 = 0; int32_t V_2 = 0; RuntimeObject * V_3 = NULL; Exception_t * V_4 = NULL; RuntimeObject* V_5 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { // var internalHandlers = s_HandlerListPool.Get(); IL2CPP_RUNTIME_CLASS_INIT(ExecuteEvents_tEA324150A01AFB802974FA8B7DB1C19F83FECA68_il2cpp_TypeInfo_var); ObjectPool_1_t7DE371FC4173D0882831B9DD0945CA448A3BAB31 * L_0 = ((ExecuteEvents_tEA324150A01AFB802974FA8B7DB1C19F83FECA68_StaticFields*)il2cpp_codegen_static_fields_for(ExecuteEvents_tEA324150A01AFB802974FA8B7DB1C19F83FECA68_il2cpp_TypeInfo_var))->get_s_HandlerListPool_17(); NullCheck((ObjectPool_1_t7DE371FC4173D0882831B9DD0945CA448A3BAB31 *)L_0); List_1_t9F9214BCC9E2E91710F684F76185A72C087B90F5 * L_1; L_1 = ObjectPool_1_Get_m05FBB16377141E818AC351156075B2698118119C((ObjectPool_1_t7DE371FC4173D0882831B9DD0945CA448A3BAB31 *)L_0, /*hidden argument*/ObjectPool_1_Get_m05FBB16377141E818AC351156075B2698118119C_RuntimeMethod_var); V_0 = (List_1_t9F9214BCC9E2E91710F684F76185A72C087B90F5 *)L_1; // GetEventList(target, internalHandlers); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_2 = ___target0; List_1_t9F9214BCC9E2E91710F684F76185A72C087B90F5 * L_3 = V_0; (( void (*) (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 *, RuntimeObject*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 *)L_2, (RuntimeObject*)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); // var internalHandlersCount = internalHandlers.Count; List_1_t9F9214BCC9E2E91710F684F76185A72C087B90F5 * L_4 = V_0; NullCheck((List_1_t9F9214BCC9E2E91710F684F76185A72C087B90F5 *)L_4); int32_t L_5; L_5 = List_1_get_Count_mD5E4C1B6AE019CAC21D820FB2E7E91698F15649A_inline((List_1_t9F9214BCC9E2E91710F684F76185A72C087B90F5 *)L_4, /*hidden argument*/List_1_get_Count_mD5E4C1B6AE019CAC21D820FB2E7E91698F15649A_RuntimeMethod_var); V_1 = (int32_t)L_5; // for (var i = 0; i < internalHandlersCount; i++) V_2 = (int32_t)0; goto IL_0081; } IL_001d: { } IL_001e: try { // begin try (depth: 1) // arg = (T)internalHandlers[i]; List_1_t9F9214BCC9E2E91710F684F76185A72C087B90F5 * L_6 = V_0; int32_t L_7 = V_2; NullCheck((List_1_t9F9214BCC9E2E91710F684F76185A72C087B90F5 *)L_6); RuntimeObject* L_8; L_8 = List_1_get_Item_m5E5C6CDA5EB40C8D48121A2510A2787A03131470_inline((List_1_t9F9214BCC9E2E91710F684F76185A72C087B90F5 *)L_6, (int32_t)L_7, /*hidden argument*/List_1_get_Item_m5E5C6CDA5EB40C8D48121A2510A2787A03131470_RuntimeMethod_var); V_3 = (RuntimeObject *)((RuntimeObject *)Castclass((RuntimeObject*)L_8, IL2CPP_RGCTX_DATA(method->rgctx_data, 1))); // } goto IL_006b; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_002d; } throw e; } CATCH_002d: { // begin catch(System.Exception) // catch (Exception e) V_4 = (Exception_t *)((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *)); // var temp = internalHandlers[i]; List_1_t9F9214BCC9E2E91710F684F76185A72C087B90F5 * L_9 = V_0; int32_t L_10 = V_2; NullCheck((List_1_t9F9214BCC9E2E91710F684F76185A72C087B90F5 *)L_9); RuntimeObject* L_11; L_11 = List_1_get_Item_m5E5C6CDA5EB40C8D48121A2510A2787A03131470_inline((List_1_t9F9214BCC9E2E91710F684F76185A72C087B90F5 *)L_9, (int32_t)L_10, /*hidden argument*/((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&List_1_get_Item_m5E5C6CDA5EB40C8D48121A2510A2787A03131470_RuntimeMethod_var))); V_5 = (RuntimeObject*)L_11; // Debug.LogException(new Exception(string.Format("Type {0} expected {1} received.", typeof(T).Name, temp.GetType().Name), e)); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_12 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(method->rgctx_data, 2)) }; IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Type_t_il2cpp_TypeInfo_var))); Type_t * L_13; L_13 = Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_12, /*hidden argument*/NULL); NullCheck((MemberInfo_t *)L_13); String_t* L_14; L_14 = VirtFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, (MemberInfo_t *)L_13); RuntimeObject* L_15 = V_5; NullCheck((RuntimeObject *)L_15); Type_t * L_16; L_16 = Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B((RuntimeObject *)L_15, /*hidden argument*/NULL); NullCheck((MemberInfo_t *)L_16); String_t* L_17; L_17 = VirtFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, (MemberInfo_t *)L_16); String_t* L_18; L_18 = String_Format_m8464C6DD7299114954DA87FC39FCD129F3E2ACA2((String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral35F8E3A0586AED464D767EC8F8B084C783BDD7F6)), (RuntimeObject *)L_14, (RuntimeObject *)L_17, /*hidden argument*/NULL); Exception_t * L_19 = V_4; Exception_t * L_20 = (Exception_t *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var))); Exception__ctor_mB842BA6E644CDB9DB058F5628BB90DF5EF22C080(L_20, (String_t*)L_18, (Exception_t *)L_19, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var))); Debug_LogException_m418B8879895C54AF03169B53DAA24EE9067E3DC7((Exception_t *)L_20, /*hidden argument*/NULL); // continue; IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_007d; } // end catch (depth: 1) IL_006b: { } IL_006c: try { // begin try (depth: 1) // functor(arg, eventData); EventFunction_1_t10AC44967751F27B2BFC1CDA880B1466D87483F1 * L_21 = ___functor2; RuntimeObject * L_22 = V_3; BaseEventData_t722C48843CF21B50E06CC0E2E679415E38A7444E * L_23 = ___eventData1; NullCheck((EventFunction_1_t10AC44967751F27B2BFC1CDA880B1466D87483F1 *)L_21); (( void (*) (EventFunction_1_t10AC44967751F27B2BFC1CDA880B1466D87483F1 *, RuntimeObject *, BaseEventData_t722C48843CF21B50E06CC0E2E679415E38A7444E *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)->methodPointer)((EventFunction_1_t10AC44967751F27B2BFC1CDA880B1466D87483F1 *)L_21, (RuntimeObject *)L_22, (BaseEventData_t722C48843CF21B50E06CC0E2E679415E38A7444E *)L_23, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)); // } goto IL_007d; } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0076; } throw e; } CATCH_0076: { // begin catch(System.Exception) // Debug.LogException(e); IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var))); Debug_LogException_m418B8879895C54AF03169B53DAA24EE9067E3DC7((Exception_t *)((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *)), /*hidden argument*/NULL); // } IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_007d; } // end catch (depth: 1) IL_007d: { // for (var i = 0; i < internalHandlersCount; i++) int32_t L_24 = V_2; V_2 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_24, (int32_t)1)); } IL_0081: { // for (var i = 0; i < internalHandlersCount; i++) int32_t L_25 = V_2; int32_t L_26 = V_1; if ((((int32_t)L_25) < ((int32_t)L_26))) { goto IL_001d; } } { // var handlerCount = internalHandlers.Count; List_1_t9F9214BCC9E2E91710F684F76185A72C087B90F5 * L_27 = V_0; NullCheck((List_1_t9F9214BCC9E2E91710F684F76185A72C087B90F5 *)L_27); int32_t L_28; L_28 = List_1_get_Count_mD5E4C1B6AE019CAC21D820FB2E7E91698F15649A_inline((List_1_t9F9214BCC9E2E91710F684F76185A72C087B90F5 *)L_27, /*hidden argument*/List_1_get_Count_mD5E4C1B6AE019CAC21D820FB2E7E91698F15649A_RuntimeMethod_var); // s_HandlerListPool.Release(internalHandlers); IL2CPP_RUNTIME_CLASS_INIT(ExecuteEvents_tEA324150A01AFB802974FA8B7DB1C19F83FECA68_il2cpp_TypeInfo_var); ObjectPool_1_t7DE371FC4173D0882831B9DD0945CA448A3BAB31 * L_29 = ((ExecuteEvents_tEA324150A01AFB802974FA8B7DB1C19F83FECA68_StaticFields*)il2cpp_codegen_static_fields_for(ExecuteEvents_tEA324150A01AFB802974FA8B7DB1C19F83FECA68_il2cpp_TypeInfo_var))->get_s_HandlerListPool_17(); List_1_t9F9214BCC9E2E91710F684F76185A72C087B90F5 * L_30 = V_0; NullCheck((ObjectPool_1_t7DE371FC4173D0882831B9DD0945CA448A3BAB31 *)L_29); ObjectPool_1_Release_m473CF1CC05FEB28DC06709FFDDE07C5777811614((ObjectPool_1_t7DE371FC4173D0882831B9DD0945CA448A3BAB31 *)L_29, (List_1_t9F9214BCC9E2E91710F684F76185A72C087B90F5 *)L_30, /*hidden argument*/ObjectPool_1_Release_m473CF1CC05FEB28DC06709FFDDE07C5777811614_RuntimeMethod_var); // return handlerCount > 0; return (bool)((((int32_t)L_28) > ((int32_t)0))? 1 : 0); } } // UnityEngine.GameObject UnityEngine.EventSystems.ExecuteEvents::ExecuteHierarchy(UnityEngine.GameObject,UnityEngine.EventSystems.BaseEventData,UnityEngine.EventSystems.ExecuteEvents/EventFunction`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ExecuteEvents_ExecuteHierarchy_TisRuntimeObject_m3136A9CE0E598FCC00F3805D6E403C45F3D026E8_gshared (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___root0, BaseEventData_t722C48843CF21B50E06CC0E2E679415E38A7444E * ___eventData1, EventFunction_1_t10AC44967751F27B2BFC1CDA880B1466D87483F1 * ___callbackFunction2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ExecuteEvents_tEA324150A01AFB802974FA8B7DB1C19F83FECA68_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_m82AF14687C6FA2B1572D859A551E3ADBCBADC3C0_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_m8B222F262DF0C4B49E12B4E87AB2162202744499_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * V_2 = NULL; { // GetEventChain(root, s_InternalTransformList); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_0 = ___root0; IL2CPP_RUNTIME_CLASS_INIT(ExecuteEvents_tEA324150A01AFB802974FA8B7DB1C19F83FECA68_il2cpp_TypeInfo_var); List_1_t27D7842CA3FD659C9BE64845F118C2590EE2D2C0 * L_1 = ((ExecuteEvents_tEA324150A01AFB802974FA8B7DB1C19F83FECA68_StaticFields*)il2cpp_codegen_static_fields_for(ExecuteEvents_tEA324150A01AFB802974FA8B7DB1C19F83FECA68_il2cpp_TypeInfo_var))->get_s_InternalTransformList_18(); ExecuteEvents_GetEventChain_m1B6EA60ED8AB222A384F1B1EC5CD95B6A2D0F52D((GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 *)L_0, (RuntimeObject*)L_1, /*hidden argument*/NULL); // var internalTransformListCount = s_InternalTransformList.Count; List_1_t27D7842CA3FD659C9BE64845F118C2590EE2D2C0 * L_2 = ((ExecuteEvents_tEA324150A01AFB802974FA8B7DB1C19F83FECA68_StaticFields*)il2cpp_codegen_static_fields_for(ExecuteEvents_tEA324150A01AFB802974FA8B7DB1C19F83FECA68_il2cpp_TypeInfo_var))->get_s_InternalTransformList_18(); NullCheck((List_1_t27D7842CA3FD659C9BE64845F118C2590EE2D2C0 *)L_2); int32_t L_3; L_3 = List_1_get_Count_m82AF14687C6FA2B1572D859A551E3ADBCBADC3C0_inline((List_1_t27D7842CA3FD659C9BE64845F118C2590EE2D2C0 *)L_2, /*hidden argument*/List_1_get_Count_m82AF14687C6FA2B1572D859A551E3ADBCBADC3C0_RuntimeMethod_var); V_0 = (int32_t)L_3; // for (var i = 0; i < internalTransformListCount; i++) V_1 = (int32_t)0; goto IL_0040; } IL_001a: { // var transform = s_InternalTransformList[i]; IL2CPP_RUNTIME_CLASS_INIT(ExecuteEvents_tEA324150A01AFB802974FA8B7DB1C19F83FECA68_il2cpp_TypeInfo_var); List_1_t27D7842CA3FD659C9BE64845F118C2590EE2D2C0 * L_4 = ((ExecuteEvents_tEA324150A01AFB802974FA8B7DB1C19F83FECA68_StaticFields*)il2cpp_codegen_static_fields_for(ExecuteEvents_tEA324150A01AFB802974FA8B7DB1C19F83FECA68_il2cpp_TypeInfo_var))->get_s_InternalTransformList_18(); int32_t L_5 = V_1; NullCheck((List_1_t27D7842CA3FD659C9BE64845F118C2590EE2D2C0 *)L_4); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_6; L_6 = List_1_get_Item_m8B222F262DF0C4B49E12B4E87AB2162202744499_inline((List_1_t27D7842CA3FD659C9BE64845F118C2590EE2D2C0 *)L_4, (int32_t)L_5, /*hidden argument*/List_1_get_Item_m8B222F262DF0C4B49E12B4E87AB2162202744499_RuntimeMethod_var); V_2 = (Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 *)L_6; // if (Execute(transform.gameObject, eventData, callbackFunction)) Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_7 = V_2; NullCheck((Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 *)L_7); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_8; L_8 = Component_get_gameObject_m55DC35B149AFB9157582755383BA954655FE0C5B((Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 *)L_7, /*hidden argument*/NULL); BaseEventData_t722C48843CF21B50E06CC0E2E679415E38A7444E * L_9 = ___eventData1; EventFunction_1_t10AC44967751F27B2BFC1CDA880B1466D87483F1 * L_10 = ___callbackFunction2; bool L_11; L_11 = (( bool (*) (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 *, BaseEventData_t722C48843CF21B50E06CC0E2E679415E38A7444E *, EventFunction_1_t10AC44967751F27B2BFC1CDA880B1466D87483F1 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 *)L_8, (BaseEventData_t722C48843CF21B50E06CC0E2E679415E38A7444E *)L_9, (EventFunction_1_t10AC44967751F27B2BFC1CDA880B1466D87483F1 *)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); if (!L_11) { goto IL_003c; } } { // return transform.gameObject; Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_12 = V_2; NullCheck((Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 *)L_12); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_13; L_13 = Component_get_gameObject_m55DC35B149AFB9157582755383BA954655FE0C5B((Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 *)L_12, /*hidden argument*/NULL); return (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 *)L_13; } IL_003c: { // for (var i = 0; i < internalTransformListCount; i++) int32_t L_14 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)1)); } IL_0040: { // for (var i = 0; i < internalTransformListCount; i++) int32_t L_15 = V_1; int32_t L_16 = V_0; if ((((int32_t)L_15) < ((int32_t)L_16))) { goto IL_001a; } } { // return null; return (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 *)NULL; } } // UnityEngine.GameObject UnityEngine.EventSystems.ExecuteEvents::GetEventHandler(UnityEngine.GameObject) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ExecuteEvents_GetEventHandler_TisRuntimeObject_mF452936D8B61C0ADE73E2F87C913500E725B9A7E_gshared (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___root0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ExecuteEvents_tEA324150A01AFB802974FA8B7DB1C19F83FECA68_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * V_0 = NULL; { // if (root == null) GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_0 = ___root0; IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_1; L_1 = Object_op_Equality_m6D7EBC0E6D7E0CE1E9671D21DE14C9158AFB88B2((Object_tF2F3778131EFF286AF62B7B013A170F95A91571A *)L_0, (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A *)NULL, /*hidden argument*/NULL); if (!L_1) { goto IL_000b; } } { // return null; return (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 *)NULL; } IL_000b: { // Transform t = root.transform; GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_2 = ___root0; NullCheck((GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 *)L_2); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_3; L_3 = GameObject_get_transform_m16A80BB92B6C8C5AB696E447014D45EDF1E4DE34((GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 *)L_2, /*hidden argument*/NULL); V_0 = (Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 *)L_3; goto IL_002f; } IL_0014: { // if (CanHandleEvent(t.gameObject)) Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_4 = V_0; NullCheck((Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 *)L_4); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_5; L_5 = Component_get_gameObject_m55DC35B149AFB9157582755383BA954655FE0C5B((Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 *)L_4, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(ExecuteEvents_tEA324150A01AFB802974FA8B7DB1C19F83FECA68_il2cpp_TypeInfo_var); bool L_6; L_6 = (( bool (*) (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 *)L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); if (!L_6) { goto IL_0028; } } { // return t.gameObject; Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_7 = V_0; NullCheck((Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 *)L_7); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_8; L_8 = Component_get_gameObject_m55DC35B149AFB9157582755383BA954655FE0C5B((Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 *)L_7, /*hidden argument*/NULL); return (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 *)L_8; } IL_0028: { // t = t.parent; Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_9 = V_0; NullCheck((Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 *)L_9); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_10; L_10 = Transform_get_parent_m7D06005D9CB55F90F39D42F6A2AF9C7BC80745C9((Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 *)L_9, /*hidden argument*/NULL); V_0 = (Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 *)L_10; } IL_002f: { // while (t != null) Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_11 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_12; L_12 = Object_op_Inequality_mDCB4E958808E725D0612CCABF340B284085F03D6((Object_tF2F3778131EFF286AF62B7B013A170F95A91571A *)L_11, (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A *)NULL, /*hidden argument*/NULL); if (L_12) { goto IL_0014; } } { // return null; return (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 *)NULL; } } // System.Void UnityEngine.EventSystems.ExecuteEvents::GetEventList(UnityEngine.GameObject,System.Collections.Generic.IList`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ExecuteEvents_GetEventList_TisRuntimeObject_m6813FAA1FD05A5706B0F040838D4F254E134566E_gshared (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___go0, RuntimeObject* ___results1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ExecuteEvents_tEA324150A01AFB802974FA8B7DB1C19F83FECA68_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GameObject_GetComponents_TisComponent_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684_m78F13EAC996D3B04F1BE15EC9EDE0D786CAC1611_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ICollection_1_t6081938E0A2CC9BCA80B5D096B57366AA8EEFAC0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEventSystemHandler_t1DD10C5DE6E83E93893A57F62794B08E3FD64DC6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ListPool_1_Get_m3C6F2C4EAFE4CE1AFD976970F6EB7B2414136CF0_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ListPool_1_Release_m9CEB477BBCF2190EA974FFE2C2482EC2A4890760_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ListPool_1_t426E300795786D68F00F883249287A0A601583E9_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_m9F55C8ADF8B0877FF8961B5A9BA55A9A7BFF904E_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_m99F4A60865784DCE41B4ECAEBD910543BBB87A1F_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } List_1_tA3929E98F6AC5A6E95EF799D2E3294F214358C0F * V_0 = NULL; int32_t V_1 = 0; int32_t V_2 = 0; { // if (results == null) RuntimeObject* L_0 = ___results1; if (L_0) { goto IL_0013; } } { // throw new ArgumentException("Results array is null", "results"); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_1 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m71044C2110E357B71A1C30D2561C3F861AF1DC0D(L_1, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2CB8354CCCE320F861C9A48DA25583D5E4A921F5)), (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral9AB16B3999460DDC981865934D979087351A14F2)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ExecuteEvents_GetEventList_TisRuntimeObject_m6813FAA1FD05A5706B0F040838D4F254E134566E_RuntimeMethod_var))); } IL_0013: { // if (go == null || !go.activeInHierarchy) GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_2 = ___go0; IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_3; L_3 = Object_op_Equality_m6D7EBC0E6D7E0CE1E9671D21DE14C9158AFB88B2((Object_tF2F3778131EFF286AF62B7B013A170F95A91571A *)L_2, (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A *)NULL, /*hidden argument*/NULL); if (L_3) { goto IL_0024; } } { GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_4 = ___go0; NullCheck((GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 *)L_4); bool L_5; L_5 = GameObject_get_activeInHierarchy_mA3990AC5F61BB35283188E925C2BE7F7BF67734B((GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 *)L_4, /*hidden argument*/NULL); if (L_5) { goto IL_0025; } } IL_0024: { // return; return; } IL_0025: { // var components = ListPool.Get(); IL2CPP_RUNTIME_CLASS_INIT(ListPool_1_t426E300795786D68F00F883249287A0A601583E9_il2cpp_TypeInfo_var); List_1_tA3929E98F6AC5A6E95EF799D2E3294F214358C0F * L_6; L_6 = ListPool_1_Get_m3C6F2C4EAFE4CE1AFD976970F6EB7B2414136CF0(/*hidden argument*/ListPool_1_Get_m3C6F2C4EAFE4CE1AFD976970F6EB7B2414136CF0_RuntimeMethod_var); V_0 = (List_1_tA3929E98F6AC5A6E95EF799D2E3294F214358C0F *)L_6; // go.GetComponents(components); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_7 = ___go0; List_1_tA3929E98F6AC5A6E95EF799D2E3294F214358C0F * L_8 = V_0; NullCheck((GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 *)L_7); GameObject_GetComponents_TisComponent_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684_m78F13EAC996D3B04F1BE15EC9EDE0D786CAC1611((GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 *)L_7, (List_1_tA3929E98F6AC5A6E95EF799D2E3294F214358C0F *)L_8, /*hidden argument*/GameObject_GetComponents_TisComponent_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684_m78F13EAC996D3B04F1BE15EC9EDE0D786CAC1611_RuntimeMethod_var); // var componentsCount = components.Count; List_1_tA3929E98F6AC5A6E95EF799D2E3294F214358C0F * L_9 = V_0; NullCheck((List_1_tA3929E98F6AC5A6E95EF799D2E3294F214358C0F *)L_9); int32_t L_10; L_10 = List_1_get_Count_m9F55C8ADF8B0877FF8961B5A9BA55A9A7BFF904E_inline((List_1_tA3929E98F6AC5A6E95EF799D2E3294F214358C0F *)L_9, /*hidden argument*/List_1_get_Count_m9F55C8ADF8B0877FF8961B5A9BA55A9A7BFF904E_RuntimeMethod_var); V_1 = (int32_t)L_10; // for (var i = 0; i < componentsCount; i++) V_2 = (int32_t)0; goto IL_0061; } IL_003d: { // if (!ShouldSendToComponent(components[i])) List_1_tA3929E98F6AC5A6E95EF799D2E3294F214358C0F * L_11 = V_0; int32_t L_12 = V_2; NullCheck((List_1_tA3929E98F6AC5A6E95EF799D2E3294F214358C0F *)L_11); Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 * L_13; L_13 = List_1_get_Item_m99F4A60865784DCE41B4ECAEBD910543BBB87A1F_inline((List_1_tA3929E98F6AC5A6E95EF799D2E3294F214358C0F *)L_11, (int32_t)L_12, /*hidden argument*/List_1_get_Item_m99F4A60865784DCE41B4ECAEBD910543BBB87A1F_RuntimeMethod_var); IL2CPP_RUNTIME_CLASS_INIT(ExecuteEvents_tEA324150A01AFB802974FA8B7DB1C19F83FECA68_il2cpp_TypeInfo_var); bool L_14; L_14 = (( bool (*) (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 *)L_13, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); if (!L_14) { goto IL_005d; } } { // results.Add(components[i] as IEventSystemHandler); RuntimeObject* L_15 = ___results1; List_1_tA3929E98F6AC5A6E95EF799D2E3294F214358C0F * L_16 = V_0; int32_t L_17 = V_2; NullCheck((List_1_tA3929E98F6AC5A6E95EF799D2E3294F214358C0F *)L_16); Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 * L_18; L_18 = List_1_get_Item_m99F4A60865784DCE41B4ECAEBD910543BBB87A1F_inline((List_1_tA3929E98F6AC5A6E95EF799D2E3294F214358C0F *)L_16, (int32_t)L_17, /*hidden argument*/List_1_get_Item_m99F4A60865784DCE41B4ECAEBD910543BBB87A1F_RuntimeMethod_var); NullCheck((RuntimeObject*)L_15); InterfaceActionInvoker1< RuntimeObject* >::Invoke(2 /* System.Void System.Collections.Generic.ICollection`1::Add(!0) */, ICollection_1_t6081938E0A2CC9BCA80B5D096B57366AA8EEFAC0_il2cpp_TypeInfo_var, (RuntimeObject*)L_15, (RuntimeObject*)((RuntimeObject*)IsInst((RuntimeObject*)L_18, IEventSystemHandler_t1DD10C5DE6E83E93893A57F62794B08E3FD64DC6_il2cpp_TypeInfo_var))); } IL_005d: { // for (var i = 0; i < componentsCount; i++) int32_t L_19 = V_2; V_2 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)1)); } IL_0061: { // for (var i = 0; i < componentsCount; i++) int32_t L_20 = V_2; int32_t L_21 = V_1; if ((((int32_t)L_20) < ((int32_t)L_21))) { goto IL_003d; } } { // ListPool.Release(components); List_1_tA3929E98F6AC5A6E95EF799D2E3294F214358C0F * L_22 = V_0; IL2CPP_RUNTIME_CLASS_INIT(ListPool_1_t426E300795786D68F00F883249287A0A601583E9_il2cpp_TypeInfo_var); ListPool_1_Release_m9CEB477BBCF2190EA974FFE2C2482EC2A4890760((List_1_tA3929E98F6AC5A6E95EF799D2E3294F214358C0F *)L_22, /*hidden argument*/ListPool_1_Release_m9CEB477BBCF2190EA974FFE2C2482EC2A4890760_RuntimeMethod_var); // } return; } } // System.Boolean UnityEngine.EventSystems.ExecuteEvents::ShouldSendToComponent(UnityEngine.Component) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ExecuteEvents_ShouldSendToComponent_TisRuntimeObject_m1A04E516279143B284F6B3187684D8A597A3F4B2_gshared (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 * ___component0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Behaviour_t1A3DDDCF73B4627928FBFE02ED52B7251777DBD9_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Behaviour_t1A3DDDCF73B4627928FBFE02ED52B7251777DBD9 * V_0 = NULL; { // var valid = component is T; Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 * L_0 = ___component0; // if (!valid) if (((!(((RuntimeObject*)(RuntimeObject *)((RuntimeObject *)IsInst((RuntimeObject*)L_0, IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))) <= ((RuntimeObject*)(RuntimeObject *)NULL)))? 1 : 0)) { goto IL_000d; } } { // return false; return (bool)0; } IL_000d: { // var behaviour = component as Behaviour; Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 * L_1 = ___component0; V_0 = (Behaviour_t1A3DDDCF73B4627928FBFE02ED52B7251777DBD9 *)((Behaviour_t1A3DDDCF73B4627928FBFE02ED52B7251777DBD9 *)IsInst((RuntimeObject*)L_1, Behaviour_t1A3DDDCF73B4627928FBFE02ED52B7251777DBD9_il2cpp_TypeInfo_var)); // if (behaviour != null) Behaviour_t1A3DDDCF73B4627928FBFE02ED52B7251777DBD9 * L_2 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_3; L_3 = Object_op_Inequality_mDCB4E958808E725D0612CCABF340B284085F03D6((Object_tF2F3778131EFF286AF62B7B013A170F95A91571A *)L_2, (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A *)NULL, /*hidden argument*/NULL); if (!L_3) { goto IL_0024; } } { // return behaviour.isActiveAndEnabled; Behaviour_t1A3DDDCF73B4627928FBFE02ED52B7251777DBD9 * L_4 = V_0; NullCheck((Behaviour_t1A3DDDCF73B4627928FBFE02ED52B7251777DBD9 *)L_4); bool L_5; L_5 = Behaviour_get_isActiveAndEnabled_mDD843C0271D492C1E08E0F8DEE8B6F1CFA951BFA((Behaviour_t1A3DDDCF73B4627928FBFE02ED52B7251777DBD9 *)L_4, /*hidden argument*/NULL); return (bool)L_5; } IL_0024: { // return true; return (bool)1; } } // T UnityEngine.EventSystems.ExecuteEvents::ValidateEventData(UnityEngine.EventSystems.BaseEventData) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * ExecuteEvents_ValidateEventData_TisRuntimeObject_mB10C34F36FE6FC2ADBDD7B7CF3DEA6862BE066BA_gshared (BaseEventData_t722C48843CF21B50E06CC0E2E679415E38A7444E * ___data0, const RuntimeMethod* method) { { // if ((data as T) == null) BaseEventData_t722C48843CF21B50E06CC0E2E679415E38A7444E * L_0 = ___data0; if (((RuntimeObject *)Castclass((RuntimeObject*)((RuntimeObject *)IsInst((RuntimeObject*)L_0, IL2CPP_RGCTX_DATA(method->rgctx_data, 0))), IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))) { goto IL_0032; } } { // throw new ArgumentException(String.Format("Invalid type: {0} passed to event expecting {1}", data.GetType(), typeof(T))); BaseEventData_t722C48843CF21B50E06CC0E2E679415E38A7444E * L_1 = ___data0; NullCheck((RuntimeObject *)L_1); Type_t * L_2; L_2 = Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B((RuntimeObject *)L_1, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_3 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(method->rgctx_data, 1)) }; IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Type_t_il2cpp_TypeInfo_var))); Type_t * L_4; L_4 = Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_3, /*hidden argument*/NULL); String_t* L_5; L_5 = String_Format_m8464C6DD7299114954DA87FC39FCD129F3E2ACA2((String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral85B223FCDAC08D2A26ABE5FC2EFF39C71EE2C9F4)), (RuntimeObject *)L_2, (RuntimeObject *)L_4, /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_6 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_6, (String_t*)L_5, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ExecuteEvents_ValidateEventData_TisRuntimeObject_mB10C34F36FE6FC2ADBDD7B7CF3DEA6862BE066BA_RuntimeMethod_var))); } IL_0032: { // return data as T; BaseEventData_t722C48843CF21B50E06CC0E2E679415E38A7444E * L_7 = ___data0; return (RuntimeObject *)((RuntimeObject *)Castclass((RuntimeObject*)((RuntimeObject *)IsInst((RuntimeObject*)L_7, IL2CPP_RGCTX_DATA(method->rgctx_data, 0))), IL2CPP_RGCTX_DATA(method->rgctx_data, 0))); } } // T UnityEngine.GameObject::AddComponent() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * GameObject_AddComponent_TisRuntimeObject_mBDBD6EC58A4409E35E4C5D08757C36E4938256B1_gshared (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_0 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(method->rgctx_data, 0)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_1; L_1 = Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_0, /*hidden argument*/NULL); NullCheck((GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 *)__this); Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 * L_2; L_2 = GameObject_AddComponent_mD183856CB5A1CCF1576221D7D6CEBC4092E734B8((GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 *)__this, (Type_t *)L_1, /*hidden argument*/NULL); V_0 = (RuntimeObject *)((RuntimeObject *)Castclass((RuntimeObject*)((RuntimeObject *)IsInst((RuntimeObject*)L_2, IL2CPP_RGCTX_DATA(method->rgctx_data, 1))), IL2CPP_RGCTX_DATA(method->rgctx_data, 1))); goto IL_001e; } IL_001e: { RuntimeObject * L_3 = V_0; return (RuntimeObject *)L_3; } } // T UnityEngine.GameObject::GetComponent() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * GameObject_GetComponent_TisRuntimeObject_mCE43118393A796C759AC5D43257AB2330881767D_gshared (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } CastHelper_1_t400AF56AA9238C56F8214A792C1EEE068C22774C V_0; memset((&V_0), 0, sizeof(V_0)); RuntimeObject * V_1 = NULL; { il2cpp_codegen_initobj((&V_0), sizeof(CastHelper_1_t400AF56AA9238C56F8214A792C1EEE068C22774C )); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_0 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(method->rgctx_data, 0)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_1; L_1 = Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_0, /*hidden argument*/NULL); intptr_t* L_2 = (intptr_t*)(&V_0)->get_address_of_onePointerFurtherThanT_1(); intptr_t L_3; memset((&L_3), 0, sizeof(L_3)); IntPtr__ctor_mBB7AF6DA6350129AD6422DE474FD52F715CC0C40_inline((&L_3), (void*)(void*)((uintptr_t)L_2), /*hidden argument*/NULL); NullCheck((GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 *)__this); GameObject_GetComponentFastPath_mAC58DB8AC26576ED2A87C843A68A13C325E3C944((GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 *)__this, (Type_t *)L_1, (intptr_t)L_3, /*hidden argument*/NULL); CastHelper_1_t400AF56AA9238C56F8214A792C1EEE068C22774C L_4 = V_0; RuntimeObject * L_5 = (RuntimeObject *)L_4.get_t_0(); V_1 = (RuntimeObject *)L_5; goto IL_0030; } IL_0030: { RuntimeObject * L_6 = V_1; return (RuntimeObject *)L_6; } } // T UnityEngine.GameObject::GetComponentInChildren() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * GameObject_GetComponentInChildren_TisRuntimeObject_mC8FC6687C66150FA89090C2A7733B2EE2E1315FD_gshared (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * __this, const RuntimeMethod* method) { bool V_0 = false; RuntimeObject * V_1 = NULL; { V_0 = (bool)0; bool L_0 = V_0; NullCheck((GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 *)__this); RuntimeObject * L_1; L_1 = (( RuntimeObject * (*) (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 *, bool, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 *)__this, (bool)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); V_1 = (RuntimeObject *)L_1; goto IL_000d; } IL_000d: { RuntimeObject * L_2 = V_1; return (RuntimeObject *)L_2; } } // T UnityEngine.GameObject::GetComponentInChildren(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * GameObject_GetComponentInChildren_TisRuntimeObject_m8AC8197BF05FE2328AC7879AB44495C245B768F5_gshared (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * __this, bool ___includeInactive0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_0 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(method->rgctx_data, 0)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_1; L_1 = Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_0, /*hidden argument*/NULL); bool L_2 = ___includeInactive0; NullCheck((GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 *)__this); Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 * L_3; L_3 = GameObject_GetComponentInChildren_m56CAFD886686C8F6025B5CDF016E8BC684A20EED((GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 *)__this, (Type_t *)L_1, (bool)L_2, /*hidden argument*/NULL); V_0 = (RuntimeObject *)((RuntimeObject *)Castclass((RuntimeObject*)L_3, IL2CPP_RGCTX_DATA(method->rgctx_data, 1))); goto IL_001a; } IL_001a: { RuntimeObject * L_4 = V_0; return (RuntimeObject *)L_4; } } // T[] UnityEngine.GameObject::GetComponents() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* GameObject_GetComponents_TisRuntimeObject_mAB26971A1F37F81EEEF20F7897AA6FAE3B33779E_gshared (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* V_0 = NULL; { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_0 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(method->rgctx_data, 0)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_1; L_1 = Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_0, /*hidden argument*/NULL); NullCheck((GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 *)__this); RuntimeArray * L_2; L_2 = GameObject_GetComponentsInternal_mF491A337A167109189E2AB839584697EB2672E7D((GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 *)__this, (Type_t *)L_1, (bool)1, (bool)0, (bool)1, (bool)0, (RuntimeObject *)NULL, /*hidden argument*/NULL); V_0 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)((ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)Castclass((RuntimeObject*)L_2, IL2CPP_RGCTX_DATA(method->rgctx_data, 1))); goto IL_001e; } IL_001e: { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_3 = V_0; return (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)L_3; } } // System.Void UnityEngine.GameObject::GetComponents(System.Collections.Generic.List`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GameObject_GetComponents_TisRuntimeObject_m05916636D3EA83EDCD2E5DE7CFF6FC53F182A71D_gshared (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * __this, List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * ___results0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_0 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(method->rgctx_data, 0)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_1; L_1 = Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_0, /*hidden argument*/NULL); List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * L_2 = ___results0; NullCheck((GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 *)__this); RuntimeArray * L_3; L_3 = GameObject_GetComponentsInternal_mF491A337A167109189E2AB839584697EB2672E7D((GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 *)__this, (Type_t *)L_1, (bool)1, (bool)0, (bool)1, (bool)0, (RuntimeObject *)L_2, /*hidden argument*/NULL); return; } } // T[] UnityEngine.GameObject::GetComponentsInChildren() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* GameObject_GetComponentsInChildren_TisRuntimeObject_m6662AE3C936281A25097CCBD9098A9F85C69279A_gshared (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * __this, const RuntimeMethod* method) { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* V_0 = NULL; { NullCheck((GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 *)__this); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_0; L_0 = (( ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* (*) (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 *, bool, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 *)__this, (bool)0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); V_0 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)L_0; goto IL_000b; } IL_000b: { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_1 = V_0; return (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)L_1; } } // T[] UnityEngine.GameObject::GetComponentsInChildren(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* GameObject_GetComponentsInChildren_TisRuntimeObject_m1162B29A5E7F58C6D71090AE00D175818BC0B955_gshared (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * __this, bool ___includeInactive0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* V_0 = NULL; { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_0 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(method->rgctx_data, 0)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_1; L_1 = Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_0, /*hidden argument*/NULL); bool L_2 = ___includeInactive0; NullCheck((GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 *)__this); RuntimeArray * L_3; L_3 = GameObject_GetComponentsInternal_mF491A337A167109189E2AB839584697EB2672E7D((GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 *)__this, (Type_t *)L_1, (bool)1, (bool)1, (bool)L_2, (bool)0, (RuntimeObject *)NULL, /*hidden argument*/NULL); V_0 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)((ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)Castclass((RuntimeObject*)L_3, IL2CPP_RGCTX_DATA(method->rgctx_data, 1))); goto IL_001e; } IL_001e: { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_4 = V_0; return (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)L_4; } } // System.Void UnityEngine.GameObject::GetComponentsInChildren(System.Boolean,System.Collections.Generic.List`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GameObject_GetComponentsInChildren_TisRuntimeObject_m469A375D3582C80E94A37018DAA2444835E1CFFA_gshared (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * __this, bool ___includeInactive0, List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * ___results1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_0 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(method->rgctx_data, 0)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_1; L_1 = Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_0, /*hidden argument*/NULL); bool L_2 = ___includeInactive0; List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * L_3 = ___results1; NullCheck((GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 *)__this); RuntimeArray * L_4; L_4 = GameObject_GetComponentsInternal_mF491A337A167109189E2AB839584697EB2672E7D((GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 *)__this, (Type_t *)L_1, (bool)1, (bool)1, (bool)L_2, (bool)0, (RuntimeObject *)L_3, /*hidden argument*/NULL); return; } } // T[] UnityEngine.GameObject::GetComponentsInParent(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* GameObject_GetComponentsInParent_TisRuntimeObject_m4D9AC647B13622CF251DFF2A5972DB1587B0A460_gshared (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * __this, bool ___includeInactive0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* V_0 = NULL; { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_0 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(method->rgctx_data, 0)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_1; L_1 = Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_0, /*hidden argument*/NULL); bool L_2 = ___includeInactive0; NullCheck((GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 *)__this); RuntimeArray * L_3; L_3 = GameObject_GetComponentsInternal_mF491A337A167109189E2AB839584697EB2672E7D((GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 *)__this, (Type_t *)L_1, (bool)1, (bool)1, (bool)L_2, (bool)1, (RuntimeObject *)NULL, /*hidden argument*/NULL); V_0 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)((ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)Castclass((RuntimeObject*)L_3, IL2CPP_RGCTX_DATA(method->rgctx_data, 1))); goto IL_001e; } IL_001e: { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_4 = V_0; return (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)L_4; } } // System.Void UnityEngine.GameObject::GetComponentsInParent(System.Boolean,System.Collections.Generic.List`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GameObject_GetComponentsInParent_TisRuntimeObject_m2D7CE0BF5A3EC0BCB8712046532540C2301F14E9_gshared (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * __this, bool ___includeInactive0, List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * ___results1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_0 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(method->rgctx_data, 0)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_1; L_1 = Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_0, /*hidden argument*/NULL); bool L_2 = ___includeInactive0; List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * L_3 = ___results1; NullCheck((GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 *)__this); RuntimeArray * L_4; L_4 = GameObject_GetComponentsInternal_mF491A337A167109189E2AB839584697EB2672E7D((GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 *)__this, (Type_t *)L_1, (bool)1, (bool)1, (bool)L_2, (bool)1, (RuntimeObject *)L_3, /*hidden argument*/NULL); return; } } // System.Boolean UnityEngine.GameObject::TryGetComponent(T&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool GameObject_TryGetComponent_TisRuntimeObject_mC7639C3E3E2A65695113BCF25718826CC392D6CB_gshared (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * __this, RuntimeObject ** ___component0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } CastHelper_1_t400AF56AA9238C56F8214A792C1EEE068C22774C V_0; memset((&V_0), 0, sizeof(V_0)); bool V_1 = false; { il2cpp_codegen_initobj((&V_0), sizeof(CastHelper_1_t400AF56AA9238C56F8214A792C1EEE068C22774C )); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_0 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(method->rgctx_data, 0)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_1; L_1 = Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_0, /*hidden argument*/NULL); intptr_t* L_2 = (intptr_t*)(&V_0)->get_address_of_onePointerFurtherThanT_1(); intptr_t L_3; memset((&L_3), 0, sizeof(L_3)); IntPtr__ctor_mBB7AF6DA6350129AD6422DE474FD52F715CC0C40_inline((&L_3), (void*)(void*)((uintptr_t)L_2), /*hidden argument*/NULL); NullCheck((GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 *)__this); GameObject_TryGetComponentFastPath_m45DE1DF12AFA1F21F16E0249A472A5FCEE6026FD((GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 *)__this, (Type_t *)L_1, (intptr_t)L_3, /*hidden argument*/NULL); RuntimeObject ** L_4 = ___component0; CastHelper_1_t400AF56AA9238C56F8214A792C1EEE068C22774C L_5 = V_0; RuntimeObject * L_6 = (RuntimeObject *)L_5.get_t_0(); *(RuntimeObject **)L_4 = L_6; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_4, (void*)L_6); CastHelper_1_t400AF56AA9238C56F8214A792C1EEE068C22774C L_7 = V_0; RuntimeObject * L_8 = (RuntimeObject *)L_7.get_t_0(); V_1 = (bool)((!(((RuntimeObject*)(RuntimeObject *)L_8) <= ((RuntimeObject*)(RuntimeObject *)NULL)))? 1 : 0); goto IL_0044; } IL_0044: { bool L_9 = V_1; return (bool)L_9; } } // System.Threading.Tasks.Task`1 System.Net.HttpWebRequest::RunWithTimeout(System.Func`2>) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_1_tC1805497876E88B78A2B0CB81C6409E0B381AC17 * HttpWebRequest_RunWithTimeout_TisRuntimeObject_m4A9FFB679B291E6C680B528710A0E86FEDEB6E52_gshared (HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A * __this, Func_2_t7257A481AA060D9C75F810267E933801215EB8D4 * ___func0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Func_2_t7257A481AA060D9C75F810267E933801215EB8D4 * L_0 = ___func0; int32_t L_1 = (int32_t)__this->get_timeout_41(); Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * L_2 = (Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 *)il2cpp_codegen_object_new(Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6_il2cpp_TypeInfo_var); Action__ctor_m07BE5EE8A629FBBA52AE6356D57A0D371BE2574B(L_2, (RuntimeObject *)__this, (intptr_t)((intptr_t)GetVirtualMethodInfo(__this, 24)), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(HttpWebRequest_tDF8F794F1E3A8A19A63C2B57C1A28A42698BF07A_il2cpp_TypeInfo_var); Task_1_tC1805497876E88B78A2B0CB81C6409E0B381AC17 * L_3; L_3 = (( Task_1_tC1805497876E88B78A2B0CB81C6409E0B381AC17 * (*) (Func_2_t7257A481AA060D9C75F810267E933801215EB8D4 *, int32_t, Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Func_2_t7257A481AA060D9C75F810267E933801215EB8D4 *)L_0, (int32_t)L_1, (Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 *)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); return (Task_1_tC1805497876E88B78A2B0CB81C6409E0B381AC17 *)L_3; } } // System.Threading.Tasks.Task`1 System.Net.HttpWebRequest::RunWithTimeout>(System.Func`2>,System.Int32,System.Action) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_1_tB6E0730C54CFC03F4471315756CF85D05B71C05F * HttpWebRequest_RunWithTimeout_TisValueTuple_2_t6E5328CF9F490572344E5992FA01B3256F92075E_m6B828287A213AAE5AABE9339F90FFBFD65C4AF64_gshared (Func_2_tB70063A15836D0CD7D40205391AE05CAC43B1F1B * ___func0, int32_t ___timeout1, Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * ___abort2, const RuntimeMethod* method) { U3CRunWithTimeoutU3Ed__234_1_tB16B62DB4AE19F3D4F68C6BB41FB74C80E5E5513 V_0; memset((&V_0), 0, sizeof(V_0)); AsyncTaskMethodBuilder_1_t8F0C92233B04B496E59605865CD38DC019073C90 V_1; memset((&V_1), 0, sizeof(V_1)); { Func_2_tB70063A15836D0CD7D40205391AE05CAC43B1F1B * L_0 = ___func0; (&V_0)->set_func_3(L_0); int32_t L_1 = ___timeout1; (&V_0)->set_timeout_2(L_1); Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * L_2 = ___abort2; (&V_0)->set_abort_6(L_2); IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 1)); AsyncTaskMethodBuilder_1_t8F0C92233B04B496E59605865CD38DC019073C90 L_3; L_3 = (( AsyncTaskMethodBuilder_1_t8F0C92233B04B496E59605865CD38DC019073C90 (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); (&V_0)->set_U3CU3Et__builder_1(L_3); (&V_0)->set_U3CU3E1__state_0((-1)); U3CRunWithTimeoutU3Ed__234_1_tB16B62DB4AE19F3D4F68C6BB41FB74C80E5E5513 L_4 = V_0; AsyncTaskMethodBuilder_1_t8F0C92233B04B496E59605865CD38DC019073C90 L_5 = (AsyncTaskMethodBuilder_1_t8F0C92233B04B496E59605865CD38DC019073C90 )L_4.get_U3CU3Et__builder_1(); V_1 = (AsyncTaskMethodBuilder_1_t8F0C92233B04B496E59605865CD38DC019073C90 )L_5; AsyncTaskMethodBuilder_1_Start_TisU3CRunWithTimeoutU3Ed__234_1_tB16B62DB4AE19F3D4F68C6BB41FB74C80E5E5513_mE4FCDEE88A713110B0DF25CA9F5F4A3BA7A4B770((AsyncTaskMethodBuilder_1_t8F0C92233B04B496E59605865CD38DC019073C90 *)(AsyncTaskMethodBuilder_1_t8F0C92233B04B496E59605865CD38DC019073C90 *)(&V_1), (U3CRunWithTimeoutU3Ed__234_1_tB16B62DB4AE19F3D4F68C6BB41FB74C80E5E5513 *)(U3CRunWithTimeoutU3Ed__234_1_tB16B62DB4AE19F3D4F68C6BB41FB74C80E5E5513 *)(&V_0), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); AsyncTaskMethodBuilder_1_t8F0C92233B04B496E59605865CD38DC019073C90 * L_6 = (AsyncTaskMethodBuilder_1_t8F0C92233B04B496E59605865CD38DC019073C90 *)(&V_0)->get_address_of_U3CU3Et__builder_1(); Task_1_tB6E0730C54CFC03F4471315756CF85D05B71C05F * L_7; L_7 = AsyncTaskMethodBuilder_1_get_Task_m6BDBE44A4B97CB52AA26DBC613F49C1DB383F380((AsyncTaskMethodBuilder_1_t8F0C92233B04B496E59605865CD38DC019073C90 *)(AsyncTaskMethodBuilder_1_t8F0C92233B04B496E59605865CD38DC019073C90 *)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)); return (Task_1_tB6E0730C54CFC03F4471315756CF85D05B71C05F *)L_7; } } // System.Threading.Tasks.Task`1 System.Net.HttpWebRequest::RunWithTimeout(System.Func`2>,System.Int32,System.Action) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_1_tC1805497876E88B78A2B0CB81C6409E0B381AC17 * HttpWebRequest_RunWithTimeout_TisRuntimeObject_m7870FC53B36AF17A075050CDCCCC68AF1E4DA4C8_gshared (Func_2_t7257A481AA060D9C75F810267E933801215EB8D4 * ___func0, int32_t ___timeout1, Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * ___abort2, const RuntimeMethod* method) { U3CRunWithTimeoutU3Ed__234_1_tEE31DB966565A035B1C92FE76989AC4F30B1C538 V_0; memset((&V_0), 0, sizeof(V_0)); AsyncTaskMethodBuilder_1_tDD2A3BA099C327938EA03C35FDB1A7502BA73020 V_1; memset((&V_1), 0, sizeof(V_1)); { Func_2_t7257A481AA060D9C75F810267E933801215EB8D4 * L_0 = ___func0; (&V_0)->set_func_3(L_0); int32_t L_1 = ___timeout1; (&V_0)->set_timeout_2(L_1); Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * L_2 = ___abort2; (&V_0)->set_abort_6(L_2); IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 1)); AsyncTaskMethodBuilder_1_tDD2A3BA099C327938EA03C35FDB1A7502BA73020 L_3; L_3 = (( AsyncTaskMethodBuilder_1_tDD2A3BA099C327938EA03C35FDB1A7502BA73020 (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); (&V_0)->set_U3CU3Et__builder_1(L_3); (&V_0)->set_U3CU3E1__state_0((-1)); U3CRunWithTimeoutU3Ed__234_1_tEE31DB966565A035B1C92FE76989AC4F30B1C538 L_4 = V_0; AsyncTaskMethodBuilder_1_tDD2A3BA099C327938EA03C35FDB1A7502BA73020 L_5 = (AsyncTaskMethodBuilder_1_tDD2A3BA099C327938EA03C35FDB1A7502BA73020 )L_4.get_U3CU3Et__builder_1(); V_1 = (AsyncTaskMethodBuilder_1_tDD2A3BA099C327938EA03C35FDB1A7502BA73020 )L_5; AsyncTaskMethodBuilder_1_Start_TisU3CRunWithTimeoutU3Ed__234_1_tEE31DB966565A035B1C92FE76989AC4F30B1C538_m0907CAB5D8761572D12F0E5A9B7BC37528A43D8D((AsyncTaskMethodBuilder_1_tDD2A3BA099C327938EA03C35FDB1A7502BA73020 *)(AsyncTaskMethodBuilder_1_tDD2A3BA099C327938EA03C35FDB1A7502BA73020 *)(&V_1), (U3CRunWithTimeoutU3Ed__234_1_tEE31DB966565A035B1C92FE76989AC4F30B1C538 *)(U3CRunWithTimeoutU3Ed__234_1_tEE31DB966565A035B1C92FE76989AC4F30B1C538 *)(&V_0), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); AsyncTaskMethodBuilder_1_tDD2A3BA099C327938EA03C35FDB1A7502BA73020 * L_6 = (AsyncTaskMethodBuilder_1_tDD2A3BA099C327938EA03C35FDB1A7502BA73020 *)(&V_0)->get_address_of_U3CU3Et__builder_1(); Task_1_tC1805497876E88B78A2B0CB81C6409E0B381AC17 * L_7; L_7 = AsyncTaskMethodBuilder_1_get_Task_m61DEC300353320E428E17DA0D59D61974F4415BB((AsyncTaskMethodBuilder_1_tDD2A3BA099C327938EA03C35FDB1A7502BA73020 *)(AsyncTaskMethodBuilder_1_tDD2A3BA099C327938EA03C35FDB1A7502BA73020 *)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)); return (Task_1_tC1805497876E88B78A2B0CB81C6409E0B381AC17 *)L_7; } } // Unity.Jobs.JobHandle Unity.Jobs.IJobExtensions::Schedule(T,Unity.Jobs.JobHandle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JobHandle_t8AEB8D31C25D7774C71D62B0C662525E6E36D847 IJobExtensions_Schedule_TisCullLightsJob_t58BF1046AAF0A176B8C1610E1F21BDBDF5C002D6_m05E3CEDB66672002CD0CDBAE321C13A66D6E8ECE_gshared (CullLightsJob_t58BF1046AAF0A176B8C1610E1F21BDBDF5C002D6 ___jobData0, JobHandle_t8AEB8D31C25D7774C71D62B0C662525E6E36D847 ___dependsOn1, const RuntimeMethod* method) { JobScheduleParameters_tA29064729507A938ACB05D9F98B2C4A6977E3EF8 V_0; memset((&V_0), 0, sizeof(V_0)); JobHandle_t8AEB8D31C25D7774C71D62B0C662525E6E36D847 V_1; memset((&V_1), 0, sizeof(V_1)); { void* L_0; L_0 = il2cpp_codegen_unsafe_cast((CullLightsJob_t58BF1046AAF0A176B8C1610E1F21BDBDF5C002D6 *)(CullLightsJob_t58BF1046AAF0A176B8C1610E1F21BDBDF5C002D6 *)(&___jobData0)); intptr_t L_1; L_1 = (( intptr_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); JobHandle_t8AEB8D31C25D7774C71D62B0C662525E6E36D847 L_2 = ___dependsOn1; JobScheduleParameters__ctor_m7BAC662AF5FA4A96429644CC676D3179A5B143F8((JobScheduleParameters_tA29064729507A938ACB05D9F98B2C4A6977E3EF8 *)(JobScheduleParameters_tA29064729507A938ACB05D9F98B2C4A6977E3EF8 *)(&V_0), (void*)(void*)L_0, (intptr_t)L_1, (JobHandle_t8AEB8D31C25D7774C71D62B0C662525E6E36D847 )L_2, (int32_t)2, /*hidden argument*/NULL); JobHandle_t8AEB8D31C25D7774C71D62B0C662525E6E36D847 L_3; L_3 = JobsUtility_Schedule_m407547BE00BD3E9FC78178A45B9248796E05741B((JobScheduleParameters_tA29064729507A938ACB05D9F98B2C4A6977E3EF8 *)(JobScheduleParameters_tA29064729507A938ACB05D9F98B2C4A6977E3EF8 *)(&V_0), /*hidden argument*/NULL); V_1 = (JobHandle_t8AEB8D31C25D7774C71D62B0C662525E6E36D847 )L_3; goto IL_0020; } IL_0020: { JobHandle_t8AEB8D31C25D7774C71D62B0C662525E6E36D847 L_4 = V_1; return (JobHandle_t8AEB8D31C25D7774C71D62B0C662525E6E36D847 )L_4; } } // TValue UnityEngine.InputSystem.InputAction::ReadValue() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float InputAction_ReadValue_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_m4FA45240297AD1446342F9846F52910A8954E1FF_gshared (InputAction_t9AC3F79A5911EDC5CEB0BCD81640FDACA8DB0B0B * __this, const RuntimeMethod* method) { InputActionState_tBAB20591FD6515A6FF5D70EF641A423E270A33F9 * V_0 = NULL; TriggerState_t0DFC29612AAA2473244F3580C746BE71D6C57145 * V_1 = NULL; float V_2 = 0.0f; { // var state = GetOrCreateActionMap().m_State; NullCheck((InputAction_t9AC3F79A5911EDC5CEB0BCD81640FDACA8DB0B0B *)__this); InputActionMap_t588F4834F020838C4E8AE148F8A42CC84FA75B44 * L_0; L_0 = InputAction_GetOrCreateActionMap_mBCDD1A0AC25B88706B1C8088C2B5E91208E332CF((InputAction_t9AC3F79A5911EDC5CEB0BCD81640FDACA8DB0B0B *)__this, /*hidden argument*/NULL); NullCheck(L_0); InputActionState_tBAB20591FD6515A6FF5D70EF641A423E270A33F9 * L_1 = (InputActionState_tBAB20591FD6515A6FF5D70EF641A423E270A33F9 *)L_0->get_m_State_10(); V_0 = (InputActionState_tBAB20591FD6515A6FF5D70EF641A423E270A33F9 *)L_1; // if (state == null) return default(TValue); InputActionState_tBAB20591FD6515A6FF5D70EF641A423E270A33F9 * L_2 = V_0; if (L_2) { goto IL_0019; } } { // if (state == null) return default(TValue); il2cpp_codegen_initobj((&V_2), sizeof(float)); float L_3 = V_2; return (float)L_3; } IL_0019: { // var actionStatePtr = &state.actionStates[m_ActionIndexInState]; InputActionState_tBAB20591FD6515A6FF5D70EF641A423E270A33F9 * L_4 = V_0; NullCheck((InputActionState_tBAB20591FD6515A6FF5D70EF641A423E270A33F9 *)L_4); TriggerState_t0DFC29612AAA2473244F3580C746BE71D6C57145 * L_5; L_5 = InputActionState_get_actionStates_m61D67028542007D960DED19F0092A55FC5A1421B((InputActionState_tBAB20591FD6515A6FF5D70EF641A423E270A33F9 *)L_4, /*hidden argument*/NULL); int32_t L_6 = (int32_t)__this->get_m_ActionIndexInState_13(); uint32_t L_7 = sizeof(TriggerState_t0DFC29612AAA2473244F3580C746BE71D6C57145 ); V_1 = (TriggerState_t0DFC29612AAA2473244F3580C746BE71D6C57145 *)((uintptr_t)((TriggerState_t0DFC29612AAA2473244F3580C746BE71D6C57145 *)il2cpp_codegen_add((intptr_t)L_5, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_6), (int32_t)L_7))))); // return actionStatePtr->phase.IsInProgress() // ? state.ReadValue(actionStatePtr->bindingIndex, actionStatePtr->controlIndex) // : state.ApplyProcessors(actionStatePtr->bindingIndex, default(TValue)); TriggerState_t0DFC29612AAA2473244F3580C746BE71D6C57145 * L_8 = V_1; int32_t L_9; L_9 = TriggerState_get_phase_m8BC034C0171DFBEFFE326B22BED602AB414D8CB8_inline((TriggerState_t0DFC29612AAA2473244F3580C746BE71D6C57145 *)(TriggerState_t0DFC29612AAA2473244F3580C746BE71D6C57145 *)L_8, /*hidden argument*/NULL); bool L_10; L_10 = InputExtensions_IsInProgress_mEB534005411FDCF6FB88FEF96CFB13EB9120EBF4((int32_t)L_9, /*hidden argument*/NULL); if (L_10) { goto IL_0054; } } { InputActionState_tBAB20591FD6515A6FF5D70EF641A423E270A33F9 * L_11 = V_0; TriggerState_t0DFC29612AAA2473244F3580C746BE71D6C57145 * L_12 = V_1; int32_t L_13; L_13 = TriggerState_get_bindingIndex_m0AC6E41222022188B9528FC31FBC0B519BF7F7DF_inline((TriggerState_t0DFC29612AAA2473244F3580C746BE71D6C57145 *)(TriggerState_t0DFC29612AAA2473244F3580C746BE71D6C57145 *)L_12, /*hidden argument*/NULL); il2cpp_codegen_initobj((&V_2), sizeof(float)); float L_14 = V_2; NullCheck((InputActionState_tBAB20591FD6515A6FF5D70EF641A423E270A33F9 *)L_11); float L_15; L_15 = (( float (*) (InputActionState_tBAB20591FD6515A6FF5D70EF641A423E270A33F9 *, int32_t, float, InputControl_1_t011854B2ED3F016A34A91350FC9B9055E1E820D3 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((InputActionState_tBAB20591FD6515A6FF5D70EF641A423E270A33F9 *)L_11, (int32_t)L_13, (float)L_14, (InputControl_1_t011854B2ED3F016A34A91350FC9B9055E1E820D3 *)NULL, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); return (float)L_15; } IL_0054: { InputActionState_tBAB20591FD6515A6FF5D70EF641A423E270A33F9 * L_16 = V_0; TriggerState_t0DFC29612AAA2473244F3580C746BE71D6C57145 * L_17 = V_1; int32_t L_18; L_18 = TriggerState_get_bindingIndex_m0AC6E41222022188B9528FC31FBC0B519BF7F7DF_inline((TriggerState_t0DFC29612AAA2473244F3580C746BE71D6C57145 *)(TriggerState_t0DFC29612AAA2473244F3580C746BE71D6C57145 *)L_17, /*hidden argument*/NULL); TriggerState_t0DFC29612AAA2473244F3580C746BE71D6C57145 * L_19 = V_1; int32_t L_20; L_20 = TriggerState_get_controlIndex_m960A306864E08240EEFEEDE399279D9B60C53BC4((TriggerState_t0DFC29612AAA2473244F3580C746BE71D6C57145 *)(TriggerState_t0DFC29612AAA2473244F3580C746BE71D6C57145 *)L_19, /*hidden argument*/NULL); NullCheck((InputActionState_tBAB20591FD6515A6FF5D70EF641A423E270A33F9 *)L_16); float L_21; L_21 = (( float (*) (InputActionState_tBAB20591FD6515A6FF5D70EF641A423E270A33F9 *, int32_t, int32_t, bool, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)((InputActionState_tBAB20591FD6515A6FF5D70EF641A423E270A33F9 *)L_16, (int32_t)L_18, (int32_t)L_20, (bool)0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); return (float)L_21; } } // TValue UnityEngine.InputSystem.InputAction::ReadValue() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 InputAction_ReadValue_TisVector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9_m55B41842E98953761E95E07523F94EA16C7834D1_gshared (InputAction_t9AC3F79A5911EDC5CEB0BCD81640FDACA8DB0B0B * __this, const RuntimeMethod* method) { InputActionState_tBAB20591FD6515A6FF5D70EF641A423E270A33F9 * V_0 = NULL; TriggerState_t0DFC29612AAA2473244F3580C746BE71D6C57145 * V_1 = NULL; Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 V_2; memset((&V_2), 0, sizeof(V_2)); { // var state = GetOrCreateActionMap().m_State; NullCheck((InputAction_t9AC3F79A5911EDC5CEB0BCD81640FDACA8DB0B0B *)__this); InputActionMap_t588F4834F020838C4E8AE148F8A42CC84FA75B44 * L_0; L_0 = InputAction_GetOrCreateActionMap_mBCDD1A0AC25B88706B1C8088C2B5E91208E332CF((InputAction_t9AC3F79A5911EDC5CEB0BCD81640FDACA8DB0B0B *)__this, /*hidden argument*/NULL); NullCheck(L_0); InputActionState_tBAB20591FD6515A6FF5D70EF641A423E270A33F9 * L_1 = (InputActionState_tBAB20591FD6515A6FF5D70EF641A423E270A33F9 *)L_0->get_m_State_10(); V_0 = (InputActionState_tBAB20591FD6515A6FF5D70EF641A423E270A33F9 *)L_1; // if (state == null) return default(TValue); InputActionState_tBAB20591FD6515A6FF5D70EF641A423E270A33F9 * L_2 = V_0; if (L_2) { goto IL_0019; } } { // if (state == null) return default(TValue); il2cpp_codegen_initobj((&V_2), sizeof(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 )); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_3 = V_2; return (Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 )L_3; } IL_0019: { // var actionStatePtr = &state.actionStates[m_ActionIndexInState]; InputActionState_tBAB20591FD6515A6FF5D70EF641A423E270A33F9 * L_4 = V_0; NullCheck((InputActionState_tBAB20591FD6515A6FF5D70EF641A423E270A33F9 *)L_4); TriggerState_t0DFC29612AAA2473244F3580C746BE71D6C57145 * L_5; L_5 = InputActionState_get_actionStates_m61D67028542007D960DED19F0092A55FC5A1421B((InputActionState_tBAB20591FD6515A6FF5D70EF641A423E270A33F9 *)L_4, /*hidden argument*/NULL); int32_t L_6 = (int32_t)__this->get_m_ActionIndexInState_13(); uint32_t L_7 = sizeof(TriggerState_t0DFC29612AAA2473244F3580C746BE71D6C57145 ); V_1 = (TriggerState_t0DFC29612AAA2473244F3580C746BE71D6C57145 *)((uintptr_t)((TriggerState_t0DFC29612AAA2473244F3580C746BE71D6C57145 *)il2cpp_codegen_add((intptr_t)L_5, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_6), (int32_t)L_7))))); // return actionStatePtr->phase.IsInProgress() // ? state.ReadValue(actionStatePtr->bindingIndex, actionStatePtr->controlIndex) // : state.ApplyProcessors(actionStatePtr->bindingIndex, default(TValue)); TriggerState_t0DFC29612AAA2473244F3580C746BE71D6C57145 * L_8 = V_1; int32_t L_9; L_9 = TriggerState_get_phase_m8BC034C0171DFBEFFE326B22BED602AB414D8CB8_inline((TriggerState_t0DFC29612AAA2473244F3580C746BE71D6C57145 *)(TriggerState_t0DFC29612AAA2473244F3580C746BE71D6C57145 *)L_8, /*hidden argument*/NULL); bool L_10; L_10 = InputExtensions_IsInProgress_mEB534005411FDCF6FB88FEF96CFB13EB9120EBF4((int32_t)L_9, /*hidden argument*/NULL); if (L_10) { goto IL_0054; } } { InputActionState_tBAB20591FD6515A6FF5D70EF641A423E270A33F9 * L_11 = V_0; TriggerState_t0DFC29612AAA2473244F3580C746BE71D6C57145 * L_12 = V_1; int32_t L_13; L_13 = TriggerState_get_bindingIndex_m0AC6E41222022188B9528FC31FBC0B519BF7F7DF_inline((TriggerState_t0DFC29612AAA2473244F3580C746BE71D6C57145 *)(TriggerState_t0DFC29612AAA2473244F3580C746BE71D6C57145 *)L_12, /*hidden argument*/NULL); il2cpp_codegen_initobj((&V_2), sizeof(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 )); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_14 = V_2; NullCheck((InputActionState_tBAB20591FD6515A6FF5D70EF641A423E270A33F9 *)L_11); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_15; L_15 = (( Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 (*) (InputActionState_tBAB20591FD6515A6FF5D70EF641A423E270A33F9 *, int32_t, Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 , InputControl_1_t0C6774D908F28CC2187A664A1D73FB294F808163 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((InputActionState_tBAB20591FD6515A6FF5D70EF641A423E270A33F9 *)L_11, (int32_t)L_13, (Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 )L_14, (InputControl_1_t0C6774D908F28CC2187A664A1D73FB294F808163 *)NULL, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); return (Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 )L_15; } IL_0054: { InputActionState_tBAB20591FD6515A6FF5D70EF641A423E270A33F9 * L_16 = V_0; TriggerState_t0DFC29612AAA2473244F3580C746BE71D6C57145 * L_17 = V_1; int32_t L_18; L_18 = TriggerState_get_bindingIndex_m0AC6E41222022188B9528FC31FBC0B519BF7F7DF_inline((TriggerState_t0DFC29612AAA2473244F3580C746BE71D6C57145 *)(TriggerState_t0DFC29612AAA2473244F3580C746BE71D6C57145 *)L_17, /*hidden argument*/NULL); TriggerState_t0DFC29612AAA2473244F3580C746BE71D6C57145 * L_19 = V_1; int32_t L_20; L_20 = TriggerState_get_controlIndex_m960A306864E08240EEFEEDE399279D9B60C53BC4((TriggerState_t0DFC29612AAA2473244F3580C746BE71D6C57145 *)(TriggerState_t0DFC29612AAA2473244F3580C746BE71D6C57145 *)L_19, /*hidden argument*/NULL); NullCheck((InputActionState_tBAB20591FD6515A6FF5D70EF641A423E270A33F9 *)L_16); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_21; L_21 = (( Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 (*) (InputActionState_tBAB20591FD6515A6FF5D70EF641A423E270A33F9 *, int32_t, int32_t, bool, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)((InputActionState_tBAB20591FD6515A6FF5D70EF641A423E270A33F9 *)L_16, (int32_t)L_18, (int32_t)L_20, (bool)0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); return (Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 )L_21; } } // UnityEngine.InputSystem.InputActionRebindingExtensions/ParameterOverride UnityEngine.InputSystem.InputActionRebindingExtensions::ExtractParameterOverride(System.Linq.Expressions.Expression`1>,UnityEngine.InputSystem.InputBinding,UnityEngine.InputSystem.Utilities.PrimitiveValue) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ParameterOverride_tCD42C8DD25FE1912FF804959CF14F31924FB5DD7 InputActionRebindingExtensions_ExtractParameterOverride_TisRuntimeObject_TisRuntimeObject_mB7103CF49D20705569E5CBC42281137CFB7CDB50_gshared (Expression_1_t537F270E90B28AE16E7C8FBC55DD334F21F0F1A0 * ___expr0, InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB ___bindingMask1, PrimitiveValue_t70D8365A1CB2217C466D27D6820362EF4331A0C8 ___value2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IInputInteraction_t5FC9BB12E75973D14B4666ACAFA3A255A90B0537_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputBindingComposite_tFCCB9AFDBA6503C51555C9C5904186D990D36565_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputBindingComposite_tFCCB9AFDBA6503C51555C9C5904186D990D36565_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputInteraction_t7BAD5F994214A465B34D56FB86391F9181113F78_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputProcessor_t245C316DEE36AA1BC9558F838B3B7A0223813A1D_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputProcessor_t245C316DEE36AA1BC9558F838B3B7A0223813A1D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemberExpression_t9F4B2A7A517DFE6F72C956A3ED868D8C043C6622_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UnaryExpression_t5DE6F6FA2216CDD34DFCFADEB0080CB29326DD62_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } LambdaExpression_t26BF905E97E6D94F81F17D60F4F4F47F8E93B474 * V_0 = NULL; MemberExpression_t9F4B2A7A517DFE6F72C956A3ED868D8C043C6622 * V_1 = NULL; String_t* V_2 = NULL; UnaryExpression_t5DE6F6FA2216CDD34DFCFADEB0080CB29326DD62 * V_3 = NULL; MemberExpression_t9F4B2A7A517DFE6F72C956A3ED868D8C043C6622 * V_4 = NULL; { // if (!(expr is LambdaExpression lambda)) Expression_1_t537F270E90B28AE16E7C8FBC55DD334F21F0F1A0 * L_0 = ___expr0; V_0 = (LambdaExpression_t26BF905E97E6D94F81F17D60F4F4F47F8E93B474 *)L_0; LambdaExpression_t26BF905E97E6D94F81F17D60F4F4F47F8E93B474 * L_1 = V_0; if (L_1) { goto IL_002a; } } { // throw new ArgumentException($"Expression must be a LambdaExpression but was a {expr.GetType().Name} instead", nameof(expr)); Expression_1_t537F270E90B28AE16E7C8FBC55DD334F21F0F1A0 * L_2 = ___expr0; NullCheck((RuntimeObject *)L_2); Type_t * L_3; L_3 = Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B((RuntimeObject *)L_2, /*hidden argument*/NULL); NullCheck((MemberInfo_t *)L_3); String_t* L_4; L_4 = VirtFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, (MemberInfo_t *)L_3); String_t* L_5; L_5 = String_Concat_mC41740F000A5A48F8D313FB4CEE0E35E207A2632((String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF989865DCFC2CBEDC6F5343872D39E5CBA8BC4B2)), (String_t*)L_4, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral9B755614FC3522546B7701959085E6CC1718603D)), /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_6 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m71044C2110E357B71A1C30D2561C3F861AF1DC0D(L_6, (String_t*)L_5, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral08E6BFFA3B3214DFF628FDBF3448BA3A7C504F98)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputActionRebindingExtensions_ExtractParameterOverride_TisRuntimeObject_TisRuntimeObject_mB7103CF49D20705569E5CBC42281137CFB7CDB50_RuntimeMethod_var))); } IL_002a: { // if (!(lambda.Body is MemberExpression body)) LambdaExpression_t26BF905E97E6D94F81F17D60F4F4F47F8E93B474 * L_7 = V_0; NullCheck((LambdaExpression_t26BF905E97E6D94F81F17D60F4F4F47F8E93B474 *)L_7); Expression_t30A004209C10C2D9A9785B2F74EEED431A4D4660 * L_8; L_8 = LambdaExpression_get_Body_m595A485419E2F0AA13FC2695DEBD99ED9712D042_inline((LambdaExpression_t26BF905E97E6D94F81F17D60F4F4F47F8E93B474 *)L_7, /*hidden argument*/NULL); V_1 = (MemberExpression_t9F4B2A7A517DFE6F72C956A3ED868D8C043C6622 *)((MemberExpression_t9F4B2A7A517DFE6F72C956A3ED868D8C043C6622 *)IsInst((RuntimeObject*)L_8, MemberExpression_t9F4B2A7A517DFE6F72C956A3ED868D8C043C6622_il2cpp_TypeInfo_var)); MemberExpression_t9F4B2A7A517DFE6F72C956A3ED868D8C043C6622 * L_9 = V_1; if (L_9) { goto IL_008d; } } { // if (lambda.Body is UnaryExpression unary && unary.NodeType == ExpressionType.Convert && unary.Operand is MemberExpression b) LambdaExpression_t26BF905E97E6D94F81F17D60F4F4F47F8E93B474 * L_10 = V_0; NullCheck((LambdaExpression_t26BF905E97E6D94F81F17D60F4F4F47F8E93B474 *)L_10); Expression_t30A004209C10C2D9A9785B2F74EEED431A4D4660 * L_11; L_11 = LambdaExpression_get_Body_m595A485419E2F0AA13FC2695DEBD99ED9712D042_inline((LambdaExpression_t26BF905E97E6D94F81F17D60F4F4F47F8E93B474 *)L_10, /*hidden argument*/NULL); V_3 = (UnaryExpression_t5DE6F6FA2216CDD34DFCFADEB0080CB29326DD62 *)((UnaryExpression_t5DE6F6FA2216CDD34DFCFADEB0080CB29326DD62 *)IsInst((RuntimeObject*)L_11, UnaryExpression_t5DE6F6FA2216CDD34DFCFADEB0080CB29326DD62_il2cpp_TypeInfo_var)); UnaryExpression_t5DE6F6FA2216CDD34DFCFADEB0080CB29326DD62 * L_12 = V_3; if (!L_12) { goto IL_0068; } } { UnaryExpression_t5DE6F6FA2216CDD34DFCFADEB0080CB29326DD62 * L_13 = V_3; NullCheck((Expression_t30A004209C10C2D9A9785B2F74EEED431A4D4660 *)L_13); int32_t L_14; L_14 = VirtFuncInvoker0< int32_t >::Invoke(4 /* System.Linq.Expressions.ExpressionType System.Linq.Expressions.Expression::get_NodeType() */, (Expression_t30A004209C10C2D9A9785B2F74EEED431A4D4660 *)L_13); if ((!(((uint32_t)L_14) == ((uint32_t)((int32_t)10))))) { goto IL_0068; } } { UnaryExpression_t5DE6F6FA2216CDD34DFCFADEB0080CB29326DD62 * L_15 = V_3; NullCheck((UnaryExpression_t5DE6F6FA2216CDD34DFCFADEB0080CB29326DD62 *)L_15); Expression_t30A004209C10C2D9A9785B2F74EEED431A4D4660 * L_16; L_16 = UnaryExpression_get_Operand_m08244426ECF6990AD49742ECE8273F599B648B3F_inline((UnaryExpression_t5DE6F6FA2216CDD34DFCFADEB0080CB29326DD62 *)L_15, /*hidden argument*/NULL); V_4 = (MemberExpression_t9F4B2A7A517DFE6F72C956A3ED868D8C043C6622 *)((MemberExpression_t9F4B2A7A517DFE6F72C956A3ED868D8C043C6622 *)IsInst((RuntimeObject*)L_16, MemberExpression_t9F4B2A7A517DFE6F72C956A3ED868D8C043C6622_il2cpp_TypeInfo_var)); MemberExpression_t9F4B2A7A517DFE6F72C956A3ED868D8C043C6622 * L_17 = V_4; if (!L_17) { goto IL_0068; } } { // body = b; MemberExpression_t9F4B2A7A517DFE6F72C956A3ED868D8C043C6622 * L_18 = V_4; V_1 = (MemberExpression_t9F4B2A7A517DFE6F72C956A3ED868D8C043C6622 *)L_18; // } goto IL_008d; } IL_0068: { // throw new ArgumentException( // $"Body in LambdaExpression must be a MemberExpression (x.name) but was a {expr.GetType().Name} instead", // nameof(expr)); Expression_1_t537F270E90B28AE16E7C8FBC55DD334F21F0F1A0 * L_19 = ___expr0; NullCheck((RuntimeObject *)L_19); Type_t * L_20; L_20 = Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B((RuntimeObject *)L_19, /*hidden argument*/NULL); NullCheck((MemberInfo_t *)L_20); String_t* L_21; L_21 = VirtFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, (MemberInfo_t *)L_20); String_t* L_22; L_22 = String_Concat_mC41740F000A5A48F8D313FB4CEE0E35E207A2632((String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral1C92676681F7092BF59A1B68BF3B7A1DBDCF2561)), (String_t*)L_21, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral9B755614FC3522546B7701959085E6CC1718603D)), /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_23 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m71044C2110E357B71A1C30D2561C3F861AF1DC0D(L_23, (String_t*)L_22, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral08E6BFFA3B3214DFF628FDBF3448BA3A7C504F98)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_23, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputActionRebindingExtensions_ExtractParameterOverride_TisRuntimeObject_TisRuntimeObject_mB7103CF49D20705569E5CBC42281137CFB7CDB50_RuntimeMethod_var))); } IL_008d: { // if (typeof(InputProcessor).IsAssignableFrom(typeof(TObject))) RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_24 = { reinterpret_cast (InputProcessor_t245C316DEE36AA1BC9558F838B3B7A0223813A1D_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_25; L_25 = Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_24, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_26 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(method->rgctx_data, 0)) }; Type_t * L_27; L_27 = Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_26, /*hidden argument*/NULL); NullCheck((Type_t *)L_25); bool L_28; L_28 = VirtFuncInvoker1< bool, Type_t * >::Invoke(115 /* System.Boolean System.Type::IsAssignableFrom(System.Type) */, (Type_t *)L_25, (Type_t *)L_27); if (!L_28) { goto IL_00c7; } } { // objectRegistrationName = InputProcessor.s_Processors.FindNameForType(typeof(TObject)); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_29 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(method->rgctx_data, 0)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_30; L_30 = Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_29, /*hidden argument*/NULL); InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED L_31; L_31 = TypeTable_FindNameForType_m2CCF07DEECB922A06DFD357E1146C32207EB84D1((TypeTable_t4E41B03F931506BA07A120F6578A8CA47459C64F *)(TypeTable_t4E41B03F931506BA07A120F6578A8CA47459C64F *)(((InputProcessor_t245C316DEE36AA1BC9558F838B3B7A0223813A1D_StaticFields*)il2cpp_codegen_static_fields_for(InputProcessor_t245C316DEE36AA1BC9558F838B3B7A0223813A1D_il2cpp_TypeInfo_var))->get_address_of_s_Processors_0()), (Type_t *)L_30, /*hidden argument*/NULL); String_t* L_32; L_32 = InternedString_op_Implicit_m5C5E28D59A0F856D52E38C0C147176E4B306D6BD((InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED )L_31, /*hidden argument*/NULL); V_2 = (String_t*)L_32; goto IL_015e; } IL_00c7: { // else if (typeof(IInputInteraction).IsAssignableFrom(typeof(TObject))) RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_33 = { reinterpret_cast (IInputInteraction_t5FC9BB12E75973D14B4666ACAFA3A255A90B0537_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_34; L_34 = Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_33, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_35 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(method->rgctx_data, 0)) }; Type_t * L_36; L_36 = Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_35, /*hidden argument*/NULL); NullCheck((Type_t *)L_34); bool L_37; L_37 = VirtFuncInvoker1< bool, Type_t * >::Invoke(115 /* System.Boolean System.Type::IsAssignableFrom(System.Type) */, (Type_t *)L_34, (Type_t *)L_36); if (!L_37) { goto IL_00fe; } } { // objectRegistrationName = InputInteraction.s_Interactions.FindNameForType(typeof(TObject)); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_38 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(method->rgctx_data, 0)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_39; L_39 = Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_38, /*hidden argument*/NULL); InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED L_40; L_40 = TypeTable_FindNameForType_m2CCF07DEECB922A06DFD357E1146C32207EB84D1((TypeTable_t4E41B03F931506BA07A120F6578A8CA47459C64F *)(TypeTable_t4E41B03F931506BA07A120F6578A8CA47459C64F *)(((InputInteraction_t7BAD5F994214A465B34D56FB86391F9181113F78_StaticFields*)il2cpp_codegen_static_fields_for(InputInteraction_t7BAD5F994214A465B34D56FB86391F9181113F78_il2cpp_TypeInfo_var))->get_address_of_s_Interactions_0()), (Type_t *)L_39, /*hidden argument*/NULL); String_t* L_41; L_41 = InternedString_op_Implicit_m5C5E28D59A0F856D52E38C0C147176E4B306D6BD((InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED )L_40, /*hidden argument*/NULL); V_2 = (String_t*)L_41; goto IL_015e; } IL_00fe: { // else if (typeof(InputBindingComposite).IsAssignableFrom(typeof(TObject))) RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_42 = { reinterpret_cast (InputBindingComposite_tFCCB9AFDBA6503C51555C9C5904186D990D36565_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_43; L_43 = Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_42, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_44 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(method->rgctx_data, 0)) }; Type_t * L_45; L_45 = Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_44, /*hidden argument*/NULL); NullCheck((Type_t *)L_43); bool L_46; L_46 = VirtFuncInvoker1< bool, Type_t * >::Invoke(115 /* System.Boolean System.Type::IsAssignableFrom(System.Type) */, (Type_t *)L_43, (Type_t *)L_45); if (!L_46) { goto IL_0135; } } { // objectRegistrationName = InputBindingComposite.s_Composites.FindNameForType(typeof(TObject)); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_47 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(method->rgctx_data, 0)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_48; L_48 = Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_47, /*hidden argument*/NULL); InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED L_49; L_49 = TypeTable_FindNameForType_m2CCF07DEECB922A06DFD357E1146C32207EB84D1((TypeTable_t4E41B03F931506BA07A120F6578A8CA47459C64F *)(TypeTable_t4E41B03F931506BA07A120F6578A8CA47459C64F *)(((InputBindingComposite_tFCCB9AFDBA6503C51555C9C5904186D990D36565_StaticFields*)il2cpp_codegen_static_fields_for(InputBindingComposite_tFCCB9AFDBA6503C51555C9C5904186D990D36565_il2cpp_TypeInfo_var))->get_address_of_s_Composites_0()), (Type_t *)L_48, /*hidden argument*/NULL); String_t* L_50; L_50 = InternedString_op_Implicit_m5C5E28D59A0F856D52E38C0C147176E4B306D6BD((InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED )L_49, /*hidden argument*/NULL); V_2 = (String_t*)L_50; goto IL_015e; } IL_0135: { // throw new ArgumentException( // $"Given type must be an InputProcessor, IInputInteraction, or InputBindingComposite (was {typeof(TObject).Name})", // nameof(TObject)); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_51 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(method->rgctx_data, 0)) }; IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Type_t_il2cpp_TypeInfo_var))); Type_t * L_52; L_52 = Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_51, /*hidden argument*/NULL); NullCheck((MemberInfo_t *)L_52); String_t* L_53; L_53 = VirtFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, (MemberInfo_t *)L_52); String_t* L_54; L_54 = String_Concat_mC41740F000A5A48F8D313FB4CEE0E35E207A2632((String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral0C19CE300E20335B1F1AC471F95051AC8ADE2827)), (String_t*)L_53, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB3F14BF976EFD974E34846B742502C802FABAE9D)), /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_55 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m71044C2110E357B71A1C30D2561C3F861AF1DC0D(L_55, (String_t*)L_54, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF8C03DDC9E4C1BDF6B97BE6FD97D45AA2623ABE6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_55, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputActionRebindingExtensions_ExtractParameterOverride_TisRuntimeObject_TisRuntimeObject_mB7103CF49D20705569E5CBC42281137CFB7CDB50_RuntimeMethod_var))); } IL_015e: { // return new ParameterOverride(objectRegistrationName, body.Member.Name, bindingMask, value); String_t* L_56 = V_2; MemberExpression_t9F4B2A7A517DFE6F72C956A3ED868D8C043C6622 * L_57 = V_1; NullCheck((MemberExpression_t9F4B2A7A517DFE6F72C956A3ED868D8C043C6622 *)L_57); MemberInfo_t * L_58; L_58 = MemberExpression_get_Member_m42D967F01204B3337C76BC2C679C42922ACF2D2C((MemberExpression_t9F4B2A7A517DFE6F72C956A3ED868D8C043C6622 *)L_57, /*hidden argument*/NULL); NullCheck((MemberInfo_t *)L_58); String_t* L_59; L_59 = VirtFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, (MemberInfo_t *)L_58); InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB L_60 = ___bindingMask1; PrimitiveValue_t70D8365A1CB2217C466D27D6820362EF4331A0C8 L_61 = ___value2; ParameterOverride_tCD42C8DD25FE1912FF804959CF14F31924FB5DD7 L_62; memset((&L_62), 0, sizeof(L_62)); ParameterOverride__ctor_m8521461AD2B12E5F48B778170E424E2247F05CA4((&L_62), (String_t*)L_56, (String_t*)L_59, (InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB )L_60, (PrimitiveValue_t70D8365A1CB2217C466D27D6820362EF4331A0C8 )L_61, /*hidden argument*/NULL); return (ParameterOverride_tCD42C8DD25FE1912FF804959CF14F31924FB5DD7 )L_62; } } // TValue UnityEngine.InputSystem.InputActionState::ApplyProcessors(System.Int32,TValue,UnityEngine.InputSystem.InputControl`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 InputActionState_ApplyProcessors_TisQuaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4_mE877A2E4F25F1B94889ADE788478E59161117D64_gshared (InputActionState_tBAB20591FD6515A6FF5D70EF641A423E270A33F9 * __this, int32_t ___bindingIndex0, Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 ___value1, InputControl_1_t87C8668A49FF17120FE3EDBF72EBAE2B7A04479F * ___controlOfType2, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; InputProcessor_1_t5D94DB4CAE796E92FE59120B19897BE7A4580E04 * V_3 = NULL; { // var processorCount = bindingStates[bindingIndex].processorCount; NullCheck((InputActionState_tBAB20591FD6515A6FF5D70EF641A423E270A33F9 *)__this); BindingState_t568A45761EFD086FB6772BD7B933703E3ABFBF26 * L_0; L_0 = InputActionState_get_bindingStates_mA4A1CB278815E9F08EAA477A01E2FBA87821B7BD((InputActionState_tBAB20591FD6515A6FF5D70EF641A423E270A33F9 *)__this, /*hidden argument*/NULL); int32_t L_1 = ___bindingIndex0; uint32_t L_2 = sizeof(BindingState_t568A45761EFD086FB6772BD7B933703E3ABFBF26 ); int32_t L_3; L_3 = BindingState_get_processorCount_m643C6833D31ACFE87E4B84387820FB944E8627AF_inline((BindingState_t568A45761EFD086FB6772BD7B933703E3ABFBF26 *)(BindingState_t568A45761EFD086FB6772BD7B933703E3ABFBF26 *)((BindingState_t568A45761EFD086FB6772BD7B933703E3ABFBF26 *)il2cpp_codegen_add((intptr_t)L_0, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_1), (int32_t)L_2)))), /*hidden argument*/NULL); V_0 = (int32_t)L_3; // if (processorCount > 0) int32_t L_4 = V_0; if ((((int32_t)L_4) <= ((int32_t)0))) { goto IL_0059; } } { // var processorStartIndex = bindingStates[bindingIndex].processorStartIndex; NullCheck((InputActionState_tBAB20591FD6515A6FF5D70EF641A423E270A33F9 *)__this); BindingState_t568A45761EFD086FB6772BD7B933703E3ABFBF26 * L_5; L_5 = InputActionState_get_bindingStates_mA4A1CB278815E9F08EAA477A01E2FBA87821B7BD((InputActionState_tBAB20591FD6515A6FF5D70EF641A423E270A33F9 *)__this, /*hidden argument*/NULL); int32_t L_6 = ___bindingIndex0; uint32_t L_7 = sizeof(BindingState_t568A45761EFD086FB6772BD7B933703E3ABFBF26 ); int32_t L_8; L_8 = BindingState_get_processorStartIndex_mA210EF0652CD6D83C0412BD14CEBAB0629674882((BindingState_t568A45761EFD086FB6772BD7B933703E3ABFBF26 *)(BindingState_t568A45761EFD086FB6772BD7B933703E3ABFBF26 *)((BindingState_t568A45761EFD086FB6772BD7B933703E3ABFBF26 *)il2cpp_codegen_add((intptr_t)L_5, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_6), (int32_t)L_7)))), /*hidden argument*/NULL); V_1 = (int32_t)L_8; // for (var i = 0; i < processorCount; ++i) V_2 = (int32_t)0; goto IL_0055; } IL_0034: { // if (processors[processorStartIndex + i] is InputProcessor processor) InputProcessorU5BU5D_t6C9B3D9B68534217E9628B72E54D186B839399A0* L_9 = (InputProcessorU5BU5D_t6C9B3D9B68534217E9628B72E54D186B839399A0*)__this->get_processors_4(); int32_t L_10 = V_1; int32_t L_11 = V_2; NullCheck(L_9); int32_t L_12 = ((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)L_11)); InputProcessor_t245C316DEE36AA1BC9558F838B3B7A0223813A1D * L_13 = (L_9)->GetAt(static_cast(L_12)); V_3 = (InputProcessor_1_t5D94DB4CAE796E92FE59120B19897BE7A4580E04 *)((InputProcessor_1_t5D94DB4CAE796E92FE59120B19897BE7A4580E04 *)IsInst((RuntimeObject*)L_13, IL2CPP_RGCTX_DATA(method->rgctx_data, 0))); InputProcessor_1_t5D94DB4CAE796E92FE59120B19897BE7A4580E04 * L_14 = V_3; if (!L_14) { goto IL_0051; } } { // value = processor.Process(value, controlOfType); InputProcessor_1_t5D94DB4CAE796E92FE59120B19897BE7A4580E04 * L_15 = V_3; Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_16 = ___value1; InputControl_1_t87C8668A49FF17120FE3EDBF72EBAE2B7A04479F * L_17 = ___controlOfType2; NullCheck((InputProcessor_1_t5D94DB4CAE796E92FE59120B19897BE7A4580E04 *)L_15); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_18; L_18 = VirtFuncInvoker2< Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 , Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 , InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * >::Invoke(6 /* TValue UnityEngine.InputSystem.InputProcessor`1::Process(TValue,UnityEngine.InputSystem.InputControl) */, (InputProcessor_1_t5D94DB4CAE796E92FE59120B19897BE7A4580E04 *)L_15, (Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 )L_16, (InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 *)L_17); ___value1 = (Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 )L_18; } IL_0051: { // for (var i = 0; i < processorCount; ++i) int32_t L_19 = V_2; V_2 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)1)); } IL_0055: { // for (var i = 0; i < processorCount; ++i) int32_t L_20 = V_2; int32_t L_21 = V_0; if ((((int32_t)L_20) < ((int32_t)L_21))) { goto IL_0034; } } IL_0059: { // return value; Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_22 = ___value1; return (Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 )L_22; } } // TValue UnityEngine.InputSystem.InputActionState::ApplyProcessors(System.Int32,TValue,UnityEngine.InputSystem.InputControl`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float InputActionState_ApplyProcessors_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_mBE734E7F6C5A1419269C7620C75FD65E621BCBFE_gshared (InputActionState_tBAB20591FD6515A6FF5D70EF641A423E270A33F9 * __this, int32_t ___bindingIndex0, float ___value1, InputControl_1_t011854B2ED3F016A34A91350FC9B9055E1E820D3 * ___controlOfType2, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; InputProcessor_1_tC797B512F2641A0AB0844215B781FCBB24FC8EFA * V_3 = NULL; { // var processorCount = bindingStates[bindingIndex].processorCount; NullCheck((InputActionState_tBAB20591FD6515A6FF5D70EF641A423E270A33F9 *)__this); BindingState_t568A45761EFD086FB6772BD7B933703E3ABFBF26 * L_0; L_0 = InputActionState_get_bindingStates_mA4A1CB278815E9F08EAA477A01E2FBA87821B7BD((InputActionState_tBAB20591FD6515A6FF5D70EF641A423E270A33F9 *)__this, /*hidden argument*/NULL); int32_t L_1 = ___bindingIndex0; uint32_t L_2 = sizeof(BindingState_t568A45761EFD086FB6772BD7B933703E3ABFBF26 ); int32_t L_3; L_3 = BindingState_get_processorCount_m643C6833D31ACFE87E4B84387820FB944E8627AF_inline((BindingState_t568A45761EFD086FB6772BD7B933703E3ABFBF26 *)(BindingState_t568A45761EFD086FB6772BD7B933703E3ABFBF26 *)((BindingState_t568A45761EFD086FB6772BD7B933703E3ABFBF26 *)il2cpp_codegen_add((intptr_t)L_0, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_1), (int32_t)L_2)))), /*hidden argument*/NULL); V_0 = (int32_t)L_3; // if (processorCount > 0) int32_t L_4 = V_0; if ((((int32_t)L_4) <= ((int32_t)0))) { goto IL_0059; } } { // var processorStartIndex = bindingStates[bindingIndex].processorStartIndex; NullCheck((InputActionState_tBAB20591FD6515A6FF5D70EF641A423E270A33F9 *)__this); BindingState_t568A45761EFD086FB6772BD7B933703E3ABFBF26 * L_5; L_5 = InputActionState_get_bindingStates_mA4A1CB278815E9F08EAA477A01E2FBA87821B7BD((InputActionState_tBAB20591FD6515A6FF5D70EF641A423E270A33F9 *)__this, /*hidden argument*/NULL); int32_t L_6 = ___bindingIndex0; uint32_t L_7 = sizeof(BindingState_t568A45761EFD086FB6772BD7B933703E3ABFBF26 ); int32_t L_8; L_8 = BindingState_get_processorStartIndex_mA210EF0652CD6D83C0412BD14CEBAB0629674882((BindingState_t568A45761EFD086FB6772BD7B933703E3ABFBF26 *)(BindingState_t568A45761EFD086FB6772BD7B933703E3ABFBF26 *)((BindingState_t568A45761EFD086FB6772BD7B933703E3ABFBF26 *)il2cpp_codegen_add((intptr_t)L_5, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_6), (int32_t)L_7)))), /*hidden argument*/NULL); V_1 = (int32_t)L_8; // for (var i = 0; i < processorCount; ++i) V_2 = (int32_t)0; goto IL_0055; } IL_0034: { // if (processors[processorStartIndex + i] is InputProcessor processor) InputProcessorU5BU5D_t6C9B3D9B68534217E9628B72E54D186B839399A0* L_9 = (InputProcessorU5BU5D_t6C9B3D9B68534217E9628B72E54D186B839399A0*)__this->get_processors_4(); int32_t L_10 = V_1; int32_t L_11 = V_2; NullCheck(L_9); int32_t L_12 = ((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)L_11)); InputProcessor_t245C316DEE36AA1BC9558F838B3B7A0223813A1D * L_13 = (L_9)->GetAt(static_cast(L_12)); V_3 = (InputProcessor_1_tC797B512F2641A0AB0844215B781FCBB24FC8EFA *)((InputProcessor_1_tC797B512F2641A0AB0844215B781FCBB24FC8EFA *)IsInst((RuntimeObject*)L_13, IL2CPP_RGCTX_DATA(method->rgctx_data, 0))); InputProcessor_1_tC797B512F2641A0AB0844215B781FCBB24FC8EFA * L_14 = V_3; if (!L_14) { goto IL_0051; } } { // value = processor.Process(value, controlOfType); InputProcessor_1_tC797B512F2641A0AB0844215B781FCBB24FC8EFA * L_15 = V_3; float L_16 = ___value1; InputControl_1_t011854B2ED3F016A34A91350FC9B9055E1E820D3 * L_17 = ___controlOfType2; NullCheck((InputProcessor_1_tC797B512F2641A0AB0844215B781FCBB24FC8EFA *)L_15); float L_18; L_18 = VirtFuncInvoker2< float, float, InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * >::Invoke(6 /* TValue UnityEngine.InputSystem.InputProcessor`1::Process(TValue,UnityEngine.InputSystem.InputControl) */, (InputProcessor_1_tC797B512F2641A0AB0844215B781FCBB24FC8EFA *)L_15, (float)L_16, (InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 *)L_17); ___value1 = (float)L_18; } IL_0051: { // for (var i = 0; i < processorCount; ++i) int32_t L_19 = V_2; V_2 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)1)); } IL_0055: { // for (var i = 0; i < processorCount; ++i) int32_t L_20 = V_2; int32_t L_21 = V_0; if ((((int32_t)L_20) < ((int32_t)L_21))) { goto IL_0034; } } IL_0059: { // return value; float L_22 = ___value1; return (float)L_22; } } // TValue UnityEngine.InputSystem.InputActionState::ApplyProcessors(System.Int32,TValue,UnityEngine.InputSystem.InputControl`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 InputActionState_ApplyProcessors_TisVector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9_m133A6CD9E96D0F9BE22938AD067F5CEEF732C36F_gshared (InputActionState_tBAB20591FD6515A6FF5D70EF641A423E270A33F9 * __this, int32_t ___bindingIndex0, Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___value1, InputControl_1_t0C6774D908F28CC2187A664A1D73FB294F808163 * ___controlOfType2, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; InputProcessor_1_t97A3DFD1D319E367F13E1723DF8FCF389D67C4F2 * V_3 = NULL; { // var processorCount = bindingStates[bindingIndex].processorCount; NullCheck((InputActionState_tBAB20591FD6515A6FF5D70EF641A423E270A33F9 *)__this); BindingState_t568A45761EFD086FB6772BD7B933703E3ABFBF26 * L_0; L_0 = InputActionState_get_bindingStates_mA4A1CB278815E9F08EAA477A01E2FBA87821B7BD((InputActionState_tBAB20591FD6515A6FF5D70EF641A423E270A33F9 *)__this, /*hidden argument*/NULL); int32_t L_1 = ___bindingIndex0; uint32_t L_2 = sizeof(BindingState_t568A45761EFD086FB6772BD7B933703E3ABFBF26 ); int32_t L_3; L_3 = BindingState_get_processorCount_m643C6833D31ACFE87E4B84387820FB944E8627AF_inline((BindingState_t568A45761EFD086FB6772BD7B933703E3ABFBF26 *)(BindingState_t568A45761EFD086FB6772BD7B933703E3ABFBF26 *)((BindingState_t568A45761EFD086FB6772BD7B933703E3ABFBF26 *)il2cpp_codegen_add((intptr_t)L_0, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_1), (int32_t)L_2)))), /*hidden argument*/NULL); V_0 = (int32_t)L_3; // if (processorCount > 0) int32_t L_4 = V_0; if ((((int32_t)L_4) <= ((int32_t)0))) { goto IL_0059; } } { // var processorStartIndex = bindingStates[bindingIndex].processorStartIndex; NullCheck((InputActionState_tBAB20591FD6515A6FF5D70EF641A423E270A33F9 *)__this); BindingState_t568A45761EFD086FB6772BD7B933703E3ABFBF26 * L_5; L_5 = InputActionState_get_bindingStates_mA4A1CB278815E9F08EAA477A01E2FBA87821B7BD((InputActionState_tBAB20591FD6515A6FF5D70EF641A423E270A33F9 *)__this, /*hidden argument*/NULL); int32_t L_6 = ___bindingIndex0; uint32_t L_7 = sizeof(BindingState_t568A45761EFD086FB6772BD7B933703E3ABFBF26 ); int32_t L_8; L_8 = BindingState_get_processorStartIndex_mA210EF0652CD6D83C0412BD14CEBAB0629674882((BindingState_t568A45761EFD086FB6772BD7B933703E3ABFBF26 *)(BindingState_t568A45761EFD086FB6772BD7B933703E3ABFBF26 *)((BindingState_t568A45761EFD086FB6772BD7B933703E3ABFBF26 *)il2cpp_codegen_add((intptr_t)L_5, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_6), (int32_t)L_7)))), /*hidden argument*/NULL); V_1 = (int32_t)L_8; // for (var i = 0; i < processorCount; ++i) V_2 = (int32_t)0; goto IL_0055; } IL_0034: { // if (processors[processorStartIndex + i] is InputProcessor processor) InputProcessorU5BU5D_t6C9B3D9B68534217E9628B72E54D186B839399A0* L_9 = (InputProcessorU5BU5D_t6C9B3D9B68534217E9628B72E54D186B839399A0*)__this->get_processors_4(); int32_t L_10 = V_1; int32_t L_11 = V_2; NullCheck(L_9); int32_t L_12 = ((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)L_11)); InputProcessor_t245C316DEE36AA1BC9558F838B3B7A0223813A1D * L_13 = (L_9)->GetAt(static_cast(L_12)); V_3 = (InputProcessor_1_t97A3DFD1D319E367F13E1723DF8FCF389D67C4F2 *)((InputProcessor_1_t97A3DFD1D319E367F13E1723DF8FCF389D67C4F2 *)IsInst((RuntimeObject*)L_13, IL2CPP_RGCTX_DATA(method->rgctx_data, 0))); InputProcessor_1_t97A3DFD1D319E367F13E1723DF8FCF389D67C4F2 * L_14 = V_3; if (!L_14) { goto IL_0051; } } { // value = processor.Process(value, controlOfType); InputProcessor_1_t97A3DFD1D319E367F13E1723DF8FCF389D67C4F2 * L_15 = V_3; Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_16 = ___value1; InputControl_1_t0C6774D908F28CC2187A664A1D73FB294F808163 * L_17 = ___controlOfType2; NullCheck((InputProcessor_1_t97A3DFD1D319E367F13E1723DF8FCF389D67C4F2 *)L_15); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_18; L_18 = VirtFuncInvoker2< Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 , Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 , InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * >::Invoke(6 /* TValue UnityEngine.InputSystem.InputProcessor`1::Process(TValue,UnityEngine.InputSystem.InputControl) */, (InputProcessor_1_t97A3DFD1D319E367F13E1723DF8FCF389D67C4F2 *)L_15, (Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 )L_16, (InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 *)L_17); ___value1 = (Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 )L_18; } IL_0051: { // for (var i = 0; i < processorCount; ++i) int32_t L_19 = V_2; V_2 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)1)); } IL_0055: { // for (var i = 0; i < processorCount; ++i) int32_t L_20 = V_2; int32_t L_21 = V_0; if ((((int32_t)L_20) < ((int32_t)L_21))) { goto IL_0034; } } IL_0059: { // return value; Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_22 = ___value1; return (Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 )L_22; } } // TValue UnityEngine.InputSystem.InputActionState::ApplyProcessors(System.Int32,TValue,UnityEngine.InputSystem.InputControl`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E InputActionState_ApplyProcessors_TisVector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_mFE6898C00FCB0D3C592014156015EAC705B2C33C_gshared (InputActionState_tBAB20591FD6515A6FF5D70EF641A423E270A33F9 * __this, int32_t ___bindingIndex0, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___value1, InputControl_1_tCFDDE43FA5D792323D720A28E6A8B13AF68455E7 * ___controlOfType2, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; InputProcessor_1_t2B5820D8FCAD8C7864ECD8C574B87CFED83A96CA * V_3 = NULL; { // var processorCount = bindingStates[bindingIndex].processorCount; NullCheck((InputActionState_tBAB20591FD6515A6FF5D70EF641A423E270A33F9 *)__this); BindingState_t568A45761EFD086FB6772BD7B933703E3ABFBF26 * L_0; L_0 = InputActionState_get_bindingStates_mA4A1CB278815E9F08EAA477A01E2FBA87821B7BD((InputActionState_tBAB20591FD6515A6FF5D70EF641A423E270A33F9 *)__this, /*hidden argument*/NULL); int32_t L_1 = ___bindingIndex0; uint32_t L_2 = sizeof(BindingState_t568A45761EFD086FB6772BD7B933703E3ABFBF26 ); int32_t L_3; L_3 = BindingState_get_processorCount_m643C6833D31ACFE87E4B84387820FB944E8627AF_inline((BindingState_t568A45761EFD086FB6772BD7B933703E3ABFBF26 *)(BindingState_t568A45761EFD086FB6772BD7B933703E3ABFBF26 *)((BindingState_t568A45761EFD086FB6772BD7B933703E3ABFBF26 *)il2cpp_codegen_add((intptr_t)L_0, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_1), (int32_t)L_2)))), /*hidden argument*/NULL); V_0 = (int32_t)L_3; // if (processorCount > 0) int32_t L_4 = V_0; if ((((int32_t)L_4) <= ((int32_t)0))) { goto IL_0059; } } { // var processorStartIndex = bindingStates[bindingIndex].processorStartIndex; NullCheck((InputActionState_tBAB20591FD6515A6FF5D70EF641A423E270A33F9 *)__this); BindingState_t568A45761EFD086FB6772BD7B933703E3ABFBF26 * L_5; L_5 = InputActionState_get_bindingStates_mA4A1CB278815E9F08EAA477A01E2FBA87821B7BD((InputActionState_tBAB20591FD6515A6FF5D70EF641A423E270A33F9 *)__this, /*hidden argument*/NULL); int32_t L_6 = ___bindingIndex0; uint32_t L_7 = sizeof(BindingState_t568A45761EFD086FB6772BD7B933703E3ABFBF26 ); int32_t L_8; L_8 = BindingState_get_processorStartIndex_mA210EF0652CD6D83C0412BD14CEBAB0629674882((BindingState_t568A45761EFD086FB6772BD7B933703E3ABFBF26 *)(BindingState_t568A45761EFD086FB6772BD7B933703E3ABFBF26 *)((BindingState_t568A45761EFD086FB6772BD7B933703E3ABFBF26 *)il2cpp_codegen_add((intptr_t)L_5, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_6), (int32_t)L_7)))), /*hidden argument*/NULL); V_1 = (int32_t)L_8; // for (var i = 0; i < processorCount; ++i) V_2 = (int32_t)0; goto IL_0055; } IL_0034: { // if (processors[processorStartIndex + i] is InputProcessor processor) InputProcessorU5BU5D_t6C9B3D9B68534217E9628B72E54D186B839399A0* L_9 = (InputProcessorU5BU5D_t6C9B3D9B68534217E9628B72E54D186B839399A0*)__this->get_processors_4(); int32_t L_10 = V_1; int32_t L_11 = V_2; NullCheck(L_9); int32_t L_12 = ((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)L_11)); InputProcessor_t245C316DEE36AA1BC9558F838B3B7A0223813A1D * L_13 = (L_9)->GetAt(static_cast(L_12)); V_3 = (InputProcessor_1_t2B5820D8FCAD8C7864ECD8C574B87CFED83A96CA *)((InputProcessor_1_t2B5820D8FCAD8C7864ECD8C574B87CFED83A96CA *)IsInst((RuntimeObject*)L_13, IL2CPP_RGCTX_DATA(method->rgctx_data, 0))); InputProcessor_1_t2B5820D8FCAD8C7864ECD8C574B87CFED83A96CA * L_14 = V_3; if (!L_14) { goto IL_0051; } } { // value = processor.Process(value, controlOfType); InputProcessor_1_t2B5820D8FCAD8C7864ECD8C574B87CFED83A96CA * L_15 = V_3; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_16 = ___value1; InputControl_1_tCFDDE43FA5D792323D720A28E6A8B13AF68455E7 * L_17 = ___controlOfType2; NullCheck((InputProcessor_1_t2B5820D8FCAD8C7864ECD8C574B87CFED83A96CA *)L_15); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_18; L_18 = VirtFuncInvoker2< Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E , Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E , InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * >::Invoke(6 /* TValue UnityEngine.InputSystem.InputProcessor`1::Process(TValue,UnityEngine.InputSystem.InputControl) */, (InputProcessor_1_t2B5820D8FCAD8C7864ECD8C574B87CFED83A96CA *)L_15, (Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E )L_16, (InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 *)L_17); ___value1 = (Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E )L_18; } IL_0051: { // for (var i = 0; i < processorCount; ++i) int32_t L_19 = V_2; V_2 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)1)); } IL_0055: { // for (var i = 0; i < processorCount; ++i) int32_t L_20 = V_2; int32_t L_21 = V_0; if ((((int32_t)L_20) < ((int32_t)L_21))) { goto IL_0034; } } IL_0059: { // return value; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_22 = ___value1; return (Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E )L_22; } } // TValue UnityEngine.InputSystem.InputActionState::ReadCompositePartValue>(System.Int32,System.Int32,System.Boolean*,System.Int32&,TComparer) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float InputActionState_ReadCompositePartValue_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_TisDefaultComparer_1_t5811D1DC3EF444FEB6C1661582CC39002EB29863_mE1915AFD112927AE3E564886CDA2B36675CB447F_gshared (InputActionState_tBAB20591FD6515A6FF5D70EF641A423E270A33F9 * __this, int32_t ___bindingIndex0, int32_t ___partNumber1, bool* ___buttonValuePtr2, int32_t* ___controlIndex3, DefaultComparer_1_t5811D1DC3EF444FEB6C1661582CC39002EB29863 ___comparer4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ButtonControl_t3918D56D674854AF9DFEB8CCF130919AAD9FCA68_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputControl_1_t011854B2ED3F016A34A91350FC9B9055E1E820D3_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } float V_0 = 0.0f; bool V_1 = false; int32_t V_2 = 0; int32_t V_3 = 0; int32_t V_4 = 0; int32_t V_5 = 0; int32_t V_6 = 0; float V_7 = 0.0f; InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * V_8 = NULL; ButtonControl_t3918D56D674854AF9DFEB8CCF130919AAD9FCA68 * V_9 = NULL; void* V_10 = NULL; { // var result = default(TValue); il2cpp_codegen_initobj((&V_0), sizeof(float)); // var firstChildBindingIndex = bindingIndex + 1; int32_t L_0 = ___bindingIndex0; // var isFirstValue = true; V_1 = (bool)1; // controlIndex = kInvalidIndex; int32_t* L_1 = ___controlIndex3; *((int32_t*)L_1) = (int32_t)(-1); // for (var index = firstChildBindingIndex; index < totalBindingCount && bindingStates[index].isPartOfComposite; ++index) V_2 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)1)); goto IL_0106; } IL_0017: { // if (bindingStates[index].partIndex != partNumber) NullCheck((InputActionState_tBAB20591FD6515A6FF5D70EF641A423E270A33F9 *)__this); BindingState_t568A45761EFD086FB6772BD7B933703E3ABFBF26 * L_2; L_2 = InputActionState_get_bindingStates_mA4A1CB278815E9F08EAA477A01E2FBA87821B7BD((InputActionState_tBAB20591FD6515A6FF5D70EF641A423E270A33F9 *)__this, /*hidden argument*/NULL); int32_t L_3 = V_2; uint32_t L_4 = sizeof(BindingState_t568A45761EFD086FB6772BD7B933703E3ABFBF26 ); int32_t L_5; L_5 = BindingState_get_partIndex_mA9E963AF2596E03714C13516C66A67AE4558B815_inline((BindingState_t568A45761EFD086FB6772BD7B933703E3ABFBF26 *)(BindingState_t568A45761EFD086FB6772BD7B933703E3ABFBF26 *)((BindingState_t568A45761EFD086FB6772BD7B933703E3ABFBF26 *)il2cpp_codegen_add((intptr_t)L_2, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_3), (int32_t)L_4)))), /*hidden argument*/NULL); int32_t L_6 = ___partNumber1; if ((!(((uint32_t)L_5) == ((uint32_t)L_6)))) { goto IL_0102; } } { // var controlCount = bindingStates[index].controlCount; NullCheck((InputActionState_tBAB20591FD6515A6FF5D70EF641A423E270A33F9 *)__this); BindingState_t568A45761EFD086FB6772BD7B933703E3ABFBF26 * L_7; L_7 = InputActionState_get_bindingStates_mA4A1CB278815E9F08EAA477A01E2FBA87821B7BD((InputActionState_tBAB20591FD6515A6FF5D70EF641A423E270A33F9 *)__this, /*hidden argument*/NULL); int32_t L_8 = V_2; uint32_t L_9 = sizeof(BindingState_t568A45761EFD086FB6772BD7B933703E3ABFBF26 ); int32_t L_10; L_10 = BindingState_get_controlCount_m319FE9F9ECBA328D7DF2B1837901022AD77FA2C8_inline((BindingState_t568A45761EFD086FB6772BD7B933703E3ABFBF26 *)(BindingState_t568A45761EFD086FB6772BD7B933703E3ABFBF26 *)((BindingState_t568A45761EFD086FB6772BD7B933703E3ABFBF26 *)il2cpp_codegen_add((intptr_t)L_7, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_8), (int32_t)L_9)))), /*hidden argument*/NULL); V_3 = (int32_t)L_10; // var controlStartIndex = bindingStates[index].controlStartIndex; NullCheck((InputActionState_tBAB20591FD6515A6FF5D70EF641A423E270A33F9 *)__this); BindingState_t568A45761EFD086FB6772BD7B933703E3ABFBF26 * L_11; L_11 = InputActionState_get_bindingStates_mA4A1CB278815E9F08EAA477A01E2FBA87821B7BD((InputActionState_tBAB20591FD6515A6FF5D70EF641A423E270A33F9 *)__this, /*hidden argument*/NULL); int32_t L_12 = V_2; uint32_t L_13 = sizeof(BindingState_t568A45761EFD086FB6772BD7B933703E3ABFBF26 ); int32_t L_14; L_14 = BindingState_get_controlStartIndex_m375A0C96296F49CF19639FADF46C20E9D855412E_inline((BindingState_t568A45761EFD086FB6772BD7B933703E3ABFBF26 *)(BindingState_t568A45761EFD086FB6772BD7B933703E3ABFBF26 *)((BindingState_t568A45761EFD086FB6772BD7B933703E3ABFBF26 *)il2cpp_codegen_add((intptr_t)L_11, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_12), (int32_t)L_13)))), /*hidden argument*/NULL); V_4 = (int32_t)L_14; // for (var i = 0; i < controlCount; ++i) V_5 = (int32_t)0; goto IL_00fa; } IL_0067: { // var thisControlIndex = controlStartIndex + i; int32_t L_15 = V_4; int32_t L_16 = V_5; V_6 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_15, (int32_t)L_16)); // var value = ReadValue(index, thisControlIndex, ignoreComposites: true); int32_t L_17 = V_2; int32_t L_18 = V_6; NullCheck((InputActionState_tBAB20591FD6515A6FF5D70EF641A423E270A33F9 *)__this); float L_19; L_19 = (( float (*) (InputActionState_tBAB20591FD6515A6FF5D70EF641A423E270A33F9 *, int32_t, int32_t, bool, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((InputActionState_tBAB20591FD6515A6FF5D70EF641A423E270A33F9 *)__this, (int32_t)L_17, (int32_t)L_18, (bool)1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); V_7 = (float)L_19; // if (isFirstValue) bool L_20 = V_1; if (!L_20) { goto IL_0089; } } { // result = value; float L_21 = V_7; V_0 = (float)L_21; // controlIndex = thisControlIndex; int32_t* L_22 = ___controlIndex3; int32_t L_23 = V_6; *((int32_t*)L_22) = (int32_t)L_23; // isFirstValue = false; V_1 = (bool)0; // } goto IL_00a4; } IL_0089: { // else if (comparer.Compare(value, result) > 0) float L_24 = V_7; float L_25 = V_0; Il2CppMetadataObject L_26(IL2CPP_RGCTX_DATA(method->rgctx_data, 1)); const VirtualInvokeData& il2cpp_virtual_invoke_data__148 = il2cpp_codegen_get_interface_invoke_data(0, (&L_26), IL2CPP_RGCTX_DATA(method->rgctx_data, 2)); int32_t L_27; L_27 = (( int32_t (*) (RuntimeObject*, float, float, const RuntimeMethod*))il2cpp_virtual_invoke_data__148.methodPtr)((RuntimeObject*)((RuntimeObject*)(&___comparer4))-1, (float)L_24, (float)L_25, /*hidden argument*/il2cpp_virtual_invoke_data__148.method); if ((((int32_t)L_27) <= ((int32_t)0))) { goto IL_00a4; } } { // result = value; float L_28 = V_7; V_0 = (float)L_28; // controlIndex = thisControlIndex; int32_t* L_29 = ___controlIndex3; int32_t L_30 = V_6; *((int32_t*)L_29) = (int32_t)L_30; } IL_00a4: { // if (buttonValuePtr != null && controlIndex == thisControlIndex) bool* L_31 = ___buttonValuePtr2; if ((((intptr_t)L_31) == ((intptr_t)((uintptr_t)0)))) { goto IL_00f4; } } { int32_t* L_32 = ___controlIndex3; int32_t L_33 = *((int32_t*)L_32); int32_t L_34 = V_6; if ((!(((uint32_t)L_33) == ((uint32_t)L_34)))) { goto IL_00f4; } } { // var control = controls[thisControlIndex]; InputControlU5BU5D_tB874FECA56E2B08D3280F4174B988EA155E99680* L_35 = (InputControlU5BU5D_tB874FECA56E2B08D3280F4174B988EA155E99680*)__this->get_controls_2(); int32_t L_36 = V_6; NullCheck(L_35); int32_t L_37 = L_36; InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_38 = (L_35)->GetAt(static_cast(L_37)); V_8 = (InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 *)L_38; // if (control is ButtonControl button) InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_39 = V_8; V_9 = (ButtonControl_t3918D56D674854AF9DFEB8CCF130919AAD9FCA68 *)((ButtonControl_t3918D56D674854AF9DFEB8CCF130919AAD9FCA68 *)IsInst((RuntimeObject*)L_39, ButtonControl_t3918D56D674854AF9DFEB8CCF130919AAD9FCA68_il2cpp_TypeInfo_var)); ButtonControl_t3918D56D674854AF9DFEB8CCF130919AAD9FCA68 * L_40 = V_9; if (!L_40) { goto IL_00d3; } } { // *buttonValuePtr = button.isPressed; bool* L_41 = ___buttonValuePtr2; ButtonControl_t3918D56D674854AF9DFEB8CCF130919AAD9FCA68 * L_42 = V_9; NullCheck((ButtonControl_t3918D56D674854AF9DFEB8CCF130919AAD9FCA68 *)L_42); bool L_43; L_43 = ButtonControl_get_isPressed_m3D8464E78302025C3F4F63C2C41B9322AFB268D2((ButtonControl_t3918D56D674854AF9DFEB8CCF130919AAD9FCA68 *)L_42, /*hidden argument*/NULL); *((int8_t*)L_41) = (int8_t)L_43; // } goto IL_00f4; } IL_00d3: { // else if (control is InputControl) InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_44 = V_8; if (!((InputControl_1_t011854B2ED3F016A34A91350FC9B9055E1E820D3 *)IsInst((RuntimeObject*)L_44, InputControl_1_t011854B2ED3F016A34A91350FC9B9055E1E820D3_il2cpp_TypeInfo_var))) { goto IL_00f4; } } { // var valuePtr = UnsafeUtility.AddressOf(ref value); void* L_45; L_45 = il2cpp_codegen_unsafe_cast((float*)(float*)(&V_7)); V_10 = (void*)L_45; // *buttonValuePtr = *(float*)valuePtr >= ButtonControl.s_GlobalDefaultButtonPressPoint; bool* L_46 = ___buttonValuePtr2; void* L_47 = V_10; float L_48 = *((float*)L_47); float L_49 = ((ButtonControl_t3918D56D674854AF9DFEB8CCF130919AAD9FCA68_StaticFields*)il2cpp_codegen_static_fields_for(ButtonControl_t3918D56D674854AF9DFEB8CCF130919AAD9FCA68_il2cpp_TypeInfo_var))->get_s_GlobalDefaultButtonPressPoint_34(); *((int8_t*)L_46) = (int8_t)((((int32_t)((!(((float)L_48) >= ((float)L_49)))? 1 : 0)) == ((int32_t)0))? 1 : 0); } IL_00f4: { // for (var i = 0; i < controlCount; ++i) int32_t L_50 = V_5; V_5 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_50, (int32_t)1)); } IL_00fa: { // for (var i = 0; i < controlCount; ++i) int32_t L_51 = V_5; int32_t L_52 = V_3; if ((((int32_t)L_51) < ((int32_t)L_52))) { goto IL_0067; } } IL_0102: { // for (var index = firstChildBindingIndex; index < totalBindingCount && bindingStates[index].isPartOfComposite; ++index) int32_t L_53 = V_2; V_2 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_53, (int32_t)1)); } IL_0106: { // for (var index = firstChildBindingIndex; index < totalBindingCount && bindingStates[index].isPartOfComposite; ++index) int32_t L_54 = V_2; NullCheck((InputActionState_tBAB20591FD6515A6FF5D70EF641A423E270A33F9 *)__this); int32_t L_55; L_55 = InputActionState_get_totalBindingCount_m38ED90DCB9BF2CD434EFEA4F5A62320E26D99BB1((InputActionState_tBAB20591FD6515A6FF5D70EF641A423E270A33F9 *)__this, /*hidden argument*/NULL); if ((((int32_t)L_54) >= ((int32_t)L_55))) { goto IL_0129; } } { NullCheck((InputActionState_tBAB20591FD6515A6FF5D70EF641A423E270A33F9 *)__this); BindingState_t568A45761EFD086FB6772BD7B933703E3ABFBF26 * L_56; L_56 = InputActionState_get_bindingStates_mA4A1CB278815E9F08EAA477A01E2FBA87821B7BD((InputActionState_tBAB20591FD6515A6FF5D70EF641A423E270A33F9 *)__this, /*hidden argument*/NULL); int32_t L_57 = V_2; uint32_t L_58 = sizeof(BindingState_t568A45761EFD086FB6772BD7B933703E3ABFBF26 ); bool L_59; L_59 = BindingState_get_isPartOfComposite_m68AE90C79D3468BA3FB9BDDD98B864642DE09A3F((BindingState_t568A45761EFD086FB6772BD7B933703E3ABFBF26 *)(BindingState_t568A45761EFD086FB6772BD7B933703E3ABFBF26 *)((BindingState_t568A45761EFD086FB6772BD7B933703E3ABFBF26 *)il2cpp_codegen_add((intptr_t)L_56, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_57), (int32_t)L_58)))), /*hidden argument*/NULL); if (L_59) { goto IL_0017; } } IL_0129: { // return result; float L_60 = V_0; return (float)L_60; } } // TValue UnityEngine.InputSystem.InputActionState::ReadValue(System.Int32,System.Int32,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 InputActionState_ReadValue_TisQuaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4_m93C0165284B3AA22285244520B703F333A334FCA_gshared (InputActionState_tBAB20591FD6515A6FF5D70EF641A423E270A33F9 * __this, int32_t ___bindingIndex0, int32_t ___controlIndex1, bool ___ignoreComposites2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 V_0; memset((&V_0), 0, sizeof(V_0)); InputControl_1_t87C8668A49FF17120FE3EDBF72EBAE2B7A04479F * V_1 = NULL; int32_t V_2 = 0; int32_t V_3 = 0; InputBindingComposite_tFCCB9AFDBA6503C51555C9C5904186D990D36565 * V_4 = NULL; InputBindingCompositeContext_tDEF957C733B71700F6486BD2032AF9D93F286570 V_5; memset((&V_5), 0, sizeof(V_5)); InputBindingComposite_1_t25F916E918B3933F26CD68B68A548566689D5860 * V_6 = NULL; InputBindingCompositeContext_tDEF957C733B71700F6486BD2032AF9D93F286570 V_7; memset((&V_7), 0, sizeof(V_7)); Type_t * V_8 = NULL; InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * V_9 = NULL; { // var value = default(TValue); il2cpp_codegen_initobj((&V_0), sizeof(Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 )); // InputControl controlOfType = null; V_1 = (InputControl_1_t87C8668A49FF17120FE3EDBF72EBAE2B7A04479F *)NULL; // if (!ignoreComposites && bindingStates[bindingIndex].isPartOfComposite) bool L_0 = ___ignoreComposites2; if (L_0) { goto IL_0122; } } { NullCheck((InputActionState_tBAB20591FD6515A6FF5D70EF641A423E270A33F9 *)__this); BindingState_t568A45761EFD086FB6772BD7B933703E3ABFBF26 * L_1; L_1 = InputActionState_get_bindingStates_mA4A1CB278815E9F08EAA477A01E2FBA87821B7BD((InputActionState_tBAB20591FD6515A6FF5D70EF641A423E270A33F9 *)__this, /*hidden argument*/NULL); int32_t L_2 = ___bindingIndex0; uint32_t L_3 = sizeof(BindingState_t568A45761EFD086FB6772BD7B933703E3ABFBF26 ); bool L_4; L_4 = BindingState_get_isPartOfComposite_m68AE90C79D3468BA3FB9BDDD98B864642DE09A3F((BindingState_t568A45761EFD086FB6772BD7B933703E3ABFBF26 *)(BindingState_t568A45761EFD086FB6772BD7B933703E3ABFBF26 *)((BindingState_t568A45761EFD086FB6772BD7B933703E3ABFBF26 *)il2cpp_codegen_add((intptr_t)L_1, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_2), (int32_t)L_3)))), /*hidden argument*/NULL); if (!L_4) { goto IL_0122; } } { // var compositeBindingIndex = bindingStates[bindingIndex].compositeOrCompositeBindingIndex; NullCheck((InputActionState_tBAB20591FD6515A6FF5D70EF641A423E270A33F9 *)__this); BindingState_t568A45761EFD086FB6772BD7B933703E3ABFBF26 * L_5; L_5 = InputActionState_get_bindingStates_mA4A1CB278815E9F08EAA477A01E2FBA87821B7BD((InputActionState_tBAB20591FD6515A6FF5D70EF641A423E270A33F9 *)__this, /*hidden argument*/NULL); int32_t L_6 = ___bindingIndex0; uint32_t L_7 = sizeof(BindingState_t568A45761EFD086FB6772BD7B933703E3ABFBF26 ); int32_t L_8; L_8 = BindingState_get_compositeOrCompositeBindingIndex_mC6854679BF2606888E4E502D5A6D6417A8113D09((BindingState_t568A45761EFD086FB6772BD7B933703E3ABFBF26 *)(BindingState_t568A45761EFD086FB6772BD7B933703E3ABFBF26 *)((BindingState_t568A45761EFD086FB6772BD7B933703E3ABFBF26 *)il2cpp_codegen_add((intptr_t)L_5, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_6), (int32_t)L_7)))), /*hidden argument*/NULL); V_2 = (int32_t)L_8; // var compositeIndex = bindingStates[compositeBindingIndex].compositeOrCompositeBindingIndex; NullCheck((InputActionState_tBAB20591FD6515A6FF5D70EF641A423E270A33F9 *)__this); BindingState_t568A45761EFD086FB6772BD7B933703E3ABFBF26 * L_9; L_9 = InputActionState_get_bindingStates_mA4A1CB278815E9F08EAA477A01E2FBA87821B7BD((InputActionState_tBAB20591FD6515A6FF5D70EF641A423E270A33F9 *)__this, /*hidden argument*/NULL); int32_t L_10 = V_2; uint32_t L_11 = sizeof(BindingState_t568A45761EFD086FB6772BD7B933703E3ABFBF26 ); int32_t L_12; L_12 = BindingState_get_compositeOrCompositeBindingIndex_mC6854679BF2606888E4E502D5A6D6417A8113D09((BindingState_t568A45761EFD086FB6772BD7B933703E3ABFBF26 *)(BindingState_t568A45761EFD086FB6772BD7B933703E3ABFBF26 *)((BindingState_t568A45761EFD086FB6772BD7B933703E3ABFBF26 *)il2cpp_codegen_add((intptr_t)L_9, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_10), (int32_t)L_11)))), /*hidden argument*/NULL); V_3 = (int32_t)L_12; // var compositeObject = composites[compositeIndex]; InputBindingCompositeU5BU5D_tA39005B1C18E39B68364430213FAAD8B58DC9083* L_13 = (InputBindingCompositeU5BU5D_tA39005B1C18E39B68364430213FAAD8B58DC9083*)__this->get_composites_5(); int32_t L_14 = V_3; NullCheck(L_13); int32_t L_15 = L_14; InputBindingComposite_tFCCB9AFDBA6503C51555C9C5904186D990D36565 * L_16 = (L_13)->GetAt(static_cast(L_15)); V_4 = (InputBindingComposite_tFCCB9AFDBA6503C51555C9C5904186D990D36565 *)L_16; // var context = new InputBindingCompositeContext // { // m_State = this, // m_BindingIndex = compositeBindingIndex // }; il2cpp_codegen_initobj((&V_7), sizeof(InputBindingCompositeContext_tDEF957C733B71700F6486BD2032AF9D93F286570 )); (&V_7)->set_m_State_0(__this); int32_t L_17 = V_2; (&V_7)->set_m_BindingIndex_1(L_17); InputBindingCompositeContext_tDEF957C733B71700F6486BD2032AF9D93F286570 L_18 = V_7; V_5 = (InputBindingCompositeContext_tDEF957C733B71700F6486BD2032AF9D93F286570 )L_18; // var compositeOfType = compositeObject as InputBindingComposite; InputBindingComposite_tFCCB9AFDBA6503C51555C9C5904186D990D36565 * L_19 = V_4; V_6 = (InputBindingComposite_1_t25F916E918B3933F26CD68B68A548566689D5860 *)((InputBindingComposite_1_t25F916E918B3933F26CD68B68A548566689D5860 *)IsInst((RuntimeObject*)L_19, IL2CPP_RGCTX_DATA(method->rgctx_data, 0))); // if (compositeOfType == null) InputBindingComposite_1_t25F916E918B3933F26CD68B68A548566689D5860 * L_20 = V_6; if (L_20) { goto IL_0113; } } { // var valueType = compositeObject.valueType; InputBindingComposite_tFCCB9AFDBA6503C51555C9C5904186D990D36565 * L_21 = V_4; NullCheck((InputBindingComposite_tFCCB9AFDBA6503C51555C9C5904186D990D36565 *)L_21); Type_t * L_22; L_22 = VirtFuncInvoker0< Type_t * >::Invoke(4 /* System.Type UnityEngine.InputSystem.InputBindingComposite::get_valueType() */, (InputBindingComposite_tFCCB9AFDBA6503C51555C9C5904186D990D36565 *)L_21); V_8 = (Type_t *)L_22; // if (!valueType.IsAssignableFrom(typeof(TValue))) Type_t * L_23 = V_8; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_24 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(method->rgctx_data, 1)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_25; L_25 = Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_24, /*hidden argument*/NULL); NullCheck((Type_t *)L_23); bool L_26; L_26 = VirtFuncInvoker1< bool, Type_t * >::Invoke(115 /* System.Boolean System.Type::IsAssignableFrom(System.Type) */, (Type_t *)L_23, (Type_t *)L_25); if (L_26) { goto IL_00fc; } } { // throw new InvalidOperationException( // $"Cannot read value of type '{typeof(TValue).Name}' from composite '{compositeObject}' bound to action '{GetActionOrNull(bindingIndex)}' (composite is a '{compositeIndex.GetType().Name}' with value type '{TypeHelpers.GetNiceTypeName(valueType)}')"); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_27 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var)), (uint32_t)5); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_28 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)L_27; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_29 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(method->rgctx_data, 1)) }; IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Type_t_il2cpp_TypeInfo_var))); Type_t * L_30; L_30 = Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_29, /*hidden argument*/NULL); NullCheck((MemberInfo_t *)L_30); String_t* L_31; L_31 = VirtFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, (MemberInfo_t *)L_30); NullCheck(L_28); ArrayElementTypeCheck (L_28, L_31); (L_28)->SetAt(static_cast(0), (RuntimeObject *)L_31); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_32 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)L_28; InputBindingComposite_tFCCB9AFDBA6503C51555C9C5904186D990D36565 * L_33 = V_4; NullCheck(L_32); ArrayElementTypeCheck (L_32, L_33); (L_32)->SetAt(static_cast(1), (RuntimeObject *)L_33); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_34 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)L_32; int32_t L_35 = ___bindingIndex0; NullCheck((InputActionState_tBAB20591FD6515A6FF5D70EF641A423E270A33F9 *)__this); InputAction_t9AC3F79A5911EDC5CEB0BCD81640FDACA8DB0B0B * L_36; L_36 = InputActionState_GetActionOrNull_mFCE04C362C9FAB281A922AAE45F1212A75D0E4EF((InputActionState_tBAB20591FD6515A6FF5D70EF641A423E270A33F9 *)__this, (int32_t)L_35, /*hidden argument*/NULL); NullCheck(L_34); ArrayElementTypeCheck (L_34, L_36); (L_34)->SetAt(static_cast(2), (RuntimeObject *)L_36); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_37 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)L_34; int32_t L_38 = V_3; int32_t L_39 = L_38; RuntimeObject * L_40 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var)), &L_39); NullCheck((RuntimeObject *)L_40); Type_t * L_41; L_41 = Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B((RuntimeObject *)L_40, /*hidden argument*/NULL); NullCheck((MemberInfo_t *)L_41); String_t* L_42; L_42 = VirtFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, (MemberInfo_t *)L_41); NullCheck(L_37); ArrayElementTypeCheck (L_37, L_42); (L_37)->SetAt(static_cast(3), (RuntimeObject *)L_42); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_43 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)L_37; Type_t * L_44 = V_8; String_t* L_45; L_45 = TypeHelpers_GetNiceTypeName_m1058C0FA8C9E87561CA50228D600EF8964C2545D((Type_t *)L_44, /*hidden argument*/NULL); NullCheck(L_43); ArrayElementTypeCheck (L_43, L_45); (L_43)->SetAt(static_cast(4), (RuntimeObject *)L_45); String_t* L_46; L_46 = String_Format_m2CDD2A21AF2BCE3CE07D634645F9A61B4CB7D9B3((String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral53EB1C57EC3642C73F4FC3E0746B7DD9C2BBE1A2)), (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)L_43, /*hidden argument*/NULL); InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_47 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_47, (String_t*)L_46, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_47, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputActionState_ReadValue_TisQuaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4_m93C0165284B3AA22285244520B703F333A334FCA_RuntimeMethod_var))); } IL_00fc: { // compositeObject.ReadValue(ref context, UnsafeUtility.AddressOf(ref value), UnsafeUtility.SizeOf()); InputBindingComposite_tFCCB9AFDBA6503C51555C9C5904186D990D36565 * L_48 = V_4; void* L_49; L_49 = il2cpp_codegen_unsafe_cast((Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 *)(Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 *)(&V_0)); int32_t L_50; L_50 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)); NullCheck((InputBindingComposite_tFCCB9AFDBA6503C51555C9C5904186D990D36565 *)L_48); VirtActionInvoker3< InputBindingCompositeContext_tDEF957C733B71700F6486BD2032AF9D93F286570 *, void*, int32_t >::Invoke(6 /* System.Void UnityEngine.InputSystem.InputBindingComposite::ReadValue(UnityEngine.InputSystem.InputBindingCompositeContext&,System.Void*,System.Int32) */, (InputBindingComposite_tFCCB9AFDBA6503C51555C9C5904186D990D36565 *)L_48, (InputBindingCompositeContext_tDEF957C733B71700F6486BD2032AF9D93F286570 *)(InputBindingCompositeContext_tDEF957C733B71700F6486BD2032AF9D93F286570 *)(&V_5), (void*)(void*)L_49, (int32_t)L_50); // } goto IL_011d; } IL_0113: { // value = compositeOfType.ReadValue(ref context); InputBindingComposite_1_t25F916E918B3933F26CD68B68A548566689D5860 * L_51 = V_6; NullCheck((InputBindingComposite_1_t25F916E918B3933F26CD68B68A548566689D5860 *)L_51); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_52; L_52 = VirtFuncInvoker1< Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 , InputBindingCompositeContext_tDEF957C733B71700F6486BD2032AF9D93F286570 * >::Invoke(10 /* TValue UnityEngine.InputSystem.InputBindingComposite`1::ReadValue(UnityEngine.InputSystem.InputBindingCompositeContext&) */, (InputBindingComposite_1_t25F916E918B3933F26CD68B68A548566689D5860 *)L_51, (InputBindingCompositeContext_tDEF957C733B71700F6486BD2032AF9D93F286570 *)(InputBindingCompositeContext_tDEF957C733B71700F6486BD2032AF9D93F286570 *)(&V_5)); V_0 = (Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 )L_52; } IL_011d: { // bindingIndex = compositeBindingIndex; int32_t L_53 = V_2; ___bindingIndex0 = (int32_t)L_53; // } goto IL_019c; } IL_0122: { // if (controlIndex != kInvalidIndex) int32_t L_54 = ___controlIndex1; if ((((int32_t)L_54) == ((int32_t)(-1)))) { goto IL_019c; } } { // var control = controls[controlIndex]; InputControlU5BU5D_tB874FECA56E2B08D3280F4174B988EA155E99680* L_55 = (InputControlU5BU5D_tB874FECA56E2B08D3280F4174B988EA155E99680*)__this->get_controls_2(); int32_t L_56 = ___controlIndex1; NullCheck(L_55); int32_t L_57 = L_56; InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_58 = (L_55)->GetAt(static_cast(L_57)); V_9 = (InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 *)L_58; // controlOfType = control as InputControl; InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_59 = V_9; V_1 = (InputControl_1_t87C8668A49FF17120FE3EDBF72EBAE2B7A04479F *)((InputControl_1_t87C8668A49FF17120FE3EDBF72EBAE2B7A04479F *)IsInst((RuntimeObject*)L_59, IL2CPP_RGCTX_DATA(method->rgctx_data, 5))); // if (controlOfType == null) InputControl_1_t87C8668A49FF17120FE3EDBF72EBAE2B7A04479F * L_60 = V_1; if (L_60) { goto IL_0195; } } { // throw new InvalidOperationException( // $"Cannot read value of type '{TypeHelpers.GetNiceTypeName(typeof(TValue))}' from control '{control.path}' bound to action '{GetActionOrNull(bindingIndex)}' (control is a '{control.GetType().Name}' with value type '{TypeHelpers.GetNiceTypeName(control.valueType)}')"); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_61 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var)), (uint32_t)5); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_62 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)L_61; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_63 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(method->rgctx_data, 1)) }; IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Type_t_il2cpp_TypeInfo_var))); Type_t * L_64; L_64 = Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_63, /*hidden argument*/NULL); String_t* L_65; L_65 = TypeHelpers_GetNiceTypeName_m1058C0FA8C9E87561CA50228D600EF8964C2545D((Type_t *)L_64, /*hidden argument*/NULL); NullCheck(L_62); ArrayElementTypeCheck (L_62, L_65); (L_62)->SetAt(static_cast(0), (RuntimeObject *)L_65); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_66 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)L_62; InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_67 = V_9; NullCheck((InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 *)L_67); String_t* L_68; L_68 = InputControl_get_path_m0A0614C2660ED7DB269DEF6F4D8FB28B3AEE4F2D((InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 *)L_67, /*hidden argument*/NULL); NullCheck(L_66); ArrayElementTypeCheck (L_66, L_68); (L_66)->SetAt(static_cast(1), (RuntimeObject *)L_68); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_69 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)L_66; int32_t L_70 = ___bindingIndex0; NullCheck((InputActionState_tBAB20591FD6515A6FF5D70EF641A423E270A33F9 *)__this); InputAction_t9AC3F79A5911EDC5CEB0BCD81640FDACA8DB0B0B * L_71; L_71 = InputActionState_GetActionOrNull_mFCE04C362C9FAB281A922AAE45F1212A75D0E4EF((InputActionState_tBAB20591FD6515A6FF5D70EF641A423E270A33F9 *)__this, (int32_t)L_70, /*hidden argument*/NULL); NullCheck(L_69); ArrayElementTypeCheck (L_69, L_71); (L_69)->SetAt(static_cast(2), (RuntimeObject *)L_71); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_72 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)L_69; InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_73 = V_9; NullCheck((RuntimeObject *)L_73); Type_t * L_74; L_74 = Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B((RuntimeObject *)L_73, /*hidden argument*/NULL); NullCheck((MemberInfo_t *)L_74); String_t* L_75; L_75 = VirtFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, (MemberInfo_t *)L_74); NullCheck(L_72); ArrayElementTypeCheck (L_72, L_75); (L_72)->SetAt(static_cast(3), (RuntimeObject *)L_75); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_76 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)L_72; InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_77 = V_9; NullCheck((InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 *)L_77); Type_t * L_78; L_78 = VirtFuncInvoker0< Type_t * >::Invoke(4 /* System.Type UnityEngine.InputSystem.InputControl::get_valueType() */, (InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 *)L_77); String_t* L_79; L_79 = TypeHelpers_GetNiceTypeName_m1058C0FA8C9E87561CA50228D600EF8964C2545D((Type_t *)L_78, /*hidden argument*/NULL); NullCheck(L_76); ArrayElementTypeCheck (L_76, L_79); (L_76)->SetAt(static_cast(4), (RuntimeObject *)L_79); String_t* L_80; L_80 = String_Format_m2CDD2A21AF2BCE3CE07D634645F9A61B4CB7D9B3((String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral6CD0A9FCE7D9D1C25446765E8B8FA52BD3FE15B0)), (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)L_76, /*hidden argument*/NULL); InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_81 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_81, (String_t*)L_80, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_81, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputActionState_ReadValue_TisQuaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4_m93C0165284B3AA22285244520B703F333A334FCA_RuntimeMethod_var))); } IL_0195: { // value = controlOfType.ReadValue(); InputControl_1_t87C8668A49FF17120FE3EDBF72EBAE2B7A04479F * L_82 = V_1; NullCheck((InputControl_1_t87C8668A49FF17120FE3EDBF72EBAE2B7A04479F *)L_82); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_83; L_83 = (( Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 (*) (InputControl_1_t87C8668A49FF17120FE3EDBF72EBAE2B7A04479F *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 6)->methodPointer)((InputControl_1_t87C8668A49FF17120FE3EDBF72EBAE2B7A04479F *)L_82, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 6)); V_0 = (Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 )L_83; } IL_019c: { // return ApplyProcessors(bindingIndex, value, controlOfType); int32_t L_84 = ___bindingIndex0; Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_85 = V_0; InputControl_1_t87C8668A49FF17120FE3EDBF72EBAE2B7A04479F * L_86 = V_1; NullCheck((InputActionState_tBAB20591FD6515A6FF5D70EF641A423E270A33F9 *)__this); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_87; L_87 = (( Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 (*) (InputActionState_tBAB20591FD6515A6FF5D70EF641A423E270A33F9 *, int32_t, Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 , InputControl_1_t87C8668A49FF17120FE3EDBF72EBAE2B7A04479F *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 7)->methodPointer)((InputActionState_tBAB20591FD6515A6FF5D70EF641A423E270A33F9 *)__this, (int32_t)L_84, (Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 )L_85, (InputControl_1_t87C8668A49FF17120FE3EDBF72EBAE2B7A04479F *)L_86, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 7)); return (Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 )L_87; } } // TValue UnityEngine.InputSystem.InputActionState::ReadValue(System.Int32,System.Int32,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float InputActionState_ReadValue_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_mBCC0705B62F718BDE7BF2A7141B7A87594D80118_gshared (InputActionState_tBAB20591FD6515A6FF5D70EF641A423E270A33F9 * __this, int32_t ___bindingIndex0, int32_t ___controlIndex1, bool ___ignoreComposites2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } float V_0 = 0.0f; InputControl_1_t011854B2ED3F016A34A91350FC9B9055E1E820D3 * V_1 = NULL; int32_t V_2 = 0; int32_t V_3 = 0; InputBindingComposite_tFCCB9AFDBA6503C51555C9C5904186D990D36565 * V_4 = NULL; InputBindingCompositeContext_tDEF957C733B71700F6486BD2032AF9D93F286570 V_5; memset((&V_5), 0, sizeof(V_5)); InputBindingComposite_1_tC51ED54D60E322F6BFAAC85451ECF707642328B4 * V_6 = NULL; InputBindingCompositeContext_tDEF957C733B71700F6486BD2032AF9D93F286570 V_7; memset((&V_7), 0, sizeof(V_7)); Type_t * V_8 = NULL; InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * V_9 = NULL; { // var value = default(TValue); il2cpp_codegen_initobj((&V_0), sizeof(float)); // InputControl controlOfType = null; V_1 = (InputControl_1_t011854B2ED3F016A34A91350FC9B9055E1E820D3 *)NULL; // if (!ignoreComposites && bindingStates[bindingIndex].isPartOfComposite) bool L_0 = ___ignoreComposites2; if (L_0) { goto IL_0122; } } { NullCheck((InputActionState_tBAB20591FD6515A6FF5D70EF641A423E270A33F9 *)__this); BindingState_t568A45761EFD086FB6772BD7B933703E3ABFBF26 * L_1; L_1 = InputActionState_get_bindingStates_mA4A1CB278815E9F08EAA477A01E2FBA87821B7BD((InputActionState_tBAB20591FD6515A6FF5D70EF641A423E270A33F9 *)__this, /*hidden argument*/NULL); int32_t L_2 = ___bindingIndex0; uint32_t L_3 = sizeof(BindingState_t568A45761EFD086FB6772BD7B933703E3ABFBF26 ); bool L_4; L_4 = BindingState_get_isPartOfComposite_m68AE90C79D3468BA3FB9BDDD98B864642DE09A3F((BindingState_t568A45761EFD086FB6772BD7B933703E3ABFBF26 *)(BindingState_t568A45761EFD086FB6772BD7B933703E3ABFBF26 *)((BindingState_t568A45761EFD086FB6772BD7B933703E3ABFBF26 *)il2cpp_codegen_add((intptr_t)L_1, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_2), (int32_t)L_3)))), /*hidden argument*/NULL); if (!L_4) { goto IL_0122; } } { // var compositeBindingIndex = bindingStates[bindingIndex].compositeOrCompositeBindingIndex; NullCheck((InputActionState_tBAB20591FD6515A6FF5D70EF641A423E270A33F9 *)__this); BindingState_t568A45761EFD086FB6772BD7B933703E3ABFBF26 * L_5; L_5 = InputActionState_get_bindingStates_mA4A1CB278815E9F08EAA477A01E2FBA87821B7BD((InputActionState_tBAB20591FD6515A6FF5D70EF641A423E270A33F9 *)__this, /*hidden argument*/NULL); int32_t L_6 = ___bindingIndex0; uint32_t L_7 = sizeof(BindingState_t568A45761EFD086FB6772BD7B933703E3ABFBF26 ); int32_t L_8; L_8 = BindingState_get_compositeOrCompositeBindingIndex_mC6854679BF2606888E4E502D5A6D6417A8113D09((BindingState_t568A45761EFD086FB6772BD7B933703E3ABFBF26 *)(BindingState_t568A45761EFD086FB6772BD7B933703E3ABFBF26 *)((BindingState_t568A45761EFD086FB6772BD7B933703E3ABFBF26 *)il2cpp_codegen_add((intptr_t)L_5, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_6), (int32_t)L_7)))), /*hidden argument*/NULL); V_2 = (int32_t)L_8; // var compositeIndex = bindingStates[compositeBindingIndex].compositeOrCompositeBindingIndex; NullCheck((InputActionState_tBAB20591FD6515A6FF5D70EF641A423E270A33F9 *)__this); BindingState_t568A45761EFD086FB6772BD7B933703E3ABFBF26 * L_9; L_9 = InputActionState_get_bindingStates_mA4A1CB278815E9F08EAA477A01E2FBA87821B7BD((InputActionState_tBAB20591FD6515A6FF5D70EF641A423E270A33F9 *)__this, /*hidden argument*/NULL); int32_t L_10 = V_2; uint32_t L_11 = sizeof(BindingState_t568A45761EFD086FB6772BD7B933703E3ABFBF26 ); int32_t L_12; L_12 = BindingState_get_compositeOrCompositeBindingIndex_mC6854679BF2606888E4E502D5A6D6417A8113D09((BindingState_t568A45761EFD086FB6772BD7B933703E3ABFBF26 *)(BindingState_t568A45761EFD086FB6772BD7B933703E3ABFBF26 *)((BindingState_t568A45761EFD086FB6772BD7B933703E3ABFBF26 *)il2cpp_codegen_add((intptr_t)L_9, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_10), (int32_t)L_11)))), /*hidden argument*/NULL); V_3 = (int32_t)L_12; // var compositeObject = composites[compositeIndex]; InputBindingCompositeU5BU5D_tA39005B1C18E39B68364430213FAAD8B58DC9083* L_13 = (InputBindingCompositeU5BU5D_tA39005B1C18E39B68364430213FAAD8B58DC9083*)__this->get_composites_5(); int32_t L_14 = V_3; NullCheck(L_13); int32_t L_15 = L_14; InputBindingComposite_tFCCB9AFDBA6503C51555C9C5904186D990D36565 * L_16 = (L_13)->GetAt(static_cast(L_15)); V_4 = (InputBindingComposite_tFCCB9AFDBA6503C51555C9C5904186D990D36565 *)L_16; // var context = new InputBindingCompositeContext // { // m_State = this, // m_BindingIndex = compositeBindingIndex // }; il2cpp_codegen_initobj((&V_7), sizeof(InputBindingCompositeContext_tDEF957C733B71700F6486BD2032AF9D93F286570 )); (&V_7)->set_m_State_0(__this); int32_t L_17 = V_2; (&V_7)->set_m_BindingIndex_1(L_17); InputBindingCompositeContext_tDEF957C733B71700F6486BD2032AF9D93F286570 L_18 = V_7; V_5 = (InputBindingCompositeContext_tDEF957C733B71700F6486BD2032AF9D93F286570 )L_18; // var compositeOfType = compositeObject as InputBindingComposite; InputBindingComposite_tFCCB9AFDBA6503C51555C9C5904186D990D36565 * L_19 = V_4; V_6 = (InputBindingComposite_1_tC51ED54D60E322F6BFAAC85451ECF707642328B4 *)((InputBindingComposite_1_tC51ED54D60E322F6BFAAC85451ECF707642328B4 *)IsInst((RuntimeObject*)L_19, IL2CPP_RGCTX_DATA(method->rgctx_data, 0))); // if (compositeOfType == null) InputBindingComposite_1_tC51ED54D60E322F6BFAAC85451ECF707642328B4 * L_20 = V_6; if (L_20) { goto IL_0113; } } { // var valueType = compositeObject.valueType; InputBindingComposite_tFCCB9AFDBA6503C51555C9C5904186D990D36565 * L_21 = V_4; NullCheck((InputBindingComposite_tFCCB9AFDBA6503C51555C9C5904186D990D36565 *)L_21); Type_t * L_22; L_22 = VirtFuncInvoker0< Type_t * >::Invoke(4 /* System.Type UnityEngine.InputSystem.InputBindingComposite::get_valueType() */, (InputBindingComposite_tFCCB9AFDBA6503C51555C9C5904186D990D36565 *)L_21); V_8 = (Type_t *)L_22; // if (!valueType.IsAssignableFrom(typeof(TValue))) Type_t * L_23 = V_8; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_24 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(method->rgctx_data, 1)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_25; L_25 = Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_24, /*hidden argument*/NULL); NullCheck((Type_t *)L_23); bool L_26; L_26 = VirtFuncInvoker1< bool, Type_t * >::Invoke(115 /* System.Boolean System.Type::IsAssignableFrom(System.Type) */, (Type_t *)L_23, (Type_t *)L_25); if (L_26) { goto IL_00fc; } } { // throw new InvalidOperationException( // $"Cannot read value of type '{typeof(TValue).Name}' from composite '{compositeObject}' bound to action '{GetActionOrNull(bindingIndex)}' (composite is a '{compositeIndex.GetType().Name}' with value type '{TypeHelpers.GetNiceTypeName(valueType)}')"); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_27 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var)), (uint32_t)5); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_28 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)L_27; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_29 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(method->rgctx_data, 1)) }; IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Type_t_il2cpp_TypeInfo_var))); Type_t * L_30; L_30 = Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_29, /*hidden argument*/NULL); NullCheck((MemberInfo_t *)L_30); String_t* L_31; L_31 = VirtFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, (MemberInfo_t *)L_30); NullCheck(L_28); ArrayElementTypeCheck (L_28, L_31); (L_28)->SetAt(static_cast(0), (RuntimeObject *)L_31); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_32 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)L_28; InputBindingComposite_tFCCB9AFDBA6503C51555C9C5904186D990D36565 * L_33 = V_4; NullCheck(L_32); ArrayElementTypeCheck (L_32, L_33); (L_32)->SetAt(static_cast(1), (RuntimeObject *)L_33); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_34 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)L_32; int32_t L_35 = ___bindingIndex0; NullCheck((InputActionState_tBAB20591FD6515A6FF5D70EF641A423E270A33F9 *)__this); InputAction_t9AC3F79A5911EDC5CEB0BCD81640FDACA8DB0B0B * L_36; L_36 = InputActionState_GetActionOrNull_mFCE04C362C9FAB281A922AAE45F1212A75D0E4EF((InputActionState_tBAB20591FD6515A6FF5D70EF641A423E270A33F9 *)__this, (int32_t)L_35, /*hidden argument*/NULL); NullCheck(L_34); ArrayElementTypeCheck (L_34, L_36); (L_34)->SetAt(static_cast(2), (RuntimeObject *)L_36); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_37 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)L_34; int32_t L_38 = V_3; int32_t L_39 = L_38; RuntimeObject * L_40 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var)), &L_39); NullCheck((RuntimeObject *)L_40); Type_t * L_41; L_41 = Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B((RuntimeObject *)L_40, /*hidden argument*/NULL); NullCheck((MemberInfo_t *)L_41); String_t* L_42; L_42 = VirtFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, (MemberInfo_t *)L_41); NullCheck(L_37); ArrayElementTypeCheck (L_37, L_42); (L_37)->SetAt(static_cast(3), (RuntimeObject *)L_42); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_43 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)L_37; Type_t * L_44 = V_8; String_t* L_45; L_45 = TypeHelpers_GetNiceTypeName_m1058C0FA8C9E87561CA50228D600EF8964C2545D((Type_t *)L_44, /*hidden argument*/NULL); NullCheck(L_43); ArrayElementTypeCheck (L_43, L_45); (L_43)->SetAt(static_cast(4), (RuntimeObject *)L_45); String_t* L_46; L_46 = String_Format_m2CDD2A21AF2BCE3CE07D634645F9A61B4CB7D9B3((String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral53EB1C57EC3642C73F4FC3E0746B7DD9C2BBE1A2)), (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)L_43, /*hidden argument*/NULL); InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_47 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_47, (String_t*)L_46, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_47, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputActionState_ReadValue_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_mBCC0705B62F718BDE7BF2A7141B7A87594D80118_RuntimeMethod_var))); } IL_00fc: { // compositeObject.ReadValue(ref context, UnsafeUtility.AddressOf(ref value), UnsafeUtility.SizeOf()); InputBindingComposite_tFCCB9AFDBA6503C51555C9C5904186D990D36565 * L_48 = V_4; void* L_49; L_49 = il2cpp_codegen_unsafe_cast((float*)(float*)(&V_0)); int32_t L_50; L_50 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)); NullCheck((InputBindingComposite_tFCCB9AFDBA6503C51555C9C5904186D990D36565 *)L_48); VirtActionInvoker3< InputBindingCompositeContext_tDEF957C733B71700F6486BD2032AF9D93F286570 *, void*, int32_t >::Invoke(6 /* System.Void UnityEngine.InputSystem.InputBindingComposite::ReadValue(UnityEngine.InputSystem.InputBindingCompositeContext&,System.Void*,System.Int32) */, (InputBindingComposite_tFCCB9AFDBA6503C51555C9C5904186D990D36565 *)L_48, (InputBindingCompositeContext_tDEF957C733B71700F6486BD2032AF9D93F286570 *)(InputBindingCompositeContext_tDEF957C733B71700F6486BD2032AF9D93F286570 *)(&V_5), (void*)(void*)L_49, (int32_t)L_50); // } goto IL_011d; } IL_0113: { // value = compositeOfType.ReadValue(ref context); InputBindingComposite_1_tC51ED54D60E322F6BFAAC85451ECF707642328B4 * L_51 = V_6; NullCheck((InputBindingComposite_1_tC51ED54D60E322F6BFAAC85451ECF707642328B4 *)L_51); float L_52; L_52 = VirtFuncInvoker1< float, InputBindingCompositeContext_tDEF957C733B71700F6486BD2032AF9D93F286570 * >::Invoke(10 /* TValue UnityEngine.InputSystem.InputBindingComposite`1::ReadValue(UnityEngine.InputSystem.InputBindingCompositeContext&) */, (InputBindingComposite_1_tC51ED54D60E322F6BFAAC85451ECF707642328B4 *)L_51, (InputBindingCompositeContext_tDEF957C733B71700F6486BD2032AF9D93F286570 *)(InputBindingCompositeContext_tDEF957C733B71700F6486BD2032AF9D93F286570 *)(&V_5)); V_0 = (float)L_52; } IL_011d: { // bindingIndex = compositeBindingIndex; int32_t L_53 = V_2; ___bindingIndex0 = (int32_t)L_53; // } goto IL_019c; } IL_0122: { // if (controlIndex != kInvalidIndex) int32_t L_54 = ___controlIndex1; if ((((int32_t)L_54) == ((int32_t)(-1)))) { goto IL_019c; } } { // var control = controls[controlIndex]; InputControlU5BU5D_tB874FECA56E2B08D3280F4174B988EA155E99680* L_55 = (InputControlU5BU5D_tB874FECA56E2B08D3280F4174B988EA155E99680*)__this->get_controls_2(); int32_t L_56 = ___controlIndex1; NullCheck(L_55); int32_t L_57 = L_56; InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_58 = (L_55)->GetAt(static_cast(L_57)); V_9 = (InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 *)L_58; // controlOfType = control as InputControl; InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_59 = V_9; V_1 = (InputControl_1_t011854B2ED3F016A34A91350FC9B9055E1E820D3 *)((InputControl_1_t011854B2ED3F016A34A91350FC9B9055E1E820D3 *)IsInst((RuntimeObject*)L_59, IL2CPP_RGCTX_DATA(method->rgctx_data, 5))); // if (controlOfType == null) InputControl_1_t011854B2ED3F016A34A91350FC9B9055E1E820D3 * L_60 = V_1; if (L_60) { goto IL_0195; } } { // throw new InvalidOperationException( // $"Cannot read value of type '{TypeHelpers.GetNiceTypeName(typeof(TValue))}' from control '{control.path}' bound to action '{GetActionOrNull(bindingIndex)}' (control is a '{control.GetType().Name}' with value type '{TypeHelpers.GetNiceTypeName(control.valueType)}')"); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_61 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var)), (uint32_t)5); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_62 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)L_61; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_63 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(method->rgctx_data, 1)) }; IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Type_t_il2cpp_TypeInfo_var))); Type_t * L_64; L_64 = Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_63, /*hidden argument*/NULL); String_t* L_65; L_65 = TypeHelpers_GetNiceTypeName_m1058C0FA8C9E87561CA50228D600EF8964C2545D((Type_t *)L_64, /*hidden argument*/NULL); NullCheck(L_62); ArrayElementTypeCheck (L_62, L_65); (L_62)->SetAt(static_cast(0), (RuntimeObject *)L_65); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_66 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)L_62; InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_67 = V_9; NullCheck((InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 *)L_67); String_t* L_68; L_68 = InputControl_get_path_m0A0614C2660ED7DB269DEF6F4D8FB28B3AEE4F2D((InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 *)L_67, /*hidden argument*/NULL); NullCheck(L_66); ArrayElementTypeCheck (L_66, L_68); (L_66)->SetAt(static_cast(1), (RuntimeObject *)L_68); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_69 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)L_66; int32_t L_70 = ___bindingIndex0; NullCheck((InputActionState_tBAB20591FD6515A6FF5D70EF641A423E270A33F9 *)__this); InputAction_t9AC3F79A5911EDC5CEB0BCD81640FDACA8DB0B0B * L_71; L_71 = InputActionState_GetActionOrNull_mFCE04C362C9FAB281A922AAE45F1212A75D0E4EF((InputActionState_tBAB20591FD6515A6FF5D70EF641A423E270A33F9 *)__this, (int32_t)L_70, /*hidden argument*/NULL); NullCheck(L_69); ArrayElementTypeCheck (L_69, L_71); (L_69)->SetAt(static_cast(2), (RuntimeObject *)L_71); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_72 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)L_69; InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_73 = V_9; NullCheck((RuntimeObject *)L_73); Type_t * L_74; L_74 = Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B((RuntimeObject *)L_73, /*hidden argument*/NULL); NullCheck((MemberInfo_t *)L_74); String_t* L_75; L_75 = VirtFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, (MemberInfo_t *)L_74); NullCheck(L_72); ArrayElementTypeCheck (L_72, L_75); (L_72)->SetAt(static_cast(3), (RuntimeObject *)L_75); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_76 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)L_72; InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_77 = V_9; NullCheck((InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 *)L_77); Type_t * L_78; L_78 = VirtFuncInvoker0< Type_t * >::Invoke(4 /* System.Type UnityEngine.InputSystem.InputControl::get_valueType() */, (InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 *)L_77); String_t* L_79; L_79 = TypeHelpers_GetNiceTypeName_m1058C0FA8C9E87561CA50228D600EF8964C2545D((Type_t *)L_78, /*hidden argument*/NULL); NullCheck(L_76); ArrayElementTypeCheck (L_76, L_79); (L_76)->SetAt(static_cast(4), (RuntimeObject *)L_79); String_t* L_80; L_80 = String_Format_m2CDD2A21AF2BCE3CE07D634645F9A61B4CB7D9B3((String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral6CD0A9FCE7D9D1C25446765E8B8FA52BD3FE15B0)), (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)L_76, /*hidden argument*/NULL); InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_81 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_81, (String_t*)L_80, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_81, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputActionState_ReadValue_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_mBCC0705B62F718BDE7BF2A7141B7A87594D80118_RuntimeMethod_var))); } IL_0195: { // value = controlOfType.ReadValue(); InputControl_1_t011854B2ED3F016A34A91350FC9B9055E1E820D3 * L_82 = V_1; NullCheck((InputControl_1_t011854B2ED3F016A34A91350FC9B9055E1E820D3 *)L_82); float L_83; L_83 = (( float (*) (InputControl_1_t011854B2ED3F016A34A91350FC9B9055E1E820D3 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 6)->methodPointer)((InputControl_1_t011854B2ED3F016A34A91350FC9B9055E1E820D3 *)L_82, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 6)); V_0 = (float)L_83; } IL_019c: { // return ApplyProcessors(bindingIndex, value, controlOfType); int32_t L_84 = ___bindingIndex0; float L_85 = V_0; InputControl_1_t011854B2ED3F016A34A91350FC9B9055E1E820D3 * L_86 = V_1; NullCheck((InputActionState_tBAB20591FD6515A6FF5D70EF641A423E270A33F9 *)__this); float L_87; L_87 = (( float (*) (InputActionState_tBAB20591FD6515A6FF5D70EF641A423E270A33F9 *, int32_t, float, InputControl_1_t011854B2ED3F016A34A91350FC9B9055E1E820D3 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 7)->methodPointer)((InputActionState_tBAB20591FD6515A6FF5D70EF641A423E270A33F9 *)__this, (int32_t)L_84, (float)L_85, (InputControl_1_t011854B2ED3F016A34A91350FC9B9055E1E820D3 *)L_86, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 7)); return (float)L_87; } } // TValue UnityEngine.InputSystem.InputActionState::ReadValue(System.Int32,System.Int32,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 InputActionState_ReadValue_TisVector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9_mDF1A83F52FFFDCCFAA3BB954E27D5DE01DCBC60C_gshared (InputActionState_tBAB20591FD6515A6FF5D70EF641A423E270A33F9 * __this, int32_t ___bindingIndex0, int32_t ___controlIndex1, bool ___ignoreComposites2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 V_0; memset((&V_0), 0, sizeof(V_0)); InputControl_1_t0C6774D908F28CC2187A664A1D73FB294F808163 * V_1 = NULL; int32_t V_2 = 0; int32_t V_3 = 0; InputBindingComposite_tFCCB9AFDBA6503C51555C9C5904186D990D36565 * V_4 = NULL; InputBindingCompositeContext_tDEF957C733B71700F6486BD2032AF9D93F286570 V_5; memset((&V_5), 0, sizeof(V_5)); InputBindingComposite_1_t173A5EDF61A85227CA537F256878951519A294F5 * V_6 = NULL; InputBindingCompositeContext_tDEF957C733B71700F6486BD2032AF9D93F286570 V_7; memset((&V_7), 0, sizeof(V_7)); Type_t * V_8 = NULL; InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * V_9 = NULL; { // var value = default(TValue); il2cpp_codegen_initobj((&V_0), sizeof(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 )); // InputControl controlOfType = null; V_1 = (InputControl_1_t0C6774D908F28CC2187A664A1D73FB294F808163 *)NULL; // if (!ignoreComposites && bindingStates[bindingIndex].isPartOfComposite) bool L_0 = ___ignoreComposites2; if (L_0) { goto IL_0122; } } { NullCheck((InputActionState_tBAB20591FD6515A6FF5D70EF641A423E270A33F9 *)__this); BindingState_t568A45761EFD086FB6772BD7B933703E3ABFBF26 * L_1; L_1 = InputActionState_get_bindingStates_mA4A1CB278815E9F08EAA477A01E2FBA87821B7BD((InputActionState_tBAB20591FD6515A6FF5D70EF641A423E270A33F9 *)__this, /*hidden argument*/NULL); int32_t L_2 = ___bindingIndex0; uint32_t L_3 = sizeof(BindingState_t568A45761EFD086FB6772BD7B933703E3ABFBF26 ); bool L_4; L_4 = BindingState_get_isPartOfComposite_m68AE90C79D3468BA3FB9BDDD98B864642DE09A3F((BindingState_t568A45761EFD086FB6772BD7B933703E3ABFBF26 *)(BindingState_t568A45761EFD086FB6772BD7B933703E3ABFBF26 *)((BindingState_t568A45761EFD086FB6772BD7B933703E3ABFBF26 *)il2cpp_codegen_add((intptr_t)L_1, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_2), (int32_t)L_3)))), /*hidden argument*/NULL); if (!L_4) { goto IL_0122; } } { // var compositeBindingIndex = bindingStates[bindingIndex].compositeOrCompositeBindingIndex; NullCheck((InputActionState_tBAB20591FD6515A6FF5D70EF641A423E270A33F9 *)__this); BindingState_t568A45761EFD086FB6772BD7B933703E3ABFBF26 * L_5; L_5 = InputActionState_get_bindingStates_mA4A1CB278815E9F08EAA477A01E2FBA87821B7BD((InputActionState_tBAB20591FD6515A6FF5D70EF641A423E270A33F9 *)__this, /*hidden argument*/NULL); int32_t L_6 = ___bindingIndex0; uint32_t L_7 = sizeof(BindingState_t568A45761EFD086FB6772BD7B933703E3ABFBF26 ); int32_t L_8; L_8 = BindingState_get_compositeOrCompositeBindingIndex_mC6854679BF2606888E4E502D5A6D6417A8113D09((BindingState_t568A45761EFD086FB6772BD7B933703E3ABFBF26 *)(BindingState_t568A45761EFD086FB6772BD7B933703E3ABFBF26 *)((BindingState_t568A45761EFD086FB6772BD7B933703E3ABFBF26 *)il2cpp_codegen_add((intptr_t)L_5, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_6), (int32_t)L_7)))), /*hidden argument*/NULL); V_2 = (int32_t)L_8; // var compositeIndex = bindingStates[compositeBindingIndex].compositeOrCompositeBindingIndex; NullCheck((InputActionState_tBAB20591FD6515A6FF5D70EF641A423E270A33F9 *)__this); BindingState_t568A45761EFD086FB6772BD7B933703E3ABFBF26 * L_9; L_9 = InputActionState_get_bindingStates_mA4A1CB278815E9F08EAA477A01E2FBA87821B7BD((InputActionState_tBAB20591FD6515A6FF5D70EF641A423E270A33F9 *)__this, /*hidden argument*/NULL); int32_t L_10 = V_2; uint32_t L_11 = sizeof(BindingState_t568A45761EFD086FB6772BD7B933703E3ABFBF26 ); int32_t L_12; L_12 = BindingState_get_compositeOrCompositeBindingIndex_mC6854679BF2606888E4E502D5A6D6417A8113D09((BindingState_t568A45761EFD086FB6772BD7B933703E3ABFBF26 *)(BindingState_t568A45761EFD086FB6772BD7B933703E3ABFBF26 *)((BindingState_t568A45761EFD086FB6772BD7B933703E3ABFBF26 *)il2cpp_codegen_add((intptr_t)L_9, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_10), (int32_t)L_11)))), /*hidden argument*/NULL); V_3 = (int32_t)L_12; // var compositeObject = composites[compositeIndex]; InputBindingCompositeU5BU5D_tA39005B1C18E39B68364430213FAAD8B58DC9083* L_13 = (InputBindingCompositeU5BU5D_tA39005B1C18E39B68364430213FAAD8B58DC9083*)__this->get_composites_5(); int32_t L_14 = V_3; NullCheck(L_13); int32_t L_15 = L_14; InputBindingComposite_tFCCB9AFDBA6503C51555C9C5904186D990D36565 * L_16 = (L_13)->GetAt(static_cast(L_15)); V_4 = (InputBindingComposite_tFCCB9AFDBA6503C51555C9C5904186D990D36565 *)L_16; // var context = new InputBindingCompositeContext // { // m_State = this, // m_BindingIndex = compositeBindingIndex // }; il2cpp_codegen_initobj((&V_7), sizeof(InputBindingCompositeContext_tDEF957C733B71700F6486BD2032AF9D93F286570 )); (&V_7)->set_m_State_0(__this); int32_t L_17 = V_2; (&V_7)->set_m_BindingIndex_1(L_17); InputBindingCompositeContext_tDEF957C733B71700F6486BD2032AF9D93F286570 L_18 = V_7; V_5 = (InputBindingCompositeContext_tDEF957C733B71700F6486BD2032AF9D93F286570 )L_18; // var compositeOfType = compositeObject as InputBindingComposite; InputBindingComposite_tFCCB9AFDBA6503C51555C9C5904186D990D36565 * L_19 = V_4; V_6 = (InputBindingComposite_1_t173A5EDF61A85227CA537F256878951519A294F5 *)((InputBindingComposite_1_t173A5EDF61A85227CA537F256878951519A294F5 *)IsInst((RuntimeObject*)L_19, IL2CPP_RGCTX_DATA(method->rgctx_data, 0))); // if (compositeOfType == null) InputBindingComposite_1_t173A5EDF61A85227CA537F256878951519A294F5 * L_20 = V_6; if (L_20) { goto IL_0113; } } { // var valueType = compositeObject.valueType; InputBindingComposite_tFCCB9AFDBA6503C51555C9C5904186D990D36565 * L_21 = V_4; NullCheck((InputBindingComposite_tFCCB9AFDBA6503C51555C9C5904186D990D36565 *)L_21); Type_t * L_22; L_22 = VirtFuncInvoker0< Type_t * >::Invoke(4 /* System.Type UnityEngine.InputSystem.InputBindingComposite::get_valueType() */, (InputBindingComposite_tFCCB9AFDBA6503C51555C9C5904186D990D36565 *)L_21); V_8 = (Type_t *)L_22; // if (!valueType.IsAssignableFrom(typeof(TValue))) Type_t * L_23 = V_8; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_24 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(method->rgctx_data, 1)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_25; L_25 = Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_24, /*hidden argument*/NULL); NullCheck((Type_t *)L_23); bool L_26; L_26 = VirtFuncInvoker1< bool, Type_t * >::Invoke(115 /* System.Boolean System.Type::IsAssignableFrom(System.Type) */, (Type_t *)L_23, (Type_t *)L_25); if (L_26) { goto IL_00fc; } } { // throw new InvalidOperationException( // $"Cannot read value of type '{typeof(TValue).Name}' from composite '{compositeObject}' bound to action '{GetActionOrNull(bindingIndex)}' (composite is a '{compositeIndex.GetType().Name}' with value type '{TypeHelpers.GetNiceTypeName(valueType)}')"); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_27 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var)), (uint32_t)5); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_28 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)L_27; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_29 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(method->rgctx_data, 1)) }; IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Type_t_il2cpp_TypeInfo_var))); Type_t * L_30; L_30 = Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_29, /*hidden argument*/NULL); NullCheck((MemberInfo_t *)L_30); String_t* L_31; L_31 = VirtFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, (MemberInfo_t *)L_30); NullCheck(L_28); ArrayElementTypeCheck (L_28, L_31); (L_28)->SetAt(static_cast(0), (RuntimeObject *)L_31); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_32 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)L_28; InputBindingComposite_tFCCB9AFDBA6503C51555C9C5904186D990D36565 * L_33 = V_4; NullCheck(L_32); ArrayElementTypeCheck (L_32, L_33); (L_32)->SetAt(static_cast(1), (RuntimeObject *)L_33); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_34 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)L_32; int32_t L_35 = ___bindingIndex0; NullCheck((InputActionState_tBAB20591FD6515A6FF5D70EF641A423E270A33F9 *)__this); InputAction_t9AC3F79A5911EDC5CEB0BCD81640FDACA8DB0B0B * L_36; L_36 = InputActionState_GetActionOrNull_mFCE04C362C9FAB281A922AAE45F1212A75D0E4EF((InputActionState_tBAB20591FD6515A6FF5D70EF641A423E270A33F9 *)__this, (int32_t)L_35, /*hidden argument*/NULL); NullCheck(L_34); ArrayElementTypeCheck (L_34, L_36); (L_34)->SetAt(static_cast(2), (RuntimeObject *)L_36); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_37 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)L_34; int32_t L_38 = V_3; int32_t L_39 = L_38; RuntimeObject * L_40 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var)), &L_39); NullCheck((RuntimeObject *)L_40); Type_t * L_41; L_41 = Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B((RuntimeObject *)L_40, /*hidden argument*/NULL); NullCheck((MemberInfo_t *)L_41); String_t* L_42; L_42 = VirtFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, (MemberInfo_t *)L_41); NullCheck(L_37); ArrayElementTypeCheck (L_37, L_42); (L_37)->SetAt(static_cast(3), (RuntimeObject *)L_42); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_43 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)L_37; Type_t * L_44 = V_8; String_t* L_45; L_45 = TypeHelpers_GetNiceTypeName_m1058C0FA8C9E87561CA50228D600EF8964C2545D((Type_t *)L_44, /*hidden argument*/NULL); NullCheck(L_43); ArrayElementTypeCheck (L_43, L_45); (L_43)->SetAt(static_cast(4), (RuntimeObject *)L_45); String_t* L_46; L_46 = String_Format_m2CDD2A21AF2BCE3CE07D634645F9A61B4CB7D9B3((String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral53EB1C57EC3642C73F4FC3E0746B7DD9C2BBE1A2)), (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)L_43, /*hidden argument*/NULL); InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_47 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_47, (String_t*)L_46, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_47, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputActionState_ReadValue_TisVector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9_mDF1A83F52FFFDCCFAA3BB954E27D5DE01DCBC60C_RuntimeMethod_var))); } IL_00fc: { // compositeObject.ReadValue(ref context, UnsafeUtility.AddressOf(ref value), UnsafeUtility.SizeOf()); InputBindingComposite_tFCCB9AFDBA6503C51555C9C5904186D990D36565 * L_48 = V_4; void* L_49; L_49 = il2cpp_codegen_unsafe_cast((Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 *)(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 *)(&V_0)); int32_t L_50; L_50 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)); NullCheck((InputBindingComposite_tFCCB9AFDBA6503C51555C9C5904186D990D36565 *)L_48); VirtActionInvoker3< InputBindingCompositeContext_tDEF957C733B71700F6486BD2032AF9D93F286570 *, void*, int32_t >::Invoke(6 /* System.Void UnityEngine.InputSystem.InputBindingComposite::ReadValue(UnityEngine.InputSystem.InputBindingCompositeContext&,System.Void*,System.Int32) */, (InputBindingComposite_tFCCB9AFDBA6503C51555C9C5904186D990D36565 *)L_48, (InputBindingCompositeContext_tDEF957C733B71700F6486BD2032AF9D93F286570 *)(InputBindingCompositeContext_tDEF957C733B71700F6486BD2032AF9D93F286570 *)(&V_5), (void*)(void*)L_49, (int32_t)L_50); // } goto IL_011d; } IL_0113: { // value = compositeOfType.ReadValue(ref context); InputBindingComposite_1_t173A5EDF61A85227CA537F256878951519A294F5 * L_51 = V_6; NullCheck((InputBindingComposite_1_t173A5EDF61A85227CA537F256878951519A294F5 *)L_51); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_52; L_52 = VirtFuncInvoker1< Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 , InputBindingCompositeContext_tDEF957C733B71700F6486BD2032AF9D93F286570 * >::Invoke(10 /* TValue UnityEngine.InputSystem.InputBindingComposite`1::ReadValue(UnityEngine.InputSystem.InputBindingCompositeContext&) */, (InputBindingComposite_1_t173A5EDF61A85227CA537F256878951519A294F5 *)L_51, (InputBindingCompositeContext_tDEF957C733B71700F6486BD2032AF9D93F286570 *)(InputBindingCompositeContext_tDEF957C733B71700F6486BD2032AF9D93F286570 *)(&V_5)); V_0 = (Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 )L_52; } IL_011d: { // bindingIndex = compositeBindingIndex; int32_t L_53 = V_2; ___bindingIndex0 = (int32_t)L_53; // } goto IL_019c; } IL_0122: { // if (controlIndex != kInvalidIndex) int32_t L_54 = ___controlIndex1; if ((((int32_t)L_54) == ((int32_t)(-1)))) { goto IL_019c; } } { // var control = controls[controlIndex]; InputControlU5BU5D_tB874FECA56E2B08D3280F4174B988EA155E99680* L_55 = (InputControlU5BU5D_tB874FECA56E2B08D3280F4174B988EA155E99680*)__this->get_controls_2(); int32_t L_56 = ___controlIndex1; NullCheck(L_55); int32_t L_57 = L_56; InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_58 = (L_55)->GetAt(static_cast(L_57)); V_9 = (InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 *)L_58; // controlOfType = control as InputControl; InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_59 = V_9; V_1 = (InputControl_1_t0C6774D908F28CC2187A664A1D73FB294F808163 *)((InputControl_1_t0C6774D908F28CC2187A664A1D73FB294F808163 *)IsInst((RuntimeObject*)L_59, IL2CPP_RGCTX_DATA(method->rgctx_data, 5))); // if (controlOfType == null) InputControl_1_t0C6774D908F28CC2187A664A1D73FB294F808163 * L_60 = V_1; if (L_60) { goto IL_0195; } } { // throw new InvalidOperationException( // $"Cannot read value of type '{TypeHelpers.GetNiceTypeName(typeof(TValue))}' from control '{control.path}' bound to action '{GetActionOrNull(bindingIndex)}' (control is a '{control.GetType().Name}' with value type '{TypeHelpers.GetNiceTypeName(control.valueType)}')"); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_61 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var)), (uint32_t)5); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_62 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)L_61; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_63 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(method->rgctx_data, 1)) }; IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Type_t_il2cpp_TypeInfo_var))); Type_t * L_64; L_64 = Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_63, /*hidden argument*/NULL); String_t* L_65; L_65 = TypeHelpers_GetNiceTypeName_m1058C0FA8C9E87561CA50228D600EF8964C2545D((Type_t *)L_64, /*hidden argument*/NULL); NullCheck(L_62); ArrayElementTypeCheck (L_62, L_65); (L_62)->SetAt(static_cast(0), (RuntimeObject *)L_65); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_66 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)L_62; InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_67 = V_9; NullCheck((InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 *)L_67); String_t* L_68; L_68 = InputControl_get_path_m0A0614C2660ED7DB269DEF6F4D8FB28B3AEE4F2D((InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 *)L_67, /*hidden argument*/NULL); NullCheck(L_66); ArrayElementTypeCheck (L_66, L_68); (L_66)->SetAt(static_cast(1), (RuntimeObject *)L_68); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_69 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)L_66; int32_t L_70 = ___bindingIndex0; NullCheck((InputActionState_tBAB20591FD6515A6FF5D70EF641A423E270A33F9 *)__this); InputAction_t9AC3F79A5911EDC5CEB0BCD81640FDACA8DB0B0B * L_71; L_71 = InputActionState_GetActionOrNull_mFCE04C362C9FAB281A922AAE45F1212A75D0E4EF((InputActionState_tBAB20591FD6515A6FF5D70EF641A423E270A33F9 *)__this, (int32_t)L_70, /*hidden argument*/NULL); NullCheck(L_69); ArrayElementTypeCheck (L_69, L_71); (L_69)->SetAt(static_cast(2), (RuntimeObject *)L_71); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_72 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)L_69; InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_73 = V_9; NullCheck((RuntimeObject *)L_73); Type_t * L_74; L_74 = Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B((RuntimeObject *)L_73, /*hidden argument*/NULL); NullCheck((MemberInfo_t *)L_74); String_t* L_75; L_75 = VirtFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, (MemberInfo_t *)L_74); NullCheck(L_72); ArrayElementTypeCheck (L_72, L_75); (L_72)->SetAt(static_cast(3), (RuntimeObject *)L_75); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_76 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)L_72; InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_77 = V_9; NullCheck((InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 *)L_77); Type_t * L_78; L_78 = VirtFuncInvoker0< Type_t * >::Invoke(4 /* System.Type UnityEngine.InputSystem.InputControl::get_valueType() */, (InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 *)L_77); String_t* L_79; L_79 = TypeHelpers_GetNiceTypeName_m1058C0FA8C9E87561CA50228D600EF8964C2545D((Type_t *)L_78, /*hidden argument*/NULL); NullCheck(L_76); ArrayElementTypeCheck (L_76, L_79); (L_76)->SetAt(static_cast(4), (RuntimeObject *)L_79); String_t* L_80; L_80 = String_Format_m2CDD2A21AF2BCE3CE07D634645F9A61B4CB7D9B3((String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral6CD0A9FCE7D9D1C25446765E8B8FA52BD3FE15B0)), (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)L_76, /*hidden argument*/NULL); InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_81 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_81, (String_t*)L_80, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_81, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputActionState_ReadValue_TisVector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9_mDF1A83F52FFFDCCFAA3BB954E27D5DE01DCBC60C_RuntimeMethod_var))); } IL_0195: { // value = controlOfType.ReadValue(); InputControl_1_t0C6774D908F28CC2187A664A1D73FB294F808163 * L_82 = V_1; NullCheck((InputControl_1_t0C6774D908F28CC2187A664A1D73FB294F808163 *)L_82); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_83; L_83 = (( Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 (*) (InputControl_1_t0C6774D908F28CC2187A664A1D73FB294F808163 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 6)->methodPointer)((InputControl_1_t0C6774D908F28CC2187A664A1D73FB294F808163 *)L_82, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 6)); V_0 = (Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 )L_83; } IL_019c: { // return ApplyProcessors(bindingIndex, value, controlOfType); int32_t L_84 = ___bindingIndex0; Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_85 = V_0; InputControl_1_t0C6774D908F28CC2187A664A1D73FB294F808163 * L_86 = V_1; NullCheck((InputActionState_tBAB20591FD6515A6FF5D70EF641A423E270A33F9 *)__this); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_87; L_87 = (( Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 (*) (InputActionState_tBAB20591FD6515A6FF5D70EF641A423E270A33F9 *, int32_t, Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 , InputControl_1_t0C6774D908F28CC2187A664A1D73FB294F808163 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 7)->methodPointer)((InputActionState_tBAB20591FD6515A6FF5D70EF641A423E270A33F9 *)__this, (int32_t)L_84, (Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 )L_85, (InputControl_1_t0C6774D908F28CC2187A664A1D73FB294F808163 *)L_86, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 7)); return (Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 )L_87; } } // TValue UnityEngine.InputSystem.InputActionState::ReadValue(System.Int32,System.Int32,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E InputActionState_ReadValue_TisVector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_m87615030030292AA881A2BBDDA16DE60C1202A1B_gshared (InputActionState_tBAB20591FD6515A6FF5D70EF641A423E270A33F9 * __this, int32_t ___bindingIndex0, int32_t ___controlIndex1, bool ___ignoreComposites2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_0; memset((&V_0), 0, sizeof(V_0)); InputControl_1_tCFDDE43FA5D792323D720A28E6A8B13AF68455E7 * V_1 = NULL; int32_t V_2 = 0; int32_t V_3 = 0; InputBindingComposite_tFCCB9AFDBA6503C51555C9C5904186D990D36565 * V_4 = NULL; InputBindingCompositeContext_tDEF957C733B71700F6486BD2032AF9D93F286570 V_5; memset((&V_5), 0, sizeof(V_5)); InputBindingComposite_1_tCD7C38030325E39E0C95B0A363CFD40445A68B83 * V_6 = NULL; InputBindingCompositeContext_tDEF957C733B71700F6486BD2032AF9D93F286570 V_7; memset((&V_7), 0, sizeof(V_7)); Type_t * V_8 = NULL; InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * V_9 = NULL; { // var value = default(TValue); il2cpp_codegen_initobj((&V_0), sizeof(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E )); // InputControl controlOfType = null; V_1 = (InputControl_1_tCFDDE43FA5D792323D720A28E6A8B13AF68455E7 *)NULL; // if (!ignoreComposites && bindingStates[bindingIndex].isPartOfComposite) bool L_0 = ___ignoreComposites2; if (L_0) { goto IL_0122; } } { NullCheck((InputActionState_tBAB20591FD6515A6FF5D70EF641A423E270A33F9 *)__this); BindingState_t568A45761EFD086FB6772BD7B933703E3ABFBF26 * L_1; L_1 = InputActionState_get_bindingStates_mA4A1CB278815E9F08EAA477A01E2FBA87821B7BD((InputActionState_tBAB20591FD6515A6FF5D70EF641A423E270A33F9 *)__this, /*hidden argument*/NULL); int32_t L_2 = ___bindingIndex0; uint32_t L_3 = sizeof(BindingState_t568A45761EFD086FB6772BD7B933703E3ABFBF26 ); bool L_4; L_4 = BindingState_get_isPartOfComposite_m68AE90C79D3468BA3FB9BDDD98B864642DE09A3F((BindingState_t568A45761EFD086FB6772BD7B933703E3ABFBF26 *)(BindingState_t568A45761EFD086FB6772BD7B933703E3ABFBF26 *)((BindingState_t568A45761EFD086FB6772BD7B933703E3ABFBF26 *)il2cpp_codegen_add((intptr_t)L_1, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_2), (int32_t)L_3)))), /*hidden argument*/NULL); if (!L_4) { goto IL_0122; } } { // var compositeBindingIndex = bindingStates[bindingIndex].compositeOrCompositeBindingIndex; NullCheck((InputActionState_tBAB20591FD6515A6FF5D70EF641A423E270A33F9 *)__this); BindingState_t568A45761EFD086FB6772BD7B933703E3ABFBF26 * L_5; L_5 = InputActionState_get_bindingStates_mA4A1CB278815E9F08EAA477A01E2FBA87821B7BD((InputActionState_tBAB20591FD6515A6FF5D70EF641A423E270A33F9 *)__this, /*hidden argument*/NULL); int32_t L_6 = ___bindingIndex0; uint32_t L_7 = sizeof(BindingState_t568A45761EFD086FB6772BD7B933703E3ABFBF26 ); int32_t L_8; L_8 = BindingState_get_compositeOrCompositeBindingIndex_mC6854679BF2606888E4E502D5A6D6417A8113D09((BindingState_t568A45761EFD086FB6772BD7B933703E3ABFBF26 *)(BindingState_t568A45761EFD086FB6772BD7B933703E3ABFBF26 *)((BindingState_t568A45761EFD086FB6772BD7B933703E3ABFBF26 *)il2cpp_codegen_add((intptr_t)L_5, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_6), (int32_t)L_7)))), /*hidden argument*/NULL); V_2 = (int32_t)L_8; // var compositeIndex = bindingStates[compositeBindingIndex].compositeOrCompositeBindingIndex; NullCheck((InputActionState_tBAB20591FD6515A6FF5D70EF641A423E270A33F9 *)__this); BindingState_t568A45761EFD086FB6772BD7B933703E3ABFBF26 * L_9; L_9 = InputActionState_get_bindingStates_mA4A1CB278815E9F08EAA477A01E2FBA87821B7BD((InputActionState_tBAB20591FD6515A6FF5D70EF641A423E270A33F9 *)__this, /*hidden argument*/NULL); int32_t L_10 = V_2; uint32_t L_11 = sizeof(BindingState_t568A45761EFD086FB6772BD7B933703E3ABFBF26 ); int32_t L_12; L_12 = BindingState_get_compositeOrCompositeBindingIndex_mC6854679BF2606888E4E502D5A6D6417A8113D09((BindingState_t568A45761EFD086FB6772BD7B933703E3ABFBF26 *)(BindingState_t568A45761EFD086FB6772BD7B933703E3ABFBF26 *)((BindingState_t568A45761EFD086FB6772BD7B933703E3ABFBF26 *)il2cpp_codegen_add((intptr_t)L_9, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)((intptr_t)L_10), (int32_t)L_11)))), /*hidden argument*/NULL); V_3 = (int32_t)L_12; // var compositeObject = composites[compositeIndex]; InputBindingCompositeU5BU5D_tA39005B1C18E39B68364430213FAAD8B58DC9083* L_13 = (InputBindingCompositeU5BU5D_tA39005B1C18E39B68364430213FAAD8B58DC9083*)__this->get_composites_5(); int32_t L_14 = V_3; NullCheck(L_13); int32_t L_15 = L_14; InputBindingComposite_tFCCB9AFDBA6503C51555C9C5904186D990D36565 * L_16 = (L_13)->GetAt(static_cast(L_15)); V_4 = (InputBindingComposite_tFCCB9AFDBA6503C51555C9C5904186D990D36565 *)L_16; // var context = new InputBindingCompositeContext // { // m_State = this, // m_BindingIndex = compositeBindingIndex // }; il2cpp_codegen_initobj((&V_7), sizeof(InputBindingCompositeContext_tDEF957C733B71700F6486BD2032AF9D93F286570 )); (&V_7)->set_m_State_0(__this); int32_t L_17 = V_2; (&V_7)->set_m_BindingIndex_1(L_17); InputBindingCompositeContext_tDEF957C733B71700F6486BD2032AF9D93F286570 L_18 = V_7; V_5 = (InputBindingCompositeContext_tDEF957C733B71700F6486BD2032AF9D93F286570 )L_18; // var compositeOfType = compositeObject as InputBindingComposite; InputBindingComposite_tFCCB9AFDBA6503C51555C9C5904186D990D36565 * L_19 = V_4; V_6 = (InputBindingComposite_1_tCD7C38030325E39E0C95B0A363CFD40445A68B83 *)((InputBindingComposite_1_tCD7C38030325E39E0C95B0A363CFD40445A68B83 *)IsInst((RuntimeObject*)L_19, IL2CPP_RGCTX_DATA(method->rgctx_data, 0))); // if (compositeOfType == null) InputBindingComposite_1_tCD7C38030325E39E0C95B0A363CFD40445A68B83 * L_20 = V_6; if (L_20) { goto IL_0113; } } { // var valueType = compositeObject.valueType; InputBindingComposite_tFCCB9AFDBA6503C51555C9C5904186D990D36565 * L_21 = V_4; NullCheck((InputBindingComposite_tFCCB9AFDBA6503C51555C9C5904186D990D36565 *)L_21); Type_t * L_22; L_22 = VirtFuncInvoker0< Type_t * >::Invoke(4 /* System.Type UnityEngine.InputSystem.InputBindingComposite::get_valueType() */, (InputBindingComposite_tFCCB9AFDBA6503C51555C9C5904186D990D36565 *)L_21); V_8 = (Type_t *)L_22; // if (!valueType.IsAssignableFrom(typeof(TValue))) Type_t * L_23 = V_8; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_24 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(method->rgctx_data, 1)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_25; L_25 = Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_24, /*hidden argument*/NULL); NullCheck((Type_t *)L_23); bool L_26; L_26 = VirtFuncInvoker1< bool, Type_t * >::Invoke(115 /* System.Boolean System.Type::IsAssignableFrom(System.Type) */, (Type_t *)L_23, (Type_t *)L_25); if (L_26) { goto IL_00fc; } } { // throw new InvalidOperationException( // $"Cannot read value of type '{typeof(TValue).Name}' from composite '{compositeObject}' bound to action '{GetActionOrNull(bindingIndex)}' (composite is a '{compositeIndex.GetType().Name}' with value type '{TypeHelpers.GetNiceTypeName(valueType)}')"); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_27 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var)), (uint32_t)5); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_28 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)L_27; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_29 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(method->rgctx_data, 1)) }; IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Type_t_il2cpp_TypeInfo_var))); Type_t * L_30; L_30 = Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_29, /*hidden argument*/NULL); NullCheck((MemberInfo_t *)L_30); String_t* L_31; L_31 = VirtFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, (MemberInfo_t *)L_30); NullCheck(L_28); ArrayElementTypeCheck (L_28, L_31); (L_28)->SetAt(static_cast(0), (RuntimeObject *)L_31); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_32 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)L_28; InputBindingComposite_tFCCB9AFDBA6503C51555C9C5904186D990D36565 * L_33 = V_4; NullCheck(L_32); ArrayElementTypeCheck (L_32, L_33); (L_32)->SetAt(static_cast(1), (RuntimeObject *)L_33); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_34 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)L_32; int32_t L_35 = ___bindingIndex0; NullCheck((InputActionState_tBAB20591FD6515A6FF5D70EF641A423E270A33F9 *)__this); InputAction_t9AC3F79A5911EDC5CEB0BCD81640FDACA8DB0B0B * L_36; L_36 = InputActionState_GetActionOrNull_mFCE04C362C9FAB281A922AAE45F1212A75D0E4EF((InputActionState_tBAB20591FD6515A6FF5D70EF641A423E270A33F9 *)__this, (int32_t)L_35, /*hidden argument*/NULL); NullCheck(L_34); ArrayElementTypeCheck (L_34, L_36); (L_34)->SetAt(static_cast(2), (RuntimeObject *)L_36); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_37 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)L_34; int32_t L_38 = V_3; int32_t L_39 = L_38; RuntimeObject * L_40 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var)), &L_39); NullCheck((RuntimeObject *)L_40); Type_t * L_41; L_41 = Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B((RuntimeObject *)L_40, /*hidden argument*/NULL); NullCheck((MemberInfo_t *)L_41); String_t* L_42; L_42 = VirtFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, (MemberInfo_t *)L_41); NullCheck(L_37); ArrayElementTypeCheck (L_37, L_42); (L_37)->SetAt(static_cast(3), (RuntimeObject *)L_42); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_43 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)L_37; Type_t * L_44 = V_8; String_t* L_45; L_45 = TypeHelpers_GetNiceTypeName_m1058C0FA8C9E87561CA50228D600EF8964C2545D((Type_t *)L_44, /*hidden argument*/NULL); NullCheck(L_43); ArrayElementTypeCheck (L_43, L_45); (L_43)->SetAt(static_cast(4), (RuntimeObject *)L_45); String_t* L_46; L_46 = String_Format_m2CDD2A21AF2BCE3CE07D634645F9A61B4CB7D9B3((String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral53EB1C57EC3642C73F4FC3E0746B7DD9C2BBE1A2)), (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)L_43, /*hidden argument*/NULL); InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_47 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_47, (String_t*)L_46, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_47, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputActionState_ReadValue_TisVector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_m87615030030292AA881A2BBDDA16DE60C1202A1B_RuntimeMethod_var))); } IL_00fc: { // compositeObject.ReadValue(ref context, UnsafeUtility.AddressOf(ref value), UnsafeUtility.SizeOf()); InputBindingComposite_tFCCB9AFDBA6503C51555C9C5904186D990D36565 * L_48 = V_4; void* L_49; L_49 = il2cpp_codegen_unsafe_cast((Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E *)(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E *)(&V_0)); int32_t L_50; L_50 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)); NullCheck((InputBindingComposite_tFCCB9AFDBA6503C51555C9C5904186D990D36565 *)L_48); VirtActionInvoker3< InputBindingCompositeContext_tDEF957C733B71700F6486BD2032AF9D93F286570 *, void*, int32_t >::Invoke(6 /* System.Void UnityEngine.InputSystem.InputBindingComposite::ReadValue(UnityEngine.InputSystem.InputBindingCompositeContext&,System.Void*,System.Int32) */, (InputBindingComposite_tFCCB9AFDBA6503C51555C9C5904186D990D36565 *)L_48, (InputBindingCompositeContext_tDEF957C733B71700F6486BD2032AF9D93F286570 *)(InputBindingCompositeContext_tDEF957C733B71700F6486BD2032AF9D93F286570 *)(&V_5), (void*)(void*)L_49, (int32_t)L_50); // } goto IL_011d; } IL_0113: { // value = compositeOfType.ReadValue(ref context); InputBindingComposite_1_tCD7C38030325E39E0C95B0A363CFD40445A68B83 * L_51 = V_6; NullCheck((InputBindingComposite_1_tCD7C38030325E39E0C95B0A363CFD40445A68B83 *)L_51); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_52; L_52 = VirtFuncInvoker1< Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E , InputBindingCompositeContext_tDEF957C733B71700F6486BD2032AF9D93F286570 * >::Invoke(10 /* TValue UnityEngine.InputSystem.InputBindingComposite`1::ReadValue(UnityEngine.InputSystem.InputBindingCompositeContext&) */, (InputBindingComposite_1_tCD7C38030325E39E0C95B0A363CFD40445A68B83 *)L_51, (InputBindingCompositeContext_tDEF957C733B71700F6486BD2032AF9D93F286570 *)(InputBindingCompositeContext_tDEF957C733B71700F6486BD2032AF9D93F286570 *)(&V_5)); V_0 = (Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E )L_52; } IL_011d: { // bindingIndex = compositeBindingIndex; int32_t L_53 = V_2; ___bindingIndex0 = (int32_t)L_53; // } goto IL_019c; } IL_0122: { // if (controlIndex != kInvalidIndex) int32_t L_54 = ___controlIndex1; if ((((int32_t)L_54) == ((int32_t)(-1)))) { goto IL_019c; } } { // var control = controls[controlIndex]; InputControlU5BU5D_tB874FECA56E2B08D3280F4174B988EA155E99680* L_55 = (InputControlU5BU5D_tB874FECA56E2B08D3280F4174B988EA155E99680*)__this->get_controls_2(); int32_t L_56 = ___controlIndex1; NullCheck(L_55); int32_t L_57 = L_56; InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_58 = (L_55)->GetAt(static_cast(L_57)); V_9 = (InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 *)L_58; // controlOfType = control as InputControl; InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_59 = V_9; V_1 = (InputControl_1_tCFDDE43FA5D792323D720A28E6A8B13AF68455E7 *)((InputControl_1_tCFDDE43FA5D792323D720A28E6A8B13AF68455E7 *)IsInst((RuntimeObject*)L_59, IL2CPP_RGCTX_DATA(method->rgctx_data, 5))); // if (controlOfType == null) InputControl_1_tCFDDE43FA5D792323D720A28E6A8B13AF68455E7 * L_60 = V_1; if (L_60) { goto IL_0195; } } { // throw new InvalidOperationException( // $"Cannot read value of type '{TypeHelpers.GetNiceTypeName(typeof(TValue))}' from control '{control.path}' bound to action '{GetActionOrNull(bindingIndex)}' (control is a '{control.GetType().Name}' with value type '{TypeHelpers.GetNiceTypeName(control.valueType)}')"); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_61 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var)), (uint32_t)5); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_62 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)L_61; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_63 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(method->rgctx_data, 1)) }; IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Type_t_il2cpp_TypeInfo_var))); Type_t * L_64; L_64 = Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_63, /*hidden argument*/NULL); String_t* L_65; L_65 = TypeHelpers_GetNiceTypeName_m1058C0FA8C9E87561CA50228D600EF8964C2545D((Type_t *)L_64, /*hidden argument*/NULL); NullCheck(L_62); ArrayElementTypeCheck (L_62, L_65); (L_62)->SetAt(static_cast(0), (RuntimeObject *)L_65); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_66 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)L_62; InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_67 = V_9; NullCheck((InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 *)L_67); String_t* L_68; L_68 = InputControl_get_path_m0A0614C2660ED7DB269DEF6F4D8FB28B3AEE4F2D((InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 *)L_67, /*hidden argument*/NULL); NullCheck(L_66); ArrayElementTypeCheck (L_66, L_68); (L_66)->SetAt(static_cast(1), (RuntimeObject *)L_68); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_69 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)L_66; int32_t L_70 = ___bindingIndex0; NullCheck((InputActionState_tBAB20591FD6515A6FF5D70EF641A423E270A33F9 *)__this); InputAction_t9AC3F79A5911EDC5CEB0BCD81640FDACA8DB0B0B * L_71; L_71 = InputActionState_GetActionOrNull_mFCE04C362C9FAB281A922AAE45F1212A75D0E4EF((InputActionState_tBAB20591FD6515A6FF5D70EF641A423E270A33F9 *)__this, (int32_t)L_70, /*hidden argument*/NULL); NullCheck(L_69); ArrayElementTypeCheck (L_69, L_71); (L_69)->SetAt(static_cast(2), (RuntimeObject *)L_71); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_72 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)L_69; InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_73 = V_9; NullCheck((RuntimeObject *)L_73); Type_t * L_74; L_74 = Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B((RuntimeObject *)L_73, /*hidden argument*/NULL); NullCheck((MemberInfo_t *)L_74); String_t* L_75; L_75 = VirtFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, (MemberInfo_t *)L_74); NullCheck(L_72); ArrayElementTypeCheck (L_72, L_75); (L_72)->SetAt(static_cast(3), (RuntimeObject *)L_75); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_76 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)L_72; InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_77 = V_9; NullCheck((InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 *)L_77); Type_t * L_78; L_78 = VirtFuncInvoker0< Type_t * >::Invoke(4 /* System.Type UnityEngine.InputSystem.InputControl::get_valueType() */, (InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 *)L_77); String_t* L_79; L_79 = TypeHelpers_GetNiceTypeName_m1058C0FA8C9E87561CA50228D600EF8964C2545D((Type_t *)L_78, /*hidden argument*/NULL); NullCheck(L_76); ArrayElementTypeCheck (L_76, L_79); (L_76)->SetAt(static_cast(4), (RuntimeObject *)L_79); String_t* L_80; L_80 = String_Format_m2CDD2A21AF2BCE3CE07D634645F9A61B4CB7D9B3((String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral6CD0A9FCE7D9D1C25446765E8B8FA52BD3FE15B0)), (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)L_76, /*hidden argument*/NULL); InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_81 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_81, (String_t*)L_80, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_81, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputActionState_ReadValue_TisVector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_m87615030030292AA881A2BBDDA16DE60C1202A1B_RuntimeMethod_var))); } IL_0195: { // value = controlOfType.ReadValue(); InputControl_1_tCFDDE43FA5D792323D720A28E6A8B13AF68455E7 * L_82 = V_1; NullCheck((InputControl_1_tCFDDE43FA5D792323D720A28E6A8B13AF68455E7 *)L_82); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_83; L_83 = (( Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E (*) (InputControl_1_tCFDDE43FA5D792323D720A28E6A8B13AF68455E7 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 6)->methodPointer)((InputControl_1_tCFDDE43FA5D792323D720A28E6A8B13AF68455E7 *)L_82, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 6)); V_0 = (Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E )L_83; } IL_019c: { // return ApplyProcessors(bindingIndex, value, controlOfType); int32_t L_84 = ___bindingIndex0; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_85 = V_0; InputControl_1_tCFDDE43FA5D792323D720A28E6A8B13AF68455E7 * L_86 = V_1; NullCheck((InputActionState_tBAB20591FD6515A6FF5D70EF641A423E270A33F9 *)__this); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_87; L_87 = (( Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E (*) (InputActionState_tBAB20591FD6515A6FF5D70EF641A423E270A33F9 *, int32_t, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E , InputControl_1_tCFDDE43FA5D792323D720A28E6A8B13AF68455E7 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 7)->methodPointer)((InputActionState_tBAB20591FD6515A6FF5D70EF641A423E270A33F9 *)__this, (int32_t)L_84, (Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E )L_85, (InputControl_1_tCFDDE43FA5D792323D720A28E6A8B13AF68455E7 *)L_86, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 7)); return (Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E )L_87; } } // System.Boolean UnityEngine.InputSystem.Utilities.InputArrayExtensions::Contains(UnityEngine.InputSystem.Utilities.InlinedArray`1,TValue) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputArrayExtensions_Contains_TisRuntimeObject_m9B7B58FF3F08384C00F6D7660BB0DAF4A1FBDCE2_gshared (InlinedArray_1_tB0AAF680EA1CE867851DE37A96313A3779BF0BD2 ___array0, RuntimeObject * ___value1, const RuntimeMethod* method) { int32_t V_0 = 0; RuntimeObject * V_1 = NULL; { // for (var i = 0; i < array.length; ++i) V_0 = (int32_t)0; goto IL_0028; } IL_0004: { // if (array[i].Equals(value)) int32_t L_0 = V_0; RuntimeObject * L_1; L_1 = InlinedArray_1_get_Item_mE81A76B90647701C2895FA1BB3E8A3147D76BC15((InlinedArray_1_tB0AAF680EA1CE867851DE37A96313A3779BF0BD2 *)(InlinedArray_1_tB0AAF680EA1CE867851DE37A96313A3779BF0BD2 *)(&___array0), (int32_t)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); V_1 = (RuntimeObject *)L_1; RuntimeObject * L_2 = ___value1; NullCheck((RuntimeObject *)(V_1)); bool L_3; L_3 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, (RuntimeObject *)(V_1), (RuntimeObject *)L_2); if (!L_3) { goto IL_0024; } } { // return true; return (bool)1; } IL_0024: { // for (var i = 0; i < array.length; ++i) int32_t L_4 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)1)); } IL_0028: { // for (var i = 0; i < array.length; ++i) int32_t L_5 = V_0; InlinedArray_1_tB0AAF680EA1CE867851DE37A96313A3779BF0BD2 L_6 = ___array0; int32_t L_7 = (int32_t)L_6.get_length_0(); if ((((int32_t)L_5) < ((int32_t)L_7))) { goto IL_0004; } } { // return false; return (bool)0; } } // System.Boolean UnityEngine.InputSystem.Utilities.InputArrayExtensions::ContainsReference(UnityEngine.InputSystem.Utilities.InlinedArray`1,TValue) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputArrayExtensions_ContainsReference_TisRuntimeObject_m6387AB2E3035D6FC7DD56D794DFADA3B4E5CB6A3_gshared (InlinedArray_1_tB0AAF680EA1CE867851DE37A96313A3779BF0BD2 ___array0, RuntimeObject * ___value1, const RuntimeMethod* method) { { // return IndexOfReference(array, value) != -1; InlinedArray_1_tB0AAF680EA1CE867851DE37A96313A3779BF0BD2 L_0 = ___array0; RuntimeObject * L_1 = ___value1; int32_t L_2; L_2 = (( int32_t (*) (InlinedArray_1_tB0AAF680EA1CE867851DE37A96313A3779BF0BD2 , RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((InlinedArray_1_tB0AAF680EA1CE867851DE37A96313A3779BF0BD2 )L_0, (RuntimeObject *)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); return (bool)((((int32_t)((((int32_t)L_2) == ((int32_t)(-1)))? 1 : 0)) == ((int32_t)0))? 1 : 0); } } // System.Int32 UnityEngine.InputSystem.Utilities.InputArrayExtensions::IndexOfReference(UnityEngine.InputSystem.Utilities.InlinedArray`1,TValue) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t InputArrayExtensions_IndexOfReference_TisRuntimeObject_m3FFD75FB329B60A4F8E7ADF3D1A6A23F7D455C00_gshared (InlinedArray_1_tB0AAF680EA1CE867851DE37A96313A3779BF0BD2 ___array0, RuntimeObject * ___value1, const RuntimeMethod* method) { int32_t V_0 = 0; { // for (var i = 0; i < array.length; ++i) V_0 = (int32_t)0; goto IL_001f; } IL_0004: { // if (ReferenceEquals(array[i], value)) int32_t L_0 = V_0; RuntimeObject * L_1; L_1 = InlinedArray_1_get_Item_mE81A76B90647701C2895FA1BB3E8A3147D76BC15((InlinedArray_1_tB0AAF680EA1CE867851DE37A96313A3779BF0BD2 *)(InlinedArray_1_tB0AAF680EA1CE867851DE37A96313A3779BF0BD2 *)(&___array0), (int32_t)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); RuntimeObject * L_2 = ___value1; if ((!(((RuntimeObject*)(RuntimeObject *)L_1) == ((RuntimeObject*)(RuntimeObject *)L_2)))) { goto IL_001b; } } { // return i; int32_t L_3 = V_0; return (int32_t)L_3; } IL_001b: { // for (var i = 0; i < array.length; ++i) int32_t L_4 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)1)); } IL_001f: { // for (var i = 0; i < array.length; ++i) int32_t L_5 = V_0; InlinedArray_1_tB0AAF680EA1CE867851DE37A96313A3779BF0BD2 L_6 = ___array0; int32_t L_7 = (int32_t)L_6.get_length_0(); if ((((int32_t)L_5) < ((int32_t)L_7))) { goto IL_0004; } } { // return -1; return (int32_t)(-1); } } // TValue UnityEngine.InputSystem.InputBindingCompositeContext::ReadValue(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float InputBindingCompositeContext_ReadValue_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_m691701E2427680C0B2808751B95B604E0592D437_gshared (InputBindingCompositeContext_tDEF957C733B71700F6486BD2032AF9D93F286570 * __this, int32_t ___partNumber0, const RuntimeMethod* method) { float V_0 = 0.0f; int32_t V_1 = 0; DefaultComparer_1_t5811D1DC3EF444FEB6C1661582CC39002EB29863 V_2; memset((&V_2), 0, sizeof(V_2)); { // if (m_State == null) InputActionState_tBAB20591FD6515A6FF5D70EF641A423E270A33F9 * L_0 = (InputActionState_tBAB20591FD6515A6FF5D70EF641A423E270A33F9 *)__this->get_m_State_0(); if (L_0) { goto IL_0012; } } { // return default; il2cpp_codegen_initobj((&V_0), sizeof(float)); float L_1 = V_0; return (float)L_1; } IL_0012: { // return m_State.ReadCompositePartValue> // (m_BindingIndex, partNumber, null, out _); InputActionState_tBAB20591FD6515A6FF5D70EF641A423E270A33F9 * L_2 = (InputActionState_tBAB20591FD6515A6FF5D70EF641A423E270A33F9 *)__this->get_m_State_0(); int32_t L_3 = (int32_t)__this->get_m_BindingIndex_1(); int32_t L_4 = ___partNumber0; il2cpp_codegen_initobj((&V_2), sizeof(DefaultComparer_1_t5811D1DC3EF444FEB6C1661582CC39002EB29863 )); DefaultComparer_1_t5811D1DC3EF444FEB6C1661582CC39002EB29863 L_5 = V_2; NullCheck((InputActionState_tBAB20591FD6515A6FF5D70EF641A423E270A33F9 *)L_2); float L_6; L_6 = (( float (*) (InputActionState_tBAB20591FD6515A6FF5D70EF641A423E270A33F9 *, int32_t, int32_t, bool*, int32_t*, DefaultComparer_1_t5811D1DC3EF444FEB6C1661582CC39002EB29863 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((InputActionState_tBAB20591FD6515A6FF5D70EF641A423E270A33F9 *)L_2, (int32_t)L_3, (int32_t)L_4, (bool*)(bool*)((uintptr_t)0), (int32_t*)(int32_t*)(&V_1), (DefaultComparer_1_t5811D1DC3EF444FEB6C1661582CC39002EB29863 )L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); return (float)L_6; } } IL2CPP_EXTERN_C float InputBindingCompositeContext_ReadValue_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_m691701E2427680C0B2808751B95B604E0592D437_AdjustorThunk (RuntimeObject * __this, int32_t ___partNumber0, const RuntimeMethod* method) { int32_t _offset = 1; InputBindingCompositeContext_tDEF957C733B71700F6486BD2032AF9D93F286570 * _thisAdjusted = reinterpret_cast(__this + _offset); float _returnValue; _returnValue = InputBindingCompositeContext_ReadValue_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_m691701E2427680C0B2808751B95B604E0592D437(_thisAdjusted, ___partNumber0, method); return _returnValue; } // System.Int32 UnityEngine.InputSystem.InputBindingResolver::InstantiateWithParameters(UnityEngine.InputSystem.Utilities.TypeTable,System.String,TType[]&,System.Int32&,UnityEngine.InputSystem.InputActionMap,UnityEngine.InputSystem.InputBinding&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t InputBindingResolver_InstantiateWithParameters_TisRuntimeObject_m9C5AF8ACF6515377F9400AE6BC7251721F872976_gshared (InputBindingResolver_t2C6E9248D2A2E93DCD92236A71BF0DDA83778720 * __this, TypeTable_t4E41B03F931506BA07A120F6578A8CA47459C64F ___registrations0, String_t* ___namesAndParameters1, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** ___array2, int32_t* ___count3, InputActionMap_t588F4834F020838C4E8AE148F8A42CC84FA75B44 * ___actionMap4, InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB * ___binding5, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_mC0C14EF39D49A476EC201EA02BC64DCEDA13F256_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_m66C540CCB7F6F0D72745E0667F0F6FC0E9B77395_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1F98F2DEAFA1EA8592B7752ACF7EEC35461EC086); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral26767EA28C997BC454F6C0B78AFA70CA972A4B6C); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3C686C624D22B0C45E4FADFB00FA535DDDC88AD7); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral481C61A5280118E098E32A8CA408514C143752F4); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral679513EC4E90D625778BAA843C750CC0324EC6CB); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD53B4A7B9258212FC2BE7693B9FEF322B409AC04); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF93D0F1A391A7BA1DC2CDE5CC22183DA031E59D0); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; String_t* V_2 = NULL; Type_t * V_3 = NULL; NameAndParameters_t028B3A860264D254B13642649D34F0953C3B9DCA V_4; memset((&V_4), 0, sizeof(V_4)); RuntimeObject * V_5 = NULL; RuntimeObject * V_6 = NULL; { // if (!NameAndParameters.ParseMultiple(namesAndParameters, ref m_Parameters)) String_t* L_0 = ___namesAndParameters1; List_1_tCBF5EB99F2E538DCB47A8C835DD4B9C024879393 ** L_1 = (List_1_tCBF5EB99F2E538DCB47A8C835DD4B9C024879393 **)__this->get_address_of_m_Parameters_11(); bool L_2; L_2 = NameAndParameters_ParseMultiple_mB1E2E94F16991B0EFF6C6B526F56D924584CC50D((String_t*)L_0, (List_1_tCBF5EB99F2E538DCB47A8C835DD4B9C024879393 **)(List_1_tCBF5EB99F2E538DCB47A8C835DD4B9C024879393 **)L_1, /*hidden argument*/NULL); if (L_2) { goto IL_0010; } } { // return InputActionState.kInvalidIndex; return (int32_t)(-1); } IL_0010: { // var firstIndex = count; int32_t* L_3 = ___count3; int32_t L_4 = *((int32_t*)L_3); V_0 = (int32_t)L_4; // for (var i = 0; i < m_Parameters.Count; ++i) V_1 = (int32_t)0; goto IL_0150; } IL_001b: { // var objectRegistrationName = m_Parameters[i].name; List_1_tCBF5EB99F2E538DCB47A8C835DD4B9C024879393 * L_5 = (List_1_tCBF5EB99F2E538DCB47A8C835DD4B9C024879393 *)__this->get_m_Parameters_11(); int32_t L_6 = V_1; NullCheck((List_1_tCBF5EB99F2E538DCB47A8C835DD4B9C024879393 *)L_5); NameAndParameters_t028B3A860264D254B13642649D34F0953C3B9DCA L_7; L_7 = List_1_get_Item_m66C540CCB7F6F0D72745E0667F0F6FC0E9B77395_inline((List_1_tCBF5EB99F2E538DCB47A8C835DD4B9C024879393 *)L_5, (int32_t)L_6, /*hidden argument*/List_1_get_Item_m66C540CCB7F6F0D72745E0667F0F6FC0E9B77395_RuntimeMethod_var); V_4 = (NameAndParameters_t028B3A860264D254B13642649D34F0953C3B9DCA )L_7; String_t* L_8; L_8 = NameAndParameters_get_name_mC778C657202C56E610BD8717C31C67810B2D819A_inline((NameAndParameters_t028B3A860264D254B13642649D34F0953C3B9DCA *)(NameAndParameters_t028B3A860264D254B13642649D34F0953C3B9DCA *)(&V_4), /*hidden argument*/NULL); V_2 = (String_t*)L_8; // var type = registrations.LookupTypeRegistration(objectRegistrationName); String_t* L_9 = V_2; Type_t * L_10; L_10 = TypeTable_LookupTypeRegistration_mE847426243DD211C994CF5EACC7F05E038D32A13((TypeTable_t4E41B03F931506BA07A120F6578A8CA47459C64F *)(TypeTable_t4E41B03F931506BA07A120F6578A8CA47459C64F *)(&___registrations0), (String_t*)L_9, /*hidden argument*/NULL); V_3 = (Type_t *)L_10; // if (type == null) Type_t * L_11 = V_3; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); bool L_12; L_12 = Type_op_Equality_m01CE523ADAD8D6348C8247353F7C1E5FA3031732((Type_t *)L_11, (Type_t *)NULL, /*hidden argument*/NULL); if (!L_12) { goto IL_0092; } } { // Debug.LogError( // $"No {typeof(TType).Name} with name '{objectRegistrationName}' (mentioned in '{namesAndParameters}') has been registered"); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_13 = (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)SZArrayNew(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var, (uint32_t)7); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_14 = (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)L_13; NullCheck(L_14); ArrayElementTypeCheck (L_14, _stringLiteral679513EC4E90D625778BAA843C750CC0324EC6CB); (L_14)->SetAt(static_cast(0), (String_t*)_stringLiteral679513EC4E90D625778BAA843C750CC0324EC6CB); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_15 = (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)L_14; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_16 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(method->rgctx_data, 0)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_17; L_17 = Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_16, /*hidden argument*/NULL); NullCheck((MemberInfo_t *)L_17); String_t* L_18; L_18 = VirtFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, (MemberInfo_t *)L_17); NullCheck(L_15); ArrayElementTypeCheck (L_15, L_18); (L_15)->SetAt(static_cast(1), (String_t*)L_18); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_19 = (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)L_15; NullCheck(L_19); ArrayElementTypeCheck (L_19, _stringLiteralF93D0F1A391A7BA1DC2CDE5CC22183DA031E59D0); (L_19)->SetAt(static_cast(2), (String_t*)_stringLiteralF93D0F1A391A7BA1DC2CDE5CC22183DA031E59D0); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_20 = (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)L_19; String_t* L_21 = V_2; NullCheck(L_20); ArrayElementTypeCheck (L_20, L_21); (L_20)->SetAt(static_cast(3), (String_t*)L_21); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_22 = (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)L_20; NullCheck(L_22); ArrayElementTypeCheck (L_22, _stringLiteral26767EA28C997BC454F6C0B78AFA70CA972A4B6C); (L_22)->SetAt(static_cast(4), (String_t*)_stringLiteral26767EA28C997BC454F6C0B78AFA70CA972A4B6C); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_23 = (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)L_22; String_t* L_24 = ___namesAndParameters1; NullCheck(L_23); ArrayElementTypeCheck (L_23, L_24); (L_23)->SetAt(static_cast(5), (String_t*)L_24); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_25 = (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)L_23; NullCheck(L_25); ArrayElementTypeCheck (L_25, _stringLiteralD53B4A7B9258212FC2BE7693B9FEF322B409AC04); (L_25)->SetAt(static_cast(6), (String_t*)_stringLiteralD53B4A7B9258212FC2BE7693B9FEF322B409AC04); String_t* L_26; L_26 = String_Concat_m27B9C3007C7DABFABCC3726B37A3BE08CB40C417((StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)L_25, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); Debug_LogError_m5952BCE5DC0EF798B31FA983B9CE42A5A1F82DE1((RuntimeObject *)L_26, /*hidden argument*/NULL); // continue; goto IL_014c; } IL_0092: { // if (!m_IsControlOnlyResolve) bool L_27 = (bool)__this->get_m_IsControlOnlyResolve_10(); if (L_27) { goto IL_0144; } } { // if (!(Activator.CreateInstance(type) is TType instance)) Type_t * L_28 = V_3; RuntimeObject * L_29; L_29 = Activator_CreateInstance_m8D0BDBD446BBCB24F702D8678A57E4594919C8BD((Type_t *)L_28, /*hidden argument*/NULL); V_6 = (RuntimeObject *)L_29; RuntimeObject * L_30 = V_6; if (!((RuntimeObject *)IsInst((RuntimeObject*)L_30, IL2CPP_RGCTX_DATA(method->rgctx_data, 1)))) { goto IL_00b9; } } { RuntimeObject * L_31 = V_6; V_5 = (RuntimeObject *)((RuntimeObject *)Castclass((RuntimeObject*)L_31, IL2CPP_RGCTX_DATA(method->rgctx_data, 1))); goto IL_010e; } IL_00b9: { // Debug.LogError( // $"Type '{type.Name}' registered as '{objectRegistrationName}' (mentioned in '{namesAndParameters}') is not an {typeof(TType).Name}"); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_32 = (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)SZArrayNew(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var, (uint32_t)8); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_33 = (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)L_32; NullCheck(L_33); ArrayElementTypeCheck (L_33, _stringLiteral3C686C624D22B0C45E4FADFB00FA535DDDC88AD7); (L_33)->SetAt(static_cast(0), (String_t*)_stringLiteral3C686C624D22B0C45E4FADFB00FA535DDDC88AD7); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_34 = (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)L_33; Type_t * L_35 = V_3; NullCheck((MemberInfo_t *)L_35); String_t* L_36; L_36 = VirtFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, (MemberInfo_t *)L_35); NullCheck(L_34); ArrayElementTypeCheck (L_34, L_36); (L_34)->SetAt(static_cast(1), (String_t*)L_36); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_37 = (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)L_34; NullCheck(L_37); ArrayElementTypeCheck (L_37, _stringLiteral481C61A5280118E098E32A8CA408514C143752F4); (L_37)->SetAt(static_cast(2), (String_t*)_stringLiteral481C61A5280118E098E32A8CA408514C143752F4); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_38 = (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)L_37; String_t* L_39 = V_2; NullCheck(L_38); ArrayElementTypeCheck (L_38, L_39); (L_38)->SetAt(static_cast(3), (String_t*)L_39); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_40 = (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)L_38; NullCheck(L_40); ArrayElementTypeCheck (L_40, _stringLiteral26767EA28C997BC454F6C0B78AFA70CA972A4B6C); (L_40)->SetAt(static_cast(4), (String_t*)_stringLiteral26767EA28C997BC454F6C0B78AFA70CA972A4B6C); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_41 = (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)L_40; String_t* L_42 = ___namesAndParameters1; NullCheck(L_41); ArrayElementTypeCheck (L_41, L_42); (L_41)->SetAt(static_cast(5), (String_t*)L_42); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_43 = (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)L_41; NullCheck(L_43); ArrayElementTypeCheck (L_43, _stringLiteral1F98F2DEAFA1EA8592B7752ACF7EEC35461EC086); (L_43)->SetAt(static_cast(6), (String_t*)_stringLiteral1F98F2DEAFA1EA8592B7752ACF7EEC35461EC086); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_44 = (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)L_43; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_45 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(method->rgctx_data, 0)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_46; L_46 = Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_45, /*hidden argument*/NULL); NullCheck((MemberInfo_t *)L_46); String_t* L_47; L_47 = VirtFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, (MemberInfo_t *)L_46); NullCheck(L_44); ArrayElementTypeCheck (L_44, L_47); (L_44)->SetAt(static_cast(7), (String_t*)L_47); String_t* L_48; L_48 = String_Concat_m27B9C3007C7DABFABCC3726B37A3BE08CB40C417((StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)L_44, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); Debug_LogError_m5952BCE5DC0EF798B31FA983B9CE42A5A1F82DE1((RuntimeObject *)L_48, /*hidden argument*/NULL); // continue; goto IL_014c; } IL_010e: { // ApplyParameters(m_Parameters[i].parameters, instance, actionMap, ref binding, objectRegistrationName, // namesAndParameters); List_1_tCBF5EB99F2E538DCB47A8C835DD4B9C024879393 * L_49 = (List_1_tCBF5EB99F2E538DCB47A8C835DD4B9C024879393 *)__this->get_m_Parameters_11(); int32_t L_50 = V_1; NullCheck((List_1_tCBF5EB99F2E538DCB47A8C835DD4B9C024879393 *)L_49); NameAndParameters_t028B3A860264D254B13642649D34F0953C3B9DCA L_51; L_51 = List_1_get_Item_m66C540CCB7F6F0D72745E0667F0F6FC0E9B77395_inline((List_1_tCBF5EB99F2E538DCB47A8C835DD4B9C024879393 *)L_49, (int32_t)L_50, /*hidden argument*/List_1_get_Item_m66C540CCB7F6F0D72745E0667F0F6FC0E9B77395_RuntimeMethod_var); V_4 = (NameAndParameters_t028B3A860264D254B13642649D34F0953C3B9DCA )L_51; ReadOnlyArray_1_t644486DA5FB2B247FC64733F192E2894F46CFCF5 L_52; L_52 = NameAndParameters_get_parameters_mBB7FD832AA236B7E31FA895BAD520FF9AD9FD2EC_inline((NameAndParameters_t028B3A860264D254B13642649D34F0953C3B9DCA *)(NameAndParameters_t028B3A860264D254B13642649D34F0953C3B9DCA *)(&V_4), /*hidden argument*/NULL); RuntimeObject * L_53 = V_5; InputActionMap_t588F4834F020838C4E8AE148F8A42CC84FA75B44 * L_54 = ___actionMap4; InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB * L_55 = ___binding5; String_t* L_56 = V_2; String_t* L_57 = ___namesAndParameters1; InputBindingResolver_ApplyParameters_mBFECAFEB2CC074A11109BF06DCAFEAC2D1F79E86((ReadOnlyArray_1_t644486DA5FB2B247FC64733F192E2894F46CFCF5 )L_52, (RuntimeObject *)L_53, (InputActionMap_t588F4834F020838C4E8AE148F8A42CC84FA75B44 *)L_54, (InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB *)(InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB *)L_55, (String_t*)L_56, (String_t*)L_57, /*hidden argument*/NULL); // ArrayHelpers.AppendWithCapacity(ref array, ref count, instance); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** L_58 = ___array2; int32_t* L_59 = ___count3; RuntimeObject * L_60 = V_5; int32_t L_61; L_61 = (( int32_t (*) (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE**, int32_t*, RuntimeObject *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)((ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE**)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE**)L_58, (int32_t*)(int32_t*)L_59, (RuntimeObject *)L_60, (int32_t)((int32_t)10), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); // } goto IL_014c; } IL_0144: { // ++count; int32_t* L_62 = ___count3; int32_t* L_63 = ___count3; int32_t L_64 = *((int32_t*)L_63); *((int32_t*)L_62) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_64, (int32_t)1)); } IL_014c: { // for (var i = 0; i < m_Parameters.Count; ++i) int32_t L_65 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_65, (int32_t)1)); } IL_0150: { // for (var i = 0; i < m_Parameters.Count; ++i) int32_t L_66 = V_1; List_1_tCBF5EB99F2E538DCB47A8C835DD4B9C024879393 * L_67 = (List_1_tCBF5EB99F2E538DCB47A8C835DD4B9C024879393 *)__this->get_m_Parameters_11(); NullCheck((List_1_tCBF5EB99F2E538DCB47A8C835DD4B9C024879393 *)L_67); int32_t L_68; L_68 = List_1_get_Count_mC0C14EF39D49A476EC201EA02BC64DCEDA13F256_inline((List_1_tCBF5EB99F2E538DCB47A8C835DD4B9C024879393 *)L_67, /*hidden argument*/List_1_get_Count_mC0C14EF39D49A476EC201EA02BC64DCEDA13F256_RuntimeMethod_var); if ((((int32_t)L_66) < ((int32_t)L_68))) { goto IL_001b; } } { // return firstIndex; int32_t L_69 = V_0; return (int32_t)L_69; } } IL2CPP_EXTERN_C int32_t InputBindingResolver_InstantiateWithParameters_TisRuntimeObject_m9C5AF8ACF6515377F9400AE6BC7251721F872976_AdjustorThunk (RuntimeObject * __this, TypeTable_t4E41B03F931506BA07A120F6578A8CA47459C64F ___registrations0, String_t* ___namesAndParameters1, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** ___array2, int32_t* ___count3, InputActionMap_t588F4834F020838C4E8AE148F8A42CC84FA75B44 * ___actionMap4, InputBinding_t95FC40907C92DDB8F118F0062BE49C22ADF28FFB * ___binding5, const RuntimeMethod* method) { int32_t _offset = 1; InputBindingResolver_t2C6E9248D2A2E93DCD92236A71BF0DDA83778720 * _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = InputBindingResolver_InstantiateWithParameters_TisRuntimeObject_m9C5AF8ACF6515377F9400AE6BC7251721F872976(_thisAdjusted, ___registrations0, ___namesAndParameters1, ___array2, ___count3, ___actionMap4, ___binding5, method); return _returnValue; } // TControl UnityEngine.InputSystem.InputControl::GetChildControl(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * InputControl_GetChildControl_TisRuntimeObject_mB75189D465F7A9BF945FF8F557724CBD732EFCA4_gshared (InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * __this, String_t* ___path0, const RuntimeMethod* method) { InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * V_0 = NULL; RuntimeObject * V_1 = NULL; { // var control = GetChildControl(path); String_t* L_0 = ___path0; NullCheck((InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 *)__this); InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_1; L_1 = InputControl_GetChildControl_m031F7AB7ADCD6BFDE6C782FB13AAB3195FED0186((InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 *)__this, (String_t*)L_0, /*hidden argument*/NULL); V_0 = (InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 *)L_1; // if (!(control is TControl controlOfType)) InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_2 = V_0; V_1 = (RuntimeObject *)((RuntimeObject *)Castclass((RuntimeObject*)((RuntimeObject *)IsInst((RuntimeObject*)L_2, IL2CPP_RGCTX_DATA(method->rgctx_data, 0))), IL2CPP_RGCTX_DATA(method->rgctx_data, 0))); RuntimeObject * L_3 = V_1; if (L_3) { goto IL_0076; } } { // throw new ArgumentException( // $"Expected control '{path}' to be of type '{typeof(TControl).Name}' but is of type '{control.GetType().Name}' instead!", nameof(path)); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_4 = (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)SZArrayNew(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var)), (uint32_t)7); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_5 = (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)L_4; NullCheck(L_5); ArrayElementTypeCheck (L_5, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral339488DFB7BAF4E44B60460C068A9C05D96D467E))); (L_5)->SetAt(static_cast(0), (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral339488DFB7BAF4E44B60460C068A9C05D96D467E))); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_6 = (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)L_5; String_t* L_7 = ___path0; NullCheck(L_6); ArrayElementTypeCheck (L_6, L_7); (L_6)->SetAt(static_cast(1), (String_t*)L_7); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_8 = (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)L_6; NullCheck(L_8); ArrayElementTypeCheck (L_8, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral0366C4E6856A37FB70E3142A0B06AC31741E523D))); (L_8)->SetAt(static_cast(2), (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral0366C4E6856A37FB70E3142A0B06AC31741E523D))); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_9 = (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)L_8; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_10 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(method->rgctx_data, 1)) }; IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Type_t_il2cpp_TypeInfo_var))); Type_t * L_11; L_11 = Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_10, /*hidden argument*/NULL); NullCheck((MemberInfo_t *)L_11); String_t* L_12; L_12 = VirtFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, (MemberInfo_t *)L_11); NullCheck(L_9); ArrayElementTypeCheck (L_9, L_12); (L_9)->SetAt(static_cast(3), (String_t*)L_12); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_13 = (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)L_9; NullCheck(L_13); ArrayElementTypeCheck (L_13, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF43D6E820C095ACEBE536A385C64D5AF5843CEF2))); (L_13)->SetAt(static_cast(4), (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF43D6E820C095ACEBE536A385C64D5AF5843CEF2))); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_14 = (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)L_13; InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_15 = V_0; NullCheck((RuntimeObject *)L_15); Type_t * L_16; L_16 = Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B((RuntimeObject *)L_15, /*hidden argument*/NULL); NullCheck((MemberInfo_t *)L_16); String_t* L_17; L_17 = VirtFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, (MemberInfo_t *)L_16); NullCheck(L_14); ArrayElementTypeCheck (L_14, L_17); (L_14)->SetAt(static_cast(5), (String_t*)L_17); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_18 = (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)L_14; NullCheck(L_18); ArrayElementTypeCheck (L_18, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral41F3C0AD66F9DC1BF08C76C4B582FE3AA55F8D59))); (L_18)->SetAt(static_cast(6), (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral41F3C0AD66F9DC1BF08C76C4B582FE3AA55F8D59))); String_t* L_19; L_19 = String_Concat_m27B9C3007C7DABFABCC3726B37A3BE08CB40C417((StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)L_18, /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_20 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m71044C2110E357B71A1C30D2561C3F861AF1DC0D(L_20, (String_t*)L_19, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralFE79FF373808574898C82AC1320C55C1182FB75A)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_20, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputControl_GetChildControl_TisRuntimeObject_mB75189D465F7A9BF945FF8F557724CBD732EFCA4_RuntimeMethod_var))); } IL_0076: { // return controlOfType; RuntimeObject * L_21 = V_1; return (RuntimeObject *)L_21; } } // TControl UnityEngine.InputSystem.InputControl::TryGetChildControl(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * InputControl_TryGetChildControl_TisRuntimeObject_mBB31627802B9945F53E3E5D729CE6F8DE50787D3_gshared (InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * __this, String_t* ___path0, const RuntimeMethod* method) { InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * V_0 = NULL; RuntimeObject * V_1 = NULL; RuntimeObject * V_2 = NULL; { // if (string.IsNullOrEmpty(path)) String_t* L_0 = ___path0; bool L_1; L_1 = String_IsNullOrEmpty_m57429705D977ACD5EE7E210A858EED6F348C36B3((String_t*)L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_0013; } } { // throw new ArgumentNullException(nameof(path)); ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_2 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_2, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralFE79FF373808574898C82AC1320C55C1182FB75A)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputControl_TryGetChildControl_TisRuntimeObject_mBB31627802B9945F53E3E5D729CE6F8DE50787D3_RuntimeMethod_var))); } IL_0013: { // var control = TryGetChildControl(path); String_t* L_3 = ___path0; NullCheck((InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 *)__this); InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_4; L_4 = InputControl_TryGetChildControl_m3010CCBE2C61F13DE36A7BFF449173B8E82CDFCE((InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 *)__this, (String_t*)L_3, /*hidden argument*/NULL); V_0 = (InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 *)L_4; // if (control == null) InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_5 = V_0; if (L_5) { goto IL_0028; } } { // return null; il2cpp_codegen_initobj((&V_2), sizeof(RuntimeObject *)); RuntimeObject * L_6 = V_2; return (RuntimeObject *)L_6; } IL_0028: { // var controlOfType = control as TControl; InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_7 = V_0; V_1 = (RuntimeObject *)((RuntimeObject *)Castclass((RuntimeObject*)((RuntimeObject *)IsInst((RuntimeObject*)L_7, IL2CPP_RGCTX_DATA(method->rgctx_data, 0))), IL2CPP_RGCTX_DATA(method->rgctx_data, 0))); // if (controlOfType == null) RuntimeObject * L_8 = V_1; if (L_8) { goto IL_0091; } } { // throw new InvalidOperationException( // $"Expected control '{path}' to be of type '{typeof(TControl).Name}' but is of type '{control.GetType().Name}' instead!"); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_9 = (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)SZArrayNew(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var)), (uint32_t)7); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_10 = (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)L_9; NullCheck(L_10); ArrayElementTypeCheck (L_10, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral339488DFB7BAF4E44B60460C068A9C05D96D467E))); (L_10)->SetAt(static_cast(0), (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral339488DFB7BAF4E44B60460C068A9C05D96D467E))); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_11 = (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)L_10; String_t* L_12 = ___path0; NullCheck(L_11); ArrayElementTypeCheck (L_11, L_12); (L_11)->SetAt(static_cast(1), (String_t*)L_12); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_13 = (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)L_11; NullCheck(L_13); ArrayElementTypeCheck (L_13, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral0366C4E6856A37FB70E3142A0B06AC31741E523D))); (L_13)->SetAt(static_cast(2), (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral0366C4E6856A37FB70E3142A0B06AC31741E523D))); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_14 = (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)L_13; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_15 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(method->rgctx_data, 1)) }; IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Type_t_il2cpp_TypeInfo_var))); Type_t * L_16; L_16 = Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_15, /*hidden argument*/NULL); NullCheck((MemberInfo_t *)L_16); String_t* L_17; L_17 = VirtFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, (MemberInfo_t *)L_16); NullCheck(L_14); ArrayElementTypeCheck (L_14, L_17); (L_14)->SetAt(static_cast(3), (String_t*)L_17); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_18 = (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)L_14; NullCheck(L_18); ArrayElementTypeCheck (L_18, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF43D6E820C095ACEBE536A385C64D5AF5843CEF2))); (L_18)->SetAt(static_cast(4), (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF43D6E820C095ACEBE536A385C64D5AF5843CEF2))); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_19 = (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)L_18; InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_20 = V_0; NullCheck((RuntimeObject *)L_20); Type_t * L_21; L_21 = Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B((RuntimeObject *)L_20, /*hidden argument*/NULL); NullCheck((MemberInfo_t *)L_21); String_t* L_22; L_22 = VirtFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, (MemberInfo_t *)L_21); NullCheck(L_19); ArrayElementTypeCheck (L_19, L_22); (L_19)->SetAt(static_cast(5), (String_t*)L_22); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_23 = (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)L_19; NullCheck(L_23); ArrayElementTypeCheck (L_23, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral41F3C0AD66F9DC1BF08C76C4B582FE3AA55F8D59))); (L_23)->SetAt(static_cast(6), (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral41F3C0AD66F9DC1BF08C76C4B582FE3AA55F8D59))); String_t* L_24; L_24 = String_Concat_m27B9C3007C7DABFABCC3726B37A3BE08CB40C417((StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)L_23, /*hidden argument*/NULL); InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_25 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_25, (String_t*)L_24, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_25, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputControl_TryGetChildControl_TisRuntimeObject_mBB31627802B9945F53E3E5D729CE6F8DE50787D3_RuntimeMethod_var))); } IL_0091: { // return controlOfType; RuntimeObject * L_26 = V_1; return (RuntimeObject *)L_26; } } // System.Void UnityEngine.InputSystem.InputControlExtensions::CopyState(UnityEngine.InputSystem.InputDevice,TState&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputControlExtensions_CopyState_TisMouseState_t07F13572113C4A2ACF106F46535849FCCC0582C7_m537F638045894B2F0479183ED4FC9B61F12FD88B_gshared (InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * ___device0, MouseState_t07F13572113C4A2ACF106F46535849FCCC0582C7 * ___state1, const RuntimeMethod* method) { int32_t V_0 = 0; void* V_1 = NULL; InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B V_2; memset((&V_2), 0, sizeof(V_2)); { // if (device == null) InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * L_0 = ___device0; if (L_0) { goto IL_000e; } } { // throw new ArgumentNullException(nameof(device)); ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE847FDE91DE0DA95AFBA0EEF52C90BEB4CE621BF)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputControlExtensions_CopyState_TisMouseState_t07F13572113C4A2ACF106F46535849FCCC0582C7_m537F638045894B2F0479183ED4FC9B61F12FD88B_RuntimeMethod_var))); } IL_000e: { // state = default; MouseState_t07F13572113C4A2ACF106F46535849FCCC0582C7 * L_2 = ___state1; il2cpp_codegen_initobj(L_2, sizeof(MouseState_t07F13572113C4A2ACF106F46535849FCCC0582C7 )); // if (device.stateBlock.format != state.format) InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * L_3 = ___device0; NullCheck((InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 *)L_3); InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B L_4; L_4 = InputControl_get_stateBlock_m0ECA3324A1A42DDE5085EAE0A82D7C0447143252_inline((InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 *)L_3, /*hidden argument*/NULL); V_2 = (InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B )L_4; FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 L_5; L_5 = InputStateBlock_get_format_m99B8AE2CD603AC198E543FA369ACEADB725E2689_inline((InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B *)(InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B *)(&V_2), /*hidden argument*/NULL); MouseState_t07F13572113C4A2ACF106F46535849FCCC0582C7 * L_6 = ___state1; FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 L_7; L_7 = MouseState_get_format_mE2A48E0429F2621D267F2B677733DC29BFA0DBD9((MouseState_t07F13572113C4A2ACF106F46535849FCCC0582C7 *)(MouseState_t07F13572113C4A2ACF106F46535849FCCC0582C7 *)L_6, /*hidden argument*/NULL); bool L_8; L_8 = FourCC_op_Inequality_m1E781CB491ABFCA16991EF6F695C559068406232((FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 )L_5, (FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 )L_7, /*hidden argument*/NULL); if (!L_8) { goto IL_0091; } } { // throw new ArgumentException( // $"Struct '{typeof(TState).Name}' has state format '{state.format}' which doesn't match device '{device}' with state format '{device.stateBlock.format}'", // nameof(TState)); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_9 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var)), (uint32_t)4); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_10 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)L_9; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_11 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(method->rgctx_data, 1)) }; IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Type_t_il2cpp_TypeInfo_var))); Type_t * L_12; L_12 = Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_11, /*hidden argument*/NULL); NullCheck((MemberInfo_t *)L_12); String_t* L_13; L_13 = VirtFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, (MemberInfo_t *)L_12); NullCheck(L_10); ArrayElementTypeCheck (L_10, L_13); (L_10)->SetAt(static_cast(0), (RuntimeObject *)L_13); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_14 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)L_10; MouseState_t07F13572113C4A2ACF106F46535849FCCC0582C7 * L_15 = ___state1; FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 L_16; L_16 = MouseState_get_format_mE2A48E0429F2621D267F2B677733DC29BFA0DBD9((MouseState_t07F13572113C4A2ACF106F46535849FCCC0582C7 *)(MouseState_t07F13572113C4A2ACF106F46535849FCCC0582C7 *)L_15, /*hidden argument*/NULL); FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 L_17 = (FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 )L_16; RuntimeObject * L_18 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9_il2cpp_TypeInfo_var)), &L_17); NullCheck(L_14); ArrayElementTypeCheck (L_14, L_18); (L_14)->SetAt(static_cast(1), (RuntimeObject *)L_18); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_19 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)L_14; InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * L_20 = ___device0; NullCheck(L_19); ArrayElementTypeCheck (L_19, L_20); (L_19)->SetAt(static_cast(2), (RuntimeObject *)L_20); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_21 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)L_19; InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * L_22 = ___device0; NullCheck((InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 *)L_22); InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B L_23; L_23 = InputControl_get_stateBlock_m0ECA3324A1A42DDE5085EAE0A82D7C0447143252_inline((InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 *)L_22, /*hidden argument*/NULL); V_2 = (InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B )L_23; FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 L_24; L_24 = InputStateBlock_get_format_m99B8AE2CD603AC198E543FA369ACEADB725E2689_inline((InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B *)(InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B *)(&V_2), /*hidden argument*/NULL); FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 L_25 = (FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 )L_24; RuntimeObject * L_26 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9_il2cpp_TypeInfo_var)), &L_25); NullCheck(L_21); ArrayElementTypeCheck (L_21, L_26); (L_21)->SetAt(static_cast(3), (RuntimeObject *)L_26); String_t* L_27; L_27 = String_Format_m2CDD2A21AF2BCE3CE07D634645F9A61B4CB7D9B3((String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral60185622540044E49CE6BCFAB54242E45A42FAAA)), (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)L_21, /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_28 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m71044C2110E357B71A1C30D2561C3F861AF1DC0D(L_28, (String_t*)L_27, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralCD6347F203C1DB051A1CE53FAD25FFF80F4C6B86)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_28, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputControlExtensions_CopyState_TisMouseState_t07F13572113C4A2ACF106F46535849FCCC0582C7_m537F638045894B2F0479183ED4FC9B61F12FD88B_RuntimeMethod_var))); } IL_0091: { // var stateSize = UnsafeUtility.SizeOf(); int32_t L_29; L_29 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); V_0 = (int32_t)L_29; // var statePtr = UnsafeUtility.AddressOf(ref state); MouseState_t07F13572113C4A2ACF106F46535849FCCC0582C7 * L_30 = ___state1; void* L_31; L_31 = il2cpp_codegen_unsafe_cast((MouseState_t07F13572113C4A2ACF106F46535849FCCC0582C7 *)(MouseState_t07F13572113C4A2ACF106F46535849FCCC0582C7 *)L_30); V_1 = (void*)L_31; // device.CopyState(statePtr, stateSize); InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * L_32 = ___device0; void* L_33 = V_1; int32_t L_34 = V_0; InputControlExtensions_CopyState_mA04686E5619A5BF831AE8775455B21A412620A62((InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 *)L_32, (void*)(void*)L_33, (int32_t)L_34, /*hidden argument*/NULL); // } return; } } // System.Void UnityEngine.InputSystem.InputControlExtensions::FindControlsRecursive(UnityEngine.InputSystem.InputControl,System.Collections.Generic.IList`1,System.Func`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputControlExtensions_FindControlsRecursive_TisRuntimeObject_m16DB6DFEF2EBE6C276365693908520A5C93E4C9C_gshared (InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * ___parent0, RuntimeObject* ___controls1, Func_2_t99409DECFF50F0FA9B427C863AC6C99C66E6F9F8 * ___predicate2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlyArray_1_get_Count_mC17382AC83BBF147C47E7A21A628F51F082E92DA_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlyArray_1_get_Item_m8E38E64671229D35FA708BF0B650FE3F846189FC_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; ReadOnlyArray_1_t51E12EEA961178973D364D9C1D86150BC4FF6811 V_1; memset((&V_1), 0, sizeof(V_1)); int32_t V_2 = 0; int32_t V_3 = 0; ReadOnlyArray_1_t51E12EEA961178973D364D9C1D86150BC4FF6811 V_4; memset((&V_4), 0, sizeof(V_4)); { // if (parent == null) InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_0 = ___parent0; if (L_0) { goto IL_000e; } } { // throw new ArgumentNullException(nameof(parent)); ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral483DFA9A614472DBFD4B58265DDE1C943D92F756)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputControlExtensions_FindControlsRecursive_TisRuntimeObject_m16DB6DFEF2EBE6C276365693908520A5C93E4C9C_RuntimeMethod_var))); } IL_000e: { // if (controls == null) RuntimeObject* L_2 = ___controls1; if (L_2) { goto IL_001c; } } { // throw new ArgumentNullException(nameof(controls)); ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_3 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_3, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral52046D44ECF0108AC883B0E829D085D56925F787)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputControlExtensions_FindControlsRecursive_TisRuntimeObject_m16DB6DFEF2EBE6C276365693908520A5C93E4C9C_RuntimeMethod_var))); } IL_001c: { // if (predicate == null) Func_2_t99409DECFF50F0FA9B427C863AC6C99C66E6F9F8 * L_4 = ___predicate2; if (L_4) { goto IL_002a; } } { // throw new ArgumentNullException(nameof(predicate)); ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_5 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_5, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7EE837B2FC81E79F9F96BEFD9CD8B64870F5C628)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputControlExtensions_FindControlsRecursive_TisRuntimeObject_m16DB6DFEF2EBE6C276365693908520A5C93E4C9C_RuntimeMethod_var))); } IL_002a: { // if (parent is TControl parentAsTControl && predicate(parentAsTControl)) InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_6 = ___parent0; V_0 = (RuntimeObject *)((RuntimeObject *)Castclass((RuntimeObject*)((RuntimeObject *)IsInst((RuntimeObject*)L_6, IL2CPP_RGCTX_DATA(method->rgctx_data, 0))), IL2CPP_RGCTX_DATA(method->rgctx_data, 0))); RuntimeObject * L_7 = V_0; if (!L_7) { goto IL_004e; } } { Func_2_t99409DECFF50F0FA9B427C863AC6C99C66E6F9F8 * L_8 = ___predicate2; RuntimeObject * L_9 = V_0; NullCheck((Func_2_t99409DECFF50F0FA9B427C863AC6C99C66E6F9F8 *)L_8); bool L_10; L_10 = (( bool (*) (Func_2_t99409DECFF50F0FA9B427C863AC6C99C66E6F9F8 *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)((Func_2_t99409DECFF50F0FA9B427C863AC6C99C66E6F9F8 *)L_8, (RuntimeObject *)L_9, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); if (!L_10) { goto IL_004e; } } { // controls.Add(parentAsTControl); RuntimeObject* L_11 = ___controls1; RuntimeObject * L_12 = V_0; NullCheck((RuntimeObject*)L_11); InterfaceActionInvoker1< RuntimeObject * >::Invoke(2 /* System.Void System.Collections.Generic.ICollection`1::Add(!0) */, IL2CPP_RGCTX_DATA(method->rgctx_data, 2), (RuntimeObject*)L_11, (RuntimeObject *)L_12); } IL_004e: { // var children = parent.children; InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_13 = ___parent0; NullCheck((InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 *)L_13); ReadOnlyArray_1_t51E12EEA961178973D364D9C1D86150BC4FF6811 L_14; L_14 = InputControl_get_children_mE498FA37DACEC312AA60A7A5A7F6CF146EFC5A9A((InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 *)L_13, /*hidden argument*/NULL); V_1 = (ReadOnlyArray_1_t51E12EEA961178973D364D9C1D86150BC4FF6811 )L_14; // var childCount = children.Count; int32_t L_15; L_15 = ReadOnlyArray_1_get_Count_mC17382AC83BBF147C47E7A21A628F51F082E92DA_inline((ReadOnlyArray_1_t51E12EEA961178973D364D9C1D86150BC4FF6811 *)(ReadOnlyArray_1_t51E12EEA961178973D364D9C1D86150BC4FF6811 *)(&V_1), /*hidden argument*/ReadOnlyArray_1_get_Count_mC17382AC83BBF147C47E7A21A628F51F082E92DA_RuntimeMethod_var); V_2 = (int32_t)L_15; // for (var i = 0; i < childCount; ++i) V_3 = (int32_t)0; goto IL_007c; } IL_0061: { // var child = parent.children[i]; InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_16 = ___parent0; NullCheck((InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 *)L_16); ReadOnlyArray_1_t51E12EEA961178973D364D9C1D86150BC4FF6811 L_17; L_17 = InputControl_get_children_mE498FA37DACEC312AA60A7A5A7F6CF146EFC5A9A((InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 *)L_16, /*hidden argument*/NULL); V_4 = (ReadOnlyArray_1_t51E12EEA961178973D364D9C1D86150BC4FF6811 )L_17; int32_t L_18 = V_3; InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_19; L_19 = ReadOnlyArray_1_get_Item_m8E38E64671229D35FA708BF0B650FE3F846189FC((ReadOnlyArray_1_t51E12EEA961178973D364D9C1D86150BC4FF6811 *)(ReadOnlyArray_1_t51E12EEA961178973D364D9C1D86150BC4FF6811 *)(&V_4), (int32_t)L_18, /*hidden argument*/ReadOnlyArray_1_get_Item_m8E38E64671229D35FA708BF0B650FE3F846189FC_RuntimeMethod_var); // FindControlsRecursive(child, controls, predicate); RuntimeObject* L_20 = ___controls1; Func_2_t99409DECFF50F0FA9B427C863AC6C99C66E6F9F8 * L_21 = ___predicate2; (( void (*) (InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 *, RuntimeObject*, Func_2_t99409DECFF50F0FA9B427C863AC6C99C66E6F9F8 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)->methodPointer)((InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 *)L_19, (RuntimeObject*)L_20, (Func_2_t99409DECFF50F0FA9B427C863AC6C99C66E6F9F8 *)L_21, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)); // for (var i = 0; i < childCount; ++i) int32_t L_22 = V_3; V_3 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_22, (int32_t)1)); } IL_007c: { // for (var i = 0; i < childCount; ++i) int32_t L_23 = V_3; int32_t L_24 = V_2; if ((((int32_t)L_23) < ((int32_t)L_24))) { goto IL_0061; } } { // } return; } } // TControl UnityEngine.InputSystem.InputControlExtensions::FindInParentChain(UnityEngine.InputSystem.InputControl) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * InputControlExtensions_FindInParentChain_TisRuntimeObject_m1EBFCE87565485A6326DE81B4ADC0421EE98580D_gshared (InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * ___control0, const RuntimeMethod* method) { InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * V_0 = NULL; RuntimeObject * V_1 = NULL; RuntimeObject * V_2 = NULL; { // if (control == null) InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_0 = ___control0; if (L_0) { goto IL_000e; } } { // throw new ArgumentNullException(nameof(control)); ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralFAAED55F148F74B2C74F8C745D3CF6CBC766B1DC)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputControlExtensions_FindInParentChain_TisRuntimeObject_m1EBFCE87565485A6326DE81B4ADC0421EE98580D_RuntimeMethod_var))); } IL_000e: { // for (var parent = control; parent != null; parent = parent.parent) InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_2 = ___control0; V_0 = (InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 *)L_2; goto IL_002f; } IL_0012: { // if (parent is TControl parentOfType) InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_3 = V_0; V_1 = (RuntimeObject *)((RuntimeObject *)Castclass((RuntimeObject*)((RuntimeObject *)IsInst((RuntimeObject*)L_3, IL2CPP_RGCTX_DATA(method->rgctx_data, 0))), IL2CPP_RGCTX_DATA(method->rgctx_data, 0))); RuntimeObject * L_4 = V_1; if (!L_4) { goto IL_0028; } } { // return parentOfType; RuntimeObject * L_5 = V_1; return (RuntimeObject *)L_5; } IL_0028: { // for (var parent = control; parent != null; parent = parent.parent) InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_6 = V_0; NullCheck((InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 *)L_6); InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_7; L_7 = InputControl_get_parent_m42B83B56D00F98404A7F785249DC8A0C21E274D1_inline((InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 *)L_6, /*hidden argument*/NULL); V_0 = (InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 *)L_7; } IL_002f: { // for (var parent = control; parent != null; parent = parent.parent) InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_8 = V_0; if (L_8) { goto IL_0012; } } { // return null; il2cpp_codegen_initobj((&V_2), sizeof(RuntimeObject *)); RuntimeObject * L_9 = V_2; return (RuntimeObject *)L_9; } } // System.Boolean UnityEngine.InputSystem.InputControlExtensions::ReadUnprocessedValueFromEvent(UnityEngine.InputSystem.InputControl`1,UnityEngine.InputSystem.LowLevel.InputEventPtr,TValue&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputControlExtensions_ReadUnprocessedValueFromEvent_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_m42870DC22D869D039380AD10B5CA11D613955A02_gshared (InputControl_1_t011854B2ED3F016A34A91350FC9B9055E1E820D3 * ___control0, InputEventPtr_t3ECDD4FDE129B0CD8021DF46D8D01D941F4AE5C1 ___inputEvent1, float* ___value2, const RuntimeMethod* method) { void* V_0 = NULL; { // if (control == null) InputControl_1_t011854B2ED3F016A34A91350FC9B9055E1E820D3 * L_0 = ___control0; if (L_0) { goto IL_000e; } } { // throw new ArgumentNullException(nameof(control)); ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralFAAED55F148F74B2C74F8C745D3CF6CBC766B1DC)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputControlExtensions_ReadUnprocessedValueFromEvent_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_m42870DC22D869D039380AD10B5CA11D613955A02_RuntimeMethod_var))); } IL_000e: { // var statePtr = control.GetStatePtrFromStateEvent(inputEvent); InputControl_1_t011854B2ED3F016A34A91350FC9B9055E1E820D3 * L_2 = ___control0; InputEventPtr_t3ECDD4FDE129B0CD8021DF46D8D01D941F4AE5C1 L_3 = ___inputEvent1; void* L_4; L_4 = InputControlExtensions_GetStatePtrFromStateEvent_mA590EFDBADD6E0C53447F5A57554ADAA1388162A((InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 *)L_2, (InputEventPtr_t3ECDD4FDE129B0CD8021DF46D8D01D941F4AE5C1 )L_3, /*hidden argument*/NULL); V_0 = (void*)L_4; // if (statePtr == null) void* L_5 = V_0; if ((!(((uintptr_t)L_5) == ((uintptr_t)((uintptr_t)0))))) { goto IL_0029; } } { // value = control.ReadDefaultValue(); float* L_6 = ___value2; InputControl_1_t011854B2ED3F016A34A91350FC9B9055E1E820D3 * L_7 = ___control0; NullCheck((InputControl_1_t011854B2ED3F016A34A91350FC9B9055E1E820D3 *)L_7); float L_8; L_8 = (( float (*) (InputControl_1_t011854B2ED3F016A34A91350FC9B9055E1E820D3 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((InputControl_1_t011854B2ED3F016A34A91350FC9B9055E1E820D3 *)L_7, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); *(float*)L_6 = L_8; // return false; return (bool)0; } IL_0029: { // value = control.ReadUnprocessedValueFromState(statePtr); float* L_9 = ___value2; InputControl_1_t011854B2ED3F016A34A91350FC9B9055E1E820D3 * L_10 = ___control0; void* L_11 = V_0; NullCheck((InputControl_1_t011854B2ED3F016A34A91350FC9B9055E1E820D3 *)L_10); float L_12; L_12 = VirtFuncInvoker1< float, void* >::Invoke(16 /* TValue UnityEngine.InputSystem.InputControl`1::ReadUnprocessedValueFromState(System.Void*) */, (InputControl_1_t011854B2ED3F016A34A91350FC9B9055E1E820D3 *)L_10, (void*)(void*)L_11); *(float*)L_9 = L_12; // return true; return (bool)1; } } // System.Boolean UnityEngine.InputSystem.InputControlExtensions::ReadUnprocessedValueFromEvent(UnityEngine.InputSystem.InputControl`1,UnityEngine.InputSystem.LowLevel.InputEventPtr,TValue&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputControlExtensions_ReadUnprocessedValueFromEvent_TisVector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9_m0AA7FCD29E007051E7DB7472CB72E28B5A5B75C0_gshared (InputControl_1_t0C6774D908F28CC2187A664A1D73FB294F808163 * ___control0, InputEventPtr_t3ECDD4FDE129B0CD8021DF46D8D01D941F4AE5C1 ___inputEvent1, Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * ___value2, const RuntimeMethod* method) { void* V_0 = NULL; { // if (control == null) InputControl_1_t0C6774D908F28CC2187A664A1D73FB294F808163 * L_0 = ___control0; if (L_0) { goto IL_000e; } } { // throw new ArgumentNullException(nameof(control)); ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralFAAED55F148F74B2C74F8C745D3CF6CBC766B1DC)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputControlExtensions_ReadUnprocessedValueFromEvent_TisVector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9_m0AA7FCD29E007051E7DB7472CB72E28B5A5B75C0_RuntimeMethod_var))); } IL_000e: { // var statePtr = control.GetStatePtrFromStateEvent(inputEvent); InputControl_1_t0C6774D908F28CC2187A664A1D73FB294F808163 * L_2 = ___control0; InputEventPtr_t3ECDD4FDE129B0CD8021DF46D8D01D941F4AE5C1 L_3 = ___inputEvent1; void* L_4; L_4 = InputControlExtensions_GetStatePtrFromStateEvent_mA590EFDBADD6E0C53447F5A57554ADAA1388162A((InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 *)L_2, (InputEventPtr_t3ECDD4FDE129B0CD8021DF46D8D01D941F4AE5C1 )L_3, /*hidden argument*/NULL); V_0 = (void*)L_4; // if (statePtr == null) void* L_5 = V_0; if ((!(((uintptr_t)L_5) == ((uintptr_t)((uintptr_t)0))))) { goto IL_0029; } } { // value = control.ReadDefaultValue(); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * L_6 = ___value2; InputControl_1_t0C6774D908F28CC2187A664A1D73FB294F808163 * L_7 = ___control0; NullCheck((InputControl_1_t0C6774D908F28CC2187A664A1D73FB294F808163 *)L_7); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_8; L_8 = (( Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 (*) (InputControl_1_t0C6774D908F28CC2187A664A1D73FB294F808163 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((InputControl_1_t0C6774D908F28CC2187A664A1D73FB294F808163 *)L_7, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); *(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 *)L_6 = L_8; // return false; return (bool)0; } IL_0029: { // value = control.ReadUnprocessedValueFromState(statePtr); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * L_9 = ___value2; InputControl_1_t0C6774D908F28CC2187A664A1D73FB294F808163 * L_10 = ___control0; void* L_11 = V_0; NullCheck((InputControl_1_t0C6774D908F28CC2187A664A1D73FB294F808163 *)L_10); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_12; L_12 = VirtFuncInvoker1< Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 , void* >::Invoke(16 /* TValue UnityEngine.InputSystem.InputControl`1::ReadUnprocessedValueFromState(System.Void*) */, (InputControl_1_t0C6774D908F28CC2187A664A1D73FB294F808163 *)L_10, (void*)(void*)L_11); *(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 *)L_9 = L_12; // return true; return (bool)1; } } // System.Void UnityEngine.InputSystem.InputControlExtensions::WriteValueIntoEvent(UnityEngine.InputSystem.InputControl`1,TValue,UnityEngine.InputSystem.LowLevel.InputEventPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputControlExtensions_WriteValueIntoEvent_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_mE19DB400611A79B8370DDEE386F9DEA643A8831C_gshared (InputControl_1_t011854B2ED3F016A34A91350FC9B9055E1E820D3 * ___control0, float ___value1, InputEventPtr_t3ECDD4FDE129B0CD8021DF46D8D01D941F4AE5C1 ___eventPtr2, const RuntimeMethod* method) { void* V_0 = NULL; { // if (control == null) InputControl_1_t011854B2ED3F016A34A91350FC9B9055E1E820D3 * L_0 = ___control0; if (L_0) { goto IL_000e; } } { // throw new ArgumentNullException(nameof(control)); ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralFAAED55F148F74B2C74F8C745D3CF6CBC766B1DC)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputControlExtensions_WriteValueIntoEvent_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_mE19DB400611A79B8370DDEE386F9DEA643A8831C_RuntimeMethod_var))); } IL_000e: { // if (!eventPtr.valid) bool L_2; L_2 = InputEventPtr_get_valid_m89FC8685702EDBBB434A0576EED219CA4BF0630C((InputEventPtr_t3ECDD4FDE129B0CD8021DF46D8D01D941F4AE5C1 *)(InputEventPtr_t3ECDD4FDE129B0CD8021DF46D8D01D941F4AE5C1 *)(&___eventPtr2), /*hidden argument*/NULL); if (L_2) { goto IL_0022; } } { // throw new ArgumentNullException(nameof(eventPtr)); ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_3 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_3, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralBA67382D61289B0EDBD1CD867DE673562B9B5111)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputControlExtensions_WriteValueIntoEvent_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_mE19DB400611A79B8370DDEE386F9DEA643A8831C_RuntimeMethod_var))); } IL_0022: { // var statePtr = control.GetStatePtrFromStateEvent(eventPtr); InputControl_1_t011854B2ED3F016A34A91350FC9B9055E1E820D3 * L_4 = ___control0; InputEventPtr_t3ECDD4FDE129B0CD8021DF46D8D01D941F4AE5C1 L_5 = ___eventPtr2; void* L_6; L_6 = InputControlExtensions_GetStatePtrFromStateEvent_mA590EFDBADD6E0C53447F5A57554ADAA1388162A((InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 *)L_4, (InputEventPtr_t3ECDD4FDE129B0CD8021DF46D8D01D941F4AE5C1 )L_5, /*hidden argument*/NULL); V_0 = (void*)L_6; // if (statePtr == null) void* L_7 = V_0; if ((!(((uintptr_t)L_7) == ((uintptr_t)((uintptr_t)0))))) { goto IL_0030; } } { // return; return; } IL_0030: { // control.WriteValueIntoState(value, statePtr); InputControl_1_t011854B2ED3F016A34A91350FC9B9055E1E820D3 * L_8 = ___control0; float L_9 = ___value1; void* L_10 = V_0; NullCheck((InputControl_1_t011854B2ED3F016A34A91350FC9B9055E1E820D3 *)L_8); VirtActionInvoker2< float, void* >::Invoke(17 /* System.Void UnityEngine.InputSystem.InputControl`1::WriteValueIntoState(TValue,System.Void*) */, (InputControl_1_t011854B2ED3F016A34A91350FC9B9055E1E820D3 *)L_8, (float)L_9, (void*)(void*)L_10); // } return; } } // System.Void UnityEngine.InputSystem.InputControlExtensions::WriteValueIntoEvent(UnityEngine.InputSystem.InputControl`1,TValue,UnityEngine.InputSystem.LowLevel.InputEventPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputControlExtensions_WriteValueIntoEvent_TisVector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9_m94CFD1254C4D94BFDE26454F09274431AB9DA830_gshared (InputControl_1_t0C6774D908F28CC2187A664A1D73FB294F808163 * ___control0, Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___value1, InputEventPtr_t3ECDD4FDE129B0CD8021DF46D8D01D941F4AE5C1 ___eventPtr2, const RuntimeMethod* method) { void* V_0 = NULL; { // if (control == null) InputControl_1_t0C6774D908F28CC2187A664A1D73FB294F808163 * L_0 = ___control0; if (L_0) { goto IL_000e; } } { // throw new ArgumentNullException(nameof(control)); ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralFAAED55F148F74B2C74F8C745D3CF6CBC766B1DC)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputControlExtensions_WriteValueIntoEvent_TisVector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9_m94CFD1254C4D94BFDE26454F09274431AB9DA830_RuntimeMethod_var))); } IL_000e: { // if (!eventPtr.valid) bool L_2; L_2 = InputEventPtr_get_valid_m89FC8685702EDBBB434A0576EED219CA4BF0630C((InputEventPtr_t3ECDD4FDE129B0CD8021DF46D8D01D941F4AE5C1 *)(InputEventPtr_t3ECDD4FDE129B0CD8021DF46D8D01D941F4AE5C1 *)(&___eventPtr2), /*hidden argument*/NULL); if (L_2) { goto IL_0022; } } { // throw new ArgumentNullException(nameof(eventPtr)); ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_3 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_3, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralBA67382D61289B0EDBD1CD867DE673562B9B5111)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputControlExtensions_WriteValueIntoEvent_TisVector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9_m94CFD1254C4D94BFDE26454F09274431AB9DA830_RuntimeMethod_var))); } IL_0022: { // var statePtr = control.GetStatePtrFromStateEvent(eventPtr); InputControl_1_t0C6774D908F28CC2187A664A1D73FB294F808163 * L_4 = ___control0; InputEventPtr_t3ECDD4FDE129B0CD8021DF46D8D01D941F4AE5C1 L_5 = ___eventPtr2; void* L_6; L_6 = InputControlExtensions_GetStatePtrFromStateEvent_mA590EFDBADD6E0C53447F5A57554ADAA1388162A((InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 *)L_4, (InputEventPtr_t3ECDD4FDE129B0CD8021DF46D8D01D941F4AE5C1 )L_5, /*hidden argument*/NULL); V_0 = (void*)L_6; // if (statePtr == null) void* L_7 = V_0; if ((!(((uintptr_t)L_7) == ((uintptr_t)((uintptr_t)0))))) { goto IL_0030; } } { // return; return; } IL_0030: { // control.WriteValueIntoState(value, statePtr); InputControl_1_t0C6774D908F28CC2187A664A1D73FB294F808163 * L_8 = ___control0; Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_9 = ___value1; void* L_10 = V_0; NullCheck((InputControl_1_t0C6774D908F28CC2187A664A1D73FB294F808163 *)L_8); VirtActionInvoker2< Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 , void* >::Invoke(17 /* System.Void UnityEngine.InputSystem.InputControl`1::WriteValueIntoState(TValue,System.Void*) */, (InputControl_1_t0C6774D908F28CC2187A664A1D73FB294F808163 *)L_8, (Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 )L_9, (void*)(void*)L_10); // } return; } } // System.Void UnityEngine.InputSystem.InputControlExtensions::WriteValueIntoState(UnityEngine.InputSystem.InputControl,TValue,System.Void*) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputControlExtensions_WriteValueIntoState_TisBoolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_m856286CBEBCA3050E07ADAE2C98D2FC43363669A_gshared (InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * ___control0, bool ___value1, void* ___statePtr2, const RuntimeMethod* method) { InputControl_1_tF000774165A305AB812BCEE8E79AA8B7C46F41AF * V_0 = NULL; { // if (control == null) InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_0 = ___control0; if (L_0) { goto IL_000e; } } { // throw new ArgumentNullException(nameof(control)); ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralFAAED55F148F74B2C74F8C745D3CF6CBC766B1DC)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputControlExtensions_WriteValueIntoState_TisBoolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_m856286CBEBCA3050E07ADAE2C98D2FC43363669A_RuntimeMethod_var))); } IL_000e: { // if (!(control is InputControl controlOfType)) InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_2 = ___control0; V_0 = (InputControl_1_tF000774165A305AB812BCEE8E79AA8B7C46F41AF *)((InputControl_1_tF000774165A305AB812BCEE8E79AA8B7C46F41AF *)IsInst((RuntimeObject*)L_2, IL2CPP_RGCTX_DATA(method->rgctx_data, 0))); InputControl_1_tF000774165A305AB812BCEE8E79AA8B7C46F41AF * L_3 = V_0; if (L_3) { goto IL_0061; } } { // throw new ArgumentException( // $"Expecting control of type '{typeof(TValue).Name}' but got '{control.GetType().Name}'"); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_4 = (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)SZArrayNew(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var)), (uint32_t)5); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_5 = (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)L_4; NullCheck(L_5); ArrayElementTypeCheck (L_5, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral60C3D20F8C98D5C2016DE86042B56F3C3E23AE27))); (L_5)->SetAt(static_cast(0), (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral60C3D20F8C98D5C2016DE86042B56F3C3E23AE27))); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_6 = (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)L_5; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_7 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(method->rgctx_data, 1)) }; IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Type_t_il2cpp_TypeInfo_var))); Type_t * L_8; L_8 = Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_7, /*hidden argument*/NULL); NullCheck((MemberInfo_t *)L_8); String_t* L_9; L_9 = VirtFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, (MemberInfo_t *)L_8); NullCheck(L_6); ArrayElementTypeCheck (L_6, L_9); (L_6)->SetAt(static_cast(1), (String_t*)L_9); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_10 = (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)L_6; NullCheck(L_10); ArrayElementTypeCheck (L_10, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral83D5A6266BD254A5DA019BC0B78B29279E5EBA2D))); (L_10)->SetAt(static_cast(2), (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral83D5A6266BD254A5DA019BC0B78B29279E5EBA2D))); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_11 = (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)L_10; InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_12 = ___control0; NullCheck((RuntimeObject *)L_12); Type_t * L_13; L_13 = Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B((RuntimeObject *)L_12, /*hidden argument*/NULL); NullCheck((MemberInfo_t *)L_13); String_t* L_14; L_14 = VirtFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, (MemberInfo_t *)L_13); NullCheck(L_11); ArrayElementTypeCheck (L_11, L_14); (L_11)->SetAt(static_cast(3), (String_t*)L_14); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_15 = (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)L_11; NullCheck(L_15); ArrayElementTypeCheck (L_15, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral42646B33B50B6AA15E22733C8900716F0FE19E1D))); (L_15)->SetAt(static_cast(4), (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral42646B33B50B6AA15E22733C8900716F0FE19E1D))); String_t* L_16; L_16 = String_Concat_m27B9C3007C7DABFABCC3726B37A3BE08CB40C417((StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)L_15, /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_17 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_17, (String_t*)L_16, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_17, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputControlExtensions_WriteValueIntoState_TisBoolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_m856286CBEBCA3050E07ADAE2C98D2FC43363669A_RuntimeMethod_var))); } IL_0061: { // controlOfType.WriteValueIntoState(value, statePtr); InputControl_1_tF000774165A305AB812BCEE8E79AA8B7C46F41AF * L_18 = V_0; bool L_19 = ___value1; void* L_20 = ___statePtr2; NullCheck((InputControl_1_tF000774165A305AB812BCEE8E79AA8B7C46F41AF *)L_18); VirtActionInvoker2< bool, void* >::Invoke(17 /* System.Void UnityEngine.InputSystem.InputControl`1::WriteValueIntoState(TValue,System.Void*) */, (InputControl_1_tF000774165A305AB812BCEE8E79AA8B7C46F41AF *)L_18, (bool)L_19, (void*)(void*)L_20); // } return; } } // System.Void UnityEngine.InputSystem.InputControlExtensions::WriteValueIntoState(UnityEngine.InputSystem.InputControl,TValue,System.Void*) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputControlExtensions_WriteValueIntoState_TisUInt32_tE60352A06233E4E69DD198BCC67142159F686B15_m127BB28F99ADE44BF663E8DE8C7F204977ACEDA0_gshared (InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * ___control0, uint32_t ___value1, void* ___statePtr2, const RuntimeMethod* method) { InputControl_1_t838FA71344E9E3FDB04A2E3E64402BD977BDFF8B * V_0 = NULL; { // if (control == null) InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_0 = ___control0; if (L_0) { goto IL_000e; } } { // throw new ArgumentNullException(nameof(control)); ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralFAAED55F148F74B2C74F8C745D3CF6CBC766B1DC)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputControlExtensions_WriteValueIntoState_TisUInt32_tE60352A06233E4E69DD198BCC67142159F686B15_m127BB28F99ADE44BF663E8DE8C7F204977ACEDA0_RuntimeMethod_var))); } IL_000e: { // if (!(control is InputControl controlOfType)) InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_2 = ___control0; V_0 = (InputControl_1_t838FA71344E9E3FDB04A2E3E64402BD977BDFF8B *)((InputControl_1_t838FA71344E9E3FDB04A2E3E64402BD977BDFF8B *)IsInst((RuntimeObject*)L_2, IL2CPP_RGCTX_DATA(method->rgctx_data, 0))); InputControl_1_t838FA71344E9E3FDB04A2E3E64402BD977BDFF8B * L_3 = V_0; if (L_3) { goto IL_0061; } } { // throw new ArgumentException( // $"Expecting control of type '{typeof(TValue).Name}' but got '{control.GetType().Name}'"); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_4 = (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)SZArrayNew(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var)), (uint32_t)5); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_5 = (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)L_4; NullCheck(L_5); ArrayElementTypeCheck (L_5, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral60C3D20F8C98D5C2016DE86042B56F3C3E23AE27))); (L_5)->SetAt(static_cast(0), (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral60C3D20F8C98D5C2016DE86042B56F3C3E23AE27))); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_6 = (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)L_5; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_7 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(method->rgctx_data, 1)) }; IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Type_t_il2cpp_TypeInfo_var))); Type_t * L_8; L_8 = Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_7, /*hidden argument*/NULL); NullCheck((MemberInfo_t *)L_8); String_t* L_9; L_9 = VirtFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, (MemberInfo_t *)L_8); NullCheck(L_6); ArrayElementTypeCheck (L_6, L_9); (L_6)->SetAt(static_cast(1), (String_t*)L_9); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_10 = (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)L_6; NullCheck(L_10); ArrayElementTypeCheck (L_10, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral83D5A6266BD254A5DA019BC0B78B29279E5EBA2D))); (L_10)->SetAt(static_cast(2), (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral83D5A6266BD254A5DA019BC0B78B29279E5EBA2D))); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_11 = (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)L_10; InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_12 = ___control0; NullCheck((RuntimeObject *)L_12); Type_t * L_13; L_13 = Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B((RuntimeObject *)L_12, /*hidden argument*/NULL); NullCheck((MemberInfo_t *)L_13); String_t* L_14; L_14 = VirtFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, (MemberInfo_t *)L_13); NullCheck(L_11); ArrayElementTypeCheck (L_11, L_14); (L_11)->SetAt(static_cast(3), (String_t*)L_14); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_15 = (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)L_11; NullCheck(L_15); ArrayElementTypeCheck (L_15, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral42646B33B50B6AA15E22733C8900716F0FE19E1D))); (L_15)->SetAt(static_cast(4), (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral42646B33B50B6AA15E22733C8900716F0FE19E1D))); String_t* L_16; L_16 = String_Concat_m27B9C3007C7DABFABCC3726B37A3BE08CB40C417((StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)L_15, /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_17 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_17, (String_t*)L_16, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_17, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputControlExtensions_WriteValueIntoState_TisUInt32_tE60352A06233E4E69DD198BCC67142159F686B15_m127BB28F99ADE44BF663E8DE8C7F204977ACEDA0_RuntimeMethod_var))); } IL_0061: { // controlOfType.WriteValueIntoState(value, statePtr); InputControl_1_t838FA71344E9E3FDB04A2E3E64402BD977BDFF8B * L_18 = V_0; uint32_t L_19 = ___value1; void* L_20 = ___statePtr2; NullCheck((InputControl_1_t838FA71344E9E3FDB04A2E3E64402BD977BDFF8B *)L_18); VirtActionInvoker2< uint32_t, void* >::Invoke(17 /* System.Void UnityEngine.InputSystem.InputControl`1::WriteValueIntoState(TValue,System.Void*) */, (InputControl_1_t838FA71344E9E3FDB04A2E3E64402BD977BDFF8B *)L_18, (uint32_t)L_19, (void*)(void*)L_20); // } return; } } // TControl UnityEngine.InputSystem.InputControlPath::MatchByUsageAtDeviceRootRecursive(UnityEngine.InputSystem.InputDevice,System.String,System.Int32,UnityEngine.InputSystem.InputControlList`1&,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * InputControlPath_MatchByUsageAtDeviceRootRecursive_TisRuntimeObject_m2FA587654162A6A9BE650B0050F1D010DB49E27B_gshared (InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * ___device0, String_t* ___path1, int32_t ___indexInPath2, InputControlList_1_t9461BFBC9FEFA4CB0C7F0981E4B70C426126D012 * ___matches3, bool ___matchMultiple4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArrayHelpers_LengthSafe_TisInputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1_m6EA4AF13403F60022743B321821E5524D2E3DB3F_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } InternedStringU5BU5D_t1EAE8433C8EF7C76894673801EE0EE9F6833E9A4* V_0 = NULL; int32_t V_1 = 0; int32_t V_2 = 0; bool V_3 = false; int32_t V_4 = 0; RuntimeObject * V_5 = NULL; RuntimeObject * V_6 = NULL; int32_t V_7 = 0; InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * V_8 = NULL; { // var usages = device.m_UsagesForEachControl; InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * L_0 = ___device0; NullCheck(L_0); InternedStringU5BU5D_t1EAE8433C8EF7C76894673801EE0EE9F6833E9A4* L_1 = (InternedStringU5BU5D_t1EAE8433C8EF7C76894673801EE0EE9F6833E9A4*)L_0->get_m_UsagesForEachControl_32(); V_0 = (InternedStringU5BU5D_t1EAE8433C8EF7C76894673801EE0EE9F6833E9A4*)L_1; // if (usages == null) InternedStringU5BU5D_t1EAE8433C8EF7C76894673801EE0EE9F6833E9A4* L_2 = V_0; if (L_2) { goto IL_0015; } } { // return null; il2cpp_codegen_initobj((&V_6), sizeof(RuntimeObject *)); RuntimeObject * L_3 = V_6; return (RuntimeObject *)L_3; } IL_0015: { // var usageCount = device.m_UsageToControl.LengthSafe(); InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * L_4 = ___device0; NullCheck(L_4); InputControlU5BU5D_tB874FECA56E2B08D3280F4174B988EA155E99680* L_5 = (InputControlU5BU5D_tB874FECA56E2B08D3280F4174B988EA155E99680*)L_4->get_m_UsageToControl_33(); int32_t L_6; L_6 = ArrayHelpers_LengthSafe_TisInputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1_m6EA4AF13403F60022743B321821E5524D2E3DB3F((InputControlU5BU5D_tB874FECA56E2B08D3280F4174B988EA155E99680*)L_5, /*hidden argument*/ArrayHelpers_LengthSafe_TisInputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1_m6EA4AF13403F60022743B321821E5524D2E3DB3F_RuntimeMethod_var); V_1 = (int32_t)L_6; // var startIndex = indexInPath + 1; int32_t L_7 = ___indexInPath2; V_2 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)1)); // var pathCanMatchMultiple = PathComponentCanYieldMultipleMatches(path, indexInPath); String_t* L_8 = ___path1; int32_t L_9 = ___indexInPath2; bool L_10; L_10 = InputControlPath_PathComponentCanYieldMultipleMatches_mF96E0278535BAA7F4FEFA556978AD89429E45D98((String_t*)L_8, (int32_t)L_9, /*hidden argument*/NULL); V_3 = (bool)L_10; // var pathLength = path.Length; String_t* L_11 = ___path1; NullCheck((String_t*)L_11); int32_t L_12; L_12 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline((String_t*)L_11, /*hidden argument*/NULL); V_4 = (int32_t)L_12; // ++indexInPath; int32_t L_13 = ___indexInPath2; ___indexInPath2 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1)); // if (indexInPath == pathLength) int32_t L_14 = ___indexInPath2; int32_t L_15 = V_4; if ((!(((uint32_t)L_14) == ((uint32_t)L_15)))) { goto IL_005a; } } { // throw new ArgumentException($"Invalid path spec '{path}'; trailing '{{'", nameof(path)); String_t* L_16 = ___path1; String_t* L_17; L_17 = String_Concat_mC41740F000A5A48F8D313FB4CEE0E35E207A2632((String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF08C9ACC4B43DBD72B6463D53F54BAA0322A149B)), (String_t*)L_16, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral5399F669611593E277EE020E4B9AD7D8FA12837A)), /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_18 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m71044C2110E357B71A1C30D2561C3F861AF1DC0D(L_18, (String_t*)L_17, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralFE79FF373808574898C82AC1320C55C1182FB75A)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_18, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputControlPath_MatchByUsageAtDeviceRootRecursive_TisRuntimeObject_m2FA587654162A6A9BE650B0050F1D010DB49E27B_RuntimeMethod_var))); } IL_005a: { // TControl lastMatch = null; il2cpp_codegen_initobj((&V_5), sizeof(RuntimeObject *)); // for (var i = 0; i < usageCount; ++i) V_7 = (int32_t)0; goto IL_00f7; } IL_006a: { // var usage = usages[i]; InternedStringU5BU5D_t1EAE8433C8EF7C76894673801EE0EE9F6833E9A4* L_19 = V_0; int32_t L_20 = V_7; NullCheck(L_19); int32_t L_21 = L_20; InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED L_22 = (L_19)->GetAt(static_cast(L_21)); // var usageIsMatch = MatchPathComponent(usage, path, ref indexInPath, PathComponentType.Usage); String_t* L_23; L_23 = InternedString_op_Implicit_m5C5E28D59A0F856D52E38C0C147176E4B306D6BD((InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED )L_22, /*hidden argument*/NULL); String_t* L_24 = ___path1; bool L_25; L_25 = InputControlPath_MatchPathComponent_mE1EA719F491899CC038A2BC4A6CA8E9132FB4D06((String_t*)L_23, (String_t*)L_24, (int32_t*)(int32_t*)(&___indexInPath2), (int32_t)2, (int32_t)0, /*hidden argument*/NULL); // if (!usageIsMatch) if (L_25) { goto IL_0088; } } { // indexInPath = startIndex; int32_t L_26 = V_2; ___indexInPath2 = (int32_t)L_26; // continue; goto IL_00f1; } IL_0088: { // var controlMatchedByUsage = device.m_UsageToControl[i]; InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * L_27 = ___device0; NullCheck(L_27); InputControlU5BU5D_tB874FECA56E2B08D3280F4174B988EA155E99680* L_28 = (InputControlU5BU5D_tB874FECA56E2B08D3280F4174B988EA155E99680*)L_27->get_m_UsageToControl_33(); int32_t L_29 = V_7; NullCheck(L_28); int32_t L_30 = L_29; InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_31 = (L_28)->GetAt(static_cast(L_30)); V_8 = (InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 *)L_31; // if (indexInPath < pathLength && path[indexInPath] == '/') int32_t L_32 = ___indexInPath2; int32_t L_33 = V_4; if ((((int32_t)L_32) >= ((int32_t)L_33))) { goto IL_00ce; } } { String_t* L_34 = ___path1; int32_t L_35 = ___indexInPath2; NullCheck((String_t*)L_34); Il2CppChar L_36; L_36 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70((String_t*)L_34, (int32_t)L_35, /*hidden argument*/NULL); if ((!(((uint32_t)L_36) == ((uint32_t)((int32_t)47))))) { goto IL_00ce; } } { // lastMatch = MatchChildrenRecursive(controlMatchedByUsage, path, indexInPath + 1, // ref matches, matchMultiple); InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_37 = V_8; String_t* L_38 = ___path1; int32_t L_39 = ___indexInPath2; InputControlList_1_t9461BFBC9FEFA4CB0C7F0981E4B70C426126D012 * L_40 = ___matches3; bool L_41 = ___matchMultiple4; RuntimeObject * L_42; L_42 = (( RuntimeObject * (*) (InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 *, String_t*, int32_t, InputControlList_1_t9461BFBC9FEFA4CB0C7F0981E4B70C426126D012 *, bool, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 *)L_37, (String_t*)L_38, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_39, (int32_t)1)), (InputControlList_1_t9461BFBC9FEFA4CB0C7F0981E4B70C426126D012 *)(InputControlList_1_t9461BFBC9FEFA4CB0C7F0981E4B70C426126D012 *)L_40, (bool)L_41, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); V_5 = (RuntimeObject *)L_42; // if (lastMatch != null && !pathCanMatchMultiple) RuntimeObject * L_43 = V_5; if (!L_43) { goto IL_00bf; } } { bool L_44 = V_3; if (!L_44) { goto IL_00ff; } } IL_00bf: { // if (lastMatch != null && !matchMultiple) RuntimeObject * L_45 = V_5; if (!L_45) { goto IL_00f1; } } { bool L_46 = ___matchMultiple4; if (L_46) { goto IL_00f1; } } { // break; goto IL_00ff; } IL_00ce: { // lastMatch = controlMatchedByUsage as TControl; InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_47 = V_8; V_5 = (RuntimeObject *)((RuntimeObject *)Castclass((RuntimeObject*)((RuntimeObject *)IsInst((RuntimeObject*)L_47, IL2CPP_RGCTX_DATA(method->rgctx_data, 1))), IL2CPP_RGCTX_DATA(method->rgctx_data, 1))); // if (lastMatch != null) RuntimeObject * L_48 = V_5; if (!L_48) { goto IL_00f1; } } { // if (matchMultiple) bool L_49 = ___matchMultiple4; if (!L_49) { goto IL_00ff; } } { // matches.Add(lastMatch); InputControlList_1_t9461BFBC9FEFA4CB0C7F0981E4B70C426126D012 * L_50 = ___matches3; RuntimeObject * L_51 = V_5; InputControlList_1_Add_mC04DAA9904EA48F8773FBAF5EFDBE586536EC969((InputControlList_1_t9461BFBC9FEFA4CB0C7F0981E4B70C426126D012 *)(InputControlList_1_t9461BFBC9FEFA4CB0C7F0981E4B70C426126D012 *)L_50, (RuntimeObject *)L_51, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); } IL_00f1: { // for (var i = 0; i < usageCount; ++i) int32_t L_52 = V_7; V_7 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_52, (int32_t)1)); } IL_00f7: { // for (var i = 0; i < usageCount; ++i) int32_t L_53 = V_7; int32_t L_54 = V_1; if ((((int32_t)L_53) < ((int32_t)L_54))) { goto IL_006a; } } IL_00ff: { // return lastMatch; RuntimeObject * L_55 = V_5; return (RuntimeObject *)L_55; } } // TControl UnityEngine.InputSystem.InputControlPath::MatchChildrenRecursive(UnityEngine.InputSystem.InputControl,System.String,System.Int32,UnityEngine.InputSystem.InputControlList`1&,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * InputControlPath_MatchChildrenRecursive_TisRuntimeObject_mED6621224D73F331CB1BF2D8D3D0D2BC3731607E_gshared (InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * ___control0, String_t* ___path1, int32_t ___indexInPath2, InputControlList_1_t9461BFBC9FEFA4CB0C7F0981E4B70C426126D012 * ___matches3, bool ___matchMultiple4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlyArray_1_get_Count_mC17382AC83BBF147C47E7A21A628F51F082E92DA_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlyArray_1_get_Item_m8E38E64671229D35FA708BF0B650FE3F846189FC_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } ReadOnlyArray_1_t51E12EEA961178973D364D9C1D86150BC4FF6811 V_0; memset((&V_0), 0, sizeof(V_0)); int32_t V_1 = 0; RuntimeObject * V_2 = NULL; bool V_3 = false; int32_t V_4 = 0; RuntimeObject * V_5 = NULL; { // var children = control.children; InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_0 = ___control0; NullCheck((InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 *)L_0); ReadOnlyArray_1_t51E12EEA961178973D364D9C1D86150BC4FF6811 L_1; L_1 = InputControl_get_children_mE498FA37DACEC312AA60A7A5A7F6CF146EFC5A9A((InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 *)L_0, /*hidden argument*/NULL); V_0 = (ReadOnlyArray_1_t51E12EEA961178973D364D9C1D86150BC4FF6811 )L_1; // var childCount = children.Count; int32_t L_2; L_2 = ReadOnlyArray_1_get_Count_mC17382AC83BBF147C47E7A21A628F51F082E92DA_inline((ReadOnlyArray_1_t51E12EEA961178973D364D9C1D86150BC4FF6811 *)(ReadOnlyArray_1_t51E12EEA961178973D364D9C1D86150BC4FF6811 *)(&V_0), /*hidden argument*/ReadOnlyArray_1_get_Count_mC17382AC83BBF147C47E7A21A628F51F082E92DA_RuntimeMethod_var); V_1 = (int32_t)L_2; // TControl lastMatch = null; il2cpp_codegen_initobj((&V_2), sizeof(RuntimeObject *)); // var pathCanMatchMultiple = PathComponentCanYieldMultipleMatches(path, indexInPath); String_t* L_3 = ___path1; int32_t L_4 = ___indexInPath2; bool L_5; L_5 = InputControlPath_PathComponentCanYieldMultipleMatches_mF96E0278535BAA7F4FEFA556978AD89429E45D98((String_t*)L_3, (int32_t)L_4, /*hidden argument*/NULL); V_3 = (bool)L_5; // for (var i = 0; i < childCount; ++i) V_4 = (int32_t)0; goto IL_0058; } IL_0024: { // var child = children[i]; int32_t L_6 = V_4; InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_7; L_7 = ReadOnlyArray_1_get_Item_m8E38E64671229D35FA708BF0B650FE3F846189FC((ReadOnlyArray_1_t51E12EEA961178973D364D9C1D86150BC4FF6811 *)(ReadOnlyArray_1_t51E12EEA961178973D364D9C1D86150BC4FF6811 *)(&V_0), (int32_t)L_6, /*hidden argument*/ReadOnlyArray_1_get_Item_m8E38E64671229D35FA708BF0B650FE3F846189FC_RuntimeMethod_var); // var childMatch = MatchControlsRecursive(child, path, indexInPath, ref matches, matchMultiple); String_t* L_8 = ___path1; int32_t L_9 = ___indexInPath2; InputControlList_1_t9461BFBC9FEFA4CB0C7F0981E4B70C426126D012 * L_10 = ___matches3; bool L_11 = ___matchMultiple4; RuntimeObject * L_12; L_12 = (( RuntimeObject * (*) (InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 *, String_t*, int32_t, InputControlList_1_t9461BFBC9FEFA4CB0C7F0981E4B70C426126D012 *, bool, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 *)L_7, (String_t*)L_8, (int32_t)L_9, (InputControlList_1_t9461BFBC9FEFA4CB0C7F0981E4B70C426126D012 *)(InputControlList_1_t9461BFBC9FEFA4CB0C7F0981E4B70C426126D012 *)L_10, (bool)L_11, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); V_5 = (RuntimeObject *)L_12; // if (childMatch == null) RuntimeObject * L_13 = V_5; if (!L_13) { goto IL_0052; } } { // if (!pathCanMatchMultiple) bool L_14 = V_3; if (L_14) { goto IL_0048; } } { // return childMatch; RuntimeObject * L_15 = V_5; return (RuntimeObject *)L_15; } IL_0048: { // if (!matchMultiple) bool L_16 = ___matchMultiple4; if (L_16) { goto IL_004f; } } { // return childMatch; RuntimeObject * L_17 = V_5; return (RuntimeObject *)L_17; } IL_004f: { // lastMatch = childMatch; RuntimeObject * L_18 = V_5; V_2 = (RuntimeObject *)L_18; } IL_0052: { // for (var i = 0; i < childCount; ++i) int32_t L_19 = V_4; V_4 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)1)); } IL_0058: { // for (var i = 0; i < childCount; ++i) int32_t L_20 = V_4; int32_t L_21 = V_1; if ((((int32_t)L_20) < ((int32_t)L_21))) { goto IL_0024; } } { // return lastMatch; RuntimeObject * L_22 = V_2; return (RuntimeObject *)L_22; } } // TControl UnityEngine.InputSystem.InputControlPath::MatchControlsRecursive(UnityEngine.InputSystem.InputControl,System.String,System.Int32,UnityEngine.InputSystem.InputControlList`1&,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * InputControlPath_MatchControlsRecursive_TisRuntimeObject_m65672F110671019DAC4183948A83BC23E1257648_gshared (InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * ___control0, String_t* ___path1, int32_t ___indexInPath2, InputControlList_1_t9461BFBC9FEFA4CB0C7F0981E4B70C426126D012 * ___matches3, bool ___matchMultiple4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_TryGetValue_mD3954C657979AD880C781BAC9CFBD461A9FF7A75_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputControlLayout_tE6B3ECA665209114AFF079155BF9F2FA79A03741_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlyArray_1_get_Count_mB7032E0F55BC9BAC395949F252CE4E2B00451700_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlyArray_1_get_Item_mA008A6D96358A9EE19CCCE5C476367DDC58F0E51_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; bool V_1 = false; InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED V_2; memset((&V_2), 0, sizeof(V_2)); int32_t V_3 = 0; ReadOnlyArray_1_t606E37DB0F1B75FCB4C4A029A0F6C2B4AE7DED75 V_4; memset((&V_4), 0, sizeof(V_4)); int32_t V_5 = 0; RuntimeObject * V_6 = NULL; RuntimeObject * V_7 = NULL; RuntimeObject * V_8 = NULL; RuntimeObject * V_9 = NULL; int32_t G_B13_0 = 0; { // var pathLength = path.Length; String_t* L_0 = ___path1; NullCheck((String_t*)L_0); int32_t L_1; L_1 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline((String_t*)L_0, /*hidden argument*/NULL); V_0 = (int32_t)L_1; // var controlIsMatch = true; V_1 = (bool)1; // if (path[indexInPath] == '<') String_t* L_2 = ___path1; int32_t L_3 = ___indexInPath2; NullCheck((String_t*)L_2); Il2CppChar L_4; L_4 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70((String_t*)L_2, (int32_t)L_3, /*hidden argument*/NULL); if ((!(((uint32_t)L_4) == ((uint32_t)((int32_t)60))))) { goto IL_00a5; } } { // ++indexInPath; int32_t L_5 = ___indexInPath2; ___indexInPath2 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1)); // controlIsMatch = // MatchPathComponent(control.layout, path, ref indexInPath, PathComponentType.Layout); InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_6 = ___control0; NullCheck((InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 *)L_6); String_t* L_7; L_7 = InputControl_get_layout_m6A38EE2D15A5FCFDEE94B4056DD1565E17378454((InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 *)L_6, /*hidden argument*/NULL); String_t* L_8 = ___path1; bool L_9; L_9 = InputControlPath_MatchPathComponent_mE1EA719F491899CC038A2BC4A6CA8E9132FB4D06((String_t*)L_7, (String_t*)L_8, (int32_t*)(int32_t*)(&___indexInPath2), (int32_t)3, (int32_t)0, /*hidden argument*/NULL); V_1 = (bool)L_9; // if (!controlIsMatch) bool L_10 = V_1; if (L_10) { goto IL_00a5; } } { // var baseLayout = control.m_Layout; InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_11 = ___control0; NullCheck(L_11); InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED L_12 = (InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED )L_11->get_m_Layout_7(); V_2 = (InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED )L_12; goto IL_004d; } IL_0039: { // controlIsMatch = MatchPathComponent(baseLayout, path, ref indexInPath, // PathComponentType.Layout); InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED L_13 = V_2; String_t* L_14; L_14 = InternedString_op_Implicit_m5C5E28D59A0F856D52E38C0C147176E4B306D6BD((InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED )L_13, /*hidden argument*/NULL); String_t* L_15 = ___path1; bool L_16; L_16 = InputControlPath_MatchPathComponent_mE1EA719F491899CC038A2BC4A6CA8E9132FB4D06((String_t*)L_14, (String_t*)L_15, (int32_t*)(int32_t*)(&___indexInPath2), (int32_t)3, (int32_t)0, /*hidden argument*/NULL); V_1 = (bool)L_16; // if (controlIsMatch) bool L_17 = V_1; if (L_17) { goto IL_00a5; } } IL_004d: { // while (InputControlLayout.s_Layouts.baseLayoutTable.TryGetValue(baseLayout, out baseLayout)) IL2CPP_RUNTIME_CLASS_INIT(InputControlLayout_tE6B3ECA665209114AFF079155BF9F2FA79A03741_il2cpp_TypeInfo_var); Dictionary_2_tD3132CDE19A98160EC17AE2285A89480809DD540 * L_18 = (Dictionary_2_tD3132CDE19A98160EC17AE2285A89480809DD540 *)(((InputControlLayout_tE6B3ECA665209114AFF079155BF9F2FA79A03741_StaticFields*)il2cpp_codegen_static_fields_for(InputControlLayout_tE6B3ECA665209114AFF079155BF9F2FA79A03741_il2cpp_TypeInfo_var))->get_address_of_s_Layouts_15())->get_baseLayoutTable_4(); InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED L_19 = V_2; NullCheck((Dictionary_2_tD3132CDE19A98160EC17AE2285A89480809DD540 *)L_18); bool L_20; L_20 = Dictionary_2_TryGetValue_mD3954C657979AD880C781BAC9CFBD461A9FF7A75((Dictionary_2_tD3132CDE19A98160EC17AE2285A89480809DD540 *)L_18, (InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED )L_19, (InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED *)(InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED *)(&V_2), /*hidden argument*/Dictionary_2_TryGetValue_mD3954C657979AD880C781BAC9CFBD461A9FF7A75_RuntimeMethod_var); if (L_20) { goto IL_0039; } } { goto IL_00a5; } IL_0063: { // ++indexInPath; int32_t L_21 = ___indexInPath2; ___indexInPath2 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_21, (int32_t)1)); // for (var i = 0; i < control.usages.Count; ++i) V_3 = (int32_t)0; goto IL_0093; } IL_006c: { // controlIsMatch = MatchPathComponent(control.usages[i], path, ref indexInPath, PathComponentType.Usage); InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_22 = ___control0; NullCheck((InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 *)L_22); ReadOnlyArray_1_t606E37DB0F1B75FCB4C4A029A0F6C2B4AE7DED75 L_23; L_23 = InputControl_get_usages_m81E30400E8947C9B5EC6A9B4892BFA8C712B11FE((InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 *)L_22, /*hidden argument*/NULL); V_4 = (ReadOnlyArray_1_t606E37DB0F1B75FCB4C4A029A0F6C2B4AE7DED75 )L_23; int32_t L_24 = V_3; InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED L_25; L_25 = ReadOnlyArray_1_get_Item_mA008A6D96358A9EE19CCCE5C476367DDC58F0E51((ReadOnlyArray_1_t606E37DB0F1B75FCB4C4A029A0F6C2B4AE7DED75 *)(ReadOnlyArray_1_t606E37DB0F1B75FCB4C4A029A0F6C2B4AE7DED75 *)(&V_4), (int32_t)L_24, /*hidden argument*/ReadOnlyArray_1_get_Item_mA008A6D96358A9EE19CCCE5C476367DDC58F0E51_RuntimeMethod_var); String_t* L_26; L_26 = InternedString_op_Implicit_m5C5E28D59A0F856D52E38C0C147176E4B306D6BD((InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED )L_25, /*hidden argument*/NULL); String_t* L_27 = ___path1; bool L_28; L_28 = InputControlPath_MatchPathComponent_mE1EA719F491899CC038A2BC4A6CA8E9132FB4D06((String_t*)L_26, (String_t*)L_27, (int32_t*)(int32_t*)(&___indexInPath2), (int32_t)2, (int32_t)0, /*hidden argument*/NULL); V_1 = (bool)L_28; // if (controlIsMatch) bool L_29 = V_1; if (L_29) { goto IL_00a5; } } { // for (var i = 0; i < control.usages.Count; ++i) int32_t L_30 = V_3; V_3 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_30, (int32_t)1)); } IL_0093: { // for (var i = 0; i < control.usages.Count; ++i) int32_t L_31 = V_3; InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_32 = ___control0; NullCheck((InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 *)L_32); ReadOnlyArray_1_t606E37DB0F1B75FCB4C4A029A0F6C2B4AE7DED75 L_33; L_33 = InputControl_get_usages_m81E30400E8947C9B5EC6A9B4892BFA8C712B11FE((InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 *)L_32, /*hidden argument*/NULL); V_4 = (ReadOnlyArray_1_t606E37DB0F1B75FCB4C4A029A0F6C2B4AE7DED75 )L_33; int32_t L_34; L_34 = ReadOnlyArray_1_get_Count_mB7032E0F55BC9BAC395949F252CE4E2B00451700_inline((ReadOnlyArray_1_t606E37DB0F1B75FCB4C4A029A0F6C2B4AE7DED75 *)(ReadOnlyArray_1_t606E37DB0F1B75FCB4C4A029A0F6C2B4AE7DED75 *)(&V_4), /*hidden argument*/ReadOnlyArray_1_get_Count_mB7032E0F55BC9BAC395949F252CE4E2B00451700_RuntimeMethod_var); if ((((int32_t)L_31) < ((int32_t)L_34))) { goto IL_006c; } } IL_00a5: { // while (indexInPath < pathLength && path[indexInPath] == '{' && controlIsMatch) int32_t L_35 = ___indexInPath2; int32_t L_36 = V_0; if ((((int32_t)L_35) >= ((int32_t)L_36))) { goto IL_00b6; } } { String_t* L_37 = ___path1; int32_t L_38 = ___indexInPath2; NullCheck((String_t*)L_37); Il2CppChar L_39; L_39 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70((String_t*)L_37, (int32_t)L_38, /*hidden argument*/NULL); G_B13_0 = ((((int32_t)L_39) == ((int32_t)((int32_t)123)))? 1 : 0); goto IL_00b7; } IL_00b6: { G_B13_0 = 0; } IL_00b7: { bool L_40 = V_1; if (((int32_t)((int32_t)G_B13_0&(int32_t)L_40))) { goto IL_0063; } } { // if (indexInPath < pathLength - 1 && controlIsMatch && path[indexInPath] == '#' && // path[indexInPath + 1] == '(') int32_t L_41 = ___indexInPath2; int32_t L_42 = V_0; bool L_43 = V_1; if (!((int32_t)((int32_t)((((int32_t)L_41) < ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_42, (int32_t)1))))? 1 : 0)&(int32_t)L_43))) { goto IL_00f3; } } { String_t* L_44 = ___path1; int32_t L_45 = ___indexInPath2; NullCheck((String_t*)L_44); Il2CppChar L_46; L_46 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70((String_t*)L_44, (int32_t)L_45, /*hidden argument*/NULL); if ((!(((uint32_t)L_46) == ((uint32_t)((int32_t)35))))) { goto IL_00f3; } } { String_t* L_47 = ___path1; int32_t L_48 = ___indexInPath2; NullCheck((String_t*)L_47); Il2CppChar L_49; L_49 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70((String_t*)L_47, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_48, (int32_t)1)), /*hidden argument*/NULL); if ((!(((uint32_t)L_49) == ((uint32_t)((int32_t)40))))) { goto IL_00f3; } } { // indexInPath += 2; int32_t L_50 = ___indexInPath2; ___indexInPath2 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_50, (int32_t)2)); // controlIsMatch = MatchPathComponent(control.displayName, path, ref indexInPath, // PathComponentType.DisplayName); InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_51 = ___control0; NullCheck((InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 *)L_51); String_t* L_52; L_52 = InputControl_get_displayName_mDAE622C878518A46DDE452D0782BEF7D0CB98EA9((InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 *)L_51, /*hidden argument*/NULL); String_t* L_53 = ___path1; bool L_54; L_54 = InputControlPath_MatchPathComponent_mE1EA719F491899CC038A2BC4A6CA8E9132FB4D06((String_t*)L_52, (String_t*)L_53, (int32_t*)(int32_t*)(&___indexInPath2), (int32_t)1, (int32_t)0, /*hidden argument*/NULL); V_1 = (bool)L_54; } IL_00f3: { // if (indexInPath < pathLength && controlIsMatch && path[indexInPath] != '/') int32_t L_55 = ___indexInPath2; int32_t L_56 = V_0; bool L_57 = V_1; if (!((int32_t)((int32_t)((((int32_t)L_55) < ((int32_t)L_56))? 1 : 0)&(int32_t)L_57))) { goto IL_015c; } } { String_t* L_58 = ___path1; int32_t L_59 = ___indexInPath2; NullCheck((String_t*)L_58); Il2CppChar L_60; L_60 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70((String_t*)L_58, (int32_t)L_59, /*hidden argument*/NULL); if ((((int32_t)L_60) == ((int32_t)((int32_t)47)))) { goto IL_015c; } } { // controlIsMatch = MatchPathComponent(control.name, path, ref indexInPath, PathComponentType.Name); InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_61 = ___control0; NullCheck((InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 *)L_61); String_t* L_62; L_62 = InputControl_get_name_mE259B1306F7E4F865D127B30939A70E9492EAFB2((InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 *)L_61, /*hidden argument*/NULL); String_t* L_63 = ___path1; bool L_64; L_64 = InputControlPath_MatchPathComponent_mE1EA719F491899CC038A2BC4A6CA8E9132FB4D06((String_t*)L_62, (String_t*)L_63, (int32_t*)(int32_t*)(&___indexInPath2), (int32_t)0, (int32_t)0, /*hidden argument*/NULL); V_1 = (bool)L_64; // if (!controlIsMatch) bool L_65 = V_1; if (L_65) { goto IL_015c; } } { // for (var i = 0; i < control.aliases.Count && !controlIsMatch; ++i) V_5 = (int32_t)0; goto IL_0146; } IL_011f: { // controlIsMatch = MatchPathComponent(control.aliases[i], path, ref indexInPath, // PathComponentType.Name); InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_66 = ___control0; NullCheck((InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 *)L_66); ReadOnlyArray_1_t606E37DB0F1B75FCB4C4A029A0F6C2B4AE7DED75 L_67; L_67 = InputControl_get_aliases_m810333CC1D83E25C2C6B3CB56A02DA9E2F3DC138((InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 *)L_66, /*hidden argument*/NULL); V_4 = (ReadOnlyArray_1_t606E37DB0F1B75FCB4C4A029A0F6C2B4AE7DED75 )L_67; int32_t L_68 = V_5; InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED L_69; L_69 = ReadOnlyArray_1_get_Item_mA008A6D96358A9EE19CCCE5C476367DDC58F0E51((ReadOnlyArray_1_t606E37DB0F1B75FCB4C4A029A0F6C2B4AE7DED75 *)(ReadOnlyArray_1_t606E37DB0F1B75FCB4C4A029A0F6C2B4AE7DED75 *)(&V_4), (int32_t)L_68, /*hidden argument*/ReadOnlyArray_1_get_Item_mA008A6D96358A9EE19CCCE5C476367DDC58F0E51_RuntimeMethod_var); String_t* L_70; L_70 = InternedString_op_Implicit_m5C5E28D59A0F856D52E38C0C147176E4B306D6BD((InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED )L_69, /*hidden argument*/NULL); String_t* L_71 = ___path1; bool L_72; L_72 = InputControlPath_MatchPathComponent_mE1EA719F491899CC038A2BC4A6CA8E9132FB4D06((String_t*)L_70, (String_t*)L_71, (int32_t*)(int32_t*)(&___indexInPath2), (int32_t)0, (int32_t)0, /*hidden argument*/NULL); V_1 = (bool)L_72; // for (var i = 0; i < control.aliases.Count && !controlIsMatch; ++i) int32_t L_73 = V_5; V_5 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_73, (int32_t)1)); } IL_0146: { // for (var i = 0; i < control.aliases.Count && !controlIsMatch; ++i) int32_t L_74 = V_5; InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_75 = ___control0; NullCheck((InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 *)L_75); ReadOnlyArray_1_t606E37DB0F1B75FCB4C4A029A0F6C2B4AE7DED75 L_76; L_76 = InputControl_get_aliases_m810333CC1D83E25C2C6B3CB56A02DA9E2F3DC138((InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 *)L_75, /*hidden argument*/NULL); V_4 = (ReadOnlyArray_1_t606E37DB0F1B75FCB4C4A029A0F6C2B4AE7DED75 )L_76; int32_t L_77; L_77 = ReadOnlyArray_1_get_Count_mB7032E0F55BC9BAC395949F252CE4E2B00451700_inline((ReadOnlyArray_1_t606E37DB0F1B75FCB4C4A029A0F6C2B4AE7DED75 *)(ReadOnlyArray_1_t606E37DB0F1B75FCB4C4A029A0F6C2B4AE7DED75 *)(&V_4), /*hidden argument*/ReadOnlyArray_1_get_Count_mB7032E0F55BC9BAC395949F252CE4E2B00451700_RuntimeMethod_var); if ((((int32_t)L_74) >= ((int32_t)L_77))) { goto IL_015c; } } { bool L_78 = V_1; if (!L_78) { goto IL_011f; } } IL_015c: { // if (controlIsMatch) bool L_79 = V_1; if (!L_79) { goto IL_0231; } } { // if (indexInPath < pathLength && path[indexInPath] == '*') int32_t L_80 = ___indexInPath2; int32_t L_81 = V_0; if ((((int32_t)L_80) >= ((int32_t)L_81))) { goto IL_0176; } } { String_t* L_82 = ___path1; int32_t L_83 = ___indexInPath2; NullCheck((String_t*)L_82); Il2CppChar L_84; L_84 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70((String_t*)L_82, (int32_t)L_83, /*hidden argument*/NULL); if ((!(((uint32_t)L_84) == ((uint32_t)((int32_t)42))))) { goto IL_0176; } } { // ++indexInPath; int32_t L_85 = ___indexInPath2; ___indexInPath2 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_85, (int32_t)1)); } IL_0176: { // if (indexInPath == pathLength) int32_t L_86 = ___indexInPath2; int32_t L_87 = V_0; if ((!(((uint32_t)L_86) == ((uint32_t)L_87)))) { goto IL_01aa; } } { // if (!(control is TControl match)) InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_88 = ___control0; V_6 = (RuntimeObject *)((RuntimeObject *)Castclass((RuntimeObject*)((RuntimeObject *)IsInst((RuntimeObject*)L_88, IL2CPP_RGCTX_DATA(method->rgctx_data, 0))), IL2CPP_RGCTX_DATA(method->rgctx_data, 0))); RuntimeObject * L_89 = V_6; if (L_89) { goto IL_019b; } } { // return null; il2cpp_codegen_initobj((&V_7), sizeof(RuntimeObject *)); RuntimeObject * L_90 = V_7; return (RuntimeObject *)L_90; } IL_019b: { // if (matchMultiple) bool L_91 = ___matchMultiple4; if (!L_91) { goto IL_01a7; } } { // matches.Add(match); InputControlList_1_t9461BFBC9FEFA4CB0C7F0981E4B70C426126D012 * L_92 = ___matches3; RuntimeObject * L_93 = V_6; InputControlList_1_Add_mC04DAA9904EA48F8773FBAF5EFDBE586536EC969((InputControlList_1_t9461BFBC9FEFA4CB0C7F0981E4B70C426126D012 *)(InputControlList_1_t9461BFBC9FEFA4CB0C7F0981E4B70C426126D012 *)L_92, (RuntimeObject *)L_93, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); } IL_01a7: { // return match; RuntimeObject * L_94 = V_6; return (RuntimeObject *)L_94; } IL_01aa: { // if (path[indexInPath] == '/') String_t* L_95 = ___path1; int32_t L_96 = ___indexInPath2; NullCheck((String_t*)L_95); Il2CppChar L_97; L_97 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70((String_t*)L_95, (int32_t)L_96, /*hidden argument*/NULL); if ((!(((uint32_t)L_97) == ((uint32_t)((int32_t)47))))) { goto IL_0231; } } { // ++indexInPath; int32_t L_98 = ___indexInPath2; ___indexInPath2 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_98, (int32_t)1)); // if (indexInPath == pathLength) int32_t L_99 = ___indexInPath2; int32_t L_100 = V_0; if ((!(((uint32_t)L_99) == ((uint32_t)L_100)))) { goto IL_01ee; } } { // if (!(control is TControl match)) InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_101 = ___control0; V_9 = (RuntimeObject *)((RuntimeObject *)Castclass((RuntimeObject*)((RuntimeObject *)IsInst((RuntimeObject*)L_101, IL2CPP_RGCTX_DATA(method->rgctx_data, 0))), IL2CPP_RGCTX_DATA(method->rgctx_data, 0))); RuntimeObject * L_102 = V_9; if (L_102) { goto IL_01df; } } { // return null; il2cpp_codegen_initobj((&V_7), sizeof(RuntimeObject *)); RuntimeObject * L_103 = V_7; return (RuntimeObject *)L_103; } IL_01df: { // if (matchMultiple) bool L_104 = ___matchMultiple4; if (!L_104) { goto IL_01eb; } } { // matches.Add(match); InputControlList_1_t9461BFBC9FEFA4CB0C7F0981E4B70C426126D012 * L_105 = ___matches3; RuntimeObject * L_106 = V_9; InputControlList_1_Add_mC04DAA9904EA48F8773FBAF5EFDBE586536EC969((InputControlList_1_t9461BFBC9FEFA4CB0C7F0981E4B70C426126D012 *)(InputControlList_1_t9461BFBC9FEFA4CB0C7F0981E4B70C426126D012 *)L_105, (RuntimeObject *)L_106, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); } IL_01eb: { // return match; RuntimeObject * L_107 = V_9; return (RuntimeObject *)L_107; } IL_01ee: { // if (path[indexInPath] == '{') String_t* L_108 = ___path1; int32_t L_109 = ___indexInPath2; NullCheck((String_t*)L_108); Il2CppChar L_110; L_110 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70((String_t*)L_108, (int32_t)L_109, /*hidden argument*/NULL); if ((!(((uint32_t)L_110) == ((uint32_t)((int32_t)123))))) { goto IL_0221; } } { // if (!ReferenceEquals(control.device, control)) InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_111 = ___control0; NullCheck((InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 *)L_111); InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * L_112; L_112 = InputControl_get_device_m7B8D4A5F3C7C11E4FE7239692961C434C7CCF9E1_inline((InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 *)L_111, /*hidden argument*/NULL); InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_113 = ___control0; if ((((RuntimeObject*)(InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 *)L_112) == ((RuntimeObject*)(InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 *)L_113))) { goto IL_020d; } } { // throw new NotImplementedException( // "Matching usages inside subcontrols instead of at device root"); NotImplementedException_t26260C4EE0444C5FA022994203060B3A42A3ADE6 * L_114 = (NotImplementedException_t26260C4EE0444C5FA022994203060B3A42A3ADE6 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotImplementedException_t26260C4EE0444C5FA022994203060B3A42A3ADE6_il2cpp_TypeInfo_var))); NotImplementedException__ctor_m8A9AA4499614A5BC57DD21713D0720630C130AEB(L_114, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralA1C5097EE02045D5858DD83370C8D8DE85F3EFCB)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_114, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputControlPath_MatchControlsRecursive_TisRuntimeObject_m65672F110671019DAC4183948A83BC23E1257648_RuntimeMethod_var))); } IL_020d: { // lastMatch = MatchByUsageAtDeviceRootRecursive(control.device, path, indexInPath, ref matches, matchMultiple); InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_115 = ___control0; NullCheck((InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 *)L_115); InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * L_116; L_116 = InputControl_get_device_m7B8D4A5F3C7C11E4FE7239692961C434C7CCF9E1_inline((InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 *)L_115, /*hidden argument*/NULL); String_t* L_117 = ___path1; int32_t L_118 = ___indexInPath2; InputControlList_1_t9461BFBC9FEFA4CB0C7F0981E4B70C426126D012 * L_119 = ___matches3; bool L_120 = ___matchMultiple4; RuntimeObject * L_121; L_121 = (( RuntimeObject * (*) (InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 *, String_t*, int32_t, InputControlList_1_t9461BFBC9FEFA4CB0C7F0981E4B70C426126D012 *, bool, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)((InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 *)L_116, (String_t*)L_117, (int32_t)L_118, (InputControlList_1_t9461BFBC9FEFA4CB0C7F0981E4B70C426126D012 *)(InputControlList_1_t9461BFBC9FEFA4CB0C7F0981E4B70C426126D012 *)L_119, (bool)L_120, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); V_8 = (RuntimeObject *)L_121; // } goto IL_022e; } IL_0221: { // lastMatch = MatchChildrenRecursive(control, path, indexInPath, ref matches, matchMultiple); InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_122 = ___control0; String_t* L_123 = ___path1; int32_t L_124 = ___indexInPath2; InputControlList_1_t9461BFBC9FEFA4CB0C7F0981E4B70C426126D012 * L_125 = ___matches3; bool L_126 = ___matchMultiple4; RuntimeObject * L_127; L_127 = (( RuntimeObject * (*) (InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 *, String_t*, int32_t, InputControlList_1_t9461BFBC9FEFA4CB0C7F0981E4B70C426126D012 *, bool, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)->methodPointer)((InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 *)L_122, (String_t*)L_123, (int32_t)L_124, (InputControlList_1_t9461BFBC9FEFA4CB0C7F0981E4B70C426126D012 *)(InputControlList_1_t9461BFBC9FEFA4CB0C7F0981E4B70C426126D012 *)L_125, (bool)L_126, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)); V_8 = (RuntimeObject *)L_127; } IL_022e: { // return lastMatch; RuntimeObject * L_128 = V_8; return (RuntimeObject *)L_128; } IL_0231: { // return null; il2cpp_codegen_initobj((&V_7), sizeof(RuntimeObject *)); RuntimeObject * L_129 = V_7; return (RuntimeObject *)L_129; } } // TControl UnityEngine.InputSystem.InputControlPath::TryFindChild(UnityEngine.InputSystem.InputControl,System.String,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * InputControlPath_TryFindChild_TisRuntimeObject_m2B43A202A0302443F25F4234359581DA95C680AC_gshared (InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * ___control0, String_t* ___path1, int32_t ___indexInPath2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlyArray_1_get_Count_mC17382AC83BBF147C47E7A21A628F51F082E92DA_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlyArray_1_get_Item_m8E38E64671229D35FA708BF0B650FE3F846189FC_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } ReadOnlyArray_1_t51E12EEA961178973D364D9C1D86150BC4FF6811 V_0; memset((&V_0), 0, sizeof(V_0)); int32_t V_1 = 0; int32_t V_2 = 0; RuntimeObject * V_3 = NULL; RuntimeObject * V_4 = NULL; { // if (control == null) InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_0 = ___control0; if (L_0) { goto IL_000e; } } { // throw new ArgumentNullException(nameof(control)); ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralFAAED55F148F74B2C74F8C745D3CF6CBC766B1DC)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputControlPath_TryFindChild_TisRuntimeObject_m2B43A202A0302443F25F4234359581DA95C680AC_RuntimeMethod_var))); } IL_000e: { // if (path == null) String_t* L_2 = ___path1; if (L_2) { goto IL_001c; } } { // throw new ArgumentNullException(nameof(path)); ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_3 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_3, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralFE79FF373808574898C82AC1320C55C1182FB75A)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputControlPath_TryFindChild_TisRuntimeObject_m2B43A202A0302443F25F4234359581DA95C680AC_RuntimeMethod_var))); } IL_001c: { // var children = control.children; InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_4 = ___control0; NullCheck((InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 *)L_4); ReadOnlyArray_1_t51E12EEA961178973D364D9C1D86150BC4FF6811 L_5; L_5 = InputControl_get_children_mE498FA37DACEC312AA60A7A5A7F6CF146EFC5A9A((InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 *)L_4, /*hidden argument*/NULL); V_0 = (ReadOnlyArray_1_t51E12EEA961178973D364D9C1D86150BC4FF6811 )L_5; // var childCount = children.Count; int32_t L_6; L_6 = ReadOnlyArray_1_get_Count_mC17382AC83BBF147C47E7A21A628F51F082E92DA_inline((ReadOnlyArray_1_t51E12EEA961178973D364D9C1D86150BC4FF6811 *)(ReadOnlyArray_1_t51E12EEA961178973D364D9C1D86150BC4FF6811 *)(&V_0), /*hidden argument*/ReadOnlyArray_1_get_Count_mC17382AC83BBF147C47E7A21A628F51F082E92DA_RuntimeMethod_var); V_1 = (int32_t)L_6; // for (var i = 0; i < childCount; ++i) V_2 = (int32_t)0; goto IL_004d; } IL_002f: { // var child = children[i]; int32_t L_7 = V_2; InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_8; L_8 = ReadOnlyArray_1_get_Item_m8E38E64671229D35FA708BF0B650FE3F846189FC((ReadOnlyArray_1_t51E12EEA961178973D364D9C1D86150BC4FF6811 *)(ReadOnlyArray_1_t51E12EEA961178973D364D9C1D86150BC4FF6811 *)(&V_0), (int32_t)L_7, /*hidden argument*/ReadOnlyArray_1_get_Item_m8E38E64671229D35FA708BF0B650FE3F846189FC_RuntimeMethod_var); // var match = TryFindControl(child, path, indexInPath); String_t* L_9 = ___path1; int32_t L_10 = ___indexInPath2; RuntimeObject * L_11; L_11 = (( RuntimeObject * (*) (InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 *, String_t*, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 *)L_8, (String_t*)L_9, (int32_t)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); V_3 = (RuntimeObject *)L_11; // if (match != null) RuntimeObject * L_12 = V_3; if (!L_12) { goto IL_0049; } } { // return match; RuntimeObject * L_13 = V_3; return (RuntimeObject *)L_13; } IL_0049: { // for (var i = 0; i < childCount; ++i) int32_t L_14 = V_2; V_2 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)1)); } IL_004d: { // for (var i = 0; i < childCount; ++i) int32_t L_15 = V_2; int32_t L_16 = V_1; if ((((int32_t)L_15) < ((int32_t)L_16))) { goto IL_002f; } } { // return null; il2cpp_codegen_initobj((&V_4), sizeof(RuntimeObject *)); RuntimeObject * L_17 = V_4; return (RuntimeObject *)L_17; } } // TControl UnityEngine.InputSystem.InputControlPath::TryFindControl(UnityEngine.InputSystem.InputControl,System.String,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * InputControlPath_TryFindControl_TisRuntimeObject_m4D717C30BC2B1FF54867E0EEDBF64215B7BDB26F_gshared (InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * ___control0, String_t* ___path1, int32_t ___indexInPath2, const RuntimeMethod* method) { InputControlList_1_t9461BFBC9FEFA4CB0C7F0981E4B70C426126D012 V_0; memset((&V_0), 0, sizeof(V_0)); RuntimeObject * V_1 = NULL; { // if (control == null) InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_0 = ___control0; if (L_0) { goto IL_000e; } } { // throw new ArgumentNullException(nameof(control)); ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralFAAED55F148F74B2C74F8C745D3CF6CBC766B1DC)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputControlPath_TryFindControl_TisRuntimeObject_m4D717C30BC2B1FF54867E0EEDBF64215B7BDB26F_RuntimeMethod_var))); } IL_000e: { // if (string.IsNullOrEmpty(path)) String_t* L_2 = ___path1; bool L_3; L_3 = String_IsNullOrEmpty_m57429705D977ACD5EE7E210A858EED6F348C36B3((String_t*)L_2, /*hidden argument*/NULL); if (!L_3) { goto IL_0020; } } { // return null; il2cpp_codegen_initobj((&V_1), sizeof(RuntimeObject *)); RuntimeObject * L_4 = V_1; return (RuntimeObject *)L_4; } IL_0020: { // if (indexInPath == 0 && path[0] == '/') int32_t L_5 = ___indexInPath2; if (L_5) { goto IL_0033; } } { String_t* L_6 = ___path1; NullCheck((String_t*)L_6); Il2CppChar L_7; L_7 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70((String_t*)L_6, (int32_t)0, /*hidden argument*/NULL); if ((!(((uint32_t)L_7) == ((uint32_t)((int32_t)47))))) { goto IL_0033; } } { // ++indexInPath; int32_t L_8 = ___indexInPath2; ___indexInPath2 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1)); } IL_0033: { // var none = new InputControlList(); il2cpp_codegen_initobj((&V_0), sizeof(InputControlList_1_t9461BFBC9FEFA4CB0C7F0981E4B70C426126D012 )); // return MatchControlsRecursive(control, path, indexInPath, ref none, matchMultiple: false); InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_9 = ___control0; String_t* L_10 = ___path1; int32_t L_11 = ___indexInPath2; RuntimeObject * L_12; L_12 = (( RuntimeObject * (*) (InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 *, String_t*, int32_t, InputControlList_1_t9461BFBC9FEFA4CB0C7F0981E4B70C426126D012 *, bool, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 *)L_9, (String_t*)L_10, (int32_t)L_11, (InputControlList_1_t9461BFBC9FEFA4CB0C7F0981E4B70C426126D012 *)(InputControlList_1_t9461BFBC9FEFA4CB0C7F0981E4B70C426126D012 *)(&V_0), (bool)0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); return (RuntimeObject *)L_12; } } // System.Int32 UnityEngine.InputSystem.InputControlPath::TryFindControls(UnityEngine.InputSystem.InputControl,System.String,System.Int32,UnityEngine.InputSystem.InputControlList`1&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t InputControlPath_TryFindControls_TisRuntimeObject_m3EAB1A17B4DEA67E79DFDC0CA6C68AD4157DAA26_gshared (InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * ___control0, String_t* ___path1, int32_t ___indexInPath2, InputControlList_1_t9461BFBC9FEFA4CB0C7F0981E4B70C426126D012 * ___matches3, const RuntimeMethod* method) { int32_t V_0 = 0; { // if (control == null) InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_0 = ___control0; if (L_0) { goto IL_000e; } } { // throw new ArgumentNullException(nameof(control)); ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralFAAED55F148F74B2C74F8C745D3CF6CBC766B1DC)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputControlPath_TryFindControls_TisRuntimeObject_m3EAB1A17B4DEA67E79DFDC0CA6C68AD4157DAA26_RuntimeMethod_var))); } IL_000e: { // if (path == null) String_t* L_2 = ___path1; if (L_2) { goto IL_001c; } } { // throw new ArgumentNullException(nameof(path)); ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_3 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_3, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralFE79FF373808574898C82AC1320C55C1182FB75A)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputControlPath_TryFindControls_TisRuntimeObject_m3EAB1A17B4DEA67E79DFDC0CA6C68AD4157DAA26_RuntimeMethod_var))); } IL_001c: { // if (indexInPath == 0 && path[0] == '/') int32_t L_4 = ___indexInPath2; if (L_4) { goto IL_002f; } } { String_t* L_5 = ___path1; NullCheck((String_t*)L_5); Il2CppChar L_6; L_6 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70((String_t*)L_5, (int32_t)0, /*hidden argument*/NULL); if ((!(((uint32_t)L_6) == ((uint32_t)((int32_t)47))))) { goto IL_002f; } } { // ++indexInPath; int32_t L_7 = ___indexInPath2; ___indexInPath2 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)1)); } IL_002f: { // var countBefore = matches.Count; InputControlList_1_t9461BFBC9FEFA4CB0C7F0981E4B70C426126D012 * L_8 = ___matches3; int32_t L_9; L_9 = InputControlList_1_get_Count_m3A53928325928FDE07C66B17DC6233F5546DE53A_inline((InputControlList_1_t9461BFBC9FEFA4CB0C7F0981E4B70C426126D012 *)(InputControlList_1_t9461BFBC9FEFA4CB0C7F0981E4B70C426126D012 *)L_8, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); V_0 = (int32_t)L_9; // MatchControlsRecursive(control, path, indexInPath, ref matches, matchMultiple: true); InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_10 = ___control0; String_t* L_11 = ___path1; int32_t L_12 = ___indexInPath2; InputControlList_1_t9461BFBC9FEFA4CB0C7F0981E4B70C426126D012 * L_13 = ___matches3; RuntimeObject * L_14; L_14 = (( RuntimeObject * (*) (InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 *, String_t*, int32_t, InputControlList_1_t9461BFBC9FEFA4CB0C7F0981E4B70C426126D012 *, bool, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)((InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 *)L_10, (String_t*)L_11, (int32_t)L_12, (InputControlList_1_t9461BFBC9FEFA4CB0C7F0981E4B70C426126D012 *)(InputControlList_1_t9461BFBC9FEFA4CB0C7F0981E4B70C426126D012 *)L_13, (bool)1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); // return matches.Count - countBefore; InputControlList_1_t9461BFBC9FEFA4CB0C7F0981E4B70C426126D012 * L_15 = ___matches3; int32_t L_16; L_16 = InputControlList_1_get_Count_m3A53928325928FDE07C66B17DC6233F5546DE53A_inline((InputControlList_1_t9461BFBC9FEFA4CB0C7F0981E4B70C426126D012 *)(InputControlList_1_t9461BFBC9FEFA4CB0C7F0981E4B70C426126D012 *)L_15, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); int32_t L_17 = V_0; return (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_16, (int32_t)L_17)); } } // System.Nullable`1 UnityEngine.InputSystem.InputControlScheme::FindControlSchemeForDevice(UnityEngine.InputSystem.InputDevice,TSchemes) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Nullable_1_t7E8D134849FD70B33AA436F1A224083C40D24ADA InputControlScheme_FindControlSchemeForDevice_TisRuntimeObject_m3D1E2B5E07FCF6AD983FBD4AD9997D77D35E56A6_gshared (InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * ___device0, RuntimeObject * ___schemes1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OneOrMore_2__ctor_m7546BF3DF454F1617AB0A7F544ED7152CC381262_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { // if (schemes == null) RuntimeObject * L_0 = ___schemes1; if (L_0) { goto IL_0013; } } { // throw new ArgumentNullException(nameof(schemes)); ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralECBB041E8565DED22DF81C0D9E9BB502DFF7A982)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputControlScheme_FindControlSchemeForDevice_TisRuntimeObject_m3D1E2B5E07FCF6AD983FBD4AD9997D77D35E56A6_RuntimeMethod_var))); } IL_0013: { // if (device == null) InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * L_2 = ___device0; if (L_2) { goto IL_0021; } } { // throw new ArgumentNullException(nameof(device)); ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_3 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_3, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE847FDE91DE0DA95AFBA0EEF52C90BEB4CE621BF)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputControlScheme_FindControlSchemeForDevice_TisRuntimeObject_m3D1E2B5E07FCF6AD983FBD4AD9997D77D35E56A6_RuntimeMethod_var))); } IL_0021: { // return FindControlSchemeForDevices(new OneOrMore>(device), schemes); InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * L_4 = ___device0; OneOrMore_2_t4838D6D08E150400A8A0DEBE3DB555F0307E5E76 L_5; memset((&L_5), 0, sizeof(L_5)); OneOrMore_2__ctor_m7546BF3DF454F1617AB0A7F544ED7152CC381262((&L_5), (InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 *)L_4, /*hidden argument*/OneOrMore_2__ctor_m7546BF3DF454F1617AB0A7F544ED7152CC381262_RuntimeMethod_var); RuntimeObject * L_6 = ___schemes1; Nullable_1_t7E8D134849FD70B33AA436F1A224083C40D24ADA L_7; L_7 = (( Nullable_1_t7E8D134849FD70B33AA436F1A224083C40D24ADA (*) (OneOrMore_2_t4838D6D08E150400A8A0DEBE3DB555F0307E5E76 , RuntimeObject *, InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 *, bool, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)((OneOrMore_2_t4838D6D08E150400A8A0DEBE3DB555F0307E5E76 )L_5, (RuntimeObject *)L_6, (InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 *)NULL, (bool)0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); return (Nullable_1_t7E8D134849FD70B33AA436F1A224083C40D24ADA )L_7; } } // System.Nullable`1 UnityEngine.InputSystem.InputControlScheme::FindControlSchemeForDevices,UnityEngine.InputSystem.Utilities.ReadOnlyArray`1>(TDevices,TSchemes,UnityEngine.InputSystem.InputDevice,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Nullable_1_t7E8D134849FD70B33AA436F1A224083C40D24ADA InputControlScheme_FindControlSchemeForDevices_TisInputControlList_1_t9461BFBC9FEFA4CB0C7F0981E4B70C426126D012_TisReadOnlyArray_1_tD26A5C8942D54D9923D37B15641CAC16B1922B9E_mD09630EFF49DE0533F27BB652D2E2AC8DBA06496_gshared (InputControlList_1_t9461BFBC9FEFA4CB0C7F0981E4B70C426126D012 ___devices0, ReadOnlyArray_1_tD26A5C8942D54D9923D37B15641CAC16B1922B9E ___schemes1, InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * ___mustIncludeDevice2, bool ___allowUnsuccesfulMatch3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1__ctor_m9800F3995A74C723B9FC813AF01F81BCE1416699_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } InputControlScheme_t65ED7D84CDC45F04A6417FABA3F8585FC545C340 V_0; memset((&V_0), 0, sizeof(V_0)); MatchResult_tB87B08CF46A07B0916A575EBC373FC406131649E V_1; memset((&V_1), 0, sizeof(V_1)); Nullable_1_t7E8D134849FD70B33AA436F1A224083C40D24ADA V_2; memset((&V_2), 0, sizeof(V_2)); { // if (devices == null) goto IL_0013; } { // throw new ArgumentNullException(nameof(devices)); ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralBB85D32D8E31C7139BF49A5435CDA90D17D87905)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputControlScheme_FindControlSchemeForDevices_TisInputControlList_1_t9461BFBC9FEFA4CB0C7F0981E4B70C426126D012_TisReadOnlyArray_1_tD26A5C8942D54D9923D37B15641CAC16B1922B9E_mD09630EFF49DE0533F27BB652D2E2AC8DBA06496_RuntimeMethod_var))); } IL_0013: { // if (schemes == null) goto IL_0026; } { // throw new ArgumentNullException(nameof(schemes)); ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_3 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_3, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralECBB041E8565DED22DF81C0D9E9BB502DFF7A982)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputControlScheme_FindControlSchemeForDevices_TisInputControlList_1_t9461BFBC9FEFA4CB0C7F0981E4B70C426126D012_TisReadOnlyArray_1_tD26A5C8942D54D9923D37B15641CAC16B1922B9E_mD09630EFF49DE0533F27BB652D2E2AC8DBA06496_RuntimeMethod_var))); } IL_0026: { // if (!FindControlSchemeForDevices(devices, schemes, out var controlScheme, out var matchResult, mustIncludeDevice, allowUnsuccesfulMatch)) InputControlList_1_t9461BFBC9FEFA4CB0C7F0981E4B70C426126D012 L_4 = ___devices0; ReadOnlyArray_1_tD26A5C8942D54D9923D37B15641CAC16B1922B9E L_5 = ___schemes1; InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * L_6 = ___mustIncludeDevice2; bool L_7 = ___allowUnsuccesfulMatch3; bool L_8; L_8 = (( bool (*) (InputControlList_1_t9461BFBC9FEFA4CB0C7F0981E4B70C426126D012 , ReadOnlyArray_1_tD26A5C8942D54D9923D37B15641CAC16B1922B9E , InputControlScheme_t65ED7D84CDC45F04A6417FABA3F8585FC545C340 *, MatchResult_tB87B08CF46A07B0916A575EBC373FC406131649E *, InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 *, bool, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)((InputControlList_1_t9461BFBC9FEFA4CB0C7F0981E4B70C426126D012 )L_4, (ReadOnlyArray_1_tD26A5C8942D54D9923D37B15641CAC16B1922B9E )L_5, (InputControlScheme_t65ED7D84CDC45F04A6417FABA3F8585FC545C340 *)(InputControlScheme_t65ED7D84CDC45F04A6417FABA3F8585FC545C340 *)(&V_0), (MatchResult_tB87B08CF46A07B0916A575EBC373FC406131649E *)(MatchResult_tB87B08CF46A07B0916A575EBC373FC406131649E *)(&V_1), (InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 *)L_6, (bool)L_7, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); if (L_8) { goto IL_003f; } } { // return null; il2cpp_codegen_initobj((&V_2), sizeof(Nullable_1_t7E8D134849FD70B33AA436F1A224083C40D24ADA )); Nullable_1_t7E8D134849FD70B33AA436F1A224083C40D24ADA L_9 = V_2; return (Nullable_1_t7E8D134849FD70B33AA436F1A224083C40D24ADA )L_9; } IL_003f: { // matchResult.Dispose(); MatchResult_Dispose_m21D8491D3BB9029B6389376DD95FC209663BE02E((MatchResult_tB87B08CF46A07B0916A575EBC373FC406131649E *)(MatchResult_tB87B08CF46A07B0916A575EBC373FC406131649E *)(&V_1), /*hidden argument*/NULL); // return controlScheme; InputControlScheme_t65ED7D84CDC45F04A6417FABA3F8585FC545C340 L_10 = V_0; Nullable_1_t7E8D134849FD70B33AA436F1A224083C40D24ADA L_11; memset((&L_11), 0, sizeof(L_11)); Nullable_1__ctor_m9800F3995A74C723B9FC813AF01F81BCE1416699((&L_11), (InputControlScheme_t65ED7D84CDC45F04A6417FABA3F8585FC545C340 )L_10, /*hidden argument*/Nullable_1__ctor_m9800F3995A74C723B9FC813AF01F81BCE1416699_RuntimeMethod_var); return (Nullable_1_t7E8D134849FD70B33AA436F1A224083C40D24ADA )L_11; } } // System.Nullable`1 UnityEngine.InputSystem.InputControlScheme::FindControlSchemeForDevices>,System.Object>(TDevices,TSchemes,UnityEngine.InputSystem.InputDevice,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Nullable_1_t7E8D134849FD70B33AA436F1A224083C40D24ADA InputControlScheme_FindControlSchemeForDevices_TisOneOrMore_2_t0194C2641074B9D4264D2C1267C176D9C98E4B79_TisRuntimeObject_mC9767E565E3B12F7EE2783A36B243AC26417697B_gshared (OneOrMore_2_t0194C2641074B9D4264D2C1267C176D9C98E4B79 ___devices0, RuntimeObject * ___schemes1, InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * ___mustIncludeDevice2, bool ___allowUnsuccesfulMatch3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1__ctor_m9800F3995A74C723B9FC813AF01F81BCE1416699_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } InputControlScheme_t65ED7D84CDC45F04A6417FABA3F8585FC545C340 V_0; memset((&V_0), 0, sizeof(V_0)); MatchResult_tB87B08CF46A07B0916A575EBC373FC406131649E V_1; memset((&V_1), 0, sizeof(V_1)); Nullable_1_t7E8D134849FD70B33AA436F1A224083C40D24ADA V_2; memset((&V_2), 0, sizeof(V_2)); { // if (devices == null) goto IL_0013; } { // throw new ArgumentNullException(nameof(devices)); ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralBB85D32D8E31C7139BF49A5435CDA90D17D87905)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputControlScheme_FindControlSchemeForDevices_TisOneOrMore_2_t0194C2641074B9D4264D2C1267C176D9C98E4B79_TisRuntimeObject_mC9767E565E3B12F7EE2783A36B243AC26417697B_RuntimeMethod_var))); } IL_0013: { // if (schemes == null) RuntimeObject * L_2 = ___schemes1; if (L_2) { goto IL_0026; } } { // throw new ArgumentNullException(nameof(schemes)); ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_3 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_3, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralECBB041E8565DED22DF81C0D9E9BB502DFF7A982)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputControlScheme_FindControlSchemeForDevices_TisOneOrMore_2_t0194C2641074B9D4264D2C1267C176D9C98E4B79_TisRuntimeObject_mC9767E565E3B12F7EE2783A36B243AC26417697B_RuntimeMethod_var))); } IL_0026: { // if (!FindControlSchemeForDevices(devices, schemes, out var controlScheme, out var matchResult, mustIncludeDevice, allowUnsuccesfulMatch)) OneOrMore_2_t0194C2641074B9D4264D2C1267C176D9C98E4B79 L_4 = ___devices0; RuntimeObject * L_5 = ___schemes1; InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * L_6 = ___mustIncludeDevice2; bool L_7 = ___allowUnsuccesfulMatch3; bool L_8; L_8 = (( bool (*) (OneOrMore_2_t0194C2641074B9D4264D2C1267C176D9C98E4B79 , RuntimeObject *, InputControlScheme_t65ED7D84CDC45F04A6417FABA3F8585FC545C340 *, MatchResult_tB87B08CF46A07B0916A575EBC373FC406131649E *, InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 *, bool, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)((OneOrMore_2_t0194C2641074B9D4264D2C1267C176D9C98E4B79 )L_4, (RuntimeObject *)L_5, (InputControlScheme_t65ED7D84CDC45F04A6417FABA3F8585FC545C340 *)(InputControlScheme_t65ED7D84CDC45F04A6417FABA3F8585FC545C340 *)(&V_0), (MatchResult_tB87B08CF46A07B0916A575EBC373FC406131649E *)(MatchResult_tB87B08CF46A07B0916A575EBC373FC406131649E *)(&V_1), (InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 *)L_6, (bool)L_7, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); if (L_8) { goto IL_003f; } } { // return null; il2cpp_codegen_initobj((&V_2), sizeof(Nullable_1_t7E8D134849FD70B33AA436F1A224083C40D24ADA )); Nullable_1_t7E8D134849FD70B33AA436F1A224083C40D24ADA L_9 = V_2; return (Nullable_1_t7E8D134849FD70B33AA436F1A224083C40D24ADA )L_9; } IL_003f: { // matchResult.Dispose(); MatchResult_Dispose_m21D8491D3BB9029B6389376DD95FC209663BE02E((MatchResult_tB87B08CF46A07B0916A575EBC373FC406131649E *)(MatchResult_tB87B08CF46A07B0916A575EBC373FC406131649E *)(&V_1), /*hidden argument*/NULL); // return controlScheme; InputControlScheme_t65ED7D84CDC45F04A6417FABA3F8585FC545C340 L_10 = V_0; Nullable_1_t7E8D134849FD70B33AA436F1A224083C40D24ADA L_11; memset((&L_11), 0, sizeof(L_11)); Nullable_1__ctor_m9800F3995A74C723B9FC813AF01F81BCE1416699((&L_11), (InputControlScheme_t65ED7D84CDC45F04A6417FABA3F8585FC545C340 )L_10, /*hidden argument*/Nullable_1__ctor_m9800F3995A74C723B9FC813AF01F81BCE1416699_RuntimeMethod_var); return (Nullable_1_t7E8D134849FD70B33AA436F1A224083C40D24ADA )L_11; } } // System.Nullable`1 UnityEngine.InputSystem.InputControlScheme::FindControlSchemeForDevices,UnityEngine.InputSystem.Utilities.ReadOnlyArray`1>(TDevices,TSchemes,UnityEngine.InputSystem.InputDevice,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Nullable_1_t7E8D134849FD70B33AA436F1A224083C40D24ADA InputControlScheme_FindControlSchemeForDevices_TisReadOnlyArray_1_t9584B0851320AB0F5BC8FF261C123F5994A081B7_TisReadOnlyArray_1_tD26A5C8942D54D9923D37B15641CAC16B1922B9E_mF424C0DEEC1AE1BCAB0C424B449166B6FB466A84_gshared (ReadOnlyArray_1_t9584B0851320AB0F5BC8FF261C123F5994A081B7 ___devices0, ReadOnlyArray_1_tD26A5C8942D54D9923D37B15641CAC16B1922B9E ___schemes1, InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * ___mustIncludeDevice2, bool ___allowUnsuccesfulMatch3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1__ctor_m9800F3995A74C723B9FC813AF01F81BCE1416699_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } InputControlScheme_t65ED7D84CDC45F04A6417FABA3F8585FC545C340 V_0; memset((&V_0), 0, sizeof(V_0)); MatchResult_tB87B08CF46A07B0916A575EBC373FC406131649E V_1; memset((&V_1), 0, sizeof(V_1)); Nullable_1_t7E8D134849FD70B33AA436F1A224083C40D24ADA V_2; memset((&V_2), 0, sizeof(V_2)); { // if (devices == null) goto IL_0013; } { // throw new ArgumentNullException(nameof(devices)); ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralBB85D32D8E31C7139BF49A5435CDA90D17D87905)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputControlScheme_FindControlSchemeForDevices_TisReadOnlyArray_1_t9584B0851320AB0F5BC8FF261C123F5994A081B7_TisReadOnlyArray_1_tD26A5C8942D54D9923D37B15641CAC16B1922B9E_mF424C0DEEC1AE1BCAB0C424B449166B6FB466A84_RuntimeMethod_var))); } IL_0013: { // if (schemes == null) goto IL_0026; } { // throw new ArgumentNullException(nameof(schemes)); ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_3 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_3, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralECBB041E8565DED22DF81C0D9E9BB502DFF7A982)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputControlScheme_FindControlSchemeForDevices_TisReadOnlyArray_1_t9584B0851320AB0F5BC8FF261C123F5994A081B7_TisReadOnlyArray_1_tD26A5C8942D54D9923D37B15641CAC16B1922B9E_mF424C0DEEC1AE1BCAB0C424B449166B6FB466A84_RuntimeMethod_var))); } IL_0026: { // if (!FindControlSchemeForDevices(devices, schemes, out var controlScheme, out var matchResult, mustIncludeDevice, allowUnsuccesfulMatch)) ReadOnlyArray_1_t9584B0851320AB0F5BC8FF261C123F5994A081B7 L_4 = ___devices0; ReadOnlyArray_1_tD26A5C8942D54D9923D37B15641CAC16B1922B9E L_5 = ___schemes1; InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * L_6 = ___mustIncludeDevice2; bool L_7 = ___allowUnsuccesfulMatch3; bool L_8; L_8 = (( bool (*) (ReadOnlyArray_1_t9584B0851320AB0F5BC8FF261C123F5994A081B7 , ReadOnlyArray_1_tD26A5C8942D54D9923D37B15641CAC16B1922B9E , InputControlScheme_t65ED7D84CDC45F04A6417FABA3F8585FC545C340 *, MatchResult_tB87B08CF46A07B0916A575EBC373FC406131649E *, InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 *, bool, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)((ReadOnlyArray_1_t9584B0851320AB0F5BC8FF261C123F5994A081B7 )L_4, (ReadOnlyArray_1_tD26A5C8942D54D9923D37B15641CAC16B1922B9E )L_5, (InputControlScheme_t65ED7D84CDC45F04A6417FABA3F8585FC545C340 *)(InputControlScheme_t65ED7D84CDC45F04A6417FABA3F8585FC545C340 *)(&V_0), (MatchResult_tB87B08CF46A07B0916A575EBC373FC406131649E *)(MatchResult_tB87B08CF46A07B0916A575EBC373FC406131649E *)(&V_1), (InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 *)L_6, (bool)L_7, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); if (L_8) { goto IL_003f; } } { // return null; il2cpp_codegen_initobj((&V_2), sizeof(Nullable_1_t7E8D134849FD70B33AA436F1A224083C40D24ADA )); Nullable_1_t7E8D134849FD70B33AA436F1A224083C40D24ADA L_9 = V_2; return (Nullable_1_t7E8D134849FD70B33AA436F1A224083C40D24ADA )L_9; } IL_003f: { // matchResult.Dispose(); MatchResult_Dispose_m21D8491D3BB9029B6389376DD95FC209663BE02E((MatchResult_tB87B08CF46A07B0916A575EBC373FC406131649E *)(MatchResult_tB87B08CF46A07B0916A575EBC373FC406131649E *)(&V_1), /*hidden argument*/NULL); // return controlScheme; InputControlScheme_t65ED7D84CDC45F04A6417FABA3F8585FC545C340 L_10 = V_0; Nullable_1_t7E8D134849FD70B33AA436F1A224083C40D24ADA L_11; memset((&L_11), 0, sizeof(L_11)); Nullable_1__ctor_m9800F3995A74C723B9FC813AF01F81BCE1416699((&L_11), (InputControlScheme_t65ED7D84CDC45F04A6417FABA3F8585FC545C340 )L_10, /*hidden argument*/Nullable_1__ctor_m9800F3995A74C723B9FC813AF01F81BCE1416699_RuntimeMethod_var); return (Nullable_1_t7E8D134849FD70B33AA436F1A224083C40D24ADA )L_11; } } // System.Nullable`1 UnityEngine.InputSystem.InputControlScheme::FindControlSchemeForDevices>(TDevices,TSchemes,UnityEngine.InputSystem.InputDevice,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Nullable_1_t7E8D134849FD70B33AA436F1A224083C40D24ADA InputControlScheme_FindControlSchemeForDevices_TisRuntimeObject_TisReadOnlyArray_1_tD26A5C8942D54D9923D37B15641CAC16B1922B9E_m1BC0B6D545C7ABE586C62D31D7E4AE05E5ADCDEB_gshared (RuntimeObject * ___devices0, ReadOnlyArray_1_tD26A5C8942D54D9923D37B15641CAC16B1922B9E ___schemes1, InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * ___mustIncludeDevice2, bool ___allowUnsuccesfulMatch3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1__ctor_m9800F3995A74C723B9FC813AF01F81BCE1416699_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } InputControlScheme_t65ED7D84CDC45F04A6417FABA3F8585FC545C340 V_0; memset((&V_0), 0, sizeof(V_0)); MatchResult_tB87B08CF46A07B0916A575EBC373FC406131649E V_1; memset((&V_1), 0, sizeof(V_1)); Nullable_1_t7E8D134849FD70B33AA436F1A224083C40D24ADA V_2; memset((&V_2), 0, sizeof(V_2)); { // if (devices == null) RuntimeObject * L_0 = ___devices0; if (L_0) { goto IL_0013; } } { // throw new ArgumentNullException(nameof(devices)); ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralBB85D32D8E31C7139BF49A5435CDA90D17D87905)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputControlScheme_FindControlSchemeForDevices_TisRuntimeObject_TisReadOnlyArray_1_tD26A5C8942D54D9923D37B15641CAC16B1922B9E_m1BC0B6D545C7ABE586C62D31D7E4AE05E5ADCDEB_RuntimeMethod_var))); } IL_0013: { // if (schemes == null) goto IL_0026; } { // throw new ArgumentNullException(nameof(schemes)); ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_3 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_3, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralECBB041E8565DED22DF81C0D9E9BB502DFF7A982)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputControlScheme_FindControlSchemeForDevices_TisRuntimeObject_TisReadOnlyArray_1_tD26A5C8942D54D9923D37B15641CAC16B1922B9E_m1BC0B6D545C7ABE586C62D31D7E4AE05E5ADCDEB_RuntimeMethod_var))); } IL_0026: { // if (!FindControlSchemeForDevices(devices, schemes, out var controlScheme, out var matchResult, mustIncludeDevice, allowUnsuccesfulMatch)) RuntimeObject * L_4 = ___devices0; ReadOnlyArray_1_tD26A5C8942D54D9923D37B15641CAC16B1922B9E L_5 = ___schemes1; InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * L_6 = ___mustIncludeDevice2; bool L_7 = ___allowUnsuccesfulMatch3; bool L_8; L_8 = (( bool (*) (RuntimeObject *, ReadOnlyArray_1_tD26A5C8942D54D9923D37B15641CAC16B1922B9E , InputControlScheme_t65ED7D84CDC45F04A6417FABA3F8585FC545C340 *, MatchResult_tB87B08CF46A07B0916A575EBC373FC406131649E *, InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 *, bool, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)((RuntimeObject *)L_4, (ReadOnlyArray_1_tD26A5C8942D54D9923D37B15641CAC16B1922B9E )L_5, (InputControlScheme_t65ED7D84CDC45F04A6417FABA3F8585FC545C340 *)(InputControlScheme_t65ED7D84CDC45F04A6417FABA3F8585FC545C340 *)(&V_0), (MatchResult_tB87B08CF46A07B0916A575EBC373FC406131649E *)(MatchResult_tB87B08CF46A07B0916A575EBC373FC406131649E *)(&V_1), (InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 *)L_6, (bool)L_7, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); if (L_8) { goto IL_003f; } } { // return null; il2cpp_codegen_initobj((&V_2), sizeof(Nullable_1_t7E8D134849FD70B33AA436F1A224083C40D24ADA )); Nullable_1_t7E8D134849FD70B33AA436F1A224083C40D24ADA L_9 = V_2; return (Nullable_1_t7E8D134849FD70B33AA436F1A224083C40D24ADA )L_9; } IL_003f: { // matchResult.Dispose(); MatchResult_Dispose_m21D8491D3BB9029B6389376DD95FC209663BE02E((MatchResult_tB87B08CF46A07B0916A575EBC373FC406131649E *)(MatchResult_tB87B08CF46A07B0916A575EBC373FC406131649E *)(&V_1), /*hidden argument*/NULL); // return controlScheme; InputControlScheme_t65ED7D84CDC45F04A6417FABA3F8585FC545C340 L_10 = V_0; Nullable_1_t7E8D134849FD70B33AA436F1A224083C40D24ADA L_11; memset((&L_11), 0, sizeof(L_11)); Nullable_1__ctor_m9800F3995A74C723B9FC813AF01F81BCE1416699((&L_11), (InputControlScheme_t65ED7D84CDC45F04A6417FABA3F8585FC545C340 )L_10, /*hidden argument*/Nullable_1__ctor_m9800F3995A74C723B9FC813AF01F81BCE1416699_RuntimeMethod_var); return (Nullable_1_t7E8D134849FD70B33AA436F1A224083C40D24ADA )L_11; } } // System.Nullable`1 UnityEngine.InputSystem.InputControlScheme::FindControlSchemeForDevices(TDevices,TSchemes,UnityEngine.InputSystem.InputDevice,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Nullable_1_t7E8D134849FD70B33AA436F1A224083C40D24ADA InputControlScheme_FindControlSchemeForDevices_TisRuntimeObject_TisRuntimeObject_m9088356A56422A22451B66E3AA045F97B5775FF5_gshared (RuntimeObject * ___devices0, RuntimeObject * ___schemes1, InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * ___mustIncludeDevice2, bool ___allowUnsuccesfulMatch3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1__ctor_m9800F3995A74C723B9FC813AF01F81BCE1416699_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } InputControlScheme_t65ED7D84CDC45F04A6417FABA3F8585FC545C340 V_0; memset((&V_0), 0, sizeof(V_0)); MatchResult_tB87B08CF46A07B0916A575EBC373FC406131649E V_1; memset((&V_1), 0, sizeof(V_1)); Nullable_1_t7E8D134849FD70B33AA436F1A224083C40D24ADA V_2; memset((&V_2), 0, sizeof(V_2)); { // if (devices == null) RuntimeObject * L_0 = ___devices0; if (L_0) { goto IL_0013; } } { // throw new ArgumentNullException(nameof(devices)); ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralBB85D32D8E31C7139BF49A5435CDA90D17D87905)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputControlScheme_FindControlSchemeForDevices_TisRuntimeObject_TisRuntimeObject_m9088356A56422A22451B66E3AA045F97B5775FF5_RuntimeMethod_var))); } IL_0013: { // if (schemes == null) RuntimeObject * L_2 = ___schemes1; if (L_2) { goto IL_0026; } } { // throw new ArgumentNullException(nameof(schemes)); ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_3 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_3, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralECBB041E8565DED22DF81C0D9E9BB502DFF7A982)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputControlScheme_FindControlSchemeForDevices_TisRuntimeObject_TisRuntimeObject_m9088356A56422A22451B66E3AA045F97B5775FF5_RuntimeMethod_var))); } IL_0026: { // if (!FindControlSchemeForDevices(devices, schemes, out var controlScheme, out var matchResult, mustIncludeDevice, allowUnsuccesfulMatch)) RuntimeObject * L_4 = ___devices0; RuntimeObject * L_5 = ___schemes1; InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * L_6 = ___mustIncludeDevice2; bool L_7 = ___allowUnsuccesfulMatch3; bool L_8; L_8 = (( bool (*) (RuntimeObject *, RuntimeObject *, InputControlScheme_t65ED7D84CDC45F04A6417FABA3F8585FC545C340 *, MatchResult_tB87B08CF46A07B0916A575EBC373FC406131649E *, InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 *, bool, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)((RuntimeObject *)L_4, (RuntimeObject *)L_5, (InputControlScheme_t65ED7D84CDC45F04A6417FABA3F8585FC545C340 *)(InputControlScheme_t65ED7D84CDC45F04A6417FABA3F8585FC545C340 *)(&V_0), (MatchResult_tB87B08CF46A07B0916A575EBC373FC406131649E *)(MatchResult_tB87B08CF46A07B0916A575EBC373FC406131649E *)(&V_1), (InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 *)L_6, (bool)L_7, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); if (L_8) { goto IL_003f; } } { // return null; il2cpp_codegen_initobj((&V_2), sizeof(Nullable_1_t7E8D134849FD70B33AA436F1A224083C40D24ADA )); Nullable_1_t7E8D134849FD70B33AA436F1A224083C40D24ADA L_9 = V_2; return (Nullable_1_t7E8D134849FD70B33AA436F1A224083C40D24ADA )L_9; } IL_003f: { // matchResult.Dispose(); MatchResult_Dispose_m21D8491D3BB9029B6389376DD95FC209663BE02E((MatchResult_tB87B08CF46A07B0916A575EBC373FC406131649E *)(MatchResult_tB87B08CF46A07B0916A575EBC373FC406131649E *)(&V_1), /*hidden argument*/NULL); // return controlScheme; InputControlScheme_t65ED7D84CDC45F04A6417FABA3F8585FC545C340 L_10 = V_0; Nullable_1_t7E8D134849FD70B33AA436F1A224083C40D24ADA L_11; memset((&L_11), 0, sizeof(L_11)); Nullable_1__ctor_m9800F3995A74C723B9FC813AF01F81BCE1416699((&L_11), (InputControlScheme_t65ED7D84CDC45F04A6417FABA3F8585FC545C340 )L_10, /*hidden argument*/Nullable_1__ctor_m9800F3995A74C723B9FC813AF01F81BCE1416699_RuntimeMethod_var); return (Nullable_1_t7E8D134849FD70B33AA436F1A224083C40D24ADA )L_11; } } // System.Boolean UnityEngine.InputSystem.InputControlScheme::FindControlSchemeForDevices,UnityEngine.InputSystem.Utilities.ReadOnlyArray`1>(TDevices,TSchemes,UnityEngine.InputSystem.InputControlScheme&,UnityEngine.InputSystem.InputControlScheme/MatchResult&,UnityEngine.InputSystem.InputDevice,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputControlScheme_FindControlSchemeForDevices_TisInputControlList_1_t9461BFBC9FEFA4CB0C7F0981E4B70C426126D012_TisReadOnlyArray_1_tD26A5C8942D54D9923D37B15641CAC16B1922B9E_mD65832C362875FD19D3DD0DFFFB9038107F62FFD_gshared (InputControlList_1_t9461BFBC9FEFA4CB0C7F0981E4B70C426126D012 ___devices0, ReadOnlyArray_1_tD26A5C8942D54D9923D37B15641CAC16B1922B9E ___schemes1, InputControlScheme_t65ED7D84CDC45F04A6417FABA3F8585FC545C340 * ___controlScheme2, MatchResult_tB87B08CF46A07B0916A575EBC373FC406131649E * ___matchResult3, InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * ___mustIncludeDevice4, bool ___allowUnsuccessfulMatch5, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerable_1_t5A840767E7578F84240E9F0D59A84A41C2DC7DE7_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_1_t66D152DEA76F9BFEED1E9DF4EB73160B725E0E73_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputControlList_1_Contains_m592C795F9237CC3C53F146034F5D5354E47C513A_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_GetValueOrDefault_m89C358E3BB7B579C085F9324420B1BE83B7961FE_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_GetValueOrDefault_m8FC36060759BD681B6AA552F571A4355A6E3DA75_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1__ctor_m9800F3995A74C723B9FC813AF01F81BCE1416699_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1__ctor_mD9531D7F265E6E8DAC2061FA2CEA565442F8AB3F_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_get_HasValue_mC2DD0FBD580D10D12D4048F022CD70E3B50E27FE_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_get_Value_m9725136E54A232F2B8A5D0D1AD7CA4ADC2874BF3_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } Nullable_1_t750746B7AD7BE05941CB5F8E44595246AEA8F7B2 V_0; memset((&V_0), 0, sizeof(V_0)); Nullable_1_t7E8D134849FD70B33AA436F1A224083C40D24ADA V_1; memset((&V_1), 0, sizeof(V_1)); RuntimeObject* V_2 = NULL; InputControlScheme_t65ED7D84CDC45F04A6417FABA3F8585FC545C340 V_3; memset((&V_3), 0, sizeof(V_3)); MatchResult_tB87B08CF46A07B0916A575EBC373FC406131649E V_4; memset((&V_4), 0, sizeof(V_4)); InputControlList_1_t9D0926F8AB5859C8767B43B76E6AC3847A5D7D02 V_5; memset((&V_5), 0, sizeof(V_5)); MatchResult_tB87B08CF46A07B0916A575EBC373FC406131649E V_6; memset((&V_6), 0, sizeof(V_6)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { // if (devices == null) goto IL_0013; } { // throw new ArgumentNullException(nameof(devices)); ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralBB85D32D8E31C7139BF49A5435CDA90D17D87905)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputControlScheme_FindControlSchemeForDevices_TisInputControlList_1_t9461BFBC9FEFA4CB0C7F0981E4B70C426126D012_TisReadOnlyArray_1_tD26A5C8942D54D9923D37B15641CAC16B1922B9E_mD65832C362875FD19D3DD0DFFFB9038107F62FFD_RuntimeMethod_var))); } IL_0013: { // if (schemes == null) goto IL_0026; } { // throw new ArgumentNullException(nameof(schemes)); ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_3 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_3, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralECBB041E8565DED22DF81C0D9E9BB502DFF7A982)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputControlScheme_FindControlSchemeForDevices_TisInputControlList_1_t9461BFBC9FEFA4CB0C7F0981E4B70C426126D012_TisReadOnlyArray_1_tD26A5C8942D54D9923D37B15641CAC16B1922B9E_mD65832C362875FD19D3DD0DFFFB9038107F62FFD_RuntimeMethod_var))); } IL_0026: { // MatchResult? bestResult = null; il2cpp_codegen_initobj((&V_0), sizeof(Nullable_1_t750746B7AD7BE05941CB5F8E44595246AEA8F7B2 )); // InputControlScheme? bestScheme = null; il2cpp_codegen_initobj((&V_1), sizeof(Nullable_1_t7E8D134849FD70B33AA436F1A224083C40D24ADA )); // foreach (var scheme in schemes) Il2CppMetadataObject L_4(IL2CPP_RGCTX_DATA(method->rgctx_data, 1)); const VirtualInvokeData& il2cpp_virtual_invoke_data__62 = il2cpp_codegen_get_interface_invoke_data(0, (&L_4), IEnumerable_1_t5A840767E7578F84240E9F0D59A84A41C2DC7DE7_il2cpp_TypeInfo_var); RuntimeObject* L_5; L_5 = (( RuntimeObject* (*) (RuntimeObject*, const RuntimeMethod*))il2cpp_virtual_invoke_data__62.methodPtr)((RuntimeObject*)((RuntimeObject*)(&___schemes1))-1, /*hidden argument*/il2cpp_virtual_invoke_data__62.method); V_2 = (RuntimeObject*)L_5; } IL_0044: try { // begin try (depth: 1) { goto IL_00f4; } IL_0049: { // foreach (var scheme in schemes) RuntimeObject* L_6 = V_2; NullCheck((RuntimeObject*)L_6); InputControlScheme_t65ED7D84CDC45F04A6417FABA3F8585FC545C340 L_7; L_7 = InterfaceFuncInvoker0< InputControlScheme_t65ED7D84CDC45F04A6417FABA3F8585FC545C340 >::Invoke(0 /* !0 System.Collections.Generic.IEnumerator`1::get_Current() */, IEnumerator_1_t66D152DEA76F9BFEED1E9DF4EB73160B725E0E73_il2cpp_TypeInfo_var, (RuntimeObject*)L_6); V_3 = (InputControlScheme_t65ED7D84CDC45F04A6417FABA3F8585FC545C340 )L_7; // var result = scheme.PickDevicesFrom(devices, favorDevice: mustIncludeDevice); InputControlList_1_t9461BFBC9FEFA4CB0C7F0981E4B70C426126D012 L_8 = ___devices0; InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * L_9 = ___mustIncludeDevice4; MatchResult_tB87B08CF46A07B0916A575EBC373FC406131649E L_10; L_10 = InputControlScheme_PickDevicesFrom_TisInputControlList_1_t9461BFBC9FEFA4CB0C7F0981E4B70C426126D012_mC61F7DB8197A98D998F4200DFA73376946AA6A81((InputControlScheme_t65ED7D84CDC45F04A6417FABA3F8585FC545C340 *)(InputControlScheme_t65ED7D84CDC45F04A6417FABA3F8585FC545C340 *)(&V_3), (InputControlList_1_t9461BFBC9FEFA4CB0C7F0981E4B70C426126D012 )L_8, (InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 *)L_9, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); V_4 = (MatchResult_tB87B08CF46A07B0916A575EBC373FC406131649E )L_10; // if (!result.isSuccessfulMatch && (!allowUnsuccessfulMatch || result.score <= 0)) bool L_11; L_11 = MatchResult_get_isSuccessfulMatch_m9636B8D59B9916F3EBA63F4A1FFE30F5BA079131((MatchResult_tB87B08CF46A07B0916A575EBC373FC406131649E *)(MatchResult_tB87B08CF46A07B0916A575EBC373FC406131649E *)(&V_4), /*hidden argument*/NULL); if (L_11) { goto IL_0080; } } IL_0065: { bool L_12 = ___allowUnsuccessfulMatch5; if (!L_12) { goto IL_0077; } } IL_0069: { float L_13; L_13 = MatchResult_get_score_mBB19C99498B499C9D3E04B08ACE85CFD270AFF43_inline((MatchResult_tB87B08CF46A07B0916A575EBC373FC406131649E *)(MatchResult_tB87B08CF46A07B0916A575EBC373FC406131649E *)(&V_4), /*hidden argument*/NULL); if ((!(((float)L_13) <= ((float)(0.0f))))) { goto IL_0080; } } IL_0077: { // result.Dispose(); MatchResult_Dispose_m21D8491D3BB9029B6389376DD95FC209663BE02E((MatchResult_tB87B08CF46A07B0916A575EBC373FC406131649E *)(MatchResult_tB87B08CF46A07B0916A575EBC373FC406131649E *)(&V_4), /*hidden argument*/NULL); // continue; goto IL_00f4; } IL_0080: { // if (mustIncludeDevice != null && !result.devices.Contains(mustIncludeDevice)) InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * L_14 = ___mustIncludeDevice4; if (!L_14) { goto IL_00a1; } } IL_0084: { InputControlList_1_t9D0926F8AB5859C8767B43B76E6AC3847A5D7D02 L_15; L_15 = MatchResult_get_devices_m9950928CDBAAA321E6E4BF78BE534562213AB66F((MatchResult_tB87B08CF46A07B0916A575EBC373FC406131649E *)(MatchResult_tB87B08CF46A07B0916A575EBC373FC406131649E *)(&V_4), /*hidden argument*/NULL); V_5 = (InputControlList_1_t9D0926F8AB5859C8767B43B76E6AC3847A5D7D02 )L_15; InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * L_16 = ___mustIncludeDevice4; bool L_17; L_17 = InputControlList_1_Contains_m592C795F9237CC3C53F146034F5D5354E47C513A((InputControlList_1_t9D0926F8AB5859C8767B43B76E6AC3847A5D7D02 *)(InputControlList_1_t9D0926F8AB5859C8767B43B76E6AC3847A5D7D02 *)(&V_5), (InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 *)L_16, /*hidden argument*/InputControlList_1_Contains_m592C795F9237CC3C53F146034F5D5354E47C513A_RuntimeMethod_var); if (L_17) { goto IL_00a1; } } IL_0098: { // result.Dispose(); MatchResult_Dispose_m21D8491D3BB9029B6389376DD95FC209663BE02E((MatchResult_tB87B08CF46A07B0916A575EBC373FC406131649E *)(MatchResult_tB87B08CF46A07B0916A575EBC373FC406131649E *)(&V_4), /*hidden argument*/NULL); // continue; goto IL_00f4; } IL_00a1: { // if (bestResult != null && bestResult.Value.score >= result.score) bool L_18; L_18 = Nullable_1_get_HasValue_mC2DD0FBD580D10D12D4048F022CD70E3B50E27FE_inline((Nullable_1_t750746B7AD7BE05941CB5F8E44595246AEA8F7B2 *)(Nullable_1_t750746B7AD7BE05941CB5F8E44595246AEA8F7B2 *)(&V_0), /*hidden argument*/Nullable_1_get_HasValue_mC2DD0FBD580D10D12D4048F022CD70E3B50E27FE_RuntimeMethod_var); if (!L_18) { goto IL_00cc; } } IL_00aa: { MatchResult_tB87B08CF46A07B0916A575EBC373FC406131649E L_19; L_19 = Nullable_1_get_Value_m9725136E54A232F2B8A5D0D1AD7CA4ADC2874BF3((Nullable_1_t750746B7AD7BE05941CB5F8E44595246AEA8F7B2 *)(Nullable_1_t750746B7AD7BE05941CB5F8E44595246AEA8F7B2 *)(&V_0), /*hidden argument*/Nullable_1_get_Value_m9725136E54A232F2B8A5D0D1AD7CA4ADC2874BF3_RuntimeMethod_var); V_6 = (MatchResult_tB87B08CF46A07B0916A575EBC373FC406131649E )L_19; float L_20; L_20 = MatchResult_get_score_mBB19C99498B499C9D3E04B08ACE85CFD270AFF43_inline((MatchResult_tB87B08CF46A07B0916A575EBC373FC406131649E *)(MatchResult_tB87B08CF46A07B0916A575EBC373FC406131649E *)(&V_6), /*hidden argument*/NULL); float L_21; L_21 = MatchResult_get_score_mBB19C99498B499C9D3E04B08ACE85CFD270AFF43_inline((MatchResult_tB87B08CF46A07B0916A575EBC373FC406131649E *)(MatchResult_tB87B08CF46A07B0916A575EBC373FC406131649E *)(&V_4), /*hidden argument*/NULL); if ((!(((float)L_20) >= ((float)L_21)))) { goto IL_00cc; } } IL_00c3: { // result.Dispose(); MatchResult_Dispose_m21D8491D3BB9029B6389376DD95FC209663BE02E((MatchResult_tB87B08CF46A07B0916A575EBC373FC406131649E *)(MatchResult_tB87B08CF46A07B0916A575EBC373FC406131649E *)(&V_4), /*hidden argument*/NULL); // continue; goto IL_00f4; } IL_00cc: { // bestResult?.Dispose(); bool L_22; L_22 = Nullable_1_get_HasValue_mC2DD0FBD580D10D12D4048F022CD70E3B50E27FE_inline((Nullable_1_t750746B7AD7BE05941CB5F8E44595246AEA8F7B2 *)(Nullable_1_t750746B7AD7BE05941CB5F8E44595246AEA8F7B2 *)(&V_0), /*hidden argument*/Nullable_1_get_HasValue_mC2DD0FBD580D10D12D4048F022CD70E3B50E27FE_RuntimeMethod_var); if (!L_22) { goto IL_00e5; } } IL_00d5: { MatchResult_tB87B08CF46A07B0916A575EBC373FC406131649E L_23; L_23 = Nullable_1_GetValueOrDefault_m8FC36060759BD681B6AA552F571A4355A6E3DA75_inline((Nullable_1_t750746B7AD7BE05941CB5F8E44595246AEA8F7B2 *)(Nullable_1_t750746B7AD7BE05941CB5F8E44595246AEA8F7B2 *)(&V_0), /*hidden argument*/Nullable_1_GetValueOrDefault_m8FC36060759BD681B6AA552F571A4355A6E3DA75_RuntimeMethod_var); V_6 = (MatchResult_tB87B08CF46A07B0916A575EBC373FC406131649E )L_23; MatchResult_Dispose_m21D8491D3BB9029B6389376DD95FC209663BE02E((MatchResult_tB87B08CF46A07B0916A575EBC373FC406131649E *)(MatchResult_tB87B08CF46A07B0916A575EBC373FC406131649E *)(&V_6), /*hidden argument*/NULL); } IL_00e5: { // bestResult = result; MatchResult_tB87B08CF46A07B0916A575EBC373FC406131649E L_24 = V_4; Nullable_1_t750746B7AD7BE05941CB5F8E44595246AEA8F7B2 L_25; memset((&L_25), 0, sizeof(L_25)); Nullable_1__ctor_mD9531D7F265E6E8DAC2061FA2CEA565442F8AB3F((&L_25), (MatchResult_tB87B08CF46A07B0916A575EBC373FC406131649E )L_24, /*hidden argument*/Nullable_1__ctor_mD9531D7F265E6E8DAC2061FA2CEA565442F8AB3F_RuntimeMethod_var); V_0 = (Nullable_1_t750746B7AD7BE05941CB5F8E44595246AEA8F7B2 )L_25; // bestScheme = scheme; InputControlScheme_t65ED7D84CDC45F04A6417FABA3F8585FC545C340 L_26 = V_3; Nullable_1_t7E8D134849FD70B33AA436F1A224083C40D24ADA L_27; memset((&L_27), 0, sizeof(L_27)); Nullable_1__ctor_m9800F3995A74C723B9FC813AF01F81BCE1416699((&L_27), (InputControlScheme_t65ED7D84CDC45F04A6417FABA3F8585FC545C340 )L_26, /*hidden argument*/Nullable_1__ctor_m9800F3995A74C723B9FC813AF01F81BCE1416699_RuntimeMethod_var); V_1 = (Nullable_1_t7E8D134849FD70B33AA436F1A224083C40D24ADA )L_27; } IL_00f4: { // foreach (var scheme in schemes) RuntimeObject* L_28 = V_2; NullCheck((RuntimeObject*)L_28); bool L_29; L_29 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, (RuntimeObject*)L_28); if (L_29) { goto IL_0049; } } IL_00ff: { IL2CPP_LEAVE(0x10B, FINALLY_0101); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0101; } FINALLY_0101: { // begin finally (depth: 1) { RuntimeObject* L_30 = V_2; if (!L_30) { goto IL_010a; } } IL_0104: { RuntimeObject* L_31 = V_2; NullCheck((RuntimeObject*)L_31); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_31); } IL_010a: { IL2CPP_END_FINALLY(257) } } // end finally (depth: 1) IL2CPP_CLEANUP(257) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x10B, IL_010b) } IL_010b: { // matchResult = bestResult ?? default; MatchResult_tB87B08CF46A07B0916A575EBC373FC406131649E * L_32 = ___matchResult3; MatchResult_tB87B08CF46A07B0916A575EBC373FC406131649E L_33; L_33 = Nullable_1_GetValueOrDefault_m8FC36060759BD681B6AA552F571A4355A6E3DA75_inline((Nullable_1_t750746B7AD7BE05941CB5F8E44595246AEA8F7B2 *)(Nullable_1_t750746B7AD7BE05941CB5F8E44595246AEA8F7B2 *)(&V_0), /*hidden argument*/Nullable_1_GetValueOrDefault_m8FC36060759BD681B6AA552F571A4355A6E3DA75_RuntimeMethod_var); *(MatchResult_tB87B08CF46A07B0916A575EBC373FC406131649E *)L_32 = L_33; Il2CppCodeGenWriteBarrier((void**)&(((MatchResult_tB87B08CF46A07B0916A575EBC373FC406131649E *)L_32)->___m_Requirements_4), (void*)NULL); // controlScheme = bestScheme ?? default; InputControlScheme_t65ED7D84CDC45F04A6417FABA3F8585FC545C340 * L_34 = ___controlScheme2; InputControlScheme_t65ED7D84CDC45F04A6417FABA3F8585FC545C340 L_35; L_35 = Nullable_1_GetValueOrDefault_m89C358E3BB7B579C085F9324420B1BE83B7961FE_inline((Nullable_1_t7E8D134849FD70B33AA436F1A224083C40D24ADA *)(Nullable_1_t7E8D134849FD70B33AA436F1A224083C40D24ADA *)(&V_1), /*hidden argument*/Nullable_1_GetValueOrDefault_m89C358E3BB7B579C085F9324420B1BE83B7961FE_RuntimeMethod_var); *(InputControlScheme_t65ED7D84CDC45F04A6417FABA3F8585FC545C340 *)L_34 = L_35; Il2CppCodeGenWriteBarrier((void**)&(((InputControlScheme_t65ED7D84CDC45F04A6417FABA3F8585FC545C340 *)L_34)->___m_Name_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((InputControlScheme_t65ED7D84CDC45F04A6417FABA3F8585FC545C340 *)L_34)->___m_BindingGroup_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((InputControlScheme_t65ED7D84CDC45F04A6417FABA3F8585FC545C340 *)L_34)->___m_DeviceRequirements_2), (void*)NULL); #endif // return bestResult.HasValue; bool L_36; L_36 = Nullable_1_get_HasValue_mC2DD0FBD580D10D12D4048F022CD70E3B50E27FE_inline((Nullable_1_t750746B7AD7BE05941CB5F8E44595246AEA8F7B2 *)(Nullable_1_t750746B7AD7BE05941CB5F8E44595246AEA8F7B2 *)(&V_0), /*hidden argument*/Nullable_1_get_HasValue_mC2DD0FBD580D10D12D4048F022CD70E3B50E27FE_RuntimeMethod_var); return (bool)L_36; } } // System.Boolean UnityEngine.InputSystem.InputControlScheme::FindControlSchemeForDevices>,System.Object>(TDevices,TSchemes,UnityEngine.InputSystem.InputControlScheme&,UnityEngine.InputSystem.InputControlScheme/MatchResult&,UnityEngine.InputSystem.InputDevice,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputControlScheme_FindControlSchemeForDevices_TisOneOrMore_2_t0194C2641074B9D4264D2C1267C176D9C98E4B79_TisRuntimeObject_mB08F21AE073546B4874176E52BB3A7FA23BD034A_gshared (OneOrMore_2_t0194C2641074B9D4264D2C1267C176D9C98E4B79 ___devices0, RuntimeObject * ___schemes1, InputControlScheme_t65ED7D84CDC45F04A6417FABA3F8585FC545C340 * ___controlScheme2, MatchResult_tB87B08CF46A07B0916A575EBC373FC406131649E * ___matchResult3, InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * ___mustIncludeDevice4, bool ___allowUnsuccessfulMatch5, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerable_1_t5A840767E7578F84240E9F0D59A84A41C2DC7DE7_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_1_t66D152DEA76F9BFEED1E9DF4EB73160B725E0E73_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputControlList_1_Contains_m592C795F9237CC3C53F146034F5D5354E47C513A_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_GetValueOrDefault_m89C358E3BB7B579C085F9324420B1BE83B7961FE_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_GetValueOrDefault_m8FC36060759BD681B6AA552F571A4355A6E3DA75_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1__ctor_m9800F3995A74C723B9FC813AF01F81BCE1416699_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1__ctor_mD9531D7F265E6E8DAC2061FA2CEA565442F8AB3F_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_get_HasValue_mC2DD0FBD580D10D12D4048F022CD70E3B50E27FE_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_get_Value_m9725136E54A232F2B8A5D0D1AD7CA4ADC2874BF3_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } Nullable_1_t750746B7AD7BE05941CB5F8E44595246AEA8F7B2 V_0; memset((&V_0), 0, sizeof(V_0)); Nullable_1_t7E8D134849FD70B33AA436F1A224083C40D24ADA V_1; memset((&V_1), 0, sizeof(V_1)); RuntimeObject* V_2 = NULL; InputControlScheme_t65ED7D84CDC45F04A6417FABA3F8585FC545C340 V_3; memset((&V_3), 0, sizeof(V_3)); MatchResult_tB87B08CF46A07B0916A575EBC373FC406131649E V_4; memset((&V_4), 0, sizeof(V_4)); InputControlList_1_t9D0926F8AB5859C8767B43B76E6AC3847A5D7D02 V_5; memset((&V_5), 0, sizeof(V_5)); MatchResult_tB87B08CF46A07B0916A575EBC373FC406131649E V_6; memset((&V_6), 0, sizeof(V_6)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { // if (devices == null) goto IL_0013; } { // throw new ArgumentNullException(nameof(devices)); ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralBB85D32D8E31C7139BF49A5435CDA90D17D87905)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputControlScheme_FindControlSchemeForDevices_TisOneOrMore_2_t0194C2641074B9D4264D2C1267C176D9C98E4B79_TisRuntimeObject_mB08F21AE073546B4874176E52BB3A7FA23BD034A_RuntimeMethod_var))); } IL_0013: { // if (schemes == null) RuntimeObject * L_2 = ___schemes1; if (L_2) { goto IL_0026; } } { // throw new ArgumentNullException(nameof(schemes)); ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_3 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_3, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralECBB041E8565DED22DF81C0D9E9BB502DFF7A982)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputControlScheme_FindControlSchemeForDevices_TisOneOrMore_2_t0194C2641074B9D4264D2C1267C176D9C98E4B79_TisRuntimeObject_mB08F21AE073546B4874176E52BB3A7FA23BD034A_RuntimeMethod_var))); } IL_0026: { // MatchResult? bestResult = null; il2cpp_codegen_initobj((&V_0), sizeof(Nullable_1_t750746B7AD7BE05941CB5F8E44595246AEA8F7B2 )); // InputControlScheme? bestScheme = null; il2cpp_codegen_initobj((&V_1), sizeof(Nullable_1_t7E8D134849FD70B33AA436F1A224083C40D24ADA )); // foreach (var scheme in schemes) NullCheck((RuntimeObject*)(___schemes1)); RuntimeObject* L_4; L_4 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.Generic.IEnumerator`1 System.Collections.Generic.IEnumerable`1::GetEnumerator() */, IEnumerable_1_t5A840767E7578F84240E9F0D59A84A41C2DC7DE7_il2cpp_TypeInfo_var, (RuntimeObject*)(___schemes1)); V_2 = (RuntimeObject*)L_4; } IL_0044: try { // begin try (depth: 1) { goto IL_00f4; } IL_0049: { // foreach (var scheme in schemes) RuntimeObject* L_5 = V_2; NullCheck((RuntimeObject*)L_5); InputControlScheme_t65ED7D84CDC45F04A6417FABA3F8585FC545C340 L_6; L_6 = InterfaceFuncInvoker0< InputControlScheme_t65ED7D84CDC45F04A6417FABA3F8585FC545C340 >::Invoke(0 /* !0 System.Collections.Generic.IEnumerator`1::get_Current() */, IEnumerator_1_t66D152DEA76F9BFEED1E9DF4EB73160B725E0E73_il2cpp_TypeInfo_var, (RuntimeObject*)L_5); V_3 = (InputControlScheme_t65ED7D84CDC45F04A6417FABA3F8585FC545C340 )L_6; // var result = scheme.PickDevicesFrom(devices, favorDevice: mustIncludeDevice); OneOrMore_2_t0194C2641074B9D4264D2C1267C176D9C98E4B79 L_7 = ___devices0; InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * L_8 = ___mustIncludeDevice4; MatchResult_tB87B08CF46A07B0916A575EBC373FC406131649E L_9; L_9 = InputControlScheme_PickDevicesFrom_TisOneOrMore_2_t0194C2641074B9D4264D2C1267C176D9C98E4B79_m1AB484869737CBF94AA3DDD585B84931417EEA23((InputControlScheme_t65ED7D84CDC45F04A6417FABA3F8585FC545C340 *)(InputControlScheme_t65ED7D84CDC45F04A6417FABA3F8585FC545C340 *)(&V_3), (OneOrMore_2_t0194C2641074B9D4264D2C1267C176D9C98E4B79 )L_7, (InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 *)L_8, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); V_4 = (MatchResult_tB87B08CF46A07B0916A575EBC373FC406131649E )L_9; // if (!result.isSuccessfulMatch && (!allowUnsuccessfulMatch || result.score <= 0)) bool L_10; L_10 = MatchResult_get_isSuccessfulMatch_m9636B8D59B9916F3EBA63F4A1FFE30F5BA079131((MatchResult_tB87B08CF46A07B0916A575EBC373FC406131649E *)(MatchResult_tB87B08CF46A07B0916A575EBC373FC406131649E *)(&V_4), /*hidden argument*/NULL); if (L_10) { goto IL_0080; } } IL_0065: { bool L_11 = ___allowUnsuccessfulMatch5; if (!L_11) { goto IL_0077; } } IL_0069: { float L_12; L_12 = MatchResult_get_score_mBB19C99498B499C9D3E04B08ACE85CFD270AFF43_inline((MatchResult_tB87B08CF46A07B0916A575EBC373FC406131649E *)(MatchResult_tB87B08CF46A07B0916A575EBC373FC406131649E *)(&V_4), /*hidden argument*/NULL); if ((!(((float)L_12) <= ((float)(0.0f))))) { goto IL_0080; } } IL_0077: { // result.Dispose(); MatchResult_Dispose_m21D8491D3BB9029B6389376DD95FC209663BE02E((MatchResult_tB87B08CF46A07B0916A575EBC373FC406131649E *)(MatchResult_tB87B08CF46A07B0916A575EBC373FC406131649E *)(&V_4), /*hidden argument*/NULL); // continue; goto IL_00f4; } IL_0080: { // if (mustIncludeDevice != null && !result.devices.Contains(mustIncludeDevice)) InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * L_13 = ___mustIncludeDevice4; if (!L_13) { goto IL_00a1; } } IL_0084: { InputControlList_1_t9D0926F8AB5859C8767B43B76E6AC3847A5D7D02 L_14; L_14 = MatchResult_get_devices_m9950928CDBAAA321E6E4BF78BE534562213AB66F((MatchResult_tB87B08CF46A07B0916A575EBC373FC406131649E *)(MatchResult_tB87B08CF46A07B0916A575EBC373FC406131649E *)(&V_4), /*hidden argument*/NULL); V_5 = (InputControlList_1_t9D0926F8AB5859C8767B43B76E6AC3847A5D7D02 )L_14; InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * L_15 = ___mustIncludeDevice4; bool L_16; L_16 = InputControlList_1_Contains_m592C795F9237CC3C53F146034F5D5354E47C513A((InputControlList_1_t9D0926F8AB5859C8767B43B76E6AC3847A5D7D02 *)(InputControlList_1_t9D0926F8AB5859C8767B43B76E6AC3847A5D7D02 *)(&V_5), (InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 *)L_15, /*hidden argument*/InputControlList_1_Contains_m592C795F9237CC3C53F146034F5D5354E47C513A_RuntimeMethod_var); if (L_16) { goto IL_00a1; } } IL_0098: { // result.Dispose(); MatchResult_Dispose_m21D8491D3BB9029B6389376DD95FC209663BE02E((MatchResult_tB87B08CF46A07B0916A575EBC373FC406131649E *)(MatchResult_tB87B08CF46A07B0916A575EBC373FC406131649E *)(&V_4), /*hidden argument*/NULL); // continue; goto IL_00f4; } IL_00a1: { // if (bestResult != null && bestResult.Value.score >= result.score) bool L_17; L_17 = Nullable_1_get_HasValue_mC2DD0FBD580D10D12D4048F022CD70E3B50E27FE_inline((Nullable_1_t750746B7AD7BE05941CB5F8E44595246AEA8F7B2 *)(Nullable_1_t750746B7AD7BE05941CB5F8E44595246AEA8F7B2 *)(&V_0), /*hidden argument*/Nullable_1_get_HasValue_mC2DD0FBD580D10D12D4048F022CD70E3B50E27FE_RuntimeMethod_var); if (!L_17) { goto IL_00cc; } } IL_00aa: { MatchResult_tB87B08CF46A07B0916A575EBC373FC406131649E L_18; L_18 = Nullable_1_get_Value_m9725136E54A232F2B8A5D0D1AD7CA4ADC2874BF3((Nullable_1_t750746B7AD7BE05941CB5F8E44595246AEA8F7B2 *)(Nullable_1_t750746B7AD7BE05941CB5F8E44595246AEA8F7B2 *)(&V_0), /*hidden argument*/Nullable_1_get_Value_m9725136E54A232F2B8A5D0D1AD7CA4ADC2874BF3_RuntimeMethod_var); V_6 = (MatchResult_tB87B08CF46A07B0916A575EBC373FC406131649E )L_18; float L_19; L_19 = MatchResult_get_score_mBB19C99498B499C9D3E04B08ACE85CFD270AFF43_inline((MatchResult_tB87B08CF46A07B0916A575EBC373FC406131649E *)(MatchResult_tB87B08CF46A07B0916A575EBC373FC406131649E *)(&V_6), /*hidden argument*/NULL); float L_20; L_20 = MatchResult_get_score_mBB19C99498B499C9D3E04B08ACE85CFD270AFF43_inline((MatchResult_tB87B08CF46A07B0916A575EBC373FC406131649E *)(MatchResult_tB87B08CF46A07B0916A575EBC373FC406131649E *)(&V_4), /*hidden argument*/NULL); if ((!(((float)L_19) >= ((float)L_20)))) { goto IL_00cc; } } IL_00c3: { // result.Dispose(); MatchResult_Dispose_m21D8491D3BB9029B6389376DD95FC209663BE02E((MatchResult_tB87B08CF46A07B0916A575EBC373FC406131649E *)(MatchResult_tB87B08CF46A07B0916A575EBC373FC406131649E *)(&V_4), /*hidden argument*/NULL); // continue; goto IL_00f4; } IL_00cc: { // bestResult?.Dispose(); bool L_21; L_21 = Nullable_1_get_HasValue_mC2DD0FBD580D10D12D4048F022CD70E3B50E27FE_inline((Nullable_1_t750746B7AD7BE05941CB5F8E44595246AEA8F7B2 *)(Nullable_1_t750746B7AD7BE05941CB5F8E44595246AEA8F7B2 *)(&V_0), /*hidden argument*/Nullable_1_get_HasValue_mC2DD0FBD580D10D12D4048F022CD70E3B50E27FE_RuntimeMethod_var); if (!L_21) { goto IL_00e5; } } IL_00d5: { MatchResult_tB87B08CF46A07B0916A575EBC373FC406131649E L_22; L_22 = Nullable_1_GetValueOrDefault_m8FC36060759BD681B6AA552F571A4355A6E3DA75_inline((Nullable_1_t750746B7AD7BE05941CB5F8E44595246AEA8F7B2 *)(Nullable_1_t750746B7AD7BE05941CB5F8E44595246AEA8F7B2 *)(&V_0), /*hidden argument*/Nullable_1_GetValueOrDefault_m8FC36060759BD681B6AA552F571A4355A6E3DA75_RuntimeMethod_var); V_6 = (MatchResult_tB87B08CF46A07B0916A575EBC373FC406131649E )L_22; MatchResult_Dispose_m21D8491D3BB9029B6389376DD95FC209663BE02E((MatchResult_tB87B08CF46A07B0916A575EBC373FC406131649E *)(MatchResult_tB87B08CF46A07B0916A575EBC373FC406131649E *)(&V_6), /*hidden argument*/NULL); } IL_00e5: { // bestResult = result; MatchResult_tB87B08CF46A07B0916A575EBC373FC406131649E L_23 = V_4; Nullable_1_t750746B7AD7BE05941CB5F8E44595246AEA8F7B2 L_24; memset((&L_24), 0, sizeof(L_24)); Nullable_1__ctor_mD9531D7F265E6E8DAC2061FA2CEA565442F8AB3F((&L_24), (MatchResult_tB87B08CF46A07B0916A575EBC373FC406131649E )L_23, /*hidden argument*/Nullable_1__ctor_mD9531D7F265E6E8DAC2061FA2CEA565442F8AB3F_RuntimeMethod_var); V_0 = (Nullable_1_t750746B7AD7BE05941CB5F8E44595246AEA8F7B2 )L_24; // bestScheme = scheme; InputControlScheme_t65ED7D84CDC45F04A6417FABA3F8585FC545C340 L_25 = V_3; Nullable_1_t7E8D134849FD70B33AA436F1A224083C40D24ADA L_26; memset((&L_26), 0, sizeof(L_26)); Nullable_1__ctor_m9800F3995A74C723B9FC813AF01F81BCE1416699((&L_26), (InputControlScheme_t65ED7D84CDC45F04A6417FABA3F8585FC545C340 )L_25, /*hidden argument*/Nullable_1__ctor_m9800F3995A74C723B9FC813AF01F81BCE1416699_RuntimeMethod_var); V_1 = (Nullable_1_t7E8D134849FD70B33AA436F1A224083C40D24ADA )L_26; } IL_00f4: { // foreach (var scheme in schemes) RuntimeObject* L_27 = V_2; NullCheck((RuntimeObject*)L_27); bool L_28; L_28 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, (RuntimeObject*)L_27); if (L_28) { goto IL_0049; } } IL_00ff: { IL2CPP_LEAVE(0x10B, FINALLY_0101); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0101; } FINALLY_0101: { // begin finally (depth: 1) { RuntimeObject* L_29 = V_2; if (!L_29) { goto IL_010a; } } IL_0104: { RuntimeObject* L_30 = V_2; NullCheck((RuntimeObject*)L_30); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_30); } IL_010a: { IL2CPP_END_FINALLY(257) } } // end finally (depth: 1) IL2CPP_CLEANUP(257) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x10B, IL_010b) } IL_010b: { // matchResult = bestResult ?? default; MatchResult_tB87B08CF46A07B0916A575EBC373FC406131649E * L_31 = ___matchResult3; MatchResult_tB87B08CF46A07B0916A575EBC373FC406131649E L_32; L_32 = Nullable_1_GetValueOrDefault_m8FC36060759BD681B6AA552F571A4355A6E3DA75_inline((Nullable_1_t750746B7AD7BE05941CB5F8E44595246AEA8F7B2 *)(Nullable_1_t750746B7AD7BE05941CB5F8E44595246AEA8F7B2 *)(&V_0), /*hidden argument*/Nullable_1_GetValueOrDefault_m8FC36060759BD681B6AA552F571A4355A6E3DA75_RuntimeMethod_var); *(MatchResult_tB87B08CF46A07B0916A575EBC373FC406131649E *)L_31 = L_32; Il2CppCodeGenWriteBarrier((void**)&(((MatchResult_tB87B08CF46A07B0916A575EBC373FC406131649E *)L_31)->___m_Requirements_4), (void*)NULL); // controlScheme = bestScheme ?? default; InputControlScheme_t65ED7D84CDC45F04A6417FABA3F8585FC545C340 * L_33 = ___controlScheme2; InputControlScheme_t65ED7D84CDC45F04A6417FABA3F8585FC545C340 L_34; L_34 = Nullable_1_GetValueOrDefault_m89C358E3BB7B579C085F9324420B1BE83B7961FE_inline((Nullable_1_t7E8D134849FD70B33AA436F1A224083C40D24ADA *)(Nullable_1_t7E8D134849FD70B33AA436F1A224083C40D24ADA *)(&V_1), /*hidden argument*/Nullable_1_GetValueOrDefault_m89C358E3BB7B579C085F9324420B1BE83B7961FE_RuntimeMethod_var); *(InputControlScheme_t65ED7D84CDC45F04A6417FABA3F8585FC545C340 *)L_33 = L_34; Il2CppCodeGenWriteBarrier((void**)&(((InputControlScheme_t65ED7D84CDC45F04A6417FABA3F8585FC545C340 *)L_33)->___m_Name_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((InputControlScheme_t65ED7D84CDC45F04A6417FABA3F8585FC545C340 *)L_33)->___m_BindingGroup_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((InputControlScheme_t65ED7D84CDC45F04A6417FABA3F8585FC545C340 *)L_33)->___m_DeviceRequirements_2), (void*)NULL); #endif // return bestResult.HasValue; bool L_35; L_35 = Nullable_1_get_HasValue_mC2DD0FBD580D10D12D4048F022CD70E3B50E27FE_inline((Nullable_1_t750746B7AD7BE05941CB5F8E44595246AEA8F7B2 *)(Nullable_1_t750746B7AD7BE05941CB5F8E44595246AEA8F7B2 *)(&V_0), /*hidden argument*/Nullable_1_get_HasValue_mC2DD0FBD580D10D12D4048F022CD70E3B50E27FE_RuntimeMethod_var); return (bool)L_35; } } // System.Boolean UnityEngine.InputSystem.InputControlScheme::FindControlSchemeForDevices,UnityEngine.InputSystem.Utilities.ReadOnlyArray`1>(TDevices,TSchemes,UnityEngine.InputSystem.InputControlScheme&,UnityEngine.InputSystem.InputControlScheme/MatchResult&,UnityEngine.InputSystem.InputDevice,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputControlScheme_FindControlSchemeForDevices_TisReadOnlyArray_1_t9584B0851320AB0F5BC8FF261C123F5994A081B7_TisReadOnlyArray_1_tD26A5C8942D54D9923D37B15641CAC16B1922B9E_mA374315610338CB313C1744BB990C7E53E18D037_gshared (ReadOnlyArray_1_t9584B0851320AB0F5BC8FF261C123F5994A081B7 ___devices0, ReadOnlyArray_1_tD26A5C8942D54D9923D37B15641CAC16B1922B9E ___schemes1, InputControlScheme_t65ED7D84CDC45F04A6417FABA3F8585FC545C340 * ___controlScheme2, MatchResult_tB87B08CF46A07B0916A575EBC373FC406131649E * ___matchResult3, InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * ___mustIncludeDevice4, bool ___allowUnsuccessfulMatch5, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerable_1_t5A840767E7578F84240E9F0D59A84A41C2DC7DE7_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_1_t66D152DEA76F9BFEED1E9DF4EB73160B725E0E73_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputControlList_1_Contains_m592C795F9237CC3C53F146034F5D5354E47C513A_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_GetValueOrDefault_m89C358E3BB7B579C085F9324420B1BE83B7961FE_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_GetValueOrDefault_m8FC36060759BD681B6AA552F571A4355A6E3DA75_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1__ctor_m9800F3995A74C723B9FC813AF01F81BCE1416699_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1__ctor_mD9531D7F265E6E8DAC2061FA2CEA565442F8AB3F_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_get_HasValue_mC2DD0FBD580D10D12D4048F022CD70E3B50E27FE_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_get_Value_m9725136E54A232F2B8A5D0D1AD7CA4ADC2874BF3_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } Nullable_1_t750746B7AD7BE05941CB5F8E44595246AEA8F7B2 V_0; memset((&V_0), 0, sizeof(V_0)); Nullable_1_t7E8D134849FD70B33AA436F1A224083C40D24ADA V_1; memset((&V_1), 0, sizeof(V_1)); RuntimeObject* V_2 = NULL; InputControlScheme_t65ED7D84CDC45F04A6417FABA3F8585FC545C340 V_3; memset((&V_3), 0, sizeof(V_3)); MatchResult_tB87B08CF46A07B0916A575EBC373FC406131649E V_4; memset((&V_4), 0, sizeof(V_4)); InputControlList_1_t9D0926F8AB5859C8767B43B76E6AC3847A5D7D02 V_5; memset((&V_5), 0, sizeof(V_5)); MatchResult_tB87B08CF46A07B0916A575EBC373FC406131649E V_6; memset((&V_6), 0, sizeof(V_6)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { // if (devices == null) goto IL_0013; } { // throw new ArgumentNullException(nameof(devices)); ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralBB85D32D8E31C7139BF49A5435CDA90D17D87905)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputControlScheme_FindControlSchemeForDevices_TisReadOnlyArray_1_t9584B0851320AB0F5BC8FF261C123F5994A081B7_TisReadOnlyArray_1_tD26A5C8942D54D9923D37B15641CAC16B1922B9E_mA374315610338CB313C1744BB990C7E53E18D037_RuntimeMethod_var))); } IL_0013: { // if (schemes == null) goto IL_0026; } { // throw new ArgumentNullException(nameof(schemes)); ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_3 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_3, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralECBB041E8565DED22DF81C0D9E9BB502DFF7A982)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputControlScheme_FindControlSchemeForDevices_TisReadOnlyArray_1_t9584B0851320AB0F5BC8FF261C123F5994A081B7_TisReadOnlyArray_1_tD26A5C8942D54D9923D37B15641CAC16B1922B9E_mA374315610338CB313C1744BB990C7E53E18D037_RuntimeMethod_var))); } IL_0026: { // MatchResult? bestResult = null; il2cpp_codegen_initobj((&V_0), sizeof(Nullable_1_t750746B7AD7BE05941CB5F8E44595246AEA8F7B2 )); // InputControlScheme? bestScheme = null; il2cpp_codegen_initobj((&V_1), sizeof(Nullable_1_t7E8D134849FD70B33AA436F1A224083C40D24ADA )); // foreach (var scheme in schemes) Il2CppMetadataObject L_4(IL2CPP_RGCTX_DATA(method->rgctx_data, 1)); const VirtualInvokeData& il2cpp_virtual_invoke_data__62 = il2cpp_codegen_get_interface_invoke_data(0, (&L_4), IEnumerable_1_t5A840767E7578F84240E9F0D59A84A41C2DC7DE7_il2cpp_TypeInfo_var); RuntimeObject* L_5; L_5 = (( RuntimeObject* (*) (RuntimeObject*, const RuntimeMethod*))il2cpp_virtual_invoke_data__62.methodPtr)((RuntimeObject*)((RuntimeObject*)(&___schemes1))-1, /*hidden argument*/il2cpp_virtual_invoke_data__62.method); V_2 = (RuntimeObject*)L_5; } IL_0044: try { // begin try (depth: 1) { goto IL_00f4; } IL_0049: { // foreach (var scheme in schemes) RuntimeObject* L_6 = V_2; NullCheck((RuntimeObject*)L_6); InputControlScheme_t65ED7D84CDC45F04A6417FABA3F8585FC545C340 L_7; L_7 = InterfaceFuncInvoker0< InputControlScheme_t65ED7D84CDC45F04A6417FABA3F8585FC545C340 >::Invoke(0 /* !0 System.Collections.Generic.IEnumerator`1::get_Current() */, IEnumerator_1_t66D152DEA76F9BFEED1E9DF4EB73160B725E0E73_il2cpp_TypeInfo_var, (RuntimeObject*)L_6); V_3 = (InputControlScheme_t65ED7D84CDC45F04A6417FABA3F8585FC545C340 )L_7; // var result = scheme.PickDevicesFrom(devices, favorDevice: mustIncludeDevice); ReadOnlyArray_1_t9584B0851320AB0F5BC8FF261C123F5994A081B7 L_8 = ___devices0; InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * L_9 = ___mustIncludeDevice4; MatchResult_tB87B08CF46A07B0916A575EBC373FC406131649E L_10; L_10 = InputControlScheme_PickDevicesFrom_TisReadOnlyArray_1_t9584B0851320AB0F5BC8FF261C123F5994A081B7_m177D987945F98176EF70ABB45217EA49E32340E9((InputControlScheme_t65ED7D84CDC45F04A6417FABA3F8585FC545C340 *)(InputControlScheme_t65ED7D84CDC45F04A6417FABA3F8585FC545C340 *)(&V_3), (ReadOnlyArray_1_t9584B0851320AB0F5BC8FF261C123F5994A081B7 )L_8, (InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 *)L_9, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); V_4 = (MatchResult_tB87B08CF46A07B0916A575EBC373FC406131649E )L_10; // if (!result.isSuccessfulMatch && (!allowUnsuccessfulMatch || result.score <= 0)) bool L_11; L_11 = MatchResult_get_isSuccessfulMatch_m9636B8D59B9916F3EBA63F4A1FFE30F5BA079131((MatchResult_tB87B08CF46A07B0916A575EBC373FC406131649E *)(MatchResult_tB87B08CF46A07B0916A575EBC373FC406131649E *)(&V_4), /*hidden argument*/NULL); if (L_11) { goto IL_0080; } } IL_0065: { bool L_12 = ___allowUnsuccessfulMatch5; if (!L_12) { goto IL_0077; } } IL_0069: { float L_13; L_13 = MatchResult_get_score_mBB19C99498B499C9D3E04B08ACE85CFD270AFF43_inline((MatchResult_tB87B08CF46A07B0916A575EBC373FC406131649E *)(MatchResult_tB87B08CF46A07B0916A575EBC373FC406131649E *)(&V_4), /*hidden argument*/NULL); if ((!(((float)L_13) <= ((float)(0.0f))))) { goto IL_0080; } } IL_0077: { // result.Dispose(); MatchResult_Dispose_m21D8491D3BB9029B6389376DD95FC209663BE02E((MatchResult_tB87B08CF46A07B0916A575EBC373FC406131649E *)(MatchResult_tB87B08CF46A07B0916A575EBC373FC406131649E *)(&V_4), /*hidden argument*/NULL); // continue; goto IL_00f4; } IL_0080: { // if (mustIncludeDevice != null && !result.devices.Contains(mustIncludeDevice)) InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * L_14 = ___mustIncludeDevice4; if (!L_14) { goto IL_00a1; } } IL_0084: { InputControlList_1_t9D0926F8AB5859C8767B43B76E6AC3847A5D7D02 L_15; L_15 = MatchResult_get_devices_m9950928CDBAAA321E6E4BF78BE534562213AB66F((MatchResult_tB87B08CF46A07B0916A575EBC373FC406131649E *)(MatchResult_tB87B08CF46A07B0916A575EBC373FC406131649E *)(&V_4), /*hidden argument*/NULL); V_5 = (InputControlList_1_t9D0926F8AB5859C8767B43B76E6AC3847A5D7D02 )L_15; InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * L_16 = ___mustIncludeDevice4; bool L_17; L_17 = InputControlList_1_Contains_m592C795F9237CC3C53F146034F5D5354E47C513A((InputControlList_1_t9D0926F8AB5859C8767B43B76E6AC3847A5D7D02 *)(InputControlList_1_t9D0926F8AB5859C8767B43B76E6AC3847A5D7D02 *)(&V_5), (InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 *)L_16, /*hidden argument*/InputControlList_1_Contains_m592C795F9237CC3C53F146034F5D5354E47C513A_RuntimeMethod_var); if (L_17) { goto IL_00a1; } } IL_0098: { // result.Dispose(); MatchResult_Dispose_m21D8491D3BB9029B6389376DD95FC209663BE02E((MatchResult_tB87B08CF46A07B0916A575EBC373FC406131649E *)(MatchResult_tB87B08CF46A07B0916A575EBC373FC406131649E *)(&V_4), /*hidden argument*/NULL); // continue; goto IL_00f4; } IL_00a1: { // if (bestResult != null && bestResult.Value.score >= result.score) bool L_18; L_18 = Nullable_1_get_HasValue_mC2DD0FBD580D10D12D4048F022CD70E3B50E27FE_inline((Nullable_1_t750746B7AD7BE05941CB5F8E44595246AEA8F7B2 *)(Nullable_1_t750746B7AD7BE05941CB5F8E44595246AEA8F7B2 *)(&V_0), /*hidden argument*/Nullable_1_get_HasValue_mC2DD0FBD580D10D12D4048F022CD70E3B50E27FE_RuntimeMethod_var); if (!L_18) { goto IL_00cc; } } IL_00aa: { MatchResult_tB87B08CF46A07B0916A575EBC373FC406131649E L_19; L_19 = Nullable_1_get_Value_m9725136E54A232F2B8A5D0D1AD7CA4ADC2874BF3((Nullable_1_t750746B7AD7BE05941CB5F8E44595246AEA8F7B2 *)(Nullable_1_t750746B7AD7BE05941CB5F8E44595246AEA8F7B2 *)(&V_0), /*hidden argument*/Nullable_1_get_Value_m9725136E54A232F2B8A5D0D1AD7CA4ADC2874BF3_RuntimeMethod_var); V_6 = (MatchResult_tB87B08CF46A07B0916A575EBC373FC406131649E )L_19; float L_20; L_20 = MatchResult_get_score_mBB19C99498B499C9D3E04B08ACE85CFD270AFF43_inline((MatchResult_tB87B08CF46A07B0916A575EBC373FC406131649E *)(MatchResult_tB87B08CF46A07B0916A575EBC373FC406131649E *)(&V_6), /*hidden argument*/NULL); float L_21; L_21 = MatchResult_get_score_mBB19C99498B499C9D3E04B08ACE85CFD270AFF43_inline((MatchResult_tB87B08CF46A07B0916A575EBC373FC406131649E *)(MatchResult_tB87B08CF46A07B0916A575EBC373FC406131649E *)(&V_4), /*hidden argument*/NULL); if ((!(((float)L_20) >= ((float)L_21)))) { goto IL_00cc; } } IL_00c3: { // result.Dispose(); MatchResult_Dispose_m21D8491D3BB9029B6389376DD95FC209663BE02E((MatchResult_tB87B08CF46A07B0916A575EBC373FC406131649E *)(MatchResult_tB87B08CF46A07B0916A575EBC373FC406131649E *)(&V_4), /*hidden argument*/NULL); // continue; goto IL_00f4; } IL_00cc: { // bestResult?.Dispose(); bool L_22; L_22 = Nullable_1_get_HasValue_mC2DD0FBD580D10D12D4048F022CD70E3B50E27FE_inline((Nullable_1_t750746B7AD7BE05941CB5F8E44595246AEA8F7B2 *)(Nullable_1_t750746B7AD7BE05941CB5F8E44595246AEA8F7B2 *)(&V_0), /*hidden argument*/Nullable_1_get_HasValue_mC2DD0FBD580D10D12D4048F022CD70E3B50E27FE_RuntimeMethod_var); if (!L_22) { goto IL_00e5; } } IL_00d5: { MatchResult_tB87B08CF46A07B0916A575EBC373FC406131649E L_23; L_23 = Nullable_1_GetValueOrDefault_m8FC36060759BD681B6AA552F571A4355A6E3DA75_inline((Nullable_1_t750746B7AD7BE05941CB5F8E44595246AEA8F7B2 *)(Nullable_1_t750746B7AD7BE05941CB5F8E44595246AEA8F7B2 *)(&V_0), /*hidden argument*/Nullable_1_GetValueOrDefault_m8FC36060759BD681B6AA552F571A4355A6E3DA75_RuntimeMethod_var); V_6 = (MatchResult_tB87B08CF46A07B0916A575EBC373FC406131649E )L_23; MatchResult_Dispose_m21D8491D3BB9029B6389376DD95FC209663BE02E((MatchResult_tB87B08CF46A07B0916A575EBC373FC406131649E *)(MatchResult_tB87B08CF46A07B0916A575EBC373FC406131649E *)(&V_6), /*hidden argument*/NULL); } IL_00e5: { // bestResult = result; MatchResult_tB87B08CF46A07B0916A575EBC373FC406131649E L_24 = V_4; Nullable_1_t750746B7AD7BE05941CB5F8E44595246AEA8F7B2 L_25; memset((&L_25), 0, sizeof(L_25)); Nullable_1__ctor_mD9531D7F265E6E8DAC2061FA2CEA565442F8AB3F((&L_25), (MatchResult_tB87B08CF46A07B0916A575EBC373FC406131649E )L_24, /*hidden argument*/Nullable_1__ctor_mD9531D7F265E6E8DAC2061FA2CEA565442F8AB3F_RuntimeMethod_var); V_0 = (Nullable_1_t750746B7AD7BE05941CB5F8E44595246AEA8F7B2 )L_25; // bestScheme = scheme; InputControlScheme_t65ED7D84CDC45F04A6417FABA3F8585FC545C340 L_26 = V_3; Nullable_1_t7E8D134849FD70B33AA436F1A224083C40D24ADA L_27; memset((&L_27), 0, sizeof(L_27)); Nullable_1__ctor_m9800F3995A74C723B9FC813AF01F81BCE1416699((&L_27), (InputControlScheme_t65ED7D84CDC45F04A6417FABA3F8585FC545C340 )L_26, /*hidden argument*/Nullable_1__ctor_m9800F3995A74C723B9FC813AF01F81BCE1416699_RuntimeMethod_var); V_1 = (Nullable_1_t7E8D134849FD70B33AA436F1A224083C40D24ADA )L_27; } IL_00f4: { // foreach (var scheme in schemes) RuntimeObject* L_28 = V_2; NullCheck((RuntimeObject*)L_28); bool L_29; L_29 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, (RuntimeObject*)L_28); if (L_29) { goto IL_0049; } } IL_00ff: { IL2CPP_LEAVE(0x10B, FINALLY_0101); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0101; } FINALLY_0101: { // begin finally (depth: 1) { RuntimeObject* L_30 = V_2; if (!L_30) { goto IL_010a; } } IL_0104: { RuntimeObject* L_31 = V_2; NullCheck((RuntimeObject*)L_31); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_31); } IL_010a: { IL2CPP_END_FINALLY(257) } } // end finally (depth: 1) IL2CPP_CLEANUP(257) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x10B, IL_010b) } IL_010b: { // matchResult = bestResult ?? default; MatchResult_tB87B08CF46A07B0916A575EBC373FC406131649E * L_32 = ___matchResult3; MatchResult_tB87B08CF46A07B0916A575EBC373FC406131649E L_33; L_33 = Nullable_1_GetValueOrDefault_m8FC36060759BD681B6AA552F571A4355A6E3DA75_inline((Nullable_1_t750746B7AD7BE05941CB5F8E44595246AEA8F7B2 *)(Nullable_1_t750746B7AD7BE05941CB5F8E44595246AEA8F7B2 *)(&V_0), /*hidden argument*/Nullable_1_GetValueOrDefault_m8FC36060759BD681B6AA552F571A4355A6E3DA75_RuntimeMethod_var); *(MatchResult_tB87B08CF46A07B0916A575EBC373FC406131649E *)L_32 = L_33; Il2CppCodeGenWriteBarrier((void**)&(((MatchResult_tB87B08CF46A07B0916A575EBC373FC406131649E *)L_32)->___m_Requirements_4), (void*)NULL); // controlScheme = bestScheme ?? default; InputControlScheme_t65ED7D84CDC45F04A6417FABA3F8585FC545C340 * L_34 = ___controlScheme2; InputControlScheme_t65ED7D84CDC45F04A6417FABA3F8585FC545C340 L_35; L_35 = Nullable_1_GetValueOrDefault_m89C358E3BB7B579C085F9324420B1BE83B7961FE_inline((Nullable_1_t7E8D134849FD70B33AA436F1A224083C40D24ADA *)(Nullable_1_t7E8D134849FD70B33AA436F1A224083C40D24ADA *)(&V_1), /*hidden argument*/Nullable_1_GetValueOrDefault_m89C358E3BB7B579C085F9324420B1BE83B7961FE_RuntimeMethod_var); *(InputControlScheme_t65ED7D84CDC45F04A6417FABA3F8585FC545C340 *)L_34 = L_35; Il2CppCodeGenWriteBarrier((void**)&(((InputControlScheme_t65ED7D84CDC45F04A6417FABA3F8585FC545C340 *)L_34)->___m_Name_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((InputControlScheme_t65ED7D84CDC45F04A6417FABA3F8585FC545C340 *)L_34)->___m_BindingGroup_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((InputControlScheme_t65ED7D84CDC45F04A6417FABA3F8585FC545C340 *)L_34)->___m_DeviceRequirements_2), (void*)NULL); #endif // return bestResult.HasValue; bool L_36; L_36 = Nullable_1_get_HasValue_mC2DD0FBD580D10D12D4048F022CD70E3B50E27FE_inline((Nullable_1_t750746B7AD7BE05941CB5F8E44595246AEA8F7B2 *)(Nullable_1_t750746B7AD7BE05941CB5F8E44595246AEA8F7B2 *)(&V_0), /*hidden argument*/Nullable_1_get_HasValue_mC2DD0FBD580D10D12D4048F022CD70E3B50E27FE_RuntimeMethod_var); return (bool)L_36; } } // System.Boolean UnityEngine.InputSystem.InputControlScheme::FindControlSchemeForDevices>(TDevices,TSchemes,UnityEngine.InputSystem.InputControlScheme&,UnityEngine.InputSystem.InputControlScheme/MatchResult&,UnityEngine.InputSystem.InputDevice,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputControlScheme_FindControlSchemeForDevices_TisRuntimeObject_TisReadOnlyArray_1_tD26A5C8942D54D9923D37B15641CAC16B1922B9E_mE6B394B6FB43B9962160E673F27B7E9DD7DDC18A_gshared (RuntimeObject * ___devices0, ReadOnlyArray_1_tD26A5C8942D54D9923D37B15641CAC16B1922B9E ___schemes1, InputControlScheme_t65ED7D84CDC45F04A6417FABA3F8585FC545C340 * ___controlScheme2, MatchResult_tB87B08CF46A07B0916A575EBC373FC406131649E * ___matchResult3, InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * ___mustIncludeDevice4, bool ___allowUnsuccessfulMatch5, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerable_1_t5A840767E7578F84240E9F0D59A84A41C2DC7DE7_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_1_t66D152DEA76F9BFEED1E9DF4EB73160B725E0E73_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputControlList_1_Contains_m592C795F9237CC3C53F146034F5D5354E47C513A_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_GetValueOrDefault_m89C358E3BB7B579C085F9324420B1BE83B7961FE_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_GetValueOrDefault_m8FC36060759BD681B6AA552F571A4355A6E3DA75_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1__ctor_m9800F3995A74C723B9FC813AF01F81BCE1416699_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1__ctor_mD9531D7F265E6E8DAC2061FA2CEA565442F8AB3F_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_get_HasValue_mC2DD0FBD580D10D12D4048F022CD70E3B50E27FE_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_get_Value_m9725136E54A232F2B8A5D0D1AD7CA4ADC2874BF3_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } Nullable_1_t750746B7AD7BE05941CB5F8E44595246AEA8F7B2 V_0; memset((&V_0), 0, sizeof(V_0)); Nullable_1_t7E8D134849FD70B33AA436F1A224083C40D24ADA V_1; memset((&V_1), 0, sizeof(V_1)); RuntimeObject* V_2 = NULL; InputControlScheme_t65ED7D84CDC45F04A6417FABA3F8585FC545C340 V_3; memset((&V_3), 0, sizeof(V_3)); MatchResult_tB87B08CF46A07B0916A575EBC373FC406131649E V_4; memset((&V_4), 0, sizeof(V_4)); InputControlList_1_t9D0926F8AB5859C8767B43B76E6AC3847A5D7D02 V_5; memset((&V_5), 0, sizeof(V_5)); MatchResult_tB87B08CF46A07B0916A575EBC373FC406131649E V_6; memset((&V_6), 0, sizeof(V_6)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { // if (devices == null) RuntimeObject * L_0 = ___devices0; if (L_0) { goto IL_0013; } } { // throw new ArgumentNullException(nameof(devices)); ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralBB85D32D8E31C7139BF49A5435CDA90D17D87905)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputControlScheme_FindControlSchemeForDevices_TisRuntimeObject_TisReadOnlyArray_1_tD26A5C8942D54D9923D37B15641CAC16B1922B9E_mE6B394B6FB43B9962160E673F27B7E9DD7DDC18A_RuntimeMethod_var))); } IL_0013: { // if (schemes == null) goto IL_0026; } { // throw new ArgumentNullException(nameof(schemes)); ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_3 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_3, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralECBB041E8565DED22DF81C0D9E9BB502DFF7A982)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputControlScheme_FindControlSchemeForDevices_TisRuntimeObject_TisReadOnlyArray_1_tD26A5C8942D54D9923D37B15641CAC16B1922B9E_mE6B394B6FB43B9962160E673F27B7E9DD7DDC18A_RuntimeMethod_var))); } IL_0026: { // MatchResult? bestResult = null; il2cpp_codegen_initobj((&V_0), sizeof(Nullable_1_t750746B7AD7BE05941CB5F8E44595246AEA8F7B2 )); // InputControlScheme? bestScheme = null; il2cpp_codegen_initobj((&V_1), sizeof(Nullable_1_t7E8D134849FD70B33AA436F1A224083C40D24ADA )); // foreach (var scheme in schemes) Il2CppMetadataObject L_4(IL2CPP_RGCTX_DATA(method->rgctx_data, 1)); const VirtualInvokeData& il2cpp_virtual_invoke_data__62 = il2cpp_codegen_get_interface_invoke_data(0, (&L_4), IEnumerable_1_t5A840767E7578F84240E9F0D59A84A41C2DC7DE7_il2cpp_TypeInfo_var); RuntimeObject* L_5; L_5 = (( RuntimeObject* (*) (RuntimeObject*, const RuntimeMethod*))il2cpp_virtual_invoke_data__62.methodPtr)((RuntimeObject*)((RuntimeObject*)(&___schemes1))-1, /*hidden argument*/il2cpp_virtual_invoke_data__62.method); V_2 = (RuntimeObject*)L_5; } IL_0044: try { // begin try (depth: 1) { goto IL_00f4; } IL_0049: { // foreach (var scheme in schemes) RuntimeObject* L_6 = V_2; NullCheck((RuntimeObject*)L_6); InputControlScheme_t65ED7D84CDC45F04A6417FABA3F8585FC545C340 L_7; L_7 = InterfaceFuncInvoker0< InputControlScheme_t65ED7D84CDC45F04A6417FABA3F8585FC545C340 >::Invoke(0 /* !0 System.Collections.Generic.IEnumerator`1::get_Current() */, IEnumerator_1_t66D152DEA76F9BFEED1E9DF4EB73160B725E0E73_il2cpp_TypeInfo_var, (RuntimeObject*)L_6); V_3 = (InputControlScheme_t65ED7D84CDC45F04A6417FABA3F8585FC545C340 )L_7; // var result = scheme.PickDevicesFrom(devices, favorDevice: mustIncludeDevice); RuntimeObject * L_8 = ___devices0; InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * L_9 = ___mustIncludeDevice4; MatchResult_tB87B08CF46A07B0916A575EBC373FC406131649E L_10; L_10 = InputControlScheme_PickDevicesFrom_TisRuntimeObject_m89EFE1FEDDF16548D6068271DD448C3729CE08B5((InputControlScheme_t65ED7D84CDC45F04A6417FABA3F8585FC545C340 *)(InputControlScheme_t65ED7D84CDC45F04A6417FABA3F8585FC545C340 *)(&V_3), (RuntimeObject *)L_8, (InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 *)L_9, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); V_4 = (MatchResult_tB87B08CF46A07B0916A575EBC373FC406131649E )L_10; // if (!result.isSuccessfulMatch && (!allowUnsuccessfulMatch || result.score <= 0)) bool L_11; L_11 = MatchResult_get_isSuccessfulMatch_m9636B8D59B9916F3EBA63F4A1FFE30F5BA079131((MatchResult_tB87B08CF46A07B0916A575EBC373FC406131649E *)(MatchResult_tB87B08CF46A07B0916A575EBC373FC406131649E *)(&V_4), /*hidden argument*/NULL); if (L_11) { goto IL_0080; } } IL_0065: { bool L_12 = ___allowUnsuccessfulMatch5; if (!L_12) { goto IL_0077; } } IL_0069: { float L_13; L_13 = MatchResult_get_score_mBB19C99498B499C9D3E04B08ACE85CFD270AFF43_inline((MatchResult_tB87B08CF46A07B0916A575EBC373FC406131649E *)(MatchResult_tB87B08CF46A07B0916A575EBC373FC406131649E *)(&V_4), /*hidden argument*/NULL); if ((!(((float)L_13) <= ((float)(0.0f))))) { goto IL_0080; } } IL_0077: { // result.Dispose(); MatchResult_Dispose_m21D8491D3BB9029B6389376DD95FC209663BE02E((MatchResult_tB87B08CF46A07B0916A575EBC373FC406131649E *)(MatchResult_tB87B08CF46A07B0916A575EBC373FC406131649E *)(&V_4), /*hidden argument*/NULL); // continue; goto IL_00f4; } IL_0080: { // if (mustIncludeDevice != null && !result.devices.Contains(mustIncludeDevice)) InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * L_14 = ___mustIncludeDevice4; if (!L_14) { goto IL_00a1; } } IL_0084: { InputControlList_1_t9D0926F8AB5859C8767B43B76E6AC3847A5D7D02 L_15; L_15 = MatchResult_get_devices_m9950928CDBAAA321E6E4BF78BE534562213AB66F((MatchResult_tB87B08CF46A07B0916A575EBC373FC406131649E *)(MatchResult_tB87B08CF46A07B0916A575EBC373FC406131649E *)(&V_4), /*hidden argument*/NULL); V_5 = (InputControlList_1_t9D0926F8AB5859C8767B43B76E6AC3847A5D7D02 )L_15; InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * L_16 = ___mustIncludeDevice4; bool L_17; L_17 = InputControlList_1_Contains_m592C795F9237CC3C53F146034F5D5354E47C513A((InputControlList_1_t9D0926F8AB5859C8767B43B76E6AC3847A5D7D02 *)(InputControlList_1_t9D0926F8AB5859C8767B43B76E6AC3847A5D7D02 *)(&V_5), (InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 *)L_16, /*hidden argument*/InputControlList_1_Contains_m592C795F9237CC3C53F146034F5D5354E47C513A_RuntimeMethod_var); if (L_17) { goto IL_00a1; } } IL_0098: { // result.Dispose(); MatchResult_Dispose_m21D8491D3BB9029B6389376DD95FC209663BE02E((MatchResult_tB87B08CF46A07B0916A575EBC373FC406131649E *)(MatchResult_tB87B08CF46A07B0916A575EBC373FC406131649E *)(&V_4), /*hidden argument*/NULL); // continue; goto IL_00f4; } IL_00a1: { // if (bestResult != null && bestResult.Value.score >= result.score) bool L_18; L_18 = Nullable_1_get_HasValue_mC2DD0FBD580D10D12D4048F022CD70E3B50E27FE_inline((Nullable_1_t750746B7AD7BE05941CB5F8E44595246AEA8F7B2 *)(Nullable_1_t750746B7AD7BE05941CB5F8E44595246AEA8F7B2 *)(&V_0), /*hidden argument*/Nullable_1_get_HasValue_mC2DD0FBD580D10D12D4048F022CD70E3B50E27FE_RuntimeMethod_var); if (!L_18) { goto IL_00cc; } } IL_00aa: { MatchResult_tB87B08CF46A07B0916A575EBC373FC406131649E L_19; L_19 = Nullable_1_get_Value_m9725136E54A232F2B8A5D0D1AD7CA4ADC2874BF3((Nullable_1_t750746B7AD7BE05941CB5F8E44595246AEA8F7B2 *)(Nullable_1_t750746B7AD7BE05941CB5F8E44595246AEA8F7B2 *)(&V_0), /*hidden argument*/Nullable_1_get_Value_m9725136E54A232F2B8A5D0D1AD7CA4ADC2874BF3_RuntimeMethod_var); V_6 = (MatchResult_tB87B08CF46A07B0916A575EBC373FC406131649E )L_19; float L_20; L_20 = MatchResult_get_score_mBB19C99498B499C9D3E04B08ACE85CFD270AFF43_inline((MatchResult_tB87B08CF46A07B0916A575EBC373FC406131649E *)(MatchResult_tB87B08CF46A07B0916A575EBC373FC406131649E *)(&V_6), /*hidden argument*/NULL); float L_21; L_21 = MatchResult_get_score_mBB19C99498B499C9D3E04B08ACE85CFD270AFF43_inline((MatchResult_tB87B08CF46A07B0916A575EBC373FC406131649E *)(MatchResult_tB87B08CF46A07B0916A575EBC373FC406131649E *)(&V_4), /*hidden argument*/NULL); if ((!(((float)L_20) >= ((float)L_21)))) { goto IL_00cc; } } IL_00c3: { // result.Dispose(); MatchResult_Dispose_m21D8491D3BB9029B6389376DD95FC209663BE02E((MatchResult_tB87B08CF46A07B0916A575EBC373FC406131649E *)(MatchResult_tB87B08CF46A07B0916A575EBC373FC406131649E *)(&V_4), /*hidden argument*/NULL); // continue; goto IL_00f4; } IL_00cc: { // bestResult?.Dispose(); bool L_22; L_22 = Nullable_1_get_HasValue_mC2DD0FBD580D10D12D4048F022CD70E3B50E27FE_inline((Nullable_1_t750746B7AD7BE05941CB5F8E44595246AEA8F7B2 *)(Nullable_1_t750746B7AD7BE05941CB5F8E44595246AEA8F7B2 *)(&V_0), /*hidden argument*/Nullable_1_get_HasValue_mC2DD0FBD580D10D12D4048F022CD70E3B50E27FE_RuntimeMethod_var); if (!L_22) { goto IL_00e5; } } IL_00d5: { MatchResult_tB87B08CF46A07B0916A575EBC373FC406131649E L_23; L_23 = Nullable_1_GetValueOrDefault_m8FC36060759BD681B6AA552F571A4355A6E3DA75_inline((Nullable_1_t750746B7AD7BE05941CB5F8E44595246AEA8F7B2 *)(Nullable_1_t750746B7AD7BE05941CB5F8E44595246AEA8F7B2 *)(&V_0), /*hidden argument*/Nullable_1_GetValueOrDefault_m8FC36060759BD681B6AA552F571A4355A6E3DA75_RuntimeMethod_var); V_6 = (MatchResult_tB87B08CF46A07B0916A575EBC373FC406131649E )L_23; MatchResult_Dispose_m21D8491D3BB9029B6389376DD95FC209663BE02E((MatchResult_tB87B08CF46A07B0916A575EBC373FC406131649E *)(MatchResult_tB87B08CF46A07B0916A575EBC373FC406131649E *)(&V_6), /*hidden argument*/NULL); } IL_00e5: { // bestResult = result; MatchResult_tB87B08CF46A07B0916A575EBC373FC406131649E L_24 = V_4; Nullable_1_t750746B7AD7BE05941CB5F8E44595246AEA8F7B2 L_25; memset((&L_25), 0, sizeof(L_25)); Nullable_1__ctor_mD9531D7F265E6E8DAC2061FA2CEA565442F8AB3F((&L_25), (MatchResult_tB87B08CF46A07B0916A575EBC373FC406131649E )L_24, /*hidden argument*/Nullable_1__ctor_mD9531D7F265E6E8DAC2061FA2CEA565442F8AB3F_RuntimeMethod_var); V_0 = (Nullable_1_t750746B7AD7BE05941CB5F8E44595246AEA8F7B2 )L_25; // bestScheme = scheme; InputControlScheme_t65ED7D84CDC45F04A6417FABA3F8585FC545C340 L_26 = V_3; Nullable_1_t7E8D134849FD70B33AA436F1A224083C40D24ADA L_27; memset((&L_27), 0, sizeof(L_27)); Nullable_1__ctor_m9800F3995A74C723B9FC813AF01F81BCE1416699((&L_27), (InputControlScheme_t65ED7D84CDC45F04A6417FABA3F8585FC545C340 )L_26, /*hidden argument*/Nullable_1__ctor_m9800F3995A74C723B9FC813AF01F81BCE1416699_RuntimeMethod_var); V_1 = (Nullable_1_t7E8D134849FD70B33AA436F1A224083C40D24ADA )L_27; } IL_00f4: { // foreach (var scheme in schemes) RuntimeObject* L_28 = V_2; NullCheck((RuntimeObject*)L_28); bool L_29; L_29 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, (RuntimeObject*)L_28); if (L_29) { goto IL_0049; } } IL_00ff: { IL2CPP_LEAVE(0x10B, FINALLY_0101); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0101; } FINALLY_0101: { // begin finally (depth: 1) { RuntimeObject* L_30 = V_2; if (!L_30) { goto IL_010a; } } IL_0104: { RuntimeObject* L_31 = V_2; NullCheck((RuntimeObject*)L_31); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_31); } IL_010a: { IL2CPP_END_FINALLY(257) } } // end finally (depth: 1) IL2CPP_CLEANUP(257) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x10B, IL_010b) } IL_010b: { // matchResult = bestResult ?? default; MatchResult_tB87B08CF46A07B0916A575EBC373FC406131649E * L_32 = ___matchResult3; MatchResult_tB87B08CF46A07B0916A575EBC373FC406131649E L_33; L_33 = Nullable_1_GetValueOrDefault_m8FC36060759BD681B6AA552F571A4355A6E3DA75_inline((Nullable_1_t750746B7AD7BE05941CB5F8E44595246AEA8F7B2 *)(Nullable_1_t750746B7AD7BE05941CB5F8E44595246AEA8F7B2 *)(&V_0), /*hidden argument*/Nullable_1_GetValueOrDefault_m8FC36060759BD681B6AA552F571A4355A6E3DA75_RuntimeMethod_var); *(MatchResult_tB87B08CF46A07B0916A575EBC373FC406131649E *)L_32 = L_33; Il2CppCodeGenWriteBarrier((void**)&(((MatchResult_tB87B08CF46A07B0916A575EBC373FC406131649E *)L_32)->___m_Requirements_4), (void*)NULL); // controlScheme = bestScheme ?? default; InputControlScheme_t65ED7D84CDC45F04A6417FABA3F8585FC545C340 * L_34 = ___controlScheme2; InputControlScheme_t65ED7D84CDC45F04A6417FABA3F8585FC545C340 L_35; L_35 = Nullable_1_GetValueOrDefault_m89C358E3BB7B579C085F9324420B1BE83B7961FE_inline((Nullable_1_t7E8D134849FD70B33AA436F1A224083C40D24ADA *)(Nullable_1_t7E8D134849FD70B33AA436F1A224083C40D24ADA *)(&V_1), /*hidden argument*/Nullable_1_GetValueOrDefault_m89C358E3BB7B579C085F9324420B1BE83B7961FE_RuntimeMethod_var); *(InputControlScheme_t65ED7D84CDC45F04A6417FABA3F8585FC545C340 *)L_34 = L_35; Il2CppCodeGenWriteBarrier((void**)&(((InputControlScheme_t65ED7D84CDC45F04A6417FABA3F8585FC545C340 *)L_34)->___m_Name_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((InputControlScheme_t65ED7D84CDC45F04A6417FABA3F8585FC545C340 *)L_34)->___m_BindingGroup_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((InputControlScheme_t65ED7D84CDC45F04A6417FABA3F8585FC545C340 *)L_34)->___m_DeviceRequirements_2), (void*)NULL); #endif // return bestResult.HasValue; bool L_36; L_36 = Nullable_1_get_HasValue_mC2DD0FBD580D10D12D4048F022CD70E3B50E27FE_inline((Nullable_1_t750746B7AD7BE05941CB5F8E44595246AEA8F7B2 *)(Nullable_1_t750746B7AD7BE05941CB5F8E44595246AEA8F7B2 *)(&V_0), /*hidden argument*/Nullable_1_get_HasValue_mC2DD0FBD580D10D12D4048F022CD70E3B50E27FE_RuntimeMethod_var); return (bool)L_36; } } // System.Boolean UnityEngine.InputSystem.InputControlScheme::FindControlSchemeForDevices(TDevices,TSchemes,UnityEngine.InputSystem.InputControlScheme&,UnityEngine.InputSystem.InputControlScheme/MatchResult&,UnityEngine.InputSystem.InputDevice,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputControlScheme_FindControlSchemeForDevices_TisRuntimeObject_TisRuntimeObject_mCB6EAAD41F64FA74371EB03FB19F421E96B338D8_gshared (RuntimeObject * ___devices0, RuntimeObject * ___schemes1, InputControlScheme_t65ED7D84CDC45F04A6417FABA3F8585FC545C340 * ___controlScheme2, MatchResult_tB87B08CF46A07B0916A575EBC373FC406131649E * ___matchResult3, InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * ___mustIncludeDevice4, bool ___allowUnsuccessfulMatch5, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerable_1_t5A840767E7578F84240E9F0D59A84A41C2DC7DE7_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_1_t66D152DEA76F9BFEED1E9DF4EB73160B725E0E73_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputControlList_1_Contains_m592C795F9237CC3C53F146034F5D5354E47C513A_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_GetValueOrDefault_m89C358E3BB7B579C085F9324420B1BE83B7961FE_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_GetValueOrDefault_m8FC36060759BD681B6AA552F571A4355A6E3DA75_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1__ctor_m9800F3995A74C723B9FC813AF01F81BCE1416699_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1__ctor_mD9531D7F265E6E8DAC2061FA2CEA565442F8AB3F_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_get_HasValue_mC2DD0FBD580D10D12D4048F022CD70E3B50E27FE_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_get_Value_m9725136E54A232F2B8A5D0D1AD7CA4ADC2874BF3_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } Nullable_1_t750746B7AD7BE05941CB5F8E44595246AEA8F7B2 V_0; memset((&V_0), 0, sizeof(V_0)); Nullable_1_t7E8D134849FD70B33AA436F1A224083C40D24ADA V_1; memset((&V_1), 0, sizeof(V_1)); RuntimeObject* V_2 = NULL; InputControlScheme_t65ED7D84CDC45F04A6417FABA3F8585FC545C340 V_3; memset((&V_3), 0, sizeof(V_3)); MatchResult_tB87B08CF46A07B0916A575EBC373FC406131649E V_4; memset((&V_4), 0, sizeof(V_4)); InputControlList_1_t9D0926F8AB5859C8767B43B76E6AC3847A5D7D02 V_5; memset((&V_5), 0, sizeof(V_5)); MatchResult_tB87B08CF46A07B0916A575EBC373FC406131649E V_6; memset((&V_6), 0, sizeof(V_6)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { // if (devices == null) RuntimeObject * L_0 = ___devices0; if (L_0) { goto IL_0013; } } { // throw new ArgumentNullException(nameof(devices)); ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralBB85D32D8E31C7139BF49A5435CDA90D17D87905)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputControlScheme_FindControlSchemeForDevices_TisRuntimeObject_TisRuntimeObject_mCB6EAAD41F64FA74371EB03FB19F421E96B338D8_RuntimeMethod_var))); } IL_0013: { // if (schemes == null) RuntimeObject * L_2 = ___schemes1; if (L_2) { goto IL_0026; } } { // throw new ArgumentNullException(nameof(schemes)); ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_3 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_3, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralECBB041E8565DED22DF81C0D9E9BB502DFF7A982)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputControlScheme_FindControlSchemeForDevices_TisRuntimeObject_TisRuntimeObject_mCB6EAAD41F64FA74371EB03FB19F421E96B338D8_RuntimeMethod_var))); } IL_0026: { // MatchResult? bestResult = null; il2cpp_codegen_initobj((&V_0), sizeof(Nullable_1_t750746B7AD7BE05941CB5F8E44595246AEA8F7B2 )); // InputControlScheme? bestScheme = null; il2cpp_codegen_initobj((&V_1), sizeof(Nullable_1_t7E8D134849FD70B33AA436F1A224083C40D24ADA )); // foreach (var scheme in schemes) NullCheck((RuntimeObject*)(___schemes1)); RuntimeObject* L_4; L_4 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.Generic.IEnumerator`1 System.Collections.Generic.IEnumerable`1::GetEnumerator() */, IEnumerable_1_t5A840767E7578F84240E9F0D59A84A41C2DC7DE7_il2cpp_TypeInfo_var, (RuntimeObject*)(___schemes1)); V_2 = (RuntimeObject*)L_4; } IL_0044: try { // begin try (depth: 1) { goto IL_00f4; } IL_0049: { // foreach (var scheme in schemes) RuntimeObject* L_5 = V_2; NullCheck((RuntimeObject*)L_5); InputControlScheme_t65ED7D84CDC45F04A6417FABA3F8585FC545C340 L_6; L_6 = InterfaceFuncInvoker0< InputControlScheme_t65ED7D84CDC45F04A6417FABA3F8585FC545C340 >::Invoke(0 /* !0 System.Collections.Generic.IEnumerator`1::get_Current() */, IEnumerator_1_t66D152DEA76F9BFEED1E9DF4EB73160B725E0E73_il2cpp_TypeInfo_var, (RuntimeObject*)L_5); V_3 = (InputControlScheme_t65ED7D84CDC45F04A6417FABA3F8585FC545C340 )L_6; // var result = scheme.PickDevicesFrom(devices, favorDevice: mustIncludeDevice); RuntimeObject * L_7 = ___devices0; InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * L_8 = ___mustIncludeDevice4; MatchResult_tB87B08CF46A07B0916A575EBC373FC406131649E L_9; L_9 = InputControlScheme_PickDevicesFrom_TisRuntimeObject_m89EFE1FEDDF16548D6068271DD448C3729CE08B5((InputControlScheme_t65ED7D84CDC45F04A6417FABA3F8585FC545C340 *)(InputControlScheme_t65ED7D84CDC45F04A6417FABA3F8585FC545C340 *)(&V_3), (RuntimeObject *)L_7, (InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 *)L_8, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); V_4 = (MatchResult_tB87B08CF46A07B0916A575EBC373FC406131649E )L_9; // if (!result.isSuccessfulMatch && (!allowUnsuccessfulMatch || result.score <= 0)) bool L_10; L_10 = MatchResult_get_isSuccessfulMatch_m9636B8D59B9916F3EBA63F4A1FFE30F5BA079131((MatchResult_tB87B08CF46A07B0916A575EBC373FC406131649E *)(MatchResult_tB87B08CF46A07B0916A575EBC373FC406131649E *)(&V_4), /*hidden argument*/NULL); if (L_10) { goto IL_0080; } } IL_0065: { bool L_11 = ___allowUnsuccessfulMatch5; if (!L_11) { goto IL_0077; } } IL_0069: { float L_12; L_12 = MatchResult_get_score_mBB19C99498B499C9D3E04B08ACE85CFD270AFF43_inline((MatchResult_tB87B08CF46A07B0916A575EBC373FC406131649E *)(MatchResult_tB87B08CF46A07B0916A575EBC373FC406131649E *)(&V_4), /*hidden argument*/NULL); if ((!(((float)L_12) <= ((float)(0.0f))))) { goto IL_0080; } } IL_0077: { // result.Dispose(); MatchResult_Dispose_m21D8491D3BB9029B6389376DD95FC209663BE02E((MatchResult_tB87B08CF46A07B0916A575EBC373FC406131649E *)(MatchResult_tB87B08CF46A07B0916A575EBC373FC406131649E *)(&V_4), /*hidden argument*/NULL); // continue; goto IL_00f4; } IL_0080: { // if (mustIncludeDevice != null && !result.devices.Contains(mustIncludeDevice)) InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * L_13 = ___mustIncludeDevice4; if (!L_13) { goto IL_00a1; } } IL_0084: { InputControlList_1_t9D0926F8AB5859C8767B43B76E6AC3847A5D7D02 L_14; L_14 = MatchResult_get_devices_m9950928CDBAAA321E6E4BF78BE534562213AB66F((MatchResult_tB87B08CF46A07B0916A575EBC373FC406131649E *)(MatchResult_tB87B08CF46A07B0916A575EBC373FC406131649E *)(&V_4), /*hidden argument*/NULL); V_5 = (InputControlList_1_t9D0926F8AB5859C8767B43B76E6AC3847A5D7D02 )L_14; InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * L_15 = ___mustIncludeDevice4; bool L_16; L_16 = InputControlList_1_Contains_m592C795F9237CC3C53F146034F5D5354E47C513A((InputControlList_1_t9D0926F8AB5859C8767B43B76E6AC3847A5D7D02 *)(InputControlList_1_t9D0926F8AB5859C8767B43B76E6AC3847A5D7D02 *)(&V_5), (InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 *)L_15, /*hidden argument*/InputControlList_1_Contains_m592C795F9237CC3C53F146034F5D5354E47C513A_RuntimeMethod_var); if (L_16) { goto IL_00a1; } } IL_0098: { // result.Dispose(); MatchResult_Dispose_m21D8491D3BB9029B6389376DD95FC209663BE02E((MatchResult_tB87B08CF46A07B0916A575EBC373FC406131649E *)(MatchResult_tB87B08CF46A07B0916A575EBC373FC406131649E *)(&V_4), /*hidden argument*/NULL); // continue; goto IL_00f4; } IL_00a1: { // if (bestResult != null && bestResult.Value.score >= result.score) bool L_17; L_17 = Nullable_1_get_HasValue_mC2DD0FBD580D10D12D4048F022CD70E3B50E27FE_inline((Nullable_1_t750746B7AD7BE05941CB5F8E44595246AEA8F7B2 *)(Nullable_1_t750746B7AD7BE05941CB5F8E44595246AEA8F7B2 *)(&V_0), /*hidden argument*/Nullable_1_get_HasValue_mC2DD0FBD580D10D12D4048F022CD70E3B50E27FE_RuntimeMethod_var); if (!L_17) { goto IL_00cc; } } IL_00aa: { MatchResult_tB87B08CF46A07B0916A575EBC373FC406131649E L_18; L_18 = Nullable_1_get_Value_m9725136E54A232F2B8A5D0D1AD7CA4ADC2874BF3((Nullable_1_t750746B7AD7BE05941CB5F8E44595246AEA8F7B2 *)(Nullable_1_t750746B7AD7BE05941CB5F8E44595246AEA8F7B2 *)(&V_0), /*hidden argument*/Nullable_1_get_Value_m9725136E54A232F2B8A5D0D1AD7CA4ADC2874BF3_RuntimeMethod_var); V_6 = (MatchResult_tB87B08CF46A07B0916A575EBC373FC406131649E )L_18; float L_19; L_19 = MatchResult_get_score_mBB19C99498B499C9D3E04B08ACE85CFD270AFF43_inline((MatchResult_tB87B08CF46A07B0916A575EBC373FC406131649E *)(MatchResult_tB87B08CF46A07B0916A575EBC373FC406131649E *)(&V_6), /*hidden argument*/NULL); float L_20; L_20 = MatchResult_get_score_mBB19C99498B499C9D3E04B08ACE85CFD270AFF43_inline((MatchResult_tB87B08CF46A07B0916A575EBC373FC406131649E *)(MatchResult_tB87B08CF46A07B0916A575EBC373FC406131649E *)(&V_4), /*hidden argument*/NULL); if ((!(((float)L_19) >= ((float)L_20)))) { goto IL_00cc; } } IL_00c3: { // result.Dispose(); MatchResult_Dispose_m21D8491D3BB9029B6389376DD95FC209663BE02E((MatchResult_tB87B08CF46A07B0916A575EBC373FC406131649E *)(MatchResult_tB87B08CF46A07B0916A575EBC373FC406131649E *)(&V_4), /*hidden argument*/NULL); // continue; goto IL_00f4; } IL_00cc: { // bestResult?.Dispose(); bool L_21; L_21 = Nullable_1_get_HasValue_mC2DD0FBD580D10D12D4048F022CD70E3B50E27FE_inline((Nullable_1_t750746B7AD7BE05941CB5F8E44595246AEA8F7B2 *)(Nullable_1_t750746B7AD7BE05941CB5F8E44595246AEA8F7B2 *)(&V_0), /*hidden argument*/Nullable_1_get_HasValue_mC2DD0FBD580D10D12D4048F022CD70E3B50E27FE_RuntimeMethod_var); if (!L_21) { goto IL_00e5; } } IL_00d5: { MatchResult_tB87B08CF46A07B0916A575EBC373FC406131649E L_22; L_22 = Nullable_1_GetValueOrDefault_m8FC36060759BD681B6AA552F571A4355A6E3DA75_inline((Nullable_1_t750746B7AD7BE05941CB5F8E44595246AEA8F7B2 *)(Nullable_1_t750746B7AD7BE05941CB5F8E44595246AEA8F7B2 *)(&V_0), /*hidden argument*/Nullable_1_GetValueOrDefault_m8FC36060759BD681B6AA552F571A4355A6E3DA75_RuntimeMethod_var); V_6 = (MatchResult_tB87B08CF46A07B0916A575EBC373FC406131649E )L_22; MatchResult_Dispose_m21D8491D3BB9029B6389376DD95FC209663BE02E((MatchResult_tB87B08CF46A07B0916A575EBC373FC406131649E *)(MatchResult_tB87B08CF46A07B0916A575EBC373FC406131649E *)(&V_6), /*hidden argument*/NULL); } IL_00e5: { // bestResult = result; MatchResult_tB87B08CF46A07B0916A575EBC373FC406131649E L_23 = V_4; Nullable_1_t750746B7AD7BE05941CB5F8E44595246AEA8F7B2 L_24; memset((&L_24), 0, sizeof(L_24)); Nullable_1__ctor_mD9531D7F265E6E8DAC2061FA2CEA565442F8AB3F((&L_24), (MatchResult_tB87B08CF46A07B0916A575EBC373FC406131649E )L_23, /*hidden argument*/Nullable_1__ctor_mD9531D7F265E6E8DAC2061FA2CEA565442F8AB3F_RuntimeMethod_var); V_0 = (Nullable_1_t750746B7AD7BE05941CB5F8E44595246AEA8F7B2 )L_24; // bestScheme = scheme; InputControlScheme_t65ED7D84CDC45F04A6417FABA3F8585FC545C340 L_25 = V_3; Nullable_1_t7E8D134849FD70B33AA436F1A224083C40D24ADA L_26; memset((&L_26), 0, sizeof(L_26)); Nullable_1__ctor_m9800F3995A74C723B9FC813AF01F81BCE1416699((&L_26), (InputControlScheme_t65ED7D84CDC45F04A6417FABA3F8585FC545C340 )L_25, /*hidden argument*/Nullable_1__ctor_m9800F3995A74C723B9FC813AF01F81BCE1416699_RuntimeMethod_var); V_1 = (Nullable_1_t7E8D134849FD70B33AA436F1A224083C40D24ADA )L_26; } IL_00f4: { // foreach (var scheme in schemes) RuntimeObject* L_27 = V_2; NullCheck((RuntimeObject*)L_27); bool L_28; L_28 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, (RuntimeObject*)L_27); if (L_28) { goto IL_0049; } } IL_00ff: { IL2CPP_LEAVE(0x10B, FINALLY_0101); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0101; } FINALLY_0101: { // begin finally (depth: 1) { RuntimeObject* L_29 = V_2; if (!L_29) { goto IL_010a; } } IL_0104: { RuntimeObject* L_30 = V_2; NullCheck((RuntimeObject*)L_30); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_30); } IL_010a: { IL2CPP_END_FINALLY(257) } } // end finally (depth: 1) IL2CPP_CLEANUP(257) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x10B, IL_010b) } IL_010b: { // matchResult = bestResult ?? default; MatchResult_tB87B08CF46A07B0916A575EBC373FC406131649E * L_31 = ___matchResult3; MatchResult_tB87B08CF46A07B0916A575EBC373FC406131649E L_32; L_32 = Nullable_1_GetValueOrDefault_m8FC36060759BD681B6AA552F571A4355A6E3DA75_inline((Nullable_1_t750746B7AD7BE05941CB5F8E44595246AEA8F7B2 *)(Nullable_1_t750746B7AD7BE05941CB5F8E44595246AEA8F7B2 *)(&V_0), /*hidden argument*/Nullable_1_GetValueOrDefault_m8FC36060759BD681B6AA552F571A4355A6E3DA75_RuntimeMethod_var); *(MatchResult_tB87B08CF46A07B0916A575EBC373FC406131649E *)L_31 = L_32; Il2CppCodeGenWriteBarrier((void**)&(((MatchResult_tB87B08CF46A07B0916A575EBC373FC406131649E *)L_31)->___m_Requirements_4), (void*)NULL); // controlScheme = bestScheme ?? default; InputControlScheme_t65ED7D84CDC45F04A6417FABA3F8585FC545C340 * L_33 = ___controlScheme2; InputControlScheme_t65ED7D84CDC45F04A6417FABA3F8585FC545C340 L_34; L_34 = Nullable_1_GetValueOrDefault_m89C358E3BB7B579C085F9324420B1BE83B7961FE_inline((Nullable_1_t7E8D134849FD70B33AA436F1A224083C40D24ADA *)(Nullable_1_t7E8D134849FD70B33AA436F1A224083C40D24ADA *)(&V_1), /*hidden argument*/Nullable_1_GetValueOrDefault_m89C358E3BB7B579C085F9324420B1BE83B7961FE_RuntimeMethod_var); *(InputControlScheme_t65ED7D84CDC45F04A6417FABA3F8585FC545C340 *)L_33 = L_34; Il2CppCodeGenWriteBarrier((void**)&(((InputControlScheme_t65ED7D84CDC45F04A6417FABA3F8585FC545C340 *)L_33)->___m_Name_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((InputControlScheme_t65ED7D84CDC45F04A6417FABA3F8585FC545C340 *)L_33)->___m_BindingGroup_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((InputControlScheme_t65ED7D84CDC45F04A6417FABA3F8585FC545C340 *)L_33)->___m_DeviceRequirements_2), (void*)NULL); #endif // return bestResult.HasValue; bool L_35; L_35 = Nullable_1_get_HasValue_mC2DD0FBD580D10D12D4048F022CD70E3B50E27FE_inline((Nullable_1_t750746B7AD7BE05941CB5F8E44595246AEA8F7B2 *)(Nullable_1_t750746B7AD7BE05941CB5F8E44595246AEA8F7B2 *)(&V_0), /*hidden argument*/Nullable_1_get_HasValue_mC2DD0FBD580D10D12D4048F022CD70E3B50E27FE_RuntimeMethod_var); return (bool)L_35; } } // UnityEngine.InputSystem.InputControlScheme/MatchResult UnityEngine.InputSystem.InputControlScheme::PickDevicesFrom>(TDevices,UnityEngine.InputSystem.InputDevice) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MatchResult_tB87B08CF46A07B0916A575EBC373FC406131649E InputControlScheme_PickDevicesFrom_TisInputControlList_1_t9461BFBC9FEFA4CB0C7F0981E4B70C426126D012_mC61F7DB8197A98D998F4200DFA73376946AA6A81_gshared (InputControlScheme_t65ED7D84CDC45F04A6417FABA3F8585FC545C340 * __this, InputControlList_1_t9461BFBC9FEFA4CB0C7F0981E4B70C426126D012 ___devices0, InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * ___favorDevice1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IReadOnlyCollection_1_t8494FE19D4ABEBFC41C16C7BA62999B51C670868_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IReadOnlyList_1_tD49C1676E62F617DA8F050A0DF501311A72B2266_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputControlLayout_tE6B3ECA665209114AFF079155BF9F2FA79A03741_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputControlList_1_Add_mB76B1364FAD78FA46FB1661193347312D26C21A5_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputControlList_1_Contains_m59F78D2425C439F62BE714C924B527AD555C6E6F_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputControlList_1__ctor_mAC0AA7B84B676FBB1F4430B8BD38F01A50A78C16_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; bool V_1 = false; int32_t V_2 = 0; float V_3 = 0.0f; InputControlList_1_tCCB2EBF6FDF573DC316CABD9A44894F5CCEEAE4A V_4; memset((&V_4), 0, sizeof(V_4)); MatchResult_tB87B08CF46A07B0916A575EBC373FC406131649E V_5; memset((&V_5), 0, sizeof(V_5)); bool V_6 = false; bool V_7 = false; int32_t V_8 = 0; bool V_9 = false; bool V_10 = false; String_t* V_11 = NULL; InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * V_12 = NULL; int32_t V_13 = 0; InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * V_14 = NULL; InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * V_15 = NULL; InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED V_16; memset((&V_16), 0, sizeof(V_16)); InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED V_17; memset((&V_17), 0, sizeof(V_17)); int32_t V_18 = 0; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; int32_t G_B27_0 = 0; MatchResult_tB87B08CF46A07B0916A575EBC373FC406131649E * G_B58_0 = NULL; MatchResult_tB87B08CF46A07B0916A575EBC373FC406131649E * G_B55_0 = NULL; MatchResult_tB87B08CF46A07B0916A575EBC373FC406131649E * G_B57_0 = NULL; MatchResult_tB87B08CF46A07B0916A575EBC373FC406131649E * G_B56_0 = NULL; int32_t G_B59_0 = 0; MatchResult_tB87B08CF46A07B0916A575EBC373FC406131649E * G_B59_1 = NULL; { // if (m_DeviceRequirements == null || m_DeviceRequirements.Length == 0) DeviceRequirementU5BU5D_tBAAEA8AD0E93A8EF9DF98E9F4957B7A56286E795* L_0 = (DeviceRequirementU5BU5D_tBAAEA8AD0E93A8EF9DF98E9F4957B7A56286E795*)__this->get_m_DeviceRequirements_2(); if (!L_0) { goto IL_0011; } } { DeviceRequirementU5BU5D_tBAAEA8AD0E93A8EF9DF98E9F4957B7A56286E795* L_1 = (DeviceRequirementU5BU5D_tBAAEA8AD0E93A8EF9DF98E9F4957B7A56286E795*)__this->get_m_DeviceRequirements_2(); NullCheck(L_1); if ((((RuntimeArray*)L_1)->max_length)) { goto IL_0030; } } IL_0011: { // return new MatchResult // { // m_Result = MatchResult.Result.AllSatisfied, // // Prevent zero score on successful match but make less than one which would // // result from having a single requirement. // m_Score = 0.5f, // }; il2cpp_codegen_initobj((&V_5), sizeof(MatchResult_tB87B08CF46A07B0916A575EBC373FC406131649E )); (&V_5)->set_m_Result_0(0); (&V_5)->set_m_Score_1((0.5f)); MatchResult_tB87B08CF46A07B0916A575EBC373FC406131649E L_2 = V_5; return (MatchResult_tB87B08CF46A07B0916A575EBC373FC406131649E )L_2; } IL_0030: { // var haveAllRequired = true; V_0 = (bool)1; // var haveAllOptional = true; V_1 = (bool)1; // var requirementCount = m_DeviceRequirements.Length; DeviceRequirementU5BU5D_tBAAEA8AD0E93A8EF9DF98E9F4957B7A56286E795* L_3 = (DeviceRequirementU5BU5D_tBAAEA8AD0E93A8EF9DF98E9F4957B7A56286E795*)__this->get_m_DeviceRequirements_2(); NullCheck(L_3); V_2 = (int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_3)->max_length))); // var score = 0f; V_3 = (float)(0.0f); // var controls = new InputControlList(Allocator.Persistent, requirementCount); int32_t L_4 = V_2; InputControlList_1__ctor_mAC0AA7B84B676FBB1F4430B8BD38F01A50A78C16((InputControlList_1_tCCB2EBF6FDF573DC316CABD9A44894F5CCEEAE4A *)(InputControlList_1_tCCB2EBF6FDF573DC316CABD9A44894F5CCEEAE4A *)(&V_4), (int32_t)4, (int32_t)L_4, /*hidden argument*/InputControlList_1__ctor_mAC0AA7B84B676FBB1F4430B8BD38F01A50A78C16_RuntimeMethod_var); } IL_004c: try { // begin try (depth: 1) { // var orChainIsSatisfied = false; V_6 = (bool)0; // var orChainHasRequiredDevices = false; V_7 = (bool)0; // for (var i = 0; i < requirementCount; ++i) V_8 = (int32_t)0; goto IL_023a; } IL_005a: { // var isOR = m_DeviceRequirements[i].isOR; DeviceRequirementU5BU5D_tBAAEA8AD0E93A8EF9DF98E9F4957B7A56286E795* L_5 = (DeviceRequirementU5BU5D_tBAAEA8AD0E93A8EF9DF98E9F4957B7A56286E795*)__this->get_m_DeviceRequirements_2(); int32_t L_6 = V_8; NullCheck(L_5); bool L_7; L_7 = DeviceRequirement_get_isOR_mC576E1CCD4272F37A3437F6509733061310D19EA((DeviceRequirement_tAB27570ED81D24759C54FDE48B6DD74FF51649C9 *)(DeviceRequirement_tAB27570ED81D24759C54FDE48B6DD74FF51649C9 *)((L_5)->GetAddressAt(static_cast(L_6))), /*hidden argument*/NULL); V_9 = (bool)L_7; // var isOptional = m_DeviceRequirements[i].isOptional; DeviceRequirementU5BU5D_tBAAEA8AD0E93A8EF9DF98E9F4957B7A56286E795* L_8 = (DeviceRequirementU5BU5D_tBAAEA8AD0E93A8EF9DF98E9F4957B7A56286E795*)__this->get_m_DeviceRequirements_2(); int32_t L_9 = V_8; NullCheck(L_8); bool L_10; L_10 = DeviceRequirement_get_isOptional_m7602A20A72D48CD59BFF5F0294F0628A46529221((DeviceRequirement_tAB27570ED81D24759C54FDE48B6DD74FF51649C9 *)(DeviceRequirement_tAB27570ED81D24759C54FDE48B6DD74FF51649C9 *)((L_8)->GetAddressAt(static_cast(L_9))), /*hidden argument*/NULL); V_10 = (bool)L_10; // if (isOR && orChainIsSatisfied) bool L_11 = V_9; bool L_12 = V_6; if (!((int32_t)((int32_t)L_11&(int32_t)L_12))) { goto IL_0096; } } IL_0089: { // controls.Add(null); InputControlList_1_Add_mB76B1364FAD78FA46FB1661193347312D26C21A5((InputControlList_1_tCCB2EBF6FDF573DC316CABD9A44894F5CCEEAE4A *)(InputControlList_1_tCCB2EBF6FDF573DC316CABD9A44894F5CCEEAE4A *)(&V_4), (InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 *)NULL, /*hidden argument*/InputControlList_1_Add_mB76B1364FAD78FA46FB1661193347312D26C21A5_RuntimeMethod_var); // continue; goto IL_0234; } IL_0096: { // var path = m_DeviceRequirements[i].controlPath; DeviceRequirementU5BU5D_tBAAEA8AD0E93A8EF9DF98E9F4957B7A56286E795* L_13 = (DeviceRequirementU5BU5D_tBAAEA8AD0E93A8EF9DF98E9F4957B7A56286E795*)__this->get_m_DeviceRequirements_2(); int32_t L_14 = V_8; NullCheck(L_13); String_t* L_15; L_15 = DeviceRequirement_get_controlPath_m0D13B49CD786FC480A8EAE207A67108AF0B946BC_inline((DeviceRequirement_tAB27570ED81D24759C54FDE48B6DD74FF51649C9 *)(DeviceRequirement_tAB27570ED81D24759C54FDE48B6DD74FF51649C9 *)((L_13)->GetAddressAt(static_cast(L_14))), /*hidden argument*/NULL); V_11 = (String_t*)L_15; // if (string.IsNullOrEmpty(path)) String_t* L_16 = V_11; bool L_17; L_17 = String_IsNullOrEmpty_m57429705D977ACD5EE7E210A858EED6F348C36B3((String_t*)L_16, /*hidden argument*/NULL); if (!L_17) { goto IL_00c8; } } IL_00b3: { // score += 1; float L_18 = V_3; V_3 = (float)((float)il2cpp_codegen_add((float)L_18, (float)(1.0f))); // controls.Add(null); InputControlList_1_Add_mB76B1364FAD78FA46FB1661193347312D26C21A5((InputControlList_1_tCCB2EBF6FDF573DC316CABD9A44894F5CCEEAE4A *)(InputControlList_1_tCCB2EBF6FDF573DC316CABD9A44894F5CCEEAE4A *)(&V_4), (InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 *)NULL, /*hidden argument*/InputControlList_1_Add_mB76B1364FAD78FA46FB1661193347312D26C21A5_RuntimeMethod_var); // continue; goto IL_0234; } IL_00c8: { // InputControl match = null; V_12 = (InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 *)NULL; // for (var n = 0; n < devices.Count; ++n) V_13 = (int32_t)0; goto IL_0190; } IL_00d3: { // var device = devices[n]; int32_t L_19 = V_13; RuntimeObject * L_20 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (&___devices0)); NullCheck((RuntimeObject*)L_20); InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * L_21; L_21 = InterfaceFuncInvoker1< InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 *, int32_t >::Invoke(0 /* !0 System.Collections.Generic.IReadOnlyList`1::get_Item(System.Int32) */, IReadOnlyList_1_tD49C1676E62F617DA8F050A0DF501311A72B2266_il2cpp_TypeInfo_var, (RuntimeObject*)L_20, (int32_t)L_19); ___devices0 = *(InputControlList_1_t9461BFBC9FEFA4CB0C7F0981E4B70C426126D012 *)UnBox(L_20); V_14 = (InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 *)L_21; // if (favorDevice != null) InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * L_22 = ___favorDevice1; if (!L_22) { goto IL_0105; } } IL_00e7: { // if (n == 0) int32_t L_23 = V_13; if (L_23) { goto IL_00f0; } } IL_00eb: { // device = favorDevice; InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * L_24 = ___favorDevice1; V_14 = (InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 *)L_24; goto IL_0105; } IL_00f0: { // else if (device == favorDevice) InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * L_25 = V_14; InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * L_26 = ___favorDevice1; if ((!(((RuntimeObject*)(InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 *)L_25) == ((RuntimeObject*)(InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 *)L_26)))) { goto IL_0105; } } IL_00f5: { // device = devices[0]; RuntimeObject * L_27 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (&___devices0)); NullCheck((RuntimeObject*)L_27); InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * L_28; L_28 = InterfaceFuncInvoker1< InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 *, int32_t >::Invoke(0 /* !0 System.Collections.Generic.IReadOnlyList`1::get_Item(System.Int32) */, IReadOnlyList_1_tD49C1676E62F617DA8F050A0DF501311A72B2266_il2cpp_TypeInfo_var, (RuntimeObject*)L_27, (int32_t)0); ___devices0 = *(InputControlList_1_t9461BFBC9FEFA4CB0C7F0981E4B70C426126D012 *)UnBox(L_27); V_14 = (InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 *)L_28; } IL_0105: { // var matchedControl = InputControlPath.TryFindControl(device, path); InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * L_29 = V_14; String_t* L_30 = V_11; InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_31; L_31 = InputControlPath_TryFindControl_mC3F1B49B83564A87DA9244867994AE25F169068F((InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 *)L_29, (String_t*)L_30, (int32_t)0, /*hidden argument*/NULL); V_15 = (InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 *)L_31; // if (matchedControl == null) InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_32 = V_15; if (!L_32) { goto IL_018a; } } IL_0115: { // if (controls.Contains(matchedControl)) InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_33 = V_15; bool L_34; L_34 = InputControlList_1_Contains_m59F78D2425C439F62BE714C924B527AD555C6E6F((InputControlList_1_tCCB2EBF6FDF573DC316CABD9A44894F5CCEEAE4A *)(InputControlList_1_tCCB2EBF6FDF573DC316CABD9A44894F5CCEEAE4A *)(&V_4), (InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 *)L_33, /*hidden argument*/InputControlList_1_Contains_m59F78D2425C439F62BE714C924B527AD555C6E6F_RuntimeMethod_var); if (L_34) { goto IL_018a; } } IL_0120: { // match = matchedControl; InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_35 = V_15; V_12 = (InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 *)L_35; // var deviceLayoutOfControlPath = new InternedString(InputControlPath.TryGetDeviceLayout(path)); String_t* L_36 = V_11; String_t* L_37; L_37 = InputControlPath_TryGetDeviceLayout_m47A9B8E4FB014562E0C8355D644AF91EF5D155DB((String_t*)L_36, /*hidden argument*/NULL); InternedString__ctor_mE81A2A4EA05081A96717682ACF38746482E3CF62((InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED *)(InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED *)(&V_16), (String_t*)L_37, /*hidden argument*/NULL); // if (deviceLayoutOfControlPath.IsEmpty()) bool L_38; L_38 = InternedString_IsEmpty_mDC1F123EBDF899AB57EDDCFFC3F67DA84A2CC2AD((InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED *)(InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED *)(&V_16), /*hidden argument*/NULL); if (!L_38) { goto IL_0145; } } IL_013b: { // score += 1; float L_39 = V_3; V_3 = (float)((float)il2cpp_codegen_add((float)L_39, (float)(1.0f))); // } goto IL_01a4; } IL_0145: { // var deviceLayoutOfControl = matchedControl.device.m_Layout; InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_40 = V_15; NullCheck((InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 *)L_40); InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * L_41; L_41 = InputControl_get_device_m7B8D4A5F3C7C11E4FE7239692961C434C7CCF9E1_inline((InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 *)L_40, /*hidden argument*/NULL); NullCheck(L_41); InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED L_42 = (InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED )((InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 *)L_41)->get_m_Layout_7(); V_17 = (InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED )L_42; // if (InputControlLayout.s_Layouts.ComputeDistanceInInheritanceHierarchy(deviceLayoutOfControlPath, // deviceLayoutOfControl, out var distance)) IL2CPP_RUNTIME_CLASS_INIT(InputControlLayout_tE6B3ECA665209114AFF079155BF9F2FA79A03741_il2cpp_TypeInfo_var); InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED L_43 = V_16; InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED L_44 = V_17; bool L_45; L_45 = Collection_ComputeDistanceInInheritanceHierarchy_mCEB7893ADA9EAED24942C98007AE5983925A591A((Collection_tE4D2860D7319AE2B62163AFBA0A549B87DB0B97F *)(Collection_tE4D2860D7319AE2B62163AFBA0A549B87DB0B97F *)(((InputControlLayout_tE6B3ECA665209114AFF079155BF9F2FA79A03741_StaticFields*)il2cpp_codegen_static_fields_for(InputControlLayout_tE6B3ECA665209114AFF079155BF9F2FA79A03741_il2cpp_TypeInfo_var))->get_address_of_s_Layouts_15()), (InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED )L_43, (InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED )L_44, (int32_t*)(int32_t*)(&V_18), /*hidden argument*/NULL); if (!L_45) { goto IL_0180; } } IL_0165: { // score += 1 + 1f / (Math.Abs(distance) + 1); float L_46 = V_3; int32_t L_47 = V_18; IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_48; L_48 = il2cpp_codegen_abs((int32_t)L_47); V_3 = (float)((float)il2cpp_codegen_add((float)L_46, (float)((float)il2cpp_codegen_add((float)(1.0f), (float)((float)((float)(1.0f)/(float)((float)((float)((int32_t)il2cpp_codegen_add((int32_t)L_48, (int32_t)1)))))))))); // } goto IL_01a4; } IL_0180: { // score += 1; float L_49 = V_3; V_3 = (float)((float)il2cpp_codegen_add((float)L_49, (float)(1.0f))); // break; goto IL_01a4; } IL_018a: { // for (var n = 0; n < devices.Count; ++n) int32_t L_50 = V_13; V_13 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_50, (int32_t)1)); } IL_0190: { // for (var n = 0; n < devices.Count; ++n) int32_t L_51 = V_13; RuntimeObject * L_52 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (&___devices0)); NullCheck((RuntimeObject*)L_52); int32_t L_53; L_53 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Int32 System.Collections.Generic.IReadOnlyCollection`1::get_Count() */, IReadOnlyCollection_1_t8494FE19D4ABEBFC41C16C7BA62999B51C670868_il2cpp_TypeInfo_var, (RuntimeObject*)L_52); ___devices0 = *(InputControlList_1_t9461BFBC9FEFA4CB0C7F0981E4B70C426126D012 *)UnBox(L_52); if ((((int32_t)L_51) < ((int32_t)L_53))) { goto IL_00d3; } } IL_01a4: { // var nextIsOR = i + 1 < requirementCount && m_DeviceRequirements[i + 1].isOR; int32_t L_54 = V_8; int32_t L_55 = V_2; if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_54, (int32_t)1))) >= ((int32_t)L_55))) { goto IL_01c1; } } IL_01ab: { DeviceRequirementU5BU5D_tBAAEA8AD0E93A8EF9DF98E9F4957B7A56286E795* L_56 = (DeviceRequirementU5BU5D_tBAAEA8AD0E93A8EF9DF98E9F4957B7A56286E795*)__this->get_m_DeviceRequirements_2(); int32_t L_57 = V_8; NullCheck(L_56); bool L_58; L_58 = DeviceRequirement_get_isOR_mC576E1CCD4272F37A3437F6509733061310D19EA((DeviceRequirement_tAB27570ED81D24759C54FDE48B6DD74FF51649C9 *)(DeviceRequirement_tAB27570ED81D24759C54FDE48B6DD74FF51649C9 *)((L_56)->GetAddressAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_57, (int32_t)1))))), /*hidden argument*/NULL); G_B27_0 = ((int32_t)(L_58)); goto IL_01c2; } IL_01c1: { G_B27_0 = 0; } IL_01c2: { // if (nextIsOR) if (!G_B27_0) { goto IL_01d6; } } IL_01c4: { // if (match != null) InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_59 = V_12; if (!L_59) { goto IL_01cd; } } IL_01c8: { // orChainIsSatisfied = true; V_6 = (bool)1; // } goto IL_022b; } IL_01cd: { // if (!isOptional) bool L_60 = V_10; if (L_60) { goto IL_022b; } } IL_01d1: { // orChainHasRequiredDevices = true; V_7 = (bool)1; // } goto IL_022b; } IL_01d6: { // else if (isOR && i == requirementCount - 1) bool L_61 = V_9; if (!L_61) { goto IL_01f1; } } IL_01da: { int32_t L_62 = V_8; int32_t L_63 = V_2; if ((!(((uint32_t)L_62) == ((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_63, (int32_t)1)))))) { goto IL_01f1; } } IL_01e1: { // if (match == null) InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_64 = V_12; if (L_64) { goto IL_022b; } } IL_01e5: { // if (orChainHasRequiredDevices) bool L_65 = V_7; if (!L_65) { goto IL_01ed; } } IL_01e9: { // haveAllRequired = false; V_0 = (bool)0; goto IL_022b; } IL_01ed: { // haveAllOptional = false; V_1 = (bool)0; // } goto IL_022b; } IL_01f1: { // if (match == null) InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_66 = V_12; if (L_66) { goto IL_01ff; } } IL_01f5: { // if (isOptional) bool L_67 = V_10; if (!L_67) { goto IL_01fd; } } IL_01f9: { // haveAllOptional = false; V_1 = (bool)0; goto IL_01ff; } IL_01fd: { // haveAllRequired = false; V_0 = (bool)0; } IL_01ff: { // if (i > 0 && m_DeviceRequirements[i - 1].isOR) int32_t L_68 = V_8; if ((((int32_t)L_68) <= ((int32_t)0))) { goto IL_022b; } } IL_0204: { DeviceRequirementU5BU5D_tBAAEA8AD0E93A8EF9DF98E9F4957B7A56286E795* L_69 = (DeviceRequirementU5BU5D_tBAAEA8AD0E93A8EF9DF98E9F4957B7A56286E795*)__this->get_m_DeviceRequirements_2(); int32_t L_70 = V_8; NullCheck(L_69); bool L_71; L_71 = DeviceRequirement_get_isOR_mC576E1CCD4272F37A3437F6509733061310D19EA((DeviceRequirement_tAB27570ED81D24759C54FDE48B6DD74FF51649C9 *)(DeviceRequirement_tAB27570ED81D24759C54FDE48B6DD74FF51649C9 *)((L_69)->GetAddressAt(static_cast(((int32_t)il2cpp_codegen_subtract((int32_t)L_70, (int32_t)1))))), /*hidden argument*/NULL); if (!L_71) { goto IL_022b; } } IL_021a: { // if (!orChainIsSatisfied) bool L_72 = V_6; if (L_72) { goto IL_0228; } } IL_021e: { // if (orChainHasRequiredDevices) bool L_73 = V_7; if (!L_73) { goto IL_0226; } } IL_0222: { // haveAllRequired = false; V_0 = (bool)0; goto IL_0228; } IL_0226: { // haveAllOptional = false; V_1 = (bool)0; } IL_0228: { // orChainIsSatisfied = false; V_6 = (bool)0; } IL_022b: { // controls.Add(match); InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_74 = V_12; InputControlList_1_Add_mB76B1364FAD78FA46FB1661193347312D26C21A5((InputControlList_1_tCCB2EBF6FDF573DC316CABD9A44894F5CCEEAE4A *)(InputControlList_1_tCCB2EBF6FDF573DC316CABD9A44894F5CCEEAE4A *)(&V_4), (InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 *)L_74, /*hidden argument*/InputControlList_1_Add_mB76B1364FAD78FA46FB1661193347312D26C21A5_RuntimeMethod_var); } IL_0234: { // for (var i = 0; i < requirementCount; ++i) int32_t L_75 = V_8; V_8 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_75, (int32_t)1)); } IL_023a: { // for (var i = 0; i < requirementCount; ++i) int32_t L_76 = V_8; int32_t L_77 = V_2; if ((((int32_t)L_76) < ((int32_t)L_77))) { goto IL_005a; } } IL_0242: { // } goto IL_024e; } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0244; } throw e; } CATCH_0244: { // begin catch(System.Exception) // catch (Exception) // controls.Dispose(); InputControlList_1_Dispose_m13F190C1CFED453687912164416417F3264EC6A1((InputControlList_1_tCCB2EBF6FDF573DC316CABD9A44894F5CCEEAE4A *)(InputControlList_1_tCCB2EBF6FDF573DC316CABD9A44894F5CCEEAE4A *)(&V_4), /*hidden argument*/((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputControlList_1_Dispose_m13F190C1CFED453687912164416417F3264EC6A1_RuntimeMethod_var))); // throw; IL2CPP_RAISE_MANAGED_EXCEPTION(IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *), ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputControlScheme_PickDevicesFrom_TisInputControlList_1_t9461BFBC9FEFA4CB0C7F0981E4B70C426126D012_mC61F7DB8197A98D998F4200DFA73376946AA6A81_RuntimeMethod_var))); } // end catch (depth: 1) IL_024e: { // return new MatchResult // { // m_Result = !haveAllRequired // ? MatchResult.Result.MissingRequired // : !haveAllOptional // ? MatchResult.Result.MissingOptional // : MatchResult.Result.AllSatisfied, // m_Controls = controls, // m_Requirements = m_DeviceRequirements, // m_Score = score, // }; il2cpp_codegen_initobj((&V_5), sizeof(MatchResult_tB87B08CF46A07B0916A575EBC373FC406131649E )); bool L_78 = V_0; G_B55_0 = (&V_5); if (!L_78) { G_B58_0 = (&V_5); goto IL_0264; } } { bool L_79 = V_1; G_B56_0 = G_B55_0; if (!L_79) { G_B57_0 = G_B55_0; goto IL_0261; } } { G_B59_0 = 0; G_B59_1 = G_B56_0; goto IL_0265; } IL_0261: { G_B59_0 = 2; G_B59_1 = G_B57_0; goto IL_0265; } IL_0264: { G_B59_0 = 1; G_B59_1 = G_B58_0; } IL_0265: { G_B59_1->set_m_Result_0(G_B59_0); InputControlList_1_tCCB2EBF6FDF573DC316CABD9A44894F5CCEEAE4A L_80 = V_4; (&V_5)->set_m_Controls_3(L_80); DeviceRequirementU5BU5D_tBAAEA8AD0E93A8EF9DF98E9F4957B7A56286E795* L_81 = (DeviceRequirementU5BU5D_tBAAEA8AD0E93A8EF9DF98E9F4957B7A56286E795*)__this->get_m_DeviceRequirements_2(); (&V_5)->set_m_Requirements_4(L_81); float L_82 = V_3; (&V_5)->set_m_Score_1(L_82); MatchResult_tB87B08CF46A07B0916A575EBC373FC406131649E L_83 = V_5; return (MatchResult_tB87B08CF46A07B0916A575EBC373FC406131649E )L_83; } } IL2CPP_EXTERN_C MatchResult_tB87B08CF46A07B0916A575EBC373FC406131649E InputControlScheme_PickDevicesFrom_TisInputControlList_1_t9461BFBC9FEFA4CB0C7F0981E4B70C426126D012_mC61F7DB8197A98D998F4200DFA73376946AA6A81_AdjustorThunk (RuntimeObject * __this, InputControlList_1_t9461BFBC9FEFA4CB0C7F0981E4B70C426126D012 ___devices0, InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * ___favorDevice1, const RuntimeMethod* method) { int32_t _offset = 1; InputControlScheme_t65ED7D84CDC45F04A6417FABA3F8585FC545C340 * _thisAdjusted = reinterpret_cast(__this + _offset); MatchResult_tB87B08CF46A07B0916A575EBC373FC406131649E _returnValue; _returnValue = InputControlScheme_PickDevicesFrom_TisInputControlList_1_t9461BFBC9FEFA4CB0C7F0981E4B70C426126D012_mC61F7DB8197A98D998F4200DFA73376946AA6A81(_thisAdjusted, ___devices0, ___favorDevice1, method); return _returnValue; } // UnityEngine.InputSystem.InputControlScheme/MatchResult UnityEngine.InputSystem.InputControlScheme::PickDevicesFrom>>(TDevices,UnityEngine.InputSystem.InputDevice) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MatchResult_tB87B08CF46A07B0916A575EBC373FC406131649E InputControlScheme_PickDevicesFrom_TisOneOrMore_2_t0194C2641074B9D4264D2C1267C176D9C98E4B79_m1AB484869737CBF94AA3DDD585B84931417EEA23_gshared (InputControlScheme_t65ED7D84CDC45F04A6417FABA3F8585FC545C340 * __this, OneOrMore_2_t0194C2641074B9D4264D2C1267C176D9C98E4B79 ___devices0, InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * ___favorDevice1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IReadOnlyCollection_1_t8494FE19D4ABEBFC41C16C7BA62999B51C670868_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IReadOnlyList_1_tD49C1676E62F617DA8F050A0DF501311A72B2266_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputControlLayout_tE6B3ECA665209114AFF079155BF9F2FA79A03741_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputControlList_1_Add_mB76B1364FAD78FA46FB1661193347312D26C21A5_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputControlList_1_Contains_m59F78D2425C439F62BE714C924B527AD555C6E6F_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputControlList_1__ctor_mAC0AA7B84B676FBB1F4430B8BD38F01A50A78C16_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; bool V_1 = false; int32_t V_2 = 0; float V_3 = 0.0f; InputControlList_1_tCCB2EBF6FDF573DC316CABD9A44894F5CCEEAE4A V_4; memset((&V_4), 0, sizeof(V_4)); MatchResult_tB87B08CF46A07B0916A575EBC373FC406131649E V_5; memset((&V_5), 0, sizeof(V_5)); bool V_6 = false; bool V_7 = false; int32_t V_8 = 0; bool V_9 = false; bool V_10 = false; String_t* V_11 = NULL; InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * V_12 = NULL; int32_t V_13 = 0; InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * V_14 = NULL; InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * V_15 = NULL; InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED V_16; memset((&V_16), 0, sizeof(V_16)); InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED V_17; memset((&V_17), 0, sizeof(V_17)); int32_t V_18 = 0; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; int32_t G_B27_0 = 0; MatchResult_tB87B08CF46A07B0916A575EBC373FC406131649E * G_B58_0 = NULL; MatchResult_tB87B08CF46A07B0916A575EBC373FC406131649E * G_B55_0 = NULL; MatchResult_tB87B08CF46A07B0916A575EBC373FC406131649E * G_B57_0 = NULL; MatchResult_tB87B08CF46A07B0916A575EBC373FC406131649E * G_B56_0 = NULL; int32_t G_B59_0 = 0; MatchResult_tB87B08CF46A07B0916A575EBC373FC406131649E * G_B59_1 = NULL; { // if (m_DeviceRequirements == null || m_DeviceRequirements.Length == 0) DeviceRequirementU5BU5D_tBAAEA8AD0E93A8EF9DF98E9F4957B7A56286E795* L_0 = (DeviceRequirementU5BU5D_tBAAEA8AD0E93A8EF9DF98E9F4957B7A56286E795*)__this->get_m_DeviceRequirements_2(); if (!L_0) { goto IL_0011; } } { DeviceRequirementU5BU5D_tBAAEA8AD0E93A8EF9DF98E9F4957B7A56286E795* L_1 = (DeviceRequirementU5BU5D_tBAAEA8AD0E93A8EF9DF98E9F4957B7A56286E795*)__this->get_m_DeviceRequirements_2(); NullCheck(L_1); if ((((RuntimeArray*)L_1)->max_length)) { goto IL_0030; } } IL_0011: { // return new MatchResult // { // m_Result = MatchResult.Result.AllSatisfied, // // Prevent zero score on successful match but make less than one which would // // result from having a single requirement. // m_Score = 0.5f, // }; il2cpp_codegen_initobj((&V_5), sizeof(MatchResult_tB87B08CF46A07B0916A575EBC373FC406131649E )); (&V_5)->set_m_Result_0(0); (&V_5)->set_m_Score_1((0.5f)); MatchResult_tB87B08CF46A07B0916A575EBC373FC406131649E L_2 = V_5; return (MatchResult_tB87B08CF46A07B0916A575EBC373FC406131649E )L_2; } IL_0030: { // var haveAllRequired = true; V_0 = (bool)1; // var haveAllOptional = true; V_1 = (bool)1; // var requirementCount = m_DeviceRequirements.Length; DeviceRequirementU5BU5D_tBAAEA8AD0E93A8EF9DF98E9F4957B7A56286E795* L_3 = (DeviceRequirementU5BU5D_tBAAEA8AD0E93A8EF9DF98E9F4957B7A56286E795*)__this->get_m_DeviceRequirements_2(); NullCheck(L_3); V_2 = (int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_3)->max_length))); // var score = 0f; V_3 = (float)(0.0f); // var controls = new InputControlList(Allocator.Persistent, requirementCount); int32_t L_4 = V_2; InputControlList_1__ctor_mAC0AA7B84B676FBB1F4430B8BD38F01A50A78C16((InputControlList_1_tCCB2EBF6FDF573DC316CABD9A44894F5CCEEAE4A *)(InputControlList_1_tCCB2EBF6FDF573DC316CABD9A44894F5CCEEAE4A *)(&V_4), (int32_t)4, (int32_t)L_4, /*hidden argument*/InputControlList_1__ctor_mAC0AA7B84B676FBB1F4430B8BD38F01A50A78C16_RuntimeMethod_var); } IL_004c: try { // begin try (depth: 1) { // var orChainIsSatisfied = false; V_6 = (bool)0; // var orChainHasRequiredDevices = false; V_7 = (bool)0; // for (var i = 0; i < requirementCount; ++i) V_8 = (int32_t)0; goto IL_023a; } IL_005a: { // var isOR = m_DeviceRequirements[i].isOR; DeviceRequirementU5BU5D_tBAAEA8AD0E93A8EF9DF98E9F4957B7A56286E795* L_5 = (DeviceRequirementU5BU5D_tBAAEA8AD0E93A8EF9DF98E9F4957B7A56286E795*)__this->get_m_DeviceRequirements_2(); int32_t L_6 = V_8; NullCheck(L_5); bool L_7; L_7 = DeviceRequirement_get_isOR_mC576E1CCD4272F37A3437F6509733061310D19EA((DeviceRequirement_tAB27570ED81D24759C54FDE48B6DD74FF51649C9 *)(DeviceRequirement_tAB27570ED81D24759C54FDE48B6DD74FF51649C9 *)((L_5)->GetAddressAt(static_cast(L_6))), /*hidden argument*/NULL); V_9 = (bool)L_7; // var isOptional = m_DeviceRequirements[i].isOptional; DeviceRequirementU5BU5D_tBAAEA8AD0E93A8EF9DF98E9F4957B7A56286E795* L_8 = (DeviceRequirementU5BU5D_tBAAEA8AD0E93A8EF9DF98E9F4957B7A56286E795*)__this->get_m_DeviceRequirements_2(); int32_t L_9 = V_8; NullCheck(L_8); bool L_10; L_10 = DeviceRequirement_get_isOptional_m7602A20A72D48CD59BFF5F0294F0628A46529221((DeviceRequirement_tAB27570ED81D24759C54FDE48B6DD74FF51649C9 *)(DeviceRequirement_tAB27570ED81D24759C54FDE48B6DD74FF51649C9 *)((L_8)->GetAddressAt(static_cast(L_9))), /*hidden argument*/NULL); V_10 = (bool)L_10; // if (isOR && orChainIsSatisfied) bool L_11 = V_9; bool L_12 = V_6; if (!((int32_t)((int32_t)L_11&(int32_t)L_12))) { goto IL_0096; } } IL_0089: { // controls.Add(null); InputControlList_1_Add_mB76B1364FAD78FA46FB1661193347312D26C21A5((InputControlList_1_tCCB2EBF6FDF573DC316CABD9A44894F5CCEEAE4A *)(InputControlList_1_tCCB2EBF6FDF573DC316CABD9A44894F5CCEEAE4A *)(&V_4), (InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 *)NULL, /*hidden argument*/InputControlList_1_Add_mB76B1364FAD78FA46FB1661193347312D26C21A5_RuntimeMethod_var); // continue; goto IL_0234; } IL_0096: { // var path = m_DeviceRequirements[i].controlPath; DeviceRequirementU5BU5D_tBAAEA8AD0E93A8EF9DF98E9F4957B7A56286E795* L_13 = (DeviceRequirementU5BU5D_tBAAEA8AD0E93A8EF9DF98E9F4957B7A56286E795*)__this->get_m_DeviceRequirements_2(); int32_t L_14 = V_8; NullCheck(L_13); String_t* L_15; L_15 = DeviceRequirement_get_controlPath_m0D13B49CD786FC480A8EAE207A67108AF0B946BC_inline((DeviceRequirement_tAB27570ED81D24759C54FDE48B6DD74FF51649C9 *)(DeviceRequirement_tAB27570ED81D24759C54FDE48B6DD74FF51649C9 *)((L_13)->GetAddressAt(static_cast(L_14))), /*hidden argument*/NULL); V_11 = (String_t*)L_15; // if (string.IsNullOrEmpty(path)) String_t* L_16 = V_11; bool L_17; L_17 = String_IsNullOrEmpty_m57429705D977ACD5EE7E210A858EED6F348C36B3((String_t*)L_16, /*hidden argument*/NULL); if (!L_17) { goto IL_00c8; } } IL_00b3: { // score += 1; float L_18 = V_3; V_3 = (float)((float)il2cpp_codegen_add((float)L_18, (float)(1.0f))); // controls.Add(null); InputControlList_1_Add_mB76B1364FAD78FA46FB1661193347312D26C21A5((InputControlList_1_tCCB2EBF6FDF573DC316CABD9A44894F5CCEEAE4A *)(InputControlList_1_tCCB2EBF6FDF573DC316CABD9A44894F5CCEEAE4A *)(&V_4), (InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 *)NULL, /*hidden argument*/InputControlList_1_Add_mB76B1364FAD78FA46FB1661193347312D26C21A5_RuntimeMethod_var); // continue; goto IL_0234; } IL_00c8: { // InputControl match = null; V_12 = (InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 *)NULL; // for (var n = 0; n < devices.Count; ++n) V_13 = (int32_t)0; goto IL_0190; } IL_00d3: { // var device = devices[n]; int32_t L_19 = V_13; RuntimeObject * L_20 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (&___devices0)); NullCheck((RuntimeObject*)L_20); InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * L_21; L_21 = InterfaceFuncInvoker1< InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 *, int32_t >::Invoke(0 /* !0 System.Collections.Generic.IReadOnlyList`1::get_Item(System.Int32) */, IReadOnlyList_1_tD49C1676E62F617DA8F050A0DF501311A72B2266_il2cpp_TypeInfo_var, (RuntimeObject*)L_20, (int32_t)L_19); ___devices0 = *(OneOrMore_2_t0194C2641074B9D4264D2C1267C176D9C98E4B79 *)UnBox(L_20); V_14 = (InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 *)L_21; // if (favorDevice != null) InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * L_22 = ___favorDevice1; if (!L_22) { goto IL_0105; } } IL_00e7: { // if (n == 0) int32_t L_23 = V_13; if (L_23) { goto IL_00f0; } } IL_00eb: { // device = favorDevice; InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * L_24 = ___favorDevice1; V_14 = (InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 *)L_24; goto IL_0105; } IL_00f0: { // else if (device == favorDevice) InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * L_25 = V_14; InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * L_26 = ___favorDevice1; if ((!(((RuntimeObject*)(InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 *)L_25) == ((RuntimeObject*)(InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 *)L_26)))) { goto IL_0105; } } IL_00f5: { // device = devices[0]; RuntimeObject * L_27 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (&___devices0)); NullCheck((RuntimeObject*)L_27); InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * L_28; L_28 = InterfaceFuncInvoker1< InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 *, int32_t >::Invoke(0 /* !0 System.Collections.Generic.IReadOnlyList`1::get_Item(System.Int32) */, IReadOnlyList_1_tD49C1676E62F617DA8F050A0DF501311A72B2266_il2cpp_TypeInfo_var, (RuntimeObject*)L_27, (int32_t)0); ___devices0 = *(OneOrMore_2_t0194C2641074B9D4264D2C1267C176D9C98E4B79 *)UnBox(L_27); V_14 = (InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 *)L_28; } IL_0105: { // var matchedControl = InputControlPath.TryFindControl(device, path); InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * L_29 = V_14; String_t* L_30 = V_11; InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_31; L_31 = InputControlPath_TryFindControl_mC3F1B49B83564A87DA9244867994AE25F169068F((InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 *)L_29, (String_t*)L_30, (int32_t)0, /*hidden argument*/NULL); V_15 = (InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 *)L_31; // if (matchedControl == null) InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_32 = V_15; if (!L_32) { goto IL_018a; } } IL_0115: { // if (controls.Contains(matchedControl)) InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_33 = V_15; bool L_34; L_34 = InputControlList_1_Contains_m59F78D2425C439F62BE714C924B527AD555C6E6F((InputControlList_1_tCCB2EBF6FDF573DC316CABD9A44894F5CCEEAE4A *)(InputControlList_1_tCCB2EBF6FDF573DC316CABD9A44894F5CCEEAE4A *)(&V_4), (InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 *)L_33, /*hidden argument*/InputControlList_1_Contains_m59F78D2425C439F62BE714C924B527AD555C6E6F_RuntimeMethod_var); if (L_34) { goto IL_018a; } } IL_0120: { // match = matchedControl; InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_35 = V_15; V_12 = (InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 *)L_35; // var deviceLayoutOfControlPath = new InternedString(InputControlPath.TryGetDeviceLayout(path)); String_t* L_36 = V_11; String_t* L_37; L_37 = InputControlPath_TryGetDeviceLayout_m47A9B8E4FB014562E0C8355D644AF91EF5D155DB((String_t*)L_36, /*hidden argument*/NULL); InternedString__ctor_mE81A2A4EA05081A96717682ACF38746482E3CF62((InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED *)(InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED *)(&V_16), (String_t*)L_37, /*hidden argument*/NULL); // if (deviceLayoutOfControlPath.IsEmpty()) bool L_38; L_38 = InternedString_IsEmpty_mDC1F123EBDF899AB57EDDCFFC3F67DA84A2CC2AD((InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED *)(InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED *)(&V_16), /*hidden argument*/NULL); if (!L_38) { goto IL_0145; } } IL_013b: { // score += 1; float L_39 = V_3; V_3 = (float)((float)il2cpp_codegen_add((float)L_39, (float)(1.0f))); // } goto IL_01a4; } IL_0145: { // var deviceLayoutOfControl = matchedControl.device.m_Layout; InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_40 = V_15; NullCheck((InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 *)L_40); InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * L_41; L_41 = InputControl_get_device_m7B8D4A5F3C7C11E4FE7239692961C434C7CCF9E1_inline((InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 *)L_40, /*hidden argument*/NULL); NullCheck(L_41); InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED L_42 = (InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED )((InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 *)L_41)->get_m_Layout_7(); V_17 = (InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED )L_42; // if (InputControlLayout.s_Layouts.ComputeDistanceInInheritanceHierarchy(deviceLayoutOfControlPath, // deviceLayoutOfControl, out var distance)) IL2CPP_RUNTIME_CLASS_INIT(InputControlLayout_tE6B3ECA665209114AFF079155BF9F2FA79A03741_il2cpp_TypeInfo_var); InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED L_43 = V_16; InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED L_44 = V_17; bool L_45; L_45 = Collection_ComputeDistanceInInheritanceHierarchy_mCEB7893ADA9EAED24942C98007AE5983925A591A((Collection_tE4D2860D7319AE2B62163AFBA0A549B87DB0B97F *)(Collection_tE4D2860D7319AE2B62163AFBA0A549B87DB0B97F *)(((InputControlLayout_tE6B3ECA665209114AFF079155BF9F2FA79A03741_StaticFields*)il2cpp_codegen_static_fields_for(InputControlLayout_tE6B3ECA665209114AFF079155BF9F2FA79A03741_il2cpp_TypeInfo_var))->get_address_of_s_Layouts_15()), (InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED )L_43, (InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED )L_44, (int32_t*)(int32_t*)(&V_18), /*hidden argument*/NULL); if (!L_45) { goto IL_0180; } } IL_0165: { // score += 1 + 1f / (Math.Abs(distance) + 1); float L_46 = V_3; int32_t L_47 = V_18; IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_48; L_48 = il2cpp_codegen_abs((int32_t)L_47); V_3 = (float)((float)il2cpp_codegen_add((float)L_46, (float)((float)il2cpp_codegen_add((float)(1.0f), (float)((float)((float)(1.0f)/(float)((float)((float)((int32_t)il2cpp_codegen_add((int32_t)L_48, (int32_t)1)))))))))); // } goto IL_01a4; } IL_0180: { // score += 1; float L_49 = V_3; V_3 = (float)((float)il2cpp_codegen_add((float)L_49, (float)(1.0f))); // break; goto IL_01a4; } IL_018a: { // for (var n = 0; n < devices.Count; ++n) int32_t L_50 = V_13; V_13 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_50, (int32_t)1)); } IL_0190: { // for (var n = 0; n < devices.Count; ++n) int32_t L_51 = V_13; RuntimeObject * L_52 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (&___devices0)); NullCheck((RuntimeObject*)L_52); int32_t L_53; L_53 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Int32 System.Collections.Generic.IReadOnlyCollection`1::get_Count() */, IReadOnlyCollection_1_t8494FE19D4ABEBFC41C16C7BA62999B51C670868_il2cpp_TypeInfo_var, (RuntimeObject*)L_52); ___devices0 = *(OneOrMore_2_t0194C2641074B9D4264D2C1267C176D9C98E4B79 *)UnBox(L_52); if ((((int32_t)L_51) < ((int32_t)L_53))) { goto IL_00d3; } } IL_01a4: { // var nextIsOR = i + 1 < requirementCount && m_DeviceRequirements[i + 1].isOR; int32_t L_54 = V_8; int32_t L_55 = V_2; if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_54, (int32_t)1))) >= ((int32_t)L_55))) { goto IL_01c1; } } IL_01ab: { DeviceRequirementU5BU5D_tBAAEA8AD0E93A8EF9DF98E9F4957B7A56286E795* L_56 = (DeviceRequirementU5BU5D_tBAAEA8AD0E93A8EF9DF98E9F4957B7A56286E795*)__this->get_m_DeviceRequirements_2(); int32_t L_57 = V_8; NullCheck(L_56); bool L_58; L_58 = DeviceRequirement_get_isOR_mC576E1CCD4272F37A3437F6509733061310D19EA((DeviceRequirement_tAB27570ED81D24759C54FDE48B6DD74FF51649C9 *)(DeviceRequirement_tAB27570ED81D24759C54FDE48B6DD74FF51649C9 *)((L_56)->GetAddressAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_57, (int32_t)1))))), /*hidden argument*/NULL); G_B27_0 = ((int32_t)(L_58)); goto IL_01c2; } IL_01c1: { G_B27_0 = 0; } IL_01c2: { // if (nextIsOR) if (!G_B27_0) { goto IL_01d6; } } IL_01c4: { // if (match != null) InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_59 = V_12; if (!L_59) { goto IL_01cd; } } IL_01c8: { // orChainIsSatisfied = true; V_6 = (bool)1; // } goto IL_022b; } IL_01cd: { // if (!isOptional) bool L_60 = V_10; if (L_60) { goto IL_022b; } } IL_01d1: { // orChainHasRequiredDevices = true; V_7 = (bool)1; // } goto IL_022b; } IL_01d6: { // else if (isOR && i == requirementCount - 1) bool L_61 = V_9; if (!L_61) { goto IL_01f1; } } IL_01da: { int32_t L_62 = V_8; int32_t L_63 = V_2; if ((!(((uint32_t)L_62) == ((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_63, (int32_t)1)))))) { goto IL_01f1; } } IL_01e1: { // if (match == null) InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_64 = V_12; if (L_64) { goto IL_022b; } } IL_01e5: { // if (orChainHasRequiredDevices) bool L_65 = V_7; if (!L_65) { goto IL_01ed; } } IL_01e9: { // haveAllRequired = false; V_0 = (bool)0; goto IL_022b; } IL_01ed: { // haveAllOptional = false; V_1 = (bool)0; // } goto IL_022b; } IL_01f1: { // if (match == null) InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_66 = V_12; if (L_66) { goto IL_01ff; } } IL_01f5: { // if (isOptional) bool L_67 = V_10; if (!L_67) { goto IL_01fd; } } IL_01f9: { // haveAllOptional = false; V_1 = (bool)0; goto IL_01ff; } IL_01fd: { // haveAllRequired = false; V_0 = (bool)0; } IL_01ff: { // if (i > 0 && m_DeviceRequirements[i - 1].isOR) int32_t L_68 = V_8; if ((((int32_t)L_68) <= ((int32_t)0))) { goto IL_022b; } } IL_0204: { DeviceRequirementU5BU5D_tBAAEA8AD0E93A8EF9DF98E9F4957B7A56286E795* L_69 = (DeviceRequirementU5BU5D_tBAAEA8AD0E93A8EF9DF98E9F4957B7A56286E795*)__this->get_m_DeviceRequirements_2(); int32_t L_70 = V_8; NullCheck(L_69); bool L_71; L_71 = DeviceRequirement_get_isOR_mC576E1CCD4272F37A3437F6509733061310D19EA((DeviceRequirement_tAB27570ED81D24759C54FDE48B6DD74FF51649C9 *)(DeviceRequirement_tAB27570ED81D24759C54FDE48B6DD74FF51649C9 *)((L_69)->GetAddressAt(static_cast(((int32_t)il2cpp_codegen_subtract((int32_t)L_70, (int32_t)1))))), /*hidden argument*/NULL); if (!L_71) { goto IL_022b; } } IL_021a: { // if (!orChainIsSatisfied) bool L_72 = V_6; if (L_72) { goto IL_0228; } } IL_021e: { // if (orChainHasRequiredDevices) bool L_73 = V_7; if (!L_73) { goto IL_0226; } } IL_0222: { // haveAllRequired = false; V_0 = (bool)0; goto IL_0228; } IL_0226: { // haveAllOptional = false; V_1 = (bool)0; } IL_0228: { // orChainIsSatisfied = false; V_6 = (bool)0; } IL_022b: { // controls.Add(match); InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_74 = V_12; InputControlList_1_Add_mB76B1364FAD78FA46FB1661193347312D26C21A5((InputControlList_1_tCCB2EBF6FDF573DC316CABD9A44894F5CCEEAE4A *)(InputControlList_1_tCCB2EBF6FDF573DC316CABD9A44894F5CCEEAE4A *)(&V_4), (InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 *)L_74, /*hidden argument*/InputControlList_1_Add_mB76B1364FAD78FA46FB1661193347312D26C21A5_RuntimeMethod_var); } IL_0234: { // for (var i = 0; i < requirementCount; ++i) int32_t L_75 = V_8; V_8 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_75, (int32_t)1)); } IL_023a: { // for (var i = 0; i < requirementCount; ++i) int32_t L_76 = V_8; int32_t L_77 = V_2; if ((((int32_t)L_76) < ((int32_t)L_77))) { goto IL_005a; } } IL_0242: { // } goto IL_024e; } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0244; } throw e; } CATCH_0244: { // begin catch(System.Exception) // catch (Exception) // controls.Dispose(); InputControlList_1_Dispose_m13F190C1CFED453687912164416417F3264EC6A1((InputControlList_1_tCCB2EBF6FDF573DC316CABD9A44894F5CCEEAE4A *)(InputControlList_1_tCCB2EBF6FDF573DC316CABD9A44894F5CCEEAE4A *)(&V_4), /*hidden argument*/((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputControlList_1_Dispose_m13F190C1CFED453687912164416417F3264EC6A1_RuntimeMethod_var))); // throw; IL2CPP_RAISE_MANAGED_EXCEPTION(IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *), ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputControlScheme_PickDevicesFrom_TisOneOrMore_2_t0194C2641074B9D4264D2C1267C176D9C98E4B79_m1AB484869737CBF94AA3DDD585B84931417EEA23_RuntimeMethod_var))); } // end catch (depth: 1) IL_024e: { // return new MatchResult // { // m_Result = !haveAllRequired // ? MatchResult.Result.MissingRequired // : !haveAllOptional // ? MatchResult.Result.MissingOptional // : MatchResult.Result.AllSatisfied, // m_Controls = controls, // m_Requirements = m_DeviceRequirements, // m_Score = score, // }; il2cpp_codegen_initobj((&V_5), sizeof(MatchResult_tB87B08CF46A07B0916A575EBC373FC406131649E )); bool L_78 = V_0; G_B55_0 = (&V_5); if (!L_78) { G_B58_0 = (&V_5); goto IL_0264; } } { bool L_79 = V_1; G_B56_0 = G_B55_0; if (!L_79) { G_B57_0 = G_B55_0; goto IL_0261; } } { G_B59_0 = 0; G_B59_1 = G_B56_0; goto IL_0265; } IL_0261: { G_B59_0 = 2; G_B59_1 = G_B57_0; goto IL_0265; } IL_0264: { G_B59_0 = 1; G_B59_1 = G_B58_0; } IL_0265: { G_B59_1->set_m_Result_0(G_B59_0); InputControlList_1_tCCB2EBF6FDF573DC316CABD9A44894F5CCEEAE4A L_80 = V_4; (&V_5)->set_m_Controls_3(L_80); DeviceRequirementU5BU5D_tBAAEA8AD0E93A8EF9DF98E9F4957B7A56286E795* L_81 = (DeviceRequirementU5BU5D_tBAAEA8AD0E93A8EF9DF98E9F4957B7A56286E795*)__this->get_m_DeviceRequirements_2(); (&V_5)->set_m_Requirements_4(L_81); float L_82 = V_3; (&V_5)->set_m_Score_1(L_82); MatchResult_tB87B08CF46A07B0916A575EBC373FC406131649E L_83 = V_5; return (MatchResult_tB87B08CF46A07B0916A575EBC373FC406131649E )L_83; } } IL2CPP_EXTERN_C MatchResult_tB87B08CF46A07B0916A575EBC373FC406131649E InputControlScheme_PickDevicesFrom_TisOneOrMore_2_t0194C2641074B9D4264D2C1267C176D9C98E4B79_m1AB484869737CBF94AA3DDD585B84931417EEA23_AdjustorThunk (RuntimeObject * __this, OneOrMore_2_t0194C2641074B9D4264D2C1267C176D9C98E4B79 ___devices0, InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * ___favorDevice1, const RuntimeMethod* method) { int32_t _offset = 1; InputControlScheme_t65ED7D84CDC45F04A6417FABA3F8585FC545C340 * _thisAdjusted = reinterpret_cast(__this + _offset); MatchResult_tB87B08CF46A07B0916A575EBC373FC406131649E _returnValue; _returnValue = InputControlScheme_PickDevicesFrom_TisOneOrMore_2_t0194C2641074B9D4264D2C1267C176D9C98E4B79_m1AB484869737CBF94AA3DDD585B84931417EEA23(_thisAdjusted, ___devices0, ___favorDevice1, method); return _returnValue; } // UnityEngine.InputSystem.InputControlScheme/MatchResult UnityEngine.InputSystem.InputControlScheme::PickDevicesFrom>(TDevices,UnityEngine.InputSystem.InputDevice) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MatchResult_tB87B08CF46A07B0916A575EBC373FC406131649E InputControlScheme_PickDevicesFrom_TisReadOnlyArray_1_t9584B0851320AB0F5BC8FF261C123F5994A081B7_m177D987945F98176EF70ABB45217EA49E32340E9_gshared (InputControlScheme_t65ED7D84CDC45F04A6417FABA3F8585FC545C340 * __this, ReadOnlyArray_1_t9584B0851320AB0F5BC8FF261C123F5994A081B7 ___devices0, InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * ___favorDevice1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IReadOnlyCollection_1_t8494FE19D4ABEBFC41C16C7BA62999B51C670868_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IReadOnlyList_1_tD49C1676E62F617DA8F050A0DF501311A72B2266_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputControlLayout_tE6B3ECA665209114AFF079155BF9F2FA79A03741_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputControlList_1_Add_mB76B1364FAD78FA46FB1661193347312D26C21A5_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputControlList_1_Contains_m59F78D2425C439F62BE714C924B527AD555C6E6F_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputControlList_1__ctor_mAC0AA7B84B676FBB1F4430B8BD38F01A50A78C16_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; bool V_1 = false; int32_t V_2 = 0; float V_3 = 0.0f; InputControlList_1_tCCB2EBF6FDF573DC316CABD9A44894F5CCEEAE4A V_4; memset((&V_4), 0, sizeof(V_4)); MatchResult_tB87B08CF46A07B0916A575EBC373FC406131649E V_5; memset((&V_5), 0, sizeof(V_5)); bool V_6 = false; bool V_7 = false; int32_t V_8 = 0; bool V_9 = false; bool V_10 = false; String_t* V_11 = NULL; InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * V_12 = NULL; int32_t V_13 = 0; InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * V_14 = NULL; InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * V_15 = NULL; InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED V_16; memset((&V_16), 0, sizeof(V_16)); InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED V_17; memset((&V_17), 0, sizeof(V_17)); int32_t V_18 = 0; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; int32_t G_B27_0 = 0; MatchResult_tB87B08CF46A07B0916A575EBC373FC406131649E * G_B58_0 = NULL; MatchResult_tB87B08CF46A07B0916A575EBC373FC406131649E * G_B55_0 = NULL; MatchResult_tB87B08CF46A07B0916A575EBC373FC406131649E * G_B57_0 = NULL; MatchResult_tB87B08CF46A07B0916A575EBC373FC406131649E * G_B56_0 = NULL; int32_t G_B59_0 = 0; MatchResult_tB87B08CF46A07B0916A575EBC373FC406131649E * G_B59_1 = NULL; { // if (m_DeviceRequirements == null || m_DeviceRequirements.Length == 0) DeviceRequirementU5BU5D_tBAAEA8AD0E93A8EF9DF98E9F4957B7A56286E795* L_0 = (DeviceRequirementU5BU5D_tBAAEA8AD0E93A8EF9DF98E9F4957B7A56286E795*)__this->get_m_DeviceRequirements_2(); if (!L_0) { goto IL_0011; } } { DeviceRequirementU5BU5D_tBAAEA8AD0E93A8EF9DF98E9F4957B7A56286E795* L_1 = (DeviceRequirementU5BU5D_tBAAEA8AD0E93A8EF9DF98E9F4957B7A56286E795*)__this->get_m_DeviceRequirements_2(); NullCheck(L_1); if ((((RuntimeArray*)L_1)->max_length)) { goto IL_0030; } } IL_0011: { // return new MatchResult // { // m_Result = MatchResult.Result.AllSatisfied, // // Prevent zero score on successful match but make less than one which would // // result from having a single requirement. // m_Score = 0.5f, // }; il2cpp_codegen_initobj((&V_5), sizeof(MatchResult_tB87B08CF46A07B0916A575EBC373FC406131649E )); (&V_5)->set_m_Result_0(0); (&V_5)->set_m_Score_1((0.5f)); MatchResult_tB87B08CF46A07B0916A575EBC373FC406131649E L_2 = V_5; return (MatchResult_tB87B08CF46A07B0916A575EBC373FC406131649E )L_2; } IL_0030: { // var haveAllRequired = true; V_0 = (bool)1; // var haveAllOptional = true; V_1 = (bool)1; // var requirementCount = m_DeviceRequirements.Length; DeviceRequirementU5BU5D_tBAAEA8AD0E93A8EF9DF98E9F4957B7A56286E795* L_3 = (DeviceRequirementU5BU5D_tBAAEA8AD0E93A8EF9DF98E9F4957B7A56286E795*)__this->get_m_DeviceRequirements_2(); NullCheck(L_3); V_2 = (int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_3)->max_length))); // var score = 0f; V_3 = (float)(0.0f); // var controls = new InputControlList(Allocator.Persistent, requirementCount); int32_t L_4 = V_2; InputControlList_1__ctor_mAC0AA7B84B676FBB1F4430B8BD38F01A50A78C16((InputControlList_1_tCCB2EBF6FDF573DC316CABD9A44894F5CCEEAE4A *)(InputControlList_1_tCCB2EBF6FDF573DC316CABD9A44894F5CCEEAE4A *)(&V_4), (int32_t)4, (int32_t)L_4, /*hidden argument*/InputControlList_1__ctor_mAC0AA7B84B676FBB1F4430B8BD38F01A50A78C16_RuntimeMethod_var); } IL_004c: try { // begin try (depth: 1) { // var orChainIsSatisfied = false; V_6 = (bool)0; // var orChainHasRequiredDevices = false; V_7 = (bool)0; // for (var i = 0; i < requirementCount; ++i) V_8 = (int32_t)0; goto IL_023a; } IL_005a: { // var isOR = m_DeviceRequirements[i].isOR; DeviceRequirementU5BU5D_tBAAEA8AD0E93A8EF9DF98E9F4957B7A56286E795* L_5 = (DeviceRequirementU5BU5D_tBAAEA8AD0E93A8EF9DF98E9F4957B7A56286E795*)__this->get_m_DeviceRequirements_2(); int32_t L_6 = V_8; NullCheck(L_5); bool L_7; L_7 = DeviceRequirement_get_isOR_mC576E1CCD4272F37A3437F6509733061310D19EA((DeviceRequirement_tAB27570ED81D24759C54FDE48B6DD74FF51649C9 *)(DeviceRequirement_tAB27570ED81D24759C54FDE48B6DD74FF51649C9 *)((L_5)->GetAddressAt(static_cast(L_6))), /*hidden argument*/NULL); V_9 = (bool)L_7; // var isOptional = m_DeviceRequirements[i].isOptional; DeviceRequirementU5BU5D_tBAAEA8AD0E93A8EF9DF98E9F4957B7A56286E795* L_8 = (DeviceRequirementU5BU5D_tBAAEA8AD0E93A8EF9DF98E9F4957B7A56286E795*)__this->get_m_DeviceRequirements_2(); int32_t L_9 = V_8; NullCheck(L_8); bool L_10; L_10 = DeviceRequirement_get_isOptional_m7602A20A72D48CD59BFF5F0294F0628A46529221((DeviceRequirement_tAB27570ED81D24759C54FDE48B6DD74FF51649C9 *)(DeviceRequirement_tAB27570ED81D24759C54FDE48B6DD74FF51649C9 *)((L_8)->GetAddressAt(static_cast(L_9))), /*hidden argument*/NULL); V_10 = (bool)L_10; // if (isOR && orChainIsSatisfied) bool L_11 = V_9; bool L_12 = V_6; if (!((int32_t)((int32_t)L_11&(int32_t)L_12))) { goto IL_0096; } } IL_0089: { // controls.Add(null); InputControlList_1_Add_mB76B1364FAD78FA46FB1661193347312D26C21A5((InputControlList_1_tCCB2EBF6FDF573DC316CABD9A44894F5CCEEAE4A *)(InputControlList_1_tCCB2EBF6FDF573DC316CABD9A44894F5CCEEAE4A *)(&V_4), (InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 *)NULL, /*hidden argument*/InputControlList_1_Add_mB76B1364FAD78FA46FB1661193347312D26C21A5_RuntimeMethod_var); // continue; goto IL_0234; } IL_0096: { // var path = m_DeviceRequirements[i].controlPath; DeviceRequirementU5BU5D_tBAAEA8AD0E93A8EF9DF98E9F4957B7A56286E795* L_13 = (DeviceRequirementU5BU5D_tBAAEA8AD0E93A8EF9DF98E9F4957B7A56286E795*)__this->get_m_DeviceRequirements_2(); int32_t L_14 = V_8; NullCheck(L_13); String_t* L_15; L_15 = DeviceRequirement_get_controlPath_m0D13B49CD786FC480A8EAE207A67108AF0B946BC_inline((DeviceRequirement_tAB27570ED81D24759C54FDE48B6DD74FF51649C9 *)(DeviceRequirement_tAB27570ED81D24759C54FDE48B6DD74FF51649C9 *)((L_13)->GetAddressAt(static_cast(L_14))), /*hidden argument*/NULL); V_11 = (String_t*)L_15; // if (string.IsNullOrEmpty(path)) String_t* L_16 = V_11; bool L_17; L_17 = String_IsNullOrEmpty_m57429705D977ACD5EE7E210A858EED6F348C36B3((String_t*)L_16, /*hidden argument*/NULL); if (!L_17) { goto IL_00c8; } } IL_00b3: { // score += 1; float L_18 = V_3; V_3 = (float)((float)il2cpp_codegen_add((float)L_18, (float)(1.0f))); // controls.Add(null); InputControlList_1_Add_mB76B1364FAD78FA46FB1661193347312D26C21A5((InputControlList_1_tCCB2EBF6FDF573DC316CABD9A44894F5CCEEAE4A *)(InputControlList_1_tCCB2EBF6FDF573DC316CABD9A44894F5CCEEAE4A *)(&V_4), (InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 *)NULL, /*hidden argument*/InputControlList_1_Add_mB76B1364FAD78FA46FB1661193347312D26C21A5_RuntimeMethod_var); // continue; goto IL_0234; } IL_00c8: { // InputControl match = null; V_12 = (InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 *)NULL; // for (var n = 0; n < devices.Count; ++n) V_13 = (int32_t)0; goto IL_0190; } IL_00d3: { // var device = devices[n]; int32_t L_19 = V_13; RuntimeObject * L_20 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (&___devices0)); NullCheck((RuntimeObject*)L_20); InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * L_21; L_21 = InterfaceFuncInvoker1< InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 *, int32_t >::Invoke(0 /* !0 System.Collections.Generic.IReadOnlyList`1::get_Item(System.Int32) */, IReadOnlyList_1_tD49C1676E62F617DA8F050A0DF501311A72B2266_il2cpp_TypeInfo_var, (RuntimeObject*)L_20, (int32_t)L_19); ___devices0 = *(ReadOnlyArray_1_t9584B0851320AB0F5BC8FF261C123F5994A081B7 *)UnBox(L_20); V_14 = (InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 *)L_21; // if (favorDevice != null) InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * L_22 = ___favorDevice1; if (!L_22) { goto IL_0105; } } IL_00e7: { // if (n == 0) int32_t L_23 = V_13; if (L_23) { goto IL_00f0; } } IL_00eb: { // device = favorDevice; InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * L_24 = ___favorDevice1; V_14 = (InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 *)L_24; goto IL_0105; } IL_00f0: { // else if (device == favorDevice) InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * L_25 = V_14; InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * L_26 = ___favorDevice1; if ((!(((RuntimeObject*)(InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 *)L_25) == ((RuntimeObject*)(InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 *)L_26)))) { goto IL_0105; } } IL_00f5: { // device = devices[0]; RuntimeObject * L_27 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (&___devices0)); NullCheck((RuntimeObject*)L_27); InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * L_28; L_28 = InterfaceFuncInvoker1< InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 *, int32_t >::Invoke(0 /* !0 System.Collections.Generic.IReadOnlyList`1::get_Item(System.Int32) */, IReadOnlyList_1_tD49C1676E62F617DA8F050A0DF501311A72B2266_il2cpp_TypeInfo_var, (RuntimeObject*)L_27, (int32_t)0); ___devices0 = *(ReadOnlyArray_1_t9584B0851320AB0F5BC8FF261C123F5994A081B7 *)UnBox(L_27); V_14 = (InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 *)L_28; } IL_0105: { // var matchedControl = InputControlPath.TryFindControl(device, path); InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * L_29 = V_14; String_t* L_30 = V_11; InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_31; L_31 = InputControlPath_TryFindControl_mC3F1B49B83564A87DA9244867994AE25F169068F((InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 *)L_29, (String_t*)L_30, (int32_t)0, /*hidden argument*/NULL); V_15 = (InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 *)L_31; // if (matchedControl == null) InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_32 = V_15; if (!L_32) { goto IL_018a; } } IL_0115: { // if (controls.Contains(matchedControl)) InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_33 = V_15; bool L_34; L_34 = InputControlList_1_Contains_m59F78D2425C439F62BE714C924B527AD555C6E6F((InputControlList_1_tCCB2EBF6FDF573DC316CABD9A44894F5CCEEAE4A *)(InputControlList_1_tCCB2EBF6FDF573DC316CABD9A44894F5CCEEAE4A *)(&V_4), (InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 *)L_33, /*hidden argument*/InputControlList_1_Contains_m59F78D2425C439F62BE714C924B527AD555C6E6F_RuntimeMethod_var); if (L_34) { goto IL_018a; } } IL_0120: { // match = matchedControl; InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_35 = V_15; V_12 = (InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 *)L_35; // var deviceLayoutOfControlPath = new InternedString(InputControlPath.TryGetDeviceLayout(path)); String_t* L_36 = V_11; String_t* L_37; L_37 = InputControlPath_TryGetDeviceLayout_m47A9B8E4FB014562E0C8355D644AF91EF5D155DB((String_t*)L_36, /*hidden argument*/NULL); InternedString__ctor_mE81A2A4EA05081A96717682ACF38746482E3CF62((InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED *)(InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED *)(&V_16), (String_t*)L_37, /*hidden argument*/NULL); // if (deviceLayoutOfControlPath.IsEmpty()) bool L_38; L_38 = InternedString_IsEmpty_mDC1F123EBDF899AB57EDDCFFC3F67DA84A2CC2AD((InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED *)(InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED *)(&V_16), /*hidden argument*/NULL); if (!L_38) { goto IL_0145; } } IL_013b: { // score += 1; float L_39 = V_3; V_3 = (float)((float)il2cpp_codegen_add((float)L_39, (float)(1.0f))); // } goto IL_01a4; } IL_0145: { // var deviceLayoutOfControl = matchedControl.device.m_Layout; InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_40 = V_15; NullCheck((InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 *)L_40); InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * L_41; L_41 = InputControl_get_device_m7B8D4A5F3C7C11E4FE7239692961C434C7CCF9E1_inline((InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 *)L_40, /*hidden argument*/NULL); NullCheck(L_41); InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED L_42 = (InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED )((InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 *)L_41)->get_m_Layout_7(); V_17 = (InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED )L_42; // if (InputControlLayout.s_Layouts.ComputeDistanceInInheritanceHierarchy(deviceLayoutOfControlPath, // deviceLayoutOfControl, out var distance)) IL2CPP_RUNTIME_CLASS_INIT(InputControlLayout_tE6B3ECA665209114AFF079155BF9F2FA79A03741_il2cpp_TypeInfo_var); InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED L_43 = V_16; InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED L_44 = V_17; bool L_45; L_45 = Collection_ComputeDistanceInInheritanceHierarchy_mCEB7893ADA9EAED24942C98007AE5983925A591A((Collection_tE4D2860D7319AE2B62163AFBA0A549B87DB0B97F *)(Collection_tE4D2860D7319AE2B62163AFBA0A549B87DB0B97F *)(((InputControlLayout_tE6B3ECA665209114AFF079155BF9F2FA79A03741_StaticFields*)il2cpp_codegen_static_fields_for(InputControlLayout_tE6B3ECA665209114AFF079155BF9F2FA79A03741_il2cpp_TypeInfo_var))->get_address_of_s_Layouts_15()), (InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED )L_43, (InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED )L_44, (int32_t*)(int32_t*)(&V_18), /*hidden argument*/NULL); if (!L_45) { goto IL_0180; } } IL_0165: { // score += 1 + 1f / (Math.Abs(distance) + 1); float L_46 = V_3; int32_t L_47 = V_18; IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_48; L_48 = il2cpp_codegen_abs((int32_t)L_47); V_3 = (float)((float)il2cpp_codegen_add((float)L_46, (float)((float)il2cpp_codegen_add((float)(1.0f), (float)((float)((float)(1.0f)/(float)((float)((float)((int32_t)il2cpp_codegen_add((int32_t)L_48, (int32_t)1)))))))))); // } goto IL_01a4; } IL_0180: { // score += 1; float L_49 = V_3; V_3 = (float)((float)il2cpp_codegen_add((float)L_49, (float)(1.0f))); // break; goto IL_01a4; } IL_018a: { // for (var n = 0; n < devices.Count; ++n) int32_t L_50 = V_13; V_13 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_50, (int32_t)1)); } IL_0190: { // for (var n = 0; n < devices.Count; ++n) int32_t L_51 = V_13; RuntimeObject * L_52 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (&___devices0)); NullCheck((RuntimeObject*)L_52); int32_t L_53; L_53 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Int32 System.Collections.Generic.IReadOnlyCollection`1::get_Count() */, IReadOnlyCollection_1_t8494FE19D4ABEBFC41C16C7BA62999B51C670868_il2cpp_TypeInfo_var, (RuntimeObject*)L_52); ___devices0 = *(ReadOnlyArray_1_t9584B0851320AB0F5BC8FF261C123F5994A081B7 *)UnBox(L_52); if ((((int32_t)L_51) < ((int32_t)L_53))) { goto IL_00d3; } } IL_01a4: { // var nextIsOR = i + 1 < requirementCount && m_DeviceRequirements[i + 1].isOR; int32_t L_54 = V_8; int32_t L_55 = V_2; if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_54, (int32_t)1))) >= ((int32_t)L_55))) { goto IL_01c1; } } IL_01ab: { DeviceRequirementU5BU5D_tBAAEA8AD0E93A8EF9DF98E9F4957B7A56286E795* L_56 = (DeviceRequirementU5BU5D_tBAAEA8AD0E93A8EF9DF98E9F4957B7A56286E795*)__this->get_m_DeviceRequirements_2(); int32_t L_57 = V_8; NullCheck(L_56); bool L_58; L_58 = DeviceRequirement_get_isOR_mC576E1CCD4272F37A3437F6509733061310D19EA((DeviceRequirement_tAB27570ED81D24759C54FDE48B6DD74FF51649C9 *)(DeviceRequirement_tAB27570ED81D24759C54FDE48B6DD74FF51649C9 *)((L_56)->GetAddressAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_57, (int32_t)1))))), /*hidden argument*/NULL); G_B27_0 = ((int32_t)(L_58)); goto IL_01c2; } IL_01c1: { G_B27_0 = 0; } IL_01c2: { // if (nextIsOR) if (!G_B27_0) { goto IL_01d6; } } IL_01c4: { // if (match != null) InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_59 = V_12; if (!L_59) { goto IL_01cd; } } IL_01c8: { // orChainIsSatisfied = true; V_6 = (bool)1; // } goto IL_022b; } IL_01cd: { // if (!isOptional) bool L_60 = V_10; if (L_60) { goto IL_022b; } } IL_01d1: { // orChainHasRequiredDevices = true; V_7 = (bool)1; // } goto IL_022b; } IL_01d6: { // else if (isOR && i == requirementCount - 1) bool L_61 = V_9; if (!L_61) { goto IL_01f1; } } IL_01da: { int32_t L_62 = V_8; int32_t L_63 = V_2; if ((!(((uint32_t)L_62) == ((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_63, (int32_t)1)))))) { goto IL_01f1; } } IL_01e1: { // if (match == null) InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_64 = V_12; if (L_64) { goto IL_022b; } } IL_01e5: { // if (orChainHasRequiredDevices) bool L_65 = V_7; if (!L_65) { goto IL_01ed; } } IL_01e9: { // haveAllRequired = false; V_0 = (bool)0; goto IL_022b; } IL_01ed: { // haveAllOptional = false; V_1 = (bool)0; // } goto IL_022b; } IL_01f1: { // if (match == null) InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_66 = V_12; if (L_66) { goto IL_01ff; } } IL_01f5: { // if (isOptional) bool L_67 = V_10; if (!L_67) { goto IL_01fd; } } IL_01f9: { // haveAllOptional = false; V_1 = (bool)0; goto IL_01ff; } IL_01fd: { // haveAllRequired = false; V_0 = (bool)0; } IL_01ff: { // if (i > 0 && m_DeviceRequirements[i - 1].isOR) int32_t L_68 = V_8; if ((((int32_t)L_68) <= ((int32_t)0))) { goto IL_022b; } } IL_0204: { DeviceRequirementU5BU5D_tBAAEA8AD0E93A8EF9DF98E9F4957B7A56286E795* L_69 = (DeviceRequirementU5BU5D_tBAAEA8AD0E93A8EF9DF98E9F4957B7A56286E795*)__this->get_m_DeviceRequirements_2(); int32_t L_70 = V_8; NullCheck(L_69); bool L_71; L_71 = DeviceRequirement_get_isOR_mC576E1CCD4272F37A3437F6509733061310D19EA((DeviceRequirement_tAB27570ED81D24759C54FDE48B6DD74FF51649C9 *)(DeviceRequirement_tAB27570ED81D24759C54FDE48B6DD74FF51649C9 *)((L_69)->GetAddressAt(static_cast(((int32_t)il2cpp_codegen_subtract((int32_t)L_70, (int32_t)1))))), /*hidden argument*/NULL); if (!L_71) { goto IL_022b; } } IL_021a: { // if (!orChainIsSatisfied) bool L_72 = V_6; if (L_72) { goto IL_0228; } } IL_021e: { // if (orChainHasRequiredDevices) bool L_73 = V_7; if (!L_73) { goto IL_0226; } } IL_0222: { // haveAllRequired = false; V_0 = (bool)0; goto IL_0228; } IL_0226: { // haveAllOptional = false; V_1 = (bool)0; } IL_0228: { // orChainIsSatisfied = false; V_6 = (bool)0; } IL_022b: { // controls.Add(match); InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_74 = V_12; InputControlList_1_Add_mB76B1364FAD78FA46FB1661193347312D26C21A5((InputControlList_1_tCCB2EBF6FDF573DC316CABD9A44894F5CCEEAE4A *)(InputControlList_1_tCCB2EBF6FDF573DC316CABD9A44894F5CCEEAE4A *)(&V_4), (InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 *)L_74, /*hidden argument*/InputControlList_1_Add_mB76B1364FAD78FA46FB1661193347312D26C21A5_RuntimeMethod_var); } IL_0234: { // for (var i = 0; i < requirementCount; ++i) int32_t L_75 = V_8; V_8 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_75, (int32_t)1)); } IL_023a: { // for (var i = 0; i < requirementCount; ++i) int32_t L_76 = V_8; int32_t L_77 = V_2; if ((((int32_t)L_76) < ((int32_t)L_77))) { goto IL_005a; } } IL_0242: { // } goto IL_024e; } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0244; } throw e; } CATCH_0244: { // begin catch(System.Exception) // catch (Exception) // controls.Dispose(); InputControlList_1_Dispose_m13F190C1CFED453687912164416417F3264EC6A1((InputControlList_1_tCCB2EBF6FDF573DC316CABD9A44894F5CCEEAE4A *)(InputControlList_1_tCCB2EBF6FDF573DC316CABD9A44894F5CCEEAE4A *)(&V_4), /*hidden argument*/((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputControlList_1_Dispose_m13F190C1CFED453687912164416417F3264EC6A1_RuntimeMethod_var))); // throw; IL2CPP_RAISE_MANAGED_EXCEPTION(IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *), ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputControlScheme_PickDevicesFrom_TisReadOnlyArray_1_t9584B0851320AB0F5BC8FF261C123F5994A081B7_m177D987945F98176EF70ABB45217EA49E32340E9_RuntimeMethod_var))); } // end catch (depth: 1) IL_024e: { // return new MatchResult // { // m_Result = !haveAllRequired // ? MatchResult.Result.MissingRequired // : !haveAllOptional // ? MatchResult.Result.MissingOptional // : MatchResult.Result.AllSatisfied, // m_Controls = controls, // m_Requirements = m_DeviceRequirements, // m_Score = score, // }; il2cpp_codegen_initobj((&V_5), sizeof(MatchResult_tB87B08CF46A07B0916A575EBC373FC406131649E )); bool L_78 = V_0; G_B55_0 = (&V_5); if (!L_78) { G_B58_0 = (&V_5); goto IL_0264; } } { bool L_79 = V_1; G_B56_0 = G_B55_0; if (!L_79) { G_B57_0 = G_B55_0; goto IL_0261; } } { G_B59_0 = 0; G_B59_1 = G_B56_0; goto IL_0265; } IL_0261: { G_B59_0 = 2; G_B59_1 = G_B57_0; goto IL_0265; } IL_0264: { G_B59_0 = 1; G_B59_1 = G_B58_0; } IL_0265: { G_B59_1->set_m_Result_0(G_B59_0); InputControlList_1_tCCB2EBF6FDF573DC316CABD9A44894F5CCEEAE4A L_80 = V_4; (&V_5)->set_m_Controls_3(L_80); DeviceRequirementU5BU5D_tBAAEA8AD0E93A8EF9DF98E9F4957B7A56286E795* L_81 = (DeviceRequirementU5BU5D_tBAAEA8AD0E93A8EF9DF98E9F4957B7A56286E795*)__this->get_m_DeviceRequirements_2(); (&V_5)->set_m_Requirements_4(L_81); float L_82 = V_3; (&V_5)->set_m_Score_1(L_82); MatchResult_tB87B08CF46A07B0916A575EBC373FC406131649E L_83 = V_5; return (MatchResult_tB87B08CF46A07B0916A575EBC373FC406131649E )L_83; } } IL2CPP_EXTERN_C MatchResult_tB87B08CF46A07B0916A575EBC373FC406131649E InputControlScheme_PickDevicesFrom_TisReadOnlyArray_1_t9584B0851320AB0F5BC8FF261C123F5994A081B7_m177D987945F98176EF70ABB45217EA49E32340E9_AdjustorThunk (RuntimeObject * __this, ReadOnlyArray_1_t9584B0851320AB0F5BC8FF261C123F5994A081B7 ___devices0, InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * ___favorDevice1, const RuntimeMethod* method) { int32_t _offset = 1; InputControlScheme_t65ED7D84CDC45F04A6417FABA3F8585FC545C340 * _thisAdjusted = reinterpret_cast(__this + _offset); MatchResult_tB87B08CF46A07B0916A575EBC373FC406131649E _returnValue; _returnValue = InputControlScheme_PickDevicesFrom_TisReadOnlyArray_1_t9584B0851320AB0F5BC8FF261C123F5994A081B7_m177D987945F98176EF70ABB45217EA49E32340E9(_thisAdjusted, ___devices0, ___favorDevice1, method); return _returnValue; } // UnityEngine.InputSystem.InputControlScheme/MatchResult UnityEngine.InputSystem.InputControlScheme::PickDevicesFrom(TDevices,UnityEngine.InputSystem.InputDevice) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MatchResult_tB87B08CF46A07B0916A575EBC373FC406131649E InputControlScheme_PickDevicesFrom_TisRuntimeObject_m89EFE1FEDDF16548D6068271DD448C3729CE08B5_gshared (InputControlScheme_t65ED7D84CDC45F04A6417FABA3F8585FC545C340 * __this, RuntimeObject * ___devices0, InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * ___favorDevice1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IReadOnlyCollection_1_t8494FE19D4ABEBFC41C16C7BA62999B51C670868_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IReadOnlyList_1_tD49C1676E62F617DA8F050A0DF501311A72B2266_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputControlLayout_tE6B3ECA665209114AFF079155BF9F2FA79A03741_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputControlList_1_Add_mB76B1364FAD78FA46FB1661193347312D26C21A5_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputControlList_1_Contains_m59F78D2425C439F62BE714C924B527AD555C6E6F_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputControlList_1__ctor_mAC0AA7B84B676FBB1F4430B8BD38F01A50A78C16_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; bool V_1 = false; int32_t V_2 = 0; float V_3 = 0.0f; InputControlList_1_tCCB2EBF6FDF573DC316CABD9A44894F5CCEEAE4A V_4; memset((&V_4), 0, sizeof(V_4)); MatchResult_tB87B08CF46A07B0916A575EBC373FC406131649E V_5; memset((&V_5), 0, sizeof(V_5)); bool V_6 = false; bool V_7 = false; int32_t V_8 = 0; bool V_9 = false; bool V_10 = false; String_t* V_11 = NULL; InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * V_12 = NULL; int32_t V_13 = 0; InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * V_14 = NULL; InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * V_15 = NULL; InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED V_16; memset((&V_16), 0, sizeof(V_16)); InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED V_17; memset((&V_17), 0, sizeof(V_17)); int32_t V_18 = 0; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; int32_t G_B27_0 = 0; MatchResult_tB87B08CF46A07B0916A575EBC373FC406131649E * G_B58_0 = NULL; MatchResult_tB87B08CF46A07B0916A575EBC373FC406131649E * G_B55_0 = NULL; MatchResult_tB87B08CF46A07B0916A575EBC373FC406131649E * G_B57_0 = NULL; MatchResult_tB87B08CF46A07B0916A575EBC373FC406131649E * G_B56_0 = NULL; int32_t G_B59_0 = 0; MatchResult_tB87B08CF46A07B0916A575EBC373FC406131649E * G_B59_1 = NULL; { // if (m_DeviceRequirements == null || m_DeviceRequirements.Length == 0) DeviceRequirementU5BU5D_tBAAEA8AD0E93A8EF9DF98E9F4957B7A56286E795* L_0 = (DeviceRequirementU5BU5D_tBAAEA8AD0E93A8EF9DF98E9F4957B7A56286E795*)__this->get_m_DeviceRequirements_2(); if (!L_0) { goto IL_0011; } } { DeviceRequirementU5BU5D_tBAAEA8AD0E93A8EF9DF98E9F4957B7A56286E795* L_1 = (DeviceRequirementU5BU5D_tBAAEA8AD0E93A8EF9DF98E9F4957B7A56286E795*)__this->get_m_DeviceRequirements_2(); NullCheck(L_1); if ((((RuntimeArray*)L_1)->max_length)) { goto IL_0030; } } IL_0011: { // return new MatchResult // { // m_Result = MatchResult.Result.AllSatisfied, // // Prevent zero score on successful match but make less than one which would // // result from having a single requirement. // m_Score = 0.5f, // }; il2cpp_codegen_initobj((&V_5), sizeof(MatchResult_tB87B08CF46A07B0916A575EBC373FC406131649E )); (&V_5)->set_m_Result_0(0); (&V_5)->set_m_Score_1((0.5f)); MatchResult_tB87B08CF46A07B0916A575EBC373FC406131649E L_2 = V_5; return (MatchResult_tB87B08CF46A07B0916A575EBC373FC406131649E )L_2; } IL_0030: { // var haveAllRequired = true; V_0 = (bool)1; // var haveAllOptional = true; V_1 = (bool)1; // var requirementCount = m_DeviceRequirements.Length; DeviceRequirementU5BU5D_tBAAEA8AD0E93A8EF9DF98E9F4957B7A56286E795* L_3 = (DeviceRequirementU5BU5D_tBAAEA8AD0E93A8EF9DF98E9F4957B7A56286E795*)__this->get_m_DeviceRequirements_2(); NullCheck(L_3); V_2 = (int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_3)->max_length))); // var score = 0f; V_3 = (float)(0.0f); // var controls = new InputControlList(Allocator.Persistent, requirementCount); int32_t L_4 = V_2; InputControlList_1__ctor_mAC0AA7B84B676FBB1F4430B8BD38F01A50A78C16((InputControlList_1_tCCB2EBF6FDF573DC316CABD9A44894F5CCEEAE4A *)(InputControlList_1_tCCB2EBF6FDF573DC316CABD9A44894F5CCEEAE4A *)(&V_4), (int32_t)4, (int32_t)L_4, /*hidden argument*/InputControlList_1__ctor_mAC0AA7B84B676FBB1F4430B8BD38F01A50A78C16_RuntimeMethod_var); } IL_004c: try { // begin try (depth: 1) { // var orChainIsSatisfied = false; V_6 = (bool)0; // var orChainHasRequiredDevices = false; V_7 = (bool)0; // for (var i = 0; i < requirementCount; ++i) V_8 = (int32_t)0; goto IL_023a; } IL_005a: { // var isOR = m_DeviceRequirements[i].isOR; DeviceRequirementU5BU5D_tBAAEA8AD0E93A8EF9DF98E9F4957B7A56286E795* L_5 = (DeviceRequirementU5BU5D_tBAAEA8AD0E93A8EF9DF98E9F4957B7A56286E795*)__this->get_m_DeviceRequirements_2(); int32_t L_6 = V_8; NullCheck(L_5); bool L_7; L_7 = DeviceRequirement_get_isOR_mC576E1CCD4272F37A3437F6509733061310D19EA((DeviceRequirement_tAB27570ED81D24759C54FDE48B6DD74FF51649C9 *)(DeviceRequirement_tAB27570ED81D24759C54FDE48B6DD74FF51649C9 *)((L_5)->GetAddressAt(static_cast(L_6))), /*hidden argument*/NULL); V_9 = (bool)L_7; // var isOptional = m_DeviceRequirements[i].isOptional; DeviceRequirementU5BU5D_tBAAEA8AD0E93A8EF9DF98E9F4957B7A56286E795* L_8 = (DeviceRequirementU5BU5D_tBAAEA8AD0E93A8EF9DF98E9F4957B7A56286E795*)__this->get_m_DeviceRequirements_2(); int32_t L_9 = V_8; NullCheck(L_8); bool L_10; L_10 = DeviceRequirement_get_isOptional_m7602A20A72D48CD59BFF5F0294F0628A46529221((DeviceRequirement_tAB27570ED81D24759C54FDE48B6DD74FF51649C9 *)(DeviceRequirement_tAB27570ED81D24759C54FDE48B6DD74FF51649C9 *)((L_8)->GetAddressAt(static_cast(L_9))), /*hidden argument*/NULL); V_10 = (bool)L_10; // if (isOR && orChainIsSatisfied) bool L_11 = V_9; bool L_12 = V_6; if (!((int32_t)((int32_t)L_11&(int32_t)L_12))) { goto IL_0096; } } IL_0089: { // controls.Add(null); InputControlList_1_Add_mB76B1364FAD78FA46FB1661193347312D26C21A5((InputControlList_1_tCCB2EBF6FDF573DC316CABD9A44894F5CCEEAE4A *)(InputControlList_1_tCCB2EBF6FDF573DC316CABD9A44894F5CCEEAE4A *)(&V_4), (InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 *)NULL, /*hidden argument*/InputControlList_1_Add_mB76B1364FAD78FA46FB1661193347312D26C21A5_RuntimeMethod_var); // continue; goto IL_0234; } IL_0096: { // var path = m_DeviceRequirements[i].controlPath; DeviceRequirementU5BU5D_tBAAEA8AD0E93A8EF9DF98E9F4957B7A56286E795* L_13 = (DeviceRequirementU5BU5D_tBAAEA8AD0E93A8EF9DF98E9F4957B7A56286E795*)__this->get_m_DeviceRequirements_2(); int32_t L_14 = V_8; NullCheck(L_13); String_t* L_15; L_15 = DeviceRequirement_get_controlPath_m0D13B49CD786FC480A8EAE207A67108AF0B946BC_inline((DeviceRequirement_tAB27570ED81D24759C54FDE48B6DD74FF51649C9 *)(DeviceRequirement_tAB27570ED81D24759C54FDE48B6DD74FF51649C9 *)((L_13)->GetAddressAt(static_cast(L_14))), /*hidden argument*/NULL); V_11 = (String_t*)L_15; // if (string.IsNullOrEmpty(path)) String_t* L_16 = V_11; bool L_17; L_17 = String_IsNullOrEmpty_m57429705D977ACD5EE7E210A858EED6F348C36B3((String_t*)L_16, /*hidden argument*/NULL); if (!L_17) { goto IL_00c8; } } IL_00b3: { // score += 1; float L_18 = V_3; V_3 = (float)((float)il2cpp_codegen_add((float)L_18, (float)(1.0f))); // controls.Add(null); InputControlList_1_Add_mB76B1364FAD78FA46FB1661193347312D26C21A5((InputControlList_1_tCCB2EBF6FDF573DC316CABD9A44894F5CCEEAE4A *)(InputControlList_1_tCCB2EBF6FDF573DC316CABD9A44894F5CCEEAE4A *)(&V_4), (InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 *)NULL, /*hidden argument*/InputControlList_1_Add_mB76B1364FAD78FA46FB1661193347312D26C21A5_RuntimeMethod_var); // continue; goto IL_0234; } IL_00c8: { // InputControl match = null; V_12 = (InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 *)NULL; // for (var n = 0; n < devices.Count; ++n) V_13 = (int32_t)0; goto IL_0190; } IL_00d3: { // var device = devices[n]; int32_t L_19 = V_13; NullCheck((RuntimeObject*)(___devices0)); InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * L_20; L_20 = InterfaceFuncInvoker1< InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 *, int32_t >::Invoke(0 /* !0 System.Collections.Generic.IReadOnlyList`1::get_Item(System.Int32) */, IReadOnlyList_1_tD49C1676E62F617DA8F050A0DF501311A72B2266_il2cpp_TypeInfo_var, (RuntimeObject*)(___devices0), (int32_t)L_19); V_14 = (InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 *)L_20; // if (favorDevice != null) InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * L_21 = ___favorDevice1; if (!L_21) { goto IL_0105; } } IL_00e7: { // if (n == 0) int32_t L_22 = V_13; if (L_22) { goto IL_00f0; } } IL_00eb: { // device = favorDevice; InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * L_23 = ___favorDevice1; V_14 = (InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 *)L_23; goto IL_0105; } IL_00f0: { // else if (device == favorDevice) InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * L_24 = V_14; InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * L_25 = ___favorDevice1; if ((!(((RuntimeObject*)(InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 *)L_24) == ((RuntimeObject*)(InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 *)L_25)))) { goto IL_0105; } } IL_00f5: { // device = devices[0]; NullCheck((RuntimeObject*)(___devices0)); InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * L_26; L_26 = InterfaceFuncInvoker1< InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 *, int32_t >::Invoke(0 /* !0 System.Collections.Generic.IReadOnlyList`1::get_Item(System.Int32) */, IReadOnlyList_1_tD49C1676E62F617DA8F050A0DF501311A72B2266_il2cpp_TypeInfo_var, (RuntimeObject*)(___devices0), (int32_t)0); V_14 = (InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 *)L_26; } IL_0105: { // var matchedControl = InputControlPath.TryFindControl(device, path); InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * L_27 = V_14; String_t* L_28 = V_11; InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_29; L_29 = InputControlPath_TryFindControl_mC3F1B49B83564A87DA9244867994AE25F169068F((InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 *)L_27, (String_t*)L_28, (int32_t)0, /*hidden argument*/NULL); V_15 = (InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 *)L_29; // if (matchedControl == null) InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_30 = V_15; if (!L_30) { goto IL_018a; } } IL_0115: { // if (controls.Contains(matchedControl)) InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_31 = V_15; bool L_32; L_32 = InputControlList_1_Contains_m59F78D2425C439F62BE714C924B527AD555C6E6F((InputControlList_1_tCCB2EBF6FDF573DC316CABD9A44894F5CCEEAE4A *)(InputControlList_1_tCCB2EBF6FDF573DC316CABD9A44894F5CCEEAE4A *)(&V_4), (InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 *)L_31, /*hidden argument*/InputControlList_1_Contains_m59F78D2425C439F62BE714C924B527AD555C6E6F_RuntimeMethod_var); if (L_32) { goto IL_018a; } } IL_0120: { // match = matchedControl; InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_33 = V_15; V_12 = (InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 *)L_33; // var deviceLayoutOfControlPath = new InternedString(InputControlPath.TryGetDeviceLayout(path)); String_t* L_34 = V_11; String_t* L_35; L_35 = InputControlPath_TryGetDeviceLayout_m47A9B8E4FB014562E0C8355D644AF91EF5D155DB((String_t*)L_34, /*hidden argument*/NULL); InternedString__ctor_mE81A2A4EA05081A96717682ACF38746482E3CF62((InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED *)(InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED *)(&V_16), (String_t*)L_35, /*hidden argument*/NULL); // if (deviceLayoutOfControlPath.IsEmpty()) bool L_36; L_36 = InternedString_IsEmpty_mDC1F123EBDF899AB57EDDCFFC3F67DA84A2CC2AD((InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED *)(InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED *)(&V_16), /*hidden argument*/NULL); if (!L_36) { goto IL_0145; } } IL_013b: { // score += 1; float L_37 = V_3; V_3 = (float)((float)il2cpp_codegen_add((float)L_37, (float)(1.0f))); // } goto IL_01a4; } IL_0145: { // var deviceLayoutOfControl = matchedControl.device.m_Layout; InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_38 = V_15; NullCheck((InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 *)L_38); InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * L_39; L_39 = InputControl_get_device_m7B8D4A5F3C7C11E4FE7239692961C434C7CCF9E1_inline((InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 *)L_38, /*hidden argument*/NULL); NullCheck(L_39); InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED L_40 = (InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED )((InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 *)L_39)->get_m_Layout_7(); V_17 = (InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED )L_40; // if (InputControlLayout.s_Layouts.ComputeDistanceInInheritanceHierarchy(deviceLayoutOfControlPath, // deviceLayoutOfControl, out var distance)) IL2CPP_RUNTIME_CLASS_INIT(InputControlLayout_tE6B3ECA665209114AFF079155BF9F2FA79A03741_il2cpp_TypeInfo_var); InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED L_41 = V_16; InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED L_42 = V_17; bool L_43; L_43 = Collection_ComputeDistanceInInheritanceHierarchy_mCEB7893ADA9EAED24942C98007AE5983925A591A((Collection_tE4D2860D7319AE2B62163AFBA0A549B87DB0B97F *)(Collection_tE4D2860D7319AE2B62163AFBA0A549B87DB0B97F *)(((InputControlLayout_tE6B3ECA665209114AFF079155BF9F2FA79A03741_StaticFields*)il2cpp_codegen_static_fields_for(InputControlLayout_tE6B3ECA665209114AFF079155BF9F2FA79A03741_il2cpp_TypeInfo_var))->get_address_of_s_Layouts_15()), (InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED )L_41, (InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED )L_42, (int32_t*)(int32_t*)(&V_18), /*hidden argument*/NULL); if (!L_43) { goto IL_0180; } } IL_0165: { // score += 1 + 1f / (Math.Abs(distance) + 1); float L_44 = V_3; int32_t L_45 = V_18; IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int32_t L_46; L_46 = il2cpp_codegen_abs((int32_t)L_45); V_3 = (float)((float)il2cpp_codegen_add((float)L_44, (float)((float)il2cpp_codegen_add((float)(1.0f), (float)((float)((float)(1.0f)/(float)((float)((float)((int32_t)il2cpp_codegen_add((int32_t)L_46, (int32_t)1)))))))))); // } goto IL_01a4; } IL_0180: { // score += 1; float L_47 = V_3; V_3 = (float)((float)il2cpp_codegen_add((float)L_47, (float)(1.0f))); // break; goto IL_01a4; } IL_018a: { // for (var n = 0; n < devices.Count; ++n) int32_t L_48 = V_13; V_13 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_48, (int32_t)1)); } IL_0190: { // for (var n = 0; n < devices.Count; ++n) int32_t L_49 = V_13; NullCheck((RuntimeObject*)(___devices0)); int32_t L_50; L_50 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Int32 System.Collections.Generic.IReadOnlyCollection`1::get_Count() */, IReadOnlyCollection_1_t8494FE19D4ABEBFC41C16C7BA62999B51C670868_il2cpp_TypeInfo_var, (RuntimeObject*)(___devices0)); if ((((int32_t)L_49) < ((int32_t)L_50))) { goto IL_00d3; } } IL_01a4: { // var nextIsOR = i + 1 < requirementCount && m_DeviceRequirements[i + 1].isOR; int32_t L_51 = V_8; int32_t L_52 = V_2; if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_51, (int32_t)1))) >= ((int32_t)L_52))) { goto IL_01c1; } } IL_01ab: { DeviceRequirementU5BU5D_tBAAEA8AD0E93A8EF9DF98E9F4957B7A56286E795* L_53 = (DeviceRequirementU5BU5D_tBAAEA8AD0E93A8EF9DF98E9F4957B7A56286E795*)__this->get_m_DeviceRequirements_2(); int32_t L_54 = V_8; NullCheck(L_53); bool L_55; L_55 = DeviceRequirement_get_isOR_mC576E1CCD4272F37A3437F6509733061310D19EA((DeviceRequirement_tAB27570ED81D24759C54FDE48B6DD74FF51649C9 *)(DeviceRequirement_tAB27570ED81D24759C54FDE48B6DD74FF51649C9 *)((L_53)->GetAddressAt(static_cast(((int32_t)il2cpp_codegen_add((int32_t)L_54, (int32_t)1))))), /*hidden argument*/NULL); G_B27_0 = ((int32_t)(L_55)); goto IL_01c2; } IL_01c1: { G_B27_0 = 0; } IL_01c2: { // if (nextIsOR) if (!G_B27_0) { goto IL_01d6; } } IL_01c4: { // if (match != null) InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_56 = V_12; if (!L_56) { goto IL_01cd; } } IL_01c8: { // orChainIsSatisfied = true; V_6 = (bool)1; // } goto IL_022b; } IL_01cd: { // if (!isOptional) bool L_57 = V_10; if (L_57) { goto IL_022b; } } IL_01d1: { // orChainHasRequiredDevices = true; V_7 = (bool)1; // } goto IL_022b; } IL_01d6: { // else if (isOR && i == requirementCount - 1) bool L_58 = V_9; if (!L_58) { goto IL_01f1; } } IL_01da: { int32_t L_59 = V_8; int32_t L_60 = V_2; if ((!(((uint32_t)L_59) == ((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_60, (int32_t)1)))))) { goto IL_01f1; } } IL_01e1: { // if (match == null) InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_61 = V_12; if (L_61) { goto IL_022b; } } IL_01e5: { // if (orChainHasRequiredDevices) bool L_62 = V_7; if (!L_62) { goto IL_01ed; } } IL_01e9: { // haveAllRequired = false; V_0 = (bool)0; goto IL_022b; } IL_01ed: { // haveAllOptional = false; V_1 = (bool)0; // } goto IL_022b; } IL_01f1: { // if (match == null) InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_63 = V_12; if (L_63) { goto IL_01ff; } } IL_01f5: { // if (isOptional) bool L_64 = V_10; if (!L_64) { goto IL_01fd; } } IL_01f9: { // haveAllOptional = false; V_1 = (bool)0; goto IL_01ff; } IL_01fd: { // haveAllRequired = false; V_0 = (bool)0; } IL_01ff: { // if (i > 0 && m_DeviceRequirements[i - 1].isOR) int32_t L_65 = V_8; if ((((int32_t)L_65) <= ((int32_t)0))) { goto IL_022b; } } IL_0204: { DeviceRequirementU5BU5D_tBAAEA8AD0E93A8EF9DF98E9F4957B7A56286E795* L_66 = (DeviceRequirementU5BU5D_tBAAEA8AD0E93A8EF9DF98E9F4957B7A56286E795*)__this->get_m_DeviceRequirements_2(); int32_t L_67 = V_8; NullCheck(L_66); bool L_68; L_68 = DeviceRequirement_get_isOR_mC576E1CCD4272F37A3437F6509733061310D19EA((DeviceRequirement_tAB27570ED81D24759C54FDE48B6DD74FF51649C9 *)(DeviceRequirement_tAB27570ED81D24759C54FDE48B6DD74FF51649C9 *)((L_66)->GetAddressAt(static_cast(((int32_t)il2cpp_codegen_subtract((int32_t)L_67, (int32_t)1))))), /*hidden argument*/NULL); if (!L_68) { goto IL_022b; } } IL_021a: { // if (!orChainIsSatisfied) bool L_69 = V_6; if (L_69) { goto IL_0228; } } IL_021e: { // if (orChainHasRequiredDevices) bool L_70 = V_7; if (!L_70) { goto IL_0226; } } IL_0222: { // haveAllRequired = false; V_0 = (bool)0; goto IL_0228; } IL_0226: { // haveAllOptional = false; V_1 = (bool)0; } IL_0228: { // orChainIsSatisfied = false; V_6 = (bool)0; } IL_022b: { // controls.Add(match); InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_71 = V_12; InputControlList_1_Add_mB76B1364FAD78FA46FB1661193347312D26C21A5((InputControlList_1_tCCB2EBF6FDF573DC316CABD9A44894F5CCEEAE4A *)(InputControlList_1_tCCB2EBF6FDF573DC316CABD9A44894F5CCEEAE4A *)(&V_4), (InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 *)L_71, /*hidden argument*/InputControlList_1_Add_mB76B1364FAD78FA46FB1661193347312D26C21A5_RuntimeMethod_var); } IL_0234: { // for (var i = 0; i < requirementCount; ++i) int32_t L_72 = V_8; V_8 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_72, (int32_t)1)); } IL_023a: { // for (var i = 0; i < requirementCount; ++i) int32_t L_73 = V_8; int32_t L_74 = V_2; if ((((int32_t)L_73) < ((int32_t)L_74))) { goto IL_005a; } } IL_0242: { // } goto IL_024e; } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0244; } throw e; } CATCH_0244: { // begin catch(System.Exception) // catch (Exception) // controls.Dispose(); InputControlList_1_Dispose_m13F190C1CFED453687912164416417F3264EC6A1((InputControlList_1_tCCB2EBF6FDF573DC316CABD9A44894F5CCEEAE4A *)(InputControlList_1_tCCB2EBF6FDF573DC316CABD9A44894F5CCEEAE4A *)(&V_4), /*hidden argument*/((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputControlList_1_Dispose_m13F190C1CFED453687912164416417F3264EC6A1_RuntimeMethod_var))); // throw; IL2CPP_RAISE_MANAGED_EXCEPTION(IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *), ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputControlScheme_PickDevicesFrom_TisRuntimeObject_m89EFE1FEDDF16548D6068271DD448C3729CE08B5_RuntimeMethod_var))); } // end catch (depth: 1) IL_024e: { // return new MatchResult // { // m_Result = !haveAllRequired // ? MatchResult.Result.MissingRequired // : !haveAllOptional // ? MatchResult.Result.MissingOptional // : MatchResult.Result.AllSatisfied, // m_Controls = controls, // m_Requirements = m_DeviceRequirements, // m_Score = score, // }; il2cpp_codegen_initobj((&V_5), sizeof(MatchResult_tB87B08CF46A07B0916A575EBC373FC406131649E )); bool L_75 = V_0; G_B55_0 = (&V_5); if (!L_75) { G_B58_0 = (&V_5); goto IL_0264; } } { bool L_76 = V_1; G_B56_0 = G_B55_0; if (!L_76) { G_B57_0 = G_B55_0; goto IL_0261; } } { G_B59_0 = 0; G_B59_1 = G_B56_0; goto IL_0265; } IL_0261: { G_B59_0 = 2; G_B59_1 = G_B57_0; goto IL_0265; } IL_0264: { G_B59_0 = 1; G_B59_1 = G_B58_0; } IL_0265: { G_B59_1->set_m_Result_0(G_B59_0); InputControlList_1_tCCB2EBF6FDF573DC316CABD9A44894F5CCEEAE4A L_77 = V_4; (&V_5)->set_m_Controls_3(L_77); DeviceRequirementU5BU5D_tBAAEA8AD0E93A8EF9DF98E9F4957B7A56286E795* L_78 = (DeviceRequirementU5BU5D_tBAAEA8AD0E93A8EF9DF98E9F4957B7A56286E795*)__this->get_m_DeviceRequirements_2(); (&V_5)->set_m_Requirements_4(L_78); float L_79 = V_3; (&V_5)->set_m_Score_1(L_79); MatchResult_tB87B08CF46A07B0916A575EBC373FC406131649E L_80 = V_5; return (MatchResult_tB87B08CF46A07B0916A575EBC373FC406131649E )L_80; } } IL2CPP_EXTERN_C MatchResult_tB87B08CF46A07B0916A575EBC373FC406131649E InputControlScheme_PickDevicesFrom_TisRuntimeObject_m89EFE1FEDDF16548D6068271DD448C3729CE08B5_AdjustorThunk (RuntimeObject * __this, RuntimeObject * ___devices0, InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * ___favorDevice1, const RuntimeMethod* method) { int32_t _offset = 1; InputControlScheme_t65ED7D84CDC45F04A6417FABA3F8585FC545C340 * _thisAdjusted = reinterpret_cast(__this + _offset); MatchResult_tB87B08CF46A07B0916A575EBC373FC406131649E _returnValue; _returnValue = InputControlScheme_PickDevicesFrom_TisRuntimeObject_m89EFE1FEDDF16548D6068271DD448C3729CE08B5(_thisAdjusted, ___devices0, ___favorDevice1, method); return _returnValue; } // TDevice UnityEngine.InputSystem.InputDevice::Build(System.String,System.String,UnityEngine.InputSystem.Layouts.InputDeviceDescription,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * InputDevice_Build_TisRuntimeObject_m944D6E77F159CA01263AC3C3EAFB5F973EE49015_gshared (String_t* ___layoutName0, String_t* ___layoutVariants1, InputDeviceDescription_tBE78411023CFED0A42110A1357D65BD6E5EDBB58 ___deviceDescription2, bool ___noPrecompiledLayouts3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_TryGetValue_mDB7CD1E74B8550DB2822D132038A45D5D8C93374_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_1_Invoke_m7CDD82E57E15E481E31C12AB37857DD61B451129_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputControlLayout_tE6B3ECA665209114AFF079155BF9F2FA79A03741_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED V_0; memset((&V_0), 0, sizeof(V_0)); PrecompiledLayout_t87B15ED374C6DA9C0C0D9333A1BDAC4F40E548CB V_1; memset((&V_1), 0, sizeof(V_1)); RefInstance_t644EB29D353013AE02C53F47A026FFEEBA232E6F V_2; memset((&V_2), 0, sizeof(V_2)); InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * V_3 = NULL; RuntimeObject * V_4 = NULL; RuntimeObject * V_5 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { // var internedLayoutName = new InternedString(layoutName); String_t* L_0 = ___layoutName0; InternedString__ctor_mE81A2A4EA05081A96717682ACF38746482E3CF62((InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED *)(InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED *)(&V_0), (String_t*)L_0, /*hidden argument*/NULL); // if (internedLayoutName.IsEmpty()) bool L_1; L_1 = InternedString_IsEmpty_mDC1F123EBDF899AB57EDDCFFC3F67DA84A2CC2AD((InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED *)(InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED *)(&V_0), /*hidden argument*/NULL); if (!L_1) { goto IL_0045; } } { // internedLayoutName = InputControlLayout.s_Layouts.TryFindLayoutForType(typeof(TDevice)); IL2CPP_RUNTIME_CLASS_INIT(InputControlLayout_tE6B3ECA665209114AFF079155BF9F2FA79A03741_il2cpp_TypeInfo_var); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_2 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(method->rgctx_data, 0)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_3; L_3 = Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_2, /*hidden argument*/NULL); InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED L_4; L_4 = Collection_TryFindLayoutForType_mC84D3FC044E2F243F888F3335424CCCA07072AC9((Collection_tE4D2860D7319AE2B62163AFBA0A549B87DB0B97F *)(Collection_tE4D2860D7319AE2B62163AFBA0A549B87DB0B97F *)(((InputControlLayout_tE6B3ECA665209114AFF079155BF9F2FA79A03741_StaticFields*)il2cpp_codegen_static_fields_for(InputControlLayout_tE6B3ECA665209114AFF079155BF9F2FA79A03741_il2cpp_TypeInfo_var))->get_address_of_s_Layouts_15()), (Type_t *)L_3, /*hidden argument*/NULL); V_0 = (InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED )L_4; // if (internedLayoutName.IsEmpty()) bool L_5; L_5 = InternedString_IsEmpty_mDC1F123EBDF899AB57EDDCFFC3F67DA84A2CC2AD((InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED *)(InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED *)(&V_0), /*hidden argument*/NULL); if (!L_5) { goto IL_0045; } } { // internedLayoutName = new InternedString(typeof(TDevice).Name); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_6 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(method->rgctx_data, 0)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_7; L_7 = Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_6, /*hidden argument*/NULL); NullCheck((MemberInfo_t *)L_7); String_t* L_8; L_8 = VirtFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, (MemberInfo_t *)L_7); InternedString__ctor_mE81A2A4EA05081A96717682ACF38746482E3CF62((InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED *)(InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED *)(&V_0), (String_t*)L_8, /*hidden argument*/NULL); } IL_0045: { // if (!noPrecompiledLayouts && // string.IsNullOrEmpty(layoutVariants) && // InputControlLayout.s_Layouts.precompiledLayouts.TryGetValue(internedLayoutName, out var precompiledLayout)) bool L_9 = ___noPrecompiledLayouts3; if (L_9) { goto IL_0075; } } { String_t* L_10 = ___layoutVariants1; bool L_11; L_11 = String_IsNullOrEmpty_m57429705D977ACD5EE7E210A858EED6F348C36B3((String_t*)L_10, /*hidden argument*/NULL); if (!L_11) { goto IL_0075; } } { IL2CPP_RUNTIME_CLASS_INIT(InputControlLayout_tE6B3ECA665209114AFF079155BF9F2FA79A03741_il2cpp_TypeInfo_var); Dictionary_2_tBF35F5A68A67D19B3685A61CE0EECA8A7DD19DFE * L_12 = (Dictionary_2_tBF35F5A68A67D19B3685A61CE0EECA8A7DD19DFE *)(((InputControlLayout_tE6B3ECA665209114AFF079155BF9F2FA79A03741_StaticFields*)il2cpp_codegen_static_fields_for(InputControlLayout_tE6B3ECA665209114AFF079155BF9F2FA79A03741_il2cpp_TypeInfo_var))->get_address_of_s_Layouts_15())->get_precompiledLayouts_7(); InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED L_13 = V_0; NullCheck((Dictionary_2_tBF35F5A68A67D19B3685A61CE0EECA8A7DD19DFE *)L_12); bool L_14; L_14 = Dictionary_2_TryGetValue_mDB7CD1E74B8550DB2822D132038A45D5D8C93374((Dictionary_2_tBF35F5A68A67D19B3685A61CE0EECA8A7DD19DFE *)L_12, (InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED )L_13, (PrecompiledLayout_t87B15ED374C6DA9C0C0D9333A1BDAC4F40E548CB *)(PrecompiledLayout_t87B15ED374C6DA9C0C0D9333A1BDAC4F40E548CB *)(&V_1), /*hidden argument*/Dictionary_2_TryGetValue_mDB7CD1E74B8550DB2822D132038A45D5D8C93374_RuntimeMethod_var); if (!L_14) { goto IL_0075; } } { // return (TDevice)precompiledLayout.factoryMethod(); PrecompiledLayout_t87B15ED374C6DA9C0C0D9333A1BDAC4F40E548CB L_15 = V_1; Func_1_t76DECFBA7E8607FAED0307739AF623E13E9A32D8 * L_16 = (Func_1_t76DECFBA7E8607FAED0307739AF623E13E9A32D8 *)L_15.get_factoryMethod_0(); NullCheck((Func_1_t76DECFBA7E8607FAED0307739AF623E13E9A32D8 *)L_16); InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * L_17; L_17 = Func_1_Invoke_m7CDD82E57E15E481E31C12AB37857DD61B451129((Func_1_t76DECFBA7E8607FAED0307739AF623E13E9A32D8 *)L_16, /*hidden argument*/Func_1_Invoke_m7CDD82E57E15E481E31C12AB37857DD61B451129_RuntimeMethod_var); return (RuntimeObject *)((RuntimeObject *)Castclass((RuntimeObject*)L_17, IL2CPP_RGCTX_DATA(method->rgctx_data, 1))); } IL_0075: { // using (InputDeviceBuilder.Ref()) RefInstance_t644EB29D353013AE02C53F47A026FFEEBA232E6F L_18; L_18 = InputDeviceBuilder_Ref_m922869C2A486DD2106ACAED966AC768B0B8DE837(/*hidden argument*/NULL); V_2 = (RefInstance_t644EB29D353013AE02C53F47A026FFEEBA232E6F )L_18; } IL_007b: try { // begin try (depth: 1) { // InputDeviceBuilder.instance.Setup(internedLayoutName, new InternedString(layoutVariants), // deviceDescription: deviceDescription); InputDeviceBuilder_t95B7A3032EDD618F2521B259875D46CFA5A27051 * L_19; L_19 = InputDeviceBuilder_get_instance_m885FD0284C96CAA0EC3BBC7D11596583891133CE(/*hidden argument*/NULL); InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED L_20 = V_0; String_t* L_21 = ___layoutVariants1; InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED L_22; memset((&L_22), 0, sizeof(L_22)); InternedString__ctor_mE81A2A4EA05081A96717682ACF38746482E3CF62((&L_22), (String_t*)L_21, /*hidden argument*/NULL); InputDeviceDescription_tBE78411023CFED0A42110A1357D65BD6E5EDBB58 L_23 = ___deviceDescription2; InputDeviceBuilder_Setup_mD2874DFA2F41DAA1A570EFD90B1D6511BAB3C64A((InputDeviceBuilder_t95B7A3032EDD618F2521B259875D46CFA5A27051 *)(InputDeviceBuilder_t95B7A3032EDD618F2521B259875D46CFA5A27051 *)L_19, (InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED )L_20, (InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED )L_22, (InputDeviceDescription_tBE78411023CFED0A42110A1357D65BD6E5EDBB58 )L_23, /*hidden argument*/NULL); // var device = InputDeviceBuilder.instance.Finish(); InputDeviceBuilder_t95B7A3032EDD618F2521B259875D46CFA5A27051 * L_24; L_24 = InputDeviceBuilder_get_instance_m885FD0284C96CAA0EC3BBC7D11596583891133CE(/*hidden argument*/NULL); InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * L_25; L_25 = InputDeviceBuilder_Finish_mC145BF9C06DDC23C09BE8658370468F209AEDFCC((InputDeviceBuilder_t95B7A3032EDD618F2521B259875D46CFA5A27051 *)(InputDeviceBuilder_t95B7A3032EDD618F2521B259875D46CFA5A27051 *)L_24, /*hidden argument*/NULL); V_3 = (InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 *)L_25; // if (!(device is TDevice deviceOfType)) InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * L_26 = V_3; V_4 = (RuntimeObject *)((RuntimeObject *)Castclass((RuntimeObject*)((RuntimeObject *)IsInst((RuntimeObject*)L_26, IL2CPP_RGCTX_DATA(method->rgctx_data, 1))), IL2CPP_RGCTX_DATA(method->rgctx_data, 1))); RuntimeObject * L_27 = V_4; if (L_27) { goto IL_00fc; } } IL_00ae: { // throw new ArgumentException( // $"Expected device of type '{typeof(TDevice).Name}' but got device of type '{device.GetType().Name}' instead", // "TDevice"); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_28 = (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)SZArrayNew(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var)), (uint32_t)5); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_29 = (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)L_28; NullCheck(L_29); ArrayElementTypeCheck (L_29, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralFAF6B0C288FFFDF76F371CB4776EF58B8B184827))); (L_29)->SetAt(static_cast(0), (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralFAF6B0C288FFFDF76F371CB4776EF58B8B184827))); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_30 = (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)L_29; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_31 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(method->rgctx_data, 0)) }; IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Type_t_il2cpp_TypeInfo_var))); Type_t * L_32; L_32 = Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_31, /*hidden argument*/NULL); NullCheck((MemberInfo_t *)L_32); String_t* L_33; L_33 = VirtFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, (MemberInfo_t *)L_32); NullCheck(L_30); ArrayElementTypeCheck (L_30, L_33); (L_30)->SetAt(static_cast(1), (String_t*)L_33); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_34 = (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)L_30; NullCheck(L_34); ArrayElementTypeCheck (L_34, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralA0F2C93C16D365911259EDEDB08B59D194C2063E))); (L_34)->SetAt(static_cast(2), (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralA0F2C93C16D365911259EDEDB08B59D194C2063E))); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_35 = (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)L_34; InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * L_36 = V_3; NullCheck((RuntimeObject *)L_36); Type_t * L_37; L_37 = Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B((RuntimeObject *)L_36, /*hidden argument*/NULL); NullCheck((MemberInfo_t *)L_37); String_t* L_38; L_38 = VirtFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, (MemberInfo_t *)L_37); NullCheck(L_35); ArrayElementTypeCheck (L_35, L_38); (L_35)->SetAt(static_cast(3), (String_t*)L_38); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_39 = (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)L_35; NullCheck(L_39); ArrayElementTypeCheck (L_39, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralEFDB5015E620BAE90F7145155181DC930875390D))); (L_39)->SetAt(static_cast(4), (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralEFDB5015E620BAE90F7145155181DC930875390D))); String_t* L_40; L_40 = String_Concat_m27B9C3007C7DABFABCC3726B37A3BE08CB40C417((StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)L_39, /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_41 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m71044C2110E357B71A1C30D2561C3F861AF1DC0D(L_41, (String_t*)L_40, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral4BC9BF42E0D63402B7260884E750EA58B59C8500)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_41, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputDevice_Build_TisRuntimeObject_m944D6E77F159CA01263AC3C3EAFB5F973EE49015_RuntimeMethod_var))); } IL_00fc: { // return deviceOfType; RuntimeObject * L_42 = V_4; V_5 = (RuntimeObject *)L_42; IL2CPP_LEAVE(0x110, FINALLY_0102); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0102; } FINALLY_0102: { // begin finally (depth: 1) RefInstance_Dispose_m78EC838639BF9D789D41763BE97E01B2AE557A4F((RefInstance_t644EB29D353013AE02C53F47A026FFEEBA232E6F *)(RefInstance_t644EB29D353013AE02C53F47A026FFEEBA232E6F *)(&V_2), /*hidden argument*/NULL); IL2CPP_END_FINALLY(258) } // end finally (depth: 1) IL2CPP_CLEANUP(258) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x110, IL_0110) } IL_0110: { // } RuntimeObject * L_43 = V_5; return (RuntimeObject *)L_43; } } // System.Int64 UnityEngine.InputSystem.InputDevice::ExecuteCommand(TCommand&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t InputDevice_ExecuteCommand_TisDisableDeviceCommand_tB2F65EF65EBE67BF06541CD04C81BB31EE208FD5_mF71317049BBAA082079E3B925F3005BD439760F1_gshared (InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * __this, DisableDeviceCommand_tB2F65EF65EBE67BF06541CD04C81BB31EE208FD5 * ___command0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CallbackArray_1_LockForChanges_m4A298C04AAFA6DE526AF1ABC1B5D97F508A037DB_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CallbackArray_1_UnlockForChanges_m325FA0DE38513AADCC538A5BE4424C2A2325B6DC_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CallbackArray_1_get_Item_mBE3B0F1BEB4FA46BA6EE7794FB55EB9489AE9D2E_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CallbackArray_1_get_length_m964A1028AF4FB24BF73CB0F9B62D822A1086B128_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputSystem_tB2E105FFA04BBFEF25E381E9FBBE7DA78BB18380_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_get_HasValue_m571187F546F4230B8576F169789831BFBA99B93F_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_get_Value_m50AA4ABD548771EE5E0C30724C9847B16C44F3DA_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 * V_0 = NULL; InputManager_t9E534956EF45276E5D7E75B3EA03BF1AB0EC411F * V_1 = NULL; int32_t V_2 = 0; Nullable_1_t340361C8134256120F5769AC5A3F743DB6C11D1F V_3; memset((&V_3), 0, sizeof(V_3)); int64_t V_4 = 0; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { // var commandPtr = (InputDeviceCommand*)UnsafeUtility.AddressOf(ref command); DisableDeviceCommand_tB2F65EF65EBE67BF06541CD04C81BB31EE208FD5 * L_0 = ___command0; void* L_1; L_1 = il2cpp_codegen_unsafe_cast((DisableDeviceCommand_tB2F65EF65EBE67BF06541CD04C81BB31EE208FD5 *)(DisableDeviceCommand_tB2F65EF65EBE67BF06541CD04C81BB31EE208FD5 *)L_0); V_0 = (InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 *)L_1; // var manager = InputSystem.s_Manager; IL2CPP_RUNTIME_CLASS_INIT(InputSystem_tB2E105FFA04BBFEF25E381E9FBBE7DA78BB18380_il2cpp_TypeInfo_var); InputManager_t9E534956EF45276E5D7E75B3EA03BF1AB0EC411F * L_2 = ((InputSystem_tB2E105FFA04BBFEF25E381E9FBBE7DA78BB18380_StaticFields*)il2cpp_codegen_static_fields_for(InputSystem_tB2E105FFA04BBFEF25E381E9FBBE7DA78BB18380_il2cpp_TypeInfo_var))->get_s_Manager_2(); V_1 = (InputManager_t9E534956EF45276E5D7E75B3EA03BF1AB0EC411F *)L_2; // manager.m_DeviceCommandCallbacks.LockForChanges(); InputManager_t9E534956EF45276E5D7E75B3EA03BF1AB0EC411F * L_3 = V_1; NullCheck(L_3); CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 * L_4 = (CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 *)L_3->get_address_of_m_DeviceCommandCallbacks_19(); CallbackArray_1_LockForChanges_m4A298C04AAFA6DE526AF1ABC1B5D97F508A037DB((CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 *)(CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 *)L_4, /*hidden argument*/CallbackArray_1_LockForChanges_m4A298C04AAFA6DE526AF1ABC1B5D97F508A037DB_RuntimeMethod_var); // for (var i = 0; i < manager.m_DeviceCommandCallbacks.length; ++i) V_2 = (int32_t)0; goto IL_006c; } IL_001c: { } IL_001d: try { // begin try (depth: 1) { // var result = manager.m_DeviceCommandCallbacks[i](this, commandPtr); InputManager_t9E534956EF45276E5D7E75B3EA03BF1AB0EC411F * L_5 = V_1; NullCheck(L_5); CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 * L_6 = (CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 *)L_5->get_address_of_m_DeviceCommandCallbacks_19(); int32_t L_7 = V_2; InputDeviceCommandDelegate_t967EA90378916CA01FF68A0403468313659A1718 * L_8; L_8 = CallbackArray_1_get_Item_mBE3B0F1BEB4FA46BA6EE7794FB55EB9489AE9D2E((CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 *)(CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 *)L_6, (int32_t)L_7, /*hidden argument*/CallbackArray_1_get_Item_mBE3B0F1BEB4FA46BA6EE7794FB55EB9489AE9D2E_RuntimeMethod_var); InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 * L_9 = V_0; NullCheck((InputDeviceCommandDelegate_t967EA90378916CA01FF68A0403468313659A1718 *)L_8); Nullable_1_t340361C8134256120F5769AC5A3F743DB6C11D1F L_10; L_10 = InputDeviceCommandDelegate_Invoke_mC1F08D33A1E901A2F666170842BD24D602EBE661((InputDeviceCommandDelegate_t967EA90378916CA01FF68A0403468313659A1718 *)L_8, (InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 *)__this, (InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 *)(InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 *)L_9, /*hidden argument*/NULL); V_3 = (Nullable_1_t340361C8134256120F5769AC5A3F743DB6C11D1F )L_10; // if (result.HasValue) bool L_11; L_11 = Nullable_1_get_HasValue_m571187F546F4230B8576F169789831BFBA99B93F_inline((Nullable_1_t340361C8134256120F5769AC5A3F743DB6C11D1F *)(Nullable_1_t340361C8134256120F5769AC5A3F743DB6C11D1F *)(&V_3), /*hidden argument*/Nullable_1_get_HasValue_m571187F546F4230B8576F169789831BFBA99B93F_RuntimeMethod_var); if (!L_11) { goto IL_0045; } } IL_003a: { // return result.Value; int64_t L_12; L_12 = Nullable_1_get_Value_m50AA4ABD548771EE5E0C30724C9847B16C44F3DA((Nullable_1_t340361C8134256120F5769AC5A3F743DB6C11D1F *)(Nullable_1_t340361C8134256120F5769AC5A3F743DB6C11D1F *)(&V_3), /*hidden argument*/Nullable_1_get_Value_m50AA4ABD548771EE5E0C30724C9847B16C44F3DA_RuntimeMethod_var); V_4 = (int64_t)L_12; goto IL_0092; } IL_0045: { // } goto IL_0068; } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0047; } throw e; } CATCH_0047: { // begin catch(System.Exception) // Debug.LogError($"{exception.GetType().Name} while executing 'InputSystem.onDeviceCommand' callbacks"); Exception_t * L_13 = (Exception_t *)((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *)); NullCheck((Exception_t *)L_13); Type_t * L_14; L_14 = Exception_GetType_mC5B8B5C944B326B751282AB0E8C25A7F85457D9F((Exception_t *)L_13, /*hidden argument*/NULL); NullCheck((MemberInfo_t *)L_14); String_t* L_15; L_15 = VirtFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, (MemberInfo_t *)L_14); String_t* L_16; L_16 = String_Concat_m10758B01687A2181C8727AD9FD9CCF5325C61C2A((String_t*)L_15, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral4FF2E5380C393C82F526FABF2211C70C91FC5410)), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var))); Debug_LogError_m5952BCE5DC0EF798B31FA983B9CE42A5A1F82DE1((RuntimeObject *)L_16, /*hidden argument*/NULL); // Debug.LogException(exception); Debug_LogException_m418B8879895C54AF03169B53DAA24EE9067E3DC7((Exception_t *)L_13, /*hidden argument*/NULL); // } IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_0068; } // end catch (depth: 1) IL_0068: { // for (var i = 0; i < manager.m_DeviceCommandCallbacks.length; ++i) int32_t L_17 = V_2; V_2 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)1)); } IL_006c: { // for (var i = 0; i < manager.m_DeviceCommandCallbacks.length; ++i) int32_t L_18 = V_2; InputManager_t9E534956EF45276E5D7E75B3EA03BF1AB0EC411F * L_19 = V_1; NullCheck(L_19); CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 * L_20 = (CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 *)L_19->get_address_of_m_DeviceCommandCallbacks_19(); int32_t L_21; L_21 = CallbackArray_1_get_length_m964A1028AF4FB24BF73CB0F9B62D822A1086B128((CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 *)(CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 *)L_20, /*hidden argument*/CallbackArray_1_get_length_m964A1028AF4FB24BF73CB0F9B62D822A1086B128_RuntimeMethod_var); if ((((int32_t)L_18) < ((int32_t)L_21))) { goto IL_001c; } } { // manager.m_DeviceCommandCallbacks.UnlockForChanges(); InputManager_t9E534956EF45276E5D7E75B3EA03BF1AB0EC411F * L_22 = V_1; NullCheck(L_22); CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 * L_23 = (CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 *)L_22->get_address_of_m_DeviceCommandCallbacks_19(); CallbackArray_1_UnlockForChanges_m325FA0DE38513AADCC538A5BE4424C2A2325B6DC((CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 *)(CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 *)L_23, /*hidden argument*/CallbackArray_1_UnlockForChanges_m325FA0DE38513AADCC538A5BE4424C2A2325B6DC_RuntimeMethod_var); // return ExecuteCommand((InputDeviceCommand*)UnsafeUtility.AddressOf(ref command)); DisableDeviceCommand_tB2F65EF65EBE67BF06541CD04C81BB31EE208FD5 * L_24 = ___command0; void* L_25; L_25 = il2cpp_codegen_unsafe_cast((DisableDeviceCommand_tB2F65EF65EBE67BF06541CD04C81BB31EE208FD5 *)(DisableDeviceCommand_tB2F65EF65EBE67BF06541CD04C81BB31EE208FD5 *)L_24); NullCheck((InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 *)__this); int64_t L_26; L_26 = VirtFuncInvoker1< int64_t, InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 * >::Invoke(20 /* System.Int64 UnityEngine.InputSystem.InputDevice::ExecuteCommand(UnityEngine.InputSystem.LowLevel.InputDeviceCommand*) */, (InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 *)__this, (InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 *)(InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 *)L_25); return (int64_t)L_26; } IL_0092: { // } int64_t L_27 = V_4; return (int64_t)L_27; } } // System.Int64 UnityEngine.InputSystem.InputDevice::ExecuteCommand(TCommand&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t InputDevice_ExecuteCommand_TisDualMotorRumbleCommand_t6ADC52F694D48928E097C79824A58C7EEBB650EF_m058831C8B0317ED66D18951917551E7964E6942C_gshared (InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * __this, DualMotorRumbleCommand_t6ADC52F694D48928E097C79824A58C7EEBB650EF * ___command0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CallbackArray_1_LockForChanges_m4A298C04AAFA6DE526AF1ABC1B5D97F508A037DB_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CallbackArray_1_UnlockForChanges_m325FA0DE38513AADCC538A5BE4424C2A2325B6DC_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CallbackArray_1_get_Item_mBE3B0F1BEB4FA46BA6EE7794FB55EB9489AE9D2E_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CallbackArray_1_get_length_m964A1028AF4FB24BF73CB0F9B62D822A1086B128_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputSystem_tB2E105FFA04BBFEF25E381E9FBBE7DA78BB18380_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_get_HasValue_m571187F546F4230B8576F169789831BFBA99B93F_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_get_Value_m50AA4ABD548771EE5E0C30724C9847B16C44F3DA_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 * V_0 = NULL; InputManager_t9E534956EF45276E5D7E75B3EA03BF1AB0EC411F * V_1 = NULL; int32_t V_2 = 0; Nullable_1_t340361C8134256120F5769AC5A3F743DB6C11D1F V_3; memset((&V_3), 0, sizeof(V_3)); int64_t V_4 = 0; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { // var commandPtr = (InputDeviceCommand*)UnsafeUtility.AddressOf(ref command); DualMotorRumbleCommand_t6ADC52F694D48928E097C79824A58C7EEBB650EF * L_0 = ___command0; void* L_1; L_1 = il2cpp_codegen_unsafe_cast((DualMotorRumbleCommand_t6ADC52F694D48928E097C79824A58C7EEBB650EF *)(DualMotorRumbleCommand_t6ADC52F694D48928E097C79824A58C7EEBB650EF *)L_0); V_0 = (InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 *)L_1; // var manager = InputSystem.s_Manager; IL2CPP_RUNTIME_CLASS_INIT(InputSystem_tB2E105FFA04BBFEF25E381E9FBBE7DA78BB18380_il2cpp_TypeInfo_var); InputManager_t9E534956EF45276E5D7E75B3EA03BF1AB0EC411F * L_2 = ((InputSystem_tB2E105FFA04BBFEF25E381E9FBBE7DA78BB18380_StaticFields*)il2cpp_codegen_static_fields_for(InputSystem_tB2E105FFA04BBFEF25E381E9FBBE7DA78BB18380_il2cpp_TypeInfo_var))->get_s_Manager_2(); V_1 = (InputManager_t9E534956EF45276E5D7E75B3EA03BF1AB0EC411F *)L_2; // manager.m_DeviceCommandCallbacks.LockForChanges(); InputManager_t9E534956EF45276E5D7E75B3EA03BF1AB0EC411F * L_3 = V_1; NullCheck(L_3); CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 * L_4 = (CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 *)L_3->get_address_of_m_DeviceCommandCallbacks_19(); CallbackArray_1_LockForChanges_m4A298C04AAFA6DE526AF1ABC1B5D97F508A037DB((CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 *)(CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 *)L_4, /*hidden argument*/CallbackArray_1_LockForChanges_m4A298C04AAFA6DE526AF1ABC1B5D97F508A037DB_RuntimeMethod_var); // for (var i = 0; i < manager.m_DeviceCommandCallbacks.length; ++i) V_2 = (int32_t)0; goto IL_006c; } IL_001c: { } IL_001d: try { // begin try (depth: 1) { // var result = manager.m_DeviceCommandCallbacks[i](this, commandPtr); InputManager_t9E534956EF45276E5D7E75B3EA03BF1AB0EC411F * L_5 = V_1; NullCheck(L_5); CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 * L_6 = (CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 *)L_5->get_address_of_m_DeviceCommandCallbacks_19(); int32_t L_7 = V_2; InputDeviceCommandDelegate_t967EA90378916CA01FF68A0403468313659A1718 * L_8; L_8 = CallbackArray_1_get_Item_mBE3B0F1BEB4FA46BA6EE7794FB55EB9489AE9D2E((CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 *)(CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 *)L_6, (int32_t)L_7, /*hidden argument*/CallbackArray_1_get_Item_mBE3B0F1BEB4FA46BA6EE7794FB55EB9489AE9D2E_RuntimeMethod_var); InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 * L_9 = V_0; NullCheck((InputDeviceCommandDelegate_t967EA90378916CA01FF68A0403468313659A1718 *)L_8); Nullable_1_t340361C8134256120F5769AC5A3F743DB6C11D1F L_10; L_10 = InputDeviceCommandDelegate_Invoke_mC1F08D33A1E901A2F666170842BD24D602EBE661((InputDeviceCommandDelegate_t967EA90378916CA01FF68A0403468313659A1718 *)L_8, (InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 *)__this, (InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 *)(InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 *)L_9, /*hidden argument*/NULL); V_3 = (Nullable_1_t340361C8134256120F5769AC5A3F743DB6C11D1F )L_10; // if (result.HasValue) bool L_11; L_11 = Nullable_1_get_HasValue_m571187F546F4230B8576F169789831BFBA99B93F_inline((Nullable_1_t340361C8134256120F5769AC5A3F743DB6C11D1F *)(Nullable_1_t340361C8134256120F5769AC5A3F743DB6C11D1F *)(&V_3), /*hidden argument*/Nullable_1_get_HasValue_m571187F546F4230B8576F169789831BFBA99B93F_RuntimeMethod_var); if (!L_11) { goto IL_0045; } } IL_003a: { // return result.Value; int64_t L_12; L_12 = Nullable_1_get_Value_m50AA4ABD548771EE5E0C30724C9847B16C44F3DA((Nullable_1_t340361C8134256120F5769AC5A3F743DB6C11D1F *)(Nullable_1_t340361C8134256120F5769AC5A3F743DB6C11D1F *)(&V_3), /*hidden argument*/Nullable_1_get_Value_m50AA4ABD548771EE5E0C30724C9847B16C44F3DA_RuntimeMethod_var); V_4 = (int64_t)L_12; goto IL_0092; } IL_0045: { // } goto IL_0068; } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0047; } throw e; } CATCH_0047: { // begin catch(System.Exception) // Debug.LogError($"{exception.GetType().Name} while executing 'InputSystem.onDeviceCommand' callbacks"); Exception_t * L_13 = (Exception_t *)((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *)); NullCheck((Exception_t *)L_13); Type_t * L_14; L_14 = Exception_GetType_mC5B8B5C944B326B751282AB0E8C25A7F85457D9F((Exception_t *)L_13, /*hidden argument*/NULL); NullCheck((MemberInfo_t *)L_14); String_t* L_15; L_15 = VirtFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, (MemberInfo_t *)L_14); String_t* L_16; L_16 = String_Concat_m10758B01687A2181C8727AD9FD9CCF5325C61C2A((String_t*)L_15, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral4FF2E5380C393C82F526FABF2211C70C91FC5410)), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var))); Debug_LogError_m5952BCE5DC0EF798B31FA983B9CE42A5A1F82DE1((RuntimeObject *)L_16, /*hidden argument*/NULL); // Debug.LogException(exception); Debug_LogException_m418B8879895C54AF03169B53DAA24EE9067E3DC7((Exception_t *)L_13, /*hidden argument*/NULL); // } IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_0068; } // end catch (depth: 1) IL_0068: { // for (var i = 0; i < manager.m_DeviceCommandCallbacks.length; ++i) int32_t L_17 = V_2; V_2 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)1)); } IL_006c: { // for (var i = 0; i < manager.m_DeviceCommandCallbacks.length; ++i) int32_t L_18 = V_2; InputManager_t9E534956EF45276E5D7E75B3EA03BF1AB0EC411F * L_19 = V_1; NullCheck(L_19); CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 * L_20 = (CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 *)L_19->get_address_of_m_DeviceCommandCallbacks_19(); int32_t L_21; L_21 = CallbackArray_1_get_length_m964A1028AF4FB24BF73CB0F9B62D822A1086B128((CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 *)(CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 *)L_20, /*hidden argument*/CallbackArray_1_get_length_m964A1028AF4FB24BF73CB0F9B62D822A1086B128_RuntimeMethod_var); if ((((int32_t)L_18) < ((int32_t)L_21))) { goto IL_001c; } } { // manager.m_DeviceCommandCallbacks.UnlockForChanges(); InputManager_t9E534956EF45276E5D7E75B3EA03BF1AB0EC411F * L_22 = V_1; NullCheck(L_22); CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 * L_23 = (CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 *)L_22->get_address_of_m_DeviceCommandCallbacks_19(); CallbackArray_1_UnlockForChanges_m325FA0DE38513AADCC538A5BE4424C2A2325B6DC((CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 *)(CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 *)L_23, /*hidden argument*/CallbackArray_1_UnlockForChanges_m325FA0DE38513AADCC538A5BE4424C2A2325B6DC_RuntimeMethod_var); // return ExecuteCommand((InputDeviceCommand*)UnsafeUtility.AddressOf(ref command)); DualMotorRumbleCommand_t6ADC52F694D48928E097C79824A58C7EEBB650EF * L_24 = ___command0; void* L_25; L_25 = il2cpp_codegen_unsafe_cast((DualMotorRumbleCommand_t6ADC52F694D48928E097C79824A58C7EEBB650EF *)(DualMotorRumbleCommand_t6ADC52F694D48928E097C79824A58C7EEBB650EF *)L_24); NullCheck((InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 *)__this); int64_t L_26; L_26 = VirtFuncInvoker1< int64_t, InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 * >::Invoke(20 /* System.Int64 UnityEngine.InputSystem.InputDevice::ExecuteCommand(UnityEngine.InputSystem.LowLevel.InputDeviceCommand*) */, (InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 *)__this, (InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 *)(InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 *)L_25); return (int64_t)L_26; } IL_0092: { // } int64_t L_27 = V_4; return (int64_t)L_27; } } // System.Int64 UnityEngine.InputSystem.InputDevice::ExecuteCommand(TCommand&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t InputDevice_ExecuteCommand_TisDualSenseHIDUSBOutputReport_tDEEFAB1B7A7FAFA48FEBA4A3328CF02953FFC2CB_mD0B5A4DB959C500653060D90CD3683220B83B317_gshared (InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * __this, DualSenseHIDUSBOutputReport_tDEEFAB1B7A7FAFA48FEBA4A3328CF02953FFC2CB * ___command0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CallbackArray_1_LockForChanges_m4A298C04AAFA6DE526AF1ABC1B5D97F508A037DB_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CallbackArray_1_UnlockForChanges_m325FA0DE38513AADCC538A5BE4424C2A2325B6DC_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CallbackArray_1_get_Item_mBE3B0F1BEB4FA46BA6EE7794FB55EB9489AE9D2E_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CallbackArray_1_get_length_m964A1028AF4FB24BF73CB0F9B62D822A1086B128_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputSystem_tB2E105FFA04BBFEF25E381E9FBBE7DA78BB18380_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_get_HasValue_m571187F546F4230B8576F169789831BFBA99B93F_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_get_Value_m50AA4ABD548771EE5E0C30724C9847B16C44F3DA_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 * V_0 = NULL; InputManager_t9E534956EF45276E5D7E75B3EA03BF1AB0EC411F * V_1 = NULL; int32_t V_2 = 0; Nullable_1_t340361C8134256120F5769AC5A3F743DB6C11D1F V_3; memset((&V_3), 0, sizeof(V_3)); int64_t V_4 = 0; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { // var commandPtr = (InputDeviceCommand*)UnsafeUtility.AddressOf(ref command); DualSenseHIDUSBOutputReport_tDEEFAB1B7A7FAFA48FEBA4A3328CF02953FFC2CB * L_0 = ___command0; void* L_1; L_1 = il2cpp_codegen_unsafe_cast((DualSenseHIDUSBOutputReport_tDEEFAB1B7A7FAFA48FEBA4A3328CF02953FFC2CB *)(DualSenseHIDUSBOutputReport_tDEEFAB1B7A7FAFA48FEBA4A3328CF02953FFC2CB *)L_0); V_0 = (InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 *)L_1; // var manager = InputSystem.s_Manager; IL2CPP_RUNTIME_CLASS_INIT(InputSystem_tB2E105FFA04BBFEF25E381E9FBBE7DA78BB18380_il2cpp_TypeInfo_var); InputManager_t9E534956EF45276E5D7E75B3EA03BF1AB0EC411F * L_2 = ((InputSystem_tB2E105FFA04BBFEF25E381E9FBBE7DA78BB18380_StaticFields*)il2cpp_codegen_static_fields_for(InputSystem_tB2E105FFA04BBFEF25E381E9FBBE7DA78BB18380_il2cpp_TypeInfo_var))->get_s_Manager_2(); V_1 = (InputManager_t9E534956EF45276E5D7E75B3EA03BF1AB0EC411F *)L_2; // manager.m_DeviceCommandCallbacks.LockForChanges(); InputManager_t9E534956EF45276E5D7E75B3EA03BF1AB0EC411F * L_3 = V_1; NullCheck(L_3); CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 * L_4 = (CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 *)L_3->get_address_of_m_DeviceCommandCallbacks_19(); CallbackArray_1_LockForChanges_m4A298C04AAFA6DE526AF1ABC1B5D97F508A037DB((CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 *)(CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 *)L_4, /*hidden argument*/CallbackArray_1_LockForChanges_m4A298C04AAFA6DE526AF1ABC1B5D97F508A037DB_RuntimeMethod_var); // for (var i = 0; i < manager.m_DeviceCommandCallbacks.length; ++i) V_2 = (int32_t)0; goto IL_006c; } IL_001c: { } IL_001d: try { // begin try (depth: 1) { // var result = manager.m_DeviceCommandCallbacks[i](this, commandPtr); InputManager_t9E534956EF45276E5D7E75B3EA03BF1AB0EC411F * L_5 = V_1; NullCheck(L_5); CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 * L_6 = (CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 *)L_5->get_address_of_m_DeviceCommandCallbacks_19(); int32_t L_7 = V_2; InputDeviceCommandDelegate_t967EA90378916CA01FF68A0403468313659A1718 * L_8; L_8 = CallbackArray_1_get_Item_mBE3B0F1BEB4FA46BA6EE7794FB55EB9489AE9D2E((CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 *)(CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 *)L_6, (int32_t)L_7, /*hidden argument*/CallbackArray_1_get_Item_mBE3B0F1BEB4FA46BA6EE7794FB55EB9489AE9D2E_RuntimeMethod_var); InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 * L_9 = V_0; NullCheck((InputDeviceCommandDelegate_t967EA90378916CA01FF68A0403468313659A1718 *)L_8); Nullable_1_t340361C8134256120F5769AC5A3F743DB6C11D1F L_10; L_10 = InputDeviceCommandDelegate_Invoke_mC1F08D33A1E901A2F666170842BD24D602EBE661((InputDeviceCommandDelegate_t967EA90378916CA01FF68A0403468313659A1718 *)L_8, (InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 *)__this, (InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 *)(InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 *)L_9, /*hidden argument*/NULL); V_3 = (Nullable_1_t340361C8134256120F5769AC5A3F743DB6C11D1F )L_10; // if (result.HasValue) bool L_11; L_11 = Nullable_1_get_HasValue_m571187F546F4230B8576F169789831BFBA99B93F_inline((Nullable_1_t340361C8134256120F5769AC5A3F743DB6C11D1F *)(Nullable_1_t340361C8134256120F5769AC5A3F743DB6C11D1F *)(&V_3), /*hidden argument*/Nullable_1_get_HasValue_m571187F546F4230B8576F169789831BFBA99B93F_RuntimeMethod_var); if (!L_11) { goto IL_0045; } } IL_003a: { // return result.Value; int64_t L_12; L_12 = Nullable_1_get_Value_m50AA4ABD548771EE5E0C30724C9847B16C44F3DA((Nullable_1_t340361C8134256120F5769AC5A3F743DB6C11D1F *)(Nullable_1_t340361C8134256120F5769AC5A3F743DB6C11D1F *)(&V_3), /*hidden argument*/Nullable_1_get_Value_m50AA4ABD548771EE5E0C30724C9847B16C44F3DA_RuntimeMethod_var); V_4 = (int64_t)L_12; goto IL_0092; } IL_0045: { // } goto IL_0068; } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0047; } throw e; } CATCH_0047: { // begin catch(System.Exception) // Debug.LogError($"{exception.GetType().Name} while executing 'InputSystem.onDeviceCommand' callbacks"); Exception_t * L_13 = (Exception_t *)((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *)); NullCheck((Exception_t *)L_13); Type_t * L_14; L_14 = Exception_GetType_mC5B8B5C944B326B751282AB0E8C25A7F85457D9F((Exception_t *)L_13, /*hidden argument*/NULL); NullCheck((MemberInfo_t *)L_14); String_t* L_15; L_15 = VirtFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, (MemberInfo_t *)L_14); String_t* L_16; L_16 = String_Concat_m10758B01687A2181C8727AD9FD9CCF5325C61C2A((String_t*)L_15, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral4FF2E5380C393C82F526FABF2211C70C91FC5410)), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var))); Debug_LogError_m5952BCE5DC0EF798B31FA983B9CE42A5A1F82DE1((RuntimeObject *)L_16, /*hidden argument*/NULL); // Debug.LogException(exception); Debug_LogException_m418B8879895C54AF03169B53DAA24EE9067E3DC7((Exception_t *)L_13, /*hidden argument*/NULL); // } IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_0068; } // end catch (depth: 1) IL_0068: { // for (var i = 0; i < manager.m_DeviceCommandCallbacks.length; ++i) int32_t L_17 = V_2; V_2 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)1)); } IL_006c: { // for (var i = 0; i < manager.m_DeviceCommandCallbacks.length; ++i) int32_t L_18 = V_2; InputManager_t9E534956EF45276E5D7E75B3EA03BF1AB0EC411F * L_19 = V_1; NullCheck(L_19); CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 * L_20 = (CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 *)L_19->get_address_of_m_DeviceCommandCallbacks_19(); int32_t L_21; L_21 = CallbackArray_1_get_length_m964A1028AF4FB24BF73CB0F9B62D822A1086B128((CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 *)(CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 *)L_20, /*hidden argument*/CallbackArray_1_get_length_m964A1028AF4FB24BF73CB0F9B62D822A1086B128_RuntimeMethod_var); if ((((int32_t)L_18) < ((int32_t)L_21))) { goto IL_001c; } } { // manager.m_DeviceCommandCallbacks.UnlockForChanges(); InputManager_t9E534956EF45276E5D7E75B3EA03BF1AB0EC411F * L_22 = V_1; NullCheck(L_22); CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 * L_23 = (CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 *)L_22->get_address_of_m_DeviceCommandCallbacks_19(); CallbackArray_1_UnlockForChanges_m325FA0DE38513AADCC538A5BE4424C2A2325B6DC((CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 *)(CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 *)L_23, /*hidden argument*/CallbackArray_1_UnlockForChanges_m325FA0DE38513AADCC538A5BE4424C2A2325B6DC_RuntimeMethod_var); // return ExecuteCommand((InputDeviceCommand*)UnsafeUtility.AddressOf(ref command)); DualSenseHIDUSBOutputReport_tDEEFAB1B7A7FAFA48FEBA4A3328CF02953FFC2CB * L_24 = ___command0; void* L_25; L_25 = il2cpp_codegen_unsafe_cast((DualSenseHIDUSBOutputReport_tDEEFAB1B7A7FAFA48FEBA4A3328CF02953FFC2CB *)(DualSenseHIDUSBOutputReport_tDEEFAB1B7A7FAFA48FEBA4A3328CF02953FFC2CB *)L_24); NullCheck((InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 *)__this); int64_t L_26; L_26 = VirtFuncInvoker1< int64_t, InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 * >::Invoke(20 /* System.Int64 UnityEngine.InputSystem.InputDevice::ExecuteCommand(UnityEngine.InputSystem.LowLevel.InputDeviceCommand*) */, (InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 *)__this, (InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 *)(InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 *)L_25); return (int64_t)L_26; } IL_0092: { // } int64_t L_27 = V_4; return (int64_t)L_27; } } // System.Int64 UnityEngine.InputSystem.InputDevice::ExecuteCommand(TCommand&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t InputDevice_ExecuteCommand_TisDualShockHIDOutputReport_t0AD6BB157B4A3F0BA064F129EA6B689F808E928E_mA61326F3A397B11F7217A35CA5EC935E64038B97_gshared (InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * __this, DualShockHIDOutputReport_t0AD6BB157B4A3F0BA064F129EA6B689F808E928E * ___command0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CallbackArray_1_LockForChanges_m4A298C04AAFA6DE526AF1ABC1B5D97F508A037DB_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CallbackArray_1_UnlockForChanges_m325FA0DE38513AADCC538A5BE4424C2A2325B6DC_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CallbackArray_1_get_Item_mBE3B0F1BEB4FA46BA6EE7794FB55EB9489AE9D2E_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CallbackArray_1_get_length_m964A1028AF4FB24BF73CB0F9B62D822A1086B128_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputSystem_tB2E105FFA04BBFEF25E381E9FBBE7DA78BB18380_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_get_HasValue_m571187F546F4230B8576F169789831BFBA99B93F_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_get_Value_m50AA4ABD548771EE5E0C30724C9847B16C44F3DA_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 * V_0 = NULL; InputManager_t9E534956EF45276E5D7E75B3EA03BF1AB0EC411F * V_1 = NULL; int32_t V_2 = 0; Nullable_1_t340361C8134256120F5769AC5A3F743DB6C11D1F V_3; memset((&V_3), 0, sizeof(V_3)); int64_t V_4 = 0; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { // var commandPtr = (InputDeviceCommand*)UnsafeUtility.AddressOf(ref command); DualShockHIDOutputReport_t0AD6BB157B4A3F0BA064F129EA6B689F808E928E * L_0 = ___command0; void* L_1; L_1 = il2cpp_codegen_unsafe_cast((DualShockHIDOutputReport_t0AD6BB157B4A3F0BA064F129EA6B689F808E928E *)(DualShockHIDOutputReport_t0AD6BB157B4A3F0BA064F129EA6B689F808E928E *)L_0); V_0 = (InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 *)L_1; // var manager = InputSystem.s_Manager; IL2CPP_RUNTIME_CLASS_INIT(InputSystem_tB2E105FFA04BBFEF25E381E9FBBE7DA78BB18380_il2cpp_TypeInfo_var); InputManager_t9E534956EF45276E5D7E75B3EA03BF1AB0EC411F * L_2 = ((InputSystem_tB2E105FFA04BBFEF25E381E9FBBE7DA78BB18380_StaticFields*)il2cpp_codegen_static_fields_for(InputSystem_tB2E105FFA04BBFEF25E381E9FBBE7DA78BB18380_il2cpp_TypeInfo_var))->get_s_Manager_2(); V_1 = (InputManager_t9E534956EF45276E5D7E75B3EA03BF1AB0EC411F *)L_2; // manager.m_DeviceCommandCallbacks.LockForChanges(); InputManager_t9E534956EF45276E5D7E75B3EA03BF1AB0EC411F * L_3 = V_1; NullCheck(L_3); CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 * L_4 = (CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 *)L_3->get_address_of_m_DeviceCommandCallbacks_19(); CallbackArray_1_LockForChanges_m4A298C04AAFA6DE526AF1ABC1B5D97F508A037DB((CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 *)(CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 *)L_4, /*hidden argument*/CallbackArray_1_LockForChanges_m4A298C04AAFA6DE526AF1ABC1B5D97F508A037DB_RuntimeMethod_var); // for (var i = 0; i < manager.m_DeviceCommandCallbacks.length; ++i) V_2 = (int32_t)0; goto IL_006c; } IL_001c: { } IL_001d: try { // begin try (depth: 1) { // var result = manager.m_DeviceCommandCallbacks[i](this, commandPtr); InputManager_t9E534956EF45276E5D7E75B3EA03BF1AB0EC411F * L_5 = V_1; NullCheck(L_5); CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 * L_6 = (CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 *)L_5->get_address_of_m_DeviceCommandCallbacks_19(); int32_t L_7 = V_2; InputDeviceCommandDelegate_t967EA90378916CA01FF68A0403468313659A1718 * L_8; L_8 = CallbackArray_1_get_Item_mBE3B0F1BEB4FA46BA6EE7794FB55EB9489AE9D2E((CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 *)(CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 *)L_6, (int32_t)L_7, /*hidden argument*/CallbackArray_1_get_Item_mBE3B0F1BEB4FA46BA6EE7794FB55EB9489AE9D2E_RuntimeMethod_var); InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 * L_9 = V_0; NullCheck((InputDeviceCommandDelegate_t967EA90378916CA01FF68A0403468313659A1718 *)L_8); Nullable_1_t340361C8134256120F5769AC5A3F743DB6C11D1F L_10; L_10 = InputDeviceCommandDelegate_Invoke_mC1F08D33A1E901A2F666170842BD24D602EBE661((InputDeviceCommandDelegate_t967EA90378916CA01FF68A0403468313659A1718 *)L_8, (InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 *)__this, (InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 *)(InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 *)L_9, /*hidden argument*/NULL); V_3 = (Nullable_1_t340361C8134256120F5769AC5A3F743DB6C11D1F )L_10; // if (result.HasValue) bool L_11; L_11 = Nullable_1_get_HasValue_m571187F546F4230B8576F169789831BFBA99B93F_inline((Nullable_1_t340361C8134256120F5769AC5A3F743DB6C11D1F *)(Nullable_1_t340361C8134256120F5769AC5A3F743DB6C11D1F *)(&V_3), /*hidden argument*/Nullable_1_get_HasValue_m571187F546F4230B8576F169789831BFBA99B93F_RuntimeMethod_var); if (!L_11) { goto IL_0045; } } IL_003a: { // return result.Value; int64_t L_12; L_12 = Nullable_1_get_Value_m50AA4ABD548771EE5E0C30724C9847B16C44F3DA((Nullable_1_t340361C8134256120F5769AC5A3F743DB6C11D1F *)(Nullable_1_t340361C8134256120F5769AC5A3F743DB6C11D1F *)(&V_3), /*hidden argument*/Nullable_1_get_Value_m50AA4ABD548771EE5E0C30724C9847B16C44F3DA_RuntimeMethod_var); V_4 = (int64_t)L_12; goto IL_0092; } IL_0045: { // } goto IL_0068; } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0047; } throw e; } CATCH_0047: { // begin catch(System.Exception) // Debug.LogError($"{exception.GetType().Name} while executing 'InputSystem.onDeviceCommand' callbacks"); Exception_t * L_13 = (Exception_t *)((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *)); NullCheck((Exception_t *)L_13); Type_t * L_14; L_14 = Exception_GetType_mC5B8B5C944B326B751282AB0E8C25A7F85457D9F((Exception_t *)L_13, /*hidden argument*/NULL); NullCheck((MemberInfo_t *)L_14); String_t* L_15; L_15 = VirtFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, (MemberInfo_t *)L_14); String_t* L_16; L_16 = String_Concat_m10758B01687A2181C8727AD9FD9CCF5325C61C2A((String_t*)L_15, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral4FF2E5380C393C82F526FABF2211C70C91FC5410)), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var))); Debug_LogError_m5952BCE5DC0EF798B31FA983B9CE42A5A1F82DE1((RuntimeObject *)L_16, /*hidden argument*/NULL); // Debug.LogException(exception); Debug_LogException_m418B8879895C54AF03169B53DAA24EE9067E3DC7((Exception_t *)L_13, /*hidden argument*/NULL); // } IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_0068; } // end catch (depth: 1) IL_0068: { // for (var i = 0; i < manager.m_DeviceCommandCallbacks.length; ++i) int32_t L_17 = V_2; V_2 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)1)); } IL_006c: { // for (var i = 0; i < manager.m_DeviceCommandCallbacks.length; ++i) int32_t L_18 = V_2; InputManager_t9E534956EF45276E5D7E75B3EA03BF1AB0EC411F * L_19 = V_1; NullCheck(L_19); CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 * L_20 = (CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 *)L_19->get_address_of_m_DeviceCommandCallbacks_19(); int32_t L_21; L_21 = CallbackArray_1_get_length_m964A1028AF4FB24BF73CB0F9B62D822A1086B128((CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 *)(CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 *)L_20, /*hidden argument*/CallbackArray_1_get_length_m964A1028AF4FB24BF73CB0F9B62D822A1086B128_RuntimeMethod_var); if ((((int32_t)L_18) < ((int32_t)L_21))) { goto IL_001c; } } { // manager.m_DeviceCommandCallbacks.UnlockForChanges(); InputManager_t9E534956EF45276E5D7E75B3EA03BF1AB0EC411F * L_22 = V_1; NullCheck(L_22); CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 * L_23 = (CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 *)L_22->get_address_of_m_DeviceCommandCallbacks_19(); CallbackArray_1_UnlockForChanges_m325FA0DE38513AADCC538A5BE4424C2A2325B6DC((CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 *)(CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 *)L_23, /*hidden argument*/CallbackArray_1_UnlockForChanges_m325FA0DE38513AADCC538A5BE4424C2A2325B6DC_RuntimeMethod_var); // return ExecuteCommand((InputDeviceCommand*)UnsafeUtility.AddressOf(ref command)); DualShockHIDOutputReport_t0AD6BB157B4A3F0BA064F129EA6B689F808E928E * L_24 = ___command0; void* L_25; L_25 = il2cpp_codegen_unsafe_cast((DualShockHIDOutputReport_t0AD6BB157B4A3F0BA064F129EA6B689F808E928E *)(DualShockHIDOutputReport_t0AD6BB157B4A3F0BA064F129EA6B689F808E928E *)L_24); NullCheck((InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 *)__this); int64_t L_26; L_26 = VirtFuncInvoker1< int64_t, InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 * >::Invoke(20 /* System.Int64 UnityEngine.InputSystem.InputDevice::ExecuteCommand(UnityEngine.InputSystem.LowLevel.InputDeviceCommand*) */, (InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 *)__this, (InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 *)(InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 *)L_25); return (int64_t)L_26; } IL_0092: { // } int64_t L_27 = V_4; return (int64_t)L_27; } } // System.Int64 UnityEngine.InputSystem.InputDevice::ExecuteCommand(TCommand&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t InputDevice_ExecuteCommand_TisEnableDeviceCommand_tB57B3D3EDA2CD18BF45CCDB5132C993C6FBFA613_m144EE7F9D7F63064335E1367239E04C5D9871D44_gshared (InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * __this, EnableDeviceCommand_tB57B3D3EDA2CD18BF45CCDB5132C993C6FBFA613 * ___command0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CallbackArray_1_LockForChanges_m4A298C04AAFA6DE526AF1ABC1B5D97F508A037DB_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CallbackArray_1_UnlockForChanges_m325FA0DE38513AADCC538A5BE4424C2A2325B6DC_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CallbackArray_1_get_Item_mBE3B0F1BEB4FA46BA6EE7794FB55EB9489AE9D2E_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CallbackArray_1_get_length_m964A1028AF4FB24BF73CB0F9B62D822A1086B128_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputSystem_tB2E105FFA04BBFEF25E381E9FBBE7DA78BB18380_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_get_HasValue_m571187F546F4230B8576F169789831BFBA99B93F_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_get_Value_m50AA4ABD548771EE5E0C30724C9847B16C44F3DA_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 * V_0 = NULL; InputManager_t9E534956EF45276E5D7E75B3EA03BF1AB0EC411F * V_1 = NULL; int32_t V_2 = 0; Nullable_1_t340361C8134256120F5769AC5A3F743DB6C11D1F V_3; memset((&V_3), 0, sizeof(V_3)); int64_t V_4 = 0; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { // var commandPtr = (InputDeviceCommand*)UnsafeUtility.AddressOf(ref command); EnableDeviceCommand_tB57B3D3EDA2CD18BF45CCDB5132C993C6FBFA613 * L_0 = ___command0; void* L_1; L_1 = il2cpp_codegen_unsafe_cast((EnableDeviceCommand_tB57B3D3EDA2CD18BF45CCDB5132C993C6FBFA613 *)(EnableDeviceCommand_tB57B3D3EDA2CD18BF45CCDB5132C993C6FBFA613 *)L_0); V_0 = (InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 *)L_1; // var manager = InputSystem.s_Manager; IL2CPP_RUNTIME_CLASS_INIT(InputSystem_tB2E105FFA04BBFEF25E381E9FBBE7DA78BB18380_il2cpp_TypeInfo_var); InputManager_t9E534956EF45276E5D7E75B3EA03BF1AB0EC411F * L_2 = ((InputSystem_tB2E105FFA04BBFEF25E381E9FBBE7DA78BB18380_StaticFields*)il2cpp_codegen_static_fields_for(InputSystem_tB2E105FFA04BBFEF25E381E9FBBE7DA78BB18380_il2cpp_TypeInfo_var))->get_s_Manager_2(); V_1 = (InputManager_t9E534956EF45276E5D7E75B3EA03BF1AB0EC411F *)L_2; // manager.m_DeviceCommandCallbacks.LockForChanges(); InputManager_t9E534956EF45276E5D7E75B3EA03BF1AB0EC411F * L_3 = V_1; NullCheck(L_3); CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 * L_4 = (CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 *)L_3->get_address_of_m_DeviceCommandCallbacks_19(); CallbackArray_1_LockForChanges_m4A298C04AAFA6DE526AF1ABC1B5D97F508A037DB((CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 *)(CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 *)L_4, /*hidden argument*/CallbackArray_1_LockForChanges_m4A298C04AAFA6DE526AF1ABC1B5D97F508A037DB_RuntimeMethod_var); // for (var i = 0; i < manager.m_DeviceCommandCallbacks.length; ++i) V_2 = (int32_t)0; goto IL_006c; } IL_001c: { } IL_001d: try { // begin try (depth: 1) { // var result = manager.m_DeviceCommandCallbacks[i](this, commandPtr); InputManager_t9E534956EF45276E5D7E75B3EA03BF1AB0EC411F * L_5 = V_1; NullCheck(L_5); CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 * L_6 = (CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 *)L_5->get_address_of_m_DeviceCommandCallbacks_19(); int32_t L_7 = V_2; InputDeviceCommandDelegate_t967EA90378916CA01FF68A0403468313659A1718 * L_8; L_8 = CallbackArray_1_get_Item_mBE3B0F1BEB4FA46BA6EE7794FB55EB9489AE9D2E((CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 *)(CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 *)L_6, (int32_t)L_7, /*hidden argument*/CallbackArray_1_get_Item_mBE3B0F1BEB4FA46BA6EE7794FB55EB9489AE9D2E_RuntimeMethod_var); InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 * L_9 = V_0; NullCheck((InputDeviceCommandDelegate_t967EA90378916CA01FF68A0403468313659A1718 *)L_8); Nullable_1_t340361C8134256120F5769AC5A3F743DB6C11D1F L_10; L_10 = InputDeviceCommandDelegate_Invoke_mC1F08D33A1E901A2F666170842BD24D602EBE661((InputDeviceCommandDelegate_t967EA90378916CA01FF68A0403468313659A1718 *)L_8, (InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 *)__this, (InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 *)(InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 *)L_9, /*hidden argument*/NULL); V_3 = (Nullable_1_t340361C8134256120F5769AC5A3F743DB6C11D1F )L_10; // if (result.HasValue) bool L_11; L_11 = Nullable_1_get_HasValue_m571187F546F4230B8576F169789831BFBA99B93F_inline((Nullable_1_t340361C8134256120F5769AC5A3F743DB6C11D1F *)(Nullable_1_t340361C8134256120F5769AC5A3F743DB6C11D1F *)(&V_3), /*hidden argument*/Nullable_1_get_HasValue_m571187F546F4230B8576F169789831BFBA99B93F_RuntimeMethod_var); if (!L_11) { goto IL_0045; } } IL_003a: { // return result.Value; int64_t L_12; L_12 = Nullable_1_get_Value_m50AA4ABD548771EE5E0C30724C9847B16C44F3DA((Nullable_1_t340361C8134256120F5769AC5A3F743DB6C11D1F *)(Nullable_1_t340361C8134256120F5769AC5A3F743DB6C11D1F *)(&V_3), /*hidden argument*/Nullable_1_get_Value_m50AA4ABD548771EE5E0C30724C9847B16C44F3DA_RuntimeMethod_var); V_4 = (int64_t)L_12; goto IL_0092; } IL_0045: { // } goto IL_0068; } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0047; } throw e; } CATCH_0047: { // begin catch(System.Exception) // Debug.LogError($"{exception.GetType().Name} while executing 'InputSystem.onDeviceCommand' callbacks"); Exception_t * L_13 = (Exception_t *)((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *)); NullCheck((Exception_t *)L_13); Type_t * L_14; L_14 = Exception_GetType_mC5B8B5C944B326B751282AB0E8C25A7F85457D9F((Exception_t *)L_13, /*hidden argument*/NULL); NullCheck((MemberInfo_t *)L_14); String_t* L_15; L_15 = VirtFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, (MemberInfo_t *)L_14); String_t* L_16; L_16 = String_Concat_m10758B01687A2181C8727AD9FD9CCF5325C61C2A((String_t*)L_15, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral4FF2E5380C393C82F526FABF2211C70C91FC5410)), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var))); Debug_LogError_m5952BCE5DC0EF798B31FA983B9CE42A5A1F82DE1((RuntimeObject *)L_16, /*hidden argument*/NULL); // Debug.LogException(exception); Debug_LogException_m418B8879895C54AF03169B53DAA24EE9067E3DC7((Exception_t *)L_13, /*hidden argument*/NULL); // } IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_0068; } // end catch (depth: 1) IL_0068: { // for (var i = 0; i < manager.m_DeviceCommandCallbacks.length; ++i) int32_t L_17 = V_2; V_2 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)1)); } IL_006c: { // for (var i = 0; i < manager.m_DeviceCommandCallbacks.length; ++i) int32_t L_18 = V_2; InputManager_t9E534956EF45276E5D7E75B3EA03BF1AB0EC411F * L_19 = V_1; NullCheck(L_19); CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 * L_20 = (CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 *)L_19->get_address_of_m_DeviceCommandCallbacks_19(); int32_t L_21; L_21 = CallbackArray_1_get_length_m964A1028AF4FB24BF73CB0F9B62D822A1086B128((CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 *)(CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 *)L_20, /*hidden argument*/CallbackArray_1_get_length_m964A1028AF4FB24BF73CB0F9B62D822A1086B128_RuntimeMethod_var); if ((((int32_t)L_18) < ((int32_t)L_21))) { goto IL_001c; } } { // manager.m_DeviceCommandCallbacks.UnlockForChanges(); InputManager_t9E534956EF45276E5D7E75B3EA03BF1AB0EC411F * L_22 = V_1; NullCheck(L_22); CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 * L_23 = (CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 *)L_22->get_address_of_m_DeviceCommandCallbacks_19(); CallbackArray_1_UnlockForChanges_m325FA0DE38513AADCC538A5BE4424C2A2325B6DC((CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 *)(CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 *)L_23, /*hidden argument*/CallbackArray_1_UnlockForChanges_m325FA0DE38513AADCC538A5BE4424C2A2325B6DC_RuntimeMethod_var); // return ExecuteCommand((InputDeviceCommand*)UnsafeUtility.AddressOf(ref command)); EnableDeviceCommand_tB57B3D3EDA2CD18BF45CCDB5132C993C6FBFA613 * L_24 = ___command0; void* L_25; L_25 = il2cpp_codegen_unsafe_cast((EnableDeviceCommand_tB57B3D3EDA2CD18BF45CCDB5132C993C6FBFA613 *)(EnableDeviceCommand_tB57B3D3EDA2CD18BF45CCDB5132C993C6FBFA613 *)L_24); NullCheck((InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 *)__this); int64_t L_26; L_26 = VirtFuncInvoker1< int64_t, InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 * >::Invoke(20 /* System.Int64 UnityEngine.InputSystem.InputDevice::ExecuteCommand(UnityEngine.InputSystem.LowLevel.InputDeviceCommand*) */, (InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 *)__this, (InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 *)(InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 *)L_25); return (int64_t)L_26; } IL_0092: { // } int64_t L_27 = V_4; return (int64_t)L_27; } } // System.Int64 UnityEngine.InputSystem.InputDevice::ExecuteCommand(TCommand&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t InputDevice_ExecuteCommand_TisEnableIMECompositionCommand_tF2F6C07718C5C668007D806FCE10B636760742CA_m237607CE07914A7FF70BDBB6C87D71E5FE04B572_gshared (InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * __this, EnableIMECompositionCommand_tF2F6C07718C5C668007D806FCE10B636760742CA * ___command0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CallbackArray_1_LockForChanges_m4A298C04AAFA6DE526AF1ABC1B5D97F508A037DB_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CallbackArray_1_UnlockForChanges_m325FA0DE38513AADCC538A5BE4424C2A2325B6DC_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CallbackArray_1_get_Item_mBE3B0F1BEB4FA46BA6EE7794FB55EB9489AE9D2E_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CallbackArray_1_get_length_m964A1028AF4FB24BF73CB0F9B62D822A1086B128_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputSystem_tB2E105FFA04BBFEF25E381E9FBBE7DA78BB18380_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_get_HasValue_m571187F546F4230B8576F169789831BFBA99B93F_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_get_Value_m50AA4ABD548771EE5E0C30724C9847B16C44F3DA_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 * V_0 = NULL; InputManager_t9E534956EF45276E5D7E75B3EA03BF1AB0EC411F * V_1 = NULL; int32_t V_2 = 0; Nullable_1_t340361C8134256120F5769AC5A3F743DB6C11D1F V_3; memset((&V_3), 0, sizeof(V_3)); int64_t V_4 = 0; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { // var commandPtr = (InputDeviceCommand*)UnsafeUtility.AddressOf(ref command); EnableIMECompositionCommand_tF2F6C07718C5C668007D806FCE10B636760742CA * L_0 = ___command0; void* L_1; L_1 = il2cpp_codegen_unsafe_cast((EnableIMECompositionCommand_tF2F6C07718C5C668007D806FCE10B636760742CA *)(EnableIMECompositionCommand_tF2F6C07718C5C668007D806FCE10B636760742CA *)L_0); V_0 = (InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 *)L_1; // var manager = InputSystem.s_Manager; IL2CPP_RUNTIME_CLASS_INIT(InputSystem_tB2E105FFA04BBFEF25E381E9FBBE7DA78BB18380_il2cpp_TypeInfo_var); InputManager_t9E534956EF45276E5D7E75B3EA03BF1AB0EC411F * L_2 = ((InputSystem_tB2E105FFA04BBFEF25E381E9FBBE7DA78BB18380_StaticFields*)il2cpp_codegen_static_fields_for(InputSystem_tB2E105FFA04BBFEF25E381E9FBBE7DA78BB18380_il2cpp_TypeInfo_var))->get_s_Manager_2(); V_1 = (InputManager_t9E534956EF45276E5D7E75B3EA03BF1AB0EC411F *)L_2; // manager.m_DeviceCommandCallbacks.LockForChanges(); InputManager_t9E534956EF45276E5D7E75B3EA03BF1AB0EC411F * L_3 = V_1; NullCheck(L_3); CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 * L_4 = (CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 *)L_3->get_address_of_m_DeviceCommandCallbacks_19(); CallbackArray_1_LockForChanges_m4A298C04AAFA6DE526AF1ABC1B5D97F508A037DB((CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 *)(CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 *)L_4, /*hidden argument*/CallbackArray_1_LockForChanges_m4A298C04AAFA6DE526AF1ABC1B5D97F508A037DB_RuntimeMethod_var); // for (var i = 0; i < manager.m_DeviceCommandCallbacks.length; ++i) V_2 = (int32_t)0; goto IL_006c; } IL_001c: { } IL_001d: try { // begin try (depth: 1) { // var result = manager.m_DeviceCommandCallbacks[i](this, commandPtr); InputManager_t9E534956EF45276E5D7E75B3EA03BF1AB0EC411F * L_5 = V_1; NullCheck(L_5); CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 * L_6 = (CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 *)L_5->get_address_of_m_DeviceCommandCallbacks_19(); int32_t L_7 = V_2; InputDeviceCommandDelegate_t967EA90378916CA01FF68A0403468313659A1718 * L_8; L_8 = CallbackArray_1_get_Item_mBE3B0F1BEB4FA46BA6EE7794FB55EB9489AE9D2E((CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 *)(CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 *)L_6, (int32_t)L_7, /*hidden argument*/CallbackArray_1_get_Item_mBE3B0F1BEB4FA46BA6EE7794FB55EB9489AE9D2E_RuntimeMethod_var); InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 * L_9 = V_0; NullCheck((InputDeviceCommandDelegate_t967EA90378916CA01FF68A0403468313659A1718 *)L_8); Nullable_1_t340361C8134256120F5769AC5A3F743DB6C11D1F L_10; L_10 = InputDeviceCommandDelegate_Invoke_mC1F08D33A1E901A2F666170842BD24D602EBE661((InputDeviceCommandDelegate_t967EA90378916CA01FF68A0403468313659A1718 *)L_8, (InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 *)__this, (InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 *)(InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 *)L_9, /*hidden argument*/NULL); V_3 = (Nullable_1_t340361C8134256120F5769AC5A3F743DB6C11D1F )L_10; // if (result.HasValue) bool L_11; L_11 = Nullable_1_get_HasValue_m571187F546F4230B8576F169789831BFBA99B93F_inline((Nullable_1_t340361C8134256120F5769AC5A3F743DB6C11D1F *)(Nullable_1_t340361C8134256120F5769AC5A3F743DB6C11D1F *)(&V_3), /*hidden argument*/Nullable_1_get_HasValue_m571187F546F4230B8576F169789831BFBA99B93F_RuntimeMethod_var); if (!L_11) { goto IL_0045; } } IL_003a: { // return result.Value; int64_t L_12; L_12 = Nullable_1_get_Value_m50AA4ABD548771EE5E0C30724C9847B16C44F3DA((Nullable_1_t340361C8134256120F5769AC5A3F743DB6C11D1F *)(Nullable_1_t340361C8134256120F5769AC5A3F743DB6C11D1F *)(&V_3), /*hidden argument*/Nullable_1_get_Value_m50AA4ABD548771EE5E0C30724C9847B16C44F3DA_RuntimeMethod_var); V_4 = (int64_t)L_12; goto IL_0092; } IL_0045: { // } goto IL_0068; } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0047; } throw e; } CATCH_0047: { // begin catch(System.Exception) // Debug.LogError($"{exception.GetType().Name} while executing 'InputSystem.onDeviceCommand' callbacks"); Exception_t * L_13 = (Exception_t *)((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *)); NullCheck((Exception_t *)L_13); Type_t * L_14; L_14 = Exception_GetType_mC5B8B5C944B326B751282AB0E8C25A7F85457D9F((Exception_t *)L_13, /*hidden argument*/NULL); NullCheck((MemberInfo_t *)L_14); String_t* L_15; L_15 = VirtFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, (MemberInfo_t *)L_14); String_t* L_16; L_16 = String_Concat_m10758B01687A2181C8727AD9FD9CCF5325C61C2A((String_t*)L_15, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral4FF2E5380C393C82F526FABF2211C70C91FC5410)), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var))); Debug_LogError_m5952BCE5DC0EF798B31FA983B9CE42A5A1F82DE1((RuntimeObject *)L_16, /*hidden argument*/NULL); // Debug.LogException(exception); Debug_LogException_m418B8879895C54AF03169B53DAA24EE9067E3DC7((Exception_t *)L_13, /*hidden argument*/NULL); // } IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_0068; } // end catch (depth: 1) IL_0068: { // for (var i = 0; i < manager.m_DeviceCommandCallbacks.length; ++i) int32_t L_17 = V_2; V_2 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)1)); } IL_006c: { // for (var i = 0; i < manager.m_DeviceCommandCallbacks.length; ++i) int32_t L_18 = V_2; InputManager_t9E534956EF45276E5D7E75B3EA03BF1AB0EC411F * L_19 = V_1; NullCheck(L_19); CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 * L_20 = (CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 *)L_19->get_address_of_m_DeviceCommandCallbacks_19(); int32_t L_21; L_21 = CallbackArray_1_get_length_m964A1028AF4FB24BF73CB0F9B62D822A1086B128((CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 *)(CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 *)L_20, /*hidden argument*/CallbackArray_1_get_length_m964A1028AF4FB24BF73CB0F9B62D822A1086B128_RuntimeMethod_var); if ((((int32_t)L_18) < ((int32_t)L_21))) { goto IL_001c; } } { // manager.m_DeviceCommandCallbacks.UnlockForChanges(); InputManager_t9E534956EF45276E5D7E75B3EA03BF1AB0EC411F * L_22 = V_1; NullCheck(L_22); CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 * L_23 = (CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 *)L_22->get_address_of_m_DeviceCommandCallbacks_19(); CallbackArray_1_UnlockForChanges_m325FA0DE38513AADCC538A5BE4424C2A2325B6DC((CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 *)(CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 *)L_23, /*hidden argument*/CallbackArray_1_UnlockForChanges_m325FA0DE38513AADCC538A5BE4424C2A2325B6DC_RuntimeMethod_var); // return ExecuteCommand((InputDeviceCommand*)UnsafeUtility.AddressOf(ref command)); EnableIMECompositionCommand_tF2F6C07718C5C668007D806FCE10B636760742CA * L_24 = ___command0; void* L_25; L_25 = il2cpp_codegen_unsafe_cast((EnableIMECompositionCommand_tF2F6C07718C5C668007D806FCE10B636760742CA *)(EnableIMECompositionCommand_tF2F6C07718C5C668007D806FCE10B636760742CA *)L_24); NullCheck((InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 *)__this); int64_t L_26; L_26 = VirtFuncInvoker1< int64_t, InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 * >::Invoke(20 /* System.Int64 UnityEngine.InputSystem.InputDevice::ExecuteCommand(UnityEngine.InputSystem.LowLevel.InputDeviceCommand*) */, (InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 *)__this, (InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 *)(InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 *)L_25); return (int64_t)L_26; } IL_0092: { // } int64_t L_27 = V_4; return (int64_t)L_27; } } // System.Int64 UnityEngine.InputSystem.InputDevice::ExecuteCommand(TCommand&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t InputDevice_ExecuteCommand_TisGetHapticCapabilitiesCommand_t91FAA9822624A8DFEEF87AE341EB533E2AE86E0E_m19EE45217A0D16CB33AC0484DD95C3CCD185D71D_gshared (InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * __this, GetHapticCapabilitiesCommand_t91FAA9822624A8DFEEF87AE341EB533E2AE86E0E * ___command0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CallbackArray_1_LockForChanges_m4A298C04AAFA6DE526AF1ABC1B5D97F508A037DB_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CallbackArray_1_UnlockForChanges_m325FA0DE38513AADCC538A5BE4424C2A2325B6DC_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CallbackArray_1_get_Item_mBE3B0F1BEB4FA46BA6EE7794FB55EB9489AE9D2E_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CallbackArray_1_get_length_m964A1028AF4FB24BF73CB0F9B62D822A1086B128_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputSystem_tB2E105FFA04BBFEF25E381E9FBBE7DA78BB18380_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_get_HasValue_m571187F546F4230B8576F169789831BFBA99B93F_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_get_Value_m50AA4ABD548771EE5E0C30724C9847B16C44F3DA_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 * V_0 = NULL; InputManager_t9E534956EF45276E5D7E75B3EA03BF1AB0EC411F * V_1 = NULL; int32_t V_2 = 0; Nullable_1_t340361C8134256120F5769AC5A3F743DB6C11D1F V_3; memset((&V_3), 0, sizeof(V_3)); int64_t V_4 = 0; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { // var commandPtr = (InputDeviceCommand*)UnsafeUtility.AddressOf(ref command); GetHapticCapabilitiesCommand_t91FAA9822624A8DFEEF87AE341EB533E2AE86E0E * L_0 = ___command0; void* L_1; L_1 = il2cpp_codegen_unsafe_cast((GetHapticCapabilitiesCommand_t91FAA9822624A8DFEEF87AE341EB533E2AE86E0E *)(GetHapticCapabilitiesCommand_t91FAA9822624A8DFEEF87AE341EB533E2AE86E0E *)L_0); V_0 = (InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 *)L_1; // var manager = InputSystem.s_Manager; IL2CPP_RUNTIME_CLASS_INIT(InputSystem_tB2E105FFA04BBFEF25E381E9FBBE7DA78BB18380_il2cpp_TypeInfo_var); InputManager_t9E534956EF45276E5D7E75B3EA03BF1AB0EC411F * L_2 = ((InputSystem_tB2E105FFA04BBFEF25E381E9FBBE7DA78BB18380_StaticFields*)il2cpp_codegen_static_fields_for(InputSystem_tB2E105FFA04BBFEF25E381E9FBBE7DA78BB18380_il2cpp_TypeInfo_var))->get_s_Manager_2(); V_1 = (InputManager_t9E534956EF45276E5D7E75B3EA03BF1AB0EC411F *)L_2; // manager.m_DeviceCommandCallbacks.LockForChanges(); InputManager_t9E534956EF45276E5D7E75B3EA03BF1AB0EC411F * L_3 = V_1; NullCheck(L_3); CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 * L_4 = (CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 *)L_3->get_address_of_m_DeviceCommandCallbacks_19(); CallbackArray_1_LockForChanges_m4A298C04AAFA6DE526AF1ABC1B5D97F508A037DB((CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 *)(CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 *)L_4, /*hidden argument*/CallbackArray_1_LockForChanges_m4A298C04AAFA6DE526AF1ABC1B5D97F508A037DB_RuntimeMethod_var); // for (var i = 0; i < manager.m_DeviceCommandCallbacks.length; ++i) V_2 = (int32_t)0; goto IL_006c; } IL_001c: { } IL_001d: try { // begin try (depth: 1) { // var result = manager.m_DeviceCommandCallbacks[i](this, commandPtr); InputManager_t9E534956EF45276E5D7E75B3EA03BF1AB0EC411F * L_5 = V_1; NullCheck(L_5); CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 * L_6 = (CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 *)L_5->get_address_of_m_DeviceCommandCallbacks_19(); int32_t L_7 = V_2; InputDeviceCommandDelegate_t967EA90378916CA01FF68A0403468313659A1718 * L_8; L_8 = CallbackArray_1_get_Item_mBE3B0F1BEB4FA46BA6EE7794FB55EB9489AE9D2E((CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 *)(CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 *)L_6, (int32_t)L_7, /*hidden argument*/CallbackArray_1_get_Item_mBE3B0F1BEB4FA46BA6EE7794FB55EB9489AE9D2E_RuntimeMethod_var); InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 * L_9 = V_0; NullCheck((InputDeviceCommandDelegate_t967EA90378916CA01FF68A0403468313659A1718 *)L_8); Nullable_1_t340361C8134256120F5769AC5A3F743DB6C11D1F L_10; L_10 = InputDeviceCommandDelegate_Invoke_mC1F08D33A1E901A2F666170842BD24D602EBE661((InputDeviceCommandDelegate_t967EA90378916CA01FF68A0403468313659A1718 *)L_8, (InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 *)__this, (InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 *)(InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 *)L_9, /*hidden argument*/NULL); V_3 = (Nullable_1_t340361C8134256120F5769AC5A3F743DB6C11D1F )L_10; // if (result.HasValue) bool L_11; L_11 = Nullable_1_get_HasValue_m571187F546F4230B8576F169789831BFBA99B93F_inline((Nullable_1_t340361C8134256120F5769AC5A3F743DB6C11D1F *)(Nullable_1_t340361C8134256120F5769AC5A3F743DB6C11D1F *)(&V_3), /*hidden argument*/Nullable_1_get_HasValue_m571187F546F4230B8576F169789831BFBA99B93F_RuntimeMethod_var); if (!L_11) { goto IL_0045; } } IL_003a: { // return result.Value; int64_t L_12; L_12 = Nullable_1_get_Value_m50AA4ABD548771EE5E0C30724C9847B16C44F3DA((Nullable_1_t340361C8134256120F5769AC5A3F743DB6C11D1F *)(Nullable_1_t340361C8134256120F5769AC5A3F743DB6C11D1F *)(&V_3), /*hidden argument*/Nullable_1_get_Value_m50AA4ABD548771EE5E0C30724C9847B16C44F3DA_RuntimeMethod_var); V_4 = (int64_t)L_12; goto IL_0092; } IL_0045: { // } goto IL_0068; } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0047; } throw e; } CATCH_0047: { // begin catch(System.Exception) // Debug.LogError($"{exception.GetType().Name} while executing 'InputSystem.onDeviceCommand' callbacks"); Exception_t * L_13 = (Exception_t *)((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *)); NullCheck((Exception_t *)L_13); Type_t * L_14; L_14 = Exception_GetType_mC5B8B5C944B326B751282AB0E8C25A7F85457D9F((Exception_t *)L_13, /*hidden argument*/NULL); NullCheck((MemberInfo_t *)L_14); String_t* L_15; L_15 = VirtFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, (MemberInfo_t *)L_14); String_t* L_16; L_16 = String_Concat_m10758B01687A2181C8727AD9FD9CCF5325C61C2A((String_t*)L_15, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral4FF2E5380C393C82F526FABF2211C70C91FC5410)), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var))); Debug_LogError_m5952BCE5DC0EF798B31FA983B9CE42A5A1F82DE1((RuntimeObject *)L_16, /*hidden argument*/NULL); // Debug.LogException(exception); Debug_LogException_m418B8879895C54AF03169B53DAA24EE9067E3DC7((Exception_t *)L_13, /*hidden argument*/NULL); // } IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_0068; } // end catch (depth: 1) IL_0068: { // for (var i = 0; i < manager.m_DeviceCommandCallbacks.length; ++i) int32_t L_17 = V_2; V_2 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)1)); } IL_006c: { // for (var i = 0; i < manager.m_DeviceCommandCallbacks.length; ++i) int32_t L_18 = V_2; InputManager_t9E534956EF45276E5D7E75B3EA03BF1AB0EC411F * L_19 = V_1; NullCheck(L_19); CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 * L_20 = (CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 *)L_19->get_address_of_m_DeviceCommandCallbacks_19(); int32_t L_21; L_21 = CallbackArray_1_get_length_m964A1028AF4FB24BF73CB0F9B62D822A1086B128((CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 *)(CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 *)L_20, /*hidden argument*/CallbackArray_1_get_length_m964A1028AF4FB24BF73CB0F9B62D822A1086B128_RuntimeMethod_var); if ((((int32_t)L_18) < ((int32_t)L_21))) { goto IL_001c; } } { // manager.m_DeviceCommandCallbacks.UnlockForChanges(); InputManager_t9E534956EF45276E5D7E75B3EA03BF1AB0EC411F * L_22 = V_1; NullCheck(L_22); CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 * L_23 = (CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 *)L_22->get_address_of_m_DeviceCommandCallbacks_19(); CallbackArray_1_UnlockForChanges_m325FA0DE38513AADCC538A5BE4424C2A2325B6DC((CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 *)(CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 *)L_23, /*hidden argument*/CallbackArray_1_UnlockForChanges_m325FA0DE38513AADCC538A5BE4424C2A2325B6DC_RuntimeMethod_var); // return ExecuteCommand((InputDeviceCommand*)UnsafeUtility.AddressOf(ref command)); GetHapticCapabilitiesCommand_t91FAA9822624A8DFEEF87AE341EB533E2AE86E0E * L_24 = ___command0; void* L_25; L_25 = il2cpp_codegen_unsafe_cast((GetHapticCapabilitiesCommand_t91FAA9822624A8DFEEF87AE341EB533E2AE86E0E *)(GetHapticCapabilitiesCommand_t91FAA9822624A8DFEEF87AE341EB533E2AE86E0E *)L_24); NullCheck((InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 *)__this); int64_t L_26; L_26 = VirtFuncInvoker1< int64_t, InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 * >::Invoke(20 /* System.Int64 UnityEngine.InputSystem.InputDevice::ExecuteCommand(UnityEngine.InputSystem.LowLevel.InputDeviceCommand*) */, (InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 *)__this, (InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 *)(InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 *)L_25); return (int64_t)L_26; } IL_0092: { // } int64_t L_27 = V_4; return (int64_t)L_27; } } // System.Int64 UnityEngine.InputSystem.InputDevice::ExecuteCommand(TCommand&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t InputDevice_ExecuteCommand_TisInitiateUserAccountPairingCommand_t147B5950107F38E909CC8A387C70C3D0416B5314_mE5AE078CDF4AEE277ED3073EA12CDBF3B68F0CCF_gshared (InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * __this, InitiateUserAccountPairingCommand_t147B5950107F38E909CC8A387C70C3D0416B5314 * ___command0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CallbackArray_1_LockForChanges_m4A298C04AAFA6DE526AF1ABC1B5D97F508A037DB_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CallbackArray_1_UnlockForChanges_m325FA0DE38513AADCC538A5BE4424C2A2325B6DC_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CallbackArray_1_get_Item_mBE3B0F1BEB4FA46BA6EE7794FB55EB9489AE9D2E_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CallbackArray_1_get_length_m964A1028AF4FB24BF73CB0F9B62D822A1086B128_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputSystem_tB2E105FFA04BBFEF25E381E9FBBE7DA78BB18380_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_get_HasValue_m571187F546F4230B8576F169789831BFBA99B93F_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_get_Value_m50AA4ABD548771EE5E0C30724C9847B16C44F3DA_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 * V_0 = NULL; InputManager_t9E534956EF45276E5D7E75B3EA03BF1AB0EC411F * V_1 = NULL; int32_t V_2 = 0; Nullable_1_t340361C8134256120F5769AC5A3F743DB6C11D1F V_3; memset((&V_3), 0, sizeof(V_3)); int64_t V_4 = 0; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { // var commandPtr = (InputDeviceCommand*)UnsafeUtility.AddressOf(ref command); InitiateUserAccountPairingCommand_t147B5950107F38E909CC8A387C70C3D0416B5314 * L_0 = ___command0; void* L_1; L_1 = il2cpp_codegen_unsafe_cast((InitiateUserAccountPairingCommand_t147B5950107F38E909CC8A387C70C3D0416B5314 *)(InitiateUserAccountPairingCommand_t147B5950107F38E909CC8A387C70C3D0416B5314 *)L_0); V_0 = (InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 *)L_1; // var manager = InputSystem.s_Manager; IL2CPP_RUNTIME_CLASS_INIT(InputSystem_tB2E105FFA04BBFEF25E381E9FBBE7DA78BB18380_il2cpp_TypeInfo_var); InputManager_t9E534956EF45276E5D7E75B3EA03BF1AB0EC411F * L_2 = ((InputSystem_tB2E105FFA04BBFEF25E381E9FBBE7DA78BB18380_StaticFields*)il2cpp_codegen_static_fields_for(InputSystem_tB2E105FFA04BBFEF25E381E9FBBE7DA78BB18380_il2cpp_TypeInfo_var))->get_s_Manager_2(); V_1 = (InputManager_t9E534956EF45276E5D7E75B3EA03BF1AB0EC411F *)L_2; // manager.m_DeviceCommandCallbacks.LockForChanges(); InputManager_t9E534956EF45276E5D7E75B3EA03BF1AB0EC411F * L_3 = V_1; NullCheck(L_3); CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 * L_4 = (CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 *)L_3->get_address_of_m_DeviceCommandCallbacks_19(); CallbackArray_1_LockForChanges_m4A298C04AAFA6DE526AF1ABC1B5D97F508A037DB((CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 *)(CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 *)L_4, /*hidden argument*/CallbackArray_1_LockForChanges_m4A298C04AAFA6DE526AF1ABC1B5D97F508A037DB_RuntimeMethod_var); // for (var i = 0; i < manager.m_DeviceCommandCallbacks.length; ++i) V_2 = (int32_t)0; goto IL_006c; } IL_001c: { } IL_001d: try { // begin try (depth: 1) { // var result = manager.m_DeviceCommandCallbacks[i](this, commandPtr); InputManager_t9E534956EF45276E5D7E75B3EA03BF1AB0EC411F * L_5 = V_1; NullCheck(L_5); CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 * L_6 = (CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 *)L_5->get_address_of_m_DeviceCommandCallbacks_19(); int32_t L_7 = V_2; InputDeviceCommandDelegate_t967EA90378916CA01FF68A0403468313659A1718 * L_8; L_8 = CallbackArray_1_get_Item_mBE3B0F1BEB4FA46BA6EE7794FB55EB9489AE9D2E((CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 *)(CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 *)L_6, (int32_t)L_7, /*hidden argument*/CallbackArray_1_get_Item_mBE3B0F1BEB4FA46BA6EE7794FB55EB9489AE9D2E_RuntimeMethod_var); InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 * L_9 = V_0; NullCheck((InputDeviceCommandDelegate_t967EA90378916CA01FF68A0403468313659A1718 *)L_8); Nullable_1_t340361C8134256120F5769AC5A3F743DB6C11D1F L_10; L_10 = InputDeviceCommandDelegate_Invoke_mC1F08D33A1E901A2F666170842BD24D602EBE661((InputDeviceCommandDelegate_t967EA90378916CA01FF68A0403468313659A1718 *)L_8, (InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 *)__this, (InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 *)(InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 *)L_9, /*hidden argument*/NULL); V_3 = (Nullable_1_t340361C8134256120F5769AC5A3F743DB6C11D1F )L_10; // if (result.HasValue) bool L_11; L_11 = Nullable_1_get_HasValue_m571187F546F4230B8576F169789831BFBA99B93F_inline((Nullable_1_t340361C8134256120F5769AC5A3F743DB6C11D1F *)(Nullable_1_t340361C8134256120F5769AC5A3F743DB6C11D1F *)(&V_3), /*hidden argument*/Nullable_1_get_HasValue_m571187F546F4230B8576F169789831BFBA99B93F_RuntimeMethod_var); if (!L_11) { goto IL_0045; } } IL_003a: { // return result.Value; int64_t L_12; L_12 = Nullable_1_get_Value_m50AA4ABD548771EE5E0C30724C9847B16C44F3DA((Nullable_1_t340361C8134256120F5769AC5A3F743DB6C11D1F *)(Nullable_1_t340361C8134256120F5769AC5A3F743DB6C11D1F *)(&V_3), /*hidden argument*/Nullable_1_get_Value_m50AA4ABD548771EE5E0C30724C9847B16C44F3DA_RuntimeMethod_var); V_4 = (int64_t)L_12; goto IL_0092; } IL_0045: { // } goto IL_0068; } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0047; } throw e; } CATCH_0047: { // begin catch(System.Exception) // Debug.LogError($"{exception.GetType().Name} while executing 'InputSystem.onDeviceCommand' callbacks"); Exception_t * L_13 = (Exception_t *)((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *)); NullCheck((Exception_t *)L_13); Type_t * L_14; L_14 = Exception_GetType_mC5B8B5C944B326B751282AB0E8C25A7F85457D9F((Exception_t *)L_13, /*hidden argument*/NULL); NullCheck((MemberInfo_t *)L_14); String_t* L_15; L_15 = VirtFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, (MemberInfo_t *)L_14); String_t* L_16; L_16 = String_Concat_m10758B01687A2181C8727AD9FD9CCF5325C61C2A((String_t*)L_15, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral4FF2E5380C393C82F526FABF2211C70C91FC5410)), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var))); Debug_LogError_m5952BCE5DC0EF798B31FA983B9CE42A5A1F82DE1((RuntimeObject *)L_16, /*hidden argument*/NULL); // Debug.LogException(exception); Debug_LogException_m418B8879895C54AF03169B53DAA24EE9067E3DC7((Exception_t *)L_13, /*hidden argument*/NULL); // } IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_0068; } // end catch (depth: 1) IL_0068: { // for (var i = 0; i < manager.m_DeviceCommandCallbacks.length; ++i) int32_t L_17 = V_2; V_2 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)1)); } IL_006c: { // for (var i = 0; i < manager.m_DeviceCommandCallbacks.length; ++i) int32_t L_18 = V_2; InputManager_t9E534956EF45276E5D7E75B3EA03BF1AB0EC411F * L_19 = V_1; NullCheck(L_19); CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 * L_20 = (CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 *)L_19->get_address_of_m_DeviceCommandCallbacks_19(); int32_t L_21; L_21 = CallbackArray_1_get_length_m964A1028AF4FB24BF73CB0F9B62D822A1086B128((CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 *)(CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 *)L_20, /*hidden argument*/CallbackArray_1_get_length_m964A1028AF4FB24BF73CB0F9B62D822A1086B128_RuntimeMethod_var); if ((((int32_t)L_18) < ((int32_t)L_21))) { goto IL_001c; } } { // manager.m_DeviceCommandCallbacks.UnlockForChanges(); InputManager_t9E534956EF45276E5D7E75B3EA03BF1AB0EC411F * L_22 = V_1; NullCheck(L_22); CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 * L_23 = (CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 *)L_22->get_address_of_m_DeviceCommandCallbacks_19(); CallbackArray_1_UnlockForChanges_m325FA0DE38513AADCC538A5BE4424C2A2325B6DC((CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 *)(CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 *)L_23, /*hidden argument*/CallbackArray_1_UnlockForChanges_m325FA0DE38513AADCC538A5BE4424C2A2325B6DC_RuntimeMethod_var); // return ExecuteCommand((InputDeviceCommand*)UnsafeUtility.AddressOf(ref command)); InitiateUserAccountPairingCommand_t147B5950107F38E909CC8A387C70C3D0416B5314 * L_24 = ___command0; void* L_25; L_25 = il2cpp_codegen_unsafe_cast((InitiateUserAccountPairingCommand_t147B5950107F38E909CC8A387C70C3D0416B5314 *)(InitiateUserAccountPairingCommand_t147B5950107F38E909CC8A387C70C3D0416B5314 *)L_24); NullCheck((InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 *)__this); int64_t L_26; L_26 = VirtFuncInvoker1< int64_t, InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 * >::Invoke(20 /* System.Int64 UnityEngine.InputSystem.InputDevice::ExecuteCommand(UnityEngine.InputSystem.LowLevel.InputDeviceCommand*) */, (InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 *)__this, (InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 *)(InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 *)L_25); return (int64_t)L_26; } IL_0092: { // } int64_t L_27 = V_4; return (int64_t)L_27; } } // System.Int64 UnityEngine.InputSystem.InputDevice::ExecuteCommand(TCommand&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t InputDevice_ExecuteCommand_TisQueryCanRunInBackground_tA73D38EF2090E6DC36F6BA45A3A758E112B855EA_mF9C0C50E5F4AE28192671E9D513D768A87E28D2B_gshared (InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * __this, QueryCanRunInBackground_tA73D38EF2090E6DC36F6BA45A3A758E112B855EA * ___command0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CallbackArray_1_LockForChanges_m4A298C04AAFA6DE526AF1ABC1B5D97F508A037DB_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CallbackArray_1_UnlockForChanges_m325FA0DE38513AADCC538A5BE4424C2A2325B6DC_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CallbackArray_1_get_Item_mBE3B0F1BEB4FA46BA6EE7794FB55EB9489AE9D2E_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CallbackArray_1_get_length_m964A1028AF4FB24BF73CB0F9B62D822A1086B128_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputSystem_tB2E105FFA04BBFEF25E381E9FBBE7DA78BB18380_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_get_HasValue_m571187F546F4230B8576F169789831BFBA99B93F_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_get_Value_m50AA4ABD548771EE5E0C30724C9847B16C44F3DA_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 * V_0 = NULL; InputManager_t9E534956EF45276E5D7E75B3EA03BF1AB0EC411F * V_1 = NULL; int32_t V_2 = 0; Nullable_1_t340361C8134256120F5769AC5A3F743DB6C11D1F V_3; memset((&V_3), 0, sizeof(V_3)); int64_t V_4 = 0; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { // var commandPtr = (InputDeviceCommand*)UnsafeUtility.AddressOf(ref command); QueryCanRunInBackground_tA73D38EF2090E6DC36F6BA45A3A758E112B855EA * L_0 = ___command0; void* L_1; L_1 = il2cpp_codegen_unsafe_cast((QueryCanRunInBackground_tA73D38EF2090E6DC36F6BA45A3A758E112B855EA *)(QueryCanRunInBackground_tA73D38EF2090E6DC36F6BA45A3A758E112B855EA *)L_0); V_0 = (InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 *)L_1; // var manager = InputSystem.s_Manager; IL2CPP_RUNTIME_CLASS_INIT(InputSystem_tB2E105FFA04BBFEF25E381E9FBBE7DA78BB18380_il2cpp_TypeInfo_var); InputManager_t9E534956EF45276E5D7E75B3EA03BF1AB0EC411F * L_2 = ((InputSystem_tB2E105FFA04BBFEF25E381E9FBBE7DA78BB18380_StaticFields*)il2cpp_codegen_static_fields_for(InputSystem_tB2E105FFA04BBFEF25E381E9FBBE7DA78BB18380_il2cpp_TypeInfo_var))->get_s_Manager_2(); V_1 = (InputManager_t9E534956EF45276E5D7E75B3EA03BF1AB0EC411F *)L_2; // manager.m_DeviceCommandCallbacks.LockForChanges(); InputManager_t9E534956EF45276E5D7E75B3EA03BF1AB0EC411F * L_3 = V_1; NullCheck(L_3); CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 * L_4 = (CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 *)L_3->get_address_of_m_DeviceCommandCallbacks_19(); CallbackArray_1_LockForChanges_m4A298C04AAFA6DE526AF1ABC1B5D97F508A037DB((CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 *)(CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 *)L_4, /*hidden argument*/CallbackArray_1_LockForChanges_m4A298C04AAFA6DE526AF1ABC1B5D97F508A037DB_RuntimeMethod_var); // for (var i = 0; i < manager.m_DeviceCommandCallbacks.length; ++i) V_2 = (int32_t)0; goto IL_006c; } IL_001c: { } IL_001d: try { // begin try (depth: 1) { // var result = manager.m_DeviceCommandCallbacks[i](this, commandPtr); InputManager_t9E534956EF45276E5D7E75B3EA03BF1AB0EC411F * L_5 = V_1; NullCheck(L_5); CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 * L_6 = (CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 *)L_5->get_address_of_m_DeviceCommandCallbacks_19(); int32_t L_7 = V_2; InputDeviceCommandDelegate_t967EA90378916CA01FF68A0403468313659A1718 * L_8; L_8 = CallbackArray_1_get_Item_mBE3B0F1BEB4FA46BA6EE7794FB55EB9489AE9D2E((CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 *)(CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 *)L_6, (int32_t)L_7, /*hidden argument*/CallbackArray_1_get_Item_mBE3B0F1BEB4FA46BA6EE7794FB55EB9489AE9D2E_RuntimeMethod_var); InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 * L_9 = V_0; NullCheck((InputDeviceCommandDelegate_t967EA90378916CA01FF68A0403468313659A1718 *)L_8); Nullable_1_t340361C8134256120F5769AC5A3F743DB6C11D1F L_10; L_10 = InputDeviceCommandDelegate_Invoke_mC1F08D33A1E901A2F666170842BD24D602EBE661((InputDeviceCommandDelegate_t967EA90378916CA01FF68A0403468313659A1718 *)L_8, (InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 *)__this, (InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 *)(InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 *)L_9, /*hidden argument*/NULL); V_3 = (Nullable_1_t340361C8134256120F5769AC5A3F743DB6C11D1F )L_10; // if (result.HasValue) bool L_11; L_11 = Nullable_1_get_HasValue_m571187F546F4230B8576F169789831BFBA99B93F_inline((Nullable_1_t340361C8134256120F5769AC5A3F743DB6C11D1F *)(Nullable_1_t340361C8134256120F5769AC5A3F743DB6C11D1F *)(&V_3), /*hidden argument*/Nullable_1_get_HasValue_m571187F546F4230B8576F169789831BFBA99B93F_RuntimeMethod_var); if (!L_11) { goto IL_0045; } } IL_003a: { // return result.Value; int64_t L_12; L_12 = Nullable_1_get_Value_m50AA4ABD548771EE5E0C30724C9847B16C44F3DA((Nullable_1_t340361C8134256120F5769AC5A3F743DB6C11D1F *)(Nullable_1_t340361C8134256120F5769AC5A3F743DB6C11D1F *)(&V_3), /*hidden argument*/Nullable_1_get_Value_m50AA4ABD548771EE5E0C30724C9847B16C44F3DA_RuntimeMethod_var); V_4 = (int64_t)L_12; goto IL_0092; } IL_0045: { // } goto IL_0068; } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0047; } throw e; } CATCH_0047: { // begin catch(System.Exception) // Debug.LogError($"{exception.GetType().Name} while executing 'InputSystem.onDeviceCommand' callbacks"); Exception_t * L_13 = (Exception_t *)((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *)); NullCheck((Exception_t *)L_13); Type_t * L_14; L_14 = Exception_GetType_mC5B8B5C944B326B751282AB0E8C25A7F85457D9F((Exception_t *)L_13, /*hidden argument*/NULL); NullCheck((MemberInfo_t *)L_14); String_t* L_15; L_15 = VirtFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, (MemberInfo_t *)L_14); String_t* L_16; L_16 = String_Concat_m10758B01687A2181C8727AD9FD9CCF5325C61C2A((String_t*)L_15, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral4FF2E5380C393C82F526FABF2211C70C91FC5410)), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var))); Debug_LogError_m5952BCE5DC0EF798B31FA983B9CE42A5A1F82DE1((RuntimeObject *)L_16, /*hidden argument*/NULL); // Debug.LogException(exception); Debug_LogException_m418B8879895C54AF03169B53DAA24EE9067E3DC7((Exception_t *)L_13, /*hidden argument*/NULL); // } IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_0068; } // end catch (depth: 1) IL_0068: { // for (var i = 0; i < manager.m_DeviceCommandCallbacks.length; ++i) int32_t L_17 = V_2; V_2 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)1)); } IL_006c: { // for (var i = 0; i < manager.m_DeviceCommandCallbacks.length; ++i) int32_t L_18 = V_2; InputManager_t9E534956EF45276E5D7E75B3EA03BF1AB0EC411F * L_19 = V_1; NullCheck(L_19); CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 * L_20 = (CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 *)L_19->get_address_of_m_DeviceCommandCallbacks_19(); int32_t L_21; L_21 = CallbackArray_1_get_length_m964A1028AF4FB24BF73CB0F9B62D822A1086B128((CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 *)(CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 *)L_20, /*hidden argument*/CallbackArray_1_get_length_m964A1028AF4FB24BF73CB0F9B62D822A1086B128_RuntimeMethod_var); if ((((int32_t)L_18) < ((int32_t)L_21))) { goto IL_001c; } } { // manager.m_DeviceCommandCallbacks.UnlockForChanges(); InputManager_t9E534956EF45276E5D7E75B3EA03BF1AB0EC411F * L_22 = V_1; NullCheck(L_22); CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 * L_23 = (CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 *)L_22->get_address_of_m_DeviceCommandCallbacks_19(); CallbackArray_1_UnlockForChanges_m325FA0DE38513AADCC538A5BE4424C2A2325B6DC((CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 *)(CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 *)L_23, /*hidden argument*/CallbackArray_1_UnlockForChanges_m325FA0DE38513AADCC538A5BE4424C2A2325B6DC_RuntimeMethod_var); // return ExecuteCommand((InputDeviceCommand*)UnsafeUtility.AddressOf(ref command)); QueryCanRunInBackground_tA73D38EF2090E6DC36F6BA45A3A758E112B855EA * L_24 = ___command0; void* L_25; L_25 = il2cpp_codegen_unsafe_cast((QueryCanRunInBackground_tA73D38EF2090E6DC36F6BA45A3A758E112B855EA *)(QueryCanRunInBackground_tA73D38EF2090E6DC36F6BA45A3A758E112B855EA *)L_24); NullCheck((InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 *)__this); int64_t L_26; L_26 = VirtFuncInvoker1< int64_t, InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 * >::Invoke(20 /* System.Int64 UnityEngine.InputSystem.InputDevice::ExecuteCommand(UnityEngine.InputSystem.LowLevel.InputDeviceCommand*) */, (InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 *)__this, (InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 *)(InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 *)L_25); return (int64_t)L_26; } IL_0092: { // } int64_t L_27 = V_4; return (int64_t)L_27; } } // System.Int64 UnityEngine.InputSystem.InputDevice::ExecuteCommand(TCommand&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t InputDevice_ExecuteCommand_TisQueryEnabledStateCommand_t15C8B2550F62A153D631BF496547430BA2AA4BB7_m83A60CDCFDC7C149F4D66C21B868CCB12824B597_gshared (InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * __this, QueryEnabledStateCommand_t15C8B2550F62A153D631BF496547430BA2AA4BB7 * ___command0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CallbackArray_1_LockForChanges_m4A298C04AAFA6DE526AF1ABC1B5D97F508A037DB_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CallbackArray_1_UnlockForChanges_m325FA0DE38513AADCC538A5BE4424C2A2325B6DC_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CallbackArray_1_get_Item_mBE3B0F1BEB4FA46BA6EE7794FB55EB9489AE9D2E_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CallbackArray_1_get_length_m964A1028AF4FB24BF73CB0F9B62D822A1086B128_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputSystem_tB2E105FFA04BBFEF25E381E9FBBE7DA78BB18380_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_get_HasValue_m571187F546F4230B8576F169789831BFBA99B93F_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_get_Value_m50AA4ABD548771EE5E0C30724C9847B16C44F3DA_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 * V_0 = NULL; InputManager_t9E534956EF45276E5D7E75B3EA03BF1AB0EC411F * V_1 = NULL; int32_t V_2 = 0; Nullable_1_t340361C8134256120F5769AC5A3F743DB6C11D1F V_3; memset((&V_3), 0, sizeof(V_3)); int64_t V_4 = 0; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { // var commandPtr = (InputDeviceCommand*)UnsafeUtility.AddressOf(ref command); QueryEnabledStateCommand_t15C8B2550F62A153D631BF496547430BA2AA4BB7 * L_0 = ___command0; void* L_1; L_1 = il2cpp_codegen_unsafe_cast((QueryEnabledStateCommand_t15C8B2550F62A153D631BF496547430BA2AA4BB7 *)(QueryEnabledStateCommand_t15C8B2550F62A153D631BF496547430BA2AA4BB7 *)L_0); V_0 = (InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 *)L_1; // var manager = InputSystem.s_Manager; IL2CPP_RUNTIME_CLASS_INIT(InputSystem_tB2E105FFA04BBFEF25E381E9FBBE7DA78BB18380_il2cpp_TypeInfo_var); InputManager_t9E534956EF45276E5D7E75B3EA03BF1AB0EC411F * L_2 = ((InputSystem_tB2E105FFA04BBFEF25E381E9FBBE7DA78BB18380_StaticFields*)il2cpp_codegen_static_fields_for(InputSystem_tB2E105FFA04BBFEF25E381E9FBBE7DA78BB18380_il2cpp_TypeInfo_var))->get_s_Manager_2(); V_1 = (InputManager_t9E534956EF45276E5D7E75B3EA03BF1AB0EC411F *)L_2; // manager.m_DeviceCommandCallbacks.LockForChanges(); InputManager_t9E534956EF45276E5D7E75B3EA03BF1AB0EC411F * L_3 = V_1; NullCheck(L_3); CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 * L_4 = (CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 *)L_3->get_address_of_m_DeviceCommandCallbacks_19(); CallbackArray_1_LockForChanges_m4A298C04AAFA6DE526AF1ABC1B5D97F508A037DB((CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 *)(CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 *)L_4, /*hidden argument*/CallbackArray_1_LockForChanges_m4A298C04AAFA6DE526AF1ABC1B5D97F508A037DB_RuntimeMethod_var); // for (var i = 0; i < manager.m_DeviceCommandCallbacks.length; ++i) V_2 = (int32_t)0; goto IL_006c; } IL_001c: { } IL_001d: try { // begin try (depth: 1) { // var result = manager.m_DeviceCommandCallbacks[i](this, commandPtr); InputManager_t9E534956EF45276E5D7E75B3EA03BF1AB0EC411F * L_5 = V_1; NullCheck(L_5); CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 * L_6 = (CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 *)L_5->get_address_of_m_DeviceCommandCallbacks_19(); int32_t L_7 = V_2; InputDeviceCommandDelegate_t967EA90378916CA01FF68A0403468313659A1718 * L_8; L_8 = CallbackArray_1_get_Item_mBE3B0F1BEB4FA46BA6EE7794FB55EB9489AE9D2E((CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 *)(CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 *)L_6, (int32_t)L_7, /*hidden argument*/CallbackArray_1_get_Item_mBE3B0F1BEB4FA46BA6EE7794FB55EB9489AE9D2E_RuntimeMethod_var); InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 * L_9 = V_0; NullCheck((InputDeviceCommandDelegate_t967EA90378916CA01FF68A0403468313659A1718 *)L_8); Nullable_1_t340361C8134256120F5769AC5A3F743DB6C11D1F L_10; L_10 = InputDeviceCommandDelegate_Invoke_mC1F08D33A1E901A2F666170842BD24D602EBE661((InputDeviceCommandDelegate_t967EA90378916CA01FF68A0403468313659A1718 *)L_8, (InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 *)__this, (InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 *)(InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 *)L_9, /*hidden argument*/NULL); V_3 = (Nullable_1_t340361C8134256120F5769AC5A3F743DB6C11D1F )L_10; // if (result.HasValue) bool L_11; L_11 = Nullable_1_get_HasValue_m571187F546F4230B8576F169789831BFBA99B93F_inline((Nullable_1_t340361C8134256120F5769AC5A3F743DB6C11D1F *)(Nullable_1_t340361C8134256120F5769AC5A3F743DB6C11D1F *)(&V_3), /*hidden argument*/Nullable_1_get_HasValue_m571187F546F4230B8576F169789831BFBA99B93F_RuntimeMethod_var); if (!L_11) { goto IL_0045; } } IL_003a: { // return result.Value; int64_t L_12; L_12 = Nullable_1_get_Value_m50AA4ABD548771EE5E0C30724C9847B16C44F3DA((Nullable_1_t340361C8134256120F5769AC5A3F743DB6C11D1F *)(Nullable_1_t340361C8134256120F5769AC5A3F743DB6C11D1F *)(&V_3), /*hidden argument*/Nullable_1_get_Value_m50AA4ABD548771EE5E0C30724C9847B16C44F3DA_RuntimeMethod_var); V_4 = (int64_t)L_12; goto IL_0092; } IL_0045: { // } goto IL_0068; } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0047; } throw e; } CATCH_0047: { // begin catch(System.Exception) // Debug.LogError($"{exception.GetType().Name} while executing 'InputSystem.onDeviceCommand' callbacks"); Exception_t * L_13 = (Exception_t *)((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *)); NullCheck((Exception_t *)L_13); Type_t * L_14; L_14 = Exception_GetType_mC5B8B5C944B326B751282AB0E8C25A7F85457D9F((Exception_t *)L_13, /*hidden argument*/NULL); NullCheck((MemberInfo_t *)L_14); String_t* L_15; L_15 = VirtFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, (MemberInfo_t *)L_14); String_t* L_16; L_16 = String_Concat_m10758B01687A2181C8727AD9FD9CCF5325C61C2A((String_t*)L_15, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral4FF2E5380C393C82F526FABF2211C70C91FC5410)), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var))); Debug_LogError_m5952BCE5DC0EF798B31FA983B9CE42A5A1F82DE1((RuntimeObject *)L_16, /*hidden argument*/NULL); // Debug.LogException(exception); Debug_LogException_m418B8879895C54AF03169B53DAA24EE9067E3DC7((Exception_t *)L_13, /*hidden argument*/NULL); // } IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_0068; } // end catch (depth: 1) IL_0068: { // for (var i = 0; i < manager.m_DeviceCommandCallbacks.length; ++i) int32_t L_17 = V_2; V_2 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)1)); } IL_006c: { // for (var i = 0; i < manager.m_DeviceCommandCallbacks.length; ++i) int32_t L_18 = V_2; InputManager_t9E534956EF45276E5D7E75B3EA03BF1AB0EC411F * L_19 = V_1; NullCheck(L_19); CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 * L_20 = (CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 *)L_19->get_address_of_m_DeviceCommandCallbacks_19(); int32_t L_21; L_21 = CallbackArray_1_get_length_m964A1028AF4FB24BF73CB0F9B62D822A1086B128((CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 *)(CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 *)L_20, /*hidden argument*/CallbackArray_1_get_length_m964A1028AF4FB24BF73CB0F9B62D822A1086B128_RuntimeMethod_var); if ((((int32_t)L_18) < ((int32_t)L_21))) { goto IL_001c; } } { // manager.m_DeviceCommandCallbacks.UnlockForChanges(); InputManager_t9E534956EF45276E5D7E75B3EA03BF1AB0EC411F * L_22 = V_1; NullCheck(L_22); CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 * L_23 = (CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 *)L_22->get_address_of_m_DeviceCommandCallbacks_19(); CallbackArray_1_UnlockForChanges_m325FA0DE38513AADCC538A5BE4424C2A2325B6DC((CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 *)(CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 *)L_23, /*hidden argument*/CallbackArray_1_UnlockForChanges_m325FA0DE38513AADCC538A5BE4424C2A2325B6DC_RuntimeMethod_var); // return ExecuteCommand((InputDeviceCommand*)UnsafeUtility.AddressOf(ref command)); QueryEnabledStateCommand_t15C8B2550F62A153D631BF496547430BA2AA4BB7 * L_24 = ___command0; void* L_25; L_25 = il2cpp_codegen_unsafe_cast((QueryEnabledStateCommand_t15C8B2550F62A153D631BF496547430BA2AA4BB7 *)(QueryEnabledStateCommand_t15C8B2550F62A153D631BF496547430BA2AA4BB7 *)L_24); NullCheck((InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 *)__this); int64_t L_26; L_26 = VirtFuncInvoker1< int64_t, InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 * >::Invoke(20 /* System.Int64 UnityEngine.InputSystem.InputDevice::ExecuteCommand(UnityEngine.InputSystem.LowLevel.InputDeviceCommand*) */, (InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 *)__this, (InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 *)(InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 *)L_25); return (int64_t)L_26; } IL_0092: { // } int64_t L_27 = V_4; return (int64_t)L_27; } } // System.Int64 UnityEngine.InputSystem.InputDevice::ExecuteCommand(TCommand&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t InputDevice_ExecuteCommand_TisQueryKeyNameCommand_tD22DDAC18CDFBEDDB8864A7B4641AD85A91C0E63_m014B578C648BA62261333EFC222EA6BADF997171_gshared (InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * __this, QueryKeyNameCommand_tD22DDAC18CDFBEDDB8864A7B4641AD85A91C0E63 * ___command0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CallbackArray_1_LockForChanges_m4A298C04AAFA6DE526AF1ABC1B5D97F508A037DB_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CallbackArray_1_UnlockForChanges_m325FA0DE38513AADCC538A5BE4424C2A2325B6DC_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CallbackArray_1_get_Item_mBE3B0F1BEB4FA46BA6EE7794FB55EB9489AE9D2E_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CallbackArray_1_get_length_m964A1028AF4FB24BF73CB0F9B62D822A1086B128_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputSystem_tB2E105FFA04BBFEF25E381E9FBBE7DA78BB18380_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_get_HasValue_m571187F546F4230B8576F169789831BFBA99B93F_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_get_Value_m50AA4ABD548771EE5E0C30724C9847B16C44F3DA_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 * V_0 = NULL; InputManager_t9E534956EF45276E5D7E75B3EA03BF1AB0EC411F * V_1 = NULL; int32_t V_2 = 0; Nullable_1_t340361C8134256120F5769AC5A3F743DB6C11D1F V_3; memset((&V_3), 0, sizeof(V_3)); int64_t V_4 = 0; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { // var commandPtr = (InputDeviceCommand*)UnsafeUtility.AddressOf(ref command); QueryKeyNameCommand_tD22DDAC18CDFBEDDB8864A7B4641AD85A91C0E63 * L_0 = ___command0; void* L_1; L_1 = il2cpp_codegen_unsafe_cast((QueryKeyNameCommand_tD22DDAC18CDFBEDDB8864A7B4641AD85A91C0E63 *)(QueryKeyNameCommand_tD22DDAC18CDFBEDDB8864A7B4641AD85A91C0E63 *)L_0); V_0 = (InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 *)L_1; // var manager = InputSystem.s_Manager; IL2CPP_RUNTIME_CLASS_INIT(InputSystem_tB2E105FFA04BBFEF25E381E9FBBE7DA78BB18380_il2cpp_TypeInfo_var); InputManager_t9E534956EF45276E5D7E75B3EA03BF1AB0EC411F * L_2 = ((InputSystem_tB2E105FFA04BBFEF25E381E9FBBE7DA78BB18380_StaticFields*)il2cpp_codegen_static_fields_for(InputSystem_tB2E105FFA04BBFEF25E381E9FBBE7DA78BB18380_il2cpp_TypeInfo_var))->get_s_Manager_2(); V_1 = (InputManager_t9E534956EF45276E5D7E75B3EA03BF1AB0EC411F *)L_2; // manager.m_DeviceCommandCallbacks.LockForChanges(); InputManager_t9E534956EF45276E5D7E75B3EA03BF1AB0EC411F * L_3 = V_1; NullCheck(L_3); CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 * L_4 = (CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 *)L_3->get_address_of_m_DeviceCommandCallbacks_19(); CallbackArray_1_LockForChanges_m4A298C04AAFA6DE526AF1ABC1B5D97F508A037DB((CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 *)(CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 *)L_4, /*hidden argument*/CallbackArray_1_LockForChanges_m4A298C04AAFA6DE526AF1ABC1B5D97F508A037DB_RuntimeMethod_var); // for (var i = 0; i < manager.m_DeviceCommandCallbacks.length; ++i) V_2 = (int32_t)0; goto IL_006c; } IL_001c: { } IL_001d: try { // begin try (depth: 1) { // var result = manager.m_DeviceCommandCallbacks[i](this, commandPtr); InputManager_t9E534956EF45276E5D7E75B3EA03BF1AB0EC411F * L_5 = V_1; NullCheck(L_5); CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 * L_6 = (CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 *)L_5->get_address_of_m_DeviceCommandCallbacks_19(); int32_t L_7 = V_2; InputDeviceCommandDelegate_t967EA90378916CA01FF68A0403468313659A1718 * L_8; L_8 = CallbackArray_1_get_Item_mBE3B0F1BEB4FA46BA6EE7794FB55EB9489AE9D2E((CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 *)(CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 *)L_6, (int32_t)L_7, /*hidden argument*/CallbackArray_1_get_Item_mBE3B0F1BEB4FA46BA6EE7794FB55EB9489AE9D2E_RuntimeMethod_var); InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 * L_9 = V_0; NullCheck((InputDeviceCommandDelegate_t967EA90378916CA01FF68A0403468313659A1718 *)L_8); Nullable_1_t340361C8134256120F5769AC5A3F743DB6C11D1F L_10; L_10 = InputDeviceCommandDelegate_Invoke_mC1F08D33A1E901A2F666170842BD24D602EBE661((InputDeviceCommandDelegate_t967EA90378916CA01FF68A0403468313659A1718 *)L_8, (InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 *)__this, (InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 *)(InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 *)L_9, /*hidden argument*/NULL); V_3 = (Nullable_1_t340361C8134256120F5769AC5A3F743DB6C11D1F )L_10; // if (result.HasValue) bool L_11; L_11 = Nullable_1_get_HasValue_m571187F546F4230B8576F169789831BFBA99B93F_inline((Nullable_1_t340361C8134256120F5769AC5A3F743DB6C11D1F *)(Nullable_1_t340361C8134256120F5769AC5A3F743DB6C11D1F *)(&V_3), /*hidden argument*/Nullable_1_get_HasValue_m571187F546F4230B8576F169789831BFBA99B93F_RuntimeMethod_var); if (!L_11) { goto IL_0045; } } IL_003a: { // return result.Value; int64_t L_12; L_12 = Nullable_1_get_Value_m50AA4ABD548771EE5E0C30724C9847B16C44F3DA((Nullable_1_t340361C8134256120F5769AC5A3F743DB6C11D1F *)(Nullable_1_t340361C8134256120F5769AC5A3F743DB6C11D1F *)(&V_3), /*hidden argument*/Nullable_1_get_Value_m50AA4ABD548771EE5E0C30724C9847B16C44F3DA_RuntimeMethod_var); V_4 = (int64_t)L_12; goto IL_0092; } IL_0045: { // } goto IL_0068; } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0047; } throw e; } CATCH_0047: { // begin catch(System.Exception) // Debug.LogError($"{exception.GetType().Name} while executing 'InputSystem.onDeviceCommand' callbacks"); Exception_t * L_13 = (Exception_t *)((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *)); NullCheck((Exception_t *)L_13); Type_t * L_14; L_14 = Exception_GetType_mC5B8B5C944B326B751282AB0E8C25A7F85457D9F((Exception_t *)L_13, /*hidden argument*/NULL); NullCheck((MemberInfo_t *)L_14); String_t* L_15; L_15 = VirtFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, (MemberInfo_t *)L_14); String_t* L_16; L_16 = String_Concat_m10758B01687A2181C8727AD9FD9CCF5325C61C2A((String_t*)L_15, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral4FF2E5380C393C82F526FABF2211C70C91FC5410)), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var))); Debug_LogError_m5952BCE5DC0EF798B31FA983B9CE42A5A1F82DE1((RuntimeObject *)L_16, /*hidden argument*/NULL); // Debug.LogException(exception); Debug_LogException_m418B8879895C54AF03169B53DAA24EE9067E3DC7((Exception_t *)L_13, /*hidden argument*/NULL); // } IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_0068; } // end catch (depth: 1) IL_0068: { // for (var i = 0; i < manager.m_DeviceCommandCallbacks.length; ++i) int32_t L_17 = V_2; V_2 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)1)); } IL_006c: { // for (var i = 0; i < manager.m_DeviceCommandCallbacks.length; ++i) int32_t L_18 = V_2; InputManager_t9E534956EF45276E5D7E75B3EA03BF1AB0EC411F * L_19 = V_1; NullCheck(L_19); CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 * L_20 = (CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 *)L_19->get_address_of_m_DeviceCommandCallbacks_19(); int32_t L_21; L_21 = CallbackArray_1_get_length_m964A1028AF4FB24BF73CB0F9B62D822A1086B128((CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 *)(CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 *)L_20, /*hidden argument*/CallbackArray_1_get_length_m964A1028AF4FB24BF73CB0F9B62D822A1086B128_RuntimeMethod_var); if ((((int32_t)L_18) < ((int32_t)L_21))) { goto IL_001c; } } { // manager.m_DeviceCommandCallbacks.UnlockForChanges(); InputManager_t9E534956EF45276E5D7E75B3EA03BF1AB0EC411F * L_22 = V_1; NullCheck(L_22); CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 * L_23 = (CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 *)L_22->get_address_of_m_DeviceCommandCallbacks_19(); CallbackArray_1_UnlockForChanges_m325FA0DE38513AADCC538A5BE4424C2A2325B6DC((CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 *)(CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 *)L_23, /*hidden argument*/CallbackArray_1_UnlockForChanges_m325FA0DE38513AADCC538A5BE4424C2A2325B6DC_RuntimeMethod_var); // return ExecuteCommand((InputDeviceCommand*)UnsafeUtility.AddressOf(ref command)); QueryKeyNameCommand_tD22DDAC18CDFBEDDB8864A7B4641AD85A91C0E63 * L_24 = ___command0; void* L_25; L_25 = il2cpp_codegen_unsafe_cast((QueryKeyNameCommand_tD22DDAC18CDFBEDDB8864A7B4641AD85A91C0E63 *)(QueryKeyNameCommand_tD22DDAC18CDFBEDDB8864A7B4641AD85A91C0E63 *)L_24); NullCheck((InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 *)__this); int64_t L_26; L_26 = VirtFuncInvoker1< int64_t, InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 * >::Invoke(20 /* System.Int64 UnityEngine.InputSystem.InputDevice::ExecuteCommand(UnityEngine.InputSystem.LowLevel.InputDeviceCommand*) */, (InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 *)__this, (InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 *)(InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 *)L_25); return (int64_t)L_26; } IL_0092: { // } int64_t L_27 = V_4; return (int64_t)L_27; } } // System.Int64 UnityEngine.InputSystem.InputDevice::ExecuteCommand(TCommand&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t InputDevice_ExecuteCommand_TisQueryKeyboardLayoutCommand_tC58F4F541234DC6B59545063D82F493DEC28C751_mE607285A7FBE2A8200356802EE1D7444877012E6_gshared (InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * __this, QueryKeyboardLayoutCommand_tC58F4F541234DC6B59545063D82F493DEC28C751 * ___command0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CallbackArray_1_LockForChanges_m4A298C04AAFA6DE526AF1ABC1B5D97F508A037DB_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CallbackArray_1_UnlockForChanges_m325FA0DE38513AADCC538A5BE4424C2A2325B6DC_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CallbackArray_1_get_Item_mBE3B0F1BEB4FA46BA6EE7794FB55EB9489AE9D2E_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CallbackArray_1_get_length_m964A1028AF4FB24BF73CB0F9B62D822A1086B128_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputSystem_tB2E105FFA04BBFEF25E381E9FBBE7DA78BB18380_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_get_HasValue_m571187F546F4230B8576F169789831BFBA99B93F_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_get_Value_m50AA4ABD548771EE5E0C30724C9847B16C44F3DA_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 * V_0 = NULL; InputManager_t9E534956EF45276E5D7E75B3EA03BF1AB0EC411F * V_1 = NULL; int32_t V_2 = 0; Nullable_1_t340361C8134256120F5769AC5A3F743DB6C11D1F V_3; memset((&V_3), 0, sizeof(V_3)); int64_t V_4 = 0; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { // var commandPtr = (InputDeviceCommand*)UnsafeUtility.AddressOf(ref command); QueryKeyboardLayoutCommand_tC58F4F541234DC6B59545063D82F493DEC28C751 * L_0 = ___command0; void* L_1; L_1 = il2cpp_codegen_unsafe_cast((QueryKeyboardLayoutCommand_tC58F4F541234DC6B59545063D82F493DEC28C751 *)(QueryKeyboardLayoutCommand_tC58F4F541234DC6B59545063D82F493DEC28C751 *)L_0); V_0 = (InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 *)L_1; // var manager = InputSystem.s_Manager; IL2CPP_RUNTIME_CLASS_INIT(InputSystem_tB2E105FFA04BBFEF25E381E9FBBE7DA78BB18380_il2cpp_TypeInfo_var); InputManager_t9E534956EF45276E5D7E75B3EA03BF1AB0EC411F * L_2 = ((InputSystem_tB2E105FFA04BBFEF25E381E9FBBE7DA78BB18380_StaticFields*)il2cpp_codegen_static_fields_for(InputSystem_tB2E105FFA04BBFEF25E381E9FBBE7DA78BB18380_il2cpp_TypeInfo_var))->get_s_Manager_2(); V_1 = (InputManager_t9E534956EF45276E5D7E75B3EA03BF1AB0EC411F *)L_2; // manager.m_DeviceCommandCallbacks.LockForChanges(); InputManager_t9E534956EF45276E5D7E75B3EA03BF1AB0EC411F * L_3 = V_1; NullCheck(L_3); CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 * L_4 = (CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 *)L_3->get_address_of_m_DeviceCommandCallbacks_19(); CallbackArray_1_LockForChanges_m4A298C04AAFA6DE526AF1ABC1B5D97F508A037DB((CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 *)(CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 *)L_4, /*hidden argument*/CallbackArray_1_LockForChanges_m4A298C04AAFA6DE526AF1ABC1B5D97F508A037DB_RuntimeMethod_var); // for (var i = 0; i < manager.m_DeviceCommandCallbacks.length; ++i) V_2 = (int32_t)0; goto IL_006c; } IL_001c: { } IL_001d: try { // begin try (depth: 1) { // var result = manager.m_DeviceCommandCallbacks[i](this, commandPtr); InputManager_t9E534956EF45276E5D7E75B3EA03BF1AB0EC411F * L_5 = V_1; NullCheck(L_5); CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 * L_6 = (CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 *)L_5->get_address_of_m_DeviceCommandCallbacks_19(); int32_t L_7 = V_2; InputDeviceCommandDelegate_t967EA90378916CA01FF68A0403468313659A1718 * L_8; L_8 = CallbackArray_1_get_Item_mBE3B0F1BEB4FA46BA6EE7794FB55EB9489AE9D2E((CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 *)(CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 *)L_6, (int32_t)L_7, /*hidden argument*/CallbackArray_1_get_Item_mBE3B0F1BEB4FA46BA6EE7794FB55EB9489AE9D2E_RuntimeMethod_var); InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 * L_9 = V_0; NullCheck((InputDeviceCommandDelegate_t967EA90378916CA01FF68A0403468313659A1718 *)L_8); Nullable_1_t340361C8134256120F5769AC5A3F743DB6C11D1F L_10; L_10 = InputDeviceCommandDelegate_Invoke_mC1F08D33A1E901A2F666170842BD24D602EBE661((InputDeviceCommandDelegate_t967EA90378916CA01FF68A0403468313659A1718 *)L_8, (InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 *)__this, (InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 *)(InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 *)L_9, /*hidden argument*/NULL); V_3 = (Nullable_1_t340361C8134256120F5769AC5A3F743DB6C11D1F )L_10; // if (result.HasValue) bool L_11; L_11 = Nullable_1_get_HasValue_m571187F546F4230B8576F169789831BFBA99B93F_inline((Nullable_1_t340361C8134256120F5769AC5A3F743DB6C11D1F *)(Nullable_1_t340361C8134256120F5769AC5A3F743DB6C11D1F *)(&V_3), /*hidden argument*/Nullable_1_get_HasValue_m571187F546F4230B8576F169789831BFBA99B93F_RuntimeMethod_var); if (!L_11) { goto IL_0045; } } IL_003a: { // return result.Value; int64_t L_12; L_12 = Nullable_1_get_Value_m50AA4ABD548771EE5E0C30724C9847B16C44F3DA((Nullable_1_t340361C8134256120F5769AC5A3F743DB6C11D1F *)(Nullable_1_t340361C8134256120F5769AC5A3F743DB6C11D1F *)(&V_3), /*hidden argument*/Nullable_1_get_Value_m50AA4ABD548771EE5E0C30724C9847B16C44F3DA_RuntimeMethod_var); V_4 = (int64_t)L_12; goto IL_0092; } IL_0045: { // } goto IL_0068; } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0047; } throw e; } CATCH_0047: { // begin catch(System.Exception) // Debug.LogError($"{exception.GetType().Name} while executing 'InputSystem.onDeviceCommand' callbacks"); Exception_t * L_13 = (Exception_t *)((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *)); NullCheck((Exception_t *)L_13); Type_t * L_14; L_14 = Exception_GetType_mC5B8B5C944B326B751282AB0E8C25A7F85457D9F((Exception_t *)L_13, /*hidden argument*/NULL); NullCheck((MemberInfo_t *)L_14); String_t* L_15; L_15 = VirtFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, (MemberInfo_t *)L_14); String_t* L_16; L_16 = String_Concat_m10758B01687A2181C8727AD9FD9CCF5325C61C2A((String_t*)L_15, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral4FF2E5380C393C82F526FABF2211C70C91FC5410)), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var))); Debug_LogError_m5952BCE5DC0EF798B31FA983B9CE42A5A1F82DE1((RuntimeObject *)L_16, /*hidden argument*/NULL); // Debug.LogException(exception); Debug_LogException_m418B8879895C54AF03169B53DAA24EE9067E3DC7((Exception_t *)L_13, /*hidden argument*/NULL); // } IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_0068; } // end catch (depth: 1) IL_0068: { // for (var i = 0; i < manager.m_DeviceCommandCallbacks.length; ++i) int32_t L_17 = V_2; V_2 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)1)); } IL_006c: { // for (var i = 0; i < manager.m_DeviceCommandCallbacks.length; ++i) int32_t L_18 = V_2; InputManager_t9E534956EF45276E5D7E75B3EA03BF1AB0EC411F * L_19 = V_1; NullCheck(L_19); CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 * L_20 = (CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 *)L_19->get_address_of_m_DeviceCommandCallbacks_19(); int32_t L_21; L_21 = CallbackArray_1_get_length_m964A1028AF4FB24BF73CB0F9B62D822A1086B128((CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 *)(CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 *)L_20, /*hidden argument*/CallbackArray_1_get_length_m964A1028AF4FB24BF73CB0F9B62D822A1086B128_RuntimeMethod_var); if ((((int32_t)L_18) < ((int32_t)L_21))) { goto IL_001c; } } { // manager.m_DeviceCommandCallbacks.UnlockForChanges(); InputManager_t9E534956EF45276E5D7E75B3EA03BF1AB0EC411F * L_22 = V_1; NullCheck(L_22); CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 * L_23 = (CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 *)L_22->get_address_of_m_DeviceCommandCallbacks_19(); CallbackArray_1_UnlockForChanges_m325FA0DE38513AADCC538A5BE4424C2A2325B6DC((CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 *)(CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 *)L_23, /*hidden argument*/CallbackArray_1_UnlockForChanges_m325FA0DE38513AADCC538A5BE4424C2A2325B6DC_RuntimeMethod_var); // return ExecuteCommand((InputDeviceCommand*)UnsafeUtility.AddressOf(ref command)); QueryKeyboardLayoutCommand_tC58F4F541234DC6B59545063D82F493DEC28C751 * L_24 = ___command0; void* L_25; L_25 = il2cpp_codegen_unsafe_cast((QueryKeyboardLayoutCommand_tC58F4F541234DC6B59545063D82F493DEC28C751 *)(QueryKeyboardLayoutCommand_tC58F4F541234DC6B59545063D82F493DEC28C751 *)L_24); NullCheck((InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 *)__this); int64_t L_26; L_26 = VirtFuncInvoker1< int64_t, InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 * >::Invoke(20 /* System.Int64 UnityEngine.InputSystem.InputDevice::ExecuteCommand(UnityEngine.InputSystem.LowLevel.InputDeviceCommand*) */, (InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 *)__this, (InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 *)(InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 *)L_25); return (int64_t)L_26; } IL_0092: { // } int64_t L_27 = V_4; return (int64_t)L_27; } } // System.Int64 UnityEngine.InputSystem.InputDevice::ExecuteCommand(TCommand&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t InputDevice_ExecuteCommand_TisQueryPairedUserAccountCommand_t046EF430D5EBB238ACC9A0BA3DD701CEFBAD15E8_m12A8A0317CEC1807E4A096040D3EF2CEE8A75E69_gshared (InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * __this, QueryPairedUserAccountCommand_t046EF430D5EBB238ACC9A0BA3DD701CEFBAD15E8 * ___command0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CallbackArray_1_LockForChanges_m4A298C04AAFA6DE526AF1ABC1B5D97F508A037DB_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CallbackArray_1_UnlockForChanges_m325FA0DE38513AADCC538A5BE4424C2A2325B6DC_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CallbackArray_1_get_Item_mBE3B0F1BEB4FA46BA6EE7794FB55EB9489AE9D2E_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CallbackArray_1_get_length_m964A1028AF4FB24BF73CB0F9B62D822A1086B128_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputSystem_tB2E105FFA04BBFEF25E381E9FBBE7DA78BB18380_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_get_HasValue_m571187F546F4230B8576F169789831BFBA99B93F_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_get_Value_m50AA4ABD548771EE5E0C30724C9847B16C44F3DA_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 * V_0 = NULL; InputManager_t9E534956EF45276E5D7E75B3EA03BF1AB0EC411F * V_1 = NULL; int32_t V_2 = 0; Nullable_1_t340361C8134256120F5769AC5A3F743DB6C11D1F V_3; memset((&V_3), 0, sizeof(V_3)); int64_t V_4 = 0; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { // var commandPtr = (InputDeviceCommand*)UnsafeUtility.AddressOf(ref command); QueryPairedUserAccountCommand_t046EF430D5EBB238ACC9A0BA3DD701CEFBAD15E8 * L_0 = ___command0; void* L_1; L_1 = il2cpp_codegen_unsafe_cast((QueryPairedUserAccountCommand_t046EF430D5EBB238ACC9A0BA3DD701CEFBAD15E8 *)(QueryPairedUserAccountCommand_t046EF430D5EBB238ACC9A0BA3DD701CEFBAD15E8 *)L_0); V_0 = (InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 *)L_1; // var manager = InputSystem.s_Manager; IL2CPP_RUNTIME_CLASS_INIT(InputSystem_tB2E105FFA04BBFEF25E381E9FBBE7DA78BB18380_il2cpp_TypeInfo_var); InputManager_t9E534956EF45276E5D7E75B3EA03BF1AB0EC411F * L_2 = ((InputSystem_tB2E105FFA04BBFEF25E381E9FBBE7DA78BB18380_StaticFields*)il2cpp_codegen_static_fields_for(InputSystem_tB2E105FFA04BBFEF25E381E9FBBE7DA78BB18380_il2cpp_TypeInfo_var))->get_s_Manager_2(); V_1 = (InputManager_t9E534956EF45276E5D7E75B3EA03BF1AB0EC411F *)L_2; // manager.m_DeviceCommandCallbacks.LockForChanges(); InputManager_t9E534956EF45276E5D7E75B3EA03BF1AB0EC411F * L_3 = V_1; NullCheck(L_3); CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 * L_4 = (CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 *)L_3->get_address_of_m_DeviceCommandCallbacks_19(); CallbackArray_1_LockForChanges_m4A298C04AAFA6DE526AF1ABC1B5D97F508A037DB((CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 *)(CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 *)L_4, /*hidden argument*/CallbackArray_1_LockForChanges_m4A298C04AAFA6DE526AF1ABC1B5D97F508A037DB_RuntimeMethod_var); // for (var i = 0; i < manager.m_DeviceCommandCallbacks.length; ++i) V_2 = (int32_t)0; goto IL_006c; } IL_001c: { } IL_001d: try { // begin try (depth: 1) { // var result = manager.m_DeviceCommandCallbacks[i](this, commandPtr); InputManager_t9E534956EF45276E5D7E75B3EA03BF1AB0EC411F * L_5 = V_1; NullCheck(L_5); CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 * L_6 = (CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 *)L_5->get_address_of_m_DeviceCommandCallbacks_19(); int32_t L_7 = V_2; InputDeviceCommandDelegate_t967EA90378916CA01FF68A0403468313659A1718 * L_8; L_8 = CallbackArray_1_get_Item_mBE3B0F1BEB4FA46BA6EE7794FB55EB9489AE9D2E((CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 *)(CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 *)L_6, (int32_t)L_7, /*hidden argument*/CallbackArray_1_get_Item_mBE3B0F1BEB4FA46BA6EE7794FB55EB9489AE9D2E_RuntimeMethod_var); InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 * L_9 = V_0; NullCheck((InputDeviceCommandDelegate_t967EA90378916CA01FF68A0403468313659A1718 *)L_8); Nullable_1_t340361C8134256120F5769AC5A3F743DB6C11D1F L_10; L_10 = InputDeviceCommandDelegate_Invoke_mC1F08D33A1E901A2F666170842BD24D602EBE661((InputDeviceCommandDelegate_t967EA90378916CA01FF68A0403468313659A1718 *)L_8, (InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 *)__this, (InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 *)(InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 *)L_9, /*hidden argument*/NULL); V_3 = (Nullable_1_t340361C8134256120F5769AC5A3F743DB6C11D1F )L_10; // if (result.HasValue) bool L_11; L_11 = Nullable_1_get_HasValue_m571187F546F4230B8576F169789831BFBA99B93F_inline((Nullable_1_t340361C8134256120F5769AC5A3F743DB6C11D1F *)(Nullable_1_t340361C8134256120F5769AC5A3F743DB6C11D1F *)(&V_3), /*hidden argument*/Nullable_1_get_HasValue_m571187F546F4230B8576F169789831BFBA99B93F_RuntimeMethod_var); if (!L_11) { goto IL_0045; } } IL_003a: { // return result.Value; int64_t L_12; L_12 = Nullable_1_get_Value_m50AA4ABD548771EE5E0C30724C9847B16C44F3DA((Nullable_1_t340361C8134256120F5769AC5A3F743DB6C11D1F *)(Nullable_1_t340361C8134256120F5769AC5A3F743DB6C11D1F *)(&V_3), /*hidden argument*/Nullable_1_get_Value_m50AA4ABD548771EE5E0C30724C9847B16C44F3DA_RuntimeMethod_var); V_4 = (int64_t)L_12; goto IL_0092; } IL_0045: { // } goto IL_0068; } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0047; } throw e; } CATCH_0047: { // begin catch(System.Exception) // Debug.LogError($"{exception.GetType().Name} while executing 'InputSystem.onDeviceCommand' callbacks"); Exception_t * L_13 = (Exception_t *)((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *)); NullCheck((Exception_t *)L_13); Type_t * L_14; L_14 = Exception_GetType_mC5B8B5C944B326B751282AB0E8C25A7F85457D9F((Exception_t *)L_13, /*hidden argument*/NULL); NullCheck((MemberInfo_t *)L_14); String_t* L_15; L_15 = VirtFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, (MemberInfo_t *)L_14); String_t* L_16; L_16 = String_Concat_m10758B01687A2181C8727AD9FD9CCF5325C61C2A((String_t*)L_15, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral4FF2E5380C393C82F526FABF2211C70C91FC5410)), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var))); Debug_LogError_m5952BCE5DC0EF798B31FA983B9CE42A5A1F82DE1((RuntimeObject *)L_16, /*hidden argument*/NULL); // Debug.LogException(exception); Debug_LogException_m418B8879895C54AF03169B53DAA24EE9067E3DC7((Exception_t *)L_13, /*hidden argument*/NULL); // } IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_0068; } // end catch (depth: 1) IL_0068: { // for (var i = 0; i < manager.m_DeviceCommandCallbacks.length; ++i) int32_t L_17 = V_2; V_2 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)1)); } IL_006c: { // for (var i = 0; i < manager.m_DeviceCommandCallbacks.length; ++i) int32_t L_18 = V_2; InputManager_t9E534956EF45276E5D7E75B3EA03BF1AB0EC411F * L_19 = V_1; NullCheck(L_19); CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 * L_20 = (CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 *)L_19->get_address_of_m_DeviceCommandCallbacks_19(); int32_t L_21; L_21 = CallbackArray_1_get_length_m964A1028AF4FB24BF73CB0F9B62D822A1086B128((CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 *)(CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 *)L_20, /*hidden argument*/CallbackArray_1_get_length_m964A1028AF4FB24BF73CB0F9B62D822A1086B128_RuntimeMethod_var); if ((((int32_t)L_18) < ((int32_t)L_21))) { goto IL_001c; } } { // manager.m_DeviceCommandCallbacks.UnlockForChanges(); InputManager_t9E534956EF45276E5D7E75B3EA03BF1AB0EC411F * L_22 = V_1; NullCheck(L_22); CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 * L_23 = (CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 *)L_22->get_address_of_m_DeviceCommandCallbacks_19(); CallbackArray_1_UnlockForChanges_m325FA0DE38513AADCC538A5BE4424C2A2325B6DC((CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 *)(CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 *)L_23, /*hidden argument*/CallbackArray_1_UnlockForChanges_m325FA0DE38513AADCC538A5BE4424C2A2325B6DC_RuntimeMethod_var); // return ExecuteCommand((InputDeviceCommand*)UnsafeUtility.AddressOf(ref command)); QueryPairedUserAccountCommand_t046EF430D5EBB238ACC9A0BA3DD701CEFBAD15E8 * L_24 = ___command0; void* L_25; L_25 = il2cpp_codegen_unsafe_cast((QueryPairedUserAccountCommand_t046EF430D5EBB238ACC9A0BA3DD701CEFBAD15E8 *)(QueryPairedUserAccountCommand_t046EF430D5EBB238ACC9A0BA3DD701CEFBAD15E8 *)L_24); NullCheck((InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 *)__this); int64_t L_26; L_26 = VirtFuncInvoker1< int64_t, InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 * >::Invoke(20 /* System.Int64 UnityEngine.InputSystem.InputDevice::ExecuteCommand(UnityEngine.InputSystem.LowLevel.InputDeviceCommand*) */, (InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 *)__this, (InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 *)(InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 *)L_25); return (int64_t)L_26; } IL_0092: { // } int64_t L_27 = V_4; return (int64_t)L_27; } } // System.Int64 UnityEngine.InputSystem.InputDevice::ExecuteCommand(TCommand&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t InputDevice_ExecuteCommand_TisQuerySamplingFrequencyCommand_t6878146E56353F91CC3425A0F8934AE3A714BF59_mF3E53830C6CF35114CAC95D56BFDEB1F197585B4_gshared (InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * __this, QuerySamplingFrequencyCommand_t6878146E56353F91CC3425A0F8934AE3A714BF59 * ___command0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CallbackArray_1_LockForChanges_m4A298C04AAFA6DE526AF1ABC1B5D97F508A037DB_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CallbackArray_1_UnlockForChanges_m325FA0DE38513AADCC538A5BE4424C2A2325B6DC_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CallbackArray_1_get_Item_mBE3B0F1BEB4FA46BA6EE7794FB55EB9489AE9D2E_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CallbackArray_1_get_length_m964A1028AF4FB24BF73CB0F9B62D822A1086B128_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputSystem_tB2E105FFA04BBFEF25E381E9FBBE7DA78BB18380_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_get_HasValue_m571187F546F4230B8576F169789831BFBA99B93F_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_get_Value_m50AA4ABD548771EE5E0C30724C9847B16C44F3DA_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 * V_0 = NULL; InputManager_t9E534956EF45276E5D7E75B3EA03BF1AB0EC411F * V_1 = NULL; int32_t V_2 = 0; Nullable_1_t340361C8134256120F5769AC5A3F743DB6C11D1F V_3; memset((&V_3), 0, sizeof(V_3)); int64_t V_4 = 0; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { // var commandPtr = (InputDeviceCommand*)UnsafeUtility.AddressOf(ref command); QuerySamplingFrequencyCommand_t6878146E56353F91CC3425A0F8934AE3A714BF59 * L_0 = ___command0; void* L_1; L_1 = il2cpp_codegen_unsafe_cast((QuerySamplingFrequencyCommand_t6878146E56353F91CC3425A0F8934AE3A714BF59 *)(QuerySamplingFrequencyCommand_t6878146E56353F91CC3425A0F8934AE3A714BF59 *)L_0); V_0 = (InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 *)L_1; // var manager = InputSystem.s_Manager; IL2CPP_RUNTIME_CLASS_INIT(InputSystem_tB2E105FFA04BBFEF25E381E9FBBE7DA78BB18380_il2cpp_TypeInfo_var); InputManager_t9E534956EF45276E5D7E75B3EA03BF1AB0EC411F * L_2 = ((InputSystem_tB2E105FFA04BBFEF25E381E9FBBE7DA78BB18380_StaticFields*)il2cpp_codegen_static_fields_for(InputSystem_tB2E105FFA04BBFEF25E381E9FBBE7DA78BB18380_il2cpp_TypeInfo_var))->get_s_Manager_2(); V_1 = (InputManager_t9E534956EF45276E5D7E75B3EA03BF1AB0EC411F *)L_2; // manager.m_DeviceCommandCallbacks.LockForChanges(); InputManager_t9E534956EF45276E5D7E75B3EA03BF1AB0EC411F * L_3 = V_1; NullCheck(L_3); CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 * L_4 = (CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 *)L_3->get_address_of_m_DeviceCommandCallbacks_19(); CallbackArray_1_LockForChanges_m4A298C04AAFA6DE526AF1ABC1B5D97F508A037DB((CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 *)(CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 *)L_4, /*hidden argument*/CallbackArray_1_LockForChanges_m4A298C04AAFA6DE526AF1ABC1B5D97F508A037DB_RuntimeMethod_var); // for (var i = 0; i < manager.m_DeviceCommandCallbacks.length; ++i) V_2 = (int32_t)0; goto IL_006c; } IL_001c: { } IL_001d: try { // begin try (depth: 1) { // var result = manager.m_DeviceCommandCallbacks[i](this, commandPtr); InputManager_t9E534956EF45276E5D7E75B3EA03BF1AB0EC411F * L_5 = V_1; NullCheck(L_5); CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 * L_6 = (CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 *)L_5->get_address_of_m_DeviceCommandCallbacks_19(); int32_t L_7 = V_2; InputDeviceCommandDelegate_t967EA90378916CA01FF68A0403468313659A1718 * L_8; L_8 = CallbackArray_1_get_Item_mBE3B0F1BEB4FA46BA6EE7794FB55EB9489AE9D2E((CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 *)(CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 *)L_6, (int32_t)L_7, /*hidden argument*/CallbackArray_1_get_Item_mBE3B0F1BEB4FA46BA6EE7794FB55EB9489AE9D2E_RuntimeMethod_var); InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 * L_9 = V_0; NullCheck((InputDeviceCommandDelegate_t967EA90378916CA01FF68A0403468313659A1718 *)L_8); Nullable_1_t340361C8134256120F5769AC5A3F743DB6C11D1F L_10; L_10 = InputDeviceCommandDelegate_Invoke_mC1F08D33A1E901A2F666170842BD24D602EBE661((InputDeviceCommandDelegate_t967EA90378916CA01FF68A0403468313659A1718 *)L_8, (InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 *)__this, (InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 *)(InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 *)L_9, /*hidden argument*/NULL); V_3 = (Nullable_1_t340361C8134256120F5769AC5A3F743DB6C11D1F )L_10; // if (result.HasValue) bool L_11; L_11 = Nullable_1_get_HasValue_m571187F546F4230B8576F169789831BFBA99B93F_inline((Nullable_1_t340361C8134256120F5769AC5A3F743DB6C11D1F *)(Nullable_1_t340361C8134256120F5769AC5A3F743DB6C11D1F *)(&V_3), /*hidden argument*/Nullable_1_get_HasValue_m571187F546F4230B8576F169789831BFBA99B93F_RuntimeMethod_var); if (!L_11) { goto IL_0045; } } IL_003a: { // return result.Value; int64_t L_12; L_12 = Nullable_1_get_Value_m50AA4ABD548771EE5E0C30724C9847B16C44F3DA((Nullable_1_t340361C8134256120F5769AC5A3F743DB6C11D1F *)(Nullable_1_t340361C8134256120F5769AC5A3F743DB6C11D1F *)(&V_3), /*hidden argument*/Nullable_1_get_Value_m50AA4ABD548771EE5E0C30724C9847B16C44F3DA_RuntimeMethod_var); V_4 = (int64_t)L_12; goto IL_0092; } IL_0045: { // } goto IL_0068; } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0047; } throw e; } CATCH_0047: { // begin catch(System.Exception) // Debug.LogError($"{exception.GetType().Name} while executing 'InputSystem.onDeviceCommand' callbacks"); Exception_t * L_13 = (Exception_t *)((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *)); NullCheck((Exception_t *)L_13); Type_t * L_14; L_14 = Exception_GetType_mC5B8B5C944B326B751282AB0E8C25A7F85457D9F((Exception_t *)L_13, /*hidden argument*/NULL); NullCheck((MemberInfo_t *)L_14); String_t* L_15; L_15 = VirtFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, (MemberInfo_t *)L_14); String_t* L_16; L_16 = String_Concat_m10758B01687A2181C8727AD9FD9CCF5325C61C2A((String_t*)L_15, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral4FF2E5380C393C82F526FABF2211C70C91FC5410)), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var))); Debug_LogError_m5952BCE5DC0EF798B31FA983B9CE42A5A1F82DE1((RuntimeObject *)L_16, /*hidden argument*/NULL); // Debug.LogException(exception); Debug_LogException_m418B8879895C54AF03169B53DAA24EE9067E3DC7((Exception_t *)L_13, /*hidden argument*/NULL); // } IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_0068; } // end catch (depth: 1) IL_0068: { // for (var i = 0; i < manager.m_DeviceCommandCallbacks.length; ++i) int32_t L_17 = V_2; V_2 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)1)); } IL_006c: { // for (var i = 0; i < manager.m_DeviceCommandCallbacks.length; ++i) int32_t L_18 = V_2; InputManager_t9E534956EF45276E5D7E75B3EA03BF1AB0EC411F * L_19 = V_1; NullCheck(L_19); CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 * L_20 = (CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 *)L_19->get_address_of_m_DeviceCommandCallbacks_19(); int32_t L_21; L_21 = CallbackArray_1_get_length_m964A1028AF4FB24BF73CB0F9B62D822A1086B128((CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 *)(CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 *)L_20, /*hidden argument*/CallbackArray_1_get_length_m964A1028AF4FB24BF73CB0F9B62D822A1086B128_RuntimeMethod_var); if ((((int32_t)L_18) < ((int32_t)L_21))) { goto IL_001c; } } { // manager.m_DeviceCommandCallbacks.UnlockForChanges(); InputManager_t9E534956EF45276E5D7E75B3EA03BF1AB0EC411F * L_22 = V_1; NullCheck(L_22); CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 * L_23 = (CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 *)L_22->get_address_of_m_DeviceCommandCallbacks_19(); CallbackArray_1_UnlockForChanges_m325FA0DE38513AADCC538A5BE4424C2A2325B6DC((CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 *)(CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 *)L_23, /*hidden argument*/CallbackArray_1_UnlockForChanges_m325FA0DE38513AADCC538A5BE4424C2A2325B6DC_RuntimeMethod_var); // return ExecuteCommand((InputDeviceCommand*)UnsafeUtility.AddressOf(ref command)); QuerySamplingFrequencyCommand_t6878146E56353F91CC3425A0F8934AE3A714BF59 * L_24 = ___command0; void* L_25; L_25 = il2cpp_codegen_unsafe_cast((QuerySamplingFrequencyCommand_t6878146E56353F91CC3425A0F8934AE3A714BF59 *)(QuerySamplingFrequencyCommand_t6878146E56353F91CC3425A0F8934AE3A714BF59 *)L_24); NullCheck((InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 *)__this); int64_t L_26; L_26 = VirtFuncInvoker1< int64_t, InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 * >::Invoke(20 /* System.Int64 UnityEngine.InputSystem.InputDevice::ExecuteCommand(UnityEngine.InputSystem.LowLevel.InputDeviceCommand*) */, (InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 *)__this, (InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 *)(InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 *)L_25); return (int64_t)L_26; } IL_0092: { // } int64_t L_27 = V_4; return (int64_t)L_27; } } // System.Int64 UnityEngine.InputSystem.InputDevice::ExecuteCommand(TCommand&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t InputDevice_ExecuteCommand_TisRequestResetCommand_t290653D3C41899AB12530EDDCFB50EC20D391112_m9EB346A3A55FF3A38FB6BFCD58DF742870873EFC_gshared (InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * __this, RequestResetCommand_t290653D3C41899AB12530EDDCFB50EC20D391112 * ___command0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CallbackArray_1_LockForChanges_m4A298C04AAFA6DE526AF1ABC1B5D97F508A037DB_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CallbackArray_1_UnlockForChanges_m325FA0DE38513AADCC538A5BE4424C2A2325B6DC_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CallbackArray_1_get_Item_mBE3B0F1BEB4FA46BA6EE7794FB55EB9489AE9D2E_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CallbackArray_1_get_length_m964A1028AF4FB24BF73CB0F9B62D822A1086B128_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputSystem_tB2E105FFA04BBFEF25E381E9FBBE7DA78BB18380_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_get_HasValue_m571187F546F4230B8576F169789831BFBA99B93F_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_get_Value_m50AA4ABD548771EE5E0C30724C9847B16C44F3DA_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 * V_0 = NULL; InputManager_t9E534956EF45276E5D7E75B3EA03BF1AB0EC411F * V_1 = NULL; int32_t V_2 = 0; Nullable_1_t340361C8134256120F5769AC5A3F743DB6C11D1F V_3; memset((&V_3), 0, sizeof(V_3)); int64_t V_4 = 0; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { // var commandPtr = (InputDeviceCommand*)UnsafeUtility.AddressOf(ref command); RequestResetCommand_t290653D3C41899AB12530EDDCFB50EC20D391112 * L_0 = ___command0; void* L_1; L_1 = il2cpp_codegen_unsafe_cast((RequestResetCommand_t290653D3C41899AB12530EDDCFB50EC20D391112 *)(RequestResetCommand_t290653D3C41899AB12530EDDCFB50EC20D391112 *)L_0); V_0 = (InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 *)L_1; // var manager = InputSystem.s_Manager; IL2CPP_RUNTIME_CLASS_INIT(InputSystem_tB2E105FFA04BBFEF25E381E9FBBE7DA78BB18380_il2cpp_TypeInfo_var); InputManager_t9E534956EF45276E5D7E75B3EA03BF1AB0EC411F * L_2 = ((InputSystem_tB2E105FFA04BBFEF25E381E9FBBE7DA78BB18380_StaticFields*)il2cpp_codegen_static_fields_for(InputSystem_tB2E105FFA04BBFEF25E381E9FBBE7DA78BB18380_il2cpp_TypeInfo_var))->get_s_Manager_2(); V_1 = (InputManager_t9E534956EF45276E5D7E75B3EA03BF1AB0EC411F *)L_2; // manager.m_DeviceCommandCallbacks.LockForChanges(); InputManager_t9E534956EF45276E5D7E75B3EA03BF1AB0EC411F * L_3 = V_1; NullCheck(L_3); CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 * L_4 = (CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 *)L_3->get_address_of_m_DeviceCommandCallbacks_19(); CallbackArray_1_LockForChanges_m4A298C04AAFA6DE526AF1ABC1B5D97F508A037DB((CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 *)(CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 *)L_4, /*hidden argument*/CallbackArray_1_LockForChanges_m4A298C04AAFA6DE526AF1ABC1B5D97F508A037DB_RuntimeMethod_var); // for (var i = 0; i < manager.m_DeviceCommandCallbacks.length; ++i) V_2 = (int32_t)0; goto IL_006c; } IL_001c: { } IL_001d: try { // begin try (depth: 1) { // var result = manager.m_DeviceCommandCallbacks[i](this, commandPtr); InputManager_t9E534956EF45276E5D7E75B3EA03BF1AB0EC411F * L_5 = V_1; NullCheck(L_5); CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 * L_6 = (CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 *)L_5->get_address_of_m_DeviceCommandCallbacks_19(); int32_t L_7 = V_2; InputDeviceCommandDelegate_t967EA90378916CA01FF68A0403468313659A1718 * L_8; L_8 = CallbackArray_1_get_Item_mBE3B0F1BEB4FA46BA6EE7794FB55EB9489AE9D2E((CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 *)(CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 *)L_6, (int32_t)L_7, /*hidden argument*/CallbackArray_1_get_Item_mBE3B0F1BEB4FA46BA6EE7794FB55EB9489AE9D2E_RuntimeMethod_var); InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 * L_9 = V_0; NullCheck((InputDeviceCommandDelegate_t967EA90378916CA01FF68A0403468313659A1718 *)L_8); Nullable_1_t340361C8134256120F5769AC5A3F743DB6C11D1F L_10; L_10 = InputDeviceCommandDelegate_Invoke_mC1F08D33A1E901A2F666170842BD24D602EBE661((InputDeviceCommandDelegate_t967EA90378916CA01FF68A0403468313659A1718 *)L_8, (InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 *)__this, (InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 *)(InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 *)L_9, /*hidden argument*/NULL); V_3 = (Nullable_1_t340361C8134256120F5769AC5A3F743DB6C11D1F )L_10; // if (result.HasValue) bool L_11; L_11 = Nullable_1_get_HasValue_m571187F546F4230B8576F169789831BFBA99B93F_inline((Nullable_1_t340361C8134256120F5769AC5A3F743DB6C11D1F *)(Nullable_1_t340361C8134256120F5769AC5A3F743DB6C11D1F *)(&V_3), /*hidden argument*/Nullable_1_get_HasValue_m571187F546F4230B8576F169789831BFBA99B93F_RuntimeMethod_var); if (!L_11) { goto IL_0045; } } IL_003a: { // return result.Value; int64_t L_12; L_12 = Nullable_1_get_Value_m50AA4ABD548771EE5E0C30724C9847B16C44F3DA((Nullable_1_t340361C8134256120F5769AC5A3F743DB6C11D1F *)(Nullable_1_t340361C8134256120F5769AC5A3F743DB6C11D1F *)(&V_3), /*hidden argument*/Nullable_1_get_Value_m50AA4ABD548771EE5E0C30724C9847B16C44F3DA_RuntimeMethod_var); V_4 = (int64_t)L_12; goto IL_0092; } IL_0045: { // } goto IL_0068; } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0047; } throw e; } CATCH_0047: { // begin catch(System.Exception) // Debug.LogError($"{exception.GetType().Name} while executing 'InputSystem.onDeviceCommand' callbacks"); Exception_t * L_13 = (Exception_t *)((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *)); NullCheck((Exception_t *)L_13); Type_t * L_14; L_14 = Exception_GetType_mC5B8B5C944B326B751282AB0E8C25A7F85457D9F((Exception_t *)L_13, /*hidden argument*/NULL); NullCheck((MemberInfo_t *)L_14); String_t* L_15; L_15 = VirtFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, (MemberInfo_t *)L_14); String_t* L_16; L_16 = String_Concat_m10758B01687A2181C8727AD9FD9CCF5325C61C2A((String_t*)L_15, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral4FF2E5380C393C82F526FABF2211C70C91FC5410)), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var))); Debug_LogError_m5952BCE5DC0EF798B31FA983B9CE42A5A1F82DE1((RuntimeObject *)L_16, /*hidden argument*/NULL); // Debug.LogException(exception); Debug_LogException_m418B8879895C54AF03169B53DAA24EE9067E3DC7((Exception_t *)L_13, /*hidden argument*/NULL); // } IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_0068; } // end catch (depth: 1) IL_0068: { // for (var i = 0; i < manager.m_DeviceCommandCallbacks.length; ++i) int32_t L_17 = V_2; V_2 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)1)); } IL_006c: { // for (var i = 0; i < manager.m_DeviceCommandCallbacks.length; ++i) int32_t L_18 = V_2; InputManager_t9E534956EF45276E5D7E75B3EA03BF1AB0EC411F * L_19 = V_1; NullCheck(L_19); CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 * L_20 = (CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 *)L_19->get_address_of_m_DeviceCommandCallbacks_19(); int32_t L_21; L_21 = CallbackArray_1_get_length_m964A1028AF4FB24BF73CB0F9B62D822A1086B128((CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 *)(CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 *)L_20, /*hidden argument*/CallbackArray_1_get_length_m964A1028AF4FB24BF73CB0F9B62D822A1086B128_RuntimeMethod_var); if ((((int32_t)L_18) < ((int32_t)L_21))) { goto IL_001c; } } { // manager.m_DeviceCommandCallbacks.UnlockForChanges(); InputManager_t9E534956EF45276E5D7E75B3EA03BF1AB0EC411F * L_22 = V_1; NullCheck(L_22); CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 * L_23 = (CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 *)L_22->get_address_of_m_DeviceCommandCallbacks_19(); CallbackArray_1_UnlockForChanges_m325FA0DE38513AADCC538A5BE4424C2A2325B6DC((CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 *)(CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 *)L_23, /*hidden argument*/CallbackArray_1_UnlockForChanges_m325FA0DE38513AADCC538A5BE4424C2A2325B6DC_RuntimeMethod_var); // return ExecuteCommand((InputDeviceCommand*)UnsafeUtility.AddressOf(ref command)); RequestResetCommand_t290653D3C41899AB12530EDDCFB50EC20D391112 * L_24 = ___command0; void* L_25; L_25 = il2cpp_codegen_unsafe_cast((RequestResetCommand_t290653D3C41899AB12530EDDCFB50EC20D391112 *)(RequestResetCommand_t290653D3C41899AB12530EDDCFB50EC20D391112 *)L_24); NullCheck((InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 *)__this); int64_t L_26; L_26 = VirtFuncInvoker1< int64_t, InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 * >::Invoke(20 /* System.Int64 UnityEngine.InputSystem.InputDevice::ExecuteCommand(UnityEngine.InputSystem.LowLevel.InputDeviceCommand*) */, (InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 *)__this, (InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 *)(InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 *)L_25); return (int64_t)L_26; } IL_0092: { // } int64_t L_27 = V_4; return (int64_t)L_27; } } // System.Int64 UnityEngine.InputSystem.InputDevice::ExecuteCommand(TCommand&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t InputDevice_ExecuteCommand_TisRequestSyncCommand_t48687D8D32AE493CE5BB943606C43F356BD00DCB_m5378F4F5329EE1945233936EA5AAE10CA1CAB6A1_gshared (InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * __this, RequestSyncCommand_t48687D8D32AE493CE5BB943606C43F356BD00DCB * ___command0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CallbackArray_1_LockForChanges_m4A298C04AAFA6DE526AF1ABC1B5D97F508A037DB_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CallbackArray_1_UnlockForChanges_m325FA0DE38513AADCC538A5BE4424C2A2325B6DC_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CallbackArray_1_get_Item_mBE3B0F1BEB4FA46BA6EE7794FB55EB9489AE9D2E_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CallbackArray_1_get_length_m964A1028AF4FB24BF73CB0F9B62D822A1086B128_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputSystem_tB2E105FFA04BBFEF25E381E9FBBE7DA78BB18380_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_get_HasValue_m571187F546F4230B8576F169789831BFBA99B93F_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_get_Value_m50AA4ABD548771EE5E0C30724C9847B16C44F3DA_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 * V_0 = NULL; InputManager_t9E534956EF45276E5D7E75B3EA03BF1AB0EC411F * V_1 = NULL; int32_t V_2 = 0; Nullable_1_t340361C8134256120F5769AC5A3F743DB6C11D1F V_3; memset((&V_3), 0, sizeof(V_3)); int64_t V_4 = 0; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { // var commandPtr = (InputDeviceCommand*)UnsafeUtility.AddressOf(ref command); RequestSyncCommand_t48687D8D32AE493CE5BB943606C43F356BD00DCB * L_0 = ___command0; void* L_1; L_1 = il2cpp_codegen_unsafe_cast((RequestSyncCommand_t48687D8D32AE493CE5BB943606C43F356BD00DCB *)(RequestSyncCommand_t48687D8D32AE493CE5BB943606C43F356BD00DCB *)L_0); V_0 = (InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 *)L_1; // var manager = InputSystem.s_Manager; IL2CPP_RUNTIME_CLASS_INIT(InputSystem_tB2E105FFA04BBFEF25E381E9FBBE7DA78BB18380_il2cpp_TypeInfo_var); InputManager_t9E534956EF45276E5D7E75B3EA03BF1AB0EC411F * L_2 = ((InputSystem_tB2E105FFA04BBFEF25E381E9FBBE7DA78BB18380_StaticFields*)il2cpp_codegen_static_fields_for(InputSystem_tB2E105FFA04BBFEF25E381E9FBBE7DA78BB18380_il2cpp_TypeInfo_var))->get_s_Manager_2(); V_1 = (InputManager_t9E534956EF45276E5D7E75B3EA03BF1AB0EC411F *)L_2; // manager.m_DeviceCommandCallbacks.LockForChanges(); InputManager_t9E534956EF45276E5D7E75B3EA03BF1AB0EC411F * L_3 = V_1; NullCheck(L_3); CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 * L_4 = (CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 *)L_3->get_address_of_m_DeviceCommandCallbacks_19(); CallbackArray_1_LockForChanges_m4A298C04AAFA6DE526AF1ABC1B5D97F508A037DB((CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 *)(CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 *)L_4, /*hidden argument*/CallbackArray_1_LockForChanges_m4A298C04AAFA6DE526AF1ABC1B5D97F508A037DB_RuntimeMethod_var); // for (var i = 0; i < manager.m_DeviceCommandCallbacks.length; ++i) V_2 = (int32_t)0; goto IL_006c; } IL_001c: { } IL_001d: try { // begin try (depth: 1) { // var result = manager.m_DeviceCommandCallbacks[i](this, commandPtr); InputManager_t9E534956EF45276E5D7E75B3EA03BF1AB0EC411F * L_5 = V_1; NullCheck(L_5); CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 * L_6 = (CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 *)L_5->get_address_of_m_DeviceCommandCallbacks_19(); int32_t L_7 = V_2; InputDeviceCommandDelegate_t967EA90378916CA01FF68A0403468313659A1718 * L_8; L_8 = CallbackArray_1_get_Item_mBE3B0F1BEB4FA46BA6EE7794FB55EB9489AE9D2E((CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 *)(CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 *)L_6, (int32_t)L_7, /*hidden argument*/CallbackArray_1_get_Item_mBE3B0F1BEB4FA46BA6EE7794FB55EB9489AE9D2E_RuntimeMethod_var); InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 * L_9 = V_0; NullCheck((InputDeviceCommandDelegate_t967EA90378916CA01FF68A0403468313659A1718 *)L_8); Nullable_1_t340361C8134256120F5769AC5A3F743DB6C11D1F L_10; L_10 = InputDeviceCommandDelegate_Invoke_mC1F08D33A1E901A2F666170842BD24D602EBE661((InputDeviceCommandDelegate_t967EA90378916CA01FF68A0403468313659A1718 *)L_8, (InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 *)__this, (InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 *)(InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 *)L_9, /*hidden argument*/NULL); V_3 = (Nullable_1_t340361C8134256120F5769AC5A3F743DB6C11D1F )L_10; // if (result.HasValue) bool L_11; L_11 = Nullable_1_get_HasValue_m571187F546F4230B8576F169789831BFBA99B93F_inline((Nullable_1_t340361C8134256120F5769AC5A3F743DB6C11D1F *)(Nullable_1_t340361C8134256120F5769AC5A3F743DB6C11D1F *)(&V_3), /*hidden argument*/Nullable_1_get_HasValue_m571187F546F4230B8576F169789831BFBA99B93F_RuntimeMethod_var); if (!L_11) { goto IL_0045; } } IL_003a: { // return result.Value; int64_t L_12; L_12 = Nullable_1_get_Value_m50AA4ABD548771EE5E0C30724C9847B16C44F3DA((Nullable_1_t340361C8134256120F5769AC5A3F743DB6C11D1F *)(Nullable_1_t340361C8134256120F5769AC5A3F743DB6C11D1F *)(&V_3), /*hidden argument*/Nullable_1_get_Value_m50AA4ABD548771EE5E0C30724C9847B16C44F3DA_RuntimeMethod_var); V_4 = (int64_t)L_12; goto IL_0092; } IL_0045: { // } goto IL_0068; } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0047; } throw e; } CATCH_0047: { // begin catch(System.Exception) // Debug.LogError($"{exception.GetType().Name} while executing 'InputSystem.onDeviceCommand' callbacks"); Exception_t * L_13 = (Exception_t *)((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *)); NullCheck((Exception_t *)L_13); Type_t * L_14; L_14 = Exception_GetType_mC5B8B5C944B326B751282AB0E8C25A7F85457D9F((Exception_t *)L_13, /*hidden argument*/NULL); NullCheck((MemberInfo_t *)L_14); String_t* L_15; L_15 = VirtFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, (MemberInfo_t *)L_14); String_t* L_16; L_16 = String_Concat_m10758B01687A2181C8727AD9FD9CCF5325C61C2A((String_t*)L_15, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral4FF2E5380C393C82F526FABF2211C70C91FC5410)), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var))); Debug_LogError_m5952BCE5DC0EF798B31FA983B9CE42A5A1F82DE1((RuntimeObject *)L_16, /*hidden argument*/NULL); // Debug.LogException(exception); Debug_LogException_m418B8879895C54AF03169B53DAA24EE9067E3DC7((Exception_t *)L_13, /*hidden argument*/NULL); // } IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_0068; } // end catch (depth: 1) IL_0068: { // for (var i = 0; i < manager.m_DeviceCommandCallbacks.length; ++i) int32_t L_17 = V_2; V_2 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)1)); } IL_006c: { // for (var i = 0; i < manager.m_DeviceCommandCallbacks.length; ++i) int32_t L_18 = V_2; InputManager_t9E534956EF45276E5D7E75B3EA03BF1AB0EC411F * L_19 = V_1; NullCheck(L_19); CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 * L_20 = (CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 *)L_19->get_address_of_m_DeviceCommandCallbacks_19(); int32_t L_21; L_21 = CallbackArray_1_get_length_m964A1028AF4FB24BF73CB0F9B62D822A1086B128((CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 *)(CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 *)L_20, /*hidden argument*/CallbackArray_1_get_length_m964A1028AF4FB24BF73CB0F9B62D822A1086B128_RuntimeMethod_var); if ((((int32_t)L_18) < ((int32_t)L_21))) { goto IL_001c; } } { // manager.m_DeviceCommandCallbacks.UnlockForChanges(); InputManager_t9E534956EF45276E5D7E75B3EA03BF1AB0EC411F * L_22 = V_1; NullCheck(L_22); CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 * L_23 = (CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 *)L_22->get_address_of_m_DeviceCommandCallbacks_19(); CallbackArray_1_UnlockForChanges_m325FA0DE38513AADCC538A5BE4424C2A2325B6DC((CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 *)(CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 *)L_23, /*hidden argument*/CallbackArray_1_UnlockForChanges_m325FA0DE38513AADCC538A5BE4424C2A2325B6DC_RuntimeMethod_var); // return ExecuteCommand((InputDeviceCommand*)UnsafeUtility.AddressOf(ref command)); RequestSyncCommand_t48687D8D32AE493CE5BB943606C43F356BD00DCB * L_24 = ___command0; void* L_25; L_25 = il2cpp_codegen_unsafe_cast((RequestSyncCommand_t48687D8D32AE493CE5BB943606C43F356BD00DCB *)(RequestSyncCommand_t48687D8D32AE493CE5BB943606C43F356BD00DCB *)L_24); NullCheck((InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 *)__this); int64_t L_26; L_26 = VirtFuncInvoker1< int64_t, InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 * >::Invoke(20 /* System.Int64 UnityEngine.InputSystem.InputDevice::ExecuteCommand(UnityEngine.InputSystem.LowLevel.InputDeviceCommand*) */, (InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 *)__this, (InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 *)(InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 *)L_25); return (int64_t)L_26; } IL_0092: { // } int64_t L_27 = V_4; return (int64_t)L_27; } } // System.Int64 UnityEngine.InputSystem.InputDevice::ExecuteCommand(TCommand&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t InputDevice_ExecuteCommand_TisSendBufferedHapticCommand_t1688B27533DAE28AEADD57A03DD1AF02A57B7194_mD005120967FD7F681FAA1790AE42C0D7FECE068B_gshared (InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * __this, SendBufferedHapticCommand_t1688B27533DAE28AEADD57A03DD1AF02A57B7194 * ___command0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CallbackArray_1_LockForChanges_m4A298C04AAFA6DE526AF1ABC1B5D97F508A037DB_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CallbackArray_1_UnlockForChanges_m325FA0DE38513AADCC538A5BE4424C2A2325B6DC_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CallbackArray_1_get_Item_mBE3B0F1BEB4FA46BA6EE7794FB55EB9489AE9D2E_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CallbackArray_1_get_length_m964A1028AF4FB24BF73CB0F9B62D822A1086B128_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputSystem_tB2E105FFA04BBFEF25E381E9FBBE7DA78BB18380_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_get_HasValue_m571187F546F4230B8576F169789831BFBA99B93F_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_get_Value_m50AA4ABD548771EE5E0C30724C9847B16C44F3DA_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 * V_0 = NULL; InputManager_t9E534956EF45276E5D7E75B3EA03BF1AB0EC411F * V_1 = NULL; int32_t V_2 = 0; Nullable_1_t340361C8134256120F5769AC5A3F743DB6C11D1F V_3; memset((&V_3), 0, sizeof(V_3)); int64_t V_4 = 0; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { // var commandPtr = (InputDeviceCommand*)UnsafeUtility.AddressOf(ref command); SendBufferedHapticCommand_t1688B27533DAE28AEADD57A03DD1AF02A57B7194 * L_0 = ___command0; void* L_1; L_1 = il2cpp_codegen_unsafe_cast((SendBufferedHapticCommand_t1688B27533DAE28AEADD57A03DD1AF02A57B7194 *)(SendBufferedHapticCommand_t1688B27533DAE28AEADD57A03DD1AF02A57B7194 *)L_0); V_0 = (InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 *)L_1; // var manager = InputSystem.s_Manager; IL2CPP_RUNTIME_CLASS_INIT(InputSystem_tB2E105FFA04BBFEF25E381E9FBBE7DA78BB18380_il2cpp_TypeInfo_var); InputManager_t9E534956EF45276E5D7E75B3EA03BF1AB0EC411F * L_2 = ((InputSystem_tB2E105FFA04BBFEF25E381E9FBBE7DA78BB18380_StaticFields*)il2cpp_codegen_static_fields_for(InputSystem_tB2E105FFA04BBFEF25E381E9FBBE7DA78BB18380_il2cpp_TypeInfo_var))->get_s_Manager_2(); V_1 = (InputManager_t9E534956EF45276E5D7E75B3EA03BF1AB0EC411F *)L_2; // manager.m_DeviceCommandCallbacks.LockForChanges(); InputManager_t9E534956EF45276E5D7E75B3EA03BF1AB0EC411F * L_3 = V_1; NullCheck(L_3); CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 * L_4 = (CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 *)L_3->get_address_of_m_DeviceCommandCallbacks_19(); CallbackArray_1_LockForChanges_m4A298C04AAFA6DE526AF1ABC1B5D97F508A037DB((CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 *)(CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 *)L_4, /*hidden argument*/CallbackArray_1_LockForChanges_m4A298C04AAFA6DE526AF1ABC1B5D97F508A037DB_RuntimeMethod_var); // for (var i = 0; i < manager.m_DeviceCommandCallbacks.length; ++i) V_2 = (int32_t)0; goto IL_006c; } IL_001c: { } IL_001d: try { // begin try (depth: 1) { // var result = manager.m_DeviceCommandCallbacks[i](this, commandPtr); InputManager_t9E534956EF45276E5D7E75B3EA03BF1AB0EC411F * L_5 = V_1; NullCheck(L_5); CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 * L_6 = (CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 *)L_5->get_address_of_m_DeviceCommandCallbacks_19(); int32_t L_7 = V_2; InputDeviceCommandDelegate_t967EA90378916CA01FF68A0403468313659A1718 * L_8; L_8 = CallbackArray_1_get_Item_mBE3B0F1BEB4FA46BA6EE7794FB55EB9489AE9D2E((CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 *)(CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 *)L_6, (int32_t)L_7, /*hidden argument*/CallbackArray_1_get_Item_mBE3B0F1BEB4FA46BA6EE7794FB55EB9489AE9D2E_RuntimeMethod_var); InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 * L_9 = V_0; NullCheck((InputDeviceCommandDelegate_t967EA90378916CA01FF68A0403468313659A1718 *)L_8); Nullable_1_t340361C8134256120F5769AC5A3F743DB6C11D1F L_10; L_10 = InputDeviceCommandDelegate_Invoke_mC1F08D33A1E901A2F666170842BD24D602EBE661((InputDeviceCommandDelegate_t967EA90378916CA01FF68A0403468313659A1718 *)L_8, (InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 *)__this, (InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 *)(InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 *)L_9, /*hidden argument*/NULL); V_3 = (Nullable_1_t340361C8134256120F5769AC5A3F743DB6C11D1F )L_10; // if (result.HasValue) bool L_11; L_11 = Nullable_1_get_HasValue_m571187F546F4230B8576F169789831BFBA99B93F_inline((Nullable_1_t340361C8134256120F5769AC5A3F743DB6C11D1F *)(Nullable_1_t340361C8134256120F5769AC5A3F743DB6C11D1F *)(&V_3), /*hidden argument*/Nullable_1_get_HasValue_m571187F546F4230B8576F169789831BFBA99B93F_RuntimeMethod_var); if (!L_11) { goto IL_0045; } } IL_003a: { // return result.Value; int64_t L_12; L_12 = Nullable_1_get_Value_m50AA4ABD548771EE5E0C30724C9847B16C44F3DA((Nullable_1_t340361C8134256120F5769AC5A3F743DB6C11D1F *)(Nullable_1_t340361C8134256120F5769AC5A3F743DB6C11D1F *)(&V_3), /*hidden argument*/Nullable_1_get_Value_m50AA4ABD548771EE5E0C30724C9847B16C44F3DA_RuntimeMethod_var); V_4 = (int64_t)L_12; goto IL_0092; } IL_0045: { // } goto IL_0068; } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0047; } throw e; } CATCH_0047: { // begin catch(System.Exception) // Debug.LogError($"{exception.GetType().Name} while executing 'InputSystem.onDeviceCommand' callbacks"); Exception_t * L_13 = (Exception_t *)((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *)); NullCheck((Exception_t *)L_13); Type_t * L_14; L_14 = Exception_GetType_mC5B8B5C944B326B751282AB0E8C25A7F85457D9F((Exception_t *)L_13, /*hidden argument*/NULL); NullCheck((MemberInfo_t *)L_14); String_t* L_15; L_15 = VirtFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, (MemberInfo_t *)L_14); String_t* L_16; L_16 = String_Concat_m10758B01687A2181C8727AD9FD9CCF5325C61C2A((String_t*)L_15, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral4FF2E5380C393C82F526FABF2211C70C91FC5410)), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var))); Debug_LogError_m5952BCE5DC0EF798B31FA983B9CE42A5A1F82DE1((RuntimeObject *)L_16, /*hidden argument*/NULL); // Debug.LogException(exception); Debug_LogException_m418B8879895C54AF03169B53DAA24EE9067E3DC7((Exception_t *)L_13, /*hidden argument*/NULL); // } IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_0068; } // end catch (depth: 1) IL_0068: { // for (var i = 0; i < manager.m_DeviceCommandCallbacks.length; ++i) int32_t L_17 = V_2; V_2 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)1)); } IL_006c: { // for (var i = 0; i < manager.m_DeviceCommandCallbacks.length; ++i) int32_t L_18 = V_2; InputManager_t9E534956EF45276E5D7E75B3EA03BF1AB0EC411F * L_19 = V_1; NullCheck(L_19); CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 * L_20 = (CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 *)L_19->get_address_of_m_DeviceCommandCallbacks_19(); int32_t L_21; L_21 = CallbackArray_1_get_length_m964A1028AF4FB24BF73CB0F9B62D822A1086B128((CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 *)(CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 *)L_20, /*hidden argument*/CallbackArray_1_get_length_m964A1028AF4FB24BF73CB0F9B62D822A1086B128_RuntimeMethod_var); if ((((int32_t)L_18) < ((int32_t)L_21))) { goto IL_001c; } } { // manager.m_DeviceCommandCallbacks.UnlockForChanges(); InputManager_t9E534956EF45276E5D7E75B3EA03BF1AB0EC411F * L_22 = V_1; NullCheck(L_22); CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 * L_23 = (CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 *)L_22->get_address_of_m_DeviceCommandCallbacks_19(); CallbackArray_1_UnlockForChanges_m325FA0DE38513AADCC538A5BE4424C2A2325B6DC((CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 *)(CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 *)L_23, /*hidden argument*/CallbackArray_1_UnlockForChanges_m325FA0DE38513AADCC538A5BE4424C2A2325B6DC_RuntimeMethod_var); // return ExecuteCommand((InputDeviceCommand*)UnsafeUtility.AddressOf(ref command)); SendBufferedHapticCommand_t1688B27533DAE28AEADD57A03DD1AF02A57B7194 * L_24 = ___command0; void* L_25; L_25 = il2cpp_codegen_unsafe_cast((SendBufferedHapticCommand_t1688B27533DAE28AEADD57A03DD1AF02A57B7194 *)(SendBufferedHapticCommand_t1688B27533DAE28AEADD57A03DD1AF02A57B7194 *)L_24); NullCheck((InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 *)__this); int64_t L_26; L_26 = VirtFuncInvoker1< int64_t, InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 * >::Invoke(20 /* System.Int64 UnityEngine.InputSystem.InputDevice::ExecuteCommand(UnityEngine.InputSystem.LowLevel.InputDeviceCommand*) */, (InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 *)__this, (InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 *)(InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 *)L_25); return (int64_t)L_26; } IL_0092: { // } int64_t L_27 = V_4; return (int64_t)L_27; } } // System.Int64 UnityEngine.InputSystem.InputDevice::ExecuteCommand(TCommand&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t InputDevice_ExecuteCommand_TisSendHapticImpulseCommand_t996DE04913411FC71B26F283C6C408DB215E21FA_mAF405A850A66F7E854AB79E5D4FB7745D9A4CC07_gshared (InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * __this, SendHapticImpulseCommand_t996DE04913411FC71B26F283C6C408DB215E21FA * ___command0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CallbackArray_1_LockForChanges_m4A298C04AAFA6DE526AF1ABC1B5D97F508A037DB_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CallbackArray_1_UnlockForChanges_m325FA0DE38513AADCC538A5BE4424C2A2325B6DC_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CallbackArray_1_get_Item_mBE3B0F1BEB4FA46BA6EE7794FB55EB9489AE9D2E_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CallbackArray_1_get_length_m964A1028AF4FB24BF73CB0F9B62D822A1086B128_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputSystem_tB2E105FFA04BBFEF25E381E9FBBE7DA78BB18380_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_get_HasValue_m571187F546F4230B8576F169789831BFBA99B93F_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_get_Value_m50AA4ABD548771EE5E0C30724C9847B16C44F3DA_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 * V_0 = NULL; InputManager_t9E534956EF45276E5D7E75B3EA03BF1AB0EC411F * V_1 = NULL; int32_t V_2 = 0; Nullable_1_t340361C8134256120F5769AC5A3F743DB6C11D1F V_3; memset((&V_3), 0, sizeof(V_3)); int64_t V_4 = 0; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { // var commandPtr = (InputDeviceCommand*)UnsafeUtility.AddressOf(ref command); SendHapticImpulseCommand_t996DE04913411FC71B26F283C6C408DB215E21FA * L_0 = ___command0; void* L_1; L_1 = il2cpp_codegen_unsafe_cast((SendHapticImpulseCommand_t996DE04913411FC71B26F283C6C408DB215E21FA *)(SendHapticImpulseCommand_t996DE04913411FC71B26F283C6C408DB215E21FA *)L_0); V_0 = (InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 *)L_1; // var manager = InputSystem.s_Manager; IL2CPP_RUNTIME_CLASS_INIT(InputSystem_tB2E105FFA04BBFEF25E381E9FBBE7DA78BB18380_il2cpp_TypeInfo_var); InputManager_t9E534956EF45276E5D7E75B3EA03BF1AB0EC411F * L_2 = ((InputSystem_tB2E105FFA04BBFEF25E381E9FBBE7DA78BB18380_StaticFields*)il2cpp_codegen_static_fields_for(InputSystem_tB2E105FFA04BBFEF25E381E9FBBE7DA78BB18380_il2cpp_TypeInfo_var))->get_s_Manager_2(); V_1 = (InputManager_t9E534956EF45276E5D7E75B3EA03BF1AB0EC411F *)L_2; // manager.m_DeviceCommandCallbacks.LockForChanges(); InputManager_t9E534956EF45276E5D7E75B3EA03BF1AB0EC411F * L_3 = V_1; NullCheck(L_3); CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 * L_4 = (CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 *)L_3->get_address_of_m_DeviceCommandCallbacks_19(); CallbackArray_1_LockForChanges_m4A298C04AAFA6DE526AF1ABC1B5D97F508A037DB((CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 *)(CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 *)L_4, /*hidden argument*/CallbackArray_1_LockForChanges_m4A298C04AAFA6DE526AF1ABC1B5D97F508A037DB_RuntimeMethod_var); // for (var i = 0; i < manager.m_DeviceCommandCallbacks.length; ++i) V_2 = (int32_t)0; goto IL_006c; } IL_001c: { } IL_001d: try { // begin try (depth: 1) { // var result = manager.m_DeviceCommandCallbacks[i](this, commandPtr); InputManager_t9E534956EF45276E5D7E75B3EA03BF1AB0EC411F * L_5 = V_1; NullCheck(L_5); CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 * L_6 = (CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 *)L_5->get_address_of_m_DeviceCommandCallbacks_19(); int32_t L_7 = V_2; InputDeviceCommandDelegate_t967EA90378916CA01FF68A0403468313659A1718 * L_8; L_8 = CallbackArray_1_get_Item_mBE3B0F1BEB4FA46BA6EE7794FB55EB9489AE9D2E((CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 *)(CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 *)L_6, (int32_t)L_7, /*hidden argument*/CallbackArray_1_get_Item_mBE3B0F1BEB4FA46BA6EE7794FB55EB9489AE9D2E_RuntimeMethod_var); InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 * L_9 = V_0; NullCheck((InputDeviceCommandDelegate_t967EA90378916CA01FF68A0403468313659A1718 *)L_8); Nullable_1_t340361C8134256120F5769AC5A3F743DB6C11D1F L_10; L_10 = InputDeviceCommandDelegate_Invoke_mC1F08D33A1E901A2F666170842BD24D602EBE661((InputDeviceCommandDelegate_t967EA90378916CA01FF68A0403468313659A1718 *)L_8, (InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 *)__this, (InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 *)(InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 *)L_9, /*hidden argument*/NULL); V_3 = (Nullable_1_t340361C8134256120F5769AC5A3F743DB6C11D1F )L_10; // if (result.HasValue) bool L_11; L_11 = Nullable_1_get_HasValue_m571187F546F4230B8576F169789831BFBA99B93F_inline((Nullable_1_t340361C8134256120F5769AC5A3F743DB6C11D1F *)(Nullable_1_t340361C8134256120F5769AC5A3F743DB6C11D1F *)(&V_3), /*hidden argument*/Nullable_1_get_HasValue_m571187F546F4230B8576F169789831BFBA99B93F_RuntimeMethod_var); if (!L_11) { goto IL_0045; } } IL_003a: { // return result.Value; int64_t L_12; L_12 = Nullable_1_get_Value_m50AA4ABD548771EE5E0C30724C9847B16C44F3DA((Nullable_1_t340361C8134256120F5769AC5A3F743DB6C11D1F *)(Nullable_1_t340361C8134256120F5769AC5A3F743DB6C11D1F *)(&V_3), /*hidden argument*/Nullable_1_get_Value_m50AA4ABD548771EE5E0C30724C9847B16C44F3DA_RuntimeMethod_var); V_4 = (int64_t)L_12; goto IL_0092; } IL_0045: { // } goto IL_0068; } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0047; } throw e; } CATCH_0047: { // begin catch(System.Exception) // Debug.LogError($"{exception.GetType().Name} while executing 'InputSystem.onDeviceCommand' callbacks"); Exception_t * L_13 = (Exception_t *)((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *)); NullCheck((Exception_t *)L_13); Type_t * L_14; L_14 = Exception_GetType_mC5B8B5C944B326B751282AB0E8C25A7F85457D9F((Exception_t *)L_13, /*hidden argument*/NULL); NullCheck((MemberInfo_t *)L_14); String_t* L_15; L_15 = VirtFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, (MemberInfo_t *)L_14); String_t* L_16; L_16 = String_Concat_m10758B01687A2181C8727AD9FD9CCF5325C61C2A((String_t*)L_15, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral4FF2E5380C393C82F526FABF2211C70C91FC5410)), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var))); Debug_LogError_m5952BCE5DC0EF798B31FA983B9CE42A5A1F82DE1((RuntimeObject *)L_16, /*hidden argument*/NULL); // Debug.LogException(exception); Debug_LogException_m418B8879895C54AF03169B53DAA24EE9067E3DC7((Exception_t *)L_13, /*hidden argument*/NULL); // } IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_0068; } // end catch (depth: 1) IL_0068: { // for (var i = 0; i < manager.m_DeviceCommandCallbacks.length; ++i) int32_t L_17 = V_2; V_2 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)1)); } IL_006c: { // for (var i = 0; i < manager.m_DeviceCommandCallbacks.length; ++i) int32_t L_18 = V_2; InputManager_t9E534956EF45276E5D7E75B3EA03BF1AB0EC411F * L_19 = V_1; NullCheck(L_19); CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 * L_20 = (CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 *)L_19->get_address_of_m_DeviceCommandCallbacks_19(); int32_t L_21; L_21 = CallbackArray_1_get_length_m964A1028AF4FB24BF73CB0F9B62D822A1086B128((CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 *)(CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 *)L_20, /*hidden argument*/CallbackArray_1_get_length_m964A1028AF4FB24BF73CB0F9B62D822A1086B128_RuntimeMethod_var); if ((((int32_t)L_18) < ((int32_t)L_21))) { goto IL_001c; } } { // manager.m_DeviceCommandCallbacks.UnlockForChanges(); InputManager_t9E534956EF45276E5D7E75B3EA03BF1AB0EC411F * L_22 = V_1; NullCheck(L_22); CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 * L_23 = (CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 *)L_22->get_address_of_m_DeviceCommandCallbacks_19(); CallbackArray_1_UnlockForChanges_m325FA0DE38513AADCC538A5BE4424C2A2325B6DC((CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 *)(CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 *)L_23, /*hidden argument*/CallbackArray_1_UnlockForChanges_m325FA0DE38513AADCC538A5BE4424C2A2325B6DC_RuntimeMethod_var); // return ExecuteCommand((InputDeviceCommand*)UnsafeUtility.AddressOf(ref command)); SendHapticImpulseCommand_t996DE04913411FC71B26F283C6C408DB215E21FA * L_24 = ___command0; void* L_25; L_25 = il2cpp_codegen_unsafe_cast((SendHapticImpulseCommand_t996DE04913411FC71B26F283C6C408DB215E21FA *)(SendHapticImpulseCommand_t996DE04913411FC71B26F283C6C408DB215E21FA *)L_24); NullCheck((InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 *)__this); int64_t L_26; L_26 = VirtFuncInvoker1< int64_t, InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 * >::Invoke(20 /* System.Int64 UnityEngine.InputSystem.InputDevice::ExecuteCommand(UnityEngine.InputSystem.LowLevel.InputDeviceCommand*) */, (InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 *)__this, (InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 *)(InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 *)L_25); return (int64_t)L_26; } IL_0092: { // } int64_t L_27 = V_4; return (int64_t)L_27; } } // System.Int64 UnityEngine.InputSystem.InputDevice::ExecuteCommand(TCommand&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t InputDevice_ExecuteCommand_TisSetIMECursorPositionCommand_t6EFCA6B159DC5EAE661328FCEF99B03CEF72DA0C_m54DA8CD666CCD340A7656D115AC856E5F4C53F28_gshared (InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * __this, SetIMECursorPositionCommand_t6EFCA6B159DC5EAE661328FCEF99B03CEF72DA0C * ___command0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CallbackArray_1_LockForChanges_m4A298C04AAFA6DE526AF1ABC1B5D97F508A037DB_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CallbackArray_1_UnlockForChanges_m325FA0DE38513AADCC538A5BE4424C2A2325B6DC_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CallbackArray_1_get_Item_mBE3B0F1BEB4FA46BA6EE7794FB55EB9489AE9D2E_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CallbackArray_1_get_length_m964A1028AF4FB24BF73CB0F9B62D822A1086B128_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputSystem_tB2E105FFA04BBFEF25E381E9FBBE7DA78BB18380_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_get_HasValue_m571187F546F4230B8576F169789831BFBA99B93F_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_get_Value_m50AA4ABD548771EE5E0C30724C9847B16C44F3DA_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 * V_0 = NULL; InputManager_t9E534956EF45276E5D7E75B3EA03BF1AB0EC411F * V_1 = NULL; int32_t V_2 = 0; Nullable_1_t340361C8134256120F5769AC5A3F743DB6C11D1F V_3; memset((&V_3), 0, sizeof(V_3)); int64_t V_4 = 0; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { // var commandPtr = (InputDeviceCommand*)UnsafeUtility.AddressOf(ref command); SetIMECursorPositionCommand_t6EFCA6B159DC5EAE661328FCEF99B03CEF72DA0C * L_0 = ___command0; void* L_1; L_1 = il2cpp_codegen_unsafe_cast((SetIMECursorPositionCommand_t6EFCA6B159DC5EAE661328FCEF99B03CEF72DA0C *)(SetIMECursorPositionCommand_t6EFCA6B159DC5EAE661328FCEF99B03CEF72DA0C *)L_0); V_0 = (InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 *)L_1; // var manager = InputSystem.s_Manager; IL2CPP_RUNTIME_CLASS_INIT(InputSystem_tB2E105FFA04BBFEF25E381E9FBBE7DA78BB18380_il2cpp_TypeInfo_var); InputManager_t9E534956EF45276E5D7E75B3EA03BF1AB0EC411F * L_2 = ((InputSystem_tB2E105FFA04BBFEF25E381E9FBBE7DA78BB18380_StaticFields*)il2cpp_codegen_static_fields_for(InputSystem_tB2E105FFA04BBFEF25E381E9FBBE7DA78BB18380_il2cpp_TypeInfo_var))->get_s_Manager_2(); V_1 = (InputManager_t9E534956EF45276E5D7E75B3EA03BF1AB0EC411F *)L_2; // manager.m_DeviceCommandCallbacks.LockForChanges(); InputManager_t9E534956EF45276E5D7E75B3EA03BF1AB0EC411F * L_3 = V_1; NullCheck(L_3); CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 * L_4 = (CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 *)L_3->get_address_of_m_DeviceCommandCallbacks_19(); CallbackArray_1_LockForChanges_m4A298C04AAFA6DE526AF1ABC1B5D97F508A037DB((CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 *)(CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 *)L_4, /*hidden argument*/CallbackArray_1_LockForChanges_m4A298C04AAFA6DE526AF1ABC1B5D97F508A037DB_RuntimeMethod_var); // for (var i = 0; i < manager.m_DeviceCommandCallbacks.length; ++i) V_2 = (int32_t)0; goto IL_006c; } IL_001c: { } IL_001d: try { // begin try (depth: 1) { // var result = manager.m_DeviceCommandCallbacks[i](this, commandPtr); InputManager_t9E534956EF45276E5D7E75B3EA03BF1AB0EC411F * L_5 = V_1; NullCheck(L_5); CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 * L_6 = (CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 *)L_5->get_address_of_m_DeviceCommandCallbacks_19(); int32_t L_7 = V_2; InputDeviceCommandDelegate_t967EA90378916CA01FF68A0403468313659A1718 * L_8; L_8 = CallbackArray_1_get_Item_mBE3B0F1BEB4FA46BA6EE7794FB55EB9489AE9D2E((CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 *)(CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 *)L_6, (int32_t)L_7, /*hidden argument*/CallbackArray_1_get_Item_mBE3B0F1BEB4FA46BA6EE7794FB55EB9489AE9D2E_RuntimeMethod_var); InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 * L_9 = V_0; NullCheck((InputDeviceCommandDelegate_t967EA90378916CA01FF68A0403468313659A1718 *)L_8); Nullable_1_t340361C8134256120F5769AC5A3F743DB6C11D1F L_10; L_10 = InputDeviceCommandDelegate_Invoke_mC1F08D33A1E901A2F666170842BD24D602EBE661((InputDeviceCommandDelegate_t967EA90378916CA01FF68A0403468313659A1718 *)L_8, (InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 *)__this, (InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 *)(InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 *)L_9, /*hidden argument*/NULL); V_3 = (Nullable_1_t340361C8134256120F5769AC5A3F743DB6C11D1F )L_10; // if (result.HasValue) bool L_11; L_11 = Nullable_1_get_HasValue_m571187F546F4230B8576F169789831BFBA99B93F_inline((Nullable_1_t340361C8134256120F5769AC5A3F743DB6C11D1F *)(Nullable_1_t340361C8134256120F5769AC5A3F743DB6C11D1F *)(&V_3), /*hidden argument*/Nullable_1_get_HasValue_m571187F546F4230B8576F169789831BFBA99B93F_RuntimeMethod_var); if (!L_11) { goto IL_0045; } } IL_003a: { // return result.Value; int64_t L_12; L_12 = Nullable_1_get_Value_m50AA4ABD548771EE5E0C30724C9847B16C44F3DA((Nullable_1_t340361C8134256120F5769AC5A3F743DB6C11D1F *)(Nullable_1_t340361C8134256120F5769AC5A3F743DB6C11D1F *)(&V_3), /*hidden argument*/Nullable_1_get_Value_m50AA4ABD548771EE5E0C30724C9847B16C44F3DA_RuntimeMethod_var); V_4 = (int64_t)L_12; goto IL_0092; } IL_0045: { // } goto IL_0068; } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0047; } throw e; } CATCH_0047: { // begin catch(System.Exception) // Debug.LogError($"{exception.GetType().Name} while executing 'InputSystem.onDeviceCommand' callbacks"); Exception_t * L_13 = (Exception_t *)((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *)); NullCheck((Exception_t *)L_13); Type_t * L_14; L_14 = Exception_GetType_mC5B8B5C944B326B751282AB0E8C25A7F85457D9F((Exception_t *)L_13, /*hidden argument*/NULL); NullCheck((MemberInfo_t *)L_14); String_t* L_15; L_15 = VirtFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, (MemberInfo_t *)L_14); String_t* L_16; L_16 = String_Concat_m10758B01687A2181C8727AD9FD9CCF5325C61C2A((String_t*)L_15, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral4FF2E5380C393C82F526FABF2211C70C91FC5410)), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var))); Debug_LogError_m5952BCE5DC0EF798B31FA983B9CE42A5A1F82DE1((RuntimeObject *)L_16, /*hidden argument*/NULL); // Debug.LogException(exception); Debug_LogException_m418B8879895C54AF03169B53DAA24EE9067E3DC7((Exception_t *)L_13, /*hidden argument*/NULL); // } IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_0068; } // end catch (depth: 1) IL_0068: { // for (var i = 0; i < manager.m_DeviceCommandCallbacks.length; ++i) int32_t L_17 = V_2; V_2 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)1)); } IL_006c: { // for (var i = 0; i < manager.m_DeviceCommandCallbacks.length; ++i) int32_t L_18 = V_2; InputManager_t9E534956EF45276E5D7E75B3EA03BF1AB0EC411F * L_19 = V_1; NullCheck(L_19); CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 * L_20 = (CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 *)L_19->get_address_of_m_DeviceCommandCallbacks_19(); int32_t L_21; L_21 = CallbackArray_1_get_length_m964A1028AF4FB24BF73CB0F9B62D822A1086B128((CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 *)(CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 *)L_20, /*hidden argument*/CallbackArray_1_get_length_m964A1028AF4FB24BF73CB0F9B62D822A1086B128_RuntimeMethod_var); if ((((int32_t)L_18) < ((int32_t)L_21))) { goto IL_001c; } } { // manager.m_DeviceCommandCallbacks.UnlockForChanges(); InputManager_t9E534956EF45276E5D7E75B3EA03BF1AB0EC411F * L_22 = V_1; NullCheck(L_22); CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 * L_23 = (CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 *)L_22->get_address_of_m_DeviceCommandCallbacks_19(); CallbackArray_1_UnlockForChanges_m325FA0DE38513AADCC538A5BE4424C2A2325B6DC((CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 *)(CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 *)L_23, /*hidden argument*/CallbackArray_1_UnlockForChanges_m325FA0DE38513AADCC538A5BE4424C2A2325B6DC_RuntimeMethod_var); // return ExecuteCommand((InputDeviceCommand*)UnsafeUtility.AddressOf(ref command)); SetIMECursorPositionCommand_t6EFCA6B159DC5EAE661328FCEF99B03CEF72DA0C * L_24 = ___command0; void* L_25; L_25 = il2cpp_codegen_unsafe_cast((SetIMECursorPositionCommand_t6EFCA6B159DC5EAE661328FCEF99B03CEF72DA0C *)(SetIMECursorPositionCommand_t6EFCA6B159DC5EAE661328FCEF99B03CEF72DA0C *)L_24); NullCheck((InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 *)__this); int64_t L_26; L_26 = VirtFuncInvoker1< int64_t, InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 * >::Invoke(20 /* System.Int64 UnityEngine.InputSystem.InputDevice::ExecuteCommand(UnityEngine.InputSystem.LowLevel.InputDeviceCommand*) */, (InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 *)__this, (InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 *)(InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 *)L_25); return (int64_t)L_26; } IL_0092: { // } int64_t L_27 = V_4; return (int64_t)L_27; } } // System.Int64 UnityEngine.InputSystem.InputDevice::ExecuteCommand(TCommand&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t InputDevice_ExecuteCommand_TisSetSamplingFrequencyCommand_t210177BD07B3696F2196A59BCFE67AA75875D300_mDF10D9818CC69DE8C5AC9B6F634DFF76125C1BFD_gshared (InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * __this, SetSamplingFrequencyCommand_t210177BD07B3696F2196A59BCFE67AA75875D300 * ___command0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CallbackArray_1_LockForChanges_m4A298C04AAFA6DE526AF1ABC1B5D97F508A037DB_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CallbackArray_1_UnlockForChanges_m325FA0DE38513AADCC538A5BE4424C2A2325B6DC_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CallbackArray_1_get_Item_mBE3B0F1BEB4FA46BA6EE7794FB55EB9489AE9D2E_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CallbackArray_1_get_length_m964A1028AF4FB24BF73CB0F9B62D822A1086B128_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputSystem_tB2E105FFA04BBFEF25E381E9FBBE7DA78BB18380_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_get_HasValue_m571187F546F4230B8576F169789831BFBA99B93F_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_get_Value_m50AA4ABD548771EE5E0C30724C9847B16C44F3DA_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 * V_0 = NULL; InputManager_t9E534956EF45276E5D7E75B3EA03BF1AB0EC411F * V_1 = NULL; int32_t V_2 = 0; Nullable_1_t340361C8134256120F5769AC5A3F743DB6C11D1F V_3; memset((&V_3), 0, sizeof(V_3)); int64_t V_4 = 0; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { // var commandPtr = (InputDeviceCommand*)UnsafeUtility.AddressOf(ref command); SetSamplingFrequencyCommand_t210177BD07B3696F2196A59BCFE67AA75875D300 * L_0 = ___command0; void* L_1; L_1 = il2cpp_codegen_unsafe_cast((SetSamplingFrequencyCommand_t210177BD07B3696F2196A59BCFE67AA75875D300 *)(SetSamplingFrequencyCommand_t210177BD07B3696F2196A59BCFE67AA75875D300 *)L_0); V_0 = (InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 *)L_1; // var manager = InputSystem.s_Manager; IL2CPP_RUNTIME_CLASS_INIT(InputSystem_tB2E105FFA04BBFEF25E381E9FBBE7DA78BB18380_il2cpp_TypeInfo_var); InputManager_t9E534956EF45276E5D7E75B3EA03BF1AB0EC411F * L_2 = ((InputSystem_tB2E105FFA04BBFEF25E381E9FBBE7DA78BB18380_StaticFields*)il2cpp_codegen_static_fields_for(InputSystem_tB2E105FFA04BBFEF25E381E9FBBE7DA78BB18380_il2cpp_TypeInfo_var))->get_s_Manager_2(); V_1 = (InputManager_t9E534956EF45276E5D7E75B3EA03BF1AB0EC411F *)L_2; // manager.m_DeviceCommandCallbacks.LockForChanges(); InputManager_t9E534956EF45276E5D7E75B3EA03BF1AB0EC411F * L_3 = V_1; NullCheck(L_3); CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 * L_4 = (CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 *)L_3->get_address_of_m_DeviceCommandCallbacks_19(); CallbackArray_1_LockForChanges_m4A298C04AAFA6DE526AF1ABC1B5D97F508A037DB((CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 *)(CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 *)L_4, /*hidden argument*/CallbackArray_1_LockForChanges_m4A298C04AAFA6DE526AF1ABC1B5D97F508A037DB_RuntimeMethod_var); // for (var i = 0; i < manager.m_DeviceCommandCallbacks.length; ++i) V_2 = (int32_t)0; goto IL_006c; } IL_001c: { } IL_001d: try { // begin try (depth: 1) { // var result = manager.m_DeviceCommandCallbacks[i](this, commandPtr); InputManager_t9E534956EF45276E5D7E75B3EA03BF1AB0EC411F * L_5 = V_1; NullCheck(L_5); CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 * L_6 = (CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 *)L_5->get_address_of_m_DeviceCommandCallbacks_19(); int32_t L_7 = V_2; InputDeviceCommandDelegate_t967EA90378916CA01FF68A0403468313659A1718 * L_8; L_8 = CallbackArray_1_get_Item_mBE3B0F1BEB4FA46BA6EE7794FB55EB9489AE9D2E((CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 *)(CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 *)L_6, (int32_t)L_7, /*hidden argument*/CallbackArray_1_get_Item_mBE3B0F1BEB4FA46BA6EE7794FB55EB9489AE9D2E_RuntimeMethod_var); InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 * L_9 = V_0; NullCheck((InputDeviceCommandDelegate_t967EA90378916CA01FF68A0403468313659A1718 *)L_8); Nullable_1_t340361C8134256120F5769AC5A3F743DB6C11D1F L_10; L_10 = InputDeviceCommandDelegate_Invoke_mC1F08D33A1E901A2F666170842BD24D602EBE661((InputDeviceCommandDelegate_t967EA90378916CA01FF68A0403468313659A1718 *)L_8, (InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 *)__this, (InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 *)(InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 *)L_9, /*hidden argument*/NULL); V_3 = (Nullable_1_t340361C8134256120F5769AC5A3F743DB6C11D1F )L_10; // if (result.HasValue) bool L_11; L_11 = Nullable_1_get_HasValue_m571187F546F4230B8576F169789831BFBA99B93F_inline((Nullable_1_t340361C8134256120F5769AC5A3F743DB6C11D1F *)(Nullable_1_t340361C8134256120F5769AC5A3F743DB6C11D1F *)(&V_3), /*hidden argument*/Nullable_1_get_HasValue_m571187F546F4230B8576F169789831BFBA99B93F_RuntimeMethod_var); if (!L_11) { goto IL_0045; } } IL_003a: { // return result.Value; int64_t L_12; L_12 = Nullable_1_get_Value_m50AA4ABD548771EE5E0C30724C9847B16C44F3DA((Nullable_1_t340361C8134256120F5769AC5A3F743DB6C11D1F *)(Nullable_1_t340361C8134256120F5769AC5A3F743DB6C11D1F *)(&V_3), /*hidden argument*/Nullable_1_get_Value_m50AA4ABD548771EE5E0C30724C9847B16C44F3DA_RuntimeMethod_var); V_4 = (int64_t)L_12; goto IL_0092; } IL_0045: { // } goto IL_0068; } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0047; } throw e; } CATCH_0047: { // begin catch(System.Exception) // Debug.LogError($"{exception.GetType().Name} while executing 'InputSystem.onDeviceCommand' callbacks"); Exception_t * L_13 = (Exception_t *)((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *)); NullCheck((Exception_t *)L_13); Type_t * L_14; L_14 = Exception_GetType_mC5B8B5C944B326B751282AB0E8C25A7F85457D9F((Exception_t *)L_13, /*hidden argument*/NULL); NullCheck((MemberInfo_t *)L_14); String_t* L_15; L_15 = VirtFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, (MemberInfo_t *)L_14); String_t* L_16; L_16 = String_Concat_m10758B01687A2181C8727AD9FD9CCF5325C61C2A((String_t*)L_15, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral4FF2E5380C393C82F526FABF2211C70C91FC5410)), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var))); Debug_LogError_m5952BCE5DC0EF798B31FA983B9CE42A5A1F82DE1((RuntimeObject *)L_16, /*hidden argument*/NULL); // Debug.LogException(exception); Debug_LogException_m418B8879895C54AF03169B53DAA24EE9067E3DC7((Exception_t *)L_13, /*hidden argument*/NULL); // } IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_0068; } // end catch (depth: 1) IL_0068: { // for (var i = 0; i < manager.m_DeviceCommandCallbacks.length; ++i) int32_t L_17 = V_2; V_2 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)1)); } IL_006c: { // for (var i = 0; i < manager.m_DeviceCommandCallbacks.length; ++i) int32_t L_18 = V_2; InputManager_t9E534956EF45276E5D7E75B3EA03BF1AB0EC411F * L_19 = V_1; NullCheck(L_19); CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 * L_20 = (CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 *)L_19->get_address_of_m_DeviceCommandCallbacks_19(); int32_t L_21; L_21 = CallbackArray_1_get_length_m964A1028AF4FB24BF73CB0F9B62D822A1086B128((CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 *)(CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 *)L_20, /*hidden argument*/CallbackArray_1_get_length_m964A1028AF4FB24BF73CB0F9B62D822A1086B128_RuntimeMethod_var); if ((((int32_t)L_18) < ((int32_t)L_21))) { goto IL_001c; } } { // manager.m_DeviceCommandCallbacks.UnlockForChanges(); InputManager_t9E534956EF45276E5D7E75B3EA03BF1AB0EC411F * L_22 = V_1; NullCheck(L_22); CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 * L_23 = (CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 *)L_22->get_address_of_m_DeviceCommandCallbacks_19(); CallbackArray_1_UnlockForChanges_m325FA0DE38513AADCC538A5BE4424C2A2325B6DC((CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 *)(CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 *)L_23, /*hidden argument*/CallbackArray_1_UnlockForChanges_m325FA0DE38513AADCC538A5BE4424C2A2325B6DC_RuntimeMethod_var); // return ExecuteCommand((InputDeviceCommand*)UnsafeUtility.AddressOf(ref command)); SetSamplingFrequencyCommand_t210177BD07B3696F2196A59BCFE67AA75875D300 * L_24 = ___command0; void* L_25; L_25 = il2cpp_codegen_unsafe_cast((SetSamplingFrequencyCommand_t210177BD07B3696F2196A59BCFE67AA75875D300 *)(SetSamplingFrequencyCommand_t210177BD07B3696F2196A59BCFE67AA75875D300 *)L_24); NullCheck((InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 *)__this); int64_t L_26; L_26 = VirtFuncInvoker1< int64_t, InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 * >::Invoke(20 /* System.Int64 UnityEngine.InputSystem.InputDevice::ExecuteCommand(UnityEngine.InputSystem.LowLevel.InputDeviceCommand*) */, (InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 *)__this, (InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 *)(InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 *)L_25); return (int64_t)L_26; } IL_0092: { // } int64_t L_27 = V_4; return (int64_t)L_27; } } // System.Int64 UnityEngine.InputSystem.InputDevice::ExecuteCommand(TCommand&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t InputDevice_ExecuteCommand_TisWarpMousePositionCommand_t2910E0CEFD9555E1D4F31A7F50FA1E71387A08AA_m72F63C3EEBDF3D761C68620EFE47E3D059478090_gshared (InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * __this, WarpMousePositionCommand_t2910E0CEFD9555E1D4F31A7F50FA1E71387A08AA * ___command0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CallbackArray_1_LockForChanges_m4A298C04AAFA6DE526AF1ABC1B5D97F508A037DB_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CallbackArray_1_UnlockForChanges_m325FA0DE38513AADCC538A5BE4424C2A2325B6DC_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CallbackArray_1_get_Item_mBE3B0F1BEB4FA46BA6EE7794FB55EB9489AE9D2E_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CallbackArray_1_get_length_m964A1028AF4FB24BF73CB0F9B62D822A1086B128_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputSystem_tB2E105FFA04BBFEF25E381E9FBBE7DA78BB18380_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_get_HasValue_m571187F546F4230B8576F169789831BFBA99B93F_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_get_Value_m50AA4ABD548771EE5E0C30724C9847B16C44F3DA_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 * V_0 = NULL; InputManager_t9E534956EF45276E5D7E75B3EA03BF1AB0EC411F * V_1 = NULL; int32_t V_2 = 0; Nullable_1_t340361C8134256120F5769AC5A3F743DB6C11D1F V_3; memset((&V_3), 0, sizeof(V_3)); int64_t V_4 = 0; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { // var commandPtr = (InputDeviceCommand*)UnsafeUtility.AddressOf(ref command); WarpMousePositionCommand_t2910E0CEFD9555E1D4F31A7F50FA1E71387A08AA * L_0 = ___command0; void* L_1; L_1 = il2cpp_codegen_unsafe_cast((WarpMousePositionCommand_t2910E0CEFD9555E1D4F31A7F50FA1E71387A08AA *)(WarpMousePositionCommand_t2910E0CEFD9555E1D4F31A7F50FA1E71387A08AA *)L_0); V_0 = (InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 *)L_1; // var manager = InputSystem.s_Manager; IL2CPP_RUNTIME_CLASS_INIT(InputSystem_tB2E105FFA04BBFEF25E381E9FBBE7DA78BB18380_il2cpp_TypeInfo_var); InputManager_t9E534956EF45276E5D7E75B3EA03BF1AB0EC411F * L_2 = ((InputSystem_tB2E105FFA04BBFEF25E381E9FBBE7DA78BB18380_StaticFields*)il2cpp_codegen_static_fields_for(InputSystem_tB2E105FFA04BBFEF25E381E9FBBE7DA78BB18380_il2cpp_TypeInfo_var))->get_s_Manager_2(); V_1 = (InputManager_t9E534956EF45276E5D7E75B3EA03BF1AB0EC411F *)L_2; // manager.m_DeviceCommandCallbacks.LockForChanges(); InputManager_t9E534956EF45276E5D7E75B3EA03BF1AB0EC411F * L_3 = V_1; NullCheck(L_3); CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 * L_4 = (CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 *)L_3->get_address_of_m_DeviceCommandCallbacks_19(); CallbackArray_1_LockForChanges_m4A298C04AAFA6DE526AF1ABC1B5D97F508A037DB((CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 *)(CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 *)L_4, /*hidden argument*/CallbackArray_1_LockForChanges_m4A298C04AAFA6DE526AF1ABC1B5D97F508A037DB_RuntimeMethod_var); // for (var i = 0; i < manager.m_DeviceCommandCallbacks.length; ++i) V_2 = (int32_t)0; goto IL_006c; } IL_001c: { } IL_001d: try { // begin try (depth: 1) { // var result = manager.m_DeviceCommandCallbacks[i](this, commandPtr); InputManager_t9E534956EF45276E5D7E75B3EA03BF1AB0EC411F * L_5 = V_1; NullCheck(L_5); CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 * L_6 = (CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 *)L_5->get_address_of_m_DeviceCommandCallbacks_19(); int32_t L_7 = V_2; InputDeviceCommandDelegate_t967EA90378916CA01FF68A0403468313659A1718 * L_8; L_8 = CallbackArray_1_get_Item_mBE3B0F1BEB4FA46BA6EE7794FB55EB9489AE9D2E((CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 *)(CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 *)L_6, (int32_t)L_7, /*hidden argument*/CallbackArray_1_get_Item_mBE3B0F1BEB4FA46BA6EE7794FB55EB9489AE9D2E_RuntimeMethod_var); InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 * L_9 = V_0; NullCheck((InputDeviceCommandDelegate_t967EA90378916CA01FF68A0403468313659A1718 *)L_8); Nullable_1_t340361C8134256120F5769AC5A3F743DB6C11D1F L_10; L_10 = InputDeviceCommandDelegate_Invoke_mC1F08D33A1E901A2F666170842BD24D602EBE661((InputDeviceCommandDelegate_t967EA90378916CA01FF68A0403468313659A1718 *)L_8, (InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 *)__this, (InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 *)(InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 *)L_9, /*hidden argument*/NULL); V_3 = (Nullable_1_t340361C8134256120F5769AC5A3F743DB6C11D1F )L_10; // if (result.HasValue) bool L_11; L_11 = Nullable_1_get_HasValue_m571187F546F4230B8576F169789831BFBA99B93F_inline((Nullable_1_t340361C8134256120F5769AC5A3F743DB6C11D1F *)(Nullable_1_t340361C8134256120F5769AC5A3F743DB6C11D1F *)(&V_3), /*hidden argument*/Nullable_1_get_HasValue_m571187F546F4230B8576F169789831BFBA99B93F_RuntimeMethod_var); if (!L_11) { goto IL_0045; } } IL_003a: { // return result.Value; int64_t L_12; L_12 = Nullable_1_get_Value_m50AA4ABD548771EE5E0C30724C9847B16C44F3DA((Nullable_1_t340361C8134256120F5769AC5A3F743DB6C11D1F *)(Nullable_1_t340361C8134256120F5769AC5A3F743DB6C11D1F *)(&V_3), /*hidden argument*/Nullable_1_get_Value_m50AA4ABD548771EE5E0C30724C9847B16C44F3DA_RuntimeMethod_var); V_4 = (int64_t)L_12; goto IL_0092; } IL_0045: { // } goto IL_0068; } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0047; } throw e; } CATCH_0047: { // begin catch(System.Exception) // Debug.LogError($"{exception.GetType().Name} while executing 'InputSystem.onDeviceCommand' callbacks"); Exception_t * L_13 = (Exception_t *)((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *)); NullCheck((Exception_t *)L_13); Type_t * L_14; L_14 = Exception_GetType_mC5B8B5C944B326B751282AB0E8C25A7F85457D9F((Exception_t *)L_13, /*hidden argument*/NULL); NullCheck((MemberInfo_t *)L_14); String_t* L_15; L_15 = VirtFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, (MemberInfo_t *)L_14); String_t* L_16; L_16 = String_Concat_m10758B01687A2181C8727AD9FD9CCF5325C61C2A((String_t*)L_15, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral4FF2E5380C393C82F526FABF2211C70C91FC5410)), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var))); Debug_LogError_m5952BCE5DC0EF798B31FA983B9CE42A5A1F82DE1((RuntimeObject *)L_16, /*hidden argument*/NULL); // Debug.LogException(exception); Debug_LogException_m418B8879895C54AF03169B53DAA24EE9067E3DC7((Exception_t *)L_13, /*hidden argument*/NULL); // } IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_0068; } // end catch (depth: 1) IL_0068: { // for (var i = 0; i < manager.m_DeviceCommandCallbacks.length; ++i) int32_t L_17 = V_2; V_2 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)1)); } IL_006c: { // for (var i = 0; i < manager.m_DeviceCommandCallbacks.length; ++i) int32_t L_18 = V_2; InputManager_t9E534956EF45276E5D7E75B3EA03BF1AB0EC411F * L_19 = V_1; NullCheck(L_19); CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 * L_20 = (CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 *)L_19->get_address_of_m_DeviceCommandCallbacks_19(); int32_t L_21; L_21 = CallbackArray_1_get_length_m964A1028AF4FB24BF73CB0F9B62D822A1086B128((CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 *)(CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 *)L_20, /*hidden argument*/CallbackArray_1_get_length_m964A1028AF4FB24BF73CB0F9B62D822A1086B128_RuntimeMethod_var); if ((((int32_t)L_18) < ((int32_t)L_21))) { goto IL_001c; } } { // manager.m_DeviceCommandCallbacks.UnlockForChanges(); InputManager_t9E534956EF45276E5D7E75B3EA03BF1AB0EC411F * L_22 = V_1; NullCheck(L_22); CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 * L_23 = (CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 *)L_22->get_address_of_m_DeviceCommandCallbacks_19(); CallbackArray_1_UnlockForChanges_m325FA0DE38513AADCC538A5BE4424C2A2325B6DC((CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 *)(CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 *)L_23, /*hidden argument*/CallbackArray_1_UnlockForChanges_m325FA0DE38513AADCC538A5BE4424C2A2325B6DC_RuntimeMethod_var); // return ExecuteCommand((InputDeviceCommand*)UnsafeUtility.AddressOf(ref command)); WarpMousePositionCommand_t2910E0CEFD9555E1D4F31A7F50FA1E71387A08AA * L_24 = ___command0; void* L_25; L_25 = il2cpp_codegen_unsafe_cast((WarpMousePositionCommand_t2910E0CEFD9555E1D4F31A7F50FA1E71387A08AA *)(WarpMousePositionCommand_t2910E0CEFD9555E1D4F31A7F50FA1E71387A08AA *)L_24); NullCheck((InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 *)__this); int64_t L_26; L_26 = VirtFuncInvoker1< int64_t, InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 * >::Invoke(20 /* System.Int64 UnityEngine.InputSystem.InputDevice::ExecuteCommand(UnityEngine.InputSystem.LowLevel.InputDeviceCommand*) */, (InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 *)__this, (InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 *)(InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 *)L_25); return (int64_t)L_26; } IL_0092: { // } int64_t L_27 = V_4; return (int64_t)L_27; } } // System.Int64 UnityEngine.InputSystem.InputDevice::ExecuteCommand(TCommand&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t InputDevice_ExecuteCommand_TisGetInternalDeviceIdCommand_tDABB67AE984187CD7533AD65FBF96F9587004A98_mEEFCB6F25C6B9FEA11D3FCD552116D352805B989_gshared (InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * __this, GetInternalDeviceIdCommand_tDABB67AE984187CD7533AD65FBF96F9587004A98 * ___command0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CallbackArray_1_LockForChanges_m4A298C04AAFA6DE526AF1ABC1B5D97F508A037DB_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CallbackArray_1_UnlockForChanges_m325FA0DE38513AADCC538A5BE4424C2A2325B6DC_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CallbackArray_1_get_Item_mBE3B0F1BEB4FA46BA6EE7794FB55EB9489AE9D2E_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CallbackArray_1_get_length_m964A1028AF4FB24BF73CB0F9B62D822A1086B128_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputSystem_tB2E105FFA04BBFEF25E381E9FBBE7DA78BB18380_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_get_HasValue_m571187F546F4230B8576F169789831BFBA99B93F_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_get_Value_m50AA4ABD548771EE5E0C30724C9847B16C44F3DA_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 * V_0 = NULL; InputManager_t9E534956EF45276E5D7E75B3EA03BF1AB0EC411F * V_1 = NULL; int32_t V_2 = 0; Nullable_1_t340361C8134256120F5769AC5A3F743DB6C11D1F V_3; memset((&V_3), 0, sizeof(V_3)); int64_t V_4 = 0; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { // var commandPtr = (InputDeviceCommand*)UnsafeUtility.AddressOf(ref command); GetInternalDeviceIdCommand_tDABB67AE984187CD7533AD65FBF96F9587004A98 * L_0 = ___command0; void* L_1; L_1 = il2cpp_codegen_unsafe_cast((GetInternalDeviceIdCommand_tDABB67AE984187CD7533AD65FBF96F9587004A98 *)(GetInternalDeviceIdCommand_tDABB67AE984187CD7533AD65FBF96F9587004A98 *)L_0); V_0 = (InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 *)L_1; // var manager = InputSystem.s_Manager; IL2CPP_RUNTIME_CLASS_INIT(InputSystem_tB2E105FFA04BBFEF25E381E9FBBE7DA78BB18380_il2cpp_TypeInfo_var); InputManager_t9E534956EF45276E5D7E75B3EA03BF1AB0EC411F * L_2 = ((InputSystem_tB2E105FFA04BBFEF25E381E9FBBE7DA78BB18380_StaticFields*)il2cpp_codegen_static_fields_for(InputSystem_tB2E105FFA04BBFEF25E381E9FBBE7DA78BB18380_il2cpp_TypeInfo_var))->get_s_Manager_2(); V_1 = (InputManager_t9E534956EF45276E5D7E75B3EA03BF1AB0EC411F *)L_2; // manager.m_DeviceCommandCallbacks.LockForChanges(); InputManager_t9E534956EF45276E5D7E75B3EA03BF1AB0EC411F * L_3 = V_1; NullCheck(L_3); CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 * L_4 = (CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 *)L_3->get_address_of_m_DeviceCommandCallbacks_19(); CallbackArray_1_LockForChanges_m4A298C04AAFA6DE526AF1ABC1B5D97F508A037DB((CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 *)(CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 *)L_4, /*hidden argument*/CallbackArray_1_LockForChanges_m4A298C04AAFA6DE526AF1ABC1B5D97F508A037DB_RuntimeMethod_var); // for (var i = 0; i < manager.m_DeviceCommandCallbacks.length; ++i) V_2 = (int32_t)0; goto IL_006c; } IL_001c: { } IL_001d: try { // begin try (depth: 1) { // var result = manager.m_DeviceCommandCallbacks[i](this, commandPtr); InputManager_t9E534956EF45276E5D7E75B3EA03BF1AB0EC411F * L_5 = V_1; NullCheck(L_5); CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 * L_6 = (CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 *)L_5->get_address_of_m_DeviceCommandCallbacks_19(); int32_t L_7 = V_2; InputDeviceCommandDelegate_t967EA90378916CA01FF68A0403468313659A1718 * L_8; L_8 = CallbackArray_1_get_Item_mBE3B0F1BEB4FA46BA6EE7794FB55EB9489AE9D2E((CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 *)(CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 *)L_6, (int32_t)L_7, /*hidden argument*/CallbackArray_1_get_Item_mBE3B0F1BEB4FA46BA6EE7794FB55EB9489AE9D2E_RuntimeMethod_var); InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 * L_9 = V_0; NullCheck((InputDeviceCommandDelegate_t967EA90378916CA01FF68A0403468313659A1718 *)L_8); Nullable_1_t340361C8134256120F5769AC5A3F743DB6C11D1F L_10; L_10 = InputDeviceCommandDelegate_Invoke_mC1F08D33A1E901A2F666170842BD24D602EBE661((InputDeviceCommandDelegate_t967EA90378916CA01FF68A0403468313659A1718 *)L_8, (InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 *)__this, (InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 *)(InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 *)L_9, /*hidden argument*/NULL); V_3 = (Nullable_1_t340361C8134256120F5769AC5A3F743DB6C11D1F )L_10; // if (result.HasValue) bool L_11; L_11 = Nullable_1_get_HasValue_m571187F546F4230B8576F169789831BFBA99B93F_inline((Nullable_1_t340361C8134256120F5769AC5A3F743DB6C11D1F *)(Nullable_1_t340361C8134256120F5769AC5A3F743DB6C11D1F *)(&V_3), /*hidden argument*/Nullable_1_get_HasValue_m571187F546F4230B8576F169789831BFBA99B93F_RuntimeMethod_var); if (!L_11) { goto IL_0045; } } IL_003a: { // return result.Value; int64_t L_12; L_12 = Nullable_1_get_Value_m50AA4ABD548771EE5E0C30724C9847B16C44F3DA((Nullable_1_t340361C8134256120F5769AC5A3F743DB6C11D1F *)(Nullable_1_t340361C8134256120F5769AC5A3F743DB6C11D1F *)(&V_3), /*hidden argument*/Nullable_1_get_Value_m50AA4ABD548771EE5E0C30724C9847B16C44F3DA_RuntimeMethod_var); V_4 = (int64_t)L_12; goto IL_0092; } IL_0045: { // } goto IL_0068; } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0047; } throw e; } CATCH_0047: { // begin catch(System.Exception) // Debug.LogError($"{exception.GetType().Name} while executing 'InputSystem.onDeviceCommand' callbacks"); Exception_t * L_13 = (Exception_t *)((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *)); NullCheck((Exception_t *)L_13); Type_t * L_14; L_14 = Exception_GetType_mC5B8B5C944B326B751282AB0E8C25A7F85457D9F((Exception_t *)L_13, /*hidden argument*/NULL); NullCheck((MemberInfo_t *)L_14); String_t* L_15; L_15 = VirtFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, (MemberInfo_t *)L_14); String_t* L_16; L_16 = String_Concat_m10758B01687A2181C8727AD9FD9CCF5325C61C2A((String_t*)L_15, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral4FF2E5380C393C82F526FABF2211C70C91FC5410)), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var))); Debug_LogError_m5952BCE5DC0EF798B31FA983B9CE42A5A1F82DE1((RuntimeObject *)L_16, /*hidden argument*/NULL); // Debug.LogException(exception); Debug_LogException_m418B8879895C54AF03169B53DAA24EE9067E3DC7((Exception_t *)L_13, /*hidden argument*/NULL); // } IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_0068; } // end catch (depth: 1) IL_0068: { // for (var i = 0; i < manager.m_DeviceCommandCallbacks.length; ++i) int32_t L_17 = V_2; V_2 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)1)); } IL_006c: { // for (var i = 0; i < manager.m_DeviceCommandCallbacks.length; ++i) int32_t L_18 = V_2; InputManager_t9E534956EF45276E5D7E75B3EA03BF1AB0EC411F * L_19 = V_1; NullCheck(L_19); CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 * L_20 = (CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 *)L_19->get_address_of_m_DeviceCommandCallbacks_19(); int32_t L_21; L_21 = CallbackArray_1_get_length_m964A1028AF4FB24BF73CB0F9B62D822A1086B128((CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 *)(CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 *)L_20, /*hidden argument*/CallbackArray_1_get_length_m964A1028AF4FB24BF73CB0F9B62D822A1086B128_RuntimeMethod_var); if ((((int32_t)L_18) < ((int32_t)L_21))) { goto IL_001c; } } { // manager.m_DeviceCommandCallbacks.UnlockForChanges(); InputManager_t9E534956EF45276E5D7E75B3EA03BF1AB0EC411F * L_22 = V_1; NullCheck(L_22); CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 * L_23 = (CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 *)L_22->get_address_of_m_DeviceCommandCallbacks_19(); CallbackArray_1_UnlockForChanges_m325FA0DE38513AADCC538A5BE4424C2A2325B6DC((CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 *)(CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 *)L_23, /*hidden argument*/CallbackArray_1_UnlockForChanges_m325FA0DE38513AADCC538A5BE4424C2A2325B6DC_RuntimeMethod_var); // return ExecuteCommand((InputDeviceCommand*)UnsafeUtility.AddressOf(ref command)); GetInternalDeviceIdCommand_tDABB67AE984187CD7533AD65FBF96F9587004A98 * L_24 = ___command0; void* L_25; L_25 = il2cpp_codegen_unsafe_cast((GetInternalDeviceIdCommand_tDABB67AE984187CD7533AD65FBF96F9587004A98 *)(GetInternalDeviceIdCommand_tDABB67AE984187CD7533AD65FBF96F9587004A98 *)L_24); NullCheck((InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 *)__this); int64_t L_26; L_26 = VirtFuncInvoker1< int64_t, InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 * >::Invoke(20 /* System.Int64 UnityEngine.InputSystem.InputDevice::ExecuteCommand(UnityEngine.InputSystem.LowLevel.InputDeviceCommand*) */, (InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 *)__this, (InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 *)(InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 *)L_25); return (int64_t)L_26; } IL_0092: { // } int64_t L_27 = V_4; return (int64_t)L_27; } } // System.Int64 UnityEngine.InputSystem.InputDevice::ExecuteCommand(TCommand&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t InputDevice_ExecuteCommand_TisSwitchMagicOutputHIDBluetooth_tFDED19752AA32181E67ECF8E602390B891122571_m5FB15D78D59B9A00227DE743F9CBA7F1CA419A66_gshared (InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * __this, SwitchMagicOutputHIDBluetooth_tFDED19752AA32181E67ECF8E602390B891122571 * ___command0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CallbackArray_1_LockForChanges_m4A298C04AAFA6DE526AF1ABC1B5D97F508A037DB_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CallbackArray_1_UnlockForChanges_m325FA0DE38513AADCC538A5BE4424C2A2325B6DC_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CallbackArray_1_get_Item_mBE3B0F1BEB4FA46BA6EE7794FB55EB9489AE9D2E_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CallbackArray_1_get_length_m964A1028AF4FB24BF73CB0F9B62D822A1086B128_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputSystem_tB2E105FFA04BBFEF25E381E9FBBE7DA78BB18380_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_get_HasValue_m571187F546F4230B8576F169789831BFBA99B93F_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_get_Value_m50AA4ABD548771EE5E0C30724C9847B16C44F3DA_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 * V_0 = NULL; InputManager_t9E534956EF45276E5D7E75B3EA03BF1AB0EC411F * V_1 = NULL; int32_t V_2 = 0; Nullable_1_t340361C8134256120F5769AC5A3F743DB6C11D1F V_3; memset((&V_3), 0, sizeof(V_3)); int64_t V_4 = 0; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { // var commandPtr = (InputDeviceCommand*)UnsafeUtility.AddressOf(ref command); SwitchMagicOutputHIDBluetooth_tFDED19752AA32181E67ECF8E602390B891122571 * L_0 = ___command0; void* L_1; L_1 = il2cpp_codegen_unsafe_cast((SwitchMagicOutputHIDBluetooth_tFDED19752AA32181E67ECF8E602390B891122571 *)(SwitchMagicOutputHIDBluetooth_tFDED19752AA32181E67ECF8E602390B891122571 *)L_0); V_0 = (InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 *)L_1; // var manager = InputSystem.s_Manager; IL2CPP_RUNTIME_CLASS_INIT(InputSystem_tB2E105FFA04BBFEF25E381E9FBBE7DA78BB18380_il2cpp_TypeInfo_var); InputManager_t9E534956EF45276E5D7E75B3EA03BF1AB0EC411F * L_2 = ((InputSystem_tB2E105FFA04BBFEF25E381E9FBBE7DA78BB18380_StaticFields*)il2cpp_codegen_static_fields_for(InputSystem_tB2E105FFA04BBFEF25E381E9FBBE7DA78BB18380_il2cpp_TypeInfo_var))->get_s_Manager_2(); V_1 = (InputManager_t9E534956EF45276E5D7E75B3EA03BF1AB0EC411F *)L_2; // manager.m_DeviceCommandCallbacks.LockForChanges(); InputManager_t9E534956EF45276E5D7E75B3EA03BF1AB0EC411F * L_3 = V_1; NullCheck(L_3); CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 * L_4 = (CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 *)L_3->get_address_of_m_DeviceCommandCallbacks_19(); CallbackArray_1_LockForChanges_m4A298C04AAFA6DE526AF1ABC1B5D97F508A037DB((CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 *)(CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 *)L_4, /*hidden argument*/CallbackArray_1_LockForChanges_m4A298C04AAFA6DE526AF1ABC1B5D97F508A037DB_RuntimeMethod_var); // for (var i = 0; i < manager.m_DeviceCommandCallbacks.length; ++i) V_2 = (int32_t)0; goto IL_006c; } IL_001c: { } IL_001d: try { // begin try (depth: 1) { // var result = manager.m_DeviceCommandCallbacks[i](this, commandPtr); InputManager_t9E534956EF45276E5D7E75B3EA03BF1AB0EC411F * L_5 = V_1; NullCheck(L_5); CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 * L_6 = (CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 *)L_5->get_address_of_m_DeviceCommandCallbacks_19(); int32_t L_7 = V_2; InputDeviceCommandDelegate_t967EA90378916CA01FF68A0403468313659A1718 * L_8; L_8 = CallbackArray_1_get_Item_mBE3B0F1BEB4FA46BA6EE7794FB55EB9489AE9D2E((CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 *)(CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 *)L_6, (int32_t)L_7, /*hidden argument*/CallbackArray_1_get_Item_mBE3B0F1BEB4FA46BA6EE7794FB55EB9489AE9D2E_RuntimeMethod_var); InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 * L_9 = V_0; NullCheck((InputDeviceCommandDelegate_t967EA90378916CA01FF68A0403468313659A1718 *)L_8); Nullable_1_t340361C8134256120F5769AC5A3F743DB6C11D1F L_10; L_10 = InputDeviceCommandDelegate_Invoke_mC1F08D33A1E901A2F666170842BD24D602EBE661((InputDeviceCommandDelegate_t967EA90378916CA01FF68A0403468313659A1718 *)L_8, (InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 *)__this, (InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 *)(InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 *)L_9, /*hidden argument*/NULL); V_3 = (Nullable_1_t340361C8134256120F5769AC5A3F743DB6C11D1F )L_10; // if (result.HasValue) bool L_11; L_11 = Nullable_1_get_HasValue_m571187F546F4230B8576F169789831BFBA99B93F_inline((Nullable_1_t340361C8134256120F5769AC5A3F743DB6C11D1F *)(Nullable_1_t340361C8134256120F5769AC5A3F743DB6C11D1F *)(&V_3), /*hidden argument*/Nullable_1_get_HasValue_m571187F546F4230B8576F169789831BFBA99B93F_RuntimeMethod_var); if (!L_11) { goto IL_0045; } } IL_003a: { // return result.Value; int64_t L_12; L_12 = Nullable_1_get_Value_m50AA4ABD548771EE5E0C30724C9847B16C44F3DA((Nullable_1_t340361C8134256120F5769AC5A3F743DB6C11D1F *)(Nullable_1_t340361C8134256120F5769AC5A3F743DB6C11D1F *)(&V_3), /*hidden argument*/Nullable_1_get_Value_m50AA4ABD548771EE5E0C30724C9847B16C44F3DA_RuntimeMethod_var); V_4 = (int64_t)L_12; goto IL_0092; } IL_0045: { // } goto IL_0068; } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0047; } throw e; } CATCH_0047: { // begin catch(System.Exception) // Debug.LogError($"{exception.GetType().Name} while executing 'InputSystem.onDeviceCommand' callbacks"); Exception_t * L_13 = (Exception_t *)((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *)); NullCheck((Exception_t *)L_13); Type_t * L_14; L_14 = Exception_GetType_mC5B8B5C944B326B751282AB0E8C25A7F85457D9F((Exception_t *)L_13, /*hidden argument*/NULL); NullCheck((MemberInfo_t *)L_14); String_t* L_15; L_15 = VirtFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, (MemberInfo_t *)L_14); String_t* L_16; L_16 = String_Concat_m10758B01687A2181C8727AD9FD9CCF5325C61C2A((String_t*)L_15, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral4FF2E5380C393C82F526FABF2211C70C91FC5410)), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var))); Debug_LogError_m5952BCE5DC0EF798B31FA983B9CE42A5A1F82DE1((RuntimeObject *)L_16, /*hidden argument*/NULL); // Debug.LogException(exception); Debug_LogException_m418B8879895C54AF03169B53DAA24EE9067E3DC7((Exception_t *)L_13, /*hidden argument*/NULL); // } IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_0068; } // end catch (depth: 1) IL_0068: { // for (var i = 0; i < manager.m_DeviceCommandCallbacks.length; ++i) int32_t L_17 = V_2; V_2 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)1)); } IL_006c: { // for (var i = 0; i < manager.m_DeviceCommandCallbacks.length; ++i) int32_t L_18 = V_2; InputManager_t9E534956EF45276E5D7E75B3EA03BF1AB0EC411F * L_19 = V_1; NullCheck(L_19); CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 * L_20 = (CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 *)L_19->get_address_of_m_DeviceCommandCallbacks_19(); int32_t L_21; L_21 = CallbackArray_1_get_length_m964A1028AF4FB24BF73CB0F9B62D822A1086B128((CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 *)(CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 *)L_20, /*hidden argument*/CallbackArray_1_get_length_m964A1028AF4FB24BF73CB0F9B62D822A1086B128_RuntimeMethod_var); if ((((int32_t)L_18) < ((int32_t)L_21))) { goto IL_001c; } } { // manager.m_DeviceCommandCallbacks.UnlockForChanges(); InputManager_t9E534956EF45276E5D7E75B3EA03BF1AB0EC411F * L_22 = V_1; NullCheck(L_22); CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 * L_23 = (CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 *)L_22->get_address_of_m_DeviceCommandCallbacks_19(); CallbackArray_1_UnlockForChanges_m325FA0DE38513AADCC538A5BE4424C2A2325B6DC((CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 *)(CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 *)L_23, /*hidden argument*/CallbackArray_1_UnlockForChanges_m325FA0DE38513AADCC538A5BE4424C2A2325B6DC_RuntimeMethod_var); // return ExecuteCommand((InputDeviceCommand*)UnsafeUtility.AddressOf(ref command)); SwitchMagicOutputHIDBluetooth_tFDED19752AA32181E67ECF8E602390B891122571 * L_24 = ___command0; void* L_25; L_25 = il2cpp_codegen_unsafe_cast((SwitchMagicOutputHIDBluetooth_tFDED19752AA32181E67ECF8E602390B891122571 *)(SwitchMagicOutputHIDBluetooth_tFDED19752AA32181E67ECF8E602390B891122571 *)L_24); NullCheck((InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 *)__this); int64_t L_26; L_26 = VirtFuncInvoker1< int64_t, InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 * >::Invoke(20 /* System.Int64 UnityEngine.InputSystem.InputDevice::ExecuteCommand(UnityEngine.InputSystem.LowLevel.InputDeviceCommand*) */, (InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 *)__this, (InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 *)(InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 *)L_25); return (int64_t)L_26; } IL_0092: { // } int64_t L_27 = V_4; return (int64_t)L_27; } } // System.Int64 UnityEngine.InputSystem.InputDevice::ExecuteCommand(TCommand&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t InputDevice_ExecuteCommand_TisSwitchMagicOutputHIDUSB_t74FF5B9D62E7D514212921F7F609CCD5684EBC98_mF91C80886E13E98AFF39BB78361BE677406EBF8F_gshared (InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * __this, SwitchMagicOutputHIDUSB_t74FF5B9D62E7D514212921F7F609CCD5684EBC98 * ___command0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CallbackArray_1_LockForChanges_m4A298C04AAFA6DE526AF1ABC1B5D97F508A037DB_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CallbackArray_1_UnlockForChanges_m325FA0DE38513AADCC538A5BE4424C2A2325B6DC_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CallbackArray_1_get_Item_mBE3B0F1BEB4FA46BA6EE7794FB55EB9489AE9D2E_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CallbackArray_1_get_length_m964A1028AF4FB24BF73CB0F9B62D822A1086B128_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputSystem_tB2E105FFA04BBFEF25E381E9FBBE7DA78BB18380_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_get_HasValue_m571187F546F4230B8576F169789831BFBA99B93F_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_get_Value_m50AA4ABD548771EE5E0C30724C9847B16C44F3DA_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 * V_0 = NULL; InputManager_t9E534956EF45276E5D7E75B3EA03BF1AB0EC411F * V_1 = NULL; int32_t V_2 = 0; Nullable_1_t340361C8134256120F5769AC5A3F743DB6C11D1F V_3; memset((&V_3), 0, sizeof(V_3)); int64_t V_4 = 0; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { // var commandPtr = (InputDeviceCommand*)UnsafeUtility.AddressOf(ref command); SwitchMagicOutputHIDUSB_t74FF5B9D62E7D514212921F7F609CCD5684EBC98 * L_0 = ___command0; void* L_1; L_1 = il2cpp_codegen_unsafe_cast((SwitchMagicOutputHIDUSB_t74FF5B9D62E7D514212921F7F609CCD5684EBC98 *)(SwitchMagicOutputHIDUSB_t74FF5B9D62E7D514212921F7F609CCD5684EBC98 *)L_0); V_0 = (InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 *)L_1; // var manager = InputSystem.s_Manager; IL2CPP_RUNTIME_CLASS_INIT(InputSystem_tB2E105FFA04BBFEF25E381E9FBBE7DA78BB18380_il2cpp_TypeInfo_var); InputManager_t9E534956EF45276E5D7E75B3EA03BF1AB0EC411F * L_2 = ((InputSystem_tB2E105FFA04BBFEF25E381E9FBBE7DA78BB18380_StaticFields*)il2cpp_codegen_static_fields_for(InputSystem_tB2E105FFA04BBFEF25E381E9FBBE7DA78BB18380_il2cpp_TypeInfo_var))->get_s_Manager_2(); V_1 = (InputManager_t9E534956EF45276E5D7E75B3EA03BF1AB0EC411F *)L_2; // manager.m_DeviceCommandCallbacks.LockForChanges(); InputManager_t9E534956EF45276E5D7E75B3EA03BF1AB0EC411F * L_3 = V_1; NullCheck(L_3); CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 * L_4 = (CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 *)L_3->get_address_of_m_DeviceCommandCallbacks_19(); CallbackArray_1_LockForChanges_m4A298C04AAFA6DE526AF1ABC1B5D97F508A037DB((CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 *)(CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 *)L_4, /*hidden argument*/CallbackArray_1_LockForChanges_m4A298C04AAFA6DE526AF1ABC1B5D97F508A037DB_RuntimeMethod_var); // for (var i = 0; i < manager.m_DeviceCommandCallbacks.length; ++i) V_2 = (int32_t)0; goto IL_006c; } IL_001c: { } IL_001d: try { // begin try (depth: 1) { // var result = manager.m_DeviceCommandCallbacks[i](this, commandPtr); InputManager_t9E534956EF45276E5D7E75B3EA03BF1AB0EC411F * L_5 = V_1; NullCheck(L_5); CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 * L_6 = (CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 *)L_5->get_address_of_m_DeviceCommandCallbacks_19(); int32_t L_7 = V_2; InputDeviceCommandDelegate_t967EA90378916CA01FF68A0403468313659A1718 * L_8; L_8 = CallbackArray_1_get_Item_mBE3B0F1BEB4FA46BA6EE7794FB55EB9489AE9D2E((CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 *)(CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 *)L_6, (int32_t)L_7, /*hidden argument*/CallbackArray_1_get_Item_mBE3B0F1BEB4FA46BA6EE7794FB55EB9489AE9D2E_RuntimeMethod_var); InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 * L_9 = V_0; NullCheck((InputDeviceCommandDelegate_t967EA90378916CA01FF68A0403468313659A1718 *)L_8); Nullable_1_t340361C8134256120F5769AC5A3F743DB6C11D1F L_10; L_10 = InputDeviceCommandDelegate_Invoke_mC1F08D33A1E901A2F666170842BD24D602EBE661((InputDeviceCommandDelegate_t967EA90378916CA01FF68A0403468313659A1718 *)L_8, (InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 *)__this, (InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 *)(InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 *)L_9, /*hidden argument*/NULL); V_3 = (Nullable_1_t340361C8134256120F5769AC5A3F743DB6C11D1F )L_10; // if (result.HasValue) bool L_11; L_11 = Nullable_1_get_HasValue_m571187F546F4230B8576F169789831BFBA99B93F_inline((Nullable_1_t340361C8134256120F5769AC5A3F743DB6C11D1F *)(Nullable_1_t340361C8134256120F5769AC5A3F743DB6C11D1F *)(&V_3), /*hidden argument*/Nullable_1_get_HasValue_m571187F546F4230B8576F169789831BFBA99B93F_RuntimeMethod_var); if (!L_11) { goto IL_0045; } } IL_003a: { // return result.Value; int64_t L_12; L_12 = Nullable_1_get_Value_m50AA4ABD548771EE5E0C30724C9847B16C44F3DA((Nullable_1_t340361C8134256120F5769AC5A3F743DB6C11D1F *)(Nullable_1_t340361C8134256120F5769AC5A3F743DB6C11D1F *)(&V_3), /*hidden argument*/Nullable_1_get_Value_m50AA4ABD548771EE5E0C30724C9847B16C44F3DA_RuntimeMethod_var); V_4 = (int64_t)L_12; goto IL_0092; } IL_0045: { // } goto IL_0068; } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0047; } throw e; } CATCH_0047: { // begin catch(System.Exception) // Debug.LogError($"{exception.GetType().Name} while executing 'InputSystem.onDeviceCommand' callbacks"); Exception_t * L_13 = (Exception_t *)((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *)); NullCheck((Exception_t *)L_13); Type_t * L_14; L_14 = Exception_GetType_mC5B8B5C944B326B751282AB0E8C25A7F85457D9F((Exception_t *)L_13, /*hidden argument*/NULL); NullCheck((MemberInfo_t *)L_14); String_t* L_15; L_15 = VirtFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, (MemberInfo_t *)L_14); String_t* L_16; L_16 = String_Concat_m10758B01687A2181C8727AD9FD9CCF5325C61C2A((String_t*)L_15, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral4FF2E5380C393C82F526FABF2211C70C91FC5410)), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var))); Debug_LogError_m5952BCE5DC0EF798B31FA983B9CE42A5A1F82DE1((RuntimeObject *)L_16, /*hidden argument*/NULL); // Debug.LogException(exception); Debug_LogException_m418B8879895C54AF03169B53DAA24EE9067E3DC7((Exception_t *)L_13, /*hidden argument*/NULL); // } IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_0068; } // end catch (depth: 1) IL_0068: { // for (var i = 0; i < manager.m_DeviceCommandCallbacks.length; ++i) int32_t L_17 = V_2; V_2 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)1)); } IL_006c: { // for (var i = 0; i < manager.m_DeviceCommandCallbacks.length; ++i) int32_t L_18 = V_2; InputManager_t9E534956EF45276E5D7E75B3EA03BF1AB0EC411F * L_19 = V_1; NullCheck(L_19); CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 * L_20 = (CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 *)L_19->get_address_of_m_DeviceCommandCallbacks_19(); int32_t L_21; L_21 = CallbackArray_1_get_length_m964A1028AF4FB24BF73CB0F9B62D822A1086B128((CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 *)(CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 *)L_20, /*hidden argument*/CallbackArray_1_get_length_m964A1028AF4FB24BF73CB0F9B62D822A1086B128_RuntimeMethod_var); if ((((int32_t)L_18) < ((int32_t)L_21))) { goto IL_001c; } } { // manager.m_DeviceCommandCallbacks.UnlockForChanges(); InputManager_t9E534956EF45276E5D7E75B3EA03BF1AB0EC411F * L_22 = V_1; NullCheck(L_22); CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 * L_23 = (CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 *)L_22->get_address_of_m_DeviceCommandCallbacks_19(); CallbackArray_1_UnlockForChanges_m325FA0DE38513AADCC538A5BE4424C2A2325B6DC((CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 *)(CallbackArray_1_t157FF6A379E3716A8F98AD7AA44984A6C7908C87 *)L_23, /*hidden argument*/CallbackArray_1_UnlockForChanges_m325FA0DE38513AADCC538A5BE4424C2A2325B6DC_RuntimeMethod_var); // return ExecuteCommand((InputDeviceCommand*)UnsafeUtility.AddressOf(ref command)); SwitchMagicOutputHIDUSB_t74FF5B9D62E7D514212921F7F609CCD5684EBC98 * L_24 = ___command0; void* L_25; L_25 = il2cpp_codegen_unsafe_cast((SwitchMagicOutputHIDUSB_t74FF5B9D62E7D514212921F7F609CCD5684EBC98 *)(SwitchMagicOutputHIDUSB_t74FF5B9D62E7D514212921F7F609CCD5684EBC98 *)L_24); NullCheck((InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 *)__this); int64_t L_26; L_26 = VirtFuncInvoker1< int64_t, InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 * >::Invoke(20 /* System.Int64 UnityEngine.InputSystem.InputDevice::ExecuteCommand(UnityEngine.InputSystem.LowLevel.InputDeviceCommand*) */, (InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 *)__this, (InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 *)(InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 *)L_25); return (int64_t)L_26; } IL_0092: { // } int64_t L_27 = V_4; return (int64_t)L_27; } } // System.Boolean UnityEngine.XR.InputDevice::CheckValidAndSetDefault(T&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputDevice_CheckValidAndSetDefault_TisBoolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_mF81ACFBF626DAB523DDBAA1600546892AA684013_gshared (InputDevice_t69B790C68145C769BA3819DE33AA94155C77207E * __this, bool* ___value0, const RuntimeMethod* method) { bool V_0 = false; { bool* L_0 = ___value0; il2cpp_codegen_initobj(L_0, sizeof(bool)); bool L_1; L_1 = InputDevice_IsValidId_mA4DA4E9823C089329BD48D79936D70499EDF8B1F((InputDevice_t69B790C68145C769BA3819DE33AA94155C77207E *)(InputDevice_t69B790C68145C769BA3819DE33AA94155C77207E *)__this, /*hidden argument*/NULL); V_0 = (bool)L_1; goto IL_0011; } IL_0011: { bool L_2 = V_0; return (bool)L_2; } } IL2CPP_EXTERN_C bool InputDevice_CheckValidAndSetDefault_TisBoolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_mF81ACFBF626DAB523DDBAA1600546892AA684013_AdjustorThunk (RuntimeObject * __this, bool* ___value0, const RuntimeMethod* method) { int32_t _offset = 1; InputDevice_t69B790C68145C769BA3819DE33AA94155C77207E * _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = InputDevice_CheckValidAndSetDefault_TisBoolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_mF81ACFBF626DAB523DDBAA1600546892AA684013(_thisAdjusted, ___value0, method); return _returnValue; } // System.Boolean UnityEngine.XR.InputDevice::CheckValidAndSetDefault(T&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputDevice_CheckValidAndSetDefault_TisHapticCapabilities_t5F9251128925902FD152B6653ECF56816B41277D_m5E77B26FC38C56D849CE14EBEDDD2906BE83511A_gshared (InputDevice_t69B790C68145C769BA3819DE33AA94155C77207E * __this, HapticCapabilities_t5F9251128925902FD152B6653ECF56816B41277D * ___value0, const RuntimeMethod* method) { bool V_0 = false; { HapticCapabilities_t5F9251128925902FD152B6653ECF56816B41277D * L_0 = ___value0; il2cpp_codegen_initobj(L_0, sizeof(HapticCapabilities_t5F9251128925902FD152B6653ECF56816B41277D )); bool L_1; L_1 = InputDevice_IsValidId_mA4DA4E9823C089329BD48D79936D70499EDF8B1F((InputDevice_t69B790C68145C769BA3819DE33AA94155C77207E *)(InputDevice_t69B790C68145C769BA3819DE33AA94155C77207E *)__this, /*hidden argument*/NULL); V_0 = (bool)L_1; goto IL_0011; } IL_0011: { bool L_2 = V_0; return (bool)L_2; } } IL2CPP_EXTERN_C bool InputDevice_CheckValidAndSetDefault_TisHapticCapabilities_t5F9251128925902FD152B6653ECF56816B41277D_m5E77B26FC38C56D849CE14EBEDDD2906BE83511A_AdjustorThunk (RuntimeObject * __this, HapticCapabilities_t5F9251128925902FD152B6653ECF56816B41277D * ___value0, const RuntimeMethod* method) { int32_t _offset = 1; InputDevice_t69B790C68145C769BA3819DE33AA94155C77207E * _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = InputDevice_CheckValidAndSetDefault_TisHapticCapabilities_t5F9251128925902FD152B6653ECF56816B41277D_m5E77B26FC38C56D849CE14EBEDDD2906BE83511A(_thisAdjusted, ___value0, method); return _returnValue; } // System.Boolean UnityEngine.XR.InputDevice::CheckValidAndSetDefault(T&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputDevice_CheckValidAndSetDefault_TisRuntimeObject_mB1DC4F44C93991E507914DA668A104D0CD5D8982_gshared (InputDevice_t69B790C68145C769BA3819DE33AA94155C77207E * __this, RuntimeObject ** ___value0, const RuntimeMethod* method) { bool V_0 = false; { RuntimeObject ** L_0 = ___value0; il2cpp_codegen_initobj(L_0, sizeof(RuntimeObject *)); bool L_1; L_1 = InputDevice_IsValidId_mA4DA4E9823C089329BD48D79936D70499EDF8B1F((InputDevice_t69B790C68145C769BA3819DE33AA94155C77207E *)(InputDevice_t69B790C68145C769BA3819DE33AA94155C77207E *)__this, /*hidden argument*/NULL); V_0 = (bool)L_1; goto IL_0011; } IL_0011: { bool L_2 = V_0; return (bool)L_2; } } IL2CPP_EXTERN_C bool InputDevice_CheckValidAndSetDefault_TisRuntimeObject_mB1DC4F44C93991E507914DA668A104D0CD5D8982_AdjustorThunk (RuntimeObject * __this, RuntimeObject ** ___value0, const RuntimeMethod* method) { int32_t _offset = 1; InputDevice_t69B790C68145C769BA3819DE33AA94155C77207E * _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = InputDevice_CheckValidAndSetDefault_TisRuntimeObject_mB1DC4F44C93991E507914DA668A104D0CD5D8982(_thisAdjusted, ___value0, method); return _returnValue; } // System.Boolean UnityEngine.XR.InputDevice::CheckValidAndSetDefault(T&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputDevice_CheckValidAndSetDefault_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_m4D94D31E9E50C44EDE9D0F940CBA6D8F0B6FAC3D_gshared (InputDevice_t69B790C68145C769BA3819DE33AA94155C77207E * __this, float* ___value0, const RuntimeMethod* method) { bool V_0 = false; { float* L_0 = ___value0; il2cpp_codegen_initobj(L_0, sizeof(float)); bool L_1; L_1 = InputDevice_IsValidId_mA4DA4E9823C089329BD48D79936D70499EDF8B1F((InputDevice_t69B790C68145C769BA3819DE33AA94155C77207E *)(InputDevice_t69B790C68145C769BA3819DE33AA94155C77207E *)__this, /*hidden argument*/NULL); V_0 = (bool)L_1; goto IL_0011; } IL_0011: { bool L_2 = V_0; return (bool)L_2; } } IL2CPP_EXTERN_C bool InputDevice_CheckValidAndSetDefault_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_m4D94D31E9E50C44EDE9D0F940CBA6D8F0B6FAC3D_AdjustorThunk (RuntimeObject * __this, float* ___value0, const RuntimeMethod* method) { int32_t _offset = 1; InputDevice_t69B790C68145C769BA3819DE33AA94155C77207E * _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = InputDevice_CheckValidAndSetDefault_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_m4D94D31E9E50C44EDE9D0F940CBA6D8F0B6FAC3D(_thisAdjusted, ___value0, method); return _returnValue; } // System.Boolean UnityEngine.XR.InputDevice::CheckValidAndSetDefault(T&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputDevice_CheckValidAndSetDefault_TisVector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9_m96137C0805A9D56E56BAB8BE30FE94806EB83AB6_gshared (InputDevice_t69B790C68145C769BA3819DE33AA94155C77207E * __this, Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * ___value0, const RuntimeMethod* method) { bool V_0 = false; { Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * L_0 = ___value0; il2cpp_codegen_initobj(L_0, sizeof(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 )); bool L_1; L_1 = InputDevice_IsValidId_mA4DA4E9823C089329BD48D79936D70499EDF8B1F((InputDevice_t69B790C68145C769BA3819DE33AA94155C77207E *)(InputDevice_t69B790C68145C769BA3819DE33AA94155C77207E *)__this, /*hidden argument*/NULL); V_0 = (bool)L_1; goto IL_0011; } IL_0011: { bool L_2 = V_0; return (bool)L_2; } } IL2CPP_EXTERN_C bool InputDevice_CheckValidAndSetDefault_TisVector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9_m96137C0805A9D56E56BAB8BE30FE94806EB83AB6_AdjustorThunk (RuntimeObject * __this, Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * ___value0, const RuntimeMethod* method) { int32_t _offset = 1; InputDevice_t69B790C68145C769BA3819DE33AA94155C77207E * _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = InputDevice_CheckValidAndSetDefault_TisVector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9_m96137C0805A9D56E56BAB8BE30FE94806EB83AB6(_thisAdjusted, ___value0, method); return _returnValue; } // System.Boolean UnityEngine.XR.InputDevice::CheckValidAndSetDefault(T&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputDevice_CheckValidAndSetDefault_TisVector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_m736968F2A46FD02F3CF1C5542C3C8CB343196F3F_gshared (InputDevice_t69B790C68145C769BA3819DE33AA94155C77207E * __this, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * ___value0, const RuntimeMethod* method) { bool V_0 = false; { Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * L_0 = ___value0; il2cpp_codegen_initobj(L_0, sizeof(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E )); bool L_1; L_1 = InputDevice_IsValidId_mA4DA4E9823C089329BD48D79936D70499EDF8B1F((InputDevice_t69B790C68145C769BA3819DE33AA94155C77207E *)(InputDevice_t69B790C68145C769BA3819DE33AA94155C77207E *)__this, /*hidden argument*/NULL); V_0 = (bool)L_1; goto IL_0011; } IL_0011: { bool L_2 = V_0; return (bool)L_2; } } IL2CPP_EXTERN_C bool InputDevice_CheckValidAndSetDefault_TisVector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_m736968F2A46FD02F3CF1C5542C3C8CB343196F3F_AdjustorThunk (RuntimeObject * __this, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * ___value0, const RuntimeMethod* method) { int32_t _offset = 1; InputDevice_t69B790C68145C769BA3819DE33AA94155C77207E * _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = InputDevice_CheckValidAndSetDefault_TisVector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_m736968F2A46FD02F3CF1C5542C3C8CB343196F3F(_thisAdjusted, ___value0, method); return _returnValue; } // UnityEngine.InputSystem.Layouts.InputDeviceMatcher UnityEngine.InputSystem.Layouts.InputDeviceMatcher::WithCapability(System.String,TValue) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputDeviceMatcher_tFC41EBE6D273378A154C6DFD759DD75D23C99E57 InputDeviceMatcher_WithCapability_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_mDACC1530A083F5B8EADBFE229397FB40C4EBFA52_gshared (InputDeviceMatcher_tFC41EBE6D273378A154C6DFD759DD75D23C99E57 * __this, String_t* ___path0, int32_t ___value1, const RuntimeMethod* method) { { // return With(new InternedString(path), value); String_t* L_0 = ___path0; InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED L_1; memset((&L_1), 0, sizeof(L_1)); InternedString__ctor_mE81A2A4EA05081A96717682ACF38746482E3CF62((&L_1), (String_t*)L_0, /*hidden argument*/NULL); int32_t L_2 = ___value1; int32_t L_3 = L_2; RuntimeObject * L_4 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_3); InputDeviceMatcher_tFC41EBE6D273378A154C6DFD759DD75D23C99E57 L_5; L_5 = InputDeviceMatcher_With_mAFC3198DA4804664B1ADCB38065A33CE684DFAEA((InputDeviceMatcher_tFC41EBE6D273378A154C6DFD759DD75D23C99E57 *)(InputDeviceMatcher_tFC41EBE6D273378A154C6DFD759DD75D23C99E57 *)__this, (InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED )L_1, (RuntimeObject *)L_4, (bool)1, /*hidden argument*/NULL); return (InputDeviceMatcher_tFC41EBE6D273378A154C6DFD759DD75D23C99E57 )L_5; } } IL2CPP_EXTERN_C InputDeviceMatcher_tFC41EBE6D273378A154C6DFD759DD75D23C99E57 InputDeviceMatcher_WithCapability_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_mDACC1530A083F5B8EADBFE229397FB40C4EBFA52_AdjustorThunk (RuntimeObject * __this, String_t* ___path0, int32_t ___value1, const RuntimeMethod* method) { int32_t _offset = 1; InputDeviceMatcher_tFC41EBE6D273378A154C6DFD759DD75D23C99E57 * _thisAdjusted = reinterpret_cast(__this + _offset); InputDeviceMatcher_tFC41EBE6D273378A154C6DFD759DD75D23C99E57 _returnValue; _returnValue = InputDeviceMatcher_WithCapability_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_mDACC1530A083F5B8EADBFE229397FB40C4EBFA52(_thisAdjusted, ___path0, ___value1, method); return _returnValue; } // UnityEngine.InputSystem.Layouts.InputDeviceMatcher UnityEngine.InputSystem.Layouts.InputDeviceMatcher::WithCapability(System.String,TValue) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputDeviceMatcher_tFC41EBE6D273378A154C6DFD759DD75D23C99E57 InputDeviceMatcher_WithCapability_TisInt32Enum_t9B63F771913F2B6D586F1173B44A41FBE26F6B5C_m29525DC970664FEDCC8E6BAFF63499524F2771F0_gshared (InputDeviceMatcher_tFC41EBE6D273378A154C6DFD759DD75D23C99E57 * __this, String_t* ___path0, int32_t ___value1, const RuntimeMethod* method) { { // return With(new InternedString(path), value); String_t* L_0 = ___path0; InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED L_1; memset((&L_1), 0, sizeof(L_1)); InternedString__ctor_mE81A2A4EA05081A96717682ACF38746482E3CF62((&L_1), (String_t*)L_0, /*hidden argument*/NULL); int32_t L_2 = ___value1; int32_t L_3 = (int32_t)L_2; RuntimeObject * L_4 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_3); InputDeviceMatcher_tFC41EBE6D273378A154C6DFD759DD75D23C99E57 L_5; L_5 = InputDeviceMatcher_With_mAFC3198DA4804664B1ADCB38065A33CE684DFAEA((InputDeviceMatcher_tFC41EBE6D273378A154C6DFD759DD75D23C99E57 *)(InputDeviceMatcher_tFC41EBE6D273378A154C6DFD759DD75D23C99E57 *)__this, (InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED )L_1, (RuntimeObject *)L_4, (bool)1, /*hidden argument*/NULL); return (InputDeviceMatcher_tFC41EBE6D273378A154C6DFD759DD75D23C99E57 )L_5; } } IL2CPP_EXTERN_C InputDeviceMatcher_tFC41EBE6D273378A154C6DFD759DD75D23C99E57 InputDeviceMatcher_WithCapability_TisInt32Enum_t9B63F771913F2B6D586F1173B44A41FBE26F6B5C_m29525DC970664FEDCC8E6BAFF63499524F2771F0_AdjustorThunk (RuntimeObject * __this, String_t* ___path0, int32_t ___value1, const RuntimeMethod* method) { int32_t _offset = 1; InputDeviceMatcher_tFC41EBE6D273378A154C6DFD759DD75D23C99E57 * _thisAdjusted = reinterpret_cast(__this + _offset); InputDeviceMatcher_tFC41EBE6D273378A154C6DFD759DD75D23C99E57 _returnValue; _returnValue = InputDeviceMatcher_WithCapability_TisInt32Enum_t9B63F771913F2B6D586F1173B44A41FBE26F6B5C_m29525DC970664FEDCC8E6BAFF63499524F2771F0(_thisAdjusted, ___path0, ___value1, method); return _returnValue; } // UnityEngine.InputSystem.Layouts.InputDeviceMatcher UnityEngine.InputSystem.Layouts.InputDeviceMatcher::WithCapability(System.String,TValue) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputDeviceMatcher_tFC41EBE6D273378A154C6DFD759DD75D23C99E57 InputDeviceMatcher_WithCapability_TisRuntimeObject_mA27733E2333EEEA8070B38DB57C3A9846A503A9F_gshared (InputDeviceMatcher_tFC41EBE6D273378A154C6DFD759DD75D23C99E57 * __this, String_t* ___path0, RuntimeObject * ___value1, const RuntimeMethod* method) { { // return With(new InternedString(path), value); String_t* L_0 = ___path0; InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED L_1; memset((&L_1), 0, sizeof(L_1)); InternedString__ctor_mE81A2A4EA05081A96717682ACF38746482E3CF62((&L_1), (String_t*)L_0, /*hidden argument*/NULL); RuntimeObject * L_2 = ___value1; InputDeviceMatcher_tFC41EBE6D273378A154C6DFD759DD75D23C99E57 L_3; L_3 = InputDeviceMatcher_With_mAFC3198DA4804664B1ADCB38065A33CE684DFAEA((InputDeviceMatcher_tFC41EBE6D273378A154C6DFD759DD75D23C99E57 *)(InputDeviceMatcher_tFC41EBE6D273378A154C6DFD759DD75D23C99E57 *)__this, (InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED )L_1, (RuntimeObject *)L_2, (bool)1, /*hidden argument*/NULL); return (InputDeviceMatcher_tFC41EBE6D273378A154C6DFD759DD75D23C99E57 )L_3; } } IL2CPP_EXTERN_C InputDeviceMatcher_tFC41EBE6D273378A154C6DFD759DD75D23C99E57 InputDeviceMatcher_WithCapability_TisRuntimeObject_mA27733E2333EEEA8070B38DB57C3A9846A503A9F_AdjustorThunk (RuntimeObject * __this, String_t* ___path0, RuntimeObject * ___value1, const RuntimeMethod* method) { int32_t _offset = 1; InputDeviceMatcher_tFC41EBE6D273378A154C6DFD759DD75D23C99E57 * _thisAdjusted = reinterpret_cast(__this + _offset); InputDeviceMatcher_tFC41EBE6D273378A154C6DFD759DD75D23C99E57 _returnValue; _returnValue = InputDeviceMatcher_WithCapability_TisRuntimeObject_mA27733E2333EEEA8070B38DB57C3A9846A503A9F(_thisAdjusted, ___path0, ___value1, method); return _returnValue; } // System.Boolean UnityEngine.InputSystem.LowLevel.InputEventPtr::IsA() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputEventPtr_IsA_TisActionEvent_t12598D9456C7953E3247F33C09C879BF879A0E48_m47905CCCD003437D013D59EBDE90DF7E9A749B30_gshared (InputEventPtr_t3ECDD4FDE129B0CD8021DF46D8D01D941F4AE5C1 * __this, const RuntimeMethod* method) { ActionEvent_t12598D9456C7953E3247F33C09C879BF879A0E48 V_0; memset((&V_0), 0, sizeof(V_0)); { // if (m_EventPtr == null) InputEvent_t0E4B1A66D8B3273D8188F3902F40C5E8BFF6E234 * L_0 = (InputEvent_t0E4B1A66D8B3273D8188F3902F40C5E8BFF6E234 *)__this->get_m_EventPtr_0(); if ((!(((uintptr_t)L_0) == ((uintptr_t)((uintptr_t)0))))) { goto IL_000c; } } { // return false; return (bool)0; } IL_000c: { // TOtherEvent otherEvent = default; il2cpp_codegen_initobj((&V_0), sizeof(ActionEvent_t12598D9456C7953E3247F33C09C879BF879A0E48 )); // return m_EventPtr->type == otherEvent.typeStatic; InputEvent_t0E4B1A66D8B3273D8188F3902F40C5E8BFF6E234 * L_1 = (InputEvent_t0E4B1A66D8B3273D8188F3902F40C5E8BFF6E234 *)__this->get_m_EventPtr_0(); FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 L_2; L_2 = InputEvent_get_type_mF27E6FB5A23D3E5AA01386213E9E5248CDC27993((InputEvent_t0E4B1A66D8B3273D8188F3902F40C5E8BFF6E234 *)(InputEvent_t0E4B1A66D8B3273D8188F3902F40C5E8BFF6E234 *)L_1, /*hidden argument*/NULL); FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 L_3; L_3 = ActionEvent_get_typeStatic_m7119A1DDE66A1FBB20B40A4195395A0FCD3D3EB1((ActionEvent_t12598D9456C7953E3247F33C09C879BF879A0E48 *)(ActionEvent_t12598D9456C7953E3247F33C09C879BF879A0E48 *)(&V_0), /*hidden argument*/NULL); bool L_4; L_4 = FourCC_op_Equality_mF8F9867D06AB0FE50CBB895EE0A1F5CEA211CF7C((FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 )L_2, (FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 )L_3, /*hidden argument*/NULL); return (bool)L_4; } } IL2CPP_EXTERN_C bool InputEventPtr_IsA_TisActionEvent_t12598D9456C7953E3247F33C09C879BF879A0E48_m47905CCCD003437D013D59EBDE90DF7E9A749B30_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; InputEventPtr_t3ECDD4FDE129B0CD8021DF46D8D01D941F4AE5C1 * _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = InputEventPtr_IsA_TisActionEvent_t12598D9456C7953E3247F33C09C879BF879A0E48_m47905CCCD003437D013D59EBDE90DF7E9A749B30(_thisAdjusted, method); return _returnValue; } // System.Boolean UnityEngine.InputSystem.LowLevel.InputEventPtr::IsA() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputEventPtr_IsA_TisDeltaStateEvent_t761AB169B0EDF724963621FF2FCEF1860859FCF4_m52B5875F2EACBC85E22AF1807227E9A2C83FEC3E_gshared (InputEventPtr_t3ECDD4FDE129B0CD8021DF46D8D01D941F4AE5C1 * __this, const RuntimeMethod* method) { DeltaStateEvent_t761AB169B0EDF724963621FF2FCEF1860859FCF4 V_0; memset((&V_0), 0, sizeof(V_0)); { // if (m_EventPtr == null) InputEvent_t0E4B1A66D8B3273D8188F3902F40C5E8BFF6E234 * L_0 = (InputEvent_t0E4B1A66D8B3273D8188F3902F40C5E8BFF6E234 *)__this->get_m_EventPtr_0(); if ((!(((uintptr_t)L_0) == ((uintptr_t)((uintptr_t)0))))) { goto IL_000c; } } { // return false; return (bool)0; } IL_000c: { // TOtherEvent otherEvent = default; il2cpp_codegen_initobj((&V_0), sizeof(DeltaStateEvent_t761AB169B0EDF724963621FF2FCEF1860859FCF4 )); // return m_EventPtr->type == otherEvent.typeStatic; InputEvent_t0E4B1A66D8B3273D8188F3902F40C5E8BFF6E234 * L_1 = (InputEvent_t0E4B1A66D8B3273D8188F3902F40C5E8BFF6E234 *)__this->get_m_EventPtr_0(); FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 L_2; L_2 = InputEvent_get_type_mF27E6FB5A23D3E5AA01386213E9E5248CDC27993((InputEvent_t0E4B1A66D8B3273D8188F3902F40C5E8BFF6E234 *)(InputEvent_t0E4B1A66D8B3273D8188F3902F40C5E8BFF6E234 *)L_1, /*hidden argument*/NULL); FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 L_3; L_3 = DeltaStateEvent_get_typeStatic_m10E921F056E3F49EEB433438DB9965E21E2D01EA((DeltaStateEvent_t761AB169B0EDF724963621FF2FCEF1860859FCF4 *)(DeltaStateEvent_t761AB169B0EDF724963621FF2FCEF1860859FCF4 *)(&V_0), /*hidden argument*/NULL); bool L_4; L_4 = FourCC_op_Equality_mF8F9867D06AB0FE50CBB895EE0A1F5CEA211CF7C((FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 )L_2, (FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 )L_3, /*hidden argument*/NULL); return (bool)L_4; } } IL2CPP_EXTERN_C bool InputEventPtr_IsA_TisDeltaStateEvent_t761AB169B0EDF724963621FF2FCEF1860859FCF4_m52B5875F2EACBC85E22AF1807227E9A2C83FEC3E_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; InputEventPtr_t3ECDD4FDE129B0CD8021DF46D8D01D941F4AE5C1 * _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = InputEventPtr_IsA_TisDeltaStateEvent_t761AB169B0EDF724963621FF2FCEF1860859FCF4_m52B5875F2EACBC85E22AF1807227E9A2C83FEC3E(_thisAdjusted, method); return _returnValue; } // System.Boolean UnityEngine.InputSystem.LowLevel.InputEventPtr::IsA() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputEventPtr_IsA_TisStateEvent_tD4C2AFF6E8F3807B5AED6C96BFF90092E67BE5C3_m91EF69757639C51EDFCFAFA88EE04CE0D6C1795E_gshared (InputEventPtr_t3ECDD4FDE129B0CD8021DF46D8D01D941F4AE5C1 * __this, const RuntimeMethod* method) { StateEvent_tD4C2AFF6E8F3807B5AED6C96BFF90092E67BE5C3 V_0; memset((&V_0), 0, sizeof(V_0)); { // if (m_EventPtr == null) InputEvent_t0E4B1A66D8B3273D8188F3902F40C5E8BFF6E234 * L_0 = (InputEvent_t0E4B1A66D8B3273D8188F3902F40C5E8BFF6E234 *)__this->get_m_EventPtr_0(); if ((!(((uintptr_t)L_0) == ((uintptr_t)((uintptr_t)0))))) { goto IL_000c; } } { // return false; return (bool)0; } IL_000c: { // TOtherEvent otherEvent = default; il2cpp_codegen_initobj((&V_0), sizeof(StateEvent_tD4C2AFF6E8F3807B5AED6C96BFF90092E67BE5C3 )); // return m_EventPtr->type == otherEvent.typeStatic; InputEvent_t0E4B1A66D8B3273D8188F3902F40C5E8BFF6E234 * L_1 = (InputEvent_t0E4B1A66D8B3273D8188F3902F40C5E8BFF6E234 *)__this->get_m_EventPtr_0(); FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 L_2; L_2 = InputEvent_get_type_mF27E6FB5A23D3E5AA01386213E9E5248CDC27993((InputEvent_t0E4B1A66D8B3273D8188F3902F40C5E8BFF6E234 *)(InputEvent_t0E4B1A66D8B3273D8188F3902F40C5E8BFF6E234 *)L_1, /*hidden argument*/NULL); FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 L_3; L_3 = StateEvent_get_typeStatic_m5CFF02170B7B5EDBF3BA4F01EA233DF820F7D2E3((StateEvent_tD4C2AFF6E8F3807B5AED6C96BFF90092E67BE5C3 *)(StateEvent_tD4C2AFF6E8F3807B5AED6C96BFF90092E67BE5C3 *)(&V_0), /*hidden argument*/NULL); bool L_4; L_4 = FourCC_op_Equality_mF8F9867D06AB0FE50CBB895EE0A1F5CEA211CF7C((FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 )L_2, (FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 )L_3, /*hidden argument*/NULL); return (bool)L_4; } } IL2CPP_EXTERN_C bool InputEventPtr_IsA_TisStateEvent_tD4C2AFF6E8F3807B5AED6C96BFF90092E67BE5C3_m91EF69757639C51EDFCFAFA88EE04CE0D6C1795E_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; InputEventPtr_t3ECDD4FDE129B0CD8021DF46D8D01D941F4AE5C1 * _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = InputEventPtr_IsA_TisStateEvent_tD4C2AFF6E8F3807B5AED6C96BFF90092E67BE5C3_m91EF69757639C51EDFCFAFA88EE04CE0D6C1795E(_thisAdjusted, method); return _returnValue; } // System.Boolean UnityEngine.InputSystem.LowLevel.InputEventPtr::IsA() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputEventPtr_IsA_TisTextEvent_t2939C7C6CFDD852AEAB3AB23431FB1326E29C011_m0DD3E6B6BE449D7669FFFA8541330CC3B9421E54_gshared (InputEventPtr_t3ECDD4FDE129B0CD8021DF46D8D01D941F4AE5C1 * __this, const RuntimeMethod* method) { TextEvent_t2939C7C6CFDD852AEAB3AB23431FB1326E29C011 V_0; memset((&V_0), 0, sizeof(V_0)); { // if (m_EventPtr == null) InputEvent_t0E4B1A66D8B3273D8188F3902F40C5E8BFF6E234 * L_0 = (InputEvent_t0E4B1A66D8B3273D8188F3902F40C5E8BFF6E234 *)__this->get_m_EventPtr_0(); if ((!(((uintptr_t)L_0) == ((uintptr_t)((uintptr_t)0))))) { goto IL_000c; } } { // return false; return (bool)0; } IL_000c: { // TOtherEvent otherEvent = default; il2cpp_codegen_initobj((&V_0), sizeof(TextEvent_t2939C7C6CFDD852AEAB3AB23431FB1326E29C011 )); // return m_EventPtr->type == otherEvent.typeStatic; InputEvent_t0E4B1A66D8B3273D8188F3902F40C5E8BFF6E234 * L_1 = (InputEvent_t0E4B1A66D8B3273D8188F3902F40C5E8BFF6E234 *)__this->get_m_EventPtr_0(); FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 L_2; L_2 = InputEvent_get_type_mF27E6FB5A23D3E5AA01386213E9E5248CDC27993((InputEvent_t0E4B1A66D8B3273D8188F3902F40C5E8BFF6E234 *)(InputEvent_t0E4B1A66D8B3273D8188F3902F40C5E8BFF6E234 *)L_1, /*hidden argument*/NULL); FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 L_3; L_3 = TextEvent_get_typeStatic_m319F4BE33DAB9D3245F44431DB120EBBD0524B89((TextEvent_t2939C7C6CFDD852AEAB3AB23431FB1326E29C011 *)(TextEvent_t2939C7C6CFDD852AEAB3AB23431FB1326E29C011 *)(&V_0), /*hidden argument*/NULL); bool L_4; L_4 = FourCC_op_Equality_mF8F9867D06AB0FE50CBB895EE0A1F5CEA211CF7C((FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 )L_2, (FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 )L_3, /*hidden argument*/NULL); return (bool)L_4; } } IL2CPP_EXTERN_C bool InputEventPtr_IsA_TisTextEvent_t2939C7C6CFDD852AEAB3AB23431FB1326E29C011_m0DD3E6B6BE449D7669FFFA8541330CC3B9421E54_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; InputEventPtr_t3ECDD4FDE129B0CD8021DF46D8D01D941F4AE5C1 * _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = InputEventPtr_IsA_TisTextEvent_t2939C7C6CFDD852AEAB3AB23431FB1326E29C011_m0DD3E6B6BE449D7669FFFA8541330CC3B9421E54(_thisAdjusted, method); return _returnValue; } // System.Int64 UnityEngine.InputSystem.InputManager::ExecuteGlobalCommand(TCommand&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t InputManager_ExecuteGlobalCommand_TisUseWindowsGamingInputCommand_tB66739BB4992AB11B421FE57CFEE81FBD534C6F3_m0496412738D388718F528CB840EA03460BEC3772_gshared (InputManager_t9E534956EF45276E5D7E75B3EA03BF1AB0EC411F * __this, UseWindowsGamingInputCommand_tB66739BB4992AB11B421FE57CFEE81FBD534C6F3 * ___command0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IInputRuntime_t0A177D923A451CB9F40A355C0CA60DDAC6D29946_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputRuntime_t86C5A649BE0CD84BFE7B27910A47F1C83E5108B8_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 * V_0 = NULL; { // var ptr = (InputDeviceCommand*)UnsafeUtility.AddressOf(ref command); UseWindowsGamingInputCommand_tB66739BB4992AB11B421FE57CFEE81FBD534C6F3 * L_0 = ___command0; void* L_1; L_1 = il2cpp_codegen_unsafe_cast((UseWindowsGamingInputCommand_tB66739BB4992AB11B421FE57CFEE81FBD534C6F3 *)(UseWindowsGamingInputCommand_tB66739BB4992AB11B421FE57CFEE81FBD534C6F3 *)L_0); V_0 = (InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 *)L_1; // return InputRuntime.s_Instance.DeviceCommand(0, ptr); RuntimeObject* L_2 = ((InputRuntime_t86C5A649BE0CD84BFE7B27910A47F1C83E5108B8_StaticFields*)il2cpp_codegen_static_fields_for(InputRuntime_t86C5A649BE0CD84BFE7B27910A47F1C83E5108B8_il2cpp_TypeInfo_var))->get_s_Instance_0(); InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 * L_3 = V_0; NullCheck((RuntimeObject*)L_2); int64_t L_4; L_4 = InterfaceFuncInvoker2< int64_t, int32_t, InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 * >::Invoke(3 /* System.Int64 UnityEngine.InputSystem.LowLevel.IInputRuntime::DeviceCommand(System.Int32,UnityEngine.InputSystem.LowLevel.InputDeviceCommand*) */, IInputRuntime_t0A177D923A451CB9F40A355C0CA60DDAC6D29946_il2cpp_TypeInfo_var, (RuntimeObject*)L_2, (int32_t)0, (InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 *)(InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 *)L_3); return (int64_t)L_4; } } // System.Int32 UnityEngine.InputSystem.InputManager::GetControls(System.String,UnityEngine.InputSystem.InputControlList`1&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t InputManager_GetControls_TisRuntimeObject_mF092C5416AC009B82DD24A48FE1D1405E49424E2_gshared (InputManager_t9E534956EF45276E5D7E75B3EA03BF1AB0EC411F * __this, String_t* ___path0, InputControlList_1_t9461BFBC9FEFA4CB0C7F0981E4B70C426126D012 * ___controls1, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * V_3 = NULL; { // if (string.IsNullOrEmpty(path)) String_t* L_0 = ___path0; bool L_1; L_1 = String_IsNullOrEmpty_m57429705D977ACD5EE7E210A858EED6F348C36B3((String_t*)L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_000a; } } { // return 0; return (int32_t)0; } IL_000a: { // if (m_DevicesCount == 0) int32_t L_2 = (int32_t)__this->get_m_DevicesCount_6(); if (L_2) { goto IL_0014; } } { // return 0; return (int32_t)0; } IL_0014: { // var deviceCount = m_DevicesCount; int32_t L_3 = (int32_t)__this->get_m_DevicesCount_6(); V_0 = (int32_t)L_3; // var numMatches = 0; V_1 = (int32_t)0; // for (var i = 0; i < deviceCount; ++i) V_2 = (int32_t)0; goto IL_003a; } IL_0021: { // var device = m_Devices[i]; InputDeviceU5BU5D_tE05D1214F0F949DC3A889F8DB4B7A68A3089F6D6* L_4 = (InputDeviceU5BU5D_tE05D1214F0F949DC3A889F8DB4B7A68A3089F6D6*)__this->get_m_Devices_7(); int32_t L_5 = V_2; NullCheck(L_4); int32_t L_6 = L_5; InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * L_7 = (L_4)->GetAt(static_cast(L_6)); V_3 = (InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 *)L_7; // numMatches += InputControlPath.TryFindControls(device, path, 0, ref controls); int32_t L_8 = V_1; InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * L_9 = V_3; String_t* L_10 = ___path0; InputControlList_1_t9461BFBC9FEFA4CB0C7F0981E4B70C426126D012 * L_11 = ___controls1; int32_t L_12; L_12 = (( int32_t (*) (InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 *, String_t*, int32_t, InputControlList_1_t9461BFBC9FEFA4CB0C7F0981E4B70C426126D012 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 *)L_9, (String_t*)L_10, (int32_t)0, (InputControlList_1_t9461BFBC9FEFA4CB0C7F0981E4B70C426126D012 *)(InputControlList_1_t9461BFBC9FEFA4CB0C7F0981E4B70C426126D012 *)L_11, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)L_12)); // for (var i = 0; i < deviceCount; ++i) int32_t L_13 = V_2; V_2 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1)); } IL_003a: { // for (var i = 0; i < deviceCount; ++i) int32_t L_14 = V_2; int32_t L_15 = V_0; if ((((int32_t)L_14) < ((int32_t)L_15))) { goto IL_0021; } } { // return numMatches; int32_t L_16 = V_1; return (int32_t)L_16; } } // System.Void UnityEngine.InputSystem.InputManager::QueueEvent(TEvent&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputManager_QueueEvent_TisDeviceConfigurationEvent_tDC02DCFF258048B1339F88ABA99A836A5F5470E0_mC3C1A8F96411B8DF599DE6230A66422EB85D4146_gshared (InputManager_t9E534956EF45276E5D7E75B3EA03BF1AB0EC411F * __this, DeviceConfigurationEvent_tDC02DCFF258048B1339F88ABA99A836A5F5470E0 * ___inputEvent0, const RuntimeMethod* method) { { // QueueEvent((InputEvent*)UnsafeUtility.AddressOf(ref inputEvent)); DeviceConfigurationEvent_tDC02DCFF258048B1339F88ABA99A836A5F5470E0 * L_0 = ___inputEvent0; void* L_1; L_1 = il2cpp_codegen_unsafe_cast((DeviceConfigurationEvent_tDC02DCFF258048B1339F88ABA99A836A5F5470E0 *)(DeviceConfigurationEvent_tDC02DCFF258048B1339F88ABA99A836A5F5470E0 *)L_0); NullCheck((InputManager_t9E534956EF45276E5D7E75B3EA03BF1AB0EC411F *)__this); InputManager_QueueEvent_m28C7A2B99010D148EB518DEDE7821B1B697D0ECD((InputManager_t9E534956EF45276E5D7E75B3EA03BF1AB0EC411F *)__this, (InputEvent_t0E4B1A66D8B3273D8188F3902F40C5E8BFF6E234 *)(InputEvent_t0E4B1A66D8B3273D8188F3902F40C5E8BFF6E234 *)L_1, /*hidden argument*/NULL); // } return; } } // System.Void UnityEngine.InputSystem.InputManager::QueueEvent(TEvent&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputManager_QueueEvent_TisTextEvent_t2939C7C6CFDD852AEAB3AB23431FB1326E29C011_m14A2F397521B6B778B1DD2FE5CC8139F7EA04DF4_gshared (InputManager_t9E534956EF45276E5D7E75B3EA03BF1AB0EC411F * __this, TextEvent_t2939C7C6CFDD852AEAB3AB23431FB1326E29C011 * ___inputEvent0, const RuntimeMethod* method) { { // QueueEvent((InputEvent*)UnsafeUtility.AddressOf(ref inputEvent)); TextEvent_t2939C7C6CFDD852AEAB3AB23431FB1326E29C011 * L_0 = ___inputEvent0; void* L_1; L_1 = il2cpp_codegen_unsafe_cast((TextEvent_t2939C7C6CFDD852AEAB3AB23431FB1326E29C011 *)(TextEvent_t2939C7C6CFDD852AEAB3AB23431FB1326E29C011 *)L_0); NullCheck((InputManager_t9E534956EF45276E5D7E75B3EA03BF1AB0EC411F *)__this); InputManager_QueueEvent_m28C7A2B99010D148EB518DEDE7821B1B697D0ECD((InputManager_t9E534956EF45276E5D7E75B3EA03BF1AB0EC411F *)__this, (InputEvent_t0E4B1A66D8B3273D8188F3902F40C5E8BFF6E234 *)(InputEvent_t0E4B1A66D8B3273D8188F3902F40C5E8BFF6E234 *)L_1, /*hidden argument*/NULL); // } return; } } // System.Void UnityEngine.InputSystem.InputManager::RegisterPrecompiledLayout(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputManager_RegisterPrecompiledLayout_TisRuntimeObject_m1FC0A97975FB3801CA6F125D56D165D316A54DBD_gshared (InputManager_t9E534956EF45276E5D7E75B3EA03BF1AB0EC411F * __this, String_t* ___metadata0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_set_Item_m9618601605FE2089514B1E9B03414D70822AF044_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_1__ctor_m97C14882696B3811C86591F93AADF71B2F841C21_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_1_t76DECFBA7E8607FAED0307739AF623E13E9A32D8_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Type_t * V_0 = NULL; InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED V_1; memset((&V_1), 0, sizeof(V_1)); PrecompiledLayout_t87B15ED374C6DA9C0C0D9333A1BDAC4F40E548CB V_2; memset((&V_2), 0, sizeof(V_2)); Func_1_t76DECFBA7E8607FAED0307739AF623E13E9A32D8 * G_B4_0 = NULL; PrecompiledLayout_t87B15ED374C6DA9C0C0D9333A1BDAC4F40E548CB * G_B4_1 = NULL; InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED G_B4_2; memset((&G_B4_2), 0, sizeof(G_B4_2)); Dictionary_2_tBF35F5A68A67D19B3685A61CE0EECA8A7DD19DFE * G_B4_3 = NULL; Func_1_t76DECFBA7E8607FAED0307739AF623E13E9A32D8 * G_B3_0 = NULL; PrecompiledLayout_t87B15ED374C6DA9C0C0D9333A1BDAC4F40E548CB * G_B3_1 = NULL; InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED G_B3_2; memset((&G_B3_2), 0, sizeof(G_B3_2)); Dictionary_2_tBF35F5A68A67D19B3685A61CE0EECA8A7DD19DFE * G_B3_3 = NULL; { // if (metadata == null) String_t* L_0 = ___metadata0; if (L_0) { goto IL_000e; } } { // throw new ArgumentNullException(nameof(metadata)); ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral20BB23A674F385779F076FBBECD1E67230DE5751)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputManager_RegisterPrecompiledLayout_TisRuntimeObject_m1FC0A97975FB3801CA6F125D56D165D316A54DBD_RuntimeMethod_var))); } IL_000e: { // var deviceType = typeof(TDevice).BaseType; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_2 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(method->rgctx_data, 0)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_3; L_3 = Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_2, /*hidden argument*/NULL); NullCheck((Type_t *)L_3); Type_t * L_4; L_4 = VirtFuncInvoker0< Type_t * >::Invoke(30 /* System.Type System.Type::get_BaseType() */, (Type_t *)L_3); V_0 = (Type_t *)L_4; // var layoutName = FindOrRegisterDeviceLayoutForType(deviceType); Type_t * L_5 = V_0; NullCheck((InputManager_t9E534956EF45276E5D7E75B3EA03BF1AB0EC411F *)__this); InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED L_6; L_6 = InputManager_FindOrRegisterDeviceLayoutForType_m835054747AC47CD4D0D7EB2410A83F947DD2C4BD((InputManager_t9E534956EF45276E5D7E75B3EA03BF1AB0EC411F *)__this, (Type_t *)L_5, /*hidden argument*/NULL); V_1 = (InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED )L_6; // m_Layouts.precompiledLayouts[layoutName] = new InputControlLayout.Collection.PrecompiledLayout // { // factoryMethod = () => new TDevice(), // metadata = metadata // }; Collection_tE4D2860D7319AE2B62163AFBA0A549B87DB0B97F * L_7 = (Collection_tE4D2860D7319AE2B62163AFBA0A549B87DB0B97F *)__this->get_address_of_m_Layouts_2(); Dictionary_2_tBF35F5A68A67D19B3685A61CE0EECA8A7DD19DFE * L_8 = (Dictionary_2_tBF35F5A68A67D19B3685A61CE0EECA8A7DD19DFE *)L_7->get_precompiledLayouts_7(); InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED L_9 = V_1; il2cpp_codegen_initobj((&V_2), sizeof(PrecompiledLayout_t87B15ED374C6DA9C0C0D9333A1BDAC4F40E548CB )); IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 1)); Func_1_t76DECFBA7E8607FAED0307739AF623E13E9A32D8 * L_10 = ((U3CU3Ec__60_1_tA08E6D147247AD44AA40903677555270D38B9C63_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 1)))->get_U3CU3E9__60_0_1(); Func_1_t76DECFBA7E8607FAED0307739AF623E13E9A32D8 * L_11 = (Func_1_t76DECFBA7E8607FAED0307739AF623E13E9A32D8 *)L_10; G_B3_0 = L_11; G_B3_1 = (&V_2); G_B3_2 = L_9; G_B3_3 = L_8; if (L_11) { G_B4_0 = L_11; G_B4_1 = (&V_2); G_B4_2 = L_9; G_B4_3 = L_8; goto IL_005b; } } { IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 1)); U3CU3Ec__60_1_tA08E6D147247AD44AA40903677555270D38B9C63 * L_12 = ((U3CU3Ec__60_1_tA08E6D147247AD44AA40903677555270D38B9C63_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 1)))->get_U3CU3E9_0(); Func_1_t76DECFBA7E8607FAED0307739AF623E13E9A32D8 * L_13 = (Func_1_t76DECFBA7E8607FAED0307739AF623E13E9A32D8 *)il2cpp_codegen_object_new(Func_1_t76DECFBA7E8607FAED0307739AF623E13E9A32D8_il2cpp_TypeInfo_var); Func_1__ctor_m97C14882696B3811C86591F93AADF71B2F841C21(L_13, (RuntimeObject *)L_12, (intptr_t)((intptr_t)IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)), /*hidden argument*/Func_1__ctor_m97C14882696B3811C86591F93AADF71B2F841C21_RuntimeMethod_var); Func_1_t76DECFBA7E8607FAED0307739AF623E13E9A32D8 * L_14 = (Func_1_t76DECFBA7E8607FAED0307739AF623E13E9A32D8 *)L_13; ((U3CU3Ec__60_1_tA08E6D147247AD44AA40903677555270D38B9C63_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 1)))->set_U3CU3E9__60_0_1(L_14); G_B4_0 = L_14; G_B4_1 = G_B3_1; G_B4_2 = G_B3_2; G_B4_3 = G_B3_3; } IL_005b: { G_B4_1->set_factoryMethod_0(G_B4_0); String_t* L_15 = ___metadata0; (&V_2)->set_metadata_1(L_15); PrecompiledLayout_t87B15ED374C6DA9C0C0D9333A1BDAC4F40E548CB L_16 = V_2; NullCheck((Dictionary_2_tBF35F5A68A67D19B3685A61CE0EECA8A7DD19DFE *)G_B4_3); Dictionary_2_set_Item_m9618601605FE2089514B1E9B03414D70822AF044((Dictionary_2_tBF35F5A68A67D19B3685A61CE0EECA8A7DD19DFE *)G_B4_3, (InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED )G_B4_2, (PrecompiledLayout_t87B15ED374C6DA9C0C0D9333A1BDAC4F40E548CB )L_16, /*hidden argument*/Dictionary_2_set_Item_m9618601605FE2089514B1E9B03414D70822AF044_RuntimeMethod_var); // } return; } } // TData UnityEngine.InputSystem.InputRemoting::DeserializeData(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * InputRemoting_DeserializeData_TisRuntimeObject_mC744399A37F77FAF6B5EE372DAE0E665B7C1D4C4_gshared (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___data0, const RuntimeMethod* method) { { // var json = Encoding.UTF8.GetString(data); Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * L_0; L_0 = Encoding_get_UTF8_mA1F9F8EACB3EEA1583247AA10DCE51C3A0A13469(/*hidden argument*/NULL); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = ___data0; NullCheck((Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 *)L_0); String_t* L_2; L_2 = VirtFuncInvoker1< String_t*, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* >::Invoke(32 /* System.String System.Text.Encoding::GetString(System.Byte[]) */, (Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 *)L_0, (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)L_1); // return JsonUtility.FromJson(json); RuntimeObject * L_3; L_3 = (( RuntimeObject * (*) (String_t*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((String_t*)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); return (RuntimeObject *)L_3; } } // TData UnityEngine.InputSystem.InputRemoting::DeserializeData(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Data_t3FF192B5CFD1421C2F2C0E9BB4A1DC2F1DACA882 InputRemoting_DeserializeData_TisData_t3FF192B5CFD1421C2F2C0E9BB4A1DC2F1DACA882_mCC8786EF5085F72150F9B9042ABBBC08EB33CFC4_gshared (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___data0, const RuntimeMethod* method) { { // var json = Encoding.UTF8.GetString(data); Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * L_0; L_0 = Encoding_get_UTF8_mA1F9F8EACB3EEA1583247AA10DCE51C3A0A13469(/*hidden argument*/NULL); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = ___data0; NullCheck((Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 *)L_0); String_t* L_2; L_2 = VirtFuncInvoker1< String_t*, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* >::Invoke(32 /* System.String System.Text.Encoding::GetString(System.Byte[]) */, (Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 *)L_0, (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)L_1); // return JsonUtility.FromJson(json); Data_t3FF192B5CFD1421C2F2C0E9BB4A1DC2F1DACA882 L_3; L_3 = (( Data_t3FF192B5CFD1421C2F2C0E9BB4A1DC2F1DACA882 (*) (String_t*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((String_t*)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); return (Data_t3FF192B5CFD1421C2F2C0E9BB4A1DC2F1DACA882 )L_3; } } // TData UnityEngine.InputSystem.InputRemoting::DeserializeData(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Data_t437F7661C1744D615B4D765316B5F0846BC54F1A InputRemoting_DeserializeData_TisData_t437F7661C1744D615B4D765316B5F0846BC54F1A_m4CEC800BCDB286EA66C96AB9CF2F025C27FBB67C_gshared (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___data0, const RuntimeMethod* method) { { // var json = Encoding.UTF8.GetString(data); Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * L_0; L_0 = Encoding_get_UTF8_mA1F9F8EACB3EEA1583247AA10DCE51C3A0A13469(/*hidden argument*/NULL); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = ___data0; NullCheck((Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 *)L_0); String_t* L_2; L_2 = VirtFuncInvoker1< String_t*, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* >::Invoke(32 /* System.String System.Text.Encoding::GetString(System.Byte[]) */, (Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 *)L_0, (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)L_1); // return JsonUtility.FromJson(json); Data_t437F7661C1744D615B4D765316B5F0846BC54F1A L_3; L_3 = (( Data_t437F7661C1744D615B4D765316B5F0846BC54F1A (*) (String_t*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((String_t*)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); return (Data_t437F7661C1744D615B4D765316B5F0846BC54F1A )L_3; } } // TData UnityEngine.InputSystem.InputRemoting::DeserializeData(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Data_t4AC7667866357B26B14611CD56C03C528D0E7EBF InputRemoting_DeserializeData_TisData_t4AC7667866357B26B14611CD56C03C528D0E7EBF_mDC81DCF0373FBEF5E092DEE718641E732BCFD352_gshared (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___data0, const RuntimeMethod* method) { { // var json = Encoding.UTF8.GetString(data); Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * L_0; L_0 = Encoding_get_UTF8_mA1F9F8EACB3EEA1583247AA10DCE51C3A0A13469(/*hidden argument*/NULL); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = ___data0; NullCheck((Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 *)L_0); String_t* L_2; L_2 = VirtFuncInvoker1< String_t*, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* >::Invoke(32 /* System.String System.Text.Encoding::GetString(System.Byte[]) */, (Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 *)L_0, (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)L_1); // return JsonUtility.FromJson(json); Data_t4AC7667866357B26B14611CD56C03C528D0E7EBF L_3; L_3 = (( Data_t4AC7667866357B26B14611CD56C03C528D0E7EBF (*) (String_t*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((String_t*)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); return (Data_t4AC7667866357B26B14611CD56C03C528D0E7EBF )L_3; } } // System.Byte[] UnityEngine.InputSystem.InputRemoting::SerializeData(TData) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* InputRemoting_SerializeData_TisRuntimeObject_m3E1425B818E2767CA6099E9E4068D22D833673F6_gshared (RuntimeObject * ___data0, const RuntimeMethod* method) { String_t* V_0 = NULL; { // var json = JsonUtility.ToJson(data); RuntimeObject * L_0 = ___data0; String_t* L_1; L_1 = JsonUtility_ToJson_m491DC338B9CEC36588C29B13673484B9B22348A8((RuntimeObject *)L_0, /*hidden argument*/NULL); V_0 = (String_t*)L_1; // return Encoding.UTF8.GetBytes(json); Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * L_2; L_2 = Encoding_get_UTF8_mA1F9F8EACB3EEA1583247AA10DCE51C3A0A13469(/*hidden argument*/NULL); String_t* L_3 = V_0; NullCheck((Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 *)L_2); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4; L_4 = VirtFuncInvoker1< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, String_t* >::Invoke(16 /* System.Byte[] System.Text.Encoding::GetBytes(System.String) */, (Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 *)L_2, (String_t*)L_3); return (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)L_4; } } // System.Byte[] UnityEngine.InputSystem.InputRemoting::SerializeData(TData) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* InputRemoting_SerializeData_TisData_t3FF192B5CFD1421C2F2C0E9BB4A1DC2F1DACA882_mE1F98C8F62FB0CCC6974A289933A84F350D3A130_gshared (Data_t3FF192B5CFD1421C2F2C0E9BB4A1DC2F1DACA882 ___data0, const RuntimeMethod* method) { String_t* V_0 = NULL; { // var json = JsonUtility.ToJson(data); Data_t3FF192B5CFD1421C2F2C0E9BB4A1DC2F1DACA882 L_0 = ___data0; Data_t3FF192B5CFD1421C2F2C0E9BB4A1DC2F1DACA882 L_1 = (Data_t3FF192B5CFD1421C2F2C0E9BB4A1DC2F1DACA882 )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_1); String_t* L_3; L_3 = JsonUtility_ToJson_m491DC338B9CEC36588C29B13673484B9B22348A8((RuntimeObject *)L_2, /*hidden argument*/NULL); V_0 = (String_t*)L_3; // return Encoding.UTF8.GetBytes(json); Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * L_4; L_4 = Encoding_get_UTF8_mA1F9F8EACB3EEA1583247AA10DCE51C3A0A13469(/*hidden argument*/NULL); String_t* L_5 = V_0; NullCheck((Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 *)L_4); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_6; L_6 = VirtFuncInvoker1< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, String_t* >::Invoke(16 /* System.Byte[] System.Text.Encoding::GetBytes(System.String) */, (Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 *)L_4, (String_t*)L_5); return (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)L_6; } } // System.Byte[] UnityEngine.InputSystem.InputRemoting::SerializeData(TData) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* InputRemoting_SerializeData_TisData_t437F7661C1744D615B4D765316B5F0846BC54F1A_mD47FD2D9B299934D14EEE67BE5F25939FCA86441_gshared (Data_t437F7661C1744D615B4D765316B5F0846BC54F1A ___data0, const RuntimeMethod* method) { String_t* V_0 = NULL; { // var json = JsonUtility.ToJson(data); Data_t437F7661C1744D615B4D765316B5F0846BC54F1A L_0 = ___data0; Data_t437F7661C1744D615B4D765316B5F0846BC54F1A L_1 = (Data_t437F7661C1744D615B4D765316B5F0846BC54F1A )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_1); String_t* L_3; L_3 = JsonUtility_ToJson_m491DC338B9CEC36588C29B13673484B9B22348A8((RuntimeObject *)L_2, /*hidden argument*/NULL); V_0 = (String_t*)L_3; // return Encoding.UTF8.GetBytes(json); Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * L_4; L_4 = Encoding_get_UTF8_mA1F9F8EACB3EEA1583247AA10DCE51C3A0A13469(/*hidden argument*/NULL); String_t* L_5 = V_0; NullCheck((Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 *)L_4); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_6; L_6 = VirtFuncInvoker1< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, String_t* >::Invoke(16 /* System.Byte[] System.Text.Encoding::GetBytes(System.String) */, (Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 *)L_4, (String_t*)L_5); return (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)L_6; } } // System.Byte[] UnityEngine.InputSystem.InputRemoting::SerializeData(TData) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* InputRemoting_SerializeData_TisData_t4AC7667866357B26B14611CD56C03C528D0E7EBF_mB17F6139F793AE8A58C02244B2092165C583192D_gshared (Data_t4AC7667866357B26B14611CD56C03C528D0E7EBF ___data0, const RuntimeMethod* method) { String_t* V_0 = NULL; { // var json = JsonUtility.ToJson(data); Data_t4AC7667866357B26B14611CD56C03C528D0E7EBF L_0 = ___data0; Data_t4AC7667866357B26B14611CD56C03C528D0E7EBF L_1 = (Data_t4AC7667866357B26B14611CD56C03C528D0E7EBF )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_1); String_t* L_3; L_3 = JsonUtility_ToJson_m491DC338B9CEC36588C29B13673484B9B22348A8((RuntimeObject *)L_2, /*hidden argument*/NULL); V_0 = (String_t*)L_3; // return Encoding.UTF8.GetBytes(json); Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * L_4; L_4 = Encoding_get_UTF8_mA1F9F8EACB3EEA1583247AA10DCE51C3A0A13469(/*hidden argument*/NULL); String_t* L_5 = V_0; NullCheck((Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 *)L_4); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_6; L_6 = VirtFuncInvoker1< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, String_t* >::Invoke(16 /* System.Byte[] System.Text.Encoding::GetBytes(System.String) */, (Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 *)L_4, (String_t*)L_5); return (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)L_6; } } // System.Int64 UnityEngine.InputSystem.LowLevel.InputRuntimeExtensions::DeviceCommand(UnityEngine.InputSystem.LowLevel.IInputRuntime,System.Int32,TCommand&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t InputRuntimeExtensions_DeviceCommand_TisDisableDeviceCommand_tB2F65EF65EBE67BF06541CD04C81BB31EE208FD5_m0E4A8423F3F6957D74340A32940213ED6937E649_gshared (RuntimeObject* ___runtime0, int32_t ___deviceId1, DisableDeviceCommand_tB2F65EF65EBE67BF06541CD04C81BB31EE208FD5 * ___command2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IInputRuntime_t0A177D923A451CB9F40A355C0CA60DDAC6D29946_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (runtime == null) RuntimeObject* L_0 = ___runtime0; if (L_0) { goto IL_000e; } } { // throw new ArgumentNullException(nameof(runtime)); ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2F0F7027CE72E908C45686CFE540738521E8BC70)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputRuntimeExtensions_DeviceCommand_TisDisableDeviceCommand_tB2F65EF65EBE67BF06541CD04C81BB31EE208FD5_m0E4A8423F3F6957D74340A32940213ED6937E649_RuntimeMethod_var))); } IL_000e: { // return runtime.DeviceCommand(deviceId, (InputDeviceCommand*)UnsafeUtility.AddressOf(ref command)); RuntimeObject* L_2 = ___runtime0; int32_t L_3 = ___deviceId1; DisableDeviceCommand_tB2F65EF65EBE67BF06541CD04C81BB31EE208FD5 * L_4 = ___command2; void* L_5; L_5 = il2cpp_codegen_unsafe_cast((DisableDeviceCommand_tB2F65EF65EBE67BF06541CD04C81BB31EE208FD5 *)(DisableDeviceCommand_tB2F65EF65EBE67BF06541CD04C81BB31EE208FD5 *)L_4); NullCheck((RuntimeObject*)L_2); int64_t L_6; L_6 = InterfaceFuncInvoker2< int64_t, int32_t, InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 * >::Invoke(3 /* System.Int64 UnityEngine.InputSystem.LowLevel.IInputRuntime::DeviceCommand(System.Int32,UnityEngine.InputSystem.LowLevel.InputDeviceCommand*) */, IInputRuntime_t0A177D923A451CB9F40A355C0CA60DDAC6D29946_il2cpp_TypeInfo_var, (RuntimeObject*)L_2, (int32_t)L_3, (InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 *)(InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 *)L_5); return (int64_t)L_6; } } // System.Int64 UnityEngine.InputSystem.LowLevel.InputRuntimeExtensions::DeviceCommand(UnityEngine.InputSystem.LowLevel.IInputRuntime,System.Int32,TCommand&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t InputRuntimeExtensions_DeviceCommand_TisEnableDeviceCommand_tB57B3D3EDA2CD18BF45CCDB5132C993C6FBFA613_m6DA0519E09D540313D30CAF703C46549C6C788FF_gshared (RuntimeObject* ___runtime0, int32_t ___deviceId1, EnableDeviceCommand_tB57B3D3EDA2CD18BF45CCDB5132C993C6FBFA613 * ___command2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IInputRuntime_t0A177D923A451CB9F40A355C0CA60DDAC6D29946_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (runtime == null) RuntimeObject* L_0 = ___runtime0; if (L_0) { goto IL_000e; } } { // throw new ArgumentNullException(nameof(runtime)); ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2F0F7027CE72E908C45686CFE540738521E8BC70)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputRuntimeExtensions_DeviceCommand_TisEnableDeviceCommand_tB57B3D3EDA2CD18BF45CCDB5132C993C6FBFA613_m6DA0519E09D540313D30CAF703C46549C6C788FF_RuntimeMethod_var))); } IL_000e: { // return runtime.DeviceCommand(deviceId, (InputDeviceCommand*)UnsafeUtility.AddressOf(ref command)); RuntimeObject* L_2 = ___runtime0; int32_t L_3 = ___deviceId1; EnableDeviceCommand_tB57B3D3EDA2CD18BF45CCDB5132C993C6FBFA613 * L_4 = ___command2; void* L_5; L_5 = il2cpp_codegen_unsafe_cast((EnableDeviceCommand_tB57B3D3EDA2CD18BF45CCDB5132C993C6FBFA613 *)(EnableDeviceCommand_tB57B3D3EDA2CD18BF45CCDB5132C993C6FBFA613 *)L_4); NullCheck((RuntimeObject*)L_2); int64_t L_6; L_6 = InterfaceFuncInvoker2< int64_t, int32_t, InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 * >::Invoke(3 /* System.Int64 UnityEngine.InputSystem.LowLevel.IInputRuntime::DeviceCommand(System.Int32,UnityEngine.InputSystem.LowLevel.InputDeviceCommand*) */, IInputRuntime_t0A177D923A451CB9F40A355C0CA60DDAC6D29946_il2cpp_TypeInfo_var, (RuntimeObject*)L_2, (int32_t)L_3, (InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 *)(InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 *)L_5); return (int64_t)L_6; } } // System.Int64 UnityEngine.InputSystem.LowLevel.InputRuntimeExtensions::DeviceCommand(UnityEngine.InputSystem.LowLevel.IInputRuntime,System.Int32,TCommand&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t InputRuntimeExtensions_DeviceCommand_TisInputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3_m17A9989BF690B87F556966B455409A987C18C71D_gshared (RuntimeObject* ___runtime0, int32_t ___deviceId1, InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 * ___command2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IInputRuntime_t0A177D923A451CB9F40A355C0CA60DDAC6D29946_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (runtime == null) RuntimeObject* L_0 = ___runtime0; if (L_0) { goto IL_000e; } } { // throw new ArgumentNullException(nameof(runtime)); ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2F0F7027CE72E908C45686CFE540738521E8BC70)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputRuntimeExtensions_DeviceCommand_TisInputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3_m17A9989BF690B87F556966B455409A987C18C71D_RuntimeMethod_var))); } IL_000e: { // return runtime.DeviceCommand(deviceId, (InputDeviceCommand*)UnsafeUtility.AddressOf(ref command)); RuntimeObject* L_2 = ___runtime0; int32_t L_3 = ___deviceId1; InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 * L_4 = ___command2; void* L_5; L_5 = il2cpp_codegen_unsafe_cast((InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 *)(InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 *)L_4); NullCheck((RuntimeObject*)L_2); int64_t L_6; L_6 = InterfaceFuncInvoker2< int64_t, int32_t, InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 * >::Invoke(3 /* System.Int64 UnityEngine.InputSystem.LowLevel.IInputRuntime::DeviceCommand(System.Int32,UnityEngine.InputSystem.LowLevel.InputDeviceCommand*) */, IInputRuntime_t0A177D923A451CB9F40A355C0CA60DDAC6D29946_il2cpp_TypeInfo_var, (RuntimeObject*)L_2, (int32_t)L_3, (InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 *)(InputDeviceCommand_tBA7404132CBAC1E564F79E5B8B6A258527976AD3 *)L_5); return (int64_t)L_6; } } // System.Void UnityEngine.InputSystem.LowLevel.InputState::Change(UnityEngine.InputSystem.InputControl,TState,UnityEngine.InputSystem.LowLevel.InputUpdateType,UnityEngine.InputSystem.LowLevel.InputEventPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputState_Change_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m92B9C9AC31BECD824ECDF414E232DBC88947A866_gshared (InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * ___control0, uint8_t ___state1, int32_t ___updateType2, InputEventPtr_t3ECDD4FDE129B0CD8021DF46D8D01D941F4AE5C1 ___eventPtr3, const RuntimeMethod* method) { { // Change(control, ref state, updateType, eventPtr); InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_0 = ___control0; int32_t L_1 = ___updateType2; InputEventPtr_t3ECDD4FDE129B0CD8021DF46D8D01D941F4AE5C1 L_2 = ___eventPtr3; (( void (*) (InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 *, uint8_t*, int32_t, InputEventPtr_t3ECDD4FDE129B0CD8021DF46D8D01D941F4AE5C1 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 *)L_0, (uint8_t*)(uint8_t*)(&___state1), (int32_t)L_1, (InputEventPtr_t3ECDD4FDE129B0CD8021DF46D8D01D941F4AE5C1 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); // } return; } } // System.Void UnityEngine.InputSystem.LowLevel.InputState::Change(UnityEngine.InputSystem.InputControl,TState&,UnityEngine.InputSystem.LowLevel.InputUpdateType,UnityEngine.InputSystem.LowLevel.InputEventPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputState_Change_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m3670B9B36956F08E072C3D68257E19F137D6DCF1_gshared (InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * ___control0, uint8_t* ___state1, int32_t ___updateType2, InputEventPtr_t3ECDD4FDE129B0CD8021DF46D8D01D941F4AE5C1 ___eventPtr3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IInputRuntime_t0A177D923A451CB9F40A355C0CA60DDAC6D29946_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputRuntime_t86C5A649BE0CD84BFE7B27910A47F1C83E5108B8_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputSystem_tB2E105FFA04BBFEF25E381E9FBBE7DA78BB18380_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * V_0 = NULL; int64_t V_1 = 0; void* V_2 = NULL; uint32_t V_3 = 0; InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B V_4; memset((&V_4), 0, sizeof(V_4)); InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * G_B7_0 = NULL; InputManager_t9E534956EF45276E5D7E75B3EA03BF1AB0EC411F * G_B7_1 = NULL; InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * G_B6_0 = NULL; InputManager_t9E534956EF45276E5D7E75B3EA03BF1AB0EC411F * G_B6_1 = NULL; int32_t G_B8_0 = 0; InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * G_B8_1 = NULL; InputManager_t9E534956EF45276E5D7E75B3EA03BF1AB0EC411F * G_B8_2 = NULL; int32_t G_B10_0 = 0; uint32_t G_B10_1 = 0; void* G_B10_2 = NULL; int32_t G_B10_3 = 0; InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * G_B10_4 = NULL; InputManager_t9E534956EF45276E5D7E75B3EA03BF1AB0EC411F * G_B10_5 = NULL; int32_t G_B9_0 = 0; uint32_t G_B9_1 = 0; void* G_B9_2 = NULL; int32_t G_B9_3 = 0; InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * G_B9_4 = NULL; InputManager_t9E534956EF45276E5D7E75B3EA03BF1AB0EC411F * G_B9_5 = NULL; double G_B11_0 = 0.0; int32_t G_B11_1 = 0; uint32_t G_B11_2 = 0; void* G_B11_3 = NULL; int32_t G_B11_4 = 0; InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * G_B11_5 = NULL; InputManager_t9E534956EF45276E5D7E75B3EA03BF1AB0EC411F * G_B11_6 = NULL; { // if (control == null) InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_0 = ___control0; if (L_0) { goto IL_000e; } } { // throw new ArgumentNullException(nameof(control)); ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralFAAED55F148F74B2C74F8C745D3CF6CBC766B1DC)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputState_Change_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m3670B9B36956F08E072C3D68257E19F137D6DCF1_RuntimeMethod_var))); } IL_000e: { // if (control.stateBlock.bitOffset != 0 || control.stateBlock.sizeInBits % 8 != 0) InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_2 = ___control0; NullCheck((InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 *)L_2); InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B L_3; L_3 = InputControl_get_stateBlock_m0ECA3324A1A42DDE5085EAE0A82D7C0447143252_inline((InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 *)L_2, /*hidden argument*/NULL); V_4 = (InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B )L_3; uint32_t L_4; L_4 = InputStateBlock_get_bitOffset_m27E4210E69D0E10CC6FFBFEF43BBF3E7ED8C02FC_inline((InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B *)(InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B *)(&V_4), /*hidden argument*/NULL); if (L_4) { goto IL_0032; } } { InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_5 = ___control0; NullCheck((InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 *)L_5); InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B L_6; L_6 = InputControl_get_stateBlock_m0ECA3324A1A42DDE5085EAE0A82D7C0447143252_inline((InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 *)L_5, /*hidden argument*/NULL); V_4 = (InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B )L_6; uint32_t L_7; L_7 = InputStateBlock_get_sizeInBits_mFA7DECC1FDC31AB8E7E9E773B096FEE1844FE21D_inline((InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B *)(InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B *)(&V_4), /*hidden argument*/NULL); if (!((int32_t)((uint32_t)(int32_t)L_7%(uint32_t)(int32_t)8))) { goto IL_0048; } } IL_0032: { // throw new ArgumentException($"Cannot change state of bitfield control '{control}' using this method", nameof(control)); InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_8 = ___control0; String_t* L_9; L_9 = String_Format_m5A16F3ABC59A3E9804E0CB2636849CCD74CEC994((String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2B4018C4C52D9B2DAF02BA93539560057A31754E)), (RuntimeObject *)L_8, /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_10 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m71044C2110E357B71A1C30D2561C3F861AF1DC0D(L_10, (String_t*)L_9, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralFAAED55F148F74B2C74F8C745D3CF6CBC766B1DC)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_10, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputState_Change_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m3670B9B36956F08E072C3D68257E19F137D6DCF1_RuntimeMethod_var))); } IL_0048: { // var device = control.device; InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_11 = ___control0; NullCheck((InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 *)L_11); InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * L_12; L_12 = InputControl_get_device_m7B8D4A5F3C7C11E4FE7239692961C434C7CCF9E1_inline((InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 *)L_11, /*hidden argument*/NULL); V_0 = (InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 *)L_12; // var stateSize = Math.Min(UnsafeUtility.SizeOf(), control.m_StateBlock.alignedSizeInBytes); int32_t L_13; L_13 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_14 = ___control0; NullCheck(L_14); InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B * L_15 = (InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B *)L_14->get_address_of_m_StateBlock_0(); uint32_t L_16; L_16 = InputStateBlock_get_alignedSizeInBytes_m0A9650F80120683F6336427F2A8C9639109738D8((InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B *)(InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B *)L_15, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int64_t L_17; L_17 = Math_Min_mFA3B9B080AA527AF4E529FCB16E8AF0416149151((int64_t)((int64_t)((int64_t)L_13)), (int64_t)((int64_t)((uint64_t)L_16)), /*hidden argument*/NULL); V_1 = (int64_t)L_17; // var statePtr = UnsafeUtility.AddressOf(ref state); uint8_t* L_18 = ___state1; void* L_19; L_19 = il2cpp_codegen_unsafe_cast((uint8_t*)(uint8_t*)L_18); V_2 = (void*)L_19; // var stateOffset = control.stateBlock.byteOffset - device.stateBlock.byteOffset; InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_20 = ___control0; NullCheck((InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 *)L_20); InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B L_21; L_21 = InputControl_get_stateBlock_m0ECA3324A1A42DDE5085EAE0A82D7C0447143252_inline((InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 *)L_20, /*hidden argument*/NULL); V_4 = (InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B )L_21; uint32_t L_22; L_22 = InputStateBlock_get_byteOffset_m68EF162227DEB77FFCA5C46605780C3387ADC019_inline((InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B *)(InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B *)(&V_4), /*hidden argument*/NULL); InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * L_23 = V_0; NullCheck((InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 *)L_23); InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B L_24; L_24 = InputControl_get_stateBlock_m0ECA3324A1A42DDE5085EAE0A82D7C0447143252_inline((InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 *)L_23, /*hidden argument*/NULL); V_4 = (InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B )L_24; uint32_t L_25; L_25 = InputStateBlock_get_byteOffset_m68EF162227DEB77FFCA5C46605780C3387ADC019_inline((InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B *)(InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B *)(&V_4), /*hidden argument*/NULL); V_3 = (uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_22, (int32_t)L_25)); // InputSystem.s_Manager.UpdateState(device, // updateType != default ? updateType : InputSystem.s_Manager.defaultUpdateType, statePtr, stateOffset, // (uint)stateSize, // eventPtr.valid // ? eventPtr.internalTime // : InputRuntime.s_Instance.currentTime, // eventPtr: eventPtr); IL2CPP_RUNTIME_CLASS_INIT(InputSystem_tB2E105FFA04BBFEF25E381E9FBBE7DA78BB18380_il2cpp_TypeInfo_var); InputManager_t9E534956EF45276E5D7E75B3EA03BF1AB0EC411F * L_26 = ((InputSystem_tB2E105FFA04BBFEF25E381E9FBBE7DA78BB18380_StaticFields*)il2cpp_codegen_static_fields_for(InputSystem_tB2E105FFA04BBFEF25E381E9FBBE7DA78BB18380_il2cpp_TypeInfo_var))->get_s_Manager_2(); InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * L_27 = V_0; int32_t L_28 = ___updateType2; G_B6_0 = L_27; G_B6_1 = L_26; if (L_28) { G_B7_0 = L_27; G_B7_1 = L_26; goto IL_00a3; } } { IL2CPP_RUNTIME_CLASS_INIT(InputSystem_tB2E105FFA04BBFEF25E381E9FBBE7DA78BB18380_il2cpp_TypeInfo_var); InputManager_t9E534956EF45276E5D7E75B3EA03BF1AB0EC411F * L_29 = ((InputSystem_tB2E105FFA04BBFEF25E381E9FBBE7DA78BB18380_StaticFields*)il2cpp_codegen_static_fields_for(InputSystem_tB2E105FFA04BBFEF25E381E9FBBE7DA78BB18380_il2cpp_TypeInfo_var))->get_s_Manager_2(); NullCheck((InputManager_t9E534956EF45276E5D7E75B3EA03BF1AB0EC411F *)L_29); int32_t L_30; L_30 = InputManager_get_defaultUpdateType_m42567EB68373890616C0D95CCE3F40098CE731BE((InputManager_t9E534956EF45276E5D7E75B3EA03BF1AB0EC411F *)L_29, /*hidden argument*/NULL); G_B8_0 = L_30; G_B8_1 = G_B6_0; G_B8_2 = G_B6_1; goto IL_00a4; } IL_00a3: { int32_t L_31 = ___updateType2; G_B8_0 = L_31; G_B8_1 = G_B7_0; G_B8_2 = G_B7_1; } IL_00a4: { void* L_32 = V_2; uint32_t L_33 = V_3; int64_t L_34 = V_1; bool L_35; L_35 = InputEventPtr_get_valid_m89FC8685702EDBBB434A0576EED219CA4BF0630C((InputEventPtr_t3ECDD4FDE129B0CD8021DF46D8D01D941F4AE5C1 *)(InputEventPtr_t3ECDD4FDE129B0CD8021DF46D8D01D941F4AE5C1 *)(&___eventPtr3), /*hidden argument*/NULL); G_B9_0 = ((int32_t)((uint32_t)L_34)); G_B9_1 = L_33; G_B9_2 = L_32; G_B9_3 = G_B8_0; G_B9_4 = G_B8_1; G_B9_5 = G_B8_2; if (L_35) { G_B10_0 = ((int32_t)((uint32_t)L_34)); G_B10_1 = L_33; G_B10_2 = L_32; G_B10_3 = G_B8_0; G_B10_4 = G_B8_1; G_B10_5 = G_B8_2; goto IL_00bd; } } { RuntimeObject* L_36 = ((InputRuntime_t86C5A649BE0CD84BFE7B27910A47F1C83E5108B8_StaticFields*)il2cpp_codegen_static_fields_for(InputRuntime_t86C5A649BE0CD84BFE7B27910A47F1C83E5108B8_il2cpp_TypeInfo_var))->get_s_Instance_0(); NullCheck((RuntimeObject*)L_36); double L_37; L_37 = InterfaceFuncInvoker0< double >::Invoke(19 /* System.Double UnityEngine.InputSystem.LowLevel.IInputRuntime::get_currentTime() */, IInputRuntime_t0A177D923A451CB9F40A355C0CA60DDAC6D29946_il2cpp_TypeInfo_var, (RuntimeObject*)L_36); G_B11_0 = L_37; G_B11_1 = G_B9_0; G_B11_2 = G_B9_1; G_B11_3 = G_B9_2; G_B11_4 = G_B9_3; G_B11_5 = G_B9_4; G_B11_6 = G_B9_5; goto IL_00c4; } IL_00bd: { double L_38; L_38 = InputEventPtr_get_internalTime_m2EB7E0D18A1C720BCCC17363F5FEA88DD482A067((InputEventPtr_t3ECDD4FDE129B0CD8021DF46D8D01D941F4AE5C1 *)(InputEventPtr_t3ECDD4FDE129B0CD8021DF46D8D01D941F4AE5C1 *)(&___eventPtr3), /*hidden argument*/NULL); G_B11_0 = L_38; G_B11_1 = G_B10_0; G_B11_2 = G_B10_1; G_B11_3 = G_B10_2; G_B11_4 = G_B10_3; G_B11_5 = G_B10_4; G_B11_6 = G_B10_5; } IL_00c4: { InputEventPtr_t3ECDD4FDE129B0CD8021DF46D8D01D941F4AE5C1 L_39 = ___eventPtr3; NullCheck((InputManager_t9E534956EF45276E5D7E75B3EA03BF1AB0EC411F *)G_B11_6); bool L_40; L_40 = InputManager_UpdateState_mFE9F65AD171FE4A2C9CCFC0138D888AC1BC43021((InputManager_t9E534956EF45276E5D7E75B3EA03BF1AB0EC411F *)G_B11_6, (InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 *)G_B11_5, (int32_t)G_B11_4, (void*)(void*)G_B11_3, (uint32_t)G_B11_2, (uint32_t)G_B11_1, (double)G_B11_0, (InputEventPtr_t3ECDD4FDE129B0CD8021DF46D8D01D941F4AE5C1 )L_39, /*hidden argument*/NULL); // } return; } } // System.Void UnityEngine.InputSystem.LowLevel.InputState::Change(UnityEngine.InputSystem.InputControl,TState,UnityEngine.InputSystem.LowLevel.InputUpdateType,UnityEngine.InputSystem.LowLevel.InputEventPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputState_Change_TisInt32Enum_t9B63F771913F2B6D586F1173B44A41FBE26F6B5C_mC871CBDCB26C9AE69D819248B8A2421FA2184283_gshared (InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * ___control0, int32_t ___state1, int32_t ___updateType2, InputEventPtr_t3ECDD4FDE129B0CD8021DF46D8D01D941F4AE5C1 ___eventPtr3, const RuntimeMethod* method) { { // Change(control, ref state, updateType, eventPtr); InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_0 = ___control0; int32_t L_1 = ___updateType2; InputEventPtr_t3ECDD4FDE129B0CD8021DF46D8D01D941F4AE5C1 L_2 = ___eventPtr3; (( void (*) (InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 *, int32_t*, int32_t, InputEventPtr_t3ECDD4FDE129B0CD8021DF46D8D01D941F4AE5C1 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 *)L_0, (int32_t*)(int32_t*)(&___state1), (int32_t)L_1, (InputEventPtr_t3ECDD4FDE129B0CD8021DF46D8D01D941F4AE5C1 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); // } return; } } // System.Void UnityEngine.InputSystem.LowLevel.InputState::Change(UnityEngine.InputSystem.InputControl,TState&,UnityEngine.InputSystem.LowLevel.InputUpdateType,UnityEngine.InputSystem.LowLevel.InputEventPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputState_Change_TisInt32Enum_t9B63F771913F2B6D586F1173B44A41FBE26F6B5C_mE061A7930AD96CD61132988BF8A9EF9EDBDB9D86_gshared (InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * ___control0, int32_t* ___state1, int32_t ___updateType2, InputEventPtr_t3ECDD4FDE129B0CD8021DF46D8D01D941F4AE5C1 ___eventPtr3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IInputRuntime_t0A177D923A451CB9F40A355C0CA60DDAC6D29946_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputRuntime_t86C5A649BE0CD84BFE7B27910A47F1C83E5108B8_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputSystem_tB2E105FFA04BBFEF25E381E9FBBE7DA78BB18380_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * V_0 = NULL; int64_t V_1 = 0; void* V_2 = NULL; uint32_t V_3 = 0; InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B V_4; memset((&V_4), 0, sizeof(V_4)); InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * G_B7_0 = NULL; InputManager_t9E534956EF45276E5D7E75B3EA03BF1AB0EC411F * G_B7_1 = NULL; InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * G_B6_0 = NULL; InputManager_t9E534956EF45276E5D7E75B3EA03BF1AB0EC411F * G_B6_1 = NULL; int32_t G_B8_0 = 0; InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * G_B8_1 = NULL; InputManager_t9E534956EF45276E5D7E75B3EA03BF1AB0EC411F * G_B8_2 = NULL; int32_t G_B10_0 = 0; uint32_t G_B10_1 = 0; void* G_B10_2 = NULL; int32_t G_B10_3 = 0; InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * G_B10_4 = NULL; InputManager_t9E534956EF45276E5D7E75B3EA03BF1AB0EC411F * G_B10_5 = NULL; int32_t G_B9_0 = 0; uint32_t G_B9_1 = 0; void* G_B9_2 = NULL; int32_t G_B9_3 = 0; InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * G_B9_4 = NULL; InputManager_t9E534956EF45276E5D7E75B3EA03BF1AB0EC411F * G_B9_5 = NULL; double G_B11_0 = 0.0; int32_t G_B11_1 = 0; uint32_t G_B11_2 = 0; void* G_B11_3 = NULL; int32_t G_B11_4 = 0; InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * G_B11_5 = NULL; InputManager_t9E534956EF45276E5D7E75B3EA03BF1AB0EC411F * G_B11_6 = NULL; { // if (control == null) InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_0 = ___control0; if (L_0) { goto IL_000e; } } { // throw new ArgumentNullException(nameof(control)); ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralFAAED55F148F74B2C74F8C745D3CF6CBC766B1DC)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputState_Change_TisInt32Enum_t9B63F771913F2B6D586F1173B44A41FBE26F6B5C_mE061A7930AD96CD61132988BF8A9EF9EDBDB9D86_RuntimeMethod_var))); } IL_000e: { // if (control.stateBlock.bitOffset != 0 || control.stateBlock.sizeInBits % 8 != 0) InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_2 = ___control0; NullCheck((InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 *)L_2); InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B L_3; L_3 = InputControl_get_stateBlock_m0ECA3324A1A42DDE5085EAE0A82D7C0447143252_inline((InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 *)L_2, /*hidden argument*/NULL); V_4 = (InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B )L_3; uint32_t L_4; L_4 = InputStateBlock_get_bitOffset_m27E4210E69D0E10CC6FFBFEF43BBF3E7ED8C02FC_inline((InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B *)(InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B *)(&V_4), /*hidden argument*/NULL); if (L_4) { goto IL_0032; } } { InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_5 = ___control0; NullCheck((InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 *)L_5); InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B L_6; L_6 = InputControl_get_stateBlock_m0ECA3324A1A42DDE5085EAE0A82D7C0447143252_inline((InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 *)L_5, /*hidden argument*/NULL); V_4 = (InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B )L_6; uint32_t L_7; L_7 = InputStateBlock_get_sizeInBits_mFA7DECC1FDC31AB8E7E9E773B096FEE1844FE21D_inline((InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B *)(InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B *)(&V_4), /*hidden argument*/NULL); if (!((int32_t)((uint32_t)(int32_t)L_7%(uint32_t)(int32_t)8))) { goto IL_0048; } } IL_0032: { // throw new ArgumentException($"Cannot change state of bitfield control '{control}' using this method", nameof(control)); InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_8 = ___control0; String_t* L_9; L_9 = String_Format_m5A16F3ABC59A3E9804E0CB2636849CCD74CEC994((String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2B4018C4C52D9B2DAF02BA93539560057A31754E)), (RuntimeObject *)L_8, /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_10 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m71044C2110E357B71A1C30D2561C3F861AF1DC0D(L_10, (String_t*)L_9, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralFAAED55F148F74B2C74F8C745D3CF6CBC766B1DC)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_10, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputState_Change_TisInt32Enum_t9B63F771913F2B6D586F1173B44A41FBE26F6B5C_mE061A7930AD96CD61132988BF8A9EF9EDBDB9D86_RuntimeMethod_var))); } IL_0048: { // var device = control.device; InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_11 = ___control0; NullCheck((InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 *)L_11); InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * L_12; L_12 = InputControl_get_device_m7B8D4A5F3C7C11E4FE7239692961C434C7CCF9E1_inline((InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 *)L_11, /*hidden argument*/NULL); V_0 = (InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 *)L_12; // var stateSize = Math.Min(UnsafeUtility.SizeOf(), control.m_StateBlock.alignedSizeInBytes); int32_t L_13; L_13 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_14 = ___control0; NullCheck(L_14); InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B * L_15 = (InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B *)L_14->get_address_of_m_StateBlock_0(); uint32_t L_16; L_16 = InputStateBlock_get_alignedSizeInBytes_m0A9650F80120683F6336427F2A8C9639109738D8((InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B *)(InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B *)L_15, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int64_t L_17; L_17 = Math_Min_mFA3B9B080AA527AF4E529FCB16E8AF0416149151((int64_t)((int64_t)((int64_t)L_13)), (int64_t)((int64_t)((uint64_t)L_16)), /*hidden argument*/NULL); V_1 = (int64_t)L_17; // var statePtr = UnsafeUtility.AddressOf(ref state); int32_t* L_18 = ___state1; void* L_19; L_19 = il2cpp_codegen_unsafe_cast((int32_t*)(int32_t*)L_18); V_2 = (void*)L_19; // var stateOffset = control.stateBlock.byteOffset - device.stateBlock.byteOffset; InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_20 = ___control0; NullCheck((InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 *)L_20); InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B L_21; L_21 = InputControl_get_stateBlock_m0ECA3324A1A42DDE5085EAE0A82D7C0447143252_inline((InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 *)L_20, /*hidden argument*/NULL); V_4 = (InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B )L_21; uint32_t L_22; L_22 = InputStateBlock_get_byteOffset_m68EF162227DEB77FFCA5C46605780C3387ADC019_inline((InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B *)(InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B *)(&V_4), /*hidden argument*/NULL); InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * L_23 = V_0; NullCheck((InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 *)L_23); InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B L_24; L_24 = InputControl_get_stateBlock_m0ECA3324A1A42DDE5085EAE0A82D7C0447143252_inline((InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 *)L_23, /*hidden argument*/NULL); V_4 = (InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B )L_24; uint32_t L_25; L_25 = InputStateBlock_get_byteOffset_m68EF162227DEB77FFCA5C46605780C3387ADC019_inline((InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B *)(InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B *)(&V_4), /*hidden argument*/NULL); V_3 = (uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_22, (int32_t)L_25)); // InputSystem.s_Manager.UpdateState(device, // updateType != default ? updateType : InputSystem.s_Manager.defaultUpdateType, statePtr, stateOffset, // (uint)stateSize, // eventPtr.valid // ? eventPtr.internalTime // : InputRuntime.s_Instance.currentTime, // eventPtr: eventPtr); IL2CPP_RUNTIME_CLASS_INIT(InputSystem_tB2E105FFA04BBFEF25E381E9FBBE7DA78BB18380_il2cpp_TypeInfo_var); InputManager_t9E534956EF45276E5D7E75B3EA03BF1AB0EC411F * L_26 = ((InputSystem_tB2E105FFA04BBFEF25E381E9FBBE7DA78BB18380_StaticFields*)il2cpp_codegen_static_fields_for(InputSystem_tB2E105FFA04BBFEF25E381E9FBBE7DA78BB18380_il2cpp_TypeInfo_var))->get_s_Manager_2(); InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * L_27 = V_0; int32_t L_28 = ___updateType2; G_B6_0 = L_27; G_B6_1 = L_26; if (L_28) { G_B7_0 = L_27; G_B7_1 = L_26; goto IL_00a3; } } { IL2CPP_RUNTIME_CLASS_INIT(InputSystem_tB2E105FFA04BBFEF25E381E9FBBE7DA78BB18380_il2cpp_TypeInfo_var); InputManager_t9E534956EF45276E5D7E75B3EA03BF1AB0EC411F * L_29 = ((InputSystem_tB2E105FFA04BBFEF25E381E9FBBE7DA78BB18380_StaticFields*)il2cpp_codegen_static_fields_for(InputSystem_tB2E105FFA04BBFEF25E381E9FBBE7DA78BB18380_il2cpp_TypeInfo_var))->get_s_Manager_2(); NullCheck((InputManager_t9E534956EF45276E5D7E75B3EA03BF1AB0EC411F *)L_29); int32_t L_30; L_30 = InputManager_get_defaultUpdateType_m42567EB68373890616C0D95CCE3F40098CE731BE((InputManager_t9E534956EF45276E5D7E75B3EA03BF1AB0EC411F *)L_29, /*hidden argument*/NULL); G_B8_0 = L_30; G_B8_1 = G_B6_0; G_B8_2 = G_B6_1; goto IL_00a4; } IL_00a3: { int32_t L_31 = ___updateType2; G_B8_0 = L_31; G_B8_1 = G_B7_0; G_B8_2 = G_B7_1; } IL_00a4: { void* L_32 = V_2; uint32_t L_33 = V_3; int64_t L_34 = V_1; bool L_35; L_35 = InputEventPtr_get_valid_m89FC8685702EDBBB434A0576EED219CA4BF0630C((InputEventPtr_t3ECDD4FDE129B0CD8021DF46D8D01D941F4AE5C1 *)(InputEventPtr_t3ECDD4FDE129B0CD8021DF46D8D01D941F4AE5C1 *)(&___eventPtr3), /*hidden argument*/NULL); G_B9_0 = ((int32_t)((uint32_t)L_34)); G_B9_1 = L_33; G_B9_2 = L_32; G_B9_3 = G_B8_0; G_B9_4 = G_B8_1; G_B9_5 = G_B8_2; if (L_35) { G_B10_0 = ((int32_t)((uint32_t)L_34)); G_B10_1 = L_33; G_B10_2 = L_32; G_B10_3 = G_B8_0; G_B10_4 = G_B8_1; G_B10_5 = G_B8_2; goto IL_00bd; } } { RuntimeObject* L_36 = ((InputRuntime_t86C5A649BE0CD84BFE7B27910A47F1C83E5108B8_StaticFields*)il2cpp_codegen_static_fields_for(InputRuntime_t86C5A649BE0CD84BFE7B27910A47F1C83E5108B8_il2cpp_TypeInfo_var))->get_s_Instance_0(); NullCheck((RuntimeObject*)L_36); double L_37; L_37 = InterfaceFuncInvoker0< double >::Invoke(19 /* System.Double UnityEngine.InputSystem.LowLevel.IInputRuntime::get_currentTime() */, IInputRuntime_t0A177D923A451CB9F40A355C0CA60DDAC6D29946_il2cpp_TypeInfo_var, (RuntimeObject*)L_36); G_B11_0 = L_37; G_B11_1 = G_B9_0; G_B11_2 = G_B9_1; G_B11_3 = G_B9_2; G_B11_4 = G_B9_3; G_B11_5 = G_B9_4; G_B11_6 = G_B9_5; goto IL_00c4; } IL_00bd: { double L_38; L_38 = InputEventPtr_get_internalTime_m2EB7E0D18A1C720BCCC17363F5FEA88DD482A067((InputEventPtr_t3ECDD4FDE129B0CD8021DF46D8D01D941F4AE5C1 *)(InputEventPtr_t3ECDD4FDE129B0CD8021DF46D8D01D941F4AE5C1 *)(&___eventPtr3), /*hidden argument*/NULL); G_B11_0 = L_38; G_B11_1 = G_B10_0; G_B11_2 = G_B10_1; G_B11_3 = G_B10_2; G_B11_4 = G_B10_3; G_B11_5 = G_B10_4; G_B11_6 = G_B10_5; } IL_00c4: { InputEventPtr_t3ECDD4FDE129B0CD8021DF46D8D01D941F4AE5C1 L_39 = ___eventPtr3; NullCheck((InputManager_t9E534956EF45276E5D7E75B3EA03BF1AB0EC411F *)G_B11_6); bool L_40; L_40 = InputManager_UpdateState_mFE9F65AD171FE4A2C9CCFC0138D888AC1BC43021((InputManager_t9E534956EF45276E5D7E75B3EA03BF1AB0EC411F *)G_B11_6, (InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 *)G_B11_5, (int32_t)G_B11_4, (void*)(void*)G_B11_3, (uint32_t)G_B11_2, (uint32_t)G_B11_1, (double)G_B11_0, (InputEventPtr_t3ECDD4FDE129B0CD8021DF46D8D01D941F4AE5C1 )L_39, /*hidden argument*/NULL); // } return; } } // System.Void UnityEngine.InputSystem.LowLevel.InputState::Change(UnityEngine.InputSystem.InputControl,TState,UnityEngine.InputSystem.LowLevel.InputUpdateType,UnityEngine.InputSystem.LowLevel.InputEventPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputState_Change_TisMouseState_t07F13572113C4A2ACF106F46535849FCCC0582C7_mD62B5D8948391B4398346DFAC7BB46E6968073AC_gshared (InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * ___control0, MouseState_t07F13572113C4A2ACF106F46535849FCCC0582C7 ___state1, int32_t ___updateType2, InputEventPtr_t3ECDD4FDE129B0CD8021DF46D8D01D941F4AE5C1 ___eventPtr3, const RuntimeMethod* method) { { // Change(control, ref state, updateType, eventPtr); InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_0 = ___control0; int32_t L_1 = ___updateType2; InputEventPtr_t3ECDD4FDE129B0CD8021DF46D8D01D941F4AE5C1 L_2 = ___eventPtr3; (( void (*) (InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 *, MouseState_t07F13572113C4A2ACF106F46535849FCCC0582C7 *, int32_t, InputEventPtr_t3ECDD4FDE129B0CD8021DF46D8D01D941F4AE5C1 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 *)L_0, (MouseState_t07F13572113C4A2ACF106F46535849FCCC0582C7 *)(MouseState_t07F13572113C4A2ACF106F46535849FCCC0582C7 *)(&___state1), (int32_t)L_1, (InputEventPtr_t3ECDD4FDE129B0CD8021DF46D8D01D941F4AE5C1 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); // } return; } } // System.Void UnityEngine.InputSystem.LowLevel.InputState::Change(UnityEngine.InputSystem.InputControl,TState&,UnityEngine.InputSystem.LowLevel.InputUpdateType,UnityEngine.InputSystem.LowLevel.InputEventPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputState_Change_TisMouseState_t07F13572113C4A2ACF106F46535849FCCC0582C7_m3A2709E177D7DDFBE73451BCE8C9786129DD5C0F_gshared (InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * ___control0, MouseState_t07F13572113C4A2ACF106F46535849FCCC0582C7 * ___state1, int32_t ___updateType2, InputEventPtr_t3ECDD4FDE129B0CD8021DF46D8D01D941F4AE5C1 ___eventPtr3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IInputRuntime_t0A177D923A451CB9F40A355C0CA60DDAC6D29946_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputRuntime_t86C5A649BE0CD84BFE7B27910A47F1C83E5108B8_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputSystem_tB2E105FFA04BBFEF25E381E9FBBE7DA78BB18380_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * V_0 = NULL; int64_t V_1 = 0; void* V_2 = NULL; uint32_t V_3 = 0; InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B V_4; memset((&V_4), 0, sizeof(V_4)); InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * G_B7_0 = NULL; InputManager_t9E534956EF45276E5D7E75B3EA03BF1AB0EC411F * G_B7_1 = NULL; InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * G_B6_0 = NULL; InputManager_t9E534956EF45276E5D7E75B3EA03BF1AB0EC411F * G_B6_1 = NULL; int32_t G_B8_0 = 0; InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * G_B8_1 = NULL; InputManager_t9E534956EF45276E5D7E75B3EA03BF1AB0EC411F * G_B8_2 = NULL; int32_t G_B10_0 = 0; uint32_t G_B10_1 = 0; void* G_B10_2 = NULL; int32_t G_B10_3 = 0; InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * G_B10_4 = NULL; InputManager_t9E534956EF45276E5D7E75B3EA03BF1AB0EC411F * G_B10_5 = NULL; int32_t G_B9_0 = 0; uint32_t G_B9_1 = 0; void* G_B9_2 = NULL; int32_t G_B9_3 = 0; InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * G_B9_4 = NULL; InputManager_t9E534956EF45276E5D7E75B3EA03BF1AB0EC411F * G_B9_5 = NULL; double G_B11_0 = 0.0; int32_t G_B11_1 = 0; uint32_t G_B11_2 = 0; void* G_B11_3 = NULL; int32_t G_B11_4 = 0; InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * G_B11_5 = NULL; InputManager_t9E534956EF45276E5D7E75B3EA03BF1AB0EC411F * G_B11_6 = NULL; { // if (control == null) InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_0 = ___control0; if (L_0) { goto IL_000e; } } { // throw new ArgumentNullException(nameof(control)); ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralFAAED55F148F74B2C74F8C745D3CF6CBC766B1DC)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputState_Change_TisMouseState_t07F13572113C4A2ACF106F46535849FCCC0582C7_m3A2709E177D7DDFBE73451BCE8C9786129DD5C0F_RuntimeMethod_var))); } IL_000e: { // if (control.stateBlock.bitOffset != 0 || control.stateBlock.sizeInBits % 8 != 0) InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_2 = ___control0; NullCheck((InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 *)L_2); InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B L_3; L_3 = InputControl_get_stateBlock_m0ECA3324A1A42DDE5085EAE0A82D7C0447143252_inline((InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 *)L_2, /*hidden argument*/NULL); V_4 = (InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B )L_3; uint32_t L_4; L_4 = InputStateBlock_get_bitOffset_m27E4210E69D0E10CC6FFBFEF43BBF3E7ED8C02FC_inline((InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B *)(InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B *)(&V_4), /*hidden argument*/NULL); if (L_4) { goto IL_0032; } } { InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_5 = ___control0; NullCheck((InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 *)L_5); InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B L_6; L_6 = InputControl_get_stateBlock_m0ECA3324A1A42DDE5085EAE0A82D7C0447143252_inline((InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 *)L_5, /*hidden argument*/NULL); V_4 = (InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B )L_6; uint32_t L_7; L_7 = InputStateBlock_get_sizeInBits_mFA7DECC1FDC31AB8E7E9E773B096FEE1844FE21D_inline((InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B *)(InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B *)(&V_4), /*hidden argument*/NULL); if (!((int32_t)((uint32_t)(int32_t)L_7%(uint32_t)(int32_t)8))) { goto IL_0048; } } IL_0032: { // throw new ArgumentException($"Cannot change state of bitfield control '{control}' using this method", nameof(control)); InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_8 = ___control0; String_t* L_9; L_9 = String_Format_m5A16F3ABC59A3E9804E0CB2636849CCD74CEC994((String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2B4018C4C52D9B2DAF02BA93539560057A31754E)), (RuntimeObject *)L_8, /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_10 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m71044C2110E357B71A1C30D2561C3F861AF1DC0D(L_10, (String_t*)L_9, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralFAAED55F148F74B2C74F8C745D3CF6CBC766B1DC)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_10, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputState_Change_TisMouseState_t07F13572113C4A2ACF106F46535849FCCC0582C7_m3A2709E177D7DDFBE73451BCE8C9786129DD5C0F_RuntimeMethod_var))); } IL_0048: { // var device = control.device; InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_11 = ___control0; NullCheck((InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 *)L_11); InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * L_12; L_12 = InputControl_get_device_m7B8D4A5F3C7C11E4FE7239692961C434C7CCF9E1_inline((InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 *)L_11, /*hidden argument*/NULL); V_0 = (InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 *)L_12; // var stateSize = Math.Min(UnsafeUtility.SizeOf(), control.m_StateBlock.alignedSizeInBytes); int32_t L_13; L_13 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_14 = ___control0; NullCheck(L_14); InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B * L_15 = (InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B *)L_14->get_address_of_m_StateBlock_0(); uint32_t L_16; L_16 = InputStateBlock_get_alignedSizeInBytes_m0A9650F80120683F6336427F2A8C9639109738D8((InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B *)(InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B *)L_15, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int64_t L_17; L_17 = Math_Min_mFA3B9B080AA527AF4E529FCB16E8AF0416149151((int64_t)((int64_t)((int64_t)L_13)), (int64_t)((int64_t)((uint64_t)L_16)), /*hidden argument*/NULL); V_1 = (int64_t)L_17; // var statePtr = UnsafeUtility.AddressOf(ref state); MouseState_t07F13572113C4A2ACF106F46535849FCCC0582C7 * L_18 = ___state1; void* L_19; L_19 = il2cpp_codegen_unsafe_cast((MouseState_t07F13572113C4A2ACF106F46535849FCCC0582C7 *)(MouseState_t07F13572113C4A2ACF106F46535849FCCC0582C7 *)L_18); V_2 = (void*)L_19; // var stateOffset = control.stateBlock.byteOffset - device.stateBlock.byteOffset; InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_20 = ___control0; NullCheck((InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 *)L_20); InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B L_21; L_21 = InputControl_get_stateBlock_m0ECA3324A1A42DDE5085EAE0A82D7C0447143252_inline((InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 *)L_20, /*hidden argument*/NULL); V_4 = (InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B )L_21; uint32_t L_22; L_22 = InputStateBlock_get_byteOffset_m68EF162227DEB77FFCA5C46605780C3387ADC019_inline((InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B *)(InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B *)(&V_4), /*hidden argument*/NULL); InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * L_23 = V_0; NullCheck((InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 *)L_23); InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B L_24; L_24 = InputControl_get_stateBlock_m0ECA3324A1A42DDE5085EAE0A82D7C0447143252_inline((InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 *)L_23, /*hidden argument*/NULL); V_4 = (InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B )L_24; uint32_t L_25; L_25 = InputStateBlock_get_byteOffset_m68EF162227DEB77FFCA5C46605780C3387ADC019_inline((InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B *)(InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B *)(&V_4), /*hidden argument*/NULL); V_3 = (uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_22, (int32_t)L_25)); // InputSystem.s_Manager.UpdateState(device, // updateType != default ? updateType : InputSystem.s_Manager.defaultUpdateType, statePtr, stateOffset, // (uint)stateSize, // eventPtr.valid // ? eventPtr.internalTime // : InputRuntime.s_Instance.currentTime, // eventPtr: eventPtr); IL2CPP_RUNTIME_CLASS_INIT(InputSystem_tB2E105FFA04BBFEF25E381E9FBBE7DA78BB18380_il2cpp_TypeInfo_var); InputManager_t9E534956EF45276E5D7E75B3EA03BF1AB0EC411F * L_26 = ((InputSystem_tB2E105FFA04BBFEF25E381E9FBBE7DA78BB18380_StaticFields*)il2cpp_codegen_static_fields_for(InputSystem_tB2E105FFA04BBFEF25E381E9FBBE7DA78BB18380_il2cpp_TypeInfo_var))->get_s_Manager_2(); InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * L_27 = V_0; int32_t L_28 = ___updateType2; G_B6_0 = L_27; G_B6_1 = L_26; if (L_28) { G_B7_0 = L_27; G_B7_1 = L_26; goto IL_00a3; } } { IL2CPP_RUNTIME_CLASS_INIT(InputSystem_tB2E105FFA04BBFEF25E381E9FBBE7DA78BB18380_il2cpp_TypeInfo_var); InputManager_t9E534956EF45276E5D7E75B3EA03BF1AB0EC411F * L_29 = ((InputSystem_tB2E105FFA04BBFEF25E381E9FBBE7DA78BB18380_StaticFields*)il2cpp_codegen_static_fields_for(InputSystem_tB2E105FFA04BBFEF25E381E9FBBE7DA78BB18380_il2cpp_TypeInfo_var))->get_s_Manager_2(); NullCheck((InputManager_t9E534956EF45276E5D7E75B3EA03BF1AB0EC411F *)L_29); int32_t L_30; L_30 = InputManager_get_defaultUpdateType_m42567EB68373890616C0D95CCE3F40098CE731BE((InputManager_t9E534956EF45276E5D7E75B3EA03BF1AB0EC411F *)L_29, /*hidden argument*/NULL); G_B8_0 = L_30; G_B8_1 = G_B6_0; G_B8_2 = G_B6_1; goto IL_00a4; } IL_00a3: { int32_t L_31 = ___updateType2; G_B8_0 = L_31; G_B8_1 = G_B7_0; G_B8_2 = G_B7_1; } IL_00a4: { void* L_32 = V_2; uint32_t L_33 = V_3; int64_t L_34 = V_1; bool L_35; L_35 = InputEventPtr_get_valid_m89FC8685702EDBBB434A0576EED219CA4BF0630C((InputEventPtr_t3ECDD4FDE129B0CD8021DF46D8D01D941F4AE5C1 *)(InputEventPtr_t3ECDD4FDE129B0CD8021DF46D8D01D941F4AE5C1 *)(&___eventPtr3), /*hidden argument*/NULL); G_B9_0 = ((int32_t)((uint32_t)L_34)); G_B9_1 = L_33; G_B9_2 = L_32; G_B9_3 = G_B8_0; G_B9_4 = G_B8_1; G_B9_5 = G_B8_2; if (L_35) { G_B10_0 = ((int32_t)((uint32_t)L_34)); G_B10_1 = L_33; G_B10_2 = L_32; G_B10_3 = G_B8_0; G_B10_4 = G_B8_1; G_B10_5 = G_B8_2; goto IL_00bd; } } { RuntimeObject* L_36 = ((InputRuntime_t86C5A649BE0CD84BFE7B27910A47F1C83E5108B8_StaticFields*)il2cpp_codegen_static_fields_for(InputRuntime_t86C5A649BE0CD84BFE7B27910A47F1C83E5108B8_il2cpp_TypeInfo_var))->get_s_Instance_0(); NullCheck((RuntimeObject*)L_36); double L_37; L_37 = InterfaceFuncInvoker0< double >::Invoke(19 /* System.Double UnityEngine.InputSystem.LowLevel.IInputRuntime::get_currentTime() */, IInputRuntime_t0A177D923A451CB9F40A355C0CA60DDAC6D29946_il2cpp_TypeInfo_var, (RuntimeObject*)L_36); G_B11_0 = L_37; G_B11_1 = G_B9_0; G_B11_2 = G_B9_1; G_B11_3 = G_B9_2; G_B11_4 = G_B9_3; G_B11_5 = G_B9_4; G_B11_6 = G_B9_5; goto IL_00c4; } IL_00bd: { double L_38; L_38 = InputEventPtr_get_internalTime_m2EB7E0D18A1C720BCCC17363F5FEA88DD482A067((InputEventPtr_t3ECDD4FDE129B0CD8021DF46D8D01D941F4AE5C1 *)(InputEventPtr_t3ECDD4FDE129B0CD8021DF46D8D01D941F4AE5C1 *)(&___eventPtr3), /*hidden argument*/NULL); G_B11_0 = L_38; G_B11_1 = G_B10_0; G_B11_2 = G_B10_1; G_B11_3 = G_B10_2; G_B11_4 = G_B10_3; G_B11_5 = G_B10_4; G_B11_6 = G_B10_5; } IL_00c4: { InputEventPtr_t3ECDD4FDE129B0CD8021DF46D8D01D941F4AE5C1 L_39 = ___eventPtr3; NullCheck((InputManager_t9E534956EF45276E5D7E75B3EA03BF1AB0EC411F *)G_B11_6); bool L_40; L_40 = InputManager_UpdateState_mFE9F65AD171FE4A2C9CCFC0138D888AC1BC43021((InputManager_t9E534956EF45276E5D7E75B3EA03BF1AB0EC411F *)G_B11_6, (InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 *)G_B11_5, (int32_t)G_B11_4, (void*)(void*)G_B11_3, (uint32_t)G_B11_2, (uint32_t)G_B11_1, (double)G_B11_0, (InputEventPtr_t3ECDD4FDE129B0CD8021DF46D8D01D941F4AE5C1 )L_39, /*hidden argument*/NULL); // } return; } } // System.Void UnityEngine.InputSystem.LowLevel.InputState::Change(UnityEngine.InputSystem.InputControl,TState,UnityEngine.InputSystem.LowLevel.InputUpdateType,UnityEngine.InputSystem.LowLevel.InputEventPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputState_Change_TisTouchState_tB256A7ACF69B4802AF692D3A7A00793AF0602CC8_m71FB770A70E0A66812AB651B4823ADD72984B1DD_gshared (InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * ___control0, TouchState_tB256A7ACF69B4802AF692D3A7A00793AF0602CC8 ___state1, int32_t ___updateType2, InputEventPtr_t3ECDD4FDE129B0CD8021DF46D8D01D941F4AE5C1 ___eventPtr3, const RuntimeMethod* method) { { // Change(control, ref state, updateType, eventPtr); InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_0 = ___control0; int32_t L_1 = ___updateType2; InputEventPtr_t3ECDD4FDE129B0CD8021DF46D8D01D941F4AE5C1 L_2 = ___eventPtr3; (( void (*) (InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 *, TouchState_tB256A7ACF69B4802AF692D3A7A00793AF0602CC8 *, int32_t, InputEventPtr_t3ECDD4FDE129B0CD8021DF46D8D01D941F4AE5C1 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 *)L_0, (TouchState_tB256A7ACF69B4802AF692D3A7A00793AF0602CC8 *)(TouchState_tB256A7ACF69B4802AF692D3A7A00793AF0602CC8 *)(&___state1), (int32_t)L_1, (InputEventPtr_t3ECDD4FDE129B0CD8021DF46D8D01D941F4AE5C1 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); // } return; } } // System.Void UnityEngine.InputSystem.LowLevel.InputState::Change(UnityEngine.InputSystem.InputControl,TState&,UnityEngine.InputSystem.LowLevel.InputUpdateType,UnityEngine.InputSystem.LowLevel.InputEventPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputState_Change_TisTouchState_tB256A7ACF69B4802AF692D3A7A00793AF0602CC8_mDD7E01B598508930C4802E2D9B18781894A63003_gshared (InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * ___control0, TouchState_tB256A7ACF69B4802AF692D3A7A00793AF0602CC8 * ___state1, int32_t ___updateType2, InputEventPtr_t3ECDD4FDE129B0CD8021DF46D8D01D941F4AE5C1 ___eventPtr3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IInputRuntime_t0A177D923A451CB9F40A355C0CA60DDAC6D29946_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputRuntime_t86C5A649BE0CD84BFE7B27910A47F1C83E5108B8_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputSystem_tB2E105FFA04BBFEF25E381E9FBBE7DA78BB18380_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * V_0 = NULL; int64_t V_1 = 0; void* V_2 = NULL; uint32_t V_3 = 0; InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B V_4; memset((&V_4), 0, sizeof(V_4)); InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * G_B7_0 = NULL; InputManager_t9E534956EF45276E5D7E75B3EA03BF1AB0EC411F * G_B7_1 = NULL; InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * G_B6_0 = NULL; InputManager_t9E534956EF45276E5D7E75B3EA03BF1AB0EC411F * G_B6_1 = NULL; int32_t G_B8_0 = 0; InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * G_B8_1 = NULL; InputManager_t9E534956EF45276E5D7E75B3EA03BF1AB0EC411F * G_B8_2 = NULL; int32_t G_B10_0 = 0; uint32_t G_B10_1 = 0; void* G_B10_2 = NULL; int32_t G_B10_3 = 0; InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * G_B10_4 = NULL; InputManager_t9E534956EF45276E5D7E75B3EA03BF1AB0EC411F * G_B10_5 = NULL; int32_t G_B9_0 = 0; uint32_t G_B9_1 = 0; void* G_B9_2 = NULL; int32_t G_B9_3 = 0; InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * G_B9_4 = NULL; InputManager_t9E534956EF45276E5D7E75B3EA03BF1AB0EC411F * G_B9_5 = NULL; double G_B11_0 = 0.0; int32_t G_B11_1 = 0; uint32_t G_B11_2 = 0; void* G_B11_3 = NULL; int32_t G_B11_4 = 0; InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * G_B11_5 = NULL; InputManager_t9E534956EF45276E5D7E75B3EA03BF1AB0EC411F * G_B11_6 = NULL; { // if (control == null) InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_0 = ___control0; if (L_0) { goto IL_000e; } } { // throw new ArgumentNullException(nameof(control)); ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralFAAED55F148F74B2C74F8C745D3CF6CBC766B1DC)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputState_Change_TisTouchState_tB256A7ACF69B4802AF692D3A7A00793AF0602CC8_mDD7E01B598508930C4802E2D9B18781894A63003_RuntimeMethod_var))); } IL_000e: { // if (control.stateBlock.bitOffset != 0 || control.stateBlock.sizeInBits % 8 != 0) InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_2 = ___control0; NullCheck((InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 *)L_2); InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B L_3; L_3 = InputControl_get_stateBlock_m0ECA3324A1A42DDE5085EAE0A82D7C0447143252_inline((InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 *)L_2, /*hidden argument*/NULL); V_4 = (InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B )L_3; uint32_t L_4; L_4 = InputStateBlock_get_bitOffset_m27E4210E69D0E10CC6FFBFEF43BBF3E7ED8C02FC_inline((InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B *)(InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B *)(&V_4), /*hidden argument*/NULL); if (L_4) { goto IL_0032; } } { InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_5 = ___control0; NullCheck((InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 *)L_5); InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B L_6; L_6 = InputControl_get_stateBlock_m0ECA3324A1A42DDE5085EAE0A82D7C0447143252_inline((InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 *)L_5, /*hidden argument*/NULL); V_4 = (InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B )L_6; uint32_t L_7; L_7 = InputStateBlock_get_sizeInBits_mFA7DECC1FDC31AB8E7E9E773B096FEE1844FE21D_inline((InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B *)(InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B *)(&V_4), /*hidden argument*/NULL); if (!((int32_t)((uint32_t)(int32_t)L_7%(uint32_t)(int32_t)8))) { goto IL_0048; } } IL_0032: { // throw new ArgumentException($"Cannot change state of bitfield control '{control}' using this method", nameof(control)); InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_8 = ___control0; String_t* L_9; L_9 = String_Format_m5A16F3ABC59A3E9804E0CB2636849CCD74CEC994((String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2B4018C4C52D9B2DAF02BA93539560057A31754E)), (RuntimeObject *)L_8, /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_10 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m71044C2110E357B71A1C30D2561C3F861AF1DC0D(L_10, (String_t*)L_9, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralFAAED55F148F74B2C74F8C745D3CF6CBC766B1DC)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_10, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputState_Change_TisTouchState_tB256A7ACF69B4802AF692D3A7A00793AF0602CC8_mDD7E01B598508930C4802E2D9B18781894A63003_RuntimeMethod_var))); } IL_0048: { // var device = control.device; InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_11 = ___control0; NullCheck((InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 *)L_11); InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * L_12; L_12 = InputControl_get_device_m7B8D4A5F3C7C11E4FE7239692961C434C7CCF9E1_inline((InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 *)L_11, /*hidden argument*/NULL); V_0 = (InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 *)L_12; // var stateSize = Math.Min(UnsafeUtility.SizeOf(), control.m_StateBlock.alignedSizeInBytes); int32_t L_13; L_13 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_14 = ___control0; NullCheck(L_14); InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B * L_15 = (InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B *)L_14->get_address_of_m_StateBlock_0(); uint32_t L_16; L_16 = InputStateBlock_get_alignedSizeInBytes_m0A9650F80120683F6336427F2A8C9639109738D8((InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B *)(InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B *)L_15, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int64_t L_17; L_17 = Math_Min_mFA3B9B080AA527AF4E529FCB16E8AF0416149151((int64_t)((int64_t)((int64_t)L_13)), (int64_t)((int64_t)((uint64_t)L_16)), /*hidden argument*/NULL); V_1 = (int64_t)L_17; // var statePtr = UnsafeUtility.AddressOf(ref state); TouchState_tB256A7ACF69B4802AF692D3A7A00793AF0602CC8 * L_18 = ___state1; void* L_19; L_19 = il2cpp_codegen_unsafe_cast((TouchState_tB256A7ACF69B4802AF692D3A7A00793AF0602CC8 *)(TouchState_tB256A7ACF69B4802AF692D3A7A00793AF0602CC8 *)L_18); V_2 = (void*)L_19; // var stateOffset = control.stateBlock.byteOffset - device.stateBlock.byteOffset; InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_20 = ___control0; NullCheck((InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 *)L_20); InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B L_21; L_21 = InputControl_get_stateBlock_m0ECA3324A1A42DDE5085EAE0A82D7C0447143252_inline((InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 *)L_20, /*hidden argument*/NULL); V_4 = (InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B )L_21; uint32_t L_22; L_22 = InputStateBlock_get_byteOffset_m68EF162227DEB77FFCA5C46605780C3387ADC019_inline((InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B *)(InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B *)(&V_4), /*hidden argument*/NULL); InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * L_23 = V_0; NullCheck((InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 *)L_23); InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B L_24; L_24 = InputControl_get_stateBlock_m0ECA3324A1A42DDE5085EAE0A82D7C0447143252_inline((InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 *)L_23, /*hidden argument*/NULL); V_4 = (InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B )L_24; uint32_t L_25; L_25 = InputStateBlock_get_byteOffset_m68EF162227DEB77FFCA5C46605780C3387ADC019_inline((InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B *)(InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B *)(&V_4), /*hidden argument*/NULL); V_3 = (uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_22, (int32_t)L_25)); // InputSystem.s_Manager.UpdateState(device, // updateType != default ? updateType : InputSystem.s_Manager.defaultUpdateType, statePtr, stateOffset, // (uint)stateSize, // eventPtr.valid // ? eventPtr.internalTime // : InputRuntime.s_Instance.currentTime, // eventPtr: eventPtr); IL2CPP_RUNTIME_CLASS_INIT(InputSystem_tB2E105FFA04BBFEF25E381E9FBBE7DA78BB18380_il2cpp_TypeInfo_var); InputManager_t9E534956EF45276E5D7E75B3EA03BF1AB0EC411F * L_26 = ((InputSystem_tB2E105FFA04BBFEF25E381E9FBBE7DA78BB18380_StaticFields*)il2cpp_codegen_static_fields_for(InputSystem_tB2E105FFA04BBFEF25E381E9FBBE7DA78BB18380_il2cpp_TypeInfo_var))->get_s_Manager_2(); InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * L_27 = V_0; int32_t L_28 = ___updateType2; G_B6_0 = L_27; G_B6_1 = L_26; if (L_28) { G_B7_0 = L_27; G_B7_1 = L_26; goto IL_00a3; } } { IL2CPP_RUNTIME_CLASS_INIT(InputSystem_tB2E105FFA04BBFEF25E381E9FBBE7DA78BB18380_il2cpp_TypeInfo_var); InputManager_t9E534956EF45276E5D7E75B3EA03BF1AB0EC411F * L_29 = ((InputSystem_tB2E105FFA04BBFEF25E381E9FBBE7DA78BB18380_StaticFields*)il2cpp_codegen_static_fields_for(InputSystem_tB2E105FFA04BBFEF25E381E9FBBE7DA78BB18380_il2cpp_TypeInfo_var))->get_s_Manager_2(); NullCheck((InputManager_t9E534956EF45276E5D7E75B3EA03BF1AB0EC411F *)L_29); int32_t L_30; L_30 = InputManager_get_defaultUpdateType_m42567EB68373890616C0D95CCE3F40098CE731BE((InputManager_t9E534956EF45276E5D7E75B3EA03BF1AB0EC411F *)L_29, /*hidden argument*/NULL); G_B8_0 = L_30; G_B8_1 = G_B6_0; G_B8_2 = G_B6_1; goto IL_00a4; } IL_00a3: { int32_t L_31 = ___updateType2; G_B8_0 = L_31; G_B8_1 = G_B7_0; G_B8_2 = G_B7_1; } IL_00a4: { void* L_32 = V_2; uint32_t L_33 = V_3; int64_t L_34 = V_1; bool L_35; L_35 = InputEventPtr_get_valid_m89FC8685702EDBBB434A0576EED219CA4BF0630C((InputEventPtr_t3ECDD4FDE129B0CD8021DF46D8D01D941F4AE5C1 *)(InputEventPtr_t3ECDD4FDE129B0CD8021DF46D8D01D941F4AE5C1 *)(&___eventPtr3), /*hidden argument*/NULL); G_B9_0 = ((int32_t)((uint32_t)L_34)); G_B9_1 = L_33; G_B9_2 = L_32; G_B9_3 = G_B8_0; G_B9_4 = G_B8_1; G_B9_5 = G_B8_2; if (L_35) { G_B10_0 = ((int32_t)((uint32_t)L_34)); G_B10_1 = L_33; G_B10_2 = L_32; G_B10_3 = G_B8_0; G_B10_4 = G_B8_1; G_B10_5 = G_B8_2; goto IL_00bd; } } { RuntimeObject* L_36 = ((InputRuntime_t86C5A649BE0CD84BFE7B27910A47F1C83E5108B8_StaticFields*)il2cpp_codegen_static_fields_for(InputRuntime_t86C5A649BE0CD84BFE7B27910A47F1C83E5108B8_il2cpp_TypeInfo_var))->get_s_Instance_0(); NullCheck((RuntimeObject*)L_36); double L_37; L_37 = InterfaceFuncInvoker0< double >::Invoke(19 /* System.Double UnityEngine.InputSystem.LowLevel.IInputRuntime::get_currentTime() */, IInputRuntime_t0A177D923A451CB9F40A355C0CA60DDAC6D29946_il2cpp_TypeInfo_var, (RuntimeObject*)L_36); G_B11_0 = L_37; G_B11_1 = G_B9_0; G_B11_2 = G_B9_1; G_B11_3 = G_B9_2; G_B11_4 = G_B9_3; G_B11_5 = G_B9_4; G_B11_6 = G_B9_5; goto IL_00c4; } IL_00bd: { double L_38; L_38 = InputEventPtr_get_internalTime_m2EB7E0D18A1C720BCCC17363F5FEA88DD482A067((InputEventPtr_t3ECDD4FDE129B0CD8021DF46D8D01D941F4AE5C1 *)(InputEventPtr_t3ECDD4FDE129B0CD8021DF46D8D01D941F4AE5C1 *)(&___eventPtr3), /*hidden argument*/NULL); G_B11_0 = L_38; G_B11_1 = G_B10_0; G_B11_2 = G_B10_1; G_B11_3 = G_B10_2; G_B11_4 = G_B10_3; G_B11_5 = G_B10_4; G_B11_6 = G_B10_5; } IL_00c4: { InputEventPtr_t3ECDD4FDE129B0CD8021DF46D8D01D941F4AE5C1 L_39 = ___eventPtr3; NullCheck((InputManager_t9E534956EF45276E5D7E75B3EA03BF1AB0EC411F *)G_B11_6); bool L_40; L_40 = InputManager_UpdateState_mFE9F65AD171FE4A2C9CCFC0138D888AC1BC43021((InputManager_t9E534956EF45276E5D7E75B3EA03BF1AB0EC411F *)G_B11_6, (InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 *)G_B11_5, (int32_t)G_B11_4, (void*)(void*)G_B11_3, (uint32_t)G_B11_2, (uint32_t)G_B11_1, (double)G_B11_0, (InputEventPtr_t3ECDD4FDE129B0CD8021DF46D8D01D941F4AE5C1 )L_39, /*hidden argument*/NULL); // } return; } } // System.Void UnityEngine.InputSystem.LowLevel.InputState::Change(UnityEngine.InputSystem.InputControl,TState,UnityEngine.InputSystem.LowLevel.InputUpdateType,UnityEngine.InputSystem.LowLevel.InputEventPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputState_Change_TisVector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9_m983289B90C7F6B59A108C1305EEEED41AAB93231_gshared (InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * ___control0, Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___state1, int32_t ___updateType2, InputEventPtr_t3ECDD4FDE129B0CD8021DF46D8D01D941F4AE5C1 ___eventPtr3, const RuntimeMethod* method) { { // Change(control, ref state, updateType, eventPtr); InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_0 = ___control0; int32_t L_1 = ___updateType2; InputEventPtr_t3ECDD4FDE129B0CD8021DF46D8D01D941F4AE5C1 L_2 = ___eventPtr3; (( void (*) (InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 *, Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 *, int32_t, InputEventPtr_t3ECDD4FDE129B0CD8021DF46D8D01D941F4AE5C1 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 *)L_0, (Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 *)(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 *)(&___state1), (int32_t)L_1, (InputEventPtr_t3ECDD4FDE129B0CD8021DF46D8D01D941F4AE5C1 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); // } return; } } // System.Void UnityEngine.InputSystem.LowLevel.InputState::Change(UnityEngine.InputSystem.InputControl,TState&,UnityEngine.InputSystem.LowLevel.InputUpdateType,UnityEngine.InputSystem.LowLevel.InputEventPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputState_Change_TisVector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9_m7F8FAA73BD3C89A06F4E62725E63E26C23A5FE3E_gshared (InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * ___control0, Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * ___state1, int32_t ___updateType2, InputEventPtr_t3ECDD4FDE129B0CD8021DF46D8D01D941F4AE5C1 ___eventPtr3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IInputRuntime_t0A177D923A451CB9F40A355C0CA60DDAC6D29946_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputRuntime_t86C5A649BE0CD84BFE7B27910A47F1C83E5108B8_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputSystem_tB2E105FFA04BBFEF25E381E9FBBE7DA78BB18380_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * V_0 = NULL; int64_t V_1 = 0; void* V_2 = NULL; uint32_t V_3 = 0; InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B V_4; memset((&V_4), 0, sizeof(V_4)); InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * G_B7_0 = NULL; InputManager_t9E534956EF45276E5D7E75B3EA03BF1AB0EC411F * G_B7_1 = NULL; InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * G_B6_0 = NULL; InputManager_t9E534956EF45276E5D7E75B3EA03BF1AB0EC411F * G_B6_1 = NULL; int32_t G_B8_0 = 0; InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * G_B8_1 = NULL; InputManager_t9E534956EF45276E5D7E75B3EA03BF1AB0EC411F * G_B8_2 = NULL; int32_t G_B10_0 = 0; uint32_t G_B10_1 = 0; void* G_B10_2 = NULL; int32_t G_B10_3 = 0; InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * G_B10_4 = NULL; InputManager_t9E534956EF45276E5D7E75B3EA03BF1AB0EC411F * G_B10_5 = NULL; int32_t G_B9_0 = 0; uint32_t G_B9_1 = 0; void* G_B9_2 = NULL; int32_t G_B9_3 = 0; InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * G_B9_4 = NULL; InputManager_t9E534956EF45276E5D7E75B3EA03BF1AB0EC411F * G_B9_5 = NULL; double G_B11_0 = 0.0; int32_t G_B11_1 = 0; uint32_t G_B11_2 = 0; void* G_B11_3 = NULL; int32_t G_B11_4 = 0; InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * G_B11_5 = NULL; InputManager_t9E534956EF45276E5D7E75B3EA03BF1AB0EC411F * G_B11_6 = NULL; { // if (control == null) InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_0 = ___control0; if (L_0) { goto IL_000e; } } { // throw new ArgumentNullException(nameof(control)); ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralFAAED55F148F74B2C74F8C745D3CF6CBC766B1DC)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputState_Change_TisVector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9_m7F8FAA73BD3C89A06F4E62725E63E26C23A5FE3E_RuntimeMethod_var))); } IL_000e: { // if (control.stateBlock.bitOffset != 0 || control.stateBlock.sizeInBits % 8 != 0) InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_2 = ___control0; NullCheck((InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 *)L_2); InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B L_3; L_3 = InputControl_get_stateBlock_m0ECA3324A1A42DDE5085EAE0A82D7C0447143252_inline((InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 *)L_2, /*hidden argument*/NULL); V_4 = (InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B )L_3; uint32_t L_4; L_4 = InputStateBlock_get_bitOffset_m27E4210E69D0E10CC6FFBFEF43BBF3E7ED8C02FC_inline((InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B *)(InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B *)(&V_4), /*hidden argument*/NULL); if (L_4) { goto IL_0032; } } { InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_5 = ___control0; NullCheck((InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 *)L_5); InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B L_6; L_6 = InputControl_get_stateBlock_m0ECA3324A1A42DDE5085EAE0A82D7C0447143252_inline((InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 *)L_5, /*hidden argument*/NULL); V_4 = (InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B )L_6; uint32_t L_7; L_7 = InputStateBlock_get_sizeInBits_mFA7DECC1FDC31AB8E7E9E773B096FEE1844FE21D_inline((InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B *)(InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B *)(&V_4), /*hidden argument*/NULL); if (!((int32_t)((uint32_t)(int32_t)L_7%(uint32_t)(int32_t)8))) { goto IL_0048; } } IL_0032: { // throw new ArgumentException($"Cannot change state of bitfield control '{control}' using this method", nameof(control)); InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_8 = ___control0; String_t* L_9; L_9 = String_Format_m5A16F3ABC59A3E9804E0CB2636849CCD74CEC994((String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2B4018C4C52D9B2DAF02BA93539560057A31754E)), (RuntimeObject *)L_8, /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_10 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m71044C2110E357B71A1C30D2561C3F861AF1DC0D(L_10, (String_t*)L_9, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralFAAED55F148F74B2C74F8C745D3CF6CBC766B1DC)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_10, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputState_Change_TisVector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9_m7F8FAA73BD3C89A06F4E62725E63E26C23A5FE3E_RuntimeMethod_var))); } IL_0048: { // var device = control.device; InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_11 = ___control0; NullCheck((InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 *)L_11); InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * L_12; L_12 = InputControl_get_device_m7B8D4A5F3C7C11E4FE7239692961C434C7CCF9E1_inline((InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 *)L_11, /*hidden argument*/NULL); V_0 = (InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 *)L_12; // var stateSize = Math.Min(UnsafeUtility.SizeOf(), control.m_StateBlock.alignedSizeInBytes); int32_t L_13; L_13 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_14 = ___control0; NullCheck(L_14); InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B * L_15 = (InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B *)L_14->get_address_of_m_StateBlock_0(); uint32_t L_16; L_16 = InputStateBlock_get_alignedSizeInBytes_m0A9650F80120683F6336427F2A8C9639109738D8((InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B *)(InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B *)L_15, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Math_tA269614262430118C9FC5C4D9EF4F61C812568F0_il2cpp_TypeInfo_var); int64_t L_17; L_17 = Math_Min_mFA3B9B080AA527AF4E529FCB16E8AF0416149151((int64_t)((int64_t)((int64_t)L_13)), (int64_t)((int64_t)((uint64_t)L_16)), /*hidden argument*/NULL); V_1 = (int64_t)L_17; // var statePtr = UnsafeUtility.AddressOf(ref state); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * L_18 = ___state1; void* L_19; L_19 = il2cpp_codegen_unsafe_cast((Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 *)(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 *)L_18); V_2 = (void*)L_19; // var stateOffset = control.stateBlock.byteOffset - device.stateBlock.byteOffset; InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_20 = ___control0; NullCheck((InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 *)L_20); InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B L_21; L_21 = InputControl_get_stateBlock_m0ECA3324A1A42DDE5085EAE0A82D7C0447143252_inline((InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 *)L_20, /*hidden argument*/NULL); V_4 = (InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B )L_21; uint32_t L_22; L_22 = InputStateBlock_get_byteOffset_m68EF162227DEB77FFCA5C46605780C3387ADC019_inline((InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B *)(InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B *)(&V_4), /*hidden argument*/NULL); InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * L_23 = V_0; NullCheck((InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 *)L_23); InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B L_24; L_24 = InputControl_get_stateBlock_m0ECA3324A1A42DDE5085EAE0A82D7C0447143252_inline((InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 *)L_23, /*hidden argument*/NULL); V_4 = (InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B )L_24; uint32_t L_25; L_25 = InputStateBlock_get_byteOffset_m68EF162227DEB77FFCA5C46605780C3387ADC019_inline((InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B *)(InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B *)(&V_4), /*hidden argument*/NULL); V_3 = (uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_22, (int32_t)L_25)); // InputSystem.s_Manager.UpdateState(device, // updateType != default ? updateType : InputSystem.s_Manager.defaultUpdateType, statePtr, stateOffset, // (uint)stateSize, // eventPtr.valid // ? eventPtr.internalTime // : InputRuntime.s_Instance.currentTime, // eventPtr: eventPtr); IL2CPP_RUNTIME_CLASS_INIT(InputSystem_tB2E105FFA04BBFEF25E381E9FBBE7DA78BB18380_il2cpp_TypeInfo_var); InputManager_t9E534956EF45276E5D7E75B3EA03BF1AB0EC411F * L_26 = ((InputSystem_tB2E105FFA04BBFEF25E381E9FBBE7DA78BB18380_StaticFields*)il2cpp_codegen_static_fields_for(InputSystem_tB2E105FFA04BBFEF25E381E9FBBE7DA78BB18380_il2cpp_TypeInfo_var))->get_s_Manager_2(); InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * L_27 = V_0; int32_t L_28 = ___updateType2; G_B6_0 = L_27; G_B6_1 = L_26; if (L_28) { G_B7_0 = L_27; G_B7_1 = L_26; goto IL_00a3; } } { IL2CPP_RUNTIME_CLASS_INIT(InputSystem_tB2E105FFA04BBFEF25E381E9FBBE7DA78BB18380_il2cpp_TypeInfo_var); InputManager_t9E534956EF45276E5D7E75B3EA03BF1AB0EC411F * L_29 = ((InputSystem_tB2E105FFA04BBFEF25E381E9FBBE7DA78BB18380_StaticFields*)il2cpp_codegen_static_fields_for(InputSystem_tB2E105FFA04BBFEF25E381E9FBBE7DA78BB18380_il2cpp_TypeInfo_var))->get_s_Manager_2(); NullCheck((InputManager_t9E534956EF45276E5D7E75B3EA03BF1AB0EC411F *)L_29); int32_t L_30; L_30 = InputManager_get_defaultUpdateType_m42567EB68373890616C0D95CCE3F40098CE731BE((InputManager_t9E534956EF45276E5D7E75B3EA03BF1AB0EC411F *)L_29, /*hidden argument*/NULL); G_B8_0 = L_30; G_B8_1 = G_B6_0; G_B8_2 = G_B6_1; goto IL_00a4; } IL_00a3: { int32_t L_31 = ___updateType2; G_B8_0 = L_31; G_B8_1 = G_B7_0; G_B8_2 = G_B7_1; } IL_00a4: { void* L_32 = V_2; uint32_t L_33 = V_3; int64_t L_34 = V_1; bool L_35; L_35 = InputEventPtr_get_valid_m89FC8685702EDBBB434A0576EED219CA4BF0630C((InputEventPtr_t3ECDD4FDE129B0CD8021DF46D8D01D941F4AE5C1 *)(InputEventPtr_t3ECDD4FDE129B0CD8021DF46D8D01D941F4AE5C1 *)(&___eventPtr3), /*hidden argument*/NULL); G_B9_0 = ((int32_t)((uint32_t)L_34)); G_B9_1 = L_33; G_B9_2 = L_32; G_B9_3 = G_B8_0; G_B9_4 = G_B8_1; G_B9_5 = G_B8_2; if (L_35) { G_B10_0 = ((int32_t)((uint32_t)L_34)); G_B10_1 = L_33; G_B10_2 = L_32; G_B10_3 = G_B8_0; G_B10_4 = G_B8_1; G_B10_5 = G_B8_2; goto IL_00bd; } } { RuntimeObject* L_36 = ((InputRuntime_t86C5A649BE0CD84BFE7B27910A47F1C83E5108B8_StaticFields*)il2cpp_codegen_static_fields_for(InputRuntime_t86C5A649BE0CD84BFE7B27910A47F1C83E5108B8_il2cpp_TypeInfo_var))->get_s_Instance_0(); NullCheck((RuntimeObject*)L_36); double L_37; L_37 = InterfaceFuncInvoker0< double >::Invoke(19 /* System.Double UnityEngine.InputSystem.LowLevel.IInputRuntime::get_currentTime() */, IInputRuntime_t0A177D923A451CB9F40A355C0CA60DDAC6D29946_il2cpp_TypeInfo_var, (RuntimeObject*)L_36); G_B11_0 = L_37; G_B11_1 = G_B9_0; G_B11_2 = G_B9_1; G_B11_3 = G_B9_2; G_B11_4 = G_B9_3; G_B11_5 = G_B9_4; G_B11_6 = G_B9_5; goto IL_00c4; } IL_00bd: { double L_38; L_38 = InputEventPtr_get_internalTime_m2EB7E0D18A1C720BCCC17363F5FEA88DD482A067((InputEventPtr_t3ECDD4FDE129B0CD8021DF46D8D01D941F4AE5C1 *)(InputEventPtr_t3ECDD4FDE129B0CD8021DF46D8D01D941F4AE5C1 *)(&___eventPtr3), /*hidden argument*/NULL); G_B11_0 = L_38; G_B11_1 = G_B10_0; G_B11_2 = G_B10_1; G_B11_3 = G_B10_2; G_B11_4 = G_B10_3; G_B11_5 = G_B10_4; G_B11_6 = G_B10_5; } IL_00c4: { InputEventPtr_t3ECDD4FDE129B0CD8021DF46D8D01D941F4AE5C1 L_39 = ___eventPtr3; NullCheck((InputManager_t9E534956EF45276E5D7E75B3EA03BF1AB0EC411F *)G_B11_6); bool L_40; L_40 = InputManager_UpdateState_mFE9F65AD171FE4A2C9CCFC0138D888AC1BC43021((InputManager_t9E534956EF45276E5D7E75B3EA03BF1AB0EC411F *)G_B11_6, (InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 *)G_B11_5, (int32_t)G_B11_4, (void*)(void*)G_B11_3, (uint32_t)G_B11_2, (uint32_t)G_B11_1, (double)G_B11_0, (InputEventPtr_t3ECDD4FDE129B0CD8021DF46D8D01D941F4AE5C1 )L_39, /*hidden argument*/NULL); // } return; } } // TValue UnityEngine.InputSystem.LowLevel.InputStateHistory::ReadValue(UnityEngine.InputSystem.LowLevel.InputStateHistory/RecordHeader*) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TouchState_tB256A7ACF69B4802AF692D3A7A00793AF0602CC8 InputStateHistory_ReadValue_TisTouchState_tB256A7ACF69B4802AF692D3A7A00793AF0602CC8_mBB94E6656BFCFBCC0DDD31357F908D2CEC051953_gshared (InputStateHistory_t0869C8331534E5D5C7E2D33FA6EEC05E85C18A31 * __this, RecordHeader_tEE435193EE267F203DE3DC347819B8160C35AC69 * ___data0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlyArray_1_get_Item_m8E38E64671229D35FA708BF0B650FE3F846189FC_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * V_0 = NULL; InputControl_1_t3F41CA4889198557F0954ECFC0D734B536F12FD6 * V_1 = NULL; uint8_t* V_2 = NULL; ReadOnlyArray_1_t51E12EEA961178973D364D9C1D86150BC4FF6811 V_3; memset((&V_3), 0, sizeof(V_3)); InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B V_4; memset((&V_4), 0, sizeof(V_4)); int32_t G_B3_0 = 0; int32_t G_B5_0 = 0; int32_t G_B4_0 = 0; InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * G_B6_0 = NULL; int32_t G_B6_1 = 0; int32_t G_B8_0 = 0; int32_t G_B7_0 = 0; uint8_t* G_B11_0 = NULL; { // var haveSingleControl = m_ControlCount == 1 && !m_AddNewControls; int32_t L_0 = (int32_t)__this->get_m_ControlCount_4(); if ((!(((uint32_t)L_0) == ((uint32_t)1)))) { goto IL_0014; } } { bool L_1 = (bool)__this->get_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 = (int32_t)G_B3_0; G_B4_0 = L_2; if (L_2) { G_B5_0 = L_2; goto IL_002e; } } { NullCheck((InputStateHistory_t0869C8331534E5D5C7E2D33FA6EEC05E85C18A31 *)__this); ReadOnlyArray_1_t51E12EEA961178973D364D9C1D86150BC4FF6811 L_3; L_3 = InputStateHistory_get_controls_mBAA4D172330272DAC1F89355B9AD80FD4C618792((InputStateHistory_t0869C8331534E5D5C7E2D33FA6EEC05E85C18A31 *)__this, /*hidden argument*/NULL); V_3 = (ReadOnlyArray_1_t51E12EEA961178973D364D9C1D86150BC4FF6811 )L_3; RecordHeader_tEE435193EE267F203DE3DC347819B8160C35AC69 * L_4 = ___data0; NullCheck(L_4); int32_t L_5 = (int32_t)L_4->get_controlIndex_2(); InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_6; L_6 = ReadOnlyArray_1_get_Item_m8E38E64671229D35FA708BF0B650FE3F846189FC((ReadOnlyArray_1_t51E12EEA961178973D364D9C1D86150BC4FF6811 *)(ReadOnlyArray_1_t51E12EEA961178973D364D9C1D86150BC4FF6811 *)(&V_3), (int32_t)L_5, /*hidden argument*/ReadOnlyArray_1_get_Item_m8E38E64671229D35FA708BF0B650FE3F846189FC_RuntimeMethod_var); G_B6_0 = L_6; G_B6_1 = G_B4_0; goto IL_003d; } IL_002e: { NullCheck((InputStateHistory_t0869C8331534E5D5C7E2D33FA6EEC05E85C18A31 *)__this); ReadOnlyArray_1_t51E12EEA961178973D364D9C1D86150BC4FF6811 L_7; L_7 = InputStateHistory_get_controls_mBAA4D172330272DAC1F89355B9AD80FD4C618792((InputStateHistory_t0869C8331534E5D5C7E2D33FA6EEC05E85C18A31 *)__this, /*hidden argument*/NULL); V_3 = (ReadOnlyArray_1_t51E12EEA961178973D364D9C1D86150BC4FF6811 )L_7; InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_8; L_8 = ReadOnlyArray_1_get_Item_m8E38E64671229D35FA708BF0B650FE3F846189FC((ReadOnlyArray_1_t51E12EEA961178973D364D9C1D86150BC4FF6811 *)(ReadOnlyArray_1_t51E12EEA961178973D364D9C1D86150BC4FF6811 *)(&V_3), (int32_t)0, /*hidden argument*/ReadOnlyArray_1_get_Item_m8E38E64671229D35FA708BF0B650FE3F846189FC_RuntimeMethod_var); G_B6_0 = L_8; G_B6_1 = G_B5_0; } IL_003d: { V_0 = (InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 *)G_B6_0; // if (!(control is InputControl controlOfType)) InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_9 = V_0; V_1 = (InputControl_1_t3F41CA4889198557F0954ECFC0D734B536F12FD6 *)((InputControl_1_t3F41CA4889198557F0954ECFC0D734B536F12FD6 *)IsInst((RuntimeObject*)L_9, IL2CPP_RGCTX_DATA(method->rgctx_data, 0))); InputControl_1_t3F41CA4889198557F0954ECFC0D734B536F12FD6 * L_10 = V_1; G_B7_0 = G_B6_1; if (L_10) { G_B8_0 = G_B6_1; goto IL_0073; } } { // throw new InvalidOperationException( // $"Cannot read value of type '{TypeHelpers.GetNiceTypeName(typeof(TValue))}' from control '{control}' with value type '{TypeHelpers.GetNiceTypeName(control.valueType)}'"); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_11 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(method->rgctx_data, 1)) }; IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Type_t_il2cpp_TypeInfo_var))); Type_t * L_12; L_12 = Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_11, /*hidden argument*/NULL); String_t* L_13; L_13 = TypeHelpers_GetNiceTypeName_m1058C0FA8C9E87561CA50228D600EF8964C2545D((Type_t *)L_12, /*hidden argument*/NULL); InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_14 = V_0; InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_15 = V_0; NullCheck((InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 *)L_15); Type_t * L_16; L_16 = VirtFuncInvoker0< Type_t * >::Invoke(4 /* System.Type UnityEngine.InputSystem.InputControl::get_valueType() */, (InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 *)L_15); String_t* L_17; L_17 = TypeHelpers_GetNiceTypeName_m1058C0FA8C9E87561CA50228D600EF8964C2545D((Type_t *)L_16, /*hidden argument*/NULL); String_t* L_18; L_18 = String_Format_mD0D523A440845BA7F58E68187E029DC9AB821CED((String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralD215F9B2593F24C1B4E25E964DE66E68142E3989)), (RuntimeObject *)L_13, (RuntimeObject *)L_14, (RuntimeObject *)L_17, /*hidden argument*/NULL); InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_19 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_19, (String_t*)L_18, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_19, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputStateHistory_ReadValue_TisTouchState_tB256A7ACF69B4802AF692D3A7A00793AF0602CC8_mBB94E6656BFCFBCC0DDD31357F908D2CEC051953_RuntimeMethod_var))); } IL_0073: { // var statePtr = haveSingleControl ? data->statePtrWithoutControlIndex : data->statePtrWithControlIndex; if (G_B8_0) { goto IL_007d; } } { RecordHeader_tEE435193EE267F203DE3DC347819B8160C35AC69 * L_20 = ___data0; uint8_t* L_21; L_21 = RecordHeader_get_statePtrWithControlIndex_m0C610B5FAF959489E891A9D532F0D8A0868A5CC1((RecordHeader_tEE435193EE267F203DE3DC347819B8160C35AC69 *)(RecordHeader_tEE435193EE267F203DE3DC347819B8160C35AC69 *)L_20, /*hidden argument*/NULL); G_B11_0 = L_21; goto IL_0083; } IL_007d: { RecordHeader_tEE435193EE267F203DE3DC347819B8160C35AC69 * L_22 = ___data0; uint8_t* L_23; L_23 = RecordHeader_get_statePtrWithoutControlIndex_mA69F04C99CB1646B06946A1EECCB6E1E02341CC8((RecordHeader_tEE435193EE267F203DE3DC347819B8160C35AC69 *)(RecordHeader_tEE435193EE267F203DE3DC347819B8160C35AC69 *)L_22, /*hidden argument*/NULL); G_B11_0 = L_23; } IL_0083: { V_2 = (uint8_t*)G_B11_0; // statePtr -= control.stateBlock.byteOffset; uint8_t* L_24 = V_2; InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_25 = V_0; NullCheck((InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 *)L_25); InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B L_26; L_26 = InputControl_get_stateBlock_m0ECA3324A1A42DDE5085EAE0A82D7C0447143252_inline((InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 *)L_25, /*hidden argument*/NULL); V_4 = (InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B )L_26; uint32_t L_27; L_27 = InputStateBlock_get_byteOffset_m68EF162227DEB77FFCA5C46605780C3387ADC019_inline((InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B *)(InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B *)(&V_4), /*hidden argument*/NULL); V_2 = (uint8_t*)((uint8_t*)il2cpp_codegen_subtract((intptr_t)L_24, (intptr_t)((uintptr_t)L_27))); // return controlOfType.ReadValueFromState(statePtr); InputControl_1_t3F41CA4889198557F0954ECFC0D734B536F12FD6 * L_28 = V_1; uint8_t* L_29 = V_2; NullCheck((InputControl_1_t3F41CA4889198557F0954ECFC0D734B536F12FD6 *)L_28); TouchState_tB256A7ACF69B4802AF692D3A7A00793AF0602CC8 L_30; L_30 = (( TouchState_tB256A7ACF69B4802AF692D3A7A00793AF0602CC8 (*) (InputControl_1_t3F41CA4889198557F0954ECFC0D734B536F12FD6 *, void*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)((InputControl_1_t3F41CA4889198557F0954ECFC0D734B536F12FD6 *)L_28, (void*)(void*)L_29, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); return (TouchState_tB256A7ACF69B4802AF692D3A7A00793AF0602CC8 )L_30; } } // TDevice UnityEngine.InputSystem.InputSystem::AddDevice(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * InputSystem_AddDevice_TisRuntimeObject_m8B37C560B29766980BD162EDEBC5FEFE58F82EDF_gshared (String_t* ___name0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputSystem_tB2E105FFA04BBFEF25E381E9FBBE7DA78BB18380_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * V_0 = NULL; RuntimeObject * G_B4_0 = NULL; RuntimeObject * G_B1_0 = NULL; RuntimeObject * G_B3_0 = NULL; RuntimeObject * G_B2_0 = NULL; { // var device = s_Manager.AddDevice(typeof(TDevice), name); IL2CPP_RUNTIME_CLASS_INIT(InputSystem_tB2E105FFA04BBFEF25E381E9FBBE7DA78BB18380_il2cpp_TypeInfo_var); InputManager_t9E534956EF45276E5D7E75B3EA03BF1AB0EC411F * L_0 = ((InputSystem_tB2E105FFA04BBFEF25E381E9FBBE7DA78BB18380_StaticFields*)il2cpp_codegen_static_fields_for(InputSystem_tB2E105FFA04BBFEF25E381E9FBBE7DA78BB18380_il2cpp_TypeInfo_var))->get_s_Manager_2(); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_1 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(method->rgctx_data, 0)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_2; L_2 = Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_1, /*hidden argument*/NULL); String_t* L_3 = ___name0; NullCheck((InputManager_t9E534956EF45276E5D7E75B3EA03BF1AB0EC411F *)L_0); InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * L_4; L_4 = InputManager_AddDevice_m8B4E3B162C71C752B257FE4D53A9C265976E5D50((InputManager_t9E534956EF45276E5D7E75B3EA03BF1AB0EC411F *)L_0, (Type_t *)L_2, (String_t*)L_3, /*hidden argument*/NULL); V_0 = (InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 *)L_4; // if (!(device is TDevice deviceOfType)) InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * L_5 = V_0; RuntimeObject * L_6 = (RuntimeObject *)((RuntimeObject *)Castclass((RuntimeObject*)((RuntimeObject *)IsInst((RuntimeObject*)L_5, IL2CPP_RGCTX_DATA(method->rgctx_data, 1))), IL2CPP_RGCTX_DATA(method->rgctx_data, 1))); G_B1_0 = L_6; if (L_6) { G_B4_0 = L_6; goto IL_0056; } } { // if (device != null) InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * L_7 = V_0; G_B2_0 = G_B1_0; if (!L_7) { G_B3_0 = G_B1_0; goto IL_0032; } } { // RemoveDevice(device); InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * L_8 = V_0; IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputSystem_tB2E105FFA04BBFEF25E381E9FBBE7DA78BB18380_il2cpp_TypeInfo_var))); InputSystem_RemoveDevice_m7E64698D68091C9271F74E508F6E25A925E8E6C4((InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 *)L_8, /*hidden argument*/NULL); G_B3_0 = G_B2_0; } IL_0032: { // throw new InvalidOperationException( // $"Layout registered for type '{typeof(TDevice).Name}' did not produce a device of that type; layout probably has been overridden"); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_9 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(method->rgctx_data, 0)) }; IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Type_t_il2cpp_TypeInfo_var))); Type_t * L_10; L_10 = Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_9, /*hidden argument*/NULL); NullCheck((MemberInfo_t *)L_10); String_t* L_11; L_11 = VirtFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, (MemberInfo_t *)L_10); String_t* L_12; L_12 = String_Concat_mC41740F000A5A48F8D313FB4CEE0E35E207A2632((String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral96003D43047DBCD3DFB5D214BD1109ED14EBF70C)), (String_t*)L_11, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralEE543D739C2DB9A6A2CB8AC53B1411DABE359FAB)), /*hidden argument*/NULL); InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_13 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_13, (String_t*)L_12, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_13, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputSystem_AddDevice_TisRuntimeObject_m8B37C560B29766980BD162EDEBC5FEFE58F82EDF_RuntimeMethod_var))); } IL_0056: { // return deviceOfType; return (RuntimeObject *)G_B4_0; } } // UnityEngine.InputSystem.InputControlList`1 UnityEngine.InputSystem.InputSystem::FindControls(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputControlList_1_t9461BFBC9FEFA4CB0C7F0981E4B70C426126D012 InputSystem_FindControls_TisRuntimeObject_m7F3096FB012BC31CB8AB3572511180DCAE6F76ED_gshared (String_t* ___path0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputSystem_tB2E105FFA04BBFEF25E381E9FBBE7DA78BB18380_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } InputControlList_1_t9461BFBC9FEFA4CB0C7F0981E4B70C426126D012 V_0; memset((&V_0), 0, sizeof(V_0)); { // var list = new InputControlList(); il2cpp_codegen_initobj((&V_0), sizeof(InputControlList_1_t9461BFBC9FEFA4CB0C7F0981E4B70C426126D012 )); // FindControls(path, ref list); String_t* L_0 = ___path0; IL2CPP_RUNTIME_CLASS_INIT(InputSystem_tB2E105FFA04BBFEF25E381E9FBBE7DA78BB18380_il2cpp_TypeInfo_var); int32_t L_1; L_1 = (( int32_t (*) (String_t*, InputControlList_1_t9461BFBC9FEFA4CB0C7F0981E4B70C426126D012 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((String_t*)L_0, (InputControlList_1_t9461BFBC9FEFA4CB0C7F0981E4B70C426126D012 *)(InputControlList_1_t9461BFBC9FEFA4CB0C7F0981E4B70C426126D012 *)(&V_0), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); // return list; InputControlList_1_t9461BFBC9FEFA4CB0C7F0981E4B70C426126D012 L_2 = V_0; return (InputControlList_1_t9461BFBC9FEFA4CB0C7F0981E4B70C426126D012 )L_2; } } // System.Int32 UnityEngine.InputSystem.InputSystem::FindControls(System.String,UnityEngine.InputSystem.InputControlList`1&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t InputSystem_FindControls_TisRuntimeObject_m7FEAAB413B1815EBCFC5361D232F6EA173284CFC_gshared (String_t* ___path0, InputControlList_1_t9461BFBC9FEFA4CB0C7F0981E4B70C426126D012 * ___controls1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputSystem_tB2E105FFA04BBFEF25E381E9FBBE7DA78BB18380_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return s_Manager.GetControls(path, ref controls); IL2CPP_RUNTIME_CLASS_INIT(InputSystem_tB2E105FFA04BBFEF25E381E9FBBE7DA78BB18380_il2cpp_TypeInfo_var); InputManager_t9E534956EF45276E5D7E75B3EA03BF1AB0EC411F * L_0 = ((InputSystem_tB2E105FFA04BBFEF25E381E9FBBE7DA78BB18380_StaticFields*)il2cpp_codegen_static_fields_for(InputSystem_tB2E105FFA04BBFEF25E381E9FBBE7DA78BB18380_il2cpp_TypeInfo_var))->get_s_Manager_2(); String_t* L_1 = ___path0; InputControlList_1_t9461BFBC9FEFA4CB0C7F0981E4B70C426126D012 * L_2 = ___controls1; NullCheck((InputManager_t9E534956EF45276E5D7E75B3EA03BF1AB0EC411F *)L_0); int32_t L_3; L_3 = (( int32_t (*) (InputManager_t9E534956EF45276E5D7E75B3EA03BF1AB0EC411F *, String_t*, InputControlList_1_t9461BFBC9FEFA4CB0C7F0981E4B70C426126D012 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((InputManager_t9E534956EF45276E5D7E75B3EA03BF1AB0EC411F *)L_0, (String_t*)L_1, (InputControlList_1_t9461BFBC9FEFA4CB0C7F0981E4B70C426126D012 *)(InputControlList_1_t9461BFBC9FEFA4CB0C7F0981E4B70C426126D012 *)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); return (int32_t)L_3; } } // TDevice UnityEngine.InputSystem.InputSystem::GetDevice() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * InputSystem_GetDevice_TisRuntimeObject_m4C255326E70B0171A31E59DF50E4ABB81680FF2E_gshared (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputSystem_tB2E105FFA04BBFEF25E381E9FBBE7DA78BB18380_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return (TDevice)GetDevice(typeof(TDevice)); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_0 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(method->rgctx_data, 0)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_1; L_1 = Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(InputSystem_tB2E105FFA04BBFEF25E381E9FBBE7DA78BB18380_il2cpp_TypeInfo_var); InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * L_2; L_2 = InputSystem_GetDevice_m402ADC9477F1B49993FACC4C62069507B4D86C4B((Type_t *)L_1, /*hidden argument*/NULL); return (RuntimeObject *)((RuntimeObject *)Castclass((RuntimeObject*)L_2, IL2CPP_RGCTX_DATA(method->rgctx_data, 1))); } } // TDevice UnityEngine.InputSystem.InputSystem::GetDevice(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * InputSystem_GetDevice_TisRuntimeObject_m8EC7C90EE369647FA27325E6AA318168973F27B0_gshared (String_t* ___usage0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputSystem_tB2E105FFA04BBFEF25E381E9FBBE7DA78BB18380_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return GetDevice(new InternedString(usage)); String_t* L_0 = ___usage0; InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED L_1; memset((&L_1), 0, sizeof(L_1)); InternedString__ctor_mE81A2A4EA05081A96717682ACF38746482E3CF62((&L_1), (String_t*)L_0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(InputSystem_tB2E105FFA04BBFEF25E381E9FBBE7DA78BB18380_il2cpp_TypeInfo_var); RuntimeObject * L_2; L_2 = (( RuntimeObject * (*) (InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED )L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); return (RuntimeObject *)L_2; } } // TDevice UnityEngine.InputSystem.InputSystem::GetDevice(UnityEngine.InputSystem.Utilities.InternedString) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * InputSystem_GetDevice_TisRuntimeObject_mCB60ACDB2B16BC1273BB15DD6E0FA6FEB129B677_gshared (InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED ___usage0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_m7B98E1E5167F455581477D2C8285D0447A53FCCC_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_mE0FA132D78425C004BD2F06C3F96F23E84D039A7_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_tD1AA7B3BA0B028284BEC7AB59A86AEA47553FF2C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputSystem_tB2E105FFA04BBFEF25E381E9FBBE7DA78BB18380_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlyArrayExtensions_Contains_TisInternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED_m23E2471F1568258A2210D67111E1A3B892C238BF_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlyArray_1_GetEnumerator_m4DB2F36A677C515C0826FECFB55A531029BE8EF3_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; double V_1 = 0.0; Enumerator_tD1AA7B3BA0B028284BEC7AB59A86AEA47553FF2C V_2; memset((&V_2), 0, sizeof(V_2)); ReadOnlyArray_1_tACB506541C5CC2CCA16D8065F5F949D9874C78D0 V_3; memset((&V_3), 0, sizeof(V_3)); RuntimeObject * V_4 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { // TDevice result = null; il2cpp_codegen_initobj((&V_0), sizeof(RuntimeObject *)); // var lastUpdateTime = -1.0; V_1 = (double)(-1.0); // foreach (var device in devices) IL2CPP_RUNTIME_CLASS_INIT(InputSystem_tB2E105FFA04BBFEF25E381E9FBBE7DA78BB18380_il2cpp_TypeInfo_var); ReadOnlyArray_1_tACB506541C5CC2CCA16D8065F5F949D9874C78D0 L_0; L_0 = InputSystem_get_devices_mB346D1402C607C5EEF4CBAED94C3DADF52CF3831(/*hidden argument*/NULL); V_3 = (ReadOnlyArray_1_tACB506541C5CC2CCA16D8065F5F949D9874C78D0 )L_0; Enumerator_tD1AA7B3BA0B028284BEC7AB59A86AEA47553FF2C L_1; L_1 = ReadOnlyArray_1_GetEnumerator_m4DB2F36A677C515C0826FECFB55A531029BE8EF3((ReadOnlyArray_1_tACB506541C5CC2CCA16D8065F5F949D9874C78D0 *)(ReadOnlyArray_1_tACB506541C5CC2CCA16D8065F5F949D9874C78D0 *)(&V_3), /*hidden argument*/ReadOnlyArray_1_GetEnumerator_m4DB2F36A677C515C0826FECFB55A531029BE8EF3_RuntimeMethod_var); V_2 = (Enumerator_tD1AA7B3BA0B028284BEC7AB59A86AEA47553FF2C )L_1; } IL_0020: try { // begin try (depth: 1) { goto IL_0078; } IL_0022: { // foreach (var device in devices) InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * L_2; L_2 = Enumerator_get_Current_mE0FA132D78425C004BD2F06C3F96F23E84D039A7((Enumerator_tD1AA7B3BA0B028284BEC7AB59A86AEA47553FF2C *)(Enumerator_tD1AA7B3BA0B028284BEC7AB59A86AEA47553FF2C *)(&V_2), /*hidden argument*/Enumerator_get_Current_mE0FA132D78425C004BD2F06C3F96F23E84D039A7_RuntimeMethod_var); // var deviceOfType = device as TDevice; V_4 = (RuntimeObject *)((RuntimeObject *)Castclass((RuntimeObject*)((RuntimeObject *)IsInst((RuntimeObject*)L_2, IL2CPP_RGCTX_DATA(method->rgctx_data, 0))), IL2CPP_RGCTX_DATA(method->rgctx_data, 0))); // if (deviceOfType == null) RuntimeObject * L_3 = V_4; if (!L_3) { goto IL_0078; } } IL_003e: { // if (!deviceOfType.usages.Contains(usage)) RuntimeObject * L_4 = V_4; NullCheck((InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 *)L_4); ReadOnlyArray_1_t606E37DB0F1B75FCB4C4A029A0F6C2B4AE7DED75 L_5; L_5 = InputControl_get_usages_m81E30400E8947C9B5EC6A9B4892BFA8C712B11FE((InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 *)L_4, /*hidden argument*/NULL); InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED L_6 = ___usage0; bool L_7; L_7 = ReadOnlyArrayExtensions_Contains_TisInternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED_m23E2471F1568258A2210D67111E1A3B892C238BF((ReadOnlyArray_1_t606E37DB0F1B75FCB4C4A029A0F6C2B4AE7DED75 )L_5, (InternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED )L_6, /*hidden argument*/ReadOnlyArrayExtensions_Contains_TisInternedString_tA8F88C6E35F6EA6E9F774DC4DC7D003E1D6B4EED_m23E2471F1568258A2210D67111E1A3B892C238BF_RuntimeMethod_var); if (!L_7) { goto IL_0078; } } IL_0052: { // if (result == null || deviceOfType.m_LastUpdateTimeInternal > lastUpdateTime) RuntimeObject * L_8 = V_0; if (!L_8) { goto IL_0069; } } IL_005a: { RuntimeObject * L_9 = V_4; NullCheck(L_9); double L_10 = (double)((InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 *)L_9)->get_m_LastUpdateTimeInternal_29(); double L_11 = V_1; if ((!(((double)L_10) > ((double)L_11)))) { goto IL_0078; } } IL_0069: { // result = deviceOfType; RuntimeObject * L_12 = V_4; V_0 = (RuntimeObject *)L_12; // lastUpdateTime = result.m_LastUpdateTimeInternal; RuntimeObject * L_13 = V_0; NullCheck(L_13); double L_14 = (double)((InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 *)L_13)->get_m_LastUpdateTimeInternal_29(); V_1 = (double)L_14; } IL_0078: { // foreach (var device in devices) bool L_15; L_15 = Enumerator_MoveNext_m7B98E1E5167F455581477D2C8285D0447A53FCCC((Enumerator_tD1AA7B3BA0B028284BEC7AB59A86AEA47553FF2C *)(Enumerator_tD1AA7B3BA0B028284BEC7AB59A86AEA47553FF2C *)(&V_2), /*hidden argument*/Enumerator_MoveNext_m7B98E1E5167F455581477D2C8285D0447A53FCCC_RuntimeMethod_var); if (L_15) { goto IL_0022; } } IL_0081: { IL2CPP_LEAVE(0x91, FINALLY_0083); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0083; } FINALLY_0083: { // begin finally (depth: 1) Il2CppMetadataObject L_16(Enumerator_tD1AA7B3BA0B028284BEC7AB59A86AEA47553FF2C_il2cpp_TypeInfo_var); const VirtualInvokeData& il2cpp_virtual_invoke_data__139 = il2cpp_codegen_get_interface_invoke_data(0, (&L_16), IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); (( void (*) (RuntimeObject*, const RuntimeMethod*))il2cpp_virtual_invoke_data__139.methodPtr)((RuntimeObject*)((RuntimeObject*)(&V_2))-1, /*hidden argument*/il2cpp_virtual_invoke_data__139.method); IL2CPP_END_FINALLY(131) } // end finally (depth: 1) IL2CPP_CLEANUP(131) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x91, IL_0091) } IL_0091: { // return result; RuntimeObject * L_17 = V_0; return (RuntimeObject *)L_17; } } // UnityEngine.InputSystem.Layouts.InputControlLayout UnityEngine.InputSystem.InputSystem::LoadLayout() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputControlLayout_tE6B3ECA665209114AFF079155BF9F2FA79A03741 * InputSystem_LoadLayout_TisRuntimeObject_m46B8BC165F2A356DA15515A45B7A1445E521D1B7_gshared (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputSystem_tB2E105FFA04BBFEF25E381E9FBBE7DA78BB18380_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return s_Manager.TryLoadControlLayout(typeof(TControl)); IL2CPP_RUNTIME_CLASS_INIT(InputSystem_tB2E105FFA04BBFEF25E381E9FBBE7DA78BB18380_il2cpp_TypeInfo_var); InputManager_t9E534956EF45276E5D7E75B3EA03BF1AB0EC411F * L_0 = ((InputSystem_tB2E105FFA04BBFEF25E381E9FBBE7DA78BB18380_StaticFields*)il2cpp_codegen_static_fields_for(InputSystem_tB2E105FFA04BBFEF25E381E9FBBE7DA78BB18380_il2cpp_TypeInfo_var))->get_s_Manager_2(); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_1 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(method->rgctx_data, 0)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_2; L_2 = Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_1, /*hidden argument*/NULL); NullCheck((InputManager_t9E534956EF45276E5D7E75B3EA03BF1AB0EC411F *)L_0); InputControlLayout_tE6B3ECA665209114AFF079155BF9F2FA79A03741 * L_3; L_3 = InputManager_TryLoadControlLayout_mD6C96C49C4381A28D51665EDC5C8169633C44B06((InputManager_t9E534956EF45276E5D7E75B3EA03BF1AB0EC411F *)L_0, (Type_t *)L_2, /*hidden argument*/NULL); return (InputControlLayout_tE6B3ECA665209114AFF079155BF9F2FA79A03741 *)L_3; } } // System.Void UnityEngine.InputSystem.InputSystem::RegisterBindingComposite(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputSystem_RegisterBindingComposite_TisRuntimeObject_m3B4CE4BF8FE1F3464C4E864C50B2530B6B016A53_gshared (String_t* ___name0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputSystem_tB2E105FFA04BBFEF25E381E9FBBE7DA78BB18380_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // RegisterBindingComposite(typeof(T), name); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_0 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(method->rgctx_data, 0)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_1; L_1 = Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_0, /*hidden argument*/NULL); String_t* L_2 = ___name0; IL2CPP_RUNTIME_CLASS_INIT(InputSystem_tB2E105FFA04BBFEF25E381E9FBBE7DA78BB18380_il2cpp_TypeInfo_var); InputSystem_RegisterBindingComposite_m1221E2C15EC7BB5C6D9237B5E3EAA950210F9699((Type_t *)L_1, (String_t*)L_2, /*hidden argument*/NULL); // } return; } } // System.Void UnityEngine.InputSystem.InputSystem::RegisterInteraction(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputSystem_RegisterInteraction_TisRuntimeObject_m459E1BAD2369D7FED6E220CD138A47C393F4D853_gshared (String_t* ___name0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputSystem_tB2E105FFA04BBFEF25E381E9FBBE7DA78BB18380_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // RegisterInteraction(typeof(T), name); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_0 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(method->rgctx_data, 0)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_1; L_1 = Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_0, /*hidden argument*/NULL); String_t* L_2 = ___name0; IL2CPP_RUNTIME_CLASS_INIT(InputSystem_tB2E105FFA04BBFEF25E381E9FBBE7DA78BB18380_il2cpp_TypeInfo_var); InputSystem_RegisterInteraction_mCC4D9E9A42A0DCCC8F02845788C653FDB642086E((Type_t *)L_1, (String_t*)L_2, /*hidden argument*/NULL); // } return; } } // System.Void UnityEngine.InputSystem.InputSystem::RegisterLayout(System.String,System.Nullable`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputSystem_RegisterLayout_TisRuntimeObject_m42DD3FD41BB5E65DE714AC28F927F925696AEBB6_gshared (String_t* ___name0, Nullable_1_tE1D8A3913CBF79878F4DDA0EBFA9459B09EA705E ___matches1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputSystem_tB2E105FFA04BBFEF25E381E9FBBE7DA78BB18380_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // RegisterLayout(typeof(T), name, matches); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_0 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(method->rgctx_data, 0)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_1; L_1 = Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_0, /*hidden argument*/NULL); String_t* L_2 = ___name0; Nullable_1_tE1D8A3913CBF79878F4DDA0EBFA9459B09EA705E L_3 = ___matches1; IL2CPP_RUNTIME_CLASS_INIT(InputSystem_tB2E105FFA04BBFEF25E381E9FBBE7DA78BB18380_il2cpp_TypeInfo_var); InputSystem_RegisterLayout_m868BBC1A4F3C95979AA0CFE9D4802FF32ECEE69C((Type_t *)L_1, (String_t*)L_2, (Nullable_1_tE1D8A3913CBF79878F4DDA0EBFA9459B09EA705E )L_3, /*hidden argument*/NULL); // } return; } } // System.Void UnityEngine.InputSystem.InputSystem::RegisterLayoutMatcher(UnityEngine.InputSystem.Layouts.InputDeviceMatcher) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputSystem_RegisterLayoutMatcher_TisRuntimeObject_m5C6FDB80A7A4062F20F855955520F033298E822D_gshared (InputDeviceMatcher_tFC41EBE6D273378A154C6DFD759DD75D23C99E57 ___matcher0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputSystem_tB2E105FFA04BBFEF25E381E9FBBE7DA78BB18380_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // s_Manager.RegisterControlLayoutMatcher(typeof(TDevice), matcher); IL2CPP_RUNTIME_CLASS_INIT(InputSystem_tB2E105FFA04BBFEF25E381E9FBBE7DA78BB18380_il2cpp_TypeInfo_var); InputManager_t9E534956EF45276E5D7E75B3EA03BF1AB0EC411F * L_0 = ((InputSystem_tB2E105FFA04BBFEF25E381E9FBBE7DA78BB18380_StaticFields*)il2cpp_codegen_static_fields_for(InputSystem_tB2E105FFA04BBFEF25E381E9FBBE7DA78BB18380_il2cpp_TypeInfo_var))->get_s_Manager_2(); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_1 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(method->rgctx_data, 0)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_2; L_2 = Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_1, /*hidden argument*/NULL); InputDeviceMatcher_tFC41EBE6D273378A154C6DFD759DD75D23C99E57 L_3 = ___matcher0; NullCheck((InputManager_t9E534956EF45276E5D7E75B3EA03BF1AB0EC411F *)L_0); InputManager_RegisterControlLayoutMatcher_m7CAE8078F618B0CEBEECFA0805682648B7D1DB1A((InputManager_t9E534956EF45276E5D7E75B3EA03BF1AB0EC411F *)L_0, (Type_t *)L_2, (InputDeviceMatcher_tFC41EBE6D273378A154C6DFD759DD75D23C99E57 )L_3, /*hidden argument*/NULL); // } return; } } // System.Void UnityEngine.InputSystem.InputSystem::RegisterPrecompiledLayout(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputSystem_RegisterPrecompiledLayout_TisRuntimeObject_mF6FC3FF3A92FAC444AFA0EF1619EBDE8B782DE46_gshared (String_t* ___metadata0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputSystem_tB2E105FFA04BBFEF25E381E9FBBE7DA78BB18380_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // s_Manager.RegisterPrecompiledLayout(metadata); IL2CPP_RUNTIME_CLASS_INIT(InputSystem_tB2E105FFA04BBFEF25E381E9FBBE7DA78BB18380_il2cpp_TypeInfo_var); InputManager_t9E534956EF45276E5D7E75B3EA03BF1AB0EC411F * L_0 = ((InputSystem_tB2E105FFA04BBFEF25E381E9FBBE7DA78BB18380_StaticFields*)il2cpp_codegen_static_fields_for(InputSystem_tB2E105FFA04BBFEF25E381E9FBBE7DA78BB18380_il2cpp_TypeInfo_var))->get_s_Manager_2(); String_t* L_1 = ___metadata0; NullCheck((InputManager_t9E534956EF45276E5D7E75B3EA03BF1AB0EC411F *)L_0); (( void (*) (InputManager_t9E534956EF45276E5D7E75B3EA03BF1AB0EC411F *, String_t*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((InputManager_t9E534956EF45276E5D7E75B3EA03BF1AB0EC411F *)L_0, (String_t*)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); // } return; } } // System.Void UnityEngine.InputSystem.InputSystem::RegisterProcessor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputSystem_RegisterProcessor_TisRuntimeObject_m5BA8B7F8D0C28AE32CEE771D1FA7E631147A8A1A_gshared (String_t* ___name0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputSystem_tB2E105FFA04BBFEF25E381E9FBBE7DA78BB18380_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // RegisterProcessor(typeof(T), name); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_0 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(method->rgctx_data, 0)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_1; L_1 = Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_0, /*hidden argument*/NULL); String_t* L_2 = ___name0; IL2CPP_RUNTIME_CLASS_INIT(InputSystem_tB2E105FFA04BBFEF25E381E9FBBE7DA78BB18380_il2cpp_TypeInfo_var); InputSystem_RegisterProcessor_m795A2C8CE8CB5E2E752FF249A5DAD164D858FDBF((Type_t *)L_1, (String_t*)L_2, /*hidden argument*/NULL); // } return; } } // TValue UnityEngine.InputSystem.InputValue::Get() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float InputValue_Get_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_mCEDB46F39ED7A5C3A585950EC3B62366144B255A_gshared (InputValue_tA26725FB1E1CDEFC80B36F7E7BAA3652B8E4C527 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_get_HasValue_m212A323120FED35B7CF42FBF68FBA5B46AF10EF2_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_get_Value_mD3262552991AE896A4C15B716B3F438D5BD48517_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } CallbackContext_t073FE0294FFA91086DA1D1A0C2F33A7F8F9F025D V_0; memset((&V_0), 0, sizeof(V_0)); { // if (!m_Context.HasValue) Nullable_1_tBE54C42B9DF059357A8DE25FA421FAC36D437C87 * L_0 = (Nullable_1_tBE54C42B9DF059357A8DE25FA421FAC36D437C87 *)__this->get_address_of_m_Context_0(); bool L_1; L_1 = Nullable_1_get_HasValue_m212A323120FED35B7CF42FBF68FBA5B46AF10EF2_inline((Nullable_1_tBE54C42B9DF059357A8DE25FA421FAC36D437C87 *)(Nullable_1_tBE54C42B9DF059357A8DE25FA421FAC36D437C87 *)L_0, /*hidden argument*/Nullable_1_get_HasValue_m212A323120FED35B7CF42FBF68FBA5B46AF10EF2_RuntimeMethod_var); if (L_1) { goto IL_0018; } } { // throw new InvalidOperationException($"Values can only be retrieved while in message callbacks"); InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_2 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_2, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF8743FF793949FC43AB0EF965E616C1691790D6A)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InputValue_Get_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_mCEDB46F39ED7A5C3A585950EC3B62366144B255A_RuntimeMethod_var))); } IL_0018: { // return m_Context.Value.ReadValue(); Nullable_1_tBE54C42B9DF059357A8DE25FA421FAC36D437C87 * L_3 = (Nullable_1_tBE54C42B9DF059357A8DE25FA421FAC36D437C87 *)__this->get_address_of_m_Context_0(); CallbackContext_t073FE0294FFA91086DA1D1A0C2F33A7F8F9F025D L_4; L_4 = Nullable_1_get_Value_mD3262552991AE896A4C15B716B3F438D5BD48517((Nullable_1_tBE54C42B9DF059357A8DE25FA421FAC36D437C87 *)(Nullable_1_tBE54C42B9DF059357A8DE25FA421FAC36D437C87 *)L_3, /*hidden argument*/Nullable_1_get_Value_mD3262552991AE896A4C15B716B3F438D5BD48517_RuntimeMethod_var); V_0 = (CallbackContext_t073FE0294FFA91086DA1D1A0C2F33A7F8F9F025D )L_4; float L_5; L_5 = CallbackContext_ReadValue_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_mE234FD7AC6E0663845F6CF6B330212FCE11FB7A0((CallbackContext_t073FE0294FFA91086DA1D1A0C2F33A7F8F9F025D *)(CallbackContext_t073FE0294FFA91086DA1D1A0C2F33A7F8F9F025D *)(&V_0), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); return (float)L_5; } } // T OVRSimpleJSON.JSONLazyCreator::Set(T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * JSONLazyCreator_Set_TisRuntimeObject_m582E2F477755579EF03A9F3689C95CB127396367_gshared (JSONLazyCreator_t7DBB8A4304E411BD9CC78684048471FE6300148D * __this, RuntimeObject * ___aVal0, const RuntimeMethod* method) { { // if (m_Key == null) String_t* L_0 = (String_t*)__this->get_m_Key_7(); if (L_0) { goto IL_001b; } } { // m_Node.Add(aVal); JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_1 = (JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B *)__this->get_m_Node_6(); RuntimeObject * L_2 = ___aVal0; NullCheck((JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B *)L_1); VirtActionInvoker1< JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * >::Invoke(21 /* System.Void OVRSimpleJSON.JSONNode::Add(OVRSimpleJSON.JSONNode) */, (JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B *)L_1, (JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B *)L_2); goto IL_0032; } IL_001b: { // m_Node.Add(m_Key, aVal); JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * L_3 = (JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B *)__this->get_m_Node_6(); String_t* L_4 = (String_t*)__this->get_m_Key_7(); RuntimeObject * L_5 = ___aVal0; NullCheck((JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B *)L_3); VirtActionInvoker2< String_t*, JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * >::Invoke(20 /* System.Void OVRSimpleJSON.JSONNode::Add(System.String,OVRSimpleJSON.JSONNode) */, (JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B *)L_3, (String_t*)L_4, (JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B *)L_5); } IL_0032: { // m_Node = null; // Be GC friendly. __this->set_m_Node_6((JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B *)NULL); // return aVal; RuntimeObject * L_6 = ___aVal0; return (RuntimeObject *)L_6; } } // T System.Runtime.CompilerServices.JitHelpers::UnsafeCast(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * JitHelpers_UnsafeCast_TisRuntimeObject_m3B172CFFFC8FA46D101BB98BB2C132EA952F99F8_gshared (RuntimeObject * ___o0, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___o0; RuntimeObject * L_1; L_1 = (( RuntimeObject * (*) (RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((RuntimeObject *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); return (RuntimeObject *)L_1; } } // System.Int32 System.Runtime.CompilerServices.JitHelpers::UnsafeEnumCast(T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t JitHelpers_UnsafeEnumCast_TisInt32Enum_t9B63F771913F2B6D586F1173B44A41FBE26F6B5C_m87C139A622441BE165713CD244996F6BCD9A5A92_gshared (int32_t ___val0, const RuntimeMethod* method) { { int32_t L_0 = ___val0; int32_t L_1; L_1 = (( int32_t (*) (int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((int32_t)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); return (int32_t)L_1; } } // System.Int32 System.Runtime.CompilerServices.JitHelpers::UnsafeEnumCast(T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t JitHelpers_UnsafeEnumCast_TisUInt32Enum_t205AC9FF1DBA9F24788030B596D7BE3A2E808EF1_m93065C426D8CB483E5B7F5BB43A09214E70728D5_gshared (uint32_t ___val0, const RuntimeMethod* method) { { uint32_t L_0 = ___val0; int32_t L_1; L_1 = (( int32_t (*) (uint32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((uint32_t)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); return (int32_t)L_1; } } // T UnityEngine.JsonUtility::FromJson(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * JsonUtility_FromJson_TisRuntimeObject_m8640B63892230D506A8DECFD46A700201A30070A_gshared (String_t* ___json0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; { String_t* L_0 = ___json0; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_1 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(method->rgctx_data, 0)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_2; L_2 = Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_1, /*hidden argument*/NULL); RuntimeObject * L_3; L_3 = JsonUtility_FromJson_m9702DE524E4A879007AAC6F7D9798560628E7D0E((String_t*)L_0, (Type_t *)L_2, /*hidden argument*/NULL); V_0 = (RuntimeObject *)((RuntimeObject *)Castclass((RuntimeObject*)L_3, IL2CPP_RGCTX_DATA(method->rgctx_data, 1))); goto IL_0019; } IL_0019: { RuntimeObject * L_4 = V_0; return (RuntimeObject *)L_4; } } // T UnityEngine.JsonUtility::FromJson(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR HIDDeviceDescriptor_tE61B0060D8CCC82E21E49C4B8D4AF6F80E4F706D JsonUtility_FromJson_TisHIDDeviceDescriptor_tE61B0060D8CCC82E21E49C4B8D4AF6F80E4F706D_m767582C39A37C0A0CFBEB5A97EB2D320AA8D341D_gshared (String_t* ___json0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } HIDDeviceDescriptor_tE61B0060D8CCC82E21E49C4B8D4AF6F80E4F706D V_0; memset((&V_0), 0, sizeof(V_0)); { String_t* L_0 = ___json0; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_1 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(method->rgctx_data, 0)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_2; L_2 = Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_1, /*hidden argument*/NULL); RuntimeObject * L_3; L_3 = JsonUtility_FromJson_m9702DE524E4A879007AAC6F7D9798560628E7D0E((String_t*)L_0, (Type_t *)L_2, /*hidden argument*/NULL); V_0 = (HIDDeviceDescriptor_tE61B0060D8CCC82E21E49C4B8D4AF6F80E4F706D )((*(HIDDeviceDescriptor_tE61B0060D8CCC82E21E49C4B8D4AF6F80E4F706D *)((HIDDeviceDescriptor_tE61B0060D8CCC82E21E49C4B8D4AF6F80E4F706D *)UnBox(L_3, IL2CPP_RGCTX_DATA(method->rgctx_data, 1))))); goto IL_0019; } IL_0019: { HIDDeviceDescriptor_tE61B0060D8CCC82E21E49C4B8D4AF6F80E4F706D L_4 = V_0; return (HIDDeviceDescriptor_tE61B0060D8CCC82E21E49C4B8D4AF6F80E4F706D )L_4; } } // T UnityEngine.JsonUtility::FromJson(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ReadFileJson_tF65156F867EA68F6F7A7B45506F61744EDD05885 JsonUtility_FromJson_TisReadFileJson_tF65156F867EA68F6F7A7B45506F61744EDD05885_m68C56F0BB91D3EA2C2EAF132BB90168B2DF8B562_gshared (String_t* ___json0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ReadFileJson_tF65156F867EA68F6F7A7B45506F61744EDD05885 V_0; memset((&V_0), 0, sizeof(V_0)); { String_t* L_0 = ___json0; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_1 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(method->rgctx_data, 0)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_2; L_2 = Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_1, /*hidden argument*/NULL); RuntimeObject * L_3; L_3 = JsonUtility_FromJson_m9702DE524E4A879007AAC6F7D9798560628E7D0E((String_t*)L_0, (Type_t *)L_2, /*hidden argument*/NULL); V_0 = (ReadFileJson_tF65156F867EA68F6F7A7B45506F61744EDD05885 )((*(ReadFileJson_tF65156F867EA68F6F7A7B45506F61744EDD05885 *)((ReadFileJson_tF65156F867EA68F6F7A7B45506F61744EDD05885 *)UnBox(L_3, IL2CPP_RGCTX_DATA(method->rgctx_data, 1))))); goto IL_0019; } IL_0019: { ReadFileJson_tF65156F867EA68F6F7A7B45506F61744EDD05885 L_4 = V_0; return (ReadFileJson_tF65156F867EA68F6F7A7B45506F61744EDD05885 )L_4; } } // T UnityEngine.JsonUtility::FromJson(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BindingOverrideListJson_t59713137EA7C1C9BE025DE1FDFE1B2391C2CB127 JsonUtility_FromJson_TisBindingOverrideListJson_t59713137EA7C1C9BE025DE1FDFE1B2391C2CB127_mE3DD34949EE36C17B65807DD76B8531FBAAC5A0E_gshared (String_t* ___json0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } BindingOverrideListJson_t59713137EA7C1C9BE025DE1FDFE1B2391C2CB127 V_0; memset((&V_0), 0, sizeof(V_0)); { String_t* L_0 = ___json0; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_1 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(method->rgctx_data, 0)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_2; L_2 = Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_1, /*hidden argument*/NULL); RuntimeObject * L_3; L_3 = JsonUtility_FromJson_m9702DE524E4A879007AAC6F7D9798560628E7D0E((String_t*)L_0, (Type_t *)L_2, /*hidden argument*/NULL); V_0 = (BindingOverrideListJson_t59713137EA7C1C9BE025DE1FDFE1B2391C2CB127 )((*(BindingOverrideListJson_t59713137EA7C1C9BE025DE1FDFE1B2391C2CB127 *)((BindingOverrideListJson_t59713137EA7C1C9BE025DE1FDFE1B2391C2CB127 *)UnBox(L_3, IL2CPP_RGCTX_DATA(method->rgctx_data, 1))))); goto IL_0019; } IL_0019: { BindingOverrideListJson_t59713137EA7C1C9BE025DE1FDFE1B2391C2CB127 L_4 = V_0; return (BindingOverrideListJson_t59713137EA7C1C9BE025DE1FDFE1B2391C2CB127 )L_4; } } // T UnityEngine.JsonUtility::FromJson(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ReadFileJson_tC7B3B26A5889A25682C2827E85617290A1502096 JsonUtility_FromJson_TisReadFileJson_tC7B3B26A5889A25682C2827E85617290A1502096_mAC272F911E4FA1424366B67F82DD679F0B91F991_gshared (String_t* ___json0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ReadFileJson_tC7B3B26A5889A25682C2827E85617290A1502096 V_0; memset((&V_0), 0, sizeof(V_0)); { String_t* L_0 = ___json0; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_1 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(method->rgctx_data, 0)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_2; L_2 = Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_1, /*hidden argument*/NULL); RuntimeObject * L_3; L_3 = JsonUtility_FromJson_m9702DE524E4A879007AAC6F7D9798560628E7D0E((String_t*)L_0, (Type_t *)L_2, /*hidden argument*/NULL); V_0 = (ReadFileJson_tC7B3B26A5889A25682C2827E85617290A1502096 )((*(ReadFileJson_tC7B3B26A5889A25682C2827E85617290A1502096 *)((ReadFileJson_tC7B3B26A5889A25682C2827E85617290A1502096 *)UnBox(L_3, IL2CPP_RGCTX_DATA(method->rgctx_data, 1))))); goto IL_0019; } IL_0019: { ReadFileJson_tC7B3B26A5889A25682C2827E85617290A1502096 L_4 = V_0; return (ReadFileJson_tC7B3B26A5889A25682C2827E85617290A1502096 )L_4; } } // T UnityEngine.JsonUtility::FromJson(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR LayoutJson_tE5191240D7C0D80497148CC9171D199A0E455E84 JsonUtility_FromJson_TisLayoutJson_tE5191240D7C0D80497148CC9171D199A0E455E84_m3C3C448D3515F589856FE5512FF3A3AFC0438875_gshared (String_t* ___json0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } LayoutJson_tE5191240D7C0D80497148CC9171D199A0E455E84 V_0; memset((&V_0), 0, sizeof(V_0)); { String_t* L_0 = ___json0; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_1 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(method->rgctx_data, 0)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_2; L_2 = Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_1, /*hidden argument*/NULL); RuntimeObject * L_3; L_3 = JsonUtility_FromJson_m9702DE524E4A879007AAC6F7D9798560628E7D0E((String_t*)L_0, (Type_t *)L_2, /*hidden argument*/NULL); V_0 = (LayoutJson_tE5191240D7C0D80497148CC9171D199A0E455E84 )((*(LayoutJson_tE5191240D7C0D80497148CC9171D199A0E455E84 *)((LayoutJson_tE5191240D7C0D80497148CC9171D199A0E455E84 *)UnBox(L_3, IL2CPP_RGCTX_DATA(method->rgctx_data, 1))))); goto IL_0019; } IL_0019: { LayoutJson_tE5191240D7C0D80497148CC9171D199A0E455E84 L_4 = V_0; return (LayoutJson_tE5191240D7C0D80497148CC9171D199A0E455E84 )L_4; } } // T UnityEngine.JsonUtility::FromJson(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR LayoutJsonNameAndDescriptorOnly_t3EDEBBF5E45E15CEA4B6CA4DEF6E3B56E02BA4FB JsonUtility_FromJson_TisLayoutJsonNameAndDescriptorOnly_t3EDEBBF5E45E15CEA4B6CA4DEF6E3B56E02BA4FB_mD95A4645E1C35206D013AE9B7D06BE39B3A302B8_gshared (String_t* ___json0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } LayoutJsonNameAndDescriptorOnly_t3EDEBBF5E45E15CEA4B6CA4DEF6E3B56E02BA4FB V_0; memset((&V_0), 0, sizeof(V_0)); { String_t* L_0 = ___json0; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_1 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(method->rgctx_data, 0)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_2; L_2 = Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_1, /*hidden argument*/NULL); RuntimeObject * L_3; L_3 = JsonUtility_FromJson_m9702DE524E4A879007AAC6F7D9798560628E7D0E((String_t*)L_0, (Type_t *)L_2, /*hidden argument*/NULL); V_0 = (LayoutJsonNameAndDescriptorOnly_t3EDEBBF5E45E15CEA4B6CA4DEF6E3B56E02BA4FB )((*(LayoutJsonNameAndDescriptorOnly_t3EDEBBF5E45E15CEA4B6CA4DEF6E3B56E02BA4FB *)((LayoutJsonNameAndDescriptorOnly_t3EDEBBF5E45E15CEA4B6CA4DEF6E3B56E02BA4FB *)UnBox(L_3, IL2CPP_RGCTX_DATA(method->rgctx_data, 1))))); goto IL_0019; } IL_0019: { LayoutJsonNameAndDescriptorOnly_t3EDEBBF5E45E15CEA4B6CA4DEF6E3B56E02BA4FB L_4 = V_0; return (LayoutJsonNameAndDescriptorOnly_t3EDEBBF5E45E15CEA4B6CA4DEF6E3B56E02BA4FB )L_4; } } // T UnityEngine.JsonUtility::FromJson(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DeviceDescriptionJson_t7DA80B75B45E09CC9BD008180A65184477184413 JsonUtility_FromJson_TisDeviceDescriptionJson_t7DA80B75B45E09CC9BD008180A65184477184413_m5982849AE3F1FD56C0EDFDC01A4FB87D817D9C26_gshared (String_t* ___json0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } DeviceDescriptionJson_t7DA80B75B45E09CC9BD008180A65184477184413 V_0; memset((&V_0), 0, sizeof(V_0)); { String_t* L_0 = ___json0; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_1 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(method->rgctx_data, 0)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_2; L_2 = Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_1, /*hidden argument*/NULL); RuntimeObject * L_3; L_3 = JsonUtility_FromJson_m9702DE524E4A879007AAC6F7D9798560628E7D0E((String_t*)L_0, (Type_t *)L_2, /*hidden argument*/NULL); V_0 = (DeviceDescriptionJson_t7DA80B75B45E09CC9BD008180A65184477184413 )((*(DeviceDescriptionJson_t7DA80B75B45E09CC9BD008180A65184477184413 *)((DeviceDescriptionJson_t7DA80B75B45E09CC9BD008180A65184477184413 *)UnBox(L_3, IL2CPP_RGCTX_DATA(method->rgctx_data, 1))))); goto IL_0019; } IL_0019: { DeviceDescriptionJson_t7DA80B75B45E09CC9BD008180A65184477184413 L_4 = V_0; return (DeviceDescriptionJson_t7DA80B75B45E09CC9BD008180A65184477184413 )L_4; } } // T UnityEngine.JsonUtility::FromJson(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Capabilities_t9892C96DECD56DC2B4D2B6D0473A5294017FF882 JsonUtility_FromJson_TisCapabilities_t9892C96DECD56DC2B4D2B6D0473A5294017FF882_m2FB2E2D44FFBDA1737B74E161D14FDF98A047722_gshared (String_t* ___json0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Capabilities_t9892C96DECD56DC2B4D2B6D0473A5294017FF882 V_0; memset((&V_0), 0, sizeof(V_0)); { String_t* L_0 = ___json0; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_1 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(method->rgctx_data, 0)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_2; L_2 = Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_1, /*hidden argument*/NULL); RuntimeObject * L_3; L_3 = JsonUtility_FromJson_m9702DE524E4A879007AAC6F7D9798560628E7D0E((String_t*)L_0, (Type_t *)L_2, /*hidden argument*/NULL); V_0 = (Capabilities_t9892C96DECD56DC2B4D2B6D0473A5294017FF882 )((*(Capabilities_t9892C96DECD56DC2B4D2B6D0473A5294017FF882 *)((Capabilities_t9892C96DECD56DC2B4D2B6D0473A5294017FF882 *)UnBox(L_3, IL2CPP_RGCTX_DATA(method->rgctx_data, 1))))); goto IL_0019; } IL_0019: { Capabilities_t9892C96DECD56DC2B4D2B6D0473A5294017FF882 L_4 = V_0; return (Capabilities_t9892C96DECD56DC2B4D2B6D0473A5294017FF882 )L_4; } } // T UnityEngine.JsonUtility::FromJson(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Data_t3FF192B5CFD1421C2F2C0E9BB4A1DC2F1DACA882 JsonUtility_FromJson_TisData_t3FF192B5CFD1421C2F2C0E9BB4A1DC2F1DACA882_m22027C6813431A86BA39EEC57620F084F1DC9294_gshared (String_t* ___json0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Data_t3FF192B5CFD1421C2F2C0E9BB4A1DC2F1DACA882 V_0; memset((&V_0), 0, sizeof(V_0)); { String_t* L_0 = ___json0; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_1 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(method->rgctx_data, 0)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_2; L_2 = Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_1, /*hidden argument*/NULL); RuntimeObject * L_3; L_3 = JsonUtility_FromJson_m9702DE524E4A879007AAC6F7D9798560628E7D0E((String_t*)L_0, (Type_t *)L_2, /*hidden argument*/NULL); V_0 = (Data_t3FF192B5CFD1421C2F2C0E9BB4A1DC2F1DACA882 )((*(Data_t3FF192B5CFD1421C2F2C0E9BB4A1DC2F1DACA882 *)((Data_t3FF192B5CFD1421C2F2C0E9BB4A1DC2F1DACA882 *)UnBox(L_3, IL2CPP_RGCTX_DATA(method->rgctx_data, 1))))); goto IL_0019; } IL_0019: { Data_t3FF192B5CFD1421C2F2C0E9BB4A1DC2F1DACA882 L_4 = V_0; return (Data_t3FF192B5CFD1421C2F2C0E9BB4A1DC2F1DACA882 )L_4; } } // T UnityEngine.JsonUtility::FromJson(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Data_t437F7661C1744D615B4D765316B5F0846BC54F1A JsonUtility_FromJson_TisData_t437F7661C1744D615B4D765316B5F0846BC54F1A_mF49600D9F5AB610441A3568AE1163B676534A8D2_gshared (String_t* ___json0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Data_t437F7661C1744D615B4D765316B5F0846BC54F1A V_0; memset((&V_0), 0, sizeof(V_0)); { String_t* L_0 = ___json0; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_1 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(method->rgctx_data, 0)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_2; L_2 = Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_1, /*hidden argument*/NULL); RuntimeObject * L_3; L_3 = JsonUtility_FromJson_m9702DE524E4A879007AAC6F7D9798560628E7D0E((String_t*)L_0, (Type_t *)L_2, /*hidden argument*/NULL); V_0 = (Data_t437F7661C1744D615B4D765316B5F0846BC54F1A )((*(Data_t437F7661C1744D615B4D765316B5F0846BC54F1A *)((Data_t437F7661C1744D615B4D765316B5F0846BC54F1A *)UnBox(L_3, IL2CPP_RGCTX_DATA(method->rgctx_data, 1))))); goto IL_0019; } IL_0019: { Data_t437F7661C1744D615B4D765316B5F0846BC54F1A L_4 = V_0; return (Data_t437F7661C1744D615B4D765316B5F0846BC54F1A )L_4; } } // T UnityEngine.JsonUtility::FromJson(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Data_t4AC7667866357B26B14611CD56C03C528D0E7EBF JsonUtility_FromJson_TisData_t4AC7667866357B26B14611CD56C03C528D0E7EBF_m3260AF9C8E212D41E84B4BC7171178A45243B092_gshared (String_t* ___json0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Data_t4AC7667866357B26B14611CD56C03C528D0E7EBF V_0; memset((&V_0), 0, sizeof(V_0)); { String_t* L_0 = ___json0; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_1 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(method->rgctx_data, 0)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_2; L_2 = Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_1, /*hidden argument*/NULL); RuntimeObject * L_3; L_3 = JsonUtility_FromJson_m9702DE524E4A879007AAC6F7D9798560628E7D0E((String_t*)L_0, (Type_t *)L_2, /*hidden argument*/NULL); V_0 = (Data_t4AC7667866357B26B14611CD56C03C528D0E7EBF )((*(Data_t4AC7667866357B26B14611CD56C03C528D0E7EBF *)((Data_t4AC7667866357B26B14611CD56C03C528D0E7EBF *)UnBox(L_3, IL2CPP_RGCTX_DATA(method->rgctx_data, 1))))); goto IL_0019; } IL_0019: { Data_t4AC7667866357B26B14611CD56C03C528D0E7EBF L_4 = V_0; return (Data_t4AC7667866357B26B14611CD56C03C528D0E7EBF )L_4; } } // System.Void UnityEngine.UI.LayoutGroup::SetProperty(T&,T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LayoutGroup_SetProperty_TisBoolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_m88395C29A6EA8BFE2560A63BBDCF040F948A5C90_gshared (LayoutGroup_t63C978964192B57EFC660D5FDA03DEE89DDC1AE2 * __this, bool* ___currentValue0, bool ___newValue1, const RuntimeMethod* method) { { // if ((currentValue == null && newValue == null) || (currentValue != null && currentValue.Equals(newValue))) goto IL_0015; } { } IL_0015: { } { bool* L_3 = ___currentValue0; bool L_4 = ___newValue1; bool L_5 = L_4; RuntimeObject * L_6 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_5); bool L_7; L_7 = Boolean_Equals_mA2FC01AF136159906F30A85C950097BE67C824B8((bool*)(bool*)L_3, (RuntimeObject *)L_6, /*hidden argument*/NULL); if (!L_7) { goto IL_0037; } } IL_0036: { // return; return; } IL_0037: { // currentValue = newValue; bool* L_8 = ___currentValue0; bool L_9 = ___newValue1; *(bool*)L_8 = L_9; // SetDirty(); NullCheck((LayoutGroup_t63C978964192B57EFC660D5FDA03DEE89DDC1AE2 *)__this); LayoutGroup_SetDirty_mCD44774BE69A93938EE1622CC13FFC2C16DDB021((LayoutGroup_t63C978964192B57EFC660D5FDA03DEE89DDC1AE2 *)__this, /*hidden argument*/NULL); // } return; } } // System.Void UnityEngine.UI.LayoutGroup::SetProperty(T&,T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LayoutGroup_SetProperty_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_mD8E9383D2E5B81927009D99512C7D7C59C67592B_gshared (LayoutGroup_t63C978964192B57EFC660D5FDA03DEE89DDC1AE2 * __this, int32_t* ___currentValue0, int32_t ___newValue1, const RuntimeMethod* method) { { // if ((currentValue == null && newValue == null) || (currentValue != null && currentValue.Equals(newValue))) goto IL_0015; } { } IL_0015: { } { int32_t* L_3 = ___currentValue0; int32_t L_4 = ___newValue1; int32_t L_5 = L_4; RuntimeObject * L_6 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_5); bool L_7; L_7 = Int32_Equals_m5F032BFC65C340C98050D3DF2D76101914774464((int32_t*)(int32_t*)L_3, (RuntimeObject *)L_6, /*hidden argument*/NULL); if (!L_7) { goto IL_0037; } } IL_0036: { // return; return; } IL_0037: { // currentValue = newValue; int32_t* L_8 = ___currentValue0; int32_t L_9 = ___newValue1; *(int32_t*)L_8 = L_9; // SetDirty(); NullCheck((LayoutGroup_t63C978964192B57EFC660D5FDA03DEE89DDC1AE2 *)__this); LayoutGroup_SetDirty_mCD44774BE69A93938EE1622CC13FFC2C16DDB021((LayoutGroup_t63C978964192B57EFC660D5FDA03DEE89DDC1AE2 *)__this, /*hidden argument*/NULL); // } return; } } // System.Void UnityEngine.UI.LayoutGroup::SetProperty(T&,T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LayoutGroup_SetProperty_TisInt32Enum_t9B63F771913F2B6D586F1173B44A41FBE26F6B5C_m8BF1B5D7F7C3F34DBE9707048D24FAE77758ACBE_gshared (LayoutGroup_t63C978964192B57EFC660D5FDA03DEE89DDC1AE2 * __this, int32_t* ___currentValue0, int32_t ___newValue1, const RuntimeMethod* method) { { // if ((currentValue == null && newValue == null) || (currentValue != null && currentValue.Equals(newValue))) goto IL_0015; } { } IL_0015: { } { int32_t* L_3 = ___currentValue0; int32_t L_4 = ___newValue1; int32_t L_5 = (int32_t)L_4; RuntimeObject * L_6 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_5); Il2CppFakeBox L_7(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), L_3); bool L_8; L_8 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, (RuntimeObject *)(&L_7), (RuntimeObject *)L_6); if (!L_8) { goto IL_0037; } } IL_0036: { // return; return; } IL_0037: { // currentValue = newValue; int32_t* L_9 = ___currentValue0; int32_t L_10 = ___newValue1; *(int32_t*)L_9 = L_10; // SetDirty(); NullCheck((LayoutGroup_t63C978964192B57EFC660D5FDA03DEE89DDC1AE2 *)__this); LayoutGroup_SetDirty_mCD44774BE69A93938EE1622CC13FFC2C16DDB021((LayoutGroup_t63C978964192B57EFC660D5FDA03DEE89DDC1AE2 *)__this, /*hidden argument*/NULL); // } return; } } // System.Void UnityEngine.UI.LayoutGroup::SetProperty(T&,T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LayoutGroup_SetProperty_TisRuntimeObject_m80CF8596999576E79458F1FE5889D9D43039163D_gshared (LayoutGroup_t63C978964192B57EFC660D5FDA03DEE89DDC1AE2 * __this, RuntimeObject ** ___currentValue0, RuntimeObject * ___newValue1, const RuntimeMethod* method) { { // if ((currentValue == null && newValue == null) || (currentValue != null && currentValue.Equals(newValue))) RuntimeObject ** L_0 = ___currentValue0; RuntimeObject * L_1 = (*(RuntimeObject **)L_0); if (L_1) { goto IL_0015; } } { RuntimeObject * L_2 = ___newValue1; if (!L_2) { goto IL_0036; } } IL_0015: { RuntimeObject ** L_3 = ___currentValue0; RuntimeObject * L_4 = (*(RuntimeObject **)L_3); if (!L_4) { goto IL_0037; } } { RuntimeObject ** L_5 = ___currentValue0; RuntimeObject * L_6 = ___newValue1; NullCheck((RuntimeObject *)(*L_5)); bool L_7; L_7 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, (RuntimeObject *)(*L_5), (RuntimeObject *)L_6); if (!L_7) { goto IL_0037; } } IL_0036: { // return; return; } IL_0037: { // currentValue = newValue; RuntimeObject ** L_8 = ___currentValue0; RuntimeObject * L_9 = ___newValue1; *(RuntimeObject **)L_8 = L_9; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_8, (void*)L_9); // SetDirty(); NullCheck((LayoutGroup_t63C978964192B57EFC660D5FDA03DEE89DDC1AE2 *)__this); LayoutGroup_SetDirty_mCD44774BE69A93938EE1622CC13FFC2C16DDB021((LayoutGroup_t63C978964192B57EFC660D5FDA03DEE89DDC1AE2 *)__this, /*hidden argument*/NULL); // } return; } } // System.Void UnityEngine.UI.LayoutGroup::SetProperty(T&,T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LayoutGroup_SetProperty_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_mA2FF0A5AE801588063BF17FB259105E648824C58_gshared (LayoutGroup_t63C978964192B57EFC660D5FDA03DEE89DDC1AE2 * __this, float* ___currentValue0, float ___newValue1, const RuntimeMethod* method) { { // if ((currentValue == null && newValue == null) || (currentValue != null && currentValue.Equals(newValue))) goto IL_0015; } { } IL_0015: { } { float* L_3 = ___currentValue0; float L_4 = ___newValue1; float L_5 = L_4; RuntimeObject * L_6 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_5); bool L_7; L_7 = Single_Equals_m94AA41817D00A9347BD3565F6BB8993361B81EB1((float*)(float*)L_3, (RuntimeObject *)L_6, /*hidden argument*/NULL); if (!L_7) { goto IL_0037; } } IL_0036: { // return; return; } IL_0037: { // currentValue = newValue; float* L_8 = ___currentValue0; float L_9 = ___newValue1; *(float*)L_8 = L_9; // SetDirty(); NullCheck((LayoutGroup_t63C978964192B57EFC660D5FDA03DEE89DDC1AE2 *)__this); LayoutGroup_SetDirty_mCD44774BE69A93938EE1622CC13FFC2C16DDB021((LayoutGroup_t63C978964192B57EFC660D5FDA03DEE89DDC1AE2 *)__this, /*hidden argument*/NULL); // } return; } } // System.Void UnityEngine.UI.LayoutGroup::SetProperty(T&,T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LayoutGroup_SetProperty_TisVector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9_mFBD9D31482C7844D214F6CA82C503DCC98F6DF7C_gshared (LayoutGroup_t63C978964192B57EFC660D5FDA03DEE89DDC1AE2 * __this, Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * ___currentValue0, Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___newValue1, const RuntimeMethod* method) { { // if ((currentValue == null && newValue == null) || (currentValue != null && currentValue.Equals(newValue))) goto IL_0015; } { } IL_0015: { } { Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * L_3 = ___currentValue0; Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_4 = ___newValue1; Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_5 = (Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 )L_4; RuntimeObject * L_6 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_5); bool L_7; L_7 = Vector2_Equals_m67A842D914AA5A4DCC076E9EA20019925E6A85A0((Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 *)(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 *)L_3, (RuntimeObject *)L_6, /*hidden argument*/NULL); if (!L_7) { goto IL_0037; } } IL_0036: { // return; return; } IL_0037: { // currentValue = newValue; Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * L_8 = ___currentValue0; Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_9 = ___newValue1; *(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 *)L_8 = L_9; // SetDirty(); NullCheck((LayoutGroup_t63C978964192B57EFC660D5FDA03DEE89DDC1AE2 *)__this); LayoutGroup_SetDirty_mCD44774BE69A93938EE1622CC13FFC2C16DDB021((LayoutGroup_t63C978964192B57EFC660D5FDA03DEE89DDC1AE2 *)__this, /*hidden argument*/NULL); // } return; } } // T System.Threading.LazyInitializer::EnsureInitialized(T&,System.Func`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * LazyInitializer_EnsureInitialized_TisRuntimeObject_m6EC8BBE5F6BE1F387B24251BE04B38FBAB01301B_gshared (RuntimeObject ** ___target0, Func_1_t807CEE610086E24A0167BAA97A64062016E09D49 * ___valueFactory1, const RuntimeMethod* method) { { RuntimeObject ** L_0 = ___target0; RuntimeObject * L_1; L_1 = VolatileRead((RuntimeObject **)(RuntimeObject **)L_0); if (!L_1) { goto IL_0014; } } { RuntimeObject ** L_2 = ___target0; RuntimeObject * L_3 = (*(RuntimeObject **)L_2); return (RuntimeObject *)L_3; } IL_0014: { RuntimeObject ** L_4 = ___target0; Func_1_t807CEE610086E24A0167BAA97A64062016E09D49 * L_5 = ___valueFactory1; RuntimeObject * L_6; L_6 = (( RuntimeObject * (*) (RuntimeObject **, Func_1_t807CEE610086E24A0167BAA97A64062016E09D49 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)((RuntimeObject **)(RuntimeObject **)L_4, (Func_1_t807CEE610086E24A0167BAA97A64062016E09D49 *)L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); return (RuntimeObject *)L_6; } } // T System.Threading.LazyInitializer::EnsureInitializedCore(T&,System.Func`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * LazyInitializer_EnsureInitializedCore_TisRuntimeObject_mF999B6B7B406EC44D56BB44B6EB8C36D807E67E9_gshared (RuntimeObject ** ___target0, Func_1_t807CEE610086E24A0167BAA97A64062016E09D49 * ___valueFactory1, const RuntimeMethod* method) { RuntimeObject * V_0 = NULL; RuntimeObject * V_1 = NULL; { Func_1_t807CEE610086E24A0167BAA97A64062016E09D49 * L_0 = ___valueFactory1; NullCheck((Func_1_t807CEE610086E24A0167BAA97A64062016E09D49 *)L_0); RuntimeObject * L_1; L_1 = (( RuntimeObject * (*) (Func_1_t807CEE610086E24A0167BAA97A64062016E09D49 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Func_1_t807CEE610086E24A0167BAA97A64062016E09D49 *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); V_0 = (RuntimeObject *)L_1; RuntimeObject * L_2 = V_0; if (L_2) { goto IL_001f; } } { String_t* L_3; L_3 = Environment_GetResourceString_m050B47F93963088693F4FCC93D69DB02603A623D((String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE958A63C0675D65C92182FC45CE3E78A8DD48061)), /*hidden argument*/NULL); InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_4 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_4, (String_t*)L_3, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&LazyInitializer_EnsureInitializedCore_TisRuntimeObject_mF999B6B7B406EC44D56BB44B6EB8C36D807E67E9_RuntimeMethod_var))); } IL_001f: { RuntimeObject ** L_5 = ___target0; RuntimeObject * L_6 = V_0; il2cpp_codegen_initobj((&V_1), sizeof(RuntimeObject *)); RuntimeObject * L_7 = V_1; RuntimeObject * L_8; L_8 = InterlockedCompareExchangeImpl((RuntimeObject **)(RuntimeObject **)L_5, (RuntimeObject *)L_6, (RuntimeObject *)L_7); RuntimeObject ** L_9 = ___target0; RuntimeObject * L_10 = (*(RuntimeObject **)L_9); return (RuntimeObject *)L_10; } } // System.Void FMODUnity.Legacy::CopySetting(System.Collections.Generic.List`1,FMODUnity.Legacy/Platform,FMODUnity.Legacy/Platform) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Legacy_CopySetting_TisRuntimeObject_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_m59E0BF4128E270B1A4EE8CA21BF00F58715B1568_gshared (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * ___list0, int32_t ___fromPlatform1, int32_t ___toPlatform2, const RuntimeMethod* method) { U3CU3Ec__DisplayClass6_0_2_tD9AA090956AD5B858120DDC609C0ED7F3367E07C * V_0 = NULL; RuntimeObject * V_1 = NULL; RuntimeObject * V_2 = NULL; { U3CU3Ec__DisplayClass6_0_2_tD9AA090956AD5B858120DDC609C0ED7F3367E07C * L_0 = (U3CU3Ec__DisplayClass6_0_2_tD9AA090956AD5B858120DDC609C0ED7F3367E07C *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (U3CU3Ec__DisplayClass6_0_2_tD9AA090956AD5B858120DDC609C0ED7F3367E07C *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); V_0 = (U3CU3Ec__DisplayClass6_0_2_tD9AA090956AD5B858120DDC609C0ED7F3367E07C *)L_0; U3CU3Ec__DisplayClass6_0_2_tD9AA090956AD5B858120DDC609C0ED7F3367E07C * L_1 = V_0; int32_t L_2 = ___fromPlatform1; NullCheck(L_1); L_1->set_fromPlatform_0(L_2); U3CU3Ec__DisplayClass6_0_2_tD9AA090956AD5B858120DDC609C0ED7F3367E07C * L_3 = V_0; int32_t L_4 = ___toPlatform2; NullCheck(L_3); L_3->set_toPlatform_1(L_4); // T fromSetting = list.Find((x) => x.Platform == fromPlatform); List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * L_5 = ___list0; U3CU3Ec__DisplayClass6_0_2_tD9AA090956AD5B858120DDC609C0ED7F3367E07C * L_6 = V_0; Predicate_1_t5C96B81B31A697B11C4C3767E3298773AF25DFEB * L_7 = (Predicate_1_t5C96B81B31A697B11C4C3767E3298773AF25DFEB *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 3)); (( void (*) (Predicate_1_t5C96B81B31A697B11C4C3767E3298773AF25DFEB *, RuntimeObject *, intptr_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)->methodPointer)(L_7, (RuntimeObject *)L_6, (intptr_t)((intptr_t)IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)); NullCheck((List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 *)L_5); RuntimeObject * L_8; L_8 = (( RuntimeObject * (*) (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 *, Predicate_1_t5C96B81B31A697B11C4C3767E3298773AF25DFEB *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 5)->methodPointer)((List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 *)L_5, (Predicate_1_t5C96B81B31A697B11C4C3767E3298773AF25DFEB *)L_7, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 5)); V_1 = (RuntimeObject *)L_8; // T toSetting = list.Find((x) => x.Platform == toPlatform); List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * L_9 = ___list0; U3CU3Ec__DisplayClass6_0_2_tD9AA090956AD5B858120DDC609C0ED7F3367E07C * L_10 = V_0; Predicate_1_t5C96B81B31A697B11C4C3767E3298773AF25DFEB * L_11 = (Predicate_1_t5C96B81B31A697B11C4C3767E3298773AF25DFEB *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 3)); (( void (*) (Predicate_1_t5C96B81B31A697B11C4C3767E3298773AF25DFEB *, RuntimeObject *, intptr_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)->methodPointer)(L_11, (RuntimeObject *)L_10, (intptr_t)((intptr_t)IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 6)), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)); NullCheck((List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 *)L_9); RuntimeObject * L_12; L_12 = (( RuntimeObject * (*) (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 *, Predicate_1_t5C96B81B31A697B11C4C3767E3298773AF25DFEB *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 5)->methodPointer)((List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 *)L_9, (Predicate_1_t5C96B81B31A697B11C4C3767E3298773AF25DFEB *)L_11, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 5)); V_2 = (RuntimeObject *)L_12; // if (fromSetting != null) RuntimeObject * L_13 = V_1; if (!L_13) { goto IL_007f; } } { // if (toSetting == null) RuntimeObject * L_14 = V_2; if (L_14) { goto IL_0068; } } { // toSetting = new T() { Platform = toPlatform }; RuntimeObject * L_15; L_15 = (( RuntimeObject * (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 8)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 8)); RuntimeObject * L_16 = (RuntimeObject *)L_15; U3CU3Ec__DisplayClass6_0_2_tD9AA090956AD5B858120DDC609C0ED7F3367E07C * L_17 = V_0; NullCheck(L_17); int32_t L_18 = (int32_t)L_17->get_toPlatform_1(); NullCheck(L_16); ((PlatformSettingBase_t7FDEC6A3823A563621A087868AF56B54A7653B43 *)L_16)->set_Platform_0(L_18); V_2 = (RuntimeObject *)L_16; // list.Add(toSetting); List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * L_19 = ___list0; RuntimeObject * L_20 = V_2; NullCheck((List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 *)L_19); (( void (*) (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 9)->methodPointer)((List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 *)L_19, (RuntimeObject *)L_20, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 9)); } IL_0068: { // toSetting.Value = fromSetting.Value; RuntimeObject * L_21 = V_2; RuntimeObject * L_22 = V_1; NullCheck(L_22); int32_t L_23 = (int32_t)((PlatformSetting_1_tF1F2D113743AE5690D9B0A53C4E5F73E58B88DD8 *)L_22)->get_Value_1(); NullCheck(L_21); ((PlatformSetting_1_tF1F2D113743AE5690D9B0A53C4E5F73E58B88DD8 *)L_21)->set_Value_1(L_23); // } return; } IL_007f: { // else if (toSetting != null) RuntimeObject * L_24 = V_2; if (!L_24) { goto IL_008f; } } { // list.Remove(toSetting); List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * L_25 = ___list0; RuntimeObject * L_26 = V_2; NullCheck((List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 *)L_25); bool L_27; L_27 = (( bool (*) (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 10)->methodPointer)((List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 *)L_25, (RuntimeObject *)L_26, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 10)); } IL_008f: { // } return; } } // System.Void FMODUnity.Legacy::CopySetting(System.Collections.Generic.List`1,FMODUnity.Legacy/Platform,FMODUnity.Legacy/Platform) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Legacy_CopySetting_TisRuntimeObject_TisInt32Enum_t9B63F771913F2B6D586F1173B44A41FBE26F6B5C_mAD202F9F2697FAD229E8ECFC564209686DD43E09_gshared (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * ___list0, int32_t ___fromPlatform1, int32_t ___toPlatform2, const RuntimeMethod* method) { U3CU3Ec__DisplayClass6_0_2_t71635C16502BF8B3971D8DEC38A446F318AAB7E1 * V_0 = NULL; RuntimeObject * V_1 = NULL; RuntimeObject * V_2 = NULL; { U3CU3Ec__DisplayClass6_0_2_t71635C16502BF8B3971D8DEC38A446F318AAB7E1 * L_0 = (U3CU3Ec__DisplayClass6_0_2_t71635C16502BF8B3971D8DEC38A446F318AAB7E1 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (U3CU3Ec__DisplayClass6_0_2_t71635C16502BF8B3971D8DEC38A446F318AAB7E1 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); V_0 = (U3CU3Ec__DisplayClass6_0_2_t71635C16502BF8B3971D8DEC38A446F318AAB7E1 *)L_0; U3CU3Ec__DisplayClass6_0_2_t71635C16502BF8B3971D8DEC38A446F318AAB7E1 * L_1 = V_0; int32_t L_2 = ___fromPlatform1; NullCheck(L_1); L_1->set_fromPlatform_0(L_2); U3CU3Ec__DisplayClass6_0_2_t71635C16502BF8B3971D8DEC38A446F318AAB7E1 * L_3 = V_0; int32_t L_4 = ___toPlatform2; NullCheck(L_3); L_3->set_toPlatform_1(L_4); // T fromSetting = list.Find((x) => x.Platform == fromPlatform); List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * L_5 = ___list0; U3CU3Ec__DisplayClass6_0_2_t71635C16502BF8B3971D8DEC38A446F318AAB7E1 * L_6 = V_0; Predicate_1_t5C96B81B31A697B11C4C3767E3298773AF25DFEB * L_7 = (Predicate_1_t5C96B81B31A697B11C4C3767E3298773AF25DFEB *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 3)); (( void (*) (Predicate_1_t5C96B81B31A697B11C4C3767E3298773AF25DFEB *, RuntimeObject *, intptr_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)->methodPointer)(L_7, (RuntimeObject *)L_6, (intptr_t)((intptr_t)IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)); NullCheck((List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 *)L_5); RuntimeObject * L_8; L_8 = (( RuntimeObject * (*) (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 *, Predicate_1_t5C96B81B31A697B11C4C3767E3298773AF25DFEB *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 5)->methodPointer)((List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 *)L_5, (Predicate_1_t5C96B81B31A697B11C4C3767E3298773AF25DFEB *)L_7, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 5)); V_1 = (RuntimeObject *)L_8; // T toSetting = list.Find((x) => x.Platform == toPlatform); List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * L_9 = ___list0; U3CU3Ec__DisplayClass6_0_2_t71635C16502BF8B3971D8DEC38A446F318AAB7E1 * L_10 = V_0; Predicate_1_t5C96B81B31A697B11C4C3767E3298773AF25DFEB * L_11 = (Predicate_1_t5C96B81B31A697B11C4C3767E3298773AF25DFEB *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 3)); (( void (*) (Predicate_1_t5C96B81B31A697B11C4C3767E3298773AF25DFEB *, RuntimeObject *, intptr_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)->methodPointer)(L_11, (RuntimeObject *)L_10, (intptr_t)((intptr_t)IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 6)), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)); NullCheck((List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 *)L_9); RuntimeObject * L_12; L_12 = (( RuntimeObject * (*) (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 *, Predicate_1_t5C96B81B31A697B11C4C3767E3298773AF25DFEB *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 5)->methodPointer)((List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 *)L_9, (Predicate_1_t5C96B81B31A697B11C4C3767E3298773AF25DFEB *)L_11, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 5)); V_2 = (RuntimeObject *)L_12; // if (fromSetting != null) RuntimeObject * L_13 = V_1; if (!L_13) { goto IL_007f; } } { // if (toSetting == null) RuntimeObject * L_14 = V_2; if (L_14) { goto IL_0068; } } { // toSetting = new T() { Platform = toPlatform }; RuntimeObject * L_15; L_15 = (( RuntimeObject * (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 8)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 8)); RuntimeObject * L_16 = (RuntimeObject *)L_15; U3CU3Ec__DisplayClass6_0_2_t71635C16502BF8B3971D8DEC38A446F318AAB7E1 * L_17 = V_0; NullCheck(L_17); int32_t L_18 = (int32_t)L_17->get_toPlatform_1(); NullCheck(L_16); ((PlatformSettingBase_t7FDEC6A3823A563621A087868AF56B54A7653B43 *)L_16)->set_Platform_0(L_18); V_2 = (RuntimeObject *)L_16; // list.Add(toSetting); List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * L_19 = ___list0; RuntimeObject * L_20 = V_2; NullCheck((List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 *)L_19); (( void (*) (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 9)->methodPointer)((List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 *)L_19, (RuntimeObject *)L_20, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 9)); } IL_0068: { // toSetting.Value = fromSetting.Value; RuntimeObject * L_21 = V_2; RuntimeObject * L_22 = V_1; NullCheck(L_22); int32_t L_23 = (int32_t)((PlatformSetting_1_tE51D3E0036FF3A6FA334D7296D74F55B569E2227 *)L_22)->get_Value_1(); NullCheck(L_21); ((PlatformSetting_1_tE51D3E0036FF3A6FA334D7296D74F55B569E2227 *)L_21)->set_Value_1(L_23); // } return; } IL_007f: { // else if (toSetting != null) RuntimeObject * L_24 = V_2; if (!L_24) { goto IL_008f; } } { // list.Remove(toSetting); List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * L_25 = ___list0; RuntimeObject * L_26 = V_2; NullCheck((List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 *)L_25); bool L_27; L_27 = (( bool (*) (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 10)->methodPointer)((List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 *)L_25, (RuntimeObject *)L_26, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 10)); } IL_008f: { // } return; } } // System.Void FMODUnity.Legacy::CopySetting(System.Collections.Generic.List`1,FMODUnity.Legacy/Platform,FMODUnity.Legacy/Platform) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Legacy_CopySetting_TisRuntimeObject_TisRuntimeObject_mEDBCA253B8AE82C39AEC0E92197A44DD0A0756FB_gshared (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * ___list0, int32_t ___fromPlatform1, int32_t ___toPlatform2, const RuntimeMethod* method) { U3CU3Ec__DisplayClass6_0_2_t0249D9DE2EF3CB6E004D38125C408668459DBC6F * V_0 = NULL; RuntimeObject * V_1 = NULL; RuntimeObject * V_2 = NULL; { U3CU3Ec__DisplayClass6_0_2_t0249D9DE2EF3CB6E004D38125C408668459DBC6F * L_0 = (U3CU3Ec__DisplayClass6_0_2_t0249D9DE2EF3CB6E004D38125C408668459DBC6F *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (U3CU3Ec__DisplayClass6_0_2_t0249D9DE2EF3CB6E004D38125C408668459DBC6F *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); V_0 = (U3CU3Ec__DisplayClass6_0_2_t0249D9DE2EF3CB6E004D38125C408668459DBC6F *)L_0; U3CU3Ec__DisplayClass6_0_2_t0249D9DE2EF3CB6E004D38125C408668459DBC6F * L_1 = V_0; int32_t L_2 = ___fromPlatform1; NullCheck(L_1); L_1->set_fromPlatform_0(L_2); U3CU3Ec__DisplayClass6_0_2_t0249D9DE2EF3CB6E004D38125C408668459DBC6F * L_3 = V_0; int32_t L_4 = ___toPlatform2; NullCheck(L_3); L_3->set_toPlatform_1(L_4); // T fromSetting = list.Find((x) => x.Platform == fromPlatform); List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * L_5 = ___list0; U3CU3Ec__DisplayClass6_0_2_t0249D9DE2EF3CB6E004D38125C408668459DBC6F * L_6 = V_0; Predicate_1_t5C96B81B31A697B11C4C3767E3298773AF25DFEB * L_7 = (Predicate_1_t5C96B81B31A697B11C4C3767E3298773AF25DFEB *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 3)); (( void (*) (Predicate_1_t5C96B81B31A697B11C4C3767E3298773AF25DFEB *, RuntimeObject *, intptr_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)->methodPointer)(L_7, (RuntimeObject *)L_6, (intptr_t)((intptr_t)IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)); NullCheck((List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 *)L_5); RuntimeObject * L_8; L_8 = (( RuntimeObject * (*) (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 *, Predicate_1_t5C96B81B31A697B11C4C3767E3298773AF25DFEB *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 5)->methodPointer)((List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 *)L_5, (Predicate_1_t5C96B81B31A697B11C4C3767E3298773AF25DFEB *)L_7, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 5)); V_1 = (RuntimeObject *)L_8; // T toSetting = list.Find((x) => x.Platform == toPlatform); List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * L_9 = ___list0; U3CU3Ec__DisplayClass6_0_2_t0249D9DE2EF3CB6E004D38125C408668459DBC6F * L_10 = V_0; Predicate_1_t5C96B81B31A697B11C4C3767E3298773AF25DFEB * L_11 = (Predicate_1_t5C96B81B31A697B11C4C3767E3298773AF25DFEB *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 3)); (( void (*) (Predicate_1_t5C96B81B31A697B11C4C3767E3298773AF25DFEB *, RuntimeObject *, intptr_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)->methodPointer)(L_11, (RuntimeObject *)L_10, (intptr_t)((intptr_t)IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 6)), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)); NullCheck((List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 *)L_9); RuntimeObject * L_12; L_12 = (( RuntimeObject * (*) (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 *, Predicate_1_t5C96B81B31A697B11C4C3767E3298773AF25DFEB *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 5)->methodPointer)((List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 *)L_9, (Predicate_1_t5C96B81B31A697B11C4C3767E3298773AF25DFEB *)L_11, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 5)); V_2 = (RuntimeObject *)L_12; // if (fromSetting != null) RuntimeObject * L_13 = V_1; if (!L_13) { goto IL_007f; } } { // if (toSetting == null) RuntimeObject * L_14 = V_2; if (L_14) { goto IL_0068; } } { // toSetting = new T() { Platform = toPlatform }; RuntimeObject * L_15; L_15 = (( RuntimeObject * (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 8)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 8)); RuntimeObject * L_16 = (RuntimeObject *)L_15; U3CU3Ec__DisplayClass6_0_2_t0249D9DE2EF3CB6E004D38125C408668459DBC6F * L_17 = V_0; NullCheck(L_17); int32_t L_18 = (int32_t)L_17->get_toPlatform_1(); NullCheck(L_16); ((PlatformSettingBase_t7FDEC6A3823A563621A087868AF56B54A7653B43 *)L_16)->set_Platform_0(L_18); V_2 = (RuntimeObject *)L_16; // list.Add(toSetting); List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * L_19 = ___list0; RuntimeObject * L_20 = V_2; NullCheck((List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 *)L_19); (( void (*) (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 9)->methodPointer)((List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 *)L_19, (RuntimeObject *)L_20, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 9)); } IL_0068: { // toSetting.Value = fromSetting.Value; RuntimeObject * L_21 = V_2; RuntimeObject * L_22 = V_1; NullCheck(L_22); RuntimeObject * L_23 = (RuntimeObject *)((PlatformSetting_1_tB64831A2595CA13E480EFD492D0324ADDD5FFA00 *)L_22)->get_Value_1(); NullCheck(L_21); ((PlatformSetting_1_tB64831A2595CA13E480EFD492D0324ADDD5FFA00 *)L_21)->set_Value_1(L_23); // } return; } IL_007f: { // else if (toSetting != null) RuntimeObject * L_24 = V_2; if (!L_24) { goto IL_008f; } } { // list.Remove(toSetting); List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * L_25 = ___list0; RuntimeObject * L_26 = V_2; NullCheck((List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 *)L_25); bool L_27; L_27 = (( bool (*) (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 10)->methodPointer)((List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 *)L_25, (RuntimeObject *)L_26, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 10)); } IL_008f: { // } return; } } // System.IntPtr System.Runtime.InteropServices.Marshal::GetFunctionPointerForDelegate(TDelegate) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t Marshal_GetFunctionPointerForDelegate_TisRuntimeObject_m5A91ABD3A4F5344F5F2616DCE4F0E36CACAD632D_gshared (RuntimeObject * ___d0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Delegate_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Marshal_tEBAFAE20369FCB1B38C49C4E27A8D8C2C4B55058_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___d0; if (L_0) { goto IL_0013; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralA02431CF7C501A5B368C91E41283419D8FA9FB03)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Marshal_GetFunctionPointerForDelegate_TisRuntimeObject_m5A91ABD3A4F5344F5F2616DCE4F0E36CACAD632D_RuntimeMethod_var))); } IL_0013: { RuntimeObject * L_2 = ___d0; IL2CPP_RUNTIME_CLASS_INIT(Marshal_tEBAFAE20369FCB1B38C49C4E27A8D8C2C4B55058_il2cpp_TypeInfo_var); intptr_t L_3; L_3 = Marshal_GetFunctionPointerForDelegateInternal_m13066985FF4237401FF5304CF0E3CEBAB59CE904((Delegate_t *)((Delegate_t *)Castclass((RuntimeObject*)L_2, Delegate_t_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); return (intptr_t)L_3; } } // T System.Runtime.InteropServices.Marshal::PtrToStructure(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Marshal_PtrToStructure_TisRuntimeObject_mEFB4BE35395FF3C54318F6F61A275B4639C50A3D_gshared (intptr_t ___ptr0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Marshal_tEBAFAE20369FCB1B38C49C4E27A8D8C2C4B55058_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { intptr_t L_0 = ___ptr0; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_1 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(method->rgctx_data, 0)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_2; L_2 = Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_1, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Marshal_tEBAFAE20369FCB1B38C49C4E27A8D8C2C4B55058_il2cpp_TypeInfo_var); RuntimeObject * L_3; L_3 = Marshal_PtrToStructure_mBB4D12265C6D3720CC85C120DB2E2E9351674AD4((intptr_t)L_0, (Type_t *)L_2, /*hidden argument*/NULL); return (RuntimeObject *)((RuntimeObject *)Castclass((RuntimeObject*)L_3, IL2CPP_RGCTX_DATA(method->rgctx_data, 1))); } } // T System.Runtime.InteropServices.Marshal::PtrToStructure(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Win32_FIXED_INFO_t1C698F6191AEE410646455CA333FFADE53C89847 Marshal_PtrToStructure_TisWin32_FIXED_INFO_t1C698F6191AEE410646455CA333FFADE53C89847_mE1432067550DA17EA1B0947038BE45E2B550C646_gshared (intptr_t ___ptr0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Marshal_tEBAFAE20369FCB1B38C49C4E27A8D8C2C4B55058_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { intptr_t L_0 = ___ptr0; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_1 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(method->rgctx_data, 0)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_2; L_2 = Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_1, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Marshal_tEBAFAE20369FCB1B38C49C4E27A8D8C2C4B55058_il2cpp_TypeInfo_var); RuntimeObject * L_3; L_3 = Marshal_PtrToStructure_mBB4D12265C6D3720CC85C120DB2E2E9351674AD4((intptr_t)L_0, (Type_t *)L_2, /*hidden argument*/NULL); return (Win32_FIXED_INFO_t1C698F6191AEE410646455CA333FFADE53C89847 )((*(Win32_FIXED_INFO_t1C698F6191AEE410646455CA333FFADE53C89847 *)((Win32_FIXED_INFO_t1C698F6191AEE410646455CA333FFADE53C89847 *)UnBox(L_3, IL2CPP_RGCTX_DATA(method->rgctx_data, 1))))); } } // System.Void System.Runtime.InteropServices.Marshal::PtrToStructure(System.IntPtr,T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Marshal_PtrToStructure_TisRuntimeObject_m4BA3BA8663DC55A56DA399112C3435B4EFE763B9_gshared (intptr_t ___ptr0, RuntimeObject * ___structure1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Marshal_tEBAFAE20369FCB1B38C49C4E27A8D8C2C4B55058_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { intptr_t L_0 = ___ptr0; RuntimeObject * L_1 = ___structure1; IL2CPP_RUNTIME_CLASS_INIT(Marshal_tEBAFAE20369FCB1B38C49C4E27A8D8C2C4B55058_il2cpp_TypeInfo_var); Marshal_PtrToStructure_mAD8AD7F77459E9BB91F5EF942980B1ADF6E3079B((intptr_t)L_0, (RuntimeObject *)L_1, /*hidden argument*/NULL); return; } } // System.Int32 System.Runtime.InteropServices.Marshal::SizeOf() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Marshal_SizeOf_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_m6A6FC028D76719D1C6E5147C52B0639207FC7E9C_gshared (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Marshal_tEBAFAE20369FCB1B38C49C4E27A8D8C2C4B55058_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_0 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(method->rgctx_data, 0)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_1; L_1 = Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Marshal_tEBAFAE20369FCB1B38C49C4E27A8D8C2C4B55058_il2cpp_TypeInfo_var); int32_t L_2; L_2 = Marshal_SizeOf_m8CD931EE1525CF3F1A3628F71285862BC74A4A92((Type_t *)L_1, /*hidden argument*/NULL); return (int32_t)L_2; } } // System.Int32 System.Runtime.InteropServices.Marshal::SizeOf() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Marshal_SizeOf_TisRuntimeObject_m92038AAF45E81853D13B2726A363046B4782DFC9_gshared (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Marshal_tEBAFAE20369FCB1B38C49C4E27A8D8C2C4B55058_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_0 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(method->rgctx_data, 0)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_1; L_1 = Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Marshal_tEBAFAE20369FCB1B38C49C4E27A8D8C2C4B55058_il2cpp_TypeInfo_var); int32_t L_2; L_2 = Marshal_SizeOf_m8CD931EE1525CF3F1A3628F71285862BC74A4A92((Type_t *)L_1, /*hidden argument*/NULL); return (int32_t)L_2; } } // System.Int32 System.Runtime.InteropServices.Marshal::SizeOf() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Marshal_SizeOf_TisPunctualLightData_t68579D94527104691780328D352F1E880C9DCFC4_m1F076166628C7A6DB27F590EB7FB6E17BC7F5524_gshared (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Marshal_tEBAFAE20369FCB1B38C49C4E27A8D8C2C4B55058_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_0 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(method->rgctx_data, 0)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_1; L_1 = Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Marshal_tEBAFAE20369FCB1B38C49C4E27A8D8C2C4B55058_il2cpp_TypeInfo_var); int32_t L_2; L_2 = Marshal_SizeOf_m8CD931EE1525CF3F1A3628F71285862BC74A4A92((Type_t *)L_1, /*hidden argument*/NULL); return (int32_t)L_2; } } // System.Int32 System.Runtime.InteropServices.Marshal::SizeOf() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Marshal_SizeOf_TisTileData_t6B7D9C4CFCA2C49CD6534724FCB23E8043A262C8_m4F1618BD8D02579A26AE5218AFBEE4547E860227_gshared (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Marshal_tEBAFAE20369FCB1B38C49C4E27A8D8C2C4B55058_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_0 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(method->rgctx_data, 0)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_1; L_1 = Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Marshal_tEBAFAE20369FCB1B38C49C4E27A8D8C2C4B55058_il2cpp_TypeInfo_var); int32_t L_2; L_2 = Marshal_SizeOf_m8CD931EE1525CF3F1A3628F71285862BC74A4A92((Type_t *)L_1, /*hidden argument*/NULL); return (int32_t)L_2; } } // System.Int32 System.Runtime.InteropServices.Marshal::SizeOf() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Marshal_SizeOf_TisUInt32_tE60352A06233E4E69DD198BCC67142159F686B15_mF6BC23BA0E694232246F3165F63D236A2FACDE32_gshared (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Marshal_tEBAFAE20369FCB1B38C49C4E27A8D8C2C4B55058_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_0 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(method->rgctx_data, 0)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_1; L_1 = Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Marshal_tEBAFAE20369FCB1B38C49C4E27A8D8C2C4B55058_il2cpp_TypeInfo_var); int32_t L_2; L_2 = Marshal_SizeOf_m8CD931EE1525CF3F1A3628F71285862BC74A4A92((Type_t *)L_1, /*hidden argument*/NULL); return (int32_t)L_2; } } // System.Int32 System.Runtime.InteropServices.Marshal::SizeOf() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Marshal_SizeOf_TisLightData_t8C139E4D07ED1FF86DF198773F7F41736AE9B135_m53B5F572432BA3BE5AD8B990658620CE80E3210E_gshared (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Marshal_tEBAFAE20369FCB1B38C49C4E27A8D8C2C4B55058_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_0 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(method->rgctx_data, 0)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_1; L_1 = Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Marshal_tEBAFAE20369FCB1B38C49C4E27A8D8C2C4B55058_il2cpp_TypeInfo_var); int32_t L_2; L_2 = Marshal_SizeOf_m8CD931EE1525CF3F1A3628F71285862BC74A4A92((Type_t *)L_1, /*hidden argument*/NULL); return (int32_t)L_2; } } // System.Int32 System.Runtime.InteropServices.Marshal::SizeOf() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Marshal_SizeOf_TisShadowData_t5ACDE96DE7C04AEE2981172CB8996A5E66ED3701_m1AC4DDED33418D36384FD636818D658918EE3E02_gshared (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Marshal_tEBAFAE20369FCB1B38C49C4E27A8D8C2C4B55058_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_0 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(method->rgctx_data, 0)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_1; L_1 = Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Marshal_tEBAFAE20369FCB1B38C49C4E27A8D8C2C4B55058_il2cpp_TypeInfo_var); int32_t L_2; L_2 = Marshal_SizeOf_m8CD931EE1525CF3F1A3628F71285862BC74A4A92((Type_t *)L_1, /*hidden argument*/NULL); return (int32_t)L_2; } } // System.Int32 System.Runtime.InteropServices.Marshal::SizeOf(T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Marshal_SizeOf_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m614443A10B6E4D2C2C2330C51971606872811124_gshared (uint8_t ___structure0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Marshal_tEBAFAE20369FCB1B38C49C4E27A8D8C2C4B55058_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (&___structure0)); NullCheck((RuntimeObject *)L_0); Type_t * L_1; L_1 = Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B((RuntimeObject *)L_0, /*hidden argument*/NULL); ___structure0 = *(uint8_t*)UnBox(L_0); IL2CPP_RUNTIME_CLASS_INIT(Marshal_tEBAFAE20369FCB1B38C49C4E27A8D8C2C4B55058_il2cpp_TypeInfo_var); int32_t L_2; L_2 = Marshal_SizeOf_m8CD931EE1525CF3F1A3628F71285862BC74A4A92((Type_t *)L_1, /*hidden argument*/NULL); return (int32_t)L_2; } } // System.Int32 System.Runtime.InteropServices.Marshal::SizeOf(T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Marshal_SizeOf_TisRuntimeObject_m0DFFB6055E79DA1ADC27C48922B69EC98447298E_gshared (RuntimeObject * ___structure0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Marshal_tEBAFAE20369FCB1B38C49C4E27A8D8C2C4B55058_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { NullCheck((RuntimeObject *)(___structure0)); Type_t * L_0; L_0 = Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B((RuntimeObject *)(___structure0), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Marshal_tEBAFAE20369FCB1B38C49C4E27A8D8C2C4B55058_il2cpp_TypeInfo_var); int32_t L_1; L_1 = Marshal_SizeOf_m8CD931EE1525CF3F1A3628F71285862BC74A4A92((Type_t *)L_0, /*hidden argument*/NULL); return (int32_t)L_1; } } // System.Int32 System.Runtime.InteropServices.Marshal::SizeOf(T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Marshal_SizeOf_TisovrMatchmakingCustomQueryData_t279B7FD77E3DEC841F556E9A7067BE7992C9CE28_mFC0E91DB2C0D37FFF29D6AA340F3A235DA61716E_gshared (ovrMatchmakingCustomQueryData_t279B7FD77E3DEC841F556E9A7067BE7992C9CE28 ___structure0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Marshal_tEBAFAE20369FCB1B38C49C4E27A8D8C2C4B55058_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (&___structure0)); NullCheck((RuntimeObject *)L_0); Type_t * L_1; L_1 = Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B((RuntimeObject *)L_0, /*hidden argument*/NULL); ___structure0 = *(ovrMatchmakingCustomQueryData_t279B7FD77E3DEC841F556E9A7067BE7992C9CE28 *)UnBox(L_0); IL2CPP_RUNTIME_CLASS_INIT(Marshal_tEBAFAE20369FCB1B38C49C4E27A8D8C2C4B55058_il2cpp_TypeInfo_var); int32_t L_2; L_2 = Marshal_SizeOf_m8CD931EE1525CF3F1A3628F71285862BC74A4A92((Type_t *)L_1, /*hidden argument*/NULL); return (int32_t)L_2; } } // System.Int32 System.Runtime.InteropServices.Marshal::SizeOf(T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Marshal_SizeOf_TisFrameHeader_t9D970A03D74922D19AFAA004389C7D3323FD7ADB_mC849A4CC8AE7B701484B735F8E02BD67F21A8395_gshared (FrameHeader_t9D970A03D74922D19AFAA004389C7D3323FD7ADB ___structure0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Marshal_tEBAFAE20369FCB1B38C49C4E27A8D8C2C4B55058_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (&___structure0)); NullCheck((RuntimeObject *)L_0); Type_t * L_1; L_1 = Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B((RuntimeObject *)L_0, /*hidden argument*/NULL); ___structure0 = *(FrameHeader_t9D970A03D74922D19AFAA004389C7D3323FD7ADB *)UnBox(L_0); IL2CPP_RUNTIME_CLASS_INIT(Marshal_tEBAFAE20369FCB1B38C49C4E27A8D8C2C4B55058_il2cpp_TypeInfo_var); int32_t L_2; L_2 = Marshal_SizeOf_m8CD931EE1525CF3F1A3628F71285862BC74A4A92((Type_t *)L_1, /*hidden argument*/NULL); return (int32_t)L_2; } } // System.Void System.Runtime.InteropServices.Marshal::StructureToPtr(T,System.IntPtr,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Marshal_StructureToPtr_TisRuntimeObject_m2FF3DC181B88AAF055EDDA17CF46835B358BC131_gshared (RuntimeObject * ___structure0, intptr_t ___ptr1, bool ___fDeleteOld2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Marshal_tEBAFAE20369FCB1B38C49C4E27A8D8C2C4B55058_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___structure0; intptr_t L_1 = ___ptr1; bool L_2 = ___fDeleteOld2; IL2CPP_RUNTIME_CLASS_INIT(Marshal_tEBAFAE20369FCB1B38C49C4E27A8D8C2C4B55058_il2cpp_TypeInfo_var); Marshal_StructureToPtr_m49B48D001F4AA83C6B2AF0567DBC4AE2F070249C((RuntimeObject *)L_0, (intptr_t)L_1, (bool)L_2, /*hidden argument*/NULL); return; } } // System.Void System.Runtime.InteropServices.Marshal::StructureToPtr(T,System.IntPtr,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Marshal_StructureToPtr_TisovrMatchmakingCustomQueryData_t279B7FD77E3DEC841F556E9A7067BE7992C9CE28_m181970CFA4C6AE37FCBA3B5BA0C6E25076FB7486_gshared (ovrMatchmakingCustomQueryData_t279B7FD77E3DEC841F556E9A7067BE7992C9CE28 ___structure0, intptr_t ___ptr1, bool ___fDeleteOld2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Marshal_tEBAFAE20369FCB1B38C49C4E27A8D8C2C4B55058_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { ovrMatchmakingCustomQueryData_t279B7FD77E3DEC841F556E9A7067BE7992C9CE28 L_0 = ___structure0; ovrMatchmakingCustomQueryData_t279B7FD77E3DEC841F556E9A7067BE7992C9CE28 L_1 = (ovrMatchmakingCustomQueryData_t279B7FD77E3DEC841F556E9A7067BE7992C9CE28 )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_1); intptr_t L_3 = ___ptr1; bool L_4 = ___fDeleteOld2; IL2CPP_RUNTIME_CLASS_INIT(Marshal_tEBAFAE20369FCB1B38C49C4E27A8D8C2C4B55058_il2cpp_TypeInfo_var); Marshal_StructureToPtr_m49B48D001F4AA83C6B2AF0567DBC4AE2F070249C((RuntimeObject *)L_2, (intptr_t)L_3, (bool)L_4, /*hidden argument*/NULL); return; } } // System.Void System.Runtime.InteropServices.Marshal::StructureToPtr(T,System.IntPtr,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Marshal_StructureToPtr_TisRoomProperties_tC4746FC972EDC8ACD25451FF2FA2048DEE2CF023_m167C8F5A6C17ED578AF850FCE2F9D440A3DC37AC_gshared (RoomProperties_tC4746FC972EDC8ACD25451FF2FA2048DEE2CF023 ___structure0, intptr_t ___ptr1, bool ___fDeleteOld2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Marshal_tEBAFAE20369FCB1B38C49C4E27A8D8C2C4B55058_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RoomProperties_tC4746FC972EDC8ACD25451FF2FA2048DEE2CF023 L_0 = ___structure0; RoomProperties_tC4746FC972EDC8ACD25451FF2FA2048DEE2CF023 L_1 = (RoomProperties_tC4746FC972EDC8ACD25451FF2FA2048DEE2CF023 )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_1); intptr_t L_3 = ___ptr1; bool L_4 = ___fDeleteOld2; IL2CPP_RUNTIME_CLASS_INIT(Marshal_tEBAFAE20369FCB1B38C49C4E27A8D8C2C4B55058_il2cpp_TypeInfo_var); Marshal_StructureToPtr_m49B48D001F4AA83C6B2AF0567DBC4AE2F070249C((RuntimeObject *)L_2, (intptr_t)L_3, (bool)L_4, /*hidden argument*/NULL); return; } } // System.Void System.Runtime.InteropServices.Marshal::StructureToPtr(T,System.IntPtr,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Marshal_StructureToPtr_TisFrameHeader_t9D970A03D74922D19AFAA004389C7D3323FD7ADB_mF11EB121DE2E6AC7E77A32E4FC71DDF87F3FB15A_gshared (FrameHeader_t9D970A03D74922D19AFAA004389C7D3323FD7ADB ___structure0, intptr_t ___ptr1, bool ___fDeleteOld2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Marshal_tEBAFAE20369FCB1B38C49C4E27A8D8C2C4B55058_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { FrameHeader_t9D970A03D74922D19AFAA004389C7D3323FD7ADB L_0 = ___structure0; FrameHeader_t9D970A03D74922D19AFAA004389C7D3323FD7ADB L_1 = (FrameHeader_t9D970A03D74922D19AFAA004389C7D3323FD7ADB )L_0; RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(method->rgctx_data, 0), &L_1); intptr_t L_3 = ___ptr1; bool L_4 = ___fDeleteOld2; IL2CPP_RUNTIME_CLASS_INIT(Marshal_tEBAFAE20369FCB1B38C49C4E27A8D8C2C4B55058_il2cpp_TypeInfo_var); Marshal_StructureToPtr_m49B48D001F4AA83C6B2AF0567DBC4AE2F070249C((RuntimeObject *)L_2, (intptr_t)L_3, (bool)L_4, /*hidden argument*/NULL); return; } } // System.IntPtr System.Runtime.InteropServices.Marshal::UnsafeAddrOfPinnedArrayElement(T[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t Marshal_UnsafeAddrOfPinnedArrayElement_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_mD8139371B49DBFCBA9D9FF2EF6F62946971D6C0E_gshared (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___arr0, int32_t ___index1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Marshal_tEBAFAE20369FCB1B38C49C4E27A8D8C2C4B55058_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___arr0; int32_t L_1 = ___index1; IL2CPP_RUNTIME_CLASS_INIT(Marshal_tEBAFAE20369FCB1B38C49C4E27A8D8C2C4B55058_il2cpp_TypeInfo_var); intptr_t L_2; L_2 = Marshal_UnsafeAddrOfPinnedArrayElement_mB7CC31EEB66B78034EDE89E7D0DFEB9B7693499B((RuntimeArray *)(RuntimeArray *)L_0, (int32_t)L_1, /*hidden argument*/NULL); return (intptr_t)L_2; } } // System.IntPtr System.Runtime.InteropServices.Marshal::UnsafeAddrOfPinnedArrayElement(T[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t Marshal_UnsafeAddrOfPinnedArrayElement_TisRuntimeObject_mEDEE34F4BCAAFA342BB420A94D32F30FF0FB665B_gshared (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___arr0, int32_t ___index1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Marshal_tEBAFAE20369FCB1B38C49C4E27A8D8C2C4B55058_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_0 = ___arr0; int32_t L_1 = ___index1; IL2CPP_RUNTIME_CLASS_INIT(Marshal_tEBAFAE20369FCB1B38C49C4E27A8D8C2C4B55058_il2cpp_TypeInfo_var); intptr_t L_2; L_2 = Marshal_UnsafeAddrOfPinnedArrayElement_mB7CC31EEB66B78034EDE89E7D0DFEB9B7693499B((RuntimeArray *)(RuntimeArray *)L_0, (int32_t)L_1, /*hidden argument*/NULL); return (intptr_t)L_2; } } // System.Void UnityEngine.InputSystem.Utilities.MemoryHelpers::Swap(TValue&,TValue&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MemoryHelpers_Swap_TisRuntimeObject_mBA3AFE2AAD1D03460324B292746ACC1042A883A6_gshared (RuntimeObject ** ___a0, RuntimeObject ** ___b1, const RuntimeMethod* method) { RuntimeObject * V_0 = NULL; { // var temp = a; RuntimeObject ** L_0 = ___a0; RuntimeObject * L_1 = (*(RuntimeObject **)L_0); V_0 = (RuntimeObject *)L_1; // a = b; RuntimeObject ** L_2 = ___a0; RuntimeObject ** L_3 = ___b1; RuntimeObject * L_4 = (*(RuntimeObject **)L_3); *(RuntimeObject **)L_2 = L_4; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_2, (void*)L_4); // b = temp; RuntimeObject ** L_5 = ___b1; RuntimeObject * L_6 = V_0; *(RuntimeObject **)L_5 = L_6; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_5, (void*)L_6); // } return; } } // System.Void UnityEngine.InputSystem.Utilities.MemoryHelpers::Swap(TValue&,TValue&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MemoryHelpers_Swap_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_mB25D922ACBE90F7FB50F5CD9A8DC11553D888C7C_gshared (float* ___a0, float* ___b1, const RuntimeMethod* method) { float V_0 = 0.0f; { // var temp = a; float* L_0 = ___a0; float L_1 = (*(float*)L_0); V_0 = (float)L_1; // a = b; float* L_2 = ___a0; float* L_3 = ___b1; float L_4 = (*(float*)L_3); *(float*)L_2 = L_4; // b = temp; float* L_5 = ___b1; float L_6 = V_0; *(float*)L_5 = L_6; // } return; } } // System.Void UnityEngine.InputSystem.Utilities.MemoryHelpers::Swap(TValue&,TValue&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MemoryHelpers_Swap_TisStateChangeMonitorListener_t438EEB3B8EC5C287AACCE8321BE5B283ACCB7757_m09DEF0F5F8804A99BD6C08EE3963D009AD51F3B7_gshared (StateChangeMonitorListener_t438EEB3B8EC5C287AACCE8321BE5B283ACCB7757 * ___a0, StateChangeMonitorListener_t438EEB3B8EC5C287AACCE8321BE5B283ACCB7757 * ___b1, const RuntimeMethod* method) { StateChangeMonitorListener_t438EEB3B8EC5C287AACCE8321BE5B283ACCB7757 V_0; memset((&V_0), 0, sizeof(V_0)); { // var temp = a; StateChangeMonitorListener_t438EEB3B8EC5C287AACCE8321BE5B283ACCB7757 * L_0 = ___a0; StateChangeMonitorListener_t438EEB3B8EC5C287AACCE8321BE5B283ACCB7757 L_1 = (*(StateChangeMonitorListener_t438EEB3B8EC5C287AACCE8321BE5B283ACCB7757 *)L_0); V_0 = (StateChangeMonitorListener_t438EEB3B8EC5C287AACCE8321BE5B283ACCB7757 )L_1; // a = b; StateChangeMonitorListener_t438EEB3B8EC5C287AACCE8321BE5B283ACCB7757 * L_2 = ___a0; StateChangeMonitorListener_t438EEB3B8EC5C287AACCE8321BE5B283ACCB7757 * L_3 = ___b1; StateChangeMonitorListener_t438EEB3B8EC5C287AACCE8321BE5B283ACCB7757 L_4 = (*(StateChangeMonitorListener_t438EEB3B8EC5C287AACCE8321BE5B283ACCB7757 *)L_3); *(StateChangeMonitorListener_t438EEB3B8EC5C287AACCE8321BE5B283ACCB7757 *)L_2 = L_4; Il2CppCodeGenWriteBarrier((void**)&(((StateChangeMonitorListener_t438EEB3B8EC5C287AACCE8321BE5B283ACCB7757 *)L_2)->___control_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((StateChangeMonitorListener_t438EEB3B8EC5C287AACCE8321BE5B283ACCB7757 *)L_2)->___monitor_1), (void*)NULL); #endif // b = temp; StateChangeMonitorListener_t438EEB3B8EC5C287AACCE8321BE5B283ACCB7757 * L_5 = ___b1; StateChangeMonitorListener_t438EEB3B8EC5C287AACCE8321BE5B283ACCB7757 L_6 = V_0; *(StateChangeMonitorListener_t438EEB3B8EC5C287AACCE8321BE5B283ACCB7757 *)L_5 = L_6; Il2CppCodeGenWriteBarrier((void**)&(((StateChangeMonitorListener_t438EEB3B8EC5C287AACCE8321BE5B283ACCB7757 *)L_5)->___control_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((StateChangeMonitorListener_t438EEB3B8EC5C287AACCE8321BE5B283ACCB7757 *)L_5)->___monitor_1), (void*)NULL); #endif // } return; } } // System.Void UnityEngine.InputSystem.Utilities.MemoryHelpers::Swap(TValue&,TValue&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MemoryHelpers_Swap_TisBitRegion_t0A31F0D449F981815087F908462AF4D5C07DE8A0_mA7E4657E60EDD5BC3C7772FEF3A81A353EB0A5D4_gshared (BitRegion_t0A31F0D449F981815087F908462AF4D5C07DE8A0 * ___a0, BitRegion_t0A31F0D449F981815087F908462AF4D5C07DE8A0 * ___b1, const RuntimeMethod* method) { BitRegion_t0A31F0D449F981815087F908462AF4D5C07DE8A0 V_0; memset((&V_0), 0, sizeof(V_0)); { // var temp = a; BitRegion_t0A31F0D449F981815087F908462AF4D5C07DE8A0 * L_0 = ___a0; BitRegion_t0A31F0D449F981815087F908462AF4D5C07DE8A0 L_1 = (*(BitRegion_t0A31F0D449F981815087F908462AF4D5C07DE8A0 *)L_0); V_0 = (BitRegion_t0A31F0D449F981815087F908462AF4D5C07DE8A0 )L_1; // a = b; BitRegion_t0A31F0D449F981815087F908462AF4D5C07DE8A0 * L_2 = ___a0; BitRegion_t0A31F0D449F981815087F908462AF4D5C07DE8A0 * L_3 = ___b1; BitRegion_t0A31F0D449F981815087F908462AF4D5C07DE8A0 L_4 = (*(BitRegion_t0A31F0D449F981815087F908462AF4D5C07DE8A0 *)L_3); *(BitRegion_t0A31F0D449F981815087F908462AF4D5C07DE8A0 *)L_2 = L_4; // b = temp; BitRegion_t0A31F0D449F981815087F908462AF4D5C07DE8A0 * L_5 = ___b1; BitRegion_t0A31F0D449F981815087F908462AF4D5C07DE8A0 L_6 = V_0; *(BitRegion_t0A31F0D449F981815087F908462AF4D5C07DE8A0 *)L_5 = L_6; // } return; } } // T[] UnityEngine.Mesh::GetAllocArrayFromChannel(UnityEngine.Rendering.VertexAttribute) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* Mesh_GetAllocArrayFromChannel_TisRuntimeObject_mB245F0443969F9BA94D63955634890516E04578D_gshared (Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 * __this, int32_t ___channel0, const RuntimeMethod* method) { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* V_0 = NULL; { int32_t L_0 = ___channel0; int32_t L_1 = ___channel0; int32_t L_2; L_2 = Mesh_DefaultDimensionForChannel_m4D898E219EBF3E76D6030D7F53782C023C36C12E((int32_t)L_1, /*hidden argument*/NULL); NullCheck((Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 *)__this); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_3; L_3 = (( ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* (*) (Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 *, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 *)__this, (int32_t)L_0, (int32_t)0, (int32_t)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); V_0 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)L_3; goto IL_0012; } IL_0012: { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_4 = V_0; return (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)L_4; } } // T[] UnityEngine.Mesh::GetAllocArrayFromChannel(UnityEngine.Rendering.VertexAttribute) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA* Mesh_GetAllocArrayFromChannel_TisVector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9_mCEE55715B0AE44D358154E509D08F05967D007C3_gshared (Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 * __this, int32_t ___channel0, const RuntimeMethod* method) { Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA* V_0 = NULL; { int32_t L_0 = ___channel0; int32_t L_1 = ___channel0; int32_t L_2; L_2 = Mesh_DefaultDimensionForChannel_m4D898E219EBF3E76D6030D7F53782C023C36C12E((int32_t)L_1, /*hidden argument*/NULL); NullCheck((Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 *)__this); Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA* L_3; L_3 = (( Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA* (*) (Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 *, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 *)__this, (int32_t)L_0, (int32_t)0, (int32_t)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); V_0 = (Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA*)L_3; goto IL_0012; } IL_0012: { Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA* L_4 = V_0; return (Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA*)L_4; } } // T[] UnityEngine.Mesh::GetAllocArrayFromChannel(UnityEngine.Rendering.VertexAttribute) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* Mesh_GetAllocArrayFromChannel_TisVector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_mA1BECCEFD7D5C525E52D3E4773958B1FBB08FE4B_gshared (Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 * __this, int32_t ___channel0, const RuntimeMethod* method) { Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* V_0 = NULL; { int32_t L_0 = ___channel0; int32_t L_1 = ___channel0; int32_t L_2; L_2 = Mesh_DefaultDimensionForChannel_m4D898E219EBF3E76D6030D7F53782C023C36C12E((int32_t)L_1, /*hidden argument*/NULL); NullCheck((Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 *)__this); Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* L_3; L_3 = (( Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* (*) (Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 *, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 *)__this, (int32_t)L_0, (int32_t)0, (int32_t)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); V_0 = (Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4*)L_3; goto IL_0012; } IL_0012: { Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* L_4 = V_0; return (Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4*)L_4; } } // T[] UnityEngine.Mesh::GetAllocArrayFromChannel(UnityEngine.Rendering.VertexAttribute) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector4U5BU5D_tCE72D928AA6FF1852BAC5E4396F6F0131ED11871* Mesh_GetAllocArrayFromChannel_TisVector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7_mD0051F8BAF0F5FBE57BBE83DFCF42E2FC97A32A7_gshared (Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 * __this, int32_t ___channel0, const RuntimeMethod* method) { Vector4U5BU5D_tCE72D928AA6FF1852BAC5E4396F6F0131ED11871* V_0 = NULL; { int32_t L_0 = ___channel0; int32_t L_1 = ___channel0; int32_t L_2; L_2 = Mesh_DefaultDimensionForChannel_m4D898E219EBF3E76D6030D7F53782C023C36C12E((int32_t)L_1, /*hidden argument*/NULL); NullCheck((Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 *)__this); Vector4U5BU5D_tCE72D928AA6FF1852BAC5E4396F6F0131ED11871* L_3; L_3 = (( Vector4U5BU5D_tCE72D928AA6FF1852BAC5E4396F6F0131ED11871* (*) (Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 *, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 *)__this, (int32_t)L_0, (int32_t)0, (int32_t)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); V_0 = (Vector4U5BU5D_tCE72D928AA6FF1852BAC5E4396F6F0131ED11871*)L_3; goto IL_0012; } IL_0012: { Vector4U5BU5D_tCE72D928AA6FF1852BAC5E4396F6F0131ED11871* L_4 = V_0; return (Vector4U5BU5D_tCE72D928AA6FF1852BAC5E4396F6F0131ED11871*)L_4; } } // T[] UnityEngine.Mesh::GetAllocArrayFromChannel(UnityEngine.Rendering.VertexAttribute,UnityEngine.Rendering.VertexAttributeFormat,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Color32U5BU5D_t7FEB526973BF84608073B85CF2D581427F0235E2* Mesh_GetAllocArrayFromChannel_TisColor32_tDB54A78627878A7D2DE42BB028D64306A18E858D_m62A3B3E7D90C10A916CD77BCE93229D59AE37647_gshared (Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 * __this, int32_t ___channel0, int32_t ___format1, int32_t ___dim2, const RuntimeMethod* method) { bool V_0 = false; bool V_1 = false; Color32U5BU5D_t7FEB526973BF84608073B85CF2D581427F0235E2* V_2 = NULL; { NullCheck((Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 *)__this); bool L_0; L_0 = Mesh_get_canAccess_m991B64F0FA651459A7E0DD4526D7EF0384F1792F((Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 *)__this, /*hidden argument*/NULL); V_0 = (bool)L_0; bool L_1 = V_0; if (!L_1) { goto IL_002b; } } { int32_t L_2 = ___channel0; NullCheck((Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 *)__this); bool L_3; L_3 = Mesh_HasVertexAttribute_m55371DBBBA8C77FBF6404F0D7989C0C7BDE3275C((Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 *)__this, (int32_t)L_2, /*hidden argument*/NULL); V_1 = (bool)L_3; bool L_4 = V_1; if (!L_4) { goto IL_0028; } } { int32_t L_5 = ___channel0; int32_t L_6 = ___format1; int32_t L_7 = ___dim2; NullCheck((Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 *)__this); RuntimeArray * L_8; L_8 = Mesh_GetAllocArrayFromChannelImpl_m9EC298F950FDC7F699CB02A265AAE1E1E580B541((Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 *)__this, (int32_t)L_5, (int32_t)L_6, (int32_t)L_7, /*hidden argument*/NULL); V_2 = (Color32U5BU5D_t7FEB526973BF84608073B85CF2D581427F0235E2*)((Color32U5BU5D_t7FEB526973BF84608073B85CF2D581427F0235E2*)Castclass((RuntimeObject*)L_8, IL2CPP_RGCTX_DATA(method->rgctx_data, 0))); goto IL_003e; } IL_0028: { goto IL_0035; } IL_002b: { int32_t L_9 = ___channel0; NullCheck((Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 *)__this); Mesh_PrintErrorCantAccessChannel_m39BB0FADC48525EAE52AA38AC8D7EE5BA650294C((Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 *)__this, (int32_t)L_9, /*hidden argument*/NULL); } IL_0035: { Color32U5BU5D_t7FEB526973BF84608073B85CF2D581427F0235E2* L_10 = (Color32U5BU5D_t7FEB526973BF84608073B85CF2D581427F0235E2*)(Color32U5BU5D_t7FEB526973BF84608073B85CF2D581427F0235E2*)SZArrayNew(IL2CPP_RGCTX_DATA(method->rgctx_data, 1), (uint32_t)0); V_2 = (Color32U5BU5D_t7FEB526973BF84608073B85CF2D581427F0235E2*)L_10; goto IL_003e; } IL_003e: { Color32U5BU5D_t7FEB526973BF84608073B85CF2D581427F0235E2* L_11 = V_2; return (Color32U5BU5D_t7FEB526973BF84608073B85CF2D581427F0235E2*)L_11; } } // T[] UnityEngine.Mesh::GetAllocArrayFromChannel(UnityEngine.Rendering.VertexAttribute,UnityEngine.Rendering.VertexAttributeFormat,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* Mesh_GetAllocArrayFromChannel_TisRuntimeObject_mEEC31A492FDC2B5EED4D79646A7D234C78B7537B_gshared (Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 * __this, int32_t ___channel0, int32_t ___format1, int32_t ___dim2, const RuntimeMethod* method) { bool V_0 = false; bool V_1 = false; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* V_2 = NULL; { NullCheck((Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 *)__this); bool L_0; L_0 = Mesh_get_canAccess_m991B64F0FA651459A7E0DD4526D7EF0384F1792F((Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 *)__this, /*hidden argument*/NULL); V_0 = (bool)L_0; bool L_1 = V_0; if (!L_1) { goto IL_002b; } } { int32_t L_2 = ___channel0; NullCheck((Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 *)__this); bool L_3; L_3 = Mesh_HasVertexAttribute_m55371DBBBA8C77FBF6404F0D7989C0C7BDE3275C((Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 *)__this, (int32_t)L_2, /*hidden argument*/NULL); V_1 = (bool)L_3; bool L_4 = V_1; if (!L_4) { goto IL_0028; } } { int32_t L_5 = ___channel0; int32_t L_6 = ___format1; int32_t L_7 = ___dim2; NullCheck((Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 *)__this); RuntimeArray * L_8; L_8 = Mesh_GetAllocArrayFromChannelImpl_m9EC298F950FDC7F699CB02A265AAE1E1E580B541((Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 *)__this, (int32_t)L_5, (int32_t)L_6, (int32_t)L_7, /*hidden argument*/NULL); V_2 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)((ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)Castclass((RuntimeObject*)L_8, IL2CPP_RGCTX_DATA(method->rgctx_data, 0))); goto IL_003e; } IL_0028: { goto IL_0035; } IL_002b: { int32_t L_9 = ___channel0; NullCheck((Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 *)__this); Mesh_PrintErrorCantAccessChannel_m39BB0FADC48525EAE52AA38AC8D7EE5BA650294C((Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 *)__this, (int32_t)L_9, /*hidden argument*/NULL); } IL_0035: { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_10 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(IL2CPP_RGCTX_DATA(method->rgctx_data, 1), (uint32_t)0); V_2 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)L_10; goto IL_003e; } IL_003e: { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_11 = V_2; return (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)L_11; } } // T[] UnityEngine.Mesh::GetAllocArrayFromChannel(UnityEngine.Rendering.VertexAttribute,UnityEngine.Rendering.VertexAttributeFormat,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA* Mesh_GetAllocArrayFromChannel_TisVector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9_mC13D82701364D48A72066269B2981567E1C68B2E_gshared (Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 * __this, int32_t ___channel0, int32_t ___format1, int32_t ___dim2, const RuntimeMethod* method) { bool V_0 = false; bool V_1 = false; Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA* V_2 = NULL; { NullCheck((Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 *)__this); bool L_0; L_0 = Mesh_get_canAccess_m991B64F0FA651459A7E0DD4526D7EF0384F1792F((Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 *)__this, /*hidden argument*/NULL); V_0 = (bool)L_0; bool L_1 = V_0; if (!L_1) { goto IL_002b; } } { int32_t L_2 = ___channel0; NullCheck((Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 *)__this); bool L_3; L_3 = Mesh_HasVertexAttribute_m55371DBBBA8C77FBF6404F0D7989C0C7BDE3275C((Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 *)__this, (int32_t)L_2, /*hidden argument*/NULL); V_1 = (bool)L_3; bool L_4 = V_1; if (!L_4) { goto IL_0028; } } { int32_t L_5 = ___channel0; int32_t L_6 = ___format1; int32_t L_7 = ___dim2; NullCheck((Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 *)__this); RuntimeArray * L_8; L_8 = Mesh_GetAllocArrayFromChannelImpl_m9EC298F950FDC7F699CB02A265AAE1E1E580B541((Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 *)__this, (int32_t)L_5, (int32_t)L_6, (int32_t)L_7, /*hidden argument*/NULL); V_2 = (Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA*)((Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA*)Castclass((RuntimeObject*)L_8, IL2CPP_RGCTX_DATA(method->rgctx_data, 0))); goto IL_003e; } IL_0028: { goto IL_0035; } IL_002b: { int32_t L_9 = ___channel0; NullCheck((Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 *)__this); Mesh_PrintErrorCantAccessChannel_m39BB0FADC48525EAE52AA38AC8D7EE5BA650294C((Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 *)__this, (int32_t)L_9, /*hidden argument*/NULL); } IL_0035: { Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA* L_10 = (Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA*)(Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA*)SZArrayNew(IL2CPP_RGCTX_DATA(method->rgctx_data, 1), (uint32_t)0); V_2 = (Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA*)L_10; goto IL_003e; } IL_003e: { Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA* L_11 = V_2; return (Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA*)L_11; } } // T[] UnityEngine.Mesh::GetAllocArrayFromChannel(UnityEngine.Rendering.VertexAttribute,UnityEngine.Rendering.VertexAttributeFormat,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* Mesh_GetAllocArrayFromChannel_TisVector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_mBC6DF07330515EEE2EA0951C21E7A756C6AAB048_gshared (Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 * __this, int32_t ___channel0, int32_t ___format1, int32_t ___dim2, const RuntimeMethod* method) { bool V_0 = false; bool V_1 = false; Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* V_2 = NULL; { NullCheck((Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 *)__this); bool L_0; L_0 = Mesh_get_canAccess_m991B64F0FA651459A7E0DD4526D7EF0384F1792F((Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 *)__this, /*hidden argument*/NULL); V_0 = (bool)L_0; bool L_1 = V_0; if (!L_1) { goto IL_002b; } } { int32_t L_2 = ___channel0; NullCheck((Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 *)__this); bool L_3; L_3 = Mesh_HasVertexAttribute_m55371DBBBA8C77FBF6404F0D7989C0C7BDE3275C((Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 *)__this, (int32_t)L_2, /*hidden argument*/NULL); V_1 = (bool)L_3; bool L_4 = V_1; if (!L_4) { goto IL_0028; } } { int32_t L_5 = ___channel0; int32_t L_6 = ___format1; int32_t L_7 = ___dim2; NullCheck((Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 *)__this); RuntimeArray * L_8; L_8 = Mesh_GetAllocArrayFromChannelImpl_m9EC298F950FDC7F699CB02A265AAE1E1E580B541((Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 *)__this, (int32_t)L_5, (int32_t)L_6, (int32_t)L_7, /*hidden argument*/NULL); V_2 = (Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4*)((Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4*)Castclass((RuntimeObject*)L_8, IL2CPP_RGCTX_DATA(method->rgctx_data, 0))); goto IL_003e; } IL_0028: { goto IL_0035; } IL_002b: { int32_t L_9 = ___channel0; NullCheck((Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 *)__this); Mesh_PrintErrorCantAccessChannel_m39BB0FADC48525EAE52AA38AC8D7EE5BA650294C((Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 *)__this, (int32_t)L_9, /*hidden argument*/NULL); } IL_0035: { Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* L_10 = (Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4*)(Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4*)SZArrayNew(IL2CPP_RGCTX_DATA(method->rgctx_data, 1), (uint32_t)0); V_2 = (Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4*)L_10; goto IL_003e; } IL_003e: { Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* L_11 = V_2; return (Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4*)L_11; } } // T[] UnityEngine.Mesh::GetAllocArrayFromChannel(UnityEngine.Rendering.VertexAttribute,UnityEngine.Rendering.VertexAttributeFormat,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector4U5BU5D_tCE72D928AA6FF1852BAC5E4396F6F0131ED11871* Mesh_GetAllocArrayFromChannel_TisVector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7_m985E71330FA9966B4416AD22CDDD8D98C5D44046_gshared (Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 * __this, int32_t ___channel0, int32_t ___format1, int32_t ___dim2, const RuntimeMethod* method) { bool V_0 = false; bool V_1 = false; Vector4U5BU5D_tCE72D928AA6FF1852BAC5E4396F6F0131ED11871* V_2 = NULL; { NullCheck((Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 *)__this); bool L_0; L_0 = Mesh_get_canAccess_m991B64F0FA651459A7E0DD4526D7EF0384F1792F((Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 *)__this, /*hidden argument*/NULL); V_0 = (bool)L_0; bool L_1 = V_0; if (!L_1) { goto IL_002b; } } { int32_t L_2 = ___channel0; NullCheck((Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 *)__this); bool L_3; L_3 = Mesh_HasVertexAttribute_m55371DBBBA8C77FBF6404F0D7989C0C7BDE3275C((Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 *)__this, (int32_t)L_2, /*hidden argument*/NULL); V_1 = (bool)L_3; bool L_4 = V_1; if (!L_4) { goto IL_0028; } } { int32_t L_5 = ___channel0; int32_t L_6 = ___format1; int32_t L_7 = ___dim2; NullCheck((Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 *)__this); RuntimeArray * L_8; L_8 = Mesh_GetAllocArrayFromChannelImpl_m9EC298F950FDC7F699CB02A265AAE1E1E580B541((Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 *)__this, (int32_t)L_5, (int32_t)L_6, (int32_t)L_7, /*hidden argument*/NULL); V_2 = (Vector4U5BU5D_tCE72D928AA6FF1852BAC5E4396F6F0131ED11871*)((Vector4U5BU5D_tCE72D928AA6FF1852BAC5E4396F6F0131ED11871*)Castclass((RuntimeObject*)L_8, IL2CPP_RGCTX_DATA(method->rgctx_data, 0))); goto IL_003e; } IL_0028: { goto IL_0035; } IL_002b: { int32_t L_9 = ___channel0; NullCheck((Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 *)__this); Mesh_PrintErrorCantAccessChannel_m39BB0FADC48525EAE52AA38AC8D7EE5BA650294C((Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 *)__this, (int32_t)L_9, /*hidden argument*/NULL); } IL_0035: { Vector4U5BU5D_tCE72D928AA6FF1852BAC5E4396F6F0131ED11871* L_10 = (Vector4U5BU5D_tCE72D928AA6FF1852BAC5E4396F6F0131ED11871*)(Vector4U5BU5D_tCE72D928AA6FF1852BAC5E4396F6F0131ED11871*)SZArrayNew(IL2CPP_RGCTX_DATA(method->rgctx_data, 1), (uint32_t)0); V_2 = (Vector4U5BU5D_tCE72D928AA6FF1852BAC5E4396F6F0131ED11871*)L_10; goto IL_003e; } IL_003e: { Vector4U5BU5D_tCE72D928AA6FF1852BAC5E4396F6F0131ED11871* L_11 = V_2; return (Vector4U5BU5D_tCE72D928AA6FF1852BAC5E4396F6F0131ED11871*)L_11; } } // System.Void UnityEngine.Mesh::GetListForChannel(System.Collections.Generic.List`1,System.Int32,UnityEngine.Rendering.VertexAttribute,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Mesh_GetListForChannel_TisRuntimeObject_mC78E7EFA32A3306F9BF0CDC07B88B700B627BA8F_gshared (Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 * __this, List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * ___buffer0, int32_t ___capacity1, int32_t ___channel2, int32_t ___dim3, const RuntimeMethod* method) { { List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * L_0 = ___buffer0; int32_t L_1 = ___capacity1; int32_t L_2 = ___channel2; int32_t L_3 = ___dim3; NullCheck((Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 *)__this); (( void (*) (Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 *, List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 *, int32_t, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 *)__this, (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 *)L_0, (int32_t)L_1, (int32_t)L_2, (int32_t)L_3, (int32_t)0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); return; } } // System.Void UnityEngine.Mesh::GetListForChannel(System.Collections.Generic.List`1,System.Int32,UnityEngine.Rendering.VertexAttribute,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Mesh_GetListForChannel_TisVector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_mEF2B7DB1291973A443CF31942C1C22ABF06F3C71_gshared (Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 * __this, List_1_t577D28CFF6DFE3F6A8D4409F7A21CBF513C04181 * ___buffer0, int32_t ___capacity1, int32_t ___channel2, int32_t ___dim3, const RuntimeMethod* method) { { List_1_t577D28CFF6DFE3F6A8D4409F7A21CBF513C04181 * L_0 = ___buffer0; int32_t L_1 = ___capacity1; int32_t L_2 = ___channel2; int32_t L_3 = ___dim3; NullCheck((Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 *)__this); (( void (*) (Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 *, List_1_t577D28CFF6DFE3F6A8D4409F7A21CBF513C04181 *, int32_t, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 *)__this, (List_1_t577D28CFF6DFE3F6A8D4409F7A21CBF513C04181 *)L_0, (int32_t)L_1, (int32_t)L_2, (int32_t)L_3, (int32_t)0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); return; } } // System.Void UnityEngine.Mesh::GetListForChannel(System.Collections.Generic.List`1,System.Int32,UnityEngine.Rendering.VertexAttribute,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Mesh_GetListForChannel_TisVector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7_m0F29A6B636BAD4452D28B741F80A48580579705C_gshared (Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 * __this, List_1_t14D5F8426BD7087A7AEB49D4DE3DEF404C8BE65A * ___buffer0, int32_t ___capacity1, int32_t ___channel2, int32_t ___dim3, const RuntimeMethod* method) { { List_1_t14D5F8426BD7087A7AEB49D4DE3DEF404C8BE65A * L_0 = ___buffer0; int32_t L_1 = ___capacity1; int32_t L_2 = ___channel2; int32_t L_3 = ___dim3; NullCheck((Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 *)__this); (( void (*) (Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 *, List_1_t14D5F8426BD7087A7AEB49D4DE3DEF404C8BE65A *, int32_t, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 *)__this, (List_1_t14D5F8426BD7087A7AEB49D4DE3DEF404C8BE65A *)L_0, (int32_t)L_1, (int32_t)L_2, (int32_t)L_3, (int32_t)0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); return; } } // System.Void UnityEngine.Mesh::GetListForChannel(System.Collections.Generic.List`1,System.Int32,UnityEngine.Rendering.VertexAttribute,System.Int32,UnityEngine.Rendering.VertexAttributeFormat) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Mesh_GetListForChannel_TisRuntimeObject_m72432453B9F4519B76A485A18AF4C2281721C5E7_gshared (Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 * __this, List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * ___buffer0, int32_t ___capacity1, int32_t ___channel2, int32_t ___dim3, int32_t ___channelType4, const RuntimeMethod* method) { bool V_0 = false; bool V_1 = false; { List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * L_0 = ___buffer0; NullCheck((List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 *)L_0); (( void (*) (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); NullCheck((Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 *)__this); bool L_1; L_1 = Mesh_get_canAccess_m991B64F0FA651459A7E0DD4526D7EF0384F1792F((Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 *)__this, /*hidden argument*/NULL); V_0 = (bool)((((int32_t)L_1) == ((int32_t)0))? 1 : 0); bool L_2 = V_0; if (!L_2) { goto IL_0020; } } { int32_t L_3 = ___channel2; NullCheck((Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 *)__this); Mesh_PrintErrorCantAccessChannel_m39BB0FADC48525EAE52AA38AC8D7EE5BA650294C((Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 *)__this, (int32_t)L_3, /*hidden argument*/NULL); goto IL_004a; } IL_0020: { int32_t L_4 = ___channel2; NullCheck((Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 *)__this); bool L_5; L_5 = Mesh_HasVertexAttribute_m55371DBBBA8C77FBF6404F0D7989C0C7BDE3275C((Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 *)__this, (int32_t)L_4, /*hidden argument*/NULL); V_1 = (bool)((((int32_t)L_5) == ((int32_t)0))? 1 : 0); bool L_6 = V_1; if (!L_6) { goto IL_0030; } } { goto IL_004a; } IL_0030: { List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * L_7 = ___buffer0; int32_t L_8 = ___capacity1; (( void (*) (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)((List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 *)L_7, (int32_t)L_8, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); int32_t L_9 = ___channel2; int32_t L_10 = ___channelType4; int32_t L_11 = ___dim3; List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * L_12 = ___buffer0; RuntimeArray * L_13; L_13 = NoAllocHelpers_ExtractArrayFromList_mA6F3D31A24E48EE8B18DE804A162ECE0A54356D4((RuntimeObject *)L_12, /*hidden argument*/NULL); NullCheck((Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 *)__this); Mesh_GetArrayFromChannelImpl_m71BD9D5D72762ED7399D5662FE5DA4294102A6DA((Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 *)__this, (int32_t)L_9, (int32_t)L_10, (int32_t)L_11, (RuntimeArray *)L_13, /*hidden argument*/NULL); } IL_004a: { return; } } // System.Void UnityEngine.Mesh::GetListForChannel(System.Collections.Generic.List`1,System.Int32,UnityEngine.Rendering.VertexAttribute,System.Int32,UnityEngine.Rendering.VertexAttributeFormat) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Mesh_GetListForChannel_TisVector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_mE8E589E3CD5D42DFF7DC08D8A4425732D5DD0C3F_gshared (Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 * __this, List_1_t577D28CFF6DFE3F6A8D4409F7A21CBF513C04181 * ___buffer0, int32_t ___capacity1, int32_t ___channel2, int32_t ___dim3, int32_t ___channelType4, const RuntimeMethod* method) { bool V_0 = false; bool V_1 = false; { List_1_t577D28CFF6DFE3F6A8D4409F7A21CBF513C04181 * L_0 = ___buffer0; NullCheck((List_1_t577D28CFF6DFE3F6A8D4409F7A21CBF513C04181 *)L_0); (( void (*) (List_1_t577D28CFF6DFE3F6A8D4409F7A21CBF513C04181 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((List_1_t577D28CFF6DFE3F6A8D4409F7A21CBF513C04181 *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); NullCheck((Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 *)__this); bool L_1; L_1 = Mesh_get_canAccess_m991B64F0FA651459A7E0DD4526D7EF0384F1792F((Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 *)__this, /*hidden argument*/NULL); V_0 = (bool)((((int32_t)L_1) == ((int32_t)0))? 1 : 0); bool L_2 = V_0; if (!L_2) { goto IL_0020; } } { int32_t L_3 = ___channel2; NullCheck((Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 *)__this); Mesh_PrintErrorCantAccessChannel_m39BB0FADC48525EAE52AA38AC8D7EE5BA650294C((Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 *)__this, (int32_t)L_3, /*hidden argument*/NULL); goto IL_004a; } IL_0020: { int32_t L_4 = ___channel2; NullCheck((Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 *)__this); bool L_5; L_5 = Mesh_HasVertexAttribute_m55371DBBBA8C77FBF6404F0D7989C0C7BDE3275C((Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 *)__this, (int32_t)L_4, /*hidden argument*/NULL); V_1 = (bool)((((int32_t)L_5) == ((int32_t)0))? 1 : 0); bool L_6 = V_1; if (!L_6) { goto IL_0030; } } { goto IL_004a; } IL_0030: { List_1_t577D28CFF6DFE3F6A8D4409F7A21CBF513C04181 * L_7 = ___buffer0; int32_t L_8 = ___capacity1; (( void (*) (List_1_t577D28CFF6DFE3F6A8D4409F7A21CBF513C04181 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)((List_1_t577D28CFF6DFE3F6A8D4409F7A21CBF513C04181 *)L_7, (int32_t)L_8, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); int32_t L_9 = ___channel2; int32_t L_10 = ___channelType4; int32_t L_11 = ___dim3; List_1_t577D28CFF6DFE3F6A8D4409F7A21CBF513C04181 * L_12 = ___buffer0; RuntimeArray * L_13; L_13 = NoAllocHelpers_ExtractArrayFromList_mA6F3D31A24E48EE8B18DE804A162ECE0A54356D4((RuntimeObject *)L_12, /*hidden argument*/NULL); NullCheck((Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 *)__this); Mesh_GetArrayFromChannelImpl_m71BD9D5D72762ED7399D5662FE5DA4294102A6DA((Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 *)__this, (int32_t)L_9, (int32_t)L_10, (int32_t)L_11, (RuntimeArray *)L_13, /*hidden argument*/NULL); } IL_004a: { return; } } // System.Void UnityEngine.Mesh::GetListForChannel(System.Collections.Generic.List`1,System.Int32,UnityEngine.Rendering.VertexAttribute,System.Int32,UnityEngine.Rendering.VertexAttributeFormat) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Mesh_GetListForChannel_TisVector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7_m9D1E28570C4FFE03FDFC25051E3CB60B5FF4C489_gshared (Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 * __this, List_1_t14D5F8426BD7087A7AEB49D4DE3DEF404C8BE65A * ___buffer0, int32_t ___capacity1, int32_t ___channel2, int32_t ___dim3, int32_t ___channelType4, const RuntimeMethod* method) { bool V_0 = false; bool V_1 = false; { List_1_t14D5F8426BD7087A7AEB49D4DE3DEF404C8BE65A * L_0 = ___buffer0; NullCheck((List_1_t14D5F8426BD7087A7AEB49D4DE3DEF404C8BE65A *)L_0); (( void (*) (List_1_t14D5F8426BD7087A7AEB49D4DE3DEF404C8BE65A *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((List_1_t14D5F8426BD7087A7AEB49D4DE3DEF404C8BE65A *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); NullCheck((Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 *)__this); bool L_1; L_1 = Mesh_get_canAccess_m991B64F0FA651459A7E0DD4526D7EF0384F1792F((Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 *)__this, /*hidden argument*/NULL); V_0 = (bool)((((int32_t)L_1) == ((int32_t)0))? 1 : 0); bool L_2 = V_0; if (!L_2) { goto IL_0020; } } { int32_t L_3 = ___channel2; NullCheck((Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 *)__this); Mesh_PrintErrorCantAccessChannel_m39BB0FADC48525EAE52AA38AC8D7EE5BA650294C((Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 *)__this, (int32_t)L_3, /*hidden argument*/NULL); goto IL_004a; } IL_0020: { int32_t L_4 = ___channel2; NullCheck((Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 *)__this); bool L_5; L_5 = Mesh_HasVertexAttribute_m55371DBBBA8C77FBF6404F0D7989C0C7BDE3275C((Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 *)__this, (int32_t)L_4, /*hidden argument*/NULL); V_1 = (bool)((((int32_t)L_5) == ((int32_t)0))? 1 : 0); bool L_6 = V_1; if (!L_6) { goto IL_0030; } } { goto IL_004a; } IL_0030: { List_1_t14D5F8426BD7087A7AEB49D4DE3DEF404C8BE65A * L_7 = ___buffer0; int32_t L_8 = ___capacity1; (( void (*) (List_1_t14D5F8426BD7087A7AEB49D4DE3DEF404C8BE65A *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)((List_1_t14D5F8426BD7087A7AEB49D4DE3DEF404C8BE65A *)L_7, (int32_t)L_8, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); int32_t L_9 = ___channel2; int32_t L_10 = ___channelType4; int32_t L_11 = ___dim3; List_1_t14D5F8426BD7087A7AEB49D4DE3DEF404C8BE65A * L_12 = ___buffer0; RuntimeArray * L_13; L_13 = NoAllocHelpers_ExtractArrayFromList_mA6F3D31A24E48EE8B18DE804A162ECE0A54356D4((RuntimeObject *)L_12, /*hidden argument*/NULL); NullCheck((Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 *)__this); Mesh_GetArrayFromChannelImpl_m71BD9D5D72762ED7399D5662FE5DA4294102A6DA((Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 *)__this, (int32_t)L_9, (int32_t)L_10, (int32_t)L_11, (RuntimeArray *)L_13, /*hidden argument*/NULL); } IL_004a: { return; } } // System.Void UnityEngine.Mesh::GetUVsImpl(System.Int32,System.Collections.Generic.List`1,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Mesh_GetUVsImpl_TisRuntimeObject_m33E2C32D3A30A11CD4EBB8F1283C090427CC4439_gshared (Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 * __this, int32_t ___uvIndex0, List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * ___uvs1, int32_t ___dim2, const RuntimeMethod* method) { bool V_0 = false; bool V_1 = false; int32_t G_B5_0 = 0; { List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * L_0 = ___uvs1; V_0 = (bool)((((RuntimeObject*)(List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 *)L_0) == ((RuntimeObject*)(RuntimeObject *)NULL))? 1 : 0); bool L_1 = V_0; if (!L_1) { goto IL_0019; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_2 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_mAD2F05A24C92A657CBCA8C43A9A373C53739A283(L_2, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB76C1A87204BBFDC1EB8755ECBEA3E6B651710A2)), (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7ECFB57A0D1B5CE741045B6B75AB6521BC5B5C0F)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Mesh_GetUVsImpl_TisRuntimeObject_m33E2C32D3A30A11CD4EBB8F1283C090427CC4439_RuntimeMethod_var))); } IL_0019: { int32_t L_3 = ___uvIndex0; if ((((int32_t)L_3) < ((int32_t)0))) { goto IL_0023; } } { int32_t L_4 = ___uvIndex0; G_B5_0 = ((((int32_t)L_4) > ((int32_t)7))? 1 : 0); goto IL_0024; } IL_0023: { G_B5_0 = 1; } IL_0024: { V_1 = (bool)G_B5_0; bool L_5 = V_1; if (!L_5) { goto IL_0033; } } { IndexOutOfRangeException_tDC9EF7A0346CE39E54DA1083F07BE6DFC3CE2EDD * L_6 = (IndexOutOfRangeException_tDC9EF7A0346CE39E54DA1083F07BE6DFC3CE2EDD *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&IndexOutOfRangeException_tDC9EF7A0346CE39E54DA1083F07BE6DFC3CE2EDD_il2cpp_TypeInfo_var))); IndexOutOfRangeException__ctor_mC5747EC0E0F49AAD1AD782ACC7A0CCD80D192FEF(L_6, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralA3C5D219B15338D87684A3DB22B945597AD4BD46)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Mesh_GetUVsImpl_TisRuntimeObject_m33E2C32D3A30A11CD4EBB8F1283C090427CC4439_RuntimeMethod_var))); } IL_0033: { List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * L_7 = ___uvs1; NullCheck((Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 *)__this); int32_t L_8; L_8 = Mesh_get_vertexCount_m1EF3DD16EE298B955311F53EA1CAF05007A7722F((Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 *)__this, /*hidden argument*/NULL); int32_t L_9 = ___uvIndex0; int32_t L_10; L_10 = Mesh_GetUVChannel_m2B971C629A02FAB5162BF3CD9242B8A803FB92DA((int32_t)L_9, /*hidden argument*/NULL); int32_t L_11 = ___dim2; NullCheck((Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 *)__this); (( void (*) (Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 *, List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 *, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 *)__this, (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 *)L_7, (int32_t)L_8, (int32_t)L_10, (int32_t)L_11, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); return; } } // System.Void UnityEngine.Mesh::GetUVsImpl(System.Int32,System.Collections.Generic.List`1,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Mesh_GetUVsImpl_TisVector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7_mDF630E82000E431DB71B3ADC7922E47379D02F98_gshared (Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 * __this, int32_t ___uvIndex0, List_1_t14D5F8426BD7087A7AEB49D4DE3DEF404C8BE65A * ___uvs1, int32_t ___dim2, const RuntimeMethod* method) { bool V_0 = false; bool V_1 = false; int32_t G_B5_0 = 0; { List_1_t14D5F8426BD7087A7AEB49D4DE3DEF404C8BE65A * L_0 = ___uvs1; V_0 = (bool)((((RuntimeObject*)(List_1_t14D5F8426BD7087A7AEB49D4DE3DEF404C8BE65A *)L_0) == ((RuntimeObject*)(RuntimeObject *)NULL))? 1 : 0); bool L_1 = V_0; if (!L_1) { goto IL_0019; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_2 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_mAD2F05A24C92A657CBCA8C43A9A373C53739A283(L_2, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB76C1A87204BBFDC1EB8755ECBEA3E6B651710A2)), (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7ECFB57A0D1B5CE741045B6B75AB6521BC5B5C0F)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Mesh_GetUVsImpl_TisVector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7_mDF630E82000E431DB71B3ADC7922E47379D02F98_RuntimeMethod_var))); } IL_0019: { int32_t L_3 = ___uvIndex0; if ((((int32_t)L_3) < ((int32_t)0))) { goto IL_0023; } } { int32_t L_4 = ___uvIndex0; G_B5_0 = ((((int32_t)L_4) > ((int32_t)7))? 1 : 0); goto IL_0024; } IL_0023: { G_B5_0 = 1; } IL_0024: { V_1 = (bool)G_B5_0; bool L_5 = V_1; if (!L_5) { goto IL_0033; } } { IndexOutOfRangeException_tDC9EF7A0346CE39E54DA1083F07BE6DFC3CE2EDD * L_6 = (IndexOutOfRangeException_tDC9EF7A0346CE39E54DA1083F07BE6DFC3CE2EDD *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&IndexOutOfRangeException_tDC9EF7A0346CE39E54DA1083F07BE6DFC3CE2EDD_il2cpp_TypeInfo_var))); IndexOutOfRangeException__ctor_mC5747EC0E0F49AAD1AD782ACC7A0CCD80D192FEF(L_6, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralA3C5D219B15338D87684A3DB22B945597AD4BD46)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Mesh_GetUVsImpl_TisVector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7_mDF630E82000E431DB71B3ADC7922E47379D02F98_RuntimeMethod_var))); } IL_0033: { List_1_t14D5F8426BD7087A7AEB49D4DE3DEF404C8BE65A * L_7 = ___uvs1; NullCheck((Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 *)__this); int32_t L_8; L_8 = Mesh_get_vertexCount_m1EF3DD16EE298B955311F53EA1CAF05007A7722F((Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 *)__this, /*hidden argument*/NULL); int32_t L_9 = ___uvIndex0; int32_t L_10; L_10 = Mesh_GetUVChannel_m2B971C629A02FAB5162BF3CD9242B8A803FB92DA((int32_t)L_9, /*hidden argument*/NULL); int32_t L_11 = ___dim2; NullCheck((Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 *)__this); (( void (*) (Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 *, List_1_t14D5F8426BD7087A7AEB49D4DE3DEF404C8BE65A *, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 *)__this, (List_1_t14D5F8426BD7087A7AEB49D4DE3DEF404C8BE65A *)L_7, (int32_t)L_8, (int32_t)L_10, (int32_t)L_11, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); return; } } // System.Void UnityEngine.Mesh::SetArrayForChannel(UnityEngine.Rendering.VertexAttribute,T[],UnityEngine.Rendering.MeshUpdateFlags) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Mesh_SetArrayForChannel_TisColor_tF40DAF76C04FFECF3FE6024F85A294741C9CC659_mC13F7A20B6D6B3FCCCB3A53099552A1ED2AE85E0_gshared (Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 * __this, int32_t ___channel0, ColorU5BU5D_t358DD89F511301E663AD9157305B94A2DEFF8834* ___values1, int32_t ___flags2, const RuntimeMethod* method) { int32_t V_0 = 0; { ColorU5BU5D_t358DD89F511301E663AD9157305B94A2DEFF8834* L_0 = ___values1; int32_t L_1; L_1 = NoAllocHelpers_SafeLength_mF624D110EC72B88F79B47A614D8FA877FE55FBE0((RuntimeArray *)(RuntimeArray *)L_0, /*hidden argument*/NULL); V_0 = (int32_t)L_1; int32_t L_2 = ___channel0; int32_t L_3 = ___channel0; int32_t L_4; L_4 = Mesh_DefaultDimensionForChannel_m4D898E219EBF3E76D6030D7F53782C023C36C12E((int32_t)L_3, /*hidden argument*/NULL); ColorU5BU5D_t358DD89F511301E663AD9157305B94A2DEFF8834* L_5 = ___values1; int32_t L_6 = V_0; int32_t L_7 = V_0; int32_t L_8 = ___flags2; NullCheck((Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 *)__this); Mesh_SetSizedArrayForChannel_m4E03A6A18D0C5BB49E89828AE7A0DD34BB20E7CC((Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 *)__this, (int32_t)L_2, (int32_t)0, (int32_t)L_4, (RuntimeArray *)(RuntimeArray *)L_5, (int32_t)L_6, (int32_t)0, (int32_t)L_7, (int32_t)L_8, /*hidden argument*/NULL); return; } } // System.Void UnityEngine.Mesh::SetArrayForChannel(UnityEngine.Rendering.VertexAttribute,T[],UnityEngine.Rendering.MeshUpdateFlags) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Mesh_SetArrayForChannel_TisRuntimeObject_m0A8CBFC3581D67AF0480F148A59D3A7E62932D05_gshared (Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 * __this, int32_t ___channel0, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___values1, int32_t ___flags2, const RuntimeMethod* method) { int32_t V_0 = 0; { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_0 = ___values1; int32_t L_1; L_1 = NoAllocHelpers_SafeLength_mF624D110EC72B88F79B47A614D8FA877FE55FBE0((RuntimeArray *)(RuntimeArray *)L_0, /*hidden argument*/NULL); V_0 = (int32_t)L_1; int32_t L_2 = ___channel0; int32_t L_3 = ___channel0; int32_t L_4; L_4 = Mesh_DefaultDimensionForChannel_m4D898E219EBF3E76D6030D7F53782C023C36C12E((int32_t)L_3, /*hidden argument*/NULL); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_5 = ___values1; int32_t L_6 = V_0; int32_t L_7 = V_0; int32_t L_8 = ___flags2; NullCheck((Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 *)__this); Mesh_SetSizedArrayForChannel_m4E03A6A18D0C5BB49E89828AE7A0DD34BB20E7CC((Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 *)__this, (int32_t)L_2, (int32_t)0, (int32_t)L_4, (RuntimeArray *)(RuntimeArray *)L_5, (int32_t)L_6, (int32_t)0, (int32_t)L_7, (int32_t)L_8, /*hidden argument*/NULL); return; } } // System.Void UnityEngine.Mesh::SetArrayForChannel(UnityEngine.Rendering.VertexAttribute,T[],UnityEngine.Rendering.MeshUpdateFlags) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Mesh_SetArrayForChannel_TisVector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9_m45BC8B72341AD1B7DE819CADBAF9F8C1CA545442_gshared (Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 * __this, int32_t ___channel0, Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA* ___values1, int32_t ___flags2, const RuntimeMethod* method) { int32_t V_0 = 0; { Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA* L_0 = ___values1; int32_t L_1; L_1 = NoAllocHelpers_SafeLength_mF624D110EC72B88F79B47A614D8FA877FE55FBE0((RuntimeArray *)(RuntimeArray *)L_0, /*hidden argument*/NULL); V_0 = (int32_t)L_1; int32_t L_2 = ___channel0; int32_t L_3 = ___channel0; int32_t L_4; L_4 = Mesh_DefaultDimensionForChannel_m4D898E219EBF3E76D6030D7F53782C023C36C12E((int32_t)L_3, /*hidden argument*/NULL); Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA* L_5 = ___values1; int32_t L_6 = V_0; int32_t L_7 = V_0; int32_t L_8 = ___flags2; NullCheck((Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 *)__this); Mesh_SetSizedArrayForChannel_m4E03A6A18D0C5BB49E89828AE7A0DD34BB20E7CC((Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 *)__this, (int32_t)L_2, (int32_t)0, (int32_t)L_4, (RuntimeArray *)(RuntimeArray *)L_5, (int32_t)L_6, (int32_t)0, (int32_t)L_7, (int32_t)L_8, /*hidden argument*/NULL); return; } } // System.Void UnityEngine.Mesh::SetArrayForChannel(UnityEngine.Rendering.VertexAttribute,T[],UnityEngine.Rendering.MeshUpdateFlags) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Mesh_SetArrayForChannel_TisVector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_m6A27CE685F588E51266F250EFE420647DB41D4CE_gshared (Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 * __this, int32_t ___channel0, Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* ___values1, int32_t ___flags2, const RuntimeMethod* method) { int32_t V_0 = 0; { Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* L_0 = ___values1; int32_t L_1; L_1 = NoAllocHelpers_SafeLength_mF624D110EC72B88F79B47A614D8FA877FE55FBE0((RuntimeArray *)(RuntimeArray *)L_0, /*hidden argument*/NULL); V_0 = (int32_t)L_1; int32_t L_2 = ___channel0; int32_t L_3 = ___channel0; int32_t L_4; L_4 = Mesh_DefaultDimensionForChannel_m4D898E219EBF3E76D6030D7F53782C023C36C12E((int32_t)L_3, /*hidden argument*/NULL); Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* L_5 = ___values1; int32_t L_6 = V_0; int32_t L_7 = V_0; int32_t L_8 = ___flags2; NullCheck((Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 *)__this); Mesh_SetSizedArrayForChannel_m4E03A6A18D0C5BB49E89828AE7A0DD34BB20E7CC((Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 *)__this, (int32_t)L_2, (int32_t)0, (int32_t)L_4, (RuntimeArray *)(RuntimeArray *)L_5, (int32_t)L_6, (int32_t)0, (int32_t)L_7, (int32_t)L_8, /*hidden argument*/NULL); return; } } // System.Void UnityEngine.Mesh::SetArrayForChannel(UnityEngine.Rendering.VertexAttribute,T[],UnityEngine.Rendering.MeshUpdateFlags) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Mesh_SetArrayForChannel_TisVector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7_m994D17A299DAC58FF20DABBB7AA653D4D9067B40_gshared (Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 * __this, int32_t ___channel0, Vector4U5BU5D_tCE72D928AA6FF1852BAC5E4396F6F0131ED11871* ___values1, int32_t ___flags2, const RuntimeMethod* method) { int32_t V_0 = 0; { Vector4U5BU5D_tCE72D928AA6FF1852BAC5E4396F6F0131ED11871* L_0 = ___values1; int32_t L_1; L_1 = NoAllocHelpers_SafeLength_mF624D110EC72B88F79B47A614D8FA877FE55FBE0((RuntimeArray *)(RuntimeArray *)L_0, /*hidden argument*/NULL); V_0 = (int32_t)L_1; int32_t L_2 = ___channel0; int32_t L_3 = ___channel0; int32_t L_4; L_4 = Mesh_DefaultDimensionForChannel_m4D898E219EBF3E76D6030D7F53782C023C36C12E((int32_t)L_3, /*hidden argument*/NULL); Vector4U5BU5D_tCE72D928AA6FF1852BAC5E4396F6F0131ED11871* L_5 = ___values1; int32_t L_6 = V_0; int32_t L_7 = V_0; int32_t L_8 = ___flags2; NullCheck((Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 *)__this); Mesh_SetSizedArrayForChannel_m4E03A6A18D0C5BB49E89828AE7A0DD34BB20E7CC((Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 *)__this, (int32_t)L_2, (int32_t)0, (int32_t)L_4, (RuntimeArray *)(RuntimeArray *)L_5, (int32_t)L_6, (int32_t)0, (int32_t)L_7, (int32_t)L_8, /*hidden argument*/NULL); return; } } // System.Void UnityEngine.Mesh::SetIndices(Unity.Collections.NativeArray`1,UnityEngine.MeshTopology,System.Int32,System.Boolean,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Mesh_SetIndices_TisUInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_m62ABE14933D2FF3425D5EFBBCDC563EF7A83B16C_gshared (Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 * __this, NativeArray_1_t7203C36524CBF9E07ED2D6B86C410B21B422626A ___indices0, int32_t ___topology1, int32_t ___submesh2, bool ___calculateBounds3, int32_t ___baseVertex4, const RuntimeMethod* method) { { NativeArray_1_t7203C36524CBF9E07ED2D6B86C410B21B422626A L_0 = ___indices0; int32_t L_1; L_1 = IL2CPP_NATIVEARRAY_GET_LENGTH(((NativeArray_1_t7203C36524CBF9E07ED2D6B86C410B21B422626A *)(NativeArray_1_t7203C36524CBF9E07ED2D6B86C410B21B422626A *)(&___indices0))->___m_Length_1); int32_t L_2 = ___topology1; int32_t L_3 = ___submesh2; bool L_4 = ___calculateBounds3; int32_t L_5 = ___baseVertex4; NullCheck((Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 *)__this); (( void (*) (Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 *, NativeArray_1_t7203C36524CBF9E07ED2D6B86C410B21B422626A , int32_t, int32_t, int32_t, int32_t, bool, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)((Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 *)__this, (NativeArray_1_t7203C36524CBF9E07ED2D6B86C410B21B422626A )L_0, (int32_t)0, (int32_t)L_1, (int32_t)L_2, (int32_t)L_3, (bool)L_4, (int32_t)L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); return; } } // System.Void UnityEngine.Mesh::SetIndices(Unity.Collections.NativeArray`1,System.Int32,System.Int32,UnityEngine.MeshTopology,System.Int32,System.Boolean,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Mesh_SetIndices_TisUInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_mB267906004ACBD179B66550FBB78A7E1B70C5F9A_gshared (Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 * __this, NativeArray_1_t7203C36524CBF9E07ED2D6B86C410B21B422626A ___indices0, int32_t ___indicesStart1, int32_t ___indicesLength2, int32_t ___topology3, int32_t ___submesh4, bool ___calculateBounds5, int32_t ___baseVertex6, const RuntimeMethod* method) { bool V_0 = false; int32_t V_1 = 0; bool V_2 = false; int32_t G_B4_0 = 0; int32_t G_B8_0 = 0; int32_t G_B8_1 = 0; Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 * G_B8_2 = NULL; int32_t G_B7_0 = 0; int32_t G_B7_1 = 0; Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 * G_B7_2 = NULL; int32_t G_B9_0 = 0; int32_t G_B9_1 = 0; int32_t G_B9_2 = 0; Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 * G_B9_3 = NULL; { int32_t L_0 = ___submesh4; NullCheck((Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 *)__this); bool L_1; L_1 = Mesh_CheckCanAccessSubmeshIndices_m4C72E5C166B623591E599D0A5E93A7BF44E6DD52((Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 *)__this, (int32_t)L_0, /*hidden argument*/NULL); V_0 = (bool)L_1; bool L_2 = V_0; if (!L_2) { goto IL_0066; } } { int32_t L_3; L_3 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); V_1 = (int32_t)L_3; int32_t L_4 = V_1; if ((((int32_t)L_4) == ((int32_t)2))) { goto IL_0021; } } { int32_t L_5 = V_1; G_B4_0 = ((((int32_t)((((int32_t)L_5) == ((int32_t)4))? 1 : 0)) == ((int32_t)0))? 1 : 0); goto IL_0022; } IL_0021: { G_B4_0 = 0; } IL_0022: { V_2 = (bool)G_B4_0; bool L_6 = V_2; if (!L_6) { goto IL_0031; } } { ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_7 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_7, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral99114D2718EFDC1BFFB41866DC4BFC8066C1B7D2)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Mesh_SetIndices_TisUInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_mB267906004ACBD179B66550FBB78A7E1B70C5F9A_RuntimeMethod_var))); } IL_0031: { int32_t L_8; L_8 = IL2CPP_NATIVEARRAY_GET_LENGTH(((NativeArray_1_t7203C36524CBF9E07ED2D6B86C410B21B422626A *)(NativeArray_1_t7203C36524CBF9E07ED2D6B86C410B21B422626A *)(&___indices0))->___m_Length_1); int32_t L_9 = ___indicesStart1; int32_t L_10 = ___indicesLength2; NullCheck((Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 *)__this); Mesh_CheckIndicesArrayRange_mEB6E1B2EE3E56B1D802F0C7EF2A7A9D15E32F5D6((Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 *)__this, (int32_t)L_8, (int32_t)L_9, (int32_t)L_10, /*hidden argument*/NULL); int32_t L_11 = ___submesh4; int32_t L_12 = ___topology3; int32_t L_13 = V_1; G_B7_0 = L_12; G_B7_1 = L_11; G_B7_2 = __this; if ((((int32_t)L_13) == ((int32_t)2))) { G_B8_0 = L_12; G_B8_1 = L_11; G_B8_2 = __this; goto IL_004d; } } { G_B9_0 = 1; G_B9_1 = G_B7_0; G_B9_2 = G_B7_1; G_B9_3 = G_B7_2; goto IL_004e; } IL_004d: { G_B9_0 = 0; G_B9_1 = G_B8_0; G_B9_2 = G_B8_1; G_B9_3 = G_B8_2; } IL_004e: { NativeArray_1_t7203C36524CBF9E07ED2D6B86C410B21B422626A L_14 = ___indices0; void* L_15; L_15 = (( void* (*) (NativeArray_1_t7203C36524CBF9E07ED2D6B86C410B21B422626A , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)((NativeArray_1_t7203C36524CBF9E07ED2D6B86C410B21B422626A )L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); intptr_t L_16; L_16 = IntPtr_op_Explicit_m5FB396AD54202A33190F8A94DF8467DCED010C14((void*)(void*)L_15, /*hidden argument*/NULL); int32_t L_17 = ___indicesStart1; int32_t L_18 = ___indicesLength2; bool L_19 = ___calculateBounds5; int32_t L_20 = ___baseVertex6; NullCheck((Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 *)G_B9_3); Mesh_SetIndicesNativeArrayImpl_m08041F48F45621E0956FAC6D7DE84B9972C05358((Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 *)G_B9_3, (int32_t)G_B9_2, (int32_t)G_B9_1, (int32_t)G_B9_0, (intptr_t)L_16, (int32_t)L_17, (int32_t)L_18, (bool)L_19, (int32_t)L_20, /*hidden argument*/NULL); } IL_0066: { return; } } // System.Void UnityEngine.Mesh::SetListForChannel(UnityEngine.Rendering.VertexAttribute,System.Collections.Generic.List`1,System.Int32,System.Int32,UnityEngine.Rendering.MeshUpdateFlags) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Mesh_SetListForChannel_TisRuntimeObject_m53F276AA50F88E78041E2DBB46D4449C8E081A9F_gshared (Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 * __this, int32_t ___channel0, List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * ___values1, int32_t ___start2, int32_t ___length3, int32_t ___flags4, const RuntimeMethod* method) { { int32_t L_0 = ___channel0; int32_t L_1 = ___channel0; int32_t L_2; L_2 = Mesh_DefaultDimensionForChannel_m4D898E219EBF3E76D6030D7F53782C023C36C12E((int32_t)L_1, /*hidden argument*/NULL); List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * L_3 = ___values1; RuntimeArray * L_4; L_4 = NoAllocHelpers_ExtractArrayFromList_mA6F3D31A24E48EE8B18DE804A162ECE0A54356D4((RuntimeObject *)L_3, /*hidden argument*/NULL); List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * L_5 = ___values1; int32_t L_6; L_6 = (( int32_t (*) (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 *)L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); int32_t L_7 = ___start2; int32_t L_8 = ___length3; int32_t L_9 = ___flags4; NullCheck((Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 *)__this); Mesh_SetSizedArrayForChannel_m4E03A6A18D0C5BB49E89828AE7A0DD34BB20E7CC((Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 *)__this, (int32_t)L_0, (int32_t)0, (int32_t)L_2, (RuntimeArray *)L_4, (int32_t)L_6, (int32_t)L_7, (int32_t)L_8, (int32_t)L_9, /*hidden argument*/NULL); return; } } // System.Void UnityEngine.Mesh::SetListForChannel(UnityEngine.Rendering.VertexAttribute,System.Collections.Generic.List`1,System.Int32,System.Int32,UnityEngine.Rendering.MeshUpdateFlags) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Mesh_SetListForChannel_TisVector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_m2938681F73D85BF97FFB78694899872748850BB1_gshared (Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 * __this, int32_t ___channel0, List_1_t577D28CFF6DFE3F6A8D4409F7A21CBF513C04181 * ___values1, int32_t ___start2, int32_t ___length3, int32_t ___flags4, const RuntimeMethod* method) { { int32_t L_0 = ___channel0; int32_t L_1 = ___channel0; int32_t L_2; L_2 = Mesh_DefaultDimensionForChannel_m4D898E219EBF3E76D6030D7F53782C023C36C12E((int32_t)L_1, /*hidden argument*/NULL); List_1_t577D28CFF6DFE3F6A8D4409F7A21CBF513C04181 * L_3 = ___values1; RuntimeArray * L_4; L_4 = NoAllocHelpers_ExtractArrayFromList_mA6F3D31A24E48EE8B18DE804A162ECE0A54356D4((RuntimeObject *)L_3, /*hidden argument*/NULL); List_1_t577D28CFF6DFE3F6A8D4409F7A21CBF513C04181 * L_5 = ___values1; int32_t L_6; L_6 = (( int32_t (*) (List_1_t577D28CFF6DFE3F6A8D4409F7A21CBF513C04181 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((List_1_t577D28CFF6DFE3F6A8D4409F7A21CBF513C04181 *)L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); int32_t L_7 = ___start2; int32_t L_8 = ___length3; int32_t L_9 = ___flags4; NullCheck((Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 *)__this); Mesh_SetSizedArrayForChannel_m4E03A6A18D0C5BB49E89828AE7A0DD34BB20E7CC((Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 *)__this, (int32_t)L_0, (int32_t)0, (int32_t)L_2, (RuntimeArray *)L_4, (int32_t)L_6, (int32_t)L_7, (int32_t)L_8, (int32_t)L_9, /*hidden argument*/NULL); return; } } // System.Void UnityEngine.Mesh::SetListForChannel(UnityEngine.Rendering.VertexAttribute,System.Collections.Generic.List`1,System.Int32,System.Int32,UnityEngine.Rendering.MeshUpdateFlags) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Mesh_SetListForChannel_TisVector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7_m27B42528C124019912FCAE667B57E21E2D6A3CA6_gshared (Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 * __this, int32_t ___channel0, List_1_t14D5F8426BD7087A7AEB49D4DE3DEF404C8BE65A * ___values1, int32_t ___start2, int32_t ___length3, int32_t ___flags4, const RuntimeMethod* method) { { int32_t L_0 = ___channel0; int32_t L_1 = ___channel0; int32_t L_2; L_2 = Mesh_DefaultDimensionForChannel_m4D898E219EBF3E76D6030D7F53782C023C36C12E((int32_t)L_1, /*hidden argument*/NULL); List_1_t14D5F8426BD7087A7AEB49D4DE3DEF404C8BE65A * L_3 = ___values1; RuntimeArray * L_4; L_4 = NoAllocHelpers_ExtractArrayFromList_mA6F3D31A24E48EE8B18DE804A162ECE0A54356D4((RuntimeObject *)L_3, /*hidden argument*/NULL); List_1_t14D5F8426BD7087A7AEB49D4DE3DEF404C8BE65A * L_5 = ___values1; int32_t L_6; L_6 = (( int32_t (*) (List_1_t14D5F8426BD7087A7AEB49D4DE3DEF404C8BE65A *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((List_1_t14D5F8426BD7087A7AEB49D4DE3DEF404C8BE65A *)L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); int32_t L_7 = ___start2; int32_t L_8 = ___length3; int32_t L_9 = ___flags4; NullCheck((Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 *)__this); Mesh_SetSizedArrayForChannel_m4E03A6A18D0C5BB49E89828AE7A0DD34BB20E7CC((Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 *)__this, (int32_t)L_0, (int32_t)0, (int32_t)L_2, (RuntimeArray *)L_4, (int32_t)L_6, (int32_t)L_7, (int32_t)L_8, (int32_t)L_9, /*hidden argument*/NULL); return; } } // System.Void UnityEngine.Mesh::SetListForChannel(UnityEngine.Rendering.VertexAttribute,UnityEngine.Rendering.VertexAttributeFormat,System.Int32,System.Collections.Generic.List`1,System.Int32,System.Int32,UnityEngine.Rendering.MeshUpdateFlags) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Mesh_SetListForChannel_TisColor32_tDB54A78627878A7D2DE42BB028D64306A18E858D_m4F37FAE52CA9B894A889CD49C4E82BFD9AE204A4_gshared (Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 * __this, int32_t ___channel0, int32_t ___format1, int32_t ___dim2, List_1_tE21C42BE31D35DD3ECF3322C6CA057E27A81B4D5 * ___values3, int32_t ___start4, int32_t ___length5, int32_t ___flags6, const RuntimeMethod* method) { { int32_t L_0 = ___channel0; int32_t L_1 = ___format1; int32_t L_2 = ___dim2; List_1_tE21C42BE31D35DD3ECF3322C6CA057E27A81B4D5 * L_3 = ___values3; RuntimeArray * L_4; L_4 = NoAllocHelpers_ExtractArrayFromList_mA6F3D31A24E48EE8B18DE804A162ECE0A54356D4((RuntimeObject *)L_3, /*hidden argument*/NULL); List_1_tE21C42BE31D35DD3ECF3322C6CA057E27A81B4D5 * L_5 = ___values3; int32_t L_6; L_6 = (( int32_t (*) (List_1_tE21C42BE31D35DD3ECF3322C6CA057E27A81B4D5 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((List_1_tE21C42BE31D35DD3ECF3322C6CA057E27A81B4D5 *)L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); int32_t L_7 = ___start4; int32_t L_8 = ___length5; int32_t L_9 = ___flags6; NullCheck((Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 *)__this); Mesh_SetSizedArrayForChannel_m4E03A6A18D0C5BB49E89828AE7A0DD34BB20E7CC((Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 *)__this, (int32_t)L_0, (int32_t)L_1, (int32_t)L_2, (RuntimeArray *)L_4, (int32_t)L_6, (int32_t)L_7, (int32_t)L_8, (int32_t)L_9, /*hidden argument*/NULL); return; } } // System.Void UnityEngine.Mesh::SetListForChannel(UnityEngine.Rendering.VertexAttribute,UnityEngine.Rendering.VertexAttributeFormat,System.Int32,System.Collections.Generic.List`1,System.Int32,System.Int32,UnityEngine.Rendering.MeshUpdateFlags) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Mesh_SetListForChannel_TisRuntimeObject_m103E72D2B0BAAC576A1F271315A8AB752B2E225A_gshared (Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 * __this, int32_t ___channel0, int32_t ___format1, int32_t ___dim2, List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * ___values3, int32_t ___start4, int32_t ___length5, int32_t ___flags6, const RuntimeMethod* method) { { int32_t L_0 = ___channel0; int32_t L_1 = ___format1; int32_t L_2 = ___dim2; List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * L_3 = ___values3; RuntimeArray * L_4; L_4 = NoAllocHelpers_ExtractArrayFromList_mA6F3D31A24E48EE8B18DE804A162ECE0A54356D4((RuntimeObject *)L_3, /*hidden argument*/NULL); List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * L_5 = ___values3; int32_t L_6; L_6 = (( int32_t (*) (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 *)L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); int32_t L_7 = ___start4; int32_t L_8 = ___length5; int32_t L_9 = ___flags6; NullCheck((Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 *)__this); Mesh_SetSizedArrayForChannel_m4E03A6A18D0C5BB49E89828AE7A0DD34BB20E7CC((Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 *)__this, (int32_t)L_0, (int32_t)L_1, (int32_t)L_2, (RuntimeArray *)L_4, (int32_t)L_6, (int32_t)L_7, (int32_t)L_8, (int32_t)L_9, /*hidden argument*/NULL); return; } } // System.Void UnityEngine.Mesh::SetListForChannel(UnityEngine.Rendering.VertexAttribute,UnityEngine.Rendering.VertexAttributeFormat,System.Int32,System.Collections.Generic.List`1,System.Int32,System.Int32,UnityEngine.Rendering.MeshUpdateFlags) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Mesh_SetListForChannel_TisVector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9_mA292A616F26F7C6AF7C6592BBF6BA47417BB582A_gshared (Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 * __this, int32_t ___channel0, int32_t ___format1, int32_t ___dim2, List_1_t400048180333F4A09A4A727C9A666AA5D2BB27A9 * ___values3, int32_t ___start4, int32_t ___length5, int32_t ___flags6, const RuntimeMethod* method) { { int32_t L_0 = ___channel0; int32_t L_1 = ___format1; int32_t L_2 = ___dim2; List_1_t400048180333F4A09A4A727C9A666AA5D2BB27A9 * L_3 = ___values3; RuntimeArray * L_4; L_4 = NoAllocHelpers_ExtractArrayFromList_mA6F3D31A24E48EE8B18DE804A162ECE0A54356D4((RuntimeObject *)L_3, /*hidden argument*/NULL); List_1_t400048180333F4A09A4A727C9A666AA5D2BB27A9 * L_5 = ___values3; int32_t L_6; L_6 = (( int32_t (*) (List_1_t400048180333F4A09A4A727C9A666AA5D2BB27A9 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((List_1_t400048180333F4A09A4A727C9A666AA5D2BB27A9 *)L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); int32_t L_7 = ___start4; int32_t L_8 = ___length5; int32_t L_9 = ___flags6; NullCheck((Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 *)__this); Mesh_SetSizedArrayForChannel_m4E03A6A18D0C5BB49E89828AE7A0DD34BB20E7CC((Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 *)__this, (int32_t)L_0, (int32_t)L_1, (int32_t)L_2, (RuntimeArray *)L_4, (int32_t)L_6, (int32_t)L_7, (int32_t)L_8, (int32_t)L_9, /*hidden argument*/NULL); return; } } // System.Void UnityEngine.Mesh::SetListForChannel(UnityEngine.Rendering.VertexAttribute,UnityEngine.Rendering.VertexAttributeFormat,System.Int32,System.Collections.Generic.List`1,System.Int32,System.Int32,UnityEngine.Rendering.MeshUpdateFlags) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Mesh_SetListForChannel_TisVector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7_m19373092AF57249D933E7F25EEAD42128473FBA2_gshared (Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 * __this, int32_t ___channel0, int32_t ___format1, int32_t ___dim2, List_1_t14D5F8426BD7087A7AEB49D4DE3DEF404C8BE65A * ___values3, int32_t ___start4, int32_t ___length5, int32_t ___flags6, const RuntimeMethod* method) { { int32_t L_0 = ___channel0; int32_t L_1 = ___format1; int32_t L_2 = ___dim2; List_1_t14D5F8426BD7087A7AEB49D4DE3DEF404C8BE65A * L_3 = ___values3; RuntimeArray * L_4; L_4 = NoAllocHelpers_ExtractArrayFromList_mA6F3D31A24E48EE8B18DE804A162ECE0A54356D4((RuntimeObject *)L_3, /*hidden argument*/NULL); List_1_t14D5F8426BD7087A7AEB49D4DE3DEF404C8BE65A * L_5 = ___values3; int32_t L_6; L_6 = (( int32_t (*) (List_1_t14D5F8426BD7087A7AEB49D4DE3DEF404C8BE65A *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((List_1_t14D5F8426BD7087A7AEB49D4DE3DEF404C8BE65A *)L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); int32_t L_7 = ___start4; int32_t L_8 = ___length5; int32_t L_9 = ___flags6; NullCheck((Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 *)__this); Mesh_SetSizedArrayForChannel_m4E03A6A18D0C5BB49E89828AE7A0DD34BB20E7CC((Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 *)__this, (int32_t)L_0, (int32_t)L_1, (int32_t)L_2, (RuntimeArray *)L_4, (int32_t)L_6, (int32_t)L_7, (int32_t)L_8, (int32_t)L_9, /*hidden argument*/NULL); return; } } // System.Void UnityEngine.Mesh::SetUvsImpl(System.Int32,System.Int32,System.Collections.Generic.List`1,System.Int32,System.Int32,UnityEngine.Rendering.MeshUpdateFlags) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Mesh_SetUvsImpl_TisRuntimeObject_m0294ADCE7BB220AD5E98FFCDB4622FDC4793672A_gshared (Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 * __this, int32_t ___uvIndex0, int32_t ___dim1, List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * ___uvs2, int32_t ___start3, int32_t ___length4, int32_t ___flags5, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA3C5D219B15338D87684A3DB22B945597AD4BD46); s_Il2CppMethodInitialized = true; } bool V_0 = false; int32_t G_B3_0 = 0; { int32_t L_0 = ___uvIndex0; if ((((int32_t)L_0) < ((int32_t)0))) { goto IL_000b; } } { int32_t L_1 = ___uvIndex0; G_B3_0 = ((((int32_t)L_1) > ((int32_t)7))? 1 : 0); goto IL_000c; } IL_000b: { G_B3_0 = 1; } IL_000c: { V_0 = (bool)G_B3_0; bool L_2 = V_0; if (!L_2) { goto IL_001e; } } { IL2CPP_RUNTIME_CLASS_INIT(Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); Debug_LogError_m5952BCE5DC0EF798B31FA983B9CE42A5A1F82DE1((RuntimeObject *)_stringLiteralA3C5D219B15338D87684A3DB22B945597AD4BD46, /*hidden argument*/NULL); goto IL_0034; } IL_001e: { int32_t L_3 = ___uvIndex0; int32_t L_4; L_4 = Mesh_GetUVChannel_m2B971C629A02FAB5162BF3CD9242B8A803FB92DA((int32_t)L_3, /*hidden argument*/NULL); int32_t L_5 = ___dim1; List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * L_6 = ___uvs2; int32_t L_7 = ___start3; int32_t L_8 = ___length4; int32_t L_9 = ___flags5; NullCheck((Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 *)__this); (( void (*) (Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 *, int32_t, int32_t, int32_t, List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 *, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 *)__this, (int32_t)L_4, (int32_t)0, (int32_t)L_5, (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 *)L_6, (int32_t)L_7, (int32_t)L_8, (int32_t)L_9, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); } IL_0034: { return; } } // System.Void UnityEngine.Mesh::SetUvsImpl(System.Int32,System.Int32,System.Collections.Generic.List`1,System.Int32,System.Int32,UnityEngine.Rendering.MeshUpdateFlags) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Mesh_SetUvsImpl_TisVector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9_mBCD4C5301E9465358E2CDB449205575DDF545C30_gshared (Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 * __this, int32_t ___uvIndex0, int32_t ___dim1, List_1_t400048180333F4A09A4A727C9A666AA5D2BB27A9 * ___uvs2, int32_t ___start3, int32_t ___length4, int32_t ___flags5, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA3C5D219B15338D87684A3DB22B945597AD4BD46); s_Il2CppMethodInitialized = true; } bool V_0 = false; int32_t G_B3_0 = 0; { int32_t L_0 = ___uvIndex0; if ((((int32_t)L_0) < ((int32_t)0))) { goto IL_000b; } } { int32_t L_1 = ___uvIndex0; G_B3_0 = ((((int32_t)L_1) > ((int32_t)7))? 1 : 0); goto IL_000c; } IL_000b: { G_B3_0 = 1; } IL_000c: { V_0 = (bool)G_B3_0; bool L_2 = V_0; if (!L_2) { goto IL_001e; } } { IL2CPP_RUNTIME_CLASS_INIT(Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); Debug_LogError_m5952BCE5DC0EF798B31FA983B9CE42A5A1F82DE1((RuntimeObject *)_stringLiteralA3C5D219B15338D87684A3DB22B945597AD4BD46, /*hidden argument*/NULL); goto IL_0034; } IL_001e: { int32_t L_3 = ___uvIndex0; int32_t L_4; L_4 = Mesh_GetUVChannel_m2B971C629A02FAB5162BF3CD9242B8A803FB92DA((int32_t)L_3, /*hidden argument*/NULL); int32_t L_5 = ___dim1; List_1_t400048180333F4A09A4A727C9A666AA5D2BB27A9 * L_6 = ___uvs2; int32_t L_7 = ___start3; int32_t L_8 = ___length4; int32_t L_9 = ___flags5; NullCheck((Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 *)__this); (( void (*) (Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 *, int32_t, int32_t, int32_t, List_1_t400048180333F4A09A4A727C9A666AA5D2BB27A9 *, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 *)__this, (int32_t)L_4, (int32_t)0, (int32_t)L_5, (List_1_t400048180333F4A09A4A727C9A666AA5D2BB27A9 *)L_6, (int32_t)L_7, (int32_t)L_8, (int32_t)L_9, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); } IL_0034: { return; } } // System.Void UnityEngine.Mesh::SetUvsImpl(System.Int32,System.Int32,System.Collections.Generic.List`1,System.Int32,System.Int32,UnityEngine.Rendering.MeshUpdateFlags) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Mesh_SetUvsImpl_TisVector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7_m39E92F4F2539677FCCAE08110A6E6E8DE90B3D49_gshared (Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 * __this, int32_t ___uvIndex0, int32_t ___dim1, List_1_t14D5F8426BD7087A7AEB49D4DE3DEF404C8BE65A * ___uvs2, int32_t ___start3, int32_t ___length4, int32_t ___flags5, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA3C5D219B15338D87684A3DB22B945597AD4BD46); s_Il2CppMethodInitialized = true; } bool V_0 = false; int32_t G_B3_0 = 0; { int32_t L_0 = ___uvIndex0; if ((((int32_t)L_0) < ((int32_t)0))) { goto IL_000b; } } { int32_t L_1 = ___uvIndex0; G_B3_0 = ((((int32_t)L_1) > ((int32_t)7))? 1 : 0); goto IL_000c; } IL_000b: { G_B3_0 = 1; } IL_000c: { V_0 = (bool)G_B3_0; bool L_2 = V_0; if (!L_2) { goto IL_001e; } } { IL2CPP_RUNTIME_CLASS_INIT(Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); Debug_LogError_m5952BCE5DC0EF798B31FA983B9CE42A5A1F82DE1((RuntimeObject *)_stringLiteralA3C5D219B15338D87684A3DB22B945597AD4BD46, /*hidden argument*/NULL); goto IL_0034; } IL_001e: { int32_t L_3 = ___uvIndex0; int32_t L_4; L_4 = Mesh_GetUVChannel_m2B971C629A02FAB5162BF3CD9242B8A803FB92DA((int32_t)L_3, /*hidden argument*/NULL); int32_t L_5 = ___dim1; List_1_t14D5F8426BD7087A7AEB49D4DE3DEF404C8BE65A * L_6 = ___uvs2; int32_t L_7 = ___start3; int32_t L_8 = ___length4; int32_t L_9 = ___flags5; NullCheck((Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 *)__this); (( void (*) (Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 *, int32_t, int32_t, int32_t, List_1_t14D5F8426BD7087A7AEB49D4DE3DEF404C8BE65A *, int32_t, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 *)__this, (int32_t)L_4, (int32_t)0, (int32_t)L_5, (List_1_t14D5F8426BD7087A7AEB49D4DE3DEF404C8BE65A *)L_6, (int32_t)L_7, (int32_t)L_8, (int32_t)L_9, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); } IL_0034: { return; } } // System.Void UnityEngine.Mesh::SetVertexBufferData(Unity.Collections.NativeArray`1,System.Int32,System.Int32,System.Int32,System.Int32,UnityEngine.Rendering.MeshUpdateFlags) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Mesh_SetVertexBufferData_TisParametricLightMeshVertex_tB82504F406737A009734BC6F80812DAC6B4DE893_m51BB6EE388C8D35B59B393290C900CF06E7AFF4B_gshared (Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 * __this, NativeArray_1_tA2EA79FAE4E9D3538B9C3FD0A9A2729CEDE5C7B6 ___data0, int32_t ___dataStart1, int32_t ___meshBufferStart2, int32_t ___count3, int32_t ___stream4, int32_t ___flags5, const RuntimeMethod* method) { bool V_0 = false; bool V_1 = false; int32_t G_B7_0 = 0; { NullCheck((Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 *)__this); bool L_0; L_0 = Mesh_get_canAccess_m991B64F0FA651459A7E0DD4526D7EF0384F1792F((Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 *)__this, /*hidden argument*/NULL); V_0 = (bool)((((int32_t)L_0) == ((int32_t)0))? 1 : 0); bool L_1 = V_0; if (!L_1) { goto IL_0029; } } { NullCheck((Object_tF2F3778131EFF286AF62B7B013A170F95A91571A *)__this); String_t* L_2; L_2 = Object_get_name_m0C7BC870ED2F0DC5A2FB09628136CD7D1CB82CFB((Object_tF2F3778131EFF286AF62B7B013A170F95A91571A *)__this, /*hidden argument*/NULL); String_t* L_3; L_3 = String_Concat_mC41740F000A5A48F8D313FB4CEE0E35E207A2632((String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralDA7AEF839C310E50649FABCB16048EC805ED1DCF)), (String_t*)L_2, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2AAF6C7A90E58D7205596DC636D6A02BDB914696)), /*hidden argument*/NULL); InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_4 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_4, (String_t*)L_3, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Mesh_SetVertexBufferData_TisParametricLightMeshVertex_tB82504F406737A009734BC6F80812DAC6B4DE893_m51BB6EE388C8D35B59B393290C900CF06E7AFF4B_RuntimeMethod_var))); } IL_0029: { int32_t L_5 = ___dataStart1; if ((((int32_t)L_5) < ((int32_t)0))) { goto IL_0045; } } { int32_t L_6 = ___meshBufferStart2; if ((((int32_t)L_6) < ((int32_t)0))) { goto IL_0045; } } { int32_t L_7 = ___count3; if ((((int32_t)L_7) < ((int32_t)0))) { goto IL_0045; } } { int32_t L_8 = ___dataStart1; int32_t L_9 = ___count3; int32_t L_10; L_10 = IL2CPP_NATIVEARRAY_GET_LENGTH(((NativeArray_1_tA2EA79FAE4E9D3538B9C3FD0A9A2729CEDE5C7B6 *)(NativeArray_1_tA2EA79FAE4E9D3538B9C3FD0A9A2729CEDE5C7B6 *)(&___data0))->___m_Length_1); G_B7_0 = ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)L_9))) > ((int32_t)L_10))? 1 : 0); goto IL_0046; } IL_0045: { G_B7_0 = 1; } IL_0046: { V_1 = (bool)G_B7_0; bool L_11 = V_1; if (!L_11) { goto IL_006d; } } { int32_t L_12 = ___dataStart1; int32_t L_13 = L_12; RuntimeObject * L_14 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var)), &L_13); int32_t L_15 = ___meshBufferStart2; int32_t L_16 = L_15; RuntimeObject * L_17 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var)), &L_16); int32_t L_18 = ___count3; int32_t L_19 = L_18; RuntimeObject * L_20 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var)), &L_19); String_t* L_21; L_21 = String_Format_mD0D523A440845BA7F58E68187E029DC9AB821CED((String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral3262873DA2491E1CC4FF127E6A3921EE483D61CB)), (RuntimeObject *)L_14, (RuntimeObject *)L_17, (RuntimeObject *)L_20, /*hidden argument*/NULL); ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_22 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_m329C2882A4CB69F185E98D0DD7E853AA9220960A(L_22, (String_t*)L_21, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_22, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Mesh_SetVertexBufferData_TisParametricLightMeshVertex_tB82504F406737A009734BC6F80812DAC6B4DE893_m51BB6EE388C8D35B59B393290C900CF06E7AFF4B_RuntimeMethod_var))); } IL_006d: { int32_t L_23 = ___stream4; NativeArray_1_tA2EA79FAE4E9D3538B9C3FD0A9A2729CEDE5C7B6 L_24 = ___data0; void* L_25; L_25 = (( void* (*) (NativeArray_1_tA2EA79FAE4E9D3538B9C3FD0A9A2729CEDE5C7B6 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)((NativeArray_1_tA2EA79FAE4E9D3538B9C3FD0A9A2729CEDE5C7B6 )L_24, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); intptr_t L_26; L_26 = IntPtr_op_Explicit_m5FB396AD54202A33190F8A94DF8467DCED010C14((void*)(void*)L_25, /*hidden argument*/NULL); int32_t L_27 = ___dataStart1; int32_t L_28 = ___meshBufferStart2; int32_t L_29 = ___count3; int32_t L_30; L_30 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); int32_t L_31 = ___flags5; NullCheck((Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 *)__this); Mesh_InternalSetVertexBufferData_m2F63D274488B537F8610DAA69A67B1B5E002FAD2((Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 *)__this, (int32_t)L_23, (intptr_t)L_26, (int32_t)L_27, (int32_t)L_28, (int32_t)L_29, (int32_t)L_30, (int32_t)L_31, /*hidden argument*/NULL); return; } } // System.Void UnityEngine.Mesh::SetVertexBufferData(Unity.Collections.NativeArray`1,System.Int32,System.Int32,System.Int32,System.Int32,UnityEngine.Rendering.MeshUpdateFlags) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Mesh_SetVertexBufferData_TisSpriteLightMeshVertex_t6B4EA22B1C7FE0AFC97B4E47B3D24031A436CBCC_m24713EB0A419B086EF8C75D51E960DCD35AF9662_gshared (Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 * __this, NativeArray_1_t9131E583B50D23DC45CFE9E6F7ECA86F72F52571 ___data0, int32_t ___dataStart1, int32_t ___meshBufferStart2, int32_t ___count3, int32_t ___stream4, int32_t ___flags5, const RuntimeMethod* method) { bool V_0 = false; bool V_1 = false; int32_t G_B7_0 = 0; { NullCheck((Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 *)__this); bool L_0; L_0 = Mesh_get_canAccess_m991B64F0FA651459A7E0DD4526D7EF0384F1792F((Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 *)__this, /*hidden argument*/NULL); V_0 = (bool)((((int32_t)L_0) == ((int32_t)0))? 1 : 0); bool L_1 = V_0; if (!L_1) { goto IL_0029; } } { NullCheck((Object_tF2F3778131EFF286AF62B7B013A170F95A91571A *)__this); String_t* L_2; L_2 = Object_get_name_m0C7BC870ED2F0DC5A2FB09628136CD7D1CB82CFB((Object_tF2F3778131EFF286AF62B7B013A170F95A91571A *)__this, /*hidden argument*/NULL); String_t* L_3; L_3 = String_Concat_mC41740F000A5A48F8D313FB4CEE0E35E207A2632((String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralDA7AEF839C310E50649FABCB16048EC805ED1DCF)), (String_t*)L_2, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2AAF6C7A90E58D7205596DC636D6A02BDB914696)), /*hidden argument*/NULL); InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_4 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_4, (String_t*)L_3, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Mesh_SetVertexBufferData_TisSpriteLightMeshVertex_t6B4EA22B1C7FE0AFC97B4E47B3D24031A436CBCC_m24713EB0A419B086EF8C75D51E960DCD35AF9662_RuntimeMethod_var))); } IL_0029: { int32_t L_5 = ___dataStart1; if ((((int32_t)L_5) < ((int32_t)0))) { goto IL_0045; } } { int32_t L_6 = ___meshBufferStart2; if ((((int32_t)L_6) < ((int32_t)0))) { goto IL_0045; } } { int32_t L_7 = ___count3; if ((((int32_t)L_7) < ((int32_t)0))) { goto IL_0045; } } { int32_t L_8 = ___dataStart1; int32_t L_9 = ___count3; int32_t L_10; L_10 = IL2CPP_NATIVEARRAY_GET_LENGTH(((NativeArray_1_t9131E583B50D23DC45CFE9E6F7ECA86F72F52571 *)(NativeArray_1_t9131E583B50D23DC45CFE9E6F7ECA86F72F52571 *)(&___data0))->___m_Length_1); G_B7_0 = ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)L_9))) > ((int32_t)L_10))? 1 : 0); goto IL_0046; } IL_0045: { G_B7_0 = 1; } IL_0046: { V_1 = (bool)G_B7_0; bool L_11 = V_1; if (!L_11) { goto IL_006d; } } { int32_t L_12 = ___dataStart1; int32_t L_13 = L_12; RuntimeObject * L_14 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var)), &L_13); int32_t L_15 = ___meshBufferStart2; int32_t L_16 = L_15; RuntimeObject * L_17 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var)), &L_16); int32_t L_18 = ___count3; int32_t L_19 = L_18; RuntimeObject * L_20 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var)), &L_19); String_t* L_21; L_21 = String_Format_mD0D523A440845BA7F58E68187E029DC9AB821CED((String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral3262873DA2491E1CC4FF127E6A3921EE483D61CB)), (RuntimeObject *)L_14, (RuntimeObject *)L_17, (RuntimeObject *)L_20, /*hidden argument*/NULL); ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_22 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_m329C2882A4CB69F185E98D0DD7E853AA9220960A(L_22, (String_t*)L_21, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_22, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Mesh_SetVertexBufferData_TisSpriteLightMeshVertex_t6B4EA22B1C7FE0AFC97B4E47B3D24031A436CBCC_m24713EB0A419B086EF8C75D51E960DCD35AF9662_RuntimeMethod_var))); } IL_006d: { int32_t L_23 = ___stream4; NativeArray_1_t9131E583B50D23DC45CFE9E6F7ECA86F72F52571 L_24 = ___data0; void* L_25; L_25 = (( void* (*) (NativeArray_1_t9131E583B50D23DC45CFE9E6F7ECA86F72F52571 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)((NativeArray_1_t9131E583B50D23DC45CFE9E6F7ECA86F72F52571 )L_24, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); intptr_t L_26; L_26 = IntPtr_op_Explicit_m5FB396AD54202A33190F8A94DF8467DCED010C14((void*)(void*)L_25, /*hidden argument*/NULL); int32_t L_27 = ___dataStart1; int32_t L_28 = ___meshBufferStart2; int32_t L_29 = ___count3; int32_t L_30; L_30 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); int32_t L_31 = ___flags5; NullCheck((Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 *)__this); Mesh_InternalSetVertexBufferData_m2F63D274488B537F8610DAA69A67B1B5E002FAD2((Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 *)__this, (int32_t)L_23, (intptr_t)L_26, (int32_t)L_27, (int32_t)L_28, (int32_t)L_29, (int32_t)L_30, (int32_t)L_31, /*hidden argument*/NULL); return; } } // System.Collections.Generic.IEnumerable`1 UnityEngine.InputSystem.Utilities.MiscHelpers::EveryNth(System.Collections.Generic.IEnumerable`1,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* MiscHelpers_EveryNth_TisRuntimeObject_m5C2D19BAF89629E0B5C4BBA7E4CE9E7C103AF67D_gshared (RuntimeObject* ___enumerable0, int32_t ___n1, int32_t ___start2, const RuntimeMethod* method) { { U3CEveryNthU3Ed__1_1_t7153DEF20852E13262C7EEEF571B2C9979AE45FA * L_0 = (U3CEveryNthU3Ed__1_1_t7153DEF20852E13262C7EEEF571B2C9979AE45FA *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (U3CEveryNthU3Ed__1_1_t7153DEF20852E13262C7EEEF571B2C9979AE45FA *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_0, (int32_t)((int32_t)-2), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); U3CEveryNthU3Ed__1_1_t7153DEF20852E13262C7EEEF571B2C9979AE45FA * L_1 = (U3CEveryNthU3Ed__1_1_t7153DEF20852E13262C7EEEF571B2C9979AE45FA *)L_0; RuntimeObject* L_2 = ___enumerable0; NullCheck(L_1); L_1->set_U3CU3E3__enumerable_4(L_2); U3CEveryNthU3Ed__1_1_t7153DEF20852E13262C7EEEF571B2C9979AE45FA * L_3 = (U3CEveryNthU3Ed__1_1_t7153DEF20852E13262C7EEEF571B2C9979AE45FA *)L_1; int32_t L_4 = ___n1; NullCheck(L_3); L_3->set_U3CU3E3__n_8(L_4); U3CEveryNthU3Ed__1_1_t7153DEF20852E13262C7EEEF571B2C9979AE45FA * L_5 = (U3CEveryNthU3Ed__1_1_t7153DEF20852E13262C7EEEF571B2C9979AE45FA *)L_3; int32_t L_6 = ___start2; NullCheck(L_5); L_5->set_U3CU3E3__start_6(L_6); return (RuntimeObject*)L_5; } } // TValue UnityEngine.InputSystem.Utilities.MiscHelpers::GetValueOrDefault(System.Collections.Generic.Dictionary`2,TKey) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * MiscHelpers_GetValueOrDefault_TisRuntimeObject_TisRuntimeObject_m45D55A961C2CC5ECE67F9BE068BB4DAD134A28C7_gshared (Dictionary_2_tBD1E3221EBD04CEBDA49B84779912E91F56B958D * ___dictionary0, RuntimeObject * ___key1, const RuntimeMethod* method) { RuntimeObject * V_0 = NULL; RuntimeObject * V_1 = NULL; { // return dictionary.TryGetValue(key, out var value) ? value : default; Dictionary_2_tBD1E3221EBD04CEBDA49B84779912E91F56B958D * L_0 = ___dictionary0; RuntimeObject * L_1 = ___key1; NullCheck((Dictionary_2_tBD1E3221EBD04CEBDA49B84779912E91F56B958D *)L_0); bool L_2; L_2 = (( bool (*) (Dictionary_2_tBD1E3221EBD04CEBDA49B84779912E91F56B958D *, RuntimeObject *, RuntimeObject **, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((Dictionary_2_tBD1E3221EBD04CEBDA49B84779912E91F56B958D *)L_0, (RuntimeObject *)L_1, (RuntimeObject **)(RuntimeObject **)(&V_0), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); if (L_2) { goto IL_0015; } } { il2cpp_codegen_initobj((&V_1), sizeof(RuntimeObject *)); RuntimeObject * L_3 = V_1; return (RuntimeObject *)L_3; } IL_0015: { RuntimeObject * L_4 = V_0; return (RuntimeObject *)L_4; } } // System.Int32 UnityEngine.InputSystem.Utilities.MiscHelpers::IndexOf(System.Collections.Generic.IEnumerable`1,TValue) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t MiscHelpers_IndexOf_TisRuntimeObject_mE7B496FC49214B650C33765C8BE964C46C327D57_gshared (RuntimeObject* ___enumerable0, RuntimeObject * ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; RuntimeObject* V_1 = NULL; RuntimeObject * V_2 = NULL; int32_t V_3 = 0; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { // var index = 0; V_0 = (int32_t)0; // foreach (var element in enumerable) RuntimeObject* L_0 = ___enumerable0; NullCheck((RuntimeObject*)L_0); RuntimeObject* L_1; L_1 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.Generic.IEnumerator`1 System.Collections.Generic.IEnumerable`1::GetEnumerator() */, IL2CPP_RGCTX_DATA(method->rgctx_data, 0), (RuntimeObject*)L_0); V_1 = (RuntimeObject*)L_1; } IL_0009: try { // begin try (depth: 1) { goto IL_0028; } IL_000b: { // foreach (var element in enumerable) RuntimeObject* L_2 = V_1; NullCheck((RuntimeObject*)L_2); RuntimeObject * L_3; L_3 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(0 /* !0 System.Collections.Generic.IEnumerator`1::get_Current() */, IL2CPP_RGCTX_DATA(method->rgctx_data, 1), (RuntimeObject*)L_2); V_2 = (RuntimeObject *)L_3; // if (EqualityComparer.Default.Equals(element, value)) EqualityComparer_1_t469B0BBE7B6765C576211BEF8F2803A5AD411A20 * L_4; L_4 = (( EqualityComparer_1_t469B0BBE7B6765C576211BEF8F2803A5AD411A20 * (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); RuntimeObject * L_5 = V_2; RuntimeObject * L_6 = ___value1; NullCheck((EqualityComparer_1_t469B0BBE7B6765C576211BEF8F2803A5AD411A20 *)L_4); bool L_7; L_7 = VirtFuncInvoker2< bool, RuntimeObject *, RuntimeObject * >::Invoke(8 /* System.Boolean System.Collections.Generic.EqualityComparer`1::Equals(!0,!0) */, (EqualityComparer_1_t469B0BBE7B6765C576211BEF8F2803A5AD411A20 *)L_4, (RuntimeObject *)L_5, (RuntimeObject *)L_6); if (!L_7) { goto IL_0024; } } IL_0020: { // return index; int32_t L_8 = V_0; V_3 = (int32_t)L_8; IL2CPP_LEAVE(0x3E, FINALLY_0032); } IL_0024: { // ++index; int32_t L_9 = V_0; V_0 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)1)); } IL_0028: { // foreach (var element in enumerable) RuntimeObject* L_10 = V_1; NullCheck((RuntimeObject*)L_10); bool L_11; L_11 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, (RuntimeObject*)L_10); if (L_11) { goto IL_000b; } } IL_0030: { IL2CPP_LEAVE(0x3C, FINALLY_0032); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0032; } FINALLY_0032: { // begin finally (depth: 1) { RuntimeObject* L_12 = V_1; if (!L_12) { goto IL_003b; } } IL_0035: { RuntimeObject* L_13 = V_1; NullCheck((RuntimeObject*)L_13); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_13); } IL_003b: { IL2CPP_END_FINALLY(50) } } // end finally (depth: 1) IL2CPP_CLEANUP(50) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x3E, IL_003e) IL2CPP_JUMP_TBL(0x3C, IL_003c) } IL_003c: { // return -1; return (int32_t)(-1); } IL_003e: { // } int32_t L_14 = V_3; return (int32_t)L_14; } } // System.Object System.Reflection.MonoProperty::GetterAdapterFrame(System.Reflection.MonoProperty/Getter`2,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * MonoProperty_GetterAdapterFrame_TisRuntimeObject_TisRuntimeObject_m609DD0404D722FEAC0D6A1CBCC7F72F19B883C38_gshared (Getter_2_t81181C5D3C83EE61FFA30B3479BF4F9FC6ECBBDB * ___getter0, RuntimeObject * ___obj1, const RuntimeMethod* method) { { Getter_2_t81181C5D3C83EE61FFA30B3479BF4F9FC6ECBBDB * L_0 = ___getter0; RuntimeObject * L_1 = ___obj1; NullCheck((Getter_2_t81181C5D3C83EE61FFA30B3479BF4F9FC6ECBBDB *)L_0); RuntimeObject * L_2; L_2 = (( RuntimeObject * (*) (Getter_2_t81181C5D3C83EE61FFA30B3479BF4F9FC6ECBBDB *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)((Getter_2_t81181C5D3C83EE61FFA30B3479BF4F9FC6ECBBDB *)L_0, (RuntimeObject *)((RuntimeObject *)Castclass((RuntimeObject*)L_1, IL2CPP_RGCTX_DATA(method->rgctx_data, 0))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); return (RuntimeObject *)L_2; } } // System.Object System.Reflection.MonoProperty::StaticGetterAdapterFrame(System.Reflection.MonoProperty/StaticGetter`1,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * MonoProperty_StaticGetterAdapterFrame_TisRuntimeObject_m3A19B13646F75A9D0753CE8A5C61160DFA7E4532_gshared (StaticGetter_1_t34703320355FB45822699F7FF6C0BC577E0DDA01 * ___getter0, RuntimeObject * ___obj1, const RuntimeMethod* method) { { StaticGetter_1_t34703320355FB45822699F7FF6C0BC577E0DDA01 * L_0 = ___getter0; NullCheck((StaticGetter_1_t34703320355FB45822699F7FF6C0BC577E0DDA01 *)L_0); RuntimeObject * L_1; L_1 = (( RuntimeObject * (*) (StaticGetter_1_t34703320355FB45822699F7FF6C0BC577E0DDA01 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((StaticGetter_1_t34703320355FB45822699F7FF6C0BC577E0DDA01 *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); return (RuntimeObject *)L_1; } } // System.Void UnityEngine.InputSystem.Utilities.NamedValue::ApplyAllToObject>(System.Object,TParameterList) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NamedValue_ApplyAllToObject_TisReadOnlyArray_1_t644486DA5FB2B247FC64733F192E2894F46CFCF5_mCE73B02A2C307AE813D0A52BE5E716080D4B0A6D_gshared (RuntimeObject * ___instance0, ReadOnlyArray_1_t644486DA5FB2B247FC64733F192E2894F46CFCF5 ___parameters1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerable_1_t3E9A1977DB64BEFC51E9B02E141FFD28CCCAFF2B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_1_t06B2E5EA7C5F4B43FEEC71A595B1517272B448FD_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; NamedValue_t5AB4CF64C63DEAC2470566CAFCE9571D88D18077 V_1; memset((&V_1), 0, sizeof(V_1)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { // foreach (var parameter in parameters) Il2CppMetadataObject L_0(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); const VirtualInvokeData& il2cpp_virtual_invoke_data__8 = il2cpp_codegen_get_interface_invoke_data(0, (&L_0), IEnumerable_1_t3E9A1977DB64BEFC51E9B02E141FFD28CCCAFF2B_il2cpp_TypeInfo_var); RuntimeObject* L_1; L_1 = (( RuntimeObject* (*) (RuntimeObject*, const RuntimeMethod*))il2cpp_virtual_invoke_data__8.methodPtr)((RuntimeObject*)((RuntimeObject*)(&___parameters1))-1, /*hidden argument*/il2cpp_virtual_invoke_data__8.method); V_0 = (RuntimeObject*)L_1; } IL_000e: try { // begin try (depth: 1) { goto IL_001f; } IL_0010: { // foreach (var parameter in parameters) RuntimeObject* L_2 = V_0; NullCheck((RuntimeObject*)L_2); NamedValue_t5AB4CF64C63DEAC2470566CAFCE9571D88D18077 L_3; L_3 = InterfaceFuncInvoker0< NamedValue_t5AB4CF64C63DEAC2470566CAFCE9571D88D18077 >::Invoke(0 /* !0 System.Collections.Generic.IEnumerator`1::get_Current() */, IEnumerator_1_t06B2E5EA7C5F4B43FEEC71A595B1517272B448FD_il2cpp_TypeInfo_var, (RuntimeObject*)L_2); V_1 = (NamedValue_t5AB4CF64C63DEAC2470566CAFCE9571D88D18077 )L_3; // parameter.ApplyToObject(instance); RuntimeObject * L_4 = ___instance0; NamedValue_ApplyToObject_mFC719339FF864CB627110B8C0376B58E1C418A0B((NamedValue_t5AB4CF64C63DEAC2470566CAFCE9571D88D18077 *)(NamedValue_t5AB4CF64C63DEAC2470566CAFCE9571D88D18077 *)(&V_1), (RuntimeObject *)L_4, /*hidden argument*/NULL); } IL_001f: { // foreach (var parameter in parameters) RuntimeObject* L_5 = V_0; NullCheck((RuntimeObject*)L_5); bool L_6; L_6 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, (RuntimeObject*)L_5); if (L_6) { goto IL_0010; } } IL_0027: { IL2CPP_LEAVE(0x33, FINALLY_0029); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0029; } FINALLY_0029: { // begin finally (depth: 1) { RuntimeObject* L_7 = V_0; if (!L_7) { goto IL_0032; } } IL_002c: { RuntimeObject* L_8 = V_0; NullCheck((RuntimeObject*)L_8); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_8); } IL_0032: { IL2CPP_END_FINALLY(41) } } // end finally (depth: 1) IL2CPP_CLEANUP(41) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x33, IL_0033) } IL_0033: { // } return; } } // System.Void UnityEngine.InputSystem.Utilities.NamedValue::ApplyAllToObject(System.Object,TParameterList) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NamedValue_ApplyAllToObject_TisRuntimeObject_mBB2B529F751AB17231EE7A66C47FBB92451BEB37_gshared (RuntimeObject * ___instance0, RuntimeObject * ___parameters1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerable_1_t3E9A1977DB64BEFC51E9B02E141FFD28CCCAFF2B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_1_t06B2E5EA7C5F4B43FEEC71A595B1517272B448FD_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; NamedValue_t5AB4CF64C63DEAC2470566CAFCE9571D88D18077 V_1; memset((&V_1), 0, sizeof(V_1)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { // foreach (var parameter in parameters) NullCheck((RuntimeObject*)(___parameters1)); RuntimeObject* L_0; L_0 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.Generic.IEnumerator`1 System.Collections.Generic.IEnumerable`1::GetEnumerator() */, IEnumerable_1_t3E9A1977DB64BEFC51E9B02E141FFD28CCCAFF2B_il2cpp_TypeInfo_var, (RuntimeObject*)(___parameters1)); V_0 = (RuntimeObject*)L_0; } IL_000e: try { // begin try (depth: 1) { goto IL_001f; } IL_0010: { // foreach (var parameter in parameters) RuntimeObject* L_1 = V_0; NullCheck((RuntimeObject*)L_1); NamedValue_t5AB4CF64C63DEAC2470566CAFCE9571D88D18077 L_2; L_2 = InterfaceFuncInvoker0< NamedValue_t5AB4CF64C63DEAC2470566CAFCE9571D88D18077 >::Invoke(0 /* !0 System.Collections.Generic.IEnumerator`1::get_Current() */, IEnumerator_1_t06B2E5EA7C5F4B43FEEC71A595B1517272B448FD_il2cpp_TypeInfo_var, (RuntimeObject*)L_1); V_1 = (NamedValue_t5AB4CF64C63DEAC2470566CAFCE9571D88D18077 )L_2; // parameter.ApplyToObject(instance); RuntimeObject * L_3 = ___instance0; NamedValue_ApplyToObject_mFC719339FF864CB627110B8C0376B58E1C418A0B((NamedValue_t5AB4CF64C63DEAC2470566CAFCE9571D88D18077 *)(NamedValue_t5AB4CF64C63DEAC2470566CAFCE9571D88D18077 *)(&V_1), (RuntimeObject *)L_3, /*hidden argument*/NULL); } IL_001f: { // foreach (var parameter in parameters) RuntimeObject* L_4 = V_0; NullCheck((RuntimeObject*)L_4); bool L_5; L_5 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, (RuntimeObject*)L_4); if (L_5) { goto IL_0010; } } IL_0027: { IL2CPP_LEAVE(0x33, FINALLY_0029); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0029; } FINALLY_0029: { // begin finally (depth: 1) { RuntimeObject* L_6 = V_0; if (!L_6) { goto IL_0032; } } IL_002c: { RuntimeObject* L_7 = V_0; NullCheck((RuntimeObject*)L_7); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, (RuntimeObject*)L_7); } IL_0032: { IL2CPP_END_FINALLY(41) } } // end finally (depth: 1) IL2CPP_CLEANUP(41) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x33, IL_0033) } IL_0033: { // } return; } } // Unity.Collections.NativeArray`1 Unity.Collections.LowLevel.Unsafe.NativeArrayUnsafeUtility::ConvertExistingDataToNativeArray(System.Void*,System.Int32,Unity.Collections.Allocator) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NativeArray_1_t18D233A2E30E28048C1252473AFD0799557294DA NativeArrayUnsafeUtility_ConvertExistingDataToNativeArray_TisBatchVisibility_tFA63D052426424FBD58F78E973AAAC52A67B5AFE_m8E963637A9B909095795B385AAF0B815E964AEEC_gshared (void* ___dataPointer0, int32_t ___length1, int32_t ___allocator2, const RuntimeMethod* method) { NativeArray_1_t18D233A2E30E28048C1252473AFD0799557294DA V_0; memset((&V_0), 0, sizeof(V_0)); NativeArray_1_t18D233A2E30E28048C1252473AFD0799557294DA V_1; memset((&V_1), 0, sizeof(V_1)); NativeArray_1_t18D233A2E30E28048C1252473AFD0799557294DA V_2; memset((&V_2), 0, sizeof(V_2)); { il2cpp_codegen_initobj((&V_1), sizeof(NativeArray_1_t18D233A2E30E28048C1252473AFD0799557294DA )); void* L_0 = ___dataPointer0; (&V_1)->set_m_Buffer_0((void*)L_0); int32_t L_1 = ___length1; (&V_1)->set_m_Length_1(L_1); int32_t L_2 = ___allocator2; (&V_1)->set_m_AllocatorLabel_2(L_2); NativeArray_1_t18D233A2E30E28048C1252473AFD0799557294DA L_3 = V_1; V_0 = (NativeArray_1_t18D233A2E30E28048C1252473AFD0799557294DA )L_3; NativeArray_1_t18D233A2E30E28048C1252473AFD0799557294DA L_4 = V_0; V_2 = (NativeArray_1_t18D233A2E30E28048C1252473AFD0799557294DA )L_4; goto IL_0027; } IL_0027: { NativeArray_1_t18D233A2E30E28048C1252473AFD0799557294DA L_5 = V_2; return (NativeArray_1_t18D233A2E30E28048C1252473AFD0799557294DA )L_5; } } // Unity.Collections.NativeArray`1 Unity.Collections.LowLevel.Unsafe.NativeArrayUnsafeUtility::ConvertExistingDataToNativeArray(System.Void*,System.Int32,Unity.Collections.Allocator) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NativeArray_1_t3C2855C5B238E8C6739D4C17833F244B95C0F785 NativeArrayUnsafeUtility_ConvertExistingDataToNativeArray_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m5716D1B129F1FA995C8917D06C0FB2793750A78B_gshared (void* ___dataPointer0, int32_t ___length1, int32_t ___allocator2, const RuntimeMethod* method) { NativeArray_1_t3C2855C5B238E8C6739D4C17833F244B95C0F785 V_0; memset((&V_0), 0, sizeof(V_0)); NativeArray_1_t3C2855C5B238E8C6739D4C17833F244B95C0F785 V_1; memset((&V_1), 0, sizeof(V_1)); NativeArray_1_t3C2855C5B238E8C6739D4C17833F244B95C0F785 V_2; memset((&V_2), 0, sizeof(V_2)); { il2cpp_codegen_initobj((&V_1), sizeof(NativeArray_1_t3C2855C5B238E8C6739D4C17833F244B95C0F785 )); void* L_0 = ___dataPointer0; (&V_1)->set_m_Buffer_0((void*)L_0); int32_t L_1 = ___length1; (&V_1)->set_m_Length_1(L_1); int32_t L_2 = ___allocator2; (&V_1)->set_m_AllocatorLabel_2(L_2); NativeArray_1_t3C2855C5B238E8C6739D4C17833F244B95C0F785 L_3 = V_1; V_0 = (NativeArray_1_t3C2855C5B238E8C6739D4C17833F244B95C0F785 )L_3; NativeArray_1_t3C2855C5B238E8C6739D4C17833F244B95C0F785 L_4 = V_0; V_2 = (NativeArray_1_t3C2855C5B238E8C6739D4C17833F244B95C0F785 )L_4; goto IL_0027; } IL_0027: { NativeArray_1_t3C2855C5B238E8C6739D4C17833F244B95C0F785 L_5 = V_2; return (NativeArray_1_t3C2855C5B238E8C6739D4C17833F244B95C0F785 )L_5; } } // Unity.Collections.NativeArray`1 Unity.Collections.LowLevel.Unsafe.NativeArrayUnsafeUtility::ConvertExistingDataToNativeArray(System.Void*,System.Int32,Unity.Collections.Allocator) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NativeArray_1_tD60079F06B473C85CF6C2BB4F2D203F38191AE99 NativeArrayUnsafeUtility_ConvertExistingDataToNativeArray_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_m254D725FC57CA85255D3C8474983A26C5CAC9CA2_gshared (void* ___dataPointer0, int32_t ___length1, int32_t ___allocator2, const RuntimeMethod* method) { NativeArray_1_tD60079F06B473C85CF6C2BB4F2D203F38191AE99 V_0; memset((&V_0), 0, sizeof(V_0)); NativeArray_1_tD60079F06B473C85CF6C2BB4F2D203F38191AE99 V_1; memset((&V_1), 0, sizeof(V_1)); NativeArray_1_tD60079F06B473C85CF6C2BB4F2D203F38191AE99 V_2; memset((&V_2), 0, sizeof(V_2)); { il2cpp_codegen_initobj((&V_1), sizeof(NativeArray_1_tD60079F06B473C85CF6C2BB4F2D203F38191AE99 )); void* L_0 = ___dataPointer0; (&V_1)->set_m_Buffer_0((void*)L_0); int32_t L_1 = ___length1; (&V_1)->set_m_Length_1(L_1); int32_t L_2 = ___allocator2; (&V_1)->set_m_AllocatorLabel_2(L_2); NativeArray_1_tD60079F06B473C85CF6C2BB4F2D203F38191AE99 L_3 = V_1; V_0 = (NativeArray_1_tD60079F06B473C85CF6C2BB4F2D203F38191AE99 )L_3; NativeArray_1_tD60079F06B473C85CF6C2BB4F2D203F38191AE99 L_4 = V_0; V_2 = (NativeArray_1_tD60079F06B473C85CF6C2BB4F2D203F38191AE99 )L_4; goto IL_0027; } IL_0027: { NativeArray_1_tD60079F06B473C85CF6C2BB4F2D203F38191AE99 L_5 = V_2; return (NativeArray_1_tD60079F06B473C85CF6C2BB4F2D203F38191AE99 )L_5; } } // Unity.Collections.NativeArray`1 Unity.Collections.LowLevel.Unsafe.NativeArrayUnsafeUtility::ConvertExistingDataToNativeArray(System.Void*,System.Int32,Unity.Collections.Allocator) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NativeArray_1_tF6A10DD2511425342F2B1B19CF0EA313D4F300D2 NativeArrayUnsafeUtility_ConvertExistingDataToNativeArray_TisLightDataGI_t0C34AB69E4E96717FD276B35116C798A641D44F2_m54C05CEC05E05823C3CCA688B2CE96DF6A932706_gshared (void* ___dataPointer0, int32_t ___length1, int32_t ___allocator2, const RuntimeMethod* method) { NativeArray_1_tF6A10DD2511425342F2B1B19CF0EA313D4F300D2 V_0; memset((&V_0), 0, sizeof(V_0)); NativeArray_1_tF6A10DD2511425342F2B1B19CF0EA313D4F300D2 V_1; memset((&V_1), 0, sizeof(V_1)); NativeArray_1_tF6A10DD2511425342F2B1B19CF0EA313D4F300D2 V_2; memset((&V_2), 0, sizeof(V_2)); { il2cpp_codegen_initobj((&V_1), sizeof(NativeArray_1_tF6A10DD2511425342F2B1B19CF0EA313D4F300D2 )); void* L_0 = ___dataPointer0; (&V_1)->set_m_Buffer_0((void*)L_0); int32_t L_1 = ___length1; (&V_1)->set_m_Length_1(L_1); int32_t L_2 = ___allocator2; (&V_1)->set_m_AllocatorLabel_2(L_2); NativeArray_1_tF6A10DD2511425342F2B1B19CF0EA313D4F300D2 L_3 = V_1; V_0 = (NativeArray_1_tF6A10DD2511425342F2B1B19CF0EA313D4F300D2 )L_3; NativeArray_1_tF6A10DD2511425342F2B1B19CF0EA313D4F300D2 L_4 = V_0; V_2 = (NativeArray_1_tF6A10DD2511425342F2B1B19CF0EA313D4F300D2 )L_4; goto IL_0027; } IL_0027: { NativeArray_1_tF6A10DD2511425342F2B1B19CF0EA313D4F300D2 L_5 = V_2; return (NativeArray_1_tF6A10DD2511425342F2B1B19CF0EA313D4F300D2 )L_5; } } // Unity.Collections.NativeArray`1 Unity.Collections.LowLevel.Unsafe.NativeArrayUnsafeUtility::ConvertExistingDataToNativeArray(System.Void*,System.Int32,Unity.Collections.Allocator) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NativeArray_1_t527C586787ACD1AD75E3C78BFB024FFA9925662E NativeArrayUnsafeUtility_ConvertExistingDataToNativeArray_TisPlane_t80844BF2332EAFC1DDEDD616A950242031A115C7_mEADBF1D413552C6E3E1359E7DD93B9FA249985AB_gshared (void* ___dataPointer0, int32_t ___length1, int32_t ___allocator2, const RuntimeMethod* method) { NativeArray_1_t527C586787ACD1AD75E3C78BFB024FFA9925662E V_0; memset((&V_0), 0, sizeof(V_0)); NativeArray_1_t527C586787ACD1AD75E3C78BFB024FFA9925662E V_1; memset((&V_1), 0, sizeof(V_1)); NativeArray_1_t527C586787ACD1AD75E3C78BFB024FFA9925662E V_2; memset((&V_2), 0, sizeof(V_2)); { il2cpp_codegen_initobj((&V_1), sizeof(NativeArray_1_t527C586787ACD1AD75E3C78BFB024FFA9925662E )); void* L_0 = ___dataPointer0; (&V_1)->set_m_Buffer_0((void*)L_0); int32_t L_1 = ___length1; (&V_1)->set_m_Length_1(L_1); int32_t L_2 = ___allocator2; (&V_1)->set_m_AllocatorLabel_2(L_2); NativeArray_1_t527C586787ACD1AD75E3C78BFB024FFA9925662E L_3 = V_1; V_0 = (NativeArray_1_t527C586787ACD1AD75E3C78BFB024FFA9925662E )L_3; NativeArray_1_t527C586787ACD1AD75E3C78BFB024FFA9925662E L_4 = V_0; V_2 = (NativeArray_1_t527C586787ACD1AD75E3C78BFB024FFA9925662E )L_4; goto IL_0027; } IL_0027: { NativeArray_1_t527C586787ACD1AD75E3C78BFB024FFA9925662E L_5 = V_2; return (NativeArray_1_t527C586787ACD1AD75E3C78BFB024FFA9925662E )L_5; } } // Unity.Collections.NativeArray`1 Unity.Collections.LowLevel.Unsafe.NativeArrayUnsafeUtility::ConvertExistingDataToNativeArray(System.Void*,System.Int32,Unity.Collections.Allocator) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NativeArray_1_t7203C36524CBF9E07ED2D6B86C410B21B422626A NativeArrayUnsafeUtility_ConvertExistingDataToNativeArray_TisUInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_m688D2C7474A538FD63064E7A421366798755B769_gshared (void* ___dataPointer0, int32_t ___length1, int32_t ___allocator2, const RuntimeMethod* method) { NativeArray_1_t7203C36524CBF9E07ED2D6B86C410B21B422626A V_0; memset((&V_0), 0, sizeof(V_0)); NativeArray_1_t7203C36524CBF9E07ED2D6B86C410B21B422626A V_1; memset((&V_1), 0, sizeof(V_1)); NativeArray_1_t7203C36524CBF9E07ED2D6B86C410B21B422626A V_2; memset((&V_2), 0, sizeof(V_2)); { il2cpp_codegen_initobj((&V_1), sizeof(NativeArray_1_t7203C36524CBF9E07ED2D6B86C410B21B422626A )); void* L_0 = ___dataPointer0; (&V_1)->set_m_Buffer_0((void*)L_0); int32_t L_1 = ___length1; (&V_1)->set_m_Length_1(L_1); int32_t L_2 = ___allocator2; (&V_1)->set_m_AllocatorLabel_2(L_2); NativeArray_1_t7203C36524CBF9E07ED2D6B86C410B21B422626A L_3 = V_1; V_0 = (NativeArray_1_t7203C36524CBF9E07ED2D6B86C410B21B422626A )L_3; NativeArray_1_t7203C36524CBF9E07ED2D6B86C410B21B422626A L_4 = V_0; V_2 = (NativeArray_1_t7203C36524CBF9E07ED2D6B86C410B21B422626A )L_4; goto IL_0027; } IL_0027: { NativeArray_1_t7203C36524CBF9E07ED2D6B86C410B21B422626A L_5 = V_2; return (NativeArray_1_t7203C36524CBF9E07ED2D6B86C410B21B422626A )L_5; } } // Unity.Collections.NativeArray`1 Unity.Collections.LowLevel.Unsafe.NativeArrayUnsafeUtility::ConvertExistingDataToNativeArray(System.Void*,System.Int32,Unity.Collections.Allocator) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NativeArray_1_t1F0A88FF8A7D4163044A82215D16B30E7050C4FD NativeArrayUnsafeUtility_ConvertExistingDataToNativeArray_TisVisibleLight_t72748A05D894B8E7CBD6F03B858BEE8E8CAF065B_m7B14047DBF13849C8107E8810675CD420F28100E_gshared (void* ___dataPointer0, int32_t ___length1, int32_t ___allocator2, const RuntimeMethod* method) { NativeArray_1_t1F0A88FF8A7D4163044A82215D16B30E7050C4FD V_0; memset((&V_0), 0, sizeof(V_0)); NativeArray_1_t1F0A88FF8A7D4163044A82215D16B30E7050C4FD V_1; memset((&V_1), 0, sizeof(V_1)); NativeArray_1_t1F0A88FF8A7D4163044A82215D16B30E7050C4FD V_2; memset((&V_2), 0, sizeof(V_2)); { il2cpp_codegen_initobj((&V_1), sizeof(NativeArray_1_t1F0A88FF8A7D4163044A82215D16B30E7050C4FD )); void* L_0 = ___dataPointer0; (&V_1)->set_m_Buffer_0((void*)L_0); int32_t L_1 = ___length1; (&V_1)->set_m_Length_1(L_1); int32_t L_2 = ___allocator2; (&V_1)->set_m_AllocatorLabel_2(L_2); NativeArray_1_t1F0A88FF8A7D4163044A82215D16B30E7050C4FD L_3 = V_1; V_0 = (NativeArray_1_t1F0A88FF8A7D4163044A82215D16B30E7050C4FD )L_3; NativeArray_1_t1F0A88FF8A7D4163044A82215D16B30E7050C4FD L_4 = V_0; V_2 = (NativeArray_1_t1F0A88FF8A7D4163044A82215D16B30E7050C4FD )L_4; goto IL_0027; } IL_0027: { NativeArray_1_t1F0A88FF8A7D4163044A82215D16B30E7050C4FD L_5 = V_2; return (NativeArray_1_t1F0A88FF8A7D4163044A82215D16B30E7050C4FD )L_5; } } // System.Void* Unity.Collections.LowLevel.Unsafe.NativeArrayUnsafeUtility::GetUnsafeBufferPointerWithoutChecks(Unity.Collections.NativeArray`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void* NativeArrayUnsafeUtility_GetUnsafeBufferPointerWithoutChecks_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m124A80F7A21A4426191770E6BC08231C01532CA8_gshared (NativeArray_1_t3C2855C5B238E8C6739D4C17833F244B95C0F785 ___nativeArray0, const RuntimeMethod* method) { void* V_0 = NULL; { NativeArray_1_t3C2855C5B238E8C6739D4C17833F244B95C0F785 L_0 = ___nativeArray0; void* L_1 = (void*)L_0.get_m_Buffer_0(); V_0 = (void*)L_1; goto IL_000a; } IL_000a: { void* L_2 = V_0; return (void*)(L_2); } } // System.Void* Unity.Collections.LowLevel.Unsafe.NativeArrayUnsafeUtility::GetUnsafeBufferPointerWithoutChecks(Unity.Collections.NativeArray`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void* NativeArrayUnsafeUtility_GetUnsafeBufferPointerWithoutChecks_TisUInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_m29706EAFEF0962B51106E608E4C85B780FE91004_gshared (NativeArray_1_t7203C36524CBF9E07ED2D6B86C410B21B422626A ___nativeArray0, const RuntimeMethod* method) { void* V_0 = NULL; { NativeArray_1_t7203C36524CBF9E07ED2D6B86C410B21B422626A L_0 = ___nativeArray0; void* L_1 = (void*)L_0.get_m_Buffer_0(); V_0 = (void*)L_1; goto IL_000a; } IL_000a: { void* L_2 = V_0; return (void*)(L_2); } } // System.Void* Unity.Collections.LowLevel.Unsafe.NativeArrayUnsafeUtility::GetUnsafeBufferPointerWithoutChecks(Unity.Collections.NativeArray`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void* NativeArrayUnsafeUtility_GetUnsafeBufferPointerWithoutChecks_TisUInt32_tE60352A06233E4E69DD198BCC67142159F686B15_m571F1160D7F0FDF073B93DCC61A70D99570AB0E5_gshared (NativeArray_1_tCE3FBA37C1D711DDDD473E84C32A9F5C60F2577A ___nativeArray0, const RuntimeMethod* method) { void* V_0 = NULL; { NativeArray_1_tCE3FBA37C1D711DDDD473E84C32A9F5C60F2577A L_0 = ___nativeArray0; void* L_1 = (void*)L_0.get_m_Buffer_0(); V_0 = (void*)L_1; goto IL_000a; } IL_000a: { void* L_2 = V_0; return (void*)(L_2); } } // System.Void* Unity.Collections.LowLevel.Unsafe.NativeArrayUnsafeUtility::GetUnsafeBufferPointerWithoutChecks(Unity.Collections.NativeArray`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void* NativeArrayUnsafeUtility_GetUnsafeBufferPointerWithoutChecks_TisPrePunctualLight_t6A6B0358A9D80FE6E10948C365C06F7092A8D609_m186F5863B331441583BC554CA6BEB3F76D5D5228_gshared (NativeArray_1_tD88DD90821BE793C67689A7EA613AF5701123AA7 ___nativeArray0, const RuntimeMethod* method) { void* V_0 = NULL; { NativeArray_1_tD88DD90821BE793C67689A7EA613AF5701123AA7 L_0 = ___nativeArray0; void* L_1 = (void*)L_0.get_m_Buffer_0(); V_0 = (void*)L_1; goto IL_000a; } IL_000a: { void* L_2 = V_0; return (void*)(L_2); } } // System.Void* Unity.Collections.LowLevel.Unsafe.NativeArrayUnsafeUtility::GetUnsafePtr(Unity.Collections.NativeArray`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void* NativeArrayUnsafeUtility_GetUnsafePtr_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_mE8961C891F379BB648D8CDB9F514FFB65A58EACF_gshared (NativeArray_1_t3C2855C5B238E8C6739D4C17833F244B95C0F785 ___nativeArray0, const RuntimeMethod* method) { void* V_0 = NULL; { NativeArray_1_t3C2855C5B238E8C6739D4C17833F244B95C0F785 L_0 = ___nativeArray0; void* L_1 = (void*)L_0.get_m_Buffer_0(); V_0 = (void*)L_1; goto IL_000a; } IL_000a: { void* L_2 = V_0; return (void*)(L_2); } } // System.Void* Unity.Collections.LowLevel.Unsafe.NativeArrayUnsafeUtility::GetUnsafePtr(Unity.Collections.NativeArray`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void* NativeArrayUnsafeUtility_GetUnsafePtr_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_m3FF19A2205D4EDCFB3C5EA700D15E01AAE481743_gshared (NativeArray_1_tD60079F06B473C85CF6C2BB4F2D203F38191AE99 ___nativeArray0, const RuntimeMethod* method) { void* V_0 = NULL; { NativeArray_1_tD60079F06B473C85CF6C2BB4F2D203F38191AE99 L_0 = ___nativeArray0; void* L_1 = (void*)L_0.get_m_Buffer_0(); V_0 = (void*)L_1; goto IL_000a; } IL_000a: { void* L_2 = V_0; return (void*)(L_2); } } // System.Void* Unity.Collections.LowLevel.Unsafe.NativeArrayUnsafeUtility::GetUnsafePtr(Unity.Collections.NativeArray`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void* NativeArrayUnsafeUtility_GetUnsafePtr_TisUInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_m7E80C30263F33EAFA0CACA75D00E47C175978A4B_gshared (NativeArray_1_t7203C36524CBF9E07ED2D6B86C410B21B422626A ___nativeArray0, const RuntimeMethod* method) { void* V_0 = NULL; { NativeArray_1_t7203C36524CBF9E07ED2D6B86C410B21B422626A L_0 = ___nativeArray0; void* L_1 = (void*)L_0.get_m_Buffer_0(); V_0 = (void*)L_1; goto IL_000a; } IL_000a: { void* L_2 = V_0; return (void*)(L_2); } } // System.Void* Unity.Collections.LowLevel.Unsafe.NativeArrayUnsafeUtility::GetUnsafePtr(Unity.Collections.NativeArray`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void* NativeArrayUnsafeUtility_GetUnsafePtr_TisUInt64_tEC57511B3E3CA2DBA1BEBD434C6983E31C943281_mC00A5B7A070B3DF6ABF6C50E3E108B02A93B80CE_gshared (NativeArray_1_t9D118727A643E61710D0A4DF5B0C8CD1A918A40B ___nativeArray0, const RuntimeMethod* method) { void* V_0 = NULL; { NativeArray_1_t9D118727A643E61710D0A4DF5B0C8CD1A918A40B L_0 = ___nativeArray0; void* L_1 = (void*)L_0.get_m_Buffer_0(); V_0 = (void*)L_1; goto IL_000a; } IL_000a: { void* L_2 = V_0; return (void*)(L_2); } } // System.Void* Unity.Collections.LowLevel.Unsafe.NativeArrayUnsafeUtility::GetUnsafeReadOnlyPtr(Unity.Collections.NativeArray`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void* NativeArrayUnsafeUtility_GetUnsafeReadOnlyPtr_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_mD08FE3ADDD3A04DCBB2C427708E8851D7DC973E6_gshared (NativeArray_1_tD60079F06B473C85CF6C2BB4F2D203F38191AE99 ___nativeArray0, const RuntimeMethod* method) { void* V_0 = NULL; { NativeArray_1_tD60079F06B473C85CF6C2BB4F2D203F38191AE99 L_0 = ___nativeArray0; void* L_1 = (void*)L_0.get_m_Buffer_0(); V_0 = (void*)L_1; goto IL_000a; } IL_000a: { void* L_2 = V_0; return (void*)(L_2); } } // System.Void* Unity.Collections.LowLevel.Unsafe.NativeArrayUnsafeUtility::GetUnsafeReadOnlyPtr(Unity.Collections.NativeArray`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void* NativeArrayUnsafeUtility_GetUnsafeReadOnlyPtr_TisJobHandle_t8AEB8D31C25D7774C71D62B0C662525E6E36D847_m4B18571E62B803063BDC0D117371D7AF2DFAEC14_gshared (NativeArray_1_t7A85D39934B7E1025319369C51F7959842DE8FBD ___nativeArray0, const RuntimeMethod* method) { void* V_0 = NULL; { NativeArray_1_t7A85D39934B7E1025319369C51F7959842DE8FBD L_0 = ___nativeArray0; void* L_1 = (void*)L_0.get_m_Buffer_0(); V_0 = (void*)L_1; goto IL_000a; } IL_000a: { void* L_2 = V_0; return (void*)(L_2); } } // System.Void* Unity.Collections.LowLevel.Unsafe.NativeArrayUnsafeUtility::GetUnsafeReadOnlyPtr(Unity.Collections.NativeArray`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void* NativeArrayUnsafeUtility_GetUnsafeReadOnlyPtr_TisRenderStateBlock_tF93A39FEEF559096371ABBB792D58DFF892C240D_mF0520BBF1F67EFE9F3162DE2109164612838837F_gshared (NativeArray_1_t850997AFC4E182CB5323FD7EDA9205DBFA006872 ___nativeArray0, const RuntimeMethod* method) { void* V_0 = NULL; { NativeArray_1_t850997AFC4E182CB5323FD7EDA9205DBFA006872 L_0 = ___nativeArray0; void* L_1 = (void*)L_0.get_m_Buffer_0(); V_0 = (void*)L_1; goto IL_000a; } IL_000a: { void* L_2 = V_0; return (void*)(L_2); } } // System.Void* Unity.Collections.LowLevel.Unsafe.NativeArrayUnsafeUtility::GetUnsafeReadOnlyPtr(Unity.Collections.NativeArray`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void* NativeArrayUnsafeUtility_GetUnsafeReadOnlyPtr_TisShaderTagId_t51914C89B8119195DACD234D1A624AAB7A07F795_mECF24D400C7CAF27F9E5DD2FA56B87BA1B1D6B9B_gshared (NativeArray_1_t6F338DB5CF76F316BAC0E8FEBB5E1A471A5399D9 ___nativeArray0, const RuntimeMethod* method) { void* V_0 = NULL; { NativeArray_1_t6F338DB5CF76F316BAC0E8FEBB5E1A471A5399D9 L_0 = ___nativeArray0; void* L_1 = (void*)L_0.get_m_Buffer_0(); V_0 = (void*)L_1; goto IL_000a; } IL_000a: { void* L_2 = V_0; return (void*)(L_2); } } // System.Void* Unity.Collections.LowLevel.Unsafe.NativeArrayUnsafeUtility::GetUnsafeReadOnlyPtr(Unity.Collections.NativeArray`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void* NativeArrayUnsafeUtility_GetUnsafeReadOnlyPtr_TisUInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_m547537A35DC360ACA406CCC172CFD3A11DC1EC2D_gshared (NativeArray_1_t7203C36524CBF9E07ED2D6B86C410B21B422626A ___nativeArray0, const RuntimeMethod* method) { void* V_0 = NULL; { NativeArray_1_t7203C36524CBF9E07ED2D6B86C410B21B422626A L_0 = ___nativeArray0; void* L_1 = (void*)L_0.get_m_Buffer_0(); V_0 = (void*)L_1; goto IL_000a; } IL_000a: { void* L_2 = V_0; return (void*)(L_2); } } // System.Void* Unity.Collections.LowLevel.Unsafe.NativeArrayUnsafeUtility::GetUnsafeReadOnlyPtr(Unity.Collections.NativeArray`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void* NativeArrayUnsafeUtility_GetUnsafeReadOnlyPtr_TisUInt32_tE60352A06233E4E69DD198BCC67142159F686B15_mE1089F6DC65DC620D0C16134A2092B7B4B7FEFEB_gshared (NativeArray_1_tCE3FBA37C1D711DDDD473E84C32A9F5C60F2577A ___nativeArray0, const RuntimeMethod* method) { void* V_0 = NULL; { NativeArray_1_tCE3FBA37C1D711DDDD473E84C32A9F5C60F2577A L_0 = ___nativeArray0; void* L_1 = (void*)L_0.get_m_Buffer_0(); V_0 = (void*)L_1; goto IL_000a; } IL_000a: { void* L_2 = V_0; return (void*)(L_2); } } // System.Void* Unity.Collections.LowLevel.Unsafe.NativeArrayUnsafeUtility::GetUnsafeReadOnlyPtr(Unity.Collections.NativeArray`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void* NativeArrayUnsafeUtility_GetUnsafeReadOnlyPtr_TisUInt64_tEC57511B3E3CA2DBA1BEBD434C6983E31C943281_m81294A899CC6AA4131FFAFA590434A14D9452E21_gshared (NativeArray_1_t9D118727A643E61710D0A4DF5B0C8CD1A918A40B ___nativeArray0, const RuntimeMethod* method) { void* V_0 = NULL; { NativeArray_1_t9D118727A643E61710D0A4DF5B0C8CD1A918A40B L_0 = ___nativeArray0; void* L_1 = (void*)L_0.get_m_Buffer_0(); V_0 = (void*)L_1; goto IL_000a; } IL_000a: { void* L_2 = V_0; return (void*)(L_2); } } // System.Void* Unity.Collections.LowLevel.Unsafe.NativeArrayUnsafeUtility::GetUnsafeReadOnlyPtr(Unity.Collections.NativeArray`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void* NativeArrayUnsafeUtility_GetUnsafeReadOnlyPtr_Tisuint4_t6C7A8C67DCDD20CC3282CA4AA5382744FB27EE92_m627467572297F6F536B7F2D0212E952E15819643_gshared (NativeArray_1_t2ECDFB51FF91D2D295509238B270BBC581E31A96 ___nativeArray0, const RuntimeMethod* method) { void* V_0 = NULL; { NativeArray_1_t2ECDFB51FF91D2D295509238B270BBC581E31A96 L_0 = ___nativeArray0; void* L_1 = (void*)L_0.get_m_Buffer_0(); V_0 = (void*)L_1; goto IL_000a; } IL_000a: { void* L_2 = V_0; return (void*)(L_2); } } // System.Void* Unity.Collections.LowLevel.Unsafe.NativeArrayUnsafeUtility::GetUnsafeReadOnlyPtr(Unity.Collections.NativeArray`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void* NativeArrayUnsafeUtility_GetUnsafeReadOnlyPtr_TisParametricLightMeshVertex_tB82504F406737A009734BC6F80812DAC6B4DE893_mE9D4BD733682C5E1BCC409924D39C71D44B2028D_gshared (NativeArray_1_tA2EA79FAE4E9D3538B9C3FD0A9A2729CEDE5C7B6 ___nativeArray0, const RuntimeMethod* method) { void* V_0 = NULL; { NativeArray_1_tA2EA79FAE4E9D3538B9C3FD0A9A2729CEDE5C7B6 L_0 = ___nativeArray0; void* L_1 = (void*)L_0.get_m_Buffer_0(); V_0 = (void*)L_1; goto IL_000a; } IL_000a: { void* L_2 = V_0; return (void*)(L_2); } } // System.Void* Unity.Collections.LowLevel.Unsafe.NativeArrayUnsafeUtility::GetUnsafeReadOnlyPtr(Unity.Collections.NativeArray`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void* NativeArrayUnsafeUtility_GetUnsafeReadOnlyPtr_TisSpriteLightMeshVertex_t6B4EA22B1C7FE0AFC97B4E47B3D24031A436CBCC_mFB23DE95D3C257985496C84E4D94E76B5C110032_gshared (NativeArray_1_t9131E583B50D23DC45CFE9E6F7ECA86F72F52571 ___nativeArray0, const RuntimeMethod* method) { void* V_0 = NULL; { NativeArray_1_t9131E583B50D23DC45CFE9E6F7ECA86F72F52571 L_0 = ___nativeArray0; void* L_1 = (void*)L_0.get_m_Buffer_0(); V_0 = (void*)L_1; goto IL_000a; } IL_000a: { void* L_2 = V_0; return (void*)(L_2); } } // System.Void* Unity.Collections.LowLevel.Unsafe.NativeArrayUnsafeUtility::GetUnsafeReadOnlyPtr(Unity.Collections.NativeArray`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void* NativeArrayUnsafeUtility_GetUnsafeReadOnlyPtr_TisLightData_t8C139E4D07ED1FF86DF198773F7F41736AE9B135_m254CCE561E3E129E6D15FED3C0A8FDDF35A52B9C_gshared (NativeArray_1_t772A013AE243D573001B5002D72507953AA69D90 ___nativeArray0, const RuntimeMethod* method) { void* V_0 = NULL; { NativeArray_1_t772A013AE243D573001B5002D72507953AA69D90 L_0 = ___nativeArray0; void* L_1 = (void*)L_0.get_m_Buffer_0(); V_0 = (void*)L_1; goto IL_000a; } IL_000a: { void* L_2 = V_0; return (void*)(L_2); } } // System.Void* Unity.Collections.LowLevel.Unsafe.NativeArrayUnsafeUtility::GetUnsafeReadOnlyPtr(Unity.Collections.NativeArray`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void* NativeArrayUnsafeUtility_GetUnsafeReadOnlyPtr_TisShadowData_t5ACDE96DE7C04AEE2981172CB8996A5E66ED3701_mBA8D372B010716A9D84391E6051B29BB71F2A03D_gshared (NativeArray_1_tCD1FE441CEF84BBCFD4090C87C8834B991564C27 ___nativeArray0, const RuntimeMethod* method) { void* V_0 = NULL; { NativeArray_1_tCD1FE441CEF84BBCFD4090C87C8834B991564C27 L_0 = ___nativeArray0; void* L_1 = (void*)L_0.get_m_Buffer_0(); V_0 = (void*)L_1; goto IL_000a; } IL_000a: { void* L_2 = V_0; return (void*)(L_2); } } // Unity.Collections.NativeSlice`1 Unity.Collections.LowLevel.Unsafe.NativeSliceUnsafeUtility::ConvertExistingDataToNativeSlice(System.Void*,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NativeSlice_1_t8CC9084A6142F85DC3156706181EEFB2D52B94C3 NativeSliceUnsafeUtility_ConvertExistingDataToNativeSlice_TisVector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9_mC25E694D12A18CBB18E0D71BE8E52917E9B0E9FA_gshared (void* ___dataPointer0, int32_t ___stride1, int32_t ___length2, const RuntimeMethod* method) { NativeSlice_1_t8CC9084A6142F85DC3156706181EEFB2D52B94C3 V_0; memset((&V_0), 0, sizeof(V_0)); bool V_1 = false; bool V_2 = false; NativeSlice_1_t8CC9084A6142F85DC3156706181EEFB2D52B94C3 V_3; memset((&V_3), 0, sizeof(V_3)); NativeSlice_1_t8CC9084A6142F85DC3156706181EEFB2D52B94C3 V_4; memset((&V_4), 0, sizeof(V_4)); { int32_t L_0 = ___length2; V_1 = (bool)((((int32_t)L_0) < ((int32_t)0))? 1 : 0); bool L_1 = V_1; if (!L_1) { goto IL_0024; } } { int32_t L_2 = ___length2; int32_t L_3 = L_2; RuntimeObject * L_4 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var)), &L_3); String_t* L_5; L_5 = String_Format_m5A16F3ABC59A3E9804E0CB2636849CCD74CEC994((String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral430EB2E3A25FA4E421F6F9352AA45F5613EEBE3C)), (RuntimeObject *)L_4, /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_6 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m71044C2110E357B71A1C30D2561C3F861AF1DC0D(L_6, (String_t*)L_5, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE8744A8B8BD390EB66CA0CAE2376C973E6904FFB)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NativeSliceUnsafeUtility_ConvertExistingDataToNativeSlice_TisVector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9_mC25E694D12A18CBB18E0D71BE8E52917E9B0E9FA_RuntimeMethod_var))); } IL_0024: { int32_t L_7 = ___stride1; V_2 = (bool)((((int32_t)L_7) < ((int32_t)0))? 1 : 0); bool L_8 = V_2; if (!L_8) { goto IL_0047; } } { int32_t L_9 = ___stride1; int32_t L_10 = L_9; RuntimeObject * L_11 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var)), &L_10); String_t* L_12; L_12 = String_Format_m5A16F3ABC59A3E9804E0CB2636849CCD74CEC994((String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF173EEDE423DEA19D689B1E600908FB12D40BC32)), (RuntimeObject *)L_11, /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_13 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m71044C2110E357B71A1C30D2561C3F861AF1DC0D(L_13, (String_t*)L_12, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral67C625C07AF1A22A91873A1B1CF9F911774F3A1B)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_13, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NativeSliceUnsafeUtility_ConvertExistingDataToNativeSlice_TisVector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9_mC25E694D12A18CBB18E0D71BE8E52917E9B0E9FA_RuntimeMethod_var))); } IL_0047: { il2cpp_codegen_initobj((&V_3), sizeof(NativeSlice_1_t8CC9084A6142F85DC3156706181EEFB2D52B94C3 )); int32_t L_14 = ___stride1; (&V_3)->set_m_Stride_1(L_14); void* L_15 = ___dataPointer0; (&V_3)->set_m_Buffer_0((uint8_t*)L_15); int32_t L_16 = ___length2; (&V_3)->set_m_Length_2(L_16); NativeSlice_1_t8CC9084A6142F85DC3156706181EEFB2D52B94C3 L_17 = V_3; V_0 = (NativeSlice_1_t8CC9084A6142F85DC3156706181EEFB2D52B94C3 )L_17; NativeSlice_1_t8CC9084A6142F85DC3156706181EEFB2D52B94C3 L_18 = V_0; V_4 = (NativeSlice_1_t8CC9084A6142F85DC3156706181EEFB2D52B94C3 )L_18; goto IL_006e; } IL_006e: { NativeSlice_1_t8CC9084A6142F85DC3156706181EEFB2D52B94C3 L_19 = V_4; return (NativeSlice_1_t8CC9084A6142F85DC3156706181EEFB2D52B94C3 )L_19; } } // Unity.Collections.NativeSlice`1 Unity.Collections.LowLevel.Unsafe.NativeSliceUnsafeUtility::ConvertExistingDataToNativeSlice(System.Void*,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NativeSlice_1_tCD0AC77C2E3CDA052D42479FF29B6F9F6454B125 NativeSliceUnsafeUtility_ConvertExistingDataToNativeSlice_TisVector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_m5E6D7C7DC1A138536F5B672CCEBD1391B0060516_gshared (void* ___dataPointer0, int32_t ___stride1, int32_t ___length2, const RuntimeMethod* method) { NativeSlice_1_tCD0AC77C2E3CDA052D42479FF29B6F9F6454B125 V_0; memset((&V_0), 0, sizeof(V_0)); bool V_1 = false; bool V_2 = false; NativeSlice_1_tCD0AC77C2E3CDA052D42479FF29B6F9F6454B125 V_3; memset((&V_3), 0, sizeof(V_3)); NativeSlice_1_tCD0AC77C2E3CDA052D42479FF29B6F9F6454B125 V_4; memset((&V_4), 0, sizeof(V_4)); { int32_t L_0 = ___length2; V_1 = (bool)((((int32_t)L_0) < ((int32_t)0))? 1 : 0); bool L_1 = V_1; if (!L_1) { goto IL_0024; } } { int32_t L_2 = ___length2; int32_t L_3 = L_2; RuntimeObject * L_4 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var)), &L_3); String_t* L_5; L_5 = String_Format_m5A16F3ABC59A3E9804E0CB2636849CCD74CEC994((String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral430EB2E3A25FA4E421F6F9352AA45F5613EEBE3C)), (RuntimeObject *)L_4, /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_6 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m71044C2110E357B71A1C30D2561C3F861AF1DC0D(L_6, (String_t*)L_5, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE8744A8B8BD390EB66CA0CAE2376C973E6904FFB)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NativeSliceUnsafeUtility_ConvertExistingDataToNativeSlice_TisVector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_m5E6D7C7DC1A138536F5B672CCEBD1391B0060516_RuntimeMethod_var))); } IL_0024: { int32_t L_7 = ___stride1; V_2 = (bool)((((int32_t)L_7) < ((int32_t)0))? 1 : 0); bool L_8 = V_2; if (!L_8) { goto IL_0047; } } { int32_t L_9 = ___stride1; int32_t L_10 = L_9; RuntimeObject * L_11 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var)), &L_10); String_t* L_12; L_12 = String_Format_m5A16F3ABC59A3E9804E0CB2636849CCD74CEC994((String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF173EEDE423DEA19D689B1E600908FB12D40BC32)), (RuntimeObject *)L_11, /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_13 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m71044C2110E357B71A1C30D2561C3F861AF1DC0D(L_13, (String_t*)L_12, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral67C625C07AF1A22A91873A1B1CF9F911774F3A1B)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_13, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NativeSliceUnsafeUtility_ConvertExistingDataToNativeSlice_TisVector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_m5E6D7C7DC1A138536F5B672CCEBD1391B0060516_RuntimeMethod_var))); } IL_0047: { il2cpp_codegen_initobj((&V_3), sizeof(NativeSlice_1_tCD0AC77C2E3CDA052D42479FF29B6F9F6454B125 )); int32_t L_14 = ___stride1; (&V_3)->set_m_Stride_1(L_14); void* L_15 = ___dataPointer0; (&V_3)->set_m_Buffer_0((uint8_t*)L_15); int32_t L_16 = ___length2; (&V_3)->set_m_Length_2(L_16); NativeSlice_1_tCD0AC77C2E3CDA052D42479FF29B6F9F6454B125 L_17 = V_3; V_0 = (NativeSlice_1_tCD0AC77C2E3CDA052D42479FF29B6F9F6454B125 )L_17; NativeSlice_1_tCD0AC77C2E3CDA052D42479FF29B6F9F6454B125 L_18 = V_0; V_4 = (NativeSlice_1_tCD0AC77C2E3CDA052D42479FF29B6F9F6454B125 )L_18; goto IL_006e; } IL_006e: { NativeSlice_1_tCD0AC77C2E3CDA052D42479FF29B6F9F6454B125 L_19 = V_4; return (NativeSlice_1_tCD0AC77C2E3CDA052D42479FF29B6F9F6454B125 )L_19; } } // System.Void UnityEngine.NoAllocHelpers::EnsureListElemCount(System.Collections.Generic.List`1,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NoAllocHelpers_EnsureListElemCount_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_m613DC2B40906634D1A76F21387CF3955CEC5302F_gshared (List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7 * ___list0, int32_t ___count1, const RuntimeMethod* method) { bool V_0 = false; { List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7 * L_0 = ___list0; NullCheck((List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7 *)L_0); (( void (*) (List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7 *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7 * L_1 = ___list0; NullCheck((List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7 *)L_1); int32_t L_2; L_2 = (( int32_t (*) (List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)((List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7 *)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); int32_t L_3 = ___count1; V_0 = (bool)((((int32_t)L_2) < ((int32_t)L_3))? 1 : 0); bool L_4 = V_0; if (!L_4) { goto IL_001d; } } { List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7 * L_5 = ___list0; int32_t L_6 = ___count1; NullCheck((List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7 *)L_5); (( void (*) (List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)((List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7 *)L_5, (int32_t)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); } IL_001d: { List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7 * L_7 = ___list0; int32_t L_8 = ___count1; (( void (*) (List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)->methodPointer)((List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7 *)L_7, (int32_t)L_8, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)); return; } } // System.Void UnityEngine.NoAllocHelpers::EnsureListElemCount(System.Collections.Generic.List`1,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NoAllocHelpers_EnsureListElemCount_TisRuntimeObject_m2971B7C308A44FBAD8D180F072D9124537A244E9_gshared (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * ___list0, int32_t ___count1, const RuntimeMethod* method) { bool V_0 = false; { List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * L_0 = ___list0; NullCheck((List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 *)L_0); (( void (*) (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * L_1 = ___list0; NullCheck((List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 *)L_1); int32_t L_2; L_2 = (( int32_t (*) (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)((List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 *)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); int32_t L_3 = ___count1; V_0 = (bool)((((int32_t)L_2) < ((int32_t)L_3))? 1 : 0); bool L_4 = V_0; if (!L_4) { goto IL_001d; } } { List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * L_5 = ___list0; int32_t L_6 = ___count1; NullCheck((List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 *)L_5); (( void (*) (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)((List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 *)L_5, (int32_t)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); } IL_001d: { List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * L_7 = ___list0; int32_t L_8 = ___count1; (( void (*) (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)->methodPointer)((List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 *)L_7, (int32_t)L_8, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)); return; } } // System.Void UnityEngine.NoAllocHelpers::EnsureListElemCount(System.Collections.Generic.List`1,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NoAllocHelpers_EnsureListElemCount_TisVector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_m71523B595CACE2CFA9E759F275C89B188310D4CD_gshared (List_1_t577D28CFF6DFE3F6A8D4409F7A21CBF513C04181 * ___list0, int32_t ___count1, const RuntimeMethod* method) { bool V_0 = false; { List_1_t577D28CFF6DFE3F6A8D4409F7A21CBF513C04181 * L_0 = ___list0; NullCheck((List_1_t577D28CFF6DFE3F6A8D4409F7A21CBF513C04181 *)L_0); (( void (*) (List_1_t577D28CFF6DFE3F6A8D4409F7A21CBF513C04181 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((List_1_t577D28CFF6DFE3F6A8D4409F7A21CBF513C04181 *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); List_1_t577D28CFF6DFE3F6A8D4409F7A21CBF513C04181 * L_1 = ___list0; NullCheck((List_1_t577D28CFF6DFE3F6A8D4409F7A21CBF513C04181 *)L_1); int32_t L_2; L_2 = (( int32_t (*) (List_1_t577D28CFF6DFE3F6A8D4409F7A21CBF513C04181 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)((List_1_t577D28CFF6DFE3F6A8D4409F7A21CBF513C04181 *)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); int32_t L_3 = ___count1; V_0 = (bool)((((int32_t)L_2) < ((int32_t)L_3))? 1 : 0); bool L_4 = V_0; if (!L_4) { goto IL_001d; } } { List_1_t577D28CFF6DFE3F6A8D4409F7A21CBF513C04181 * L_5 = ___list0; int32_t L_6 = ___count1; NullCheck((List_1_t577D28CFF6DFE3F6A8D4409F7A21CBF513C04181 *)L_5); (( void (*) (List_1_t577D28CFF6DFE3F6A8D4409F7A21CBF513C04181 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)((List_1_t577D28CFF6DFE3F6A8D4409F7A21CBF513C04181 *)L_5, (int32_t)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); } IL_001d: { List_1_t577D28CFF6DFE3F6A8D4409F7A21CBF513C04181 * L_7 = ___list0; int32_t L_8 = ___count1; (( void (*) (List_1_t577D28CFF6DFE3F6A8D4409F7A21CBF513C04181 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)->methodPointer)((List_1_t577D28CFF6DFE3F6A8D4409F7A21CBF513C04181 *)L_7, (int32_t)L_8, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)); return; } } // System.Void UnityEngine.NoAllocHelpers::EnsureListElemCount(System.Collections.Generic.List`1,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NoAllocHelpers_EnsureListElemCount_TisVector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7_m30224ED490E2B4922A9BD1F0C61DC2ADE43D41A1_gshared (List_1_t14D5F8426BD7087A7AEB49D4DE3DEF404C8BE65A * ___list0, int32_t ___count1, const RuntimeMethod* method) { bool V_0 = false; { List_1_t14D5F8426BD7087A7AEB49D4DE3DEF404C8BE65A * L_0 = ___list0; NullCheck((List_1_t14D5F8426BD7087A7AEB49D4DE3DEF404C8BE65A *)L_0); (( void (*) (List_1_t14D5F8426BD7087A7AEB49D4DE3DEF404C8BE65A *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((List_1_t14D5F8426BD7087A7AEB49D4DE3DEF404C8BE65A *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); List_1_t14D5F8426BD7087A7AEB49D4DE3DEF404C8BE65A * L_1 = ___list0; NullCheck((List_1_t14D5F8426BD7087A7AEB49D4DE3DEF404C8BE65A *)L_1); int32_t L_2; L_2 = (( int32_t (*) (List_1_t14D5F8426BD7087A7AEB49D4DE3DEF404C8BE65A *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)((List_1_t14D5F8426BD7087A7AEB49D4DE3DEF404C8BE65A *)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); int32_t L_3 = ___count1; V_0 = (bool)((((int32_t)L_2) < ((int32_t)L_3))? 1 : 0); bool L_4 = V_0; if (!L_4) { goto IL_001d; } } { List_1_t14D5F8426BD7087A7AEB49D4DE3DEF404C8BE65A * L_5 = ___list0; int32_t L_6 = ___count1; NullCheck((List_1_t14D5F8426BD7087A7AEB49D4DE3DEF404C8BE65A *)L_5); (( void (*) (List_1_t14D5F8426BD7087A7AEB49D4DE3DEF404C8BE65A *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)((List_1_t14D5F8426BD7087A7AEB49D4DE3DEF404C8BE65A *)L_5, (int32_t)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); } IL_001d: { List_1_t14D5F8426BD7087A7AEB49D4DE3DEF404C8BE65A * L_7 = ___list0; int32_t L_8 = ___count1; (( void (*) (List_1_t14D5F8426BD7087A7AEB49D4DE3DEF404C8BE65A *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)->methodPointer)((List_1_t14D5F8426BD7087A7AEB49D4DE3DEF404C8BE65A *)L_7, (int32_t)L_8, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)); return; } } // T[] UnityEngine.NoAllocHelpers::ExtractArrayFromListT(System.Collections.Generic.List`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* NoAllocHelpers_ExtractArrayFromListT_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_mC1B2BFD3782CAC8F70B303BB79A83368D958EC41_gshared (List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7 * ___list0, const RuntimeMethod* method) { Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* V_0 = NULL; { List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7 * L_0 = ___list0; RuntimeArray * L_1; L_1 = NoAllocHelpers_ExtractArrayFromList_mA6F3D31A24E48EE8B18DE804A162ECE0A54356D4((RuntimeObject *)L_0, /*hidden argument*/NULL); V_0 = (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)((Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)Castclass((RuntimeObject*)L_1, IL2CPP_RGCTX_DATA(method->rgctx_data, 0))); goto IL_000f; } IL_000f: { Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_2 = V_0; return (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)L_2; } } // T[] UnityEngine.NoAllocHelpers::ExtractArrayFromListT(System.Collections.Generic.List`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* NoAllocHelpers_ExtractArrayFromListT_TisRuntimeObject_m874B059C5DE56816CE6AB5163EE7DA3B8A9ADB15_gshared (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * ___list0, const RuntimeMethod* method) { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* V_0 = NULL; { List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * L_0 = ___list0; RuntimeArray * L_1; L_1 = NoAllocHelpers_ExtractArrayFromList_mA6F3D31A24E48EE8B18DE804A162ECE0A54356D4((RuntimeObject *)L_0, /*hidden argument*/NULL); V_0 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)((ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)Castclass((RuntimeObject*)L_1, IL2CPP_RGCTX_DATA(method->rgctx_data, 0))); goto IL_000f; } IL_000f: { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_2 = V_0; return (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)L_2; } } // System.Void UnityEngine.NoAllocHelpers::ResizeList(System.Collections.Generic.List`1,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NoAllocHelpers_ResizeList_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_m76DEEF159CCAE25070E5E97D1C3ED18A904A1080_gshared (List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7 * ___list0, int32_t ___size1, const RuntimeMethod* method) { bool V_0 = false; bool V_1 = false; bool V_2 = false; int32_t G_B5_0 = 0; { List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7 * L_0 = ___list0; V_0 = (bool)((((RuntimeObject*)(List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7 *)L_0) == ((RuntimeObject*)(RuntimeObject *)NULL))? 1 : 0); bool L_1 = V_0; if (!L_1) { goto IL_0014; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_2 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_2, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral5AC64F41AC098111BD52F434F0C2E60A4F2DE3BC)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NoAllocHelpers_ResizeList_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_m76DEEF159CCAE25070E5E97D1C3ED18A904A1080_RuntimeMethod_var))); } IL_0014: { int32_t L_3 = ___size1; if ((((int32_t)L_3) < ((int32_t)0))) { goto IL_0023; } } { int32_t L_4 = ___size1; List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7 * L_5 = ___list0; NullCheck((List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7 *)L_5); int32_t L_6; L_6 = (( int32_t (*) (List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7 *)L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); G_B5_0 = ((((int32_t)L_4) > ((int32_t)L_6))? 1 : 0); goto IL_0024; } IL_0023: { G_B5_0 = 1; } IL_0024: { V_1 = (bool)G_B5_0; bool L_7 = V_1; if (!L_7) { goto IL_0038; } } { ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_8 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m71044C2110E357B71A1C30D2561C3F861AF1DC0D(L_8, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral6EB07847B96B4920AD36A2529E7AD9EFB2F7C468)), (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral5AC64F41AC098111BD52F434F0C2E60A4F2DE3BC)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NoAllocHelpers_ResizeList_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_m76DEEF159CCAE25070E5E97D1C3ED18A904A1080_RuntimeMethod_var))); } IL_0038: { int32_t L_9 = ___size1; List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7 * L_10 = ___list0; NullCheck((List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7 *)L_10); int32_t L_11; L_11 = (( int32_t (*) (List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)((List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7 *)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); V_2 = (bool)((((int32_t)((((int32_t)L_9) == ((int32_t)L_11))? 1 : 0)) == ((int32_t)0))? 1 : 0); bool L_12 = V_2; if (!L_12) { goto IL_0050; } } { List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7 * L_13 = ___list0; int32_t L_14 = ___size1; NoAllocHelpers_Internal_ResizeList_mC6F3118F787E38BB51F98E1A827ED04A4FCA8CDA((RuntimeObject *)L_13, (int32_t)L_14, /*hidden argument*/NULL); } IL_0050: { return; } } // System.Void UnityEngine.NoAllocHelpers::ResizeList(System.Collections.Generic.List`1,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NoAllocHelpers_ResizeList_TisRuntimeObject_m797AFBF7B94F1AF7A041B53B48320B771911A686_gshared (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * ___list0, int32_t ___size1, const RuntimeMethod* method) { bool V_0 = false; bool V_1 = false; bool V_2 = false; int32_t G_B5_0 = 0; { List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * L_0 = ___list0; V_0 = (bool)((((RuntimeObject*)(List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 *)L_0) == ((RuntimeObject*)(RuntimeObject *)NULL))? 1 : 0); bool L_1 = V_0; if (!L_1) { goto IL_0014; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_2 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_2, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral5AC64F41AC098111BD52F434F0C2E60A4F2DE3BC)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NoAllocHelpers_ResizeList_TisRuntimeObject_m797AFBF7B94F1AF7A041B53B48320B771911A686_RuntimeMethod_var))); } IL_0014: { int32_t L_3 = ___size1; if ((((int32_t)L_3) < ((int32_t)0))) { goto IL_0023; } } { int32_t L_4 = ___size1; List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * L_5 = ___list0; NullCheck((List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 *)L_5); int32_t L_6; L_6 = (( int32_t (*) (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 *)L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); G_B5_0 = ((((int32_t)L_4) > ((int32_t)L_6))? 1 : 0); goto IL_0024; } IL_0023: { G_B5_0 = 1; } IL_0024: { V_1 = (bool)G_B5_0; bool L_7 = V_1; if (!L_7) { goto IL_0038; } } { ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_8 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m71044C2110E357B71A1C30D2561C3F861AF1DC0D(L_8, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral6EB07847B96B4920AD36A2529E7AD9EFB2F7C468)), (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral5AC64F41AC098111BD52F434F0C2E60A4F2DE3BC)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NoAllocHelpers_ResizeList_TisRuntimeObject_m797AFBF7B94F1AF7A041B53B48320B771911A686_RuntimeMethod_var))); } IL_0038: { int32_t L_9 = ___size1; List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * L_10 = ___list0; NullCheck((List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 *)L_10); int32_t L_11; L_11 = (( int32_t (*) (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)((List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 *)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); V_2 = (bool)((((int32_t)((((int32_t)L_9) == ((int32_t)L_11))? 1 : 0)) == ((int32_t)0))? 1 : 0); bool L_12 = V_2; if (!L_12) { goto IL_0050; } } { List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * L_13 = ___list0; int32_t L_14 = ___size1; NoAllocHelpers_Internal_ResizeList_mC6F3118F787E38BB51F98E1A827ED04A4FCA8CDA((RuntimeObject *)L_13, (int32_t)L_14, /*hidden argument*/NULL); } IL_0050: { return; } } // System.Void UnityEngine.NoAllocHelpers::ResizeList(System.Collections.Generic.List`1,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NoAllocHelpers_ResizeList_TisVector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_mBEB191034321E8156EED5ABCECAAA1E532A00139_gshared (List_1_t577D28CFF6DFE3F6A8D4409F7A21CBF513C04181 * ___list0, int32_t ___size1, const RuntimeMethod* method) { bool V_0 = false; bool V_1 = false; bool V_2 = false; int32_t G_B5_0 = 0; { List_1_t577D28CFF6DFE3F6A8D4409F7A21CBF513C04181 * L_0 = ___list0; V_0 = (bool)((((RuntimeObject*)(List_1_t577D28CFF6DFE3F6A8D4409F7A21CBF513C04181 *)L_0) == ((RuntimeObject*)(RuntimeObject *)NULL))? 1 : 0); bool L_1 = V_0; if (!L_1) { goto IL_0014; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_2 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_2, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral5AC64F41AC098111BD52F434F0C2E60A4F2DE3BC)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NoAllocHelpers_ResizeList_TisVector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_mBEB191034321E8156EED5ABCECAAA1E532A00139_RuntimeMethod_var))); } IL_0014: { int32_t L_3 = ___size1; if ((((int32_t)L_3) < ((int32_t)0))) { goto IL_0023; } } { int32_t L_4 = ___size1; List_1_t577D28CFF6DFE3F6A8D4409F7A21CBF513C04181 * L_5 = ___list0; NullCheck((List_1_t577D28CFF6DFE3F6A8D4409F7A21CBF513C04181 *)L_5); int32_t L_6; L_6 = (( int32_t (*) (List_1_t577D28CFF6DFE3F6A8D4409F7A21CBF513C04181 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((List_1_t577D28CFF6DFE3F6A8D4409F7A21CBF513C04181 *)L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); G_B5_0 = ((((int32_t)L_4) > ((int32_t)L_6))? 1 : 0); goto IL_0024; } IL_0023: { G_B5_0 = 1; } IL_0024: { V_1 = (bool)G_B5_0; bool L_7 = V_1; if (!L_7) { goto IL_0038; } } { ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_8 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m71044C2110E357B71A1C30D2561C3F861AF1DC0D(L_8, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral6EB07847B96B4920AD36A2529E7AD9EFB2F7C468)), (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral5AC64F41AC098111BD52F434F0C2E60A4F2DE3BC)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NoAllocHelpers_ResizeList_TisVector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_mBEB191034321E8156EED5ABCECAAA1E532A00139_RuntimeMethod_var))); } IL_0038: { int32_t L_9 = ___size1; List_1_t577D28CFF6DFE3F6A8D4409F7A21CBF513C04181 * L_10 = ___list0; NullCheck((List_1_t577D28CFF6DFE3F6A8D4409F7A21CBF513C04181 *)L_10); int32_t L_11; L_11 = (( int32_t (*) (List_1_t577D28CFF6DFE3F6A8D4409F7A21CBF513C04181 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)((List_1_t577D28CFF6DFE3F6A8D4409F7A21CBF513C04181 *)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); V_2 = (bool)((((int32_t)((((int32_t)L_9) == ((int32_t)L_11))? 1 : 0)) == ((int32_t)0))? 1 : 0); bool L_12 = V_2; if (!L_12) { goto IL_0050; } } { List_1_t577D28CFF6DFE3F6A8D4409F7A21CBF513C04181 * L_13 = ___list0; int32_t L_14 = ___size1; NoAllocHelpers_Internal_ResizeList_mC6F3118F787E38BB51F98E1A827ED04A4FCA8CDA((RuntimeObject *)L_13, (int32_t)L_14, /*hidden argument*/NULL); } IL_0050: { return; } } // System.Void UnityEngine.NoAllocHelpers::ResizeList(System.Collections.Generic.List`1,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NoAllocHelpers_ResizeList_TisVector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7_m40519EF2EAFDA1C51F0448BF537EF461CC909FED_gshared (List_1_t14D5F8426BD7087A7AEB49D4DE3DEF404C8BE65A * ___list0, int32_t ___size1, const RuntimeMethod* method) { bool V_0 = false; bool V_1 = false; bool V_2 = false; int32_t G_B5_0 = 0; { List_1_t14D5F8426BD7087A7AEB49D4DE3DEF404C8BE65A * L_0 = ___list0; V_0 = (bool)((((RuntimeObject*)(List_1_t14D5F8426BD7087A7AEB49D4DE3DEF404C8BE65A *)L_0) == ((RuntimeObject*)(RuntimeObject *)NULL))? 1 : 0); bool L_1 = V_0; if (!L_1) { goto IL_0014; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_2 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_2, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral5AC64F41AC098111BD52F434F0C2E60A4F2DE3BC)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NoAllocHelpers_ResizeList_TisVector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7_m40519EF2EAFDA1C51F0448BF537EF461CC909FED_RuntimeMethod_var))); } IL_0014: { int32_t L_3 = ___size1; if ((((int32_t)L_3) < ((int32_t)0))) { goto IL_0023; } } { int32_t L_4 = ___size1; List_1_t14D5F8426BD7087A7AEB49D4DE3DEF404C8BE65A * L_5 = ___list0; NullCheck((List_1_t14D5F8426BD7087A7AEB49D4DE3DEF404C8BE65A *)L_5); int32_t L_6; L_6 = (( int32_t (*) (List_1_t14D5F8426BD7087A7AEB49D4DE3DEF404C8BE65A *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((List_1_t14D5F8426BD7087A7AEB49D4DE3DEF404C8BE65A *)L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); G_B5_0 = ((((int32_t)L_4) > ((int32_t)L_6))? 1 : 0); goto IL_0024; } IL_0023: { G_B5_0 = 1; } IL_0024: { V_1 = (bool)G_B5_0; bool L_7 = V_1; if (!L_7) { goto IL_0038; } } { ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_8 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m71044C2110E357B71A1C30D2561C3F861AF1DC0D(L_8, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral6EB07847B96B4920AD36A2529E7AD9EFB2F7C468)), (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral5AC64F41AC098111BD52F434F0C2E60A4F2DE3BC)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NoAllocHelpers_ResizeList_TisVector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7_m40519EF2EAFDA1C51F0448BF537EF461CC909FED_RuntimeMethod_var))); } IL_0038: { int32_t L_9 = ___size1; List_1_t14D5F8426BD7087A7AEB49D4DE3DEF404C8BE65A * L_10 = ___list0; NullCheck((List_1_t14D5F8426BD7087A7AEB49D4DE3DEF404C8BE65A *)L_10); int32_t L_11; L_11 = (( int32_t (*) (List_1_t14D5F8426BD7087A7AEB49D4DE3DEF404C8BE65A *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)((List_1_t14D5F8426BD7087A7AEB49D4DE3DEF404C8BE65A *)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); V_2 = (bool)((((int32_t)((((int32_t)L_9) == ((int32_t)L_11))? 1 : 0)) == ((int32_t)0))? 1 : 0); bool L_12 = V_2; if (!L_12) { goto IL_0050; } } { List_1_t14D5F8426BD7087A7AEB49D4DE3DEF404C8BE65A * L_13 = ___list0; int32_t L_14 = ___size1; NoAllocHelpers_Internal_ResizeList_mC6F3118F787E38BB51F98E1A827ED04A4FCA8CDA((RuntimeObject *)L_13, (int32_t)L_14, /*hidden argument*/NULL); } IL_0050: { return; } } // System.Int32 UnityEngine.NoAllocHelpers::SafeLength(System.Collections.Generic.List`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NoAllocHelpers_SafeLength_TisColor32_tDB54A78627878A7D2DE42BB028D64306A18E858D_m3425D8A84DD6502CCC10C70ECD9EE81FB2F64897_gshared (List_1_tE21C42BE31D35DD3ECF3322C6CA057E27A81B4D5 * ___values0, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t G_B3_0 = 0; { List_1_tE21C42BE31D35DD3ECF3322C6CA057E27A81B4D5 * L_0 = ___values0; if (L_0) { goto IL_0007; } } { G_B3_0 = 0; goto IL_000d; } IL_0007: { List_1_tE21C42BE31D35DD3ECF3322C6CA057E27A81B4D5 * L_1 = ___values0; NullCheck((List_1_tE21C42BE31D35DD3ECF3322C6CA057E27A81B4D5 *)L_1); int32_t L_2; L_2 = (( int32_t (*) (List_1_tE21C42BE31D35DD3ECF3322C6CA057E27A81B4D5 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((List_1_tE21C42BE31D35DD3ECF3322C6CA057E27A81B4D5 *)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); G_B3_0 = L_2; } IL_000d: { V_0 = (int32_t)G_B3_0; goto IL_0010; } IL_0010: { int32_t L_3 = V_0; return (int32_t)L_3; } } // System.Int32 UnityEngine.NoAllocHelpers::SafeLength(System.Collections.Generic.List`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NoAllocHelpers_SafeLength_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_m5ADA43DC307D17E205F70FBC2BA5E5E491F4AF59_gshared (List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7 * ___values0, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t G_B3_0 = 0; { List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7 * L_0 = ___values0; if (L_0) { goto IL_0007; } } { G_B3_0 = 0; goto IL_000d; } IL_0007: { List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7 * L_1 = ___values0; NullCheck((List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7 *)L_1); int32_t L_2; L_2 = (( int32_t (*) (List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7 *)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); G_B3_0 = L_2; } IL_000d: { V_0 = (int32_t)G_B3_0; goto IL_0010; } IL_0010: { int32_t L_3 = V_0; return (int32_t)L_3; } } // System.Int32 UnityEngine.NoAllocHelpers::SafeLength(System.Collections.Generic.List`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NoAllocHelpers_SafeLength_TisRuntimeObject_m4F2C29F567309CB6C238CF5329D7E1AD74340613_gshared (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * ___values0, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t G_B3_0 = 0; { List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * L_0 = ___values0; if (L_0) { goto IL_0007; } } { G_B3_0 = 0; goto IL_000d; } IL_0007: { List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * L_1 = ___values0; NullCheck((List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 *)L_1); int32_t L_2; L_2 = (( int32_t (*) (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 *)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); G_B3_0 = L_2; } IL_000d: { V_0 = (int32_t)G_B3_0; goto IL_0010; } IL_0010: { int32_t L_3 = V_0; return (int32_t)L_3; } } // System.Int32 UnityEngine.NoAllocHelpers::SafeLength(System.Collections.Generic.List`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NoAllocHelpers_SafeLength_TisVector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9_mB028487CC8AB9D78AF468D4F8CE7D8DDE06071CD_gshared (List_1_t400048180333F4A09A4A727C9A666AA5D2BB27A9 * ___values0, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t G_B3_0 = 0; { List_1_t400048180333F4A09A4A727C9A666AA5D2BB27A9 * L_0 = ___values0; if (L_0) { goto IL_0007; } } { G_B3_0 = 0; goto IL_000d; } IL_0007: { List_1_t400048180333F4A09A4A727C9A666AA5D2BB27A9 * L_1 = ___values0; NullCheck((List_1_t400048180333F4A09A4A727C9A666AA5D2BB27A9 *)L_1); int32_t L_2; L_2 = (( int32_t (*) (List_1_t400048180333F4A09A4A727C9A666AA5D2BB27A9 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((List_1_t400048180333F4A09A4A727C9A666AA5D2BB27A9 *)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); G_B3_0 = L_2; } IL_000d: { V_0 = (int32_t)G_B3_0; goto IL_0010; } IL_0010: { int32_t L_3 = V_0; return (int32_t)L_3; } } // System.Int32 UnityEngine.NoAllocHelpers::SafeLength(System.Collections.Generic.List`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NoAllocHelpers_SafeLength_TisVector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_m8588F697B577F93C711653EE63C670302BD71859_gshared (List_1_t577D28CFF6DFE3F6A8D4409F7A21CBF513C04181 * ___values0, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t G_B3_0 = 0; { List_1_t577D28CFF6DFE3F6A8D4409F7A21CBF513C04181 * L_0 = ___values0; if (L_0) { goto IL_0007; } } { G_B3_0 = 0; goto IL_000d; } IL_0007: { List_1_t577D28CFF6DFE3F6A8D4409F7A21CBF513C04181 * L_1 = ___values0; NullCheck((List_1_t577D28CFF6DFE3F6A8D4409F7A21CBF513C04181 *)L_1); int32_t L_2; L_2 = (( int32_t (*) (List_1_t577D28CFF6DFE3F6A8D4409F7A21CBF513C04181 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((List_1_t577D28CFF6DFE3F6A8D4409F7A21CBF513C04181 *)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); G_B3_0 = L_2; } IL_000d: { V_0 = (int32_t)G_B3_0; goto IL_0010; } IL_0010: { int32_t L_3 = V_0; return (int32_t)L_3; } } // System.Int32 UnityEngine.NoAllocHelpers::SafeLength(System.Collections.Generic.List`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NoAllocHelpers_SafeLength_TisVector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7_mDE117FA18070589BDBABC517BCBAF17C3EB3AB14_gshared (List_1_t14D5F8426BD7087A7AEB49D4DE3DEF404C8BE65A * ___values0, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t G_B3_0 = 0; { List_1_t14D5F8426BD7087A7AEB49D4DE3DEF404C8BE65A * L_0 = ___values0; if (L_0) { goto IL_0007; } } { G_B3_0 = 0; goto IL_000d; } IL_0007: { List_1_t14D5F8426BD7087A7AEB49D4DE3DEF404C8BE65A * L_1 = ___values0; NullCheck((List_1_t14D5F8426BD7087A7AEB49D4DE3DEF404C8BE65A *)L_1); int32_t L_2; L_2 = (( int32_t (*) (List_1_t14D5F8426BD7087A7AEB49D4DE3DEF404C8BE65A *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((List_1_t14D5F8426BD7087A7AEB49D4DE3DEF404C8BE65A *)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); G_B3_0 = L_2; } IL_000d: { V_0 = (int32_t)G_B3_0; goto IL_0010; } IL_0010: { int32_t L_3 = V_0; return (int32_t)L_3; } } // T OVRResources::Load(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * OVRResources_Load_TisRuntimeObject_m427211656465BA78271023BECD766EF89E743F9D_gshared (String_t* ___path0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Find_m76949A7B2F486F40D736C25F73896E5483279FC1_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OVRResources_t37AF76312E9A68399D23273B1E6C5472DAD25F05_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Predicate_1__ctor_m6B6D8E35C0E83BBC784E881CCFA837ED78F48F14_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Predicate_1_t782ED4F640A61B7ACA1DD787F7C4993C746207B3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFFF7F11090D3F6E79DEC50783602B16EBDA6164E); s_Il2CppMethodInitialized = true; } U3CU3Ec__DisplayClass3_0_1_tA4FEF81D203C2395025A5CEF5FAEC10401C13228 * V_0 = NULL; String_t* V_1 = NULL; RuntimeObject * V_2 = NULL; { U3CU3Ec__DisplayClass3_0_1_tA4FEF81D203C2395025A5CEF5FAEC10401C13228 * L_0 = (U3CU3Ec__DisplayClass3_0_1_tA4FEF81D203C2395025A5CEF5FAEC10401C13228 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (U3CU3Ec__DisplayClass3_0_1_tA4FEF81D203C2395025A5CEF5FAEC10401C13228 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); V_0 = (U3CU3Ec__DisplayClass3_0_1_tA4FEF81D203C2395025A5CEF5FAEC10401C13228 *)L_0; U3CU3Ec__DisplayClass3_0_1_tA4FEF81D203C2395025A5CEF5FAEC10401C13228 * L_1 = V_0; String_t* L_2 = ___path0; NullCheck(L_1); L_1->set_path_0(L_2); // if (Debug.isDebugBuild) IL2CPP_RUNTIME_CLASS_INIT(Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); bool L_3; L_3 = Debug_get_isDebugBuild_mEFC4658EA34BA262EB8D6D1AB5FDB73478EA32C7(/*hidden argument*/NULL); if (!L_3) { goto IL_0058; } } { // if (resourceBundle == null) AssetBundle_t4D34D7FDF0F230DC641DC1FCFA2C0E7E9E628FA4 * L_4 = ((OVRResources_t37AF76312E9A68399D23273B1E6C5472DAD25F05_StaticFields*)il2cpp_codegen_static_fields_for(OVRResources_t37AF76312E9A68399D23273B1E6C5472DAD25F05_il2cpp_TypeInfo_var))->get_resourceBundle_4(); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_5; L_5 = Object_op_Equality_m6D7EBC0E6D7E0CE1E9671D21DE14C9158AFB88B2((Object_tF2F3778131EFF286AF62B7B013A170F95A91571A *)L_4, (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A *)NULL, /*hidden argument*/NULL); if (!L_5) { goto IL_0035; } } { // Debug.Log("[OVRResources] Resource bundle was not loaded successfully"); IL2CPP_RUNTIME_CLASS_INIT(Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); Debug_Log_mF2A2ACB1738BA264EF07744AAF260BC5DDD2A11A((RuntimeObject *)_stringLiteralFFF7F11090D3F6E79DEC50783602B16EBDA6164E, /*hidden argument*/NULL); // return null; il2cpp_codegen_initobj((&V_2), sizeof(RuntimeObject *)); RuntimeObject * L_6 = V_2; return (RuntimeObject *)L_6; } IL_0035: { // var result = assetNames.Find(s => s.Contains(path.ToLower())); List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * L_7 = ((OVRResources_t37AF76312E9A68399D23273B1E6C5472DAD25F05_StaticFields*)il2cpp_codegen_static_fields_for(OVRResources_t37AF76312E9A68399D23273B1E6C5472DAD25F05_il2cpp_TypeInfo_var))->get_assetNames_5(); U3CU3Ec__DisplayClass3_0_1_tA4FEF81D203C2395025A5CEF5FAEC10401C13228 * L_8 = V_0; Predicate_1_t782ED4F640A61B7ACA1DD787F7C4993C746207B3 * L_9 = (Predicate_1_t782ED4F640A61B7ACA1DD787F7C4993C746207B3 *)il2cpp_codegen_object_new(Predicate_1_t782ED4F640A61B7ACA1DD787F7C4993C746207B3_il2cpp_TypeInfo_var); Predicate_1__ctor_m6B6D8E35C0E83BBC784E881CCFA837ED78F48F14(L_9, (RuntimeObject *)L_8, (intptr_t)((intptr_t)IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)), /*hidden argument*/Predicate_1__ctor_m6B6D8E35C0E83BBC784E881CCFA837ED78F48F14_RuntimeMethod_var); NullCheck((List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 *)L_7); String_t* L_10; L_10 = List_1_Find_m76949A7B2F486F40D736C25F73896E5483279FC1((List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 *)L_7, (Predicate_1_t782ED4F640A61B7ACA1DD787F7C4993C746207B3 *)L_9, /*hidden argument*/List_1_Find_m76949A7B2F486F40D736C25F73896E5483279FC1_RuntimeMethod_var); V_1 = (String_t*)L_10; // return resourceBundle.LoadAsset(result); AssetBundle_t4D34D7FDF0F230DC641DC1FCFA2C0E7E9E628FA4 * L_11 = ((OVRResources_t37AF76312E9A68399D23273B1E6C5472DAD25F05_StaticFields*)il2cpp_codegen_static_fields_for(OVRResources_t37AF76312E9A68399D23273B1E6C5472DAD25F05_il2cpp_TypeInfo_var))->get_resourceBundle_4(); String_t* L_12 = V_1; NullCheck((AssetBundle_t4D34D7FDF0F230DC641DC1FCFA2C0E7E9E628FA4 *)L_11); RuntimeObject * L_13; L_13 = (( RuntimeObject * (*) (AssetBundle_t4D34D7FDF0F230DC641DC1FCFA2C0E7E9E628FA4 *, String_t*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)->methodPointer)((AssetBundle_t4D34D7FDF0F230DC641DC1FCFA2C0E7E9E628FA4 *)L_11, (String_t*)L_12, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)); return (RuntimeObject *)L_13; } IL_0058: { // return Resources.Load(path); U3CU3Ec__DisplayClass3_0_1_tA4FEF81D203C2395025A5CEF5FAEC10401C13228 * L_14 = V_0; NullCheck(L_14); String_t* L_15 = (String_t*)L_14->get_path_0(); RuntimeObject * L_16; L_16 = (( RuntimeObject * (*) (String_t*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)->methodPointer)((String_t*)L_15, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 4)); return (RuntimeObject *)L_16; } } // T UnityEngine.Object::FindObjectOfType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Object_FindObjectOfType_TisRuntimeObject_m7137356547ADC5089A381F0EC5E9280576983E2E_gshared (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_0 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(method->rgctx_data, 0)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_1; L_1 = Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); Object_tF2F3778131EFF286AF62B7B013A170F95A91571A * L_2; L_2 = Object_FindObjectOfType_m3677683526FB4618006B68244D4189A8791C63E8((Type_t *)L_1, (bool)0, /*hidden argument*/NULL); V_0 = (RuntimeObject *)((RuntimeObject *)Castclass((RuntimeObject*)L_2, IL2CPP_RGCTX_DATA(method->rgctx_data, 1))); goto IL_0019; } IL_0019: { RuntimeObject * L_3 = V_0; return (RuntimeObject *)L_3; } } // T[] UnityEngine.Object::FindObjectsOfType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* Object_FindObjectsOfType_TisRuntimeObject_mCA081E2FE34A8282A0EA67091EF0E1702D1030F4_gshared (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* V_0 = NULL; { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_0 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(method->rgctx_data, 0)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_1; L_1 = Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); ObjectU5BU5D_t1256A8B00BB71C7F582BF08257BE4F826FF64873* L_2; L_2 = Object_FindObjectsOfType_mD2DE28855E84E6572F4F48E3E6C9CE037A52323F((Type_t *)L_1, (bool)0, /*hidden argument*/NULL); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_3; L_3 = (( ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* (*) (ObjectU5BU5D_t1256A8B00BB71C7F582BF08257BE4F826FF64873*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)((ObjectU5BU5D_t1256A8B00BB71C7F582BF08257BE4F826FF64873*)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); V_0 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)L_3; goto IL_0019; } IL_0019: { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_4 = V_0; return (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)L_4; } } // T UnityEngine.Object::Instantiate(T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Object_Instantiate_TisRuntimeObject_m565E2A2E28EE3B4621B2F5C662D569D56A3AE99F_gshared (RuntimeObject * ___original0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF704B54D833421164E45E576DFD279921246BCEA); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; bool V_1 = false; RuntimeObject * V_2 = NULL; { RuntimeObject * L_0 = ___original0; IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); Object_CheckNullArgument_mDB640265C4123DF4D9A4D99EFA29CCEC60374425((RuntimeObject *)L_0, (String_t*)_stringLiteralF704B54D833421164E45E576DFD279921246BCEA, /*hidden argument*/NULL); RuntimeObject * L_1 = ___original0; Object_tF2F3778131EFF286AF62B7B013A170F95A91571A * L_2; L_2 = Object_Internal_CloneSingle_m07F1F541F89E9D53C8F32C299B8FFDCF3CDE2F92((Object_tF2F3778131EFF286AF62B7B013A170F95A91571A *)L_1, /*hidden argument*/NULL); V_0 = (RuntimeObject *)((RuntimeObject *)Castclass((RuntimeObject*)L_2, IL2CPP_RGCTX_DATA(method->rgctx_data, 0))); RuntimeObject * L_3 = V_0; bool L_4; L_4 = Object_op_Equality_m6D7EBC0E6D7E0CE1E9671D21DE14C9158AFB88B2((Object_tF2F3778131EFF286AF62B7B013A170F95A91571A *)L_3, (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A *)NULL, /*hidden argument*/NULL); V_1 = (bool)L_4; bool L_5 = V_1; if (!L_5) { goto IL_003e; } } { UnityException_t5BD9575D9E8FC894770E16640BBC9C2A3DF40101 * L_6 = (UnityException_t5BD9575D9E8FC894770E16640BBC9C2A3DF40101 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&UnityException_t5BD9575D9E8FC894770E16640BBC9C2A3DF40101_il2cpp_TypeInfo_var))); UnityException__ctor_mB8EBFD7A68451D56285E7D51B42FBECFC8A141D8(L_6, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral1C09770F25C8580FC7F6623067ACD12EBA570614)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Object_Instantiate_TisRuntimeObject_m565E2A2E28EE3B4621B2F5C662D569D56A3AE99F_RuntimeMethod_var))); } IL_003e: { RuntimeObject * L_7 = V_0; V_2 = (RuntimeObject *)L_7; goto IL_0042; } IL_0042: { RuntimeObject * L_8 = V_2; return (RuntimeObject *)L_8; } } // T UnityEngine.Object::Instantiate(T,UnityEngine.Transform) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Object_Instantiate_TisRuntimeObject_m74B91FA8C557C84FB00E6AB017C2EB5EA45A9BB8_gshared (RuntimeObject * ___original0, Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___parent1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; { RuntimeObject * L_0 = ___original0; Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_1 = ___parent1; IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); RuntimeObject * L_2; L_2 = (( RuntimeObject * (*) (RuntimeObject *, Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 *, bool, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((RuntimeObject *)L_0, (Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 *)L_1, (bool)0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); V_0 = (RuntimeObject *)L_2; goto IL_000c; } IL_000c: { RuntimeObject * L_3 = V_0; return (RuntimeObject *)L_3; } } // T UnityEngine.Object::Instantiate(T,UnityEngine.Transform,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Object_Instantiate_TisRuntimeObject_mA7F07E54F89B2AAE8694E945F4A17258A45D8627_gshared (RuntimeObject * ___original0, Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___parent1, bool ___worldPositionStays2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; { RuntimeObject * L_0 = ___original0; Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_1 = ___parent1; bool L_2 = ___worldPositionStays2; IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); Object_tF2F3778131EFF286AF62B7B013A170F95A91571A * L_3; L_3 = Object_Instantiate_mF5E8BFA954E3D4C20BC11290DC4DEF250BA60A56((Object_tF2F3778131EFF286AF62B7B013A170F95A91571A *)L_0, (Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 *)L_1, (bool)L_2, /*hidden argument*/NULL); V_0 = (RuntimeObject *)((RuntimeObject *)Castclass((RuntimeObject*)L_3, IL2CPP_RGCTX_DATA(method->rgctx_data, 0))); goto IL_0016; } IL_0016: { RuntimeObject * L_4 = V_0; return (RuntimeObject *)L_4; } } // T UnityEngine.Object::Instantiate(T,UnityEngine.Vector3,UnityEngine.Quaternion) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Object_Instantiate_TisRuntimeObject_mBD77C0F802DCADE1347AF93EA32016846C791C65_gshared (RuntimeObject * ___original0, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___position1, Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 ___rotation2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; { RuntimeObject * L_0 = ___original0; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_1 = ___position1; Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_2 = ___rotation2; IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); Object_tF2F3778131EFF286AF62B7B013A170F95A91571A * L_3; L_3 = Object_Instantiate_m93E1B3A58694AD6C71F46394E5BAEFE4BB2C21B5((Object_tF2F3778131EFF286AF62B7B013A170F95A91571A *)L_0, (Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E )L_1, (Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 )L_2, /*hidden argument*/NULL); V_0 = (RuntimeObject *)((RuntimeObject *)Castclass((RuntimeObject*)L_3, IL2CPP_RGCTX_DATA(method->rgctx_data, 0))); goto IL_0016; } IL_0016: { RuntimeObject * L_4 = V_0; return (RuntimeObject *)L_4; } } // T UnityEngine.Object::Instantiate(T,UnityEngine.Vector3,UnityEngine.Quaternion,UnityEngine.Transform) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Object_Instantiate_TisRuntimeObject_m91E2FBC1191B019C070193A23E95C04571409F8F_gshared (RuntimeObject * ___original0, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___position1, Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 ___rotation2, Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___parent3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; { RuntimeObject * L_0 = ___original0; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_1 = ___position1; Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_2 = ___rotation2; Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_3 = ___parent3; IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); Object_tF2F3778131EFF286AF62B7B013A170F95A91571A * L_4; L_4 = Object_Instantiate_m94CD2DEDA7C8D1EEA7EAE7604926FC85747E7F9D((Object_tF2F3778131EFF286AF62B7B013A170F95A91571A *)L_0, (Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E )L_1, (Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 )L_2, (Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 *)L_3, /*hidden argument*/NULL); V_0 = (RuntimeObject *)((RuntimeObject *)Castclass((RuntimeObject*)L_4, IL2CPP_RGCTX_DATA(method->rgctx_data, 0))); goto IL_0017; } IL_0017: { RuntimeObject * L_5 = V_0; return (RuntimeObject *)L_5; } } // System.IDisposable UnityEngine.InputSystem.Utilities.Observable::Call(System.IObservable`1,System.Action`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Observable_Call_TisRuntimeObject_m65B94C52E8EDCFDE11D87D9642CB846E2DC9DBE0_gshared (RuntimeObject* ___source0, Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * ___action1, const RuntimeMethod* method) { { // if (source == null) RuntimeObject* L_0 = ___source0; if (L_0) { goto IL_000e; } } { // throw new ArgumentNullException(nameof(source)); ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral66F9618FDA792CAB23AF2D7FFB50AB2D3E393DC5)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Observable_Call_TisRuntimeObject_m65B94C52E8EDCFDE11D87D9642CB846E2DC9DBE0_RuntimeMethod_var))); } IL_000e: { // if (action == null) Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * L_2 = ___action1; if (L_2) { goto IL_001c; } } { // throw new ArgumentNullException(nameof(action)); ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_3 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_3, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF9010398F7F524C05AB19445BDCE02E617A3E267)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Observable_Call_TisRuntimeObject_m65B94C52E8EDCFDE11D87D9642CB846E2DC9DBE0_RuntimeMethod_var))); } IL_001c: { // return source.Subscribe(new Observer(action)); RuntimeObject* L_4 = ___source0; Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * L_5 = ___action1; Observer_1_tCC0FD358EFE6BB61DF1DFCC5A20A722D06D73658 * L_6 = (Observer_1_tCC0FD358EFE6BB61DF1DFCC5A20A722D06D73658 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (Observer_1_tCC0FD358EFE6BB61DF1DFCC5A20A722D06D73658 *, Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC *, Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_6, (Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC *)L_5, (Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 *)NULL, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); NullCheck((RuntimeObject*)L_4); RuntimeObject* L_7; L_7 = InterfaceFuncInvoker1< RuntimeObject*, RuntimeObject* >::Invoke(0 /* System.IDisposable System.IObservable`1::Subscribe(System.IObserver`1) */, IL2CPP_RGCTX_DATA(method->rgctx_data, 2), (RuntimeObject*)L_4, (RuntimeObject*)L_6); return (RuntimeObject*)L_7; } } // System.IDisposable UnityEngine.InputSystem.Utilities.Observable::CallOnce(System.IObservable`1,System.Action`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Observable_CallOnce_TisRuntimeObject_m95EAF1FC5A4D51CDBF4A3B2CC960E85DB482FC4E_gshared (RuntimeObject* ___source0, Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * ___action1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } U3CU3Ec__DisplayClass6_0_1_tABFEDC090FDA79770CCFC1ADD336982E02F03CA7 * V_0 = NULL; { U3CU3Ec__DisplayClass6_0_1_tABFEDC090FDA79770CCFC1ADD336982E02F03CA7 * L_0 = (U3CU3Ec__DisplayClass6_0_1_tABFEDC090FDA79770CCFC1ADD336982E02F03CA7 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (U3CU3Ec__DisplayClass6_0_1_tABFEDC090FDA79770CCFC1ADD336982E02F03CA7 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); V_0 = (U3CU3Ec__DisplayClass6_0_1_tABFEDC090FDA79770CCFC1ADD336982E02F03CA7 *)L_0; // if (source == null) RuntimeObject* L_1 = ___source0; if (L_1) { goto IL_0014; } } { // throw new ArgumentNullException(nameof(source)); ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_2 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_2, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral66F9618FDA792CAB23AF2D7FFB50AB2D3E393DC5)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Observable_CallOnce_TisRuntimeObject_m95EAF1FC5A4D51CDBF4A3B2CC960E85DB482FC4E_RuntimeMethod_var))); } IL_0014: { // if (action == null) Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * L_3 = ___action1; if (L_3) { goto IL_0022; } } { // throw new ArgumentNullException(nameof(action)); ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_4 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_4, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF9010398F7F524C05AB19445BDCE02E617A3E267)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Observable_CallOnce_TisRuntimeObject_m95EAF1FC5A4D51CDBF4A3B2CC960E85DB482FC4E_RuntimeMethod_var))); } IL_0022: { // IDisposable subscription = null; U3CU3Ec__DisplayClass6_0_1_tABFEDC090FDA79770CCFC1ADD336982E02F03CA7 * L_5 = V_0; NullCheck(L_5); L_5->set_subscription_0((RuntimeObject*)NULL); // subscription = source.Take(1).Subscribe(new Observer(action, () => subscription?.Dispose())); U3CU3Ec__DisplayClass6_0_1_tABFEDC090FDA79770CCFC1ADD336982E02F03CA7 * L_6 = V_0; RuntimeObject* L_7 = ___source0; RuntimeObject* L_8; L_8 = (( RuntimeObject* (*) (RuntimeObject*, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)((RuntimeObject*)L_7, (int32_t)1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * L_9 = ___action1; U3CU3Ec__DisplayClass6_0_1_tABFEDC090FDA79770CCFC1ADD336982E02F03CA7 * L_10 = V_0; Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * L_11 = (Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 *)il2cpp_codegen_object_new(Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6_il2cpp_TypeInfo_var); Action__ctor_m07BE5EE8A629FBBA52AE6356D57A0D371BE2574B(L_11, (RuntimeObject *)L_10, (intptr_t)((intptr_t)IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)), /*hidden argument*/NULL); Observer_1_tCC0FD358EFE6BB61DF1DFCC5A20A722D06D73658 * L_12 = (Observer_1_tCC0FD358EFE6BB61DF1DFCC5A20A722D06D73658 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 4)); (( void (*) (Observer_1_tCC0FD358EFE6BB61DF1DFCC5A20A722D06D73658 *, Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC *, Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 5)->methodPointer)(L_12, (Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC *)L_9, (Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 *)L_11, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 5)); NullCheck((RuntimeObject*)L_8); RuntimeObject* L_13; L_13 = InterfaceFuncInvoker1< RuntimeObject*, RuntimeObject* >::Invoke(0 /* System.IDisposable System.IObservable`1::Subscribe(System.IObserver`1) */, IL2CPP_RGCTX_DATA(method->rgctx_data, 6), (RuntimeObject*)L_8, (RuntimeObject*)L_12); NullCheck(L_6); L_6->set_subscription_0(L_13); // return subscription; U3CU3Ec__DisplayClass6_0_1_tABFEDC090FDA79770CCFC1ADD336982E02F03CA7 * L_14 = V_0; NullCheck(L_14); RuntimeObject* L_15 = (RuntimeObject*)L_14->get_subscription_0(); return (RuntimeObject*)L_15; } } // System.IObservable`1 UnityEngine.InputSystem.Utilities.Observable::ForDevice(System.IObservable`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Observable_ForDevice_TisRuntimeObject_m2B29E78B9557E13B503B2CB9EC18829A87B252F7_gshared (RuntimeObject* ___source0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ForDeviceEventObservable_t8EA40B6E331B7065B3869499C0434911C99BE2B3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (source == null) RuntimeObject* L_0 = ___source0; if (L_0) { goto IL_000e; } } { // throw new ArgumentNullException(nameof(source)); ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral66F9618FDA792CAB23AF2D7FFB50AB2D3E393DC5)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Observable_ForDevice_TisRuntimeObject_m2B29E78B9557E13B503B2CB9EC18829A87B252F7_RuntimeMethod_var))); } IL_000e: { // return new ForDeviceEventObservable(source, typeof(TDevice), null); RuntimeObject* L_2 = ___source0; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_3 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(method->rgctx_data, 0)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_4; L_4 = Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_3, /*hidden argument*/NULL); ForDeviceEventObservable_t8EA40B6E331B7065B3869499C0434911C99BE2B3 * L_5 = (ForDeviceEventObservable_t8EA40B6E331B7065B3869499C0434911C99BE2B3 *)il2cpp_codegen_object_new(ForDeviceEventObservable_t8EA40B6E331B7065B3869499C0434911C99BE2B3_il2cpp_TypeInfo_var); ForDeviceEventObservable__ctor_m962D9439A7519CC74D25B950CB23AEBD35014639(L_5, (RuntimeObject*)L_2, (Type_t *)L_4, (InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 *)NULL, /*hidden argument*/NULL); return (RuntimeObject*)L_5; } } // System.IObservable`1 UnityEngine.InputSystem.Utilities.Observable::Select(System.IObservable`1,System.Func`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Observable_Select_TisInputEventPtr_t3ECDD4FDE129B0CD8021DF46D8D01D941F4AE5C1_TisRuntimeObject_mC3EF2C2C080C9EFB9CE2CCEF4CCB92FD9B066C8F_gshared (RuntimeObject* ___source0, Func_2_t469A17D5D5D683C1A9B916A191550BC58A2409F0 * ___filter1, const RuntimeMethod* method) { { // if (source == null) RuntimeObject* L_0 = ___source0; if (L_0) { goto IL_000e; } } { // throw new ArgumentNullException(nameof(source)); ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral66F9618FDA792CAB23AF2D7FFB50AB2D3E393DC5)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Observable_Select_TisInputEventPtr_t3ECDD4FDE129B0CD8021DF46D8D01D941F4AE5C1_TisRuntimeObject_mC3EF2C2C080C9EFB9CE2CCEF4CCB92FD9B066C8F_RuntimeMethod_var))); } IL_000e: { // if (filter == null) Func_2_t469A17D5D5D683C1A9B916A191550BC58A2409F0 * L_2 = ___filter1; if (L_2) { goto IL_001c; } } { // throw new ArgumentNullException(nameof(filter)); ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_3 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_3, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral5601A0ED74C235668EBD9B6850B0C73C8B338118)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Observable_Select_TisInputEventPtr_t3ECDD4FDE129B0CD8021DF46D8D01D941F4AE5C1_TisRuntimeObject_mC3EF2C2C080C9EFB9CE2CCEF4CCB92FD9B066C8F_RuntimeMethod_var))); } IL_001c: { // return new SelectObservable(source, filter); RuntimeObject* L_4 = ___source0; Func_2_t469A17D5D5D683C1A9B916A191550BC58A2409F0 * L_5 = ___filter1; SelectObservable_2_t9D0E8B2CDD370FB38351BC059E895A8ABB78C6F0 * L_6 = (SelectObservable_2_t9D0E8B2CDD370FB38351BC059E895A8ABB78C6F0 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (SelectObservable_2_t9D0E8B2CDD370FB38351BC059E895A8ABB78C6F0 *, RuntimeObject*, Func_2_t469A17D5D5D683C1A9B916A191550BC58A2409F0 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_6, (RuntimeObject*)L_4, (Func_2_t469A17D5D5D683C1A9B916A191550BC58A2409F0 *)L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); return (RuntimeObject*)L_6; } } // System.IObservable`1 UnityEngine.InputSystem.Utilities.Observable::Select(System.IObservable`1,System.Func`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Observable_Select_TisRuntimeObject_TisRuntimeObject_m35DC8CBD4B95925BAD1EC8C293C13B3DBA7FF39F_gshared (RuntimeObject* ___source0, Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * ___filter1, const RuntimeMethod* method) { { // if (source == null) RuntimeObject* L_0 = ___source0; if (L_0) { goto IL_000e; } } { // throw new ArgumentNullException(nameof(source)); ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral66F9618FDA792CAB23AF2D7FFB50AB2D3E393DC5)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Observable_Select_TisRuntimeObject_TisRuntimeObject_m35DC8CBD4B95925BAD1EC8C293C13B3DBA7FF39F_RuntimeMethod_var))); } IL_000e: { // if (filter == null) Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * L_2 = ___filter1; if (L_2) { goto IL_001c; } } { // throw new ArgumentNullException(nameof(filter)); ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_3 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_3, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral5601A0ED74C235668EBD9B6850B0C73C8B338118)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Observable_Select_TisRuntimeObject_TisRuntimeObject_m35DC8CBD4B95925BAD1EC8C293C13B3DBA7FF39F_RuntimeMethod_var))); } IL_001c: { // return new SelectObservable(source, filter); RuntimeObject* L_4 = ___source0; Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 * L_5 = ___filter1; SelectObservable_2_t3D788108136DDB20F2EEA4059403B6B908F67B82 * L_6 = (SelectObservable_2_t3D788108136DDB20F2EEA4059403B6B908F67B82 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (SelectObservable_2_t3D788108136DDB20F2EEA4059403B6B908F67B82 *, RuntimeObject*, Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_6, (RuntimeObject*)L_4, (Func_2_tFF5BB8F40A35B1BEA00D4EBBC6CBE7184A584436 *)L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); return (RuntimeObject*)L_6; } } // System.IObservable`1 UnityEngine.InputSystem.Utilities.Observable::SelectMany(System.IObservable`1,System.Func`2>) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Observable_SelectMany_TisRuntimeObject_TisRuntimeObject_mBAB3210AE604FE1D4BB47AB9A0A5230CEBF202CE_gshared (RuntimeObject* ___source0, Func_2_tD457CA07229B6835F9D0AB141D4F1A7455A8AF29 * ___filter1, const RuntimeMethod* method) { { // if (source == null) RuntimeObject* L_0 = ___source0; if (L_0) { goto IL_000e; } } { // throw new ArgumentNullException(nameof(source)); ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral66F9618FDA792CAB23AF2D7FFB50AB2D3E393DC5)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Observable_SelectMany_TisRuntimeObject_TisRuntimeObject_mBAB3210AE604FE1D4BB47AB9A0A5230CEBF202CE_RuntimeMethod_var))); } IL_000e: { // if (filter == null) Func_2_tD457CA07229B6835F9D0AB141D4F1A7455A8AF29 * L_2 = ___filter1; if (L_2) { goto IL_001c; } } { // throw new ArgumentNullException(nameof(filter)); ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_3 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_3, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral5601A0ED74C235668EBD9B6850B0C73C8B338118)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Observable_SelectMany_TisRuntimeObject_TisRuntimeObject_mBAB3210AE604FE1D4BB47AB9A0A5230CEBF202CE_RuntimeMethod_var))); } IL_001c: { // return new SelectManyObservable(source, filter); RuntimeObject* L_4 = ___source0; Func_2_tD457CA07229B6835F9D0AB141D4F1A7455A8AF29 * L_5 = ___filter1; SelectManyObservable_2_t4145BC0936790A96AA6FB2E74C2BB691335D1219 * L_6 = (SelectManyObservable_2_t4145BC0936790A96AA6FB2E74C2BB691335D1219 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (SelectManyObservable_2_t4145BC0936790A96AA6FB2E74C2BB691335D1219 *, RuntimeObject*, Func_2_tD457CA07229B6835F9D0AB141D4F1A7455A8AF29 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_6, (RuntimeObject*)L_4, (Func_2_tD457CA07229B6835F9D0AB141D4F1A7455A8AF29 *)L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); return (RuntimeObject*)L_6; } } // System.IObservable`1 UnityEngine.InputSystem.Utilities.Observable::Take(System.IObservable`1,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Observable_Take_TisRuntimeObject_m17AFCBF7F0A7BC445733691EF63572E474301F4A_gshared (RuntimeObject* ___source0, int32_t ___count1, const RuntimeMethod* method) { { // if (source == null) RuntimeObject* L_0 = ___source0; if (L_0) { goto IL_000e; } } { // throw new ArgumentNullException(nameof(source)); ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral66F9618FDA792CAB23AF2D7FFB50AB2D3E393DC5)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Observable_Take_TisRuntimeObject_m17AFCBF7F0A7BC445733691EF63572E474301F4A_RuntimeMethod_var))); } IL_000e: { // if (count < 0) int32_t L_2 = ___count1; if ((((int32_t)L_2) >= ((int32_t)0))) { goto IL_001d; } } { // throw new ArgumentOutOfRangeException(nameof(count)); ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_3 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_m329C2882A4CB69F185E98D0DD7E853AA9220960A(L_3, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral07624473F417C06C74D59C64840A1532FCE2C626)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Observable_Take_TisRuntimeObject_m17AFCBF7F0A7BC445733691EF63572E474301F4A_RuntimeMethod_var))); } IL_001d: { // return new TakeNObservable(source, count); RuntimeObject* L_4 = ___source0; int32_t L_5 = ___count1; TakeNObservable_1_t614B8AE7DCAE53575984845C697A47D4D791580D * L_6 = (TakeNObservable_1_t614B8AE7DCAE53575984845C697A47D4D791580D *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (TakeNObservable_1_t614B8AE7DCAE53575984845C697A47D4D791580D *, RuntimeObject*, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_6, (RuntimeObject*)L_4, (int32_t)L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); return (RuntimeObject*)L_6; } } // System.IObservable`1 UnityEngine.InputSystem.Utilities.Observable::Where(System.IObservable`1,System.Func`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Observable_Where_TisRuntimeObject_m488ECD5C216E8182D9FCDD0D98C46C67DD93A49E_gshared (RuntimeObject* ___source0, Func_2_t99409DECFF50F0FA9B427C863AC6C99C66E6F9F8 * ___predicate1, const RuntimeMethod* method) { { // if (source == null) RuntimeObject* L_0 = ___source0; if (L_0) { goto IL_000e; } } { // throw new ArgumentNullException(nameof(source)); ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral66F9618FDA792CAB23AF2D7FFB50AB2D3E393DC5)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Observable_Where_TisRuntimeObject_m488ECD5C216E8182D9FCDD0D98C46C67DD93A49E_RuntimeMethod_var))); } IL_000e: { // if (predicate == null) Func_2_t99409DECFF50F0FA9B427C863AC6C99C66E6F9F8 * L_2 = ___predicate1; if (L_2) { goto IL_001c; } } { // throw new ArgumentNullException(nameof(predicate)); ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_3 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_3, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7EE837B2FC81E79F9F96BEFD9CD8B64870F5C628)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Observable_Where_TisRuntimeObject_m488ECD5C216E8182D9FCDD0D98C46C67DD93A49E_RuntimeMethod_var))); } IL_001c: { // return new WhereObservable(source, predicate); RuntimeObject* L_4 = ___source0; Func_2_t99409DECFF50F0FA9B427C863AC6C99C66E6F9F8 * L_5 = ___predicate1; WhereObservable_1_t36D963808BB5D3A64EB26C52708AD22FCEAF8B3C * L_6 = (WhereObservable_1_t36D963808BB5D3A64EB26C52708AD22FCEAF8B3C *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); (( void (*) (WhereObservable_1_t36D963808BB5D3A64EB26C52708AD22FCEAF8B3C *, RuntimeObject*, Func_2_t99409DECFF50F0FA9B427C863AC6C99C66E6F9F8 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)->methodPointer)(L_6, (RuntimeObject*)L_4, (Func_2_t99409DECFF50F0FA9B427C863AC6C99C66E6F9F8 *)L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 1)); return (RuntimeObject*)L_6; } } // System.Void UnityEngine.InputSystem.OnScreen.OnScreenControl::SendValueToControl(TValue) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OnScreenControl_SendValueToControl_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_m6815E6B288868D0AB5BEC5F06A3FDDEF1354008E_gshared (OnScreenControl_tA6D277F33AD97847569391E9C6EC9443CD08AFE4 * __this, float ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IInputRuntime_t0A177D923A451CB9F40A355C0CA60DDAC6D29946_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputRuntime_t86C5A649BE0CD84BFE7B27910A47F1C83E5108B8_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputSystem_tB2E105FFA04BBFEF25E381E9FBBE7DA78BB18380_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } InputControl_1_t011854B2ED3F016A34A91350FC9B9055E1E820D3 * V_0 = NULL; { // if (m_Control == null) InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_0 = (InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 *)__this->get_m_Control_4(); if (L_0) { goto IL_0009; } } { // return; return; } IL_0009: { // if (!(m_Control is InputControl control)) InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_1 = (InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 *)__this->get_m_Control_4(); V_0 = (InputControl_1_t011854B2ED3F016A34A91350FC9B9055E1E820D3 *)((InputControl_1_t011854B2ED3F016A34A91350FC9B9055E1E820D3 *)IsInst((RuntimeObject*)L_1, IL2CPP_RGCTX_DATA(method->rgctx_data, 0))); InputControl_1_t011854B2ED3F016A34A91350FC9B9055E1E820D3 * L_2 = V_0; if (L_2) { goto IL_0074; } } { // throw new ArgumentException( // $"The control path {controlPath} yields a control of type {m_Control.GetType().Name} which is not an InputControl with value type {typeof(TValue).Name}", nameof(value)); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_3 = (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)SZArrayNew(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var)), (uint32_t)6); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_4 = (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)L_3; NullCheck(L_4); ArrayElementTypeCheck (L_4, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral73FAAC2BC0DAF3CA8C0F99D19FCFEF396EC4D778))); (L_4)->SetAt(static_cast(0), (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral73FAAC2BC0DAF3CA8C0F99D19FCFEF396EC4D778))); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_5 = (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)L_4; NullCheck((OnScreenControl_tA6D277F33AD97847569391E9C6EC9443CD08AFE4 *)__this); String_t* L_6; L_6 = OnScreenControl_get_controlPath_mF56D0CADC158F424CC4CCBC542B58DEACE6C41B3((OnScreenControl_tA6D277F33AD97847569391E9C6EC9443CD08AFE4 *)__this, /*hidden argument*/NULL); NullCheck(L_5); ArrayElementTypeCheck (L_5, L_6); (L_5)->SetAt(static_cast(1), (String_t*)L_6); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_7 = (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)L_5; NullCheck(L_7); ArrayElementTypeCheck (L_7, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral213ABAA76E922BC10339BAF6AC97E9B778E7774F))); (L_7)->SetAt(static_cast(2), (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral213ABAA76E922BC10339BAF6AC97E9B778E7774F))); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_8 = (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)L_7; InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_9 = (InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 *)__this->get_m_Control_4(); NullCheck((RuntimeObject *)L_9); Type_t * L_10; L_10 = Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B((RuntimeObject *)L_9, /*hidden argument*/NULL); NullCheck((MemberInfo_t *)L_10); String_t* L_11; L_11 = VirtFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, (MemberInfo_t *)L_10); NullCheck(L_8); ArrayElementTypeCheck (L_8, L_11); (L_8)->SetAt(static_cast(3), (String_t*)L_11); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_12 = (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)L_8; NullCheck(L_12); ArrayElementTypeCheck (L_12, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral6D17034B21712EB7B5957FBBF819632D04221839))); (L_12)->SetAt(static_cast(4), (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral6D17034B21712EB7B5957FBBF819632D04221839))); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_13 = (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)L_12; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_14 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(method->rgctx_data, 1)) }; IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Type_t_il2cpp_TypeInfo_var))); Type_t * L_15; L_15 = Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_14, /*hidden argument*/NULL); NullCheck((MemberInfo_t *)L_15); String_t* L_16; L_16 = VirtFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, (MemberInfo_t *)L_15); NullCheck(L_13); ArrayElementTypeCheck (L_13, L_16); (L_13)->SetAt(static_cast(5), (String_t*)L_16); String_t* L_17; L_17 = String_Concat_m27B9C3007C7DABFABCC3726B37A3BE08CB40C417((StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)L_13, /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_18 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m71044C2110E357B71A1C30D2561C3F861AF1DC0D(L_18, (String_t*)L_17, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_18, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&OnScreenControl_SendValueToControl_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_m6815E6B288868D0AB5BEC5F06A3FDDEF1354008E_RuntimeMethod_var))); } IL_0074: { // m_InputEventPtr.internalTime = InputRuntime.s_Instance.currentTime; InputEventPtr_t3ECDD4FDE129B0CD8021DF46D8D01D941F4AE5C1 * L_19 = (InputEventPtr_t3ECDD4FDE129B0CD8021DF46D8D01D941F4AE5C1 *)__this->get_address_of_m_InputEventPtr_6(); RuntimeObject* L_20 = ((InputRuntime_t86C5A649BE0CD84BFE7B27910A47F1C83E5108B8_StaticFields*)il2cpp_codegen_static_fields_for(InputRuntime_t86C5A649BE0CD84BFE7B27910A47F1C83E5108B8_il2cpp_TypeInfo_var))->get_s_Instance_0(); NullCheck((RuntimeObject*)L_20); double L_21; L_21 = InterfaceFuncInvoker0< double >::Invoke(19 /* System.Double UnityEngine.InputSystem.LowLevel.IInputRuntime::get_currentTime() */, IInputRuntime_t0A177D923A451CB9F40A355C0CA60DDAC6D29946_il2cpp_TypeInfo_var, (RuntimeObject*)L_20); InputEventPtr_set_internalTime_mD17903386D19A7B1232C00AD60E5C37C9C9CC53D((InputEventPtr_t3ECDD4FDE129B0CD8021DF46D8D01D941F4AE5C1 *)(InputEventPtr_t3ECDD4FDE129B0CD8021DF46D8D01D941F4AE5C1 *)L_19, (double)L_21, /*hidden argument*/NULL); // control.WriteValueIntoEvent(value, m_InputEventPtr); InputControl_1_t011854B2ED3F016A34A91350FC9B9055E1E820D3 * L_22 = V_0; float L_23 = ___value0; InputEventPtr_t3ECDD4FDE129B0CD8021DF46D8D01D941F4AE5C1 L_24 = (InputEventPtr_t3ECDD4FDE129B0CD8021DF46D8D01D941F4AE5C1 )__this->get_m_InputEventPtr_6(); (( void (*) (InputControl_1_t011854B2ED3F016A34A91350FC9B9055E1E820D3 *, float, InputEventPtr_t3ECDD4FDE129B0CD8021DF46D8D01D941F4AE5C1 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)((InputControl_1_t011854B2ED3F016A34A91350FC9B9055E1E820D3 *)L_22, (float)L_23, (InputEventPtr_t3ECDD4FDE129B0CD8021DF46D8D01D941F4AE5C1 )L_24, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); // InputSystem.QueueEvent(m_InputEventPtr); InputEventPtr_t3ECDD4FDE129B0CD8021DF46D8D01D941F4AE5C1 L_25 = (InputEventPtr_t3ECDD4FDE129B0CD8021DF46D8D01D941F4AE5C1 )__this->get_m_InputEventPtr_6(); IL2CPP_RUNTIME_CLASS_INIT(InputSystem_tB2E105FFA04BBFEF25E381E9FBBE7DA78BB18380_il2cpp_TypeInfo_var); InputSystem_QueueEvent_m39DBF777DF4A61518CA82E90135687A6BC5C03C7((InputEventPtr_t3ECDD4FDE129B0CD8021DF46D8D01D941F4AE5C1 )L_25, /*hidden argument*/NULL); // } return; } } // System.Void UnityEngine.InputSystem.OnScreen.OnScreenControl::SendValueToControl(TValue) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OnScreenControl_SendValueToControl_TisVector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9_m26F6D995CD230E485D2180292F35ECBDB255F812_gshared (OnScreenControl_tA6D277F33AD97847569391E9C6EC9443CD08AFE4 * __this, Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IInputRuntime_t0A177D923A451CB9F40A355C0CA60DDAC6D29946_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputRuntime_t86C5A649BE0CD84BFE7B27910A47F1C83E5108B8_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InputSystem_tB2E105FFA04BBFEF25E381E9FBBE7DA78BB18380_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } InputControl_1_t0C6774D908F28CC2187A664A1D73FB294F808163 * V_0 = NULL; { // if (m_Control == null) InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_0 = (InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 *)__this->get_m_Control_4(); if (L_0) { goto IL_0009; } } { // return; return; } IL_0009: { // if (!(m_Control is InputControl control)) InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_1 = (InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 *)__this->get_m_Control_4(); V_0 = (InputControl_1_t0C6774D908F28CC2187A664A1D73FB294F808163 *)((InputControl_1_t0C6774D908F28CC2187A664A1D73FB294F808163 *)IsInst((RuntimeObject*)L_1, IL2CPP_RGCTX_DATA(method->rgctx_data, 0))); InputControl_1_t0C6774D908F28CC2187A664A1D73FB294F808163 * L_2 = V_0; if (L_2) { goto IL_0074; } } { // throw new ArgumentException( // $"The control path {controlPath} yields a control of type {m_Control.GetType().Name} which is not an InputControl with value type {typeof(TValue).Name}", nameof(value)); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_3 = (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)SZArrayNew(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var)), (uint32_t)6); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_4 = (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)L_3; NullCheck(L_4); ArrayElementTypeCheck (L_4, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral73FAAC2BC0DAF3CA8C0F99D19FCFEF396EC4D778))); (L_4)->SetAt(static_cast(0), (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral73FAAC2BC0DAF3CA8C0F99D19FCFEF396EC4D778))); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_5 = (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)L_4; NullCheck((OnScreenControl_tA6D277F33AD97847569391E9C6EC9443CD08AFE4 *)__this); String_t* L_6; L_6 = OnScreenControl_get_controlPath_mF56D0CADC158F424CC4CCBC542B58DEACE6C41B3((OnScreenControl_tA6D277F33AD97847569391E9C6EC9443CD08AFE4 *)__this, /*hidden argument*/NULL); NullCheck(L_5); ArrayElementTypeCheck (L_5, L_6); (L_5)->SetAt(static_cast(1), (String_t*)L_6); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_7 = (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)L_5; NullCheck(L_7); ArrayElementTypeCheck (L_7, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral213ABAA76E922BC10339BAF6AC97E9B778E7774F))); (L_7)->SetAt(static_cast(2), (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral213ABAA76E922BC10339BAF6AC97E9B778E7774F))); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_8 = (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)L_7; InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_9 = (InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 *)__this->get_m_Control_4(); NullCheck((RuntimeObject *)L_9); Type_t * L_10; L_10 = Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B((RuntimeObject *)L_9, /*hidden argument*/NULL); NullCheck((MemberInfo_t *)L_10); String_t* L_11; L_11 = VirtFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, (MemberInfo_t *)L_10); NullCheck(L_8); ArrayElementTypeCheck (L_8, L_11); (L_8)->SetAt(static_cast(3), (String_t*)L_11); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_12 = (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)L_8; NullCheck(L_12); ArrayElementTypeCheck (L_12, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral6D17034B21712EB7B5957FBBF819632D04221839))); (L_12)->SetAt(static_cast(4), (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral6D17034B21712EB7B5957FBBF819632D04221839))); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_13 = (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)L_12; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_14 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(method->rgctx_data, 1)) }; IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Type_t_il2cpp_TypeInfo_var))); Type_t * L_15; L_15 = Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_14, /*hidden argument*/NULL); NullCheck((MemberInfo_t *)L_15); String_t* L_16; L_16 = VirtFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, (MemberInfo_t *)L_15); NullCheck(L_13); ArrayElementTypeCheck (L_13, L_16); (L_13)->SetAt(static_cast(5), (String_t*)L_16); String_t* L_17; L_17 = String_Concat_m27B9C3007C7DABFABCC3726B37A3BE08CB40C417((StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)L_13, /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_18 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m71044C2110E357B71A1C30D2561C3F861AF1DC0D(L_18, (String_t*)L_17, (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_18, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&OnScreenControl_SendValueToControl_TisVector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9_m26F6D995CD230E485D2180292F35ECBDB255F812_RuntimeMethod_var))); } IL_0074: { // m_InputEventPtr.internalTime = InputRuntime.s_Instance.currentTime; InputEventPtr_t3ECDD4FDE129B0CD8021DF46D8D01D941F4AE5C1 * L_19 = (InputEventPtr_t3ECDD4FDE129B0CD8021DF46D8D01D941F4AE5C1 *)__this->get_address_of_m_InputEventPtr_6(); RuntimeObject* L_20 = ((InputRuntime_t86C5A649BE0CD84BFE7B27910A47F1C83E5108B8_StaticFields*)il2cpp_codegen_static_fields_for(InputRuntime_t86C5A649BE0CD84BFE7B27910A47F1C83E5108B8_il2cpp_TypeInfo_var))->get_s_Instance_0(); NullCheck((RuntimeObject*)L_20); double L_21; L_21 = InterfaceFuncInvoker0< double >::Invoke(19 /* System.Double UnityEngine.InputSystem.LowLevel.IInputRuntime::get_currentTime() */, IInputRuntime_t0A177D923A451CB9F40A355C0CA60DDAC6D29946_il2cpp_TypeInfo_var, (RuntimeObject*)L_20); InputEventPtr_set_internalTime_mD17903386D19A7B1232C00AD60E5C37C9C9CC53D((InputEventPtr_t3ECDD4FDE129B0CD8021DF46D8D01D941F4AE5C1 *)(InputEventPtr_t3ECDD4FDE129B0CD8021DF46D8D01D941F4AE5C1 *)L_19, (double)L_21, /*hidden argument*/NULL); // control.WriteValueIntoEvent(value, m_InputEventPtr); InputControl_1_t0C6774D908F28CC2187A664A1D73FB294F808163 * L_22 = V_0; Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_23 = ___value0; InputEventPtr_t3ECDD4FDE129B0CD8021DF46D8D01D941F4AE5C1 L_24 = (InputEventPtr_t3ECDD4FDE129B0CD8021DF46D8D01D941F4AE5C1 )__this->get_m_InputEventPtr_6(); (( void (*) (InputControl_1_t0C6774D908F28CC2187A664A1D73FB294F808163 *, Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 , InputEventPtr_t3ECDD4FDE129B0CD8021DF46D8D01D941F4AE5C1 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)((InputControl_1_t0C6774D908F28CC2187A664A1D73FB294F808163 *)L_22, (Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 )L_23, (InputEventPtr_t3ECDD4FDE129B0CD8021DF46D8D01D941F4AE5C1 )L_24, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); // InputSystem.QueueEvent(m_InputEventPtr); InputEventPtr_t3ECDD4FDE129B0CD8021DF46D8D01D941F4AE5C1 L_25 = (InputEventPtr_t3ECDD4FDE129B0CD8021DF46D8D01D941F4AE5C1 )__this->get_m_InputEventPtr_6(); IL2CPP_RUNTIME_CLASS_INIT(InputSystem_tB2E105FFA04BBFEF25E381E9FBBE7DA78BB18380_il2cpp_TypeInfo_var); InputSystem_QueueEvent_m39DBF777DF4A61518CA82E90135687A6BC5C03C7((InputEventPtr_t3ECDD4FDE129B0CD8021DF46D8D01D941F4AE5C1 )L_25, /*hidden argument*/NULL); // } return; } } // System.Void UnityEngine.XR.OpenXR.Features.OpenXRFeature::CreateSubsystem(System.Collections.Generic.List`1,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OpenXRFeature_CreateSubsystem_TisRuntimeObject_TisRuntimeObject_m3B640EB5E1AFF4374DA29A8E74CE149951F1B5E8_gshared (OpenXRFeature_tBDE19E44A01E5E54925EAF67574691F11E88CDAA * __this, List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * ___descriptors0, String_t* ___id1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OpenXRLoaderBase_t98E3D636562FBE383DF4829734DD3E6D1585CAED_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral666B4EA40F3DFADB607F5118F03F6491CFD122D2); s_Il2CppMethodInitialized = true; } { // if (OpenXRLoaderBase.Instance == null) IL2CPP_RUNTIME_CLASS_INIT(OpenXRLoaderBase_t98E3D636562FBE383DF4829734DD3E6D1585CAED_il2cpp_TypeInfo_var); OpenXRLoaderBase_t98E3D636562FBE383DF4829734DD3E6D1585CAED * L_0; L_0 = OpenXRLoaderBase_get_Instance_m181BBE56D7F6A062ED06AA9FA655DC5E6140A8EB_inline(/*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_1; L_1 = Object_op_Equality_m6D7EBC0E6D7E0CE1E9671D21DE14C9158AFB88B2((Object_tF2F3778131EFF286AF62B7B013A170F95A91571A *)L_0, (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A *)NULL, /*hidden argument*/NULL); if (!L_1) { goto IL_0018; } } { // Debug.LogError("CreateSubsystem called before loader was initialized"); IL2CPP_RUNTIME_CLASS_INIT(Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); Debug_LogError_m5952BCE5DC0EF798B31FA983B9CE42A5A1F82DE1((RuntimeObject *)_stringLiteral666B4EA40F3DFADB607F5118F03F6491CFD122D2, /*hidden argument*/NULL); // return; return; } IL_0018: { // OpenXRLoaderBase.Instance.CreateSubsystem(descriptors, id); IL2CPP_RUNTIME_CLASS_INIT(OpenXRLoaderBase_t98E3D636562FBE383DF4829734DD3E6D1585CAED_il2cpp_TypeInfo_var); OpenXRLoaderBase_t98E3D636562FBE383DF4829734DD3E6D1585CAED * L_2; L_2 = OpenXRLoaderBase_get_Instance_m181BBE56D7F6A062ED06AA9FA655DC5E6140A8EB_inline(/*hidden argument*/NULL); List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * L_3 = ___descriptors0; String_t* L_4 = ___id1; NullCheck((OpenXRLoaderBase_t98E3D636562FBE383DF4829734DD3E6D1585CAED *)L_2); (( void (*) (OpenXRLoaderBase_t98E3D636562FBE383DF4829734DD3E6D1585CAED *, List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 *, String_t*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((OpenXRLoaderBase_t98E3D636562FBE383DF4829734DD3E6D1585CAED *)L_2, (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 *)L_3, (String_t*)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); // } return; } } // System.Void UnityEngine.XR.OpenXR.Features.OpenXRFeature::DestroySubsystem() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OpenXRFeature_DestroySubsystem_TisRuntimeObject_m195CAEA89AEF52F92C38EBA94F0F7EAE96BF3F94_gshared (OpenXRFeature_tBDE19E44A01E5E54925EAF67574691F11E88CDAA * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OpenXRLoaderBase_t98E3D636562FBE383DF4829734DD3E6D1585CAED_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCA23A7DB43AB9BDF60495F7AA095B2EEC6C70A93); s_Il2CppMethodInitialized = true; } { // if (OpenXRLoaderBase.Instance == null) IL2CPP_RUNTIME_CLASS_INIT(OpenXRLoaderBase_t98E3D636562FBE383DF4829734DD3E6D1585CAED_il2cpp_TypeInfo_var); OpenXRLoaderBase_t98E3D636562FBE383DF4829734DD3E6D1585CAED * L_0; L_0 = OpenXRLoaderBase_get_Instance_m181BBE56D7F6A062ED06AA9FA655DC5E6140A8EB_inline(/*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_1; L_1 = Object_op_Equality_m6D7EBC0E6D7E0CE1E9671D21DE14C9158AFB88B2((Object_tF2F3778131EFF286AF62B7B013A170F95A91571A *)L_0, (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A *)NULL, /*hidden argument*/NULL); if (!L_1) { goto IL_0018; } } { // Debug.LogError("DestroySubsystem called before loader was initialized"); IL2CPP_RUNTIME_CLASS_INIT(Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); Debug_LogError_m5952BCE5DC0EF798B31FA983B9CE42A5A1F82DE1((RuntimeObject *)_stringLiteralCA23A7DB43AB9BDF60495F7AA095B2EEC6C70A93, /*hidden argument*/NULL); // return; return; } IL_0018: { // OpenXRLoaderBase.Instance.DestroySubsystem(); IL2CPP_RUNTIME_CLASS_INIT(OpenXRLoaderBase_t98E3D636562FBE383DF4829734DD3E6D1585CAED_il2cpp_TypeInfo_var); OpenXRLoaderBase_t98E3D636562FBE383DF4829734DD3E6D1585CAED * L_2; L_2 = OpenXRLoaderBase_get_Instance_m181BBE56D7F6A062ED06AA9FA655DC5E6140A8EB_inline(/*hidden argument*/NULL); NullCheck((OpenXRLoaderBase_t98E3D636562FBE383DF4829734DD3E6D1585CAED *)L_2); (( void (*) (OpenXRLoaderBase_t98E3D636562FBE383DF4829734DD3E6D1585CAED *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((OpenXRLoaderBase_t98E3D636562FBE383DF4829734DD3E6D1585CAED *)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); // } return; } } // System.Void UnityEngine.XR.OpenXR.Features.OpenXRFeature::StartSubsystem() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OpenXRFeature_StartSubsystem_TisRuntimeObject_mC849474E7B7427D22B0F3C527D69588E046DFBF9_gshared (OpenXRFeature_tBDE19E44A01E5E54925EAF67574691F11E88CDAA * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OpenXRLoaderBase_t98E3D636562FBE383DF4829734DD3E6D1585CAED_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1883F5EE171F21D01F883B4EE480E26F4600859F); s_Il2CppMethodInitialized = true; } { // if (OpenXRLoaderBase.Instance == null) IL2CPP_RUNTIME_CLASS_INIT(OpenXRLoaderBase_t98E3D636562FBE383DF4829734DD3E6D1585CAED_il2cpp_TypeInfo_var); OpenXRLoaderBase_t98E3D636562FBE383DF4829734DD3E6D1585CAED * L_0; L_0 = OpenXRLoaderBase_get_Instance_m181BBE56D7F6A062ED06AA9FA655DC5E6140A8EB_inline(/*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_1; L_1 = Object_op_Equality_m6D7EBC0E6D7E0CE1E9671D21DE14C9158AFB88B2((Object_tF2F3778131EFF286AF62B7B013A170F95A91571A *)L_0, (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A *)NULL, /*hidden argument*/NULL); if (!L_1) { goto IL_0018; } } { // Debug.LogError("StartSubsystem called before loader was initialized"); IL2CPP_RUNTIME_CLASS_INIT(Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); Debug_LogError_m5952BCE5DC0EF798B31FA983B9CE42A5A1F82DE1((RuntimeObject *)_stringLiteral1883F5EE171F21D01F883B4EE480E26F4600859F, /*hidden argument*/NULL); // return; return; } IL_0018: { // OpenXRLoaderBase.Instance.StartSubsystem(); IL2CPP_RUNTIME_CLASS_INIT(OpenXRLoaderBase_t98E3D636562FBE383DF4829734DD3E6D1585CAED_il2cpp_TypeInfo_var); OpenXRLoaderBase_t98E3D636562FBE383DF4829734DD3E6D1585CAED * L_2; L_2 = OpenXRLoaderBase_get_Instance_m181BBE56D7F6A062ED06AA9FA655DC5E6140A8EB_inline(/*hidden argument*/NULL); NullCheck((OpenXRLoaderBase_t98E3D636562FBE383DF4829734DD3E6D1585CAED *)L_2); (( void (*) (OpenXRLoaderBase_t98E3D636562FBE383DF4829734DD3E6D1585CAED *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((OpenXRLoaderBase_t98E3D636562FBE383DF4829734DD3E6D1585CAED *)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); // } return; } } // System.Void UnityEngine.XR.OpenXR.Features.OpenXRFeature::StopSubsystem() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OpenXRFeature_StopSubsystem_TisRuntimeObject_mD6D1B89B055D6A29507766DBAB4252D935EB1531_gshared (OpenXRFeature_tBDE19E44A01E5E54925EAF67574691F11E88CDAA * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OpenXRLoaderBase_t98E3D636562FBE383DF4829734DD3E6D1585CAED_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0F543989B49063B04056EB2BF69D1BFEC2A495A2); s_Il2CppMethodInitialized = true; } { // if (OpenXRLoaderBase.Instance == null) IL2CPP_RUNTIME_CLASS_INIT(OpenXRLoaderBase_t98E3D636562FBE383DF4829734DD3E6D1585CAED_il2cpp_TypeInfo_var); OpenXRLoaderBase_t98E3D636562FBE383DF4829734DD3E6D1585CAED * L_0; L_0 = OpenXRLoaderBase_get_Instance_m181BBE56D7F6A062ED06AA9FA655DC5E6140A8EB_inline(/*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_1; L_1 = Object_op_Equality_m6D7EBC0E6D7E0CE1E9671D21DE14C9158AFB88B2((Object_tF2F3778131EFF286AF62B7B013A170F95A91571A *)L_0, (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A *)NULL, /*hidden argument*/NULL); if (!L_1) { goto IL_0018; } } { // Debug.LogError("StopSubsystem called before loader was initialized"); IL2CPP_RUNTIME_CLASS_INIT(Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); Debug_LogError_m5952BCE5DC0EF798B31FA983B9CE42A5A1F82DE1((RuntimeObject *)_stringLiteral0F543989B49063B04056EB2BF69D1BFEC2A495A2, /*hidden argument*/NULL); // return; return; } IL_0018: { // OpenXRLoaderBase.Instance.StopSubsystem(); IL2CPP_RUNTIME_CLASS_INIT(OpenXRLoaderBase_t98E3D636562FBE383DF4829734DD3E6D1585CAED_il2cpp_TypeInfo_var); OpenXRLoaderBase_t98E3D636562FBE383DF4829734DD3E6D1585CAED * L_2; L_2 = OpenXRLoaderBase_get_Instance_m181BBE56D7F6A062ED06AA9FA655DC5E6140A8EB_inline(/*hidden argument*/NULL); NullCheck((OpenXRLoaderBase_t98E3D636562FBE383DF4829734DD3E6D1585CAED *)L_2); (( void (*) (OpenXRLoaderBase_t98E3D636562FBE383DF4829734DD3E6D1585CAED *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((OpenXRLoaderBase_t98E3D636562FBE383DF4829734DD3E6D1585CAED *)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); // } return; } } // System.Void UnityEngine.XR.OpenXR.OpenXRLoaderBase::CreateSubsystem(System.Collections.Generic.List`1,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OpenXRLoaderBase_CreateSubsystem_TisRuntimeObject_TisRuntimeObject_mAD63C81E20FE0771E0E3EF1E5A6598BFDE4EDEDD_gshared (OpenXRLoaderBase_t98E3D636562FBE383DF4829734DD3E6D1585CAED * __this, List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * ___descriptors0, String_t* ___id1, const RuntimeMethod* method) { { // base.CreateSubsystem(descriptors, id); List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * L_0 = ___descriptors0; String_t* L_1 = ___id1; NullCheck((XRLoaderHelper_t37A55C343AC31D25BB3EBD203DABFA357F51C013 *)__this); (( void (*) (XRLoaderHelper_t37A55C343AC31D25BB3EBD203DABFA357F51C013 *, List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 *, String_t*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((XRLoaderHelper_t37A55C343AC31D25BB3EBD203DABFA357F51C013 *)__this, (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 *)L_0, (String_t*)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); // } return; } } // System.Void UnityEngine.XR.OpenXR.OpenXRLoaderBase::DestroySubsystem() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OpenXRLoaderBase_DestroySubsystem_TisRuntimeObject_m3A9629C9728BB3D9DF1903ABEAC7B8BCEE001D21_gshared (OpenXRLoaderBase_t98E3D636562FBE383DF4829734DD3E6D1585CAED * __this, const RuntimeMethod* method) { { // internal new void DestroySubsystem() where T : class, ISubsystem => base.DestroySubsystem(); NullCheck((XRLoaderHelper_t37A55C343AC31D25BB3EBD203DABFA357F51C013 *)__this); (( void (*) (XRLoaderHelper_t37A55C343AC31D25BB3EBD203DABFA357F51C013 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((XRLoaderHelper_t37A55C343AC31D25BB3EBD203DABFA357F51C013 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); return; } } // System.Void UnityEngine.XR.OpenXR.OpenXRLoaderBase::StartSubsystem() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OpenXRLoaderBase_StartSubsystem_TisRuntimeObject_m9BDF727793BEB30FAC7CA52D36A6DDFA0BA19A6D_gshared (OpenXRLoaderBase_t98E3D636562FBE383DF4829734DD3E6D1585CAED * __this, const RuntimeMethod* method) { { // internal new void StartSubsystem() where T : class, ISubsystem => base.StartSubsystem(); NullCheck((XRLoaderHelper_t37A55C343AC31D25BB3EBD203DABFA357F51C013 *)__this); (( void (*) (XRLoaderHelper_t37A55C343AC31D25BB3EBD203DABFA357F51C013 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((XRLoaderHelper_t37A55C343AC31D25BB3EBD203DABFA357F51C013 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); return; } } // System.Void UnityEngine.XR.OpenXR.OpenXRLoaderBase::StopSubsystem() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OpenXRLoaderBase_StopSubsystem_TisRuntimeObject_mA7BC0BA431501281CDD9B92DBAC62D59974A7200_gshared (OpenXRLoaderBase_t98E3D636562FBE383DF4829734DD3E6D1585CAED * __this, const RuntimeMethod* method) { { // internal new void StopSubsystem() where T : class, ISubsystem => base.StopSubsystem(); NullCheck((XRLoaderHelper_t37A55C343AC31D25BB3EBD203DABFA357F51C013 *)__this); (( void (*) (XRLoaderHelper_t37A55C343AC31D25BB3EBD203DABFA357F51C013 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((XRLoaderHelper_t37A55C343AC31D25BB3EBD203DABFA357F51C013 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); return; } } // TFeature UnityEngine.XR.OpenXR.OpenXRSettings::GetFeature() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * OpenXRSettings_GetFeature_TisRuntimeObject_m93F76236D33F1F56120A7C078CB8DCC604671980_gshared (OpenXRSettings_t7E7706E7597849CCD2747A21E6E6EECB038F225C * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // public TFeature GetFeature() where TFeature : OpenXRFeature => (TFeature)GetFeature(typeof(TFeature)); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_0 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(method->rgctx_data, 0)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_1; L_1 = Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_0, /*hidden argument*/NULL); NullCheck((OpenXRSettings_t7E7706E7597849CCD2747A21E6E6EECB038F225C *)__this); OpenXRFeature_tBDE19E44A01E5E54925EAF67574691F11E88CDAA * L_2; L_2 = OpenXRSettings_GetFeature_mEF85792342FE217835BFFF9B74F885E9AA979735((OpenXRSettings_t7E7706E7597849CCD2747A21E6E6EECB038F225C *)__this, (Type_t *)L_1, /*hidden argument*/NULL); return (RuntimeObject *)((RuntimeObject *)Castclass((RuntimeObject*)L_2, IL2CPP_RGCTX_DATA(method->rgctx_data, 1))); } } // UnityEngine.XR.OpenXR.Features.OpenXRFeature[] UnityEngine.XR.OpenXR.OpenXRSettings::GetFeatures() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR OpenXRFeatureU5BU5D_tB83A42FBA420E404B3EF97A3A72C43827D15B401* OpenXRSettings_GetFeatures_TisRuntimeObject_m866795FC03778FA4160F195B28E47CE0B63617C3_gshared (OpenXRSettings_t7E7706E7597849CCD2747A21E6E6EECB038F225C * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // public OpenXRFeature[] GetFeatures() => GetFeatures(typeof(TFeature)); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_0 = { reinterpret_cast (IL2CPP_RGCTX_TYPE(method->rgctx_data, 0)) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_1; L_1 = Type_GetTypeFromHandle_m180706985100778663E9C75D4FC001D367C0120F((RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 )L_0, /*hidden argument*/NULL); NullCheck((OpenXRSettings_t7E7706E7597849CCD2747A21E6E6EECB038F225C *)__this); OpenXRFeatureU5BU5D_tB83A42FBA420E404B3EF97A3A72C43827D15B401* L_2; L_2 = OpenXRSettings_GetFeatures_m9F1A04907F4C323BDC7CC2CA7CABB838009F7E69((OpenXRSettings_t7E7706E7597849CCD2747A21E6E6EECB038F225C *)__this, (Type_t *)L_1, /*hidden argument*/NULL); return (OpenXRFeatureU5BU5D_tB83A42FBA420E404B3EF97A3A72C43827D15B401*)L_2; } } // System.Int32 UnityEngine.XR.OpenXR.OpenXRSettings::GetFeatures(System.Collections.Generic.List`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t OpenXRSettings_GetFeatures_TisRuntimeObject_mDE1E2342372B64439D2A412E6DCFBF5635C71614_gshared (OpenXRSettings_t7E7706E7597849CCD2747A21E6E6EECB038F225C * __this, List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * ___featuresOut0, const RuntimeMethod* method) { OpenXRFeatureU5BU5D_tB83A42FBA420E404B3EF97A3A72C43827D15B401* V_0 = NULL; int32_t V_1 = 0; RuntimeObject * V_2 = NULL; { // featuresOut.Clear(); List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * L_0 = ___featuresOut0; NullCheck((List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 *)L_0); (( void (*) (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)->methodPointer)((List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 0)); // foreach(var feature in features) OpenXRFeatureU5BU5D_tB83A42FBA420E404B3EF97A3A72C43827D15B401* L_1 = (OpenXRFeatureU5BU5D_tB83A42FBA420E404B3EF97A3A72C43827D15B401*)__this->get_features_4(); V_0 = (OpenXRFeatureU5BU5D_tB83A42FBA420E404B3EF97A3A72C43827D15B401*)L_1; V_1 = (int32_t)0; goto IL_0032; } IL_0011: { // foreach(var feature in features) OpenXRFeatureU5BU5D_tB83A42FBA420E404B3EF97A3A72C43827D15B401* L_2 = V_0; int32_t L_3 = V_1; NullCheck(L_2); int32_t L_4 = L_3; OpenXRFeature_tBDE19E44A01E5E54925EAF67574691F11E88CDAA * L_5 = (L_2)->GetAt(static_cast(L_4)); // if (feature is TFeature xrFeature) V_2 = (RuntimeObject *)((RuntimeObject *)Castclass((RuntimeObject*)((RuntimeObject *)IsInst((RuntimeObject*)L_5, IL2CPP_RGCTX_DATA(method->rgctx_data, 1))), IL2CPP_RGCTX_DATA(method->rgctx_data, 1))); RuntimeObject * L_6 = V_2; if (!L_6) { goto IL_002e; } } { // featuresOut.Add(xrFeature); List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * L_7 = ___featuresOut0; RuntimeObject * L_8 = V_2; NullCheck((List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 *)L_7); (( void (*) (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)->methodPointer)((List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 *)L_7, (RuntimeObject *)L_8, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 2)); } IL_002e: { int32_t L_9 = V_1; V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)1)); } IL_0032: { // foreach(var feature in features) int32_t L_10 = V_1; OpenXRFeatureU5BU5D_tB83A42FBA420E404B3EF97A3A72C43827D15B401* L_11 = V_0; NullCheck(L_11); if ((((int32_t)L_10) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_11)->max_length)))))) { goto IL_0011; } } { // return featuresOut.Count; List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * L_12 = ___featuresOut0; NullCheck((List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 *)L_12); int32_t L_13; L_13 = (( int32_t (*) (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)->methodPointer)((List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 *)L_12, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->rgctx_data, 3)); return (int32_t)L_13; } } // T UnityEngine.Rendering.PostProcessing.ParameterOverride::GetValue() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ParameterOverride_GetValue_TisBoolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_m633E0C788492267727AA4D5E4EE8F13AA716CAB6_gshared (ParameterOverride_tED887E59B87A5DD3BFDAAAF745F82D9080FA4784 * __this, const RuntimeMethod* method) { { // return ((ParameterOverride)this).value; NullCheck(((ParameterOverride_1_t44F5A562A85AD213D94BE9A0DF3DC87C847C3EDC *)Castclass((RuntimeObject*)__this, IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))); bool L_0 = (bool)((ParameterOverride_1_t44F5A562A85AD213D94BE9A0DF3DC87C847C3EDC *)Castclass((RuntimeObject*)__this, IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))->get_value_1(); return (bool)L_0; } } // T UnityEngine.Rendering.PostProcessing.ParameterOverride::GetValue() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 ParameterOverride_GetValue_TisColor_tF40DAF76C04FFECF3FE6024F85A294741C9CC659_m49C8DD072BBDEDBC2E211BEBECB91BDAF611E79F_gshared (ParameterOverride_tED887E59B87A5DD3BFDAAAF745F82D9080FA4784 * __this, const RuntimeMethod* method) { { // return ((ParameterOverride)this).value; NullCheck(((ParameterOverride_1_t694D598380408B6C9B381BE752E69EEBE4FE4EED *)Castclass((RuntimeObject*)__this, IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))); Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 L_0 = (Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 )((ParameterOverride_1_t694D598380408B6C9B381BE752E69EEBE4FE4EED *)Castclass((RuntimeObject*)__this, IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))->get_value_1(); return (Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 )L_0; } } // T UnityEngine.Rendering.PostProcessing.ParameterOverride::GetValue() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ParameterOverride_GetValue_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_mE39AC237009B0BC5C5A5660E96BDDD1743A5CE06_gshared (ParameterOverride_tED887E59B87A5DD3BFDAAAF745F82D9080FA4784 * __this, const RuntimeMethod* method) { { // return ((ParameterOverride)this).value; NullCheck(((ParameterOverride_1_t56A3B8BB64B4D2C9B914D4D065215DDAD764741D *)Castclass((RuntimeObject*)__this, IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))); int32_t L_0 = (int32_t)((ParameterOverride_1_t56A3B8BB64B4D2C9B914D4D065215DDAD764741D *)Castclass((RuntimeObject*)__this, IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))->get_value_1(); return (int32_t)L_0; } } // T UnityEngine.Rendering.PostProcessing.ParameterOverride::GetValue() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ParameterOverride_GetValue_TisInt32Enum_t9B63F771913F2B6D586F1173B44A41FBE26F6B5C_m28096E58819C95C758AB382E492EE655B681094B_gshared (ParameterOverride_tED887E59B87A5DD3BFDAAAF745F82D9080FA4784 * __this, const RuntimeMethod* method) { { // return ((ParameterOverride)this).value; NullCheck(((ParameterOverride_1_t9743BB143BE9B03345E5365124680D2B48699974 *)Castclass((RuntimeObject*)__this, IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))); int32_t L_0 = (int32_t)((ParameterOverride_1_t9743BB143BE9B03345E5365124680D2B48699974 *)Castclass((RuntimeObject*)__this, IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))->get_value_1(); return (int32_t)L_0; } } // T UnityEngine.Rendering.PostProcessing.ParameterOverride::GetValue() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * ParameterOverride_GetValue_TisRuntimeObject_m68F334E713CF703E35D34C733485D448629DD63C_gshared (ParameterOverride_tED887E59B87A5DD3BFDAAAF745F82D9080FA4784 * __this, const RuntimeMethod* method) { { // return ((ParameterOverride)this).value; NullCheck(((ParameterOverride_1_t4C9D3949FFB2BBF1449903DEE28A975867B49BFD *)Castclass((RuntimeObject*)__this, IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))); RuntimeObject * L_0 = (RuntimeObject *)((ParameterOverride_1_t4C9D3949FFB2BBF1449903DEE28A975867B49BFD *)Castclass((RuntimeObject*)__this, IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))->get_value_1(); return (RuntimeObject *)L_0; } } // T UnityEngine.Rendering.PostProcessing.ParameterOverride::GetValue() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float ParameterOverride_GetValue_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_mEFC7F836A2679366567400325688EE3D5E7AE424_gshared (ParameterOverride_tED887E59B87A5DD3BFDAAAF745F82D9080FA4784 * __this, const RuntimeMethod* method) { { // return ((ParameterOverride)this).value; NullCheck(((ParameterOverride_1_tE564C5FA9AEBC9DB9DEB9AA8668AB1C53698D7C1 *)Castclass((RuntimeObject*)__this, IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))); float L_0 = (float)((ParameterOverride_1_tE564C5FA9AEBC9DB9DEB9AA8668AB1C53698D7C1 *)Castclass((RuntimeObject*)__this, IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))->get_value_1(); return (float)L_0; } } // T UnityEngine.Rendering.PostProcessing.ParameterOverride::GetValue() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ParameterOverride_GetValue_TisVector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9_mE021E4E564F3FB3C36F08F5639F83CFE06498B42_gshared (ParameterOverride_tED887E59B87A5DD3BFDAAAF745F82D9080FA4784 * __this, const RuntimeMethod* method) { { // return ((ParameterOverride)this).value; NullCheck(((ParameterOverride_1_tA1EC3D90C3A54AC1167AD63F5340CDECED8BDC9F *)Castclass((RuntimeObject*)__this, IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_0 = (Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 )((ParameterOverride_1_tA1EC3D90C3A54AC1167AD63F5340CDECED8BDC9F *)Castclass((RuntimeObject*)__this, IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))->get_value_1(); return (Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 )L_0; } } // T UnityEngine.Rendering.PostProcessing.ParameterOverride::GetValue() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ParameterOverride_GetValue_TisVector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_m2850D065CFDF56D565335A2693C06620BD2F8962_gshared (ParameterOverride_tED887E59B87A5DD3BFDAAAF745F82D9080FA4784 * __this, const RuntimeMethod* method) { { // return ((ParameterOverride)this).value; NullCheck(((ParameterOverride_1_t2A72895E2C56AB0AFB2436C4C8523C5553ED32F3 *)Castclass((RuntimeObject*)__this, IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_0 = (Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E )((ParameterOverride_1_t2A72895E2C56AB0AFB2436C4C8523C5553ED32F3 *)Castclass((RuntimeObject*)__this, IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))->get_value_1(); return (Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E )L_0; } } // T UnityEngine.Rendering.PostProcessing.ParameterOverride::GetValue() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 ParameterOverride_GetValue_TisVector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7_mD4BDF211A7F0DB8C5F83B5806F2A82E5D56327EC_gshared (ParameterOverride_tED887E59B87A5DD3BFDAAAF745F82D9080FA4784 * __this, const RuntimeMethod* method) { { // return ((ParameterOverride)this).value; NullCheck(((ParameterOverride_1_tDC434805B157596FAACBAB390CC666791BAC0B01 *)Castclass((RuntimeObject*)__this, IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))); Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 L_0 = (Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 )((ParameterOverride_1_tDC434805B157596FAACBAB390CC666791BAC0B01 *)Castclass((RuntimeObject*)__this, IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))->get_value_1(); return (Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 )L_0; } } // System.Double UnityEngine.Playables.PlayableExtensions::GetDuration(U) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double PlayableExtensions_GetDuration_TisPlayable_tC24692CDD1DD8F1D5C646035A76D2830A70214E2_m3CE2B2112AF30DF259042527BB8AB3C31F26324D_gshared (Playable_tC24692CDD1DD8F1D5C646035A76D2830A70214E2 ___playable0, const RuntimeMethod* method) { PlayableHandle_t50DCD240B0400DDAD0822C13E5DBC7AD64DC027A V_0; memset((&V_0), 0, sizeof(V_0)); double V_1 = 0.0; { PlayableHandle_t50DCD240B0400DDAD0822C13E5DBC7AD64DC027A L_0; L_0 = Playable_GetHandle_mA646BB041702651694A643FDE1A835112F718351((Playable_tC24692CDD1DD8F1D5C646035A76D2830A70214E2 *)(Playable_tC24692CDD1DD8F1D5C646035A76D2830A70214E2 *)(&___playable0), /*hidden argument*/NULL); V_0 = (PlayableHandle_t50DCD240B0400DDAD0822C13E5DBC7AD64DC027A )L_0; double L_1; L_1 = PlayableHandle_GetDuration_m2AB34E8F6397DA6BF090046183CE563521B00FE6((PlayableHandle_t50DCD240B0400DDAD0822C13E5DBC7AD64DC027A *)(PlayableHandle_t50DCD240B0400DDAD0822C13E5DBC7AD64DC027A *)(&V_0), /*hidden argument*/NULL); V_1 = (double)L_1; goto IL_0019; } IL_0019: { double L_2 = V_1; return (double)L_2; } } // UnityEngine.Playables.PlayableGraph UnityEngine.Playables.PlayableExtensions::GetGraph(U) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PlayableGraph_t2D5083CFACB413FA1BB13FF054BE09A5A55A205A PlayableExtensions_GetGraph_TisPlayable_tC24692CDD1DD8F1D5C646035A76D2830A70214E2_mD69924DC45DB87F040A08983A27B4B48B74372F7_gshared (Playable_tC24692CDD1DD8F1D5C646035A76D2830A70214E2 ___playable0, const RuntimeMethod* method) { PlayableHandle_t50DCD240B0400DDAD0822C13E5DBC7AD64DC027A V_0; memset((&V_0), 0, sizeof(V_0)); PlayableGraph_t2D5083CFACB413FA1BB13FF054BE09A5A55A205A V_1; memset((&V_1), 0, sizeof(V_1)); { PlayableHandle_t50DCD240B0400DDAD0822C13E5DBC7AD64DC027A L_0; L_0 = Playable_GetHandle_mA646BB041702651694A643FDE1A835112F718351((Playable_tC24692CDD1DD8F1D5C646035A76D2830A70214E2 *)(Playable_tC24692CDD1DD8F1D5C646035A76D2830A70214E2 *)(&___playable0), /*hidden argument*/NULL); V_0 = (PlayableHandle_t50DCD240B0400DDAD0822C13E5DBC7AD64DC027A )L_0; PlayableGraph_t2D5083CFACB413FA1BB13FF054BE09A5A55A205A L_1; L_1 = PlayableHandle_GetGraph_mDF15EE9D89755BBCB30982FB6DC1C0A14B3140F8((PlayableHandle_t50DCD240B0400DDAD0822C13E5DBC7AD64DC027A *)(PlayableHandle_t50DCD240B0400DDAD0822C13E5DBC7AD64DC027A *)(&V_0), /*hidden argument*/NULL); V_1 = (PlayableGraph_t2D5083CFACB413FA1BB13FF054BE09A5A55A205A )L_1; goto IL_0019; } IL_0019: { PlayableGraph_t2D5083CFACB413FA1BB13FF054BE09A5A55A205A L_2 = V_1; return (PlayableGraph_t2D5083CFACB413FA1BB13FF054BE09A5A55A205A )L_2; } } // UnityEngine.Playables.Playable UnityEngine.Playables.PlayableExtensions::GetInput(U,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Playable_tC24692CDD1DD8F1D5C646035A76D2830A70214E2 PlayableExtensions_GetInput_TisPlayable_tC24692CDD1DD8F1D5C646035A76D2830A70214E2_m4A17FD2EF8E0080F01C969B1BFDFF9F30A62D9E8_gshared (Playable_tC24692CDD1DD8F1D5C646035A76D2830A70214E2 ___playable0, int32_t ___inputPort1, const RuntimeMethod* method) { PlayableHandle_t50DCD240B0400DDAD0822C13E5DBC7AD64DC027A V_0; memset((&V_0), 0, sizeof(V_0)); Playable_tC24692CDD1DD8F1D5C646035A76D2830A70214E2 V_1; memset((&V_1), 0, sizeof(V_1)); { PlayableHandle_t50DCD240B0400DDAD0822C13E5DBC7AD64DC027A L_0; L_0 = Playable_GetHandle_mA646BB041702651694A643FDE1A835112F718351((Playable_tC24692CDD1DD8F1D5C646035A76D2830A70214E2 *)(Playable_tC24692CDD1DD8F1D5C646035A76D2830A70214E2 *)(&___playable0), /*hidden argument*/NULL); V_0 = (PlayableHandle_t50DCD240B0400DDAD0822C13E5DBC7AD64DC027A )L_0; int32_t L_1 = ___inputPort1; Playable_tC24692CDD1DD8F1D5C646035A76D2830A70214E2 L_2; L_2 = PlayableHandle_GetInput_m62A9D166414D9975AFD4FA1643AE864CA918A233((PlayableHandle_t50DCD240B0400DDAD0822C13E5DBC7AD64DC027A *)(PlayableHandle_t50DCD240B0400DDAD0822C13E5DBC7AD64DC027A *)(&V_0), (int32_t)L_1, /*hidden argument*/NULL); V_1 = (Playable_tC24692CDD1DD8F1D5C646035A76D2830A70214E2 )L_2; goto IL_001a; } IL_001a: { Playable_tC24692CDD1DD8F1D5C646035A76D2830A70214E2 L_3 = V_1; return (Playable_tC24692CDD1DD8F1D5C646035A76D2830A70214E2 )L_3; } } // System.Int32 UnityEngine.Playables.PlayableExtensions::GetInputCount(U) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t PlayableExtensions_GetInputCount_TisPlayable_tC24692CDD1DD8F1D5C646035A76D2830A70214E2_m9E50A1BFF2A0B315AFD40C85E63847D0D069A6C3_gshared (Playable_tC24692CDD1DD8F1D5C646035A76D2830A70214E2 ___playable0, const RuntimeMethod* method) { PlayableHandle_t50DCD240B0400DDAD0822C13E5DBC7AD64DC027A V_0; memset((&V_0), 0, sizeof(V_0)); int32_t V_1 = 0; { PlayableHandle_t50DCD240B0400DDAD0822C13E5DBC7AD64DC027A L_0; L_0 = Playable_GetHandle_mA646BB041702651694A643FDE1A835112F718351((Playable_tC24692CDD1DD8F1D5C646035A76D2830A70214E2 *)(Playable_tC24692CDD1DD8F1D5C646035A76D2830A70214E2 *)(&___playable0), /*hidden argument*/NULL); V_0 = (PlayableHandle_t50DCD240B0400DDAD0822C13E5DBC7AD64DC027A )L_0; int32_t L_1; L_1 = PlayableHandle_GetInputCount_m210B285B1EDB6D92D55108E009E09B1BF3590EF9((PlayableHandle_t50DCD240B0400DDAD0822C13E5DBC7AD64DC027A *)(PlayableHandle_t50DCD240B0400DDAD0822C13E5DBC7AD64DC027A *)(&V_0), /*hidden argument*/NULL); V_1 = (int32_t)L_1; goto IL_0019; } IL_0019: { int32_t L_2 = V_1; return (int32_t)L_2; } } // System.Single UnityEngine.Playables.PlayableExtensions::GetInputWeight(U,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float PlayableExtensions_GetInputWeight_TisPlayable_tC24692CDD1DD8F1D5C646035A76D2830A70214E2_m83FC13028C570C0EE4F8389F88DD8D241B904DAB_gshared (Playable_tC24692CDD1DD8F1D5C646035A76D2830A70214E2 ___playable0, int32_t ___inputIndex1, const RuntimeMethod* method) { PlayableHandle_t50DCD240B0400DDAD0822C13E5DBC7AD64DC027A V_0; memset((&V_0), 0, sizeof(V_0)); float V_1 = 0.0f; { PlayableHandle_t50DCD240B0400DDAD0822C13E5DBC7AD64DC027A L_0; L_0 = Playable_GetHandle_mA646BB041702651694A643FDE1A835112F718351((Playable_tC24692CDD1DD8F1D5C646035A76D2830A70214E2 *)(Playable_tC24692CDD1DD8F1D5C646035A76D2830A70214E2 *)(&___playable0), /*hidden argument*/NULL); V_0 = (PlayableHandle_t50DCD240B0400DDAD0822C13E5DBC7AD64DC027A )L_0; int32_t L_1 = ___inputIndex1; float L_2; L_2 = PlayableHandle_GetInputWeight_m48B04E735135ADBB59934F4BE868A0B6CACAEF72((PlayableHandle_t50DCD240B0400DDAD0822C13E5DBC7AD64DC027A *)(PlayableHandle_t50DCD240B0400DDAD0822C13E5DBC7AD64DC027A *)(&V_0), (int32_t)L_1, /*hidden argument*/NULL); V_1 = (float)L_2; goto IL_001a; } IL_001a: { float L_3 = V_1; return (float)L_3; } } // UnityEngine.Playables.PlayState UnityEngine.Playables.PlayableExtensions::GetPlayState(U) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t PlayableExtensions_GetPlayState_TisPlayable_tC24692CDD1DD8F1D5C646035A76D2830A70214E2_m4E536B7928992D6859A91A7E7397B093CE05F281_gshared (Playable_tC24692CDD1DD8F1D5C646035A76D2830A70214E2 ___playable0, const RuntimeMethod* method) { PlayableHandle_t50DCD240B0400DDAD0822C13E5DBC7AD64DC027A V_0; memset((&V_0), 0, sizeof(V_0)); int32_t V_1 = 0; { PlayableHandle_t50DCD240B0400DDAD0822C13E5DBC7AD64DC027A L_0; L_0 = Playable_GetHandle_mA646BB041702651694A643FDE1A835112F718351((Playable_tC24692CDD1DD8F1D5C646035A76D2830A70214E2 *)(Playable_tC24692CDD1DD8F1D5C646035A76D2830A70214E2 *)(&___playable0), /*hidden argument*/NULL); V_0 = (PlayableHandle_t50DCD240B0400DDAD0822C13E5DBC7AD64DC027A )L_0; int32_t L_1; L_1 = PlayableHandle_GetPlayState_m1B178666774AC33BCC60A396437ABA7E76479BB3((PlayableHandle_t50DCD240B0400DDAD0822C13E5DBC7AD64DC027A *)(PlayableHandle_t50DCD240B0400DDAD0822C13E5DBC7AD64DC027A *)(&V_0), /*hidden argument*/NULL); V_1 = (int32_t)L_1; goto IL_0019; } IL_0019: { int32_t L_2 = V_1; return (int32_t)L_2; } } // System.Double UnityEngine.Playables.PlayableExtensions::GetTime(U) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double PlayableExtensions_GetTime_TisPlayable_tC24692CDD1DD8F1D5C646035A76D2830A70214E2_mE913454FD8D7035B7798295982E1CA2F71AAD88C_gshared (Playable_tC24692CDD1DD8F1D5C646035A76D2830A70214E2 ___playable0, const RuntimeMethod* method) { PlayableHandle_t50DCD240B0400DDAD0822C13E5DBC7AD64DC027A V_0; memset((&V_0), 0, sizeof(V_0)); double V_1 = 0.0; { PlayableHandle_t50DCD240B0400DDAD0822C13E5DBC7AD64DC027A L_0; L_0 = Playable_GetHandle_mA646BB041702651694A643FDE1A835112F718351((Playable_tC24692CDD1DD8F1D5C646035A76D2830A70214E2 *)(Playable_tC24692CDD1DD8F1D5C646035A76D2830A70214E2 *)(&___playable0), /*hidden argument*/NULL); V_0 = (PlayableHandle_t50DCD240B0400DDAD0822C13E5DBC7AD64DC027A )L_0; double L_1; L_1 = PlayableHandle_GetTime_m14835C693A0A82A4014F401354384EAD6349AB97((PlayableHandle_t50DCD240B0400DDAD0822C13E5DBC7AD64DC027A *)(PlayableHandle_t50DCD240B0400DDAD0822C13E5DBC7AD64DC027A *)(&V_0), /*hidden argument*/NULL); V_1 = (double)L_1; goto IL_0019; } IL_0019: { double L_2 = V_1; return (double)L_2; } } // UnityEngine.Playables.DirectorWrapMode UnityEngine.Playables.PlayableExtensions::GetTimeWrapMode(U) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t PlayableExtensions_GetTimeWrapMode_TisPlayable_tC24692CDD1DD8F1D5C646035A76D2830A70214E2_m45F35CC59DE7C9622FBD170236293312A862106D_gshared (Playable_tC24692CDD1DD8F1D5C646035A76D2830A70214E2 ___playable0, const RuntimeMethod* method) { PlayableHandle_t50DCD240B0400DDAD0822C13E5DBC7AD64DC027A V_0; memset((&V_0), 0, sizeof(V_0)); int32_t V_1 = 0; { PlayableHandle_t50DCD240B0400DDAD0822C13E5DBC7AD64DC027A L_0; L_0 = Playable_GetHandle_mA646BB041702651694A643FDE1A835112F718351((Playable_tC24692CDD1DD8F1D5C646035A76D2830A70214E2 *)(Playable_tC24692CDD1DD8F1D5C646035A76D2830A70214E2 *)(&___playable0), /*hidden argument*/NULL); V_0 = (PlayableHandle_t50DCD240B0400DDAD0822C13E5DBC7AD64DC027A )L_0; int32_t L_1; L_1 = PlayableHandle_GetTimeWrapMode_mAC082C86377F2A8CE658F09D51D2FDCFF9DF6D81((PlayableHandle_t50DCD240B0400DDAD0822C13E5DBC7AD64DC027A *)(PlayableHandle_t50DCD240B0400DDAD0822C13E5DBC7AD64DC027A *)(&V_0), /*hidden argument*/NULL); V_1 = (int32_t)L_1; goto IL_0019; } IL_0019: { int32_t L_2 = V_1; return (int32_t)L_2; } } // System.Boolean UnityEngine.Playables.PlayableExtensions::IsDone(U) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PlayableExtensions_IsDone_TisPlayable_tC24692CDD1DD8F1D5C646035A76D2830A70214E2_m4F4F3FB3A1D32C09372E5928C6B58E77C22E50E3_gshared (Playable_tC24692CDD1DD8F1D5C646035A76D2830A70214E2 ___playable0, const RuntimeMethod* method) { PlayableHandle_t50DCD240B0400DDAD0822C13E5DBC7AD64DC027A V_0; memset((&V_0), 0, sizeof(V_0)); bool V_1 = false; { PlayableHandle_t50DCD240B0400DDAD0822C13E5DBC7AD64DC027A L_0; L_0 = Playable_GetHandle_mA646BB041702651694A643FDE1A835112F718351((Playable_tC24692CDD1DD8F1D5C646035A76D2830A70214E2 *)(Playable_tC24692CDD1DD8F1D5C646035A76D2830A70214E2 *)(&___playable0), /*hidden argument*/NULL); V_0 = (PlayableHandle_t50DCD240B0400DDAD0822C13E5DBC7AD64DC027A )L_0; bool L_1; L_1 = PlayableHandle_IsDone_m674DE3BFED2A0B5D8BC9E96996EA9D024E77C727((PlayableHandle_t50DCD240B0400DDAD0822C13E5DBC7AD64DC027A *)(PlayableHandle_t50DCD240B0400DDAD0822C13E5DBC7AD64DC027A *)(&V_0), /*hidden argument*/NULL); V_1 = (bool)L_1; goto IL_0019; } IL_0019: { bool L_2 = V_1; return (bool)L_2; } } // System.Boolean UnityEngine.Playables.PlayableExtensions::IsValid>(U) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PlayableExtensions_IsValid_TisScriptPlayable_1_t7495DFF84B5233AF863183881C3C7D626F65C266_m73348CD16859BA9F78985995C1BAD8C069539F9B_gshared (ScriptPlayable_1_t7495DFF84B5233AF863183881C3C7D626F65C266 ___playable0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IPlayable_t80E700E7734A89E269923525C74958A770CF45D4_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } PlayableHandle_t50DCD240B0400DDAD0822C13E5DBC7AD64DC027A V_0; memset((&V_0), 0, sizeof(V_0)); bool V_1 = false; { Il2CppMetadataObject L_0(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); const VirtualInvokeData& il2cpp_virtual_invoke_data__9 = il2cpp_codegen_get_interface_invoke_data(0, (&L_0), IPlayable_t80E700E7734A89E269923525C74958A770CF45D4_il2cpp_TypeInfo_var); PlayableHandle_t50DCD240B0400DDAD0822C13E5DBC7AD64DC027A L_1; L_1 = (( PlayableHandle_t50DCD240B0400DDAD0822C13E5DBC7AD64DC027A (*) (RuntimeObject*, const RuntimeMethod*))il2cpp_virtual_invoke_data__9.methodPtr)((RuntimeObject*)((RuntimeObject*)(&___playable0))-1, /*hidden argument*/il2cpp_virtual_invoke_data__9.method); V_0 = (PlayableHandle_t50DCD240B0400DDAD0822C13E5DBC7AD64DC027A )L_1; bool L_2; L_2 = PlayableHandle_IsValid_m237A5E7818768641BAC928BD08EC0AB439E3DAF6((PlayableHandle_t50DCD240B0400DDAD0822C13E5DBC7AD64DC027A *)(PlayableHandle_t50DCD240B0400DDAD0822C13E5DBC7AD64DC027A *)(&V_0), /*hidden argument*/NULL); V_1 = (bool)L_2; goto IL_0019; } IL_0019: { bool L_3 = V_1; return (bool)L_3; } } // System.Boolean UnityEngine.Playables.PlayableExtensions::IsValid(U) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PlayableExtensions_IsValid_TisPlayable_tC24692CDD1DD8F1D5C646035A76D2830A70214E2_mF8DBA2A2068F02CE7AB15515742C6385E5861228_gshared (Playable_tC24692CDD1DD8F1D5C646035A76D2830A70214E2 ___playable0, const RuntimeMethod* method) { PlayableHandle_t50DCD240B0400DDAD0822C13E5DBC7AD64DC027A V_0; memset((&V_0), 0, sizeof(V_0)); bool V_1 = false; { PlayableHandle_t50DCD240B0400DDAD0822C13E5DBC7AD64DC027A L_0; L_0 = Playable_GetHandle_mA646BB041702651694A643FDE1A835112F718351((Playable_tC24692CDD1DD8F1D5C646035A76D2830A70214E2 *)(Playable_tC24692CDD1DD8F1D5C646035A76D2830A70214E2 *)(&___playable0), /*hidden argument*/NULL); V_0 = (PlayableHandle_t50DCD240B0400DDAD0822C13E5DBC7AD64DC027A )L_0; bool L_1; L_1 = PlayableHandle_IsValid_m237A5E7818768641BAC928BD08EC0AB439E3DAF6((PlayableHandle_t50DCD240B0400DDAD0822C13E5DBC7AD64DC027A *)(PlayableHandle_t50DCD240B0400DDAD0822C13E5DBC7AD64DC027A *)(&V_0), /*hidden argument*/NULL); V_1 = (bool)L_1; goto IL_0019; } IL_0019: { bool L_2 = V_1; return (bool)L_2; } } // System.Void UnityEngine.Playables.PlayableExtensions::Pause(U) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PlayableExtensions_Pause_TisPlayable_tC24692CDD1DD8F1D5C646035A76D2830A70214E2_mB189D1DB8F6557D4B8D4332E7EAD96CEDD426F58_gshared (Playable_tC24692CDD1DD8F1D5C646035A76D2830A70214E2 ___playable0, const RuntimeMethod* method) { PlayableHandle_t50DCD240B0400DDAD0822C13E5DBC7AD64DC027A V_0; memset((&V_0), 0, sizeof(V_0)); { PlayableHandle_t50DCD240B0400DDAD0822C13E5DBC7AD64DC027A L_0; L_0 = Playable_GetHandle_mA646BB041702651694A643FDE1A835112F718351((Playable_tC24692CDD1DD8F1D5C646035A76D2830A70214E2 *)(Playable_tC24692CDD1DD8F1D5C646035A76D2830A70214E2 *)(&___playable0), /*hidden argument*/NULL); V_0 = (PlayableHandle_t50DCD240B0400DDAD0822C13E5DBC7AD64DC027A )L_0; PlayableHandle_Pause_mB3B26DE18B6F0E1CC484A9AEB316894515F4E572((PlayableHandle_t50DCD240B0400DDAD0822C13E5DBC7AD64DC027A *)(PlayableHandle_t50DCD240B0400DDAD0822C13E5DBC7AD64DC027A *)(&V_0), /*hidden argument*/NULL); return; } } // System.Void UnityEngine.Playables.PlayableExtensions::Play(U) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PlayableExtensions_Play_TisPlayable_tC24692CDD1DD8F1D5C646035A76D2830A70214E2_m25BF7459905570FBCE480D2E3619074BCE6E8FAC_gshared (Playable_tC24692CDD1DD8F1D5C646035A76D2830A70214E2 ___playable0, const RuntimeMethod* method) { PlayableHandle_t50DCD240B0400DDAD0822C13E5DBC7AD64DC027A V_0; memset((&V_0), 0, sizeof(V_0)); { PlayableHandle_t50DCD240B0400DDAD0822C13E5DBC7AD64DC027A L_0; L_0 = Playable_GetHandle_mA646BB041702651694A643FDE1A835112F718351((Playable_tC24692CDD1DD8F1D5C646035A76D2830A70214E2 *)(Playable_tC24692CDD1DD8F1D5C646035A76D2830A70214E2 *)(&___playable0), /*hidden argument*/NULL); V_0 = (PlayableHandle_t50DCD240B0400DDAD0822C13E5DBC7AD64DC027A )L_0; PlayableHandle_Play_m437DFC8ECD1435AFA181E00287B6F14C90D20A5A((PlayableHandle_t50DCD240B0400DDAD0822C13E5DBC7AD64DC027A *)(PlayableHandle_t50DCD240B0400DDAD0822C13E5DBC7AD64DC027A *)(&V_0), /*hidden argument*/NULL); return; } } // System.Void UnityEngine.Playables.PlayableExtensions::SetDuration>(U,System.Double) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PlayableExtensions_SetDuration_TisScriptPlayable_1_t7495DFF84B5233AF863183881C3C7D626F65C266_m5FD6C22A510E5DAD359DDEB896F628AE381091DE_gshared (ScriptPlayable_1_t7495DFF84B5233AF863183881C3C7D626F65C266 ___playable0, double ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IPlayable_t80E700E7734A89E269923525C74958A770CF45D4_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } PlayableHandle_t50DCD240B0400DDAD0822C13E5DBC7AD64DC027A V_0; memset((&V_0), 0, sizeof(V_0)); { Il2CppMetadataObject L_0(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); const VirtualInvokeData& il2cpp_virtual_invoke_data__9 = il2cpp_codegen_get_interface_invoke_data(0, (&L_0), IPlayable_t80E700E7734A89E269923525C74958A770CF45D4_il2cpp_TypeInfo_var); PlayableHandle_t50DCD240B0400DDAD0822C13E5DBC7AD64DC027A L_1; L_1 = (( PlayableHandle_t50DCD240B0400DDAD0822C13E5DBC7AD64DC027A (*) (RuntimeObject*, const RuntimeMethod*))il2cpp_virtual_invoke_data__9.methodPtr)((RuntimeObject*)((RuntimeObject*)(&___playable0))-1, /*hidden argument*/il2cpp_virtual_invoke_data__9.method); V_0 = (PlayableHandle_t50DCD240B0400DDAD0822C13E5DBC7AD64DC027A )L_1; double L_2 = ___value1; PlayableHandle_SetDuration_mAD32E3772366220B972689F2285BD588F25C8D95((PlayableHandle_t50DCD240B0400DDAD0822C13E5DBC7AD64DC027A *)(PlayableHandle_t50DCD240B0400DDAD0822C13E5DBC7AD64DC027A *)(&V_0), (double)L_2, /*hidden argument*/NULL); return; } } // System.Void UnityEngine.Playables.PlayableExtensions::SetDuration(U,System.Double) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PlayableExtensions_SetDuration_TisPlayable_tC24692CDD1DD8F1D5C646035A76D2830A70214E2_mBA568FF78799FB21AB604F3C0A81E07457CCA8DB_gshared (Playable_tC24692CDD1DD8F1D5C646035A76D2830A70214E2 ___playable0, double ___value1, const RuntimeMethod* method) { PlayableHandle_t50DCD240B0400DDAD0822C13E5DBC7AD64DC027A V_0; memset((&V_0), 0, sizeof(V_0)); { PlayableHandle_t50DCD240B0400DDAD0822C13E5DBC7AD64DC027A L_0; L_0 = Playable_GetHandle_mA646BB041702651694A643FDE1A835112F718351((Playable_tC24692CDD1DD8F1D5C646035A76D2830A70214E2 *)(Playable_tC24692CDD1DD8F1D5C646035A76D2830A70214E2 *)(&___playable0), /*hidden argument*/NULL); V_0 = (PlayableHandle_t50DCD240B0400DDAD0822C13E5DBC7AD64DC027A )L_0; double L_1 = ___value1; PlayableHandle_SetDuration_mAD32E3772366220B972689F2285BD588F25C8D95((PlayableHandle_t50DCD240B0400DDAD0822C13E5DBC7AD64DC027A *)(PlayableHandle_t50DCD240B0400DDAD0822C13E5DBC7AD64DC027A *)(&V_0), (double)L_1, /*hidden argument*/NULL); return; } } // System.Void UnityEngine.Playables.PlayableExtensions::SetInputCount>(U,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PlayableExtensions_SetInputCount_TisScriptPlayable_1_t7495DFF84B5233AF863183881C3C7D626F65C266_m0A7FC210DD4914CFC19DF8EF6392D77BF70D5361_gshared (ScriptPlayable_1_t7495DFF84B5233AF863183881C3C7D626F65C266 ___playable0, int32_t ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IPlayable_t80E700E7734A89E269923525C74958A770CF45D4_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } PlayableHandle_t50DCD240B0400DDAD0822C13E5DBC7AD64DC027A V_0; memset((&V_0), 0, sizeof(V_0)); { Il2CppMetadataObject L_0(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); const VirtualInvokeData& il2cpp_virtual_invoke_data__9 = il2cpp_codegen_get_interface_invoke_data(0, (&L_0), IPlayable_t80E700E7734A89E269923525C74958A770CF45D4_il2cpp_TypeInfo_var); PlayableHandle_t50DCD240B0400DDAD0822C13E5DBC7AD64DC027A L_1; L_1 = (( PlayableHandle_t50DCD240B0400DDAD0822C13E5DBC7AD64DC027A (*) (RuntimeObject*, const RuntimeMethod*))il2cpp_virtual_invoke_data__9.methodPtr)((RuntimeObject*)((RuntimeObject*)(&___playable0))-1, /*hidden argument*/il2cpp_virtual_invoke_data__9.method); V_0 = (PlayableHandle_t50DCD240B0400DDAD0822C13E5DBC7AD64DC027A )L_1; int32_t L_2 = ___value1; PlayableHandle_SetInputCount_mF476D7A0B1D1086914BB87ABF80D478740A97E8E((PlayableHandle_t50DCD240B0400DDAD0822C13E5DBC7AD64DC027A *)(PlayableHandle_t50DCD240B0400DDAD0822C13E5DBC7AD64DC027A *)(&V_0), (int32_t)L_2, /*hidden argument*/NULL); return; } } // System.Void UnityEngine.Playables.PlayableExtensions::SetInputCount(U,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PlayableExtensions_SetInputCount_TisPlayable_tC24692CDD1DD8F1D5C646035A76D2830A70214E2_mE8CDCCBD0D8DDA1EB9C2854759CD698D5B2C74CA_gshared (Playable_tC24692CDD1DD8F1D5C646035A76D2830A70214E2 ___playable0, int32_t ___value1, const RuntimeMethod* method) { PlayableHandle_t50DCD240B0400DDAD0822C13E5DBC7AD64DC027A V_0; memset((&V_0), 0, sizeof(V_0)); { PlayableHandle_t50DCD240B0400DDAD0822C13E5DBC7AD64DC027A L_0; L_0 = Playable_GetHandle_mA646BB041702651694A643FDE1A835112F718351((Playable_tC24692CDD1DD8F1D5C646035A76D2830A70214E2 *)(Playable_tC24692CDD1DD8F1D5C646035A76D2830A70214E2 *)(&___playable0), /*hidden argument*/NULL); V_0 = (PlayableHandle_t50DCD240B0400DDAD0822C13E5DBC7AD64DC027A )L_0; int32_t L_1 = ___value1; PlayableHandle_SetInputCount_mF476D7A0B1D1086914BB87ABF80D478740A97E8E((PlayableHandle_t50DCD240B0400DDAD0822C13E5DBC7AD64DC027A *)(PlayableHandle_t50DCD240B0400DDAD0822C13E5DBC7AD64DC027A *)(&V_0), (int32_t)L_1, /*hidden argument*/NULL); return; } } // System.Void UnityEngine.Playables.PlayableExtensions::SetInputWeight(U,System.Int32,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PlayableExtensions_SetInputWeight_TisAnimationLayerMixerPlayable_tF647DD9BCA6E0F49367A5F13AAE0D5B093A91880_mE6A5DC7FF94C173B67C0DE30BFA2E21C6064F0B7_gshared (AnimationLayerMixerPlayable_tF647DD9BCA6E0F49367A5F13AAE0D5B093A91880 ___playable0, int32_t ___inputIndex1, float ___weight2, const RuntimeMethod* method) { PlayableHandle_t50DCD240B0400DDAD0822C13E5DBC7AD64DC027A V_0; memset((&V_0), 0, sizeof(V_0)); { PlayableHandle_t50DCD240B0400DDAD0822C13E5DBC7AD64DC027A L_0; L_0 = AnimationLayerMixerPlayable_GetHandle_mBFA950F140D76E10983B9AB946397F4C12ABC439((AnimationLayerMixerPlayable_tF647DD9BCA6E0F49367A5F13AAE0D5B093A91880 *)(AnimationLayerMixerPlayable_tF647DD9BCA6E0F49367A5F13AAE0D5B093A91880 *)(&___playable0), /*hidden argument*/NULL); V_0 = (PlayableHandle_t50DCD240B0400DDAD0822C13E5DBC7AD64DC027A )L_0; int32_t L_1 = ___inputIndex1; float L_2 = ___weight2; bool L_3; L_3 = PlayableHandle_SetInputWeight_m7ECA97A86428E6028FF6E542A5F13641DC7E8A57((PlayableHandle_t50DCD240B0400DDAD0822C13E5DBC7AD64DC027A *)(PlayableHandle_t50DCD240B0400DDAD0822C13E5DBC7AD64DC027A *)(&V_0), (int32_t)L_1, (float)L_2, /*hidden argument*/NULL); return; } } // System.Void UnityEngine.Playables.PlayableExtensions::SetInputWeight(U,System.Int32,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PlayableExtensions_SetInputWeight_TisAnimationMixerPlayable_t7C6D407FE0D55712B07081F8114CFA347F124741_m6B597CA5B2EF8A1E9C11A6E1CF6ED2C1D9CC5961_gshared (AnimationMixerPlayable_t7C6D407FE0D55712B07081F8114CFA347F124741 ___playable0, int32_t ___inputIndex1, float ___weight2, const RuntimeMethod* method) { PlayableHandle_t50DCD240B0400DDAD0822C13E5DBC7AD64DC027A V_0; memset((&V_0), 0, sizeof(V_0)); { PlayableHandle_t50DCD240B0400DDAD0822C13E5DBC7AD64DC027A L_0; L_0 = AnimationMixerPlayable_GetHandle_mE8F7D1A18F1BD1C00BA1EC6AA8036044E8907FC3((AnimationMixerPlayable_t7C6D407FE0D55712B07081F8114CFA347F124741 *)(AnimationMixerPlayable_t7C6D407FE0D55712B07081F8114CFA347F124741 *)(&___playable0), /*hidden argument*/NULL); V_0 = (PlayableHandle_t50DCD240B0400DDAD0822C13E5DBC7AD64DC027A )L_0; int32_t L_1 = ___inputIndex1; float L_2 = ___weight2; bool L_3; L_3 = PlayableHandle_SetInputWeight_m7ECA97A86428E6028FF6E542A5F13641DC7E8A57((PlayableHandle_t50DCD240B0400DDAD0822C13E5DBC7AD64DC027A *)(PlayableHandle_t50DCD240B0400DDAD0822C13E5DBC7AD64DC027A *)(&V_0), (int32_t)L_1, (float)L_2, /*hidden argument*/NULL); return; } } // System.Void UnityEngine.Playables.PlayableExtensions::SetInputWeight(U,System.Int32,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PlayableExtensions_SetInputWeight_TisAnimationMotionXToDeltaPlayable_t6E21B629D4689F5E3CFCFACA0B31411082773076_m7242C2818BA42347215DB2ED35FFF621AD8C6FF3_gshared (AnimationMotionXToDeltaPlayable_t6E21B629D4689F5E3CFCFACA0B31411082773076 ___playable0, int32_t ___inputIndex1, float ___weight2, const RuntimeMethod* method) { PlayableHandle_t50DCD240B0400DDAD0822C13E5DBC7AD64DC027A V_0; memset((&V_0), 0, sizeof(V_0)); { PlayableHandle_t50DCD240B0400DDAD0822C13E5DBC7AD64DC027A L_0; L_0 = AnimationMotionXToDeltaPlayable_GetHandle_m840D19A4E2DFB4BF2397061B833E63AD786587BA((AnimationMotionXToDeltaPlayable_t6E21B629D4689F5E3CFCFACA0B31411082773076 *)(AnimationMotionXToDeltaPlayable_t6E21B629D4689F5E3CFCFACA0B31411082773076 *)(&___playable0), /*hidden argument*/NULL); V_0 = (PlayableHandle_t50DCD240B0400DDAD0822C13E5DBC7AD64DC027A )L_0; int32_t L_1 = ___inputIndex1; float L_2 = ___weight2; bool L_3; L_3 = PlayableHandle_SetInputWeight_m7ECA97A86428E6028FF6E542A5F13641DC7E8A57((PlayableHandle_t50DCD240B0400DDAD0822C13E5DBC7AD64DC027A *)(PlayableHandle_t50DCD240B0400DDAD0822C13E5DBC7AD64DC027A *)(&V_0), (int32_t)L_1, (float)L_2, /*hidden argument*/NULL); return; } } // System.Void UnityEngine.Playables.PlayableExtensions::SetInputWeight(U,System.Int32,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PlayableExtensions_SetInputWeight_TisAnimationOffsetPlayable_tBB8333A8E35A23D8FAA2D34E35FF02BD53FF9941_m41DE50806299944B8FCF0C1FD579EA0BC5FAE368_gshared (AnimationOffsetPlayable_tBB8333A8E35A23D8FAA2D34E35FF02BD53FF9941 ___playable0, int32_t ___inputIndex1, float ___weight2, const RuntimeMethod* method) { PlayableHandle_t50DCD240B0400DDAD0822C13E5DBC7AD64DC027A V_0; memset((&V_0), 0, sizeof(V_0)); { PlayableHandle_t50DCD240B0400DDAD0822C13E5DBC7AD64DC027A L_0; L_0 = AnimationOffsetPlayable_GetHandle_m8C3C08EC531127B002D3AFAB5AF259D8030B0049((AnimationOffsetPlayable_tBB8333A8E35A23D8FAA2D34E35FF02BD53FF9941 *)(AnimationOffsetPlayable_tBB8333A8E35A23D8FAA2D34E35FF02BD53FF9941 *)(&___playable0), /*hidden argument*/NULL); V_0 = (PlayableHandle_t50DCD240B0400DDAD0822C13E5DBC7AD64DC027A )L_0; int32_t L_1 = ___inputIndex1; float L_2 = ___weight2; bool L_3; L_3 = PlayableHandle_SetInputWeight_m7ECA97A86428E6028FF6E542A5F13641DC7E8A57((PlayableHandle_t50DCD240B0400DDAD0822C13E5DBC7AD64DC027A *)(PlayableHandle_t50DCD240B0400DDAD0822C13E5DBC7AD64DC027A *)(&V_0), (int32_t)L_1, (float)L_2, /*hidden argument*/NULL); return; } } // System.Void UnityEngine.Playables.PlayableExtensions::SetInputWeight(U,System.Int32,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PlayableExtensions_SetInputWeight_TisAnimationRemoveScalePlayable_t774D428669D5CF715E9A7E80E52A619AECC80429_mA004AA67859C25D5FE387F5619894310C7627485_gshared (AnimationRemoveScalePlayable_t774D428669D5CF715E9A7E80E52A619AECC80429 ___playable0, int32_t ___inputIndex1, float ___weight2, const RuntimeMethod* method) { PlayableHandle_t50DCD240B0400DDAD0822C13E5DBC7AD64DC027A V_0; memset((&V_0), 0, sizeof(V_0)); { PlayableHandle_t50DCD240B0400DDAD0822C13E5DBC7AD64DC027A L_0; L_0 = AnimationRemoveScalePlayable_GetHandle_m1949202B58BDF17726A1ADC934EB5232E835CCA8((AnimationRemoveScalePlayable_t774D428669D5CF715E9A7E80E52A619AECC80429 *)(AnimationRemoveScalePlayable_t774D428669D5CF715E9A7E80E52A619AECC80429 *)(&___playable0), /*hidden argument*/NULL); V_0 = (PlayableHandle_t50DCD240B0400DDAD0822C13E5DBC7AD64DC027A )L_0; int32_t L_1 = ___inputIndex1; float L_2 = ___weight2; bool L_3; L_3 = PlayableHandle_SetInputWeight_m7ECA97A86428E6028FF6E542A5F13641DC7E8A57((PlayableHandle_t50DCD240B0400DDAD0822C13E5DBC7AD64DC027A *)(PlayableHandle_t50DCD240B0400DDAD0822C13E5DBC7AD64DC027A *)(&V_0), (int32_t)L_1, (float)L_2, /*hidden argument*/NULL); return; } } // System.Void UnityEngine.Playables.PlayableExtensions::SetInputWeight(U,System.Int32,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PlayableExtensions_SetInputWeight_TisPlayable_tC24692CDD1DD8F1D5C646035A76D2830A70214E2_mFC83A05267567C5F6D4B6F34725DDBB596BC28F7_gshared (Playable_tC24692CDD1DD8F1D5C646035A76D2830A70214E2 ___playable0, int32_t ___inputIndex1, float ___weight2, const RuntimeMethod* method) { PlayableHandle_t50DCD240B0400DDAD0822C13E5DBC7AD64DC027A V_0; memset((&V_0), 0, sizeof(V_0)); { PlayableHandle_t50DCD240B0400DDAD0822C13E5DBC7AD64DC027A L_0; L_0 = Playable_GetHandle_mA646BB041702651694A643FDE1A835112F718351((Playable_tC24692CDD1DD8F1D5C646035A76D2830A70214E2 *)(Playable_tC24692CDD1DD8F1D5C646035A76D2830A70214E2 *)(&___playable0), /*hidden argument*/NULL); V_0 = (PlayableHandle_t50DCD240B0400DDAD0822C13E5DBC7AD64DC027A )L_0; int32_t L_1 = ___inputIndex1; float L_2 = ___weight2; bool L_3; L_3 = PlayableHandle_SetInputWeight_m7ECA97A86428E6028FF6E542A5F13641DC7E8A57((PlayableHandle_t50DCD240B0400DDAD0822C13E5DBC7AD64DC027A *)(PlayableHandle_t50DCD240B0400DDAD0822C13E5DBC7AD64DC027A *)(&V_0), (int32_t)L_1, (float)L_2, /*hidden argument*/NULL); return; } } // System.Void UnityEngine.Playables.PlayableExtensions::SetInputWeight,UnityEngine.Playables.Playable>(U,V,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PlayableExtensions_SetInputWeight_TisScriptPlayable_1_t7495DFF84B5233AF863183881C3C7D626F65C266_TisPlayable_tC24692CDD1DD8F1D5C646035A76D2830A70214E2_mD040EB95E315F9CD7A9EBD48147E03D9C71C89F2_gshared (ScriptPlayable_1_t7495DFF84B5233AF863183881C3C7D626F65C266 ___playable0, Playable_tC24692CDD1DD8F1D5C646035A76D2830A70214E2 ___input1, float ___weight2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IPlayable_t80E700E7734A89E269923525C74958A770CF45D4_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } PlayableHandle_t50DCD240B0400DDAD0822C13E5DBC7AD64DC027A V_0; memset((&V_0), 0, sizeof(V_0)); { Il2CppMetadataObject L_0(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); const VirtualInvokeData& il2cpp_virtual_invoke_data__9 = il2cpp_codegen_get_interface_invoke_data(0, (&L_0), IPlayable_t80E700E7734A89E269923525C74958A770CF45D4_il2cpp_TypeInfo_var); PlayableHandle_t50DCD240B0400DDAD0822C13E5DBC7AD64DC027A L_1; L_1 = (( PlayableHandle_t50DCD240B0400DDAD0822C13E5DBC7AD64DC027A (*) (RuntimeObject*, const RuntimeMethod*))il2cpp_virtual_invoke_data__9.methodPtr)((RuntimeObject*)((RuntimeObject*)(&___playable0))-1, /*hidden argument*/il2cpp_virtual_invoke_data__9.method); V_0 = (PlayableHandle_t50DCD240B0400DDAD0822C13E5DBC7AD64DC027A )L_1; PlayableHandle_t50DCD240B0400DDAD0822C13E5DBC7AD64DC027A L_2; L_2 = Playable_GetHandle_mA646BB041702651694A643FDE1A835112F718351((Playable_tC24692CDD1DD8F1D5C646035A76D2830A70214E2 *)(Playable_tC24692CDD1DD8F1D5C646035A76D2830A70214E2 *)(&___input1), /*hidden argument*/NULL); float L_3 = ___weight2; PlayableHandle_SetInputWeight_m44ACDBDD2D5A5BA617DE71035F621B1C7F8F51D7((PlayableHandle_t50DCD240B0400DDAD0822C13E5DBC7AD64DC027A *)(PlayableHandle_t50DCD240B0400DDAD0822C13E5DBC7AD64DC027A *)(&V_0), (PlayableHandle_t50DCD240B0400DDAD0822C13E5DBC7AD64DC027A )L_2, (float)L_3, /*hidden argument*/NULL); return; } } // System.Void UnityEngine.Playables.PlayableExtensions::SetInputWeight(U,V,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PlayableExtensions_SetInputWeight_TisPlayable_tC24692CDD1DD8F1D5C646035A76D2830A70214E2_TisPlayable_tC24692CDD1DD8F1D5C646035A76D2830A70214E2_m05153BB0233136AB47359EB78C26194FC6A63345_gshared (Playable_tC24692CDD1DD8F1D5C646035A76D2830A70214E2 ___playable0, Playable_tC24692CDD1DD8F1D5C646035A76D2830A70214E2 ___input1, float ___weight2, const RuntimeMethod* method) { PlayableHandle_t50DCD240B0400DDAD0822C13E5DBC7AD64DC027A V_0; memset((&V_0), 0, sizeof(V_0)); { PlayableHandle_t50DCD240B0400DDAD0822C13E5DBC7AD64DC027A L_0; L_0 = Playable_GetHandle_mA646BB041702651694A643FDE1A835112F718351((Playable_tC24692CDD1DD8F1D5C646035A76D2830A70214E2 *)(Playable_tC24692CDD1DD8F1D5C646035A76D2830A70214E2 *)(&___playable0), /*hidden argument*/NULL); V_0 = (PlayableHandle_t50DCD240B0400DDAD0822C13E5DBC7AD64DC027A )L_0; PlayableHandle_t50DCD240B0400DDAD0822C13E5DBC7AD64DC027A L_1; L_1 = Playable_GetHandle_mA646BB041702651694A643FDE1A835112F718351((Playable_tC24692CDD1DD8F1D5C646035A76D2830A70214E2 *)(Playable_tC24692CDD1DD8F1D5C646035A76D2830A70214E2 *)(&___input1), /*hidden argument*/NULL); float L_2 = ___weight2; PlayableHandle_SetInputWeight_m44ACDBDD2D5A5BA617DE71035F621B1C7F8F51D7((PlayableHandle_t50DCD240B0400DDAD0822C13E5DBC7AD64DC027A *)(PlayableHandle_t50DCD240B0400DDAD0822C13E5DBC7AD64DC027A *)(&V_0), (PlayableHandle_t50DCD240B0400DDAD0822C13E5DBC7AD64DC027A )L_1, (float)L_2, /*hidden argument*/NULL); return; } } // System.Void UnityEngine.Playables.PlayableExtensions::SetPropagateSetTime>(U,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PlayableExtensions_SetPropagateSetTime_TisScriptPlayable_1_t7495DFF84B5233AF863183881C3C7D626F65C266_m9F960734AD9F8547DBECE8676BE4AF47CE38163F_gshared (ScriptPlayable_1_t7495DFF84B5233AF863183881C3C7D626F65C266 ___playable0, bool ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IPlayable_t80E700E7734A89E269923525C74958A770CF45D4_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } PlayableHandle_t50DCD240B0400DDAD0822C13E5DBC7AD64DC027A V_0; memset((&V_0), 0, sizeof(V_0)); { Il2CppMetadataObject L_0(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); const VirtualInvokeData& il2cpp_virtual_invoke_data__9 = il2cpp_codegen_get_interface_invoke_data(0, (&L_0), IPlayable_t80E700E7734A89E269923525C74958A770CF45D4_il2cpp_TypeInfo_var); PlayableHandle_t50DCD240B0400DDAD0822C13E5DBC7AD64DC027A L_1; L_1 = (( PlayableHandle_t50DCD240B0400DDAD0822C13E5DBC7AD64DC027A (*) (RuntimeObject*, const RuntimeMethod*))il2cpp_virtual_invoke_data__9.methodPtr)((RuntimeObject*)((RuntimeObject*)(&___playable0))-1, /*hidden argument*/il2cpp_virtual_invoke_data__9.method); V_0 = (PlayableHandle_t50DCD240B0400DDAD0822C13E5DBC7AD64DC027A )L_1; bool L_2 = ___value1; PlayableHandle_SetPropagateSetTime_mBD123E24FCA61291B90A7EC1AB8F95711C8A3E5C((PlayableHandle_t50DCD240B0400DDAD0822C13E5DBC7AD64DC027A *)(PlayableHandle_t50DCD240B0400DDAD0822C13E5DBC7AD64DC027A *)(&V_0), (bool)L_2, /*hidden argument*/NULL); return; } } // System.Void UnityEngine.Playables.PlayableExtensions::SetSpeed(U,System.Double) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PlayableExtensions_SetSpeed_TisPlayable_tC24692CDD1DD8F1D5C646035A76D2830A70214E2_mCF4042820DCF5AF6B112E385D39C4138168C2C5D_gshared (Playable_tC24692CDD1DD8F1D5C646035A76D2830A70214E2 ___playable0, double ___value1, const RuntimeMethod* method) { PlayableHandle_t50DCD240B0400DDAD0822C13E5DBC7AD64DC027A V_0; memset((&V_0), 0, sizeof(V_0)); { PlayableHandle_t50DCD240B0400DDAD0822C13E5DBC7AD64DC027A L_0; L_0 = Playable_GetHandle_mA646BB041702651694A643FDE1A835112F718351((Playable_tC24692CDD1DD8F1D5C646035A76D2830A70214E2 *)(Playable_tC24692CDD1DD8F1D5C646035A76D2830A70214E2 *)(&___playable0), /*hidden argument*/NULL); V_0 = (PlayableHandle_t50DCD240B0400DDAD0822C13E5DBC7AD64DC027A )L_0; double L_1 = ___value1; PlayableHandle_SetSpeed_mC4777C554A067AFA1E43497A2FA9242241F03A30((PlayableHandle_t50DCD240B0400DDAD0822C13E5DBC7AD64DC027A *)(PlayableHandle_t50DCD240B0400DDAD0822C13E5DBC7AD64DC027A *)(&V_0), (double)L_1, /*hidden argument*/NULL); return; } } // System.Void UnityEngine.Playables.PlayableExtensions::SetTime(U,System.Double) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PlayableExtensions_SetTime_TisPlayable_tC24692CDD1DD8F1D5C646035A76D2830A70214E2_m11788E6A2613877777339FF4916A20749D73A223_gshared (Playable_tC24692CDD1DD8F1D5C646035A76D2830A70214E2 ___playable0, double ___value1, const RuntimeMethod* method) { PlayableHandle_t50DCD240B0400DDAD0822C13E5DBC7AD64DC027A V_0; memset((&V_0), 0, sizeof(V_0)); { PlayableHandle_t50DCD240B0400DDAD0822C13E5DBC7AD64DC027A L_0; L_0 = Playable_GetHandle_mA646BB041702651694A643FDE1A835112F718351((Playable_tC24692CDD1DD8F1D5C646035A76D2830A70214E2 *)(Playable_tC24692CDD1DD8F1D5C646035A76D2830A70214E2 *)(&___playable0), /*hidden argument*/NULL); V_0 = (PlayableHandle_t50DCD240B0400DDAD0822C13E5DBC7AD64DC027A )L_0; double L_1 = ___value1; PlayableHandle_SetTime_m8B0B1134427EB6EADE65FE02368DA57BD33263D4((PlayableHandle_t50DCD240B0400DDAD0822C13E5DBC7AD64DC027A *)(PlayableHandle_t50DCD240B0400DDAD0822C13E5DBC7AD64DC027A *)(&V_0), (double)L_1, /*hidden argument*/NULL); return; } } // System.Void UnityEngine.Playables.PlayableExtensions::SetTimeWrapMode>(U,UnityEngine.Playables.DirectorWrapMode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PlayableExtensions_SetTimeWrapMode_TisScriptPlayable_1_t7495DFF84B5233AF863183881C3C7D626F65C266_mBC26A597513D87CA80DE3D8767ED7E9A281E1BA2_gshared (ScriptPlayable_1_t7495DFF84B5233AF863183881C3C7D626F65C266 ___playable0, int32_t ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IPlayable_t80E700E7734A89E269923525C74958A770CF45D4_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } PlayableHandle_t50DCD240B0400DDAD0822C13E5DBC7AD64DC027A V_0; memset((&V_0), 0, sizeof(V_0)); { Il2CppMetadataObject L_0(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); const VirtualInvokeData& il2cpp_virtual_invoke_data__9 = il2cpp_codegen_get_interface_invoke_data(0, (&L_0), IPlayable_t80E700E7734A89E269923525C74958A770CF45D4_il2cpp_TypeInfo_var); PlayableHandle_t50DCD240B0400DDAD0822C13E5DBC7AD64DC027A L_1; L_1 = (( PlayableHandle_t50DCD240B0400DDAD0822C13E5DBC7AD64DC027A (*) (RuntimeObject*, const RuntimeMethod*))il2cpp_virtual_invoke_data__9.methodPtr)((RuntimeObject*)((RuntimeObject*)(&___playable0))-1, /*hidden argument*/il2cpp_virtual_invoke_data__9.method); V_0 = (PlayableHandle_t50DCD240B0400DDAD0822C13E5DBC7AD64DC027A )L_1; int32_t L_2 = ___value1; PlayableHandle_SetTimeWrapMode_mC59AE90EA44005C2D342B5685E98BFB61309A4DD((PlayableHandle_t50DCD240B0400DDAD0822C13E5DBC7AD64DC027A *)(PlayableHandle_t50DCD240B0400DDAD0822C13E5DBC7AD64DC027A *)(&V_0), (int32_t)L_2, /*hidden argument*/NULL); return; } } // System.Void UnityEngine.Playables.PlayableExtensions::SetTimeWrapMode(U,UnityEngine.Playables.DirectorWrapMode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PlayableExtensions_SetTimeWrapMode_TisPlayable_tC24692CDD1DD8F1D5C646035A76D2830A70214E2_m82D10FF08D355792AEDBB5860EBA01E46CB98950_gshared (Playable_tC24692CDD1DD8F1D5C646035A76D2830A70214E2 ___playable0, int32_t ___value1, const RuntimeMethod* method) { PlayableHandle_t50DCD240B0400DDAD0822C13E5DBC7AD64DC027A V_0; memset((&V_0), 0, sizeof(V_0)); { PlayableHandle_t50DCD240B0400DDAD0822C13E5DBC7AD64DC027A L_0; L_0 = Playable_GetHandle_mA646BB041702651694A643FDE1A835112F718351((Playable_tC24692CDD1DD8F1D5C646035A76D2830A70214E2 *)(Playable_tC24692CDD1DD8F1D5C646035A76D2830A70214E2 *)(&___playable0), /*hidden argument*/NULL); V_0 = (PlayableHandle_t50DCD240B0400DDAD0822C13E5DBC7AD64DC027A )L_0; int32_t L_1 = ___value1; PlayableHandle_SetTimeWrapMode_mC59AE90EA44005C2D342B5685E98BFB61309A4DD((PlayableHandle_t50DCD240B0400DDAD0822C13E5DBC7AD64DC027A *)(PlayableHandle_t50DCD240B0400DDAD0822C13E5DBC7AD64DC027A *)(&V_0), (int32_t)L_1, /*hidden argument*/NULL); return; } } // System.Void UnityEngine.Playables.PlayableExtensions::SetTraversalMode>(U,UnityEngine.Playables.PlayableTraversalMode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PlayableExtensions_SetTraversalMode_TisScriptPlayable_1_t7495DFF84B5233AF863183881C3C7D626F65C266_m867765CD27486DD19A823A1A4CB92911F1048FD7_gshared (ScriptPlayable_1_t7495DFF84B5233AF863183881C3C7D626F65C266 ___playable0, int32_t ___mode1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IPlayable_t80E700E7734A89E269923525C74958A770CF45D4_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } PlayableHandle_t50DCD240B0400DDAD0822C13E5DBC7AD64DC027A V_0; memset((&V_0), 0, sizeof(V_0)); { Il2CppMetadataObject L_0(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)); const VirtualInvokeData& il2cpp_virtual_invoke_data__9 = il2cpp_codegen_get_interface_invoke_data(0, (&L_0), IPlayable_t80E700E7734A89E269923525C74958A770CF45D4_il2cpp_TypeInfo_var); PlayableHandle_t50DCD240B0400DDAD0822C13E5DBC7AD64DC027A L_1; L_1 = (( PlayableHandle_t50DCD240B0400DDAD0822C13E5DBC7AD64DC027A (*) (RuntimeObject*, const RuntimeMethod*))il2cpp_virtual_invoke_data__9.methodPtr)((RuntimeObject*)((RuntimeObject*)(&___playable0))-1, /*hidden argument*/il2cpp_virtual_invoke_data__9.method); V_0 = (PlayableHandle_t50DCD240B0400DDAD0822C13E5DBC7AD64DC027A )L_1; int32_t L_2 = ___mode1; PlayableHandle_SetTraversalMode_m1FD433AAFF58862BA61F3EA70AF67E189CAA67CC((PlayableHandle_t50DCD240B0400DDAD0822C13E5DBC7AD64DC027A *)(PlayableHandle_t50DCD240B0400DDAD0822C13E5DBC7AD64DC027A *)(&V_0), (int32_t)L_2, /*hidden argument*/NULL); return; } } // System.Boolean UnityEngine.Playables.PlayableGraph::Connect>(U,System.Int32,V,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PlayableGraph_Connect_TisPlayable_tC24692CDD1DD8F1D5C646035A76D2830A70214E2_TisScriptPlayable_1_t7495DFF84B5233AF863183881C3C7D626F65C266_m2A4CA2550B5F583EA5F0E572DF8CF5A87BBFE85D_gshared (PlayableGraph_t2D5083CFACB413FA1BB13FF054BE09A5A55A205A * __this, Playable_tC24692CDD1DD8F1D5C646035A76D2830A70214E2 ___source0, int32_t ___sourceOutputPort1, ScriptPlayable_1_t7495DFF84B5233AF863183881C3C7D626F65C266 ___destination2, int32_t ___destinationInputPort3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IPlayable_t80E700E7734A89E269923525C74958A770CF45D4_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; { PlayableHandle_t50DCD240B0400DDAD0822C13E5DBC7AD64DC027A L_0; L_0 = Playable_GetHandle_mA646BB041702651694A643FDE1A835112F718351((Playable_tC24692CDD1DD8F1D5C646035A76D2830A70214E2 *)(Playable_tC24692CDD1DD8F1D5C646035A76D2830A70214E2 *)(&___source0), /*hidden argument*/NULL); int32_t L_1 = ___sourceOutputPort1; Il2CppMetadataObject L_2(IL2CPP_RGCTX_DATA(method->rgctx_data, 1)); const VirtualInvokeData& il2cpp_virtual_invoke_data__24 = il2cpp_codegen_get_interface_invoke_data(0, (&L_2), IPlayable_t80E700E7734A89E269923525C74958A770CF45D4_il2cpp_TypeInfo_var); PlayableHandle_t50DCD240B0400DDAD0822C13E5DBC7AD64DC027A L_3; L_3 = (( PlayableHandle_t50DCD240B0400DDAD0822C13E5DBC7AD64DC027A (*) (RuntimeObject*, const RuntimeMethod*))il2cpp_virtual_invoke_data__24.methodPtr)((RuntimeObject*)((RuntimeObject*)(&___destination2))-1, /*hidden argument*/il2cpp_virtual_invoke_data__24.method); int32_t L_4 = ___destinationInputPort3; bool L_5; L_5 = PlayableGraph_ConnectInternal_mE1CE63B32B7B28DA3D5722AC160152C9C7374E2F((PlayableGraph_t2D5083CFACB413FA1BB13FF054BE09A5A55A205A *)(PlayableGraph_t2D5083CFACB413FA1BB13FF054BE09A5A55A205A *)__this, (PlayableHandle_t50DCD240B0400DDAD0822C13E5DBC7AD64DC027A )L_0, (int32_t)L_1, (PlayableHandle_t50DCD240B0400DDAD0822C13E5DBC7AD64DC027A )L_3, (int32_t)L_4, /*hidden argument*/NULL); V_0 = (bool)L_5; goto IL_0027; } IL_0027: { bool L_6 = V_0; return (bool)L_6; } } IL2CPP_EXTERN_C bool PlayableGraph_Connect_TisPlayable_tC24692CDD1DD8F1D5C646035A76D2830A70214E2_TisScriptPlayable_1_t7495DFF84B5233AF863183881C3C7D626F65C266_m2A4CA2550B5F583EA5F0E572DF8CF5A87BBFE85D_AdjustorThunk (RuntimeObject * __this, Playable_tC24692CDD1DD8F1D5C646035A76D2830A70214E2 ___source0, int32_t ___sourceOutputPort1, ScriptPlayable_1_t7495DFF84B5233AF863183881C3C7D626F65C266 ___destination2, int32_t ___destinationInputPort3, const RuntimeMethod* method) { int32_t _offset = 1; PlayableGraph_t2D5083CFACB413FA1BB13FF054BE09A5A55A205A * _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = PlayableGraph_Connect_TisPlayable_tC24692CDD1DD8F1D5C646035A76D2830A70214E2_TisScriptPlayable_1_t7495DFF84B5233AF863183881C3C7D626F65C266_m2A4CA2550B5F583EA5F0E572DF8CF5A87BBFE85D(_thisAdjusted, ___source0, ___sourceOutputPort1, ___destination2, ___destinationInputPort3, method); return _returnValue; } // System.Boolean UnityEngine.Playables.PlayableGraph::Connect(U,System.Int32,V,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PlayableGraph_Connect_TisPlayable_tC24692CDD1DD8F1D5C646035A76D2830A70214E2_TisAnimationLayerMixerPlayable_tF647DD9BCA6E0F49367A5F13AAE0D5B093A91880_m3E402CBD0DA9906EED05A2A5417CD83CF6C564F9_gshared (PlayableGraph_t2D5083CFACB413FA1BB13FF054BE09A5A55A205A * __this, Playable_tC24692CDD1DD8F1D5C646035A76D2830A70214E2 ___source0, int32_t ___sourceOutputPort1, AnimationLayerMixerPlayable_tF647DD9BCA6E0F49367A5F13AAE0D5B093A91880 ___destination2, int32_t ___destinationInputPort3, const RuntimeMethod* method) { bool V_0 = false; { PlayableHandle_t50DCD240B0400DDAD0822C13E5DBC7AD64DC027A L_0; L_0 = Playable_GetHandle_mA646BB041702651694A643FDE1A835112F718351((Playable_tC24692CDD1DD8F1D5C646035A76D2830A70214E2 *)(Playable_tC24692CDD1DD8F1D5C646035A76D2830A70214E2 *)(&___source0), /*hidden argument*/NULL); int32_t L_1 = ___sourceOutputPort1; PlayableHandle_t50DCD240B0400DDAD0822C13E5DBC7AD64DC027A L_2; L_2 = AnimationLayerMixerPlayable_GetHandle_mBFA950F140D76E10983B9AB946397F4C12ABC439((AnimationLayerMixerPlayable_tF647DD9BCA6E0F49367A5F13AAE0D5B093A91880 *)(AnimationLayerMixerPlayable_tF647DD9BCA6E0F49367A5F13AAE0D5B093A91880 *)(&___destination2), /*hidden argument*/NULL); int32_t L_3 = ___destinationInputPort3; bool L_4; L_4 = PlayableGraph_ConnectInternal_mE1CE63B32B7B28DA3D5722AC160152C9C7374E2F((PlayableGraph_t2D5083CFACB413FA1BB13FF054BE09A5A55A205A *)(PlayableGraph_t2D5083CFACB413FA1BB13FF054BE09A5A55A205A *)__this, (PlayableHandle_t50DCD240B0400DDAD0822C13E5DBC7AD64DC027A )L_0, (int32_t)L_1, (PlayableHandle_t50DCD240B0400DDAD0822C13E5DBC7AD64DC027A )L_2, (int32_t)L_3, /*hidden argument*/NULL); V_0 = (bool)L_4; goto IL_0027; } IL_0027: { bool L_5 = V_0; return (bool)L_5; } } IL2CPP_EXTERN_C bool PlayableGraph_Connect_TisPlayable_tC24692CDD1DD8F1D5C646035A76D2830A70214E2_TisAnimationLayerMixerPlayable_tF647DD9BCA6E0F49367A5F13AAE0D5B093A91880_m3E402CBD0DA9906EED05A2A5417CD83CF6C564F9_AdjustorThunk (RuntimeObject * __this, Playable_tC24692CDD1DD8F1D5C646035A76D2830A70214E2 ___source0, int32_t ___sourceOutputPort1, AnimationLayerMixerPlayable_tF647DD9BCA6E0F49367A5F13AAE0D5B093A91880 ___destination2, int32_t ___destinationInputPort3, const RuntimeMethod* method) { int32_t _offset = 1; PlayableGraph_t2D5083CFACB413FA1BB13FF054BE09A5A55A205A * _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = PlayableGraph_Connect_TisPlayable_tC24692CDD1DD8F1D5C646035A76D2830A70214E2_TisAnimationLayerMixerPlayable_tF647DD9BCA6E0F49367A5F13AAE0D5B093A91880_m3E402CBD0DA9906EED05A2A5417CD83CF6C564F9(_thisAdjusted, ___source0, ___sourceOutputPort1, ___destination2, ___destinationInputPort3, method); return _returnValue; } // System.Boolean UnityEngine.Playables.PlayableGraph::Connect(U,System.Int32,V,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PlayableGraph_Connect_TisPlayable_tC24692CDD1DD8F1D5C646035A76D2830A70214E2_TisAnimationMixerPlayable_t7C6D407FE0D55712B07081F8114CFA347F124741_m5C731B1FD992B1AF68F0E1479FDCDAA6346621BF_gshared (PlayableGraph_t2D5083CFACB413FA1BB13FF054BE09A5A55A205A * __this, Playable_tC24692CDD1DD8F1D5C646035A76D2830A70214E2 ___source0, int32_t ___sourceOutputPort1, AnimationMixerPlayable_t7C6D407FE0D55712B07081F8114CFA347F124741 ___destination2, int32_t ___destinationInputPort3, const RuntimeMethod* method) { bool V_0 = false; { PlayableHandle_t50DCD240B0400DDAD0822C13E5DBC7AD64DC027A L_0; L_0 = Playable_GetHandle_mA646BB041702651694A643FDE1A835112F718351((Playable_tC24692CDD1DD8F1D5C646035A76D2830A70214E2 *)(Playable_tC24692CDD1DD8F1D5C646035A76D2830A70214E2 *)(&___source0), /*hidden argument*/NULL); int32_t L_1 = ___sourceOutputPort1; PlayableHandle_t50DCD240B0400DDAD0822C13E5DBC7AD64DC027A L_2; L_2 = AnimationMixerPlayable_GetHandle_mE8F7D1A18F1BD1C00BA1EC6AA8036044E8907FC3((AnimationMixerPlayable_t7C6D407FE0D55712B07081F8114CFA347F124741 *)(AnimationMixerPlayable_t7C6D407FE0D55712B07081F8114CFA347F124741 *)(&___destination2), /*hidden argument*/NULL); int32_t L_3 = ___destinationInputPort3; bool L_4; L_4 = PlayableGraph_ConnectInternal_mE1CE63B32B7B28DA3D5722AC160152C9C7374E2F((PlayableGraph_t2D5083CFACB413FA1BB13FF054BE09A5A55A205A *)(PlayableGraph_t2D5083CFACB413FA1BB13FF054BE09A5A55A205A *)__this, (PlayableHandle_t50DCD240B0400DDAD0822C13E5DBC7AD64DC027A )L_0, (int32_t)L_1, (PlayableHandle_t50DCD240B0400DDAD0822C13E5DBC7AD64DC027A )L_2, (int32_t)L_3, /*hidden argument*/NULL); V_0 = (bool)L_4; goto IL_0027; } IL_0027: { bool L_5 = V_0; return (bool)L_5; } } IL2CPP_EXTERN_C bool PlayableGraph_Connect_TisPlayable_tC24692CDD1DD8F1D5C646035A76D2830A70214E2_TisAnimationMixerPlayable_t7C6D407FE0D55712B07081F8114CFA347F124741_m5C731B1FD992B1AF68F0E1479FDCDAA6346621BF_AdjustorThunk (RuntimeObject * __this, Playable_tC24692CDD1DD8F1D5C646035A76D2830A70214E2 ___source0, int32_t ___sourceOutputPort1, AnimationMixerPlayable_t7C6D407FE0D55712B07081F8114CFA347F124741 ___destination2, int32_t ___destinationInputPort3, const RuntimeMethod* method) { int32_t _offset = 1; PlayableGraph_t2D5083CFACB413FA1BB13FF054BE09A5A55A205A * _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = PlayableGraph_Connect_TisPlayable_tC24692CDD1DD8F1D5C646035A76D2830A70214E2_TisAnimationMixerPlayable_t7C6D407FE0D55712B07081F8114CFA347F124741_m5C731B1FD992B1AF68F0E1479FDCDAA6346621BF(_thisAdjusted, ___source0, ___sourceOutputPort1, ___destination2, ___destinationInputPort3, method); return _returnValue; } // System.Boolean UnityEngine.Playables.PlayableGraph::Connect(U,System.Int32,V,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PlayableGraph_Connect_TisPlayable_tC24692CDD1DD8F1D5C646035A76D2830A70214E2_TisAnimationMotionXToDeltaPlayable_t6E21B629D4689F5E3CFCFACA0B31411082773076_mABCFC5F718D163D25D229D9FDD801C775829FBE1_gshared (PlayableGraph_t2D5083CFACB413FA1BB13FF054BE09A5A55A205A * __this, Playable_tC24692CDD1DD8F1D5C646035A76D2830A70214E2 ___source0, int32_t ___sourceOutputPort1, AnimationMotionXToDeltaPlayable_t6E21B629D4689F5E3CFCFACA0B31411082773076 ___destination2, int32_t ___destinationInputPort3, const RuntimeMethod* method) { bool V_0 = false; { PlayableHandle_t50DCD240B0400DDAD0822C13E5DBC7AD64DC027A L_0; L_0 = Playable_GetHandle_mA646BB041702651694A643FDE1A835112F718351((Playable_tC24692CDD1DD8F1D5C646035A76D2830A70214E2 *)(Playable_tC24692CDD1DD8F1D5C646035A76D2830A70214E2 *)(&___source0), /*hidden argument*/NULL); int32_t L_1 = ___sourceOutputPort1; PlayableHandle_t50DCD240B0400DDAD0822C13E5DBC7AD64DC027A L_2; L_2 = AnimationMotionXToDeltaPlayable_GetHandle_m840D19A4E2DFB4BF2397061B833E63AD786587BA((AnimationMotionXToDeltaPlayable_t6E21B629D4689F5E3CFCFACA0B31411082773076 *)(AnimationMotionXToDeltaPlayable_t6E21B629D4689F5E3CFCFACA0B31411082773076 *)(&___destination2), /*hidden argument*/NULL); int32_t L_3 = ___destinationInputPort3; bool L_4; L_4 = PlayableGraph_ConnectInternal_mE1CE63B32B7B28DA3D5722AC160152C9C7374E2F((PlayableGraph_t2D5083CFACB413FA1BB13FF054BE09A5A55A205A *)(PlayableGraph_t2D5083CFACB413FA1BB13FF054BE09A5A55A205A *)__this, (PlayableHandle_t50DCD240B0400DDAD0822C13E5DBC7AD64DC027A )L_0, (int32_t)L_1, (PlayableHandle_t50DCD240B0400DDAD0822C13E5DBC7AD64DC027A )L_2, (int32_t)L_3, /*hidden argument*/NULL); V_0 = (bool)L_4; goto IL_0027; } IL_0027: { bool L_5 = V_0; return (bool)L_5; } } IL2CPP_EXTERN_C bool PlayableGraph_Connect_TisPlayable_tC24692CDD1DD8F1D5C646035A76D2830A70214E2_TisAnimationMotionXToDeltaPlayable_t6E21B629D4689F5E3CFCFACA0B31411082773076_mABCFC5F718D163D25D229D9FDD801C775829FBE1_AdjustorThunk (RuntimeObject * __this, Playable_tC24692CDD1DD8F1D5C646035A76D2830A70214E2 ___source0, int32_t ___sourceOutputPort1, AnimationMotionXToDeltaPlayable_t6E21B629D4689F5E3CFCFACA0B31411082773076 ___destination2, int32_t ___destinationInputPort3, const RuntimeMethod* method) { int32_t _offset = 1; PlayableGraph_t2D5083CFACB413FA1BB13FF054BE09A5A55A205A * _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = PlayableGraph_Connect_TisPlayable_tC24692CDD1DD8F1D5C646035A76D2830A70214E2_TisAnimationMotionXToDeltaPlayable_t6E21B629D4689F5E3CFCFACA0B31411082773076_mABCFC5F718D163D25D229D9FDD801C775829FBE1(_thisAdjusted, ___source0, ___sourceOutputPort1, ___destination2, ___destinationInputPort3, method); return _returnValue; } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void IntPtr__ctor_mBB7AF6DA6350129AD6422DE474FD52F715CC0C40_inline (intptr_t* __this, void* ___value0, const RuntimeMethod* method) { { void* L_0 = ___value0; *__this = ((intptr_t)L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t TriggerState_get_phase_m8BC034C0171DFBEFFE326B22BED602AB414D8CB8_inline (TriggerState_t0DFC29612AAA2473244F3580C746BE71D6C57145 * __this, const RuntimeMethod* method) { { // get => (InputActionPhase)m_Phase; uint8_t L_0 = __this->get_m_Phase_3(); return (int32_t)(L_0); } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t TriggerState_get_bindingIndex_m0AC6E41222022188B9528FC31FBC0B519BF7F7DF_inline (TriggerState_t0DFC29612AAA2473244F3580C746BE71D6C57145 * __this, const RuntimeMethod* method) { { // get => m_BindingIndex; uint16_t L_0 = __this->get_m_BindingIndex_9(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Expression_t30A004209C10C2D9A9785B2F74EEED431A4D4660 * LambdaExpression_get_Body_m595A485419E2F0AA13FC2695DEBD99ED9712D042_inline (LambdaExpression_t26BF905E97E6D94F81F17D60F4F4F47F8E93B474 * __this, const RuntimeMethod* method) { { Expression_t30A004209C10C2D9A9785B2F74EEED431A4D4660 * L_0 = __this->get__body_2(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Expression_t30A004209C10C2D9A9785B2F74EEED431A4D4660 * UnaryExpression_get_Operand_m08244426ECF6990AD49742ECE8273F599B648B3F_inline (UnaryExpression_t5DE6F6FA2216CDD34DFCFADEB0080CB29326DD62 * __this, const RuntimeMethod* method) { { Expression_t30A004209C10C2D9A9785B2F74EEED431A4D4660 * L_0 = __this->get_U3COperandU3Ek__BackingField_2(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t BindingState_get_processorCount_m643C6833D31ACFE87E4B84387820FB944E8627AF_inline (BindingState_t568A45761EFD086FB6772BD7B933703E3ABFBF26 * __this, const RuntimeMethod* method) { { // get => m_ProcessorCount; uint8_t L_0 = __this->get_m_ProcessorCount_2(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t BindingState_get_partIndex_mA9E963AF2596E03714C13516C66A67AE4558B815_inline (BindingState_t568A45761EFD086FB6772BD7B933703E3ABFBF26 * __this, const RuntimeMethod* method) { { // get => m_PartIndex; uint8_t L_0 = __this->get_m_PartIndex_5(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t BindingState_get_controlCount_m319FE9F9ECBA328D7DF2B1837901022AD77FA2C8_inline (BindingState_t568A45761EFD086FB6772BD7B933703E3ABFBF26 * __this, const RuntimeMethod* method) { { // get => m_ControlCount; uint8_t L_0 = __this->get_m_ControlCount_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t BindingState_get_controlStartIndex_m375A0C96296F49CF19639FADF46C20E9D855412E_inline (BindingState_t568A45761EFD086FB6772BD7B933703E3ABFBF26 * __this, const RuntimeMethod* method) { { // get => m_ControlStartIndex; uint16_t L_0 = __this->get_m_ControlStartIndex_10(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* NameAndParameters_get_name_mC778C657202C56E610BD8717C31C67810B2D819A_inline (NameAndParameters_t028B3A860264D254B13642649D34F0953C3B9DCA * __this, const RuntimeMethod* method) { { // public string name { get; set; } String_t* L_0 = __this->get_U3CnameU3Ek__BackingField_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ReadOnlyArray_1_t644486DA5FB2B247FC64733F192E2894F46CFCF5 NameAndParameters_get_parameters_mBB7FD832AA236B7E31FA895BAD520FF9AD9FD2EC_inline (NameAndParameters_t028B3A860264D254B13642649D34F0953C3B9DCA * __this, const RuntimeMethod* method) { { // public ReadOnlyArray parameters { get; set; } ReadOnlyArray_1_t644486DA5FB2B247FC64733F192E2894F46CFCF5 L_0 = __this->get_U3CparametersU3Ek__BackingField_1(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B InputControl_get_stateBlock_m0ECA3324A1A42DDE5085EAE0A82D7C0447143252_inline (InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * __this, const RuntimeMethod* method) { { // public InputStateBlock stateBlock => m_StateBlock; InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B L_0 = __this->get_m_StateBlock_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 InputStateBlock_get_format_m99B8AE2CD603AC198E543FA369ACEADB725E2689_inline (InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B * __this, const RuntimeMethod* method) { { // public FourCC format { get; set; } FourCC_t8D38CDCEAD02FE53A6C2E9AF01354E4E5AB400A9 L_0 = __this->get_U3CformatU3Ek__BackingField_33(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * InputControl_get_parent_m42B83B56D00F98404A7F785249DC8A0C21E274D1_inline (InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * __this, const RuntimeMethod* method) { { // public InputControl parent => m_Parent; InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * L_0 = __this->get_m_Parent_10(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline (String_t* __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_m_stringLength_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * InputControl_get_device_m7B8D4A5F3C7C11E4FE7239692961C434C7CCF9E1_inline (InputControl_tF71EDA53B03EA6D600257755523682E10F94DDC1 * __this, const RuntimeMethod* method) { { // public InputDevice device => m_Device; InputDevice_t64BD575C54DB522A280D29E47F96E52B79B22D87 * L_0 = __this->get_m_Device_9(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float MatchResult_get_score_mBB19C99498B499C9D3E04B08ACE85CFD270AFF43_inline (MatchResult_tB87B08CF46A07B0916A575EBC373FC406131649E * __this, const RuntimeMethod* method) { { // public float score => m_Score; float L_0 = __this->get_m_Score_1(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* DeviceRequirement_get_controlPath_m0D13B49CD786FC480A8EAE207A67108AF0B946BC_inline (DeviceRequirement_tAB27570ED81D24759C54FDE48B6DD74FF51649C9 * __this, const RuntimeMethod* method) { { // get => m_ControlPath; String_t* L_0 = __this->get_m_ControlPath_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint32_t InputStateBlock_get_bitOffset_m27E4210E69D0E10CC6FFBFEF43BBF3E7ED8C02FC_inline (InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B * __this, const RuntimeMethod* method) { { // public uint bitOffset { get; set; } uint32_t L_0 = __this->get_U3CbitOffsetU3Ek__BackingField_35(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint32_t InputStateBlock_get_sizeInBits_mFA7DECC1FDC31AB8E7E9E773B096FEE1844FE21D_inline (InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B * __this, const RuntimeMethod* method) { { // public uint sizeInBits { get; set; } uint32_t L_0 = __this->get_U3CsizeInBitsU3Ek__BackingField_36(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint32_t InputStateBlock_get_byteOffset_m68EF162227DEB77FFCA5C46605780C3387ADC019_inline (InputStateBlock_tB9FCBE0F27DDBB11B04B0EC517712C29CC126A0B * __this, const RuntimeMethod* method) { { // public uint byteOffset { get; set; } uint32_t L_0 = __this->get_U3CbyteOffsetU3Ek__BackingField_34(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR OpenXRLoaderBase_t98E3D636562FBE383DF4829734DD3E6D1585CAED * OpenXRLoaderBase_get_Instance_m181BBE56D7F6A062ED06AA9FA655DC5E6140A8EB_inline (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OpenXRLoaderBase_t98E3D636562FBE383DF4829734DD3E6D1585CAED_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // internal static OpenXRLoaderBase Instance { get; private set; } IL2CPP_RUNTIME_CLASS_INIT(OpenXRLoaderBase_t98E3D636562FBE383DF4829734DD3E6D1585CAED_il2cpp_TypeInfo_var); OpenXRLoaderBase_t98E3D636562FBE383DF4829734DD3E6D1585CAED * L_0 = ((OpenXRLoaderBase_t98E3D636562FBE383DF4829734DD3E6D1585CAED_StaticFields*)il2cpp_codegen_static_fields_for(OpenXRLoaderBase_t98E3D636562FBE383DF4829734DD3E6D1585CAED_il2cpp_TypeInfo_var))->get_U3CInstanceU3Ek__BackingField_8(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t List_1_get_Count_m5D847939ABB9A78203B062CAFFE975792174D00F_gshared_inline (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * __this, const RuntimeMethod* method) { { int32_t L_0 = (int32_t)__this->get__size_2(); return (int32_t)L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * List_1_get_Item_mF00B574E58FB078BB753B05A3B86DD0A7A266B63_gshared_inline (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * __this, int32_t ___index0, const RuntimeMethod* method) { { int32_t L_0 = ___index0; int32_t L_1 = (int32_t)__this->get__size_2(); if ((!(((uint32_t)L_0) >= ((uint32_t)L_1)))) { goto IL_000e; } } { ThrowHelper_ThrowArgumentOutOfRangeException_mBCBF2D9FD1B5F0D8D8595B15B7460889D60C8070(/*hidden argument*/NULL); } IL_000e: { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_2 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)__this->get__items_1(); int32_t L_3 = ___index0; RuntimeObject * L_4; L_4 = IL2CPP_ARRAY_UNSAFE_LOAD((ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)L_2, (int32_t)L_3); return (RuntimeObject *)L_4; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR NameAndParameters_t028B3A860264D254B13642649D34F0953C3B9DCA List_1_get_Item_m66C540CCB7F6F0D72745E0667F0F6FC0E9B77395_gshared_inline (List_1_tCBF5EB99F2E538DCB47A8C835DD4B9C024879393 * __this, int32_t ___index0, const RuntimeMethod* method) { { int32_t L_0 = ___index0; int32_t L_1 = (int32_t)__this->get__size_2(); if ((!(((uint32_t)L_0) >= ((uint32_t)L_1)))) { goto IL_000e; } } { ThrowHelper_ThrowArgumentOutOfRangeException_mBCBF2D9FD1B5F0D8D8595B15B7460889D60C8070(/*hidden argument*/NULL); } IL_000e: { NameAndParametersU5BU5D_t960DDB52F44DD1231B0C626E9C859F1E0B2F5EAD* L_2 = (NameAndParametersU5BU5D_t960DDB52F44DD1231B0C626E9C859F1E0B2F5EAD*)__this->get__items_1(); int32_t L_3 = ___index0; NameAndParameters_t028B3A860264D254B13642649D34F0953C3B9DCA L_4; L_4 = IL2CPP_ARRAY_UNSAFE_LOAD((NameAndParametersU5BU5D_t960DDB52F44DD1231B0C626E9C859F1E0B2F5EAD*)L_2, (int32_t)L_3); return (NameAndParameters_t028B3A860264D254B13642649D34F0953C3B9DCA )L_4; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t List_1_get_Count_mC0C14EF39D49A476EC201EA02BC64DCEDA13F256_gshared_inline (List_1_tCBF5EB99F2E538DCB47A8C835DD4B9C024879393 * __this, const RuntimeMethod* method) { { int32_t L_0 = (int32_t)__this->get__size_2(); return (int32_t)L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t ReadOnlyArray_1_get_Count_m23B4A29E81D59954DD014F2E62B43150D34C51BD_gshared_inline (ReadOnlyArray_1_t9584B0851320AB0F5BC8FF261C123F5994A081B7 * __this, const RuntimeMethod* method) { { // public int Count => m_Length; int32_t L_0 = (int32_t)__this->get_m_Length_2(); return (int32_t)L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t ReadOnlyArray_1_get_Count_mB7032E0F55BC9BAC395949F252CE4E2B00451700_gshared_inline (ReadOnlyArray_1_t606E37DB0F1B75FCB4C4A029A0F6C2B4AE7DED75 * __this, const RuntimeMethod* method) { { // public int Count => m_Length; int32_t L_0 = (int32_t)__this->get_m_Length_2(); return (int32_t)L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t InputControlList_1_get_Count_m3A53928325928FDE07C66B17DC6233F5546DE53A_gshared_inline (InputControlList_1_t9461BFBC9FEFA4CB0C7F0981E4B70C426126D012 * __this, const RuntimeMethod* method) { { // public int Count => m_Count; int32_t L_0 = (int32_t)__this->get_m_Count_0(); return (int32_t)L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Nullable_1_get_HasValue_mC2DD0FBD580D10D12D4048F022CD70E3B50E27FE_gshared_inline (Nullable_1_t750746B7AD7BE05941CB5F8E44595246AEA8F7B2 * __this, const RuntimeMethod* method) { { bool L_0 = (bool)__this->get_has_value_1(); return (bool)L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR MatchResult_tB87B08CF46A07B0916A575EBC373FC406131649E Nullable_1_GetValueOrDefault_m8FC36060759BD681B6AA552F571A4355A6E3DA75_gshared_inline (Nullable_1_t750746B7AD7BE05941CB5F8E44595246AEA8F7B2 * __this, const RuntimeMethod* method) { { MatchResult_tB87B08CF46A07B0916A575EBC373FC406131649E L_0 = (MatchResult_tB87B08CF46A07B0916A575EBC373FC406131649E )__this->get_value_0(); return (MatchResult_tB87B08CF46A07B0916A575EBC373FC406131649E )L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR InputControlScheme_t65ED7D84CDC45F04A6417FABA3F8585FC545C340 Nullable_1_GetValueOrDefault_m89C358E3BB7B579C085F9324420B1BE83B7961FE_gshared_inline (Nullable_1_t7E8D134849FD70B33AA436F1A224083C40D24ADA * __this, const RuntimeMethod* method) { { InputControlScheme_t65ED7D84CDC45F04A6417FABA3F8585FC545C340 L_0 = (InputControlScheme_t65ED7D84CDC45F04A6417FABA3F8585FC545C340 )__this->get_value_0(); return (InputControlScheme_t65ED7D84CDC45F04A6417FABA3F8585FC545C340 )L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Nullable_1_get_HasValue_m571187F546F4230B8576F169789831BFBA99B93F_gshared_inline (Nullable_1_t340361C8134256120F5769AC5A3F743DB6C11D1F * __this, const RuntimeMethod* method) { { bool L_0 = (bool)__this->get_has_value_1(); return (bool)L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Nullable_1_get_HasValue_m212A323120FED35B7CF42FBF68FBA5B46AF10EF2_gshared_inline (Nullable_1_tBE54C42B9DF059357A8DE25FA421FAC36D437C87 * __this, const RuntimeMethod* method) { { bool L_0 = (bool)__this->get_has_value_1(); return (bool)L_0; } }