#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 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 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 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 VirtActionInvoker3 { typedef void (*Action)(void*, T1, T2, T3, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method); } }; template struct 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 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 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); } }; // System.Action`1 struct Action_1_tCE2D770918A65CAD277C08C4E8C05385EA267E83; // System.Action`1 struct Action_1_t75B6371B869E36A42B0DFFC8D8B2630F1D659A6C; // System.Action`1 struct Action_1_t6A8185B84663FAD87D88ACA618FB6E60131C81F1; // System.Action`2 struct Action_2_tBA82D2430D3596594262E1ACAD640A8EEB5DB2F2; // System.Action`3 struct Action_3_t1898E42A573C06F569B73238FC1A38625F7D9021; // System.Action`3 struct Action_3_t3758EBDA081B24412ED63A3941C20EBC3E5CFCB0; // System.Action`3 struct Action_3_tD5ECA7AE6E3EF9590AAF4662E4720FA50255C769; // System.Action`4 struct Action_4_t1BA66F5E129D88650A26C79D031B002810C39112; // System.Action`4 struct Action_4_t0B9EF883AC063A1E200FE9EB95FC8C272CB243D8; // System.Action`4 struct Action_4_t4AFCF10829CED03ABD64C96EE0BF1ADCBC31F708; // System.Action`4 struct Action_4_t9E12995424CAFA0450021E48FF6FE4ABF2A895EE; // System.Action`4 struct Action_4_tC40012D9691E5DE5C97D2E1EF4FE6A87C8C0FC3E; // System.Comparison`1 struct Comparison_1_t56DA2BF5E200CD0955B14F85C5669DD0B3F17E15; // System.Comparison`1 struct Comparison_1_tB56E8E7C2BF431D44E8EBD15EA3E6F41AAFF03D2; // System.Comparison`1 struct Comparison_1_t47C8B3739FFDD51D29B281A2FD2C36A57DDF9E38; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t39026A5DD820BD9D56E31AE040F65A46CC96DC43; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tE1E5B6327FFA2C7AE34A69E0011815C914771C2F; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t52ECB6047A9EDAD198D0CC53F331CDEAAA83BED8; // UnityEngine.EventSystems.ExecuteEvents/EventFunction`1 struct EventFunction_1_t2090386F6F1AD36902CC49C47D33DBC66C60B100; // UnityEngine.EventSystems.ExecuteEvents/EventFunction`1 struct EventFunction_1_t62770D319A98A721900E1C08EC156D59926CDC42; // UnityEngine.EventSystems.ExecuteEvents/EventFunction`1 struct EventFunction_1_tC96EF7224041A1435F414F0A974F5E415FFCC528; // UnityEngine.EventSystems.ExecuteEvents/EventFunction`1 struct EventFunction_1_t092EF97BABC8AD77EFF4A451CB7124FD24E1E10E; // UnityEngine.EventSystems.ExecuteEvents/EventFunction`1 struct EventFunction_1_t5660F2E7C674760C0F595E987D232818F4E0AA0A; // UnityEngine.EventSystems.ExecuteEvents/EventFunction`1 struct EventFunction_1_tEAD99CB0B6FC23ECDE82646A3710D24E183A26C5; // UnityEngine.EventSystems.ExecuteEvents/EventFunction`1 struct EventFunction_1_t2890FC9B45E7B56EDFEC06B764D49D1EDB7E4ADA; // UnityEngine.EventSystems.ExecuteEvents/EventFunction`1 struct EventFunction_1_t5BDB9EBC3BFFC71A97904CD3E01ED89BEBEE00AD; // UnityEngine.EventSystems.ExecuteEvents/EventFunction`1 struct EventFunction_1_t4870461507D94C55EB84820C99AC6C495DCE4A53; // UnityEngine.EventSystems.ExecuteEvents/EventFunction`1 struct EventFunction_1_t613569DE3BDA144DA5A8D56AFFCA0A1F03DCD96C; // UnityEngine.EventSystems.ExecuteEvents/EventFunction`1 struct EventFunction_1_tBAE9A2CDB8174D2A78A46C57B54E9D86245D3BC8; // UnityEngine.EventSystems.ExecuteEvents/EventFunction`1 struct EventFunction_1_t9E4CEC2DA9A249AE1B4E40E3D2B396741E347F60; // UnityEngine.EventSystems.ExecuteEvents/EventFunction`1 struct EventFunction_1_t7FBE64714A4E50EF106796C42BB2493D33F6C7CA; // UnityEngine.EventSystems.ExecuteEvents/EventFunction`1 struct EventFunction_1_tA4599B6CC5BFC12FBD61E3E846515E4DEBA873EF; // UnityEngine.EventSystems.ExecuteEvents/EventFunction`1 struct EventFunction_1_tF2F90BDFC6B14457DE9485B3A5C065C31BE80AD0; // UnityEngine.EventSystems.ExecuteEvents/EventFunction`1 struct EventFunction_1_tD45A9BFBDD99A872DA88945877EBDFD3542C9E23; // UnityEngine.EventSystems.ExecuteEvents/EventFunction`1 struct EventFunction_1_tB6C6DD6D13924F282523CD3468E286DA3742C74C; // UnityEngine.EventSystems.ExecuteEvents/EventFunction`1 struct EventFunction_1_t10AC44967751F27B2BFC1CDA880B1466D87483F1; // System.Func`2 struct Func_2_tE11BDF71BCB314E58F1A9CFC9DAE08A5F717E2A0; // System.Func`2 struct Func_2_t557464437C03A4FBA07635260F8075F8249A7CB8; // System.Collections.Generic.IEnumerable`1 struct IEnumerable_1_t1CEFC4032D36100FE58999A10DFB02F5139BC4AF; // System.Collections.Generic.IEnumerable`1 struct IEnumerable_1_t52B1AC8D9E5E1ED28DF6C46A37C9A1B00B394F9D; // System.Collections.Generic.IEnumerable`1 struct IEnumerable_1_t673DFF64E51C18A8B1287F4BD988966CE3B15A45; // System.Collections.Generic.IEnumerable`1 struct IEnumerable_1_tBD60400523D840591A17E4CBBACC79397F68FAA2; // System.Collections.Generic.IEqualityComparer`1 struct IEqualityComparer_1_t62010156673DE1460AB1D1CEBE5DCD48665E1A38; // System.Collections.Generic.IList`1 struct IList_1_t8D7A00864A4D391797D30043CF012669774274C1; // System.Collections.Generic.IList`1 struct IList_1_t9902F972AFF069803DF269EF8B09079D59FB39DC; // System.Collections.Generic.Dictionary`2/KeyCollection struct KeyCollection_t460B17D76DACB1737E7FD0EA9F96051911A3E925; // System.Collections.Generic.Dictionary`2/KeyCollection struct KeyCollection_tD2C5F600E93DE7B92ABF7BC7E8A932E27D940212; // System.Collections.Generic.List`1 struct List_1_t39946D94B66FAE9B0DED5D3A84AD116AF9DDDCC1; // System.Collections.Generic.List`1 struct List_1_t653022B4EDCE73F282430E1A396635798D309409; // System.Collections.Generic.List`1 struct List_1_tEF3D2378B547F18609950BEABF54AF34FBBC9733; // System.Collections.Generic.List`1 struct List_1_t6D0A10F47F3440798295D2FFFC6D016477AF38E5; // System.Collections.Generic.List`1 struct List_1_t2B519B7CD269238D4C71A96E4B005CF88488FACA; // 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_t367B604D3EA3D6A9EC95A32A521EF83F5DA9B447; // System.Collections.Generic.List`1 struct List_1_t6726F9309570A0BDC5D42E10777F3E2931C487AA; // System.Collections.Generic.List`1 struct List_1_t27D7842CA3FD659C9BE64845F118C2590EE2D2C0; // System.Collections.Generic.List`1 struct List_1_t1F1C2C7D92FB6DF4FCD88B0AB0919AEAB3B45F6B; // System.Collections.Generic.List`1 struct List_1_t577D28CFF6DFE3F6A8D4409F7A21CBF513C04181; // 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_t82E4873F3D4F1E8645F8EAD444668DC81AB70671; // System.Collections.Generic.List`1 struct List_1_tE7A3E65EF4EFEB8E88A946737890AE19BB382B79; // System.Collections.Generic.List`1 struct List_1_tAFE5FB6C0748B3F09995DFECDDE3799D9E0AF5C9; // System.Collections.Generic.List`1 struct List_1_t75FFBEBE24171F12D0459DE4BA90E0FD3E22A60E; // UnityEngine.UI.ObjectPool`1> struct ObjectPool_1_t7DE371FC4173D0882831B9DD0945CA448A3BAB31; // System.Collections.Generic.Dictionary`2/ValueCollection struct ValueCollection_t5DD3CEF47A7923077F33761F86BC54BA89428B41; // System.Collections.Generic.Dictionary`2/ValueCollection struct ValueCollection_tBBFF5FCCEA64DACDC4DFAB67787E57F5B92377EF; // System.Collections.Generic.Dictionary`2/ValueCollection struct ValueCollection_t28C5EADCF5205986726B544E972D81491CD308DA; // System.WeakReference`1 struct WeakReference_1_t31103BF0AB213236F697B644B27B7480DEF79D5E; // System.WeakReference`1 struct WeakReference_1_t223E87F227F99044D112FF1E7FC7DA135365CB76; // System.Collections.Generic.Dictionary`2/Entry[] struct EntryU5BU5D_t4761A225FC9D67632D23B0A512C71ABA9B850F3E; // System.Collections.Generic.Dictionary`2/Entry[] struct EntryU5BU5D_t3D89719784232B784AF24BDF458050EC3BF780AF; // UnityEngine.BoneWeight[] struct BoneWeightU5BU5D_t6EEE411D372C3427740E79D379E0DA8E9E1A5DB2; // System.Byte[] struct ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726; // UnityEngine.Camera[] struct CameraU5BU5D_tAF84B9EC9AF40F1B6294BCEBA82A1AD123A9D001; // System.Char[] struct CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34; // System.Delegate[] struct DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8; // UnityEngine.GameObject[] struct GameObjectU5BU5D_tA88FC1A1FC9D4D73D0B3984D4B0ECE88F4C47642; // System.Int16[] struct Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD; // System.Int32[] struct Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32; // System.IntPtr[] struct IntPtrU5BU5D_t27FC72B0409D75AAF33EC42498E8094E95FEE9A6; // UnityEngine.KeyCode[] struct KeyCodeU5BU5D_tB562CB75382DB3189A19A242436813151A742871; // UnityEngine.Matrix4x4[] struct Matrix4x4U5BU5D_tE53F71E9C9110DD439281A6AB8B699F9F85D8F82; // OVROverlay[] struct OVROverlayU5BU5D_t47CED282C83A22FEF097666B7182AB0538A6B2D0; // System.Object[] struct ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE; // UnityEngine.EventSystems.RaycastResult[] struct RaycastResultU5BU5D_t55B9DF597EFA3BE063604C0950E370D850283B9D; // System.Single[] struct SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA; // System.Diagnostics.StackTrace[] struct StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971; // System.String[] struct StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A; // UnityEngine.Texture[] struct TextureU5BU5D_t9DBF348F22539052ACB9387E8BB14A3AF2701150; // UnityEngine.Transform[] struct TransformU5BU5D_t7821C0520CC567C0A069329C01AE9C058C7E3F1D; // System.Type[] struct TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755; // UnityEngine.Vector2[] struct Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA; // UnityEngine.Vector3[] struct Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4; // UnityEngine.XR.XRDisplaySubsystem[] struct XRDisplaySubsystemU5BU5D_t1AAACA8133FC3A4AC90AE6EFE46DDD932D75C344; // UnityEngine.XR.XRDisplaySubsystemDescriptor[] struct XRDisplaySubsystemDescriptorU5BU5D_t2B7F94D4BC73B08C2CC5987F93F3E1122D2BF642; // UnityEngine.XR.XRInputSubsystem[] struct XRInputSubsystemU5BU5D_t72CE9C0EC58BC2745AF5405880ECA64FA2E4C02C; // UnityEngine.XR.XRNodeState[] struct XRNodeStateU5BU5D_t6769DE0817BC77C129F02AE6C53CF9DCF954CCF5; // OVRDisplay/EyeRenderDesc[] struct EyeRenderDescU5BU5D_t2DFDC02BF83A13DE61FB8E7F8A46DD3AF2D0EACF; // OVRInput/HapticInfo[] struct HapticInfoU5BU5D_t211B0C9EE0EA90574B4037CCF26B3B52375D8751; // OVRInput/OVRControllerBase[] struct OVRControllerBaseU5BU5D_t72B6FBC2F65F9CD9878726C327B8B846F839F3C0; // OVRInput/OpenVRControllerDetails[] struct OpenVRControllerDetailsU5BU5D_t75E74318822478AF5AE59EFF5D1A98263EEF57A8; // OVROverlay/LayerTexture[] struct LayerTextureU5BU5D_tD59724CCA852586FDC68CC76E1DE5B180B68B8CE; // OVRPlugin/Bone[] struct BoneU5BU5D_t1288E05740DDAC86F76F4CD2019C35A17E72C981; // OVRPlugin/BoneCapsule[] struct BoneCapsuleU5BU5D_tB4D9AC5CF59206C13FBD0A3725C45C1F6EBCE295; // OVRPlugin/Fovf[] struct FovfU5BU5D_tC75D0D986097FBCE693015FB2BF11B3D16CDE30D; // OVRPlugin/Rectf[] struct RectfU5BU5D_t64805D8B186B1FC8FEA942B8FFA908421F80F72F; // OVRPlugin/SpatialEntityQueryResult[] struct SpatialEntityQueryResultU5BU5D_t3650EBC2A3C98F38524D3750022258F2C2502239; // OVRPlugin/Vector2f[] struct Vector2fU5BU5D_tDFE631EB0CA3AD9641ACB54877BE5021D4503D81; // OVRPlugin/Vector3f[] struct Vector3fU5BU5D_tF46AAFD7783CD588B90BD2005671A9CB63F305F1; // OVRPlugin/Vector4f[] struct Vector4fU5BU5D_t878402FA8B2D0257AABBD8FAC22B10791B6E8EC4; // OVRPlugin/Vector4s[] struct Vector4sU5BU5D_t0843A693C8D2BBD9A66BA8F3EBF4773C2ECE39C4; // System.Action struct Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6; // System.AsyncCallback struct AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA; // UnityEngine.EventSystems.AxisEventData struct AxisEventData_t5F2EE83206BFD1BC59087D1C9CE31A4389A17E1E; // UnityEngine.EventSystems.BaseEventData struct BaseEventData_t722C48843CF21B50E06CC0E2E679415E38A7444E; // UnityEngine.EventSystems.BaseInput struct BaseInput_tEF29D9AD913DF0552A9C51AF200B4FEB08AF737D; // UnityEngine.EventSystems.BaseInputModule struct BaseInputModule_t395DEB45C225A941B2C831CBDB000A23E5899924; // UnityEngine.EventSystems.BaseRaycaster struct BaseRaycaster_tBC0FB2CBE6D3D40991EC20F689C43F76AD82A876; // UnityEngine.Behaviour struct Behaviour_t1A3DDDCF73B4627928FBFE02ED52B7251777DBD9; // System.Reflection.Binder struct Binder_t2BEE27FD84737D1E79BC47FD67F6D3DD2F2DDA30; // OVR.OpenVR.CVROverlay struct CVROverlay_tD4138CA42615F636AC9BB47013AC5A256D954640; // OVR.OpenVR.CVRSystem struct CVRSystem_t099106FC79DB4F6BF2E659F742567C3A7BA568B9; // UnityEngine.Camera struct Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C; // UnityEngine.Canvas struct Canvas_t2B7E56B7BDC287962E092755372E214ACB6393EA; // System.Globalization.CodePageDataItem struct CodePageDataItem_t09A62F57142BF0456C8F414898A37E79BCC9F09E; // UnityEngine.Component struct Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684; // UnityEngine.Cubemap struct Cubemap_tB48EEA79C233417AF4D7BF03EA1BE4AA07A5B938; // System.Text.DecoderFallback struct DecoderFallback_tF86D337D6576E81E5DA285E5673183EBC66DEF8D; // System.Delegate struct Delegate_t; // System.DelegateData struct DelegateData_t17DD30660E330C49381DAA99F934BE75CB11F288; // System.Text.EncoderFallback struct EncoderFallback_t02AC990075E17EB09F0D7E4831C3B3F264025CC4; // System.Text.Encoding struct Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827; // UnityEngine.EventSystems.EventSystem struct EventSystem_t5DC458FCD0355A74CDCCE79287B38B9C4278E39C; // UnityEngine.GameObject struct GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319; // System.Collections.Hashtable struct Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC; // System.IAsyncResult struct IAsyncResult_tC9F97BF36FCF122D29D3101D80642278297BF370; // UnityEngine.EventSystems.IBeginDragHandler struct IBeginDragHandler_t4E56AE6FAF31231197A8E628909B23D962F4586E; // UnityEngine.EventSystems.ICancelHandler struct ICancelHandler_t9288977907DA5B88ED40625672C05460E60752F8; // System.Collections.IDictionary struct IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A; // UnityEngine.EventSystems.IDragHandler struct IDragHandler_t8C234934FE04088749A83D51BE49D1DDBD53350F; // UnityEngine.EventSystems.IDropHandler struct IDropHandler_t4C6C44AF24CF3830774D87C0F4326DD208882F09; // UnityEngine.EventSystems.IEndDragHandler struct IEndDragHandler_tE8E1151CFFBAA4C9E7B9A28E50D7085A27F2185E; // UnityEngine.EventSystems.IInitializePotentialDragHandler struct IInitializePotentialDragHandler_t6D9DBECDA3908EE39728449AA0CB2D314B43A0E3; // UnityEngine.EventSystems.IMoveHandler struct IMoveHandler_t603A54D1EA15704B37D022CCE294EFE3F831559F; // UnityEngine.EventSystems.IPointerClickHandler struct IPointerClickHandler_t57AF4E82BAF414DDFD2F2D4E7833C97AE881591A; // UnityEngine.EventSystems.IPointerDownHandler struct IPointerDownHandler_tD8B28A09D1D5F93DAB6905DE3890FC73E6DF1E0C; // UnityEngine.EventSystems.IPointerUpHandler struct IPointerUpHandler_t9B0CCCD8169032FD78C8D22CAFC3A89E1709A180; // UnityEngine.EventSystems.IScrollHandler struct IScrollHandler_t5AB554ABD3C72CC8CA80EA99B069D902F383D0B1; // UnityEngine.EventSystems.ISubmitHandler struct ISubmitHandler_t20677BB54F3FD568032702852052A70355A0D774; // UnityEngine.ISubsystemDescriptor struct ISubsystemDescriptor_tEB935323042076ECFC076435FBD756B1E7953A14; // UnityEngine.EventSystems.IUpdateSelectedHandler struct IUpdateSelectedHandler_tD5D76B759B900C3F557E3CEC55F6E08EE6909806; // UnityEngine.IntegratedSubsystem struct IntegratedSubsystem_t8FB3A371F812CF9521903AC016C64E95C7412002; // UnityEngine.IntegratedSubsystemDescriptor struct IntegratedSubsystemDescriptor_tDC8AF8E5B67B983E4492D784A419F01693926D7A; // UnityEngine.Material struct Material_t8927C00353A72755313F046D0CE85178AE8218EE; // System.Reflection.MemberFilter struct MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81; // UnityEngine.Mesh struct Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6; // System.Reflection.MethodInfo struct MethodInfo_t; // UnityEngine.MonoBehaviour struct MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A; // OVRBone struct OVRBone_tF9C031559703607035E455CE642549C722BBF081; // OVRBoundary struct OVRBoundary_tD61D7BB91BDB049797EFCC542682BCEC658B4EEF; // OVRCameraRig struct OVRCameraRig_t743037A817D9B163CBAAA707F8B74E095D77A517; // OVRComposition struct OVRComposition_tED19511C7A3FC9BADC8F76438610935429A12C94; // OVRCursor struct OVRCursor_t2773859B8D1061E80DBA9CD35C00835EBC7F15ED; // OVRDirectComposition struct OVRDirectComposition_tA124DD95C059CF64D177765AEE7AA9460445BBCC; // OVRDisplay struct OVRDisplay_tF5034EBAB0DA4F06CA0F3CD89B81E383C433032E; // OVRExternalComposition struct OVRExternalComposition_tCD792F49242F38E5AB202475B330A7BB71698454; // OVRHeadsetEmulator struct OVRHeadsetEmulator_t3614B999D57E60BAB83A72518754E6F2AAB32DAD; // UnityEngine.EventSystems.OVRInputModule struct OVRInputModule_tAB15AE5F3B04611A8315BD6E533EAFD83504F3C1; // OVRKtxTexture struct OVRKtxTexture_t168449327EA857FAFC6E34B2E3BC681D9F6DBC45; // OVRLayerAttribute struct OVRLayerAttribute_tEBF22168572FD36A6014C691B0CDA83588A07F1A; // OVRManager struct OVRManager_t6088CD544814E5A64EEB830D130A6816E79D0036; // OVRMesh struct OVRMesh_t34BF9F13A4C6E8AC216F439C4C1A6427D01BF9F6; // OVRMeshRenderer struct OVRMeshRenderer_tBFFC73D3549E53F110A5D17233FEEA55567E23FB; // OVRMixedRealityCaptureConfiguration struct OVRMixedRealityCaptureConfiguration_t9E89534EEB761FAB99E85EA567FF96260FF04CB0; // OVRMixedRealityCaptureSettings struct OVRMixedRealityCaptureSettings_t83BE3A431BD6F52C2F2E6EE7A73394AE7DC99F8D; // OVRMixedRealityCaptureTest struct OVRMixedRealityCaptureTest_t0241647AA48234768B5DD3922BAE325B599979A0; // OVRModeParms struct OVRModeParms_tC557F0A1E997A5A5358BB9AA0B9283E8A3B59758; // OVRMonoscopic struct OVRMonoscopic_t0FB2EBAD1FD1B4A4998299B16D4CE2450F267D8E; // OVRNativeBuffer struct OVRNativeBuffer_t45C08D3101E39570CCF69BCC10204F065D7F5BD0; // OVRNetwork struct OVRNetwork_tA2538DAEB3244174CEA0D5976A5DAD8C8C4C8795; // OVROverlay struct OVROverlay_t38325187DABEB39EACE0C5FA1102F149CB9B3BF7; // UnityEngine.EventSystems.OVRPhysicsRaycaster struct OVRPhysicsRaycaster_t4891B0F9470BF58435F8007A2177FC5911B07F83; // UnityEngine.EventSystems.OVRPointerEventData struct OVRPointerEventData_t4FCC0A544D8D5203E198646B96A675CD4A97FE1C; // OVRProfile struct OVRProfile_t50093ECE56A92AB8622A8E48DD458E8CEFE71C76; // OVRRaycaster struct OVRRaycaster_t42A56672D9EF2264E57CCFEA2835625E185C6551; // OVRRuntimeSettings struct OVRRuntimeSettings_t3D2B8321092BAC35E39905B41D0690CEFD8AB343; // OVRSkeleton struct OVRSkeleton_tE727DD0833515B8FCF6E7DE4BD16859BE26404EC; // OVRTextureData struct OVRTextureData_t4B64590E2D026B72000F7C1F7E1552B5C70C80C6; // OVRTracker struct OVRTracker_tF07580E7AD8A4B9913B767CB1E7246CA0716599A; // UnityEngine.Object struct Object_tF2F3778131EFF286AF62B7B013A170F95A91571A; // UnityEngine.EventSystems.PointerEventData struct PointerEventData_tC6C1BEE9D4C8755A31DA7FC0C9A1F28A36456954; // UnityEngine.EventSystems.PointerInputModule struct PointerInputModule_tD7460503C6A4E1060914FFD213535AEF6AE2F421; // UnityEngine.PropertyAttribute struct PropertyAttribute_t4A352471DF625C56C811E27AC86B7E1CE6444052; // System.Security.Cryptography.RandomNumberGenerator struct RandomNumberGenerator_t2CB5440F189986116A2FA9F907AE52644047AC50; // UnityEngine.RectTransform struct RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072; // UnityEngine.RenderTexture struct RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849; // UnityEngine.Renderer struct Renderer_t58147AB5B00224FE1460FD47542DC0DA7EC9378C; // System.Runtime.Serialization.SafeSerializationManager struct SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F; // UnityEngine.ScriptableObject struct ScriptableObject_t4361E08CEBF052C650D3666C7CEC37EB31DE116A; // UnityEngine.Shader struct Shader_tB2355DC4F3CAF20B2F1AB5AABBF37C3555FFBC39; // UnityEngine.SkinnedMeshRenderer struct SkinnedMeshRenderer_t126F4D6010E0F4B2685A7817B0A9171805D8F496; // System.String struct String_t; // System.Text.StringBuilder struct StringBuilder_t; // UnityEngine.Texture struct Texture_t9FE0218A1EEDF266E8C85879FE123265CACC95AE; // UnityEngine.Texture2D struct Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF; // UnityEngine.Transform struct Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1; // System.Type struct Type_t; // System.Version struct Version_tBDAEDED25425A1D09910468B8BD1759115646E3C; // System.Void struct Void_t700C6383A2A510C2CF4DD86DABD5CA9FF70ADAC5; // UnityEngine.XR.XRDisplaySubsystem struct XRDisplaySubsystem_tF8B46605B6D1199C52306D4EC7D83CFA90564A93; // UnityEngine.XR.XRDisplaySubsystemDescriptor struct XRDisplaySubsystemDescriptor_tBBE6956FF61EACF13E72BFEF58ADC5930C760833; // UnityEngine.XR.XRInputSubsystem struct XRInputSubsystem_t74B79E3971C396F02CD32F74AE73A5DFB2A0EC09; // UnityEngine.Camera/CameraCallback struct CameraCallback_tD9E7B69E561CE2EFDEEDB0E7F1406AC52247160D; // 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.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; // OVRCameraComposition/OVRCameraFrameCompositionManager struct OVRCameraFrameCompositionManager_t4172610BC5CC9129171D9A6FAE2E2C751EB1103A; // OVRInput/HapticInfo struct HapticInfo_t5B75B40B847C80E79CB9038686288656DB4E82F6; // OVRInput/OVRControllerBase struct OVRControllerBase_t04908DC6C24B4325AFA711FAA35857A5C3AF57AF; // OVRInput/OVRControllerGamepadPC struct OVRControllerGamepadPC_t848A18A6A46F727614D28DE22F32B17055BFDCBE; // OVRInput/OVRControllerHands struct OVRControllerHands_t963A6742CD59ECE40054076BBC5E46C8345C6B6D; // OVRInput/OVRControllerLHand struct OVRControllerLHand_t091DDDC610E92F6931DCCF0194E691D7D0C00926; // OVRInput/OVRControllerLTouch struct OVRControllerLTouch_tA1BBAFCCB07BDC6214240D5B4BF2D56DBA3F3FCF; // OVRInput/OVRControllerRHand struct OVRControllerRHand_t4C84EFDBC378EEFCECEAD39B86E7FBA27C56C96E; // OVRInput/OVRControllerRTouch struct OVRControllerRTouch_tBEFDFB2D7994658F6858900AF29E90F89BA3FACE; // OVRInput/OVRControllerRemote struct OVRControllerRemote_t4AA2A09E4B6415F6DC18C5CAC3F6C1ED1EB6E457; // OVRInput/OVRControllerTouch struct OVRControllerTouch_t962E8871A4FBBD91E0FAF35325A1608EC06C6245; // OVRManager/InstantiateMrcCameraDelegate struct InstantiateMrcCameraDelegate_t88AE114F98A83D1400AD11939F67832C06C843B4; // OVRMesh/IOVRMeshDataProvider struct IOVRMeshDataProvider_tEF9F5E20A8E8BCB3BEEC73D810E8DBED0F2181FA; // OVRMeshRenderer/IOVRMeshRendererDataProvider struct IOVRMeshRendererDataProvider_t9514E835A50239299040A0D17522FEA188AD2862; // OVRNetwork/OVRNetworkTcpServer struct OVRNetworkTcpServer_tEEB8CDFE6644AD739727B690FAE7DD66492415BA; // OVROverlay/ExternalSurfaceObjectCreated struct ExternalSurfaceObjectCreated_t8920C1D760358680EBF41C7DC7F9765475452D96; // OVRPlugin/GUID struct GUID_tA04E8DA38237C3CE6248D4DC918C7F546FD2ACFC; // OVRPlugin/Mesh struct Mesh_t5FE313505A44F65F8EA6B794D2713A900CDEFA3E; // OVRSkeleton/IOVRSkeletonDataProvider struct IOVRSkeletonDataProvider_tC7337A6B5BA23BEAF1294F2F00EAD10801B046BA; // OVRSystemPerfMetrics/OVRSystemPerfMetricsTcpServer struct OVRSystemPerfMetricsTcpServer_t13B60CF64E309336B9B9C4E3CEBC9092DFF622A7; // UnityEngine.EventSystems.PointerInputModule/ButtonState struct ButtonState_t49AF0FCF7DF429002E167972B40DC5A2A3804562; // UnityEngine.EventSystems.PointerInputModule/MouseButtonEventData struct MouseButtonEventData_tE8E157C9D47E03160B193B4853B5DF5AA3FA65B6; // UnityEngine.EventSystems.PointerInputModule/MouseState struct MouseState_tD62A64A795CF964D179003BB566EF667DB7DACC1; // UnityEngine.RectTransform/ReapplyDrivenProperties struct ReapplyDrivenProperties_t1441259DADA8FE33A95334AC24C017DFA3DEB4CE; // OVRInput/OVRControllerBase/VirtualAxis1DMap struct VirtualAxis1DMap_t5C6F5BB0E0B8C1BD809D7F7067BBF8CA632331E7; // OVRInput/OVRControllerBase/VirtualAxis2DMap struct VirtualAxis2DMap_tB9A67D5BD60B22FF10AE51C6DD58C6E90170FECA; // OVRInput/OVRControllerBase/VirtualButtonMap struct VirtualButtonMap_tFDFC144319FDFEBAF34D983D2E98D99B6B204CFF; // OVRInput/OVRControllerBase/VirtualNearTouchMap struct VirtualNearTouchMap_tE0CF46B8C82E84C397FAC90AEA5097D352C1648A; // OVRInput/OVRControllerBase/VirtualTouchMap struct VirtualTouchMap_tF60E84F5EC59DFA305FD2A27D321A0B7D782B1CC; IL2CPP_EXTERN_C RuntimeClass* Action_2_tBA82D2430D3596594262E1ACAD640A8EEB5DB2F2_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Action_3_t1898E42A573C06F569B73238FC1A38625F7D9021_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Action_3_t3758EBDA081B24412ED63A3941C20EBC3E5CFCB0_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Action_4_t0B9EF883AC063A1E200FE9EB95FC8C272CB243D8_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Action_4_t9E12995424CAFA0450021E48FF6FE4ABF2A895EE_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Action_4_tC40012D9691E5DE5C97D2E1EF4FE6A87C8C0FC3E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* BitConverter_t8DCBA24B909F1B221372AF2B37C76DCF614BA654_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* BoneWeightU5BU5D_t6EEE411D372C3427740E79D379E0DA8E9E1A5DB2_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CameraMode_tD7FD6998171F3265461491CB9F6FCE281FDCA7A0_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Comparison_1_t56DA2BF5E200CD0955B14F85C5669DD0B3F17E15_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CompositionMethod_tE14AB92FD882C540F547BB34CE92E3980A463621_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Cubemap_tB48EEA79C233417AF4D7BF03EA1BE4AA07A5B938_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Dictionary_2_t39026A5DD820BD9D56E31AE040F65A46CC96DC43_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ETrackedPropertyError_t4E6BC38F54BECD4CCE2BBD23D8EC0A25D2EB37DE_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Exception_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ExecuteEvents_tEA324150A01AFB802974FA8B7DB1C19F83FECA68_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Func_2_t557464437C03A4FBA07635260F8075F8249A7CB8_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* GC_tD6F0377620BF01385965FD29272CF088A4309C0D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* GraphicsDeviceType_t531071CD9311C868D1279D2550F83670D18FB779_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Graphics_t97FAEBE964F3F622D4865E7EC62717FE94D1F56D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* HapticInfoU5BU5D_t211B0C9EE0EA90574B4037CCF26B3B52375D8751_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* HapticInfo_t5B75B40B847C80E79CB9038686288656DB4E82F6_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ICollection_1_t182BCF44B245B1F7F856AE832E9803AB8282253D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IList_1_t8D7A00864A4D391797D30043CF012669774274C1_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IOVRMeshDataProvider_tEF9F5E20A8E8BCB3BEEC73D810E8DBED0F2181FA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IOVRMeshRendererDataProvider_t9514E835A50239299040A0D17522FEA188AD2862_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* InputTracking_t2CCE92D4A5FE0AEBC14996566D93ED4B08F4CB6D_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* IntPtrU5BU5D_t27FC72B0409D75AAF33EC42498E8094E95FEE9A6_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IntPtr_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* KeyCodeU5BU5D_tB562CB75382DB3189A19A242436813151A742871_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* LayerTextureU5BU5D_tD59724CCA852586FDC68CC76E1DE5B180B68B8CE_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* List_1_t1BC024192EE6F54EADD3239A60DB2A4A0B4B5048_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* List_1_t367B604D3EA3D6A9EC95A32A521EF83F5DA9B447_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* List_1_t39579540B4BF5D674E4CAA282D3CEA957BCB90D4_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* List_1_t56455D217921470E52E7D33A1794256E31084DD8_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* List_1_t653022B4EDCE73F282430E1A396635798D309409_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* List_1_t82E4873F3D4F1E8645F8EAD444668DC81AB70671_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* List_1_tE7A3E65EF4EFEB8E88A946737890AE19BB382B79_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* Matrix4x4U5BU5D_tE53F71E9C9110DD439281A6AB8B699F9F85D8F82_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Mesh_t5FE313505A44F65F8EA6B794D2713A900CDEFA3E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* MouseState_tD62A64A795CF964D179003BB566EF667DB7DACC1_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* OVRBoundary_tD61D7BB91BDB049797EFCC542682BCEC658B4EEF_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* OVRControllerGamepadPC_t848A18A6A46F727614D28DE22F32B17055BFDCBE_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* OVRControllerHands_t963A6742CD59ECE40054076BBC5E46C8345C6B6D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* OVRControllerLHand_t091DDDC610E92F6931DCCF0194E691D7D0C00926_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* OVRControllerLTouch_tA1BBAFCCB07BDC6214240D5B4BF2D56DBA3F3FCF_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* OVRControllerRHand_t4C84EFDBC378EEFCECEAD39B86E7FBA27C56C96E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* OVRControllerRTouch_tBEFDFB2D7994658F6858900AF29E90F89BA3FACE_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* OVRControllerRemote_t4AA2A09E4B6415F6DC18C5CAC3F6C1ED1EB6E457_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* OVRControllerTouch_t962E8871A4FBBD91E0FAF35325A1608EC06C6245_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* OVRDirectComposition_tA124DD95C059CF64D177765AEE7AA9460445BBCC_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* OVRDisplay_tF5034EBAB0DA4F06CA0F3CD89B81E383C433032E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* OVRExternalComposition_tCD792F49242F38E5AB202475B330A7BB71698454_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* OVRHaptics_tDFACD664490CECB67959ACEB77A341FF1EBCAF74_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* OVRInput_t3C43263053F2510BDF75588657A71B87702767FB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* OVRManager_t6088CD544814E5A64EEB830D130A6816E79D0036_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* OVRMixedRealityCaptureConfiguration_t9E89534EEB761FAB99E85EA567FF96260FF04CB0_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* OVRMixedReality_tC577DBF0A92E34764F6DEDB16E845C5DE0227CF4_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* OVRNodeStateProperties_t33FEA0E601A8D34CE9B45363DA79AF8165612B5A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* OVROverlayU5BU5D_t47CED282C83A22FEF097666B7182AB0538A6B2D0_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* OVROverlay_t38325187DABEB39EACE0C5FA1102F149CB9B3BF7_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* OVRPhysicsRaycaster_t4891B0F9470BF58435F8007A2177FC5911B07F83_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* OVRProfile_t50093ECE56A92AB8622A8E48DD458E8CEFE71C76_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* OVRRaycaster_t42A56672D9EF2264E57CCFEA2835625E185C6551_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* OVRTracker_tF07580E7AD8A4B9913B767CB1E7246CA0716599A_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* OpenVRControllerDetailsU5BU5D_t75E74318822478AF5AE59EFF5D1A98263EEF57A8_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* OpenVR_tEB69CA181A31E7D81816021421FE1F2AA38A1B69_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* OverlayShape_tB956F76C341351FC776ACAB1023897A061806BEE_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* RenderTexture_t5FE7A5B47EF962A0E8D7BEBA05E9FC87D49A1849_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Result_t80102ADA0C9F41E3C3562D30B25435B240FFF523_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SpatialEntityQueryResultU5BU5D_t3650EBC2A3C98F38524D3750022258F2C2502239_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* StringBuilder_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* String_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SubsystemManager_t4397CEF2ED795CB9B3DDBA2BB468BCB6B45B76D9_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SystemHeadsetType_t0DFDC62C421E387E77BF21E203DB6D3019EC9E43_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TextureRectMatrixf_tE62EB3A14C2C8F15AEC8B5E11EBC576CFD55BF9B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TextureU5BU5D_t9DBF348F22539052ACB9387E8BB14A3AF2701150_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TransformU5BU5D_t7821C0520CC567C0A069329C01AE9C058C7E3F1D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Type_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec_t2455A4909A7C3AE3EE474F8CF9BA1970E158307E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* UInt64_tEC57511B3E3CA2DBA1BEBD434C6983E31C943281_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* Version_tBDAEDED25425A1D09910468B8BD1759115646E3C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* WeakReference_1_t31103BF0AB213236F697B644B27B7480DEF79D5E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XrApi_tB25A109F718CF0508A92B8BA00AF4243B908654C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C String_t* _stringLiteral03E232555F2375499A1F3AF212D8787841B8264E; IL2CPP_EXTERN_C String_t* _stringLiteral079DC68BE14B766AB4C8AFD677260C4674A20D17; IL2CPP_EXTERN_C String_t* _stringLiteral08A6A898B7F99882AB252D7FAD8B8058A93A484E; IL2CPP_EXTERN_C String_t* _stringLiteral09EA119D22C0C9448E5735ECDFECFC827AB7BC38; IL2CPP_EXTERN_C String_t* _stringLiteral0DF60DA144F2DEC005C204360F407754E8977C74; IL2CPP_EXTERN_C String_t* _stringLiteral10CC08A05F0CBFDC20BC8C335A20A1A0888C5A45; IL2CPP_EXTERN_C String_t* _stringLiteral12A3B95F343A09B1B9C2080670DB3C1332A9CB1E; IL2CPP_EXTERN_C String_t* _stringLiteral132736885745103CD69579127F82ED683A3408CD; IL2CPP_EXTERN_C String_t* _stringLiteral15627DE07324E44D9B2C6CB10DB8743C8D90E486; IL2CPP_EXTERN_C String_t* _stringLiteral15B2A127BC4A43CC984A7F1B1FBCE0BD01D76492; IL2CPP_EXTERN_C String_t* _stringLiteral15DF2734ECF23DFF69DE8832DEC083E2B599CFD2; IL2CPP_EXTERN_C String_t* _stringLiteral16DD21BE77B115D392226EB71A2D3A9FDC29E3F0; IL2CPP_EXTERN_C String_t* _stringLiteral18C7C7FB21DC692A41C00EE08CF64D467B91D63B; IL2CPP_EXTERN_C String_t* _stringLiteral190CDBBC7377A308B78E27EF91319FD2DA386895; IL2CPP_EXTERN_C String_t* _stringLiteral1921DB067D4B6F86E785AD41DBC35ECA8CE6F7BE; IL2CPP_EXTERN_C String_t* _stringLiteral1A4F4605EE8006A1CF4BAD57C95DDFD3EA67FEFA; IL2CPP_EXTERN_C String_t* _stringLiteral1B93063888CB397E248C563775874CC5BFE82F70; IL2CPP_EXTERN_C String_t* _stringLiteral1CAB60427EE37D6B7BA27F0FBE0B2F52685A77D7; IL2CPP_EXTERN_C String_t* _stringLiteral22D1F73EA741105C05D831A4B607B40CC62D25EF; IL2CPP_EXTERN_C String_t* _stringLiteral22E64C5C2E5C9469358FAC77CC2150EA7E71C3D0; IL2CPP_EXTERN_C String_t* _stringLiteral2499E045B1B3619FF6FB77C788E0D2E8134BC96D; IL2CPP_EXTERN_C String_t* _stringLiteral265E15F1F86F1C766555899D5771CF29055DE75A; IL2CPP_EXTERN_C String_t* _stringLiteral2D7A8563F8863399BEE53651854D779097538730; IL2CPP_EXTERN_C String_t* _stringLiteral2EF7DEC74A60941E8EA4D312EA0C3FD9C14303FA; IL2CPP_EXTERN_C String_t* _stringLiteral32E94CCB6D66C9091910567C7A7E30F88ECA0364; IL2CPP_EXTERN_C String_t* _stringLiteral38D2CF180BAEA5AC39A051E431530C030665C5EE; IL2CPP_EXTERN_C String_t* _stringLiteral3DCB9ADAB9FC004D0A4C787C065EAFD0AAF64048; IL2CPP_EXTERN_C String_t* _stringLiteral4181636366E57E82A269942810CFDFA681F16738; IL2CPP_EXTERN_C String_t* _stringLiteral422CE50B3F71A8EB315B423F59FF11B9D0313D22; IL2CPP_EXTERN_C String_t* _stringLiteral4481EB4F8B6BEF5D863C23DACE5D92E1C6603258; IL2CPP_EXTERN_C String_t* _stringLiteral480FA72171D22EBE148F3BF810DFAA35FD11D4C1; IL2CPP_EXTERN_C String_t* _stringLiteral4D4229E0C147BE8C7321C97D16DA6567C7CC7385; IL2CPP_EXTERN_C String_t* _stringLiteral4F26531E8FE86B134505EC40FC16031D21972BD5; IL2CPP_EXTERN_C String_t* _stringLiteral5093A94F32FB29FAB206428BCC1DBCFAF5612466; IL2CPP_EXTERN_C String_t* _stringLiteral51FED777BC2B26C8B5139165D182B28BB4124421; IL2CPP_EXTERN_C String_t* _stringLiteral588B8CAF579C3071462D21957C92A405CE7A5FA1; IL2CPP_EXTERN_C String_t* _stringLiteral590167E321E1821D7F6BB7F64D2541AC7FE8ED91; IL2CPP_EXTERN_C String_t* _stringLiteral5A52B6C38AA9A2E3944AC08BC3EA5CAB3CF15C32; IL2CPP_EXTERN_C String_t* _stringLiteral5AC0D3D4D36181576B50E4AA23AD0D9503DC7809; IL2CPP_EXTERN_C String_t* _stringLiteral5E48FB0EE174BD6AAFEB32AF96DDA6901B776752; IL2CPP_EXTERN_C String_t* _stringLiteral6093CF95875C05DE3109742296262213D3EFB135; IL2CPP_EXTERN_C String_t* _stringLiteral6503A75D629CFD74F546E668BB2CBDE428F3F005; IL2CPP_EXTERN_C String_t* _stringLiteral65BA6F36CA5545B7E629658C538A01881A452707; IL2CPP_EXTERN_C String_t* _stringLiteral6A75FF11A5D43E5059D9BD7940251E7CF4F819D5; IL2CPP_EXTERN_C String_t* _stringLiteral6E963C65411215C46408D382E76B9FBD74276531; IL2CPP_EXTERN_C String_t* _stringLiteral70F9E42282D72751016572E0F4C30E3E87FCCF57; IL2CPP_EXTERN_C String_t* _stringLiteral725282EDFD062A71FBB43EADF8580A45187CFE64; IL2CPP_EXTERN_C String_t* _stringLiteral73CCF7683B641F8EA9A657A16C33A801DA0B08E4; IL2CPP_EXTERN_C String_t* _stringLiteral758733BDBED83CBFF4F635AC26CA92AAE477F75D; IL2CPP_EXTERN_C String_t* _stringLiteral75D21E5170D8E6C7C713E264BA622FFAF15B27F6; IL2CPP_EXTERN_C String_t* _stringLiteral7720E08355548532B9464536D1B11C1E2F6EA4DB; IL2CPP_EXTERN_C String_t* _stringLiteral78F608F554F4E66531BEF915BC8CFF4AA3793910; IL2CPP_EXTERN_C String_t* _stringLiteral7992BFECF5974FADC77C4F7228AB51E602D14069; IL2CPP_EXTERN_C String_t* _stringLiteral7A524FBB26A387CD7DF6D908EFA5C42FA830B565; IL2CPP_EXTERN_C String_t* _stringLiteral7F49848F1626AA082ACCF9BA0E12BFBECAEC04AB; IL2CPP_EXTERN_C String_t* _stringLiteral7F8C014BD4810CC276D0F9F81A1E759C7B098B1E; IL2CPP_EXTERN_C String_t* _stringLiteral8056EF217D555787C1F04ECE7927A2323D1D2AEA; IL2CPP_EXTERN_C String_t* _stringLiteral812FAFBBC880731B5FC0ABD9009768693FE806C9; IL2CPP_EXTERN_C String_t* _stringLiteral81CAC178337D7DB2DE46BA16AA1C0CBA34FA4277; IL2CPP_EXTERN_C String_t* _stringLiteral849F0707F6FF5B793941D3C5F41807011436A65F; IL2CPP_EXTERN_C String_t* _stringLiteral88BEE283254D7094E258B3A88730F4CC4F1E4AC7; IL2CPP_EXTERN_C String_t* _stringLiteral88E8EB89C6BCA5A57B323D06FD9E369F5A4525B8; IL2CPP_EXTERN_C String_t* _stringLiteral90976408DD45FD6617A1CA11E8C4DBBA408E7456; IL2CPP_EXTERN_C String_t* _stringLiteral930B1C961DA194A24A2294E7DC29E215DB4AE399; IL2CPP_EXTERN_C String_t* _stringLiteral93717CD8FCD45BAB4F15D3BACC989A6A93BA2674; IL2CPP_EXTERN_C String_t* _stringLiteral961EF7AEB27DE3B713816701CD90839814BE303D; IL2CPP_EXTERN_C String_t* _stringLiteral964A9CCA3F4767F77B60F58900751CDFFED0CD47; IL2CPP_EXTERN_C String_t* _stringLiteral9850DCBE605BE40A6552ED957189897CB7458FCB; IL2CPP_EXTERN_C String_t* _stringLiteral9A685D6B17E0D2747366B0981B83DF994CA889AB; IL2CPP_EXTERN_C String_t* _stringLiteral9B3F84ECCF88136CF0ECABB81E662D9830C079DB; IL2CPP_EXTERN_C String_t* _stringLiteral9F7053AC26B072D564E9CA83016E143B6B83A080; IL2CPP_EXTERN_C String_t* _stringLiteralA3E33E049FC410997C6D083FF1CD46A9F0DF1BA4; IL2CPP_EXTERN_C String_t* _stringLiteralA4668F1B6AFDC9EC155EC6AA1265024C6EC604AD; IL2CPP_EXTERN_C String_t* _stringLiteralA494552037C6E732872A03545FCDAF4608DC12DC; IL2CPP_EXTERN_C String_t* _stringLiteralA73F4360C56103ED788368C9769D9E67B8857E15; IL2CPP_EXTERN_C String_t* _stringLiteralA8E585940ABB0BC626822A5C8286AF8EA3D72D3D; IL2CPP_EXTERN_C String_t* _stringLiteralAADC3A78399958DFAAF766820038D6E8008F9C7D; IL2CPP_EXTERN_C String_t* _stringLiteralABBA190802F8B84B59F054138988E434665EA0AE; IL2CPP_EXTERN_C String_t* _stringLiteralADD1C97D3AF13B5CFC64D65FE92330FEF6E91BCF; IL2CPP_EXTERN_C String_t* _stringLiteralAF15D565DF0A0DE4585013C86CB1B8E23A44B5E7; IL2CPP_EXTERN_C String_t* _stringLiteralAF2769F4E48FE7AA8276CF918D2F6D4BB73DC8C3; IL2CPP_EXTERN_C String_t* _stringLiteralB1FDFE26F1AD8C68C7B05A4FFA0D4B3AC3C883AB; IL2CPP_EXTERN_C String_t* _stringLiteralB50A1C8D166F6D83589906FA241D44631109E56A; IL2CPP_EXTERN_C String_t* _stringLiteralB69C3A590722A5F2BAB48472AE0E01A6C5110047; IL2CPP_EXTERN_C String_t* _stringLiteralB7FC51A7DFB1613CA1A1E0106AB71FB1B70EAFB8; IL2CPP_EXTERN_C String_t* _stringLiteralB957DAF2048EDC00C93A0CBC475BAE5BE8E17E3F; IL2CPP_EXTERN_C String_t* _stringLiteralBCCC3898E6D0722CB37022A8EB2643963CB24E68; IL2CPP_EXTERN_C String_t* _stringLiteralBD94399E0619C965CABF2407718DB5777B461E55; IL2CPP_EXTERN_C String_t* _stringLiteralBE272FFA63D1FAD6231FBC13B50A1C7B811409E1; IL2CPP_EXTERN_C String_t* _stringLiteralC11F3367A50F1413E038D9224B76905980BFDACC; IL2CPP_EXTERN_C String_t* _stringLiteralC7D8371291F8D02B55C543457EF3A26AC7A1971E; IL2CPP_EXTERN_C String_t* _stringLiteralC8545F4C8235BC537935E39FE83F693D421DDF64; IL2CPP_EXTERN_C String_t* _stringLiteralC9C6EA2E9A0E66F8EBA6E6D64D8CFBB95A31286F; IL2CPP_EXTERN_C String_t* _stringLiteralCA22BF385D12932E2D82C1C109AF5394C879FEA3; IL2CPP_EXTERN_C String_t* _stringLiteralD20E5F255DFBEA8C816615489125372942ACA4DA; IL2CPP_EXTERN_C String_t* _stringLiteralD51A5F81179392C785765556663B36E28DBF8E5F; IL2CPP_EXTERN_C String_t* _stringLiteralD9EEFC5C3DCD36C94C211FB74C4FDE4E0BDE0EDD; IL2CPP_EXTERN_C String_t* _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709; IL2CPP_EXTERN_C String_t* _stringLiteralDA480199DC2D7E93700F1B1FE80DED08B369ABB3; IL2CPP_EXTERN_C String_t* _stringLiteralDE5B58B5CE09E164A86BEE92225D816BD6D5335E; IL2CPP_EXTERN_C String_t* _stringLiteralDED689386F73A7C43A44AAE858DB1A6629E49B63; IL2CPP_EXTERN_C String_t* _stringLiteralE302AA9BECF9F1CB69CF2A3E5B33E0716BEA97F6; IL2CPP_EXTERN_C String_t* _stringLiteralE3F15B0EA5F642A26FBA6F0E2C8FC4077EC1EA1B; IL2CPP_EXTERN_C String_t* _stringLiteralE8A94BE6711C2F825E671EB8CF7574F92CA6EA45; IL2CPP_EXTERN_C String_t* _stringLiteralEB1462889F6FABA536196250646EEFFA951E593A; IL2CPP_EXTERN_C String_t* _stringLiteralEB4165285C60D41020FC1659B2ABB1D5BF5252BE; IL2CPP_EXTERN_C String_t* _stringLiteralEC2C9AD5417BDE57D40DD0F2DE3E2CEAE81F9B60; IL2CPP_EXTERN_C String_t* _stringLiteralED5BF7BF8B9B941AF58F273FDA537F6EC51ACAD9; IL2CPP_EXTERN_C String_t* _stringLiteralF3E84B722399601AD7E281754E917478AA9AD48D; IL2CPP_EXTERN_C String_t* _stringLiteralF9FB922D7C6D288D060882C7F364C5B6CEADFFA8; IL2CPP_EXTERN_C String_t* _stringLiteralFB17F2D69628DC0AD22BCE013F94B0B54F610326; IL2CPP_EXTERN_C String_t* _stringLiteralFC6687DC37346CD2569888E29764F727FAF530E0; IL2CPP_EXTERN_C String_t* _stringLiteralFC6C450D2D3F7D72B53FEA8716C1E1123266F5BD; IL2CPP_EXTERN_C const RuntimeMethod* Action_2_Invoke_m741CB23141BE803CC8139D8C816686CD7B868D89_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Action_3_Invoke_m348BBBC46FFD9DF30E9ECE17F9C2C6C3A1FE78D7_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Action_3_Invoke_m396E13931D3F40278D1392B46457E4DDA07E6063_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Action_4_Invoke_m024CD7FF15477CBC1056332E958BBB34CA1002B3_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Action_4_Invoke_m5865A843130E6BA0963A452EA106B44C4EBBA450_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Action_4_Invoke_mBFC091F1DA0CC4E0E79C1FC8484188B0AE22B661_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Comparison_1__ctor_mF0B282D79D77EA57E8ACBDFB72AAF8BB80FD78D7_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_TisIOVRMeshDataProvider_tEF9F5E20A8E8BCB3BEEC73D810E8DBED0F2181FA_mB4B78D624664A4184273CE384E8290B419A4E707_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Component_GetComponent_TisIOVRMeshRendererDataProvider_t9514E835A50239299040A0D17522FEA188AD2862_m349CE2434AE016724D779D87EF0882A267DC2494_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Component_GetComponent_TisOVRMesh_t34BF9F13A4C6E8AC216F439C4C1A6427D01BF9F6_m13EEE839A7B2D1895ABED6DA162CB5E6C2238945_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Component_GetComponent_TisOVRSkeleton_tE727DD0833515B8FCF6E7DE4BD16859BE26404EC_mDA071F49B497F5BEA47FB7193E04836BAD026E1A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Component_GetComponent_TisOVRSystemPerfMetricsTcpServer_t13B60CF64E309336B9B9C4E3CEBC9092DFF622A7_mF1B1B5208C230E9AB4854D3B757744208E0D8278_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Component_GetComponent_TisRenderer_t58147AB5B00224FE1460FD47542DC0DA7EC9378C_m436E5B0F17DDEF3CC61F77DEA82B1A92668AF019_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Component_GetComponent_TisSkinnedMeshRenderer_t126F4D6010E0F4B2685A7817B0A9171805D8F496_m48EF3D17CF12700CC28C88CEFBB6741D6E1FFFE3_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_Add_mCCC5A15DC591EC076025EEFF40B33F080677354E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_Clear_m3F339E6979B8FE3379AA6E284ACA949F34F3BE10_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_TryGetValue_mA0AB074AAC9B24C33B9F72B8896099E789BBB830_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2__ctor_mE34D0886BDCA22F3C05923EA21E2994D612288EF_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_get_Values_m8BD03946612AB9916C7261B81ED844EFB841BF03_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_get_Values_mA2A4266B069777C915AD94492E964BAD9278E3B8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_Select_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_TisString_t_mEE4C7FF8D718BEB497725036932675AA7AD4F732_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_ToArray_TisString_t_m2EA9D9BCB4FB03A000630C14E506B72B985A0AC7_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_Dispose_m027194FAE463A0B36A08F77D7EB2EBE702CC654F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_Dispose_m60AA01E7A8CA9EDC3F27FFC242012B6505151D44_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_MoveNext_m4FFF2DB6EAB5163A6AEF8657FCDA8FA375647E57_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_MoveNext_mFC751003D83D7539962A02CAED75D430F140F539_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_get_Current_m19C19F8EB1BA585E2B774FEEA9A6D92EEB601096_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_get_Current_m9A540A1FE473B22EEB3CC1CFE5264BAB5DC8872C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ExecuteEvents_ExecuteHierarchy_TisIDropHandler_t4C6C44AF24CF3830774D87C0F4326DD208882F09_m0BCD883CE8F7D5FD1292F74C3E75C7A0711E77DA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ExecuteEvents_ExecuteHierarchy_TisIPointerDownHandler_tD8B28A09D1D5F93DAB6905DE3890FC73E6DF1E0C_m51BD6D35C7544EABEB33BAAD82CD7C72028E92FB_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ExecuteEvents_ExecuteHierarchy_TisIScrollHandler_t5AB554ABD3C72CC8CA80EA99B069D902F383D0B1_m3FEB40CAB62E889146EFBAC67A01A92E234C4D54_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ExecuteEvents_Execute_TisIBeginDragHandler_t4E56AE6FAF31231197A8E628909B23D962F4586E_mC25A4507DB63E7E4384FBA7E2B5446CC1B516A2E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ExecuteEvents_Execute_TisICancelHandler_t9288977907DA5B88ED40625672C05460E60752F8_m80128DAA3D2C5EBE5AE2AEB4DA52DEEF8A28B5A7_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ExecuteEvents_Execute_TisIDragHandler_t8C234934FE04088749A83D51BE49D1DDBD53350F_m40A7AE097D847A9533DE6EBCBDBC308253A74E21_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ExecuteEvents_Execute_TisIEndDragHandler_tE8E1151CFFBAA4C9E7B9A28E50D7085A27F2185E_m92CEA91DC659B45666DD00982BEB97877C5DBCF6_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ExecuteEvents_Execute_TisIInitializePotentialDragHandler_t6D9DBECDA3908EE39728449AA0CB2D314B43A0E3_m60D4BE9983D76EBAF7BE60DD677870A4874CE958_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ExecuteEvents_Execute_TisIMoveHandler_t603A54D1EA15704B37D022CCE294EFE3F831559F_mB40A7EDB2E1471B81CEB3D06CF85C05F361C2635_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ExecuteEvents_Execute_TisIPointerClickHandler_t57AF4E82BAF414DDFD2F2D4E7833C97AE881591A_m3BEF7CE44A83BCB90F65709E6C31EB8CADC736B6_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ExecuteEvents_Execute_TisIPointerUpHandler_t9B0CCCD8169032FD78C8D22CAFC3A89E1709A180_mB597097E77B1E56045A3C3F1407C15B6A96B9789_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ExecuteEvents_Execute_TisISubmitHandler_t20677BB54F3FD568032702852052A70355A0D774_m4EDC340ADE86E26A7C941D13BBDC02C496592AEE_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ExecuteEvents_Execute_TisIUpdateSelectedHandler_tD5D76B759B900C3F557E3CEC55F6E08EE6909806_m3E47179F46C3EF813AE41F951D4DA668402F0E59_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ExecuteEvents_GetEventHandler_TisIDragHandler_t8C234934FE04088749A83D51BE49D1DDBD53350F_m9BDF91D78C549C64AE04B0F0D9396364E177DE71_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ExecuteEvents_GetEventHandler_TisIPointerClickHandler_t57AF4E82BAF414DDFD2F2D4E7833C97AE881591A_mD38FCE636800BE7E8C474DEA1287708870A6F2E0_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ExecuteEvents_GetEventHandler_TisIScrollHandler_t5AB554ABD3C72CC8CA80EA99B069D902F383D0B1_mFC599DA01D18C1F360D8247B82D74916456BFDAE_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Func_2__ctor_m5FA0CDFF524C476D8B500D4DE7341AD4389D5312_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* GameObject_AddComponent_TisOVRSystemPerfMetricsTcpServer_t13B60CF64E309336B9B9C4E3CEBC9092DFF622A7_m075808A842F2FBD6E1E468F32476094A5156A003_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* GameObject_AddComponent_TisSkinnedMeshRenderer_t126F4D6010E0F4B2685A7817B0A9171805D8F496_m3FC22F60B107EABCD94FBFEBA0C2FF9C5AF4ECDF_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* GameObject_GetComponent_TisCamera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C_mE3C86755BA935C0F4BDABF7D1E338FA5247E4F49_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* GameObject_GetComponent_TisRectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072_m88DECD5A0B4E3A263DD9D40D8B518F878681ED30_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_m5B457832A4D4C94E86A39767276F999140B677B7_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_mA6713C3013EE4E9AF97CFC33C749FE4D4989FD12_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Clear_m5D88EA8AA491CFF029747A32EF3F1793EE7B135B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Sort_m89B09EEC3EB28F68D5ADBE51D316881097A7D19C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m3B54A4C20C7EA7D3350768955A3CD521D7F069D3_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m4019848F190800D1255B127B3D2231477C25961B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m74839417995248EB0017427B252968F4CAF0425C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_mC40D17A5B4B585E7B9BD03C1E04F54B52C30CD90_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_mD6C183C6DD1054B1C06CBB9E96AFC778A0A5CBF4_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_mF073EBA5ED7607C1BEE173C9710A17D362B10017_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_mF19C6A53B3B3B3BE0F1915716886E25C49467F00_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_m20EA94D331202C36C23A4FAB363CEDEA3400D60C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_m354C6579803579E520A089A1F4FF101ACDEC6D97_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_m38EC27A53451661964C4F33683313E1FFF3A060D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_m8FB149686794063D5004BAB8D71F1C150777F04D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_m995E91E59AA386A796AE4F2CB7169045D4483BE5_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_mC073BACB50531ADBCEC3B689E122871A62096590_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_mC760D54BB7ABD268E3FDDC70AB16EF8BC8890E65_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_m05C85D3A5196C47D90001867092F2B00BD3D641E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_m1042F06A87D48817E020802B66C08E2327A2B185_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_m22AB20AA1D2D9A36A39C8B5EF1A8F6C9A7FE28AD_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_m8CAD57C6E350E1DA232EAAC07A84ED0C10D29CDB_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_mA827F58AF36D6D30ACA107E22E889F34CEA5AA2E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_mD52C86A45BE777EC53D52B29017442705B6B32EC_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_mEF45C5C8C9436429C43108EF189870EDFF5CF1D3_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Marshal_SizeOf_TisByte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_m614443A10B6E4D2C2C2330C51971606872811124_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* OVRMesh_Initialize_m12199FD1C1323A7E8FCCD1B1C0E2408B931818E9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ScriptableObject_CreateInstance_TisOVRMixedRealityCaptureSettings_t83BE3A431BD6F52C2F2E6EE7A73394AE7DC99F8D_mB5F3AF503F751301092204B571FCC6EC5CAF4340_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SubsystemManager_GetInstances_TisXRDisplaySubsystem_tF8B46605B6D1199C52306D4EC7D83CFA90564A93_m7815329E7014FDE1DE442AF3F320E30E685A3880_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SubsystemManager_GetInstances_TisXRInputSubsystem_t74B79E3971C396F02CD32F74AE73A5DFB2A0EC09_m1D7CA688C318A04A92656FE6DAB686A87AA0C787_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SubsystemManager_GetSubsystemDescriptors_TisXRDisplaySubsystemDescriptor_tBBE6956FF61EACF13E72BFEF58ADC5930C760833_mADF040DFD79DBF07C9408A3550EAF5BACD342134_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3CFindMainCameraU3Eb__375_0_mB02789728B8BA329AE619C4CCBB62A402225C258_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3CInitOVRManagerU3Eb__361_0_m0A648F9D2B50CAE6343A89519EC2A5CCE4AEFE91_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ValueCollection_GetEnumerator_m0F930308DB94B1E13D24C32470C83602D970FB28_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ValueCollection_GetEnumerator_mAF20AD301555F306908C5A259A87E78DCAE97E60_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* WeakReference_1_TryGetTarget_m01592B81EC39782A4B7D57B81B4128A679F0B13E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* WeakReference_1__ctor_m3CCEE0A7208448F90A98A313704725F0CE3577D2_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeType* VRControllerState_t_tA2AC10EB26FD0C1CE385148DE3655C9584E60A3A_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 OVRTextureData_t4B64590E2D026B72000F7C1F7E1552B5C70C80C6;; struct OVRTextureData_t4B64590E2D026B72000F7C1F7E1552B5C70C80C6_marshaled_com; struct OVRTextureData_t4B64590E2D026B72000F7C1F7E1552B5C70C80C6_marshaled_com;; struct OVRTextureData_t4B64590E2D026B72000F7C1F7E1552B5C70C80C6_marshaled_pinvoke; struct OVRTextureData_t4B64590E2D026B72000F7C1F7E1552B5C70C80C6_marshaled_pinvoke;; struct Rectf_t2A1D0CD8A28CA6615FCCE4770967597CB38B30A3 ; struct Vector2f_t1A3A349F1E6819E0FF7A685BC6FC4067846FD354 ; struct Vector3f_tF74D3A692AC7064BFF4EBEC1E704723CA2905417 ; struct Vector4f_t24110069BA2FAF7DB40FE0F5ADB8D9077AE473EE ; struct Vector4s_tD5B54B42EDC5CC229E64974A8A66DFF6EA3F54E1 ; struct BoneWeightU5BU5D_t6EEE411D372C3427740E79D379E0DA8E9E1A5DB2; struct ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726; struct CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34; struct GameObjectU5BU5D_tA88FC1A1FC9D4D73D0B3984D4B0ECE88F4C47642; struct Int16U5BU5D_tD134F1E6F746D4C09C987436805256C210C2FFCD; struct Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32; struct IntPtrU5BU5D_t27FC72B0409D75AAF33EC42498E8094E95FEE9A6; struct KeyCodeU5BU5D_tB562CB75382DB3189A19A242436813151A742871; struct Matrix4x4U5BU5D_tE53F71E9C9110DD439281A6AB8B699F9F85D8F82; struct OVROverlayU5BU5D_t47CED282C83A22FEF097666B7182AB0538A6B2D0; struct ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE; struct RaycastResultU5BU5D_t55B9DF597EFA3BE063604C0950E370D850283B9D; struct SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA; struct StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A; struct TextureU5BU5D_t9DBF348F22539052ACB9387E8BB14A3AF2701150; struct TransformU5BU5D_t7821C0520CC567C0A069329C01AE9C058C7E3F1D; struct Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA; struct Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4; struct XRNodeStateU5BU5D_t6769DE0817BC77C129F02AE6C53CF9DCF954CCF5; struct HapticInfoU5BU5D_t211B0C9EE0EA90574B4037CCF26B3B52375D8751; struct OpenVRControllerDetailsU5BU5D_t75E74318822478AF5AE59EFF5D1A98263EEF57A8; struct LayerTextureU5BU5D_tD59724CCA852586FDC68CC76E1DE5B180B68B8CE; struct SpatialEntityQueryResultU5BU5D_t3650EBC2A3C98F38524D3750022258F2C2502239; struct Vector2fU5BU5D_tDFE631EB0CA3AD9641ACB54877BE5021D4503D81; struct Vector3fU5BU5D_tF46AAFD7783CD588B90BD2005671A9CB63F305F1; struct Vector4fU5BU5D_t878402FA8B2D0257AABBD8FAC22B10791B6E8EC4; struct Vector4sU5BU5D_t0843A693C8D2BBD9A66BA8F3EBF4773C2ECE39C4; 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.Collections.Generic.Dictionary`2 struct Dictionary_2_t39026A5DD820BD9D56E31AE040F65A46CC96DC43 : public RuntimeObject { public: // System.Int32[] System.Collections.Generic.Dictionary`2::buckets Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___buckets_0; // System.Collections.Generic.Dictionary`2/Entry[] System.Collections.Generic.Dictionary`2::entries EntryU5BU5D_t4761A225FC9D67632D23B0A512C71ABA9B850F3E* ___entries_1; // System.Int32 System.Collections.Generic.Dictionary`2::count int32_t ___count_2; // System.Int32 System.Collections.Generic.Dictionary`2::version int32_t ___version_3; // System.Int32 System.Collections.Generic.Dictionary`2::freeList int32_t ___freeList_4; // System.Int32 System.Collections.Generic.Dictionary`2::freeCount int32_t ___freeCount_5; // System.Collections.Generic.IEqualityComparer`1 System.Collections.Generic.Dictionary`2::comparer RuntimeObject* ___comparer_6; // System.Collections.Generic.Dictionary`2/KeyCollection System.Collections.Generic.Dictionary`2::keys KeyCollection_t460B17D76DACB1737E7FD0EA9F96051911A3E925 * ___keys_7; // System.Collections.Generic.Dictionary`2/ValueCollection System.Collections.Generic.Dictionary`2::values ValueCollection_t5DD3CEF47A7923077F33761F86BC54BA89428B41 * ___values_8; // System.Object System.Collections.Generic.Dictionary`2::_syncRoot RuntimeObject * ____syncRoot_9; public: inline static int32_t get_offset_of_buckets_0() { return static_cast(offsetof(Dictionary_2_t39026A5DD820BD9D56E31AE040F65A46CC96DC43, ___buckets_0)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_buckets_0() const { return ___buckets_0; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_buckets_0() { return &___buckets_0; } inline void set_buckets_0(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___buckets_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___buckets_0), (void*)value); } inline static int32_t get_offset_of_entries_1() { return static_cast(offsetof(Dictionary_2_t39026A5DD820BD9D56E31AE040F65A46CC96DC43, ___entries_1)); } inline EntryU5BU5D_t4761A225FC9D67632D23B0A512C71ABA9B850F3E* get_entries_1() const { return ___entries_1; } inline EntryU5BU5D_t4761A225FC9D67632D23B0A512C71ABA9B850F3E** get_address_of_entries_1() { return &___entries_1; } inline void set_entries_1(EntryU5BU5D_t4761A225FC9D67632D23B0A512C71ABA9B850F3E* value) { ___entries_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___entries_1), (void*)value); } inline static int32_t get_offset_of_count_2() { return static_cast(offsetof(Dictionary_2_t39026A5DD820BD9D56E31AE040F65A46CC96DC43, ___count_2)); } inline int32_t get_count_2() const { return ___count_2; } inline int32_t* get_address_of_count_2() { return &___count_2; } inline void set_count_2(int32_t value) { ___count_2 = value; } inline static int32_t get_offset_of_version_3() { return static_cast(offsetof(Dictionary_2_t39026A5DD820BD9D56E31AE040F65A46CC96DC43, ___version_3)); } inline int32_t get_version_3() const { return ___version_3; } inline int32_t* get_address_of_version_3() { return &___version_3; } inline void set_version_3(int32_t value) { ___version_3 = value; } inline static int32_t get_offset_of_freeList_4() { return static_cast(offsetof(Dictionary_2_t39026A5DD820BD9D56E31AE040F65A46CC96DC43, ___freeList_4)); } inline int32_t get_freeList_4() const { return ___freeList_4; } inline int32_t* get_address_of_freeList_4() { return &___freeList_4; } inline void set_freeList_4(int32_t value) { ___freeList_4 = value; } inline static int32_t get_offset_of_freeCount_5() { return static_cast(offsetof(Dictionary_2_t39026A5DD820BD9D56E31AE040F65A46CC96DC43, ___freeCount_5)); } inline int32_t get_freeCount_5() const { return ___freeCount_5; } inline int32_t* get_address_of_freeCount_5() { return &___freeCount_5; } inline void set_freeCount_5(int32_t value) { ___freeCount_5 = value; } inline static int32_t get_offset_of_comparer_6() { return static_cast(offsetof(Dictionary_2_t39026A5DD820BD9D56E31AE040F65A46CC96DC43, ___comparer_6)); } inline RuntimeObject* get_comparer_6() const { return ___comparer_6; } inline RuntimeObject** get_address_of_comparer_6() { return &___comparer_6; } inline void set_comparer_6(RuntimeObject* value) { ___comparer_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___comparer_6), (void*)value); } inline static int32_t get_offset_of_keys_7() { return static_cast(offsetof(Dictionary_2_t39026A5DD820BD9D56E31AE040F65A46CC96DC43, ___keys_7)); } inline KeyCollection_t460B17D76DACB1737E7FD0EA9F96051911A3E925 * get_keys_7() const { return ___keys_7; } inline KeyCollection_t460B17D76DACB1737E7FD0EA9F96051911A3E925 ** get_address_of_keys_7() { return &___keys_7; } inline void set_keys_7(KeyCollection_t460B17D76DACB1737E7FD0EA9F96051911A3E925 * value) { ___keys_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___keys_7), (void*)value); } inline static int32_t get_offset_of_values_8() { return static_cast(offsetof(Dictionary_2_t39026A5DD820BD9D56E31AE040F65A46CC96DC43, ___values_8)); } inline ValueCollection_t5DD3CEF47A7923077F33761F86BC54BA89428B41 * get_values_8() const { return ___values_8; } inline ValueCollection_t5DD3CEF47A7923077F33761F86BC54BA89428B41 ** get_address_of_values_8() { return &___values_8; } inline void set_values_8(ValueCollection_t5DD3CEF47A7923077F33761F86BC54BA89428B41 * value) { ___values_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___values_8), (void*)value); } inline static int32_t get_offset_of__syncRoot_9() { return static_cast(offsetof(Dictionary_2_t39026A5DD820BD9D56E31AE040F65A46CC96DC43, ____syncRoot_9)); } inline RuntimeObject * get__syncRoot_9() const { return ____syncRoot_9; } inline RuntimeObject ** get_address_of__syncRoot_9() { return &____syncRoot_9; } inline void set__syncRoot_9(RuntimeObject * value) { ____syncRoot_9 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_9), (void*)value); } }; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t52ECB6047A9EDAD198D0CC53F331CDEAAA83BED8 : public RuntimeObject { public: // System.Int32[] System.Collections.Generic.Dictionary`2::buckets Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___buckets_0; // System.Collections.Generic.Dictionary`2/Entry[] System.Collections.Generic.Dictionary`2::entries EntryU5BU5D_t3D89719784232B784AF24BDF458050EC3BF780AF* ___entries_1; // System.Int32 System.Collections.Generic.Dictionary`2::count int32_t ___count_2; // System.Int32 System.Collections.Generic.Dictionary`2::version int32_t ___version_3; // System.Int32 System.Collections.Generic.Dictionary`2::freeList int32_t ___freeList_4; // System.Int32 System.Collections.Generic.Dictionary`2::freeCount int32_t ___freeCount_5; // System.Collections.Generic.IEqualityComparer`1 System.Collections.Generic.Dictionary`2::comparer RuntimeObject* ___comparer_6; // System.Collections.Generic.Dictionary`2/KeyCollection System.Collections.Generic.Dictionary`2::keys KeyCollection_tD2C5F600E93DE7B92ABF7BC7E8A932E27D940212 * ___keys_7; // System.Collections.Generic.Dictionary`2/ValueCollection System.Collections.Generic.Dictionary`2::values ValueCollection_t28C5EADCF5205986726B544E972D81491CD308DA * ___values_8; // System.Object System.Collections.Generic.Dictionary`2::_syncRoot RuntimeObject * ____syncRoot_9; public: inline static int32_t get_offset_of_buckets_0() { return static_cast(offsetof(Dictionary_2_t52ECB6047A9EDAD198D0CC53F331CDEAAA83BED8, ___buckets_0)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_buckets_0() const { return ___buckets_0; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_buckets_0() { return &___buckets_0; } inline void set_buckets_0(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___buckets_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___buckets_0), (void*)value); } inline static int32_t get_offset_of_entries_1() { return static_cast(offsetof(Dictionary_2_t52ECB6047A9EDAD198D0CC53F331CDEAAA83BED8, ___entries_1)); } inline EntryU5BU5D_t3D89719784232B784AF24BDF458050EC3BF780AF* get_entries_1() const { return ___entries_1; } inline EntryU5BU5D_t3D89719784232B784AF24BDF458050EC3BF780AF** get_address_of_entries_1() { return &___entries_1; } inline void set_entries_1(EntryU5BU5D_t3D89719784232B784AF24BDF458050EC3BF780AF* value) { ___entries_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___entries_1), (void*)value); } inline static int32_t get_offset_of_count_2() { return static_cast(offsetof(Dictionary_2_t52ECB6047A9EDAD198D0CC53F331CDEAAA83BED8, ___count_2)); } inline int32_t get_count_2() const { return ___count_2; } inline int32_t* get_address_of_count_2() { return &___count_2; } inline void set_count_2(int32_t value) { ___count_2 = value; } inline static int32_t get_offset_of_version_3() { return static_cast(offsetof(Dictionary_2_t52ECB6047A9EDAD198D0CC53F331CDEAAA83BED8, ___version_3)); } inline int32_t get_version_3() const { return ___version_3; } inline int32_t* get_address_of_version_3() { return &___version_3; } inline void set_version_3(int32_t value) { ___version_3 = value; } inline static int32_t get_offset_of_freeList_4() { return static_cast(offsetof(Dictionary_2_t52ECB6047A9EDAD198D0CC53F331CDEAAA83BED8, ___freeList_4)); } inline int32_t get_freeList_4() const { return ___freeList_4; } inline int32_t* get_address_of_freeList_4() { return &___freeList_4; } inline void set_freeList_4(int32_t value) { ___freeList_4 = value; } inline static int32_t get_offset_of_freeCount_5() { return static_cast(offsetof(Dictionary_2_t52ECB6047A9EDAD198D0CC53F331CDEAAA83BED8, ___freeCount_5)); } inline int32_t get_freeCount_5() const { return ___freeCount_5; } inline int32_t* get_address_of_freeCount_5() { return &___freeCount_5; } inline void set_freeCount_5(int32_t value) { ___freeCount_5 = value; } inline static int32_t get_offset_of_comparer_6() { return static_cast(offsetof(Dictionary_2_t52ECB6047A9EDAD198D0CC53F331CDEAAA83BED8, ___comparer_6)); } inline RuntimeObject* get_comparer_6() const { return ___comparer_6; } inline RuntimeObject** get_address_of_comparer_6() { return &___comparer_6; } inline void set_comparer_6(RuntimeObject* value) { ___comparer_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___comparer_6), (void*)value); } inline static int32_t get_offset_of_keys_7() { return static_cast(offsetof(Dictionary_2_t52ECB6047A9EDAD198D0CC53F331CDEAAA83BED8, ___keys_7)); } inline KeyCollection_tD2C5F600E93DE7B92ABF7BC7E8A932E27D940212 * get_keys_7() const { return ___keys_7; } inline KeyCollection_tD2C5F600E93DE7B92ABF7BC7E8A932E27D940212 ** get_address_of_keys_7() { return &___keys_7; } inline void set_keys_7(KeyCollection_tD2C5F600E93DE7B92ABF7BC7E8A932E27D940212 * value) { ___keys_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___keys_7), (void*)value); } inline static int32_t get_offset_of_values_8() { return static_cast(offsetof(Dictionary_2_t52ECB6047A9EDAD198D0CC53F331CDEAAA83BED8, ___values_8)); } inline ValueCollection_t28C5EADCF5205986726B544E972D81491CD308DA * get_values_8() const { return ___values_8; } inline ValueCollection_t28C5EADCF5205986726B544E972D81491CD308DA ** get_address_of_values_8() { return &___values_8; } inline void set_values_8(ValueCollection_t28C5EADCF5205986726B544E972D81491CD308DA * value) { ___values_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___values_8), (void*)value); } inline static int32_t get_offset_of__syncRoot_9() { return static_cast(offsetof(Dictionary_2_t52ECB6047A9EDAD198D0CC53F331CDEAAA83BED8, ____syncRoot_9)); } inline RuntimeObject * get__syncRoot_9() const { return ____syncRoot_9; } inline RuntimeObject ** get_address_of__syncRoot_9() { return &____syncRoot_9; } inline void set__syncRoot_9(RuntimeObject * value) { ____syncRoot_9 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_9), (void*)value); } }; // System.Collections.Generic.List`1 struct List_1_t653022B4EDCE73F282430E1A396635798D309409 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items CameraU5BU5D_tAF84B9EC9AF40F1B6294BCEBA82A1AD123A9D001* ____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_t653022B4EDCE73F282430E1A396635798D309409, ____items_1)); } inline CameraU5BU5D_tAF84B9EC9AF40F1B6294BCEBA82A1AD123A9D001* get__items_1() const { return ____items_1; } inline CameraU5BU5D_tAF84B9EC9AF40F1B6294BCEBA82A1AD123A9D001** get_address_of__items_1() { return &____items_1; } inline void set__items_1(CameraU5BU5D_tAF84B9EC9AF40F1B6294BCEBA82A1AD123A9D001* 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_t653022B4EDCE73F282430E1A396635798D309409, ____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_t653022B4EDCE73F282430E1A396635798D309409, ____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_t653022B4EDCE73F282430E1A396635798D309409, ____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_t367B604D3EA3D6A9EC95A32A521EF83F5DA9B447 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items RaycastResultU5BU5D_t55B9DF597EFA3BE063604C0950E370D850283B9D* ____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_t367B604D3EA3D6A9EC95A32A521EF83F5DA9B447, ____items_1)); } inline RaycastResultU5BU5D_t55B9DF597EFA3BE063604C0950E370D850283B9D* get__items_1() const { return ____items_1; } inline RaycastResultU5BU5D_t55B9DF597EFA3BE063604C0950E370D850283B9D** get_address_of__items_1() { return &____items_1; } inline void set__items_1(RaycastResultU5BU5D_t55B9DF597EFA3BE063604C0950E370D850283B9D* 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_t367B604D3EA3D6A9EC95A32A521EF83F5DA9B447, ____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_t367B604D3EA3D6A9EC95A32A521EF83F5DA9B447, ____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_t367B604D3EA3D6A9EC95A32A521EF83F5DA9B447, ____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_t56455D217921470E52E7D33A1794256E31084DD8 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items XRDisplaySubsystemU5BU5D_t1AAACA8133FC3A4AC90AE6EFE46DDD932D75C344* ____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_t56455D217921470E52E7D33A1794256E31084DD8, ____items_1)); } inline XRDisplaySubsystemU5BU5D_t1AAACA8133FC3A4AC90AE6EFE46DDD932D75C344* get__items_1() const { return ____items_1; } inline XRDisplaySubsystemU5BU5D_t1AAACA8133FC3A4AC90AE6EFE46DDD932D75C344** get_address_of__items_1() { return &____items_1; } inline void set__items_1(XRDisplaySubsystemU5BU5D_t1AAACA8133FC3A4AC90AE6EFE46DDD932D75C344* 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_t56455D217921470E52E7D33A1794256E31084DD8, ____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_t56455D217921470E52E7D33A1794256E31084DD8, ____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_t56455D217921470E52E7D33A1794256E31084DD8, ____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_t1BC024192EE6F54EADD3239A60DB2A4A0B4B5048 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items XRDisplaySubsystemDescriptorU5BU5D_t2B7F94D4BC73B08C2CC5987F93F3E1122D2BF642* ____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_t1BC024192EE6F54EADD3239A60DB2A4A0B4B5048, ____items_1)); } inline XRDisplaySubsystemDescriptorU5BU5D_t2B7F94D4BC73B08C2CC5987F93F3E1122D2BF642* get__items_1() const { return ____items_1; } inline XRDisplaySubsystemDescriptorU5BU5D_t2B7F94D4BC73B08C2CC5987F93F3E1122D2BF642** get_address_of__items_1() { return &____items_1; } inline void set__items_1(XRDisplaySubsystemDescriptorU5BU5D_t2B7F94D4BC73B08C2CC5987F93F3E1122D2BF642* 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_t1BC024192EE6F54EADD3239A60DB2A4A0B4B5048, ____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_t1BC024192EE6F54EADD3239A60DB2A4A0B4B5048, ____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_t1BC024192EE6F54EADD3239A60DB2A4A0B4B5048, ____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_t39579540B4BF5D674E4CAA282D3CEA957BCB90D4 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items XRInputSubsystemU5BU5D_t72CE9C0EC58BC2745AF5405880ECA64FA2E4C02C* ____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_t39579540B4BF5D674E4CAA282D3CEA957BCB90D4, ____items_1)); } inline XRInputSubsystemU5BU5D_t72CE9C0EC58BC2745AF5405880ECA64FA2E4C02C* get__items_1() const { return ____items_1; } inline XRInputSubsystemU5BU5D_t72CE9C0EC58BC2745AF5405880ECA64FA2E4C02C** get_address_of__items_1() { return &____items_1; } inline void set__items_1(XRInputSubsystemU5BU5D_t72CE9C0EC58BC2745AF5405880ECA64FA2E4C02C* 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_t39579540B4BF5D674E4CAA282D3CEA957BCB90D4, ____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_t39579540B4BF5D674E4CAA282D3CEA957BCB90D4, ____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_t39579540B4BF5D674E4CAA282D3CEA957BCB90D4, ____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_t82E4873F3D4F1E8645F8EAD444668DC81AB70671 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items XRNodeStateU5BU5D_t6769DE0817BC77C129F02AE6C53CF9DCF954CCF5* ____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_t82E4873F3D4F1E8645F8EAD444668DC81AB70671, ____items_1)); } inline XRNodeStateU5BU5D_t6769DE0817BC77C129F02AE6C53CF9DCF954CCF5* get__items_1() const { return ____items_1; } inline XRNodeStateU5BU5D_t6769DE0817BC77C129F02AE6C53CF9DCF954CCF5** get_address_of__items_1() { return &____items_1; } inline void set__items_1(XRNodeStateU5BU5D_t6769DE0817BC77C129F02AE6C53CF9DCF954CCF5* 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_t82E4873F3D4F1E8645F8EAD444668DC81AB70671, ____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_t82E4873F3D4F1E8645F8EAD444668DC81AB70671, ____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_t82E4873F3D4F1E8645F8EAD444668DC81AB70671, ____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_tE7A3E65EF4EFEB8E88A946737890AE19BB382B79 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items OVRControllerBaseU5BU5D_t72B6FBC2F65F9CD9878726C327B8B846F839F3C0* ____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_tE7A3E65EF4EFEB8E88A946737890AE19BB382B79, ____items_1)); } inline OVRControllerBaseU5BU5D_t72B6FBC2F65F9CD9878726C327B8B846F839F3C0* get__items_1() const { return ____items_1; } inline OVRControllerBaseU5BU5D_t72B6FBC2F65F9CD9878726C327B8B846F839F3C0** get_address_of__items_1() { return &____items_1; } inline void set__items_1(OVRControllerBaseU5BU5D_t72B6FBC2F65F9CD9878726C327B8B846F839F3C0* 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_tE7A3E65EF4EFEB8E88A946737890AE19BB382B79, ____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_tE7A3E65EF4EFEB8E88A946737890AE19BB382B79, ____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_tE7A3E65EF4EFEB8E88A946737890AE19BB382B79, ____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.Dictionary`2/ValueCollection struct ValueCollection_t5DD3CEF47A7923077F33761F86BC54BA89428B41 : public RuntimeObject { public: // System.Collections.Generic.Dictionary`2 System.Collections.Generic.Dictionary`2/ValueCollection::dictionary Dictionary_2_t39026A5DD820BD9D56E31AE040F65A46CC96DC43 * ___dictionary_0; public: inline static int32_t get_offset_of_dictionary_0() { return static_cast(offsetof(ValueCollection_t5DD3CEF47A7923077F33761F86BC54BA89428B41, ___dictionary_0)); } inline Dictionary_2_t39026A5DD820BD9D56E31AE040F65A46CC96DC43 * get_dictionary_0() const { return ___dictionary_0; } inline Dictionary_2_t39026A5DD820BD9D56E31AE040F65A46CC96DC43 ** get_address_of_dictionary_0() { return &___dictionary_0; } inline void set_dictionary_0(Dictionary_2_t39026A5DD820BD9D56E31AE040F65A46CC96DC43 * value) { ___dictionary_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___dictionary_0), (void*)value); } }; // System.Collections.Generic.Dictionary`2/ValueCollection struct ValueCollection_t28C5EADCF5205986726B544E972D81491CD308DA : public RuntimeObject { public: // System.Collections.Generic.Dictionary`2 System.Collections.Generic.Dictionary`2/ValueCollection::dictionary Dictionary_2_t52ECB6047A9EDAD198D0CC53F331CDEAAA83BED8 * ___dictionary_0; public: inline static int32_t get_offset_of_dictionary_0() { return static_cast(offsetof(ValueCollection_t28C5EADCF5205986726B544E972D81491CD308DA, ___dictionary_0)); } inline Dictionary_2_t52ECB6047A9EDAD198D0CC53F331CDEAAA83BED8 * get_dictionary_0() const { return ___dictionary_0; } inline Dictionary_2_t52ECB6047A9EDAD198D0CC53F331CDEAAA83BED8 ** get_address_of_dictionary_0() { return &___dictionary_0; } inline void set_dictionary_0(Dictionary_2_t52ECB6047A9EDAD198D0CC53F331CDEAAA83BED8 * value) { ___dictionary_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___dictionary_0), (void*)value); } }; // UnityEngine.EventSystems.AbstractEventData struct AbstractEventData_tA0B5065DE3430C0031ADE061668E1C7073D718DF : public RuntimeObject { public: // System.Boolean UnityEngine.EventSystems.AbstractEventData::m_Used bool ___m_Used_0; public: inline static int32_t get_offset_of_m_Used_0() { return static_cast(offsetof(AbstractEventData_tA0B5065DE3430C0031ADE061668E1C7073D718DF, ___m_Used_0)); } inline bool get_m_Used_0() const { return ___m_Used_0; } inline bool* get_address_of_m_Used_0() { return &___m_Used_0; } inline void set_m_Used_0(bool value) { ___m_Used_0 = value; } }; struct Il2CppArrayBounds; // System.Array // System.Attribute struct Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 : public RuntimeObject { public: public: }; // System.Text.Encoding struct Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 : public RuntimeObject { public: // System.Int32 System.Text.Encoding::m_codePage int32_t ___m_codePage_9; // System.Globalization.CodePageDataItem System.Text.Encoding::dataItem CodePageDataItem_t09A62F57142BF0456C8F414898A37E79BCC9F09E * ___dataItem_10; // System.Boolean System.Text.Encoding::m_deserializedFromEverett bool ___m_deserializedFromEverett_11; // System.Boolean System.Text.Encoding::m_isReadOnly bool ___m_isReadOnly_12; // System.Text.EncoderFallback System.Text.Encoding::encoderFallback EncoderFallback_t02AC990075E17EB09F0D7E4831C3B3F264025CC4 * ___encoderFallback_13; // System.Text.DecoderFallback System.Text.Encoding::decoderFallback DecoderFallback_tF86D337D6576E81E5DA285E5673183EBC66DEF8D * ___decoderFallback_14; public: inline static int32_t get_offset_of_m_codePage_9() { return static_cast(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827, ___m_codePage_9)); } inline int32_t get_m_codePage_9() const { return ___m_codePage_9; } inline int32_t* get_address_of_m_codePage_9() { return &___m_codePage_9; } inline void set_m_codePage_9(int32_t value) { ___m_codePage_9 = value; } inline static int32_t get_offset_of_dataItem_10() { return static_cast(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827, ___dataItem_10)); } inline CodePageDataItem_t09A62F57142BF0456C8F414898A37E79BCC9F09E * get_dataItem_10() const { return ___dataItem_10; } inline CodePageDataItem_t09A62F57142BF0456C8F414898A37E79BCC9F09E ** get_address_of_dataItem_10() { return &___dataItem_10; } inline void set_dataItem_10(CodePageDataItem_t09A62F57142BF0456C8F414898A37E79BCC9F09E * value) { ___dataItem_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___dataItem_10), (void*)value); } inline static int32_t get_offset_of_m_deserializedFromEverett_11() { return static_cast(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827, ___m_deserializedFromEverett_11)); } inline bool get_m_deserializedFromEverett_11() const { return ___m_deserializedFromEverett_11; } inline bool* get_address_of_m_deserializedFromEverett_11() { return &___m_deserializedFromEverett_11; } inline void set_m_deserializedFromEverett_11(bool value) { ___m_deserializedFromEverett_11 = value; } inline static int32_t get_offset_of_m_isReadOnly_12() { return static_cast(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827, ___m_isReadOnly_12)); } inline bool get_m_isReadOnly_12() const { return ___m_isReadOnly_12; } inline bool* get_address_of_m_isReadOnly_12() { return &___m_isReadOnly_12; } inline void set_m_isReadOnly_12(bool value) { ___m_isReadOnly_12 = value; } inline static int32_t get_offset_of_encoderFallback_13() { return static_cast(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827, ___encoderFallback_13)); } inline EncoderFallback_t02AC990075E17EB09F0D7E4831C3B3F264025CC4 * get_encoderFallback_13() const { return ___encoderFallback_13; } inline EncoderFallback_t02AC990075E17EB09F0D7E4831C3B3F264025CC4 ** get_address_of_encoderFallback_13() { return &___encoderFallback_13; } inline void set_encoderFallback_13(EncoderFallback_t02AC990075E17EB09F0D7E4831C3B3F264025CC4 * value) { ___encoderFallback_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___encoderFallback_13), (void*)value); } inline static int32_t get_offset_of_decoderFallback_14() { return static_cast(offsetof(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827, ___decoderFallback_14)); } inline DecoderFallback_tF86D337D6576E81E5DA285E5673183EBC66DEF8D * get_decoderFallback_14() const { return ___decoderFallback_14; } inline DecoderFallback_tF86D337D6576E81E5DA285E5673183EBC66DEF8D ** get_address_of_decoderFallback_14() { return &___decoderFallback_14; } inline void set_decoderFallback_14(DecoderFallback_tF86D337D6576E81E5DA285E5673183EBC66DEF8D * value) { ___decoderFallback_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___decoderFallback_14), (void*)value); } }; // UnityEngine.EventSystems.ExecuteEvents struct ExecuteEvents_tEA324150A01AFB802974FA8B7DB1C19F83FECA68 : public RuntimeObject { public: public: }; // System.Reflection.MemberInfo struct MemberInfo_t : public RuntimeObject { public: public: }; // OVRBoundary struct OVRBoundary_tD61D7BB91BDB049797EFCC542682BCEC658B4EEF : public RuntimeObject { public: // System.Collections.Generic.List`1 OVRBoundary::cachedGeometryList List_1_t577D28CFF6DFE3F6A8D4409F7A21CBF513C04181 * ___cachedGeometryList_3; public: inline static int32_t get_offset_of_cachedGeometryList_3() { return static_cast(offsetof(OVRBoundary_tD61D7BB91BDB049797EFCC542682BCEC658B4EEF, ___cachedGeometryList_3)); } inline List_1_t577D28CFF6DFE3F6A8D4409F7A21CBF513C04181 * get_cachedGeometryList_3() const { return ___cachedGeometryList_3; } inline List_1_t577D28CFF6DFE3F6A8D4409F7A21CBF513C04181 ** get_address_of_cachedGeometryList_3() { return &___cachedGeometryList_3; } inline void set_cachedGeometryList_3(List_1_t577D28CFF6DFE3F6A8D4409F7A21CBF513C04181 * value) { ___cachedGeometryList_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___cachedGeometryList_3), (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); } }; // OVRKeyboard struct OVRKeyboard_tADC6E685BADD80BCBB9E7502E5E2923442D5299D : public RuntimeObject { public: public: }; // OVRKtxTexture struct OVRKtxTexture_t168449327EA857FAFC6E34B2E3BC681D9F6DBC45 : public RuntimeObject { public: public: }; // OVRMixedRealityCaptureConfigurationExtensions struct OVRMixedRealityCaptureConfigurationExtensions_t1E145F9CB8D3013411C6A064CF8AE7241D4B3D3E : public RuntimeObject { public: public: }; // OVRNetwork struct OVRNetwork_tA2538DAEB3244174CEA0D5976A5DAD8C8C4C8795 : public RuntimeObject { public: public: }; // OVRNodeStateProperties struct OVRNodeStateProperties_t33FEA0E601A8D34CE9B45363DA79AF8165612B5A : public RuntimeObject { public: public: }; // OVRTracker struct OVRTracker_tF07580E7AD8A4B9913B767CB1E7246CA0716599A : public RuntimeObject { public: public: }; // System.String struct String_t : public RuntimeObject { public: // System.Int32 System.String::m_stringLength int32_t ___m_stringLength_0; // System.Char System.String::m_firstChar Il2CppChar ___m_firstChar_1; public: inline static int32_t get_offset_of_m_stringLength_0() { return static_cast(offsetof(String_t, ___m_stringLength_0)); } inline int32_t get_m_stringLength_0() const { return ___m_stringLength_0; } inline int32_t* get_address_of_m_stringLength_0() { return &___m_stringLength_0; } inline void set_m_stringLength_0(int32_t value) { ___m_stringLength_0 = value; } inline static int32_t get_offset_of_m_firstChar_1() { return static_cast(offsetof(String_t, ___m_firstChar_1)); } inline Il2CppChar get_m_firstChar_1() const { return ___m_firstChar_1; } inline Il2CppChar* get_address_of_m_firstChar_1() { return &___m_firstChar_1; } inline void set_m_firstChar_1(Il2CppChar value) { ___m_firstChar_1 = value; } }; // System.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 { }; // System.Version struct Version_tBDAEDED25425A1D09910468B8BD1759115646E3C : public RuntimeObject { public: // System.Int32 System.Version::_Major int32_t ____Major_0; // System.Int32 System.Version::_Minor int32_t ____Minor_1; // System.Int32 System.Version::_Build int32_t ____Build_2; // System.Int32 System.Version::_Revision int32_t ____Revision_3; public: inline static int32_t get_offset_of__Major_0() { return static_cast(offsetof(Version_tBDAEDED25425A1D09910468B8BD1759115646E3C, ____Major_0)); } inline int32_t get__Major_0() const { return ____Major_0; } inline int32_t* get_address_of__Major_0() { return &____Major_0; } inline void set__Major_0(int32_t value) { ____Major_0 = value; } inline static int32_t get_offset_of__Minor_1() { return static_cast(offsetof(Version_tBDAEDED25425A1D09910468B8BD1759115646E3C, ____Minor_1)); } inline int32_t get__Minor_1() const { return ____Minor_1; } inline int32_t* get_address_of__Minor_1() { return &____Minor_1; } inline void set__Minor_1(int32_t value) { ____Minor_1 = value; } inline static int32_t get_offset_of__Build_2() { return static_cast(offsetof(Version_tBDAEDED25425A1D09910468B8BD1759115646E3C, ____Build_2)); } inline int32_t get__Build_2() const { return ____Build_2; } inline int32_t* get_address_of__Build_2() { return &____Build_2; } inline void set__Build_2(int32_t value) { ____Build_2 = value; } inline static int32_t get_offset_of__Revision_3() { return static_cast(offsetof(Version_tBDAEDED25425A1D09910468B8BD1759115646E3C, ____Revision_3)); } inline int32_t get__Revision_3() const { return ____Revision_3; } inline int32_t* get_address_of__Revision_3() { return &____Revision_3; } inline void set__Revision_3(int32_t value) { ____Revision_3 = value; } }; // OVRManager/<>c struct U3CU3Ec_t2455A4909A7C3AE3EE474F8CF9BA1970E158307E : public RuntimeObject { public: public: }; // UnityEngine.EventSystems.PointerInputModule/MouseState struct MouseState_tD62A64A795CF964D179003BB566EF667DB7DACC1 : public RuntimeObject { public: // System.Collections.Generic.List`1 UnityEngine.EventSystems.PointerInputModule/MouseState::m_TrackedButtons List_1_t75FFBEBE24171F12D0459DE4BA90E0FD3E22A60E * ___m_TrackedButtons_0; public: inline static int32_t get_offset_of_m_TrackedButtons_0() { return static_cast(offsetof(MouseState_tD62A64A795CF964D179003BB566EF667DB7DACC1, ___m_TrackedButtons_0)); } inline List_1_t75FFBEBE24171F12D0459DE4BA90E0FD3E22A60E * get_m_TrackedButtons_0() const { return ___m_TrackedButtons_0; } inline List_1_t75FFBEBE24171F12D0459DE4BA90E0FD3E22A60E ** get_address_of_m_TrackedButtons_0() { return &___m_TrackedButtons_0; } inline void set_m_TrackedButtons_0(List_1_t75FFBEBE24171F12D0459DE4BA90E0FD3E22A60E * value) { ___m_TrackedButtons_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_TrackedButtons_0), (void*)value); } }; // System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator struct Enumerator_t92FC3343AE993B413E3617F09EA8BAD1D669CB76 { public: // System.Collections.Generic.Dictionary`2 System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator::dictionary Dictionary_2_t39026A5DD820BD9D56E31AE040F65A46CC96DC43 * ___dictionary_0; // System.Int32 System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator::index int32_t ___index_1; // System.Int32 System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator::version int32_t ___version_2; // TValue System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator::currentValue OVRPointerEventData_t4FCC0A544D8D5203E198646B96A675CD4A97FE1C * ___currentValue_3; public: inline static int32_t get_offset_of_dictionary_0() { return static_cast(offsetof(Enumerator_t92FC3343AE993B413E3617F09EA8BAD1D669CB76, ___dictionary_0)); } inline Dictionary_2_t39026A5DD820BD9D56E31AE040F65A46CC96DC43 * get_dictionary_0() const { return ___dictionary_0; } inline Dictionary_2_t39026A5DD820BD9D56E31AE040F65A46CC96DC43 ** get_address_of_dictionary_0() { return &___dictionary_0; } inline void set_dictionary_0(Dictionary_2_t39026A5DD820BD9D56E31AE040F65A46CC96DC43 * value) { ___dictionary_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___dictionary_0), (void*)value); } inline static int32_t get_offset_of_index_1() { return static_cast(offsetof(Enumerator_t92FC3343AE993B413E3617F09EA8BAD1D669CB76, ___index_1)); } inline int32_t get_index_1() const { return ___index_1; } inline int32_t* get_address_of_index_1() { return &___index_1; } inline void set_index_1(int32_t value) { ___index_1 = value; } inline static int32_t get_offset_of_version_2() { return static_cast(offsetof(Enumerator_t92FC3343AE993B413E3617F09EA8BAD1D669CB76, ___version_2)); } inline int32_t get_version_2() const { return ___version_2; } inline int32_t* get_address_of_version_2() { return &___version_2; } inline void set_version_2(int32_t value) { ___version_2 = value; } inline static int32_t get_offset_of_currentValue_3() { return static_cast(offsetof(Enumerator_t92FC3343AE993B413E3617F09EA8BAD1D669CB76, ___currentValue_3)); } inline OVRPointerEventData_t4FCC0A544D8D5203E198646B96A675CD4A97FE1C * get_currentValue_3() const { return ___currentValue_3; } inline OVRPointerEventData_t4FCC0A544D8D5203E198646B96A675CD4A97FE1C ** get_address_of_currentValue_3() { return &___currentValue_3; } inline void set_currentValue_3(OVRPointerEventData_t4FCC0A544D8D5203E198646B96A675CD4A97FE1C * value) { ___currentValue_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___currentValue_3), (void*)value); } }; // System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator struct Enumerator_tC388053BE5235308C1C6087681EC24B2B659648F { public: // System.Collections.Generic.Dictionary`2 System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator::dictionary Dictionary_2_tE1E5B6327FFA2C7AE34A69E0011815C914771C2F * ___dictionary_0; // System.Int32 System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator::index int32_t ___index_1; // System.Int32 System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator::version int32_t ___version_2; // TValue System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator::currentValue RuntimeObject * ___currentValue_3; public: inline static int32_t get_offset_of_dictionary_0() { return static_cast(offsetof(Enumerator_tC388053BE5235308C1C6087681EC24B2B659648F, ___dictionary_0)); } inline Dictionary_2_tE1E5B6327FFA2C7AE34A69E0011815C914771C2F * get_dictionary_0() const { return ___dictionary_0; } inline Dictionary_2_tE1E5B6327FFA2C7AE34A69E0011815C914771C2F ** get_address_of_dictionary_0() { return &___dictionary_0; } inline void set_dictionary_0(Dictionary_2_tE1E5B6327FFA2C7AE34A69E0011815C914771C2F * value) { ___dictionary_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___dictionary_0), (void*)value); } inline static int32_t get_offset_of_index_1() { return static_cast(offsetof(Enumerator_tC388053BE5235308C1C6087681EC24B2B659648F, ___index_1)); } inline int32_t get_index_1() const { return ___index_1; } inline int32_t* get_address_of_index_1() { return &___index_1; } inline void set_index_1(int32_t value) { ___index_1 = value; } inline static int32_t get_offset_of_version_2() { return static_cast(offsetof(Enumerator_tC388053BE5235308C1C6087681EC24B2B659648F, ___version_2)); } inline int32_t get_version_2() const { return ___version_2; } inline int32_t* get_address_of_version_2() { return &___version_2; } inline void set_version_2(int32_t value) { ___version_2 = value; } inline static int32_t get_offset_of_currentValue_3() { return static_cast(offsetof(Enumerator_tC388053BE5235308C1C6087681EC24B2B659648F, ___currentValue_3)); } inline RuntimeObject * get_currentValue_3() const { return ___currentValue_3; } inline RuntimeObject ** get_address_of_currentValue_3() { return &___currentValue_3; } inline void set_currentValue_3(RuntimeObject * value) { ___currentValue_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___currentValue_3), (void*)value); } }; // System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator struct Enumerator_tDD7C86175C878768DE9E76781A12F8E1AE1BA9D4 { public: // System.Collections.Generic.Dictionary`2 System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator::dictionary Dictionary_2_t52ECB6047A9EDAD198D0CC53F331CDEAAA83BED8 * ___dictionary_0; // System.Int32 System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator::index int32_t ___index_1; // System.Int32 System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator::version int32_t ___version_2; // TValue System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator::currentValue PointerEventData_tC6C1BEE9D4C8755A31DA7FC0C9A1F28A36456954 * ___currentValue_3; public: inline static int32_t get_offset_of_dictionary_0() { return static_cast(offsetof(Enumerator_tDD7C86175C878768DE9E76781A12F8E1AE1BA9D4, ___dictionary_0)); } inline Dictionary_2_t52ECB6047A9EDAD198D0CC53F331CDEAAA83BED8 * get_dictionary_0() const { return ___dictionary_0; } inline Dictionary_2_t52ECB6047A9EDAD198D0CC53F331CDEAAA83BED8 ** get_address_of_dictionary_0() { return &___dictionary_0; } inline void set_dictionary_0(Dictionary_2_t52ECB6047A9EDAD198D0CC53F331CDEAAA83BED8 * value) { ___dictionary_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___dictionary_0), (void*)value); } inline static int32_t get_offset_of_index_1() { return static_cast(offsetof(Enumerator_tDD7C86175C878768DE9E76781A12F8E1AE1BA9D4, ___index_1)); } inline int32_t get_index_1() const { return ___index_1; } inline int32_t* get_address_of_index_1() { return &___index_1; } inline void set_index_1(int32_t value) { ___index_1 = value; } inline static int32_t get_offset_of_version_2() { return static_cast(offsetof(Enumerator_tDD7C86175C878768DE9E76781A12F8E1AE1BA9D4, ___version_2)); } inline int32_t get_version_2() const { return ___version_2; } inline int32_t* get_address_of_version_2() { return &___version_2; } inline void set_version_2(int32_t value) { ___version_2 = value; } inline static int32_t get_offset_of_currentValue_3() { return static_cast(offsetof(Enumerator_tDD7C86175C878768DE9E76781A12F8E1AE1BA9D4, ___currentValue_3)); } inline PointerEventData_tC6C1BEE9D4C8755A31DA7FC0C9A1F28A36456954 * get_currentValue_3() const { return ___currentValue_3; } inline PointerEventData_tC6C1BEE9D4C8755A31DA7FC0C9A1F28A36456954 ** get_address_of_currentValue_3() { return &___currentValue_3; } inline void set_currentValue_3(PointerEventData_tC6C1BEE9D4C8755A31DA7FC0C9A1F28A36456954 * value) { ___currentValue_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___currentValue_3), (void*)value); } }; // 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); } }; // UnityEngine.BoneWeight struct BoneWeight_t48ACF6336A02E6D89797F11624FBC9108CF076D8 { public: // System.Single UnityEngine.BoneWeight::m_Weight0 float ___m_Weight0_0; // System.Single UnityEngine.BoneWeight::m_Weight1 float ___m_Weight1_1; // System.Single UnityEngine.BoneWeight::m_Weight2 float ___m_Weight2_2; // System.Single UnityEngine.BoneWeight::m_Weight3 float ___m_Weight3_3; // System.Int32 UnityEngine.BoneWeight::m_BoneIndex0 int32_t ___m_BoneIndex0_4; // System.Int32 UnityEngine.BoneWeight::m_BoneIndex1 int32_t ___m_BoneIndex1_5; // System.Int32 UnityEngine.BoneWeight::m_BoneIndex2 int32_t ___m_BoneIndex2_6; // System.Int32 UnityEngine.BoneWeight::m_BoneIndex3 int32_t ___m_BoneIndex3_7; public: inline static int32_t get_offset_of_m_Weight0_0() { return static_cast(offsetof(BoneWeight_t48ACF6336A02E6D89797F11624FBC9108CF076D8, ___m_Weight0_0)); } inline float get_m_Weight0_0() const { return ___m_Weight0_0; } inline float* get_address_of_m_Weight0_0() { return &___m_Weight0_0; } inline void set_m_Weight0_0(float value) { ___m_Weight0_0 = value; } inline static int32_t get_offset_of_m_Weight1_1() { return static_cast(offsetof(BoneWeight_t48ACF6336A02E6D89797F11624FBC9108CF076D8, ___m_Weight1_1)); } inline float get_m_Weight1_1() const { return ___m_Weight1_1; } inline float* get_address_of_m_Weight1_1() { return &___m_Weight1_1; } inline void set_m_Weight1_1(float value) { ___m_Weight1_1 = value; } inline static int32_t get_offset_of_m_Weight2_2() { return static_cast(offsetof(BoneWeight_t48ACF6336A02E6D89797F11624FBC9108CF076D8, ___m_Weight2_2)); } inline float get_m_Weight2_2() const { return ___m_Weight2_2; } inline float* get_address_of_m_Weight2_2() { return &___m_Weight2_2; } inline void set_m_Weight2_2(float value) { ___m_Weight2_2 = value; } inline static int32_t get_offset_of_m_Weight3_3() { return static_cast(offsetof(BoneWeight_t48ACF6336A02E6D89797F11624FBC9108CF076D8, ___m_Weight3_3)); } inline float get_m_Weight3_3() const { return ___m_Weight3_3; } inline float* get_address_of_m_Weight3_3() { return &___m_Weight3_3; } inline void set_m_Weight3_3(float value) { ___m_Weight3_3 = value; } inline static int32_t get_offset_of_m_BoneIndex0_4() { return static_cast(offsetof(BoneWeight_t48ACF6336A02E6D89797F11624FBC9108CF076D8, ___m_BoneIndex0_4)); } inline int32_t get_m_BoneIndex0_4() const { return ___m_BoneIndex0_4; } inline int32_t* get_address_of_m_BoneIndex0_4() { return &___m_BoneIndex0_4; } inline void set_m_BoneIndex0_4(int32_t value) { ___m_BoneIndex0_4 = value; } inline static int32_t get_offset_of_m_BoneIndex1_5() { return static_cast(offsetof(BoneWeight_t48ACF6336A02E6D89797F11624FBC9108CF076D8, ___m_BoneIndex1_5)); } inline int32_t get_m_BoneIndex1_5() const { return ___m_BoneIndex1_5; } inline int32_t* get_address_of_m_BoneIndex1_5() { return &___m_BoneIndex1_5; } inline void set_m_BoneIndex1_5(int32_t value) { ___m_BoneIndex1_5 = value; } inline static int32_t get_offset_of_m_BoneIndex2_6() { return static_cast(offsetof(BoneWeight_t48ACF6336A02E6D89797F11624FBC9108CF076D8, ___m_BoneIndex2_6)); } inline int32_t get_m_BoneIndex2_6() const { return ___m_BoneIndex2_6; } inline int32_t* get_address_of_m_BoneIndex2_6() { return &___m_BoneIndex2_6; } inline void set_m_BoneIndex2_6(int32_t value) { ___m_BoneIndex2_6 = value; } inline static int32_t get_offset_of_m_BoneIndex3_7() { return static_cast(offsetof(BoneWeight_t48ACF6336A02E6D89797F11624FBC9108CF076D8, ___m_BoneIndex3_7)); } inline int32_t get_m_BoneIndex3_7() const { return ___m_BoneIndex3_7; } inline int32_t* get_address_of_m_BoneIndex3_7() { return &___m_BoneIndex3_7; } inline void set_m_BoneIndex3_7(int32_t value) { ___m_BoneIndex3_7 = value; } }; // System.Boolean struct Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37 { public: // System.Boolean System.Boolean::m_value bool ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37, ___m_value_0)); } inline bool get_m_value_0() const { return ___m_value_0; } inline bool* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(bool value) { ___m_value_0 = value; } }; // System.Byte struct Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056 { public: // System.Byte System.Byte::m_value uint8_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056, ___m_value_0)); } inline uint8_t get_m_value_0() const { return ___m_value_0; } inline uint8_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(uint8_t value) { ___m_value_0 = value; } }; // System.Char struct Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14 { public: // System.Char System.Char::m_value Il2CppChar ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14, ___m_value_0)); } inline Il2CppChar get_m_value_0() const { return ___m_value_0; } inline Il2CppChar* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(Il2CppChar value) { ___m_value_0 = value; } }; // UnityEngine.Color struct Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 { public: // System.Single UnityEngine.Color::r float ___r_0; // System.Single UnityEngine.Color::g float ___g_1; // System.Single UnityEngine.Color::b float ___b_2; // System.Single UnityEngine.Color::a float ___a_3; public: inline static int32_t get_offset_of_r_0() { return static_cast(offsetof(Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659, ___r_0)); } inline float get_r_0() const { return ___r_0; } inline float* get_address_of_r_0() { return &___r_0; } inline void set_r_0(float value) { ___r_0 = value; } inline static int32_t get_offset_of_g_1() { return static_cast(offsetof(Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659, ___g_1)); } inline float get_g_1() const { return ___g_1; } inline float* get_address_of_g_1() { return &___g_1; } inline void set_g_1(float value) { ___g_1 = value; } inline static int32_t get_offset_of_b_2() { return static_cast(offsetof(Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659, ___b_2)); } inline float get_b_2() const { return ___b_2; } inline float* get_address_of_b_2() { return &___b_2; } inline void set_b_2(float value) { ___b_2 = value; } inline static int32_t get_offset_of_a_3() { return static_cast(offsetof(Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659, ___a_3)); } inline float get_a_3() const { return ___a_3; } inline float* get_address_of_a_3() { return &___a_3; } inline void set_a_3(float value) { ___a_3 = value; } }; // 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; } }; // System.Guid struct Guid_t { public: // System.Int32 System.Guid::_a int32_t ____a_1; // System.Int16 System.Guid::_b int16_t ____b_2; // System.Int16 System.Guid::_c int16_t ____c_3; // System.Byte System.Guid::_d uint8_t ____d_4; // System.Byte System.Guid::_e uint8_t ____e_5; // System.Byte System.Guid::_f uint8_t ____f_6; // System.Byte System.Guid::_g uint8_t ____g_7; // System.Byte System.Guid::_h uint8_t ____h_8; // System.Byte System.Guid::_i uint8_t ____i_9; // System.Byte System.Guid::_j uint8_t ____j_10; // System.Byte System.Guid::_k uint8_t ____k_11; public: inline static int32_t get_offset_of__a_1() { return static_cast(offsetof(Guid_t, ____a_1)); } inline int32_t get__a_1() const { return ____a_1; } inline int32_t* get_address_of__a_1() { return &____a_1; } inline void set__a_1(int32_t value) { ____a_1 = value; } inline static int32_t get_offset_of__b_2() { return static_cast(offsetof(Guid_t, ____b_2)); } inline int16_t get__b_2() const { return ____b_2; } inline int16_t* get_address_of__b_2() { return &____b_2; } inline void set__b_2(int16_t value) { ____b_2 = value; } inline static int32_t get_offset_of__c_3() { return static_cast(offsetof(Guid_t, ____c_3)); } inline int16_t get__c_3() const { return ____c_3; } inline int16_t* get_address_of__c_3() { return &____c_3; } inline void set__c_3(int16_t value) { ____c_3 = value; } inline static int32_t get_offset_of__d_4() { return static_cast(offsetof(Guid_t, ____d_4)); } inline uint8_t get__d_4() const { return ____d_4; } inline uint8_t* get_address_of__d_4() { return &____d_4; } inline void set__d_4(uint8_t value) { ____d_4 = value; } inline static int32_t get_offset_of__e_5() { return static_cast(offsetof(Guid_t, ____e_5)); } inline uint8_t get__e_5() const { return ____e_5; } inline uint8_t* get_address_of__e_5() { return &____e_5; } inline void set__e_5(uint8_t value) { ____e_5 = value; } inline static int32_t get_offset_of__f_6() { return static_cast(offsetof(Guid_t, ____f_6)); } inline uint8_t get__f_6() const { return ____f_6; } inline uint8_t* get_address_of__f_6() { return &____f_6; } inline void set__f_6(uint8_t value) { ____f_6 = value; } inline static int32_t get_offset_of__g_7() { return static_cast(offsetof(Guid_t, ____g_7)); } inline uint8_t get__g_7() const { return ____g_7; } inline uint8_t* get_address_of__g_7() { return &____g_7; } inline void set__g_7(uint8_t value) { ____g_7 = value; } inline static int32_t get_offset_of__h_8() { return static_cast(offsetof(Guid_t, ____h_8)); } inline uint8_t get__h_8() const { return ____h_8; } inline uint8_t* get_address_of__h_8() { return &____h_8; } inline void set__h_8(uint8_t value) { ____h_8 = value; } inline static int32_t get_offset_of__i_9() { return static_cast(offsetof(Guid_t, ____i_9)); } inline uint8_t get__i_9() const { return ____i_9; } inline uint8_t* get_address_of__i_9() { return &____i_9; } inline void set__i_9(uint8_t value) { ____i_9 = value; } inline static int32_t get_offset_of__j_10() { return static_cast(offsetof(Guid_t, ____j_10)); } inline uint8_t get__j_10() const { return ____j_10; } inline uint8_t* get_address_of__j_10() { return &____j_10; } inline void set__j_10(uint8_t value) { ____j_10 = value; } inline static int32_t get_offset_of__k_11() { return static_cast(offsetof(Guid_t, ____k_11)); } inline uint8_t get__k_11() const { return ____k_11; } inline uint8_t* get_address_of__k_11() { return &____k_11; } inline void set__k_11(uint8_t value) { ____k_11 = 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.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.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.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; }; // 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; } }; // 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; } }; // OVRMeshData struct OVRMeshData_tD7F3E4F22475081FD66DDE30A12C407CFF4C993A { public: // UnityEngine.Mesh OVRMeshData::mesh Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 * ___mesh_0; // UnityEngine.Material OVRMeshData::material Material_t8927C00353A72755313F046D0CE85178AE8218EE * ___material_1; public: inline static int32_t get_offset_of_mesh_0() { return static_cast(offsetof(OVRMeshData_tD7F3E4F22475081FD66DDE30A12C407CFF4C993A, ___mesh_0)); } inline Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 * get_mesh_0() const { return ___mesh_0; } inline Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 ** get_address_of_mesh_0() { return &___mesh_0; } inline void set_mesh_0(Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 * value) { ___mesh_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___mesh_0), (void*)value); } inline static int32_t get_offset_of_material_1() { return static_cast(offsetof(OVRMeshData_tD7F3E4F22475081FD66DDE30A12C407CFF4C993A, ___material_1)); } inline Material_t8927C00353A72755313F046D0CE85178AE8218EE * get_material_1() const { return ___material_1; } inline Material_t8927C00353A72755313F046D0CE85178AE8218EE ** get_address_of_material_1() { return &___material_1; } inline void set_material_1(Material_t8927C00353A72755313F046D0CE85178AE8218EE * value) { ___material_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___material_1), (void*)value); } }; // Native definition for P/Invoke marshalling of OVRMeshData struct OVRMeshData_tD7F3E4F22475081FD66DDE30A12C407CFF4C993A_marshaled_pinvoke { Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 * ___mesh_0; Material_t8927C00353A72755313F046D0CE85178AE8218EE * ___material_1; }; // Native definition for COM marshalling of OVRMeshData struct OVRMeshData_tD7F3E4F22475081FD66DDE30A12C407CFF4C993A_marshaled_com { Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 * ___mesh_0; Material_t8927C00353A72755313F046D0CE85178AE8218EE * ___material_1; }; // UnityEngine.PropertyAttribute struct PropertyAttribute_t4A352471DF625C56C811E27AC86B7E1CE6444052 : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 { public: public: }; // UnityEngine.Quaternion struct Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 { public: // System.Single UnityEngine.Quaternion::x float ___x_0; // System.Single UnityEngine.Quaternion::y float ___y_1; // System.Single UnityEngine.Quaternion::z float ___z_2; // System.Single UnityEngine.Quaternion::w float ___w_3; public: inline static int32_t get_offset_of_x_0() { return static_cast(offsetof(Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4, ___x_0)); } inline float get_x_0() const { return ___x_0; } inline float* get_address_of_x_0() { return &___x_0; } inline void set_x_0(float value) { ___x_0 = value; } inline static int32_t get_offset_of_y_1() { return static_cast(offsetof(Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4, ___y_1)); } inline float get_y_1() const { return ___y_1; } inline float* get_address_of_y_1() { return &___y_1; } inline void set_y_1(float value) { ___y_1 = value; } inline static int32_t get_offset_of_z_2() { return static_cast(offsetof(Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4, ___z_2)); } inline float get_z_2() const { return ___z_2; } inline float* get_address_of_z_2() { return &___z_2; } inline void set_z_2(float value) { ___z_2 = value; } inline static int32_t get_offset_of_w_3() { return static_cast(offsetof(Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4, ___w_3)); } inline float get_w_3() const { return ___w_3; } inline float* get_address_of_w_3() { return &___w_3; } inline void set_w_3(float value) { ___w_3 = value; } }; // 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; } }; // 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; } }; // 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.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.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: }; // OVRMeshRenderer/MeshRendererData struct MeshRendererData_tA9462CC7A10B9DB77EC1C4A6379687292D8F086D { public: // System.Boolean OVRMeshRenderer/MeshRendererData::k__BackingField bool ___U3CIsDataValidU3Ek__BackingField_0; // System.Boolean OVRMeshRenderer/MeshRendererData::k__BackingField bool ___U3CIsDataHighConfidenceU3Ek__BackingField_1; // System.Boolean OVRMeshRenderer/MeshRendererData::k__BackingField bool ___U3CShouldUseSystemGestureMaterialU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CIsDataValidU3Ek__BackingField_0() { return static_cast(offsetof(MeshRendererData_tA9462CC7A10B9DB77EC1C4A6379687292D8F086D, ___U3CIsDataValidU3Ek__BackingField_0)); } inline bool get_U3CIsDataValidU3Ek__BackingField_0() const { return ___U3CIsDataValidU3Ek__BackingField_0; } inline bool* get_address_of_U3CIsDataValidU3Ek__BackingField_0() { return &___U3CIsDataValidU3Ek__BackingField_0; } inline void set_U3CIsDataValidU3Ek__BackingField_0(bool value) { ___U3CIsDataValidU3Ek__BackingField_0 = value; } inline static int32_t get_offset_of_U3CIsDataHighConfidenceU3Ek__BackingField_1() { return static_cast(offsetof(MeshRendererData_tA9462CC7A10B9DB77EC1C4A6379687292D8F086D, ___U3CIsDataHighConfidenceU3Ek__BackingField_1)); } inline bool get_U3CIsDataHighConfidenceU3Ek__BackingField_1() const { return ___U3CIsDataHighConfidenceU3Ek__BackingField_1; } inline bool* get_address_of_U3CIsDataHighConfidenceU3Ek__BackingField_1() { return &___U3CIsDataHighConfidenceU3Ek__BackingField_1; } inline void set_U3CIsDataHighConfidenceU3Ek__BackingField_1(bool value) { ___U3CIsDataHighConfidenceU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CShouldUseSystemGestureMaterialU3Ek__BackingField_2() { return static_cast(offsetof(MeshRendererData_tA9462CC7A10B9DB77EC1C4A6379687292D8F086D, ___U3CShouldUseSystemGestureMaterialU3Ek__BackingField_2)); } inline bool get_U3CShouldUseSystemGestureMaterialU3Ek__BackingField_2() const { return ___U3CShouldUseSystemGestureMaterialU3Ek__BackingField_2; } inline bool* get_address_of_U3CShouldUseSystemGestureMaterialU3Ek__BackingField_2() { return &___U3CShouldUseSystemGestureMaterialU3Ek__BackingField_2; } inline void set_U3CShouldUseSystemGestureMaterialU3Ek__BackingField_2(bool value) { ___U3CShouldUseSystemGestureMaterialU3Ek__BackingField_2 = value; } }; // Native definition for P/Invoke marshalling of OVRMeshRenderer/MeshRendererData struct MeshRendererData_tA9462CC7A10B9DB77EC1C4A6379687292D8F086D_marshaled_pinvoke { int32_t ___U3CIsDataValidU3Ek__BackingField_0; int32_t ___U3CIsDataHighConfidenceU3Ek__BackingField_1; int32_t ___U3CShouldUseSystemGestureMaterialU3Ek__BackingField_2; }; // Native definition for COM marshalling of OVRMeshRenderer/MeshRendererData struct MeshRendererData_tA9462CC7A10B9DB77EC1C4A6379687292D8F086D_marshaled_com { int32_t ___U3CIsDataValidU3Ek__BackingField_0; int32_t ___U3CIsDataHighConfidenceU3Ek__BackingField_1; int32_t ___U3CShouldUseSystemGestureMaterialU3Ek__BackingField_2; }; // 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/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/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/SpatialEntityUuid struct SpatialEntityUuid_tA19AAB8C1F10B9E48669D6191686B30F350BD8B1 { public: // System.UInt64 OVRPlugin/SpatialEntityUuid::Value_0 uint64_t ___Value_0_0; // System.UInt64 OVRPlugin/SpatialEntityUuid::Value_1 uint64_t ___Value_1_1; public: inline static int32_t get_offset_of_Value_0_0() { return static_cast(offsetof(SpatialEntityUuid_tA19AAB8C1F10B9E48669D6191686B30F350BD8B1, ___Value_0_0)); } inline uint64_t get_Value_0_0() const { return ___Value_0_0; } inline uint64_t* get_address_of_Value_0_0() { return &___Value_0_0; } inline void set_Value_0_0(uint64_t value) { ___Value_0_0 = value; } inline static int32_t get_offset_of_Value_1_1() { return static_cast(offsetof(SpatialEntityUuid_tA19AAB8C1F10B9E48669D6191686B30F350BD8B1, ___Value_1_1)); } inline uint64_t get_Value_1_1() const { return ___Value_1_1; } inline uint64_t* get_address_of_Value_1_1() { return &___Value_1_1; } inline void set_Value_1_1(uint64_t value) { ___Value_1_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; } }; // OVRPlugin/Vector4f struct Vector4f_t24110069BA2FAF7DB40FE0F5ADB8D9077AE473EE { public: // System.Single OVRPlugin/Vector4f::x float ___x_0; // System.Single OVRPlugin/Vector4f::y float ___y_1; // System.Single OVRPlugin/Vector4f::z float ___z_2; // System.Single OVRPlugin/Vector4f::w float ___w_3; public: inline static int32_t get_offset_of_x_0() { return static_cast(offsetof(Vector4f_t24110069BA2FAF7DB40FE0F5ADB8D9077AE473EE, ___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(Vector4f_t24110069BA2FAF7DB40FE0F5ADB8D9077AE473EE, ___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(Vector4f_t24110069BA2FAF7DB40FE0F5ADB8D9077AE473EE, ___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(Vector4f_t24110069BA2FAF7DB40FE0F5ADB8D9077AE473EE, ___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/Vector4s struct Vector4s_tD5B54B42EDC5CC229E64974A8A66DFF6EA3F54E1 { public: // System.Int16 OVRPlugin/Vector4s::x int16_t ___x_0; // System.Int16 OVRPlugin/Vector4s::y int16_t ___y_1; // System.Int16 OVRPlugin/Vector4s::z int16_t ___z_2; // System.Int16 OVRPlugin/Vector4s::w int16_t ___w_3; public: inline static int32_t get_offset_of_x_0() { return static_cast(offsetof(Vector4s_tD5B54B42EDC5CC229E64974A8A66DFF6EA3F54E1, ___x_0)); } inline int16_t get_x_0() const { return ___x_0; } inline int16_t* get_address_of_x_0() { return &___x_0; } inline void set_x_0(int16_t value) { ___x_0 = value; } inline static int32_t get_offset_of_y_1() { return static_cast(offsetof(Vector4s_tD5B54B42EDC5CC229E64974A8A66DFF6EA3F54E1, ___y_1)); } inline int16_t get_y_1() const { return ___y_1; } inline int16_t* get_address_of_y_1() { return &___y_1; } inline void set_y_1(int16_t value) { ___y_1 = value; } inline static int32_t get_offset_of_z_2() { return static_cast(offsetof(Vector4s_tD5B54B42EDC5CC229E64974A8A66DFF6EA3F54E1, ___z_2)); } inline int16_t get_z_2() const { return ___z_2; } inline int16_t* get_address_of_z_2() { return &___z_2; } inline void set_z_2(int16_t value) { ___z_2 = value; } inline static int32_t get_offset_of_w_3() { return static_cast(offsetof(Vector4s_tD5B54B42EDC5CC229E64974A8A66DFF6EA3F54E1, ___w_3)); } inline int16_t get_w_3() const { return ___w_3; } inline int16_t* get_address_of_w_3() { return &___w_3; } inline void set_w_3(int16_t value) { ___w_3 = value; } }; // System.WeakReference`1 struct WeakReference_1_t31103BF0AB213236F697B644B27B7480DEF79D5E : public RuntimeObject { public: // System.Runtime.InteropServices.GCHandle System.WeakReference`1::handle GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 ___handle_0; // System.Boolean System.WeakReference`1::trackResurrection bool ___trackResurrection_1; public: inline static int32_t get_offset_of_handle_0() { return static_cast(offsetof(WeakReference_1_t31103BF0AB213236F697B644B27B7480DEF79D5E, ___handle_0)); } inline GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 get_handle_0() const { return ___handle_0; } inline GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 * get_address_of_handle_0() { return &___handle_0; } inline void set_handle_0(GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 value) { ___handle_0 = value; } inline static int32_t get_offset_of_trackResurrection_1() { return static_cast(offsetof(WeakReference_1_t31103BF0AB213236F697B644B27B7480DEF79D5E, ___trackResurrection_1)); } inline bool get_trackResurrection_1() const { return ___trackResurrection_1; } inline bool* get_address_of_trackResurrection_1() { return &___trackResurrection_1; } inline void set_trackResurrection_1(bool value) { ___trackResurrection_1 = value; } }; // UnityEngine.XR.AvailableTrackingData struct AvailableTrackingData_tECF9F41E063E32F92AF43156E0C61190C82B47FC { public: // System.Int32 UnityEngine.XR.AvailableTrackingData::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(AvailableTrackingData_tECF9F41E063E32F92AF43156E0C61190C82B47FC, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Reflection.BindingFlags struct BindingFlags_tAAAB07D9AC588F0D55D844E51D7035E96DF94733 { public: // System.Int32 System.Reflection.BindingFlags::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(BindingFlags_tAAAB07D9AC588F0D55D844E51D7035E96DF94733, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // 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.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 } }; // UnityEngine.ColorSpace struct ColorSpace_tAD694F94295170CB332A0F99BBE086F4AC8C15BA { public: // System.Int32 UnityEngine.ColorSpace::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(ColorSpace_tAD694F94295170CB332A0F99BBE086F4AC8C15BA, ___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.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.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.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.ETrackedControllerRole struct ETrackedControllerRole_t3866907464D8BFE22DDCA105BDC91E170C3C7782 { public: // System.Int32 OVR.OpenVR.ETrackedControllerRole::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(ETrackedControllerRole_t3866907464D8BFE22DDCA105BDC91E170C3C7782, ___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.ETrackedDeviceClass struct ETrackedDeviceClass_t15F40C73B098C3B5887F462FC0E305E44687F870 { public: // System.Int32 OVR.OpenVR.ETrackedDeviceClass::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(ETrackedDeviceClass_t15F40C73B098C3B5887F462FC0E305E44687F870, ___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.ETrackedPropertyError struct ETrackedPropertyError_t4E6BC38F54BECD4CCE2BBD23D8EC0A25D2EB37DE { public: // System.Int32 OVR.OpenVR.ETrackedPropertyError::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(ETrackedPropertyError_t4E6BC38F54BECD4CCE2BBD23D8EC0A25D2EB37DE, ___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.EVROverlayError struct EVROverlayError_t9C3B971F85ECDAE2368A48E3D90492FE25B6CB25 { public: // System.Int32 OVR.OpenVR.EVROverlayError::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(EVROverlayError_t9C3B971F85ECDAE2368A48E3D90492FE25B6CB25, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Exception struct Exception_t : public RuntimeObject { public: // System.String System.Exception::_className String_t* ____className_1; // System.String System.Exception::_message String_t* ____message_2; // System.Collections.IDictionary System.Exception::_data RuntimeObject* ____data_3; // System.Exception System.Exception::_innerException Exception_t * ____innerException_4; // System.String System.Exception::_helpURL String_t* ____helpURL_5; // System.Object System.Exception::_stackTrace RuntimeObject * ____stackTrace_6; // System.String System.Exception::_stackTraceString String_t* ____stackTraceString_7; // System.String System.Exception::_remoteStackTraceString String_t* ____remoteStackTraceString_8; // System.Int32 System.Exception::_remoteStackIndex int32_t ____remoteStackIndex_9; // System.Object System.Exception::_dynamicMethods RuntimeObject * ____dynamicMethods_10; // System.Int32 System.Exception::_HResult int32_t ____HResult_11; // System.String System.Exception::_source String_t* ____source_12; // System.Runtime.Serialization.SafeSerializationManager System.Exception::_safeSerializationManager SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F * ____safeSerializationManager_13; // System.Diagnostics.StackTrace[] System.Exception::captured_traces StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971* ___captured_traces_14; // System.IntPtr[] System.Exception::native_trace_ips IntPtrU5BU5D_t27FC72B0409D75AAF33EC42498E8094E95FEE9A6* ___native_trace_ips_15; public: inline static int32_t get_offset_of__className_1() { return static_cast(offsetof(Exception_t, ____className_1)); } inline String_t* get__className_1() const { return ____className_1; } inline String_t** get_address_of__className_1() { return &____className_1; } inline void set__className_1(String_t* value) { ____className_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____className_1), (void*)value); } inline static int32_t get_offset_of__message_2() { return static_cast(offsetof(Exception_t, ____message_2)); } inline String_t* get__message_2() const { return ____message_2; } inline String_t** get_address_of__message_2() { return &____message_2; } inline void set__message_2(String_t* value) { ____message_2 = value; Il2CppCodeGenWriteBarrier((void**)(&____message_2), (void*)value); } inline static int32_t get_offset_of__data_3() { return static_cast(offsetof(Exception_t, ____data_3)); } inline RuntimeObject* get__data_3() const { return ____data_3; } inline RuntimeObject** get_address_of__data_3() { return &____data_3; } inline void set__data_3(RuntimeObject* value) { ____data_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____data_3), (void*)value); } inline static int32_t get_offset_of__innerException_4() { return static_cast(offsetof(Exception_t, ____innerException_4)); } inline Exception_t * get__innerException_4() const { return ____innerException_4; } inline Exception_t ** get_address_of__innerException_4() { return &____innerException_4; } inline void set__innerException_4(Exception_t * value) { ____innerException_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____innerException_4), (void*)value); } inline static int32_t get_offset_of__helpURL_5() { return static_cast(offsetof(Exception_t, ____helpURL_5)); } inline String_t* get__helpURL_5() const { return ____helpURL_5; } inline String_t** get_address_of__helpURL_5() { return &____helpURL_5; } inline void set__helpURL_5(String_t* value) { ____helpURL_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____helpURL_5), (void*)value); } inline static int32_t get_offset_of__stackTrace_6() { return static_cast(offsetof(Exception_t, ____stackTrace_6)); } inline RuntimeObject * get__stackTrace_6() const { return ____stackTrace_6; } inline RuntimeObject ** get_address_of__stackTrace_6() { return &____stackTrace_6; } inline void set__stackTrace_6(RuntimeObject * value) { ____stackTrace_6 = value; Il2CppCodeGenWriteBarrier((void**)(&____stackTrace_6), (void*)value); } inline static int32_t get_offset_of__stackTraceString_7() { return static_cast(offsetof(Exception_t, ____stackTraceString_7)); } inline String_t* get__stackTraceString_7() const { return ____stackTraceString_7; } inline String_t** get_address_of__stackTraceString_7() { return &____stackTraceString_7; } inline void set__stackTraceString_7(String_t* value) { ____stackTraceString_7 = value; Il2CppCodeGenWriteBarrier((void**)(&____stackTraceString_7), (void*)value); } inline static int32_t get_offset_of__remoteStackTraceString_8() { return static_cast(offsetof(Exception_t, ____remoteStackTraceString_8)); } inline String_t* get__remoteStackTraceString_8() const { return ____remoteStackTraceString_8; } inline String_t** get_address_of__remoteStackTraceString_8() { return &____remoteStackTraceString_8; } inline void set__remoteStackTraceString_8(String_t* value) { ____remoteStackTraceString_8 = value; Il2CppCodeGenWriteBarrier((void**)(&____remoteStackTraceString_8), (void*)value); } inline static int32_t get_offset_of__remoteStackIndex_9() { return static_cast(offsetof(Exception_t, ____remoteStackIndex_9)); } inline int32_t get__remoteStackIndex_9() const { return ____remoteStackIndex_9; } inline int32_t* get_address_of__remoteStackIndex_9() { return &____remoteStackIndex_9; } inline void set__remoteStackIndex_9(int32_t value) { ____remoteStackIndex_9 = value; } inline static int32_t get_offset_of__dynamicMethods_10() { return static_cast(offsetof(Exception_t, ____dynamicMethods_10)); } inline RuntimeObject * get__dynamicMethods_10() const { return ____dynamicMethods_10; } inline RuntimeObject ** get_address_of__dynamicMethods_10() { return &____dynamicMethods_10; } inline void set__dynamicMethods_10(RuntimeObject * value) { ____dynamicMethods_10 = value; Il2CppCodeGenWriteBarrier((void**)(&____dynamicMethods_10), (void*)value); } inline static int32_t get_offset_of__HResult_11() { return static_cast(offsetof(Exception_t, ____HResult_11)); } inline int32_t get__HResult_11() const { return ____HResult_11; } inline int32_t* get_address_of__HResult_11() { return &____HResult_11; } inline void set__HResult_11(int32_t value) { ____HResult_11 = value; } inline static int32_t get_offset_of__source_12() { return static_cast(offsetof(Exception_t, ____source_12)); } inline String_t* get__source_12() const { return ____source_12; } inline String_t** get_address_of__source_12() { return &____source_12; } inline void set__source_12(String_t* value) { ____source_12 = value; Il2CppCodeGenWriteBarrier((void**)(&____source_12), (void*)value); } inline static int32_t get_offset_of__safeSerializationManager_13() { return static_cast(offsetof(Exception_t, ____safeSerializationManager_13)); } inline SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F * get__safeSerializationManager_13() const { return ____safeSerializationManager_13; } inline SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F ** get_address_of__safeSerializationManager_13() { return &____safeSerializationManager_13; } inline void set__safeSerializationManager_13(SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F * value) { ____safeSerializationManager_13 = value; Il2CppCodeGenWriteBarrier((void**)(&____safeSerializationManager_13), (void*)value); } inline static int32_t get_offset_of_captured_traces_14() { return static_cast(offsetof(Exception_t, ___captured_traces_14)); } inline StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971* get_captured_traces_14() const { return ___captured_traces_14; } inline StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971** get_address_of_captured_traces_14() { return &___captured_traces_14; } inline void set_captured_traces_14(StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971* value) { ___captured_traces_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___captured_traces_14), (void*)value); } inline static int32_t get_offset_of_native_trace_ips_15() { return static_cast(offsetof(Exception_t, ___native_trace_ips_15)); } inline IntPtrU5BU5D_t27FC72B0409D75AAF33EC42498E8094E95FEE9A6* get_native_trace_ips_15() const { return ___native_trace_ips_15; } inline IntPtrU5BU5D_t27FC72B0409D75AAF33EC42498E8094E95FEE9A6** get_address_of_native_trace_ips_15() { return &___native_trace_ips_15; } inline void set_native_trace_ips_15(IntPtrU5BU5D_t27FC72B0409D75AAF33EC42498E8094E95FEE9A6* value) { ___native_trace_ips_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___native_trace_ips_15), (void*)value); } }; // Native definition for P/Invoke marshalling of System.Exception struct Exception_t_marshaled_pinvoke { char* ____className_1; char* ____message_2; RuntimeObject* ____data_3; Exception_t_marshaled_pinvoke* ____innerException_4; char* ____helpURL_5; Il2CppIUnknown* ____stackTrace_6; char* ____stackTraceString_7; char* ____remoteStackTraceString_8; int32_t ____remoteStackIndex_9; Il2CppIUnknown* ____dynamicMethods_10; int32_t ____HResult_11; char* ____source_12; SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F * ____safeSerializationManager_13; StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971* ___captured_traces_14; Il2CppSafeArray/*NONE*/* ___native_trace_ips_15; }; // Native definition for COM marshalling of System.Exception struct Exception_t_marshaled_com { Il2CppChar* ____className_1; Il2CppChar* ____message_2; RuntimeObject* ____data_3; Exception_t_marshaled_com* ____innerException_4; Il2CppChar* ____helpURL_5; Il2CppIUnknown* ____stackTrace_6; Il2CppChar* ____stackTraceString_7; Il2CppChar* ____remoteStackTraceString_8; int32_t ____remoteStackIndex_9; Il2CppIUnknown* ____dynamicMethods_10; int32_t ____HResult_11; Il2CppChar* ____source_12; SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F * ____safeSerializationManager_13; StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971* ___captured_traces_14; Il2CppSafeArray/*NONE*/* ___native_trace_ips_15; }; // System.Runtime.InteropServices.GCHandleType struct GCHandleType_t5D58978165671EDEFCCAE1E2B237BD5AE4E8BC38 { public: // System.Int32 System.Runtime.InteropServices.GCHandleType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(GCHandleType_t5D58978165671EDEFCCAE1E2B237BD5AE4E8BC38, ___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.GraphicsDeviceType struct GraphicsDeviceType_t531071CD9311C868D1279D2550F83670D18FB779 { public: // System.Int32 UnityEngine.Rendering.GraphicsDeviceType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(GraphicsDeviceType_t531071CD9311C868D1279D2550F83670D18FB779, ___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.Experimental.Rendering.GraphicsFormat struct GraphicsFormat_t07A3C024BC77B843C53A369D6FC02ABD27D2AB1D { public: // System.Int32 UnityEngine.Experimental.Rendering.GraphicsFormat::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(GraphicsFormat_t07A3C024BC77B843C53A369D6FC02ABD27D2AB1D, ___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.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; } }; // System.Int32Enum struct Int32Enum_t9B63F771913F2B6D586F1173B44A41FBE26F6B5C { public: // System.Int32 System.Int32Enum::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(Int32Enum_t9B63F771913F2B6D586F1173B44A41FBE26F6B5C, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // UnityEngine.IntegratedSubsystem struct IntegratedSubsystem_t8FB3A371F812CF9521903AC016C64E95C7412002 : public RuntimeObject { public: // System.IntPtr UnityEngine.IntegratedSubsystem::m_Ptr intptr_t ___m_Ptr_0; // UnityEngine.ISubsystemDescriptor UnityEngine.IntegratedSubsystem::m_SubsystemDescriptor RuntimeObject* ___m_SubsystemDescriptor_1; public: inline static int32_t get_offset_of_m_Ptr_0() { return static_cast(offsetof(IntegratedSubsystem_t8FB3A371F812CF9521903AC016C64E95C7412002, ___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_SubsystemDescriptor_1() { return static_cast(offsetof(IntegratedSubsystem_t8FB3A371F812CF9521903AC016C64E95C7412002, ___m_SubsystemDescriptor_1)); } inline RuntimeObject* get_m_SubsystemDescriptor_1() const { return ___m_SubsystemDescriptor_1; } inline RuntimeObject** get_address_of_m_SubsystemDescriptor_1() { return &___m_SubsystemDescriptor_1; } inline void set_m_SubsystemDescriptor_1(RuntimeObject* value) { ___m_SubsystemDescriptor_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_SubsystemDescriptor_1), (void*)value); } }; // Native definition for P/Invoke marshalling of UnityEngine.IntegratedSubsystem struct IntegratedSubsystem_t8FB3A371F812CF9521903AC016C64E95C7412002_marshaled_pinvoke { intptr_t ___m_Ptr_0; RuntimeObject* ___m_SubsystemDescriptor_1; }; // Native definition for COM marshalling of UnityEngine.IntegratedSubsystem struct IntegratedSubsystem_t8FB3A371F812CF9521903AC016C64E95C7412002_marshaled_com { intptr_t ___m_Ptr_0; RuntimeObject* ___m_SubsystemDescriptor_1; }; // UnityEngine.IntegratedSubsystemDescriptor struct IntegratedSubsystemDescriptor_tDC8AF8E5B67B983E4492D784A419F01693926D7A : public RuntimeObject { public: // System.IntPtr UnityEngine.IntegratedSubsystemDescriptor::m_Ptr intptr_t ___m_Ptr_0; public: inline static int32_t get_offset_of_m_Ptr_0() { return static_cast(offsetof(IntegratedSubsystemDescriptor_tDC8AF8E5B67B983E4492D784A419F01693926D7A, ___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.IntegratedSubsystemDescriptor struct IntegratedSubsystemDescriptor_tDC8AF8E5B67B983E4492D784A419F01693926D7A_marshaled_pinvoke { intptr_t ___m_Ptr_0; }; // Native definition for COM marshalling of UnityEngine.IntegratedSubsystemDescriptor struct IntegratedSubsystemDescriptor_tDC8AF8E5B67B983E4492D784A419F01693926D7A_marshaled_com { intptr_t ___m_Ptr_0; }; // 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.EventSystems.MoveDirection struct MoveDirection_t740623362F85DF2963BE20C702F7B8EF44E91645 { public: // System.Int32 UnityEngine.EventSystems.MoveDirection::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(MoveDirection_t740623362F85DF2963BE20C702F7B8EF44E91645, ___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; } }; // NodeStatePropertyType struct NodeStatePropertyType_tE3270BA49E9B1385576A07FDE58D0A404674721F { public: // System.Int32 NodeStatePropertyType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(NodeStatePropertyType_tE3270BA49E9B1385576A07FDE58D0A404674721F, ___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; } }; // OVRLayerAttribute struct OVRLayerAttribute_tEBF22168572FD36A6014C691B0CDA83588A07F1A : public PropertyAttribute_t4A352471DF625C56C811E27AC86B7E1CE6444052 { public: public: }; // OVRMixedReality struct OVRMixedReality_tC577DBF0A92E34764F6DEDB16E845C5DE0227CF4 : public RuntimeObject { public: public: }; // OVRNativeBuffer struct OVRNativeBuffer_t45C08D3101E39570CCF69BCC10204F065D7F5BD0 : public RuntimeObject { public: // System.Boolean OVRNativeBuffer::disposed bool ___disposed_0; // System.Int32 OVRNativeBuffer::m_numBytes int32_t ___m_numBytes_1; // System.IntPtr OVRNativeBuffer::m_ptr intptr_t ___m_ptr_2; public: inline static int32_t get_offset_of_disposed_0() { return static_cast(offsetof(OVRNativeBuffer_t45C08D3101E39570CCF69BCC10204F065D7F5BD0, ___disposed_0)); } inline bool get_disposed_0() const { return ___disposed_0; } inline bool* get_address_of_disposed_0() { return &___disposed_0; } inline void set_disposed_0(bool value) { ___disposed_0 = value; } inline static int32_t get_offset_of_m_numBytes_1() { return static_cast(offsetof(OVRNativeBuffer_t45C08D3101E39570CCF69BCC10204F065D7F5BD0, ___m_numBytes_1)); } inline int32_t get_m_numBytes_1() const { return ___m_numBytes_1; } inline int32_t* get_address_of_m_numBytes_1() { return &___m_numBytes_1; } inline void set_m_numBytes_1(int32_t value) { ___m_numBytes_1 = value; } inline static int32_t get_offset_of_m_ptr_2() { return static_cast(offsetof(OVRNativeBuffer_t45C08D3101E39570CCF69BCC10204F065D7F5BD0, ___m_ptr_2)); } inline intptr_t get_m_ptr_2() const { return ___m_ptr_2; } inline intptr_t* get_address_of_m_ptr_2() { return &___m_ptr_2; } inline void set_m_ptr_2(intptr_t value) { ___m_ptr_2 = 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.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.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.RenderTextureCreationFlags struct RenderTextureCreationFlags_t24A9C99A84202C1F13828D9F5693BE46CFBD61F3 { public: // System.Int32 UnityEngine.RenderTextureCreationFlags::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(RenderTextureCreationFlags_t24A9C99A84202C1F13828D9F5693BE46CFBD61F3, ___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.RenderTextureFormat struct RenderTextureFormat_t8371287102ED67772EF78229CF4AB9D38C2CD626 { public: // System.Int32 UnityEngine.RenderTextureFormat::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(RenderTextureFormat_t8371287102ED67772EF78229CF4AB9D38C2CD626, ___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.RenderTextureMemoryless struct RenderTextureMemoryless_t37547D68C2186D2650440F719302CDA4A3BB7F67 { public: // System.Int32 UnityEngine.RenderTextureMemoryless::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(RenderTextureMemoryless_t37547D68C2186D2650440F719302CDA4A3BB7F67, ___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.RuntimePlatform struct RuntimePlatform_tB8798C800FD9810C0FE2B7D2F2A0A3979D239065 { public: // System.Int32 UnityEngine.RuntimePlatform::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(RuntimePlatform_tB8798C800FD9810C0FE2B7D2F2A0A3979D239065, ___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.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.ShadowSamplingMode struct ShadowSamplingMode_t864AB52A05C1F54A738E06F76F47CDF4C26CF7F9 { public: // System.Int32 UnityEngine.Rendering.ShadowSamplingMode::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(ShadowSamplingMode_t864AB52A05C1F54A738E06F76F47CDF4C26CF7F9, ___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.TextureDimension struct TextureDimension_tADCCB7C1D30E4D1182651BA9094B4DE61B63EACC { public: // System.Int32 UnityEngine.Rendering.TextureDimension::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(TextureDimension_tADCCB7C1D30E4D1182651BA9094B4DE61B63EACC, ___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.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; } }; // 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; } }; // UnityEngine.VRTextureUsage struct VRTextureUsage_t3C09DF3DD90B5620BC0AB6F8078DFEF4E607F645 { public: // System.Int32 UnityEngine.VRTextureUsage::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(VRTextureUsage_t3C09DF3DD90B5620BC0AB6F8078DFEF4E607F645, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // UnityEngine.XR.XRNode struct XRNode_t07B789D60F5B3A4F0E4A169143881ABCA4176DBD { public: // System.Int32 UnityEngine.XR.XRNode::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(XRNode_t07B789D60F5B3A4F0E4A169143881ABCA4176DBD, ___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.GraphicRaycaster/BlockingObjects struct BlockingObjects_t3E2C52C921D1DE2C3EDB3FBC0685E319727BE810 { public: // System.Int32 UnityEngine.UI.GraphicRaycaster/BlockingObjects::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(BlockingObjects_t3E2C52C921D1DE2C3EDB3FBC0685E319727BE810, ___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; } }; // OVRHeadsetEmulator/OpMode struct OpMode_tCCF076EDC25F04A4D21E8589913F3BDF90A2142B { public: // System.Int32 OVRHeadsetEmulator/OpMode::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(OpMode_tCCF076EDC25F04A4D21E8589913F3BDF90A2142B, ___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; } }; // OVRInput/Axis1D struct Axis1D_t94694F3ED683A6B787DD963ECE994050DC0E599E { public: // System.Int32 OVRInput/Axis1D::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(Axis1D_t94694F3ED683A6B787DD963ECE994050DC0E599E, ___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; } }; // OVRInput/Axis2D struct Axis2D_t57417826F363C20874A0D61C58B6758AE7B195B2 { public: // System.Int32 OVRInput/Axis2D::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(Axis2D_t57417826F363C20874A0D61C58B6758AE7B195B2, ___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; } }; // OVRInput/Button struct Button_t8774325B87A9856038CA9138F00B669AF6D343B1 { public: // System.Int32 OVRInput/Button::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(Button_t8774325B87A9856038CA9138F00B669AF6D343B1, ___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; } }; // OVRInput/Controller struct Controller_tEEDA108639533B73057BAE8B95FE21725355C48F { public: // System.Int32 OVRInput/Controller::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(Controller_tEEDA108639533B73057BAE8B95FE21725355C48F, ___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; } }; // OVRInput/Handedness struct Handedness_tE69178EC3D8DE17A8209185F8EC7BFC0B758DF85 { public: // System.Int32 OVRInput/Handedness::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(Handedness_tE69178EC3D8DE17A8209185F8EC7BFC0B758DF85, ___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; } }; // OVRInput/NearTouch struct NearTouch_tE21D2AD5061C7A8454689DF48F198D5D1F906DD1 { public: // System.Int32 OVRInput/NearTouch::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(NearTouch_tE21D2AD5061C7A8454689DF48F198D5D1F906DD1, ___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; } }; // OVRInput/OpenVRController struct OpenVRController_t4C3B072AD524D07AA19784028DC5553E559189F5 { public: // System.UInt64 OVRInput/OpenVRController::value__ uint64_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(OpenVRController_t4C3B072AD524D07AA19784028DC5553E559189F5, ___value___2)); } inline uint64_t get_value___2() const { return ___value___2; } inline uint64_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(uint64_t value) { ___value___2 = value; } }; // OVRInput/RawAxis1D struct RawAxis1D_t9B2E35EB55D1576A22213F62484826F45449B18D { public: // System.Int32 OVRInput/RawAxis1D::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(RawAxis1D_t9B2E35EB55D1576A22213F62484826F45449B18D, ___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; } }; // OVRInput/RawAxis2D struct RawAxis2D_tABCA103396E1850B7A831EEF0662260174363097 { public: // System.Int32 OVRInput/RawAxis2D::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(RawAxis2D_tABCA103396E1850B7A831EEF0662260174363097, ___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; } }; // OVRInput/RawButton struct RawButton_tB9B6634051F818FF39B71EC1772F5ABC2CA3748B { public: // System.Int32 OVRInput/RawButton::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(RawButton_tB9B6634051F818FF39B71EC1772F5ABC2CA3748B, ___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; } }; // OVRInput/RawNearTouch struct RawNearTouch_t1E120FB24811DB3A1A66E379135BFF411C98020E { public: // System.Int32 OVRInput/RawNearTouch::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(RawNearTouch_t1E120FB24811DB3A1A66E379135BFF411C98020E, ___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; } }; // OVRInput/RawTouch struct RawTouch_tF426B14E2F3CDF90A2DF7CC1435BACCCD253ED94 { public: // System.Int32 OVRInput/RawTouch::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(RawTouch_tF426B14E2F3CDF90A2DF7CC1435BACCCD253ED94, ___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; } }; // OVRInput/Touch struct Touch_t944233476E3AE450B62D55E0FB4AFBCFA322CBCA { public: // System.Int32 OVRInput/Touch::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(Touch_t944233476E3AE450B62D55E0FB4AFBCFA322CBCA, ___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.OVRInputModule/InputMode struct InputMode_t02AE0DC1CCF015EEDAF3602B09F519FA1F4D4E14 { public: // System.Int32 UnityEngine.EventSystems.OVRInputModule/InputMode::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(InputMode_t02AE0DC1CCF015EEDAF3602B09F519FA1F4D4E14, ___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; } }; // OVRKeyboard/TrackedKeyboardState struct TrackedKeyboardState_tD939FB0517312A142D71964749A9600C79760CFC { public: // System.Boolean OVRKeyboard/TrackedKeyboardState::isPositionValid bool ___isPositionValid_0; // System.Boolean OVRKeyboard/TrackedKeyboardState::isPositionTracked bool ___isPositionTracked_1; // System.Boolean OVRKeyboard/TrackedKeyboardState::isOrientationValid bool ___isOrientationValid_2; // System.Boolean OVRKeyboard/TrackedKeyboardState::isOrientationTracked bool ___isOrientationTracked_3; // UnityEngine.Vector3 OVRKeyboard/TrackedKeyboardState::position Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___position_4; // UnityEngine.Quaternion OVRKeyboard/TrackedKeyboardState::rotation Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 ___rotation_5; // System.Double OVRKeyboard/TrackedKeyboardState::timeInSeconds double ___timeInSeconds_6; public: inline static int32_t get_offset_of_isPositionValid_0() { return static_cast(offsetof(TrackedKeyboardState_tD939FB0517312A142D71964749A9600C79760CFC, ___isPositionValid_0)); } inline bool get_isPositionValid_0() const { return ___isPositionValid_0; } inline bool* get_address_of_isPositionValid_0() { return &___isPositionValid_0; } inline void set_isPositionValid_0(bool value) { ___isPositionValid_0 = value; } inline static int32_t get_offset_of_isPositionTracked_1() { return static_cast(offsetof(TrackedKeyboardState_tD939FB0517312A142D71964749A9600C79760CFC, ___isPositionTracked_1)); } inline bool get_isPositionTracked_1() const { return ___isPositionTracked_1; } inline bool* get_address_of_isPositionTracked_1() { return &___isPositionTracked_1; } inline void set_isPositionTracked_1(bool value) { ___isPositionTracked_1 = value; } inline static int32_t get_offset_of_isOrientationValid_2() { return static_cast(offsetof(TrackedKeyboardState_tD939FB0517312A142D71964749A9600C79760CFC, ___isOrientationValid_2)); } inline bool get_isOrientationValid_2() const { return ___isOrientationValid_2; } inline bool* get_address_of_isOrientationValid_2() { return &___isOrientationValid_2; } inline void set_isOrientationValid_2(bool value) { ___isOrientationValid_2 = value; } inline static int32_t get_offset_of_isOrientationTracked_3() { return static_cast(offsetof(TrackedKeyboardState_tD939FB0517312A142D71964749A9600C79760CFC, ___isOrientationTracked_3)); } inline bool get_isOrientationTracked_3() const { return ___isOrientationTracked_3; } inline bool* get_address_of_isOrientationTracked_3() { return &___isOrientationTracked_3; } inline void set_isOrientationTracked_3(bool value) { ___isOrientationTracked_3 = value; } inline static int32_t get_offset_of_position_4() { return static_cast(offsetof(TrackedKeyboardState_tD939FB0517312A142D71964749A9600C79760CFC, ___position_4)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_position_4() const { return ___position_4; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_position_4() { return &___position_4; } inline void set_position_4(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___position_4 = value; } inline static int32_t get_offset_of_rotation_5() { return static_cast(offsetof(TrackedKeyboardState_tD939FB0517312A142D71964749A9600C79760CFC, ___rotation_5)); } inline Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 get_rotation_5() const { return ___rotation_5; } inline Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 * get_address_of_rotation_5() { return &___rotation_5; } inline void set_rotation_5(Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 value) { ___rotation_5 = value; } inline static int32_t get_offset_of_timeInSeconds_6() { return static_cast(offsetof(TrackedKeyboardState_tD939FB0517312A142D71964749A9600C79760CFC, ___timeInSeconds_6)); } inline double get_timeInSeconds_6() const { return ___timeInSeconds_6; } inline double* get_address_of_timeInSeconds_6() { return &___timeInSeconds_6; } inline void set_timeInSeconds_6(double value) { ___timeInSeconds_6 = value; } }; // Native definition for P/Invoke marshalling of OVRKeyboard/TrackedKeyboardState struct TrackedKeyboardState_tD939FB0517312A142D71964749A9600C79760CFC_marshaled_pinvoke { int32_t ___isPositionValid_0; int32_t ___isPositionTracked_1; int32_t ___isOrientationValid_2; int32_t ___isOrientationTracked_3; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___position_4; Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 ___rotation_5; double ___timeInSeconds_6; }; // Native definition for COM marshalling of OVRKeyboard/TrackedKeyboardState struct TrackedKeyboardState_tD939FB0517312A142D71964749A9600C79760CFC_marshaled_com { int32_t ___isPositionValid_0; int32_t ___isPositionTracked_1; int32_t ___isOrientationValid_2; int32_t ___isOrientationTracked_3; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___position_4; Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 ___rotation_5; double ___timeInSeconds_6; }; // 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/EyeTextureFormat struct EyeTextureFormat_tD0AB26FF509115F24BA0C629952A282F4578771B { public: // System.Int32 OVRManager/EyeTextureFormat::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(EyeTextureFormat_tD0AB26FF509115F24BA0C629952A282F4578771B, ___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/FixedFoveatedRenderingLevel struct FixedFoveatedRenderingLevel_t6B5398EA323AC0E8EC80D155DFD698989A2BF9F8 { public: // System.Int32 OVRManager/FixedFoveatedRenderingLevel::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(FixedFoveatedRenderingLevel_t6B5398EA323AC0E8EC80D155DFD698989A2BF9F8, ___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/MrcCameraType struct MrcCameraType_tA0C0F09054FEED61597585A592B5A72AD5DF6F68 { public: // System.Int32 OVRManager/MrcCameraType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(MrcCameraType_tA0C0F09054FEED61597585A592B5A72AD5DF6F68, ___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/SystemHeadsetType struct SystemHeadsetType_t0DFDC62C421E387E77BF21E203DB6D3019EC9E43 { public: // System.Int32 OVRManager/SystemHeadsetType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(SystemHeadsetType_t0DFDC62C421E387E77BF21E203DB6D3019EC9E43, ___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/TiledMultiResLevel struct TiledMultiResLevel_t58E5831F6B7BFC9E651F11A5B04E8A1BE0A586F5 { public: // System.Int32 OVRManager/TiledMultiResLevel::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(TiledMultiResLevel_t58E5831F6B7BFC9E651F11A5B04E8A1BE0A586F5, ___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; } }; // OVRManager/XrApi struct XrApi_tB25A109F718CF0508A92B8BA00AF4243B908654C { public: // System.Int32 OVRManager/XrApi::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(XrApi_tB25A109F718CF0508A92B8BA00AF4243B908654C, ___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; } }; // OVRMesh/MeshType struct MeshType_t4B20B9A4BBC5E56D23E60EFC1233F2E77BA4D66C { public: // System.Int32 OVRMesh/MeshType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(MeshType_t4B20B9A4BBC5E56D23E60EFC1233F2E77BA4D66C, ___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; } }; // OVRMixedRealityCaptureTest/CameraMode struct CameraMode_tD7FD6998171F3265461491CB9F6FCE281FDCA7A0 { public: // System.Int32 OVRMixedRealityCaptureTest/CameraMode::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(CameraMode_tD7FD6998171F3265461491CB9F6FCE281FDCA7A0, ___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/LayerTexture struct LayerTexture_t3BA5633FA68A094ACEC51BA1E9999CCABDCB571E { public: // UnityEngine.Texture OVROverlay/LayerTexture::appTexture Texture_t9FE0218A1EEDF266E8C85879FE123265CACC95AE * ___appTexture_0; // System.IntPtr OVROverlay/LayerTexture::appTexturePtr intptr_t ___appTexturePtr_1; // UnityEngine.Texture[] OVROverlay/LayerTexture::swapChain TextureU5BU5D_t9DBF348F22539052ACB9387E8BB14A3AF2701150* ___swapChain_2; // System.IntPtr[] OVROverlay/LayerTexture::swapChainPtr IntPtrU5BU5D_t27FC72B0409D75AAF33EC42498E8094E95FEE9A6* ___swapChainPtr_3; public: inline static int32_t get_offset_of_appTexture_0() { return static_cast(offsetof(LayerTexture_t3BA5633FA68A094ACEC51BA1E9999CCABDCB571E, ___appTexture_0)); } inline Texture_t9FE0218A1EEDF266E8C85879FE123265CACC95AE * get_appTexture_0() const { return ___appTexture_0; } inline Texture_t9FE0218A1EEDF266E8C85879FE123265CACC95AE ** get_address_of_appTexture_0() { return &___appTexture_0; } inline void set_appTexture_0(Texture_t9FE0218A1EEDF266E8C85879FE123265CACC95AE * value) { ___appTexture_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___appTexture_0), (void*)value); } inline static int32_t get_offset_of_appTexturePtr_1() { return static_cast(offsetof(LayerTexture_t3BA5633FA68A094ACEC51BA1E9999CCABDCB571E, ___appTexturePtr_1)); } inline intptr_t get_appTexturePtr_1() const { return ___appTexturePtr_1; } inline intptr_t* get_address_of_appTexturePtr_1() { return &___appTexturePtr_1; } inline void set_appTexturePtr_1(intptr_t value) { ___appTexturePtr_1 = value; } inline static int32_t get_offset_of_swapChain_2() { return static_cast(offsetof(LayerTexture_t3BA5633FA68A094ACEC51BA1E9999CCABDCB571E, ___swapChain_2)); } inline TextureU5BU5D_t9DBF348F22539052ACB9387E8BB14A3AF2701150* get_swapChain_2() const { return ___swapChain_2; } inline TextureU5BU5D_t9DBF348F22539052ACB9387E8BB14A3AF2701150** get_address_of_swapChain_2() { return &___swapChain_2; } inline void set_swapChain_2(TextureU5BU5D_t9DBF348F22539052ACB9387E8BB14A3AF2701150* value) { ___swapChain_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___swapChain_2), (void*)value); } inline static int32_t get_offset_of_swapChainPtr_3() { return static_cast(offsetof(LayerTexture_t3BA5633FA68A094ACEC51BA1E9999CCABDCB571E, ___swapChainPtr_3)); } inline IntPtrU5BU5D_t27FC72B0409D75AAF33EC42498E8094E95FEE9A6* get_swapChainPtr_3() const { return ___swapChainPtr_3; } inline IntPtrU5BU5D_t27FC72B0409D75AAF33EC42498E8094E95FEE9A6** get_address_of_swapChainPtr_3() { return &___swapChainPtr_3; } inline void set_swapChainPtr_3(IntPtrU5BU5D_t27FC72B0409D75AAF33EC42498E8094E95FEE9A6* value) { ___swapChainPtr_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___swapChainPtr_3), (void*)value); } }; // Native definition for P/Invoke marshalling of OVROverlay/LayerTexture struct LayerTexture_t3BA5633FA68A094ACEC51BA1E9999CCABDCB571E_marshaled_pinvoke { Texture_t9FE0218A1EEDF266E8C85879FE123265CACC95AE * ___appTexture_0; intptr_t ___appTexturePtr_1; TextureU5BU5D_t9DBF348F22539052ACB9387E8BB14A3AF2701150* ___swapChain_2; Il2CppSafeArray/*NONE*/* ___swapChainPtr_3; }; // Native definition for COM marshalling of OVROverlay/LayerTexture struct LayerTexture_t3BA5633FA68A094ACEC51BA1E9999CCABDCB571E_marshaled_com { Texture_t9FE0218A1EEDF266E8C85879FE123265CACC95AE * ___appTexture_0; intptr_t ___appTexturePtr_1; TextureU5BU5D_t9DBF348F22539052ACB9387E8BB14A3AF2701150* ___swapChain_2; Il2CppSafeArray/*NONE*/* ___swapChainPtr_3; }; // 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; } }; // OVRPlugin/BatteryStatus struct BatteryStatus_t5AE146807E5B275A56C3AE406F871A49C1D3F0AE { public: // System.Int32 OVRPlugin/BatteryStatus::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(BatteryStatus_t5AE146807E5B275A56C3AE406F871A49C1D3F0AE, ___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/CameraDevice struct CameraDevice_t28640423D5FEBE3270CC459CEFB5146D529D3B1A { public: // System.Int32 OVRPlugin/CameraDevice::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(CameraDevice_t28640423D5FEBE3270CC459CEFB5146D529D3B1A, ___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/ColorSpace struct ColorSpace_t83DF8AAAFF6E72AC158CFD56BD33FC81C1F701BC { public: // System.Int32 OVRPlugin/ColorSpace::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(ColorSpace_t83DF8AAAFF6E72AC158CFD56BD33FC81C1F701BC, ___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/Controller struct Controller_tFB59C1AB3C56256D53B28ABDCD7BFF1EAF6F5656 { public: // System.Int32 OVRPlugin/Controller::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(Controller_tFB59C1AB3C56256D53B28ABDCD7BFF1EAF6F5656, ___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/ControllerState4 struct ControllerState4_t9EE0F6F3818537037265284389D084C40E41E1FE { public: // System.UInt32 OVRPlugin/ControllerState4::ConnectedControllers uint32_t ___ConnectedControllers_0; // System.UInt32 OVRPlugin/ControllerState4::Buttons uint32_t ___Buttons_1; // System.UInt32 OVRPlugin/ControllerState4::Touches uint32_t ___Touches_2; // System.UInt32 OVRPlugin/ControllerState4::NearTouches uint32_t ___NearTouches_3; // System.Single OVRPlugin/ControllerState4::LIndexTrigger float ___LIndexTrigger_4; // System.Single OVRPlugin/ControllerState4::RIndexTrigger float ___RIndexTrigger_5; // System.Single OVRPlugin/ControllerState4::LHandTrigger float ___LHandTrigger_6; // System.Single OVRPlugin/ControllerState4::RHandTrigger float ___RHandTrigger_7; // OVRPlugin/Vector2f OVRPlugin/ControllerState4::LThumbstick Vector2f_t1A3A349F1E6819E0FF7A685BC6FC4067846FD354 ___LThumbstick_8; // OVRPlugin/Vector2f OVRPlugin/ControllerState4::RThumbstick Vector2f_t1A3A349F1E6819E0FF7A685BC6FC4067846FD354 ___RThumbstick_9; // OVRPlugin/Vector2f OVRPlugin/ControllerState4::LTouchpad Vector2f_t1A3A349F1E6819E0FF7A685BC6FC4067846FD354 ___LTouchpad_10; // OVRPlugin/Vector2f OVRPlugin/ControllerState4::RTouchpad Vector2f_t1A3A349F1E6819E0FF7A685BC6FC4067846FD354 ___RTouchpad_11; // System.Byte OVRPlugin/ControllerState4::LBatteryPercentRemaining uint8_t ___LBatteryPercentRemaining_12; // System.Byte OVRPlugin/ControllerState4::RBatteryPercentRemaining uint8_t ___RBatteryPercentRemaining_13; // System.Byte OVRPlugin/ControllerState4::LRecenterCount uint8_t ___LRecenterCount_14; // System.Byte OVRPlugin/ControllerState4::RRecenterCount uint8_t ___RRecenterCount_15; // System.Byte OVRPlugin/ControllerState4::Reserved_27 uint8_t ___Reserved_27_16; // System.Byte OVRPlugin/ControllerState4::Reserved_26 uint8_t ___Reserved_26_17; // System.Byte OVRPlugin/ControllerState4::Reserved_25 uint8_t ___Reserved_25_18; // System.Byte OVRPlugin/ControllerState4::Reserved_24 uint8_t ___Reserved_24_19; // System.Byte OVRPlugin/ControllerState4::Reserved_23 uint8_t ___Reserved_23_20; // System.Byte OVRPlugin/ControllerState4::Reserved_22 uint8_t ___Reserved_22_21; // System.Byte OVRPlugin/ControllerState4::Reserved_21 uint8_t ___Reserved_21_22; // System.Byte OVRPlugin/ControllerState4::Reserved_20 uint8_t ___Reserved_20_23; // System.Byte OVRPlugin/ControllerState4::Reserved_19 uint8_t ___Reserved_19_24; // System.Byte OVRPlugin/ControllerState4::Reserved_18 uint8_t ___Reserved_18_25; // System.Byte OVRPlugin/ControllerState4::Reserved_17 uint8_t ___Reserved_17_26; // System.Byte OVRPlugin/ControllerState4::Reserved_16 uint8_t ___Reserved_16_27; // System.Byte OVRPlugin/ControllerState4::Reserved_15 uint8_t ___Reserved_15_28; // System.Byte OVRPlugin/ControllerState4::Reserved_14 uint8_t ___Reserved_14_29; // System.Byte OVRPlugin/ControllerState4::Reserved_13 uint8_t ___Reserved_13_30; // System.Byte OVRPlugin/ControllerState4::Reserved_12 uint8_t ___Reserved_12_31; // System.Byte OVRPlugin/ControllerState4::Reserved_11 uint8_t ___Reserved_11_32; // System.Byte OVRPlugin/ControllerState4::Reserved_10 uint8_t ___Reserved_10_33; // System.Byte OVRPlugin/ControllerState4::Reserved_09 uint8_t ___Reserved_09_34; // System.Byte OVRPlugin/ControllerState4::Reserved_08 uint8_t ___Reserved_08_35; // System.Byte OVRPlugin/ControllerState4::Reserved_07 uint8_t ___Reserved_07_36; // System.Byte OVRPlugin/ControllerState4::Reserved_06 uint8_t ___Reserved_06_37; // System.Byte OVRPlugin/ControllerState4::Reserved_05 uint8_t ___Reserved_05_38; // System.Byte OVRPlugin/ControllerState4::Reserved_04 uint8_t ___Reserved_04_39; // System.Byte OVRPlugin/ControllerState4::Reserved_03 uint8_t ___Reserved_03_40; // System.Byte OVRPlugin/ControllerState4::Reserved_02 uint8_t ___Reserved_02_41; // System.Byte OVRPlugin/ControllerState4::Reserved_01 uint8_t ___Reserved_01_42; // System.Byte OVRPlugin/ControllerState4::Reserved_00 uint8_t ___Reserved_00_43; public: inline static int32_t get_offset_of_ConnectedControllers_0() { return static_cast(offsetof(ControllerState4_t9EE0F6F3818537037265284389D084C40E41E1FE, ___ConnectedControllers_0)); } inline uint32_t get_ConnectedControllers_0() const { return ___ConnectedControllers_0; } inline uint32_t* get_address_of_ConnectedControllers_0() { return &___ConnectedControllers_0; } inline void set_ConnectedControllers_0(uint32_t value) { ___ConnectedControllers_0 = value; } inline static int32_t get_offset_of_Buttons_1() { return static_cast(offsetof(ControllerState4_t9EE0F6F3818537037265284389D084C40E41E1FE, ___Buttons_1)); } inline uint32_t get_Buttons_1() const { return ___Buttons_1; } inline uint32_t* get_address_of_Buttons_1() { return &___Buttons_1; } inline void set_Buttons_1(uint32_t value) { ___Buttons_1 = value; } inline static int32_t get_offset_of_Touches_2() { return static_cast(offsetof(ControllerState4_t9EE0F6F3818537037265284389D084C40E41E1FE, ___Touches_2)); } inline uint32_t get_Touches_2() const { return ___Touches_2; } inline uint32_t* get_address_of_Touches_2() { return &___Touches_2; } inline void set_Touches_2(uint32_t value) { ___Touches_2 = value; } inline static int32_t get_offset_of_NearTouches_3() { return static_cast(offsetof(ControllerState4_t9EE0F6F3818537037265284389D084C40E41E1FE, ___NearTouches_3)); } inline uint32_t get_NearTouches_3() const { return ___NearTouches_3; } inline uint32_t* get_address_of_NearTouches_3() { return &___NearTouches_3; } inline void set_NearTouches_3(uint32_t value) { ___NearTouches_3 = value; } inline static int32_t get_offset_of_LIndexTrigger_4() { return static_cast(offsetof(ControllerState4_t9EE0F6F3818537037265284389D084C40E41E1FE, ___LIndexTrigger_4)); } inline float get_LIndexTrigger_4() const { return ___LIndexTrigger_4; } inline float* get_address_of_LIndexTrigger_4() { return &___LIndexTrigger_4; } inline void set_LIndexTrigger_4(float value) { ___LIndexTrigger_4 = value; } inline static int32_t get_offset_of_RIndexTrigger_5() { return static_cast(offsetof(ControllerState4_t9EE0F6F3818537037265284389D084C40E41E1FE, ___RIndexTrigger_5)); } inline float get_RIndexTrigger_5() const { return ___RIndexTrigger_5; } inline float* get_address_of_RIndexTrigger_5() { return &___RIndexTrigger_5; } inline void set_RIndexTrigger_5(float value) { ___RIndexTrigger_5 = value; } inline static int32_t get_offset_of_LHandTrigger_6() { return static_cast(offsetof(ControllerState4_t9EE0F6F3818537037265284389D084C40E41E1FE, ___LHandTrigger_6)); } inline float get_LHandTrigger_6() const { return ___LHandTrigger_6; } inline float* get_address_of_LHandTrigger_6() { return &___LHandTrigger_6; } inline void set_LHandTrigger_6(float value) { ___LHandTrigger_6 = value; } inline static int32_t get_offset_of_RHandTrigger_7() { return static_cast(offsetof(ControllerState4_t9EE0F6F3818537037265284389D084C40E41E1FE, ___RHandTrigger_7)); } inline float get_RHandTrigger_7() const { return ___RHandTrigger_7; } inline float* get_address_of_RHandTrigger_7() { return &___RHandTrigger_7; } inline void set_RHandTrigger_7(float value) { ___RHandTrigger_7 = value; } inline static int32_t get_offset_of_LThumbstick_8() { return static_cast(offsetof(ControllerState4_t9EE0F6F3818537037265284389D084C40E41E1FE, ___LThumbstick_8)); } inline Vector2f_t1A3A349F1E6819E0FF7A685BC6FC4067846FD354 get_LThumbstick_8() const { return ___LThumbstick_8; } inline Vector2f_t1A3A349F1E6819E0FF7A685BC6FC4067846FD354 * get_address_of_LThumbstick_8() { return &___LThumbstick_8; } inline void set_LThumbstick_8(Vector2f_t1A3A349F1E6819E0FF7A685BC6FC4067846FD354 value) { ___LThumbstick_8 = value; } inline static int32_t get_offset_of_RThumbstick_9() { return static_cast(offsetof(ControllerState4_t9EE0F6F3818537037265284389D084C40E41E1FE, ___RThumbstick_9)); } inline Vector2f_t1A3A349F1E6819E0FF7A685BC6FC4067846FD354 get_RThumbstick_9() const { return ___RThumbstick_9; } inline Vector2f_t1A3A349F1E6819E0FF7A685BC6FC4067846FD354 * get_address_of_RThumbstick_9() { return &___RThumbstick_9; } inline void set_RThumbstick_9(Vector2f_t1A3A349F1E6819E0FF7A685BC6FC4067846FD354 value) { ___RThumbstick_9 = value; } inline static int32_t get_offset_of_LTouchpad_10() { return static_cast(offsetof(ControllerState4_t9EE0F6F3818537037265284389D084C40E41E1FE, ___LTouchpad_10)); } inline Vector2f_t1A3A349F1E6819E0FF7A685BC6FC4067846FD354 get_LTouchpad_10() const { return ___LTouchpad_10; } inline Vector2f_t1A3A349F1E6819E0FF7A685BC6FC4067846FD354 * get_address_of_LTouchpad_10() { return &___LTouchpad_10; } inline void set_LTouchpad_10(Vector2f_t1A3A349F1E6819E0FF7A685BC6FC4067846FD354 value) { ___LTouchpad_10 = value; } inline static int32_t get_offset_of_RTouchpad_11() { return static_cast(offsetof(ControllerState4_t9EE0F6F3818537037265284389D084C40E41E1FE, ___RTouchpad_11)); } inline Vector2f_t1A3A349F1E6819E0FF7A685BC6FC4067846FD354 get_RTouchpad_11() const { return ___RTouchpad_11; } inline Vector2f_t1A3A349F1E6819E0FF7A685BC6FC4067846FD354 * get_address_of_RTouchpad_11() { return &___RTouchpad_11; } inline void set_RTouchpad_11(Vector2f_t1A3A349F1E6819E0FF7A685BC6FC4067846FD354 value) { ___RTouchpad_11 = value; } inline static int32_t get_offset_of_LBatteryPercentRemaining_12() { return static_cast(offsetof(ControllerState4_t9EE0F6F3818537037265284389D084C40E41E1FE, ___LBatteryPercentRemaining_12)); } inline uint8_t get_LBatteryPercentRemaining_12() const { return ___LBatteryPercentRemaining_12; } inline uint8_t* get_address_of_LBatteryPercentRemaining_12() { return &___LBatteryPercentRemaining_12; } inline void set_LBatteryPercentRemaining_12(uint8_t value) { ___LBatteryPercentRemaining_12 = value; } inline static int32_t get_offset_of_RBatteryPercentRemaining_13() { return static_cast(offsetof(ControllerState4_t9EE0F6F3818537037265284389D084C40E41E1FE, ___RBatteryPercentRemaining_13)); } inline uint8_t get_RBatteryPercentRemaining_13() const { return ___RBatteryPercentRemaining_13; } inline uint8_t* get_address_of_RBatteryPercentRemaining_13() { return &___RBatteryPercentRemaining_13; } inline void set_RBatteryPercentRemaining_13(uint8_t value) { ___RBatteryPercentRemaining_13 = value; } inline static int32_t get_offset_of_LRecenterCount_14() { return static_cast(offsetof(ControllerState4_t9EE0F6F3818537037265284389D084C40E41E1FE, ___LRecenterCount_14)); } inline uint8_t get_LRecenterCount_14() const { return ___LRecenterCount_14; } inline uint8_t* get_address_of_LRecenterCount_14() { return &___LRecenterCount_14; } inline void set_LRecenterCount_14(uint8_t value) { ___LRecenterCount_14 = value; } inline static int32_t get_offset_of_RRecenterCount_15() { return static_cast(offsetof(ControllerState4_t9EE0F6F3818537037265284389D084C40E41E1FE, ___RRecenterCount_15)); } inline uint8_t get_RRecenterCount_15() const { return ___RRecenterCount_15; } inline uint8_t* get_address_of_RRecenterCount_15() { return &___RRecenterCount_15; } inline void set_RRecenterCount_15(uint8_t value) { ___RRecenterCount_15 = value; } inline static int32_t get_offset_of_Reserved_27_16() { return static_cast(offsetof(ControllerState4_t9EE0F6F3818537037265284389D084C40E41E1FE, ___Reserved_27_16)); } inline uint8_t get_Reserved_27_16() const { return ___Reserved_27_16; } inline uint8_t* get_address_of_Reserved_27_16() { return &___Reserved_27_16; } inline void set_Reserved_27_16(uint8_t value) { ___Reserved_27_16 = value; } inline static int32_t get_offset_of_Reserved_26_17() { return static_cast(offsetof(ControllerState4_t9EE0F6F3818537037265284389D084C40E41E1FE, ___Reserved_26_17)); } inline uint8_t get_Reserved_26_17() const { return ___Reserved_26_17; } inline uint8_t* get_address_of_Reserved_26_17() { return &___Reserved_26_17; } inline void set_Reserved_26_17(uint8_t value) { ___Reserved_26_17 = value; } inline static int32_t get_offset_of_Reserved_25_18() { return static_cast(offsetof(ControllerState4_t9EE0F6F3818537037265284389D084C40E41E1FE, ___Reserved_25_18)); } inline uint8_t get_Reserved_25_18() const { return ___Reserved_25_18; } inline uint8_t* get_address_of_Reserved_25_18() { return &___Reserved_25_18; } inline void set_Reserved_25_18(uint8_t value) { ___Reserved_25_18 = value; } inline static int32_t get_offset_of_Reserved_24_19() { return static_cast(offsetof(ControllerState4_t9EE0F6F3818537037265284389D084C40E41E1FE, ___Reserved_24_19)); } inline uint8_t get_Reserved_24_19() const { return ___Reserved_24_19; } inline uint8_t* get_address_of_Reserved_24_19() { return &___Reserved_24_19; } inline void set_Reserved_24_19(uint8_t value) { ___Reserved_24_19 = value; } inline static int32_t get_offset_of_Reserved_23_20() { return static_cast(offsetof(ControllerState4_t9EE0F6F3818537037265284389D084C40E41E1FE, ___Reserved_23_20)); } inline uint8_t get_Reserved_23_20() const { return ___Reserved_23_20; } inline uint8_t* get_address_of_Reserved_23_20() { return &___Reserved_23_20; } inline void set_Reserved_23_20(uint8_t value) { ___Reserved_23_20 = value; } inline static int32_t get_offset_of_Reserved_22_21() { return static_cast(offsetof(ControllerState4_t9EE0F6F3818537037265284389D084C40E41E1FE, ___Reserved_22_21)); } inline uint8_t get_Reserved_22_21() const { return ___Reserved_22_21; } inline uint8_t* get_address_of_Reserved_22_21() { return &___Reserved_22_21; } inline void set_Reserved_22_21(uint8_t value) { ___Reserved_22_21 = value; } inline static int32_t get_offset_of_Reserved_21_22() { return static_cast(offsetof(ControllerState4_t9EE0F6F3818537037265284389D084C40E41E1FE, ___Reserved_21_22)); } inline uint8_t get_Reserved_21_22() const { return ___Reserved_21_22; } inline uint8_t* get_address_of_Reserved_21_22() { return &___Reserved_21_22; } inline void set_Reserved_21_22(uint8_t value) { ___Reserved_21_22 = value; } inline static int32_t get_offset_of_Reserved_20_23() { return static_cast(offsetof(ControllerState4_t9EE0F6F3818537037265284389D084C40E41E1FE, ___Reserved_20_23)); } inline uint8_t get_Reserved_20_23() const { return ___Reserved_20_23; } inline uint8_t* get_address_of_Reserved_20_23() { return &___Reserved_20_23; } inline void set_Reserved_20_23(uint8_t value) { ___Reserved_20_23 = value; } inline static int32_t get_offset_of_Reserved_19_24() { return static_cast(offsetof(ControllerState4_t9EE0F6F3818537037265284389D084C40E41E1FE, ___Reserved_19_24)); } inline uint8_t get_Reserved_19_24() const { return ___Reserved_19_24; } inline uint8_t* get_address_of_Reserved_19_24() { return &___Reserved_19_24; } inline void set_Reserved_19_24(uint8_t value) { ___Reserved_19_24 = value; } inline static int32_t get_offset_of_Reserved_18_25() { return static_cast(offsetof(ControllerState4_t9EE0F6F3818537037265284389D084C40E41E1FE, ___Reserved_18_25)); } inline uint8_t get_Reserved_18_25() const { return ___Reserved_18_25; } inline uint8_t* get_address_of_Reserved_18_25() { return &___Reserved_18_25; } inline void set_Reserved_18_25(uint8_t value) { ___Reserved_18_25 = value; } inline static int32_t get_offset_of_Reserved_17_26() { return static_cast(offsetof(ControllerState4_t9EE0F6F3818537037265284389D084C40E41E1FE, ___Reserved_17_26)); } inline uint8_t get_Reserved_17_26() const { return ___Reserved_17_26; } inline uint8_t* get_address_of_Reserved_17_26() { return &___Reserved_17_26; } inline void set_Reserved_17_26(uint8_t value) { ___Reserved_17_26 = value; } inline static int32_t get_offset_of_Reserved_16_27() { return static_cast(offsetof(ControllerState4_t9EE0F6F3818537037265284389D084C40E41E1FE, ___Reserved_16_27)); } inline uint8_t get_Reserved_16_27() const { return ___Reserved_16_27; } inline uint8_t* get_address_of_Reserved_16_27() { return &___Reserved_16_27; } inline void set_Reserved_16_27(uint8_t value) { ___Reserved_16_27 = value; } inline static int32_t get_offset_of_Reserved_15_28() { return static_cast(offsetof(ControllerState4_t9EE0F6F3818537037265284389D084C40E41E1FE, ___Reserved_15_28)); } inline uint8_t get_Reserved_15_28() const { return ___Reserved_15_28; } inline uint8_t* get_address_of_Reserved_15_28() { return &___Reserved_15_28; } inline void set_Reserved_15_28(uint8_t value) { ___Reserved_15_28 = value; } inline static int32_t get_offset_of_Reserved_14_29() { return static_cast(offsetof(ControllerState4_t9EE0F6F3818537037265284389D084C40E41E1FE, ___Reserved_14_29)); } inline uint8_t get_Reserved_14_29() const { return ___Reserved_14_29; } inline uint8_t* get_address_of_Reserved_14_29() { return &___Reserved_14_29; } inline void set_Reserved_14_29(uint8_t value) { ___Reserved_14_29 = value; } inline static int32_t get_offset_of_Reserved_13_30() { return static_cast(offsetof(ControllerState4_t9EE0F6F3818537037265284389D084C40E41E1FE, ___Reserved_13_30)); } inline uint8_t get_Reserved_13_30() const { return ___Reserved_13_30; } inline uint8_t* get_address_of_Reserved_13_30() { return &___Reserved_13_30; } inline void set_Reserved_13_30(uint8_t value) { ___Reserved_13_30 = value; } inline static int32_t get_offset_of_Reserved_12_31() { return static_cast(offsetof(ControllerState4_t9EE0F6F3818537037265284389D084C40E41E1FE, ___Reserved_12_31)); } inline uint8_t get_Reserved_12_31() const { return ___Reserved_12_31; } inline uint8_t* get_address_of_Reserved_12_31() { return &___Reserved_12_31; } inline void set_Reserved_12_31(uint8_t value) { ___Reserved_12_31 = value; } inline static int32_t get_offset_of_Reserved_11_32() { return static_cast(offsetof(ControllerState4_t9EE0F6F3818537037265284389D084C40E41E1FE, ___Reserved_11_32)); } inline uint8_t get_Reserved_11_32() const { return ___Reserved_11_32; } inline uint8_t* get_address_of_Reserved_11_32() { return &___Reserved_11_32; } inline void set_Reserved_11_32(uint8_t value) { ___Reserved_11_32 = value; } inline static int32_t get_offset_of_Reserved_10_33() { return static_cast(offsetof(ControllerState4_t9EE0F6F3818537037265284389D084C40E41E1FE, ___Reserved_10_33)); } inline uint8_t get_Reserved_10_33() const { return ___Reserved_10_33; } inline uint8_t* get_address_of_Reserved_10_33() { return &___Reserved_10_33; } inline void set_Reserved_10_33(uint8_t value) { ___Reserved_10_33 = value; } inline static int32_t get_offset_of_Reserved_09_34() { return static_cast(offsetof(ControllerState4_t9EE0F6F3818537037265284389D084C40E41E1FE, ___Reserved_09_34)); } inline uint8_t get_Reserved_09_34() const { return ___Reserved_09_34; } inline uint8_t* get_address_of_Reserved_09_34() { return &___Reserved_09_34; } inline void set_Reserved_09_34(uint8_t value) { ___Reserved_09_34 = value; } inline static int32_t get_offset_of_Reserved_08_35() { return static_cast(offsetof(ControllerState4_t9EE0F6F3818537037265284389D084C40E41E1FE, ___Reserved_08_35)); } inline uint8_t get_Reserved_08_35() const { return ___Reserved_08_35; } inline uint8_t* get_address_of_Reserved_08_35() { return &___Reserved_08_35; } inline void set_Reserved_08_35(uint8_t value) { ___Reserved_08_35 = value; } inline static int32_t get_offset_of_Reserved_07_36() { return static_cast(offsetof(ControllerState4_t9EE0F6F3818537037265284389D084C40E41E1FE, ___Reserved_07_36)); } inline uint8_t get_Reserved_07_36() const { return ___Reserved_07_36; } inline uint8_t* get_address_of_Reserved_07_36() { return &___Reserved_07_36; } inline void set_Reserved_07_36(uint8_t value) { ___Reserved_07_36 = value; } inline static int32_t get_offset_of_Reserved_06_37() { return static_cast(offsetof(ControllerState4_t9EE0F6F3818537037265284389D084C40E41E1FE, ___Reserved_06_37)); } inline uint8_t get_Reserved_06_37() const { return ___Reserved_06_37; } inline uint8_t* get_address_of_Reserved_06_37() { return &___Reserved_06_37; } inline void set_Reserved_06_37(uint8_t value) { ___Reserved_06_37 = value; } inline static int32_t get_offset_of_Reserved_05_38() { return static_cast(offsetof(ControllerState4_t9EE0F6F3818537037265284389D084C40E41E1FE, ___Reserved_05_38)); } inline uint8_t get_Reserved_05_38() const { return ___Reserved_05_38; } inline uint8_t* get_address_of_Reserved_05_38() { return &___Reserved_05_38; } inline void set_Reserved_05_38(uint8_t value) { ___Reserved_05_38 = value; } inline static int32_t get_offset_of_Reserved_04_39() { return static_cast(offsetof(ControllerState4_t9EE0F6F3818537037265284389D084C40E41E1FE, ___Reserved_04_39)); } inline uint8_t get_Reserved_04_39() const { return ___Reserved_04_39; } inline uint8_t* get_address_of_Reserved_04_39() { return &___Reserved_04_39; } inline void set_Reserved_04_39(uint8_t value) { ___Reserved_04_39 = value; } inline static int32_t get_offset_of_Reserved_03_40() { return static_cast(offsetof(ControllerState4_t9EE0F6F3818537037265284389D084C40E41E1FE, ___Reserved_03_40)); } inline uint8_t get_Reserved_03_40() const { return ___Reserved_03_40; } inline uint8_t* get_address_of_Reserved_03_40() { return &___Reserved_03_40; } inline void set_Reserved_03_40(uint8_t value) { ___Reserved_03_40 = value; } inline static int32_t get_offset_of_Reserved_02_41() { return static_cast(offsetof(ControllerState4_t9EE0F6F3818537037265284389D084C40E41E1FE, ___Reserved_02_41)); } inline uint8_t get_Reserved_02_41() const { return ___Reserved_02_41; } inline uint8_t* get_address_of_Reserved_02_41() { return &___Reserved_02_41; } inline void set_Reserved_02_41(uint8_t value) { ___Reserved_02_41 = value; } inline static int32_t get_offset_of_Reserved_01_42() { return static_cast(offsetof(ControllerState4_t9EE0F6F3818537037265284389D084C40E41E1FE, ___Reserved_01_42)); } inline uint8_t get_Reserved_01_42() const { return ___Reserved_01_42; } inline uint8_t* get_address_of_Reserved_01_42() { return &___Reserved_01_42; } inline void set_Reserved_01_42(uint8_t value) { ___Reserved_01_42 = value; } inline static int32_t get_offset_of_Reserved_00_43() { return static_cast(offsetof(ControllerState4_t9EE0F6F3818537037265284389D084C40E41E1FE, ___Reserved_00_43)); } inline uint8_t get_Reserved_00_43() const { return ___Reserved_00_43; } inline uint8_t* get_address_of_Reserved_00_43() { return &___Reserved_00_43; } inline void set_Reserved_00_43(uint8_t value) { ___Reserved_00_43 = 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/Eye struct Eye_tE1C24E36F0809E2A3CE36EDA3A81AA6F7169EEF0 { public: // System.Int32 OVRPlugin/Eye::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(Eye_tE1C24E36F0809E2A3CE36EDA3A81AA6F7169EEF0, ___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/FixedFoveatedRenderingLevel struct FixedFoveatedRenderingLevel_tBDEA043B8B3AF940356867E9743783E193FEA2AB { public: // System.Int32 OVRPlugin/FixedFoveatedRenderingLevel::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(FixedFoveatedRenderingLevel_tBDEA043B8B3AF940356867E9743783E193FEA2AB, ___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/Handedness struct Handedness_t2C38A62689BD8D9A02F70AB76BD841825C53A51A { public: // System.Int32 OVRPlugin/Handedness::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(Handedness_t2C38A62689BD8D9A02F70AB76BD841825C53A51A, ___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/MeshType struct MeshType_t2A1F373C7DF794F5DD951192CFF3D1A226FCBD98 { public: // System.Int32 OVRPlugin/MeshType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(MeshType_t2A1F373C7DF794F5DD951192CFF3D1A226FCBD98, ___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/PlatformUI struct PlatformUI_t995CCBAB51BAEDA66B99192ACA89A42E441056A9 { public: // System.Int32 OVRPlugin/PlatformUI::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(PlatformUI_t995CCBAB51BAEDA66B99192ACA89A42E441056A9, ___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/Result struct Result_t80102ADA0C9F41E3C3562D30B25435B240FFF523 { public: // System.Int32 OVRPlugin/Result::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(Result_t80102ADA0C9F41E3C3562D30B25435B240FFF523, ___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/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/SpatialEntityComponentType struct SpatialEntityComponentType_t18290CACAEC202EBC9DC4C48D4BE63C4FFA99ACB { public: // System.Int32 OVRPlugin/SpatialEntityComponentType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(SpatialEntityComponentType_t18290CACAEC202EBC9DC4C48D4BE63C4FFA99ACB, ___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/SpatialEntityQueryResult struct SpatialEntityQueryResult_tF04F031623489B9D7FA4AFF4728CFC4EA9942F09 { public: // System.UInt64 OVRPlugin/SpatialEntityQueryResult::space uint64_t ___space_0; // OVRPlugin/SpatialEntityUuid OVRPlugin/SpatialEntityQueryResult::uuid SpatialEntityUuid_tA19AAB8C1F10B9E48669D6191686B30F350BD8B1 ___uuid_1; public: inline static int32_t get_offset_of_space_0() { return static_cast(offsetof(SpatialEntityQueryResult_tF04F031623489B9D7FA4AFF4728CFC4EA9942F09, ___space_0)); } inline uint64_t get_space_0() const { return ___space_0; } inline uint64_t* get_address_of_space_0() { return &___space_0; } inline void set_space_0(uint64_t value) { ___space_0 = value; } inline static int32_t get_offset_of_uuid_1() { return static_cast(offsetof(SpatialEntityQueryResult_tF04F031623489B9D7FA4AFF4728CFC4EA9942F09, ___uuid_1)); } inline SpatialEntityUuid_tA19AAB8C1F10B9E48669D6191686B30F350BD8B1 get_uuid_1() const { return ___uuid_1; } inline SpatialEntityUuid_tA19AAB8C1F10B9E48669D6191686B30F350BD8B1 * get_address_of_uuid_1() { return &___uuid_1; } inline void set_uuid_1(SpatialEntityUuid_tA19AAB8C1F10B9E48669D6191686B30F350BD8B1 value) { ___uuid_1 = value; } }; // OVRPlugin/SpatialEntityStorageLocation struct SpatialEntityStorageLocation_tE63CBE1415130917724AB64E592971323DBFB80A { public: // System.Int32 OVRPlugin/SpatialEntityStorageLocation::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(SpatialEntityStorageLocation_tE63CBE1415130917724AB64E592971323DBFB80A, ___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/SystemHeadset struct SystemHeadset_t2F607D6EB177AEC40A9C040015CA09F1219432F1 { public: // System.Int32 OVRPlugin/SystemHeadset::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(SystemHeadset_t2F607D6EB177AEC40A9C040015CA09F1219432F1, ___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/TiledMultiResLevel struct TiledMultiResLevel_t9E618A26EBBD80AD555AC72ACE51D69DFE0186F5 { public: // System.Int32 OVRPlugin/TiledMultiResLevel::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(TiledMultiResLevel_t9E618A26EBBD80AD555AC72ACE51D69DFE0186F5, ___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/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/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; } }; // OVRPlugin/TrackingOrigin struct TrackingOrigin_t7C7F936E782956E33439ACA893824FE76981D8CA { public: // System.Int32 OVRPlugin/TrackingOrigin::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(TrackingOrigin_t7C7F936E782956E33439ACA893824FE76981D8CA, ___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/XrApi struct XrApi_t99A5A6FF1A97AB2C5D884A07DD581505BD912ED3 { public: // System.Int32 OVRPlugin/XrApi::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(XrApi_t99A5A6FF1A97AB2C5D884A07DD581505BD912ED3, ___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; } }; // UnityEngine.EventSystems.PointerEventData/FramePressState struct FramePressState_t4BB461B7704D7F72519B36A0C8B3370AB302E7A7 { public: // System.Int32 UnityEngine.EventSystems.PointerEventData/FramePressState::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(FramePressState_t4BB461B7704D7F72519B36A0C8B3370AB302E7A7, ___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.IntegratedSubsystemDescriptor`1 struct IntegratedSubsystemDescriptor_1_tFDF96CDD8FD2E980FF0C62E8161C66AF9FC212E2 : public IntegratedSubsystemDescriptor_tDC8AF8E5B67B983E4492D784A419F01693926D7A { public: public: }; // Native definition for P/Invoke marshalling of UnityEngine.IntegratedSubsystemDescriptor`1 #ifndef IntegratedSubsystemDescriptor_1_t887CBD2C6B2D4D32DE18C1E1EB73CF2F1167F58B_marshaled_pinvoke_define #define IntegratedSubsystemDescriptor_1_t887CBD2C6B2D4D32DE18C1E1EB73CF2F1167F58B_marshaled_pinvoke_define struct IntegratedSubsystemDescriptor_1_t887CBD2C6B2D4D32DE18C1E1EB73CF2F1167F58B_marshaled_pinvoke : public IntegratedSubsystemDescriptor_tDC8AF8E5B67B983E4492D784A419F01693926D7A_marshaled_pinvoke { }; #endif // Native definition for COM marshalling of UnityEngine.IntegratedSubsystemDescriptor`1 #ifndef IntegratedSubsystemDescriptor_1_t887CBD2C6B2D4D32DE18C1E1EB73CF2F1167F58B_marshaled_com_define #define IntegratedSubsystemDescriptor_1_t887CBD2C6B2D4D32DE18C1E1EB73CF2F1167F58B_marshaled_com_define struct IntegratedSubsystemDescriptor_1_t887CBD2C6B2D4D32DE18C1E1EB73CF2F1167F58B_marshaled_com : public IntegratedSubsystemDescriptor_tDC8AF8E5B67B983E4492D784A419F01693926D7A_marshaled_com { }; #endif // UnityEngine.IntegratedSubsystem`1 struct IntegratedSubsystem_1_t2737E0F52E6DC7B2E3D42D1B05C5FD7C9FDE4EA4 : public IntegratedSubsystem_t8FB3A371F812CF9521903AC016C64E95C7412002 { public: public: }; // UnityEngine.IntegratedSubsystem`1 struct IntegratedSubsystem_1_tD5C4AF38726B9433CFC3CA0F889D8C8C2535AEFE : public IntegratedSubsystem_t8FB3A371F812CF9521903AC016C64E95C7412002 { public: public: }; // System.Nullable`1 struct Nullable_1_tD856531F878659D7D2223306DF66FA21F34BD531 { public: // T System.Nullable`1::value int32_t ___value_0; // System.Boolean System.Nullable`1::has_value bool ___has_value_1; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(Nullable_1_tD856531F878659D7D2223306DF66FA21F34BD531, ___value_0)); } inline int32_t get_value_0() const { return ___value_0; } inline int32_t* get_address_of_value_0() { return &___value_0; } inline void set_value_0(int32_t value) { ___value_0 = value; } inline static int32_t get_offset_of_has_value_1() { return static_cast(offsetof(Nullable_1_tD856531F878659D7D2223306DF66FA21F34BD531, ___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.EventSystems.AxisEventData struct AxisEventData_t5F2EE83206BFD1BC59087D1C9CE31A4389A17E1E : public BaseEventData_t722C48843CF21B50E06CC0E2E679415E38A7444E { public: // UnityEngine.Vector2 UnityEngine.EventSystems.AxisEventData::k__BackingField Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___U3CmoveVectorU3Ek__BackingField_2; // UnityEngine.EventSystems.MoveDirection UnityEngine.EventSystems.AxisEventData::k__BackingField int32_t ___U3CmoveDirU3Ek__BackingField_3; public: inline static int32_t get_offset_of_U3CmoveVectorU3Ek__BackingField_2() { return static_cast(offsetof(AxisEventData_t5F2EE83206BFD1BC59087D1C9CE31A4389A17E1E, ___U3CmoveVectorU3Ek__BackingField_2)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_U3CmoveVectorU3Ek__BackingField_2() const { return ___U3CmoveVectorU3Ek__BackingField_2; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_U3CmoveVectorU3Ek__BackingField_2() { return &___U3CmoveVectorU3Ek__BackingField_2; } inline void set_U3CmoveVectorU3Ek__BackingField_2(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___U3CmoveVectorU3Ek__BackingField_2 = value; } inline static int32_t get_offset_of_U3CmoveDirU3Ek__BackingField_3() { return static_cast(offsetof(AxisEventData_t5F2EE83206BFD1BC59087D1C9CE31A4389A17E1E, ___U3CmoveDirU3Ek__BackingField_3)); } inline int32_t get_U3CmoveDirU3Ek__BackingField_3() const { return ___U3CmoveDirU3Ek__BackingField_3; } inline int32_t* get_address_of_U3CmoveDirU3Ek__BackingField_3() { return &___U3CmoveDirU3Ek__BackingField_3; } inline void set_U3CmoveDirU3Ek__BackingField_3(int32_t value) { ___U3CmoveDirU3Ek__BackingField_3 = value; } }; // 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; }; // 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); } }; // OVRComposition struct OVRComposition_tED19511C7A3FC9BADC8F76438610935429A12C94 : public RuntimeObject { public: // System.Boolean OVRComposition::cameraInTrackingSpace bool ___cameraInTrackingSpace_0; // OVRCameraRig OVRComposition::cameraRig OVRCameraRig_t743037A817D9B163CBAAA707F8B74E095D77A517 * ___cameraRig_1; // System.Boolean OVRComposition::usingLastAttachedNodePose bool ___usingLastAttachedNodePose_2; // OVRPose OVRComposition::lastAttachedNodePose OVRPose_t1790A96D5053B6003D0F1B82F55619B648D2A613 ___lastAttachedNodePose_3; public: inline static int32_t get_offset_of_cameraInTrackingSpace_0() { return static_cast(offsetof(OVRComposition_tED19511C7A3FC9BADC8F76438610935429A12C94, ___cameraInTrackingSpace_0)); } inline bool get_cameraInTrackingSpace_0() const { return ___cameraInTrackingSpace_0; } inline bool* get_address_of_cameraInTrackingSpace_0() { return &___cameraInTrackingSpace_0; } inline void set_cameraInTrackingSpace_0(bool value) { ___cameraInTrackingSpace_0 = value; } inline static int32_t get_offset_of_cameraRig_1() { return static_cast(offsetof(OVRComposition_tED19511C7A3FC9BADC8F76438610935429A12C94, ___cameraRig_1)); } inline OVRCameraRig_t743037A817D9B163CBAAA707F8B74E095D77A517 * get_cameraRig_1() const { return ___cameraRig_1; } inline OVRCameraRig_t743037A817D9B163CBAAA707F8B74E095D77A517 ** get_address_of_cameraRig_1() { return &___cameraRig_1; } inline void set_cameraRig_1(OVRCameraRig_t743037A817D9B163CBAAA707F8B74E095D77A517 * value) { ___cameraRig_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___cameraRig_1), (void*)value); } inline static int32_t get_offset_of_usingLastAttachedNodePose_2() { return static_cast(offsetof(OVRComposition_tED19511C7A3FC9BADC8F76438610935429A12C94, ___usingLastAttachedNodePose_2)); } inline bool get_usingLastAttachedNodePose_2() const { return ___usingLastAttachedNodePose_2; } inline bool* get_address_of_usingLastAttachedNodePose_2() { return &___usingLastAttachedNodePose_2; } inline void set_usingLastAttachedNodePose_2(bool value) { ___usingLastAttachedNodePose_2 = value; } inline static int32_t get_offset_of_lastAttachedNodePose_3() { return static_cast(offsetof(OVRComposition_tED19511C7A3FC9BADC8F76438610935429A12C94, ___lastAttachedNodePose_3)); } inline OVRPose_t1790A96D5053B6003D0F1B82F55619B648D2A613 get_lastAttachedNodePose_3() const { return ___lastAttachedNodePose_3; } inline OVRPose_t1790A96D5053B6003D0F1B82F55619B648D2A613 * get_address_of_lastAttachedNodePose_3() { return &___lastAttachedNodePose_3; } inline void set_lastAttachedNodePose_3(OVRPose_t1790A96D5053B6003D0F1B82F55619B648D2A613 value) { ___lastAttachedNodePose_3 = value; } }; // OVRInput struct OVRInput_t3C43263053F2510BDF75588657A71B87702767FB : public RuntimeObject { public: public: }; // OVRProfile struct OVRProfile_t50093ECE56A92AB8622A8E48DD458E8CEFE71C76 : public Object_tF2F3778131EFF286AF62B7B013A170F95A91571A { public: public: }; // 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::