#include "pch-cpp.hpp" #ifndef _MSC_VER # include #else # include #endif #include #include 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 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); } }; struct VirtActionInvoker0 { typedef void (*Action)(void*, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, invokeData.method); } }; template struct VirtFuncInvoker3 { typedef R (*Func)(void*, T1, T2, T3, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method); } }; template struct VirtFuncInvoker4 { typedef R (*Func)(void*, T1, T2, T3, T4, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, p4, invokeData.method); } }; template struct VirtFuncInvoker5 { typedef R (*Func)(void*, T1, T2, T3, T4, T5, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4, T5 p5) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, p4, p5, 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 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 VirtActionInvoker4 { typedef void (*Action)(void*, T1, T2, T3, T4, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, p1, p2, p3, p4, 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 VirtActionInvoker6 { typedef void (*Action)(void*, T1, T2, T3, T4, T5, T6, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4, T5 p5, T6 p6) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, p1, p2, p3, p4, p5, p6, invokeData.method); } }; template struct GenericVirtFuncInvoker3 { 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_virtual_invoke_data(method, obj, &invokeData); return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method); } }; template struct GenericVirtFuncInvoker4 { typedef R (*Func)(void*, T1, T2, T3, T4, const RuntimeMethod*); static inline R Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData); return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, p4, invokeData.method); } }; template struct GenericVirtFuncInvoker5 { typedef R (*Func)(void*, T1, T2, T3, T4, T5, const RuntimeMethod*); static inline R Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4, T5 p5) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData); return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, p4, p5, invokeData.method); } }; template struct GenericVirtFuncInvoker2 { typedef R (*Func)(void*, T1, T2, const RuntimeMethod*); static inline R Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData); return ((Func)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; template struct GenericVirtFuncInvoker1 { typedef R (*Func)(void*, T1, const RuntimeMethod*); static inline R Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData); return ((Func)invokeData.methodPtr)(obj, p1, invokeData.method); } }; template struct GenericVirtFuncInvoker0 { typedef R (*Func)(void*, const RuntimeMethod*); static inline R Invoke (const RuntimeMethod* method, RuntimeObject* obj) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData); return ((Func)invokeData.methodPtr)(obj, invokeData.method); } }; template struct GenericVirtActionInvoker1 { typedef void (*Action)(void*, T1, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, p1, invokeData.method); } }; template struct GenericVirtActionInvoker4 { typedef void (*Action)(void*, T1, T2, T3, T4, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, p1, p2, p3, p4, invokeData.method); } }; struct GenericVirtActionInvoker0 { typedef void (*Action)(void*, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, invokeData.method); } }; template struct GenericVirtActionInvoker2 { typedef void (*Action)(void*, T1, T2, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; template struct GenericVirtActionInvoker6 { typedef void (*Action)(void*, T1, T2, T3, T4, T5, T6, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4, T5 p5, T6 p6) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, p1, p2, p3, p4, p5, p6, 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); } }; 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 InterfaceFuncInvoker3 { typedef R (*Func)(void*, T1, T2, T3, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2, T3 p3) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method); } }; template struct InterfaceFuncInvoker4 { typedef R (*Func)(void*, T1, T2, T3, T4, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, p4, invokeData.method); } }; template struct InterfaceFuncInvoker5 { typedef R (*Func)(void*, T1, T2, T3, T4, T5, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4, T5 p5) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, p4, p5, 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 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 InterfaceActionInvoker4 { typedef void (*Action)(void*, T1, T2, T3, T4, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); ((Action)invokeData.methodPtr)(obj, p1, p2, p3, p4, 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 InterfaceActionInvoker2 { typedef void (*Action)(void*, T1, T2, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); ((Action)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; template struct InterfaceActionInvoker6 { typedef void (*Action)(void*, T1, T2, T3, T4, T5, T6, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4, T5 p5, T6 p6) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); ((Action)invokeData.methodPtr)(obj, p1, p2, p3, p4, p5, p6, 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); } }; template struct GenericInterfaceFuncInvoker4 { typedef R (*Func)(void*, T1, T2, T3, T4, const RuntimeMethod*); static inline R Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData); return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, p4, invokeData.method); } }; template struct GenericInterfaceFuncInvoker5 { typedef R (*Func)(void*, T1, T2, T3, T4, T5, const RuntimeMethod*); static inline R Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4, T5 p5) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData); return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, p4, p5, invokeData.method); } }; template struct GenericInterfaceFuncInvoker2 { typedef R (*Func)(void*, T1, T2, const RuntimeMethod*); static inline R Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData); return ((Func)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; template struct GenericInterfaceFuncInvoker1 { typedef R (*Func)(void*, T1, const RuntimeMethod*); static inline R Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData); return ((Func)invokeData.methodPtr)(obj, p1, invokeData.method); } }; template struct GenericInterfaceFuncInvoker0 { typedef R (*Func)(void*, const RuntimeMethod*); static inline R Invoke (const RuntimeMethod* method, RuntimeObject* obj) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData); return ((Func)invokeData.methodPtr)(obj, invokeData.method); } }; template struct GenericInterfaceActionInvoker1 { typedef void (*Action)(void*, T1, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, p1, invokeData.method); } }; template struct GenericInterfaceActionInvoker4 { typedef void (*Action)(void*, T1, T2, T3, T4, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, p1, p2, p3, p4, invokeData.method); } }; struct GenericInterfaceActionInvoker0 { typedef void (*Action)(void*, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, invokeData.method); } }; template struct GenericInterfaceActionInvoker2 { typedef void (*Action)(void*, T1, T2, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; template struct GenericInterfaceActionInvoker6 { typedef void (*Action)(void*, T1, T2, T3, T4, T5, T6, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4, T5 p5, T6 p6) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, p1, p2, p3, p4, p5, p6, invokeData.method); } }; // System.Action`1 struct Action_1_tC1348BEB2C677FD60E4B65764CA3A1CAFF6DFB31; // System.Action`1 struct Action_1_t75B6371B869E36A42B0DFFC8D8B2630F1D659A6C; // System.Action`1 struct Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC; // System.Action`1 struct Action_1_t018138B4CBF5B6B867B79945B5ACB92C21456DE7; // System.Action`1 struct Action_1_tCB851C0471D28E4890D4CD6463F0FE9F69CDB455; // System.Action`1 struct Action_1_tD9BA0D238C3366BEFF734D47D9E9B0643B9D2A91; // System.Action`2 struct Action_2_t9444326B9F179A6814807A6942C9A6086471ABDA; // System.Action`2 struct Action_2_tD344092D96CD0E43070CBCDAFD460F86AC996BCC; // System.Action`2 struct Action_2_tBA82D2430D3596594262E1ACAD640A8EEB5DB2F2; // System.Action`3 struct Action_3_t1898E42A573C06F569B73238FC1A38625F7D9021; // System.Action`3 struct Action_3_t3758EBDA081B24412ED63A3941C20EBC3E5CFCB0; // System.Action`4 struct Action_4_t0B9EF883AC063A1E200FE9EB95FC8C272CB243D8; // System.Action`4 struct Action_4_t9E12995424CAFA0450021E48FF6FE4ABF2A895EE; // System.Action`4 struct Action_4_tC40012D9691E5DE5C97D2E1EF4FE6A87C8C0FC3E; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t60275C105022D515270F8E8181130D8B1020CB74; // System.Func`2 struct Func_2_t0CEE9D1C856153BA9C23BB9D7E929D577AF37A2C; // System.Func`2 struct Func_2_t060A650AB95DEF14D4F579FA5999ACEFEEE0FD82; // System.Collections.Generic.IEnumerable`1 struct IEnumerable_1_t1CEFC4032D36100FE58999A10DFB02F5139BC4AF; // System.Collections.Generic.IEnumerable`1 struct IEnumerable_1_t897D4F5EF6A9A5E4C3A8253F1BCE615BD0BBC9C1; // System.Collections.Generic.IEnumerable`1 struct IEnumerable_1_t79A04B788959D2B985F7DB84E2B57AE0A65E9B49; // System.Collections.Generic.IEnumerable`1 struct IEnumerable_1_t52B1AC8D9E5E1ED28DF6C46A37C9A1B00B394F9D; // System.Collections.Generic.IList`1 struct IList_1_t8D7A00864A4D391797D30043CF012669774274C1; // System.Collections.Generic.IList`1 struct IList_1_t9902F972AFF069803DF269EF8B09079D59FB39DC; // System.Collections.Generic.List`1 struct List_1_t6E8DB9433229E6219F1549FE8B2720F01F925E1E; // System.Collections.Generic.List`1 struct List_1_t34AA4AF4E7352129CA58045901530E41445AC16D; // System.Collections.Generic.List`1 struct List_1_t6D0A10F47F3440798295D2FFFC6D016477AF38E5; // System.Collections.Generic.List`1 struct List_1_t8958585D92650E004D74521A8D0B3CE051FA276F; // System.Collections.Generic.List`1 struct List_1_t2757DE18D8F3AB63917B2846D8F68D853749967C; // System.Collections.Generic.List`1 struct List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5; // System.Collections.Generic.List`1 struct List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3; // System.Collections.Generic.List`1 struct List_1_t56455D217921470E52E7D33A1794256E31084DD8; // 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_t3B0820C8464D06CB2C98E3D7C75B224815E79323; // System.Collections.Generic.List`1 struct List_1_t2DE3B74946EBD10D047A5D64DF04DE92A3B067D8; // System.Collections.Generic.List`1 struct List_1_t89FE3B3C624BEEC726B8850113C0F37A0D0CF8FF; // System.Collections.ObjectModel.ReadOnlyCollection`1 struct ReadOnlyCollection_1_t9F98A647FFF2F54702565AD0DFCE870437259C5D; // System.Collections.ObjectModel.ReadOnlyCollection`1 struct ReadOnlyCollection_1_tFAAB8F774493DC5918B5E5F1903D572757106B1A; // System.Collections.ObjectModel.ReadOnlyCollection`1 struct ReadOnlyCollection_1_t921D1901AD35062BE31FAEB0798A4B814F33A3C3; // UnityEngine.UI.CoroutineTween.TweenRunner`1 struct TweenRunner_1_tD84B9953874682FCC36990AF2C54D748293908F3; // System.WeakReference`1 struct WeakReference_1_t31103BF0AB213236F697B644B27B7480DEF79D5E; // OVR.OpenVR.AppOverrideKeys_t[] struct AppOverrideKeys_tU5BU5D_t5F056A87FD5F8C52F276A454F63E9C9E344C231E; // UnityEngine.AssetBundle[] struct AssetBundleU5BU5D_t049219716584A9B3A1A6136429402193C7EB3A4D; // System.Byte[] struct ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726; // System.Char[] struct CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34; // System.Delegate[] struct DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8; // OVR.OpenVR.HmdQuad_t[] struct HmdQuad_tU5BU5D_t8BCA22779EA893304810861A17184A25D4EFF409; // System.Int32[] struct Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32; // System.IntPtr[] struct IntPtrU5BU5D_t27FC72B0409D75AAF33EC42498E8094E95FEE9A6; // UnityEngine.MeshRenderer[] struct MeshRendererU5BU5D_t535468079DEF88AD38546DC5D04E9102C401D228; // OVRBone[] struct OVRBoneU5BU5D_t1C07EB5C00692687DDE9D63FD89D3CCA684C0CEB; // OVRBoneCapsule[] struct OVRBoneCapsuleU5BU5D_tBDA11F6962D1CFE19BA34BF7C6C448EB3D40A13E; // OVRCameraRig[] struct OVRCameraRigU5BU5D_t5F0CF6CD037F55130D604C570CDAE49C76DD7A69; // OVROverlay[] struct OVROverlayU5BU5D_t47CED282C83A22FEF097666B7182AB0538A6B2D0; // OVRPlayerController[] struct OVRPlayerControllerU5BU5D_t2F947BACA574B9648ED0E8977163E6B40123385C; // System.Object[] struct ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE; // UnityEngine.Object[] struct ObjectU5BU5D_t1256A8B00BB71C7F582BF08257BE4F826FF64873; // UnityEngine.UI.Selectable[] struct SelectableU5BU5D_tECF9F5BDBF0652A937D18F10C883EFDAE2E62535; // System.Single[] struct SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA; // System.Diagnostics.StackTrace[] struct StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971; // System.String[] struct StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A; // UnityEngine.Texture[] struct TextureU5BU5D_t9DBF348F22539052ACB9387E8BB14A3AF2701150; // System.Type[] struct TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755; // UnityEngine.UIVertex[] struct UIVertexU5BU5D_tE3D523C48DFEBC775876720DE2539A79FB7E5E5A; // UnityEngine.Vector2[] struct Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA; // UnityEngine.Vector3[] struct Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4; // UnityEngine.Vector4[] struct Vector4U5BU5D_tCE72D928AA6FF1852BAC5E4396F6F0131ED11871; // OVRDisplay/EyeRenderDesc[] struct EyeRenderDescU5BU5D_t2DFDC02BF83A13DE61FB8E7F8A46DD3AF2D0EACF; // OVROverlay/LayerTexture[] struct LayerTextureU5BU5D_tD59724CCA852586FDC68CC76E1DE5B180B68B8CE; // OVRPlugin/Bone[] struct BoneU5BU5D_t1288E05740DDAC86F76F4CD2019C35A17E72C981; // OVRPlugin/BoneCapsule[] struct BoneCapsuleU5BU5D_tB4D9AC5CF59206C13FBD0A3725C45C1F6EBCE295; // OVRPlugin/Fovf[] struct FovfU5BU5D_tC75D0D986097FBCE693015FB2BF11B3D16CDE30D; // OVRPlugin/Quatf[] struct QuatfU5BU5D_t652B5A0EAB7922962EBF168B1FC099D8873D11D5; // OVRPlugin/Rectf[] struct RectfU5BU5D_t64805D8B186B1FC8FEA942B8FFA908421F80F72F; // OVRPlugin/TrackingConfidence[] struct TrackingConfidenceU5BU5D_t568C8F700A41BD4F365DD5A0155BEB20A3289322; // OVRSkeletonRenderer/BoneVisualization[] struct BoneVisualizationU5BU5D_tEF449B357B8F49579B355BD4D5DC34A678B22EEC; // OVRSkeletonRenderer/CapsuleVisualization[] struct CapsuleVisualizationU5BU5D_t685618FCB2E78BCE2C77E92A285A2E6318C9CD20; // OVRTrackedKeyboardHands/HandBoneMapping[] struct HandBoneMappingU5BU5D_tE8792C26065D327A1D20909769D8C7DE246FED16; // System.Action struct Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6; // UnityEngine.AndroidJavaClass struct AndroidJavaClass_t52E934B16476D72AA6E4B248F989F2F825EB62D4; // UnityEngine.AndroidJavaObject struct AndroidJavaObject_t10188D5695DCD09C9F621B44B0A8C93A2281236E; // UnityEngine.UI.AnimationTriggers struct AnimationTriggers_tF38CA7FA631709E096B57D732668D86081F44C11; // UnityEngine.AssetBundle struct AssetBundle_t4D34D7FDF0F230DC641DC1FCFA2C0E7E9E628FA4; // System.AsyncCallback struct AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA; // UnityEngine.AsyncOperation struct AsyncOperation_tB6913CEC83169F22E96067CE8C7117A221E51A86; // UnityEngine.EventSystems.BaseRaycaster struct BaseRaycaster_tBC0FB2CBE6D3D40991EC20F689C43F76AD82A876; // UnityEngine.Behaviour struct Behaviour_t1A3DDDCF73B4627928FBFE02ED52B7251777DBD9; // System.Reflection.Binder struct Binder_t2BEE27FD84737D1E79BC47FD67F6D3DD2F2DDA30; // UnityEngine.BoxCollider struct BoxCollider_tA530691AC1A3C9FE6428F68F98588FCB1BF9AAA5; // OVR.OpenVR.CVRApplications struct CVRApplications_t43139A5C222A379FA6A0B47174C56B8EA1819600; // OVR.OpenVR.CVRChaperone struct CVRChaperone_t51FABFD2EC81CCBCA785B3A6E333126E2C7C3B15; // OVR.OpenVR.CVRChaperoneSetup struct CVRChaperoneSetup_t700A0068B84AB759418742666D58F35E2023513A; // OVR.OpenVR.CVRCompositor struct CVRCompositor_t860AFDF888338571B4F10757484FC1C6490A4B0D; // OVR.OpenVR.CVRExtendedDisplay struct CVRExtendedDisplay_t0A418A75A77F8B95E187E214540AAB8BC56DCDFD; // OVR.OpenVR.CVRInput struct CVRInput_t11388DBBA710C4FA9D556A3AF29B30230A8D5365; // OVR.OpenVR.CVROverlay struct CVROverlay_tD4138CA42615F636AC9BB47013AC5A256D954640; // OVR.OpenVR.CVRRenderModels struct CVRRenderModels_t803FA0A45C478E751AB62A8FAE19256A3345E27F; // OVR.OpenVR.CVRScreenshots struct CVRScreenshots_t0D2212C3F4FE6008A23DEC642DB9E294DD588871; // OVR.OpenVR.CVRSettings struct CVRSettings_t7C20E2B92B8CBD863A70989A43938993A40FE750; // OVR.OpenVR.CVRSpatialAnchors struct CVRSpatialAnchors_tCEE67393E3EBF5D60443C1920693A3A78A16E0F9; // OVR.OpenVR.CVRSystem struct CVRSystem_t099106FC79DB4F6BF2E659F742567C3A7BA568B9; // OVR.OpenVR.CVRTrackedCamera struct CVRTrackedCamera_t3292FB7E931084E25E986307B1DB0CD7817643AE; // UnityEngine.Camera struct Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C; // UnityEngine.Canvas struct Canvas_t2B7E56B7BDC287962E092755372E214ACB6393EA; // UnityEngine.CanvasRenderer struct CanvasRenderer_tCF8ABE659F7C3A6ED0D99A988D0BDFB651310F0E; // UnityEngine.CapsuleCollider struct CapsuleCollider_t89745329298279F4827FE29C54CC2F8A28654635; // UnityEngine.CharacterController struct CharacterController_tCCF68621C784CCB3391E0C66FE134F6F93DD6C2E; // UnityEngine.Collider struct Collider_t5E81E43C2ECA0209A7C4528E84A632712D192B02; // UnityEngine.Component struct Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684; // UnityEngine.Coroutine struct Coroutine_t899D5232EF542CB8BA70AF9ECEECA494FAA9CCB7; // System.Text.Decoder struct Decoder_t91B2ED8AEC25AA24D23A00265203BE992B12C370; // System.Delegate struct Delegate_t; // System.DelegateData struct DelegateData_t17DD30660E330C49381DAA99F934BE75CB11F288; // System.Text.Encoding struct Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827; // UnityEngine.Event struct Event_tED49F8EC5A2514F6E877E301B1AB7ABE4647253E; // UnityEngine.EventSystems.EventSystem struct EventSystem_t5DC458FCD0355A74CDCCE79287B38B9C4278E39C; // System.Exception struct Exception_t; // UnityEngine.UI.FontData struct FontData_t0F1E9B3ED8136CD40782AC9A6AFB69CAD127C738; // UnityEngine.GameObject struct GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319; // UnityEngine.GlobalJavaObjectRef struct GlobalJavaObjectRef_t04A7D04EB0317C286F089E4DB4444EC4F2D78289; // UnityEngine.Gradient struct Gradient_t297BAC6722F67728862AE2FBE760A400DA8902F2; // UnityEngine.UI.Graphic struct Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24; // System.IAsyncResult struct IAsyncResult_tC9F97BF36FCF122D29D3101D80642278297BF370; // System.Collections.IDictionary struct IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A; // System.Collections.IEnumerator struct IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105; // UnityEngine.UI.InputField struct InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0; // OVRSimpleJSON.JSONNode struct JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B; // UnityEngine.LineRenderer struct LineRenderer_t237E878F3E77C127A540DE7AC4681B3706727967; // UnityEngine.Material struct Material_t8927C00353A72755313F046D0CE85178AE8218EE; // System.Reflection.MemberFilter struct MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81; // UnityEngine.Mesh struct Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6; // UnityEngine.MeshFilter struct MeshFilter_t763BB2BBF3881176AD25E4570E6DD215BA0AA51A; // UnityEngine.MeshRenderer struct MeshRenderer_tCD983A2F635E12BCB0BAA2E635D96A318757908B; // System.Reflection.MethodInfo struct MethodInfo_t; // UnityEngine.MonoBehaviour struct MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A; // OVRBone struct OVRBone_tF9C031559703607035E455CE642549C722BBF081; // OVRBoneCapsule struct OVRBoneCapsule_t24BA5715C1D8D002A82023305192CBF04B45CE9F; // OVRBoundary struct OVRBoundary_tD61D7BB91BDB049797EFCC542682BCEC658B4EEF; // OVRCameraRig struct OVRCameraRig_t743037A817D9B163CBAAA707F8B74E095D77A517; // OVRDisplay struct OVRDisplay_tF5034EBAB0DA4F06CA0F3CD89B81E383C433032E; // OVRGLTFLoader struct OVRGLTFLoader_t3BBB7B7E8C50F50DCC355934FB388034F1C05A01; // OVRGridCube struct OVRGridCube_tFB2D94AD3705BD483EBCF7ECE6BF40A588E2D95E; // OVRHand struct OVRHand_tC05A35B82243C7F008BE75311F52746E27D1566A; // OVRManager struct OVRManager_t6088CD544814E5A64EEB830D130A6816E79D0036; // OVRMesh struct OVRMesh_t34BF9F13A4C6E8AC216F439C4C1A6427D01BF9F6; // OVRMeshRenderer struct OVRMeshRenderer_tBFFC73D3549E53F110A5D17233FEEA55567E23FB; // OVRMixedRealityCaptureSettings struct OVRMixedRealityCaptureSettings_t83BE3A431BD6F52C2F2E6EE7A73394AE7DC99F8D; // OVROverlay struct OVROverlay_t38325187DABEB39EACE0C5FA1102F149CB9B3BF7; // OVRPassthroughLayer struct OVRPassthroughLayer_t5E9DB341891664EC179D63B778948C649620EBCB; // OVRPlayerController struct OVRPlayerController_tE116AB059D501687739ED40C01E36F126B46F98D; // OVRProfile struct OVRProfile_t50093ECE56A92AB8622A8E48DD458E8CEFE71C76; // OVRRuntimeSettings struct OVRRuntimeSettings_t3D2B8321092BAC35E39905B41D0690CEFD8AB343; // OVRSandwichComposition struct OVRSandwichComposition_t9C99EAE60EA862B9A743B6CD20AAB356940430FE; // OVRSceneLoader struct OVRSceneLoader_tAFB3FE14E4E822EF27D3972D9E8AFE113431CAC3; // OVRSceneSampleController struct OVRSceneSampleController_t19419A11B327EAAF1446DE5508FA0CFD65B83FC1; // OVRScreenFade struct OVRScreenFade_tFB154F581907E382870A3DD4E114EA3DD396C308; // OVRSkeleton struct OVRSkeleton_tE727DD0833515B8FCF6E7DE4BD16859BE26404EC; // OVRSkeletonRenderer struct OVRSkeletonRenderer_t7A93F115BAB39ED6A747366145753C4341DB68C3; // OVRSpectatorModeDomeTest struct OVRSpectatorModeDomeTest_tCCD40716DB5713BBF81E4F73463937117177E8AA; // OVRSystemPerfMetrics struct OVRSystemPerfMetrics_tADD7E300AEFCD91DA866D42100045A1779907A90; // OVRTrackedKeyboard struct OVRTrackedKeyboard_t77E603E4F449E728E71F97E0BC1CBE74B491A2D4; // OVRTrackedKeyboardHands struct OVRTrackedKeyboardHands_t7B636959137D505DCAAFBB2AA67B622C6F032F16; // OVRTrackedKeyboardSampleControls struct OVRTrackedKeyboardSampleControls_t70BD9C80619BCB6E848173A41B5963B5061945E1; // OVRTracker struct OVRTracker_tF07580E7AD8A4B9913B767CB1E7246CA0716599A; // OVRVignette struct OVRVignette_tDC424BFE87332D6E40E5299651E4F2C3AE9ABE80; // OVRWaitCursor struct OVRWaitCursor_t67AA7E47A750F0F9E84635A6233273F8F3EEB052; // UnityEngine.Object struct Object_tF2F3778131EFF286AF62B7B013A170F95A91571A; // OVR.OpenVR.OpenVR struct OpenVR_tEB69CA181A31E7D81816021421FE1F2AA38A1B69; // OVR.OpenVR.OpenVRInterop struct OpenVRInterop_t3385DC72907E362D5CEA88D69FC7AB1CCE2567D0; // UnityEngine.EventSystems.PointerEventData struct PointerEventData_tC6C1BEE9D4C8755A31DA7FC0C9A1F28A36456954; // Assets.OVR.Scripts.RangedRecord struct RangedRecord_t14B92B95AE303666705E581AE12D56D3374EABF6; // Assets.OVR.Scripts.Record struct Record_t2D51BDFDB2CC5FD8111AD57538C6FF4C30C48FC9; // UnityEngine.UI.RectMask2D struct RectMask2D_tD909811991B341D752E4C978C89EFB80FA7A2B15; // UnityEngine.RectTransform struct RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072; // UnityEngine.Renderer struct Renderer_t58147AB5B00224FE1460FD47542DC0DA7EC9378C; // UnityEngine.Rigidbody struct Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A; // System.Runtime.Serialization.SafeSerializationManager struct SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F; // UnityEngine.ScriptableObject struct ScriptableObject_t4361E08CEBF052C650D3666C7CEC37EB31DE116A; // UnityEngine.UI.Selectable struct Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD; // UnityEngine.Shader struct Shader_tB2355DC4F3CAF20B2F1AB5AABBF37C3555FFBC39; // UnityEngine.SkinnedMeshRenderer struct SkinnedMeshRenderer_t126F4D6010E0F4B2685A7817B0A9171805D8F496; // UnityEngine.Sprite struct Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9; // System.IO.Stream struct Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB; // System.IO.StreamReader struct StreamReader_tA857ACC7ABF9AA4638E1291E6D2539C14D2963D3; // System.String struct String_t; // System.Text.StringBuilder struct StringBuilder_t; // System.Threading.Tasks.Task struct Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60; // UnityEngine.UI.Text struct Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1; // UnityEngine.TextGenerator struct TextGenerator_t893F256D3587633108E00E5731CDC5A77AFF1B70; // UnityEngine.Texture struct Texture_t9FE0218A1EEDF266E8C85879FE123265CACC95AE; // UnityEngine.Texture2D struct Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF; // UnityEngine.UI.Toggle struct Toggle_t68F5A84CDD2BBAEA866F42EB4E0C9F2B431D612E; // UnityEngine.UI.ToggleGroup struct ToggleGroup_t12E1DFDEB3FFD979A20299EE42A94388AC619C95; // UnityEngine.TouchScreenKeyboard struct TouchScreenKeyboard_t7964B2E9E52C4E095B14F01C32774B98CA11711E; // UnityEngine.Transform struct Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1; // System.Type struct Type_t; // UnityEngine.Events.UnityAction struct UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099; // UnityEngine.UI.VertexHelper struct VertexHelper_tDE8B67D3B076061C4F8DF325B0D63ED2E5367E55; // System.Void struct Void_t700C6383A2A510C2CF4DD86DABD5CA9FF70ADAC5; // UnityEngine.WaitForSecondsRealtime struct WaitForSecondsRealtime_t04F2884A9814C3E4E415E788AFE56B5928577C40; // OVR.OpenVR.CVROverlay/_PollNextOverlayEventPacked struct _PollNextOverlayEventPacked_t7A915BAAD19E4F9B5E387DFB29C6CB01923F609E; // OVR.OpenVR.CVRRenderModels/_GetComponentStatePacked struct _GetComponentStatePacked_tB1E8A1413156F79888ACBC31FD41C8A45FFD0599; // OVR.OpenVR.CVRSystem/_GetControllerStatePacked struct _GetControllerStatePacked_tDE9BB62B18063978C1E5FCD45A78D3C3E7CC8208; // OVR.OpenVR.CVRSystem/_GetControllerStateWithPosePacked struct _GetControllerStateWithPosePacked_t8AFEB5BF8E81D7464604EF16D003D73E367BA30F; // OVR.OpenVR.CVRSystem/_PollNextEventPacked struct _PollNextEventPacked_t94807975549D1A357761231437EC04490CEC29FB; // UnityEngine.Camera/CameraCallback struct CameraCallback_tD9E7B69E561CE2EFDEEDB0E7F1406AC52247160D; // UnityEngine.Canvas/WillRenderCanvases struct WillRenderCanvases_t459621B4F3FA2571DE0ED6B4DEF0752F2E9EE958; // OVR.OpenVR.IVRApplications/_AddApplicationManifest struct _AddApplicationManifest_t8F7E65A2312141732F40ED6443FD828581F99329; // OVR.OpenVR.IVRApplications/_CancelApplicationLaunch struct _CancelApplicationLaunch_t693550FE9849ABC595475D9AEEA7B25A095079CC; // OVR.OpenVR.IVRApplications/_GetApplicationAutoLaunch struct _GetApplicationAutoLaunch_tEA63AB32DF23223C0C6C68517C3762F242FCC005; // OVR.OpenVR.IVRApplications/_GetApplicationCount struct _GetApplicationCount_t0421B6046B82D867176C79BA84156574C1F23BAD; // OVR.OpenVR.IVRApplications/_GetApplicationKeyByIndex struct _GetApplicationKeyByIndex_tB26D1403277956B6A9352F13E6353B502A4D04A6; // OVR.OpenVR.IVRApplications/_GetApplicationKeyByProcessId struct _GetApplicationKeyByProcessId_t525D5F6AC17EAC25D395FCCD15C93C40E7DA32D9; // OVR.OpenVR.IVRApplications/_GetApplicationLaunchArguments struct _GetApplicationLaunchArguments_t481D18621A0B66DA7821BF837799C23F0F24B2EC; // OVR.OpenVR.IVRApplications/_GetApplicationProcessId struct _GetApplicationProcessId_tA264200B277CF62502979396A6CFD25548E60207; // OVR.OpenVR.IVRApplications/_GetApplicationPropertyBool struct _GetApplicationPropertyBool_t329DE3D588F372C5123DAD3084FCF2173E4AF76B; // OVR.OpenVR.IVRApplications/_GetApplicationPropertyString struct _GetApplicationPropertyString_tEE97440E8FCA276FE764D4529FB488778C01DC0A; // OVR.OpenVR.IVRApplications/_GetApplicationPropertyUint64 struct _GetApplicationPropertyUint64_tCB608551EFC1B5BA9A6563269A538E1981EEB538; // OVR.OpenVR.IVRApplications/_GetApplicationSupportedMimeTypes struct _GetApplicationSupportedMimeTypes_t3EA46E68D7BA46E6CB0D513E029F2F9809E54E75; // OVR.OpenVR.IVRApplications/_GetApplicationsErrorNameFromEnum struct _GetApplicationsErrorNameFromEnum_tDE318CA40B473467FB691A52E07D10138ABA9218; // OVR.OpenVR.IVRApplications/_GetApplicationsThatSupportMimeType struct _GetApplicationsThatSupportMimeType_t96609277A708E44024516E5B1E70B069BE698779; // OVR.OpenVR.IVRApplications/_GetApplicationsTransitionStateNameFromEnum struct _GetApplicationsTransitionStateNameFromEnum_t7AA4E86159F1A3701FDCCD93B0BE48063A77BF4F; // OVR.OpenVR.IVRApplications/_GetCurrentSceneProcessId struct _GetCurrentSceneProcessId_tE42E4D1FA60690D5316EEA2CF27CBD1E043BD524; // OVR.OpenVR.IVRApplications/_GetDefaultApplicationForMimeType struct _GetDefaultApplicationForMimeType_t60AA6EE57C0E86FCA3B8AC8FE177C854BFDB88AC; // OVR.OpenVR.IVRApplications/_GetStartingApplication struct _GetStartingApplication_t6126748626A8472E10AB19A58C61D4B26423DDB1; // OVR.OpenVR.IVRApplications/_GetTransitionState struct _GetTransitionState_tFA32D0ECFCF7B43FEB359DED259F58F858DAAFA5; // OVR.OpenVR.IVRApplications/_IdentifyApplication struct _IdentifyApplication_tF1D2125468D3707AC6E3CFDDB9A6F2783B3685FE; // OVR.OpenVR.IVRApplications/_IsApplicationInstalled struct _IsApplicationInstalled_t24BD8BACFC86C9F25E04C102804F832193CB09DA; // OVR.OpenVR.IVRApplications/_IsQuitUserPromptRequested struct _IsQuitUserPromptRequested_t0E240ABCE0865281912C2532642B359CB4CF0E3F; // OVR.OpenVR.IVRApplications/_LaunchApplication struct _LaunchApplication_t133AB1F8A67B1094BF974FF5AA2BEE20E7EBFBDE; // OVR.OpenVR.IVRApplications/_LaunchApplicationFromMimeType struct _LaunchApplicationFromMimeType_t1EBCBE93824674BB13FA4E536C7EF204F7EEBD02; // OVR.OpenVR.IVRApplications/_LaunchDashboardOverlay struct _LaunchDashboardOverlay_t25CD10D549B212EA4DB9F696F39AFADA66C588DA; // OVR.OpenVR.IVRApplications/_LaunchInternalProcess struct _LaunchInternalProcess_tD450BD77FD046F7332EF461A5941E85100ECE0EC; // OVR.OpenVR.IVRApplications/_LaunchTemplateApplication struct _LaunchTemplateApplication_t7214B41A81E0B26846F0ECC569CF1C7265242D4B; // OVR.OpenVR.IVRApplications/_PerformApplicationPrelaunchCheck struct _PerformApplicationPrelaunchCheck_tC7A38145CDBCFDD838A2D613BF67174118DB7490; // OVR.OpenVR.IVRApplications/_RemoveApplicationManifest struct _RemoveApplicationManifest_t55538722D4EB1052FC56935C2AA84C760DDB6274; // OVR.OpenVR.IVRApplications/_SetApplicationAutoLaunch struct _SetApplicationAutoLaunch_t8F752022F644D6559758B52EEA8A178FB0D4440B; // OVR.OpenVR.IVRApplications/_SetDefaultApplicationForMimeType struct _SetDefaultApplicationForMimeType_t1EAF17106C6DE83A74AD7ACC22D1542B6755204A; // OVR.OpenVR.IVRChaperone/_AreBoundsVisible struct _AreBoundsVisible_tA3192F3919D5727DB14BE33EC9D706BB016B9836; // OVR.OpenVR.IVRChaperone/_ForceBoundsVisible struct _ForceBoundsVisible_t2DF77F04CA7CF61500A168D77A332081C5CCB9E1; // OVR.OpenVR.IVRChaperone/_GetBoundsColor struct _GetBoundsColor_tC520B464B5B9A6DAEB59DE8656820AFD237F8A27; // OVR.OpenVR.IVRChaperone/_GetCalibrationState struct _GetCalibrationState_t1D759120A0036F6D634F1D7DA29C44030E4E3E52; // OVR.OpenVR.IVRChaperone/_GetPlayAreaRect struct _GetPlayAreaRect_tA7DF7F76563649AA0C9AD1CDD0C1C4C27FD8F93E; // OVR.OpenVR.IVRChaperone/_GetPlayAreaSize struct _GetPlayAreaSize_t042C0EF93D55C0D6FEADAEF70052163A61F0DEE5; // OVR.OpenVR.IVRChaperone/_ReloadInfo struct _ReloadInfo_t5327F490713765985765B2FB12D638A1E24A4DB7; // OVR.OpenVR.IVRChaperone/_SetSceneColor struct _SetSceneColor_t549902A1F62421A9555FCFF8B7832BD5787F939B; // OVR.OpenVR.IVRChaperoneSetup/_CommitWorkingCopy struct _CommitWorkingCopy_t2DEF874AAD66924ECA79A21EA9EB2C96DC4F3C69; // OVR.OpenVR.IVRChaperoneSetup/_ExportLiveToBuffer struct _ExportLiveToBuffer_t6C201F15D98124B67945F0FD49FE4B7DBE9994D6; // OVR.OpenVR.IVRChaperoneSetup/_GetLiveCollisionBoundsInfo struct _GetLiveCollisionBoundsInfo_t334E285B22B71564978FA741EE9AA01F4293B3D7; // OVR.OpenVR.IVRChaperoneSetup/_GetLiveCollisionBoundsTagsInfo struct _GetLiveCollisionBoundsTagsInfo_t0E1DBF5359223C5BFA227A720CFFF856B3417923; // OVR.OpenVR.IVRChaperoneSetup/_GetLivePhysicalBoundsInfo struct _GetLivePhysicalBoundsInfo_t58E4EB884C2E3BFB68E92D3683C0B5DBB529C204; // OVR.OpenVR.IVRChaperoneSetup/_GetLiveSeatedZeroPoseToRawTrackingPose struct _GetLiveSeatedZeroPoseToRawTrackingPose_tEA5CDD6CB14A50A9A7A5CB4D68B54973DD3961A9; // OVR.OpenVR.IVRChaperoneSetup/_GetWorkingCollisionBoundsInfo struct _GetWorkingCollisionBoundsInfo_t3D25136FA66BCD5F679114D2C559743F1E886522; // OVR.OpenVR.IVRChaperoneSetup/_GetWorkingPlayAreaRect struct _GetWorkingPlayAreaRect_tFBB2329CFAD8176BCB6598D679CA68FA767537D0; // OVR.OpenVR.IVRChaperoneSetup/_GetWorkingPlayAreaSize struct _GetWorkingPlayAreaSize_t50FEAC89690B60FA1298C78D55BAC626A64F0910; // OVR.OpenVR.IVRChaperoneSetup/_GetWorkingSeatedZeroPoseToRawTrackingPose struct _GetWorkingSeatedZeroPoseToRawTrackingPose_tA286EA2F6C7B626F168724DB38024A9A374548B8; // OVR.OpenVR.IVRChaperoneSetup/_GetWorkingStandingZeroPoseToRawTrackingPose struct _GetWorkingStandingZeroPoseToRawTrackingPose_tC08B52E7ABF8DD276D9AD4BC2B53054E6C3B46FE; // OVR.OpenVR.IVRChaperoneSetup/_ImportFromBufferToWorking struct _ImportFromBufferToWorking_t8440AAFC3965A473BDDCC24271231950B298B8FB; // OVR.OpenVR.IVRChaperoneSetup/_ReloadFromDisk struct _ReloadFromDisk_t9BB73E11ECBBE96ED5321FB2E8E0028F975524A1; // OVR.OpenVR.IVRChaperoneSetup/_RevertWorkingCopy struct _RevertWorkingCopy_t6ABCD217D353635B85D90497E5203CA2BDAF073C; // OVR.OpenVR.IVRChaperoneSetup/_SetWorkingCollisionBoundsInfo struct _SetWorkingCollisionBoundsInfo_t03121D927BA163F91E5AB7756C2DCC5532C2EAF7; // OVR.OpenVR.IVRChaperoneSetup/_SetWorkingCollisionBoundsTagsInfo struct _SetWorkingCollisionBoundsTagsInfo_t55E130AE33A8A5C3B423CDBE8530705262AA7D4D; // OVR.OpenVR.IVRChaperoneSetup/_SetWorkingPhysicalBoundsInfo struct _SetWorkingPhysicalBoundsInfo_tB208470A3EC9EF89523E05F1ED1D9893A62406DF; // OVR.OpenVR.IVRChaperoneSetup/_SetWorkingPlayAreaSize struct _SetWorkingPlayAreaSize_t700589240995D45176D044D48824B9B730ACC344; // OVR.OpenVR.IVRChaperoneSetup/_SetWorkingSeatedZeroPoseToRawTrackingPose struct _SetWorkingSeatedZeroPoseToRawTrackingPose_t1643A67D8EC3978C6FB36C01640F7F3239EC2BEC; // OVR.OpenVR.IVRChaperoneSetup/_SetWorkingStandingZeroPoseToRawTrackingPose struct _SetWorkingStandingZeroPoseToRawTrackingPose_t634EC39D49CF77E53E4F2FB876BCAF578BD63E22; // OVR.OpenVR.IVRCompositor/_CanRenderScene struct _CanRenderScene_t98E37F4EE430A8A11861E4544A8ECDC5F7A5DDFC; // OVR.OpenVR.IVRCompositor/_ClearLastSubmittedFrame struct _ClearLastSubmittedFrame_t42A35B1C7D9730E4AD8863DEC5A2A61F8C4705A2; // OVR.OpenVR.IVRCompositor/_ClearSkyboxOverride struct _ClearSkyboxOverride_t4ACB6D5713C8FCED001AE5730C9D3C929F93387D; // OVR.OpenVR.IVRCompositor/_CompositorBringToFront struct _CompositorBringToFront_t9F76D6852677CDACCA0FE0BB2B90D0BFE2C8DDEB; // OVR.OpenVR.IVRCompositor/_CompositorDumpImages struct _CompositorDumpImages_t73041CC92B93EA153DA9D6827CD0A4D51441F335; // OVR.OpenVR.IVRCompositor/_CompositorGoToBack struct _CompositorGoToBack_t7DE36EDC32CFA0D70FD929B3EBF495B819F85D4E; // OVR.OpenVR.IVRCompositor/_CompositorQuit struct _CompositorQuit_tE63B83E201ADCCDD568447476CF4426717E58654; // OVR.OpenVR.IVRCompositor/_FadeGrid struct _FadeGrid_t2CC4A342604EB4C0EAF5CFEE6BFC7820A2E929CB; // OVR.OpenVR.IVRCompositor/_FadeToColor struct _FadeToColor_tDBCC69F480A814185937AB386347FD4BD4C12997; // OVR.OpenVR.IVRCompositor/_ForceInterleavedReprojectionOn struct _ForceInterleavedReprojectionOn_t444C15ED0F4C28E325ACE088ED15C5CE9ABCA6A9; // OVR.OpenVR.IVRCompositor/_ForceReconnectProcess struct _ForceReconnectProcess_tB527CC55CE2B2BFB999B6922CC20C6B206961F99; // OVR.OpenVR.IVRCompositor/_GetCumulativeStats struct _GetCumulativeStats_t2BC24E293EF8DFE595663B90F2CE83595831B4A7; // OVR.OpenVR.IVRCompositor/_GetCurrentFadeColor struct _GetCurrentFadeColor_t706077E37B470430B7E2B9A74B15FFA49C8D83FF; // OVR.OpenVR.IVRCompositor/_GetCurrentGridAlpha struct _GetCurrentGridAlpha_t24E183DF2DB83A797707978909AEF88463721537; // OVR.OpenVR.IVRCompositor/_GetCurrentSceneFocusProcess struct _GetCurrentSceneFocusProcess_t2D010A2994974BEF7A4D2888985973C6ADBBF84A; // OVR.OpenVR.IVRCompositor/_GetFrameTimeRemaining struct _GetFrameTimeRemaining_tE585D0C4EA774B36D5606FC4DE720009C57FBDEA; // OVR.OpenVR.IVRCompositor/_GetFrameTiming struct _GetFrameTiming_t822FD5359143610FBBB425887CB3B61E36E60F58; // OVR.OpenVR.IVRCompositor/_GetFrameTimings struct _GetFrameTimings_t18982715A2D2A571D4F6CD90DCFA7E86D4643A3D; // OVR.OpenVR.IVRCompositor/_GetLastFrameRenderer struct _GetLastFrameRenderer_tE1CB1594C510C07423ECB8320737C9CF42A03216; // OVR.OpenVR.IVRCompositor/_GetLastPoseForTrackedDeviceIndex struct _GetLastPoseForTrackedDeviceIndex_t5D1EBFA1FCE921A35A59EF415E962D85515BDEA8; // OVR.OpenVR.IVRCompositor/_GetLastPoses struct _GetLastPoses_tB2FED245711891246906ABD87DC5A8B09E6D7057; // OVR.OpenVR.IVRCompositor/_GetMirrorTextureD3D11 struct _GetMirrorTextureD3D11_t223783C214574CBDAADF80D0320508AB93713555; // OVR.OpenVR.IVRCompositor/_GetMirrorTextureGL struct _GetMirrorTextureGL_tD2E5D2571D86679518D035D50F3F138A02973E3D; // OVR.OpenVR.IVRCompositor/_GetTrackingSpace struct _GetTrackingSpace_tDDCBCAD9AC8D3A71B50AF40D8A505EE5E4B84F9E; // OVR.OpenVR.IVRCompositor/_GetVulkanDeviceExtensionsRequired struct _GetVulkanDeviceExtensionsRequired_tCE4104B1929E2C006D00F39BDF097E8E0AEB7F43; // OVR.OpenVR.IVRCompositor/_GetVulkanInstanceExtensionsRequired struct _GetVulkanInstanceExtensionsRequired_t376790A1C181A9EEE08126F8E0EC9D4ACEE51BF7; // OVR.OpenVR.IVRCompositor/_HideMirrorWindow struct _HideMirrorWindow_t4ABCB199851D78AD1B9A9242A99E9308BA6A358F; // OVR.OpenVR.IVRCompositor/_IsFullscreen struct _IsFullscreen_tDDB639F86BEEF644C4B75495249FC855A03DC6AE; // OVR.OpenVR.IVRCompositor/_IsMirrorWindowVisible struct _IsMirrorWindowVisible_t9FEC2FB2109C6ECEEA8D7B646E38723C48A8F26C; // OVR.OpenVR.IVRCompositor/_LockGLSharedTextureForAccess struct _LockGLSharedTextureForAccess_t6203D58A9E524198317D7195E11344034615E70E; // OVR.OpenVR.IVRCompositor/_PostPresentHandoff struct _PostPresentHandoff_t03AF3E6C85A19FB1B0AF37FD0B1E6C8C6A145FF9; // OVR.OpenVR.IVRCompositor/_ReleaseMirrorTextureD3D11 struct _ReleaseMirrorTextureD3D11_t5BB99FA4FD333D10781A93B960DD9DF893E589BD; // OVR.OpenVR.IVRCompositor/_ReleaseSharedGLTexture struct _ReleaseSharedGLTexture_tCC2555B2EAE9CF038C5441166107FA02BDF9F3A2; // OVR.OpenVR.IVRCompositor/_SetExplicitTimingMode struct _SetExplicitTimingMode_t229CD6D757008679BF05A83EBB6BF9282056A0BE; // OVR.OpenVR.IVRCompositor/_SetSkyboxOverride struct _SetSkyboxOverride_tD327432C162AF0E70854AC7FA3D4D67FE45A3DB6; // OVR.OpenVR.IVRCompositor/_SetTrackingSpace struct _SetTrackingSpace_t1CE31B724BD329C2C70EA6A7AFBFCE65B32FBCD4; // OVR.OpenVR.IVRCompositor/_ShouldAppRenderWithLowResources struct _ShouldAppRenderWithLowResources_t212E8A8F28CA8F53AA95E108AFFF73D21219C5CF; // OVR.OpenVR.IVRCompositor/_ShowMirrorWindow struct _ShowMirrorWindow_tB6B3C1C9C318DA3DCD560CBF96630FDF565359B9; // OVR.OpenVR.IVRCompositor/_Submit struct _Submit_t95DB7E95854F4931D889B018D3E76CFAE6529B5B; // OVR.OpenVR.IVRCompositor/_SubmitExplicitTimingData struct _SubmitExplicitTimingData_tB201CF4FBEBC186EFFF9F279438DC175D4C8AC36; // OVR.OpenVR.IVRCompositor/_SuspendRendering struct _SuspendRendering_t735022050EE11C84F2F8C1927D55725C07492F25; // OVR.OpenVR.IVRCompositor/_UnlockGLSharedTextureForAccess struct _UnlockGLSharedTextureForAccess_tE536FF6253654DC196973CDDD66BCC34873A143D; // OVR.OpenVR.IVRCompositor/_WaitGetPoses struct _WaitGetPoses_tE84D2B8EBD4FB9BF2D781B6047542CCE190D8FE1; // OVR.OpenVR.IVRExtendedDisplay/_GetDXGIOutputInfo struct _GetDXGIOutputInfo_tD28302B6EFCE198115DB8D95F1E55190F84DED41; // OVR.OpenVR.IVRExtendedDisplay/_GetEyeOutputViewport struct _GetEyeOutputViewport_t14FB28D804A1C2A68613E0BBEF484C2C4F524C40; // OVR.OpenVR.IVRExtendedDisplay/_GetWindowBounds struct _GetWindowBounds_tCA9AA727F286D2159D1F679B24A9533F33FE05FE; // OVR.OpenVR.IVRInput/_DecompressSkeletalBoneData struct _DecompressSkeletalBoneData_t487F7E926B3967091D40DA09FD2E083B912689AA; // OVR.OpenVR.IVRInput/_GetActionHandle struct _GetActionHandle_t3DE02917D5ADD80046DF62C4A97FAB4B108AA614; // OVR.OpenVR.IVRInput/_GetActionOrigins struct _GetActionOrigins_tEEE879C3FBAEF6BA5BE2BA61AD602596C9956B51; // OVR.OpenVR.IVRInput/_GetActionSetHandle struct _GetActionSetHandle_tDFF3191D29A2FCD3C8F69542B92C06F4490DA755; // OVR.OpenVR.IVRInput/_GetAnalogActionData struct _GetAnalogActionData_t4143ADD7826A54563BE55672706884D2201F0B8B; // OVR.OpenVR.IVRInput/_GetDigitalActionData struct _GetDigitalActionData_t3B06432D0F0D17E70A055541467D0C7859F299D6; // OVR.OpenVR.IVRInput/_GetInputSourceHandle struct _GetInputSourceHandle_tB4CC6D28FDB6DAE6A9246A786B96CE44F3D13333; // OVR.OpenVR.IVRInput/_GetOriginLocalizedName struct _GetOriginLocalizedName_t9D50D904FE8BF6DA5DFCA942D0BC7ACA5EF3B783; // OVR.OpenVR.IVRInput/_GetOriginTrackedDeviceInfo struct _GetOriginTrackedDeviceInfo_tC396A4DA729179ABDDBE7A0A70C6B63AC93C2FB5; // OVR.OpenVR.IVRInput/_GetPoseActionData struct _GetPoseActionData_t83055D37288879DA9AB2DA4C6734461F95F0D3F1; // OVR.OpenVR.IVRInput/_GetSkeletalActionData struct _GetSkeletalActionData_tFE8AEACE6216C8B6CE0B63409CB22E0A2662D070; // OVR.OpenVR.IVRInput/_GetSkeletalBoneData struct _GetSkeletalBoneData_tC7F6853CA799853D265859280FC1CCFABC6EDB9B; // OVR.OpenVR.IVRInput/_GetSkeletalBoneDataCompressed struct _GetSkeletalBoneDataCompressed_t42F44DC8A24A212384C5D8B20644B694FA64727D; // OVR.OpenVR.IVRInput/_SetActionManifestPath struct _SetActionManifestPath_t0A2FD497E09469FC3D334F96F033EABE759342C3; // OVR.OpenVR.IVRInput/_ShowActionOrigins struct _ShowActionOrigins_t7D8BAFD905BAD48A4ED2F006C4B349B6AC6F8662; // OVR.OpenVR.IVRInput/_ShowBindingsForActionSet struct _ShowBindingsForActionSet_tA8675571B49B74304DA5B7DDD6F1F618A361B2CB; // OVR.OpenVR.IVRInput/_TriggerHapticVibrationAction struct _TriggerHapticVibrationAction_t7E5AC68392114320EE961E6E1E0A1A3D8245EA24; // OVR.OpenVR.IVRInput/_UpdateActionState struct _UpdateActionState_t76351ACD353B7B29F512A704C808AD2D983331AC; // OVR.OpenVR.IVROverlay/_ClearOverlayTexture struct _ClearOverlayTexture_t206C9E2F7194FD1B9AF077BFCC87CAFAB2E7292E; // OVR.OpenVR.IVROverlay/_CloseMessageOverlay struct _CloseMessageOverlay_tFD0253249F5A7CD36A0A09253F01E922B9E1A25C; // OVR.OpenVR.IVROverlay/_ComputeOverlayIntersection struct _ComputeOverlayIntersection_t9F9FC9ADA16F9706E2B5EF6D265EE9D0FB054EAA; // OVR.OpenVR.IVROverlay/_CreateDashboardOverlay struct _CreateDashboardOverlay_t14BA53F353FB937A8B2DD8732BD66237741A371A; // OVR.OpenVR.IVROverlay/_CreateOverlay struct _CreateOverlay_tC43F997B19ABE9D914D44BDAE7EFD5DD96F12C69; // OVR.OpenVR.IVROverlay/_DestroyOverlay struct _DestroyOverlay_t3DFD8C71A1B1EFE767E36C33E1E8CC3985E9F69F; // OVR.OpenVR.IVROverlay/_FindOverlay struct _FindOverlay_t14FF6F1E8A619E67F82B842690F83CF66C3BAD00; // OVR.OpenVR.IVROverlay/_GetDashboardOverlaySceneProcess struct _GetDashboardOverlaySceneProcess_tE1515FFA0437CE27B5A518B2ECAD6E09022D68EB; // OVR.OpenVR.IVROverlay/_GetGamepadFocusOverlay struct _GetGamepadFocusOverlay_t1F9A8D2950FFA4EEBD6AE1EF185E7670881BED84; // OVR.OpenVR.IVROverlay/_GetHighQualityOverlay struct _GetHighQualityOverlay_tA9CA77B86192A95317AFB08A19583EF948FF4AD9; // OVR.OpenVR.IVROverlay/_GetKeyboardText struct _GetKeyboardText_t1081D9D556FE946522ABBBE758C2466955A1FECD; // OVR.OpenVR.IVROverlay/_GetOverlayAlpha struct _GetOverlayAlpha_t319183112FDF98EE21F92286FE539079FB8478DE; // OVR.OpenVR.IVROverlay/_GetOverlayAutoCurveDistanceRangeInMeters struct _GetOverlayAutoCurveDistanceRangeInMeters_t9E7127FFCDD25743B2AC9702F6F469E32D2E1A25; // OVR.OpenVR.IVROverlay/_GetOverlayColor struct _GetOverlayColor_tADA8B397528F8DBDE4862AD3BBBFACB43D746F41; // OVR.OpenVR.IVROverlay/_GetOverlayDualAnalogTransform struct _GetOverlayDualAnalogTransform_tA8F27E9AC0F2E76C0AB8FB10B3416DC801F00CD1; // OVR.OpenVR.IVROverlay/_GetOverlayErrorNameFromEnum struct _GetOverlayErrorNameFromEnum_t0230A41F567E90FE24F4D8DEE2C1A76DE8FC075E; // OVR.OpenVR.IVROverlay/_GetOverlayFlag struct _GetOverlayFlag_tA00A1A2667199BA4A3B85BD45C09CD48F254FA2B; // OVR.OpenVR.IVROverlay/_GetOverlayFlags struct _GetOverlayFlags_tB63E22601F3E5856CDB5384DB8DF057BEBEE8D4D; // OVR.OpenVR.IVROverlay/_GetOverlayImageData struct _GetOverlayImageData_t719AC0BC2E43310A47F35B8573709AE235F29F65; // OVR.OpenVR.IVROverlay/_GetOverlayInputMethod struct _GetOverlayInputMethod_tB10E7006B58F4F4B849F2018D874A5349B797B00; // OVR.OpenVR.IVROverlay/_GetOverlayKey struct _GetOverlayKey_t8CCF77798359A4BC17ED7C1F47AB576C5BBB84A2; // OVR.OpenVR.IVROverlay/_GetOverlayMouseScale struct _GetOverlayMouseScale_t704519AFC053EAC66FF35D39583921E6AE272D3B; // OVR.OpenVR.IVROverlay/_GetOverlayName struct _GetOverlayName_t3FA244EDD50C67A0DBC4A1ED907201062DD81852; // OVR.OpenVR.IVROverlay/_GetOverlayRenderModel struct _GetOverlayRenderModel_tF25B6FD1026F2F724AB447658491028739A39A0F; // OVR.OpenVR.IVROverlay/_GetOverlayRenderingPid struct _GetOverlayRenderingPid_tA4E562C8BB6FD15B9F7C7FA3369544195BE49B41; // OVR.OpenVR.IVROverlay/_GetOverlaySortOrder struct _GetOverlaySortOrder_t0A9D6F5DAB9CF72864AC7D992DC7EA7426700CEF; // OVR.OpenVR.IVROverlay/_GetOverlayTexelAspect struct _GetOverlayTexelAspect_tBF9BDE3555874670365E3DFE3986500F920AC667; // OVR.OpenVR.IVROverlay/_GetOverlayTexture struct _GetOverlayTexture_t8160A8F43AD9A0231A9F492085EA59FD886AB046; // OVR.OpenVR.IVROverlay/_GetOverlayTextureBounds struct _GetOverlayTextureBounds_tC41DC17A024AEFA04DAC5BD40EB897F04912A8EC; // OVR.OpenVR.IVROverlay/_GetOverlayTextureColorSpace struct _GetOverlayTextureColorSpace_t0F5992F9235E6810ED5D831D03AA2E41F1791B0C; // OVR.OpenVR.IVROverlay/_GetOverlayTextureSize struct _GetOverlayTextureSize_t6A7295A08BA221854AB8213194D71616A72A0472; // OVR.OpenVR.IVROverlay/_GetOverlayTransformAbsolute struct _GetOverlayTransformAbsolute_t546DBFCAE717D27E18C8D84B90810BD3EE03521E; // OVR.OpenVR.IVROverlay/_GetOverlayTransformOverlayRelative struct _GetOverlayTransformOverlayRelative_t0E2854FF4B9C41FB194A2A200ED736048A913A14; // OVR.OpenVR.IVROverlay/_GetOverlayTransformTrackedDeviceComponent struct _GetOverlayTransformTrackedDeviceComponent_t63F8D81C48C61F064BBAD9AA337E229BC9CE075D; // OVR.OpenVR.IVROverlay/_GetOverlayTransformTrackedDeviceRelative struct _GetOverlayTransformTrackedDeviceRelative_tB02D70CAE3EF7EF6EBFA586C51A4A57DF22A7A75; // OVR.OpenVR.IVROverlay/_GetOverlayTransformType struct _GetOverlayTransformType_tECE66869CA309EC89E0F41E4836D37E90506F5B5; // OVR.OpenVR.IVROverlay/_GetOverlayWidthInMeters struct _GetOverlayWidthInMeters_tB3C773BB5147EF4BD41B6742C1453861FEF35CBE; // OVR.OpenVR.IVROverlay/_GetPrimaryDashboardDevice struct _GetPrimaryDashboardDevice_tF37257240B8EF2CFA55FD040A531BEA3539FDBAF; // OVR.OpenVR.IVROverlay/_GetTransformForOverlayCoordinates struct _GetTransformForOverlayCoordinates_t993D4B5C4933D4E621D0A7DF690004ECE8F82D7D; // OVR.OpenVR.IVROverlay/_HideKeyboard struct _HideKeyboard_tAF9BD841144C9DF0DFEB51731326CBFC8F93EDB0; // OVR.OpenVR.IVROverlay/_HideOverlay struct _HideOverlay_t236CD5B449E6DC5221DBC9FA9E5071B871D0A084; // OVR.OpenVR.IVROverlay/_IsActiveDashboardOverlay struct _IsActiveDashboardOverlay_t7C24BF72C6856C1A90AA6611C275DD300527331B; // OVR.OpenVR.IVROverlay/_IsDashboardVisible struct _IsDashboardVisible_tB4F7E5FB00E13BD180F0C98DD24E9131FBD5DCB8; // OVR.OpenVR.IVROverlay/_IsHoverTargetOverlay struct _IsHoverTargetOverlay_t65C0A6C6CAC1308986B64E77F115792EDE8ABB94; // OVR.OpenVR.IVROverlay/_IsOverlayVisible struct _IsOverlayVisible_tD0984B3DF961336D08CDB35D50E31A0BA60C2902; // OVR.OpenVR.IVROverlay/_MoveGamepadFocusToNeighbor struct _MoveGamepadFocusToNeighbor_t1A15D4A12745E661F59044A4895B6CD06EA1A811; // OVR.OpenVR.IVROverlay/_PollNextOverlayEvent struct _PollNextOverlayEvent_t9C0A428572EE9E287750F76C5BE39FAF883925DB; // OVR.OpenVR.IVROverlay/_ReleaseNativeOverlayHandle struct _ReleaseNativeOverlayHandle_tA84D9CBEC17E56985D98A133C9469BCC4873AD7B; // OVR.OpenVR.IVROverlay/_SetDashboardOverlaySceneProcess struct _SetDashboardOverlaySceneProcess_tCA2C9238CAF622AE2339EF0C6E38CCE9887C8000; // OVR.OpenVR.IVROverlay/_SetGamepadFocusOverlay struct _SetGamepadFocusOverlay_t7C903D8BAA85CDC1A3082CC4E8EB5EDBE954EC17; // OVR.OpenVR.IVROverlay/_SetHighQualityOverlay struct _SetHighQualityOverlay_t590397E8CB5BE146E76C39D411D3A0264FA35AC1; // OVR.OpenVR.IVROverlay/_SetKeyboardPositionForOverlay struct _SetKeyboardPositionForOverlay_t416DC72571C433550F896D25D45BF4EF9147E722; // OVR.OpenVR.IVROverlay/_SetKeyboardTransformAbsolute struct _SetKeyboardTransformAbsolute_t9F9B660CDA99B6445C0A392287CE007CDAEA78F0; // OVR.OpenVR.IVROverlay/_SetOverlayAlpha struct _SetOverlayAlpha_t1737CB0E0976E07171407C6E5D0DE2891AC8C433; // OVR.OpenVR.IVROverlay/_SetOverlayAutoCurveDistanceRangeInMeters struct _SetOverlayAutoCurveDistanceRangeInMeters_tA31FF5913A4FA218767F34AF18722AF447EF82FD; // OVR.OpenVR.IVROverlay/_SetOverlayColor struct _SetOverlayColor_t530A2F6C8349E58A2A86D15007ACED1C2A0D9C2D; // OVR.OpenVR.IVROverlay/_SetOverlayDualAnalogTransform struct _SetOverlayDualAnalogTransform_tF3244A343BA9FD5687D5783FEE58EE4A5F7A569B; // OVR.OpenVR.IVROverlay/_SetOverlayFlag struct _SetOverlayFlag_t0BF478F6D6BA6346D4C8680C43FC12868F0FB5F9; // OVR.OpenVR.IVROverlay/_SetOverlayFromFile struct _SetOverlayFromFile_tF4AFA4ED185E597D26227A3ED05CA8B5E9772F2B; // OVR.OpenVR.IVROverlay/_SetOverlayInputMethod struct _SetOverlayInputMethod_t7FF394638BEFDDCE1F8DBD8B2487C28B34D59C52; // OVR.OpenVR.IVROverlay/_SetOverlayIntersectionMask struct _SetOverlayIntersectionMask_t2F8F883DD1373FFA3F87626D27A420B5C07C63EB; // OVR.OpenVR.IVROverlay/_SetOverlayMouseScale struct _SetOverlayMouseScale_tD40F26EB8BFF76BC4B8640E248B5EE603AB1005C; // OVR.OpenVR.IVROverlay/_SetOverlayName struct _SetOverlayName_tA5D9F32494AF083F3DFC7DB7AF4B78E032F49A2F; // OVR.OpenVR.IVROverlay/_SetOverlayNeighbor struct _SetOverlayNeighbor_tCA42CCEC6133329FC86CC108319B743E9A9DA2D5; // OVR.OpenVR.IVROverlay/_SetOverlayRaw struct _SetOverlayRaw_tA67BC2AA333DCB746C67E6BC47D7B35056782105; // OVR.OpenVR.IVROverlay/_SetOverlayRenderModel struct _SetOverlayRenderModel_tAF7C129C6EFAB82914F610EF850BABCEF292A20F; // OVR.OpenVR.IVROverlay/_SetOverlayRenderingPid struct _SetOverlayRenderingPid_t0A322BC2422D5AF27AFFF856177FF0839CA5A56A; // OVR.OpenVR.IVROverlay/_SetOverlaySortOrder struct _SetOverlaySortOrder_t38A03D58C113D1AA865AB295727BFE86CD0EF8E6; // OVR.OpenVR.IVROverlay/_SetOverlayTexelAspect struct _SetOverlayTexelAspect_t840C9F51B9019ACEDC3DB5F7D7D4B5FED2731A12; // OVR.OpenVR.IVROverlay/_SetOverlayTexture struct _SetOverlayTexture_t45DF4724B269CA0A328807812B57F2285C8ACD10; // OVR.OpenVR.IVROverlay/_SetOverlayTextureBounds struct _SetOverlayTextureBounds_tAB2F19DF61AF48AD6B9D905556C5B891F8B7A9E8; // OVR.OpenVR.IVROverlay/_SetOverlayTextureColorSpace struct _SetOverlayTextureColorSpace_t49B65ED8D05E1A5556A47893F6D2CFF7D7B66725; // OVR.OpenVR.IVROverlay/_SetOverlayTransformAbsolute struct _SetOverlayTransformAbsolute_t5B23C21FC5B13234B5AABD00939BC08515BCB140; // OVR.OpenVR.IVROverlay/_SetOverlayTransformOverlayRelative struct _SetOverlayTransformOverlayRelative_tF4947100E6E31AC35632FB90EA3D5EC4AF897E6D; // OVR.OpenVR.IVROverlay/_SetOverlayTransformTrackedDeviceComponent struct _SetOverlayTransformTrackedDeviceComponent_t5E213981E51A3572AFC6E4C526C2A7F2C3E7B28E; // OVR.OpenVR.IVROverlay/_SetOverlayTransformTrackedDeviceRelative struct _SetOverlayTransformTrackedDeviceRelative_t0D4C2388EE2C690858745E539815C5AE359DFBF7; // OVR.OpenVR.IVROverlay/_SetOverlayWidthInMeters struct _SetOverlayWidthInMeters_tAD4975877C8D313F1358D9B5479A18C03DD1CF21; // OVR.OpenVR.IVROverlay/_ShowDashboard struct _ShowDashboard_tCEE7D99425A1AA0FA426C513B0BA57D13D161FA7; // OVR.OpenVR.IVROverlay/_ShowKeyboard struct _ShowKeyboard_tC0BAFE3354D72DA5042ED687BB9A1FD3ABAFB0B2; // OVR.OpenVR.IVROverlay/_ShowKeyboardForOverlay struct _ShowKeyboardForOverlay_t90228AF3E72F004D7C8187127D693EBFB1868FED; // OVR.OpenVR.IVROverlay/_ShowMessageOverlay struct _ShowMessageOverlay_t0D4B23F584B3D1A2EE4F32F0065E7F3CD79562B2; // OVR.OpenVR.IVROverlay/_ShowOverlay struct _ShowOverlay_t66215470221FAD477EA10C95E5F50FF3A6340797; // OVR.OpenVR.IVRRenderModels/_FreeRenderModel struct _FreeRenderModel_t161AF59964CDE6A0FD3EDD6079732D58DCFBF80B; // OVR.OpenVR.IVRRenderModels/_FreeTexture struct _FreeTexture_tD249C561539875A7BD54E4568884571E7274F384; // OVR.OpenVR.IVRRenderModels/_FreeTextureD3D11 struct _FreeTextureD3D11_t21434C7BEB2D93945C954E30C87D85393DD6E124; // OVR.OpenVR.IVRRenderModels/_GetComponentButtonMask struct _GetComponentButtonMask_tABDA665C90D7E9951B7F93F6B7B321ABB60E42AC; // OVR.OpenVR.IVRRenderModels/_GetComponentCount struct _GetComponentCount_t94B48CCA97FB9AA3D5CB4882D5D9F06849A237DA; // OVR.OpenVR.IVRRenderModels/_GetComponentName struct _GetComponentName_tAF37288027269792EBBEFA0D7EA5DEEAA69D1EA5; // OVR.OpenVR.IVRRenderModels/_GetComponentRenderModelName struct _GetComponentRenderModelName_tFB5307186216D73B15355212CA0905D7C9CCC554; // OVR.OpenVR.IVRRenderModels/_GetComponentState struct _GetComponentState_tB24089DAAEFF9209892823F8C4DAE00AF6745A88; // OVR.OpenVR.IVRRenderModels/_GetComponentStateForDevicePath struct _GetComponentStateForDevicePath_t39A9981E81D08C9A4D03B829D61C37EEB6201F36; // OVR.OpenVR.IVRRenderModels/_GetRenderModelCount struct _GetRenderModelCount_t960F22739F63E1BC05A1EE1EE5DD1BCD700DEA28; // OVR.OpenVR.IVRRenderModels/_GetRenderModelErrorNameFromEnum struct _GetRenderModelErrorNameFromEnum_tF0D4CF66F1BCA043D320D112832C3062E4DE0B90; // OVR.OpenVR.IVRRenderModels/_GetRenderModelName struct _GetRenderModelName_t9391C509AB55DC61145F4009254849093A28D63B; // OVR.OpenVR.IVRRenderModels/_GetRenderModelOriginalPath struct _GetRenderModelOriginalPath_t9B2E1AB18F1214E501E2153E67662DC312C9A012; // OVR.OpenVR.IVRRenderModels/_GetRenderModelThumbnailURL struct _GetRenderModelThumbnailURL_t33BF7540CEFC96A4E88469C8A6E66AC39DE5DBE1; // OVR.OpenVR.IVRRenderModels/_LoadIntoTextureD3D11_Async struct _LoadIntoTextureD3D11_Async_tB9EDD9AFCC0869D1A9A5477E327F8739C6DFC35D; // OVR.OpenVR.IVRRenderModels/_LoadRenderModel_Async struct _LoadRenderModel_Async_t58B2EBC9CB23E3C1D335576F566FC262E200C302; // OVR.OpenVR.IVRRenderModels/_LoadTextureD3D11_Async struct _LoadTextureD3D11_Async_tD9D777CF70B06775BEBEA11217273B8EAB144139; // OVR.OpenVR.IVRRenderModels/_LoadTexture_Async struct _LoadTexture_Async_t1CBBEA044B74D22FBAF8E228E77C2BAF577E3F07; // OVR.OpenVR.IVRRenderModels/_RenderModelHasComponent struct _RenderModelHasComponent_t90AEB155B0D1483EF4E957E21D7314E1ED782C5B; // OVR.OpenVR.IVRScreenshots/_GetScreenshotPropertyFilename struct _GetScreenshotPropertyFilename_tB25C27E25432F4361E1BBE6907225B5AAA9AA0BA; // OVR.OpenVR.IVRScreenshots/_GetScreenshotPropertyType struct _GetScreenshotPropertyType_t52851E865E76A64676C506654E6E6A623498DD07; // OVR.OpenVR.IVRScreenshots/_HookScreenshot struct _HookScreenshot_tD501759F5E20EC35F9E436C2CFA35A9D449C61F5; // OVR.OpenVR.IVRScreenshots/_RequestScreenshot struct _RequestScreenshot_t2E85CE7E78677CF719D310A0331B8BC0AFB033C4; // OVR.OpenVR.IVRScreenshots/_SubmitScreenshot struct _SubmitScreenshot_t678FB5197DDF20EA83008A78E24E90B6FECCCD5B; // OVR.OpenVR.IVRScreenshots/_TakeStereoScreenshot struct _TakeStereoScreenshot_tA800DB247A3217904100AE92838C2378560FE5EF; // OVR.OpenVR.IVRScreenshots/_UpdateScreenshotProgress struct _UpdateScreenshotProgress_t5720458D414147A9B7CE1BB154C2D86CC48AA448; // OVR.OpenVR.IVRSettings/_GetBool struct _GetBool_t9EE2ED8E9B0BEF4047703772FDF2A2EA9778EA86; // OVR.OpenVR.IVRSettings/_GetFloat struct _GetFloat_t49839E20345C114A91EB2A5B163B998487D34DF8; // OVR.OpenVR.IVRSettings/_GetInt32 struct _GetInt32_tFD493DA409941D4224E4C9088A462890B59A8A5A; // OVR.OpenVR.IVRSettings/_GetSettingsErrorNameFromEnum struct _GetSettingsErrorNameFromEnum_t63AEA3C78258D9E5084401D3FDD317CCEFF4267E; // OVR.OpenVR.IVRSettings/_GetString struct _GetString_t2857C3CD450BCDF17A0F0A88EAB4DF48504ACFA0; // OVR.OpenVR.IVRSettings/_RemoveKeyInSection struct _RemoveKeyInSection_tD0818DDF6D2520A3A02C4818E2E67298742FBB4D; // OVR.OpenVR.IVRSettings/_RemoveSection struct _RemoveSection_t25C16977A0B7F1BCC6CB3DD0E8247E9AE27FF2FA; // OVR.OpenVR.IVRSettings/_SetBool struct _SetBool_t9564A09A3015C9A2DC1DEE092BFA3ECA24BFFABB; // OVR.OpenVR.IVRSettings/_SetFloat struct _SetFloat_tF83E03787429C86857BE3D7D161BA44B77D0DBD5; // OVR.OpenVR.IVRSettings/_SetInt32 struct _SetInt32_t331327F67192F344816533CACECA2DC544A25D8A; // OVR.OpenVR.IVRSettings/_SetString struct _SetString_t87CF5A395AE6E3C4A79B4A130E63753163642E19; // OVR.OpenVR.IVRSettings/_Sync struct _Sync_tA70836B842A601EB710803D30A0D6BACF9D7803C; // OVR.OpenVR.IVRSpatialAnchors/_CreateSpatialAnchorFromDescriptor struct _CreateSpatialAnchorFromDescriptor_t1EF84CA6B3D07F24B20B88B2307466B29230264F; // OVR.OpenVR.IVRSpatialAnchors/_CreateSpatialAnchorFromPose struct _CreateSpatialAnchorFromPose_tF63FED628CBD210AF07D68B994268E7FD70A3988; // OVR.OpenVR.IVRSpatialAnchors/_GetSpatialAnchorDescriptor struct _GetSpatialAnchorDescriptor_t0D4C4909E5438D1ABAAC163B69DBA318EC67AEF6; // OVR.OpenVR.IVRSpatialAnchors/_GetSpatialAnchorPose struct _GetSpatialAnchorPose_t9688803DA76F52E06A06C0AEABD2DFAB0B48DFA0; // OVR.OpenVR.IVRSystem/_AcknowledgeQuit_Exiting struct _AcknowledgeQuit_Exiting_tA6BD9421BAF082D077E5B0BCFF33844AF4A18084; // OVR.OpenVR.IVRSystem/_AcknowledgeQuit_UserPrompt struct _AcknowledgeQuit_UserPrompt_t10DCE8F18135EFB6E2E874876B95EE5AB5354D73; // OVR.OpenVR.IVRSystem/_ApplyTransform struct _ApplyTransform_t61F5FF5787B0589676D9BF1C0382BC6EE6882CFA; // OVR.OpenVR.IVRSystem/_ComputeDistortion struct _ComputeDistortion_tB840F5FAF60EEC85A31397AF5259EBE14843FA02; // OVR.OpenVR.IVRSystem/_DriverDebugRequest struct _DriverDebugRequest_t1195588FD0002894D24CD5E175FEF3B8746B22F0; // OVR.OpenVR.IVRSystem/_GetArrayTrackedDeviceProperty struct _GetArrayTrackedDeviceProperty_t57D37841AD119462C64E3FE76937D1B284E82343; // OVR.OpenVR.IVRSystem/_GetBoolTrackedDeviceProperty struct _GetBoolTrackedDeviceProperty_tBDC7561BDED1863F31F6E10795FF6D2107F54CB5; // OVR.OpenVR.IVRSystem/_GetButtonIdNameFromEnum struct _GetButtonIdNameFromEnum_t86FC9DF03F64F159DB3270C352E419DA2E6110D0; // OVR.OpenVR.IVRSystem/_GetControllerAxisTypeNameFromEnum struct _GetControllerAxisTypeNameFromEnum_t68B23AB01988E805BAD3495B8E1195310253B112; // OVR.OpenVR.IVRSystem/_GetControllerRoleForTrackedDeviceIndex struct _GetControllerRoleForTrackedDeviceIndex_tF5957F8DAFBCB776BCE43AEE9003ACF5E87BE436; // OVR.OpenVR.IVRSystem/_GetControllerState struct _GetControllerState_t8EF84C0DB35E2AFBE3A49BDBBBE6CD6ED314A0AC; // OVR.OpenVR.IVRSystem/_GetControllerStateWithPose struct _GetControllerStateWithPose_tEBCDBBC9D81147ED78B29D79D2B9A76423C16F56; // OVR.OpenVR.IVRSystem/_GetD3D9AdapterIndex struct _GetD3D9AdapterIndex_tD334A03ADC26056A35334CE8A6CBD9D9330F9A1F; // OVR.OpenVR.IVRSystem/_GetDXGIOutputInfo struct _GetDXGIOutputInfo_t46BAE2EC6157D75FBBFA2689A364795097125C53; // OVR.OpenVR.IVRSystem/_GetDeviceToAbsoluteTrackingPose struct _GetDeviceToAbsoluteTrackingPose_tD9FF0F534E09C65D5EA9BD7A34E72C1DC500428D; // OVR.OpenVR.IVRSystem/_GetEventTypeNameFromEnum struct _GetEventTypeNameFromEnum_t077C1F702C5158663C29A07F1E9916342506D0B9; // OVR.OpenVR.IVRSystem/_GetEyeToHeadTransform struct _GetEyeToHeadTransform_tD619D05A02B7FC271512F177261AB77E57BB3148; // OVR.OpenVR.IVRSystem/_GetFloatTrackedDeviceProperty struct _GetFloatTrackedDeviceProperty_t0BDA80FCF1EA576A0F9CAD6DC4844B3176BBB594; // OVR.OpenVR.IVRSystem/_GetHiddenAreaMesh struct _GetHiddenAreaMesh_t8F2B620A148075CAF2C262BF15FF4373FA6F0A50; // OVR.OpenVR.IVRSystem/_GetInt32TrackedDeviceProperty struct _GetInt32TrackedDeviceProperty_tDDD7A878EB2659C8561BE2B26FBCCD6DD24B9313; // OVR.OpenVR.IVRSystem/_GetMatrix34TrackedDeviceProperty struct _GetMatrix34TrackedDeviceProperty_t28BF0C5817941AA96CD715A77FA8568590073346; // OVR.OpenVR.IVRSystem/_GetOutputDevice struct _GetOutputDevice_t6E5E1765F4E4274D53BE9DB1CCBB08294A125F43; // OVR.OpenVR.IVRSystem/_GetProjectionMatrix struct _GetProjectionMatrix_t179D9786D402EB2CF76B717BB8E19CAC34835A3A; // OVR.OpenVR.IVRSystem/_GetProjectionRaw struct _GetProjectionRaw_tC85042C5C18970F49D68465ED0C30F1847A7F9FE; // OVR.OpenVR.IVRSystem/_GetPropErrorNameFromEnum struct _GetPropErrorNameFromEnum_t76304558D06D9ED54EE7F5102B6C116C017EEC5F; // OVR.OpenVR.IVRSystem/_GetRawZeroPoseToStandingAbsoluteTrackingPose struct _GetRawZeroPoseToStandingAbsoluteTrackingPose_t75D8368D87F3DDEADF3DA259F1F748CB61A12CF1; // OVR.OpenVR.IVRSystem/_GetRecommendedRenderTargetSize struct _GetRecommendedRenderTargetSize_t228BB2603DDAFE4312F08A90ECC356D24787A2E5; // OVR.OpenVR.IVRSystem/_GetSeatedZeroPoseToStandingAbsoluteTrackingPose struct _GetSeatedZeroPoseToStandingAbsoluteTrackingPose_t060773E7D3B31207B5DB3E735149A72D883FC23C; // OVR.OpenVR.IVRSystem/_GetSortedTrackedDeviceIndicesOfClass struct _GetSortedTrackedDeviceIndicesOfClass_tAD3CFC133597977AAA02D095BD07A4CD4EDEBA0E; // OVR.OpenVR.IVRSystem/_GetStringTrackedDeviceProperty struct _GetStringTrackedDeviceProperty_t367D4695608FE8701E9CBF1BBAB8992806EE58F0; // OVR.OpenVR.IVRSystem/_GetTimeSinceLastVsync struct _GetTimeSinceLastVsync_tD9CEFF7C06F5FE84D152EF4CF8099C3F72780833; // OVR.OpenVR.IVRSystem/_GetTrackedDeviceActivityLevel struct _GetTrackedDeviceActivityLevel_tB5F23A8A6D87F74D31037A0174B4A01A1CC68E4C; // OVR.OpenVR.IVRSystem/_GetTrackedDeviceClass struct _GetTrackedDeviceClass_t959D61B29B928F5D78DC3A12065A67189854AAB0; // OVR.OpenVR.IVRSystem/_GetTrackedDeviceIndexForControllerRole struct _GetTrackedDeviceIndexForControllerRole_t5265DA1B0548AC6373BA15F33FF2D279811B5DE4; // OVR.OpenVR.IVRSystem/_GetUint64TrackedDeviceProperty struct _GetUint64TrackedDeviceProperty_t805766F63368FA446A0F69126CF3EDCF9CA194BC; // OVR.OpenVR.IVRSystem/_IsDisplayOnDesktop struct _IsDisplayOnDesktop_tA20F973C84650C82F23BFD1CA6C338E1514A48E2; // OVR.OpenVR.IVRSystem/_IsInputAvailable struct _IsInputAvailable_tCAC0B3919427F06EC8BF7FD7B4A3F579FB5C2220; // OVR.OpenVR.IVRSystem/_IsSteamVRDrawingControllers struct _IsSteamVRDrawingControllers_tB2CAEA369195A18EE3083C2E76679F38A890F800; // OVR.OpenVR.IVRSystem/_IsTrackedDeviceConnected struct _IsTrackedDeviceConnected_t5E3F531E4A832D070364BDECF38C132726EFFEBD; // OVR.OpenVR.IVRSystem/_PerformFirmwareUpdate struct _PerformFirmwareUpdate_tB90C1020E6050CA98386AF37DE94C1DA08EBAA79; // OVR.OpenVR.IVRSystem/_PollNextEvent struct _PollNextEvent_t21475787624F95CFD02F686CD3783F0D0AEA43DF; // OVR.OpenVR.IVRSystem/_PollNextEventWithPose struct _PollNextEventWithPose_tDB233A267487ACAEC6F8545B518AAE72700976DD; // OVR.OpenVR.IVRSystem/_ResetSeatedZeroPose struct _ResetSeatedZeroPose_tF7303705961F0AC9FF7EE61194870A9495EBF1C9; // OVR.OpenVR.IVRSystem/_SetDisplayVisibility struct _SetDisplayVisibility_t2DA52827875272AC3010ABFE049C3E79B3A28EF1; // OVR.OpenVR.IVRSystem/_ShouldApplicationPause struct _ShouldApplicationPause_tED274ECAB7DEBCA901140609AA141F93A5933F32; // OVR.OpenVR.IVRSystem/_ShouldApplicationReduceRenderingWork struct _ShouldApplicationReduceRenderingWork_t9EA987AB5BD506ED0C1E6DCAEE5F951FED904DE4; // OVR.OpenVR.IVRSystem/_TriggerHapticPulse struct _TriggerHapticPulse_tFA5E2A289FAAEBAA316168AA693CF2CBC3102830; // OVR.OpenVR.IVRTrackedCamera/_AcquireVideoStreamingService struct _AcquireVideoStreamingService_t3491AD2EFDFDD59578876C3CD78B9E5BAB410E0F; // OVR.OpenVR.IVRTrackedCamera/_GetCameraErrorNameFromEnum struct _GetCameraErrorNameFromEnum_t3D62F2A62265259EF3F50536D630D44450D80849; // OVR.OpenVR.IVRTrackedCamera/_GetCameraFrameSize struct _GetCameraFrameSize_t255344E40BE2A587A1520322A1B13B52AD8A67CA; // OVR.OpenVR.IVRTrackedCamera/_GetCameraIntrinsics struct _GetCameraIntrinsics_t6EADBE949366AA68A89E51B172AFC116F269FC7D; // OVR.OpenVR.IVRTrackedCamera/_GetCameraProjection struct _GetCameraProjection_t6CA05E44555AE166CE367A76EAE7F037A15D9AF7; // OVR.OpenVR.IVRTrackedCamera/_GetVideoStreamFrameBuffer struct _GetVideoStreamFrameBuffer_tF3640577F9F391F93AFA0667F9B4C46F1344A1DA; // OVR.OpenVR.IVRTrackedCamera/_GetVideoStreamTextureD3D11 struct _GetVideoStreamTextureD3D11_tE6A88FF767CE55262C239FB070DCBF134C8EEA4D; // OVR.OpenVR.IVRTrackedCamera/_GetVideoStreamTextureGL struct _GetVideoStreamTextureGL_t8A671D87D9769CCDD5E2293C54624386E318F370; // OVR.OpenVR.IVRTrackedCamera/_GetVideoStreamTextureSize struct _GetVideoStreamTextureSize_tBA6FD10E1E9DE3210789C2DE9F54C2762DB02533; // OVR.OpenVR.IVRTrackedCamera/_HasCamera struct _HasCamera_t40D827AD1FF037B21EED4FBD284FE7C9850369C6; // OVR.OpenVR.IVRTrackedCamera/_ReleaseVideoStreamTextureGL struct _ReleaseVideoStreamTextureGL_tD0C087C67CB56E1EDC12D626FBD52191D836C1DF; // OVR.OpenVR.IVRTrackedCamera/_ReleaseVideoStreamingService struct _ReleaseVideoStreamingService_t4CBE89532D5338350021AA52B052EF8B7DA2F151; // UnityEngine.UI.InputField/OnChangeEvent struct OnChangeEvent_t2E59014A56EA94168140F0585834954B40D716F7; // UnityEngine.UI.InputField/OnValidateInput struct OnValidateInput_t721D2C2A7710D113E4909B36D9893CC6B1C69B9F; // UnityEngine.UI.InputField/SubmitEvent struct SubmitEvent_t3FD30F627DF2ADEC87C0BE69EE632AAB99F3B8A9; // UnityEngine.UI.MaskableGraphic/CullStateChangedEvent struct CullStateChangedEvent_t9B69755DEBEF041C3CC15C3604610BDD72856BD4; // OVRManager/InstantiateMrcCameraDelegate struct InstantiateMrcCameraDelegate_t88AE114F98A83D1400AD11939F67832C06C843B4; // OVRMeshRenderer/IOVRMeshRendererDataProvider struct IOVRMeshRendererDataProvider_t9514E835A50239299040A0D17522FEA188AD2862; // OVROverlay/ExternalSurfaceObjectCreated struct ExternalSurfaceObjectCreated_t8920C1D760358680EBF41C7DC7F9765475452D96; // OVRSceneLoader/d__24 struct U3CDelayCanvasPosUpdateU3Ed__24_tB14AB540763B1F974A410C069E18AE78D7595DE7; // OVRSceneLoader/d__25 struct U3ConCheckSceneCoroutineU3Ed__25_t8F98555773A0EC69E150B1A5DB372EA4A99E956D; // OVRScreenFade/d__25 struct U3CFadeU3Ed__25_t14A2C01866BF715A237E22911FC6AACFB29236BC; // OVRSkeleton/IOVRSkeletonDataProvider struct IOVRSkeletonDataProvider_tC7337A6B5BA23BEAF1294F2F00EAD10801B046BA; // OVRSkeletonRenderer/BoneVisualization struct BoneVisualization_tE5772FD950EB31352828C001515A03837DF80B8E; // OVRSkeletonRenderer/CapsuleVisualization struct CapsuleVisualization_t8D09C9F85028AD11633ABF87D6D8DAD26FC1DD28; // OVRSkeletonRenderer/IOVRSkeletonRendererDataProvider struct IOVRSkeletonRendererDataProvider_t6B02FFB2CD376E28433E315365BB071F17396227; // OVRSpectatorModeDomeTest/d__11 struct U3CTimerCoroutineU3Ed__11_t49AA0CEEF64B3FE8D3D83BFD39D55F0BFF62A425; // OVRTrackedKeyboard/d__74 struct U3CInitializeHandPresenceDataU3Ed__74_tAFE2B8192CAC5FC6E3003564D8B6255F700D6474; // OVRTrackedKeyboard/d__73 struct U3CStartU3Ed__73_t6D9461C6CD10038DEAC5504B4368CA36FB0A4599; // OVRTrackedKeyboard/d__81 struct U3CStartKeyboardTrackingCoroutineU3Ed__81_t4C6108FE036F8C2AE0CC8E971C136EC2D75ED16D; // OVRTrackedKeyboard/d__83 struct U3CUpdateKeyboardPoseU3Ed__83_t40D8089347ECEB5F08267C96367539C174696500; // OVRTrackedKeyboard/d__80 struct U3CUpdateTrackingStateCoroutineU3Ed__80_t972876158913DE390EEACF5FE8A2F7FF2D7B36B0; // OVR.OpenVR.OpenVR/COpenVRContext struct COpenVRContext_tC505811BEC3B225B409CA2B9081D2ED20C019935; // UnityEngine.UI.Toggle/ToggleEvent struct ToggleEvent_t7B9EFE80B7D7F16F3E7B8FA75FEF45B00E0C0075; IL2CPP_EXTERN_C RuntimeClass* Action_1_tC1348BEB2C677FD60E4B65764CA3A1CAFF6DFB31_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Action_1_tCB851C0471D28E4890D4CD6463F0FE9F69CDB455_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Action_1_tD9BA0D238C3366BEFF734D47D9E9B0643B9D2A91_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Action_2_t9444326B9F179A6814807A6942C9A6086471ABDA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* AndroidJavaClass_t52E934B16476D72AA6E4B248F989F2F825EB62D4_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* AndroidJavaObject_t10188D5695DCD09C9F621B44B0A8C93A2281236E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* BoneVisualization_tE5772FD950EB31352828C001515A03837DF80B8E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* COpenVRContext_tC505811BEC3B225B409CA2B9081D2ED20C019935_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CapsuleVisualization_t8D09C9F85028AD11633ABF87D6D8DAD26FC1DD28_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* EChaperoneConfigFile_t8A40747D1C8236AAC3FB81644DABA8F7481064D1_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ETrackingUniverseOrigin_tB2C53D8E3E175F560934B2E700EE616B3417C711_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* EVRApplicationError_t7BC69D4154A1AAD33CF95A6FA92EA088C6894593_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* EVRApplicationProperty_t37188C2BB2B5AC8DB5B5B61842344516C769C207_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* EVRApplicationTransitionState_t27DEA27E4A990A5539AB6239880285E4CAAB0DBB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* EntryPointNotFoundException_tD0666CDCBD81C969BAAC14899569BFED2E05F9DC_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Exception_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* GameObjectU5BU5D_tA88FC1A1FC9D4D73D0B3984D4B0ECE88F4C47642_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* HandBoneMappingU5BU5D_tE8792C26065D327A1D20909769D8C7DE246FED16_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* HmdColor_t_tCE1ECD5FE8535BCDE4B4DC6B20FB9FFB26D410C9_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* HmdMatrix34_t_tF8D32C33445560D919D139A2467312EE12CD654F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* HmdQuad_t_tCBF2ADCE72BC27483B7D6DCFA0A54EB823295374_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ICollection_1_t182BCF44B245B1F7F856AE832E9803AB8282253D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ICollection_1_t98FF6570E981B53397E32689A6830C0A85B19FAF_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IList_1_t8D7A00864A4D391797D30043CF012669774274C1_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IList_1_t9902F972AFF069803DF269EF8B09079D59FB39DC_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IOVRSkeletonDataProvider_tC7337A6B5BA23BEAF1294F2F00EAD10801B046BA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IOVRSkeletonRendererDataProvider_t6B02FFB2CD376E28433E315365BB071F17396227_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* List_1_t2757DE18D8F3AB63917B2846D8F68D853749967C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* List_1_t2DE3B74946EBD10D047A5D64DF04DE92A3B067D8_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* List_1_t6E8DB9433229E6219F1549FE8B2720F01F925E1E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* List_1_t8958585D92650E004D74521A8D0B3CE051FA276F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* List_1_t89FE3B3C624BEEC726B8850113C0F37A0D0CF8FF_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Marshal_tEBAFAE20369FCB1B38C49C4E27A8D8C2C4B55058_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Material_t8927C00353A72755313F046D0CE85178AE8218EE_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* OVRBoneCapsuleU5BU5D_tBDA11F6962D1CFE19BA34BF7C6C448EB3D40A13E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* OVRBoneCapsule_t24BA5715C1D8D002A82023305192CBF04B45CE9F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* OVRBoneU5BU5D_t1C07EB5C00692687DDE9D63FD89D3CCA684C0CEB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* OVRBone_tF9C031559703607035E455CE642549C722BBF081_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* OVRGLTFLoader_t3BBB7B7E8C50F50DCC355934FB388034F1C05A01_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* OVRManager_t6088CD544814E5A64EEB830D130A6816E79D0036_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* OVRPlugin_t33529050E1318B8BC645C7451E1A3C8C4E500DCF_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* OVRPointerEventData_t4FCC0A544D8D5203E198646B96A675CD4A97FE1C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* OVRScreenFade_tFB154F581907E382870A3DD4E114EA3DD396C308_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* OVRSkeletonRenderer_t7A93F115BAB39ED6A747366145753C4341DB68C3_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* OVRTrackedKeyboardHands_t7B636959137D505DCAAFBB2AA67B622C6F032F16_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* OVRTrackedKeyboard_t77E603E4F449E728E71F97E0BC1CBE74B491A2D4_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* OVRVignette_tDC424BFE87332D6E40E5299651E4F2C3AE9ABE80_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* OpenVR_tEB69CA181A31E7D81816021421FE1F2AA38A1B69_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Posef_tAB560ABDD92D837B4DF63F6FAEE32A1E1144B952_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RenderModel_ComponentState_t_t66941BC453BD2E1E39DEBFC78E179AD02D866F50_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RenderModel_ControllerMode_State_t_t662CD0205F89B104803D0BBD5937670E1457A940_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RenderPipelineManager_t891744C0325329F7FA7C64614C0E3DFF13284AF1_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RuntimeObject_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SceneManager_tEC9D10ECC0377F8AE5AEEB5A789FFD24364440FA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* StreamReader_tA857ACC7ABF9AA4638E1291E6D2539C14D2963D3_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* StringBuilder_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TrackedDevicePose_t_t5167AAFD9C93AA0ED2CE8223AB08CBAFBC32C153_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TrackedKeyboardState_tD8E7B38631BB2281DEB6205D372963C5C7C05FC0_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Type_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CDelayCanvasPosUpdateU3Ed__24_tB14AB540763B1F974A410C069E18AE78D7595DE7_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CFadeU3Ed__25_t14A2C01866BF715A237E22911FC6AACFB29236BC_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CInitializeHandPresenceDataU3Ed__74_tAFE2B8192CAC5FC6E3003564D8B6255F700D6474_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CStartKeyboardTrackingCoroutineU3Ed__81_t4C6108FE036F8C2AE0CC8E971C136EC2D75ED16D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CStartU3Ed__73_t6D9461C6CD10038DEAC5504B4368CA36FB0A4599_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CTimerCoroutineU3Ed__11_t49AA0CEEF64B3FE8D3D83BFD39D55F0BFF62A425_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec_t7129E30508F808745CAD1C8D5FEDD7D141AD245B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CUpdateKeyboardPoseU3Ed__83_t40D8089347ECEB5F08267C96367539C174696500_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CUpdateTrackingStateCoroutineU3Ed__80_t972876158913DE390EEACF5FE8A2F7FF2D7B36B0_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3ConCheckSceneCoroutineU3Ed__25_t8F98555773A0EC69E150B1A5DB372EA4A99E956D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* UInt32_tE60352A06233E4E69DD198BCC67142159F686B15_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* UInt64_tEC57511B3E3CA2DBA1BEBD434C6983E31C943281_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* VRControllerState_t_Packed_t46B69E391B02154DFC258B1F280AE34E68CEEC30_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* VREvent_t_Packed_t9064D49C4F24B310E2BEE71C27960994CFF17CD2_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Vector4U5BU5D_tCE72D928AA6FF1852BAC5E4396F6F0131ED11871_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* _GetComponentStatePacked_tB1E8A1413156F79888ACBC31FD41C8A45FFD0599_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* _GetComponentState_tB24089DAAEFF9209892823F8C4DAE00AF6745A88_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* _GetControllerStatePacked_tDE9BB62B18063978C1E5FCD45A78D3C3E7CC8208_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* _GetControllerStateWithPosePacked_t8AFEB5BF8E81D7464604EF16D003D73E367BA30F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* _GetControllerStateWithPose_tEBCDBBC9D81147ED78B29D79D2B9A76423C16F56_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* _GetControllerState_t8EF84C0DB35E2AFBE3A49BDBBBE6CD6ED314A0AC_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* _PollNextEventPacked_t94807975549D1A357761231437EC04490CEC29FB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* _PollNextEvent_t21475787624F95CFD02F686CD3783F0D0AEA43DF_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* _PollNextOverlayEventPacked_t7A915BAAD19E4F9B5E387DFB29C6CB01923F609E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* _PollNextOverlayEvent_t9C0A428572EE9E287750F76C5BE39FAF883925DB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C String_t* _stringLiteral00872020C05723BF7B3EEC903983171C8933B576; IL2CPP_EXTERN_C String_t* _stringLiteral00B28FF06B788B9B67C6B259800F404F9F3761FD; IL2CPP_EXTERN_C String_t* _stringLiteral0368F65B339B23A13F85E5FBF3771CE2975A3549; IL2CPP_EXTERN_C String_t* _stringLiteral043367621873836C8A438038E4549668BB7C675B; IL2CPP_EXTERN_C String_t* _stringLiteral0493ADB714C397504A5C0FBAAEBF07ABAD0A1284; IL2CPP_EXTERN_C String_t* _stringLiteral055B20616BDA0C7B9A6ABFBF6F210AB93FCE87A2; IL2CPP_EXTERN_C String_t* _stringLiteral0971DE56D240F887D058464493C2F6A6E08D70B8; IL2CPP_EXTERN_C String_t* _stringLiteral0AB4B2C54177F0928E6F0D867BC999E81A1C6A77; IL2CPP_EXTERN_C String_t* _stringLiteral0BCB8FB971902DFE050301623E8710A6A67D5956; IL2CPP_EXTERN_C String_t* _stringLiteral0D4DB376F0DD03E8B9A4BB8F956E532CAE45AB67; IL2CPP_EXTERN_C String_t* _stringLiteral0E84A37BD31ABF931DF8D398DF6E5AC731441040; IL2CPP_EXTERN_C String_t* _stringLiteral0F8A8300A1317FBD21036651AAE18F3A387EFF12; IL2CPP_EXTERN_C String_t* _stringLiteral1070B733D7727857A2BA1BF12B635D4AA85AEB65; IL2CPP_EXTERN_C String_t* _stringLiteral109FD3A264B7308277ACD64F404FB14FB0E03303; IL2CPP_EXTERN_C String_t* _stringLiteral11120E7E1FD02951F7DB385D1024244CE7CF500E; IL2CPP_EXTERN_C String_t* _stringLiteral12F90DC2E77C00708377336F16A976835048DC9D; IL2CPP_EXTERN_C String_t* _stringLiteral16D549296814362ABAF781B3785E782B9DCD5530; IL2CPP_EXTERN_C String_t* _stringLiteral1868FE57B53574C03FCE6EC406D7BDC0579E0477; IL2CPP_EXTERN_C String_t* _stringLiteral196A606E7ED18CB341FC01E932AFB77192C3486B; IL2CPP_EXTERN_C String_t* _stringLiteral1B64BE54FA96DFC3BB4F4936074EF9064A68E66C; IL2CPP_EXTERN_C String_t* _stringLiteral1C725CD622F0F2CC5585730170FA8B7FD51F8700; IL2CPP_EXTERN_C String_t* _stringLiteral1E2FA2CBCAF192946DAABC8185D913230EE2BCD5; IL2CPP_EXTERN_C String_t* _stringLiteral201D9EF6A9BB129946F02D99643FAEBA8DFC2D65; IL2CPP_EXTERN_C String_t* _stringLiteral20F0E2816954C9448BF2E0521B009A5F8CA96294; IL2CPP_EXTERN_C String_t* _stringLiteral218F165DD7B40766709A06203CF4088F7212DA8F; IL2CPP_EXTERN_C String_t* _stringLiteral21BE9178948E4E584C0F7D6E1FD43AFFAD60814C; IL2CPP_EXTERN_C String_t* _stringLiteral22A39E320DDF532A3EF08DF1A34DB5B52FC528FB; IL2CPP_EXTERN_C String_t* _stringLiteral2781845EF7A106E892A154B106C5CA2465FCD9A1; IL2CPP_EXTERN_C String_t* _stringLiteral2905DAB22E2720D734BBCC1060E0248B2C044C96; IL2CPP_EXTERN_C String_t* _stringLiteral2AA9A49848DCA80BD13E89587EFB2CCD91AF657C; IL2CPP_EXTERN_C String_t* _stringLiteral2CC699828B9766CB7C13271ED71651266B63F119; IL2CPP_EXTERN_C String_t* _stringLiteral2E0C3DF7E4E84AA94D47B8C8D045BE94878ABB9E; IL2CPP_EXTERN_C String_t* _stringLiteral2E9A14EF6ED2FEA1CA9C40BC59F338C762B35E9A; IL2CPP_EXTERN_C String_t* _stringLiteral325842C7C6C64A73507B7DFC7E0B650005179B50; IL2CPP_EXTERN_C String_t* _stringLiteral37D485F24922F1C2B175EB8A2B599072FB340B4E; IL2CPP_EXTERN_C String_t* _stringLiteral3CCF9C4666B98A9BE80D2529764795ECF53EB73C; IL2CPP_EXTERN_C String_t* _stringLiteral3DCB9ADAB9FC004D0A4C787C065EAFD0AAF64048; IL2CPP_EXTERN_C String_t* _stringLiteral3DD89713F0D71E8F3CD8AFD9A88766A9D102BE3E; IL2CPP_EXTERN_C String_t* _stringLiteral3EC3372E82B3B91672EF4EC7D6C8F3FB8E934642; IL2CPP_EXTERN_C String_t* _stringLiteral3F60489C1835A74EBCF4B50A765B4B1F523DABBF; IL2CPP_EXTERN_C String_t* _stringLiteral3FA43E890EF2562E77A47689CD81EE84852A735B; IL2CPP_EXTERN_C String_t* _stringLiteral4572D197BC8D46C78828A78955E7411475F619D6; IL2CPP_EXTERN_C String_t* _stringLiteral46283AEFCF262A6289A56BED0C41E4771868060D; IL2CPP_EXTERN_C String_t* _stringLiteral479F5A760CB7ADDE74C8F63BA0677B51D9351CED; IL2CPP_EXTERN_C String_t* _stringLiteral4933D87BA65B735545C09BA0CD0567FBBFC687CA; IL2CPP_EXTERN_C String_t* _stringLiteral4972048241EB41B605C35E3EFB4B9D943FF4F92C; IL2CPP_EXTERN_C String_t* _stringLiteral4D613657609485AE586A3379BA0E3FC13C1E1078; IL2CPP_EXTERN_C String_t* _stringLiteral52C6ED3B9D9313969DE41D1C0F702B9AB8096CC6; IL2CPP_EXTERN_C String_t* _stringLiteral5448AA46FCAA4156BEB5720A9DA0B1A2F0253FAD; IL2CPP_EXTERN_C String_t* _stringLiteral548D93DDB2AC6B24373148B19D9A625571AB2318; IL2CPP_EXTERN_C String_t* _stringLiteral56DF9B3D16EEF33FFD9E492F88C13199D6851167; IL2CPP_EXTERN_C String_t* _stringLiteral5862DF148D16EBB18E1BE9B433528BE2F25AC760; IL2CPP_EXTERN_C String_t* _stringLiteral598A1F10ECA4796525BF6825E7D7BBB09471EFD6; IL2CPP_EXTERN_C String_t* _stringLiteral5BEFD8CC60A79699B5BB00E37BAC5B62D371E174; IL2CPP_EXTERN_C String_t* _stringLiteral5D94841E1B5568AED645D6CE7A497FEE157DB7EF; IL2CPP_EXTERN_C String_t* _stringLiteral60CAD6D33E1646C1564A89842D8761B7A7BC5709; IL2CPP_EXTERN_C String_t* _stringLiteral65C2C5D6C76144E8E78E647D0BC2864F266BCA5E; IL2CPP_EXTERN_C String_t* _stringLiteral6CF3163A4916CAFCA554E13F68AABF01A8754FFC; IL2CPP_EXTERN_C String_t* _stringLiteral6D10F7F949005661368AAD8D109BF5335C518A22; IL2CPP_EXTERN_C String_t* _stringLiteral725282EDFD062A71FBB43EADF8580A45187CFE64; IL2CPP_EXTERN_C String_t* _stringLiteral757474F379F9DADF623E57CC97847C5FC490636D; IL2CPP_EXTERN_C String_t* _stringLiteral75D21E5170D8E6C7C713E264BA622FFAF15B27F6; IL2CPP_EXTERN_C String_t* _stringLiteral7615478DBE350EFA24986D30D25B27D5870A1203; IL2CPP_EXTERN_C String_t* _stringLiteral7CFF23EF581DC80EC6479BBDEB7931A16C132773; IL2CPP_EXTERN_C String_t* _stringLiteral7ED25A37723DB01F1B9208004F66EE6AE62B885B; IL2CPP_EXTERN_C String_t* _stringLiteral7EF21E6FCCA7D54E3734E4844EC3030A65A38183; IL2CPP_EXTERN_C String_t* _stringLiteral7FFC25178D818F3CB7C5DEEFBCCC5C7124B9BFAE; IL2CPP_EXTERN_C String_t* _stringLiteral870E5BAF831B171D624C456B57A88194807DAC2F; IL2CPP_EXTERN_C String_t* _stringLiteral878B5A958746F805C9568D2CE414C063392CACA9; IL2CPP_EXTERN_C String_t* _stringLiteral8832BE26CDFC08D56F8B8D96E5B33A594E8102AB; IL2CPP_EXTERN_C String_t* _stringLiteral892B04FAC72795B5B77754A9D60DDFC1FAFEC28E; IL2CPP_EXTERN_C String_t* _stringLiteral8A47CEDB864CF4AA2F38806D0D8C7C515063515E; IL2CPP_EXTERN_C String_t* _stringLiteral8ACAA4E0B28437F5FD1A41CE6591A16813F05377; IL2CPP_EXTERN_C String_t* _stringLiteral8C3FADE06F190F73D523FE38807F5388E3EFE1D1; IL2CPP_EXTERN_C String_t* _stringLiteral8F38B2A762E834F5B6805DA8F6D301C20B897C50; IL2CPP_EXTERN_C String_t* _stringLiteral93141F65479FDA0D6F11EFEA8AC6FF672579B42C; IL2CPP_EXTERN_C String_t* _stringLiteral93235F14BA5FCBD771366BA6D2E3FDA594C84775; IL2CPP_EXTERN_C String_t* _stringLiteral938A0599F0037E9EB880A7E8EDCBA19A2332F24F; IL2CPP_EXTERN_C String_t* _stringLiteral93BA51CAA09614EE9ADCB22D5A2D4A7A63F22EE4; IL2CPP_EXTERN_C String_t* _stringLiteral94666211D5D1D3C1012907037BF085406BB7E6DE; IL2CPP_EXTERN_C String_t* _stringLiteral9657F56BABDC4E16087A7C4FFB00B111F8DB04BE; IL2CPP_EXTERN_C String_t* _stringLiteral967D044341E64831C9F24FA0337C079C2A6816B6; IL2CPP_EXTERN_C String_t* _stringLiteral97C49713E11B04800C50AC8C2AD21B43A0E7FC2B; IL2CPP_EXTERN_C String_t* _stringLiteral988D0B97A4274D7225C13CA673278F430F0CBC35; IL2CPP_EXTERN_C String_t* _stringLiteral99600E8F549A8848FA5CEDA0F5A1D77DD55A986E; IL2CPP_EXTERN_C String_t* _stringLiteral9A26B7FA6A2F106E108843982713934F34803FBF; IL2CPP_EXTERN_C String_t* _stringLiteral9D5313975DA8153FF9A5262016CB413A4E84846E; IL2CPP_EXTERN_C String_t* _stringLiteral9E3EA4A8206C75CD1FBB880233C00A16EF0F965B; IL2CPP_EXTERN_C String_t* _stringLiteralA1E35B47F5B1FBCB95722CC8AE80F789F35F89A5; IL2CPP_EXTERN_C String_t* _stringLiteralA405FD1BE99AD571C234A77B2CB6F996DB54697B; IL2CPP_EXTERN_C String_t* _stringLiteralA45332961AB029671291C702928E801FC550E477; IL2CPP_EXTERN_C String_t* _stringLiteralA81183F1A0FE30AB5858718FD34431AE9FAFFFE7; IL2CPP_EXTERN_C String_t* _stringLiteralA8583E794E832D694262CC79EF96898B660BAAA9; IL2CPP_EXTERN_C String_t* _stringLiteralA897D528B9D389A9AA8789947219D42917BB841C; IL2CPP_EXTERN_C String_t* _stringLiteralA8F2A210E0F88663D92358D1B7D255FEDBC6130D; IL2CPP_EXTERN_C String_t* _stringLiteralAA916CFC12CEB0A8E58A38723A86538CB9763E10; IL2CPP_EXTERN_C String_t* _stringLiteralAA941667DC99752245353F24B05FE1D451C46FF9; IL2CPP_EXTERN_C String_t* _stringLiteralADDFA22EB4AF3C076E09ACFAC5E6F2E7C45CC239; IL2CPP_EXTERN_C String_t* _stringLiteralAEAC5109327F3B51FE5F463F9C11777E862149FD; IL2CPP_EXTERN_C String_t* _stringLiteralAF4E799E608F81419095030BB272A22865E51CB4; IL2CPP_EXTERN_C String_t* _stringLiteralB25CF1C6B74339FBFCE846454A70688CE58C094C; IL2CPP_EXTERN_C String_t* _stringLiteralB4DEF95851F5CB87881DD0DA3F5A46487C9D06F7; IL2CPP_EXTERN_C String_t* _stringLiteralB727499E4EEC1136FEA2ED377B98CE199547FFA5; IL2CPP_EXTERN_C String_t* _stringLiteralB989F18D64520A332AAE7C4C5D622388713CD752; IL2CPP_EXTERN_C String_t* _stringLiteralBA71675290FAA95D02C51645FA1ED6BCC1847DE5; IL2CPP_EXTERN_C String_t* _stringLiteralBD0EB5B50632E94C341B255F873A5BF92EB90051; IL2CPP_EXTERN_C String_t* _stringLiteralBF6DE6F9BBACCB94D133A04EAF889C874013010F; IL2CPP_EXTERN_C String_t* _stringLiteralBFAE7ECC76ACC35193931ADCDBE24F08260392B8; IL2CPP_EXTERN_C String_t* _stringLiteralC06CD549154BE8E9E4B355CFAF60B7EE5C90C18D; IL2CPP_EXTERN_C String_t* _stringLiteralC098D9F6FEAE72FD24FD05594A5F6E546004EFD7; IL2CPP_EXTERN_C String_t* _stringLiteralC0F01DCFE5BEC54F01AC76BD03309D2B5F625F35; IL2CPP_EXTERN_C String_t* _stringLiteralC11F3367A50F1413E038D9224B76905980BFDACC; IL2CPP_EXTERN_C String_t* _stringLiteralC4FAE82F8663420EC817920CFB69EA1FE811F2EF; IL2CPP_EXTERN_C String_t* _stringLiteralC5E7F48ACAC428EC5EA35E9BBED10A0E23CBE728; IL2CPP_EXTERN_C String_t* _stringLiteralC72366A5C1AA301CB98E22127D050F2E6B022BA1; IL2CPP_EXTERN_C String_t* _stringLiteralC7D8371291F8D02B55C543457EF3A26AC7A1971E; IL2CPP_EXTERN_C String_t* _stringLiteralC86D1F6B379E5AC951C8C55D3B1C14472CC50E53; IL2CPP_EXTERN_C String_t* _stringLiteralC8C8CAE4D1F25639C51C57CE594B77437BF72474; IL2CPP_EXTERN_C String_t* _stringLiteralCBE844AF922BC0AC1AB4CA94466DC7FD7038D0E2; IL2CPP_EXTERN_C String_t* _stringLiteralCED97222EFBCA1F07E6D074C279A908277D3C1A6; IL2CPP_EXTERN_C String_t* _stringLiteralD15C403359FBFB9510DE6713D20B2FA50CBBF05F; IL2CPP_EXTERN_C String_t* _stringLiteralD4F46353ECB18748B4218281C7F9602E50FA5706; IL2CPP_EXTERN_C String_t* _stringLiteralD789FA7D3295DF95002DDA8ACFBCE9317F2E095E; IL2CPP_EXTERN_C String_t* _stringLiteralD831DFB7F93A3076B92AE31D137C7C38A7E85DC7; IL2CPP_EXTERN_C String_t* _stringLiteralD8A0FEFCDCBCA3F8BDE00842943C976AA7C20560; IL2CPP_EXTERN_C String_t* _stringLiteralD91C4520BD2DEBFFA2D356962EDF18D19F3D2317; IL2CPP_EXTERN_C String_t* _stringLiteralD9B9C448CBD4EDB26C84128B4FC466888023E3D0; IL2CPP_EXTERN_C String_t* _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709; IL2CPP_EXTERN_C String_t* _stringLiteralDAEB7B8940990F9109863DC8E84D57775C55E0B6; IL2CPP_EXTERN_C String_t* _stringLiteralDB489ACB00BD06FF42818BE1CB5B32A69587FEDC; IL2CPP_EXTERN_C String_t* _stringLiteralDC09D3E1774E6AE1C670A8BC9D1DB8947F20A44C; IL2CPP_EXTERN_C String_t* _stringLiteralDC23309AB704BA21744404AB97AABA442CEDBD85; IL2CPP_EXTERN_C String_t* _stringLiteralE011026B3C48ECDA38E40DAC227252870D320C0E; IL2CPP_EXTERN_C String_t* _stringLiteralE335EA91E58CE311F49F087D4BB70FDC83800F10; IL2CPP_EXTERN_C String_t* _stringLiteralE65B2F110424858B1EFA427D97A2DB449177162F; IL2CPP_EXTERN_C String_t* _stringLiteralE943F9D48E9774542BB808EA53978449F6DB1ECD; IL2CPP_EXTERN_C String_t* _stringLiteralEB4D016C51403EF287482AB4C75BF7B1FFA93E0A; IL2CPP_EXTERN_C String_t* _stringLiteralED5D65107E819055BB4947C10674C31CD523E5BF; IL2CPP_EXTERN_C String_t* _stringLiteralEE7B942EF8B02D52315CFF83F7C3B9CE63099ACD; IL2CPP_EXTERN_C String_t* _stringLiteralF0DFD88B71BA2D095018DE492D01EDE1C32D4BD4; IL2CPP_EXTERN_C String_t* _stringLiteralF2465BB6789DD1B3A37EEA353A2ADE8B9F4E9E37; IL2CPP_EXTERN_C String_t* _stringLiteralF269B64FDD03D04AB76A079E58C85E9F9DE70FDD; IL2CPP_EXTERN_C String_t* _stringLiteralF37786DA604C686FFE553BE7BCE140ADFAC14014; IL2CPP_EXTERN_C String_t* _stringLiteralF41EA1F61B8083EA238CA9E43D079EA18A2B92E7; IL2CPP_EXTERN_C String_t* _stringLiteralF4F0283C19A2F7B4BECC683DED97812714AC8589; IL2CPP_EXTERN_C String_t* _stringLiteralF641ACE76A5F5C5773E93F03AF42E56420179B81; IL2CPP_EXTERN_C String_t* _stringLiteralFB2B0B16C48C277D3D47A255003E6AD8C5AF71C8; IL2CPP_EXTERN_C String_t* _stringLiteralFB48898047B21BF5927D6F6C4319DD24AA0F9C54; IL2CPP_EXTERN_C String_t* _stringLiteralFB4AE4F77150C3A8E8E4F8B23E734E0C7277B7D9; IL2CPP_EXTERN_C String_t* _stringLiteralFD415A219F4510C638E3D4AF1529A213CAA2D8F7; IL2CPP_EXTERN_C String_t* _stringLiteralFFAC0502284357ADA3444172DA1D4BB893B01183; IL2CPP_EXTERN_C const RuntimeMethod* Action_1_Invoke_mDE80C4E19F1DA60EC4FB7F2A5FDDE660C50C4D0B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Action_1_Invoke_mF913EFAADBD3B753739240C8BA7B463E592D0660_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Action_1__ctor_m4B5464B1F72F571F9E5A969A5EE185405C7B9D10_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Action_1__ctor_mD1B8F984F70029FA9C65389C3A77FE277A7BE56F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Action_1__ctor_mF1C0462A605A23FCD4690787DF947F1DED383987_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Action_2__ctor_mEF529AE864C800525173EADF5CE7772B9BEDBBA9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AndroidJavaObject_Call_TisAndroidJavaObject_t10188D5695DCD09C9F621B44B0A8C93A2281236E_mC5ED59BBD9C24EFFD98D8C3819C7E15DFE08F412_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AndroidJavaObject_GetStatic_TisAndroidJavaObject_t10188D5695DCD09C9F621B44B0A8C93A2281236E_mC84C97A7EC20ED712D21107C9FA32E0785021153_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Array_Empty_TisRuntimeObject_mC23BA23E80BF8D9009F8E9D84CFFB76DAFB652CC_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Component_GetComponentInChildren_TisOVRHand_tC05A35B82243C7F008BE75311F52746E27D1566A_mA9460436843212E2A5FD392B2B83214D7D963872_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Component_GetComponentInParent_TisOVRCameraRig_t743037A817D9B163CBAAA707F8B74E095D77A517_m46637DF4909D44287D7EA1432F5C7DF9563F7316_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Component_GetComponent_TisCamera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C_mE17146EF5B0D8E9F9D2D2D94567BF211AD00D320_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Component_GetComponent_TisIOVRSkeletonDataProvider_tC7337A6B5BA23BEAF1294F2F00EAD10801B046BA_m861235204B96C40C80123499F99878FDC9FA8099_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Component_GetComponent_TisIOVRSkeletonRendererDataProvider_t6B02FFB2CD376E28433E315365BB071F17396227_m025BE480D8730E00E326D2CE0B34AB34F7D9BDB1_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Component_GetComponent_TisOVRMeshRenderer_tBFFC73D3549E53F110A5D17233FEEA55567E23FB_m7E3FBDBBC09BD527855267430B8B2BA4FC63A229_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Component_GetComponent_TisOVRSkeletonRenderer_t7A93F115BAB39ED6A747366145753C4341DB68C3_m00BD6CDF5F46946595AAE1D15E3279CE0E7F31EC_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Component_GetComponent_TisOVRSkeleton_tE727DD0833515B8FCF6E7DE4BD16859BE26404EC_mDA071F49B497F5BEA47FB7193E04836BAD026E1A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Component_GetComponent_TisSkinnedMeshRenderer_t126F4D6010E0F4B2685A7817B0A9171805D8F496_m48EF3D17CF12700CC28C88CEFBB6741D6E1FFFE3_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* GameObject_AddComponent_TisBoxCollider_tA530691AC1A3C9FE6428F68F98588FCB1BF9AAA5_mC6683EB7079A68A971E47FCF1CAD5E2CB015354B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* GameObject_AddComponent_TisCapsuleCollider_t89745329298279F4827FE29C54CC2F8A28654635_m4C7B5A06C8B2205403103DE818227089B02E05E0_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* GameObject_AddComponent_TisMeshFilter_t763BB2BBF3881176AD25E4570E6DD215BA0AA51A_mA5802EF007058E65CCD414C3EB2518474D17A2F2_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* GameObject_AddComponent_TisMeshRenderer_tCD983A2F635E12BCB0BAA2E635D96A318757908B_mD5BD4B507E470AFA16BAD4B418DC15AE59A9FC47_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* GameObject_AddComponent_TisOVRGridCube_tFB2D94AD3705BD483EBCF7ECE6BF40A588E2D95E_m60A696EF7E4B96AFFDF885DCE3C520F46D2629CA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* GameObject_AddComponent_TisRigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A_m8A7C1E803E270C9EF2DA310339083AE5271AF9B0_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* GameObject_GetComponentInChildren_TisMeshRenderer_tCD983A2F635E12BCB0BAA2E635D96A318757908B_m4D003AE0E929BFDFE76762C00146548B0BB0D339_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* GameObject_GetComponent_TisMeshRenderer_tCD983A2F635E12BCB0BAA2E635D96A318757908B_m4E244CD0EBBF9E0A3A73AF14F6EC434CA82E6F4B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* GameObject_GetComponentsInChildren_TisMeshRenderer_tCD983A2F635E12BCB0BAA2E635D96A318757908B_m37C5016444DB54041F938EA344271762E17600C3_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* GameObject_GetComponentsInChildren_TisOVRCameraRig_t743037A817D9B163CBAAA707F8B74E095D77A517_m6DA74FD704E6F6374CBCF86D86B89361F799E66A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* GameObject_GetComponentsInChildren_TisOVRPlayerController_tE116AB059D501687739ED40C01E36F126B46F98D_mCFE3A1E3B7D33C057F03BA24F87A79C0A1C49CBA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_m53F4C4920CF89653A9EC5EE2C07142E23E53650C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_m627ED3F7C50096BB8934F778CB980E79483BD2AE_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_m687833E9A504CC0AA3D696B530BA1917445F0228_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_mC4C72FC358596D8E80861C6FBE38BC73AD303C2B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_AsReadOnly_m2E0AB9906D3C544875AD816584EE07DB409CF6E8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_AsReadOnly_mA2C5F20703339C1E6C0D2C4684DA7D13ED8C47B9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m08E33FB90F4A25A2667DD657DCA40476B85867C3_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m1EEE8F386FA90D6E3F928D03CDD9407C91105ED6_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m2F2143280FBF0072E737F3B6F708133CBC0B323C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m30C52A4F2828D86CA3FAB0B1B583948F4DA9F1F9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m3CF4DFA4AB25F05ECA4E27484B121815B539A42E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m4D789252BDD53967782D3C6EE00B95D834D04ADE_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_mBD2C5933EC1801A05E40B5C88ACEB06DACC0957C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_mDB67A29F821596361463F15D96F6844130C61681_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_m07895DFC7A39B20CE5033BB568FE251195B2DB6F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_m48A0E4B3ED8C1EBD30F5762E90388EFB2A79B577_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_m8D601BE8F580029FD72A51DC142155798662DC8D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_mF53069DC733B490BA5DD8A3A8BF70F3E46722E89_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_m78EE3DE4DA757886422276C541B49977A6AD50F3_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_m8578F26F0FE72EDB6A0290D78944B3D4F34DBFAC_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_mAC4594C6C0D60ADC1D60DC38D136BA622991EAF2_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_mC3C9369DECD83D91AE86F6CEE7C8FC6FCFA274EA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_mF875ACF4CCBF9A788EFA0393862EC70DD56AFB9E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_set_Item_m83A622255EC159DC2B5CF14EFC838532EA8F9F8C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_set_Item_mDDA45F0336784EAB333E96F7A3A6A3CF35FBA6F4_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1__ctor_m4DF7ADEF6671A52CFB0C5F58B22A5883CCBC991D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1__ctor_m6F1238037ACD87D7DC2C911C35EEC7D1B73F5830_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1__ctor_mE732995EF14954D1EAC0F4968A668BFA448E078D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1_get_HasValue_m871508145B50ECE88F0D0DE00B940C146185A216_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1_get_HasValue_mB9EAE3168E00BA12AA7E1233A4A0007FD12BB9E7_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1_get_HasValue_mDAA5F84DAA9409FD895729634F77999D90EC9A4C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1_get_Value_m3E52E50BDF7EE831043EA6B69B3FF455EDDEF2C8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1_get_Value_mB540D7D195D223057F4CCA57AC0982EEE816F79B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1_get_Value_mD7D057DDBCE00B46B7B4D4A26AFE5178AF033087_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* OVRSceneLoader_LoadSceneOperation_completed_m26D7924BD51A44BFFEDBFF90A99933857FF12022_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* OVRTrackedKeyboardHands_TrackedKeyboardActiveUpdated_m4076561D18631970E28E29D44119312CD63EA43B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* OVRTrackedKeyboardHands_TrackedKeyboardVisibilityChanged_m26B531236FC66E55909465F86FA9EFACBD8E4122_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* OVRVignette_OnBeginCameraRendering_m99114E3AEB6E5978ED11DC3ECCD3A5AF5B1A3B10_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Object_FindObjectOfType_TisOVRCameraRig_t743037A817D9B163CBAAA707F8B74E095D77A517_mB862EB6825CF928615C882DD6A4AC5AD8AFEE0E7_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Object_Instantiate_TisGameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319_mE8DB64A28C8709FB890A9770C8F35CD32CD04C75_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Resources_Load_TisOVRRuntimeSettings_t3D2B8321092BAC35E39905B41D0690CEFD8AB343_m54D045227825DCD0B68042C27523D16A91657191_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ScriptableObject_CreateInstance_TisOVRRuntimeSettings_t3D2B8321092BAC35E39905B41D0690CEFD8AB343_m223C21D051AE9D64C19C968AFE989CAED0F0DD24_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3C_ctorU3Eb__97_0_mEEE8BAEE7A7D751D22BA336FA2C58A01FF97ACFD_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3C_ctorU3Eb__97_1_m1953897AA7E6A41F29390EED19443A13A097843B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeType* GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319_0_0_0_var; struct BoneCapsule_t482B1E40C3A6FD1C90BAF5B3A24719B196071B07 ; struct Bone_tFB367C47EBF89DA78C7AA2A09C8D24427723B500 ; struct Delegate_t_marshaled_com; struct Delegate_t_marshaled_pinvoke; struct Exception_t_marshaled_com; struct Exception_t_marshaled_pinvoke; struct Fovf_tDC8A783CE35765C1DFE303370D5893EB6087E5EF ; struct Quatf_t62062FC7CE72F55D499CA6BFF7EF122D2C6AF42D ; struct Rectf_t2A1D0CD8A28CA6615FCCE4770967597CB38B30A3 ; struct AppOverrideKeys_tU5BU5D_t5F056A87FD5F8C52F276A454F63E9C9E344C231E; struct ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726; struct DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8; struct GameObjectU5BU5D_tA88FC1A1FC9D4D73D0B3984D4B0ECE88F4C47642; struct HmdQuad_tU5BU5D_t8BCA22779EA893304810861A17184A25D4EFF409; struct Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32; struct MeshRendererU5BU5D_t535468079DEF88AD38546DC5D04E9102C401D228; struct OVRBoneU5BU5D_t1C07EB5C00692687DDE9D63FD89D3CCA684C0CEB; struct OVRBoneCapsuleU5BU5D_tBDA11F6962D1CFE19BA34BF7C6C448EB3D40A13E; struct OVRCameraRigU5BU5D_t5F0CF6CD037F55130D604C570CDAE49C76DD7A69; struct OVRPlayerControllerU5BU5D_t2F947BACA574B9648ED0E8977163E6B40123385C; struct ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE; struct ObjectU5BU5D_t1256A8B00BB71C7F582BF08257BE4F826FF64873; struct SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA; struct StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A; struct Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA; struct Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4; struct Vector4U5BU5D_tCE72D928AA6FF1852BAC5E4396F6F0131ED11871; struct BoneU5BU5D_t1288E05740DDAC86F76F4CD2019C35A17E72C981; struct BoneCapsuleU5BU5D_tB4D9AC5CF59206C13FBD0A3725C45C1F6EBCE295; struct QuatfU5BU5D_t652B5A0EAB7922962EBF168B1FC099D8873D11D5; struct HandBoneMappingU5BU5D_tE8792C26065D327A1D20909769D8C7DE246FED16; 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 // System.EmptyArray`1 struct EmptyArray_1_tBF73225DFA890366D579424FE8F40073BF9FBAD4 : public RuntimeObject { public: public: }; // System.Collections.Generic.List`1 struct List_1_t6E8DB9433229E6219F1549FE8B2720F01F925E1E : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items AssetBundleU5BU5D_t049219716584A9B3A1A6136429402193C7EB3A4D* ____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_t6E8DB9433229E6219F1549FE8B2720F01F925E1E, ____items_1)); } inline AssetBundleU5BU5D_t049219716584A9B3A1A6136429402193C7EB3A4D* get__items_1() const { return ____items_1; } inline AssetBundleU5BU5D_t049219716584A9B3A1A6136429402193C7EB3A4D** get_address_of__items_1() { return &____items_1; } inline void set__items_1(AssetBundleU5BU5D_t049219716584A9B3A1A6136429402193C7EB3A4D* 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_t6E8DB9433229E6219F1549FE8B2720F01F925E1E, ____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_t6E8DB9433229E6219F1549FE8B2720F01F925E1E, ____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_t6E8DB9433229E6219F1549FE8B2720F01F925E1E, ____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_t8958585D92650E004D74521A8D0B3CE051FA276F : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items OVRBoneU5BU5D_t1C07EB5C00692687DDE9D63FD89D3CCA684C0CEB* ____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_t8958585D92650E004D74521A8D0B3CE051FA276F, ____items_1)); } inline OVRBoneU5BU5D_t1C07EB5C00692687DDE9D63FD89D3CCA684C0CEB* get__items_1() const { return ____items_1; } inline OVRBoneU5BU5D_t1C07EB5C00692687DDE9D63FD89D3CCA684C0CEB** get_address_of__items_1() { return &____items_1; } inline void set__items_1(OVRBoneU5BU5D_t1C07EB5C00692687DDE9D63FD89D3CCA684C0CEB* 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_t8958585D92650E004D74521A8D0B3CE051FA276F, ____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_t8958585D92650E004D74521A8D0B3CE051FA276F, ____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_t8958585D92650E004D74521A8D0B3CE051FA276F, ____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_t2757DE18D8F3AB63917B2846D8F68D853749967C : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items OVRBoneCapsuleU5BU5D_tBDA11F6962D1CFE19BA34BF7C6C448EB3D40A13E* ____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_t2757DE18D8F3AB63917B2846D8F68D853749967C, ____items_1)); } inline OVRBoneCapsuleU5BU5D_tBDA11F6962D1CFE19BA34BF7C6C448EB3D40A13E* get__items_1() const { return ____items_1; } inline OVRBoneCapsuleU5BU5D_tBDA11F6962D1CFE19BA34BF7C6C448EB3D40A13E** get_address_of__items_1() { return &____items_1; } inline void set__items_1(OVRBoneCapsuleU5BU5D_tBDA11F6962D1CFE19BA34BF7C6C448EB3D40A13E* 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_t2757DE18D8F3AB63917B2846D8F68D853749967C, ____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_t2757DE18D8F3AB63917B2846D8F68D853749967C, ____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_t2757DE18D8F3AB63917B2846D8F68D853749967C, ____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_t2DE3B74946EBD10D047A5D64DF04DE92A3B067D8 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items BoneVisualizationU5BU5D_tEF449B357B8F49579B355BD4D5DC34A678B22EEC* ____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_t2DE3B74946EBD10D047A5D64DF04DE92A3B067D8, ____items_1)); } inline BoneVisualizationU5BU5D_tEF449B357B8F49579B355BD4D5DC34A678B22EEC* get__items_1() const { return ____items_1; } inline BoneVisualizationU5BU5D_tEF449B357B8F49579B355BD4D5DC34A678B22EEC** get_address_of__items_1() { return &____items_1; } inline void set__items_1(BoneVisualizationU5BU5D_tEF449B357B8F49579B355BD4D5DC34A678B22EEC* 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_t2DE3B74946EBD10D047A5D64DF04DE92A3B067D8, ____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_t2DE3B74946EBD10D047A5D64DF04DE92A3B067D8, ____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_t2DE3B74946EBD10D047A5D64DF04DE92A3B067D8, ____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_t89FE3B3C624BEEC726B8850113C0F37A0D0CF8FF : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items CapsuleVisualizationU5BU5D_t685618FCB2E78BCE2C77E92A285A2E6318C9CD20* ____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_t89FE3B3C624BEEC726B8850113C0F37A0D0CF8FF, ____items_1)); } inline CapsuleVisualizationU5BU5D_t685618FCB2E78BCE2C77E92A285A2E6318C9CD20* get__items_1() const { return ____items_1; } inline CapsuleVisualizationU5BU5D_t685618FCB2E78BCE2C77E92A285A2E6318C9CD20** get_address_of__items_1() { return &____items_1; } inline void set__items_1(CapsuleVisualizationU5BU5D_t685618FCB2E78BCE2C77E92A285A2E6318C9CD20* 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_t89FE3B3C624BEEC726B8850113C0F37A0D0CF8FF, ____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_t89FE3B3C624BEEC726B8850113C0F37A0D0CF8FF, ____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_t89FE3B3C624BEEC726B8850113C0F37A0D0CF8FF, ____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.ObjectModel.ReadOnlyCollection`1 struct ReadOnlyCollection_1_t9F98A647FFF2F54702565AD0DFCE870437259C5D : public RuntimeObject { public: // System.Collections.Generic.IList`1 System.Collections.ObjectModel.ReadOnlyCollection`1::list RuntimeObject* ___list_0; // System.Object System.Collections.ObjectModel.ReadOnlyCollection`1::_syncRoot RuntimeObject * ____syncRoot_1; public: inline static int32_t get_offset_of_list_0() { return static_cast(offsetof(ReadOnlyCollection_1_t9F98A647FFF2F54702565AD0DFCE870437259C5D, ___list_0)); } inline RuntimeObject* get_list_0() const { return ___list_0; } inline RuntimeObject** get_address_of_list_0() { return &___list_0; } inline void set_list_0(RuntimeObject* value) { ___list_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___list_0), (void*)value); } inline static int32_t get_offset_of__syncRoot_1() { return static_cast(offsetof(ReadOnlyCollection_1_t9F98A647FFF2F54702565AD0DFCE870437259C5D, ____syncRoot_1)); } inline RuntimeObject * get__syncRoot_1() const { return ____syncRoot_1; } inline RuntimeObject ** get_address_of__syncRoot_1() { return &____syncRoot_1; } inline void set__syncRoot_1(RuntimeObject * value) { ____syncRoot_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_1), (void*)value); } }; // System.Collections.ObjectModel.ReadOnlyCollection`1 struct ReadOnlyCollection_1_tFAAB8F774493DC5918B5E5F1903D572757106B1A : public RuntimeObject { public: // System.Collections.Generic.IList`1 System.Collections.ObjectModel.ReadOnlyCollection`1::list RuntimeObject* ___list_0; // System.Object System.Collections.ObjectModel.ReadOnlyCollection`1::_syncRoot RuntimeObject * ____syncRoot_1; public: inline static int32_t get_offset_of_list_0() { return static_cast(offsetof(ReadOnlyCollection_1_tFAAB8F774493DC5918B5E5F1903D572757106B1A, ___list_0)); } inline RuntimeObject* get_list_0() const { return ___list_0; } inline RuntimeObject** get_address_of_list_0() { return &___list_0; } inline void set_list_0(RuntimeObject* value) { ___list_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___list_0), (void*)value); } inline static int32_t get_offset_of__syncRoot_1() { return static_cast(offsetof(ReadOnlyCollection_1_tFAAB8F774493DC5918B5E5F1903D572757106B1A, ____syncRoot_1)); } inline RuntimeObject * get__syncRoot_1() const { return ____syncRoot_1; } inline RuntimeObject ** get_address_of__syncRoot_1() { return &____syncRoot_1; } inline void set__syncRoot_1(RuntimeObject * value) { ____syncRoot_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_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; } }; // UnityEngine.AndroidJavaObject struct AndroidJavaObject_t10188D5695DCD09C9F621B44B0A8C93A2281236E : public RuntimeObject { public: // UnityEngine.GlobalJavaObjectRef UnityEngine.AndroidJavaObject::m_jobject GlobalJavaObjectRef_t04A7D04EB0317C286F089E4DB4444EC4F2D78289 * ___m_jobject_1; // UnityEngine.GlobalJavaObjectRef UnityEngine.AndroidJavaObject::m_jclass GlobalJavaObjectRef_t04A7D04EB0317C286F089E4DB4444EC4F2D78289 * ___m_jclass_2; public: inline static int32_t get_offset_of_m_jobject_1() { return static_cast(offsetof(AndroidJavaObject_t10188D5695DCD09C9F621B44B0A8C93A2281236E, ___m_jobject_1)); } inline GlobalJavaObjectRef_t04A7D04EB0317C286F089E4DB4444EC4F2D78289 * get_m_jobject_1() const { return ___m_jobject_1; } inline GlobalJavaObjectRef_t04A7D04EB0317C286F089E4DB4444EC4F2D78289 ** get_address_of_m_jobject_1() { return &___m_jobject_1; } inline void set_m_jobject_1(GlobalJavaObjectRef_t04A7D04EB0317C286F089E4DB4444EC4F2D78289 * value) { ___m_jobject_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_jobject_1), (void*)value); } inline static int32_t get_offset_of_m_jclass_2() { return static_cast(offsetof(AndroidJavaObject_t10188D5695DCD09C9F621B44B0A8C93A2281236E, ___m_jclass_2)); } inline GlobalJavaObjectRef_t04A7D04EB0317C286F089E4DB4444EC4F2D78289 * get_m_jclass_2() const { return ___m_jclass_2; } inline GlobalJavaObjectRef_t04A7D04EB0317C286F089E4DB4444EC4F2D78289 ** get_address_of_m_jclass_2() { return &___m_jclass_2; } inline void set_m_jclass_2(GlobalJavaObjectRef_t04A7D04EB0317C286F089E4DB4444EC4F2D78289 * value) { ___m_jclass_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_jclass_2), (void*)value); } }; struct Il2CppArrayBounds; // System.Array // 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: }; // OVRBoneCapsule struct OVRBoneCapsule_t24BA5715C1D8D002A82023305192CBF04B45CE9F : public RuntimeObject { public: // System.Int16 OVRBoneCapsule::k__BackingField int16_t ___U3CBoneIndexU3Ek__BackingField_0; // UnityEngine.Rigidbody OVRBoneCapsule::k__BackingField Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * ___U3CCapsuleRigidbodyU3Ek__BackingField_1; // UnityEngine.CapsuleCollider OVRBoneCapsule::k__BackingField CapsuleCollider_t89745329298279F4827FE29C54CC2F8A28654635 * ___U3CCapsuleColliderU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CBoneIndexU3Ek__BackingField_0() { return static_cast(offsetof(OVRBoneCapsule_t24BA5715C1D8D002A82023305192CBF04B45CE9F, ___U3CBoneIndexU3Ek__BackingField_0)); } inline int16_t get_U3CBoneIndexU3Ek__BackingField_0() const { return ___U3CBoneIndexU3Ek__BackingField_0; } inline int16_t* get_address_of_U3CBoneIndexU3Ek__BackingField_0() { return &___U3CBoneIndexU3Ek__BackingField_0; } inline void set_U3CBoneIndexU3Ek__BackingField_0(int16_t value) { ___U3CBoneIndexU3Ek__BackingField_0 = value; } inline static int32_t get_offset_of_U3CCapsuleRigidbodyU3Ek__BackingField_1() { return static_cast(offsetof(OVRBoneCapsule_t24BA5715C1D8D002A82023305192CBF04B45CE9F, ___U3CCapsuleRigidbodyU3Ek__BackingField_1)); } inline Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * get_U3CCapsuleRigidbodyU3Ek__BackingField_1() const { return ___U3CCapsuleRigidbodyU3Ek__BackingField_1; } inline Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A ** get_address_of_U3CCapsuleRigidbodyU3Ek__BackingField_1() { return &___U3CCapsuleRigidbodyU3Ek__BackingField_1; } inline void set_U3CCapsuleRigidbodyU3Ek__BackingField_1(Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * value) { ___U3CCapsuleRigidbodyU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CCapsuleRigidbodyU3Ek__BackingField_1), (void*)value); } inline static int32_t get_offset_of_U3CCapsuleColliderU3Ek__BackingField_2() { return static_cast(offsetof(OVRBoneCapsule_t24BA5715C1D8D002A82023305192CBF04B45CE9F, ___U3CCapsuleColliderU3Ek__BackingField_2)); } inline CapsuleCollider_t89745329298279F4827FE29C54CC2F8A28654635 * get_U3CCapsuleColliderU3Ek__BackingField_2() const { return ___U3CCapsuleColliderU3Ek__BackingField_2; } inline CapsuleCollider_t89745329298279F4827FE29C54CC2F8A28654635 ** get_address_of_U3CCapsuleColliderU3Ek__BackingField_2() { return &___U3CCapsuleColliderU3Ek__BackingField_2; } inline void set_U3CCapsuleColliderU3Ek__BackingField_2(CapsuleCollider_t89745329298279F4827FE29C54CC2F8A28654635 * value) { ___U3CCapsuleColliderU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CCapsuleColliderU3Ek__BackingField_2), (void*)value); } }; // OVRDisplay struct OVRDisplay_tF5034EBAB0DA4F06CA0F3CD89B81E383C433032E : public RuntimeObject { public: // System.Boolean OVRDisplay::needsConfigureTexture bool ___needsConfigureTexture_0; // OVRDisplay/EyeRenderDesc[] OVRDisplay::eyeDescs EyeRenderDescU5BU5D_t2DFDC02BF83A13DE61FB8E7F8A46DD3AF2D0EACF* ___eyeDescs_1; // System.Boolean OVRDisplay::recenterRequested bool ___recenterRequested_2; // System.Int32 OVRDisplay::recenterRequestedFrameCount int32_t ___recenterRequestedFrameCount_3; // System.Int32 OVRDisplay::localTrackingSpaceRecenterCount int32_t ___localTrackingSpaceRecenterCount_4; // System.Action OVRDisplay::RecenteredPose Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * ___RecenteredPose_5; public: inline static int32_t get_offset_of_needsConfigureTexture_0() { return static_cast(offsetof(OVRDisplay_tF5034EBAB0DA4F06CA0F3CD89B81E383C433032E, ___needsConfigureTexture_0)); } inline bool get_needsConfigureTexture_0() const { return ___needsConfigureTexture_0; } inline bool* get_address_of_needsConfigureTexture_0() { return &___needsConfigureTexture_0; } inline void set_needsConfigureTexture_0(bool value) { ___needsConfigureTexture_0 = value; } inline static int32_t get_offset_of_eyeDescs_1() { return static_cast(offsetof(OVRDisplay_tF5034EBAB0DA4F06CA0F3CD89B81E383C433032E, ___eyeDescs_1)); } inline EyeRenderDescU5BU5D_t2DFDC02BF83A13DE61FB8E7F8A46DD3AF2D0EACF* get_eyeDescs_1() const { return ___eyeDescs_1; } inline EyeRenderDescU5BU5D_t2DFDC02BF83A13DE61FB8E7F8A46DD3AF2D0EACF** get_address_of_eyeDescs_1() { return &___eyeDescs_1; } inline void set_eyeDescs_1(EyeRenderDescU5BU5D_t2DFDC02BF83A13DE61FB8E7F8A46DD3AF2D0EACF* value) { ___eyeDescs_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___eyeDescs_1), (void*)value); } inline static int32_t get_offset_of_recenterRequested_2() { return static_cast(offsetof(OVRDisplay_tF5034EBAB0DA4F06CA0F3CD89B81E383C433032E, ___recenterRequested_2)); } inline bool get_recenterRequested_2() const { return ___recenterRequested_2; } inline bool* get_address_of_recenterRequested_2() { return &___recenterRequested_2; } inline void set_recenterRequested_2(bool value) { ___recenterRequested_2 = value; } inline static int32_t get_offset_of_recenterRequestedFrameCount_3() { return static_cast(offsetof(OVRDisplay_tF5034EBAB0DA4F06CA0F3CD89B81E383C433032E, ___recenterRequestedFrameCount_3)); } inline int32_t get_recenterRequestedFrameCount_3() const { return ___recenterRequestedFrameCount_3; } inline int32_t* get_address_of_recenterRequestedFrameCount_3() { return &___recenterRequestedFrameCount_3; } inline void set_recenterRequestedFrameCount_3(int32_t value) { ___recenterRequestedFrameCount_3 = value; } inline static int32_t get_offset_of_localTrackingSpaceRecenterCount_4() { return static_cast(offsetof(OVRDisplay_tF5034EBAB0DA4F06CA0F3CD89B81E383C433032E, ___localTrackingSpaceRecenterCount_4)); } inline int32_t get_localTrackingSpaceRecenterCount_4() const { return ___localTrackingSpaceRecenterCount_4; } inline int32_t* get_address_of_localTrackingSpaceRecenterCount_4() { return &___localTrackingSpaceRecenterCount_4; } inline void set_localTrackingSpaceRecenterCount_4(int32_t value) { ___localTrackingSpaceRecenterCount_4 = value; } inline static int32_t get_offset_of_RecenteredPose_5() { return static_cast(offsetof(OVRDisplay_tF5034EBAB0DA4F06CA0F3CD89B81E383C433032E, ___RecenteredPose_5)); } inline Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * get_RecenteredPose_5() const { return ___RecenteredPose_5; } inline Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 ** get_address_of_RecenteredPose_5() { return &___RecenteredPose_5; } inline void set_RecenteredPose_5(Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * value) { ___RecenteredPose_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___RecenteredPose_5), (void*)value); } }; // OVRSandwichComposition struct OVRSandwichComposition_t9C99EAE60EA862B9A743B6CD20AAB356940430FE : public RuntimeObject { public: public: }; // OVRSystemPerfMetrics struct OVRSystemPerfMetrics_tADD7E300AEFCD91DA866D42100045A1779907A90 : public RuntimeObject { public: public: }; // OVRTracker struct OVRTracker_tF07580E7AD8A4B9913B767CB1E7246CA0716599A : public RuntimeObject { public: public: }; // OculusXRPlugin struct OculusXRPlugin_t59DD835AAF5D13CF1B572EF82758F7CA532DC705 : public RuntimeObject { public: public: }; // OVR.OpenVR.OpenVR struct OpenVR_tEB69CA181A31E7D81816021421FE1F2AA38A1B69 : public RuntimeObject { public: public: }; // OVR.OpenVR.OpenVRInterop struct OpenVRInterop_t3385DC72907E362D5CEA88D69FC7AB1CCE2567D0 : public RuntimeObject { public: public: }; // UnityEngine.EventSystems.PointerEventDataExtension struct PointerEventDataExtension_tF6B964A683E578C4AD2FF31D486529F0342EB6F8 : public RuntimeObject { public: public: }; // Assets.OVR.Scripts.Record struct Record_t2D51BDFDB2CC5FD8111AD57538C6FF4C30C48FC9 : public RuntimeObject { public: // System.Int32 Assets.OVR.Scripts.Record::sortOrder int32_t ___sortOrder_0; // System.String Assets.OVR.Scripts.Record::category String_t* ___category_1; // System.String Assets.OVR.Scripts.Record::message String_t* ___message_2; public: inline static int32_t get_offset_of_sortOrder_0() { return static_cast(offsetof(Record_t2D51BDFDB2CC5FD8111AD57538C6FF4C30C48FC9, ___sortOrder_0)); } inline int32_t get_sortOrder_0() const { return ___sortOrder_0; } inline int32_t* get_address_of_sortOrder_0() { return &___sortOrder_0; } inline void set_sortOrder_0(int32_t value) { ___sortOrder_0 = value; } inline static int32_t get_offset_of_category_1() { return static_cast(offsetof(Record_t2D51BDFDB2CC5FD8111AD57538C6FF4C30C48FC9, ___category_1)); } inline String_t* get_category_1() const { return ___category_1; } inline String_t** get_address_of_category_1() { return &___category_1; } inline void set_category_1(String_t* value) { ___category_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___category_1), (void*)value); } inline static int32_t get_offset_of_message_2() { return static_cast(offsetof(Record_t2D51BDFDB2CC5FD8111AD57538C6FF4C30C48FC9, ___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); } }; // 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.Text.StringBuilder struct StringBuilder_t : public RuntimeObject { public: // System.Char[] System.Text.StringBuilder::m_ChunkChars CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___m_ChunkChars_0; // System.Text.StringBuilder System.Text.StringBuilder::m_ChunkPrevious StringBuilder_t * ___m_ChunkPrevious_1; // System.Int32 System.Text.StringBuilder::m_ChunkLength int32_t ___m_ChunkLength_2; // System.Int32 System.Text.StringBuilder::m_ChunkOffset int32_t ___m_ChunkOffset_3; // System.Int32 System.Text.StringBuilder::m_MaxCapacity int32_t ___m_MaxCapacity_4; public: inline static int32_t get_offset_of_m_ChunkChars_0() { return static_cast(offsetof(StringBuilder_t, ___m_ChunkChars_0)); } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* get_m_ChunkChars_0() const { return ___m_ChunkChars_0; } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** get_address_of_m_ChunkChars_0() { return &___m_ChunkChars_0; } inline void set_m_ChunkChars_0(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* value) { ___m_ChunkChars_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_ChunkChars_0), (void*)value); } inline static int32_t get_offset_of_m_ChunkPrevious_1() { return static_cast(offsetof(StringBuilder_t, ___m_ChunkPrevious_1)); } inline StringBuilder_t * get_m_ChunkPrevious_1() const { return ___m_ChunkPrevious_1; } inline StringBuilder_t ** get_address_of_m_ChunkPrevious_1() { return &___m_ChunkPrevious_1; } inline void set_m_ChunkPrevious_1(StringBuilder_t * value) { ___m_ChunkPrevious_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_ChunkPrevious_1), (void*)value); } inline static int32_t get_offset_of_m_ChunkLength_2() { return static_cast(offsetof(StringBuilder_t, ___m_ChunkLength_2)); } inline int32_t get_m_ChunkLength_2() const { return ___m_ChunkLength_2; } inline int32_t* get_address_of_m_ChunkLength_2() { return &___m_ChunkLength_2; } inline void set_m_ChunkLength_2(int32_t value) { ___m_ChunkLength_2 = value; } inline static int32_t get_offset_of_m_ChunkOffset_3() { return static_cast(offsetof(StringBuilder_t, ___m_ChunkOffset_3)); } inline int32_t get_m_ChunkOffset_3() const { return ___m_ChunkOffset_3; } inline int32_t* get_address_of_m_ChunkOffset_3() { return &___m_ChunkOffset_3; } inline void set_m_ChunkOffset_3(int32_t value) { ___m_ChunkOffset_3 = value; } inline static int32_t get_offset_of_m_MaxCapacity_4() { return static_cast(offsetof(StringBuilder_t, ___m_MaxCapacity_4)); } inline int32_t get_m_MaxCapacity_4() const { return ___m_MaxCapacity_4; } inline int32_t* get_address_of_m_MaxCapacity_4() { return &___m_MaxCapacity_4; } inline void set_m_MaxCapacity_4(int32_t value) { ___m_MaxCapacity_4 = 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 { }; // UnityEngine.YieldInstruction struct YieldInstruction_tB0B4E05316710E51ECCC1E57174C27FE6DEBBEAF : public RuntimeObject { public: public: }; // Native definition for P/Invoke marshalling of UnityEngine.YieldInstruction struct YieldInstruction_tB0B4E05316710E51ECCC1E57174C27FE6DEBBEAF_marshaled_pinvoke { }; // Native definition for COM marshalling of UnityEngine.YieldInstruction struct YieldInstruction_tB0B4E05316710E51ECCC1E57174C27FE6DEBBEAF_marshaled_com { }; // OVRSceneLoader/d__24 struct U3CDelayCanvasPosUpdateU3Ed__24_tB14AB540763B1F974A410C069E18AE78D7595DE7 : public RuntimeObject { public: // System.Int32 OVRSceneLoader/d__24::<>1__state int32_t ___U3CU3E1__state_0; // System.Object OVRSceneLoader/d__24::<>2__current RuntimeObject * ___U3CU3E2__current_1; // OVRSceneLoader OVRSceneLoader/d__24::<>4__this OVRSceneLoader_tAFB3FE14E4E822EF27D3972D9E8AFE113431CAC3 * ___U3CU3E4__this_2; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CDelayCanvasPosUpdateU3Ed__24_tB14AB540763B1F974A410C069E18AE78D7595DE7, ___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(U3CDelayCanvasPosUpdateU3Ed__24_tB14AB540763B1F974A410C069E18AE78D7595DE7, ___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_U3CU3E4__this_2() { return static_cast(offsetof(U3CDelayCanvasPosUpdateU3Ed__24_tB14AB540763B1F974A410C069E18AE78D7595DE7, ___U3CU3E4__this_2)); } inline OVRSceneLoader_tAFB3FE14E4E822EF27D3972D9E8AFE113431CAC3 * get_U3CU3E4__this_2() const { return ___U3CU3E4__this_2; } inline OVRSceneLoader_tAFB3FE14E4E822EF27D3972D9E8AFE113431CAC3 ** get_address_of_U3CU3E4__this_2() { return &___U3CU3E4__this_2; } inline void set_U3CU3E4__this_2(OVRSceneLoader_tAFB3FE14E4E822EF27D3972D9E8AFE113431CAC3 * value) { ___U3CU3E4__this_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_2), (void*)value); } }; // OVRSceneLoader/d__25 struct U3ConCheckSceneCoroutineU3Ed__25_t8F98555773A0EC69E150B1A5DB372EA4A99E956D : public RuntimeObject { public: // System.Int32 OVRSceneLoader/d__25::<>1__state int32_t ___U3CU3E1__state_0; // System.Object OVRSceneLoader/d__25::<>2__current RuntimeObject * ___U3CU3E2__current_1; // OVRSceneLoader OVRSceneLoader/d__25::<>4__this OVRSceneLoader_tAFB3FE14E4E822EF27D3972D9E8AFE113431CAC3 * ___U3CU3E4__this_2; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3ConCheckSceneCoroutineU3Ed__25_t8F98555773A0EC69E150B1A5DB372EA4A99E956D, ___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(U3ConCheckSceneCoroutineU3Ed__25_t8F98555773A0EC69E150B1A5DB372EA4A99E956D, ___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_U3CU3E4__this_2() { return static_cast(offsetof(U3ConCheckSceneCoroutineU3Ed__25_t8F98555773A0EC69E150B1A5DB372EA4A99E956D, ___U3CU3E4__this_2)); } inline OVRSceneLoader_tAFB3FE14E4E822EF27D3972D9E8AFE113431CAC3 * get_U3CU3E4__this_2() const { return ___U3CU3E4__this_2; } inline OVRSceneLoader_tAFB3FE14E4E822EF27D3972D9E8AFE113431CAC3 ** get_address_of_U3CU3E4__this_2() { return &___U3CU3E4__this_2; } inline void set_U3CU3E4__this_2(OVRSceneLoader_tAFB3FE14E4E822EF27D3972D9E8AFE113431CAC3 * value) { ___U3CU3E4__this_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_2), (void*)value); } }; // OVRScreenFade/d__25 struct U3CFadeU3Ed__25_t14A2C01866BF715A237E22911FC6AACFB29236BC : public RuntimeObject { public: // System.Int32 OVRScreenFade/d__25::<>1__state int32_t ___U3CU3E1__state_0; // System.Object OVRScreenFade/d__25::<>2__current RuntimeObject * ___U3CU3E2__current_1; // OVRScreenFade OVRScreenFade/d__25::<>4__this OVRScreenFade_tFB154F581907E382870A3DD4E114EA3DD396C308 * ___U3CU3E4__this_2; // System.Single OVRScreenFade/d__25::startAlpha float ___startAlpha_3; // System.Single OVRScreenFade/d__25::endAlpha float ___endAlpha_4; // System.Single OVRScreenFade/d__25::5__2 float ___U3CelapsedTimeU3E5__2_5; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CFadeU3Ed__25_t14A2C01866BF715A237E22911FC6AACFB29236BC, ___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(U3CFadeU3Ed__25_t14A2C01866BF715A237E22911FC6AACFB29236BC, ___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_U3CU3E4__this_2() { return static_cast(offsetof(U3CFadeU3Ed__25_t14A2C01866BF715A237E22911FC6AACFB29236BC, ___U3CU3E4__this_2)); } inline OVRScreenFade_tFB154F581907E382870A3DD4E114EA3DD396C308 * get_U3CU3E4__this_2() const { return ___U3CU3E4__this_2; } inline OVRScreenFade_tFB154F581907E382870A3DD4E114EA3DD396C308 ** get_address_of_U3CU3E4__this_2() { return &___U3CU3E4__this_2; } inline void set_U3CU3E4__this_2(OVRScreenFade_tFB154F581907E382870A3DD4E114EA3DD396C308 * value) { ___U3CU3E4__this_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_2), (void*)value); } inline static int32_t get_offset_of_startAlpha_3() { return static_cast(offsetof(U3CFadeU3Ed__25_t14A2C01866BF715A237E22911FC6AACFB29236BC, ___startAlpha_3)); } inline float get_startAlpha_3() const { return ___startAlpha_3; } inline float* get_address_of_startAlpha_3() { return &___startAlpha_3; } inline void set_startAlpha_3(float value) { ___startAlpha_3 = value; } inline static int32_t get_offset_of_endAlpha_4() { return static_cast(offsetof(U3CFadeU3Ed__25_t14A2C01866BF715A237E22911FC6AACFB29236BC, ___endAlpha_4)); } inline float get_endAlpha_4() const { return ___endAlpha_4; } inline float* get_address_of_endAlpha_4() { return &___endAlpha_4; } inline void set_endAlpha_4(float value) { ___endAlpha_4 = value; } inline static int32_t get_offset_of_U3CelapsedTimeU3E5__2_5() { return static_cast(offsetof(U3CFadeU3Ed__25_t14A2C01866BF715A237E22911FC6AACFB29236BC, ___U3CelapsedTimeU3E5__2_5)); } inline float get_U3CelapsedTimeU3E5__2_5() const { return ___U3CelapsedTimeU3E5__2_5; } inline float* get_address_of_U3CelapsedTimeU3E5__2_5() { return &___U3CelapsedTimeU3E5__2_5; } inline void set_U3CelapsedTimeU3E5__2_5(float value) { ___U3CelapsedTimeU3E5__2_5 = value; } }; // OVRSkeletonRenderer/BoneVisualization struct BoneVisualization_tE5772FD950EB31352828C001515A03837DF80B8E : public RuntimeObject { public: // UnityEngine.GameObject OVRSkeletonRenderer/BoneVisualization::BoneGO GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___BoneGO_0; // UnityEngine.Transform OVRSkeletonRenderer/BoneVisualization::BoneBegin Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___BoneBegin_1; // UnityEngine.Transform OVRSkeletonRenderer/BoneVisualization::BoneEnd Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___BoneEnd_2; // UnityEngine.LineRenderer OVRSkeletonRenderer/BoneVisualization::Line LineRenderer_t237E878F3E77C127A540DE7AC4681B3706727967 * ___Line_3; // UnityEngine.Material OVRSkeletonRenderer/BoneVisualization::RenderMaterial Material_t8927C00353A72755313F046D0CE85178AE8218EE * ___RenderMaterial_4; // UnityEngine.Material OVRSkeletonRenderer/BoneVisualization::SystemGestureMaterial Material_t8927C00353A72755313F046D0CE85178AE8218EE * ___SystemGestureMaterial_5; public: inline static int32_t get_offset_of_BoneGO_0() { return static_cast(offsetof(BoneVisualization_tE5772FD950EB31352828C001515A03837DF80B8E, ___BoneGO_0)); } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * get_BoneGO_0() const { return ___BoneGO_0; } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 ** get_address_of_BoneGO_0() { return &___BoneGO_0; } inline void set_BoneGO_0(GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * value) { ___BoneGO_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___BoneGO_0), (void*)value); } inline static int32_t get_offset_of_BoneBegin_1() { return static_cast(offsetof(BoneVisualization_tE5772FD950EB31352828C001515A03837DF80B8E, ___BoneBegin_1)); } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * get_BoneBegin_1() const { return ___BoneBegin_1; } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 ** get_address_of_BoneBegin_1() { return &___BoneBegin_1; } inline void set_BoneBegin_1(Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * value) { ___BoneBegin_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___BoneBegin_1), (void*)value); } inline static int32_t get_offset_of_BoneEnd_2() { return static_cast(offsetof(BoneVisualization_tE5772FD950EB31352828C001515A03837DF80B8E, ___BoneEnd_2)); } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * get_BoneEnd_2() const { return ___BoneEnd_2; } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 ** get_address_of_BoneEnd_2() { return &___BoneEnd_2; } inline void set_BoneEnd_2(Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * value) { ___BoneEnd_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___BoneEnd_2), (void*)value); } inline static int32_t get_offset_of_Line_3() { return static_cast(offsetof(BoneVisualization_tE5772FD950EB31352828C001515A03837DF80B8E, ___Line_3)); } inline LineRenderer_t237E878F3E77C127A540DE7AC4681B3706727967 * get_Line_3() const { return ___Line_3; } inline LineRenderer_t237E878F3E77C127A540DE7AC4681B3706727967 ** get_address_of_Line_3() { return &___Line_3; } inline void set_Line_3(LineRenderer_t237E878F3E77C127A540DE7AC4681B3706727967 * value) { ___Line_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___Line_3), (void*)value); } inline static int32_t get_offset_of_RenderMaterial_4() { return static_cast(offsetof(BoneVisualization_tE5772FD950EB31352828C001515A03837DF80B8E, ___RenderMaterial_4)); } inline Material_t8927C00353A72755313F046D0CE85178AE8218EE * get_RenderMaterial_4() const { return ___RenderMaterial_4; } inline Material_t8927C00353A72755313F046D0CE85178AE8218EE ** get_address_of_RenderMaterial_4() { return &___RenderMaterial_4; } inline void set_RenderMaterial_4(Material_t8927C00353A72755313F046D0CE85178AE8218EE * value) { ___RenderMaterial_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___RenderMaterial_4), (void*)value); } inline static int32_t get_offset_of_SystemGestureMaterial_5() { return static_cast(offsetof(BoneVisualization_tE5772FD950EB31352828C001515A03837DF80B8E, ___SystemGestureMaterial_5)); } inline Material_t8927C00353A72755313F046D0CE85178AE8218EE * get_SystemGestureMaterial_5() const { return ___SystemGestureMaterial_5; } inline Material_t8927C00353A72755313F046D0CE85178AE8218EE ** get_address_of_SystemGestureMaterial_5() { return &___SystemGestureMaterial_5; } inline void set_SystemGestureMaterial_5(Material_t8927C00353A72755313F046D0CE85178AE8218EE * value) { ___SystemGestureMaterial_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___SystemGestureMaterial_5), (void*)value); } }; // OVRSpectatorModeDomeTest/d__11 struct U3CTimerCoroutineU3Ed__11_t49AA0CEEF64B3FE8D3D83BFD39D55F0BFF62A425 : public RuntimeObject { public: // System.Int32 OVRSpectatorModeDomeTest/d__11::<>1__state int32_t ___U3CU3E1__state_0; // System.Object OVRSpectatorModeDomeTest/d__11::<>2__current RuntimeObject * ___U3CU3E2__current_1; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CTimerCoroutineU3Ed__11_t49AA0CEEF64B3FE8D3D83BFD39D55F0BFF62A425, ___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(U3CTimerCoroutineU3Ed__11_t49AA0CEEF64B3FE8D3D83BFD39D55F0BFF62A425, ___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); } }; // OVRTrackedKeyboard/<>c struct U3CU3Ec_t7129E30508F808745CAD1C8D5FEDD7D141AD245B : public RuntimeObject { public: public: }; // OVRTrackedKeyboard/d__74 struct U3CInitializeHandPresenceDataU3Ed__74_tAFE2B8192CAC5FC6E3003564D8B6255F700D6474 : public RuntimeObject { public: // System.Int32 OVRTrackedKeyboard/d__74::<>1__state int32_t ___U3CU3E1__state_0; // System.Object OVRTrackedKeyboard/d__74::<>2__current RuntimeObject * ___U3CU3E2__current_1; // OVRTrackedKeyboard OVRTrackedKeyboard/d__74::<>4__this OVRTrackedKeyboard_t77E603E4F449E728E71F97E0BC1CBE74B491A2D4 * ___U3CU3E4__this_2; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CInitializeHandPresenceDataU3Ed__74_tAFE2B8192CAC5FC6E3003564D8B6255F700D6474, ___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(U3CInitializeHandPresenceDataU3Ed__74_tAFE2B8192CAC5FC6E3003564D8B6255F700D6474, ___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_U3CU3E4__this_2() { return static_cast(offsetof(U3CInitializeHandPresenceDataU3Ed__74_tAFE2B8192CAC5FC6E3003564D8B6255F700D6474, ___U3CU3E4__this_2)); } inline OVRTrackedKeyboard_t77E603E4F449E728E71F97E0BC1CBE74B491A2D4 * get_U3CU3E4__this_2() const { return ___U3CU3E4__this_2; } inline OVRTrackedKeyboard_t77E603E4F449E728E71F97E0BC1CBE74B491A2D4 ** get_address_of_U3CU3E4__this_2() { return &___U3CU3E4__this_2; } inline void set_U3CU3E4__this_2(OVRTrackedKeyboard_t77E603E4F449E728E71F97E0BC1CBE74B491A2D4 * value) { ___U3CU3E4__this_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_2), (void*)value); } }; // OVRTrackedKeyboard/d__73 struct U3CStartU3Ed__73_t6D9461C6CD10038DEAC5504B4368CA36FB0A4599 : public RuntimeObject { public: // System.Int32 OVRTrackedKeyboard/d__73::<>1__state int32_t ___U3CU3E1__state_0; // System.Object OVRTrackedKeyboard/d__73::<>2__current RuntimeObject * ___U3CU3E2__current_1; // OVRTrackedKeyboard OVRTrackedKeyboard/d__73::<>4__this OVRTrackedKeyboard_t77E603E4F449E728E71F97E0BC1CBE74B491A2D4 * ___U3CU3E4__this_2; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CStartU3Ed__73_t6D9461C6CD10038DEAC5504B4368CA36FB0A4599, ___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(U3CStartU3Ed__73_t6D9461C6CD10038DEAC5504B4368CA36FB0A4599, ___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_U3CU3E4__this_2() { return static_cast(offsetof(U3CStartU3Ed__73_t6D9461C6CD10038DEAC5504B4368CA36FB0A4599, ___U3CU3E4__this_2)); } inline OVRTrackedKeyboard_t77E603E4F449E728E71F97E0BC1CBE74B491A2D4 * get_U3CU3E4__this_2() const { return ___U3CU3E4__this_2; } inline OVRTrackedKeyboard_t77E603E4F449E728E71F97E0BC1CBE74B491A2D4 ** get_address_of_U3CU3E4__this_2() { return &___U3CU3E4__this_2; } inline void set_U3CU3E4__this_2(OVRTrackedKeyboard_t77E603E4F449E728E71F97E0BC1CBE74B491A2D4 * value) { ___U3CU3E4__this_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_2), (void*)value); } }; // OVRTrackedKeyboard/d__81 struct U3CStartKeyboardTrackingCoroutineU3Ed__81_t4C6108FE036F8C2AE0CC8E971C136EC2D75ED16D : public RuntimeObject { public: // System.Int32 OVRTrackedKeyboard/d__81::<>1__state int32_t ___U3CU3E1__state_0; // System.Object OVRTrackedKeyboard/d__81::<>2__current RuntimeObject * ___U3CU3E2__current_1; // OVRTrackedKeyboard OVRTrackedKeyboard/d__81::<>4__this OVRTrackedKeyboard_t77E603E4F449E728E71F97E0BC1CBE74B491A2D4 * ___U3CU3E4__this_2; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CStartKeyboardTrackingCoroutineU3Ed__81_t4C6108FE036F8C2AE0CC8E971C136EC2D75ED16D, ___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(U3CStartKeyboardTrackingCoroutineU3Ed__81_t4C6108FE036F8C2AE0CC8E971C136EC2D75ED16D, ___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_U3CU3E4__this_2() { return static_cast(offsetof(U3CStartKeyboardTrackingCoroutineU3Ed__81_t4C6108FE036F8C2AE0CC8E971C136EC2D75ED16D, ___U3CU3E4__this_2)); } inline OVRTrackedKeyboard_t77E603E4F449E728E71F97E0BC1CBE74B491A2D4 * get_U3CU3E4__this_2() const { return ___U3CU3E4__this_2; } inline OVRTrackedKeyboard_t77E603E4F449E728E71F97E0BC1CBE74B491A2D4 ** get_address_of_U3CU3E4__this_2() { return &___U3CU3E4__this_2; } inline void set_U3CU3E4__this_2(OVRTrackedKeyboard_t77E603E4F449E728E71F97E0BC1CBE74B491A2D4 * value) { ___U3CU3E4__this_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_2), (void*)value); } }; // OVRTrackedKeyboard/d__83 struct U3CUpdateKeyboardPoseU3Ed__83_t40D8089347ECEB5F08267C96367539C174696500 : public RuntimeObject { public: // System.Int32 OVRTrackedKeyboard/d__83::<>1__state int32_t ___U3CU3E1__state_0; // System.Object OVRTrackedKeyboard/d__83::<>2__current RuntimeObject * ___U3CU3E2__current_1; // OVRTrackedKeyboard OVRTrackedKeyboard/d__83::<>4__this OVRTrackedKeyboard_t77E603E4F449E728E71F97E0BC1CBE74B491A2D4 * ___U3CU3E4__this_2; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CUpdateKeyboardPoseU3Ed__83_t40D8089347ECEB5F08267C96367539C174696500, ___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(U3CUpdateKeyboardPoseU3Ed__83_t40D8089347ECEB5F08267C96367539C174696500, ___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_U3CU3E4__this_2() { return static_cast(offsetof(U3CUpdateKeyboardPoseU3Ed__83_t40D8089347ECEB5F08267C96367539C174696500, ___U3CU3E4__this_2)); } inline OVRTrackedKeyboard_t77E603E4F449E728E71F97E0BC1CBE74B491A2D4 * get_U3CU3E4__this_2() const { return ___U3CU3E4__this_2; } inline OVRTrackedKeyboard_t77E603E4F449E728E71F97E0BC1CBE74B491A2D4 ** get_address_of_U3CU3E4__this_2() { return &___U3CU3E4__this_2; } inline void set_U3CU3E4__this_2(OVRTrackedKeyboard_t77E603E4F449E728E71F97E0BC1CBE74B491A2D4 * value) { ___U3CU3E4__this_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_2), (void*)value); } }; // OVR.OpenVR.OpenVR/COpenVRContext struct COpenVRContext_tC505811BEC3B225B409CA2B9081D2ED20C019935 : public RuntimeObject { public: // OVR.OpenVR.CVRSystem OVR.OpenVR.OpenVR/COpenVRContext::m_pVRSystem CVRSystem_t099106FC79DB4F6BF2E659F742567C3A7BA568B9 * ___m_pVRSystem_0; // OVR.OpenVR.CVRChaperone OVR.OpenVR.OpenVR/COpenVRContext::m_pVRChaperone CVRChaperone_t51FABFD2EC81CCBCA785B3A6E333126E2C7C3B15 * ___m_pVRChaperone_1; // OVR.OpenVR.CVRChaperoneSetup OVR.OpenVR.OpenVR/COpenVRContext::m_pVRChaperoneSetup CVRChaperoneSetup_t700A0068B84AB759418742666D58F35E2023513A * ___m_pVRChaperoneSetup_2; // OVR.OpenVR.CVRCompositor OVR.OpenVR.OpenVR/COpenVRContext::m_pVRCompositor CVRCompositor_t860AFDF888338571B4F10757484FC1C6490A4B0D * ___m_pVRCompositor_3; // OVR.OpenVR.CVROverlay OVR.OpenVR.OpenVR/COpenVRContext::m_pVROverlay CVROverlay_tD4138CA42615F636AC9BB47013AC5A256D954640 * ___m_pVROverlay_4; // OVR.OpenVR.CVRRenderModels OVR.OpenVR.OpenVR/COpenVRContext::m_pVRRenderModels CVRRenderModels_t803FA0A45C478E751AB62A8FAE19256A3345E27F * ___m_pVRRenderModels_5; // OVR.OpenVR.CVRExtendedDisplay OVR.OpenVR.OpenVR/COpenVRContext::m_pVRExtendedDisplay CVRExtendedDisplay_t0A418A75A77F8B95E187E214540AAB8BC56DCDFD * ___m_pVRExtendedDisplay_6; // OVR.OpenVR.CVRSettings OVR.OpenVR.OpenVR/COpenVRContext::m_pVRSettings CVRSettings_t7C20E2B92B8CBD863A70989A43938993A40FE750 * ___m_pVRSettings_7; // OVR.OpenVR.CVRApplications OVR.OpenVR.OpenVR/COpenVRContext::m_pVRApplications CVRApplications_t43139A5C222A379FA6A0B47174C56B8EA1819600 * ___m_pVRApplications_8; // OVR.OpenVR.CVRScreenshots OVR.OpenVR.OpenVR/COpenVRContext::m_pVRScreenshots CVRScreenshots_t0D2212C3F4FE6008A23DEC642DB9E294DD588871 * ___m_pVRScreenshots_9; // OVR.OpenVR.CVRTrackedCamera OVR.OpenVR.OpenVR/COpenVRContext::m_pVRTrackedCamera CVRTrackedCamera_t3292FB7E931084E25E986307B1DB0CD7817643AE * ___m_pVRTrackedCamera_10; // OVR.OpenVR.CVRInput OVR.OpenVR.OpenVR/COpenVRContext::m_pVRInput CVRInput_t11388DBBA710C4FA9D556A3AF29B30230A8D5365 * ___m_pVRInput_11; // OVR.OpenVR.CVRSpatialAnchors OVR.OpenVR.OpenVR/COpenVRContext::m_pVRSpatialAnchors CVRSpatialAnchors_tCEE67393E3EBF5D60443C1920693A3A78A16E0F9 * ___m_pVRSpatialAnchors_12; public: inline static int32_t get_offset_of_m_pVRSystem_0() { return static_cast(offsetof(COpenVRContext_tC505811BEC3B225B409CA2B9081D2ED20C019935, ___m_pVRSystem_0)); } inline CVRSystem_t099106FC79DB4F6BF2E659F742567C3A7BA568B9 * get_m_pVRSystem_0() const { return ___m_pVRSystem_0; } inline CVRSystem_t099106FC79DB4F6BF2E659F742567C3A7BA568B9 ** get_address_of_m_pVRSystem_0() { return &___m_pVRSystem_0; } inline void set_m_pVRSystem_0(CVRSystem_t099106FC79DB4F6BF2E659F742567C3A7BA568B9 * value) { ___m_pVRSystem_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_pVRSystem_0), (void*)value); } inline static int32_t get_offset_of_m_pVRChaperone_1() { return static_cast(offsetof(COpenVRContext_tC505811BEC3B225B409CA2B9081D2ED20C019935, ___m_pVRChaperone_1)); } inline CVRChaperone_t51FABFD2EC81CCBCA785B3A6E333126E2C7C3B15 * get_m_pVRChaperone_1() const { return ___m_pVRChaperone_1; } inline CVRChaperone_t51FABFD2EC81CCBCA785B3A6E333126E2C7C3B15 ** get_address_of_m_pVRChaperone_1() { return &___m_pVRChaperone_1; } inline void set_m_pVRChaperone_1(CVRChaperone_t51FABFD2EC81CCBCA785B3A6E333126E2C7C3B15 * value) { ___m_pVRChaperone_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_pVRChaperone_1), (void*)value); } inline static int32_t get_offset_of_m_pVRChaperoneSetup_2() { return static_cast(offsetof(COpenVRContext_tC505811BEC3B225B409CA2B9081D2ED20C019935, ___m_pVRChaperoneSetup_2)); } inline CVRChaperoneSetup_t700A0068B84AB759418742666D58F35E2023513A * get_m_pVRChaperoneSetup_2() const { return ___m_pVRChaperoneSetup_2; } inline CVRChaperoneSetup_t700A0068B84AB759418742666D58F35E2023513A ** get_address_of_m_pVRChaperoneSetup_2() { return &___m_pVRChaperoneSetup_2; } inline void set_m_pVRChaperoneSetup_2(CVRChaperoneSetup_t700A0068B84AB759418742666D58F35E2023513A * value) { ___m_pVRChaperoneSetup_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_pVRChaperoneSetup_2), (void*)value); } inline static int32_t get_offset_of_m_pVRCompositor_3() { return static_cast(offsetof(COpenVRContext_tC505811BEC3B225B409CA2B9081D2ED20C019935, ___m_pVRCompositor_3)); } inline CVRCompositor_t860AFDF888338571B4F10757484FC1C6490A4B0D * get_m_pVRCompositor_3() const { return ___m_pVRCompositor_3; } inline CVRCompositor_t860AFDF888338571B4F10757484FC1C6490A4B0D ** get_address_of_m_pVRCompositor_3() { return &___m_pVRCompositor_3; } inline void set_m_pVRCompositor_3(CVRCompositor_t860AFDF888338571B4F10757484FC1C6490A4B0D * value) { ___m_pVRCompositor_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_pVRCompositor_3), (void*)value); } inline static int32_t get_offset_of_m_pVROverlay_4() { return static_cast(offsetof(COpenVRContext_tC505811BEC3B225B409CA2B9081D2ED20C019935, ___m_pVROverlay_4)); } inline CVROverlay_tD4138CA42615F636AC9BB47013AC5A256D954640 * get_m_pVROverlay_4() const { return ___m_pVROverlay_4; } inline CVROverlay_tD4138CA42615F636AC9BB47013AC5A256D954640 ** get_address_of_m_pVROverlay_4() { return &___m_pVROverlay_4; } inline void set_m_pVROverlay_4(CVROverlay_tD4138CA42615F636AC9BB47013AC5A256D954640 * value) { ___m_pVROverlay_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_pVROverlay_4), (void*)value); } inline static int32_t get_offset_of_m_pVRRenderModels_5() { return static_cast(offsetof(COpenVRContext_tC505811BEC3B225B409CA2B9081D2ED20C019935, ___m_pVRRenderModels_5)); } inline CVRRenderModels_t803FA0A45C478E751AB62A8FAE19256A3345E27F * get_m_pVRRenderModels_5() const { return ___m_pVRRenderModels_5; } inline CVRRenderModels_t803FA0A45C478E751AB62A8FAE19256A3345E27F ** get_address_of_m_pVRRenderModels_5() { return &___m_pVRRenderModels_5; } inline void set_m_pVRRenderModels_5(CVRRenderModels_t803FA0A45C478E751AB62A8FAE19256A3345E27F * value) { ___m_pVRRenderModels_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_pVRRenderModels_5), (void*)value); } inline static int32_t get_offset_of_m_pVRExtendedDisplay_6() { return static_cast(offsetof(COpenVRContext_tC505811BEC3B225B409CA2B9081D2ED20C019935, ___m_pVRExtendedDisplay_6)); } inline CVRExtendedDisplay_t0A418A75A77F8B95E187E214540AAB8BC56DCDFD * get_m_pVRExtendedDisplay_6() const { return ___m_pVRExtendedDisplay_6; } inline CVRExtendedDisplay_t0A418A75A77F8B95E187E214540AAB8BC56DCDFD ** get_address_of_m_pVRExtendedDisplay_6() { return &___m_pVRExtendedDisplay_6; } inline void set_m_pVRExtendedDisplay_6(CVRExtendedDisplay_t0A418A75A77F8B95E187E214540AAB8BC56DCDFD * value) { ___m_pVRExtendedDisplay_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_pVRExtendedDisplay_6), (void*)value); } inline static int32_t get_offset_of_m_pVRSettings_7() { return static_cast(offsetof(COpenVRContext_tC505811BEC3B225B409CA2B9081D2ED20C019935, ___m_pVRSettings_7)); } inline CVRSettings_t7C20E2B92B8CBD863A70989A43938993A40FE750 * get_m_pVRSettings_7() const { return ___m_pVRSettings_7; } inline CVRSettings_t7C20E2B92B8CBD863A70989A43938993A40FE750 ** get_address_of_m_pVRSettings_7() { return &___m_pVRSettings_7; } inline void set_m_pVRSettings_7(CVRSettings_t7C20E2B92B8CBD863A70989A43938993A40FE750 * value) { ___m_pVRSettings_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_pVRSettings_7), (void*)value); } inline static int32_t get_offset_of_m_pVRApplications_8() { return static_cast(offsetof(COpenVRContext_tC505811BEC3B225B409CA2B9081D2ED20C019935, ___m_pVRApplications_8)); } inline CVRApplications_t43139A5C222A379FA6A0B47174C56B8EA1819600 * get_m_pVRApplications_8() const { return ___m_pVRApplications_8; } inline CVRApplications_t43139A5C222A379FA6A0B47174C56B8EA1819600 ** get_address_of_m_pVRApplications_8() { return &___m_pVRApplications_8; } inline void set_m_pVRApplications_8(CVRApplications_t43139A5C222A379FA6A0B47174C56B8EA1819600 * value) { ___m_pVRApplications_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_pVRApplications_8), (void*)value); } inline static int32_t get_offset_of_m_pVRScreenshots_9() { return static_cast(offsetof(COpenVRContext_tC505811BEC3B225B409CA2B9081D2ED20C019935, ___m_pVRScreenshots_9)); } inline CVRScreenshots_t0D2212C3F4FE6008A23DEC642DB9E294DD588871 * get_m_pVRScreenshots_9() const { return ___m_pVRScreenshots_9; } inline CVRScreenshots_t0D2212C3F4FE6008A23DEC642DB9E294DD588871 ** get_address_of_m_pVRScreenshots_9() { return &___m_pVRScreenshots_9; } inline void set_m_pVRScreenshots_9(CVRScreenshots_t0D2212C3F4FE6008A23DEC642DB9E294DD588871 * value) { ___m_pVRScreenshots_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_pVRScreenshots_9), (void*)value); } inline static int32_t get_offset_of_m_pVRTrackedCamera_10() { return static_cast(offsetof(COpenVRContext_tC505811BEC3B225B409CA2B9081D2ED20C019935, ___m_pVRTrackedCamera_10)); } inline CVRTrackedCamera_t3292FB7E931084E25E986307B1DB0CD7817643AE * get_m_pVRTrackedCamera_10() const { return ___m_pVRTrackedCamera_10; } inline CVRTrackedCamera_t3292FB7E931084E25E986307B1DB0CD7817643AE ** get_address_of_m_pVRTrackedCamera_10() { return &___m_pVRTrackedCamera_10; } inline void set_m_pVRTrackedCamera_10(CVRTrackedCamera_t3292FB7E931084E25E986307B1DB0CD7817643AE * value) { ___m_pVRTrackedCamera_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_pVRTrackedCamera_10), (void*)value); } inline static int32_t get_offset_of_m_pVRInput_11() { return static_cast(offsetof(COpenVRContext_tC505811BEC3B225B409CA2B9081D2ED20C019935, ___m_pVRInput_11)); } inline CVRInput_t11388DBBA710C4FA9D556A3AF29B30230A8D5365 * get_m_pVRInput_11() const { return ___m_pVRInput_11; } inline CVRInput_t11388DBBA710C4FA9D556A3AF29B30230A8D5365 ** get_address_of_m_pVRInput_11() { return &___m_pVRInput_11; } inline void set_m_pVRInput_11(CVRInput_t11388DBBA710C4FA9D556A3AF29B30230A8D5365 * value) { ___m_pVRInput_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_pVRInput_11), (void*)value); } inline static int32_t get_offset_of_m_pVRSpatialAnchors_12() { return static_cast(offsetof(COpenVRContext_tC505811BEC3B225B409CA2B9081D2ED20C019935, ___m_pVRSpatialAnchors_12)); } inline CVRSpatialAnchors_tCEE67393E3EBF5D60443C1920693A3A78A16E0F9 * get_m_pVRSpatialAnchors_12() const { return ___m_pVRSpatialAnchors_12; } inline CVRSpatialAnchors_tCEE67393E3EBF5D60443C1920693A3A78A16E0F9 ** get_address_of_m_pVRSpatialAnchors_12() { return &___m_pVRSpatialAnchors_12; } inline void set_m_pVRSpatialAnchors_12(CVRSpatialAnchors_tCEE67393E3EBF5D60443C1920693A3A78A16E0F9 * value) { ___m_pVRSpatialAnchors_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_pVRSpatialAnchors_12), (void*)value); } }; // UnityEngine.AndroidJavaClass struct AndroidJavaClass_t52E934B16476D72AA6E4B248F989F2F825EB62D4 : public AndroidJavaObject_t10188D5695DCD09C9F621B44B0A8C93A2281236E { public: public: }; // 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; } }; // 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; } }; // 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; } }; // 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 { }; // 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; } }; // OVR.OpenVR.HmdColor_t struct HmdColor_t_tCE1ECD5FE8535BCDE4B4DC6B20FB9FFB26D410C9 { public: // System.Single OVR.OpenVR.HmdColor_t::r float ___r_0; // System.Single OVR.OpenVR.HmdColor_t::g float ___g_1; // System.Single OVR.OpenVR.HmdColor_t::b float ___b_2; // System.Single OVR.OpenVR.HmdColor_t::a float ___a_3; public: inline static int32_t get_offset_of_r_0() { return static_cast(offsetof(HmdColor_t_tCE1ECD5FE8535BCDE4B4DC6B20FB9FFB26D410C9, ___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(HmdColor_t_tCE1ECD5FE8535BCDE4B4DC6B20FB9FFB26D410C9, ___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(HmdColor_t_tCE1ECD5FE8535BCDE4B4DC6B20FB9FFB26D410C9, ___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(HmdColor_t_tCE1ECD5FE8535BCDE4B4DC6B20FB9FFB26D410C9, ___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; } }; // OVR.OpenVR.HmdMatrix34_t struct HmdMatrix34_t_tF8D32C33445560D919D139A2467312EE12CD654F { public: // System.Single OVR.OpenVR.HmdMatrix34_t::m0 float ___m0_0; // System.Single OVR.OpenVR.HmdMatrix34_t::m1 float ___m1_1; // System.Single OVR.OpenVR.HmdMatrix34_t::m2 float ___m2_2; // System.Single OVR.OpenVR.HmdMatrix34_t::m3 float ___m3_3; // System.Single OVR.OpenVR.HmdMatrix34_t::m4 float ___m4_4; // System.Single OVR.OpenVR.HmdMatrix34_t::m5 float ___m5_5; // System.Single OVR.OpenVR.HmdMatrix34_t::m6 float ___m6_6; // System.Single OVR.OpenVR.HmdMatrix34_t::m7 float ___m7_7; // System.Single OVR.OpenVR.HmdMatrix34_t::m8 float ___m8_8; // System.Single OVR.OpenVR.HmdMatrix34_t::m9 float ___m9_9; // System.Single OVR.OpenVR.HmdMatrix34_t::m10 float ___m10_10; // System.Single OVR.OpenVR.HmdMatrix34_t::m11 float ___m11_11; public: inline static int32_t get_offset_of_m0_0() { return static_cast(offsetof(HmdMatrix34_t_tF8D32C33445560D919D139A2467312EE12CD654F, ___m0_0)); } inline float get_m0_0() const { return ___m0_0; } inline float* get_address_of_m0_0() { return &___m0_0; } inline void set_m0_0(float value) { ___m0_0 = value; } inline static int32_t get_offset_of_m1_1() { return static_cast(offsetof(HmdMatrix34_t_tF8D32C33445560D919D139A2467312EE12CD654F, ___m1_1)); } inline float get_m1_1() const { return ___m1_1; } inline float* get_address_of_m1_1() { return &___m1_1; } inline void set_m1_1(float value) { ___m1_1 = value; } inline static int32_t get_offset_of_m2_2() { return static_cast(offsetof(HmdMatrix34_t_tF8D32C33445560D919D139A2467312EE12CD654F, ___m2_2)); } inline float get_m2_2() const { return ___m2_2; } inline float* get_address_of_m2_2() { return &___m2_2; } inline void set_m2_2(float value) { ___m2_2 = value; } inline static int32_t get_offset_of_m3_3() { return static_cast(offsetof(HmdMatrix34_t_tF8D32C33445560D919D139A2467312EE12CD654F, ___m3_3)); } inline float get_m3_3() const { return ___m3_3; } inline float* get_address_of_m3_3() { return &___m3_3; } inline void set_m3_3(float value) { ___m3_3 = value; } inline static int32_t get_offset_of_m4_4() { return static_cast(offsetof(HmdMatrix34_t_tF8D32C33445560D919D139A2467312EE12CD654F, ___m4_4)); } inline float get_m4_4() const { return ___m4_4; } inline float* get_address_of_m4_4() { return &___m4_4; } inline void set_m4_4(float value) { ___m4_4 = value; } inline static int32_t get_offset_of_m5_5() { return static_cast(offsetof(HmdMatrix34_t_tF8D32C33445560D919D139A2467312EE12CD654F, ___m5_5)); } inline float get_m5_5() const { return ___m5_5; } inline float* get_address_of_m5_5() { return &___m5_5; } inline void set_m5_5(float value) { ___m5_5 = value; } inline static int32_t get_offset_of_m6_6() { return static_cast(offsetof(HmdMatrix34_t_tF8D32C33445560D919D139A2467312EE12CD654F, ___m6_6)); } inline float get_m6_6() const { return ___m6_6; } inline float* get_address_of_m6_6() { return &___m6_6; } inline void set_m6_6(float value) { ___m6_6 = value; } inline static int32_t get_offset_of_m7_7() { return static_cast(offsetof(HmdMatrix34_t_tF8D32C33445560D919D139A2467312EE12CD654F, ___m7_7)); } inline float get_m7_7() const { return ___m7_7; } inline float* get_address_of_m7_7() { return &___m7_7; } inline void set_m7_7(float value) { ___m7_7 = value; } inline static int32_t get_offset_of_m8_8() { return static_cast(offsetof(HmdMatrix34_t_tF8D32C33445560D919D139A2467312EE12CD654F, ___m8_8)); } inline float get_m8_8() const { return ___m8_8; } inline float* get_address_of_m8_8() { return &___m8_8; } inline void set_m8_8(float value) { ___m8_8 = value; } inline static int32_t get_offset_of_m9_9() { return static_cast(offsetof(HmdMatrix34_t_tF8D32C33445560D919D139A2467312EE12CD654F, ___m9_9)); } inline float get_m9_9() const { return ___m9_9; } inline float* get_address_of_m9_9() { return &___m9_9; } inline void set_m9_9(float value) { ___m9_9 = value; } inline static int32_t get_offset_of_m10_10() { return static_cast(offsetof(HmdMatrix34_t_tF8D32C33445560D919D139A2467312EE12CD654F, ___m10_10)); } inline float get_m10_10() const { return ___m10_10; } inline float* get_address_of_m10_10() { return &___m10_10; } inline void set_m10_10(float value) { ___m10_10 = value; } inline static int32_t get_offset_of_m11_11() { return static_cast(offsetof(HmdMatrix34_t_tF8D32C33445560D919D139A2467312EE12CD654F, ___m11_11)); } inline float get_m11_11() const { return ___m11_11; } inline float* get_address_of_m11_11() { return &___m11_11; } inline void set_m11_11(float value) { ___m11_11 = value; } }; // OVR.OpenVR.HmdMatrix44_t struct HmdMatrix44_t_tCD8A99C534FF69AE2971DA830148B9AE544A50FA { public: // System.Single OVR.OpenVR.HmdMatrix44_t::m0 float ___m0_0; // System.Single OVR.OpenVR.HmdMatrix44_t::m1 float ___m1_1; // System.Single OVR.OpenVR.HmdMatrix44_t::m2 float ___m2_2; // System.Single OVR.OpenVR.HmdMatrix44_t::m3 float ___m3_3; // System.Single OVR.OpenVR.HmdMatrix44_t::m4 float ___m4_4; // System.Single OVR.OpenVR.HmdMatrix44_t::m5 float ___m5_5; // System.Single OVR.OpenVR.HmdMatrix44_t::m6 float ___m6_6; // System.Single OVR.OpenVR.HmdMatrix44_t::m7 float ___m7_7; // System.Single OVR.OpenVR.HmdMatrix44_t::m8 float ___m8_8; // System.Single OVR.OpenVR.HmdMatrix44_t::m9 float ___m9_9; // System.Single OVR.OpenVR.HmdMatrix44_t::m10 float ___m10_10; // System.Single OVR.OpenVR.HmdMatrix44_t::m11 float ___m11_11; // System.Single OVR.OpenVR.HmdMatrix44_t::m12 float ___m12_12; // System.Single OVR.OpenVR.HmdMatrix44_t::m13 float ___m13_13; // System.Single OVR.OpenVR.HmdMatrix44_t::m14 float ___m14_14; // System.Single OVR.OpenVR.HmdMatrix44_t::m15 float ___m15_15; public: inline static int32_t get_offset_of_m0_0() { return static_cast(offsetof(HmdMatrix44_t_tCD8A99C534FF69AE2971DA830148B9AE544A50FA, ___m0_0)); } inline float get_m0_0() const { return ___m0_0; } inline float* get_address_of_m0_0() { return &___m0_0; } inline void set_m0_0(float value) { ___m0_0 = value; } inline static int32_t get_offset_of_m1_1() { return static_cast(offsetof(HmdMatrix44_t_tCD8A99C534FF69AE2971DA830148B9AE544A50FA, ___m1_1)); } inline float get_m1_1() const { return ___m1_1; } inline float* get_address_of_m1_1() { return &___m1_1; } inline void set_m1_1(float value) { ___m1_1 = value; } inline static int32_t get_offset_of_m2_2() { return static_cast(offsetof(HmdMatrix44_t_tCD8A99C534FF69AE2971DA830148B9AE544A50FA, ___m2_2)); } inline float get_m2_2() const { return ___m2_2; } inline float* get_address_of_m2_2() { return &___m2_2; } inline void set_m2_2(float value) { ___m2_2 = value; } inline static int32_t get_offset_of_m3_3() { return static_cast(offsetof(HmdMatrix44_t_tCD8A99C534FF69AE2971DA830148B9AE544A50FA, ___m3_3)); } inline float get_m3_3() const { return ___m3_3; } inline float* get_address_of_m3_3() { return &___m3_3; } inline void set_m3_3(float value) { ___m3_3 = value; } inline static int32_t get_offset_of_m4_4() { return static_cast(offsetof(HmdMatrix44_t_tCD8A99C534FF69AE2971DA830148B9AE544A50FA, ___m4_4)); } inline float get_m4_4() const { return ___m4_4; } inline float* get_address_of_m4_4() { return &___m4_4; } inline void set_m4_4(float value) { ___m4_4 = value; } inline static int32_t get_offset_of_m5_5() { return static_cast(offsetof(HmdMatrix44_t_tCD8A99C534FF69AE2971DA830148B9AE544A50FA, ___m5_5)); } inline float get_m5_5() const { return ___m5_5; } inline float* get_address_of_m5_5() { return &___m5_5; } inline void set_m5_5(float value) { ___m5_5 = value; } inline static int32_t get_offset_of_m6_6() { return static_cast(offsetof(HmdMatrix44_t_tCD8A99C534FF69AE2971DA830148B9AE544A50FA, ___m6_6)); } inline float get_m6_6() const { return ___m6_6; } inline float* get_address_of_m6_6() { return &___m6_6; } inline void set_m6_6(float value) { ___m6_6 = value; } inline static int32_t get_offset_of_m7_7() { return static_cast(offsetof(HmdMatrix44_t_tCD8A99C534FF69AE2971DA830148B9AE544A50FA, ___m7_7)); } inline float get_m7_7() const { return ___m7_7; } inline float* get_address_of_m7_7() { return &___m7_7; } inline void set_m7_7(float value) { ___m7_7 = value; } inline static int32_t get_offset_of_m8_8() { return static_cast(offsetof(HmdMatrix44_t_tCD8A99C534FF69AE2971DA830148B9AE544A50FA, ___m8_8)); } inline float get_m8_8() const { return ___m8_8; } inline float* get_address_of_m8_8() { return &___m8_8; } inline void set_m8_8(float value) { ___m8_8 = value; } inline static int32_t get_offset_of_m9_9() { return static_cast(offsetof(HmdMatrix44_t_tCD8A99C534FF69AE2971DA830148B9AE544A50FA, ___m9_9)); } inline float get_m9_9() const { return ___m9_9; } inline float* get_address_of_m9_9() { return &___m9_9; } inline void set_m9_9(float value) { ___m9_9 = value; } inline static int32_t get_offset_of_m10_10() { return static_cast(offsetof(HmdMatrix44_t_tCD8A99C534FF69AE2971DA830148B9AE544A50FA, ___m10_10)); } inline float get_m10_10() const { return ___m10_10; } inline float* get_address_of_m10_10() { return &___m10_10; } inline void set_m10_10(float value) { ___m10_10 = value; } inline static int32_t get_offset_of_m11_11() { return static_cast(offsetof(HmdMatrix44_t_tCD8A99C534FF69AE2971DA830148B9AE544A50FA, ___m11_11)); } inline float get_m11_11() const { return ___m11_11; } inline float* get_address_of_m11_11() { return &___m11_11; } inline void set_m11_11(float value) { ___m11_11 = value; } inline static int32_t get_offset_of_m12_12() { return static_cast(offsetof(HmdMatrix44_t_tCD8A99C534FF69AE2971DA830148B9AE544A50FA, ___m12_12)); } inline float get_m12_12() const { return ___m12_12; } inline float* get_address_of_m12_12() { return &___m12_12; } inline void set_m12_12(float value) { ___m12_12 = value; } inline static int32_t get_offset_of_m13_13() { return static_cast(offsetof(HmdMatrix44_t_tCD8A99C534FF69AE2971DA830148B9AE544A50FA, ___m13_13)); } inline float get_m13_13() const { return ___m13_13; } inline float* get_address_of_m13_13() { return &___m13_13; } inline void set_m13_13(float value) { ___m13_13 = value; } inline static int32_t get_offset_of_m14_14() { return static_cast(offsetof(HmdMatrix44_t_tCD8A99C534FF69AE2971DA830148B9AE544A50FA, ___m14_14)); } inline float get_m14_14() const { return ___m14_14; } inline float* get_address_of_m14_14() { return &___m14_14; } inline void set_m14_14(float value) { ___m14_14 = value; } inline static int32_t get_offset_of_m15_15() { return static_cast(offsetof(HmdMatrix44_t_tCD8A99C534FF69AE2971DA830148B9AE544A50FA, ___m15_15)); } inline float get_m15_15() const { return ___m15_15; } inline float* get_address_of_m15_15() { return &___m15_15; } inline void set_m15_15(float value) { ___m15_15 = value; } }; // OVR.OpenVR.HmdQuaternionf_t struct HmdQuaternionf_t_t5FC0C929AA4BF1DBC926B19B2A84E70B684D723A { public: // System.Single OVR.OpenVR.HmdQuaternionf_t::w float ___w_0; // System.Single OVR.OpenVR.HmdQuaternionf_t::x float ___x_1; // System.Single OVR.OpenVR.HmdQuaternionf_t::y float ___y_2; // System.Single OVR.OpenVR.HmdQuaternionf_t::z float ___z_3; public: inline static int32_t get_offset_of_w_0() { return static_cast(offsetof(HmdQuaternionf_t_t5FC0C929AA4BF1DBC926B19B2A84E70B684D723A, ___w_0)); } inline float get_w_0() const { return ___w_0; } inline float* get_address_of_w_0() { return &___w_0; } inline void set_w_0(float value) { ___w_0 = value; } inline static int32_t get_offset_of_x_1() { return static_cast(offsetof(HmdQuaternionf_t_t5FC0C929AA4BF1DBC926B19B2A84E70B684D723A, ___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(HmdQuaternionf_t_t5FC0C929AA4BF1DBC926B19B2A84E70B684D723A, ___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(HmdQuaternionf_t_t5FC0C929AA4BF1DBC926B19B2A84E70B684D723A, ___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; } }; // OVR.OpenVR.HmdVector2_t struct HmdVector2_t_t05689EE047F214C231A222A5ACE7FDE6DE155375 { public: // System.Single OVR.OpenVR.HmdVector2_t::v0 float ___v0_0; // System.Single OVR.OpenVR.HmdVector2_t::v1 float ___v1_1; public: inline static int32_t get_offset_of_v0_0() { return static_cast(offsetof(HmdVector2_t_t05689EE047F214C231A222A5ACE7FDE6DE155375, ___v0_0)); } inline float get_v0_0() const { return ___v0_0; } inline float* get_address_of_v0_0() { return &___v0_0; } inline void set_v0_0(float value) { ___v0_0 = value; } inline static int32_t get_offset_of_v1_1() { return static_cast(offsetof(HmdVector2_t_t05689EE047F214C231A222A5ACE7FDE6DE155375, ___v1_1)); } inline float get_v1_1() const { return ___v1_1; } inline float* get_address_of_v1_1() { return &___v1_1; } inline void set_v1_1(float value) { ___v1_1 = value; } }; // OVR.OpenVR.HmdVector3_t struct HmdVector3_t_t9664F6EE707C3B5E5F61BC45443F8C56AA75E703 { public: // System.Single OVR.OpenVR.HmdVector3_t::v0 float ___v0_0; // System.Single OVR.OpenVR.HmdVector3_t::v1 float ___v1_1; // System.Single OVR.OpenVR.HmdVector3_t::v2 float ___v2_2; public: inline static int32_t get_offset_of_v0_0() { return static_cast(offsetof(HmdVector3_t_t9664F6EE707C3B5E5F61BC45443F8C56AA75E703, ___v0_0)); } inline float get_v0_0() const { return ___v0_0; } inline float* get_address_of_v0_0() { return &___v0_0; } inline void set_v0_0(float value) { ___v0_0 = value; } inline static int32_t get_offset_of_v1_1() { return static_cast(offsetof(HmdVector3_t_t9664F6EE707C3B5E5F61BC45443F8C56AA75E703, ___v1_1)); } inline float get_v1_1() const { return ___v1_1; } inline float* get_address_of_v1_1() { return &___v1_1; } inline void set_v1_1(float value) { ___v1_1 = value; } inline static int32_t get_offset_of_v2_2() { return static_cast(offsetof(HmdVector3_t_t9664F6EE707C3B5E5F61BC45443F8C56AA75E703, ___v2_2)); } inline float get_v2_2() const { return ___v2_2; } inline float* get_address_of_v2_2() { return &___v2_2; } inline void set_v2_2(float value) { ___v2_2 = value; } }; // OVR.OpenVR.HmdVector4_t struct HmdVector4_t_t5A571881B4B44759EE64E361478FE9AF2F9B6726 { public: // System.Single OVR.OpenVR.HmdVector4_t::v0 float ___v0_0; // System.Single OVR.OpenVR.HmdVector4_t::v1 float ___v1_1; // System.Single OVR.OpenVR.HmdVector4_t::v2 float ___v2_2; // System.Single OVR.OpenVR.HmdVector4_t::v3 float ___v3_3; public: inline static int32_t get_offset_of_v0_0() { return static_cast(offsetof(HmdVector4_t_t5A571881B4B44759EE64E361478FE9AF2F9B6726, ___v0_0)); } inline float get_v0_0() const { return ___v0_0; } inline float* get_address_of_v0_0() { return &___v0_0; } inline void set_v0_0(float value) { ___v0_0 = value; } inline static int32_t get_offset_of_v1_1() { return static_cast(offsetof(HmdVector4_t_t5A571881B4B44759EE64E361478FE9AF2F9B6726, ___v1_1)); } inline float get_v1_1() const { return ___v1_1; } inline float* get_address_of_v1_1() { return &___v1_1; } inline void set_v1_1(float value) { ___v1_1 = value; } inline static int32_t get_offset_of_v2_2() { return static_cast(offsetof(HmdVector4_t_t5A571881B4B44759EE64E361478FE9AF2F9B6726, ___v2_2)); } inline float get_v2_2() const { return ___v2_2; } inline float* get_address_of_v2_2() { return &___v2_2; } inline void set_v2_2(float value) { ___v2_2 = value; } inline static int32_t get_offset_of_v3_3() { return static_cast(offsetof(HmdVector4_t_t5A571881B4B44759EE64E361478FE9AF2F9B6726, ___v3_3)); } inline float get_v3_3() const { return ___v3_3; } inline float* get_address_of_v3_3() { return &___v3_3; } inline void set_v3_3(float value) { ___v3_3 = value; } }; // OVR.OpenVR.IVRApplications struct IVRApplications_t71E4F5B16FF20F7E013F6D2C0D0DD2C73DC3BAE5 { public: // OVR.OpenVR.IVRApplications/_AddApplicationManifest OVR.OpenVR.IVRApplications::AddApplicationManifest _AddApplicationManifest_t8F7E65A2312141732F40ED6443FD828581F99329 * ___AddApplicationManifest_0; // OVR.OpenVR.IVRApplications/_RemoveApplicationManifest OVR.OpenVR.IVRApplications::RemoveApplicationManifest _RemoveApplicationManifest_t55538722D4EB1052FC56935C2AA84C760DDB6274 * ___RemoveApplicationManifest_1; // OVR.OpenVR.IVRApplications/_IsApplicationInstalled OVR.OpenVR.IVRApplications::IsApplicationInstalled _IsApplicationInstalled_t24BD8BACFC86C9F25E04C102804F832193CB09DA * ___IsApplicationInstalled_2; // OVR.OpenVR.IVRApplications/_GetApplicationCount OVR.OpenVR.IVRApplications::GetApplicationCount _GetApplicationCount_t0421B6046B82D867176C79BA84156574C1F23BAD * ___GetApplicationCount_3; // OVR.OpenVR.IVRApplications/_GetApplicationKeyByIndex OVR.OpenVR.IVRApplications::GetApplicationKeyByIndex _GetApplicationKeyByIndex_tB26D1403277956B6A9352F13E6353B502A4D04A6 * ___GetApplicationKeyByIndex_4; // OVR.OpenVR.IVRApplications/_GetApplicationKeyByProcessId OVR.OpenVR.IVRApplications::GetApplicationKeyByProcessId _GetApplicationKeyByProcessId_t525D5F6AC17EAC25D395FCCD15C93C40E7DA32D9 * ___GetApplicationKeyByProcessId_5; // OVR.OpenVR.IVRApplications/_LaunchApplication OVR.OpenVR.IVRApplications::LaunchApplication _LaunchApplication_t133AB1F8A67B1094BF974FF5AA2BEE20E7EBFBDE * ___LaunchApplication_6; // OVR.OpenVR.IVRApplications/_LaunchTemplateApplication OVR.OpenVR.IVRApplications::LaunchTemplateApplication _LaunchTemplateApplication_t7214B41A81E0B26846F0ECC569CF1C7265242D4B * ___LaunchTemplateApplication_7; // OVR.OpenVR.IVRApplications/_LaunchApplicationFromMimeType OVR.OpenVR.IVRApplications::LaunchApplicationFromMimeType _LaunchApplicationFromMimeType_t1EBCBE93824674BB13FA4E536C7EF204F7EEBD02 * ___LaunchApplicationFromMimeType_8; // OVR.OpenVR.IVRApplications/_LaunchDashboardOverlay OVR.OpenVR.IVRApplications::LaunchDashboardOverlay _LaunchDashboardOverlay_t25CD10D549B212EA4DB9F696F39AFADA66C588DA * ___LaunchDashboardOverlay_9; // OVR.OpenVR.IVRApplications/_CancelApplicationLaunch OVR.OpenVR.IVRApplications::CancelApplicationLaunch _CancelApplicationLaunch_t693550FE9849ABC595475D9AEEA7B25A095079CC * ___CancelApplicationLaunch_10; // OVR.OpenVR.IVRApplications/_IdentifyApplication OVR.OpenVR.IVRApplications::IdentifyApplication _IdentifyApplication_tF1D2125468D3707AC6E3CFDDB9A6F2783B3685FE * ___IdentifyApplication_11; // OVR.OpenVR.IVRApplications/_GetApplicationProcessId OVR.OpenVR.IVRApplications::GetApplicationProcessId _GetApplicationProcessId_tA264200B277CF62502979396A6CFD25548E60207 * ___GetApplicationProcessId_12; // OVR.OpenVR.IVRApplications/_GetApplicationsErrorNameFromEnum OVR.OpenVR.IVRApplications::GetApplicationsErrorNameFromEnum _GetApplicationsErrorNameFromEnum_tDE318CA40B473467FB691A52E07D10138ABA9218 * ___GetApplicationsErrorNameFromEnum_13; // OVR.OpenVR.IVRApplications/_GetApplicationPropertyString OVR.OpenVR.IVRApplications::GetApplicationPropertyString _GetApplicationPropertyString_tEE97440E8FCA276FE764D4529FB488778C01DC0A * ___GetApplicationPropertyString_14; // OVR.OpenVR.IVRApplications/_GetApplicationPropertyBool OVR.OpenVR.IVRApplications::GetApplicationPropertyBool _GetApplicationPropertyBool_t329DE3D588F372C5123DAD3084FCF2173E4AF76B * ___GetApplicationPropertyBool_15; // OVR.OpenVR.IVRApplications/_GetApplicationPropertyUint64 OVR.OpenVR.IVRApplications::GetApplicationPropertyUint64 _GetApplicationPropertyUint64_tCB608551EFC1B5BA9A6563269A538E1981EEB538 * ___GetApplicationPropertyUint64_16; // OVR.OpenVR.IVRApplications/_SetApplicationAutoLaunch OVR.OpenVR.IVRApplications::SetApplicationAutoLaunch _SetApplicationAutoLaunch_t8F752022F644D6559758B52EEA8A178FB0D4440B * ___SetApplicationAutoLaunch_17; // OVR.OpenVR.IVRApplications/_GetApplicationAutoLaunch OVR.OpenVR.IVRApplications::GetApplicationAutoLaunch _GetApplicationAutoLaunch_tEA63AB32DF23223C0C6C68517C3762F242FCC005 * ___GetApplicationAutoLaunch_18; // OVR.OpenVR.IVRApplications/_SetDefaultApplicationForMimeType OVR.OpenVR.IVRApplications::SetDefaultApplicationForMimeType _SetDefaultApplicationForMimeType_t1EAF17106C6DE83A74AD7ACC22D1542B6755204A * ___SetDefaultApplicationForMimeType_19; // OVR.OpenVR.IVRApplications/_GetDefaultApplicationForMimeType OVR.OpenVR.IVRApplications::GetDefaultApplicationForMimeType _GetDefaultApplicationForMimeType_t60AA6EE57C0E86FCA3B8AC8FE177C854BFDB88AC * ___GetDefaultApplicationForMimeType_20; // OVR.OpenVR.IVRApplications/_GetApplicationSupportedMimeTypes OVR.OpenVR.IVRApplications::GetApplicationSupportedMimeTypes _GetApplicationSupportedMimeTypes_t3EA46E68D7BA46E6CB0D513E029F2F9809E54E75 * ___GetApplicationSupportedMimeTypes_21; // OVR.OpenVR.IVRApplications/_GetApplicationsThatSupportMimeType OVR.OpenVR.IVRApplications::GetApplicationsThatSupportMimeType _GetApplicationsThatSupportMimeType_t96609277A708E44024516E5B1E70B069BE698779 * ___GetApplicationsThatSupportMimeType_22; // OVR.OpenVR.IVRApplications/_GetApplicationLaunchArguments OVR.OpenVR.IVRApplications::GetApplicationLaunchArguments _GetApplicationLaunchArguments_t481D18621A0B66DA7821BF837799C23F0F24B2EC * ___GetApplicationLaunchArguments_23; // OVR.OpenVR.IVRApplications/_GetStartingApplication OVR.OpenVR.IVRApplications::GetStartingApplication _GetStartingApplication_t6126748626A8472E10AB19A58C61D4B26423DDB1 * ___GetStartingApplication_24; // OVR.OpenVR.IVRApplications/_GetTransitionState OVR.OpenVR.IVRApplications::GetTransitionState _GetTransitionState_tFA32D0ECFCF7B43FEB359DED259F58F858DAAFA5 * ___GetTransitionState_25; // OVR.OpenVR.IVRApplications/_PerformApplicationPrelaunchCheck OVR.OpenVR.IVRApplications::PerformApplicationPrelaunchCheck _PerformApplicationPrelaunchCheck_tC7A38145CDBCFDD838A2D613BF67174118DB7490 * ___PerformApplicationPrelaunchCheck_26; // OVR.OpenVR.IVRApplications/_GetApplicationsTransitionStateNameFromEnum OVR.OpenVR.IVRApplications::GetApplicationsTransitionStateNameFromEnum _GetApplicationsTransitionStateNameFromEnum_t7AA4E86159F1A3701FDCCD93B0BE48063A77BF4F * ___GetApplicationsTransitionStateNameFromEnum_27; // OVR.OpenVR.IVRApplications/_IsQuitUserPromptRequested OVR.OpenVR.IVRApplications::IsQuitUserPromptRequested _IsQuitUserPromptRequested_t0E240ABCE0865281912C2532642B359CB4CF0E3F * ___IsQuitUserPromptRequested_28; // OVR.OpenVR.IVRApplications/_LaunchInternalProcess OVR.OpenVR.IVRApplications::LaunchInternalProcess _LaunchInternalProcess_tD450BD77FD046F7332EF461A5941E85100ECE0EC * ___LaunchInternalProcess_29; // OVR.OpenVR.IVRApplications/_GetCurrentSceneProcessId OVR.OpenVR.IVRApplications::GetCurrentSceneProcessId _GetCurrentSceneProcessId_tE42E4D1FA60690D5316EEA2CF27CBD1E043BD524 * ___GetCurrentSceneProcessId_30; public: inline static int32_t get_offset_of_AddApplicationManifest_0() { return static_cast(offsetof(IVRApplications_t71E4F5B16FF20F7E013F6D2C0D0DD2C73DC3BAE5, ___AddApplicationManifest_0)); } inline _AddApplicationManifest_t8F7E65A2312141732F40ED6443FD828581F99329 * get_AddApplicationManifest_0() const { return ___AddApplicationManifest_0; } inline _AddApplicationManifest_t8F7E65A2312141732F40ED6443FD828581F99329 ** get_address_of_AddApplicationManifest_0() { return &___AddApplicationManifest_0; } inline void set_AddApplicationManifest_0(_AddApplicationManifest_t8F7E65A2312141732F40ED6443FD828581F99329 * value) { ___AddApplicationManifest_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___AddApplicationManifest_0), (void*)value); } inline static int32_t get_offset_of_RemoveApplicationManifest_1() { return static_cast(offsetof(IVRApplications_t71E4F5B16FF20F7E013F6D2C0D0DD2C73DC3BAE5, ___RemoveApplicationManifest_1)); } inline _RemoveApplicationManifest_t55538722D4EB1052FC56935C2AA84C760DDB6274 * get_RemoveApplicationManifest_1() const { return ___RemoveApplicationManifest_1; } inline _RemoveApplicationManifest_t55538722D4EB1052FC56935C2AA84C760DDB6274 ** get_address_of_RemoveApplicationManifest_1() { return &___RemoveApplicationManifest_1; } inline void set_RemoveApplicationManifest_1(_RemoveApplicationManifest_t55538722D4EB1052FC56935C2AA84C760DDB6274 * value) { ___RemoveApplicationManifest_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___RemoveApplicationManifest_1), (void*)value); } inline static int32_t get_offset_of_IsApplicationInstalled_2() { return static_cast(offsetof(IVRApplications_t71E4F5B16FF20F7E013F6D2C0D0DD2C73DC3BAE5, ___IsApplicationInstalled_2)); } inline _IsApplicationInstalled_t24BD8BACFC86C9F25E04C102804F832193CB09DA * get_IsApplicationInstalled_2() const { return ___IsApplicationInstalled_2; } inline _IsApplicationInstalled_t24BD8BACFC86C9F25E04C102804F832193CB09DA ** get_address_of_IsApplicationInstalled_2() { return &___IsApplicationInstalled_2; } inline void set_IsApplicationInstalled_2(_IsApplicationInstalled_t24BD8BACFC86C9F25E04C102804F832193CB09DA * value) { ___IsApplicationInstalled_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___IsApplicationInstalled_2), (void*)value); } inline static int32_t get_offset_of_GetApplicationCount_3() { return static_cast(offsetof(IVRApplications_t71E4F5B16FF20F7E013F6D2C0D0DD2C73DC3BAE5, ___GetApplicationCount_3)); } inline _GetApplicationCount_t0421B6046B82D867176C79BA84156574C1F23BAD * get_GetApplicationCount_3() const { return ___GetApplicationCount_3; } inline _GetApplicationCount_t0421B6046B82D867176C79BA84156574C1F23BAD ** get_address_of_GetApplicationCount_3() { return &___GetApplicationCount_3; } inline void set_GetApplicationCount_3(_GetApplicationCount_t0421B6046B82D867176C79BA84156574C1F23BAD * value) { ___GetApplicationCount_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___GetApplicationCount_3), (void*)value); } inline static int32_t get_offset_of_GetApplicationKeyByIndex_4() { return static_cast(offsetof(IVRApplications_t71E4F5B16FF20F7E013F6D2C0D0DD2C73DC3BAE5, ___GetApplicationKeyByIndex_4)); } inline _GetApplicationKeyByIndex_tB26D1403277956B6A9352F13E6353B502A4D04A6 * get_GetApplicationKeyByIndex_4() const { return ___GetApplicationKeyByIndex_4; } inline _GetApplicationKeyByIndex_tB26D1403277956B6A9352F13E6353B502A4D04A6 ** get_address_of_GetApplicationKeyByIndex_4() { return &___GetApplicationKeyByIndex_4; } inline void set_GetApplicationKeyByIndex_4(_GetApplicationKeyByIndex_tB26D1403277956B6A9352F13E6353B502A4D04A6 * value) { ___GetApplicationKeyByIndex_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___GetApplicationKeyByIndex_4), (void*)value); } inline static int32_t get_offset_of_GetApplicationKeyByProcessId_5() { return static_cast(offsetof(IVRApplications_t71E4F5B16FF20F7E013F6D2C0D0DD2C73DC3BAE5, ___GetApplicationKeyByProcessId_5)); } inline _GetApplicationKeyByProcessId_t525D5F6AC17EAC25D395FCCD15C93C40E7DA32D9 * get_GetApplicationKeyByProcessId_5() const { return ___GetApplicationKeyByProcessId_5; } inline _GetApplicationKeyByProcessId_t525D5F6AC17EAC25D395FCCD15C93C40E7DA32D9 ** get_address_of_GetApplicationKeyByProcessId_5() { return &___GetApplicationKeyByProcessId_5; } inline void set_GetApplicationKeyByProcessId_5(_GetApplicationKeyByProcessId_t525D5F6AC17EAC25D395FCCD15C93C40E7DA32D9 * value) { ___GetApplicationKeyByProcessId_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___GetApplicationKeyByProcessId_5), (void*)value); } inline static int32_t get_offset_of_LaunchApplication_6() { return static_cast(offsetof(IVRApplications_t71E4F5B16FF20F7E013F6D2C0D0DD2C73DC3BAE5, ___LaunchApplication_6)); } inline _LaunchApplication_t133AB1F8A67B1094BF974FF5AA2BEE20E7EBFBDE * get_LaunchApplication_6() const { return ___LaunchApplication_6; } inline _LaunchApplication_t133AB1F8A67B1094BF974FF5AA2BEE20E7EBFBDE ** get_address_of_LaunchApplication_6() { return &___LaunchApplication_6; } inline void set_LaunchApplication_6(_LaunchApplication_t133AB1F8A67B1094BF974FF5AA2BEE20E7EBFBDE * value) { ___LaunchApplication_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___LaunchApplication_6), (void*)value); } inline static int32_t get_offset_of_LaunchTemplateApplication_7() { return static_cast(offsetof(IVRApplications_t71E4F5B16FF20F7E013F6D2C0D0DD2C73DC3BAE5, ___LaunchTemplateApplication_7)); } inline _LaunchTemplateApplication_t7214B41A81E0B26846F0ECC569CF1C7265242D4B * get_LaunchTemplateApplication_7() const { return ___LaunchTemplateApplication_7; } inline _LaunchTemplateApplication_t7214B41A81E0B26846F0ECC569CF1C7265242D4B ** get_address_of_LaunchTemplateApplication_7() { return &___LaunchTemplateApplication_7; } inline void set_LaunchTemplateApplication_7(_LaunchTemplateApplication_t7214B41A81E0B26846F0ECC569CF1C7265242D4B * value) { ___LaunchTemplateApplication_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___LaunchTemplateApplication_7), (void*)value); } inline static int32_t get_offset_of_LaunchApplicationFromMimeType_8() { return static_cast(offsetof(IVRApplications_t71E4F5B16FF20F7E013F6D2C0D0DD2C73DC3BAE5, ___LaunchApplicationFromMimeType_8)); } inline _LaunchApplicationFromMimeType_t1EBCBE93824674BB13FA4E536C7EF204F7EEBD02 * get_LaunchApplicationFromMimeType_8() const { return ___LaunchApplicationFromMimeType_8; } inline _LaunchApplicationFromMimeType_t1EBCBE93824674BB13FA4E536C7EF204F7EEBD02 ** get_address_of_LaunchApplicationFromMimeType_8() { return &___LaunchApplicationFromMimeType_8; } inline void set_LaunchApplicationFromMimeType_8(_LaunchApplicationFromMimeType_t1EBCBE93824674BB13FA4E536C7EF204F7EEBD02 * value) { ___LaunchApplicationFromMimeType_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___LaunchApplicationFromMimeType_8), (void*)value); } inline static int32_t get_offset_of_LaunchDashboardOverlay_9() { return static_cast(offsetof(IVRApplications_t71E4F5B16FF20F7E013F6D2C0D0DD2C73DC3BAE5, ___LaunchDashboardOverlay_9)); } inline _LaunchDashboardOverlay_t25CD10D549B212EA4DB9F696F39AFADA66C588DA * get_LaunchDashboardOverlay_9() const { return ___LaunchDashboardOverlay_9; } inline _LaunchDashboardOverlay_t25CD10D549B212EA4DB9F696F39AFADA66C588DA ** get_address_of_LaunchDashboardOverlay_9() { return &___LaunchDashboardOverlay_9; } inline void set_LaunchDashboardOverlay_9(_LaunchDashboardOverlay_t25CD10D549B212EA4DB9F696F39AFADA66C588DA * value) { ___LaunchDashboardOverlay_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___LaunchDashboardOverlay_9), (void*)value); } inline static int32_t get_offset_of_CancelApplicationLaunch_10() { return static_cast(offsetof(IVRApplications_t71E4F5B16FF20F7E013F6D2C0D0DD2C73DC3BAE5, ___CancelApplicationLaunch_10)); } inline _CancelApplicationLaunch_t693550FE9849ABC595475D9AEEA7B25A095079CC * get_CancelApplicationLaunch_10() const { return ___CancelApplicationLaunch_10; } inline _CancelApplicationLaunch_t693550FE9849ABC595475D9AEEA7B25A095079CC ** get_address_of_CancelApplicationLaunch_10() { return &___CancelApplicationLaunch_10; } inline void set_CancelApplicationLaunch_10(_CancelApplicationLaunch_t693550FE9849ABC595475D9AEEA7B25A095079CC * value) { ___CancelApplicationLaunch_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___CancelApplicationLaunch_10), (void*)value); } inline static int32_t get_offset_of_IdentifyApplication_11() { return static_cast(offsetof(IVRApplications_t71E4F5B16FF20F7E013F6D2C0D0DD2C73DC3BAE5, ___IdentifyApplication_11)); } inline _IdentifyApplication_tF1D2125468D3707AC6E3CFDDB9A6F2783B3685FE * get_IdentifyApplication_11() const { return ___IdentifyApplication_11; } inline _IdentifyApplication_tF1D2125468D3707AC6E3CFDDB9A6F2783B3685FE ** get_address_of_IdentifyApplication_11() { return &___IdentifyApplication_11; } inline void set_IdentifyApplication_11(_IdentifyApplication_tF1D2125468D3707AC6E3CFDDB9A6F2783B3685FE * value) { ___IdentifyApplication_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___IdentifyApplication_11), (void*)value); } inline static int32_t get_offset_of_GetApplicationProcessId_12() { return static_cast(offsetof(IVRApplications_t71E4F5B16FF20F7E013F6D2C0D0DD2C73DC3BAE5, ___GetApplicationProcessId_12)); } inline _GetApplicationProcessId_tA264200B277CF62502979396A6CFD25548E60207 * get_GetApplicationProcessId_12() const { return ___GetApplicationProcessId_12; } inline _GetApplicationProcessId_tA264200B277CF62502979396A6CFD25548E60207 ** get_address_of_GetApplicationProcessId_12() { return &___GetApplicationProcessId_12; } inline void set_GetApplicationProcessId_12(_GetApplicationProcessId_tA264200B277CF62502979396A6CFD25548E60207 * value) { ___GetApplicationProcessId_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___GetApplicationProcessId_12), (void*)value); } inline static int32_t get_offset_of_GetApplicationsErrorNameFromEnum_13() { return static_cast(offsetof(IVRApplications_t71E4F5B16FF20F7E013F6D2C0D0DD2C73DC3BAE5, ___GetApplicationsErrorNameFromEnum_13)); } inline _GetApplicationsErrorNameFromEnum_tDE318CA40B473467FB691A52E07D10138ABA9218 * get_GetApplicationsErrorNameFromEnum_13() const { return ___GetApplicationsErrorNameFromEnum_13; } inline _GetApplicationsErrorNameFromEnum_tDE318CA40B473467FB691A52E07D10138ABA9218 ** get_address_of_GetApplicationsErrorNameFromEnum_13() { return &___GetApplicationsErrorNameFromEnum_13; } inline void set_GetApplicationsErrorNameFromEnum_13(_GetApplicationsErrorNameFromEnum_tDE318CA40B473467FB691A52E07D10138ABA9218 * value) { ___GetApplicationsErrorNameFromEnum_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___GetApplicationsErrorNameFromEnum_13), (void*)value); } inline static int32_t get_offset_of_GetApplicationPropertyString_14() { return static_cast(offsetof(IVRApplications_t71E4F5B16FF20F7E013F6D2C0D0DD2C73DC3BAE5, ___GetApplicationPropertyString_14)); } inline _GetApplicationPropertyString_tEE97440E8FCA276FE764D4529FB488778C01DC0A * get_GetApplicationPropertyString_14() const { return ___GetApplicationPropertyString_14; } inline _GetApplicationPropertyString_tEE97440E8FCA276FE764D4529FB488778C01DC0A ** get_address_of_GetApplicationPropertyString_14() { return &___GetApplicationPropertyString_14; } inline void set_GetApplicationPropertyString_14(_GetApplicationPropertyString_tEE97440E8FCA276FE764D4529FB488778C01DC0A * value) { ___GetApplicationPropertyString_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___GetApplicationPropertyString_14), (void*)value); } inline static int32_t get_offset_of_GetApplicationPropertyBool_15() { return static_cast(offsetof(IVRApplications_t71E4F5B16FF20F7E013F6D2C0D0DD2C73DC3BAE5, ___GetApplicationPropertyBool_15)); } inline _GetApplicationPropertyBool_t329DE3D588F372C5123DAD3084FCF2173E4AF76B * get_GetApplicationPropertyBool_15() const { return ___GetApplicationPropertyBool_15; } inline _GetApplicationPropertyBool_t329DE3D588F372C5123DAD3084FCF2173E4AF76B ** get_address_of_GetApplicationPropertyBool_15() { return &___GetApplicationPropertyBool_15; } inline void set_GetApplicationPropertyBool_15(_GetApplicationPropertyBool_t329DE3D588F372C5123DAD3084FCF2173E4AF76B * value) { ___GetApplicationPropertyBool_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___GetApplicationPropertyBool_15), (void*)value); } inline static int32_t get_offset_of_GetApplicationPropertyUint64_16() { return static_cast(offsetof(IVRApplications_t71E4F5B16FF20F7E013F6D2C0D0DD2C73DC3BAE5, ___GetApplicationPropertyUint64_16)); } inline _GetApplicationPropertyUint64_tCB608551EFC1B5BA9A6563269A538E1981EEB538 * get_GetApplicationPropertyUint64_16() const { return ___GetApplicationPropertyUint64_16; } inline _GetApplicationPropertyUint64_tCB608551EFC1B5BA9A6563269A538E1981EEB538 ** get_address_of_GetApplicationPropertyUint64_16() { return &___GetApplicationPropertyUint64_16; } inline void set_GetApplicationPropertyUint64_16(_GetApplicationPropertyUint64_tCB608551EFC1B5BA9A6563269A538E1981EEB538 * value) { ___GetApplicationPropertyUint64_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___GetApplicationPropertyUint64_16), (void*)value); } inline static int32_t get_offset_of_SetApplicationAutoLaunch_17() { return static_cast(offsetof(IVRApplications_t71E4F5B16FF20F7E013F6D2C0D0DD2C73DC3BAE5, ___SetApplicationAutoLaunch_17)); } inline _SetApplicationAutoLaunch_t8F752022F644D6559758B52EEA8A178FB0D4440B * get_SetApplicationAutoLaunch_17() const { return ___SetApplicationAutoLaunch_17; } inline _SetApplicationAutoLaunch_t8F752022F644D6559758B52EEA8A178FB0D4440B ** get_address_of_SetApplicationAutoLaunch_17() { return &___SetApplicationAutoLaunch_17; } inline void set_SetApplicationAutoLaunch_17(_SetApplicationAutoLaunch_t8F752022F644D6559758B52EEA8A178FB0D4440B * value) { ___SetApplicationAutoLaunch_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___SetApplicationAutoLaunch_17), (void*)value); } inline static int32_t get_offset_of_GetApplicationAutoLaunch_18() { return static_cast(offsetof(IVRApplications_t71E4F5B16FF20F7E013F6D2C0D0DD2C73DC3BAE5, ___GetApplicationAutoLaunch_18)); } inline _GetApplicationAutoLaunch_tEA63AB32DF23223C0C6C68517C3762F242FCC005 * get_GetApplicationAutoLaunch_18() const { return ___GetApplicationAutoLaunch_18; } inline _GetApplicationAutoLaunch_tEA63AB32DF23223C0C6C68517C3762F242FCC005 ** get_address_of_GetApplicationAutoLaunch_18() { return &___GetApplicationAutoLaunch_18; } inline void set_GetApplicationAutoLaunch_18(_GetApplicationAutoLaunch_tEA63AB32DF23223C0C6C68517C3762F242FCC005 * value) { ___GetApplicationAutoLaunch_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___GetApplicationAutoLaunch_18), (void*)value); } inline static int32_t get_offset_of_SetDefaultApplicationForMimeType_19() { return static_cast(offsetof(IVRApplications_t71E4F5B16FF20F7E013F6D2C0D0DD2C73DC3BAE5, ___SetDefaultApplicationForMimeType_19)); } inline _SetDefaultApplicationForMimeType_t1EAF17106C6DE83A74AD7ACC22D1542B6755204A * get_SetDefaultApplicationForMimeType_19() const { return ___SetDefaultApplicationForMimeType_19; } inline _SetDefaultApplicationForMimeType_t1EAF17106C6DE83A74AD7ACC22D1542B6755204A ** get_address_of_SetDefaultApplicationForMimeType_19() { return &___SetDefaultApplicationForMimeType_19; } inline void set_SetDefaultApplicationForMimeType_19(_SetDefaultApplicationForMimeType_t1EAF17106C6DE83A74AD7ACC22D1542B6755204A * value) { ___SetDefaultApplicationForMimeType_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___SetDefaultApplicationForMimeType_19), (void*)value); } inline static int32_t get_offset_of_GetDefaultApplicationForMimeType_20() { return static_cast(offsetof(IVRApplications_t71E4F5B16FF20F7E013F6D2C0D0DD2C73DC3BAE5, ___GetDefaultApplicationForMimeType_20)); } inline _GetDefaultApplicationForMimeType_t60AA6EE57C0E86FCA3B8AC8FE177C854BFDB88AC * get_GetDefaultApplicationForMimeType_20() const { return ___GetDefaultApplicationForMimeType_20; } inline _GetDefaultApplicationForMimeType_t60AA6EE57C0E86FCA3B8AC8FE177C854BFDB88AC ** get_address_of_GetDefaultApplicationForMimeType_20() { return &___GetDefaultApplicationForMimeType_20; } inline void set_GetDefaultApplicationForMimeType_20(_GetDefaultApplicationForMimeType_t60AA6EE57C0E86FCA3B8AC8FE177C854BFDB88AC * value) { ___GetDefaultApplicationForMimeType_20 = value; Il2CppCodeGenWriteBarrier((void**)(&___GetDefaultApplicationForMimeType_20), (void*)value); } inline static int32_t get_offset_of_GetApplicationSupportedMimeTypes_21() { return static_cast(offsetof(IVRApplications_t71E4F5B16FF20F7E013F6D2C0D0DD2C73DC3BAE5, ___GetApplicationSupportedMimeTypes_21)); } inline _GetApplicationSupportedMimeTypes_t3EA46E68D7BA46E6CB0D513E029F2F9809E54E75 * get_GetApplicationSupportedMimeTypes_21() const { return ___GetApplicationSupportedMimeTypes_21; } inline _GetApplicationSupportedMimeTypes_t3EA46E68D7BA46E6CB0D513E029F2F9809E54E75 ** get_address_of_GetApplicationSupportedMimeTypes_21() { return &___GetApplicationSupportedMimeTypes_21; } inline void set_GetApplicationSupportedMimeTypes_21(_GetApplicationSupportedMimeTypes_t3EA46E68D7BA46E6CB0D513E029F2F9809E54E75 * value) { ___GetApplicationSupportedMimeTypes_21 = value; Il2CppCodeGenWriteBarrier((void**)(&___GetApplicationSupportedMimeTypes_21), (void*)value); } inline static int32_t get_offset_of_GetApplicationsThatSupportMimeType_22() { return static_cast(offsetof(IVRApplications_t71E4F5B16FF20F7E013F6D2C0D0DD2C73DC3BAE5, ___GetApplicationsThatSupportMimeType_22)); } inline _GetApplicationsThatSupportMimeType_t96609277A708E44024516E5B1E70B069BE698779 * get_GetApplicationsThatSupportMimeType_22() const { return ___GetApplicationsThatSupportMimeType_22; } inline _GetApplicationsThatSupportMimeType_t96609277A708E44024516E5B1E70B069BE698779 ** get_address_of_GetApplicationsThatSupportMimeType_22() { return &___GetApplicationsThatSupportMimeType_22; } inline void set_GetApplicationsThatSupportMimeType_22(_GetApplicationsThatSupportMimeType_t96609277A708E44024516E5B1E70B069BE698779 * value) { ___GetApplicationsThatSupportMimeType_22 = value; Il2CppCodeGenWriteBarrier((void**)(&___GetApplicationsThatSupportMimeType_22), (void*)value); } inline static int32_t get_offset_of_GetApplicationLaunchArguments_23() { return static_cast(offsetof(IVRApplications_t71E4F5B16FF20F7E013F6D2C0D0DD2C73DC3BAE5, ___GetApplicationLaunchArguments_23)); } inline _GetApplicationLaunchArguments_t481D18621A0B66DA7821BF837799C23F0F24B2EC * get_GetApplicationLaunchArguments_23() const { return ___GetApplicationLaunchArguments_23; } inline _GetApplicationLaunchArguments_t481D18621A0B66DA7821BF837799C23F0F24B2EC ** get_address_of_GetApplicationLaunchArguments_23() { return &___GetApplicationLaunchArguments_23; } inline void set_GetApplicationLaunchArguments_23(_GetApplicationLaunchArguments_t481D18621A0B66DA7821BF837799C23F0F24B2EC * value) { ___GetApplicationLaunchArguments_23 = value; Il2CppCodeGenWriteBarrier((void**)(&___GetApplicationLaunchArguments_23), (void*)value); } inline static int32_t get_offset_of_GetStartingApplication_24() { return static_cast(offsetof(IVRApplications_t71E4F5B16FF20F7E013F6D2C0D0DD2C73DC3BAE5, ___GetStartingApplication_24)); } inline _GetStartingApplication_t6126748626A8472E10AB19A58C61D4B26423DDB1 * get_GetStartingApplication_24() const { return ___GetStartingApplication_24; } inline _GetStartingApplication_t6126748626A8472E10AB19A58C61D4B26423DDB1 ** get_address_of_GetStartingApplication_24() { return &___GetStartingApplication_24; } inline void set_GetStartingApplication_24(_GetStartingApplication_t6126748626A8472E10AB19A58C61D4B26423DDB1 * value) { ___GetStartingApplication_24 = value; Il2CppCodeGenWriteBarrier((void**)(&___GetStartingApplication_24), (void*)value); } inline static int32_t get_offset_of_GetTransitionState_25() { return static_cast(offsetof(IVRApplications_t71E4F5B16FF20F7E013F6D2C0D0DD2C73DC3BAE5, ___GetTransitionState_25)); } inline _GetTransitionState_tFA32D0ECFCF7B43FEB359DED259F58F858DAAFA5 * get_GetTransitionState_25() const { return ___GetTransitionState_25; } inline _GetTransitionState_tFA32D0ECFCF7B43FEB359DED259F58F858DAAFA5 ** get_address_of_GetTransitionState_25() { return &___GetTransitionState_25; } inline void set_GetTransitionState_25(_GetTransitionState_tFA32D0ECFCF7B43FEB359DED259F58F858DAAFA5 * value) { ___GetTransitionState_25 = value; Il2CppCodeGenWriteBarrier((void**)(&___GetTransitionState_25), (void*)value); } inline static int32_t get_offset_of_PerformApplicationPrelaunchCheck_26() { return static_cast(offsetof(IVRApplications_t71E4F5B16FF20F7E013F6D2C0D0DD2C73DC3BAE5, ___PerformApplicationPrelaunchCheck_26)); } inline _PerformApplicationPrelaunchCheck_tC7A38145CDBCFDD838A2D613BF67174118DB7490 * get_PerformApplicationPrelaunchCheck_26() const { return ___PerformApplicationPrelaunchCheck_26; } inline _PerformApplicationPrelaunchCheck_tC7A38145CDBCFDD838A2D613BF67174118DB7490 ** get_address_of_PerformApplicationPrelaunchCheck_26() { return &___PerformApplicationPrelaunchCheck_26; } inline void set_PerformApplicationPrelaunchCheck_26(_PerformApplicationPrelaunchCheck_tC7A38145CDBCFDD838A2D613BF67174118DB7490 * value) { ___PerformApplicationPrelaunchCheck_26 = value; Il2CppCodeGenWriteBarrier((void**)(&___PerformApplicationPrelaunchCheck_26), (void*)value); } inline static int32_t get_offset_of_GetApplicationsTransitionStateNameFromEnum_27() { return static_cast(offsetof(IVRApplications_t71E4F5B16FF20F7E013F6D2C0D0DD2C73DC3BAE5, ___GetApplicationsTransitionStateNameFromEnum_27)); } inline _GetApplicationsTransitionStateNameFromEnum_t7AA4E86159F1A3701FDCCD93B0BE48063A77BF4F * get_GetApplicationsTransitionStateNameFromEnum_27() const { return ___GetApplicationsTransitionStateNameFromEnum_27; } inline _GetApplicationsTransitionStateNameFromEnum_t7AA4E86159F1A3701FDCCD93B0BE48063A77BF4F ** get_address_of_GetApplicationsTransitionStateNameFromEnum_27() { return &___GetApplicationsTransitionStateNameFromEnum_27; } inline void set_GetApplicationsTransitionStateNameFromEnum_27(_GetApplicationsTransitionStateNameFromEnum_t7AA4E86159F1A3701FDCCD93B0BE48063A77BF4F * value) { ___GetApplicationsTransitionStateNameFromEnum_27 = value; Il2CppCodeGenWriteBarrier((void**)(&___GetApplicationsTransitionStateNameFromEnum_27), (void*)value); } inline static int32_t get_offset_of_IsQuitUserPromptRequested_28() { return static_cast(offsetof(IVRApplications_t71E4F5B16FF20F7E013F6D2C0D0DD2C73DC3BAE5, ___IsQuitUserPromptRequested_28)); } inline _IsQuitUserPromptRequested_t0E240ABCE0865281912C2532642B359CB4CF0E3F * get_IsQuitUserPromptRequested_28() const { return ___IsQuitUserPromptRequested_28; } inline _IsQuitUserPromptRequested_t0E240ABCE0865281912C2532642B359CB4CF0E3F ** get_address_of_IsQuitUserPromptRequested_28() { return &___IsQuitUserPromptRequested_28; } inline void set_IsQuitUserPromptRequested_28(_IsQuitUserPromptRequested_t0E240ABCE0865281912C2532642B359CB4CF0E3F * value) { ___IsQuitUserPromptRequested_28 = value; Il2CppCodeGenWriteBarrier((void**)(&___IsQuitUserPromptRequested_28), (void*)value); } inline static int32_t get_offset_of_LaunchInternalProcess_29() { return static_cast(offsetof(IVRApplications_t71E4F5B16FF20F7E013F6D2C0D0DD2C73DC3BAE5, ___LaunchInternalProcess_29)); } inline _LaunchInternalProcess_tD450BD77FD046F7332EF461A5941E85100ECE0EC * get_LaunchInternalProcess_29() const { return ___LaunchInternalProcess_29; } inline _LaunchInternalProcess_tD450BD77FD046F7332EF461A5941E85100ECE0EC ** get_address_of_LaunchInternalProcess_29() { return &___LaunchInternalProcess_29; } inline void set_LaunchInternalProcess_29(_LaunchInternalProcess_tD450BD77FD046F7332EF461A5941E85100ECE0EC * value) { ___LaunchInternalProcess_29 = value; Il2CppCodeGenWriteBarrier((void**)(&___LaunchInternalProcess_29), (void*)value); } inline static int32_t get_offset_of_GetCurrentSceneProcessId_30() { return static_cast(offsetof(IVRApplications_t71E4F5B16FF20F7E013F6D2C0D0DD2C73DC3BAE5, ___GetCurrentSceneProcessId_30)); } inline _GetCurrentSceneProcessId_tE42E4D1FA60690D5316EEA2CF27CBD1E043BD524 * get_GetCurrentSceneProcessId_30() const { return ___GetCurrentSceneProcessId_30; } inline _GetCurrentSceneProcessId_tE42E4D1FA60690D5316EEA2CF27CBD1E043BD524 ** get_address_of_GetCurrentSceneProcessId_30() { return &___GetCurrentSceneProcessId_30; } inline void set_GetCurrentSceneProcessId_30(_GetCurrentSceneProcessId_tE42E4D1FA60690D5316EEA2CF27CBD1E043BD524 * value) { ___GetCurrentSceneProcessId_30 = value; Il2CppCodeGenWriteBarrier((void**)(&___GetCurrentSceneProcessId_30), (void*)value); } }; // Native definition for P/Invoke marshalling of OVR.OpenVR.IVRApplications struct IVRApplications_t71E4F5B16FF20F7E013F6D2C0D0DD2C73DC3BAE5_marshaled_pinvoke { Il2CppMethodPointer ___AddApplicationManifest_0; Il2CppMethodPointer ___RemoveApplicationManifest_1; Il2CppMethodPointer ___IsApplicationInstalled_2; Il2CppMethodPointer ___GetApplicationCount_3; Il2CppMethodPointer ___GetApplicationKeyByIndex_4; Il2CppMethodPointer ___GetApplicationKeyByProcessId_5; Il2CppMethodPointer ___LaunchApplication_6; Il2CppMethodPointer ___LaunchTemplateApplication_7; Il2CppMethodPointer ___LaunchApplicationFromMimeType_8; Il2CppMethodPointer ___LaunchDashboardOverlay_9; Il2CppMethodPointer ___CancelApplicationLaunch_10; Il2CppMethodPointer ___IdentifyApplication_11; Il2CppMethodPointer ___GetApplicationProcessId_12; Il2CppMethodPointer ___GetApplicationsErrorNameFromEnum_13; Il2CppMethodPointer ___GetApplicationPropertyString_14; Il2CppMethodPointer ___GetApplicationPropertyBool_15; Il2CppMethodPointer ___GetApplicationPropertyUint64_16; Il2CppMethodPointer ___SetApplicationAutoLaunch_17; Il2CppMethodPointer ___GetApplicationAutoLaunch_18; Il2CppMethodPointer ___SetDefaultApplicationForMimeType_19; Il2CppMethodPointer ___GetDefaultApplicationForMimeType_20; Il2CppMethodPointer ___GetApplicationSupportedMimeTypes_21; Il2CppMethodPointer ___GetApplicationsThatSupportMimeType_22; Il2CppMethodPointer ___GetApplicationLaunchArguments_23; Il2CppMethodPointer ___GetStartingApplication_24; Il2CppMethodPointer ___GetTransitionState_25; Il2CppMethodPointer ___PerformApplicationPrelaunchCheck_26; Il2CppMethodPointer ___GetApplicationsTransitionStateNameFromEnum_27; Il2CppMethodPointer ___IsQuitUserPromptRequested_28; Il2CppMethodPointer ___LaunchInternalProcess_29; Il2CppMethodPointer ___GetCurrentSceneProcessId_30; }; // Native definition for COM marshalling of OVR.OpenVR.IVRApplications struct IVRApplications_t71E4F5B16FF20F7E013F6D2C0D0DD2C73DC3BAE5_marshaled_com { Il2CppMethodPointer ___AddApplicationManifest_0; Il2CppMethodPointer ___RemoveApplicationManifest_1; Il2CppMethodPointer ___IsApplicationInstalled_2; Il2CppMethodPointer ___GetApplicationCount_3; Il2CppMethodPointer ___GetApplicationKeyByIndex_4; Il2CppMethodPointer ___GetApplicationKeyByProcessId_5; Il2CppMethodPointer ___LaunchApplication_6; Il2CppMethodPointer ___LaunchTemplateApplication_7; Il2CppMethodPointer ___LaunchApplicationFromMimeType_8; Il2CppMethodPointer ___LaunchDashboardOverlay_9; Il2CppMethodPointer ___CancelApplicationLaunch_10; Il2CppMethodPointer ___IdentifyApplication_11; Il2CppMethodPointer ___GetApplicationProcessId_12; Il2CppMethodPointer ___GetApplicationsErrorNameFromEnum_13; Il2CppMethodPointer ___GetApplicationPropertyString_14; Il2CppMethodPointer ___GetApplicationPropertyBool_15; Il2CppMethodPointer ___GetApplicationPropertyUint64_16; Il2CppMethodPointer ___SetApplicationAutoLaunch_17; Il2CppMethodPointer ___GetApplicationAutoLaunch_18; Il2CppMethodPointer ___SetDefaultApplicationForMimeType_19; Il2CppMethodPointer ___GetDefaultApplicationForMimeType_20; Il2CppMethodPointer ___GetApplicationSupportedMimeTypes_21; Il2CppMethodPointer ___GetApplicationsThatSupportMimeType_22; Il2CppMethodPointer ___GetApplicationLaunchArguments_23; Il2CppMethodPointer ___GetStartingApplication_24; Il2CppMethodPointer ___GetTransitionState_25; Il2CppMethodPointer ___PerformApplicationPrelaunchCheck_26; Il2CppMethodPointer ___GetApplicationsTransitionStateNameFromEnum_27; Il2CppMethodPointer ___IsQuitUserPromptRequested_28; Il2CppMethodPointer ___LaunchInternalProcess_29; Il2CppMethodPointer ___GetCurrentSceneProcessId_30; }; // OVR.OpenVR.IVRChaperone struct IVRChaperone_t64DF13E69B4E1E880B74DAD00631B1BA0325A0A9 { public: // OVR.OpenVR.IVRChaperone/_GetCalibrationState OVR.OpenVR.IVRChaperone::GetCalibrationState _GetCalibrationState_t1D759120A0036F6D634F1D7DA29C44030E4E3E52 * ___GetCalibrationState_0; // OVR.OpenVR.IVRChaperone/_GetPlayAreaSize OVR.OpenVR.IVRChaperone::GetPlayAreaSize _GetPlayAreaSize_t042C0EF93D55C0D6FEADAEF70052163A61F0DEE5 * ___GetPlayAreaSize_1; // OVR.OpenVR.IVRChaperone/_GetPlayAreaRect OVR.OpenVR.IVRChaperone::GetPlayAreaRect _GetPlayAreaRect_tA7DF7F76563649AA0C9AD1CDD0C1C4C27FD8F93E * ___GetPlayAreaRect_2; // OVR.OpenVR.IVRChaperone/_ReloadInfo OVR.OpenVR.IVRChaperone::ReloadInfo _ReloadInfo_t5327F490713765985765B2FB12D638A1E24A4DB7 * ___ReloadInfo_3; // OVR.OpenVR.IVRChaperone/_SetSceneColor OVR.OpenVR.IVRChaperone::SetSceneColor _SetSceneColor_t549902A1F62421A9555FCFF8B7832BD5787F939B * ___SetSceneColor_4; // OVR.OpenVR.IVRChaperone/_GetBoundsColor OVR.OpenVR.IVRChaperone::GetBoundsColor _GetBoundsColor_tC520B464B5B9A6DAEB59DE8656820AFD237F8A27 * ___GetBoundsColor_5; // OVR.OpenVR.IVRChaperone/_AreBoundsVisible OVR.OpenVR.IVRChaperone::AreBoundsVisible _AreBoundsVisible_tA3192F3919D5727DB14BE33EC9D706BB016B9836 * ___AreBoundsVisible_6; // OVR.OpenVR.IVRChaperone/_ForceBoundsVisible OVR.OpenVR.IVRChaperone::ForceBoundsVisible _ForceBoundsVisible_t2DF77F04CA7CF61500A168D77A332081C5CCB9E1 * ___ForceBoundsVisible_7; public: inline static int32_t get_offset_of_GetCalibrationState_0() { return static_cast(offsetof(IVRChaperone_t64DF13E69B4E1E880B74DAD00631B1BA0325A0A9, ___GetCalibrationState_0)); } inline _GetCalibrationState_t1D759120A0036F6D634F1D7DA29C44030E4E3E52 * get_GetCalibrationState_0() const { return ___GetCalibrationState_0; } inline _GetCalibrationState_t1D759120A0036F6D634F1D7DA29C44030E4E3E52 ** get_address_of_GetCalibrationState_0() { return &___GetCalibrationState_0; } inline void set_GetCalibrationState_0(_GetCalibrationState_t1D759120A0036F6D634F1D7DA29C44030E4E3E52 * value) { ___GetCalibrationState_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___GetCalibrationState_0), (void*)value); } inline static int32_t get_offset_of_GetPlayAreaSize_1() { return static_cast(offsetof(IVRChaperone_t64DF13E69B4E1E880B74DAD00631B1BA0325A0A9, ___GetPlayAreaSize_1)); } inline _GetPlayAreaSize_t042C0EF93D55C0D6FEADAEF70052163A61F0DEE5 * get_GetPlayAreaSize_1() const { return ___GetPlayAreaSize_1; } inline _GetPlayAreaSize_t042C0EF93D55C0D6FEADAEF70052163A61F0DEE5 ** get_address_of_GetPlayAreaSize_1() { return &___GetPlayAreaSize_1; } inline void set_GetPlayAreaSize_1(_GetPlayAreaSize_t042C0EF93D55C0D6FEADAEF70052163A61F0DEE5 * value) { ___GetPlayAreaSize_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___GetPlayAreaSize_1), (void*)value); } inline static int32_t get_offset_of_GetPlayAreaRect_2() { return static_cast(offsetof(IVRChaperone_t64DF13E69B4E1E880B74DAD00631B1BA0325A0A9, ___GetPlayAreaRect_2)); } inline _GetPlayAreaRect_tA7DF7F76563649AA0C9AD1CDD0C1C4C27FD8F93E * get_GetPlayAreaRect_2() const { return ___GetPlayAreaRect_2; } inline _GetPlayAreaRect_tA7DF7F76563649AA0C9AD1CDD0C1C4C27FD8F93E ** get_address_of_GetPlayAreaRect_2() { return &___GetPlayAreaRect_2; } inline void set_GetPlayAreaRect_2(_GetPlayAreaRect_tA7DF7F76563649AA0C9AD1CDD0C1C4C27FD8F93E * value) { ___GetPlayAreaRect_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___GetPlayAreaRect_2), (void*)value); } inline static int32_t get_offset_of_ReloadInfo_3() { return static_cast(offsetof(IVRChaperone_t64DF13E69B4E1E880B74DAD00631B1BA0325A0A9, ___ReloadInfo_3)); } inline _ReloadInfo_t5327F490713765985765B2FB12D638A1E24A4DB7 * get_ReloadInfo_3() const { return ___ReloadInfo_3; } inline _ReloadInfo_t5327F490713765985765B2FB12D638A1E24A4DB7 ** get_address_of_ReloadInfo_3() { return &___ReloadInfo_3; } inline void set_ReloadInfo_3(_ReloadInfo_t5327F490713765985765B2FB12D638A1E24A4DB7 * value) { ___ReloadInfo_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___ReloadInfo_3), (void*)value); } inline static int32_t get_offset_of_SetSceneColor_4() { return static_cast(offsetof(IVRChaperone_t64DF13E69B4E1E880B74DAD00631B1BA0325A0A9, ___SetSceneColor_4)); } inline _SetSceneColor_t549902A1F62421A9555FCFF8B7832BD5787F939B * get_SetSceneColor_4() const { return ___SetSceneColor_4; } inline _SetSceneColor_t549902A1F62421A9555FCFF8B7832BD5787F939B ** get_address_of_SetSceneColor_4() { return &___SetSceneColor_4; } inline void set_SetSceneColor_4(_SetSceneColor_t549902A1F62421A9555FCFF8B7832BD5787F939B * value) { ___SetSceneColor_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___SetSceneColor_4), (void*)value); } inline static int32_t get_offset_of_GetBoundsColor_5() { return static_cast(offsetof(IVRChaperone_t64DF13E69B4E1E880B74DAD00631B1BA0325A0A9, ___GetBoundsColor_5)); } inline _GetBoundsColor_tC520B464B5B9A6DAEB59DE8656820AFD237F8A27 * get_GetBoundsColor_5() const { return ___GetBoundsColor_5; } inline _GetBoundsColor_tC520B464B5B9A6DAEB59DE8656820AFD237F8A27 ** get_address_of_GetBoundsColor_5() { return &___GetBoundsColor_5; } inline void set_GetBoundsColor_5(_GetBoundsColor_tC520B464B5B9A6DAEB59DE8656820AFD237F8A27 * value) { ___GetBoundsColor_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___GetBoundsColor_5), (void*)value); } inline static int32_t get_offset_of_AreBoundsVisible_6() { return static_cast(offsetof(IVRChaperone_t64DF13E69B4E1E880B74DAD00631B1BA0325A0A9, ___AreBoundsVisible_6)); } inline _AreBoundsVisible_tA3192F3919D5727DB14BE33EC9D706BB016B9836 * get_AreBoundsVisible_6() const { return ___AreBoundsVisible_6; } inline _AreBoundsVisible_tA3192F3919D5727DB14BE33EC9D706BB016B9836 ** get_address_of_AreBoundsVisible_6() { return &___AreBoundsVisible_6; } inline void set_AreBoundsVisible_6(_AreBoundsVisible_tA3192F3919D5727DB14BE33EC9D706BB016B9836 * value) { ___AreBoundsVisible_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___AreBoundsVisible_6), (void*)value); } inline static int32_t get_offset_of_ForceBoundsVisible_7() { return static_cast(offsetof(IVRChaperone_t64DF13E69B4E1E880B74DAD00631B1BA0325A0A9, ___ForceBoundsVisible_7)); } inline _ForceBoundsVisible_t2DF77F04CA7CF61500A168D77A332081C5CCB9E1 * get_ForceBoundsVisible_7() const { return ___ForceBoundsVisible_7; } inline _ForceBoundsVisible_t2DF77F04CA7CF61500A168D77A332081C5CCB9E1 ** get_address_of_ForceBoundsVisible_7() { return &___ForceBoundsVisible_7; } inline void set_ForceBoundsVisible_7(_ForceBoundsVisible_t2DF77F04CA7CF61500A168D77A332081C5CCB9E1 * value) { ___ForceBoundsVisible_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___ForceBoundsVisible_7), (void*)value); } }; // Native definition for P/Invoke marshalling of OVR.OpenVR.IVRChaperone struct IVRChaperone_t64DF13E69B4E1E880B74DAD00631B1BA0325A0A9_marshaled_pinvoke { Il2CppMethodPointer ___GetCalibrationState_0; Il2CppMethodPointer ___GetPlayAreaSize_1; Il2CppMethodPointer ___GetPlayAreaRect_2; Il2CppMethodPointer ___ReloadInfo_3; Il2CppMethodPointer ___SetSceneColor_4; Il2CppMethodPointer ___GetBoundsColor_5; Il2CppMethodPointer ___AreBoundsVisible_6; Il2CppMethodPointer ___ForceBoundsVisible_7; }; // Native definition for COM marshalling of OVR.OpenVR.IVRChaperone struct IVRChaperone_t64DF13E69B4E1E880B74DAD00631B1BA0325A0A9_marshaled_com { Il2CppMethodPointer ___GetCalibrationState_0; Il2CppMethodPointer ___GetPlayAreaSize_1; Il2CppMethodPointer ___GetPlayAreaRect_2; Il2CppMethodPointer ___ReloadInfo_3; Il2CppMethodPointer ___SetSceneColor_4; Il2CppMethodPointer ___GetBoundsColor_5; Il2CppMethodPointer ___AreBoundsVisible_6; Il2CppMethodPointer ___ForceBoundsVisible_7; }; // OVR.OpenVR.IVRChaperoneSetup struct IVRChaperoneSetup_tEDC2C2D840C125DF3E462339B4411D10DA1823F0 { public: // OVR.OpenVR.IVRChaperoneSetup/_CommitWorkingCopy OVR.OpenVR.IVRChaperoneSetup::CommitWorkingCopy _CommitWorkingCopy_t2DEF874AAD66924ECA79A21EA9EB2C96DC4F3C69 * ___CommitWorkingCopy_0; // OVR.OpenVR.IVRChaperoneSetup/_RevertWorkingCopy OVR.OpenVR.IVRChaperoneSetup::RevertWorkingCopy _RevertWorkingCopy_t6ABCD217D353635B85D90497E5203CA2BDAF073C * ___RevertWorkingCopy_1; // OVR.OpenVR.IVRChaperoneSetup/_GetWorkingPlayAreaSize OVR.OpenVR.IVRChaperoneSetup::GetWorkingPlayAreaSize _GetWorkingPlayAreaSize_t50FEAC89690B60FA1298C78D55BAC626A64F0910 * ___GetWorkingPlayAreaSize_2; // OVR.OpenVR.IVRChaperoneSetup/_GetWorkingPlayAreaRect OVR.OpenVR.IVRChaperoneSetup::GetWorkingPlayAreaRect _GetWorkingPlayAreaRect_tFBB2329CFAD8176BCB6598D679CA68FA767537D0 * ___GetWorkingPlayAreaRect_3; // OVR.OpenVR.IVRChaperoneSetup/_GetWorkingCollisionBoundsInfo OVR.OpenVR.IVRChaperoneSetup::GetWorkingCollisionBoundsInfo _GetWorkingCollisionBoundsInfo_t3D25136FA66BCD5F679114D2C559743F1E886522 * ___GetWorkingCollisionBoundsInfo_4; // OVR.OpenVR.IVRChaperoneSetup/_GetLiveCollisionBoundsInfo OVR.OpenVR.IVRChaperoneSetup::GetLiveCollisionBoundsInfo _GetLiveCollisionBoundsInfo_t334E285B22B71564978FA741EE9AA01F4293B3D7 * ___GetLiveCollisionBoundsInfo_5; // OVR.OpenVR.IVRChaperoneSetup/_GetWorkingSeatedZeroPoseToRawTrackingPose OVR.OpenVR.IVRChaperoneSetup::GetWorkingSeatedZeroPoseToRawTrackingPose _GetWorkingSeatedZeroPoseToRawTrackingPose_tA286EA2F6C7B626F168724DB38024A9A374548B8 * ___GetWorkingSeatedZeroPoseToRawTrackingPose_6; // OVR.OpenVR.IVRChaperoneSetup/_GetWorkingStandingZeroPoseToRawTrackingPose OVR.OpenVR.IVRChaperoneSetup::GetWorkingStandingZeroPoseToRawTrackingPose _GetWorkingStandingZeroPoseToRawTrackingPose_tC08B52E7ABF8DD276D9AD4BC2B53054E6C3B46FE * ___GetWorkingStandingZeroPoseToRawTrackingPose_7; // OVR.OpenVR.IVRChaperoneSetup/_SetWorkingPlayAreaSize OVR.OpenVR.IVRChaperoneSetup::SetWorkingPlayAreaSize _SetWorkingPlayAreaSize_t700589240995D45176D044D48824B9B730ACC344 * ___SetWorkingPlayAreaSize_8; // OVR.OpenVR.IVRChaperoneSetup/_SetWorkingCollisionBoundsInfo OVR.OpenVR.IVRChaperoneSetup::SetWorkingCollisionBoundsInfo _SetWorkingCollisionBoundsInfo_t03121D927BA163F91E5AB7756C2DCC5532C2EAF7 * ___SetWorkingCollisionBoundsInfo_9; // OVR.OpenVR.IVRChaperoneSetup/_SetWorkingSeatedZeroPoseToRawTrackingPose OVR.OpenVR.IVRChaperoneSetup::SetWorkingSeatedZeroPoseToRawTrackingPose _SetWorkingSeatedZeroPoseToRawTrackingPose_t1643A67D8EC3978C6FB36C01640F7F3239EC2BEC * ___SetWorkingSeatedZeroPoseToRawTrackingPose_10; // OVR.OpenVR.IVRChaperoneSetup/_SetWorkingStandingZeroPoseToRawTrackingPose OVR.OpenVR.IVRChaperoneSetup::SetWorkingStandingZeroPoseToRawTrackingPose _SetWorkingStandingZeroPoseToRawTrackingPose_t634EC39D49CF77E53E4F2FB876BCAF578BD63E22 * ___SetWorkingStandingZeroPoseToRawTrackingPose_11; // OVR.OpenVR.IVRChaperoneSetup/_ReloadFromDisk OVR.OpenVR.IVRChaperoneSetup::ReloadFromDisk _ReloadFromDisk_t9BB73E11ECBBE96ED5321FB2E8E0028F975524A1 * ___ReloadFromDisk_12; // OVR.OpenVR.IVRChaperoneSetup/_GetLiveSeatedZeroPoseToRawTrackingPose OVR.OpenVR.IVRChaperoneSetup::GetLiveSeatedZeroPoseToRawTrackingPose _GetLiveSeatedZeroPoseToRawTrackingPose_tEA5CDD6CB14A50A9A7A5CB4D68B54973DD3961A9 * ___GetLiveSeatedZeroPoseToRawTrackingPose_13; // OVR.OpenVR.IVRChaperoneSetup/_SetWorkingCollisionBoundsTagsInfo OVR.OpenVR.IVRChaperoneSetup::SetWorkingCollisionBoundsTagsInfo _SetWorkingCollisionBoundsTagsInfo_t55E130AE33A8A5C3B423CDBE8530705262AA7D4D * ___SetWorkingCollisionBoundsTagsInfo_14; // OVR.OpenVR.IVRChaperoneSetup/_GetLiveCollisionBoundsTagsInfo OVR.OpenVR.IVRChaperoneSetup::GetLiveCollisionBoundsTagsInfo _GetLiveCollisionBoundsTagsInfo_t0E1DBF5359223C5BFA227A720CFFF856B3417923 * ___GetLiveCollisionBoundsTagsInfo_15; // OVR.OpenVR.IVRChaperoneSetup/_SetWorkingPhysicalBoundsInfo OVR.OpenVR.IVRChaperoneSetup::SetWorkingPhysicalBoundsInfo _SetWorkingPhysicalBoundsInfo_tB208470A3EC9EF89523E05F1ED1D9893A62406DF * ___SetWorkingPhysicalBoundsInfo_16; // OVR.OpenVR.IVRChaperoneSetup/_GetLivePhysicalBoundsInfo OVR.OpenVR.IVRChaperoneSetup::GetLivePhysicalBoundsInfo _GetLivePhysicalBoundsInfo_t58E4EB884C2E3BFB68E92D3683C0B5DBB529C204 * ___GetLivePhysicalBoundsInfo_17; // OVR.OpenVR.IVRChaperoneSetup/_ExportLiveToBuffer OVR.OpenVR.IVRChaperoneSetup::ExportLiveToBuffer _ExportLiveToBuffer_t6C201F15D98124B67945F0FD49FE4B7DBE9994D6 * ___ExportLiveToBuffer_18; // OVR.OpenVR.IVRChaperoneSetup/_ImportFromBufferToWorking OVR.OpenVR.IVRChaperoneSetup::ImportFromBufferToWorking _ImportFromBufferToWorking_t8440AAFC3965A473BDDCC24271231950B298B8FB * ___ImportFromBufferToWorking_19; public: inline static int32_t get_offset_of_CommitWorkingCopy_0() { return static_cast(offsetof(IVRChaperoneSetup_tEDC2C2D840C125DF3E462339B4411D10DA1823F0, ___CommitWorkingCopy_0)); } inline _CommitWorkingCopy_t2DEF874AAD66924ECA79A21EA9EB2C96DC4F3C69 * get_CommitWorkingCopy_0() const { return ___CommitWorkingCopy_0; } inline _CommitWorkingCopy_t2DEF874AAD66924ECA79A21EA9EB2C96DC4F3C69 ** get_address_of_CommitWorkingCopy_0() { return &___CommitWorkingCopy_0; } inline void set_CommitWorkingCopy_0(_CommitWorkingCopy_t2DEF874AAD66924ECA79A21EA9EB2C96DC4F3C69 * value) { ___CommitWorkingCopy_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___CommitWorkingCopy_0), (void*)value); } inline static int32_t get_offset_of_RevertWorkingCopy_1() { return static_cast(offsetof(IVRChaperoneSetup_tEDC2C2D840C125DF3E462339B4411D10DA1823F0, ___RevertWorkingCopy_1)); } inline _RevertWorkingCopy_t6ABCD217D353635B85D90497E5203CA2BDAF073C * get_RevertWorkingCopy_1() const { return ___RevertWorkingCopy_1; } inline _RevertWorkingCopy_t6ABCD217D353635B85D90497E5203CA2BDAF073C ** get_address_of_RevertWorkingCopy_1() { return &___RevertWorkingCopy_1; } inline void set_RevertWorkingCopy_1(_RevertWorkingCopy_t6ABCD217D353635B85D90497E5203CA2BDAF073C * value) { ___RevertWorkingCopy_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___RevertWorkingCopy_1), (void*)value); } inline static int32_t get_offset_of_GetWorkingPlayAreaSize_2() { return static_cast(offsetof(IVRChaperoneSetup_tEDC2C2D840C125DF3E462339B4411D10DA1823F0, ___GetWorkingPlayAreaSize_2)); } inline _GetWorkingPlayAreaSize_t50FEAC89690B60FA1298C78D55BAC626A64F0910 * get_GetWorkingPlayAreaSize_2() const { return ___GetWorkingPlayAreaSize_2; } inline _GetWorkingPlayAreaSize_t50FEAC89690B60FA1298C78D55BAC626A64F0910 ** get_address_of_GetWorkingPlayAreaSize_2() { return &___GetWorkingPlayAreaSize_2; } inline void set_GetWorkingPlayAreaSize_2(_GetWorkingPlayAreaSize_t50FEAC89690B60FA1298C78D55BAC626A64F0910 * value) { ___GetWorkingPlayAreaSize_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___GetWorkingPlayAreaSize_2), (void*)value); } inline static int32_t get_offset_of_GetWorkingPlayAreaRect_3() { return static_cast(offsetof(IVRChaperoneSetup_tEDC2C2D840C125DF3E462339B4411D10DA1823F0, ___GetWorkingPlayAreaRect_3)); } inline _GetWorkingPlayAreaRect_tFBB2329CFAD8176BCB6598D679CA68FA767537D0 * get_GetWorkingPlayAreaRect_3() const { return ___GetWorkingPlayAreaRect_3; } inline _GetWorkingPlayAreaRect_tFBB2329CFAD8176BCB6598D679CA68FA767537D0 ** get_address_of_GetWorkingPlayAreaRect_3() { return &___GetWorkingPlayAreaRect_3; } inline void set_GetWorkingPlayAreaRect_3(_GetWorkingPlayAreaRect_tFBB2329CFAD8176BCB6598D679CA68FA767537D0 * value) { ___GetWorkingPlayAreaRect_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___GetWorkingPlayAreaRect_3), (void*)value); } inline static int32_t get_offset_of_GetWorkingCollisionBoundsInfo_4() { return static_cast(offsetof(IVRChaperoneSetup_tEDC2C2D840C125DF3E462339B4411D10DA1823F0, ___GetWorkingCollisionBoundsInfo_4)); } inline _GetWorkingCollisionBoundsInfo_t3D25136FA66BCD5F679114D2C559743F1E886522 * get_GetWorkingCollisionBoundsInfo_4() const { return ___GetWorkingCollisionBoundsInfo_4; } inline _GetWorkingCollisionBoundsInfo_t3D25136FA66BCD5F679114D2C559743F1E886522 ** get_address_of_GetWorkingCollisionBoundsInfo_4() { return &___GetWorkingCollisionBoundsInfo_4; } inline void set_GetWorkingCollisionBoundsInfo_4(_GetWorkingCollisionBoundsInfo_t3D25136FA66BCD5F679114D2C559743F1E886522 * value) { ___GetWorkingCollisionBoundsInfo_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___GetWorkingCollisionBoundsInfo_4), (void*)value); } inline static int32_t get_offset_of_GetLiveCollisionBoundsInfo_5() { return static_cast(offsetof(IVRChaperoneSetup_tEDC2C2D840C125DF3E462339B4411D10DA1823F0, ___GetLiveCollisionBoundsInfo_5)); } inline _GetLiveCollisionBoundsInfo_t334E285B22B71564978FA741EE9AA01F4293B3D7 * get_GetLiveCollisionBoundsInfo_5() const { return ___GetLiveCollisionBoundsInfo_5; } inline _GetLiveCollisionBoundsInfo_t334E285B22B71564978FA741EE9AA01F4293B3D7 ** get_address_of_GetLiveCollisionBoundsInfo_5() { return &___GetLiveCollisionBoundsInfo_5; } inline void set_GetLiveCollisionBoundsInfo_5(_GetLiveCollisionBoundsInfo_t334E285B22B71564978FA741EE9AA01F4293B3D7 * value) { ___GetLiveCollisionBoundsInfo_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___GetLiveCollisionBoundsInfo_5), (void*)value); } inline static int32_t get_offset_of_GetWorkingSeatedZeroPoseToRawTrackingPose_6() { return static_cast(offsetof(IVRChaperoneSetup_tEDC2C2D840C125DF3E462339B4411D10DA1823F0, ___GetWorkingSeatedZeroPoseToRawTrackingPose_6)); } inline _GetWorkingSeatedZeroPoseToRawTrackingPose_tA286EA2F6C7B626F168724DB38024A9A374548B8 * get_GetWorkingSeatedZeroPoseToRawTrackingPose_6() const { return ___GetWorkingSeatedZeroPoseToRawTrackingPose_6; } inline _GetWorkingSeatedZeroPoseToRawTrackingPose_tA286EA2F6C7B626F168724DB38024A9A374548B8 ** get_address_of_GetWorkingSeatedZeroPoseToRawTrackingPose_6() { return &___GetWorkingSeatedZeroPoseToRawTrackingPose_6; } inline void set_GetWorkingSeatedZeroPoseToRawTrackingPose_6(_GetWorkingSeatedZeroPoseToRawTrackingPose_tA286EA2F6C7B626F168724DB38024A9A374548B8 * value) { ___GetWorkingSeatedZeroPoseToRawTrackingPose_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___GetWorkingSeatedZeroPoseToRawTrackingPose_6), (void*)value); } inline static int32_t get_offset_of_GetWorkingStandingZeroPoseToRawTrackingPose_7() { return static_cast(offsetof(IVRChaperoneSetup_tEDC2C2D840C125DF3E462339B4411D10DA1823F0, ___GetWorkingStandingZeroPoseToRawTrackingPose_7)); } inline _GetWorkingStandingZeroPoseToRawTrackingPose_tC08B52E7ABF8DD276D9AD4BC2B53054E6C3B46FE * get_GetWorkingStandingZeroPoseToRawTrackingPose_7() const { return ___GetWorkingStandingZeroPoseToRawTrackingPose_7; } inline _GetWorkingStandingZeroPoseToRawTrackingPose_tC08B52E7ABF8DD276D9AD4BC2B53054E6C3B46FE ** get_address_of_GetWorkingStandingZeroPoseToRawTrackingPose_7() { return &___GetWorkingStandingZeroPoseToRawTrackingPose_7; } inline void set_GetWorkingStandingZeroPoseToRawTrackingPose_7(_GetWorkingStandingZeroPoseToRawTrackingPose_tC08B52E7ABF8DD276D9AD4BC2B53054E6C3B46FE * value) { ___GetWorkingStandingZeroPoseToRawTrackingPose_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___GetWorkingStandingZeroPoseToRawTrackingPose_7), (void*)value); } inline static int32_t get_offset_of_SetWorkingPlayAreaSize_8() { return static_cast(offsetof(IVRChaperoneSetup_tEDC2C2D840C125DF3E462339B4411D10DA1823F0, ___SetWorkingPlayAreaSize_8)); } inline _SetWorkingPlayAreaSize_t700589240995D45176D044D48824B9B730ACC344 * get_SetWorkingPlayAreaSize_8() const { return ___SetWorkingPlayAreaSize_8; } inline _SetWorkingPlayAreaSize_t700589240995D45176D044D48824B9B730ACC344 ** get_address_of_SetWorkingPlayAreaSize_8() { return &___SetWorkingPlayAreaSize_8; } inline void set_SetWorkingPlayAreaSize_8(_SetWorkingPlayAreaSize_t700589240995D45176D044D48824B9B730ACC344 * value) { ___SetWorkingPlayAreaSize_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___SetWorkingPlayAreaSize_8), (void*)value); } inline static int32_t get_offset_of_SetWorkingCollisionBoundsInfo_9() { return static_cast(offsetof(IVRChaperoneSetup_tEDC2C2D840C125DF3E462339B4411D10DA1823F0, ___SetWorkingCollisionBoundsInfo_9)); } inline _SetWorkingCollisionBoundsInfo_t03121D927BA163F91E5AB7756C2DCC5532C2EAF7 * get_SetWorkingCollisionBoundsInfo_9() const { return ___SetWorkingCollisionBoundsInfo_9; } inline _SetWorkingCollisionBoundsInfo_t03121D927BA163F91E5AB7756C2DCC5532C2EAF7 ** get_address_of_SetWorkingCollisionBoundsInfo_9() { return &___SetWorkingCollisionBoundsInfo_9; } inline void set_SetWorkingCollisionBoundsInfo_9(_SetWorkingCollisionBoundsInfo_t03121D927BA163F91E5AB7756C2DCC5532C2EAF7 * value) { ___SetWorkingCollisionBoundsInfo_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___SetWorkingCollisionBoundsInfo_9), (void*)value); } inline static int32_t get_offset_of_SetWorkingSeatedZeroPoseToRawTrackingPose_10() { return static_cast(offsetof(IVRChaperoneSetup_tEDC2C2D840C125DF3E462339B4411D10DA1823F0, ___SetWorkingSeatedZeroPoseToRawTrackingPose_10)); } inline _SetWorkingSeatedZeroPoseToRawTrackingPose_t1643A67D8EC3978C6FB36C01640F7F3239EC2BEC * get_SetWorkingSeatedZeroPoseToRawTrackingPose_10() const { return ___SetWorkingSeatedZeroPoseToRawTrackingPose_10; } inline _SetWorkingSeatedZeroPoseToRawTrackingPose_t1643A67D8EC3978C6FB36C01640F7F3239EC2BEC ** get_address_of_SetWorkingSeatedZeroPoseToRawTrackingPose_10() { return &___SetWorkingSeatedZeroPoseToRawTrackingPose_10; } inline void set_SetWorkingSeatedZeroPoseToRawTrackingPose_10(_SetWorkingSeatedZeroPoseToRawTrackingPose_t1643A67D8EC3978C6FB36C01640F7F3239EC2BEC * value) { ___SetWorkingSeatedZeroPoseToRawTrackingPose_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___SetWorkingSeatedZeroPoseToRawTrackingPose_10), (void*)value); } inline static int32_t get_offset_of_SetWorkingStandingZeroPoseToRawTrackingPose_11() { return static_cast(offsetof(IVRChaperoneSetup_tEDC2C2D840C125DF3E462339B4411D10DA1823F0, ___SetWorkingStandingZeroPoseToRawTrackingPose_11)); } inline _SetWorkingStandingZeroPoseToRawTrackingPose_t634EC39D49CF77E53E4F2FB876BCAF578BD63E22 * get_SetWorkingStandingZeroPoseToRawTrackingPose_11() const { return ___SetWorkingStandingZeroPoseToRawTrackingPose_11; } inline _SetWorkingStandingZeroPoseToRawTrackingPose_t634EC39D49CF77E53E4F2FB876BCAF578BD63E22 ** get_address_of_SetWorkingStandingZeroPoseToRawTrackingPose_11() { return &___SetWorkingStandingZeroPoseToRawTrackingPose_11; } inline void set_SetWorkingStandingZeroPoseToRawTrackingPose_11(_SetWorkingStandingZeroPoseToRawTrackingPose_t634EC39D49CF77E53E4F2FB876BCAF578BD63E22 * value) { ___SetWorkingStandingZeroPoseToRawTrackingPose_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___SetWorkingStandingZeroPoseToRawTrackingPose_11), (void*)value); } inline static int32_t get_offset_of_ReloadFromDisk_12() { return static_cast(offsetof(IVRChaperoneSetup_tEDC2C2D840C125DF3E462339B4411D10DA1823F0, ___ReloadFromDisk_12)); } inline _ReloadFromDisk_t9BB73E11ECBBE96ED5321FB2E8E0028F975524A1 * get_ReloadFromDisk_12() const { return ___ReloadFromDisk_12; } inline _ReloadFromDisk_t9BB73E11ECBBE96ED5321FB2E8E0028F975524A1 ** get_address_of_ReloadFromDisk_12() { return &___ReloadFromDisk_12; } inline void set_ReloadFromDisk_12(_ReloadFromDisk_t9BB73E11ECBBE96ED5321FB2E8E0028F975524A1 * value) { ___ReloadFromDisk_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___ReloadFromDisk_12), (void*)value); } inline static int32_t get_offset_of_GetLiveSeatedZeroPoseToRawTrackingPose_13() { return static_cast(offsetof(IVRChaperoneSetup_tEDC2C2D840C125DF3E462339B4411D10DA1823F0, ___GetLiveSeatedZeroPoseToRawTrackingPose_13)); } inline _GetLiveSeatedZeroPoseToRawTrackingPose_tEA5CDD6CB14A50A9A7A5CB4D68B54973DD3961A9 * get_GetLiveSeatedZeroPoseToRawTrackingPose_13() const { return ___GetLiveSeatedZeroPoseToRawTrackingPose_13; } inline _GetLiveSeatedZeroPoseToRawTrackingPose_tEA5CDD6CB14A50A9A7A5CB4D68B54973DD3961A9 ** get_address_of_GetLiveSeatedZeroPoseToRawTrackingPose_13() { return &___GetLiveSeatedZeroPoseToRawTrackingPose_13; } inline void set_GetLiveSeatedZeroPoseToRawTrackingPose_13(_GetLiveSeatedZeroPoseToRawTrackingPose_tEA5CDD6CB14A50A9A7A5CB4D68B54973DD3961A9 * value) { ___GetLiveSeatedZeroPoseToRawTrackingPose_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___GetLiveSeatedZeroPoseToRawTrackingPose_13), (void*)value); } inline static int32_t get_offset_of_SetWorkingCollisionBoundsTagsInfo_14() { return static_cast(offsetof(IVRChaperoneSetup_tEDC2C2D840C125DF3E462339B4411D10DA1823F0, ___SetWorkingCollisionBoundsTagsInfo_14)); } inline _SetWorkingCollisionBoundsTagsInfo_t55E130AE33A8A5C3B423CDBE8530705262AA7D4D * get_SetWorkingCollisionBoundsTagsInfo_14() const { return ___SetWorkingCollisionBoundsTagsInfo_14; } inline _SetWorkingCollisionBoundsTagsInfo_t55E130AE33A8A5C3B423CDBE8530705262AA7D4D ** get_address_of_SetWorkingCollisionBoundsTagsInfo_14() { return &___SetWorkingCollisionBoundsTagsInfo_14; } inline void set_SetWorkingCollisionBoundsTagsInfo_14(_SetWorkingCollisionBoundsTagsInfo_t55E130AE33A8A5C3B423CDBE8530705262AA7D4D * value) { ___SetWorkingCollisionBoundsTagsInfo_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___SetWorkingCollisionBoundsTagsInfo_14), (void*)value); } inline static int32_t get_offset_of_GetLiveCollisionBoundsTagsInfo_15() { return static_cast(offsetof(IVRChaperoneSetup_tEDC2C2D840C125DF3E462339B4411D10DA1823F0, ___GetLiveCollisionBoundsTagsInfo_15)); } inline _GetLiveCollisionBoundsTagsInfo_t0E1DBF5359223C5BFA227A720CFFF856B3417923 * get_GetLiveCollisionBoundsTagsInfo_15() const { return ___GetLiveCollisionBoundsTagsInfo_15; } inline _GetLiveCollisionBoundsTagsInfo_t0E1DBF5359223C5BFA227A720CFFF856B3417923 ** get_address_of_GetLiveCollisionBoundsTagsInfo_15() { return &___GetLiveCollisionBoundsTagsInfo_15; } inline void set_GetLiveCollisionBoundsTagsInfo_15(_GetLiveCollisionBoundsTagsInfo_t0E1DBF5359223C5BFA227A720CFFF856B3417923 * value) { ___GetLiveCollisionBoundsTagsInfo_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___GetLiveCollisionBoundsTagsInfo_15), (void*)value); } inline static int32_t get_offset_of_SetWorkingPhysicalBoundsInfo_16() { return static_cast(offsetof(IVRChaperoneSetup_tEDC2C2D840C125DF3E462339B4411D10DA1823F0, ___SetWorkingPhysicalBoundsInfo_16)); } inline _SetWorkingPhysicalBoundsInfo_tB208470A3EC9EF89523E05F1ED1D9893A62406DF * get_SetWorkingPhysicalBoundsInfo_16() const { return ___SetWorkingPhysicalBoundsInfo_16; } inline _SetWorkingPhysicalBoundsInfo_tB208470A3EC9EF89523E05F1ED1D9893A62406DF ** get_address_of_SetWorkingPhysicalBoundsInfo_16() { return &___SetWorkingPhysicalBoundsInfo_16; } inline void set_SetWorkingPhysicalBoundsInfo_16(_SetWorkingPhysicalBoundsInfo_tB208470A3EC9EF89523E05F1ED1D9893A62406DF * value) { ___SetWorkingPhysicalBoundsInfo_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___SetWorkingPhysicalBoundsInfo_16), (void*)value); } inline static int32_t get_offset_of_GetLivePhysicalBoundsInfo_17() { return static_cast(offsetof(IVRChaperoneSetup_tEDC2C2D840C125DF3E462339B4411D10DA1823F0, ___GetLivePhysicalBoundsInfo_17)); } inline _GetLivePhysicalBoundsInfo_t58E4EB884C2E3BFB68E92D3683C0B5DBB529C204 * get_GetLivePhysicalBoundsInfo_17() const { return ___GetLivePhysicalBoundsInfo_17; } inline _GetLivePhysicalBoundsInfo_t58E4EB884C2E3BFB68E92D3683C0B5DBB529C204 ** get_address_of_GetLivePhysicalBoundsInfo_17() { return &___GetLivePhysicalBoundsInfo_17; } inline void set_GetLivePhysicalBoundsInfo_17(_GetLivePhysicalBoundsInfo_t58E4EB884C2E3BFB68E92D3683C0B5DBB529C204 * value) { ___GetLivePhysicalBoundsInfo_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___GetLivePhysicalBoundsInfo_17), (void*)value); } inline static int32_t get_offset_of_ExportLiveToBuffer_18() { return static_cast(offsetof(IVRChaperoneSetup_tEDC2C2D840C125DF3E462339B4411D10DA1823F0, ___ExportLiveToBuffer_18)); } inline _ExportLiveToBuffer_t6C201F15D98124B67945F0FD49FE4B7DBE9994D6 * get_ExportLiveToBuffer_18() const { return ___ExportLiveToBuffer_18; } inline _ExportLiveToBuffer_t6C201F15D98124B67945F0FD49FE4B7DBE9994D6 ** get_address_of_ExportLiveToBuffer_18() { return &___ExportLiveToBuffer_18; } inline void set_ExportLiveToBuffer_18(_ExportLiveToBuffer_t6C201F15D98124B67945F0FD49FE4B7DBE9994D6 * value) { ___ExportLiveToBuffer_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___ExportLiveToBuffer_18), (void*)value); } inline static int32_t get_offset_of_ImportFromBufferToWorking_19() { return static_cast(offsetof(IVRChaperoneSetup_tEDC2C2D840C125DF3E462339B4411D10DA1823F0, ___ImportFromBufferToWorking_19)); } inline _ImportFromBufferToWorking_t8440AAFC3965A473BDDCC24271231950B298B8FB * get_ImportFromBufferToWorking_19() const { return ___ImportFromBufferToWorking_19; } inline _ImportFromBufferToWorking_t8440AAFC3965A473BDDCC24271231950B298B8FB ** get_address_of_ImportFromBufferToWorking_19() { return &___ImportFromBufferToWorking_19; } inline void set_ImportFromBufferToWorking_19(_ImportFromBufferToWorking_t8440AAFC3965A473BDDCC24271231950B298B8FB * value) { ___ImportFromBufferToWorking_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___ImportFromBufferToWorking_19), (void*)value); } }; // Native definition for P/Invoke marshalling of OVR.OpenVR.IVRChaperoneSetup struct IVRChaperoneSetup_tEDC2C2D840C125DF3E462339B4411D10DA1823F0_marshaled_pinvoke { Il2CppMethodPointer ___CommitWorkingCopy_0; Il2CppMethodPointer ___RevertWorkingCopy_1; Il2CppMethodPointer ___GetWorkingPlayAreaSize_2; Il2CppMethodPointer ___GetWorkingPlayAreaRect_3; Il2CppMethodPointer ___GetWorkingCollisionBoundsInfo_4; Il2CppMethodPointer ___GetLiveCollisionBoundsInfo_5; Il2CppMethodPointer ___GetWorkingSeatedZeroPoseToRawTrackingPose_6; Il2CppMethodPointer ___GetWorkingStandingZeroPoseToRawTrackingPose_7; Il2CppMethodPointer ___SetWorkingPlayAreaSize_8; Il2CppMethodPointer ___SetWorkingCollisionBoundsInfo_9; Il2CppMethodPointer ___SetWorkingSeatedZeroPoseToRawTrackingPose_10; Il2CppMethodPointer ___SetWorkingStandingZeroPoseToRawTrackingPose_11; Il2CppMethodPointer ___ReloadFromDisk_12; Il2CppMethodPointer ___GetLiveSeatedZeroPoseToRawTrackingPose_13; Il2CppMethodPointer ___SetWorkingCollisionBoundsTagsInfo_14; Il2CppMethodPointer ___GetLiveCollisionBoundsTagsInfo_15; Il2CppMethodPointer ___SetWorkingPhysicalBoundsInfo_16; Il2CppMethodPointer ___GetLivePhysicalBoundsInfo_17; Il2CppMethodPointer ___ExportLiveToBuffer_18; Il2CppMethodPointer ___ImportFromBufferToWorking_19; }; // Native definition for COM marshalling of OVR.OpenVR.IVRChaperoneSetup struct IVRChaperoneSetup_tEDC2C2D840C125DF3E462339B4411D10DA1823F0_marshaled_com { Il2CppMethodPointer ___CommitWorkingCopy_0; Il2CppMethodPointer ___RevertWorkingCopy_1; Il2CppMethodPointer ___GetWorkingPlayAreaSize_2; Il2CppMethodPointer ___GetWorkingPlayAreaRect_3; Il2CppMethodPointer ___GetWorkingCollisionBoundsInfo_4; Il2CppMethodPointer ___GetLiveCollisionBoundsInfo_5; Il2CppMethodPointer ___GetWorkingSeatedZeroPoseToRawTrackingPose_6; Il2CppMethodPointer ___GetWorkingStandingZeroPoseToRawTrackingPose_7; Il2CppMethodPointer ___SetWorkingPlayAreaSize_8; Il2CppMethodPointer ___SetWorkingCollisionBoundsInfo_9; Il2CppMethodPointer ___SetWorkingSeatedZeroPoseToRawTrackingPose_10; Il2CppMethodPointer ___SetWorkingStandingZeroPoseToRawTrackingPose_11; Il2CppMethodPointer ___ReloadFromDisk_12; Il2CppMethodPointer ___GetLiveSeatedZeroPoseToRawTrackingPose_13; Il2CppMethodPointer ___SetWorkingCollisionBoundsTagsInfo_14; Il2CppMethodPointer ___GetLiveCollisionBoundsTagsInfo_15; Il2CppMethodPointer ___SetWorkingPhysicalBoundsInfo_16; Il2CppMethodPointer ___GetLivePhysicalBoundsInfo_17; Il2CppMethodPointer ___ExportLiveToBuffer_18; Il2CppMethodPointer ___ImportFromBufferToWorking_19; }; // OVR.OpenVR.IVRCompositor struct IVRCompositor_t937DAB643DA6091530F80196D9EB3000E18D2DDC { public: // OVR.OpenVR.IVRCompositor/_SetTrackingSpace OVR.OpenVR.IVRCompositor::SetTrackingSpace _SetTrackingSpace_t1CE31B724BD329C2C70EA6A7AFBFCE65B32FBCD4 * ___SetTrackingSpace_0; // OVR.OpenVR.IVRCompositor/_GetTrackingSpace OVR.OpenVR.IVRCompositor::GetTrackingSpace _GetTrackingSpace_tDDCBCAD9AC8D3A71B50AF40D8A505EE5E4B84F9E * ___GetTrackingSpace_1; // OVR.OpenVR.IVRCompositor/_WaitGetPoses OVR.OpenVR.IVRCompositor::WaitGetPoses _WaitGetPoses_tE84D2B8EBD4FB9BF2D781B6047542CCE190D8FE1 * ___WaitGetPoses_2; // OVR.OpenVR.IVRCompositor/_GetLastPoses OVR.OpenVR.IVRCompositor::GetLastPoses _GetLastPoses_tB2FED245711891246906ABD87DC5A8B09E6D7057 * ___GetLastPoses_3; // OVR.OpenVR.IVRCompositor/_GetLastPoseForTrackedDeviceIndex OVR.OpenVR.IVRCompositor::GetLastPoseForTrackedDeviceIndex _GetLastPoseForTrackedDeviceIndex_t5D1EBFA1FCE921A35A59EF415E962D85515BDEA8 * ___GetLastPoseForTrackedDeviceIndex_4; // OVR.OpenVR.IVRCompositor/_Submit OVR.OpenVR.IVRCompositor::Submit _Submit_t95DB7E95854F4931D889B018D3E76CFAE6529B5B * ___Submit_5; // OVR.OpenVR.IVRCompositor/_ClearLastSubmittedFrame OVR.OpenVR.IVRCompositor::ClearLastSubmittedFrame _ClearLastSubmittedFrame_t42A35B1C7D9730E4AD8863DEC5A2A61F8C4705A2 * ___ClearLastSubmittedFrame_6; // OVR.OpenVR.IVRCompositor/_PostPresentHandoff OVR.OpenVR.IVRCompositor::PostPresentHandoff _PostPresentHandoff_t03AF3E6C85A19FB1B0AF37FD0B1E6C8C6A145FF9 * ___PostPresentHandoff_7; // OVR.OpenVR.IVRCompositor/_GetFrameTiming OVR.OpenVR.IVRCompositor::GetFrameTiming _GetFrameTiming_t822FD5359143610FBBB425887CB3B61E36E60F58 * ___GetFrameTiming_8; // OVR.OpenVR.IVRCompositor/_GetFrameTimings OVR.OpenVR.IVRCompositor::GetFrameTimings _GetFrameTimings_t18982715A2D2A571D4F6CD90DCFA7E86D4643A3D * ___GetFrameTimings_9; // OVR.OpenVR.IVRCompositor/_GetFrameTimeRemaining OVR.OpenVR.IVRCompositor::GetFrameTimeRemaining _GetFrameTimeRemaining_tE585D0C4EA774B36D5606FC4DE720009C57FBDEA * ___GetFrameTimeRemaining_10; // OVR.OpenVR.IVRCompositor/_GetCumulativeStats OVR.OpenVR.IVRCompositor::GetCumulativeStats _GetCumulativeStats_t2BC24E293EF8DFE595663B90F2CE83595831B4A7 * ___GetCumulativeStats_11; // OVR.OpenVR.IVRCompositor/_FadeToColor OVR.OpenVR.IVRCompositor::FadeToColor _FadeToColor_tDBCC69F480A814185937AB386347FD4BD4C12997 * ___FadeToColor_12; // OVR.OpenVR.IVRCompositor/_GetCurrentFadeColor OVR.OpenVR.IVRCompositor::GetCurrentFadeColor _GetCurrentFadeColor_t706077E37B470430B7E2B9A74B15FFA49C8D83FF * ___GetCurrentFadeColor_13; // OVR.OpenVR.IVRCompositor/_FadeGrid OVR.OpenVR.IVRCompositor::FadeGrid _FadeGrid_t2CC4A342604EB4C0EAF5CFEE6BFC7820A2E929CB * ___FadeGrid_14; // OVR.OpenVR.IVRCompositor/_GetCurrentGridAlpha OVR.OpenVR.IVRCompositor::GetCurrentGridAlpha _GetCurrentGridAlpha_t24E183DF2DB83A797707978909AEF88463721537 * ___GetCurrentGridAlpha_15; // OVR.OpenVR.IVRCompositor/_SetSkyboxOverride OVR.OpenVR.IVRCompositor::SetSkyboxOverride _SetSkyboxOverride_tD327432C162AF0E70854AC7FA3D4D67FE45A3DB6 * ___SetSkyboxOverride_16; // OVR.OpenVR.IVRCompositor/_ClearSkyboxOverride OVR.OpenVR.IVRCompositor::ClearSkyboxOverride _ClearSkyboxOverride_t4ACB6D5713C8FCED001AE5730C9D3C929F93387D * ___ClearSkyboxOverride_17; // OVR.OpenVR.IVRCompositor/_CompositorBringToFront OVR.OpenVR.IVRCompositor::CompositorBringToFront _CompositorBringToFront_t9F76D6852677CDACCA0FE0BB2B90D0BFE2C8DDEB * ___CompositorBringToFront_18; // OVR.OpenVR.IVRCompositor/_CompositorGoToBack OVR.OpenVR.IVRCompositor::CompositorGoToBack _CompositorGoToBack_t7DE36EDC32CFA0D70FD929B3EBF495B819F85D4E * ___CompositorGoToBack_19; // OVR.OpenVR.IVRCompositor/_CompositorQuit OVR.OpenVR.IVRCompositor::CompositorQuit _CompositorQuit_tE63B83E201ADCCDD568447476CF4426717E58654 * ___CompositorQuit_20; // OVR.OpenVR.IVRCompositor/_IsFullscreen OVR.OpenVR.IVRCompositor::IsFullscreen _IsFullscreen_tDDB639F86BEEF644C4B75495249FC855A03DC6AE * ___IsFullscreen_21; // OVR.OpenVR.IVRCompositor/_GetCurrentSceneFocusProcess OVR.OpenVR.IVRCompositor::GetCurrentSceneFocusProcess _GetCurrentSceneFocusProcess_t2D010A2994974BEF7A4D2888985973C6ADBBF84A * ___GetCurrentSceneFocusProcess_22; // OVR.OpenVR.IVRCompositor/_GetLastFrameRenderer OVR.OpenVR.IVRCompositor::GetLastFrameRenderer _GetLastFrameRenderer_tE1CB1594C510C07423ECB8320737C9CF42A03216 * ___GetLastFrameRenderer_23; // OVR.OpenVR.IVRCompositor/_CanRenderScene OVR.OpenVR.IVRCompositor::CanRenderScene _CanRenderScene_t98E37F4EE430A8A11861E4544A8ECDC5F7A5DDFC * ___CanRenderScene_24; // OVR.OpenVR.IVRCompositor/_ShowMirrorWindow OVR.OpenVR.IVRCompositor::ShowMirrorWindow _ShowMirrorWindow_tB6B3C1C9C318DA3DCD560CBF96630FDF565359B9 * ___ShowMirrorWindow_25; // OVR.OpenVR.IVRCompositor/_HideMirrorWindow OVR.OpenVR.IVRCompositor::HideMirrorWindow _HideMirrorWindow_t4ABCB199851D78AD1B9A9242A99E9308BA6A358F * ___HideMirrorWindow_26; // OVR.OpenVR.IVRCompositor/_IsMirrorWindowVisible OVR.OpenVR.IVRCompositor::IsMirrorWindowVisible _IsMirrorWindowVisible_t9FEC2FB2109C6ECEEA8D7B646E38723C48A8F26C * ___IsMirrorWindowVisible_27; // OVR.OpenVR.IVRCompositor/_CompositorDumpImages OVR.OpenVR.IVRCompositor::CompositorDumpImages _CompositorDumpImages_t73041CC92B93EA153DA9D6827CD0A4D51441F335 * ___CompositorDumpImages_28; // OVR.OpenVR.IVRCompositor/_ShouldAppRenderWithLowResources OVR.OpenVR.IVRCompositor::ShouldAppRenderWithLowResources _ShouldAppRenderWithLowResources_t212E8A8F28CA8F53AA95E108AFFF73D21219C5CF * ___ShouldAppRenderWithLowResources_29; // OVR.OpenVR.IVRCompositor/_ForceInterleavedReprojectionOn OVR.OpenVR.IVRCompositor::ForceInterleavedReprojectionOn _ForceInterleavedReprojectionOn_t444C15ED0F4C28E325ACE088ED15C5CE9ABCA6A9 * ___ForceInterleavedReprojectionOn_30; // OVR.OpenVR.IVRCompositor/_ForceReconnectProcess OVR.OpenVR.IVRCompositor::ForceReconnectProcess _ForceReconnectProcess_tB527CC55CE2B2BFB999B6922CC20C6B206961F99 * ___ForceReconnectProcess_31; // OVR.OpenVR.IVRCompositor/_SuspendRendering OVR.OpenVR.IVRCompositor::SuspendRendering _SuspendRendering_t735022050EE11C84F2F8C1927D55725C07492F25 * ___SuspendRendering_32; // OVR.OpenVR.IVRCompositor/_GetMirrorTextureD3D11 OVR.OpenVR.IVRCompositor::GetMirrorTextureD3D11 _GetMirrorTextureD3D11_t223783C214574CBDAADF80D0320508AB93713555 * ___GetMirrorTextureD3D11_33; // OVR.OpenVR.IVRCompositor/_ReleaseMirrorTextureD3D11 OVR.OpenVR.IVRCompositor::ReleaseMirrorTextureD3D11 _ReleaseMirrorTextureD3D11_t5BB99FA4FD333D10781A93B960DD9DF893E589BD * ___ReleaseMirrorTextureD3D11_34; // OVR.OpenVR.IVRCompositor/_GetMirrorTextureGL OVR.OpenVR.IVRCompositor::GetMirrorTextureGL _GetMirrorTextureGL_tD2E5D2571D86679518D035D50F3F138A02973E3D * ___GetMirrorTextureGL_35; // OVR.OpenVR.IVRCompositor/_ReleaseSharedGLTexture OVR.OpenVR.IVRCompositor::ReleaseSharedGLTexture _ReleaseSharedGLTexture_tCC2555B2EAE9CF038C5441166107FA02BDF9F3A2 * ___ReleaseSharedGLTexture_36; // OVR.OpenVR.IVRCompositor/_LockGLSharedTextureForAccess OVR.OpenVR.IVRCompositor::LockGLSharedTextureForAccess _LockGLSharedTextureForAccess_t6203D58A9E524198317D7195E11344034615E70E * ___LockGLSharedTextureForAccess_37; // OVR.OpenVR.IVRCompositor/_UnlockGLSharedTextureForAccess OVR.OpenVR.IVRCompositor::UnlockGLSharedTextureForAccess _UnlockGLSharedTextureForAccess_tE536FF6253654DC196973CDDD66BCC34873A143D * ___UnlockGLSharedTextureForAccess_38; // OVR.OpenVR.IVRCompositor/_GetVulkanInstanceExtensionsRequired OVR.OpenVR.IVRCompositor::GetVulkanInstanceExtensionsRequired _GetVulkanInstanceExtensionsRequired_t376790A1C181A9EEE08126F8E0EC9D4ACEE51BF7 * ___GetVulkanInstanceExtensionsRequired_39; // OVR.OpenVR.IVRCompositor/_GetVulkanDeviceExtensionsRequired OVR.OpenVR.IVRCompositor::GetVulkanDeviceExtensionsRequired _GetVulkanDeviceExtensionsRequired_tCE4104B1929E2C006D00F39BDF097E8E0AEB7F43 * ___GetVulkanDeviceExtensionsRequired_40; // OVR.OpenVR.IVRCompositor/_SetExplicitTimingMode OVR.OpenVR.IVRCompositor::SetExplicitTimingMode _SetExplicitTimingMode_t229CD6D757008679BF05A83EBB6BF9282056A0BE * ___SetExplicitTimingMode_41; // OVR.OpenVR.IVRCompositor/_SubmitExplicitTimingData OVR.OpenVR.IVRCompositor::SubmitExplicitTimingData _SubmitExplicitTimingData_tB201CF4FBEBC186EFFF9F279438DC175D4C8AC36 * ___SubmitExplicitTimingData_42; public: inline static int32_t get_offset_of_SetTrackingSpace_0() { return static_cast(offsetof(IVRCompositor_t937DAB643DA6091530F80196D9EB3000E18D2DDC, ___SetTrackingSpace_0)); } inline _SetTrackingSpace_t1CE31B724BD329C2C70EA6A7AFBFCE65B32FBCD4 * get_SetTrackingSpace_0() const { return ___SetTrackingSpace_0; } inline _SetTrackingSpace_t1CE31B724BD329C2C70EA6A7AFBFCE65B32FBCD4 ** get_address_of_SetTrackingSpace_0() { return &___SetTrackingSpace_0; } inline void set_SetTrackingSpace_0(_SetTrackingSpace_t1CE31B724BD329C2C70EA6A7AFBFCE65B32FBCD4 * value) { ___SetTrackingSpace_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___SetTrackingSpace_0), (void*)value); } inline static int32_t get_offset_of_GetTrackingSpace_1() { return static_cast(offsetof(IVRCompositor_t937DAB643DA6091530F80196D9EB3000E18D2DDC, ___GetTrackingSpace_1)); } inline _GetTrackingSpace_tDDCBCAD9AC8D3A71B50AF40D8A505EE5E4B84F9E * get_GetTrackingSpace_1() const { return ___GetTrackingSpace_1; } inline _GetTrackingSpace_tDDCBCAD9AC8D3A71B50AF40D8A505EE5E4B84F9E ** get_address_of_GetTrackingSpace_1() { return &___GetTrackingSpace_1; } inline void set_GetTrackingSpace_1(_GetTrackingSpace_tDDCBCAD9AC8D3A71B50AF40D8A505EE5E4B84F9E * value) { ___GetTrackingSpace_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___GetTrackingSpace_1), (void*)value); } inline static int32_t get_offset_of_WaitGetPoses_2() { return static_cast(offsetof(IVRCompositor_t937DAB643DA6091530F80196D9EB3000E18D2DDC, ___WaitGetPoses_2)); } inline _WaitGetPoses_tE84D2B8EBD4FB9BF2D781B6047542CCE190D8FE1 * get_WaitGetPoses_2() const { return ___WaitGetPoses_2; } inline _WaitGetPoses_tE84D2B8EBD4FB9BF2D781B6047542CCE190D8FE1 ** get_address_of_WaitGetPoses_2() { return &___WaitGetPoses_2; } inline void set_WaitGetPoses_2(_WaitGetPoses_tE84D2B8EBD4FB9BF2D781B6047542CCE190D8FE1 * value) { ___WaitGetPoses_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___WaitGetPoses_2), (void*)value); } inline static int32_t get_offset_of_GetLastPoses_3() { return static_cast(offsetof(IVRCompositor_t937DAB643DA6091530F80196D9EB3000E18D2DDC, ___GetLastPoses_3)); } inline _GetLastPoses_tB2FED245711891246906ABD87DC5A8B09E6D7057 * get_GetLastPoses_3() const { return ___GetLastPoses_3; } inline _GetLastPoses_tB2FED245711891246906ABD87DC5A8B09E6D7057 ** get_address_of_GetLastPoses_3() { return &___GetLastPoses_3; } inline void set_GetLastPoses_3(_GetLastPoses_tB2FED245711891246906ABD87DC5A8B09E6D7057 * value) { ___GetLastPoses_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___GetLastPoses_3), (void*)value); } inline static int32_t get_offset_of_GetLastPoseForTrackedDeviceIndex_4() { return static_cast(offsetof(IVRCompositor_t937DAB643DA6091530F80196D9EB3000E18D2DDC, ___GetLastPoseForTrackedDeviceIndex_4)); } inline _GetLastPoseForTrackedDeviceIndex_t5D1EBFA1FCE921A35A59EF415E962D85515BDEA8 * get_GetLastPoseForTrackedDeviceIndex_4() const { return ___GetLastPoseForTrackedDeviceIndex_4; } inline _GetLastPoseForTrackedDeviceIndex_t5D1EBFA1FCE921A35A59EF415E962D85515BDEA8 ** get_address_of_GetLastPoseForTrackedDeviceIndex_4() { return &___GetLastPoseForTrackedDeviceIndex_4; } inline void set_GetLastPoseForTrackedDeviceIndex_4(_GetLastPoseForTrackedDeviceIndex_t5D1EBFA1FCE921A35A59EF415E962D85515BDEA8 * value) { ___GetLastPoseForTrackedDeviceIndex_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___GetLastPoseForTrackedDeviceIndex_4), (void*)value); } inline static int32_t get_offset_of_Submit_5() { return static_cast(offsetof(IVRCompositor_t937DAB643DA6091530F80196D9EB3000E18D2DDC, ___Submit_5)); } inline _Submit_t95DB7E95854F4931D889B018D3E76CFAE6529B5B * get_Submit_5() const { return ___Submit_5; } inline _Submit_t95DB7E95854F4931D889B018D3E76CFAE6529B5B ** get_address_of_Submit_5() { return &___Submit_5; } inline void set_Submit_5(_Submit_t95DB7E95854F4931D889B018D3E76CFAE6529B5B * value) { ___Submit_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___Submit_5), (void*)value); } inline static int32_t get_offset_of_ClearLastSubmittedFrame_6() { return static_cast(offsetof(IVRCompositor_t937DAB643DA6091530F80196D9EB3000E18D2DDC, ___ClearLastSubmittedFrame_6)); } inline _ClearLastSubmittedFrame_t42A35B1C7D9730E4AD8863DEC5A2A61F8C4705A2 * get_ClearLastSubmittedFrame_6() const { return ___ClearLastSubmittedFrame_6; } inline _ClearLastSubmittedFrame_t42A35B1C7D9730E4AD8863DEC5A2A61F8C4705A2 ** get_address_of_ClearLastSubmittedFrame_6() { return &___ClearLastSubmittedFrame_6; } inline void set_ClearLastSubmittedFrame_6(_ClearLastSubmittedFrame_t42A35B1C7D9730E4AD8863DEC5A2A61F8C4705A2 * value) { ___ClearLastSubmittedFrame_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___ClearLastSubmittedFrame_6), (void*)value); } inline static int32_t get_offset_of_PostPresentHandoff_7() { return static_cast(offsetof(IVRCompositor_t937DAB643DA6091530F80196D9EB3000E18D2DDC, ___PostPresentHandoff_7)); } inline _PostPresentHandoff_t03AF3E6C85A19FB1B0AF37FD0B1E6C8C6A145FF9 * get_PostPresentHandoff_7() const { return ___PostPresentHandoff_7; } inline _PostPresentHandoff_t03AF3E6C85A19FB1B0AF37FD0B1E6C8C6A145FF9 ** get_address_of_PostPresentHandoff_7() { return &___PostPresentHandoff_7; } inline void set_PostPresentHandoff_7(_PostPresentHandoff_t03AF3E6C85A19FB1B0AF37FD0B1E6C8C6A145FF9 * value) { ___PostPresentHandoff_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___PostPresentHandoff_7), (void*)value); } inline static int32_t get_offset_of_GetFrameTiming_8() { return static_cast(offsetof(IVRCompositor_t937DAB643DA6091530F80196D9EB3000E18D2DDC, ___GetFrameTiming_8)); } inline _GetFrameTiming_t822FD5359143610FBBB425887CB3B61E36E60F58 * get_GetFrameTiming_8() const { return ___GetFrameTiming_8; } inline _GetFrameTiming_t822FD5359143610FBBB425887CB3B61E36E60F58 ** get_address_of_GetFrameTiming_8() { return &___GetFrameTiming_8; } inline void set_GetFrameTiming_8(_GetFrameTiming_t822FD5359143610FBBB425887CB3B61E36E60F58 * value) { ___GetFrameTiming_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___GetFrameTiming_8), (void*)value); } inline static int32_t get_offset_of_GetFrameTimings_9() { return static_cast(offsetof(IVRCompositor_t937DAB643DA6091530F80196D9EB3000E18D2DDC, ___GetFrameTimings_9)); } inline _GetFrameTimings_t18982715A2D2A571D4F6CD90DCFA7E86D4643A3D * get_GetFrameTimings_9() const { return ___GetFrameTimings_9; } inline _GetFrameTimings_t18982715A2D2A571D4F6CD90DCFA7E86D4643A3D ** get_address_of_GetFrameTimings_9() { return &___GetFrameTimings_9; } inline void set_GetFrameTimings_9(_GetFrameTimings_t18982715A2D2A571D4F6CD90DCFA7E86D4643A3D * value) { ___GetFrameTimings_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___GetFrameTimings_9), (void*)value); } inline static int32_t get_offset_of_GetFrameTimeRemaining_10() { return static_cast(offsetof(IVRCompositor_t937DAB643DA6091530F80196D9EB3000E18D2DDC, ___GetFrameTimeRemaining_10)); } inline _GetFrameTimeRemaining_tE585D0C4EA774B36D5606FC4DE720009C57FBDEA * get_GetFrameTimeRemaining_10() const { return ___GetFrameTimeRemaining_10; } inline _GetFrameTimeRemaining_tE585D0C4EA774B36D5606FC4DE720009C57FBDEA ** get_address_of_GetFrameTimeRemaining_10() { return &___GetFrameTimeRemaining_10; } inline void set_GetFrameTimeRemaining_10(_GetFrameTimeRemaining_tE585D0C4EA774B36D5606FC4DE720009C57FBDEA * value) { ___GetFrameTimeRemaining_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___GetFrameTimeRemaining_10), (void*)value); } inline static int32_t get_offset_of_GetCumulativeStats_11() { return static_cast(offsetof(IVRCompositor_t937DAB643DA6091530F80196D9EB3000E18D2DDC, ___GetCumulativeStats_11)); } inline _GetCumulativeStats_t2BC24E293EF8DFE595663B90F2CE83595831B4A7 * get_GetCumulativeStats_11() const { return ___GetCumulativeStats_11; } inline _GetCumulativeStats_t2BC24E293EF8DFE595663B90F2CE83595831B4A7 ** get_address_of_GetCumulativeStats_11() { return &___GetCumulativeStats_11; } inline void set_GetCumulativeStats_11(_GetCumulativeStats_t2BC24E293EF8DFE595663B90F2CE83595831B4A7 * value) { ___GetCumulativeStats_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___GetCumulativeStats_11), (void*)value); } inline static int32_t get_offset_of_FadeToColor_12() { return static_cast(offsetof(IVRCompositor_t937DAB643DA6091530F80196D9EB3000E18D2DDC, ___FadeToColor_12)); } inline _FadeToColor_tDBCC69F480A814185937AB386347FD4BD4C12997 * get_FadeToColor_12() const { return ___FadeToColor_12; } inline _FadeToColor_tDBCC69F480A814185937AB386347FD4BD4C12997 ** get_address_of_FadeToColor_12() { return &___FadeToColor_12; } inline void set_FadeToColor_12(_FadeToColor_tDBCC69F480A814185937AB386347FD4BD4C12997 * value) { ___FadeToColor_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___FadeToColor_12), (void*)value); } inline static int32_t get_offset_of_GetCurrentFadeColor_13() { return static_cast(offsetof(IVRCompositor_t937DAB643DA6091530F80196D9EB3000E18D2DDC, ___GetCurrentFadeColor_13)); } inline _GetCurrentFadeColor_t706077E37B470430B7E2B9A74B15FFA49C8D83FF * get_GetCurrentFadeColor_13() const { return ___GetCurrentFadeColor_13; } inline _GetCurrentFadeColor_t706077E37B470430B7E2B9A74B15FFA49C8D83FF ** get_address_of_GetCurrentFadeColor_13() { return &___GetCurrentFadeColor_13; } inline void set_GetCurrentFadeColor_13(_GetCurrentFadeColor_t706077E37B470430B7E2B9A74B15FFA49C8D83FF * value) { ___GetCurrentFadeColor_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___GetCurrentFadeColor_13), (void*)value); } inline static int32_t get_offset_of_FadeGrid_14() { return static_cast(offsetof(IVRCompositor_t937DAB643DA6091530F80196D9EB3000E18D2DDC, ___FadeGrid_14)); } inline _FadeGrid_t2CC4A342604EB4C0EAF5CFEE6BFC7820A2E929CB * get_FadeGrid_14() const { return ___FadeGrid_14; } inline _FadeGrid_t2CC4A342604EB4C0EAF5CFEE6BFC7820A2E929CB ** get_address_of_FadeGrid_14() { return &___FadeGrid_14; } inline void set_FadeGrid_14(_FadeGrid_t2CC4A342604EB4C0EAF5CFEE6BFC7820A2E929CB * value) { ___FadeGrid_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___FadeGrid_14), (void*)value); } inline static int32_t get_offset_of_GetCurrentGridAlpha_15() { return static_cast(offsetof(IVRCompositor_t937DAB643DA6091530F80196D9EB3000E18D2DDC, ___GetCurrentGridAlpha_15)); } inline _GetCurrentGridAlpha_t24E183DF2DB83A797707978909AEF88463721537 * get_GetCurrentGridAlpha_15() const { return ___GetCurrentGridAlpha_15; } inline _GetCurrentGridAlpha_t24E183DF2DB83A797707978909AEF88463721537 ** get_address_of_GetCurrentGridAlpha_15() { return &___GetCurrentGridAlpha_15; } inline void set_GetCurrentGridAlpha_15(_GetCurrentGridAlpha_t24E183DF2DB83A797707978909AEF88463721537 * value) { ___GetCurrentGridAlpha_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___GetCurrentGridAlpha_15), (void*)value); } inline static int32_t get_offset_of_SetSkyboxOverride_16() { return static_cast(offsetof(IVRCompositor_t937DAB643DA6091530F80196D9EB3000E18D2DDC, ___SetSkyboxOverride_16)); } inline _SetSkyboxOverride_tD327432C162AF0E70854AC7FA3D4D67FE45A3DB6 * get_SetSkyboxOverride_16() const { return ___SetSkyboxOverride_16; } inline _SetSkyboxOverride_tD327432C162AF0E70854AC7FA3D4D67FE45A3DB6 ** get_address_of_SetSkyboxOverride_16() { return &___SetSkyboxOverride_16; } inline void set_SetSkyboxOverride_16(_SetSkyboxOverride_tD327432C162AF0E70854AC7FA3D4D67FE45A3DB6 * value) { ___SetSkyboxOverride_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___SetSkyboxOverride_16), (void*)value); } inline static int32_t get_offset_of_ClearSkyboxOverride_17() { return static_cast(offsetof(IVRCompositor_t937DAB643DA6091530F80196D9EB3000E18D2DDC, ___ClearSkyboxOverride_17)); } inline _ClearSkyboxOverride_t4ACB6D5713C8FCED001AE5730C9D3C929F93387D * get_ClearSkyboxOverride_17() const { return ___ClearSkyboxOverride_17; } inline _ClearSkyboxOverride_t4ACB6D5713C8FCED001AE5730C9D3C929F93387D ** get_address_of_ClearSkyboxOverride_17() { return &___ClearSkyboxOverride_17; } inline void set_ClearSkyboxOverride_17(_ClearSkyboxOverride_t4ACB6D5713C8FCED001AE5730C9D3C929F93387D * value) { ___ClearSkyboxOverride_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___ClearSkyboxOverride_17), (void*)value); } inline static int32_t get_offset_of_CompositorBringToFront_18() { return static_cast(offsetof(IVRCompositor_t937DAB643DA6091530F80196D9EB3000E18D2DDC, ___CompositorBringToFront_18)); } inline _CompositorBringToFront_t9F76D6852677CDACCA0FE0BB2B90D0BFE2C8DDEB * get_CompositorBringToFront_18() const { return ___CompositorBringToFront_18; } inline _CompositorBringToFront_t9F76D6852677CDACCA0FE0BB2B90D0BFE2C8DDEB ** get_address_of_CompositorBringToFront_18() { return &___CompositorBringToFront_18; } inline void set_CompositorBringToFront_18(_CompositorBringToFront_t9F76D6852677CDACCA0FE0BB2B90D0BFE2C8DDEB * value) { ___CompositorBringToFront_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___CompositorBringToFront_18), (void*)value); } inline static int32_t get_offset_of_CompositorGoToBack_19() { return static_cast(offsetof(IVRCompositor_t937DAB643DA6091530F80196D9EB3000E18D2DDC, ___CompositorGoToBack_19)); } inline _CompositorGoToBack_t7DE36EDC32CFA0D70FD929B3EBF495B819F85D4E * get_CompositorGoToBack_19() const { return ___CompositorGoToBack_19; } inline _CompositorGoToBack_t7DE36EDC32CFA0D70FD929B3EBF495B819F85D4E ** get_address_of_CompositorGoToBack_19() { return &___CompositorGoToBack_19; } inline void set_CompositorGoToBack_19(_CompositorGoToBack_t7DE36EDC32CFA0D70FD929B3EBF495B819F85D4E * value) { ___CompositorGoToBack_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___CompositorGoToBack_19), (void*)value); } inline static int32_t get_offset_of_CompositorQuit_20() { return static_cast(offsetof(IVRCompositor_t937DAB643DA6091530F80196D9EB3000E18D2DDC, ___CompositorQuit_20)); } inline _CompositorQuit_tE63B83E201ADCCDD568447476CF4426717E58654 * get_CompositorQuit_20() const { return ___CompositorQuit_20; } inline _CompositorQuit_tE63B83E201ADCCDD568447476CF4426717E58654 ** get_address_of_CompositorQuit_20() { return &___CompositorQuit_20; } inline void set_CompositorQuit_20(_CompositorQuit_tE63B83E201ADCCDD568447476CF4426717E58654 * value) { ___CompositorQuit_20 = value; Il2CppCodeGenWriteBarrier((void**)(&___CompositorQuit_20), (void*)value); } inline static int32_t get_offset_of_IsFullscreen_21() { return static_cast(offsetof(IVRCompositor_t937DAB643DA6091530F80196D9EB3000E18D2DDC, ___IsFullscreen_21)); } inline _IsFullscreen_tDDB639F86BEEF644C4B75495249FC855A03DC6AE * get_IsFullscreen_21() const { return ___IsFullscreen_21; } inline _IsFullscreen_tDDB639F86BEEF644C4B75495249FC855A03DC6AE ** get_address_of_IsFullscreen_21() { return &___IsFullscreen_21; } inline void set_IsFullscreen_21(_IsFullscreen_tDDB639F86BEEF644C4B75495249FC855A03DC6AE * value) { ___IsFullscreen_21 = value; Il2CppCodeGenWriteBarrier((void**)(&___IsFullscreen_21), (void*)value); } inline static int32_t get_offset_of_GetCurrentSceneFocusProcess_22() { return static_cast(offsetof(IVRCompositor_t937DAB643DA6091530F80196D9EB3000E18D2DDC, ___GetCurrentSceneFocusProcess_22)); } inline _GetCurrentSceneFocusProcess_t2D010A2994974BEF7A4D2888985973C6ADBBF84A * get_GetCurrentSceneFocusProcess_22() const { return ___GetCurrentSceneFocusProcess_22; } inline _GetCurrentSceneFocusProcess_t2D010A2994974BEF7A4D2888985973C6ADBBF84A ** get_address_of_GetCurrentSceneFocusProcess_22() { return &___GetCurrentSceneFocusProcess_22; } inline void set_GetCurrentSceneFocusProcess_22(_GetCurrentSceneFocusProcess_t2D010A2994974BEF7A4D2888985973C6ADBBF84A * value) { ___GetCurrentSceneFocusProcess_22 = value; Il2CppCodeGenWriteBarrier((void**)(&___GetCurrentSceneFocusProcess_22), (void*)value); } inline static int32_t get_offset_of_GetLastFrameRenderer_23() { return static_cast(offsetof(IVRCompositor_t937DAB643DA6091530F80196D9EB3000E18D2DDC, ___GetLastFrameRenderer_23)); } inline _GetLastFrameRenderer_tE1CB1594C510C07423ECB8320737C9CF42A03216 * get_GetLastFrameRenderer_23() const { return ___GetLastFrameRenderer_23; } inline _GetLastFrameRenderer_tE1CB1594C510C07423ECB8320737C9CF42A03216 ** get_address_of_GetLastFrameRenderer_23() { return &___GetLastFrameRenderer_23; } inline void set_GetLastFrameRenderer_23(_GetLastFrameRenderer_tE1CB1594C510C07423ECB8320737C9CF42A03216 * value) { ___GetLastFrameRenderer_23 = value; Il2CppCodeGenWriteBarrier((void**)(&___GetLastFrameRenderer_23), (void*)value); } inline static int32_t get_offset_of_CanRenderScene_24() { return static_cast(offsetof(IVRCompositor_t937DAB643DA6091530F80196D9EB3000E18D2DDC, ___CanRenderScene_24)); } inline _CanRenderScene_t98E37F4EE430A8A11861E4544A8ECDC5F7A5DDFC * get_CanRenderScene_24() const { return ___CanRenderScene_24; } inline _CanRenderScene_t98E37F4EE430A8A11861E4544A8ECDC5F7A5DDFC ** get_address_of_CanRenderScene_24() { return &___CanRenderScene_24; } inline void set_CanRenderScene_24(_CanRenderScene_t98E37F4EE430A8A11861E4544A8ECDC5F7A5DDFC * value) { ___CanRenderScene_24 = value; Il2CppCodeGenWriteBarrier((void**)(&___CanRenderScene_24), (void*)value); } inline static int32_t get_offset_of_ShowMirrorWindow_25() { return static_cast(offsetof(IVRCompositor_t937DAB643DA6091530F80196D9EB3000E18D2DDC, ___ShowMirrorWindow_25)); } inline _ShowMirrorWindow_tB6B3C1C9C318DA3DCD560CBF96630FDF565359B9 * get_ShowMirrorWindow_25() const { return ___ShowMirrorWindow_25; } inline _ShowMirrorWindow_tB6B3C1C9C318DA3DCD560CBF96630FDF565359B9 ** get_address_of_ShowMirrorWindow_25() { return &___ShowMirrorWindow_25; } inline void set_ShowMirrorWindow_25(_ShowMirrorWindow_tB6B3C1C9C318DA3DCD560CBF96630FDF565359B9 * value) { ___ShowMirrorWindow_25 = value; Il2CppCodeGenWriteBarrier((void**)(&___ShowMirrorWindow_25), (void*)value); } inline static int32_t get_offset_of_HideMirrorWindow_26() { return static_cast(offsetof(IVRCompositor_t937DAB643DA6091530F80196D9EB3000E18D2DDC, ___HideMirrorWindow_26)); } inline _HideMirrorWindow_t4ABCB199851D78AD1B9A9242A99E9308BA6A358F * get_HideMirrorWindow_26() const { return ___HideMirrorWindow_26; } inline _HideMirrorWindow_t4ABCB199851D78AD1B9A9242A99E9308BA6A358F ** get_address_of_HideMirrorWindow_26() { return &___HideMirrorWindow_26; } inline void set_HideMirrorWindow_26(_HideMirrorWindow_t4ABCB199851D78AD1B9A9242A99E9308BA6A358F * value) { ___HideMirrorWindow_26 = value; Il2CppCodeGenWriteBarrier((void**)(&___HideMirrorWindow_26), (void*)value); } inline static int32_t get_offset_of_IsMirrorWindowVisible_27() { return static_cast(offsetof(IVRCompositor_t937DAB643DA6091530F80196D9EB3000E18D2DDC, ___IsMirrorWindowVisible_27)); } inline _IsMirrorWindowVisible_t9FEC2FB2109C6ECEEA8D7B646E38723C48A8F26C * get_IsMirrorWindowVisible_27() const { return ___IsMirrorWindowVisible_27; } inline _IsMirrorWindowVisible_t9FEC2FB2109C6ECEEA8D7B646E38723C48A8F26C ** get_address_of_IsMirrorWindowVisible_27() { return &___IsMirrorWindowVisible_27; } inline void set_IsMirrorWindowVisible_27(_IsMirrorWindowVisible_t9FEC2FB2109C6ECEEA8D7B646E38723C48A8F26C * value) { ___IsMirrorWindowVisible_27 = value; Il2CppCodeGenWriteBarrier((void**)(&___IsMirrorWindowVisible_27), (void*)value); } inline static int32_t get_offset_of_CompositorDumpImages_28() { return static_cast(offsetof(IVRCompositor_t937DAB643DA6091530F80196D9EB3000E18D2DDC, ___CompositorDumpImages_28)); } inline _CompositorDumpImages_t73041CC92B93EA153DA9D6827CD0A4D51441F335 * get_CompositorDumpImages_28() const { return ___CompositorDumpImages_28; } inline _CompositorDumpImages_t73041CC92B93EA153DA9D6827CD0A4D51441F335 ** get_address_of_CompositorDumpImages_28() { return &___CompositorDumpImages_28; } inline void set_CompositorDumpImages_28(_CompositorDumpImages_t73041CC92B93EA153DA9D6827CD0A4D51441F335 * value) { ___CompositorDumpImages_28 = value; Il2CppCodeGenWriteBarrier((void**)(&___CompositorDumpImages_28), (void*)value); } inline static int32_t get_offset_of_ShouldAppRenderWithLowResources_29() { return static_cast(offsetof(IVRCompositor_t937DAB643DA6091530F80196D9EB3000E18D2DDC, ___ShouldAppRenderWithLowResources_29)); } inline _ShouldAppRenderWithLowResources_t212E8A8F28CA8F53AA95E108AFFF73D21219C5CF * get_ShouldAppRenderWithLowResources_29() const { return ___ShouldAppRenderWithLowResources_29; } inline _ShouldAppRenderWithLowResources_t212E8A8F28CA8F53AA95E108AFFF73D21219C5CF ** get_address_of_ShouldAppRenderWithLowResources_29() { return &___ShouldAppRenderWithLowResources_29; } inline void set_ShouldAppRenderWithLowResources_29(_ShouldAppRenderWithLowResources_t212E8A8F28CA8F53AA95E108AFFF73D21219C5CF * value) { ___ShouldAppRenderWithLowResources_29 = value; Il2CppCodeGenWriteBarrier((void**)(&___ShouldAppRenderWithLowResources_29), (void*)value); } inline static int32_t get_offset_of_ForceInterleavedReprojectionOn_30() { return static_cast(offsetof(IVRCompositor_t937DAB643DA6091530F80196D9EB3000E18D2DDC, ___ForceInterleavedReprojectionOn_30)); } inline _ForceInterleavedReprojectionOn_t444C15ED0F4C28E325ACE088ED15C5CE9ABCA6A9 * get_ForceInterleavedReprojectionOn_30() const { return ___ForceInterleavedReprojectionOn_30; } inline _ForceInterleavedReprojectionOn_t444C15ED0F4C28E325ACE088ED15C5CE9ABCA6A9 ** get_address_of_ForceInterleavedReprojectionOn_30() { return &___ForceInterleavedReprojectionOn_30; } inline void set_ForceInterleavedReprojectionOn_30(_ForceInterleavedReprojectionOn_t444C15ED0F4C28E325ACE088ED15C5CE9ABCA6A9 * value) { ___ForceInterleavedReprojectionOn_30 = value; Il2CppCodeGenWriteBarrier((void**)(&___ForceInterleavedReprojectionOn_30), (void*)value); } inline static int32_t get_offset_of_ForceReconnectProcess_31() { return static_cast(offsetof(IVRCompositor_t937DAB643DA6091530F80196D9EB3000E18D2DDC, ___ForceReconnectProcess_31)); } inline _ForceReconnectProcess_tB527CC55CE2B2BFB999B6922CC20C6B206961F99 * get_ForceReconnectProcess_31() const { return ___ForceReconnectProcess_31; } inline _ForceReconnectProcess_tB527CC55CE2B2BFB999B6922CC20C6B206961F99 ** get_address_of_ForceReconnectProcess_31() { return &___ForceReconnectProcess_31; } inline void set_ForceReconnectProcess_31(_ForceReconnectProcess_tB527CC55CE2B2BFB999B6922CC20C6B206961F99 * value) { ___ForceReconnectProcess_31 = value; Il2CppCodeGenWriteBarrier((void**)(&___ForceReconnectProcess_31), (void*)value); } inline static int32_t get_offset_of_SuspendRendering_32() { return static_cast(offsetof(IVRCompositor_t937DAB643DA6091530F80196D9EB3000E18D2DDC, ___SuspendRendering_32)); } inline _SuspendRendering_t735022050EE11C84F2F8C1927D55725C07492F25 * get_SuspendRendering_32() const { return ___SuspendRendering_32; } inline _SuspendRendering_t735022050EE11C84F2F8C1927D55725C07492F25 ** get_address_of_SuspendRendering_32() { return &___SuspendRendering_32; } inline void set_SuspendRendering_32(_SuspendRendering_t735022050EE11C84F2F8C1927D55725C07492F25 * value) { ___SuspendRendering_32 = value; Il2CppCodeGenWriteBarrier((void**)(&___SuspendRendering_32), (void*)value); } inline static int32_t get_offset_of_GetMirrorTextureD3D11_33() { return static_cast(offsetof(IVRCompositor_t937DAB643DA6091530F80196D9EB3000E18D2DDC, ___GetMirrorTextureD3D11_33)); } inline _GetMirrorTextureD3D11_t223783C214574CBDAADF80D0320508AB93713555 * get_GetMirrorTextureD3D11_33() const { return ___GetMirrorTextureD3D11_33; } inline _GetMirrorTextureD3D11_t223783C214574CBDAADF80D0320508AB93713555 ** get_address_of_GetMirrorTextureD3D11_33() { return &___GetMirrorTextureD3D11_33; } inline void set_GetMirrorTextureD3D11_33(_GetMirrorTextureD3D11_t223783C214574CBDAADF80D0320508AB93713555 * value) { ___GetMirrorTextureD3D11_33 = value; Il2CppCodeGenWriteBarrier((void**)(&___GetMirrorTextureD3D11_33), (void*)value); } inline static int32_t get_offset_of_ReleaseMirrorTextureD3D11_34() { return static_cast(offsetof(IVRCompositor_t937DAB643DA6091530F80196D9EB3000E18D2DDC, ___ReleaseMirrorTextureD3D11_34)); } inline _ReleaseMirrorTextureD3D11_t5BB99FA4FD333D10781A93B960DD9DF893E589BD * get_ReleaseMirrorTextureD3D11_34() const { return ___ReleaseMirrorTextureD3D11_34; } inline _ReleaseMirrorTextureD3D11_t5BB99FA4FD333D10781A93B960DD9DF893E589BD ** get_address_of_ReleaseMirrorTextureD3D11_34() { return &___ReleaseMirrorTextureD3D11_34; } inline void set_ReleaseMirrorTextureD3D11_34(_ReleaseMirrorTextureD3D11_t5BB99FA4FD333D10781A93B960DD9DF893E589BD * value) { ___ReleaseMirrorTextureD3D11_34 = value; Il2CppCodeGenWriteBarrier((void**)(&___ReleaseMirrorTextureD3D11_34), (void*)value); } inline static int32_t get_offset_of_GetMirrorTextureGL_35() { return static_cast(offsetof(IVRCompositor_t937DAB643DA6091530F80196D9EB3000E18D2DDC, ___GetMirrorTextureGL_35)); } inline _GetMirrorTextureGL_tD2E5D2571D86679518D035D50F3F138A02973E3D * get_GetMirrorTextureGL_35() const { return ___GetMirrorTextureGL_35; } inline _GetMirrorTextureGL_tD2E5D2571D86679518D035D50F3F138A02973E3D ** get_address_of_GetMirrorTextureGL_35() { return &___GetMirrorTextureGL_35; } inline void set_GetMirrorTextureGL_35(_GetMirrorTextureGL_tD2E5D2571D86679518D035D50F3F138A02973E3D * value) { ___GetMirrorTextureGL_35 = value; Il2CppCodeGenWriteBarrier((void**)(&___GetMirrorTextureGL_35), (void*)value); } inline static int32_t get_offset_of_ReleaseSharedGLTexture_36() { return static_cast(offsetof(IVRCompositor_t937DAB643DA6091530F80196D9EB3000E18D2DDC, ___ReleaseSharedGLTexture_36)); } inline _ReleaseSharedGLTexture_tCC2555B2EAE9CF038C5441166107FA02BDF9F3A2 * get_ReleaseSharedGLTexture_36() const { return ___ReleaseSharedGLTexture_36; } inline _ReleaseSharedGLTexture_tCC2555B2EAE9CF038C5441166107FA02BDF9F3A2 ** get_address_of_ReleaseSharedGLTexture_36() { return &___ReleaseSharedGLTexture_36; } inline void set_ReleaseSharedGLTexture_36(_ReleaseSharedGLTexture_tCC2555B2EAE9CF038C5441166107FA02BDF9F3A2 * value) { ___ReleaseSharedGLTexture_36 = value; Il2CppCodeGenWriteBarrier((void**)(&___ReleaseSharedGLTexture_36), (void*)value); } inline static int32_t get_offset_of_LockGLSharedTextureForAccess_37() { return static_cast(offsetof(IVRCompositor_t937DAB643DA6091530F80196D9EB3000E18D2DDC, ___LockGLSharedTextureForAccess_37)); } inline _LockGLSharedTextureForAccess_t6203D58A9E524198317D7195E11344034615E70E * get_LockGLSharedTextureForAccess_37() const { return ___LockGLSharedTextureForAccess_37; } inline _LockGLSharedTextureForAccess_t6203D58A9E524198317D7195E11344034615E70E ** get_address_of_LockGLSharedTextureForAccess_37() { return &___LockGLSharedTextureForAccess_37; } inline void set_LockGLSharedTextureForAccess_37(_LockGLSharedTextureForAccess_t6203D58A9E524198317D7195E11344034615E70E * value) { ___LockGLSharedTextureForAccess_37 = value; Il2CppCodeGenWriteBarrier((void**)(&___LockGLSharedTextureForAccess_37), (void*)value); } inline static int32_t get_offset_of_UnlockGLSharedTextureForAccess_38() { return static_cast(offsetof(IVRCompositor_t937DAB643DA6091530F80196D9EB3000E18D2DDC, ___UnlockGLSharedTextureForAccess_38)); } inline _UnlockGLSharedTextureForAccess_tE536FF6253654DC196973CDDD66BCC34873A143D * get_UnlockGLSharedTextureForAccess_38() const { return ___UnlockGLSharedTextureForAccess_38; } inline _UnlockGLSharedTextureForAccess_tE536FF6253654DC196973CDDD66BCC34873A143D ** get_address_of_UnlockGLSharedTextureForAccess_38() { return &___UnlockGLSharedTextureForAccess_38; } inline void set_UnlockGLSharedTextureForAccess_38(_UnlockGLSharedTextureForAccess_tE536FF6253654DC196973CDDD66BCC34873A143D * value) { ___UnlockGLSharedTextureForAccess_38 = value; Il2CppCodeGenWriteBarrier((void**)(&___UnlockGLSharedTextureForAccess_38), (void*)value); } inline static int32_t get_offset_of_GetVulkanInstanceExtensionsRequired_39() { return static_cast(offsetof(IVRCompositor_t937DAB643DA6091530F80196D9EB3000E18D2DDC, ___GetVulkanInstanceExtensionsRequired_39)); } inline _GetVulkanInstanceExtensionsRequired_t376790A1C181A9EEE08126F8E0EC9D4ACEE51BF7 * get_GetVulkanInstanceExtensionsRequired_39() const { return ___GetVulkanInstanceExtensionsRequired_39; } inline _GetVulkanInstanceExtensionsRequired_t376790A1C181A9EEE08126F8E0EC9D4ACEE51BF7 ** get_address_of_GetVulkanInstanceExtensionsRequired_39() { return &___GetVulkanInstanceExtensionsRequired_39; } inline void set_GetVulkanInstanceExtensionsRequired_39(_GetVulkanInstanceExtensionsRequired_t376790A1C181A9EEE08126F8E0EC9D4ACEE51BF7 * value) { ___GetVulkanInstanceExtensionsRequired_39 = value; Il2CppCodeGenWriteBarrier((void**)(&___GetVulkanInstanceExtensionsRequired_39), (void*)value); } inline static int32_t get_offset_of_GetVulkanDeviceExtensionsRequired_40() { return static_cast(offsetof(IVRCompositor_t937DAB643DA6091530F80196D9EB3000E18D2DDC, ___GetVulkanDeviceExtensionsRequired_40)); } inline _GetVulkanDeviceExtensionsRequired_tCE4104B1929E2C006D00F39BDF097E8E0AEB7F43 * get_GetVulkanDeviceExtensionsRequired_40() const { return ___GetVulkanDeviceExtensionsRequired_40; } inline _GetVulkanDeviceExtensionsRequired_tCE4104B1929E2C006D00F39BDF097E8E0AEB7F43 ** get_address_of_GetVulkanDeviceExtensionsRequired_40() { return &___GetVulkanDeviceExtensionsRequired_40; } inline void set_GetVulkanDeviceExtensionsRequired_40(_GetVulkanDeviceExtensionsRequired_tCE4104B1929E2C006D00F39BDF097E8E0AEB7F43 * value) { ___GetVulkanDeviceExtensionsRequired_40 = value; Il2CppCodeGenWriteBarrier((void**)(&___GetVulkanDeviceExtensionsRequired_40), (void*)value); } inline static int32_t get_offset_of_SetExplicitTimingMode_41() { return static_cast(offsetof(IVRCompositor_t937DAB643DA6091530F80196D9EB3000E18D2DDC, ___SetExplicitTimingMode_41)); } inline _SetExplicitTimingMode_t229CD6D757008679BF05A83EBB6BF9282056A0BE * get_SetExplicitTimingMode_41() const { return ___SetExplicitTimingMode_41; } inline _SetExplicitTimingMode_t229CD6D757008679BF05A83EBB6BF9282056A0BE ** get_address_of_SetExplicitTimingMode_41() { return &___SetExplicitTimingMode_41; } inline void set_SetExplicitTimingMode_41(_SetExplicitTimingMode_t229CD6D757008679BF05A83EBB6BF9282056A0BE * value) { ___SetExplicitTimingMode_41 = value; Il2CppCodeGenWriteBarrier((void**)(&___SetExplicitTimingMode_41), (void*)value); } inline static int32_t get_offset_of_SubmitExplicitTimingData_42() { return static_cast(offsetof(IVRCompositor_t937DAB643DA6091530F80196D9EB3000E18D2DDC, ___SubmitExplicitTimingData_42)); } inline _SubmitExplicitTimingData_tB201CF4FBEBC186EFFF9F279438DC175D4C8AC36 * get_SubmitExplicitTimingData_42() const { return ___SubmitExplicitTimingData_42; } inline _SubmitExplicitTimingData_tB201CF4FBEBC186EFFF9F279438DC175D4C8AC36 ** get_address_of_SubmitExplicitTimingData_42() { return &___SubmitExplicitTimingData_42; } inline void set_SubmitExplicitTimingData_42(_SubmitExplicitTimingData_tB201CF4FBEBC186EFFF9F279438DC175D4C8AC36 * value) { ___SubmitExplicitTimingData_42 = value; Il2CppCodeGenWriteBarrier((void**)(&___SubmitExplicitTimingData_42), (void*)value); } }; // Native definition for P/Invoke marshalling of OVR.OpenVR.IVRCompositor struct IVRCompositor_t937DAB643DA6091530F80196D9EB3000E18D2DDC_marshaled_pinvoke { Il2CppMethodPointer ___SetTrackingSpace_0; Il2CppMethodPointer ___GetTrackingSpace_1; Il2CppMethodPointer ___WaitGetPoses_2; Il2CppMethodPointer ___GetLastPoses_3; Il2CppMethodPointer ___GetLastPoseForTrackedDeviceIndex_4; Il2CppMethodPointer ___Submit_5; Il2CppMethodPointer ___ClearLastSubmittedFrame_6; Il2CppMethodPointer ___PostPresentHandoff_7; Il2CppMethodPointer ___GetFrameTiming_8; Il2CppMethodPointer ___GetFrameTimings_9; Il2CppMethodPointer ___GetFrameTimeRemaining_10; Il2CppMethodPointer ___GetCumulativeStats_11; Il2CppMethodPointer ___FadeToColor_12; Il2CppMethodPointer ___GetCurrentFadeColor_13; Il2CppMethodPointer ___FadeGrid_14; Il2CppMethodPointer ___GetCurrentGridAlpha_15; Il2CppMethodPointer ___SetSkyboxOverride_16; Il2CppMethodPointer ___ClearSkyboxOverride_17; Il2CppMethodPointer ___CompositorBringToFront_18; Il2CppMethodPointer ___CompositorGoToBack_19; Il2CppMethodPointer ___CompositorQuit_20; Il2CppMethodPointer ___IsFullscreen_21; Il2CppMethodPointer ___GetCurrentSceneFocusProcess_22; Il2CppMethodPointer ___GetLastFrameRenderer_23; Il2CppMethodPointer ___CanRenderScene_24; Il2CppMethodPointer ___ShowMirrorWindow_25; Il2CppMethodPointer ___HideMirrorWindow_26; Il2CppMethodPointer ___IsMirrorWindowVisible_27; Il2CppMethodPointer ___CompositorDumpImages_28; Il2CppMethodPointer ___ShouldAppRenderWithLowResources_29; Il2CppMethodPointer ___ForceInterleavedReprojectionOn_30; Il2CppMethodPointer ___ForceReconnectProcess_31; Il2CppMethodPointer ___SuspendRendering_32; Il2CppMethodPointer ___GetMirrorTextureD3D11_33; Il2CppMethodPointer ___ReleaseMirrorTextureD3D11_34; Il2CppMethodPointer ___GetMirrorTextureGL_35; Il2CppMethodPointer ___ReleaseSharedGLTexture_36; Il2CppMethodPointer ___LockGLSharedTextureForAccess_37; Il2CppMethodPointer ___UnlockGLSharedTextureForAccess_38; Il2CppMethodPointer ___GetVulkanInstanceExtensionsRequired_39; Il2CppMethodPointer ___GetVulkanDeviceExtensionsRequired_40; Il2CppMethodPointer ___SetExplicitTimingMode_41; Il2CppMethodPointer ___SubmitExplicitTimingData_42; }; // Native definition for COM marshalling of OVR.OpenVR.IVRCompositor struct IVRCompositor_t937DAB643DA6091530F80196D9EB3000E18D2DDC_marshaled_com { Il2CppMethodPointer ___SetTrackingSpace_0; Il2CppMethodPointer ___GetTrackingSpace_1; Il2CppMethodPointer ___WaitGetPoses_2; Il2CppMethodPointer ___GetLastPoses_3; Il2CppMethodPointer ___GetLastPoseForTrackedDeviceIndex_4; Il2CppMethodPointer ___Submit_5; Il2CppMethodPointer ___ClearLastSubmittedFrame_6; Il2CppMethodPointer ___PostPresentHandoff_7; Il2CppMethodPointer ___GetFrameTiming_8; Il2CppMethodPointer ___GetFrameTimings_9; Il2CppMethodPointer ___GetFrameTimeRemaining_10; Il2CppMethodPointer ___GetCumulativeStats_11; Il2CppMethodPointer ___FadeToColor_12; Il2CppMethodPointer ___GetCurrentFadeColor_13; Il2CppMethodPointer ___FadeGrid_14; Il2CppMethodPointer ___GetCurrentGridAlpha_15; Il2CppMethodPointer ___SetSkyboxOverride_16; Il2CppMethodPointer ___ClearSkyboxOverride_17; Il2CppMethodPointer ___CompositorBringToFront_18; Il2CppMethodPointer ___CompositorGoToBack_19; Il2CppMethodPointer ___CompositorQuit_20; Il2CppMethodPointer ___IsFullscreen_21; Il2CppMethodPointer ___GetCurrentSceneFocusProcess_22; Il2CppMethodPointer ___GetLastFrameRenderer_23; Il2CppMethodPointer ___CanRenderScene_24; Il2CppMethodPointer ___ShowMirrorWindow_25; Il2CppMethodPointer ___HideMirrorWindow_26; Il2CppMethodPointer ___IsMirrorWindowVisible_27; Il2CppMethodPointer ___CompositorDumpImages_28; Il2CppMethodPointer ___ShouldAppRenderWithLowResources_29; Il2CppMethodPointer ___ForceInterleavedReprojectionOn_30; Il2CppMethodPointer ___ForceReconnectProcess_31; Il2CppMethodPointer ___SuspendRendering_32; Il2CppMethodPointer ___GetMirrorTextureD3D11_33; Il2CppMethodPointer ___ReleaseMirrorTextureD3D11_34; Il2CppMethodPointer ___GetMirrorTextureGL_35; Il2CppMethodPointer ___ReleaseSharedGLTexture_36; Il2CppMethodPointer ___LockGLSharedTextureForAccess_37; Il2CppMethodPointer ___UnlockGLSharedTextureForAccess_38; Il2CppMethodPointer ___GetVulkanInstanceExtensionsRequired_39; Il2CppMethodPointer ___GetVulkanDeviceExtensionsRequired_40; Il2CppMethodPointer ___SetExplicitTimingMode_41; Il2CppMethodPointer ___SubmitExplicitTimingData_42; }; // OVR.OpenVR.IVRExtendedDisplay struct IVRExtendedDisplay_t21A831A14DD90F2889F2DB4AA41E1F8EDE096DB9 { public: // OVR.OpenVR.IVRExtendedDisplay/_GetWindowBounds OVR.OpenVR.IVRExtendedDisplay::GetWindowBounds _GetWindowBounds_tCA9AA727F286D2159D1F679B24A9533F33FE05FE * ___GetWindowBounds_0; // OVR.OpenVR.IVRExtendedDisplay/_GetEyeOutputViewport OVR.OpenVR.IVRExtendedDisplay::GetEyeOutputViewport _GetEyeOutputViewport_t14FB28D804A1C2A68613E0BBEF484C2C4F524C40 * ___GetEyeOutputViewport_1; // OVR.OpenVR.IVRExtendedDisplay/_GetDXGIOutputInfo OVR.OpenVR.IVRExtendedDisplay::GetDXGIOutputInfo _GetDXGIOutputInfo_tD28302B6EFCE198115DB8D95F1E55190F84DED41 * ___GetDXGIOutputInfo_2; public: inline static int32_t get_offset_of_GetWindowBounds_0() { return static_cast(offsetof(IVRExtendedDisplay_t21A831A14DD90F2889F2DB4AA41E1F8EDE096DB9, ___GetWindowBounds_0)); } inline _GetWindowBounds_tCA9AA727F286D2159D1F679B24A9533F33FE05FE * get_GetWindowBounds_0() const { return ___GetWindowBounds_0; } inline _GetWindowBounds_tCA9AA727F286D2159D1F679B24A9533F33FE05FE ** get_address_of_GetWindowBounds_0() { return &___GetWindowBounds_0; } inline void set_GetWindowBounds_0(_GetWindowBounds_tCA9AA727F286D2159D1F679B24A9533F33FE05FE * value) { ___GetWindowBounds_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___GetWindowBounds_0), (void*)value); } inline static int32_t get_offset_of_GetEyeOutputViewport_1() { return static_cast(offsetof(IVRExtendedDisplay_t21A831A14DD90F2889F2DB4AA41E1F8EDE096DB9, ___GetEyeOutputViewport_1)); } inline _GetEyeOutputViewport_t14FB28D804A1C2A68613E0BBEF484C2C4F524C40 * get_GetEyeOutputViewport_1() const { return ___GetEyeOutputViewport_1; } inline _GetEyeOutputViewport_t14FB28D804A1C2A68613E0BBEF484C2C4F524C40 ** get_address_of_GetEyeOutputViewport_1() { return &___GetEyeOutputViewport_1; } inline void set_GetEyeOutputViewport_1(_GetEyeOutputViewport_t14FB28D804A1C2A68613E0BBEF484C2C4F524C40 * value) { ___GetEyeOutputViewport_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___GetEyeOutputViewport_1), (void*)value); } inline static int32_t get_offset_of_GetDXGIOutputInfo_2() { return static_cast(offsetof(IVRExtendedDisplay_t21A831A14DD90F2889F2DB4AA41E1F8EDE096DB9, ___GetDXGIOutputInfo_2)); } inline _GetDXGIOutputInfo_tD28302B6EFCE198115DB8D95F1E55190F84DED41 * get_GetDXGIOutputInfo_2() const { return ___GetDXGIOutputInfo_2; } inline _GetDXGIOutputInfo_tD28302B6EFCE198115DB8D95F1E55190F84DED41 ** get_address_of_GetDXGIOutputInfo_2() { return &___GetDXGIOutputInfo_2; } inline void set_GetDXGIOutputInfo_2(_GetDXGIOutputInfo_tD28302B6EFCE198115DB8D95F1E55190F84DED41 * value) { ___GetDXGIOutputInfo_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___GetDXGIOutputInfo_2), (void*)value); } }; // Native definition for P/Invoke marshalling of OVR.OpenVR.IVRExtendedDisplay struct IVRExtendedDisplay_t21A831A14DD90F2889F2DB4AA41E1F8EDE096DB9_marshaled_pinvoke { Il2CppMethodPointer ___GetWindowBounds_0; Il2CppMethodPointer ___GetEyeOutputViewport_1; Il2CppMethodPointer ___GetDXGIOutputInfo_2; }; // Native definition for COM marshalling of OVR.OpenVR.IVRExtendedDisplay struct IVRExtendedDisplay_t21A831A14DD90F2889F2DB4AA41E1F8EDE096DB9_marshaled_com { Il2CppMethodPointer ___GetWindowBounds_0; Il2CppMethodPointer ___GetEyeOutputViewport_1; Il2CppMethodPointer ___GetDXGIOutputInfo_2; }; // OVR.OpenVR.IVRInput struct IVRInput_tF9287B1EF48FE54402471D953BF4089CCB73C759 { public: // OVR.OpenVR.IVRInput/_SetActionManifestPath OVR.OpenVR.IVRInput::SetActionManifestPath _SetActionManifestPath_t0A2FD497E09469FC3D334F96F033EABE759342C3 * ___SetActionManifestPath_0; // OVR.OpenVR.IVRInput/_GetActionSetHandle OVR.OpenVR.IVRInput::GetActionSetHandle _GetActionSetHandle_tDFF3191D29A2FCD3C8F69542B92C06F4490DA755 * ___GetActionSetHandle_1; // OVR.OpenVR.IVRInput/_GetActionHandle OVR.OpenVR.IVRInput::GetActionHandle _GetActionHandle_t3DE02917D5ADD80046DF62C4A97FAB4B108AA614 * ___GetActionHandle_2; // OVR.OpenVR.IVRInput/_GetInputSourceHandle OVR.OpenVR.IVRInput::GetInputSourceHandle _GetInputSourceHandle_tB4CC6D28FDB6DAE6A9246A786B96CE44F3D13333 * ___GetInputSourceHandle_3; // OVR.OpenVR.IVRInput/_UpdateActionState OVR.OpenVR.IVRInput::UpdateActionState _UpdateActionState_t76351ACD353B7B29F512A704C808AD2D983331AC * ___UpdateActionState_4; // OVR.OpenVR.IVRInput/_GetDigitalActionData OVR.OpenVR.IVRInput::GetDigitalActionData _GetDigitalActionData_t3B06432D0F0D17E70A055541467D0C7859F299D6 * ___GetDigitalActionData_5; // OVR.OpenVR.IVRInput/_GetAnalogActionData OVR.OpenVR.IVRInput::GetAnalogActionData _GetAnalogActionData_t4143ADD7826A54563BE55672706884D2201F0B8B * ___GetAnalogActionData_6; // OVR.OpenVR.IVRInput/_GetPoseActionData OVR.OpenVR.IVRInput::GetPoseActionData _GetPoseActionData_t83055D37288879DA9AB2DA4C6734461F95F0D3F1 * ___GetPoseActionData_7; // OVR.OpenVR.IVRInput/_GetSkeletalActionData OVR.OpenVR.IVRInput::GetSkeletalActionData _GetSkeletalActionData_tFE8AEACE6216C8B6CE0B63409CB22E0A2662D070 * ___GetSkeletalActionData_8; // OVR.OpenVR.IVRInput/_GetSkeletalBoneData OVR.OpenVR.IVRInput::GetSkeletalBoneData _GetSkeletalBoneData_tC7F6853CA799853D265859280FC1CCFABC6EDB9B * ___GetSkeletalBoneData_9; // OVR.OpenVR.IVRInput/_GetSkeletalBoneDataCompressed OVR.OpenVR.IVRInput::GetSkeletalBoneDataCompressed _GetSkeletalBoneDataCompressed_t42F44DC8A24A212384C5D8B20644B694FA64727D * ___GetSkeletalBoneDataCompressed_10; // OVR.OpenVR.IVRInput/_DecompressSkeletalBoneData OVR.OpenVR.IVRInput::DecompressSkeletalBoneData _DecompressSkeletalBoneData_t487F7E926B3967091D40DA09FD2E083B912689AA * ___DecompressSkeletalBoneData_11; // OVR.OpenVR.IVRInput/_TriggerHapticVibrationAction OVR.OpenVR.IVRInput::TriggerHapticVibrationAction _TriggerHapticVibrationAction_t7E5AC68392114320EE961E6E1E0A1A3D8245EA24 * ___TriggerHapticVibrationAction_12; // OVR.OpenVR.IVRInput/_GetActionOrigins OVR.OpenVR.IVRInput::GetActionOrigins _GetActionOrigins_tEEE879C3FBAEF6BA5BE2BA61AD602596C9956B51 * ___GetActionOrigins_13; // OVR.OpenVR.IVRInput/_GetOriginLocalizedName OVR.OpenVR.IVRInput::GetOriginLocalizedName _GetOriginLocalizedName_t9D50D904FE8BF6DA5DFCA942D0BC7ACA5EF3B783 * ___GetOriginLocalizedName_14; // OVR.OpenVR.IVRInput/_GetOriginTrackedDeviceInfo OVR.OpenVR.IVRInput::GetOriginTrackedDeviceInfo _GetOriginTrackedDeviceInfo_tC396A4DA729179ABDDBE7A0A70C6B63AC93C2FB5 * ___GetOriginTrackedDeviceInfo_15; // OVR.OpenVR.IVRInput/_ShowActionOrigins OVR.OpenVR.IVRInput::ShowActionOrigins _ShowActionOrigins_t7D8BAFD905BAD48A4ED2F006C4B349B6AC6F8662 * ___ShowActionOrigins_16; // OVR.OpenVR.IVRInput/_ShowBindingsForActionSet OVR.OpenVR.IVRInput::ShowBindingsForActionSet _ShowBindingsForActionSet_tA8675571B49B74304DA5B7DDD6F1F618A361B2CB * ___ShowBindingsForActionSet_17; public: inline static int32_t get_offset_of_SetActionManifestPath_0() { return static_cast(offsetof(IVRInput_tF9287B1EF48FE54402471D953BF4089CCB73C759, ___SetActionManifestPath_0)); } inline _SetActionManifestPath_t0A2FD497E09469FC3D334F96F033EABE759342C3 * get_SetActionManifestPath_0() const { return ___SetActionManifestPath_0; } inline _SetActionManifestPath_t0A2FD497E09469FC3D334F96F033EABE759342C3 ** get_address_of_SetActionManifestPath_0() { return &___SetActionManifestPath_0; } inline void set_SetActionManifestPath_0(_SetActionManifestPath_t0A2FD497E09469FC3D334F96F033EABE759342C3 * value) { ___SetActionManifestPath_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___SetActionManifestPath_0), (void*)value); } inline static int32_t get_offset_of_GetActionSetHandle_1() { return static_cast(offsetof(IVRInput_tF9287B1EF48FE54402471D953BF4089CCB73C759, ___GetActionSetHandle_1)); } inline _GetActionSetHandle_tDFF3191D29A2FCD3C8F69542B92C06F4490DA755 * get_GetActionSetHandle_1() const { return ___GetActionSetHandle_1; } inline _GetActionSetHandle_tDFF3191D29A2FCD3C8F69542B92C06F4490DA755 ** get_address_of_GetActionSetHandle_1() { return &___GetActionSetHandle_1; } inline void set_GetActionSetHandle_1(_GetActionSetHandle_tDFF3191D29A2FCD3C8F69542B92C06F4490DA755 * value) { ___GetActionSetHandle_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___GetActionSetHandle_1), (void*)value); } inline static int32_t get_offset_of_GetActionHandle_2() { return static_cast(offsetof(IVRInput_tF9287B1EF48FE54402471D953BF4089CCB73C759, ___GetActionHandle_2)); } inline _GetActionHandle_t3DE02917D5ADD80046DF62C4A97FAB4B108AA614 * get_GetActionHandle_2() const { return ___GetActionHandle_2; } inline _GetActionHandle_t3DE02917D5ADD80046DF62C4A97FAB4B108AA614 ** get_address_of_GetActionHandle_2() { return &___GetActionHandle_2; } inline void set_GetActionHandle_2(_GetActionHandle_t3DE02917D5ADD80046DF62C4A97FAB4B108AA614 * value) { ___GetActionHandle_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___GetActionHandle_2), (void*)value); } inline static int32_t get_offset_of_GetInputSourceHandle_3() { return static_cast(offsetof(IVRInput_tF9287B1EF48FE54402471D953BF4089CCB73C759, ___GetInputSourceHandle_3)); } inline _GetInputSourceHandle_tB4CC6D28FDB6DAE6A9246A786B96CE44F3D13333 * get_GetInputSourceHandle_3() const { return ___GetInputSourceHandle_3; } inline _GetInputSourceHandle_tB4CC6D28FDB6DAE6A9246A786B96CE44F3D13333 ** get_address_of_GetInputSourceHandle_3() { return &___GetInputSourceHandle_3; } inline void set_GetInputSourceHandle_3(_GetInputSourceHandle_tB4CC6D28FDB6DAE6A9246A786B96CE44F3D13333 * value) { ___GetInputSourceHandle_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___GetInputSourceHandle_3), (void*)value); } inline static int32_t get_offset_of_UpdateActionState_4() { return static_cast(offsetof(IVRInput_tF9287B1EF48FE54402471D953BF4089CCB73C759, ___UpdateActionState_4)); } inline _UpdateActionState_t76351ACD353B7B29F512A704C808AD2D983331AC * get_UpdateActionState_4() const { return ___UpdateActionState_4; } inline _UpdateActionState_t76351ACD353B7B29F512A704C808AD2D983331AC ** get_address_of_UpdateActionState_4() { return &___UpdateActionState_4; } inline void set_UpdateActionState_4(_UpdateActionState_t76351ACD353B7B29F512A704C808AD2D983331AC * value) { ___UpdateActionState_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___UpdateActionState_4), (void*)value); } inline static int32_t get_offset_of_GetDigitalActionData_5() { return static_cast(offsetof(IVRInput_tF9287B1EF48FE54402471D953BF4089CCB73C759, ___GetDigitalActionData_5)); } inline _GetDigitalActionData_t3B06432D0F0D17E70A055541467D0C7859F299D6 * get_GetDigitalActionData_5() const { return ___GetDigitalActionData_5; } inline _GetDigitalActionData_t3B06432D0F0D17E70A055541467D0C7859F299D6 ** get_address_of_GetDigitalActionData_5() { return &___GetDigitalActionData_5; } inline void set_GetDigitalActionData_5(_GetDigitalActionData_t3B06432D0F0D17E70A055541467D0C7859F299D6 * value) { ___GetDigitalActionData_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___GetDigitalActionData_5), (void*)value); } inline static int32_t get_offset_of_GetAnalogActionData_6() { return static_cast(offsetof(IVRInput_tF9287B1EF48FE54402471D953BF4089CCB73C759, ___GetAnalogActionData_6)); } inline _GetAnalogActionData_t4143ADD7826A54563BE55672706884D2201F0B8B * get_GetAnalogActionData_6() const { return ___GetAnalogActionData_6; } inline _GetAnalogActionData_t4143ADD7826A54563BE55672706884D2201F0B8B ** get_address_of_GetAnalogActionData_6() { return &___GetAnalogActionData_6; } inline void set_GetAnalogActionData_6(_GetAnalogActionData_t4143ADD7826A54563BE55672706884D2201F0B8B * value) { ___GetAnalogActionData_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___GetAnalogActionData_6), (void*)value); } inline static int32_t get_offset_of_GetPoseActionData_7() { return static_cast(offsetof(IVRInput_tF9287B1EF48FE54402471D953BF4089CCB73C759, ___GetPoseActionData_7)); } inline _GetPoseActionData_t83055D37288879DA9AB2DA4C6734461F95F0D3F1 * get_GetPoseActionData_7() const { return ___GetPoseActionData_7; } inline _GetPoseActionData_t83055D37288879DA9AB2DA4C6734461F95F0D3F1 ** get_address_of_GetPoseActionData_7() { return &___GetPoseActionData_7; } inline void set_GetPoseActionData_7(_GetPoseActionData_t83055D37288879DA9AB2DA4C6734461F95F0D3F1 * value) { ___GetPoseActionData_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___GetPoseActionData_7), (void*)value); } inline static int32_t get_offset_of_GetSkeletalActionData_8() { return static_cast(offsetof(IVRInput_tF9287B1EF48FE54402471D953BF4089CCB73C759, ___GetSkeletalActionData_8)); } inline _GetSkeletalActionData_tFE8AEACE6216C8B6CE0B63409CB22E0A2662D070 * get_GetSkeletalActionData_8() const { return ___GetSkeletalActionData_8; } inline _GetSkeletalActionData_tFE8AEACE6216C8B6CE0B63409CB22E0A2662D070 ** get_address_of_GetSkeletalActionData_8() { return &___GetSkeletalActionData_8; } inline void set_GetSkeletalActionData_8(_GetSkeletalActionData_tFE8AEACE6216C8B6CE0B63409CB22E0A2662D070 * value) { ___GetSkeletalActionData_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___GetSkeletalActionData_8), (void*)value); } inline static int32_t get_offset_of_GetSkeletalBoneData_9() { return static_cast(offsetof(IVRInput_tF9287B1EF48FE54402471D953BF4089CCB73C759, ___GetSkeletalBoneData_9)); } inline _GetSkeletalBoneData_tC7F6853CA799853D265859280FC1CCFABC6EDB9B * get_GetSkeletalBoneData_9() const { return ___GetSkeletalBoneData_9; } inline _GetSkeletalBoneData_tC7F6853CA799853D265859280FC1CCFABC6EDB9B ** get_address_of_GetSkeletalBoneData_9() { return &___GetSkeletalBoneData_9; } inline void set_GetSkeletalBoneData_9(_GetSkeletalBoneData_tC7F6853CA799853D265859280FC1CCFABC6EDB9B * value) { ___GetSkeletalBoneData_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___GetSkeletalBoneData_9), (void*)value); } inline static int32_t get_offset_of_GetSkeletalBoneDataCompressed_10() { return static_cast(offsetof(IVRInput_tF9287B1EF48FE54402471D953BF4089CCB73C759, ___GetSkeletalBoneDataCompressed_10)); } inline _GetSkeletalBoneDataCompressed_t42F44DC8A24A212384C5D8B20644B694FA64727D * get_GetSkeletalBoneDataCompressed_10() const { return ___GetSkeletalBoneDataCompressed_10; } inline _GetSkeletalBoneDataCompressed_t42F44DC8A24A212384C5D8B20644B694FA64727D ** get_address_of_GetSkeletalBoneDataCompressed_10() { return &___GetSkeletalBoneDataCompressed_10; } inline void set_GetSkeletalBoneDataCompressed_10(_GetSkeletalBoneDataCompressed_t42F44DC8A24A212384C5D8B20644B694FA64727D * value) { ___GetSkeletalBoneDataCompressed_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___GetSkeletalBoneDataCompressed_10), (void*)value); } inline static int32_t get_offset_of_DecompressSkeletalBoneData_11() { return static_cast(offsetof(IVRInput_tF9287B1EF48FE54402471D953BF4089CCB73C759, ___DecompressSkeletalBoneData_11)); } inline _DecompressSkeletalBoneData_t487F7E926B3967091D40DA09FD2E083B912689AA * get_DecompressSkeletalBoneData_11() const { return ___DecompressSkeletalBoneData_11; } inline _DecompressSkeletalBoneData_t487F7E926B3967091D40DA09FD2E083B912689AA ** get_address_of_DecompressSkeletalBoneData_11() { return &___DecompressSkeletalBoneData_11; } inline void set_DecompressSkeletalBoneData_11(_DecompressSkeletalBoneData_t487F7E926B3967091D40DA09FD2E083B912689AA * value) { ___DecompressSkeletalBoneData_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___DecompressSkeletalBoneData_11), (void*)value); } inline static int32_t get_offset_of_TriggerHapticVibrationAction_12() { return static_cast(offsetof(IVRInput_tF9287B1EF48FE54402471D953BF4089CCB73C759, ___TriggerHapticVibrationAction_12)); } inline _TriggerHapticVibrationAction_t7E5AC68392114320EE961E6E1E0A1A3D8245EA24 * get_TriggerHapticVibrationAction_12() const { return ___TriggerHapticVibrationAction_12; } inline _TriggerHapticVibrationAction_t7E5AC68392114320EE961E6E1E0A1A3D8245EA24 ** get_address_of_TriggerHapticVibrationAction_12() { return &___TriggerHapticVibrationAction_12; } inline void set_TriggerHapticVibrationAction_12(_TriggerHapticVibrationAction_t7E5AC68392114320EE961E6E1E0A1A3D8245EA24 * value) { ___TriggerHapticVibrationAction_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___TriggerHapticVibrationAction_12), (void*)value); } inline static int32_t get_offset_of_GetActionOrigins_13() { return static_cast(offsetof(IVRInput_tF9287B1EF48FE54402471D953BF4089CCB73C759, ___GetActionOrigins_13)); } inline _GetActionOrigins_tEEE879C3FBAEF6BA5BE2BA61AD602596C9956B51 * get_GetActionOrigins_13() const { return ___GetActionOrigins_13; } inline _GetActionOrigins_tEEE879C3FBAEF6BA5BE2BA61AD602596C9956B51 ** get_address_of_GetActionOrigins_13() { return &___GetActionOrigins_13; } inline void set_GetActionOrigins_13(_GetActionOrigins_tEEE879C3FBAEF6BA5BE2BA61AD602596C9956B51 * value) { ___GetActionOrigins_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___GetActionOrigins_13), (void*)value); } inline static int32_t get_offset_of_GetOriginLocalizedName_14() { return static_cast(offsetof(IVRInput_tF9287B1EF48FE54402471D953BF4089CCB73C759, ___GetOriginLocalizedName_14)); } inline _GetOriginLocalizedName_t9D50D904FE8BF6DA5DFCA942D0BC7ACA5EF3B783 * get_GetOriginLocalizedName_14() const { return ___GetOriginLocalizedName_14; } inline _GetOriginLocalizedName_t9D50D904FE8BF6DA5DFCA942D0BC7ACA5EF3B783 ** get_address_of_GetOriginLocalizedName_14() { return &___GetOriginLocalizedName_14; } inline void set_GetOriginLocalizedName_14(_GetOriginLocalizedName_t9D50D904FE8BF6DA5DFCA942D0BC7ACA5EF3B783 * value) { ___GetOriginLocalizedName_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___GetOriginLocalizedName_14), (void*)value); } inline static int32_t get_offset_of_GetOriginTrackedDeviceInfo_15() { return static_cast(offsetof(IVRInput_tF9287B1EF48FE54402471D953BF4089CCB73C759, ___GetOriginTrackedDeviceInfo_15)); } inline _GetOriginTrackedDeviceInfo_tC396A4DA729179ABDDBE7A0A70C6B63AC93C2FB5 * get_GetOriginTrackedDeviceInfo_15() const { return ___GetOriginTrackedDeviceInfo_15; } inline _GetOriginTrackedDeviceInfo_tC396A4DA729179ABDDBE7A0A70C6B63AC93C2FB5 ** get_address_of_GetOriginTrackedDeviceInfo_15() { return &___GetOriginTrackedDeviceInfo_15; } inline void set_GetOriginTrackedDeviceInfo_15(_GetOriginTrackedDeviceInfo_tC396A4DA729179ABDDBE7A0A70C6B63AC93C2FB5 * value) { ___GetOriginTrackedDeviceInfo_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___GetOriginTrackedDeviceInfo_15), (void*)value); } inline static int32_t get_offset_of_ShowActionOrigins_16() { return static_cast(offsetof(IVRInput_tF9287B1EF48FE54402471D953BF4089CCB73C759, ___ShowActionOrigins_16)); } inline _ShowActionOrigins_t7D8BAFD905BAD48A4ED2F006C4B349B6AC6F8662 * get_ShowActionOrigins_16() const { return ___ShowActionOrigins_16; } inline _ShowActionOrigins_t7D8BAFD905BAD48A4ED2F006C4B349B6AC6F8662 ** get_address_of_ShowActionOrigins_16() { return &___ShowActionOrigins_16; } inline void set_ShowActionOrigins_16(_ShowActionOrigins_t7D8BAFD905BAD48A4ED2F006C4B349B6AC6F8662 * value) { ___ShowActionOrigins_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___ShowActionOrigins_16), (void*)value); } inline static int32_t get_offset_of_ShowBindingsForActionSet_17() { return static_cast(offsetof(IVRInput_tF9287B1EF48FE54402471D953BF4089CCB73C759, ___ShowBindingsForActionSet_17)); } inline _ShowBindingsForActionSet_tA8675571B49B74304DA5B7DDD6F1F618A361B2CB * get_ShowBindingsForActionSet_17() const { return ___ShowBindingsForActionSet_17; } inline _ShowBindingsForActionSet_tA8675571B49B74304DA5B7DDD6F1F618A361B2CB ** get_address_of_ShowBindingsForActionSet_17() { return &___ShowBindingsForActionSet_17; } inline void set_ShowBindingsForActionSet_17(_ShowBindingsForActionSet_tA8675571B49B74304DA5B7DDD6F1F618A361B2CB * value) { ___ShowBindingsForActionSet_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___ShowBindingsForActionSet_17), (void*)value); } }; // Native definition for P/Invoke marshalling of OVR.OpenVR.IVRInput struct IVRInput_tF9287B1EF48FE54402471D953BF4089CCB73C759_marshaled_pinvoke { Il2CppMethodPointer ___SetActionManifestPath_0; Il2CppMethodPointer ___GetActionSetHandle_1; Il2CppMethodPointer ___GetActionHandle_2; Il2CppMethodPointer ___GetInputSourceHandle_3; Il2CppMethodPointer ___UpdateActionState_4; Il2CppMethodPointer ___GetDigitalActionData_5; Il2CppMethodPointer ___GetAnalogActionData_6; Il2CppMethodPointer ___GetPoseActionData_7; Il2CppMethodPointer ___GetSkeletalActionData_8; Il2CppMethodPointer ___GetSkeletalBoneData_9; Il2CppMethodPointer ___GetSkeletalBoneDataCompressed_10; Il2CppMethodPointer ___DecompressSkeletalBoneData_11; Il2CppMethodPointer ___TriggerHapticVibrationAction_12; Il2CppMethodPointer ___GetActionOrigins_13; Il2CppMethodPointer ___GetOriginLocalizedName_14; Il2CppMethodPointer ___GetOriginTrackedDeviceInfo_15; Il2CppMethodPointer ___ShowActionOrigins_16; Il2CppMethodPointer ___ShowBindingsForActionSet_17; }; // Native definition for COM marshalling of OVR.OpenVR.IVRInput struct IVRInput_tF9287B1EF48FE54402471D953BF4089CCB73C759_marshaled_com { Il2CppMethodPointer ___SetActionManifestPath_0; Il2CppMethodPointer ___GetActionSetHandle_1; Il2CppMethodPointer ___GetActionHandle_2; Il2CppMethodPointer ___GetInputSourceHandle_3; Il2CppMethodPointer ___UpdateActionState_4; Il2CppMethodPointer ___GetDigitalActionData_5; Il2CppMethodPointer ___GetAnalogActionData_6; Il2CppMethodPointer ___GetPoseActionData_7; Il2CppMethodPointer ___GetSkeletalActionData_8; Il2CppMethodPointer ___GetSkeletalBoneData_9; Il2CppMethodPointer ___GetSkeletalBoneDataCompressed_10; Il2CppMethodPointer ___DecompressSkeletalBoneData_11; Il2CppMethodPointer ___TriggerHapticVibrationAction_12; Il2CppMethodPointer ___GetActionOrigins_13; Il2CppMethodPointer ___GetOriginLocalizedName_14; Il2CppMethodPointer ___GetOriginTrackedDeviceInfo_15; Il2CppMethodPointer ___ShowActionOrigins_16; Il2CppMethodPointer ___ShowBindingsForActionSet_17; }; // OVR.OpenVR.IVROverlay struct IVROverlay_tC1D77DB6A00463679EDE2CD348BC2622845FF917 { public: // OVR.OpenVR.IVROverlay/_FindOverlay OVR.OpenVR.IVROverlay::FindOverlay _FindOverlay_t14FF6F1E8A619E67F82B842690F83CF66C3BAD00 * ___FindOverlay_0; // OVR.OpenVR.IVROverlay/_CreateOverlay OVR.OpenVR.IVROverlay::CreateOverlay _CreateOverlay_tC43F997B19ABE9D914D44BDAE7EFD5DD96F12C69 * ___CreateOverlay_1; // OVR.OpenVR.IVROverlay/_DestroyOverlay OVR.OpenVR.IVROverlay::DestroyOverlay _DestroyOverlay_t3DFD8C71A1B1EFE767E36C33E1E8CC3985E9F69F * ___DestroyOverlay_2; // OVR.OpenVR.IVROverlay/_SetHighQualityOverlay OVR.OpenVR.IVROverlay::SetHighQualityOverlay _SetHighQualityOverlay_t590397E8CB5BE146E76C39D411D3A0264FA35AC1 * ___SetHighQualityOverlay_3; // OVR.OpenVR.IVROverlay/_GetHighQualityOverlay OVR.OpenVR.IVROverlay::GetHighQualityOverlay _GetHighQualityOverlay_tA9CA77B86192A95317AFB08A19583EF948FF4AD9 * ___GetHighQualityOverlay_4; // OVR.OpenVR.IVROverlay/_GetOverlayKey OVR.OpenVR.IVROverlay::GetOverlayKey _GetOverlayKey_t8CCF77798359A4BC17ED7C1F47AB576C5BBB84A2 * ___GetOverlayKey_5; // OVR.OpenVR.IVROverlay/_GetOverlayName OVR.OpenVR.IVROverlay::GetOverlayName _GetOverlayName_t3FA244EDD50C67A0DBC4A1ED907201062DD81852 * ___GetOverlayName_6; // OVR.OpenVR.IVROverlay/_SetOverlayName OVR.OpenVR.IVROverlay::SetOverlayName _SetOverlayName_tA5D9F32494AF083F3DFC7DB7AF4B78E032F49A2F * ___SetOverlayName_7; // OVR.OpenVR.IVROverlay/_GetOverlayImageData OVR.OpenVR.IVROverlay::GetOverlayImageData _GetOverlayImageData_t719AC0BC2E43310A47F35B8573709AE235F29F65 * ___GetOverlayImageData_8; // OVR.OpenVR.IVROverlay/_GetOverlayErrorNameFromEnum OVR.OpenVR.IVROverlay::GetOverlayErrorNameFromEnum _GetOverlayErrorNameFromEnum_t0230A41F567E90FE24F4D8DEE2C1A76DE8FC075E * ___GetOverlayErrorNameFromEnum_9; // OVR.OpenVR.IVROverlay/_SetOverlayRenderingPid OVR.OpenVR.IVROverlay::SetOverlayRenderingPid _SetOverlayRenderingPid_t0A322BC2422D5AF27AFFF856177FF0839CA5A56A * ___SetOverlayRenderingPid_10; // OVR.OpenVR.IVROverlay/_GetOverlayRenderingPid OVR.OpenVR.IVROverlay::GetOverlayRenderingPid _GetOverlayRenderingPid_tA4E562C8BB6FD15B9F7C7FA3369544195BE49B41 * ___GetOverlayRenderingPid_11; // OVR.OpenVR.IVROverlay/_SetOverlayFlag OVR.OpenVR.IVROverlay::SetOverlayFlag _SetOverlayFlag_t0BF478F6D6BA6346D4C8680C43FC12868F0FB5F9 * ___SetOverlayFlag_12; // OVR.OpenVR.IVROverlay/_GetOverlayFlag OVR.OpenVR.IVROverlay::GetOverlayFlag _GetOverlayFlag_tA00A1A2667199BA4A3B85BD45C09CD48F254FA2B * ___GetOverlayFlag_13; // OVR.OpenVR.IVROverlay/_SetOverlayColor OVR.OpenVR.IVROverlay::SetOverlayColor _SetOverlayColor_t530A2F6C8349E58A2A86D15007ACED1C2A0D9C2D * ___SetOverlayColor_14; // OVR.OpenVR.IVROverlay/_GetOverlayColor OVR.OpenVR.IVROverlay::GetOverlayColor _GetOverlayColor_tADA8B397528F8DBDE4862AD3BBBFACB43D746F41 * ___GetOverlayColor_15; // OVR.OpenVR.IVROverlay/_SetOverlayAlpha OVR.OpenVR.IVROverlay::SetOverlayAlpha _SetOverlayAlpha_t1737CB0E0976E07171407C6E5D0DE2891AC8C433 * ___SetOverlayAlpha_16; // OVR.OpenVR.IVROverlay/_GetOverlayAlpha OVR.OpenVR.IVROverlay::GetOverlayAlpha _GetOverlayAlpha_t319183112FDF98EE21F92286FE539079FB8478DE * ___GetOverlayAlpha_17; // OVR.OpenVR.IVROverlay/_SetOverlayTexelAspect OVR.OpenVR.IVROverlay::SetOverlayTexelAspect _SetOverlayTexelAspect_t840C9F51B9019ACEDC3DB5F7D7D4B5FED2731A12 * ___SetOverlayTexelAspect_18; // OVR.OpenVR.IVROverlay/_GetOverlayTexelAspect OVR.OpenVR.IVROverlay::GetOverlayTexelAspect _GetOverlayTexelAspect_tBF9BDE3555874670365E3DFE3986500F920AC667 * ___GetOverlayTexelAspect_19; // OVR.OpenVR.IVROverlay/_SetOverlaySortOrder OVR.OpenVR.IVROverlay::SetOverlaySortOrder _SetOverlaySortOrder_t38A03D58C113D1AA865AB295727BFE86CD0EF8E6 * ___SetOverlaySortOrder_20; // OVR.OpenVR.IVROverlay/_GetOverlaySortOrder OVR.OpenVR.IVROverlay::GetOverlaySortOrder _GetOverlaySortOrder_t0A9D6F5DAB9CF72864AC7D992DC7EA7426700CEF * ___GetOverlaySortOrder_21; // OVR.OpenVR.IVROverlay/_SetOverlayWidthInMeters OVR.OpenVR.IVROverlay::SetOverlayWidthInMeters _SetOverlayWidthInMeters_tAD4975877C8D313F1358D9B5479A18C03DD1CF21 * ___SetOverlayWidthInMeters_22; // OVR.OpenVR.IVROverlay/_GetOverlayWidthInMeters OVR.OpenVR.IVROverlay::GetOverlayWidthInMeters _GetOverlayWidthInMeters_tB3C773BB5147EF4BD41B6742C1453861FEF35CBE * ___GetOverlayWidthInMeters_23; // OVR.OpenVR.IVROverlay/_SetOverlayAutoCurveDistanceRangeInMeters OVR.OpenVR.IVROverlay::SetOverlayAutoCurveDistanceRangeInMeters _SetOverlayAutoCurveDistanceRangeInMeters_tA31FF5913A4FA218767F34AF18722AF447EF82FD * ___SetOverlayAutoCurveDistanceRangeInMeters_24; // OVR.OpenVR.IVROverlay/_GetOverlayAutoCurveDistanceRangeInMeters OVR.OpenVR.IVROverlay::GetOverlayAutoCurveDistanceRangeInMeters _GetOverlayAutoCurveDistanceRangeInMeters_t9E7127FFCDD25743B2AC9702F6F469E32D2E1A25 * ___GetOverlayAutoCurveDistanceRangeInMeters_25; // OVR.OpenVR.IVROverlay/_SetOverlayTextureColorSpace OVR.OpenVR.IVROverlay::SetOverlayTextureColorSpace _SetOverlayTextureColorSpace_t49B65ED8D05E1A5556A47893F6D2CFF7D7B66725 * ___SetOverlayTextureColorSpace_26; // OVR.OpenVR.IVROverlay/_GetOverlayTextureColorSpace OVR.OpenVR.IVROverlay::GetOverlayTextureColorSpace _GetOverlayTextureColorSpace_t0F5992F9235E6810ED5D831D03AA2E41F1791B0C * ___GetOverlayTextureColorSpace_27; // OVR.OpenVR.IVROverlay/_SetOverlayTextureBounds OVR.OpenVR.IVROverlay::SetOverlayTextureBounds _SetOverlayTextureBounds_tAB2F19DF61AF48AD6B9D905556C5B891F8B7A9E8 * ___SetOverlayTextureBounds_28; // OVR.OpenVR.IVROverlay/_GetOverlayTextureBounds OVR.OpenVR.IVROverlay::GetOverlayTextureBounds _GetOverlayTextureBounds_tC41DC17A024AEFA04DAC5BD40EB897F04912A8EC * ___GetOverlayTextureBounds_29; // OVR.OpenVR.IVROverlay/_GetOverlayRenderModel OVR.OpenVR.IVROverlay::GetOverlayRenderModel _GetOverlayRenderModel_tF25B6FD1026F2F724AB447658491028739A39A0F * ___GetOverlayRenderModel_30; // OVR.OpenVR.IVROverlay/_SetOverlayRenderModel OVR.OpenVR.IVROverlay::SetOverlayRenderModel _SetOverlayRenderModel_tAF7C129C6EFAB82914F610EF850BABCEF292A20F * ___SetOverlayRenderModel_31; // OVR.OpenVR.IVROverlay/_GetOverlayTransformType OVR.OpenVR.IVROverlay::GetOverlayTransformType _GetOverlayTransformType_tECE66869CA309EC89E0F41E4836D37E90506F5B5 * ___GetOverlayTransformType_32; // OVR.OpenVR.IVROverlay/_SetOverlayTransformAbsolute OVR.OpenVR.IVROverlay::SetOverlayTransformAbsolute _SetOverlayTransformAbsolute_t5B23C21FC5B13234B5AABD00939BC08515BCB140 * ___SetOverlayTransformAbsolute_33; // OVR.OpenVR.IVROverlay/_GetOverlayTransformAbsolute OVR.OpenVR.IVROverlay::GetOverlayTransformAbsolute _GetOverlayTransformAbsolute_t546DBFCAE717D27E18C8D84B90810BD3EE03521E * ___GetOverlayTransformAbsolute_34; // OVR.OpenVR.IVROverlay/_SetOverlayTransformTrackedDeviceRelative OVR.OpenVR.IVROverlay::SetOverlayTransformTrackedDeviceRelative _SetOverlayTransformTrackedDeviceRelative_t0D4C2388EE2C690858745E539815C5AE359DFBF7 * ___SetOverlayTransformTrackedDeviceRelative_35; // OVR.OpenVR.IVROverlay/_GetOverlayTransformTrackedDeviceRelative OVR.OpenVR.IVROverlay::GetOverlayTransformTrackedDeviceRelative _GetOverlayTransformTrackedDeviceRelative_tB02D70CAE3EF7EF6EBFA586C51A4A57DF22A7A75 * ___GetOverlayTransformTrackedDeviceRelative_36; // OVR.OpenVR.IVROverlay/_SetOverlayTransformTrackedDeviceComponent OVR.OpenVR.IVROverlay::SetOverlayTransformTrackedDeviceComponent _SetOverlayTransformTrackedDeviceComponent_t5E213981E51A3572AFC6E4C526C2A7F2C3E7B28E * ___SetOverlayTransformTrackedDeviceComponent_37; // OVR.OpenVR.IVROverlay/_GetOverlayTransformTrackedDeviceComponent OVR.OpenVR.IVROverlay::GetOverlayTransformTrackedDeviceComponent _GetOverlayTransformTrackedDeviceComponent_t63F8D81C48C61F064BBAD9AA337E229BC9CE075D * ___GetOverlayTransformTrackedDeviceComponent_38; // OVR.OpenVR.IVROverlay/_GetOverlayTransformOverlayRelative OVR.OpenVR.IVROverlay::GetOverlayTransformOverlayRelative _GetOverlayTransformOverlayRelative_t0E2854FF4B9C41FB194A2A200ED736048A913A14 * ___GetOverlayTransformOverlayRelative_39; // OVR.OpenVR.IVROverlay/_SetOverlayTransformOverlayRelative OVR.OpenVR.IVROverlay::SetOverlayTransformOverlayRelative _SetOverlayTransformOverlayRelative_tF4947100E6E31AC35632FB90EA3D5EC4AF897E6D * ___SetOverlayTransformOverlayRelative_40; // OVR.OpenVR.IVROverlay/_ShowOverlay OVR.OpenVR.IVROverlay::ShowOverlay _ShowOverlay_t66215470221FAD477EA10C95E5F50FF3A6340797 * ___ShowOverlay_41; // OVR.OpenVR.IVROverlay/_HideOverlay OVR.OpenVR.IVROverlay::HideOverlay _HideOverlay_t236CD5B449E6DC5221DBC9FA9E5071B871D0A084 * ___HideOverlay_42; // OVR.OpenVR.IVROverlay/_IsOverlayVisible OVR.OpenVR.IVROverlay::IsOverlayVisible _IsOverlayVisible_tD0984B3DF961336D08CDB35D50E31A0BA60C2902 * ___IsOverlayVisible_43; // OVR.OpenVR.IVROverlay/_GetTransformForOverlayCoordinates OVR.OpenVR.IVROverlay::GetTransformForOverlayCoordinates _GetTransformForOverlayCoordinates_t993D4B5C4933D4E621D0A7DF690004ECE8F82D7D * ___GetTransformForOverlayCoordinates_44; // OVR.OpenVR.IVROverlay/_PollNextOverlayEvent OVR.OpenVR.IVROverlay::PollNextOverlayEvent _PollNextOverlayEvent_t9C0A428572EE9E287750F76C5BE39FAF883925DB * ___PollNextOverlayEvent_45; // OVR.OpenVR.IVROverlay/_GetOverlayInputMethod OVR.OpenVR.IVROverlay::GetOverlayInputMethod _GetOverlayInputMethod_tB10E7006B58F4F4B849F2018D874A5349B797B00 * ___GetOverlayInputMethod_46; // OVR.OpenVR.IVROverlay/_SetOverlayInputMethod OVR.OpenVR.IVROverlay::SetOverlayInputMethod _SetOverlayInputMethod_t7FF394638BEFDDCE1F8DBD8B2487C28B34D59C52 * ___SetOverlayInputMethod_47; // OVR.OpenVR.IVROverlay/_GetOverlayMouseScale OVR.OpenVR.IVROverlay::GetOverlayMouseScale _GetOverlayMouseScale_t704519AFC053EAC66FF35D39583921E6AE272D3B * ___GetOverlayMouseScale_48; // OVR.OpenVR.IVROverlay/_SetOverlayMouseScale OVR.OpenVR.IVROverlay::SetOverlayMouseScale _SetOverlayMouseScale_tD40F26EB8BFF76BC4B8640E248B5EE603AB1005C * ___SetOverlayMouseScale_49; // OVR.OpenVR.IVROverlay/_ComputeOverlayIntersection OVR.OpenVR.IVROverlay::ComputeOverlayIntersection _ComputeOverlayIntersection_t9F9FC9ADA16F9706E2B5EF6D265EE9D0FB054EAA * ___ComputeOverlayIntersection_50; // OVR.OpenVR.IVROverlay/_IsHoverTargetOverlay OVR.OpenVR.IVROverlay::IsHoverTargetOverlay _IsHoverTargetOverlay_t65C0A6C6CAC1308986B64E77F115792EDE8ABB94 * ___IsHoverTargetOverlay_51; // OVR.OpenVR.IVROverlay/_GetGamepadFocusOverlay OVR.OpenVR.IVROverlay::GetGamepadFocusOverlay _GetGamepadFocusOverlay_t1F9A8D2950FFA4EEBD6AE1EF185E7670881BED84 * ___GetGamepadFocusOverlay_52; // OVR.OpenVR.IVROverlay/_SetGamepadFocusOverlay OVR.OpenVR.IVROverlay::SetGamepadFocusOverlay _SetGamepadFocusOverlay_t7C903D8BAA85CDC1A3082CC4E8EB5EDBE954EC17 * ___SetGamepadFocusOverlay_53; // OVR.OpenVR.IVROverlay/_SetOverlayNeighbor OVR.OpenVR.IVROverlay::SetOverlayNeighbor _SetOverlayNeighbor_tCA42CCEC6133329FC86CC108319B743E9A9DA2D5 * ___SetOverlayNeighbor_54; // OVR.OpenVR.IVROverlay/_MoveGamepadFocusToNeighbor OVR.OpenVR.IVROverlay::MoveGamepadFocusToNeighbor _MoveGamepadFocusToNeighbor_t1A15D4A12745E661F59044A4895B6CD06EA1A811 * ___MoveGamepadFocusToNeighbor_55; // OVR.OpenVR.IVROverlay/_SetOverlayDualAnalogTransform OVR.OpenVR.IVROverlay::SetOverlayDualAnalogTransform _SetOverlayDualAnalogTransform_tF3244A343BA9FD5687D5783FEE58EE4A5F7A569B * ___SetOverlayDualAnalogTransform_56; // OVR.OpenVR.IVROverlay/_GetOverlayDualAnalogTransform OVR.OpenVR.IVROverlay::GetOverlayDualAnalogTransform _GetOverlayDualAnalogTransform_tA8F27E9AC0F2E76C0AB8FB10B3416DC801F00CD1 * ___GetOverlayDualAnalogTransform_57; // OVR.OpenVR.IVROverlay/_SetOverlayTexture OVR.OpenVR.IVROverlay::SetOverlayTexture _SetOverlayTexture_t45DF4724B269CA0A328807812B57F2285C8ACD10 * ___SetOverlayTexture_58; // OVR.OpenVR.IVROverlay/_ClearOverlayTexture OVR.OpenVR.IVROverlay::ClearOverlayTexture _ClearOverlayTexture_t206C9E2F7194FD1B9AF077BFCC87CAFAB2E7292E * ___ClearOverlayTexture_59; // OVR.OpenVR.IVROverlay/_SetOverlayRaw OVR.OpenVR.IVROverlay::SetOverlayRaw _SetOverlayRaw_tA67BC2AA333DCB746C67E6BC47D7B35056782105 * ___SetOverlayRaw_60; // OVR.OpenVR.IVROverlay/_SetOverlayFromFile OVR.OpenVR.IVROverlay::SetOverlayFromFile _SetOverlayFromFile_tF4AFA4ED185E597D26227A3ED05CA8B5E9772F2B * ___SetOverlayFromFile_61; // OVR.OpenVR.IVROverlay/_GetOverlayTexture OVR.OpenVR.IVROverlay::GetOverlayTexture _GetOverlayTexture_t8160A8F43AD9A0231A9F492085EA59FD886AB046 * ___GetOverlayTexture_62; // OVR.OpenVR.IVROverlay/_ReleaseNativeOverlayHandle OVR.OpenVR.IVROverlay::ReleaseNativeOverlayHandle _ReleaseNativeOverlayHandle_tA84D9CBEC17E56985D98A133C9469BCC4873AD7B * ___ReleaseNativeOverlayHandle_63; // OVR.OpenVR.IVROverlay/_GetOverlayTextureSize OVR.OpenVR.IVROverlay::GetOverlayTextureSize _GetOverlayTextureSize_t6A7295A08BA221854AB8213194D71616A72A0472 * ___GetOverlayTextureSize_64; // OVR.OpenVR.IVROverlay/_CreateDashboardOverlay OVR.OpenVR.IVROverlay::CreateDashboardOverlay _CreateDashboardOverlay_t14BA53F353FB937A8B2DD8732BD66237741A371A * ___CreateDashboardOverlay_65; // OVR.OpenVR.IVROverlay/_IsDashboardVisible OVR.OpenVR.IVROverlay::IsDashboardVisible _IsDashboardVisible_tB4F7E5FB00E13BD180F0C98DD24E9131FBD5DCB8 * ___IsDashboardVisible_66; // OVR.OpenVR.IVROverlay/_IsActiveDashboardOverlay OVR.OpenVR.IVROverlay::IsActiveDashboardOverlay _IsActiveDashboardOverlay_t7C24BF72C6856C1A90AA6611C275DD300527331B * ___IsActiveDashboardOverlay_67; // OVR.OpenVR.IVROverlay/_SetDashboardOverlaySceneProcess OVR.OpenVR.IVROverlay::SetDashboardOverlaySceneProcess _SetDashboardOverlaySceneProcess_tCA2C9238CAF622AE2339EF0C6E38CCE9887C8000 * ___SetDashboardOverlaySceneProcess_68; // OVR.OpenVR.IVROverlay/_GetDashboardOverlaySceneProcess OVR.OpenVR.IVROverlay::GetDashboardOverlaySceneProcess _GetDashboardOverlaySceneProcess_tE1515FFA0437CE27B5A518B2ECAD6E09022D68EB * ___GetDashboardOverlaySceneProcess_69; // OVR.OpenVR.IVROverlay/_ShowDashboard OVR.OpenVR.IVROverlay::ShowDashboard _ShowDashboard_tCEE7D99425A1AA0FA426C513B0BA57D13D161FA7 * ___ShowDashboard_70; // OVR.OpenVR.IVROverlay/_GetPrimaryDashboardDevice OVR.OpenVR.IVROverlay::GetPrimaryDashboardDevice _GetPrimaryDashboardDevice_tF37257240B8EF2CFA55FD040A531BEA3539FDBAF * ___GetPrimaryDashboardDevice_71; // OVR.OpenVR.IVROverlay/_ShowKeyboard OVR.OpenVR.IVROverlay::ShowKeyboard _ShowKeyboard_tC0BAFE3354D72DA5042ED687BB9A1FD3ABAFB0B2 * ___ShowKeyboard_72; // OVR.OpenVR.IVROverlay/_ShowKeyboardForOverlay OVR.OpenVR.IVROverlay::ShowKeyboardForOverlay _ShowKeyboardForOverlay_t90228AF3E72F004D7C8187127D693EBFB1868FED * ___ShowKeyboardForOverlay_73; // OVR.OpenVR.IVROverlay/_GetKeyboardText OVR.OpenVR.IVROverlay::GetKeyboardText _GetKeyboardText_t1081D9D556FE946522ABBBE758C2466955A1FECD * ___GetKeyboardText_74; // OVR.OpenVR.IVROverlay/_HideKeyboard OVR.OpenVR.IVROverlay::HideKeyboard _HideKeyboard_tAF9BD841144C9DF0DFEB51731326CBFC8F93EDB0 * ___HideKeyboard_75; // OVR.OpenVR.IVROverlay/_SetKeyboardTransformAbsolute OVR.OpenVR.IVROverlay::SetKeyboardTransformAbsolute _SetKeyboardTransformAbsolute_t9F9B660CDA99B6445C0A392287CE007CDAEA78F0 * ___SetKeyboardTransformAbsolute_76; // OVR.OpenVR.IVROverlay/_SetKeyboardPositionForOverlay OVR.OpenVR.IVROverlay::SetKeyboardPositionForOverlay _SetKeyboardPositionForOverlay_t416DC72571C433550F896D25D45BF4EF9147E722 * ___SetKeyboardPositionForOverlay_77; // OVR.OpenVR.IVROverlay/_SetOverlayIntersectionMask OVR.OpenVR.IVROverlay::SetOverlayIntersectionMask _SetOverlayIntersectionMask_t2F8F883DD1373FFA3F87626D27A420B5C07C63EB * ___SetOverlayIntersectionMask_78; // OVR.OpenVR.IVROverlay/_GetOverlayFlags OVR.OpenVR.IVROverlay::GetOverlayFlags _GetOverlayFlags_tB63E22601F3E5856CDB5384DB8DF057BEBEE8D4D * ___GetOverlayFlags_79; // OVR.OpenVR.IVROverlay/_ShowMessageOverlay OVR.OpenVR.IVROverlay::ShowMessageOverlay _ShowMessageOverlay_t0D4B23F584B3D1A2EE4F32F0065E7F3CD79562B2 * ___ShowMessageOverlay_80; // OVR.OpenVR.IVROverlay/_CloseMessageOverlay OVR.OpenVR.IVROverlay::CloseMessageOverlay _CloseMessageOverlay_tFD0253249F5A7CD36A0A09253F01E922B9E1A25C * ___CloseMessageOverlay_81; public: inline static int32_t get_offset_of_FindOverlay_0() { return static_cast(offsetof(IVROverlay_tC1D77DB6A00463679EDE2CD348BC2622845FF917, ___FindOverlay_0)); } inline _FindOverlay_t14FF6F1E8A619E67F82B842690F83CF66C3BAD00 * get_FindOverlay_0() const { return ___FindOverlay_0; } inline _FindOverlay_t14FF6F1E8A619E67F82B842690F83CF66C3BAD00 ** get_address_of_FindOverlay_0() { return &___FindOverlay_0; } inline void set_FindOverlay_0(_FindOverlay_t14FF6F1E8A619E67F82B842690F83CF66C3BAD00 * value) { ___FindOverlay_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___FindOverlay_0), (void*)value); } inline static int32_t get_offset_of_CreateOverlay_1() { return static_cast(offsetof(IVROverlay_tC1D77DB6A00463679EDE2CD348BC2622845FF917, ___CreateOverlay_1)); } inline _CreateOverlay_tC43F997B19ABE9D914D44BDAE7EFD5DD96F12C69 * get_CreateOverlay_1() const { return ___CreateOverlay_1; } inline _CreateOverlay_tC43F997B19ABE9D914D44BDAE7EFD5DD96F12C69 ** get_address_of_CreateOverlay_1() { return &___CreateOverlay_1; } inline void set_CreateOverlay_1(_CreateOverlay_tC43F997B19ABE9D914D44BDAE7EFD5DD96F12C69 * value) { ___CreateOverlay_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___CreateOverlay_1), (void*)value); } inline static int32_t get_offset_of_DestroyOverlay_2() { return static_cast(offsetof(IVROverlay_tC1D77DB6A00463679EDE2CD348BC2622845FF917, ___DestroyOverlay_2)); } inline _DestroyOverlay_t3DFD8C71A1B1EFE767E36C33E1E8CC3985E9F69F * get_DestroyOverlay_2() const { return ___DestroyOverlay_2; } inline _DestroyOverlay_t3DFD8C71A1B1EFE767E36C33E1E8CC3985E9F69F ** get_address_of_DestroyOverlay_2() { return &___DestroyOverlay_2; } inline void set_DestroyOverlay_2(_DestroyOverlay_t3DFD8C71A1B1EFE767E36C33E1E8CC3985E9F69F * value) { ___DestroyOverlay_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___DestroyOverlay_2), (void*)value); } inline static int32_t get_offset_of_SetHighQualityOverlay_3() { return static_cast(offsetof(IVROverlay_tC1D77DB6A00463679EDE2CD348BC2622845FF917, ___SetHighQualityOverlay_3)); } inline _SetHighQualityOverlay_t590397E8CB5BE146E76C39D411D3A0264FA35AC1 * get_SetHighQualityOverlay_3() const { return ___SetHighQualityOverlay_3; } inline _SetHighQualityOverlay_t590397E8CB5BE146E76C39D411D3A0264FA35AC1 ** get_address_of_SetHighQualityOverlay_3() { return &___SetHighQualityOverlay_3; } inline void set_SetHighQualityOverlay_3(_SetHighQualityOverlay_t590397E8CB5BE146E76C39D411D3A0264FA35AC1 * value) { ___SetHighQualityOverlay_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___SetHighQualityOverlay_3), (void*)value); } inline static int32_t get_offset_of_GetHighQualityOverlay_4() { return static_cast(offsetof(IVROverlay_tC1D77DB6A00463679EDE2CD348BC2622845FF917, ___GetHighQualityOverlay_4)); } inline _GetHighQualityOverlay_tA9CA77B86192A95317AFB08A19583EF948FF4AD9 * get_GetHighQualityOverlay_4() const { return ___GetHighQualityOverlay_4; } inline _GetHighQualityOverlay_tA9CA77B86192A95317AFB08A19583EF948FF4AD9 ** get_address_of_GetHighQualityOverlay_4() { return &___GetHighQualityOverlay_4; } inline void set_GetHighQualityOverlay_4(_GetHighQualityOverlay_tA9CA77B86192A95317AFB08A19583EF948FF4AD9 * value) { ___GetHighQualityOverlay_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___GetHighQualityOverlay_4), (void*)value); } inline static int32_t get_offset_of_GetOverlayKey_5() { return static_cast(offsetof(IVROverlay_tC1D77DB6A00463679EDE2CD348BC2622845FF917, ___GetOverlayKey_5)); } inline _GetOverlayKey_t8CCF77798359A4BC17ED7C1F47AB576C5BBB84A2 * get_GetOverlayKey_5() const { return ___GetOverlayKey_5; } inline _GetOverlayKey_t8CCF77798359A4BC17ED7C1F47AB576C5BBB84A2 ** get_address_of_GetOverlayKey_5() { return &___GetOverlayKey_5; } inline void set_GetOverlayKey_5(_GetOverlayKey_t8CCF77798359A4BC17ED7C1F47AB576C5BBB84A2 * value) { ___GetOverlayKey_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___GetOverlayKey_5), (void*)value); } inline static int32_t get_offset_of_GetOverlayName_6() { return static_cast(offsetof(IVROverlay_tC1D77DB6A00463679EDE2CD348BC2622845FF917, ___GetOverlayName_6)); } inline _GetOverlayName_t3FA244EDD50C67A0DBC4A1ED907201062DD81852 * get_GetOverlayName_6() const { return ___GetOverlayName_6; } inline _GetOverlayName_t3FA244EDD50C67A0DBC4A1ED907201062DD81852 ** get_address_of_GetOverlayName_6() { return &___GetOverlayName_6; } inline void set_GetOverlayName_6(_GetOverlayName_t3FA244EDD50C67A0DBC4A1ED907201062DD81852 * value) { ___GetOverlayName_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___GetOverlayName_6), (void*)value); } inline static int32_t get_offset_of_SetOverlayName_7() { return static_cast(offsetof(IVROverlay_tC1D77DB6A00463679EDE2CD348BC2622845FF917, ___SetOverlayName_7)); } inline _SetOverlayName_tA5D9F32494AF083F3DFC7DB7AF4B78E032F49A2F * get_SetOverlayName_7() const { return ___SetOverlayName_7; } inline _SetOverlayName_tA5D9F32494AF083F3DFC7DB7AF4B78E032F49A2F ** get_address_of_SetOverlayName_7() { return &___SetOverlayName_7; } inline void set_SetOverlayName_7(_SetOverlayName_tA5D9F32494AF083F3DFC7DB7AF4B78E032F49A2F * value) { ___SetOverlayName_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___SetOverlayName_7), (void*)value); } inline static int32_t get_offset_of_GetOverlayImageData_8() { return static_cast(offsetof(IVROverlay_tC1D77DB6A00463679EDE2CD348BC2622845FF917, ___GetOverlayImageData_8)); } inline _GetOverlayImageData_t719AC0BC2E43310A47F35B8573709AE235F29F65 * get_GetOverlayImageData_8() const { return ___GetOverlayImageData_8; } inline _GetOverlayImageData_t719AC0BC2E43310A47F35B8573709AE235F29F65 ** get_address_of_GetOverlayImageData_8() { return &___GetOverlayImageData_8; } inline void set_GetOverlayImageData_8(_GetOverlayImageData_t719AC0BC2E43310A47F35B8573709AE235F29F65 * value) { ___GetOverlayImageData_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___GetOverlayImageData_8), (void*)value); } inline static int32_t get_offset_of_GetOverlayErrorNameFromEnum_9() { return static_cast(offsetof(IVROverlay_tC1D77DB6A00463679EDE2CD348BC2622845FF917, ___GetOverlayErrorNameFromEnum_9)); } inline _GetOverlayErrorNameFromEnum_t0230A41F567E90FE24F4D8DEE2C1A76DE8FC075E * get_GetOverlayErrorNameFromEnum_9() const { return ___GetOverlayErrorNameFromEnum_9; } inline _GetOverlayErrorNameFromEnum_t0230A41F567E90FE24F4D8DEE2C1A76DE8FC075E ** get_address_of_GetOverlayErrorNameFromEnum_9() { return &___GetOverlayErrorNameFromEnum_9; } inline void set_GetOverlayErrorNameFromEnum_9(_GetOverlayErrorNameFromEnum_t0230A41F567E90FE24F4D8DEE2C1A76DE8FC075E * value) { ___GetOverlayErrorNameFromEnum_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___GetOverlayErrorNameFromEnum_9), (void*)value); } inline static int32_t get_offset_of_SetOverlayRenderingPid_10() { return static_cast(offsetof(IVROverlay_tC1D77DB6A00463679EDE2CD348BC2622845FF917, ___SetOverlayRenderingPid_10)); } inline _SetOverlayRenderingPid_t0A322BC2422D5AF27AFFF856177FF0839CA5A56A * get_SetOverlayRenderingPid_10() const { return ___SetOverlayRenderingPid_10; } inline _SetOverlayRenderingPid_t0A322BC2422D5AF27AFFF856177FF0839CA5A56A ** get_address_of_SetOverlayRenderingPid_10() { return &___SetOverlayRenderingPid_10; } inline void set_SetOverlayRenderingPid_10(_SetOverlayRenderingPid_t0A322BC2422D5AF27AFFF856177FF0839CA5A56A * value) { ___SetOverlayRenderingPid_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___SetOverlayRenderingPid_10), (void*)value); } inline static int32_t get_offset_of_GetOverlayRenderingPid_11() { return static_cast(offsetof(IVROverlay_tC1D77DB6A00463679EDE2CD348BC2622845FF917, ___GetOverlayRenderingPid_11)); } inline _GetOverlayRenderingPid_tA4E562C8BB6FD15B9F7C7FA3369544195BE49B41 * get_GetOverlayRenderingPid_11() const { return ___GetOverlayRenderingPid_11; } inline _GetOverlayRenderingPid_tA4E562C8BB6FD15B9F7C7FA3369544195BE49B41 ** get_address_of_GetOverlayRenderingPid_11() { return &___GetOverlayRenderingPid_11; } inline void set_GetOverlayRenderingPid_11(_GetOverlayRenderingPid_tA4E562C8BB6FD15B9F7C7FA3369544195BE49B41 * value) { ___GetOverlayRenderingPid_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___GetOverlayRenderingPid_11), (void*)value); } inline static int32_t get_offset_of_SetOverlayFlag_12() { return static_cast(offsetof(IVROverlay_tC1D77DB6A00463679EDE2CD348BC2622845FF917, ___SetOverlayFlag_12)); } inline _SetOverlayFlag_t0BF478F6D6BA6346D4C8680C43FC12868F0FB5F9 * get_SetOverlayFlag_12() const { return ___SetOverlayFlag_12; } inline _SetOverlayFlag_t0BF478F6D6BA6346D4C8680C43FC12868F0FB5F9 ** get_address_of_SetOverlayFlag_12() { return &___SetOverlayFlag_12; } inline void set_SetOverlayFlag_12(_SetOverlayFlag_t0BF478F6D6BA6346D4C8680C43FC12868F0FB5F9 * value) { ___SetOverlayFlag_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___SetOverlayFlag_12), (void*)value); } inline static int32_t get_offset_of_GetOverlayFlag_13() { return static_cast(offsetof(IVROverlay_tC1D77DB6A00463679EDE2CD348BC2622845FF917, ___GetOverlayFlag_13)); } inline _GetOverlayFlag_tA00A1A2667199BA4A3B85BD45C09CD48F254FA2B * get_GetOverlayFlag_13() const { return ___GetOverlayFlag_13; } inline _GetOverlayFlag_tA00A1A2667199BA4A3B85BD45C09CD48F254FA2B ** get_address_of_GetOverlayFlag_13() { return &___GetOverlayFlag_13; } inline void set_GetOverlayFlag_13(_GetOverlayFlag_tA00A1A2667199BA4A3B85BD45C09CD48F254FA2B * value) { ___GetOverlayFlag_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___GetOverlayFlag_13), (void*)value); } inline static int32_t get_offset_of_SetOverlayColor_14() { return static_cast(offsetof(IVROverlay_tC1D77DB6A00463679EDE2CD348BC2622845FF917, ___SetOverlayColor_14)); } inline _SetOverlayColor_t530A2F6C8349E58A2A86D15007ACED1C2A0D9C2D * get_SetOverlayColor_14() const { return ___SetOverlayColor_14; } inline _SetOverlayColor_t530A2F6C8349E58A2A86D15007ACED1C2A0D9C2D ** get_address_of_SetOverlayColor_14() { return &___SetOverlayColor_14; } inline void set_SetOverlayColor_14(_SetOverlayColor_t530A2F6C8349E58A2A86D15007ACED1C2A0D9C2D * value) { ___SetOverlayColor_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___SetOverlayColor_14), (void*)value); } inline static int32_t get_offset_of_GetOverlayColor_15() { return static_cast(offsetof(IVROverlay_tC1D77DB6A00463679EDE2CD348BC2622845FF917, ___GetOverlayColor_15)); } inline _GetOverlayColor_tADA8B397528F8DBDE4862AD3BBBFACB43D746F41 * get_GetOverlayColor_15() const { return ___GetOverlayColor_15; } inline _GetOverlayColor_tADA8B397528F8DBDE4862AD3BBBFACB43D746F41 ** get_address_of_GetOverlayColor_15() { return &___GetOverlayColor_15; } inline void set_GetOverlayColor_15(_GetOverlayColor_tADA8B397528F8DBDE4862AD3BBBFACB43D746F41 * value) { ___GetOverlayColor_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___GetOverlayColor_15), (void*)value); } inline static int32_t get_offset_of_SetOverlayAlpha_16() { return static_cast(offsetof(IVROverlay_tC1D77DB6A00463679EDE2CD348BC2622845FF917, ___SetOverlayAlpha_16)); } inline _SetOverlayAlpha_t1737CB0E0976E07171407C6E5D0DE2891AC8C433 * get_SetOverlayAlpha_16() const { return ___SetOverlayAlpha_16; } inline _SetOverlayAlpha_t1737CB0E0976E07171407C6E5D0DE2891AC8C433 ** get_address_of_SetOverlayAlpha_16() { return &___SetOverlayAlpha_16; } inline void set_SetOverlayAlpha_16(_SetOverlayAlpha_t1737CB0E0976E07171407C6E5D0DE2891AC8C433 * value) { ___SetOverlayAlpha_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___SetOverlayAlpha_16), (void*)value); } inline static int32_t get_offset_of_GetOverlayAlpha_17() { return static_cast(offsetof(IVROverlay_tC1D77DB6A00463679EDE2CD348BC2622845FF917, ___GetOverlayAlpha_17)); } inline _GetOverlayAlpha_t319183112FDF98EE21F92286FE539079FB8478DE * get_GetOverlayAlpha_17() const { return ___GetOverlayAlpha_17; } inline _GetOverlayAlpha_t319183112FDF98EE21F92286FE539079FB8478DE ** get_address_of_GetOverlayAlpha_17() { return &___GetOverlayAlpha_17; } inline void set_GetOverlayAlpha_17(_GetOverlayAlpha_t319183112FDF98EE21F92286FE539079FB8478DE * value) { ___GetOverlayAlpha_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___GetOverlayAlpha_17), (void*)value); } inline static int32_t get_offset_of_SetOverlayTexelAspect_18() { return static_cast(offsetof(IVROverlay_tC1D77DB6A00463679EDE2CD348BC2622845FF917, ___SetOverlayTexelAspect_18)); } inline _SetOverlayTexelAspect_t840C9F51B9019ACEDC3DB5F7D7D4B5FED2731A12 * get_SetOverlayTexelAspect_18() const { return ___SetOverlayTexelAspect_18; } inline _SetOverlayTexelAspect_t840C9F51B9019ACEDC3DB5F7D7D4B5FED2731A12 ** get_address_of_SetOverlayTexelAspect_18() { return &___SetOverlayTexelAspect_18; } inline void set_SetOverlayTexelAspect_18(_SetOverlayTexelAspect_t840C9F51B9019ACEDC3DB5F7D7D4B5FED2731A12 * value) { ___SetOverlayTexelAspect_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___SetOverlayTexelAspect_18), (void*)value); } inline static int32_t get_offset_of_GetOverlayTexelAspect_19() { return static_cast(offsetof(IVROverlay_tC1D77DB6A00463679EDE2CD348BC2622845FF917, ___GetOverlayTexelAspect_19)); } inline _GetOverlayTexelAspect_tBF9BDE3555874670365E3DFE3986500F920AC667 * get_GetOverlayTexelAspect_19() const { return ___GetOverlayTexelAspect_19; } inline _GetOverlayTexelAspect_tBF9BDE3555874670365E3DFE3986500F920AC667 ** get_address_of_GetOverlayTexelAspect_19() { return &___GetOverlayTexelAspect_19; } inline void set_GetOverlayTexelAspect_19(_GetOverlayTexelAspect_tBF9BDE3555874670365E3DFE3986500F920AC667 * value) { ___GetOverlayTexelAspect_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___GetOverlayTexelAspect_19), (void*)value); } inline static int32_t get_offset_of_SetOverlaySortOrder_20() { return static_cast(offsetof(IVROverlay_tC1D77DB6A00463679EDE2CD348BC2622845FF917, ___SetOverlaySortOrder_20)); } inline _SetOverlaySortOrder_t38A03D58C113D1AA865AB295727BFE86CD0EF8E6 * get_SetOverlaySortOrder_20() const { return ___SetOverlaySortOrder_20; } inline _SetOverlaySortOrder_t38A03D58C113D1AA865AB295727BFE86CD0EF8E6 ** get_address_of_SetOverlaySortOrder_20() { return &___SetOverlaySortOrder_20; } inline void set_SetOverlaySortOrder_20(_SetOverlaySortOrder_t38A03D58C113D1AA865AB295727BFE86CD0EF8E6 * value) { ___SetOverlaySortOrder_20 = value; Il2CppCodeGenWriteBarrier((void**)(&___SetOverlaySortOrder_20), (void*)value); } inline static int32_t get_offset_of_GetOverlaySortOrder_21() { return static_cast(offsetof(IVROverlay_tC1D77DB6A00463679EDE2CD348BC2622845FF917, ___GetOverlaySortOrder_21)); } inline _GetOverlaySortOrder_t0A9D6F5DAB9CF72864AC7D992DC7EA7426700CEF * get_GetOverlaySortOrder_21() const { return ___GetOverlaySortOrder_21; } inline _GetOverlaySortOrder_t0A9D6F5DAB9CF72864AC7D992DC7EA7426700CEF ** get_address_of_GetOverlaySortOrder_21() { return &___GetOverlaySortOrder_21; } inline void set_GetOverlaySortOrder_21(_GetOverlaySortOrder_t0A9D6F5DAB9CF72864AC7D992DC7EA7426700CEF * value) { ___GetOverlaySortOrder_21 = value; Il2CppCodeGenWriteBarrier((void**)(&___GetOverlaySortOrder_21), (void*)value); } inline static int32_t get_offset_of_SetOverlayWidthInMeters_22() { return static_cast(offsetof(IVROverlay_tC1D77DB6A00463679EDE2CD348BC2622845FF917, ___SetOverlayWidthInMeters_22)); } inline _SetOverlayWidthInMeters_tAD4975877C8D313F1358D9B5479A18C03DD1CF21 * get_SetOverlayWidthInMeters_22() const { return ___SetOverlayWidthInMeters_22; } inline _SetOverlayWidthInMeters_tAD4975877C8D313F1358D9B5479A18C03DD1CF21 ** get_address_of_SetOverlayWidthInMeters_22() { return &___SetOverlayWidthInMeters_22; } inline void set_SetOverlayWidthInMeters_22(_SetOverlayWidthInMeters_tAD4975877C8D313F1358D9B5479A18C03DD1CF21 * value) { ___SetOverlayWidthInMeters_22 = value; Il2CppCodeGenWriteBarrier((void**)(&___SetOverlayWidthInMeters_22), (void*)value); } inline static int32_t get_offset_of_GetOverlayWidthInMeters_23() { return static_cast(offsetof(IVROverlay_tC1D77DB6A00463679EDE2CD348BC2622845FF917, ___GetOverlayWidthInMeters_23)); } inline _GetOverlayWidthInMeters_tB3C773BB5147EF4BD41B6742C1453861FEF35CBE * get_GetOverlayWidthInMeters_23() const { return ___GetOverlayWidthInMeters_23; } inline _GetOverlayWidthInMeters_tB3C773BB5147EF4BD41B6742C1453861FEF35CBE ** get_address_of_GetOverlayWidthInMeters_23() { return &___GetOverlayWidthInMeters_23; } inline void set_GetOverlayWidthInMeters_23(_GetOverlayWidthInMeters_tB3C773BB5147EF4BD41B6742C1453861FEF35CBE * value) { ___GetOverlayWidthInMeters_23 = value; Il2CppCodeGenWriteBarrier((void**)(&___GetOverlayWidthInMeters_23), (void*)value); } inline static int32_t get_offset_of_SetOverlayAutoCurveDistanceRangeInMeters_24() { return static_cast(offsetof(IVROverlay_tC1D77DB6A00463679EDE2CD348BC2622845FF917, ___SetOverlayAutoCurveDistanceRangeInMeters_24)); } inline _SetOverlayAutoCurveDistanceRangeInMeters_tA31FF5913A4FA218767F34AF18722AF447EF82FD * get_SetOverlayAutoCurveDistanceRangeInMeters_24() const { return ___SetOverlayAutoCurveDistanceRangeInMeters_24; } inline _SetOverlayAutoCurveDistanceRangeInMeters_tA31FF5913A4FA218767F34AF18722AF447EF82FD ** get_address_of_SetOverlayAutoCurveDistanceRangeInMeters_24() { return &___SetOverlayAutoCurveDistanceRangeInMeters_24; } inline void set_SetOverlayAutoCurveDistanceRangeInMeters_24(_SetOverlayAutoCurveDistanceRangeInMeters_tA31FF5913A4FA218767F34AF18722AF447EF82FD * value) { ___SetOverlayAutoCurveDistanceRangeInMeters_24 = value; Il2CppCodeGenWriteBarrier((void**)(&___SetOverlayAutoCurveDistanceRangeInMeters_24), (void*)value); } inline static int32_t get_offset_of_GetOverlayAutoCurveDistanceRangeInMeters_25() { return static_cast(offsetof(IVROverlay_tC1D77DB6A00463679EDE2CD348BC2622845FF917, ___GetOverlayAutoCurveDistanceRangeInMeters_25)); } inline _GetOverlayAutoCurveDistanceRangeInMeters_t9E7127FFCDD25743B2AC9702F6F469E32D2E1A25 * get_GetOverlayAutoCurveDistanceRangeInMeters_25() const { return ___GetOverlayAutoCurveDistanceRangeInMeters_25; } inline _GetOverlayAutoCurveDistanceRangeInMeters_t9E7127FFCDD25743B2AC9702F6F469E32D2E1A25 ** get_address_of_GetOverlayAutoCurveDistanceRangeInMeters_25() { return &___GetOverlayAutoCurveDistanceRangeInMeters_25; } inline void set_GetOverlayAutoCurveDistanceRangeInMeters_25(_GetOverlayAutoCurveDistanceRangeInMeters_t9E7127FFCDD25743B2AC9702F6F469E32D2E1A25 * value) { ___GetOverlayAutoCurveDistanceRangeInMeters_25 = value; Il2CppCodeGenWriteBarrier((void**)(&___GetOverlayAutoCurveDistanceRangeInMeters_25), (void*)value); } inline static int32_t get_offset_of_SetOverlayTextureColorSpace_26() { return static_cast(offsetof(IVROverlay_tC1D77DB6A00463679EDE2CD348BC2622845FF917, ___SetOverlayTextureColorSpace_26)); } inline _SetOverlayTextureColorSpace_t49B65ED8D05E1A5556A47893F6D2CFF7D7B66725 * get_SetOverlayTextureColorSpace_26() const { return ___SetOverlayTextureColorSpace_26; } inline _SetOverlayTextureColorSpace_t49B65ED8D05E1A5556A47893F6D2CFF7D7B66725 ** get_address_of_SetOverlayTextureColorSpace_26() { return &___SetOverlayTextureColorSpace_26; } inline void set_SetOverlayTextureColorSpace_26(_SetOverlayTextureColorSpace_t49B65ED8D05E1A5556A47893F6D2CFF7D7B66725 * value) { ___SetOverlayTextureColorSpace_26 = value; Il2CppCodeGenWriteBarrier((void**)(&___SetOverlayTextureColorSpace_26), (void*)value); } inline static int32_t get_offset_of_GetOverlayTextureColorSpace_27() { return static_cast(offsetof(IVROverlay_tC1D77DB6A00463679EDE2CD348BC2622845FF917, ___GetOverlayTextureColorSpace_27)); } inline _GetOverlayTextureColorSpace_t0F5992F9235E6810ED5D831D03AA2E41F1791B0C * get_GetOverlayTextureColorSpace_27() const { return ___GetOverlayTextureColorSpace_27; } inline _GetOverlayTextureColorSpace_t0F5992F9235E6810ED5D831D03AA2E41F1791B0C ** get_address_of_GetOverlayTextureColorSpace_27() { return &___GetOverlayTextureColorSpace_27; } inline void set_GetOverlayTextureColorSpace_27(_GetOverlayTextureColorSpace_t0F5992F9235E6810ED5D831D03AA2E41F1791B0C * value) { ___GetOverlayTextureColorSpace_27 = value; Il2CppCodeGenWriteBarrier((void**)(&___GetOverlayTextureColorSpace_27), (void*)value); } inline static int32_t get_offset_of_SetOverlayTextureBounds_28() { return static_cast(offsetof(IVROverlay_tC1D77DB6A00463679EDE2CD348BC2622845FF917, ___SetOverlayTextureBounds_28)); } inline _SetOverlayTextureBounds_tAB2F19DF61AF48AD6B9D905556C5B891F8B7A9E8 * get_SetOverlayTextureBounds_28() const { return ___SetOverlayTextureBounds_28; } inline _SetOverlayTextureBounds_tAB2F19DF61AF48AD6B9D905556C5B891F8B7A9E8 ** get_address_of_SetOverlayTextureBounds_28() { return &___SetOverlayTextureBounds_28; } inline void set_SetOverlayTextureBounds_28(_SetOverlayTextureBounds_tAB2F19DF61AF48AD6B9D905556C5B891F8B7A9E8 * value) { ___SetOverlayTextureBounds_28 = value; Il2CppCodeGenWriteBarrier((void**)(&___SetOverlayTextureBounds_28), (void*)value); } inline static int32_t get_offset_of_GetOverlayTextureBounds_29() { return static_cast(offsetof(IVROverlay_tC1D77DB6A00463679EDE2CD348BC2622845FF917, ___GetOverlayTextureBounds_29)); } inline _GetOverlayTextureBounds_tC41DC17A024AEFA04DAC5BD40EB897F04912A8EC * get_GetOverlayTextureBounds_29() const { return ___GetOverlayTextureBounds_29; } inline _GetOverlayTextureBounds_tC41DC17A024AEFA04DAC5BD40EB897F04912A8EC ** get_address_of_GetOverlayTextureBounds_29() { return &___GetOverlayTextureBounds_29; } inline void set_GetOverlayTextureBounds_29(_GetOverlayTextureBounds_tC41DC17A024AEFA04DAC5BD40EB897F04912A8EC * value) { ___GetOverlayTextureBounds_29 = value; Il2CppCodeGenWriteBarrier((void**)(&___GetOverlayTextureBounds_29), (void*)value); } inline static int32_t get_offset_of_GetOverlayRenderModel_30() { return static_cast(offsetof(IVROverlay_tC1D77DB6A00463679EDE2CD348BC2622845FF917, ___GetOverlayRenderModel_30)); } inline _GetOverlayRenderModel_tF25B6FD1026F2F724AB447658491028739A39A0F * get_GetOverlayRenderModel_30() const { return ___GetOverlayRenderModel_30; } inline _GetOverlayRenderModel_tF25B6FD1026F2F724AB447658491028739A39A0F ** get_address_of_GetOverlayRenderModel_30() { return &___GetOverlayRenderModel_30; } inline void set_GetOverlayRenderModel_30(_GetOverlayRenderModel_tF25B6FD1026F2F724AB447658491028739A39A0F * value) { ___GetOverlayRenderModel_30 = value; Il2CppCodeGenWriteBarrier((void**)(&___GetOverlayRenderModel_30), (void*)value); } inline static int32_t get_offset_of_SetOverlayRenderModel_31() { return static_cast(offsetof(IVROverlay_tC1D77DB6A00463679EDE2CD348BC2622845FF917, ___SetOverlayRenderModel_31)); } inline _SetOverlayRenderModel_tAF7C129C6EFAB82914F610EF850BABCEF292A20F * get_SetOverlayRenderModel_31() const { return ___SetOverlayRenderModel_31; } inline _SetOverlayRenderModel_tAF7C129C6EFAB82914F610EF850BABCEF292A20F ** get_address_of_SetOverlayRenderModel_31() { return &___SetOverlayRenderModel_31; } inline void set_SetOverlayRenderModel_31(_SetOverlayRenderModel_tAF7C129C6EFAB82914F610EF850BABCEF292A20F * value) { ___SetOverlayRenderModel_31 = value; Il2CppCodeGenWriteBarrier((void**)(&___SetOverlayRenderModel_31), (void*)value); } inline static int32_t get_offset_of_GetOverlayTransformType_32() { return static_cast(offsetof(IVROverlay_tC1D77DB6A00463679EDE2CD348BC2622845FF917, ___GetOverlayTransformType_32)); } inline _GetOverlayTransformType_tECE66869CA309EC89E0F41E4836D37E90506F5B5 * get_GetOverlayTransformType_32() const { return ___GetOverlayTransformType_32; } inline _GetOverlayTransformType_tECE66869CA309EC89E0F41E4836D37E90506F5B5 ** get_address_of_GetOverlayTransformType_32() { return &___GetOverlayTransformType_32; } inline void set_GetOverlayTransformType_32(_GetOverlayTransformType_tECE66869CA309EC89E0F41E4836D37E90506F5B5 * value) { ___GetOverlayTransformType_32 = value; Il2CppCodeGenWriteBarrier((void**)(&___GetOverlayTransformType_32), (void*)value); } inline static int32_t get_offset_of_SetOverlayTransformAbsolute_33() { return static_cast(offsetof(IVROverlay_tC1D77DB6A00463679EDE2CD348BC2622845FF917, ___SetOverlayTransformAbsolute_33)); } inline _SetOverlayTransformAbsolute_t5B23C21FC5B13234B5AABD00939BC08515BCB140 * get_SetOverlayTransformAbsolute_33() const { return ___SetOverlayTransformAbsolute_33; } inline _SetOverlayTransformAbsolute_t5B23C21FC5B13234B5AABD00939BC08515BCB140 ** get_address_of_SetOverlayTransformAbsolute_33() { return &___SetOverlayTransformAbsolute_33; } inline void set_SetOverlayTransformAbsolute_33(_SetOverlayTransformAbsolute_t5B23C21FC5B13234B5AABD00939BC08515BCB140 * value) { ___SetOverlayTransformAbsolute_33 = value; Il2CppCodeGenWriteBarrier((void**)(&___SetOverlayTransformAbsolute_33), (void*)value); } inline static int32_t get_offset_of_GetOverlayTransformAbsolute_34() { return static_cast(offsetof(IVROverlay_tC1D77DB6A00463679EDE2CD348BC2622845FF917, ___GetOverlayTransformAbsolute_34)); } inline _GetOverlayTransformAbsolute_t546DBFCAE717D27E18C8D84B90810BD3EE03521E * get_GetOverlayTransformAbsolute_34() const { return ___GetOverlayTransformAbsolute_34; } inline _GetOverlayTransformAbsolute_t546DBFCAE717D27E18C8D84B90810BD3EE03521E ** get_address_of_GetOverlayTransformAbsolute_34() { return &___GetOverlayTransformAbsolute_34; } inline void set_GetOverlayTransformAbsolute_34(_GetOverlayTransformAbsolute_t546DBFCAE717D27E18C8D84B90810BD3EE03521E * value) { ___GetOverlayTransformAbsolute_34 = value; Il2CppCodeGenWriteBarrier((void**)(&___GetOverlayTransformAbsolute_34), (void*)value); } inline static int32_t get_offset_of_SetOverlayTransformTrackedDeviceRelative_35() { return static_cast(offsetof(IVROverlay_tC1D77DB6A00463679EDE2CD348BC2622845FF917, ___SetOverlayTransformTrackedDeviceRelative_35)); } inline _SetOverlayTransformTrackedDeviceRelative_t0D4C2388EE2C690858745E539815C5AE359DFBF7 * get_SetOverlayTransformTrackedDeviceRelative_35() const { return ___SetOverlayTransformTrackedDeviceRelative_35; } inline _SetOverlayTransformTrackedDeviceRelative_t0D4C2388EE2C690858745E539815C5AE359DFBF7 ** get_address_of_SetOverlayTransformTrackedDeviceRelative_35() { return &___SetOverlayTransformTrackedDeviceRelative_35; } inline void set_SetOverlayTransformTrackedDeviceRelative_35(_SetOverlayTransformTrackedDeviceRelative_t0D4C2388EE2C690858745E539815C5AE359DFBF7 * value) { ___SetOverlayTransformTrackedDeviceRelative_35 = value; Il2CppCodeGenWriteBarrier((void**)(&___SetOverlayTransformTrackedDeviceRelative_35), (void*)value); } inline static int32_t get_offset_of_GetOverlayTransformTrackedDeviceRelative_36() { return static_cast(offsetof(IVROverlay_tC1D77DB6A00463679EDE2CD348BC2622845FF917, ___GetOverlayTransformTrackedDeviceRelative_36)); } inline _GetOverlayTransformTrackedDeviceRelative_tB02D70CAE3EF7EF6EBFA586C51A4A57DF22A7A75 * get_GetOverlayTransformTrackedDeviceRelative_36() const { return ___GetOverlayTransformTrackedDeviceRelative_36; } inline _GetOverlayTransformTrackedDeviceRelative_tB02D70CAE3EF7EF6EBFA586C51A4A57DF22A7A75 ** get_address_of_GetOverlayTransformTrackedDeviceRelative_36() { return &___GetOverlayTransformTrackedDeviceRelative_36; } inline void set_GetOverlayTransformTrackedDeviceRelative_36(_GetOverlayTransformTrackedDeviceRelative_tB02D70CAE3EF7EF6EBFA586C51A4A57DF22A7A75 * value) { ___GetOverlayTransformTrackedDeviceRelative_36 = value; Il2CppCodeGenWriteBarrier((void**)(&___GetOverlayTransformTrackedDeviceRelative_36), (void*)value); } inline static int32_t get_offset_of_SetOverlayTransformTrackedDeviceComponent_37() { return static_cast(offsetof(IVROverlay_tC1D77DB6A00463679EDE2CD348BC2622845FF917, ___SetOverlayTransformTrackedDeviceComponent_37)); } inline _SetOverlayTransformTrackedDeviceComponent_t5E213981E51A3572AFC6E4C526C2A7F2C3E7B28E * get_SetOverlayTransformTrackedDeviceComponent_37() const { return ___SetOverlayTransformTrackedDeviceComponent_37; } inline _SetOverlayTransformTrackedDeviceComponent_t5E213981E51A3572AFC6E4C526C2A7F2C3E7B28E ** get_address_of_SetOverlayTransformTrackedDeviceComponent_37() { return &___SetOverlayTransformTrackedDeviceComponent_37; } inline void set_SetOverlayTransformTrackedDeviceComponent_37(_SetOverlayTransformTrackedDeviceComponent_t5E213981E51A3572AFC6E4C526C2A7F2C3E7B28E * value) { ___SetOverlayTransformTrackedDeviceComponent_37 = value; Il2CppCodeGenWriteBarrier((void**)(&___SetOverlayTransformTrackedDeviceComponent_37), (void*)value); } inline static int32_t get_offset_of_GetOverlayTransformTrackedDeviceComponent_38() { return static_cast(offsetof(IVROverlay_tC1D77DB6A00463679EDE2CD348BC2622845FF917, ___GetOverlayTransformTrackedDeviceComponent_38)); } inline _GetOverlayTransformTrackedDeviceComponent_t63F8D81C48C61F064BBAD9AA337E229BC9CE075D * get_GetOverlayTransformTrackedDeviceComponent_38() const { return ___GetOverlayTransformTrackedDeviceComponent_38; } inline _GetOverlayTransformTrackedDeviceComponent_t63F8D81C48C61F064BBAD9AA337E229BC9CE075D ** get_address_of_GetOverlayTransformTrackedDeviceComponent_38() { return &___GetOverlayTransformTrackedDeviceComponent_38; } inline void set_GetOverlayTransformTrackedDeviceComponent_38(_GetOverlayTransformTrackedDeviceComponent_t63F8D81C48C61F064BBAD9AA337E229BC9CE075D * value) { ___GetOverlayTransformTrackedDeviceComponent_38 = value; Il2CppCodeGenWriteBarrier((void**)(&___GetOverlayTransformTrackedDeviceComponent_38), (void*)value); } inline static int32_t get_offset_of_GetOverlayTransformOverlayRelative_39() { return static_cast(offsetof(IVROverlay_tC1D77DB6A00463679EDE2CD348BC2622845FF917, ___GetOverlayTransformOverlayRelative_39)); } inline _GetOverlayTransformOverlayRelative_t0E2854FF4B9C41FB194A2A200ED736048A913A14 * get_GetOverlayTransformOverlayRelative_39() const { return ___GetOverlayTransformOverlayRelative_39; } inline _GetOverlayTransformOverlayRelative_t0E2854FF4B9C41FB194A2A200ED736048A913A14 ** get_address_of_GetOverlayTransformOverlayRelative_39() { return &___GetOverlayTransformOverlayRelative_39; } inline void set_GetOverlayTransformOverlayRelative_39(_GetOverlayTransformOverlayRelative_t0E2854FF4B9C41FB194A2A200ED736048A913A14 * value) { ___GetOverlayTransformOverlayRelative_39 = value; Il2CppCodeGenWriteBarrier((void**)(&___GetOverlayTransformOverlayRelative_39), (void*)value); } inline static int32_t get_offset_of_SetOverlayTransformOverlayRelative_40() { return static_cast(offsetof(IVROverlay_tC1D77DB6A00463679EDE2CD348BC2622845FF917, ___SetOverlayTransformOverlayRelative_40)); } inline _SetOverlayTransformOverlayRelative_tF4947100E6E31AC35632FB90EA3D5EC4AF897E6D * get_SetOverlayTransformOverlayRelative_40() const { return ___SetOverlayTransformOverlayRelative_40; } inline _SetOverlayTransformOverlayRelative_tF4947100E6E31AC35632FB90EA3D5EC4AF897E6D ** get_address_of_SetOverlayTransformOverlayRelative_40() { return &___SetOverlayTransformOverlayRelative_40; } inline void set_SetOverlayTransformOverlayRelative_40(_SetOverlayTransformOverlayRelative_tF4947100E6E31AC35632FB90EA3D5EC4AF897E6D * value) { ___SetOverlayTransformOverlayRelative_40 = value; Il2CppCodeGenWriteBarrier((void**)(&___SetOverlayTransformOverlayRelative_40), (void*)value); } inline static int32_t get_offset_of_ShowOverlay_41() { return static_cast(offsetof(IVROverlay_tC1D77DB6A00463679EDE2CD348BC2622845FF917, ___ShowOverlay_41)); } inline _ShowOverlay_t66215470221FAD477EA10C95E5F50FF3A6340797 * get_ShowOverlay_41() const { return ___ShowOverlay_41; } inline _ShowOverlay_t66215470221FAD477EA10C95E5F50FF3A6340797 ** get_address_of_ShowOverlay_41() { return &___ShowOverlay_41; } inline void set_ShowOverlay_41(_ShowOverlay_t66215470221FAD477EA10C95E5F50FF3A6340797 * value) { ___ShowOverlay_41 = value; Il2CppCodeGenWriteBarrier((void**)(&___ShowOverlay_41), (void*)value); } inline static int32_t get_offset_of_HideOverlay_42() { return static_cast(offsetof(IVROverlay_tC1D77DB6A00463679EDE2CD348BC2622845FF917, ___HideOverlay_42)); } inline _HideOverlay_t236CD5B449E6DC5221DBC9FA9E5071B871D0A084 * get_HideOverlay_42() const { return ___HideOverlay_42; } inline _HideOverlay_t236CD5B449E6DC5221DBC9FA9E5071B871D0A084 ** get_address_of_HideOverlay_42() { return &___HideOverlay_42; } inline void set_HideOverlay_42(_HideOverlay_t236CD5B449E6DC5221DBC9FA9E5071B871D0A084 * value) { ___HideOverlay_42 = value; Il2CppCodeGenWriteBarrier((void**)(&___HideOverlay_42), (void*)value); } inline static int32_t get_offset_of_IsOverlayVisible_43() { return static_cast(offsetof(IVROverlay_tC1D77DB6A00463679EDE2CD348BC2622845FF917, ___IsOverlayVisible_43)); } inline _IsOverlayVisible_tD0984B3DF961336D08CDB35D50E31A0BA60C2902 * get_IsOverlayVisible_43() const { return ___IsOverlayVisible_43; } inline _IsOverlayVisible_tD0984B3DF961336D08CDB35D50E31A0BA60C2902 ** get_address_of_IsOverlayVisible_43() { return &___IsOverlayVisible_43; } inline void set_IsOverlayVisible_43(_IsOverlayVisible_tD0984B3DF961336D08CDB35D50E31A0BA60C2902 * value) { ___IsOverlayVisible_43 = value; Il2CppCodeGenWriteBarrier((void**)(&___IsOverlayVisible_43), (void*)value); } inline static int32_t get_offset_of_GetTransformForOverlayCoordinates_44() { return static_cast(offsetof(IVROverlay_tC1D77DB6A00463679EDE2CD348BC2622845FF917, ___GetTransformForOverlayCoordinates_44)); } inline _GetTransformForOverlayCoordinates_t993D4B5C4933D4E621D0A7DF690004ECE8F82D7D * get_GetTransformForOverlayCoordinates_44() const { return ___GetTransformForOverlayCoordinates_44; } inline _GetTransformForOverlayCoordinates_t993D4B5C4933D4E621D0A7DF690004ECE8F82D7D ** get_address_of_GetTransformForOverlayCoordinates_44() { return &___GetTransformForOverlayCoordinates_44; } inline void set_GetTransformForOverlayCoordinates_44(_GetTransformForOverlayCoordinates_t993D4B5C4933D4E621D0A7DF690004ECE8F82D7D * value) { ___GetTransformForOverlayCoordinates_44 = value; Il2CppCodeGenWriteBarrier((void**)(&___GetTransformForOverlayCoordinates_44), (void*)value); } inline static int32_t get_offset_of_PollNextOverlayEvent_45() { return static_cast(offsetof(IVROverlay_tC1D77DB6A00463679EDE2CD348BC2622845FF917, ___PollNextOverlayEvent_45)); } inline _PollNextOverlayEvent_t9C0A428572EE9E287750F76C5BE39FAF883925DB * get_PollNextOverlayEvent_45() const { return ___PollNextOverlayEvent_45; } inline _PollNextOverlayEvent_t9C0A428572EE9E287750F76C5BE39FAF883925DB ** get_address_of_PollNextOverlayEvent_45() { return &___PollNextOverlayEvent_45; } inline void set_PollNextOverlayEvent_45(_PollNextOverlayEvent_t9C0A428572EE9E287750F76C5BE39FAF883925DB * value) { ___PollNextOverlayEvent_45 = value; Il2CppCodeGenWriteBarrier((void**)(&___PollNextOverlayEvent_45), (void*)value); } inline static int32_t get_offset_of_GetOverlayInputMethod_46() { return static_cast(offsetof(IVROverlay_tC1D77DB6A00463679EDE2CD348BC2622845FF917, ___GetOverlayInputMethod_46)); } inline _GetOverlayInputMethod_tB10E7006B58F4F4B849F2018D874A5349B797B00 * get_GetOverlayInputMethod_46() const { return ___GetOverlayInputMethod_46; } inline _GetOverlayInputMethod_tB10E7006B58F4F4B849F2018D874A5349B797B00 ** get_address_of_GetOverlayInputMethod_46() { return &___GetOverlayInputMethod_46; } inline void set_GetOverlayInputMethod_46(_GetOverlayInputMethod_tB10E7006B58F4F4B849F2018D874A5349B797B00 * value) { ___GetOverlayInputMethod_46 = value; Il2CppCodeGenWriteBarrier((void**)(&___GetOverlayInputMethod_46), (void*)value); } inline static int32_t get_offset_of_SetOverlayInputMethod_47() { return static_cast(offsetof(IVROverlay_tC1D77DB6A00463679EDE2CD348BC2622845FF917, ___SetOverlayInputMethod_47)); } inline _SetOverlayInputMethod_t7FF394638BEFDDCE1F8DBD8B2487C28B34D59C52 * get_SetOverlayInputMethod_47() const { return ___SetOverlayInputMethod_47; } inline _SetOverlayInputMethod_t7FF394638BEFDDCE1F8DBD8B2487C28B34D59C52 ** get_address_of_SetOverlayInputMethod_47() { return &___SetOverlayInputMethod_47; } inline void set_SetOverlayInputMethod_47(_SetOverlayInputMethod_t7FF394638BEFDDCE1F8DBD8B2487C28B34D59C52 * value) { ___SetOverlayInputMethod_47 = value; Il2CppCodeGenWriteBarrier((void**)(&___SetOverlayInputMethod_47), (void*)value); } inline static int32_t get_offset_of_GetOverlayMouseScale_48() { return static_cast(offsetof(IVROverlay_tC1D77DB6A00463679EDE2CD348BC2622845FF917, ___GetOverlayMouseScale_48)); } inline _GetOverlayMouseScale_t704519AFC053EAC66FF35D39583921E6AE272D3B * get_GetOverlayMouseScale_48() const { return ___GetOverlayMouseScale_48; } inline _GetOverlayMouseScale_t704519AFC053EAC66FF35D39583921E6AE272D3B ** get_address_of_GetOverlayMouseScale_48() { return &___GetOverlayMouseScale_48; } inline void set_GetOverlayMouseScale_48(_GetOverlayMouseScale_t704519AFC053EAC66FF35D39583921E6AE272D3B * value) { ___GetOverlayMouseScale_48 = value; Il2CppCodeGenWriteBarrier((void**)(&___GetOverlayMouseScale_48), (void*)value); } inline static int32_t get_offset_of_SetOverlayMouseScale_49() { return static_cast(offsetof(IVROverlay_tC1D77DB6A00463679EDE2CD348BC2622845FF917, ___SetOverlayMouseScale_49)); } inline _SetOverlayMouseScale_tD40F26EB8BFF76BC4B8640E248B5EE603AB1005C * get_SetOverlayMouseScale_49() const { return ___SetOverlayMouseScale_49; } inline _SetOverlayMouseScale_tD40F26EB8BFF76BC4B8640E248B5EE603AB1005C ** get_address_of_SetOverlayMouseScale_49() { return &___SetOverlayMouseScale_49; } inline void set_SetOverlayMouseScale_49(_SetOverlayMouseScale_tD40F26EB8BFF76BC4B8640E248B5EE603AB1005C * value) { ___SetOverlayMouseScale_49 = value; Il2CppCodeGenWriteBarrier((void**)(&___SetOverlayMouseScale_49), (void*)value); } inline static int32_t get_offset_of_ComputeOverlayIntersection_50() { return static_cast(offsetof(IVROverlay_tC1D77DB6A00463679EDE2CD348BC2622845FF917, ___ComputeOverlayIntersection_50)); } inline _ComputeOverlayIntersection_t9F9FC9ADA16F9706E2B5EF6D265EE9D0FB054EAA * get_ComputeOverlayIntersection_50() const { return ___ComputeOverlayIntersection_50; } inline _ComputeOverlayIntersection_t9F9FC9ADA16F9706E2B5EF6D265EE9D0FB054EAA ** get_address_of_ComputeOverlayIntersection_50() { return &___ComputeOverlayIntersection_50; } inline void set_ComputeOverlayIntersection_50(_ComputeOverlayIntersection_t9F9FC9ADA16F9706E2B5EF6D265EE9D0FB054EAA * value) { ___ComputeOverlayIntersection_50 = value; Il2CppCodeGenWriteBarrier((void**)(&___ComputeOverlayIntersection_50), (void*)value); } inline static int32_t get_offset_of_IsHoverTargetOverlay_51() { return static_cast(offsetof(IVROverlay_tC1D77DB6A00463679EDE2CD348BC2622845FF917, ___IsHoverTargetOverlay_51)); } inline _IsHoverTargetOverlay_t65C0A6C6CAC1308986B64E77F115792EDE8ABB94 * get_IsHoverTargetOverlay_51() const { return ___IsHoverTargetOverlay_51; } inline _IsHoverTargetOverlay_t65C0A6C6CAC1308986B64E77F115792EDE8ABB94 ** get_address_of_IsHoverTargetOverlay_51() { return &___IsHoverTargetOverlay_51; } inline void set_IsHoverTargetOverlay_51(_IsHoverTargetOverlay_t65C0A6C6CAC1308986B64E77F115792EDE8ABB94 * value) { ___IsHoverTargetOverlay_51 = value; Il2CppCodeGenWriteBarrier((void**)(&___IsHoverTargetOverlay_51), (void*)value); } inline static int32_t get_offset_of_GetGamepadFocusOverlay_52() { return static_cast(offsetof(IVROverlay_tC1D77DB6A00463679EDE2CD348BC2622845FF917, ___GetGamepadFocusOverlay_52)); } inline _GetGamepadFocusOverlay_t1F9A8D2950FFA4EEBD6AE1EF185E7670881BED84 * get_GetGamepadFocusOverlay_52() const { return ___GetGamepadFocusOverlay_52; } inline _GetGamepadFocusOverlay_t1F9A8D2950FFA4EEBD6AE1EF185E7670881BED84 ** get_address_of_GetGamepadFocusOverlay_52() { return &___GetGamepadFocusOverlay_52; } inline void set_GetGamepadFocusOverlay_52(_GetGamepadFocusOverlay_t1F9A8D2950FFA4EEBD6AE1EF185E7670881BED84 * value) { ___GetGamepadFocusOverlay_52 = value; Il2CppCodeGenWriteBarrier((void**)(&___GetGamepadFocusOverlay_52), (void*)value); } inline static int32_t get_offset_of_SetGamepadFocusOverlay_53() { return static_cast(offsetof(IVROverlay_tC1D77DB6A00463679EDE2CD348BC2622845FF917, ___SetGamepadFocusOverlay_53)); } inline _SetGamepadFocusOverlay_t7C903D8BAA85CDC1A3082CC4E8EB5EDBE954EC17 * get_SetGamepadFocusOverlay_53() const { return ___SetGamepadFocusOverlay_53; } inline _SetGamepadFocusOverlay_t7C903D8BAA85CDC1A3082CC4E8EB5EDBE954EC17 ** get_address_of_SetGamepadFocusOverlay_53() { return &___SetGamepadFocusOverlay_53; } inline void set_SetGamepadFocusOverlay_53(_SetGamepadFocusOverlay_t7C903D8BAA85CDC1A3082CC4E8EB5EDBE954EC17 * value) { ___SetGamepadFocusOverlay_53 = value; Il2CppCodeGenWriteBarrier((void**)(&___SetGamepadFocusOverlay_53), (void*)value); } inline static int32_t get_offset_of_SetOverlayNeighbor_54() { return static_cast(offsetof(IVROverlay_tC1D77DB6A00463679EDE2CD348BC2622845FF917, ___SetOverlayNeighbor_54)); } inline _SetOverlayNeighbor_tCA42CCEC6133329FC86CC108319B743E9A9DA2D5 * get_SetOverlayNeighbor_54() const { return ___SetOverlayNeighbor_54; } inline _SetOverlayNeighbor_tCA42CCEC6133329FC86CC108319B743E9A9DA2D5 ** get_address_of_SetOverlayNeighbor_54() { return &___SetOverlayNeighbor_54; } inline void set_SetOverlayNeighbor_54(_SetOverlayNeighbor_tCA42CCEC6133329FC86CC108319B743E9A9DA2D5 * value) { ___SetOverlayNeighbor_54 = value; Il2CppCodeGenWriteBarrier((void**)(&___SetOverlayNeighbor_54), (void*)value); } inline static int32_t get_offset_of_MoveGamepadFocusToNeighbor_55() { return static_cast(offsetof(IVROverlay_tC1D77DB6A00463679EDE2CD348BC2622845FF917, ___MoveGamepadFocusToNeighbor_55)); } inline _MoveGamepadFocusToNeighbor_t1A15D4A12745E661F59044A4895B6CD06EA1A811 * get_MoveGamepadFocusToNeighbor_55() const { return ___MoveGamepadFocusToNeighbor_55; } inline _MoveGamepadFocusToNeighbor_t1A15D4A12745E661F59044A4895B6CD06EA1A811 ** get_address_of_MoveGamepadFocusToNeighbor_55() { return &___MoveGamepadFocusToNeighbor_55; } inline void set_MoveGamepadFocusToNeighbor_55(_MoveGamepadFocusToNeighbor_t1A15D4A12745E661F59044A4895B6CD06EA1A811 * value) { ___MoveGamepadFocusToNeighbor_55 = value; Il2CppCodeGenWriteBarrier((void**)(&___MoveGamepadFocusToNeighbor_55), (void*)value); } inline static int32_t get_offset_of_SetOverlayDualAnalogTransform_56() { return static_cast(offsetof(IVROverlay_tC1D77DB6A00463679EDE2CD348BC2622845FF917, ___SetOverlayDualAnalogTransform_56)); } inline _SetOverlayDualAnalogTransform_tF3244A343BA9FD5687D5783FEE58EE4A5F7A569B * get_SetOverlayDualAnalogTransform_56() const { return ___SetOverlayDualAnalogTransform_56; } inline _SetOverlayDualAnalogTransform_tF3244A343BA9FD5687D5783FEE58EE4A5F7A569B ** get_address_of_SetOverlayDualAnalogTransform_56() { return &___SetOverlayDualAnalogTransform_56; } inline void set_SetOverlayDualAnalogTransform_56(_SetOverlayDualAnalogTransform_tF3244A343BA9FD5687D5783FEE58EE4A5F7A569B * value) { ___SetOverlayDualAnalogTransform_56 = value; Il2CppCodeGenWriteBarrier((void**)(&___SetOverlayDualAnalogTransform_56), (void*)value); } inline static int32_t get_offset_of_GetOverlayDualAnalogTransform_57() { return static_cast(offsetof(IVROverlay_tC1D77DB6A00463679EDE2CD348BC2622845FF917, ___GetOverlayDualAnalogTransform_57)); } inline _GetOverlayDualAnalogTransform_tA8F27E9AC0F2E76C0AB8FB10B3416DC801F00CD1 * get_GetOverlayDualAnalogTransform_57() const { return ___GetOverlayDualAnalogTransform_57; } inline _GetOverlayDualAnalogTransform_tA8F27E9AC0F2E76C0AB8FB10B3416DC801F00CD1 ** get_address_of_GetOverlayDualAnalogTransform_57() { return &___GetOverlayDualAnalogTransform_57; } inline void set_GetOverlayDualAnalogTransform_57(_GetOverlayDualAnalogTransform_tA8F27E9AC0F2E76C0AB8FB10B3416DC801F00CD1 * value) { ___GetOverlayDualAnalogTransform_57 = value; Il2CppCodeGenWriteBarrier((void**)(&___GetOverlayDualAnalogTransform_57), (void*)value); } inline static int32_t get_offset_of_SetOverlayTexture_58() { return static_cast(offsetof(IVROverlay_tC1D77DB6A00463679EDE2CD348BC2622845FF917, ___SetOverlayTexture_58)); } inline _SetOverlayTexture_t45DF4724B269CA0A328807812B57F2285C8ACD10 * get_SetOverlayTexture_58() const { return ___SetOverlayTexture_58; } inline _SetOverlayTexture_t45DF4724B269CA0A328807812B57F2285C8ACD10 ** get_address_of_SetOverlayTexture_58() { return &___SetOverlayTexture_58; } inline void set_SetOverlayTexture_58(_SetOverlayTexture_t45DF4724B269CA0A328807812B57F2285C8ACD10 * value) { ___SetOverlayTexture_58 = value; Il2CppCodeGenWriteBarrier((void**)(&___SetOverlayTexture_58), (void*)value); } inline static int32_t get_offset_of_ClearOverlayTexture_59() { return static_cast(offsetof(IVROverlay_tC1D77DB6A00463679EDE2CD348BC2622845FF917, ___ClearOverlayTexture_59)); } inline _ClearOverlayTexture_t206C9E2F7194FD1B9AF077BFCC87CAFAB2E7292E * get_ClearOverlayTexture_59() const { return ___ClearOverlayTexture_59; } inline _ClearOverlayTexture_t206C9E2F7194FD1B9AF077BFCC87CAFAB2E7292E ** get_address_of_ClearOverlayTexture_59() { return &___ClearOverlayTexture_59; } inline void set_ClearOverlayTexture_59(_ClearOverlayTexture_t206C9E2F7194FD1B9AF077BFCC87CAFAB2E7292E * value) { ___ClearOverlayTexture_59 = value; Il2CppCodeGenWriteBarrier((void**)(&___ClearOverlayTexture_59), (void*)value); } inline static int32_t get_offset_of_SetOverlayRaw_60() { return static_cast(offsetof(IVROverlay_tC1D77DB6A00463679EDE2CD348BC2622845FF917, ___SetOverlayRaw_60)); } inline _SetOverlayRaw_tA67BC2AA333DCB746C67E6BC47D7B35056782105 * get_SetOverlayRaw_60() const { return ___SetOverlayRaw_60; } inline _SetOverlayRaw_tA67BC2AA333DCB746C67E6BC47D7B35056782105 ** get_address_of_SetOverlayRaw_60() { return &___SetOverlayRaw_60; } inline void set_SetOverlayRaw_60(_SetOverlayRaw_tA67BC2AA333DCB746C67E6BC47D7B35056782105 * value) { ___SetOverlayRaw_60 = value; Il2CppCodeGenWriteBarrier((void**)(&___SetOverlayRaw_60), (void*)value); } inline static int32_t get_offset_of_SetOverlayFromFile_61() { return static_cast(offsetof(IVROverlay_tC1D77DB6A00463679EDE2CD348BC2622845FF917, ___SetOverlayFromFile_61)); } inline _SetOverlayFromFile_tF4AFA4ED185E597D26227A3ED05CA8B5E9772F2B * get_SetOverlayFromFile_61() const { return ___SetOverlayFromFile_61; } inline _SetOverlayFromFile_tF4AFA4ED185E597D26227A3ED05CA8B5E9772F2B ** get_address_of_SetOverlayFromFile_61() { return &___SetOverlayFromFile_61; } inline void set_SetOverlayFromFile_61(_SetOverlayFromFile_tF4AFA4ED185E597D26227A3ED05CA8B5E9772F2B * value) { ___SetOverlayFromFile_61 = value; Il2CppCodeGenWriteBarrier((void**)(&___SetOverlayFromFile_61), (void*)value); } inline static int32_t get_offset_of_GetOverlayTexture_62() { return static_cast(offsetof(IVROverlay_tC1D77DB6A00463679EDE2CD348BC2622845FF917, ___GetOverlayTexture_62)); } inline _GetOverlayTexture_t8160A8F43AD9A0231A9F492085EA59FD886AB046 * get_GetOverlayTexture_62() const { return ___GetOverlayTexture_62; } inline _GetOverlayTexture_t8160A8F43AD9A0231A9F492085EA59FD886AB046 ** get_address_of_GetOverlayTexture_62() { return &___GetOverlayTexture_62; } inline void set_GetOverlayTexture_62(_GetOverlayTexture_t8160A8F43AD9A0231A9F492085EA59FD886AB046 * value) { ___GetOverlayTexture_62 = value; Il2CppCodeGenWriteBarrier((void**)(&___GetOverlayTexture_62), (void*)value); } inline static int32_t get_offset_of_ReleaseNativeOverlayHandle_63() { return static_cast(offsetof(IVROverlay_tC1D77DB6A00463679EDE2CD348BC2622845FF917, ___ReleaseNativeOverlayHandle_63)); } inline _ReleaseNativeOverlayHandle_tA84D9CBEC17E56985D98A133C9469BCC4873AD7B * get_ReleaseNativeOverlayHandle_63() const { return ___ReleaseNativeOverlayHandle_63; } inline _ReleaseNativeOverlayHandle_tA84D9CBEC17E56985D98A133C9469BCC4873AD7B ** get_address_of_ReleaseNativeOverlayHandle_63() { return &___ReleaseNativeOverlayHandle_63; } inline void set_ReleaseNativeOverlayHandle_63(_ReleaseNativeOverlayHandle_tA84D9CBEC17E56985D98A133C9469BCC4873AD7B * value) { ___ReleaseNativeOverlayHandle_63 = value; Il2CppCodeGenWriteBarrier((void**)(&___ReleaseNativeOverlayHandle_63), (void*)value); } inline static int32_t get_offset_of_GetOverlayTextureSize_64() { return static_cast(offsetof(IVROverlay_tC1D77DB6A00463679EDE2CD348BC2622845FF917, ___GetOverlayTextureSize_64)); } inline _GetOverlayTextureSize_t6A7295A08BA221854AB8213194D71616A72A0472 * get_GetOverlayTextureSize_64() const { return ___GetOverlayTextureSize_64; } inline _GetOverlayTextureSize_t6A7295A08BA221854AB8213194D71616A72A0472 ** get_address_of_GetOverlayTextureSize_64() { return &___GetOverlayTextureSize_64; } inline void set_GetOverlayTextureSize_64(_GetOverlayTextureSize_t6A7295A08BA221854AB8213194D71616A72A0472 * value) { ___GetOverlayTextureSize_64 = value; Il2CppCodeGenWriteBarrier((void**)(&___GetOverlayTextureSize_64), (void*)value); } inline static int32_t get_offset_of_CreateDashboardOverlay_65() { return static_cast(offsetof(IVROverlay_tC1D77DB6A00463679EDE2CD348BC2622845FF917, ___CreateDashboardOverlay_65)); } inline _CreateDashboardOverlay_t14BA53F353FB937A8B2DD8732BD66237741A371A * get_CreateDashboardOverlay_65() const { return ___CreateDashboardOverlay_65; } inline _CreateDashboardOverlay_t14BA53F353FB937A8B2DD8732BD66237741A371A ** get_address_of_CreateDashboardOverlay_65() { return &___CreateDashboardOverlay_65; } inline void set_CreateDashboardOverlay_65(_CreateDashboardOverlay_t14BA53F353FB937A8B2DD8732BD66237741A371A * value) { ___CreateDashboardOverlay_65 = value; Il2CppCodeGenWriteBarrier((void**)(&___CreateDashboardOverlay_65), (void*)value); } inline static int32_t get_offset_of_IsDashboardVisible_66() { return static_cast(offsetof(IVROverlay_tC1D77DB6A00463679EDE2CD348BC2622845FF917, ___IsDashboardVisible_66)); } inline _IsDashboardVisible_tB4F7E5FB00E13BD180F0C98DD24E9131FBD5DCB8 * get_IsDashboardVisible_66() const { return ___IsDashboardVisible_66; } inline _IsDashboardVisible_tB4F7E5FB00E13BD180F0C98DD24E9131FBD5DCB8 ** get_address_of_IsDashboardVisible_66() { return &___IsDashboardVisible_66; } inline void set_IsDashboardVisible_66(_IsDashboardVisible_tB4F7E5FB00E13BD180F0C98DD24E9131FBD5DCB8 * value) { ___IsDashboardVisible_66 = value; Il2CppCodeGenWriteBarrier((void**)(&___IsDashboardVisible_66), (void*)value); } inline static int32_t get_offset_of_IsActiveDashboardOverlay_67() { return static_cast(offsetof(IVROverlay_tC1D77DB6A00463679EDE2CD348BC2622845FF917, ___IsActiveDashboardOverlay_67)); } inline _IsActiveDashboardOverlay_t7C24BF72C6856C1A90AA6611C275DD300527331B * get_IsActiveDashboardOverlay_67() const { return ___IsActiveDashboardOverlay_67; } inline _IsActiveDashboardOverlay_t7C24BF72C6856C1A90AA6611C275DD300527331B ** get_address_of_IsActiveDashboardOverlay_67() { return &___IsActiveDashboardOverlay_67; } inline void set_IsActiveDashboardOverlay_67(_IsActiveDashboardOverlay_t7C24BF72C6856C1A90AA6611C275DD300527331B * value) { ___IsActiveDashboardOverlay_67 = value; Il2CppCodeGenWriteBarrier((void**)(&___IsActiveDashboardOverlay_67), (void*)value); } inline static int32_t get_offset_of_SetDashboardOverlaySceneProcess_68() { return static_cast(offsetof(IVROverlay_tC1D77DB6A00463679EDE2CD348BC2622845FF917, ___SetDashboardOverlaySceneProcess_68)); } inline _SetDashboardOverlaySceneProcess_tCA2C9238CAF622AE2339EF0C6E38CCE9887C8000 * get_SetDashboardOverlaySceneProcess_68() const { return ___SetDashboardOverlaySceneProcess_68; } inline _SetDashboardOverlaySceneProcess_tCA2C9238CAF622AE2339EF0C6E38CCE9887C8000 ** get_address_of_SetDashboardOverlaySceneProcess_68() { return &___SetDashboardOverlaySceneProcess_68; } inline void set_SetDashboardOverlaySceneProcess_68(_SetDashboardOverlaySceneProcess_tCA2C9238CAF622AE2339EF0C6E38CCE9887C8000 * value) { ___SetDashboardOverlaySceneProcess_68 = value; Il2CppCodeGenWriteBarrier((void**)(&___SetDashboardOverlaySceneProcess_68), (void*)value); } inline static int32_t get_offset_of_GetDashboardOverlaySceneProcess_69() { return static_cast(offsetof(IVROverlay_tC1D77DB6A00463679EDE2CD348BC2622845FF917, ___GetDashboardOverlaySceneProcess_69)); } inline _GetDashboardOverlaySceneProcess_tE1515FFA0437CE27B5A518B2ECAD6E09022D68EB * get_GetDashboardOverlaySceneProcess_69() const { return ___GetDashboardOverlaySceneProcess_69; } inline _GetDashboardOverlaySceneProcess_tE1515FFA0437CE27B5A518B2ECAD6E09022D68EB ** get_address_of_GetDashboardOverlaySceneProcess_69() { return &___GetDashboardOverlaySceneProcess_69; } inline void set_GetDashboardOverlaySceneProcess_69(_GetDashboardOverlaySceneProcess_tE1515FFA0437CE27B5A518B2ECAD6E09022D68EB * value) { ___GetDashboardOverlaySceneProcess_69 = value; Il2CppCodeGenWriteBarrier((void**)(&___GetDashboardOverlaySceneProcess_69), (void*)value); } inline static int32_t get_offset_of_ShowDashboard_70() { return static_cast(offsetof(IVROverlay_tC1D77DB6A00463679EDE2CD348BC2622845FF917, ___ShowDashboard_70)); } inline _ShowDashboard_tCEE7D99425A1AA0FA426C513B0BA57D13D161FA7 * get_ShowDashboard_70() const { return ___ShowDashboard_70; } inline _ShowDashboard_tCEE7D99425A1AA0FA426C513B0BA57D13D161FA7 ** get_address_of_ShowDashboard_70() { return &___ShowDashboard_70; } inline void set_ShowDashboard_70(_ShowDashboard_tCEE7D99425A1AA0FA426C513B0BA57D13D161FA7 * value) { ___ShowDashboard_70 = value; Il2CppCodeGenWriteBarrier((void**)(&___ShowDashboard_70), (void*)value); } inline static int32_t get_offset_of_GetPrimaryDashboardDevice_71() { return static_cast(offsetof(IVROverlay_tC1D77DB6A00463679EDE2CD348BC2622845FF917, ___GetPrimaryDashboardDevice_71)); } inline _GetPrimaryDashboardDevice_tF37257240B8EF2CFA55FD040A531BEA3539FDBAF * get_GetPrimaryDashboardDevice_71() const { return ___GetPrimaryDashboardDevice_71; } inline _GetPrimaryDashboardDevice_tF37257240B8EF2CFA55FD040A531BEA3539FDBAF ** get_address_of_GetPrimaryDashboardDevice_71() { return &___GetPrimaryDashboardDevice_71; } inline void set_GetPrimaryDashboardDevice_71(_GetPrimaryDashboardDevice_tF37257240B8EF2CFA55FD040A531BEA3539FDBAF * value) { ___GetPrimaryDashboardDevice_71 = value; Il2CppCodeGenWriteBarrier((void**)(&___GetPrimaryDashboardDevice_71), (void*)value); } inline static int32_t get_offset_of_ShowKeyboard_72() { return static_cast(offsetof(IVROverlay_tC1D77DB6A00463679EDE2CD348BC2622845FF917, ___ShowKeyboard_72)); } inline _ShowKeyboard_tC0BAFE3354D72DA5042ED687BB9A1FD3ABAFB0B2 * get_ShowKeyboard_72() const { return ___ShowKeyboard_72; } inline _ShowKeyboard_tC0BAFE3354D72DA5042ED687BB9A1FD3ABAFB0B2 ** get_address_of_ShowKeyboard_72() { return &___ShowKeyboard_72; } inline void set_ShowKeyboard_72(_ShowKeyboard_tC0BAFE3354D72DA5042ED687BB9A1FD3ABAFB0B2 * value) { ___ShowKeyboard_72 = value; Il2CppCodeGenWriteBarrier((void**)(&___ShowKeyboard_72), (void*)value); } inline static int32_t get_offset_of_ShowKeyboardForOverlay_73() { return static_cast(offsetof(IVROverlay_tC1D77DB6A00463679EDE2CD348BC2622845FF917, ___ShowKeyboardForOverlay_73)); } inline _ShowKeyboardForOverlay_t90228AF3E72F004D7C8187127D693EBFB1868FED * get_ShowKeyboardForOverlay_73() const { return ___ShowKeyboardForOverlay_73; } inline _ShowKeyboardForOverlay_t90228AF3E72F004D7C8187127D693EBFB1868FED ** get_address_of_ShowKeyboardForOverlay_73() { return &___ShowKeyboardForOverlay_73; } inline void set_ShowKeyboardForOverlay_73(_ShowKeyboardForOverlay_t90228AF3E72F004D7C8187127D693EBFB1868FED * value) { ___ShowKeyboardForOverlay_73 = value; Il2CppCodeGenWriteBarrier((void**)(&___ShowKeyboardForOverlay_73), (void*)value); } inline static int32_t get_offset_of_GetKeyboardText_74() { return static_cast(offsetof(IVROverlay_tC1D77DB6A00463679EDE2CD348BC2622845FF917, ___GetKeyboardText_74)); } inline _GetKeyboardText_t1081D9D556FE946522ABBBE758C2466955A1FECD * get_GetKeyboardText_74() const { return ___GetKeyboardText_74; } inline _GetKeyboardText_t1081D9D556FE946522ABBBE758C2466955A1FECD ** get_address_of_GetKeyboardText_74() { return &___GetKeyboardText_74; } inline void set_GetKeyboardText_74(_GetKeyboardText_t1081D9D556FE946522ABBBE758C2466955A1FECD * value) { ___GetKeyboardText_74 = value; Il2CppCodeGenWriteBarrier((void**)(&___GetKeyboardText_74), (void*)value); } inline static int32_t get_offset_of_HideKeyboard_75() { return static_cast(offsetof(IVROverlay_tC1D77DB6A00463679EDE2CD348BC2622845FF917, ___HideKeyboard_75)); } inline _HideKeyboard_tAF9BD841144C9DF0DFEB51731326CBFC8F93EDB0 * get_HideKeyboard_75() const { return ___HideKeyboard_75; } inline _HideKeyboard_tAF9BD841144C9DF0DFEB51731326CBFC8F93EDB0 ** get_address_of_HideKeyboard_75() { return &___HideKeyboard_75; } inline void set_HideKeyboard_75(_HideKeyboard_tAF9BD841144C9DF0DFEB51731326CBFC8F93EDB0 * value) { ___HideKeyboard_75 = value; Il2CppCodeGenWriteBarrier((void**)(&___HideKeyboard_75), (void*)value); } inline static int32_t get_offset_of_SetKeyboardTransformAbsolute_76() { return static_cast(offsetof(IVROverlay_tC1D77DB6A00463679EDE2CD348BC2622845FF917, ___SetKeyboardTransformAbsolute_76)); } inline _SetKeyboardTransformAbsolute_t9F9B660CDA99B6445C0A392287CE007CDAEA78F0 * get_SetKeyboardTransformAbsolute_76() const { return ___SetKeyboardTransformAbsolute_76; } inline _SetKeyboardTransformAbsolute_t9F9B660CDA99B6445C0A392287CE007CDAEA78F0 ** get_address_of_SetKeyboardTransformAbsolute_76() { return &___SetKeyboardTransformAbsolute_76; } inline void set_SetKeyboardTransformAbsolute_76(_SetKeyboardTransformAbsolute_t9F9B660CDA99B6445C0A392287CE007CDAEA78F0 * value) { ___SetKeyboardTransformAbsolute_76 = value; Il2CppCodeGenWriteBarrier((void**)(&___SetKeyboardTransformAbsolute_76), (void*)value); } inline static int32_t get_offset_of_SetKeyboardPositionForOverlay_77() { return static_cast(offsetof(IVROverlay_tC1D77DB6A00463679EDE2CD348BC2622845FF917, ___SetKeyboardPositionForOverlay_77)); } inline _SetKeyboardPositionForOverlay_t416DC72571C433550F896D25D45BF4EF9147E722 * get_SetKeyboardPositionForOverlay_77() const { return ___SetKeyboardPositionForOverlay_77; } inline _SetKeyboardPositionForOverlay_t416DC72571C433550F896D25D45BF4EF9147E722 ** get_address_of_SetKeyboardPositionForOverlay_77() { return &___SetKeyboardPositionForOverlay_77; } inline void set_SetKeyboardPositionForOverlay_77(_SetKeyboardPositionForOverlay_t416DC72571C433550F896D25D45BF4EF9147E722 * value) { ___SetKeyboardPositionForOverlay_77 = value; Il2CppCodeGenWriteBarrier((void**)(&___SetKeyboardPositionForOverlay_77), (void*)value); } inline static int32_t get_offset_of_SetOverlayIntersectionMask_78() { return static_cast(offsetof(IVROverlay_tC1D77DB6A00463679EDE2CD348BC2622845FF917, ___SetOverlayIntersectionMask_78)); } inline _SetOverlayIntersectionMask_t2F8F883DD1373FFA3F87626D27A420B5C07C63EB * get_SetOverlayIntersectionMask_78() const { return ___SetOverlayIntersectionMask_78; } inline _SetOverlayIntersectionMask_t2F8F883DD1373FFA3F87626D27A420B5C07C63EB ** get_address_of_SetOverlayIntersectionMask_78() { return &___SetOverlayIntersectionMask_78; } inline void set_SetOverlayIntersectionMask_78(_SetOverlayIntersectionMask_t2F8F883DD1373FFA3F87626D27A420B5C07C63EB * value) { ___SetOverlayIntersectionMask_78 = value; Il2CppCodeGenWriteBarrier((void**)(&___SetOverlayIntersectionMask_78), (void*)value); } inline static int32_t get_offset_of_GetOverlayFlags_79() { return static_cast(offsetof(IVROverlay_tC1D77DB6A00463679EDE2CD348BC2622845FF917, ___GetOverlayFlags_79)); } inline _GetOverlayFlags_tB63E22601F3E5856CDB5384DB8DF057BEBEE8D4D * get_GetOverlayFlags_79() const { return ___GetOverlayFlags_79; } inline _GetOverlayFlags_tB63E22601F3E5856CDB5384DB8DF057BEBEE8D4D ** get_address_of_GetOverlayFlags_79() { return &___GetOverlayFlags_79; } inline void set_GetOverlayFlags_79(_GetOverlayFlags_tB63E22601F3E5856CDB5384DB8DF057BEBEE8D4D * value) { ___GetOverlayFlags_79 = value; Il2CppCodeGenWriteBarrier((void**)(&___GetOverlayFlags_79), (void*)value); } inline static int32_t get_offset_of_ShowMessageOverlay_80() { return static_cast(offsetof(IVROverlay_tC1D77DB6A00463679EDE2CD348BC2622845FF917, ___ShowMessageOverlay_80)); } inline _ShowMessageOverlay_t0D4B23F584B3D1A2EE4F32F0065E7F3CD79562B2 * get_ShowMessageOverlay_80() const { return ___ShowMessageOverlay_80; } inline _ShowMessageOverlay_t0D4B23F584B3D1A2EE4F32F0065E7F3CD79562B2 ** get_address_of_ShowMessageOverlay_80() { return &___ShowMessageOverlay_80; } inline void set_ShowMessageOverlay_80(_ShowMessageOverlay_t0D4B23F584B3D1A2EE4F32F0065E7F3CD79562B2 * value) { ___ShowMessageOverlay_80 = value; Il2CppCodeGenWriteBarrier((void**)(&___ShowMessageOverlay_80), (void*)value); } inline static int32_t get_offset_of_CloseMessageOverlay_81() { return static_cast(offsetof(IVROverlay_tC1D77DB6A00463679EDE2CD348BC2622845FF917, ___CloseMessageOverlay_81)); } inline _CloseMessageOverlay_tFD0253249F5A7CD36A0A09253F01E922B9E1A25C * get_CloseMessageOverlay_81() const { return ___CloseMessageOverlay_81; } inline _CloseMessageOverlay_tFD0253249F5A7CD36A0A09253F01E922B9E1A25C ** get_address_of_CloseMessageOverlay_81() { return &___CloseMessageOverlay_81; } inline void set_CloseMessageOverlay_81(_CloseMessageOverlay_tFD0253249F5A7CD36A0A09253F01E922B9E1A25C * value) { ___CloseMessageOverlay_81 = value; Il2CppCodeGenWriteBarrier((void**)(&___CloseMessageOverlay_81), (void*)value); } }; // Native definition for P/Invoke marshalling of OVR.OpenVR.IVROverlay struct IVROverlay_tC1D77DB6A00463679EDE2CD348BC2622845FF917_marshaled_pinvoke { Il2CppMethodPointer ___FindOverlay_0; Il2CppMethodPointer ___CreateOverlay_1; Il2CppMethodPointer ___DestroyOverlay_2; Il2CppMethodPointer ___SetHighQualityOverlay_3; Il2CppMethodPointer ___GetHighQualityOverlay_4; Il2CppMethodPointer ___GetOverlayKey_5; Il2CppMethodPointer ___GetOverlayName_6; Il2CppMethodPointer ___SetOverlayName_7; Il2CppMethodPointer ___GetOverlayImageData_8; Il2CppMethodPointer ___GetOverlayErrorNameFromEnum_9; Il2CppMethodPointer ___SetOverlayRenderingPid_10; Il2CppMethodPointer ___GetOverlayRenderingPid_11; Il2CppMethodPointer ___SetOverlayFlag_12; Il2CppMethodPointer ___GetOverlayFlag_13; Il2CppMethodPointer ___SetOverlayColor_14; Il2CppMethodPointer ___GetOverlayColor_15; Il2CppMethodPointer ___SetOverlayAlpha_16; Il2CppMethodPointer ___GetOverlayAlpha_17; Il2CppMethodPointer ___SetOverlayTexelAspect_18; Il2CppMethodPointer ___GetOverlayTexelAspect_19; Il2CppMethodPointer ___SetOverlaySortOrder_20; Il2CppMethodPointer ___GetOverlaySortOrder_21; Il2CppMethodPointer ___SetOverlayWidthInMeters_22; Il2CppMethodPointer ___GetOverlayWidthInMeters_23; Il2CppMethodPointer ___SetOverlayAutoCurveDistanceRangeInMeters_24; Il2CppMethodPointer ___GetOverlayAutoCurveDistanceRangeInMeters_25; Il2CppMethodPointer ___SetOverlayTextureColorSpace_26; Il2CppMethodPointer ___GetOverlayTextureColorSpace_27; Il2CppMethodPointer ___SetOverlayTextureBounds_28; Il2CppMethodPointer ___GetOverlayTextureBounds_29; Il2CppMethodPointer ___GetOverlayRenderModel_30; Il2CppMethodPointer ___SetOverlayRenderModel_31; Il2CppMethodPointer ___GetOverlayTransformType_32; Il2CppMethodPointer ___SetOverlayTransformAbsolute_33; Il2CppMethodPointer ___GetOverlayTransformAbsolute_34; Il2CppMethodPointer ___SetOverlayTransformTrackedDeviceRelative_35; Il2CppMethodPointer ___GetOverlayTransformTrackedDeviceRelative_36; Il2CppMethodPointer ___SetOverlayTransformTrackedDeviceComponent_37; Il2CppMethodPointer ___GetOverlayTransformTrackedDeviceComponent_38; Il2CppMethodPointer ___GetOverlayTransformOverlayRelative_39; Il2CppMethodPointer ___SetOverlayTransformOverlayRelative_40; Il2CppMethodPointer ___ShowOverlay_41; Il2CppMethodPointer ___HideOverlay_42; Il2CppMethodPointer ___IsOverlayVisible_43; Il2CppMethodPointer ___GetTransformForOverlayCoordinates_44; Il2CppMethodPointer ___PollNextOverlayEvent_45; Il2CppMethodPointer ___GetOverlayInputMethod_46; Il2CppMethodPointer ___SetOverlayInputMethod_47; Il2CppMethodPointer ___GetOverlayMouseScale_48; Il2CppMethodPointer ___SetOverlayMouseScale_49; Il2CppMethodPointer ___ComputeOverlayIntersection_50; Il2CppMethodPointer ___IsHoverTargetOverlay_51; Il2CppMethodPointer ___GetGamepadFocusOverlay_52; Il2CppMethodPointer ___SetGamepadFocusOverlay_53; Il2CppMethodPointer ___SetOverlayNeighbor_54; Il2CppMethodPointer ___MoveGamepadFocusToNeighbor_55; Il2CppMethodPointer ___SetOverlayDualAnalogTransform_56; Il2CppMethodPointer ___GetOverlayDualAnalogTransform_57; Il2CppMethodPointer ___SetOverlayTexture_58; Il2CppMethodPointer ___ClearOverlayTexture_59; Il2CppMethodPointer ___SetOverlayRaw_60; Il2CppMethodPointer ___SetOverlayFromFile_61; Il2CppMethodPointer ___GetOverlayTexture_62; Il2CppMethodPointer ___ReleaseNativeOverlayHandle_63; Il2CppMethodPointer ___GetOverlayTextureSize_64; Il2CppMethodPointer ___CreateDashboardOverlay_65; Il2CppMethodPointer ___IsDashboardVisible_66; Il2CppMethodPointer ___IsActiveDashboardOverlay_67; Il2CppMethodPointer ___SetDashboardOverlaySceneProcess_68; Il2CppMethodPointer ___GetDashboardOverlaySceneProcess_69; Il2CppMethodPointer ___ShowDashboard_70; Il2CppMethodPointer ___GetPrimaryDashboardDevice_71; Il2CppMethodPointer ___ShowKeyboard_72; Il2CppMethodPointer ___ShowKeyboardForOverlay_73; Il2CppMethodPointer ___GetKeyboardText_74; Il2CppMethodPointer ___HideKeyboard_75; Il2CppMethodPointer ___SetKeyboardTransformAbsolute_76; Il2CppMethodPointer ___SetKeyboardPositionForOverlay_77; Il2CppMethodPointer ___SetOverlayIntersectionMask_78; Il2CppMethodPointer ___GetOverlayFlags_79; Il2CppMethodPointer ___ShowMessageOverlay_80; Il2CppMethodPointer ___CloseMessageOverlay_81; }; // Native definition for COM marshalling of OVR.OpenVR.IVROverlay struct IVROverlay_tC1D77DB6A00463679EDE2CD348BC2622845FF917_marshaled_com { Il2CppMethodPointer ___FindOverlay_0; Il2CppMethodPointer ___CreateOverlay_1; Il2CppMethodPointer ___DestroyOverlay_2; Il2CppMethodPointer ___SetHighQualityOverlay_3; Il2CppMethodPointer ___GetHighQualityOverlay_4; Il2CppMethodPointer ___GetOverlayKey_5; Il2CppMethodPointer ___GetOverlayName_6; Il2CppMethodPointer ___SetOverlayName_7; Il2CppMethodPointer ___GetOverlayImageData_8; Il2CppMethodPointer ___GetOverlayErrorNameFromEnum_9; Il2CppMethodPointer ___SetOverlayRenderingPid_10; Il2CppMethodPointer ___GetOverlayRenderingPid_11; Il2CppMethodPointer ___SetOverlayFlag_12; Il2CppMethodPointer ___GetOverlayFlag_13; Il2CppMethodPointer ___SetOverlayColor_14; Il2CppMethodPointer ___GetOverlayColor_15; Il2CppMethodPointer ___SetOverlayAlpha_16; Il2CppMethodPointer ___GetOverlayAlpha_17; Il2CppMethodPointer ___SetOverlayTexelAspect_18; Il2CppMethodPointer ___GetOverlayTexelAspect_19; Il2CppMethodPointer ___SetOverlaySortOrder_20; Il2CppMethodPointer ___GetOverlaySortOrder_21; Il2CppMethodPointer ___SetOverlayWidthInMeters_22; Il2CppMethodPointer ___GetOverlayWidthInMeters_23; Il2CppMethodPointer ___SetOverlayAutoCurveDistanceRangeInMeters_24; Il2CppMethodPointer ___GetOverlayAutoCurveDistanceRangeInMeters_25; Il2CppMethodPointer ___SetOverlayTextureColorSpace_26; Il2CppMethodPointer ___GetOverlayTextureColorSpace_27; Il2CppMethodPointer ___SetOverlayTextureBounds_28; Il2CppMethodPointer ___GetOverlayTextureBounds_29; Il2CppMethodPointer ___GetOverlayRenderModel_30; Il2CppMethodPointer ___SetOverlayRenderModel_31; Il2CppMethodPointer ___GetOverlayTransformType_32; Il2CppMethodPointer ___SetOverlayTransformAbsolute_33; Il2CppMethodPointer ___GetOverlayTransformAbsolute_34; Il2CppMethodPointer ___SetOverlayTransformTrackedDeviceRelative_35; Il2CppMethodPointer ___GetOverlayTransformTrackedDeviceRelative_36; Il2CppMethodPointer ___SetOverlayTransformTrackedDeviceComponent_37; Il2CppMethodPointer ___GetOverlayTransformTrackedDeviceComponent_38; Il2CppMethodPointer ___GetOverlayTransformOverlayRelative_39; Il2CppMethodPointer ___SetOverlayTransformOverlayRelative_40; Il2CppMethodPointer ___ShowOverlay_41; Il2CppMethodPointer ___HideOverlay_42; Il2CppMethodPointer ___IsOverlayVisible_43; Il2CppMethodPointer ___GetTransformForOverlayCoordinates_44; Il2CppMethodPointer ___PollNextOverlayEvent_45; Il2CppMethodPointer ___GetOverlayInputMethod_46; Il2CppMethodPointer ___SetOverlayInputMethod_47; Il2CppMethodPointer ___GetOverlayMouseScale_48; Il2CppMethodPointer ___SetOverlayMouseScale_49; Il2CppMethodPointer ___ComputeOverlayIntersection_50; Il2CppMethodPointer ___IsHoverTargetOverlay_51; Il2CppMethodPointer ___GetGamepadFocusOverlay_52; Il2CppMethodPointer ___SetGamepadFocusOverlay_53; Il2CppMethodPointer ___SetOverlayNeighbor_54; Il2CppMethodPointer ___MoveGamepadFocusToNeighbor_55; Il2CppMethodPointer ___SetOverlayDualAnalogTransform_56; Il2CppMethodPointer ___GetOverlayDualAnalogTransform_57; Il2CppMethodPointer ___SetOverlayTexture_58; Il2CppMethodPointer ___ClearOverlayTexture_59; Il2CppMethodPointer ___SetOverlayRaw_60; Il2CppMethodPointer ___SetOverlayFromFile_61; Il2CppMethodPointer ___GetOverlayTexture_62; Il2CppMethodPointer ___ReleaseNativeOverlayHandle_63; Il2CppMethodPointer ___GetOverlayTextureSize_64; Il2CppMethodPointer ___CreateDashboardOverlay_65; Il2CppMethodPointer ___IsDashboardVisible_66; Il2CppMethodPointer ___IsActiveDashboardOverlay_67; Il2CppMethodPointer ___SetDashboardOverlaySceneProcess_68; Il2CppMethodPointer ___GetDashboardOverlaySceneProcess_69; Il2CppMethodPointer ___ShowDashboard_70; Il2CppMethodPointer ___GetPrimaryDashboardDevice_71; Il2CppMethodPointer ___ShowKeyboard_72; Il2CppMethodPointer ___ShowKeyboardForOverlay_73; Il2CppMethodPointer ___GetKeyboardText_74; Il2CppMethodPointer ___HideKeyboard_75; Il2CppMethodPointer ___SetKeyboardTransformAbsolute_76; Il2CppMethodPointer ___SetKeyboardPositionForOverlay_77; Il2CppMethodPointer ___SetOverlayIntersectionMask_78; Il2CppMethodPointer ___GetOverlayFlags_79; Il2CppMethodPointer ___ShowMessageOverlay_80; Il2CppMethodPointer ___CloseMessageOverlay_81; }; // OVR.OpenVR.IVRRenderModels struct IVRRenderModels_tA2D97732E9B01AEEF8F1207FDBCE76AB73D03DD5 { public: // OVR.OpenVR.IVRRenderModels/_LoadRenderModel_Async OVR.OpenVR.IVRRenderModels::LoadRenderModel_Async _LoadRenderModel_Async_t58B2EBC9CB23E3C1D335576F566FC262E200C302 * ___LoadRenderModel_Async_0; // OVR.OpenVR.IVRRenderModels/_FreeRenderModel OVR.OpenVR.IVRRenderModels::FreeRenderModel _FreeRenderModel_t161AF59964CDE6A0FD3EDD6079732D58DCFBF80B * ___FreeRenderModel_1; // OVR.OpenVR.IVRRenderModels/_LoadTexture_Async OVR.OpenVR.IVRRenderModels::LoadTexture_Async _LoadTexture_Async_t1CBBEA044B74D22FBAF8E228E77C2BAF577E3F07 * ___LoadTexture_Async_2; // OVR.OpenVR.IVRRenderModels/_FreeTexture OVR.OpenVR.IVRRenderModels::FreeTexture _FreeTexture_tD249C561539875A7BD54E4568884571E7274F384 * ___FreeTexture_3; // OVR.OpenVR.IVRRenderModels/_LoadTextureD3D11_Async OVR.OpenVR.IVRRenderModels::LoadTextureD3D11_Async _LoadTextureD3D11_Async_tD9D777CF70B06775BEBEA11217273B8EAB144139 * ___LoadTextureD3D11_Async_4; // OVR.OpenVR.IVRRenderModels/_LoadIntoTextureD3D11_Async OVR.OpenVR.IVRRenderModels::LoadIntoTextureD3D11_Async _LoadIntoTextureD3D11_Async_tB9EDD9AFCC0869D1A9A5477E327F8739C6DFC35D * ___LoadIntoTextureD3D11_Async_5; // OVR.OpenVR.IVRRenderModels/_FreeTextureD3D11 OVR.OpenVR.IVRRenderModels::FreeTextureD3D11 _FreeTextureD3D11_t21434C7BEB2D93945C954E30C87D85393DD6E124 * ___FreeTextureD3D11_6; // OVR.OpenVR.IVRRenderModels/_GetRenderModelName OVR.OpenVR.IVRRenderModels::GetRenderModelName _GetRenderModelName_t9391C509AB55DC61145F4009254849093A28D63B * ___GetRenderModelName_7; // OVR.OpenVR.IVRRenderModels/_GetRenderModelCount OVR.OpenVR.IVRRenderModels::GetRenderModelCount _GetRenderModelCount_t960F22739F63E1BC05A1EE1EE5DD1BCD700DEA28 * ___GetRenderModelCount_8; // OVR.OpenVR.IVRRenderModels/_GetComponentCount OVR.OpenVR.IVRRenderModels::GetComponentCount _GetComponentCount_t94B48CCA97FB9AA3D5CB4882D5D9F06849A237DA * ___GetComponentCount_9; // OVR.OpenVR.IVRRenderModels/_GetComponentName OVR.OpenVR.IVRRenderModels::GetComponentName _GetComponentName_tAF37288027269792EBBEFA0D7EA5DEEAA69D1EA5 * ___GetComponentName_10; // OVR.OpenVR.IVRRenderModels/_GetComponentButtonMask OVR.OpenVR.IVRRenderModels::GetComponentButtonMask _GetComponentButtonMask_tABDA665C90D7E9951B7F93F6B7B321ABB60E42AC * ___GetComponentButtonMask_11; // OVR.OpenVR.IVRRenderModels/_GetComponentRenderModelName OVR.OpenVR.IVRRenderModels::GetComponentRenderModelName _GetComponentRenderModelName_tFB5307186216D73B15355212CA0905D7C9CCC554 * ___GetComponentRenderModelName_12; // OVR.OpenVR.IVRRenderModels/_GetComponentStateForDevicePath OVR.OpenVR.IVRRenderModels::GetComponentStateForDevicePath _GetComponentStateForDevicePath_t39A9981E81D08C9A4D03B829D61C37EEB6201F36 * ___GetComponentStateForDevicePath_13; // OVR.OpenVR.IVRRenderModels/_GetComponentState OVR.OpenVR.IVRRenderModels::GetComponentState _GetComponentState_tB24089DAAEFF9209892823F8C4DAE00AF6745A88 * ___GetComponentState_14; // OVR.OpenVR.IVRRenderModels/_RenderModelHasComponent OVR.OpenVR.IVRRenderModels::RenderModelHasComponent _RenderModelHasComponent_t90AEB155B0D1483EF4E957E21D7314E1ED782C5B * ___RenderModelHasComponent_15; // OVR.OpenVR.IVRRenderModels/_GetRenderModelThumbnailURL OVR.OpenVR.IVRRenderModels::GetRenderModelThumbnailURL _GetRenderModelThumbnailURL_t33BF7540CEFC96A4E88469C8A6E66AC39DE5DBE1 * ___GetRenderModelThumbnailURL_16; // OVR.OpenVR.IVRRenderModels/_GetRenderModelOriginalPath OVR.OpenVR.IVRRenderModels::GetRenderModelOriginalPath _GetRenderModelOriginalPath_t9B2E1AB18F1214E501E2153E67662DC312C9A012 * ___GetRenderModelOriginalPath_17; // OVR.OpenVR.IVRRenderModels/_GetRenderModelErrorNameFromEnum OVR.OpenVR.IVRRenderModels::GetRenderModelErrorNameFromEnum _GetRenderModelErrorNameFromEnum_tF0D4CF66F1BCA043D320D112832C3062E4DE0B90 * ___GetRenderModelErrorNameFromEnum_18; public: inline static int32_t get_offset_of_LoadRenderModel_Async_0() { return static_cast(offsetof(IVRRenderModels_tA2D97732E9B01AEEF8F1207FDBCE76AB73D03DD5, ___LoadRenderModel_Async_0)); } inline _LoadRenderModel_Async_t58B2EBC9CB23E3C1D335576F566FC262E200C302 * get_LoadRenderModel_Async_0() const { return ___LoadRenderModel_Async_0; } inline _LoadRenderModel_Async_t58B2EBC9CB23E3C1D335576F566FC262E200C302 ** get_address_of_LoadRenderModel_Async_0() { return &___LoadRenderModel_Async_0; } inline void set_LoadRenderModel_Async_0(_LoadRenderModel_Async_t58B2EBC9CB23E3C1D335576F566FC262E200C302 * value) { ___LoadRenderModel_Async_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___LoadRenderModel_Async_0), (void*)value); } inline static int32_t get_offset_of_FreeRenderModel_1() { return static_cast(offsetof(IVRRenderModels_tA2D97732E9B01AEEF8F1207FDBCE76AB73D03DD5, ___FreeRenderModel_1)); } inline _FreeRenderModel_t161AF59964CDE6A0FD3EDD6079732D58DCFBF80B * get_FreeRenderModel_1() const { return ___FreeRenderModel_1; } inline _FreeRenderModel_t161AF59964CDE6A0FD3EDD6079732D58DCFBF80B ** get_address_of_FreeRenderModel_1() { return &___FreeRenderModel_1; } inline void set_FreeRenderModel_1(_FreeRenderModel_t161AF59964CDE6A0FD3EDD6079732D58DCFBF80B * value) { ___FreeRenderModel_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___FreeRenderModel_1), (void*)value); } inline static int32_t get_offset_of_LoadTexture_Async_2() { return static_cast(offsetof(IVRRenderModels_tA2D97732E9B01AEEF8F1207FDBCE76AB73D03DD5, ___LoadTexture_Async_2)); } inline _LoadTexture_Async_t1CBBEA044B74D22FBAF8E228E77C2BAF577E3F07 * get_LoadTexture_Async_2() const { return ___LoadTexture_Async_2; } inline _LoadTexture_Async_t1CBBEA044B74D22FBAF8E228E77C2BAF577E3F07 ** get_address_of_LoadTexture_Async_2() { return &___LoadTexture_Async_2; } inline void set_LoadTexture_Async_2(_LoadTexture_Async_t1CBBEA044B74D22FBAF8E228E77C2BAF577E3F07 * value) { ___LoadTexture_Async_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___LoadTexture_Async_2), (void*)value); } inline static int32_t get_offset_of_FreeTexture_3() { return static_cast(offsetof(IVRRenderModels_tA2D97732E9B01AEEF8F1207FDBCE76AB73D03DD5, ___FreeTexture_3)); } inline _FreeTexture_tD249C561539875A7BD54E4568884571E7274F384 * get_FreeTexture_3() const { return ___FreeTexture_3; } inline _FreeTexture_tD249C561539875A7BD54E4568884571E7274F384 ** get_address_of_FreeTexture_3() { return &___FreeTexture_3; } inline void set_FreeTexture_3(_FreeTexture_tD249C561539875A7BD54E4568884571E7274F384 * value) { ___FreeTexture_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___FreeTexture_3), (void*)value); } inline static int32_t get_offset_of_LoadTextureD3D11_Async_4() { return static_cast(offsetof(IVRRenderModels_tA2D97732E9B01AEEF8F1207FDBCE76AB73D03DD5, ___LoadTextureD3D11_Async_4)); } inline _LoadTextureD3D11_Async_tD9D777CF70B06775BEBEA11217273B8EAB144139 * get_LoadTextureD3D11_Async_4() const { return ___LoadTextureD3D11_Async_4; } inline _LoadTextureD3D11_Async_tD9D777CF70B06775BEBEA11217273B8EAB144139 ** get_address_of_LoadTextureD3D11_Async_4() { return &___LoadTextureD3D11_Async_4; } inline void set_LoadTextureD3D11_Async_4(_LoadTextureD3D11_Async_tD9D777CF70B06775BEBEA11217273B8EAB144139 * value) { ___LoadTextureD3D11_Async_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___LoadTextureD3D11_Async_4), (void*)value); } inline static int32_t get_offset_of_LoadIntoTextureD3D11_Async_5() { return static_cast(offsetof(IVRRenderModels_tA2D97732E9B01AEEF8F1207FDBCE76AB73D03DD5, ___LoadIntoTextureD3D11_Async_5)); } inline _LoadIntoTextureD3D11_Async_tB9EDD9AFCC0869D1A9A5477E327F8739C6DFC35D * get_LoadIntoTextureD3D11_Async_5() const { return ___LoadIntoTextureD3D11_Async_5; } inline _LoadIntoTextureD3D11_Async_tB9EDD9AFCC0869D1A9A5477E327F8739C6DFC35D ** get_address_of_LoadIntoTextureD3D11_Async_5() { return &___LoadIntoTextureD3D11_Async_5; } inline void set_LoadIntoTextureD3D11_Async_5(_LoadIntoTextureD3D11_Async_tB9EDD9AFCC0869D1A9A5477E327F8739C6DFC35D * value) { ___LoadIntoTextureD3D11_Async_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___LoadIntoTextureD3D11_Async_5), (void*)value); } inline static int32_t get_offset_of_FreeTextureD3D11_6() { return static_cast(offsetof(IVRRenderModels_tA2D97732E9B01AEEF8F1207FDBCE76AB73D03DD5, ___FreeTextureD3D11_6)); } inline _FreeTextureD3D11_t21434C7BEB2D93945C954E30C87D85393DD6E124 * get_FreeTextureD3D11_6() const { return ___FreeTextureD3D11_6; } inline _FreeTextureD3D11_t21434C7BEB2D93945C954E30C87D85393DD6E124 ** get_address_of_FreeTextureD3D11_6() { return &___FreeTextureD3D11_6; } inline void set_FreeTextureD3D11_6(_FreeTextureD3D11_t21434C7BEB2D93945C954E30C87D85393DD6E124 * value) { ___FreeTextureD3D11_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___FreeTextureD3D11_6), (void*)value); } inline static int32_t get_offset_of_GetRenderModelName_7() { return static_cast(offsetof(IVRRenderModels_tA2D97732E9B01AEEF8F1207FDBCE76AB73D03DD5, ___GetRenderModelName_7)); } inline _GetRenderModelName_t9391C509AB55DC61145F4009254849093A28D63B * get_GetRenderModelName_7() const { return ___GetRenderModelName_7; } inline _GetRenderModelName_t9391C509AB55DC61145F4009254849093A28D63B ** get_address_of_GetRenderModelName_7() { return &___GetRenderModelName_7; } inline void set_GetRenderModelName_7(_GetRenderModelName_t9391C509AB55DC61145F4009254849093A28D63B * value) { ___GetRenderModelName_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___GetRenderModelName_7), (void*)value); } inline static int32_t get_offset_of_GetRenderModelCount_8() { return static_cast(offsetof(IVRRenderModels_tA2D97732E9B01AEEF8F1207FDBCE76AB73D03DD5, ___GetRenderModelCount_8)); } inline _GetRenderModelCount_t960F22739F63E1BC05A1EE1EE5DD1BCD700DEA28 * get_GetRenderModelCount_8() const { return ___GetRenderModelCount_8; } inline _GetRenderModelCount_t960F22739F63E1BC05A1EE1EE5DD1BCD700DEA28 ** get_address_of_GetRenderModelCount_8() { return &___GetRenderModelCount_8; } inline void set_GetRenderModelCount_8(_GetRenderModelCount_t960F22739F63E1BC05A1EE1EE5DD1BCD700DEA28 * value) { ___GetRenderModelCount_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___GetRenderModelCount_8), (void*)value); } inline static int32_t get_offset_of_GetComponentCount_9() { return static_cast(offsetof(IVRRenderModels_tA2D97732E9B01AEEF8F1207FDBCE76AB73D03DD5, ___GetComponentCount_9)); } inline _GetComponentCount_t94B48CCA97FB9AA3D5CB4882D5D9F06849A237DA * get_GetComponentCount_9() const { return ___GetComponentCount_9; } inline _GetComponentCount_t94B48CCA97FB9AA3D5CB4882D5D9F06849A237DA ** get_address_of_GetComponentCount_9() { return &___GetComponentCount_9; } inline void set_GetComponentCount_9(_GetComponentCount_t94B48CCA97FB9AA3D5CB4882D5D9F06849A237DA * value) { ___GetComponentCount_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___GetComponentCount_9), (void*)value); } inline static int32_t get_offset_of_GetComponentName_10() { return static_cast(offsetof(IVRRenderModels_tA2D97732E9B01AEEF8F1207FDBCE76AB73D03DD5, ___GetComponentName_10)); } inline _GetComponentName_tAF37288027269792EBBEFA0D7EA5DEEAA69D1EA5 * get_GetComponentName_10() const { return ___GetComponentName_10; } inline _GetComponentName_tAF37288027269792EBBEFA0D7EA5DEEAA69D1EA5 ** get_address_of_GetComponentName_10() { return &___GetComponentName_10; } inline void set_GetComponentName_10(_GetComponentName_tAF37288027269792EBBEFA0D7EA5DEEAA69D1EA5 * value) { ___GetComponentName_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___GetComponentName_10), (void*)value); } inline static int32_t get_offset_of_GetComponentButtonMask_11() { return static_cast(offsetof(IVRRenderModels_tA2D97732E9B01AEEF8F1207FDBCE76AB73D03DD5, ___GetComponentButtonMask_11)); } inline _GetComponentButtonMask_tABDA665C90D7E9951B7F93F6B7B321ABB60E42AC * get_GetComponentButtonMask_11() const { return ___GetComponentButtonMask_11; } inline _GetComponentButtonMask_tABDA665C90D7E9951B7F93F6B7B321ABB60E42AC ** get_address_of_GetComponentButtonMask_11() { return &___GetComponentButtonMask_11; } inline void set_GetComponentButtonMask_11(_GetComponentButtonMask_tABDA665C90D7E9951B7F93F6B7B321ABB60E42AC * value) { ___GetComponentButtonMask_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___GetComponentButtonMask_11), (void*)value); } inline static int32_t get_offset_of_GetComponentRenderModelName_12() { return static_cast(offsetof(IVRRenderModels_tA2D97732E9B01AEEF8F1207FDBCE76AB73D03DD5, ___GetComponentRenderModelName_12)); } inline _GetComponentRenderModelName_tFB5307186216D73B15355212CA0905D7C9CCC554 * get_GetComponentRenderModelName_12() const { return ___GetComponentRenderModelName_12; } inline _GetComponentRenderModelName_tFB5307186216D73B15355212CA0905D7C9CCC554 ** get_address_of_GetComponentRenderModelName_12() { return &___GetComponentRenderModelName_12; } inline void set_GetComponentRenderModelName_12(_GetComponentRenderModelName_tFB5307186216D73B15355212CA0905D7C9CCC554 * value) { ___GetComponentRenderModelName_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___GetComponentRenderModelName_12), (void*)value); } inline static int32_t get_offset_of_GetComponentStateForDevicePath_13() { return static_cast(offsetof(IVRRenderModels_tA2D97732E9B01AEEF8F1207FDBCE76AB73D03DD5, ___GetComponentStateForDevicePath_13)); } inline _GetComponentStateForDevicePath_t39A9981E81D08C9A4D03B829D61C37EEB6201F36 * get_GetComponentStateForDevicePath_13() const { return ___GetComponentStateForDevicePath_13; } inline _GetComponentStateForDevicePath_t39A9981E81D08C9A4D03B829D61C37EEB6201F36 ** get_address_of_GetComponentStateForDevicePath_13() { return &___GetComponentStateForDevicePath_13; } inline void set_GetComponentStateForDevicePath_13(_GetComponentStateForDevicePath_t39A9981E81D08C9A4D03B829D61C37EEB6201F36 * value) { ___GetComponentStateForDevicePath_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___GetComponentStateForDevicePath_13), (void*)value); } inline static int32_t get_offset_of_GetComponentState_14() { return static_cast(offsetof(IVRRenderModels_tA2D97732E9B01AEEF8F1207FDBCE76AB73D03DD5, ___GetComponentState_14)); } inline _GetComponentState_tB24089DAAEFF9209892823F8C4DAE00AF6745A88 * get_GetComponentState_14() const { return ___GetComponentState_14; } inline _GetComponentState_tB24089DAAEFF9209892823F8C4DAE00AF6745A88 ** get_address_of_GetComponentState_14() { return &___GetComponentState_14; } inline void set_GetComponentState_14(_GetComponentState_tB24089DAAEFF9209892823F8C4DAE00AF6745A88 * value) { ___GetComponentState_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___GetComponentState_14), (void*)value); } inline static int32_t get_offset_of_RenderModelHasComponent_15() { return static_cast(offsetof(IVRRenderModels_tA2D97732E9B01AEEF8F1207FDBCE76AB73D03DD5, ___RenderModelHasComponent_15)); } inline _RenderModelHasComponent_t90AEB155B0D1483EF4E957E21D7314E1ED782C5B * get_RenderModelHasComponent_15() const { return ___RenderModelHasComponent_15; } inline _RenderModelHasComponent_t90AEB155B0D1483EF4E957E21D7314E1ED782C5B ** get_address_of_RenderModelHasComponent_15() { return &___RenderModelHasComponent_15; } inline void set_RenderModelHasComponent_15(_RenderModelHasComponent_t90AEB155B0D1483EF4E957E21D7314E1ED782C5B * value) { ___RenderModelHasComponent_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___RenderModelHasComponent_15), (void*)value); } inline static int32_t get_offset_of_GetRenderModelThumbnailURL_16() { return static_cast(offsetof(IVRRenderModels_tA2D97732E9B01AEEF8F1207FDBCE76AB73D03DD5, ___GetRenderModelThumbnailURL_16)); } inline _GetRenderModelThumbnailURL_t33BF7540CEFC96A4E88469C8A6E66AC39DE5DBE1 * get_GetRenderModelThumbnailURL_16() const { return ___GetRenderModelThumbnailURL_16; } inline _GetRenderModelThumbnailURL_t33BF7540CEFC96A4E88469C8A6E66AC39DE5DBE1 ** get_address_of_GetRenderModelThumbnailURL_16() { return &___GetRenderModelThumbnailURL_16; } inline void set_GetRenderModelThumbnailURL_16(_GetRenderModelThumbnailURL_t33BF7540CEFC96A4E88469C8A6E66AC39DE5DBE1 * value) { ___GetRenderModelThumbnailURL_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___GetRenderModelThumbnailURL_16), (void*)value); } inline static int32_t get_offset_of_GetRenderModelOriginalPath_17() { return static_cast(offsetof(IVRRenderModels_tA2D97732E9B01AEEF8F1207FDBCE76AB73D03DD5, ___GetRenderModelOriginalPath_17)); } inline _GetRenderModelOriginalPath_t9B2E1AB18F1214E501E2153E67662DC312C9A012 * get_GetRenderModelOriginalPath_17() const { return ___GetRenderModelOriginalPath_17; } inline _GetRenderModelOriginalPath_t9B2E1AB18F1214E501E2153E67662DC312C9A012 ** get_address_of_GetRenderModelOriginalPath_17() { return &___GetRenderModelOriginalPath_17; } inline void set_GetRenderModelOriginalPath_17(_GetRenderModelOriginalPath_t9B2E1AB18F1214E501E2153E67662DC312C9A012 * value) { ___GetRenderModelOriginalPath_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___GetRenderModelOriginalPath_17), (void*)value); } inline static int32_t get_offset_of_GetRenderModelErrorNameFromEnum_18() { return static_cast(offsetof(IVRRenderModels_tA2D97732E9B01AEEF8F1207FDBCE76AB73D03DD5, ___GetRenderModelErrorNameFromEnum_18)); } inline _GetRenderModelErrorNameFromEnum_tF0D4CF66F1BCA043D320D112832C3062E4DE0B90 * get_GetRenderModelErrorNameFromEnum_18() const { return ___GetRenderModelErrorNameFromEnum_18; } inline _GetRenderModelErrorNameFromEnum_tF0D4CF66F1BCA043D320D112832C3062E4DE0B90 ** get_address_of_GetRenderModelErrorNameFromEnum_18() { return &___GetRenderModelErrorNameFromEnum_18; } inline void set_GetRenderModelErrorNameFromEnum_18(_GetRenderModelErrorNameFromEnum_tF0D4CF66F1BCA043D320D112832C3062E4DE0B90 * value) { ___GetRenderModelErrorNameFromEnum_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___GetRenderModelErrorNameFromEnum_18), (void*)value); } }; // Native definition for P/Invoke marshalling of OVR.OpenVR.IVRRenderModels struct IVRRenderModels_tA2D97732E9B01AEEF8F1207FDBCE76AB73D03DD5_marshaled_pinvoke { Il2CppMethodPointer ___LoadRenderModel_Async_0; Il2CppMethodPointer ___FreeRenderModel_1; Il2CppMethodPointer ___LoadTexture_Async_2; Il2CppMethodPointer ___FreeTexture_3; Il2CppMethodPointer ___LoadTextureD3D11_Async_4; Il2CppMethodPointer ___LoadIntoTextureD3D11_Async_5; Il2CppMethodPointer ___FreeTextureD3D11_6; Il2CppMethodPointer ___GetRenderModelName_7; Il2CppMethodPointer ___GetRenderModelCount_8; Il2CppMethodPointer ___GetComponentCount_9; Il2CppMethodPointer ___GetComponentName_10; Il2CppMethodPointer ___GetComponentButtonMask_11; Il2CppMethodPointer ___GetComponentRenderModelName_12; Il2CppMethodPointer ___GetComponentStateForDevicePath_13; Il2CppMethodPointer ___GetComponentState_14; Il2CppMethodPointer ___RenderModelHasComponent_15; Il2CppMethodPointer ___GetRenderModelThumbnailURL_16; Il2CppMethodPointer ___GetRenderModelOriginalPath_17; Il2CppMethodPointer ___GetRenderModelErrorNameFromEnum_18; }; // Native definition for COM marshalling of OVR.OpenVR.IVRRenderModels struct IVRRenderModels_tA2D97732E9B01AEEF8F1207FDBCE76AB73D03DD5_marshaled_com { Il2CppMethodPointer ___LoadRenderModel_Async_0; Il2CppMethodPointer ___FreeRenderModel_1; Il2CppMethodPointer ___LoadTexture_Async_2; Il2CppMethodPointer ___FreeTexture_3; Il2CppMethodPointer ___LoadTextureD3D11_Async_4; Il2CppMethodPointer ___LoadIntoTextureD3D11_Async_5; Il2CppMethodPointer ___FreeTextureD3D11_6; Il2CppMethodPointer ___GetRenderModelName_7; Il2CppMethodPointer ___GetRenderModelCount_8; Il2CppMethodPointer ___GetComponentCount_9; Il2CppMethodPointer ___GetComponentName_10; Il2CppMethodPointer ___GetComponentButtonMask_11; Il2CppMethodPointer ___GetComponentRenderModelName_12; Il2CppMethodPointer ___GetComponentStateForDevicePath_13; Il2CppMethodPointer ___GetComponentState_14; Il2CppMethodPointer ___RenderModelHasComponent_15; Il2CppMethodPointer ___GetRenderModelThumbnailURL_16; Il2CppMethodPointer ___GetRenderModelOriginalPath_17; Il2CppMethodPointer ___GetRenderModelErrorNameFromEnum_18; }; // OVR.OpenVR.IVRScreenshots struct IVRScreenshots_tEE075E42A7E780D578990D57D1B4FD9F4DF92A7A { public: // OVR.OpenVR.IVRScreenshots/_RequestScreenshot OVR.OpenVR.IVRScreenshots::RequestScreenshot _RequestScreenshot_t2E85CE7E78677CF719D310A0331B8BC0AFB033C4 * ___RequestScreenshot_0; // OVR.OpenVR.IVRScreenshots/_HookScreenshot OVR.OpenVR.IVRScreenshots::HookScreenshot _HookScreenshot_tD501759F5E20EC35F9E436C2CFA35A9D449C61F5 * ___HookScreenshot_1; // OVR.OpenVR.IVRScreenshots/_GetScreenshotPropertyType OVR.OpenVR.IVRScreenshots::GetScreenshotPropertyType _GetScreenshotPropertyType_t52851E865E76A64676C506654E6E6A623498DD07 * ___GetScreenshotPropertyType_2; // OVR.OpenVR.IVRScreenshots/_GetScreenshotPropertyFilename OVR.OpenVR.IVRScreenshots::GetScreenshotPropertyFilename _GetScreenshotPropertyFilename_tB25C27E25432F4361E1BBE6907225B5AAA9AA0BA * ___GetScreenshotPropertyFilename_3; // OVR.OpenVR.IVRScreenshots/_UpdateScreenshotProgress OVR.OpenVR.IVRScreenshots::UpdateScreenshotProgress _UpdateScreenshotProgress_t5720458D414147A9B7CE1BB154C2D86CC48AA448 * ___UpdateScreenshotProgress_4; // OVR.OpenVR.IVRScreenshots/_TakeStereoScreenshot OVR.OpenVR.IVRScreenshots::TakeStereoScreenshot _TakeStereoScreenshot_tA800DB247A3217904100AE92838C2378560FE5EF * ___TakeStereoScreenshot_5; // OVR.OpenVR.IVRScreenshots/_SubmitScreenshot OVR.OpenVR.IVRScreenshots::SubmitScreenshot _SubmitScreenshot_t678FB5197DDF20EA83008A78E24E90B6FECCCD5B * ___SubmitScreenshot_6; public: inline static int32_t get_offset_of_RequestScreenshot_0() { return static_cast(offsetof(IVRScreenshots_tEE075E42A7E780D578990D57D1B4FD9F4DF92A7A, ___RequestScreenshot_0)); } inline _RequestScreenshot_t2E85CE7E78677CF719D310A0331B8BC0AFB033C4 * get_RequestScreenshot_0() const { return ___RequestScreenshot_0; } inline _RequestScreenshot_t2E85CE7E78677CF719D310A0331B8BC0AFB033C4 ** get_address_of_RequestScreenshot_0() { return &___RequestScreenshot_0; } inline void set_RequestScreenshot_0(_RequestScreenshot_t2E85CE7E78677CF719D310A0331B8BC0AFB033C4 * value) { ___RequestScreenshot_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___RequestScreenshot_0), (void*)value); } inline static int32_t get_offset_of_HookScreenshot_1() { return static_cast(offsetof(IVRScreenshots_tEE075E42A7E780D578990D57D1B4FD9F4DF92A7A, ___HookScreenshot_1)); } inline _HookScreenshot_tD501759F5E20EC35F9E436C2CFA35A9D449C61F5 * get_HookScreenshot_1() const { return ___HookScreenshot_1; } inline _HookScreenshot_tD501759F5E20EC35F9E436C2CFA35A9D449C61F5 ** get_address_of_HookScreenshot_1() { return &___HookScreenshot_1; } inline void set_HookScreenshot_1(_HookScreenshot_tD501759F5E20EC35F9E436C2CFA35A9D449C61F5 * value) { ___HookScreenshot_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___HookScreenshot_1), (void*)value); } inline static int32_t get_offset_of_GetScreenshotPropertyType_2() { return static_cast(offsetof(IVRScreenshots_tEE075E42A7E780D578990D57D1B4FD9F4DF92A7A, ___GetScreenshotPropertyType_2)); } inline _GetScreenshotPropertyType_t52851E865E76A64676C506654E6E6A623498DD07 * get_GetScreenshotPropertyType_2() const { return ___GetScreenshotPropertyType_2; } inline _GetScreenshotPropertyType_t52851E865E76A64676C506654E6E6A623498DD07 ** get_address_of_GetScreenshotPropertyType_2() { return &___GetScreenshotPropertyType_2; } inline void set_GetScreenshotPropertyType_2(_GetScreenshotPropertyType_t52851E865E76A64676C506654E6E6A623498DD07 * value) { ___GetScreenshotPropertyType_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___GetScreenshotPropertyType_2), (void*)value); } inline static int32_t get_offset_of_GetScreenshotPropertyFilename_3() { return static_cast(offsetof(IVRScreenshots_tEE075E42A7E780D578990D57D1B4FD9F4DF92A7A, ___GetScreenshotPropertyFilename_3)); } inline _GetScreenshotPropertyFilename_tB25C27E25432F4361E1BBE6907225B5AAA9AA0BA * get_GetScreenshotPropertyFilename_3() const { return ___GetScreenshotPropertyFilename_3; } inline _GetScreenshotPropertyFilename_tB25C27E25432F4361E1BBE6907225B5AAA9AA0BA ** get_address_of_GetScreenshotPropertyFilename_3() { return &___GetScreenshotPropertyFilename_3; } inline void set_GetScreenshotPropertyFilename_3(_GetScreenshotPropertyFilename_tB25C27E25432F4361E1BBE6907225B5AAA9AA0BA * value) { ___GetScreenshotPropertyFilename_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___GetScreenshotPropertyFilename_3), (void*)value); } inline static int32_t get_offset_of_UpdateScreenshotProgress_4() { return static_cast(offsetof(IVRScreenshots_tEE075E42A7E780D578990D57D1B4FD9F4DF92A7A, ___UpdateScreenshotProgress_4)); } inline _UpdateScreenshotProgress_t5720458D414147A9B7CE1BB154C2D86CC48AA448 * get_UpdateScreenshotProgress_4() const { return ___UpdateScreenshotProgress_4; } inline _UpdateScreenshotProgress_t5720458D414147A9B7CE1BB154C2D86CC48AA448 ** get_address_of_UpdateScreenshotProgress_4() { return &___UpdateScreenshotProgress_4; } inline void set_UpdateScreenshotProgress_4(_UpdateScreenshotProgress_t5720458D414147A9B7CE1BB154C2D86CC48AA448 * value) { ___UpdateScreenshotProgress_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___UpdateScreenshotProgress_4), (void*)value); } inline static int32_t get_offset_of_TakeStereoScreenshot_5() { return static_cast(offsetof(IVRScreenshots_tEE075E42A7E780D578990D57D1B4FD9F4DF92A7A, ___TakeStereoScreenshot_5)); } inline _TakeStereoScreenshot_tA800DB247A3217904100AE92838C2378560FE5EF * get_TakeStereoScreenshot_5() const { return ___TakeStereoScreenshot_5; } inline _TakeStereoScreenshot_tA800DB247A3217904100AE92838C2378560FE5EF ** get_address_of_TakeStereoScreenshot_5() { return &___TakeStereoScreenshot_5; } inline void set_TakeStereoScreenshot_5(_TakeStereoScreenshot_tA800DB247A3217904100AE92838C2378560FE5EF * value) { ___TakeStereoScreenshot_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___TakeStereoScreenshot_5), (void*)value); } inline static int32_t get_offset_of_SubmitScreenshot_6() { return static_cast(offsetof(IVRScreenshots_tEE075E42A7E780D578990D57D1B4FD9F4DF92A7A, ___SubmitScreenshot_6)); } inline _SubmitScreenshot_t678FB5197DDF20EA83008A78E24E90B6FECCCD5B * get_SubmitScreenshot_6() const { return ___SubmitScreenshot_6; } inline _SubmitScreenshot_t678FB5197DDF20EA83008A78E24E90B6FECCCD5B ** get_address_of_SubmitScreenshot_6() { return &___SubmitScreenshot_6; } inline void set_SubmitScreenshot_6(_SubmitScreenshot_t678FB5197DDF20EA83008A78E24E90B6FECCCD5B * value) { ___SubmitScreenshot_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___SubmitScreenshot_6), (void*)value); } }; // Native definition for P/Invoke marshalling of OVR.OpenVR.IVRScreenshots struct IVRScreenshots_tEE075E42A7E780D578990D57D1B4FD9F4DF92A7A_marshaled_pinvoke { Il2CppMethodPointer ___RequestScreenshot_0; Il2CppMethodPointer ___HookScreenshot_1; Il2CppMethodPointer ___GetScreenshotPropertyType_2; Il2CppMethodPointer ___GetScreenshotPropertyFilename_3; Il2CppMethodPointer ___UpdateScreenshotProgress_4; Il2CppMethodPointer ___TakeStereoScreenshot_5; Il2CppMethodPointer ___SubmitScreenshot_6; }; // Native definition for COM marshalling of OVR.OpenVR.IVRScreenshots struct IVRScreenshots_tEE075E42A7E780D578990D57D1B4FD9F4DF92A7A_marshaled_com { Il2CppMethodPointer ___RequestScreenshot_0; Il2CppMethodPointer ___HookScreenshot_1; Il2CppMethodPointer ___GetScreenshotPropertyType_2; Il2CppMethodPointer ___GetScreenshotPropertyFilename_3; Il2CppMethodPointer ___UpdateScreenshotProgress_4; Il2CppMethodPointer ___TakeStereoScreenshot_5; Il2CppMethodPointer ___SubmitScreenshot_6; }; // OVR.OpenVR.IVRSettings struct IVRSettings_t90C919BD6ABFDB5305999AF7EC765AF849B6EAD4 { public: // OVR.OpenVR.IVRSettings/_GetSettingsErrorNameFromEnum OVR.OpenVR.IVRSettings::GetSettingsErrorNameFromEnum _GetSettingsErrorNameFromEnum_t63AEA3C78258D9E5084401D3FDD317CCEFF4267E * ___GetSettingsErrorNameFromEnum_0; // OVR.OpenVR.IVRSettings/_Sync OVR.OpenVR.IVRSettings::Sync _Sync_tA70836B842A601EB710803D30A0D6BACF9D7803C * ___Sync_1; // OVR.OpenVR.IVRSettings/_SetBool OVR.OpenVR.IVRSettings::SetBool _SetBool_t9564A09A3015C9A2DC1DEE092BFA3ECA24BFFABB * ___SetBool_2; // OVR.OpenVR.IVRSettings/_SetInt32 OVR.OpenVR.IVRSettings::SetInt32 _SetInt32_t331327F67192F344816533CACECA2DC544A25D8A * ___SetInt32_3; // OVR.OpenVR.IVRSettings/_SetFloat OVR.OpenVR.IVRSettings::SetFloat _SetFloat_tF83E03787429C86857BE3D7D161BA44B77D0DBD5 * ___SetFloat_4; // OVR.OpenVR.IVRSettings/_SetString OVR.OpenVR.IVRSettings::SetString _SetString_t87CF5A395AE6E3C4A79B4A130E63753163642E19 * ___SetString_5; // OVR.OpenVR.IVRSettings/_GetBool OVR.OpenVR.IVRSettings::GetBool _GetBool_t9EE2ED8E9B0BEF4047703772FDF2A2EA9778EA86 * ___GetBool_6; // OVR.OpenVR.IVRSettings/_GetInt32 OVR.OpenVR.IVRSettings::GetInt32 _GetInt32_tFD493DA409941D4224E4C9088A462890B59A8A5A * ___GetInt32_7; // OVR.OpenVR.IVRSettings/_GetFloat OVR.OpenVR.IVRSettings::GetFloat _GetFloat_t49839E20345C114A91EB2A5B163B998487D34DF8 * ___GetFloat_8; // OVR.OpenVR.IVRSettings/_GetString OVR.OpenVR.IVRSettings::GetString _GetString_t2857C3CD450BCDF17A0F0A88EAB4DF48504ACFA0 * ___GetString_9; // OVR.OpenVR.IVRSettings/_RemoveSection OVR.OpenVR.IVRSettings::RemoveSection _RemoveSection_t25C16977A0B7F1BCC6CB3DD0E8247E9AE27FF2FA * ___RemoveSection_10; // OVR.OpenVR.IVRSettings/_RemoveKeyInSection OVR.OpenVR.IVRSettings::RemoveKeyInSection _RemoveKeyInSection_tD0818DDF6D2520A3A02C4818E2E67298742FBB4D * ___RemoveKeyInSection_11; public: inline static int32_t get_offset_of_GetSettingsErrorNameFromEnum_0() { return static_cast(offsetof(IVRSettings_t90C919BD6ABFDB5305999AF7EC765AF849B6EAD4, ___GetSettingsErrorNameFromEnum_0)); } inline _GetSettingsErrorNameFromEnum_t63AEA3C78258D9E5084401D3FDD317CCEFF4267E * get_GetSettingsErrorNameFromEnum_0() const { return ___GetSettingsErrorNameFromEnum_0; } inline _GetSettingsErrorNameFromEnum_t63AEA3C78258D9E5084401D3FDD317CCEFF4267E ** get_address_of_GetSettingsErrorNameFromEnum_0() { return &___GetSettingsErrorNameFromEnum_0; } inline void set_GetSettingsErrorNameFromEnum_0(_GetSettingsErrorNameFromEnum_t63AEA3C78258D9E5084401D3FDD317CCEFF4267E * value) { ___GetSettingsErrorNameFromEnum_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___GetSettingsErrorNameFromEnum_0), (void*)value); } inline static int32_t get_offset_of_Sync_1() { return static_cast(offsetof(IVRSettings_t90C919BD6ABFDB5305999AF7EC765AF849B6EAD4, ___Sync_1)); } inline _Sync_tA70836B842A601EB710803D30A0D6BACF9D7803C * get_Sync_1() const { return ___Sync_1; } inline _Sync_tA70836B842A601EB710803D30A0D6BACF9D7803C ** get_address_of_Sync_1() { return &___Sync_1; } inline void set_Sync_1(_Sync_tA70836B842A601EB710803D30A0D6BACF9D7803C * value) { ___Sync_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___Sync_1), (void*)value); } inline static int32_t get_offset_of_SetBool_2() { return static_cast(offsetof(IVRSettings_t90C919BD6ABFDB5305999AF7EC765AF849B6EAD4, ___SetBool_2)); } inline _SetBool_t9564A09A3015C9A2DC1DEE092BFA3ECA24BFFABB * get_SetBool_2() const { return ___SetBool_2; } inline _SetBool_t9564A09A3015C9A2DC1DEE092BFA3ECA24BFFABB ** get_address_of_SetBool_2() { return &___SetBool_2; } inline void set_SetBool_2(_SetBool_t9564A09A3015C9A2DC1DEE092BFA3ECA24BFFABB * value) { ___SetBool_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___SetBool_2), (void*)value); } inline static int32_t get_offset_of_SetInt32_3() { return static_cast(offsetof(IVRSettings_t90C919BD6ABFDB5305999AF7EC765AF849B6EAD4, ___SetInt32_3)); } inline _SetInt32_t331327F67192F344816533CACECA2DC544A25D8A * get_SetInt32_3() const { return ___SetInt32_3; } inline _SetInt32_t331327F67192F344816533CACECA2DC544A25D8A ** get_address_of_SetInt32_3() { return &___SetInt32_3; } inline void set_SetInt32_3(_SetInt32_t331327F67192F344816533CACECA2DC544A25D8A * value) { ___SetInt32_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___SetInt32_3), (void*)value); } inline static int32_t get_offset_of_SetFloat_4() { return static_cast(offsetof(IVRSettings_t90C919BD6ABFDB5305999AF7EC765AF849B6EAD4, ___SetFloat_4)); } inline _SetFloat_tF83E03787429C86857BE3D7D161BA44B77D0DBD5 * get_SetFloat_4() const { return ___SetFloat_4; } inline _SetFloat_tF83E03787429C86857BE3D7D161BA44B77D0DBD5 ** get_address_of_SetFloat_4() { return &___SetFloat_4; } inline void set_SetFloat_4(_SetFloat_tF83E03787429C86857BE3D7D161BA44B77D0DBD5 * value) { ___SetFloat_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___SetFloat_4), (void*)value); } inline static int32_t get_offset_of_SetString_5() { return static_cast(offsetof(IVRSettings_t90C919BD6ABFDB5305999AF7EC765AF849B6EAD4, ___SetString_5)); } inline _SetString_t87CF5A395AE6E3C4A79B4A130E63753163642E19 * get_SetString_5() const { return ___SetString_5; } inline _SetString_t87CF5A395AE6E3C4A79B4A130E63753163642E19 ** get_address_of_SetString_5() { return &___SetString_5; } inline void set_SetString_5(_SetString_t87CF5A395AE6E3C4A79B4A130E63753163642E19 * value) { ___SetString_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___SetString_5), (void*)value); } inline static int32_t get_offset_of_GetBool_6() { return static_cast(offsetof(IVRSettings_t90C919BD6ABFDB5305999AF7EC765AF849B6EAD4, ___GetBool_6)); } inline _GetBool_t9EE2ED8E9B0BEF4047703772FDF2A2EA9778EA86 * get_GetBool_6() const { return ___GetBool_6; } inline _GetBool_t9EE2ED8E9B0BEF4047703772FDF2A2EA9778EA86 ** get_address_of_GetBool_6() { return &___GetBool_6; } inline void set_GetBool_6(_GetBool_t9EE2ED8E9B0BEF4047703772FDF2A2EA9778EA86 * value) { ___GetBool_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___GetBool_6), (void*)value); } inline static int32_t get_offset_of_GetInt32_7() { return static_cast(offsetof(IVRSettings_t90C919BD6ABFDB5305999AF7EC765AF849B6EAD4, ___GetInt32_7)); } inline _GetInt32_tFD493DA409941D4224E4C9088A462890B59A8A5A * get_GetInt32_7() const { return ___GetInt32_7; } inline _GetInt32_tFD493DA409941D4224E4C9088A462890B59A8A5A ** get_address_of_GetInt32_7() { return &___GetInt32_7; } inline void set_GetInt32_7(_GetInt32_tFD493DA409941D4224E4C9088A462890B59A8A5A * value) { ___GetInt32_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___GetInt32_7), (void*)value); } inline static int32_t get_offset_of_GetFloat_8() { return static_cast(offsetof(IVRSettings_t90C919BD6ABFDB5305999AF7EC765AF849B6EAD4, ___GetFloat_8)); } inline _GetFloat_t49839E20345C114A91EB2A5B163B998487D34DF8 * get_GetFloat_8() const { return ___GetFloat_8; } inline _GetFloat_t49839E20345C114A91EB2A5B163B998487D34DF8 ** get_address_of_GetFloat_8() { return &___GetFloat_8; } inline void set_GetFloat_8(_GetFloat_t49839E20345C114A91EB2A5B163B998487D34DF8 * value) { ___GetFloat_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___GetFloat_8), (void*)value); } inline static int32_t get_offset_of_GetString_9() { return static_cast(offsetof(IVRSettings_t90C919BD6ABFDB5305999AF7EC765AF849B6EAD4, ___GetString_9)); } inline _GetString_t2857C3CD450BCDF17A0F0A88EAB4DF48504ACFA0 * get_GetString_9() const { return ___GetString_9; } inline _GetString_t2857C3CD450BCDF17A0F0A88EAB4DF48504ACFA0 ** get_address_of_GetString_9() { return &___GetString_9; } inline void set_GetString_9(_GetString_t2857C3CD450BCDF17A0F0A88EAB4DF48504ACFA0 * value) { ___GetString_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___GetString_9), (void*)value); } inline static int32_t get_offset_of_RemoveSection_10() { return static_cast(offsetof(IVRSettings_t90C919BD6ABFDB5305999AF7EC765AF849B6EAD4, ___RemoveSection_10)); } inline _RemoveSection_t25C16977A0B7F1BCC6CB3DD0E8247E9AE27FF2FA * get_RemoveSection_10() const { return ___RemoveSection_10; } inline _RemoveSection_t25C16977A0B7F1BCC6CB3DD0E8247E9AE27FF2FA ** get_address_of_RemoveSection_10() { return &___RemoveSection_10; } inline void set_RemoveSection_10(_RemoveSection_t25C16977A0B7F1BCC6CB3DD0E8247E9AE27FF2FA * value) { ___RemoveSection_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___RemoveSection_10), (void*)value); } inline static int32_t get_offset_of_RemoveKeyInSection_11() { return static_cast(offsetof(IVRSettings_t90C919BD6ABFDB5305999AF7EC765AF849B6EAD4, ___RemoveKeyInSection_11)); } inline _RemoveKeyInSection_tD0818DDF6D2520A3A02C4818E2E67298742FBB4D * get_RemoveKeyInSection_11() const { return ___RemoveKeyInSection_11; } inline _RemoveKeyInSection_tD0818DDF6D2520A3A02C4818E2E67298742FBB4D ** get_address_of_RemoveKeyInSection_11() { return &___RemoveKeyInSection_11; } inline void set_RemoveKeyInSection_11(_RemoveKeyInSection_tD0818DDF6D2520A3A02C4818E2E67298742FBB4D * value) { ___RemoveKeyInSection_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___RemoveKeyInSection_11), (void*)value); } }; // Native definition for P/Invoke marshalling of OVR.OpenVR.IVRSettings struct IVRSettings_t90C919BD6ABFDB5305999AF7EC765AF849B6EAD4_marshaled_pinvoke { Il2CppMethodPointer ___GetSettingsErrorNameFromEnum_0; Il2CppMethodPointer ___Sync_1; Il2CppMethodPointer ___SetBool_2; Il2CppMethodPointer ___SetInt32_3; Il2CppMethodPointer ___SetFloat_4; Il2CppMethodPointer ___SetString_5; Il2CppMethodPointer ___GetBool_6; Il2CppMethodPointer ___GetInt32_7; Il2CppMethodPointer ___GetFloat_8; Il2CppMethodPointer ___GetString_9; Il2CppMethodPointer ___RemoveSection_10; Il2CppMethodPointer ___RemoveKeyInSection_11; }; // Native definition for COM marshalling of OVR.OpenVR.IVRSettings struct IVRSettings_t90C919BD6ABFDB5305999AF7EC765AF849B6EAD4_marshaled_com { Il2CppMethodPointer ___GetSettingsErrorNameFromEnum_0; Il2CppMethodPointer ___Sync_1; Il2CppMethodPointer ___SetBool_2; Il2CppMethodPointer ___SetInt32_3; Il2CppMethodPointer ___SetFloat_4; Il2CppMethodPointer ___SetString_5; Il2CppMethodPointer ___GetBool_6; Il2CppMethodPointer ___GetInt32_7; Il2CppMethodPointer ___GetFloat_8; Il2CppMethodPointer ___GetString_9; Il2CppMethodPointer ___RemoveSection_10; Il2CppMethodPointer ___RemoveKeyInSection_11; }; // OVR.OpenVR.IVRSpatialAnchors struct IVRSpatialAnchors_t4798D4C539A4C0FCE728B9B2593ACE3AD0DC1652 { public: // OVR.OpenVR.IVRSpatialAnchors/_CreateSpatialAnchorFromDescriptor OVR.OpenVR.IVRSpatialAnchors::CreateSpatialAnchorFromDescriptor _CreateSpatialAnchorFromDescriptor_t1EF84CA6B3D07F24B20B88B2307466B29230264F * ___CreateSpatialAnchorFromDescriptor_0; // OVR.OpenVR.IVRSpatialAnchors/_CreateSpatialAnchorFromPose OVR.OpenVR.IVRSpatialAnchors::CreateSpatialAnchorFromPose _CreateSpatialAnchorFromPose_tF63FED628CBD210AF07D68B994268E7FD70A3988 * ___CreateSpatialAnchorFromPose_1; // OVR.OpenVR.IVRSpatialAnchors/_GetSpatialAnchorPose OVR.OpenVR.IVRSpatialAnchors::GetSpatialAnchorPose _GetSpatialAnchorPose_t9688803DA76F52E06A06C0AEABD2DFAB0B48DFA0 * ___GetSpatialAnchorPose_2; // OVR.OpenVR.IVRSpatialAnchors/_GetSpatialAnchorDescriptor OVR.OpenVR.IVRSpatialAnchors::GetSpatialAnchorDescriptor _GetSpatialAnchorDescriptor_t0D4C4909E5438D1ABAAC163B69DBA318EC67AEF6 * ___GetSpatialAnchorDescriptor_3; public: inline static int32_t get_offset_of_CreateSpatialAnchorFromDescriptor_0() { return static_cast(offsetof(IVRSpatialAnchors_t4798D4C539A4C0FCE728B9B2593ACE3AD0DC1652, ___CreateSpatialAnchorFromDescriptor_0)); } inline _CreateSpatialAnchorFromDescriptor_t1EF84CA6B3D07F24B20B88B2307466B29230264F * get_CreateSpatialAnchorFromDescriptor_0() const { return ___CreateSpatialAnchorFromDescriptor_0; } inline _CreateSpatialAnchorFromDescriptor_t1EF84CA6B3D07F24B20B88B2307466B29230264F ** get_address_of_CreateSpatialAnchorFromDescriptor_0() { return &___CreateSpatialAnchorFromDescriptor_0; } inline void set_CreateSpatialAnchorFromDescriptor_0(_CreateSpatialAnchorFromDescriptor_t1EF84CA6B3D07F24B20B88B2307466B29230264F * value) { ___CreateSpatialAnchorFromDescriptor_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___CreateSpatialAnchorFromDescriptor_0), (void*)value); } inline static int32_t get_offset_of_CreateSpatialAnchorFromPose_1() { return static_cast(offsetof(IVRSpatialAnchors_t4798D4C539A4C0FCE728B9B2593ACE3AD0DC1652, ___CreateSpatialAnchorFromPose_1)); } inline _CreateSpatialAnchorFromPose_tF63FED628CBD210AF07D68B994268E7FD70A3988 * get_CreateSpatialAnchorFromPose_1() const { return ___CreateSpatialAnchorFromPose_1; } inline _CreateSpatialAnchorFromPose_tF63FED628CBD210AF07D68B994268E7FD70A3988 ** get_address_of_CreateSpatialAnchorFromPose_1() { return &___CreateSpatialAnchorFromPose_1; } inline void set_CreateSpatialAnchorFromPose_1(_CreateSpatialAnchorFromPose_tF63FED628CBD210AF07D68B994268E7FD70A3988 * value) { ___CreateSpatialAnchorFromPose_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___CreateSpatialAnchorFromPose_1), (void*)value); } inline static int32_t get_offset_of_GetSpatialAnchorPose_2() { return static_cast(offsetof(IVRSpatialAnchors_t4798D4C539A4C0FCE728B9B2593ACE3AD0DC1652, ___GetSpatialAnchorPose_2)); } inline _GetSpatialAnchorPose_t9688803DA76F52E06A06C0AEABD2DFAB0B48DFA0 * get_GetSpatialAnchorPose_2() const { return ___GetSpatialAnchorPose_2; } inline _GetSpatialAnchorPose_t9688803DA76F52E06A06C0AEABD2DFAB0B48DFA0 ** get_address_of_GetSpatialAnchorPose_2() { return &___GetSpatialAnchorPose_2; } inline void set_GetSpatialAnchorPose_2(_GetSpatialAnchorPose_t9688803DA76F52E06A06C0AEABD2DFAB0B48DFA0 * value) { ___GetSpatialAnchorPose_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___GetSpatialAnchorPose_2), (void*)value); } inline static int32_t get_offset_of_GetSpatialAnchorDescriptor_3() { return static_cast(offsetof(IVRSpatialAnchors_t4798D4C539A4C0FCE728B9B2593ACE3AD0DC1652, ___GetSpatialAnchorDescriptor_3)); } inline _GetSpatialAnchorDescriptor_t0D4C4909E5438D1ABAAC163B69DBA318EC67AEF6 * get_GetSpatialAnchorDescriptor_3() const { return ___GetSpatialAnchorDescriptor_3; } inline _GetSpatialAnchorDescriptor_t0D4C4909E5438D1ABAAC163B69DBA318EC67AEF6 ** get_address_of_GetSpatialAnchorDescriptor_3() { return &___GetSpatialAnchorDescriptor_3; } inline void set_GetSpatialAnchorDescriptor_3(_GetSpatialAnchorDescriptor_t0D4C4909E5438D1ABAAC163B69DBA318EC67AEF6 * value) { ___GetSpatialAnchorDescriptor_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___GetSpatialAnchorDescriptor_3), (void*)value); } }; // Native definition for P/Invoke marshalling of OVR.OpenVR.IVRSpatialAnchors struct IVRSpatialAnchors_t4798D4C539A4C0FCE728B9B2593ACE3AD0DC1652_marshaled_pinvoke { Il2CppMethodPointer ___CreateSpatialAnchorFromDescriptor_0; Il2CppMethodPointer ___CreateSpatialAnchorFromPose_1; Il2CppMethodPointer ___GetSpatialAnchorPose_2; Il2CppMethodPointer ___GetSpatialAnchorDescriptor_3; }; // Native definition for COM marshalling of OVR.OpenVR.IVRSpatialAnchors struct IVRSpatialAnchors_t4798D4C539A4C0FCE728B9B2593ACE3AD0DC1652_marshaled_com { Il2CppMethodPointer ___CreateSpatialAnchorFromDescriptor_0; Il2CppMethodPointer ___CreateSpatialAnchorFromPose_1; Il2CppMethodPointer ___GetSpatialAnchorPose_2; Il2CppMethodPointer ___GetSpatialAnchorDescriptor_3; }; // OVR.OpenVR.IVRSystem struct IVRSystem_tBE9443C176169585ACED2871A102B17BD599D77B { public: // OVR.OpenVR.IVRSystem/_GetRecommendedRenderTargetSize OVR.OpenVR.IVRSystem::GetRecommendedRenderTargetSize _GetRecommendedRenderTargetSize_t228BB2603DDAFE4312F08A90ECC356D24787A2E5 * ___GetRecommendedRenderTargetSize_0; // OVR.OpenVR.IVRSystem/_GetProjectionMatrix OVR.OpenVR.IVRSystem::GetProjectionMatrix _GetProjectionMatrix_t179D9786D402EB2CF76B717BB8E19CAC34835A3A * ___GetProjectionMatrix_1; // OVR.OpenVR.IVRSystem/_GetProjectionRaw OVR.OpenVR.IVRSystem::GetProjectionRaw _GetProjectionRaw_tC85042C5C18970F49D68465ED0C30F1847A7F9FE * ___GetProjectionRaw_2; // OVR.OpenVR.IVRSystem/_ComputeDistortion OVR.OpenVR.IVRSystem::ComputeDistortion _ComputeDistortion_tB840F5FAF60EEC85A31397AF5259EBE14843FA02 * ___ComputeDistortion_3; // OVR.OpenVR.IVRSystem/_GetEyeToHeadTransform OVR.OpenVR.IVRSystem::GetEyeToHeadTransform _GetEyeToHeadTransform_tD619D05A02B7FC271512F177261AB77E57BB3148 * ___GetEyeToHeadTransform_4; // OVR.OpenVR.IVRSystem/_GetTimeSinceLastVsync OVR.OpenVR.IVRSystem::GetTimeSinceLastVsync _GetTimeSinceLastVsync_tD9CEFF7C06F5FE84D152EF4CF8099C3F72780833 * ___GetTimeSinceLastVsync_5; // OVR.OpenVR.IVRSystem/_GetD3D9AdapterIndex OVR.OpenVR.IVRSystem::GetD3D9AdapterIndex _GetD3D9AdapterIndex_tD334A03ADC26056A35334CE8A6CBD9D9330F9A1F * ___GetD3D9AdapterIndex_6; // OVR.OpenVR.IVRSystem/_GetDXGIOutputInfo OVR.OpenVR.IVRSystem::GetDXGIOutputInfo _GetDXGIOutputInfo_t46BAE2EC6157D75FBBFA2689A364795097125C53 * ___GetDXGIOutputInfo_7; // OVR.OpenVR.IVRSystem/_GetOutputDevice OVR.OpenVR.IVRSystem::GetOutputDevice _GetOutputDevice_t6E5E1765F4E4274D53BE9DB1CCBB08294A125F43 * ___GetOutputDevice_8; // OVR.OpenVR.IVRSystem/_IsDisplayOnDesktop OVR.OpenVR.IVRSystem::IsDisplayOnDesktop _IsDisplayOnDesktop_tA20F973C84650C82F23BFD1CA6C338E1514A48E2 * ___IsDisplayOnDesktop_9; // OVR.OpenVR.IVRSystem/_SetDisplayVisibility OVR.OpenVR.IVRSystem::SetDisplayVisibility _SetDisplayVisibility_t2DA52827875272AC3010ABFE049C3E79B3A28EF1 * ___SetDisplayVisibility_10; // OVR.OpenVR.IVRSystem/_GetDeviceToAbsoluteTrackingPose OVR.OpenVR.IVRSystem::GetDeviceToAbsoluteTrackingPose _GetDeviceToAbsoluteTrackingPose_tD9FF0F534E09C65D5EA9BD7A34E72C1DC500428D * ___GetDeviceToAbsoluteTrackingPose_11; // OVR.OpenVR.IVRSystem/_ResetSeatedZeroPose OVR.OpenVR.IVRSystem::ResetSeatedZeroPose _ResetSeatedZeroPose_tF7303705961F0AC9FF7EE61194870A9495EBF1C9 * ___ResetSeatedZeroPose_12; // OVR.OpenVR.IVRSystem/_GetSeatedZeroPoseToStandingAbsoluteTrackingPose OVR.OpenVR.IVRSystem::GetSeatedZeroPoseToStandingAbsoluteTrackingPose _GetSeatedZeroPoseToStandingAbsoluteTrackingPose_t060773E7D3B31207B5DB3E735149A72D883FC23C * ___GetSeatedZeroPoseToStandingAbsoluteTrackingPose_13; // OVR.OpenVR.IVRSystem/_GetRawZeroPoseToStandingAbsoluteTrackingPose OVR.OpenVR.IVRSystem::GetRawZeroPoseToStandingAbsoluteTrackingPose _GetRawZeroPoseToStandingAbsoluteTrackingPose_t75D8368D87F3DDEADF3DA259F1F748CB61A12CF1 * ___GetRawZeroPoseToStandingAbsoluteTrackingPose_14; // OVR.OpenVR.IVRSystem/_GetSortedTrackedDeviceIndicesOfClass OVR.OpenVR.IVRSystem::GetSortedTrackedDeviceIndicesOfClass _GetSortedTrackedDeviceIndicesOfClass_tAD3CFC133597977AAA02D095BD07A4CD4EDEBA0E * ___GetSortedTrackedDeviceIndicesOfClass_15; // OVR.OpenVR.IVRSystem/_GetTrackedDeviceActivityLevel OVR.OpenVR.IVRSystem::GetTrackedDeviceActivityLevel _GetTrackedDeviceActivityLevel_tB5F23A8A6D87F74D31037A0174B4A01A1CC68E4C * ___GetTrackedDeviceActivityLevel_16; // OVR.OpenVR.IVRSystem/_ApplyTransform OVR.OpenVR.IVRSystem::ApplyTransform _ApplyTransform_t61F5FF5787B0589676D9BF1C0382BC6EE6882CFA * ___ApplyTransform_17; // OVR.OpenVR.IVRSystem/_GetTrackedDeviceIndexForControllerRole OVR.OpenVR.IVRSystem::GetTrackedDeviceIndexForControllerRole _GetTrackedDeviceIndexForControllerRole_t5265DA1B0548AC6373BA15F33FF2D279811B5DE4 * ___GetTrackedDeviceIndexForControllerRole_18; // OVR.OpenVR.IVRSystem/_GetControllerRoleForTrackedDeviceIndex OVR.OpenVR.IVRSystem::GetControllerRoleForTrackedDeviceIndex _GetControllerRoleForTrackedDeviceIndex_tF5957F8DAFBCB776BCE43AEE9003ACF5E87BE436 * ___GetControllerRoleForTrackedDeviceIndex_19; // OVR.OpenVR.IVRSystem/_GetTrackedDeviceClass OVR.OpenVR.IVRSystem::GetTrackedDeviceClass _GetTrackedDeviceClass_t959D61B29B928F5D78DC3A12065A67189854AAB0 * ___GetTrackedDeviceClass_20; // OVR.OpenVR.IVRSystem/_IsTrackedDeviceConnected OVR.OpenVR.IVRSystem::IsTrackedDeviceConnected _IsTrackedDeviceConnected_t5E3F531E4A832D070364BDECF38C132726EFFEBD * ___IsTrackedDeviceConnected_21; // OVR.OpenVR.IVRSystem/_GetBoolTrackedDeviceProperty OVR.OpenVR.IVRSystem::GetBoolTrackedDeviceProperty _GetBoolTrackedDeviceProperty_tBDC7561BDED1863F31F6E10795FF6D2107F54CB5 * ___GetBoolTrackedDeviceProperty_22; // OVR.OpenVR.IVRSystem/_GetFloatTrackedDeviceProperty OVR.OpenVR.IVRSystem::GetFloatTrackedDeviceProperty _GetFloatTrackedDeviceProperty_t0BDA80FCF1EA576A0F9CAD6DC4844B3176BBB594 * ___GetFloatTrackedDeviceProperty_23; // OVR.OpenVR.IVRSystem/_GetInt32TrackedDeviceProperty OVR.OpenVR.IVRSystem::GetInt32TrackedDeviceProperty _GetInt32TrackedDeviceProperty_tDDD7A878EB2659C8561BE2B26FBCCD6DD24B9313 * ___GetInt32TrackedDeviceProperty_24; // OVR.OpenVR.IVRSystem/_GetUint64TrackedDeviceProperty OVR.OpenVR.IVRSystem::GetUint64TrackedDeviceProperty _GetUint64TrackedDeviceProperty_t805766F63368FA446A0F69126CF3EDCF9CA194BC * ___GetUint64TrackedDeviceProperty_25; // OVR.OpenVR.IVRSystem/_GetMatrix34TrackedDeviceProperty OVR.OpenVR.IVRSystem::GetMatrix34TrackedDeviceProperty _GetMatrix34TrackedDeviceProperty_t28BF0C5817941AA96CD715A77FA8568590073346 * ___GetMatrix34TrackedDeviceProperty_26; // OVR.OpenVR.IVRSystem/_GetArrayTrackedDeviceProperty OVR.OpenVR.IVRSystem::GetArrayTrackedDeviceProperty _GetArrayTrackedDeviceProperty_t57D37841AD119462C64E3FE76937D1B284E82343 * ___GetArrayTrackedDeviceProperty_27; // OVR.OpenVR.IVRSystem/_GetStringTrackedDeviceProperty OVR.OpenVR.IVRSystem::GetStringTrackedDeviceProperty _GetStringTrackedDeviceProperty_t367D4695608FE8701E9CBF1BBAB8992806EE58F0 * ___GetStringTrackedDeviceProperty_28; // OVR.OpenVR.IVRSystem/_GetPropErrorNameFromEnum OVR.OpenVR.IVRSystem::GetPropErrorNameFromEnum _GetPropErrorNameFromEnum_t76304558D06D9ED54EE7F5102B6C116C017EEC5F * ___GetPropErrorNameFromEnum_29; // OVR.OpenVR.IVRSystem/_PollNextEvent OVR.OpenVR.IVRSystem::PollNextEvent _PollNextEvent_t21475787624F95CFD02F686CD3783F0D0AEA43DF * ___PollNextEvent_30; // OVR.OpenVR.IVRSystem/_PollNextEventWithPose OVR.OpenVR.IVRSystem::PollNextEventWithPose _PollNextEventWithPose_tDB233A267487ACAEC6F8545B518AAE72700976DD * ___PollNextEventWithPose_31; // OVR.OpenVR.IVRSystem/_GetEventTypeNameFromEnum OVR.OpenVR.IVRSystem::GetEventTypeNameFromEnum _GetEventTypeNameFromEnum_t077C1F702C5158663C29A07F1E9916342506D0B9 * ___GetEventTypeNameFromEnum_32; // OVR.OpenVR.IVRSystem/_GetHiddenAreaMesh OVR.OpenVR.IVRSystem::GetHiddenAreaMesh _GetHiddenAreaMesh_t8F2B620A148075CAF2C262BF15FF4373FA6F0A50 * ___GetHiddenAreaMesh_33; // OVR.OpenVR.IVRSystem/_GetControllerState OVR.OpenVR.IVRSystem::GetControllerState _GetControllerState_t8EF84C0DB35E2AFBE3A49BDBBBE6CD6ED314A0AC * ___GetControllerState_34; // OVR.OpenVR.IVRSystem/_GetControllerStateWithPose OVR.OpenVR.IVRSystem::GetControllerStateWithPose _GetControllerStateWithPose_tEBCDBBC9D81147ED78B29D79D2B9A76423C16F56 * ___GetControllerStateWithPose_35; // OVR.OpenVR.IVRSystem/_TriggerHapticPulse OVR.OpenVR.IVRSystem::TriggerHapticPulse _TriggerHapticPulse_tFA5E2A289FAAEBAA316168AA693CF2CBC3102830 * ___TriggerHapticPulse_36; // OVR.OpenVR.IVRSystem/_GetButtonIdNameFromEnum OVR.OpenVR.IVRSystem::GetButtonIdNameFromEnum _GetButtonIdNameFromEnum_t86FC9DF03F64F159DB3270C352E419DA2E6110D0 * ___GetButtonIdNameFromEnum_37; // OVR.OpenVR.IVRSystem/_GetControllerAxisTypeNameFromEnum OVR.OpenVR.IVRSystem::GetControllerAxisTypeNameFromEnum _GetControllerAxisTypeNameFromEnum_t68B23AB01988E805BAD3495B8E1195310253B112 * ___GetControllerAxisTypeNameFromEnum_38; // OVR.OpenVR.IVRSystem/_IsInputAvailable OVR.OpenVR.IVRSystem::IsInputAvailable _IsInputAvailable_tCAC0B3919427F06EC8BF7FD7B4A3F579FB5C2220 * ___IsInputAvailable_39; // OVR.OpenVR.IVRSystem/_IsSteamVRDrawingControllers OVR.OpenVR.IVRSystem::IsSteamVRDrawingControllers _IsSteamVRDrawingControllers_tB2CAEA369195A18EE3083C2E76679F38A890F800 * ___IsSteamVRDrawingControllers_40; // OVR.OpenVR.IVRSystem/_ShouldApplicationPause OVR.OpenVR.IVRSystem::ShouldApplicationPause _ShouldApplicationPause_tED274ECAB7DEBCA901140609AA141F93A5933F32 * ___ShouldApplicationPause_41; // OVR.OpenVR.IVRSystem/_ShouldApplicationReduceRenderingWork OVR.OpenVR.IVRSystem::ShouldApplicationReduceRenderingWork _ShouldApplicationReduceRenderingWork_t9EA987AB5BD506ED0C1E6DCAEE5F951FED904DE4 * ___ShouldApplicationReduceRenderingWork_42; // OVR.OpenVR.IVRSystem/_DriverDebugRequest OVR.OpenVR.IVRSystem::DriverDebugRequest _DriverDebugRequest_t1195588FD0002894D24CD5E175FEF3B8746B22F0 * ___DriverDebugRequest_43; // OVR.OpenVR.IVRSystem/_PerformFirmwareUpdate OVR.OpenVR.IVRSystem::PerformFirmwareUpdate _PerformFirmwareUpdate_tB90C1020E6050CA98386AF37DE94C1DA08EBAA79 * ___PerformFirmwareUpdate_44; // OVR.OpenVR.IVRSystem/_AcknowledgeQuit_Exiting OVR.OpenVR.IVRSystem::AcknowledgeQuit_Exiting _AcknowledgeQuit_Exiting_tA6BD9421BAF082D077E5B0BCFF33844AF4A18084 * ___AcknowledgeQuit_Exiting_45; // OVR.OpenVR.IVRSystem/_AcknowledgeQuit_UserPrompt OVR.OpenVR.IVRSystem::AcknowledgeQuit_UserPrompt _AcknowledgeQuit_UserPrompt_t10DCE8F18135EFB6E2E874876B95EE5AB5354D73 * ___AcknowledgeQuit_UserPrompt_46; public: inline static int32_t get_offset_of_GetRecommendedRenderTargetSize_0() { return static_cast(offsetof(IVRSystem_tBE9443C176169585ACED2871A102B17BD599D77B, ___GetRecommendedRenderTargetSize_0)); } inline _GetRecommendedRenderTargetSize_t228BB2603DDAFE4312F08A90ECC356D24787A2E5 * get_GetRecommendedRenderTargetSize_0() const { return ___GetRecommendedRenderTargetSize_0; } inline _GetRecommendedRenderTargetSize_t228BB2603DDAFE4312F08A90ECC356D24787A2E5 ** get_address_of_GetRecommendedRenderTargetSize_0() { return &___GetRecommendedRenderTargetSize_0; } inline void set_GetRecommendedRenderTargetSize_0(_GetRecommendedRenderTargetSize_t228BB2603DDAFE4312F08A90ECC356D24787A2E5 * value) { ___GetRecommendedRenderTargetSize_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___GetRecommendedRenderTargetSize_0), (void*)value); } inline static int32_t get_offset_of_GetProjectionMatrix_1() { return static_cast(offsetof(IVRSystem_tBE9443C176169585ACED2871A102B17BD599D77B, ___GetProjectionMatrix_1)); } inline _GetProjectionMatrix_t179D9786D402EB2CF76B717BB8E19CAC34835A3A * get_GetProjectionMatrix_1() const { return ___GetProjectionMatrix_1; } inline _GetProjectionMatrix_t179D9786D402EB2CF76B717BB8E19CAC34835A3A ** get_address_of_GetProjectionMatrix_1() { return &___GetProjectionMatrix_1; } inline void set_GetProjectionMatrix_1(_GetProjectionMatrix_t179D9786D402EB2CF76B717BB8E19CAC34835A3A * value) { ___GetProjectionMatrix_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___GetProjectionMatrix_1), (void*)value); } inline static int32_t get_offset_of_GetProjectionRaw_2() { return static_cast(offsetof(IVRSystem_tBE9443C176169585ACED2871A102B17BD599D77B, ___GetProjectionRaw_2)); } inline _GetProjectionRaw_tC85042C5C18970F49D68465ED0C30F1847A7F9FE * get_GetProjectionRaw_2() const { return ___GetProjectionRaw_2; } inline _GetProjectionRaw_tC85042C5C18970F49D68465ED0C30F1847A7F9FE ** get_address_of_GetProjectionRaw_2() { return &___GetProjectionRaw_2; } inline void set_GetProjectionRaw_2(_GetProjectionRaw_tC85042C5C18970F49D68465ED0C30F1847A7F9FE * value) { ___GetProjectionRaw_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___GetProjectionRaw_2), (void*)value); } inline static int32_t get_offset_of_ComputeDistortion_3() { return static_cast(offsetof(IVRSystem_tBE9443C176169585ACED2871A102B17BD599D77B, ___ComputeDistortion_3)); } inline _ComputeDistortion_tB840F5FAF60EEC85A31397AF5259EBE14843FA02 * get_ComputeDistortion_3() const { return ___ComputeDistortion_3; } inline _ComputeDistortion_tB840F5FAF60EEC85A31397AF5259EBE14843FA02 ** get_address_of_ComputeDistortion_3() { return &___ComputeDistortion_3; } inline void set_ComputeDistortion_3(_ComputeDistortion_tB840F5FAF60EEC85A31397AF5259EBE14843FA02 * value) { ___ComputeDistortion_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___ComputeDistortion_3), (void*)value); } inline static int32_t get_offset_of_GetEyeToHeadTransform_4() { return static_cast(offsetof(IVRSystem_tBE9443C176169585ACED2871A102B17BD599D77B, ___GetEyeToHeadTransform_4)); } inline _GetEyeToHeadTransform_tD619D05A02B7FC271512F177261AB77E57BB3148 * get_GetEyeToHeadTransform_4() const { return ___GetEyeToHeadTransform_4; } inline _GetEyeToHeadTransform_tD619D05A02B7FC271512F177261AB77E57BB3148 ** get_address_of_GetEyeToHeadTransform_4() { return &___GetEyeToHeadTransform_4; } inline void set_GetEyeToHeadTransform_4(_GetEyeToHeadTransform_tD619D05A02B7FC271512F177261AB77E57BB3148 * value) { ___GetEyeToHeadTransform_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___GetEyeToHeadTransform_4), (void*)value); } inline static int32_t get_offset_of_GetTimeSinceLastVsync_5() { return static_cast(offsetof(IVRSystem_tBE9443C176169585ACED2871A102B17BD599D77B, ___GetTimeSinceLastVsync_5)); } inline _GetTimeSinceLastVsync_tD9CEFF7C06F5FE84D152EF4CF8099C3F72780833 * get_GetTimeSinceLastVsync_5() const { return ___GetTimeSinceLastVsync_5; } inline _GetTimeSinceLastVsync_tD9CEFF7C06F5FE84D152EF4CF8099C3F72780833 ** get_address_of_GetTimeSinceLastVsync_5() { return &___GetTimeSinceLastVsync_5; } inline void set_GetTimeSinceLastVsync_5(_GetTimeSinceLastVsync_tD9CEFF7C06F5FE84D152EF4CF8099C3F72780833 * value) { ___GetTimeSinceLastVsync_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___GetTimeSinceLastVsync_5), (void*)value); } inline static int32_t get_offset_of_GetD3D9AdapterIndex_6() { return static_cast(offsetof(IVRSystem_tBE9443C176169585ACED2871A102B17BD599D77B, ___GetD3D9AdapterIndex_6)); } inline _GetD3D9AdapterIndex_tD334A03ADC26056A35334CE8A6CBD9D9330F9A1F * get_GetD3D9AdapterIndex_6() const { return ___GetD3D9AdapterIndex_6; } inline _GetD3D9AdapterIndex_tD334A03ADC26056A35334CE8A6CBD9D9330F9A1F ** get_address_of_GetD3D9AdapterIndex_6() { return &___GetD3D9AdapterIndex_6; } inline void set_GetD3D9AdapterIndex_6(_GetD3D9AdapterIndex_tD334A03ADC26056A35334CE8A6CBD9D9330F9A1F * value) { ___GetD3D9AdapterIndex_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___GetD3D9AdapterIndex_6), (void*)value); } inline static int32_t get_offset_of_GetDXGIOutputInfo_7() { return static_cast(offsetof(IVRSystem_tBE9443C176169585ACED2871A102B17BD599D77B, ___GetDXGIOutputInfo_7)); } inline _GetDXGIOutputInfo_t46BAE2EC6157D75FBBFA2689A364795097125C53 * get_GetDXGIOutputInfo_7() const { return ___GetDXGIOutputInfo_7; } inline _GetDXGIOutputInfo_t46BAE2EC6157D75FBBFA2689A364795097125C53 ** get_address_of_GetDXGIOutputInfo_7() { return &___GetDXGIOutputInfo_7; } inline void set_GetDXGIOutputInfo_7(_GetDXGIOutputInfo_t46BAE2EC6157D75FBBFA2689A364795097125C53 * value) { ___GetDXGIOutputInfo_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___GetDXGIOutputInfo_7), (void*)value); } inline static int32_t get_offset_of_GetOutputDevice_8() { return static_cast(offsetof(IVRSystem_tBE9443C176169585ACED2871A102B17BD599D77B, ___GetOutputDevice_8)); } inline _GetOutputDevice_t6E5E1765F4E4274D53BE9DB1CCBB08294A125F43 * get_GetOutputDevice_8() const { return ___GetOutputDevice_8; } inline _GetOutputDevice_t6E5E1765F4E4274D53BE9DB1CCBB08294A125F43 ** get_address_of_GetOutputDevice_8() { return &___GetOutputDevice_8; } inline void set_GetOutputDevice_8(_GetOutputDevice_t6E5E1765F4E4274D53BE9DB1CCBB08294A125F43 * value) { ___GetOutputDevice_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___GetOutputDevice_8), (void*)value); } inline static int32_t get_offset_of_IsDisplayOnDesktop_9() { return static_cast(offsetof(IVRSystem_tBE9443C176169585ACED2871A102B17BD599D77B, ___IsDisplayOnDesktop_9)); } inline _IsDisplayOnDesktop_tA20F973C84650C82F23BFD1CA6C338E1514A48E2 * get_IsDisplayOnDesktop_9() const { return ___IsDisplayOnDesktop_9; } inline _IsDisplayOnDesktop_tA20F973C84650C82F23BFD1CA6C338E1514A48E2 ** get_address_of_IsDisplayOnDesktop_9() { return &___IsDisplayOnDesktop_9; } inline void set_IsDisplayOnDesktop_9(_IsDisplayOnDesktop_tA20F973C84650C82F23BFD1CA6C338E1514A48E2 * value) { ___IsDisplayOnDesktop_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___IsDisplayOnDesktop_9), (void*)value); } inline static int32_t get_offset_of_SetDisplayVisibility_10() { return static_cast(offsetof(IVRSystem_tBE9443C176169585ACED2871A102B17BD599D77B, ___SetDisplayVisibility_10)); } inline _SetDisplayVisibility_t2DA52827875272AC3010ABFE049C3E79B3A28EF1 * get_SetDisplayVisibility_10() const { return ___SetDisplayVisibility_10; } inline _SetDisplayVisibility_t2DA52827875272AC3010ABFE049C3E79B3A28EF1 ** get_address_of_SetDisplayVisibility_10() { return &___SetDisplayVisibility_10; } inline void set_SetDisplayVisibility_10(_SetDisplayVisibility_t2DA52827875272AC3010ABFE049C3E79B3A28EF1 * value) { ___SetDisplayVisibility_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___SetDisplayVisibility_10), (void*)value); } inline static int32_t get_offset_of_GetDeviceToAbsoluteTrackingPose_11() { return static_cast(offsetof(IVRSystem_tBE9443C176169585ACED2871A102B17BD599D77B, ___GetDeviceToAbsoluteTrackingPose_11)); } inline _GetDeviceToAbsoluteTrackingPose_tD9FF0F534E09C65D5EA9BD7A34E72C1DC500428D * get_GetDeviceToAbsoluteTrackingPose_11() const { return ___GetDeviceToAbsoluteTrackingPose_11; } inline _GetDeviceToAbsoluteTrackingPose_tD9FF0F534E09C65D5EA9BD7A34E72C1DC500428D ** get_address_of_GetDeviceToAbsoluteTrackingPose_11() { return &___GetDeviceToAbsoluteTrackingPose_11; } inline void set_GetDeviceToAbsoluteTrackingPose_11(_GetDeviceToAbsoluteTrackingPose_tD9FF0F534E09C65D5EA9BD7A34E72C1DC500428D * value) { ___GetDeviceToAbsoluteTrackingPose_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___GetDeviceToAbsoluteTrackingPose_11), (void*)value); } inline static int32_t get_offset_of_ResetSeatedZeroPose_12() { return static_cast(offsetof(IVRSystem_tBE9443C176169585ACED2871A102B17BD599D77B, ___ResetSeatedZeroPose_12)); } inline _ResetSeatedZeroPose_tF7303705961F0AC9FF7EE61194870A9495EBF1C9 * get_ResetSeatedZeroPose_12() const { return ___ResetSeatedZeroPose_12; } inline _ResetSeatedZeroPose_tF7303705961F0AC9FF7EE61194870A9495EBF1C9 ** get_address_of_ResetSeatedZeroPose_12() { return &___ResetSeatedZeroPose_12; } inline void set_ResetSeatedZeroPose_12(_ResetSeatedZeroPose_tF7303705961F0AC9FF7EE61194870A9495EBF1C9 * value) { ___ResetSeatedZeroPose_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___ResetSeatedZeroPose_12), (void*)value); } inline static int32_t get_offset_of_GetSeatedZeroPoseToStandingAbsoluteTrackingPose_13() { return static_cast(offsetof(IVRSystem_tBE9443C176169585ACED2871A102B17BD599D77B, ___GetSeatedZeroPoseToStandingAbsoluteTrackingPose_13)); } inline _GetSeatedZeroPoseToStandingAbsoluteTrackingPose_t060773E7D3B31207B5DB3E735149A72D883FC23C * get_GetSeatedZeroPoseToStandingAbsoluteTrackingPose_13() const { return ___GetSeatedZeroPoseToStandingAbsoluteTrackingPose_13; } inline _GetSeatedZeroPoseToStandingAbsoluteTrackingPose_t060773E7D3B31207B5DB3E735149A72D883FC23C ** get_address_of_GetSeatedZeroPoseToStandingAbsoluteTrackingPose_13() { return &___GetSeatedZeroPoseToStandingAbsoluteTrackingPose_13; } inline void set_GetSeatedZeroPoseToStandingAbsoluteTrackingPose_13(_GetSeatedZeroPoseToStandingAbsoluteTrackingPose_t060773E7D3B31207B5DB3E735149A72D883FC23C * value) { ___GetSeatedZeroPoseToStandingAbsoluteTrackingPose_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___GetSeatedZeroPoseToStandingAbsoluteTrackingPose_13), (void*)value); } inline static int32_t get_offset_of_GetRawZeroPoseToStandingAbsoluteTrackingPose_14() { return static_cast(offsetof(IVRSystem_tBE9443C176169585ACED2871A102B17BD599D77B, ___GetRawZeroPoseToStandingAbsoluteTrackingPose_14)); } inline _GetRawZeroPoseToStandingAbsoluteTrackingPose_t75D8368D87F3DDEADF3DA259F1F748CB61A12CF1 * get_GetRawZeroPoseToStandingAbsoluteTrackingPose_14() const { return ___GetRawZeroPoseToStandingAbsoluteTrackingPose_14; } inline _GetRawZeroPoseToStandingAbsoluteTrackingPose_t75D8368D87F3DDEADF3DA259F1F748CB61A12CF1 ** get_address_of_GetRawZeroPoseToStandingAbsoluteTrackingPose_14() { return &___GetRawZeroPoseToStandingAbsoluteTrackingPose_14; } inline void set_GetRawZeroPoseToStandingAbsoluteTrackingPose_14(_GetRawZeroPoseToStandingAbsoluteTrackingPose_t75D8368D87F3DDEADF3DA259F1F748CB61A12CF1 * value) { ___GetRawZeroPoseToStandingAbsoluteTrackingPose_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___GetRawZeroPoseToStandingAbsoluteTrackingPose_14), (void*)value); } inline static int32_t get_offset_of_GetSortedTrackedDeviceIndicesOfClass_15() { return static_cast(offsetof(IVRSystem_tBE9443C176169585ACED2871A102B17BD599D77B, ___GetSortedTrackedDeviceIndicesOfClass_15)); } inline _GetSortedTrackedDeviceIndicesOfClass_tAD3CFC133597977AAA02D095BD07A4CD4EDEBA0E * get_GetSortedTrackedDeviceIndicesOfClass_15() const { return ___GetSortedTrackedDeviceIndicesOfClass_15; } inline _GetSortedTrackedDeviceIndicesOfClass_tAD3CFC133597977AAA02D095BD07A4CD4EDEBA0E ** get_address_of_GetSortedTrackedDeviceIndicesOfClass_15() { return &___GetSortedTrackedDeviceIndicesOfClass_15; } inline void set_GetSortedTrackedDeviceIndicesOfClass_15(_GetSortedTrackedDeviceIndicesOfClass_tAD3CFC133597977AAA02D095BD07A4CD4EDEBA0E * value) { ___GetSortedTrackedDeviceIndicesOfClass_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___GetSortedTrackedDeviceIndicesOfClass_15), (void*)value); } inline static int32_t get_offset_of_GetTrackedDeviceActivityLevel_16() { return static_cast(offsetof(IVRSystem_tBE9443C176169585ACED2871A102B17BD599D77B, ___GetTrackedDeviceActivityLevel_16)); } inline _GetTrackedDeviceActivityLevel_tB5F23A8A6D87F74D31037A0174B4A01A1CC68E4C * get_GetTrackedDeviceActivityLevel_16() const { return ___GetTrackedDeviceActivityLevel_16; } inline _GetTrackedDeviceActivityLevel_tB5F23A8A6D87F74D31037A0174B4A01A1CC68E4C ** get_address_of_GetTrackedDeviceActivityLevel_16() { return &___GetTrackedDeviceActivityLevel_16; } inline void set_GetTrackedDeviceActivityLevel_16(_GetTrackedDeviceActivityLevel_tB5F23A8A6D87F74D31037A0174B4A01A1CC68E4C * value) { ___GetTrackedDeviceActivityLevel_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___GetTrackedDeviceActivityLevel_16), (void*)value); } inline static int32_t get_offset_of_ApplyTransform_17() { return static_cast(offsetof(IVRSystem_tBE9443C176169585ACED2871A102B17BD599D77B, ___ApplyTransform_17)); } inline _ApplyTransform_t61F5FF5787B0589676D9BF1C0382BC6EE6882CFA * get_ApplyTransform_17() const { return ___ApplyTransform_17; } inline _ApplyTransform_t61F5FF5787B0589676D9BF1C0382BC6EE6882CFA ** get_address_of_ApplyTransform_17() { return &___ApplyTransform_17; } inline void set_ApplyTransform_17(_ApplyTransform_t61F5FF5787B0589676D9BF1C0382BC6EE6882CFA * value) { ___ApplyTransform_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___ApplyTransform_17), (void*)value); } inline static int32_t get_offset_of_GetTrackedDeviceIndexForControllerRole_18() { return static_cast(offsetof(IVRSystem_tBE9443C176169585ACED2871A102B17BD599D77B, ___GetTrackedDeviceIndexForControllerRole_18)); } inline _GetTrackedDeviceIndexForControllerRole_t5265DA1B0548AC6373BA15F33FF2D279811B5DE4 * get_GetTrackedDeviceIndexForControllerRole_18() const { return ___GetTrackedDeviceIndexForControllerRole_18; } inline _GetTrackedDeviceIndexForControllerRole_t5265DA1B0548AC6373BA15F33FF2D279811B5DE4 ** get_address_of_GetTrackedDeviceIndexForControllerRole_18() { return &___GetTrackedDeviceIndexForControllerRole_18; } inline void set_GetTrackedDeviceIndexForControllerRole_18(_GetTrackedDeviceIndexForControllerRole_t5265DA1B0548AC6373BA15F33FF2D279811B5DE4 * value) { ___GetTrackedDeviceIndexForControllerRole_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___GetTrackedDeviceIndexForControllerRole_18), (void*)value); } inline static int32_t get_offset_of_GetControllerRoleForTrackedDeviceIndex_19() { return static_cast(offsetof(IVRSystem_tBE9443C176169585ACED2871A102B17BD599D77B, ___GetControllerRoleForTrackedDeviceIndex_19)); } inline _GetControllerRoleForTrackedDeviceIndex_tF5957F8DAFBCB776BCE43AEE9003ACF5E87BE436 * get_GetControllerRoleForTrackedDeviceIndex_19() const { return ___GetControllerRoleForTrackedDeviceIndex_19; } inline _GetControllerRoleForTrackedDeviceIndex_tF5957F8DAFBCB776BCE43AEE9003ACF5E87BE436 ** get_address_of_GetControllerRoleForTrackedDeviceIndex_19() { return &___GetControllerRoleForTrackedDeviceIndex_19; } inline void set_GetControllerRoleForTrackedDeviceIndex_19(_GetControllerRoleForTrackedDeviceIndex_tF5957F8DAFBCB776BCE43AEE9003ACF5E87BE436 * value) { ___GetControllerRoleForTrackedDeviceIndex_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___GetControllerRoleForTrackedDeviceIndex_19), (void*)value); } inline static int32_t get_offset_of_GetTrackedDeviceClass_20() { return static_cast(offsetof(IVRSystem_tBE9443C176169585ACED2871A102B17BD599D77B, ___GetTrackedDeviceClass_20)); } inline _GetTrackedDeviceClass_t959D61B29B928F5D78DC3A12065A67189854AAB0 * get_GetTrackedDeviceClass_20() const { return ___GetTrackedDeviceClass_20; } inline _GetTrackedDeviceClass_t959D61B29B928F5D78DC3A12065A67189854AAB0 ** get_address_of_GetTrackedDeviceClass_20() { return &___GetTrackedDeviceClass_20; } inline void set_GetTrackedDeviceClass_20(_GetTrackedDeviceClass_t959D61B29B928F5D78DC3A12065A67189854AAB0 * value) { ___GetTrackedDeviceClass_20 = value; Il2CppCodeGenWriteBarrier((void**)(&___GetTrackedDeviceClass_20), (void*)value); } inline static int32_t get_offset_of_IsTrackedDeviceConnected_21() { return static_cast(offsetof(IVRSystem_tBE9443C176169585ACED2871A102B17BD599D77B, ___IsTrackedDeviceConnected_21)); } inline _IsTrackedDeviceConnected_t5E3F531E4A832D070364BDECF38C132726EFFEBD * get_IsTrackedDeviceConnected_21() const { return ___IsTrackedDeviceConnected_21; } inline _IsTrackedDeviceConnected_t5E3F531E4A832D070364BDECF38C132726EFFEBD ** get_address_of_IsTrackedDeviceConnected_21() { return &___IsTrackedDeviceConnected_21; } inline void set_IsTrackedDeviceConnected_21(_IsTrackedDeviceConnected_t5E3F531E4A832D070364BDECF38C132726EFFEBD * value) { ___IsTrackedDeviceConnected_21 = value; Il2CppCodeGenWriteBarrier((void**)(&___IsTrackedDeviceConnected_21), (void*)value); } inline static int32_t get_offset_of_GetBoolTrackedDeviceProperty_22() { return static_cast(offsetof(IVRSystem_tBE9443C176169585ACED2871A102B17BD599D77B, ___GetBoolTrackedDeviceProperty_22)); } inline _GetBoolTrackedDeviceProperty_tBDC7561BDED1863F31F6E10795FF6D2107F54CB5 * get_GetBoolTrackedDeviceProperty_22() const { return ___GetBoolTrackedDeviceProperty_22; } inline _GetBoolTrackedDeviceProperty_tBDC7561BDED1863F31F6E10795FF6D2107F54CB5 ** get_address_of_GetBoolTrackedDeviceProperty_22() { return &___GetBoolTrackedDeviceProperty_22; } inline void set_GetBoolTrackedDeviceProperty_22(_GetBoolTrackedDeviceProperty_tBDC7561BDED1863F31F6E10795FF6D2107F54CB5 * value) { ___GetBoolTrackedDeviceProperty_22 = value; Il2CppCodeGenWriteBarrier((void**)(&___GetBoolTrackedDeviceProperty_22), (void*)value); } inline static int32_t get_offset_of_GetFloatTrackedDeviceProperty_23() { return static_cast(offsetof(IVRSystem_tBE9443C176169585ACED2871A102B17BD599D77B, ___GetFloatTrackedDeviceProperty_23)); } inline _GetFloatTrackedDeviceProperty_t0BDA80FCF1EA576A0F9CAD6DC4844B3176BBB594 * get_GetFloatTrackedDeviceProperty_23() const { return ___GetFloatTrackedDeviceProperty_23; } inline _GetFloatTrackedDeviceProperty_t0BDA80FCF1EA576A0F9CAD6DC4844B3176BBB594 ** get_address_of_GetFloatTrackedDeviceProperty_23() { return &___GetFloatTrackedDeviceProperty_23; } inline void set_GetFloatTrackedDeviceProperty_23(_GetFloatTrackedDeviceProperty_t0BDA80FCF1EA576A0F9CAD6DC4844B3176BBB594 * value) { ___GetFloatTrackedDeviceProperty_23 = value; Il2CppCodeGenWriteBarrier((void**)(&___GetFloatTrackedDeviceProperty_23), (void*)value); } inline static int32_t get_offset_of_GetInt32TrackedDeviceProperty_24() { return static_cast(offsetof(IVRSystem_tBE9443C176169585ACED2871A102B17BD599D77B, ___GetInt32TrackedDeviceProperty_24)); } inline _GetInt32TrackedDeviceProperty_tDDD7A878EB2659C8561BE2B26FBCCD6DD24B9313 * get_GetInt32TrackedDeviceProperty_24() const { return ___GetInt32TrackedDeviceProperty_24; } inline _GetInt32TrackedDeviceProperty_tDDD7A878EB2659C8561BE2B26FBCCD6DD24B9313 ** get_address_of_GetInt32TrackedDeviceProperty_24() { return &___GetInt32TrackedDeviceProperty_24; } inline void set_GetInt32TrackedDeviceProperty_24(_GetInt32TrackedDeviceProperty_tDDD7A878EB2659C8561BE2B26FBCCD6DD24B9313 * value) { ___GetInt32TrackedDeviceProperty_24 = value; Il2CppCodeGenWriteBarrier((void**)(&___GetInt32TrackedDeviceProperty_24), (void*)value); } inline static int32_t get_offset_of_GetUint64TrackedDeviceProperty_25() { return static_cast(offsetof(IVRSystem_tBE9443C176169585ACED2871A102B17BD599D77B, ___GetUint64TrackedDeviceProperty_25)); } inline _GetUint64TrackedDeviceProperty_t805766F63368FA446A0F69126CF3EDCF9CA194BC * get_GetUint64TrackedDeviceProperty_25() const { return ___GetUint64TrackedDeviceProperty_25; } inline _GetUint64TrackedDeviceProperty_t805766F63368FA446A0F69126CF3EDCF9CA194BC ** get_address_of_GetUint64TrackedDeviceProperty_25() { return &___GetUint64TrackedDeviceProperty_25; } inline void set_GetUint64TrackedDeviceProperty_25(_GetUint64TrackedDeviceProperty_t805766F63368FA446A0F69126CF3EDCF9CA194BC * value) { ___GetUint64TrackedDeviceProperty_25 = value; Il2CppCodeGenWriteBarrier((void**)(&___GetUint64TrackedDeviceProperty_25), (void*)value); } inline static int32_t get_offset_of_GetMatrix34TrackedDeviceProperty_26() { return static_cast(offsetof(IVRSystem_tBE9443C176169585ACED2871A102B17BD599D77B, ___GetMatrix34TrackedDeviceProperty_26)); } inline _GetMatrix34TrackedDeviceProperty_t28BF0C5817941AA96CD715A77FA8568590073346 * get_GetMatrix34TrackedDeviceProperty_26() const { return ___GetMatrix34TrackedDeviceProperty_26; } inline _GetMatrix34TrackedDeviceProperty_t28BF0C5817941AA96CD715A77FA8568590073346 ** get_address_of_GetMatrix34TrackedDeviceProperty_26() { return &___GetMatrix34TrackedDeviceProperty_26; } inline void set_GetMatrix34TrackedDeviceProperty_26(_GetMatrix34TrackedDeviceProperty_t28BF0C5817941AA96CD715A77FA8568590073346 * value) { ___GetMatrix34TrackedDeviceProperty_26 = value; Il2CppCodeGenWriteBarrier((void**)(&___GetMatrix34TrackedDeviceProperty_26), (void*)value); } inline static int32_t get_offset_of_GetArrayTrackedDeviceProperty_27() { return static_cast(offsetof(IVRSystem_tBE9443C176169585ACED2871A102B17BD599D77B, ___GetArrayTrackedDeviceProperty_27)); } inline _GetArrayTrackedDeviceProperty_t57D37841AD119462C64E3FE76937D1B284E82343 * get_GetArrayTrackedDeviceProperty_27() const { return ___GetArrayTrackedDeviceProperty_27; } inline _GetArrayTrackedDeviceProperty_t57D37841AD119462C64E3FE76937D1B284E82343 ** get_address_of_GetArrayTrackedDeviceProperty_27() { return &___GetArrayTrackedDeviceProperty_27; } inline void set_GetArrayTrackedDeviceProperty_27(_GetArrayTrackedDeviceProperty_t57D37841AD119462C64E3FE76937D1B284E82343 * value) { ___GetArrayTrackedDeviceProperty_27 = value; Il2CppCodeGenWriteBarrier((void**)(&___GetArrayTrackedDeviceProperty_27), (void*)value); } inline static int32_t get_offset_of_GetStringTrackedDeviceProperty_28() { return static_cast(offsetof(IVRSystem_tBE9443C176169585ACED2871A102B17BD599D77B, ___GetStringTrackedDeviceProperty_28)); } inline _GetStringTrackedDeviceProperty_t367D4695608FE8701E9CBF1BBAB8992806EE58F0 * get_GetStringTrackedDeviceProperty_28() const { return ___GetStringTrackedDeviceProperty_28; } inline _GetStringTrackedDeviceProperty_t367D4695608FE8701E9CBF1BBAB8992806EE58F0 ** get_address_of_GetStringTrackedDeviceProperty_28() { return &___GetStringTrackedDeviceProperty_28; } inline void set_GetStringTrackedDeviceProperty_28(_GetStringTrackedDeviceProperty_t367D4695608FE8701E9CBF1BBAB8992806EE58F0 * value) { ___GetStringTrackedDeviceProperty_28 = value; Il2CppCodeGenWriteBarrier((void**)(&___GetStringTrackedDeviceProperty_28), (void*)value); } inline static int32_t get_offset_of_GetPropErrorNameFromEnum_29() { return static_cast(offsetof(IVRSystem_tBE9443C176169585ACED2871A102B17BD599D77B, ___GetPropErrorNameFromEnum_29)); } inline _GetPropErrorNameFromEnum_t76304558D06D9ED54EE7F5102B6C116C017EEC5F * get_GetPropErrorNameFromEnum_29() const { return ___GetPropErrorNameFromEnum_29; } inline _GetPropErrorNameFromEnum_t76304558D06D9ED54EE7F5102B6C116C017EEC5F ** get_address_of_GetPropErrorNameFromEnum_29() { return &___GetPropErrorNameFromEnum_29; } inline void set_GetPropErrorNameFromEnum_29(_GetPropErrorNameFromEnum_t76304558D06D9ED54EE7F5102B6C116C017EEC5F * value) { ___GetPropErrorNameFromEnum_29 = value; Il2CppCodeGenWriteBarrier((void**)(&___GetPropErrorNameFromEnum_29), (void*)value); } inline static int32_t get_offset_of_PollNextEvent_30() { return static_cast(offsetof(IVRSystem_tBE9443C176169585ACED2871A102B17BD599D77B, ___PollNextEvent_30)); } inline _PollNextEvent_t21475787624F95CFD02F686CD3783F0D0AEA43DF * get_PollNextEvent_30() const { return ___PollNextEvent_30; } inline _PollNextEvent_t21475787624F95CFD02F686CD3783F0D0AEA43DF ** get_address_of_PollNextEvent_30() { return &___PollNextEvent_30; } inline void set_PollNextEvent_30(_PollNextEvent_t21475787624F95CFD02F686CD3783F0D0AEA43DF * value) { ___PollNextEvent_30 = value; Il2CppCodeGenWriteBarrier((void**)(&___PollNextEvent_30), (void*)value); } inline static int32_t get_offset_of_PollNextEventWithPose_31() { return static_cast(offsetof(IVRSystem_tBE9443C176169585ACED2871A102B17BD599D77B, ___PollNextEventWithPose_31)); } inline _PollNextEventWithPose_tDB233A267487ACAEC6F8545B518AAE72700976DD * get_PollNextEventWithPose_31() const { return ___PollNextEventWithPose_31; } inline _PollNextEventWithPose_tDB233A267487ACAEC6F8545B518AAE72700976DD ** get_address_of_PollNextEventWithPose_31() { return &___PollNextEventWithPose_31; } inline void set_PollNextEventWithPose_31(_PollNextEventWithPose_tDB233A267487ACAEC6F8545B518AAE72700976DD * value) { ___PollNextEventWithPose_31 = value; Il2CppCodeGenWriteBarrier((void**)(&___PollNextEventWithPose_31), (void*)value); } inline static int32_t get_offset_of_GetEventTypeNameFromEnum_32() { return static_cast(offsetof(IVRSystem_tBE9443C176169585ACED2871A102B17BD599D77B, ___GetEventTypeNameFromEnum_32)); } inline _GetEventTypeNameFromEnum_t077C1F702C5158663C29A07F1E9916342506D0B9 * get_GetEventTypeNameFromEnum_32() const { return ___GetEventTypeNameFromEnum_32; } inline _GetEventTypeNameFromEnum_t077C1F702C5158663C29A07F1E9916342506D0B9 ** get_address_of_GetEventTypeNameFromEnum_32() { return &___GetEventTypeNameFromEnum_32; } inline void set_GetEventTypeNameFromEnum_32(_GetEventTypeNameFromEnum_t077C1F702C5158663C29A07F1E9916342506D0B9 * value) { ___GetEventTypeNameFromEnum_32 = value; Il2CppCodeGenWriteBarrier((void**)(&___GetEventTypeNameFromEnum_32), (void*)value); } inline static int32_t get_offset_of_GetHiddenAreaMesh_33() { return static_cast(offsetof(IVRSystem_tBE9443C176169585ACED2871A102B17BD599D77B, ___GetHiddenAreaMesh_33)); } inline _GetHiddenAreaMesh_t8F2B620A148075CAF2C262BF15FF4373FA6F0A50 * get_GetHiddenAreaMesh_33() const { return ___GetHiddenAreaMesh_33; } inline _GetHiddenAreaMesh_t8F2B620A148075CAF2C262BF15FF4373FA6F0A50 ** get_address_of_GetHiddenAreaMesh_33() { return &___GetHiddenAreaMesh_33; } inline void set_GetHiddenAreaMesh_33(_GetHiddenAreaMesh_t8F2B620A148075CAF2C262BF15FF4373FA6F0A50 * value) { ___GetHiddenAreaMesh_33 = value; Il2CppCodeGenWriteBarrier((void**)(&___GetHiddenAreaMesh_33), (void*)value); } inline static int32_t get_offset_of_GetControllerState_34() { return static_cast(offsetof(IVRSystem_tBE9443C176169585ACED2871A102B17BD599D77B, ___GetControllerState_34)); } inline _GetControllerState_t8EF84C0DB35E2AFBE3A49BDBBBE6CD6ED314A0AC * get_GetControllerState_34() const { return ___GetControllerState_34; } inline _GetControllerState_t8EF84C0DB35E2AFBE3A49BDBBBE6CD6ED314A0AC ** get_address_of_GetControllerState_34() { return &___GetControllerState_34; } inline void set_GetControllerState_34(_GetControllerState_t8EF84C0DB35E2AFBE3A49BDBBBE6CD6ED314A0AC * value) { ___GetControllerState_34 = value; Il2CppCodeGenWriteBarrier((void**)(&___GetControllerState_34), (void*)value); } inline static int32_t get_offset_of_GetControllerStateWithPose_35() { return static_cast(offsetof(IVRSystem_tBE9443C176169585ACED2871A102B17BD599D77B, ___GetControllerStateWithPose_35)); } inline _GetControllerStateWithPose_tEBCDBBC9D81147ED78B29D79D2B9A76423C16F56 * get_GetControllerStateWithPose_35() const { return ___GetControllerStateWithPose_35; } inline _GetControllerStateWithPose_tEBCDBBC9D81147ED78B29D79D2B9A76423C16F56 ** get_address_of_GetControllerStateWithPose_35() { return &___GetControllerStateWithPose_35; } inline void set_GetControllerStateWithPose_35(_GetControllerStateWithPose_tEBCDBBC9D81147ED78B29D79D2B9A76423C16F56 * value) { ___GetControllerStateWithPose_35 = value; Il2CppCodeGenWriteBarrier((void**)(&___GetControllerStateWithPose_35), (void*)value); } inline static int32_t get_offset_of_TriggerHapticPulse_36() { return static_cast(offsetof(IVRSystem_tBE9443C176169585ACED2871A102B17BD599D77B, ___TriggerHapticPulse_36)); } inline _TriggerHapticPulse_tFA5E2A289FAAEBAA316168AA693CF2CBC3102830 * get_TriggerHapticPulse_36() const { return ___TriggerHapticPulse_36; } inline _TriggerHapticPulse_tFA5E2A289FAAEBAA316168AA693CF2CBC3102830 ** get_address_of_TriggerHapticPulse_36() { return &___TriggerHapticPulse_36; } inline void set_TriggerHapticPulse_36(_TriggerHapticPulse_tFA5E2A289FAAEBAA316168AA693CF2CBC3102830 * value) { ___TriggerHapticPulse_36 = value; Il2CppCodeGenWriteBarrier((void**)(&___TriggerHapticPulse_36), (void*)value); } inline static int32_t get_offset_of_GetButtonIdNameFromEnum_37() { return static_cast(offsetof(IVRSystem_tBE9443C176169585ACED2871A102B17BD599D77B, ___GetButtonIdNameFromEnum_37)); } inline _GetButtonIdNameFromEnum_t86FC9DF03F64F159DB3270C352E419DA2E6110D0 * get_GetButtonIdNameFromEnum_37() const { return ___GetButtonIdNameFromEnum_37; } inline _GetButtonIdNameFromEnum_t86FC9DF03F64F159DB3270C352E419DA2E6110D0 ** get_address_of_GetButtonIdNameFromEnum_37() { return &___GetButtonIdNameFromEnum_37; } inline void set_GetButtonIdNameFromEnum_37(_GetButtonIdNameFromEnum_t86FC9DF03F64F159DB3270C352E419DA2E6110D0 * value) { ___GetButtonIdNameFromEnum_37 = value; Il2CppCodeGenWriteBarrier((void**)(&___GetButtonIdNameFromEnum_37), (void*)value); } inline static int32_t get_offset_of_GetControllerAxisTypeNameFromEnum_38() { return static_cast(offsetof(IVRSystem_tBE9443C176169585ACED2871A102B17BD599D77B, ___GetControllerAxisTypeNameFromEnum_38)); } inline _GetControllerAxisTypeNameFromEnum_t68B23AB01988E805BAD3495B8E1195310253B112 * get_GetControllerAxisTypeNameFromEnum_38() const { return ___GetControllerAxisTypeNameFromEnum_38; } inline _GetControllerAxisTypeNameFromEnum_t68B23AB01988E805BAD3495B8E1195310253B112 ** get_address_of_GetControllerAxisTypeNameFromEnum_38() { return &___GetControllerAxisTypeNameFromEnum_38; } inline void set_GetControllerAxisTypeNameFromEnum_38(_GetControllerAxisTypeNameFromEnum_t68B23AB01988E805BAD3495B8E1195310253B112 * value) { ___GetControllerAxisTypeNameFromEnum_38 = value; Il2CppCodeGenWriteBarrier((void**)(&___GetControllerAxisTypeNameFromEnum_38), (void*)value); } inline static int32_t get_offset_of_IsInputAvailable_39() { return static_cast(offsetof(IVRSystem_tBE9443C176169585ACED2871A102B17BD599D77B, ___IsInputAvailable_39)); } inline _IsInputAvailable_tCAC0B3919427F06EC8BF7FD7B4A3F579FB5C2220 * get_IsInputAvailable_39() const { return ___IsInputAvailable_39; } inline _IsInputAvailable_tCAC0B3919427F06EC8BF7FD7B4A3F579FB5C2220 ** get_address_of_IsInputAvailable_39() { return &___IsInputAvailable_39; } inline void set_IsInputAvailable_39(_IsInputAvailable_tCAC0B3919427F06EC8BF7FD7B4A3F579FB5C2220 * value) { ___IsInputAvailable_39 = value; Il2CppCodeGenWriteBarrier((void**)(&___IsInputAvailable_39), (void*)value); } inline static int32_t get_offset_of_IsSteamVRDrawingControllers_40() { return static_cast(offsetof(IVRSystem_tBE9443C176169585ACED2871A102B17BD599D77B, ___IsSteamVRDrawingControllers_40)); } inline _IsSteamVRDrawingControllers_tB2CAEA369195A18EE3083C2E76679F38A890F800 * get_IsSteamVRDrawingControllers_40() const { return ___IsSteamVRDrawingControllers_40; } inline _IsSteamVRDrawingControllers_tB2CAEA369195A18EE3083C2E76679F38A890F800 ** get_address_of_IsSteamVRDrawingControllers_40() { return &___IsSteamVRDrawingControllers_40; } inline void set_IsSteamVRDrawingControllers_40(_IsSteamVRDrawingControllers_tB2CAEA369195A18EE3083C2E76679F38A890F800 * value) { ___IsSteamVRDrawingControllers_40 = value; Il2CppCodeGenWriteBarrier((void**)(&___IsSteamVRDrawingControllers_40), (void*)value); } inline static int32_t get_offset_of_ShouldApplicationPause_41() { return static_cast(offsetof(IVRSystem_tBE9443C176169585ACED2871A102B17BD599D77B, ___ShouldApplicationPause_41)); } inline _ShouldApplicationPause_tED274ECAB7DEBCA901140609AA141F93A5933F32 * get_ShouldApplicationPause_41() const { return ___ShouldApplicationPause_41; } inline _ShouldApplicationPause_tED274ECAB7DEBCA901140609AA141F93A5933F32 ** get_address_of_ShouldApplicationPause_41() { return &___ShouldApplicationPause_41; } inline void set_ShouldApplicationPause_41(_ShouldApplicationPause_tED274ECAB7DEBCA901140609AA141F93A5933F32 * value) { ___ShouldApplicationPause_41 = value; Il2CppCodeGenWriteBarrier((void**)(&___ShouldApplicationPause_41), (void*)value); } inline static int32_t get_offset_of_ShouldApplicationReduceRenderingWork_42() { return static_cast(offsetof(IVRSystem_tBE9443C176169585ACED2871A102B17BD599D77B, ___ShouldApplicationReduceRenderingWork_42)); } inline _ShouldApplicationReduceRenderingWork_t9EA987AB5BD506ED0C1E6DCAEE5F951FED904DE4 * get_ShouldApplicationReduceRenderingWork_42() const { return ___ShouldApplicationReduceRenderingWork_42; } inline _ShouldApplicationReduceRenderingWork_t9EA987AB5BD506ED0C1E6DCAEE5F951FED904DE4 ** get_address_of_ShouldApplicationReduceRenderingWork_42() { return &___ShouldApplicationReduceRenderingWork_42; } inline void set_ShouldApplicationReduceRenderingWork_42(_ShouldApplicationReduceRenderingWork_t9EA987AB5BD506ED0C1E6DCAEE5F951FED904DE4 * value) { ___ShouldApplicationReduceRenderingWork_42 = value; Il2CppCodeGenWriteBarrier((void**)(&___ShouldApplicationReduceRenderingWork_42), (void*)value); } inline static int32_t get_offset_of_DriverDebugRequest_43() { return static_cast(offsetof(IVRSystem_tBE9443C176169585ACED2871A102B17BD599D77B, ___DriverDebugRequest_43)); } inline _DriverDebugRequest_t1195588FD0002894D24CD5E175FEF3B8746B22F0 * get_DriverDebugRequest_43() const { return ___DriverDebugRequest_43; } inline _DriverDebugRequest_t1195588FD0002894D24CD5E175FEF3B8746B22F0 ** get_address_of_DriverDebugRequest_43() { return &___DriverDebugRequest_43; } inline void set_DriverDebugRequest_43(_DriverDebugRequest_t1195588FD0002894D24CD5E175FEF3B8746B22F0 * value) { ___DriverDebugRequest_43 = value; Il2CppCodeGenWriteBarrier((void**)(&___DriverDebugRequest_43), (void*)value); } inline static int32_t get_offset_of_PerformFirmwareUpdate_44() { return static_cast(offsetof(IVRSystem_tBE9443C176169585ACED2871A102B17BD599D77B, ___PerformFirmwareUpdate_44)); } inline _PerformFirmwareUpdate_tB90C1020E6050CA98386AF37DE94C1DA08EBAA79 * get_PerformFirmwareUpdate_44() const { return ___PerformFirmwareUpdate_44; } inline _PerformFirmwareUpdate_tB90C1020E6050CA98386AF37DE94C1DA08EBAA79 ** get_address_of_PerformFirmwareUpdate_44() { return &___PerformFirmwareUpdate_44; } inline void set_PerformFirmwareUpdate_44(_PerformFirmwareUpdate_tB90C1020E6050CA98386AF37DE94C1DA08EBAA79 * value) { ___PerformFirmwareUpdate_44 = value; Il2CppCodeGenWriteBarrier((void**)(&___PerformFirmwareUpdate_44), (void*)value); } inline static int32_t get_offset_of_AcknowledgeQuit_Exiting_45() { return static_cast(offsetof(IVRSystem_tBE9443C176169585ACED2871A102B17BD599D77B, ___AcknowledgeQuit_Exiting_45)); } inline _AcknowledgeQuit_Exiting_tA6BD9421BAF082D077E5B0BCFF33844AF4A18084 * get_AcknowledgeQuit_Exiting_45() const { return ___AcknowledgeQuit_Exiting_45; } inline _AcknowledgeQuit_Exiting_tA6BD9421BAF082D077E5B0BCFF33844AF4A18084 ** get_address_of_AcknowledgeQuit_Exiting_45() { return &___AcknowledgeQuit_Exiting_45; } inline void set_AcknowledgeQuit_Exiting_45(_AcknowledgeQuit_Exiting_tA6BD9421BAF082D077E5B0BCFF33844AF4A18084 * value) { ___AcknowledgeQuit_Exiting_45 = value; Il2CppCodeGenWriteBarrier((void**)(&___AcknowledgeQuit_Exiting_45), (void*)value); } inline static int32_t get_offset_of_AcknowledgeQuit_UserPrompt_46() { return static_cast(offsetof(IVRSystem_tBE9443C176169585ACED2871A102B17BD599D77B, ___AcknowledgeQuit_UserPrompt_46)); } inline _AcknowledgeQuit_UserPrompt_t10DCE8F18135EFB6E2E874876B95EE5AB5354D73 * get_AcknowledgeQuit_UserPrompt_46() const { return ___AcknowledgeQuit_UserPrompt_46; } inline _AcknowledgeQuit_UserPrompt_t10DCE8F18135EFB6E2E874876B95EE5AB5354D73 ** get_address_of_AcknowledgeQuit_UserPrompt_46() { return &___AcknowledgeQuit_UserPrompt_46; } inline void set_AcknowledgeQuit_UserPrompt_46(_AcknowledgeQuit_UserPrompt_t10DCE8F18135EFB6E2E874876B95EE5AB5354D73 * value) { ___AcknowledgeQuit_UserPrompt_46 = value; Il2CppCodeGenWriteBarrier((void**)(&___AcknowledgeQuit_UserPrompt_46), (void*)value); } }; // Native definition for P/Invoke marshalling of OVR.OpenVR.IVRSystem struct IVRSystem_tBE9443C176169585ACED2871A102B17BD599D77B_marshaled_pinvoke { Il2CppMethodPointer ___GetRecommendedRenderTargetSize_0; Il2CppMethodPointer ___GetProjectionMatrix_1; Il2CppMethodPointer ___GetProjectionRaw_2; Il2CppMethodPointer ___ComputeDistortion_3; Il2CppMethodPointer ___GetEyeToHeadTransform_4; Il2CppMethodPointer ___GetTimeSinceLastVsync_5; Il2CppMethodPointer ___GetD3D9AdapterIndex_6; Il2CppMethodPointer ___GetDXGIOutputInfo_7; Il2CppMethodPointer ___GetOutputDevice_8; Il2CppMethodPointer ___IsDisplayOnDesktop_9; Il2CppMethodPointer ___SetDisplayVisibility_10; Il2CppMethodPointer ___GetDeviceToAbsoluteTrackingPose_11; Il2CppMethodPointer ___ResetSeatedZeroPose_12; Il2CppMethodPointer ___GetSeatedZeroPoseToStandingAbsoluteTrackingPose_13; Il2CppMethodPointer ___GetRawZeroPoseToStandingAbsoluteTrackingPose_14; Il2CppMethodPointer ___GetSortedTrackedDeviceIndicesOfClass_15; Il2CppMethodPointer ___GetTrackedDeviceActivityLevel_16; Il2CppMethodPointer ___ApplyTransform_17; Il2CppMethodPointer ___GetTrackedDeviceIndexForControllerRole_18; Il2CppMethodPointer ___GetControllerRoleForTrackedDeviceIndex_19; Il2CppMethodPointer ___GetTrackedDeviceClass_20; Il2CppMethodPointer ___IsTrackedDeviceConnected_21; Il2CppMethodPointer ___GetBoolTrackedDeviceProperty_22; Il2CppMethodPointer ___GetFloatTrackedDeviceProperty_23; Il2CppMethodPointer ___GetInt32TrackedDeviceProperty_24; Il2CppMethodPointer ___GetUint64TrackedDeviceProperty_25; Il2CppMethodPointer ___GetMatrix34TrackedDeviceProperty_26; Il2CppMethodPointer ___GetArrayTrackedDeviceProperty_27; Il2CppMethodPointer ___GetStringTrackedDeviceProperty_28; Il2CppMethodPointer ___GetPropErrorNameFromEnum_29; Il2CppMethodPointer ___PollNextEvent_30; Il2CppMethodPointer ___PollNextEventWithPose_31; Il2CppMethodPointer ___GetEventTypeNameFromEnum_32; Il2CppMethodPointer ___GetHiddenAreaMesh_33; Il2CppMethodPointer ___GetControllerState_34; Il2CppMethodPointer ___GetControllerStateWithPose_35; Il2CppMethodPointer ___TriggerHapticPulse_36; Il2CppMethodPointer ___GetButtonIdNameFromEnum_37; Il2CppMethodPointer ___GetControllerAxisTypeNameFromEnum_38; Il2CppMethodPointer ___IsInputAvailable_39; Il2CppMethodPointer ___IsSteamVRDrawingControllers_40; Il2CppMethodPointer ___ShouldApplicationPause_41; Il2CppMethodPointer ___ShouldApplicationReduceRenderingWork_42; Il2CppMethodPointer ___DriverDebugRequest_43; Il2CppMethodPointer ___PerformFirmwareUpdate_44; Il2CppMethodPointer ___AcknowledgeQuit_Exiting_45; Il2CppMethodPointer ___AcknowledgeQuit_UserPrompt_46; }; // Native definition for COM marshalling of OVR.OpenVR.IVRSystem struct IVRSystem_tBE9443C176169585ACED2871A102B17BD599D77B_marshaled_com { Il2CppMethodPointer ___GetRecommendedRenderTargetSize_0; Il2CppMethodPointer ___GetProjectionMatrix_1; Il2CppMethodPointer ___GetProjectionRaw_2; Il2CppMethodPointer ___ComputeDistortion_3; Il2CppMethodPointer ___GetEyeToHeadTransform_4; Il2CppMethodPointer ___GetTimeSinceLastVsync_5; Il2CppMethodPointer ___GetD3D9AdapterIndex_6; Il2CppMethodPointer ___GetDXGIOutputInfo_7; Il2CppMethodPointer ___GetOutputDevice_8; Il2CppMethodPointer ___IsDisplayOnDesktop_9; Il2CppMethodPointer ___SetDisplayVisibility_10; Il2CppMethodPointer ___GetDeviceToAbsoluteTrackingPose_11; Il2CppMethodPointer ___ResetSeatedZeroPose_12; Il2CppMethodPointer ___GetSeatedZeroPoseToStandingAbsoluteTrackingPose_13; Il2CppMethodPointer ___GetRawZeroPoseToStandingAbsoluteTrackingPose_14; Il2CppMethodPointer ___GetSortedTrackedDeviceIndicesOfClass_15; Il2CppMethodPointer ___GetTrackedDeviceActivityLevel_16; Il2CppMethodPointer ___ApplyTransform_17; Il2CppMethodPointer ___GetTrackedDeviceIndexForControllerRole_18; Il2CppMethodPointer ___GetControllerRoleForTrackedDeviceIndex_19; Il2CppMethodPointer ___GetTrackedDeviceClass_20; Il2CppMethodPointer ___IsTrackedDeviceConnected_21; Il2CppMethodPointer ___GetBoolTrackedDeviceProperty_22; Il2CppMethodPointer ___GetFloatTrackedDeviceProperty_23; Il2CppMethodPointer ___GetInt32TrackedDeviceProperty_24; Il2CppMethodPointer ___GetUint64TrackedDeviceProperty_25; Il2CppMethodPointer ___GetMatrix34TrackedDeviceProperty_26; Il2CppMethodPointer ___GetArrayTrackedDeviceProperty_27; Il2CppMethodPointer ___GetStringTrackedDeviceProperty_28; Il2CppMethodPointer ___GetPropErrorNameFromEnum_29; Il2CppMethodPointer ___PollNextEvent_30; Il2CppMethodPointer ___PollNextEventWithPose_31; Il2CppMethodPointer ___GetEventTypeNameFromEnum_32; Il2CppMethodPointer ___GetHiddenAreaMesh_33; Il2CppMethodPointer ___GetControllerState_34; Il2CppMethodPointer ___GetControllerStateWithPose_35; Il2CppMethodPointer ___TriggerHapticPulse_36; Il2CppMethodPointer ___GetButtonIdNameFromEnum_37; Il2CppMethodPointer ___GetControllerAxisTypeNameFromEnum_38; Il2CppMethodPointer ___IsInputAvailable_39; Il2CppMethodPointer ___IsSteamVRDrawingControllers_40; Il2CppMethodPointer ___ShouldApplicationPause_41; Il2CppMethodPointer ___ShouldApplicationReduceRenderingWork_42; Il2CppMethodPointer ___DriverDebugRequest_43; Il2CppMethodPointer ___PerformFirmwareUpdate_44; Il2CppMethodPointer ___AcknowledgeQuit_Exiting_45; Il2CppMethodPointer ___AcknowledgeQuit_UserPrompt_46; }; // OVR.OpenVR.IVRTrackedCamera struct IVRTrackedCamera_t385AE431ACD3B20892F68D3262A148A20391B7FB { public: // OVR.OpenVR.IVRTrackedCamera/_GetCameraErrorNameFromEnum OVR.OpenVR.IVRTrackedCamera::GetCameraErrorNameFromEnum _GetCameraErrorNameFromEnum_t3D62F2A62265259EF3F50536D630D44450D80849 * ___GetCameraErrorNameFromEnum_0; // OVR.OpenVR.IVRTrackedCamera/_HasCamera OVR.OpenVR.IVRTrackedCamera::HasCamera _HasCamera_t40D827AD1FF037B21EED4FBD284FE7C9850369C6 * ___HasCamera_1; // OVR.OpenVR.IVRTrackedCamera/_GetCameraFrameSize OVR.OpenVR.IVRTrackedCamera::GetCameraFrameSize _GetCameraFrameSize_t255344E40BE2A587A1520322A1B13B52AD8A67CA * ___GetCameraFrameSize_2; // OVR.OpenVR.IVRTrackedCamera/_GetCameraIntrinsics OVR.OpenVR.IVRTrackedCamera::GetCameraIntrinsics _GetCameraIntrinsics_t6EADBE949366AA68A89E51B172AFC116F269FC7D * ___GetCameraIntrinsics_3; // OVR.OpenVR.IVRTrackedCamera/_GetCameraProjection OVR.OpenVR.IVRTrackedCamera::GetCameraProjection _GetCameraProjection_t6CA05E44555AE166CE367A76EAE7F037A15D9AF7 * ___GetCameraProjection_4; // OVR.OpenVR.IVRTrackedCamera/_AcquireVideoStreamingService OVR.OpenVR.IVRTrackedCamera::AcquireVideoStreamingService _AcquireVideoStreamingService_t3491AD2EFDFDD59578876C3CD78B9E5BAB410E0F * ___AcquireVideoStreamingService_5; // OVR.OpenVR.IVRTrackedCamera/_ReleaseVideoStreamingService OVR.OpenVR.IVRTrackedCamera::ReleaseVideoStreamingService _ReleaseVideoStreamingService_t4CBE89532D5338350021AA52B052EF8B7DA2F151 * ___ReleaseVideoStreamingService_6; // OVR.OpenVR.IVRTrackedCamera/_GetVideoStreamFrameBuffer OVR.OpenVR.IVRTrackedCamera::GetVideoStreamFrameBuffer _GetVideoStreamFrameBuffer_tF3640577F9F391F93AFA0667F9B4C46F1344A1DA * ___GetVideoStreamFrameBuffer_7; // OVR.OpenVR.IVRTrackedCamera/_GetVideoStreamTextureSize OVR.OpenVR.IVRTrackedCamera::GetVideoStreamTextureSize _GetVideoStreamTextureSize_tBA6FD10E1E9DE3210789C2DE9F54C2762DB02533 * ___GetVideoStreamTextureSize_8; // OVR.OpenVR.IVRTrackedCamera/_GetVideoStreamTextureD3D11 OVR.OpenVR.IVRTrackedCamera::GetVideoStreamTextureD3D11 _GetVideoStreamTextureD3D11_tE6A88FF767CE55262C239FB070DCBF134C8EEA4D * ___GetVideoStreamTextureD3D11_9; // OVR.OpenVR.IVRTrackedCamera/_GetVideoStreamTextureGL OVR.OpenVR.IVRTrackedCamera::GetVideoStreamTextureGL _GetVideoStreamTextureGL_t8A671D87D9769CCDD5E2293C54624386E318F370 * ___GetVideoStreamTextureGL_10; // OVR.OpenVR.IVRTrackedCamera/_ReleaseVideoStreamTextureGL OVR.OpenVR.IVRTrackedCamera::ReleaseVideoStreamTextureGL _ReleaseVideoStreamTextureGL_tD0C087C67CB56E1EDC12D626FBD52191D836C1DF * ___ReleaseVideoStreamTextureGL_11; public: inline static int32_t get_offset_of_GetCameraErrorNameFromEnum_0() { return static_cast(offsetof(IVRTrackedCamera_t385AE431ACD3B20892F68D3262A148A20391B7FB, ___GetCameraErrorNameFromEnum_0)); } inline _GetCameraErrorNameFromEnum_t3D62F2A62265259EF3F50536D630D44450D80849 * get_GetCameraErrorNameFromEnum_0() const { return ___GetCameraErrorNameFromEnum_0; } inline _GetCameraErrorNameFromEnum_t3D62F2A62265259EF3F50536D630D44450D80849 ** get_address_of_GetCameraErrorNameFromEnum_0() { return &___GetCameraErrorNameFromEnum_0; } inline void set_GetCameraErrorNameFromEnum_0(_GetCameraErrorNameFromEnum_t3D62F2A62265259EF3F50536D630D44450D80849 * value) { ___GetCameraErrorNameFromEnum_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___GetCameraErrorNameFromEnum_0), (void*)value); } inline static int32_t get_offset_of_HasCamera_1() { return static_cast(offsetof(IVRTrackedCamera_t385AE431ACD3B20892F68D3262A148A20391B7FB, ___HasCamera_1)); } inline _HasCamera_t40D827AD1FF037B21EED4FBD284FE7C9850369C6 * get_HasCamera_1() const { return ___HasCamera_1; } inline _HasCamera_t40D827AD1FF037B21EED4FBD284FE7C9850369C6 ** get_address_of_HasCamera_1() { return &___HasCamera_1; } inline void set_HasCamera_1(_HasCamera_t40D827AD1FF037B21EED4FBD284FE7C9850369C6 * value) { ___HasCamera_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___HasCamera_1), (void*)value); } inline static int32_t get_offset_of_GetCameraFrameSize_2() { return static_cast(offsetof(IVRTrackedCamera_t385AE431ACD3B20892F68D3262A148A20391B7FB, ___GetCameraFrameSize_2)); } inline _GetCameraFrameSize_t255344E40BE2A587A1520322A1B13B52AD8A67CA * get_GetCameraFrameSize_2() const { return ___GetCameraFrameSize_2; } inline _GetCameraFrameSize_t255344E40BE2A587A1520322A1B13B52AD8A67CA ** get_address_of_GetCameraFrameSize_2() { return &___GetCameraFrameSize_2; } inline void set_GetCameraFrameSize_2(_GetCameraFrameSize_t255344E40BE2A587A1520322A1B13B52AD8A67CA * value) { ___GetCameraFrameSize_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___GetCameraFrameSize_2), (void*)value); } inline static int32_t get_offset_of_GetCameraIntrinsics_3() { return static_cast(offsetof(IVRTrackedCamera_t385AE431ACD3B20892F68D3262A148A20391B7FB, ___GetCameraIntrinsics_3)); } inline _GetCameraIntrinsics_t6EADBE949366AA68A89E51B172AFC116F269FC7D * get_GetCameraIntrinsics_3() const { return ___GetCameraIntrinsics_3; } inline _GetCameraIntrinsics_t6EADBE949366AA68A89E51B172AFC116F269FC7D ** get_address_of_GetCameraIntrinsics_3() { return &___GetCameraIntrinsics_3; } inline void set_GetCameraIntrinsics_3(_GetCameraIntrinsics_t6EADBE949366AA68A89E51B172AFC116F269FC7D * value) { ___GetCameraIntrinsics_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___GetCameraIntrinsics_3), (void*)value); } inline static int32_t get_offset_of_GetCameraProjection_4() { return static_cast(offsetof(IVRTrackedCamera_t385AE431ACD3B20892F68D3262A148A20391B7FB, ___GetCameraProjection_4)); } inline _GetCameraProjection_t6CA05E44555AE166CE367A76EAE7F037A15D9AF7 * get_GetCameraProjection_4() const { return ___GetCameraProjection_4; } inline _GetCameraProjection_t6CA05E44555AE166CE367A76EAE7F037A15D9AF7 ** get_address_of_GetCameraProjection_4() { return &___GetCameraProjection_4; } inline void set_GetCameraProjection_4(_GetCameraProjection_t6CA05E44555AE166CE367A76EAE7F037A15D9AF7 * value) { ___GetCameraProjection_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___GetCameraProjection_4), (void*)value); } inline static int32_t get_offset_of_AcquireVideoStreamingService_5() { return static_cast(offsetof(IVRTrackedCamera_t385AE431ACD3B20892F68D3262A148A20391B7FB, ___AcquireVideoStreamingService_5)); } inline _AcquireVideoStreamingService_t3491AD2EFDFDD59578876C3CD78B9E5BAB410E0F * get_AcquireVideoStreamingService_5() const { return ___AcquireVideoStreamingService_5; } inline _AcquireVideoStreamingService_t3491AD2EFDFDD59578876C3CD78B9E5BAB410E0F ** get_address_of_AcquireVideoStreamingService_5() { return &___AcquireVideoStreamingService_5; } inline void set_AcquireVideoStreamingService_5(_AcquireVideoStreamingService_t3491AD2EFDFDD59578876C3CD78B9E5BAB410E0F * value) { ___AcquireVideoStreamingService_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___AcquireVideoStreamingService_5), (void*)value); } inline static int32_t get_offset_of_ReleaseVideoStreamingService_6() { return static_cast(offsetof(IVRTrackedCamera_t385AE431ACD3B20892F68D3262A148A20391B7FB, ___ReleaseVideoStreamingService_6)); } inline _ReleaseVideoStreamingService_t4CBE89532D5338350021AA52B052EF8B7DA2F151 * get_ReleaseVideoStreamingService_6() const { return ___ReleaseVideoStreamingService_6; } inline _ReleaseVideoStreamingService_t4CBE89532D5338350021AA52B052EF8B7DA2F151 ** get_address_of_ReleaseVideoStreamingService_6() { return &___ReleaseVideoStreamingService_6; } inline void set_ReleaseVideoStreamingService_6(_ReleaseVideoStreamingService_t4CBE89532D5338350021AA52B052EF8B7DA2F151 * value) { ___ReleaseVideoStreamingService_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___ReleaseVideoStreamingService_6), (void*)value); } inline static int32_t get_offset_of_GetVideoStreamFrameBuffer_7() { return static_cast(offsetof(IVRTrackedCamera_t385AE431ACD3B20892F68D3262A148A20391B7FB, ___GetVideoStreamFrameBuffer_7)); } inline _GetVideoStreamFrameBuffer_tF3640577F9F391F93AFA0667F9B4C46F1344A1DA * get_GetVideoStreamFrameBuffer_7() const { return ___GetVideoStreamFrameBuffer_7; } inline _GetVideoStreamFrameBuffer_tF3640577F9F391F93AFA0667F9B4C46F1344A1DA ** get_address_of_GetVideoStreamFrameBuffer_7() { return &___GetVideoStreamFrameBuffer_7; } inline void set_GetVideoStreamFrameBuffer_7(_GetVideoStreamFrameBuffer_tF3640577F9F391F93AFA0667F9B4C46F1344A1DA * value) { ___GetVideoStreamFrameBuffer_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___GetVideoStreamFrameBuffer_7), (void*)value); } inline static int32_t get_offset_of_GetVideoStreamTextureSize_8() { return static_cast(offsetof(IVRTrackedCamera_t385AE431ACD3B20892F68D3262A148A20391B7FB, ___GetVideoStreamTextureSize_8)); } inline _GetVideoStreamTextureSize_tBA6FD10E1E9DE3210789C2DE9F54C2762DB02533 * get_GetVideoStreamTextureSize_8() const { return ___GetVideoStreamTextureSize_8; } inline _GetVideoStreamTextureSize_tBA6FD10E1E9DE3210789C2DE9F54C2762DB02533 ** get_address_of_GetVideoStreamTextureSize_8() { return &___GetVideoStreamTextureSize_8; } inline void set_GetVideoStreamTextureSize_8(_GetVideoStreamTextureSize_tBA6FD10E1E9DE3210789C2DE9F54C2762DB02533 * value) { ___GetVideoStreamTextureSize_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___GetVideoStreamTextureSize_8), (void*)value); } inline static int32_t get_offset_of_GetVideoStreamTextureD3D11_9() { return static_cast(offsetof(IVRTrackedCamera_t385AE431ACD3B20892F68D3262A148A20391B7FB, ___GetVideoStreamTextureD3D11_9)); } inline _GetVideoStreamTextureD3D11_tE6A88FF767CE55262C239FB070DCBF134C8EEA4D * get_GetVideoStreamTextureD3D11_9() const { return ___GetVideoStreamTextureD3D11_9; } inline _GetVideoStreamTextureD3D11_tE6A88FF767CE55262C239FB070DCBF134C8EEA4D ** get_address_of_GetVideoStreamTextureD3D11_9() { return &___GetVideoStreamTextureD3D11_9; } inline void set_GetVideoStreamTextureD3D11_9(_GetVideoStreamTextureD3D11_tE6A88FF767CE55262C239FB070DCBF134C8EEA4D * value) { ___GetVideoStreamTextureD3D11_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___GetVideoStreamTextureD3D11_9), (void*)value); } inline static int32_t get_offset_of_GetVideoStreamTextureGL_10() { return static_cast(offsetof(IVRTrackedCamera_t385AE431ACD3B20892F68D3262A148A20391B7FB, ___GetVideoStreamTextureGL_10)); } inline _GetVideoStreamTextureGL_t8A671D87D9769CCDD5E2293C54624386E318F370 * get_GetVideoStreamTextureGL_10() const { return ___GetVideoStreamTextureGL_10; } inline _GetVideoStreamTextureGL_t8A671D87D9769CCDD5E2293C54624386E318F370 ** get_address_of_GetVideoStreamTextureGL_10() { return &___GetVideoStreamTextureGL_10; } inline void set_GetVideoStreamTextureGL_10(_GetVideoStreamTextureGL_t8A671D87D9769CCDD5E2293C54624386E318F370 * value) { ___GetVideoStreamTextureGL_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___GetVideoStreamTextureGL_10), (void*)value); } inline static int32_t get_offset_of_ReleaseVideoStreamTextureGL_11() { return static_cast(offsetof(IVRTrackedCamera_t385AE431ACD3B20892F68D3262A148A20391B7FB, ___ReleaseVideoStreamTextureGL_11)); } inline _ReleaseVideoStreamTextureGL_tD0C087C67CB56E1EDC12D626FBD52191D836C1DF * get_ReleaseVideoStreamTextureGL_11() const { return ___ReleaseVideoStreamTextureGL_11; } inline _ReleaseVideoStreamTextureGL_tD0C087C67CB56E1EDC12D626FBD52191D836C1DF ** get_address_of_ReleaseVideoStreamTextureGL_11() { return &___ReleaseVideoStreamTextureGL_11; } inline void set_ReleaseVideoStreamTextureGL_11(_ReleaseVideoStreamTextureGL_tD0C087C67CB56E1EDC12D626FBD52191D836C1DF * value) { ___ReleaseVideoStreamTextureGL_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___ReleaseVideoStreamTextureGL_11), (void*)value); } }; // Native definition for P/Invoke marshalling of OVR.OpenVR.IVRTrackedCamera struct IVRTrackedCamera_t385AE431ACD3B20892F68D3262A148A20391B7FB_marshaled_pinvoke { Il2CppMethodPointer ___GetCameraErrorNameFromEnum_0; Il2CppMethodPointer ___HasCamera_1; Il2CppMethodPointer ___GetCameraFrameSize_2; Il2CppMethodPointer ___GetCameraIntrinsics_3; Il2CppMethodPointer ___GetCameraProjection_4; Il2CppMethodPointer ___AcquireVideoStreamingService_5; Il2CppMethodPointer ___ReleaseVideoStreamingService_6; Il2CppMethodPointer ___GetVideoStreamFrameBuffer_7; Il2CppMethodPointer ___GetVideoStreamTextureSize_8; Il2CppMethodPointer ___GetVideoStreamTextureD3D11_9; Il2CppMethodPointer ___GetVideoStreamTextureGL_10; Il2CppMethodPointer ___ReleaseVideoStreamTextureGL_11; }; // Native definition for COM marshalling of OVR.OpenVR.IVRTrackedCamera struct IVRTrackedCamera_t385AE431ACD3B20892F68D3262A148A20391B7FB_marshaled_com { Il2CppMethodPointer ___GetCameraErrorNameFromEnum_0; Il2CppMethodPointer ___HasCamera_1; Il2CppMethodPointer ___GetCameraFrameSize_2; Il2CppMethodPointer ___GetCameraIntrinsics_3; Il2CppMethodPointer ___GetCameraProjection_4; Il2CppMethodPointer ___AcquireVideoStreamingService_5; Il2CppMethodPointer ___ReleaseVideoStreamingService_6; Il2CppMethodPointer ___GetVideoStreamFrameBuffer_7; Il2CppMethodPointer ___GetVideoStreamTextureSize_8; Il2CppMethodPointer ___GetVideoStreamTextureD3D11_9; Il2CppMethodPointer ___GetVideoStreamTextureGL_10; Il2CppMethodPointer ___ReleaseVideoStreamTextureGL_11; }; // System.Int16 struct Int16_tD0F031114106263BB459DA1F099FF9F42691295A { public: // System.Int16 System.Int16::m_value int16_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Int16_tD0F031114106263BB459DA1F099FF9F42691295A, ___m_value_0)); } inline int16_t get_m_value_0() const { return ___m_value_0; } inline int16_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(int16_t value) { ___m_value_0 = 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; } }; // OVR.OpenVR.IntersectionMaskCircle_t struct IntersectionMaskCircle_t_tA00C0B0B9C5567F96183BE7FFD627A93A8E7558F { public: // System.Single OVR.OpenVR.IntersectionMaskCircle_t::m_flCenterX float ___m_flCenterX_0; // System.Single OVR.OpenVR.IntersectionMaskCircle_t::m_flCenterY float ___m_flCenterY_1; // System.Single OVR.OpenVR.IntersectionMaskCircle_t::m_flRadius float ___m_flRadius_2; public: inline static int32_t get_offset_of_m_flCenterX_0() { return static_cast(offsetof(IntersectionMaskCircle_t_tA00C0B0B9C5567F96183BE7FFD627A93A8E7558F, ___m_flCenterX_0)); } inline float get_m_flCenterX_0() const { return ___m_flCenterX_0; } inline float* get_address_of_m_flCenterX_0() { return &___m_flCenterX_0; } inline void set_m_flCenterX_0(float value) { ___m_flCenterX_0 = value; } inline static int32_t get_offset_of_m_flCenterY_1() { return static_cast(offsetof(IntersectionMaskCircle_t_tA00C0B0B9C5567F96183BE7FFD627A93A8E7558F, ___m_flCenterY_1)); } inline float get_m_flCenterY_1() const { return ___m_flCenterY_1; } inline float* get_address_of_m_flCenterY_1() { return &___m_flCenterY_1; } inline void set_m_flCenterY_1(float value) { ___m_flCenterY_1 = value; } inline static int32_t get_offset_of_m_flRadius_2() { return static_cast(offsetof(IntersectionMaskCircle_t_tA00C0B0B9C5567F96183BE7FFD627A93A8E7558F, ___m_flRadius_2)); } inline float get_m_flRadius_2() const { return ___m_flRadius_2; } inline float* get_address_of_m_flRadius_2() { return &___m_flRadius_2; } inline void set_m_flRadius_2(float value) { ___m_flRadius_2 = value; } }; // OVR.OpenVR.IntersectionMaskRectangle_t struct IntersectionMaskRectangle_t_t15148FCAB82A2E513DA6AA176C8CE13E78801E70 { public: // System.Single OVR.OpenVR.IntersectionMaskRectangle_t::m_flTopLeftX float ___m_flTopLeftX_0; // System.Single OVR.OpenVR.IntersectionMaskRectangle_t::m_flTopLeftY float ___m_flTopLeftY_1; // System.Single OVR.OpenVR.IntersectionMaskRectangle_t::m_flWidth float ___m_flWidth_2; // System.Single OVR.OpenVR.IntersectionMaskRectangle_t::m_flHeight float ___m_flHeight_3; public: inline static int32_t get_offset_of_m_flTopLeftX_0() { return static_cast(offsetof(IntersectionMaskRectangle_t_t15148FCAB82A2E513DA6AA176C8CE13E78801E70, ___m_flTopLeftX_0)); } inline float get_m_flTopLeftX_0() const { return ___m_flTopLeftX_0; } inline float* get_address_of_m_flTopLeftX_0() { return &___m_flTopLeftX_0; } inline void set_m_flTopLeftX_0(float value) { ___m_flTopLeftX_0 = value; } inline static int32_t get_offset_of_m_flTopLeftY_1() { return static_cast(offsetof(IntersectionMaskRectangle_t_t15148FCAB82A2E513DA6AA176C8CE13E78801E70, ___m_flTopLeftY_1)); } inline float get_m_flTopLeftY_1() const { return ___m_flTopLeftY_1; } inline float* get_address_of_m_flTopLeftY_1() { return &___m_flTopLeftY_1; } inline void set_m_flTopLeftY_1(float value) { ___m_flTopLeftY_1 = value; } inline static int32_t get_offset_of_m_flWidth_2() { return static_cast(offsetof(IntersectionMaskRectangle_t_t15148FCAB82A2E513DA6AA176C8CE13E78801E70, ___m_flWidth_2)); } inline float get_m_flWidth_2() const { return ___m_flWidth_2; } inline float* get_address_of_m_flWidth_2() { return &___m_flWidth_2; } inline void set_m_flWidth_2(float value) { ___m_flWidth_2 = value; } inline static int32_t get_offset_of_m_flHeight_3() { return static_cast(offsetof(IntersectionMaskRectangle_t_t15148FCAB82A2E513DA6AA176C8CE13E78801E70, ___m_flHeight_3)); } inline float get_m_flHeight_3() const { return ___m_flHeight_3; } inline float* get_address_of_m_flHeight_3() { return &___m_flHeight_3; } inline void set_m_flHeight_3(float value) { ___m_flHeight_3 = value; } }; // UnityEngine.LayerMask struct LayerMask_t5FA647D8C300EA0621360CA4424717C3C73190A8 { public: // System.Int32 UnityEngine.LayerMask::m_Mask int32_t ___m_Mask_0; public: inline static int32_t get_offset_of_m_Mask_0() { return static_cast(offsetof(LayerMask_t5FA647D8C300EA0621360CA4424717C3C73190A8, ___m_Mask_0)); } inline int32_t get_m_Mask_0() const { return ___m_Mask_0; } inline int32_t* get_address_of_m_Mask_0() { return &___m_Mask_0; } inline void set_m_Mask_0(int32_t value) { ___m_Mask_0 = value; } }; // UnityEngine.Matrix4x4 struct Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461 { public: // System.Single UnityEngine.Matrix4x4::m00 float ___m00_0; // System.Single UnityEngine.Matrix4x4::m10 float ___m10_1; // System.Single UnityEngine.Matrix4x4::m20 float ___m20_2; // System.Single UnityEngine.Matrix4x4::m30 float ___m30_3; // System.Single UnityEngine.Matrix4x4::m01 float ___m01_4; // System.Single UnityEngine.Matrix4x4::m11 float ___m11_5; // System.Single UnityEngine.Matrix4x4::m21 float ___m21_6; // System.Single UnityEngine.Matrix4x4::m31 float ___m31_7; // System.Single UnityEngine.Matrix4x4::m02 float ___m02_8; // System.Single UnityEngine.Matrix4x4::m12 float ___m12_9; // System.Single UnityEngine.Matrix4x4::m22 float ___m22_10; // System.Single UnityEngine.Matrix4x4::m32 float ___m32_11; // System.Single UnityEngine.Matrix4x4::m03 float ___m03_12; // System.Single UnityEngine.Matrix4x4::m13 float ___m13_13; // System.Single UnityEngine.Matrix4x4::m23 float ___m23_14; // System.Single UnityEngine.Matrix4x4::m33 float ___m33_15; public: inline static int32_t get_offset_of_m00_0() { return static_cast(offsetof(Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461, ___m00_0)); } inline float get_m00_0() const { return ___m00_0; } inline float* get_address_of_m00_0() { return &___m00_0; } inline void set_m00_0(float value) { ___m00_0 = value; } inline static int32_t get_offset_of_m10_1() { return static_cast(offsetof(Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461, ___m10_1)); } inline float get_m10_1() const { return ___m10_1; } inline float* get_address_of_m10_1() { return &___m10_1; } inline void set_m10_1(float value) { ___m10_1 = value; } inline static int32_t get_offset_of_m20_2() { return static_cast(offsetof(Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461, ___m20_2)); } inline float get_m20_2() const { return ___m20_2; } inline float* get_address_of_m20_2() { return &___m20_2; } inline void set_m20_2(float value) { ___m20_2 = value; } inline static int32_t get_offset_of_m30_3() { return static_cast(offsetof(Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461, ___m30_3)); } inline float get_m30_3() const { return ___m30_3; } inline float* get_address_of_m30_3() { return &___m30_3; } inline void set_m30_3(float value) { ___m30_3 = value; } inline static int32_t get_offset_of_m01_4() { return static_cast(offsetof(Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461, ___m01_4)); } inline float get_m01_4() const { return ___m01_4; } inline float* get_address_of_m01_4() { return &___m01_4; } inline void set_m01_4(float value) { ___m01_4 = value; } inline static int32_t get_offset_of_m11_5() { return static_cast(offsetof(Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461, ___m11_5)); } inline float get_m11_5() const { return ___m11_5; } inline float* get_address_of_m11_5() { return &___m11_5; } inline void set_m11_5(float value) { ___m11_5 = value; } inline static int32_t get_offset_of_m21_6() { return static_cast(offsetof(Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461, ___m21_6)); } inline float get_m21_6() const { return ___m21_6; } inline float* get_address_of_m21_6() { return &___m21_6; } inline void set_m21_6(float value) { ___m21_6 = value; } inline static int32_t get_offset_of_m31_7() { return static_cast(offsetof(Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461, ___m31_7)); } inline float get_m31_7() const { return ___m31_7; } inline float* get_address_of_m31_7() { return &___m31_7; } inline void set_m31_7(float value) { ___m31_7 = value; } inline static int32_t get_offset_of_m02_8() { return static_cast(offsetof(Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461, ___m02_8)); } inline float get_m02_8() const { return ___m02_8; } inline float* get_address_of_m02_8() { return &___m02_8; } inline void set_m02_8(float value) { ___m02_8 = value; } inline static int32_t get_offset_of_m12_9() { return static_cast(offsetof(Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461, ___m12_9)); } inline float get_m12_9() const { return ___m12_9; } inline float* get_address_of_m12_9() { return &___m12_9; } inline void set_m12_9(float value) { ___m12_9 = value; } inline static int32_t get_offset_of_m22_10() { return static_cast(offsetof(Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461, ___m22_10)); } inline float get_m22_10() const { return ___m22_10; } inline float* get_address_of_m22_10() { return &___m22_10; } inline void set_m22_10(float value) { ___m22_10 = value; } inline static int32_t get_offset_of_m32_11() { return static_cast(offsetof(Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461, ___m32_11)); } inline float get_m32_11() const { return ___m32_11; } inline float* get_address_of_m32_11() { return &___m32_11; } inline void set_m32_11(float value) { ___m32_11 = value; } inline static int32_t get_offset_of_m03_12() { return static_cast(offsetof(Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461, ___m03_12)); } inline float get_m03_12() const { return ___m03_12; } inline float* get_address_of_m03_12() { return &___m03_12; } inline void set_m03_12(float value) { ___m03_12 = value; } inline static int32_t get_offset_of_m13_13() { return static_cast(offsetof(Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461, ___m13_13)); } inline float get_m13_13() const { return ___m13_13; } inline float* get_address_of_m13_13() { return &___m13_13; } inline void set_m13_13(float value) { ___m13_13 = value; } inline static int32_t get_offset_of_m23_14() { return static_cast(offsetof(Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461, ___m23_14)); } inline float get_m23_14() const { return ___m23_14; } inline float* get_address_of_m23_14() { return &___m23_14; } inline void set_m23_14(float value) { ___m23_14 = value; } inline static int32_t get_offset_of_m33_15() { return static_cast(offsetof(Matrix4x4_tDE7FF4F2E2EA284F6EFE00D627789D0E5B8B4461, ___m33_15)); } inline float get_m33_15() const { return ___m33_15; } inline float* get_address_of_m33_15() { return &___m33_15; } inline void set_m33_15(float value) { ___m33_15 = value; } }; // OVRBinaryChunk struct OVRBinaryChunk_tE7AE5523FF559B65D0E7378E0136047A2881F607 { public: // System.IO.Stream OVRBinaryChunk::chunkStream Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___chunkStream_0; // System.UInt32 OVRBinaryChunk::chunkLength uint32_t ___chunkLength_1; // System.Int64 OVRBinaryChunk::chunkStart int64_t ___chunkStart_2; public: inline static int32_t get_offset_of_chunkStream_0() { return static_cast(offsetof(OVRBinaryChunk_tE7AE5523FF559B65D0E7378E0136047A2881F607, ___chunkStream_0)); } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * get_chunkStream_0() const { return ___chunkStream_0; } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB ** get_address_of_chunkStream_0() { return &___chunkStream_0; } inline void set_chunkStream_0(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * value) { ___chunkStream_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___chunkStream_0), (void*)value); } inline static int32_t get_offset_of_chunkLength_1() { return static_cast(offsetof(OVRBinaryChunk_tE7AE5523FF559B65D0E7378E0136047A2881F607, ___chunkLength_1)); } inline uint32_t get_chunkLength_1() const { return ___chunkLength_1; } inline uint32_t* get_address_of_chunkLength_1() { return &___chunkLength_1; } inline void set_chunkLength_1(uint32_t value) { ___chunkLength_1 = value; } inline static int32_t get_offset_of_chunkStart_2() { return static_cast(offsetof(OVRBinaryChunk_tE7AE5523FF559B65D0E7378E0136047A2881F607, ___chunkStart_2)); } inline int64_t get_chunkStart_2() const { return ___chunkStart_2; } inline int64_t* get_address_of_chunkStart_2() { return &___chunkStart_2; } inline void set_chunkStart_2(int64_t value) { ___chunkStart_2 = value; } }; // Native definition for P/Invoke marshalling of OVRBinaryChunk struct OVRBinaryChunk_tE7AE5523FF559B65D0E7378E0136047A2881F607_marshaled_pinvoke { Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___chunkStream_0; uint32_t ___chunkLength_1; int64_t ___chunkStart_2; }; // Native definition for COM marshalling of OVRBinaryChunk struct OVRBinaryChunk_tE7AE5523FF559B65D0E7378E0136047A2881F607_marshaled_com { Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___chunkStream_0; uint32_t ___chunkLength_1; int64_t ___chunkStart_2; }; // OVRGLTFScene struct OVRGLTFScene_t477E950FEA83E49F910D5B519850A29CA5308380 { public: // UnityEngine.GameObject OVRGLTFScene::root GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___root_0; // System.Collections.Generic.List`1 OVRGLTFScene::nodes List_1_t6D0A10F47F3440798295D2FFFC6D016477AF38E5 * ___nodes_1; public: inline static int32_t get_offset_of_root_0() { return static_cast(offsetof(OVRGLTFScene_t477E950FEA83E49F910D5B519850A29CA5308380, ___root_0)); } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * get_root_0() const { return ___root_0; } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 ** get_address_of_root_0() { return &___root_0; } inline void set_root_0(GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * value) { ___root_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___root_0), (void*)value); } inline static int32_t get_offset_of_nodes_1() { return static_cast(offsetof(OVRGLTFScene_t477E950FEA83E49F910D5B519850A29CA5308380, ___nodes_1)); } inline List_1_t6D0A10F47F3440798295D2FFFC6D016477AF38E5 * get_nodes_1() const { return ___nodes_1; } inline List_1_t6D0A10F47F3440798295D2FFFC6D016477AF38E5 ** get_address_of_nodes_1() { return &___nodes_1; } inline void set_nodes_1(List_1_t6D0A10F47F3440798295D2FFFC6D016477AF38E5 * value) { ___nodes_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___nodes_1), (void*)value); } }; // Native definition for P/Invoke marshalling of OVRGLTFScene struct OVRGLTFScene_t477E950FEA83E49F910D5B519850A29CA5308380_marshaled_pinvoke { GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___root_0; List_1_t6D0A10F47F3440798295D2FFFC6D016477AF38E5 * ___nodes_1; }; // Native definition for COM marshalling of OVRGLTFScene struct OVRGLTFScene_t477E950FEA83E49F910D5B519850A29CA5308380_marshaled_com { GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___root_0; List_1_t6D0A10F47F3440798295D2FFFC6D016477AF38E5 * ___nodes_1; }; // 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; } }; // Assets.OVR.Scripts.RangedRecord struct RangedRecord_t14B92B95AE303666705E581AE12D56D3374EABF6 : public Record_t2D51BDFDB2CC5FD8111AD57538C6FF4C30C48FC9 { public: // System.Single Assets.OVR.Scripts.RangedRecord::value float ___value_3; // System.Single Assets.OVR.Scripts.RangedRecord::min float ___min_4; // System.Single Assets.OVR.Scripts.RangedRecord::max float ___max_5; public: inline static int32_t get_offset_of_value_3() { return static_cast(offsetof(RangedRecord_t14B92B95AE303666705E581AE12D56D3374EABF6, ___value_3)); } inline float get_value_3() const { return ___value_3; } inline float* get_address_of_value_3() { return &___value_3; } inline void set_value_3(float value) { ___value_3 = value; } inline static int32_t get_offset_of_min_4() { return static_cast(offsetof(RangedRecord_t14B92B95AE303666705E581AE12D56D3374EABF6, ___min_4)); } inline float get_min_4() const { return ___min_4; } inline float* get_address_of_min_4() { return &___min_4; } inline void set_min_4(float value) { ___min_4 = value; } inline static int32_t get_offset_of_max_5() { return static_cast(offsetof(RangedRecord_t14B92B95AE303666705E581AE12D56D3374EABF6, ___max_5)); } inline float get_max_5() const { return ___max_5; } inline float* get_address_of_max_5() { return &___max_5; } inline void set_max_5(float value) { ___max_5 = value; } }; // UnityEngine.Rect struct Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 { public: // System.Single UnityEngine.Rect::m_XMin float ___m_XMin_0; // System.Single UnityEngine.Rect::m_YMin float ___m_YMin_1; // System.Single UnityEngine.Rect::m_Width float ___m_Width_2; // System.Single UnityEngine.Rect::m_Height float ___m_Height_3; public: inline static int32_t get_offset_of_m_XMin_0() { return static_cast(offsetof(Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878, ___m_XMin_0)); } inline float get_m_XMin_0() const { return ___m_XMin_0; } inline float* get_address_of_m_XMin_0() { return &___m_XMin_0; } inline void set_m_XMin_0(float value) { ___m_XMin_0 = value; } inline static int32_t get_offset_of_m_YMin_1() { return static_cast(offsetof(Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878, ___m_YMin_1)); } inline float get_m_YMin_1() const { return ___m_YMin_1; } inline float* get_address_of_m_YMin_1() { return &___m_YMin_1; } inline void set_m_YMin_1(float value) { ___m_YMin_1 = value; } inline static int32_t get_offset_of_m_Width_2() { return static_cast(offsetof(Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878, ___m_Width_2)); } inline float get_m_Width_2() const { return ___m_Width_2; } inline float* get_address_of_m_Width_2() { return &___m_Width_2; } inline void set_m_Width_2(float value) { ___m_Width_2 = value; } inline static int32_t get_offset_of_m_Height_3() { return static_cast(offsetof(Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878, ___m_Height_3)); } inline float get_m_Height_3() const { return ___m_Height_3; } inline float* get_address_of_m_Height_3() { return &___m_Height_3; } inline void set_m_Height_3(float value) { ___m_Height_3 = value; } }; // OVR.OpenVR.RenderModel_ControllerMode_State_t struct RenderModel_ControllerMode_State_t_t662CD0205F89B104803D0BBD5937670E1457A940 { public: // System.Boolean OVR.OpenVR.RenderModel_ControllerMode_State_t::bScrollWheelVisible bool ___bScrollWheelVisible_0; public: inline static int32_t get_offset_of_bScrollWheelVisible_0() { return static_cast(offsetof(RenderModel_ControllerMode_State_t_t662CD0205F89B104803D0BBD5937670E1457A940, ___bScrollWheelVisible_0)); } inline bool get_bScrollWheelVisible_0() const { return ___bScrollWheelVisible_0; } inline bool* get_address_of_bScrollWheelVisible_0() { return &___bScrollWheelVisible_0; } inline void set_bScrollWheelVisible_0(bool value) { ___bScrollWheelVisible_0 = value; } }; // UnityEngine.Rendering.ShaderTagId struct ShaderTagId_t51914C89B8119195DACD234D1A624AAB7A07F795 { public: // System.Int32 UnityEngine.Rendering.ShaderTagId::m_Id int32_t ___m_Id_1; public: inline static int32_t get_offset_of_m_Id_1() { return static_cast(offsetof(ShaderTagId_t51914C89B8119195DACD234D1A624AAB7A07F795, ___m_Id_1)); } inline int32_t get_m_Id_1() const { return ___m_Id_1; } inline int32_t* get_address_of_m_Id_1() { return &___m_Id_1; } inline void set_m_Id_1(int32_t value) { ___m_Id_1 = 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.UI.SpriteState struct SpriteState_t9024961148433175CE2F3D9E8E9239A8B1CAB15E { public: // UnityEngine.Sprite UnityEngine.UI.SpriteState::m_HighlightedSprite Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * ___m_HighlightedSprite_0; // UnityEngine.Sprite UnityEngine.UI.SpriteState::m_PressedSprite Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * ___m_PressedSprite_1; // UnityEngine.Sprite UnityEngine.UI.SpriteState::m_SelectedSprite Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * ___m_SelectedSprite_2; // UnityEngine.Sprite UnityEngine.UI.SpriteState::m_DisabledSprite Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * ___m_DisabledSprite_3; public: inline static int32_t get_offset_of_m_HighlightedSprite_0() { return static_cast(offsetof(SpriteState_t9024961148433175CE2F3D9E8E9239A8B1CAB15E, ___m_HighlightedSprite_0)); } inline Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * get_m_HighlightedSprite_0() const { return ___m_HighlightedSprite_0; } inline Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 ** get_address_of_m_HighlightedSprite_0() { return &___m_HighlightedSprite_0; } inline void set_m_HighlightedSprite_0(Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * value) { ___m_HighlightedSprite_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_HighlightedSprite_0), (void*)value); } inline static int32_t get_offset_of_m_PressedSprite_1() { return static_cast(offsetof(SpriteState_t9024961148433175CE2F3D9E8E9239A8B1CAB15E, ___m_PressedSprite_1)); } inline Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * get_m_PressedSprite_1() const { return ___m_PressedSprite_1; } inline Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 ** get_address_of_m_PressedSprite_1() { return &___m_PressedSprite_1; } inline void set_m_PressedSprite_1(Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * value) { ___m_PressedSprite_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_PressedSprite_1), (void*)value); } inline static int32_t get_offset_of_m_SelectedSprite_2() { return static_cast(offsetof(SpriteState_t9024961148433175CE2F3D9E8E9239A8B1CAB15E, ___m_SelectedSprite_2)); } inline Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * get_m_SelectedSprite_2() const { return ___m_SelectedSprite_2; } inline Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 ** get_address_of_m_SelectedSprite_2() { return &___m_SelectedSprite_2; } inline void set_m_SelectedSprite_2(Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * value) { ___m_SelectedSprite_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_SelectedSprite_2), (void*)value); } inline static int32_t get_offset_of_m_DisabledSprite_3() { return static_cast(offsetof(SpriteState_t9024961148433175CE2F3D9E8E9239A8B1CAB15E, ___m_DisabledSprite_3)); } inline Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * get_m_DisabledSprite_3() const { return ___m_DisabledSprite_3; } inline Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 ** get_address_of_m_DisabledSprite_3() { return &___m_DisabledSprite_3; } inline void set_m_DisabledSprite_3(Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * value) { ___m_DisabledSprite_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_DisabledSprite_3), (void*)value); } }; // Native definition for P/Invoke marshalling of UnityEngine.UI.SpriteState struct SpriteState_t9024961148433175CE2F3D9E8E9239A8B1CAB15E_marshaled_pinvoke { Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * ___m_HighlightedSprite_0; Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * ___m_PressedSprite_1; Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * ___m_SelectedSprite_2; Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * ___m_DisabledSprite_3; }; // Native definition for COM marshalling of UnityEngine.UI.SpriteState struct SpriteState_t9024961148433175CE2F3D9E8E9239A8B1CAB15E_marshaled_com { Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * ___m_HighlightedSprite_0; Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * ___m_PressedSprite_1; Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * ___m_SelectedSprite_2; Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * ___m_DisabledSprite_3; }; // System.IO.TextReader struct TextReader_t25B06DCA1906FEAD02150DB14313EBEA4CD78D2F : public MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8 { public: public: }; // 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.UInt64 struct UInt64_tEC57511B3E3CA2DBA1BEBD434C6983E31C943281 { public: // System.UInt64 System.UInt64::m_value uint64_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(UInt64_tEC57511B3E3CA2DBA1BEBD434C6983E31C943281, ___m_value_0)); } inline uint64_t get_m_value_0() const { return ___m_value_0; } inline uint64_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(uint64_t value) { ___m_value_0 = value; } }; // OVR.OpenVR.VRActiveActionSet_t struct VRActiveActionSet_t_t7374CA8BBF565E4F5CE4BF09A8D6E7D1A15B33FC { public: // System.UInt64 OVR.OpenVR.VRActiveActionSet_t::ulActionSet uint64_t ___ulActionSet_0; // System.UInt64 OVR.OpenVR.VRActiveActionSet_t::ulRestrictedToDevice uint64_t ___ulRestrictedToDevice_1; // System.UInt64 OVR.OpenVR.VRActiveActionSet_t::ulSecondaryActionSet uint64_t ___ulSecondaryActionSet_2; // System.UInt32 OVR.OpenVR.VRActiveActionSet_t::unPadding uint32_t ___unPadding_3; // System.Int32 OVR.OpenVR.VRActiveActionSet_t::nPriority int32_t ___nPriority_4; public: inline static int32_t get_offset_of_ulActionSet_0() { return static_cast(offsetof(VRActiveActionSet_t_t7374CA8BBF565E4F5CE4BF09A8D6E7D1A15B33FC, ___ulActionSet_0)); } inline uint64_t get_ulActionSet_0() const { return ___ulActionSet_0; } inline uint64_t* get_address_of_ulActionSet_0() { return &___ulActionSet_0; } inline void set_ulActionSet_0(uint64_t value) { ___ulActionSet_0 = value; } inline static int32_t get_offset_of_ulRestrictedToDevice_1() { return static_cast(offsetof(VRActiveActionSet_t_t7374CA8BBF565E4F5CE4BF09A8D6E7D1A15B33FC, ___ulRestrictedToDevice_1)); } inline uint64_t get_ulRestrictedToDevice_1() const { return ___ulRestrictedToDevice_1; } inline uint64_t* get_address_of_ulRestrictedToDevice_1() { return &___ulRestrictedToDevice_1; } inline void set_ulRestrictedToDevice_1(uint64_t value) { ___ulRestrictedToDevice_1 = value; } inline static int32_t get_offset_of_ulSecondaryActionSet_2() { return static_cast(offsetof(VRActiveActionSet_t_t7374CA8BBF565E4F5CE4BF09A8D6E7D1A15B33FC, ___ulSecondaryActionSet_2)); } inline uint64_t get_ulSecondaryActionSet_2() const { return ___ulSecondaryActionSet_2; } inline uint64_t* get_address_of_ulSecondaryActionSet_2() { return &___ulSecondaryActionSet_2; } inline void set_ulSecondaryActionSet_2(uint64_t value) { ___ulSecondaryActionSet_2 = value; } inline static int32_t get_offset_of_unPadding_3() { return static_cast(offsetof(VRActiveActionSet_t_t7374CA8BBF565E4F5CE4BF09A8D6E7D1A15B33FC, ___unPadding_3)); } inline uint32_t get_unPadding_3() const { return ___unPadding_3; } inline uint32_t* get_address_of_unPadding_3() { return &___unPadding_3; } inline void set_unPadding_3(uint32_t value) { ___unPadding_3 = value; } inline static int32_t get_offset_of_nPriority_4() { return static_cast(offsetof(VRActiveActionSet_t_t7374CA8BBF565E4F5CE4BF09A8D6E7D1A15B33FC, ___nPriority_4)); } inline int32_t get_nPriority_4() const { return ___nPriority_4; } inline int32_t* get_address_of_nPriority_4() { return &___nPriority_4; } inline void set_nPriority_4(int32_t value) { ___nPriority_4 = value; } }; // OVR.OpenVR.VRControllerAxis_t struct VRControllerAxis_t_t33B45527C50B1B1261A723C96BCBCA6F44B7EF4A { public: // System.Single OVR.OpenVR.VRControllerAxis_t::x float ___x_0; // System.Single OVR.OpenVR.VRControllerAxis_t::y float ___y_1; public: inline static int32_t get_offset_of_x_0() { return static_cast(offsetof(VRControllerAxis_t_t33B45527C50B1B1261A723C96BCBCA6F44B7EF4A, ___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(VRControllerAxis_t_t33B45527C50B1B1261A723C96BCBCA6F44B7EF4A, ___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; } }; // OVR.OpenVR.VREvent_ApplicationLaunch_t struct VREvent_ApplicationLaunch_t_t02701E4611F42EDF610D282B3D56D9BCC7A72408 { public: // System.UInt32 OVR.OpenVR.VREvent_ApplicationLaunch_t::pid uint32_t ___pid_0; // System.UInt32 OVR.OpenVR.VREvent_ApplicationLaunch_t::unArgsHandle uint32_t ___unArgsHandle_1; public: inline static int32_t get_offset_of_pid_0() { return static_cast(offsetof(VREvent_ApplicationLaunch_t_t02701E4611F42EDF610D282B3D56D9BCC7A72408, ___pid_0)); } inline uint32_t get_pid_0() const { return ___pid_0; } inline uint32_t* get_address_of_pid_0() { return &___pid_0; } inline void set_pid_0(uint32_t value) { ___pid_0 = value; } inline static int32_t get_offset_of_unArgsHandle_1() { return static_cast(offsetof(VREvent_ApplicationLaunch_t_t02701E4611F42EDF610D282B3D56D9BCC7A72408, ___unArgsHandle_1)); } inline uint32_t get_unArgsHandle_1() const { return ___unArgsHandle_1; } inline uint32_t* get_address_of_unArgsHandle_1() { return &___unArgsHandle_1; } inline void set_unArgsHandle_1(uint32_t value) { ___unArgsHandle_1 = value; } }; // OVR.OpenVR.VREvent_Chaperone_t struct VREvent_Chaperone_t_t639304DC478D06E54F1DD3E0814A67F976D0D42B { public: // System.UInt64 OVR.OpenVR.VREvent_Chaperone_t::m_nPreviousUniverse uint64_t ___m_nPreviousUniverse_0; // System.UInt64 OVR.OpenVR.VREvent_Chaperone_t::m_nCurrentUniverse uint64_t ___m_nCurrentUniverse_1; public: inline static int32_t get_offset_of_m_nPreviousUniverse_0() { return static_cast(offsetof(VREvent_Chaperone_t_t639304DC478D06E54F1DD3E0814A67F976D0D42B, ___m_nPreviousUniverse_0)); } inline uint64_t get_m_nPreviousUniverse_0() const { return ___m_nPreviousUniverse_0; } inline uint64_t* get_address_of_m_nPreviousUniverse_0() { return &___m_nPreviousUniverse_0; } inline void set_m_nPreviousUniverse_0(uint64_t value) { ___m_nPreviousUniverse_0 = value; } inline static int32_t get_offset_of_m_nCurrentUniverse_1() { return static_cast(offsetof(VREvent_Chaperone_t_t639304DC478D06E54F1DD3E0814A67F976D0D42B, ___m_nCurrentUniverse_1)); } inline uint64_t get_m_nCurrentUniverse_1() const { return ___m_nCurrentUniverse_1; } inline uint64_t* get_address_of_m_nCurrentUniverse_1() { return &___m_nCurrentUniverse_1; } inline void set_m_nCurrentUniverse_1(uint64_t value) { ___m_nCurrentUniverse_1 = value; } }; // OVR.OpenVR.VREvent_Controller_t struct VREvent_Controller_t_t7901CAEC2435CBEC07DDD734DB1FF75EEF1D14D2 { public: // System.UInt32 OVR.OpenVR.VREvent_Controller_t::button uint32_t ___button_0; public: inline static int32_t get_offset_of_button_0() { return static_cast(offsetof(VREvent_Controller_t_t7901CAEC2435CBEC07DDD734DB1FF75EEF1D14D2, ___button_0)); } inline uint32_t get_button_0() const { return ___button_0; } inline uint32_t* get_address_of_button_0() { return &___button_0; } inline void set_button_0(uint32_t value) { ___button_0 = value; } }; // OVR.OpenVR.VREvent_EditingCameraSurface_t struct VREvent_EditingCameraSurface_t_t01D52345885D2256A62E54942F66312E28523829 { public: // System.UInt64 OVR.OpenVR.VREvent_EditingCameraSurface_t::overlayHandle uint64_t ___overlayHandle_0; // System.UInt32 OVR.OpenVR.VREvent_EditingCameraSurface_t::nVisualMode uint32_t ___nVisualMode_1; public: inline static int32_t get_offset_of_overlayHandle_0() { return static_cast(offsetof(VREvent_EditingCameraSurface_t_t01D52345885D2256A62E54942F66312E28523829, ___overlayHandle_0)); } inline uint64_t get_overlayHandle_0() const { return ___overlayHandle_0; } inline uint64_t* get_address_of_overlayHandle_0() { return &___overlayHandle_0; } inline void set_overlayHandle_0(uint64_t value) { ___overlayHandle_0 = value; } inline static int32_t get_offset_of_nVisualMode_1() { return static_cast(offsetof(VREvent_EditingCameraSurface_t_t01D52345885D2256A62E54942F66312E28523829, ___nVisualMode_1)); } inline uint32_t get_nVisualMode_1() const { return ___nVisualMode_1; } inline uint32_t* get_address_of_nVisualMode_1() { return &___nVisualMode_1; } inline void set_nVisualMode_1(uint32_t value) { ___nVisualMode_1 = value; } }; // OVR.OpenVR.VREvent_HapticVibration_t struct VREvent_HapticVibration_t_t46F53E9AB90825D58958490486677BED6BCBA8BD { public: // System.UInt64 OVR.OpenVR.VREvent_HapticVibration_t::containerHandle uint64_t ___containerHandle_0; // System.UInt64 OVR.OpenVR.VREvent_HapticVibration_t::componentHandle uint64_t ___componentHandle_1; // System.Single OVR.OpenVR.VREvent_HapticVibration_t::fDurationSeconds float ___fDurationSeconds_2; // System.Single OVR.OpenVR.VREvent_HapticVibration_t::fFrequency float ___fFrequency_3; // System.Single OVR.OpenVR.VREvent_HapticVibration_t::fAmplitude float ___fAmplitude_4; public: inline static int32_t get_offset_of_containerHandle_0() { return static_cast(offsetof(VREvent_HapticVibration_t_t46F53E9AB90825D58958490486677BED6BCBA8BD, ___containerHandle_0)); } inline uint64_t get_containerHandle_0() const { return ___containerHandle_0; } inline uint64_t* get_address_of_containerHandle_0() { return &___containerHandle_0; } inline void set_containerHandle_0(uint64_t value) { ___containerHandle_0 = value; } inline static int32_t get_offset_of_componentHandle_1() { return static_cast(offsetof(VREvent_HapticVibration_t_t46F53E9AB90825D58958490486677BED6BCBA8BD, ___componentHandle_1)); } inline uint64_t get_componentHandle_1() const { return ___componentHandle_1; } inline uint64_t* get_address_of_componentHandle_1() { return &___componentHandle_1; } inline void set_componentHandle_1(uint64_t value) { ___componentHandle_1 = value; } inline static int32_t get_offset_of_fDurationSeconds_2() { return static_cast(offsetof(VREvent_HapticVibration_t_t46F53E9AB90825D58958490486677BED6BCBA8BD, ___fDurationSeconds_2)); } inline float get_fDurationSeconds_2() const { return ___fDurationSeconds_2; } inline float* get_address_of_fDurationSeconds_2() { return &___fDurationSeconds_2; } inline void set_fDurationSeconds_2(float value) { ___fDurationSeconds_2 = value; } inline static int32_t get_offset_of_fFrequency_3() { return static_cast(offsetof(VREvent_HapticVibration_t_t46F53E9AB90825D58958490486677BED6BCBA8BD, ___fFrequency_3)); } inline float get_fFrequency_3() const { return ___fFrequency_3; } inline float* get_address_of_fFrequency_3() { return &___fFrequency_3; } inline void set_fFrequency_3(float value) { ___fFrequency_3 = value; } inline static int32_t get_offset_of_fAmplitude_4() { return static_cast(offsetof(VREvent_HapticVibration_t_t46F53E9AB90825D58958490486677BED6BCBA8BD, ___fAmplitude_4)); } inline float get_fAmplitude_4() const { return ___fAmplitude_4; } inline float* get_address_of_fAmplitude_4() { return &___fAmplitude_4; } inline void set_fAmplitude_4(float value) { ___fAmplitude_4 = value; } }; // OVR.OpenVR.VREvent_InputActionManifestLoad_t struct VREvent_InputActionManifestLoad_t_tCE3B1782669C71C46B549DE96B093CFC1F8634CF { public: // System.UInt64 OVR.OpenVR.VREvent_InputActionManifestLoad_t::pathAppKey uint64_t ___pathAppKey_0; // System.UInt64 OVR.OpenVR.VREvent_InputActionManifestLoad_t::pathMessage uint64_t ___pathMessage_1; // System.UInt64 OVR.OpenVR.VREvent_InputActionManifestLoad_t::pathMessageParam uint64_t ___pathMessageParam_2; // System.UInt64 OVR.OpenVR.VREvent_InputActionManifestLoad_t::pathManifestPath uint64_t ___pathManifestPath_3; public: inline static int32_t get_offset_of_pathAppKey_0() { return static_cast(offsetof(VREvent_InputActionManifestLoad_t_tCE3B1782669C71C46B549DE96B093CFC1F8634CF, ___pathAppKey_0)); } inline uint64_t get_pathAppKey_0() const { return ___pathAppKey_0; } inline uint64_t* get_address_of_pathAppKey_0() { return &___pathAppKey_0; } inline void set_pathAppKey_0(uint64_t value) { ___pathAppKey_0 = value; } inline static int32_t get_offset_of_pathMessage_1() { return static_cast(offsetof(VREvent_InputActionManifestLoad_t_tCE3B1782669C71C46B549DE96B093CFC1F8634CF, ___pathMessage_1)); } inline uint64_t get_pathMessage_1() const { return ___pathMessage_1; } inline uint64_t* get_address_of_pathMessage_1() { return &___pathMessage_1; } inline void set_pathMessage_1(uint64_t value) { ___pathMessage_1 = value; } inline static int32_t get_offset_of_pathMessageParam_2() { return static_cast(offsetof(VREvent_InputActionManifestLoad_t_tCE3B1782669C71C46B549DE96B093CFC1F8634CF, ___pathMessageParam_2)); } inline uint64_t get_pathMessageParam_2() const { return ___pathMessageParam_2; } inline uint64_t* get_address_of_pathMessageParam_2() { return &___pathMessageParam_2; } inline void set_pathMessageParam_2(uint64_t value) { ___pathMessageParam_2 = value; } inline static int32_t get_offset_of_pathManifestPath_3() { return static_cast(offsetof(VREvent_InputActionManifestLoad_t_tCE3B1782669C71C46B549DE96B093CFC1F8634CF, ___pathManifestPath_3)); } inline uint64_t get_pathManifestPath_3() const { return ___pathManifestPath_3; } inline uint64_t* get_address_of_pathManifestPath_3() { return &___pathManifestPath_3; } inline void set_pathManifestPath_3(uint64_t value) { ___pathManifestPath_3 = value; } }; // OVR.OpenVR.VREvent_InputBindingLoad_t struct VREvent_InputBindingLoad_t_t6C8B16DB9FAC5EF5CA8B7ABFF43D3556A1CA0639 { public: // System.UInt64 OVR.OpenVR.VREvent_InputBindingLoad_t::ulAppContainer uint64_t ___ulAppContainer_0; // System.UInt64 OVR.OpenVR.VREvent_InputBindingLoad_t::pathMessage uint64_t ___pathMessage_1; // System.UInt64 OVR.OpenVR.VREvent_InputBindingLoad_t::pathUrl uint64_t ___pathUrl_2; // System.UInt64 OVR.OpenVR.VREvent_InputBindingLoad_t::pathControllerType uint64_t ___pathControllerType_3; public: inline static int32_t get_offset_of_ulAppContainer_0() { return static_cast(offsetof(VREvent_InputBindingLoad_t_t6C8B16DB9FAC5EF5CA8B7ABFF43D3556A1CA0639, ___ulAppContainer_0)); } inline uint64_t get_ulAppContainer_0() const { return ___ulAppContainer_0; } inline uint64_t* get_address_of_ulAppContainer_0() { return &___ulAppContainer_0; } inline void set_ulAppContainer_0(uint64_t value) { ___ulAppContainer_0 = value; } inline static int32_t get_offset_of_pathMessage_1() { return static_cast(offsetof(VREvent_InputBindingLoad_t_t6C8B16DB9FAC5EF5CA8B7ABFF43D3556A1CA0639, ___pathMessage_1)); } inline uint64_t get_pathMessage_1() const { return ___pathMessage_1; } inline uint64_t* get_address_of_pathMessage_1() { return &___pathMessage_1; } inline void set_pathMessage_1(uint64_t value) { ___pathMessage_1 = value; } inline static int32_t get_offset_of_pathUrl_2() { return static_cast(offsetof(VREvent_InputBindingLoad_t_t6C8B16DB9FAC5EF5CA8B7ABFF43D3556A1CA0639, ___pathUrl_2)); } inline uint64_t get_pathUrl_2() const { return ___pathUrl_2; } inline uint64_t* get_address_of_pathUrl_2() { return &___pathUrl_2; } inline void set_pathUrl_2(uint64_t value) { ___pathUrl_2 = value; } inline static int32_t get_offset_of_pathControllerType_3() { return static_cast(offsetof(VREvent_InputBindingLoad_t_t6C8B16DB9FAC5EF5CA8B7ABFF43D3556A1CA0639, ___pathControllerType_3)); } inline uint64_t get_pathControllerType_3() const { return ___pathControllerType_3; } inline uint64_t* get_address_of_pathControllerType_3() { return &___pathControllerType_3; } inline void set_pathControllerType_3(uint64_t value) { ___pathControllerType_3 = value; } }; // OVR.OpenVR.VREvent_Ipd_t struct VREvent_Ipd_t_tF6DB2AE61DCC798F45C0C7F06D9C9C4AAB64A3C5 { public: // System.Single OVR.OpenVR.VREvent_Ipd_t::ipdMeters float ___ipdMeters_0; public: inline static int32_t get_offset_of_ipdMeters_0() { return static_cast(offsetof(VREvent_Ipd_t_tF6DB2AE61DCC798F45C0C7F06D9C9C4AAB64A3C5, ___ipdMeters_0)); } inline float get_ipdMeters_0() const { return ___ipdMeters_0; } inline float* get_address_of_ipdMeters_0() { return &___ipdMeters_0; } inline void set_ipdMeters_0(float value) { ___ipdMeters_0 = value; } }; // OVR.OpenVR.VREvent_Keyboard_t struct VREvent_Keyboard_t_tFDBE4FAACA85A5B62D607702A4F54EB54EDE2056 { public: // System.Byte OVR.OpenVR.VREvent_Keyboard_t::cNewInput0 uint8_t ___cNewInput0_0; // System.Byte OVR.OpenVR.VREvent_Keyboard_t::cNewInput1 uint8_t ___cNewInput1_1; // System.Byte OVR.OpenVR.VREvent_Keyboard_t::cNewInput2 uint8_t ___cNewInput2_2; // System.Byte OVR.OpenVR.VREvent_Keyboard_t::cNewInput3 uint8_t ___cNewInput3_3; // System.Byte OVR.OpenVR.VREvent_Keyboard_t::cNewInput4 uint8_t ___cNewInput4_4; // System.Byte OVR.OpenVR.VREvent_Keyboard_t::cNewInput5 uint8_t ___cNewInput5_5; // System.Byte OVR.OpenVR.VREvent_Keyboard_t::cNewInput6 uint8_t ___cNewInput6_6; // System.Byte OVR.OpenVR.VREvent_Keyboard_t::cNewInput7 uint8_t ___cNewInput7_7; // System.UInt64 OVR.OpenVR.VREvent_Keyboard_t::uUserValue uint64_t ___uUserValue_8; public: inline static int32_t get_offset_of_cNewInput0_0() { return static_cast(offsetof(VREvent_Keyboard_t_tFDBE4FAACA85A5B62D607702A4F54EB54EDE2056, ___cNewInput0_0)); } inline uint8_t get_cNewInput0_0() const { return ___cNewInput0_0; } inline uint8_t* get_address_of_cNewInput0_0() { return &___cNewInput0_0; } inline void set_cNewInput0_0(uint8_t value) { ___cNewInput0_0 = value; } inline static int32_t get_offset_of_cNewInput1_1() { return static_cast(offsetof(VREvent_Keyboard_t_tFDBE4FAACA85A5B62D607702A4F54EB54EDE2056, ___cNewInput1_1)); } inline uint8_t get_cNewInput1_1() const { return ___cNewInput1_1; } inline uint8_t* get_address_of_cNewInput1_1() { return &___cNewInput1_1; } inline void set_cNewInput1_1(uint8_t value) { ___cNewInput1_1 = value; } inline static int32_t get_offset_of_cNewInput2_2() { return static_cast(offsetof(VREvent_Keyboard_t_tFDBE4FAACA85A5B62D607702A4F54EB54EDE2056, ___cNewInput2_2)); } inline uint8_t get_cNewInput2_2() const { return ___cNewInput2_2; } inline uint8_t* get_address_of_cNewInput2_2() { return &___cNewInput2_2; } inline void set_cNewInput2_2(uint8_t value) { ___cNewInput2_2 = value; } inline static int32_t get_offset_of_cNewInput3_3() { return static_cast(offsetof(VREvent_Keyboard_t_tFDBE4FAACA85A5B62D607702A4F54EB54EDE2056, ___cNewInput3_3)); } inline uint8_t get_cNewInput3_3() const { return ___cNewInput3_3; } inline uint8_t* get_address_of_cNewInput3_3() { return &___cNewInput3_3; } inline void set_cNewInput3_3(uint8_t value) { ___cNewInput3_3 = value; } inline static int32_t get_offset_of_cNewInput4_4() { return static_cast(offsetof(VREvent_Keyboard_t_tFDBE4FAACA85A5B62D607702A4F54EB54EDE2056, ___cNewInput4_4)); } inline uint8_t get_cNewInput4_4() const { return ___cNewInput4_4; } inline uint8_t* get_address_of_cNewInput4_4() { return &___cNewInput4_4; } inline void set_cNewInput4_4(uint8_t value) { ___cNewInput4_4 = value; } inline static int32_t get_offset_of_cNewInput5_5() { return static_cast(offsetof(VREvent_Keyboard_t_tFDBE4FAACA85A5B62D607702A4F54EB54EDE2056, ___cNewInput5_5)); } inline uint8_t get_cNewInput5_5() const { return ___cNewInput5_5; } inline uint8_t* get_address_of_cNewInput5_5() { return &___cNewInput5_5; } inline void set_cNewInput5_5(uint8_t value) { ___cNewInput5_5 = value; } inline static int32_t get_offset_of_cNewInput6_6() { return static_cast(offsetof(VREvent_Keyboard_t_tFDBE4FAACA85A5B62D607702A4F54EB54EDE2056, ___cNewInput6_6)); } inline uint8_t get_cNewInput6_6() const { return ___cNewInput6_6; } inline uint8_t* get_address_of_cNewInput6_6() { return &___cNewInput6_6; } inline void set_cNewInput6_6(uint8_t value) { ___cNewInput6_6 = value; } inline static int32_t get_offset_of_cNewInput7_7() { return static_cast(offsetof(VREvent_Keyboard_t_tFDBE4FAACA85A5B62D607702A4F54EB54EDE2056, ___cNewInput7_7)); } inline uint8_t get_cNewInput7_7() const { return ___cNewInput7_7; } inline uint8_t* get_address_of_cNewInput7_7() { return &___cNewInput7_7; } inline void set_cNewInput7_7(uint8_t value) { ___cNewInput7_7 = value; } inline static int32_t get_offset_of_uUserValue_8() { return static_cast(offsetof(VREvent_Keyboard_t_tFDBE4FAACA85A5B62D607702A4F54EB54EDE2056, ___uUserValue_8)); } inline uint64_t get_uUserValue_8() const { return ___uUserValue_8; } inline uint64_t* get_address_of_uUserValue_8() { return &___uUserValue_8; } inline void set_uUserValue_8(uint64_t value) { ___uUserValue_8 = value; } }; // OVR.OpenVR.VREvent_MessageOverlay_t struct VREvent_MessageOverlay_t_tB5BD1A125CD235523A66E4F2211B33AE21271AB1 { public: // System.UInt32 OVR.OpenVR.VREvent_MessageOverlay_t::unVRMessageOverlayResponse uint32_t ___unVRMessageOverlayResponse_0; public: inline static int32_t get_offset_of_unVRMessageOverlayResponse_0() { return static_cast(offsetof(VREvent_MessageOverlay_t_tB5BD1A125CD235523A66E4F2211B33AE21271AB1, ___unVRMessageOverlayResponse_0)); } inline uint32_t get_unVRMessageOverlayResponse_0() const { return ___unVRMessageOverlayResponse_0; } inline uint32_t* get_address_of_unVRMessageOverlayResponse_0() { return &___unVRMessageOverlayResponse_0; } inline void set_unVRMessageOverlayResponse_0(uint32_t value) { ___unVRMessageOverlayResponse_0 = value; } }; // OVR.OpenVR.VREvent_Mouse_t struct VREvent_Mouse_t_t71A8C3803F8452B6F9944C40BF17E636F3E3F7B2 { public: // System.Single OVR.OpenVR.VREvent_Mouse_t::x float ___x_0; // System.Single OVR.OpenVR.VREvent_Mouse_t::y float ___y_1; // System.UInt32 OVR.OpenVR.VREvent_Mouse_t::button uint32_t ___button_2; public: inline static int32_t get_offset_of_x_0() { return static_cast(offsetof(VREvent_Mouse_t_t71A8C3803F8452B6F9944C40BF17E636F3E3F7B2, ___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(VREvent_Mouse_t_t71A8C3803F8452B6F9944C40BF17E636F3E3F7B2, ___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_button_2() { return static_cast(offsetof(VREvent_Mouse_t_t71A8C3803F8452B6F9944C40BF17E636F3E3F7B2, ___button_2)); } inline uint32_t get_button_2() const { return ___button_2; } inline uint32_t* get_address_of_button_2() { return &___button_2; } inline void set_button_2(uint32_t value) { ___button_2 = value; } }; // OVR.OpenVR.VREvent_Notification_t struct VREvent_Notification_t_tBDE6B9394AF6CDA45225B3D47559E26146248392 { public: // System.UInt64 OVR.OpenVR.VREvent_Notification_t::ulUserValue uint64_t ___ulUserValue_0; // System.UInt32 OVR.OpenVR.VREvent_Notification_t::notificationId uint32_t ___notificationId_1; public: inline static int32_t get_offset_of_ulUserValue_0() { return static_cast(offsetof(VREvent_Notification_t_tBDE6B9394AF6CDA45225B3D47559E26146248392, ___ulUserValue_0)); } inline uint64_t get_ulUserValue_0() const { return ___ulUserValue_0; } inline uint64_t* get_address_of_ulUserValue_0() { return &___ulUserValue_0; } inline void set_ulUserValue_0(uint64_t value) { ___ulUserValue_0 = value; } inline static int32_t get_offset_of_notificationId_1() { return static_cast(offsetof(VREvent_Notification_t_tBDE6B9394AF6CDA45225B3D47559E26146248392, ___notificationId_1)); } inline uint32_t get_notificationId_1() const { return ___notificationId_1; } inline uint32_t* get_address_of_notificationId_1() { return &___notificationId_1; } inline void set_notificationId_1(uint32_t value) { ___notificationId_1 = value; } }; // OVR.OpenVR.VREvent_Overlay_t struct VREvent_Overlay_t_t632E13166289B6C53D8101DB872090C6BBE01CA2 { public: // System.UInt64 OVR.OpenVR.VREvent_Overlay_t::overlayHandle uint64_t ___overlayHandle_0; // System.UInt64 OVR.OpenVR.VREvent_Overlay_t::devicePath uint64_t ___devicePath_1; public: inline static int32_t get_offset_of_overlayHandle_0() { return static_cast(offsetof(VREvent_Overlay_t_t632E13166289B6C53D8101DB872090C6BBE01CA2, ___overlayHandle_0)); } inline uint64_t get_overlayHandle_0() const { return ___overlayHandle_0; } inline uint64_t* get_address_of_overlayHandle_0() { return &___overlayHandle_0; } inline void set_overlayHandle_0(uint64_t value) { ___overlayHandle_0 = value; } inline static int32_t get_offset_of_devicePath_1() { return static_cast(offsetof(VREvent_Overlay_t_t632E13166289B6C53D8101DB872090C6BBE01CA2, ___devicePath_1)); } inline uint64_t get_devicePath_1() const { return ___devicePath_1; } inline uint64_t* get_address_of_devicePath_1() { return &___devicePath_1; } inline void set_devicePath_1(uint64_t value) { ___devicePath_1 = value; } }; // OVR.OpenVR.VREvent_PerformanceTest_t struct VREvent_PerformanceTest_t_tB713B9352793F28D06C246E97F9160FDC1487F81 { public: // System.UInt32 OVR.OpenVR.VREvent_PerformanceTest_t::m_nFidelityLevel uint32_t ___m_nFidelityLevel_0; public: inline static int32_t get_offset_of_m_nFidelityLevel_0() { return static_cast(offsetof(VREvent_PerformanceTest_t_tB713B9352793F28D06C246E97F9160FDC1487F81, ___m_nFidelityLevel_0)); } inline uint32_t get_m_nFidelityLevel_0() const { return ___m_nFidelityLevel_0; } inline uint32_t* get_address_of_m_nFidelityLevel_0() { return &___m_nFidelityLevel_0; } inline void set_m_nFidelityLevel_0(uint32_t value) { ___m_nFidelityLevel_0 = value; } }; // OVR.OpenVR.VREvent_Process_t struct VREvent_Process_t_tD0A81C075BE50722A8050A1F52B019DD21E3B234 { public: // System.UInt32 OVR.OpenVR.VREvent_Process_t::pid uint32_t ___pid_0; // System.UInt32 OVR.OpenVR.VREvent_Process_t::oldPid uint32_t ___oldPid_1; // System.Boolean OVR.OpenVR.VREvent_Process_t::bForced bool ___bForced_2; public: inline static int32_t get_offset_of_pid_0() { return static_cast(offsetof(VREvent_Process_t_tD0A81C075BE50722A8050A1F52B019DD21E3B234, ___pid_0)); } inline uint32_t get_pid_0() const { return ___pid_0; } inline uint32_t* get_address_of_pid_0() { return &___pid_0; } inline void set_pid_0(uint32_t value) { ___pid_0 = value; } inline static int32_t get_offset_of_oldPid_1() { return static_cast(offsetof(VREvent_Process_t_tD0A81C075BE50722A8050A1F52B019DD21E3B234, ___oldPid_1)); } inline uint32_t get_oldPid_1() const { return ___oldPid_1; } inline uint32_t* get_address_of_oldPid_1() { return &___oldPid_1; } inline void set_oldPid_1(uint32_t value) { ___oldPid_1 = value; } inline static int32_t get_offset_of_bForced_2() { return static_cast(offsetof(VREvent_Process_t_tD0A81C075BE50722A8050A1F52B019DD21E3B234, ___bForced_2)); } inline bool get_bForced_2() const { return ___bForced_2; } inline bool* get_address_of_bForced_2() { return &___bForced_2; } inline void set_bForced_2(bool value) { ___bForced_2 = value; } }; // OVR.OpenVR.VREvent_Reserved_t struct VREvent_Reserved_t_tA75FADBD55504B4F311209E56ED19374BA8DCA93 { public: // System.UInt64 OVR.OpenVR.VREvent_Reserved_t::reserved0 uint64_t ___reserved0_0; // System.UInt64 OVR.OpenVR.VREvent_Reserved_t::reserved1 uint64_t ___reserved1_1; // System.UInt64 OVR.OpenVR.VREvent_Reserved_t::reserved2 uint64_t ___reserved2_2; // System.UInt64 OVR.OpenVR.VREvent_Reserved_t::reserved3 uint64_t ___reserved3_3; public: inline static int32_t get_offset_of_reserved0_0() { return static_cast(offsetof(VREvent_Reserved_t_tA75FADBD55504B4F311209E56ED19374BA8DCA93, ___reserved0_0)); } inline uint64_t get_reserved0_0() const { return ___reserved0_0; } inline uint64_t* get_address_of_reserved0_0() { return &___reserved0_0; } inline void set_reserved0_0(uint64_t value) { ___reserved0_0 = value; } inline static int32_t get_offset_of_reserved1_1() { return static_cast(offsetof(VREvent_Reserved_t_tA75FADBD55504B4F311209E56ED19374BA8DCA93, ___reserved1_1)); } inline uint64_t get_reserved1_1() const { return ___reserved1_1; } inline uint64_t* get_address_of_reserved1_1() { return &___reserved1_1; } inline void set_reserved1_1(uint64_t value) { ___reserved1_1 = value; } inline static int32_t get_offset_of_reserved2_2() { return static_cast(offsetof(VREvent_Reserved_t_tA75FADBD55504B4F311209E56ED19374BA8DCA93, ___reserved2_2)); } inline uint64_t get_reserved2_2() const { return ___reserved2_2; } inline uint64_t* get_address_of_reserved2_2() { return &___reserved2_2; } inline void set_reserved2_2(uint64_t value) { ___reserved2_2 = value; } inline static int32_t get_offset_of_reserved3_3() { return static_cast(offsetof(VREvent_Reserved_t_tA75FADBD55504B4F311209E56ED19374BA8DCA93, ___reserved3_3)); } inline uint64_t get_reserved3_3() const { return ___reserved3_3; } inline uint64_t* get_address_of_reserved3_3() { return &___reserved3_3; } inline void set_reserved3_3(uint64_t value) { ___reserved3_3 = value; } }; // OVR.OpenVR.VREvent_ScreenshotProgress_t struct VREvent_ScreenshotProgress_t_t1706A45792D9D2C11DABECC1750AD6B8F2E664A1 { public: // System.Single OVR.OpenVR.VREvent_ScreenshotProgress_t::progress float ___progress_0; public: inline static int32_t get_offset_of_progress_0() { return static_cast(offsetof(VREvent_ScreenshotProgress_t_t1706A45792D9D2C11DABECC1750AD6B8F2E664A1, ___progress_0)); } inline float get_progress_0() const { return ___progress_0; } inline float* get_address_of_progress_0() { return &___progress_0; } inline void set_progress_0(float value) { ___progress_0 = value; } }; // OVR.OpenVR.VREvent_Screenshot_t struct VREvent_Screenshot_t_t69336B08BB167BAB953BCAA673649C3C4DF02272 { public: // System.UInt32 OVR.OpenVR.VREvent_Screenshot_t::handle uint32_t ___handle_0; // System.UInt32 OVR.OpenVR.VREvent_Screenshot_t::type uint32_t ___type_1; public: inline static int32_t get_offset_of_handle_0() { return static_cast(offsetof(VREvent_Screenshot_t_t69336B08BB167BAB953BCAA673649C3C4DF02272, ___handle_0)); } inline uint32_t get_handle_0() const { return ___handle_0; } inline uint32_t* get_address_of_handle_0() { return &___handle_0; } inline void set_handle_0(uint32_t value) { ___handle_0 = value; } inline static int32_t get_offset_of_type_1() { return static_cast(offsetof(VREvent_Screenshot_t_t69336B08BB167BAB953BCAA673649C3C4DF02272, ___type_1)); } inline uint32_t get_type_1() const { return ___type_1; } inline uint32_t* get_address_of_type_1() { return &___type_1; } inline void set_type_1(uint32_t value) { ___type_1 = value; } }; // OVR.OpenVR.VREvent_Scroll_t struct VREvent_Scroll_t_t840E62C8334B96AA55B638DEC55A7F6281AF3E11 { public: // System.Single OVR.OpenVR.VREvent_Scroll_t::xdelta float ___xdelta_0; // System.Single OVR.OpenVR.VREvent_Scroll_t::ydelta float ___ydelta_1; // System.UInt32 OVR.OpenVR.VREvent_Scroll_t::repeatCount uint32_t ___repeatCount_2; public: inline static int32_t get_offset_of_xdelta_0() { return static_cast(offsetof(VREvent_Scroll_t_t840E62C8334B96AA55B638DEC55A7F6281AF3E11, ___xdelta_0)); } inline float get_xdelta_0() const { return ___xdelta_0; } inline float* get_address_of_xdelta_0() { return &___xdelta_0; } inline void set_xdelta_0(float value) { ___xdelta_0 = value; } inline static int32_t get_offset_of_ydelta_1() { return static_cast(offsetof(VREvent_Scroll_t_t840E62C8334B96AA55B638DEC55A7F6281AF3E11, ___ydelta_1)); } inline float get_ydelta_1() const { return ___ydelta_1; } inline float* get_address_of_ydelta_1() { return &___ydelta_1; } inline void set_ydelta_1(float value) { ___ydelta_1 = value; } inline static int32_t get_offset_of_repeatCount_2() { return static_cast(offsetof(VREvent_Scroll_t_t840E62C8334B96AA55B638DEC55A7F6281AF3E11, ___repeatCount_2)); } inline uint32_t get_repeatCount_2() const { return ___repeatCount_2; } inline uint32_t* get_address_of_repeatCount_2() { return &___repeatCount_2; } inline void set_repeatCount_2(uint32_t value) { ___repeatCount_2 = value; } }; // OVR.OpenVR.VREvent_SeatedZeroPoseReset_t struct VREvent_SeatedZeroPoseReset_t_tC10E049353C682B105C3380A4C3E6E3709739D31 { public: // System.Boolean OVR.OpenVR.VREvent_SeatedZeroPoseReset_t::bResetBySystemMenu bool ___bResetBySystemMenu_0; public: inline static int32_t get_offset_of_bResetBySystemMenu_0() { return static_cast(offsetof(VREvent_SeatedZeroPoseReset_t_tC10E049353C682B105C3380A4C3E6E3709739D31, ___bResetBySystemMenu_0)); } inline bool get_bResetBySystemMenu_0() const { return ___bResetBySystemMenu_0; } inline bool* get_address_of_bResetBySystemMenu_0() { return &___bResetBySystemMenu_0; } inline void set_bResetBySystemMenu_0(bool value) { ___bResetBySystemMenu_0 = value; } }; // OVR.OpenVR.VREvent_SpatialAnchor_t struct VREvent_SpatialAnchor_t_t3C8488E016948B0ACEA713F5CE36D86A0AD4B8C6 { public: // System.UInt32 OVR.OpenVR.VREvent_SpatialAnchor_t::unHandle uint32_t ___unHandle_0; public: inline static int32_t get_offset_of_unHandle_0() { return static_cast(offsetof(VREvent_SpatialAnchor_t_t3C8488E016948B0ACEA713F5CE36D86A0AD4B8C6, ___unHandle_0)); } inline uint32_t get_unHandle_0() const { return ___unHandle_0; } inline uint32_t* get_address_of_unHandle_0() { return &___unHandle_0; } inline void set_unHandle_0(uint32_t value) { ___unHandle_0 = value; } }; // OVR.OpenVR.VREvent_Status_t struct VREvent_Status_t_tA17A7CFCF74EA589C82CA7CC32B75A68FE030757 { public: // System.UInt32 OVR.OpenVR.VREvent_Status_t::statusState uint32_t ___statusState_0; public: inline static int32_t get_offset_of_statusState_0() { return static_cast(offsetof(VREvent_Status_t_tA17A7CFCF74EA589C82CA7CC32B75A68FE030757, ___statusState_0)); } inline uint32_t get_statusState_0() const { return ___statusState_0; } inline uint32_t* get_address_of_statusState_0() { return &___statusState_0; } inline void set_statusState_0(uint32_t value) { ___statusState_0 = value; } }; // OVR.OpenVR.VREvent_TouchPadMove_t struct VREvent_TouchPadMove_t_t5EA0AC22DB361DA4313372AE07DC7BFE5865E162 { public: // System.Boolean OVR.OpenVR.VREvent_TouchPadMove_t::bFingerDown bool ___bFingerDown_0; // System.Single OVR.OpenVR.VREvent_TouchPadMove_t::flSecondsFingerDown float ___flSecondsFingerDown_1; // System.Single OVR.OpenVR.VREvent_TouchPadMove_t::fValueXFirst float ___fValueXFirst_2; // System.Single OVR.OpenVR.VREvent_TouchPadMove_t::fValueYFirst float ___fValueYFirst_3; // System.Single OVR.OpenVR.VREvent_TouchPadMove_t::fValueXRaw float ___fValueXRaw_4; // System.Single OVR.OpenVR.VREvent_TouchPadMove_t::fValueYRaw float ___fValueYRaw_5; public: inline static int32_t get_offset_of_bFingerDown_0() { return static_cast(offsetof(VREvent_TouchPadMove_t_t5EA0AC22DB361DA4313372AE07DC7BFE5865E162, ___bFingerDown_0)); } inline bool get_bFingerDown_0() const { return ___bFingerDown_0; } inline bool* get_address_of_bFingerDown_0() { return &___bFingerDown_0; } inline void set_bFingerDown_0(bool value) { ___bFingerDown_0 = value; } inline static int32_t get_offset_of_flSecondsFingerDown_1() { return static_cast(offsetof(VREvent_TouchPadMove_t_t5EA0AC22DB361DA4313372AE07DC7BFE5865E162, ___flSecondsFingerDown_1)); } inline float get_flSecondsFingerDown_1() const { return ___flSecondsFingerDown_1; } inline float* get_address_of_flSecondsFingerDown_1() { return &___flSecondsFingerDown_1; } inline void set_flSecondsFingerDown_1(float value) { ___flSecondsFingerDown_1 = value; } inline static int32_t get_offset_of_fValueXFirst_2() { return static_cast(offsetof(VREvent_TouchPadMove_t_t5EA0AC22DB361DA4313372AE07DC7BFE5865E162, ___fValueXFirst_2)); } inline float get_fValueXFirst_2() const { return ___fValueXFirst_2; } inline float* get_address_of_fValueXFirst_2() { return &___fValueXFirst_2; } inline void set_fValueXFirst_2(float value) { ___fValueXFirst_2 = value; } inline static int32_t get_offset_of_fValueYFirst_3() { return static_cast(offsetof(VREvent_TouchPadMove_t_t5EA0AC22DB361DA4313372AE07DC7BFE5865E162, ___fValueYFirst_3)); } inline float get_fValueYFirst_3() const { return ___fValueYFirst_3; } inline float* get_address_of_fValueYFirst_3() { return &___fValueYFirst_3; } inline void set_fValueYFirst_3(float value) { ___fValueYFirst_3 = value; } inline static int32_t get_offset_of_fValueXRaw_4() { return static_cast(offsetof(VREvent_TouchPadMove_t_t5EA0AC22DB361DA4313372AE07DC7BFE5865E162, ___fValueXRaw_4)); } inline float get_fValueXRaw_4() const { return ___fValueXRaw_4; } inline float* get_address_of_fValueXRaw_4() { return &___fValueXRaw_4; } inline void set_fValueXRaw_4(float value) { ___fValueXRaw_4 = value; } inline static int32_t get_offset_of_fValueYRaw_5() { return static_cast(offsetof(VREvent_TouchPadMove_t_t5EA0AC22DB361DA4313372AE07DC7BFE5865E162, ___fValueYRaw_5)); } inline float get_fValueYRaw_5() const { return ___fValueYRaw_5; } inline float* get_address_of_fValueYRaw_5() { return &___fValueYRaw_5; } inline void set_fValueYRaw_5(float value) { ___fValueYRaw_5 = value; } }; // OVR.OpenVR.VREvent_WebConsole_t struct VREvent_WebConsole_t_t6B3C308911E6DD82D6C6C6FB814FB28FDADB6EB2 { public: // System.UInt64 OVR.OpenVR.VREvent_WebConsole_t::webConsoleHandle uint64_t ___webConsoleHandle_0; public: inline static int32_t get_offset_of_webConsoleHandle_0() { return static_cast(offsetof(VREvent_WebConsole_t_t6B3C308911E6DD82D6C6C6FB814FB28FDADB6EB2, ___webConsoleHandle_0)); } inline uint64_t get_webConsoleHandle_0() const { return ___webConsoleHandle_0; } inline uint64_t* get_address_of_webConsoleHandle_0() { return &___webConsoleHandle_0; } inline void set_webConsoleHandle_0(uint64_t value) { ___webConsoleHandle_0 = value; } }; // OVR.OpenVR.VRTextureBounds_t struct VRTextureBounds_t_t8194A7FF67077D2B3FC6F94E2B4F3A822BCF4870 { public: // System.Single OVR.OpenVR.VRTextureBounds_t::uMin float ___uMin_0; // System.Single OVR.OpenVR.VRTextureBounds_t::vMin float ___vMin_1; // System.Single OVR.OpenVR.VRTextureBounds_t::uMax float ___uMax_2; // System.Single OVR.OpenVR.VRTextureBounds_t::vMax float ___vMax_3; public: inline static int32_t get_offset_of_uMin_0() { return static_cast(offsetof(VRTextureBounds_t_t8194A7FF67077D2B3FC6F94E2B4F3A822BCF4870, ___uMin_0)); } inline float get_uMin_0() const { return ___uMin_0; } inline float* get_address_of_uMin_0() { return &___uMin_0; } inline void set_uMin_0(float value) { ___uMin_0 = value; } inline static int32_t get_offset_of_vMin_1() { return static_cast(offsetof(VRTextureBounds_t_t8194A7FF67077D2B3FC6F94E2B4F3A822BCF4870, ___vMin_1)); } inline float get_vMin_1() const { return ___vMin_1; } inline float* get_address_of_vMin_1() { return &___vMin_1; } inline void set_vMin_1(float value) { ___vMin_1 = value; } inline static int32_t get_offset_of_uMax_2() { return static_cast(offsetof(VRTextureBounds_t_t8194A7FF67077D2B3FC6F94E2B4F3A822BCF4870, ___uMax_2)); } inline float get_uMax_2() const { return ___uMax_2; } inline float* get_address_of_uMax_2() { return &___uMax_2; } inline void set_uMax_2(float value) { ___uMax_2 = value; } inline static int32_t get_offset_of_vMax_3() { return static_cast(offsetof(VRTextureBounds_t_t8194A7FF67077D2B3FC6F94E2B4F3A822BCF4870, ___vMax_3)); } inline float get_vMax_3() const { return ___vMax_3; } inline float* get_address_of_vMax_3() { return &___vMax_3; } inline void set_vMax_3(float value) { ___vMax_3 = 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: }; // /__StaticArrayInitTypeSize=24 struct __StaticArrayInitTypeSizeU3D24_t59C8A7F4E254F45E5134CF5899F9FC8D45B1B35D { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D24_t59C8A7F4E254F45E5134CF5899F9FC8D45B1B35D__padding[24]; }; public: }; // OVR.OpenVR.CVROverlay/PollNextOverlayEventUnion struct PollNextOverlayEventUnion_t01A2A53691CFA7B488F3C073444E91DB5EC75B10 { public: union { #pragma pack(push, tp, 1) struct { // OVR.OpenVR.IVROverlay/_PollNextOverlayEvent OVR.OpenVR.CVROverlay/PollNextOverlayEventUnion::pPollNextOverlayEvent _PollNextOverlayEvent_t9C0A428572EE9E287750F76C5BE39FAF883925DB * ___pPollNextOverlayEvent_0; }; #pragma pack(pop, tp) struct { _PollNextOverlayEvent_t9C0A428572EE9E287750F76C5BE39FAF883925DB * ___pPollNextOverlayEvent_0_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { // OVR.OpenVR.CVROverlay/_PollNextOverlayEventPacked OVR.OpenVR.CVROverlay/PollNextOverlayEventUnion::pPollNextOverlayEventPacked _PollNextOverlayEventPacked_t7A915BAAD19E4F9B5E387DFB29C6CB01923F609E * ___pPollNextOverlayEventPacked_1; }; #pragma pack(pop, tp) struct { _PollNextOverlayEventPacked_t7A915BAAD19E4F9B5E387DFB29C6CB01923F609E * ___pPollNextOverlayEventPacked_1_forAlignmentOnly; }; }; public: inline static int32_t get_offset_of_pPollNextOverlayEvent_0() { return static_cast(offsetof(PollNextOverlayEventUnion_t01A2A53691CFA7B488F3C073444E91DB5EC75B10, ___pPollNextOverlayEvent_0)); } inline _PollNextOverlayEvent_t9C0A428572EE9E287750F76C5BE39FAF883925DB * get_pPollNextOverlayEvent_0() const { return ___pPollNextOverlayEvent_0; } inline _PollNextOverlayEvent_t9C0A428572EE9E287750F76C5BE39FAF883925DB ** get_address_of_pPollNextOverlayEvent_0() { return &___pPollNextOverlayEvent_0; } inline void set_pPollNextOverlayEvent_0(_PollNextOverlayEvent_t9C0A428572EE9E287750F76C5BE39FAF883925DB * value) { ___pPollNextOverlayEvent_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___pPollNextOverlayEvent_0), (void*)value); } inline static int32_t get_offset_of_pPollNextOverlayEventPacked_1() { return static_cast(offsetof(PollNextOverlayEventUnion_t01A2A53691CFA7B488F3C073444E91DB5EC75B10, ___pPollNextOverlayEventPacked_1)); } inline _PollNextOverlayEventPacked_t7A915BAAD19E4F9B5E387DFB29C6CB01923F609E * get_pPollNextOverlayEventPacked_1() const { return ___pPollNextOverlayEventPacked_1; } inline _PollNextOverlayEventPacked_t7A915BAAD19E4F9B5E387DFB29C6CB01923F609E ** get_address_of_pPollNextOverlayEventPacked_1() { return &___pPollNextOverlayEventPacked_1; } inline void set_pPollNextOverlayEventPacked_1(_PollNextOverlayEventPacked_t7A915BAAD19E4F9B5E387DFB29C6CB01923F609E * value) { ___pPollNextOverlayEventPacked_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___pPollNextOverlayEventPacked_1), (void*)value); } }; // Native definition for P/Invoke marshalling of OVR.OpenVR.CVROverlay/PollNextOverlayEventUnion struct PollNextOverlayEventUnion_t01A2A53691CFA7B488F3C073444E91DB5EC75B10_marshaled_pinvoke { union { #pragma pack(push, tp, 1) struct { Il2CppMethodPointer ___pPollNextOverlayEvent_0; }; #pragma pack(pop, tp) struct { Il2CppMethodPointer ___pPollNextOverlayEvent_0_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { Il2CppMethodPointer ___pPollNextOverlayEventPacked_1; }; #pragma pack(pop, tp) struct { Il2CppMethodPointer ___pPollNextOverlayEventPacked_1_forAlignmentOnly; }; }; }; // Native definition for COM marshalling of OVR.OpenVR.CVROverlay/PollNextOverlayEventUnion struct PollNextOverlayEventUnion_t01A2A53691CFA7B488F3C073444E91DB5EC75B10_marshaled_com { union { #pragma pack(push, tp, 1) struct { Il2CppMethodPointer ___pPollNextOverlayEvent_0; }; #pragma pack(pop, tp) struct { Il2CppMethodPointer ___pPollNextOverlayEvent_0_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { Il2CppMethodPointer ___pPollNextOverlayEventPacked_1; }; #pragma pack(pop, tp) struct { Il2CppMethodPointer ___pPollNextOverlayEventPacked_1_forAlignmentOnly; }; }; }; // OVR.OpenVR.CVRRenderModels/GetComponentStateUnion struct GetComponentStateUnion_t1FA248C68EB1FA250B79DD5AC8E6BB700AF886F0 { public: union { #pragma pack(push, tp, 1) struct { // OVR.OpenVR.IVRRenderModels/_GetComponentState OVR.OpenVR.CVRRenderModels/GetComponentStateUnion::pGetComponentState _GetComponentState_tB24089DAAEFF9209892823F8C4DAE00AF6745A88 * ___pGetComponentState_0; }; #pragma pack(pop, tp) struct { _GetComponentState_tB24089DAAEFF9209892823F8C4DAE00AF6745A88 * ___pGetComponentState_0_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { // OVR.OpenVR.CVRRenderModels/_GetComponentStatePacked OVR.OpenVR.CVRRenderModels/GetComponentStateUnion::pGetComponentStatePacked _GetComponentStatePacked_tB1E8A1413156F79888ACBC31FD41C8A45FFD0599 * ___pGetComponentStatePacked_1; }; #pragma pack(pop, tp) struct { _GetComponentStatePacked_tB1E8A1413156F79888ACBC31FD41C8A45FFD0599 * ___pGetComponentStatePacked_1_forAlignmentOnly; }; }; public: inline static int32_t get_offset_of_pGetComponentState_0() { return static_cast(offsetof(GetComponentStateUnion_t1FA248C68EB1FA250B79DD5AC8E6BB700AF886F0, ___pGetComponentState_0)); } inline _GetComponentState_tB24089DAAEFF9209892823F8C4DAE00AF6745A88 * get_pGetComponentState_0() const { return ___pGetComponentState_0; } inline _GetComponentState_tB24089DAAEFF9209892823F8C4DAE00AF6745A88 ** get_address_of_pGetComponentState_0() { return &___pGetComponentState_0; } inline void set_pGetComponentState_0(_GetComponentState_tB24089DAAEFF9209892823F8C4DAE00AF6745A88 * value) { ___pGetComponentState_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___pGetComponentState_0), (void*)value); } inline static int32_t get_offset_of_pGetComponentStatePacked_1() { return static_cast(offsetof(GetComponentStateUnion_t1FA248C68EB1FA250B79DD5AC8E6BB700AF886F0, ___pGetComponentStatePacked_1)); } inline _GetComponentStatePacked_tB1E8A1413156F79888ACBC31FD41C8A45FFD0599 * get_pGetComponentStatePacked_1() const { return ___pGetComponentStatePacked_1; } inline _GetComponentStatePacked_tB1E8A1413156F79888ACBC31FD41C8A45FFD0599 ** get_address_of_pGetComponentStatePacked_1() { return &___pGetComponentStatePacked_1; } inline void set_pGetComponentStatePacked_1(_GetComponentStatePacked_tB1E8A1413156F79888ACBC31FD41C8A45FFD0599 * value) { ___pGetComponentStatePacked_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___pGetComponentStatePacked_1), (void*)value); } }; // Native definition for P/Invoke marshalling of OVR.OpenVR.CVRRenderModels/GetComponentStateUnion struct GetComponentStateUnion_t1FA248C68EB1FA250B79DD5AC8E6BB700AF886F0_marshaled_pinvoke { union { #pragma pack(push, tp, 1) struct { Il2CppMethodPointer ___pGetComponentState_0; }; #pragma pack(pop, tp) struct { Il2CppMethodPointer ___pGetComponentState_0_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { Il2CppMethodPointer ___pGetComponentStatePacked_1; }; #pragma pack(pop, tp) struct { Il2CppMethodPointer ___pGetComponentStatePacked_1_forAlignmentOnly; }; }; }; // Native definition for COM marshalling of OVR.OpenVR.CVRRenderModels/GetComponentStateUnion struct GetComponentStateUnion_t1FA248C68EB1FA250B79DD5AC8E6BB700AF886F0_marshaled_com { union { #pragma pack(push, tp, 1) struct { Il2CppMethodPointer ___pGetComponentState_0; }; #pragma pack(pop, tp) struct { Il2CppMethodPointer ___pGetComponentState_0_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { Il2CppMethodPointer ___pGetComponentStatePacked_1; }; #pragma pack(pop, tp) struct { Il2CppMethodPointer ___pGetComponentStatePacked_1_forAlignmentOnly; }; }; }; // OVR.OpenVR.CVRSystem/GetControllerStateUnion struct GetControllerStateUnion_t3CCAA646AE9C8D527EC035B539CC6DE6538DF0F1 { public: union { #pragma pack(push, tp, 1) struct { // OVR.OpenVR.IVRSystem/_GetControllerState OVR.OpenVR.CVRSystem/GetControllerStateUnion::pGetControllerState _GetControllerState_t8EF84C0DB35E2AFBE3A49BDBBBE6CD6ED314A0AC * ___pGetControllerState_0; }; #pragma pack(pop, tp) struct { _GetControllerState_t8EF84C0DB35E2AFBE3A49BDBBBE6CD6ED314A0AC * ___pGetControllerState_0_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { // OVR.OpenVR.CVRSystem/_GetControllerStatePacked OVR.OpenVR.CVRSystem/GetControllerStateUnion::pGetControllerStatePacked _GetControllerStatePacked_tDE9BB62B18063978C1E5FCD45A78D3C3E7CC8208 * ___pGetControllerStatePacked_1; }; #pragma pack(pop, tp) struct { _GetControllerStatePacked_tDE9BB62B18063978C1E5FCD45A78D3C3E7CC8208 * ___pGetControllerStatePacked_1_forAlignmentOnly; }; }; public: inline static int32_t get_offset_of_pGetControllerState_0() { return static_cast(offsetof(GetControllerStateUnion_t3CCAA646AE9C8D527EC035B539CC6DE6538DF0F1, ___pGetControllerState_0)); } inline _GetControllerState_t8EF84C0DB35E2AFBE3A49BDBBBE6CD6ED314A0AC * get_pGetControllerState_0() const { return ___pGetControllerState_0; } inline _GetControllerState_t8EF84C0DB35E2AFBE3A49BDBBBE6CD6ED314A0AC ** get_address_of_pGetControllerState_0() { return &___pGetControllerState_0; } inline void set_pGetControllerState_0(_GetControllerState_t8EF84C0DB35E2AFBE3A49BDBBBE6CD6ED314A0AC * value) { ___pGetControllerState_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___pGetControllerState_0), (void*)value); } inline static int32_t get_offset_of_pGetControllerStatePacked_1() { return static_cast(offsetof(GetControllerStateUnion_t3CCAA646AE9C8D527EC035B539CC6DE6538DF0F1, ___pGetControllerStatePacked_1)); } inline _GetControllerStatePacked_tDE9BB62B18063978C1E5FCD45A78D3C3E7CC8208 * get_pGetControllerStatePacked_1() const { return ___pGetControllerStatePacked_1; } inline _GetControllerStatePacked_tDE9BB62B18063978C1E5FCD45A78D3C3E7CC8208 ** get_address_of_pGetControllerStatePacked_1() { return &___pGetControllerStatePacked_1; } inline void set_pGetControllerStatePacked_1(_GetControllerStatePacked_tDE9BB62B18063978C1E5FCD45A78D3C3E7CC8208 * value) { ___pGetControllerStatePacked_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___pGetControllerStatePacked_1), (void*)value); } }; // Native definition for P/Invoke marshalling of OVR.OpenVR.CVRSystem/GetControllerStateUnion struct GetControllerStateUnion_t3CCAA646AE9C8D527EC035B539CC6DE6538DF0F1_marshaled_pinvoke { union { #pragma pack(push, tp, 1) struct { Il2CppMethodPointer ___pGetControllerState_0; }; #pragma pack(pop, tp) struct { Il2CppMethodPointer ___pGetControllerState_0_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { Il2CppMethodPointer ___pGetControllerStatePacked_1; }; #pragma pack(pop, tp) struct { Il2CppMethodPointer ___pGetControllerStatePacked_1_forAlignmentOnly; }; }; }; // Native definition for COM marshalling of OVR.OpenVR.CVRSystem/GetControllerStateUnion struct GetControllerStateUnion_t3CCAA646AE9C8D527EC035B539CC6DE6538DF0F1_marshaled_com { union { #pragma pack(push, tp, 1) struct { Il2CppMethodPointer ___pGetControllerState_0; }; #pragma pack(pop, tp) struct { Il2CppMethodPointer ___pGetControllerState_0_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { Il2CppMethodPointer ___pGetControllerStatePacked_1; }; #pragma pack(pop, tp) struct { Il2CppMethodPointer ___pGetControllerStatePacked_1_forAlignmentOnly; }; }; }; // OVR.OpenVR.CVRSystem/GetControllerStateWithPoseUnion struct GetControllerStateWithPoseUnion_t8B38C5C056838CFD8A75DCF9129F8ABED7688257 { public: union { #pragma pack(push, tp, 1) struct { // OVR.OpenVR.IVRSystem/_GetControllerStateWithPose OVR.OpenVR.CVRSystem/GetControllerStateWithPoseUnion::pGetControllerStateWithPose _GetControllerStateWithPose_tEBCDBBC9D81147ED78B29D79D2B9A76423C16F56 * ___pGetControllerStateWithPose_0; }; #pragma pack(pop, tp) struct { _GetControllerStateWithPose_tEBCDBBC9D81147ED78B29D79D2B9A76423C16F56 * ___pGetControllerStateWithPose_0_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { // OVR.OpenVR.CVRSystem/_GetControllerStateWithPosePacked OVR.OpenVR.CVRSystem/GetControllerStateWithPoseUnion::pGetControllerStateWithPosePacked _GetControllerStateWithPosePacked_t8AFEB5BF8E81D7464604EF16D003D73E367BA30F * ___pGetControllerStateWithPosePacked_1; }; #pragma pack(pop, tp) struct { _GetControllerStateWithPosePacked_t8AFEB5BF8E81D7464604EF16D003D73E367BA30F * ___pGetControllerStateWithPosePacked_1_forAlignmentOnly; }; }; public: inline static int32_t get_offset_of_pGetControllerStateWithPose_0() { return static_cast(offsetof(GetControllerStateWithPoseUnion_t8B38C5C056838CFD8A75DCF9129F8ABED7688257, ___pGetControllerStateWithPose_0)); } inline _GetControllerStateWithPose_tEBCDBBC9D81147ED78B29D79D2B9A76423C16F56 * get_pGetControllerStateWithPose_0() const { return ___pGetControllerStateWithPose_0; } inline _GetControllerStateWithPose_tEBCDBBC9D81147ED78B29D79D2B9A76423C16F56 ** get_address_of_pGetControllerStateWithPose_0() { return &___pGetControllerStateWithPose_0; } inline void set_pGetControllerStateWithPose_0(_GetControllerStateWithPose_tEBCDBBC9D81147ED78B29D79D2B9A76423C16F56 * value) { ___pGetControllerStateWithPose_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___pGetControllerStateWithPose_0), (void*)value); } inline static int32_t get_offset_of_pGetControllerStateWithPosePacked_1() { return static_cast(offsetof(GetControllerStateWithPoseUnion_t8B38C5C056838CFD8A75DCF9129F8ABED7688257, ___pGetControllerStateWithPosePacked_1)); } inline _GetControllerStateWithPosePacked_t8AFEB5BF8E81D7464604EF16D003D73E367BA30F * get_pGetControllerStateWithPosePacked_1() const { return ___pGetControllerStateWithPosePacked_1; } inline _GetControllerStateWithPosePacked_t8AFEB5BF8E81D7464604EF16D003D73E367BA30F ** get_address_of_pGetControllerStateWithPosePacked_1() { return &___pGetControllerStateWithPosePacked_1; } inline void set_pGetControllerStateWithPosePacked_1(_GetControllerStateWithPosePacked_t8AFEB5BF8E81D7464604EF16D003D73E367BA30F * value) { ___pGetControllerStateWithPosePacked_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___pGetControllerStateWithPosePacked_1), (void*)value); } }; // Native definition for P/Invoke marshalling of OVR.OpenVR.CVRSystem/GetControllerStateWithPoseUnion struct GetControllerStateWithPoseUnion_t8B38C5C056838CFD8A75DCF9129F8ABED7688257_marshaled_pinvoke { union { #pragma pack(push, tp, 1) struct { Il2CppMethodPointer ___pGetControllerStateWithPose_0; }; #pragma pack(pop, tp) struct { Il2CppMethodPointer ___pGetControllerStateWithPose_0_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { Il2CppMethodPointer ___pGetControllerStateWithPosePacked_1; }; #pragma pack(pop, tp) struct { Il2CppMethodPointer ___pGetControllerStateWithPosePacked_1_forAlignmentOnly; }; }; }; // Native definition for COM marshalling of OVR.OpenVR.CVRSystem/GetControllerStateWithPoseUnion struct GetControllerStateWithPoseUnion_t8B38C5C056838CFD8A75DCF9129F8ABED7688257_marshaled_com { union { #pragma pack(push, tp, 1) struct { Il2CppMethodPointer ___pGetControllerStateWithPose_0; }; #pragma pack(pop, tp) struct { Il2CppMethodPointer ___pGetControllerStateWithPose_0_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { Il2CppMethodPointer ___pGetControllerStateWithPosePacked_1; }; #pragma pack(pop, tp) struct { Il2CppMethodPointer ___pGetControllerStateWithPosePacked_1_forAlignmentOnly; }; }; }; // OVR.OpenVR.CVRSystem/PollNextEventUnion struct PollNextEventUnion_tB3DACE2AF5403A0105323E9D463F8FBAD90E7E6F { public: union { #pragma pack(push, tp, 1) struct { // OVR.OpenVR.IVRSystem/_PollNextEvent OVR.OpenVR.CVRSystem/PollNextEventUnion::pPollNextEvent _PollNextEvent_t21475787624F95CFD02F686CD3783F0D0AEA43DF * ___pPollNextEvent_0; }; #pragma pack(pop, tp) struct { _PollNextEvent_t21475787624F95CFD02F686CD3783F0D0AEA43DF * ___pPollNextEvent_0_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { // OVR.OpenVR.CVRSystem/_PollNextEventPacked OVR.OpenVR.CVRSystem/PollNextEventUnion::pPollNextEventPacked _PollNextEventPacked_t94807975549D1A357761231437EC04490CEC29FB * ___pPollNextEventPacked_1; }; #pragma pack(pop, tp) struct { _PollNextEventPacked_t94807975549D1A357761231437EC04490CEC29FB * ___pPollNextEventPacked_1_forAlignmentOnly; }; }; public: inline static int32_t get_offset_of_pPollNextEvent_0() { return static_cast(offsetof(PollNextEventUnion_tB3DACE2AF5403A0105323E9D463F8FBAD90E7E6F, ___pPollNextEvent_0)); } inline _PollNextEvent_t21475787624F95CFD02F686CD3783F0D0AEA43DF * get_pPollNextEvent_0() const { return ___pPollNextEvent_0; } inline _PollNextEvent_t21475787624F95CFD02F686CD3783F0D0AEA43DF ** get_address_of_pPollNextEvent_0() { return &___pPollNextEvent_0; } inline void set_pPollNextEvent_0(_PollNextEvent_t21475787624F95CFD02F686CD3783F0D0AEA43DF * value) { ___pPollNextEvent_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___pPollNextEvent_0), (void*)value); } inline static int32_t get_offset_of_pPollNextEventPacked_1() { return static_cast(offsetof(PollNextEventUnion_tB3DACE2AF5403A0105323E9D463F8FBAD90E7E6F, ___pPollNextEventPacked_1)); } inline _PollNextEventPacked_t94807975549D1A357761231437EC04490CEC29FB * get_pPollNextEventPacked_1() const { return ___pPollNextEventPacked_1; } inline _PollNextEventPacked_t94807975549D1A357761231437EC04490CEC29FB ** get_address_of_pPollNextEventPacked_1() { return &___pPollNextEventPacked_1; } inline void set_pPollNextEventPacked_1(_PollNextEventPacked_t94807975549D1A357761231437EC04490CEC29FB * value) { ___pPollNextEventPacked_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___pPollNextEventPacked_1), (void*)value); } }; // Native definition for P/Invoke marshalling of OVR.OpenVR.CVRSystem/PollNextEventUnion struct PollNextEventUnion_tB3DACE2AF5403A0105323E9D463F8FBAD90E7E6F_marshaled_pinvoke { union { #pragma pack(push, tp, 1) struct { Il2CppMethodPointer ___pPollNextEvent_0; }; #pragma pack(pop, tp) struct { Il2CppMethodPointer ___pPollNextEvent_0_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { Il2CppMethodPointer ___pPollNextEventPacked_1; }; #pragma pack(pop, tp) struct { Il2CppMethodPointer ___pPollNextEventPacked_1_forAlignmentOnly; }; }; }; // Native definition for COM marshalling of OVR.OpenVR.CVRSystem/PollNextEventUnion struct PollNextEventUnion_tB3DACE2AF5403A0105323E9D463F8FBAD90E7E6F_marshaled_com { union { #pragma pack(push, tp, 1) struct { Il2CppMethodPointer ___pPollNextEvent_0; }; #pragma pack(pop, tp) struct { Il2CppMethodPointer ___pPollNextEvent_0_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { Il2CppMethodPointer ___pPollNextEventPacked_1; }; #pragma pack(pop, tp) struct { Il2CppMethodPointer ___pPollNextEventPacked_1_forAlignmentOnly; }; }; }; // OVRPlugin/Fovf struct Fovf_tDC8A783CE35765C1DFE303370D5893EB6087E5EF { public: // System.Single OVRPlugin/Fovf::UpTan float ___UpTan_0; // System.Single OVRPlugin/Fovf::DownTan float ___DownTan_1; // System.Single OVRPlugin/Fovf::LeftTan float ___LeftTan_2; // System.Single OVRPlugin/Fovf::RightTan float ___RightTan_3; public: inline static int32_t get_offset_of_UpTan_0() { return static_cast(offsetof(Fovf_tDC8A783CE35765C1DFE303370D5893EB6087E5EF, ___UpTan_0)); } inline float get_UpTan_0() const { return ___UpTan_0; } inline float* get_address_of_UpTan_0() { return &___UpTan_0; } inline void set_UpTan_0(float value) { ___UpTan_0 = value; } inline static int32_t get_offset_of_DownTan_1() { return static_cast(offsetof(Fovf_tDC8A783CE35765C1DFE303370D5893EB6087E5EF, ___DownTan_1)); } inline float get_DownTan_1() const { return ___DownTan_1; } inline float* get_address_of_DownTan_1() { return &___DownTan_1; } inline void set_DownTan_1(float value) { ___DownTan_1 = value; } inline static int32_t get_offset_of_LeftTan_2() { return static_cast(offsetof(Fovf_tDC8A783CE35765C1DFE303370D5893EB6087E5EF, ___LeftTan_2)); } inline float get_LeftTan_2() const { return ___LeftTan_2; } inline float* get_address_of_LeftTan_2() { return &___LeftTan_2; } inline void set_LeftTan_2(float value) { ___LeftTan_2 = value; } inline static int32_t get_offset_of_RightTan_3() { return static_cast(offsetof(Fovf_tDC8A783CE35765C1DFE303370D5893EB6087E5EF, ___RightTan_3)); } inline float get_RightTan_3() const { return ___RightTan_3; } inline float* get_address_of_RightTan_3() { return &___RightTan_3; } inline void set_RightTan_3(float value) { ___RightTan_3 = value; } }; // OVRPlugin/Frustumf struct Frustumf_tE86F2748A7E52D2600C7F9F2A462260423C6E79F { public: // System.Single OVRPlugin/Frustumf::zNear float ___zNear_0; // System.Single OVRPlugin/Frustumf::zFar float ___zFar_1; // System.Single OVRPlugin/Frustumf::fovX float ___fovX_2; // System.Single OVRPlugin/Frustumf::fovY float ___fovY_3; public: inline static int32_t get_offset_of_zNear_0() { return static_cast(offsetof(Frustumf_tE86F2748A7E52D2600C7F9F2A462260423C6E79F, ___zNear_0)); } inline float get_zNear_0() const { return ___zNear_0; } inline float* get_address_of_zNear_0() { return &___zNear_0; } inline void set_zNear_0(float value) { ___zNear_0 = value; } inline static int32_t get_offset_of_zFar_1() { return static_cast(offsetof(Frustumf_tE86F2748A7E52D2600C7F9F2A462260423C6E79F, ___zFar_1)); } inline float get_zFar_1() const { return ___zFar_1; } inline float* get_address_of_zFar_1() { return &___zFar_1; } inline void set_zFar_1(float value) { ___zFar_1 = value; } inline static int32_t get_offset_of_fovX_2() { return static_cast(offsetof(Frustumf_tE86F2748A7E52D2600C7F9F2A462260423C6E79F, ___fovX_2)); } inline float get_fovX_2() const { return ___fovX_2; } inline float* get_address_of_fovX_2() { return &___fovX_2; } inline void set_fovX_2(float value) { ___fovX_2 = value; } inline static int32_t get_offset_of_fovY_3() { return static_cast(offsetof(Frustumf_tE86F2748A7E52D2600C7F9F2A462260423C6E79F, ___fovY_3)); } inline float get_fovY_3() const { return ___fovY_3; } inline float* get_address_of_fovY_3() { return &___fovY_3; } inline void set_fovY_3(float value) { ___fovY_3 = value; } }; // OVRPlugin/InsightPassthroughKeyboardHandsIntensity struct InsightPassthroughKeyboardHandsIntensity_tD403C83ACD76793F037A858F942CEBA7096FF8D1 { public: // System.Single OVRPlugin/InsightPassthroughKeyboardHandsIntensity::LeftHandIntensity float ___LeftHandIntensity_0; // System.Single OVRPlugin/InsightPassthroughKeyboardHandsIntensity::RightHandIntensity float ___RightHandIntensity_1; public: inline static int32_t get_offset_of_LeftHandIntensity_0() { return static_cast(offsetof(InsightPassthroughKeyboardHandsIntensity_tD403C83ACD76793F037A858F942CEBA7096FF8D1, ___LeftHandIntensity_0)); } inline float get_LeftHandIntensity_0() const { return ___LeftHandIntensity_0; } inline float* get_address_of_LeftHandIntensity_0() { return &___LeftHandIntensity_0; } inline void set_LeftHandIntensity_0(float value) { ___LeftHandIntensity_0 = value; } inline static int32_t get_offset_of_RightHandIntensity_1() { return static_cast(offsetof(InsightPassthroughKeyboardHandsIntensity_tD403C83ACD76793F037A858F942CEBA7096FF8D1, ___RightHandIntensity_1)); } inline float get_RightHandIntensity_1() const { return ___RightHandIntensity_1; } inline float* get_address_of_RightHandIntensity_1() { return &___RightHandIntensity_1; } inline void set_RightHandIntensity_1(float value) { ___RightHandIntensity_1 = value; } }; // OVRPlugin/Quatf struct Quatf_t62062FC7CE72F55D499CA6BFF7EF122D2C6AF42D { public: // System.Single OVRPlugin/Quatf::x float ___x_0; // System.Single OVRPlugin/Quatf::y float ___y_1; // System.Single OVRPlugin/Quatf::z float ___z_2; // System.Single OVRPlugin/Quatf::w float ___w_3; public: inline static int32_t get_offset_of_x_0() { return static_cast(offsetof(Quatf_t62062FC7CE72F55D499CA6BFF7EF122D2C6AF42D, ___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(Quatf_t62062FC7CE72F55D499CA6BFF7EF122D2C6AF42D, ___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(Quatf_t62062FC7CE72F55D499CA6BFF7EF122D2C6AF42D, ___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(Quatf_t62062FC7CE72F55D499CA6BFF7EF122D2C6AF42D, ___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; } }; // OVRPlugin/RenderModelProperties struct RenderModelProperties_t467F8C1D1FD0F7104DEED530C5E5C34715CAC315 { public: // System.String OVRPlugin/RenderModelProperties::ModelName String_t* ___ModelName_0; // System.UInt64 OVRPlugin/RenderModelProperties::ModelKey uint64_t ___ModelKey_1; // System.UInt32 OVRPlugin/RenderModelProperties::VendorId uint32_t ___VendorId_2; // System.UInt32 OVRPlugin/RenderModelProperties::ModelVersion uint32_t ___ModelVersion_3; public: inline static int32_t get_offset_of_ModelName_0() { return static_cast(offsetof(RenderModelProperties_t467F8C1D1FD0F7104DEED530C5E5C34715CAC315, ___ModelName_0)); } inline String_t* get_ModelName_0() const { return ___ModelName_0; } inline String_t** get_address_of_ModelName_0() { return &___ModelName_0; } inline void set_ModelName_0(String_t* value) { ___ModelName_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___ModelName_0), (void*)value); } inline static int32_t get_offset_of_ModelKey_1() { return static_cast(offsetof(RenderModelProperties_t467F8C1D1FD0F7104DEED530C5E5C34715CAC315, ___ModelKey_1)); } inline uint64_t get_ModelKey_1() const { return ___ModelKey_1; } inline uint64_t* get_address_of_ModelKey_1() { return &___ModelKey_1; } inline void set_ModelKey_1(uint64_t value) { ___ModelKey_1 = value; } inline static int32_t get_offset_of_VendorId_2() { return static_cast(offsetof(RenderModelProperties_t467F8C1D1FD0F7104DEED530C5E5C34715CAC315, ___VendorId_2)); } inline uint32_t get_VendorId_2() const { return ___VendorId_2; } inline uint32_t* get_address_of_VendorId_2() { return &___VendorId_2; } inline void set_VendorId_2(uint32_t value) { ___VendorId_2 = value; } inline static int32_t get_offset_of_ModelVersion_3() { return static_cast(offsetof(RenderModelProperties_t467F8C1D1FD0F7104DEED530C5E5C34715CAC315, ___ModelVersion_3)); } inline uint32_t get_ModelVersion_3() const { return ___ModelVersion_3; } inline uint32_t* get_address_of_ModelVersion_3() { return &___ModelVersion_3; } inline void set_ModelVersion_3(uint32_t value) { ___ModelVersion_3 = value; } }; // Native definition for P/Invoke marshalling of OVRPlugin/RenderModelProperties struct RenderModelProperties_t467F8C1D1FD0F7104DEED530C5E5C34715CAC315_marshaled_pinvoke { char* ___ModelName_0; uint64_t ___ModelKey_1; uint32_t ___VendorId_2; uint32_t ___ModelVersion_3; }; // Native definition for COM marshalling of OVRPlugin/RenderModelProperties struct RenderModelProperties_t467F8C1D1FD0F7104DEED530C5E5C34715CAC315_marshaled_com { Il2CppChar* ___ModelName_0; uint64_t ___ModelKey_1; uint32_t ___VendorId_2; uint32_t ___ModelVersion_3; }; // OVRPlugin/Sizef struct Sizef_t2ED899DE36514803EED2B3ADA0FF5BBA57281314 { public: // System.Single OVRPlugin/Sizef::w float ___w_0; // System.Single OVRPlugin/Sizef::h float ___h_1; public: inline static int32_t get_offset_of_w_0() { return static_cast(offsetof(Sizef_t2ED899DE36514803EED2B3ADA0FF5BBA57281314, ___w_0)); } inline float get_w_0() const { return ___w_0; } inline float* get_address_of_w_0() { return &___w_0; } inline void set_w_0(float value) { ___w_0 = value; } inline static int32_t get_offset_of_h_1() { return static_cast(offsetof(Sizef_t2ED899DE36514803EED2B3ADA0FF5BBA57281314, ___h_1)); } inline float get_h_1() const { return ___h_1; } inline float* get_address_of_h_1() { return &___h_1; } inline void set_h_1(float value) { ___h_1 = value; } }; // OVRPlugin/Sizei struct Sizei_tEB5AC4FB252F39A8D3FE08B6D3FCE03666021041 { public: // System.Int32 OVRPlugin/Sizei::w int32_t ___w_0; // System.Int32 OVRPlugin/Sizei::h int32_t ___h_1; public: inline static int32_t get_offset_of_w_0() { return static_cast(offsetof(Sizei_tEB5AC4FB252F39A8D3FE08B6D3FCE03666021041, ___w_0)); } inline int32_t get_w_0() const { return ___w_0; } inline int32_t* get_address_of_w_0() { return &___w_0; } inline void set_w_0(int32_t value) { ___w_0 = value; } inline static int32_t get_offset_of_h_1() { return static_cast(offsetof(Sizei_tEB5AC4FB252F39A8D3FE08B6D3FCE03666021041, ___h_1)); } inline int32_t get_h_1() const { return ___h_1; } inline int32_t* get_address_of_h_1() { return &___h_1; } inline void set_h_1(int32_t value) { ___h_1 = value; } }; // OVRPlugin/Vector2f struct Vector2f_t1A3A349F1E6819E0FF7A685BC6FC4067846FD354 { public: // System.Single OVRPlugin/Vector2f::x float ___x_0; // System.Single OVRPlugin/Vector2f::y float ___y_1; public: inline static int32_t get_offset_of_x_0() { return static_cast(offsetof(Vector2f_t1A3A349F1E6819E0FF7A685BC6FC4067846FD354, ___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(Vector2f_t1A3A349F1E6819E0FF7A685BC6FC4067846FD354, ___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; } }; // OVRPlugin/Vector3f struct Vector3f_tF74D3A692AC7064BFF4EBEC1E704723CA2905417 { public: // System.Single OVRPlugin/Vector3f::x float ___x_0; // System.Single OVRPlugin/Vector3f::y float ___y_1; // System.Single OVRPlugin/Vector3f::z float ___z_2; public: inline static int32_t get_offset_of_x_0() { return static_cast(offsetof(Vector3f_tF74D3A692AC7064BFF4EBEC1E704723CA2905417, ___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(Vector3f_tF74D3A692AC7064BFF4EBEC1E704723CA2905417, ___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(Vector3f_tF74D3A692AC7064BFF4EBEC1E704723CA2905417, ___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; } }; // OVRSceneLoader/SceneInfo struct SceneInfo_tA4107ED499E7EE041D97C6DD8E0855A051E6CBD9 { public: // System.Collections.Generic.List`1 OVRSceneLoader/SceneInfo::scenes List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * ___scenes_0; // System.Int64 OVRSceneLoader/SceneInfo::version int64_t ___version_1; public: inline static int32_t get_offset_of_scenes_0() { return static_cast(offsetof(SceneInfo_tA4107ED499E7EE041D97C6DD8E0855A051E6CBD9, ___scenes_0)); } inline List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * get_scenes_0() const { return ___scenes_0; } inline List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 ** get_address_of_scenes_0() { return &___scenes_0; } inline void set_scenes_0(List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * value) { ___scenes_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___scenes_0), (void*)value); } inline static int32_t get_offset_of_version_1() { return static_cast(offsetof(SceneInfo_tA4107ED499E7EE041D97C6DD8E0855A051E6CBD9, ___version_1)); } inline int64_t get_version_1() const { return ___version_1; } inline int64_t* get_address_of_version_1() { return &___version_1; } inline void set_version_1(int64_t value) { ___version_1 = value; } }; // Native definition for P/Invoke marshalling of OVRSceneLoader/SceneInfo struct SceneInfo_tA4107ED499E7EE041D97C6DD8E0855A051E6CBD9_marshaled_pinvoke { List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * ___scenes_0; int64_t ___version_1; }; // Native definition for COM marshalling of OVRSceneLoader/SceneInfo struct SceneInfo_tA4107ED499E7EE041D97C6DD8E0855A051E6CBD9_marshaled_com { List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * ___scenes_0; int64_t ___version_1; }; // OVRSkeletonRenderer/SkeletonRendererData struct SkeletonRendererData_tAD36716DA885C2A9B5ECB202D000E3559344B9CE { public: // System.Single OVRSkeletonRenderer/SkeletonRendererData::k__BackingField float ___U3CRootScaleU3Ek__BackingField_0; // System.Boolean OVRSkeletonRenderer/SkeletonRendererData::k__BackingField bool ___U3CIsDataValidU3Ek__BackingField_1; // System.Boolean OVRSkeletonRenderer/SkeletonRendererData::k__BackingField bool ___U3CIsDataHighConfidenceU3Ek__BackingField_2; // System.Boolean OVRSkeletonRenderer/SkeletonRendererData::k__BackingField bool ___U3CShouldUseSystemGestureMaterialU3Ek__BackingField_3; public: inline static int32_t get_offset_of_U3CRootScaleU3Ek__BackingField_0() { return static_cast(offsetof(SkeletonRendererData_tAD36716DA885C2A9B5ECB202D000E3559344B9CE, ___U3CRootScaleU3Ek__BackingField_0)); } inline float get_U3CRootScaleU3Ek__BackingField_0() const { return ___U3CRootScaleU3Ek__BackingField_0; } inline float* get_address_of_U3CRootScaleU3Ek__BackingField_0() { return &___U3CRootScaleU3Ek__BackingField_0; } inline void set_U3CRootScaleU3Ek__BackingField_0(float value) { ___U3CRootScaleU3Ek__BackingField_0 = value; } inline static int32_t get_offset_of_U3CIsDataValidU3Ek__BackingField_1() { return static_cast(offsetof(SkeletonRendererData_tAD36716DA885C2A9B5ECB202D000E3559344B9CE, ___U3CIsDataValidU3Ek__BackingField_1)); } inline bool get_U3CIsDataValidU3Ek__BackingField_1() const { return ___U3CIsDataValidU3Ek__BackingField_1; } inline bool* get_address_of_U3CIsDataValidU3Ek__BackingField_1() { return &___U3CIsDataValidU3Ek__BackingField_1; } inline void set_U3CIsDataValidU3Ek__BackingField_1(bool value) { ___U3CIsDataValidU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CIsDataHighConfidenceU3Ek__BackingField_2() { return static_cast(offsetof(SkeletonRendererData_tAD36716DA885C2A9B5ECB202D000E3559344B9CE, ___U3CIsDataHighConfidenceU3Ek__BackingField_2)); } inline bool get_U3CIsDataHighConfidenceU3Ek__BackingField_2() const { return ___U3CIsDataHighConfidenceU3Ek__BackingField_2; } inline bool* get_address_of_U3CIsDataHighConfidenceU3Ek__BackingField_2() { return &___U3CIsDataHighConfidenceU3Ek__BackingField_2; } inline void set_U3CIsDataHighConfidenceU3Ek__BackingField_2(bool value) { ___U3CIsDataHighConfidenceU3Ek__BackingField_2 = value; } inline static int32_t get_offset_of_U3CShouldUseSystemGestureMaterialU3Ek__BackingField_3() { return static_cast(offsetof(SkeletonRendererData_tAD36716DA885C2A9B5ECB202D000E3559344B9CE, ___U3CShouldUseSystemGestureMaterialU3Ek__BackingField_3)); } inline bool get_U3CShouldUseSystemGestureMaterialU3Ek__BackingField_3() const { return ___U3CShouldUseSystemGestureMaterialU3Ek__BackingField_3; } inline bool* get_address_of_U3CShouldUseSystemGestureMaterialU3Ek__BackingField_3() { return &___U3CShouldUseSystemGestureMaterialU3Ek__BackingField_3; } inline void set_U3CShouldUseSystemGestureMaterialU3Ek__BackingField_3(bool value) { ___U3CShouldUseSystemGestureMaterialU3Ek__BackingField_3 = value; } }; // Native definition for P/Invoke marshalling of OVRSkeletonRenderer/SkeletonRendererData struct SkeletonRendererData_tAD36716DA885C2A9B5ECB202D000E3559344B9CE_marshaled_pinvoke { float ___U3CRootScaleU3Ek__BackingField_0; int32_t ___U3CIsDataValidU3Ek__BackingField_1; int32_t ___U3CIsDataHighConfidenceU3Ek__BackingField_2; int32_t ___U3CShouldUseSystemGestureMaterialU3Ek__BackingField_3; }; // Native definition for COM marshalling of OVRSkeletonRenderer/SkeletonRendererData struct SkeletonRendererData_tAD36716DA885C2A9B5ECB202D000E3559344B9CE_marshaled_com { float ___U3CRootScaleU3Ek__BackingField_0; int32_t ___U3CIsDataValidU3Ek__BackingField_1; int32_t ___U3CIsDataHighConfidenceU3Ek__BackingField_2; int32_t ___U3CShouldUseSystemGestureMaterialU3Ek__BackingField_3; }; // OVRTrackedKeyboard/TrackedKeyboardSetActiveEvent struct TrackedKeyboardSetActiveEvent_tB3BDB5B32E4E464EDBB2962E1F125EB029134F0A { public: // System.Boolean OVRTrackedKeyboard/TrackedKeyboardSetActiveEvent::IsEnabled bool ___IsEnabled_0; public: inline static int32_t get_offset_of_IsEnabled_0() { return static_cast(offsetof(TrackedKeyboardSetActiveEvent_tB3BDB5B32E4E464EDBB2962E1F125EB029134F0A, ___IsEnabled_0)); } inline bool get_IsEnabled_0() const { return ___IsEnabled_0; } inline bool* get_address_of_IsEnabled_0() { return &___IsEnabled_0; } inline void set_IsEnabled_0(bool value) { ___IsEnabled_0 = value; } }; // Native definition for P/Invoke marshalling of OVRTrackedKeyboard/TrackedKeyboardSetActiveEvent struct TrackedKeyboardSetActiveEvent_tB3BDB5B32E4E464EDBB2962E1F125EB029134F0A_marshaled_pinvoke { int32_t ___IsEnabled_0; }; // Native definition for COM marshalling of OVRTrackedKeyboard/TrackedKeyboardSetActiveEvent struct TrackedKeyboardSetActiveEvent_tB3BDB5B32E4E464EDBB2962E1F125EB029134F0A_marshaled_com { int32_t ___IsEnabled_0; }; // OVRTrackedKeyboardHands/TrackedKeyboardHandsVisibilityChangedEvent struct TrackedKeyboardHandsVisibilityChangedEvent_t647ED726B047D7D8D40DE70FB8FA78C4994FDCF4 { public: // System.Boolean OVRTrackedKeyboardHands/TrackedKeyboardHandsVisibilityChangedEvent::leftVisible bool ___leftVisible_0; // System.Boolean OVRTrackedKeyboardHands/TrackedKeyboardHandsVisibilityChangedEvent::rightVisible bool ___rightVisible_1; public: inline static int32_t get_offset_of_leftVisible_0() { return static_cast(offsetof(TrackedKeyboardHandsVisibilityChangedEvent_t647ED726B047D7D8D40DE70FB8FA78C4994FDCF4, ___leftVisible_0)); } inline bool get_leftVisible_0() const { return ___leftVisible_0; } inline bool* get_address_of_leftVisible_0() { return &___leftVisible_0; } inline void set_leftVisible_0(bool value) { ___leftVisible_0 = value; } inline static int32_t get_offset_of_rightVisible_1() { return static_cast(offsetof(TrackedKeyboardHandsVisibilityChangedEvent_t647ED726B047D7D8D40DE70FB8FA78C4994FDCF4, ___rightVisible_1)); } inline bool get_rightVisible_1() const { return ___rightVisible_1; } inline bool* get_address_of_rightVisible_1() { return &___rightVisible_1; } inline void set_rightVisible_1(bool value) { ___rightVisible_1 = value; } }; // Native definition for P/Invoke marshalling of OVRTrackedKeyboardHands/TrackedKeyboardHandsVisibilityChangedEvent struct TrackedKeyboardHandsVisibilityChangedEvent_t647ED726B047D7D8D40DE70FB8FA78C4994FDCF4_marshaled_pinvoke { int32_t ___leftVisible_0; int32_t ___rightVisible_1; }; // Native definition for COM marshalling of OVRTrackedKeyboardHands/TrackedKeyboardHandsVisibilityChangedEvent struct TrackedKeyboardHandsVisibilityChangedEvent_t647ED726B047D7D8D40DE70FB8FA78C4994FDCF4_marshaled_com { int32_t ___leftVisible_0; int32_t ___rightVisible_1; }; // System.Nullable`1 struct Nullable_1_tD696E865843136E8D2141FD179BA7F088A4D8BA1 { public: // T System.Nullable`1::value Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 ___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_tD696E865843136E8D2141FD179BA7F088A4D8BA1, ___value_0)); } inline Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 get_value_0() const { return ___value_0; } inline Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 * get_address_of_value_0() { return &___value_0; } inline void set_value_0(Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 value) { ___value_0 = value; } inline static int32_t get_offset_of_has_value_1() { return static_cast(offsetof(Nullable_1_tD696E865843136E8D2141FD179BA7F088A4D8BA1, ___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_t1829213F3538788DF79B4659AFC9D6A9C90C3258 { public: // T System.Nullable`1::value Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___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_t1829213F3538788DF79B4659AFC9D6A9C90C3258, ___value_0)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_value_0() const { return ___value_0; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_value_0() { return &___value_0; } inline void set_value_0(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___value_0 = value; } inline static int32_t get_offset_of_has_value_1() { return static_cast(offsetof(Nullable_1_t1829213F3538788DF79B4659AFC9D6A9C90C3258, ___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_tB698A15BFFE9FCD6DAB1F14E8589DACF1C84F0B1 { public: // T System.Nullable`1::value TrackedKeyboardHandsVisibilityChangedEvent_t647ED726B047D7D8D40DE70FB8FA78C4994FDCF4 ___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_tB698A15BFFE9FCD6DAB1F14E8589DACF1C84F0B1, ___value_0)); } inline TrackedKeyboardHandsVisibilityChangedEvent_t647ED726B047D7D8D40DE70FB8FA78C4994FDCF4 get_value_0() const { return ___value_0; } inline TrackedKeyboardHandsVisibilityChangedEvent_t647ED726B047D7D8D40DE70FB8FA78C4994FDCF4 * get_address_of_value_0() { return &___value_0; } inline void set_value_0(TrackedKeyboardHandsVisibilityChangedEvent_t647ED726B047D7D8D40DE70FB8FA78C4994FDCF4 value) { ___value_0 = value; } inline static int32_t get_offset_of_has_value_1() { return static_cast(offsetof(Nullable_1_tB698A15BFFE9FCD6DAB1F14E8589DACF1C84F0B1, ___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; } }; // OVR.OpenVR.AppOverrideKeys_t struct AppOverrideKeys_t_t9ACF6B6035C509546D8ECF49ED7A15085C1F134C { public: // System.IntPtr OVR.OpenVR.AppOverrideKeys_t::pchKey intptr_t ___pchKey_0; // System.IntPtr OVR.OpenVR.AppOverrideKeys_t::pchValue intptr_t ___pchValue_1; public: inline static int32_t get_offset_of_pchKey_0() { return static_cast(offsetof(AppOverrideKeys_t_t9ACF6B6035C509546D8ECF49ED7A15085C1F134C, ___pchKey_0)); } inline intptr_t get_pchKey_0() const { return ___pchKey_0; } inline intptr_t* get_address_of_pchKey_0() { return &___pchKey_0; } inline void set_pchKey_0(intptr_t value) { ___pchKey_0 = value; } inline static int32_t get_offset_of_pchValue_1() { return static_cast(offsetof(AppOverrideKeys_t_t9ACF6B6035C509546D8ECF49ED7A15085C1F134C, ___pchValue_1)); } inline intptr_t get_pchValue_1() const { return ___pchValue_1; } inline intptr_t* get_address_of_pchValue_1() { return &___pchValue_1; } inline void set_pchValue_1(intptr_t value) { ___pchValue_1 = value; } }; // UnityEngine.AsyncOperation struct AsyncOperation_tB6913CEC83169F22E96067CE8C7117A221E51A86 : public YieldInstruction_tB0B4E05316710E51ECCC1E57174C27FE6DEBBEAF { public: // System.IntPtr UnityEngine.AsyncOperation::m_Ptr intptr_t ___m_Ptr_0; // System.Action`1 UnityEngine.AsyncOperation::m_completeCallback Action_1_tC1348BEB2C677FD60E4B65764CA3A1CAFF6DFB31 * ___m_completeCallback_1; public: inline static int32_t get_offset_of_m_Ptr_0() { return static_cast(offsetof(AsyncOperation_tB6913CEC83169F22E96067CE8C7117A221E51A86, ___m_Ptr_0)); } inline intptr_t get_m_Ptr_0() const { return ___m_Ptr_0; } inline intptr_t* get_address_of_m_Ptr_0() { return &___m_Ptr_0; } inline void set_m_Ptr_0(intptr_t value) { ___m_Ptr_0 = value; } inline static int32_t get_offset_of_m_completeCallback_1() { return static_cast(offsetof(AsyncOperation_tB6913CEC83169F22E96067CE8C7117A221E51A86, ___m_completeCallback_1)); } inline Action_1_tC1348BEB2C677FD60E4B65764CA3A1CAFF6DFB31 * get_m_completeCallback_1() const { return ___m_completeCallback_1; } inline Action_1_tC1348BEB2C677FD60E4B65764CA3A1CAFF6DFB31 ** get_address_of_m_completeCallback_1() { return &___m_completeCallback_1; } inline void set_m_completeCallback_1(Action_1_tC1348BEB2C677FD60E4B65764CA3A1CAFF6DFB31 * value) { ___m_completeCallback_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_completeCallback_1), (void*)value); } }; // Native definition for P/Invoke marshalling of UnityEngine.AsyncOperation struct AsyncOperation_tB6913CEC83169F22E96067CE8C7117A221E51A86_marshaled_pinvoke : public YieldInstruction_tB0B4E05316710E51ECCC1E57174C27FE6DEBBEAF_marshaled_pinvoke { intptr_t ___m_Ptr_0; Il2CppMethodPointer ___m_completeCallback_1; }; // Native definition for COM marshalling of UnityEngine.AsyncOperation struct AsyncOperation_tB6913CEC83169F22E96067CE8C7117A221E51A86_marshaled_com : public YieldInstruction_tB0B4E05316710E51ECCC1E57174C27FE6DEBBEAF_marshaled_com { intptr_t ___m_Ptr_0; Il2CppMethodPointer ___m_completeCallback_1; }; // 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; } }; // UnityEngine.Bounds struct Bounds_t0F1F36D4F7AF49524B3C2A2259594412A3D3AE37 { public: // UnityEngine.Vector3 UnityEngine.Bounds::m_Center Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___m_Center_0; // UnityEngine.Vector3 UnityEngine.Bounds::m_Extents Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___m_Extents_1; public: inline static int32_t get_offset_of_m_Center_0() { return static_cast(offsetof(Bounds_t0F1F36D4F7AF49524B3C2A2259594412A3D3AE37, ___m_Center_0)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_m_Center_0() const { return ___m_Center_0; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_m_Center_0() { return &___m_Center_0; } inline void set_m_Center_0(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___m_Center_0 = value; } inline static int32_t get_offset_of_m_Extents_1() { return static_cast(offsetof(Bounds_t0F1F36D4F7AF49524B3C2A2259594412A3D3AE37, ___m_Extents_1)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_m_Extents_1() const { return ___m_Extents_1; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_m_Extents_1() { return &___m_Extents_1; } inline void set_m_Extents_1(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___m_Extents_1 = value; } }; // OVR.OpenVR.CVRApplications struct CVRApplications_t43139A5C222A379FA6A0B47174C56B8EA1819600 : public RuntimeObject { public: // OVR.OpenVR.IVRApplications OVR.OpenVR.CVRApplications::FnTable IVRApplications_t71E4F5B16FF20F7E013F6D2C0D0DD2C73DC3BAE5 ___FnTable_0; public: inline static int32_t get_offset_of_FnTable_0() { return static_cast(offsetof(CVRApplications_t43139A5C222A379FA6A0B47174C56B8EA1819600, ___FnTable_0)); } inline IVRApplications_t71E4F5B16FF20F7E013F6D2C0D0DD2C73DC3BAE5 get_FnTable_0() const { return ___FnTable_0; } inline IVRApplications_t71E4F5B16FF20F7E013F6D2C0D0DD2C73DC3BAE5 * get_address_of_FnTable_0() { return &___FnTable_0; } inline void set_FnTable_0(IVRApplications_t71E4F5B16FF20F7E013F6D2C0D0DD2C73DC3BAE5 value) { ___FnTable_0 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___AddApplicationManifest_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___RemoveApplicationManifest_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___IsApplicationInstalled_2), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___GetApplicationCount_3), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___GetApplicationKeyByIndex_4), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___GetApplicationKeyByProcessId_5), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___LaunchApplication_6), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___LaunchTemplateApplication_7), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___LaunchApplicationFromMimeType_8), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___LaunchDashboardOverlay_9), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___CancelApplicationLaunch_10), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___IdentifyApplication_11), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___GetApplicationProcessId_12), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___GetApplicationsErrorNameFromEnum_13), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___GetApplicationPropertyString_14), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___GetApplicationPropertyBool_15), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___GetApplicationPropertyUint64_16), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___SetApplicationAutoLaunch_17), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___GetApplicationAutoLaunch_18), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___SetDefaultApplicationForMimeType_19), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___GetDefaultApplicationForMimeType_20), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___GetApplicationSupportedMimeTypes_21), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___GetApplicationsThatSupportMimeType_22), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___GetApplicationLaunchArguments_23), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___GetStartingApplication_24), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___GetTransitionState_25), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___PerformApplicationPrelaunchCheck_26), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___GetApplicationsTransitionStateNameFromEnum_27), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___IsQuitUserPromptRequested_28), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___LaunchInternalProcess_29), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___GetCurrentSceneProcessId_30), (void*)NULL); #endif } }; // OVR.OpenVR.CVRChaperone struct CVRChaperone_t51FABFD2EC81CCBCA785B3A6E333126E2C7C3B15 : public RuntimeObject { public: // OVR.OpenVR.IVRChaperone OVR.OpenVR.CVRChaperone::FnTable IVRChaperone_t64DF13E69B4E1E880B74DAD00631B1BA0325A0A9 ___FnTable_0; public: inline static int32_t get_offset_of_FnTable_0() { return static_cast(offsetof(CVRChaperone_t51FABFD2EC81CCBCA785B3A6E333126E2C7C3B15, ___FnTable_0)); } inline IVRChaperone_t64DF13E69B4E1E880B74DAD00631B1BA0325A0A9 get_FnTable_0() const { return ___FnTable_0; } inline IVRChaperone_t64DF13E69B4E1E880B74DAD00631B1BA0325A0A9 * get_address_of_FnTable_0() { return &___FnTable_0; } inline void set_FnTable_0(IVRChaperone_t64DF13E69B4E1E880B74DAD00631B1BA0325A0A9 value) { ___FnTable_0 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___GetCalibrationState_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___GetPlayAreaSize_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___GetPlayAreaRect_2), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___ReloadInfo_3), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___SetSceneColor_4), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___GetBoundsColor_5), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___AreBoundsVisible_6), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___ForceBoundsVisible_7), (void*)NULL); #endif } }; // OVR.OpenVR.CVRChaperoneSetup struct CVRChaperoneSetup_t700A0068B84AB759418742666D58F35E2023513A : public RuntimeObject { public: // OVR.OpenVR.IVRChaperoneSetup OVR.OpenVR.CVRChaperoneSetup::FnTable IVRChaperoneSetup_tEDC2C2D840C125DF3E462339B4411D10DA1823F0 ___FnTable_0; public: inline static int32_t get_offset_of_FnTable_0() { return static_cast(offsetof(CVRChaperoneSetup_t700A0068B84AB759418742666D58F35E2023513A, ___FnTable_0)); } inline IVRChaperoneSetup_tEDC2C2D840C125DF3E462339B4411D10DA1823F0 get_FnTable_0() const { return ___FnTable_0; } inline IVRChaperoneSetup_tEDC2C2D840C125DF3E462339B4411D10DA1823F0 * get_address_of_FnTable_0() { return &___FnTable_0; } inline void set_FnTable_0(IVRChaperoneSetup_tEDC2C2D840C125DF3E462339B4411D10DA1823F0 value) { ___FnTable_0 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___CommitWorkingCopy_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___RevertWorkingCopy_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___GetWorkingPlayAreaSize_2), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___GetWorkingPlayAreaRect_3), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___GetWorkingCollisionBoundsInfo_4), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___GetLiveCollisionBoundsInfo_5), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___GetWorkingSeatedZeroPoseToRawTrackingPose_6), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___GetWorkingStandingZeroPoseToRawTrackingPose_7), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___SetWorkingPlayAreaSize_8), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___SetWorkingCollisionBoundsInfo_9), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___SetWorkingSeatedZeroPoseToRawTrackingPose_10), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___SetWorkingStandingZeroPoseToRawTrackingPose_11), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___ReloadFromDisk_12), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___GetLiveSeatedZeroPoseToRawTrackingPose_13), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___SetWorkingCollisionBoundsTagsInfo_14), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___GetLiveCollisionBoundsTagsInfo_15), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___SetWorkingPhysicalBoundsInfo_16), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___GetLivePhysicalBoundsInfo_17), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___ExportLiveToBuffer_18), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___ImportFromBufferToWorking_19), (void*)NULL); #endif } }; // OVR.OpenVR.CVRCompositor struct CVRCompositor_t860AFDF888338571B4F10757484FC1C6490A4B0D : public RuntimeObject { public: // OVR.OpenVR.IVRCompositor OVR.OpenVR.CVRCompositor::FnTable IVRCompositor_t937DAB643DA6091530F80196D9EB3000E18D2DDC ___FnTable_0; public: inline static int32_t get_offset_of_FnTable_0() { return static_cast(offsetof(CVRCompositor_t860AFDF888338571B4F10757484FC1C6490A4B0D, ___FnTable_0)); } inline IVRCompositor_t937DAB643DA6091530F80196D9EB3000E18D2DDC get_FnTable_0() const { return ___FnTable_0; } inline IVRCompositor_t937DAB643DA6091530F80196D9EB3000E18D2DDC * get_address_of_FnTable_0() { return &___FnTable_0; } inline void set_FnTable_0(IVRCompositor_t937DAB643DA6091530F80196D9EB3000E18D2DDC value) { ___FnTable_0 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___SetTrackingSpace_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___GetTrackingSpace_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___WaitGetPoses_2), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___GetLastPoses_3), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___GetLastPoseForTrackedDeviceIndex_4), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___Submit_5), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___ClearLastSubmittedFrame_6), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___PostPresentHandoff_7), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___GetFrameTiming_8), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___GetFrameTimings_9), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___GetFrameTimeRemaining_10), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___GetCumulativeStats_11), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___FadeToColor_12), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___GetCurrentFadeColor_13), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___FadeGrid_14), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___GetCurrentGridAlpha_15), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___SetSkyboxOverride_16), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___ClearSkyboxOverride_17), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___CompositorBringToFront_18), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___CompositorGoToBack_19), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___CompositorQuit_20), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___IsFullscreen_21), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___GetCurrentSceneFocusProcess_22), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___GetLastFrameRenderer_23), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___CanRenderScene_24), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___ShowMirrorWindow_25), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___HideMirrorWindow_26), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___IsMirrorWindowVisible_27), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___CompositorDumpImages_28), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___ShouldAppRenderWithLowResources_29), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___ForceInterleavedReprojectionOn_30), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___ForceReconnectProcess_31), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___SuspendRendering_32), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___GetMirrorTextureD3D11_33), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___ReleaseMirrorTextureD3D11_34), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___GetMirrorTextureGL_35), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___ReleaseSharedGLTexture_36), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___LockGLSharedTextureForAccess_37), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___UnlockGLSharedTextureForAccess_38), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___GetVulkanInstanceExtensionsRequired_39), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___GetVulkanDeviceExtensionsRequired_40), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___SetExplicitTimingMode_41), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___SubmitExplicitTimingData_42), (void*)NULL); #endif } }; // OVR.OpenVR.CVRExtendedDisplay struct CVRExtendedDisplay_t0A418A75A77F8B95E187E214540AAB8BC56DCDFD : public RuntimeObject { public: // OVR.OpenVR.IVRExtendedDisplay OVR.OpenVR.CVRExtendedDisplay::FnTable IVRExtendedDisplay_t21A831A14DD90F2889F2DB4AA41E1F8EDE096DB9 ___FnTable_0; public: inline static int32_t get_offset_of_FnTable_0() { return static_cast(offsetof(CVRExtendedDisplay_t0A418A75A77F8B95E187E214540AAB8BC56DCDFD, ___FnTable_0)); } inline IVRExtendedDisplay_t21A831A14DD90F2889F2DB4AA41E1F8EDE096DB9 get_FnTable_0() const { return ___FnTable_0; } inline IVRExtendedDisplay_t21A831A14DD90F2889F2DB4AA41E1F8EDE096DB9 * get_address_of_FnTable_0() { return &___FnTable_0; } inline void set_FnTable_0(IVRExtendedDisplay_t21A831A14DD90F2889F2DB4AA41E1F8EDE096DB9 value) { ___FnTable_0 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___GetWindowBounds_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___GetEyeOutputViewport_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___GetDXGIOutputInfo_2), (void*)NULL); #endif } }; // OVR.OpenVR.CVRInput struct CVRInput_t11388DBBA710C4FA9D556A3AF29B30230A8D5365 : public RuntimeObject { public: // OVR.OpenVR.IVRInput OVR.OpenVR.CVRInput::FnTable IVRInput_tF9287B1EF48FE54402471D953BF4089CCB73C759 ___FnTable_0; public: inline static int32_t get_offset_of_FnTable_0() { return static_cast(offsetof(CVRInput_t11388DBBA710C4FA9D556A3AF29B30230A8D5365, ___FnTable_0)); } inline IVRInput_tF9287B1EF48FE54402471D953BF4089CCB73C759 get_FnTable_0() const { return ___FnTable_0; } inline IVRInput_tF9287B1EF48FE54402471D953BF4089CCB73C759 * get_address_of_FnTable_0() { return &___FnTable_0; } inline void set_FnTable_0(IVRInput_tF9287B1EF48FE54402471D953BF4089CCB73C759 value) { ___FnTable_0 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___SetActionManifestPath_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___GetActionSetHandle_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___GetActionHandle_2), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___GetInputSourceHandle_3), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___UpdateActionState_4), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___GetDigitalActionData_5), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___GetAnalogActionData_6), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___GetPoseActionData_7), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___GetSkeletalActionData_8), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___GetSkeletalBoneData_9), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___GetSkeletalBoneDataCompressed_10), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___DecompressSkeletalBoneData_11), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___TriggerHapticVibrationAction_12), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___GetActionOrigins_13), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___GetOriginLocalizedName_14), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___GetOriginTrackedDeviceInfo_15), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___ShowActionOrigins_16), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___ShowBindingsForActionSet_17), (void*)NULL); #endif } }; // OVR.OpenVR.CVROverlay struct CVROverlay_tD4138CA42615F636AC9BB47013AC5A256D954640 : public RuntimeObject { public: // OVR.OpenVR.IVROverlay OVR.OpenVR.CVROverlay::FnTable IVROverlay_tC1D77DB6A00463679EDE2CD348BC2622845FF917 ___FnTable_0; public: inline static int32_t get_offset_of_FnTable_0() { return static_cast(offsetof(CVROverlay_tD4138CA42615F636AC9BB47013AC5A256D954640, ___FnTable_0)); } inline IVROverlay_tC1D77DB6A00463679EDE2CD348BC2622845FF917 get_FnTable_0() const { return ___FnTable_0; } inline IVROverlay_tC1D77DB6A00463679EDE2CD348BC2622845FF917 * get_address_of_FnTable_0() { return &___FnTable_0; } inline void set_FnTable_0(IVROverlay_tC1D77DB6A00463679EDE2CD348BC2622845FF917 value) { ___FnTable_0 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___FindOverlay_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___CreateOverlay_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___DestroyOverlay_2), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___SetHighQualityOverlay_3), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___GetHighQualityOverlay_4), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___GetOverlayKey_5), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___GetOverlayName_6), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___SetOverlayName_7), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___GetOverlayImageData_8), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___GetOverlayErrorNameFromEnum_9), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___SetOverlayRenderingPid_10), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___GetOverlayRenderingPid_11), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___SetOverlayFlag_12), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___GetOverlayFlag_13), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___SetOverlayColor_14), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___GetOverlayColor_15), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___SetOverlayAlpha_16), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___GetOverlayAlpha_17), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___SetOverlayTexelAspect_18), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___GetOverlayTexelAspect_19), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___SetOverlaySortOrder_20), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___GetOverlaySortOrder_21), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___SetOverlayWidthInMeters_22), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___GetOverlayWidthInMeters_23), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___SetOverlayAutoCurveDistanceRangeInMeters_24), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___GetOverlayAutoCurveDistanceRangeInMeters_25), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___SetOverlayTextureColorSpace_26), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___GetOverlayTextureColorSpace_27), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___SetOverlayTextureBounds_28), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___GetOverlayTextureBounds_29), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___GetOverlayRenderModel_30), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___SetOverlayRenderModel_31), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___GetOverlayTransformType_32), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___SetOverlayTransformAbsolute_33), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___GetOverlayTransformAbsolute_34), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___SetOverlayTransformTrackedDeviceRelative_35), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___GetOverlayTransformTrackedDeviceRelative_36), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___SetOverlayTransformTrackedDeviceComponent_37), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___GetOverlayTransformTrackedDeviceComponent_38), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___GetOverlayTransformOverlayRelative_39), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___SetOverlayTransformOverlayRelative_40), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___ShowOverlay_41), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___HideOverlay_42), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___IsOverlayVisible_43), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___GetTransformForOverlayCoordinates_44), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___PollNextOverlayEvent_45), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___GetOverlayInputMethod_46), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___SetOverlayInputMethod_47), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___GetOverlayMouseScale_48), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___SetOverlayMouseScale_49), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___ComputeOverlayIntersection_50), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___IsHoverTargetOverlay_51), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___GetGamepadFocusOverlay_52), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___SetGamepadFocusOverlay_53), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___SetOverlayNeighbor_54), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___MoveGamepadFocusToNeighbor_55), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___SetOverlayDualAnalogTransform_56), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___GetOverlayDualAnalogTransform_57), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___SetOverlayTexture_58), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___ClearOverlayTexture_59), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___SetOverlayRaw_60), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___SetOverlayFromFile_61), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___GetOverlayTexture_62), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___ReleaseNativeOverlayHandle_63), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___GetOverlayTextureSize_64), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___CreateDashboardOverlay_65), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___IsDashboardVisible_66), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___IsActiveDashboardOverlay_67), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___SetDashboardOverlaySceneProcess_68), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___GetDashboardOverlaySceneProcess_69), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___ShowDashboard_70), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___GetPrimaryDashboardDevice_71), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___ShowKeyboard_72), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___ShowKeyboardForOverlay_73), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___GetKeyboardText_74), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___HideKeyboard_75), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___SetKeyboardTransformAbsolute_76), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___SetKeyboardPositionForOverlay_77), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___SetOverlayIntersectionMask_78), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___GetOverlayFlags_79), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___ShowMessageOverlay_80), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___CloseMessageOverlay_81), (void*)NULL); #endif } }; // OVR.OpenVR.CVRRenderModels struct CVRRenderModels_t803FA0A45C478E751AB62A8FAE19256A3345E27F : public RuntimeObject { public: // OVR.OpenVR.IVRRenderModels OVR.OpenVR.CVRRenderModels::FnTable IVRRenderModels_tA2D97732E9B01AEEF8F1207FDBCE76AB73D03DD5 ___FnTable_0; public: inline static int32_t get_offset_of_FnTable_0() { return static_cast(offsetof(CVRRenderModels_t803FA0A45C478E751AB62A8FAE19256A3345E27F, ___FnTable_0)); } inline IVRRenderModels_tA2D97732E9B01AEEF8F1207FDBCE76AB73D03DD5 get_FnTable_0() const { return ___FnTable_0; } inline IVRRenderModels_tA2D97732E9B01AEEF8F1207FDBCE76AB73D03DD5 * get_address_of_FnTable_0() { return &___FnTable_0; } inline void set_FnTable_0(IVRRenderModels_tA2D97732E9B01AEEF8F1207FDBCE76AB73D03DD5 value) { ___FnTable_0 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___LoadRenderModel_Async_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___FreeRenderModel_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___LoadTexture_Async_2), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___FreeTexture_3), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___LoadTextureD3D11_Async_4), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___LoadIntoTextureD3D11_Async_5), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___FreeTextureD3D11_6), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___GetRenderModelName_7), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___GetRenderModelCount_8), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___GetComponentCount_9), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___GetComponentName_10), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___GetComponentButtonMask_11), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___GetComponentRenderModelName_12), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___GetComponentStateForDevicePath_13), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___GetComponentState_14), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___RenderModelHasComponent_15), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___GetRenderModelThumbnailURL_16), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___GetRenderModelOriginalPath_17), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___GetRenderModelErrorNameFromEnum_18), (void*)NULL); #endif } }; // OVR.OpenVR.CVRScreenshots struct CVRScreenshots_t0D2212C3F4FE6008A23DEC642DB9E294DD588871 : public RuntimeObject { public: // OVR.OpenVR.IVRScreenshots OVR.OpenVR.CVRScreenshots::FnTable IVRScreenshots_tEE075E42A7E780D578990D57D1B4FD9F4DF92A7A ___FnTable_0; public: inline static int32_t get_offset_of_FnTable_0() { return static_cast(offsetof(CVRScreenshots_t0D2212C3F4FE6008A23DEC642DB9E294DD588871, ___FnTable_0)); } inline IVRScreenshots_tEE075E42A7E780D578990D57D1B4FD9F4DF92A7A get_FnTable_0() const { return ___FnTable_0; } inline IVRScreenshots_tEE075E42A7E780D578990D57D1B4FD9F4DF92A7A * get_address_of_FnTable_0() { return &___FnTable_0; } inline void set_FnTable_0(IVRScreenshots_tEE075E42A7E780D578990D57D1B4FD9F4DF92A7A value) { ___FnTable_0 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___RequestScreenshot_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___HookScreenshot_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___GetScreenshotPropertyType_2), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___GetScreenshotPropertyFilename_3), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___UpdateScreenshotProgress_4), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___TakeStereoScreenshot_5), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___SubmitScreenshot_6), (void*)NULL); #endif } }; // OVR.OpenVR.CVRSettings struct CVRSettings_t7C20E2B92B8CBD863A70989A43938993A40FE750 : public RuntimeObject { public: // OVR.OpenVR.IVRSettings OVR.OpenVR.CVRSettings::FnTable IVRSettings_t90C919BD6ABFDB5305999AF7EC765AF849B6EAD4 ___FnTable_0; public: inline static int32_t get_offset_of_FnTable_0() { return static_cast(offsetof(CVRSettings_t7C20E2B92B8CBD863A70989A43938993A40FE750, ___FnTable_0)); } inline IVRSettings_t90C919BD6ABFDB5305999AF7EC765AF849B6EAD4 get_FnTable_0() const { return ___FnTable_0; } inline IVRSettings_t90C919BD6ABFDB5305999AF7EC765AF849B6EAD4 * get_address_of_FnTable_0() { return &___FnTable_0; } inline void set_FnTable_0(IVRSettings_t90C919BD6ABFDB5305999AF7EC765AF849B6EAD4 value) { ___FnTable_0 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___GetSettingsErrorNameFromEnum_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___Sync_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___SetBool_2), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___SetInt32_3), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___SetFloat_4), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___SetString_5), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___GetBool_6), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___GetInt32_7), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___GetFloat_8), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___GetString_9), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___RemoveSection_10), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___RemoveKeyInSection_11), (void*)NULL); #endif } }; // OVR.OpenVR.CVRSpatialAnchors struct CVRSpatialAnchors_tCEE67393E3EBF5D60443C1920693A3A78A16E0F9 : public RuntimeObject { public: // OVR.OpenVR.IVRSpatialAnchors OVR.OpenVR.CVRSpatialAnchors::FnTable IVRSpatialAnchors_t4798D4C539A4C0FCE728B9B2593ACE3AD0DC1652 ___FnTable_0; public: inline static int32_t get_offset_of_FnTable_0() { return static_cast(offsetof(CVRSpatialAnchors_tCEE67393E3EBF5D60443C1920693A3A78A16E0F9, ___FnTable_0)); } inline IVRSpatialAnchors_t4798D4C539A4C0FCE728B9B2593ACE3AD0DC1652 get_FnTable_0() const { return ___FnTable_0; } inline IVRSpatialAnchors_t4798D4C539A4C0FCE728B9B2593ACE3AD0DC1652 * get_address_of_FnTable_0() { return &___FnTable_0; } inline void set_FnTable_0(IVRSpatialAnchors_t4798D4C539A4C0FCE728B9B2593ACE3AD0DC1652 value) { ___FnTable_0 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___CreateSpatialAnchorFromDescriptor_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___CreateSpatialAnchorFromPose_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___GetSpatialAnchorPose_2), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___GetSpatialAnchorDescriptor_3), (void*)NULL); #endif } }; // OVR.OpenVR.CVRSystem struct CVRSystem_t099106FC79DB4F6BF2E659F742567C3A7BA568B9 : public RuntimeObject { public: // OVR.OpenVR.IVRSystem OVR.OpenVR.CVRSystem::FnTable IVRSystem_tBE9443C176169585ACED2871A102B17BD599D77B ___FnTable_0; public: inline static int32_t get_offset_of_FnTable_0() { return static_cast(offsetof(CVRSystem_t099106FC79DB4F6BF2E659F742567C3A7BA568B9, ___FnTable_0)); } inline IVRSystem_tBE9443C176169585ACED2871A102B17BD599D77B get_FnTable_0() const { return ___FnTable_0; } inline IVRSystem_tBE9443C176169585ACED2871A102B17BD599D77B * get_address_of_FnTable_0() { return &___FnTable_0; } inline void set_FnTable_0(IVRSystem_tBE9443C176169585ACED2871A102B17BD599D77B value) { ___FnTable_0 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___GetRecommendedRenderTargetSize_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___GetProjectionMatrix_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___GetProjectionRaw_2), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___ComputeDistortion_3), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___GetEyeToHeadTransform_4), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___GetTimeSinceLastVsync_5), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___GetD3D9AdapterIndex_6), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___GetDXGIOutputInfo_7), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___GetOutputDevice_8), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___IsDisplayOnDesktop_9), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___SetDisplayVisibility_10), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___GetDeviceToAbsoluteTrackingPose_11), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___ResetSeatedZeroPose_12), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___GetSeatedZeroPoseToStandingAbsoluteTrackingPose_13), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___GetRawZeroPoseToStandingAbsoluteTrackingPose_14), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___GetSortedTrackedDeviceIndicesOfClass_15), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___GetTrackedDeviceActivityLevel_16), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___ApplyTransform_17), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___GetTrackedDeviceIndexForControllerRole_18), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___GetControllerRoleForTrackedDeviceIndex_19), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___GetTrackedDeviceClass_20), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___IsTrackedDeviceConnected_21), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___GetBoolTrackedDeviceProperty_22), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___GetFloatTrackedDeviceProperty_23), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___GetInt32TrackedDeviceProperty_24), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___GetUint64TrackedDeviceProperty_25), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___GetMatrix34TrackedDeviceProperty_26), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___GetArrayTrackedDeviceProperty_27), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___GetStringTrackedDeviceProperty_28), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___GetPropErrorNameFromEnum_29), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___PollNextEvent_30), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___PollNextEventWithPose_31), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___GetEventTypeNameFromEnum_32), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___GetHiddenAreaMesh_33), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___GetControllerState_34), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___GetControllerStateWithPose_35), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___TriggerHapticPulse_36), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___GetButtonIdNameFromEnum_37), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___GetControllerAxisTypeNameFromEnum_38), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___IsInputAvailable_39), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___IsSteamVRDrawingControllers_40), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___ShouldApplicationPause_41), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___ShouldApplicationReduceRenderingWork_42), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___DriverDebugRequest_43), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___PerformFirmwareUpdate_44), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___AcknowledgeQuit_Exiting_45), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___AcknowledgeQuit_UserPrompt_46), (void*)NULL); #endif } }; // OVR.OpenVR.CVRTrackedCamera struct CVRTrackedCamera_t3292FB7E931084E25E986307B1DB0CD7817643AE : public RuntimeObject { public: // OVR.OpenVR.IVRTrackedCamera OVR.OpenVR.CVRTrackedCamera::FnTable IVRTrackedCamera_t385AE431ACD3B20892F68D3262A148A20391B7FB ___FnTable_0; public: inline static int32_t get_offset_of_FnTable_0() { return static_cast(offsetof(CVRTrackedCamera_t3292FB7E931084E25E986307B1DB0CD7817643AE, ___FnTable_0)); } inline IVRTrackedCamera_t385AE431ACD3B20892F68D3262A148A20391B7FB get_FnTable_0() const { return ___FnTable_0; } inline IVRTrackedCamera_t385AE431ACD3B20892F68D3262A148A20391B7FB * get_address_of_FnTable_0() { return &___FnTable_0; } inline void set_FnTable_0(IVRTrackedCamera_t385AE431ACD3B20892F68D3262A148A20391B7FB value) { ___FnTable_0 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___GetCameraErrorNameFromEnum_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___HasCamera_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___GetCameraFrameSize_2), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___GetCameraIntrinsics_3), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___GetCameraProjection_4), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___AcquireVideoStreamingService_5), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___ReleaseVideoStreamingService_6), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___GetVideoStreamFrameBuffer_7), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___GetVideoStreamTextureSize_8), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___GetVideoStreamTextureD3D11_9), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___GetVideoStreamTextureGL_10), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___FnTable_0))->___ReleaseVideoStreamTextureGL_11), (void*)NULL); #endif } }; // OVR.OpenVR.ChaperoneCalibrationState struct ChaperoneCalibrationState_t7EB361D22336B9800A48A26DBF19834A921AA166 { public: // System.Int32 OVR.OpenVR.ChaperoneCalibrationState::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(ChaperoneCalibrationState_t7EB361D22336B9800A48A26DBF19834A921AA166, ___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.CollisionDetectionMode struct CollisionDetectionMode_t27C32CDA300AD4F1A49B788078FA7765C54D8165 { public: // System.Int32 UnityEngine.CollisionDetectionMode::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(CollisionDetectionMode_t27C32CDA300AD4F1A49B788078FA7765C54D8165, ___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.UI.ColorBlock struct ColorBlock_t04DFBB97B4772D2E00FD17ED2E3E6590E6916955 { public: // UnityEngine.Color UnityEngine.UI.ColorBlock::m_NormalColor Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 ___m_NormalColor_0; // UnityEngine.Color UnityEngine.UI.ColorBlock::m_HighlightedColor Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 ___m_HighlightedColor_1; // UnityEngine.Color UnityEngine.UI.ColorBlock::m_PressedColor Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 ___m_PressedColor_2; // UnityEngine.Color UnityEngine.UI.ColorBlock::m_SelectedColor Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 ___m_SelectedColor_3; // UnityEngine.Color UnityEngine.UI.ColorBlock::m_DisabledColor Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 ___m_DisabledColor_4; // System.Single UnityEngine.UI.ColorBlock::m_ColorMultiplier float ___m_ColorMultiplier_5; // System.Single UnityEngine.UI.ColorBlock::m_FadeDuration float ___m_FadeDuration_6; public: inline static int32_t get_offset_of_m_NormalColor_0() { return static_cast(offsetof(ColorBlock_t04DFBB97B4772D2E00FD17ED2E3E6590E6916955, ___m_NormalColor_0)); } inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 get_m_NormalColor_0() const { return ___m_NormalColor_0; } inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 * get_address_of_m_NormalColor_0() { return &___m_NormalColor_0; } inline void set_m_NormalColor_0(Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 value) { ___m_NormalColor_0 = value; } inline static int32_t get_offset_of_m_HighlightedColor_1() { return static_cast(offsetof(ColorBlock_t04DFBB97B4772D2E00FD17ED2E3E6590E6916955, ___m_HighlightedColor_1)); } inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 get_m_HighlightedColor_1() const { return ___m_HighlightedColor_1; } inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 * get_address_of_m_HighlightedColor_1() { return &___m_HighlightedColor_1; } inline void set_m_HighlightedColor_1(Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 value) { ___m_HighlightedColor_1 = value; } inline static int32_t get_offset_of_m_PressedColor_2() { return static_cast(offsetof(ColorBlock_t04DFBB97B4772D2E00FD17ED2E3E6590E6916955, ___m_PressedColor_2)); } inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 get_m_PressedColor_2() const { return ___m_PressedColor_2; } inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 * get_address_of_m_PressedColor_2() { return &___m_PressedColor_2; } inline void set_m_PressedColor_2(Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 value) { ___m_PressedColor_2 = value; } inline static int32_t get_offset_of_m_SelectedColor_3() { return static_cast(offsetof(ColorBlock_t04DFBB97B4772D2E00FD17ED2E3E6590E6916955, ___m_SelectedColor_3)); } inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 get_m_SelectedColor_3() const { return ___m_SelectedColor_3; } inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 * get_address_of_m_SelectedColor_3() { return &___m_SelectedColor_3; } inline void set_m_SelectedColor_3(Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 value) { ___m_SelectedColor_3 = value; } inline static int32_t get_offset_of_m_DisabledColor_4() { return static_cast(offsetof(ColorBlock_t04DFBB97B4772D2E00FD17ED2E3E6590E6916955, ___m_DisabledColor_4)); } inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 get_m_DisabledColor_4() const { return ___m_DisabledColor_4; } inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 * get_address_of_m_DisabledColor_4() { return &___m_DisabledColor_4; } inline void set_m_DisabledColor_4(Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 value) { ___m_DisabledColor_4 = value; } inline static int32_t get_offset_of_m_ColorMultiplier_5() { return static_cast(offsetof(ColorBlock_t04DFBB97B4772D2E00FD17ED2E3E6590E6916955, ___m_ColorMultiplier_5)); } inline float get_m_ColorMultiplier_5() const { return ___m_ColorMultiplier_5; } inline float* get_address_of_m_ColorMultiplier_5() { return &___m_ColorMultiplier_5; } inline void set_m_ColorMultiplier_5(float value) { ___m_ColorMultiplier_5 = value; } inline static int32_t get_offset_of_m_FadeDuration_6() { return static_cast(offsetof(ColorBlock_t04DFBB97B4772D2E00FD17ED2E3E6590E6916955, ___m_FadeDuration_6)); } inline float get_m_FadeDuration_6() const { return ___m_FadeDuration_6; } inline float* get_address_of_m_FadeDuration_6() { return &___m_FadeDuration_6; } inline void set_m_FadeDuration_6(float value) { ___m_FadeDuration_6 = value; } }; // UnityEngine.Coroutine struct Coroutine_t899D5232EF542CB8BA70AF9ECEECA494FAA9CCB7 : public YieldInstruction_tB0B4E05316710E51ECCC1E57174C27FE6DEBBEAF { public: // System.IntPtr UnityEngine.Coroutine::m_Ptr intptr_t ___m_Ptr_0; public: inline static int32_t get_offset_of_m_Ptr_0() { return static_cast(offsetof(Coroutine_t899D5232EF542CB8BA70AF9ECEECA494FAA9CCB7, ___m_Ptr_0)); } inline intptr_t get_m_Ptr_0() const { return ___m_Ptr_0; } inline intptr_t* get_address_of_m_Ptr_0() { return &___m_Ptr_0; } inline void set_m_Ptr_0(intptr_t value) { ___m_Ptr_0 = value; } }; // Native definition for P/Invoke marshalling of UnityEngine.Coroutine struct Coroutine_t899D5232EF542CB8BA70AF9ECEECA494FAA9CCB7_marshaled_pinvoke : public YieldInstruction_tB0B4E05316710E51ECCC1E57174C27FE6DEBBEAF_marshaled_pinvoke { intptr_t ___m_Ptr_0; }; // Native definition for COM marshalling of UnityEngine.Coroutine struct Coroutine_t899D5232EF542CB8BA70AF9ECEECA494FAA9CCB7_marshaled_com : public YieldInstruction_tB0B4E05316710E51ECCC1E57174C27FE6DEBBEAF_marshaled_com { intptr_t ___m_Ptr_0; }; // UnityEngine.CursorLockMode struct CursorLockMode_t247B41EE9632E4AD759EDADDB351AE0075162D04 { public: // System.Int32 UnityEngine.CursorLockMode::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(CursorLockMode_t247B41EE9632E4AD759EDADDB351AE0075162D04, ___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.DepthTextureMode struct DepthTextureMode_t4A8E08C41731918FB0D7CA5C6848E3864A0DC09A { public: // System.Int32 UnityEngine.DepthTextureMode::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(DepthTextureMode_t4A8E08C41731918FB0D7CA5C6848E3864A0DC09A, ___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; } }; // OVR.OpenVR.EChaperoneConfigFile struct EChaperoneConfigFile_t8A40747D1C8236AAC3FB81644DABA8F7481064D1 { public: // System.Int32 OVR.OpenVR.EChaperoneConfigFile::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(EChaperoneConfigFile_t8A40747D1C8236AAC3FB81644DABA8F7481064D1, ___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; } }; // OVR.OpenVR.EColorSpace struct EColorSpace_t6B94670C1D8246701CF4298D5354AAC384437120 { public: // System.Int32 OVR.OpenVR.EColorSpace::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(EColorSpace_t6B94670C1D8246701CF4298D5354AAC384437120, ___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; } }; // OVR.OpenVR.EDualAnalogWhich struct EDualAnalogWhich_t697807BBFB329C617B55A047DBF08588C8378960 { public: // System.Int32 OVR.OpenVR.EDualAnalogWhich::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(EDualAnalogWhich_t697807BBFB329C617B55A047DBF08588C8378960, ___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; } }; // OVR.OpenVR.ETextureType struct ETextureType_tC4EC77EC8569EA890A7C00E646412494AEC044C1 { public: // System.Int32 OVR.OpenVR.ETextureType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(ETextureType_tC4EC77EC8569EA890A7C00E646412494AEC044C1, ___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; } }; // OVR.OpenVR.ETrackedDeviceProperty struct ETrackedDeviceProperty_t3658D160B5F996DEC833C2748B3DD147D3EC0C30 { public: // System.Int32 OVR.OpenVR.ETrackedDeviceProperty::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(ETrackedDeviceProperty_t3658D160B5F996DEC833C2748B3DD147D3EC0C30, ___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; } }; // OVR.OpenVR.ETrackingResult struct ETrackingResult_tD3407BF26713EDC20AF2028ED4FE9A6FE5F4B2D4 { public: // System.Int32 OVR.OpenVR.ETrackingResult::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(ETrackingResult_tD3407BF26713EDC20AF2028ED4FE9A6FE5F4B2D4, ___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; } }; // OVR.OpenVR.ETrackingUniverseOrigin struct ETrackingUniverseOrigin_tB2C53D8E3E175F560934B2E700EE616B3417C711 { public: // System.Int32 OVR.OpenVR.ETrackingUniverseOrigin::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(ETrackingUniverseOrigin_tB2C53D8E3E175F560934B2E700EE616B3417C711, ___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; } }; // OVR.OpenVR.EVRApplicationError struct EVRApplicationError_t7BC69D4154A1AAD33CF95A6FA92EA088C6894593 { public: // System.Int32 OVR.OpenVR.EVRApplicationError::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(EVRApplicationError_t7BC69D4154A1AAD33CF95A6FA92EA088C6894593, ___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; } }; // OVR.OpenVR.EVRApplicationProperty struct EVRApplicationProperty_t37188C2BB2B5AC8DB5B5B61842344516C769C207 { public: // System.Int32 OVR.OpenVR.EVRApplicationProperty::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(EVRApplicationProperty_t37188C2BB2B5AC8DB5B5B61842344516C769C207, ___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; } }; // OVR.OpenVR.EVRApplicationTransitionState struct EVRApplicationTransitionState_t27DEA27E4A990A5539AB6239880285E4CAAB0DBB { public: // System.Int32 OVR.OpenVR.EVRApplicationTransitionState::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(EVRApplicationTransitionState_t27DEA27E4A990A5539AB6239880285E4CAAB0DBB, ___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; } }; // OVR.OpenVR.EVRApplicationType struct EVRApplicationType_tA7E37D3DAD0DB4043FF47CEABA9F87F883665941 { public: // System.Int32 OVR.OpenVR.EVRApplicationType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(EVRApplicationType_tA7E37D3DAD0DB4043FF47CEABA9F87F883665941, ___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; } }; // OVR.OpenVR.EVRInitError struct EVRInitError_tE1E547DBCB020BB8F0C3510A5FB18657A7C395F1 { public: // System.Int32 OVR.OpenVR.EVRInitError::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(EVRInitError_tE1E547DBCB020BB8F0C3510A5FB18657A7C395F1, ___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; } }; // OVR.OpenVR.EVROverlayIntersectionMaskPrimitiveType struct EVROverlayIntersectionMaskPrimitiveType_t1709B3251A5044B71B8DB4CDAF0B6422E5AB8D58 { public: // System.Int32 OVR.OpenVR.EVROverlayIntersectionMaskPrimitiveType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(EVROverlayIntersectionMaskPrimitiveType_t1709B3251A5044B71B8DB4CDAF0B6422E5AB8D58, ___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; }; // UnityEngine.HideFlags struct HideFlags_tDC64149E37544FF83B2B4222D3E9DC8188766A12 { public: // System.Int32 UnityEngine.HideFlags::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(HideFlags_tDC64149E37544FF83B2B4222D3E9DC8188766A12, ___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; } }; // OVR.OpenVR.HmdQuad_t struct HmdQuad_t_tCBF2ADCE72BC27483B7D6DCFA0A54EB823295374 { public: // OVR.OpenVR.HmdVector3_t OVR.OpenVR.HmdQuad_t::vCorners0 HmdVector3_t_t9664F6EE707C3B5E5F61BC45443F8C56AA75E703 ___vCorners0_0; // OVR.OpenVR.HmdVector3_t OVR.OpenVR.HmdQuad_t::vCorners1 HmdVector3_t_t9664F6EE707C3B5E5F61BC45443F8C56AA75E703 ___vCorners1_1; // OVR.OpenVR.HmdVector3_t OVR.OpenVR.HmdQuad_t::vCorners2 HmdVector3_t_t9664F6EE707C3B5E5F61BC45443F8C56AA75E703 ___vCorners2_2; // OVR.OpenVR.HmdVector3_t OVR.OpenVR.HmdQuad_t::vCorners3 HmdVector3_t_t9664F6EE707C3B5E5F61BC45443F8C56AA75E703 ___vCorners3_3; public: inline static int32_t get_offset_of_vCorners0_0() { return static_cast(offsetof(HmdQuad_t_tCBF2ADCE72BC27483B7D6DCFA0A54EB823295374, ___vCorners0_0)); } inline HmdVector3_t_t9664F6EE707C3B5E5F61BC45443F8C56AA75E703 get_vCorners0_0() const { return ___vCorners0_0; } inline HmdVector3_t_t9664F6EE707C3B5E5F61BC45443F8C56AA75E703 * get_address_of_vCorners0_0() { return &___vCorners0_0; } inline void set_vCorners0_0(HmdVector3_t_t9664F6EE707C3B5E5F61BC45443F8C56AA75E703 value) { ___vCorners0_0 = value; } inline static int32_t get_offset_of_vCorners1_1() { return static_cast(offsetof(HmdQuad_t_tCBF2ADCE72BC27483B7D6DCFA0A54EB823295374, ___vCorners1_1)); } inline HmdVector3_t_t9664F6EE707C3B5E5F61BC45443F8C56AA75E703 get_vCorners1_1() const { return ___vCorners1_1; } inline HmdVector3_t_t9664F6EE707C3B5E5F61BC45443F8C56AA75E703 * get_address_of_vCorners1_1() { return &___vCorners1_1; } inline void set_vCorners1_1(HmdVector3_t_t9664F6EE707C3B5E5F61BC45443F8C56AA75E703 value) { ___vCorners1_1 = value; } inline static int32_t get_offset_of_vCorners2_2() { return static_cast(offsetof(HmdQuad_t_tCBF2ADCE72BC27483B7D6DCFA0A54EB823295374, ___vCorners2_2)); } inline HmdVector3_t_t9664F6EE707C3B5E5F61BC45443F8C56AA75E703 get_vCorners2_2() const { return ___vCorners2_2; } inline HmdVector3_t_t9664F6EE707C3B5E5F61BC45443F8C56AA75E703 * get_address_of_vCorners2_2() { return &___vCorners2_2; } inline void set_vCorners2_2(HmdVector3_t_t9664F6EE707C3B5E5F61BC45443F8C56AA75E703 value) { ___vCorners2_2 = value; } inline static int32_t get_offset_of_vCorners3_3() { return static_cast(offsetof(HmdQuad_t_tCBF2ADCE72BC27483B7D6DCFA0A54EB823295374, ___vCorners3_3)); } inline HmdVector3_t_t9664F6EE707C3B5E5F61BC45443F8C56AA75E703 get_vCorners3_3() const { return ___vCorners3_3; } inline HmdVector3_t_t9664F6EE707C3B5E5F61BC45443F8C56AA75E703 * get_address_of_vCorners3_3() { return &___vCorners3_3; } inline void set_vCorners3_3(HmdVector3_t_t9664F6EE707C3B5E5F61BC45443F8C56AA75E703 value) { ___vCorners3_3 = value; } }; // UnityEngine.KeyCode struct KeyCode_t1D303F7D061BF4429872E9F109ADDBCB431671F4 { public: // System.Int32 UnityEngine.KeyCode::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(KeyCode_t1D303F7D061BF4429872E9F109ADDBCB431671F4, ___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.LightProbeUsage struct LightProbeUsage_tA8F991FA2CEE02CC835D4EF4E0D1C5BA6ADC72AE { public: // System.Int32 UnityEngine.Rendering.LightProbeUsage::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(LightProbeUsage_tA8F991FA2CEE02CC835D4EF4E0D1C5BA6ADC72AE, ___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; } }; // OVRGLTFLoader struct OVRGLTFLoader_t3BBB7B7E8C50F50DCC355934FB388034F1C05A01 : public RuntimeObject { public: // OVRSimpleJSON.JSONNode OVRGLTFLoader::m_jsonData JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * ___m_jsonData_0; // System.IO.Stream OVRGLTFLoader::m_glbStream Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___m_glbStream_1; // OVRBinaryChunk OVRGLTFLoader::m_binaryChunk OVRBinaryChunk_tE7AE5523FF559B65D0E7378E0136047A2881F607 ___m_binaryChunk_2; // System.Collections.Generic.List`1 OVRGLTFLoader::m_Nodes List_1_t6D0A10F47F3440798295D2FFFC6D016477AF38E5 * ___m_Nodes_3; // UnityEngine.Shader OVRGLTFLoader::m_Shader Shader_tB2355DC4F3CAF20B2F1AB5AABBF37C3555FFBC39 * ___m_Shader_6; public: inline static int32_t get_offset_of_m_jsonData_0() { return static_cast(offsetof(OVRGLTFLoader_t3BBB7B7E8C50F50DCC355934FB388034F1C05A01, ___m_jsonData_0)); } inline JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * get_m_jsonData_0() const { return ___m_jsonData_0; } inline JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B ** get_address_of_m_jsonData_0() { return &___m_jsonData_0; } inline void set_m_jsonData_0(JSONNode_tAE7C74940CE54C0AFC86B0F0500CAAC34807E51B * value) { ___m_jsonData_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_jsonData_0), (void*)value); } inline static int32_t get_offset_of_m_glbStream_1() { return static_cast(offsetof(OVRGLTFLoader_t3BBB7B7E8C50F50DCC355934FB388034F1C05A01, ___m_glbStream_1)); } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * get_m_glbStream_1() const { return ___m_glbStream_1; } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB ** get_address_of_m_glbStream_1() { return &___m_glbStream_1; } inline void set_m_glbStream_1(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * value) { ___m_glbStream_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_glbStream_1), (void*)value); } inline static int32_t get_offset_of_m_binaryChunk_2() { return static_cast(offsetof(OVRGLTFLoader_t3BBB7B7E8C50F50DCC355934FB388034F1C05A01, ___m_binaryChunk_2)); } inline OVRBinaryChunk_tE7AE5523FF559B65D0E7378E0136047A2881F607 get_m_binaryChunk_2() const { return ___m_binaryChunk_2; } inline OVRBinaryChunk_tE7AE5523FF559B65D0E7378E0136047A2881F607 * get_address_of_m_binaryChunk_2() { return &___m_binaryChunk_2; } inline void set_m_binaryChunk_2(OVRBinaryChunk_tE7AE5523FF559B65D0E7378E0136047A2881F607 value) { ___m_binaryChunk_2 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___m_binaryChunk_2))->___chunkStream_0), (void*)NULL); } inline static int32_t get_offset_of_m_Nodes_3() { return static_cast(offsetof(OVRGLTFLoader_t3BBB7B7E8C50F50DCC355934FB388034F1C05A01, ___m_Nodes_3)); } inline List_1_t6D0A10F47F3440798295D2FFFC6D016477AF38E5 * get_m_Nodes_3() const { return ___m_Nodes_3; } inline List_1_t6D0A10F47F3440798295D2FFFC6D016477AF38E5 ** get_address_of_m_Nodes_3() { return &___m_Nodes_3; } inline void set_m_Nodes_3(List_1_t6D0A10F47F3440798295D2FFFC6D016477AF38E5 * value) { ___m_Nodes_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Nodes_3), (void*)value); } inline static int32_t get_offset_of_m_Shader_6() { return static_cast(offsetof(OVRGLTFLoader_t3BBB7B7E8C50F50DCC355934FB388034F1C05A01, ___m_Shader_6)); } inline Shader_tB2355DC4F3CAF20B2F1AB5AABBF37C3555FFBC39 * get_m_Shader_6() const { return ___m_Shader_6; } inline Shader_tB2355DC4F3CAF20B2F1AB5AABBF37C3555FFBC39 ** get_address_of_m_Shader_6() { return &___m_Shader_6; } inline void set_m_Shader_6(Shader_tB2355DC4F3CAF20B2F1AB5AABBF37C3555FFBC39 * value) { ___m_Shader_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Shader_6), (void*)value); } }; // OVRPose struct OVRPose_t1790A96D5053B6003D0F1B82F55619B648D2A613 { public: // UnityEngine.Vector3 OVRPose::position Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___position_0; // UnityEngine.Quaternion OVRPose::orientation Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 ___orientation_1; public: inline static int32_t get_offset_of_position_0() { return static_cast(offsetof(OVRPose_t1790A96D5053B6003D0F1B82F55619B648D2A613, ___position_0)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_position_0() const { return ___position_0; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_position_0() { return &___position_0; } inline void set_position_0(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___position_0 = value; } inline static int32_t get_offset_of_orientation_1() { return static_cast(offsetof(OVRPose_t1790A96D5053B6003D0F1B82F55619B648D2A613, ___orientation_1)); } inline Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 get_orientation_1() const { return ___orientation_1; } inline Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 * get_address_of_orientation_1() { return &___orientation_1; } inline void set_orientation_1(Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 value) { ___orientation_1 = value; } }; // OVRTextureFormat struct OVRTextureFormat_t38769EF37E675E25C13571C1C727E4E27E3F38AF { public: // System.Int32 OVRTextureFormat::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(OVRTextureFormat_t38769EF37E675E25C13571C1C727E4E27E3F38AF, ___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; }; // UnityEngine.PrimitiveType struct PrimitiveType_t0E20B7B2F4ABBD14BAE02F0444EE003C6479E93E { public: // System.Int32 UnityEngine.PrimitiveType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(PrimitiveType_t0E20B7B2F4ABBD14BAE02F0444EE003C6479E93E, ___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.Ray struct Ray_t2E9E67CC8B03EE6ED2BBF3D2C9C96DDF70E1D5E6 { public: // UnityEngine.Vector3 UnityEngine.Ray::m_Origin Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___m_Origin_0; // UnityEngine.Vector3 UnityEngine.Ray::m_Direction Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___m_Direction_1; public: inline static int32_t get_offset_of_m_Origin_0() { return static_cast(offsetof(Ray_t2E9E67CC8B03EE6ED2BBF3D2C9C96DDF70E1D5E6, ___m_Origin_0)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_m_Origin_0() const { return ___m_Origin_0; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_m_Origin_0() { return &___m_Origin_0; } inline void set_m_Origin_0(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___m_Origin_0 = value; } inline static int32_t get_offset_of_m_Direction_1() { return static_cast(offsetof(Ray_t2E9E67CC8B03EE6ED2BBF3D2C9C96DDF70E1D5E6, ___m_Direction_1)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_m_Direction_1() const { return ___m_Direction_1; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_m_Direction_1() { return &___m_Direction_1; } inline void set_m_Direction_1(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___m_Direction_1 = value; } }; // UnityEngine.RaycastHit struct RaycastHit_t59E5AEC8FE13BFA2ACBB6FFBDB7585FFB7288F89 { public: // UnityEngine.Vector3 UnityEngine.RaycastHit::m_Point Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___m_Point_0; // UnityEngine.Vector3 UnityEngine.RaycastHit::m_Normal Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___m_Normal_1; // System.UInt32 UnityEngine.RaycastHit::m_FaceID uint32_t ___m_FaceID_2; // System.Single UnityEngine.RaycastHit::m_Distance float ___m_Distance_3; // UnityEngine.Vector2 UnityEngine.RaycastHit::m_UV Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___m_UV_4; // System.Int32 UnityEngine.RaycastHit::m_Collider int32_t ___m_Collider_5; public: inline static int32_t get_offset_of_m_Point_0() { return static_cast(offsetof(RaycastHit_t59E5AEC8FE13BFA2ACBB6FFBDB7585FFB7288F89, ___m_Point_0)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_m_Point_0() const { return ___m_Point_0; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_m_Point_0() { return &___m_Point_0; } inline void set_m_Point_0(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___m_Point_0 = value; } inline static int32_t get_offset_of_m_Normal_1() { return static_cast(offsetof(RaycastHit_t59E5AEC8FE13BFA2ACBB6FFBDB7585FFB7288F89, ___m_Normal_1)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_m_Normal_1() const { return ___m_Normal_1; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_m_Normal_1() { return &___m_Normal_1; } inline void set_m_Normal_1(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___m_Normal_1 = value; } inline static int32_t get_offset_of_m_FaceID_2() { return static_cast(offsetof(RaycastHit_t59E5AEC8FE13BFA2ACBB6FFBDB7585FFB7288F89, ___m_FaceID_2)); } inline uint32_t get_m_FaceID_2() const { return ___m_FaceID_2; } inline uint32_t* get_address_of_m_FaceID_2() { return &___m_FaceID_2; } inline void set_m_FaceID_2(uint32_t value) { ___m_FaceID_2 = value; } inline static int32_t get_offset_of_m_Distance_3() { return static_cast(offsetof(RaycastHit_t59E5AEC8FE13BFA2ACBB6FFBDB7585FFB7288F89, ___m_Distance_3)); } inline float get_m_Distance_3() const { return ___m_Distance_3; } inline float* get_address_of_m_Distance_3() { return &___m_Distance_3; } inline void set_m_Distance_3(float value) { ___m_Distance_3 = value; } inline static int32_t get_offset_of_m_UV_4() { return static_cast(offsetof(RaycastHit_t59E5AEC8FE13BFA2ACBB6FFBDB7585FFB7288F89, ___m_UV_4)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_m_UV_4() const { return ___m_UV_4; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_m_UV_4() { return &___m_UV_4; } inline void set_m_UV_4(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___m_UV_4 = value; } inline static int32_t get_offset_of_m_Collider_5() { return static_cast(offsetof(RaycastHit_t59E5AEC8FE13BFA2ACBB6FFBDB7585FFB7288F89, ___m_Collider_5)); } inline int32_t get_m_Collider_5() const { return ___m_Collider_5; } inline int32_t* get_address_of_m_Collider_5() { return &___m_Collider_5; } inline void set_m_Collider_5(int32_t value) { ___m_Collider_5 = value; } }; // UnityEngine.EventSystems.RaycastResult struct RaycastResult_t9EFDE24B29650BD6DC8A49D954A3769E17146BCE { public: // UnityEngine.GameObject UnityEngine.EventSystems.RaycastResult::m_GameObject GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___m_GameObject_0; // UnityEngine.EventSystems.BaseRaycaster UnityEngine.EventSystems.RaycastResult::module BaseRaycaster_tBC0FB2CBE6D3D40991EC20F689C43F76AD82A876 * ___module_1; // System.Single UnityEngine.EventSystems.RaycastResult::distance float ___distance_2; // System.Single UnityEngine.EventSystems.RaycastResult::index float ___index_3; // System.Int32 UnityEngine.EventSystems.RaycastResult::depth int32_t ___depth_4; // System.Int32 UnityEngine.EventSystems.RaycastResult::sortingGroupID int32_t ___sortingGroupID_5; // System.Int32 UnityEngine.EventSystems.RaycastResult::sortingGroupOrder int32_t ___sortingGroupOrder_6; // System.Int32 UnityEngine.EventSystems.RaycastResult::sortingLayer int32_t ___sortingLayer_7; // System.Int32 UnityEngine.EventSystems.RaycastResult::sortingOrder int32_t ___sortingOrder_8; // UnityEngine.Vector3 UnityEngine.EventSystems.RaycastResult::worldPosition Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___worldPosition_9; // UnityEngine.Vector3 UnityEngine.EventSystems.RaycastResult::worldNormal Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___worldNormal_10; // UnityEngine.Vector2 UnityEngine.EventSystems.RaycastResult::screenPosition Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___screenPosition_11; // System.Int32 UnityEngine.EventSystems.RaycastResult::displayIndex int32_t ___displayIndex_12; public: inline static int32_t get_offset_of_m_GameObject_0() { return static_cast(offsetof(RaycastResult_t9EFDE24B29650BD6DC8A49D954A3769E17146BCE, ___m_GameObject_0)); } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * get_m_GameObject_0() const { return ___m_GameObject_0; } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 ** get_address_of_m_GameObject_0() { return &___m_GameObject_0; } inline void set_m_GameObject_0(GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * value) { ___m_GameObject_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_GameObject_0), (void*)value); } inline static int32_t get_offset_of_module_1() { return static_cast(offsetof(RaycastResult_t9EFDE24B29650BD6DC8A49D954A3769E17146BCE, ___module_1)); } inline BaseRaycaster_tBC0FB2CBE6D3D40991EC20F689C43F76AD82A876 * get_module_1() const { return ___module_1; } inline BaseRaycaster_tBC0FB2CBE6D3D40991EC20F689C43F76AD82A876 ** get_address_of_module_1() { return &___module_1; } inline void set_module_1(BaseRaycaster_tBC0FB2CBE6D3D40991EC20F689C43F76AD82A876 * value) { ___module_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___module_1), (void*)value); } inline static int32_t get_offset_of_distance_2() { return static_cast(offsetof(RaycastResult_t9EFDE24B29650BD6DC8A49D954A3769E17146BCE, ___distance_2)); } inline float get_distance_2() const { return ___distance_2; } inline float* get_address_of_distance_2() { return &___distance_2; } inline void set_distance_2(float value) { ___distance_2 = value; } inline static int32_t get_offset_of_index_3() { return static_cast(offsetof(RaycastResult_t9EFDE24B29650BD6DC8A49D954A3769E17146BCE, ___index_3)); } inline float get_index_3() const { return ___index_3; } inline float* get_address_of_index_3() { return &___index_3; } inline void set_index_3(float value) { ___index_3 = value; } inline static int32_t get_offset_of_depth_4() { return static_cast(offsetof(RaycastResult_t9EFDE24B29650BD6DC8A49D954A3769E17146BCE, ___depth_4)); } inline int32_t get_depth_4() const { return ___depth_4; } inline int32_t* get_address_of_depth_4() { return &___depth_4; } inline void set_depth_4(int32_t value) { ___depth_4 = value; } inline static int32_t get_offset_of_sortingGroupID_5() { return static_cast(offsetof(RaycastResult_t9EFDE24B29650BD6DC8A49D954A3769E17146BCE, ___sortingGroupID_5)); } inline int32_t get_sortingGroupID_5() const { return ___sortingGroupID_5; } inline int32_t* get_address_of_sortingGroupID_5() { return &___sortingGroupID_5; } inline void set_sortingGroupID_5(int32_t value) { ___sortingGroupID_5 = value; } inline static int32_t get_offset_of_sortingGroupOrder_6() { return static_cast(offsetof(RaycastResult_t9EFDE24B29650BD6DC8A49D954A3769E17146BCE, ___sortingGroupOrder_6)); } inline int32_t get_sortingGroupOrder_6() const { return ___sortingGroupOrder_6; } inline int32_t* get_address_of_sortingGroupOrder_6() { return &___sortingGroupOrder_6; } inline void set_sortingGroupOrder_6(int32_t value) { ___sortingGroupOrder_6 = value; } inline static int32_t get_offset_of_sortingLayer_7() { return static_cast(offsetof(RaycastResult_t9EFDE24B29650BD6DC8A49D954A3769E17146BCE, ___sortingLayer_7)); } inline int32_t get_sortingLayer_7() const { return ___sortingLayer_7; } inline int32_t* get_address_of_sortingLayer_7() { return &___sortingLayer_7; } inline void set_sortingLayer_7(int32_t value) { ___sortingLayer_7 = value; } inline static int32_t get_offset_of_sortingOrder_8() { return static_cast(offsetof(RaycastResult_t9EFDE24B29650BD6DC8A49D954A3769E17146BCE, ___sortingOrder_8)); } inline int32_t get_sortingOrder_8() const { return ___sortingOrder_8; } inline int32_t* get_address_of_sortingOrder_8() { return &___sortingOrder_8; } inline void set_sortingOrder_8(int32_t value) { ___sortingOrder_8 = value; } inline static int32_t get_offset_of_worldPosition_9() { return static_cast(offsetof(RaycastResult_t9EFDE24B29650BD6DC8A49D954A3769E17146BCE, ___worldPosition_9)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_worldPosition_9() const { return ___worldPosition_9; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_worldPosition_9() { return &___worldPosition_9; } inline void set_worldPosition_9(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___worldPosition_9 = value; } inline static int32_t get_offset_of_worldNormal_10() { return static_cast(offsetof(RaycastResult_t9EFDE24B29650BD6DC8A49D954A3769E17146BCE, ___worldNormal_10)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_worldNormal_10() const { return ___worldNormal_10; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_worldNormal_10() { return &___worldNormal_10; } inline void set_worldNormal_10(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___worldNormal_10 = value; } inline static int32_t get_offset_of_screenPosition_11() { return static_cast(offsetof(RaycastResult_t9EFDE24B29650BD6DC8A49D954A3769E17146BCE, ___screenPosition_11)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_screenPosition_11() const { return ___screenPosition_11; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_screenPosition_11() { return &___screenPosition_11; } inline void set_screenPosition_11(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___screenPosition_11 = value; } inline static int32_t get_offset_of_displayIndex_12() { return static_cast(offsetof(RaycastResult_t9EFDE24B29650BD6DC8A49D954A3769E17146BCE, ___displayIndex_12)); } inline int32_t get_displayIndex_12() const { return ___displayIndex_12; } inline int32_t* get_address_of_displayIndex_12() { return &___displayIndex_12; } inline void set_displayIndex_12(int32_t value) { ___displayIndex_12 = value; } }; // Native definition for P/Invoke marshalling of UnityEngine.EventSystems.RaycastResult struct RaycastResult_t9EFDE24B29650BD6DC8A49D954A3769E17146BCE_marshaled_pinvoke { GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___m_GameObject_0; BaseRaycaster_tBC0FB2CBE6D3D40991EC20F689C43F76AD82A876 * ___module_1; float ___distance_2; float ___index_3; int32_t ___depth_4; int32_t ___sortingGroupID_5; int32_t ___sortingGroupOrder_6; int32_t ___sortingLayer_7; int32_t ___sortingOrder_8; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___worldPosition_9; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___worldNormal_10; Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___screenPosition_11; int32_t ___displayIndex_12; }; // Native definition for COM marshalling of UnityEngine.EventSystems.RaycastResult struct RaycastResult_t9EFDE24B29650BD6DC8A49D954A3769E17146BCE_marshaled_com { GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___m_GameObject_0; BaseRaycaster_tBC0FB2CBE6D3D40991EC20F689C43F76AD82A876 * ___module_1; float ___distance_2; float ___index_3; int32_t ___depth_4; int32_t ___sortingGroupID_5; int32_t ___sortingGroupOrder_6; int32_t ___sortingLayer_7; int32_t ___sortingOrder_8; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___worldPosition_9; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___worldNormal_10; Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___screenPosition_11; int32_t ___displayIndex_12; }; // UnityEngine.Rendering.ReflectionProbeUsage struct ReflectionProbeUsage_t153E77C72498E132A8B0731CCFF459DEABDE7740 { public: // System.Int32 UnityEngine.Rendering.ReflectionProbeUsage::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(ReflectionProbeUsage_t153E77C72498E132A8B0731CCFF459DEABDE7740, ___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; } }; // OVR.OpenVR.RenderModel_ComponentState_t struct RenderModel_ComponentState_t_t66941BC453BD2E1E39DEBFC78E179AD02D866F50 { public: // OVR.OpenVR.HmdMatrix34_t OVR.OpenVR.RenderModel_ComponentState_t::mTrackingToComponentRenderModel HmdMatrix34_t_tF8D32C33445560D919D139A2467312EE12CD654F ___mTrackingToComponentRenderModel_0; // OVR.OpenVR.HmdMatrix34_t OVR.OpenVR.RenderModel_ComponentState_t::mTrackingToComponentLocal HmdMatrix34_t_tF8D32C33445560D919D139A2467312EE12CD654F ___mTrackingToComponentLocal_1; // System.UInt32 OVR.OpenVR.RenderModel_ComponentState_t::uProperties uint32_t ___uProperties_2; public: inline static int32_t get_offset_of_mTrackingToComponentRenderModel_0() { return static_cast(offsetof(RenderModel_ComponentState_t_t66941BC453BD2E1E39DEBFC78E179AD02D866F50, ___mTrackingToComponentRenderModel_0)); } inline HmdMatrix34_t_tF8D32C33445560D919D139A2467312EE12CD654F get_mTrackingToComponentRenderModel_0() const { return ___mTrackingToComponentRenderModel_0; } inline HmdMatrix34_t_tF8D32C33445560D919D139A2467312EE12CD654F * get_address_of_mTrackingToComponentRenderModel_0() { return &___mTrackingToComponentRenderModel_0; } inline void set_mTrackingToComponentRenderModel_0(HmdMatrix34_t_tF8D32C33445560D919D139A2467312EE12CD654F value) { ___mTrackingToComponentRenderModel_0 = value; } inline static int32_t get_offset_of_mTrackingToComponentLocal_1() { return static_cast(offsetof(RenderModel_ComponentState_t_t66941BC453BD2E1E39DEBFC78E179AD02D866F50, ___mTrackingToComponentLocal_1)); } inline HmdMatrix34_t_tF8D32C33445560D919D139A2467312EE12CD654F get_mTrackingToComponentLocal_1() const { return ___mTrackingToComponentLocal_1; } inline HmdMatrix34_t_tF8D32C33445560D919D139A2467312EE12CD654F * get_address_of_mTrackingToComponentLocal_1() { return &___mTrackingToComponentLocal_1; } inline void set_mTrackingToComponentLocal_1(HmdMatrix34_t_tF8D32C33445560D919D139A2467312EE12CD654F value) { ___mTrackingToComponentLocal_1 = value; } inline static int32_t get_offset_of_uProperties_2() { return static_cast(offsetof(RenderModel_ComponentState_t_t66941BC453BD2E1E39DEBFC78E179AD02D866F50, ___uProperties_2)); } inline uint32_t get_uProperties_2() const { return ___uProperties_2; } inline uint32_t* get_address_of_uProperties_2() { return &___uProperties_2; } inline void set_uProperties_2(uint32_t value) { ___uProperties_2 = value; } }; // OVR.OpenVR.RenderModel_TextureMap_t struct RenderModel_TextureMap_t_tA711324DF9B6371F9AC2EA4008CE21A529FC999E { public: // System.UInt16 OVR.OpenVR.RenderModel_TextureMap_t::unWidth uint16_t ___unWidth_0; // System.UInt16 OVR.OpenVR.RenderModel_TextureMap_t::unHeight uint16_t ___unHeight_1; // System.IntPtr OVR.OpenVR.RenderModel_TextureMap_t::rubTextureMapData intptr_t ___rubTextureMapData_2; public: inline static int32_t get_offset_of_unWidth_0() { return static_cast(offsetof(RenderModel_TextureMap_t_tA711324DF9B6371F9AC2EA4008CE21A529FC999E, ___unWidth_0)); } inline uint16_t get_unWidth_0() const { return ___unWidth_0; } inline uint16_t* get_address_of_unWidth_0() { return &___unWidth_0; } inline void set_unWidth_0(uint16_t value) { ___unWidth_0 = value; } inline static int32_t get_offset_of_unHeight_1() { return static_cast(offsetof(RenderModel_TextureMap_t_tA711324DF9B6371F9AC2EA4008CE21A529FC999E, ___unHeight_1)); } inline uint16_t get_unHeight_1() const { return ___unHeight_1; } inline uint16_t* get_address_of_unHeight_1() { return &___unHeight_1; } inline void set_unHeight_1(uint16_t value) { ___unHeight_1 = value; } inline static int32_t get_offset_of_rubTextureMapData_2() { return static_cast(offsetof(RenderModel_TextureMap_t_tA711324DF9B6371F9AC2EA4008CE21A529FC999E, ___rubTextureMapData_2)); } inline intptr_t get_rubTextureMapData_2() const { return ___rubTextureMapData_2; } inline intptr_t* get_address_of_rubTextureMapData_2() { return &___rubTextureMapData_2; } inline void set_rubTextureMapData_2(intptr_t value) { ___rubTextureMapData_2 = value; } }; // OVR.OpenVR.RenderModel_TextureMap_t_Packed #pragma pack(push, tp, 4) struct RenderModel_TextureMap_t_Packed_tDE8AB816EEADA5D9F20A2B1042098D113798749B { public: // System.UInt16 OVR.OpenVR.RenderModel_TextureMap_t_Packed::unWidth uint16_t ___unWidth_0; // System.UInt16 OVR.OpenVR.RenderModel_TextureMap_t_Packed::unHeight uint16_t ___unHeight_1; // System.IntPtr OVR.OpenVR.RenderModel_TextureMap_t_Packed::rubTextureMapData intptr_t ___rubTextureMapData_2; public: inline static int32_t get_offset_of_unWidth_0() { return static_cast(offsetof(RenderModel_TextureMap_t_Packed_tDE8AB816EEADA5D9F20A2B1042098D113798749B, ___unWidth_0)); } inline uint16_t get_unWidth_0() const { return ___unWidth_0; } inline uint16_t* get_address_of_unWidth_0() { return &___unWidth_0; } inline void set_unWidth_0(uint16_t value) { ___unWidth_0 = value; } inline static int32_t get_offset_of_unHeight_1() { return static_cast(offsetof(RenderModel_TextureMap_t_Packed_tDE8AB816EEADA5D9F20A2B1042098D113798749B, ___unHeight_1)); } inline uint16_t get_unHeight_1() const { return ___unHeight_1; } inline uint16_t* get_address_of_unHeight_1() { return &___unHeight_1; } inline void set_unHeight_1(uint16_t value) { ___unHeight_1 = value; } inline static int32_t get_offset_of_rubTextureMapData_2() { return static_cast(offsetof(RenderModel_TextureMap_t_Packed_tDE8AB816EEADA5D9F20A2B1042098D113798749B, ___rubTextureMapData_2)); } inline intptr_t get_rubTextureMapData_2() const { return ___rubTextureMapData_2; } inline intptr_t* get_address_of_rubTextureMapData_2() { return &___rubTextureMapData_2; } inline void set_rubTextureMapData_2(intptr_t value) { ___rubTextureMapData_2 = value; } }; #pragma pack(pop, tp) // OVR.OpenVR.RenderModel_Vertex_t struct RenderModel_Vertex_t_t5260AA58473A2461BD124550B7B61994394FC7A8 { public: // OVR.OpenVR.HmdVector3_t OVR.OpenVR.RenderModel_Vertex_t::vPosition HmdVector3_t_t9664F6EE707C3B5E5F61BC45443F8C56AA75E703 ___vPosition_0; // OVR.OpenVR.HmdVector3_t OVR.OpenVR.RenderModel_Vertex_t::vNormal HmdVector3_t_t9664F6EE707C3B5E5F61BC45443F8C56AA75E703 ___vNormal_1; // System.Single OVR.OpenVR.RenderModel_Vertex_t::rfTextureCoord0 float ___rfTextureCoord0_2; // System.Single OVR.OpenVR.RenderModel_Vertex_t::rfTextureCoord1 float ___rfTextureCoord1_3; public: inline static int32_t get_offset_of_vPosition_0() { return static_cast(offsetof(RenderModel_Vertex_t_t5260AA58473A2461BD124550B7B61994394FC7A8, ___vPosition_0)); } inline HmdVector3_t_t9664F6EE707C3B5E5F61BC45443F8C56AA75E703 get_vPosition_0() const { return ___vPosition_0; } inline HmdVector3_t_t9664F6EE707C3B5E5F61BC45443F8C56AA75E703 * get_address_of_vPosition_0() { return &___vPosition_0; } inline void set_vPosition_0(HmdVector3_t_t9664F6EE707C3B5E5F61BC45443F8C56AA75E703 value) { ___vPosition_0 = value; } inline static int32_t get_offset_of_vNormal_1() { return static_cast(offsetof(RenderModel_Vertex_t_t5260AA58473A2461BD124550B7B61994394FC7A8, ___vNormal_1)); } inline HmdVector3_t_t9664F6EE707C3B5E5F61BC45443F8C56AA75E703 get_vNormal_1() const { return ___vNormal_1; } inline HmdVector3_t_t9664F6EE707C3B5E5F61BC45443F8C56AA75E703 * get_address_of_vNormal_1() { return &___vNormal_1; } inline void set_vNormal_1(HmdVector3_t_t9664F6EE707C3B5E5F61BC45443F8C56AA75E703 value) { ___vNormal_1 = value; } inline static int32_t get_offset_of_rfTextureCoord0_2() { return static_cast(offsetof(RenderModel_Vertex_t_t5260AA58473A2461BD124550B7B61994394FC7A8, ___rfTextureCoord0_2)); } inline float get_rfTextureCoord0_2() const { return ___rfTextureCoord0_2; } inline float* get_address_of_rfTextureCoord0_2() { return &___rfTextureCoord0_2; } inline void set_rfTextureCoord0_2(float value) { ___rfTextureCoord0_2 = value; } inline static int32_t get_offset_of_rfTextureCoord1_3() { return static_cast(offsetof(RenderModel_Vertex_t_t5260AA58473A2461BD124550B7B61994394FC7A8, ___rfTextureCoord1_3)); } inline float get_rfTextureCoord1_3() const { return ___rfTextureCoord1_3; } inline float* get_address_of_rfTextureCoord1_3() { return &___rfTextureCoord1_3; } inline void set_rfTextureCoord1_3(float value) { ___rfTextureCoord1_3 = value; } }; // OVR.OpenVR.RenderModel_t struct RenderModel_t_t567B38EA4F01AD1C77BA5B41BD9C9C628E194901 { public: // System.IntPtr OVR.OpenVR.RenderModel_t::rVertexData intptr_t ___rVertexData_0; // System.UInt32 OVR.OpenVR.RenderModel_t::unVertexCount uint32_t ___unVertexCount_1; // System.IntPtr OVR.OpenVR.RenderModel_t::rIndexData intptr_t ___rIndexData_2; // System.UInt32 OVR.OpenVR.RenderModel_t::unTriangleCount uint32_t ___unTriangleCount_3; // System.Int32 OVR.OpenVR.RenderModel_t::diffuseTextureId int32_t ___diffuseTextureId_4; public: inline static int32_t get_offset_of_rVertexData_0() { return static_cast(offsetof(RenderModel_t_t567B38EA4F01AD1C77BA5B41BD9C9C628E194901, ___rVertexData_0)); } inline intptr_t get_rVertexData_0() const { return ___rVertexData_0; } inline intptr_t* get_address_of_rVertexData_0() { return &___rVertexData_0; } inline void set_rVertexData_0(intptr_t value) { ___rVertexData_0 = value; } inline static int32_t get_offset_of_unVertexCount_1() { return static_cast(offsetof(RenderModel_t_t567B38EA4F01AD1C77BA5B41BD9C9C628E194901, ___unVertexCount_1)); } inline uint32_t get_unVertexCount_1() const { return ___unVertexCount_1; } inline uint32_t* get_address_of_unVertexCount_1() { return &___unVertexCount_1; } inline void set_unVertexCount_1(uint32_t value) { ___unVertexCount_1 = value; } inline static int32_t get_offset_of_rIndexData_2() { return static_cast(offsetof(RenderModel_t_t567B38EA4F01AD1C77BA5B41BD9C9C628E194901, ___rIndexData_2)); } inline intptr_t get_rIndexData_2() const { return ___rIndexData_2; } inline intptr_t* get_address_of_rIndexData_2() { return &___rIndexData_2; } inline void set_rIndexData_2(intptr_t value) { ___rIndexData_2 = value; } inline static int32_t get_offset_of_unTriangleCount_3() { return static_cast(offsetof(RenderModel_t_t567B38EA4F01AD1C77BA5B41BD9C9C628E194901, ___unTriangleCount_3)); } inline uint32_t get_unTriangleCount_3() const { return ___unTriangleCount_3; } inline uint32_t* get_address_of_unTriangleCount_3() { return &___unTriangleCount_3; } inline void set_unTriangleCount_3(uint32_t value) { ___unTriangleCount_3 = value; } inline static int32_t get_offset_of_diffuseTextureId_4() { return static_cast(offsetof(RenderModel_t_t567B38EA4F01AD1C77BA5B41BD9C9C628E194901, ___diffuseTextureId_4)); } inline int32_t get_diffuseTextureId_4() const { return ___diffuseTextureId_4; } inline int32_t* get_address_of_diffuseTextureId_4() { return &___diffuseTextureId_4; } inline void set_diffuseTextureId_4(int32_t value) { ___diffuseTextureId_4 = value; } }; // OVR.OpenVR.RenderModel_t_Packed #pragma pack(push, tp, 4) struct RenderModel_t_Packed_t338DC878085675EC772D4E5A5202C2DBBDF592CB { public: // System.IntPtr OVR.OpenVR.RenderModel_t_Packed::rVertexData intptr_t ___rVertexData_0; // System.UInt32 OVR.OpenVR.RenderModel_t_Packed::unVertexCount uint32_t ___unVertexCount_1; // System.IntPtr OVR.OpenVR.RenderModel_t_Packed::rIndexData intptr_t ___rIndexData_2; // System.UInt32 OVR.OpenVR.RenderModel_t_Packed::unTriangleCount uint32_t ___unTriangleCount_3; // System.Int32 OVR.OpenVR.RenderModel_t_Packed::diffuseTextureId int32_t ___diffuseTextureId_4; public: inline static int32_t get_offset_of_rVertexData_0() { return static_cast(offsetof(RenderModel_t_Packed_t338DC878085675EC772D4E5A5202C2DBBDF592CB, ___rVertexData_0)); } inline intptr_t get_rVertexData_0() const { return ___rVertexData_0; } inline intptr_t* get_address_of_rVertexData_0() { return &___rVertexData_0; } inline void set_rVertexData_0(intptr_t value) { ___rVertexData_0 = value; } inline static int32_t get_offset_of_unVertexCount_1() { return static_cast(offsetof(RenderModel_t_Packed_t338DC878085675EC772D4E5A5202C2DBBDF592CB, ___unVertexCount_1)); } inline uint32_t get_unVertexCount_1() const { return ___unVertexCount_1; } inline uint32_t* get_address_of_unVertexCount_1() { return &___unVertexCount_1; } inline void set_unVertexCount_1(uint32_t value) { ___unVertexCount_1 = value; } inline static int32_t get_offset_of_rIndexData_2() { return static_cast(offsetof(RenderModel_t_Packed_t338DC878085675EC772D4E5A5202C2DBBDF592CB, ___rIndexData_2)); } inline intptr_t get_rIndexData_2() const { return ___rIndexData_2; } inline intptr_t* get_address_of_rIndexData_2() { return &___rIndexData_2; } inline void set_rIndexData_2(intptr_t value) { ___rIndexData_2 = value; } inline static int32_t get_offset_of_unTriangleCount_3() { return static_cast(offsetof(RenderModel_t_Packed_t338DC878085675EC772D4E5A5202C2DBBDF592CB, ___unTriangleCount_3)); } inline uint32_t get_unTriangleCount_3() const { return ___unTriangleCount_3; } inline uint32_t* get_address_of_unTriangleCount_3() { return &___unTriangleCount_3; } inline void set_unTriangleCount_3(uint32_t value) { ___unTriangleCount_3 = value; } inline static int32_t get_offset_of_diffuseTextureId_4() { return static_cast(offsetof(RenderModel_t_Packed_t338DC878085675EC772D4E5A5202C2DBBDF592CB, ___diffuseTextureId_4)); } inline int32_t get_diffuseTextureId_4() const { return ___diffuseTextureId_4; } inline int32_t* get_address_of_diffuseTextureId_4() { return &___diffuseTextureId_4; } inline void set_diffuseTextureId_4(int32_t value) { ___diffuseTextureId_4 = value; } }; #pragma pack(pop, tp) // 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; } }; // UnityEngine.Rendering.ScriptableRenderContext struct ScriptableRenderContext_tEDDDFFA7401E6860E1D82DFD779B7A101939F52D { public: // System.IntPtr UnityEngine.Rendering.ScriptableRenderContext::m_Ptr intptr_t ___m_Ptr_1; public: inline static int32_t get_offset_of_m_Ptr_1() { return static_cast(offsetof(ScriptableRenderContext_tEDDDFFA7401E6860E1D82DFD779B7A101939F52D, ___m_Ptr_1)); } inline intptr_t get_m_Ptr_1() const { return ___m_Ptr_1; } inline intptr_t* get_address_of_m_Ptr_1() { return &___m_Ptr_1; } inline void set_m_Ptr_1(intptr_t value) { ___m_Ptr_1 = value; } }; // UnityEngine.Rendering.ShadowCastingMode struct ShadowCastingMode_t4193084D236CFA695FE2F3FD04D0898ABF03F8B2 { public: // System.Int32 UnityEngine.Rendering.ShadowCastingMode::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(ShadowCastingMode_t4193084D236CFA695FE2F3FD04D0898ABF03F8B2, ___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; } }; // OVR.OpenVR.SpatialAnchorPose_t struct SpatialAnchorPose_t_tCF8513A170C37D730EEC2A996F936BDB5B84FA74 { public: // OVR.OpenVR.HmdMatrix34_t OVR.OpenVR.SpatialAnchorPose_t::mAnchorToAbsoluteTracking HmdMatrix34_t_tF8D32C33445560D919D139A2467312EE12CD654F ___mAnchorToAbsoluteTracking_0; public: inline static int32_t get_offset_of_mAnchorToAbsoluteTracking_0() { return static_cast(offsetof(SpatialAnchorPose_t_tCF8513A170C37D730EEC2A996F936BDB5B84FA74, ___mAnchorToAbsoluteTracking_0)); } inline HmdMatrix34_t_tF8D32C33445560D919D139A2467312EE12CD654F get_mAnchorToAbsoluteTracking_0() const { return ___mAnchorToAbsoluteTracking_0; } inline HmdMatrix34_t_tF8D32C33445560D919D139A2467312EE12CD654F * get_address_of_mAnchorToAbsoluteTracking_0() { return &___mAnchorToAbsoluteTracking_0; } inline void set_mAnchorToAbsoluteTracking_0(HmdMatrix34_t_tF8D32C33445560D919D139A2467312EE12CD654F value) { ___mAnchorToAbsoluteTracking_0 = value; } }; // System.IO.StreamReader struct StreamReader_tA857ACC7ABF9AA4638E1291E6D2539C14D2963D3 : public TextReader_t25B06DCA1906FEAD02150DB14313EBEA4CD78D2F { public: // System.IO.Stream System.IO.StreamReader::stream Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___stream_5; // System.Text.Encoding System.IO.StreamReader::encoding Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * ___encoding_6; // System.Text.Decoder System.IO.StreamReader::decoder Decoder_t91B2ED8AEC25AA24D23A00265203BE992B12C370 * ___decoder_7; // System.Byte[] System.IO.StreamReader::byteBuffer ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___byteBuffer_8; // System.Char[] System.IO.StreamReader::charBuffer CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___charBuffer_9; // System.Byte[] System.IO.StreamReader::_preamble ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ____preamble_10; // System.Int32 System.IO.StreamReader::charPos int32_t ___charPos_11; // System.Int32 System.IO.StreamReader::charLen int32_t ___charLen_12; // System.Int32 System.IO.StreamReader::byteLen int32_t ___byteLen_13; // System.Int32 System.IO.StreamReader::bytePos int32_t ___bytePos_14; // System.Int32 System.IO.StreamReader::_maxCharsPerBuffer int32_t ____maxCharsPerBuffer_15; // System.Boolean System.IO.StreamReader::_detectEncoding bool ____detectEncoding_16; // System.Boolean System.IO.StreamReader::_checkPreamble bool ____checkPreamble_17; // System.Boolean System.IO.StreamReader::_isBlocked bool ____isBlocked_18; // System.Boolean System.IO.StreamReader::_closable bool ____closable_19; // System.Threading.Tasks.Task modreq(System.Runtime.CompilerServices.IsVolatile) System.IO.StreamReader::_asyncReadTask Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * ____asyncReadTask_20; public: inline static int32_t get_offset_of_stream_5() { return static_cast(offsetof(StreamReader_tA857ACC7ABF9AA4638E1291E6D2539C14D2963D3, ___stream_5)); } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * get_stream_5() const { return ___stream_5; } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB ** get_address_of_stream_5() { return &___stream_5; } inline void set_stream_5(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * value) { ___stream_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___stream_5), (void*)value); } inline static int32_t get_offset_of_encoding_6() { return static_cast(offsetof(StreamReader_tA857ACC7ABF9AA4638E1291E6D2539C14D2963D3, ___encoding_6)); } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * get_encoding_6() const { return ___encoding_6; } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 ** get_address_of_encoding_6() { return &___encoding_6; } inline void set_encoding_6(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * value) { ___encoding_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___encoding_6), (void*)value); } inline static int32_t get_offset_of_decoder_7() { return static_cast(offsetof(StreamReader_tA857ACC7ABF9AA4638E1291E6D2539C14D2963D3, ___decoder_7)); } inline Decoder_t91B2ED8AEC25AA24D23A00265203BE992B12C370 * get_decoder_7() const { return ___decoder_7; } inline Decoder_t91B2ED8AEC25AA24D23A00265203BE992B12C370 ** get_address_of_decoder_7() { return &___decoder_7; } inline void set_decoder_7(Decoder_t91B2ED8AEC25AA24D23A00265203BE992B12C370 * value) { ___decoder_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___decoder_7), (void*)value); } inline static int32_t get_offset_of_byteBuffer_8() { return static_cast(offsetof(StreamReader_tA857ACC7ABF9AA4638E1291E6D2539C14D2963D3, ___byteBuffer_8)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_byteBuffer_8() const { return ___byteBuffer_8; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_byteBuffer_8() { return &___byteBuffer_8; } inline void set_byteBuffer_8(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___byteBuffer_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___byteBuffer_8), (void*)value); } inline static int32_t get_offset_of_charBuffer_9() { return static_cast(offsetof(StreamReader_tA857ACC7ABF9AA4638E1291E6D2539C14D2963D3, ___charBuffer_9)); } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* get_charBuffer_9() const { return ___charBuffer_9; } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** get_address_of_charBuffer_9() { return &___charBuffer_9; } inline void set_charBuffer_9(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* value) { ___charBuffer_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___charBuffer_9), (void*)value); } inline static int32_t get_offset_of__preamble_10() { return static_cast(offsetof(StreamReader_tA857ACC7ABF9AA4638E1291E6D2539C14D2963D3, ____preamble_10)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get__preamble_10() const { return ____preamble_10; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of__preamble_10() { return &____preamble_10; } inline void set__preamble_10(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ____preamble_10 = value; Il2CppCodeGenWriteBarrier((void**)(&____preamble_10), (void*)value); } inline static int32_t get_offset_of_charPos_11() { return static_cast(offsetof(StreamReader_tA857ACC7ABF9AA4638E1291E6D2539C14D2963D3, ___charPos_11)); } inline int32_t get_charPos_11() const { return ___charPos_11; } inline int32_t* get_address_of_charPos_11() { return &___charPos_11; } inline void set_charPos_11(int32_t value) { ___charPos_11 = value; } inline static int32_t get_offset_of_charLen_12() { return static_cast(offsetof(StreamReader_tA857ACC7ABF9AA4638E1291E6D2539C14D2963D3, ___charLen_12)); } inline int32_t get_charLen_12() const { return ___charLen_12; } inline int32_t* get_address_of_charLen_12() { return &___charLen_12; } inline void set_charLen_12(int32_t value) { ___charLen_12 = value; } inline static int32_t get_offset_of_byteLen_13() { return static_cast(offsetof(StreamReader_tA857ACC7ABF9AA4638E1291E6D2539C14D2963D3, ___byteLen_13)); } inline int32_t get_byteLen_13() const { return ___byteLen_13; } inline int32_t* get_address_of_byteLen_13() { return &___byteLen_13; } inline void set_byteLen_13(int32_t value) { ___byteLen_13 = value; } inline static int32_t get_offset_of_bytePos_14() { return static_cast(offsetof(StreamReader_tA857ACC7ABF9AA4638E1291E6D2539C14D2963D3, ___bytePos_14)); } inline int32_t get_bytePos_14() const { return ___bytePos_14; } inline int32_t* get_address_of_bytePos_14() { return &___bytePos_14; } inline void set_bytePos_14(int32_t value) { ___bytePos_14 = value; } inline static int32_t get_offset_of__maxCharsPerBuffer_15() { return static_cast(offsetof(StreamReader_tA857ACC7ABF9AA4638E1291E6D2539C14D2963D3, ____maxCharsPerBuffer_15)); } inline int32_t get__maxCharsPerBuffer_15() const { return ____maxCharsPerBuffer_15; } inline int32_t* get_address_of__maxCharsPerBuffer_15() { return &____maxCharsPerBuffer_15; } inline void set__maxCharsPerBuffer_15(int32_t value) { ____maxCharsPerBuffer_15 = value; } inline static int32_t get_offset_of__detectEncoding_16() { return static_cast(offsetof(StreamReader_tA857ACC7ABF9AA4638E1291E6D2539C14D2963D3, ____detectEncoding_16)); } inline bool get__detectEncoding_16() const { return ____detectEncoding_16; } inline bool* get_address_of__detectEncoding_16() { return &____detectEncoding_16; } inline void set__detectEncoding_16(bool value) { ____detectEncoding_16 = value; } inline static int32_t get_offset_of__checkPreamble_17() { return static_cast(offsetof(StreamReader_tA857ACC7ABF9AA4638E1291E6D2539C14D2963D3, ____checkPreamble_17)); } inline bool get__checkPreamble_17() const { return ____checkPreamble_17; } inline bool* get_address_of__checkPreamble_17() { return &____checkPreamble_17; } inline void set__checkPreamble_17(bool value) { ____checkPreamble_17 = value; } inline static int32_t get_offset_of__isBlocked_18() { return static_cast(offsetof(StreamReader_tA857ACC7ABF9AA4638E1291E6D2539C14D2963D3, ____isBlocked_18)); } inline bool get__isBlocked_18() const { return ____isBlocked_18; } inline bool* get_address_of__isBlocked_18() { return &____isBlocked_18; } inline void set__isBlocked_18(bool value) { ____isBlocked_18 = value; } inline static int32_t get_offset_of__closable_19() { return static_cast(offsetof(StreamReader_tA857ACC7ABF9AA4638E1291E6D2539C14D2963D3, ____closable_19)); } inline bool get__closable_19() const { return ____closable_19; } inline bool* get_address_of__closable_19() { return &____closable_19; } inline void set__closable_19(bool value) { ____closable_19 = value; } inline static int32_t get_offset_of__asyncReadTask_20() { return static_cast(offsetof(StreamReader_tA857ACC7ABF9AA4638E1291E6D2539C14D2963D3, ____asyncReadTask_20)); } inline Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * get__asyncReadTask_20() const { return ____asyncReadTask_20; } inline Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 ** get_address_of__asyncReadTask_20() { return &____asyncReadTask_20; } inline void set__asyncReadTask_20(Task_t804B25CFE3FC13AAEE16C8FA3BF52513F2A8DB60 * value) { ____asyncReadTask_20 = value; Il2CppCodeGenWriteBarrier((void**)(&____asyncReadTask_20), (void*)value); } }; // UnityEngine.TextureFormat struct TextureFormat_tBED5388A0445FE978F97B41D247275B036407932 { public: // System.Int32 UnityEngine.TextureFormat::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(TextureFormat_tBED5388A0445FE978F97B41D247275B036407932, ___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.TouchScreenKeyboardType struct TouchScreenKeyboardType_tBD90DFB07923EC19E5EA59FAF26292AC2799A932 { public: // System.Int32 UnityEngine.TouchScreenKeyboardType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(TouchScreenKeyboardType_tBD90DFB07923EC19E5EA59FAF26292AC2799A932, ___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; } }; // OVR.OpenVR.VRBoneTransform_t struct VRBoneTransform_t_t0D2FE711C1A8272745264365004561C45ED501B3 { public: // OVR.OpenVR.HmdVector4_t OVR.OpenVR.VRBoneTransform_t::position HmdVector4_t_t5A571881B4B44759EE64E361478FE9AF2F9B6726 ___position_0; // OVR.OpenVR.HmdQuaternionf_t OVR.OpenVR.VRBoneTransform_t::orientation HmdQuaternionf_t_t5FC0C929AA4BF1DBC926B19B2A84E70B684D723A ___orientation_1; public: inline static int32_t get_offset_of_position_0() { return static_cast(offsetof(VRBoneTransform_t_t0D2FE711C1A8272745264365004561C45ED501B3, ___position_0)); } inline HmdVector4_t_t5A571881B4B44759EE64E361478FE9AF2F9B6726 get_position_0() const { return ___position_0; } inline HmdVector4_t_t5A571881B4B44759EE64E361478FE9AF2F9B6726 * get_address_of_position_0() { return &___position_0; } inline void set_position_0(HmdVector4_t_t5A571881B4B44759EE64E361478FE9AF2F9B6726 value) { ___position_0 = value; } inline static int32_t get_offset_of_orientation_1() { return static_cast(offsetof(VRBoneTransform_t_t0D2FE711C1A8272745264365004561C45ED501B3, ___orientation_1)); } inline HmdQuaternionf_t_t5FC0C929AA4BF1DBC926B19B2A84E70B684D723A get_orientation_1() const { return ___orientation_1; } inline HmdQuaternionf_t_t5FC0C929AA4BF1DBC926B19B2A84E70B684D723A * get_address_of_orientation_1() { return &___orientation_1; } inline void set_orientation_1(HmdQuaternionf_t_t5FC0C929AA4BF1DBC926B19B2A84E70B684D723A value) { ___orientation_1 = value; } }; // OVR.OpenVR.VRControllerState_t struct VRControllerState_t_tA2AC10EB26FD0C1CE385148DE3655C9584E60A3A { public: // System.UInt32 OVR.OpenVR.VRControllerState_t::unPacketNum uint32_t ___unPacketNum_0; // System.UInt64 OVR.OpenVR.VRControllerState_t::ulButtonPressed uint64_t ___ulButtonPressed_1; // System.UInt64 OVR.OpenVR.VRControllerState_t::ulButtonTouched uint64_t ___ulButtonTouched_2; // OVR.OpenVR.VRControllerAxis_t OVR.OpenVR.VRControllerState_t::rAxis0 VRControllerAxis_t_t33B45527C50B1B1261A723C96BCBCA6F44B7EF4A ___rAxis0_3; // OVR.OpenVR.VRControllerAxis_t OVR.OpenVR.VRControllerState_t::rAxis1 VRControllerAxis_t_t33B45527C50B1B1261A723C96BCBCA6F44B7EF4A ___rAxis1_4; // OVR.OpenVR.VRControllerAxis_t OVR.OpenVR.VRControllerState_t::rAxis2 VRControllerAxis_t_t33B45527C50B1B1261A723C96BCBCA6F44B7EF4A ___rAxis2_5; // OVR.OpenVR.VRControllerAxis_t OVR.OpenVR.VRControllerState_t::rAxis3 VRControllerAxis_t_t33B45527C50B1B1261A723C96BCBCA6F44B7EF4A ___rAxis3_6; // OVR.OpenVR.VRControllerAxis_t OVR.OpenVR.VRControllerState_t::rAxis4 VRControllerAxis_t_t33B45527C50B1B1261A723C96BCBCA6F44B7EF4A ___rAxis4_7; public: inline static int32_t get_offset_of_unPacketNum_0() { return static_cast(offsetof(VRControllerState_t_tA2AC10EB26FD0C1CE385148DE3655C9584E60A3A, ___unPacketNum_0)); } inline uint32_t get_unPacketNum_0() const { return ___unPacketNum_0; } inline uint32_t* get_address_of_unPacketNum_0() { return &___unPacketNum_0; } inline void set_unPacketNum_0(uint32_t value) { ___unPacketNum_0 = value; } inline static int32_t get_offset_of_ulButtonPressed_1() { return static_cast(offsetof(VRControllerState_t_tA2AC10EB26FD0C1CE385148DE3655C9584E60A3A, ___ulButtonPressed_1)); } inline uint64_t get_ulButtonPressed_1() const { return ___ulButtonPressed_1; } inline uint64_t* get_address_of_ulButtonPressed_1() { return &___ulButtonPressed_1; } inline void set_ulButtonPressed_1(uint64_t value) { ___ulButtonPressed_1 = value; } inline static int32_t get_offset_of_ulButtonTouched_2() { return static_cast(offsetof(VRControllerState_t_tA2AC10EB26FD0C1CE385148DE3655C9584E60A3A, ___ulButtonTouched_2)); } inline uint64_t get_ulButtonTouched_2() const { return ___ulButtonTouched_2; } inline uint64_t* get_address_of_ulButtonTouched_2() { return &___ulButtonTouched_2; } inline void set_ulButtonTouched_2(uint64_t value) { ___ulButtonTouched_2 = value; } inline static int32_t get_offset_of_rAxis0_3() { return static_cast(offsetof(VRControllerState_t_tA2AC10EB26FD0C1CE385148DE3655C9584E60A3A, ___rAxis0_3)); } inline VRControllerAxis_t_t33B45527C50B1B1261A723C96BCBCA6F44B7EF4A get_rAxis0_3() const { return ___rAxis0_3; } inline VRControllerAxis_t_t33B45527C50B1B1261A723C96BCBCA6F44B7EF4A * get_address_of_rAxis0_3() { return &___rAxis0_3; } inline void set_rAxis0_3(VRControllerAxis_t_t33B45527C50B1B1261A723C96BCBCA6F44B7EF4A value) { ___rAxis0_3 = value; } inline static int32_t get_offset_of_rAxis1_4() { return static_cast(offsetof(VRControllerState_t_tA2AC10EB26FD0C1CE385148DE3655C9584E60A3A, ___rAxis1_4)); } inline VRControllerAxis_t_t33B45527C50B1B1261A723C96BCBCA6F44B7EF4A get_rAxis1_4() const { return ___rAxis1_4; } inline VRControllerAxis_t_t33B45527C50B1B1261A723C96BCBCA6F44B7EF4A * get_address_of_rAxis1_4() { return &___rAxis1_4; } inline void set_rAxis1_4(VRControllerAxis_t_t33B45527C50B1B1261A723C96BCBCA6F44B7EF4A value) { ___rAxis1_4 = value; } inline static int32_t get_offset_of_rAxis2_5() { return static_cast(offsetof(VRControllerState_t_tA2AC10EB26FD0C1CE385148DE3655C9584E60A3A, ___rAxis2_5)); } inline VRControllerAxis_t_t33B45527C50B1B1261A723C96BCBCA6F44B7EF4A get_rAxis2_5() const { return ___rAxis2_5; } inline VRControllerAxis_t_t33B45527C50B1B1261A723C96BCBCA6F44B7EF4A * get_address_of_rAxis2_5() { return &___rAxis2_5; } inline void set_rAxis2_5(VRControllerAxis_t_t33B45527C50B1B1261A723C96BCBCA6F44B7EF4A value) { ___rAxis2_5 = value; } inline static int32_t get_offset_of_rAxis3_6() { return static_cast(offsetof(VRControllerState_t_tA2AC10EB26FD0C1CE385148DE3655C9584E60A3A, ___rAxis3_6)); } inline VRControllerAxis_t_t33B45527C50B1B1261A723C96BCBCA6F44B7EF4A get_rAxis3_6() const { return ___rAxis3_6; } inline VRControllerAxis_t_t33B45527C50B1B1261A723C96BCBCA6F44B7EF4A * get_address_of_rAxis3_6() { return &___rAxis3_6; } inline void set_rAxis3_6(VRControllerAxis_t_t33B45527C50B1B1261A723C96BCBCA6F44B7EF4A value) { ___rAxis3_6 = value; } inline static int32_t get_offset_of_rAxis4_7() { return static_cast(offsetof(VRControllerState_t_tA2AC10EB26FD0C1CE385148DE3655C9584E60A3A, ___rAxis4_7)); } inline VRControllerAxis_t_t33B45527C50B1B1261A723C96BCBCA6F44B7EF4A get_rAxis4_7() const { return ___rAxis4_7; } inline VRControllerAxis_t_t33B45527C50B1B1261A723C96BCBCA6F44B7EF4A * get_address_of_rAxis4_7() { return &___rAxis4_7; } inline void set_rAxis4_7(VRControllerAxis_t_t33B45527C50B1B1261A723C96BCBCA6F44B7EF4A value) { ___rAxis4_7 = value; } }; // OVR.OpenVR.VRControllerState_t_Packed #pragma pack(push, tp, 4) struct VRControllerState_t_Packed_t46B69E391B02154DFC258B1F280AE34E68CEEC30 { public: // System.UInt32 OVR.OpenVR.VRControllerState_t_Packed::unPacketNum uint32_t ___unPacketNum_0; // System.UInt64 OVR.OpenVR.VRControllerState_t_Packed::ulButtonPressed uint64_t ___ulButtonPressed_1; // System.UInt64 OVR.OpenVR.VRControllerState_t_Packed::ulButtonTouched uint64_t ___ulButtonTouched_2; // OVR.OpenVR.VRControllerAxis_t OVR.OpenVR.VRControllerState_t_Packed::rAxis0 VRControllerAxis_t_t33B45527C50B1B1261A723C96BCBCA6F44B7EF4A ___rAxis0_3; // OVR.OpenVR.VRControllerAxis_t OVR.OpenVR.VRControllerState_t_Packed::rAxis1 VRControllerAxis_t_t33B45527C50B1B1261A723C96BCBCA6F44B7EF4A ___rAxis1_4; // OVR.OpenVR.VRControllerAxis_t OVR.OpenVR.VRControllerState_t_Packed::rAxis2 VRControllerAxis_t_t33B45527C50B1B1261A723C96BCBCA6F44B7EF4A ___rAxis2_5; // OVR.OpenVR.VRControllerAxis_t OVR.OpenVR.VRControllerState_t_Packed::rAxis3 VRControllerAxis_t_t33B45527C50B1B1261A723C96BCBCA6F44B7EF4A ___rAxis3_6; // OVR.OpenVR.VRControllerAxis_t OVR.OpenVR.VRControllerState_t_Packed::rAxis4 VRControllerAxis_t_t33B45527C50B1B1261A723C96BCBCA6F44B7EF4A ___rAxis4_7; public: inline static int32_t get_offset_of_unPacketNum_0() { return static_cast(offsetof(VRControllerState_t_Packed_t46B69E391B02154DFC258B1F280AE34E68CEEC30, ___unPacketNum_0)); } inline uint32_t get_unPacketNum_0() const { return ___unPacketNum_0; } inline uint32_t* get_address_of_unPacketNum_0() { return &___unPacketNum_0; } inline void set_unPacketNum_0(uint32_t value) { ___unPacketNum_0 = value; } inline static int32_t get_offset_of_ulButtonPressed_1() { return static_cast(offsetof(VRControllerState_t_Packed_t46B69E391B02154DFC258B1F280AE34E68CEEC30, ___ulButtonPressed_1)); } inline uint64_t get_ulButtonPressed_1() const { return ___ulButtonPressed_1; } inline uint64_t* get_address_of_ulButtonPressed_1() { return &___ulButtonPressed_1; } inline void set_ulButtonPressed_1(uint64_t value) { ___ulButtonPressed_1 = value; } inline static int32_t get_offset_of_ulButtonTouched_2() { return static_cast(offsetof(VRControllerState_t_Packed_t46B69E391B02154DFC258B1F280AE34E68CEEC30, ___ulButtonTouched_2)); } inline uint64_t get_ulButtonTouched_2() const { return ___ulButtonTouched_2; } inline uint64_t* get_address_of_ulButtonTouched_2() { return &___ulButtonTouched_2; } inline void set_ulButtonTouched_2(uint64_t value) { ___ulButtonTouched_2 = value; } inline static int32_t get_offset_of_rAxis0_3() { return static_cast(offsetof(VRControllerState_t_Packed_t46B69E391B02154DFC258B1F280AE34E68CEEC30, ___rAxis0_3)); } inline VRControllerAxis_t_t33B45527C50B1B1261A723C96BCBCA6F44B7EF4A get_rAxis0_3() const { return ___rAxis0_3; } inline VRControllerAxis_t_t33B45527C50B1B1261A723C96BCBCA6F44B7EF4A * get_address_of_rAxis0_3() { return &___rAxis0_3; } inline void set_rAxis0_3(VRControllerAxis_t_t33B45527C50B1B1261A723C96BCBCA6F44B7EF4A value) { ___rAxis0_3 = value; } inline static int32_t get_offset_of_rAxis1_4() { return static_cast(offsetof(VRControllerState_t_Packed_t46B69E391B02154DFC258B1F280AE34E68CEEC30, ___rAxis1_4)); } inline VRControllerAxis_t_t33B45527C50B1B1261A723C96BCBCA6F44B7EF4A get_rAxis1_4() const { return ___rAxis1_4; } inline VRControllerAxis_t_t33B45527C50B1B1261A723C96BCBCA6F44B7EF4A * get_address_of_rAxis1_4() { return &___rAxis1_4; } inline void set_rAxis1_4(VRControllerAxis_t_t33B45527C50B1B1261A723C96BCBCA6F44B7EF4A value) { ___rAxis1_4 = value; } inline static int32_t get_offset_of_rAxis2_5() { return static_cast(offsetof(VRControllerState_t_Packed_t46B69E391B02154DFC258B1F280AE34E68CEEC30, ___rAxis2_5)); } inline VRControllerAxis_t_t33B45527C50B1B1261A723C96BCBCA6F44B7EF4A get_rAxis2_5() const { return ___rAxis2_5; } inline VRControllerAxis_t_t33B45527C50B1B1261A723C96BCBCA6F44B7EF4A * get_address_of_rAxis2_5() { return &___rAxis2_5; } inline void set_rAxis2_5(VRControllerAxis_t_t33B45527C50B1B1261A723C96BCBCA6F44B7EF4A value) { ___rAxis2_5 = value; } inline static int32_t get_offset_of_rAxis3_6() { return static_cast(offsetof(VRControllerState_t_Packed_t46B69E391B02154DFC258B1F280AE34E68CEEC30, ___rAxis3_6)); } inline VRControllerAxis_t_t33B45527C50B1B1261A723C96BCBCA6F44B7EF4A get_rAxis3_6() const { return ___rAxis3_6; } inline VRControllerAxis_t_t33B45527C50B1B1261A723C96BCBCA6F44B7EF4A * get_address_of_rAxis3_6() { return &___rAxis3_6; } inline void set_rAxis3_6(VRControllerAxis_t_t33B45527C50B1B1261A723C96BCBCA6F44B7EF4A value) { ___rAxis3_6 = value; } inline static int32_t get_offset_of_rAxis4_7() { return static_cast(offsetof(VRControllerState_t_Packed_t46B69E391B02154DFC258B1F280AE34E68CEEC30, ___rAxis4_7)); } inline VRControllerAxis_t_t33B45527C50B1B1261A723C96BCBCA6F44B7EF4A get_rAxis4_7() const { return ___rAxis4_7; } inline VRControllerAxis_t_t33B45527C50B1B1261A723C96BCBCA6F44B7EF4A * get_address_of_rAxis4_7() { return &___rAxis4_7; } inline void set_rAxis4_7(VRControllerAxis_t_t33B45527C50B1B1261A723C96BCBCA6F44B7EF4A value) { ___rAxis4_7 = value; } }; #pragma pack(pop, tp) // OVR.OpenVR.VRMessageOverlayResponse struct VRMessageOverlayResponse_t815B164F42BF7CB56B419AFE3E79A21117D2BFAB { public: // System.Int32 OVR.OpenVR.VRMessageOverlayResponse::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(VRMessageOverlayResponse_t815B164F42BF7CB56B419AFE3E79A21117D2BFAB, ___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; } }; // OVR.OpenVR.VROverlayFlags struct VROverlayFlags_t0809613CCC8C58173622C1655D221F4BFC3D5A10 { public: // System.Int32 OVR.OpenVR.VROverlayFlags::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(VROverlayFlags_t0809613CCC8C58173622C1655D221F4BFC3D5A10, ___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; } }; // OVR.OpenVR.VROverlayInputMethod struct VROverlayInputMethod_t8E39B417FFD9F9EF1AE7CBACB05C0ED676BA6886 { public: // System.Int32 OVR.OpenVR.VROverlayInputMethod::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(VROverlayInputMethod_t8E39B417FFD9F9EF1AE7CBACB05C0ED676BA6886, ___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; } }; // OVR.OpenVR.VROverlayIntersectionMaskPrimitive_Data_t struct VROverlayIntersectionMaskPrimitive_Data_t_t98E1E4B4C46B1B59DAA51EC168E323B93D6D0E1D { public: union { #pragma pack(push, tp, 1) struct { // OVR.OpenVR.IntersectionMaskRectangle_t OVR.OpenVR.VROverlayIntersectionMaskPrimitive_Data_t::m_Rectangle IntersectionMaskRectangle_t_t15148FCAB82A2E513DA6AA176C8CE13E78801E70 ___m_Rectangle_0; }; #pragma pack(pop, tp) struct { IntersectionMaskRectangle_t_t15148FCAB82A2E513DA6AA176C8CE13E78801E70 ___m_Rectangle_0_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { // OVR.OpenVR.IntersectionMaskCircle_t OVR.OpenVR.VROverlayIntersectionMaskPrimitive_Data_t::m_Circle IntersectionMaskCircle_t_tA00C0B0B9C5567F96183BE7FFD627A93A8E7558F ___m_Circle_1; }; #pragma pack(pop, tp) struct { IntersectionMaskCircle_t_tA00C0B0B9C5567F96183BE7FFD627A93A8E7558F ___m_Circle_1_forAlignmentOnly; }; }; public: inline static int32_t get_offset_of_m_Rectangle_0() { return static_cast(offsetof(VROverlayIntersectionMaskPrimitive_Data_t_t98E1E4B4C46B1B59DAA51EC168E323B93D6D0E1D, ___m_Rectangle_0)); } inline IntersectionMaskRectangle_t_t15148FCAB82A2E513DA6AA176C8CE13E78801E70 get_m_Rectangle_0() const { return ___m_Rectangle_0; } inline IntersectionMaskRectangle_t_t15148FCAB82A2E513DA6AA176C8CE13E78801E70 * get_address_of_m_Rectangle_0() { return &___m_Rectangle_0; } inline void set_m_Rectangle_0(IntersectionMaskRectangle_t_t15148FCAB82A2E513DA6AA176C8CE13E78801E70 value) { ___m_Rectangle_0 = value; } inline static int32_t get_offset_of_m_Circle_1() { return static_cast(offsetof(VROverlayIntersectionMaskPrimitive_Data_t_t98E1E4B4C46B1B59DAA51EC168E323B93D6D0E1D, ___m_Circle_1)); } inline IntersectionMaskCircle_t_tA00C0B0B9C5567F96183BE7FFD627A93A8E7558F get_m_Circle_1() const { return ___m_Circle_1; } inline IntersectionMaskCircle_t_tA00C0B0B9C5567F96183BE7FFD627A93A8E7558F * get_address_of_m_Circle_1() { return &___m_Circle_1; } inline void set_m_Circle_1(IntersectionMaskCircle_t_tA00C0B0B9C5567F96183BE7FFD627A93A8E7558F value) { ___m_Circle_1 = value; } }; // OVR.OpenVR.VROverlayIntersectionResults_t struct VROverlayIntersectionResults_t_tEBB40B5F5BD45C5DFF072DBB660B4E8D551A5AE4 { public: // OVR.OpenVR.HmdVector3_t OVR.OpenVR.VROverlayIntersectionResults_t::vPoint HmdVector3_t_t9664F6EE707C3B5E5F61BC45443F8C56AA75E703 ___vPoint_0; // OVR.OpenVR.HmdVector3_t OVR.OpenVR.VROverlayIntersectionResults_t::vNormal HmdVector3_t_t9664F6EE707C3B5E5F61BC45443F8C56AA75E703 ___vNormal_1; // OVR.OpenVR.HmdVector2_t OVR.OpenVR.VROverlayIntersectionResults_t::vUVs HmdVector2_t_t05689EE047F214C231A222A5ACE7FDE6DE155375 ___vUVs_2; // System.Single OVR.OpenVR.VROverlayIntersectionResults_t::fDistance float ___fDistance_3; public: inline static int32_t get_offset_of_vPoint_0() { return static_cast(offsetof(VROverlayIntersectionResults_t_tEBB40B5F5BD45C5DFF072DBB660B4E8D551A5AE4, ___vPoint_0)); } inline HmdVector3_t_t9664F6EE707C3B5E5F61BC45443F8C56AA75E703 get_vPoint_0() const { return ___vPoint_0; } inline HmdVector3_t_t9664F6EE707C3B5E5F61BC45443F8C56AA75E703 * get_address_of_vPoint_0() { return &___vPoint_0; } inline void set_vPoint_0(HmdVector3_t_t9664F6EE707C3B5E5F61BC45443F8C56AA75E703 value) { ___vPoint_0 = value; } inline static int32_t get_offset_of_vNormal_1() { return static_cast(offsetof(VROverlayIntersectionResults_t_tEBB40B5F5BD45C5DFF072DBB660B4E8D551A5AE4, ___vNormal_1)); } inline HmdVector3_t_t9664F6EE707C3B5E5F61BC45443F8C56AA75E703 get_vNormal_1() const { return ___vNormal_1; } inline HmdVector3_t_t9664F6EE707C3B5E5F61BC45443F8C56AA75E703 * get_address_of_vNormal_1() { return &___vNormal_1; } inline void set_vNormal_1(HmdVector3_t_t9664F6EE707C3B5E5F61BC45443F8C56AA75E703 value) { ___vNormal_1 = value; } inline static int32_t get_offset_of_vUVs_2() { return static_cast(offsetof(VROverlayIntersectionResults_t_tEBB40B5F5BD45C5DFF072DBB660B4E8D551A5AE4, ___vUVs_2)); } inline HmdVector2_t_t05689EE047F214C231A222A5ACE7FDE6DE155375 get_vUVs_2() const { return ___vUVs_2; } inline HmdVector2_t_t05689EE047F214C231A222A5ACE7FDE6DE155375 * get_address_of_vUVs_2() { return &___vUVs_2; } inline void set_vUVs_2(HmdVector2_t_t05689EE047F214C231A222A5ACE7FDE6DE155375 value) { ___vUVs_2 = value; } inline static int32_t get_offset_of_fDistance_3() { return static_cast(offsetof(VROverlayIntersectionResults_t_tEBB40B5F5BD45C5DFF072DBB660B4E8D551A5AE4, ___fDistance_3)); } inline float get_fDistance_3() const { return ___fDistance_3; } inline float* get_address_of_fDistance_3() { return &___fDistance_3; } inline void set_fDistance_3(float value) { ___fDistance_3 = value; } }; // OVR.OpenVR.VROverlayTransformType struct VROverlayTransformType_tD867A0458852E6CD38A11D050A719826CCF42A16 { public: // System.Int32 OVR.OpenVR.VROverlayTransformType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(VROverlayTransformType_tD867A0458852E6CD38A11D050A719826CCF42A16, ___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; } }; // OVR.OpenVR.VRTextureDepthInfo_t struct VRTextureDepthInfo_t_tFDB01F6B69E1A0705CB29887C93AF024A804C04A { public: // System.IntPtr OVR.OpenVR.VRTextureDepthInfo_t::handle intptr_t ___handle_0; // OVR.OpenVR.HmdMatrix44_t OVR.OpenVR.VRTextureDepthInfo_t::mProjection HmdMatrix44_t_tCD8A99C534FF69AE2971DA830148B9AE544A50FA ___mProjection_1; // OVR.OpenVR.HmdVector2_t OVR.OpenVR.VRTextureDepthInfo_t::vRange HmdVector2_t_t05689EE047F214C231A222A5ACE7FDE6DE155375 ___vRange_2; public: inline static int32_t get_offset_of_handle_0() { return static_cast(offsetof(VRTextureDepthInfo_t_tFDB01F6B69E1A0705CB29887C93AF024A804C04A, ___handle_0)); } inline intptr_t get_handle_0() const { return ___handle_0; } inline intptr_t* get_address_of_handle_0() { return &___handle_0; } inline void set_handle_0(intptr_t value) { ___handle_0 = value; } inline static int32_t get_offset_of_mProjection_1() { return static_cast(offsetof(VRTextureDepthInfo_t_tFDB01F6B69E1A0705CB29887C93AF024A804C04A, ___mProjection_1)); } inline HmdMatrix44_t_tCD8A99C534FF69AE2971DA830148B9AE544A50FA get_mProjection_1() const { return ___mProjection_1; } inline HmdMatrix44_t_tCD8A99C534FF69AE2971DA830148B9AE544A50FA * get_address_of_mProjection_1() { return &___mProjection_1; } inline void set_mProjection_1(HmdMatrix44_t_tCD8A99C534FF69AE2971DA830148B9AE544A50FA value) { ___mProjection_1 = value; } inline static int32_t get_offset_of_vRange_2() { return static_cast(offsetof(VRTextureDepthInfo_t_tFDB01F6B69E1A0705CB29887C93AF024A804C04A, ___vRange_2)); } inline HmdVector2_t_t05689EE047F214C231A222A5ACE7FDE6DE155375 get_vRange_2() const { return ___vRange_2; } inline HmdVector2_t_t05689EE047F214C231A222A5ACE7FDE6DE155375 * get_address_of_vRange_2() { return &___vRange_2; } inline void set_vRange_2(HmdVector2_t_t05689EE047F214C231A222A5ACE7FDE6DE155375 value) { ___vRange_2 = value; } }; // OVR.OpenVR.VRTextureWithPose_t struct VRTextureWithPose_t_tF2E24A18A669D42F67BAFAC307EE0476C8E952C7 { public: // OVR.OpenVR.HmdMatrix34_t OVR.OpenVR.VRTextureWithPose_t::mDeviceToAbsoluteTracking HmdMatrix34_t_tF8D32C33445560D919D139A2467312EE12CD654F ___mDeviceToAbsoluteTracking_0; public: inline static int32_t get_offset_of_mDeviceToAbsoluteTracking_0() { return static_cast(offsetof(VRTextureWithPose_t_tF2E24A18A669D42F67BAFAC307EE0476C8E952C7, ___mDeviceToAbsoluteTracking_0)); } inline HmdMatrix34_t_tF8D32C33445560D919D139A2467312EE12CD654F get_mDeviceToAbsoluteTracking_0() const { return ___mDeviceToAbsoluteTracking_0; } inline HmdMatrix34_t_tF8D32C33445560D919D139A2467312EE12CD654F * get_address_of_mDeviceToAbsoluteTracking_0() { return &___mDeviceToAbsoluteTracking_0; } inline void set_mDeviceToAbsoluteTracking_0(HmdMatrix34_t_tF8D32C33445560D919D139A2467312EE12CD654F value) { ___mDeviceToAbsoluteTracking_0 = value; } }; // OVR.OpenVR.VRVulkanTextureData_t struct VRVulkanTextureData_t_t8B548DDC67E7F5AB0F65CA508FE31BB763A35BC9 { public: // System.UInt64 OVR.OpenVR.VRVulkanTextureData_t::m_nImage uint64_t ___m_nImage_0; // System.IntPtr OVR.OpenVR.VRVulkanTextureData_t::m_pDevice intptr_t ___m_pDevice_1; // System.IntPtr OVR.OpenVR.VRVulkanTextureData_t::m_pPhysicalDevice intptr_t ___m_pPhysicalDevice_2; // System.IntPtr OVR.OpenVR.VRVulkanTextureData_t::m_pInstance intptr_t ___m_pInstance_3; // System.IntPtr OVR.OpenVR.VRVulkanTextureData_t::m_pQueue intptr_t ___m_pQueue_4; // System.UInt32 OVR.OpenVR.VRVulkanTextureData_t::m_nQueueFamilyIndex uint32_t ___m_nQueueFamilyIndex_5; // System.UInt32 OVR.OpenVR.VRVulkanTextureData_t::m_nWidth uint32_t ___m_nWidth_6; // System.UInt32 OVR.OpenVR.VRVulkanTextureData_t::m_nHeight uint32_t ___m_nHeight_7; // System.UInt32 OVR.OpenVR.VRVulkanTextureData_t::m_nFormat uint32_t ___m_nFormat_8; // System.UInt32 OVR.OpenVR.VRVulkanTextureData_t::m_nSampleCount uint32_t ___m_nSampleCount_9; public: inline static int32_t get_offset_of_m_nImage_0() { return static_cast(offsetof(VRVulkanTextureData_t_t8B548DDC67E7F5AB0F65CA508FE31BB763A35BC9, ___m_nImage_0)); } inline uint64_t get_m_nImage_0() const { return ___m_nImage_0; } inline uint64_t* get_address_of_m_nImage_0() { return &___m_nImage_0; } inline void set_m_nImage_0(uint64_t value) { ___m_nImage_0 = value; } inline static int32_t get_offset_of_m_pDevice_1() { return static_cast(offsetof(VRVulkanTextureData_t_t8B548DDC67E7F5AB0F65CA508FE31BB763A35BC9, ___m_pDevice_1)); } inline intptr_t get_m_pDevice_1() const { return ___m_pDevice_1; } inline intptr_t* get_address_of_m_pDevice_1() { return &___m_pDevice_1; } inline void set_m_pDevice_1(intptr_t value) { ___m_pDevice_1 = value; } inline static int32_t get_offset_of_m_pPhysicalDevice_2() { return static_cast(offsetof(VRVulkanTextureData_t_t8B548DDC67E7F5AB0F65CA508FE31BB763A35BC9, ___m_pPhysicalDevice_2)); } inline intptr_t get_m_pPhysicalDevice_2() const { return ___m_pPhysicalDevice_2; } inline intptr_t* get_address_of_m_pPhysicalDevice_2() { return &___m_pPhysicalDevice_2; } inline void set_m_pPhysicalDevice_2(intptr_t value) { ___m_pPhysicalDevice_2 = value; } inline static int32_t get_offset_of_m_pInstance_3() { return static_cast(offsetof(VRVulkanTextureData_t_t8B548DDC67E7F5AB0F65CA508FE31BB763A35BC9, ___m_pInstance_3)); } inline intptr_t get_m_pInstance_3() const { return ___m_pInstance_3; } inline intptr_t* get_address_of_m_pInstance_3() { return &___m_pInstance_3; } inline void set_m_pInstance_3(intptr_t value) { ___m_pInstance_3 = value; } inline static int32_t get_offset_of_m_pQueue_4() { return static_cast(offsetof(VRVulkanTextureData_t_t8B548DDC67E7F5AB0F65CA508FE31BB763A35BC9, ___m_pQueue_4)); } inline intptr_t get_m_pQueue_4() const { return ___m_pQueue_4; } inline intptr_t* get_address_of_m_pQueue_4() { return &___m_pQueue_4; } inline void set_m_pQueue_4(intptr_t value) { ___m_pQueue_4 = value; } inline static int32_t get_offset_of_m_nQueueFamilyIndex_5() { return static_cast(offsetof(VRVulkanTextureData_t_t8B548DDC67E7F5AB0F65CA508FE31BB763A35BC9, ___m_nQueueFamilyIndex_5)); } inline uint32_t get_m_nQueueFamilyIndex_5() const { return ___m_nQueueFamilyIndex_5; } inline uint32_t* get_address_of_m_nQueueFamilyIndex_5() { return &___m_nQueueFamilyIndex_5; } inline void set_m_nQueueFamilyIndex_5(uint32_t value) { ___m_nQueueFamilyIndex_5 = value; } inline static int32_t get_offset_of_m_nWidth_6() { return static_cast(offsetof(VRVulkanTextureData_t_t8B548DDC67E7F5AB0F65CA508FE31BB763A35BC9, ___m_nWidth_6)); } inline uint32_t get_m_nWidth_6() const { return ___m_nWidth_6; } inline uint32_t* get_address_of_m_nWidth_6() { return &___m_nWidth_6; } inline void set_m_nWidth_6(uint32_t value) { ___m_nWidth_6 = value; } inline static int32_t get_offset_of_m_nHeight_7() { return static_cast(offsetof(VRVulkanTextureData_t_t8B548DDC67E7F5AB0F65CA508FE31BB763A35BC9, ___m_nHeight_7)); } inline uint32_t get_m_nHeight_7() const { return ___m_nHeight_7; } inline uint32_t* get_address_of_m_nHeight_7() { return &___m_nHeight_7; } inline void set_m_nHeight_7(uint32_t value) { ___m_nHeight_7 = value; } inline static int32_t get_offset_of_m_nFormat_8() { return static_cast(offsetof(VRVulkanTextureData_t_t8B548DDC67E7F5AB0F65CA508FE31BB763A35BC9, ___m_nFormat_8)); } inline uint32_t get_m_nFormat_8() const { return ___m_nFormat_8; } inline uint32_t* get_address_of_m_nFormat_8() { return &___m_nFormat_8; } inline void set_m_nFormat_8(uint32_t value) { ___m_nFormat_8 = value; } inline static int32_t get_offset_of_m_nSampleCount_9() { return static_cast(offsetof(VRVulkanTextureData_t_t8B548DDC67E7F5AB0F65CA508FE31BB763A35BC9, ___m_nSampleCount_9)); } inline uint32_t get_m_nSampleCount_9() const { return ___m_nSampleCount_9; } inline uint32_t* get_address_of_m_nSampleCount_9() { return &___m_nSampleCount_9; } inline void set_m_nSampleCount_9(uint32_t value) { ___m_nSampleCount_9 = value; } }; // UnityEngine.Camera/StereoscopicEye struct StereoscopicEye_t0193B972018E94F768D3B2E44CCE0E88EE2FFFD3 { public: // System.Int32 UnityEngine.Camera/StereoscopicEye::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(StereoscopicEye_t0193B972018E94F768D3B2E44CCE0E88EE2FFFD3, ___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.UI.InputField/CharacterValidation struct CharacterValidation_t03AFB752BBD6215579765978CE67D7159431FC41 { public: // System.Int32 UnityEngine.UI.InputField/CharacterValidation::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(CharacterValidation_t03AFB752BBD6215579765978CE67D7159431FC41, ___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.UI.InputField/ContentType struct ContentType_t15FD47A38F32CADD417E3A07C787F1B3997B9AC1 { public: // System.Int32 UnityEngine.UI.InputField/ContentType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(ContentType_t15FD47A38F32CADD417E3A07C787F1B3997B9AC1, ___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.UI.InputField/InputType struct InputType_t43FE97C0C3EE1F7DB81E2F34420780D1DFBF03D2 { public: // System.Int32 UnityEngine.UI.InputField/InputType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(InputType_t43FE97C0C3EE1F7DB81E2F34420780D1DFBF03D2, ___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.UI.InputField/LineType struct LineType_t3249F1C248D9D12DE265C49F371F2C3618AFEFCE { public: // System.Int32 UnityEngine.UI.InputField/LineType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(LineType_t3249F1C248D9D12DE265C49F371F2C3618AFEFCE, ___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.UI.Navigation/Mode struct Mode_t3113FDF05158BBA1DFC78D7F69E4C1D25135CB0F { public: // System.Int32 UnityEngine.UI.Navigation/Mode::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(Mode_t3113FDF05158BBA1DFC78D7F69E4C1D25135CB0F, ___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; } }; // OVRHand/Hand struct Hand_t1DDDE8E88FE43B0552E010F6755CA5AE5078EBD4 { public: // System.Int32 OVRHand/Hand::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(Hand_t1DDDE8E88FE43B0552E010F6755CA5AE5078EBD4, ___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; } }; // OVRHand/TrackingConfidence struct TrackingConfidence_t05F8DCB45E675624F2884D85FA56DDBA1665E9E3 { public: // System.Int32 OVRHand/TrackingConfidence::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(TrackingConfidence_t05F8DCB45E675624F2884D85FA56DDBA1665E9E3, ___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; } }; // OVRManager/CameraDevice struct CameraDevice_t343D6D903FA0B6FE8C518F5C1982D78893DE45A8 { public: // System.Int32 OVRManager/CameraDevice::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(CameraDevice_t343D6D903FA0B6FE8C518F5C1982D78893DE45A8, ___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; } }; // OVRManager/ColorSpace struct ColorSpace_t650DDFE12C26DD827C43B7572C2C1B6DCDE190F5 { public: // System.Int32 OVRManager/ColorSpace::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(ColorSpace_t650DDFE12C26DD827C43B7572C2C1B6DCDE190F5, ___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; } }; // OVRManager/CompositionMethod struct CompositionMethod_tE14AB92FD882C540F547BB34CE92E3980A463621 { public: // System.Int32 OVRManager/CompositionMethod::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(CompositionMethod_tE14AB92FD882C540F547BB34CE92E3980A463621, ___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; } }; // OVRManager/DepthQuality struct DepthQuality_t87C2F2BC4469C8B18E10DB28869B9120BCE88E87 { public: // System.Int32 OVRManager/DepthQuality::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(DepthQuality_t87C2F2BC4469C8B18E10DB28869B9120BCE88E87, ___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; } }; // OVRManager/MrcActivationMode struct MrcActivationMode_tE6A05BDE8D9DD02B045404013ACE5818AB293CDC { public: // System.Int32 OVRManager/MrcActivationMode::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(MrcActivationMode_tE6A05BDE8D9DD02B045404013ACE5818AB293CDC, ___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; } }; // OVRManager/PassthroughInitializationState struct PassthroughInitializationState_t6E899396D9C69E9F302220F3D60AEB90C5442CED { public: // System.Int32 OVRManager/PassthroughInitializationState::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(PassthroughInitializationState_t6E899396D9C69E9F302220F3D60AEB90C5442CED, ___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; } }; // OVRManager/TrackingOrigin struct TrackingOrigin_t5173D7627082C15011166C4F31E81997BFA48219 { public: // System.Int32 OVRManager/TrackingOrigin::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(TrackingOrigin_t5173D7627082C15011166C4F31E81997BFA48219, ___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; } }; // OVRManager/VirtualGreenScreenType struct VirtualGreenScreenType_tC6483A446F7FF4003A8BC06A858B90022B5C0FA3 { public: // System.Int32 OVRManager/VirtualGreenScreenType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(VirtualGreenScreenType_tC6483A446F7FF4003A8BC06A858B90022B5C0FA3, ___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; } }; // OVRManager/XRDevice struct XRDevice_t21C532ED4C5C7408D383516CBC43300C6C8F2EE4 { public: // System.Int32 OVRManager/XRDevice::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(XRDevice_t21C532ED4C5C7408D383516CBC43300C6C8F2EE4, ___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; } }; // OVRMeshRenderer/ConfidenceBehavior struct ConfidenceBehavior_t60D6731AE013EA08A8950C3C2EF5CA2DDEB70504 { public: // System.Int32 OVRMeshRenderer/ConfidenceBehavior::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(ConfidenceBehavior_t60D6731AE013EA08A8950C3C2EF5CA2DDEB70504, ___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; } }; // OVRMeshRenderer/SystemGestureBehavior struct SystemGestureBehavior_tC4BF119EB60B9D1161100279EBE0BAFC68233BCC { public: // System.Int32 OVRMeshRenderer/SystemGestureBehavior::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(SystemGestureBehavior_tC4BF119EB60B9D1161100279EBE0BAFC68233BCC, ___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; } }; // OVROverlay/OverlayShape struct OverlayShape_tB956F76C341351FC776ACAB1023897A061806BEE { public: // System.Int32 OVROverlay/OverlayShape::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(OverlayShape_tB956F76C341351FC776ACAB1023897A061806BEE, ___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; } }; // OVROverlay/OverlayType struct OverlayType_tA4C6425D93366BDC6B22B1B9780ED927FF5A8A91 { public: // System.Int32 OVROverlay/OverlayType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(OverlayType_tA4C6425D93366BDC6B22B1B9780ED927FF5A8A91, ___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; } }; // OVRPassthroughLayer/ColorMapEditorType struct ColorMapEditorType_t85C46260EEE76B5FF61B48B5DDE649B6A5B6A243 { public: // System.Int32 OVRPassthroughLayer/ColorMapEditorType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(ColorMapEditorType_t85C46260EEE76B5FF61B48B5DDE649B6A5B6A243, ___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; } }; // OVRPassthroughLayer/ProjectionSurfaceType struct ProjectionSurfaceType_t38ED74A7818DB18AF544F2BEC4EBE79F5474627D { public: // System.Int32 OVRPassthroughLayer/ProjectionSurfaceType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(ProjectionSurfaceType_t38ED74A7818DB18AF544F2BEC4EBE79F5474627D, ___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; } }; // OVRPlugin/BoneCapsule struct BoneCapsule_t482B1E40C3A6FD1C90BAF5B3A24719B196071B07 { public: // System.Int16 OVRPlugin/BoneCapsule::BoneIndex int16_t ___BoneIndex_0; // OVRPlugin/Vector3f OVRPlugin/BoneCapsule::StartPoint Vector3f_tF74D3A692AC7064BFF4EBEC1E704723CA2905417 ___StartPoint_1; // OVRPlugin/Vector3f OVRPlugin/BoneCapsule::EndPoint Vector3f_tF74D3A692AC7064BFF4EBEC1E704723CA2905417 ___EndPoint_2; // System.Single OVRPlugin/BoneCapsule::Radius float ___Radius_3; public: inline static int32_t get_offset_of_BoneIndex_0() { return static_cast(offsetof(BoneCapsule_t482B1E40C3A6FD1C90BAF5B3A24719B196071B07, ___BoneIndex_0)); } inline int16_t get_BoneIndex_0() const { return ___BoneIndex_0; } inline int16_t* get_address_of_BoneIndex_0() { return &___BoneIndex_0; } inline void set_BoneIndex_0(int16_t value) { ___BoneIndex_0 = value; } inline static int32_t get_offset_of_StartPoint_1() { return static_cast(offsetof(BoneCapsule_t482B1E40C3A6FD1C90BAF5B3A24719B196071B07, ___StartPoint_1)); } inline Vector3f_tF74D3A692AC7064BFF4EBEC1E704723CA2905417 get_StartPoint_1() const { return ___StartPoint_1; } inline Vector3f_tF74D3A692AC7064BFF4EBEC1E704723CA2905417 * get_address_of_StartPoint_1() { return &___StartPoint_1; } inline void set_StartPoint_1(Vector3f_tF74D3A692AC7064BFF4EBEC1E704723CA2905417 value) { ___StartPoint_1 = value; } inline static int32_t get_offset_of_EndPoint_2() { return static_cast(offsetof(BoneCapsule_t482B1E40C3A6FD1C90BAF5B3A24719B196071B07, ___EndPoint_2)); } inline Vector3f_tF74D3A692AC7064BFF4EBEC1E704723CA2905417 get_EndPoint_2() const { return ___EndPoint_2; } inline Vector3f_tF74D3A692AC7064BFF4EBEC1E704723CA2905417 * get_address_of_EndPoint_2() { return &___EndPoint_2; } inline void set_EndPoint_2(Vector3f_tF74D3A692AC7064BFF4EBEC1E704723CA2905417 value) { ___EndPoint_2 = value; } inline static int32_t get_offset_of_Radius_3() { return static_cast(offsetof(BoneCapsule_t482B1E40C3A6FD1C90BAF5B3A24719B196071B07, ___Radius_3)); } inline float get_Radius_3() const { return ___Radius_3; } inline float* get_address_of_Radius_3() { return &___Radius_3; } inline void set_Radius_3(float value) { ___Radius_3 = value; } }; // OVRPlugin/BoneId struct BoneId_t0A08DD5A5735873EEAD52D56DFE9930A3EA23E22 { public: // System.Int32 OVRPlugin/BoneId::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(BoneId_t0A08DD5A5735873EEAD52D56DFE9930A3EA23E22, ___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; } }; // OVRPlugin/Bool struct Bool_tA9671975FE200092CD67E4FDB41904E99D92EF96 { public: // System.Int32 OVRPlugin/Bool::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(Bool_tA9671975FE200092CD67E4FDB41904E99D92EF96, ___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; } }; // OVRPlugin/CameraStatus struct CameraStatus_tADE3E92AA069758135353096CA8CF35E70F31BED { public: // System.Int32 OVRPlugin/CameraStatus::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(CameraStatus_tADE3E92AA069758135353096CA8CF35E70F31BED, ___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; } }; // OVRPlugin/EventType struct EventType_t9927BD364F4D4D5210F5D3067C7B195E3E876F30 { public: // System.Int32 OVRPlugin/EventType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(EventType_t9927BD364F4D4D5210F5D3067C7B195E3E876F30, ___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; } }; // OVRPlugin/EyeTextureFormat struct EyeTextureFormat_tA6D50F360539FD57E20BCFB425C3E717E180A89E { public: // System.Int32 OVRPlugin/EyeTextureFormat::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(EyeTextureFormat_tA6D50F360539FD57E20BCFB425C3E717E180A89E, ___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; } }; // OVRPlugin/HandFingerPinch struct HandFingerPinch_t34ACF5B486E328BD7E2DBE8E74807ACA9FAF31CE { public: // System.Int32 OVRPlugin/HandFingerPinch::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(HandFingerPinch_t34ACF5B486E328BD7E2DBE8E74807ACA9FAF31CE, ___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; } }; // OVRPlugin/HandStatus struct HandStatus_t3CD43284B7DC75BB49345FE221FDB6046EFC9B65 { public: // System.Int32 OVRPlugin/HandStatus::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(HandStatus_t3CD43284B7DC75BB49345FE221FDB6046EFC9B65, ___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; } }; // OVRPlugin/InsightPassthroughColorMapType struct InsightPassthroughColorMapType_tFC50BE8F852456675505EC936C8389280143C042 { public: // System.Int32 OVRPlugin/InsightPassthroughColorMapType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(InsightPassthroughColorMapType_tFC50BE8F852456675505EC936C8389280143C042, ___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; } }; // OVRPlugin/LayerLayout struct LayerLayout_t69210A1A9CCEF0BA738C09450D8AA2C9460F40DE { public: // System.Int32 OVRPlugin/LayerLayout::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(LayerLayout_t69210A1A9CCEF0BA738C09450D8AA2C9460F40DE, ___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; } }; // OVRPlugin/Node struct Node_t8ED2C04E12CC3A00FCDF19DE898B6A02989D5D2F { public: // System.Int32 OVRPlugin/Node::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(Node_t8ED2C04E12CC3A00FCDF19DE898B6A02989D5D2F, ___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; } }; // OVRPlugin/OverlayShape struct OverlayShape_tF919BB207C80855BDF33A30CB464646F18826DB7 { public: // System.Int32 OVRPlugin/OverlayShape::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(OverlayShape_tF919BB207C80855BDF33A30CB464646F18826DB7, ___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; } }; // OVRPlugin/Posef struct Posef_tAB560ABDD92D837B4DF63F6FAEE32A1E1144B952 { public: // OVRPlugin/Quatf OVRPlugin/Posef::Orientation Quatf_t62062FC7CE72F55D499CA6BFF7EF122D2C6AF42D ___Orientation_0; // OVRPlugin/Vector3f OVRPlugin/Posef::Position Vector3f_tF74D3A692AC7064BFF4EBEC1E704723CA2905417 ___Position_1; public: inline static int32_t get_offset_of_Orientation_0() { return static_cast(offsetof(Posef_tAB560ABDD92D837B4DF63F6FAEE32A1E1144B952, ___Orientation_0)); } inline Quatf_t62062FC7CE72F55D499CA6BFF7EF122D2C6AF42D get_Orientation_0() const { return ___Orientation_0; } inline Quatf_t62062FC7CE72F55D499CA6BFF7EF122D2C6AF42D * get_address_of_Orientation_0() { return &___Orientation_0; } inline void set_Orientation_0(Quatf_t62062FC7CE72F55D499CA6BFF7EF122D2C6AF42D value) { ___Orientation_0 = value; } inline static int32_t get_offset_of_Position_1() { return static_cast(offsetof(Posef_tAB560ABDD92D837B4DF63F6FAEE32A1E1144B952, ___Position_1)); } inline Vector3f_tF74D3A692AC7064BFF4EBEC1E704723CA2905417 get_Position_1() const { return ___Position_1; } inline Vector3f_tF74D3A692AC7064BFF4EBEC1E704723CA2905417 * get_address_of_Position_1() { return &___Position_1; } inline void set_Position_1(Vector3f_tF74D3A692AC7064BFF4EBEC1E704723CA2905417 value) { ___Position_1 = value; } }; // OVRPlugin/Rectf struct Rectf_t2A1D0CD8A28CA6615FCCE4770967597CB38B30A3 { public: // OVRPlugin/Vector2f OVRPlugin/Rectf::Pos Vector2f_t1A3A349F1E6819E0FF7A685BC6FC4067846FD354 ___Pos_0; // OVRPlugin/Sizef OVRPlugin/Rectf::Size Sizef_t2ED899DE36514803EED2B3ADA0FF5BBA57281314 ___Size_1; public: inline static int32_t get_offset_of_Pos_0() { return static_cast(offsetof(Rectf_t2A1D0CD8A28CA6615FCCE4770967597CB38B30A3, ___Pos_0)); } inline Vector2f_t1A3A349F1E6819E0FF7A685BC6FC4067846FD354 get_Pos_0() const { return ___Pos_0; } inline Vector2f_t1A3A349F1E6819E0FF7A685BC6FC4067846FD354 * get_address_of_Pos_0() { return &___Pos_0; } inline void set_Pos_0(Vector2f_t1A3A349F1E6819E0FF7A685BC6FC4067846FD354 value) { ___Pos_0 = value; } inline static int32_t get_offset_of_Size_1() { return static_cast(offsetof(Rectf_t2A1D0CD8A28CA6615FCCE4770967597CB38B30A3, ___Size_1)); } inline Sizef_t2ED899DE36514803EED2B3ADA0FF5BBA57281314 get_Size_1() const { return ___Size_1; } inline Sizef_t2ED899DE36514803EED2B3ADA0FF5BBA57281314 * get_address_of_Size_1() { return &___Size_1; } inline void set_Size_1(Sizef_t2ED899DE36514803EED2B3ADA0FF5BBA57281314 value) { ___Size_1 = value; } }; // OVRPlugin/SkeletonType struct SkeletonType_tA6B9642BF519E11B92A7A71113FCB5D3412201AF { public: // System.Int32 OVRPlugin/SkeletonType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(SkeletonType_tA6B9642BF519E11B92A7A71113FCB5D3412201AF, ___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; } }; // OVRPlugin/Step struct Step_t88CFE881E61F7CEA95FDFBF0F0F0A5A88EE94D71 { public: // System.Int32 OVRPlugin/Step::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(Step_t88CFE881E61F7CEA95FDFBF0F0F0A5A88EE94D71, ___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; } }; // OVRPlugin/TextureRectMatrixf struct TextureRectMatrixf_tE62EB3A14C2C8F15AEC8B5E11EBC576CFD55BF9B { public: // UnityEngine.Rect OVRPlugin/TextureRectMatrixf::leftRect Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 ___leftRect_0; // UnityEngine.Rect OVRPlugin/TextureRectMatrixf::rightRect Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 ___rightRect_1; // UnityEngine.Vector4 OVRPlugin/TextureRectMatrixf::leftScaleBias Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 ___leftScaleBias_2; // UnityEngine.Vector4 OVRPlugin/TextureRectMatrixf::rightScaleBias Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 ___rightScaleBias_3; public: inline static int32_t get_offset_of_leftRect_0() { return static_cast(offsetof(TextureRectMatrixf_tE62EB3A14C2C8F15AEC8B5E11EBC576CFD55BF9B, ___leftRect_0)); } inline Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 get_leftRect_0() const { return ___leftRect_0; } inline Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 * get_address_of_leftRect_0() { return &___leftRect_0; } inline void set_leftRect_0(Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 value) { ___leftRect_0 = value; } inline static int32_t get_offset_of_rightRect_1() { return static_cast(offsetof(TextureRectMatrixf_tE62EB3A14C2C8F15AEC8B5E11EBC576CFD55BF9B, ___rightRect_1)); } inline Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 get_rightRect_1() const { return ___rightRect_1; } inline Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 * get_address_of_rightRect_1() { return &___rightRect_1; } inline void set_rightRect_1(Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 value) { ___rightRect_1 = value; } inline static int32_t get_offset_of_leftScaleBias_2() { return static_cast(offsetof(TextureRectMatrixf_tE62EB3A14C2C8F15AEC8B5E11EBC576CFD55BF9B, ___leftScaleBias_2)); } inline Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 get_leftScaleBias_2() const { return ___leftScaleBias_2; } inline Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 * get_address_of_leftScaleBias_2() { return &___leftScaleBias_2; } inline void set_leftScaleBias_2(Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 value) { ___leftScaleBias_2 = value; } inline static int32_t get_offset_of_rightScaleBias_3() { return static_cast(offsetof(TextureRectMatrixf_tE62EB3A14C2C8F15AEC8B5E11EBC576CFD55BF9B, ___rightScaleBias_3)); } inline Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 get_rightScaleBias_3() const { return ___rightScaleBias_3; } inline Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 * get_address_of_rightScaleBias_3() { return &___rightScaleBias_3; } inline void set_rightScaleBias_3(Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 value) { ___rightScaleBias_3 = value; } }; // OVRPlugin/TrackedKeyboardFlags struct TrackedKeyboardFlags_t4FBF1C4EFC6B7DE5E3DDB65199D70B5E288E44E8 { public: // System.Int32 OVRPlugin/TrackedKeyboardFlags::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(TrackedKeyboardFlags_t4FBF1C4EFC6B7DE5E3DDB65199D70B5E288E44E8, ___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; } }; // OVRPlugin/TrackedKeyboardPresentationStyles struct TrackedKeyboardPresentationStyles_t3EFAE5FEC8039DDD2589CF66DC9A06921B321CE1 { public: // System.Int32 OVRPlugin/TrackedKeyboardPresentationStyles::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(TrackedKeyboardPresentationStyles_t3EFAE5FEC8039DDD2589CF66DC9A06921B321CE1, ___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; } }; // OVRPlugin/TrackedKeyboardQueryFlags struct TrackedKeyboardQueryFlags_t0244C8DB5061E0226233EEAB146B431FA853BE84 { public: // System.Int32 OVRPlugin/TrackedKeyboardQueryFlags::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(TrackedKeyboardQueryFlags_t0244C8DB5061E0226233EEAB146B431FA853BE84, ___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; } }; // OVRPlugin/Tracker struct Tracker_tFCC6B9EB71412E5F059684859E92346C95978AA7 { public: // System.Int32 OVRPlugin/Tracker::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(Tracker_tFCC6B9EB71412E5F059684859E92346C95978AA7, ___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; } }; // OVRPlugin/TrackingConfidence struct TrackingConfidence_t33FDA3D2EA5B7D420BF70D7F0586ACBB4CDCF506 { public: // System.Int32 OVRPlugin/TrackingConfidence::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(TrackingConfidence_t33FDA3D2EA5B7D420BF70D7F0586ACBB4CDCF506, ___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; } }; // OVRSkeleton/BoneId struct BoneId_tDF329B86B125C570AD6B5D3B4D9060B62B5A2024 { public: // System.Int32 OVRSkeleton/BoneId::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(BoneId_tDF329B86B125C570AD6B5D3B4D9060B62B5A2024, ___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; } }; // OVRSkeleton/SkeletonType struct SkeletonType_tC89352585315EE6489FBE98C0DA06DC97233B231 { public: // System.Int32 OVRSkeleton/SkeletonType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(SkeletonType_tC89352585315EE6489FBE98C0DA06DC97233B231, ___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; } }; // OVRSkeletonRenderer/CapsuleVisualization struct CapsuleVisualization_t8D09C9F85028AD11633ABF87D6D8DAD26FC1DD28 : public RuntimeObject { public: // UnityEngine.GameObject OVRSkeletonRenderer/CapsuleVisualization::CapsuleGO GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___CapsuleGO_0; // OVRBoneCapsule OVRSkeletonRenderer/CapsuleVisualization::BoneCapsule OVRBoneCapsule_t24BA5715C1D8D002A82023305192CBF04B45CE9F * ___BoneCapsule_1; // UnityEngine.Vector3 OVRSkeletonRenderer/CapsuleVisualization::capsuleScale Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___capsuleScale_2; // UnityEngine.MeshRenderer OVRSkeletonRenderer/CapsuleVisualization::Renderer MeshRenderer_tCD983A2F635E12BCB0BAA2E635D96A318757908B * ___Renderer_3; // UnityEngine.Material OVRSkeletonRenderer/CapsuleVisualization::RenderMaterial Material_t8927C00353A72755313F046D0CE85178AE8218EE * ___RenderMaterial_4; // UnityEngine.Material OVRSkeletonRenderer/CapsuleVisualization::SystemGestureMaterial Material_t8927C00353A72755313F046D0CE85178AE8218EE * ___SystemGestureMaterial_5; public: inline static int32_t get_offset_of_CapsuleGO_0() { return static_cast(offsetof(CapsuleVisualization_t8D09C9F85028AD11633ABF87D6D8DAD26FC1DD28, ___CapsuleGO_0)); } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * get_CapsuleGO_0() const { return ___CapsuleGO_0; } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 ** get_address_of_CapsuleGO_0() { return &___CapsuleGO_0; } inline void set_CapsuleGO_0(GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * value) { ___CapsuleGO_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___CapsuleGO_0), (void*)value); } inline static int32_t get_offset_of_BoneCapsule_1() { return static_cast(offsetof(CapsuleVisualization_t8D09C9F85028AD11633ABF87D6D8DAD26FC1DD28, ___BoneCapsule_1)); } inline OVRBoneCapsule_t24BA5715C1D8D002A82023305192CBF04B45CE9F * get_BoneCapsule_1() const { return ___BoneCapsule_1; } inline OVRBoneCapsule_t24BA5715C1D8D002A82023305192CBF04B45CE9F ** get_address_of_BoneCapsule_1() { return &___BoneCapsule_1; } inline void set_BoneCapsule_1(OVRBoneCapsule_t24BA5715C1D8D002A82023305192CBF04B45CE9F * value) { ___BoneCapsule_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___BoneCapsule_1), (void*)value); } inline static int32_t get_offset_of_capsuleScale_2() { return static_cast(offsetof(CapsuleVisualization_t8D09C9F85028AD11633ABF87D6D8DAD26FC1DD28, ___capsuleScale_2)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_capsuleScale_2() const { return ___capsuleScale_2; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_capsuleScale_2() { return &___capsuleScale_2; } inline void set_capsuleScale_2(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___capsuleScale_2 = value; } inline static int32_t get_offset_of_Renderer_3() { return static_cast(offsetof(CapsuleVisualization_t8D09C9F85028AD11633ABF87D6D8DAD26FC1DD28, ___Renderer_3)); } inline MeshRenderer_tCD983A2F635E12BCB0BAA2E635D96A318757908B * get_Renderer_3() const { return ___Renderer_3; } inline MeshRenderer_tCD983A2F635E12BCB0BAA2E635D96A318757908B ** get_address_of_Renderer_3() { return &___Renderer_3; } inline void set_Renderer_3(MeshRenderer_tCD983A2F635E12BCB0BAA2E635D96A318757908B * value) { ___Renderer_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___Renderer_3), (void*)value); } inline static int32_t get_offset_of_RenderMaterial_4() { return static_cast(offsetof(CapsuleVisualization_t8D09C9F85028AD11633ABF87D6D8DAD26FC1DD28, ___RenderMaterial_4)); } inline Material_t8927C00353A72755313F046D0CE85178AE8218EE * get_RenderMaterial_4() const { return ___RenderMaterial_4; } inline Material_t8927C00353A72755313F046D0CE85178AE8218EE ** get_address_of_RenderMaterial_4() { return &___RenderMaterial_4; } inline void set_RenderMaterial_4(Material_t8927C00353A72755313F046D0CE85178AE8218EE * value) { ___RenderMaterial_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___RenderMaterial_4), (void*)value); } inline static int32_t get_offset_of_SystemGestureMaterial_5() { return static_cast(offsetof(CapsuleVisualization_t8D09C9F85028AD11633ABF87D6D8DAD26FC1DD28, ___SystemGestureMaterial_5)); } inline Material_t8927C00353A72755313F046D0CE85178AE8218EE * get_SystemGestureMaterial_5() const { return ___SystemGestureMaterial_5; } inline Material_t8927C00353A72755313F046D0CE85178AE8218EE ** get_address_of_SystemGestureMaterial_5() { return &___SystemGestureMaterial_5; } inline void set_SystemGestureMaterial_5(Material_t8927C00353A72755313F046D0CE85178AE8218EE * value) { ___SystemGestureMaterial_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___SystemGestureMaterial_5), (void*)value); } }; // OVRSkeletonRenderer/ConfidenceBehavior struct ConfidenceBehavior_t42DAED3C823404D693B9675FCF62FC6349F54003 { public: // System.Int32 OVRSkeletonRenderer/ConfidenceBehavior::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(ConfidenceBehavior_t42DAED3C823404D693B9675FCF62FC6349F54003, ___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; } }; // OVRSkeletonRenderer/SystemGestureBehavior struct SystemGestureBehavior_tC9A074A5513D2163C0C17D39D32506F258F60631 { public: // System.Int32 OVRSkeletonRenderer/SystemGestureBehavior::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(SystemGestureBehavior_tC9A074A5513D2163C0C17D39D32506F258F60631, ___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; } }; // OVRTrackedKeyboard/KeyboardPresentation struct KeyboardPresentation_t127656AB30AB6224E0C904B627879E2CD7A54C91 { public: // System.Int32 OVRTrackedKeyboard/KeyboardPresentation::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(KeyboardPresentation_t127656AB30AB6224E0C904B627879E2CD7A54C91, ___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; } }; // OVRTrackedKeyboard/TrackedKeyboardState struct TrackedKeyboardState_tD8E7B38631BB2281DEB6205D372963C5C7C05FC0 { public: // System.Int32 OVRTrackedKeyboard/TrackedKeyboardState::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(TrackedKeyboardState_tD8E7B38631BB2281DEB6205D372963C5C7C05FC0, ___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; } }; // OVRTracker/Frustum struct Frustum_tED8678FD88C453FDA994D2EC8920C45E9C5C7A6A { public: // System.Single OVRTracker/Frustum::nearZ float ___nearZ_0; // System.Single OVRTracker/Frustum::farZ float ___farZ_1; // UnityEngine.Vector2 OVRTracker/Frustum::fov Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___fov_2; public: inline static int32_t get_offset_of_nearZ_0() { return static_cast(offsetof(Frustum_tED8678FD88C453FDA994D2EC8920C45E9C5C7A6A, ___nearZ_0)); } inline float get_nearZ_0() const { return ___nearZ_0; } inline float* get_address_of_nearZ_0() { return &___nearZ_0; } inline void set_nearZ_0(float value) { ___nearZ_0 = value; } inline static int32_t get_offset_of_farZ_1() { return static_cast(offsetof(Frustum_tED8678FD88C453FDA994D2EC8920C45E9C5C7A6A, ___farZ_1)); } inline float get_farZ_1() const { return ___farZ_1; } inline float* get_address_of_farZ_1() { return &___farZ_1; } inline void set_farZ_1(float value) { ___farZ_1 = value; } inline static int32_t get_offset_of_fov_2() { return static_cast(offsetof(Frustum_tED8678FD88C453FDA994D2EC8920C45E9C5C7A6A, ___fov_2)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_fov_2() const { return ___fov_2; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_fov_2() { return &___fov_2; } inline void set_fov_2(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___fov_2 = value; } }; // OVRVignette/FalloffType struct FalloffType_t0A35551219059D41C5F00D60D8460832080B2296 { public: // System.Int32 OVRVignette/FalloffType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(FalloffType_t0A35551219059D41C5F00D60D8460832080B2296, ___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; } }; // OVRVignette/MeshComplexityLevel struct MeshComplexityLevel_tF4020E41F00340CDE62BED91D45F623623C7601C { public: // System.Int32 OVRVignette/MeshComplexityLevel::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(MeshComplexityLevel_tF4020E41F00340CDE62BED91D45F623623C7601C, ___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.EventSystems.PointerEventData/InputButton struct InputButton_tA5409FE587ADC841D2BF80835D04074A89C59A9D { public: // System.Int32 UnityEngine.EventSystems.PointerEventData/InputButton::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(InputButton_tA5409FE587ADC841D2BF80835D04074A89C59A9D, ___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.UI.Selectable/Transition struct Transition_t1FC449676815A798E758D32E8BE6DC0A2511DF14 { public: // System.Int32 UnityEngine.UI.Selectable/Transition::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(Transition_t1FC449676815A798E758D32E8BE6DC0A2511DF14, ___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.UI.Toggle/ToggleTransition struct ToggleTransition_t4D1AA30F2BA24242EB9D1DD2E3DF839F0BAC5167 { public: // System.Int32 UnityEngine.UI.Toggle/ToggleTransition::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(ToggleTransition_t4D1AA30F2BA24242EB9D1DD2E3DF839F0BAC5167, ___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.Nullable`1 struct Nullable_1_t0D44C8BD0F0F2D4000ADAC7E42C9E867E71F5DAB { public: // T System.Nullable`1::value OVRPose_t1790A96D5053B6003D0F1B82F55619B648D2A613 ___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_t0D44C8BD0F0F2D4000ADAC7E42C9E867E71F5DAB, ___value_0)); } inline OVRPose_t1790A96D5053B6003D0F1B82F55619B648D2A613 get_value_0() const { return ___value_0; } inline OVRPose_t1790A96D5053B6003D0F1B82F55619B648D2A613 * get_address_of_value_0() { return &___value_0; } inline void set_value_0(OVRPose_t1790A96D5053B6003D0F1B82F55619B648D2A613 value) { ___value_0 = value; } inline static int32_t get_offset_of_has_value_1() { return static_cast(offsetof(Nullable_1_t0D44C8BD0F0F2D4000ADAC7E42C9E867E71F5DAB, ___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.AssetBundle struct AssetBundle_t4D34D7FDF0F230DC641DC1FCFA2C0E7E9E628FA4 : public Object_tF2F3778131EFF286AF62B7B013A170F95A91571A { public: public: }; // UnityEngine.Component struct Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 : public Object_tF2F3778131EFF286AF62B7B013A170F95A91571A { public: public: }; // UnityEngine.GameObject struct GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 : public Object_tF2F3778131EFF286AF62B7B013A170F95A91571A { public: public: }; // UnityEngine.Material struct Material_t8927C00353A72755313F046D0CE85178AE8218EE : public Object_tF2F3778131EFF286AF62B7B013A170F95A91571A { public: public: }; // UnityEngine.Mesh struct Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 : public Object_tF2F3778131EFF286AF62B7B013A170F95A91571A { public: public: }; // 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; }; // UnityEngine.UI.Navigation struct Navigation_t1CF0FFB22C0357CD64714FB7A40A275F899D363A { public: // UnityEngine.UI.Navigation/Mode UnityEngine.UI.Navigation::m_Mode int32_t ___m_Mode_0; // System.Boolean UnityEngine.UI.Navigation::m_WrapAround bool ___m_WrapAround_1; // UnityEngine.UI.Selectable UnityEngine.UI.Navigation::m_SelectOnUp Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD * ___m_SelectOnUp_2; // UnityEngine.UI.Selectable UnityEngine.UI.Navigation::m_SelectOnDown Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD * ___m_SelectOnDown_3; // UnityEngine.UI.Selectable UnityEngine.UI.Navigation::m_SelectOnLeft Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD * ___m_SelectOnLeft_4; // UnityEngine.UI.Selectable UnityEngine.UI.Navigation::m_SelectOnRight Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD * ___m_SelectOnRight_5; public: inline static int32_t get_offset_of_m_Mode_0() { return static_cast(offsetof(Navigation_t1CF0FFB22C0357CD64714FB7A40A275F899D363A, ___m_Mode_0)); } inline int32_t get_m_Mode_0() const { return ___m_Mode_0; } inline int32_t* get_address_of_m_Mode_0() { return &___m_Mode_0; } inline void set_m_Mode_0(int32_t value) { ___m_Mode_0 = value; } inline static int32_t get_offset_of_m_WrapAround_1() { return static_cast(offsetof(Navigation_t1CF0FFB22C0357CD64714FB7A40A275F899D363A, ___m_WrapAround_1)); } inline bool get_m_WrapAround_1() const { return ___m_WrapAround_1; } inline bool* get_address_of_m_WrapAround_1() { return &___m_WrapAround_1; } inline void set_m_WrapAround_1(bool value) { ___m_WrapAround_1 = value; } inline static int32_t get_offset_of_m_SelectOnUp_2() { return static_cast(offsetof(Navigation_t1CF0FFB22C0357CD64714FB7A40A275F899D363A, ___m_SelectOnUp_2)); } inline Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD * get_m_SelectOnUp_2() const { return ___m_SelectOnUp_2; } inline Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD ** get_address_of_m_SelectOnUp_2() { return &___m_SelectOnUp_2; } inline void set_m_SelectOnUp_2(Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD * value) { ___m_SelectOnUp_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_SelectOnUp_2), (void*)value); } inline static int32_t get_offset_of_m_SelectOnDown_3() { return static_cast(offsetof(Navigation_t1CF0FFB22C0357CD64714FB7A40A275F899D363A, ___m_SelectOnDown_3)); } inline Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD * get_m_SelectOnDown_3() const { return ___m_SelectOnDown_3; } inline Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD ** get_address_of_m_SelectOnDown_3() { return &___m_SelectOnDown_3; } inline void set_m_SelectOnDown_3(Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD * value) { ___m_SelectOnDown_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_SelectOnDown_3), (void*)value); } inline static int32_t get_offset_of_m_SelectOnLeft_4() { return static_cast(offsetof(Navigation_t1CF0FFB22C0357CD64714FB7A40A275F899D363A, ___m_SelectOnLeft_4)); } inline Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD * get_m_SelectOnLeft_4() const { return ___m_SelectOnLeft_4; } inline Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD ** get_address_of_m_SelectOnLeft_4() { return &___m_SelectOnLeft_4; } inline void set_m_SelectOnLeft_4(Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD * value) { ___m_SelectOnLeft_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_SelectOnLeft_4), (void*)value); } inline static int32_t get_offset_of_m_SelectOnRight_5() { return static_cast(offsetof(Navigation_t1CF0FFB22C0357CD64714FB7A40A275F899D363A, ___m_SelectOnRight_5)); } inline Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD * get_m_SelectOnRight_5() const { return ___m_SelectOnRight_5; } inline Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD ** get_address_of_m_SelectOnRight_5() { return &___m_SelectOnRight_5; } inline void set_m_SelectOnRight_5(Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD * value) { ___m_SelectOnRight_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_SelectOnRight_5), (void*)value); } }; // Native definition for P/Invoke marshalling of UnityEngine.UI.Navigation struct Navigation_t1CF0FFB22C0357CD64714FB7A40A275F899D363A_marshaled_pinvoke { int32_t ___m_Mode_0; int32_t ___m_WrapAround_1; Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD * ___m_SelectOnUp_2; Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD * ___m_SelectOnDown_3; Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD * ___m_SelectOnLeft_4; Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD * ___m_SelectOnRight_5; }; // Native definition for COM marshalling of UnityEngine.UI.Navigation struct Navigation_t1CF0FFB22C0357CD64714FB7A40A275F899D363A_marshaled_com { int32_t ___m_Mode_0; int32_t ___m_WrapAround_1; Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD * ___m_SelectOnUp_2; Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD * ___m_SelectOnDown_3; Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD * ___m_SelectOnLeft_4; Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD * ___m_SelectOnRight_5; }; // OVRBone struct OVRBone_tF9C031559703607035E455CE642549C722BBF081 : public RuntimeObject { public: // OVRSkeleton/BoneId OVRBone::k__BackingField int32_t ___U3CIdU3Ek__BackingField_0; // System.Int16 OVRBone::k__BackingField int16_t ___U3CParentBoneIndexU3Ek__BackingField_1; // UnityEngine.Transform OVRBone::k__BackingField Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___U3CTransformU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CIdU3Ek__BackingField_0() { return static_cast(offsetof(OVRBone_tF9C031559703607035E455CE642549C722BBF081, ___U3CIdU3Ek__BackingField_0)); } inline int32_t get_U3CIdU3Ek__BackingField_0() const { return ___U3CIdU3Ek__BackingField_0; } inline int32_t* get_address_of_U3CIdU3Ek__BackingField_0() { return &___U3CIdU3Ek__BackingField_0; } inline void set_U3CIdU3Ek__BackingField_0(int32_t value) { ___U3CIdU3Ek__BackingField_0 = value; } inline static int32_t get_offset_of_U3CParentBoneIndexU3Ek__BackingField_1() { return static_cast(offsetof(OVRBone_tF9C031559703607035E455CE642549C722BBF081, ___U3CParentBoneIndexU3Ek__BackingField_1)); } inline int16_t get_U3CParentBoneIndexU3Ek__BackingField_1() const { return ___U3CParentBoneIndexU3Ek__BackingField_1; } inline int16_t* get_address_of_U3CParentBoneIndexU3Ek__BackingField_1() { return &___U3CParentBoneIndexU3Ek__BackingField_1; } inline void set_U3CParentBoneIndexU3Ek__BackingField_1(int16_t value) { ___U3CParentBoneIndexU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CTransformU3Ek__BackingField_2() { return static_cast(offsetof(OVRBone_tF9C031559703607035E455CE642549C722BBF081, ___U3CTransformU3Ek__BackingField_2)); } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * get_U3CTransformU3Ek__BackingField_2() const { return ___U3CTransformU3Ek__BackingField_2; } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 ** get_address_of_U3CTransformU3Ek__BackingField_2() { return &___U3CTransformU3Ek__BackingField_2; } inline void set_U3CTransformU3Ek__BackingField_2(Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * value) { ___U3CTransformU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CTransformU3Ek__BackingField_2), (void*)value); } }; // OVRTextureData struct OVRTextureData_t4B64590E2D026B72000F7C1F7E1552B5C70C80C6 { public: // System.Byte[] OVRTextureData::data ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___data_0; // System.Int32 OVRTextureData::width int32_t ___width_1; // System.Int32 OVRTextureData::height int32_t ___height_2; // OVRTextureFormat OVRTextureData::format int32_t ___format_3; // UnityEngine.TextureFormat OVRTextureData::transcodedFormat int32_t ___transcodedFormat_4; public: inline static int32_t get_offset_of_data_0() { return static_cast(offsetof(OVRTextureData_t4B64590E2D026B72000F7C1F7E1552B5C70C80C6, ___data_0)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_data_0() const { return ___data_0; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_data_0() { return &___data_0; } inline void set_data_0(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___data_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___data_0), (void*)value); } inline static int32_t get_offset_of_width_1() { return static_cast(offsetof(OVRTextureData_t4B64590E2D026B72000F7C1F7E1552B5C70C80C6, ___width_1)); } inline int32_t get_width_1() const { return ___width_1; } inline int32_t* get_address_of_width_1() { return &___width_1; } inline void set_width_1(int32_t value) { ___width_1 = value; } inline static int32_t get_offset_of_height_2() { return static_cast(offsetof(OVRTextureData_t4B64590E2D026B72000F7C1F7E1552B5C70C80C6, ___height_2)); } inline int32_t get_height_2() const { return ___height_2; } inline int32_t* get_address_of_height_2() { return &___height_2; } inline void set_height_2(int32_t value) { ___height_2 = value; } inline static int32_t get_offset_of_format_3() { return static_cast(offsetof(OVRTextureData_t4B64590E2D026B72000F7C1F7E1552B5C70C80C6, ___format_3)); } inline int32_t get_format_3() const { return ___format_3; } inline int32_t* get_address_of_format_3() { return &___format_3; } inline void set_format_3(int32_t value) { ___format_3 = value; } inline static int32_t get_offset_of_transcodedFormat_4() { return static_cast(offsetof(OVRTextureData_t4B64590E2D026B72000F7C1F7E1552B5C70C80C6, ___transcodedFormat_4)); } inline int32_t get_transcodedFormat_4() const { return ___transcodedFormat_4; } inline int32_t* get_address_of_transcodedFormat_4() { return &___transcodedFormat_4; } inline void set_transcodedFormat_4(int32_t value) { ___transcodedFormat_4 = value; } }; // Native definition for P/Invoke marshalling of OVRTextureData struct OVRTextureData_t4B64590E2D026B72000F7C1F7E1552B5C70C80C6_marshaled_pinvoke { Il2CppSafeArray/*NONE*/* ___data_0; int32_t ___width_1; int32_t ___height_2; int32_t ___format_3; int32_t ___transcodedFormat_4; }; // Native definition for COM marshalling of OVRTextureData struct OVRTextureData_t4B64590E2D026B72000F7C1F7E1552B5C70C80C6_marshaled_com { Il2CppSafeArray/*NONE*/* ___data_0; int32_t ___width_1; int32_t ___height_2; int32_t ___format_3; int32_t ___transcodedFormat_4; }; // UnityEngine.EventSystems.PointerEventData struct PointerEventData_tC6C1BEE9D4C8755A31DA7FC0C9A1F28A36456954 : public BaseEventData_t722C48843CF21B50E06CC0E2E679415E38A7444E { public: // UnityEngine.GameObject UnityEngine.EventSystems.PointerEventData::k__BackingField GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___U3CpointerEnterU3Ek__BackingField_2; // UnityEngine.GameObject UnityEngine.EventSystems.PointerEventData::m_PointerPress GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___m_PointerPress_3; // UnityEngine.GameObject UnityEngine.EventSystems.PointerEventData::k__BackingField GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___U3ClastPressU3Ek__BackingField_4; // UnityEngine.GameObject UnityEngine.EventSystems.PointerEventData::k__BackingField GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___U3CrawPointerPressU3Ek__BackingField_5; // UnityEngine.GameObject UnityEngine.EventSystems.PointerEventData::k__BackingField GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___U3CpointerDragU3Ek__BackingField_6; // UnityEngine.GameObject UnityEngine.EventSystems.PointerEventData::k__BackingField GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___U3CpointerClickU3Ek__BackingField_7; // UnityEngine.EventSystems.RaycastResult UnityEngine.EventSystems.PointerEventData::k__BackingField RaycastResult_t9EFDE24B29650BD6DC8A49D954A3769E17146BCE ___U3CpointerCurrentRaycastU3Ek__BackingField_8; // UnityEngine.EventSystems.RaycastResult UnityEngine.EventSystems.PointerEventData::k__BackingField RaycastResult_t9EFDE24B29650BD6DC8A49D954A3769E17146BCE ___U3CpointerPressRaycastU3Ek__BackingField_9; // System.Collections.Generic.List`1 UnityEngine.EventSystems.PointerEventData::hovered List_1_t6D0A10F47F3440798295D2FFFC6D016477AF38E5 * ___hovered_10; // System.Boolean UnityEngine.EventSystems.PointerEventData::k__BackingField bool ___U3CeligibleForClickU3Ek__BackingField_11; // System.Int32 UnityEngine.EventSystems.PointerEventData::k__BackingField int32_t ___U3CpointerIdU3Ek__BackingField_12; // UnityEngine.Vector2 UnityEngine.EventSystems.PointerEventData::k__BackingField Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___U3CpositionU3Ek__BackingField_13; // UnityEngine.Vector2 UnityEngine.EventSystems.PointerEventData::k__BackingField Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___U3CdeltaU3Ek__BackingField_14; // UnityEngine.Vector2 UnityEngine.EventSystems.PointerEventData::k__BackingField Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___U3CpressPositionU3Ek__BackingField_15; // UnityEngine.Vector3 UnityEngine.EventSystems.PointerEventData::k__BackingField Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___U3CworldPositionU3Ek__BackingField_16; // UnityEngine.Vector3 UnityEngine.EventSystems.PointerEventData::k__BackingField Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___U3CworldNormalU3Ek__BackingField_17; // System.Single UnityEngine.EventSystems.PointerEventData::k__BackingField float ___U3CclickTimeU3Ek__BackingField_18; // System.Int32 UnityEngine.EventSystems.PointerEventData::k__BackingField int32_t ___U3CclickCountU3Ek__BackingField_19; // UnityEngine.Vector2 UnityEngine.EventSystems.PointerEventData::k__BackingField Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___U3CscrollDeltaU3Ek__BackingField_20; // System.Boolean UnityEngine.EventSystems.PointerEventData::k__BackingField bool ___U3CuseDragThresholdU3Ek__BackingField_21; // System.Boolean UnityEngine.EventSystems.PointerEventData::k__BackingField bool ___U3CdraggingU3Ek__BackingField_22; // UnityEngine.EventSystems.PointerEventData/InputButton UnityEngine.EventSystems.PointerEventData::